From owner-freebsd-ports Sun Aug 9 03:11:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01637 for freebsd-ports-outgoing; Sun, 9 Aug 1998 03:11:24 -0700 (PDT) (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 DAA01520 for ; Sun, 9 Aug 1998 03:10:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA29405; Sun, 9 Aug 1998 03:10:03 -0700 (PDT) Received: from relay1.bcs.zp.ua (bcs-ts33.zcn.net [195.123.8.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00254 for ; Sun, 9 Aug 1998 03:00:45 -0700 (PDT) (envelope-from serg@bcs.zp.ua) Received: from bcs3.bcs.zp.ua (bcs3.bcs.zp.ua [195.123.10.73]) by relay1.bcs.zp.ua (8.8.5/8.8.5) with ESMTP id MAA01095 for ; Sun, 9 Aug 1998 12:59:54 +0300 (EEST) Received: (from serg@localhost) by bcs3.bcs.zp.ua (8.8.8/8.8.8) id MAA26553; Sun, 9 Aug 1998 12:59:54 +0300 (EEST) (envelope-from serg) Message-Id: <199808090959.MAA26553@bcs3.bcs.zp.ua> Date: Sun, 9 Aug 1998 12:59:54 +0300 (EEST) From: serg@bcs.zp.ua Reply-To: serg@bcs.zp.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7535: xfm's `magic' file parsing error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7535 >Category: ports >Synopsis: xfm incorrectly parses `magic' file >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: Sun Aug 9 03:10:02 PDT 1998 >Last-Modified: >Originator: Sergey Shkonda >Organization: Business Computer Service >Release: FreeBSD 2.2.7-RELEASE i386, current >Environment: Description: When parsing xfm magic file strtol() instead strtoul() used. >Description: >How-To-Repeat: Fix: *** ./src/magic.c.old Tue Apr 4 15:42:51 1995 --- ./src/magic.c Thu Nov 20 21:41:37 1997 *************** *** 227,233 **** default: mtypes[count].flags |= M_EQ; } ! mtypes[count].value.number = strtol(cptr, &cptr, 0); } while(isspace(*cptr)) cptr++; --- 227,233 ---- default: mtypes[count].flags |= M_EQ; } ! mtypes[count].value.number = strtoul(cptr, &cptr, 0); } while(isspace(*cptr)) cptr++; >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 Aug 9 04:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11493 for freebsd-ports-outgoing; Sun, 9 Aug 1998 04:30:13 -0700 (PDT) (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 EAA11482 for ; Sun, 9 Aug 1998 04:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA01786; Sun, 9 Aug 1998 04:30:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11222; Sun, 9 Aug 1998 04:22:26 -0700 (PDT) (envelope-from nobody) Message-Id: <199808091122.EAA11222@hub.freebsd.org> Date: Sun, 9 Aug 1998 04:22:26 -0700 (PDT) From: shige@kuis.kyoto-u.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7536: [update ports] ja-perl5 (${PORTSDIR}/japanese/perl5) diff style Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7536 >Category: ports >Synopsis: [update ports] ja-perl5 (${PORTSDIR}/japanese/perl5) diff style >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 9 04:30:01 PDT 1998 >Last-Modified: >Originator: Shigeyuki FUKUSHIMA >Organization: Dept. of Infomation Science, Kyoto Univ. >Release: 2.2.7-RELEASE >Environment: FreeBSD athena.shigelan.priv.jp 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Sun Aug 2 08:23:47 JST 1998 root@athena.shigelan.priv.jp:/usr/src/sys/compile/athena i386 >Description: I am ja-perl5 maintainer. This is ths change for ja-perl5 ports on *3.0-CURRENT*. Problem: On 3.0-CURRENT system, AOUT library is in '/usr/lib/aout'. But, ja-perl5(japanese/perl5) port does not search libraries in '/usr/lib/aout'. We cannot make ja-perl5 binaryies on such system. Solution: This report solves this problem. How to patch this diff-style patch. % cd ${PORTSDIR}/japanese % patch -p0 < this-patch Thanks! Patch: diff -urN perl5.orig/patches/patch-aa perl5/patches/patch-aa --- perl5.orig/patches/patch-aa Sun Aug 9 19:47:40 1998 +++ perl5/patches/patch-aa Sun Aug 9 19:49:46 1998 @@ -17,6 +17,15 @@ : Test and see if we are running under ksh, either blatantly or in disguise. if (PATH=.; alias -x) >/dev/null 2>&1; then +@@ -732,7 +732,7 @@ + inclwanted='' + + : change the next line if compiling for Xenix/286 on Xenix/386 +-xlibpth='/usr/lib/386 /lib/386' ++xlibpth='/usr/lib/aout /usr/lib/386 /lib/386' + + : Possible local library directories to search. + loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" @@ -756,7 +756,7 @@ : List of libraries we want. libswanted='sfio net socket inet nsl nm ndbm gdbm dbm db malloc dl' >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 Aug 9 07:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24094 for freebsd-ports-outgoing; Sun, 9 Aug 1998 07:40:07 -0700 (PDT) (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 HAA24084 for ; Sun, 9 Aug 1998 07:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10429; Sun, 9 Aug 1998 07:40:01 -0700 (PDT) Received: from patty.peanuts.li ([133.6.129.94]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23892 for ; Sun, 9 Aug 1998 07:34:46 -0700 (PDT) (envelope-from nosuzuki@peanuts.li) Received: (from nosuzuki@localhost) by patty.peanuts.li (8.8.8/3.6Wbeta7 11/15/1997) id XAA21071; Sun, 9 Aug 1998 23:34:24 +0900 (JST) Message-Id: <199808091434.XAA21071@patty.peanuts.li> Date: Sun, 9 Aug 1998 23:34:24 +0900 (JST) From: nosuzuki@e-mail.ne.jp Reply-To: nosuzuki@e-mail.ne.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7537: new port PPxP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7537 >Category: ports >Synopsis: I have made a port for the new PPP client, PPxP >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 9 07:40:01 PDT 1998 >Last-Modified: >Originator: Norio Suzuki >Organization: >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: >Description: I found good PPP client, called PPxP. So, I have made its port. I put them in ftp://ftp.freebsd.org/pub/FreeBSD/pub/incoming/ppxp-0.98070721.tar.gz >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 Aug 9 11:10:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06412 for freebsd-ports-outgoing; Sun, 9 Aug 1998 11:10:08 -0700 (PDT) (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 LAA06407 for ; Sun, 9 Aug 1998 11:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA15552; Sun, 9 Aug 1998 11:10:05 -0700 (PDT) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06275 for ; Sun, 9 Aug 1998 11:08:16 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id UAA19430 for FreeBSD-gnats-submit@freebsd.org; Sun, 9 Aug 1998 20:03:51 +0200 (MET DST) Received: (from seggers@localhost) by semyam.dinoco.de (8.8.8/8.8.8) id RAA20110; Sun, 9 Aug 1998 17:37:22 +0200 (CEST) (envelope-from seggers) Message-Id: <199808091537.RAA20110@semyam.dinoco.de> Date: Sun, 9 Aug 1998 17:37:22 +0200 (CEST) From: Stefan Eggers Reply-To: seggers@semyam.dinoco.de To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: seggers@semyam.dinoco.de X-Send-Pr-Version: 3.2 Subject: ports/7538: Update crafty to 15.17 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7538 >Category: ports >Synopsis: Update crafty to 15.17 >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 Aug 9 11:10:00 PDT 1998 >Last-Modified: >Originator: Stefan Eggers >Organization: none >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current from a few days ago. >Description: New version of crafty available. >How-To-Repeat: Try the patches. How else? :-) >Fix: Index: Makefile =================================================================== RCS file: /usr2/FreeBSD/CVSROOT/ports/games/crafty/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1998/06/30 03:19:21 1.4 +++ Makefile 1998/08/09 15:23:01 @@ -6,18 +6,18 @@ # $Id: Makefile,v 1.4 1998/06/30 03:19:21 mph Exp $ # -DISTNAME= crafty-15.15 +DISTNAME= crafty-15.17 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \ ftp://ftp.cis.uab.edu/pub/hyatt/common/ \ ftp://ftp.cis.uab.edu/pub/hyatt/v15/ -DISTFILES= crafty-15.15.tar.gz crafty.doc crafty.faq read.me start.zip +DISTFILES= crafty-15.17.tar.gz crafty.doc crafty.faq read.me start.zip MAINTAINER= seggers@semyam.dinoco.de ALL_TARGET= crafty DIST_SUBDIR= crafty -EXTRACT_ONLY= crafty-15.15.tar.gz +EXTRACT_ONLY= crafty-15.17.tar.gz MAN6= crafty.6 NO_WRKSUBDIR= yes Index: files/md5 =================================================================== RCS file: /usr2/FreeBSD/CVSROOT/ports/games/crafty/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1998/07/02 00:20:26 1.6 +++ md5 1998/08/09 15:29:46 @@ -1,4 +1,4 @@ -MD5 (crafty/crafty-15.15.tar.gz) = 7d0a5c144245fece2ea4b3e83cd821cf +MD5 (crafty/crafty-15.17.tar.gz) = a22c30f24e888bdb9bce1725023bbb1a MD5 (crafty/crafty.doc) = 61cc664d63dec6a7bdbff04e7b591b80 MD5 (crafty/crafty.faq) = f744727e291b6dec7e7c69bb3586b6dd MD5 (crafty/read.me) = ca5440ede2e34b290d7a5c3f7fb2cfaf >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 Aug 9 12:00:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10787 for freebsd-ports-outgoing; Sun, 9 Aug 1998 12:00:09 -0700 (PDT) (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 MAA10772 for ; Sun, 9 Aug 1998 12:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16641; Sun, 9 Aug 1998 12:00:02 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10456; Sun, 9 Aug 1998 11:57:17 -0700 (PDT) (envelope-from nobody) Message-Id: <199808091857.LAA10456@hub.freebsd.org> Date: Sun, 9 Aug 1998 11:57:17 -0700 (PDT) From: shige@kuis.kyoto-u.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7539: [new ports] wcolEpre-1998.07.13 ports ${PORTSDIR}/www/wcol Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7539 >Category: ports >Synopsis: [new ports] wcolEpre-1998.07.13 ports ${PORTSDIR}/www/wcol >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 9 12:00:00 PDT 1998 >Last-Modified: >Originator: Shigeyuki FUKUSHIMA >Organization: Dept. of Information Science, Kyoto Univ. >Release: 2.2.7-RELEASE >Environment: FreeBSD athena.shigelan.priv.jp 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Sun Aug 2 08:23:47 JST 1998 root@athena.shigelan.priv.jp:/usr/src/sys/compile/athena i386 >Description: This WcolEpre(wcol) ports is new ports. This is www category ports. WcolEpre is a prefetching proxy server for WWW. WcolE is 5th generation of Wcol. Informaion of Wcol is published by SHiKA project server. http://shika.aist-nara.ac.jp/products/wcol/wcol.html This software is beta('pre') version. But this is an useful software for WWW. Thanks. --- shige >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 Aug 9 12:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12251 for freebsd-ports-outgoing; Sun, 9 Aug 1998 12:10:04 -0700 (PDT) (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 MAA12242 for ; Sun, 9 Aug 1998 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16809; Sun, 9 Aug 1998 12:10:00 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10994; Sun, 9 Aug 1998 12:01:54 -0700 (PDT) (envelope-from nobody) Message-Id: <199808091901.MAA10994@hub.freebsd.org> Date: Sun, 9 Aug 1998 12:01:54 -0700 (PDT) From: shige@kuis.kyoto-u.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7540: [new ports] wcolEpre-1998.07.13 ports ${PORTSDIR}/www/wcol Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7540 >Category: ports >Synopsis: [new ports] wcolEpre-1998.07.13 ports ${PORTSDIR}/www/wcol >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 9 12:10:00 PDT 1998 >Last-Modified: >Originator: Shigeyuki FUKUSHIMA >Organization: Dept. of Information Science, Kyoto Univ. >Release: 2.2.7-RELEASE >Environment: FreeBSD athena.shigelan.priv.jp 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Sun Aug 2 08:23:47 JST 1998 root@athena.shigelan.priv.jp:/usr/src/sys/compile/athena i386 >Description: This WcolEpre(wcol) ports is new ports. This is www category ports. *Sorry!!* please ignore the previous report mail. WcolEpre is a prefetching proxy server for WWW. WcolE is 5th generation of Wcol. Informaion of Wcol is published by SHiKA project server. http://shika.aist-nara.ac.jp/products/wcol/wcol.html This software is beta('pre') version. But this is an useful software for WWW. Thanks. --- shige Uuencoded ports is this. begin 644 wcolEpre-1998.07.13-ports.tar.gz M'XL(`(B3KS4``^T;_7/:QC*_HK_B:IC6+I;0%PB3D`<%;),8FP>X;J?I,+(0 MH%I(1!)Q_#S^W]_NZ0,)L'$Z-IG7IXV#3G>[>Z?=V]7NW>E6L\W"F]<%(O-* ML4C>$$$09`6N1"G)/%Y#X`DI%8N2(@A\22!$X(NB\(847WE<%!:NISJ$O'&G MQD1_$D]WW%T,:+=PB_H?&Z;NOMXL>+[^^9*B%$'_0DF64OWO`F+ZGXU>2>`" MSY=D^7']"[P2ZE_ABVC_HB2(;PC_.L-)PO^Y_CO-(MG'2=":.SIW5.8501J" MPD2YR(%@N,E_#DB57%\+TE%1X$5)5,IJ29!+(UY1Q[R@:FJQ7!*8[_T8*?Q- MB-D_%CEWRKGJ;&X^90K?"MOL7^3%\/W/2T7P!8(LEX34_GL43%M3_4J_A3'&Y`_"CDD.;\F?;XDWU2TF MHVM3F[`6^8E@_4],QF]_7QCI7PK6PC2)^/Y'@?S(C(W4=7Q7H+J,P?X MAOA/X44>XS^)%]/X;Q<0Z;]QT>FTS@>OT*9#\+%;B+[B4>PQ;>*08]L"@ID:JT:"^>+:--RI/B+7=Z1_:GRL M8R=_P;"";I#]U//FE0($K<:-RJF&Z[&6ZD!)X_Z:%P!]M-`\=QFF,MYL35'&/N M47J$)`]'XT8KN57(1E.U*7#!2)N,#(?*_BYBLQJ&!T2F/=F`'`(E`A2_1RB$ M9'-CM'S*-:!DSL+RR0`7Q?6[O2#NU%Z8(U3Z7'5T&LX'HJ/<*H\)#.GW?SX@ M(WVL+DQOB8;]+W,)AF%9ENFC[=TM;@QR?/GQLG_:[M3).VJ0M9N%X7(W=[9G MLPM?P>_3%\X+0N3_NV?M_JM$?]OC/UF1(O\O2Q+Z?Y&74O^_"UCF\K0T!6EX MNE\VM+E?^`LLW=,=_P;<@!L@S,%3>W[1T=5YB.%JEA>P>HUJN05]`&WWQ8\ZUIG_5-3*[`2=)V/F:&_6;/7NA M33=XR]K"HNW.C+#.>)T8F$(3+7]OU;T(!#J%]_GK[0!]2_XO@:/`^*^4[O_M M!!+ZIU=655^XCRW^7^9+RLKZCP1WJ?_?!4#X13KJC8[!'&=8G.T8DTQ?]4A? MGQ-1(4*I(HL5X8@(1T<*D\_GX]B9_L(B'Q8F&"P1^8H$B&5$+#.U&F'+AV62 M+Q\>D5J-(?BOUZFB6QTS;+;1J$XTC;#HX?W;@CWW"OW+\RL7`OA"OR%S/%V9 MUC0F#\UXN6I388=B]H\[_6UJ^AZRS\07XS MFV,$?&RJ$SK"8OE0(7GX%00ZR"RB`KL^J9(:7FOD$\-FV&;81>/B_+A]&WB"WJ=MR]*P,[=K]0]4&0"R##8D_;Y"0RZ43\;M#NMH+Y3_VW8:_W[LM4? M#.'WLE45>;D<:SRMGS?/6KTJ>'JV>7[9B55\HGHY*J)>P&W`#$*]?("A#UJ] MX<4O'U`UPR`@X6R&M!M=OQH`6B!FX6SBVMJ-[D%A:JDS':XS=P*_UZJ+-PO' MQ"I]AIC&Q$4V-/H-&%4)#6PVDQF0M4;4,\/5X`)S!+M7'>1%G(EI7ZN(JVJ: M/D<^-"-,+KU7G^)']<%WH<*H)B1%`^H'H4B M?U@"119+A^!*4).J:6JFKEH5G`RY_4[]8^N`T!JH@,%T#H+LDIM&CB:L\;/E MX`9%M'"9/)//9K-,WK"@PC0K,(MK=$_J!\*.(.D,7,9#N#5%YSD^HA\>+A'> MTI:Q@0SH[M5>P!*7'R:..G,YCMN#UMS]+_WFL'T.4CP[&W9[%R>]>N>!<$'H M'&,9!M-/T,!TC1-@Q/T$=C#MXQ1A:/X$%0W8XS1^!/\4!4[_!`4-])^@\*=F MG"1(")Z@H6E"G,3/&YZB6).PNU7"=,$B1N&_,E9UK(YFAA4LXVQ6=+_1:W<' MP)$K4.0HG8DSCU*_. M;);^D)$^UZV1;FEW_XS<)X7-\?_U"_>Q;?U?$8KK\7^Z_K,3P/@_BD?9$8U[ M$BD`3T2A4BQ6^.(R!4@29#IVD`5(A)BG[.>%:AK>'?"=,?E$\^QN1$M^%I%-AN[*,G*'H.42M$0GE6K9 MUMW,AA"!A>JNZOJKWCAR=NS-:]0-TXZ]9,\;L6=W4QLDDQR('^(((HU5Z86. M))C5IP-@A`X:H,SS?/#<\>H0CK`Y'V]1!+$(/I:TDAA)[%: M"6OS:VB!7T?7COREXM&AP)-\<(WW<&9/CC$(2Z8-=&,A4*3?'NTB)'#R:\W) MO0F&]/$-'J!L2$T8MFN,'ND`MRGR:\V)78REHJ0R%:%_B:;,^6)VJEHC,Y@U M1&;8COHU455F\JM5LL\7B+L.Y)1>4"_X$UY0Z(RGE[@D&QB_-@TG^2"WMRR^ M]P-I;L2A[?FUIF2&BPS^AOUO\O_:"_N8K>?_2M*:_Y?2\W\[`?3_?KJK!8X? MEW14"QPX+NG@7\SQ!Y@KZSZ\6)&DI=@C%MSB1T<7N&Y:'*;)V2+0I*.CGG^'FRP%#[M/8\R5A MD_V/7KB/Y^__Q>P_7?_=":#]K^6TRX7@Y/JN4I%DW\[1&6PB6Z6`N#&V(BSY M04848BP32WI(P/6KV&:P=EI=.5(`#>&BYWH@P$*Z6V78_N_]7ZL"DX]X;%YY M180$KT34D$=>P(0R\U^NMU,,,OX@N2QA)SH1R)__##^TR?Y?\NP_PC;[+TKR MNOVGYS]W`FC_X5$H?:/1ERI"S.@CW'5++RI+2Q>%(QH%!U>T]M;%,4,T2"O? MORW9&038TP\W?7(WM=<@+I'?JB2KQP7?`;QO77[ M'*#V'XKKE?K88O^B*"R__Y'I]Y\BI`2I_>\"LN10`B(X^N>%X>BC2B;QS2!@-'&-7G-TN$!K1E#02]SYKB%+ MKJ;V#&HSWWCD+PNDN?8H!P6FV>X/SNN=5C4:5_*[1:;[\239SF+G'*]P@L0T MZH/6R46O#6XC`\DWTZGW<3NKWQY@S?-.EC9;_4$!3U46&*!OGP_@?ZM7S3PV M?H:YZGWL]QK53"9W#T6ZT)Z[#Q_DH>`Z&L.TG2T%.=%<"UP9&AL-LW1S'+;AAZ_S7?'5U\W=]ZY=A4)@T2J@PF1K= MS"?TB>#A'@J;`D)`FWW9@K:-!3.W01'1%E]RAV]UC+&=O@P>Q6TU3B\>"+X1 M\,!R))OE$5INC[SUD<,]P366M'UL,)G'3HW!F**>VOXXL;='CQIS>Y0BW)UI MU@?UAY@4DNNKV\XDQP2"8DY.FY7A#O-P]?1M&&VO+ M>;B!:2A$!E2JF8N13MY=NR,.70\WNTE/]::00@HII)!""BFDD$(**;PN_!?2 '$2H;`%```%2J ` end >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 Aug 9 12:23:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13453 for freebsd-ports-outgoing; Sun, 9 Aug 1998 12:23:32 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13419; Sun, 9 Aug 1998 12:22:54 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id MAA22024; Sun, 9 Aug 1998 12:22:32 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id MAA01997; Sun, 9 Aug 1998 12:22:28 -0700 (PDT) Date: Sun, 9 Aug 1998 12:22:28 -0700 (PDT) Message-Id: <199808091922.MAA01997@silvia.hip.berkeley.edu> To: andreas@klemm.gtn.com CC: andreas@FreeBSD.ORG, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: qt versions From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas, What do you want to do with this? Satoshi ------- Date: Sat, 25 Jul 1998 05:55:51 -0700 (PDT) To: andreas@klemm.gtn.com CC: andreas@freebsd.org, ports@freebsd.org, scrappy@freebsd.org Subject: Re: qt and mico-latest From: asami@freebsd.org (Satoshi Asami) * > (3) Delete all but one of the qt's. * * Would be easiest solution. How about backward compatibility ? I don't know. You tell me. :) * You wanted me to do so because of the TCL/TK version mess ! * And I agreed. But possibly we have more luck with qt in terms of * backward compatibility. Did I tell you? Well sorry about that. I should have made it clear how to do it (and shlib version numbers, even MAJOR version number changes, is not the way to do it). * We should ask in ports if nobody objects nuking the other qt libs. Which one do you think we should unify on? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 12:26:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13671 for freebsd-ports-outgoing; Sun, 9 Aug 1998 12:26:08 -0700 (PDT) (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 MAA13597; Sun, 9 Aug 1998 12:25:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA17305; Sun, 9 Aug 1998 12:25:56 -0700 (PDT) Date: Sun, 9 Aug 1998 12:25:56 -0700 (PDT) Message-Id: <199808091925.MAA17305@freefall.freebsd.org> To: shige@kuis.kyoto-u.ac.jp, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7539 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [new ports] wcolEpre-1998.07.13 ports ${PORTSDIR}/www/wcol State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 12:25:35 PDT 1998 State-Changed-Why: See PR #7540. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 14:03:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23525 for freebsd-ports-outgoing; Sun, 9 Aug 1998 14:03:02 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dt053nd2.san.rr.com (dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23514; Sun, 9 Aug 1998 14:02:50 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nd2.san.rr.com (8.8.8/8.8.8) with ESMTP id OAA09414; Sun, 9 Aug 1998 14:02:29 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35CE0E61.AB6D4773@dal.net> Date: Sun, 09 Aug 1998 14:02:25 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG, ache@FreeBSD.ORG Subject: Bash 2.02 -> 2.02.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Upgrading this port is very easy, I'd submit a patch but it seems silly. :) If no one updates it this week I'll submit a patch by PR. 1. Makefile a) Change DISTNAME= bash-2.02.1 b) Change DISTFILES= bash-2.02.1.tar.gz 2. Update the checksum 3. Delete patch-ac and patch-af (they are included in the distribution now). That's all there is to it. :) Hope this helps, Doug -- *** Chief Operations Officer, DALnet IRC network *** When you don't know where you're going, every road will take you there. - Yiddish Proverb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 15:11:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29505 for freebsd-ports-outgoing; Sun, 9 Aug 1998 15:11:43 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29470; Sun, 9 Aug 1998 15:10:34 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA22220; Sun, 9 Aug 1998 15:10:10 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id PAA20972; Sun, 9 Aug 1998 15:10:07 -0700 (PDT) Date: Sun, 9 Aug 1998 15:10:07 -0700 (PDT) Message-Id: <199808092210.PAA20972@silvia.hip.berkeley.edu> To: ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: perl and other fixes to bsd.port.mk From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How about this one? It defines new variables ${PERL_VERSION} (5.00501) and ${PERL_VER} (5.005), which are substituted for %%PERL_VERSION%% and %%PERL_VERS%% in the PLIST. I also made the manpages be attached to the temporary PLIST automatically. This means, for ports that define MAN?, the manpages can/should be deleted from pkg/PLIST entirely. -- * Which brings up the point, I tried a couple of p5- ports and noticed that %%PERL_VERSION%% is only used in manpages, which don't have to be in pkg/PLIST anymore (see * above). Should we substitute only one variable in PLIST? By the way, while I was there, I fixed the typo in definition of OSREL (it said "FreeBSD", duh!), changed USE_X11 to USE_XLIB and made %%OSREL%% be substituted in PLIST too. (Which will help, for instance, the lang/egcs port tremendously.) Comments welcome. I also welcome volunteers to actually carry out the * above. :) Satoshi ------- Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.port.mk,v retrieving revision 1.227.2.42 diff -u -r1.227.2.42 bsd.port.mk --- bsd.port.mk 1998/08/06 10:45:22 1.227.2.42 +++ bsd.port.mk 1998/08/09 22:03:33 @@ -105,7 +105,7 @@ # NO_MTREE - If set, will not invoke mtree from bsd.port.mk from # the "install" target. # MTREE_FILE - The name of the mtree file (default: /etc/mtree/BSD.x11.dist -# if USE_IMAKE or USE_X11 is set, /etc/mtree/BSD.local.dist +# if USE_X_PREFIX is set, /etc/mtree/BSD.local.dist # otherwise.) # # NO_BUILD - Use a dummy (do-nothing) build target. @@ -128,8 +128,8 @@ # USE_AUTOCONF - Says that the port uses autoconf. Implies GNU_CONFIGURE. # USE_PERL5 - Says that the port uses perl5 for building and running. # USE_IMAKE - Says that the port uses imake. Implies USE_X_PREFIX. -# USE_X_PREFIX - Says that the port installs in ${X11BASE}. Implies USE_X11. -# USE_X11 - Says that the port uses X libraries. +# USE_X_PREFIX - Says that the port installs in ${X11BASE}. Implies USE_XLIB. +# USE_XLIB - Says that the port uses X libraries. # NO_INSTALL_MANPAGES - For imake ports that don't like the install.man # target. # HAS_CONFIGURE - Says that the port has its own configure script. @@ -272,7 +272,7 @@ OPSYS!= uname -s # Get the operating system revision -OSREL!= uname -s | sed -e 's/[-(].*//' +OSREL!= uname -r | sed -e 's/[-(].*//' .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" @@ -355,7 +355,7 @@ USE_X_PREFIX= yes .endif .if defined(USE_X_PREFIX) -USE_X11= yes +USE_XLIB= yes .endif .if defined(USE_X_PREFIX) PREFIX?= ${X11BASE} @@ -370,11 +370,15 @@ GNU_CONFIGURE= yes BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf .endif + +PERL_VERSION= 5.00501 +PERL_VER= 5.005 + .if defined(USE_PERL5) -BUILD_DEPENDS+= perl5.00501:${PORTSDIR}/lang/perl5 -RUN_DEPENDS+= perl5.00501:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 +RUN_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 .endif -.if defined(USE_X11) +.if defined(USE_XLIB) LIB_DEPENDS+= X11\\.6:${PORTSDIR}/x11/XFree86 .endif @@ -495,10 +499,11 @@ COMMENT?= ${PKGDIR}/COMMENT DESCR?= ${PKGDIR}/DESCR PLIST?= ${PKGDIR}/PLIST +TMPPLIST?= ${WRKDIR}/PLIST.mktmp PKG_CMD?= /usr/sbin/pkg_create .if !defined(PKG_ARGS) -PKG_ARGS= -v -c ${COMMENT} -d ${DESCR} -f ${PLIST} -p ${PREFIX} -P "`${MAKE} package-depends|sort -u`" +PKG_ARGS= -v -c ${COMMENT} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`${MAKE} package-depends|sort -u`" .if exists(${PKGDIR}/INSTALL) PKG_ARGS+= -i ${PKGDIR}/INSTALL .endif @@ -742,6 +747,10 @@ .endfor +.if defined(_MANPAGES) +__MANPAGES:= ${_MANPAGES:S^${PREFIX}/^^:S/""//:S^//^/^g:S/$/.gz/} +.endif + .if defined(_MANPAGES) && defined(MANCOMPRESSED) _MANPAGES:= ${_MANPAGES:S/$/.gz/} .endif @@ -1204,6 +1213,18 @@ fi .endif .endif +.if make(real-install) || make(real-package) + if [ -e ${PLIST} ]; then \ + >${TMPPLIST}; \ + for man in ${__MANPAGES}; do \ + ${ECHO} $$man >> ${TMPPLIST}; \ + done; \ + ${SED} -e 's/%%PERL_VERSION%%/${PERL_VERSION}/' \ + -e 's/%%PERL_VER%%/${PERL_VER}/' \ + -e 's/%%OSREL%%/${OSREL}/' \ + ${PLIST} >> ${TMPPLIST}; \ + fi +.endif @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${.TARGET:S/^real-/pre-/} @if [ -f ${SCRIPTDIR}/${.TARGET:S/^real-/pre-/} ]; then \ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ @@ -1376,7 +1397,7 @@ fi; \ fi .else - @${RM} -f ${WRKDIR}/.*_done + @${RM} -f ${WRKDIR}/.*_done ${TMPPLIST} .endif .endif @@ -1762,7 +1783,7 @@ .if !target(fake-pkg) fake-pkg: - @if [ ! -f ${PLIST} -o ! -f ${COMMENT} -o ! -f ${DESCR} ]; then ${ECHO} "** Missing package files for ${PKGNAME} - installation not recorded."; exit 1; fi + @if [ ! -f ${TMPPLIST} -o ! -f ${COMMENT} -o ! -f ${DESCR} ]; then ${ECHO} "** Missing package files for ${PKGNAME} - installation not recorded."; exit 1; fi @if [ ! -d ${PKG_DBDIR} ]; then ${RM} -f ${PKG_DBDIR}; ${MKDIR} ${PKG_DBDIR}; fi .if defined(FORCE_PKG_REGISTER) @${RM} -rf ${PKG_DBDIR}/${PKGNAME} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 15:18:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00166 for freebsd-ports-outgoing; Sun, 9 Aug 1998 15:18:43 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00160; Sun, 9 Aug 1998 15:18:27 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id AAA22940; Mon, 10 Aug 1998 00:15:06 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id AAA02568; Mon, 10 Aug 1998 00:08:18 +0200 (CEST) (envelope-from andreas) Message-ID: <19980810000818.A1357@klemm.gtn.com> Date: Mon, 10 Aug 1998 00:08:18 +0200 From: Andreas Klemm To: Satoshi Asami Cc: andreas@FreeBSD.ORG, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: qt versions References: <199808091922.MAA01997@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <199808091922.MAA01997@silvia.hip.berkeley.edu>; from Satoshi Asami on Sun, Aug 09, 1998 at 12:22:28PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 09, 1998 at 12:22:28PM -0700, Satoshi Asami wrote: > Andreas, > > What do you want to do with this? I hoped that somebody, who is more involved in qt *programming* would make a statement, what to keep and what to wipe out. But this didn't happen. So I suggested a sane way of finding out the right solution a) introduce something like USE_X11 for QT, i.e.: USE_QT=yes turns on build dependency on QT 1.40 b) Every port, that uses qt should then be modified to have USE_QT=yes in the Makefile c) - If every port can be build without trouble, then we can nuke the old qt libs ! Hurray ! (* This is preferred *) d) - If some ports can't be compiled or run with qt1.40, we turn on the old qt lib build dependency in those ports But then we would have to modify the qt ports in a way, that they can be installed in parallel. I hope c) becomes true, this would save some work. Would you agree on that order ? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 15:35:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01862 for freebsd-ports-outgoing; Sun, 9 Aug 1998 15:35:57 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01856; Sun, 9 Aug 1998 15:35:20 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA22239; Sun, 9 Aug 1998 15:34:59 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id PAA24034; Sun, 9 Aug 1998 15:34:56 -0700 (PDT) Date: Sun, 9 Aug 1998 15:34:56 -0700 (PDT) Message-Id: <199808092234.PAA24034@silvia.hip.berkeley.edu> To: andreas@klemm.gtn.com CC: andreas@FreeBSD.ORG, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG In-reply-to: <19980810000818.A1357@klemm.gtn.com> (message from Andreas Klemm on Mon, 10 Aug 1998 00:08:18 +0200) Subject: Re: qt versions From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I hoped that somebody, who is more involved in qt *programming* * would make a statement, what to keep and what to wipe out. * But this didn't happen. * So I suggested a sane way of finding out the right solution * * a) introduce something like USE_X11 for QT, i.e.: * USE_QT=yes turns on build dependency on QT 1.40 * * b) Every port, that uses qt should then be modified to have * USE_QT=yes in the Makefile * * c) - If every port can be build without trouble, then we can nuke * the old qt libs ! Hurray ! (* This is preferred *) Actually, I think most ports are building with qt140 now. Our qt ports aren't designed for coexistence, so dependent ports are building with whatever is installed latest (includes) and qt140 (library). I don't recall seeing any error caused by this on the package building machine. * d) - If some ports can't be compiled or run with qt1.40, we turn * on the old qt lib build dependency in those ports * But then we would have to modify the qt ports in a way, that * they can be installed in parallel. * * I hope c) becomes true, this would save some work. * * Would you agree on that order ? That sounds ok, but I'm wondering what will happen in the future. Say, when qt 1.42 comes out, we upgrade the port, and if it breaks a bunch of stuff, we'll have to modify the qt140 port, and people who already have qt140 have to reinstall the qt140 port. It might be easier to just make qt140 be coexistable. I can certainly create a new variable, of course. Something like .if defined(USE_QT) LIB_DEPENDS= qt\\.1\\.40:${PORTSDIR}/x11-toolkits/qt140 .endif ? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 15:53:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03629 for freebsd-ports-outgoing; Sun, 9 Aug 1998 15:53:19 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03623; Sun, 9 Aug 1998 15:53:10 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id RAA22140; Sun, 9 Aug 1998 17:52:37 -0500 (CDT) Date: Sun, 9 Aug 1998 17:52:36 -0500 (CDT) From: Steve Price To: Andreas Klemm cc: Satoshi Asami , andreas@FreeBSD.ORG, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: qt versions In-Reply-To: <19980810000818.A1357@klemm.gtn.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 On Mon, 10 Aug 1998, Andreas Klemm wrote: [...] # d) - If some ports can't be compiled or run with qt1.40, we turn # on the old qt lib build dependency in those ports # But then we would have to modify the qt ports in a way, that # they can be installed in parallel. It seems at least ports/x11-fm/explorer requires qt-1.31. Steve [...] # I hope c) becomes true, this would save some work. # # Would you agree on that order ? # # -- # Andreas Klemm http://www.FreeBSD.ORG/~andreas # What gives you 90% more speed, for example, in kernel compilation ? # http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html # "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' # # To Unsubscribe: send mail to majordomo@FreeBSD.org # with "unsubscribe freebsd-ports" in the body of the message # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 16:05:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05054 for freebsd-ports-outgoing; Sun, 9 Aug 1998 16:05:29 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05048; Sun, 9 Aug 1998 16:05:22 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA22265; Sun, 9 Aug 1998 16:04:51 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA24154; Sun, 9 Aug 1998 16:04:48 -0700 (PDT) Date: Sun, 9 Aug 1998 16:04:48 -0700 (PDT) Message-Id: <199808092304.QAA24154@silvia.hip.berkeley.edu> To: sprice@hiwaay.net CC: andreas@klemm.gtn.com, andreas@FreeBSD.ORG, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG In-reply-to: (message from Steve Price on Sun, 9 Aug 1998 17:52:36 -0500 (CDT)) Subject: Re: qt versions From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * It seems at least ports/x11-fm/explorer requires qt-1.31. Is it because of the library or include files? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 16:17:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06676 for freebsd-ports-outgoing; Sun, 9 Aug 1998 16:17:15 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06456; Sun, 9 Aug 1998 16:16:57 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id BAA25417; Mon, 10 Aug 1998 01:15:11 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id BAA12503; Mon, 10 Aug 1998 01:13:02 +0200 (CEST) (envelope-from andreas) Message-ID: <19980810011302.A9804@klemm.gtn.com> Date: Mon, 10 Aug 1998 01:13:02 +0200 From: Andreas Klemm To: Satoshi Asami , sprice@hiwaay.net Cc: andreas@FreeBSD.ORG, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: qt versions References: <199808092304.QAA24154@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <199808092304.QAA24154@silvia.hip.berkeley.edu>; from Satoshi Asami on Sun, Aug 09, 1998 at 04:04:48PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 09, 1998 at 04:04:48PM -0700, Satoshi Asami wrote: > * It seems at least ports/x11-fm/explorer requires qt-1.31. > > Is it because of the library or include files? I have now problems to build/install/run explorer 0.72 under current. Maybe he has a mixed system ? I definitively have libqt140 installed as one and only qt lib and I see no problems. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 16:25:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08812 for freebsd-ports-outgoing; Sun, 9 Aug 1998 16:25:02 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08782; Sun, 9 Aug 1998 16:24:52 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id SAA31082; Sun, 9 Aug 1998 18:24:33 -0500 (CDT) Date: Sun, 9 Aug 1998 18:24:33 -0500 (CDT) From: Steve Price To: Satoshi Asami cc: andreas@klemm.gtn.com, andreas@FreeBSD.ORG, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: qt versions In-Reply-To: <199808092304.QAA24154@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 On Sun, 9 Aug 1998, Satoshi Asami wrote: # * It seems at least ports/x11-fm/explorer requires qt-1.31. # # Is it because of the library or include files? Argh! Sorry, when I was playing with it earlier I got a weird message about some missing routine in the shared library. I just tried it again with 1.31 and 1.33 and it seems to works equally well either way. I must have had some stale cruft laying around from another ports build. :( Steve # Satoshi # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 16:28:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09319 for freebsd-ports-outgoing; Sun, 9 Aug 1998 16:28:58 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09309; Sun, 9 Aug 1998 16:28:51 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id SAA31935; Sun, 9 Aug 1998 18:28:10 -0500 (CDT) Date: Sun, 9 Aug 1998 18:28:09 -0500 (CDT) From: Steve Price To: Andreas Klemm cc: Satoshi Asami , andreas@FreeBSD.ORG, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: qt versions In-Reply-To: <19980810011302.A9804@klemm.gtn.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 On Mon, 10 Aug 1998, Andreas Klemm wrote: # I have now problems to build/install/run explorer 0.72 # under current. Maybe he has a mixed system ? I definitively # have libqt140 installed as one and only qt lib and I see no # problems. Mixed no, mixed up yes. :) I must have had junk laying around from work on another port that was causing me problems. It seems to be working correctly now. Steve # -- # Andreas Klemm http://www.FreeBSD.ORG/~andreas # What gives you 90% more speed, for example, in kernel compilation ? # http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html # "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 16:42:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10641 for freebsd-ports-outgoing; Sun, 9 Aug 1998 16:42:52 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10590; Sun, 9 Aug 1998 16:42:40 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA22306; Sun, 9 Aug 1998 16:42:19 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA24338; Sun, 9 Aug 1998 16:42:16 -0700 (PDT) Date: Sun, 9 Aug 1998 16:42:16 -0700 (PDT) Message-Id: <199808092342.QAA24338@silvia.hip.berkeley.edu> To: andreas@klemm.gtn.com, se@FreeBSD.ORG CC: ports@FreeBSD.ORG In-reply-to: <19980810010234.A7787@klemm.gtn.com> (message from Andreas Klemm on Mon, 10 Aug 1998 01:02:34 +0200) Subject: Re: qt versions From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oh by the way, I see that kde* ports are BUILD_DEPENDS-ing on `moc' in addition to LIB_DEPENDS-ing on libqt, I guess we can just use LIB_DEPENDS for USE_QT, right? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 16:57:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11821 for freebsd-ports-outgoing; Sun, 9 Aug 1998 16:57:37 -0700 (PDT) (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 QAA11816; Sun, 9 Aug 1998 16:57:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA24435; Sun, 9 Aug 1998 16:57:31 -0700 (PDT) Date: Sun, 9 Aug 1998 16:57:31 -0700 (PDT) Message-Id: <199808092357.QAA24435@freefall.freebsd.org> To: giffunip@asme.org, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5131 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New math port: SuperLU State-Changed-From-To: analyzed-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 16:52:12 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 16:58:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12001 for freebsd-ports-outgoing; Sun, 9 Aug 1998 16:58:23 -0700 (PDT) (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 QAA11984; Sun, 9 Aug 1998 16:58:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA24520; Sun, 9 Aug 1998 16:58:08 -0700 (PDT) Date: Sun, 9 Aug 1998 16:58:08 -0700 (PDT) Message-Id: <199808092358.QAA24520@freefall.freebsd.org> To: seggers@semyam.dinoco.de, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7538 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update crafty to 15.17 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 16:57:37 PDT 1998 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:03:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12591 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:03:53 -0700 (PDT) (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 RAA12569; Sun, 9 Aug 1998 17:03:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA24863; Sun, 9 Aug 1998 17:03:25 -0700 (PDT) Date: Sun, 9 Aug 1998 17:03:25 -0700 (PDT) Message-Id: <199808100003.RAA24863@freefall.freebsd.org> To: serg@bcs.zp.ua, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7535 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xfm incorrectly parses `magic' file State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:01:57 PDT 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:06:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12995 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:06:33 -0700 (PDT) (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 RAA12978; Sun, 9 Aug 1998 17:06:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25067; Sun, 9 Aug 1998 17:06:23 -0700 (PDT) Date: Sun, 9 Aug 1998 17:06:23 -0700 (PDT) Message-Id: <199808100006.RAA25067@freefall.freebsd.org> To: lioux@gns.com.br, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5638 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mail/bulk_mailer port update State-Changed-From-To: analyzed-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:05:02 PDT 1998 State-Changed-Why: Update to version 1.10 committed, since version 1.09 wasn't available any longer. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:09:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13413 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:09:51 -0700 (PDT) (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 RAA13332; Sun, 9 Aug 1998 17:08:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25166; Sun, 9 Aug 1998 17:08:57 -0700 (PDT) Date: Sun, 9 Aug 1998 17:08:57 -0700 (PDT) Message-Id: <199808100008.RAA25166@freefall.freebsd.org> To: horance@freedom.ie.cycu.edu.tw, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6943 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports submitted State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:06:54 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:15:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14140 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:15:00 -0700 (PDT) (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 RAA14063; Sun, 9 Aug 1998 17:14:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25468; Sun, 9 Aug 1998 17:14:24 -0700 (PDT) Date: Sun, 9 Aug 1998 17:14:24 -0700 (PDT) Message-Id: <199808100014.RAA25468@freefall.freebsd.org> To: billf@jade.chc-chimes.com, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7416 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: g2 (graphics/g2) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:12:20 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:18:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14829 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:18:29 -0700 (PDT) (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 RAA14777; Sun, 9 Aug 1998 17:18:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25748; Sun, 9 Aug 1998 17:18:14 -0700 (PDT) Date: Sun, 9 Aug 1998 17:18:14 -0700 (PDT) Message-Id: <199808100018.RAA25748@freefall.freebsd.org> To: bjn@visi.com, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7448 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cgiwrap-3.6.1 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:16:14 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:22:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15723 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:22:25 -0700 (PDT) (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 RAA15626; Sun, 9 Aug 1998 17:21:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA26040; Sun, 9 Aug 1998 17:21:49 -0700 (PDT) Date: Sun, 9 Aug 1998 17:21:49 -0700 (PDT) Message-Id: <199808100021.RAA26040@freefall.freebsd.org> To: semper@doubt.com, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7451 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: `sc' port State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:20:08 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:24:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16133 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:24:20 -0700 (PDT) (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 RAA16092; Sun, 9 Aug 1998 17:24:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA26291; Sun, 9 Aug 1998 17:24:09 -0700 (PDT) Date: Sun, 9 Aug 1998 17:24:09 -0700 (PDT) Message-Id: <199808100024.RAA26291@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7460 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port of jafm - not Just Another File Manager! State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:22:41 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:30:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16993 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:30:05 -0700 (PDT) (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 RAA16903; Sun, 9 Aug 1998 17:29:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA26714; Sun, 9 Aug 1998 17:29:48 -0700 (PDT) Date: Sun, 9 Aug 1998 17:29:48 -0700 (PDT) Message-Id: <199808100029.RAA26714@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7477 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: ezfm-0.1 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:27:40 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:34:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17513 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:34:06 -0700 (PDT) (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 RAA17472; Sun, 9 Aug 1998 17:33:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA26933; Sun, 9 Aug 1998 17:33:34 -0700 (PDT) Date: Sun, 9 Aug 1998 17:33:34 -0700 (PDT) Message-Id: <199808100033.RAA26933@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7506 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: hexedit-0.9.3 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:30:20 PDT 1998 State-Changed-Why: New ports committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:39:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18322 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:39:33 -0700 (PDT) (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 RAA18303; Sun, 9 Aug 1998 17:39:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA27193; Sun, 9 Aug 1998 17:39:21 -0700 (PDT) Date: Sun, 9 Aug 1998 17:39:21 -0700 (PDT) Message-Id: <199808100039.RAA27193@freefall.freebsd.org> To: handy@physics.montana.edu, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7512 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: asapm-1.4 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:36:29 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:47:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19360 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:47:03 -0700 (PDT) (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 RAA19329; Sun, 9 Aug 1998 17:46:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA27485; Sun, 9 Aug 1998 17:46:40 -0700 (PDT) Date: Sun, 9 Aug 1998 17:46:40 -0700 (PDT) Message-Id: <199808100046.RAA27485@freefall.freebsd.org> To: rom_glsa@ein-hashofet.co.il, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7527 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: geg State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:43:35 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 17:51:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20215 for freebsd-ports-outgoing; Sun, 9 Aug 1998 17:51:11 -0700 (PDT) (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 RAA20155; Sun, 9 Aug 1998 17:50:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA27671; Sun, 9 Aug 1998 17:50:37 -0700 (PDT) Date: Sun, 9 Aug 1998 17:50:37 -0700 (PDT) Message-Id: <199808100050.RAA27671@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7530 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xenmenu-0.8b State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Aug 9 17:47:19 PDT 1998 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 18:16:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23718 for freebsd-ports-outgoing; Sun, 9 Aug 1998 18:16:45 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23691 for ; Sun, 9 Aug 1998 18:16:27 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id UAA31919 for ; Sun, 9 Aug 1998 20:16:02 -0500 (CDT) Date: Sun, 9 Aug 1998 20:16:02 -0500 (CDT) From: Steve Price To: ports@FreeBSD.ORG Subject: Ports submissions via /pub/FreeBSD/incoming 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 Hi all, I don't want to create a big fuss, but does anybody besides me find that having portballs sent to the incoming directory on ftp.freebsd.org is a bit of a pain? I have a much easier time closing PRs when they are attached to the PR. I know this fattens up the PR system but it does make good at keeping records of the original portball. I know, I know, all I have to do is send off an Email asking that the files be moved, but I find myself time and again just skipping over PRs because the files I need are not readily available. :( I for one would like to put in my vote to change the handbook to say that attaching the portball to the PR should be the norm. I know this would not be the desired solution for large ports (eg. history has shown the pine* ports to be larger than most), but it would catch most cases and make it easier for me at least. ;) Thoughts/comments? No flames. :) Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 18:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25482 for freebsd-ports-outgoing; Sun, 9 Aug 1998 18:40:04 -0700 (PDT) (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 SAA25469 for ; Sun, 9 Aug 1998 18:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA28985; Sun, 9 Aug 1998 18:40:01 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25176 for ; Sun, 9 Aug 1998 18:36:45 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.6.9) id LAA02978; Mon, 10 Aug 1998 11:06:17 +0930 (CST) Message-Id: <199808100136.LAA02978@cain.gsoft.com.au> Date: Mon, 10 Aug 1998 11:06:17 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7541: Fix for unfetchable file in net/netpipes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7541 >Category: ports >Synopsis: Fix for unfetchable file in net/netpipes >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 Aug 9 18:40:01 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: >How-To-Repeat: >Fix: +++ netpipes/Makefile Mon Aug 10 11:04:21 1998 @@ -9,7 +9,7 @@ DISTNAME= netpipes4.0 PKGNAME= netpipes-4.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/ +MASTER_SITES= ftp://ftp.denic.net/pub1/dist/ MAINTAINER= doconnor@gsoft.com.au >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 Aug 9 19:50:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00322 for freebsd-ports-outgoing; Sun, 9 Aug 1998 19:50:08 -0700 (PDT) (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 TAA00293 for ; Sun, 9 Aug 1998 19:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA00850; Sun, 9 Aug 1998 19:50:00 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00211 for ; Sun, 9 Aug 1998 19:48:49 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.6.9) id MAA11488; Mon, 10 Aug 1998 12:18:27 +0930 (CST) Message-Id: <199808100248.MAA11488@cain.gsoft.com.au> Date: Mon, 10 Aug 1998 12:18:27 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7542: Fix for unfetchable distfile for emulators/cpmemu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7542 >Category: ports >Synopsis: Fix for unfetchable distfile for emulators/cpmemu >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 Aug 9 19:50:00 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: >How-To-Repeat: >Fix: diff -uNr cpmemu.old/Makefile cpmemu/Makefile --- cpmemu.old/Makefile Mon Aug 10 12:15:15 1998 +++ cpmemu/Makefile Mon Aug 10 12:17:30 1998 @@ -8,12 +8,10 @@ DISTNAME= cpm-0.2 PKGNAME= cpmemu-0.2 CATEGORIES= emulators -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/extra-stuff/CPM-80-emulator/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/slackware-3.2/source/extra-stuff/CPM-80-emulator/ # ${MASTER_SITE_SUNSITE} isn't appropriate because distributions/ isn't # mirrored. MAINTAINER= ports@FreeBSD.org - -BROKEN= fetch .include >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 Aug 9 20:00:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00941 for freebsd-ports-outgoing; Sun, 9 Aug 1998 20:00:07 -0700 (PDT) (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 UAA00919 for ; Sun, 9 Aug 1998 20:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01309; Sun, 9 Aug 1998 20:00:00 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00669 for ; Sun, 9 Aug 1998 19:55:00 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.6.9) id MAA12024; Mon, 10 Aug 1998 12:24:38 +0930 (CST) Message-Id: <199808100254.MAA12024@cain.gsoft.com.au> Date: Mon, 10 Aug 1998 12:24:38 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7543: Fix for unfetchable distfile graphics/pstoedit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7543 >Category: ports >Synopsis: Fix for unfetchable distfile graphics/pstoedit >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 Aug 9 20:00:00 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: >How-To-Repeat: >Fix: --- pstoedit.old/Makefile Mon Aug 10 12:19:50 1998 +++ pstoedit/Makefile Mon Aug 10 12:20:03 1998 @@ -9,7 +9,7 @@ DISTNAME= pstoedit.2.60p1 PKGNAME= pstoedit-2.60p1 CATEGORIES= graphics print -MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/ +MASTER_SITES= ftp://ftp.denic.net/pub1/dist/ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.ORG >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 Aug 9 20:20:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02603 for freebsd-ports-outgoing; Sun, 9 Aug 1998 20:20:06 -0700 (PDT) (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 UAA02593 for ; Sun, 9 Aug 1998 20:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01670; Sun, 9 Aug 1998 20:20:01 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02235 for ; Sun, 9 Aug 1998 20:14:14 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.6.9) id MAA12684; Mon, 10 Aug 1998 12:43:51 +0930 (CST) Message-Id: <199808100313.MAA12684@cain.gsoft.com.au> Date: Mon, 10 Aug 1998 12:43:51 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7544: Fix for unfetchable distfiles for japanses/okphone Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7544 >Category: ports >Synopsis: Fix for unfetchable distfiles for japanses/okphone >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 Aug 9 20:20:01 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: >How-To-Repeat: >Fix: diff -uNr okphone.old/Makefile okphone/Makefile --- okphone.old/Makefile Mon Aug 10 12:40:52 1998 +++ okphone/Makefile Mon Aug 10 12:42:03 1998 @@ -9,9 +9,9 @@ DISTNAME= okphone-1.2 PKGNAME= ja-okphone-1.2 CATEGORIES= japanese net -MASTER_SITES= http://www.iij-mc.co.jp/odajima/okphone/src/ +MASTER_SITES= ftp://ftp.kyushu-u.ac.jp/pub/utils/okphone-1.2.tar.gz -PATCH_SITES= ${MASTER_SITES} +PATCH_SITES= ftp://ftp.fit.ac.jp/pub/Net/okphone/patch/ PATCHFILES= okphone-1.2.FreeBSD-patch.rev2.gz PATCH_DIST_STRIP= -p1 >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 Aug 9 20:30:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03344 for freebsd-ports-outgoing; Sun, 9 Aug 1998 20:30:08 -0700 (PDT) (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 UAA03268 for ; Sun, 9 Aug 1998 20:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01832; Sun, 9 Aug 1998 20:30:01 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02814 for ; Sun, 9 Aug 1998 20:23:33 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.6.9) id MAA13019; Mon, 10 Aug 1998 12:53:09 +0930 (CST) Message-Id: <199808100323.MAA13019@cain.gsoft.com.au> Date: Mon, 10 Aug 1998 12:53:09 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7545: Fix for unfetchable distfiles for lang/scm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7545 >Category: ports >Synopsis: Fix for unfetchable distfiles for lang/scm >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 Aug 9 20:30:00 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: >How-To-Repeat: >Fix: diff -uNr scm.old/Makefile scm/Makefile --- scm.old/Makefile Mon Aug 10 12:46:44 1998 +++ scm/Makefile Mon Aug 10 12:47:36 1998 @@ -9,7 +9,8 @@ DISTNAME= scm PKGNAME= scm-4e1 CATEGORIES= lang -MASTER_SITES= ftp://swiss-ftp.ai.mit.edu/pub/scm/ \ +MASTER_SITES= ftp://ftp.swiss.ai.mit.edu/archive/scm/OLD/ \ + ftp://swiss-ftp.ai.mit.edu/pub/scm/ \ ftp://swiss-ftp.ai.mit.edu/pub/scm/OLD/ DISTFILES= scm4e1.tar.gz \ slib.info.tar.gz slib2a2.tar.gz slib-psd1-3.tar.gz \ >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 Aug 9 20:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03346 for freebsd-ports-outgoing; Sun, 9 Aug 1998 20:30:09 -0700 (PDT) (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 UAA03293 for ; Sun, 9 Aug 1998 20:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01850; Sun, 9 Aug 1998 20:30:02 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03168 for ; Sun, 9 Aug 1998 20:28:55 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.6.9) id MAA13249; Mon, 10 Aug 1998 12:58:26 +0930 (CST) Message-Id: <199808100328.MAA13249@cain.gsoft.com.au> Date: Mon, 10 Aug 1998 12:58:26 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7547: Fix for unfetchable distfiles for print/ghostscript Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7547 >Category: ports >Synopsis: Fix for unfetchable distfiles for print/ghostscript >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 Aug 9 20:30:02 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: >How-To-Repeat: >Fix: diff -uNr ghostscript.old/Makefile ghostscript/Makefile --- ghostscript.old/Makefile Mon Aug 10 12:56:57 1998 +++ ghostscript/Makefile Mon Aug 10 12:55:50 1998 @@ -8,7 +8,7 @@ DISTNAME= ghostscript-2.6.2 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/je/sources/gs/ ${MASTER_SITE_GNU} DISTFILES= ghostscript-2.6.2.tar.gz ghostscript-fonts-2.6.1.tar.gz EXTRACT_ONLY= ghostscript-2.6.2.tar.gz Note that I didn't actually check the checksums for these files since my link is only a 33.6k modem, and the files are big.. Sorry. >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 Aug 9 20:33:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03757 for freebsd-ports-outgoing; Sun, 9 Aug 1998 20:33:25 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03729 for ; Sun, 9 Aug 1998 20:33:23 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA171789974; Sun, 9 Aug 1998 23:32:54 -0400 Date: Sun, 9 Aug 1998 23:32:54 -0400 (EDT) From: Bill Fumerola Cc: ports@FreeBSD.ORG Subject: Re: Ports submissions via /pub/FreeBSD/incoming 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 On Sun, 9 Aug 1998, Steve Price wrote: > I don't want to create a big fuss, but does anybody > besides me find that having portballs sent to the > incoming directory on ftp.freebsd.org is a bit of a > pain? I have a much easier time closing PRs when > they are attached to the PR. I know this fattens > up the PR system but it does make good at keeping > records of the original portball. Agreed. This also makes submitting the port a one-stop shop, if you will. The person reviewing the port has to take the extra step as well. It's ugly. - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 20:40:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04540 for freebsd-ports-outgoing; Sun, 9 Aug 1998 20:40:09 -0700 (PDT) (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 UAA04512 for ; Sun, 9 Aug 1998 20:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02072; Sun, 9 Aug 1998 20:40:01 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04293 for ; Sun, 9 Aug 1998 20:38:04 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.6.9) id NAA15064; Mon, 10 Aug 1998 13:07:42 +0930 (CST) Message-Id: <199808100337.NAA15064@cain.gsoft.com.au> Date: Mon, 10 Aug 1998 13:07:42 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7548: Problem trying to fix print/pkfonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7548 >Category: ports >Synopsis: Problem trying to fix print/pkfonts >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 Aug 9 20:40:00 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: The distfile is unfetchable.. >How-To-Repeat: >Fix: Well, there are 4 different files found using the http://ftpsearch.ntnu.no FTP search service. Since the file isn't on ftp.freebsd.org I can't compare sizes to find the real one out (I don't want to download then either since they're quite fat). If someone with a nicer link would check out the following, it would be nice :) ftp://ftp.univ-evry.fr/.04/system/OpenBSD/distfiles/pkfonts/pk300.tar.gz (6.2Mb) ftp://ftp.cc.uec.ac.jp/.0/TeX/src/fonts/pk300.tar.gz (1.0Mb) ftp://ftp.dir.univ-rouen.fr/pub/TEX/OLD/pk300.tar.gz (680.3Kb) ftp://ftp.bpe.es.osaka-u.ac.jp/pub/tex/fonts/pk300.tar.gz (433.4Kb) The first one is probably it, as its in an OpenBSD distfiles directory.. >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 Aug 9 22:40:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12906 for freebsd-ports-outgoing; Sun, 9 Aug 1998 22:40:05 -0700 (PDT) (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 WAA12899 for ; Sun, 9 Aug 1998 22:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05261; Sun, 9 Aug 1998 22:40:01 -0700 (PDT) Received: from silver.naklab.dnj.ynu.ac.jp (silver.naklab.dnj.ynu.ac.jp [133.34.17.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12483 for ; Sun, 9 Aug 1998 22:34:22 -0700 (PDT) (envelope-from tanimura@naklab.dnj.ynu.ac.jp) Received: (from tanimura@localhost) by silver.naklab.dnj.ynu.ac.jp (8.8.8/3.7W-Naklab-8.8-1.0-19980701) id OAA09916; Mon, 10 Aug 1998 14:34:02 +0900 (JST) Message-Id: <199808100534.OAA09916@silver.naklab.dnj.ynu.ac.jp> Date: Mon, 10 Aug 1998 14:34:02 +0900 (JST) From: Seigou Tanimura Reply-To: tanimura@naklab.dnj.ynu.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7550: New Port: 8hz-mp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7550 >Category: ports >Synopsis: New Port: 8hz-mp3 >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 Aug 9 22:40:00 PDT 1998 >Last-Modified: >Originator: Seigou Tanimura >Organization: Div. of Electrics and Computer Science, Faculty of Engineering, Yokohama National University, JAPAN >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD silver 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #0: Fri Aug 7 19:28:12 JST 1998 root@:/usr/src/sys/compile/SILVER i386 >Description: This is an mpeg I audio layer 3(MP3) encoder. Encodes WAV file into MP3(only!). >How-To-Repeat: shar >Fix: # 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: # # 8hz-mp3 # 8hz-mp3/pkg # 8hz-mp3/pkg/COMMENT # 8hz-mp3/pkg/DESCR # 8hz-mp3/pkg/PLIST # 8hz-mp3/patches # 8hz-mp3/patches/patch-aa # 8hz-mp3/patches/patch-ab # 8hz-mp3/patches/patch-ac # 8hz-mp3/files # 8hz-mp3/files/md5 # 8hz-mp3/Makefile # echo c - 8hz-mp3 mkdir -p 8hz-mp3 > /dev/null 2>&1 echo c - 8hz-mp3/pkg mkdir -p 8hz-mp3/pkg > /dev/null 2>&1 echo x - 8hz-mp3/pkg/COMMENT sed 's/^X//' >8hz-mp3/pkg/COMMENT << 'END-of-8hz-mp3/pkg/COMMENT' XMpeg I audio layer 3(MP3) encoder END-of-8hz-mp3/pkg/COMMENT echo x - 8hz-mp3/pkg/DESCR sed 's/^X//' >8hz-mp3/pkg/DESCR << 'END-of-8hz-mp3/pkg/DESCR' XThis is an mpeg I audio layer 3(MP3) encoder. XEncodes WAV file into MP3(only!). X XSee http://www.8hz.com/ for further information. X XSeigo TANIMURA Xtanimura@naklab.dnj.ynu.ac.jp END-of-8hz-mp3/pkg/DESCR echo x - 8hz-mp3/pkg/PLIST sed 's/^X//' >8hz-mp3/pkg/PLIST << 'END-of-8hz-mp3/pkg/PLIST' Xbin/8hz-mp3 END-of-8hz-mp3/pkg/PLIST echo c - 8hz-mp3/patches mkdir -p 8hz-mp3/patches > /dev/null 2>&1 echo x - 8hz-mp3/patches/patch-aa sed 's/^X//' >8hz-mp3/patches/patch-aa << 'END-of-8hz-mp3/patches/patch-aa' X--- Makefile.org Sun Aug 9 13:29:09 1998 X+++ Makefile Sun Aug 9 13:59:01 1998 X@@ -3,7 +3,8 @@ X #################################################### X X X-CC = gcc X+#CC = gcc X+CC = cc X SOURCES=main.c \ X wave.c \ X tables.c \ X@@ -26,7 +27,8 @@ X OBJ = $(SOURCES:.c=.o) $(OTHERC:.c=.o) X X NINT_SWITCH = X-CC_SWITCHES = -O9 -Wall -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG X+#CC_SWITCHES = -O9 -Wall -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG X+CC_SWITCHES = -O9 -Wall -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG ${CFLAGS} X LIBS = -lm X PGM = 8hz-mp3 X END-of-8hz-mp3/patches/patch-aa echo x - 8hz-mp3/patches/patch-ab sed 's/^X//' >8hz-mp3/patches/patch-ab << 'END-of-8hz-mp3/patches/patch-ab' X--- types.h.org Wed May 13 02:48:25 1998 X+++ types.h Sun Aug 9 13:27:34 1998 X@@ -8,8 +8,9 @@ X X #ifdef PI X #undef PI X+#endif /* PI */ X #define PI 3.14159265358979 X-#endif X+/* #endif */ X #define PI4 PI/4 X #define PI64 PI/64 X #define SQRT2 1.41421356237 END-of-8hz-mp3/patches/patch-ab echo x - 8hz-mp3/patches/patch-ac sed 's/^X//' >8hz-mp3/patches/patch-ac << 'END-of-8hz-mp3/patches/patch-ac' X--- bitstream.c.org Wed May 13 02:48:25 1998 X+++ bitstream.c Sun Aug 9 13:29:01 1998 X@@ -1,7 +1,7 @@ X #include X #include X #include X-#include X+/* #include */ X X #include "types.h" X #include "error.h" END-of-8hz-mp3/patches/patch-ac echo c - 8hz-mp3/files mkdir -p 8hz-mp3/files > /dev/null 2>&1 echo x - 8hz-mp3/files/md5 sed 's/^X//' >8hz-mp3/files/md5 << 'END-of-8hz-mp3/files/md5' XMD5 (8hz-mp3.src.v02b.tar.gz) = 8a353eb553dcc3823127e9ccf4d1e739 END-of-8hz-mp3/files/md5 echo x - 8hz-mp3/Makefile sed 's/^X//' >8hz-mp3/Makefile << 'END-of-8hz-mp3/Makefile' X# New ports collection makefile for: 8hz-mp3 - MP3 Encoder X# Version required: 0.20b X# Date created: 9 Aug 1998 X# Whom: tanimura X# X# $Id$ X# X XDISTNAME= 8hz-mp3.src.v02b XPKGNAME= 8hz-mp3-0.2b XCATEGORIES= audio XMASTER_SITES= http://www.8hz.com/mp3/ X XMAINTAINER= tanimura@naklab.dnj.ynu.ac.jp X XWRKSRC= ${WRKDIR}/8hz-mp3 XUSE_GMAKE= yes X Xpre-build: X @cd ${WRKSRC}; ${GMAKE} depend X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/8hz-mp3 ${PREFIX}/bin X X.include END-of-8hz-mp3/Makefile exit >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 Aug 9 23:36:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17245 for freebsd-ports-outgoing; Sun, 9 Aug 1998 23:36:57 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17170; Sun, 9 Aug 1998 23:35:37 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:0dRmi748v8nNEfhRnPadm0eqz6dgAIsz@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.8.8) with ESMTP id IAA09504; Mon, 10 Aug 1998 08:34:43 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808100634.IAA09504@gratis.grondar.za> To: asami@cs.berkeley.edu (Satoshi Asami) cc: ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: perl and other fixes to bsd.port.mk Date: Mon, 10 Aug 1998 08:34:42 +0200 From: Mark Murray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami wrote: > How about this one? It defines new variables ${PERL_VERSION} > (5.00501) and ${PERL_VER} (5.005), which are substituted for > %%PERL_VERSION%% and %%PERL_VERS%% in the PLIST. This is all cool, but I am about half-way through working on Perl5 for CURRENT, which will make all of this moot. > I also made the manpages be attached to the temporary PLIST > automatically. This means, for ports that define MAN?, the manpages > can/should be deleted from pkg/PLIST entirely. -- * As a general concept, this is really cool - there are lots of ports that could use it. > Which brings up the point, I tried a couple of p5- ports and noticed > that %%PERL_VERSION%% is only used in manpages, which don't have to be > in pkg/PLIST anymore (see * above). Should we substitute only one > variable in PLIST? Moot point when perl5 comes into Current. > By the way, while I was there, I fixed the typo in definition of OSREL > (it said "FreeBSD", duh!), changed USE_X11 to USE_XLIB and made > %%OSREL%% be substituted in PLIST too. (Which will help, for > instance, the lang/egcs port tremendously.) > > Comments welcome. I also welcome volunteers to actually carry out the > * above. :) I am working full-steam on the actual perl - if I get some time to do this I will. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 23:42:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18143 for freebsd-ports-outgoing; Sun, 9 Aug 1998 23:42:54 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp6538.on.bellglobal.com [206.172.208.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18129 for ; Sun, 9 Aug 1998 23:42:49 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: (from tim@localhost) by localhost.my.domain (8.8.8/8.8.8) id CAA06043; Mon, 10 Aug 1998 02:41:06 -0400 (EDT) (envelope-from tim) Message-ID: <19980810024106.B4794@zappo> Date: Mon, 10 Aug 1998 02:41:06 -0400 From: Tim Vanderhoek To: Steve Price , ports@FreeBSD.ORG Subject: Re: Ports submissions via /pub/FreeBSD/incoming References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Steve Price on Sun, Aug 09, 1998 at 08:16:02PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 09, 1998 at 08:16:02PM -0500, Steve Price wrote: [...] > I for one would like to put in my vote to change the > handbook to say that attaching the portball to the Already done. Check the handbook. Actually, it's been this way for a while. (Some) port submitters adapt only slowly, it seems. Feel free to chastize violators of the ports handbook guidelines. :-) -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 9 23:43:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18195 for freebsd-ports-outgoing; Sun, 9 Aug 1998 23:43:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18130; Sun, 9 Aug 1998 23:42:49 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA22622; Sun, 9 Aug 1998 23:42:23 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA25188; Sun, 9 Aug 1998 23:42:20 -0700 (PDT) Date: Sun, 9 Aug 1998 23:42:20 -0700 (PDT) Message-Id: <199808100642.XAA25188@silvia.hip.berkeley.edu> To: mark@grondar.za CC: ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808100634.IAA09504@gratis.grondar.za> (message from Mark Murray on Mon, 10 Aug 1998 08:34:42 +0200) Subject: Re: perl and other fixes to bsd.port.mk From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Mark Murray Thanks for your comment, but.... * Satoshi Asami wrote: * > How about this one? It defines new variables ${PERL_VERSION} * > (5.00501) and ${PERL_VER} (5.005), which are substituted for * > %%PERL_VERSION%% and %%PERL_VERS%% in the PLIST. * * This is all cool, but I am about half-way through working on * Perl5 for CURRENT, which will make all of this moot. (1) Perl5 will not go in to -stable (which is the current "supported" release, and we have one more release coming up from that branch), so it will not be moot. (2) The add-on packages (p5-* ports) will remain in the ports tree, so I don't understand why perl5 going into /usr/src has anything to do with the situation. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 00:10:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20746 for freebsd-ports-outgoing; Mon, 10 Aug 1998 00:10:37 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20740; Mon, 10 Aug 1998 00:10:29 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:P3T5s3g9qEey4kDpxtnXSa8RoDxrcq/r@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.8.8) with ESMTP id JAA09630; Mon, 10 Aug 1998 09:10:04 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808100710.JAA09630@gratis.grondar.za> To: asami@FreeBSD.ORG (Satoshi Asami) cc: ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: perl and other fixes to bsd.port.mk Date: Mon, 10 Aug 1998 09:10:04 +0200 From: Mark Murray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami wrote: > * From: Mark Murray > > Thanks for your comment, but.... > > * Satoshi Asami wrote: > * > How about this one? It defines new variables ${PERL_VERSION} > * > (5.00501) and ${PERL_VER} (5.005), which are substituted for > * > %%PERL_VERSION%% and %%PERL_VERS%% in the PLIST. > * > * This is all cool, but I am about half-way through working on > * Perl5 for CURRENT, which will make all of this moot. > > (1) Perl5 will not go in to -stable (which is the current "supported" > release, and we have one more release coming up from that branch), > so it will not be moot. Ah! I got confused, and was assuming that 2.2.6 was the final release in 2.2.*. > (2) The add-on packages (p5-* ports) will remain in the ports tree, so > I don't understand why perl5 going into /usr/src has anything to > do with the situation. I am going to nuke all references to the version number in directory names. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 00:17:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21423 for freebsd-ports-outgoing; Mon, 10 Aug 1998 00:17:24 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21399; Mon, 10 Aug 1998 00:17:18 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id JAA19027; Mon, 10 Aug 1998 09:15:47 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id IAA06273; Mon, 10 Aug 1998 08:50:12 +0200 (CEST) (envelope-from andreas) Message-ID: <19980810085012.B6237@klemm.gtn.com> Date: Mon, 10 Aug 1998 08:50:12 +0200 From: Andreas Klemm To: Satoshi Asami , se@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: Re: qt versions References: <19980810010234.A7787@klemm.gtn.com> <199808092342.QAA24338@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <199808092342.QAA24338@silvia.hip.berkeley.edu>; from Satoshi Asami on Sun, Aug 09, 1998 at 04:42:16PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 09, 1998 at 04:42:16PM -0700, Satoshi Asami wrote: > Oh by the way, I see that kde* ports are BUILD_DEPENDS-ing on `moc' in > addition to LIB_DEPENDS-ing on libqt, I guess we can just use > LIB_DEPENDS for USE_QT, right? Don't know what Stefan would say, but I'd say yes ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 00:32:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24061 for freebsd-ports-outgoing; Mon, 10 Aug 1998 00:32:32 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24052; Mon, 10 Aug 1998 00:32:25 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA22669; Mon, 10 Aug 1998 00:32:03 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id AAA25330; Mon, 10 Aug 1998 00:31:29 -0700 (PDT) Date: Mon, 10 Aug 1998 00:31:29 -0700 (PDT) Message-Id: <199808100731.AAA25330@silvia.hip.berkeley.edu> To: mark@grondar.za CC: ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808100710.JAA09630@gratis.grondar.za> (message from Mark Murray on Mon, 10 Aug 1998 09:10:04 +0200) Subject: Re: perl and other fixes to bsd.port.mk From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Ah! I got confused, and was assuming that 2.2.6 was the final * release in 2.2.*. Oh. Also, remember we will have to support 2.2.8 for quite awhile (at least until 3.1 is out) with packages-stable. * > (2) The add-on packages (p5-* ports) will remain in the ports tree, so * > I don't understand why perl5 going into /usr/src has anything to * > do with the situation. * * I am going to nuke all references to the version number in directory names. You mean you're going to change the perl5 port as well as the version imported to /usr/src to be like the previous version (i.e., no version numbers in directories)? By the way, I'll really appreciate it if you can tell me these things beforehand. I was completely blindsided by the new perl5 commit which broke over a hundred ports. I just spent a couple of hours fixing up devel/p5-* (testing the new bsd.port.mk too, of course). Now you're telling me it was all unnecessary? ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 00:32:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24135 for freebsd-ports-outgoing; Mon, 10 Aug 1998 00:32:55 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24107; Mon, 10 Aug 1998 00:32:45 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA22673; Mon, 10 Aug 1998 00:32:24 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id AAA25334; Mon, 10 Aug 1998 00:32:22 -0700 (PDT) Date: Mon, 10 Aug 1998 00:32:22 -0700 (PDT) Message-Id: <199808100732.AAA25334@silvia.hip.berkeley.edu> To: andreas@klemm.gtn.com CC: se@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: <19980810085012.B6237@klemm.gtn.com> (message from Andreas Klemm on Mon, 10 Aug 1998 08:50:12 +0200) Subject: Re: qt versions From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * On Sun, Aug 09, 1998 at 04:42:16PM -0700, Satoshi Asami wrote: * > Oh by the way, I see that kde* ports are BUILD_DEPENDS-ing on `moc' in * > addition to LIB_DEPENDS-ing on libqt, I guess we can just use * > LIB_DEPENDS for USE_QT, right? * * Don't know what Stefan would say, but I'd say yes ;-) Well, we can always add "BUILD_DEPENDS+=moc:..." if he wants to keep it that way. Won't hurt. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 00:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26185 for freebsd-ports-outgoing; Mon, 10 Aug 1998 00:50:06 -0700 (PDT) (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 AAA26148 for ; Mon, 10 Aug 1998 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA09738; Mon, 10 Aug 1998 00:50:00 -0700 (PDT) Received: from sraigw.sra.co.jp (sraigw.sra.co.jp [202.32.10.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25470 for ; Mon, 10 Aug 1998 00:47:21 -0700 (PDT) (envelope-from m-kasahr@sra.co.jp) Received: from sranhc.sra.co.jp (sranhc [133.137.20.3]) by sraigw.sra.co.jp (8.8.7/3.6Wbeta7-sraigw) with ESMTP id QAA19448 for ; Mon, 10 Aug 1998 16:46:44 +0900 (JST) Received: from srapc517.sra.co.jp (srapc517 [133.137.20.77]) by sranhc.sra.co.jp (8.8.7/3.6Wbeta7-srambox) with ESMTP id QAA26992 for ; Mon, 10 Aug 1998 16:46:59 +0859 (JST) Received: (from m-kasahr@localhost) by srapc517.sra.co.jp (8.8.8/3.4W-sra) id QAA03806; Mon, 10 Aug 1998 16:46:58 +0900 (JST) Message-Id: <199808100746.QAA03806@srapc517.sra.co.jp> Date: Mon, 10 Aug 1998 16:46:58 +0900 (JST) From: m-kasahr@sra.co.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7551: upgrade japanese/ja-ndtpd port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7551 >Category: ports >Synopsis: upgrade request for `japanese/ja-ndtpd' port >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: Mon Aug 10 00:50:00 PDT 1998 >Last-Modified: >Originator: Motoyuki Kasahara >Organization: Software Research Associates, Inc., Japan >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: I have tested on FreeBSD 2.2.6-RELEASE. >Description: This is upgrade request for `japanese/ja-ndtpd' port, from version 1.0.6 to 2.0.3. ndtpd-2.0.3 is the latest version. It has upper compatibility with 1.0.6, so that ndtpd-1.0.6 can be replaced with 2.0.3. I attached the compressed and uuencode'd file `ndtpd-1.0.6-2.0.3.diff.Z' at the end of this mail. Differences between ndtpd-1.0.6 and ndtpd-2.0.3 ports are: added files: files/LIST (explanation of files and directories under ${PREFIX}/share/eb/appendix/, written in Japanese.) removed files: pkg/PLIST.top (a fragment of pkg/PLIST, no longer used.) pkg/PLIST.bot (a fragment of pkg/PLIST, no longer used.) Thanks. >How-To-Repeat: >Fix: begin 644 ndtpd-1.0.6-2.0.3.diff.Z M'YV09-*8,0.B11TY3D"X(4,'#AD78L*L>=%$8ADS:=B44'$G72ADY9.GSIHT():$F1,& M31@Y84#P:--BS?KV\"L`LU82@&0A%XP`$""JJR:@;A!00%&$$S1B4>ZY4_0QTDA])N$$ M%4$X#"B/]-G''AKY02HII0O3%/#`!1^,;@)CH%&'&FE`YX:9,[A`QWLNG*$' MO]&2;#+**LM@YFDORQ'SS*K67/+)*9-J`\LNPRPSORO,!IA@;XRQ<](^+ZUJ MTPF0$48:*,N1QLI;4OTST[.=P<8;$;$Q=<]C!ST;&I>E',8999AY'-M6(S5; M&GK4T48::RL-=+\XDQH1V"[0(';>-1?NQN&YF5D:WH/7;)\;*-.-.,^"TSS; M&F^@3"K2E'N>`.BBNZ%SV*6[?7KH:9!*@]V+#X[U&W@X)L>/K'=^]6QPL%'' M'(%77?ELL)'1&^VM]YM\;ZLC1[F,*S3\<,1.3)Q`Q?=AK)^LDP*(E%SPRDNO MO4\XP406Z:Y;XXUANKM'^?/6>V^^"H,@[OOW"D&C%#QR$AGD1##1KX&'?@0)@UVV(A,0/`U'PH&!#ZDVQU])1`9 MM0!@`B-8$K#P/Q[-P3V<\5:HX#"J4N$!*;`$V2QKZ:\]0*&!Y=+7"V[YGC*\ MH`R9ZI4O9927-X2P!:5\F6!TL"K=D9*4B/G7QV1I,'/)J0\[`$$2/7>5JY"P MBV`H0\G>L"(2H(4$C2!*'1TU!29L&475)E*(6S6=,09H$*8B4!"0E&T13NE*/"I.69=U7 M36\ZU9P.8:=(G5]=@SK4&QHU860KIE+CRE3^3:$*_B,L5.EJ/OL%P:J`PFK" MM.JY).)I57G<@AX+V3ITW:R`G0 M0A%2U4%1<#@!"%XP/#DL$Y?.%"UI00,"'[#TL\H4;EI_UU5]\I.B>`+!;%E0 M6S?U^?MO,%RB7N,;%*')#ZP;'#%<.)8T61D;B`F^*%IQ+>*UZ-@M:[Y1VMND2;UY;^][MRT!L)]9Q MDM6L+YBPC9#2WKV`TS'P%6!\ZPL":-ZW:?D5##8#?%S_)C?`+R4P'EG<7Y)4+T=VJ@.#:(K#)"5;8UY>^8&`L]*#&H`7!(R,)J/-5W,.2'];D>CW9 MC#V=C6N14&`C+36-5F2ID=H%`B@\P48M`#,3%M:"X*4AA#HH,1[HX$DZF-2K M$^6LF(^P5"AHF`IWWH.:RKCG/O_996]047B-Z67"^OE])G4O?-U*3@BC4YWT M9.U:59K/*TAA"2$MJ4^EVEA[W96GI*:J4(U`5,GF=;`83JIA$?M4>V;YI%=) M=4X?>]6_7IJUA_K:2D40SWG6\Y[Y?*T_`2K0GA%4#P9%J$(+0H<\C*HQ!;$) M)V\-47SVF*?_W($7=D#I"W-T![KUP:*_9.CW49:UEMV30R7]M0I_=):63NW#DV"+SM7'`S>Z`_B_8+$GK&%E3[VBL%-D1; MH#PXI#;;7G/#3!BN;.G.0=P[``()Y=`&>[]UJ>CF=CO576A'__G=)HUWH`?= M93[;_'T0$4]QU]UH##]ZPUQMYY9[_N4XAI$)>R:SF=&L9FK.>`S"4YY\Q#"' MA^B%+RYHPQH$%)"!%.0@"1$@1"3"*)<`],_Q;;M&W@YIDK0@OFN?R(+H;B.H MF`P$2KC356*PDZUTA2LPT,H-8(`4I0A0[GG*\/N@(A6:5.4J&,(!5WI2`PP5 MY2C%:@$,6)#XMK!@!C5(?%Q6H+<$#($(+9#"$YH`@@V00`@]B`,0)!H%$CAA M`R@0`DUXR4H\U/[V)3A""'A0@A\`7_BV%P(,V-"$.R2A!\]O/:XC%/TCO.#Y M(,!!]&_@!O#3(/I&X$/V68^U[5\E^C/P`@YL`/[HTP`.1[C!^F?ST/G4IWL9 M`SZ4(B#L!U$@\`4(F(`*N(`,V(`.^(`0"('CLP+M%'W)5P(C4`)L4`(O4`)( M4`)JP`0^L'X&:(!#XS@L,X$5>'NYMWLB2((EN()"\`,W$`-1\`1"$`(F@(,V M.`1FP`,M4`0U4'^W5P1%L`-24`)64`)#P(%(<`0P&(/Z0X'OQX)0\(0\(`51 M&(/1AP,F4`,_J(7!AQ12>!5D6(5"<`-!P`,PL(4E6`1"<(92*(`08J($()%HSH[HX)HV()2`(IQ*(HQ^'JQ-WO')P1/ M2(0S6(,WF(,[*`0V:(L^"(1"Z(8&B(E6B(5BV(IE.(M>"(99*(P018QIN(9M M&(K)6`10<`4.(FBF(F; MN($=^($A.(+46(:DJ#)'(5' MT(SW*(5=^(5AZ(SM!(UJR(8T>15PB`5!$)!T.`5V&)!ZR(=^V`*`.`,M@`4L MH&1`N8I-SM'88[#2(X!J8B,J"4V@!8@H)6-.`,Y(`.1R(YF>98- MB(JS>($9*(^>6(\Y^1>!T4&G6("IJ'NK:(\I"9.W1X-*0`4$*00S@`9-$`5" M<`8[8`?!^)(QN)+&&)'LW.8U[&8/6B(V+1)GMY(U6"5%#^91% MB7HUV`(TX)E7D03E6(U0`'M%,`0Q4)9H69MGZ8XRR):<.(^?J))A`&$=QZ9@M.9G(B88[``,^H`1&(`/-69G1B).,^8;7F(VJ MR91!&9TJU`+AR9H!J00Y8`,PD'I:$@,Q$`0T!7CKZ2PQ`"3.TI/I:)O\V8ZB M"(VZZ9;T>)S):#9H\T'$J9W_Z)OD&7TT6`(P4`)ML'PE``4EL`;@9U,6N`0E M4`84N@,E,`9W9*8.7 M&9>;"9[D^9/CF8SHF(R&&)!#"E']F:24B)MH&*"=.*`,FHQPXS4O0S=VHY;1 MMZ!Q&01M$#<>A!A($#=5NA%%,!AT=AAI,`:KD::%<1COD0?S*7N%1`4G,`5* ME@0G8J9R@*9C$)!4`#?L<1##$YY9&J/0F8Q(\`95@0;C@1A-(!!FP`9?0ZB6 M*8T\*@3:^*/=V)1"V91_B`.STQ4S0`-\>)ZM6893$`1.X(A5:8!*^JH2^)_: MZ:2\"9?=:8!\XS>`LR58RH+&&:5E&'TRX`=$L`JL0M9/Z2:2;&J1E.)J/ MV`(Y``,V@`,P@)188*I9N8B-&`,P(`.,MY^P&K`*R*1KJ8EM^:2]&9>.J[?V9F:^IF< M2IZC>0,UT)6B!XA:@J_D>:3M)+`XBX`$"X\'6ZL$6H8+>R>1"[('*;4V::E2VZ,HJZXJRZY2V+(O>Y_UZIYD MF;*K>:I2:+-7D;,XN[/(9["[^98_*X67DSFCPZM&ZZLN"*Q\*00T$`0[H`*GHU`"3M>0-1^90T MFXQ@R;G_ZJIN&[!P*P2T2K=^&X.H$SN(TX\*BK12&WTYT`)`&`-Q8(LCF81+ MV(0O@*Q/VP-1:[GV1P9'@`2Y5P0Y<+B3&Y!P>)XKFXSN"@-`,@-=`9^BB[9* MIK8Q6+I=H1L`F[I*NKJM"Z5Q&;ND$CW_6IQ]F[2YN[N]&Y*WEY`[T`3$Z[T8 M^YQ)2P/*R[QQX+S0J[66R[69ZK6K6;UER+8O^IG@>XXD09OFFZ3H*[<"FK!2 MR[YN,#O'<;;PFY?RJ[M`4K_)*@0)^7SG=WO(.HN_6Y+"^WPH$'U!T`?%^GPI M$'W[J\`0>[P!F;S+V[S/&[DZ:L#2*P0\2;U@FX>;&XAJ(:J=Z[`\C)[D6;HR M<`.MBJ05?+ZRFIL8C+"V:KFXHSN\8QJ]BGNV:[E_NA%/D#M[L5)##RK_%Z+]2V\=O#`)5X`:@U!LI`Z=0P!ES MX!>H4J;R=*:,K*9"\`9OL`9EABF2>DM?8Q5%\;.')"P*'M-H,,';8$)70(+70(-G8L/3<3:^LT2 M+03B?*BQ7,0D*[TG"\MS*,M&NLY3',$&&(YE1Q`&@1!XEQ*0!U!M0`8Z\7A[ M]P)A/8AVU]5L5]9G[7=U,'PW(0-KP1-!X1,,>1V-1X%D[79F+=:4-Q67EY$Q MH'E$T="$A]>AYQ9K87I$`1=`P#!$H!,H\'CT%22H43LI``(]T!AB30,S8`8> M,I8Q`$W*8P-B(*]B0`,PH%)E8`,7`=HR<+8[)=F4729ATS*4D]F;+0-B8`-A MD`-AP"RH%P8S$`9A`$T_X=LY8`9D4(.Y<0-E0`-C@":S#0*3[2,OD(]YFQR8 MK=D@X+*KS2QB@`-ED`,T8`9AX$$W,`:I+0;B;11D$`-F(`;N#8D)$MG6_7C: M;8J]8SRZ#0(V(`-A,']B0`9B4`,Q0-PX<."=)P9C8`/33=^JK36D6MQ\@M_7 M#2K[O8_#96#30;`309R/08N:P8P`$WS:@:=%]LR\.#R:@.K7-T9[A%/ M0Y?]_3/_308X$`;G;=S^*@8Y#!+0;,'09BC10T_GC` MV37#F>,RL^,O*P8RP.)*WN4\_MMD,`8TD`-CKC6\S1,U@,4QT*?5@^&/9Z!I M4SPZ[MT=^TC=U3*C=6 M^L'=O=DU>!$SP.5K7NC2C0/%K>1F8,NI!P.C709E\-E.+N5PCMVY^C=TGN7> MC0/`#0/Q?0.!/@-C`*ICH.1AD.)K;N">7>1B$)4!?N&-#BI!BSB*X^&;C0.X M#MQK?MQ>/N;.0N8U@`-B[=[K32%DH+W$GM_8?>Q#ZP*3(SC_/0,SH!9RC>1] M:."(;NA[;@8R`-S,_7EZ#NNIR>C>#BIWFP::T^IZ\-\H+M?R)`-EP!,F_>E\ M'NB/:-)/G!N#S2S=7N/"PL&D0^[>'1$L3@,'SMSF/@;R/=UC4`8U,`,!3NL> M7P;T*N+8,>78S<'N.^D[D>)C,)8`?`-BO><9XBS,KDDD[MMZ3@/$G1,1_W@< M[,$N<#<6O]D'KE+M*0:C2N)%_N!CD!,>#[K.`@.]#>%83+XL#RIC_,;^7NXX MT.:F*>K*8^OSA^9B&=O&?>[FOGA$@>K%[A'*3#Q8_N_>?=[UVMOTB@/,+>+U M>B$UV-L-3J\%;^+!/?38'=/,D_3?/0-E<,4H;@:Y<<6_'?DY`9^T3@-=&0,Y M0>M.K_B@$M,OK^P@@.`YP>5C60,F'N`Y,.HOOMI=Z=N/^!/KG9I9?79 M#0=K<`8O0`1RDD5QY_O`+_Q3D$4C41*\SW;&'_S#+P4)<`7$`=69Q6"K7DD_Q5W_7ED819`P@+*8GH?$A1-LE&6)F`/3@,!8H"3K0&_<`=2!AJH"T3@_EDWNT`' M[L!>6`,SXHZY*3D`IZ@`?'`#<\`,7(8RLZ?&P]/(;+^!"@P!*.`"KD(64%1_ M0?!PAN"1WC8"&>!__@\$-,#4@A3L'_Y[,WH,E5R&'`@`QX``S`QNP"K<-%F4 M`#L9`W2`$%`"H@`*:`'E@">S8Y]D`W;`#Q@"1V`D$P]1(S"@0,2@`EF@"X2! M7PHXE`$:&/+4"0X<@3L0#<@%'T@$6F`4Q']I4)`AAM]0!9S`+%$G<2.4K)0Y MD`="2!EH`W/`#B:!F3`'Z@`OV0M]`02,!SUF!//$'%@B!I`)*D"_\`8(`AQ: M2G#H"(!")":?]MB)>&J-82\HAKY@!Y<@[6F""Q`$=$*YD%JLR4;0':M0_W&& M:G(IV$`*J3>!QTZX`3LX!;Y&&W2%"'`32D*X@0C+0"C1A7L"E;R,A<`)$4-J MV0@UX@F`@/7$GE(ARY$)2RD/H$'!TP84EI"%U_`F9,-M:`.Z84"8`^O0!4R@DA`>QD-Y.`_IH7N\A_C@?RP& M?O@>UR)\!`@%D/NV6MKQ$7G'4OR^%Z!FBM]&K#IIK?E-A.>G9F#"**D)<4TG MT+6?$!0B1%[SB,"O)/ZIMZ8$Z@!B&&Q#H2>,JH:F+!";^V,6:8'PM(5CH2R@ M1;=K!=7U!>G@%[DBSY&+D"4.X`&&(-FB3*- M42]BF4&0+ M90[^.;8!D282#9R*#W)`:BP(VP@"P`!&,1)$9KS@1MV8'5V`L%`[M^0$",08 MD15!@&9I`9UER!09CH(KR.,8,(_>XE$\P+`X%DG%7VR/ES$MKD5)XF0LB1F! MBP8'#\S%_F@7$V,)RHR&T2\ZR!(C&/\C1(&0D!$Q0I3%>"$+8X:4C.V$,EI& MM+@'(.1F_$H^QC/JFS<0&HT-:8PR\E$\EL?SB!%OB1YC`\D#3I4!/*`:$^%5 M,(UXZ@WXOSM`I38)'?B->>`%;`$WT`6*XW',7R" MAAAY+C&QI84`MRQ8P$]X%H\-`7Z-9^+D#H.=$91N@%#>%T1)**7)KQ@)]3$_ MLH"T#7/BV?D M`_A$3ZR4V")=:$L3L"VX);OT%NZ22Q!,<2&9)O/&7,RT^3/URXKAFH$3QB1- M$+,R$Z=Y>9DK`&U"31`(-`\G/6F;B_-R.DZOF6#@`N&,FI83<+9,;U%?MJ;F M')TOLP4PDUSR>!REJE,6B?Q\26PDVBH MC-DY#\M`&LB=<&!W`A==XCI/Q7Z;G<9S'B)/Y=E=?*>N?)W/DQ_13FUR.ZDG MZ\1NS3-XHB#M&3W#0*XL/MZS=X+/W_DKQ*?LU)[%,PVG]2P^[C-G M[(S\22JF9_VLGNOS>CK/V*D_M\3VM)UG(!&*BO3)/-DG]B2@[6M_>A#NF4`9 MZ/T$GOO-??'/1*DU7@:C,&4APH(&4/RYX6;G!$6@_I-W-E`!ND$YW`PXH&?C M#(A04!$^2ZCVW&\IU'Z.4`P*0=V`"]V@\_-1_L_O24,=Z*EX=&/*;L#0VYE# M`6@19:%(M%PJT3U%-^A`$R6BO,*(OH`H&NF.WG`A#%=4?3Y1_,E%Z\8'"Q7T MC3/8@3"Z0LFHF)*B9_1?O@%206?R`!N]H.VSC"I1NC%'':8=7:!#5(QF42CZ M1KNH#'@!>TH\W-$=FD<+J1GUHJ)ED8Y1X*E'S^@)C:$S=)"Z42H%1[TH%<45 M0=149%)A$3XKJ1<-"(0AE/Z20-I&*:DC5:(M1`RH454Z2E7I%GVE<=0PT%$. M2$M9*1Y]G:;TD/+179HDFVN#)`-Q2H[O2EC!28)M-#NDR;:2]5 MH;_TB$Y31,K).(4QA::3M)%R4D,Z.K\I-HVFVG2.:4`M10PKGQ)49YH\#:HMG:C[5")T MLCI`6FKG!]U3(=2DAL^)NM]:J@?=J#"UH\K4CZHR0NI`7:AEH*':5(W*43TJ M0@6I=V*>MH&*2AS20*1XJ#HTHIX*<'<#),=(_:JG6BJ3Q6N1E6Y^@*H MJE6]I+?S$N[4H]I3A=9:%7=E5:6&B*'Z4E>J4<6??I6MUM2,VEAC:EP]J)"5 MKDK6RAA47:9+Q:F.=;!FUL*Z50]K5[6K%M6I,E;0:EGW*F8%GONNWQE0P"I# M12MLO1-X:W,05+2J16/K=H,!+^`,D($D5QJ^*A9]K>W3M^I6X4I5U?*&U]K+`5=FRW%\K!G"M81:ZOT^7M3]!! M-/JG<16DZ/54J%<#REKKP'8-KZE#@])6D@I>DZMXY6^F8:3VU_3Z7S4H>TT= MJ[6HVE;_FE_W9WU-L#EUP,K7_VKTJ.ET9:+OM94R6-E58;.KHD*PYO2YAL^B MIT3KZWW=L+)#B7[7!4M@4T>'?;`A]KQ"5PJK1`^L[#JQKY/Q6=(+BSLS;#9% MI%!R>>Q8"BIA@2R4$[*>-,AB!AQ[*G1LDCVRF,&\'E=;2OKV9TQCLD96>6`& M_/[:[=I)!NG6:WN<1,(4BGO;2S5L-*4V7K2;NILVVUO#;:*M'[6V375CNKQ)6J%'?D-JR3RU^IMS'85C_ZL6=N3LWGFI6Q-IQ/2O0!;G(]IXNW:[: M=(-N5B6M9%7?QMN/BW2CKEC%NJ:5HM[5BVIUVVW/-:UEM[?B5G[W6X/KZKEW9:L:@[K/%K[)K=G*PN,M=_^N@[;IW%\4"6.!J8TF%S-6Y7G?"-E@# M6G@;).`]MWA7T0;8!\MU$6_@;;&R2X/65[X;>0[,VRT,/*AMG#ZVF3;OLTLP$V]K)> MA@M\_Y4*#9;A\\\@A>,;331MHIU=NW6!K@#FFV<%+?P\;L=3^E+?4/L^Y6Q* MG9[3=WDB7^<[/K'K=PV_W67\2EKKZWWG(2U%O[E$_:+:YTL\L>_[W;[DMQ3I MUQX*?O'O^GV^7):"\E?XRRVY;P$-L/MU^8K?YOM_'6Q_74O!IU+46/, M"N`/'']#\`N&&E)CMG;9#`R"\RP,SL$(^`='X([:@FUP^[QQ,7BV_F`>7(-M M:9433KIUOS+A`JQ%GW#(V9]DX`S@`5$WA2EP%=X:5BX*D]DB[(3!,!3&PEI8 MU`UA&DR%6:B<0U`Z6`!W81?Q:/XD-Y:8_R'D?$O+L50D07[7U],3HNM'V7& MF]@9DU-8S$NE\3$>QM*VFLI+7BR,J7$XIK;6U!LW8W`\1;LI-N[%R986EU,C M&HSI<"5.QHS"4-9C2GPJ5MVN0L`8F!S;XW[<-U@=?74)Q1443V/@Z8\%,28- MQ?BS(1]DC=!5U7$V%KE$E^3B4(',CX>N3]6G"->^R%*WXBI4 MSMI0;S'/S2&RTE7)5W4DFUV8#'!#26[U9_\C5_R1Q:[J36O)L^C')0SLL_=P3K9WEKEL+N1%7)3OLEGUZKB M7)'LE=>Q4RZZF]6MNF2PO)7K*KQUJFL9*;=ER7J2O[)8,U`/(-W\W(FO!]6 M=B'FU#R;-2]'G<[EN/-V6-JJG&GL&6V\[S@[JU[32YPW<]]UL2K6`SMG[^Q% M8:QN'LWL^9#^9O,,/+_>[MB?P^,R%&?[7,:`*W>FS^V3/^]/_KR?W=A]-J`M M1%%]8M%LFX&%@>[/+T`XC($U4*#)F$/NGKM90!M0_AR>!_(+T-`!5D)/!-0L MGE\GB`:N^=FWD&@/?:+1J(+NT!VY[EWH!%J<9;0!K7LU6GC47O]2(Q`]S&5#;-3-,P6YR*-9E=T1RZ^N'?)`N@< M&V8#<'+>TDDZ]R+G&$J(+3.61K-%&3(_7B2]0:%G2MV9EMQ+YSN MO0VZ3?.C.XUM+?.D7;2`&>A&SCC-IO\T`JZT@QI/^^@'"H#KTIHNT0.4`ZM@ MQ\&GS6VA3K4I*%'WZ3R-A(&P?Q;"!%=36VI(/6UQL`3]P95ZX7KH3NVH"36I MML)7+L!FX2W<54/UH_;0L%JWSFJX*ZI5=4?.U:U:4;8FSIBTU26O"I7]EUNV0:; M5-OT1BYE+,V@>VVJW,]-=:KVU9VSJP,VR M"VU;5[^[IYEV1W[.'K:]&F_7Y+YM MG/^VX-;.-38Z^T>[[;8Y;(DURHR;Q*I;RAT^6S1_?MP!^D'O3Q$-NDVTZ#:@ M*;IT.V@+C:`38!W`UXS[1*MN2Z&C]Z>0/MR^VI8":>!:]V;W[I[=5#K,`F\H MO;D9]YG>O;C[73]IVJM!8R_GUJ+%5R[,7&W9+,6`[`VZJMMJ[TS"N4PD)AL8 ?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 Mon Aug 10 00:54:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26796 for freebsd-ports-outgoing; Mon, 10 Aug 1998 00:54:26 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp7241.on.bellglobal.com [206.172.249.209]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26709; Mon, 10 Aug 1998 00:53:54 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: (from tim@localhost) by localhost.my.domain (8.8.8/8.8.8) id DAA06354; Mon, 10 Aug 1998 03:52:09 -0400 (EDT) (envelope-from tim) Message-ID: <19980810035209.C4794@zappo> Date: Mon, 10 Aug 1998 03:52:09 -0400 From: Tim Vanderhoek To: Satoshi Asami , ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: perl and other fixes to bsd.port.mk References: <199808092210.PAA20972@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199808092210.PAA20972@silvia.hip.berkeley.edu>; from Satoshi Asami on Sun, Aug 09, 1998 at 03:10:07PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 09, 1998 at 03:10:07PM -0700, Satoshi Asami wrote: > > By the way, while I was there, I fixed the typo in definition of OSREL > (it said "FreeBSD", duh!), changed USE_X11 to USE_XLIB and made > %%OSREL%% be substituted in PLIST too. (Which will help, for > instance, the lang/egcs port tremendously.) Can you fix the spacing after ${ECHO_MSG} "===> to be consistent, too? Some of those lines have three spaces, some of them have two spaces, and one of them has one space. > Comments welcome. I also welcome volunteers to actually carry out the > * above. :) Haha! A small addition to bsd.port.mk along the lines of fixee: .if ${PLIST} == "${.CURDIR}/pkg/PLIST" .for x in ${__MANPAGES} perl -pi -e 'm!$x! && ($$_ = "")' pkg/PLIST .endfor .else @echo "Can't handle ${.CURDIR}" .endif would probably do the trick for most of them (w/ appropriate change to bsd.subdir.mk), but you're nuts if you think I'm going to do that on for you! :-) Done in one big mega-commit, that would hit about 1600 files at once. Wow. > +.if defined(_MANPAGES) > +__MANPAGES:= ${_MANPAGES:S^${PREFIX}/^^:S/""//:S^//^/^g:S/$/.gz/} > +.endif > + .if defined(_MANPAGES) && defined(NOMANCOMPRESS) __MANPAGES:= ${_MANPAGES:S^${PREFIX}/^^:S/""//:S^//^/^g} .elif defined(_MANPAGES) __MANPAGES:= ${_MANPAGES:S^${PREFIX}/^^:S/""//:S^//^/^g:S/$/.gz/} .endif Out of curiousity, under what circumstances will the :S/""// be used? Hmm... This seems to interact correctly with MANPREFIX. > @@ -1204,6 +1213,18 @@ > fi > .endif > .endif > +.if make(real-install) || make(real-package) > + if [ -e ${PLIST} ]; then \ > + >${TMPPLIST}; \ > + for man in ${__MANPAGES}; do \ > + ${ECHO} $$man >> ${TMPPLIST}; \ > + done; \ > + ${SED} -e 's/%%PERL_VERSION%%/${PERL_VERSION}/' \ > + -e 's/%%PERL_VER%%/${PERL_VER}/' \ > + -e 's/%%OSREL%%/${OSREL}/' \ > + ${PLIST} >> ${TMPPLIST}; \ > + fi > +.endif PLIST_SUB+= PERL_VERSION=5.00501 \ PERL_VER=5.005 \ OSREL=${OSREL} .for sub in ${PLIST_SUB} _sedsubplist!= sym=`echo "${sub}" | ${SED} -e 's/=.*//'`; \ val=`echo "${sub}" | ${SED} -e 's/^[^=][^=]*=//'`; \ echo "${_sedsubplist} -e s!%%$${sym}%%!$${val}!g" .endfor _PORT_USE: .USE [...] .if ((make(real-install) || make(real-package) && exists(${PLIST})) @>${TMPPLIST} .for man in ${__MANPAGES} @${ECHO} ${man} >> ${TMPPLIST} .endfor @${SED} ${_sedsubplist} ${PLIST} > ${TMPPLIST} .endif Letting users (oops-"ports" :) specify their own ${_sedsubplist} (or equiv) would probably be asking for abuse ("What? Huh? How come bin/zzxxyy is in pkg/PLIST but doesn't get installed?"). The only reason I could think of for testing -e ${PLIST} via the shell was that ${PLIST} might be created during the make process. However, since this stuff is being done before the pre-install target and since bsd.port.mk is called recursively for each new major target, I didn't see how this could happen. Regardless, I could have been wrong in changing the test to exists(${PLIST}). :-) A port could then add the following to its Makefile, .if PREFIX==/usr PLIST_SUB= POSSIBLY_INSTALLED_FILE= VARDIR=/var .else PLIST_SUB= POSSIBLE_INSTALLED_FILE=bin/netu VARDIR=. .endif Perhaps with a @cwd %%VARDIR%% in the plist. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 02:30:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10206 for freebsd-ports-outgoing; Mon, 10 Aug 1998 02:30:29 -0700 (PDT) (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 CAA10156 for ; Mon, 10 Aug 1998 02:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12750; Mon, 10 Aug 1998 02:30:01 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09858 for ; Mon, 10 Aug 1998 02:27:00 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.6.9) id SAA02295; Mon, 10 Aug 1998 18:56:36 +0930 (CST) Message-Id: <199808100926.SAA02295@cain.gsoft.com.au> Date: Mon, 10 Aug 1998 18:56:36 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7552: I can't make the Perl 5 package Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7552 >Category: ports >Synopsis: I can't make the Perl 5 package >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 10 02:30:00 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: 2.2.6-STABLE with the ports tree sup'd this morning >Description: I can build and install Perl, but the package making breaks somewhere during the post-install thing (where it perlifys the .h files). The weird thing is, if I do it by hand it works fine, but the Makefile dies. eg -> [ multitude of files ] sys/vsio.h -> sys/vsio.ph sys/wait.h -> sys/wait.ph sys/wormio.h -> sys/wormio.ph *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: cd /usr/ports/lang/perl5 make package >Fix: Well, I fixed it by commenting out the post-install part, and doing it by hand. I think the problem is that I have a bad (unreadable) include file, which causes the h2ph program to return a non-zero error code. It still does everything, but I think it returns the non-zero code as a warning. Perhaps the invocation should be prefixed with a '-' to tell make to ignore its return code. >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 Mon Aug 10 02:36:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10700 for freebsd-ports-outgoing; Mon, 10 Aug 1998 02:36:31 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10674; Mon, 10 Aug 1998 02:36:23 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA22785; Mon, 10 Aug 1998 02:35:55 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id CAA01065; Mon, 10 Aug 1998 02:35:49 -0700 (PDT) Date: Mon, 10 Aug 1998 02:35:49 -0700 (PDT) Message-Id: <199808100935.CAA01065@silvia.hip.berkeley.edu> To: ac199@hwcn.org CC: ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <19980810035209.C4794@zappo> (message from Tim Vanderhoek on Mon, 10 Aug 1998 03:52:09 -0400) Subject: Re: perl and other fixes to bsd.port.mk From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Can you fix the spacing after * * ${ECHO_MSG} "===> * * to be consistent, too? Some of those lines have three spaces, some * of them have two spaces, and one of them has one space. Actually, they're supposed to be either two or three, depending on whether they are the "main" targets or not. See if this looks better. * Haha! A small addition to bsd.port.mk along the lines of * * fixee: * .if ${PLIST} == "${.CURDIR}/pkg/PLIST" * .for x in ${__MANPAGES} * perl -pi -e 'm!$x! && ($$_ = "")' pkg/PLIST * .endfor * .else * @echo "Can't handle ${.CURDIR}" * .endif * * would probably do the trick for most of them (w/ appropriate change to * bsd.subdir.mk), but you're nuts if you think I'm going to do that on * for you! :-) Am I? :) * Done in one big mega-commit, that would hit about 1600 files at * once. Wow. How long would that take.... * .if defined(_MANPAGES) && defined(NOMANCOMPRESS) * __MANPAGES:= ${_MANPAGES:S^${PREFIX}/^^:S/""//:S^//^/^g} * .elif defined(_MANPAGES) * __MANPAGES:= ${_MANPAGES:S^${PREFIX}/^^:S/""//:S^//^/^g:S/$/.gz/} * .endif Of course. I wasn't thinking, the whole point of this was to have it generate a correct PLIST no matter the setting of NOMANCOMPRESS. Now, the only remaining thing is something to the equivalent of MLINKS in bsd.man.mk. Do you want to take a stab at that too? * Out of curiousity, under what circumstances will the :S/""// be * used? The default value of MANLANG is "". It is probably not necessary to remove it (the shell will take it out anyway) but it looked ugly when I stuck in some echo statements. ;) * Hmm... This seems to interact correctly with MANPREFIX. Already tested with a bunch of p5-* ports, sir! :) * PLIST_SUB+= PERL_VERSION=5.00501 \ * PERL_VER=5.005 \ * OSREL=${OSREL} * * .for sub in ${PLIST_SUB} * _sedsubplist!= sym=`echo "${sub}" | ${SED} -e 's/=.*//'`; \ * val=`echo "${sub}" | ${SED} -e 's/^[^=][^=]*=//'`; \ * echo "${_sedsubplist} -e s!%%$${sym}%%!$${val}!g" * .endfor That's cool. * @${SED} ${_sedsubplist} ${PLIST} > ${TMPPLIST} >> * The only reason I could think of for testing -e ${PLIST} via the shell * was that ${PLIST} might be created during the make process. However, * since this stuff is being done before the pre-install target and since * bsd.port.mk is called recursively for each new major target, I didn't * see how this could happen. Regardless, I could have been wrong in * changing the test to exists(${PLIST}). :-) I don't know. I changed it here. Let's see if it blows up. * .if PREFIX==/usr * PLIST_SUB= POSSIBLY_INSTALLED_FILE= VARDIR=/var * .else * PLIST_SUB= POSSIBLE_INSTALLED_FILE=bin/netu VARDIR=. * .endif * * Perhaps with a @cwd %%VARDIR%% in the plist. That's evil. ;) Satoshi ------- Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.port.mk,v retrieving revision 1.227.2.43 diff -u -r1.227.2.43 bsd.port.mk --- bsd.port.mk 1998/08/10 04:03:38 1.227.2.43 +++ bsd.port.mk 1998/08/10 08:47:05 @@ -105,7 +105,7 @@ # NO_MTREE - If set, will not invoke mtree from bsd.port.mk from # the "install" target. # MTREE_FILE - The name of the mtree file (default: /etc/mtree/BSD.x11.dist -# if USE_IMAKE or USE_X11 is set, /etc/mtree/BSD.local.dist +# if USE_X_PREFIX is set, /etc/mtree/BSD.local.dist # otherwise.) # # NO_BUILD - Use a dummy (do-nothing) build target. @@ -128,8 +128,8 @@ # USE_AUTOCONF - Says that the port uses autoconf. Implies GNU_CONFIGURE. # USE_PERL5 - Says that the port uses perl5 for building and running. # USE_IMAKE - Says that the port uses imake. Implies USE_X_PREFIX. -# USE_X_PREFIX - Says that the port installs in ${X11BASE}. Implies USE_X11. -# USE_X11 - Says that the port uses X libraries. +# USE_X_PREFIX - Says that the port installs in ${X11BASE}. Implies USE_XLIB. +# USE_XLIB - Says that the port uses X libraries. # NO_INSTALL_MANPAGES - For imake ports that don't like the install.man # target. # HAS_CONFIGURE - Says that the port has its own configure script. @@ -273,6 +273,7 @@ # Get the operating system revision OSREL!= uname -r | sed -e 's/[-(].*//' +PLIST_SUB+= OSREL=${OSREL} .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" @@ -355,7 +356,7 @@ USE_X_PREFIX= yes .endif .if defined(USE_X_PREFIX) -USE_X11= yes +USE_XLIB= yes .endif .if defined(USE_X_PREFIX) PREFIX?= ${X11BASE} @@ -370,14 +371,25 @@ GNU_CONFIGURE= yes BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf .endif + +PERL_VERSION= 5.00501 +PERL_VER= 5.005 +PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ + PERL_VER=${PERL_VER} + .if defined(USE_PERL5) -BUILD_DEPENDS+= perl5.00501:${PORTSDIR}/lang/perl5 -RUN_DEPENDS+= perl5.00501:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 +RUN_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 .endif -.if defined(USE_X11) + +.if defined(USE_XLIB) LIB_DEPENDS+= X11\\.6:${PORTSDIR}/x11/XFree86 .endif +.if defined(USE_QT) +LIB_DEPENDS+= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 +.endif + .if exists(${PORTSDIR}/../Makefile.inc) .include "${PORTSDIR}/../Makefile.inc" .endif @@ -495,10 +507,11 @@ COMMENT?= ${PKGDIR}/COMMENT DESCR?= ${PKGDIR}/DESCR PLIST?= ${PKGDIR}/PLIST +TMPPLIST?= ${WRKDIR}/PLIST.mktmp PKG_CMD?= /usr/sbin/pkg_create .if !defined(PKG_ARGS) -PKG_ARGS= -v -c ${COMMENT} -d ${DESCR} -f ${PLIST} -p ${PREFIX} -P "`${MAKE} package-depends|sort -u`" +PKG_ARGS= -v -c ${COMMENT} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`${MAKE} package-depends|sort -u`" .if exists(${PKGDIR}/INSTALL) PKG_ARGS+= -i ${PKGDIR}/INSTALL .endif @@ -553,6 +566,12 @@ # Used to print all the '===>' style prompts - override this to turn them off. ECHO_MSG?= ${ECHO} +.for sub in ${PLIST_SUB} +_sedsubplist!= sym=`${ECHO} "${sub}" | ${SED} -e 's/=.*//'`; \ + val=`${ECHO} "${sub}" | ${SED} -e 's/^[^=][^=]*=//'`; \ + echo "${_sedsubplist} -e s!%%$${sym}%%!$${val}!g" +.endfor + ALL_TARGET?= all INSTALL_TARGET?= install @@ -742,6 +761,12 @@ .endfor +.if defined(_MANPAGES) && defined(NOMANCOMPRESS) +__MANPAGES:= ${_MANPAGES:S^${PREFIX}/^^:S/""//:S^//^/^g} +.elif defined(_MANPAGES) +__MANPAGES:= ${_MANPAGES:S^${PREFIX}/^^:S/""//:S^//^/^g:S/$/.gz/} +.endif + .if defined(_MANPAGES) && defined(MANCOMPRESSED) _MANPAGES:= ${_MANPAGES:S/$/.gz/} .endif @@ -1204,6 +1229,13 @@ fi .endif .endif +.if (make(real-install) || make(real-package)) && exists(${PLIST}) + @>${TMPPLIST} +.for man in ${__MANPAGES} + @${ECHO} ${man} >> ${TMPPLIST} +.endfor + @${SED} ${_sedsubplist} ${PLIST} >> ${TMPPLIST} +.endif @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${.TARGET:S/^real-/pre-/} @if [ -f ${SCRIPTDIR}/${.TARGET:S/^real-/pre-/} ]; then \ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ @@ -1345,7 +1377,7 @@ .if !target(deinstall) deinstall: - @${ECHO_MSG} "===> Deinstalling for ${PKGNAME}" + @${ECHO_MSG} "===> Deinstalling for ${PKGNAME}" @pkg_delete -f ${PKGNAME} @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif @@ -1376,7 +1408,7 @@ fi; \ fi .else - @${RM} -f ${WRKDIR}/.*_done + @${RM} -f ${WRKDIR}/.*_done ${TMPPLIST} .endif .endif @@ -1562,28 +1594,28 @@ fi; \ if expr "$$prog" : \\/ >/dev/null; then \ if [ -e "$$prog" ]; then \ - ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - found"; \ + ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - found"; \ notfound=0; \ else \ - ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - not found"; \ + ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - not found"; \ notfound=1; \ fi; \ else \ if which "$$prog" > /dev/null 2>&1 ; then \ - ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - found"; \ + ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - found"; \ notfound=0; \ else \ - ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - not found"; \ + ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - not found"; \ notfound=1; \ fi; \ fi; \ if [ $$notfound != 0 ]; then \ - ${ECHO_MSG} "===> Verifying $$target for $$prog in $$dir"; \ + ${ECHO_MSG} "===> Verifying $$target for $$prog in $$dir"; \ if [ ! -d "$$dir" ]; then \ - ${ECHO_MSG} ">> No directory for $$prog. Skipping.."; \ + ${ECHO_MSG} " >> No directory for $$prog. Skipping.."; \ else \ (cd $$dir; ${MAKE} ${.MAKEFLAGS} $$target) ; \ - ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; \ + ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; \ fi; \ fi; \ done @@ -1609,15 +1641,15 @@ target=${DEPENDS_TARGET}; \ fi; \ if /sbin/ldconfig -r | ${GREP} -q -e "-l$$lib"; then \ - ${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib - found"; \ + ${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib - found"; \ else \ - ${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib - not found"; \ - ${ECHO_MSG} "===> Verifying $$target for $$lib in $$dir"; \ + ${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib - not found"; \ + ${ECHO_MSG} "===> Verifying $$target for $$lib in $$dir"; \ if [ ! -d "$$dir" ]; then \ - ${ECHO_MSG} ">> No directory for $$lib. Skipping.."; \ + ${ECHO_MSG} " >> No directory for $$lib. Skipping.."; \ else \ (cd $$dir; ${MAKE} ${.MAKEFLAGS} $$target) ; \ - ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; \ + ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; \ fi; \ fi; \ done @@ -1636,15 +1668,15 @@ else \ target=${DEPENDS_TARGET}; \ fi; \ - ${ECHO_MSG} "===> ${PKGNAME} depends on: $$dir"; \ - ${ECHO_MSG} "===> Verifying $$target for $$dir"; \ + ${ECHO_MSG} "===> ${PKGNAME} depends on: $$dir"; \ + ${ECHO_MSG} "===> Verifying $$target for $$dir"; \ if [ ! -d $$dir ]; then \ - ${ECHO_MSG} ">> No directory for $$dir. Skipping.."; \ + ${ECHO_MSG} " >> No directory for $$dir. Skipping.."; \ else \ (cd $$dir; ${MAKE} ${.MAKEFLAGS} $$target) ; \ fi \ done - @${ECHO_MSG} "===> Returning to build of ${PKGNAME}" + @${ECHO_MSG} "===> Returning to build of ${PKGNAME}" .endif .else @${DO_NADA} @@ -1727,7 +1759,7 @@ .endif README.html: - @${ECHO_MSG} "===> Creating README.html for ${PKGNAME}" + @${ECHO_MSG} "===> Creating README.html for ${PKGNAME}" @${CAT} ${TEMPLATES}/README.port | \ ${SED} -e 's%%PORT%%'`${ECHO} ${.CURDIR} | ${SED} -e 's.*/\([^/]*/[^/]*\)$$\1'`'g' \ -e 's%%PKG%%${PKGNAME}g' \ @@ -1762,13 +1794,13 @@ .if !target(fake-pkg) fake-pkg: - @if [ ! -f ${PLIST} -o ! -f ${COMMENT} -o ! -f ${DESCR} ]; then ${ECHO} "** Missing package files for ${PKGNAME} - installation not recorded."; exit 1; fi + @if [ ! -f ${TMPPLIST} -o ! -f ${COMMENT} -o ! -f ${DESCR} ]; then ${ECHO} "** Missing package files for ${PKGNAME} - installation not recorded."; exit 1; fi @if [ ! -d ${PKG_DBDIR} ]; then ${RM} -f ${PKG_DBDIR}; ${MKDIR} ${PKG_DBDIR}; fi .if defined(FORCE_PKG_REGISTER) @${RM} -rf ${PKG_DBDIR}/${PKGNAME} .endif @if [ ! -d ${PKG_DBDIR}/${PKGNAME} ]; then \ - ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \ + ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \ ${MKDIR} ${PKG_DBDIR}/${PKGNAME}; \ ${PKG_CMD} ${PKG_ARGS} -O ${PKGFILE} > ${PKG_DBDIR}/${PKGNAME}/+CONTENTS; \ ${CP} ${DESCR} ${PKG_DBDIR}/${PKGNAME}/+DESC; \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 02:40:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11130 for freebsd-ports-outgoing; Mon, 10 Aug 1998 02:40:14 -0700 (PDT) (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 CAA11085 for ; Mon, 10 Aug 1998 02:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA13008; Mon, 10 Aug 1998 02:40:01 -0700 (PDT) Received: from rich.chel.su (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10914 for ; Mon, 10 Aug 1998 02:38:28 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id PAA26085 for ; Mon, 10 Aug 1998 15:39:22 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id NAA28893; Mon, 10 Aug 1998 13:43:29 +0400 (MSD) Message-Id: <199808100943.NAA28893@icc.surw.chel.su> Date: Mon, 10 Aug 1998 13:43:29 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7553: Update port: games/3dpong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7553 >Category: ports >Synopsis: Update port: games/3dpong >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: Mon Aug 10 02:40:01 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a patch to update games/3dpong port. diff -Nru 3dpong/Makefile 3dpong-0.3/Makefile --- 3dpong/Makefile Wed Aug 5 10:19:29 1998 +++ 3dpong-0.3/Makefile Mon Aug 10 17:31:36 1998 @@ -9,7 +9,7 @@ DISTNAME= 3dpong.0.3 PKGNAME= 3dpong-0.3 CATEGORIES= games -MASTER_SITES= http://zippy.sonoma.edu/kendrick/nbs/unix/x/3dpong/ +MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/3dpong/ MAINTAINER= andy@icc.surw.chel.su @@ -21,7 +21,9 @@ @ ${INSTALL_PROGRAM} ${WRKSRC}/3dpong ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/share/3dpong @ ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${PREFIX}/share/3dpong +.if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/3dpong @ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/3dpong +.endif .include diff -Nru 3dpong/files/md5 3dpong-0.3/files/md5 --- 3dpong/files/md5 Mon Apr 27 03:51:03 1998 +++ 3dpong-0.3/files/md5 Mon Aug 10 17:34:31 1998 @@ -1 +1 @@ -MD5 (3dpong.0.3.tar.gz) = 4158e42189730d2cebce82689b2677dc +MD5 (3dpong.0.3.tar.gz) = 0055972f485d4c48231ce7c41ca074a8 >How-To-Repeat: >Fix: Please, check and apply this patch. >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 Mon Aug 10 03:20:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16380 for freebsd-ports-outgoing; Mon, 10 Aug 1998 03:20:16 -0700 (PDT) (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 DAA16267 for ; Mon, 10 Aug 1998 03:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA14170; Mon, 10 Aug 1998 03:20:01 -0700 (PDT) Received: from rich.chel.su (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16182 for ; Mon, 10 Aug 1998 03:19:07 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id QAA27191 for ; Mon, 10 Aug 1998 16:19:58 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id OAA29182; Mon, 10 Aug 1998 14:24:08 +0400 (MSD) Message-Id: <199808101024.OAA29182@icc.surw.chel.su> Date: Mon, 10 Aug 1998 14:24:08 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7554: Update port: games/gemdropx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7554 >Category: ports >Synopsis: Update port: games/gemdropx >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: Mon Aug 10 03:20:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a patch to update games/gemdropx port. diff -Nru gemdropx/Makefile gemdropx-0.4/Makefile --- gemdropx/Makefile Wed Aug 5 10:19:33 1998 +++ gemdropx-0.4/Makefile Mon Aug 10 18:07:41 1998 @@ -1,28 +1,32 @@ # New ports collection makefile for: gemdropx -# Version required: 1.0b3 +# Version required: 0.4 # Date created: 9 March 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.3 1998/08/05 09:30:53 asami Exp $ # -DISTNAME= gemdropx -PKGNAME= gemdropx-1.0b3 +DISTNAME= gemdropx.0.4 +PKGNAME= gemdropx-0.4 CATEGORIES= games -MASTER_SITES= http://zippy.sonoma.edu/kendrick/nbs/unix/x/gemdropx/ +MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/ MAINTAINER= andy@icc.surw.chel.su +ALL_TARGET= gemdropx MAKEFILE= makefile USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/gemdropx do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/gemdropx ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/share/gemdropx/gfx - @ ${INSTALL_DATA} ${WRKSRC}/gfx/*.xbm ${PREFIX}/share/gemdropx/gfx + @ ${INSTALL_DATA} ${WRKSRC}/gfx/* ${PREFIX}/share/gemdropx/gfx @ ${MKDIR} ${PREFIX}/share/gemdropx/sounds - @ ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${PREFIX}/share/gemdropx/sounds + @ ${INSTALL_DATA} ${WRKSRC}/sounds/* ${PREFIX}/share/gemdropx/sounds +.if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/gemdropx - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gemdropx + @ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/gemdropx +.endif .include diff -Nru gemdropx/files/md5 gemdropx-0.4/files/md5 --- gemdropx/files/md5 Mon Apr 27 04:48:04 1998 +++ gemdropx-0.4/files/md5 Mon Aug 10 17:50:14 1998 @@ -1 +1 @@ -MD5 (gemdropx.tar.gz) = c12aef7ad4cee538f6fb42a88ea9dcbc +MD5 (gemdropx.0.4.tar.gz) = 06b07dd55aa315fd4b77adb990ef8986 diff -Nru gemdropx/patches/patch-aa gemdropx-0.4/patches/patch-aa --- gemdropx/patches/patch-aa Mon Apr 27 04:48:06 1998 +++ gemdropx-0.4/patches/patch-aa Mon Aug 10 18:03:49 1998 @@ -1,15 +1,23 @@ ---- makefile.orig Sat Nov 22 01:56:59 1997 -+++ makefile Mon Apr 27 00:42:53 1998 -@@ -10,10 +10,10 @@ - # X Window version: November 5, 1997 - November 21, 1997 +--- makefile Thu Jul 30 19:53:32 1998 ++++ /home/andy/tmp/wrk/makefile Mon Aug 10 18:03:04 1998 +@@ -11,14 +11,16 @@ + # X Window Updates: July 29, 1998- July 29, 1998 -CC=gcc -+CC+=${CFLAGS} -I$(X11BASE)/include -DPREFIX=\"${PREFIX}\" - POSTPROCESS=strip ++CC?=gcc ++PREFIX?=/usr/X11R6 ++X11BASE?=/usr/X11R6 --XLIB=-lX11 -+XLIB=-L$(X11BASE)/lib -lX11 -lcompat - # XLIB=-L/usr/openwin/lib -lX11 - # XLIB=-L/usr/X11/lib -lX11 +-INSTALLROOT= $(PREFIX) ++INSTALLROOT= $(PREFIX)/share/gemdropx + GFX= $(INSTALLROOT)/gfx + SOUNDS= $(INSTALLROOT)/sounds +-XLIB= $(RPATH) -L$(PREFIX)/lib -lX11 -lm +-XINC= -I$(PREFIX)/include ++XLIB= $(RPATH) -L$(X11BASE)/lib -lX11 -lm ++XINC= -I$(X11BASE)/include + CFLAGS= $(XINC) -DSOUNDS=\"$(SOUNDS)\" -DGFX=\"$(GFX)\" + + all: gemdropx diff -Nru gemdropx/patches/patch-ab gemdropx-0.4/patches/patch-ab --- gemdropx/patches/patch-ab Mon Apr 27 04:48:05 1998 +++ gemdropx-0.4/patches/patch-ab Thu Jan 1 00:00:00 1970 @@ -1,20 +0,0 @@ ---- gemdropx.c Sat Nov 22 06:40:00 1997 -+++ /home/andy/tmp/wrk/gemdropx.c Mon Mar 9 14:06:41 1998 -@@ -155,7 +155,7 @@ - - if (use_sound == 1) - { -- sprintf(cmd, "/bin/cat sounds/%s.au > /dev/audio &", aufile); -+ sprintf(cmd, "/bin/cat " PREFIX "/share/gemdropx/sounds/%s.au > /dev/audio &", aufile); - - system(cmd); - } -@@ -310,7 +310,7 @@ - - for (i = 0; i < NUM_OBJECTS; i++) - { -- sprintf(file, "gfx/%s.xbm", object_filenames[i]); -+ sprintf(file, PREFIX "/share/gemdropx/gfx/%s.xbm", object_filenames[i]); - - /* printf("Loading image: %s\n", file); */ - diff -Nru gemdropx/pkg/DESCR gemdropx-0.4/pkg/DESCR --- gemdropx/pkg/DESCR Mon Apr 27 04:48:07 1998 +++ gemdropx-0.4/pkg/DESCR Mon Aug 10 17:49:30 1998 @@ -16,3 +16,5 @@ top is a random assortment of colored shapes ("gems"). As time goes on, more gems appear at the very top of the screen, pushing the rest downwards. The game is over when the gems reach the bottom. + +http://www.sonic.net/~nbs/unix/x/gemdropx diff -Nru gemdropx/pkg/PLIST gemdropx-0.4/pkg/PLIST --- gemdropx/pkg/PLIST Mon Apr 27 04:48:06 1998 +++ gemdropx-0.4/pkg/PLIST Mon Aug 10 18:10:40 1998 @@ -1,28 +1,28 @@ bin/gemdropx -share/doc/gemdropx/README -share/gemdropx/gfx/author.xbm -share/gemdropx/gfx/block.xbm -share/gemdropx/gfx/bomb.xbm -share/gemdropx/gfx/brick.xbm -share/gemdropx/gfx/diamond.xbm -share/gemdropx/gfx/disc.xbm -share/gemdropx/gfx/dot.xbm -share/gemdropx/gfx/explode0.xbm -share/gemdropx/gfx/explode1.xbm -share/gemdropx/gfx/explode2.xbm -share/gemdropx/gfx/explode3.xbm -share/gemdropx/gfx/face.xbm -share/gemdropx/gfx/fuji.xbm -share/gemdropx/gfx/happy.xbm -share/gemdropx/gfx/sad.xbm -share/gemdropx/gfx/star.xbm -share/gemdropx/gfx/stopwatch.xbm -share/gemdropx/gfx/title.xbm -share/gemdropx/gfx/triangle.xbm -share/gemdropx/gfx/warning.xbm -share/gemdropx/gfx/wildcard.xbm -share/gemdropx/gfx/win1.xbm -share/gemdropx/gfx/win2.xbm +share/doc/gemdropx/README.txt +share/gemdropx/gfx/author.ppm +share/gemdropx/gfx/block.ppm +share/gemdropx/gfx/bomb.ppm +share/gemdropx/gfx/brick.ppm +share/gemdropx/gfx/diamond.ppm +share/gemdropx/gfx/disc.ppm +share/gemdropx/gfx/dot.ppm +share/gemdropx/gfx/explode0.ppm +share/gemdropx/gfx/explode1.ppm +share/gemdropx/gfx/explode2.ppm +share/gemdropx/gfx/explode3.ppm +share/gemdropx/gfx/face.ppm +share/gemdropx/gfx/fuji.ppm +share/gemdropx/gfx/happy.ppm +share/gemdropx/gfx/sad.ppm +share/gemdropx/gfx/star.ppm +share/gemdropx/gfx/stopwatch.ppm +share/gemdropx/gfx/title.ppm +share/gemdropx/gfx/triangle.ppm +share/gemdropx/gfx/warning.ppm +share/gemdropx/gfx/wildcard.ppm +share/gemdropx/gfx/win1.ppm +share/gemdropx/gfx/win2.ppm share/gemdropx/sounds/begin.au share/gemdropx/sounds/bomb.au share/gemdropx/sounds/clock.au >How-To-Repeat: >Fix: Please, check and commit this patch. >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 Mon Aug 10 03:50:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20900 for freebsd-ports-outgoing; Mon, 10 Aug 1998 03:50:08 -0700 (PDT) (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 DAA20886 for ; Mon, 10 Aug 1998 03:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15004; Mon, 10 Aug 1998 03:50:01 -0700 (PDT) Received: from rich.chel.su (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20589 for ; Mon, 10 Aug 1998 03:47:07 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id QAA28173 for ; Mon, 10 Aug 1998 16:48:01 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id OAA29420; Mon, 10 Aug 1998 14:52:12 +0400 (MSD) Message-Id: <199808101052.OAA29420@icc.surw.chel.su> Date: Mon, 10 Aug 1998 14:52:12 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7555: Update port: games/icbm3d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7555 >Category: ports >Synopsis: Update port: games/icbm3d >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: Mon Aug 10 03:50:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a patch to update games/icbm3d port. diff -Nru icbm3d/Makefile icbm3d-0.4/Makefile --- icbm3d/Makefile Wed Aug 5 10:19:47 1998 +++ icbm3d-0.4/Makefile Mon Aug 10 18:42:29 1998 @@ -1,25 +1,28 @@ # New ports collection makefile for: icbm3d -# Version required: 0.3 +# Version required: 0.4 # Date created: 20 March 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.3 1998/08/05 09:30:55 asami Exp $ # -DISTNAME= icbm3d.0.3 -PKGNAME= icbm3d-0.3 +DISTNAME= icbm3d.0.4 +PKGNAME= icbm3d-0.4 CATEGORIES= games -MASTER_SITES= http://zippy.sonoma.edu/kendrick/nbs/unix/x/icbm3d/ +MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/ MAINTAINER= andy@icc.surw.chel.su +ALL_TARGET= icbm3d MAKEFILE= makefile USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/icbm3d do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin +.if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/icbm3d @ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d +.endif .include diff -Nru icbm3d/files/md5 icbm3d-0.4/files/md5 --- icbm3d/files/md5 Sat Mar 28 15:22:37 1998 +++ icbm3d-0.4/files/md5 Mon Aug 10 18:31:24 1998 @@ -1 +1 @@ -MD5 (icbm3d.0.3.tar.gz) = 943025be0ff03746289fbfb8f7f59775 +MD5 (icbm3d.0.4.tar.gz) = d4316b1c2c4aabad2c2c80f16f00a9e0 diff -Nru icbm3d/patches/patch-aa icbm3d-0.4/patches/patch-aa --- icbm3d/patches/patch-aa Sat Mar 28 15:22:38 1998 +++ icbm3d-0.4/patches/patch-aa Mon Aug 10 18:41:13 1998 @@ -1,20 +1,22 @@ ---- makefile Thu Mar 19 02:54:27 1998 -+++ /home/andy/tmp/wrk/makefile Sat Mar 21 16:32:42 1998 -@@ -9,7 +9,7 @@ +--- makefile Fri Jul 31 04:41:20 1998 ++++ /home/andy/tmp/wrk/makefile Mon Aug 10 18:40:01 1998 +@@ -9,14 +9,16 @@ # Makefile user-definable variables------------------------------------------ -CC=gcc -+CC=gcc ${CFLAGS} -I/usr/X11R6/include ++CC?=gcc ++PREFIX?=/usr/X11R6 ++X11BASE?=/usr/X11R6 MATHLIB=-lm + INSTALLROOT=$(PREFIX) + LANGUAGE=english -@@ -36,7 +36,7 @@ - ### uncomment for FreeBSD ### - ### --------------------- ### - --# XLIB=-L /usr/X11R6/lib -lX11 -lcompat -+XLIB=-L/usr/X11R6/lib -lX11 - # CFLAGS=-I/usr/X11/include +-XLIB=-L$(PREFIX)/lib -lX11 #-lcompat +-CFLAGS=-I$(PREFIX)/include -O2 ++XLIB=-L$(X11BASE)/lib -lX11 #-lcompat ++CFLAGS+=-I$(X11BASE)/include + # End of makefile user-definable variables----------------------------------- diff -Nru icbm3d/pkg/DESCR icbm3d-0.4/pkg/DESCR --- icbm3d/pkg/DESCR Sat Mar 28 15:22:39 1998 +++ icbm3d-0.4/pkg/DESCR Mon Aug 10 18:31:03 1998 @@ -10,3 +10,5 @@ You take advantage of X-Window's 3-button mouse to control your firing sight ("cross-hair") in 3-dimensions, and change your viewpoint. + +http://www.sonic.net/~nbs/unix/x/icbm3d >How-To-Repeat: >Fix: Please, check and commit this patch. >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 Mon Aug 10 05:05:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28918 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:05:10 -0700 (PDT) (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 FAA28885; Mon, 10 Aug 1998 05:04:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA17827; Mon, 10 Aug 1998 05:04:57 -0700 (PDT) Date: Mon, 10 Aug 1998 05:04:57 -0700 (PDT) Message-Id: <199808101204.FAA17827@freefall.freebsd.org> To: doconnor@gsoft.com.au, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7541 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for unfetchable file in net/netpipes State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:04:43 PDT 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 05:07:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29193 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:07:22 -0700 (PDT) (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 FAA29169; Mon, 10 Aug 1998 05:07:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA18035; Mon, 10 Aug 1998 05:07:08 -0700 (PDT) Date: Mon, 10 Aug 1998 05:07:08 -0700 (PDT) Message-Id: <199808101207.FAA18035@freefall.freebsd.org> To: doconnor@gsoft.com.au, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7542 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for unfetchable distfile for emulators/cpmemu State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:06:26 PDT 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 05:08:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29453 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:08:50 -0700 (PDT) (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 FAA29414; Mon, 10 Aug 1998 05:08:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA18145; Mon, 10 Aug 1998 05:08:30 -0700 (PDT) Date: Mon, 10 Aug 1998 05:08:30 -0700 (PDT) Message-Id: <199808101208.FAA18145@freefall.freebsd.org> To: doconnor@gsoft.com.au, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7543 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for unfetchable distfile graphics/pstoedit State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:07:47 PDT 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 05:10:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29809 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:10:37 -0700 (PDT) (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 FAA29755; Mon, 10 Aug 1998 05:10:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA18406; Mon, 10 Aug 1998 05:10:18 -0700 (PDT) Date: Mon, 10 Aug 1998 05:10:18 -0700 (PDT) Message-Id: <199808101210.FAA18406@freefall.freebsd.org> To: doconnor@gsoft.com.au, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7544 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for unfetchable distfiles for japanses/okphone State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:09:47 PDT 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 05:12:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00357 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:12:26 -0700 (PDT) (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 FAA00351; Mon, 10 Aug 1998 05:12:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA18612; Mon, 10 Aug 1998 05:12:14 -0700 (PDT) Date: Mon, 10 Aug 1998 05:12:14 -0700 (PDT) Message-Id: <199808101212.FAA18612@freefall.freebsd.org> To: doconnor@gsoft.com.au, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7545 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for unfetchable distfiles for lang/scm State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:11:50 PDT 1998 State-Changed-Why: Patch committed, with a couple of other minor cleanups while I was in there. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 05:13:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00561 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:13:56 -0700 (PDT) (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 FAA00546; Mon, 10 Aug 1998 05:13:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA18720; Mon, 10 Aug 1998 05:13:46 -0700 (PDT) Date: Mon, 10 Aug 1998 05:13:46 -0700 (PDT) Message-Id: <199808101213.FAA18720@freefall.freebsd.org> To: doconnor@gsoft.com.au, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7547 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for unfetchable distfiles for print/ghostscript State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:13:36 PDT 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 05:15:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01002 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:15:32 -0700 (PDT) (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 FAA00995; Mon, 10 Aug 1998 05:15:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA18894; Mon, 10 Aug 1998 05:15:23 -0700 (PDT) Date: Mon, 10 Aug 1998 05:15:23 -0700 (PDT) Message-Id: <199808101215.FAA18894@freefall.freebsd.org> To: doconnor@gsoft.com.au, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7548 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problem trying to fix print/pkfonts State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:14:54 PDT 1998 State-Changed-Why: The one on the OpenBSD site was correct. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 05:17:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01427 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:17:22 -0700 (PDT) (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 FAA01392; Mon, 10 Aug 1998 05:17:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19096; Mon, 10 Aug 1998 05:17:13 -0700 (PDT) Date: Mon, 10 Aug 1998 05:17:13 -0700 (PDT) Message-Id: <199808101217.FAA19096@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7553 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/3dpong State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:17:03 PDT 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 05:18:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01779 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:18:38 -0700 (PDT) (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 FAA01736; Mon, 10 Aug 1998 05:18:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19280; Mon, 10 Aug 1998 05:18:29 -0700 (PDT) Date: Mon, 10 Aug 1998 05:18:29 -0700 (PDT) Message-Id: <199808101218.FAA19280@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7555 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/icbm3d State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:18:20 PDT 1998 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 05:23:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02316 for freebsd-ports-outgoing; Mon, 10 Aug 1998 05:23:53 -0700 (PDT) (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 FAA02310; Mon, 10 Aug 1998 05:23:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19620; Mon, 10 Aug 1998 05:23:44 -0700 (PDT) Date: Mon, 10 Aug 1998 05:23:44 -0700 (PDT) Message-Id: <199808101223.FAA19620@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7554 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/gemdropx State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Aug 10 05:23:13 PDT 1998 State-Changed-Why: Update committed, thanks! Pretty neat that the version number appeared to go backwards. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 06:23:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10702 for freebsd-ports-outgoing; Mon, 10 Aug 1998 06:23:42 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from enterprise.sanyusan.se (enterprise.sanyusan.se [195.24.160.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA10696 for ; Mon, 10 Aug 1998 06:23:39 -0700 (PDT) (envelope-from synker@sanyusan.se) Received: from enterprise.sanyusan.se (synker@enterprise.sanyusan.se [192.168.103.66]) by enterprise.sanyusan.se (8.8.8/8.8.8) with SMTP id PAA04354 for ; Mon, 10 Aug 1998 15:24:06 +0200 (CEST) (envelope-from synker@sanyusan.se) Date: Mon, 10 Aug 1998 15:24:05 +0200 (CEST) From: synker To: freebsd-ports@FreeBSD.ORG Subject: mrtg port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id GAA10698 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! It seems like the mrtg port is broken now due to the new perl5... I get error when installing the port now. it stops when trying to install: Appending installation info to /usr/local/lib/perl5/5.00501/i386-freebsd/perllocal.pod ===> Compressing manual pages for p5-Curses-1.02 /usr/local/lib/perl5/man//man3/Curses.3: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 I hope this helps... Best regards, // Anders A. --------------------------------------------------------- Anders Andersson anders@sanyusan.se Sanyusan International AB http://www.sanyusan.se/ Västgötagatan 11 Tel: +46-(0)31-168730 411 39 Gothenburg Fax: +46-(0)31-209361 Sweden --------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 07:07:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13784 for freebsd-ports-outgoing; Mon, 10 Aug 1998 07:07:19 -0700 (PDT) (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 HAA13778; Mon, 10 Aug 1998 07:07:15 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27721; Mon, 10 Aug 1998 07:07:13 -0700 (PDT) Date: Mon, 10 Aug 1998 07:07:13 -0700 (PDT) Message-Id: <199808101407.HAA27721@freefall.freebsd.org> To: kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kuriyama@FreeBSD.ORG Subject: Re: ports/6413 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports for lynx2.8rel.3 (modified for multibyte character) Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Mon Aug 10 07:06:48 PDT 1998 Responsible-Changed-Why: I'll commit this soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 07:07:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13882 for freebsd-ports-outgoing; Mon, 10 Aug 1998 07:07:56 -0700 (PDT) (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 HAA13859; Mon, 10 Aug 1998 07:07:48 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27798; Mon, 10 Aug 1998 07:07:46 -0700 (PDT) Date: Mon, 10 Aug 1998 07:07:46 -0700 (PDT) Message-Id: <199808101407.HAA27798@freefall.freebsd.org> To: kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kuriyama@FreeBSD.ORG Subject: Re: ports/6415 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports for ja-lynx2.8.1dev.7 (modified for multibyte character) Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Mon Aug 10 07:07:22 PDT 1998 Responsible-Changed-Why: I'll commit this soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 07:09:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14099 for freebsd-ports-outgoing; Mon, 10 Aug 1998 07:09:02 -0700 (PDT) (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 HAA14053; Mon, 10 Aug 1998 07:08:49 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27886; Mon, 10 Aug 1998 07:08:46 -0700 (PDT) Date: Mon, 10 Aug 1998 07:08:46 -0700 (PDT) Message-Id: <199808101408.HAA27886@freefall.freebsd.org> To: shige@kuis.kyoto-u.ac.jp, kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kuriyama@FreeBSD.ORG Subject: Re: ports/6414 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports for ja-color-lynx2.8rel.3 (modified for multibyte character and using ja-libslang-1.03) State-Changed-From-To: analyzed-suspended State-Changed-By: kuriyama State-Changed-When: Mon Aug 10 07:07:56 PDT 1998 State-Changed-Why: Originater's request. Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Mon Aug 10 07:07:56 PDT 1998 Responsible-Changed-Why: I'll take care of it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 07:09:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14243 for freebsd-ports-outgoing; Mon, 10 Aug 1998 07:09:46 -0700 (PDT) (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 HAA14207; Mon, 10 Aug 1998 07:09:35 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27975; Mon, 10 Aug 1998 07:09:32 -0700 (PDT) Date: Mon, 10 Aug 1998 07:09:32 -0700 (PDT) Message-Id: <199808101409.HAA27975@freefall.freebsd.org> To: shige@kuis.kyoto-u.ac.jp, kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kuriyama@FreeBSD.ORG Subject: Re: ports/6416 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports for ja-color-lynx2.8.1dev.7 (modified for multibyte character and using ja-libslang-1.0.3) State-Changed-From-To: analyzed-suspended State-Changed-By: kuriyama State-Changed-When: Mon Aug 10 07:08:54 PDT 1998 State-Changed-Why: Originator's request. Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Mon Aug 10 07:08:54 PDT 1998 Responsible-Changed-Why: I'll take care of it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 08:17:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21145 for freebsd-ports-outgoing; Mon, 10 Aug 1998 08:17:49 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA21130; Mon, 10 Aug 1998 08:17:11 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:K9fbyRoWJ1c0dmVRmC2smQPg+SuOtrif@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.8.8) with ESMTP id RAA10596; Mon, 10 Aug 1998 17:16:27 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808101516.RAA10596@gratis.grondar.za> To: asami@FreeBSD.ORG (Satoshi Asami) cc: ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: perl and other fixes to bsd.port.mk Date: Mon, 10 Aug 1998 17:16:26 +0200 From: Mark Murray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami wrote: > * Ah! I got confused, and was assuming that 2.2.6 was the final > * release in 2.2.*. > > Oh. Also, remember we will have to support 2.2.8 for quite awhile (at > least until 3.1 is out) with packages-stable. Roger that. > * > (2) The add-on packages (p5-* ports) will remain in the ports tree, so > * > I don't understand why perl5 going into /usr/src has anything to > * > do with the situation. > * > * I am going to nuke all references to the version number in directory names . > > You mean you're going to change the perl5 port as well as the version > imported to /usr/src to be like the previous version (i.e., no version > numbers in directories)? That was one of my ideas. You may remember a pice of mail I sent out a couple of days ago asking what folk thought. In hindsight I could have been clearer about my intentions. > By the way, I'll really appreciate it if you can tell me these things > beforehand. I was completely blindsided by the new perl5 commit which > broke over a hundred ports. I just spent a couple of hours fixing up Apologies. I was working from a base of ignorance and speed - I'd like to get perl5 into 3.0 ASAP, and I thought that a step forward was thrashing out the ports issues. > devel/p5-* (testing the new bsd.port.mk too, of course). Now you're > telling me it was all unnecessary? ;) Er, not quite. :-) Your work will be very useful in making the 3.* perl ports (and the 2.2.8 ones) work properly. Here is my proposed scheme: Perl5-distributed library stuff goes in /usr/libdata/[{alpha|i386}-freebsd/]* Perl5 ports go in /usr/local/libexec/perl5/[{alpha|i386}-freebsd/]* How do you feel about that? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 08:37:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22426 for freebsd-ports-outgoing; Mon, 10 Aug 1998 08:37:02 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from linux.oneway.net (linux.oneway.net [203.75.147.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA22419 for ; Mon, 10 Aug 1998 08:37:00 -0700 (PDT) (envelope-from vanilla@oneway.net) Received: (qmail 1868 invoked from network); 10 Aug 1998 15:37:58 -0000 Received: from ns.oneway.net (203.75.146.2) by linux.oneway.net with SMTP; 10 Aug 1998 15:37:58 -0000 Received: (qmail 7656 invoked by uid 99); 10 Aug 1998 15:36:42 -0000 Message-ID: <19980810233642.A7638@oneway.net> Date: Mon, 10 Aug 1998 23:36:42 +0800 From: Vanilla BEAR Shu To: Thomas Gellekum Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/pygtk Makefile References: <199808071920.MAA22397@freefall.freebsd.org> <87pve9b2d7.fsf@ghpc6.ihf.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i In-Reply-To: <87pve9b2d7.fsf@ghpc6.ihf.rwth-aachen.de>; from Thomas Gellekum on Mon, Aug 10, 1998 at 11:41:24AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Aug 10, 1998 at 11:41:24AM +0200, Thomas Gellekum wrote: > That's a gtk vs. gtk11/glib issue. py-gtk uses gtk (1.0.[2-5]) for > now; the next version will have support for gtk11. I don't know if > there are major differences. I'll look after it when the upgrade to > gtk-1.1 has been committed. In the first, i want to commit gtk1.1.0 as gtk ports. but gimp1 can't use gtk1.1.x(aka gtk11) this time, because gtk11 have different API. and I got problem now, gtk & gtk11 have the same file named gtk-config, shall i change gtk-config of gtk11 to gtk11-config? -- Just Do It Vanilla I. Shu \ ®}¤T®õ vanilla at FreeBSD.ORG http://www.FreeBSD.ORG/~vanilla (coming soon) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 10:30:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06500 for freebsd-ports-outgoing; Mon, 10 Aug 1998 10:30:10 -0700 (PDT) (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 KAA06430 for ; Mon, 10 Aug 1998 10:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA10904; Mon, 10 Aug 1998 10:30:01 -0700 (PDT) Received: from mfi00.iij.ad.jp (mfi00.iij.ad.jp [202.232.2.115]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05018 for ; Mon, 10 Aug 1998 10:21:34 -0700 (PDT) (envelope-from sada@e-mail.ne.jp) Received: from thalamus.my.domain (h135.p060.iij4u.or.jp [210.130.60.135]) by mfi00.iij.ad.jp (8.8.8/MFI1.2) with ESMTP id CAA17803; Tue, 11 Aug 1998 02:20:56 +0900 (JST) Received: (from sada@localhost) by thalamus.my.domain (8.8.8/3.6W98070402) id CAA10436; Tue, 11 Aug 1998 02:20:55 +0900 (JST) Message-Id: <199808101720.CAA17803@mfi00.iij.ad.jp> Date: Tue, 11 Aug 1998 02:20:55 +0900 (JST) From: sada@e-mail.ne.jp (SADA Kenji) To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: sada@e-mail.ne.jp, kiroh@kh.rim.or.jp X-Send-Pr-Version: 3.2 Subject: ports/7558: update: japanese/mnews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7558 >Category: ports >Synopsis: update: japanese/mnews >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 10 10:30:00 PDT 1998 >Last-Modified: >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Release: FreeBSD 2.2.7-RELEASE i386 >Environment: FreeBSD 2.2.7-RELEASE i386 XFree86 3.3.2.3 >Description: Separate `japanese/mnews-gnspool' from `japanese/mnews'. `japanese/mnews-gnspool' is arranged for performing offline reading/writing newsgroups. >How-To-Repeat: >Fix: - begin 640 mnews.diff.gz M'XL("#A(S34``VUN97=S+F1I9F8`I539;IM0$'V&KQ@E?NHU$.QLIDUB&K!+ M8Q8!:?I0R:+FDN"8I2Q*JRC_WKF8&#=+&ZDO,)PY<^?,<&?".(I`J`L+I+HL MI#PKJE):!GF0TI)*24KO2LD,;FD4KRC\^%7?A"BY*Y"_JCC@L:*APGB_+(F0UX\HIW(+,D6E!1 M6!047PSF!D/P:,XT'3+WU4V6,)@S@S*(ZB0&2[U0+1T^),'/\:2@]*.GB;8[ M/45V4\11_Q#(4?]H700//&B&YUNJJ9^LYT:NL=8YMSWBA-4XXF1?:+FTUZ3HM\RQ;K9LEB'15TJV0/0:E81QM0I\UF+3D M,\;&GQ-FPB)+H_BZ+JC""]P8[Q5$$*>PF8HRKN@\I+EX`^^1#]^0!M"[]W3M M`03TD['CZA/CZYCT[M?6`VD=;3;F:4UTL0.XWOW$P.YIAOL@]7J1B!E/\=`K M]\)SSQL(LS%FF*64)^+?=/&$^R\YY(FKYQZ9Z(:)96F90 MP$"&/5Q:>PH.Q).E]6+8UOX:*`=#9;C?[:_#?1Q[@D]97D\_WNXXI9QZJ1GV M_-PV3=72N)V=SN-X':SI$_5RYL\[#(FXO>((-O\-/]M(R_*=N6EK.EYCLLOF G`*1W+>V=U&7H>#+CL>%XF>B9W8&=/ML9/@-=1!_!WZGWU&!?!@`` ` end - begin 644 ja-mnews-gnspool-1.21-1998-0809.tar.gz M'XL(`+9*S34``^W42V_:0!``8%_M7S$*'-H#?JQ?"BI5:7`02FP03MICM<)K M<.)7;1"1HO[W[B*#9(6TJD3(H?-=%G9'GK%F/5G.MG5OF==E4:2:]";`TEW; M!@G`<&U=K-Q^;?Z`8SLF,2V+.#R,Z,26P'Z;.X_[S_'0C8 M%LJB6M>P*-*4+=9)D4/67`2(BZHOMRZ)TH%OK*I%5,5^;I**17U9-E1B\),1 M73-85(PO8E#!IXP^?;FN&/L: MCM3I?/Q9Z?#P[B3J\A_*[&8<#'UO(#_07JN4WBZK,K\/?HR\F1>,PH'<'/6[ MS[/I_"X<3>:_M`=:TIS53%OFA[=0KB>WGC@>R-UG]>I^OHM456V701,O7XO, MNXBC(>7C4KF:^KX7W+6>P?>U9E]1QD$XFTYO!S*O4TWR1;J)&%P7'/JO$T/,?\AE-4C[9:<0J^%#$<9KD#+*"CZUMLEY!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 Mon Aug 10 11:17:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12024 for freebsd-ports-outgoing; Mon, 10 Aug 1998 11:17:30 -0700 (PDT) (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 LAA12008 for ; Mon, 10 Aug 1998 11:17:28 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA11796 for freebsd-ports; Mon, 10 Aug 1998 11:00:04 -0700 (PDT) Date: Mon, 10 Aug 1998 11:00:04 -0700 (PDT) Message-Id: <199808101800.LAA11796@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/07/26] ports/7401 ports port japanese/handbook can't be installed o [1998/08/07] ports/7529 ports kdehelp from stock kdebase-1.0 package do 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/03/06] ports/5933 ports emacsserver (19.34b) hostname in /tmp/ese o [1998/03/10] ports/5970 ports psmisc ports uploaded to freebsd.org:/pub o [1998/06/12] ports/6929 ports fxtv-0.47 fails to build on AccelX server o [1998/06/18] ports/6986 ports LaTeX vs. teTeX ; xdvi, xdvik vs. teTeX o [1998/06/29] ports/7118 ports ifmail 2.13 port has tty lock files in wr o [1998/07/23] ports/7382 ports Pine4 does not co-exist with older instal o [1998/08/01] ports/7463 ports Perl scripts in automake port require per o [1998/08/08] ports/7534 ports 2.2.7-RELEASE teTeX package broken o [1998/08/10] ports/7552 ports I can't make the Perl 5 package 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) o [1997/08/10] ports/4264 ports mftp get a Segmentation fault o [1997/08/26] ports/4391 ports New port: VPCE o [1997/08/28] ports/4412 ports New port: YaTeX (in print and japanese) a [1997/10/23] ports/4839 ports New port - spin - Verification system for o [1997/11/07] ports/4967 ports I have ported Carl DeClerck's mserver-0.2 f [1997/11/14] ports/5045 ports freebsd.ftp.markers for xearth is out of o [1997/11/26] ports/5158 ports thot editor port doesn't install template o [1997/12/03] ports/5201 ports new port-package for fidogate o [1997/12/06] ports/5240 ports Incorrect path in pkfonts (fix) o [1997/12/07] ports/5245 ports new port, bugsx game o [1997/12/15] ports/5312 ports New math port xwpl o [1997/12/28] ports/5393 ports DOOMSRC port & package o [1997/12/30] ports/5397 ports upload of new port (fly) o [1998/01/10] ports/5475 ports abacus sentry o [1998/01/15] ports/5509 ports submit new port xruskb-1.5.1 o [1998/01/26] ports/5570 ports new port, rise 0.3.3 o [1998/02/02] ports/5626 ports 'ldap' port eats all available CPU time o [1998/02/04] ports/5653 ports New port of ICI language a [1998/02/05] ports/5660 ports New port type1inst o [1998/02/07] ports/5675 ports New port in category devel: DOC++ o [1998/02/10] ports/5706 ports New port: ja-dvi2dvi-1.0 (japanese/dvi2dv o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula o [1998/02/17] ports/5776 ports New compression port: lzo a [1998/02/22] ports/5814 ports New package XShodou o [1998/02/22] ports/5821 ports Port of Swish-E, a Web site indexer o [1998/02/26] ports/5859 ports xxgdb port doesn't recognize the -k optio o [1998/03/01] ports/5885 ports New port: dc20ctrl-0.4 (graphics/dc20ctrl o [1998/03/08] ports/5946 ports New port biology/molmol o [1998/03/15] ports/6017 ports new port: yacl o [1998/03/15] ports/6018 ports new port: ml-3.3 a [1998/03/15] ports/6020 ports new port: Xfstt-0.9.7 o [1998/03/18] ports/6057 ports xperfmon++-1.40 package fails XtRealloc() o [1998/03/21] ports/6085 ports New port: pavuk-0.8 o [1998/03/23] ports/6113 ports new port: rinfo-1.2 o [1998/03/23] ports/6120 ports New port: xtetris-2.6 o [1998/03/27] ports/6151 ports New port: xrus-1.5.2 o [1998/03/28] ports/6153 ports New port: flick o [1998/03/29] ports/6170 ports another squid ports o [1998/03/29] ports/6171 ports New port: xtron-1.1a o [1998/04/01] ports/6194 ports New port: mirrormagic-1.3 o [1998/04/06] ports/6230 ports gfont_mkgdf calls wrong interpreter o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/10] ports/6262 ports New port of bulk_mailer 1.9 o [1998/04/15] ports/6311 ports New port: gsfonts o [1998/04/15] ports/6312 ports New port: ghostscript-3.33 o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 a [1998/04/19] ports/6355 ports New port o [1998/04/20] ports/6361 ports New ports collection: GNU Pascal Compiler o [1998/04/23] ports/6393 ports patch for multimedia-2.1.tar.gz o [1998/04/24] ports/6405 ports vrweb port does not build; ignores local o [1998/04/28] ports/6445 ports New port for `fhist' o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/03] ports/6504 ports New port of `C Interfaces and Implementat o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/10] ports/6570 ports port of java CUP parser o [1998/05/11] ports/6598 ports new port for FreeBSD - asmodem o [1998/05/12] ports/6606 ports package add of perl-5.00404 fails w/3.0 S o [1998/05/12] ports/6613 ports ports/lang/perl5 fails to install by addi o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6688 ports New port: kbiff v0.6 o [1998/05/19] ports/6699 ports Generic NQS port (new) o [1998/05/20] ports/6704 ports New port: gtk-- o [1998/05/21] ports/6709 ports New port kmessage o [1998/05/23] ports/6728 ports New port ktranslator o [1998/05/28] ports/6776 ports New port - xqf o [1998/05/31] ports/6806 ports /usr/ports/graphics/killustrator doesn't o [1998/06/02] ports/6838 ports Enable lj4dith driver by default o [1998/06/11] ports/6915 ports Apache-FP for apache v1.3.0 o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/16] ports/6970 ports mule and family build faulure o [1998/06/25] ports/7074 ports [New Ports] Xtt0.6 a TrueType X servers o [1998/06/27] ports/7086 ports Port: ja-p5-jcode.pl o [1998/06/28] ports/7094 ports New port of xbomber game o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f o [1998/07/01] ports/7140 ports new port: htdig o [1998/07/02] ports/7150 ports `elftoaout': new port o [1998/07/04] ports/7163 ports new port: p5-Set-IntSpan o [1998/07/04] ports/7164 ports new port: p5-News-Newsrc o [1998/07/12] ports/7261 ports problem of wget-1.5.2 o [1998/07/15] ports/7295 ports Starting programs with bash port causes p o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/07/20] ports/7329 ports New port: vje-trial o [1998/07/20] ports/7333 ports Update ports: ja-Weblint97-0.12 by means o [1998/07/20] ports/7334 ports www/communicator-4.5 o [1998/07/20] ports/7344 ports New port: wmavgload-0.6.1 o [1998/07/21] ports/7347 ports Upgraded port: mysql-3.21.33 f [1998/07/21] ports/7350 ports netpbm port refuses to build on CURRENT a [1998/07/22] ports/7365 ports new port request: korean/pgp.language o [1998/07/27] ports/7409 ports New port: CaribbeanStud-1.0 o [1998/07/27] ports/7412 ports port of 4va to be included in /usr/ports/ o [1998/07/27] ports/7421 ports update p5-PGP-Sign to 0.09 o [1998/07/29] ports/7428 ports new port of WindowMaker-data o [1998/07/29] ports/7439 ports Present a FreeBSD port for xamp-0.8-7 o [1998/07/30] ports/7449 ports upgrade of scilab port o [1998/08/03] ports/7480 ports New Port afbackup-3.0.4 o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 o [1998/08/07] ports/7521 ports New ports: ja-vftool-misc${RESOLUTION_JA} o [1998/08/08] ports/7532 ports New port: ipltd-2.01 o [1998/08/09] ports/7536 ports [update ports] ja-perl5 (${PORTSDIR}/japa o [1998/08/09] ports/7537 ports I have made a port for the new PPP client o [1998/08/09] ports/7540 ports [new ports] wcolEpre-1998.07.13 ports ${P o [1998/08/09] ports/7550 ports New Port: 8hz-mp3 o [1998/08/10] ports/7551 ports upgrade request for `japanese/ja-ndtpd' p o [1998/08/10] ports/7558 ports update: japanese/mnews 108 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 13:19:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26602 for freebsd-ports-outgoing; Mon, 10 Aug 1998 13:19:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26594 for ; Mon, 10 Aug 1998 13:19:03 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id OAA05160 for ; Mon, 10 Aug 1998 14:18:17 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Mon, 10 Aug 1998 14:18:17 -0600 (MDT) From: Brett Taylor To: ports@FreeBSD.ORG Subject: WindowMaker barfs.... 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 Hi, I've been trying to install WindowMaker-0.17.5 and I cannot get it to go. I have always had trouble w/ this one - the older versions I've tried have always blown up during the install portion of the port make. What happens is during the install, various pixmaps pop up and after a number of these the install fails. I can reproduce this on 2 machines here, one which I just installed 2.2.7 on and my older machine which started at 2.2.2 I think. This also has happened on my home machine which started at 2.1.7 or so. It used to be I could still get it to install by doing it on the console, but now not even that works (there is no package available that I could find for 0.17.5 - that used to work too or I'd test that as well). If I do the install in X I get errors like the following during the install: fermi: {1} make install^M >> Checksum OK for WindowMaker-0.17.5.tar.gz. ===> Installing for windowmaker-0.17.5 -> snip <- /bin/sh ./mkinstalldirs /usr/X11R6/lib list='libPropList.a libPropList.so.0.7'; for p in $list; do if test -f $p; then echo " install -c -o bin -g bin -m 444 $p /usr/X11R6/lib/$p"; install -c -o b in -g bin -m 444 $p /usr/X11R6/lib/$p; else :; fi; done -> snip<- Making install in wrlib /bin/sh ../mkinstalldirs /usr/X11R6/lib (at this point a pixmap appears, kill the pixmap, another appears...) and this continues until: mkdir: /usr/X11R6/lib: File exists *** Error code 1 If I try this on the console window I get a similar set of errors, only it can't open display : Making install in wrlib /bin/sh ../mkinstalldirs /usr/local/lib cant open display cant open display cant open display list='libwraster.a'; for p in $list; do if test -f $p; then echo " install -c -o bin -g bin -m 444 $p /usr/local/lib/$p"; install -c -o bin -g bin -m 444 $p /usr/local/lib/$p; else :; fi; done It again continues and errors out as before. Brian Handy (the maintainer and I) have been unable to determine WHY this happens as yet. It obviously doesn't do this on his machine or he wouldn't be the maintainer. Does anyone have ANY ideas why this might be happening (a few others have noticed this occurrence as well)????? I'll also note that this is the ONLY port I've ever had this happen on and it's happened consistently on every release of WM I've tried (and I've tried most of them). Deeply puzzled and annoyed! Brett ************************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ "There is something uncanny in the noiseless rush of the cyclist, as he comes into view, passes by, and disappears." - Popular Science, 1891 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 14:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05143 for freebsd-ports-outgoing; Mon, 10 Aug 1998 14:40:04 -0700 (PDT) (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 OAA05132 for ; Mon, 10 Aug 1998 14:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA18128; Mon, 10 Aug 1998 14:40:01 -0700 (PDT) Received: from the.oneinsane.net (gw.oneinsane.net [207.113.133.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03376 for ; Mon, 10 Aug 1998 14:30:07 -0700 (PDT) (envelope-from insane@the.oneinsane.net) Received: (from insane@localhost) by the.oneinsane.net (8.9.0/8.9.0) id OAA29204; Mon, 10 Aug 1998 14:29:27 -0700 (PDT) Message-Id: <199808102129.OAA29204@the.oneinsane.net> Date: Mon, 10 Aug 1998 14:29:27 -0700 (PDT) From: insane@oneinsane.net Reply-To: insane@oneinsane.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7563: update webalizer-1.12-10 webalizer-1.20-07 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7563 >Category: ports >Synopsis: update webalizer-1.12-10 webalizer-1.20-07 >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: Mon Aug 10 14:40:01 PDT 1998 >Last-Modified: >Originator: Ron Rosson >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD the.oneinsane.net 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Mon Aug 3 13:01:55 PDT 1998 insane@the.oneinsane.net:/usr/src/sys/compile/THE i386 >Description: Update the port www/webalizer to latest version from webalizer-1.12-09 to webalizer-1.20-07. Seems to have fixed some bugs and also repaired the countriespie chart. The site and location is the same new file name is: webalizer-1.20-07-src.tgz >How-To-Repeat: >Fix: The same patch files will work on the new version. just need to generate a new md5 >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 Mon Aug 10 15:16:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08649 for freebsd-ports-outgoing; Mon, 10 Aug 1998 15:16:58 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08635; Mon, 10 Aug 1998 15:16:35 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA23536; Mon, 10 Aug 1998 15:16:07 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id PAA02682; Mon, 10 Aug 1998 15:16:03 -0700 (PDT) Date: Mon, 10 Aug 1998 15:16:03 -0700 (PDT) Message-Id: <199808102216.PAA02682@silvia.hip.berkeley.edu> To: mark@grondar.za CC: ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808101516.RAA10596@gratis.grondar.za> (message from Mark Murray on Mon, 10 Aug 1998 17:16:26 +0200) Subject: Re: perl and other fixes to bsd.port.mk From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > You mean you're going to change the perl5 port as well as the version * > imported to /usr/src to be like the previous version (i.e., no version * > numbers in directories)? * * That was one of my ideas. You may remember a pice of mail I sent * out a couple of days ago asking what folk thought. In hindsight I * could have been clearer about my intentions. Oh. I thought you were discussing where the root directory would go. I didn't realize you were planning to get rid of the version-specific directories too. Anyway, about that idea...are you sure you want to do that? The perl people should have a pretty good reason why they went that direction despite the trouble it's causing to people. It is often not a good idea to revert what the original authors are doing. Do you remember when emacs' lisp files went from lib/emacs to share/emacs a few years ago? The mule people didn't like that so when they released their patched version, they kept things in lib. Well, a few years later, they decided they should follow suit too, and now we have a huge mess of stuff scatterred about in lib/emacs and share/emacs. Just an observation from the outside. I know nothing about perl5 development, so apologies if I'm way off base. :) * Apologies. I was working from a base of ignorance and speed - I'd * like to get perl5 into 3.0 ASAP, and I thought that a step forward * was thrashing out the ports issues. "Thrashing out" is fine, but let's do that by discussing it first, not breaking a whole bunch of ports, ok? :p * Er, not quite. :-) Your work will be very useful in making the 3.* perl ports * (and the 2.2.8 ones) work properly. Ok. I'll attach the diffs for devel/p5-* stuff. The will install and deinstall without a single warning with the bsd.port.mk patch I posted last night. I also changed some @dirrm's to "@unexec rmdir 2>/dev/null || true"'s to get rid of warnings. They should work fine by just changing the "PERL_VERSION" and "PERL_VER" variables in bsd.port.mk when perl is upgraded. * Here is my proposed scheme: * * Perl5-distributed library stuff goes in /usr/libdata/[{alpha|i386}-freebsd/]* * Perl5 ports go in /usr/local/libexec/perl5/[{alpha|i386}-freebsd/]* * * How do you feel about that? You mean they all go directly under those directories with no versions? I guess that's ok, but hard to tell, things are so scattered right now. Also, the manpages should probably go to /usr/local/share/perl5. "lib" was already a little out of place but they definitely don't belong in "libexec". Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 15:18:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09035 for freebsd-ports-outgoing; Mon, 10 Aug 1998 15:18:50 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08737; Mon, 10 Aug 1998 15:17:38 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA23540; Mon, 10 Aug 1998 15:17:08 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id PAA02687; Mon, 10 Aug 1998 15:17:05 -0700 (PDT) Date: Mon, 10 Aug 1998 15:17:05 -0700 (PDT) Message-Id: <199808102217.PAA02687@silvia.hip.berkeley.edu> To: mark@grondar.za CC: ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808101516.RAA10596@gratis.grondar.za> (message from Mark Murray on Mon, 10 Aug 1998 17:16:26 +0200) Subject: Re: perl and other fixes to bsd.port.mk From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oops, forgot to attach the diff. Here it goes. Satoshi ------- Index: p5-BSD-Resource/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-BSD-Resource/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1998/02/18 18:12:39 1.9 +++ Makefile 1998/08/10 02:26:50 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= BSD::Resource.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-BSD-Resource/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-BSD-Resource/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/02/18 18:12:48 1.2 +++ PLIST 1998/08/10 06:41:35 @@ -1,33 +1,32 @@ -lib/perl5/man/man3/BSD::Resource.3.gz -lib/perl5/site_perl/BSD/Resource.pm -lib/perl5/site_perl/auto/BSD/Resource/_g.al -lib/perl5/site_perl/auto/BSD/Resource/autosplit.ix -lib/perl5/site_perl/auto/BSD/Resource/get_rlimits.al -lib/perl5/site_perl/auto/BSD/Resource/getpriority.al -lib/perl5/site_perl/auto/BSD/Resource/getrlimit.al -lib/perl5/site_perl/auto/BSD/Resource/getrusage.al -lib/perl5/site_perl/auto/BSD/Resource/hard.al -lib/perl5/site_perl/auto/BSD/Resource/idrss.al -lib/perl5/site_perl/auto/BSD/Resource/inblock.al -lib/perl5/site_perl/auto/BSD/Resource/ixrss.al -lib/perl5/site_perl/auto/BSD/Resource/majflt.al -lib/perl5/site_perl/auto/BSD/Resource/maxrss.al -lib/perl5/site_perl/auto/BSD/Resource/minflt.al -lib/perl5/site_perl/auto/BSD/Resource/msgrcv.al -lib/perl5/site_perl/auto/BSD/Resource/msgsnd.al -lib/perl5/site_perl/auto/BSD/Resource/nivcsw.al -lib/perl5/site_perl/auto/BSD/Resource/nsignals.al -lib/perl5/site_perl/auto/BSD/Resource/nswap.al -lib/perl5/site_perl/auto/BSD/Resource/nvcsw.al -lib/perl5/site_perl/auto/BSD/Resource/oublock.al -lib/perl5/site_perl/auto/BSD/Resource/setpriority.al -lib/perl5/site_perl/auto/BSD/Resource/setrlimit.al -lib/perl5/site_perl/auto/BSD/Resource/soft.al -lib/perl5/site_perl/auto/BSD/Resource/stime.al -lib/perl5/site_perl/auto/BSD/Resource/times.al -lib/perl5/site_perl/auto/BSD/Resource/utime.al -lib/perl5/site_perl/i386-freebsd/auto/BSD/Resource/Resource.bs -lib/perl5/site_perl/i386-freebsd/auto/BSD/Resource/Resource.so -lib/perl5/site_perl/i386-freebsd/auto/BSD/Resource/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/BSD/Resource -@dirrm lib/perl5/site_perl/auto/BSD/Resource +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/BSD/Resource.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/_g.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/get_rlimits.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/getpriority.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/getrlimit.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/getrusage.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/hard.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/idrss.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/inblock.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/ixrss.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/majflt.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/maxrss.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/minflt.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/msgrcv.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/msgsnd.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/nivcsw.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/nsignals.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/nswap.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/nvcsw.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/oublock.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/setpriority.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/setrlimit.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/soft.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/stime.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/times.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/utime.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/Resource.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/Resource.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/BSD/Resource +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/BSD Index: p5-C-Scan/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-C-Scan/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1998/04/04 13:55:57 1.10 +++ Makefile 1998/08/10 05:40:36 @@ -14,12 +14,12 @@ MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Data/Flow.pm:${PORTSDIR}/devel/p5-Data-Flow +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Data/Flow.pm:${PORTSDIR}/devel/p5-Data-Flow USE_PERL5= YES MAN3= C::Scan.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-C-Scan/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-C-Scan/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 07:55:29 1.1.1.1 +++ PLIST 1998/08/10 00:26:22 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/C::Scan.3.gz -lib/perl5/site_perl/C/Scan.pm -lib/perl5/site_perl/i386-freebsd/auto/C/Scan/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/C/Scan +lib/perl5/site_perl/%%PERL_VER%%/C/Scan.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/C/Scan/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/C/Scan Index: p5-Curses/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Curses/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1998/04/04 13:58:26 1.8 +++ Makefile 1998/08/10 02:27:00 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= Curses.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-configure: @ ln -s ${WRKSRC}/hints/c-freebsd.ncurses.h ${WRKSRC}/c-config.h Index: p5-Curses/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Curses/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 07:57:07 1.1.1.1 +++ PLIST 1998/08/10 03:14:06 @@ -1,6 +1,5 @@ -lib/perl5/man/man3/Curses.3.gz -lib/perl5/site_perl/Curses.pm -lib/perl5/site_perl/i386-freebsd/auto/Curses/Curses.bs -lib/perl5/site_perl/i386-freebsd/auto/Curses/Curses.so -lib/perl5/site_perl/i386-freebsd/auto/Curses/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Curses +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Curses.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Curses/Curses.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Curses/Curses.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Curses/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Curses Index: p5-Data-Dumper/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Data-Dumper/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1998/02/18 18:18:54 1.8 +++ Makefile 1998/08/10 02:27:04 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= Data::Dumper.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-Data-Dumper/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Data-Dumper/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 07:58:35 1.1.1.1 +++ PLIST 1998/08/10 06:12:31 @@ -1,6 +1,5 @@ -lib/perl5/man/man3/Data::Dumper.3.gz -lib/perl5/site_perl/Data/Dumper.pm -lib/perl5/site_perl/i386-freebsd/auto/Data/Dumper/Dumper.bs -lib/perl5/site_perl/i386-freebsd/auto/Data/Dumper/Dumper.so -lib/perl5/site_perl/i386-freebsd/auto/Data/Dumper/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Data/Dumper +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Data/Dumper.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Data/Dumper/Dumper.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Data/Dumper/Dumper.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Data/Dumper/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Data/Dumper Index: p5-Data-Flow/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Data-Flow/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1997/09/14 02:54:33 1.7 +++ Makefile 1998/08/10 02:27:06 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= Data::Flow.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-Data-Flow/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Data-Flow/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 07:59:26 1.1.1.1 +++ PLIST 1998/08/10 00:26:00 @@ -1,5 +1,4 @@ -lib/perl5/man/man3/Data::Flow.3.gz -lib/perl5/site_perl/Data/Flow.pm -lib/perl5/site_perl/auto/Data/Flow/autosplit.ix -lib/perl5/site_perl/i386-freebsd/auto/Data/Flow/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Data/Flow +lib/perl5/site_perl/%%PERL_VER%%/Data/Flow.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Data/Flow/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Data/Flow/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Data/Flow Index: p5-Data-ShowTable/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Data-ShowTable/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1998/08/06 14:59:52 1.3 +++ Makefile 1998/08/10 02:27:11 @@ -18,7 +18,7 @@ MAN1= showtable.1 MAN3= Data::ShowTable.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/5.00501 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-Data-ShowTable/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Data-ShowTable/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/08/06 14:59:52 1.2 +++ PLIST 1998/08/10 00:25:54 @@ -1,6 +1,4 @@ bin/showtable -lib/perl5/5.00501/man/man3/Data::ShowTable.3.gz -lib/perl5/site_perl/5.005/Data/ShowTable.pm -lib/perl5/site_perl/5.005/i386-freebsd/auto/Data/ShowTable/.packlist -man/man1/showtable.1.gz -@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/Data/ShowTable +lib/perl5/site_perl/%%PERL_VER%%/Data/ShowTable.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Data/ShowTable/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Data/ShowTable Index: p5-Date-Manip/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Date-Manip/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1998/05/13 17:22:34 1.5 +++ Makefile 1998/08/10 02:27:15 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= Date::Manip.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-Date-Manip/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Date-Manip/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/05/13 17:22:39 1.2 +++ PLIST 1998/08/10 00:25:36 @@ -1,5 +1,4 @@ -lib/perl5/man/man3/Date::Manip.3.gz -lib/perl5/site_perl/Date/Manip.pm -lib/perl5/site_perl/Date/Manip.pod -lib/perl5/site_perl/i386-freebsd/auto/Date/Manip/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Date/Manip +lib/perl5/site_perl/%%PERL_VER%%/Date/Manip.pm +lib/perl5/site_perl/%%PERL_VER%%/Date/Manip.pod +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Date/Manip/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Date/Manip Index: p5-Devel-DProf/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Devel-DProf/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1997/06/24 18:43:13 1.3 +++ Makefile 1998/08/10 02:27:20 @@ -18,7 +18,7 @@ MAN1PREFIX= ${PREFIX} MAN1= dprofpp.1 -MAN3PREFIX= ${PREFIX}/lib/perl5 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Devel::DProf.3 do-configure: Index: p5-Devel-DProf/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Devel-DProf/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1997/06/16 02:45:08 1.1.1.1 +++ PLIST 1998/08/10 04:12:51 @@ -1,8 +1,6 @@ bin/dprofpp -man/man1/dprofpp.1.gz -lib/perl5/man/man3/Devel::DProf.3.gz -lib/perl5/site_perl/Devel/DProf.pm -lib/perl5/site_perl/i386-freebsd/auto/Devel/DProf/DProf.bs -lib/perl5/site_perl/i386-freebsd/auto/Devel/DProf/DProf.so -lib/perl5/site_perl/i386-freebsd/auto/Devel/DProf/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Devel/DProf +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Devel/DProf.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/DProf/DProf.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/DProf/DProf.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/DProf/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/DProf Index: p5-Devel-Peek/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Devel-Peek/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1998/08/06 15:00:58 1.7 +++ Makefile 1998/08/10 02:27:30 @@ -16,7 +16,7 @@ USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5/5.00501 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Devel::Peek.3 do-configure: Index: p5-Devel-Peek/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Devel-Peek/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/08/06 15:01:00 1.2 +++ PLIST 1998/08/10 00:24:48 @@ -1,6 +1,5 @@ -lib/perl5/5.00501/man/man3/Devel::Peek.3.gz -lib/perl5/site_perl/5.005/i386-freebsd/Devel/Peek.pm -lib/perl5/site_perl/5.005/i386-freebsd/auto/Devel/Peek/Peek.bs -lib/perl5/site_perl/5.005/i386-freebsd/auto/Devel/Peek/Peek.so -lib/perl5/site_perl/5.005/i386-freebsd/auto/Devel/Peek/.packlist -@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/Devel/Peek +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Devel/Peek.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/Peek/Peek.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/Peek/Peek.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/Peek/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/Peek Index: p5-Devel-Symdump/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Devel-Symdump/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1998/08/06 15:03:14 1.3 +++ Makefile 1998/08/10 02:27:35 @@ -16,7 +16,7 @@ USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5/5.00501 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Devel::Symdump.3 do-configure: Index: p5-Devel-Symdump/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Devel-Symdump/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/08/06 15:03:14 1.2 +++ PLIST 1998/08/10 00:24:32 @@ -1,6 +1,5 @@ -lib/perl5/5.00501/man/man3/Devel::Symdump.3.gz -lib/perl5/site_perl/5.005/Devel/Symdump.pm -lib/perl5/site_perl/5.005/Devel/Symdump/Export.pm -lib/perl5/site_perl/5.005/i386-freebsd/auto/Devel/Symdump/.packlist -@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/Devel/Symdump -@dirrm lib/perl5/site_perl/5.005/Devel/Symdump +lib/perl5/site_perl/%%PERL_VER%%/Devel/Symdump.pm +lib/perl5/site_perl/%%PERL_VER%%/Devel/Symdump/Export.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/Symdump/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/Symdump +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Devel/Symdump Index: p5-Errno/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Errno/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1998/05/13 17:23:38 1.2 +++ Makefile 1998/08/10 02:27:38 @@ -16,7 +16,7 @@ USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Errno.3 do-configure: Index: p5-Errno/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Errno/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/05/13 17:23:45 1.2 +++ PLIST 1998/08/10 00:24:17 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/Errno.3.gz -lib/perl5/site_perl/Errno.pm -lib/perl5/site_perl/i386-freebsd/auto/Errno/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Errno +lib/perl5/site_perl/%%PERL_VER%%/Errno.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Errno/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Errno Index: p5-File-BasicFlock/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-BasicFlock/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1997/06/24 18:43:17 1.6 +++ Makefile 1998/08/10 02:27:41 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= File::BasicFlock.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-File-BasicFlock/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-BasicFlock/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 08:01:27 1.1.1.1 +++ PLIST 1998/08/10 00:24:12 @@ -1,2 +1 @@ -lib/perl5/man/man3/File::BasicFlock.3.gz -lib/perl5/site_perl/File/BasicFlock.pm +lib/perl5/site_perl/%%PERL_VER%%/File/BasicFlock.pm Index: p5-File-Lock/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Lock/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 08:02:44 1.1.1.1 +++ PLIST 1998/08/10 06:18:46 @@ -1,11 +1,11 @@ -lib/perl5/site_perl/File/Lock.pm -lib/perl5/site_perl/auto/File/Lock/autosplit.ix -lib/perl5/site_perl/auto/File/Lock/info.al -lib/perl5/site_perl/auto/File/Lock/pid.al -lib/perl5/site_perl/auto/File/Lock/sysid.al -lib/perl5/site_perl/auto/File/Lock/test.al -lib/perl5/site_perl/i386-freebsd/auto/File/Lock/Lock.bs -lib/perl5/site_perl/i386-freebsd/auto/File/Lock/Lock.so -lib/perl5/site_perl/i386-freebsd/auto/File/Lock/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/File/Lock -@dirrm lib/perl5/site_perl/auto/File/Lock \ No newline at end of file +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/File/Lock.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Lock/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Lock/info.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Lock/pid.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Lock/sysid.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Lock/test.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Lock/Lock.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Lock/Lock.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Lock/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Lock +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File 2>/dev/null || true Index: p5-File-Slurp/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Slurp/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1997/06/24 18:43:18 1.6 +++ Makefile 1998/08/10 02:27:43 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= File::Slurp.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-File-Slurp/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Slurp/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 08:04:18 1.1.1.1 +++ PLIST 1998/08/10 00:24:05 @@ -1,2 +1 @@ -lib/perl5/man/man3/File::Slurp.3.gz -lib/perl5/site_perl/File/Slurp.pm +lib/perl5/site_perl/%%PERL_VER%%/File/Slurp.pm Index: p5-File-Sync/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Sync/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1998/03/21 02:06:11 1.2 +++ Makefile 1998/08/10 02:27:46 @@ -18,7 +18,7 @@ MAN3= File::Sync.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-File-Sync/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Sync/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/04/28 15:21:20 1.2 +++ PLIST 1998/08/10 06:19:30 @@ -1,8 +1,5 @@ -lib/perl5/man/man3/File::Sync.3.gz -lib/perl5/site_perl/File/Sync.pm -lib/perl5/site_perl/auto/File/Sync/autosplit.ix -lib/perl5/site_perl/i386-freebsd/auto/File/Sync/Sync.so -lib/perl5/site_perl/i386-freebsd/auto/File/Sync/Sync.bs -lib/perl5/site_perl/i386-freebsd/auto/File/Sync/.packlist -@dirrm lib/perl5/site_perl/auto/File/Sync -@dirrm lib/perl5/site_perl/i386-freebsd/auto/File/Sync +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Sync/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Sync/Sync.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Sync/Sync.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Sync/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/File/Sync Index: p5-File-Tools/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Tools/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1997/06/24 18:43:19 1.6 +++ Makefile 1998/08/10 02:27:49 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= File::Tools.3 File::Recurse.3 File::Copy.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-File-Tools/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Tools/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 08:06:29 1.1.1.1 +++ PLIST 1998/08/10 00:23:46 @@ -1,6 +1,3 @@ -lib/perl5/man/man3/File::Copy.3.gz -lib/perl5/man/man3/File::Recurse.3.gz -lib/perl5/man/man3/File::Tools.3.gz -lib/perl5/site_perl/File/Copy.pm -lib/perl5/site_perl/File/Recurse.pm -lib/perl5/site_perl/File/Tools.pm +lib/perl5/site_perl/%%PERL_VER%%/File/Copy.pm +lib/perl5/site_perl/%%PERL_VER%%/File/Recurse.pm +lib/perl5/site_perl/%%PERL_VER%%/File/Tools.pm Index: p5-Filter/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Filter/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1998/02/18 18:21:36 1.2 +++ Makefile 1998/08/10 02:27:52 @@ -16,7 +16,7 @@ USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Filter::Util::Call.3 Filter::Util::Exec.3 Filter::cpp.3 \ Filter::decrypt.3 Filter::exec.3 Filter::sh.3 Filter::tee.3 Index: p5-Filter/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Filter/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/02/18 18:21:50 1.2 +++ PLIST 1998/08/10 06:21:55 @@ -1,29 +1,23 @@ -lib/perl5/man/man3/Filter::Util::Call.3.gz -lib/perl5/man/man3/Filter::Util::Exec.3.gz -lib/perl5/man/man3/Filter::cpp.3.gz -lib/perl5/man/man3/Filter::decrypt.3.gz -lib/perl5/man/man3/Filter::exec.3.gz -lib/perl5/man/man3/Filter::sh.3.gz -lib/perl5/man/man3/Filter::tee.3.gz -lib/perl5/site_perl/Filter/Util/Call.pm -lib/perl5/site_perl/Filter/Util/Exec.pm -lib/perl5/site_perl/Filter/cpp.pm -lib/perl5/site_perl/Filter/decrypt.pm -lib/perl5/site_perl/Filter/exec.pm -lib/perl5/site_perl/Filter/sh.pm -lib/perl5/site_perl/Filter/tee.pm -lib/perl5/site_perl/i386-freebsd/auto/Filter/Util/Call/Call.bs -lib/perl5/site_perl/i386-freebsd/auto/Filter/Util/Call/Call.so -lib/perl5/site_perl/i386-freebsd/auto/Filter/Util/Exec/Exec.bs -lib/perl5/site_perl/i386-freebsd/auto/Filter/Util/Exec/Exec.so -lib/perl5/site_perl/i386-freebsd/auto/Filter/decrypt/decrypt.bs -lib/perl5/site_perl/i386-freebsd/auto/Filter/decrypt/decrypt.so -lib/perl5/site_perl/i386-freebsd/auto/Filter/tee/tee.bs -lib/perl5/site_perl/i386-freebsd/auto/Filter/tee/tee.so -lib/perl5/site_perl/i386-freebsd/auto/Filter/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Filter/Util/Call -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Filter/Util/Exec -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Filter/Util -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Filter/decrypt -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Filter/tee -@dirrm lib/perl5/site_perl/Filter/Util +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Filter/Util/Call.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Filter/Util/Exec.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Filter/cpp.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Filter/decrypt.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Filter/exec.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Filter/sh.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Filter/tee.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/Util/Call/Call.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/Util/Call/Call.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/Util/Exec/Exec.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/Util/Exec/Exec.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/decrypt/decrypt.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/decrypt/decrypt.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/tee/tee.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/tee/tee.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/Util/Call +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/Util/Exec +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/Util +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/decrypt +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Filter/tee +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Filter/Util +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Filter Index: p5-FreezeThaw/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-FreezeThaw/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1998/05/14 08:15:36 1.2 +++ Makefile 1998/08/10 02:27:54 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= FreezeThaw.3 -MAN3PREFIX= ${PREFIX}/lib/perl5 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-FreezeThaw/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-FreezeThaw/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/05/14 08:15:38 1.2 +++ PLIST 1998/08/10 00:23:26 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/FreezeThaw.3.gz -lib/perl5/site_perl/FreezeThaw.pm -lib/perl5/site_perl/i386-freebsd/auto/FreezeThaw/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/FreezeThaw +lib/perl5/site_perl/%%PERL_VER%%/FreezeThaw.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/FreezeThaw/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/FreezeThaw Index: p5-IO-stringy/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-IO-stringy/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1998/08/06 15:08:42 1.3 +++ Makefile 1998/08/10 02:28:01 @@ -20,7 +20,7 @@ IO::ScalarArray.3 IO::Stringy.3 \ IO::Wrap.3 IO::WrapTie.3 -MANPREFIX= ${PREFIX}/lib/perl5/5.00501 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-IO-stringy/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-IO-stringy/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- PLIST 1998/08/06 15:08:42 1.3 +++ PLIST 1998/08/10 00:23:16 @@ -1,16 +1,9 @@ -lib/perl5/5.00501/man/man3/IO::AtomicFile.3.gz -lib/perl5/5.00501/man/man3/IO::Lines.3.gz -lib/perl5/5.00501/man/man3/IO::Scalar.3.gz -lib/perl5/5.00501/man/man3/IO::ScalarArray.3.gz -lib/perl5/5.00501/man/man3/IO::Stringy.3.gz -lib/perl5/5.00501/man/man3/IO::Wrap.3.gz -lib/perl5/5.00501/man/man3/IO::WrapTie.3.gz -lib/perl5/site_perl/5.005/IO/AtomicFile.pm -lib/perl5/site_perl/5.005/IO/Lines.pm -lib/perl5/site_perl/5.005/IO/Scalar.pm -lib/perl5/site_perl/5.005/IO/ScalarArray.pm -lib/perl5/site_perl/5.005/IO/Stringy.pm -lib/perl5/site_perl/5.005/IO/Wrap.pm -lib/perl5/site_perl/5.005/IO/WrapTie.pm -lib/perl5/site_perl/5.005/i386-freebsd/auto/IO-stringy/.packlist -@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/IO-stringy +lib/perl5/site_perl/%%PERL_VER%%/IO/AtomicFile.pm +lib/perl5/site_perl/%%PERL_VER%%/IO/Lines.pm +lib/perl5/site_perl/%%PERL_VER%%/IO/Scalar.pm +lib/perl5/site_perl/%%PERL_VER%%/IO/ScalarArray.pm +lib/perl5/site_perl/%%PERL_VER%%/IO/Stringy.pm +lib/perl5/site_perl/%%PERL_VER%%/IO/Wrap.pm +lib/perl5/site_perl/%%PERL_VER%%/IO/WrapTie.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/IO-stringy/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/IO-stringy Index: p5-Include/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Include/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1997/06/24 18:43:21 1.7 +++ Makefile 1998/08/10 02:28:03 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= Include.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-Include/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Include/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1996/10/24 09:11:24 1.2 +++ PLIST 1998/08/10 00:22:34 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/Include.3.gz -lib/perl5/site_perl/Include.pm -lib/perl5/site_perl/i386-freebsd/auto/Include/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Include +lib/perl5/site_perl/%%PERL_VER%%/Include.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Include/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Include Index: p5-IniConf/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-IniConf/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1997/09/14 02:54:56 1.7 +++ Makefile 1998/08/10 02:28:06 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= IniConf.pm.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-IniConf/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-IniConf/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1996/10/24 09:11:40 1.2 +++ PLIST 1998/08/10 00:22:26 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/IniConf.pm.3.gz -lib/perl5/site_perl/IniConf.pm -lib/perl5/site_perl/i386-freebsd/auto/IniConf.pm/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/IniConf.pm +lib/perl5/site_perl/%%PERL_VER%%/IniConf.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/IniConf.pm/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/IniConf.pm Index: p5-Ioctl/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Ioctl/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1996/10/24 09:11:47 1.2 +++ PLIST 1998/08/10 04:42:40 @@ -1,6 +1,6 @@ -lib/perl5/site_perl/Ioctl.pm -lib/perl5/site_perl/auto/Ioctl/autosplit.ix -lib/perl5/site_perl/i386-freebsd/auto/Ioctl/Ioctl.bs -lib/perl5/site_perl/i386-freebsd/auto/Ioctl/Ioctl.so -lib/perl5/site_perl/i386-freebsd/auto/Ioctl/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Ioctl +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Ioctl.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Ioctl/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Ioctl/Ioctl.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Ioctl/Ioctl.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Ioctl/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Ioctl Index: p5-PV/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-PV/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1997/06/24 18:43:28 1.4 +++ Makefile 1998/08/10 05:52:10 @@ -15,7 +15,7 @@ MAINTAINER= jfitz@FreeBSD.ORG -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Curses.pm:${PORTSDIR}/devel/p5-Curses +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Curses.pm:${PORTSDIR}/devel/p5-Curses USE_PERL5= YES Index: p5-Penguin/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Penguin/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1997/05/30 20:02:24 1.1.1.1 +++ PLIST 1998/08/10 06:27:27 @@ -1,17 +1,17 @@ -lib/perl5/site_perl/Penguin.pm -lib/perl5/site_perl/Penguin/Channel/TCP.pm -lib/perl5/site_perl/Penguin/Channel/TCP/Client.pm -lib/perl5/site_perl/Penguin/Channel/TCP/Server.pm -lib/perl5/site_perl/Penguin/Compartment.pm -lib/perl5/site_perl/Penguin/Frame/Code.pm -lib/perl5/site_perl/Penguin/Frame/Data.pm -lib/perl5/site_perl/Penguin/PGP.pm -lib/perl5/site_perl/Penguin/Rights.pm -lib/perl5/site_perl/Penguin/Trivial/Client.pm -lib/perl5/site_perl/Penguin/Trivial/Server.pm -lib/perl5/site_perl/Penguin/Wrapper/PGP.pm -lib/perl5/site_perl/Penguin/Wrapper/Transparent.pm -lib/perl5/site_perl/i386-freebsd/auto/Penguin/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Penguin.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Channel/TCP.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Channel/TCP/Client.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Channel/TCP/Server.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Compartment.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Frame/Code.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Frame/Data.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/PGP.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Rights.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Trivial/Client.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Trivial/Server.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Wrapper/PGP.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Wrapper/Transparent.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Penguin/.packlist lib/perl5/site_perl/Penguin/bin/.pen lib/perl5/site_perl/Penguin/bin/makeapplet lib/perl5/site_perl/Penguin/bin/pclient @@ -31,13 +31,14 @@ lib/perl5/site_perl/Penguin/doc/README lib/perl5/site_perl/Penguin/doc/SECURITY lib/perl5/site_perl/Penguin/doc/TODO -@dirrm lib/perl5/site_perl/Penguin/Channel/TCP -@dirrm lib/perl5/site_perl/Penguin/Channel -@dirrm lib/perl5/site_perl/Penguin/Frame -@dirrm lib/perl5/site_perl/Penguin/Trivial -@dirrm lib/perl5/site_perl/Penguin/Wrapper +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Penguin/Channel/TCP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Penguin/Channel +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Penguin/Frame +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Penguin/Trivial +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Penguin/Wrapper +@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/Penguin 2>/dev/null || true @dirrm lib/perl5/site_perl/Penguin/bin @dirrm lib/perl5/site_perl/Penguin/misc @dirrm lib/perl5/site_perl/Penguin/doc -@dirrm lib/perl5/site_perl/Penguin -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Penguin +@unexec rmdir lib/perl5/site_perl/Penguin 2>/dev/null || true +@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Penguin 2>/dev/null || true Index: p5-Penguin-Easy/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Penguin-Easy/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1997/06/24 18:43:29 1.2 +++ Makefile 1998/08/10 05:52:54 @@ -14,11 +14,11 @@ MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Penguin.pm:${PORTSDIR}/devel/p5-Penguin +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Penguin.pm:${PORTSDIR}/devel/p5-Penguin USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Penguin::Easy.3 do-configure: Index: p5-Penguin-Easy/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Penguin-Easy/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1997/05/30 20:04:13 1.1.1.1 +++ PLIST 1998/08/10 05:15:35 @@ -1,9 +1,8 @@ -lib/perl5/man/man3/Penguin::Easy.3.gz -lib/perl5/site_perl/Penguin/Easy.pm +lib/perl5/site_perl/%%PERL_VER%%/Penguin/Easy.pm lib/perl5/site_perl/Penguin/Easy/doc/Penguin-howto lib/perl5/site_perl/Penguin/Easy/bin/ep -lib/perl5/site_perl/i386-freebsd/auto/Penguin/Easy/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Penguin/Easy +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Penguin/Easy/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Penguin/Easy @dirrm lib/perl5/site_perl/Penguin/Easy/doc @dirrm lib/perl5/site_perl/Penguin/Easy/bin @dirrm lib/perl5/site_perl/Penguin/Easy Index: p5-Proc-Simple/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Proc-Simple/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1997/06/27 01:52:15 1.1.1.1 +++ Makefile 1998/08/10 02:28:11 @@ -16,7 +16,7 @@ USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Proc::Simple.3 do-configure: Index: p5-Proc-Simple/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Proc-Simple/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1997/06/27 01:52:15 1.1.1.1 +++ PLIST 1998/08/10 00:21:46 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/Proc::Simple.3.gz -lib/perl5/site_perl/Proc/Simple.pm -lib/perl5/site_perl/i386-freebsd/auto/Proc/Simple/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Proc/Simple +lib/perl5/site_perl/%%PERL_VER%%/Proc/Simple.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Proc/Simple/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Proc/Simple Index: p5-ReadLine-Gnu/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-ReadLine-Gnu/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1998/06/15 04:48:36 1.4 +++ Makefile 1998/08/10 00:20:00 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= Term::ReadLine::Gnu.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} # We override LDDLFLAGS and LDFLAGS to keep it from adding -L/usr/local/lib # automatically. There is sometimes an old libreadline in /usr/local/lib Index: p5-ReadLine-Gnu/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-ReadLine-Gnu/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1998/04/17 19:16:19 1.1.1.1 +++ PLIST 1998/08/10 00:21:13 @@ -1,6 +1,5 @@ -lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/Gnu/Gnu.so -lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/Gnu/Gnu.bs -lib/perl5/site_perl/Term/ReadLine/Gnu.pm -lib/perl5/man/man3/Term::ReadLine::Gnu.3.gz -lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/Gnu/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/Gnu +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadLine/Gnu/Gnu.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadLine/Gnu/Gnu.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Term/ReadLine/Gnu.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadLine/Gnu/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadLine/Gnu Index: p5-ReadLine-Perl/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-ReadLine-Perl/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1998/04/17 20:57:29 1.1.1.1 +++ PLIST 1998/08/10 02:34:01 @@ -1,3 +1,3 @@ -lib/perl5/site_perl/Term/ReadLine/Perl.pm -lib/perl5/site_perl/Term/ReadLine/readline.pm -lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Term/ReadLine/Perl.pm +lib/perl5/site_perl/%%PERL_VER%%/Term/ReadLine/readline.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadLine/.packlist Index: p5-Religion/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Religion/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1997/06/24 18:43:30 1.6 +++ Makefile 1998/08/10 00:19:34 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= Religion.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-Religion/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Religion/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 13:46:36 1.1.1.1 +++ PLIST 1998/08/10 00:19:26 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/Religion.3.gz -lib/perl5/site_perl/Religion.pm -lib/perl5/site_perl/i386-freebsd/auto/Religion/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Religion +lib/perl5/site_perl/%%PERL_VER%%/Religion.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Religion/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Religion Index: p5-Resources/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Resources/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1997/06/24 18:43:31 1.7 +++ Makefile 1998/08/10 00:19:17 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= Resources.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-Resources/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Resources/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/10/24 13:45:44 1.1.1.1 +++ PLIST 1998/08/10 00:19:05 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/Resources.3.gz -lib/perl5/site_perl/Resources.pm -lib/perl5/site_perl/i386-freebsd/auto/Resources/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Resources +lib/perl5/site_perl/%%PERL_VER%%/Resources.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Resources/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Resources Index: p5-Sort-Versions/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Sort-Versions/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1997/06/27 01:54:30 1.1.1.1 +++ Makefile 1998/08/10 00:18:18 @@ -16,7 +16,7 @@ USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Sort::Versions.3 do-configure: Index: p5-Sort-Versions/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Sort-Versions/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1997/06/27 01:54:30 1.1.1.1 +++ PLIST 1998/08/10 00:18:02 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/Sort::Versions.3.gz -lib/perl5/site_perl/Sort/Versions.pm -lib/perl5/site_perl/i386-freebsd/auto/Sort/Versions/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Sort/Versions +lib/perl5/site_perl/%%PERL_VER%%/Sort/Versions.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Sort/Versions/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Sort/Versions Index: p5-Storable/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Storable/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1998/06/26 11:50:40 1.10 +++ Makefile 1998/08/10 02:28:22 @@ -16,7 +16,7 @@ USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Storable.3 do-configure: Index: p5-Storable/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Storable/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1997/07/09 23:19:15 1.1.1.1 +++ PLIST 1998/08/10 05:28:20 @@ -1,20 +1,18 @@ -lib/perl5/man/man3/Storable.3.gz -lib/perl5/site_perl/Storable.pm -lib/perl5/site_perl/auto/Storable/_freeze.al -lib/perl5/site_perl/auto/Storable/_store.al -lib/perl5/site_perl/auto/Storable/_store_fd.al -lib/perl5/site_perl/auto/Storable/autosplit.ix -lib/perl5/site_perl/auto/Storable/freeze.al -lib/perl5/site_perl/auto/Storable/nfreeze.al -lib/perl5/site_perl/auto/Storable/nstore.al -lib/perl5/site_perl/auto/Storable/nstore_fd.al -lib/perl5/site_perl/auto/Storable/retrieve.al -lib/perl5/site_perl/auto/Storable/retrieve_fd.al -lib/perl5/site_perl/auto/Storable/store.al -lib/perl5/site_perl/auto/Storable/store_fd.al -lib/perl5/site_perl/auto/Storable/thaw.al -lib/perl5/site_perl/i386-freebsd/auto/Storable/Storable.bs -lib/perl5/site_perl/i386-freebsd/auto/Storable/Storable.so -lib/perl5/site_perl/i386-freebsd/auto/Storable/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Storable -@dirrm lib/perl5/site_perl/auto/Storable +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Storable.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/_freeze.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/_store.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/_store_fd.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/freeze.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/nfreeze.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/nstore.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/nstore_fd.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/retrieve.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/retrieve_fd.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/store.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/store_fd.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/thaw.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/Storable.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/Storable.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable Index: p5-Term-Query/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Term-Query/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1998/05/22 02:07:30 1.1.1.1 +++ Makefile 1998/08/10 05:39:35 @@ -14,11 +14,11 @@ MAINTAINER= ports@FreeBSD.ORG -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Array/PrintCols.pm:${PORTSDIR}/misc/p5-Array-PrintCols +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Array/PrintCols.pm:${PORTSDIR}/misc/p5-Array-PrintCols USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Term::Query.3 do-configure: Index: p5-Term-Query/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Term-Query/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1998/05/22 02:07:30 1.1.1.1 +++ PLIST 1998/08/10 02:30:05 @@ -1,6 +1,5 @@ -lib/perl5/site_perl/Term/Query.pm -lib/perl5/site_perl/Term/Tester.pm -lib/perl5/site_perl/Term/Query_Test.pl -lib/perl5/man/man3/Term::Query.3.gz -lib/perl5/site_perl/i386-freebsd/auto/Term/Query/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Term/Query +lib/perl5/site_perl/%%PERL_VER%%/Term/Query.pm +lib/perl5/site_perl/%%PERL_VER%%/Term/Tester.pm +lib/perl5/site_perl/%%PERL_VER%%/Term/Query_Test.pl +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/Query/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/Query Index: p5-Term-ReadKey/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Term-ReadKey/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1998/03/11 03:02:53 1.2 +++ Makefile 1998/08/10 02:28:27 @@ -16,7 +16,7 @@ USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Term::ReadKey.3 do-configure: Index: p5-Term-ReadKey/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Term-ReadKey/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1997/06/27 01:56:01 1.1.1.1 +++ PLIST 1998/08/10 06:29:08 @@ -1,8 +1,7 @@ -lib/perl5/man/man3/Term::ReadKey.3.gz -lib/perl5/site_perl/Term/ReadKey.pm -lib/perl5/site_perl/auto/Term/ReadKey/autosplit.ix -lib/perl5/site_perl/i386-freebsd/auto/Term/ReadKey/ReadKey.bs -lib/perl5/site_perl/i386-freebsd/auto/Term/ReadKey/ReadKey.so -lib/perl5/site_perl/i386-freebsd/auto/Term/ReadKey/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Term/ReadKey -@dirrm lib/perl5/site_perl/auto/Term/ReadKey +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Term/ReadKey.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadKey/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadKey/ReadKey.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadKey/ReadKey.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadKey/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term/ReadKey +@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Term 2>/dev/null || true Index: p5-Time/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Time/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1998/03/11 03:05:06 1.8 +++ Makefile 1998/08/10 02:28:30 @@ -18,7 +18,7 @@ MAN3= Time::CTime.3 Time::JulianDay.3 Time::ParseDate.3 \ Time::Timezone.3 Time::DaysInMonth.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-Time/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-Time/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/03/11 03:05:12 1.2 +++ PLIST 1998/08/10 02:29:51 @@ -1,12 +1,7 @@ -lib/perl5/man/man3/Time::CTime.3.gz -lib/perl5/man/man3/Time::DaysInMonth.3.gz -lib/perl5/man/man3/Time::JulianDay.3.gz -lib/perl5/man/man3/Time::ParseDate.3.gz -lib/perl5/man/man3/Time::Timezone.3.gz -lib/perl5/site_perl/Time/CTime.pm -lib/perl5/site_perl/Time/DaysInMonth.pm -lib/perl5/site_perl/Time/JulianDay.pm -lib/perl5/site_perl/Time/ParseDate.pm -lib/perl5/site_perl/Time/Timezone.pm -lib/perl5/site_perl/i386-freebsd/auto/Time-modules/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Time-modules +lib/perl5/site_perl/%%PERL_VER%%/Time/CTime.pm +lib/perl5/site_perl/%%PERL_VER%%/Time/DaysInMonth.pm +lib/perl5/site_perl/%%PERL_VER%%/Time/JulianDay.pm +lib/perl5/site_perl/%%PERL_VER%%/Time/ParseDate.pm +lib/perl5/site_perl/%%PERL_VER%%/Time/Timezone.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Time-modules/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Time-modules Index: p5-TimeDate/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-TimeDate/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1998/03/11 03:06:20 1.3 +++ Makefile 1998/08/10 02:28:33 @@ -18,7 +18,7 @@ MAN3= Date::Format.3 Date::Parse.3 Time::Zone.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL Index: p5-TimeDate/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-TimeDate/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/03/11 03:06:25 1.2 +++ PLIST 1998/08/10 02:29:45 @@ -1,9 +1,6 @@ -lib/perl5/man/man3/Date::Format.3.gz -lib/perl5/man/man3/Date::Parse.3.gz -lib/perl5/man/man3/Time::Zone.3.gz -lib/perl5/site_perl/Date/Format.pm -lib/perl5/site_perl/Date/Language.pm -lib/perl5/site_perl/Date/Parse.pm -lib/perl5/site_perl/Time/Zone.pm -lib/perl5/site_perl/i386-freebsd/auto/TimeDate/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/TimeDate +lib/perl5/site_perl/%%PERL_VER%%/Date/Format.pm +lib/perl5/site_perl/%%PERL_VER%%/Date/Language.pm +lib/perl5/site_perl/%%PERL_VER%%/Date/Parse.pm +lib/perl5/site_perl/%%PERL_VER%%/Time/Zone.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/TimeDate/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/TimeDate Index: p5-TraceFuncs/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-TraceFuncs/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1997/06/27 01:57:29 1.1.1.1 +++ Makefile 1998/08/10 02:28:35 @@ -16,7 +16,7 @@ USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Devel::TraceFuncs.3 do-configure: Index: p5-TraceFuncs/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/p5-TraceFuncs/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1997/06/27 01:57:29 1.1.1.1 +++ PLIST 1998/08/10 02:29:36 @@ -1,3 +1,2 @@ -lib/perl5/man/man3/Devel::TraceFuncs.3.gz -lib/perl5/site_perl/Devel/TraceFuncs.pm -lib/perl5/site_perl/i386-freebsd/auto/Devel/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Devel/TraceFuncs.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Devel/.packlist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 16:01:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA13891 for freebsd-ports-outgoing; Mon, 10 Aug 1998 16:01:17 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA13725; Mon, 10 Aug 1998 16:00:30 -0700 (PDT) (envelope-from se@dialup124.zpr.uni-koeln.de) Received: from dialup124.zpr.Uni-Koeln.DE (dialup124.zpr.Uni-Koeln.DE [134.95.219.124]) by Octopussy.MI.Uni-Koeln.DE (8.8.8/8.8.8) with ESMTP id BAA13044; Tue, 11 Aug 1998 01:00:04 +0200 (MET DST) Received: (from se@localhost) by dialup124.zpr.Uni-Koeln.DE (8.8.8/8.6.9) id XAA01738; Mon, 10 Aug 1998 23:55:03 +0200 (CEST) X-Face: " Date: Mon, 10 Aug 1998 23:55:02 +0200 From: Stefan Esser To: Andreas Klemm , Satoshi Asami Cc: ports@FreeBSD.ORG, Stefan Esser Subject: Re: qt versions References: <19980810010234.A7787@klemm.gtn.com> <199808092342.QAA24338@silvia.hip.berkeley.edu> <19980810085012.B6237@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <19980810085012.B6237@klemm.gtn.com>; from Andreas Klemm on Mon, Aug 10, 1998 at 08:50:12AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1998-08-10 08:50 +0200, Andreas Klemm wrote: > On Sun, Aug 09, 1998 at 04:42:16PM -0700, Satoshi Asami wrote: > > Oh by the way, I see that kde* ports are BUILD_DEPENDS-ing on `moc' in > > addition to LIB_DEPENDS-ing on libqt, I guess we can just use > > LIB_DEPENDS for USE_QT, right? > > Don't know what Stefan would say, but I'd say yes ;-) Well, yes and no ... I know some people just delete files that seem unnecessary whenever they run out of disk space, and those people may consider "moc" a waste of disk space (they remember to have never used it ;-) ... That would lead to spurious PRs about the port being broken, and the poor port maintainer had to explain people they have to re-install Qt, even though the KDE port they are trying to build seemed to have all dependencies satisfied ... For that reason, I'd rather keep that dependency line in the Makefile. I'm all for a USE_QT as suggested by Satoshi (IIRC). That could imply the build dependency, too, at negligible extra cost ;-) Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 16:12:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15901 for freebsd-ports-outgoing; Mon, 10 Aug 1998 16:12:25 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15896; Mon, 10 Aug 1998 16:12:20 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA23589; Mon, 10 Aug 1998 16:11:52 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA02810; Mon, 10 Aug 1998 16:11:45 -0700 (PDT) Date: Mon, 10 Aug 1998 16:11:45 -0700 (PDT) Message-Id: <199808102311.QAA02810@silvia.hip.berkeley.edu> To: se@FreeBSD.ORG CC: andreas@klemm.gtn.com, ports@FreeBSD.ORG, se@FreeBSD.ORG In-reply-to: <19980810235502.B1555@mi.uni-koeln.de> (message from Stefan Esser on Mon, 10 Aug 1998 23:55:02 +0200) Subject: Re: qt versions From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I know some people just delete files that seem unnecessary whenever * they run out of disk space, and those people may consider "moc" a * waste of disk space (they remember to have never used it ;-) ... * * That would lead to spurious PRs about the port being broken, and the * poor port maintainer had to explain people they have to re-install Qt, * even though the KDE port they are trying to build seemed to have all * dependencies satisfied ... Aw come on. Hundreds of ports will break if people do that kind of stuff. Really, how many bogus reports have you gotten because people deleted /usr/X11R6/bin/moc? I think you're confused by the reports that had make trying to call "/usr/bin/moc". That was because of bugs in gcc installation (egcs or gcc28) confusing the configure script, and has nothing to do with /usr/X11R6/bin/moc disappearing. (In particular, people with that problem could not solve it by reinstalling qt.) * I'm all for a USE_QT as suggested by Satoshi (IIRC). That could imply It was Andeas' idea, actually. :) * the build dependency, too, at negligible extra cost ;-) I agree it's negligible, but IMO it's a step in the wrong direction. The ports collection will quickly become unmanageable if we start worrying about those things.... Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 18:50:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10585 for freebsd-ports-outgoing; Mon, 10 Aug 1998 18:50:09 -0700 (PDT) (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 SAA10548 for ; Mon, 10 Aug 1998 18:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA27056; Mon, 10 Aug 1998 18:50:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10098; Mon, 10 Aug 1998 18:44:08 -0700 (PDT) (envelope-from nobody) Message-Id: <199808110144.SAA10098@hub.freebsd.org> Date: Mon, 10 Aug 1998 18:44:08 -0700 (PDT) From: billf@jade.chc-chimes.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7566: [re]submission of new port: net/ntop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7566 >Category: ports >Synopsis: [re]submission of new port: net/ntop >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: Mon Aug 10 18:50:01 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD jade.chc-chimes.com 2.2.7-STABLE >Environment: FreeBSD jade.chc-chimes.com 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Mon Aug 10 14:34:07 EDT 1998 billf@jade.chc-chimes.com:/usr/cvs-update/src/sys/compile/JADED i386 >Description: shar follows. I still had to use most of my old patches because for some reason they still try to include headers that aren't installed and aren't needed. next release they should make some sort of #ifdef. Also for some ungodly reason they include /usr/5include and they try and usr /usr/5lib as a libdir. perhaps it's just my lack of knowledge of C, but WTF are they trying to do. >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./patches # ./patches/patch-aa # ./patches/patch-ab # ./patches/patch-ac # ./patches/patch-ad # ./patches/patch-ae # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ntop X# Version required: 0.2.2 X# Date created: 10 August 1998 X# Whom: Bill Fumerola X# X# $Id: $ X# X XDISTNAME= ntop-0.4-src XPKGNAME= ntop-0.4 XCATEGORIES= net XMASTER_SITES= http://jake.unipi.it/~deri/ntop/ X XMAINTAINER= billf@chc-chimes.com X XWRKSRC= ${WRKDIR}/${PKGNAME} XUSE_AUTOCONF= yes XALL_TARGET= X Xpost-install: X X strip ${PREFIX}/sbin/ntop X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (ntop-0.4-src.tar.gz) = 6867ac4fd7390de478ce0c401c11e23e END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xshows the network usage, with an interface similar to top(1) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' Xntop is a tool that shows the network usage, similar to what the popular top XUnix command does. ntop is based on pcapture X Xhttp://jake.unipi.it/~deri/ntop/ X XBill Fumerola END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xsbin/ntop END-of-./pkg/PLIST echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- ntop.h.old Mon Aug 10 21:17:29 1998 X+++ ntop.h Mon Aug 10 21:17:50 1998 X@@ -38,7 +38,9 @@ X #include X #include X #include X+/* X #include X+*/ X #include X #include X END-of-./patches/patch-aa echo x - ./patches/patch-ab sed 's/^X//' >./patches/patch-ab << 'END-of-./patches/patch-ab' X--- interface.h.old Mon Aug 10 21:18:53 1998 X+++ interface.h Mon Aug 10 21:19:12 1998 X@@ -25,8 +25,9 @@ X * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. X */ X X- X+/* X #include X+*/ X #ifdef HAVE_OS_PROTO_H X #include "os-proto.h" X #endif END-of-./patches/patch-ab echo x - ./patches/patch-ac sed 's/^X//' >./patches/patch-ac << 'END-of-./patches/patch-ac' X--- setsignal.c.old Mon Aug 10 21:20:09 1998 X+++ setsignal.c Mon Aug 10 21:20:31 1998 X@@ -40,7 +40,9 @@ X #include X #endif X X+/* X #include X+*/ X #ifdef HAVE_OS_PROTO_H X #include "os-proto.h" X #endif END-of-./patches/patch-ac echo x - ./patches/patch-ad sed 's/^X//' >./patches/patch-ad << 'END-of-./patches/patch-ad' X--- Makefile.in.old Mon Aug 10 21:23:13 1998 X+++ Makefile.in Mon Aug 10 21:23:39 1998 X@@ -38,17 +38,17 @@ X CC = @CC@ X PROG = ntop X CCOPT = @V_CCOPT@ X-INCLS = -I. -I/usr/5include @V_INCLS@ X+INCLS = -I. -I/usr/include @V_INCLS@ X DEFS = @DEFS@ X X # Standard CFLAGS X CFLAGS = $(CCOPT) $(DEFS) $(INCLS) X X # Standard LDFLAGS X-LDFLAGS = @LDFLAGS@ -L/usr/5lib X+LDFLAGS = @LDFLAGS@ -L/usr/lib X X # Standard LIBS X-LIBS = @LIBS@ X+LIBS = @LIBS@ -lncurses X X INSTALL = @INSTALL@ X END-of-./patches/patch-ad echo x - ./patches/patch-ae sed 's/^X//' >./patches/patch-ae << 'END-of-./patches/patch-ae' X--- ntop.c.old Mon Aug 10 21:25:09 1998 X+++ ntop.c Mon Aug 10 21:25:44 1998 X@@ -298,11 +298,11 @@ X usage() X { X extern char version[]; X- extern char pcap_version[]; X+/* extern char pcap_version[]; */ X X (void)fprintf(stderr, "%s v.%s for %s\n", program_name, X version, osName); X- (void)fprintf(stderr, "[libpcap version %s]\n", pcap_version); X+/* (void)fprintf(stderr, "[libpcap version %s]\n", pcap_version); */ X (void)fprintf(stderr, "Written by %s.\n", author); X (void)fprintf(stderr, "\nUsage: %s [-r (refresh time [default 3 secs]]\n\t" X " [-n (numeric IP addresses)]\n\t" END-of-./patches/patch-ae exit >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 Mon Aug 10 19:37:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15701 for freebsd-ports-outgoing; Mon, 10 Aug 1998 19:37:13 -0700 (PDT) (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 TAA15696; Mon, 10 Aug 1998 19:37:12 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28302; Mon, 10 Aug 1998 19:37:10 -0700 (PDT) Date: Mon, 10 Aug 1998 19:37:10 -0700 (PDT) Message-Id: <199808110237.TAA28302@freefall.freebsd.org> To: mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/7566 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [re]submission of new port: net/ntop Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Mon Aug 10 22:36:46 EDT 1998 Responsible-Changed-Why: I said I would handle ntop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 20:20:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21727 for freebsd-ports-outgoing; Mon, 10 Aug 1998 20:20:09 -0700 (PDT) (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 UAA21687 for ; Mon, 10 Aug 1998 20:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA29782; Mon, 10 Aug 1998 20:20:01 -0700 (PDT) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA21346 for ; Mon, 10 Aug 1998 20:14:27 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id VAA11508; Mon, 10 Aug 1998 21:13:40 -0600 (MDT) (envelope-from brett) Message-Id: <199808110313.VAA11508@peloton.physics.montana.edu> Date: Mon, 10 Aug 1998 21:13:40 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7569: new port - wmtimebomb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7569 >Category: ports >Synopsis: new port of wmtimebomb, yet another minesweeper game! >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: Mon Aug 10 20:20:01 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.7-STABLE i386 >Environment: Hot house, hoping for a cool breeze or more beer. >Description: It seemed we needed another minesweeper game and I haven't ever ported one and lord knows it seemed to be time I do that. I now just need to port a clock that's as useless for telling time as bclock is and my life will be complete! BTW, this minesweeper does have ONE difference - there's a timer that limits the time you have to find all of the mines. This minesweeper also needs to coexist w/ WindowMaker for some reason I have yet to understand. >How-To-Repeat: See included port below and commit - we need a separate x11-minesweeper category and if we get enough ports Satoshi will have to give in! :-) >Fix: #!/bin/csh -f # Uuencoded gz-compressed .tar file created by csh script uufiles # For more info (11/95), see e.g. http://xxx.lanl.gov/faq/uufaq.html # If you are on a unix machine this file will unpack itself: strip # any mail header and call resulting file, e.g., wmtimebomb.uu # (uudecode ignores these header lines and starts at begin line below) # Then say csh wmtimebomb.uu # or explicitly execute the commands (generally more secure): # uudecode wmtimebomb.uu ; gunzip wmtimebomb.tar.gz ; # tar -xvf wmtimebomb.tar # On some non-unix (e.g. VAX/VMS), first use editor to change filename # in "begin" line below to wmtimebomb.tar-gz , then execute # uudecode wmtimebomb.uu # gzip -d wmtimebomb.tar-gz # tar -xvf wmtimebomb.tar # uudecode $0 chmod 644 wmtimebomb.tar.gz gunzip -c wmtimebomb.tar.gz | tar -xvf - rm $0 wmtimebomb.tar.gz exit begin 644 wmtimebomb.tar.gz M'XL(`"ZUSS4``^U9;6_:2!#.5_PKIDH^)+G:WL5O"3I.=<"*?,&`;'+A0R5D MXP5;P=BU39VVZOWVVS6D@=RU)">"%,6/9-;LSK[./K,[XR+*PXAX<>2)!R\% MD)&F*7``@#4%K:?W0`"JHDJ:A#55IL58P_@`E!<;T1H66>ZF``=>2O+\%W+; MRE\IB@?])VX^#DBV^WWP9/VKFE;7ZK18DF2ITO\^\!_Z+U/>=7?6!T9(I;3^ MJ?XU25KQ'R%)I7L!*P@I!X!V-H)?X(WK__3T%,S(O263<$:$.`VG-2N>@[Z8 M`D:`U8:B-?`9X//S,X[G^0?9#3&M@_@QM*O#+O,O+%H#RD5!/IT>BV],Z+RMFZ;AD,%CHZ7#9RPMU6Z MK'W"E54U,*9YO8L_-_)B*">#WY\#3?DGCPK^U[!^`V?0'IG=5N>Z M70KSIKC(4G$6C]V9&,['LX5/J)0Q'-CZ1JM\9TUP%GK/FN&3]+_._]OIR]P! MGF7_%6;_Z[)6V?^]X)'^Z?YLV;ON8YO]K^-[^R_5$=+*\Q]7]G\OT.=Q'E## M%H5SDA6$)/1]ZD;D'8!%W'D.>0SCF-R%60Y%F`=P$\[]N"BMH0`P",(,N,\D MS4)Z',23C78"-P,7CC^[:>AZ,W)26J>4M>CZ/DMHSY"D),L6*1&>9J\J[!:/ M^-_J69;1'>RVCVW\!TU]L/\R\_\D1<45__>!G_$?>(BV\K^B[*O'(_[W.Z:S M8_8_@?]8N_?_,&)W`7K^UZ6*__N`%\[%ASU0$?JM88W_S*M_@>C?<^*_B%[_ M5<9_A"K_;R_XE_XC?^?+OOW^ISS6OZS4*_N_#UAM!8X?-H&@"G0YA.G7$VC" M6/)<"2EGGEP_PQ-4]X@GR;)_1OUUU<>*5IT6KQ]K_+=6D=V=][&%__3.I_V( M_T@K_LM5_&-&JS=$`_AKU6T)R6? M%F%*_$8-"5A0:4G;S0F,4T(3FEO#B'T@H`N\_"YP"#=!'-'\6KF6'Q(RB_-X M+B3!ERP<9T(4SW-W[@K$7W"'5/K(](_H"]>F+DE7MXQF;=U.Y_'(@ M+7U@7/98"+U98[YLQEFZ,S#LD6,.6%Z0YTE#%(NB$*;)1(A3(0_$OZ/@Z]I- M6.1H);,[H(]A-VOE`GV8I(1XF4]K3#G.ONZ.VD;?Z+:=)MO&1]^&&%_HCO%= M7%ZJF8O<./K6[]D#IVW:W\4[C/DB$HO2@RZ+N8YY\:.1VC")/GX49/IL5)NF M;A+0!1+ODHCC;NPKQVXU:7?TK2Q?4PYW[1@CDWUV:-:^T'EW>R.SZPST3F=D KZ=V^?LFFSPHX8?79`7YG$V+3$Z+;/RJ+7J%"A0H5*KP%_`-IV1X6`"@``&=D ` end >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 Mon Aug 10 20:30:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23229 for freebsd-ports-outgoing; Mon, 10 Aug 1998 20:30:17 -0700 (PDT) (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 UAA23118 for ; Mon, 10 Aug 1998 20:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA29983; Mon, 10 Aug 1998 20:30:00 -0700 (PDT) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22011 for ; Mon, 10 Aug 1998 20:23:04 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id VAA12295; Mon, 10 Aug 1998 21:22:17 -0600 (MDT) (envelope-from brett) Message-Id: <199808110322.VAA12295@peloton.physics.montana.edu> Date: Mon, 10 Aug 1998 21:22:17 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7570: update to asapm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7570 >Category: ports >Synopsis: upate to asapm-1.5 >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: Mon Aug 10 20:30:00 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.7-STABLE i386 >Environment: still a hot room - hoping for further beer! >Description: update of asapm to 1.5 - not much new here - just a bugfix in the code - the patch and patches directory can be removed as that patch has been included in the latest release - new makesum >How-To-Repeat: apply diff below >Fix: diff -ruN asapm/Makefile asapm/Makefile --- asapm/Makefile Sun Aug 9 18:36:58 1998 +++ asapm/Makefile Mon Aug 10 21:14:36 1998 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1998/08/10 00:36:58 steve Exp $ # -DISTNAME= asapm-1.4 +DISTNAME= asapm-1.5 CATEGORIES= sysutils x11 MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/ diff -ruN asapm/files/md5 asapm/files/md5 --- asapm/files/md5 Sun Aug 9 18:36:58 1998 +++ asapm/files/md5 Mon Aug 10 21:14:56 1998 @@ -1 +1 @@ -MD5 (asapm-1.4.tar.gz) = 08c11f5b6cfe7e354d43916711a7a646 +MD5 (asapm-1.5.tar.gz) = 7cd7c9e0b8f68f79a7549252079351ed diff -ruN asapm/patches/patch-aa asapm/patches/patch-aa --- asapm/patches/patch-aa Sun Aug 9 18:36:58 1998 +++ asapm/patches/patch-aa Wed Dec 31 17:00:00 1969 @@ -1,11 +0,0 @@ ---- Makefile.orig Thu Aug 6 16:53:24 1998 -+++ Makefile Thu Aug 6 16:54:18 1998 -@@ -1,6 +1,6 @@ - # The locations where this program should be installed --INSTALL_X_DIR=/usr/X11R6/bin --MAN_DIR=/usr/X11R6/man/man1 -+INSTALL_X_DIR=${PREFIX}/bin -+MAN_DIR=${PREFIX}/man/man1 - - # The location and names of the X11 libraries - LDIR = -L/usr/X11R6/lib >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 Mon Aug 10 20:30:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23249 for freebsd-ports-outgoing; Mon, 10 Aug 1998 20:30:23 -0700 (PDT) (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 UAA23133 for ; Mon, 10 Aug 1998 20:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA29992; Mon, 10 Aug 1998 20:30:01 -0700 (PDT) Received: from mixer.visi.com (mixer.visi.com [209.98.98.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22206 for ; Mon, 10 Aug 1998 20:24:42 -0700 (PDT) (envelope-from nordquis@visi.com) Received: from isis.visi.com (nordquis@isis.visi.com [209.98.98.8]) by mixer.visi.com (8.8.8/8.7.5) with ESMTP id WAA29473 for ; Mon, 10 Aug 1998 22:24:20 -0500 (CDT) Received: (from nordquis@localhost) by isis.visi.com (8.8.8/8.8.8) id WAA23874 for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Aug 1998 22:24:18 -0500 (CDT) Message-Id: <199808110324.WAA23874@isis.visi.com> Date: Mon, 10 Aug 1998 22:24:18 -0500 (CDT) From: "Brent J. Nordquist" Reply-To: "Brent J. Nordquist" To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7571: cgiwrap update to 3.6.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7571 >Category: ports >Synopsis: cgiwrap update to 3.6.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 10 20:30:01 PDT 1998 >Last-Modified: >Originator: Brent J. Nordquist >Organization: None >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0-CURRENT i386 >Description: The following patch updates the cgiwrap port from 3.6.1 to 3.6.2 and uses INSTALLDIR for the pre-install MKDIR. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /var/cvs/ports/www/cgiwrap/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1998/08/10 00:16:36 1.1.1.1 +++ Makefile 1998/08/11 00:00:29 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1998/08/10 00:16:36 steve Exp $ # -DISTNAME= cgiwrap-3.6.1 +DISTNAME= cgiwrap-3.6.2 CATEGORIES= www MASTER_SITES= http://www.umr.edu/~cgiwrap/dist/ \ ftp://ftp.umr.edu/pub/cgi/cgiwrap/ \ @@ -41,7 +41,7 @@ HTTPDUSER= --with-httpd-user=nobody pre-install: - ${MKDIR} ${PREFIX}/www/cgi-bin + ${MKDIR} ${INSTALLDIR} post-install: strip ${INSTALLDIR}/cgiwrap Index: files/md5 =================================================================== RCS file: /var/cvs/ports/www/cgiwrap/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1998/08/10 00:16:36 1.1.1.1 +++ md5 1998/08/11 00:01:29 @@ -1 +1 @@ -MD5 (cgiwrap-3.6.1.tar.gz) = 4eba57b54e3de0015c0facc66f0ad788 +MD5 (cgiwrap-3.6.2.tar.gz) = 356864faab603f68e766bb2f093a9a8e >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 Mon Aug 10 22:23:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09851 for freebsd-ports-outgoing; Mon, 10 Aug 1998 22:23:25 -0700 (PDT) (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 WAA09821; Mon, 10 Aug 1998 22:22:41 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA03097; Mon, 10 Aug 1998 22:22:39 -0700 (PDT) Date: Mon, 10 Aug 1998 22:22:39 -0700 (PDT) Message-Id: <199808110522.WAA03097@freefall.freebsd.org> To: tanimura@naklab.dnj.ynu.ac.jp, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/7550 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: 8hz-mp3 State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Tue Aug 11 01:22:03 EDT 1998 State-Changed-Why: Imported with minor changes, thanks! Your name has been added to the Handbook in recognition of your contribution. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Tue Aug 11 01:22:03 EDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 23:13:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15466 for freebsd-ports-outgoing; Mon, 10 Aug 1998 23:13:26 -0700 (PDT) (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 XAA15456; Mon, 10 Aug 1998 23:13:15 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04606; Mon, 10 Aug 1998 23:13:13 -0700 (PDT) Date: Mon, 10 Aug 1998 23:13:13 -0700 (PDT) Message-Id: <199808110613.XAA04606@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7569 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port of wmtimebomb, yet another minesweeper game! State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon Aug 10 23:12:39 PDT 1998 State-Changed-Why: Sorry, we have this one already. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 10 23:20:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16203 for freebsd-ports-outgoing; Mon, 10 Aug 1998 23:20:11 -0700 (PDT) (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 XAA16159 for ; Mon, 10 Aug 1998 23:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04801; Mon, 10 Aug 1998 23:20:01 -0700 (PDT) Date: Mon, 10 Aug 1998 23:20:01 -0700 (PDT) Message-Id: <199808110620.XAA04801@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Thomas Gellekum Subject: Re: ports/7569: new port - wmtimebomb Reply-To: Thomas Gellekum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7569; it has been noted by GNATS. From: Thomas Gellekum To: brett@peloton.physics.montana.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/7569: new port - wmtimebomb Date: 11 Aug 1998 08:10:25 +0200 brett@peloton.physics.montana.edu writes: > >Environment: > > Hot house, hoping for a cool breeze or more beer. How about both? > >Description: > > It seemed we needed another minesweeper game and I haven't ever > ported one and lord knows it seemed to be time I do that. I Too late: tg 1998/08/10 00:57:57 PDT ports/games/wmtimebomb - Imported sources Update of /home/ncvs/ports/games/wmtimebomb In directory freefall.freebsd.org:/tmp/cvs-serv10050 Log Message: New port wmtimebomb. Another entry for the still missing minesweeper category. This one works best with WindowMaker. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 03:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10532 for freebsd-ports-outgoing; Tue, 11 Aug 1998 03:20:07 -0700 (PDT) (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 DAA10510 for ; Tue, 11 Aug 1998 03:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA11957; Tue, 11 Aug 1998 03:20:01 -0700 (PDT) Received: from counter.bik-gmbh.de (counter.bik-gmbh.de [194.233.237.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09723; Tue, 11 Aug 1998 03:13:42 -0700 (PDT) (envelope-from cracauer@counter.bik-gmbh.de) Received: (from cracauer@localhost) by counter.bik-gmbh.de (8.8.8/8.8.8) id MAA02589; Tue, 11 Aug 1998 12:11:14 +0200 (CEST) (envelope-from cracauer) Message-Id: <199808111011.MAA02589@counter.bik-gmbh.de> Date: Tue, 11 Aug 1998 12:11:14 +0200 (CEST) From: cracauer@cons.org Reply-To: cracauer@cons.org To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: andreas@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7572: qt-133 /usr/local vs. /usr/X11R6 mismatch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7572 >Category: ports >Synopsis: The qt-1.33 make package fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 11 03:20:00 PDT 1998 >Last-Modified: >Originator: Martin Cracauer >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Newest port of qt-1.33 on -stable. >Description: The port tries to install the libraries and the binaries to $(X11BASE), while the rest of the port is being installed to /usr/local That's bad, since the packaging list isn't prepared to do so and looks for libraries and bin/moc in /usr/local/, hence "make package" fails. >How-To-Repeat: cd /usr/ports/x11-toolkits/qt133 && make all install package >Fix: By using a special "do-install" definition, "Makefile" tries to relocate each part. This obviously isn't though to the end. Quick fix: s/$(X11BASE)/$(PREFIX)/ in Makefile. You might think over the concept of installing parts to X11BASE and other parts to PREFIX, I think it's highly ugly to have libs in /usr/X11R6/lib and the includefiles to use these libs in /usr/local/include/X11. Choose one location for the whole port, please. >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 Tue Aug 11 04:50:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19338 for freebsd-ports-outgoing; Tue, 11 Aug 1998 04:50:08 -0700 (PDT) (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 EAA19330 for ; Tue, 11 Aug 1998 04:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA17144; Tue, 11 Aug 1998 04:50:01 -0700 (PDT) Date: Tue, 11 Aug 1998 04:50:01 -0700 (PDT) Message-Id: <199808111150.EAA17144@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: asami@FreeBSD.ORG (Satoshi Asami) Subject: Re: ports/7572 Reply-To: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7572; it has been noted by GNATS. From: asami@FreeBSD.ORG (Satoshi Asami) To: andreas@klemm.gtn.com Cc: cracauer@cons.org, FreeBSD-gnats-submit@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: ports/7572 Date: Tue, 11 Aug 1998 04:45:40 -0700 (PDT) (Quoting in full to put it in audit-trail of correct PR.) Andreas: * Hmm, I think you triggered the trap by defining PREFIX explicitely * in /etc/make.conf. * * Normally this shouldn't happen, because the port defines * USE_X_PREFIX in Makefile. If you dig into bsd.ports.mk: * * .if defined(USE_X_PREFIX) * USE_X11= yes * .endif * .if defined(USE_X_PREFIX) * PREFIX?= ${X11BASE} * .else * PREFIX?= ${LOCALBASE} * .endif * * You should see, that PREFIX will be set to ${X11BASE} * * But you are right, the port will be broken, if somebody sets his * own PREFIX variable. That's because the port uses both PREFIX and X11BASE. It should use PREFIX only it is equal to X11BASE in this case. X11BASE is for non-X ports that need to refer to /usr/X11R6 or its equivalent. (Similarly, LOCALBASE is for X ports to refer to /usr/local or its equivalent.) * So, what's the real use of defining USE_X_PREFIX, instead of using * directly X11BASE instead of PREFIX ?! * * I think of cases, where people want their X11 stuff still live * in /usr/X11R6 but local ports in /local or something else ... Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 06:21:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28777 for freebsd-ports-outgoing; Tue, 11 Aug 1998 06:21:03 -0700 (PDT) (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 GAA28772; Tue, 11 Aug 1998 06:21:01 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA19999; Tue, 11 Aug 1998 06:20:59 -0700 (PDT) Date: Tue, 11 Aug 1998 06:20:59 -0700 (PDT) Message-Id: <199808111320.GAA19999@freefall.freebsd.org> To: cracauer@cons.org, andreas@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7572 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The qt-1.33 make package fails State-Changed-From-To: open-closed State-Changed-By: andreas State-Changed-When: Tue Aug 11 06:19:52 PDT 1998 State-Changed-Why: fixed it to what Satoshi suggested (to use $PREFIX) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 06:37:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00776 for freebsd-ports-outgoing; Tue, 11 Aug 1998 06:37:41 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00767 for ; Tue, 11 Aug 1998 06:37:38 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id JAA09962 for ; Tue, 11 Aug 1998 09:35:12 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 11 Aug 1998 09:35:12 -0400 (EDT) From: Bill Fumerola To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/7566 In-Reply-To: <199808110305.UAA29430@freefall.freebsd.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 regarding resubmission... I used the send-pr on the web site as opposed to the from send-pr(1). I was at home (win95) and copy/pasted from my terminal (secureCRT) to netscape. I'll use send-pr(1), in the future though if that's what it does. any other PR's I've done (about 4-5 port submissions now) were done with send-pr(1). I don't know if the webmaster should be contacted regarding this, or if it's my windows / telnet program that's fubar'ing the TABs. On Mon, 10 Aug 1998, Matthew Hunt wrote: > Synopsis: [re]submission of new port: net/ntop > > State-Changed-From-To: open-closed > State-Changed-By: mph > State-Changed-When: Mon Aug 10 23:04:01 EDT 1998 > State-Changed-Why: > Port of version 0.4 committed, thanks. Your name has been etched in > the Handbook for your contribution. For some reason, the tab characters > in your PR were changed into spaces, which required repair. This > was not the case in your first PR, so you may want to consider what you > did differently that introduced the problem. :-) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 07:04:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03874 for freebsd-ports-outgoing; Tue, 11 Aug 1998 07:04:27 -0700 (PDT) (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 HAA03794 for ; Tue, 11 Aug 1998 07:03:38 -0700 (PDT) (envelope-from tg@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.8/8.8.6) with ESMTP id QAA19583; Tue, 11 Aug 1998 16:02:57 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id QAA16292; Tue, 11 Aug 1998 16:02:56 +0200 (CEST) To: Brett Taylor Cc: ports@FreeBSD.ORG Subject: Re: WindowMaker barfs.... References: Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 11 Aug 1998 16:02:56 +0200 In-Reply-To: Brett Taylor's message of "Mon, 10 Aug 1998 14:18:17 -0600 (MDT)" Message-ID: <87vhnzsjjj.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 14 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Brett Taylor writes: > /bin/sh ./mkinstalldirs /usr/X11R6/lib > list='libPropList.a libPropList.so.0.7'; for p in $list; do if test -f [...] > Making install in wrlib > /bin/sh ../mkinstalldirs /usr/X11R6/lib > (at this point a pixmap appears, kill the pixmap, another appears...) Could you try to copy the mkinstalldirs from libPropList to the WindowMaker dir? I can't see on a first glance why that would make a difference, but... tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 08:30:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20339 for freebsd-ports-outgoing; Tue, 11 Aug 1998 08:30:15 -0700 (PDT) (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 IAA20254 for ; Tue, 11 Aug 1998 08:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA02061; Tue, 11 Aug 1998 08:30:00 -0700 (PDT) Received: from asuka.azkey.org (asuka.azkey.org [210.160.160.238]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA20192 for ; Tue, 11 Aug 1998 08:29:47 -0700 (PDT) (envelope-from azuki@azkey.org) Received: (qmail 17674 invoked from network); 11 Aug 1998 15:33:05 -0000 Received: from n5ppp15.mwnet.or.jp (HELO ken.jp.azkey.org) (202.226.202.15) by asuka.azkey.org with SMTP; 11 Aug 1998 15:33:05 -0000 Received: (qmail 4383 invoked by uid 1001); 11 Aug 1998 15:26:19 -0000 Message-Id: <19980811152618.4382.qmail@ken.jp.azkey.org> Date: 11 Aug 1998 15:26:18 -0000 From: azuki@azkey.org Reply-To: azuki@azkey.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7576: NEW port: skkfep-0.85 (Japanese FrontEnd Processor) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7576 >Category: ports >Synopsis: NEW port: skkfep-0.85 (Japanese FrontEnd Processor) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: support >Submitter-Id: current-users >Arrival-Date: Tue Aug 11 08:30:00 PDT 1998 >Last-Modified: >Originator: Yusuke NAWANO >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: need to SKK(skkserver). >Description: SKK-like Japanese FrontEnd Processor. I put the port packed with 'tar cvf' and uuencode below "Fix:" Packed tarball is 2392 Aug 12 00:20 skkfep-0.85.tar.gz Packed list is 0 Aug 12 00:18 1998 skkfep/ 770 Aug 11 23:09 1998 skkfep/Makefile 0 Jul 29 06:05 1998 skkfep/files/ 118 Jul 29 06:05 1998 skkfep/files/md5 0 Jul 29 05:12 1998 skkfep/patches/ 1246 Jul 27 18:53 1998 skkfep/patches/patch-aa 878 Jul 27 19:00 1998 skkfep/patches/patch-ab 214 Jul 27 18:53 1998 skkfep/patches/patch-ac 232 Jul 29 05:12 1998 skkfep/patches/patch-ad 497 Jul 29 04:50 1998 skkfep/patches/patch-ae 0 Jul 27 18:53 1998 skkfep/pkg/ 42 Jul 27 18:53 1998 skkfep/pkg/COMMENT 148 Jul 27 18:53 1998 skkfep/pkg/DESCR 58 Jul 27 18:55 1998 skkfep/pkg/PLIST >How-To-Repeat: >Fix: begin 644 skkfep-0.85.tar.gz M'XL(`#!AT#4``^U;>W/:.A;OO_A3:)+,]$%L;.-'PI1."7%;&@*,39K-S,Y2 M8/260 M(NJJBIXA).FJ5+SG$!'25$T1-;%>EZ!8DC3]&5*?M%49XC#"`4+/\$T\]7Y" M9^-%1(-MM&BK"-/Q=[T9"9]J%CQP_%5=J6OP#XKENB26X[\-W!K_N?,D*I=$ M45.4'X^_I&EKXU\711A_\2D:LX[_\_$_/5;1BW02B,*!*H`RA,N;EZB)ZJKL MVK8FN[*CB<[AP5AR5%(?@V7:MHMUG2NP@L,6',]U,U:%B(KBDO&!X^IC%SNZ M8VNN1&1-MS7-5AWNG^YUB1R9_2]P9$^>*@+\@O\799G%?UF3ROB_%:R-?W+G M,7Y4&??X?[E>S_R_J&BZKD"Q4E>DTO]O`SS/(YOZKG)<5*_;1QWB& M9`W)4D-2&DH=28>'!URU6EV2KE-I#5%-J=Z^1;R\KZ,JN[Q]RR'T"K43KCC` MD4=]Y-(`62Q0Y!.ZF`L!;&OC#9X:J;)6Y`R#AT6"GB MT*[GHCF>$I;`C!8XP',2D8!#[7;STK:3UDCJOB2C:GIC+=IU@-PGR#3>G_:/ MC4JE]@H1'X]G!`7DT@NA`C2G(-,E.(H#DC0R9SJSC!&TWC+;'QA?'!($-A0& M]D2PD><#,W80=9.7)/BRP3LT.ZW>^ZZ1,T>!A_U+$#W'P13-O"EARF%L?,Z6 M*FO4[1P5)(+5(AP"PSC`P76N5&@!M-[%-D&@Z:LOWIS55-V-?:CK[U>$5GTY M-MZUSKK#T4FKUSHQ+M#.?ZZ2`8&*CZ[1A8!.L$^F-.E([57.=7(V[)\-C5[N M^(%Z1]CAWT#GXWVTLP^/$?'3-O\R2SH=UGJZ:C&T]&/GR*HDX^W0FD/]YQ$* M)[$;\32.T)$%TQM&W8.9W;'2&0"ULBFDU/*I/KZ9X!W&RA3/9@U,P`D- MHUMZV."<41O/&-F/6%-],'44)BTT!:UJ9&]&QYUVI;)3B\.@EM19@UE1@_E0 M`P(>5''1%[K,%._GF^"`U+*04F#V8&8LN8\ZO99Y`5UI,1/*!@.-/9_-OI!@ ML"0V!"NC2BP(%W%W_!\_JHQ[XK^DJLOX MKVN*F,3_NE;&_VV`Q?]%0"-ZF@71-`DXI5EXUY%TT%`/&Z*T2@)NT6^22OHJ M$U#VI4/PF^S*W":X#:L)\PVL&L*Y'S+S#B!@?@V\B,`SA)QY"/([I4!LV5D4B[HXX-UE09"7G6:KKJ$TV4<;LP[Q)- ME/%#QNIFM2M.9$$P20N]^6)&',].WB9AO)DZJ?PG=*8)_.E+`;/HBF>S!KJR MT=Z+)L_7?.7'`G_M(5F"8 M8/%W:_V7DZY3*8VZO/+Z!VS]=Y"M_PKY*]C:Z$,Q3>_U1Z>M;K??'GTH+`)? MS\$6\AOUW+CW]#.?E?<;?_D467<9_^Z)F7[ M?[*JU3/[+_=_MH+,_EDDE00Z&U6;Y!AH3F\Y)B#Z;QO#,Z/'#/DLO M>+8K\YP1"!P:KO@0/,4A<4$NVZ7XXO'P*PB!2!@.N*IPA/@O'@DA[[I;8A51 MMEATT7,/TT[+,I\_L!'5AS2BNFP$F6,[_&D[L'_]]T4G8FY)1TQZ$'+()"S_ M(Y`ZXBAF>SL^2;6$UEWCW?;O/.H37"FL`R5Y7T75Y)KD!,NH#B$]CKP9A'6V$<2F-=N_6437 M+UZNMK#NVN'EK0N+K?&:_(Q5`&N/6[\1/_MK<:DL0FYI/(>,^^Y=E9SZ>"5RR-,&S MD'&DZ5P(JQF4K2629.Z_@LOTAO!GF,W*FF(XSCSKC8Z-@=$[ABKW MOG7[[5;WJ&49W]E76N0ODLAFQ^R-O6^#OCFTCCOF]UK><5;(<;W^Z-P\L>SB M.&&YZ<@V+-F4%^;3,MLL4:)$B1(E2I0H4:)$B1(E2I0H4:)$B1(E2OQI^!^, '\DS3`%```-F4 ` end >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 Tue Aug 11 08:47:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23401 for freebsd-ports-outgoing; Tue, 11 Aug 1998 08:47:18 -0700 (PDT) (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 IAA23378; Tue, 11 Aug 1998 08:47:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA02767; Tue, 11 Aug 1998 08:47:06 -0700 (PDT) Date: Tue, 11 Aug 1998 08:47:06 -0700 (PDT) Message-Id: <199808111547.IAA02767@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kuriyama@FreeBSD.ORG Subject: Re: ports/7074 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [New Ports] Xtt0.6 a TrueType X servers State-Changed-From-To: open-closed State-Changed-By: kuriyama State-Changed-When: Tue Aug 11 08:46:25 PDT 1998 State-Changed-Why: Committed. Thanks! Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Tue Aug 11 08:46:25 PDT 1998 Responsible-Changed-Why: I committed this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 09:10:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27624 for freebsd-ports-outgoing; Tue, 11 Aug 1998 09:10:14 -0700 (PDT) (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 JAA27589 for ; Tue, 11 Aug 1998 09:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA10677; Tue, 11 Aug 1998 09:10:00 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26521 for ; Tue, 11 Aug 1998 09:03:02 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id MAA03400; Tue, 11 Aug 1998 12:00:34 -0400 (EDT) (envelope-from billf) Message-Id: <199808111600.MAA03400@jade.chc-chimes.com> Date: Tue, 11 Aug 1998 12:00:34 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7577: new port: graphics/stamp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7577 >Category: ports >Synopsis: new port: graphics/stamp >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 Aug 11 09:10:00 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: I'm at work. It's that kind of enviornment. >Description: I'd just like to say that the makefile that's standard with this program has to be the worlds ugliest piece of crap. No includes, no libdirs.. *sigh*. it should be fixed now as I added the above and made the Makefile obey ${PREFIX}. >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./patches # ./patches/patch-aa # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: stamp X# Version required: 0.610 X# Date created: 11 August 1998 X# Whom: Bill Fumerola X# X# $Id$ X# X XDISTNAME= stamp XPKGNAME= stamp-0.61 XCATEGORIES= graphics XMASTER_SITES= http://www.telepath.com/booger/ X XMAINTAINER= billf@chc-chimes.com X XLIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg X XALL_TARGET= X Xpost-patch: X X ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old X ${SED} -e 's#/usr/local#${PREFIX}#' ${WRKSRC}/Makefile.old >> ${WRKSRC}/Makefile X Xpost-install: X X strip ${PREFIX}/bin/stamp X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (stamp.tar.gz) = 2e899d64d4dc9fb68ea360afde896643 END-of-./files/md5 echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- Makefile.old Tue Aug 11 10:08:53 1998 X+++ Makefile Tue Aug 11 10:11:29 1998 X@@ -4,9 +4,9 @@ X # It may work, it may not... ripped and grabbed from other places... X # X INSTALL = /usr/bin/install X-INSTALLDIR = /usr/local X+ PREFIX = /usr/local X USER = root X- GROUP = bin X+ GROUP = wheel X X # define your compiler, hope its in your path... X CC = gcc X@@ -19,19 +19,20 @@ X # laterz. X LIBS = -ljpeg X OBJS = stamp.o ftplib.o X- X+INCLS = -I${PREFIX}/include X+LDFLAGS = -L${PREFIX}/lib X X stamp : ${OBJS} X- ${CC} ${CFLAGS} -o stamp ${LIBS} ${OBJS} X+ ${CC} ${CFLAGS} -o stamp ${LDFLAGS} ${LIBS} ${OBJS} X X stamp.o : stamp.c X- ${CC} ${CFLAGS} -c stamp.c X+ ${CC} ${CFLAGS} ${INCLS} -c stamp.c X X ftplib.o : ftplib.c X- ${CC} ${CFLAGS} -c ftplib.c X+ ${CC} ${CFLAGS} ${INCLS} -c ftplib.c X X install : stamp X- ${INSTALL} -g ${GROUP} -o ${USER} -m 0755 snarf ${INSTALLDIR}/bin X+ ${INSTALL} -g ${GROUP} -o ${USER} -m 0755 stamp ${PREFIX}/bin X X clean : X rm -f *~ *.o stamp END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/stamp END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xadds a graphical, configurable timestamp to a grayscale image END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XStamp is a command-line program which will process a greyscale jpeg image, Xsuch as one produced by a greyscale Quickcam. It can add a graphical (and Xconfigurable) timestamp to the image. Stamp can also upload the timestamped Ximage via FTP, with the configuration of a stamprc file. It also features a X"quad" option which will take the latest image and composite it with up to Xthree previous images, while timestamping the latest one. X Xhttp://www.telepath.com/booger/ X XBill Fumerola END-of-./pkg/DESCR exit >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 Tue Aug 11 13:20:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28191 for freebsd-ports-outgoing; Tue, 11 Aug 1998 13:20:09 -0700 (PDT) (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 NAA28152 for ; Tue, 11 Aug 1998 13:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25403; Tue, 11 Aug 1998 13:20:01 -0700 (PDT) Received: from tick.ssec.wisc.edu (tick.ssec.wisc.edu [144.92.108.121]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27944 for ; Tue, 11 Aug 1998 13:17:19 -0700 (PDT) (envelope-from dglo@tick.ssec.wisc.edu) Received: from tick.ssec.wisc.edu (localhost [127.0.0.1]) by tick.ssec.wisc.edu (8.8.7/8.8.7) with ESMTP id PAA15960 for ; Tue, 11 Aug 1998 15:16:51 -0500 (CDT) Message-Id: <199808112016.PAA15960@tick.ssec.wisc.edu> Date: Tue, 11 Aug 1998 15:16:50 -0500 From: Dave Glowacki To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7579: Update for nslint Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7579 >Category: ports >Synopsis: the nslint tar file was updated >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 11 13:20:00 PDT 1998 >Last-Modified: >Originator: Dave Glowacki >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: nslint was updated to version 2.0a6 >How-To-Repeat: >Fix: diff -rc nslint.old/Makefile nslint/Makefile *** nslint.old/Makefile Tue Apr 21 05:09:18 1998 - --- nslint/Makefile Fri Aug 7 23:58:58 1998 *************** *** 6,12 **** # $Id: Makefile,v 1.4 1998/04/19 03:41:50 itojun Exp $ # ! DISTNAME= nslint-2.0a5 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ EXTRACT_SUFX= .tar.Z - --- 6,12 ---- # $Id: Makefile,v 1.4 1998/04/19 03:41:50 itojun Exp $ # ! DISTNAME= nslint-2.0a6 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ EXTRACT_SUFX= .tar.Z diff -rc nslint.old/files/md5 nslint/files/md5 *** nslint.old/files/md5 Tue Apr 21 05:09:18 1998 - --- nslint/files/md5 Sat Aug 8 00:00:24 1998 *************** *** 1 **** ! MD5 (nslint-2.0a5.tar.Z) = 04d348b8677c9c748063e0a6ceff9664 - --- 1 ---- ! MD5 (nslint-2.0a6.tar.Z) = 15cacfb8dad04d5b864d9ceabc18d80d >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 Tue Aug 11 13:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02246 for freebsd-ports-outgoing; Tue, 11 Aug 1998 13:50:06 -0700 (PDT) (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 NAA02227 for ; Tue, 11 Aug 1998 13:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA27120; Tue, 11 Aug 1998 13:50:00 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01309 for ; Tue, 11 Aug 1998 13:45:35 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id QAA09109; Tue, 11 Aug 1998 16:43:08 -0400 (EDT) (envelope-from billf) Message-Id: <199808112043.QAA09109@jade.chc-chimes.com> Date: Tue, 11 Aug 1998 16:43:08 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7580: new port: devel/global Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7580 >Category: ports >Synopsis: new port: devel/global >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 Aug 11 13:50:00 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: >Description: I hate programs that have multiple makefiles that don't share or depend on one another.... >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./scripts # ./scripts/change-generic # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: global X# Version required: 3.1 X# Date created: 11 August 1998 X# Whom: Bill Fumerola X# X# $Id: $ X# X XDISTNAME= global-3.1 XCATEGORIES= devel XMASTER_SITES= http://wafu.netgate.net/tama/unix/ X XMAINTAINER= billf@chc-chimes.com X XSCRIPTS_ENV= ${SED} X Xdo-patch: X X cd ${WRKSRC} ; ${SCRIPTDIR}/change-generic X ${MV} ${WRKSRC}/Makefile.inc ${WRKSRC}/Makefile.inc.old X ${CAT} ${WRKSRC}/Makefile.inc.old | \ X ${SED} 's#/usr/bin#${PREFIX}/bin#' >> ${WRKSRC}/Makefile.inc X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (global-3.1.tar.gz) = 10dc374702c8de1f0baed8954fb54acd END-of-./files/md5 echo c - ./scripts mkdir -p ./scripts > /dev/null 2>&1 echo x - ./scripts/change-generic sed 's/^X//' >./scripts/change-generic << 'END-of-./scripts/change-generic' X#/bin/sh Xbar="Makefile.generic.old" Xnuts="Makefile.generic" Xfor foo in `find . -name Makefile.generic` Xdo Xbadfile=$bar Xmv $foo $badfile Xcat $badfile | \ Xsed 's#/usr/bin#/usr/local/bin#' | \ Xsed 's#/usr/man#/usr/local/man#' >> $foo Xdone X END-of-./scripts/change-generic echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/gtags Xbin/global Xbin/gctags Xbin/btreeop Xbin/htags Xbin/systags END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xa common source code tag system for C/Yacc and Java source files END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XA common source code tag system for C/Yacc and Java source files. You can Xlocate the specified function in C source files and move there easily. It Xis useful to hack a large project containing many subdirectories, many X'#ifdef' and many main() functions like MH, X or the Linux kernel. X Xhttp://wafu.netgate.net/tama/unix/global.html X XBill Fumerola END-of-./pkg/DESCR exit >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 Tue Aug 11 14:10:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05176 for freebsd-ports-outgoing; Tue, 11 Aug 1998 14:10:11 -0700 (PDT) (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 OAA05107 for ; Tue, 11 Aug 1998 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA28585; Tue, 11 Aug 1998 14:10:01 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04181 for ; Tue, 11 Aug 1998 14:03:02 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id RAA16477; Tue, 11 Aug 1998 17:00:37 -0400 (EDT) (envelope-from billf) Message-Id: <199808112100.RAA16477@jade.chc-chimes.com> Date: Tue, 11 Aug 1998 17:00:37 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7581: new port [net x11]/ethereal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7581 >Category: ports >Synopsis: new port [net x11]/ethereal >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 Aug 11 14:10:01 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: >Description: a network sniffer a la NetXray. With a little work and development this could rival NetXray (which is approx $4,000). >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ethereal X# Version required: 0.3.4 X# Date created: 10 August 1998 X# Whom: Bill Fumerola X# X# $Id: $ X# X XDISTNAME= ethereal-0.3.4 XCATEGORIES= net x11 XMASTER_SITES= http://ethereal.zing.org/distribution/ X XMAINTAINER= billf@chc-chimes.com X XLIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk X XGNU_CONFIGURE= yes XUSE_X11= yes X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (ethereal-0.3.4.tar.gz) = 392d53b75bfd28c2c28b04671772ec23 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/ethereal END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xa network analyzer that lets you capture END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' Xa network analyzer that lets you capture and interactively browse the Xcontents of Ethernet frames. Packet data can be read from a file, or Xlive from a local network interface. X Xhttp://ethereal.zing.org X XBill Fumerola END-of-./pkg/DESCR exit >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 Tue Aug 11 14:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10474 for freebsd-ports-outgoing; Tue, 11 Aug 1998 14:40:08 -0700 (PDT) (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 OAA10417 for ; Tue, 11 Aug 1998 14:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA00789; Tue, 11 Aug 1998 14:40:01 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09441 for ; Tue, 11 Aug 1998 14:33:48 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id RAA04122; Tue, 11 Aug 1998 17:31:22 -0400 (EDT) (envelope-from billf) Message-Id: <199808112131.RAA04122@jade.chc-chimes.com> Date: Tue, 11 Aug 1998 17:31:22 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7582: new port: net/portscanner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7582 >Category: ports >Synopsis: new port: net/portscanner >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 Aug 11 14:40:00 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: >Description: this is like strobe, but much simpler, quicker, dirtier. I plan on using this in some of my inhouse monitoring stuff, and I think that other may too. bb would do well to have code this quick. BTW - this port will not win the 'complex port of the year' award. >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./patches # ./patches/patch-aa # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: portscanner X# Version required: 1.0 X# Date created: 11 August 1998 X# Whom: Bill Fumerola X# X# $Id: $ X# X XDISTNAME= PortScanner-1.0 XPKGNAME= portscanner-1.0 XCATEGORIES= net XMASTER_SITES= http://www.ameth.org/~veilleux/ X XMAINTAINER= billf@chc-chimes.com X XWRKSRC= ${WRKDIR} X Xdo-build: X X ${CC} -o ${WRKSRC}/portscanner ${WRKSRC}/portscanner.c X Xdo-install: X X ${INSTALL} -g bin -o bin -m 755 ${WRKSRC}/portscanner ${PREFIX}/bin X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (PortScanner-1.0.tar.gz) = 633e77b3cd66872d7baef0b14bbbf13e END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/portscanner END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xa simple and easy to use TCP port scanner END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XPortScanner is a simple and easy to use TCP port scanner. It is usually used to Xlog the running servers on a remote machine for security purposes and to help Xpeople find services. X Xhttp://www.ameth.org/~veilleux/ X XBill Fumerola END-of-./pkg/DESCR echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- portscanner.c.old Tue Aug 11 17:11:20 1998 X+++ portscanner.c Tue Aug 11 17:11:27 1998 X@@ -35,7 +35,7 @@ X int sock = -1; X struct sockaddr_in address; X int result; X-extern char *sys_errlist[]; X+/* extern char *sys_errlist[]; */ X extern int errno; X int current_port = 0; X u_short base_port = 0; END-of-./patches/patch-aa exit >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 Tue Aug 11 15:02:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13407 for freebsd-ports-outgoing; Tue, 11 Aug 1998 15:02:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [209.118.174.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13301; Tue, 11 Aug 1998 15:01:50 -0700 (PDT) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id QAA01132; Tue, 11 Aug 1998 16:59:49 -0400 (EDT) Date: Tue, 11 Aug 1998 16:59:48 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@picnic.mat.net To: Jun Kuriyama cc: FreeBSD Ports Team Subject: Re: cvs commit: CVSROOT modules In-Reply-To: <199808111446.HAA28779@freefall.freebsd.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 On Tue, 11 Aug 1998, Jun Kuriyama wrote: > kuriyama 1998/08/11 07:46:08 PDT > > Modified files: > . modules > Log: > XttXF86srv-AGX --> ports/x11/XttXF86srv-AGX Jun, I saw all your commits about the True Type servers -- I'm not a real big Windows fan, but I had to do a project a year ago that needed windows, so I used those TrueType fonts, and I thought they were ugly as hell. Do you know if there are there large collections of public domain True Type fonts that look decent? I didn't use Windows long enough to check out public software for it (outside of the djgpp tools). ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 15:12:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15248 for freebsd-ports-outgoing; Tue, 11 Aug 1998 15:12:18 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-106.fwi.com [209.84.172.111]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15241 for ; Tue, 11 Aug 1998 15:12:13 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id RAA24320 for ; Tue, 11 Aug 1998 17:10:43 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.8.8/8.8.8) id RAA09677; Tue, 11 Aug 1998 17:10:41 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) To: ports@FreeBSD.ORG Subject: Updating p5-* ports for perl-5.005_01 Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 11 Aug 1998 17:10:41 -0500 Organization: Minimal at best Message-ID: <867m0fmaou.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 6 X-Mailer: Gnus v5.6.20/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Should I go ahead and send in patches to make the p5-* ports I maintain work with perl-5.005_01, or is there going to be a Grand Unified Fix in the next few days that would make that a waste of time? -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 16:01:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22966 for freebsd-ports-outgoing; Tue, 11 Aug 1998 16:01:44 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22950; Tue, 11 Aug 1998 16:01:31 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id RAA15961; Tue, 11 Aug 1998 17:00:35 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 11 Aug 1998 17:00:35 -0600 (MDT) From: Brett Taylor To: Chuck Robey cc: Jun Kuriyama , FreeBSD Ports Team Subject: Re: cvs commit: CVSROOT modules 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 Hi, > Jun, I saw all your commits about the True Type servers -- I'm not a > real big Windows fan, but I had to do a project a year ago that needed > windows, so I used those TrueType fonts, and I thought they were ugly as > hell. Do you know if there are there large collections of public domain > True Type fonts that look decent? Big font archives for TT fonts are: http://www.winsite.com/win3/ (they have ATM, TT and a "fonts" category, whatever that is) http://www.geocities.com/TimesSquare/4965/index.html Alien fonts - from Star Wars, Babylon 5 etc... - geek fonts! :-) The old comp.fonts page has died due to people pirating fonts... :-P The old FAQ is available though and has some pointers to fonts: http://www.nwalsh.com/comp.fonts/FAQ/index.html Good luck! Brett ************************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ "The bicycle is the most civilized conveyance known to man. Other forms of transport grow daily more nightmarish. Only the bicycle remains pure in heart." - Iris Murdoch, "The Red and the Green" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 17:35:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09261 for freebsd-ports-outgoing; Tue, 11 Aug 1998 17:35:34 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09222; Tue, 11 Aug 1998 17:35:22 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA25123; Tue, 11 Aug 1998 17:34:53 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id RAA07072; Tue, 11 Aug 1998 17:34:41 -0700 (PDT) Date: Tue, 11 Aug 1998 17:34:41 -0700 (PDT) Message-Id: <199808120034.RAA07072@silvia.hip.berkeley.edu> To: croyle@gelemna.ft-wayne.in.us CC: ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <867m0fmaou.fsf@emerson.gelemna.ft-wayne.in.us> (message from Don Croyle on 11 Aug 1998 17:10:41 -0500) Subject: Re: Updating p5-* ports for perl-5.005_01 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Should I go ahead and send in patches to make the p5-* ports I * maintain work with perl-5.005_01, or is there going to be a Grand * Unified Fix in the next few days that would make that a waste of time? You should wait. I'm waiting for markm's reply myself. (I have a patch to bsd.port.mk as well as some ports, but I'm not sure what to do with them.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 17:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09951 for freebsd-ports-outgoing; Tue, 11 Aug 1998 17:40:08 -0700 (PDT) (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 RAA09934 for ; Tue, 11 Aug 1998 17:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07211; Tue, 11 Aug 1998 17:40:02 -0700 (PDT) Date: Tue, 11 Aug 1998 17:40:02 -0700 (PDT) Message-Id: <199808120040.RAA07211@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: asami@FreeBSD.ORG (Satoshi Asami) Subject: Re: ports/7581: new port [net x11]/ethereal Reply-To: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7581; it has been noted by GNATS. From: asami@FreeBSD.ORG (Satoshi Asami) To: billf@jade.chc-chimes.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/7581: new port [net x11]/ethereal Date: Tue, 11 Aug 1998 17:32:54 -0700 (PDT) * XCATEGORIES= net x11 This is most likely not right. x11 is not for X applications. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 17:40:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10077 for freebsd-ports-outgoing; Tue, 11 Aug 1998 17:40:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tohokugw.tohoku.iij.ad.jp ([202.232.14.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10065 for ; Tue, 11 Aug 1998 17:40:47 -0700 (PDT) (envelope-from taguchi@tohoku.iij.ad.jp) Received: by tohokugw.tohoku.iij.ad.jp; id JAA02596; Wed, 12 Aug 1998 09:40:23 +0900 (JST) Received: from unknown(192.168.144.10) by tohokugw.tohoku.iij.ad.jp via smap (4.1) id xma002594; Wed, 12 Aug 98 09:39:43 +0900 Received: from localhost (hirose.tohoku.iij.ad.jp [192.168.144.2]) by ayashi.tohoku.iij.ad.jp (8.8.8/3.6W98060211) with ESMTP id JAA24691 for ; Wed, 12 Aug 1998 09:37:11 +0900 (JST) To: ports@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT modules From: Taguchi Takeshi In-Reply-To: Your message of "Tue, 11 Aug 1998 17:00:35 -0600 (MDT)" References: X-Mailer: Mew version 1.93b38 on XEmacs 20.4 (Emerald) X-Prom-Mew: Prom-Mew 1.92.9 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980812093936L.taguchi@tohoku.iij.ad.jp> Date: Wed, 12 Aug 1998 09:39:36 +0900 X-Dispatcher: imput version 980522 Lines: 17 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > > Jun, I saw all your commits about the True Type servers -- I'm not a > > real big Windows fan, but I had to do a project a year ago that needed > > windows, so I used those TrueType fonts, and I thought they were ugly as > > hell. Do you know if there are there large collections of public domain > > True Type fonts that look decent? > > Big font archives for TT fonts are: I think mkfontdir.pl which included Xtt-ports does not know these fonts. mkttfdir.pl is a good perl5 script which generate font.dir file. It's available from http://www.io.com/~kazushi/xtt/. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 17:50:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11779 for freebsd-ports-outgoing; Tue, 11 Aug 1998 17:50:49 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tohokugw.tohoku.iij.ad.jp ([202.232.14.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11773 for ; Tue, 11 Aug 1998 17:50:47 -0700 (PDT) (envelope-from taguchi@tohoku.iij.ad.jp) Received: by tohokugw.tohoku.iij.ad.jp; id JAA02834; Wed, 12 Aug 1998 09:50:23 +0900 (JST) Received: from unknown(192.168.144.10) by tohokugw.tohoku.iij.ad.jp via smap (4.1) id xma002832; Wed, 12 Aug 98 09:49:41 +0900 Received: from localhost (hirose.tohoku.iij.ad.jp [192.168.144.2]) by ayashi.tohoku.iij.ad.jp (8.8.8/3.6W98060211) with ESMTP id JAA24794 for ; Wed, 12 Aug 1998 09:47:08 +0900 (JST) To: ports@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT modules From: Taguchi Takeshi In-Reply-To: Your message of "Tue, 11 Aug 1998 17:00:35 -0600 (MDT)" References: X-Mailer: Mew version 1.93b38 on XEmacs 20.4 (Emerald) X-Prom-Mew: Prom-Mew 1.92.9 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980812094933H.taguchi@tohoku.iij.ad.jp> Date: Wed, 12 Aug 1998 09:49:33 +0900 X-Dispatcher: imput version 980522 Lines: 8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > > hell. Do you know if there are there large collections of public domain > > True Type fonts that look decent? See http://www.xmission.com/~cabeut/truetype/main.htm It's cool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 18:14:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16544 for freebsd-ports-outgoing; Tue, 11 Aug 1998 18:14:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from majesticnet.com (host2.majestic.sysci.org [205.227.182.67]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA16525 for ; Tue, 11 Aug 1998 18:14:05 -0700 (PDT) (envelope-from ian@majesticnet.com) From: ian@majesticnet.com Received: (qmail 3782 invoked by uid 509); 12 Aug 1998 01:17:28 -0000 Date: Tue, 11 Aug 1998 18:17:28 -0700 (PDT) To: billf@jade.chc-chimes.com cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/7581: new port [net x11]/ethereal In-Reply-To: <199808120040.RAA07211@freefall.freebsd.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 I just tried your port out on a somewhat -current box, and I had to apply the following patch to packet.c before I could compile it. Other than that it looks like a cool port :) Ian *** packet.c.orig Tue Aug 11 17:06:56 1998 --- packet.c Tue Aug 11 17:07:19 1998 *************** *** 28,33 **** --- 28,34 ---- #include #include #include + #include #include #include "packet.h" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 18:44:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21806 for freebsd-ports-outgoing; Tue, 11 Aug 1998 18:44:37 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from value.net (value.net [204.188.125.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21790; Tue, 11 Aug 1998 18:44:32 -0700 (PDT) (envelope-from eblake@value.net) Received: from tanker (h78.value.net [205.162.63.78]) by value.net (8.8.7/8.7.4) with SMTP id SAA29420; Tue, 11 Aug 1998 18:44:08 -0700 (PDT) Message-ID: <000c01bdc592$f0c9dc60$0300a8c0@tanker> From: "Value.Net" To: Cc: Subject: FreeBSD Port: delegate-5.5.7 Date: Tue, 11 Aug 1998 18:45:50 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01BDC558.42F9C120" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0009_01BDC558.42F9C120 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I was wondering if you could point me to some more information on this = port. Like how to add it to the inet config and the config parameters. = Thanks. ------=_NextPart_000_0009_01BDC558.42F9C120 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I was wondering if you could point = me to some=20 more information on this port. Like how to add it to the inet config and = the=20 config parameters. Thanks.
 
------=_NextPart_000_0009_01BDC558.42F9C120-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 19:02:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25011 for freebsd-ports-outgoing; Tue, 11 Aug 1998 19:02:19 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25004 for ; Tue, 11 Aug 1998 19:02:18 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA25226 for ; Tue, 11 Aug 1998 19:01:54 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id TAA07401; Tue, 11 Aug 1998 19:01:51 -0700 (PDT) Date: Tue, 11 Aug 1998 19:01:51 -0700 (PDT) Message-Id: <199808120201.TAA07401@silvia.hip.berkeley.edu> To: ports@FreeBSD.ORG Subject: [asami@FreeBSD.ORG: cvs commit: src/share/mk bsd.port.mk] From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In particular, this means (1) Old USE_X11 is now renamed to USE_X_PREFIX. Ports will indicate dependency for X with new variable USE_XLIB. It creates a LIB_DEPENDS to libX11.so, but it should be used for all ports that require X to be present (either to link against the library or to run). (2) Manpages should all be listed in MAN? (with or without MANCOMPRESSED), and not in PLIST at all. Actually support for links (ala MLINKS in bsd.man.mk) is still missing, can someone take a stab at this? (3) Related to (2), if someone can go and delete all the manpage entries that are in MAN? from PLISTs, it will greatly be appreciated. Otherwise I'll do it myself. (4) Ports that require QT should use USE_QT instead of writing dependencies by itself. (5) %%OSREL%% is now replaced in PLIST. So if you have a port that installs to ${PREFIX}/libexec/foobar/i386-freebsd2.2.7" or "...freebsd3.0" depending on the release, you can now just write "i386-freebsd%%OSREL%%" in the PLIST and bsd.port.mk will DTRT. Satoshi ------- From: Satoshi Asami Date: Tue, 11 Aug 1998 18:47:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.port.mk asami 1998/08/11 18:47:13 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: (1) Change USE_X11 (the new one) to USE_XLIB. (2) Add support for PLIST_SUB variable. It is a list of "VAR=VALUE" pairs, and will substitute %%VAR%% with the value of VALUE in the PLIST. Right now it's used for ${OSREL} only, but inviditual ports can take advantage of it to avoid having to manually edit PLIST. Submitted by: hoek (3) Add manpages defined in MAN? (taking account of NOMANCOMPRESS) to beginning of PLIST automatically. Note this will cause manpages to be packed twice for the time being. I'm going to clean up the PLISTs now. (4) Add new variable USE_QT, which adds LIB_DEPENDS to qt140. (And maybe BUILD_DEPENDS on moc/qt140 too, if it is indeed a big problem that people keep deleting this file.) Submitted by: andreas (5) Fix spacing behind "===>" to be more consistent. Requested by: hoek Revision Changes Path 1.227.2.44 +55 -28 src/share/mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 19:54:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03831 for freebsd-ports-outgoing; Tue, 11 Aug 1998 19:54:29 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03817; Tue, 11 Aug 1998 19:54:26 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA047030441; Tue, 11 Aug 1998 22:54:01 -0400 Date: Tue, 11 Aug 1998 22:54:01 -0400 (EDT) From: Bill Fumerola To: Satoshi Asami Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/7581: new port [net x11]/ethereal In-Reply-To: <199808120040.RAA07211@freefall.freebsd.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 Apologies. This is my first port that has anything to do with x11. On Tue, 11 Aug 1998, Satoshi Asami wrote: > The following reply was made to PR ports/7581; it has been noted by GNATS. > > From: asami@FreeBSD.ORG (Satoshi Asami) > To: billf@jade.chc-chimes.com > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: ports/7581: new port [net x11]/ethereal > Date: Tue, 11 Aug 1998 17:32:54 -0700 (PDT) > > * XCATEGORIES= net x11 > > This is most likely not right. x11 is not for X applications. :) - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 19:55:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04046 for freebsd-ports-outgoing; Tue, 11 Aug 1998 19:55:36 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04020 for ; Tue, 11 Aug 1998 19:55:30 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA047460506; Tue, 11 Aug 1998 22:55:06 -0400 Date: Tue, 11 Aug 1998 22:55:05 -0400 (EDT) From: Bill Fumerola Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/7581: new port [net x11]/ethereal 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 Could whoever commit's this confirm/change this, as I don't have access to a -current box. danke. On Tue, 11 Aug 1998 ian@majesticnet.com wrote: > I just tried your port out on a somewhat -current box, and I had to apply > the following patch to packet.c before I could compile it. Other than > that it looks like a cool port :) > > Ian > > > *** packet.c.orig Tue Aug 11 17:06:56 1998 > --- packet.c Tue Aug 11 17:07:19 1998 > *************** > *** 28,33 **** > --- 28,34 ---- > #include > #include > #include > + #include > #include > > #include "packet.h" > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 22:30:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22345 for freebsd-ports-outgoing; Tue, 11 Aug 1998 22:30:29 -0700 (PDT) (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 WAA22337; Tue, 11 Aug 1998 22:30:07 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA15931; Tue, 11 Aug 1998 22:30:05 -0700 (PDT) Date: Tue, 11 Aug 1998 22:30:05 -0700 (PDT) Message-Id: <199808120530.WAA15931@freefall.freebsd.org> To: ru@ucb.crimea.ua, jkoshy@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6262 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of bulk_mailer 1.9 State-Changed-From-To: open-closed State-Changed-By: jkoshy State-Changed-When: Tue Aug 11 22:25:51 PDT 1998 State-Changed-Why: Bulk mailer was upgraded to v1.10 per PR 5638 recently. Thanks for your effort! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 22:35:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22531 for freebsd-ports-outgoing; Tue, 11 Aug 1998 22:35:10 -0700 (PDT) (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 WAA22516; Tue, 11 Aug 1998 22:35:05 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA16084; Tue, 11 Aug 1998 22:35:03 -0700 (PDT) Date: Tue, 11 Aug 1998 22:35:03 -0700 (PDT) Message-Id: <199808120535.WAA16084@freefall.freebsd.org> To: hanspb@persbraten.vgs.no, jkoshy@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6688 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: kbiff v0.6 State-Changed-From-To: open-closed State-Changed-By: jkoshy State-Changed-When: Tue Aug 11 22:34:09 PDT 1998 State-Changed-Why: Current version in the ports collection is at 0.7.3. Thanks, anyway! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 11 22:40:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22903 for freebsd-ports-outgoing; Tue, 11 Aug 1998 22:40:05 -0700 (PDT) (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 WAA22892 for ; Tue, 11 Aug 1998 22:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA16163; Tue, 11 Aug 1998 22:40:01 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22751 for ; Tue, 11 Aug 1998 22:39:03 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.6.9) id PAA11692; Wed, 12 Aug 1998 15:08:36 +0930 (CST) Message-Id: <199808120538.PAA11692@cain.gsoft.com.au> Date: Wed, 12 Aug 1998 15:08:36 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7585: Port for Back Orifice, Windows 95/98 remote admin tool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7585 >Category: ports >Synopsis: Port for Back Orifice, Windows 95/98 remote admin tool >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 Aug 11 22:40:00 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: -stable system >Description: This is a port for Back Orifice a remote administration tool for Windows 95/98. Got to http://www.cultdeadcow.com/ for more info (and self righteous justification) >How-To-Repeat: >Fix: # 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: # # boclient # boclient/pkg # boclient/pkg/COMMENT # boclient/pkg/DESCR # boclient/pkg/PLIST # boclient/patches # boclient/files # boclient/files/md5 # boclient/Makefile # echo c - boclient mkdir -p boclient > /dev/null 2>&1 echo c - boclient/pkg mkdir -p boclient/pkg > /dev/null 2>&1 echo x - boclient/pkg/COMMENT sed 's/^X//' >boclient/pkg/COMMENT << 'END-of-boclient/pkg/COMMENT' XClient program for the Back Orifice Windows program X END-of-boclient/pkg/COMMENT echo x - boclient/pkg/DESCR sed 's/^X//' >boclient/pkg/DESCR << 'END-of-boclient/pkg/DESCR' XThis is a unix version of the client program for Back Orifice. This program Xwhen installed on the victim machine hides itself. It can be used to remotely Xadminister a Windows 95/98 machine. X Xhttp://www.cultdeadcow.com/ END-of-boclient/pkg/DESCR echo x - boclient/pkg/PLIST sed 's/^X//' >boclient/pkg/PLIST << 'END-of-boclient/pkg/PLIST' Xbin/bounix END-of-boclient/pkg/PLIST echo c - boclient/patches mkdir -p boclient/patches > /dev/null 2>&1 echo c - boclient/files mkdir -p boclient/files > /dev/null 2>&1 echo x - boclient/files/md5 sed 's/^X//' >boclient/files/md5 << 'END-of-boclient/files/md5' XMD5 (bo121unix.tar.gz) = 4678b3cb8e2e8c28cddae0af31d83b5b X END-of-boclient/files/md5 echo x - boclient/Makefile sed 's/^X//' >boclient/Makefile << 'END-of-boclient/Makefile' X# New ports collection makefile for: bo X# Version required: 1.21 X# Date created: 12 August 1998 X# Whom: darius@dons.net.au X# X# $Id:$ X# X XDISTNAME= bo121unix XCATEGORIES= net security XMASTER_SITES= http://www.ennui.net/~crioux/ \ X http://orifice.rotten.com/cDc/ \ X http://www.cultdeadcow.com/tools/ X XWRKSRC= ${WRKDIR}/bo XGNU_CONFIGURE= X XMAINTAINER= darius@dons.net.au X X.include END-of-boclient/Makefile exit >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 Tue Aug 11 23:57:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02024 for freebsd-ports-outgoing; Tue, 11 Aug 1998 23:57:06 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02005; Tue, 11 Aug 1998 23:56:49 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:UGQQYQ5M2xS3gC4FAVWiLhRNNzIbiyFK@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id IAA02466; Wed, 12 Aug 1998 08:56:16 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808120656.IAA02466@gratis.grondar.za> To: asami@FreeBSD.ORG (Satoshi Asami) cc: croyle@gelemna.ft-wayne.in.us, ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: Updating p5-* ports for perl-5.005_01 Date: Wed, 12 Aug 1998 08:56:14 +0200 From: Mark Murray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org wrote: > * Should I go ahead and send in patches to make the p5-* ports I > * maintain work with perl-5.005_01, or is there going to be a Grand > * Unified Fix in the next few days that would make that a waste of time? > > You should wait. I'm waiting for markm's reply myself. (I have a > patch to bsd.port.mk as well as some ports, but I'm not sure what to > do with them.) OK - i think this is the way I'll do it (bearing in mind your tale of the emacs FUBAR). I'll put all the base stuff into /usr/libdata/perl5/5.005/[{i386|alpha}-freebsd/] and plain old /usr/share/man/man.[13]. For the time being, the ports should stay where they are: /usr/local/lib/perl5/... but I'd like to give advance warning that I'd like to move them to /usr/local/libexec/perl5/... (or something) later. So the current perl ports can go ahead as you have been doing with the others. :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 00:12:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05555 for freebsd-ports-outgoing; Wed, 12 Aug 1998 00:12:28 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from main.avias.com (avias-gw.corbina.net [195.14.40.4] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05537 for ; Wed, 12 Aug 1998 00:12:22 -0700 (PDT) (envelope-from juriy@avias.com) Received: from 127.0.0.1 (www.avias.com [195.14.38.65]) by main.avias.com (8.9.0/8.9.0) with SMTP id LAA02749; Wed, 12 Aug 1998 11:11:48 +0400 (MSD) Date: Wed, 12 Aug 1998 11:14:32 +0300 From: Juriy Goloveshkin X-Mailer: The Bat! (v1.017) S/N D508402B Reply-To: Juriy Goloveshkin Message-ID: <11468.980812@avias.com> To: josh@ican.net CC: ports@FreeBSD.ORG Subject: FreeBSD Port: mysql-3.21.29g 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 Hi, Josh su-2.01# cd /usr/ports/databases/mysql su-2.01# make >> mysql-3.21.29-gamma.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.buoy.com/mysql/Downloads/MySQL-3.21/. fetch: empty reply from www.buoy.com >> Attempting to fetch from http://mysql.polaris.ca/Downloads/MySQL-3.21/. fetch: mysql-3.21.29-gamma.tar.gz: mysql.polaris.ca: HTTP server returned error code 404 >> Attempting to fetch from http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.21/. fetch: mysql-3.21.29-gamma.tar.gz: www.fh-wolfenbuettel.de: HTTP server returned error code 404 >> Attempting to fetch from http://www.tcx.se/Downloads/MySQL-3.21/. fetch: mysql-3.21.29-gamma.tar.gz: resource has moved temporarily to `http://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.21/mysql-3.21.29-gamma.tar.gz' fetch: mysql-3.21.29-gamma.tar.gz: ftp.sunet.se: HTTP server returned error code 404 >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//. fetch: pub/FreeBSD/distfiles//mysql-3.21.29-gamma.tar.gz: cannot get remote modification time fetch: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//mysql-3.21.29-gamma.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. su-2.01# Bye, Juriy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 01:38:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20653 for freebsd-ports-outgoing; Wed, 12 Aug 1998 01:38:54 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20595; Wed, 12 Aug 1998 01:38:29 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA25553; Wed, 12 Aug 1998 01:37:51 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA08101; Wed, 12 Aug 1998 01:37:47 -0700 (PDT) Date: Wed, 12 Aug 1998 01:37:47 -0700 (PDT) Message-Id: <199808120837.BAA08101@silvia.hip.berkeley.edu> To: mark@grondar.za CC: croyle@gelemna.ft-wayne.in.us, ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808120656.IAA02466@gratis.grondar.za> (message from Mark Murray on Wed, 12 Aug 1998 08:56:14 +0200) Subject: Re: Updating p5-* ports for perl-5.005_01 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * OK - i think this is the way I'll do it (bearing in mind your tale * of the emacs FUBAR). :) * I'll put all the base stuff into * /usr/libdata/perl5/5.005/[{i386|alpha}-freebsd/] ^^^^^ * and plain old /usr/share/man/man.[13]. Hmm. Is that really necessary? The stuff in /usr/src is "the" system, you don't really have to worry about coexisting with other versions. (It's not like someone's going to install both perl5.004 and perl5.005 in /usr/src on the same machine....) The reason why I say this is because the stuff in /usr/src is usually expected to overwrite itself as people upgrade with "make world". I don't know what people will think if there's a few megabytes of old stuff left behind when we go to perl5.006.... * For the time being, the ports should stay where they are: * /usr/local/lib/perl5/... * but I'd like to give advance warning that I'd like to move * them to * /usr/local/libexec/perl5/... (or something) later. Ok. (But remember, man pages aren't executables! ;) * So the current perl ports can go ahead as you have been doing with * the others. :-) So I assume you're going to leave versions in there, right? May I commit the bsd.port.mk fix? :) By the way, I noticed that the new perl really scatters stuff around under site_perl. There's some stuff directly under site_perl although most of the stuff goes under site_perl/5.005, then some stuff directly under there, some under the "auto" directory, then there's site_perl/5.005/i386-freebsd, then there's stuff there as well as another "auto" subdirectory. Is it really supposed to be this way? ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 01:59:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23398 for freebsd-ports-outgoing; Wed, 12 Aug 1998 01:59:52 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23346; Wed, 12 Aug 1998 01:59:43 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:qrPcDnD7AcO2xrICKHaLI+8rETkquakk@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id KAA02887; Wed, 12 Aug 1998 10:59:07 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808120859.KAA02887@gratis.grondar.za> To: asami@FreeBSD.ORG (Satoshi Asami) cc: croyle@gelemna.ft-wayne.in.us, ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: Updating p5-* ports for perl-5.005_01 Date: Wed, 12 Aug 1998 10:59:00 +0200 From: Mark Murray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org wrote: > * OK - i think this is the way I'll do it (bearing in mind your tale > * of the emacs FUBAR). > > :) > > * I'll put all the base stuff into > * /usr/libdata/perl5/5.005/[{i386|alpha}-freebsd/] > ^^^^^ > * and plain old /usr/share/man/man.[13]. > > Hmm. Is that really necessary? The stuff in /usr/src is "the" > system, you don't really have to worry about coexisting with other > versions. (It's not like someone's going to install both perl5.004 > and perl5.005 in /usr/src on the same machine....) The reason for this (and I'm flexible) is that when the number changes, very often there are incompatible binaries around. I'd like to be able to solve that problem by saying to the luser "blow away the 5.00n dir". > The reason why I say this is because the stuff in /usr/src is usually > expected to overwrite itself as people upgrade with "make world". I > don't know what people will think if there's a few megabytes of old > stuff left behind when we go to perl5.006.... Sure. That also makes sense. I can go that way too. Given that it seems to be receiving more support, Ill doo that until the flames arrive :-). > * For the time being, the ports should stay where they are: > * /usr/local/lib/perl5/... > * but I'd like to give advance warning that I'd like to move > * them to > * /usr/local/libexec/perl5/... (or something) later. > > Ok. (But remember, man pages aren't executables! ;) Right - move man pages to /usr/local/man/man3? /usr//perl5/man/man3? Where? > * So the current perl ports can go ahead as you have been doing with > * the others. :-) > > So I assume you're going to leave versions in there, right? May I > commit the bsd.port.mk fix? :) Please do. > By the way, I noticed that the new perl really scatters stuff around > under site_perl. There's some stuff directly under site_perl although > most of the stuff goes under site_perl/5.005, then some stuff directly > under there, some under the "auto" directory, then there's > site_perl/5.005/i386-freebsd, then there's stuff there as well as > another "auto" subdirectory. > > Is it really supposed to be this way? ;) *Cringe* Yup. The stuff under i386-freebsd (infact ${ARCH}-${OS}) is binary executable shared loadables *phew*. The stuff under auto is the autoloaded stuff that co-operates with the other .... and so on. It is nasty. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 02:19:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26089 for freebsd-ports-outgoing; Wed, 12 Aug 1998 02:19:22 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26077; Wed, 12 Aug 1998 02:19:18 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA25592; Wed, 12 Aug 1998 02:18:51 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id CAA08207; Wed, 12 Aug 1998 02:18:48 -0700 (PDT) Date: Wed, 12 Aug 1998 02:18:48 -0700 (PDT) Message-Id: <199808120918.CAA08207@silvia.hip.berkeley.edu> To: mark@grondar.za CC: croyle@gelemna.ft-wayne.in.us, ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808120859.KAA02887@gratis.grondar.za> (message from Mark Murray on Wed, 12 Aug 1998 10:59:00 +0200) Subject: Re: Updating p5-* ports for perl-5.005_01 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Mark Murray * * wrote: "wrote"? :) * > Hmm. Is that really necessary? The stuff in /usr/src is "the" * > system, you don't really have to worry about coexisting with other * > versions. (It's not like someone's going to install both perl5.004 * > and perl5.005 in /usr/src on the same machine....) * * The reason for this (and I'm flexible) is that when the number changes, * very often there are incompatible binaries around. I'd like to be able * to solve that problem by saying to the luser "blow away the 5.00n dir". Will there be anything left behind? I was under the impression that 5.00n+1 is always a strict superset of 5.00n. :) Seriously, maybe you're right. I don't even pretend to know anything about perl binaries (didn't even know they are binary!), so I'll stop here. * Sure. That also makes sense. I can go that way too. Given that it seems * to be receiving more support, Ill doo that until the flames arrive :-). Ok, but just don't blame it on me if people don't like it. :> * Right - move man pages to /usr/local/man/man3? /usr//perl5/man/man3? * Where? I don't mind them going into /usr/local/man/man3, but maybe some others do. how about /usr/local/share/perl/man/man3, maybe with the version number inserted somewhere to be consistent (-ly annoying) with others? (Or are manpages version-dependent too?) * > So I assume you're going to leave versions in there, right? May I * > commit the bsd.port.mk fix? :) * * Please do. Ok, will commit in a minute. (Call me paranoid, but I'm testing it again...since I backed that part out of my earlier commit and re-merged it....) * > Is it really supposed to be this way? ;) * * *Cringe* Yup. The stuff under i386-freebsd (infact ${ARCH}-${OS}) is binary * executable shared loadables *phew*. The stuff under auto is the autoloaded * stuff that co-operates with the other .... and so on. It is nasty. But then some things moved under version-specific or machine-specific directories while some others didn't. That was what was confusing me. Oh well. I was just "find"ing the filenames and patching up the PLISTs. I'm not going to fix any more perl ports anyway. The rest is someone else's problem. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 02:40:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00494 for freebsd-ports-outgoing; Wed, 12 Aug 1998 02:40:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00323; Wed, 12 Aug 1998 02:39:45 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:p1U4l8pnQGzUogokVUMDzJRLE5I8QfIv@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id LAA03003; Wed, 12 Aug 1998 11:39:18 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808120939.LAA03003@gratis.grondar.za> To: asami@FreeBSD.ORG (Satoshi Asami) cc: croyle@gelemna.ft-wayne.in.us, ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: Updating p5-* ports for perl-5.005_01 Date: Wed, 12 Aug 1998 11:39:16 +0200 From: Mark Murray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami wrote: > "wrote"? :) Damn mailer broken :-( > Will there be anything left behind? I was under the impression that > 5.00n+1 is always a strict superset of 5.00n. :) Oh, no! They change things in wierd-and-wonderful ways. > Seriously, maybe you're right. I don't even pretend to know anything > about perl binaries (didn't even know they are binary!), so I'll stop > here. :-) > * Sure. That also makes sense. I can go that way too. Given that it seems > * to be receiving more support, Ill doo that until the flames arrive :-). > > Ok, but just don't blame it on me if people don't like it. :> All my own work. The flames will be pretty cool by the time they cross the Atlantic :-) > I don't mind them going into /usr/local/man/man3, but maybe some > others do. how about /usr/local/share/perl/man/man3, maybe with the > version number inserted somewhere to be consistent (-ly annoying) with > others? (Or are manpages version-dependent too?) They can be, but this can be fixed. I like /usr/local/share/perl5/man/... > Ok, will commit in a minute. (Call me paranoid, but I'm testing it > again...since I backed that part out of my earlier commit and > re-merged it....) Cool. The question is not whether you are paranoid or not, the questions is wheter you are paranoid _enough_. :-) > But then some things moved under version-specific or machine-specific > directories while some others didn't. That was what was confusing me. The guys making the packages didn't always get it right. > Oh well. I was just "find"ing the filenames and patching up the > PLISTs. I'm not going to fix any more perl ports anyway. The rest is > someone else's problem. :) Great things, SEP fields :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 03:01:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03288 for freebsd-ports-outgoing; Wed, 12 Aug 1998 03:01:12 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03276; Wed, 12 Aug 1998 03:01:04 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA25647; Wed, 12 Aug 1998 03:00:38 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id DAA08347; Wed, 12 Aug 1998 03:00:34 -0700 (PDT) Date: Wed, 12 Aug 1998 03:00:34 -0700 (PDT) Message-Id: <199808121000.DAA08347@silvia.hip.berkeley.edu> To: mark@grondar.za CC: croyle@gelemna.ft-wayne.in.us, ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808120939.LAA03003@gratis.grondar.za> (message from Mark Murray on Wed, 12 Aug 1998 11:39:16 +0200) Subject: Re: Updating p5-* ports for perl-5.005_01 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > Will there be anything left behind? I was under the impression that * > 5.00n+1 is always a strict superset of 5.00n. :) * * Oh, no! They change things in wierd-and-wonderful ways. Eek. Maybe you can add a "/bin/rm -rf /usr/libdata/perl5/5.005" in the install rule when you upgrade to 5.006. :) * All my own work. The flames will be pretty cool by the time they cross the * Atlantic :-) Some might be blowing right over Africa.... * They can be, but this can be fixed. I like /usr/local/share/perl5/man/... That sounds cool. * Cool. The question is not whether you are paranoid or not, the questions is * wheter you are paranoid _enough_. :-) No, I don't think I'm paranoid enough. Not by a long shot. * The guys making the packages didn't always get it right. The interesting thing is, the p5-* ports didn't change, but perl going from 5.004 to 5.005 somehow changed the way p5-* ports install stuff in many different ways. Err. * Great things, SEP fields :-) :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 03:16:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05000 for freebsd-ports-outgoing; Wed, 12 Aug 1998 03:16:31 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA04960; Wed, 12 Aug 1998 03:16:14 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:KaucqNHgxsAKhuR9arMeHfGPQsJKyWwO@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id MAA03136; Wed, 12 Aug 1998 12:15:38 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808121015.MAA03136@gratis.grondar.za> To: asami@FreeBSD.ORG (Satoshi Asami) cc: ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: Updating p5-* ports for perl-5.005_01 Date: Wed, 12 Aug 1998 12:15:36 +0200 From: Mark Murray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > * > Will there be anything left behind? I was under the impression that > * > 5.00n+1 is always a strict superset of 5.00n. :) > * > * Oh, no! They change things in wierd-and-wonderful ways. > > Eek. Maybe you can add a "/bin/rm -rf /usr/libdata/perl5/5.005" in > the install rule when you upgrade to 5.006. :) Can do. > * The guys making the packages didn't always get it right. > > The interesting thing is, the p5-* ports didn't change, but perl going > from 5.004 to 5.005 somehow changed the way p5-* ports install stuff > in many different ways. Err. That has to do with the defaults built into the POD code, and the way the package maker and author (ab)used them. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 03:19:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05665 for freebsd-ports-outgoing; Wed, 12 Aug 1998 03:19:12 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA05656; Wed, 12 Aug 1998 03:19:11 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA25668; Wed, 12 Aug 1998 03:18:46 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id DAA08409; Wed, 12 Aug 1998 03:18:43 -0700 (PDT) Date: Wed, 12 Aug 1998 03:18:43 -0700 (PDT) Message-Id: <199808121018.DAA08409@silvia.hip.berkeley.edu> To: mark@grondar.za CC: ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808121015.MAA03136@gratis.grondar.za> (message from Mark Murray on Wed, 12 Aug 1998 12:15:36 +0200) Subject: Re: Updating p5-* ports for perl-5.005_01 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > Eek. Maybe you can add a "/bin/rm -rf /usr/libdata/perl5/5.005" in * > the install rule when you upgrade to 5.006. :) * * Can do. I wasn't actually serious. But if you want to do that, then you don't need the version number. * That has to do with the defaults built into the POD code, and the way the * package maker and author (ab)used them. Eek. Sorry, should have told you I wasn't expecting you to try to explain it to me.... ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 07:04:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00205 for freebsd-ports-outgoing; Wed, 12 Aug 1998 07:04:00 -0700 (PDT) (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 HAA00200; Wed, 12 Aug 1998 07:03:56 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17432; Wed, 12 Aug 1998 07:03:54 -0700 (PDT) Date: Wed, 12 Aug 1998 07:03:54 -0700 (PDT) Message-Id: <199808121403.HAA17432@freefall.freebsd.org> To: sada@e-mail.ne.jp, kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kuriyama@FreeBSD.ORG Subject: Re: ports/7086 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port: ja-p5-jcode.pl State-Changed-From-To: open-closed State-Changed-By: kuriyama State-Changed-When: Wed Aug 12 07:03:18 PDT 1998 State-Changed-Why: Committed. Thanks! Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Wed Aug 12 07:03:18 PDT 1998 Responsible-Changed-Why: I've committed it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 07:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01085 for freebsd-ports-outgoing; Wed, 12 Aug 1998 07:10:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from clarinet.u-strasbg.fr (clarinet.u-strasbg.fr [130.79.75.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00996 for ; Wed, 12 Aug 1998 07:09:59 -0700 (PDT) (envelope-from pate@dpt-info.u-strasbg.fr) Received: from dpt-info.u-strasbg.fr (videonet.u-strasbg.fr [130.79.75.80]) by clarinet.u-strasbg.fr (8.9.0/8.9.0) with ESMTP id QAA20051; Wed, 12 Aug 1998 16:09:25 +0200 (MET DST) Message-ID: <35D1A20D.EB4B8DCD@dpt-info.u-strasbg.fr> Date: Wed, 12 Aug 1998 16:09:17 +0200 From: David Pate Organization: ULP - Strasbourg X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: Lars.Koeller@Uni-Bielefeld.DE CC: ports@FreeBSD.ORG Subject: FreeBSD Port: xperfmon++-1.40 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I use xperfmon++ and it is really good. But, I've got a problem, I would like to precise a -lowswapAlarm and a -lowswapWarn, but the given values aren't respected. This is only true for swap. For example, there is no problem with usercpu. Could you fix this problem, please? Thanks in advance. -- DAVID ----- ---------------------------------------------------------------------- David PATE' (doctorant en informatique -> CS PhD student) Universite' Louis Pasteur - STRASBOURG mailto:pate@dpt-info.u-strasbg.fr | http://dpt-info.u-strasbg.fr/~pate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 08:30:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11380 for freebsd-ports-outgoing; Wed, 12 Aug 1998 08:30:08 -0700 (PDT) (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 IAA11333 for ; Wed, 12 Aug 1998 08:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20422; Wed, 12 Aug 1998 08:30:02 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10716 for ; Wed, 12 Aug 1998 08:25:20 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id LAA17317; Wed, 12 Aug 1998 11:22:44 -0400 (EDT) (envelope-from billf) Message-Id: <199808121522.LAA17317@jade.chc-chimes.com> Date: Wed, 12 Aug 1998 11:22:44 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7588: new port: net/mtr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7588 >Category: ports >Synopsis: new port: net/mtr >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 Aug 12 08:30:01 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: kind of hot. >Description: mtr is a program that combines traceroute and ping into one program, which is a semi-godsend for network admins who are always typing both. >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: mtr X# Version required: 0.21 X# Date created: 12 August 1998 X# Whom: Bill Fumerola X# X# $Id: $ X# X XDISTNAME= mtr-0.21 XCATEGORIES= net XMASTER_SITES= http://www.mkimball.org/ X XMAINTAINER= billf@chc-chimes.com X XLIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk X XFETCH_BEFORE_ARGS= -b XUSE_AUTOCONF= hellyeah XUSE_X11= youbet X XMAN8= mtr.8 X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (mtr-0.21.tar.gz) = c3ba171b2c5c6d9c889912f18c56abfe END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xsbin/mtr Xman/man8/mtr.8.gz END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xtraceroute and ping in a single graphical network diagnostic tool. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' Xmtr combines the functionality of the "traceroute" and "ping" programs Xinto a single network diagnostic tool. X Xhttp://www.mkimball.org/mtr.html X XBill Fumerola 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 Wed Aug 12 10:10:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27556 for freebsd-ports-outgoing; Wed, 12 Aug 1998 10:10:13 -0700 (PDT) (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 KAA27482 for ; Wed, 12 Aug 1998 10:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25560; Wed, 12 Aug 1998 10:10:01 -0700 (PDT) Received: from mfi00.iij.ad.jp (mfi00.iij.ad.jp [202.232.2.115]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25913 for ; Wed, 12 Aug 1998 10:01:52 -0700 (PDT) (envelope-from sada@e-mail.ne.jp) Received: from thalamus.my.domain (h133.p060.iij4u.or.jp [210.130.60.133]) by mfi00.iij.ad.jp (8.8.8/MFI1.2) with ESMTP id CAA06697 for ; Thu, 13 Aug 1998 02:01:23 +0900 (JST) Received: (from sada@localhost) by thalamus.my.domain (8.8.8/3.6W98070402) id CAA03129; Thu, 13 Aug 1998 02:01:22 +0900 (JST) Message-Id: <199808121701.CAA06697@mfi00.iij.ad.jp> Date: Thu, 13 Aug 1998 02:01:22 +0900 (JST) From: sada@e-mail.ne.jp Reply-To: sada@e-mail.ne.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7590: Missing devel/p5-Data-Dumper/Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7590 >Category: ports >Synopsis: Missing devel/p5-Data-Dumper/Makefile >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 12 10:10:01 PDT 1998 >Last-Modified: >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Release: FreeBSD 2.2.7-RELEASE i386 >Environment: FreeBSD 2.2.7-RELEASE i386 >Description: Now the file `ports/devel/p5-Data-Dumper/Makefile' doesn't exist. >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 Wed Aug 12 11:26:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13497 for freebsd-ports-outgoing; Wed, 12 Aug 1998 11:26:36 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13393 for ; Wed, 12 Aug 1998 11:26:21 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA100786353; Wed, 12 Aug 1998 14:25:54 -0400 Date: Wed, 12 Aug 1998 14:25:53 -0400 (EDT) From: Bill Fumerola To: ports@FreeBSD.ORG Subject: symbolic links in pkg/PLIST 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 question: a port I'm doing installs library files and then I am doing a ${LN} -s to link them to an alias. Do I need to list the symbolic links in the PLIST. ``man 1 pkg_create'' is kind of vague on links. - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 13:15:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03090 for freebsd-ports-outgoing; Wed, 12 Aug 1998 13:15:25 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03066; Wed, 12 Aug 1998 13:15:17 -0700 (PDT) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-140.laker.net [208.0.233.40]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id QAA21077; Wed, 12 Aug 1998 16:14:47 -0400 Message-Id: <199808122014.QAA21077@laker.net> From: "Steve Friedrich" To: "msmith@FreeBSD.ORG" Cc: "ports@FreeBSD.org" Date: Wed, 12 Aug 1998 16:15:14 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.00.1500) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="_=_=_=IMA.BOUNDARY.EXLEXE138764=_=_=_" Subject: FreeBSD Port: staroffice-3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --_=_=_=IMA.BOUNDARY.EXLEXE138764=_=_=_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I am a recent FreeBSD evangelist and I wrote the attached e-mail to us-info@stardivision.com (their new US office). I was wondering if you knew anything about StarOffice version 5 becoming available for FreeBSD. Have they distanced themselves from us due to their agreements with Caldera ?? Perhaps we could mount a campaign ?? --_=_=_=IMA.BOUNDARY.EXLEXE138764=_=_=_ Content-Type: message/rfc822; name="I want StarOffice 5 for my FreeBSD. I'm running StarOffice 3.1 now..." Content-Transfer-Encoding: 8bit From: "Steve Friedrich" To: "StarDivision, US" Date: Wed, 12 Aug 1998 16:05:59 -0500 Reply-To: "Steve Friedrich" Priority: Normal X-Mailer: PMMail 98 Professional (2.00.1500) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: I want StarOffice 5 for my FreeBSD. I'm running StarOffice 3.1 now... I am a recent FreeBSD evangelist. I used Unix many years ago and I always LOVED it. I am a hardware techie, programmer, system admin by profession. I recently installed FreeBSD 2.2.7 on an old AMD-486DX-66 and it runs GREAT. X11 is a little slow, but not as painful as trying to run Win95 on a 486 !!! I was surprised to see StarOffice as a port. So I installed it and put my resume into a document with StarWriter 3.1. I had LESS TROUBLE than with Microsux' Word, or Lotus' Word Blo. They have WAY TOO MANY BUGS !!! So I thought to check the web and see what your latest version is. It's 5. Great. I want it for FreeBSD, and I PAY license fees. I support people offering quality software at affordable prices. Please tell me you have version 5 for FreeBSD. Please, please, please... --_=_=_=IMA.BOUNDARY.EXLEXE138764=_=_=_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 13:20:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04060 for freebsd-ports-outgoing; Wed, 12 Aug 1998 13:20:11 -0700 (PDT) (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 NAA03953 for ; Wed, 12 Aug 1998 13:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06041; Wed, 12 Aug 1998 13:20:01 -0700 (PDT) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02303 for ; Wed, 12 Aug 1998 13:10:59 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id OAA02295; Wed, 12 Aug 1998 14:10:04 -0600 (MDT) (envelope-from brett) Message-Id: <199808122010.OAA02295@peloton.physics.montana.edu> Date: Wed, 12 Aug 1998 14:10:04 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7592: new port - qclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7592 >Category: ports >Synopsis: new port of qclock >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 Aug 12 13:20:00 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.7-STABLE i386 >Environment: hot office - no beer in sight.... >Description: qclock is a text based clock. It actually will tell you the time, unlike say, bclock which AFAICT is useful only as a good "guess the time" clock. :-) qclock is so so so much better than date! >How-To-Repeat: amazingly difficult port below - it's been portlinted, and the whole range of "make *" tested - note I put it in misc - it's not X so it shouldn't go in x11-clocks and I didn't figure it belonged in sysutils. >Fix: #!/bin/csh -f # Uuencoded gz-compressed .tar file created by csh script uufiles # For more info (11/95), see e.g. http://xxx.lanl.gov/faq/uufaq.html # If you are on a unix machine this file will unpack itself: strip # any mail header and call resulting file, e.g., qclock.uu # (uudecode ignores these header lines and starts at begin line below) # Then say csh qclock.uu # or explicitly execute the commands (generally more secure): # uudecode qclock.uu ; gunzip qclock.tar.gz ; # tar -xvf qclock.tar # On some non-unix (e.g. VAX/VMS), first use editor to change filename # in "begin" line below to qclock.tar-gz , then execute # uudecode qclock.uu # gzip -d qclock.tar-gz # tar -xvf qclock.tar # uudecode $0 chmod 644 qclock.tar.gz gunzip -c qclock.tar.gz | tar -xvf - rm $0 qclock.tar.gz exit begin 644 qclock.tar.gz M'XL(`&?VT34``^V8WV_:,!#'>25_Q4WE87MHB$FJL0Q M)<*)T\018U7_]SDTJU@?RCHM[$?]D5#(78Q/OON>8VX(XV39K%4)6(;C8*@! M(`<;V]?O&``VMBW3,9&%I1L9R*D!KC2JDCP37@I0\U,JQ!//[?+_H]S M,II5507/R#_"CBG=+=2R5/[WP0_YCX)*EAP9AFU;3^3?=A[G'SLR_T85P3SF MA>=_V,?P^KX(=+D0^O77-]`!9#E^"ULF.6HYE"+3\GR[A>F`9_5\V_LW^CQVL^O\^V,K_^'PPG54QQ\[^C\R'_!NF4?1_ MR\2J_^\#/XR;]S6@>OI+9$O_O8OAT!U5T`%VO_]MZ=]&A?YMK/2_%[H@Z!S-.0Q@&L>,X"71OF9`&^7"2:%C\10\*\,`;. M`@@\05^IOO$W4NI_Z"UI\1]0)7/LTK]=[/FE_AV\V?^QA93^]\$!C.@*$IZ* M#`AGC!(1\ABBLAY@SM-V'9&V M.FI!-[^62POH^/A(^B\7/)+V^F85WR>4<<%C/5FLLY!D>L1CX<6>3H-<.Y!/ M-P9!0W[1^O)`.NH.W4Z]#&!\=KI]?UA,WNO.W-.+R<"==NI1F!%MV)W.W,G5 M=#`K3`LADG:SF<5\Y7N,Z62=$)Z$1"<\TKV\//PT-3EL,)K)CSOI_$28VNCB MZG)R-OWXH3^0`]8TT[3N^?G5K#LY=6.*>##[?-;=.8YH>QH3E`86W?A;H18;T:/E.=5&%0J%0*!0*A4*A -4/P*WP"]'S"7`"@``+=. ` end >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 Wed Aug 12 14:10:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11632 for freebsd-ports-outgoing; Wed, 12 Aug 1998 14:10:12 -0700 (PDT) (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 OAA11565 for ; Wed, 12 Aug 1998 14:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA07485; Wed, 12 Aug 1998 14:10:02 -0700 (PDT) Received: from ady.warpnet.ro (ady.warpnet.ro [193.230.201.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10809 for ; Wed, 12 Aug 1998 14:02:48 -0700 (PDT) (envelope-from ady@ady.warpnet.ro) Received: (from ady@localhost) by ady.warpnet.ro (8.8.8/8.8.8) id AAA24484; Thu, 13 Aug 1998 00:02:29 +0300 (EEST) (envelope-from ady) Message-Id: <199808122102.AAA24484@ady.warpnet.ro> Date: Thu, 13 Aug 1998 00:02:29 +0300 (EEST) From: Adrian Penisoara Reply-To: Adrian Penisoara To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7593: Port upgrade: Pine4 from 4.02 to 4.02a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7593 >Category: ports >Synopsis: Port upgrade: Pine4 from 4.02 to 4.02a >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 12 14:10:02 PDT 1998 >Last-Modified: >Originator: Adrian Penisoara >Organization: Warp Net Technologies >Release: FreeBSD 3.0-980520-SNAP i386 >Environment: This port has been tested under: * FreeBSD 2.2.6-RELEASE * FreeBSD 3.0-980520-SNAP i386 The port has been "portlinted" (just 1 WARN for the $Id$ signature). >Description: The Pine Team announced on 7th August the availability of Pine 4.02 Patch "A" which helps reducing the chances of a MIME-header overflow attack to be successful. Have a look at ftp://ftp.cac.washington.edu/pine/pine4.02A.patch.readme for further details. >How-To-Repeat: N/A >Fix: Attached to this PR there is a gzipped diff to patch the port in order to make use of the Patch "A" file. With this occasion some small changes have also been made: * Bumped libpico's major number from 1 to 2 (from 1.3 to 2.0) -- this was needed because of incompatibilities between the 3.x and 4.x libraries. This will allow use of both Pine 3 and Pine 4 at the same time. * Some patch reordering (the content of patch-aa has been moved into patch-as) * Reinforcing the use of "/usr/local/etc/" rather than "/usr/local/lib/" for configuration files like pine.info, pine.conf, pine.conf.fixed There are 2 new files introduced: "patches/patch-at" and "patches/patch-au". I welcome any suggestions ! Adrian Penisoara Ady (@freebsd.ady.ro) --8<-- begin 644 pine-4.02a.diff.gz M'XL(")#YT34"`W!I;F4M-"XP,F$N9&EF9@#E&VMWVL;R,_R*,6D;VT*`Q%M^ M-,3&#K?8<('6[:E[.4):0"="HI*(XS;I;[\SNY(0+R=Q&^>VEV,+M#LS.S.[ M.SNSLRO+,ESIK]G8LEG.]:Q):C!=P+\6-A0+4%`U1='**BCU>BTM25(,FKIA M)C06$U!44!6M5-:4$.K%"Y"5;`4D>KQXD89G<,WN8.YZ@0^&:]O,""S7@5E( M"<:NIZ7FEL,(=!H$PR]32Z4*=1+U7G".U3=3=X;%J8;I6;H# M7>98OJM[.ASKYOV+L(P*6M994"2/@L"7G3D(;S5G]PW;AJ MGH#X$/><1;G[W66R@M?(@ON=57H:SAJ#YF6GUVKV1?5,MVQPV)V?AJM&?]#L M#?NM`5:FQER!^,P9NK%=B8!--09GKR*4KWY/DG@?UEZTVJ(RDN5](S?7`V,: M85/YL#_HM;HG(,^5M$2LM*X'^-_LG?`N75,9:>:Z,VRC+(C:;EU_=P+WS.=: M5(O9*DAJ%9^DQ328KFPY?J#;MI8&9*-UW1\TVNWW\-7O9YWN3^]!=O%GN_6R M:6X>9\-Z?D MB@C<[34O6C^^IXJURK3T`+*:*^Q&QLHDX\-NKW/9:UR1`$ER!)X@$A5]'*KM M!ANX6/9QR`[;P,592)U1K-(,+BEA9R2(736NDX1,U^!8.25!:J8[]*^$-6G( M66/8,W&Z.\S>>L?[#:K[(INK3_JM%K+CN5O_)NO:6^2"W;\:>Z MQV(6L!H>J,X'S)C*CAO@>$L*=-X8--8E&GFN,5UX+!>\3:IWE>`'J2P;?)B. MC":8+*&?GYGE73:XN+3!,6S2""LUK:1J:B%AA,D$J[S_KL[+L!^9H%R@>[G) M;P=P`I5:K5ZMC\J54KU4+2J5^L@LFI96,,/Y3YCUBEI5=%4O M%-1Z4:E5ZB7%T,V"45"JY9%9J7.A.#2RRK]E71>R$=,DFZI"H:@I]97U91UE M99TIH'Q:L9Y<9\I5DK+$+:]\>'@(-'7R#,=:;KI496/N@5HD59:+&@)S`C)G M<0F>&BR88$P!I:05BUJQ%C(6$XX6K=S('X?D.9+#>TK15!0HZJF8?!)I31[L MM4AZ.%S]"''*]6RE#.(=P'*"U)D[F[L^\YJF%:!EQ[ZX:+3[S:-4_A`&O>^; M@'-MQGQ?GS"P:5I8/KASYL!A/B+AL3?LK>4'2UQ"-EWF`U5Y/H,WELEA4^OF/[%1XAS\&9XWN#5K'H_^S_DV8"LO)&:OF M7*D`VO)B02M5UVV0`/^`#:JHV4I-6`,)T%TU&8X!DSF&A;V,?C0$4P;?.]9; M>"/<8!PE8TX?!,_"-]$Y-CW(N4JE.(#P&Z0]6+YIJ757"(#^J0C1.,LN%>"J MNW]V=@#XO&@W+OL'(.I`;N=`MH6'LX\.&=;(+L<7]E$(Q&?"DPM$[ME?*=!V M`UY22]D2+@Z1"4_1$!3SY3\T8?K][OE17#'"R.1U]&KH.&>?__I<$T92_E5H MA'DS0Y]#@*N*#SC6#48*$^-V;X-^/`\?:N,N;N,.@H7GH)+'<.=Z)MQYV)28 M$>N4N?T6(S@2,C)I3RCDNR<1,I[5?!CMGM:5]6D=PN^>U_+64:.J:E95:ZNC MQE_,AZ_9_939XG7+SZ`?HO;^(V6"G_ATSS>H=-P-)".(CE7!LZ3R_GN M<\K)#7>UEJTM#3=9%[0=9U?G!\**-'ID8F)KAH4='GT?1-"]QC6"':P:/+)M MJP9:0]!^C(HRIFR,J5[R>$,?V0SDMV2NUJ/?!(ZPA[CPZ8XF*'@SD,=PB%P= M1@B':`CI!0[_X*-\Z/HY`_`QA:3E)=8-$\O1JA]A*U>-[YH'@O818$4N%[5' MJ*A8#IEW?9F\ZZE8(83FHA7B\V@.5X)/UQP/_3]%O+UO7E\*+7N.XL M)(7.N3.A,HNW.E\$W!\:,QW7+P89QY71WW'OY`A0'B-RAMQ9A*-!2.[NPO?R MMFOH-M^?XELRANN,H+-&02]Y"?B=V:W4(0T-Q#MWYDWX/C M!N`P-*_<%/*AR>,A*6-"5S#4$P269]C6W//HAUR,;>PCP(T?_/_F5!.;.3C/,>0T(X_KRA5F02T`G^&:4ELW)`)\ MS>'"ALJ%EZF5&KDFO?RJ;\8!?=S"J6-^3TJ?S_C&@$+9-X/L\S!$0>F7GU/OX36REQM MY7"O%NO?AST?`G'=1'Q$:VE8QOFHB[(_R4>Q1'SPI^!C6;U=-=5RH9:MEI6D M:JJE>AW+"DO5\);\.PL'$.P+[M"+B>T?3P:;:AZT=3 M&N<)+)VWYO59[65K$#IPG`8#*J%8WX5_?X_SY%SN]BB#\;+=)&P2JZ226/P9 MJC?A&T;\+9MXV;IN]'[2DFV,+$?W[D4K+QO]9J4$T4X02J^2"NJ)7D'IBU16 MB'OE2ZN@K&:10TE\"24\5NI=(Z&*P[=<4^*`1WQ\-$=.,(;]0],/0#H!''\V M<\3[039SYCH!FG1YX.F./\;UI!FJ18.O_=N"4L9_-9.-G7/J.%3?,-*>__.: M.N'D9"G.`\C,O`(P?\:+`=DY09XU%['%Q<7.Q?#)O7I+0A%6=A M[@_%;N+!DZM9&*ARC69L,IKC.D%^]_9]=X@.A(_?67A(L9DP/.%H2:2'-7MR MDM"K%#*]HEEI+RQ\>'S&N#L4EZA_4'$).**T"AA9,W1(JF5T2>(8[N^FKX\: MBT^CTBUNF+TKL*OO=,/L]:P:Q78;@5TYCNM&"\LVDPZ8`TJ9$(OEV$_B-H@# M+EE1*.-67&8EI27,&@-*O'6VW:E5RY6L6JDLG0*^,M>SB"Z)+^)U#YZ%%LH: MP\\@^Q@HYZV9/C?%$WX!G@U`;]EM1T=))F$WL[G&L[:*V]1^J@6:6.#6I0^ MH47"67M=UY9APE?=5YVK9K*0&5,7GC_?*,JT+>2WK\] M#OO-?P_IT,V!\/UX\%"O9*L%)33KGY9ZESXI];ZY>9/(BDM_/H$J/3J!*OW9 M!*KTB*RX]-=E3:6_-&LJ/3IK*JUEQ?^)G?K16?%_8O]^6E9<^J2L^*9Y6,FY M2CL3,ZNAO/3(5)+T4,KL@38^G(Z4=J4CI8VY)A/S$G*OT\3G7[:-F M)>>RQWE?GF_]2>;WIJBE8HQ;O%RWWE"&&M-:6ZW(/>GL$J\_V> M>+SR!,/2^Q51MAT<\>,S/M,]8TH23K^9!$?BX"DAS'$= MP;W<<(6**G>EDCBL2'5$H!](.W$,7@M\R.W"L)RQ&\N&BP_SO,4\8&:"53E1 M+-.I>`YKLM%BLES=(EA>?!WOLW+]1?/@2?6WDB;Z@/ZVI)0^H+\8XW/I;^N` M5)1B-:LHI:5G'DS1'T&?X#4X[AV?O#1S]=C#P!(KT(Y?]DX)^K@!KWK-BY/, MCW*7&KOTK#G3ANW.6:,];)R?]YK]_O!;+F'F]'A/EI_Q^.F-[IUD0JB+[]MM MNJHPS,CRZ7&^<7K<%:01VI@&,_2V'-,:8R5I<%DJHEMOYQB$7S@*$GK5@YO6 M^>#52:9:_CISVN9]T%_,Z7X+T!:6;@2^QIL5#3RS',->H'VB+.!)9E<+F1T- M[.(>2[NG89YUJ?AH+/^=%;\R>#^+XE=:>*SBMT\!5:UD%;6HQE/@N-,^%:GF MXW;K=*EJY"[PW,QIB[[,!;\317K;"DO,#FFB9TZI@^`5_A3`CQK$&_0Y\-`7 MRMREVXB[[4K9H#FQWF#,-C1FII\YO>0O2(J'"3Z%%B2((,F'<*RX:`A_6<5M M'X3_8XK;/@2+Q6)6*9:4>`CJ`=R["P]\*V"Y^*32HPV@>HJ\\GMJF8\6_SB/ M:(^UB%O5ML'+QZHM9(4/NEA5T:![I*IVF:S/J*KM-NQSJ&J+,[W8ZDS7M-)N M9WJQ#EW7U.J&,ZU68V=Z>;,L>=&&1W.(7J+K3@E/>@F]UDX!PS[EP;`OF5I` M3>5&'C^?0PJ>63.6HX,0?JI_[P=L)M]986>@IQCD:!V]:ETU@1^6F.GS.<][ MA43V=LZFE.C^N8^WMV_Q MD^HR3QZ[MHG24>G(?4ONZFMQ=VU)A\>C80=$<_`S=<#*A/E3';#BCS^N`[:X M]%^D`_C?'X`K4NI$[$;F@T+*(7".WODN7<^\]+\V@<_Q$8`K:M&]TW) M4\#4V0QU1)7=3E?-XZ.(/J]'.[RPCZ`^"V%$4LAQ@[1,F<@`1O?1L<0#5,MZ M&9"";$8;$0M?G)/+4)Y07MQE^)WV\):*Y2,VBMIPP)U3?U'8M]%_D(D[/0.& M[L"(\1.'_)#,ZO!`6MQM#Z*1R0=8R)6?`QA,^=7Y&2Y9[EAHE3>!WPCI!!8- M\$#H2:1U:SRO6PL3NVG1'BX+_ZK;SP_"\AYUXE9T?,E9WG;1>]O][1>T(P!Y EGR?R3-&E=+_\ZY=8MW"VUO;"AB9SYAC>_3Q(_Q?RO[3D9D$``-O] ` end --8<-- >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 Wed Aug 12 15:50:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27513 for freebsd-ports-outgoing; Wed, 12 Aug 1998 15:50:13 -0700 (PDT) (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 PAA27400 for ; Wed, 12 Aug 1998 15:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10544; Wed, 12 Aug 1998 15:50:00 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27084 for ; Wed, 12 Aug 1998 15:48:12 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id SAA04307; Wed, 12 Aug 1998 18:45:38 -0400 (EDT) (envelope-from billf) Message-Id: <199808122245.SAA04307@jade.chc-chimes.com> Date: Wed, 12 Aug 1998 18:45:38 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7594: new port: x11-toolkits/gtkgl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7594 >Category: ports >Synopsis: new port: x11-toolkits/gtkgl >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 Aug 12 15:50:00 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: you need GL stuff for this (or at least the programs that use it) >Description: >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/DESCR # ./pkg/COMMENT # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: gtkgl X# Version required: 0.8.9 X# Date created: 12 August 1998 X# Whom: Bill Fumerola X# X# $Id: $ X# X XDISTNAME= gtkGL-0.8.9 XPKGNAME= gtkgl-0.8.9 XCATEGORIES= x11-toolkits XMASTER_SITES= http://www.sakuranet.or.jp/~aozasa/shige/dist/ X XMAINTAINER= billf@chc-chimes.com X XLIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk \ X MesaGL\\.2\\.6:${PORTSDIR}/graphics/mesa X XGNU_CONFIGURE= yeah XUSE_X11= youbet XCONFIGURE_ARGS= --with-GL-prefix=${PREFIX} X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (gtkGL-0.8.9.tar.gz) = 0931c82a89c1a263ebae265b727062df END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xinclude/gdkGL/gdkGL.h Xinclude/gdkGL/gdkGL_gdkutils.h Xinclude/gdkGL/gdkGL_gdkxutils.h Xinclude/gdkGL/gdkGLdebug.h Xinclude/gdkGL/gdkGLprivate.h Xinclude/gdkGL/gdkGLtypes.h Xinclude/gtkGL/gtkGL.h Xinclude/gtkGL/gtkGLcontext.h Xinclude/gtkGL/gtkGLdebug.h Xinclude/gtkGL/gtkGLmain.h Xlib/libgdkGL.so.0.9 Xlib/libgtkGL.a Xlib/libgtkGL.la X@exec /sbin/ldconfig -m %D/lib END-of-./pkg/PLIST echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' Xa toolkit for GL. X Xhttp://www.sakuranet.or.jp/~aozasa/shige/doc/comp/gtk/gtkGL/00gtkGL-en.html X XBill Fumerola END-of-./pkg/DESCR echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xan OpenGL widget for GTK END-of-./pkg/COMMENT exit >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 Wed Aug 12 15:50:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27534 for freebsd-ports-outgoing; Wed, 12 Aug 1998 15:50:14 -0700 (PDT) (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 PAA27411 for ; Wed, 12 Aug 1998 15:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10553; Wed, 12 Aug 1998 15:50:01 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27288 for ; Wed, 12 Aug 1998 15:49:34 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id SAA04430; Wed, 12 Aug 1998 18:47:03 -0400 (EDT) (envelope-from billf) Message-Id: <199808122247.SAA04430@jade.chc-chimes.com> Date: Wed, 12 Aug 1998 18:47:03 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7595: new port: graphics/mesa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7595 >Category: ports >Synopsis: new port: graphics/mesa >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 Aug 12 15:50:01 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: >Description: >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: mesa X# Version required: 2.6 X# Date created: 16 July 1998 X# Whom: Bill Fumerola X# X# $Id$ X# X XDISTNAME= Mesa-2.6 XPKGNAME= mesa-2.6 XCATEGORIES= graphics XMASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ XDISTFILES= MesaLib-2.6.tar.gz MesaDemos-2.6.tar.gz X XMAINTAINER= billf@chc-chimes.com X XALL_TARGET= freebsd-386 XUSES_X11= hellyes X Xdo-install: X X ${CP} -r ${WRKSRC}/include/ ${PREFIX}/include X ${CP} ${WRKSRC}/lib/* ${PREFIX}/lib X ${LN} -fs ${PREFIX}/lib/libMesaGL.a ${PREFIX}/lib/libGL.a X ${LN} -fs ${PREFIX}/lib/libMesaGLU.a ${PREFIX}/lib/libGLU.a X ${LN} -fs ${PREFIX}/lib/MesaGL.so.2.6 ${PREFIX}/lib/libGL.so X ${LN} -fs ${PREFIX}/lib/MesaGLU.so.2.6 ${PREFIX}/lib/libGLU.so X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (MesaLib-2.6.tar.gz) = ee27bf2548dbc2031974c33ee6226c0c XMD5 (MesaDemos-2.6.tar.gz) = 6eef61e387f71a76b855ab6b3d2c89e5 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xinclude/glaux.h Xinclude/gltk.h Xinclude/GL/FooMesa.h Xinclude/GL/dosmesa.h Xinclude/GL/fxmesa.h Xinclude/GL/gl.h Xinclude/GL/gl_mangle.h Xinclude/GL/glu.h Xinclude/GL/glu_mangle.h Xinclude/GL/glut.h Xinclude/GL/glx.h Xinclude/GL/glx_mangle.h Xinclude/GL/gmesa.h Xinclude/GL/mglmesa.h Xinclude/GL/osmesa.h Xinclude/GL/svgamesa.h Xinclude/GL/wmesa.h Xinclude/GL/xmesa.h Xlib/libMesaGL.so.2.6 Xlib/libMesaGL.a Xlib/libMesaGLU.so.2.6 Xlib/libMesaGLU.a Xlib/libglut.so.3.6 Xlib/libglut.a Xlib/libMesatk.so.2.6 Xlib/libMesatk.a Xlib/libMesaaux.so.2.6 Xlib/libMesaaux.a X@dirrm include/GL X@exec /sbin/ldconfig -m %D/lib END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xa 3-D graphics library which uses the OpenGL API END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XMesa is a 3-D graphics library which uses the OpenGL API. Mesa cannot be called Xan implementation of OpenGL since the author did not obtain an OpenGL license Xfrom SGI. Furthermore, Mesa cannot claim OpenGL conformance since the Xconformance tests are only available to OpenGL licensees. X XDespite these technical/legal terms, you may find Mesa to be a valid Xalternative to OpenGL. Most applications written for OpenGL can use Mesa Xinstead without changing the source code. X Xhttp://www.ssec.wisc.edu/~brianp/Mesa.html X XBill Fumerola END-of-./pkg/DESCR exit >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 Wed Aug 12 15:52:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28073 for freebsd-ports-outgoing; Wed, 12 Aug 1998 15:52:21 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28061 for ; Wed, 12 Aug 1998 15:52:17 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA200382308; Wed, 12 Aug 1998 18:51:48 -0400 Date: Wed, 12 Aug 1998 18:51:48 -0400 (EDT) From: Bill Fumerola To: ports@FreeBSD.ORG Subject: ports recently submitted. 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 FYI - I just submitted a couple of ports, and as I remember, one depends on the other, I'm also working on another port which depends on both (which is why I ported the other two, long story), in any event these should be comitted at the same time or none at all. the ports are mesa and gtkgl. thanks, - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 16:02:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00187 for freebsd-ports-outgoing; Wed, 12 Aug 1998 16:02:50 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00156; Wed, 12 Aug 1998 16:02:37 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA26363; Wed, 12 Aug 1998 16:02:10 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA09752; Wed, 12 Aug 1998 16:02:06 -0700 (PDT) Date: Wed, 12 Aug 1998 16:02:06 -0700 (PDT) Message-Id: <199808122302.QAA09752@silvia.hip.berkeley.edu> To: jseger@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: Mesa2/Mesa3 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Justin, What do you want to do with this? Their shared libraries only differ in version numbers so they can't be both installed on the package building machine unless we're never going to link anything against Mesa2. I marked Mesa3 MANUAL_PACKAGE_BUILD for now. Otherwise we'll have packages with binaries linked against Mesa3 but with a @pkgdep of Mesa2. You said they're compatible. Do you want to switch over all the dependencies to Mesa3? In that case, please remove MANUAL_PACKAGE_BUILD and switch over the NO_LATEST_LINK to Mesa2. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 16:23:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03050 for freebsd-ports-outgoing; Wed, 12 Aug 1998 16:23:47 -0700 (PDT) (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 QAA03044; Wed, 12 Aug 1998 16:23:44 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA11571; Wed, 12 Aug 1998 16:23:42 -0700 (PDT) Date: Wed, 12 Aug 1998 16:23:42 -0700 (PDT) Message-Id: <199808122323.QAA11571@freefall.freebsd.org> To: billf@jade.chc-chimes.com, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7595 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: graphics/mesa State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Wed Aug 12 16:23:16 PDT 1998 State-Changed-Why: Are you aware that there exist "graphics/Mesa[23]" ports? :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 18:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17951 for freebsd-ports-outgoing; Wed, 12 Aug 1998 18:40:07 -0700 (PDT) (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 SAA17907 for ; Wed, 12 Aug 1998 18:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA15310; Wed, 12 Aug 1998 18:40:00 -0700 (PDT) Date: Wed, 12 Aug 1998 18:40:00 -0700 (PDT) Message-Id: <199808130140.SAA15310@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Don Croyle Subject: Re: ports/7163: new port: p5-Set-IntSpan Reply-To: Don Croyle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7163; it has been noted by GNATS. From: Don Croyle To: freebsd-gnats-submit@freebsd.org, croyle@gelemna.ft-wayne.in.us Cc: Subject: Re: ports/7163: new port: p5-Set-IntSpan Date: Wed, 12 Aug 1998 20:32:09 -0500 Replacement of the archive in the PR so that the port works with perl 5.005. # 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: # # p5-Set-IntSpan # p5-Set-IntSpan/pkg # p5-Set-IntSpan/pkg/COMMENT # p5-Set-IntSpan/pkg/DESCR # p5-Set-IntSpan/pkg/PLIST # p5-Set-IntSpan/Makefile # p5-Set-IntSpan/files # p5-Set-IntSpan/files/md5 # echo c - p5-Set-IntSpan mkdir -p p5-Set-IntSpan > /dev/null 2>&1 echo c - p5-Set-IntSpan/pkg mkdir -p p5-Set-IntSpan/pkg > /dev/null 2>&1 echo x - p5-Set-IntSpan/pkg/COMMENT sed 's/^X//' >p5-Set-IntSpan/pkg/COMMENT << 'END-of-p5-Set-IntSpan/pkg/COMMENT' XManages sets of integers END-of-p5-Set-IntSpan/pkg/COMMENT echo x - p5-Set-IntSpan/pkg/DESCR sed 's/^X//' >p5-Set-IntSpan/pkg/DESCR << 'END-of-p5-Set-IntSpan/pkg/DESCR' XSet::IntSpan manages sets of integers. It is optimized for sets that Xhave long runs of consecutive integers. These arise, for example, in X.newsrc files, which maintain lists of articles: X X alt.foo: 1-21,28,31 X alt.bar: 1-14192,14194,14196-14221 X XSets are stored internally in a run-length coded form. This provides Xfor both compact storage and efficient computation. In particular, Xset operations can be performed directly on the encoded Xrepresentation. END-of-p5-Set-IntSpan/pkg/DESCR echo x - p5-Set-IntSpan/pkg/PLIST sed 's/^X//' >p5-Set-IntSpan/pkg/PLIST << 'END-of-p5-Set-IntSpan/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/Set/IntSpan.pm Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Set/IntSpan/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Set/IntSpan END-of-p5-Set-IntSpan/pkg/PLIST echo x - p5-Set-IntSpan/Makefile sed 's/^X//' >p5-Set-IntSpan/Makefile << 'END-of-p5-Set-IntSpan/Makefile' X# New ports collection makefile for: p5-Set-IntSpan X# Version required: 1.06 X# Date created: February 7, 1998 X# Whom: Don Croyle X# X# $Id:$ X# X XDISTNAME= Set-IntSpan-1.06 XPKGNAME= p5-Set-IntSpan-1.06 XCATEGORIES= math perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Set X XMAINTAINER= croyle@gelemna.ft-wayne.in.us X XUSE_PERL5= yes X XMAN3= Set::IntSpan.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL X X.include END-of-p5-Set-IntSpan/Makefile echo c - p5-Set-IntSpan/files mkdir -p p5-Set-IntSpan/files > /dev/null 2>&1 echo x - p5-Set-IntSpan/files/md5 sed 's/^X//' >p5-Set-IntSpan/files/md5 << 'END-of-p5-Set-IntSpan/files/md5' XMD5 (Set-IntSpan-1.06.tar.gz) = f3fdf4b473f1f24bff9d3740784f45ad END-of-p5-Set-IntSpan/files/md5 exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 18:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17955 for freebsd-ports-outgoing; Wed, 12 Aug 1998 18:40:07 -0700 (PDT) (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 SAA17913 for ; Wed, 12 Aug 1998 18:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA15315; Wed, 12 Aug 1998 18:40:01 -0700 (PDT) Date: Wed, 12 Aug 1998 18:40:01 -0700 (PDT) Message-Id: <199808130140.SAA15315@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Don Croyle Subject: Re: ports/7164: new port: p5-News-Newsrc Reply-To: Don Croyle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7164; it has been noted by GNATS. From: Don Croyle To: freebsd-gnats-submit@freebsd.org, croyle@gelemna.ft-wayne.in.us Cc: Subject: Re: ports/7164: new port: p5-News-Newsrc Date: Wed, 12 Aug 1998 20:33:53 -0500 Replacement for the archive in the PR, so that the port works with perl 5.005. # 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: # # p5-News-Newsrc # p5-News-Newsrc/pkg # p5-News-Newsrc/pkg/COMMENT # p5-News-Newsrc/pkg/DESCR # p5-News-Newsrc/pkg/PLIST # p5-News-Newsrc/Makefile # p5-News-Newsrc/files # p5-News-Newsrc/files/md5 # echo c - p5-News-Newsrc mkdir -p p5-News-Newsrc > /dev/null 2>&1 echo c - p5-News-Newsrc/pkg mkdir -p p5-News-Newsrc/pkg > /dev/null 2>&1 echo x - p5-News-Newsrc/pkg/COMMENT sed 's/^X//' >p5-News-Newsrc/pkg/COMMENT << 'END-of-p5-News-Newsrc/pkg/COMMENT' XManage newsrc files. END-of-p5-News-Newsrc/pkg/COMMENT echo x - p5-News-Newsrc/pkg/DESCR sed 's/^X//' >p5-News-Newsrc/pkg/DESCR << 'END-of-p5-News-Newsrc/pkg/DESCR' XNews::Newsrc manages newsrc files, of the style X X alt.foo: 1-21,28,31-34 X alt.bar! 3,5,9-2900,2902 X XMethods are provided for X- reading and writing newsrc files X- adding and removing newsgroups X- changing the order of newsgroups X- subscribing and unsubscribing from newsgroups X- testing whether groups exist and are subscribed X- marking and unmarking articles X- testing whether articles are marked X- returning lists of newsgroups X- returning lists of articles END-of-p5-News-Newsrc/pkg/DESCR echo x - p5-News-Newsrc/pkg/PLIST sed 's/^X//' >p5-News-Newsrc/pkg/PLIST << 'END-of-p5-News-Newsrc/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/News/Newsrc.pm Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Newsrc/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Newsrc END-of-p5-News-Newsrc/pkg/PLIST echo x - p5-News-Newsrc/Makefile sed 's/^X//' >p5-News-Newsrc/Makefile << 'END-of-p5-News-Newsrc/Makefile' X# New ports collection makefile for: p5-News-Newsrc X# Version required: 1.05 X# Date created: February 7, 1998 X# Whom: Don Croyle X# X# $Id:$ X# X XDISTNAME= News-Newsrc-1.06 XPKGNAME= p5-News-Newsrc-1.06 XCATEGORIES= news perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= News X XMAINTAINER= croyle@gelemna.ft-wayne.in.us X XRUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan X XUSE_PERL5= yes X XMAN3= News::Newsrc.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL X X.include END-of-p5-News-Newsrc/Makefile echo c - p5-News-Newsrc/files mkdir -p p5-News-Newsrc/files > /dev/null 2>&1 echo x - p5-News-Newsrc/files/md5 sed 's/^X//' >p5-News-Newsrc/files/md5 << 'END-of-p5-News-Newsrc/files/md5' XMD5 (News-Newsrc-1.06.tar.gz) = 3e177501f0a183560fd79c3b31596cd9 END-of-p5-News-Newsrc/files/md5 exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 18:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17956 for freebsd-ports-outgoing; Wed, 12 Aug 1998 18:40:08 -0700 (PDT) (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 SAA17920 for ; Wed, 12 Aug 1998 18:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA15320; Wed, 12 Aug 1998 18:40:01 -0700 (PDT) Date: Wed, 12 Aug 1998 18:40:01 -0700 (PDT) Message-Id: <199808130140.SAA15320@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Don Croyle Subject: Re: ports/7421: update p5-PGP-Sign to 0.09 Reply-To: Don Croyle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7421; it has been noted by GNATS. From: Don Croyle To: freebsd-gnats-submit@freebsd.org, croyle@gelemna.ft-wayne.in.us Cc: Subject: Re: ports/7421: update p5-PGP-Sign to 0.09 Date: Wed, 12 Aug 1998 20:35:37 -0500 Replacement for the patch in the PR, so that the port will work with perl 5.005. --- p5-PGP-Sign.old/Makefile Sun May 3 22:50:45 1998 +++ p5-PGP-Sign/Makefile Wed Aug 12 19:04:09 1998 @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-PGP-Sign -# Version required: 0.08 +# Version required: 0.09 # Date created: January 2, 1998 # Whom: Don Croyle # # $Id: Makefile,v 1.1.1.1 1998/05/04 03:50:45 mph Exp $ # -DISTNAME= PGP-Sign-0.08 -PKGNAME= p5-PGP-Sign-0.08 +DISTNAME= PGP-Sign-0.09 +PKGNAME= p5-PGP-Sign-0.09 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGP @@ -19,7 +19,7 @@ USE_PERL5= yes MAN3= PGP::Sign.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff -ruN p5-PGP-Sign.old/files/md5 p5-PGP-Sign/files/md5 --- p5-PGP-Sign.old/files/md5 Sun May 3 22:50:45 1998 +++ p5-PGP-Sign/files/md5 Wed Aug 12 19:05:42 1998 @@ -1 +1 @@ -MD5 (PGP-Sign-0.08.tar.gz) = c749930a6e36c97eedee14e27185d062 +MD5 (PGP-Sign-0.09.tar.gz) = cde30e2a7092992a252e224394c8ce5e diff -ruN p5-PGP-Sign.old/pkg/PLIST p5-PGP-Sign/pkg/PLIST --- p5-PGP-Sign.old/pkg/PLIST Sun May 3 22:50:45 1998 +++ p5-PGP-Sign/pkg/PLIST Wed Aug 12 19:05:13 1998 @@ -1,4 +1,3 @@ -lib/perl5/man/man3/PGP::Sign.3.gz -lib/perl5/site_perl/PGP/Sign.pm -lib/perl5/site_perl/i386-freebsd/auto/PGP/Sign/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/PGP/Sign +lib/perl5/site_perl/%%PERL_VER%%/PGP/Sign.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PGP/Sign/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PGP/Sign To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 18:50:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19238 for freebsd-ports-outgoing; Wed, 12 Aug 1998 18:50:09 -0700 (PDT) (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 SAA19209 for ; Wed, 12 Aug 1998 18:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA15713; Wed, 12 Aug 1998 18:50:01 -0700 (PDT) Received: from catastrophe.gelemna.ft-wayne.in.us (fw5-33.fwi.com [209.84.173.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18205 for ; Wed, 12 Aug 1998 18:41:13 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id UAA15340 for ; Wed, 12 Aug 1998 20:40:47 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.8.8/8.8.8) id UAA14749; Wed, 12 Aug 1998 20:40:46 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199808130140.UAA14749@emerson.gelemna.ft-wayne.in.us> Date: Wed, 12 Aug 1998 20:40:46 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7597: Update news/p5-News-Article port for perl 5.005 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7597 >Category: ports >Synopsis: Update news/p5-News-Article port for perl 5.005 >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 Aug 12 18:50:00 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Update news/p5-News-Article port for perl 5.005. >How-To-Repeat: >Fix: Apply this patch. diff -ruN p5-News-Article.old/Makefile p5-News-Article/Makefile --- p5-News-Article.old/Makefile Mon May 4 09:56:33 1998 +++ p5-News-Article/Makefile Wed Aug 12 20:14:54 1998 @@ -14,15 +14,15 @@ MAINTAINER= croyle@gelemna.ft-wayne.in.us -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ - ${PREFIX}/lib/perl5/site_perl/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign USE_PERL5= yes MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \ News::FormReply.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff -ruN p5-News-Article.old/pkg/PLIST p5-News-Article/pkg/PLIST --- p5-News-Article.old/pkg/PLIST Mon May 4 09:56:33 1998 +++ p5-News-Article/pkg/PLIST Wed Aug 12 19:10:30 1998 @@ -1,10 +1,6 @@ -lib/perl5/man/man3/News::Article.3.gz -lib/perl5/man/man3/News::AutoReply.3.gz -lib/perl5/man/man3/News::FormArticle.3.gz -lib/perl5/man/man3/News::FormReply.3.gz -lib/perl5/site_perl/News/Article.pm -lib/perl5/site_perl/News/AutoReply.pm -lib/perl5/site_perl/News/FormArticle.pm -lib/perl5/site_perl/News/FormReply.pm -lib/perl5/site_perl/i386-freebsd/auto/News/Article/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/News/Article +lib/perl5/site_perl/%%PERL_VER%%/News/Article.pm +lib/perl5/site_perl/%%PERL_VER%%/News/AutoReply.pm +lib/perl5/site_perl/%%PERL_VER%%/News/FormArticle.pm +lib/perl5/site_perl/%%PERL_VER%%/News/FormReply.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Article/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Article >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 Wed Aug 12 18:50:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19247 for freebsd-ports-outgoing; Wed, 12 Aug 1998 18:50:10 -0700 (PDT) (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 SAA19216 for ; Wed, 12 Aug 1998 18:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA15722; Wed, 12 Aug 1998 18:50:01 -0700 (PDT) Received: from catastrophe.gelemna.ft-wayne.in.us (fw5-33.fwi.com [209.84.173.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18400 for ; Wed, 12 Aug 1998 18:43:14 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id UAA15344 for ; Wed, 12 Aug 1998 20:42:47 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.8.8/8.8.8) id UAA14873; Wed, 12 Aug 1998 20:42:47 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199808130142.UAA14873@emerson.gelemna.ft-wayne.in.us> Date: Wed, 12 Aug 1998 20:42:47 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7598: Update news/p5-Gateway port for perl 5.005 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7598 >Category: ports >Synopsis: Update news/p5-Gateway port for perl 5.005 >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 Aug 12 18:50:01 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Update news/p5-Gateway port for perl 5.005. >How-To-Repeat: >Fix: Apply this patch. diff -ruN p5-Gateway.old/Makefile p5-Gateway/Makefile --- p5-Gateway.old/Makefile Mon May 4 10:11:40 1998 +++ p5-Gateway/Makefile Wed Aug 12 19:41:32 1998 @@ -14,13 +14,13 @@ MAINTAINER= croyle@gelemna.ft-wayne.in.us -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/News/Article.pm:${PORTSDIR}/news/p5-News-Article -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/News/Article.pm:${PORTSDIR}/news/p5-News-Article +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article USE_PERL5= yes MAN3= News::Gateway.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff -ruN p5-Gateway.old/pkg/PLIST p5-Gateway/pkg/PLIST --- p5-Gateway.old/pkg/PLIST Mon May 4 10:11:40 1998 +++ p5-Gateway/pkg/PLIST Wed Aug 12 19:13:03 1998 @@ -1,24 +1,23 @@ -lib/perl5/man/man3/News::Gateway.3.gz -lib/perl5/site_perl/News/Gateway.pm -lib/perl5/site_perl/News/Gateway.pod -lib/perl5/site_perl/auto/News/Gateway/anykeyword.al -lib/perl5/site_perl/auto/News/Gateway/bodyheaders.al -lib/perl5/site_perl/auto/News/Gateway/cleanbody.al -lib/perl5/site_perl/auto/News/Gateway/config.al -lib/perl5/site_perl/auto/News/Gateway/crosspost.al -lib/perl5/site_perl/auto/News/Gateway/hash.al -lib/perl5/site_perl/auto/News/Gateway/headers.al -lib/perl5/site_perl/auto/News/Gateway/keywords.al -lib/perl5/site_perl/auto/News/Gateway/mail.al -lib/perl5/site_perl/auto/News/Gateway/mailpath.al -lib/perl5/site_perl/auto/News/Gateway/mailtonews.al -lib/perl5/site_perl/auto/News/Gateway/moosesign.al -lib/perl5/site_perl/auto/News/Gateway/mungeids.al -lib/perl5/site_perl/auto/News/Gateway/newsgroups.al -lib/perl5/site_perl/auto/News/Gateway/newstomail.al -lib/perl5/site_perl/auto/News/Gateway/nobinaries.al -lib/perl5/site_perl/auto/News/Gateway/post.al -lib/perl5/site_perl/auto/News/Gateway/previoushop.al -lib/perl5/site_perl/auto/News/Gateway/whitelist.al -lib/perl5/site_perl/i386-freebsd/auto/News/Gateway/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/News/Gateway +lib/perl5/site_perl/%%PERL_VER%%/News/Gateway.pm +lib/perl5/site_perl/%%PERL_VER%%/News/Gateway.pod +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/anykeyword.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/bodyheaders.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/cleanbody.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/config.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/crosspost.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/hash.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/headers.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/keywords.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/mail.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/mailpath.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/mailtonews.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/moosesign.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/mungeids.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/newsgroups.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/newstomail.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/nobinaries.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/post.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/previoushop.al +lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/whitelist.al +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Gateway/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Gateway >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 Wed Aug 12 18:50:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19250 for freebsd-ports-outgoing; Wed, 12 Aug 1998 18:50:10 -0700 (PDT) (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 SAA19222 for ; Wed, 12 Aug 1998 18:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA15731; Wed, 12 Aug 1998 18:50:02 -0700 (PDT) Received: from catastrophe.gelemna.ft-wayne.in.us (fw5-33.fwi.com [209.84.173.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18984 for ; Wed, 12 Aug 1998 18:46:34 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id UAA15626 for ; Wed, 12 Aug 1998 20:46:05 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.8.8/8.8.8) id UAA15000; Wed, 12 Aug 1998 20:46:05 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199808130146.UAA15000@emerson.gelemna.ft-wayne.in.us> Date: Wed, 12 Aug 1998 20:46:05 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7599: Update net/p5-Net-DNS for perl 5.005 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7599 >Category: ports >Synopsis: Update net/p5-Net-DNS for perl 5.005 >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 Aug 12 18:50:02 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Not my port, but a dependency for one of mine, so.... Update net/p5-Net-DNS for perl 5.005. >How-To-Repeat: >Fix: Apply this patch. diff -ruN p5-Net-DNS.old/Makefile p5-Net-DNS/Makefile --- p5-Net-DNS.old/Makefile Mon Nov 10 09:46:18 1997 +++ p5-Net-DNS/Makefile Wed Aug 12 20:05:22 1998 @@ -28,7 +28,7 @@ Net::DNS::RR::NSAP.3 Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 \ Net::DNS::Update.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff -ruN p5-Net-DNS.old/pkg/PLIST p5-Net-DNS/pkg/PLIST --- p5-Net-DNS.old/pkg/PLIST Mon Jun 16 21:49:41 1997 +++ p5-Net-DNS/pkg/PLIST Wed Aug 12 20:04:21 1998 @@ -1,70 +1,37 @@ -lib/perl5/man/man3/Net::DNS.3.gz -lib/perl5/man/man3/Net::DNS::Header.3.gz -lib/perl5/man/man3/Net::DNS::Packet.3.gz -lib/perl5/man/man3/Net::DNS::Question.3.gz -lib/perl5/man/man3/Net::DNS::RR.3.gz -lib/perl5/man/man3/Net::DNS::RR::A.3.gz -lib/perl5/man/man3/Net::DNS::RR::AAAA.3.gz -lib/perl5/man/man3/Net::DNS::RR::AFSDB.3.gz -lib/perl5/man/man3/Net::DNS::RR::CNAME.3.gz -lib/perl5/man/man3/Net::DNS::RR::EID.3.gz -lib/perl5/man/man3/Net::DNS::RR::HINFO.3.gz -lib/perl5/man/man3/Net::DNS::RR::ISDN.3.gz -lib/perl5/man/man3/Net::DNS::RR::LOC.3.gz -lib/perl5/man/man3/Net::DNS::RR::MB.3.gz -lib/perl5/man/man3/Net::DNS::RR::MG.3.gz -lib/perl5/man/man3/Net::DNS::RR::MINFO.3.gz -lib/perl5/man/man3/Net::DNS::RR::MR.3.gz -lib/perl5/man/man3/Net::DNS::RR::MX.3.gz -lib/perl5/man/man3/Net::DNS::RR::NAPTR.3.gz -lib/perl5/man/man3/Net::DNS::RR::NIMLOC.3.gz -lib/perl5/man/man3/Net::DNS::RR::NS.3.gz -lib/perl5/man/man3/Net::DNS::RR::NSAP.3.gz -lib/perl5/man/man3/Net::DNS::RR::NULL.3.gz -lib/perl5/man/man3/Net::DNS::RR::PTR.3.gz -lib/perl5/man/man3/Net::DNS::RR::PX.3.gz -lib/perl5/man/man3/Net::DNS::RR::RP.3.gz -lib/perl5/man/man3/Net::DNS::RR::RT.3.gz -lib/perl5/man/man3/Net::DNS::RR::SOA.3.gz -lib/perl5/man/man3/Net::DNS::RR::SRV.3.gz -lib/perl5/man/man3/Net::DNS::RR::TXT.3.gz -lib/perl5/man/man3/Net::DNS::RR::X25.3.gz -lib/perl5/man/man3/Net::DNS::Resolver.3.gz -lib/perl5/man/man3/Net::DNS::Update.3.gz -lib/perl5/site_perl/Net/DNS.pm -lib/perl5/site_perl/Net/DNS/Header.pm -lib/perl5/site_perl/Net/DNS/Packet.pm -lib/perl5/site_perl/Net/DNS/Question.pm -lib/perl5/site_perl/Net/DNS/RR.pm -lib/perl5/site_perl/Net/DNS/RR/A.pm -lib/perl5/site_perl/Net/DNS/RR/AAAA.pm -lib/perl5/site_perl/Net/DNS/RR/AFSDB.pm -lib/perl5/site_perl/Net/DNS/RR/CNAME.pm -lib/perl5/site_perl/Net/DNS/RR/EID.pm -lib/perl5/site_perl/Net/DNS/RR/HINFO.pm -lib/perl5/site_perl/Net/DNS/RR/ISDN.pm -lib/perl5/site_perl/Net/DNS/RR/LOC.pm -lib/perl5/site_perl/Net/DNS/RR/MB.pm -lib/perl5/site_perl/Net/DNS/RR/MG.pm -lib/perl5/site_perl/Net/DNS/RR/MINFO.pm -lib/perl5/site_perl/Net/DNS/RR/MR.pm -lib/perl5/site_perl/Net/DNS/RR/MX.pm -lib/perl5/site_perl/Net/DNS/RR/NAPTR.pm -lib/perl5/site_perl/Net/DNS/RR/NIMLOC.pm -lib/perl5/site_perl/Net/DNS/RR/NS.pm -lib/perl5/site_perl/Net/DNS/RR/NSAP.pm -lib/perl5/site_perl/Net/DNS/RR/NULL.pm -lib/perl5/site_perl/Net/DNS/RR/PTR.pm -lib/perl5/site_perl/Net/DNS/RR/PX.pm -lib/perl5/site_perl/Net/DNS/RR/RP.pm -lib/perl5/site_perl/Net/DNS/RR/RT.pm -lib/perl5/site_perl/Net/DNS/RR/SOA.pm -lib/perl5/site_perl/Net/DNS/RR/SRV.pm -lib/perl5/site_perl/Net/DNS/RR/TXT.pm -lib/perl5/site_perl/Net/DNS/RR/X25.pm -lib/perl5/site_perl/Net/DNS/Resolver.pm -lib/perl5/site_perl/Net/DNS/Update.pm -lib/perl5/site_perl/i386-freebsd/auto/Net/DNS/.packlist -@dirrm lib/perl5/site_perl/Net/DNS/RR -@dirrm lib/perl5/site_perl/Net/DNS -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Net/DNS +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Header.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Packet.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Question.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/A.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AAAA.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AFSDB.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/CNAME.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/EID.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/HINFO.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/ISDN.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/LOC.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MB.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MG.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MINFO.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MR.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MX.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NAPTR.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NIMLOC.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NS.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NSAP.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NULL.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PTR.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PX.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RP.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RT.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SOA.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SRV.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/TXT.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/X25.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Resolver.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Update.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/DNS/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/DNS >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 Wed Aug 12 19:16:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22015 for freebsd-ports-outgoing; Wed, 12 Aug 1998 19:16:15 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22004 for ; Wed, 12 Aug 1998 19:16:11 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA26561; Wed, 12 Aug 1998 19:15:45 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id TAA10239; Wed, 12 Aug 1998 19:15:42 -0700 (PDT) Date: Wed, 12 Aug 1998 19:15:42 -0700 (PDT) Message-Id: <199808130215.TAA10239@silvia.hip.berkeley.edu> To: billf@chc-chimes.com CC: ports@FreeBSD.ORG In-reply-to: (message from Bill Fumerola on Wed, 12 Aug 1998 14:25:53 -0400 (EDT)) Subject: Re: symbolic links in pkg/PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * a port I'm doing installs library files and then I am doing a ${LN} -s to Please use "${LN} -sf", so it can be installed twice (or more). * link them to an alias. Do I need to list the symbolic links in the PLIST. Just list them like other files. tar can handle them. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 19:18:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22587 for freebsd-ports-outgoing; Wed, 12 Aug 1998 19:18:42 -0700 (PDT) (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 TAA22581; Wed, 12 Aug 1998 19:18:38 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA16459; Wed, 12 Aug 1998 19:18:35 -0700 (PDT) Date: Wed, 12 Aug 1998 19:18:35 -0700 (PDT) Message-Id: <199808130218.TAA16459@freefall.freebsd.org> To: sada@e-mail.ne.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7590 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Missing devel/p5-Data-Dumper/Makefile State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Wed Aug 12 19:18:04 PDT 1998 State-Changed-Why: It was deleted. I removed it from devel/Makefile. Thanks for the report! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 19:26:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23397 for freebsd-ports-outgoing; Wed, 12 Aug 1998 19:26:24 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23389; Wed, 12 Aug 1998 19:26:22 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA281425156; Wed, 12 Aug 1998 22:25:56 -0400 Date: Wed, 12 Aug 1998 22:25:56 -0400 (EDT) From: Bill Fumerola To: Satoshi Asami Cc: ports@FreeBSD.ORG Subject: Re: symbolic links in pkg/PLIST In-Reply-To: <199808130215.TAA10239@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 I did use -sf, thoug h I was wondering more in the ability of removing those files. (if removing the link removes both, or just one). just food for thought. or maybe I've had a long day and this is all obvious, and I'm just not getting the picture. :> I'll list them though. -bill On Wed, 12 Aug 1998, Satoshi Asami wrote: > * a port I'm doing installs library files and then I am doing a ${LN} -s to > > Please use "${LN} -sf", so it can be installed twice (or more). > > * link them to an alias. Do I need to list the symbolic links in the PLIST. > > Just list them like other files. tar can handle them. - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 19:43:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24972 for freebsd-ports-outgoing; Wed, 12 Aug 1998 19:43:26 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24967 for ; Wed, 12 Aug 1998 19:43:24 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA26592; Wed, 12 Aug 1998 19:42:58 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id TAA10358; Wed, 12 Aug 1998 19:42:55 -0700 (PDT) Date: Wed, 12 Aug 1998 19:42:55 -0700 (PDT) Message-Id: <199808130242.TAA10358@silvia.hip.berkeley.edu> To: billf@chc-chimes.com CC: ports@FreeBSD.ORG In-reply-to: (message from Bill Fumerola on Wed, 12 Aug 1998 22:25:56 -0400 (EDT)) Subject: Re: symbolic links in pkg/PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I did use -sf, thoug h I was wondering more in the ability of removing * those files. (if removing the link removes both, or just one). just food * for thought. or maybe I've had a long day and this is all obvious, and I'm * just not getting the picture. :> You can remove a symlink just like any other file using rm(1) or unlink(2). I don't think pkg_delete would want to do anything more complicated than that. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 20:01:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27025 for freebsd-ports-outgoing; Wed, 12 Aug 1998 20:01:26 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from johngalt.celestial.com (johngalt.celestial.com [192.136.111.59]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA27013; Wed, 12 Aug 1998 20:01:11 -0700 (PDT) (envelope-from two.sabami.seaslug.org!scott@celestial.com) Received: from localhost (1802 bytes) by johngalt.celestial.com via rmail with P:stdio/R:inet_hosts/T:smtp (sender: ) (ident using unix) id for ; Wed, 12 Aug 1998 20:00:45 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #10 built 1998-Jun-8) Received: from two.sabami.seaslug.org (localhost [127.0.0.1]) by two.sabami.seaslug.org (8.8.5/8.6.12) with ESMTP id TAA23523; Wed, 12 Aug 1998 19:36:00 -0700 (PDT) Message-Id: <199808130236.TAA23523@two.sabami.seaslug.org> To: asami@FreeBSD.ORG (Satoshi Asami) cc: mark@grondar.za, ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: Updating p5-* ports for perl-5.005_01 References: <199808121018.DAA08409@silvia.hip.berkeley.edu> In-reply-to: <199808121018.DAA08409@silvia.hip.berkeley.edu> From: Scott Blachowicz Reply-to: sab@seanet.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <23520.902975759.1@two.sabami.seaslug.org> Date: Wed, 12 Aug 1998 19:35:59 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org asami@FreeBSD.ORG (Satoshi Asami) wrote: > * > Eek. Maybe you can add a "/bin/rm -rf /usr/libdata/perl5/5.005" in > * > the install rule when you upgrade to 5.006. :) > * > * Can do. > > I wasn't actually serious. But if you want to do that, then you don't > need the version number. But wouldn't you need something similar if you got rid of the version number directory? If /usr/src is upgraded to 5.006 and you've got 5.005 installed, you should probably be getting rid of the old 5.005 stuff anyways...and the 5.006 Makefile isn't likely to know specifically which files are old and which are new...end result - intermixed old & new stuff in the same directory. At least with the version directories, you can completely get rid of the old version-specific stuff. I think...maybe...unless I missed the point somewhere...:-)) Scott Blachowicz sab@seanet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 20:12:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28984 for freebsd-ports-outgoing; Wed, 12 Aug 1998 20:12:18 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28927; Wed, 12 Aug 1998 20:11:57 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id UAA26630; Wed, 12 Aug 1998 20:11:13 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id UAA10443; Wed, 12 Aug 1998 20:11:01 -0700 (PDT) Date: Wed, 12 Aug 1998 20:11:01 -0700 (PDT) Message-Id: <199808130311.UAA10443@silvia.hip.berkeley.edu> To: sab@seanet.com CC: mark@grondar.za, ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808130236.TAA23523@two.sabami.seaslug.org> (message from Scott Blachowicz on Wed, 12 Aug 1998 19:35:59 -0700) Subject: Re: Updating p5-* ports for perl-5.005_01 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * asami@FreeBSD.ORG (Satoshi Asami) wrote: * * > * > Eek. Maybe you can add a "/bin/rm -rf /usr/libdata/perl5/5.005" in * > * > the install rule when you upgrade to 5.006. :) * > * * > * Can do. * > * > I wasn't actually serious. But if you want to do that, then you don't * > need the version number. * But wouldn't you need something similar if you got rid of the version number * directory? If /usr/src is upgraded to 5.006 and you've got 5.005 installed, Um, that's basically what I was saying. If installation of perl completely removes /usr/libdata/perl5 first, then you don't need version-specific dirs 'cause they will all be blown away anyways. Satsohi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 22:00:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09634 for freebsd-ports-outgoing; Wed, 12 Aug 1998 22:00:05 -0700 (PDT) (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 WAA09620 for ; Wed, 12 Aug 1998 22:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA21360; Wed, 12 Aug 1998 22:00:01 -0700 (PDT) Received: from rich.chel.su (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA09292 for ; Wed, 12 Aug 1998 21:56:46 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id KAA22596 for ; Thu, 13 Aug 1998 10:57:28 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id JAA09625; Thu, 13 Aug 1998 09:00:09 +0400 (MSD) Message-Id: <199808130500.JAA09625@icc.surw.chel.su> Date: Thu, 13 Aug 1998 09:00:09 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7601: New port: merlin-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7601 >Category: ports >Synopsis: New port: merlin-1.0 >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 Aug 12 22:00:01 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of a pointless puzzle game for Tcl/Tk. Merlin is a puzzle game. The window contains nine buttons each of which can either be in the "pushed in" or "popped out" state. Initially the buttons are pushed in or popped out randomly. The player must clear the board by toggling the buttons until they are all pushed in. Buttons are toggled with the mouse or via the appropriate number key. The user starts the game with a number of points. Toggling a button costs a point. If you clear the board, you get some more points and a new level to solve. If you run out of points, the game is over. Merlin records the high-score and the high-level between games. Homepage: http://outofnet.doc.ac.ic.uk/~np2/software/merlin.html # 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: # # merlin-1.0 # merlin-1.0/Makefile # merlin-1.0/files # merlin-1.0/files/md5 # merlin-1.0/pkg # merlin-1.0/pkg/PLIST # merlin-1.0/pkg/COMMENT # merlin-1.0/pkg/DESCR # merlin-1.0/patches # merlin-1.0/patches/patch-aa # echo c - merlin-1.0 mkdir -p merlin-1.0 > /dev/null 2>&1 echo x - merlin-1.0/Makefile sed 's/^X//' >merlin-1.0/Makefile << 'END-of-merlin-1.0/Makefile' X# New ports collection makefile for: merlin X# Version required: 1.0 X# Date created: 12 August 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= merlin XPKGNAME= merlin-1.0 XCATEGORIES= games XMASTER_SITES= http://outoften.doc.ic.ac.uk/~np2/software/download/ X XMAINTAINER= andy@icc.surw.chel.su X XRUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 X XNO_BUILD= yes XUSE_X_PREFIX= yes XWRKSRC= ${WRKDIR} X Xpost-extract: X @ ${MV} ${WRKSRC}/merlin.tcl ${WRKSRC}/merlin X Xdo-install: X @ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/merlin X @ ${INSTALL_DATA} ${WRKSRC}/merlin.README.txt ${PREFIX}/share/doc/merlin/README X.endif X X.include END-of-merlin-1.0/Makefile echo c - merlin-1.0/files mkdir -p merlin-1.0/files > /dev/null 2>&1 echo x - merlin-1.0/files/md5 sed 's/^X//' >merlin-1.0/files/md5 << 'END-of-merlin-1.0/files/md5' XMD5 (merlin.tar.gz) = d9ca606adc1e2b53db1186d966dcd0cf END-of-merlin-1.0/files/md5 echo c - merlin-1.0/pkg mkdir -p merlin-1.0/pkg > /dev/null 2>&1 echo x - merlin-1.0/pkg/PLIST sed 's/^X//' >merlin-1.0/pkg/PLIST << 'END-of-merlin-1.0/pkg/PLIST' Xbin/merlin Xshare/doc/merlin/README X@dirrm share/doc/merlin END-of-merlin-1.0/pkg/PLIST echo x - merlin-1.0/pkg/COMMENT sed 's/^X//' >merlin-1.0/pkg/COMMENT << 'END-of-merlin-1.0/pkg/COMMENT' XA pointless puzzle game for Tcl/Tk. END-of-merlin-1.0/pkg/COMMENT echo x - merlin-1.0/pkg/DESCR sed 's/^X//' >merlin-1.0/pkg/DESCR << 'END-of-merlin-1.0/pkg/DESCR' XMerlin is a puzzle game. The window contains nine buttons each of Xwhich can either be in the "pushed in" or "popped out" state. XInitially the buttons are pushed in or popped out randomly. The Xplayer must clear the board by toggling the buttons until they are Xall pushed in. Buttons are toggled with the mouse or via the appropriate Xnumber key. The user starts the game with a number of points. Toggling a Xbutton costs a point. If you clear the board, you get some more points Xand a new level to solve. If you run out of points, the game is over. XMerlin records the high-score and the high-level between games. X Xhttp://outofnet.doc.ac.ic.uk/~np2/software/merlin.html END-of-merlin-1.0/pkg/DESCR echo c - merlin-1.0/patches mkdir -p merlin-1.0/patches > /dev/null 2>&1 echo x - merlin-1.0/patches/patch-aa sed 's/^X//' >merlin-1.0/patches/patch-aa << 'END-of-merlin-1.0/patches/patch-aa' X--- merlin Mon Jul 7 16:28:19 1997 X+++ /home/andy/tmp/wrk/merlin Wed Aug 12 15:55:14 1998 X@@ -1,4 +1,4 @@ X-#!/usr/local/bin/wish4.1 X+#!/usr/local/bin/wish8.0 X # X # Merlin - a pointless puzzle game X # END-of-merlin-1.0/patches/patch-aa exit >How-To-Repeat: >Fix: Please, check and commit this port. >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 Wed Aug 12 23:13:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15022 for freebsd-ports-outgoing; Wed, 12 Aug 1998 23:13:27 -0700 (PDT) (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 XAA15016; Wed, 12 Aug 1998 23:13:24 -0700 (PDT) (envelope-from tg@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.8/8.8.6) with ESMTP id IAA23712; Thu, 13 Aug 1998 08:03:14 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id IAA28567; Thu, 13 Aug 1998 08:03:12 +0200 (CEST) To: asami@FreeBSD.ORG (Satoshi Asami) Cc: billf@chc-chimes.com, ports@FreeBSD.ORG Subject: Re: symbolic links in pkg/PLIST References: <199808130242.TAA10358@silvia.hip.berkeley.edu> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 13 Aug 1998 08:03:12 +0200 In-Reply-To: asami@FreeBSD.ORG's message of "Wed, 12 Aug 1998 19:42:55 -0700 (PDT)" Message-ID: <87pve5zae7.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 10 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org asami@FreeBSD.ORG (Satoshi Asami) writes: > You can remove a symlink just like any other file using rm(1) or > unlink(2). I don't think pkg_delete would want to do anything more > complicated than that. :) pkg_delete doesn't like symlinks to directories. See teTeX/pkg/PLIST for examples how to work around that. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 12 23:56:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18869 for freebsd-ports-outgoing; Wed, 12 Aug 1998 23:56:37 -0700 (PDT) (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 XAA18766; Wed, 12 Aug 1998 23:55:49 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA24733; Wed, 12 Aug 1998 23:55:47 -0700 (PDT) Date: Wed, 12 Aug 1998 23:55:47 -0700 (PDT) Message-Id: <199808130655.XAA24733@freefall.freebsd.org> To: ady@freebsd.ady.ro, jkoshy@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7593 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port upgrade: Pine4 from 4.02 to 4.02a State-Changed-From-To: open-closed State-Changed-By: jkoshy State-Changed-When: Wed Aug 12 23:55:19 PDT 1998 State-Changed-Why: Patch applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 00:25:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21501 for freebsd-ports-outgoing; Thu, 13 Aug 1998 00:25:33 -0700 (PDT) (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 AAA21488; Thu, 13 Aug 1998 00:25:23 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA25640; Thu, 13 Aug 1998 00:25:21 -0700 (PDT) Date: Thu, 13 Aug 1998 00:25:21 -0700 (PDT) Message-Id: <199808130725.AAA25640@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, jkoshy@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7592 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port of qclock State-Changed-From-To: open-closed State-Changed-By: jkoshy State-Changed-When: Thu Aug 13 00:25:02 PDT 1998 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 06:40:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29078 for freebsd-ports-outgoing; Thu, 13 Aug 1998 06:40:05 -0700 (PDT) (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 GAA29068 for ; Thu, 13 Aug 1998 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA20379; Thu, 13 Aug 1998 06:40:00 -0700 (PDT) Date: Thu, 13 Aug 1998 06:40:00 -0700 (PDT) Message-Id: <199808131340.GAA20379@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Matthew Hunt Subject: Re: ports/7594 Reply-To: Matthew Hunt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7594; it has been noted by GNATS. From: Matthew Hunt To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/7594 Date: Thu, 13 Aug 1998 09:35:24 -0400 ----- Forwarded message from Bill Fumerola ----- Date: Thu, 13 Aug 1998 09:31:29 -0400 (EDT) From: Bill Fumerola To: Matthew Hunt Subject: Re: ports recently submitted. On that note. gtkgl should be dependent on graphics/Mesa3 then. On Wed, 12 Aug 1998, Matthew Hunt wrote: > On Wed, Aug 12, 1998 at 06:51:48PM -0400, Bill Fumerola wrote: > > > the ports are mesa and gtkgl. > > Mesa is already in the Ports Collection; see graphics/Mesa2 > and Mesa3. > > May I close that PR? > > -- > Matthew Hunt * Inertia is a property of matter. > http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. > - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany ----- End forwarded message ----- -- Matthew Hunt * Inertia is a property of matter. http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 06:49:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29896 for freebsd-ports-outgoing; Thu, 13 Aug 1998 06:49:59 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29880 for ; Thu, 13 Aug 1998 06:49:54 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA239206104; Thu, 13 Aug 1998 09:48:24 -0400 Date: Thu, 13 Aug 1998 09:48:24 -0400 (EDT) From: Bill Fumerola To: ports@FreeBSD.ORG Subject: gpm (fwd) 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 Is there a reason that we haven't done this.. I'm not volunteering to port it, but I wonder every now and then too. - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany ---------- Forwarded message ---------- Date: Thu, 13 Aug 1998 12:16:08 +0100 From: Martind To: hackers@FreeBSD.ORG Subject: gpm I know you may not be the right people to tell this, but I dont know who else to ask. Why not port gpm from linux to FreeBSD. I am saying this because I have gotten lots of linux users to change to FreeBSD and they all miss that feature, I as a all time (well except the start) have been using FreeBSD and I think I would be a great addition to the o/s. Thanks for your time Byte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 07:19:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03754 for freebsd-ports-outgoing; Thu, 13 Aug 1998 07:19:26 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from spook.navinet.net (spook.navinet.net [206.25.93.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03748 for ; Thu, 13 Aug 1998 07:19:24 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from forrie (black4.navinet.net [206.25.93.80]) by spook.navinet.net with SMTP id KAA10452 for ; Thu, 13 Aug 1998 10:18:56 -0400 (EDT) Message-Id: <199808131418.KAA10452@spook.navinet.net> X-Sender: forrie@206.25.93.69 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Thu, 13 Aug 1998 10:14:03 -0400 To: ports@FreeBSD.ORG From: Forrest Aldrich Subject: Lesstif Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You should change the default install to go under /usr/X11R6, as a lot of other programs (like GNUcash) are expecting to find it there... and, with the case of gnucash, redefining the configuration via --with-motif-includes does no good because the change doesn't get propogated to the other directories. Forrest To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 07:42:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06019 for freebsd-ports-outgoing; Thu, 13 Aug 1998 07:42:47 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silic.one.sci.fi (silic.one.sci.fi [195.74.8.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06006 for ; Thu, 13 Aug 1998 07:42:39 -0700 (PDT) (envelope-from anttik@silic.one.sci.fi) Received: (from anttik@localhost) by silic.one.sci.fi (8.8.8/8.8.8) id RAA16540; Thu, 13 Aug 1998 17:41:50 +0300 (EEST) (envelope-from anttik) To: Bill Fumerola Cc: ports@FreeBSD.ORG Subject: Re: gpm (fwd) References: From: Antti Kaipila Date: 13 Aug 1998 17:41:49 +0300 In-Reply-To: Bill Fumerola's message of "Thu, 13 Aug 1998 09:48:24 -0400 (EDT)" Message-ID: Lines: 33 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If you are talking about that mouse thingy for console? Look at moused. It does exactly the same thing. If not, just ignore this message :-) Bill Fumerola writes: > Is there a reason that we haven't done this.. I'm not volunteering to port > it, but I wonder every now and then too. > > - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - > - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - > > "Logic, like whiskey, loses its beneficial effect > when taken in too large quantities" -Lord Dunsany > > ---------- Forwarded message ---------- > Date: Thu, 13 Aug 1998 12:16:08 +0100 > From: Martind > To: hackers@FreeBSD.ORG > Subject: gpm > > I know you may not be the right people to tell this, but I dont know who > else to ask. Why not port > gpm from linux to FreeBSD. I am saying this because I have gotten lots of > linux users to change to FreeBSD and they all miss that feature, I as a all > time (well except the start) have been using FreeBSD and I think I would be > a great addition to the o/s. > Thanks for your time > Byte -- Antti Kaipila To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 08:29:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12403 for freebsd-ports-outgoing; Thu, 13 Aug 1998 08:29:39 -0700 (PDT) (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 IAA12370 for ; Thu, 13 Aug 1998 08:29:25 -0700 (PDT) (envelope-from tg@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.8/8.8.6) with ESMTP id RAA24401; Thu, 13 Aug 1998 17:28:41 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id RAA00796; Thu, 13 Aug 1998 17:28:39 +0200 (CEST) To: Forrest Aldrich Cc: ports@FreeBSD.ORG Subject: Re: Lesstif References: <199808131418.KAA10452@spook.navinet.net> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 13 Aug 1998 17:28:39 +0200 In-Reply-To: Forrest Aldrich's message of "Thu, 13 Aug 1998 10:14:03 -0400" Message-ID: <87pve4x5nc.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 14 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Forrest Aldrich writes: > You should change the default install to go under /usr/X11R6, as a lot of > other programs (like GNUcash) are expecting to find it there... and, with > the case of gnucash, redefining the configuration via --with-motif-includes > does no good because the change doesn't get propogated to the other > directories. Could you be a bit more specific? The lesstif port _is_ installed under /usr/X11R6, with the libs in /usr/X11R6/lib and the includes in /usr/X11R6/include/Xm. The rest is of no concern for other software that depends on Motif. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 08:45:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15109 for freebsd-ports-outgoing; Thu, 13 Aug 1998 08:45:34 -0700 (PDT) (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 IAA15099 for ; Thu, 13 Aug 1998 08:45:31 -0700 (PDT) (envelope-from tg@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.8/8.8.6) with ESMTP id RAA24430; Thu, 13 Aug 1998 17:44:59 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id RAA00826; Thu, 13 Aug 1998 17:44:58 +0200 (CEST) To: Forrest Aldrich Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Lesstif References: <199808131418.KAA10452@spook.navinet.net> <199808131532.LAA09641@spook.navinet.net> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 13 Aug 1998 17:44:57 +0200 In-Reply-To: Forrest Aldrich's message of "Thu, 13 Aug 1998 11:26:45 -0400" Message-ID: <87n298x4w6.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 13 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Cc: -ports added again] Forrest Aldrich writes: > I keep my ports updated via CVSup... and it installs, by default, into > /usr/local. If you like, I'll send the tarball of just > the port and you can see for yourself. Ah. Please upgrade your bsd.port.mk. If you're trying to use a version older than a week or so, ${USE_X_PREFIX} is not defined and will result in PREFIX=/usr/local. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 10:35:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04101 for freebsd-ports-outgoing; Thu, 13 Aug 1998 10:35:14 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from shell9.ba.best.com (shell9.ba.best.com [206.184.139.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04088 for ; Thu, 13 Aug 1998 10:35:07 -0700 (PDT) (envelope-from hjh@shell9.ba.best.com) Received: (from hjh@localhost) by shell9.ba.best.com (8.9.0/8.9.0/best.sh) id KAA15550 for freebsd-ports@freebsd.org; Thu, 13 Aug 1998 10:34:17 -0700 (PDT) From: "J. Han" Message-Id: <199808131734.KAA15550@shell9.ba.best.com> Subject: gettext To: freebsd-ports@FreeBSD.ORG Date: Thu, 13 Aug 1998 10:34:17 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL38 (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 Hello, I am looking for gettext(1|3). I found xgettext(1) but no gettext, dgettext, textdomain(3). As far as I can tell, they're not in libc or anywhere on FreeBSD. If they are, please correct me. (I searched on my 2.2.7 and the web man page search engine.) *IF* gettext is really not included, I might as well port GNU gettext. Yes, I know GNU gettext is not usable for core tools e.g., /bin/ls; but, some ports such as gnuls, can take advantage of it. If there is no serious objection, I will make the port (in misc category?) and submit it in a few days. best, J Han hjh@best.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 10:44:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06320 for freebsd-ports-outgoing; Thu, 13 Aug 1998 10:44:54 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06314 for ; Thu, 13 Aug 1998 10:44:52 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id LAA21106; Thu, 13 Aug 1998 11:43:45 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Thu, 13 Aug 1998 11:43:45 -0600 (MDT) From: Brett Taylor To: Forrest Aldrich cc: ports@FreeBSD.ORG Subject: Re: Lesstif In-Reply-To: <199808131418.KAA10452@spook.navinet.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 Hi, > You should change the default install to go under /usr/X11R6, as a lot of > other programs (like GNUcash) are expecting to find it there... Ummm, I think it does. peloton: {6} which mwm /usr/X11R6/bin/mwm peloton: {11} ls /usr/X11R6/lib/ -snip- libXm.la libXm.so libXm.so.1.2 Admittedly this is off of an old install, but I doubt that they've changed it to a different ${PREFIX}. Have you set ${PREFIX} to something else or ${X11BASE} to something different than /usr/X11R6? Note the latest port I have (0.85) has "USE_X_PREFIX= yes" in the Makefile. My guess then is that you have NOT updated your bsd.port.mk to recognize the new variables and that this is what's causing you trouble. Try grabbing the latest bsd.port.mk and see if that helps. Brett ****************************************************************** Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ "There is something uncanny in the noiseless rush of the cyclist, as he comes into view, passes by, and disappears." - Popular Science, 1891 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 12:37:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25954 for freebsd-ports-outgoing; Thu, 13 Aug 1998 12:37:48 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sag.lmsal.com (sag.lmsal.com [192.68.162.134]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA25949 for ; Thu, 13 Aug 1998 12:37:44 -0700 (PDT) (envelope-from handy@sag.lmsal.com) Received: from localhost by sag.lmsal.com; (5.65v3.2/1.1.8.2/19May98-0849AM) id AA30571; Thu, 13 Aug 1998 12:37:20 -0700 Date: Thu, 13 Aug 1998 12:37:20 -0700 (PDT) From: Brian Handy To: ports@FreeBSD.ORG Subject: kdat-1.99a 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 Heya folks, I saw kdat roll by on Freshmeat this morning and it looked sorta cool, but I can't get it to go. It's all C++ stuff, which puts it squarely out of my jurisdiction as well; the error messages are all Swahili to me. If someone kde- and c++-aware would like to trade a couple of emails on this, it'd be neat to play with this some. http://sunsite.auc.dk/qweb/kdat/ Thanks, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 13:17:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05011 for freebsd-ports-outgoing; Thu, 13 Aug 1998 13:17:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from jseger@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05005 for ports@freebsd.org; Thu, 13 Aug 1998 13:17:37 -0700 (PDT) (envelope-from jseger) Date: Thu, 13 Aug 1998 13:17:37 -0700 (PDT) From: "Justin M. Seger" Message-Id: <199808132017.NAA05005@hub.freebsd.org> To: ports@FreeBSD.ORG Subject: Emacs 19.X Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Would anyone object to me nuking the emacs 19.X port? (editors/emacs) Thanks in advance, -Justin Seger- BTW-Just a reminder, we still would have an emacs 20.X port (editors/emacs20) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 13:40:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11587 for freebsd-ports-outgoing; Thu, 13 Aug 1998 13:40:00 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [209.118.174.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11485 for ; Thu, 13 Aug 1998 13:39:43 -0700 (PDT) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id PAA06959; Thu, 13 Aug 1998 15:37:07 -0400 (EDT) Date: Thu, 13 Aug 1998 15:37:07 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@picnic.mat.net To: Antti Kaipila cc: Bill Fumerola , ports@FreeBSD.ORG Subject: Re: gpm (fwd) 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 On 13 Aug 1998, Antti Kaipila wrote: > > If you are talking about that mouse thingy for console? Look > at moused. It does exactly the same thing. If not, just ignore this > message :-) You'd have gotten this message sooner, if the original poster had bothered to mention what gpm was, before asking for a port of it. > > Bill Fumerola writes: > > > Is there a reason that we haven't done this.. I'm not volunteering to port > > it, but I wonder every now and then too. > > > > - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - > > - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - > > > > "Logic, like whiskey, loses its beneficial effect > > when taken in too large quantities" -Lord Dunsany > > > > ---------- Forwarded message ---------- > > Date: Thu, 13 Aug 1998 12:16:08 +0100 > > From: Martind > > To: hackers@FreeBSD.ORG > > Subject: gpm > > > > I know you may not be the right people to tell this, but I dont know who > > else to ask. Why not port > > gpm from linux to FreeBSD. I am saying this because I have gotten lots of > > linux users to change to FreeBSD and they all miss that feature, I as a all > > time (well except the start) have been using FreeBSD and I think I would be > > a great addition to the o/s. > > Thanks for your time > > Byte > > -- > Antti Kaipila > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 14:55:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26340 for freebsd-ports-outgoing; Thu, 13 Aug 1998 14:55:35 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1623.on.bellglobal.com [206.172.249.87]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26323 for ; Thu, 13 Aug 1998 14:55:32 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id RAA00320; Thu, 13 Aug 1998 17:52:00 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Thu, 13 Aug 1998 17:52:00 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Chuck Robey cc: Antti Kaipila , Bill Fumerola , ports@FreeBSD.ORG Subject: Re: gpm (fwd) 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 On Thu, 13 Aug 1998, Chuck Robey wrote: > On 13 Aug 1998, Antti Kaipila wrote: > > > > If you are talking about that mouse thingy for console? Look > > at moused. It does exactly the same thing. If not, just ignore this > > message :-) Maybe he meant the ability of gpm to interract with some applications. This would be added to FreeBSD either by emulating gpm or by adding specific support for our mouse api. The latter is probably not too difficult---ask sos to tell you which manpages to read, and then start hacking ncurses. Alternatively, Thomas Dickey has indicated that he might even be willing to write support for our mouse api provided we tell him where the documentation is. :-) Anyways, I did look at this briefly before, and I don't think it would be much work. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 16:38:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10889 for freebsd-ports-outgoing; Thu, 13 Aug 1998 16:38:56 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10811; Thu, 13 Aug 1998 16:38:33 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id QAA29360; Thu, 13 Aug 1998 16:38:05 -0700 (PDT) Date: Thu, 13 Aug 1998 16:38:05 -0700 (PDT) Message-Id: <199808132338.QAA29360@vader.cs.berkeley.edu> To: jseger@hub.freebsd.org CC: ports@FreeBSD.ORG In-reply-to: <199808132017.NAA05005@hub.freebsd.org> (jseger@mail.freebsd.org) Subject: Re: Emacs 19.X From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Would anyone object to me nuking the emacs 19.X port? (editors/emacs) Yes! * BTW-Just a reminder, we still would have an emacs 20.X port * (editors/emacs20) If you can buy me 64 more megabytes of RAM for my laptop, maybe.... ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 18:22:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24337 for freebsd-ports-outgoing; Thu, 13 Aug 1998 18:22:57 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA24311; Thu, 13 Aug 1998 18:22:49 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0z78ZK-0005zu-00; Thu, 13 Aug 1998 19:22:14 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id TAA09922; Thu, 13 Aug 1998 19:24:02 -0600 (MDT) Message-Id: <199808140124.TAA09922@harmony.village.org> To: "Justin M. Seger" Subject: Re: Emacs 19.X Cc: ports@FreeBSD.ORG In-reply-to: Your message of "Thu, 13 Aug 1998 13:17:37 PDT." <199808132017.NAA05005@hub.freebsd.org> References: <199808132017.NAA05005@hub.freebsd.org> Date: Thu, 13 Aug 1998 19:24:02 -0600 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <199808132017.NAA05005@hub.freebsd.org> "Justin M. Seger" writes: : Would anyone object to me nuking the emacs 19.X port? (editors/emacs) Please do not do this. 20 is much larger and I've had problems with it on my laptop. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 19:01:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00131 for freebsd-ports-outgoing; Thu, 13 Aug 1998 19:01:30 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA00124 for ; Thu, 13 Aug 1998 19:01:28 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0z79Ak-000610-00; Thu, 13 Aug 1998 20:00:54 -0600 Received: (from imp@localhost) by harmony.village.org (8.8.8/8.8.3) id UAA10701 for ports@freebsd.org; Thu, 13 Aug 1998 20:02:42 -0600 (MDT) Date: Thu, 13 Aug 1998 20:02:42 -0600 (MDT) From: Warner Losh Message-Id: <199808140202.UAA10701@harmony.village.org> To: ports@FreeBSD.ORG Subject: emacs 19.x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would not object, however, to a emacs -> emacs19, emacs20 -> emacs rename. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 19:09:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01174 for freebsd-ports-outgoing; Thu, 13 Aug 1998 19:09:39 -0700 (PDT) (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 TAA01161; Thu, 13 Aug 1998 19:09:35 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA13815; Thu, 13 Aug 1998 19:09:33 -0700 (PDT) Date: Thu, 13 Aug 1998 19:09:33 -0700 (PDT) Message-Id: <199808140209.TAA13815@freefall.freebsd.org> To: taoka@infonets.hiroshima-u.ac.jp, kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kuriyama@FreeBSD.ORG Subject: Re: ports/4412 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: YaTeX (in print and japanese) State-Changed-From-To: open-closed State-Changed-By: kuriyama State-Changed-When: Thu Aug 13 19:09:01 PDT 1998 State-Changed-Why: Committed. Thanks! Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Thu Aug 13 19:09:01 PDT 1998 Responsible-Changed-Why: I've committed it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 19:59:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07744 for freebsd-ports-outgoing; Thu, 13 Aug 1998 19:59:44 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07737 for ; Thu, 13 Aug 1998 19:59:38 -0700 (PDT) (envelope-from g-nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id LAA11257; Fri, 14 Aug 1998 11:59:09 +0900 (JST) Received: from apricot (isi05.astec.co.jp [172.20.12.205]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with SMTP id LAA12754; Fri, 14 Aug 1998 11:59:08 +0900 (JST) Date: Fri, 14 Aug 1998 11:59:08 +0900 (JST) Message-Id: <199808140259.LAA12754@amont.astec.co.jp> From: =?ISO-2022-JP?B?GyRCQ2YwZhsoQg==?= =?ISO-2022-JP?B?GyRCOSxHbhsoQg==?= To: hjh@best.com Cc: freebsd-ports@FreeBSD.ORG Subject: Re: gettext In-Reply-To: <199808131734.KAA15550@shell9.ba.best.com> References: <199808131734.KAA15550@shell9.ba.best.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The GNU gettext is already ported. See ftp://ftp.freebsd.org/pub/FreeBSD/ports-current/misc/gettext/ It is one of the very important parts of Gnome desktop enviroment. -------------- Yukihiro Nakai > Hello, > > I am looking for gettext(1|3). I found xgettext(1) but > no gettext, dgettext, textdomain(3). > > As far as I can tell, they're not in libc or anywhere on > FreeBSD. If they are, please correct me. > (I searched on my 2.2.7 and the web man page search engine.) > > *IF* gettext is really not included, I might as well port > GNU gettext. Yes, I know GNU gettext is not usable for > core tools e.g., /bin/ls; but, some ports such as gnuls, > can take advantage of it. If there is no serious objection, > I will make the port (in misc category?) and submit it in a few days. > > best, > > J Han hjh@best.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 22:47:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25139 for freebsd-ports-outgoing; Thu, 13 Aug 1998 22:47:39 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25134 for ; Thu, 13 Aug 1998 22:47:38 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA29905; Thu, 13 Aug 1998 22:47:04 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id WAA12919; Thu, 13 Aug 1998 22:46:59 -0700 (PDT) Date: Thu, 13 Aug 1998 22:46:59 -0700 (PDT) Message-Id: <199808140546.WAA12919@silvia.hip.berkeley.edu> To: imp@village.org CC: ports@FreeBSD.ORG In-reply-to: <199808140202.UAA10701@harmony.village.org> (message from Warner Losh on Thu, 13 Aug 1998 20:02:42 -0600 (MDT)) Subject: Re: emacs 19.x From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I would not object, however, to a emacs -> emacs19, emacs20 -> emacs ^^^^^^^^^^^^^^^^ * rename. This is impossible. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 13 23:45:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03711 for freebsd-ports-outgoing; Thu, 13 Aug 1998 23:45:41 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from myrddin.demon.co.uk (myrddin.demon.co.uk [158.152.54.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03705 for ; Thu, 13 Aug 1998 23:45:36 -0700 (PDT) (envelope-from dom@myrddin.demon.co.uk) Received: from localhost (myrddin.demon.co.uk) [127.0.0.1] by myrddin.demon.co.uk with esmtp (Exim 1.92 #1) id 0z72Qu-0000JF-00; Thu, 13 Aug 1998 19:49:08 +0100 To: Antti Kaipila Cc: Bill Fumerola , ports@FreeBSD.ORG Subject: Re: gpm (fwd) References: From: Dom Mitchell In-Reply-To: Antti Kaipila's message of "13 Aug 1998 17:41:49 +0300" X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Date: Thu, 13 Aug 1998 19:49:08 +0100 Message-Id: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Antti Kaipila writes: > If you are talking about that mouse thingy for console? Look > at moused. It does exactly the same thing. If not, just ignore this > message :-) Ah, but is the API the same? Lots of things use gpm's API to grab the mouse for their own purposes on the console. -- ``Quick, beam that cheese to sickbay!'' -- BT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 01:23:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18894 for freebsd-ports-outgoing; Fri, 14 Aug 1998 01:23:21 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from shell9.ba.best.com (shell9.ba.best.com [206.184.139.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18889 for ; Fri, 14 Aug 1998 01:23:19 -0700 (PDT) (envelope-from hjh@shell9.ba.best.com) Received: (from hjh@localhost) by shell9.ba.best.com (8.9.0/8.9.0/best.sh) id BAA01550; Fri, 14 Aug 1998 01:21:56 -0700 (PDT) From: "J. Han" Message-Id: <199808140821.BAA01550@shell9.ba.best.com> Subject: Re: gettext In-Reply-To: <199808140259.LAA12754@amont.astec.co.jp> from "[?ISO-2022-JP?][?ISO-2022-JP?]" at "Aug 14, 98 11:59:08 am" To: g-nakai@internetsolutions.co.jp (=?ISO-2022-JP?B?GyRCQ2YwZhsoQg==?= =?ISO-2022-JP?B?GyRCOSxHbhsoQg==?=) Date: Fri, 14 Aug 1998 01:21:56 -0700 (PDT) Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (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 Now I've learned that there is a port of gettext, I have a few questions: - What ports other than GNOME take advantage of gettext? Usually ports have gettext configure option commented out (in the patches). - Current port uses 0.10 dated 1995-12-04 whereas the latest version is 0.10.32 dated 1998-04-30 available from alpha site. Any plans to upgrade? The latest one compiles cleanly. - Maybe I should ask it in -hackers: I think Solaris has gettext in libc. Is there any plan to have BSD gettext in our libc or in some other library? TIA, J Han hjh@best.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 01:52:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21897 for freebsd-ports-outgoing; Fri, 14 Aug 1998 01:52:23 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21875 for ; Fri, 14 Aug 1998 01:52:19 -0700 (PDT) (envelope-from g-nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id RAA20999; Fri, 14 Aug 1998 17:51:46 +0900 (JST) Received: from apricot (isi05.astec.co.jp [172.20.12.205]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with SMTP id RAA19044; Fri, 14 Aug 1998 17:51:45 +0900 (JST) Date: Fri, 14 Aug 1998 17:51:45 +0900 (JST) Message-Id: <199808140851.RAA19044@amont.astec.co.jp> From: =?ISO-2022-JP?B?GyRCQ2YwZhsoQg==?= =?ISO-2022-JP?B?GyRCOSxHbhsoQg==?= To: hjh@best.com Cc: freebsd-ports@FreeBSD.ORG Subject: Re[2]: gettext In-Reply-To: <199808140821.BAA01550@shell9.ba.best.com> References: <199808140259.LAA12754@amont.astec.co.jp> <199808140821.BAA01550@shell9.ba.best.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Now I've learned that there is a port of gettext, I have a few questions: > > - What ports other than GNOME take advantage of gettext? Usually > ports have gettext configure option commented out (in the patches). The i18n support. For the native-english people, there is no advantage so it may be disapear for the default port. I'm developping the Japanized GNOME, so very important. > - Current port uses 0.10 dated 1995-12-04 whereas the latest > version is 0.10.32 dated 1998-04-30 available from alpha site. > Any plans to upgrade? The latest one compiles cleanly. OK, I should upgrade that. But when gnome can't run with that, we should have two branches, gettext and gettext-latest or some. And when you needs the latest gettext port very very soon, please send me patch... > - Maybe I should ask it in -hackers: > I think Solaris has gettext in libc. Is there any plan to have > BSD gettext in our libc or in some other library? I don't know what the core team people really think, but FreeBSD has its own locale system so doesn't seem to need gettext natively. ----- Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 06:36:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26626 for freebsd-ports-outgoing; Fri, 14 Aug 1998 06:36:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26513; Fri, 14 Aug 1998 06:35:56 -0700 (PDT) (envelope-from kenta@sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.1/8.9.0) with ESMTP id PAA25742; Fri, 14 Aug 1998 15:35:27 +0200 (MET DST) Received: from nuts.sr.se (nuts.SR.SE [134.25.128.2]) by honken.sr.se (8.7.5/8.7.3) with SMTP id PAA06273; Fri, 14 Aug 1998 15:35:27 +0200 (MET DST) Message-ID: <35D43D26.FF6D5DF@sr.se> Date: Fri, 14 Aug 1998 15:35:34 +0200 From: Kent Berggren Reply-To: kenta@sr.se X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: andreas@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: FreeBSD Port: ghostscript-5.10 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi can not do make error Have a nice day kent berggren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 07:20:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01900 for freebsd-ports-outgoing; Fri, 14 Aug 1998 07:20:55 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01893 for ; Fri, 14 Aug 1998 07:20:52 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA197824357; Fri, 14 Aug 1998 10:19:17 -0400 Date: Fri, 14 Aug 1998 10:19:17 -0400 (EDT) From: Bill Fumerola To: Kent Berggren Cc: ports@FreeBSD.ORG Subject: Re: FreeBSD Port: ghostscript-5.10 In-Reply-To: <35D43D26.FF6D5DF@sr.se> 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 Thank you for reporting this error. In the future, we'd ask you to be less specific in your trouble reports. Reports of this detail are just to complex for us to handle. Kent, could you please send the output of the error that you recieved. Thanks. On Fri, 14 Aug 1998, Kent Berggren wrote: > Hi > can not do > make > error > > > Have a nice day > kent berggren - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 07:23:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02267 for freebsd-ports-outgoing; Fri, 14 Aug 1998 07:23:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02257 for ; Fri, 14 Aug 1998 07:23:05 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA199964491; Fri, 14 Aug 1998 10:21:31 -0400 Date: Fri, 14 Aug 1998 10:21:31 -0400 (EDT) From: Bill Fumerola To: ports@FreeBSD.ORG Subject: ports requiring web server. 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 if a port requires 'a web server that can run cgi scripts' should I just make that clear in the pkg/DESCR or should I depend on apache12? thanks, - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 08:12:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08827 for freebsd-ports-outgoing; Fri, 14 Aug 1998 08:12:03 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08756 for ; Fri, 14 Aug 1998 08:12:01 -0700 (PDT) (envelope-from root@aramis.sr.se) Received: from aramis.sr.se ([134.25.129.1]) by dart.sr.se (8.9.1/8.9.0) with SMTP id RAA28991; Fri, 14 Aug 1998 17:11:27 +0200 (MET DST) Date: Fri, 14 Aug 1998 16:09:56 +0000 (GMT) From: Kent Berggren To: Bill Fumerola cc: Kent Berggren , ports@FreeBSD.ORG Subject: Re: FreeBSD Port: ghostscript-5.10 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 Hi! Find all but one problem. I do not get it work by doing make install There are no install in the Makefile And as a sayed the Makefile do not test for jpeg-6b and png see you /kenta On Fri, 14 Aug 1998, Bill Fumerola wrote: > > Thank you for reporting this error. In the future, we'd ask you to be less > specific in your trouble reports. Reports of this detail are just to > complex for us to handle. > > > Kent, could you please send the output of the error that you recieved. > > Thanks. > > On Fri, 14 Aug 1998, Kent Berggren wrote: > > > Hi > > can not do > > make > > error > > > > > > Have a nice day > > kent berggren > > > - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - > - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - > > "Logic, like whiskey, loses its beneficial effect > when taken in too large quantities" -Lord Dunsany > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 08:40:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13482 for freebsd-ports-outgoing; Fri, 14 Aug 1998 08:40:55 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tyree.iii.co.uk (tyree.iii.co.uk [195.89.149.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13457 for ; Fri, 14 Aug 1998 08:40:50 -0700 (PDT) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id QAA27588; Fri, 14 Aug 1998 16:40:14 +0100 (BST) Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.8/8.8.7) id QAA06241; Fri, 14 Aug 1998 16:39:49 +0100 (BST) Message-ID: <19980814163949.A6213@iii.co.uk> Date: Fri, 14 Aug 1998 16:39:49 +0100 To: Bill Fumerola , ports@FreeBSD.ORG Subject: Re: ports requiring web server. References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Bill Fumerola on Fri, Aug 14, 1998 at 10:21:31AM -0400 Organization: interactive investor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Aug 14, 1998 at 10:21:31AM -0400, Bill Fumerola wrote: > if a port requires 'a web server that can run cgi scripts' should I just > make that clear in the pkg/DESCR or should I depend on apache12? IMHO, make it clear in pkg/DESCR, and probably print a warning, something like pre-fetch: @echo This software requires a web server that can run CGI @echo scripts (e.g., apache, or w3c-httpd). N -- --+==[ Nik Clayton becomes Just Another Perl Contractor in 29 days. ]==+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 09:17:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17467 for freebsd-ports-outgoing; Fri, 14 Aug 1998 09:17:30 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [209.118.174.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17434; Fri, 14 Aug 1998 09:17:22 -0700 (PDT) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.1/8.8.5) with SMTP id LAA00681; Fri, 14 Aug 1998 11:15:26 -0400 (EDT) Date: Fri, 14 Aug 1998 11:15:26 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@picnic.mat.net To: Kent Berggren cc: andreas@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: ghostscript-5.10 In-Reply-To: <35D43D26.FF6D5DF@sr.se> 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 On Fri, 14 Aug 1998, Kent Berggren wrote: > Hi > can not do > make > error If you want help, why don't you try being a little clearer about your problem? What you posted above gives no one any idea as to what kind of problem you're facing. The software DOES work, so either your're doing something wrong, your software is incorrectly set up, or maybe you have corrupted data. Can't guess with what you posted above. > > > Have a nice day > kent berggren > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 11:59:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21475 for freebsd-ports-outgoing; Fri, 14 Aug 1998 11:59:23 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1650.on.bellglobal.com [206.172.249.114]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21460 for ; Fri, 14 Aug 1998 11:59:20 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: (from tim@localhost) by localhost.my.domain (8.8.8/8.8.8) id OAA15389; Fri, 14 Aug 1998 14:03:16 -0400 (EDT) (envelope-from tim) Message-ID: <19980814140316.D4001@zappo> Date: Fri, 14 Aug 1998 14:03:16 -0400 From: Tim Vanderhoek To: billf@jade.chc-chimes.com, ports@FreeBSD.ORG Subject: Re: ports/7577: new port: graphics/stamp References: <199808111600.MAA03400@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199808111600.MAA03400@jade.chc-chimes.com>; from Bill Fumerola on Tue, Aug 11, 1998 at 12:00:34PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 11, 1998 at 12:00:34PM -0400, Bill Fumerola wrote: > > >Number: 7577 > >Category: ports [...] > >Description: > > I'd just like to say that the makefile that's standard with this > program has to be the worlds ugliest piece of crap. No includes, no It respects CFLAGS, even INSTALL! What are you complaining about! ;-) -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 12:26:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25474 for freebsd-ports-outgoing; Fri, 14 Aug 1998 12:26:21 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25456 for ; Fri, 14 Aug 1998 12:26:04 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id PAA25413; Fri, 14 Aug 1998 15:22:30 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Fri, 14 Aug 1998 15:22:30 -0400 (EDT) From: Bill Fumerola To: Tim Vanderhoek cc: ports@FreeBSD.ORG Subject: Re: ports/7577: new port: graphics/stamp In-Reply-To: <19980814140316.D4001@zappo> 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 If I remember right, it was missing variables for libraries and headers directories, which are pretty important. In any event, the patched Makefile should provide years of compatible miles. Even if you use /usr/local-I-want-to-be-different as your ${PREFIX}. :> -bill On Fri, 14 Aug 1998, Tim Vanderhoek wrote: > On Tue, Aug 11, 1998 at 12:00:34PM -0400, Bill Fumerola wrote: > > > > >Number: 7577 > > >Category: ports > [...] > > >Description: > > > > I'd just like to say that the makefile that's standard with this > > program has to be the worlds ugliest piece of crap. No includes, no > > It respects CFLAGS, even INSTALL! What are you complaining about! ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 13:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01984 for freebsd-ports-outgoing; Fri, 14 Aug 1998 13:00:06 -0700 (PDT) (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 NAA01935 for ; Fri, 14 Aug 1998 13:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA29568; Fri, 14 Aug 1998 13:00:01 -0700 (PDT) Date: Fri, 14 Aug 1998 13:00:01 -0700 (PDT) Message-Id: <199808142000.NAA29568@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Brian Handy Subject: Re: ports/7570 Reply-To: Brian Handy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7570; it has been noted by GNATS. From: Brian Handy To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/7570 Date: Fri, 14 Aug 1998 13:57:41 -0600 (MDT) asapm was just updated to 2.0, I traded some patches with the author to get it working [again] under FreeBSD. Diffs that follow are against the current port, asapm-1.4. Thanks, Brian -- diff -ruN asapm.orig/Makefile asapm/Makefile --- asapm.orig/Makefile Sun Aug 9 18:36:58 1998 +++ asapm/Makefile Wed Aug 12 11:49:11 1998 @@ -1,18 +1,19 @@ # New ports collection makefile for: asapm -# Version required: 1.4 +# Version required: 2.0 # Date created: 6 Aug 1998 # Whom: Brian Handy # # $Id: Makefile,v 1.1.1.1 1998/08/10 00:36:58 steve Exp $ # -DISTNAME= asapm-1.4 +DISTNAME= asapm-2.0 CATEGORIES= sysutils x11 MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/ MAINTAINER= handy@physics.montana.edu USE_X_PREFIX= yes + MAN1= asapm.1x .include diff -ruN asapm.orig/files/md5 asapm/files/md5 --- asapm.orig/files/md5 Sun Aug 9 18:36:58 1998 +++ asapm/files/md5 Fri Aug 14 13:51:50 1998 @@ -1 +1 @@ -MD5 (asapm-1.4.tar.gz) = 08c11f5b6cfe7e354d43916711a7a646 +MD5 (asapm-2.0.tar.gz) = c067c9dac68ecbb35bf2eba68ee3b456 diff -ruN asapm.orig/patches/patch-aa asapm/patches/patch-aa --- asapm.orig/patches/patch-aa Sun Aug 9 18:36:58 1998 +++ asapm/patches/patch-aa Wed Aug 12 11:49:11 1998 @@ -1,10 +1,13 @@ ---- Makefile.orig Thu Aug 6 16:53:24 1998 -+++ Makefile Thu Aug 6 16:54:18 1998 -@@ -1,6 +1,6 @@ +--- Makefile.orig Wed Aug 12 11:37:44 1998 ++++ Makefile Wed Aug 12 11:37:50 1998 +@@ -1,8 +1,8 @@ + #----------------------------------------------------- # The locations where this program should be installed --INSTALL_X_DIR=/usr/X11R6/bin +-INSTALL_X_DIR=/usr/local/bin +-OLD_INSTALL_X_DIR=/usr/X11R6/bin -MAN_DIR=/usr/X11R6/man/man1 +INSTALL_X_DIR=${PREFIX}/bin ++OLD_INSTALL_X_DIR=${PREFIX}/bin +MAN_DIR=${PREFIX}/man/man1 # The location and names of the X11 libraries To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 13:51:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11232 for freebsd-ports-outgoing; Fri, 14 Aug 1998 13:51:51 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11223 for ; Fri, 14 Aug 1998 13:51:47 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id FAA13262; Sat, 15 Aug 1998 05:51:16 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id FAA15824; Sat, 15 Aug 1998 05:51:15 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.8/3.5Wpl3-SMTP) with ESMTP id FAA04807; Sat, 15 Aug 1998 05:48:34 +0900 (JST) To: eblake@value.net Cc: ports@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: FreeBSD Port: delegate-5.5.7 From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Tue, 11 Aug 1998 18:45:50 -0700" <000c01bdc592$f0c9dc60$0300a8c0@tanker> References: <000c01bdc592$f0c9dc60$0300a8c0@tanker> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980815054834W.masafumi@aslm.rim.or.jp> Date: Sat, 15 Aug 1998 05:48:34 +0900 X-Dispatcher: imput version 971024 Lines: 16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I was wondering if you could point me to some more information > on this port. Like how to add it to the inet config and the > config parameters. Thanks. This program is not designed to be called from inetd. You have to invoke it as a daemon. Sample startup script is provided with the port in /usr/local/share/examples/delegate. And manual is in /usr/local/share/doc/delegate. Cheers, Max ----------------------------------------------------------------------- Masafumi NAKANE, Keio Grad. School of Media and Governance E-Mail : max@wide.ad.jp / max@FreeBSD.ORG / max@w3.org [URL] : http://www.sfc.wide.ad.jp/~max/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 14:24:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16197 for freebsd-ports-outgoing; Fri, 14 Aug 1998 14:24:58 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp6538.on.bellglobal.com [206.172.208.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16191; Fri, 14 Aug 1998 14:24:53 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: (from tim@localhost) by localhost.my.domain (8.8.8/8.8.8) id QAA16485; Fri, 14 Aug 1998 16:20:51 -0400 (EDT) (envelope-from tim) Message-ID: <19980814162051.F4001@zappo> Date: Fri, 14 Aug 1998 16:20:51 -0400 From: Tim Vanderhoek To: Satoshi Asami Cc: ports@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: comments on X dependency patch? References: <19980729221452.A27633@zappo> <199808050936.CAA10460@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199808050936.CAA10460@silvia.hip.berkeley.edu>; from Satoshi Asami on Wed, Aug 05, 1998 at 02:36:42AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 05, 1998 at 02:36:42AM -0700, Satoshi Asami wrote: > >> I think there is a PR submitted that will turn this into an error, >> which is what it looks like it was intended to be (from the code), >> and which it is (supposedly) documented to be. > > Eek. Well, we gotta fix that anyways. How should we go about > installing the pkg info? Well, the poor-man's fix would be to simply, from the ports system upgrade kit, I suppose, ${TOUCH} ${PKG_DBDIR}/`cd ${PORTSDIR}/x11/XFree86; make package-name` But that would be confusing for any poor user who tries to pkg_delete(1) or pkg_info(1) the resulting file. :) [Maybe a corresponding (really ugly) hack to pkg_info(1) to prevent confusion?] Provided that XFree86-via-sysinstall and XFree86-via-ports-system are reasonably similar, a nicer fix would be cd XFree86-port-included-in-the-upgrade-kit; TMPPLIST=pkg/PLIST make fake-pkg The bsd.port.mk could, of course, be modified to treate TMPPLIST as a dependency of fake-pkg:, which I lean towards (even if via a simple hack like duplicating the appropriate 5+1 lines from _PORT_USE: in fake-pkg: :-), but fake-pkg: isn't used too much and XFree86 doesn't (currently) use PLIST_SUB, so it's probably not critical... Of course, sysinstall has to be upgraded, also. Worst case is probably handling the user who hasn't upgraded /stand to include the upgraded sysinstall. Said user would upgrade their system, expecting the ports system to be properly upgraded (except it's not). Only a check built into bsd.port.mk would handle this. Alternatively, XFree86 installation can be removed from sysinstall. ;-) -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 14:25:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16301 for freebsd-ports-outgoing; Fri, 14 Aug 1998 14:25:16 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp6538.on.bellglobal.com [206.172.208.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16175; Fri, 14 Aug 1998 14:24:40 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: (from tim@localhost) by localhost.my.domain (8.8.8/8.8.8) id QAA16518; Fri, 14 Aug 1998 16:45:47 -0400 (EDT) (envelope-from tim) Message-ID: <19980814164547.G4001@zappo> Date: Fri, 14 Aug 1998 16:45:47 -0400 From: Tim Vanderhoek To: Satoshi Asami Cc: ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: perl and other fixes to bsd.port.mk References: <19980810035209.C4794@zappo> <199808100935.CAA01065@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199808100935.CAA01065@silvia.hip.berkeley.edu>; from Satoshi Asami on Mon, Aug 10, 1998 at 02:35:49AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Aug 10, 1998 at 02:35:49AM -0700, Satoshi Asami wrote: > * Can you fix the spacing after > * > * ${ECHO_MSG} "===> [...] > Actually, they're supposed to be either two or three, depending on > whether they are the "main" targets or not. See if this looks better. I'll take your word that there is some consistency hidden in there. ;-) > Now, the only remaining thing is something to the equivalent of MLINKS > in bsd.man.mk. Do you want to take a stab at that too? No. :) I guess all that really needs to be done is to recreate the link from the appropriate file, which would be pretty easy, but my gut is telling me that there is actually much more complex. ;) > * Hmm... This seems to interact correctly with MANPREFIX. > > Already tested with a bunch of p5-* ports, sir! :) [So he tells me _after_ I write a diatribe explaining why it will not work with MANPREFIX. It's a good thing I periodically research my diatribes or that could have been an embarassing incident. :-] > * .for sub in ${PLIST_SUB} > * _sedsubplist!= sym=`echo "${sub}" | ${SED} -e 's/=.*//'`; \ > * val=`echo "${sub}" | ${SED} -e 's/^[^=][^=]*=//'`; \ > * echo "${_sedsubplist} -e s!%%$${sym}%%!$${val}!g" > * .endfor > > That's cool. Would be much easier with perl -i. :) It's basically just stolen from the support for a COOKIES variable I wrote in a (temporarily) aborted attempt to add generic PAGE_SIZE support (the nostalgic reader will recall a couple lengthy threads about this from the past). Just so you know what may perhaps possibly be coming. :-) -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 15:26:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29258 for freebsd-ports-outgoing; Fri, 14 Aug 1998 15:26:28 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.webspan.net (mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29126 for ; Fri, 14 Aug 1998 15:25:54 -0700 (PDT) (envelope-from jooji@mail.webspan.net) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (WEBSPAN/970608) with SMTP id SAA20015 for ; Fri, 14 Aug 1998 18:17:31 -0400 (EDT) Date: Fri, 14 Aug 1998 18:26:56 -0400 (EDT) From: "Jasper O'Malley" X-Sender: jooji@orion.webspan.net To: ports@FreeBSD.ORG Subject: Fix for nn port 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 It's currently listed as broken in the Makefile because the checksum is wrong. The correct checksum for /usr/ports/news/nn/files/md5 is: MD5 (nn-6.5.3.tar.Z) = 20d983d62b2f89deda855485405099ed Cheers, Mick The Reverend Jasper P. O'Malley dotdot:jooji@webspan.net Freelance Crackerjack ringring:1800fubared SEND HELP woowoo:http://www.webspan.net/~jooji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 15:30:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00568 for freebsd-ports-outgoing; Fri, 14 Aug 1998 15:30:54 -0700 (PDT) (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 PAA00333 for ; Fri, 14 Aug 1998 15:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA09643; Fri, 14 Aug 1998 15:30:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27358; Fri, 14 Aug 1998 15:20:02 -0700 (PDT) (envelope-from nobody) Message-Id: <199808142220.PAA27358@hub.freebsd.org> Date: Fri, 14 Aug 1998 15:20:02 -0700 (PDT) From: digital@nypop.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7615: pico appends "UUUUUUUUUU" when saving... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7615 >Category: ports >Synopsis: pico appends "UUUUUUUUUU" when saving... >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: Fri Aug 14 15:30:01 PDT 1998 >Last-Modified: >Originator: Eugene Pisman >Organization: IntelliSpace >Release: 2.2.7 >Environment: FreeBSD number1.intellispace.net 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Wed Jul 22 08:48:29 GMT 1998 root@builder.cdrom.com:/usr/src/sys/compile/GENERIC i 386 >Description: just installed 2.2.7 on a new machine, installed pine4.01 pkg. when using pico and saving a new file or editing and excisting file pico (or something) appends "UUUUUUUUUUUUU" in front of the text or the beggining of the file before any other text. tried to compile 4.02 distribution - same thing happens. when using pine-3.96 pkg pico works fine... >How-To-Repeat: well, try it for your self install pine-4.01 pkg from cdrom or ftp.freebsd.org, though it could be only on my machine, but everything else works perfectly... >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 Fri Aug 14 18:30:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00662 for freebsd-ports-outgoing; Fri, 14 Aug 1998 18:30:05 -0700 (PDT) (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 SAA00649 for ; Fri, 14 Aug 1998 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA13274; Fri, 14 Aug 1998 18:30:01 -0700 (PDT) Received: from proxy1-bsb.gns.com.br (srv1-bsb.GNS.com.br [200.239.56.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA00272 for ; Fri, 14 Aug 1998 18:25:00 -0700 (PDT) (envelope-from lioux@gns.com.br) Received: (qmail 16638 invoked by uid 1002); 15 Aug 1998 01:15:29 -0000 Received: from srv1-bsb.gns.com.br (200.239.56.1) by proxy-bsb.gns.com.br with SMTP; 15 Aug 1998 01:15:29 -0000 Received: (from lioux@localhost) by srv1-bsb.gns.com.br (8.8.8/8.8.8) id WAA16633; Fri, 14 Aug 1998 22:15:27 -0300 (EST) Message-Id: <199808150115.WAA16633@srv1-bsb.gns.com.br> Date: Fri, 14 Aug 1998 22:15:27 -0300 (EST) From: Mario Sergio Fujikawa Ferreira Reply-To: lioux@gns.com.br To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7616: Fix and Update for bulk-mailer 1.10 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7616 >Category: ports >Synopsis: Fix and Update for bulk-mailer 1.10 port >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 Aug 14 18:30:00 PDT 1998 >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Organization: GNS Internet - Global Network Solutions Tecnologia LTDA >Release: FreeBSD 2.2-980717-SNAP i386 >Environment: FreeBSD 2.2 Snapshot 980717 >Description: The port does not direct bulk-mailer properly to sendmail. Instead of /usr/sbin/sendmail, it was trying /usr/lib/sendmail. Besides, some unlikely but possible buffer overrun code was fixed. All instances of sprintf were changed for snprintf. >How-To-Repeat: Build the port and try to deliver mail with it. The port will complain that it cannot find sendmail. >Fix: Below follows an uuencoded version of the updated port. begin 600 bulk_mailer.tar.gz M'XL("(+@U#4"`V)U;&M?;6%I;&5R+G1A<@#M6GMSVD@2][_H4_219&T,`DF\ M;+).F;5EAUO\*""[N]NOOMUCP02Q,ENJB[D*J7V0ZBG MIV>F>_HWTS/,8O?==&DX+@L;>U^)H*5T%07V`-1N6Z,G0"=])J0@H]UIJ^UN M2U%1K*EVM#UH[^V`8AX9(<">Z_CQ^\_(V;%G.KYGA(Z_]QW1+.=_&__SQK?S M?[/=:K6T+HKA_\+_W\C_2^M_;7=543J?\[]*,;_I_VY;W0.E\/]7IZOS-ASD M)H&LUE6ECB:ISW^OP`G8[4ZK-3-L>V8JK*D>*TQI=12SVU:.VT=-RY+V"OI> MXC\P(G/Q%5:`+UG_-4VA^.^H2H'_W\K_XBD;QJ[P'X%_[7^ETT*Q3E/1"OS? M!CP65ILHCAGX8'VC%H6D_K]-H*J,?'1U*U6LU+;PDV ME1YZ4@B>GH*LJC55@6KR.#V5@'Z>G.L7@VM]C$O+TX.7_?%X,CI_=5M9O^BC MTXL?QJ53=YH!\OEGK1$76[>!6/[NYNNI? MGY_LEQLQ#QM\YG@-SCR+)C[(,P[/>'E?@N'@)Z&-GM1?^>QBV+],^IHV5I&J M:Z9\HX'\J^&Z^6(-_MJ/X1ZSO9/C?;(KXUY0B_G<5_QN3,46`F$$_"'$EQGCN-8]ZK4Z& M`!ORI8O0@7X\)U'$`$7KJ<<9!AQC\*M0I4='8,`3QS/=V&+P(W_@[+T3\?KB M19[-PM#SMWB1LV3$JF:LV'-X9&TQD>,ZL[2R;3$;7O9_T:<(*X/KR^G+C=:C MT/'FB2@"@6/G"LOY>"QC'%:?H"['8Y#BR/2G5Q?3\>#?.APTM4-5T5J53.:\ M/]&S':V:10H9C]WH#59XBZBW_YNR_WQ5$,6A MEY8C[X-4%8T#-8X=YGX8P>P!3(,SV?9=BUDH?,="CA\L'P?OB5:;JE93VU#% M_(.>U.X?20M)]XSH>?XUH-[*V7NBZ3F-^2.FL,::&[%E,(OM-^32MWD=YF9M M,ZF7U!2#(4(/('8#CT-&!@_9/H?0]Y?@>,(!J-G&D%E)IPT[-AQX\7)J6%;( MX<4)K%ZFW/4C7L&ARB5T0&Q&0&S&.1QZ[%[TZ-$"H;J$OYN:H'J"J;:BH*U* MU&A:9^IB),')"4V58478&_/PFJI!M=U6Z4GV]G%*39F'(8&?X*"R]@`M=G!H M!QO6\I=+P[.F9,HT0-":U4?+MT,*!2$SC,5F\7QJN\8<6RS9`X]6FV[3W^E"%*+'H@.!F2K+8WE M^W*ELC8RV:Y$W;=7S2>#0CG3\/8C86T('+0TQNZJN1Z"P&]>N29<=-3I8@16 MC[JM-!!3=Z3S(5K"?+F*BHQW2&$H)[PL]"TC8LFL5U9N>JPX#VQO4]78>VK( MM^U\!')G[JW;SD',TO>B!7]#*/%'LCPH"HWB6.FFHRA150(1F3"DE*BFK=9& M(Q_2,:RLE_80S?>,U^"9A8:"9TH+GXIF]=;_X)E)#_I#*R;C]#[2D1_FEVE, M?`KWEO'`W[B1_"):3NGE+8)I\K;$MQJD9ECQ?"\3>&!HIRJNGVB8E;ZT:.'' M8:;(\=:?.3/7LF2^9((<:VUAVJ:6FI;@?[K$@#?F&,!^'-70>Q4I#6#Q?D@H M2>&T\G;)EJZN'9MAOAZ3BP,/KTS7,>:XF(4^G?,FBZL$!VI;`DA`C$O MFD9^5I[D#BI"4(NR!TVE#ZNU9MT#:ISG%-XO<#\"!_:<(=(=I%W#6'5^9[Z] M9E3$H.$?62#*(G(3;3]"&W[X`1?'CWD'J84)[$LIVB.F(_KX=H3!ZIMF'!+0 MZ]X<`74A1^Q]!+''XQDW0V?&<&'[3\QXQ-?U&^DG$Z<#+D7Y7I MKL"??WY&,,0U_^[O"*X[D@C*GQ3,]1DQ"VWQ]P0K:=O42F*JU5A MRN<"P>,-]^"TJZ0>US1@B19^%Q%`8%.Y@4*-F?ONM:#RQN:")#UCR9YO1$FV]N6V M#Q^%3GX+DS__,79W_:5HSR_]5NO_I:-UVD?_O*O_/I[M)^K^5TS=[ M[7:6_N?%'Y$\RIT`(J80G,CK1+<_.7LYU'_1AYB)9"ESGJT68/*MXG]U\OB_ M;N,OXE]MJ?G[WXZX_]6:1?SO@I[`-;O'E#7$;9GINRXS(QRE.,B@J0"V'_9* MN4DB/8%?6,A)AC:T3LBL7HGNC+'@'#=08(8,'\C4%+@R0G-!<-#%TE\7_K)7 M*EFN?\^D)\AX.K!ZZ]/NVAVH]::`CH9RU%`54)2>TNZUVKA/0ZP!_7T`3[&> M=#X83Z[[5_I):?O:6CK#U.T2`4P?GY2(+UWUQQ-]A*G'1V4GKZ!WXZ'XP^-#;,IK^>C/IGD^E/^L7-2)_V1Y?8(_D,UN(@O[[M2+\8O$:NXVUTS`Y]'&V,6IJ;C6B4(G^,P(I?KZ M#'C&K3K-_/KRW0NIP/]&\&[^5;X#^.7?_VJ*[_\4]_^[]S\=3`4MN#"I`1\,&K*\B[IUH(2V886%>`8:+^8/U`$84 M&>:"617JS8S1)5BTNLA>-\6Q5X-((!.G$BGKA+C41-3:NDZ&`^X#=Y8.@ASX M=+XO[J`C?\[HQK92DWC@.J@M#K::HF-3"^FMS"^B(5TRLADBB$O!UY32)#V0*?46N4U<*. M?.*+3.4O1>+M^+\=8GJUX_A7E>Y'\=\JXG\W^+^5'GTV@WL\&ZO/?R^6_X(* K*JB@@@HJJ*"""BJHH((**JB@@@HJJ*"""BJHH((*^G^@_P)L__8Z`%```((* ` end >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 Fri Aug 14 19:21:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04636 for freebsd-ports-outgoing; Fri, 14 Aug 1998 19:21:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04631 for ; Fri, 14 Aug 1998 19:21:08 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA01177; Fri, 14 Aug 1998 19:20:29 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id TAA14887; Fri, 14 Aug 1998 19:20:20 -0700 (PDT) Date: Fri, 14 Aug 1998 19:20:20 -0700 (PDT) Message-Id: <199808150220.TAA14887@silvia.hip.berkeley.edu> To: nik@iii.co.uk CC: billf@chc-chimes.com, ports@FreeBSD.ORG In-reply-to: <19980814163949.A6213@iii.co.uk> (nik@iii.co.uk) Subject: Re: ports requiring web server. From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: nik@iii.co.uk * On Fri, Aug 14, 1998 at 10:21:31AM -0400, Bill Fumerola wrote: * > if a port requires 'a web server that can run cgi scripts' should I just * > make that clear in the pkg/DESCR or should I depend on apache12? * * IMHO, make it clear in pkg/DESCR, and probably print a warning, something I agree. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 14 20:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07289 for freebsd-ports-outgoing; Fri, 14 Aug 1998 20:00:04 -0700 (PDT) (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 UAA07282 for ; Fri, 14 Aug 1998 20:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA15124; Fri, 14 Aug 1998 20:00:00 -0700 (PDT) Received: from mx.seanet.com (dns2.seanet.com [199.181.164.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06956 for ; Fri, 14 Aug 1998 19:52:25 -0700 (PDT) (envelope-from scott@sabami.seaslug.org) Received: from two.sabami.seaslug.org (sab.seanet.com [199.181.166.94]) by mx.seanet.com (8.8.8/Seanet-8.7.3) with ESMTP id TAA03822 for ; Fri, 14 Aug 1998 19:51:51 -0700 (PDT) Received: (from scott@localhost) by two.sabami.seaslug.org (8.8.5/8.6.12) id TAA00389; Fri, 14 Aug 1998 19:22:25 -0700 (PDT) Message-Id: <199808150222.TAA00389@two.sabami.seaslug.org> Date: Fri, 14 Aug 1998 19:22:25 -0700 (PDT) From: Scott Blachowicz Reply-To: scott@sabami.seaslug.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7617: update mail/nmh port to nmh-0.27 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7617 >Category: ports >Synopsis: update mail/nmh port to nmh-0.27 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 14 20:00:00 PDT 1998 >Last-Modified: >Originator: Scott Blachowicz >Organization: >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: FreeBSD >Description: Well...the author upgraded nmh from 0.26 to 0.27 the beginning of July, so I updated my port files a little later. The same day, he announced a pre-release beta of 0.28. So, I figured I'd old off until 0.28 released to update the port. Well...that was about a month ago now...I figure that if I submit the port upgrade, the karmic pressure will cause 0.28 to be released tomorrow...:-) >How-To-Repeat: >Fix: Apply the attached patch to the mail/nmh port. diff -ur ../nmh-curr/Makefile ./Makefile --- ../nmh-curr/Makefile Sat Jun 6 02:01:59 1998 +++ ./Makefile Sun Jul 12 14:30:02 1998 @@ -1,12 +1,12 @@ # New ports collection makefile for: nmh -# Version required: 0.26 +# Version required: 0.27 # Date created: 26 July 1997 # Whom: Scott Blachowicz # # $Id: Makefile,v 1.9 1998/06/05 15:10:54 itojun Exp $ # -DISTNAME= nmh-0.26 +DISTNAME= nmh-0.27 CATEGORIES= mail MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ diff -ur ../nmh-curr/files/md5 ./files/md5 --- ../nmh-curr/files/md5 Sat Jun 6 02:01:59 1998 +++ ./files/md5 Sun Jul 12 14:30:06 1998 @@ -1 +1 @@ -MD5 (nmh-0.26.tar.gz) = d1f06379f73e2021017d0377948fed3f +MD5 (nmh-0.27.tar.gz) = 62395d23c686b230ed0f2f17fbc2e01a diff -ur ../nmh-curr/pkg/PLIST ./pkg/PLIST --- ../nmh-curr/pkg/PLIST Mon Feb 23 11:21:00 1998 +++ ./pkg/PLIST Sun Jul 12 15:02:23 1998 @@ -30,6 +30,7 @@ bin/send bin/show bin/sortm +bin/viamail bin/whatnow bin/whom etc/nmh/MailAliases @@ -67,9 +68,9 @@ libexec/nmh/rcvpack libexec/nmh/rcvstore libexec/nmh/rcvtty +libexec/nmh/sendfiles libexec/nmh/slocal libexec/nmh/spost -libexec/nmh/viamail man/man1/ali.1.gz man/man1/anno.1.gz man/man1/burst.1.gz @@ -105,6 +106,7 @@ man/man1/rmm.1.gz man/man1/scan.1.gz man/man1/send.1.gz +man/man1/sendfiles.1 man/man1/show.1.gz man/man1/slocal.1.gz man/man1/sortm.1.gz >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 Fri Aug 14 22:31:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19240 for freebsd-ports-outgoing; Fri, 14 Aug 1998 22:31:36 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from shell9.ba.best.com (shell9.ba.best.com [206.184.139.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA19235 for ; Fri, 14 Aug 1998 22:31:34 -0700 (PDT) (envelope-from hjh@shell9.ba.best.com) Received: (from hjh@localhost) by shell9.ba.best.com (8.9.0/8.9.0/best.sh) id WAA07311; Fri, 14 Aug 1998 22:30:57 -0700 (PDT) From: "J. Han" Message-Id: <199808150530.WAA07311@shell9.ba.best.com> Subject: Re: Re[2]: gettext In-Reply-To: <199808140851.RAA19044@amont.astec.co.jp> from "[?ISO-2022-JP?][?ISO-2022-JP?]" at "Aug 14, 98 05:51:45 pm" To: g-nakai@internetsolutions.co.jp (=?ISO-2022-JP?B?GyRCQ2YwZhsoQg==?= =?ISO-2022-JP?B?GyRCOSxHbhsoQg==?=) Date: Fri, 14 Aug 1998 22:30:57 -0700 (PDT) Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (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 > > - What ports other than GNOME take advantage of gettext? Usually > > ports have gettext configure option commented out (in the patches). > > The i18n support. For the native-english people, there is no advantage > so it may be disapear for the default port. > I'm developping the Japanized GNOME, so very important. Oh, I guess I didn't make myself clear. I wanted to ask the port maintainers to consider turning on the gettext option when configuring from now on (that is when they update the relevent GNU tools ports they maintain). I doubt if this causes unbearable overhead. regards, J Han hjh@best.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 04:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18457 for freebsd-ports-outgoing; Sat, 15 Aug 1998 04:20:08 -0700 (PDT) (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 EAA18438 for ; Sat, 15 Aug 1998 04:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA24936; Sat, 15 Aug 1998 04:20:01 -0700 (PDT) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18237 for ; Sat, 15 Aug 1998 04:18:25 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.1/8.8.8) id UAA13846; Sat, 15 Aug 1998 20:24:04 +0900 (JST) (envelope-from kiri) Message-Id: <199808151124.UAA13846@pis.toba-cmt.ac.jp> Date: Sat, 15 Aug 1998 20:24:04 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7620: Update ports: ja-vftool-1.2(japanese/vftool) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7620 >Category: ports >Synopsis: Update ports: ja-vftool-1.2(japanese/vftool) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 15 04:20:00 PDT 1998 >Last-Modified: >Originator: Kazuhiko Kiriyama >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: I've updated the port ja-vftool-1.2(japanese/vftool). Current modifications are : (1) Add Tategaki vffonts (tmin*, tgoth*) Update files are respecively : [Add] : (NONE) [Delete] : (NONE) [Update] : -rw-r--r-- 1 kiri staff 1935 Aug 15 19:36 japanese/vftool/Makefile -rw-r--r-- 1 kiri staff 599 Aug 15 19:36 japanese/vftool/patches/patch-aa I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -N /usr/ports/current/japanese/vftool/Makefile ./Makefile --- /usr/ports/current/japanese/vftool/Makefile Mon Aug 10 02:36:26 1998 +++ ./Makefile Sat Aug 15 19:36:35 1998 @@ -15,12 +15,11 @@ ftp://ftp.iis.u-tokyo.ac.jp/TeX/fonts/pk/ \ ftp://ftp.waseda.ac.jp/pub/tex/ascii-OLD/ DISTFILES= vftool-1.2.tar.gz plib13-euc.tar.gz jtex-1.52.tar.gz +EXTRACT_ONLY= vftool-1.2.tar.gz MAINTAINER= kiri@kiri.toba-cmt.ac.jp BUILD_DEPENDS= ${AFMDIR}/GothicBBB-Medium-H:${PORTSDIR}/japanese/japaneseAFM - -EXTRACT_ONLY= vftool-1.2.tar.gz ALL_TARGET= n2a a2n a2bk p2pn SCRIPTS_ENV= MV=${MV} SED=${SED} AFMDIR=${AFMDIR} JFMDIR=${JFMDIR} diff -u -r -x CVS -N /usr/ports/current/japanese/vftool/patches/patch-aa ./patches/patch-aa --- /usr/ports/current/japanese/vftool/patches/patch-aa Mon Aug 10 02:36:26 1998 +++ ./patches/patch-aa Sat Aug 15 18:21:05 1998 @@ -1,6 +1,6 @@ --- Makefile.orig Mon Aug 7 02:48:48 1995 -+++ Makefile Sun Aug 2 15:55:56 1998 -@@ -1,12 +1,12 @@ ++++ Makefile Sat Aug 15 17:06:43 1998 +@@ -1,14 +1,14 @@ # # where you can find ASCII Nihongo TeX jfm files: min10.tfm ... -JFM = /usr/local/lib/tex/jfonts/jfm @@ -13,5 +13,8 @@ -AFM = afm +AFM ?= %%AFM%% # builtin kanji fonts - bkfonts = ${t1} ${t2} +-bkfonts = ${t1} ${t2} ++bkfonts = ${t1} ${t2} ${t3} ${t4} t1=rml:Ryumin-Light-H:min:monokan + t2=gbm:GothicBBB-Medium-H:goth:monokan + t3=rmlv:Ryumin-Light-V:tmin:monokan-v >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 Sat Aug 15 07:58:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04592 for freebsd-ports-outgoing; Sat, 15 Aug 1998 07:58:57 -0700 (PDT) (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 HAA04584; Sat, 15 Aug 1998 07:58:52 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA12466; Sat, 15 Aug 1998 07:58:50 -0700 (PDT) Date: Sat, 15 Aug 1998 07:58:50 -0700 (PDT) Message-Id: <199808151458.HAA12466@freefall.freebsd.org> To: sada@e-mail.ne.jp, kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kuriyama@FreeBSD.ORG Subject: Re: ports/7401 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port japanese/handbook can't be installed State-Changed-From-To: open-closed State-Changed-By: kuriyama State-Changed-When: Sat Aug 15 07:57:56 PDT 1998 State-Changed-Why: Committed. Thanks! Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Sat Aug 15 07:57:56 PDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 09:08:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09528 for freebsd-ports-outgoing; Sat, 15 Aug 1998 09:08:25 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09518; Sat, 15 Aug 1998 09:08:23 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA016583440; Sat, 15 Aug 1998 11:04:00 -0400 Date: Sat, 15 Aug 1998 11:04:00 -0400 (EDT) From: Bill Fumerola To: ports@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 In-Reply-To: <199808150222.TAA00389@two.sabami.seaslug.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 if sendfiles(1) is a new man page that comes with the update then this change should be reflected in the Makefile, and the PLIST should have the gzip'd version. On Fri, 14 Aug 1998, Scott Blachowicz wrote: > >Number: 7617 > >Category: ports > >Synopsis: update mail/nmh port to nmh-0.27 > --- ../nmh-curr/pkg/PLIST Mon Feb 23 11:21:00 1998 > +++ ./pkg/PLIST Sun Jul 12 15:02:23 1998 > @@ -105,6 +106,7 @@ > man/man1/rmm.1.gz > man/man1/scan.1.gz > man/man1/send.1.gz > +man/man1/sendfiles.1 > man/man1/show.1.gz > man/man1/slocal.1.gz > man/man1/sortm.1.gz - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 09:10:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09707 for freebsd-ports-outgoing; Sat, 15 Aug 1998 09:10:05 -0700 (PDT) (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 JAA09702 for ; Sat, 15 Aug 1998 09:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13621; Sat, 15 Aug 1998 09:10:01 -0700 (PDT) Date: Sat, 15 Aug 1998 09:10:01 -0700 (PDT) Message-Id: <199808151610.JAA13621@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Bill Fumerola Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7617; it has been noted by GNATS. From: Bill Fumerola To: ports@freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 Date: Sat, 15 Aug 1998 11:04:00 -0400 (EDT) if sendfiles(1) is a new man page that comes with the update then this change should be reflected in the Makefile, and the PLIST should have the gzip'd version. On Fri, 14 Aug 1998, Scott Blachowicz wrote: > >Number: 7617 > >Category: ports > >Synopsis: update mail/nmh port to nmh-0.27 > --- ../nmh-curr/pkg/PLIST Mon Feb 23 11:21:00 1998 > +++ ./pkg/PLIST Sun Jul 12 15:02:23 1998 > @@ -105,6 +106,7 @@ > man/man1/rmm.1.gz > man/man1/scan.1.gz > man/man1/send.1.gz > +man/man1/sendfiles.1 > man/man1/show.1.gz > man/man1/slocal.1.gz > man/man1/sortm.1.gz - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 11:53:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24902 for freebsd-ports-outgoing; Sat, 15 Aug 1998 11:53:31 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mx.seanet.com (dns2.seanet.com [199.181.164.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24871; Sat, 15 Aug 1998 11:53:12 -0700 (PDT) (envelope-from scott@two.sabami.seaslug.org) Received: from two.sabami.seaslug.org (sab.seanet.com [199.181.166.94]) by mx.seanet.com (8.8.8/Seanet-8.7.3) with ESMTP id LAA19723; Sat, 15 Aug 1998 11:52:28 -0700 (PDT) Received: from two.sabami.seaslug.org (localhost [127.0.0.1]) by two.sabami.seaslug.org (8.8.5/8.6.12) with ESMTP id LAA04406; Sat, 15 Aug 1998 11:31:53 -0700 (PDT) Message-Id: <199808151831.LAA04406@two.sabami.seaslug.org> To: Bill Fumerola cc: ports@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 References: In-reply-to: From: Scott Blachowicz Reply-to: Scott.Blachowicz@seaslug.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4403.903205912.1@two.sabami.seaslug.org> Date: Sat, 15 Aug 1998 11:31:52 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Fumerola wrote: > > if sendfiles(1) is a new man page that comes with the update then this > change should be reflected in the Makefile, and the PLIST should have the > gzip'd version. Oops...appended is a corrected patch. Seems I messed it up the last time a man page got added - you'd think I would've learned by now :-). > On Fri, 14 Aug 1998, Scott Blachowicz wrote: > > > >Number: 7617 > > >Category: ports > > >Synopsis: update mail/nmh port to nmh-0.27 > > > --- ../nmh-curr/pkg/PLIST Mon Feb 23 11:21:00 1998 > > +++ ./pkg/PLIST Sun Jul 12 15:02:23 1998 > > > @@ -105,6 +106,7 @@ > > man/man1/rmm.1.gz > > man/man1/scan.1.gz > > man/man1/send.1.gz > > +man/man1/sendfiles.1 > > man/man1/show.1.gz > > man/man1/slocal.1.gz > > man/man1/sortm.1.gz Sorry about that... -- Scott.Blachowicz@seaslug.org ========== Corrected patch follows: diff -ur ../nmh-curr/Makefile ./Makefile --- ../nmh-curr/Makefile Sat Jun 6 02:01:59 1998 +++ ./Makefile Sat Aug 15 11:28:43 1998 @@ -1,12 +1,12 @@ # New ports collection makefile for: nmh -# Version required: 0.26 +# Version required: 0.27 # Date created: 26 July 1997 # Whom: Scott Blachowicz # # $Id: Makefile,v 1.9 1998/06/05 15:10:54 itojun Exp $ # -DISTNAME= nmh-0.26 +DISTNAME= nmh-0.27 CATEGORIES= mail MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ @@ -20,7 +20,7 @@ mark.1 mh-chart.1 mhl.1 mhmail.1 mhn.1 mhparam.1 mhpath.1 msgchk.1 msh.1 \ next.1 nmh.1 packf.1 pick.1 prev.1 prompter.1 rcvdist.1 rcvpack.1 \ rcvstore.1 rcvtty.1 refile.1 repl.1 rmf.1 rmm.1 scan.1 send.1 show.1 \ - slocal.1 sortm.1 vmh.1 whatnow.1 whom.1 mhbuild.1 + slocal.1 sortm.1 vmh.1 whatnow.1 whom.1 mhbuild.1 sendfiles.1 MAN5= mh-alias.5 mh-draft.5 mh-format.5 mh-mail.5 mh-profile.5 \ mh-sequence.5 mh-tailor.5 diff -ur ../nmh-curr/files/md5 ./files/md5 --- ../nmh-curr/files/md5 Sat Jun 6 02:01:59 1998 +++ ./files/md5 Sun Jul 12 14:30:06 1998 @@ -1 +1 @@ -MD5 (nmh-0.26.tar.gz) = d1f06379f73e2021017d0377948fed3f +MD5 (nmh-0.27.tar.gz) = 62395d23c686b230ed0f2f17fbc2e01a diff -ur ../nmh-curr/pkg/PLIST ./pkg/PLIST --- ../nmh-curr/pkg/PLIST Mon Feb 23 11:21:00 1998 +++ ./pkg/PLIST Sat Aug 15 11:28:56 1998 @@ -30,6 +30,7 @@ bin/send bin/show bin/sortm +bin/viamail bin/whatnow bin/whom etc/nmh/MailAliases @@ -67,9 +68,9 @@ libexec/nmh/rcvpack libexec/nmh/rcvstore libexec/nmh/rcvtty +libexec/nmh/sendfiles libexec/nmh/slocal libexec/nmh/spost -libexec/nmh/viamail man/man1/ali.1.gz man/man1/anno.1.gz man/man1/burst.1.gz @@ -105,6 +106,7 @@ man/man1/rmm.1.gz man/man1/scan.1.gz man/man1/send.1.gz +man/man1/sendfiles.1.gz man/man1/show.1.gz man/man1/slocal.1.gz man/man1/sortm.1.gz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 12:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25625 for freebsd-ports-outgoing; Sat, 15 Aug 1998 12:00:06 -0700 (PDT) (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 MAA25620 for ; Sat, 15 Aug 1998 12:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16940; Sat, 15 Aug 1998 12:00:01 -0700 (PDT) Date: Sat, 15 Aug 1998 12:00:01 -0700 (PDT) Message-Id: <199808151900.MAA16940@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Scott Blachowicz Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 Reply-To: Scott Blachowicz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7617; it has been noted by GNATS. From: Scott Blachowicz To: Bill Fumerola Cc: ports@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 Date: Sat, 15 Aug 1998 11:31:52 -0700 Bill Fumerola wrote: > > if sendfiles(1) is a new man page that comes with the update then this > change should be reflected in the Makefile, and the PLIST should have the > gzip'd version. Oops...appended is a corrected patch. Seems I messed it up the last time a man page got added - you'd think I would've learned by now :-). > On Fri, 14 Aug 1998, Scott Blachowicz wrote: > > > >Number: 7617 > > >Category: ports > > >Synopsis: update mail/nmh port to nmh-0.27 > > > --- ../nmh-curr/pkg/PLIST Mon Feb 23 11:21:00 1998 > > +++ ./pkg/PLIST Sun Jul 12 15:02:23 1998 > > > @@ -105,6 +106,7 @@ > > man/man1/rmm.1.gz > > man/man1/scan.1.gz > > man/man1/send.1.gz > > +man/man1/sendfiles.1 > > man/man1/show.1.gz > > man/man1/slocal.1.gz > > man/man1/sortm.1.gz Sorry about that... -- Scott.Blachowicz@seaslug.org ========== Corrected patch follows: diff -ur ../nmh-curr/Makefile ./Makefile --- ../nmh-curr/Makefile Sat Jun 6 02:01:59 1998 +++ ./Makefile Sat Aug 15 11:28:43 1998 @@ -1,12 +1,12 @@ # New ports collection makefile for: nmh -# Version required: 0.26 +# Version required: 0.27 # Date created: 26 July 1997 # Whom: Scott Blachowicz # # $Id: Makefile,v 1.9 1998/06/05 15:10:54 itojun Exp $ # -DISTNAME= nmh-0.26 +DISTNAME= nmh-0.27 CATEGORIES= mail MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ @@ -20,7 +20,7 @@ mark.1 mh-chart.1 mhl.1 mhmail.1 mhn.1 mhparam.1 mhpath.1 msgchk.1 msh.1 \ next.1 nmh.1 packf.1 pick.1 prev.1 prompter.1 rcvdist.1 rcvpack.1 \ rcvstore.1 rcvtty.1 refile.1 repl.1 rmf.1 rmm.1 scan.1 send.1 show.1 \ - slocal.1 sortm.1 vmh.1 whatnow.1 whom.1 mhbuild.1 + slocal.1 sortm.1 vmh.1 whatnow.1 whom.1 mhbuild.1 sendfiles.1 MAN5= mh-alias.5 mh-draft.5 mh-format.5 mh-mail.5 mh-profile.5 \ mh-sequence.5 mh-tailor.5 diff -ur ../nmh-curr/files/md5 ./files/md5 --- ../nmh-curr/files/md5 Sat Jun 6 02:01:59 1998 +++ ./files/md5 Sun Jul 12 14:30:06 1998 @@ -1 +1 @@ -MD5 (nmh-0.26.tar.gz) = d1f06379f73e2021017d0377948fed3f +MD5 (nmh-0.27.tar.gz) = 62395d23c686b230ed0f2f17fbc2e01a diff -ur ../nmh-curr/pkg/PLIST ./pkg/PLIST --- ../nmh-curr/pkg/PLIST Mon Feb 23 11:21:00 1998 +++ ./pkg/PLIST Sat Aug 15 11:28:56 1998 @@ -30,6 +30,7 @@ bin/send bin/show bin/sortm +bin/viamail bin/whatnow bin/whom etc/nmh/MailAliases @@ -67,9 +68,9 @@ libexec/nmh/rcvpack libexec/nmh/rcvstore libexec/nmh/rcvtty +libexec/nmh/sendfiles libexec/nmh/slocal libexec/nmh/spost -libexec/nmh/viamail man/man1/ali.1.gz man/man1/anno.1.gz man/man1/burst.1.gz @@ -105,6 +106,7 @@ man/man1/rmm.1.gz man/man1/scan.1.gz man/man1/send.1.gz +man/man1/sendfiles.1.gz man/man1/show.1.gz man/man1/slocal.1.gz man/man1/sortm.1.gz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 13:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07413 for freebsd-ports-outgoing; Sat, 15 Aug 1998 13:30:09 -0700 (PDT) (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 NAA07394 for ; Sat, 15 Aug 1998 13:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA18821; Sat, 15 Aug 1998 13:30:02 -0700 (PDT) Date: Sat, 15 Aug 1998 13:30:02 -0700 (PDT) Message-Id: <199808152030.NAA18821@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Tim Vanderhoek Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7617; it has been noted by GNATS. From: Tim Vanderhoek To: Bill Fumerola Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 Date: Sat, 15 Aug 1998 16:20:05 -0400 On Sat, Aug 15, 1998 at 11:04:00AM -0400, Bill Fumerola wrote: > > if sendfiles(1) is a new man page that comes with the update then this > change should be reflected in the Makefile, and the PLIST should have the > gzip'd version. No, it shouldn't be listed at all in the PLIST, presuming you are correctly using the MAN? variables. > > +++ ./pkg/PLIST Sun Jul 12 15:02:23 1998 > > > @@ -105,6 +106,7 @@ > > man/man1/rmm.1.gz > > man/man1/scan.1.gz > > man/man1/send.1.gz > > +man/man1/sendfiles.1 > > man/man1/show.1.gz > > man/man1/slocal.1.gz > > man/man1/sortm.1.gz Again, presuming the MAN? variables are correctly used for all of those manpages, none of them should be listed in the PLIST. [You need, of course, the latest bsd.port.mk] -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 13:30:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07454 for freebsd-ports-outgoing; Sat, 15 Aug 1998 13:30:14 -0700 (PDT) (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 NAA07396 for ; Sat, 15 Aug 1998 13:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA18828; Sat, 15 Aug 1998 13:30:02 -0700 (PDT) Date: Sat, 15 Aug 1998 13:30:02 -0700 (PDT) Message-Id: <199808152030.NAA18828@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Adrian Penisoara Subject: Re: ports/7615: pico appends "UUUUUUUUUU" when saving... Reply-To: Adrian Penisoara Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7615; it has been noted by GNATS. From: Adrian Penisoara To: digital@nypop.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/7615: pico appends "UUUUUUUUUU" when saving... Date: Sat, 15 Aug 1998 23:22:43 +0300 (EEST) Hi, On Fri, 14 Aug 1998 digital@nypop.com wrote: > >Description: > just installed 2.2.7 on a new machine, installed pine4.01 pkg. when > using pico and saving a new file or editing and excisting file pico (or > something) appends "UUUUUUUUUUUUU" in front of the text or the beggining >of the file before any other text. tried to compile 4.02 distribution - >same thing happens. when using pine-3.96 pkg pico works fine... I've seen this problem reported on the pine-info mailing list, some other FreeBSD users had this problem too... Strange, with the latest version of the port (4.02A) I cannot reproduce the problem here, however big the file is ! I remember to have tried it with previous versions too but it still wouldn't show up... I need further details; please tell me what version Pico reports (in the upper-left corner) and wether you used the port collection to build 4.02 or you compiled the plain sources ? Could you please send me a sample file (before & after) ? BTW, please wrap those long lines after 75 chars, thanks. Thank you very much for the feedback ! Ady (@freebsd.ady.ro) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 13:38:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08465 for freebsd-ports-outgoing; Sat, 15 Aug 1998 13:38:46 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08447; Sat, 15 Aug 1998 13:38:39 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA118559657; Sat, 15 Aug 1998 15:34:18 -0400 Date: Sat, 15 Aug 1998 15:34:17 -0400 (EDT) From: Bill Fumerola To: ports@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bsd.port.mk updates (was: Re: ports/7617:) In-Reply-To: <19980815162005.A1211@zappo> 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 We need to make sure that the files on the web page (http://www.freebsd.org/handbook/porting.html) is always updated with these changes. Also a new page should probaly be made stating recent CHANGES to bsd.port.mk. from the above url: *> Here is a small example: *> *> bin/oneko *> man/man1/oneko.1.gz *> lib/X11/app-defaults/Oneko *> lib/X11/oneko/cat1.xpm *> lib/X11/oneko/cat2.xpm *> lib/X11/oneko/mouse.xpm maybe just a file available on the web page with all the notes on the cvsup updates (which should be descriptive enough, I assume). Thoughts? On Sat, 15 Aug 1998, Tim Vanderhoek wrote: > Again, presuming the MAN? variables are correctly used for all of > those manpages, none of them should be listed in the PLIST. > > [You need, of course, the latest bsd.port.mk] - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 13:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08718 for freebsd-ports-outgoing; Sat, 15 Aug 1998 13:40:06 -0700 (PDT) (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 NAA08665 for ; Sat, 15 Aug 1998 13:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA19197; Sat, 15 Aug 1998 13:40:00 -0700 (PDT) Date: Sat, 15 Aug 1998 13:40:00 -0700 (PDT) Message-Id: <199808152040.NAA19197@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Bill Fumerola Subject: bsd.port.mk updates (was: Re: ports/7617:) Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7617; it has been noted by GNATS. From: Bill Fumerola To: ports@freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: bsd.port.mk updates (was: Re: ports/7617:) Date: Sat, 15 Aug 1998 15:34:17 -0400 (EDT) We need to make sure that the files on the web page (http://www.freebsd.org/handbook/porting.html) is always updated with these changes. Also a new page should probaly be made stating recent CHANGES to bsd.port.mk. from the above url: *> Here is a small example: *> *> bin/oneko *> man/man1/oneko.1.gz *> lib/X11/app-defaults/Oneko *> lib/X11/oneko/cat1.xpm *> lib/X11/oneko/cat2.xpm *> lib/X11/oneko/mouse.xpm maybe just a file available on the web page with all the notes on the cvsup updates (which should be descriptive enough, I assume). Thoughts? On Sat, 15 Aug 1998, Tim Vanderhoek wrote: > Again, presuming the MAN? variables are correctly used for all of > those manpages, none of them should be listed in the PLIST. > > [You need, of course, the latest bsd.port.mk] - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 14:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16843 for freebsd-ports-outgoing; Sat, 15 Aug 1998 14:40:07 -0700 (PDT) (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 OAA16830 for ; Sat, 15 Aug 1998 14:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA20278; Sat, 15 Aug 1998 14:40:00 -0700 (PDT) Received: from ardbeg.komma.de (ardbeg.komma.de [194.77.233.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15706 for ; Sat, 15 Aug 1998 14:32:39 -0700 (PDT) (envelope-from root@ardbeg.komma.de) Received: (from root@localhost) by ardbeg.komma.de (8.8.8/8.8.8) id XAA11735; Sat, 15 Aug 1998 23:31:13 +0200 (CEST) (envelope-from root) Message-Id: <199808152131.XAA11735@ardbeg.komma.de> Date: Sat, 15 Aug 1998 23:31:13 +0200 (CEST) From: hausen@punkt.de Reply-To: hausen@punkt.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7623: Buglet in kde-1.0 port as delivered with 2.2.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7623 >Category: ports >Synopsis: Missing patch in kde-1.0 port >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 15 14:40:00 PDT 1998 >Last-Modified: >Originator: Patrick M. Hausen >Organization: WEB Internet Services Systemhaus GmbH, Karlsruhe, Germany >Release: FreeBSD 2.2.7-RELEASE i386 >Environment: Newly installed 2.2.7-RELEASE with enclosed ports collection >Description: after fetching and compiling qt-1.33 the build fails >How-To-Repeat: "make install" in /usr/ports/x11/kde on an otherwise virgin system >Fix: the kde Makefiles contain the setting MOC = /usr/bin/moc This let's the build of kde fail. moc is in /usr/X11R6/bin, of course. A patch should be included that updates the kde Makefiles accordingly. >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 Sat Aug 15 14:50:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17962 for freebsd-ports-outgoing; Sat, 15 Aug 1998 14:50:08 -0700 (PDT) (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 OAA17924 for ; Sat, 15 Aug 1998 14:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA20552; Sat, 15 Aug 1998 14:50:01 -0700 (PDT) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17826 for ; Sat, 15 Aug 1998 14:49:20 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.8.8/8.8.6) id RAA22913; Sat, 15 Aug 1998 17:48:49 -0400 (EDT) Message-Id: <199808152148.RAA22913@istari.home.net> Date: Sat, 15 Aug 1998 17:48:49 -0400 (EDT) From: sjr@home.net Reply-To: sjr@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7624: Problem with mirror port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7624 >Category: ports >Synopsis: Mirror port expect old version of perl5 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 15 14:50:00 PDT 1998 >Last-Modified: >Originator: Stephen J. Roznowski >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: Cvsup from this morning... /usr/ports/net/mirror/Makefile # $Id: Makefile,v 1.7 1998/06/08 12:41:12 torstenb Exp $ >Description: Mirror-2.9 expects perl5.00404 to be installed. Perl 5 is currently at 5.00502. >How-To-Repeat: Try to install mirror. >Fix: This fix changes the port to just look for perl5 as opposed to a specific version. --- Makefile.orig Sat Aug 15 17:43:20 1998 +++ Makefile Sat Aug 15 17:43:56 1998 @@ -16,7 +16,7 @@ MAKEFILE= makefile MAN1= mirror.1 mirror-master.1 -RUN_DEPENDS= perl5.00404:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5:${PORTSDIR}/lang/perl5 pre-install: ${MKDIR} ${PREFIX}/lib/mirror >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 Sat Aug 15 15:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24430 for freebsd-ports-outgoing; Sat, 15 Aug 1998 15:40:06 -0700 (PDT) (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 PAA24420 for ; Sat, 15 Aug 1998 15:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21773; Sat, 15 Aug 1998 15:40:01 -0700 (PDT) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23839 for ; Sat, 15 Aug 1998 15:34:27 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.8.8/8.8.6) id SAA24577; Sat, 15 Aug 1998 18:33:56 -0400 (EDT) Message-Id: <199808152233.SAA24577@istari.home.net> Date: Sat, 15 Aug 1998 18:33:56 -0400 (EDT) From: sjr@home.net Reply-To: sjr@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7625: p5-MD5-1.7 has hardcoded perl version number Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7625 >Category: ports >Synopsis: p5-MD5-1.7 has hardcoded perl version number >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 15 15:40:00 PDT 1998 >Last-Modified: >Originator: Stephen J. Roznowski >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: /usr/ports/security/p5-MD5/Makefile # $Id: Makefile,v 1.9 1998/08/06 15:10:02 vanilla Exp $ >Description: The makefile for this port has a hardcoded version number. >How-To-Repeat: Try to install the port. >Fix: --- Makefile.orig Sat Aug 15 18:28:55 1998 +++ Makefile Sat Aug 15 18:29:39 1998 @@ -17,7 +17,7 @@ USE_PERL5= YES MAN3= MD5.3 -MANPREFIX= ${PREFIX}/lib/perl5/5.00501 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL >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 Sat Aug 15 15:51:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26247 for freebsd-ports-outgoing; Sat, 15 Aug 1998 15:51:39 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26241 for ; Sat, 15 Aug 1998 15:51:38 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.8.8/8.8.6) id SAA02270 for ports@freebsd.org; Sat, 15 Aug 1998 18:51:07 -0400 (EDT) Date: Sat, 15 Aug 1998 18:51:07 -0400 (EDT) From: "Stephen J. Roznowski" Message-Id: <199808152251.SAA02270@istari.home.net> To: ports@FreeBSD.ORG Subject: Status of p5- module work in the ports tree? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What is the status of the perl5 migration in the ports tree? I'm trying to build "/usr/ports/print/html2ps", and keep running into p5- modules that are broken. [From a cvsup that is a few hours old]. I've send-pr(ed) two of them, and am willing to do the rest that need fixing [to build html2ps, not the entire ports tree] if that will help the effort. If someone is working on this, I'll just fix my local tree and wait for the changes... Thanks, -SR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 16:24:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01444 for freebsd-ports-outgoing; Sat, 15 Aug 1998 16:24:28 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1718.on.bellglobal.com [206.172.249.182]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01439 for ; Sat, 15 Aug 1998 16:24:25 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id TAA01767; Sat, 15 Aug 1998 19:23:14 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Sat, 15 Aug 1998 19:23:13 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Bill Fumerola cc: ports@FreeBSD.ORG Subject: Re: bsd.port.mk updates (was: Re: ports/7617:) 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 On Sat, 15 Aug 1998, Bill Fumerola wrote: > We need to make sure that the files on the web page > (http://www.freebsd.org/handbook/porting.html) is always updated with Currently being updated. > these changes. Also a new page should probaly be made stating recent > CHANGES to bsd.port.mk. You mean like http://www.FreeBSD.ORG/cgi/cvsweb.cgi/src/share/mk/bsd.port.mk ? Or perhaps like mailto:ports@FreeBSD.ORG? :-) -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 17:22:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08357 for freebsd-ports-outgoing; Sat, 15 Aug 1998 17:22:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08334 for ; Sat, 15 Aug 1998 17:22:29 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA204143084; Sat, 15 Aug 1998 19:18:04 -0400 Date: Sat, 15 Aug 1998 19:18:04 -0400 (EDT) From: Bill Fumerola Cc: ports@FreeBSD.ORG Subject: Re: bsd.port.mk updates (was: Re: ports/7617:) 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 On Sat, 15 Aug 1998, Tim Vanderhoek wrote: > On Sat, 15 Aug 1998, Bill Fumerola wrote: > > > We need to make sure that the files on the web page > > (http://www.freebsd.org/handbook/porting.html) is always updated with > > Currently being updated. It's being done so manually . An automated solution is really the right thing to do. > > these changes. Also a new page should probaly be made stating recent > > CHANGES to bsd.port.mk. > You mean like > http://www.FreeBSD.ORG/cgi/cvsweb.cgi/src/share/mk/bsd.port.mk ? (1) That's a bitch to type (I know.. "so bookmark it") (2) Without a working knowledge of cvsup, no-one thinks to look there. (3) /handbook/porting.html doesn't mention that. I knew such a page existed (actually, I assumed, because I know the cvs tree is online). Regardless, the above page should be mentioned in /handbook/porting.html and instructions on how to view the cvs log for that file manually should be given. - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 17:23:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08478 for freebsd-ports-outgoing; Sat, 15 Aug 1998 17:23:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mx.seanet.com (dns2.seanet.com [199.181.164.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08438 for ; Sat, 15 Aug 1998 17:23:04 -0700 (PDT) (envelope-from scott@two.sabami.seaslug.org) Received: from two.sabami.seaslug.org (sab.seanet.com [199.181.166.94]) by mx.seanet.com (8.8.8/Seanet-8.7.3) with ESMTP id RAA26602; Sat, 15 Aug 1998 17:22:30 -0700 (PDT) Received: from two.sabami.seaslug.org (localhost [127.0.0.1]) by two.sabami.seaslug.org (8.8.5/8.6.12) with ESMTP id QAA09318; Sat, 15 Aug 1998 16:53:11 -0700 (PDT) Message-Id: <199808152353.QAA09318@two.sabami.seaslug.org> To: Tim Vanderhoek cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 References: <199808152030.NAA18821@freefall.freebsd.org> In-reply-to: <199808152030.NAA18821@freefall.freebsd.org> From: Scott Blachowicz Reply-to: Scott.Blachowicz@seaslug.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9280.903225189.1@two.sabami.seaslug.org> Date: Sat, 15 Aug 1998 16:53:10 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > if sendfiles(1) is a new man page that comes with the update then this > > change should be reflected in the Makefile, and the PLIST should have the > > gzip'd version. > > No, it shouldn't be listed at all in the PLIST, presuming you are > correctly using the MAN? variables. Is correct use documented in the handbook or in bsd.port.mk? > ... > Again, presuming the MAN? variables are correctly used for all of > those manpages, none of them should be listed in the PLIST. > > [You need, of course, the latest bsd.port.mk] Is the latest in the 2.2.7 release that I just received? I've been lax in updating my BSD system at home (it's still at 2.2.2) and had been meaning to update to 2.2.6 when I heard that 2.2.7 was on its way... Hmmm...I've been CVSUP'ing the ports collection - I don't see bsd.port.mk in there. Would it make any sense to have a special directory in there for control/maintenance files (e.g. bsd.port.mk), so it would get picked up by CVSUP'ing the ports? Or should I add a little magic incantation to my /etc/cvsupfile to snag the needed files (I don't need/want all of the src dist). Scott.Blachowicz@seaslug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 17:39:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10073 for freebsd-ports-outgoing; Sat, 15 Aug 1998 17:39:58 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1718.on.bellglobal.com [206.172.249.182]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10068 for ; Sat, 15 Aug 1998 17:39:56 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id UAA02242; Sat, 15 Aug 1998 20:38:46 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Sat, 15 Aug 1998 20:38:46 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: "Stephen J. Roznowski" cc: ports@FreeBSD.ORG Subject: Re: Status of p5- module work in the ports tree? In-Reply-To: <199808152251.SAA02270@istari.home.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 On Sat, 15 Aug 1998, Stephen J. Roznowski wrote: > I've send-pr(ed) two of them, and am willing to do the rest that > need fixing [to build html2ps, not the entire ports tree] if that > will help the effort. Don't forget to fix the PLIST. Your patch to p5-MD5 didn't so it would still be broken for perl-5.00502. > If someone is working on this, I'll just fix my local tree and wait > for the changes... Test (duh :-), and submit as one big PR. That's more likely to catch someone's attention. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 17:49:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11022 for freebsd-ports-outgoing; Sat, 15 Aug 1998 17:49:36 -0700 (PDT) (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 RAA11011; Sat, 15 Aug 1998 17:49:29 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA24404; Sat, 15 Aug 1998 17:49:27 -0700 (PDT) Date: Sat, 15 Aug 1998 17:49:27 -0700 (PDT) Message-Id: <199808160049.RAA24404@freefall.freebsd.org> To: sjr@home.net, hoek@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7625 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-MD5-1.7 has hardcoded perl version number State-Changed-From-To: open-closed State-Changed-By: hoek State-Changed-When: Sat Aug 15 17:48:56 PDT 1998 State-Changed-Why: Fixed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 17:55:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11991 for freebsd-ports-outgoing; Sat, 15 Aug 1998 17:55:54 -0700 (PDT) (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 RAA11985; Sat, 15 Aug 1998 17:55:48 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA24605; Sat, 15 Aug 1998 17:55:45 -0700 (PDT) Date: Sat, 15 Aug 1998 17:55:45 -0700 (PDT) Message-Id: <199808160055.RAA24605@freefall.freebsd.org> To: sjr@home.net, hoek@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7624 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Mirror port expect old version of perl5 State-Changed-From-To: open-closed State-Changed-By: hoek State-Changed-When: Sat Aug 15 17:55:24 PDT 1998 State-Changed-Why: Patches applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 18:11:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13564 for freebsd-ports-outgoing; Sat, 15 Aug 1998 18:11:56 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1718.on.bellglobal.com [206.172.249.182]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13556 for ; Sat, 15 Aug 1998 18:11:53 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id VAA05473; Sat, 15 Aug 1998 21:10:32 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Sat, 15 Aug 1998 21:10:32 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Scott Blachowicz cc: Tim Vanderhoek , freebsd-ports@FreeBSD.ORG Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 In-Reply-To: <199808152353.QAA09318@two.sabami.seaslug.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 On Sat, 15 Aug 1998, Scott Blachowicz wrote: > > No, it shouldn't be listed at all in the PLIST, presuming you are > > correctly using the MAN? variables. > > Is correct use documented in the handbook or in bsd.port.mk? Almost. ;-) Once committed, it'll still take a while to hit the web. > > [You need, of course, the latest bsd.port.mk] > > Is the latest in the 2.2.7 release that I just received? I've been lax in > updating my BSD system at home (it's still at 2.2.2) and had been meaning to > update to 2.2.6 when I heard that 2.2.7 was on its way... Unfortunately, no. Simply snarfing the newest bsd.port.mk will effectively upgrade you, for the moment. I presume eventually that a standard upgrade-your-ports-system-from-227 package will be available, courtesy asami. > Hmmm...I've been CVSUP'ing the ports collection - I don't see bsd.port.mk in src/share/mk/bsd.port.mk > there. Would it make any sense to have a special directory in there for > control/maintenance files (e.g. bsd.port.mk), so it would get picked up by > CVSUP'ing the ports? Or should I add a little magic incantation to my > /etc/cvsupfile to snag the needed files (I don't need/want all of the src > dist). I don't know. I guess a special collection would have to be added for bsd.port.mk. I think only jdp and asami are supposed add new collections, so don't look at me. :-) On a more practical note, the next easiest way of keeping up-to-date would be to fetch ftp://ftp.FreeBSD.ORG/pub/FreeBSD/src/share/mk/bsd.port.mk regularly. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 18:25:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15169 for freebsd-ports-outgoing; Sat, 15 Aug 1998 18:25:29 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-137.fwi.com [209.84.172.142]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15164 for ; Sat, 15 Aug 1998 18:25:23 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id UAA07877; Sat, 15 Aug 1998 20:24:20 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.1/8.9.1) id UAA14941; Sat, 15 Aug 1998 20:24:19 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) To: ac199@hwcn.org, ports@FreeBSD.ORG Subject: Re: Status of p5- module work in the ports tree? References: <199808152251.SAA02270@istari.home.net> <19980816004758$57a2@catastrophe> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 15 Aug 1998 20:24:18 -0500 Organization: Minimal at best In-Reply-To: Tim Vanderhoek's message of "Sat, 15 Aug 1998 20:38:46 -0400 (EDT)" Message-ID: <86r9yhyb0d.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 22 X-Mailer: Gnus v5.6.36/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tim Vanderhoek writes: > > If someone is working on this, I'll just fix my local tree and wait > > for the changes... > > Test (duh :-), and submit as one big PR. That's more likely to > catch someone's attention. I had considered doing this, at least for the modules I use, but given the lack of response to my PRs 7421(+update) and 7597-7599 it looked like it would be a wasted effort. Whether it's a matter of all the commiters getting busy at once or just post-2.2.7 release let-down, there have been a lot of ports-related PRs building up over the past few weeks. The p5-*'s are only the most glaring problem. If it's just a case of not enough people with the time to do the work, I'd be willing to help out. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 18:26:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15331 for freebsd-ports-outgoing; Sat, 15 Aug 1998 18:26:19 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1718.on.bellglobal.com [206.172.249.182]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15319 for ; Sat, 15 Aug 1998 18:26:14 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id VAA05493; Sat, 15 Aug 1998 21:25:03 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Sat, 15 Aug 1998 21:25:03 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Bill Fumerola cc: ports@FreeBSD.ORG Subject: Re: bsd.port.mk updates (was: Re: ports/7617:) 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 On Sat, 15 Aug 1998, Bill Fumerola wrote: > > > (http://www.freebsd.org/handbook/porting.html) is always updated with > > Currently being updated. > It's being done so manually . An automated solution is really the right > thing to do. Hehe. Propose a method of doing this. :-) > > > these changes. Also a new page should probaly be made stating recent > > > CHANGES to bsd.port.mk. > > You mean like > > http://www.FreeBSD.ORG/cgi/cvsweb.cgi/src/share/mk/bsd.port.mk ? > > (1) That's a bitch to type (I know.. "so bookmark it") I have it memorized. OTOH, I type fast. :-) > (2) Without a working knowledge of cvsup, no-one thinks to look there. True, but only because people insist on holding onto their fear, uncertainty, and doubt. I wish this would stop. The access point to the cvsweb tree is from http://www.FreeBSD.ORG/support.html, which in turn is accessed from http://www.FreeBSD.ORG/. You don't need anything more than a passing idea of the purpose of cvs in order to use cvsweb. Maybe this should be emphasized on the support.html page? > (3) /handbook/porting.html doesn't mention that. Are you sure? You must not be using the latest and greatest version from ~10 minutes in the future. :-) If you're volunteering to write a page (even a text, non-html page) that lists the latest changes to bsd.port.mk, _AND_ to keep that page up-to-date, I'll happily find a place for it. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 18:35:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16024 for freebsd-ports-outgoing; Sat, 15 Aug 1998 18:35:12 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16014 for ; Sat, 15 Aug 1998 18:35:08 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA232827445; Sat, 15 Aug 1998 20:30:46 -0400 Date: Sat, 15 Aug 1998 20:30:45 -0400 (EDT) From: Bill Fumerola Cc: ports@FreeBSD.ORG Subject: Re: bsd.port.mk updates (was: Re: ports/7617:) 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 On Sat, 15 Aug 1998, Tim Vanderhoek wrote: > On Sat, 15 Aug 1998, Bill Fumerola wrote: > > (3) /handbook/porting.html doesn't mention that. > > Are you sure? You must not be using the latest and greatest > version from ~10 minutes in the future. :-) 1.107 Sun Aug 9 22:20:29 1998 UTC by wosch Evidently not. :> > If you're volunteering to write a page (even a text, non-html > page) that lists the latest changes to bsd.port.mk, _AND_ to keep > that page up-to-date, I'll happily find a place for it. I'd volunteer to work on that and/or a NICE AND COMPLETE explanation of all the (many, poorly documented) Makefile options for ports, given that they were cvsup'able so multiple people could work on it. I'd be willing to head up or at least start something like that. Speaking from the point of a relativly new porter/submitter/contributor/whatever the documentation is foggy sometimes at best and sometimes wrong at worse. It would make ALL our lives easier if these sort of docs existed. For example, count how many ports with NO_CONFIGURE or NO_PATCH we get in the next 6 months... thoughts? anyone? - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 19:45:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19620 for freebsd-ports-outgoing; Sat, 15 Aug 1998 19:45:39 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19615 for ; Sat, 15 Aug 1998 19:45:38 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA259541676; Sat, 15 Aug 1998 21:41:16 -0400 Date: Sat, 15 Aug 1998 21:41:16 -0400 (EDT) From: Bill Fumerola To: ports@FreeBSD.ORG Subject: php3 and modules for it. 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 As I work on a port that requires php3 AND mysql it leads me to an interesting dilemma. I need to compile php3, obviously. My gut feeling says I should make another port for php3 because there are programs other then the one I'm porting that use php3. I need the mysql stuff compiled in to php3 for this port, BUT others may not, or want OTHER modules compiled in (LDAP, SNMP, msql, sybase, etc) so should I make a php3-mysql port and let other make php3-ldap (for example) when they need it? I'd even make ports for all the modules, but that would be 10+ ports. I don't mind the work, but I think that would be a bit much. suggestions? - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 20:10:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22117 for freebsd-ports-outgoing; Sat, 15 Aug 1998 20:10:07 -0700 (PDT) (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 UAA22102 for ; Sat, 15 Aug 1998 20:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27279; Sat, 15 Aug 1998 20:10:01 -0700 (PDT) Received: from feldman.dyn.ml.org (usr10-dialup36.mix2.Boston.mci.net [166.55.69.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA21615 for ; Sat, 15 Aug 1998 20:05:04 -0700 (PDT) (envelope-from green@feldman.dyn.ml.org) Received: (from green@localhost) by feldman.dyn.ml.org (8.9.1/8.9.1) id XAA00823; Sat, 15 Aug 1998 23:04:31 -0400 (EDT) (envelope-from green) Message-Id: <199808160304.XAA00823@feldman.dyn.ml.org> Date: Sat, 15 Aug 1998 23:04:31 -0400 (EDT) From: green@unixhelp.org Reply-To: green@unixhelp.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7626: olvwm port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7626 >Category: ports >Synopsis: olvwm had fatal bug/was also not up-to-date >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 Aug 15 20:10:00 PDT 1998 >Last-Modified: >Originator: Brian Feldman >Organization: human race >Release: FreeBSD 3.0-CURRENT i386 >Environment: current ports tree (after x11 division work) >Description: olvwm will SIGSEGV in its current state (uninitialized char *...); plus, a newer patchlevel is out >How-To-Repeat: cd /usr/ports/x11-wm/olvwm/; make install >Fix: Here, brand-spankin-new port: begin 644 olvwm.port.tar.gz M'XL(`&/ZU#4``^T[:W?:2);Y"K^BVO',`N8A"4D\O.X3#-AAPL,'2.+>R1Q& M2(71L9!82?C1Z?SWO;=*$H(`=GJ,NW>&2K!45;>J;MWW+4F.=7<_*[S9:R&R M4%(4\H9@$=:N086HBJJ()44HE0@1A:)<>D.4_:+%R\+S-9>0-Z[C^+O@[J>4 M6J^!T.L6A_%_8EK4VYL4/)?_10!3107X+\JR?.#_:Y0X_V?&?B@N"H(JR]OY M+RE2H/^B()5DX+\$_]X082_8K)7_M0451!&HN*ID@BU<5D?-25YNM30>0CJ:R/=5D2BF+1,&2]-)8GBJ3K MD[%`*T:Y7-DP4N(CQX905$IE6=`,49R,14$Q5,DP1(-*$Z.HT^0?3:E_S\+U M?XZ+Z/^+,L9_ M!_N__Y++YM1H7M0^MH>G29+,82^.F(]S/UO:F%I_Q[O[J:E/_Y&_-6V#G)V1@>^: M]DT;N]/)DQ\=0G[[+7G"T-@YHNL,'^<4,68@X*4V@GML8L#]K3DQZ(3OJ%T[ M;[9'K<&HWNN<)YF<4\NC3Z-9=V9CAV^,?-V[U]NH_]K+KK%;_R5)DL50_V5% M%%#_%4$^Z/]KE$PF0PRNF5YH`X;3!?F;9A-4:[E:5*L"TV\YB<9B"KH/ MAH)(8E4L516%PV56"]9)1S2Z<"D]'S1&H_@2`JK<#?7#25+;I\^2O^+5HG8:ESB)EO@]DT53V(8Y M8>@&-XE$ZLXQC3082%?7_!2F9GR*:.PI`\..QCG8I&MW=DG]"ZQJOC;6/!H- M`E"D/75=Q]W.77G)W0`R,=!\SEJ)B&I5!CAI.VO%8E:L+%D+5:D8.>1*9;M_/2([0KXZ-,'6&@3V62A"M(;D2V"7=$)J2J(.W5"E%<) M)\<(%\EMK_VY,[IL#H?-Z^'H/?9`LVG3#3TQ<6_71YWF8%"[;`ZP-1@2:R7" MDCXG)#9MX(I'C5ZGUNHFC@*%/]H`L!Q=L^@7.PY= M[_4^M)I$>+BXX(0U)]ME48T1%>%6"%JL*N6JO$,2%36KBDN"8E4)"9H`J6$. MQS"]N>-I%JK1-W)I3LH5T**O8#FRT4\@WTXY03%.,?5$GVI&W;$U7%U#^X8&EYZ(P%DV+*L2IP$L&>7^@M84'<,RK:+ MJ_P4H!BB`6U+1*(%P8"`R:'FS=3/$GVFS;,$"$A=2]/!%IDWMN-B9$0:0$U+ M>R09&(E+7+3:3:1R9F*<,B;(J@`HJ1$;-J.T2ID]HH14XFJ^3:_%I0ARP'6E M%JJB^A)*W1++W0T:'37_:^H<,[`8GJZ;7=V'T!8;&=(S.MNND^4E01C*NX&2;8_G>$?AB M`1'QJ)]*Z5-($3)I`@9'R#(Z07CV:YK;-U$M`]+R"Y-[_[AO9$!%!.-5^F$& MZ'P3]F*6)3^\$]?5_N7]D$QP"RB$?*DH60F,^>_DRY]M2YO8)8E"5A+57>SR MU[?HPQ9=RC_>4O\*>0(5>N<^-J,X]D"C'G M^,LO'.ME&!&T$'&CXSN::ZY'\_H1WWP0>+5-ST]D:KIOWM&Z95+;QY;-8J>4 M2EFE7`S%#@J/Z5)#=\&ST]4XD\MW$L_\7/HPUVPCY2'K>+MWR@2"$:!4@8FC MB'W[Q`'2SYJ8<_-^>WPC2G%6(N`Z'RM5I?1#28<<"W`PG@'&)%#6$ZG,)[A< M+&P]'<3\VY+>@)>=VO55JT&*`I0X.YE$((TRY-)RQIKE;<1-!8JJ966)G5J6 MLFI%B@+2((%FR9%C&3/-NST-ZW/3.-U^@K*P49ON-=-G?%YXI_$C$1P?;UX_ MYF!K@);_9&!B-34MPZ4VRVF(I\,R=OQ`FK%"9*Q0JDHL/@]!XU`"AO#!D?1F MAJEJMA1C&%:CB)1DHEHESQ[$(_@FL6CS#7,P-S:=\ZL^.>^O-(0]BR>%V,-,VG/O=,!>01=VX MSL(V=L.=:_KML^`()!,'7?['++(N0OL8-,WE"*C#:SVB2A:QXE`[8#MJ7J>M^51Q>&$^OCS9?@ MK09XAE)%+0H:T?QMGJ5ANE3WU_H288Z-X_AA(0II`X6@+O2/ M6".$!'@YC<4+W\&,P%&!D\_,?3=+,C9H#5PR8,A&8Q-4Z8PPJ-S/6.-A88A; MR/%5W`+'\@?@AG2[,UU_H5E;N2+%/%4$N\X:L)#R=M;(90@QEM*+575Y.F$` MRN3H7>IM>CF]F%=YA$/NJ(O'7`18S]""-8Y6;/K)DKT^9Q"/)""\(#X3C#0TR#RC"!!T`@H0(W-AVL0 M;J/LB+'3#*B)V%39*$_;?&<\+H*X9;R8_%U2U'^M<\PZ?*!MHN0EYP>FYL00*FKIC;Z>VND)M#KM. M[.+.QP'%4E:.I0-8C70SH#0+"!*0",PAT_G)#)D;NS?TMP&()$V<),F/H MS!%@Q=ORGG/']YW9=YWWIN%/H6^Z[/G_R,K63+NE^(CL^U<>I*I<`F[RUQF0 M"1'L&I@B5R69@ZUO(1.8V>B0$`A4>-OI]9OU^D6[=CDXRS5ZG_DQ;[M((.Y+9B+@6-I+MA"*?]`O$=P-;,L:?T7Q(V+ MFQOJ^>"]GK$&/F+%RR^#3^&*)/=`>C(,#]>-UA]0G\W9;K`YT7IJ]B/86?N6 M.',TV1YY=!:0!-A^GI!S"KBXE($9!LE9#_,9IO(`$DV)H`@09J/75QT8-)\[ M+LZP><-B_B%R5E%R^&I$?ZZD`?( MGN7:QU][5\WNYU;W?:_3_(;/![_;(2X88\$F@=XU'\GUR:96H)!O<8F.ENHZ M9`:I#7I=&Z8G-H6TW$`(YME*L:Q]+WMYU=I M`]VA>#YO=0:O7A28V]37X,_5:>V75XU1L M^S@KOF0%`&P!O/+-*&78.W6.#6,Q"& MVA`W@L^>!N]`3,F7C:0292DKRN7X`[YB5E2B<^;$NPG(@8DA*N!^ MVX&O=2`XR<\T^Y]YUCOX>''1NDYGR"F?_CC5Z@Z&M78;^*`37@.PD'8P^/=, M3R($Z[W.5;\Y&$!?O=/X??FY\-KW_LM_/V_ M3A#D[&>-)][_%<5B*7S_KU@4\/T_22@=OO]XE0*>@MX3=/\>T1W+HCP3#Z-> M`L:LFF!"DGP+^3D_`'#I_RY,EQK5A)P7H;V!T;H.QM;'M@0D.Y#S.&/J\ESG M+?D\=6;0D?!FFDZ3;Z'EN&5422AVV3N(,?@Q?+D@P/\2.\E@3UDT3YN9I/DP M)\&S8O>^@XSA(/HI@#W#NUP1!\TZ`U MQ,:)/Z\6"O`W_P`IP$VAKT`^`ZGUN(`G98DOR<1W("$`/S(8\3-;URLDP87U M:_7A",S:]5F"?T.33%[5AO7W^-[)($1T^9U,(EID_3L8/FR$>QP-AOW6U5DB M-Q>#U@#WXZ_QO7Q+)O$MK2'\FOVSQ-@U-7M"\1S??C=U_)EF6GG=F263X"+! M,T/$T$"BW(%]_?(E7X1?]?CK5:\_'(#1_E9`:OF00=Z:OE=@4#F,=)+=WNAS M_\/@XSE`G24>J9?\.&B.6IW:AR:O)O.1\1Y[1IZ%D[/;@_7^TY?@_>_;FSU^ M`_QCWW^JZ!%$Z?#]YZN4)?\AJ.M`WKJ'-9[Z_H?@^__@_B51+DE%YO]%]?#] MSZN4WIS:;<>Y)9^"4W/^B#!X*.F2@P7_]RY+_8<4KM[?RQI/Z;\LA=]_@_I# MR,>^_Q0.^O\:I<>>[*7P+(FT>[T/:T_/0CN0QH=PFDU:]7J]`XG";&Z9>)*X M"I7$DT3+I`:F#63A4>CWI^S9'$OI21!;Y@EI^3BC05WS#L%=9\;>OK\))I_;5Z76E3S*,P[G,*TX8-*9Y+D3RZA#8\C#`*-86<1W[WX?HK_,(.W MU/^K-J0=>UGC*?T7\9L_55!$519%F<5_I=+A^[]7*6/3+O#T'C_?F5)KSJMY M_/`N"7I7@)\8M(GYFU_7VER=M_[1^SB40SF40SF40SF4YY?_`^JAFI\`4``` ` end >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 Sat Aug 15 20:14:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22782 for freebsd-ports-outgoing; Sat, 15 Aug 1998 20:14:15 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1718.on.bellglobal.com [206.172.249.182]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22759 for ; Sat, 15 Aug 1998 20:14:11 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id XAA05634; Sat, 15 Aug 1998 23:13:06 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Sat, 15 Aug 1998 23:13:06 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Bill Fumerola cc: ports@FreeBSD.ORG Subject: Re: bsd.port.mk updates (was: Re: ports/7617:) 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 On Sat, 15 Aug 1998, Bill Fumerola wrote: > > If you're volunteering to write a page (even a text, non-html > > page) that lists the latest changes to bsd.port.mk, _AND_ to keep > > that page up-to-date, I'll happily find a place for it. > > I'd volunteer to work on that and/or a NICE AND COMPLETE explanation of > all the (many, poorly documented) Makefile options for ports, given that One of the frequent ports committers could probably comment on what would be most useful (steve, mph, vanilla?). You have no idea how much I would like to take porting.sgml, rip it up, rewrite, and put it back together into a nice, much sexier, document... I'm not entirely sure how porting.sgml should be rewritten (if I was sure, doing the rewriting would be easy! :), but I am sure that a reference document such as you suggest would be useful. Some of the variables that ports _can_ use are undocumented intentionally. If you do write such a document, be careful to avoid documenting these variables. There is, of course, no agreement on what these variables are, so use your judgement. :) One slight aggravation is that ports documentation is getting increasingly spread-out. See the BUGS section of ports(7) for list... I prefer spreading it out further to smacking it ontop of porting.sgml. A reference might be better written in the form of - Ports that require uids [stuff ripped from porting.sgml inserted here, after rewriting, etc. :-] - Ports that need PATCHFILES from different PATCH_SITES [more writing] - Ports that need to use /var/run [...] - Ports that need different PLISTs depending on their configuartion [...] - Ports that can't fetch their distfile automatically [...] - Ports that supply "info" documentation [rip and rewrite from porting.sgml] - Ports that add a module to Apache [...] - Use your imagination here... :-) With the items being ordered from least arcane to most arcane. I hesitate to use the term FAQ since that implies a question and answer format which I fund ugly and cumbersome. The assorted bsd.port.mk variables are somewhat documented in bsd.port.mk. Something that documents by name each more carefully (or more verbosely, at least ;-) would be useful. Perhaps a similar reference for each element or file found in a port. Eg. - pkg/PLIST [lengthy description of the ideal PLIST] - pkg/DESCR [lengthy description of the ideal DESCR] - pkg/COMMENT [...] - files/md5 [...] Hmm... Use your imagination. :-) > they were cvsup'able so multiple people could work on it. I'd be willing > to head up or at least start something like that. Well, obviously I can't promise that any other people would work on it. Putting it under the main FreeBSD cvs tree is no problem. In fact, we generally prefer that. In case you haven't noticed, we have enough trouble keeping our existing documentation up-to-date, so at least a good-faith agreement to try and save if from becoming just more misleading and wrong documentation would be nice... An ideal submission would be in DocBook. :) LinuxDoc would probably be converted to DocBook by the ever-energetic nik. :) A plain-text document is probably not a problem, either, but couldn't be added to the handbook. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 22:29:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02734 for freebsd-ports-outgoing; Sat, 15 Aug 1998 22:29:08 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from monsoon.dial.pipex.net (monsoon.dial.pipex.net [158.43.128.69]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA02729 for ; Sat, 15 Aug 1998 22:29:06 -0700 (PDT) (envelope-from pierre.dampure@k2c.co.uk) Received: (qmail 26380 invoked from network); 16 Aug 1998 05:28:34 -0000 Received: from usern588.uk.uudial.com (HELO k2c.co.uk) (193.149.85.113) by smtp.dial.pipex.com with SMTP; 16 Aug 1998 05:28:34 -0000 Message-ID: <35D66D36.45F7384C@k2c.co.uk> Date: Sun, 16 Aug 1998 06:25:10 +0100 From: "Pierre Y. Dampure" Organization: K2C Limited X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Perl 5.0005 Port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A minor glitch... under -current, it would seem that the latest Perl 5 port fails the test suite when compiled with threading enabled (I know, it's not in the port Makefile, I tried anyway). More specifically, it would seem one of the threads created returns out of order. Any clues as to what's happening? Best Regards, Pierre Y. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 15 22:30:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02873 for freebsd-ports-outgoing; Sat, 15 Aug 1998 22:30:05 -0700 (PDT) (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 WAA02866 for ; Sat, 15 Aug 1998 22:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA29875; Sat, 15 Aug 1998 22:30:01 -0700 (PDT) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-17.fwi.com [209.84.172.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02395 for ; Sat, 15 Aug 1998 22:20:19 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id AAA15359 for ; Sun, 16 Aug 1998 00:18:53 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.1/8.9.1) id AAA21130; Sun, 16 Aug 1998 00:18:53 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199808160518.AAA21130@emerson.gelemna.ft-wayne.in.us> Date: Sun, 16 Aug 1998 00:18:53 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7627: Update news/inn port for the new perl5 and man schemes. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7627 >Category: ports >Synopsis: Update news/inn port for the new perl5 and man schemes. >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 Aug 15 22:30:00 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Not my port, but in company with PRs 7597 and 7598 it gets all of the perl5-using news ports updated. Fixing the PLISTs for the rest of ports/news isn't something that needs to be done immediately. >How-To-Repeat: >Fix: Apply this patch: diff -ruN inn.old/Makefile inn/Makefile --- inn.old/Makefile Wed Feb 11 12:58:27 1998 +++ inn/Makefile Sat Aug 15 23:23:57 1998 @@ -22,7 +22,8 @@ USE_TCL?= DONT USE_PERL5?= DONT -SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5} +SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5}\ + PERL_VERSION=${PERL_VERSION} NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ diff -ruN inn.old/files/config.data inn/files/config.data --- inn.old/files/config.data Wed Feb 11 13:02:45 1998 +++ inn/files/config.data Sat Aug 15 23:11:00 1998 @@ -559,7 +559,7 @@ _PATH_EGREP /usr/bin/egrep ## Where perl lives #### =()<_PATH_PERL @<_PATH_PERL>@>()= -_PATH_PERL !!PREFIX!!/bin/perl5.00404 +_PATH_PERL !!PREFIX!!/bin/perl!!USEPERL5VER!! ## Where awk lives #### =()<_PATH_AWK @<_PATH_AWK>@>()= _PATH_AWK /usr/bin/awk diff -ruN inn.old/pkg/PLIST inn/pkg/PLIST --- inn.old/pkg/PLIST Sun Jan 25 16:41:03 1998 +++ inn/pkg/PLIST Sat Aug 15 20:45:16 1998 @@ -6,72 +6,6 @@ include/libinn.h include/qio.h lib/libinn.a -man/man1/getlist.1.gz -man/man1/grephistory.1.gz -man/man1/inews.1.gz -man/man1/innconfval.1.gz -man/man1/installit.1.gz -man/man1/nntpget.1.gz -man/man1/rnews.1.gz -man/man1/shrinkfile.1.gz -man/man1/subst.1.gz -man/man1/convdate.1.gz -man/man1/shlock.1.gz -man/man3/dbz.3.gz -man/man3/inndcomm.3.gz -man/man3/libinn.3.gz -man/man3/parsedate.3.gz -man/man3/qio.3.gz -man/man3/wildmat.3.gz -man/man3/clientlib.3.gz -man/man5/active.5.gz -man/man5/distrib.pats.5.gz -man/man5/expire.ctl.5.gz -man/man5/history.5.gz -man/man5/hosts.nntp.5.gz -man/man5/inn.conf.5.gz -man/man5/innwatch.ctl.5.gz -man/man5/moderators.5.gz -man/man5/newsfeeds.5.gz -man/man5/newslog.5.gz -man/man5/nntpsend.ctl.5.gz -man/man5/overview.fmt.5.gz -man/man5/passwd.nntp.5.gz -man/man5/control.ctl.5.gz -man/man5/nnrp.access.5.gz -man/man8/archive.8.gz -man/man8/batcher.8.gz -man/man8/buffchan.8.gz -man/man8/crosspost.8.gz -man/man8/ctlinnd.8.gz -man/man8/expire.8.gz -man/man8/expireover.8.gz -man/man8/expirerm.8.gz -man/man8/fastrm.8.gz -man/man8/filechan.8.gz -man/man8/inncheck.8.gz -man/man8/innd.8.gz -man/man8/innlog.pl.8.gz -man/man8/innwatch.8.gz -man/man8/innxbatch.8.gz -man/man8/innxmit.8.gz -man/man8/makeactive.8.gz -man/man8/makehistory.8.gz -man/man8/nnrpd.8.gz -man/man8/news.daily.8.gz -man/man8/newslog.8.gz -man/man8/nntpsend.8.gz -man/man8/overchan.8.gz -man/man8/prunehistory.8.gz -man/man8/scanlogs.8.gz -man/man8/tally.control.8.gz -man/man8/writelog.8.gz -man/man8/actsync.8.gz -man/man8/cvtbatch.8.gz -man/man8/innstat.8.gz -man/man8/news-recovery.8.gz -man/man8/newsrequeue.8.gz -man/man8/tally.unwanted.8.gz sbin/innd sbin/inndstart sbin/in.nnrpd diff -ruN inn.old/scripts/configure inn/scripts/configure --- inn.old/scripts/configure Wed Feb 11 12:58:29 1998 +++ inn/scripts/configure Sat Aug 15 23:33:23 1998 @@ -15,8 +15,8 @@ [ 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.00404/CORE -[ x$USE_PERL5 = xDO ] && USE_PERL5LIB="-L/usr/local/lib/perl5/i386-freebsd/5.00404/CORE -lperl -lm" +[ x$USE_PERL5 = xDO ] && USE_PERL5INC=-I/usr/local/lib/perl5/${PERL_VERSION}/i386-freebsd/CORE +[ x$USE_PERL5 = xDO ] && USE_PERL5LIB="-L/usr/local/lib/perl5/${PERL_VERSION}/i386-freebsd/CORE -lperl -lm" cat >/tmp/tmp.inn.sed.$$ << --EOF-- s+!!NEWSSPOOL!!+$NEWSDIR+g @@ -27,6 +27,7 @@ s+!!USETCLINC!!+$USE_TCLINC+g s+!!USETCLLIB!!+$USE_TCLLIB+g s+!!USEPERL5!!+$USE_PERL5+g +s+!!USEPERL5VER!!+$PERL_VERSION+g s+!!USEPERL5INC!!+$USE_PERL5INC+g s+!!USEPERL5LIB!!+$USE_PERL5LIB+g --EOF-- >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message