From owner-freebsd-ports Sun Feb 1 01:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14171 for freebsd-ports-outgoing; Sun, 1 Feb 1998 01:40:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14165; Sun, 1 Feb 1998 01:40:01 -0800 (PST) (envelope-from gnats) Received: from titus.stade.co.uk (root@stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13613 for ; Sun, 1 Feb 1998 01:34:12 -0800 (PST) (envelope-from aw1@titus.stade.co.uk) Received: (from aw1@localhost) by titus.stade.co.uk (8.8.8/8.8.3) id JAA14875; Sun, 1 Feb 1998 09:32:59 GMT Message-Id: <199802010932.JAA14875@titus.stade.co.uk> Date: Sun, 1 Feb 1998 09:32:59 GMT From: Adrian Wontroba Reply-To: aw1@stade.co.uk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5620: inn 1.7.2 port looking for tcl in wrong (old) place Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5620 >Category: ports >Synopsis: inn 1.7.2 port looking for tcl in wrong (old) place >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 1 01:40:00 PST 1998 >Last-Modified: >Originator: Adrian Wontroba >Organization: Stade Computers Ltd, UK >Release: FreeBSD 2.2.5-STABLE i386 >Environment: 2.2-STABLE system, cvsup complete at 00:21 98/02/01. >Description: The scripts/configure file for the inn 1.7.2 port is looking in the wrong places for tcl include files and libtcl. >How-To-Repeat: cd /usr/ports/news/inn; make build >Fix: Band-aid is to apply the following patch to scripts/configure, assuming tcl80 is installed. This isn't a complete solution - port should presumably be made dependant upon tcl80. --- configure.orig Sun Feb 1 09:12:10 1998 +++ configure Sun Feb 1 06:57:18 1998 @@ -12,8 +12,8 @@ NEWSDIR=/var/news fi -[ x$USE_TCL = xDO ] && USE_TCLINC=-I/usr/local/include -[ x$USE_TCL = xDO ] && USE_TCLLIB="-ltcl -lm" +[ x$USE_TCL = xDO ] && USE_TCLINC=-I/usr/local/include/tcl8.0 +[ x$USE_TCL = xDO ] && USE_TCLLIB="-L/usr/local/lib -ltcl80 -lm" [ x$USE_PERL5 = xDO ] && USE_PERL5INC=-I/usr/local/lib/perl5/i386-freebsd/5.004/CORE [ x$USE_PERL5 = xDO ] && USE_PERL5LIB="-L/usr/local/lib/perl5/i386-freebsd/5.004/CORE -lperl -lm" >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Feb 1 09:58:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07643 for freebsd-ports-outgoing; Sun, 1 Feb 1998 09:58:21 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07637; Sun, 1 Feb 1998 09:58:17 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id VAA08755; Sat, 31 Jan 1998 21:56:46 +0200 (EET) Message-ID: <34D381FD.E18BF485@Shevchenko.kiev.ua> Date: Sat, 31 Jan 1998 21:56:45 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-hackers@FreeBSD.ORG CC: freebsd-ports@FreeBSD.ORG Subject: GUI admin tool Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Just set up a web page for my initial sources. http://cam.grad.kiev.ua/~rssh/admin/admin.html please look. P.S. I'm dont shure, what is right place for this announce: hackers or ports, so, sorry for cross-posting. -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-ports Sun Feb 1 10:10:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09745 for freebsd-ports-outgoing; Sun, 1 Feb 1998 10:10:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09707; Sun, 1 Feb 1998 10:10:02 -0800 (PST) (envelope-from gnats) Date: Sun, 1 Feb 1998 10:10:02 -0800 (PST) Message-Id: <199802011810.KAA09707@hub.freebsd.org> To: freebsd-ports Cc: From: sada@e-mail.ne.jp (SADA Kenji) Subject: Re: ports/5334: Fix patches for netscape[3|4-[navigator|communicator]] Reply-To: sada@e-mail.ne.jp (SADA Kenji) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5334; it has been noted by GNATS. From: sada@e-mail.ne.jp (SADA Kenji) To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/5334: Fix patches for netscape[3|4-[navigator|communicator]] Date: Mon, 2 Feb 1998 03:00:08 +0900 (JST) >Submitter-Id: current-users >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Confidential: no >Synopsis: Fix: PLIST of ports www/netscape4-* >Severity: non-critical >Priority: medium >Category: ports >Release: FreeBSD 2.2.5-RELEASE i386 >Class: support >Environment: FreeBSD 2.2.5-RELEASE i386 XFree86 3.3.1 >Description: Use absolute passes for @exec & @unexec, and sort file list. >How-To-Repeat: >Fix: PLIST for /usr/ports/www/netscape4-navigator - begin 644 PLIST.gz M'XL(""5@U#0``U!,25-4`)66VX[:,!"&[WD*;GI)LD@\`.6P@NXNJDI7[5TU M<0P8'#NR'0IO7\<;@'#(F4@%'M@4CU6"4O(QZ8WJBI,]% M?Z`W_2_V,VD2;;DA.(X:3:"DO7$E'*:*_F`34!JY.1MXSA"2CAH377*-F0X3/:@ M,(;)T3E&1,/.C4["@O MTPF0PY^I_N)_FM]* M!,Z+(]!%.0);U-K8J\K;HU5-I?TEKL_:4&0$5]V7OEX1-J):QR?@"'0"CL`F M<#D&OA(_#>/,G+WZ+V#&G_ON())SR!0XP]]P-[_(D5/R?TCM3G9E=$F:DDK5 M/8;;V,F"QN:_L/8K.F_-AON\LW%CN3[#5&S9=]X:SZ2WQI,%W8R(^5B#@'ZB MB1MOC9B2&GAD$XT(9T0TH7>@:)Y.I3!4&.2N\ABQLE59_S`AVG,5/D;49WM) M[,,^NBHBB^*Y"+N^)P.HZ0XH>;5EPKZ_L4Q4G%]^)EJV*46WS`[ZW/8>K;LW MSIFR+]Y=23LU3X5Q[&WCD?3UD,?1]64=1][N7E$T!G5JS3=F+]`E]/X!$"44 %Q'D-``!= ` end - PLIST for /usr/ports/www/netscape4-communicator - begin 644 PLIST.gz M'XL("#UAU#0``U!,25-4`)68VU+;,!"&[WF*W/0R-H$\``7"D)9F.DV9]JZS MEN58098\DA*2MZ^L'+"#):\8!M;:[Y=V5P/]]WF3,JW"M1;4IJJZ_E4GB1C MHHNL80LIX:`UU2DKR&22K$&%&";KR?4`M`8Z'6:V,`PQ.ZZ*F#<&A>-*>14>4LQSW?!6EO_$^.!6EO`'AQ!?WBR'%`S MXB=>)`$^GGAC7"R?YX6J_!TL8/LZ#[CEMR55R@_\5&)@O3@B.%&."$W4TMA= MYLU&^T-<[K6A@1(<_;[NFRD*E:CQARO@B&`%'!&JP&$9^$)\-8PSL_?Z M_P`S_KY;;RW.(5/@#'_"_?QS'E@E_9+&B`G+G@=DI>K`H?!9TS0G93W,5[74 M5#D#E4>+QZ;>DC0&*HT/C>&9NHG1%$YR&R.)K9:!%2-2X,(2!56"I)EZUU$" M4H*)$S!%.(V36`,UART>.^TM26/$A$45V#)'95*4(C<\3L(XW44IT.ODQ$O% MF8B;DFA!+9DPD=52E,2M+;.S]S,95]_WTF0Y1E'*BF)K>V#M'W2_#3N\7L\L M;GE7U-[@Q0I]=)SYYJ*>R1TB^@^)-6)":HS(+$Y&5%@U,2KPEW58X`Y,$-01T1!(GWAJ8D%HX,HF6PAF8).P_GC*1TUTS@N<3 MX[E!EZ!HGCY(>[X(@UF#1\7")F';)PG1GJO9I0+R2LSMR8%(XJBPF40*[-TH M5E%5T8HZ5B&*.`7+(H-J=FR7+' ML6[G(='C?D;2QR,,1Y\.;QS=O`YQY.F=CZ4/]V@L??A,@Z)#4*^O_86<%^AS +7/T'V]+IY1`6```, ` end - From owner-freebsd-ports Sun Feb 1 10:30:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12897 for freebsd-ports-outgoing; Sun, 1 Feb 1998 10:30:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12827; Sun, 1 Feb 1998 10:30:00 -0800 (PST) (envelope-from gnats) Date: Sun, 1 Feb 1998 10:30:00 -0800 (PST) Message-Id: <199802011830.KAA12827@hub.freebsd.org> To: freebsd-ports Cc: From: sada@e-mail.ne.jp (SADA Kenji) Subject: Re: ports/5514: New port: ja-netscape-4.04 Reply-To: sada@e-mail.ne.jp (SADA Kenji) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5514; it has been noted by GNATS. From: sada@e-mail.ne.jp (SADA Kenji) To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/5514: New port: ja-netscape-4.04 Date: Mon, 2 Feb 1998 03:20:09 +0900 (JST) >Submitter-Id: current-users >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Confidential: no >Synopsis: Fixed: port ja-netscape4 >Severity: non-critical >Priority: medium >Category: ports >Release: FreeBSD 2.2.5-RELEASE i386 >Class: support >Environment: FreeBSD 2.2.5-RELEASE i386 XFree86 3.3.1 >Description: * Stop using of ``libxpg4.so.2.0'', and the chance of hang-up is decreased. Packed tarball is 4497 Feb 1 23:05 ja-netscape-4.04-1998-0126.tar.gz Packed list is 0 Jan 26 18:17 1998 netscape4-communicator.language/ 0 Jan 15 16:19 1998 netscape4-communicator.language/pkg/ 1272 Jan 26 17:46 1998 netscape4-communicator.language/pkg/PLIST 333 Dec 19 21:41 1997 netscape4-communicator.language/Makefile 0 Jan 26 18:17 1998 netscape4-navigator.language/ 0 Jan 15 16:18 1998 netscape4-navigator.language/pkg/ 1251 Jan 26 17:47 1998 netscape4-navigator.language/pkg/PLIST 318 Dec 19 21:41 1997 netscape4-navigator.language/Makefile 0 Jan 15 16:17 1998 netscape4-base.language/ 0 Jan 15 13:06 1998 netscape4-base.language/files/ 198 Dec 19 19:41 1997 netscape4-base.language/files/md5 934 Jan 15 21:42 1998 netscape4-base.language/files/setup.doc 311 Nov 25 17:07 1997 netscape4-base.language/files/patch.XLC_LOCALE 397 Jan 24 22:33 1998 netscape4-base.language/files/netscape.sh 2192 Jan 15 02:17 1998 netscape4-base.language/files/ja-netscape-4.04.setup 0 Dec 18 10:18 1997 netscape4-base.language/patches/ 718 Nov 25 16:34 1997 netscape4-base.language/patches/patch-aa 4172 Jan 26 18:18 1998 netscape4-base.language/Makefile 0 Jan 15 16:18 1998 netscape4-base.language/pkg/ 529 Jan 15 16:48 1998 netscape4-base.language/pkg/DESCR 46 Jan 15 16:18 1998 netscape4-base.language/pkg/COMMENT >How-To-Repeat: >Fix: begin 644 ja-netscape-4.04-1998-0126.tar.gz M'XL(`/94S#0``^T\[5_:R-;]2OZ%^V54^(FV"4E(`%'[B$`MBN@#:-U=]](0 M!HA"PB:AUK;#5J*K>D=%"LDFIJ>\'L$*W&\M+F/^E\68A!JEJ(97I:,S'V^,2=TCB]Y(I7^43%30KB]9Z5 MR,\F.6QWFI5>@LLLPO4MU6C-4>1@A\"Z"#>8B[LW&F=5#@_5653/4)5>0^LW M[&8OT;,;Y0K7U.PY5L\GG).%I4*6\,&'4WJ:,L=^@FIIYBSBP6Q\JG*J/8OY MUFWD*]RPTYR+JG\"(SHRXSAV_QZ$$W\(D-(,8Y>DIR/6:J/$T#(35E*RP0,_$CSYG-/F+;3R`'VX!TKFFN)$<&>00^=DSEN+J% M[>$`@8/KT(7U>LQR0C>WL>-$K(W&+$Y^\5>E/^AA:X8S,5!LM),!R?6N9M'\(OA+Z%H(+-\VAY:E M*;HG(^FQQ\WA)/=)CA=VMD%,\Q$IEM+7CCZ8&!_7"MQ%]>2?V*E,RDQ7OFB= MUP_^WSPS_I=30`8=03*,_]8!2^O_-8+_-\^+_P61Q/^RE!3#^E\'K*S_EP;_ M;YX0_TO)2?POT?6?)&G_X?C_U\.R^-_SB-G`.XB:GSH)^X/I*V/^)^L-1/M3 M2L)0/PSUPU`_#/7#4'\I+!W_7R/X?[,Z_I?2J4G\GZ;COR0(X?B_#GA2_#]V M$L\SUA'S>_X8!OQ_(2PJPM?4\9SXCY=D($O*:3F,_]8!B^J?-!_KE;S@Z?7/ MRW*2I^L_Z?#\QUI@>?WW6Z]1!ZO&_R0_'O^EM"RFZ?F?=!C_KP7."S**5\HU M#DJ!ZWS;08>HG=Y34BK?3+7W>"'3ED6Q*(8<6^P6Z M;8X,[H(H9#BEY0I24ZET6MD3F\E4"JM8P,TTEC/I5EL6<+K=EJ8$W0T6"0)# M)#&MM/?DMI))"7PSF1&4EB1F1+4E9]K"_X-Q^&?!\O;O!7HOTK&B_<-L/^7T M_Q(O\C(Y_Y=*B>'^WUK@7]'CV%5L)V;%/L;D6#26C5;V;PIWIZ.SC7_%CQDF M$A=V$"%28FEC.5HY M:A3N-CY%S=QNM!;]=W1O8XL(B\1%*@MX795`4XG]3^PZ:L82L;M8/I:(IOWT MR2GZJ$F,B^Y%[T\S^]]B^\!!9)QL7'_X<7:;Z0$7BM]I5N,K>%*&%?8RR1TB MX)/#2(7">U")-%;R*=:/_0Y9))DZC=W[C`0%0/M!^XI;7G_E"-[8=(OMC)(( M$"_0=$]5L`S0#7O]H:@$V[,4$L.`.]/*`9S/? M(!TH2`[&(F.YV+9;5!^BNU'6GQ?9S4OQL31ZD?TS=?<"PX,&>R7C,YQQI3-! M/2?['QT]T8]`3;VJHD9-_E0\B)X=Q/W5R$3HJMZ-(%13="T.GA)M0[>M!)7G M/-/UQPB+FKBCZ8AE(@(3Z6LZ]Z5-5$ZBOC8I*;:/6]JPSYJL;IA]I<>RO/M/ MA0]X&74RCC@9RQ.I6&^!3`8LWQ?WSDEM7U7+8-E!U[8'V41"A2"VR=E#6U7) M-Z>HW-V`!*!-JY6X4P:*CBWLOL-H*.RQ/->U^[WW?^'XMKS_GUX4_',Z5J[_ MD#,?*2F9DOFD+)+]W[0D\V'_OP[8VJ";)U:7H>V'/--*1VP+'4$;.L[5BD=> M@_+6M='!`2I6"LSN[BZ:N`=GF)U(;:B3%1\8Q!'/9R4ARPO.P@_+LC[:6;ID MQJ';#0+5D93?23RBKT0,>140/+$,0I$1^2+M._*=/$4&IM97S,=(Y+14NX$V M*D`;3:=8/GM29=X"WAHV+5N#%HCG41`)7[!I:V3AV31L!Z2%K.54[V MZ??A9`O%Q9U?_%HJEW.-CQ?GQ?W`VV'TN_\U>WAT62U^*-T-^H6,B6_.BK_4?CDO'`.Q]WPXVSG=G.%'Z[%?./88(:ZE M2@BC^SQEZ(CN'XWI7Y6JQ5BA5"WY0)Y M3!P=ERH?2N7B$8KN_HQ>97G[G[^_^%P=*]J_)(KN^A^T>XGL_XA\*AG>_U@+ M0/OWQGUL]AAF*TJVT0_1]L+Y=%^SU.U]9DPWVQ"#9+8!5&B3D+N3<'H^8!-0 M;=/H`W(3:.A1#DACHL:`[D`=HFBN>G+]&_\[))I85_HX#G3O$.7:03]^H):& MXYMY1=^VD4.01=&-S9U]QAA@/5ZJ+*`E6`<3H+^XJK]#F^]!Q^9\#ML8TS]T MR=98_*!4>;^#OC,1M6L,]IF(UD;QQ+]OK=V-!!%`'Z,)2D'F)+J-0`?DMG&K M0TYA-A'!/0M3]%%/TS'DV1KT-#N>N+7>)L#Z!N@"'.[U)RB68@@Y%`W%$[51 MH/E-^!V!D.UQB]UV-,]3372/F!'#4%ZWQ/$?:-L]+>"PM@T3Q<<6Z:#VX&`3 M)C^;.SO,RE!)E%@Q*;%IF?Q764'T(J;Q7`NQEJ$_+N$7TCP+70?]S)6PV@HA MQ0IRRK,B\TPC"+OH-V)6P!-L@)PD><^&]!P;2%/YT^Q/L$`$\R=UD9IG@7ZO MD!:T3(3`+Q'Q;(\0I9D8&I&$I>S\,O9GNX.0>IX)E)U?QOYL;Q#FE<(SW&$. M_[/]P=>R?#8\SR'FR'B"'<"?F8C@YYB!>YJE+./GE_&_P"D%D>Q#\,2&!Y@9 M])0F5(L.'?T"&<(2&GG#5?A+;0 M6:Z>.\M564!1 MP&T(Q5H3'HJBP>A).7%2S3X8[3:(R5KXCR%8B0G>Z)N&WABVU,:=0N5E15[B M>3[#9V_Y9/*6E^1;7DZ+/!^DO.5YD1:K4S3N^O?/+)JMOU?9_.S6],^#54=H M7T/'\OY?X`5!\NY_)NG]3SDIA?W_6N!O>/[[\J):=\Z`S]P283BMK;=P&Q$\ MPY1JC5*E7JSF\O72=?$0/6(+2(Z+)Z5*EHD<.??+MEX3-B=BD7.R'/XK.E*: MEDWZ..>@.5DX>PX$Q-Y^OOWL/PPP?3TC[B^5X*6WG>WM)8(5O;5(N/]^?7SI M;7]0P4T+1@6#K)(2GT%=;&*J:0BC!@PH\$V=BWMV0;QNM;D+FUGP#[+HRC"% M4FV.ET6_D[21XVV%XB7$JXW+LY/#R'R*6CU7K9/MF\-((-W=U`FF'QX>F/-<#5RY42O5"1%,MW[&1_]A0 MW-YUQ@2VU02ZA<"Z3?G@FVN:&!BLX?VPJ;A,@V&3KLM/KDDQU6+MXJJ:+S;( M&G[C"E1/G^R<(CF]])&X9S8G))<7-2B0F\.([Q3G!$L*@^A`T>_3>D><+\V5 M,IKB!-4SG*>7\SFAIT`M9P(2+U9.RJ7:QYU@3DCMS%CANL<*0E`*A#I,GH,6 MSE#.MXWX'O$/4MC>T5M:>SYJMZQ&BU`DXYUO#/@-]('P*58/(V00.\)L7]%Z MG(ZAQAFF>E5I.(Y<(]8YV[(CY\:L6XM92(8^MT:OU8#'^3H&UW]=`]R=GI&W MTW,OB`%FKVL!Q"*>R>Y0@J[N#06>&ZAM[M<%DC(,*>-ZM92O%PN'D.Q]+'E>O?=$3@>.-D1X*S%0Y%#>4% MR9/-?W[F9;!XJ]T5"2#MQ\<-%M=C(54]J))DT&"K;UUS8_)0HZ%D#M$O:T@^@.[FJ M_%JZ=!2_GXA*S.N:H`][B@:G23Y;`V$##:3`5$-O:YVAB4F1D:MJ+$:;UKZW MQ[H_:5#[G_5,,$1*US\^(P!$+B/'D7T>\#/P%"_G1X.2IB8YXVB MD2/W+K6?!E'Q`0]U*O[:CUK`X4]V?CF`L)8JD%HN-VKY:NFR/D+SC9N("3J: MX^.CX"5BO]@"!,Y^H62Y8I?;12C8*%:QY.X_+=Q(8).ZU'.A"Y ML_R1>V>]Y'4ROEZ,')AABC?N6#ES1;UX,\TS=XY?<:]G.+Q+UOA;W8(QOKQUJ??>,4 MQ]&N[,'W0M%HYZ>_*#SK][_H_H^4E,+?_UX++*M_VB&^@HY5^W^\*(SK/RTG16?_-SS_ MN1:87F)%+*H/=>P%T:AI&@\6-BUD&^C!,._1@V9WD;=RY9SH9)C)N.(N"%OH M\^?@6L)OWHCVPS_^_<[$`Q8LI".KFW0H8WXQALCJ&L->"W4PC&2V$_C3L9E5 MAZ:)=1LIIMK5OF`4SU_7KB[)<`?!U1>L:X#<89H89D-X/&%"]MA\R,H'S;1L M9&M]_`X]3C0I@T'OD>Z1N2$_ZFGW&.D0XR)R'--ZQS`HYDR-Z:1X>C(Z*8D[ M9?;GEABR:`K%!MYHHQLPX[*'H45"$DS0/W^>$;O\AYFVMQFH+^=GHR`/YK@: M02Z+?.ONLPM&/]LA0U@K+.O_\Q?GYS"??+&.5?=_D)R:C/^\[/S^9[C_MQ:@ JG;WG!&0`6-+/AYU#""&$$$(((8000@@AA!!"""'\(^'_`/5_??,`>``` ` end From owner-freebsd-ports Sun Feb 1 12:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24271 for freebsd-ports-outgoing; Sun, 1 Feb 1998 12:00:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24251; Sun, 1 Feb 1998 12:00:01 -0800 (PST) (envelope-from gnats) Date: Sun, 1 Feb 1998 12:00:01 -0800 (PST) Message-Id: <199802012000.MAA24251@hub.freebsd.org> To: freebsd-ports Cc: From: "Pedro F. Giffuni" Subject: Re: ports/5564: Update to the crosssco port Reply-To: "Pedro F. Giffuni" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5564; it has been noted by GNATS. From: "Pedro F. Giffuni" To: freebsd-gnats-submit@freebsd.org Cc: Joel_Sutton@bigpond.com Subject: Re: ports/5564: Update to the crosssco port Date: Sun, 01 Feb 1998 14:57:49 -0500 There is a minor typo in the update: I wrote PATCH_SITE= ..., and the correct form is PATCH_SITES= ...(plural). Of course the correct patch site was ignored. Thanks to Donald Maddox for reporting the problem. From owner-freebsd-ports Sun Feb 1 14:10:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15721 for freebsd-ports-outgoing; Sun, 1 Feb 1998 14:10:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15675; Sun, 1 Feb 1998 14:10:02 -0800 (PST) (envelope-from gnats) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA15008; Sun, 1 Feb 1998 14:05:26 -0800 (PST) (envelope-from volf@oasis.IAEhv.nl) Received: from oasis.IAEhv.nl (uucp@localhost) by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 26618 on Sun, 1 Feb 1998 21:02:57 GMT; id VAA26618 efrom: volf@oasis.IAEhv.nl; eto: UNKNOWN Received: from LOCAL (volf@localhost) by oasis.IAEhv.nl (8.8.7/1.63); pid 1724 on Sun, 1 Feb 1998 21:00:06 GMT; id VAA01724 efrom: volf; eto: UNKNOWN Message-Id: <199802012100.VAA01724@oasis.IAEhv.nl> Date: Sun, 1 Feb 1998 21:00:06 GMT From: volf@oasis.IAEhv.nl (Frank Volf) Reply-To: volf@oasis.IAEhv.nl To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: volf@oasis.IAEhv.nl, vanilla@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5622: mpg123-0.59n is unfetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5622 >Category: ports >Synopsis: mpg123-0.59n is unfetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 1 14:10:00 PST 1998 >Last-Modified: >Originator: Frank Volf >Organization: Frank Volf's private UUCP site, Eindhoven, the Netherlands >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: The distfile for the mpg123 port is unfetchable. The MASTER_SITE still contains the old version. Please update the MASTER_SITE or revert to rev 1.2 of the Makefile. Thanks, Frank >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Feb 1 14:59:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22629 for freebsd-ports-outgoing; Sun, 1 Feb 1998 14:59:46 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from fenner@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22616; Sun, 1 Feb 1998 14:59:45 -0800 (PST) (envelope-from fenner) Date: Sun, 1 Feb 1998 14:59:45 -0800 (PST) From: Bill Fenner Message-Id: <199802012259.OAA22616@hub.freebsd.org> To: fenner, freebsd-ports, vanilla Subject: Re: ports/5622 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: mpg123-0.59n is unfetchable Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: fenner Responsible-Changed-When: Sun Feb 1 14:58:33 PST 1998 Responsible-Changed-Why: vanilla did the port upgrade. From owner-freebsd-ports Sun Feb 1 15:20:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25356 for freebsd-ports-outgoing; Sun, 1 Feb 1998 15:20:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25325; Sun, 1 Feb 1998 15:20:01 -0800 (PST) (envelope-from gnats) Date: Sun, 1 Feb 1998 15:20:01 -0800 (PST) Message-Id: <199802012320.PAA25325@hub.freebsd.org> To: freebsd-ports Cc: From: Bill Fenner Subject: Re: ports/5079 Reply-To: Bill Fenner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5079; it has been noted by GNATS. From: Bill Fenner To: freebsd-gnats-submit Cc: Subject: Re: ports/5079 Date: Sun, 1 Feb 1998 15:16:27 -0800 (PST) Here's the file that was attached to the referenced email. begin 644 auis-patches-962025.tar.gz M'XL(```````"`^U=?7?:.-;OO^FGT'3.[@)U@E\P!#(SYZ1MVN9LFF9+V]EY MNG-8QQ;@C;%9V]!D9_O=]^K%;U@"0P+M/(-/`EB6=*^DW[VZ5V^V9FYT.+5B M>XRCPVY;5W6S^>B!+]12.Z:)'B&D=4P-/=(Z;=7HD/OD4A%JZT9+U2&>"=%T MU5`?(?/1#JY9%%LA0H]L:^3CNT=_M,L2M#^]/;2LAZ*AJ6J[U9*U?[NMMO+M MWX)HAFD:CY"Z;_^M7T]1:$>..QRB0QL=WMR@PU`[TI`UB9J>>QTU[9G;M'QG M8H^C(_OQC_>_'K][WD=#U\.](A$(S@@I\\'DF19]"Y2U1ZD4#LDJ_Q%LVX; M2KN+Z"U"WV,?>$+-!CI]V1^<77Y$C28$PQ^^C7'H(]>/4:WQ_,/YX!7V<>C: MSST7^W'?'?F6]QJH>SBLU^HGC[]+4MAC@&0CNHL&.`P]-XH__7I2S(\\@[Q" M$LQB-V:^>SO(I4$_HMP=B4@2IK%(:HBBGA#.7=^-7W_`CF\>W=QWG\_>/_+U1GZVJ5=)0CP/78\'W_>GAC`-Y&"A,SZ M0I#G42X"[:((Y!*5!4!3A0+0,95C+1&`K*UHVY!K'$SPIU\5].;NC>5Z+X*) MY?KT'I?:-HW_(<+1Z9O^"^RY*6D@_(>N<^7-HD41@:LQPC'VY[6Z(A`8 M^(/FO@R0%_@C'*+8NL$1BL<81=@.?`?5O,"V8E*K$52T/ZH_)EDB*QS-)@!< M6E&DK'HB`M]&6:L)T+U+7T$DHC@("8JW+A09H8W$(L=G23"Z2#-[IMXS.R7! MR)(5HG=Z9K>GZ4+1,'0%;!MZ2W*#6[!N"@J4-C'Z+8<8.C\4]0 MW]^#>G7PT/6Q4QL,+G'\K/]B,*BC__XW%_PRQ)B%TQ1)-J#K(">>3T(H>SR) MR*-\".CC$'\.2#@!"N"G2'4SBL=4GM)Z3GF=U_Z59IQH7ZV4Q.5A&<.T(+_:RO" M6Q:@.1>@E-J&0E3D6"Y(78$@%=(*A*DM%J:NJ2KPT4[$Z8L`.H4V7&R*-H9U##Z,79LP^OQ"SD$;,(%2X>:7FX@&Q0GK6,YRV7:0G0 M9['K`0`@=0A63I-];07H"Y2HP<"IK05T&<=2H(-]G`!=DE8`]&.Q4]E5.F8" M<&UYB-@WU@BCZ]EPB,.(D8IB M,`IM-)D-(1C9LS`$\540>`@,P8Q1CM[[,%K5A-V4V970]/UX2FR]9CBTCW5] MB]!,*1%H)M0V@&:98SDTM05HEM*6H:F+W;UV1U7:G50#DW:T`P>3%OJ-]'^2 M]CU8CL0#WG;T,8;F^]1^:C[5DH8_`%NX1LB@G])N#69D,)D$?M.=/#S*2D0(R`BAZ@`3\[F(+5U#J@;ZJZ<9#%O" M9`O1=?"63"&L6N`;Y5PEN#4S5REU4VS/BDJ^2T2'E!9#[?ANBK?F20U]TE&^ M.?W[U>G[UQ=GET6&P'N:6J$UX3RQ9,M@,8O&]&.^'4"0[`D..(GUH)#G3:Y@ M]`P$N00"K2+VE#6]JVA&VN7E!._@@)C4R)XXG[+J!N]!IV)8BMBPPM'\DZ8N M6#X\%]H+*;(>DN<@ZGDXG2@.9W:,;O#=Q)JRV#?PZZ048X+]&)$YR'=8Y$7-QV+NH-A51&#[$K"I`"S%OU'&OQ#^DE$"O0-8,!+X MQZ"+!OTIMMVART?E7KCA>PC]]"M4YF_T^=O0P6&-_KP*,;VK*Z2>OYPL#L3? M%_W\\0%QURZM">/B2=,:1D_((/J5%8]]"$9Q@$;NG'Y/W<".O5J=&F;?,S5[ M`&@>7)V_??[^8O#LP\N7@_[Y_YT=:*JJ54%T>ME\12T2$$(_9 MYW;Z"4:`CJUQ(FL)R@)_ALVE. M+-<#PVT[V,K1(0A+::T',2&W%FAA[5)65S-,9S M*^1F:M41)_KTS=WK8()!RZ5-6DB;3?F04C&>2B9R-9XJCQJMQU=%H/E!'$QW M`C-.:6.0)9R6('9,`&.VT]%-<;H"P'1PPWLML5?=,HB_DTVBKG!Y@!0+=^'! M8?$!X:'"]$[L3M+IG97HR1PLYIT9.>]L36XKL_5T=;%6+9='9@`CE/:&&X)IW*P=85@X^G*4#/$8P"ZVFTKNJ;J"[,[FZZ%@K_G'K;" M4\^["$91+<+>4$%A8-_4*;\9O>+LRWU6)"VC61$8W#H9[@0;&;&-X9'C5XZ0 MCA`A65*!/NJ*AY\UI=VIO-R.&]ZT]W']84`GE@GYY]0`!S5Q#J&O+?MFS35W M%U84@SWT)G#(\IZWLW@40+6=CO`*TZE`X"J$K.`1\22S3'A<.K1-"UMUQ=VZ MA5T+Y-LO<$7QF!,]NVTO)1&/C-C&XI'C5RX>QT+QR)(*=*AD,5Y7.4Y'4:\# MR,F"'@O']OCD)O42V=UQ*7J&ZBCU7*X^WJJ*(Q.:'W>B2`R0AL+ M(>=3[,7I>D\WA`+(DBTZ<7JO);:5#9.L[\N6^\%M:I\BJ:?T5.P0%2*[DY+O M)'6JYB[^3`.K^SXL(WLWS@\G=A_O)^%7W)[:<<\P9.X/3UIN4U/BF'<44\_- M2\)M.KZ7=L`;MFK*#EYXD$R50VDC3L$=B*\]44ZB08YT(OMPQ<@)1(/[_"C*XC+> MXA0U\9!+@R<03B0\QV(CGKUKY#U1Y%<76Q_&N3-R$U,9"F_(J MD=DV64DDDMDDH4!DQ0,$+55IF3E=#+?M)2`LK*6OH(NS]B=>_!C;-Y)6T68=TA\(VXPD%;=:2M5DVL%U5S4K%6J`"LBY1TIR' M6QP'5W/CX/=1@T(>'K06MC)L3OC>E9Y*:6T,^HQ;,>H--=T/)TLI@+TI=072 M-9+H?J"7M:(_=T-@RBV'AQ,A&JH:$BN-A^)L8LFS_-F*/KRX.K7)FHV3U!5J M;^P*569L=U6X>754%*W9U+%BO!/)2DAM+%@IKQ*Y:I$1?Y%<)0D%8B7>`-+2 ME-9Q>1Y^%%K3L6O+7>%"<]EAX'GWGSG-VZ]5>H^5IB3M46@!2Y/ZFQ9PHY)L M.O&ZLH#5H3\,\;]WA7U&ZS[@Y]Q*T-^6^:QI2@'\CQ\"_B&V2SY*BIC?/?:7 MENYW!WPZ7=T<3SNJVASA."&_31G(DR2RD">[D3A(RR"=^!!XAK),!%,@AG@: MV5!TP5HMJ7,.??7$#:HNUX(_LJF_5J?;2^@T,J57@FUE>I76'N1H5@93&`TL M]]8@M4@#=@"FA"2'$R=[#S`)RB`'DR8!4SD3`9C$[FM74[H=@<9-BQ60N&F;"Z!K&?-?*B7Z33[M16<9G0(-G.TU@*GF%LY(C.S5YA2`$.QW=MN M*9W\\D#AWLHJZZO\V01Y4\L-!Y$+*/F-KUYB0>^#Z04>Q@J_?1;$<3!YYX[& M[/`3QD2VZD_"1+6U5)LRL@1*03@B_]M9&T\R)\AA!-8"38XO.5*R":LLN@`> MXN7)6DM5M&R\(1%3NAV'+04G2\IKV@\_:*WZ@RR#7]R$='8[]0('7XU#*R*[ M(A#9%\$#G]!S$6BT\XD@&@]\PM?U\;(D"NU^9:FZ='X[Y5D"UF@VG09AW&0; MF+<"V80$V_?$R*P%W!*/K!ZJ69['[B(%3<-@&D38R1XK/"G[3;;D]-W_8'K2R)>*5AY'!%%M[S`8 M$W-\X?HW-0\^_!R%>GH,6?:DP1[Q9?J\6,G@UW:+54GY/D31ED";V`'-:ZQ= M8]W:"K`I`8KJA,A:L%[@3P[J;/=(,4D9TK)5_;K07T\RPC+3K.+)#>R(KK?7 M,3@'B&ZT#(:0R706T\J*DIW4(J^Z$@\5#V58R<<*L`37_P)?/FHZ;HB=^=8@ MDY"AZXDXJ;6!4^)5#I]V`3Z+"04@TBH>(F9TEQ\BMG(1RE-4]/TO2&9T*74=_8/KT%J-+ZRCE%"CCEB$PY_&V'*@XZ%# M08X56ZSBV9)OLZ.TC;(P5.%V+0?I83B6B(WK1W&3?#RXI-"#C$L6Q5JZDIR9E/K$L5[GS+!O86EGQ\=J3#>%L]9F]QG4A& M:.).HSKZ\Y_1=VE0-'+KI=3X%MLDM:A2CDVE*SAW\T%.!6)/Z!Z7/CT.LF;1 M/.L1Q+)"1T\"9HV6=K!/A]<@O(4V$9J M2J6R)(DXE$I4BUG=@C3ESD6RO-%H*RV]I+Z?'!V1(;2A.SH:/Y&-'EEQX*X\ M8A`UH*T\D<',JUP9"OD;-%YG6];)B%\JA@X*JOH-3E:\]B_=7A<"BWZ M&8V3[RW!*Z%"SX]***T)L3*GP^(N"-M+=SISW/@E%!"\ MYQH+JO.=ZU]]G.M^C'Z5L;!@CD-B4C2I'4BW(SL!1?B#XU%`BEK7";G*H%S* MLQR9;/IH66*!F2T>Z=>['<50TS,EZ%DA7Y(?V(M8NQR(CA-3TO8^6';,&3TS M[,`=UFCT_*%A]`&A,V1#Z7ST7$%/_A3UT,]6Z)/JZ]%*1UY@WR#;\CPTM.#> M49`[\@/2):(9N.G!9Y_@+PC1]W]RCO[A/U$0W<-B3>BH`>LT3UA12*G8'!8O M/`?]IH5?`?=OM`*JB='$LL<.GC8M]W9@`+Z\P'*V+4]%FDRR&-U-!4M2"KF$ M:2()$^&/>29DH#,D^7SK>5'=SSXR47?5B6L$CGLN72)#&B#2:1O3\P2.D2T$EKK MBU:)6[DXZ45Q6DPI$"'QC(_12K>:Y1!$MC=,8G_^W&MDP",8PB:U`!477LR'1X&>>VP=K"0_8RPT:9"LAM>A;^6/O-^&U MDAGU(/RN`B8Y/94MWJ)=S/:0F1*BJ]0XL?6A6>97CDVCB,U24@$X)3,Y+:6M MYDXO?H?C6>A'R$)3,,MB\OJ)`&ZX:#76O9/W5KCT7+AX;,4L\'(VN8;,>"(M'"'0C9N3&$`=L$Q]_]D!Q141QN3%$^!E3#D$M,FHQ4:;P]YG<_/.? M4YKA7_Z2Z->Q-<>@_[`/K40*3]@G%HM%#K4_8FOF$"K,.Z*S,"13/9]:;+LN M5?GB$9/<(XG\\I.\^4D!`F*-N6OC+`TY4(^81$URN)K60Q_[IQL&=A.=ZO:^F[ MHWS70J:=^K\,GK5N988#$"T8TG0Z98AJA4#ZO M?"3&1GIZT7?0FWU,WBG(VGF+YL,?MYV)T0!-5C0:OE9;[SO7WW?_;^^H_T>F M:I;Z?TW=]_\[[__)V7S-"8XM\0^1.4`.7.[IIL`<6)E9.1_C6&X=D"TWQ]EZ M$,D.'.&VK&02>6&)"$&YA^?86WY>1.9I/7O[[N+T\D5NS<_+P=N_(O7Q_T_Y M=W8F_QV]+/_F7OYW)?_EU_A,PX"]]I0)_/OQ#+VQ[I#>)H)JMGJ:2@2U)7D) M4)IZ0<*-=J^E+;'_C\DY6]E1+W![7#X(,WD/3V)E+#RC(R+G?T]?8;K!4B\N MVY2`1@)FG"`UM)YF[_;A%EB-/2FOY!J1BLB_#XB:1P@H?3OFT1+YQ[N2_[;: MVOH2/[^C*QW1"OG(:4:C M.+XKO$&+S@7EA1BB"19-TEVW`]`_TW3I99J>GO]):997Q*]!$Q5UQFI5L@Z/ MWZ+\#W Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27599 for freebsd-ports-outgoing; Sun, 1 Feb 1998 15:33:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from fenner@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27523; Sun, 1 Feb 1998 15:32:57 -0800 (PST) (envelope-from fenner) Date: Sun, 1 Feb 1998 15:32:57 -0800 (PST) From: Bill Fenner Message-Id: <199802012332.PAA27523@hub.freebsd.org> To: cagney@tpgi.com.au, fenner, freebsd-ports Subject: Re: ports/5079 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: /usr/ports/x11/auis/patches needs updating State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Sun Feb 1 15:30:40 PST 1998 State-Changed-Why: Committed, thanks! In the future, could you please: 1) submit changes as diffs -- even though diffs of diffs are often hard to read, when the changes are straightforward like this it's much nicer. 2) submit the changes with the PR - unfortunately, for some reason the web search from was unable to find the email you referenced so I had to go digging in the individual archive files; it's much easier if all the data is all in one place. Thanks again! From owner-freebsd-ports Sun Feb 1 15:55:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00222 for freebsd-ports-outgoing; Sun, 1 Feb 1998 15:55:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from fenner@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00189; Sun, 1 Feb 1998 15:55:37 -0800 (PST) (envelope-from fenner) Date: Sun, 1 Feb 1998 15:55:37 -0800 (PST) From: Bill Fenner Message-Id: <199802012355.PAA00189@hub.freebsd.org> To: fenner, freebsd-ports, jkh Subject: Re: ports/5106 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: Perl5 is not listed as an install option for freeBSD 2.2.5-RELEASE Responsible-Changed-From-To: freebsd-ports->jkh Responsible-Changed-By: fenner Responsible-Changed-When: Sun Feb 1 15:55:22 PST 1998 Responsible-Changed-Why: jkh is Mr. Sysinstall From owner-freebsd-ports Sun Feb 1 16:04:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01573 for freebsd-ports-outgoing; Sun, 1 Feb 1998 16:04:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA01566 for ; Sun, 1 Feb 1998 16:04:21 -0800 (PST) (envelope-from handy@sag.space.lockheed.com) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA12176; Sun, 1 Feb 1998 16:04:21 -0800 Date: Sun, 1 Feb 1998 16:04:20 -0800 (PST) From: Brian Handy To: ports@FreeBSD.ORG Subject: NAS compile woes Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Either NAS has a problem, or I do. I get lots of errors like this: cc -O2 -fno-strength-reduce -I../../../usr.include -I/usr/X11R6/include -I/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c recordBucket.c recordBucket.c:14: audio/audiolib.h: No such file or directory recordBucket.c:15: audio/soundlib.h: No such file or directory *** Error code 1 (continuing) cc -O2 -fno-strength-reduce -I../../../usr.include -I/usr/X11R6/include -I/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c plyBcktAsync.c plyBcktAsync.c:10: audio/audiolib.h: No such file or directory plyBcktAsync.c:11: audio/soundlib.h: No such file or directory *** Error code 1 (continuing) [...] Eventually it finishes and says "Build complete", but I don't have a warm feeling about this. (The header file does exist, I just don't have the steam right now to go track it down. Maybe later.) 2.2-STABLE. If this works fine for other people, I'd like to know so I can figure out what my particular problem is. (And, in fact, this is why I haven't submitted a PR on it.) Wondering... Brian From owner-freebsd-ports Sun Feb 1 16:10:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03294 for freebsd-ports-outgoing; Sun, 1 Feb 1998 16:10:35 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from random.tpgi.com.au (random.tpgi.com.au [203.12.160.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03250; Sun, 1 Feb 1998 16:10:09 -0800 (PST) (envelope-from cagney@tpgi.com.au) Received: (from smtpd@localhost) by random.tpgi.com.au (8.8.4/8.8.6) id LAA26723; Mon, 2 Feb 1998 11:09:48 +1100 (EST) Received: from mel-ppp-062.tpgi.com.au(203.12.163.62), claiming to be "b1.tpgi.com.au" via SMTP by random.tpgi.com.au, id smtpdAAAa006XN; Mon Feb 2 11:09:41 1998 Received: (from cagney@localhost) by b1.tpgi.com.au (8.8.7/8.7.3) id LAA20519; Mon, 2 Feb 1998 11:12:07 +1100 (EST) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.b1.cygnus.com.i386.bsd via MS.5.6.b1.cygnus.com.i386_bsd; Mon, 2 Feb 1998 11:12:06 +1100 (WET) Message-ID: <0opExKc60kM0M19qpo@tpgi.com.au> Date: Mon, 2 Feb 1998 11:12:06 +1100 (WET) From: Andrew Cagney To: fenner@hub.freebsd.org, freebsd-ports@hub.freebsd.org, Bill Fenner Subject: Re: ports/5079 CC: Andrew Cagney In-Reply-To: <199802012332.PAA27523@hub.freebsd.org> References: <199802012332.PAA27523@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Excerpts from mail: 1-Feb-98 Re: ports/5079 Bill Fenner@FreeBSD.ORG (638*) > Synopsis: /usr/ports/x11/auis/patches needs updating > State-Changed-From-To: open-closed > State-Changed-By: fenner > State-Changed-When: Sun Feb 1 15:30:40 PST 1998 > State-Changed-Why: > Committed, thanks! In the future, could you please: > 1) submit changes as diffs -- even though diffs of diffs are often > hard to read, when the changes are straightforward like this it's > much nicer. > 2) submit the changes with the PR - unfortunately, for some reason > the web search from was unable to find the email you referenced so > I had to go digging in the individual archive files; it's much > easier if all the data is all in one place. Should have e-mailed me :-) Know if anyone has tried to build auis-8.0? thanks, Andrew From owner-freebsd-ports Sun Feb 1 16:20:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04276 for freebsd-ports-outgoing; Sun, 1 Feb 1998 16:20:33 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04271 for ; Sun, 1 Feb 1998 16:20:31 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.177]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA45; Sun, 1 Feb 1998 19:18:12 -0500 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.7) id TAA00358; Sun, 1 Feb 1998 19:19:54 -0500 (EST) (envelope-from root) Message-ID: <19980201191954.53843@scsn.net> Date: Sun, 1 Feb 1998 19:19:54 -0500 From: dmaddox@scsn.net (Donald J. Maddox) To: Brian Handy , ports@FreeBSD.ORG Subject: Re: NAS compile woes Reply-To: dmaddox@scsn.net Mail-Followup-To: Brian Handy , ports@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from Brian Handy on Sun, Feb 01, 1998 at 04:04:20PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Sun, Feb 01, 1998 at 04:04:20PM -0800, Brian Handy wrote: > Either NAS has a problem, or I do. I get lots of errors like this: > > cc -O2 -fno-strength-reduce -I../../../usr.include -I/usr/X11R6/include > -I/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c > recordBucket.c > recordBucket.c:14: audio/audiolib.h: No such file or directory > recordBucket.c:15: audio/soundlib.h: No such file or directory > *** Error code 1 (continuing) > cc -O2 -fno-strength-reduce -I../../../usr.include -I/usr/X11R6/include > -I/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c > plyBcktAsync.c > plyBcktAsync.c:10: audio/audiolib.h: No such file or directory > plyBcktAsync.c:11: audio/soundlib.h: No such file or directory > *** Error code 1 (continuing) > [...] > > > Eventually it finishes and says "Build complete", but I don't have a warm > feeling about this. (The header file does exist, I just don't have the > steam right now to go track it down. Maybe later.) > > 2.2-STABLE. If this works fine for other people, I'd like to know so I > can figure out what my particular problem is. (And, in fact, this is why > I haven't submitted a PR on it.) I had this problem once upon a time... I think in some version of XF86, the X11.tmpl file defines BuildIncTop as '../..', and some others as just '..'. You should probably check the versions of your X config files. For a quick fix, look at /usr/X11R6/lib/X11/config/X11.tmpl, search for BuildIncTop, and define it to either ../.. or .. whichever works for you :-) From owner-freebsd-ports Sun Feb 1 16:33:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05593 for freebsd-ports-outgoing; Sun, 1 Feb 1998 16:33:53 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05435; Sun, 1 Feb 1998 16:33:18 -0800 (PST) (envelope-from steve) Date: Sun, 1 Feb 1998 16:33:18 -0800 (PST) From: Steve Price Message-Id: <199802020033.QAA05435@hub.freebsd.org> To: giffunip@asme.org, steve, freebsd-ports Subject: Re: ports/5120 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: Update to BLAS lib. (math port) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Feb 1 16:32:39 PST 1998 State-Changed-Why: Updated port as requested. From owner-freebsd-ports Sun Feb 1 17:20:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11011 for freebsd-ports-outgoing; Sun, 1 Feb 1998 17:20:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10991; Sun, 1 Feb 1998 17:20:01 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10335; Sun, 1 Feb 1998 17:16:57 -0800 (PST) (envelope-from nobody) Message-Id: <199802020116.RAA10335@hub.freebsd.org> Date: Sun, 1 Feb 1998 17:16:57 -0800 (PST) From: allenc@verinet.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5623: Samba package in the stable distribution does not create and install a smb.conf file. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5623 >Category: ports >Synopsis: Samba package in the stable distribution does not create and install a smb.conf file. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 1 17:20:00 PST 1998 >Last-Modified: >Originator: Allen Campbell >Organization: >Release: 2.2.5-RELEASE >Environment: FreeBSD const.local.pri 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sat Jan 17 16:52:0 7 MST 1998 root@const.local.pri:/usr/src/sys/compile/CONST i386 >Description: The samba-1.9.17p2 package from the 2.2.5 distribution does not create a smb.conf file. No smb.conf is listed in the +CONTENTS file. >How-To-Repeat: pkg_add samba-1.9.17p2 >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Feb 1 17:23:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11406 for freebsd-ports-outgoing; Sun, 1 Feb 1998 17:23:41 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bamboo.verinet.com (root@bamboo.verinet.com [204.144.246.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11401 for ; Sun, 1 Feb 1998 17:23:39 -0800 (PST) (envelope-from allenc@verinet.com) Received: from pragma (port94.verinet.com [207.174.14.227]) by bamboo.verinet.com (8.8.8/8.7.1) with SMTP id SAA16201 for ; Sun, 1 Feb 1998 18:23:34 -0700 Message-ID: <001d01bd2f79$12975da0$0201a8c0@pragma> From: "Allen Campbell" To: Subject: samba-1.9.17p2 Date: Sun, 1 Feb 1998 18:22:47 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Disclaimer: This has already been posted to freebsd-questions. The samba-1.9.17p2 package from the 2.2.5 distribution does not create a smb.conf file. I pkg_delete'd it and re-pkg_added it (bit of windows think there 8) ), no joy. No smb.conf is listed in the +CONTENTS file. What am I assuming wrong or not RTFMing? I could pull the smb.conf from the distribution available at the master site (I used the master distribution with 2.2.2), however, since posting to freebsd-questions, two people have voiced similar experiences to me. ports/5623 has been submitted. Thank you. From owner-freebsd-ports Sun Feb 1 19:11:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21238 for freebsd-ports-outgoing; Sun, 1 Feb 1998 19:11:21 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from coconut.itojun.org (root@coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21225 for ; Sun, 1 Feb 1998 19:11:17 -0800 (PST) (envelope-from itojun@itojun.org) Received: from localhost (itojun@localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.8.8+3.0Wbeta11/3.6W) with ESMTP id MAA12349; Mon, 2 Feb 1998 12:09:52 +0900 (JST) To: "Allen Campbell" cc: freebsd-ports@FreeBSD.ORG In-reply-to: allenc's message of Sun, 01 Feb 1998 18:22:47 MST. <001d01bd2f79$12975da0$0201a8c0@pragma> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: samba-1.9.17p2 From: Jun-ichiro itojun Itoh Date: Mon, 02 Feb 1998 12:09:52 +0900 Message-ID: <12345.886388992@coconut.itojun.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >The samba-1.9.17p2 package from the 2.2.5 distribution does not create a >smb.conf file. I pkg_delete'd it and re-pkg_added it (bit of windows >think there 8) ), no joy. No smb.conf is listed in the +CONTENTS file. >What am I assuming wrong or not RTFMing? no smb.conf will be installed by 2.2.5-RELEASE ports/net/samba. >I could pull the smb.conf from the distribution available at the master >site (I used the master distribution with 2.2.2), however, since posting >to freebsd-questions, two people have voiced similar experiences to me. >ports/5623 has been submitted. not the direct solution, but it should be noted: ports/net/samba was updated, and it now uses samba 1.9.18p2 distribution. The current port in the source code repository installs various smb.conf examples into /usr/local/share/examples/samba. itojun From owner-freebsd-ports Sun Feb 1 19:12:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21359 for freebsd-ports-outgoing; Sun, 1 Feb 1998 19:12:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21285; Sun, 1 Feb 1998 19:11:58 -0800 (PST) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA02073; Sun, 1 Feb 1998 19:11:45 -0800 (PST) Date: Sun, 1 Feb 1998 19:11:45 -0800 (PST) Message-Id: <199802020311.TAA02073@freefall.freebsd.org> To: allenc@verinet.com, itojun@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5623 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: Samba package in the stable distribution does not create and install a smb.conf file. State-Changed-From-To: open-closed State-Changed-By: itojun State-Changed-When: Sun Feb 1 19:10:20 PST 1998 State-Changed-Why: expected (but not desirable) behavior. ports/net/samba was updated and it should be fixed on more recent port (such as, the port which will be included in 2.2.6-RELEASE) From owner-freebsd-ports Sun Feb 1 20:06:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25848 for freebsd-ports-outgoing; Sun, 1 Feb 1998 20:06:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25839; Sun, 1 Feb 1998 20:06:11 -0800 (PST) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02209; Sun, 1 Feb 1998 20:05:58 -0800 (PST) Date: Sun, 1 Feb 1998 20:05:58 -0800 (PST) Message-Id: <199802020405.UAA02209@freefall.freebsd.org> To: mi@aldan.algebra.com, hoek@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5602 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: when files/md5 does not contain a checksum -- do not compute it State-Changed-From-To: open-closed State-Changed-By: hoek State-Changed-When: Sun Feb 1 20:04:49 PST 1998 State-Changed-Why: Problem won't occur if user properly upgrades local port copy. From owner-freebsd-ports Sun Feb 1 20:28:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28539 for freebsd-ports-outgoing; Sun, 1 Feb 1998 20:28:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ppp1563.on.bellglobal.com (ppp1563.on.bellglobal.com [206.172.249.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28532; Sun, 1 Feb 1998 20:28:04 -0800 (PST) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp1563.on.bellglobal.com (8.8.8/8.8.8) with SMTP id XAA00309; Sun, 1 Feb 1998 23:26:41 -0500 (EST) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp1563.on.bellglobal.com: tim owned process doing -bs Date: Sun, 1 Feb 1998 23:26:40 -0500 (EST) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: ports@FreeBSD.ORG cc: asami@FreeBSD.ORG Subject: Re: Please review and test: new bsd.port.mk [OLD OLD OLD!] In-Reply-To: <199802012142.QAA06350@ppp6524.on.bellglobal.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Sat, 9 Nov 1996, Satoshi Asami wrote: > Date: Sat, 9 Nov 1996 06:17:13 -0800 (PST) > From: asami@freebsd.org (Satoshi Asami) [...] > (5) New "distclean" target to delete distfile too. (Submitted by: > obrien) > > (6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS. > Or should I reverse the logic an not make it the defaut, turned on > by CLEANDEPENDS? Was there a reason that the new "distclean" was not combined with "chained dependency cleaning"? If not, I'm sure a patch can be cooked-up easily enough... As it is, I think it's somewhat confusing that distclean uses "chained dependency cleaning", but is not itself chained. [A brief jaunt through the list archives turned-up nothing other than a reminder that we still don't have what is possibly the most-requested feature --- `make size' :-] -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Sun Feb 1 20:39:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00225 for freebsd-ports-outgoing; Sun, 1 Feb 1998 20:39:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00158; Sun, 1 Feb 1998 20:39:18 -0800 (PST) (envelope-from steve) Date: Sun, 1 Feb 1998 20:39:18 -0800 (PST) From: Steve Price Message-Id: <199802020439.UAA00158@hub.freebsd.org> To: sanpei@yy.cs.keio.ac.jp, steve, freebsd-ports Subject: Re: ports/5603 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: update of net/gnu-finger (fingerd has core dump problem) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Feb 1 20:38:56 PST 1998 State-Changed-Why: Suggested patch added. Thanks! From owner-freebsd-ports Sun Feb 1 20:44:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01146 for freebsd-ports-outgoing; Sun, 1 Feb 1998 20:44:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ppp1563.on.bellglobal.com (ppp1563.on.bellglobal.com [206.172.249.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01120 for ; Sun, 1 Feb 1998 20:44:20 -0800 (PST) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp1563.on.bellglobal.com (8.8.8/8.8.8) with SMTP id XAA00324; Sun, 1 Feb 1998 23:42:54 -0500 (EST) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp1563.on.bellglobal.com: tim owned process doing -bs Date: Sun, 1 Feb 1998 23:42:53 -0500 (EST) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: ports@FreeBSD.ORG cc: obrien@Nuxi.com Subject: Re: ports/1902: additional clean targets for bsd.port.mk In-Reply-To: <199802020419.XAA00290@ppp1563.on.bellglobal.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" > >Number: 1902 > >Category: ports > >Synopsis: additional clean targets for bsd.port.mk [...] > The second target is "deepclean" that inaddition to "distclean" > deletes the portball. This is useful as many times I build a port > because the package either isn't avail, or doesn't match my system. > After I've installed the port, I have no desire to keep the portball > around. The only negitive port to this target, is after building > this target, you are left in a cwd that doesn't exist anymore. > But a simple ``cd'' to the next place you wanted to go anyway will > take care of that. Okay, does anyone still want to defend the addition of a "deepclean" target (David, that would be you! :)? I can't find any comments on this target in either the list archives or the follow-ups. My impulse is to say "Ugh yuck!", otherwise. :-) :-) The negative about deleting the existing directory is mentioned. The port tarballs are actually quite small (with only a few exceptions). If the port tarball was fetched with fetch \ ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports-current/games/tvp.tar.gz And the resultant tarball expanded in my home directory, I would just `cd ~/pub/FreeBSD/ports-current/games/tvp` and do my `make' there. The deepclean target would fail in this case. It also fails to handle no-longer-wanted category-dirs (eg. `make deepclean` in biology/babel/ would remove biology/babel/, but not biology/, which I may or may not want removed). Unless we still want the deepclean target, the pr can probably be closed. -- > +.if !target(pre-deepclean) > +pre-deepclean: > + @${DO_NADA} > +.endif > + > +.if !target(deepclean) > +PORTDIRNAME!= /usr/bin/basename ${.CURDIR} > +realclean: pre-deepclean distclean > + @${ECHO_MSG} "===> Deep cleansing for ${PKGNAME}" > + @(cd ${.CURDIR}/.. ; \ > + ${RM} -rf ${PORTDIRNAME}) > +.endif -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Mon Feb 2 06:38:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07494 for freebsd-ports-outgoing; Mon, 2 Feb 1998 06:38:48 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07487 for ; Mon, 2 Feb 1998 06:38:46 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id JAA10777; Mon, 2 Feb 1998 09:38:39 -0500 (EST) Date: Mon, 2 Feb 1998 09:38:39 -0500 (EST) From: John Fieber To: Allen Campbell cc: freebsd-ports@FreeBSD.ORG Subject: Re: samba-1.9.17p2 In-Reply-To: <001d01bd2f79$12975da0$0201a8c0@pragma> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Sun, 1 Feb 1998, Allen Campbell wrote: > The samba-1.9.17p2 package from the 2.2.5 distribution does not create a > smb.conf file. I pkg_delete'd it and re-pkg_added it (bit of windows > think there 8) ), no joy. No smb.conf is listed in the +CONTENTS file. > What am I assuming wrong or not RTFMing? It is installed as ${PREFIX}/etc/smb.conf.default. You copy that file to smb.conf and edit appropriately. There is a good reason it isn't listed in the +CONTENTS file: if you upgrade samba by deleting the old package and installing the new, it will obediantly delete the smb.conf file you so carefully constructed. This way, your config file remains untouched. -john From owner-freebsd-ports Mon Feb 2 08:52:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23955 for freebsd-ports-outgoing; Mon, 2 Feb 1998 08:52:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-03.ix.netcom.com [207.93.143.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23948 for ; Mon, 2 Feb 1998 08:52:38 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id IAA21718; Mon, 2 Feb 1998 08:49:12 -0800 (PST) Date: Mon, 2 Feb 1998 08:49:12 -0800 (PST) Message-Id: <199802021649.IAA21718@silvia.HIP.Berkeley.EDU> To: ports@FreeBSD.ORG Subject: converting raster file to postscript From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Hello guys, I recently purchased an Epson Stylus Color 600, and would like to print some photo-quality images. Thanks to the handbook, I got ghostscript5 to function as a filter, but the images look rather crappy. I can actually see the pixels (which is not supposed to happen, at least without an aid of a microscope!), so I think the printer (or ghostscript) is dithering the image. I suspect the problem is that I don't know how to generate high-resolution color postscript files. I used pnmtops, but the "-dpi" option appears to be a no-op: === >> djpeg -ppm voyage.jpg | pnmtops -dpi 360 | wc pnmtops: warning, image too large for page, rescaling to 0.771088 pnmtops: writing color PostScript... 70526 70574 4300910 >> djpeg -ppm voyage.jpg | pnmtops -dpi 720 | wc pnmtops: warning, image too large for page, rescaling to 0.771088 pnmtops: writing color PostScript... 70526 70574 4300910 >> djpeg -ppm voyage.jpg | pnmfile stdin: PPM raw, 754 by 935 maxval 255 Broken pipe >> dc 754 935 *p 704990 === Well, if I'm printing this pathetic picture at 720dpi, it should show up as about 1 inch by 1.2 inches. It shouldn't be too large for a letter-size paper. :) I also tried to "save" the image using netscape, with pretty much the same quality as a result. (But that's expected, as I can't tell netscape to change the resolution and it probably just tries to scale the image for the entire paper.) Satoshi From owner-freebsd-ports Mon Feb 2 09:18:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26773 for freebsd-ports-outgoing; Mon, 2 Feb 1998 09:18:57 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from coconut.itojun.org (root@coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26757 for ; Mon, 2 Feb 1998 09:18:49 -0800 (PST) (envelope-from itojun@itojun.org) Received: from localhost (itojun@localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.8.8+3.0Wbeta11/3.6W) with ESMTP id CAA26357; Tue, 3 Feb 1998 02:18:14 +0900 (JST) To: John Fieber cc: Allen Campbell , freebsd-ports@FreeBSD.ORG In-reply-to: jfieber's message of Mon, 02 Feb 1998 09:38:39 EST. X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: samba-1.9.17p2 From: Jun-ichiro itojun Itoh Date: Tue, 03 Feb 1998 02:18:14 +0900 Message-ID: <26353.886439894@coconut.itojun.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >> The samba-1.9.17p2 package from the 2.2.5 distribution does not create a >> smb.conf file. I pkg_delete'd it and re-pkg_added it (bit of windows >> think there 8) ), no joy. No smb.conf is listed in the +CONTENTS file. >> What am I assuming wrong or not RTFMing? >It is installed as ${PREFIX}/etc/smb.conf.default. You copy that >file to smb.conf and edit appropriately. There is a good reason >it isn't listed in the +CONTENTS file: if you upgrade samba by >deleting the old package and installing the new, it will >obediantly delete the smb.conf file you so carefully constructed. >This way, your config file remains untouched. oops john, please DO list everything into pkg/PLIST. Only those files that are listed in pkg/PLIST will be included in package (binary distribution). Since (old, 2.2.5-RELEASE) samba port does not list etc/smb.conf.default in pkg/PLIST, samba package does not have that file. Now first-time user who installed samba package will not be able to have etc/smb.conf.default. To avoid overwrite, (IMHO) configuration file should be installed under name "foobaa-dist" or "foobaa.sample". Of course the file must be listed in pkg/PLIST. itojun From owner-freebsd-ports Mon Feb 2 09:28:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27875 for freebsd-ports-outgoing; Mon, 2 Feb 1998 09:28:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27870 for ; Mon, 2 Feb 1998 09:28:04 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id MAA12300; Mon, 2 Feb 1998 12:27:25 -0500 (EST) Date: Mon, 2 Feb 1998 12:27:25 -0500 (EST) From: John Fieber To: Jun-ichiro itojun Itoh cc: Allen Campbell , freebsd-ports@FreeBSD.ORG Subject: Re: samba-1.9.17p2 In-Reply-To: <26353.886439894@coconut.itojun.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Tue, 3 Feb 1998, Jun-ichiro itojun Itoh wrote: > oops john, please DO list everything into pkg/PLIST. Only those > files that are listed in pkg/PLIST will be included in package > (binary distribution). etc/smb.conf.default is in the PLIST of the current port. It may not have been in the past, which would have been a mistake. -john From owner-freebsd-ports Mon Feb 2 13:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09801 for freebsd-ports-outgoing; Mon, 2 Feb 1998 13:10:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09776; Mon, 2 Feb 1998 13:10:02 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09380; Mon, 2 Feb 1998 13:06:55 -0800 (PST) (envelope-from nobody) Message-Id: <199802022106.NAA09380@hub.freebsd.org> Date: Mon, 2 Feb 1998 13:06:55 -0800 (PST) From: mvh@tis.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5626: 'ldap' port eats all available CPU time Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5626 >Category: ports >Synopsis: 'ldap' port eats all available CPU time >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 2 13:10:01 PST 1998 >Last-Modified: >Originator: Michael Harding >Organization: Trusted Information Systems >Release: 2.2.5 stable >Environment: FreeBSD grendel.la.tis.com 2.2-971229-SNAP FreeBSD 2.2-971229-SNAP #0: Mon Dec 29 17:53:58 PST 1997 mvh@grendel.la.tis.com:/usr/src/sys/compile/TIS i386 >Description: If you install and configure the University of Michigan ldap server, /usr/ports/net/ldap, it will chew up all of the available CPU time, apparently spawning threads like mad. There is a patch list at http://www.critical-angle.com/ldapworld/patch/ but I don't know if this will fix the problem. >How-To-Repeat: You can run the test suite in /usr/ports/net/ldap/work/ldap-3.3/tests - by running 'top' you can see that there will be several 'slapd' ldap daemons running chewing up all of the CPU even after the test finish (and fail). >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Feb 2 16:08:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14069 for freebsd-ports-outgoing; Mon, 2 Feb 1998 16:08:16 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from crude.rrc.state.tx.us (crude.rrc.state.tx.us [204.64.182.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14062 for ; Mon, 2 Feb 1998 16:08:12 -0800 (PST) (envelope-from rauld@crude.rrc.state.tx.us) Received: from crude.rrc.state.tx.us (macppc.rrc.state.tx.us [204.64.182.12]) by crude.rrc.state.tx.us (8.8.7/8.7.3) with ESMTP id SAA27608 for ; Mon, 2 Feb 1998 18:21:05 -0600 (CST) Message-ID: <34D65FDA.71E7D81C@crude.rrc.state.tx.us> Date: Mon, 02 Feb 1998 18:08:13 -0600 From: Raul de la Garza Reply-To: rauld@crude.rrc.state.tx.us Organization: Railroad Commission of Texas X-Mailer: Mozilla 4.03 (Macintosh; I; PPC) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: isc-dhcp1.0 Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" i am getting the following error, any clues? freebsd version 2.1.7 (this is a remote production unit is not readily upgrade-able to 2.2 or higher) ns# /usr/local/sbin/dhcpd Internet Software Consortium DHCPD $Name: V1-0-0 $ Copyright 1995, 1996 The Internet Software Consortium. All rights reserved. ns# Can't find free bpf: Device not configured dhcpd: exiting. i have inserted the following command as described in the README Versions of FreeBSD prior to 2.2 have a bug in BPF support in that the ethernet driver swaps the ethertype field in the ethernet header downstream from BPF, which corrupts the output packet. If you are running a version of FreeBSD prior to 2.2, and you find that dhcpd can't communicate with its clients, you should #define BROKEN_FREEBSD_BPF in site.h and recompile. From owner-freebsd-ports Mon Feb 2 17:01:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20989 for freebsd-ports-outgoing; Mon, 2 Feb 1998 17:01:30 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rrz.Hanse.DE (hanse-gate.rrz.uni-hamburg.de [134.100.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20983 for ; Mon, 2 Feb 1998 17:01:28 -0800 (PST) (envelope-from Stefan.Bethke@Hanse.DE) Received: from daemon.Hanse.DE (daemon.Hanse.DE [193.174.9.17]) by rrz.Hanse.DE (8.8.7/8.8.8) with ESMTP id CAA28082; Tue, 3 Feb 1998 02:01:19 +0100 (CET) (envelope-from Stefan.Bethke@Hanse.DE) Received: from transit.hanse.de (transit.Hanse.DE [193.174.9.161]) by daemon.Hanse.DE (8.8.8/8.8.8) with ESMTP id CAA16097; Tue, 3 Feb 1998 02:00:51 +0100 (CET) (envelope-from Stefan.Bethke@Hanse.DE) Received: from [193.174.9.163] (monster.transit.hanse.de [193.174.9.163]) by transit.hanse.de (8.8.8/8.8.8) with ESMTP id CAA01740; Tue, 3 Feb 1998 02:04:34 +0100 (MET) X-Sender: stb@transit.hanse.de Message-Id: In-Reply-To: <34D65FDA.71E7D81C@crude.rrc.state.tx.us> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 3 Feb 1998 02:05:30 +0100 To: rauld@crude.rrc.state.tx.us, freebsd-ports@FreeBSD.ORG From: Stefan Bethke Subject: Re: isc-dhcp1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" At 18:08 Uhr -0600 02.02.1998, Raul de la Garza wrote: >i am getting the following error, any clues? > >freebsd version 2.1.7 (this is a remote production unit is not readily >upgrade-able to 2.2 or higher) >ns# Can't find free bpf: Device not configured >dhcpd: exiting. Your kernel doesn't include Berkeley Packet Filter (bpf) support. Add a line line the following to your kernel configuration file and rebuild your kernel: pseudo-device bpfilter 4 (you might need to change the "4" to at least the number of all network interfaces you want dhcpd to respond on, but I'm not sure of this; a single bpf might suffice. Also, do this as root: # cd /dev # ./MAKEDEV bpf0 bpf1 bpf2 bpf3 [and so on] >you should #define >BROKEN_FREEBSD_BPF >in site.h and recompile. Might well be correct. I don't remember doing that, but it is more than a year ago I build isc-dhcpd... Hope this helps, Stefan -- Stefan Bethke Hamburg, Germany From owner-freebsd-ports Mon Feb 2 19:52:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15984 for freebsd-ports-outgoing; Mon, 2 Feb 1998 19:52:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from misery.sdf.com (misery.sdf.com [204.244.213.32]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA15977 for ; Mon, 2 Feb 1998 19:52:01 -0800 (PST) (envelope-from tom@sdf.com) Received: from tom by misery.sdf.com with smtp (Exim 1.73 #1) id 0xzZ8m-000691-00; Mon, 2 Feb 1998 19:35:16 -0800 Date: Mon, 2 Feb 1998 19:35:13 -0800 (PST) From: Tom To: Raul de la Garza cc: freebsd-ports@FreeBSD.ORG Subject: Re: isc-dhcp1.0 In-Reply-To: <34D65FDA.71E7D81C@crude.rrc.state.tx.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Mon, 2 Feb 1998, Raul de la Garza wrote: > ns# Can't find free bpf: Device not configured You need a bpfilter device in your kernel. Tom From owner-freebsd-ports Mon Feb 2 23:40:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11173 for freebsd-ports-outgoing; Mon, 2 Feb 1998 23:40:27 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11145; Mon, 2 Feb 1998 23:40:23 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id XAA15593; Mon, 2 Feb 1998 23:40:32 -0800 (PST) To: ports@FreeBSD.ORG cc: asami@FreeBSD.ORG Subject: Hmmmm! Now what? Date: Mon, 02 Feb 1998 23:40:32 -0800 Message-ID: <15590.886491632@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" root@keiko-> cd /usr/ports/net/tkirc root@keiko-> make all install <..grind grind..> root@keiko-> tkirc exec: wish: not found root@keiko-> which wish root@keiko-> which wish8.0 /usr/local/bin/wish8.0 Gack! Now we no longer have a "wish" by default? That seems a bad thing. Yes, I could easily change tkirc to explicitly invoke wish8.0, but that'd be a bad thing for all those Tcl/Tk books which start with "first, type wish to start a Tk interpreter" - we may have gained version independance by naming our wishes with the version number only but only by blowing POLA right out the window. I think that the tk port should set the link and "wish" should default to whichever version of Tk I last installed. Jordan From owner-freebsd-ports Mon Feb 2 23:47:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11812 for freebsd-ports-outgoing; Mon, 2 Feb 1998 23:47:59 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-03.ix.netcom.com [207.93.143.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11805 for ; Mon, 2 Feb 1998 23:47:57 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id XAA23388; Mon, 2 Feb 1998 23:47:39 -0800 (PST) Date: Mon, 2 Feb 1998 23:47:39 -0800 (PST) Message-Id: <199802030747.XAA23388@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: ports@FreeBSD.ORG In-reply-to: <15590.886491632@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Hmmmm! Now what? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * root@keiko-> cd /usr/ports/net/tkirc ^^^^^ I see you are using someone's machine there. Are there "yuko" and "mio" and others too? :) * Gack! Now we no longer have a "wish" by default? That seems * a bad thing. Yes, I could easily change tkirc to explicitly * invoke wish8.0, but that'd be a bad thing for all those Tcl/Tk books * which start with "first, type wish to start a Tk interpreter" - we * may have gained version independance by naming our wishes with * the version number only but only by blowing POLA right out the * window. And what's going to happen when tcl/tk gets updated and are incompatible with the previous version again? * I think that the tk port should set the link and "wish" * should default to whichever version of Tk I last installed. That's good for interactive use but if ports like tkirc are allowed to just call wish "wish", then we are asking for major trouble. If you can think of a way to *force* porters and committer to always use "wishX.Y" instead of "wish" as their interpreters, then I agree about tk ports installing the link. Satoshi From owner-freebsd-ports Mon Feb 2 23:54:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13490 for freebsd-ports-outgoing; Mon, 2 Feb 1998 23:54:32 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13485 for ; Mon, 2 Feb 1998 23:54:31 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id AAA21371 for ; Tue, 3 Feb 1998 00:54:29 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id AAA01032; Tue, 3 Feb 1998 00:54:28 -0700 Date: Tue, 3 Feb 1998 00:54:28 -0700 Message-Id: <199802030754.AAA01032@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: ports@FreeBSD.ORG Subject: JDK port/package builder needed X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" I'm looking for someone to help me build a JDK 'package' for FreeBSD. Unfortunately, due to licensing restrictions we can't provide it on the CD, but we can make it easier for folks to install the port, so if anyone would like to send me email I'd really like to have them help me set this up. I have (or will have soon as soon as the new build is complete) the gzipped tar file which contains the JDK, I just need someone to do the 'port' magic files. Thanks! Nate ps. Where do we stick FreeBSD 'LOCAL' ports, and how do I get a file to be deposited there? From owner-freebsd-ports Tue Feb 3 00:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14187 for freebsd-ports-outgoing; Tue, 3 Feb 1998 00:00:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14177; Tue, 3 Feb 1998 00:00:01 -0800 (PST) (envelope-from gnats) Received: from bradenton.cs.miami.edu (dial-up1.pcnet.miami.edu [129.171.35.241]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14029 for ; Mon, 2 Feb 1998 23:59:14 -0800 (PST) (envelope-from marcus@bradenton.cs.miami.edu) Received: (from marcus@localhost) by bradenton.cs.miami.edu (8.8.7/8.8.7) id CAA04903; Tue, 3 Feb 1998 02:59:08 -0500 (EST) (envelope-from marcus) Message-Id: <199802030759.CAA04903@bradenton.cs.miami.edu> Date: Tue, 3 Feb 1998 02:59:08 -0500 (EST) From: marcus@miami.edu Reply-To: marcus@miami.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5630: gone19980203, new version of gone port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5630 >Category: ports >Synopsis: updated not-yet-released version of gone port >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 3 00:00:01 PST 1998 >Last-Modified: >Originator: Joe "Marcus" Clarke >Organization: University of Miami >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: >Description: Gone, my improved terminal locking program just got a few bug fixes. Went from version 1.2.4 to 1.2.5. The new file is gone19980203.tar.gz in ftp://ftp.freebsd.org/pub/FreeBSD/incoming. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Feb 3 00:00:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14218 for freebsd-ports-outgoing; Tue, 3 Feb 1998 00:00:11 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14192; Tue, 3 Feb 1998 00:00:05 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14111; Mon, 2 Feb 1998 23:59:44 -0800 (PST) (envelope-from nobody) Message-Id: <199802030759.XAA14111@hub.freebsd.org> Date: Mon, 2 Feb 1998 23:59:44 -0800 (PST) From: mrt@mickey.ai.kyutech.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5631: New port: ja-skkinput-2.00-980123 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5631 >Category: ports >Synopsis: New port: ja-skkinput-2.00-980123 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 3 00:00:02 PST 1998 >Last-Modified: >Originator: Murata Shuuichirou >Organization: Kyushu Inst. of Tech. >Release: -current >Environment: FreeBSD undine.mickey.ai.kyutech.ac.jp 3.0-CURRENT FreeBSD 3.0-CURRENT #52: Tue Feb 3 10:38:07 JST 1998 mrt@undine.mickey.ai.kyutech.ac.jp:/usr/src/sys/compile/UNDINE i386 >Description: New port. SKK-like japanese input method for X11. >How-To-Repeat: >Fix: begin 644 skkinput980203.tar.gz M'XL(`(/+UC0``^U9;7/:1A#V5^Y7;,=\2&PCZ?3&2^,,"E)<8B.HA)M\Z(SG MD`XC$!*5A%_J\7_O':]-`G8ZI;AM](RQ0+NZV[N]W;M])(A#,B$13:F8CD9! M-)EFXL&.`:I4UC0X``[IB^OB!^BJKF*LJ&4%`,ME73T`;=>&;,(TS4@"<)#$ ME_29-5?D?#R@%( MNS+@*7SG_C\$F][")$ZR%+PX#*F7!7$$X\42@'Z:I%PAH;]- M@X3ZM8(L2%+)M8U.M2)A66$Z)LDH>`EE%R8OR!7X0"+`U6J%"3\.XC&[66A- M$Y(1<`?3:>`-@B2>PIMQDM7'@3>B]P()A-']-*/>0"">,)R\18?LX6+3+[(O MR&RZ7=MH6:`W"',6H9;M=R MKMQFEXL&63:IB>+M[:UP3X;!F`BC:9`RX^(L+DWGQHEL#?7[J9B2$1FS^^M0 M0JRUIMUE'\LY+3PQ/H2<2_O*M#J6;;)>BP\7[89Q\YHR\^P+PS[C M4W#UH2-8EPU^"Y\65C,K\!FQ&^U6Q[%`KXUOU?T71=E6;Y7RHK^?Z_ M#VSW_]C?U?P_L_\#QOA+_VL:SO?_?:!E:O!JVR8JL*D1KG]_#:?0ZRE*WY:0WX;?E?+JMEN2QK+!=@ M91;_>?[_Y['-_^R\U[+L[D[Z>"[_@R8O\G]98HN`YW]=T?/\OP\8X)Z?E\)@ M1%F1MBB"9JL`QC0;Q#XO`(&=KH4\P?\OL2W^3'%TLZ"0.)<1>#.*:9U[>%LH9>4Z,V=&,M&4-16O MZWV`EH4>\$>^*B=!\ M#&PX7:;'>0(VDI0U'5'HW<-?Y:X$U,R6C-F,NIB-G2;_@J2Z+?X[%TUW-[O_ M\_&OZFO^5^'?6?RKWMW>>9ROFZ3K/&389]96\7OC9^WB3I.^\PQ6MO$CF68 M+6N;M-LVV]MD?V854=T/DF0,&[C*EW;:#K$Q_DGF#7;(`'XS_Z=+&"OS_5_2 M\OIO'WC*_[-KB9"_V\=S^5\IZTO_*ZP"9/[7L93G_[V@5"I!<_FV3XB3Z\)' M=A[B[^OD"N!JC?VI\OS=W?'Q\5KU:S46X3.U>AU*^$2#8WQ2AGH=P2?.)4!Q M_>SLQ+=<;2; M$#I&(![Q,A;Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Feb 3 00:04:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15434 for freebsd-ports-outgoing; Tue, 3 Feb 1998 00:04:24 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15414 for ; Tue, 3 Feb 1998 00:04:21 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id IAA09909; Tue, 3 Feb 1998 08:04:08 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id JAA11455; Tue, 3 Feb 1998 09:04:07 +0100 (MET) Message-ID: <19980203090406.25982@follo.net> Date: Tue, 3 Feb 1998 09:04:06 +0100 From: Eivind Eklund To: Satoshi Asami Cc: jkh@time.cdrom.com, ports@FreeBSD.ORG Subject: Re: Hmmmm! Now what? References: <15590.886491632@time.cdrom.com> <199802030747.XAA23388@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199802030747.XAA23388@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Mon, Feb 02, 1998 at 11:47:39PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Mon, Feb 02, 1998 at 11:47:39PM -0800, Satoshi Asami wrote: > * I think that the tk port should set the link and "wish" > * should default to whichever version of Tk I last installed. > > That's good for interactive use but if ports like tkirc are allowed to > just call wish "wish", then we are asking for major trouble. > > If you can think of a way to *force* porters and committer to always > use "wishX.Y" instead of "wish" as their interpreters, then I agree > about tk ports installing the link. Simple. Install something like this as 'wish': #!/bin/sh echo "In FreeBSD, wish is named with a version number. This is because wish has" 1>&2 echo "been incompatible between versions, and we want our ports to keep working." 1>&2 echo 1>&2 echo "On your system, the wish is installed under these names:" 1>&2 for name in $(/bin/ls $(echo $PATH | sed 's/:/ /g') | egrep '^wish[0-9]+\.[0-9]+$') do echo $name 1>&2 done exit 0 Eivind. From owner-freebsd-ports Tue Feb 3 00:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16595 for freebsd-ports-outgoing; Tue, 3 Feb 1998 00:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-03.ix.netcom.com [207.93.143.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16584 for ; Tue, 3 Feb 1998 00:10:01 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id AAA23482; Tue, 3 Feb 1998 00:09:47 -0800 (PST) Date: Tue, 3 Feb 1998 00:09:47 -0800 (PST) Message-Id: <199802030809.AAA23482@silvia.HIP.Berkeley.EDU> To: ac199@hwcn.org CC: ports@FreeBSD.ORG In-reply-to: (message from Tim Vanderhoek on Sun, 1 Feb 1998 23:26:40 -0500 (EST)) Subject: Re: Please review and test: new bsd.port.mk [OLD OLD OLD!] From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * Was there a reason that the new "distclean" was not combined with * "chained dependency cleaning"? If not, I'm sure a patch can be * cooked-up easily enough... Well, I for one would be mighty upset if I type "make distclean" in /usr/ports/net/tclplugin and lose the netscape tarball.... ;) * As it is, I think it's somewhat * confusing that distclean uses "chained dependency cleaning", but * is not itself chained. Good point. I always thought "distclean" calling "clean" is sort of unclean. (Pardon the pun.) Can we perhaps disassociate distclean and clean? * [A brief jaunt through the list archives turned-up nothing other * than a reminder that we still don't have what is possibly the * most-requested feature --- `make size' :-] Patches please? :) Satoshi From owner-freebsd-ports Tue Feb 3 00:21:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17692 for freebsd-ports-outgoing; Tue, 3 Feb 1998 00:21:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-03.ix.netcom.com [207.93.143.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17687 for ; Tue, 3 Feb 1998 00:21:23 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id AAA23518; Tue, 3 Feb 1998 00:21:17 -0800 (PST) Date: Tue, 3 Feb 1998 00:21:17 -0800 (PST) Message-Id: <199802030821.AAA23518@silvia.HIP.Berkeley.EDU> To: nate@mt.sri.com CC: ports@FreeBSD.ORG In-reply-to: <199802030754.AAA01032@mt.sri.com> (message from Nate Williams on Tue, 3 Feb 1998 00:54:28 -0700) Subject: Re: JDK port/package builder needed From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * I'm looking for someone to help me build a JDK 'package' for FreeBSD. * Unfortunately, due to licensing restrictions we can't provide it on the * CD, but we can make it easier for folks to install the port, so if * anyone would like to send me email I'd really like to have them help me * set this up. * * I have (or will have soon as soon as the new build is complete) the * gzipped tar file which contains the JDK, I just need someone to do the * 'port' magic files. Can't you just use the lang/jdk port? It should be trivial to update it. * ps. Where do we stick FreeBSD 'LOCAL' ports, and how do I get a file to * be deposited there? I usually say "your web site" (fetch understands http: addresses now), but since this one is fairly large and probably will have a lot of people downloading it due to the non-CDROM-able status, I can put it up on wcarchive. Just stick it in freefall:/f/users/asami/ports/distfiles and send me a note. Satoshi From owner-freebsd-ports Tue Feb 3 01:05:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22988 for freebsd-ports-outgoing; Tue, 3 Feb 1998 01:05:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-112-208.la.inreach.net [206.18.112.208]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22982 for ; Tue, 3 Feb 1998 01:05:26 -0800 (PST) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.7/8.8.7) id BAA00703; Tue, 3 Feb 1998 01:06:44 -0800 (PST) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <001d01bd2f79$12975da0$0201a8c0@pragma> Date: Tue, 03 Feb 1998 01:05:27 -0800 (PST) Organization: Starfleet Command From: Donald Burr To: Allen Campbell Subject: RE: samba-1.9.17p2 Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" -----BEGIN PGP SIGNED MESSAGE----- My secret spy satellite informs me that on 02-Feb-98, Allen Campbell wrote: >Disclaimer: This has already been posted to freebsd-questions. > >The samba-1.9.17p2 package from the 2.2.5 distribution does not create a >smb.conf file. I pkg_delete'd it and re-pkg_added it (bit of windows >think there 8) ), no joy. No smb.conf is listed in the +CONTENTS file. >What am I assuming wrong or not RTFMing? My recollection (this is on 2.2.5-R, with a very recent ftp of the latest ports tree) is that no smb.conf file is installed - instead you get a smb.conf.sample file that, the idea being, you copy into smb.conf and edit it for your specific requirements. - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNNbeI/jpixuAwagxAQF2NgP9EMLjWwv2TmqiqgX+PGnGgVYkU1VlBR8G c/DbueGAhp9JZdAs8L48hym5QRnMY6nk6msVatz2wuBNTCjG1f+/d7VoHHG5k8Pr Ak1YgipTOgbTeBTy7UdsBAnier99zBgmUL1vD/fshrLBzWnBvYriZuoy8B2jAf19 noryrE1lNjo= =UpPz -----END PGP SIGNATURE----- From owner-freebsd-ports Tue Feb 3 01:45:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28051 for freebsd-ports-outgoing; Tue, 3 Feb 1998 01:45:59 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28044 for ; Tue, 3 Feb 1998 01:45:48 -0800 (PST) (envelope-from werner@btp1da.phy.uni-bayreuth.de) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.8/8.7.3) id KAA18698; Tue, 3 Feb 1998 10:45:11 +0100 (MET) From: Werner Griessl Message-Id: <199802030945.KAA18698@btp1da.phy.uni-bayreuth.de> Subject: Re: converting raster file to postscript In-Reply-To: <199802021649.IAA21718@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Feb 2, 98 08:49:12 am" To: asami@cs.berkeley.edu (Satoshi Asami) Date: Tue, 3 Feb 1998 10:45:11 +0100 (MET) Cc: ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" > Hello guys, > > I recently purchased an Epson Stylus Color 600, and would like to > print some photo-quality images. Thanks to the handbook, I got > ghostscript5 to function as a filter, but the images look rather > crappy. > > I can actually see the pixels (which is not supposed to happen, at > least without an aid of a microscope!), so I think the printer (or > ghostscript) is dithering the image. > > I suspect the problem is that I don't know how to generate > high-resolution color postscript files. I used pnmtops, but the > "-dpi" option appears to be a no-op: > > === > >> djpeg -ppm voyage.jpg | pnmtops -dpi 360 | wc > pnmtops: warning, image too large for page, rescaling to 0.771088 > pnmtops: writing color PostScript... > 70526 70574 4300910 > >> djpeg -ppm voyage.jpg | pnmtops -dpi 720 | wc > pnmtops: warning, image too large for page, rescaling to 0.771088 > pnmtops: writing color PostScript... > 70526 70574 4300910 > >> djpeg -ppm voyage.jpg | pnmfile > stdin: PPM raw, 754 by 935 maxval 255 > Broken pipe > >> dc > 754 935 *p > 704990 > === > > Well, if I'm printing this pathetic picture at 720dpi, it should show > up as about 1 inch by 1.2 inches. It shouldn't be too large for a > letter-size paper. :) > > I also tried to "save" the image using netscape, with pretty much the > same quality as a result. (But that's expected, as I can't tell > netscape to change the resolution and it probably just tries to scale > the image for the entire paper.) > > Satoshi > I'm also interested, have the same printer at home. Werner From owner-freebsd-ports Tue Feb 3 04:25:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15439 for freebsd-ports-outgoing; Tue, 3 Feb 1998 04:25:49 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA15433 for ; Tue, 3 Feb 1998 04:25:48 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id FAA22901; Tue, 3 Feb 1998 05:25:46 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id FAA01420; Tue, 3 Feb 1998 05:25:44 -0700 Date: Tue, 3 Feb 1998 05:25:44 -0700 Message-Id: <199802031225.FAA01420@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: asami@cs.berkeley.edu (Satoshi Asami) Cc: nate@mt.sri.com, ports@FreeBSD.ORG Subject: Re: JDK port/package builder needed In-Reply-To: <199802030821.AAA23518@silvia.HIP.Berkeley.EDU> References: <199802030754.AAA01032@mt.sri.com> <199802030821.AAA23518@silvia.HIP.Berkeley.EDU> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" > * I'm looking for someone to help me build a JDK 'package' for FreeBSD. > * Unfortunately, due to licensing restrictions we can't provide it on the > * CD, but we can make it easier for folks to install the port, so if > * anyone would like to send me email I'd really like to have them help me > * set this up. > * > * I have (or will have soon as soon as the new build is complete) the > * gzipped tar file which contains the JDK, I just need someone to do the > * 'port' magic files. > > Can't you just use the lang/jdk port? It should be trivial to update it. The lang/jdk port rips out the classes out of Jeff's port, and doesn't provide anyone with anything useful. > * ps. Where do we stick FreeBSD 'LOCAL' ports, and how do I get a file to > * be deposited there? > > I usually say "your web site" (fetch understands http: addresses now), > but since this one is fairly large and probably will have a lot of > people downloading it due to the non-CDROM-able status, I can put it > up on wcarchive. 'your web site' == www.freebsd.org. :) Nate From owner-freebsd-ports Tue Feb 3 07:20:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09296 for freebsd-ports-outgoing; Tue, 3 Feb 1998 07:20:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09269; Tue, 3 Feb 1998 07:20:02 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09150; Tue, 3 Feb 1998 07:18:48 -0800 (PST) (envelope-from nobody) Message-Id: <199802031518.HAA09150@hub.freebsd.org> Date: Tue, 3 Feb 1998 07:18:48 -0800 (PST) From: housel@acm.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5633: Submission of new port in 'lang' category Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5633 >Category: ports >Synopsis: Submission of new port in 'lang' category >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 3 07:20:01 PST 1998 >Last-Modified: >Originator: Peter S. Housel >Organization: >Release: 2.2.2 >Environment: >Description: incoming/dylan.tar contains a port for the CMU Gwydion project's Gwydion Dylan 2.0, an interpreter and compiler for the object-oriented Dylan language. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Feb 3 07:58:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13493 for freebsd-ports-outgoing; Tue, 3 Feb 1998 07:58:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13488 for ; Tue, 3 Feb 1998 07:58:04 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id HAA17122; Tue, 3 Feb 1998 07:58:11 -0800 (PST) To: asami@cs.berkeley.edu (Satoshi Asami) cc: ports@FreeBSD.ORG Subject: Re: Hmmmm! Now what? In-reply-to: Your message of "Mon, 02 Feb 1998 23:47:39 PST." <199802030747.XAA23388@silvia.HIP.Berkeley.EDU> Date: Tue, 03 Feb 1998 07:58:11 -0800 Message-ID: <17118.886521491@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" > I see you are using someone's machine there. Are there "yuko" and > "mio" and others too? :) Mio quit a few weeks ago. :) > And what's going to happen when tcl/tk gets updated and are > incompatible with the previous version again? Then anyone using "wish" will simply have to adjust or go to a more specific invocation of wish. As it stands now, the ports that invoke "wish" are *completely* broken, so it can't get much worse than what we have now. :) Jordan From owner-freebsd-ports Tue Feb 3 15:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24380 for freebsd-ports-outgoing; Tue, 3 Feb 1998 15:10:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24373; Tue, 3 Feb 1998 15:10:01 -0800 (PST) (envelope-from gnats) Date: Tue, 3 Feb 1998 15:10:01 -0800 (PST) Message-Id: <199802032310.PAA24373@hub.freebsd.org> To: freebsd-ports Cc: From: max@FreeBSD.ORG Subject: Re: ports/5608: Ports change-request: AfterstepI18N Reply-To: max@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5608; it has been noted by GNATS. From: max@FreeBSD.ORG To: freebsd-gnats-submit@freebsd.org, luke@fct.kgc.co.jp Cc: max@wide.ad.jp Subject: Re: ports/5608: Ports change-request: AfterstepI18N Date: Tue, 3 Feb 1998 23:33:44 +0900 (JST) So, what's the point? What do you expect us to do with this description of AfterStep? If you have something to contribute to the FreeBSD Ports Collection, then tell us where the files are and what you want us to do with them. Cheers, Max From owner-freebsd-ports Tue Feb 3 16:30:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05064 for freebsd-ports-outgoing; Tue, 3 Feb 1998 16:30:29 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-04.ix.netcom.com [207.93.42.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05059 for ; Tue, 3 Feb 1998 16:30:27 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id QAA01830; Tue, 3 Feb 1998 16:30:17 -0800 (PST) Date: Tue, 3 Feb 1998 16:30:17 -0800 (PST) Message-Id: <199802040030.QAA01830@silvia.HIP.Berkeley.EDU> To: eivind@yes.no CC: jkh@time.cdrom.com, ports@FreeBSD.ORG In-reply-to: <19980203090406.25982@follo.net> (message from Eivind Eklund on Tue, 3 Feb 1998 09:04:06 +0100) Subject: Re: Hmmmm! Now what? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * Simple. Install something like this as 'wish': * * #!/bin/sh * * echo "In FreeBSD, wish is named with a version number. This is because wish has" 1>&2 * echo "been incompatible between versions, and we want our ports to keep working." 1>&2 * echo 1>&2 * echo "On your system, the wish is installed under these names:" 1>&2 * for name in $(/bin/ls $(echo $PATH | sed 's/:/ /g') | egrep '^wish[0-9]+\.[0-9]+$') * do * echo $name 1>&2 * done * exit 0 This sounds very good. Can someone write an INSTALL script to install something like this? (We can't just install it from the Makefile and list it in pkg/PLIST, as that will make it disappear when a particular version of tk is pkg_delete'd....) Satoshi From owner-freebsd-ports Tue Feb 3 16:32:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05266 for freebsd-ports-outgoing; Tue, 3 Feb 1998 16:32:36 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-04.ix.netcom.com [207.93.42.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05258 for ; Tue, 3 Feb 1998 16:32:32 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id QAA01837; Tue, 3 Feb 1998 16:32:21 -0800 (PST) Date: Tue, 3 Feb 1998 16:32:21 -0800 (PST) Message-Id: <199802040032.QAA01837@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: ports@FreeBSD.ORG In-reply-to: <17118.886521491@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Hmmmm! Now what? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * > And what's going to happen when tcl/tk gets updated and are * > incompatible with the previous version again? * * Then anyone using "wish" will simply have to adjust or go to * a more specific invocation of wish. As it stands now, the * ports that invoke "wish" are *completely* broken, so it can't * get much worse than what we have now. :) I'm not talking about people, I'm talking about ports. As it is now, the tree contains ports that were written by people with old tk installations (oh, the horror! ;), and that's the reason why those ports are broken. Anyway, I think Eivind's suggestion solves the problem for both cases. Satoshi From owner-freebsd-ports Tue Feb 3 16:42:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07564 for freebsd-ports-outgoing; Tue, 3 Feb 1998 16:42:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-04.ix.netcom.com [207.93.42.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07522 for ; Tue, 3 Feb 1998 16:42:32 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id QAA01886; Tue, 3 Feb 1998 16:42:23 -0800 (PST) Date: Tue, 3 Feb 1998 16:42:23 -0800 (PST) Message-Id: <199802040042.QAA01886@silvia.HIP.Berkeley.EDU> To: nate@mt.sri.com CC: nate@mt.sri.com, ports@FreeBSD.ORG In-reply-to: <199802031225.FAA01420@mt.sri.com> (message from Nate Williams on Tue, 3 Feb 1998 05:25:44 -0700) Subject: Re: JDK port/package builder needed From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * > Can't you just use the lang/jdk port? It should be trivial to update it. * * The lang/jdk port rips out the classes out of Jeff's port, and doesn't * provide anyone with anything useful. I didn't say you can't modify it. I thought you can just use the "skeleton" files and change them as you wish. * > I usually say "your web site" (fetch understands http: addresses now), * > but since this one is fairly large and probably will have a lot of * > people downloading it due to the non-CDROM-able status, I can put it * > up on wcarchive. * * 'your web site' == www.freebsd.org. :) Yeah, but it's on a different network from ftp.freebsd.org you know. :) Satoshi From owner-freebsd-ports Tue Feb 3 16:47:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08952 for freebsd-ports-outgoing; Tue, 3 Feb 1998 16:47:16 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08944 for ; Tue, 3 Feb 1998 16:47:08 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id RAA27285; Tue, 3 Feb 1998 17:47:07 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA03319; Tue, 3 Feb 1998 17:47:04 -0700 Date: Tue, 3 Feb 1998 17:47:04 -0700 Message-Id: <199802040047.RAA03319@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: asami@cs.berkeley.edu (Satoshi Asami) Cc: nate@mt.sri.com, ports@FreeBSD.ORG Subject: Re: JDK port/package builder needed In-Reply-To: <199802040042.QAA01886@silvia.HIP.Berkeley.EDU> References: <199802031225.FAA01420@mt.sri.com> <199802040042.QAA01886@silvia.HIP.Berkeley.EDU> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" > * > Can't you just use the lang/jdk port? It should be trivial to update it. > * > * The lang/jdk port rips out the classes out of Jeff's port, and doesn't > * provide anyone with anything useful. > > I didn't say you can't modify it. I thought you can just use the > "skeleton" files and change them as you wish. Except that I'm not sure what files need to be changed and how. I've never taken the time to figure out how it works. :) Nate From owner-freebsd-ports Tue Feb 3 17:09:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12059 for freebsd-ports-outgoing; Tue, 3 Feb 1998 17:09:38 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-04.ix.netcom.com [207.93.42.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12054 for ; Tue, 3 Feb 1998 17:09:36 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id RAA02004; Tue, 3 Feb 1998 17:09:20 -0800 (PST) Date: Tue, 3 Feb 1998 17:09:20 -0800 (PST) Message-Id: <199802040109.RAA02004@silvia.HIP.Berkeley.EDU> To: nate@mt.sri.com CC: nate@mt.sri.com, ports@FreeBSD.ORG In-reply-to: <199802040047.RAA03319@mt.sri.com> (message from Nate Williams on Tue, 3 Feb 1998 17:47:04 -0700) Subject: Re: JDK port/package builder needed From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * Except that I'm not sure what files need to be changed and how. I've * never taken the time to figure out how it works. :) Looks at files/Makefile. Satoshi From owner-freebsd-ports Tue Feb 3 18:34:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23647 for freebsd-ports-outgoing; Tue, 3 Feb 1998 18:34:36 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23639 for ; Tue, 3 Feb 1998 18:34:33 -0800 (PST) (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id VAA18279; Tue, 3 Feb 1998 21:30:53 -0500 (EST) Date: Tue, 3 Feb 1998 21:30:52 -0500 (EST) From: Tim Vanderhoek To: Satoshi Asami cc: ports@FreeBSD.ORG Subject: Re: Please review and test: new bsd.port.mk [OLD OLD OLD!] In-Reply-To: <199802030809.AAA23482@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Tue, 3 Feb 1998, Satoshi Asami wrote: > Well, I for one would be mighty upset if I type "make distclean" in > /usr/ports/net/tclplugin and lose the netscape tarball.... ;) That sounds like a good reason. :) > * As it is, I think it's somewhat > * confusing that distclean uses "chained dependency cleaning", but > * is not itself chained. > > Good point. I always thought "distclean" calling "clean" is sort of > unclean. (Pardon the pun.) Can we perhaps disassociate distclean and > clean? That might be good. I can see the purpose of a recursive "distclean", too. The two ("distclean" and "clean") could be disassociated, and a variable could be added, "DODISTCLEANDEPENDS" (ugh! better name, please!). OTOH, is there enough demand for dependency-recurse distcleaning? -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-ports Tue Feb 3 18:52:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25867 for freebsd-ports-outgoing; Tue, 3 Feb 1998 18:52:18 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp6599.on.bellglobal.com [206.172.208.191]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25859 for ; Tue, 3 Feb 1998 18:52:07 -0800 (PST) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp1563.on.bellglobal.com (8.8.8/8.8.8) with SMTP id XAA00332; Sun, 1 Feb 1998 23:47:57 -0500 (EST) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp1563.on.bellglobal.com: tim owned process doing -bs Date: Sun, 1 Feb 1998 23:47:56 -0500 (EST) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Tim Vanderhoek cc: ports@FreeBSD.ORG, obrien@Nuxi.com Subject: Re: ports/1902: additional clean targets for bsd.port.mk In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Sun, 1 Feb 1998, Tim Vanderhoek wrote: > > >Number: 1902 > > >Category: ports > > >Synopsis: additional clean targets for bsd.port.mk Hey! I ran across the original pr in the list archives, and when I checked, I could've sworn query-pr told me it was still open and hadn't been touched. Now, I check again, and query-pr tells me it was closed! Arg! Nevermind. Just ignore the previous message and lets all just forget this little incident, ok? :) -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Tue Feb 3 20:00:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06343 for freebsd-ports-outgoing; Tue, 3 Feb 1998 20:00:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06332; Tue, 3 Feb 1998 20:00:04 -0800 (PST) (envelope-from gnats) Received: from crs-source.lcs.mit.edu (crs-source.lcs.mit.edu [18.24.4.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06144 for ; Tue, 3 Feb 1998 19:58:12 -0800 (PST) (envelope-from wollman@crs-source.lcs.mit.edu) Received: (from wollman@localhost) by crs-source.lcs.mit.edu (8.8.8/8.8.7) id WAA13415; Tue, 3 Feb 1998 22:58:11 -0500 (EST) (envelope-from wollman) Message-Id: <199802040358.WAA13415@crs-source.lcs.mit.edu> Date: Tue, 3 Feb 1998 22:58:11 -0500 (EST) From: "Garrett A. Wollman" Reply-To: wollman@lcs.mit.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5642: bind-8 port has wrong paths Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5642 >Category: ports >Synopsis: bind-8 port has wrong paths >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 3 20:00:03 PST 1998 >Last-Modified: >Originator: Garrett A. Wollman >Organization: MIT Laboratory for Computer Science >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: any >Description: The wrong paths to named and named-xfer are built into named and ndc. >How-To-Repeat: cd /usr/ports/net/bind8; make install more /usr/local/sbin/ndc note reference to /usr/sbin/named. >Fix: --- Makefile.orig Tue Feb 3 22:45:33 1998 +++ Makefile Tue Feb 3 22:49:20 1998 @@ -23,6 +23,12 @@ PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP} +PA_H= ${WRKSRC}/port/freebsd/include/port_after.h + +post-configure: + ${MV} ${PA_H} ${PA_H}.orig + sed "s,/usr,${PREFIX}," ${PA_H}.orig >${PA_H} + post-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/ # for i in ${MAN1}; do \ >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Feb 3 22:12:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23588 for freebsd-ports-outgoing; Tue, 3 Feb 1998 22:12:21 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23554; Tue, 3 Feb 1998 22:12:10 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA25901; Tue, 3 Feb 1998 22:11:40 -0800 (PST) Date: Tue, 3 Feb 1998 22:11:40 -0800 (PST) Message-Id: <199802040611.WAA25901@freefall.freebsd.org> To: wollman@lcs.mit.edu, markm@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5642 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: bind-8 port has wrong paths State-Changed-From-To: open-closed State-Changed-By: markm State-Changed-When: Tue Feb 3 22:10:56 PST 1998 State-Changed-Why: Fixed. From owner-freebsd-ports Tue Feb 3 22:13:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23659 for freebsd-ports-outgoing; Tue, 3 Feb 1998 22:13:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23648; Tue, 3 Feb 1998 22:13:00 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA25969; Tue, 3 Feb 1998 22:12:30 -0800 (PST) Date: Tue, 3 Feb 1998 22:12:30 -0800 (PST) Message-Id: <199802040612.WAA25969@freefall.freebsd.org> To: markm@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: ports/5642 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: bind-8 port has wrong paths Responsible-Changed-From-To: freebsd-ports->markm Responsible-Changed-By: markm Responsible-Changed-When: Tue Feb 3 22:11:51 PST 1998 Responsible-Changed-Why: Fixed by me. From owner-freebsd-ports Tue Feb 3 23:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29853 for freebsd-ports-outgoing; Tue, 3 Feb 1998 23:00:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29845; Tue, 3 Feb 1998 23:00:01 -0800 (PST) (envelope-from gnats) Date: Tue, 3 Feb 1998 23:00:01 -0800 (PST) Message-Id: <199802040700.XAA29845@hub.freebsd.org> To: freebsd-ports Cc: From: "Pedro F. Giffuni" Subject: Re: ports/5564: Update to the crosssco port Reply-To: "Pedro F. Giffuni" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5564; it has been noted by GNATS. From: "Pedro F. Giffuni" To: freebsd-gnats-submit@freebsd.org, giffunip@asme.org Cc: Subject: Re: ports/5564: Update to the crosssco port Date: Wed, 04 Feb 1998 01:50:52 -0500 Using i386-coff limits the functionality of the port, but the update can't be built with i386-sco due to problems with our version of GNU as. The update is also required when we update the tools for an ELF environment. I suggest the new port (now in incoming) is committed after 2.2.6-R is out: It will build with both versions of the bintools, but lacks some of the support of the older version. When 3.0-R is out an even newer update can be done. From owner-freebsd-ports Wed Feb 4 01:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18198 for freebsd-ports-outgoing; Wed, 4 Feb 1998 01:20:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18188; Wed, 4 Feb 1998 01:20:04 -0800 (PST) (envelope-from gnats) Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.88]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16849 for ; Wed, 4 Feb 1998 01:12:21 -0800 (PST) (envelope-from matusita@jp.FreeBSD.ORG) Received: from localhost (localhost [127.0.0.1]) by martini.ics.es.osaka-u.ac.jp (8.8.8/3.6W/ICS-2.2.2v7-44BSD) with ESMTP id SAA02378 for ; Wed, 4 Feb 1998 18:12:12 +0900 (JST) Message-Id: <19980204181205P.matusita@jp.FreeBSD.ORG> Date: Wed, 04 Feb 1998 18:12:05 +0900 From: Makoto MATSUSHITA To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5644: bind8: ${PREFIX}/sbin/{ndc,named} trouble Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5644 >Category: ports >Synopsis: bind8: ${PREFIX}/sbin/{ndc,named} trouble >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 4 01:20:02 PST 1998 >Last-Modified: >Originator: Makoto MATSUSHITA >Organization: Japan FreeBSD Users' Group >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0-CURRENT (I think it also appears in 2.2-STABLE) >Description: net/bind8 installs ${PREFIX}/sbin/ndc and ${PREFIX}/sbin/named. However, these tools are considered as miss-configured: a) ${PREFIX}/sbin/ndc assumes the pathname of named is "/usr/sbin/named". This is NOT bind8's named. b) ${PREFIX}/sbin/named assumes the pathname of named-xfer is "/usr/libexec/named-xfer". This is NOT bind8's named-xfer. This is because _PATH_NAMED and _PATH_XFER are defined in ${BIND8_SRC}/src/port/freebsd/include/port_after.h. And, there are one thing to improve the bind8 installation: c) ndc is just a shell script. Why we do hesitate to include /etc/rc.conf, to kick named properly ? >How-To-Repeat: % /usr/local/bin/ndc (see how named killed) % mv /usr/libexec/named-xfer /usr/libexec/named-xfer.orig % /usr/local/sbin/named -c .... (and do zone xfer, see how named claims) >Fix: Here is a quick fix for ndc, it fixes a) and c). I assume that /etc/rc.conf is the recent version (uses ${named_program}). --- src/bin/ndc/ndc.sh.orig Mon Nov 18 18:08:36 1996 +++ src/bin/ndc/ndc.sh Wed Feb 4 16:36:51 1998 @@ -8,6 +8,10 @@ PATH=/bin:/usr/bin:/usr/ucb:$PATH; export PATH PIDFILE=%PIDFILE% +if [ -f /etc/rc.conf ] +then + . /etc/rc.conf +fi if [ -f $PIDFILE ] then @@ -49,7 +53,7 @@ continue } rm -f $PIDFILE - %NAMED% && { + ${named_program-"%NAMED%"} ${named_flags} && { sleep 5 echo Name Server Started } @@ -70,7 +74,7 @@ kill $PID && sleep 5 } rm -f $PIDFILE - %NAMED% && { + ${named_program-"%NAMED%"} ${named_flags} && { sleep 5 echo Name Server Restarted } And, this is TEMPORARY fix for b). This is not good, 'cause this patch does not consider ${PREFIX} in ports' Makefile. --- src/port/freebsd/include/port_after.h.orig Sat Apr 26 03:12:50 1997 +++ src/port/freebsd/include/port_after.h Wed Feb 4 16:55:42 1998 @@ -18,9 +18,9 @@ #define UDPSUM "udpcksum" #undef _PATH_NAMED -#define _PATH_NAMED "/usr/sbin/named" +#define _PATH_NAMED "/usr/local/sbin/named" #undef _PATH_XFER -#define _PATH_XFER "/usr/libexec/named-xfer" +#define _PATH_XFER "/usr/local/libexec/named-xfer" /* * We need to know the IPv6 address family number even on IPv4-only systems. -- - Makoto `MAR' MATSUSHITA >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Feb 4 06:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA24895 for freebsd-ports-outgoing; Wed, 4 Feb 1998 06:30:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA24883; Wed, 4 Feb 1998 06:30:02 -0800 (PST) (envelope-from gnats) Date: Wed, 4 Feb 1998 06:30:02 -0800 (PST) Message-Id: <199802041430.GAA24883@hub.freebsd.org> To: freebsd-ports Cc: From: Kouki Higuchi Subject: Re: ports/5608: Ports change-request: AfterstepI18N Reply-To: Kouki Higuchi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5608; it has been noted by GNATS. From: Kouki Higuchi To: max@freebsd.org Cc: freebsd-gnats-submit@freebsd.org, max@wide.ad.jp Subject: Re: ports/5608: Ports change-request: AfterstepI18N Date: Wed, 04 Feb 1998 23:06:45 +0900 >> On Tue, 3 Feb 1998 23:33:44 +0900 (JST), max@FreeBSD.ORG said: max> So, what's the point? What do you expect us to do with this max> description of AfterStep? I'm unfamilier to send-pr for sending ports-change request so I'm sorry if my ports-change request make you confused. The ports was located at ftp://ftp.freebsd.org/pub/FreeBSD/incoming/afterstep-1.0-I18N-97Oct30.tar.gz as a Internationalization version of AfterStep which can handle not only English(ISO-8859) or Japanese(ISO-2022JP), hopely also can handle Korean or any other foreign characters in its Menu and Title bar which original Afterstep couldn't. I hope that it would be contained as ports in future FreeBSD release. max> If you have something to contribute to the FreeBSD Ports Collection, max> then tell us where the files are and what you want us to do with them. I'm apolozied about unclear ports-change request, but which field should be filled with the URL of ports files in send-pr ?? -- Keisoku Giken Corp. Software Engineering and Network Products Support Assistant Manager Kouki Higuchi luke@fct.kgc.co.jp From owner-freebsd-ports Wed Feb 4 08:20:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10645 for freebsd-ports-outgoing; Wed, 4 Feb 1998 08:20:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10638; Wed, 4 Feb 1998 08:20:01 -0800 (PST) (envelope-from gnats) Received: from PeeCee.tbe.com (firewallx.tbe.com [192.88.94.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09768 for ; Wed, 4 Feb 1998 08:14:33 -0800 (PST) (envelope-from dkelly@PeeCee.tbe.com) Received: (from dkelly@localhost) by PeeCee.tbe.com (8.8.7/8.8.7) id KAA02957; Wed, 4 Feb 1998 10:13:51 -0600 (CST) (envelope-from dkelly) Message-Id: <199802041613.KAA02957@PeeCee.tbe.com> Date: Wed, 4 Feb 1998 10:13:51 -0600 (CST) From: dkelly@nebula.tbe.com Reply-To: dkelly@nebula.tbe.com To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: dkelly@hiwaay.net, dkelly@nebula.tbe.com X-Send-Pr-Version: 3.2 Subject: ports/5649: exmh2, can't fetch patches Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5649 >Category: ports >Synopsis: can't fetch exmh2 patches >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 4 08:20:01 PST 1998 >Last-Modified: >Originator: David Kelly >Organization: none >Release: FreeBSD 2.2.5-STABLE i386 >Environment: I'm behind a firewall that performs NAT. In late December "make fetch" worked from a dialup line. >Description: Have no trouble downloading the ftp exmh-2.0.1.tar.Z but can't get the http:// patches. >How-To-Repeat: # cd /usr/ports/mail/exmh2 # make fetch >Fix: Change Makefile: old: PATCH_SITES= http://www.sunlabs.com/~bwelch/exmh/patches/2.0.1/ new: PATCH_SITES= http://sunscript.sun.com/exmh/patches/2.0.1/ and while we're in there, there are a number of new patches. >Audit-Trail: >Unformatted: >> folderNew.patch doesn't seem to exist on this system. >> Attempting to fetch from http://www.sunlabs.com/~bwelch/exmh/patches/2.0.1/. fetch: reading reply from www.sunlabs.com: Operation timed out >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/exmh-2.0.1/. fetch: ftp.freebsd.org: exmh-2.0.1: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/exmh-2.0.1 and try again. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. # From owner-freebsd-ports Wed Feb 4 11:34:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20756 for freebsd-ports-outgoing; Wed, 4 Feb 1998 11:34:29 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20712; Wed, 4 Feb 1998 11:34:20 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA21958; Wed, 4 Feb 1998 11:33:45 -0800 (PST) Date: Wed, 4 Feb 1998 11:33:45 -0800 (PST) Message-Id: <199802041933.LAA21958@freefall.freebsd.org> To: matusita@jp.FreeBSD.ORG, markm@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, markm-ports@FreeBSD.ORG Subject: Re: ports/5644 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: bind8: ${PREFIX}/sbin/{ndc,named} trouble State-Changed-From-To: open-closed State-Changed-By: markm State-Changed-When: Wed Feb 4 11:27:56 PST 1998 State-Changed-Why: Fixed in 5642 . Responsible-Changed-From-To: freebsd-ports->markm-ports Responsible-Changed-By: markm Responsible-Changed-When: Wed Feb 4 11:27:56 PST 1998 Responsible-Changed-Why: From owner-freebsd-ports Wed Feb 4 16:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18439 for freebsd-ports-outgoing; Wed, 4 Feb 1998 16:30:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18416; Wed, 4 Feb 1998 16:30:01 -0800 (PST) (envelope-from gnats) Date: Wed, 4 Feb 1998 16:30:01 -0800 (PST) Message-Id: <199802050030.QAA18416@hub.freebsd.org> To: freebsd-ports Cc: From: Andy Newman Subject: Re: ports/5653: New port of ICI language Reply-To: Andy Newman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5653; it has been noted by GNATS. From: Andy Newman To: freebsd-gnats-submit@freebsd.org, andy@research.canon.com.au Cc: Subject: Re: ports/5653: New port of ICI language Date: Thu, 05 Feb 1998 10:57:31 +1100 And it should be in category "lang". -- Andy Newman From owner-freebsd-ports Wed Feb 4 16:38:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21199 for freebsd-ports-outgoing; Wed, 4 Feb 1998 16:38:43 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from matrix.42.org (sec@matrix.42.org [192.68.213.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21191 for ; Wed, 4 Feb 1998 16:38:33 -0800 (PST) (envelope-from sec@matrix.42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.6) id BAA07120 (sender ); Thu, 5 Feb 1998 01:38:16 +0100 (CET) Message-ID: <19980205013815.27050@matrix.42.org> Date: Thu, 5 Feb 1998 01:38:15 +0100 From: Stefan `Sec` Zehl To: Brian Handy , "Donald J. Maddox" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: NAS compile woes X-Current-Backlog: 238 messages Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Brian Handy on Mon, Feb 02, 1998 at 02:57:39AM +0100 I-love-doing-this: really X-URL: http://sec.42.org/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Mon, Feb 02, 1998 at 02:57:39AM +0100, Brian Handy wrote: > Either NAS has a problem, or I do. I get lots of errors like this: > recordBucket.c:14: audio/audiolib.h: No such file or directory [...] > > 2.2-STABLE. If this works fine for other people, I'd like to know so I > can figure out what my particular problem is. (And, in fact, this is why > I haven't submitted a PR on it.) I had the same problem, digged a little deeper, and found out, that you only see this problem, if you don't have NAS installed (It's like a cat biting its tail) - I made up a patch for this, and submitted it via send-pr (ports/4935). That was 4 Nov 1997 - i never heared anything back. You might try that patch ( put it in ports/audio/nas/patches/ as patch-zz) and tell me (and the list) if it solves your problem. CU, Sec -- Die kürzesten Computerwitze: 2) Ich hab nix gemacht. From owner-freebsd-ports Wed Feb 4 17:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00429 for freebsd-ports-outgoing; Wed, 4 Feb 1998 17:30:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00416; Wed, 4 Feb 1998 17:30:01 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29339; Wed, 4 Feb 1998 17:24:19 -0800 (PST) (envelope-from nobody) Message-Id: <199802050124.RAA29339@hub.freebsd.org> Date: Wed, 4 Feb 1998 17:24:19 -0800 (PST) From: nobu@psrc.isac.co.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5657: ports/misc/fd update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5657 >Category: ports >Synopsis: ports/misc/fd update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 4 17:30:00 PST 1998 >Last-Modified: >Originator: Nobuhiro Yasutomi >Organization: ISAC, Inc. >Release: 2.2.2-RELEASE >Environment: aquarius.psrc.isac.co.jp 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Thu Jun 12 09:55:08 JST 1997 nobu@aquarius.psrc.isac.co.jp:/usr/src/sys/compile/AQUA i386 >Description: There is newer release of orignal distributions. This patches are following orignal. NOTE: This patches include 8bit character code (EUC-JP). Then it uuencoded. >How-To-Repeat: >Fix: begin 664 fd.diff M9&EF9B`M"!%>'`@)`H@(PH@"BU$25-43D%-13T)1D0M,2XP,V8*+5!+1TY!344] M"69D+3$N,#-F"BM$25-43D%-13T)1D0M,2XP,V<**U!+1TY!344]"69D+3$N M,#-G"B!#051%1T]22453/0EM:7-C"B!-05-415)?4TE415,]"69T<#HO+V9T M<"YI8W,N97,N;W-A:V$M=2YA8RYJ<"]P=6(O1D1C;&]N92\*(`ID:69F("UR M=2!F9"YO2!%+6UA:6PI M.B!N;V)U0'!S2!I;B!F9"]F:6QEBD@/2`T,&%F96$S,V0W.64X,F)F 1-&8W,64Q-F0Y9&$X,69F8PIG ` end >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Feb 4 22:05:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08449 for freebsd-ports-outgoing; Wed, 4 Feb 1998 22:05:59 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08432; Wed, 4 Feb 1998 22:05:57 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA26140; Wed, 4 Feb 1998 22:05:19 -0800 (PST) Date: Wed, 4 Feb 1998 22:05:19 -0800 (PST) Message-Id: <199802050605.WAA26140@freefall.freebsd.org> To: obrien@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5656 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: STABLE's xemacs-20.3 requires libcompface Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: obrien Responsible-Changed-When: Wed Feb 4 22:04:30 PST 1998 Responsible-Changed-Why: misfiled report . From owner-freebsd-ports Thu Feb 5 05:06:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15770 for freebsd-ports-outgoing; Thu, 5 Feb 1998 05:06:01 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from touche.nexos.com.br (ns.nexos.com.br [200.239.191.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15710 for ; Thu, 5 Feb 1998 05:05:03 -0800 (PST) (envelope-from gorgonio@nexos.com.br) Received: from localhost (localhost.nexos.com.br [127.0.0.1]) by touche.nexos.com.br (8.8.8/8.8.8) with SMTP id LAA07898 for ; Thu, 5 Feb 1998 11:04:21 -0200 (EDT) (envelope-from gorgonio@nexos.com.br) Date: Thu, 5 Feb 1998 11:04:19 -0200 (EDT) From: Gorgonio Araujo To: ports@FreeBSD.ORG Subject: xtem-6.18 current port In-Reply-To: <199802051223.KAA06699@touche.nexos.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Hello all! There's a problem in current port of xtem. See make output under FreeBSD-2.2.5: On Thu, 5 Feb 1998, it was written: > >> xtem_texmenu.6.18.tar.gz doesn't seem to exist on this system. > >> Attempting to fetch from ftp://ftp.iwd.uni-bremen.de/pub/tex/xtem/. > Receiving xtem_texmenu.6.18.tar.gz (1259475 bytes) > 1259475 bytes transfered in 4372.6 seconds (288 bytes/s) > >> Checksum OK for xtem_texmenu.6.18.tar.gz. > ===> Extracting for xtem-6.18 > Obviously, xtem (as an X11 frontend) for TeX is quite useless > without TeX. By default, though, there's no check in this port for > it in order to avoid space problems during build. You can activate > it by typing "make BUILD_IT_ALL=yes ..." instead of just "make > ...". In that case, the existence of tex will be checked for and > "teTeX-0.4" will be installed when it can't be found. In addition, > "gv" (a "nicer" version of ghostview) will be checked for and > installed as well, if not found. > > Happy TeXing, Peter Cornelius > ===> Patching for xtem-6.18 > ===> Applying FreeBSD patches for xtem-6.18 > In string, @WISHX now must be written as \@WISHX at -e line 1, near "@WISHX" > In string, @TCLSH now must be written as \@TCLSH at -e line 1, near "@TCLSH" > In string, @XTEMPATH now must be written as \@XTEMPATH at -e line 1, near "@XTEMPATH" > Execution of -e aborted due to compilation errors. > *** Error code 2 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > Is it a current port problem or it's necessary to use FreeBSD-current patch program? Thanks, -- Gorgonio Araujo Nexos - http://www.nexos.com.br tel/fax: +55 71 240-7232 -- From owner-freebsd-ports Thu Feb 5 06:12:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23399 for freebsd-ports-outgoing; Thu, 5 Feb 1998 06:12:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23313 for ; Thu, 5 Feb 1998 06:12:35 -0800 (PST) (envelope-from thomas@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.7/8.8.6) with ESMTP id PAA21543; Thu, 5 Feb 1998 15:12:19 +0100 (CET) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id PAA06300; Thu, 5 Feb 1998 15:12:17 +0100 (CET) To: Gorgonio Araujo Cc: ports@FreeBSD.ORG Subject: Re: xtem-6.18 current port References: From: Thomas Gellekum Date: 05 Feb 1998 15:12:15 +0100 In-Reply-To: Gorgonio Araujo's message of Thu, 05 Feb 1998 11:04:19 -0200 (EDT) Message-ID: <874t2exhs0.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 16 X-Mailer: Gnus v5.4.37/XEmacs 19.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Gorgonio Araujo writes: > > ===> Patching for xtem-6.18 > > ===> Applying FreeBSD patches for xtem-6.18 > > In string, @WISHX now must be written as \@WISHX at -e line 1, near "@WISHX" > > In string, @TCLSH now must be written as \@TCLSH at -e line 1, near "@TCLSH" > > In string, @XTEMPATH now must be written as \@XTEMPATH at -e line 1, near "@XTEMPATH" > > Execution of -e aborted due to compilation errors. [...] > Is it a current port problem or it's necessary to use FreeBSD-current > patch program? The messages come from the post-patch rule and indicate that you have replaced /usr/bin/perl with perl5. tg From owner-freebsd-ports Thu Feb 5 06:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26054 for freebsd-ports-outgoing; Thu, 5 Feb 1998 06:30:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26028; Thu, 5 Feb 1998 06:30:02 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25956; Thu, 5 Feb 1998 06:29:17 -0800 (PST) (envelope-from nobody) Message-Id: <199802051429.GAA25956@hub.freebsd.org> Date: Thu, 5 Feb 1998 06:29:17 -0800 (PST) From: giffunip@asme.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5660: New port type1inst Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5660 >Category: ports >Synopsis: New port type1inst >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 5 06:30:01 PST 1998 >Last-Modified: >Originator: Pedro Giffuni >Organization: U. Nacional de Colombia >Release: 2.2.5-R >Environment: non-relevant: only rquires PERL5 >Description: Tired of trying to make those Postscript fonts work with Xwindows? This port will help you. >How-To-Repeat: >Fix: type1inst.tar.gz in incoming >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Feb 5 10:02:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27301 for freebsd-ports-outgoing; Thu, 5 Feb 1998 10:02:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from alpha.xerox.com (firewall-user@alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA27290 for ; Thu, 5 Feb 1998 10:02:34 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <51976(5)>; Thu, 5 Feb 1998 10:02:26 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Thu, 5 Feb 1998 10:02:20 -0800 To: Stefan `Sec` Zehl cc: Brian Handy , "Donald J. Maddox" , freebsd-ports@FreeBSD.ORG Subject: Re: NAS compile woes In-reply-to: Your message of "Wed, 04 Feb 98 16:38:15 PST." <19980205013815.27050@matrix.42.org> Date: Thu, 5 Feb 1998 10:02:12 PST From: Bill Fenner Message-Id: <98Feb5.100220pst.177476@crevenia.parc.xerox.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Isn't this one of those "XFree86 3.2 vs. 3.3" problems? The NAS port builds just fine as-is on my machine with XFree86 3.2 . Can someone who has NAS compile trouble try these patches instead of Stefan's? Thanks, Bill --- include/audio/Imakefile.orig Thu Feb 5 09:47:23 1998 +++ include/audio/Imakefile Thu Feb 5 09:48:42 1998 @@ -37,7 +37,11 @@ MakeDir($(BUILDINCDIR:/=\)) #endif /* WIN32 */ +#if XFree86Version < 3300 BuildIncludes($(HEADERS),audio,..) +#else +BuildIncludes($(HEADERS),audio,.) +#endif #if ProjectX < 5 /* X11R4 doesn't make dir explicitly */ #ifndef MakeDir --- lib/audio/Imakefile.orig Thu Feb 5 09:49:15 1998 +++ lib/audio/Imakefile Thu Feb 5 09:49:39 1998 @@ -125,7 +125,11 @@ #endif +#if XFree86Version < 3300 BuildIncludes($(HEADERS),audio,..) +#else +BuildIncludes($(HEADERS),audio,.) +#endif InstallMultiple($(HEADERS),$(INCDIR)) #if ProjectX >= 5 InstallNonExecFile(AuErrorDB,$(LIBDIR)) From owner-freebsd-ports Thu Feb 5 10:06:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27790 for freebsd-ports-outgoing; Thu, 5 Feb 1998 10:06:11 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA27785 for ; Thu, 5 Feb 1998 10:06:09 -0800 (PST) (envelope-from handy@sag.space.lockheed.com) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA22081; Thu, 5 Feb 1998 10:06:08 -0800 Date: Thu, 5 Feb 1998 10:06:08 -0800 (PST) From: Brian Handy To: Bill Fenner Cc: freebsd-ports@FreeBSD.ORG Subject: Re: NAS compile woes In-Reply-To: <98Feb5.100220pst.177476@crevenia.parc.xerox.com> Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Thu, 5 Feb 1998, Bill Fenner wrote: >Isn't this one of those "XFree86 3.2 vs. 3.3" problems? The NAS port >builds just fine as-is on my machine with XFree86 3.2 . > >Can someone who has NAS compile trouble try these patches instead of >Stefan's? *Grumble* in the interim, I've also figured out that the latest Xig server (V4.1) has sprinkled some evil in my X11 tree. The only reason I know this is I've seen "gnumalloc" show up in a couple of compiles where everything has broken, a sure since Xig has been around. AND, since Xig's uninstall script is broken, either I'm restoring from backup tape or rebuilding X from scratch. BAH! Anyway, bottom line is I don't think I'm a good candidate for checking this [yet]. I'll give it a try soon... Brian From owner-freebsd-ports Thu Feb 5 10:40:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02143 for freebsd-ports-outgoing; Thu, 5 Feb 1998 10:40:51 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from touche.nexos.com.br (ns.nexos.com.br [200.239.191.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01704 for ; Thu, 5 Feb 1998 10:37:58 -0800 (PST) (envelope-from gorgonio@nexos.com.br) Received: from compacto.nexos.com.br (compacto.nexos.com.br [192.168.0.4]) by touche.nexos.com.br (8.8.8/8.8.8) with ESMTP id QAA10058; Thu, 5 Feb 1998 16:36:57 -0200 (EDT) (envelope-from gorgonio@nexos.com.br) Received: from localhost (localhost.nexos.com.br [127.0.0.1]) by compacto.nexos.com.br (8.8.8/8.8.5) with SMTP id QAA03192; Thu, 5 Feb 1998 16:35:29 -0200 (EDT) Date: Thu, 5 Feb 1998 16:35:29 -0200 (EDT) From: Gorgonio Araujo To: Thomas Gellekum cc: ports@FreeBSD.ORG Subject: Re: xtem-6.18 current port In-Reply-To: <874t2exhs0.fsf@ghpc6.ihf.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" You're right, Thomas. I didn't note that perl was a regular aplication from FreeBSD, when I saw the /usr/bin/perl file, I though that it was an old own installation of perl. On 5 Feb 1998, Thomas Gellekum wrote: > Gorgonio Araujo writes: > > > > ===> Patching for xtem-6.18 > > > ===> Applying FreeBSD patches for xtem-6.18 > > > In string, @WISHX now must be written as \@WISHX at -e line 1, near "@WISHX" > > > In string, @TCLSH now must be written as \@TCLSH at -e line 1, near "@TCLSH" > > > In string, @XTEMPATH now must be written as \@XTEMPATH at -e line 1, near "@XTEMPATH" > > > Execution of -e aborted due to compilation errors. > [...] > > Is it a current port problem or it's necessary to use FreeBSD-current > > patch program? > > The messages come from the post-patch rule and indicate that you have > replaced /usr/bin/perl with perl5. > > tg > Thanks, -- Gorgonio Araujo Nexos - http://www.nexos.com.br tel/fax: +55 71 240-7232 -- From owner-freebsd-ports Thu Feb 5 13:40:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02335 for freebsd-ports-outgoing; Thu, 5 Feb 1998 13:40:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02307; Thu, 5 Feb 1998 13:40:02 -0800 (PST) (envelope-from gnats) Date: Thu, 5 Feb 1998 13:40:02 -0800 (PST) Message-Id: <199802052140.NAA02307@hub.freebsd.org> To: freebsd-ports Cc: From: Brett Taylor Subject: Re: ports/4724: teTeX-0.4 port, make install fails Reply-To: Brett Taylor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/4724; it has been noted by GNATS. From: Brett Taylor To: freebsd-gnats-submit@freebsd.org Cc: asami@cs.berkeley.edu Subject: Re: ports/4724: teTeX-0.4 port, make install fails Date: Thu, 5 Feb 1998 14:06:06 -0700 (MST) Please close this report. I have since successfully installed the port. I'm guessing I just had some old junk around (although I thought I'd cleaned it out) that was screwing up the install. ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ ********************************************************* From owner-freebsd-ports Thu Feb 5 21:49:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04388 for freebsd-ports-outgoing; Thu, 5 Feb 1998 21:49:22 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04382; Thu, 5 Feb 1998 21:49:17 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA22422; Thu, 5 Feb 1998 21:48:31 -0800 (PST) Date: Thu, 5 Feb 1998 21:48:31 -0800 (PST) Message-Id: <199802060548.VAA22422@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, fenner@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4724 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: teTeX-0.4 port, make install fails - not finding files State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Thu Feb 5 21:47:54 PST 1998 State-Changed-Why: As requested by originator. From owner-freebsd-ports Thu Feb 5 21:50:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04720 for freebsd-ports-outgoing; Thu, 5 Feb 1998 21:50:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04699; Thu, 5 Feb 1998 21:50:38 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA22492; Thu, 5 Feb 1998 21:49:52 -0800 (PST) Date: Thu, 5 Feb 1998 21:49:52 -0800 (PST) Message-Id: <199802060549.VAA22492@freefall.freebsd.org> To: fenner@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, peter@FreeBSD.ORG Subject: Re: ports/5649 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: can't fetch exmh2 patches Responsible-Changed-From-To: freebsd-ports->peter Responsible-Changed-By: fenner Responsible-Changed-When: Thu Feb 5 21:49:02 PST 1998 Responsible-Changed-Why: peter is the port maintainer From owner-freebsd-ports Thu Feb 5 21:54:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA05575 for freebsd-ports-outgoing; Thu, 5 Feb 1998 21:54:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA05527; Thu, 5 Feb 1998 21:54:22 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA22568; Thu, 5 Feb 1998 21:53:35 -0800 (PST) Date: Thu, 5 Feb 1998 21:53:35 -0800 (PST) Message-Id: <199802060553.VAA22568@freefall.freebsd.org> To: fenner@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, brian@FreeBSD.ORG Subject: Re: ports/5629 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: package of news/leafnode doen't installs properly Responsible-Changed-From-To: freebsd-ports->brian Responsible-Changed-By: fenner Responsible-Changed-When: Thu Feb 5 21:53:13 PST 1998 Responsible-Changed-Why: brian is port maintainer From owner-freebsd-ports Fri Feb 6 02:20:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13780 for freebsd-ports-outgoing; Fri, 6 Feb 1998 02:20:48 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from seagull.cdrom.com (seagull.cdrom.com [204.216.27.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13771 for ; Fri, 6 Feb 1998 02:20:47 -0800 (PST) (envelope-from cracauer@seagull.cons.org) Received: (from cracauer@localhost) by seagull.cdrom.com (8.8.8/8.6.6) id CAA14430 ; Fri, 6 Feb 1998 02:20:36 -0800 (PST) Message-ID: <19980206112035.43131@seagull.cons.org> Date: Fri, 6 Feb 1998 11:20:35 +0100 From: Martin Cracauer To: Nate Williams Cc: ports@FreeBSD.ORG Subject: Re: JDK port/package builder needed References: <199802030754.AAA01032@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199802030754.AAA01032@mt.sri.com>; from Nate Williams on Tue, Feb 03, 1998 at 12:54:28AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" In <199802030754.AAA01032@mt.sri.com>, Nate Williams wrote: > I'm looking for someone to help me build a JDK 'package' for FreeBSD. I'll do (I did similar binary ports). Where's the binary to port up? ftp://freebsd.org/pub/dap/jdk115/? BTW, what is the official mailing list for the port. I remebered you had one outside of FreeBSD.org. Can you put me on it? Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ BSD User Group Hamburg/Germany http://www.bsdhh.org/ From owner-freebsd-ports Fri Feb 6 06:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA22336 for freebsd-ports-outgoing; Fri, 6 Feb 1998 06:50:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA22305; Fri, 6 Feb 1998 06:50:01 -0800 (PST) (envelope-from gnats) Received: from mph124.rh.psu.edu (mph@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA20984 for ; Fri, 6 Feb 1998 06:44:32 -0800 (PST) (envelope-from mph@mph124.rh.psu.edu) Received: (from mph@localhost) by mph124.rh.psu.edu (8.8.8/8.8.8) id JAA06485; Fri, 6 Feb 1998 09:44:28 -0500 (EST) (envelope-from mph) Message-Id: <199802061444.JAA06485@mph124.rh.psu.edu> Date: Fri, 6 Feb 1998 09:44:28 -0500 (EST) From: mph@pobox.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5665: Port update: games/freeciv to 1.46 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5665 >Category: ports >Synopsis: Port update: games/freeciv to 1.46 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 6 06:50:00 PST 1998 >Last-Modified: >Originator: Matthew Hunt >Organization: >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: The attached patch updates games/freeciv to FreeCiv 1.46. I sent the patch to the maintainer, ada@bsd.org, for review on 31 Jan, but I have received no response, so she may be unavailable. >How-To-Repeat: >Fix: diff -urN /usr/ports/games/freeciv/Makefile freeciv/Makefile --- /usr/ports/games/freeciv/Makefile Fri Oct 10 02:05:51 1997 +++ freeciv/Makefile Sat Jan 31 16:52:00 1998 @@ -1,15 +1,15 @@ # New ports collection makefile for: freeciv -# Version required: 1.0k +# Version required: 1.46 # Date created: Jun 20 1997 # Whom: ada@bsd.org # # $Id: Makefile,v 1.3 1997/10/09 11:35:53 tg Exp $ # -DISTNAME= freeciv-1.0k +DISTNAME= freeciv146 +PKGNAME= freeciv-1.46 CATEGORIES= games -MASTER_SITES= ftp://ftp.daimi.aau.dk/pub/stud/pjunold/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.daimi.aau.dk/pub/stud/pjunold/freeciv/ MAINTAINER= ada@bsd.org diff -urN /usr/ports/games/freeciv/files/md5 freeciv/files/md5 --- /usr/ports/games/freeciv/files/md5 Fri Oct 10 02:05:51 1997 +++ freeciv/files/md5 Sat Jan 31 16:28:00 1998 @@ -1 +1 @@ -MD5 (freeciv-1.0k.tar.Z) = 317845454015fd3c0c4e6fdf6a6c57c6 +MD5 (freeciv146.tar.gz) = c072c22a71b79457ed5ad423548e10df diff -urN /usr/ports/games/freeciv/patches/patch-aa freeciv/patches/patch-aa --- /usr/ports/games/freeciv/patches/patch-aa Wed Jul 9 05:39:07 1997 +++ freeciv/patches/patch-aa Sat Jan 31 16:34:37 1998 @@ -1,7 +1,7 @@ -*** Imakefile.orig Tue May 20 05:15:33 1997 ---- Imakefile Wed Jul 9 17:58:33 1997 +*** Imakefile.orig Sun Jan 18 13:11:24 1998 +--- Imakefile Sat Jan 31 16:28:17 1998 *************** -*** 57,64 **** +*** 61,68 **** CLI_LIBS = $(XPM_LIB_DIR) -lXpm XawClientLibs $(SOCKLIB) SER_LIBS = $(SOCKLIB) @@ -10,7 +10,7 @@ ComplexProgramTarget_1(civclient, $(CLI_LIBS), $(SYSLIBS)) ComplexProgramTarget_2(civserver, $(SER_LIBS), $(SYSLIBS)) ---- 57,67 ---- +--- 61,71 ---- CLI_LIBS = $(XPM_LIB_DIR) -lXpm XawClientLibs $(SOCKLIB) SER_LIBS = $(SOCKLIB) diff -urN /usr/ports/games/freeciv/patches/patch-ab freeciv/patches/patch-ab --- /usr/ports/games/freeciv/patches/patch-ab Wed Jul 9 05:39:08 1997 +++ freeciv/patches/patch-ab Sat Jan 31 16:34:05 1998 @@ -1,37 +1,40 @@ -*** client/graphics.c.orig Mon Feb 17 07:46:33 1997 ---- client/graphics.c Wed Jul 9 17:38:38 1997 +*** client/graphics.c.orig Sun Jan 18 13:11:26 1998 +--- client/graphics.c Sat Jan 31 16:32:58 1998 *************** -*** 15,21 **** +*** 15,27 **** #include #include #include ! #include - #include "log.h" - #include "graphics.h" ---- 15,21 ---- + #include + #include + #include + #include + + extern int display_depth; + extern Widget map_canvas; + extern Display *display; +--- 15,31 ---- #include #include #include ! #include - #include "log.h" - #include "graphics.h" -*************** -*** 34,39 **** ---- 34,43 ---- - struct Sprite *intro_gfx_sprite; - struct Sprite *radar_gfx_sprite; + #include + #include + #include + #include + #ifndef FREECIV_DATADIR + #define FREECIV_DATADIR "data" + #endif + - /* current always 30x30, but with scaling.... */ - int tile_sprite_width, tile_sprite_height; - + extern int display_depth; + extern Widget map_canvas; + extern Display *display; *************** -*** 59,65 **** +*** 61,67 **** if(datadir[i] == '/') datadir[i] = '\0'; } else { @@ -39,7 +42,7 @@ }; }; sprintf(realfile,"%s/%s",datadir,filename); ---- 63,69 ---- +--- 65,71 ---- if(datadir[i] == '/') datadir[i] = '\0'; } else { diff -urN /usr/ports/games/freeciv/pkg/PLIST freeciv/pkg/PLIST --- /usr/ports/games/freeciv/pkg/PLIST Wed Jul 9 05:39:09 1997 +++ freeciv/pkg/PLIST Sat Jan 31 16:40:06 1998 @@ -4,4 +4,5 @@ share/freeciv/intro.xpm share/freeciv/radar.xpm share/freeciv/tiles.xpm +share/freeciv/units.xpm @dirrm share/freeciv >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Feb 6 07:58:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04061 for freebsd-ports-outgoing; Fri, 6 Feb 1998 07:58:16 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04055; Fri, 6 Feb 1998 07:58:09 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17676; Fri, 6 Feb 1998 07:57:19 -0800 (PST) Date: Fri, 6 Feb 1998 07:57:19 -0800 (PST) Message-Id: <199802061557.HAA17676@freefall.freebsd.org> To: mph@pobox.com, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5665 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: Port update: games/freeciv to 1.46 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Fri Feb 6 07:55:51 PST 1998 State-Changed-Why: Patches committed, thanks. I upgraded the port to 1.50 while I was at it. From owner-freebsd-ports Fri Feb 6 08:36:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08955 for freebsd-ports-outgoing; Fri, 6 Feb 1998 08:36:54 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08950 for ; Fri, 6 Feb 1998 08:36:52 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA19689; Fri, 6 Feb 1998 09:36:41 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA12614; Fri, 6 Feb 1998 09:36:38 -0700 Date: Fri, 6 Feb 1998 09:36:38 -0700 Message-Id: <199802061636.JAA12614@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Martin Cracauer Cc: Nate Williams , ports@FreeBSD.ORG Subject: Re: JDK port/package builder needed In-Reply-To: <19980206112035.43131@seagull.cons.org> References: <199802030754.AAA01032@mt.sri.com> <19980206112035.43131@seagull.cons.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" > > I'm looking for someone to help me build a JDK 'package' for FreeBSD. > > I'll do (I did similar binary ports). Where's the binary to port up? > ftp://freebsd.org/pub/dap/jdk115/? Check out http://www.freebsd.org/java > BTW, what is the official mailing list for the port. I remebered you > had one outside of FreeBSD.org. Can you put me on it? freebsd-java@FreeBSD.org is where most of the discussions goes. The other mailing list is for discussion by those who are licensees from SUN, and is not public for legal reasons. Nate From owner-freebsd-ports Fri Feb 6 09:43:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18832 for freebsd-ports-outgoing; Fri, 6 Feb 1998 09:43:34 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from www.chatalot.com (www.chatalot.com [207.76.168.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18823 for ; Fri, 6 Feb 1998 09:43:29 -0800 (PST) (envelope-from micky@chatalot.com) Received: from blipvert.gis.net (d24.dial-1.wal.ma.ultra.net [146.115.77.24]) by www.chatalot.com (8.8.7/8.8.7) with SMTP id HAA23223 for ; Fri, 6 Feb 1998 07:53:51 -0500 (EST) (envelope-from micky@chatalot.com) Message-Id: <3.0.32.19980206123618.0076495c@207.76.168.20> X-Sender: micky@207.76.168.20 X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 06 Feb 1998 12:36:27 -0500 To: ports@FreeBSD.ORG From: Micky Subject: jdk 1.1 port Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Hello, I would like to know if there are any plans to port JAVA development tools jdk 1.1 for FreeBSD in the works. Thank you for all the goodies posted on the FreeBASD.org site! don't know what I would do without it! Micky FOR THOSE ABOUT TO CHAT... WE SALUTE YOU! www.chatalot.com changing lives with chat! From owner-freebsd-ports Fri Feb 6 11:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03835 for freebsd-ports-outgoing; Fri, 6 Feb 1998 11:00:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03826; Fri, 6 Feb 1998 11:00:02 -0800 (PST) (envelope-from gnats) Date: Fri, 6 Feb 1998 11:00:02 -0800 (PST) Message-Id: <199802061900.LAA03826@hub.freebsd.org> To: freebsd-ports Cc: From: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa) Subject: Re: ports/4392 Reply-To: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/4392; it has been noted by GNATS. From: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa) To: FreeBSD-gnats-submit@freebsd.org Cc: furusawa@com.cs.osakafu-u.ac.jp Subject: Re: ports/4392 Date: Wed, 4 Feb 1998 18:53:40 +0900 Hello! My e-mail address will change. furusawa@com.cs.osakafu-u.ac.jp -> kazu@jp.freebsd.org So,Makefile and DESCR must change. I fix port:`mouseclock-1.0' (ports/4392 ) (ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/ mouseclock-ports.980204.tar.gz) ================================================== diff -r mouseclock.old/Makefile mouseclock/Makefile 3,4c3,4 < # Date created: 26 August 1997 < # Whom: FURUSAWA, Kazuhisa --- > # Date created: 4 February 1998 > # Whom: FURUSAWA,Kazuhisa 14c14 < MAINTAINER= furusawa@com.cs.osakafu-u.ac.jp --- > MAINTAINER= kazu@jp.freebsd.org diff -r mouseclock.old/pkg/DESCR mouseclock/pkg/DESCR 6,7c6,7 < Orignal mouseclock written by santini@chambord.univ-orleans.fr. < This port is done by furusawa@com.cs.osakafu-u.ac.jp. --- > Orignal mouseclock written by santini@chambord.univ-orleans.fr . > This port is done by kazu@jp.freebsd.org . ================================================== - - / _/_/ FURUSAWA,Kazuhisa - -(__o_ _/_/ mailto:kazu_f@big.or.jp O \ T _/_/ http://www5.big.or.jp/~kazu_f/ | / \ KAZU-------- mail address will change ---------- From owner-freebsd-ports Fri Feb 6 11:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03853 for freebsd-ports-outgoing; Fri, 6 Feb 1998 11:00:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03840; Fri, 6 Feb 1998 11:00:04 -0800 (PST) (envelope-from gnats) Date: Fri, 6 Feb 1998 11:00:04 -0800 (PST) Message-Id: <199802061900.LAA03840@hub.freebsd.org> To: freebsd-ports Cc: From: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa) Subject: Re: ports/2165 Reply-To: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/2165; it has been noted by GNATS. From: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa) To: FreeBSD-gnats-submit@freebsd.org Cc: furusawa@com.cs.osakafu-u.ac.jp Subject: Re: ports/2165 Date: Wed, 4 Feb 1998 18:56:57 +0900 Hello! My e-mail address will change. furusawa@com.cs.osakafu-u.ac.jp -> kazu@jp.freebsd.org So,Makefile and DESCR must change. I fix port:`xloadface' (ports/2165 ) (ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/ xloadface-ports.980204.tar.gz) ================================================== diff -r xloadface.old/Makefile xloadface/Makefile 3,4c3,4 < # Date created: 28 November 1996 < # Whom: FURUSAWA,Kazuhisa --- > # Date created: 4 February 1998 > # Whom: FURUSAWA,Kazuhisa 13c13 < MAINTAINER= furusawa@com.cs.osakafu-u.ac.jp --- > MAINTAINER= kazu@jp.freebsd.org diff -r xloadface.old/pkg/DESCR xloadface/pkg/DESCR 7,8c7,8 < Orignal xloadface written by aito@rcais.tohoku.ac.jp. < This port is done by furusawa@com.cs.osakafu-u.ac.jp. --- > Orignal xloadface written by aito@rcais.tohoku.ac.jp . > This port is done by kazu@jp.freebsd.org . ================================================== - - / _/_/ FURUSAWA,Kazuhisa - -(__o_ _/_/ mailto:kazu_f@big.or.jp O \ T _/_/ http://www5.big.or.jp/~kazu_f/ | / \ KAZU-------- mail address will change ---------- From owner-freebsd-ports Fri Feb 6 11:00:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03854 for freebsd-ports-outgoing; Fri, 6 Feb 1998 11:00:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03818; Fri, 6 Feb 1998 11:00:01 -0800 (PST) (envelope-from gnats) Date: Fri, 6 Feb 1998 11:00:01 -0800 (PST) Message-Id: <199802061900.LAA03818@hub.freebsd.org> To: freebsd-ports Cc: From: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa) Subject: Re: ports/2250 Reply-To: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/2250; it has been noted by GNATS. From: furusawa@com.cs.osakafu-u.ac.jp (FURUSAWA Kazuhisa) To: FreeBSD-gnats-submit@freebsd.org Cc: furusawa@com.cs.osakafu-u.ac.jp Subject: Re: ports/2250 Date: Wed, 4 Feb 1998 18:52:09 +0900 Hello! My e-mail address will change. furusawa@com.cs.osakafu-u.ac.jp -> kazu@jp.freebsd.org So,Makefile and DESCR must change. I fix port:`lupe-0.07' (ports/2250 ) (ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/ lupe-ports.980204.tar.gz) ================================================== diff -r lupe.old/Makefile lupe/Makefile 3,4c3,4 < # Date created: 19 December 1996 < # Whom: FURUSAWA, Kazuhisa --- > # Date created: 4 February 1998 > # Whom: FURUSAWA,Kazuhisa 14c14 < MAINTAINER= furusawa@com.cs.osakafu-u.ac.jp --- > MAINTAINER= kazu@jp.freebsd.org diff -r lupe.old/pkg/DESCR lupe/pkg/DESCR 7,8c7,8 < Orignal lupe written by UHD98984@pcvan.or.jp. < This port is done by furusawa@com.cs.osakafu-u.ac.jp. --- > Orignal lupe written by UHD98984@pcvan.or.jp . > This port is done by kazu@jp.freebsd.org . ================================================== - - / _/_/ FURUSAWA,Kazuhisa - -(__o_ _/_/ mailto:kazu_f@big.or.jp O \ T _/_/ http://www5.big.or.jp/~kazu_f/ | / \ KAZU-------- mail address will change ---------- From owner-freebsd-ports Fri Feb 6 12:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14694 for freebsd-ports-outgoing; Fri, 6 Feb 1998 12:00:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14674; Fri, 6 Feb 1998 12:00:02 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14596; Fri, 6 Feb 1998 11:59:52 -0800 (PST) (envelope-from nobody) Message-Id: <199802061959.LAA14596@hub.freebsd.org> Date: Fri, 6 Feb 1998 11:59:52 -0800 (PST) From: loveww To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5668: bullshit programs not intalepre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5668 >Category: ports >Synopsis: bullshit programs not intalepre >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 6 12:00:01 PST 1998 >Last-Modified: >Originator: marcus >Organization: ~#^! >Release: problem report >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Feb 6 13:55:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08746 for freebsd-ports-outgoing; Fri, 6 Feb 1998 13:55:48 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08696; Fri, 6 Feb 1998 13:55:37 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA18780; Fri, 6 Feb 1998 13:54:45 -0800 (PST) Date: Fri, 6 Feb 1998 13:54:45 -0800 (PST) Message-Id: <199802062154.NAA18780@freefall.freebsd.org> To: loveww@FreeBSD.ORG, markm@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: ports/5668 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: bullshit programs not intalepre State-Changed-From-To: open-closed State-Changed-By: markm State-Changed-When: Fri Feb 6 13:53:30 PST 1998 State-Changed-Why: Not a problem report. Responsible-Changed-From-To: freebsd-ports->markm Responsible-Changed-By: markm Responsible-Changed-When: Fri Feb 6 13:53:30 PST 1998 Responsible-Changed-Why: From owner-freebsd-ports Fri Feb 6 15:49:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23909 for freebsd-ports-outgoing; Fri, 6 Feb 1998 15:49:00 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dcarmich.pr.mcs.net (dcarmich.pr.mcs.net [204.95.63.202]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23902; Fri, 6 Feb 1998 15:48:57 -0800 (PST) (envelope-from dcarmich@dcarmich.pr.mcs.net) Received: (from dcarmich@localhost) by dcarmich.pr.mcs.net (8.8.7/8.8.7) id RAA29337; Fri, 6 Feb 1998 17:46:51 -0600 (CST) (envelope-from dcarmich) From: Douglas Carmichael Message-Id: <199802062346.RAA29337@dcarmich.pr.mcs.net> Subject: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz To: ports@FreeBSD.ORG Date: Fri, 6 Feb 1998 17:46:50 -0600 (CST) Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The ports request I sent in for vice-0.13.0 contains copyrighted Commodore ROMs that are part of the vice-0.13.0.tar.gz tarball which the port downloads. However, due to an oversight on my part, I forgot to set the NO_CDROM and NO_PACKAGE values in the Makefile for the port and did not realize that until I uploaded the port. The port is at ftp.freebsd.org:/pub/FreeBSD/incoming/vice-0.13.0.tar.gz. If you could make those changes before the port is committed, that would be appreciated. Here is the VICE license: Copyright notice ---------------- VICE is Copyright (c) 1993-1997 Ettore Perazzoli, Teemu Rantanen, Andre' Fachat, Jouko Valta, Jarkko Sonninen and Daniel Sladic. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. The ROM files in the `C64', `PET' and `VIC20' directories are Copyright (c) by Commodore Business Machines. From owner-freebsd-ports Fri Feb 6 18:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20245 for freebsd-ports-outgoing; Fri, 6 Feb 1998 18:40:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20217; Fri, 6 Feb 1998 18:40:01 -0800 (PST) (envelope-from gnats) Received: from gaia.coppe.ufrj.br (cisigw.coppe.ufrj.br [146.164.5.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19922 for ; Fri, 6 Feb 1998 18:37:12 -0800 (PST) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.8/8.8.8) id AAA07627; Sat, 7 Feb 1998 00:37:08 -0200 (EDT) (envelope-from jonny) Message-Id: <199802070237.AAA07627@gaia.coppe.ufrj.br> Date: Sat, 7 Feb 1998 00:37:08 -0200 (EDT) From: Joao Carlos Mendes Luis Reply-To: jonny@coppe.ufrj.br To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5671: New port: smtpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5671 >Category: ports >Synopsis: New port, please test and commit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 6 18:40:01 PST 1998 >Last-Modified: >Originator: Joao Carlos Mendes Luis >Organization: COPPE/UFRJ >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: I've just uploaded ftp://ftp.freebsd.org/pub/FreeBSD/incoming/smtpd-port.tgz This is a port of the Obtuse smtpd. More info available at http://www.obtuse.com/smtpd.html Thanks in advance >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Feb 7 05:49:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08977 for freebsd-ports-outgoing; Sat, 7 Feb 1998 05:49:20 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA08970 for ; Sat, 7 Feb 1998 05:49:17 -0800 (PST) (envelope-from narvi@haldjas.folklore.ee) Received: from haldjas.folklore.ee (haldjas.folklore.ee [172.17.2.1] (may be forged)) by haldjas.folklore.ee (8.8.8/8.8.4) with SMTP id PAA04990; Sat, 7 Feb 1998 15:48:04 +0200 (EET) Date: Sat, 7 Feb 1998 15:48:03 +0200 (EET) From: Narvi To: Steve Price cc: Stefan `Sec` Zehl , freebsd-ports@hub.freebsd.org Subject: Re: ports/5308 In-Reply-To: <34B90B7E.345BF651@hiwaay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" This is late (I was away doing exams in January) but still: tetris and xtetris were moved from because they (as it was claimed) infringed upon the trademark. In the specific case the letter combination tetris does not appear anywhere. So why not? Sander There is no love, no good, no happiness and no future - all these are just illusions. On Sun, 11 Jan 1998, Steve Price wrote: > Stefan `Sec` Zehl wrote: > > > > Hm, I remember that "tetris" had to be removed from the base system > > because of legal threats, but does that also apply to ports, there is no > > code at all included in an port. (NO_CDROM and NO_PACKAGE should > > be set, that's right). Or am I terribly wrong here ? > > We also had to remove xtetris from the ports tree. :( > > Steve > > > CU, > > Sec > > -- > > So viel ist in so kurzer Zeit zu tun. > From owner-freebsd-ports Sat Feb 7 06:46:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14201 for freebsd-ports-outgoing; Sat, 7 Feb 1998 06:46:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-112-179.la.inreach.net [206.18.112.179]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14196; Sat, 7 Feb 1998 06:46:01 -0800 (PST) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.7/8.8.7) id GAA07313; Sat, 7 Feb 1998 06:44:15 -0800 (PST) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Fri, 30 Jan 1998 20:30:48 -0800 (PST) Organization: Starfleet Command From: Donald Burr To: FreeBSD Questions , FreeBSD Ports Subject: Excessive crashing of Netscape? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" -----BEGIN PGP SIGNED MESSAGE----- I just installed Netscape (Communicator 4.04, the dynamically-linked FreeBSD binary version) from the ports tree. Unfortunately, I am having some problems with it. On the whole, it seems to work ok; however, sometimes the program dies (for no apparent reason) with a SIGBUS. Also, it locks up a lot. The lock up is complete (the little "meteor shower" stops showering, and the process can't be killed - I have to use a 'kill -KILL' to get rid of it). These things don't happen regularly -- I can be using Netscape perfectly for hours and hours (my last Netscape process was running for over five days before it went belly-up), and it crashes/hangs through different actions (i.e. there is not one single set of actions that I can isolate that cause it to die). My system is a P133 with 32MB EDO RAM and 3.2GB disk, running 2.2.5-RELEASE (a clean install). Is anyone else having this problem with Netscape? Does the Linux version work better? Any ideas what might be going wrong here? Please cc: the response to me in email if possible. Thanks! - -Donald (who can't wait until netscape releases its source code, so that we can start squashing these nasties and make netscape a better program) - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNNxzP/jpixuAwagxAQEeHgP/UHUo0t5XMbVhuwg/isdJnPYuFky4SkO9 ryPl8Dxh4LdoRgtw8cX0GqQoX3KRup2Y0sdcoE+PLMySYGv18+lmXabQFKW1je8c hS/m+NJLP5wRqC4xVNcQ7kIzCZIHWxcX+gg20R5pLUxjLSwMQDMkXKuXU5Ccglql nMZeqLeWz/I= =QUtW -----END PGP SIGNATURE----- From owner-freebsd-ports Sat Feb 7 08:28:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28791 for freebsd-ports-outgoing; Sat, 7 Feb 1998 08:28:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28711; Sat, 7 Feb 1998 08:28:31 -0800 (PST) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA17648; Sat, 7 Feb 1998 08:27:32 -0800 (PST) Date: Sat, 7 Feb 1998 08:27:32 -0800 (PST) Message-Id: <199802071627.IAA17648@freefall.freebsd.org> To: nobu@psrc.isac.co.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5657 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: ports/misc/fd update State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Sat Feb 7 08:26:53 PST 1998 State-Changed-Why: The submitted patch applied. From owner-freebsd-ports Sat Feb 7 10:30:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11601 for freebsd-ports-outgoing; Sat, 7 Feb 1998 10:30:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA11589 for ; Sat, 7 Feb 1998 10:30:27 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18250 for ports@freebsd.org; Sat, 7 Feb 1998 10:00:10 -0800 (PST) Date: Sat, 7 Feb 1998 10:00:10 -0800 (PST) Message-Id: <199802071800.KAA18250@freefall.freebsd.org> To: ports@FreeBSD.ORG Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://www.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://www.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "distfiles" Fenner From owner-freebsd-ports Sat Feb 7 11:18:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16971 for freebsd-ports-outgoing; Sat, 7 Feb 1998 11:18:34 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from baloon.mimi.com (sjx-ca115-45.ix.netcom.com [207.223.162.109]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16953 for ; Sat, 7 Feb 1998 11:18:32 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id LAA07407; Sat, 7 Feb 1998 11:18:24 -0800 (PST) (envelope-from asami) Date: Sat, 7 Feb 1998 11:18:24 -0800 (PST) Message-Id: <199802071918.LAA07407@baloon.mimi.com> To: handy@sag.space.lockheed.com CC: fenner@parc.xerox.com, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Brian Handy on Thu, 5 Feb 1998 10:06:08 -0800 (PST)) Subject: Re: NAS compile woes From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * *Grumble* in the interim, I've also figured out that the latest Xig server * (V4.1) has sprinkled some evil in my X11 tree. The only reason I know A word of advice; never install commercial X distributions (especially those including Motif) without backing up the lib/X11/config tree. We've got more bug reports than we can count because of ancient FreeBSD.cf files and other junk installed by Xig. Satoshi From owner-freebsd-ports Sat Feb 7 11:40:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19612 for freebsd-ports-outgoing; Sat, 7 Feb 1998 11:40:01 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19572; Sat, 7 Feb 1998 11:40:01 -0800 (PST) (envelope-from gnats) Date: Sat, 7 Feb 1998 11:40:01 -0800 (PST) Message-Id: <199802071940.LAA19572@hub.freebsd.org> To: freebsd-ports Cc: From: Douglas Carmichael Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz Reply-To: Douglas Carmichael Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5667; it has been noted by GNATS. From: Douglas Carmichael To: ports@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz Date: Fri, 6 Feb 1998 15:46:50 PST The ports request I sent in for vice-0.13.0 contains copyrighted Commodore ROMs that are part of the vice-0.13.0.tar.gz tarball which the port downloads. However, due to an oversight on my part, I forgot to set the NO_CDROM and NO_PACKAGE values in the Makefile for the port and did not realize that until I uploaded the port. The port is at ftp.freebsd.org:/pub/FreeBSD/incoming/vice-0.13.0.tar.gz. If you could make those changes before the port is committed, that would be appreciated. Here is the VICE license: Copyright notice ---------------- VICE is Copyright (c) 1993-1997 Ettore Perazzoli, Teemu Rantanen, Andre' Fachat, Jouko Valta, Jarkko Sonninen and Daniel Sladic. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. The ROM files in the `C64', `PET' and `VIC20' directories are Copyright (c) by Commodore Business Machines. From owner-freebsd-ports Sat Feb 7 12:20:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24618 for freebsd-ports-outgoing; Sat, 7 Feb 1998 12:20:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24608; Sat, 7 Feb 1998 12:20:01 -0800 (PST) (envelope-from gnats) Date: Sat, 7 Feb 1998 12:20:01 -0800 (PST) Message-Id: <199802072020.MAA24608@hub.freebsd.org> To: freebsd-ports Cc: From: Tim Vanderhoek Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5667; it has been noted by GNATS. From: Tim Vanderhoek To: Douglas Carmichael Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz Date: Sat, 7 Feb 1998 15:12:58 -0500 (EST) On Sat, 7 Feb 1998, Douglas Carmichael wrote: > Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz > > The following reply was made to PR ports/5667; it has been noted by GNATS. [...] > The ROM files in the `C64', `PET' and `VIC20' directories are Copyright (c) > by Commodore Business Machines. Do you know what Commodore has licensed them under? Could you ask the authors if Commodore has placed these in the public domain, or what right they have to use them? The authors don't seem to make any mention of the issue other than saying their comment about the Copyright... :-( [For others -- the files in question are binary files copyright Commodore. They're used to emulate some ancient machine (Vic20, C64, and PET) which can't have any possible monetary value for Commodore anymore, so it's quite possible they're in the public domain and whatever documentation to that effect from Commodore just disappeared somewhere] -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Sat Feb 7 12:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24629 for freebsd-ports-outgoing; Sat, 7 Feb 1998 12:20:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24617; Sat, 7 Feb 1998 12:20:02 -0800 (PST) (envelope-from gnats) Date: Sat, 7 Feb 1998 12:20:02 -0800 (PST) Message-Id: <199802072020.MAA24617@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5667; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz Date: Sat, 7 Feb 1998 12:16:39 -0800 (PST) Just forwarding the mail (with reformatting) so it will be recorded in the gnats database. By the way, it should be RESTRICTED, not NO_CDROM or NO_PACKAGE (RESTRICTED is the strongest), as we shouldn't redistribute the distfiles either. Satoshi ------- From: Douglas Carmichael Subject: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz To: ports@FreeBSD.ORG Date: Fri, 6 Feb 1998 17:46:50 -0600 (CST) Cc: freebsd-ports@FreeBSD.ORG The ports request I sent in for vice-0.13.0 contains copyrighted Commodore ROMs that are part of the vice-0.13.0.tar.gz tarball which the port downloads. However, due to an oversight on my part, I forgot to set the NO_CDROM and NO_PACKAGE values in the Makefile for the port and did not realize that until I uploaded the port. The port is at ftp.freebsd.org:/pub/FreeBSD/incoming/vice-0.13.0.tar.gz. If you could make those changes before the port is committed, that would be appreciated. Here is the VICE license: Copyright notice ---------------- VICE is Copyright (c) 1993-1997 Ettore Perazzoli, Teemu Rantanen, Andre' Fachat, Jouko Valta, Jarkko Sonninen and Daniel Sladic. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. The ROM files in the `C64', `PET' and `VIC20' directories are Copyright (c) by Commodore Business Machines. From owner-freebsd-ports Sat Feb 7 12:40:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26792 for freebsd-ports-outgoing; Sat, 7 Feb 1998 12:40:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26781; Sat, 7 Feb 1998 12:40:01 -0800 (PST) (envelope-from gnats) Date: Sat, 7 Feb 1998 12:40:01 -0800 (PST) Message-Id: <199802072040.MAA26781@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5667; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz Date: Sat, 7 Feb 1998 12:37:53 -0800 (PST) * Just forwarding the mail (with reformatting) so it will be recorded in * the gnats database. By the way, it should be RESTRICTED, not NO_CDROM So, the previous mail was sent to freebsd-gnats-submit too? Grumble. I wish people wouldn't BCC: messages to other than oneself, it's confusing. :< Satoshi From owner-freebsd-ports Sat Feb 7 12:43:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27325 for freebsd-ports-outgoing; Sat, 7 Feb 1998 12:43:35 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from alpha.xerox.com (firewall-user@alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA27294 for ; Sat, 7 Feb 1998 12:43:32 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <51981(5)>; Sat, 7 Feb 1998 12:43:30 PST Received: by crevenia.parc.xerox.com id <177476>; Sat, 7 Feb 1998 12:43:16 -0800 From: Bill Fenner To: asami@cs.berkeley.edu, freebsd-ports@hub.freebsd.org Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz Message-Id: <98Feb7.124316pst.177476@crevenia.parc.xerox.com> Date: Sat, 7 Feb 1998 12:43:13 PST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" No, that was me, reforwarding it too. Sorry. Bill From owner-freebsd-ports Sat Feb 7 12:48:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28066 for freebsd-ports-outgoing; Sat, 7 Feb 1998 12:48:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from baloon.mimi.com (sjx-ca115-45.ix.netcom.com [207.223.162.109]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28061 for ; Sat, 7 Feb 1998 12:48:35 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id MAA07660; Sat, 7 Feb 1998 12:48:29 -0800 (PST) (envelope-from asami) Date: Sat, 7 Feb 1998 12:48:29 -0800 (PST) Message-Id: <199802072048.MAA07660@baloon.mimi.com> To: fenner@parc.xerox.com CC: freebsd-ports@hub.freebsd.org In-reply-to: <98Feb7.124316pst.177476@crevenia.parc.xerox.com> (message from Bill Fenner on Sat, 7 Feb 1998 12:43:13 PST) Subject: Re: ports/5667 - Set the NO_CDROM and NO_PACKAGE variables for vice-0.13.0.tar.gz From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * No, that was me, reforwarding it too. Sorry. Oh, I see. I guess it's just a case of two people trying to forward the same message. Ok, I'll leave the reforwarding to you from now on. :) Satoshi From owner-freebsd-ports Sat Feb 7 13:11:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02136 for freebsd-ports-outgoing; Sat, 7 Feb 1998 13:11:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02122; Sat, 7 Feb 1998 13:11:44 -0800 (PST) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA20026; Sat, 7 Feb 1998 13:10:44 -0800 (PST) Date: Sat, 7 Feb 1998 13:10:44 -0800 (PST) Message-Id: <199802072110.NAA20026@freefall.freebsd.org> To: hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5674 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: new ports in category devel: DOC++ Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: hoek Responsible-Changed-When: Sat Feb 7 13:10:10 PST 1998 Responsible-Changed-Why: Still misfiled. :) From owner-freebsd-ports Sat Feb 7 13:13:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02340 for freebsd-ports-outgoing; Sat, 7 Feb 1998 13:13:26 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02331 for ; Sat, 7 Feb 1998 13:13:24 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id NAA11690; Sat, 7 Feb 1998 13:13:06 -0800 (PST) To: Narvi cc: Steve Price , Stefan `Sec` Zehl , freebsd-ports@hub.FreeBSD.ORG Subject: Re: ports/5308 In-reply-to: Your message of "Sat, 07 Feb 1998 15:48:03 +0200." Date: Sat, 07 Feb 1998 13:13:06 -0800 Message-ID: <11687.886885986@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" > > This is late (I was away doing exams in January) but still: > > tetris and xtetris were moved from because they (as it was claimed) > infringed upon the trademark. In the specific case the letter combination > tetris does not appear anywhere. So why not? I'm afraid that I can't parse this. What are you trying to say? Jordan From owner-freebsd-ports Sat Feb 7 13:53:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10370 for freebsd-ports-outgoing; Sat, 7 Feb 1998 13:53:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from maasu.org (maasunet.org [198.109.166.235] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10351 for ; Sat, 7 Feb 1998 13:53:46 -0800 (PST) (envelope-from leekyuh@pilot.msu.edu) Received: from pilot.msu.edu ([198.109.166.234]) by maasu.org (8.8.7/8.8.7) with ESMTP id LAA00409; Sat, 7 Feb 1998 11:01:48 -0600 (CST) (envelope-from leekyuh@pilot.msu.edu) Message-ID: <34DC92B5.632FACE9@pilot.msu.edu> Date: Sat, 07 Feb 1998 16:58:42 +0000 From: "Kyu H. Lee" X-Mailer: Mozilla 4.04 (Macintosh; I; PPC) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Question Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" I'm trying to do some JAVA development but I can't seem to get JAVA stuff to install on my server. I don't think that I installed the ports correctly. Can you explain how to do it. Thank you I really appreciate it. From owner-freebsd-ports Sat Feb 7 14:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13310 for freebsd-ports-outgoing; Sat, 7 Feb 1998 14:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13276; Sat, 7 Feb 1998 14:10:01 -0800 (PST) (envelope-from gnats) Date: Sat, 7 Feb 1998 14:10:01 -0800 (PST) Message-Id: <199802072210.OAA13276@hub.freebsd.org> To: freebsd-ports Cc: From: Steve Price Subject: Re: ports/5570: Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5570; it has been noted by GNATS. From: Steve Price To: Bogusz Jelinski Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/5570: Date: Sat, 07 Feb 1998 16:09:37 -0600 Bogusz Jelinski wrote: > > Is this not enough to put the tarball on a ftp server? Generally yes, but I didn't see the ftp server listed in the PR or other mailings that I could find (until this one). > Anyway, I noticed I had not enclosed the Copyright notice, > which is important, as a non-free software is included. > In a few days I will make a new release with a copyright > notice. Please submit it as followup to this PR. I will hold up working any further on this PR until then. Thanks, Steve > Cheers, > > Bogusz From owner-freebsd-ports Sat Feb 7 14:17:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14514 for freebsd-ports-outgoing; Sat, 7 Feb 1998 14:17:01 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from baloon.mimi.com (sjx-ca115-45.ix.netcom.com [207.223.162.109]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14509 for ; Sat, 7 Feb 1998 14:16:58 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id OAA07850; Sat, 7 Feb 1998 14:16:48 -0800 (PST) (envelope-from asami) Date: Sat, 7 Feb 1998 14:16:48 -0800 (PST) Message-Id: <199802072216.OAA07850@baloon.mimi.com> To: jkh@time.cdrom.com CC: narvi@haldjas.folklore.ee, sprice@hiwaay.net, sec@42.org, freebsd-ports@hub.freebsd.org In-reply-to: <11687.886885986@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: ports/5308 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" * I'm afraid that I can't parse this. What are you trying to say? Never mind. That issue has long been resolved. Satoshi From owner-freebsd-ports Sat Feb 7 14:45:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17147 for freebsd-ports-outgoing; Sat, 7 Feb 1998 14:45:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17129; Sat, 7 Feb 1998 14:45:19 -0800 (PST) (envelope-from steve) Date: Sat, 7 Feb 1998 14:45:19 -0800 (PST) From: Steve Price Message-Id: <199802072245.OAA17129@hub.freebsd.org> To: rssh@cam.grad.kiev.ua, steve, freebsd-ports Subject: Re: ports/5674 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: new ports in category devel: DOC++ State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Feb 7 14:42:33 PST 1998 State-Changed-Why: Duplicate of ports/5675. From owner-freebsd-ports Sat Feb 7 15:32:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23117 for freebsd-ports-outgoing; Sat, 7 Feb 1998 15:32:00 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23107 for ; Sat, 7 Feb 1998 15:31:58 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from panke.panke.de (anonymous213.ppp.cs.tu-berlin.de [130.149.17.213]) by mail.cs.tu-berlin.de (8.8.6/8.8.8) with ESMTP id AAA22200; Sun, 8 Feb 1998 00:30:13 +0100 (MET) Received: (from wosch@localhost) by panke.panke.de (8.8.5/8.6.12) id AAA03240; Sun, 8 Feb 1998 00:20:35 +0100 (MET) Date: Sun, 8 Feb 1998 00:20:35 +0100 (MET) Message-Id: <199802072320.AAA03240@panke.panke.de> From: Wolfram Schneider To: ports@FreeBSD.ORG Subject: New ports added/updated last two weeks Reply-to: ports@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Introduction ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 1245 ports in the FreeBSD Ports Collection. New ports added last two weeks ------------------------------ Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== patch-2.5 GNU Patch Utility Maintained by: ache@FreeBSD.org Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== xdelta-0.14 a diff/patch utility for binary files Maintained by: ports@FreeBSD.ORG Category print (http://www.freebsd.org/ports/print.html) ================================================================== freetype-980121 A free and portable TrueType font rendering engine Maintained by: jseger@FreeBSD.org Requires: gmake-3.76.1 Category security (http://www.freebsd.org/ports/security.html) ================================================================== nat-1.0 NetBIOS Auditing Tool / Security Kit Maintained by: obrien@NUXI.com Also listed in: net Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== bkpupsd-1.0 A simple UPS daemon for APC BK Pro(TM) Maintained by: mwatts@edu1.tokyo-med.ac.jp rdate-1.0 rdate sets the clock of the local host to the time another host. Maintained by: cracauer@cons.org Updated ports last two weeks ----------------------------------- Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== mpg123-0.59n Command-line player for mpeg layer 1, 2 and 3 audio Maintained by: mcj@acquiesce.org Category comms (http://www.freebsd.org/ports/comms.html) ================================================================== mgetty-1.1.11 Handle external logins, send and receive faxes. Maintained by: jmz@FreeBSD.org Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== db-2.3.16 the Berkeley DB package, revision 2 Maintained by: josh@ican.net mysql-3.21.21b a multithreaded SQL database. Maintained by: josh@ican.net Requires: gmake-3.76.1, perl-5.00404 p5-DBI-0.91 the perl5 Database Interface. Required for DBD::* modules. Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Requires: perl-5.00404 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== vim-5.0v A vi "workalike", with many additional features. Maintained by: obrien@FreeBSD.org Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== bochs-980124c Intel 80386 CPU emulator. Maintained by: alex@FreeBSD.ORG Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== ImageMagick-4.0 An X11 package for display and interactive manipulation of images. Maintained by: jseger@FreeBSD.org Requires: freetype-980121, ghostscript-5.10, gmake-3.76.1, jbigkit-0.9, jpeg-6a, mpeg_lib-1.2.1, netpbm-94.3.1, png-0.96, tiff-3.4, transfig-3.2, unzip-5.3.2, xpm-3.4j gimp-0.99.18 developer's beta release of the General Image Manipulation Program Maintained by: erich@FreeBSD.org Requires: gmake-3.76.1, gtk-0.99.3, jpeg-6a, mpeg_lib-1.2.1, png-0.96, tcl-8.0.2, tiff-3.4, tk-8.0.2, xdelta-0.14, xpm-3.4j pgperl-2.08 A perl5 extension which makes available the pgplot library. Maintained by: jmz@FreeBSD.org Also listed in: perl5 Requires: perl-5.00404, pgplot-5.2 spigot-1.7 Video spigot for Windows library. Maintained by: james@cs.uwm.edu Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-vfghostscript-5.10 Aladdin Postscript and PDF interpreter with Japanese vector font library. Maintained by: mita@jp.FreeBSD.org Also listed in: print Requires: ja-vflib-2.22.10 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== mutt-0.89 "The Mongrel of Mail User Agents" (part Elm, Pine, mh) Maintained by: obrien@FreeBSD.org Requires: ispell-3.1.20 mutt-0.89 "The Mongrel of Mail User Agents" (part Elm, Pine, mh) Maintained by: obrien@FreeBSD.org Requires: ispell-3.1.20 smail-3.2.0.101 A program used for receiving and delivering mail. Maintained by: torstenb@FreeBSD.ORG Requires: libident-0.21, tcp_wrappers-7.6 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== tkman-2.0.5 A Tcl/Tk based manual browser Maintained by: tg@freebsd.org Also listed in: tk80 Requires: glimpse-4.0, rman-3.0.4, tcl-8.0.2, tk-8.0.2 Category net (http://www.freebsd.org/ports/net.html) ================================================================== irc-2.9.4 The 'Internet Relay Chat' Server. Maintained by: torstenb@FreeBSD.ORG ircii-4.4 The 'Internet Relay Chat' Client. Maintained by: torstenb@FreeBSD.ORG ivs-3.5 INRIA Videoconference Software. Maintained by: jseger@FreeBSD.org samba-1.9.18.2 A free SMB and CIFS client and server for UNIX Maintained by: hosokawa@jp.FreeBSD.ORG tf-4.0a4 A popular programmable MUD client, with macro support and more. Maintained by: jseger@FreeBSD.org Also listed in: games zircon-1.18.85 An X11 interface to Internet Relay Chat. Maintained by: jseger@FreeBSD.org Also listed in: tk80 Requires: tcl-8.0.2, tk-8.0.2 Category news (http://www.freebsd.org/ports/news.html) ================================================================== ifmail-2.13 FidoNet(tm) support package for UN*X platform Maintained by: dirk.meyer@dinoex.sub.org inn-1.7.2 InterNetNews -- the Internet meets Netnews. Maintained by: torstenb@FreeBSD.ORG Requires: perl-5.00404 nntpcache-2.2b4 News caching/anti-spam/server-merging system. Maintained by: nntpcache@nntpcache.org Requires: gmake-3.76.1, pgp-2.6.2, rsaref-2.0, unzip-5.3.2 Category print (http://www.freebsd.org/ports/print.html) ================================================================== latex2e-98.01 LaTeX2e - a TeX macro package Maintained by: jmz@FreeBSD.org Requires: gmake-3.76.1, tex-3.14159 musixtex-T86 A set of TeX macros to typeset music. Maintained by: jmz@FreeBSD.org Requires: gmake-3.76.1, tex-3.14159 Category security (http://www.freebsd.org/ports/security.html) ================================================================== libident-0.21 A small library to interface the ident protocol server (rfc1413). Maintained by: torstenb@FreeBSD.ORG Also listed in: devel net Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== LPRng-3.4.1 An Enhanced Printer Spooler Maintained by: desmo@bandwidth.org Also listed in: print xosview-1.5.1 A graphical performance meter Maintained by: handy@physics.montana.edu Also listed in: x11 Category www (http://www.freebsd.org/ports/www.html) ================================================================== libwww-5.1f The W3C Reference Library. Maintained by: ports@FreeBSD.ORG Also listed in: devel Requires: gmake-3.76.1 lynx-2.7.1ac-0.110 An alphanumeric display oriented World-Wide Web Client. Maintained by: ache@FreeBSD.ORG p5-Apache-1.07 Embeds a Perl interpreter in the Apache server Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Requires: perl-5.00404 p5-libwww-5.18 perl5 library for WWW access. Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 devel Requires: p5-Data-Dumper-2.07, p5-MD5-1.7, p5-MIME-Base64-2.04, p5-Net-1.0602, perl-5.00404 wn-1.18.5 A great http server Maintained by: adam@veda.is Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== emiclock-1.0.4 Hyper-animated face analog clock for X11 Maintained by: nobu@psrc.isac.co.jp gtk-0.99.3 General Toolkit for X11 GUI. Maintained by: vanilla@FreeBSD.ORG Requires: gmake-3.76.1 xscreensaver-2.15 Save your screen while you entertain your cat Maintained by: jseger@FreeBSD.ORG Requires: xpm-3.4j _________________________________________________________________ © 1996-1997 by Wolfram Schneider. All rights reserved. Please direct questions about this service to wosch@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1998-01-29 00:42:58 UTC _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -- Wolfram Schneider http://www.freebsd.org/~wosch/ From owner-freebsd-ports Sat Feb 7 19:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19256 for freebsd-ports-outgoing; Sat, 7 Feb 1998 19:40:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19245; Sat, 7 Feb 1998 19:40:01 -0800 (PST) (envelope-from gnats) Received: from ymris.ddm.on.ca (bundle-7200-77.bundle.golden.net [209.29.135.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18613 for ; Sat, 7 Feb 1998 19:32:16 -0800 (PST) (envelope-from dchapes@ddm.on.ca) Received: from squigy.ddm.on.ca (squigy.ddm.on.ca [209.47.139.138]) by ymris.ddm.on.ca (8.8.8/8.8.8) with ESMTP id WAA18460 for ; Sat, 7 Feb 1998 22:32:11 -0500 (EST) (envelope-from dchapes@ymris.ddm.on.ca) Received: (from dchapes@localhost) by squigy.ddm.on.ca (8.8.8/8.8.7) id WAA13144; Sat, 7 Feb 1998 22:32:10 -0500 (EST) Message-Id: <199802080332.WAA13144@squigy.ddm.on.ca> Date: Sat, 7 Feb 1998 22:32:10 -0500 (EST) From: dchapes@ddm.on.ca Reply-To: dchapes@ddm.on.ca To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5678: New port: games/xmemory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5678 >Category: ports >Synopsis: New port: games/xmemory >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 7 19:40:01 PST 1998 >Last-Modified: >Originator: Dave Chapeskie >Organization: DDM Consulting >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: XMemory is a silly little multi player memory game by the author of XJig. [If there is a better way to submit new ports please inform me.] # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xmemory # xmemory/Makefile # xmemory/pkg # xmemory/pkg/COMMENT # xmemory/pkg/DESCR # xmemory/pkg/PLIST # xmemory/files # xmemory/files/md5 # xmemory/patches # xmemory/patches/patch-aa # echo c - xmemory mkdir -p xmemory > /dev/null 2>&1 echo x - xmemory/Makefile sed 's/^X//' >xmemory/Makefile << 'END-of-xmemory/Makefile' X# New ports collection makefile for: xmemory X# Version required: 3.7 X# Date Created: Sat Feb 7 21:37:09 EST 1998 X# Whom: Dave Chapeskie X# X# $Id$ X# X XDISTNAME= xmemory-3.7 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games/multiplayer XEXTRACT_SUFX= .tgz X XMAINTAINER= dchapes@ddm.on.ca X XUSE_IMAKE= yes X Xpost-install: X @-mkdir ${X11BASE}/lib/X11/xmemory X ${INSTALL_DATA} ${WRKSRC}/home.mem ${WRKSRC}/sports.mem \ X ${X11BASE}/lib/X11/xmemory X ${LN} -s home.mem ${X11BASE}/lib/X11/xmemory/default.mem X X.include END-of-xmemory/Makefile echo c - xmemory/pkg mkdir -p xmemory/pkg > /dev/null 2>&1 echo x - xmemory/pkg/COMMENT sed 's/^X//' >xmemory/pkg/COMMENT << 'END-of-xmemory/pkg/COMMENT' XXMemory is a multi player memory game. END-of-xmemory/pkg/COMMENT echo x - xmemory/pkg/DESCR sed 's/^X//' >xmemory/pkg/DESCR << 'END-of-xmemory/pkg/DESCR' XXMemory is a multi player memory game. It can be played simultaneously on Xseveral X Displays, which have to be listed on the command-line. Like in Xthe traditional memory game, the players have to find similar tiles on the Xtable to get the tiles. The main difference to this game is, that the Xplayers really play simultaneous and therefor the whole game gets Xsome kind of an action game. END-of-xmemory/pkg/DESCR echo x - xmemory/pkg/PLIST sed 's/^X//' >xmemory/pkg/PLIST << 'END-of-xmemory/pkg/PLIST' Xbin/xmemory Xman/man1/xmemory.1.gz Xlib/X11/xmemory/sports.mem Xlib/X11/xmemory/home.mem X@exec ln -s %f %B/default.mem X@unexec rm %B/default.mem X@dirrm lib/X11/xmemory END-of-xmemory/pkg/PLIST echo c - xmemory/files mkdir -p xmemory/files > /dev/null 2>&1 echo x - xmemory/files/md5 sed 's/^X//' >xmemory/files/md5 << 'END-of-xmemory/files/md5' XMD5 (xmemory-3.7.tgz) = 3617a53cfa5f766ebf124e874d7c5493 END-of-xmemory/files/md5 echo c - xmemory/patches mkdir -p xmemory/patches > /dev/null 2>&1 echo x - xmemory/patches/patch-aa sed 's/^X//' >xmemory/patches/patch-aa << 'END-of-xmemory/patches/patch-aa' X--- Imakefile.orig Thu Jul 18 11:02:56 1996 X+++ Imakefile Sat Feb 7 22:15:55 1998 X@@ -8,7 +8,7 @@ X X XCOMM where to search for data-files, when not found in current dir X X- XMEMORYDIR = \"/usr/games/lib/xmemory\" X+ XMEMORYDIR = \"/usr/X11R6/lib/X11/xmemory\" X X XCOMM set the compiler that you like, X XCOMM gcc should suit, since the libraries are not needed. X@@ -29,8 +29,7 @@ X $(RM) $@ X $(CXX) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) X X-InstallProgram(xmemory,$(BINDIR)) X-InstallManPage(xmemory,$(MANDIR)) X+ComplexProgramTarget(xmemory) X DependTarget() X CleanTarget() X END-of-xmemory/patches/patch-aa exit >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 8 00:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16908 for freebsd-ports-outgoing; Sun, 8 Feb 1998 00:00:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16891; Sun, 8 Feb 1998 00:00:02 -0800 (PST) (envelope-from gnats) Received: from jhicks.glenatl.glenayre.com ([157.230.162.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16332 for ; Sat, 7 Feb 1998 23:52:29 -0800 (PST) (envelope-from jhicks@jhicks.glenatl.glenayre.com) Received: (from jhicks@localhost) by jhicks.glenatl.glenayre.com (8.8.8/8.8.5) id CAA21934; Sun, 8 Feb 1998 02:28:54 -0500 (EST) Message-Id: <199802080728.CAA21934@jhicks.glenatl.glenayre.com> Date: Sun, 8 Feb 1998 02:28:54 -0500 (EST) From: jhicks@atlanta.glenayre.com Reply-To: jhicks@atlanta.glenayre.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5680: crossm68k-1.4 (new port for MC68xxx cross development) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5680 >Category: ports >Synopsis: crossm68k-1.4 (new port for MC68xxx cross development) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 8 00:00:00 PST 1998 >Last-Modified: >Originator: Jerry Hicks >Organization: Glenayre Electronics, Inc. >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: New FreeBSD port for embedded MC68xxx cross development; This was derived from crosssco port written by Pedro Giffuni (*thanks* Pedro!) ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/crossm68k.tar.gz cksum: -- Jerry Hicks jhicks@atlanta.glenayre.com -- >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message