From owner-freebsd-ports Sun Jul 28 2:20:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C17E537B401 for ; Sun, 28 Jul 2002 02:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09EEC43E4A for ; Sun, 28 Jul 2002 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6S9K1JU064773 for ; Sun, 28 Jul 2002 02:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6S9K13W064772; Sun, 28 Jul 2002 02:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE1A37B400 for ; Sun, 28 Jul 2002 02:18:54 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D9A43E3B for ; Sun, 28 Jul 2002 02:18:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6S9IrOT096261 for ; Sun, 28 Jul 2002 02:18:53 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6S9IrQY096260; Sun, 28 Jul 2002 02:18:53 -0700 (PDT) Message-Id: <200207280918.g6S9IrQY096260@www.freebsd.org> Date: Sun, 28 Jul 2002 02:18:53 -0700 (PDT) From: Knyghtmare To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41082: New port: emulators/dosbox - emulator of a PC running DOS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41082 >Category: ports >Synopsis: New port: emulators/dosbox - emulator of a PC running DOS >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 Jul 28 02:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Knyghtmare >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD knyghtmare.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jul 16 21:23:51 BST 2002 knyghtmare@knyghtmare.com:/usr/obj/usr/src/sys/KNYGHTMARE.COM i386 >Description: DOSBox is an emulator of a PC with dos. The main focus of this project is emulating old dos games using the local file system for files. >How-To-Repeat: >Fix: --- dosbox.shar begins here --- # 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: # # dosbox # dosbox/Makefile # dosbox/distinfo # dosbox/pkg-comment # dosbox/pkg-plist # dosbox/pkg-descr # dosbox/files # dosbox/files/patch-ab # dosbox/files/patch-ac # dosbox/files/patch-aa # echo c - dosbox mkdir -p dosbox > /dev/null 2>&1 echo x - dosbox/Makefile sed 's/^X//' >dosbox/Makefile << 'END-of-dosbox/Makefile' X# New ports collection makefile for: dosbox X# Date created: 28 July 2002 X# Whom: Tom Carrick X# X# $FreeBSD$ X# X XPORTNAME= dosbox XPORTVERSION= 0.50 XCATEGORIES= emulators XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= Tom Carrick X XLIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 X XSDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config X XGNU_CONFIGURE= yes XCONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/${PORT NAME} X X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} X.endif X Xpost-install: X @${ECHO_CMD} "=================================================" X @${ECHO_CMD} "Be sure to read the README for usage instructions" X @${ECHO_CMD} "located in /usr/local/share/doc/dosbox by default" X @${ECHO_CMD} "=================================================" X X.include END-of-dosbox/Makefile echo x - dosbox/distinfo sed 's/^X//' >dosbox/distinfo << 'END-of-dosbox/distinfo' XMD5 (dosbox-0.50.tar.gz) = 83b2b706f306410c258867a48f610181 END-of-dosbox/distinfo echo x - dosbox/pkg-comment sed 's/^X//' >dosbox/pkg-comment << 'END-of-dosbox/pkg-comment' XAn emulator of a PC with DOS END-of-dosbox/pkg-comment echo x - dosbox/pkg-plist sed 's/^X//' >dosbox/pkg-plist << 'END-of-dosbox/pkg-plist' Xbin/dosbox X%%PORTDOCS%%share/doc/dosbox/README X%%PORTDOCS%%@dirrm share/doc/dosbox END-of-dosbox/pkg-plist echo x - dosbox/pkg-descr sed 's/^X//' >dosbox/pkg-descr << 'END-of-dosbox/pkg-descr' XDOSBox is an emulator of a PC with dos. XThe main focus of this project is emulating old dos games using the Xlocal file system for files. X XCurrently emulated is: X Xo CPU:286/386 realmode Xo GFX:VGA/EGS/CGA Xo SND:PC-Speaker/Tandy 3-Voice/Adlib/SoundBlaster Xo MSC:Keyboard/Mouse Xo DOS:Director FileSystem/XMS/EMS X X XWWW: http://dosbox.zophar.net/ END-of-dosbox/pkg-descr echo c - dosbox/files mkdir -p dosbox/files > /dev/null 2>&1 echo x - dosbox/files/patch-ab sed 's/^X//' >dosbox/files/patch-ab << 'END-of-dosbox/files/patch-ab' X--- src/gui/sdlmain.cpp.orig Sun Jul 28 08:27:31 2002 X+++ src/gui/sdlmain.cpp Sun Jul 28 08:28:30 2002 X@@ -18,8 +18,8 @@ X X #include X #include X-#include X-#include X+#include X+#include X #include "dosbox.h" X #include "video.h" X #include "keyboard.h" X@@ -510,4 +510,4 @@ X X X return 0; X-}; X+}; END-of-dosbox/files/patch-ab echo x - dosbox/files/patch-ac sed 's/^X//' >dosbox/files/patch-ac << 'END-of-dosbox/files/patch-ac' X--- src/hardware/mixer.cpp.orig Sun Jul 28 08:27:26 2002 X+++ src/hardware/mixer.cpp Sun Jul 28 08:28:50 2002 X@@ -22,7 +22,7 @@ X */ X X #include X-#include X+#include X #include "dosbox.h" X #include "mixer.h" X #include "timer.h" END-of-dosbox/files/patch-ac echo x - dosbox/files/patch-aa sed 's/^X//' >dosbox/files/patch-aa << 'END-of-dosbox/files/patch-aa' X--- include/timer.h.orig Sun Jul 28 08:27:36 2002 X+++ include/timer.h Sun Jul 28 08:28:11 2002 X@@ -19,7 +19,7 @@ X #ifndef _TIMER_H_ X #define _TIMER_H_ X /* underlying clock rate in HZ */ X-#include X+#include X X extern Bit32u LastTicks; X #define GetTicks() SDL_GetTicks() END-of-dosbox/files/patch-aa exit --- dosbox.shar ends here --- >Release-Note: >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 Jul 28 4: 0:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD40337B400 for ; Sun, 28 Jul 2002 04:00:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB6F43E31 for ; Sun, 28 Jul 2002 04:00:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SB0IJU077177 for ; Sun, 28 Jul 2002 04:00:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SB0Iri077176; Sun, 28 Jul 2002 04:00:18 -0700 (PDT) Date: Sun, 28 Jul 2002 04:00:18 -0700 (PDT) Message-Id: <200207281100.g6SB0Iri077176@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Matthew D. Fuller" Subject: Re: ports/40844: Syntax error on german/BBBike/Makefile Reply-To: "Matthew D. Fuller" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/40844; it has been noted by GNATS. From: "Matthew D. Fuller" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/40844: Syntax error on german/BBBike/Makefile Date: Sun, 28 Jul 2002 05:54:30 -0500 > >Description: > german/BBBike/Makefile has a syntax error which causes it to bomb out > (which, among other things, breaks my 'make readmes'). Can somebody take a look at this? 'make readmes' takes long enough, without bombing out partway through on a Make syntax mis-throw. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 6: 8:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85BEB37B406 for ; Sun, 28 Jul 2002 06:08:56 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC45543E6E for ; Sun, 28 Jul 2002 06:08:54 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 72270 invoked from network); 28 Jul 2002 13:19:56 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 28 Jul 2002 13:19:56 -0000 Message-ID: <3D43EC3A.D0B8E710@liwing.de> Date: Sun, 28 Jul 2002 15:06:02 +0200 From: Jens Rehsack Organization: LiWing IT-Services X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Patrick Li Cc: freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/41045: Build www/mod_php4 with --enable-track-vars and --enable-force-cgi-redirect References: <200207271521.g6RFLoBb071073@freefall.freebsd.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Patrick Li wrote: > > Synopsis: Build www/mod_php4 with --enable-track-vars and --enable-force-cgi-redirect > > Responsible-Changed-From-To: freebsd-ports->dirk > Responsible-Changed-By: pat > Responsible-Changed-When: Sat Jul 27 08:21:36 PDT 2002 > Responsible-Changed-Why: > Over to maintainer Sorry for interferring, but the PHP4 developers remove this flag from being set by default in good intend to increase web-server- / script-security. If "enable-track-vars" required to be true I recommend modifying the corresponding option in "php.ini". I strongly recommend closing this PR. Jens Rehsack > http://www.freebsd.org/cgi/query-pr.cgi?pr=41045 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g Friesenstraße 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 6:25:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04FAA37B400 for ; Sun, 28 Jul 2002 06:25:16 -0700 (PDT) Received: from ims21.stu.nus.edu.sg (ims21.stu.nus.edu.sg [137.132.14.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B5643E5E for ; Sun, 28 Jul 2002 06:25:14 -0700 (PDT) (envelope-from eng11047@nus.edu.sg) Received: from mbxsrv23.stu.nus.edu.sg ([137.132.14.233]) by ims21.stu.nus.edu.sg with Microsoft SMTPSVC(5.0.2195.4905); Sun, 28 Jul 2002 21:25:08 +0800 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/related; boundary="----_=_NextPart_001_01C2363A.3150F8C1"; type="multipart/alternative" x-mimeole: Produced By Microsoft Exchange V6.0.5762.3 Subject: Date: Sun, 28 Jul 2002 21:25:08 +0800 Message-ID: X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Index: AcI2OjEbZIVCOqJwEdaSIADgTDk1JQ== From: "Yeow Teck Ong" To: X-OriginalArrivalTime: 28 Jul 2002 13:25:08.0536 (UTC) FILETIME=[31721B80:01C2363A] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C2363A.3150F8C1 Content-Type: multipart/alternative; boundary="----_=_NextPart_002_01C2363A.3150F8C1" ------_=_NextPart_002_01C2363A.3150F8C1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable =20 =20 __________________________________________________________________ yeow teck ong ICQ#: 126865411 Current ICQ status: =20 =20 * More ways to contact me =20 i See more about me: =20 __________________________________________________________________ =20 ------_=_NextPart_002_01C2363A.3150F8C1 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

 

 

_______________________________________________________= ___________
yeow teck ong
ICQ#: 
126865411<= /font>

Current ICQ status:  

+  More ways to contact me
i=  See more about me:
______________________________________________= ____________________

 

=00 ------_=_NextPart_002_01C2363A.3150F8C1-- ------_=_NextPart_001_01C2363A.3150F8C1 Content-Type: image/gif; name="image001.gif" Content-Transfer-Encoding: base64 Content-ID: Content-Description: image001.gif Content-Location: image001.gif R0lGODlhDwAQAJEAAH9/fwAAAP///wAAACH5BAAAAAAALAAAAAAPABAAAAI5lC8RyLew1DIqCQAr tPJmH13ahk3Wp03Ss3bnR4mqscXY1qpPtuctyJLFEqxdrVLsMSJM4rLimBQAADsA ------_=_NextPart_001_01C2363A.3150F8C1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 6:30:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDD4737B400 for ; Sun, 28 Jul 2002 06:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1996443E5E for ; Sun, 28 Jul 2002 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SDU1JU009452 for ; Sun, 28 Jul 2002 06:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SDU1uc009451; Sun, 28 Jul 2002 06:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0A737B400 for ; Sun, 28 Jul 2002 06:27:23 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546A643E3B for ; Sun, 28 Jul 2002 06:27:23 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SDRMOT034996 for ; Sun, 28 Jul 2002 06:27:22 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6SDRMK6034993; Sun, 28 Jul 2002 06:27:22 -0700 (PDT) Message-Id: <200207281327.g6SDRMK6034993@www.freebsd.org> Date: Sun, 28 Jul 2002 06:27:22 -0700 (PDT) From: KIMURA Shigekazu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41084: New Ports / archivers/untar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41084 >Category: ports >Synopsis: New Ports / archivers/untar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sun Jul 28 06:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KIMURA Shigekazu >Release: FreeBSD-4.6.1-RELEASE >Organization: >Environment: FreeBSD localhost.zero.ad.jp 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #0: Mon Jul 22 22:04:26 JST 2002 root@localhost.zero.ad.jp:/d3/obj/d3/src/sys/ZEPHYRUS i386 >Description: begin 644 untar.tar.gz M'XL(`'.J/ST"`^U86V^;2!CUJ^=7?*KST.[*W`PXCI9MB(TC6M\$9.MJM;*X M##8U!C1`V[C*?^^`[21-M=N7C:,V+JX/\WAB@(JBS_._^R)#_@ M7^XH0@,$QO^CH]4\L`YA2J!FOBUR,FHUA[0^)!A?V(/VWW+G'VY.@\XJRN&V MRR<2%05.P+N&:OT@2D#L]7IXQRAULPRAN;\M<:7.>'CU'=C=&%.!J;U6H.[&.]%"4+] MX4B_M'_7H#U8S*:V.5_8TRNK;Z#1X+:%DEQ$/FK=#R'$18D?EP&&/[P\X#*2 M+KG-^D_4>$;8Z?]`Z..,\0/]BX+X4/^2V)&8_H^B?YC@3Y"EI,C!3^,8^T64 M)K"Y9PIG%4D[Q;9@X!88?(+I)3B[W;\I@6_*&"1!D&C.NU6ZN6L[8.N6=%=7 MNNE@KZ(E7KO;\A5JT;N<[+WGA-;0;&HY$WUL M[.VBKO]E6+8YI991V55?=XS+J64:U%%)Y^C^./4IJBW?66_OJ@GK7WMPR@MN96_BK,]0\ M/_G2G]W`R9?JQC3EAM_;(0U5_:S^S;VDH3DR[#KKVZWZ+OFVH1[9G-B./AHM MJ+'.],MJ:78S>.![]&<^.]]CN.__V7K9]M/-!B?%\?T?0%5K_U>I?PBJ4/F_ MHJK,_X^!$3V?Y;SQN2"N3[>`^H\`A"3=@`LO?N.*Y?8%T',@+5:EO;,RI_@% M]1_@W'^<)_R'^A<[#\]_$CO_'0=P=[AC8GC6^L]BNA4\D?ZE[_2ORDS_QX`7 M)3R3_W/7?_66+DK"M/$T^E?%[][_=!6F_V-@/%#@Y?Z=PRO00`K#7AA@I1.& IBM#S%%D6I5#I>M*I)(:GIQ*S"08&!@8&!@8&!H:?%U\!_X3#2@`H```` ` end >How-To-Repeat: >Fix: >Release-Note: >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 Jul 28 7: 4:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9315337B400; Sun, 28 Jul 2002 07:04:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482FD43E31; Sun, 28 Jul 2002 07:04:53 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SE4rJU020556; Sun, 28 Jul 2002 07:04:53 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SE4qMZ020552; Sun, 28 Jul 2002 07:04:52 -0700 (PDT) Date: Sun, 28 Jul 2002 07:04:52 -0700 (PDT) From: Anders Nordby Message-Id: <200207281404.g6SE4qMZ020552@freefall.freebsd.org> To: aries@mindworks.hu, anders@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40920: a new port: gtktalog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: a new port: gtktalog State-Changed-From-To: open->closed State-Changed-By: anders State-Changed-When: Sun Jul 28 06:57:32 PDT 2002 State-Changed-Why: Port already exists in ports/misc/gtktalog. http://www.freebsd.org/cgi/query-pr.cgi?pr=40920 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 7:35:15 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A2E37B400 for ; Sun, 28 Jul 2002 07:35:10 -0700 (PDT) Received: from hardtime.linuxman.net (hardtime.linuxman.net [66.147.26.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48FBA43E31 for ; Sun, 28 Jul 2002 07:35:09 -0700 (PDT) (envelope-from fullermd@over-yonder.net) Received: from mortis.over-yonder.net (localhost [127.0.0.1]) by hardtime.linuxman.net (8.11.6/8.11.6) with ESMTP id g6SDpRj23005; Sun, 28 Jul 2002 08:51:28 -0500 Received: by mortis.over-yonder.net (Postfix, from userid 100) id 1A8141F04; Sun, 28 Jul 2002 09:35:05 -0500 (CDT) Date: Sun, 28 Jul 2002 09:35:05 -0500 From: "Matthew D. Fuller" To: Christian Weisgerber Cc: ports@freebsd.org Subject: Re: ports/40844: Syntax error on german/BBBike/Makefile Message-ID: <20020728143505.GJ810@over-yonder.net> References: <200207281100.g6SB0Iri077176@freefall.freebsd.org> <200207281351.g6SDp5LX011426@kemoauc.mips.inka.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207281351.g6SDp5LX011426@kemoauc.mips.inka.de> User-Agent: Mutt/1.4i-fullermd.1 X-Editor: vi X-OS: FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 28, 2002 at 03:51:05PM +0200 I heard the voice of Christian Weisgerber, and lo! it spake thus: > In article <200207281100.g6SB0Iri077176@freefall.freebsd.org> you write: > > > > >Description: > > > german/BBBike/Makefile has a syntax error which causes it to bomb out > > > (which, among other things, breaks my 'make readmes'). > > > > Can somebody take a look at this? > > I cannot reproduce your problem. There is no syntax error. Hm. OK, so what's wrong here? mortis:/usr/ports/german/BBBike root% cvs stat Makefile =================================================================== File: Makefile Status: Up-to-date Working revision: 1.11 Sun Jul 28 14:31:12 2002 Repository revision: 1.11 /usr/cvs/ports/german/BBBike/Makefile,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) mortis:/usr/ports/german/BBBike root% make "/usr/ports/german/BBBike/Makefile", line 24: warning: String comparison operator should be either == or != "/usr/ports/german/BBBike/Makefile", line 24: Malformed conditional (!defined(PERL_VERSION) || ${PERL_VERSION} <= 5.00503) "/usr/ports/german/BBBike/Makefile", line 26: if-less endif "/usr/ports/german/BBBike/Makefile", line 26: Need an operator make: fatal errors encountered -- cannot continue mortis:/usr/ports/german/BBBike root% All my /usr/ports/Mk/ files are Up-to-date as well. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 8: 0:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 550EC37B400 for ; Sun, 28 Jul 2002 08:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A86643E5E for ; Sun, 28 Jul 2002 08:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SF08JU028428 for ; Sun, 28 Jul 2002 08:00:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SF08Ec028427; Sun, 28 Jul 2002 08:00:08 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F9D37B405 for ; Sun, 28 Jul 2002 07:55:38 -0700 (PDT) Received: from ooblick.com (max2k-186.his.com [216.194.203.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id B363F43E42 for ; Sun, 28 Jul 2002 07:52:44 -0700 (PDT) (envelope-from arensb@ooblick.com) Received: (from arensb@localhost) by baa.ooblick.com (8.11.6/8.11.6) id g6SEl4R19756; Sun, 28 Jul 2002 10:47:04 -0400 (EDT) (envelope-from arensb) Message-Id: <200207281447.g6SEl4R19756@baa.ooblick.com> Date: Sun, 28 Jul 2002 10:47:04 -0400 (EDT) From: Andrew &urger Reply-To: Andrew &urger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41085: palm/coldsync broken under FreeBSD 4.5 and above Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41085 >Category: ports >Synopsis: palm/coldsync broken under FreeBSD 4.5 and above >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 28 08:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andrew &urger >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: FreeBSD 4.6 (sorry, I don't have access to a machine that explicitly exhibits the problem). REINPLACE_CMD in ports Makefiles should be 'sed' (not Perl). >Description: I just got the following message: From: Derik van Zuetphen To: arensb+freebsd-ports@ooblick.com Subject: FreeBSD Port: coldsync-2.1.3_3 Hello, I just noticed that your Coldsync Port is broken on FreeBSD 4.6. Error message after make: Extracting for coldsync-2.1.3_3 >> Checksum OK for coldsync-2.1.3.tar.gz. ===> coldsync-2.1.3_3 depends on shared library: intl.2 - found ===> Patching for coldsync-2.1.3_3 ===> Applying FreeBSD patches for coldsync-2.1.3_3 /usr/bin/sed -i.bak -e 's,udi\.(\S+),udi.udi_\1,g;' -e 's,ur\.(\S+),ur.ucr_\1,g;' /usr/ports/palm/coldsync/work/coldsync-2.1.3/configure /usr/ports/palm/coldsync/work/coldsync-2.1.3/libpconn/PConnection_usb.c sed: 1: "s,udi\.(\S+),udi.udi_\1 ...": \1 not defined in the RE *** Error The problem lies in the post-patch target in the Makefile. The relevant lines are: ${REINPLACE_CMD} -e 's,udi\.(\S+),udi.udi_\1,g;' \ -e 's,ur\.(\S+),ur.ucr_\1,g;' \ I've confirmed under FreeBSD 4.4 that if REINPLACE_CMD is 'sed', then this will not work as expected, since by default sed wants "\(" and "\)" instead of "(" and ")", and doesn't understand "\S". This target does work as expected if REINPLACE_CMD is 'perl -p'. >How-To-Repeat: % cd /usr/ports/palm/coldsync % make >Fix: From the original message: To fix: Add a -E after the sed call in Makefile: % diff Makefile Makefile.orig 41c41 < ${REINPLACE_CMD} -E -e 's,udi\.(\S+),udi.udi_\1,g;' \ --- > ${REINPLACE_CMD} -e 's,udi\.(\S+),udi.udi_\1,g;' \ >Release-Note: >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 Jul 28 8:58:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E6137B400 for ; Sun, 28 Jul 2002 08:58:30 -0700 (PDT) Received: from silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp (IP1A0644.kng.mesh.ad.jp [211.13.34.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E0B743E88 for ; Sun, 28 Jul 2002 08:58:24 -0700 (PDT) (envelope-from tanimura@r.dl.itc.u-tokyo.ac.jp) Received: from silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp (localhost [127.0.0.1]) by silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp (8.12.5/3.7W-carrots-Keikyu-Kurihama) with ESMTP id g6SFvu7Y004074 ; Mon, 29 Jul 2002 00:57:59 +0900 (JST) Message-Id: <200207281557.g6SFvu7Y004074@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp> Date: Mon, 29 Jul 2002 00:57:55 +0900 From: Seigo Tanimura To: Alan E Cc: Seigo Tanimura , FreeBSD Ports List Subject: Re: troubles with the FAM port In-Reply-To: <20020727162242.GA82166@wwweasel.geeksrus.net> References: <200207181631.g6IGVLJ1037421@250-217.customer.cloud9.net> <20020718182425.GA41703@wwweasel.geeksrus.net> <200207270421.g6R4LZ3K046239@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp> <20020727162242.GA82166@wwweasel.geeksrus.net> User-Agent: Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Digital Library Research Division, Information Techinology Centre, The University of Tokyo MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 27 Jul 2002 12:22:42 -0400, Alan E said: Alan> 1. What is the standard compiler for ports on -current? I understand that the portbld gcc31 is the standard one for C++ at the moment. I could ifdef the gcc31-dependent part in the patch, though. Alan> 2. What affect does all this assert code have on -stable compilation? I Alan> believe it's ifdef'd out, which is good. The ifdef in the __assert() code detects the number of __assert() arguments. __assert() of current takes 4 arguments, while that of stable takes only 3. RCS file: /home/ncvs/src/lib/libc/gen/assert.c,v ---------------------------- revision 1.3 date: 2001/10/24 18:12:18; author: asmodai; state: Exp; lines: +10 -5 Add __FBSDID. Change __assert() function to print failing function name. #if 0 the sccsid block. This makes us C99 conforming. ---------------------------- Alternatively, it could be done in configure. Alan> 3. Whose idea was it to have asserts go to syslog? The original source. Alan> 3a. How well has this been tested? I tried to use fam via nautilus, but I have seen no assertion failure yet, so not sure if assertion via syslog works. Alan> 3b, What happens if syslogd is down? Syslog messages are discarded until you run another syslogd process. -- Seigo Tanimura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 9:30:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F49837B400 for ; Sun, 28 Jul 2002 09:30:43 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F3743E65 for ; Sun, 28 Jul 2002 09:30:42 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17YqwK-00013G-02; Sun, 28 Jul 2002 18:30:40 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6SGN2hn075544 for ; Sun, 28 Jul 2002 18:23:02 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6SGN2gO075543 for freebsd-ports@freebsd.org; Sun, 28 Jul 2002 18:23:02 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: ports/40844: Syntax error on german/BBBike/Makefile Date: Sun, 28 Jul 2002 16:23:01 +0000 (UTC) Message-ID: References: <200207281100.g6SB0Iri077176@freefall.freebsd.org> <200207281351.g6SDp5LX011426@kemoauc.mips.inka.de> <20020728143505.GJ810@over-yonder.net> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Matthew D. Fuller wrote: > Hm. OK, so what's wrong here? > "/usr/ports/german/BBBike/Makefile", line 24: Malformed conditional > (!defined(PERL_VERSION) || ${PERL_VERSION} <= 5.00503) Well, obviously your make thinks that the expansion of ${PERL_VERSION} is a string. What does "make -V PERL_VERSION" say on your system? On an up-to-date current it's 5.6.1. I agree that this value isn't a well-formed number, but it's good enough for make. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 9:38:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DF4A37B400 for ; Sun, 28 Jul 2002 09:38:29 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6750743E4A for ; Sun, 28 Jul 2002 09:38:28 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g6SGbaFG005904; Sun, 28 Jul 2002 12:37:36 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g6SGbZ4b005902; Sun, 28 Jul 2002 12:37:35 -0400 (EDT) (envelope-from alane) Date: Sun, 28 Jul 2002 12:37:33 -0400 From: Alan E To: Seigo Tanimura Cc: Alan E , FreeBSD Ports List Subject: Re: troubles with the FAM port Message-ID: <20020728163732.GA5503@wwweasel.geeksrus.net> References: <200207181631.g6IGVLJ1037421@250-217.customer.cloud9.net> <20020718182425.GA41703@wwweasel.geeksrus.net> <200207270421.g6R4LZ3K046239@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp> <20020727162242.GA82166@wwweasel.geeksrus.net> <200207281557.g6SFvu7Y004074@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207281557.g6SFvu7Y004074@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 29, 2002 at 12:57:55AM +0900, Seigo Tanimura wrote: >On Sat, 27 Jul 2002 12:22:42 -0400, > Alan E said: > >Alan> 1. What is the standard compiler for ports on -current? > >I understand that the portbld gcc31 is the standard one for C++ at the >moment. > >I could ifdef the gcc31-dependent part in the patch, though. Please do, if the means ifdef'ing on gcc version. I wouldn't do it on bsd date (version), though. >Alan> 2. What affect does all this assert code have on -stable compilation? I >Alan> believe it's ifdef'd out, which is good. > >The ifdef in the __assert() code detects the number of __assert() >arguments. __assert() of current takes 4 arguments, while that of >stable takes only 3. > >RCS file: /home/ncvs/src/lib/libc/gen/assert.c,v >---------------------------- >revision 1.3 >date: 2001/10/24 18:12:18; author: asmodai; state: Exp; lines: +10 -5 >Add __FBSDID. >Change __assert() function to print failing function name. >#if 0 the sccsid block. >This makes us C99 conforming. >---------------------------- > >Alternatively, it could be done in configure. That sounds ugly. Is this assert change a FreeBSD only thing, or a gcc thing? If a gcc thing, we should find some other way to check it. If it's a FBSD version thing, then just make sure you have the right version and we're fine AFAIAC. Let me know which case it is. If it's something that *must* be tested by configure, make sure changes are done to work with the right version of autoconf (whichever one it is that fam uses). But doing this is a last resort, and I really do not want to go there. If we do go there, they *must* be accepted for the SGI FAM tree or I won't put them in. This is not something we want to keep around and have to maintain. We want SGI to do that. >Alan> 3a. How well has this been tested? > >I tried to use fam via nautilus, but I have seen no assertion failure >yet, so not sure if assertion via syslog works. Please do the following: 1. Make a deliberate change to the code to force an assertion (say it's been up for N seconds/minutes, then make a stupid assertion. Test this.) >Alan> 3b, What happens if syslogd is down? > >Syslog messages are discarded until you run another syslogd process. Please test this by: 1. killing syslogd before a copy of fam is started, then run the above test code.. 2. killing syslogd after fam has started up, then run the above test code. 3. Restarting syslogd, then run the above test code, to make sure it resumes logging. Additional tests: Please make sure it runs correctly both from inetd and from standalone start. You don't need to duplicate all the assertion tests in each case, though. It'd probably be easier to do them using the inetd started fam. Follwup steps: Once the above tests pass, I will pass the code changes past the FAM maintainer at SGI for acceptance, If we can get them incorporated there, in a future version, then they're only temporary in our tree, and that's good. Finally, it needs to be tested against kde3, which is not yet -current ready. If the above tests pass, and we apply any changes suggested by SGI, I will commit after the appropriate PR is generated (I can do that if you want) to track the change, without kde3 testing, on the condition that you will install a full kde3 environment and fix anything that breaks. It will get tested simply by the commit happening, so you'll only need to do this in case of a failure, which I think is a very low probability occurence.. If you had a -stable machine kept relatively up to date as well, I'd ask if you want to maintain this, except for the fact that it is an integral part of KDE. But I'd be happy to have you continue to work with me on -current issuesi; I'd be grateful if you'd do so (I'd even add a comment in the Makefile listing you as -CURRENT co-maintainer). Thanks for all your patience with my requirements. I come from a background (Wall St trading floors) where crashes may mean unemployment for the programmer who didn't test a condtion that should have been tested. Since this is a system daemon, I expect the same level of reliability from it, and so I'm requesting fairly rigourous testing; it must remain at least as reliable as it is now under all circumstances. -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 9:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 360C637B401 for ; Sun, 28 Jul 2002 09:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F76D43E3B for ; Sun, 28 Jul 2002 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SGo2JU047387 for ; Sun, 28 Jul 2002 09:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SGo2VH047386; Sun, 28 Jul 2002 09:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECF6637B400 for ; Sun, 28 Jul 2002 09:42:15 -0700 (PDT) Received: from arthur.nitro.dk (213.237.101.114.adsl.kh.worldonline.dk [213.237.101.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A0A43E3B for ; Sun, 28 Jul 2002 09:42:15 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 06C3410BFE1; Sun, 28 Jul 2002 18:42:04 +0200 (CEST) Message-Id: <20020728164204.06C3410BFE1@arthur.nitro.dk> Date: Sun, 28 Jul 2002 18:42:04 +0200 (CEST) From: "Simon L.Nielsen" Reply-To: "Simon L.Nielsen" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41086: Update security/ssh-multiadd to version 1.3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41086 >Category: ports >Synopsis: Update security/ssh-multiadd to version 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 28 09:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Simon L. Nielsen >Release: FreeBSD 4.6.1-RELEASE i386 >Organization: nitro.dk >Environment: System: FreeBSD arthur.bofh 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #1: Sun Jul 28 14:22:14 CEST 2002 root@arthur.bofh:/usr/obj/usr/src/sys/ARTHUR i386 >Description: Update security/ssh-multiadd to version 1.3.2 >How-To-Repeat: >Fix: diff -u ssh-multiadd.orig/Makefile ssh-multiadd/Makefile --- ssh-multiadd.orig/Makefile Sun Jul 28 18:27:32 2002 +++ ssh-multiadd/Makefile Sun Jul 28 18:27:39 2002 @@ -6,7 +6,7 @@ # PORTNAME= ssh-multiadd -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= security MASTER_SITES= http://www.azstarnet.com/~donut/programs/ssh-multiadd/ diff -u ssh-multiadd.orig/distinfo ssh-multiadd/distinfo --- ssh-multiadd.orig/distinfo Sun Jul 28 18:27:32 2002 +++ ssh-multiadd/distinfo Sun Jul 28 18:27:44 2002 @@ -1 +1 @@ -MD5 (ssh-multiadd-1.3.1.tar.gz) = a4d160dd9ef953e5a4c3f42d9c7afd17 +MD5 (ssh-multiadd-1.3.2.tar.gz) = 5f0cfd7c47896603ab20f878f7ade95e >Release-Note: >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 Jul 28 10: 0:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD21437B400; Sun, 28 Jul 2002 10:00:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6136F43E31; Sun, 28 Jul 2002 10:00:21 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SH0LJU048231; Sun, 28 Jul 2002 10:00:21 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SH0Li6048227; Sun, 28 Jul 2002 10:00:21 -0700 (PDT) Date: Sun, 28 Jul 2002 10:00:21 -0700 (PDT) From: Patrick Li Message-Id: <200207281700.g6SH0Li6048227@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/41086: Update security/ssh-multiadd to version 1.3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update security/ssh-multiadd to version 1.3.2 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: pat Responsible-Changed-When: Sun Jul 28 10:00:10 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41086 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 10:26: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4975837B400 for ; Sun, 28 Jul 2002 10:26:06 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBEA43E4A for ; Sun, 28 Jul 2002 10:26:05 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g6SHPUFG014750 for ; Sun, 28 Jul 2002 13:25:30 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g6SHPTpN014749 for ports@freebsd.org; Sun, 28 Jul 2002 13:25:29 -0400 (EDT) (envelope-from alane) Date: Sun, 28 Jul 2002 13:25:28 -0400 From: Alan E To: FreeBSD Ports List Subject: audio/grip update Message-ID: <20020728172528.GA14737@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 1. Removed part of patch that ignores user's setting of poll_disc when saving .grip file. There is no change in portversion/revision. All these patches will be rolled into 3.0.2, due in the next month, according to Mike O (the author). -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 10:30:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB8DA37B400 for ; Sun, 28 Jul 2002 10:30:44 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B302F43E42 for ; Sun, 28 Jul 2002 10:30:43 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17YrsQ-00046I-00; Sun, 28 Jul 2002 19:30:42 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6SGpYhn076683 for ; Sun, 28 Jul 2002 18:51:34 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6SGpY2l076682 for freebsd-ports@freebsd.org; Sun, 28 Jul 2002 18:51:34 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: net.inet6.ip6.v6only repercussions on -CURRENT Date: Sun, 28 Jul 2002 16:51:33 +0000 (UTC) Message-ID: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On -CURRENT, the value of the net.inet6.ip6.v6only sysctl variable now defaults to 1. This means that a wildcard bind(2) to an AF_INET6 socket will not receive IPv4 traffic any longer. See inet6(4). In practical terms, server processes that are to deal with IPv4 and IPv6 traffic will have to bind to two sockets, one for each protocol family. Servers that fail to do so and rely on the old IPv4 mapped addresses will end up handling IPv6 only. Symptoms on typical IPv6-enabled but only IPv4-connected hosts are that the daemons appear to be running fine but can't be reached. netstat -a will show a protocol type of tcp6 instead of the expected tcp46. Two ports I know that are victim to this are net/rsync (rsync --daemon) www/apache2 There are probably more. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 10:38:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D01CD37B400; Sun, 28 Jul 2002 10:38:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB8143E5E; Sun, 28 Jul 2002 10:38:16 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SHcGJU056542; Sun, 28 Jul 2002 10:38:16 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SHcFUA056538; Sun, 28 Jul 2002 10:38:15 -0700 (PDT) Date: Sun, 28 Jul 2002 10:38:15 -0700 (PDT) From: Hajimu UMEMOTO Message-Id: <200207281738.g6SHcFUA056538@freefall.freebsd.org> To: m@absolight.net, ume@FreeBSD.org, freebsd-ports@FreeBSD.org, ume@FreeBSD.org Subject: Re: ports/40288: moving saslv1 includes files to make it easier to add saslv2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: moving saslv1 includes files to make it easier to add saslv2 State-Changed-From-To: open->closed State-Changed-By: ume State-Changed-When: Sun Jul 28 10:35:55 PDT 2002 State-Changed-Why: Thanks! I've just committed it. I'll commit my cyrus-sasl2 and cyrus-imapd2 ports after repo. copy. Responsible-Changed-From-To: freebsd-ports->ume Responsible-Changed-By: ume Responsible-Changed-When: Sun Jul 28 10:35:55 PDT 2002 Responsible-Changed-Why: Thanks! I've just committed it. I'll commit my cyrus-sasl2 and cyrus-imapd2 ports after repo. copy. http://www.freebsd.org/cgi/query-pr.cgi?pr=40288 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 11:20: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD7237B400 for ; Sun, 28 Jul 2002 11:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2691443E3B for ; Sun, 28 Jul 2002 11:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SIK4JU064221 for ; Sun, 28 Jul 2002 11:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SIK3CZ064220; Sun, 28 Jul 2002 11:20:03 -0700 (PDT) Date: Sun, 28 Jul 2002 11:20:03 -0700 (PDT) Message-Id: <200207281820.g6SIK3CZ064220@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marc Fonvieille Subject: Re: ports/37906: Update port: print/scribus to 0.6 Reply-To: Marc Fonvieille Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/37906; it has been noted by GNATS. From: Marc Fonvieille To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/37906: Update port: print/scribus to 0.6 Date: Sun, 28 Jul 2002 20:07:02 +0200 Hi, The zipped diff seems broken, I put the the file on freefall: http://people.freebsd.org/~blackend/ports/scribus.diff.gz if someone from ports could look at it, it'd be great :) Marc PS: I'm very far from being a ports expert :)) so tell me if there are issues in that one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 11:52:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E67737B400 for ; Sun, 28 Jul 2002 11:52:55 -0700 (PDT) Received: from bsdbox.sytes.net (sc-24-24-232-81.socal.rr.com [24.24.232.81]) by mx1.FreeBSD.org (Postfix) with SMTP id C3D1F43E3B for ; Sun, 28 Jul 2002 11:52:54 -0700 (PDT) (envelope-from senir@bsdbox.sytes.net) Received: (qmail 78275 invoked from network); 28 Jul 2002 18:52:52 -0000 Received: from unknown (HELO bsdbox.sytes.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2002 18:52:52 -0000 Message-ID: <3D443D83.4070201@bsdbox.sytes.net> Date: Sun, 28 Jul 2002 11:52:51 -0700 From: Hopeless Case User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; fr-FR; rv:1.0.0) Gecko/20020727 X-Accept-Language: fr MIME-Version: 1.0 To: vsilyaev@mindspring.com Cc: ports@FreeBSD.org Subject: FreeBSD Port: vmware2-2.0.4.1142 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is there any support for vmware 3 in the works? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 11:56:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 024EE37B400 for ; Sun, 28 Jul 2002 11:56:45 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B428343E65 for ; Sun, 28 Jul 2002 11:55:59 -0700 (PDT) (envelope-from mue.da@gmx.de) Received: (qmail 29236 invoked by uid 0); 28 Jul 2002 18:55:31 -0000 Received: from pd9e83af7.dip.t-dialin.net (HELO gmx.de) (217.232.58.247) by mail.gmx.net (mp014-rz3) with SMTP; 28 Jul 2002 18:55:31 -0000 Message-ID: <3D443DD6.7060506@gmx.de> Date: Sun, 28 Jul 2002 20:54:14 +0200 From: Daniel Mueller User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020728 X-Accept-Language: de, en MIME-Version: 1.0 To: llwang@infor.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: flashplugin-mozilla-0.4.10 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, i have the following problem with this plugin: When i browse a site with flash content, the focus of the mozilla windows behave silly on my FreeBSD 4-stable box. I only have to move the mouse cursor over the mozilla windows and it gets the focus?!? And when i try to close this mozilla window, mozilla crashs and needs two: "killall mozilla-bin" to come down... Any idea or similar reports??? THX Daniel Müller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 12:20:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CADD737B400 for ; Sun, 28 Jul 2002 12:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04BF643E42 for ; Sun, 28 Jul 2002 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SJK2JU073430 for ; Sun, 28 Jul 2002 12:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SJK2fW073429; Sun, 28 Jul 2002 12:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D4B837B400 for ; Sun, 28 Jul 2002 12:18:29 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AD243E4A for ; Sun, 28 Jul 2002 12:18:28 -0700 (PDT) (envelope-from lefcha@hellug.gr) Received: from localhost.my.domain (thesi36-a215.otenet.gr [212.205.250.215]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g6SJIOp9023598; Sun, 28 Jul 2002 22:18:25 +0300 (EEST) Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.12.3/8.12.3) with ESMTP id g6SJIN7B001639; Sun, 28 Jul 2002 22:18:24 +0300 (EEST) (envelope-from lefcha@localhost.my.domain) Received: (from lefcha@localhost) by localhost.my.domain (8.12.3/8.12.3/Submit) id g6SJIIMq001638; Sun, 28 Jul 2002 22:18:18 +0300 (EEST) Message-Id: <200207281918.g6SJIIMq001638@localhost.my.domain> Date: Sun, 28 Jul 2002 22:18:18 +0300 (EEST) From: Lefteris Chatzibarbas Reply-To: Lefteris Chatzibarbas To: FreeBSD-gnats-submit@FreeBSD.org Cc: lefcha@hellug.gr X-Send-Pr-Version: 3.113 Subject: ports/41087: New port: mail/imapfilter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41087 >Category: ports >Synopsis: New port: mail/imapfilter >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 Jul 28 12:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Lefteris Chatzibarbas >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD bsd 4.6-RELEASE FreeBSD 4.6-RELEASE #5: Tue Jul 9 17:08:15 EEST 2002 lefcha@bsd:/usr/src/sys/compile/CUSTOM i386 >Description: IMAPFilter is an IMAP mail filtering utility, which based on user defined rules, processes mail residing in IMAP mailboxes without downloading them. Available searching criteria, which can be combined using logical operators (and/or/not), include the matching of a string in the headers or body of messages, the size, date or status of them. Different actions can be applied such as deletion, copying or moving of messages to mailboxes in the same or different mail server, and changing of their flags. Other features also include daemon mode and encryption and secure storing in the filesystem of the user's passwords, using the integrated interactive password editor. IMAPfilter is purposed as a preconnect utility before a user fetches his/her mail, accesses his/her mailboxes with one of the available mail user agents or browses them via the Web. >How-To-Repeat: >Fix: --- imapfilter.shar begins here --- # 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: # # /usr/ports/mail/imapfilter # /usr/ports/mail/imapfilter/pkg-plist # /usr/ports/mail/imapfilter/pkg-descr # /usr/ports/mail/imapfilter/pkg-comment # /usr/ports/mail/imapfilter/Makefile # /usr/ports/mail/imapfilter/files # /usr/ports/mail/imapfilter/files/patch-aa # /usr/ports/mail/imapfilter/distinfo # /usr/ports/mail/imapfilter/pkg-message # echo c - /usr/ports/mail/imapfilter mkdir -p /usr/ports/mail/imapfilter > /dev/null 2>&1 echo x - /usr/ports/mail/imapfilter/pkg-plist sed 's/^X//' >/usr/ports/mail/imapfilter/pkg-plist << 'END-of-/usr/ports/mail/imapfilter/pkg-plist' Xbin/imapfilter Xshare/doc/imapfilter/README Xshare/doc/imapfilter/LICENSE Xshare/doc/imapfilter/NEWS Xshare/examples/imapfilter/sample.imapfilterrc X@dirrm share/doc/imapfilter X@dirrm share/examples/imapfilter END-of-/usr/ports/mail/imapfilter/pkg-plist echo x - /usr/ports/mail/imapfilter/pkg-descr sed 's/^X//' >/usr/ports/mail/imapfilter/pkg-descr << 'END-of-/usr/ports/mail/imapfilter/pkg-descr' XIMAPFilter is an IMAP mail filtering utility, which based on user defined Xrules, processes mail residing in IMAP mailboxes without downloading them. XAvailable searching criteria, which can be combined using logical operators X(and/or/not), include the matching of a string in the headers or body of Xmessages, the size, date or status of them. Different actions can be applied Xsuch as deletion, copying or moving of messages to mailboxes in the same Xor different mail server, and changing of their flags. Other features also Xinclude daemon mode and encryption and secure storing in the filesystem of the Xuser's passwords, using the integrated interactive password editor. X XIMAPfilter is purposed as a preconnect utility before a user fetches his/her Xmail, accesses his/her mailboxes with one of the available mail user agents or Xbrowses them via the Web. X XWWW: http://imapfilter.hellug.gr X X- Lefteris Chatzibarbas Xlefcha@hellug.gr END-of-/usr/ports/mail/imapfilter/pkg-descr echo x - /usr/ports/mail/imapfilter/pkg-comment sed 's/^X//' >/usr/ports/mail/imapfilter/pkg-comment << 'END-of-/usr/ports/mail/imapfilter/pkg-comment' XIMAP mail filtering utility END-of-/usr/ports/mail/imapfilter/pkg-comment echo x - /usr/ports/mail/imapfilter/Makefile sed 's/^X//' >/usr/ports/mail/imapfilter/Makefile << 'END-of-/usr/ports/mail/imapfilter/Makefile' X# New ports collection makefile for: imapfilter X# Date created: 28 July 2002 X# Whom: Lefteris Chatzibarbas X# X# $FreeBSD$ X# X XPORTNAME= imapfilter XPORTVERSION= 0.8 XCATEGORIES= mail XMASTER_SITES= http://imapfilter.hellug.gr/source/ X XMAINTAINER= lefcha@hellug.gr X XUSE_OPENSSL= yes X XMAN1= imapfilter.1 XMAN5= imapfilterrc.5 X Xpost-install: X strip $(PREFIX)/bin/imapfilter X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/imapfilter X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/imapfilter X ${INSTALL_MAN} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/imapfilter X ${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/imapfilter X ${MKDIR} ${PREFIX}/share/examples/imapfilter X ${INSTALL_MAN} ${WRKSRC}/sample.imapfilterrc ${PREFIX}/share/examples/imapfilter X.endif X $(CAT) $(PKGMESSAGE) X X.include END-of-/usr/ports/mail/imapfilter/Makefile echo c - /usr/ports/mail/imapfilter/files mkdir -p /usr/ports/mail/imapfilter/files > /dev/null 2>&1 echo x - /usr/ports/mail/imapfilter/files/patch-aa sed 's/^X//' >/usr/ports/mail/imapfilter/files/patch-aa << 'END-of-/usr/ports/mail/imapfilter/files/patch-aa' X--- Makefile~ Sun Jul 28 18:09:32 2002 X+++ Makefile Sun Jul 28 18:09:24 2002 X@@ -1,14 +1,11 @@ X-CC = cc X CFLAGS = -Wall -O2 X X-DESTDIR = /usr/local X-BINDIR = /usr/local/bin X-MANDIR = /usr/local/man X- X-INSTALL = install -c X-INST_DIR = install -d X-INST_BIN = $(INSTALL) -m 755 X-INST_DOC = $(INSTALL) -m 644 X+DESTDIR = $(PREFIX) X+BINDIR = $(PREFIX)/bin X+MANDIR = $(PREFIX)/man X+ X+INST_BIN = $(BSD_INSTALL_PROGRAM) X+INST_DOC = $(BSD_INSTALL_MAN) X X MAN_BIN = imapfilter.1 X MAN_RC = imapfilterrc.5 X@@ -19,6 +16,8 @@ X X LIBS = -lssl -lcrypto X X+all: imapfilter X+ X imapfilter: $(OBJ) X $(CC) $(LIBS) $(CFLAGS) -o $(BIN) $(OBJ) X X@@ -27,11 +26,8 @@ X data.o imapfilter.o imap.o file.o passwd.o request.o socket.o: data.h X X install: imapfilter X- if test ! -d $(BINDIR); then $(INST_DIR) $(BINDIR); fi X $(INST_BIN) $(BIN) $(BINDIR) X- if test ! -d $(MANDIR)/man1; then $(INST_DIR) $(MANDIR)/man1; fi X $(INST_DOC) $(MAN_BIN) $(MANDIR)/man1 X- if test ! -d $(MANDIR)/man5; then $(INST_DIR) $(MANDIR)/man5; fi X $(INST_DOC) $(MAN_RC) $(MANDIR)/man5 X X uninstall: X@@ -44,4 +40,4 @@ X @if test -f .Makefile; then mv .Makefile Makefile; fi X @if test -f .config.h; then mv .config.h config.h; fi X X-.PHONY : install uninstall clean distclean X+.PHONY : all install uninstall clean distclean END-of-/usr/ports/mail/imapfilter/files/patch-aa echo x - /usr/ports/mail/imapfilter/distinfo sed 's/^X//' >/usr/ports/mail/imapfilter/distinfo << 'END-of-/usr/ports/mail/imapfilter/distinfo' XMD5 (imapfilter-0.8.tar.gz) = 177838e56232fa8c19ad8789744a77f1 END-of-/usr/ports/mail/imapfilter/distinfo echo x - /usr/ports/mail/imapfilter/pkg-message sed 's/^X//' >/usr/ports/mail/imapfilter/pkg-message << 'END-of-/usr/ports/mail/imapfilter/pkg-message' XYou can install imapfilter suid root, in order to lock memory pages and Xavoid swapping sensitive data. By default it is not installed suid root, Xso this must be done manually. END-of-/usr/ports/mail/imapfilter/pkg-message exit --- imapfilter.shar ends here --- >Release-Note: >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 Jul 28 12:37:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB9237B400 for ; Sun, 28 Jul 2002 12:37:52 -0700 (PDT) Received: from hardtime.linuxman.net (hardtime.linuxman.net [66.147.26.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58E143E4A for ; Sun, 28 Jul 2002 12:37:51 -0700 (PDT) (envelope-from fullermd@over-yonder.net) Received: from mortis.over-yonder.net (localhost [127.0.0.1]) by hardtime.linuxman.net (8.11.6/8.11.6) with ESMTP id g6SIsTj28237; Sun, 28 Jul 2002 13:54:29 -0500 Received: by mortis.over-yonder.net (Postfix, from userid 100) id 2BBB21F04; Sun, 28 Jul 2002 14:37:48 -0500 (CDT) Date: Sun, 28 Jul 2002 14:37:47 -0500 From: "Matthew D. Fuller" To: Christian Weisgerber Cc: freebsd-ports@freebsd.org Subject: Re: ports/40844: Syntax error on german/BBBike/Makefile Message-ID: <20020728193747.GM810@over-yonder.net> References: <200207281100.g6SB0Iri077176@freefall.freebsd.org> <200207281351.g6SDp5LX011426@kemoauc.mips.inka.de> <20020728143505.GJ810@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i-fullermd.1 X-Editor: vi X-OS: FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 28, 2002 at 04:23:01PM +0000 I heard the voice of Christian Weisgerber, and lo! it spake thus: > > Well, obviously your make thinks that the expansion of ${PERL_VERSION} > is a string. > > What does "make -V PERL_VERSION" say on your system? root% make -V PERL_VERSION 5.6.1 Fun, ain't it? -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 13:30:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BC437B40A; Sun, 28 Jul 2002 13:30:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F95043E81; Sun, 28 Jul 2002 13:29:45 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SKTZJU083400; Sun, 28 Jul 2002 13:29:35 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SKSFpr083355; Sun, 28 Jul 2002 13:28:15 -0700 (PDT) Date: Sun, 28 Jul 2002 13:28:15 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207282028.g6SKSFpr083355@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40937: Maintainer update: mail/elm (2.4.99b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: mail/elm (2.4.99b) State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Sun Jul 28 13:25:25 PDT 2002 State-Changed-Why: Committed, thanks! I have inserted a fix-permissions target to post-patch in order to work around the problem of sed -i and read-only files. http://www.freebsd.org/cgi/query-pr.cgi?pr=40937 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 14:29: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA5837B400; Sun, 28 Jul 2002 14:29:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F18743E65; Sun, 28 Jul 2002 14:29:04 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SLT4JU095298; Sun, 28 Jul 2002 14:29:04 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SLSw3j095287; Sun, 28 Jul 2002 14:28:58 -0700 (PDT) Date: Sun, 28 Jul 2002 14:28:58 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207282128.g6SLSw3j095287@freefall.freebsd.org> To: tilman@arved.de, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40817: [Maintainer-Update] irc/bitchx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [Maintainer-Update] irc/bitchx State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Sun Jul 28 14:26:32 PDT 2002 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=40817 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 15:14:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE1437B400; Sun, 28 Jul 2002 15:14:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE2343E3B; Sun, 28 Jul 2002 15:14:14 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SMEDJU003451; Sun, 28 Jul 2002 15:14:13 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SMEDou003446; Sun, 28 Jul 2002 15:14:13 -0700 (PDT) Date: Sun, 28 Jul 2002 15:14:13 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207282214.g6SMEDou003446@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40022: Maintainer update: astro/setiathome (alpha and linux support added) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: astro/setiathome (alpha and linux support added) State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Sun Jul 28 15:12:46 PDT 2002 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=40022 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 15:26: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A383D37B400; Sun, 28 Jul 2002 15:25:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5702843E4A; Sun, 28 Jul 2002 15:25:59 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SMPxJU004649; Sun, 28 Jul 2002 15:25:59 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SMPxbV004645; Sun, 28 Jul 2002 15:25:59 -0700 (PDT) Date: Sun, 28 Jul 2002 15:25:59 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207282225.g6SMPxbV004645@freefall.freebsd.org> To: edwin@mavetju.org, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31229: new port: astro/linux-setiathome-i686 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: astro/linux-setiathome-i686 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Sun Jul 28 15:25:27 PDT 2002 State-Changed-Why: Final version imported, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=31229 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 15:54:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95BE337B400 for ; Sun, 28 Jul 2002 15:54:13 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C18343E42 for ; Sun, 28 Jul 2002 15:54:13 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 9C3122B8DE; Mon, 29 Jul 2002 00:54:05 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 744B36A711E; Mon, 29 Jul 2002 08:53:45 +1000 (EST) Date: Mon, 29 Jul 2002 08:53:45 +1000 From: Edwin Groothuis To: Christian Weisgerber Cc: ports@freebsd.org Subject: Re: ports/40844: Syntax error on german/BBBike/Makefile Message-ID: <20020728225345.GD2733@k7.mavetju> References: <200207281100.g6SB0Iri077176@freefall.freebsd.org> <200207281351.g6SDp5LX011426@kemoauc.mips.inka.de> <20020728143505.GJ810@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020728143505.GJ810@over-yonder.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 28, 2002 at 09:35:05AM -0500, Matthew D. Fuller wrote: > On Sun, Jul 28, 2002 at 03:51:05PM +0200 I heard the voice of > Christian Weisgerber, and lo! it spake thus: > > In article <200207281100.g6SB0Iri077176@freefall.freebsd.org> you write: > > > > > > >Description: > > > > german/BBBike/Makefile has a syntax error which causes it to bomb out > > > > (which, among other things, breaks my 'make readmes'). > > > > > > Can somebody take a look at this? > > > > I cannot reproduce your problem. There is no syntax error. It's a >= 4.6 problem, I didn't have it neither while running 4.5. Just FYI of course :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 16: 2:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D5D37B400 for ; Sun, 28 Jul 2002 16:02:36 -0700 (PDT) Received: from rabbit.netstyle.com.ua (rabbit.netstyle.com.ua [193.193.194.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC1343E5E for ; Sun, 28 Jul 2002 16:02:33 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (root@[195.5.51.243]) by rabbit.netstyle.com.ua (8.12.5/8.12.5) with ESMTP id g6SN2CHO086083; Mon, 29 Jul 2002 02:02:15 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.5/8.11.3) with ESMTP id g6SN2KjX008444; Mon, 29 Jul 2002 02:02:20 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.5/8.12.5/Submit) id g6SN2JnQ008443; Mon, 29 Jul 2002 02:02:19 +0300 (EEST) From: Maxim Sobolev Message-Id: <200207282302.g6SN2JnQ008443@vega.vega.com> Subject: Re: how is the GNOME 2 package these days? To: wa1ter@hotmail.com (walt) Date: Mon, 29 Jul 2002 02:02:19 +0300 (EEST) Cc: freebsd-ports@freebsd.org In-Reply-To: from "walt" at ÉÀÌ 27, 2002 X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > Joe Marcus Clarke wrote: > > --=-4HhY0Gc5rer38k27APgt > > Content-Type: text/plain > > Content-Transfer-Encoding: quoted-printable > > > > On Sat, 2002-07-27 at 22:07, John Reynolds wrote: > > > >>Hi -ports, I was reconfiguring my laptop this afternoon and wanted to > >>blow away GNOME 1.4 and try GNOME 2... > > Everything on -stable works well for me. (I don't use gdm anyway.) > However, the last time I compiled gnumeric, several weeks ago, it still > had some dependencies on something in 1.4 so I couldn't delete everything. > If you don't use gnumeric then you probably can delete 1.4. > > > Things are good. I have two GNOME 2.0 test machines, and I recently did > > a friend's machine on GNOME 2.0, and so far, no big problems... > > Have you tried it on -current? Most everything seems to be working OK for > me except gnome-session which crashes everytime I start it. This is probably because you either don't have standard XFree86 scalable fonts installed or configures. Check that you have package XFree86-fontScalable-4.2.0 installed and the following line in your /etc/X11/XF86Config: FontPath "/usr/X11R6/lib/X11/fonts/Type1/" -Maxim > Gnome-panel > and any other gnome app I've tried work fine, though, including nautilus. > > > 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 Jul 28 16:30:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D2F37B400 for ; Sun, 28 Jul 2002 16:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B1343E31 for ; Sun, 28 Jul 2002 16:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SNU2JU013603 for ; Sun, 28 Jul 2002 16:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SNU2FK013602; Sun, 28 Jul 2002 16:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E36A837B400 for ; Sun, 28 Jul 2002 16:21:36 -0700 (PDT) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id E751543E5E for ; Sun, 28 Jul 2002 16:21:34 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (uucp@localhost [127.0.0.1]) by gwyn.kn-bremen.de (8.12.1/8.12.1/Debian -5) with ESMTP id g6SNLX3B023533 for ; Mon, 29 Jul 2002 01:21:33 +0200 Received: from saturn.UUCP (uucp@localhost) by gwyn.kn-bremen.de (8.12.1/8.12.1/Debian -5) with UUCP id g6SNLW5A023531 for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Jul 2002 01:21:32 +0200 Received: (from nox@localhost) by saturn (8.11.4/8.8.5) id g6SNLWc70652; Mon, 29 Jul 2002 01:21:32 +0200 (CEST) Message-Id: <200207282321.g6SNLWc70652@saturn> Date: Mon, 29 Jul 2002 01:21:32 +0200 (CEST) From: Juergen Lock Reply-To: Juergen Lock To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41090: update irc/olirc to 0.0.38-alpha-3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41090 >Category: ports >Synopsis: update irc/olirc to 0.0.38-alpha-3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 28 16:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 4.3-STABLE i386 >Organization: me? organized?? >Environment: System: FreeBSD saturn 4.3-STABLE FreeBSD 4.3-STABLE #4: Sat Mar 9 15:54:14 CET 2002 nox@saturn:/www/w/usr/src4/src/sys/compile/SP3G.3I i386 >Description: update irc/olirc to 0.0.38-alpha-3.2 >How-To-Repeat: apply patch below, enjoy >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/olirc/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2000/10/05 06:36:21 1.6 +++ Makefile 2002/06/22 22:18:06 @@ -6,9 +6,9 @@ # PORTNAME= olirc -PORTVERSION= 0.0.37 +PORTVERSION= 0.0.38-alpha-3.2 CATEGORIES= irc -MASTER_SITES= http://olirc.hexanet.fr/ +MASTER_SITES= http://olirc.sourceforge.net/ MAINTAINER= nox@jelal.kn-bremen.de Index: distinfo =================================================================== RCS file: /home/ncvs/ports/irc/olirc/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 1999/10/21 06:05:44 1.2 +++ distinfo 2002/06/22 22:18:50 @@ -1 +1 @@ -MD5 (olirc-0.0.37.tar.bz2) = 47102314969431c88d37bf068fa06434 +MD5 (olirc-0.0.38-alpha-3.2.tar.bz2) = 383805b3d5702e5bb8865786eda27b20 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/irc/olirc/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 1999/10/21 06:05:46 1.2 +++ pkg-descr 2002/06/22 22:11:32 @@ -2,4 +2,4 @@ Still work in progress, no (english) docs yet... -WWW: http://olirc.hexanet.fr/ +WWW: http://olirc.sourceforge.net/ cvs diff: Diffing files Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/irc/olirc/files/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- files/patch-aa 1999/08/02 21:54:31 1.1.1.1 +++ files/patch-aa 2002/06/22 22:23:59 @@ -1,11 +1,10 @@ ---- src/Makefile.in.orig Mon Aug 2 14:50:29 1999 -+++ src/Makefile.in Mon Aug 2 14:50:40 1999 +Index: src/Makefile.in @@ -10,7 +10,7 @@ prefs_dialogs.o network.o parse_msg.o ctcp.o ignores.o \ - scripting.o main.o + scripting.o tcl.o main.o --CFLAGS = @GTK_CFLAGS@ -O2 -Wall -+CFLAGS = @GTK_CFLAGS@ @CFLAGS@ -Wall - LDFLAGS = @GTK_LIBS@ +-CFLAGS = @GTK_CFLAGS@ @TCL_CFLAGS@ -O2 -Wall ++CFLAGS = @GTK_CFLAGS@ @TCL_CFLAGS@ @CFLAGS@ -Wall + LDFLAGS = @GTK_LIBS@ @TCL_LIBS@ CC = @CC@ Index: files/patch-ab =================================================================== RCS file: /home/ncvs/ports/irc/olirc/files/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- files/patch-ab 2000/07/07 19:59:16 1.2 +++ files/patch-ab 2002/06/22 22:27:12 @@ -1,6 +1,5 @@ ---- configure.orig Mon Oct 11 16:00:00 1999 -+++ configure Sat Jul 1 17:06:30 2000 -@@ -1714,7 +1714,7 @@ +Index: configure +@@ -1720,7 +1720,7 @@ if test "$gtk_config_major_version" = "1" -a "$gtk_config_minor_version" = 0 ; then GTK_OBJS_STATIC="$GTK_PREFIX/lib/libgtk.a $GTK_PREFIX/lib/libgdk.a $GTK_PREFIX/lib/libglib.a" else @@ -9,12 +8,12 @@ GTK_OBJS_STATIC="$GTK_PREFIX/lib/libgtk.a $GTK_PREFIX/lib/libgdk.a $GLIB_PREFIX/lib/libglib.a $GLIB_PREFIX/lib/libgmodule.a" fi -@@ -2393,7 +2393,7 @@ - echo "Configuration complete." +@@ -2795,7 +2795,7 @@ echo "" - --echo "Ol-Irc will use GTK+ version : `gtk-config --version`" -+echo "Ol-Irc will use GTK+ version : `$GTK_CONFIG --version`" - + echo "Ol-Irc configuration :" echo "" +-echo "GTK+ version `gtk-config --version`" ++echo "GTK+ version `$GTK_CONFIG --version`" + echo "TCL scripting $TCL_SUP" + echo "" >Release-Note: >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 Jul 28 16:44:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2224637B400; Sun, 28 Jul 2002 16:44:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C935243E5E; Sun, 28 Jul 2002 16:44:15 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SNiFJU014927; Sun, 28 Jul 2002 16:44:15 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SNiFBM014922; Sun, 28 Jul 2002 16:44:15 -0700 (PDT) Date: Sun, 28 Jul 2002 16:44:15 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207282344.g6SNiFBM014922@freefall.freebsd.org> To: edwin@mavetju.org, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40752: [maintainer-update] astro/linux-setiathome-i686 - sed/perl -> reinplace Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [maintainer-update] astro/linux-setiathome-i686 - sed/perl -> reinplace State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Sun Jul 28 16:43:20 PDT 2002 State-Changed-Why: Superseded by PR# 40022. http://www.freebsd.org/cgi/query-pr.cgi?pr=40752 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 17: 1:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E3C37B401 for ; Sun, 28 Jul 2002 17:01:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A0C43E91 for ; Sun, 28 Jul 2002 17:01:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T019JU016580 for ; Sun, 28 Jul 2002 17:01:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T019Z9016579; Sun, 28 Jul 2002 17:01:09 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18C5737B400 for ; Sun, 28 Jul 2002 16:52:57 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCE4A43E3B for ; Sun, 28 Jul 2002 16:52:56 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (bf7c1f2ace27705b9fdf49e302be8a9a@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6SNrT2e070564 for ; Sun, 28 Jul 2002 16:53:29 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6SNrTZ7070563; Sun, 28 Jul 2002 16:53:29 -0700 (PDT) (envelope-from monkey) Message-Id: <200207282353.g6SNrTZ7070563@vectors.cx> Date: Sun, 28 Jul 2002 16:53:29 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41092: patch: unbreak devel/zziplib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41092 >Category: ports >Synopsis: patch: unbreak devel/zziplib >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 Jul 28 17:00:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: devel/zziplib assumes that sys/types.h is separate from sys/int_types.h, and thus redefines all the int typedefs. this simply stops the offending header from being loaded. >How-To-Repeat: >Fix: --- zziplib.patch begins here --- --- zzip.h.orig Sun Jul 28 16:42:36 2002 +++ zzip.h Sun Jul 28 16:43:15 2002 @@ -19,7 +19,9 @@ #define _ZZIP_H #include +#ifndef __FreeBSD__ #include +#endif #include #include --- zziplib.patch ends here --- >Release-Note: >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 Jul 28 17: 1:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF3737B406 for ; Sun, 28 Jul 2002 17:01:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE54643E67 for ; Sun, 28 Jul 2002 17:01:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T01BJU016587 for ; Sun, 28 Jul 2002 17:01:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T01BBU016586; Sun, 28 Jul 2002 17:01:11 -0700 (PDT) Date: Sun, 28 Jul 2002 17:01:11 -0700 (PDT) Message-Id: <200207290001.g6T01BBU016586@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Trevor Johnson Subject: Re: ports/41047: print/acroread 5.0.6 considered downgrade from 5.05. Reply-To: Trevor Johnson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41047; it has been noted by GNATS. From: Trevor Johnson To: Larry Rosenman Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/41047: print/acroread 5.0.6 considered downgrade from 5.05. Date: Sun, 28 Jul 2002 19:55:27 -0400 (EDT) Hi, Larry. I believe that the problem should have been fixed shortly before you reported it, with revision 1.41 of the Makefile (commit log appended). Would you mind checking whether the problem still exists? -- Trevor Johnson Date: Sat, 27 Jul 2002 06:20:22 -0700 (PDT) From: Trevor Johnson To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/acroread5 Makefile trevor 2002/07/27 06:20:22 PDT Modified files: print/acroread5 Makefile Log: Change PORTVERSION from 5.0.6 to 5.06. The previous PORTVERSION was 5.05, which pkg_version treats as greater than 5.0.6. noticed by: lioux Revision Changes Path 1.41 +1 -1 ports/print/acroread5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 17:10:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D772F37B405 for ; Sun, 28 Jul 2002 17:10:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD3443E4A for ; Sun, 28 Jul 2002 17:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T0A7JU021023 for ; Sun, 28 Jul 2002 17:10:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T0A7gR021022; Sun, 28 Jul 2002 17:10:07 -0700 (PDT) Date: Sun, 28 Jul 2002 17:10:07 -0700 (PDT) Message-Id: <200207290010.g6T0A7gR021022@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Larry Rosenman Subject: Re: ports/41047: print/acroread 5.0.6 considered downgrade from 5.05. Reply-To: Larry Rosenman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41047; it has been noted by GNATS. From: Larry Rosenman To: Trevor Johnson Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/41047: print/acroread 5.0.6 considered downgrade from 5.05. Date: 28 Jul 2002 19:06:14 -0500 On Sun, 2002-07-28 at 18:55, Trevor Johnson wrote: > Hi, Larry. I believe that the problem should have been fixed shortly > before you reported it, with revision 1.41 of the Makefile (commit log > appended). Would you mind checking whether the problem still exists? It was. I think your commit and my bug report crossed. Timing is everything, everything is timing. > -- > Trevor Johnson > > Date: Sat, 27 Jul 2002 06:20:22 -0700 (PDT) > From: Trevor Johnson > To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org > Subject: cvs commit: ports/print/acroread5 Makefile > > trevor 2002/07/27 06:20:22 PDT > > Modified files: > print/acroread5 Makefile > Log: > Change PORTVERSION from 5.0.6 to 5.06. The previous PORTVERSION > was 5.05, which pkg_version treats as greater than 5.0.6. > > noticed by: lioux > > Revision Changes Path > 1.41 +1 -1 ports/print/acroread5/Makefile -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 17:17:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8360737B400; Sun, 28 Jul 2002 17:17:40 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B3B43E4A; Sun, 28 Jul 2002 17:17:39 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g6T0HcVe010886; Sun, 28 Jul 2002 20:17:39 -0400 (EDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g6T0HbJV010883; Sun, 28 Jul 2002 20:17:38 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sun, 28 Jul 2002 20:17:37 -0400 (EDT) From: Trevor Johnson To: Gerrit Kuehn Cc: dima@FreeBSD.ORG, Subject: Re: FreeBSD Port: acroread5-5.05, linux_base In-Reply-To: <3D341AD1.7050900@pmp.uni-hannover.de> Message-ID: <20020728200408.B8456-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org (CC to Sergey A. Osokin removed) Gerrit Kuehn wrote: > Hi, Hi, Gerrit. > I've just upgraded from linux_base6 to linux_base7 on a FreeBSD > 4.6-rel-p1 machine. > However, now acroread5 coredumps when called: > > bash-2.05a# acroread > Warning: locale not supported by Xlib, locale set to C > Warning: X locale modifiers not supported, using default > Fatal System Error: Raise at top of Exception Stack > Abort trap (core dumped) > > > Acroread4 complains about similar things and crashes, too. I don't know > if this is an acroread or a linux_base thing. All I can say is that > acroread5 and linux_base6 worked fine. I need linux_base7 for other > programs now, though. There may be several other ported applications which do not work with version 7.1 of the Linux base. Red Hat provides some libraries which allow applications which were compiled for Red Hat 6.x to be used with Red Hat 7.x. I intend to add those to the 7.1 Linux base, or possibly make a separate port for them. Otherwise, acroread and the other ports should have an explicit dependency on linux_base-6. In the meantime, you can use another PDF viewer such as ghostview from ports/print/gv or xpdf from ports/graphics/xpdf. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 17:27:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D60737B400 for ; Sun, 28 Jul 2002 17:27:33 -0700 (PDT) Received: from pimout5-int.prodigy.net (pimout5-ext.prodigy.net [207.115.63.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F2C43E3B for ; Sun, 28 Jul 2002 17:27:32 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com (adsl-64-175-104-134.dsl.lsan03.pacbell.net [64.175.104.134]) by pimout5-int.prodigy.net (8.11.0/8.11.0) with ESMTP id g6T0RV2366652 for ; Sun, 28 Jul 2002 20:27:31 -0400 Message-ID: <3D448D40.7030806@hotmail.com> Date: Sun, 28 Jul 2002 17:33:04 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: ghostscript-gnu broken? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well, not exactly broken, since it does compile and install, but gives this warning: ===> Registering installation for ghostscript-gnu-7.05_1 "/usr/ports/Mk/bsd.port.mk", line 1565: warning: duplicate script for target "master-sites-DEFAULT" ignored "/usr/ports/Mk/bsd.port.mk", line 1565: warning: duplicate script for target "master-sites-DEFAULT" ignored Portupgrade chokes on this warning and skips over ghostscript with a "broken Makefile" error message. I think this started just today or yesterday, July 27. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 17:28:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F41037B400; Sun, 28 Jul 2002 17:28:42 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D15343E65; Sun, 28 Jul 2002 17:28:41 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g6T0SeVe011474; Sun, 28 Jul 2002 20:28:40 -0400 (EDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g6T0Sebm011471; Sun, 28 Jul 2002 20:28:40 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sun, 28 Jul 2002 20:28:40 -0400 (EDT) From: Trevor Johnson To: =?iso-8859-1?Q?Gerrit_K=FChn?= Cc: dima@FreeBSD.ORG, Subject: Re: FreeBSD Port: mupad-2.0.0 In-Reply-To: <20020716140547.I11691@pmp.uni-hannover.de> Message-ID: <20020728201918.G8456-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org (CC to Dima Dorfman added) Gerrit Kühn wrote: > I've been using acroread5 so far, but it won't work with linux_base7: [...] > It works fine with linux_base6, though. I tried to go back to > acroread4, but I'm not able to install it: > > ===> Building for acroread-4.05 > Do a `make install' as root. > bash-2.05a# make install > ===> Installing for acroread-4.05 > ===> acroread-4.05 depends on file: /compat/linux/etc/redhat-release > - found > > This installation requires 16MB of free disk space. > > Installing platform independent files ... Done > > Installing platform dependent files ... Done > > ===> Generating temporary packing list > /compat/linux/usr/bin/strip:No such file or directory > *** Error code 1 (ignored) > [ -e /usr/local/bin/acroread ] || (cd /usr/local/bin ; /bin/ln -s > acroread4 acroread) > ln: acroread: File exists > *** Error code 1 > > Stop in /usr/ports/print/acroread4. > > > My platform is FreeBSD 4.6-RELEASE-p1. Do you have any hints for me how > to solve this? The bug is explained in PR 41042. If you remove the /usr/local/bin/acroread link after de-installing one of the acroread ports, you should be able to install the other. Probably the best thing would be to make ${PREFIX}/bin/acroread into a little script, in a separate port that both acroread ports depend upon, that tries to run whichever Acrobat Reader is installed. If the ports collection supported conflicts (see stale portmgr PRs), there would be no need for such a kludge. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 17:30: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 058C737B400 for ; Sun, 28 Jul 2002 17:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B61F443E4A for ; Sun, 28 Jul 2002 17:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T0U2JU022610 for ; Sun, 28 Jul 2002 17:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T0U25j022609; Sun, 28 Jul 2002 17:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3445537B400 for ; Sun, 28 Jul 2002 17:20:32 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id E65F543E4A for ; Sun, 28 Jul 2002 17:20:31 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (8ea9d8664888bcd20c61671a1d3e7387@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T0L52e070933 for ; Sun, 28 Jul 2002 17:21:05 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T0L5Tj070932; Sun, 28 Jul 2002 17:21:05 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290021.g6T0L5Tj070932@vectors.cx> Date: Sun, 28 Jul 2002 17:21:05 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41093: patch: fix x11-toolkits/xview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41093 >Category: ports >Synopsis: patch: fix x11-toolkits/xview >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 Jul 28 17:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: x11-toolkits/xview/$WRKSRC/lib/libxview/misc/gettext.c uses its own mmap if it doesn't exist in the system, but prototypes its internal function regardless, killing the build. >How-To-Repeat: >Fix: this patch can happily exist as x11-toolkits/xview/files/patch-lq --- xview-patch-lq.patch begins here --- --- lib/libxview/misc/gettext.c.orig Sun Jul 28 17:07:43 2002 +++ lib/libxview/misc/gettext.c Sun Jul 28 17:08:14 2002 @@ -13,7 +13,9 @@ char * dgettext(), *bindtextdomain(); char *_gettext(); char *fgets(), *getenv(); +#ifndef OS_HAS_MMAP caddr_t mmap(); +#endif static struct domain_binding *firstbind=0, *lastbind=0; --- xview-patch-lq.patch ends here --- >Release-Note: >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 Jul 28 17:30:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2347037B401 for ; Sun, 28 Jul 2002 17:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F98743E65 for ; Sun, 28 Jul 2002 17:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T0U3JU022624 for ; Sun, 28 Jul 2002 17:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T0U3RP022623; Sun, 28 Jul 2002 17:30:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA18E37B400 for ; Sun, 28 Jul 2002 17:21:46 -0700 (PDT) Received: from kcwu.dyndns.org (u142-187.u61-70.giga.net.tw [61.70.142.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34BC143E42 for ; Sun, 28 Jul 2002 17:21:45 -0700 (PDT) (envelope-from kcwu@kcwu.dyndns.org) Received: (from kcwu@localhost) by kcwu.dyndns.org (8.11.6/8.11.5) id g6T0LaM81000; Mon, 29 Jul 2002 08:21:36 +0800 (CST) (envelope-from kcwu) Message-Id: <200207290021.g6T0LaM81000@kcwu.dyndns.org> Date: Mon, 29 Jul 2002 08:21:36 +0800 (CST) From: Kuang-che Wu Reply-To: Kuang-che Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41094: java/linux-ibm-jdk13 checksum mismatch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41094 >Category: ports >Synopsis: java/linux-ibm-jdk13 checksum mismatch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 28 17:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sat Apr 6 14:30:47 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386 >Description: $ cat /usr/ports/java/linux-ibm-jdk13/distinfo MD5 (IBMJava2-SDK-131.tgz) = eb8f6976a730cdcd3be9942df23e9647 But the tar ball I download from IBM, MD5 (IBMJava2-SDK-131.tgz) = c42372b96dc2bac21523a19ba8ae85a1 and it can pass `gzip -t' and `tar zft' test. Is the checksum listed in distinfo correct? >How-To-Repeat: >Fix: >Release-Note: >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 Jul 28 17:50:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 643F237B400 for ; Sun, 28 Jul 2002 17:50:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F1C43E5E for ; Sun, 28 Jul 2002 17:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T0o4JU024483 for ; Sun, 28 Jul 2002 17:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T0o446024482; Sun, 28 Jul 2002 17:50:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D212337B400 for ; Sun, 28 Jul 2002 17:48:36 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDCE43E3B for ; Sun, 28 Jul 2002 17:48:36 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (ac22b7aee938daab2333a417da84021c@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T0n92e071037 for ; Sun, 28 Jul 2002 17:49:09 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T0n9Og071036; Sun, 28 Jul 2002 17:49:09 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290049.g6T0n9Og071036@vectors.cx> Date: Sun, 28 Jul 2002 17:49:09 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41095: patch: unbreak games/xpat2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41095 >Category: ports >Synopsis: patch: unbreak games/xpat2 >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 Jul 28 17:50:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: this patch unbreaks games/xpat2. it wouldn't package because it was looking for a file named using an incorrect man suffix. >How-To-Repeat: >Fix: this patches games/xpat2/files/patch-ab also, remove the BROKEN= line in the Makefile ::) --- xpat2.patch begins here --- --- files/patch-ab.orig Mon Mar 12 13:25:46 2001 +++ files/patch-ab Sun Jul 28 17:39:43 2002 @@ -1,5 +1,5 @@ ---- Xpat.tmpl.orig Mon Mar 12 12:14:02 2001 -+++ Xpat.tmpl Mon Mar 12 12:16:19 2001 +--- src/Xpat.tmpl.orig Sun Nov 5 12:03:10 2000 ++++ src/Xpat.tmpl Sun Jul 28 17:38:32 2002 @@ -40,9 +40,9 @@ XCOMM 1. Specify User Interface (_exactly_ one of the interfaces below) @@ -30,7 +30,7 @@ XCOMM the default is to copy an .au-file to /dev/audio SOUNDOBJ = X-sound_SUN.o -@@ -161,7 +161,7 @@ +@@ -161,13 +161,14 @@ XCOMM ######################################################################### XCOMM Root directory of xpat2 installation @@ -39,3 +39,10 @@ XCOMM XPATROOT = /usr/local/lib/xpat XCOMM XPATROOT = /opt/XPat2 + XPATLIBDIR = $(XPATROOT) + APPDEFSDIR = $(LIBDIR) + XPATMANDIR = $(XPATROOT)/man/man6 ++MANSUFFIX = 6 + + XCOMM This is the name of the log-file, where solved games are stored: + SCOREFILE = /var/games/xpat.log --- xpat2.patch ends here --- >Release-Note: >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 Jul 28 17:50:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D6037B401 for ; Sun, 28 Jul 2002 17:50:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C4B43E67 for ; Sun, 28 Jul 2002 17:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T0o5JU024496 for ; Sun, 28 Jul 2002 17:50:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T0o5Dd024495; Sun, 28 Jul 2002 17:50:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFCDC37B400 for ; Sun, 28 Jul 2002 17:48:48 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C2B43E65 for ; Sun, 28 Jul 2002 17:48:48 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T0mmOT068247 for ; Sun, 28 Jul 2002 17:48:48 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6T0mmad068246; Sun, 28 Jul 2002 17:48:48 -0700 (PDT) Message-Id: <200207290048.g6T0mmad068246@www.freebsd.org> Date: Sun, 28 Jul 2002 17:48:48 -0700 (PDT) From: David Bushong To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41096: update irc/rbot port to 0.9.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41096 >Category: ports >Synopsis: update irc/rbot port to 0.9.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: Sun Jul 28 17:50:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Bushong >Release: 4.6 STABLE >Organization: >Environment: >Description: update the irc/rbot port to 0.9.5 (i am the maintainer) >How-To-Repeat: >Fix: begin 644 irc-rbot.tgz M'XL(`(B01#T``^V=_7/;QIG'\ZOY5^#:I$UR$46`I"A[FD[TUD2UY3B2?+Z; MN1D/!$(B*I!@`="VFLO_?@OP15CL`XC/=Y^D=U-B)G5-[WZPV/T^S^X^V%U$ M:;"?WB3Y_F>_WN4,>J/AT/G,*:Y>[<_57YS1T'/=WNB@-W(<]:?K?N8,?\4R M;:Y%EONIXWR6)DG>EN[C)`SCWZ)`O^T5K=O_PK\/;Z,X_!7NX?9Z!X-!8_M[ M0V_3_OT#UU/M[PWZP\^A$Z2A^F/\XMDS=^`XQZ^Z!^^&'K._6SAG'V:.Y\K4N?-CY?7KX\NSKY=%K7X MZW^<75Z=__CZVV>][O/NL'-R='WV_8^7YV=7WSY3MW'2Q7WSYK M>+).Y^W5V?O+M\?_]>VSAS#K=%[_^/[X[?FKT]5?YTF6[\W]/)B\Z#S[[O.? MBY2_.'OSR-D+G3]FBQNGK((@F=WN?^/\[O.?WUR>_>7\/W_9#_-EY?SNC\[G M/[^[?'EU>?)+^4,WO>ETQLE>-%-2CF.%_?SG\]=7UT>O7KV_.KD\?W/]BYG# M>03?1+/RUR+?Q5&LLF)>G1\7/VU2K,FG1]='=>[^UTMR8^9V_'[L MS^X6_IVJIJ=NM$FY_[7SWYUGS[8B/G'W>;RX4W7XY+U7Z9ZX M>9/RB7MKQ,W=ZT)ZZG:E!(L63?*&W(WH_?OPX6.2CML+L!\G=T^D^/LBR57C M=:-;Y]_&RB7,PO&7KW\L[/OTQY.KK\S:53]7%/>E$XPK3S5.`N[Q1/^O^O[^IO\?E>,_;]C;]?^_R75Q M.G2^+`2P5_:37549W;M_?.5\ZQPM>FOV/PRQ(Y>_QU/Q_ MX*[G_RKE\*#L_T>[_O\WN46 MOG$^1OG$F29IZ/BSL:-&Q+=AJKH.IW,;^ODB#;-ORG_PG5D4A*FSG(\X63`) MIV'7^4'=<>JK']:IG=5H^D6G4TCB:^=R,@4DY#H;I'Z95CB0^0[Q>P] MF/CY*N';3.']13Y1=X^"9;+RSD$09ID3AQ_"."O"&,XBBV9WE:(63[Z^_PIV MO(AB51VS]7/N9?E#'#KKV4S7N0I#)_SD3^?JUTSQB[O=A''RL;LB7"WFQ5Q@ M>!CNPK5:63*)@X@5\0G<[2-I(/ M89I&XW$X9K$ZZ=YDWP,T]M%O*Y]/PTF M41X&Q1-_HQ)/5;V7[;B:+9;!GLYC5#9Q3E]?.7]?A&FTJJ'U[\>^>NC;*)LX M>>K/LKBL=BW%]TER5]91>=/9G?:/9Y^"A:J&NW`6IF;6\UFV4*W0\*\O_73J M:[^<3,+@OJADI0'GHVK029AJ"7Y23U"V@BIH-ADGN?Z,2?%/%RJ;]O.;,-U3 M,IO-PM@I9Z%.EB>I?Z=J;O-0I=#2,%?U\\&/M>R7X30JFE^OMS3)W7YCG94/ M4CY%-@_CN+B!,D#?*=I62_@NO%&J5])0>BS^>.%,0E_=K)1F-#/)EV^^5\(/ M0E6`)??+7#W:?5;T],N`W6F2?O33\5=:MJO8G\^+Y/,P*13_0O]G-53('_]5 M^R>E1%6N;&F.RL/F>CT4CJ/;7=O,A6KN:&\=JBE57IC07E6BX>PN+O16!@&B M$IO,X@INS&6Y.,;R;*.S^19!W_O#P[.KTXVR;E>'MH^"F(_6BZ9>J[\98)YVGR MZ2$LNSQ.CJCL!EMS*.-=Q?_;DF1)=6";=HYW728ORT5<*[_<. MI-K.'4BU76_T7(ITV!,CB?F"0S%?<"CF"P[%?,%P)$8Z%".)Z>E`3$\'8GHZ M$-/3T-:"^;G?EB.>1QTB+55C>(@"ZPRD)FH,J'^M,5S$PNOE0#Q\G6%?'ZY` MN[@>XA/J#,@;K(($FQIY#GD"@P)Y`8,">0"#`O4F!@7J20P*-"HQ*)`_,RA0 MCV90H-[,H$AHU^V):!>R19,B8HU]D2?JBUAC7\0:^R+6V!>QQKZ(-?9%K+$O M8HU]&>V*E`6;/1L4D=KMR3R12.WV1#R#*^(97!'/X(IX!FA,:%)$/(,KHEU7 M1+NNB'9=$>VZ(MKU9/II$>UZ(MKU1+3KB6C7D]"N*]*3N'V1<=U`0B]@Y-2@ M2.@%C)@:%`F]@)%2@R+AZ]R!A*]S!XAVU7]'Q9J-Q]D$HA>3@NC%I"!Z,2F( M7DP*HA>3@NC%I"!Z,2DR>D%\G4&!QG4F14*[/YL4D2>"O+=)D;#& M'N2]38J$-?8@[VU2)*RQ)^*]>P,1[4*C((,"S0-,BDCM0O,`DR)2N]`\P*2( M>`9H'F!21#P#-`\P*2*>`7IC9%)$M`M%9DV*C&<0T2X4F34I(MJ%(K,F142[ M4&36I(AH%XK,&B.RHZ@$-CHP.>Z@7-#@R.H3':P8']&)U#CIF,SA".D3';09'2(?H MV,W@".D0';\9'!E_"$<##(Z0GM'(FL$1TC,:73,X0GI&(VP&1TC/:)3-X`CI M&8VT&1P9/;O0BE^*(S0^/!`:'QX(C0\/A,:'!T+CPP,9_;@'0OH9"1D)Y'0GH>">EYA.CY.,E/EMOK'^<[B`X)#A37-CG8GA.*@]@I MP8'&=10':7>*(U0_T+B.XLCH!QNW4!RA]H+&+11'2L]"SP7-AS*3#T.A>0G,_6`#B\@,&#\]R2.PEDE+HF^WS4X8/S7X(#Q M7X,#QG\-#AC_K7%Z:-S?X,BT>P^-^QLCZ2(,CY7^$G@L:%%(>" MAH441\B^A,8)V#E'%$?JN83\!G3:DJ/#+C%@]=IVMP$'_X:GTN M^>-P#"D.@1$J#>+$3`P4'30P/6C)`X%!E$-@1%JJ![VW-#'0<(7`(%9.8&1: M"HKR$!C$M1,8F0:'!DX$1L0TL;=8!$9&?M!;+`(C(S_H+9:)@>(J)@:*JQ`8 M9+Q$8&1T`XV6S`X&.G20P(C4#7;<"($1JAL1F_*@)20$1J@T(A;N04M("`Q^ M8DYED"0"P4^,JD#P`Z,>(5!YMQFRU"8T3H2%8M]:*$.D:A8 M[/,*=8B`/\$FH(9.)$IB<3!W!2+AE"R.Y:Y`)+I1B^.T+<>U!D2B&\6^,%2# M0*,V`R(QW+(XIKP"D=")Q2'EE8&?A$XL#N>L0"1T8G$T9P4BX)0\**YA0$1* M(F`['K0NUX!8K%JIC(8M5N)4*!8+<2H4F2>R6(;S2+%9*U^A6"PEJU`L5I)9 M#C%,BL4",,M!ADF14!WV\0^3(J(Z:+1BE,5F/9OE=,ZL%Y$G@B9T)D7&CBP6 M9%H&$$R*B!W9+*.T'"2;%(DVPH;))D7"8V)'39L4D7X:.FK:I(CTT]!1TP8% M.FK:H$"+4TV*B%Z@A:DF140O-GNM+!=3F!01O=ALF+&,\)LC51'MVNR6L0SR MFQ01.[+9*F,9YZ]3/&@YM4F1J%T/6DIM4B1JUX/6$ID4"2_E02N)3`K^^4IT M,H_D/%\=;`KE7!TZP\][O#GH`:YI\&%7ZP0M7C/#H19<5,"37IZ<3/S9+(P? MQ^78%@,"A)U<3H&@1>L42.K1L.TW%`A:)TZ!A.H("QY50)"Y*4-_?!3T##H= M`BY\UB'@JF<=`BYYUB'@>F<=`F[^T"'@#@D-@FX[TR'@'@(=`FX@T"$2BD6W MFND0"<6BA\OI$`G%0J,C0[$B32PA>W17D`Z1D#VZ'TB'2,@>6@UA0"1D#X4U M#8B$[*%0N@&14"P42#<@$HI%=WKI$`G%HGN\=(B$8J&72`9$0"?8*R0#(J`3 M^*N1.D1`)_`W(W6(@$[@+T;J$`'/!G\O4H=(*!;]6J0.D5`L^FT7'2*A6'2W MJ`Z14"RZ3U2'2"@6_9*+#I%0+/K-/QTBH5CTBW\Z1$*QZ/?^=(B$8M&O_>D0 M"<6BWX[1(1**1;\:HT,D%(N>)Z1#)!2+GB2D0R04BYXA5(5X$B7Q9$HB8#L> M^IT:'2)@.Q[ZA1H=(F`['OIM&ATB8#L>^E4:'2*A6/1[-#I$0K'HR5(Z1$*Q MZ)E2.D1"L>AI4CI$0K'H.5(Z1$*QZ)?I=(B$8M$SJ'2(A6*!-ZQ1<'\19IFV M"QZ:H]`D:"D!28(6&E$D[)Q^@H0M6WJ;A:E1)D@Y-$FL3-"2?9J$N#Z:A/@_ MFH0X09J$:)PFB:D`>I=)DJ`7FB0)BB[3)*3;H$F(+Z!)4BK`PI$T24I/6&"2 M)$'129HDY54\:#9/D^3*).7I/&AR3Y.@;U#Y6120)@.](&W!05^`:L9!'X)J MQD'?@VK&09\5:\1!;T-;2@=]U*NY=+)-`;GJ%IQHRV+1XQ:5F'/:U MOF:<;%-@W^YKPGG0@+H%A_0U+3AH37UE6F37R0@\"A_Q.LFC(,3S_S6)9H8_ M@%YLTR3$[Y$DZ/TG1<(L]HV?YD:9(%*U3';EX.=>Y6QH*Z2&UT0R3@'I:$TD M>RI(3^U$I`W;B8@+;R,4&1-^DT8? M["EVG4]CH^$HV_[,HC-.\LOP+LKR].$H"!0F22UCDJU$;"C52H1&4ZU$Q.3: MB=#4H)4(?E6ZA0A^A[F%"'Z1N84(?G.ZA0A^[;F%*&XS4"2WG2AN,]"FE7:B MN,U`VUG:B>(V`VUT:2>*VPSZA?06HKC-0/M:VHGB-@/M>&DGBML,%NIM)8K; M#!;P;26*VPP616XEBML,%DMN(;K0#IEVHK3"7>CM9CM16N$N%D=O)4HKW,6B MZ:U$:85[T)Z@=J)TK^!!NX7:B=(VXT$QLW:BM,UX4,RLG2AM,QX4,VLGBML, M%"YK)XK;#!0D:R M!^KU#`ABM#6(!VWHJD.@#5T&!+%O`V)ITI477Y;NID(2*Q.T6)\F679*E??( MEEW'(TDL8`7+R.Y!@!?BQ?%G^Q=A[E?F4]AZ0)($'\EFD*#U@!0)6P](DJ"U M=R0)6GM'DJ"U=P0)VW%(DZ3J"7-D-$FNGJ!5QB0)6F5,DJ!5QA42/_=U,H\" MTM`4;C=-4[BF1%+8'3U-X=HC31&Q`';G3E-$+("]$)*F MB%@`>\DS26%WGZ=18$J7*Q<2PE4+">&*A81PM4)!V,<>D!"N-9,0B=9A'WMP M-0_CV*A9KOW0%*[]D!3V&0PTA:N5J]B?&P_$-64*PH[DD1"N:BD(.T)%0MB- M3$&X%5M(_S3*YK'_4*D4Q`H-"OMHBE,_FQCMP[9E"L+VM!2$[6DI"-O34A"N MW"@(>YDJ"6'[?`K"5AL%D=`)>\GI]Z=&VW"MF$!P;=A$L%>Z$@@@]'%(4 MB0KJ`"`8J`.`&*`.``(D.@"(^.D`("JF`ZR;$0CQZP`@&J<#@-"9!D`B9CK` M5HG(:5XZP%:)R"E>.L!6B<@+01U@JT3DU"X=8*M$Y+0N'6"K1&3ME0ZP52*R MLDH'V"H1B>KK`%LE(F\[=8"M$I%WFSK`5HG(FTP=8*M$9.>Q#K!5(G*:F0ZP M52)R=ID.L%4BLB!'!]@J$5F(HP.X2KP,I]%L7!]RLT]0;,`(E89K'0T8KHTT M8+B6TH#AV@N-8>_2:\!PC:\!PS5!&L->T]2`X9IC`X9ME+-L$>=&@[/]&XUA M>SD2P]]A16-DZH:_EXK&L*-KL\P^&D4PV,$HD\'>DDDQ!.J#O>V28K!CC02# M'6HD&%P3?)>%Z8^S>A\5Z&';ND*5S=D13V M@GZ:PM7O2S^=^M9Q3)K"M0.:PK4$FL+5'4EA]_8TA>MS:0K7LFD*UZYI"M>. M:`K7`FB*B';9/IRFB&B7[3-)"GN;#DT1>2+V)F62PMZ8_$.2F0,Q$0C7HBD( M>[L/`>%_WN[L4[#(C(4<[,%R`X;K74@,_U-0#1B1A^(?Z-F`88<*$OM9!,5@ MQQH,!O\KA!2#'5B\/"$_,,[?U-@`XA^UJH/8\3$+9ZWG!N*3%FLV]-Q`=-:F MRJNYD?^^4/39&H%X_]PH6F MR-2+A'_QV-%\FB+A7SQV7%T+$>`%X.74CBOA9:UN_N?EK.P&YV6L[I=FYGS< MRLLOZWKC+3/GX_Y'9IN<0MG.D<^`:TM#F?>KKE5D5LUF#1LOG[Z^BY>WN@(* M7T\`OW2W>`N,OBUEOX]$O`[7#G,_-]8OLJ?`-(7;G=$4]JD4)(5]$@1)89\$ M05+89R>0%/;A"22%?2P%16&'M6@*^V`*DB*B77:`@:9PM7OBVY^G0C&`@S:R MR=A<;H*<8D*"D)-,:!!PF@D-XNKF;6K4,WMQ$<7@:H9B<+T=Q>#Z.HK!]G1A M.+,^7X*$L(5+0-CG.Y`0KF"+$R"OU##+V*`C!N(JOQ'$E7\CB&L#C2"N(>B@ M_=LTF>Y]E]8/P^;OS=N6RS68=BZ/=>'GQODP[$`8";%8,-Q85<\MUN$W0RV6 MY=M5_KM059RY4X:]R*>)P[6H)@[7H)HX7`/2.,WMQ[6?+;'L_5QM6![J:)$G ME^'?DJC>D_!?=[:@N+I_Y:?F&F"N-D@(5Q@DA"L#$L)M=!+"=7T4A#V](B%< MM9`0"9VPYU8DA.O02(B$8MEO;DD(5[%GG]3_BZ8&ARO:)@Y7MPT<_CRO,H]& MY[U6$T)TT@//#*Q&NO#@S*87M^QU8&NQ4>26>5/UH.&XFT;CIQ,KS>S?ON]U MU9_;)Y[/[K9+/'W?X["7R;>FW[YW.>5V.>5V>>5V>>7V..7V..7V>.7V>.7N M<\K=YY2[SRMWGU?N`:?<`TZY![QR#WCE'G+*/>24>\@K]Y!7[@-.N0\XY3[@ ME?N`5^X1I]PC3KE'O'*/>.4^Y)3[D%/N0UZY#WGE?LXI]W-.N9_SROV^P M.DR7U6.ZS"[3Y?:9O$Z3UVMRNTUFO^FR.DZ7U7.ZS*[39?:=+JOS=%F]I\OL M/EUF_^FR.E"7U8.ZS"[49?:A+JL3=5F]J,OL1EUF/^JR.E*7T9.JU*S.SF7T M=BHUJT-R&3V22LWJ-%Q&KZ&&VBR_[O'&_"R_ZS'\KDK-FU`P_*)*S?);'L-O MJ=0LO^(Q_(I*S;)[CV'W*C7++CV677HLN_18=NFQ[-)CV:7'LDN/99=]EEWV M>7-:EEWV67;99]EEGV67?=YDG&67?99=]EEVV6?999]EEWV67?99=MEGV66? M99=]EEWV63.X/G,*UV?.X?HLN^^S9G%]YC2NSYS'#5A^9<":QPV8\[@!-V#.XP;,>=R`Y1<'K'G<@#F/&S#G<0.6WQVPYG$#YCQNL/4\[C:* MPVSY?Z?++_&^3V^V?*%0R3N^F9>O(K+]N[$E8.QG$TO$/$T^/83EJG8)4E3N M/;`DA'OQ98I@9JT(MQ&H#5O_$FY9\P*\7&YD<>* M,]4WAI^TS%??BYIF&^209 MLW)QTJ;C)-C+\HD[-\F_U7IMF#"<9*?E',CF/!RY7=M'N(DCL(9_A"O M5OV&93O:5@%>`]H!U6@E'B=X#;Y4W;:U*:E^WY9Q[&=1(`'ZJQK(V#+>J#&5 M+6.57Z0\:Y9$8ZU9$G6]9HDUWBH_ZM`N5Z.$HR!0H"2%RW%Z_(,:J=CXULO* M9B&\?U(5DOOX8Y0,*.=U,H\"V];\:1%9F]%K>\FS\VAG[2`WK9ZX@^2OG+N# M9*^>O@/E?SR#!RW]^B0>*/_C>3Q(]LVI/*!E@X#- M86Q8?KYOT\]C8>?73E%!/&OMD!$V0CM.@U\`[>0)=G;S/`5+!+&UVI+(SJZ? M3&#CM"0>IH+C>_#ZGGH[@L3C:$!V;FIC.ANB;ZM%>@5]`RN7L'7Z^B*%MK34 M>W(DLT762F@5R`YD@6ZV;>K.9[MK=^VNW;6[=M?NVEV[:W?MKMVUNW;7[MI= MNVMW[:[=M;MVU^[:7;MK=^VNW;6[=M?NVEV[:W?MKMVUNW;7[MI=N^O_XO6_ (Z;_CN0"X`0`` ` end >Release-Note: >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 Jul 28 18:20: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E984137B400 for ; Sun, 28 Jul 2002 18:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AAFE43E4A for ; Sun, 28 Jul 2002 18:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T1K2JU032709 for ; Sun, 28 Jul 2002 18:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T1K2o4032708; Sun, 28 Jul 2002 18:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1268737B400 for ; Sun, 28 Jul 2002 18:15:33 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id C321D43E3B for ; Sun, 28 Jul 2002 18:15:32 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (60e8af8f92c5e73dd56a80b5241e4e91@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T1G62e071156 for ; Sun, 28 Jul 2002 18:16:06 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T1G6MQ071155; Sun, 28 Jul 2002 18:16:06 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290116.g6T1G6MQ071155@vectors.cx> Date: Sun, 28 Jul 2002 18:16:06 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41097: patch: fix graphics/xmms-xvs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41097 >Category: ports >Synopsis: patch: fix graphics/xmms-xvs >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 Jul 28 18:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: graphics/xmms-xvs has incorrect paths for the libxml2 libraries. >How-To-Repeat: >Fix: this patches graphics/xmms-xvs/Makefile --- xmms-xvs.patch begins here --- --- Makefile.orig Sun Jul 28 17:58:49 2002 +++ Makefile Sun Jul 28 18:06:58 2002 @@ -19,6 +19,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_GTK= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= XML2_CONFIG="${LOCALBASE}/bin/xml2-config" \ XMMS_CONFIG="${X11BASE}/bin/xmms-config" @@ -27,6 +28,17 @@ DOCS= AUTHORS ChangeLog NEWS README TODO +post-patch: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ + 's|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g' .if !defined(NOPORTDOCS) post-install: ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} --- xmms-xvs.patch ends here --- >Release-Note: >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 Jul 28 18:30:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 921B637B400 for ; Sun, 28 Jul 2002 18:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7BB443E6A for ; Sun, 28 Jul 2002 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T1U1JU033441 for ; Sun, 28 Jul 2002 18:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T1U1rT033440; Sun, 28 Jul 2002 18:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7042337B400 for ; Sun, 28 Jul 2002 18:28:45 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 213D143E31 for ; Sun, 28 Jul 2002 18:28:44 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (43c46a1795c37c032fb6d31a036b7553@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T1TH2e071247 for ; Sun, 28 Jul 2002 18:29:17 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T1THnf071246; Sun, 28 Jul 2002 18:29:17 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290129.g6T1THnf071246@vectors.cx> Date: Sun, 28 Jul 2002 18:29:17 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41098: patch: sed-ify, fix depends for graphics/xmms-infinity Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41098 >Category: ports >Synopsis: patch: sed-ify, fix depends for graphics/xmms-infinity >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 Jul 28 18:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: graphics/xmms-infinity: add xmms-config to the BUILD_DEPENDS, and go from perl to sed >How-To-Repeat: >Fix: this patched graphics/xmms-infinity/Makefile --- xmms-infinity.patch begins here --- --- Makefile.orig Sun Jul 28 18:19:45 2002 +++ Makefile Sun Jul 28 18:19:58 2002 @@ -13,7 +13,7 @@ MAINTAINER= dyeske@yahoo.com -LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms +BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms @@ -22,12 +22,12 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" GNU_CONFIGURE= yes +USE_REINPLACE= yes USE_GMAKE= yes USE_GTK= yes USE_X_PREFIX= yes pre-patch: - @${PERL} -pi -e 's|SDL/|SDL11/|g;' \ - ${WRKSRC}/*.[ch] ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' ${WRKSRC}/*.[ch] ${WRKSRC}/configure .include --- xmms-infinity.patch ends here --- >Release-Note: >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 Jul 28 19:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B9337B400 for ; Sun, 28 Jul 2002 19:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7653343E4A for ; Sun, 28 Jul 2002 19:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T2A2JU040826 for ; Sun, 28 Jul 2002 19:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T2A2eX040821; Sun, 28 Jul 2002 19:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F3037B400 for ; Sun, 28 Jul 2002 19:04:56 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB0A543E65 for ; Sun, 28 Jul 2002 19:04:55 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (37abd2c5c5e24f8f36226f139fadd90f@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T25T2e071353 for ; Sun, 28 Jul 2002 19:05:29 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T25TVA071352; Sun, 28 Jul 2002 19:05:29 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290205.g6T25TVA071352@vectors.cx> Date: Sun, 28 Jul 2002 19:05:29 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41099: patch: fix emulators/xmess Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41099 >Category: ports >Synopsis: patch: fix emulators/xmess >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 Jul 28 19:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: paths are incorrect, and the patches from emulators/xmame aren't applied. >How-To-Repeat: >Fix: this contains stuff leeched from emulators/xmame/files/patch-ac this can live happily as emulators/xmess/files/patch-src.unix.unix.mak --- patch-src.unix.unix.mak begins here --- --- src/unix/unix.mak.orig Sun Jul 28 18:47:11 2002 +++ src/unix/unix.mak Sun Jul 28 18:54:26 2002 @@ -45,20 +45,20 @@ # svga and ggi also use $(X11LIB) since that's where zlib often is LIBS.x11 = $(X11LIB) $(JOY_X11_LIBS) -lX11 -lXext -LIBS.svgalib = $(X11LIB) -lvga -lvgagl +LIBS.svgalib = $(LOCALBASE)/lib -lvga -lvgagl LIBS.ggi = $(X11LIB) -lggi -LIBS.xgl = $(X11LIB) $(JOY_X11_LIBS) -lX11 -lXext $(GLLIBS) -ljpeg +LIBS.xgl = $(X11LIB) $(JOY_X11_LIBS) -lX11 -lXext $(GLLIBS) -L$(LOCALBASE)/lib -ljpeg LIBS.xfx = $(X11LIB) $(JOY_X11_LIBS) -lX11 -lXext -lglide2x LIBS.svgafx = $(X11LIB) -lvga -lvgagl -lglide2x LIBS.openstep = -framework AppKit -LIBS.SDL = `sdl-config --libs` +LIBS.SDL = `$(SDL_CONFIG) --libs` LIBS.photon2 = -L/usr/lib -lph -lphrender CFLAGS.x11 = $(X11INC) $(JOY_X11_CFLAGS) -CFLAGS.xgl = $(X11INC) $(JOY_X11_CFLAGS) $(GLCFLAGS) +CFLAGS.xgl = -DGLU_VERSION_1_2 $(X11INC) $(JOY_X11_CFLAGS) $(GLCFLAGS) -I$(LOCALBASE)/include $(PTHREAD_CFLAGS) CFLAGS.xfx = $(X11INC) $(JOY_X11_CFLAGS) -I/usr/include/glide CFLAGS.svgafx = -I/usr/include/glide -CFLAGS.SDL = -D_REENTRANT +CFLAGS.SDL = $(X11INC) `$(SDL_CONFIG) --cflags` CFLAGS.photon2 = INST.x11 = doinstall --- patch-src.unix.unix.mak ends here --- >Release-Note: >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 Jul 28 19:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B21437B400 for ; Sun, 28 Jul 2002 19:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB45E43E67 for ; Sun, 28 Jul 2002 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T2K1JU041743 for ; Sun, 28 Jul 2002 19:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T2K16c041742; Sun, 28 Jul 2002 19:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E4937B400 for ; Sun, 28 Jul 2002 19:11:06 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8E843E5E for ; Sun, 28 Jul 2002 19:11:05 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (48b7d2fa9b30a2980474d21a4733c88e@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T2Bc2e071423 for ; Sun, 28 Jul 2002 19:11:38 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T2BcHT071422; Sun, 28 Jul 2002 19:11:38 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290211.g6T2BcHT071422@vectors.cx> Date: Sun, 28 Jul 2002 19:11:38 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41100: patch: fix dependencies for net/xisp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41100 >Category: ports >Synopsis: patch: fix dependencies for net/xisp >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 Jul 28 19:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: net/xisp is handling the xforms dependency incorrectly >How-To-Repeat: >Fix: this patches net/xisp/Makefile --- xisp.patch begins here --- --- Makefile.orig Sun Jul 28 19:01:07 2002 +++ Makefile Sun Jul 28 19:02:13 2002 @@ -14,7 +14,7 @@ MAINTAINER= morishim@cig.mot.com -LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_XPM= yes WRKSRC= ${WRKDIR}/xisp-2.6 --- xisp.patch ends here --- >Release-Note: >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 Jul 28 19:31:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 707F437B400 for ; Sun, 28 Jul 2002 19:31:23 -0700 (PDT) Received: from pimout5-int.prodigy.net (pimout5-ext.prodigy.net [207.115.63.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCABB43E3B for ; Sun, 28 Jul 2002 19:31:22 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com (adsl-66-126-109-167.dsl.lsan03.pacbell.net [66.126.109.167]) by pimout5-int.prodigy.net (8.11.0/8.11.0) with ESMTP id g6T2VL223302 for ; Sun, 28 Jul 2002 22:31:22 -0400 Message-ID: <3D44AA43.2080802@hotmail.com> Date: Sun, 28 Jul 2002 19:36:51 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: net.inet6.ip6.v6only = 0 also stops the crashes. Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well, being a bit suspicious, I put INET6 back in the kernel and tried it again. What I find is that the crashes stop as long as net.inet6.ip6.ip6only is set to zero. When I set it to one the crashes continue as before: When trying to fetch mail with mozilla I get error messages that the connections to my pop3 and imap servers are refused; the screen then freezes up and the machine reboots spontaneously. Naddy Weisgerber seems to be implying in the "ports" mailing list that the default value of ip6only has recently changed to 1. If this change happened on July 25, as I suspect, then perhaps this is not a new bug at all, but has just been unmasked by the new default value of ip6only? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 19:40:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5088F37B400 for ; Sun, 28 Jul 2002 19:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A183843E77 for ; Sun, 28 Jul 2002 19:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T2e2JU043425 for ; Sun, 28 Jul 2002 19:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T2e2nQ043424; Sun, 28 Jul 2002 19:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D6537B400 for ; Sun, 28 Jul 2002 19:30:52 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DEF43E31 for ; Sun, 28 Jul 2002 19:30:52 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (f939e22f9f5dcd8ddf831fa562b3c132@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T2VQ2e071510 for ; Sun, 28 Jul 2002 19:31:26 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T2VQ8G071509; Sun, 28 Jul 2002 19:31:26 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290231.g6T2VQ8G071509@vectors.cx> Date: Sun, 28 Jul 2002 19:31:26 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41101: patch: fix editors/xed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41101 >Category: ports >Synopsis: patch: fix editors/xed >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 Jul 28 19:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: remove malloc declarations. can't figure out their purpose. >How-To-Repeat: >Fix: this patches editors/xed/Makefile --- xed.patch begins here --- --- Makefile.orig Thu Aug 3 02:23:01 2000 +++ Makefile Sun Jul 28 19:21:33 2002 @@ -17,6 +17,10 @@ USE_IMAKE= yes USE_XPM= yes +USE_REINPLACE=yes MAN1= xed.1 +pre-build: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ + 's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g' .include --- xed.patch ends here --- >Release-Note: >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 Jul 28 19:40:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BFCE37B401 for ; Sun, 28 Jul 2002 19:40:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7346043E5E for ; Sun, 28 Jul 2002 19:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T2e8JU043442 for ; Sun, 28 Jul 2002 19:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T2e8v0043441; Sun, 28 Jul 2002 19:40:08 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A3DA37B400 for ; Sun, 28 Jul 2002 19:34:24 -0700 (PDT) Received: from t-mta7.odn.ne.jp (mfep7.odn.ne.jp [143.90.131.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC90643E4A for ; Sun, 28 Jul 2002 19:34:22 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([61.201.65.204]) by t-mta7.odn.ne.jp with ESMTP id <20020729023421172.XYIR.2063.t-mta7.odn.ne.jp@mta7.odn.ne.jp>; Mon, 29 Jul 2002 11:34:21 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 7151455A7; Mon, 29 Jul 2002 11:34:16 +0900 (JST) Message-Id: <20020729023416.7151455A7@hadaly.dyndns.org> Date: Mon, 29 Jul 2002 11:34:16 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41102: Update port: textproc/fop - correct deps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41102 >Category: ports >Synopsis: Update port: textproc/fop - correct deps >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 Jul 28 19:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #7: Fri Jul 26 19:28:55 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: Correct dependencies >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/fop/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2002/06/16 01:54:06 1.6 +++ Makefile 2002/07/29 02:33:10 @@ -14,14 +14,12 @@ MAINTAINER= kiri@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/jdk${JDKVERSION}/bin/java:${PORTSDIR}/java/jdk11 \ - ${LOCALBASE}/share/java/classes/xerces.jar:${PORTSDIR}/textproc/xerces-j - WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" -JDKVERSION= 1.1.8 +USE_JAVA= 1.1+ +NO_BUILD_DEPENDS_JAVA= yes JAVACLASSDIR= ${PREFIX}/share/java/classes JAVADATADIR= ${PREFIX}/share/java/${PKGNAME} >Release-Note: >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 Jul 28 19:56:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F058D37B400 for ; Sun, 28 Jul 2002 19:56:46 -0700 (PDT) Received: from chivas.oneill.dhs.org (chivas.oneill.dhs.org [65.65.85.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2CC43E70 for ; Sun, 28 Jul 2002 19:56:46 -0700 (PDT) (envelope-from sean@seanoneill.info) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id BFBB9763C for ; Sun, 28 Jul 2002 21:56:38 -0500 (CDT) Message-Id: <5.1.0.14.0.20020728215255.00ac8d00@postoffice.swbell.net> X-Sender: swoneill@postoffice.swbell.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 28 Jul 2002 21:56:37 -0500 To: ports@freebsd.org From: Sean O'Neill Subject: FreeBSD Port: p5-Cflow-1.051 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Does one specific person maintain p5-Cflow-1.051 ? I recently upgraded the p5-Cflow and Argus ports on my FreeBSD and - well - it broke. Turns out the p5-Cflow was looking for Argus and it couldn't the Argus build files it needs to complete it own build which should support Argus - assuming Argus is installed. This seems to be a problem in the p5-Cflow port itself. Curious how one proceeds with potential problems like this. -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 20:27:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1597937B400 for ; Sun, 28 Jul 2002 20:27:26 -0700 (PDT) Received: from pimout3-int.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDC343E4A for ; Sun, 28 Jul 2002 20:27:25 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com (adsl-64-175-106-193.dsl.lsan03.pacbell.net [64.175.106.193]) by pimout3-int.prodigy.net (8.11.0/8.11.0) with ESMTP id g6T3RNa51518 for ; Sun, 28 Jul 2002 23:27:24 -0400 Message-ID: <3D44B767.6030302@hotmail.com> Date: Sun, 28 Jul 2002 20:32:55 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: net.inet6.ip6.v6only = 0 also stops the crashes. Content-Type: multipart/mixed; boundary="------------020207060904000104000901" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------020207060904000104000901 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Oops. Sorry, this was intended for -current, not -ports. --------------020207060904000104000901 Content-Type: message/rfc822; name="net.inet6.ip6.v6only = 0 also stops the crashes." Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="net.inet6.ip6.v6only = 0 also stops the crashes." Path: sn-us!sn-xit-06!sn-xit-04!supernews.com!64.152.100.70.MISMATCH!ps01-sjc1!news.webusenet.com!cyclone.bc.net!newsfeed.media.kyoto-u.ac.jp!spring.edu.tw!ctu-peer!news.nctu.edu.tw!news.CDPA.nsysu.edu.tw!news.nsysu.edu.tw!FreeBSD.csie.NCTU.edu.tw!not-for-mail From: wa1ter@hotmail.com (walt) Newsgroups: mailing.freebsd.ports Subject: net.inet6.ip6.v6only = 0 also stops the crashes. Date: Mon, 29 Jul 2002 02:36:28 +0000 (UTC) Organization: NCTU CSIE FreeBSD Server Sender: mailnull@FreeBSD.csie.NCTU.edu.tw Message-ID: NNTP-Posting-Host: freebsd.csie.nctu.edu.tw X-Trace: FreeBSD.csie.NCTU.edu.tw 1027910188 95962 140.113.17.209 (29 Jul 2002 02:36:28 GMT) X-Complaints-To: usenet@FreeBSD.csie.NCTU.edu.tw NNTP-Posting-Date: Mon, 29 Jul 2002 02:36:28 +0000 (UTC) Xref: sn-us mailing.freebsd.ports:62559 Well, being a bit suspicious, I put INET6 back in the kernel and tried it again. What I find is that the crashes stop as long as net.inet6.ip6.ip6only is set to zero. When I set it to one the crashes continue as before: When trying to fetch mail with mozilla I get error messages that the connections to my pop3 and imap servers are refused; the screen then freezes up and the machine reboots spontaneously. Naddy Weisgerber seems to be implying in the "ports" mailing list that the default value of ip6only has recently changed to 1. If this change happened on July 25, as I suspect, then perhaps this is not a new bug at all, but has just been unmasked by the new default value of ip6only? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message --------------020207060904000104000901-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 20:57:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382E737B400 for ; Sun, 28 Jul 2002 20:57:24 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8525443E31 for ; Sun, 28 Jul 2002 20:57:23 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6T3uu9I027136; Sun, 28 Jul 2002 23:56:57 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: ghostscript-gnu broken? From: Joe Marcus Clarke To: walt Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <3D448D40.7030806@hotmail.com> References: <3D448D40.7030806@hotmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-cP3vBCy01SKPOEAGvT7g" X-Mailer: Ximian Evolution 1.0.8 Date: 28 Jul 2002 23:57:26 -0400 Message-Id: <1027915047.77466.195.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-cP3vBCy01SKPOEAGvT7g Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2002-07-28 at 20:33, walt wrote: > Well, not exactly broken, since it does compile and install, but gives > this warning: >=20 > =3D=3D=3D> Registering installation for ghostscript-gnu-7.05_1 > "/usr/ports/Mk/bsd.port.mk", line 1565: warning: duplicate script for tar= get=20 > "master-sites-DEFAULT" ignored > "/usr/ports/Mk/bsd.port.mk", line 1565: warning: duplicate script for tar= get=20 > "master-sites-DEFAULT" ignored >=20 > Portupgrade chokes on this warning and skips over ghostscript with a "bro= ken > Makefile" error message. I think this started just today or yesterday, J= uly 27. It's only on -CURRENT, and it's as of rev 1.38 of usr.bin/make/parse.c.=20 It happens with ghostscript-gnu because of the DEFAULT hint on the Sourceforge master site. If you change the DEFAULT hint in MASTER_SITES, MASTER_SITE_SUBDIR, and DISTFILES to something other than DEFAULT (gs, for example), then the warning goes away. I think this is due to the special nature of DEFAULT, and that it's being called twice. Joe >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message >=20 --=-cP3vBCy01SKPOEAGvT7g Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9RL0mb2iPiv4Uz4cRAvMyAJ4ja1rEq51PaITvPX11uEH3i8qKAgCdEtDZ sHD/srvEKgE3/qKWOi8lODg= =jx96 -----END PGP SIGNATURE----- --=-cP3vBCy01SKPOEAGvT7g-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 28 21:50:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18CE937B400 for ; Sun, 28 Jul 2002 21:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1541E43E4A for ; Sun, 28 Jul 2002 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T4o2JU063093 for ; Sun, 28 Jul 2002 21:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T4o2pU063092; Sun, 28 Jul 2002 21:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED45537B400 for ; Sun, 28 Jul 2002 21:46:13 -0700 (PDT) Received: from doom.homeunix.org (50ppp2.telegraph.spb.ru [213.158.3.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C7B43E65 for ; Sun, 28 Jul 2002 21:44:54 -0700 (PDT) (envelope-from igor@doom.homeunix.org) Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.12.5/8.12.5) with ESMTP id g6T4gbaA051921 for ; Mon, 29 Jul 2002 08:42:48 +0400 (MSD) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.12.5/8.12.5/Submit) id g6T4fcNT033929; Mon, 29 Jul 2002 08:41:39 +0400 (MSD) Message-Id: <200207290441.g6T4fcNT033929@doom.homeunix.org> Date: Mon, 29 Jul 2002 08:41:39 +0400 (MSD) From: Igor Pokrovsky Reply-To: Igor Pokrovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41105: New port: graphics/renderpark System for physically based photo-realistic image synthesis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41105 >Category: ports >Synopsis: New port: graphics/renderpark System for physically based photo-realistic image synthesis >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 Jul 28 21:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Igor Pokrovsky >Release: FreeBSD 4.6-STABLE i386 >Organization: MGO >Environment: System: FreeBSD doom.homeunix.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 21 12:17:35 MSD 2002 root@doom.homeunix.org:/usr/src/sys/compile/KERNEL i386 >Description: RenderPark is a test-bed system for physically based photo-realistic image synthesis. It's a free software package providing a solid implementation of a wide variety of state-of-the-art ray-tracing and radiosity algorithms. Although RenderPark is in the first place a tool for research and teaching, it is evolving towards a full featured physics based global illumination rendering system that also illumination engineers, architects, designers and artists will appreciate. Features: * reads models in MGF and new XRML (extended VRML'97) file format. * images can be saved in PPM, TIFF and Radiance PIC format, for which numerous convertors exist. * supports high dynamic range TIFF and PIC image output, suitable for lighting analysis purposes, e.g. using Radiance tools, or experimentation with tone mapping techniques ... * illuminated models after radiosity can be saved in VRML'97 format. * X-Windows/Motif based user interface. * interactive navigation using graphics hardware (OpenGL) with various optimizations that make it suited for large models. * wide range of tone mapping operators + calibrated monitor support. * batch rendering with control through command line arguments or Inter Process Communication. * rendering into an external canvas window makes RenderPark behave as a "plug-in" in other applications. Rendering algorithms implemented: Object-space radiance algorithms: * Galerkin radiosity (both gathering and shooting) with (or without) hierarchical refinement, higher order approximations, clustering, view-importance, ... * Stochastic Jacobi radiosity, also hierarchical with clustering, higher order approximations and view-importance as described in Philippe Bekaert's PhD thesis (recommended radiosity method) * Various random walk radiosity algorithms * Photon Mapping Pixel-driven radiance algorithms: * stochastic ray tracing (usable as a second pass after an object-space radiance algorithm, with special support for the photon map) * bi-directional path tracing. Using regular expressions, you can tune exactly what part of the light transport shall be computed. >How-To-Repeat: >Fix: --- renderpark.shar begins here --- # 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: # # renderpark # renderpark/Makefile # renderpark/pkg-comment # renderpark/pkg-descr # renderpark/distinfo # renderpark/files # renderpark/files/patch-Config.site # renderpark/files/patch-patch.c # renderpark/scripts # renderpark/scripts/cpp2c.sh # renderpark/pkg-plist # echo c - renderpark mkdir -p renderpark > /dev/null 2>&1 echo x - renderpark/Makefile sed 's/^X//' >renderpark/Makefile << 'END-of-renderpark/Makefile' X# New ports collection makefile for: renderpark X# Date created: 24 July 2002 X# Whom: Igor Pokrovsky X# X# $FreeBSD$ X# X XPORTNAME= renderpark XPORTVERSION= 3.3 XCATEGORIES= graphics XMASTER_SITES= ftp://ftp.cs.kuleuven.ac.be/pub/graphics/software/RenderPark/ XDISTNAME= ${DIST_SUBDIR} X.ifdef (WITH_SCENES) XDISTFILES= ${DISTNAME}${EXTRACT_SUFX} Scenes${EXTRACT_SUFX} X.endif XDIST_SUBDIR= RenderPark X XMAINTAINER= tiamat@telegraph.spb.ru X X.ifdef (WITH_XRML) XLIB_DEPENDS= xrml.0:${PORTSDIR}/graphics/xrml X.endif X XWRKSRC= ${WRKDIR}/${DISTNAME} XWRKSRC2= ${WRKDIR}/Scenes X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_MESA= yes XUSE_MOTIF= yes XUSE_REINPLACE= yes X X.if !defined(WITH_SCENES) XPLIST_SUB= WITH_SCENES="@comment " X.else XPLIST_SUB= WITH_SCENES="" X.endif X Xpre-everything: X.ifndef (WITH_XRML) X @${ECHO} "Defining WITH_XRML=yes will allow you to read XRML input files" X.endif X.ifndef (WITH_SCENES) X @${ECHO} "Define WITH_SCENES=yes to install additional scenes package" X.endif X Xpre-patch: X @${RM} -f ${WRKSRC}/Config.site X @${CP} -f ${WRKSRC}/Config.FreeBSD ${WRKSRC}/Config.site X ${SETENV} ${SCRIPTS_ENV} \ X REINPLACE_CMD="${REINPLACE_CMD}" \ X FIND="${FIND}" \ X GREP="${GREP}" \ X ${SH} ${SCRIPTDIR}/cpp2c.sh X X.ifdef (WITH_XRML) Xpost-patch: X @${ECHO} "" >> ${WRKSRC}/Config.site X @${ECHO} "####################################################" >> ${WRKSRC}/Config.site X @${ECHO} "# VRML input support (requires XRML library)" >> ${WRKSRC}/Config.site X @${ECHO} "VRMLHOME = ${X11BASE}" >> ${WRKSRC}/Config.site X @${ECHO} "VRMLFLAGS = -I${X11BASE}/include/xrml" >> ${WRKSRC}/Config.site X @${ECHO} "VRMLLIB = -L${X11BASE}/lib -lxrml" >> ${WRKSRC}/Config.site X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/rpk ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${PREFIX}/lib/X11/app-defaults X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/SCENES/*.mgf ${EXAMPLESDIR} X X.ifdef (WITH_SCENES) X @${MKDIR} ${EXAMPLESDIR}/Scenes X ${INSTALL_DATA} ${WRKSRC2}/*.mgf ${EXAMPLESDIR}/Scenes X ${INSTALL_DATA} ${WRKSRC2}/README ${EXAMPLESDIR}/Scenes X @${MKDIR} ${EXAMPLESDIR}/Scenes/Hospital X ${INSTALL_DATA} ${WRKSRC2}/Hospital/*.mgf ${EXAMPLESDIR}/Scenes/Hospital X @${MKDIR} ${EXAMPLESDIR}/Scenes/Materials X ${INSTALL_DATA} ${WRKSRC2}/Materials/*.mgf ${EXAMPLESDIR}/Scenes/Materials X.endif X X.ifndef (NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/DOC/*.* ${DOCSDIR} X @${MKDIR} ${DOCSDIR}/SourceCode X ${INSTALL_DATA} ${WRKSRC}/DOC/SourceCode/* ${DOCSDIR}/SourceCode X @${MKDIR} ${DOCSDIR}/UserGuide X ${INSTALL_DATA} ${WRKSRC}/DOC/UserGuide/* ${DOCSDIR}/UserGuide X.endif X X.include END-of-renderpark/Makefile echo x - renderpark/pkg-comment sed 's/^X//' >renderpark/pkg-comment << 'END-of-renderpark/pkg-comment' XSystem for physically based photo-realistic image synthesis END-of-renderpark/pkg-comment echo x - renderpark/pkg-descr sed 's/^X//' >renderpark/pkg-descr << 'END-of-renderpark/pkg-descr' XRenderPark is a test-bed system for physically based photo-realistic image Xsynthesis. It's a free software package providing a solid implementation Xof a wide variety of state-of-the-art ray-tracing and radiosity algorithms. XAlthough RenderPark is in the first place a tool for research and teaching, Xit is evolving towards a full featured physics based global illumination Xrendering system that also illumination engineers, architects, designers Xand artists will appreciate. X XFeatures: X* reads models in MGF and new XRML (extended VRML'97) file format. X* images can be saved in PPM, TIFF and Radiance PIC format, for which numerous X convertors exist. X* supports high dynamic range TIFF and PIC image output, suitable for lighting X analysis purposes, e.g. using Radiance tools, or experimentation with tone X mapping techniques ... X* illuminated models after radiosity can be saved in VRML'97 format. X* X-Windows/Motif based user interface. X* interactive navigation using graphics hardware (OpenGL) with various X optimizations that make it suited for large models. X* wide range of tone mapping operators + calibrated monitor support. X* batch rendering with control through command line arguments or X Inter Process Communication. X* rendering into an external canvas window makes RenderPark behave as a X "plug-in" in other applications. X XRendering algorithms implemented: X XObject-space radiance algorithms: X X* Galerkin radiosity (both gathering and shooting) with (or without) X hierarchical refinement, higher order approximations, clustering, X view-importance, ... X* Stochastic Jacobi radiosity, also hierarchical with clustering, higher X order approximations and view-importance as described in Philippe Bekaert's X PhD thesis (recommended radiosity method) X* Various random walk radiosity algorithms X* Photon Mapping X XPixel-driven radiance algorithms: X X* stochastic ray tracing (usable as a second pass after an object-space X radiance algorithm, with special support for the photon map) X* bi-directional path tracing. Using regular expressions, you can tune X exactly what part of the light transport shall be computed. X XWWW: http://www.renderpark.be/ X X- Igor Pokrovsky Xtiamat@telegraph.spb.ru END-of-renderpark/pkg-descr echo x - renderpark/distinfo sed 's/^X//' >renderpark/distinfo << 'END-of-renderpark/distinfo' XMD5 (RenderPark/RenderPark.tar.gz) = 8c5c80b580bb903aa60a01df0634f8c5 XMD5 (RenderPark/Scenes.tar.gz) = 8e99b6874f058303df263e27ef5720e5 END-of-renderpark/distinfo echo c - renderpark/files mkdir -p renderpark/files > /dev/null 2>&1 echo x - renderpark/files/patch-Config.site sed 's/^X//' >renderpark/files/patch-Config.site << 'END-of-renderpark/files/patch-Config.site' X--- Config.site~ Fri Jul 26 15:03:28 2002 X+++ Config.site Fri Jul 26 15:11:05 2002 X@@ -5,24 +5,24 @@ X CC = gcc X MAKEDEPEND = gcc -M X PROFLAGS = # -pg # for profiling X-DEBUGFLAGS = -g # for debugging X-OPTFLAGS = -O3 -Wall -pedantic -ansi X+DEBUGFLAGS = # -g # for debugging X+OPTFLAGS = -O3 -Wall -pedantic -ansi -Wno-long-long X X ################################################################ X # OpenGL/Mesa X DRIVER = opengl X X # Mesa (free OpenGL-like library) X-MESAHOME = /usr/local X+MESAHOME = ${X11BASE} X DRIVERFLAGS = -I$(MESAHOME)/include X DRIVERLIBS = -L$(MESAHOME)/lib -lGLU -lGL X X ################################################################ X-X11HOME = /usr/X11R6 X+X11HOME = ${X11BASE} X XINCLUDES = -I$(X11HOME)/include X XLIBS = -L$(X11HOME)/lib -lXt -lXmu -lXext -lX11 X X-MOTIFHOME = /usr/local X+MOTIFHOME = ${X11BASE} X MOTIFINCLUDES = -I$(MOTIFHOME)/include X # -lXpm library necessary for Motif >=2.0, not for Motif <2.0 X MOTIFLIBS = -L$(MOTIFHOME)/lib -lXm -lXpm END-of-renderpark/files/patch-Config.site echo x - renderpark/files/patch-patch.c sed 's/^X//' >renderpark/files/patch-patch.c << 'END-of-renderpark/files/patch-patch.c' X--- patch.c~ Fri Jul 26 15:36:27 2002 X+++ patch.c Fri Jul 26 15:37:31 2002 X@@ -1074,7 +1074,7 @@ X V2Sub (D, C, CD); V2Sub (D, A, AD); X V2Add (CD, AB, AE); V2Negate (AE); V2Sub (M, A, AM); X X- if (fabs(DETERMINANT(AB, CD)) < EPSILON) /* case AB /* CD */ */ X+ if (fabs(DETERMINANT(AB, CD)) < EPSILON) /* case AB CD */ X { X V2Sub (AB, CD, Vector); X v = DETERMINANT(AM, Vector) / DETERMINANT(AD, Vector); X@@ -1091,7 +1091,7 @@ X } X #endif X } X- else if (fabs(DETERMINANT(BC, AD)) < EPSILON) /* case AD /* BC */ */ X+ else if (fabs(DETERMINANT(BC, AD)) < EPSILON) /* case AD BC */ X { X V2Add (AD, BC, Vector); X u = DETERMINANT(AM, Vector) / DETERMINANT(AB, Vector); END-of-renderpark/files/patch-patch.c echo c - renderpark/scripts mkdir -p renderpark/scripts > /dev/null 2>&1 echo x - renderpark/scripts/cpp2c.sh sed 's/^X//' >renderpark/scripts/cpp2c.sh << 'END-of-renderpark/scripts/cpp2c.sh' X#!/bin/sh X# Convert C++ style sources to C style X# $FreeBSD$ X XFILES=`${FIND} ${WRKSRC} -name '*.c'`; Xfor i in ${FILES}; do X if [ -n "`${GREP} -e '//' $i`" ]; then X ${REINPLACE_CMD} -e 's?//\(.*\)?/*\1 */?' $i; X fi; Xdone; END-of-renderpark/scripts/cpp2c.sh echo x - renderpark/pkg-plist sed 's/^X//' >renderpark/pkg-plist << 'END-of-renderpark/pkg-plist' Xbin/rpk Xlib/X11/app-defaults/RenderPark X%%PORTDOCS%%share/doc/renderpark/102-0281_IMG_small.jpg X%%PORTDOCS%%share/doc/renderpark/ar_small.gif X%%PORTDOCS%%share/doc/renderpark/ashikmin_small.jpg X%%PORTDOCS%%share/doc/renderpark/authors.html X%%PORTDOCS%%share/doc/renderpark/background1.jpg X%%PORTDOCS%%share/doc/renderpark/banner.html X%%PORTDOCS%%share/doc/renderpark/boom5_pmap_small.jpg X%%PORTDOCS%%share/doc/renderpark/bugs.html X%%PORTDOCS%%share/doc/renderpark/changes.html X%%PORTDOCS%%share/doc/renderpark/documentation.html X%%PORTDOCS%%share/doc/renderpark/download.html X%%PORTDOCS%%share/doc/renderpark/egg_caustic_small.jpg X%%PORTDOCS%%share/doc/renderpark/eggs_small.jpg X%%PORTDOCS%%share/doc/renderpark/features.html X%%PORTDOCS%%share/doc/renderpark/flags.html X%%PORTDOCS%%share/doc/renderpark/footer.html X%%PORTDOCS%%share/doc/renderpark/frameset.html X%%PORTDOCS%%share/doc/renderpark/gallery.html X%%PORTDOCS%%share/doc/renderpark/index.html X%%PORTDOCS%%share/doc/renderpark/intro.html X%%PORTDOCS%%share/doc/renderpark/installation.html X%%PORTDOCS%%share/doc/renderpark/knop-e1-h1_small.jpg X%%PORTDOCS%%share/doc/renderpark/knot2.jpg X%%PORTDOCS%%share/doc/renderpark/knot2_small.jpg X%%PORTDOCS%%share/doc/renderpark/license.html X%%PORTDOCS%%share/doc/renderpark/menu.html X%%PORTDOCS%%share/doc/renderpark/prerequisites.html X%%PORTDOCS%%share/doc/renderpark/template.html X%%PORTDOCS%%share/doc/renderpark/SourceCode/rpkrt_fig.eps X%%PORTDOCS%%share/doc/renderpark/SourceCode/rpkrt_fig.fig X%%PORTDOCS%%share/doc/renderpark/SourceCode/sourcecode.pdf X%%PORTDOCS%%share/doc/renderpark/SourceCode/sourcecode.tex X%%PORTDOCS%%share/doc/renderpark/UserGuide/bidirpath.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/bidirpathcontrolpanel.gif X%%PORTDOCS%%share/doc/renderpark/UserGuide/bidirpathtracing.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/cameramenu.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/filemenu.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/filemenu.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/galerkin.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/galerkincontrol.gif X%%PORTDOCS%%share/doc/renderpark/UserGuide/index.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/loadfilebox.gif X%%PORTDOCS%%share/doc/renderpark/UserGuide/photonmap.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/photonmapconstruction.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/photonmapdialog.gif X%%PORTDOCS%%share/doc/renderpark/UserGuide/radiancemenu.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/randwalkrad.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/randwalkradcontrol.gif X%%PORTDOCS%%share/doc/renderpark/UserGuide/raytracingmenu.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/scenestats.gif X%%PORTDOCS%%share/doc/renderpark/UserGuide/renderingmenu.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/renderingmenu.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/screenshot.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/stochasticraytracing.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/stochasticraytracing.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/stochasticraytracingcontroldialog.gif X%%PORTDOCS%%share/doc/renderpark/UserGuide/stochjacobi.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/stochjacobicontrol.gif X%%PORTDOCS%%share/doc/renderpark/UserGuide/template.html X%%PORTDOCS%%share/doc/renderpark/UserGuide/tonemappingmenu.jpg X%%PORTDOCS%%share/doc/renderpark/UserGuide/userguide.html Xshare/examples/renderpark/corridor.mgf Xshare/examples/renderpark/cube.mgf Xshare/examples/renderpark/floor_gloss.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/caustic.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/chair.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/classroom.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/corridor.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/cube-sr.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/cube.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/glas_with_cyl.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/glasssphere.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/graz.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/handroom-sr.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/handroom.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/maze.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/metalsphere.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/office.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/office2-sr.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/office2.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/reflectCaustic.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/simple.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/spec_sphere.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/transparent.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/twospheres.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/whitelab.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/whiteroom.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/README X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/blokken2.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/chair.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/coatrack.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/counter.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/desk.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/deur.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/deurbar.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/hosp.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/lampi.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/lampi2.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/lampi4.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/liftdeur.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/main.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/mug.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/orgchair.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/rectlight.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/redchair.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/shade.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/shades_box.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/squarelight.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/stoeltje.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/structure.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/tafeltje.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Hospital/window.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Materials/custommats.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Materials/dupont.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Materials/illums.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Materials/macbeth.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Materials/munsell.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Materials/objects.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Materials/realobj.mgf X%%WITH_SCENES%%share/examples/renderpark/Scenes/Materials/test.mgf X%%PORTDOCS%%@dirrm share/doc/renderpark/SourceCode X%%PORTDOCS%%@dirrm share/doc/renderpark/UserGuide X%%PORTDOCS%%@dirrm share/doc/renderpark X%%WITH_SCENES%%@dirrm share/examples/renderpark/Scenes/Hospital X%%WITH_SCENES%%@dirrm share/examples/renderpark/Scenes/Materials X%%WITH_SCENES%%@dirrm share/examples/renderpark/Scenes X@dirrm share/examples/renderpark END-of-renderpark/pkg-plist exit --- renderpark.shar ends here --- >Release-Note: >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 Jul 28 23:35:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4053237B400 for ; Sun, 28 Jul 2002 23:35:22 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC2943E67 for ; Sun, 28 Jul 2002 23:35:21 -0700 (PDT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id E43EC5B8B for ; Mon, 29 Jul 2002 08:35:19 +0200 (CEST) Received: by mail.droso.net (Postfix, from userid 1001) id 3C2305B85; Mon, 29 Jul 2002 08:35:17 +0200 (CEST) Date: Mon, 29 Jul 2002 08:35:17 +0200 From: Erwin Lansing To: ports@freebsd.org Subject: Re: FreeBSD Port: p5-Cflow-1.051 Message-ID: <20020729083517.A58911@droso.net> Reply-To: ports@freebsd.org Mail-Followup-To: ports@freebsd.org References: <5.1.0.14.0.20020728215255.00ac8d00@postoffice.swbell.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <5.1.0.14.0.20020728215255.00ac8d00@postoffice.swbell.net>; from sean@seanoneill.info on Sun, Jul 28, 2002 at 09:56:37PM -0500 X-Operating-System: FreeBSD/i386 4.6-STABLE X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 28, 2002 at 09:56:37PM -0500, Sean O'Neill wrote: > Does one specific person maintain p5-Cflow-1.051 ? >=20 > I recently upgraded the p5-Cflow and Argus ports on my FreeBSD and - well= -=20 > it broke. Turns out the p5-Cflow was looking for Argus and it couldn't t= he=20 > Argus build files it needs to complete it own build which should support= =20 > Argus - assuming Argus is installed. >=20 > This seems to be a problem in the p5-Cflow port itself. Curious how one= =20 > proceeds with potential problems like this. The port is currently unmaintained. If you have a patch, you are most welcome to create a PR to have it fixed in the tree. The process is described in the porters handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html Cheers, -erwin --=20 Erwin Lansing -- http://droso.org --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE9ROIlqy9aWxUlaZARApw6AJ0W6Z55iwqdrhqa9EuOkNWaSorkgACfZNVD ui5FgAW9rR+H8i4HPvZs8es= =o1Kw -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 0:20:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B4FB37B405 for ; Mon, 29 Jul 2002 00:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32EF943E67 for ; Mon, 29 Jul 2002 00:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T7K4JU088925 for ; Mon, 29 Jul 2002 00:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T7K4VZ088924; Mon, 29 Jul 2002 00:20:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F7237B400; Mon, 29 Jul 2002 00:15:50 -0700 (PDT) Received: from twoflower.liebende.de (pD9507F32.dip.t-dialin.net [217.80.127.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1309543E31; Mon, 29 Jul 2002 00:15:49 -0700 (PDT) (envelope-from jstocker@twoflower.liebende.de) Received: from twoflower.liebende.de (localhost [127.0.0.1]) by twoflower.liebende.de (8.12.5/8.12.5) with ESMTP id g6T7G5x5000848; Mon, 29 Jul 2002 09:16:05 +0200 (CEST) (envelope-from jstocker@twoflower.liebende.de) Received: (from jstocker@localhost) by twoflower.liebende.de (8.12.5/8.12.5/Submit) id g6T7G45N000847; Mon, 29 Jul 2002 09:16:04 +0200 (MEST) Message-Id: <200207290716.g6T7G45N000847@twoflower.liebende.de> Date: Mon, 29 Jul 2002 09:16:04 +0200 (MEST) From: Jan Stocker Reply-To: Jan Stocker To: FreeBSD-gnats-submit@FreeBSD.org Cc: obrien@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41108: editors/vim does not build gnome-gui for ages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41108 >Category: ports >Synopsis: editors/vim does not build gnome-gui for ages >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: Mon Jul 29 00:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jan Stocker >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD twoflower 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Jul 18 08:40:25 CEST 2002 root@twoflower:/usr/obj/usr/src/sys/Twoflower50 i386 >Description: Compiling vim with gnome-gui results in a gtk-version. >How-To-Repeat: cd /usr/ports/editors/vim && make WITH_GNOME=yes >Fix: --- Makefile.orig Mon Jul 29 09:10:01 2002 +++ Makefile Mon Jul 29 09:10:25 2002 @@ -97,7 +97,7 @@ .if !defined(WITHOUT_X11) # for now default the GUI to the GTK+ one # will be reviewed when the GTK+ 1.{3,4} behemoth is released -.if !defined(WITH_ATHENA) && !defined(WITH_GTK) && !defined(WITH_MOTIF) +.if !defined(WITH_ATHENA) && !defined(WITH_GTK) && !defined(WITH_MOTIF) && !defined(WITH_GNOME) WITH_GTK= yes .endif >Release-Note: >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 Jul 29 1:10: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C251537B401 for ; Mon, 29 Jul 2002 01:10:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E900C43E65 for ; Mon, 29 Jul 2002 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T8A1JU097825 for ; Mon, 29 Jul 2002 01:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T8A1NW097824; Mon, 29 Jul 2002 01:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E8437B400 for ; Mon, 29 Jul 2002 01:02:48 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5B943E5E for ; Mon, 29 Jul 2002 01:02:48 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T82hOT007446 for ; Mon, 29 Jul 2002 01:02:43 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6T82h7V007445; Mon, 29 Jul 2002 01:02:43 -0700 (PDT) Message-Id: <200207290802.g6T82h7V007445@www.freebsd.org> Date: Mon, 29 Jul 2002 01:02:43 -0700 (PDT) From: Andreas Schulz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41111: ports/comms/zssh wrong mastersite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41111 >Category: ports >Synopsis: ports/comms/zssh wrong mastersite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 01:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.6-RELEASE >Organization: FHG-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 18 21:05:42 CEST 2002 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: ports/comms/zssh fetches not the tarball but a HTML Site in the moment :-). They have changed the download location and put up a mirror list. >How-To-Repeat: Try to fetch it :-). >Fix: Change the MASTERSITE line from http://prdownloads.sf.net/zssh/ to http://telia.dl.sourceforge.net/sourceforge/zssh/ or one of the other three mirrors named in the old HTML Page. >Release-Note: >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 Jul 29 1:20:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7F137B400 for ; Mon, 29 Jul 2002 01:20:14 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id F165C43E42 for ; Mon, 29 Jul 2002 01:20:13 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.4/8.12.3) with ESMTP id g6T8KCUR050857; Mon, 29 Jul 2002 10:20:12 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.4/8.12.4/Submit) id g6T8KC9a050856; Mon, 29 Jul 2002 10:20:12 +0200 (CEST) Date: Mon, 29 Jul 2002 10:20:11 +0200 From: Stijn Hoop To: Maxim Sobolev Cc: walt , freebsd-ports@freebsd.org Subject: Re: how is the GNOME 2 package these days? Message-ID: <20020729082011.GB43346@pcwin002.win.tue.nl> References: <200207282302.g6SN2JnQ008443@vega.vega.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <200207282302.g6SN2JnQ008443@vega.vega.com> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Jul 29, 2002 at 02:02:19AM +0300, Maxim Sobolev wrote: > > Have you tried it on -current? Most everything seems to be working OK = for > > me except gnome-session which crashes everytime I start it. >=20 > This is probably because you either don't have standard XFree86 > scalable fonts installed or configures. Just as a quick question, what if you really don't ever want those butt-ugly Type1 fonts? --Stijn --=20 Beware of he who would deny you access to information. For in his heart he thinks himself your master. -- Sid Meyer, "Sid Meyer's Alpha Centauri" --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9RPq7Y3r/tLQmfWcRAl+XAJ4rZdvmlSxzjrhl90NEMXXt9BDiOwCghPZz qWnB5LJWrDrpP9yfxdPomMM= =2aVJ -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 1:30:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30BF237B400 for ; Mon, 29 Jul 2002 01:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6160543E65 for ; Mon, 29 Jul 2002 01:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T8U3JU099719 for ; Mon, 29 Jul 2002 01:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T8U3HT099718; Mon, 29 Jul 2002 01:30:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E4537B400 for ; Mon, 29 Jul 2002 01:24:03 -0700 (PDT) Received: from arthur.cs.uni-magdeburg.de (arthur.CS.Uni-Magdeburg.De [141.44.27.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E4F43E42 for ; Mon, 29 Jul 2002 01:24:02 -0700 (PDT) (envelope-from jesse@arthur.cs.uni-magdeburg.de) Received: from arthur.cs.uni-magdeburg.de (localhost [127.0.0.1]) by arthur.cs.uni-magdeburg.de (8.12.5/8.12.5) with ESMTP id g6T8PXPV086868 for ; Mon, 29 Jul 2002 10:25:33 +0200 (CEST) (envelope-from jesse@arthur.cs.uni-magdeburg.de) Received: (from jesse@localhost) by arthur.cs.uni-magdeburg.de (8.12.5/8.12.5/Submit) id g6T8PWhx086867; Mon, 29 Jul 2002 10:25:32 +0200 (MEST) Message-Id: <200207290825.g6T8PWhx086867@arthur.cs.uni-magdeburg.de> Date: Mon, 29 Jul 2002 10:25:32 +0200 (MEST) From: Roland Jesse Reply-To: Roland Jesse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41112: Update misc/mango to version 0.16 (SUPERCEEDS ports/37594) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41112 >Category: ports >Synopsis: Update misc/mango to version 0.16 (SUPERCEEDS ports/37594) >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 Jul 29 01:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD arthur.cs.uni-magdeburg.de 4.6-STABLE FreeBSD 4.6-STABLE #7: Thu Jul 11 17:55:56 CEST 2002 root@arthur.cs.uni-magdeburg.de:/usr/obj/usr/src/sys/ARTHUR i386 >Description: This is an update of port misc/mango. This update requires the qextmdi library (ports/37567). No new files are introduced by this update. >How-To-Repeat: build and install port misc/mango >Fix: diff -ruN mango/Makefile mango.new/Makefile --- mango/Makefile Mon May 13 10:04:29 2002 +++ mango.new/Makefile Mon Jul 29 10:20:05 2002 @@ -1,31 +1,32 @@ # New ports collection makefile for: mango # Date created: 23 March 2001 -# Whom: Roland Jesse +# Whom: Roland Jesse # # $FreeBSD: ports/misc/mango/Makefile,v 1.4 2002/05/11 09:33:46 kris Exp $ # PORTNAME= mango -PORTVERSION= 0.3 -PORTREVISION= 2 +PORTVERSION= 0.16 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=mango -MAINTAINER= jesse@cs.uni-magdeburg.de +MAINTAINER= roland.jesse@gmx.net -BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake +LIB_DEPENDS+= qextmdi.2:${PORTSDIR}/devel/qextmdi USE_BZIP2= yes -USE_QT_VER= 2 -TMAKEENV= TMAKEPATH=${PREFIX}/share/tmake/freebsd-g++ QTDIR=${X11BASE} +USE_QT_VER= 3 MAKE_ENV+= QTDIR=${X11BASE} -do-build: - (cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile mango.pro) - (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +do-configure: + @(cd ${WRKSRC} && \ + ${SED} -i -e 's|warn_on debug|warn_off release thread|' mango.pro) + @(cd ${WRKSRC} && \ + ${SETENV} QTDIR=${X11BASE} PREFIX=${PREFIX} QMAKESPEC=freebsd-g++ \ + qmake mango.pro) -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mango ${PREFIX}/bin +pre-install: + @${STRIP_CMD} ${WRKSRC}/mango .include diff -ruN mango/distinfo mango.new/distinfo --- mango/distinfo Sat Mar 31 04:25:18 2001 +++ mango.new/distinfo Mon Jul 29 09:12:08 2002 @@ -1 +1 @@ -MD5 (mango-0.3.tar.bz2) = ac9cb32f5174890552e4711065890f1d +MD5 (mango-0.16.tar.bz2) = e5b194925761a4efb868feb09b90e556 diff -ruN mango/pkg-descr mango.new/pkg-descr --- mango/pkg-descr Sat Mar 31 04:25:18 2001 +++ mango.new/pkg-descr Mon Jul 29 10:18:25 2002 @@ -1,8 +1,7 @@ Mango is a recipe management software. The main motivation of the -project is to provide a mealmaster compatible application for UNIX and -similar systems. +project is to provide an open source mealmaster compatible +application. WWW: http://mango.sourceforge.net/ - Roland -jesse@cs.uni-magdeburg.de >Release-Note: >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 Jul 29 2: 1: 1 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B658C37B400 for ; Mon, 29 Jul 2002 02:00:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 794A643E65 for ; Mon, 29 Jul 2002 02:00:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T90BJU002441 for ; Mon, 29 Jul 2002 02:00:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T90BCa002440; Mon, 29 Jul 2002 02:00:11 -0700 (PDT) Date: Mon, 29 Jul 2002 02:00:11 -0700 (PDT) Message-Id: <200207290900.g6T90BCa002440@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tilman Linneweh Subject: Re: ports/41111: ports/comms/zssh wrong mastersite Reply-To: Tilman Linneweh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41111; it has been noted by GNATS. From: Tilman Linneweh To: Andreas Schulz Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/41111: ports/comms/zssh wrong mastersite Date: Mon, 29 Jul 2002 10:52:41 +0200 >>Description: > ports/comms/zssh fetches not the tarball but a HTML Site in the > moment :-). They have changed the download location and put up > a mirror list. >>Fix: > Change the MASTERSITE line from > http://prdownloads.sf.net/zssh/ > to > http://telia.dl.sourceforge.net/sourceforge/zssh/ > or one of the other three mirrors named in the old HTML Page. A even better solution would be to set MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= zssh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 2: 1: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BD637B400 for ; Mon, 29 Jul 2002 02:01:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F3743E4A for ; Mon, 29 Jul 2002 02:01:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T911JU002789 for ; Mon, 29 Jul 2002 02:01:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T911kO002788; Mon, 29 Jul 2002 02:01:01 -0700 (PDT) Date: Mon, 29 Jul 2002 02:01:01 -0700 (PDT) Message-Id: <200207290901.g6T911kO002788@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tilman Linneweh Subject: Re: ports/41090: update irc/olirc to 0.0.38-alpha-3.2 Reply-To: Tilman Linneweh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41090; it has been noted by GNATS. From: Tilman Linneweh To: Juergen Lock Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/41090: update irc/olirc to 0.0.38-alpha-3.2 Date: Mon, 29 Jul 2002 10:56:54 +0200 Hello Juergen, > PORTNAME= olirc > -PORTVERSION= 0.0.37 > +PORTVERSION= 0.0.38-alpha-3.2 Please check your ports with portlint. The Version Number is invalid. Check porters Handbook for details > CATEGORIES= irc > -MASTER_SITES= http://olirc.hexanet.fr/ > +MASTER_SITES= http://olirc.sourceforge.net/ Perhaps you should switch to ${MASTER_SITE_SOURCEFORGE}, to get the sourceforge mirrors. regards arved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 2: 9:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A23A37B400 for ; Mon, 29 Jul 2002 02:09:20 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD40C43E31 for ; Mon, 29 Jul 2002 02:09:19 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 70A73535C; Mon, 29 Jul 2002 11:09:17 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: ports@freebsd.org Subject: Does anyone care about Emacs? From: Dag-Erling Smorgrav Date: 29 Jul 2002 11:09:17 +0200 Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Both emacs20 and emacs21 are currently unbuildable. The emacs20 issue is far from new, and is documented in PR ports/39147, along with a suggested workaround. I haven't found any PRs about emacs21, but the build seems to hang when it gets to this point: ../src/emacs -batch --no-site-file --multibyte -f batch-byte-recompile-directory /usr/ports/editors/emacs21/work/emacs-21.2/lisp I killed it after 450 minutes of CPU time on a 600 MHz ev56. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 2:20: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25EDE37B400 for ; Mon, 29 Jul 2002 02:20:01 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id E270F43E5E for ; Mon, 29 Jul 2002 02:19:59 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 420CC812FD; Mon, 29 Jul 2002 18:49:57 +0930 (CST) Date: Mon, 29 Jul 2002 18:49:57 +0930 From: Greg 'groggy' Lehey To: Dag-Erling Smorgrav Cc: ports@freebsd.org Subject: Re: Does anyone care about Emacs? Message-ID: <20020729091957.GE68969@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Monday, 29 July 2002 at 11:09:17 +0200, Dag-Erling Smorgrav wrote: > Both emacs20 and emacs21 are currently unbuildable. The emacs20 issue > is far from new, and is documented in PR ports/39147, along with a > suggested workaround. I haven't found any PRs about emacs21, but the > build seems to hang when it gets to this point: > > ../src/emacs -batch --no-site-file --multibyte -f batch-byte-recompile-directory /usr/ports/editors/emacs21/work/emacs-21.2/lisp > > I killed it after 450 minutes of CPU time on a 600 MHz ev56. This must be an alpha problem, I have built Emacs several times on i386 over the weekend. Now I *would* like to know why we have ports for Emacs 19 and 20, and why the "emacs" port is of 19.34, which dates from August 1996. Can't we at least change the name to something less confusing, if anybody really cares about this old stuff? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 2:20:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2DDC37B401 for ; Mon, 29 Jul 2002 02:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02DFF43E67 for ; Mon, 29 Jul 2002 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T9K1JU008292 for ; Mon, 29 Jul 2002 02:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T9K1I8008291; Mon, 29 Jul 2002 02:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0B7C37B400 for ; Mon, 29 Jul 2002 02:10:14 -0700 (PDT) Received: from nelly.internal.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1456443E5E for ; Mon, 29 Jul 2002 02:10:14 -0700 (PDT) (envelope-from simond@irrelevant.org) Received: from simond by nelly.internal.irrelevant.org with local (Exim 3.36 #1) id 17Z6Xc-0004gQ-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Jul 2002 10:10:12 +0100 Message-Id: Date: Mon, 29 Jul 2002 10:10:12 +0100 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41113: New port: net/mydns Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41113 >Category: ports >Synopsis: New port: net/mydns >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 Jul 29 02:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.6-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #0: Sat Jun 29 15:30:22 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: Port for MyDNS 0.8 (MySQL backed DNS server) >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: # # mydns # mydns/Makefile # mydns/pkg-comment # mydns/pkg-descr # mydns/pkg-plist # mydns/distinfo # echo c - mydns mkdir -p mydns > /dev/null 2>&1 echo x - mydns/Makefile sed 's/^X//' >mydns/Makefile << 'END-of-mydns/Makefile' X# New ports collection makefile for: mydns X# Date created: 23 July 2002 X# Whom: Simon Dick X# X# $FreeBSD$ X# X XPORTNAME= mydns XPORTVERSION= 0.8 XCATEGORIES= net databases XMASTER_SITES= http://mydns.bboy.net/download/ X XMAINTAINER= simond@irrelevant.org X XLIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-confdir=${PREFIX}/etc XUSE_BZIP2= yes X XMAN5= mydns.conf.5 XMAN8= mydns.8 X X.include END-of-mydns/Makefile echo x - mydns/pkg-comment sed 's/^X//' >mydns/pkg-comment << 'END-of-mydns/pkg-comment' XDNS server designed to utilize the MySQL database END-of-mydns/pkg-comment echo x - mydns/pkg-descr sed 's/^X//' >mydns/pkg-descr << 'END-of-mydns/pkg-descr' XMyDNS is a free DNS server for UNIX implemented from scratch and Xdesigned to utilize the MySQL database for data storage. X XIts primary objectives are stability, security, interoperability, Xand speed, though not necessarily in that order. X XMyDNS does not include recursive name service, nor a resolver library. XIt is primarily designed for organizations with many zones and/or Xresource records who desire the ability to perform real-time dynamic Xupdates on their DNS data via MySQL. X XWWW: http://mydns.bboy.net/ END-of-mydns/pkg-descr echo x - mydns/pkg-plist sed 's/^X//' >mydns/pkg-plist << 'END-of-mydns/pkg-plist' Xinclude/mydns.h Xinfo/mydns.info Xlib/libmydns.a Xlib/charset.alias Xsbin/mydns Xshare/locale/locale.alias END-of-mydns/pkg-plist echo x - mydns/distinfo sed 's/^X//' >mydns/distinfo << 'END-of-mydns/distinfo' XMD5 (mydns-0.8.tar.bz2) = a0d166fe82877c4c67c32c0cc4ca3c47 END-of-mydns/distinfo exit >Release-Note: >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 Jul 29 2:40: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F76E37B400 for ; Mon, 29 Jul 2002 02:40:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDAE843E42 for ; Mon, 29 Jul 2002 02:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T9e5JU011391 for ; Mon, 29 Jul 2002 02:40:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T9e5vd011377; Mon, 29 Jul 2002 02:40:05 -0700 (PDT) Date: Mon, 29 Jul 2002 02:40:05 -0700 (PDT) Message-Id: <200207290940.g6T9e5vd011377@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Olivier Tharan Subject: Re: ports/41018: 'screen' binary eats CPU on 4.6-RELEASE , 4.6.1-RELEASE and -STABLE Reply-To: Olivier Tharan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41018; it has been noted by GNATS. From: Olivier Tharan To: Marco Baan Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/41018: 'screen' binary eats CPU on 4.6-RELEASE , 4.6.1-RELEASE and -STABLE Date: Mon, 29 Jul 2002 11:25:16 +0200 * Marco Baan (20020726 13:21): > >Synopsis: 'screen' binary eats CPU on 4.6-RELEASE , 4.6.1-RELEASE and -STABLE > Screen eats all the resources. > >How-To-Repeat: > pkg_add -r screen ; screen ; top This is the same PR as 39148 which already has the solution. olive -- Tact, n.: The unsaid part of what you're thinking. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 3:30:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C302837B400 for ; Mon, 29 Jul 2002 03:30:27 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6993D43E3B for ; Mon, 29 Jul 2002 03:30:26 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17Z7nF-0002ao-00; Mon, 29 Jul 2002 12:30:25 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6TAKHhn027352 for ; Mon, 29 Jul 2002 12:20:17 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6TAKHdQ027351 for freebsd-ports@freebsd.org; Mon, 29 Jul 2002 12:20:17 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: ports/40844: Syntax error on german/BBBike/Makefile Date: Mon, 29 Jul 2002 10:20:16 +0000 (UTC) Message-ID: References: <200207281100.g6SB0Iri077176@freefall.freebsd.org> <200207281351.g6SDp5LX011426@kemoauc.mips.inka.de> <20020728143505.GJ810@over-yonder.net> <20020728225345.GD2733@k7.mavetju> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Edwin Groothuis wrote: > It's a >= 4.6 problem, I didn't have it neither while running 4.5. But Matthew's original PR says he's running -CURRENT (as I am). -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 4:20:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 517BC37B401 for ; Mon, 29 Jul 2002 04:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E25143E31 for ; Mon, 29 Jul 2002 04:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TBK5JU034429 for ; Mon, 29 Jul 2002 04:20:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TBK5qe034428; Mon, 29 Jul 2002 04:20:05 -0700 (PDT) Date: Mon, 29 Jul 2002 04:20:05 -0700 (PDT) Message-Id: <200207291120.g6TBK5qe034428@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/41051: Update port: lang/ghc - avoid problems with textproc/haxml, fix package Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41051; it has been noted by GNATS. From: Oliver Braun To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/41051: Update port: lang/ghc - avoid problems with textproc/haxml, fix package Date: Mon, 29 Jul 2002 13:13:07 +0200 ----- Forwarded message from Simon Marlow ----- From: "Simon Marlow" To: "Oliver Braun" , > Simon, could you please check my patch and approve it, if you=20 > are agreed. Approved, thanks Olli. Those empty directories should really not be there, I'll fix it for the next release. For the post-install message, I would make one small change: "In order to avoid problems with the textproc/haxml port" change to "In order to avoid a conflict with the textproc/haxml port" (because "a problem" is a bit vague). Cheers, Simon ----- End forwarded message ----- --=20 IST & IIS _ INF _ UniBwM _____ http://ist.unibw-muenchen.de/People/obraun/ Tele-Consulting GmbH _________ http://www.tele-consulting.com/ ___ obraun@ FreeBSD: The Power To Serve __ http://www.freebsd.org/ ___________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 4:30:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C44137B400; Mon, 29 Jul 2002 04:30:30 -0700 (PDT) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.135.138.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD84943E4A; Mon, 29 Jul 2002 04:30:26 -0700 (PDT) (envelope-from fanf@chiark.greenend.org.uk) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 17Z8jF-0003SZ-00 (Debian); Mon, 29 Jul 2002 12:30:21 +0100 Date: Mon, 29 Jul 2002 12:30:21 +0100 From: Tony Finch To: cyrille.lefevre+dated+1028178747.705301@laposte.net, dot@dotat.at, freebsd-hackers@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: sed -i has difficulty with read-only files Message-ID: <20020729123021.A6864@chiark.greenend.org.uk> References: <20020726165021.C7551@chiark.greenend.org.uk> <20020727051224.GA7996@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020727051224.GA7996@gits.dyndns.org>; from cyrille.lefevre+dated+1028178747.705301@laposte.net on Sat, Jul 27, 2002 at 07:12:24AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Jul 27, 2002 at 07:12:24AM +0200, Cyrille Lefevre wrote: > > IMHO, both the old and the newer code are wrong. they should use > getenv("TMPDIR") if any and certainly not the current directory. > there is probably more room in ${TMPDIR:-/var/tmp} then in the > current directory. imagine that the current fs is nearly full... I'm disinclined to use a file in $TMPDIR or in /tmp because of the bad effect it has on the complexity of the code, and I think that if you are running out of disk space then you deserve to lose. Though I'm open to other opinions. Tony. -- f.a.n.finch http://dotat.at/ FAIR ISLE: EAST 4, BACKING NORTHEAST 5 OR 6 OCCASIONALLY 7. RAIN. GOOD BECOMING MODERATE OCCASIONALLY POOR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 4:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7BD37B400 for ; Mon, 29 Jul 2002 04:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7323743E4A for ; Mon, 29 Jul 2002 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TBo2JU037685 for ; Mon, 29 Jul 2002 04:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TBo260037684; Mon, 29 Jul 2002 04:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B8EF37B400 for ; Mon, 29 Jul 2002 04:40:50 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32AA543E5E for ; Mon, 29 Jul 2002 04:40:49 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 4DE4F3EAD6B for ; Mon, 29 Jul 2002 19:40:47 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 629823EAD6A; Mon, 29 Jul 2002 19:40:44 +0800 (CST) Message-Id: <20020729114044.629823EAD6A@utopia.leeym.com> Date: Mon, 29 Jul 2002 19:40:44 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41116: update port: news/cleanfeed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41116 >Category: ports >Synopsis: update port: news/cleanfeed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 04:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.6-STABLE FreeBSD 4.6-STABLE #51: Tue Jul 23 05:19:48 CST 2002 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: update to cleanfeed-20020501 support REINPLACE remove files/ >How-To-Repeat: >Fix: --- cleanfeed.diff begins here --- diff -ruN --exclude CVS /usr/ports/news/cleanfeed/Makefile cleanfeed/Makefile --- /usr/ports/news/cleanfeed/Makefile Wed Jan 30 04:53:06 2002 +++ cleanfeed/Makefile Mon Jul 29 19:03:57 2002 @@ -6,7 +6,7 @@ # PORTNAME= cleanfeed -PORTVERSION= 20011031 +PORTVERSION= 20020501 CATEGORIES= news MASTER_SITES= http://www.bofh.it/~md/cleanfeed/ EXTRACT_SUFX= .tgz @@ -21,12 +21,11 @@ BINGRP= news SHAREOWN= news SHAREGRP= news +USE_REINPLACE= yes INSTALL+= -b post-patch: -.for file in cleanfeed cleanfeed.local.sample - @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file} -.endfor + @${REINPLACE_CMD} -e 's,/news,${PREFIX}/news,g' ${WRKSRC}/cleanfeed* do-install: .for file in bad_adult_paths bad_cancel_paths bad_hosts bad_paths cleanfeed cleanfeed.local.sample diff -ruN --exclude CVS /usr/ports/news/cleanfeed/distinfo cleanfeed/distinfo --- /usr/ports/news/cleanfeed/distinfo Wed Jan 30 04:53:06 2002 +++ cleanfeed/distinfo Mon Jul 29 18:59:08 2002 @@ -1 +1 @@ -MD5 (cleanfeed-20011031.tgz) = abae9cef27263c20d5d4d0f49def826a +MD5 (cleanfeed-20020501.tgz) = 8535cc55d63a1932a447d09829b6aa97 diff -ruN --exclude CVS /usr/ports/news/cleanfeed/files/patch-cleanfeed cleanfeed/files/patch-cleanfeed --- /usr/ports/news/cleanfeed/files/patch-cleanfeed Mon Sep 10 00:15:39 2001 +++ cleanfeed/files/patch-cleanfeed Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- cleanfeed.orig Sat Sep 8 09:42:19 2001 -+++ cleanfeed Sat Sep 8 09:42:31 2001 -@@ -11,7 +11,7 @@ - # Directory where cleanfeed.local and the other configuration files live. - # Set this to undef to not use any external file. - --$config_dir = '/news/bin/filter'; -+$config_dir = '%%PREFIX%%/news/bin/filter'; - - ############################################################################## - # Server configuration diff -ruN --exclude CVS /usr/ports/news/cleanfeed/files/patch-cleanfeed.local.sample cleanfeed/files/patch-cleanfeed.local.sample --- /usr/ports/news/cleanfeed/files/patch-cleanfeed.local.sample Mon Sep 10 00:15:39 2001 +++ cleanfeed/files/patch-cleanfeed.local.sample Thu Jan 1 08:00:00 1970 @@ -1,21 +0,0 @@ ---- cleanfeed.local.sample.orig Sat Sep 8 09:41:06 2001 -+++ cleanfeed.local.sample Sat Sep 8 09:41:24 2001 -@@ -213,13 +213,13 @@ - sub local_config { - %config_local = ( - block_late_cancels => 1, -- active_file => '/news/db/active', -- statfile => '/news/log/cleanfeed.stats', --# html_statfile => '/news/log/cleanfeed.stats.html', -+ active_file => '%%PREFIX%%/news/db/active', -+ statfile => '%%PREFIX%%/news/log/cleanfeed.stats', -+# html_statfile => '%%PREFIX%%/news/log/cleanfeed.stats.html', - stats_interval => 300, - do_emp_dump => 1, -- emp_dump_file => '/news/tmp/empdump', -- debug_batch_directory => '/news/spam', -+ emp_dump_file => '%%PREFIX%%/news/tmp/empdump', -+ debug_batch_directory => '%%PREFIX%%/news/spam', - ); - - %config_append = ( --- cleanfeed.diff ends here --- >Release-Note: >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 Jul 29 4:52:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D9B37B400 for ; Mon, 29 Jul 2002 04:52:18 -0700 (PDT) Received: from optima-hyper.com (s2.optima-inc.us [12.111.39.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A5743E4A for ; Mon, 29 Jul 2002 04:52:12 -0700 (PDT) (envelope-from yuri@tsoft.com) Received: from s1.optima-inc.us (s1 [12.111.39.155]) by optima-hyper.com (8.12.3/8.12.2) with ESMTP id g6TBq2u4019055 for ; Mon, 29 Jul 2002 07:52:02 -0400 (EDT) Received: from tsoft.com (localhost [127.0.0.1]) by s1.optima-inc.us (8.12.5/8.12.2) with ESMTP id g6TBq3Lf016067 for ; Mon, 29 Jul 2002 07:52:04 -0400 (EDT) Message-ID: <3D452C69.699EAA90@tsoft.com> Date: Mon, 29 Jul 2002 07:52:09 -0400 From: Yuri Victorovich X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: cad/pcb: wrong BROKEN="Does bot build" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It actually does build and work. Please verify, Yuri. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 5: 0:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31A2937B401 for ; Mon, 29 Jul 2002 05:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 496AF43E67 for ; Mon, 29 Jul 2002 05:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TC04JU038453 for ; Mon, 29 Jul 2002 05:00:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TC04UU038452; Mon, 29 Jul 2002 05:00:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7403A37B400 for ; Mon, 29 Jul 2002 04:59:04 -0700 (PDT) Received: from unsane.de (pD950F398.dip.t-dialin.net [217.80.243.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6CC43E3B for ; Mon, 29 Jul 2002 04:59:03 -0700 (PDT) (envelope-from lizard@unsane.de) Received: from localhost (localhost.unsane.de [127.0.0.1]) by unsane.de (Postfix) with ESMTP id 53F056BC for ; Mon, 29 Jul 2002 13:59:00 +0200 (CEST) Received: by unsane.de (Postfix, from userid 1001) id 770DB49C; Mon, 29 Jul 2002 13:58:59 +0200 (CEST) Message-Id: <20020729115859.770DB49C@unsane.de> Date: Mon, 29 Jul 2002 13:58:59 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41118: Update ports: graphics/divxcalc -> 0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41118 >Category: ports >Synopsis: Update ports: graphics/divxcalc -> 0.3 >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 Jul 29 05:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 28 12:22:42 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386 >Description: Update graphics/divxcalc from 0.2 to 0.3. Regards, Olli >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/divxcalc/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2002/07/08 10:41:26 1.3 +++ Makefile 2002/07/29 11:57:32 @@ -7,7 +7,7 @@ # PORTNAME= divxcalc -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= graphics MASTER_SITES= http://tuxpower.f2g.net/divxcalc/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/divxcalc/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2002/03/20 03:14:17 1.1 +++ distinfo 2002/07/29 11:57:32 @@ -1 +1 @@ -MD5 (divxcalc-0.2.tar.gz) = 1bea8dd553937270cb97f5a553dc1cbb +MD5 (divxcalc-0.3.tar.gz) = cb64d0f1af29275a55d5745f169b39e8 >Release-Note: >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 Jul 29 5:20:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD0637B406 for ; Mon, 29 Jul 2002 05:20:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E025B43E3B for ; Mon, 29 Jul 2002 05:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TCK6JU044127 for ; Mon, 29 Jul 2002 05:20:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TCK60t044126; Mon, 29 Jul 2002 05:20:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C96AA37B400 for ; Mon, 29 Jul 2002 05:17:57 -0700 (PDT) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id E753C43E75 for ; Mon, 29 Jul 2002 05:17:55 -0700 (PDT) (envelope-from koziol@ncsa.uiuc.edu) Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.21.161]) by mail.ncsa.uiuc.edu (8.11.6/8.11.6) with ESMTP id g6TCHua17182 for ; Mon, 29 Jul 2002 07:17:56 -0500 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) by sleipnir.ncsa.uiuc.edu (8.12.5/8.12.5) with ESMTP id g6TCHtbA019910 for ; Mon, 29 Jul 2002 07:17:55 -0500 (CDT) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.5/8.12.5/Submit) id g6TCHs1b019909; Mon, 29 Jul 2002 07:17:54 -0500 (CDT) Message-Id: <200207291217.g6TCHs1b019909@sleipnir.ncsa.uiuc.edu> Date: Mon, 29 Jul 2002 07:17:54 -0500 (CDT) From: Quincey Koziol Reply-To: Quincey Koziol To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41119: subversion port not fetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41119 >Category: ports >Synopsis: subversion port not fetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 05:20:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Quincey Koziol >Release: FreeBSD 4.6-STABLE i386 >Organization: University of Illinois >Environment: System: FreeBSD sleipnir.ncsa.uiuc.edu 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 07:30:02 CDT 2002 sukoziol@sleipnir.ncsa.uiuc.edu:/usr/obj/usr/src/sys/SLEIPNIR i386 >Description: The tarfile that the subversion port is trying to fetch seems to be unavailable. Here's the errors from "portupgrade -rRN subversion": clearwater# portupgrade -rRNn subversion Install 'devel/subversion'? [no] ** No package has been installed or upgraded. clearwater# portupgrade -rRN subversion ---> Installing 'subversion-r2376_1' from a port (devel/subversion) ---> Building '/usr/ports/devel/subversion' ===> Cleaning for db4-4.0.14 ===> Cleaning for apr-20020707163141_1 ===> Cleaning for autoconf-2.53 ===> Cleaning for libtool-1.3.4_4 ===> Cleaning for m4-1.4_1 ===> Cleaning for diffutils-2.7 ===> Cleaning for expat-1.95.4 ===> Cleaning for neon-0.21.2_1 ===> Cleaning for subversion-r2376_1 >How-To-Repeat: I'm installing subversion for the first time, so I used "portupgrade -rRN subversion" >Fix: Upgrade to a later release? Find the missing tarfile? >Release-Note: >Audit-Trail: >Unformatted: >> subversion-r2376.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://subversion.tigris.org/files/documents/15/340/. fetch: subversion-r2376.tar.gz: Moved Temporarily >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: subversion-r2376.tar.gz: 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 in /usr/ports/devel/subversion. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade27878.4 make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! devel/subversion (fetch error) clearwater# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 5:40:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530DA37B400 for ; Mon, 29 Jul 2002 05:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B5A843E5E for ; Mon, 29 Jul 2002 05:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TCe2JU046479 for ; Mon, 29 Jul 2002 05:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TCe26v046478; Mon, 29 Jul 2002 05:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF21537B400 for ; Mon, 29 Jul 2002 05:30:06 -0700 (PDT) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A4043E5E for ; Mon, 29 Jul 2002 05:30:06 -0700 (PDT) (envelope-from koziol@ncsa.uiuc.edu) Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.21.161]) by mail.ncsa.uiuc.edu (8.11.6/8.11.6) with ESMTP id g6TCU6a18658 for ; Mon, 29 Jul 2002 07:30:06 -0500 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) by sleipnir.ncsa.uiuc.edu (8.12.5/8.12.5) with ESMTP id g6TCU5bA050503 for ; Mon, 29 Jul 2002 07:30:05 -0500 (CDT) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.5/8.12.5/Submit) id g6TCU5oe050502; Mon, 29 Jul 2002 07:30:05 -0500 (CDT) Message-Id: <200207291230.g6TCU5oe050502@sleipnir.ncsa.uiuc.edu> Date: Mon, 29 Jul 2002 07:30:05 -0500 (CDT) From: Quincey Koziol Reply-To: Quincey Koziol To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41120: x11-toolkits/gal not building Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41120 >Category: ports >Synopsis: x11-toolkits/gal not building >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 05:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Quincey Koziol >Release: FreeBSD 4.6-STABLE i386 >Organization: University of Illinois >Environment: System: FreeBSD sleipnir.ncsa.uiuc.edu 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 07:30:02 CDT 2002 sukoziol@sleipnir.ncsa.uiuc.edu:/usr/obj/usr/src/sys/SLEIPNIR i386 >Description: The x11-toolkits/gal port has been unbuildable for about a month. I kept hoping that upgrading to the latest 4.6-STABLE would help, but even after I've done that, things are still failing to compile: cc -O2 -pipe -march=k6 -Wall -Wunused -o e-completion-test e-completion-test.o .libs/libetext.al -L/usr/local/lib ../../gal/e-table/.libs/libetable.al -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -lgnomeprint -lgnugetopt -lfreetype -lglade-gnome -lglade -lxml -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -lgnomecanvaspixbuf -L/usr/X11R6/lib -lgdk_imlib -ltiff -lungif -lpng -lz -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib -liconv ../../gal/widgets/.libs/libwidgets.al -liconv ../../gal/unicode/.libs/libunicode.al ../../gal/util/.libs/libutil.al -L/usr/local/lib /usr/libexec/elf/ld: warning: libintl.so.1, needed by /usr/X11R6/lib/libglade-gnome.so, not found (try using -rpath or -rpath-link) ../../gal/util/.libs/libutil.al(e-util.lo): In function `e_strdup_append_strings': e-util.lo(.text+0x1d84): undefined reference to `va_copy' gmake[3]: *** [e-completion-test] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.19.3/gal/e-text' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.19.3/gal' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.19.3' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/gal. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade23623.38 make ** Fix the problem and try again. ---> Skipping 'www/gtkhtml' (gtkhtml-1.0.4) because 'x11-toolkits/gal' (gal-0.19.2_1) failed ---> Skipping 'x11/gnomecore' (gnomecore-1.4.1) because 'www/gtkhtml' (gtkhtml-1.0.4) failed ---> Skipping 'lang/gnomebasic' (gnomebasic-0.0.20) because 'x11/gnomecore' (gnomecore-1.4.1) failed ---> Skipping 'mail/balsa' (balsa-1.3.6) because 'x11/gnomecore' (gnomecore-1.4.1) failed ---> Skipping 'graphics/dia' (dia-gnome-0.90) because 'x11/gnomecore' (gnomecore-1.4.1) failed ---> Skipping 'editors/AbiWord' (AbiWord-gnome-1.0.2) because 'x11/gnomecore' (gnomecore-1.4.1) failed ---> Skipping 'math/guppi' (guppi-0.40.3_1) because 'x11/gnomecore' (gnomecore-1.4.1) failed ---> Skipping 'math/gnumeric' (gnumeric-1.0.9) because 'lang/gnomebasic' (gnomebasic-0.0.20) failed ---> Skipping 'graphics/eog' (eog-0.6_1) because 'x11/gnomecore' (gnomecore-1.4.1) failed ** The following packages were not installed or upgraded (*:skipped / !:failed) ! x11-toolkits/gal (gal-0.19.2_1) (linker error) * www/gtkhtml (gtkhtml-1.0.4) * x11/gnomecore (gnomecore-1.4.1) * lang/gnomebasic (gnomebasic-0.0.20) * mail/balsa (balsa-1.3.6) * graphics/dia (dia-gnome-0.90) * editors/AbiWord (AbiWord-gnome-1.0.2) * math/guppi (guppi-0.40.3_1) * math/gnumeric (gnumeric-1.0.9) * graphics/eog (eog-0.6_1) sleipnir# >How-To-Repeat: "portupgrade -rR gal" >Fix: Dunno... Is is a gcc problem, a FreeBSD library/header issue, or a problem with the port? >Release-Note: >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 Jul 29 5:40:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C2F37B401 for ; Mon, 29 Jul 2002 05:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238AF43E67 for ; Mon, 29 Jul 2002 05:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TCe2JU046493 for ; Mon, 29 Jul 2002 05:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TCe2Yf046492; Mon, 29 Jul 2002 05:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B997137B400 for ; Mon, 29 Jul 2002 05:34:47 -0700 (PDT) Received: from taro.c.u-tokyo.ac.jp (taro.c.u-tokyo.ac.jp [157.82.63.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4EC43E3B for ; Mon, 29 Jul 2002 05:34:47 -0700 (PDT) (envelope-from koma2@jiro.c.u-tokyo.ac.jp) Message-Id: <20020729123446.3F84C1934@taro.c.u-tokyo.ac.jp> Date: Mon, 29 Jul 2002 21:34:45 +0900 (JST) From: KOMATSU Shinichiro Reply-To: KOMATSU Shinichiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41121: print/acroread5: 2 sed_inplace problems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41121 >Category: ports >Synopsis: print/acroread5: 2 sed_inplace problems >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: Mon Jul 29 05:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KOMATSU Shinichiro >Release: FreeBSD 4.6-RELEASE-p3 i386 >Organization: >Environment: FreeBSD 4.6-RELEASE-p3 i386 >Description: o sed_inplace's -i option must take an argument. According to -current's man page of sed(1), -i extension Edit files in-place, saving backups with the specified extension. If a zero-length extension is given, no backup will be saved. If no argument is supplied to -i, eg. sed_inplace -i -E 's:Linux):FreeBSD|Linux):g' ${WRKDIR}/INSTALL backup file ${WRKDIR}/INSTALL-E is created. So, $REINPLACE_ARGS must be -i '' instead of just -i. o Because sed_inplace -i has a problem with read-only files, write permission bit must be set to target file. >How-To-Repeat: Run make as a normal (non-root) user: % make ......(snip)...... ===> Configuring for acroread-5.06 /usr/local/bin/sed_inplace -i -E 's:Linux):FreeBSD|Linux):g' /usr/local/ports/print/acroread5/work/INSTALL sed_inplace: stdout: Bad file descriptor *** Error code 1 Stop in /usr/local/ports/print/acroread5. This is the second problem. If make intall is run as root, the second problem does not occur, but an extra file /usr/local/Acrobat5/bin/acroread-E is created. This is the first problem. >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/acroread5/Makefile,v retrieving revision 1.41 diff -u -u -r1.41 Makefile --- Makefile 27 Jul 2002 13:20:22 -0000 1.41 +++ Makefile 28 Jul 2002 19:46:56 -0000 @@ -21,7 +21,7 @@ USE_LINUX= yes USE_REINPLACE= yes -REINPLACE_ARGS= -i +REINPLACE_ARGS= -i '' NO_FILTER_SHLIBS= yes .if ${ARCH} == "i386" @@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR} pre-configure: + ${CHMOD} u+w ${WRKDIR}/INSTALL ${REINPLACE_CMD} -E 's:Linux):FreeBSD|Linux):g' ${WRKDIR}/INSTALL do-build: >Release-Note: >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 Jul 29 6:20:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 272F737B400 for ; Mon, 29 Jul 2002 06:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A9043E42 for ; Mon, 29 Jul 2002 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TDK2JU061906 for ; Mon, 29 Jul 2002 06:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TDK2fh061905; Mon, 29 Jul 2002 06:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16B1237B400 for ; Mon, 29 Jul 2002 06:18:56 -0700 (PDT) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6141D43E67 for ; Mon, 29 Jul 2002 06:18:55 -0700 (PDT) (envelope-from koziol@ncsa.uiuc.edu) Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.21.161]) by mail.ncsa.uiuc.edu (8.11.6/8.11.6) with ESMTP id g6TDIua26939 for ; Mon, 29 Jul 2002 08:18:56 -0500 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) by sleipnir.ncsa.uiuc.edu (8.12.5/8.12.5) with ESMTP id g6TDIsbA087965 for ; Mon, 29 Jul 2002 08:18:54 -0500 (CDT) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.5/8.12.5/Submit) id g6TDIsrj087964; Mon, 29 Jul 2002 08:18:54 -0500 (CDT) Message-Id: <200207291318.g6TDIsrj087964@sleipnir.ncsa.uiuc.edu> Date: Mon, 29 Jul 2002 08:18:54 -0500 (CDT) From: Quincey Koziol Reply-To: Quincey Koziol To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41122: x11/gnomecore doesn't build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41122 >Category: ports >Synopsis: x11/gnomecore doesn't build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 06:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Quincey Koziol >Release: FreeBSD 4.6-STABLE i386 >Organization: University of Illinois >Environment: System: FreeBSD sleipnir.ncsa.uiuc.edu 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 07:30:02 CDT 2002 sukoziol@sleipnir.ncsa.uiuc.edu:/usr/obj/usr/src/sys/SLEIPNIR i386 >Description: The x11/gnomecore build is failing similar to the x11-toolkits/gal build failure (see PR for ports/41120): cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/X11R6/include/libcapplet1 -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I../intl -I../intl -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale\"" -DDEFAULTDIR="\"/usr/X11R6/share/gnome\"" -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -DX11BASE="\"/usr/X11R6\"" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -march=k6 -Wall -Wunused -c gsm-protocol.c gsm-protocol.c: In function `commandv': gsm-protocol.c:741: warning: implicit declaration of function `va_copy' gsm-protocol.c:739: warning: `args2' might be used uninitialized in this function gsm-protocol.c: In function `gsm_args_to_propv': gsm-protocol.c:1035: warning: `args2' might be used uninitialized in this function /bin/sh ../libtool --mode=link cc -O2 -pipe -march=k6 -Wall -Wunused -o gnome-session manager.o ice.o main.o prop.o save.o command.o remote.o logout.o splash.o gsm-protocol.o -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -Wl,-E -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd -lgnugetopt -laudiofile -lm -lglib12 -lintl -L/usr/lib -lwrap -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -lgnomecanvaspixbuf -L/usr/local/lib mkdir .libs cc -O2 -pipe -march=k6 -Wall -Wunused -o gnome-session manager.o ice.o main.o prop.o save.o command.o remote.o logout.o splash.o gsm-protocol.o -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -Wl,-E -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd -lgnugetopt -laudiofile -lm -lglib12 -lintl -L/usr/lib -lwrap -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -lgnomecanvaspixbuf -L/usr/local/lib gsm-protocol.o: In function `commandv': gsm-protocol.o(.text+0x1465): undefined reference to `va_copy' gsm-protocol.o: In function `gsm_args_to_propv': gsm-protocol.o(.text+0x1fe0): undefined reference to `va_copy' gmake[3]: *** [gnome-session] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/gnomecore/work/gnome-core-1.4.1/gsm' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gnomecore/work/gnome-core-1.4.1/gsm' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gnomecore/work/gnome-core-1.4.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11/gnomecore. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade78312.0 make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! x11/gnomecore (gnomecore-1.4.1) (linker error) sleipnir# >How-To-Repeat: "portupgrade gnomecore" >Fix: Dunno... Is is a gcc problem, a FreeBSD library/header problem, or a problem with the port? >Release-Note: >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 Jul 29 6:23:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50B6D37B400; Mon, 29 Jul 2002 06:23:37 -0700 (PDT) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.135.138.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0725743E4A; Mon, 29 Jul 2002 06:23:34 -0700 (PDT) (envelope-from fanf@chiark.greenend.org.uk) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 17ZAUk-000883-00 (Debian); Mon, 29 Jul 2002 14:23:30 +0100 Date: Mon, 29 Jul 2002 14:23:30 +0100 From: Tony Finch To: Cyrille Lefevre Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: sed -i has difficulty with read-only files Message-ID: <20020729142330.B6864@chiark.greenend.org.uk> References: <20020726165021.C7551@chiark.greenend.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020726165021.C7551@chiark.greenend.org.uk>; from dot@dotat.at on Fri, Jul 26, 2002 at 04:50:21PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Updated patches. I still prefer the one that's 40 lines shorter :-) Tony. -- f.a.n.finch http://dotat.at/ SOUTHEAST ICELAND: SOUTHWEST BECOMING VARIABLE 4. FAIR. GOOD. --- main.c Mon Jul 29 13:16:44 2002 +++ main.c.two Mon Jul 29 13:08:49 2002 @@ -413,9 +413,7 @@ char **filename; { struct stat orig; - int input, output; char backup[MAXPATHLEN]; - char *buffer; if (lstat(*filename, &orig) == -1) err(1, "lstat"); @@ -425,36 +423,36 @@ } if (*inplace == '\0') { - char template[] = "/tmp/sed.XXXXXXXXXX"; - - output = mkstemp(template); - if (output == -1) - err(1, "mkstemp"); - strlcpy(backup, template, MAXPATHLEN); + /* + * This is a bit of a hack: we use mkstemp() to avoid the + * mktemp() link-time warning, although mktemp() would fit in + * this context much better. We're only interested in getting + * a name for use in the rename(); there aren't any security + * issues here that don't already exist in relation to the + * original file and its directory. + */ + int fd; + strlcpy(backup, *filename, sizeof(backup)); + strlcat(backup, ".XXXXXXXXXX", sizeof(backup)); + fd = mkstemp(backup); + if (fd == -1) + errx(1, "could not create backup of %s", *filename); + else + close(fd); } else { - strlcpy(backup, *filename, MAXPATHLEN); - strlcat(backup, inplace, MAXPATHLEN); - output = open(backup, O_WRONLY | O_CREAT | O_TRUNC); - if (output == -1) - err(1, "open(%s)", backup); + strlcpy(backup, *filename, sizeof(backup)); + strlcat(backup, inplace, sizeof(backup)); } - input = open(*filename, O_RDONLY); - if (input == -1) - err(1, "open(%s)", *filename); - if (fchmod(output, orig.st_mode & ~S_IFMT) == -1) - err(1, "chmod"); - buffer = (char *)mmap(0, orig.st_size, PROT_READ, MAP_SHARED, input, 0); - if (buffer == MAP_FAILED) - err(1, "mmap(%s)", *filename); - if (write(output, buffer, orig.st_size) == -1) - err(1, "write(%s)", backup); - if (munmap(buffer, orig.st_size) == -1) - err(1, "munmap(%s)", *filename); - close(input); - close(output); - freopen(*filename, "w", stdout); + if (rename(*filename, backup) == -1) + err(1, "rename(\"%s\", \"%s\")", *filename, backup); + if (freopen(*filename, "w", stdout) == NULL) + err(1, "open(\"%s\")", *filename); + if (fchmod(fileno(stdout), orig.st_mode) == -1) + err(1, "chmod(\"%s\")", *filename); *filename = strdup(backup); + if (*filename == NULL) + err(1, "malloc"); return 0; } --- main.c Mon Jul 29 13:16:44 2002 +++ main.c.one Mon Jul 29 13:15:03 2002 @@ -68,6 +68,11 @@ #include "extern.h" /* + * Maximum amount of data to mmap at a time when copying a file. + */ +#define MMAP_MAX (16*1024*1024) + +/* * Linked list of units (strings and files) to be compiled */ struct s_compunit { @@ -407,6 +412,8 @@ /* * Modify a pointer to a filename for inplace editing and reopen stdout + * + * We remove the files before opening them in case of permissions problems */ static int inplace_edit(filename) @@ -416,6 +423,7 @@ int input, output; char backup[MAXPATHLEN]; char *buffer; + off_t off, size; if (lstat(*filename, &orig) == -1) err(1, "lstat"); @@ -424,37 +432,57 @@ return -1; } + /* create and open the backup file */ if (*inplace == '\0') { - char template[] = "/tmp/sed.XXXXXXXXXX"; + const char *tmp; - output = mkstemp(template); + tmp = getenv("TMPDIR"); + if (tmp == NULL) + tmp = "/tmp"; + strlcpy(backup, tmp, sizeof(backup)); + strlcat(backup, "/sed.XXXXXXXXXX", sizeof(backup)); + output = mkstemp(backup); if (output == -1) err(1, "mkstemp"); - strlcpy(backup, template, MAXPATHLEN); + if (fchmod(output, orig.st_mode & ~S_IFMT) == -1) + err(1, "chmod(\"%s\")", backup); } else { - strlcpy(backup, *filename, MAXPATHLEN); - strlcat(backup, inplace, MAXPATHLEN); - output = open(backup, O_WRONLY | O_CREAT | O_TRUNC); + strlcpy(backup, *filename, sizeof(backup)); + strlcat(backup, inplace, sizeof(backup)); + if (unlink(backup) == -1 && errno != ENOENT) + err(1, "unlink(\"%s\")", backup); + output = open(backup, O_WRONLY | O_CREAT | O_TRUNC, orig.st_mode); if (output == -1) - err(1, "open(%s)", backup); + err(1, "open(\"%s\")", backup); } - + /* copy the original file to the backup */ input = open(*filename, O_RDONLY); if (input == -1) - err(1, "open(%s)", *filename); - if (fchmod(output, orig.st_mode & ~S_IFMT) == -1) - err(1, "chmod"); - buffer = (char *)mmap(0, orig.st_size, PROT_READ, MAP_SHARED, input, 0); - if (buffer == MAP_FAILED) - err(1, "mmap(%s)", *filename); - if (write(output, buffer, orig.st_size) == -1) - err(1, "write(%s)", backup); - if (munmap(buffer, orig.st_size) == -1) - err(1, "munmap(%s)", *filename); + err(1, "open(\"%s\")", *filename); + for (off = 0; off < orig.st_size; off += MMAP_MAX) { + size = orig.st_size - off; + if (size > MMAP_MAX) + size = MMAP_MAX; + buffer = mmap(NULL, size, PROT_READ, MAP_SHARED, input, off); + if (buffer == MAP_FAILED) + err(1, "mmap(\"%s\")", *filename); + if (write(output, buffer, size) == -1) + err(1, "write(\"%s\")", backup); + if (munmap(buffer, size) == -1) + err(1, "munmap(\"%s\")", *filename); + } close(input); close(output); - freopen(*filename, "w", stdout); + /* create the replacement for the original file */ + if (unlink(*filename) == -1) + err(1, "unlink(\"%s\")", *filename); + if (freopen(*filename, "w", stdout) == NULL) + err(1, "open(\"%s\")", *filename); + if (fchmod(fileno(stdout), orig.st_mode) == -1) + err(1, "chmod(\"%s\")", *filename); *filename = strdup(backup); + if (*filename == NULL) + err(1, "malloc"); return 0; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 6:30: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 268E937B400 for ; Mon, 29 Jul 2002 06:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C772743E4A for ; Mon, 29 Jul 2002 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TDU3JU062662 for ; Mon, 29 Jul 2002 06:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TDU3UP062661; Mon, 29 Jul 2002 06:30:03 -0700 (PDT) Date: Mon, 29 Jul 2002 06:30:03 -0700 (PDT) Message-Id: <200207291330.g6TDU3UP062661@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Quincey Koziol Subject: ports/41120 Reply-To: Quincey Koziol Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41120; it has been noted by GNATS. From: Quincey Koziol To: bug-followup@freebsd.org Cc: Subject: ports/41120 Date: Mon, 29 Jul 2002 08:26:08 -0500 (CDT) I just filed another PR (ports/41122) on x11/gnomecore, which is exhibiting the same sort of error, making it likely that a fix to one will make the fix to the other easy. Quincey Koziol To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 7: 0:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 414E137B400 for ; Mon, 29 Jul 2002 07:00:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7008543E42 for ; Mon, 29 Jul 2002 07:00:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TE0KJU065268 for ; Mon, 29 Jul 2002 07:00:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TE0KDC065267; Mon, 29 Jul 2002 07:00:20 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6587037B400 for ; Mon, 29 Jul 2002 06:59:13 -0700 (PDT) Received: from plum.csi.cam.ac.uk (plum.csi.cam.ac.uk [131.111.8.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D454443E5E for ; Mon, 29 Jul 2002 06:59:12 -0700 (PDT) (envelope-from fanf2@cam.ac.uk) Received: from cyan.csi.cam.ac.uk ([131.111.10.17] ident=jooy11lnwji0p0ao) by plum.csi.cam.ac.uk with esmtp (Exim 4.10) id 17ZB3H-0003zp-00; Mon, 29 Jul 2002 14:59:11 +0100 Received: from fanf2 by cyan.csi.cam.ac.uk with local (Exim 4.05) id 17ZB3H-000Dx2-00; Mon, 29 Jul 2002 13:59:11 +0000 Message-Id: Date: Mon, 29 Jul 2002 13:59:11 +0000 From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@FreeBSD.org Cc: dot@dotat.at X-Send-Pr-Version: 3.113 Subject: ports/41123: updated cfengine MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41123 >Category: ports >Synopsis: updated cfengine MASTER_SITES >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 Jul 29 07:00:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tony Finch >Release: FreeBSD 4.6-STABLE-20020724 i386 >Organization: dotat labs >Environment: System: FreeBSD cyan.csi.cam.ac.uk 4.6-STABLE-20020724 FreeBSD 4.6-STABLE-20020724 #3: Wed Jul 24 18:49:57 GMT 2002 src@cyan.csi.cam.ac.uk:/work/obj/FreeBSD/releng4/sys/GENERIC i386 >Description: ftp.sunsite.utk.edu:/pub/cfengine/README says: All FTP content is in transition to "ftp.sunsite.utk.edu". Apologies for the inconvienence, mirrormgr@sunsite.utk.edu Wed May 29 2002 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/cfengine/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 19 May 2002 07:08:17 -0000 1.23 +++ Makefile 29 Jul 2002 13:58:50 -0000 @@ -10,7 +10,7 @@ PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \ - ftp://sunsite.utk.edu/pub/cfengine/cfengine-ftp/ \ + ftp://ftp.sunsite.utk.edu/pub/cfengine/cfengine-ftp/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} >Release-Note: >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 Jul 29 7:32:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6CA37B400; Mon, 29 Jul 2002 07:32:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C53E43E65; Mon, 29 Jul 2002 07:32:51 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TEWoJU073007; Mon, 29 Jul 2002 07:32:51 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TEWo4Z073003; Mon, 29 Jul 2002 07:32:50 -0700 (PDT) Date: Mon, 29 Jul 2002 07:32:50 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207291432.g6TEWo4Z073003@freefall.freebsd.org> To: j.kossen@home.nl, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38546: [MAINTAINER UPDATE] audio/cplay-1.45 cleanup Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] audio/cplay-1.45 cleanup State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Mon Jul 29 07:32:33 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38546 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 7:40:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEA537B400 for ; Mon, 29 Jul 2002 07:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C740143E4A for ; Mon, 29 Jul 2002 07:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TEe7JU073637 for ; Mon, 29 Jul 2002 07:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TEe7D4073635; Mon, 29 Jul 2002 07:40:07 -0700 (PDT) Date: Mon, 29 Jul 2002 07:40:07 -0700 (PDT) Message-Id: <200207291440.g6TEe7D4073635@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christian Weisgerber Subject: Re: ports/39124: upgrade ports/russian/fortunerus Reply-To: Christian Weisgerber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39124; it has been noted by GNATS. From: Christian Weisgerber To: Oleksandr Bezpalko Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/39124: upgrade ports/russian/fortunerus Date: Mon, 29 Jul 2002 16:23:05 +0200 The distfile is unfetchable, de22.kiev.ua doesn't allow FTP connections. Makefile: The ${MKDIR} additions are superfluous since ${MKDIR} implies "mkdir -p". pkg-plist: Those changes are most likely wrong. Also, the list of fortunes has changed but this isn't reflected in pkg-plist? -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 7:45:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2C3E37B400; Mon, 29 Jul 2002 07:45:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 568D843E42; Mon, 29 Jul 2002 07:45:20 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TEjKJU074295; Mon, 29 Jul 2002 07:45:20 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TEjJbI074291; Mon, 29 Jul 2002 07:45:19 -0700 (PDT) Date: Mon, 29 Jul 2002 07:45:19 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207291445.g6TEjJbI074291@freefall.freebsd.org> To: ats@first.fhg.de, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41111: ports/comms/zssh wrong mastersite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/comms/zssh wrong mastersite State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Mon Jul 29 07:44:58 PDT 2002 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=41111 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 7:50:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD3A37B400 for ; Mon, 29 Jul 2002 07:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB5143E65 for ; Mon, 29 Jul 2002 07:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TEo2JU074532 for ; Mon, 29 Jul 2002 07:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TEo2Wb074531; Mon, 29 Jul 2002 07:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D580637B405 for ; Mon, 29 Jul 2002 07:45:41 -0700 (PDT) Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AC5C43E42 for ; Mon, 29 Jul 2002 07:45:41 -0700 (PDT) (envelope-from vlad@ariel.phys.wesleyan.edu) Received: by ariel.phys.wesleyan.edu (Postfix, from userid 1001) id EAA571EA303; Fri, 26 Jul 2002 15:31:12 -0400 (EDT) Message-Id: <20020726193112.EAA571EA303@ariel.phys.wesleyan.edu> Date: Fri, 26 Jul 2002 15:31:12 -0400 (EDT) From: Vladimir Savichev Reply-To: Vladimir Savichev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41124: www/phpbb 2.0.0 -> 2.0.1 up Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41124 >Category: ports >Synopsis: www/phpbb 2.0.0 -> 2.0.1 up >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 07:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vladimir Savichev >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD ariel.phys.wesleyan.edu 4.6-STABLE FreeBSD 4.6-STABLE #34: Sun Jul 21 13:08:33 EDT 2002 root@ariel.phys.wesleyan.edu:/usr/obj/usr/src/sys/ARIEL i386 >Description: cosmetics corrections www/phpbb 2.0.0 -> 2.0.1 up >How-To-Repeat: >Fix: --- diff.phpbb begins here --- diff -ruN phpbb/Makefile phpbb.new/Makefile --- phpbb/Makefile Fri May 10 05:54:02 2002 +++ phpbb.new/Makefile Fri Jul 26 15:25:55 2002 @@ -6,7 +6,7 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -31,7 +31,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PKGOPTS= ${FILESDIR}/pkg-opts PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} -EXCEPTFILES= install.php upgrade.php update_to_FINAL.php +EXCEPTFILES= install.php upgrade.php update_to_201.php options: @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:" @@ -74,7 +74,7 @@ .if !defined(NOPORTOCS) @ ${MKDIR} ${DOCSDIR} .for docfile in AUTHORS FAQ.html INSTALL.html README.html \ - coding-guidelines.txt codingstandards.htm + coding-guidelines.txt codingstandards.htm @ ${INSTALL_DATA} ${WRKSRC}/docs/${docfile} ${DOCSDIR} .endfor .if !defined(BATCH) diff -ruN phpbb/distinfo phpbb.new/distinfo --- phpbb/distinfo Thu Apr 25 10:20:18 2002 +++ phpbb.new/distinfo Fri Jul 26 15:15:57 2002 @@ -1 +1 @@ -MD5 (phpBB-2.0.0.tar.gz) = 3147f8c10f89e58c7bcc7cc304c111ff +MD5 (phpBB-2.0.1.tar.gz) = f852e3c024eb8651aa9d7af5999e5a69 diff -ruN phpbb/pkg-message phpbb.new/pkg-message --- phpbb/pkg-message Fri May 10 05:54:03 2002 +++ phpbb.new/pkg-message Fri Jul 26 15:15:57 2002 @@ -21,5 +21,5 @@ %%PREFIX%%/%%PHPBBDIR%%/install.php %%PREFIX%%/%%PHPBBDIR%%/upgrade.php - %%PREFIX%%/%%PHPBBDIR%%/update_to_FINAL.php + %%PREFIX%%/%%PHPBBDIR%%/update_to_201.php ---------------------------------------------------------------------------- diff -ruN phpbb/pkg-plist phpbb.new/pkg-plist --- phpbb/pkg-plist Fri May 10 05:54:03 2002 +++ phpbb.new/pkg-plist Fri Jul 26 15:15:57 2002 @@ -20,11 +20,6 @@ %%PHPBBDIR%%/admin/pagestart.php %%PHPBBDIR%%/common.php %%PHPBBDIR%%/contrib/README.html -%%PHPBBDIR%%/contrib/attachments.zip -%%PHPBBDIR%%/contrib/card_ban_system.zip -%%PHPBBDIR%%/contrib/guest_lang.zip -%%PHPBBDIR%%/contrib/last_visit.zip -%%PHPBBDIR%%/contrib/male_female.zip %%PHPBBDIR%%/contrib/template_db_cache.php %%PHPBBDIR%%/contrib/template_file_cache.php %%PHPBBDIR%%/db/db2.php @@ -50,8 +45,6 @@ %%PHPBBDIR%%/extension.inc %%PHPBBDIR%%/faq.php %%PHPBBDIR%%/groupcp.php -%%PHPBBDIR%%/images/avatars/index.htm -%%PHPBBDIR%%/images/avatars/uploads/index.htm %%PHPBBDIR%%/images/index.htm %%PHPBBDIR%%/images/smiles/icon_arrow.gif %%PHPBBDIR%%/images/smiles/icon_biggrin.gif @@ -302,7 +295,7 @@ share/phpbb/install.php @exec install -c -o %%WWWOWN%% %D/%F %D/%%PHPBBDIR%% @unexec rm -f %D/%%PHPBBDIR%%/%f 2>/dev/null || true -share/phpbb/update_to_FINAL.php +share/phpbb/update_to_201.php @exec install -c -o %%WWWOWN%% %D/%F %D/%%PHPBBDIR%% @unexec rm -f %D/%%PHPBBDIR%%/%f 2>/dev/null || true share/phpbb/upgrade.php @@ -319,7 +312,7 @@ @dirrm %%PHPBBDIR%%/language @dirrm %%PHPBBDIR%%/includes @dirrm %%PHPBBDIR%%/images/smiles -@dirrm %%PHPBBDIR%%/images/avatars/uploads +@dirrm %%PHPBBDIR%%/images/avatars/gallery @dirrm %%PHPBBDIR%%/images/avatars @dirrm %%PHPBBDIR%%/images @dirrm %%PHPBBDIR%%/db/schemas --- diff.phpbb ends here --- >Release-Note: >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 Jul 29 9:30:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A8537B400 for ; Mon, 29 Jul 2002 09:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB33443E4A for ; Mon, 29 Jul 2002 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TGU1JU092829 for ; Mon, 29 Jul 2002 09:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TGU1dP092828; Mon, 29 Jul 2002 09:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9828F37B400 for ; Mon, 29 Jul 2002 09:20:56 -0700 (PDT) Received: from marius.org (cdm-66-156-207-brcs.cox-internet.com [66.76.156.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1506643E5E for ; Mon, 29 Jul 2002 09:20:56 -0700 (PDT) (envelope-from marius@marius.org) Received: from marius.org (localhost [127.0.0.1]) by marius.org (8.12.5/8.12.5) with ESMTP id g6TGKoB8076185 for ; Mon, 29 Jul 2002 11:20:50 -0500 (CDT) (envelope-from marius@marius.org) Received: (from marius@localhost) by marius.org (8.12.5/8.12.5/Submit) id g6TGKoIb076184; Mon, 29 Jul 2002 11:20:50 -0500 (CDT) Message-Id: <200207291620.g6TGKoIb076184@marius.org> Date: Mon, 29 Jul 2002 11:20:50 -0500 (CDT) From: Marius Strom Reply-To: Marius Strom To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41126: update graphics/jhead port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41126 >Category: ports >Synopsis: update graphics/jhead port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 09:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Marius Strom >Release: FreeBSD 4.6-STABLE i386 >Organization: marius dot org >Environment: System: FreeBSD sashimi.marius.org 4.6-STABLE FreeBSD 4.6-STABLE #3: Sun Jul 7 17:36:51 CDT 2002 root@sashimi.marius.org:/usr/obj/usr/src/sys/SASHIMI.MARIUS.ORG-SMP i386 >Description: Update graphics/jhead-1.7 to jhead-1.8, fixes flash reading problems from some EXIF data. >How-To-Repeat: n/a >Fix: Patch attached, email sent to maintainer. --- jhead-port-patch begins here --- --- Makefile.orig Mon Jul 29 11:13:33 2002 +++ Makefile Mon Jul 29 11:15:35 2002 @@ -6,7 +6,7 @@ # PORTNAME= jhead -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAKEFILE= ${FILESDIR}/Makefile -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin --- distinfo.orig Mon Jul 29 11:13:58 2002 +++ distinfo Mon Jul 29 11:14:52 2002 @@ -1 +1 @@ -MD5 (jhead-1.7.tar.gz) = 99cc43ff2a2fa22845dd686ecd497313 +MD5 (jhead-1.8.tar.gz) = f9963dad3fd17ed4dcd7f706d0603213 --- jhead-port-patch ends here --- >Release-Note: >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 Jul 29 10:30:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41DDA37B400 for ; Mon, 29 Jul 2002 10:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C69D43E3B for ; Mon, 29 Jul 2002 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6THU1JU011449 for ; Mon, 29 Jul 2002 10:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6THU1pY011448; Mon, 29 Jul 2002 10:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A3F137B420 for ; Mon, 29 Jul 2002 10:24:33 -0700 (PDT) Received: from tapil.com (dsl092-068-186.bos1.dsl.speakeasy.net [66.92.68.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 021BC43E4A for ; Mon, 29 Jul 2002 10:24:32 -0700 (PDT) (envelope-from madler@grumpy.tapil.com) Received: from grumpy.tapil.com (localhost.tapil.com [127.0.0.1]) by tapil.com (8.12.3/8.12.3) with ESMTP id g6THOVnp009143 for ; Mon, 29 Jul 2002 13:24:31 -0400 (EDT) (envelope-from madler@grumpy.tapil.com) Received: (from root@localhost) by grumpy.tapil.com (8.12.3/8.12.3/Submit) id g6THOPoL009142; Mon, 29 Jul 2002 13:24:25 -0400 (EDT) Message-Id: <200207291724.g6THOPoL009142@grumpy.tapil.com> Date: Mon, 29 Jul 2002 13:24:25 -0400 (EDT) From: "Michael C. Adler" Reply-To: "Michael C. Adler" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41128: recv_addr init wrong and 512 byte udp packets dropped Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41128 >Category: ports >Synopsis: recv_addr init wrong and 512 byte udp packets dropped >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 10:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael C. Adler >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD grumpy.tapil.com 4.6-RELEASE FreeBSD 4.6-RELEASE #2: Tue Jul 16 08:18:31 EDT 2002 madler@grumpy.tapil.com:/usr/obj/usr/src/sys/GRUMPY i386 >Description: There are a few bugs in dnrd that should probably be fixed by the author but could be made to work on bsd: 1. Initialization in common.h of recv_addr is broken, causing at least the '-a' switch not to work. Instead of assuming positions of fields in the struct across platforms I thought it safer to do a standard initialization in main(). 2. The buffer overflow code in udp.c:dnsrecv() is off by one, rejecting messages where the size exactly fills the available buffer. I also changed to the calls to dnsrecv to pass 512 as the max size instead of the buffers that seem to be padded by 4 bytes for a reason I don't understand. This causes a calling named to resend packets. Eventually one seems to get through but response times can be painfully slow. >How-To-Repeat: >Fix: *** main.c.~1~ Sun Jul 28 23:01:46 2002 --- main.c Sun Jul 28 23:04:15 2002 *************** *** 82,87 **** --- 82,91 ---- /* * Parse the command line. */ + memset(&recv_addr, 0, sizeof(recv_addr)); + recv_addr.sin_family = AF_INET; + recv_addr.sin_port = htons(53); + parse_args(argc, argv); openlog(progname, LOG_PID, LOG_DAEMON); *** udp.c.~1~ Fri Oct 29 22:19:33 1999 --- udp.c Mon Jul 29 12:58:59 2002 *************** *** 74,80 **** /* Read in the message */ addr_len = sizeof(struct sockaddr_in); ! len = recvfrom(isock, msg, sizeof(msg), 0, (struct sockaddr *)&from_addr, &addr_len); if (len < 0) { log_debug("recvfrom error %s", strerror(errno)); --- 74,80 ---- /* Read in the message */ addr_len = sizeof(struct sockaddr_in); ! len = recvfrom(isock, msg, maxsize, 0, (struct sockaddr *)&from_addr, &addr_len); if (len < 0) { log_debug("recvfrom error %s", strerror(errno)); *************** *** 172,178 **** inet_ntoa(dns_srv[k].addr.sin_addr)); return (-1); } ! else if (rc == len) { log_msg(LOG_NOTICE, "packet too large: %s", inet_ntoa(dns_srv[k].addr.sin_addr)); return (0); --- 172,178 ---- inet_ntoa(dns_srv[k].addr.sin_addr)); return (-1); } ! else if (rc > len) { log_msg(LOG_NOTICE, "packet too large: %s", inet_ntoa(dns_srv[k].addr.sin_addr)); return (0); *************** *** 202,208 **** struct sockaddr_in from_addr; unsigned addr_len; ! len = dnsrecv(srvidx, msg, sizeof(msg)); if (opt_debug) { char buf[80]; sprintf_cname(&msg[12], buf, 80); --- 202,208 ---- struct sockaddr_in from_addr; unsigned addr_len; ! len = dnsrecv(srvidx, msg, maxsize); if (opt_debug) { char buf[80]; sprintf_cname(&msg[12], buf, 80); >Release-Note: >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 Jul 29 10:33:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B72C37B400 for ; Mon, 29 Jul 2002 10:33:44 -0700 (PDT) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E034A43E31 for ; Mon, 29 Jul 2002 10:33:43 -0700 (PDT) (envelope-from joek@mail.flyingcroc.net) Received: from flyingcroc.net (unx48.staff.flyingcroc.net [207.246.150.48]) by gilliam.users.flyingcroc.net (8.9.3/8.9.3) with ESMTP id KAA24952 for ; Mon, 29 Jul 2002 10:33:43 -0700 (PDT) Message-ID: <3D457C76.2030205@flyingcroc.net> Date: Mon, 29 Jul 2002 10:33:42 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020726 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: distfiles/md5 issues Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have noticed in several recent port upgrades that there is a problem with some port sources and their associated md5 files causing major havoc, especially when using portupgrade. Specifically, if the distfile *contents* change but the name does not, then the standard make system will fail due to checksum mismatch because it cannot trigger a re-download of the sources. Take, for example, mplayer-skins, where there are a number of source files that do not change names when the contents change, but the port md5 checksums do change to match the latest file contents. This caused me some head scratching last week. Has anyone considered this problem? Maybe it would help to have some facility added to portupgrade which could check for checksum errors and then compare dates to see if the source file is wildly out of date with respect to the checksum file? Or a make system change? I also just rean into this on the OpenOffice upgrade. My solution to this is to regularly clean out the /usr/ports/distfiles directories, but it seems like a problem with low-bandwidth sites. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 11: 1:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8124237B406 for ; Mon, 29 Jul 2002 11:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B960843E5E for ; Mon, 29 Jul 2002 11:00:23 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TI0NJU020550 for ; Mon, 29 Jul 2002 11:00:23 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TI0LVl020508 for freebsd-ports@freebsd.org; Mon, 29 Jul 2002 11:00:21 -0700 (PDT) Date: Mon, 29 Jul 2002 11:00:21 -0700 (PDT) Message-Id: <200207291800.g6TI0LVl020508@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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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 problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. 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 -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2002/04/18] ports/37241 ports character ranges in regular expressions i o [2002/06/24] ports/39780 ports mcrypt port fails. Something about host o [2002/07/27] ports/41050 ports Blender fails to start. o [2002/07/27] ports/41057 ports WebMagick doesn't compile o [2002/07/27] ports/41069 ports kdegames fails to build 5 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/17] ports/27419 ports E-FancyLauncer clones itself over and ove o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/08/14] ports/29704 ports Imagemagick Identify utility crashes when o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/10/09] ports/31184 ports Latex2html problem o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap o [2001/12/21] ports/33082 ports audio/mxv fails to compile o [2002/01/13] ports/33848 ports CUPS doesn't find parallel port o [2002/01/15] ports/33927 ports ja-dvipdfm port requires texmf/dvips/base o [2002/01/18] ports/34056 ports vmware2 complains of missing file o [2002/02/23] ports/35237 ports empty manpage installed by trafcount port o [2002/02/26] ports/35364 ports cdb port forgets uint32.h f [2002/02/27] ports/35386 ports doxygen port will not configure f [2002/03/05] ports/35570 ports aureal-kmod ports has invalid Makefile o [2002/03/05] ports/35579 ports New port: phpsysinfo o [2002/03/07] ports/35631 ports SKIP and IPSEC together cause kernel pani f [2002/03/11] ports/35780 ports Update port: russian/fortuneru f [2002/03/20] ports/36144 ports New port: pinepgp-0.17.3 f [2002/03/26] ports/36363 ports apache13-ssl - default'httpsd.conf' lack o [2002/04/03] ports/36711 ports Configure Bug: cyrus-sasl-1.5.27_2 / krb p [2002/04/05] ports/36804 ports portupgrade of apache13+modssl causes cer o [2002/04/07] ports/36846 ports fxtv 1.03 freezes the system when $LANG=d o [2002/04/08] ports/36879 ports emulators/vmware2 freezes and reboots sys f [2002/04/09] ports/36954 ports PostgreSQL daylight savings fix... o [2002/04/19] ports/37262 ports gphoto2 fails to find supported USB digit f [2002/04/21] ports/37319 ports [Patch] textproc/pspell-ispell (Makefile o [2002/04/22] ports/37358 ports xawtv generates sigalrm with bktr o [2002/04/25] bin/37468 ports mpeg_play compiled on current/DP1 does no o [2002/04/28] ports/37537 ports trafcount causes reboot at 3AM every nigh o [2002/04/30] ports/37612 ports [New Port] PHP Development version 4.1 o [2002/04/25] ports/37452 ports New port: devel/publib: Modular library o o [2002/04/25] ports/37459 ports Patch for ocaml-pcre port (PR 37354) o [2002/04/25] ports/37469 ports new port: otc o [2002/04/25] ports/37474 ports freeamp doesn't build on -current o [2002/04/25] ports/37476 ports Updating the port of biology/molden o [2002/04/28] ports/37521 ports new port: security/autossh o [2002/04/28] ports/37536 ports New port: games/doomlegacy o [2002/04/29] ports/37567 ports New port devel/qextmdi o [2002/04/30] ports/37594 ports Update port misc/mango to 0.11 (SUPERCEED o [2002/04/30] ports/37596 ports EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports aureal-kmod-1.5_3 fails to build o [2002/05/01] ports/37632 ports new port: pstack o [2002/05/01] ports/37638 ports gd doesn't build with TrueType support o [2002/05/01] ports/37654 ports Update textproc/xml4j to 4.0.1HTML conve o [2002/05/20] ports/38339 ports New Port: Stylesheets for TEI->FO convers o [2002/05/20] ports/38340 ports New Port: DTD parser and clean-up tool o [2002/05/20] ports/38341 ports New Port: Customize TEI DTDs o [2002/05/20] ports/38351 ports mod_php4(WITH_APACHE2) +apache2(WITH_THRE o [2002/05/20] ports/38365 ports devel/swarm update for Java support o [2002/05/21] ports/38396 ports jikes option "-encoding" does not work an o [2002/05/23] ports/38450 ports New Port: audio/blop: Bandlimited oscilla o [2002/05/23] ports/38476 ports ports/security/nmapfe: install problem o [2002/05/24] ports/38516 ports ICQv7 transport for the Jabber Server o [2002/05/25] ports/38539 ports New port: devel/libcfg+ o [2002/05/25] ports/38541 ports ghostscript-gnu checksum mismatch for a d o [2002/05/25] ports/38555 ports New port: x11-toolkits/frantk (A GUI libr o [2002/05/27] ports/38616 ports Build options in Makefile.local are ignor o [2002/05/27] ports/38624 ports linc will not be installed by ORBit2 o [2002/05/27] ports/38635 ports new port: comms/bforce-kst o [2002/05/27] ports/38638 ports New ports : gfaim 0.30 o [2002/05/27] ports/38642 ports Fatal server error o [2002/05/28] ports/38655 ports Update New port : ports/38641 (DynDns Ser o [2002/05/28] ports/38663 ports New Port: Mono .NET runtime and C# compil o [2002/05/29] ports/38687 ports Update port: security/fwbuilder o [2002/05/29] ports/38696 ports libwmf port configure failure (with worka o [2002/05/29] ports/38725 ports new port: biology/L-Breeder o [2002/05/30] ports/38751 ports Port for discid o [2002/06/01] ports/38800 ports update www/roxen to Roxen WebServer 2.2.2 o [2002/06/02] ports/38805 ports New port: devel/greencard (A foreign func o [2002/06/03] ports/38855 ports net/gtk+licq does not work o [2002/06/03] ports/38861 ports www/auth_ldap compiles-installs but fails o [2002/06/04] ports/38899 ports New port: Yahoo transport for the Jabber o [2002/06/05] ports/38914 ports New Port: zed o [2002/06/05] ports/38915 ports New port: "MOVA" - Scripts for Work with o [2002/06/05] ports/38938 ports New port: gnome/bubblemon - A CPU and mem o [2002/06/06] ports/38950 ports perforce Makefile doesn't do PORTREVISION o [2002/06/06] ports/38952 ports Upgrade omniORB to 3.0.5 o [2002/06/06] ports/38955 ports Update port py-omniorb to version 1.5 o [2002/06/06] ports/38958 ports New port: MySQLMan - a web based MySQL da o [2002/06/07] ports/39007 ports ringtonetools for the ports o [2002/06/08] ports/39030 ports New port: www/p5-Apache-Gallery - mod_per o [2002/06/09] ports/39059 ports New port: IMCom command-line Jabber clien o [2002/06/09] ports/39062 ports beep: beep for a pitch and duration o [2002/06/09] ports/39086 ports Update kappdock to 0.46-1 so as to run un o [2002/06/10] ports/39095 ports ports/net/nttcp and ports/net/ttcp appear o [2002/06/10] ports/39114 ports Checksum mismatch in flvw port o [2002/06/10] ports/39124 ports upgrade ports/russian/fortunerus o [2002/06/10] ports/39131 ports litestream port obsolete o [2002/06/10] ports/39136 ports Enable arts in SDL o [2002/06/10] ports/39137 ports update port: qmail-tls o [2002/06/11] ports/39140 ports New Port: Acrobat Reader 5 CJK font packs o [2002/06/11] ports/39144 ports Port Upgrade (parmetis) o [2002/06/11] ports/39147 ports minor editors/emacs20 build problem o [2002/06/11] ports/39166 ports new port: www/p5-Apache-AntiSpam o [2002/06/11] ports/39174 ports Need port of SBCL (Steel Bank Common Lisp o [2002/06/11] ports/39178 ports new port: games/crack-attack (An OpenGL g o [2002/06/11] ports/39182 ports netsaint-plugins util.c functions don't q o [2002/06/12] ports/39189 ports lang/clisp needs gcc295 (coredumps with 3 o [2002/06/12] ports/39193 ports [maintainer-update] net/papaya update to o [2002/06/12] ports/39204 ports New port: deskutils/mnemo, a web-based no o [2002/06/12] ports/39207 ports [NEW PORT] x11-toolkits/gtk20-apireferenc o [2002/06/13] ports/39219 ports ddd port not builds on -CURRENT o [2002/06/13] ports/39228 ports native port of vsound 0.5 o [2002/06/13] ports/39250 ports New port: lang/cmucl-extra o [2002/06/14] ports/39304 ports Maintainer Update: textproc/jdictionary ( o [2002/06/14] ports/39307 ports New port: ASpath-tree a IPv6 route stabil o [2002/06/14] ports/39312 ports [PATCH] Addition of mysql-awareness to mo o [2002/06/15] ports/39357 ports Maintainer update: biology/ncbi-toolkit o [2002/06/16] ports/39361 ports New port: chinese/xpdf o [2002/06/16] ports/39364 ports new port: cad/gwave o [2002/06/16] ports/39370 ports Update port: japanese/dvipsk-vflib o [2002/06/16] ports/39371 ports o [2002/06/16] ports/39375 ports astro/seti_applet depends on libgtop whic o [2002/06/16] ports/39383 ports update for comms/qpage port o [2002/06/17] ports/39413 ports [maintainer-update] net/gnugadu o [2002/06/17] ports/39416 ports New port: t2ps o [2002/06/17] ports/39421 ports New Port: smapi2-library for various FTN- o [2002/06/18] ports/39469 ports new FreeBSD port mail/avcheck o [2002/06/18] ports/39470 ports Update port: devel/sdts++ o [2002/06/18] ports/39476 ports profxp will run but when you fxp a file i o [2002/06/19] ports/39544 ports mayavi port disfunctional o [2002/06/19] ports/39550 ports the port doesn't install all the files li o [2002/06/20] ports/39597 ports New port: jdictionary-eng-hun 1.4 - Hunga o [2002/06/20] ports/39598 ports New port: jdictionary-eng-hun-expr 1.4 - o [2002/06/20] ports/39601 ports New port: JDictionary plugin: French-Hung o [2002/06/20] ports/39602 ports New port: JDictionary plugin: Interlingua o [2002/06/20] ports/39606 ports Updated port: audio/lame (3.92) o [2002/06/20] ports/39608 ports upgrade games/cgoban to 1.9.13 o [2002/06/20] ports/39610 ports update www/p5-Apache-DBI to 0.89 o [2002/06/21] ports/39620 ports flashplugin-mozilla crashes when viewing o [2002/06/21] ports/39621 ports isc-dhcpd server can't get all network in o [2002/06/21] ports/39631 ports port eyeclock unaligned access on alpha f [2002/06/22] ports/39666 ports New Port: gwenview (Graphicbrowser for KD o [2002/06/22] ports/39673 ports netsaint-plugins fails to install command o [2002/06/23] ports/39690 ports Update - New Port: gwenview (Graphicbrows o [2002/06/23] ports/39697 ports New port: arson - CD burning and ripping o [2002/06/23] ports/39705 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39707 ports New Port: scmxx 0.6.1.3 (Data Exchange ut o [2002/06/23] ports/39723 ports New port: hu-phone - Hungarian phone code o [2002/06/23] ports/39728 ports New port: hu-zipcodes - Hungarian post co o [2002/06/23] ports/39744 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39745 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39755 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39777 ports New port: security/libsectok o [2002/06/24] ports/39778 ports New port: security/sectok o [2002/06/24] ports/39791 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39792 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39794 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39801 ports New port: kpovmodeler - a KDE frontend fo o [2002/06/24] ports/39806 ports New port: knights - a KDE frontend for cr o [2002/06/25] ports/39847 ports New port: dump9660 o [2002/06/25] ports/39854 ports New port: kdirstat - A small KDE utility o [2002/06/26] ports/39882 ports pptp client does not install from port in o [2002/06/26] ports/39888 ports New Port: ports/math/maxima o [2002/06/26] ports/39895 ports New Port: ports/lang/screamer o [2002/06/26] ports/39900 ports New port: fmirror o [2002/06/26] ports/39901 ports Convert java/jsdk to use bsd.java.mk o [2002/06/26] ports/39902 ports Convert www/apache-jserv to use bsd.java. o [2002/06/26] ports/39912 ports new port of ITS RP06 filesystem image for o [2002/06/27] ports/39917 ports Update Port: x11/wmmenu 0.9 -> 1.2 o [2002/06/27] ports/39926 ports [NEW-PORT] EKG - client for Polish instat o [2002/06/28] ports/39946 ports Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] ports/39955 ports new port of KLH10 PDP-10 mainframe emulat o [2002/06/28] ports/39957 ports New port: databases/jdb o [2002/06/28] ports/39962 ports ports/astro ${PERL} -> ${REINPLACE_CMD} o [2002/06/28] ports/39963 ports New port: Tool to convert Outlook .pst to o [2002/06/28] ports/39964 ports ports/audio misc Makefile cleanup o [2002/06/28] ports/39968 ports ports/cad misc Makefile cleanup o [2002/06/28] ports/39969 ports ports/benchmarks misc Makefile cleanup o [2002/06/28] ports/39971 ports ports/comms minor Makefile cleanup o [2002/06/28] ports/39972 ports ports/databases misc Makefile cleanup o [2002/06/28] ports/39973 ports ports/deskutils misc Makefile cleanup o [2002/06/28] ports/39978 ports ports/devel misc Makefile cleanup o [2002/06/29] ports/39998 ports Makefile for netpbm port has several flaw o [2002/06/29] ports/40000 ports New port: a java-like thread library for o [2002/06/29] ports/40009 ports distinfo file for ports/security/cyrus-sa o [2002/06/30] ports/40061 ports [new port] games/sopwith o [2002/07/01] ports/40072 ports port upgrade/new port graphics/sinek: a l o [2002/07/01] ports/40078 ports Update port: print/ghostscript-afpl (fix o [2002/07/01] ports/40079 ports Update port: print/ghostscript-gnu (fix p o [2002/07/01] ports/40087 ports Specifying USE_GCC to "make clean" hangs o [2002/07/01] ports/40097 ports Update port: graphics/lablgl fix ld.conf o [2002/07/01] ports/40098 ports New port: x11-toolkits/lablgtk: An ocaml o [2002/07/01] ports/40105 ports New port: Qinx theme/style for KDE o [2002/07/02] ports/40116 ports New port: graphics/gtkam (fix ports/39159 o [2002/07/02] ports/40124 ports Patch to wdm to allow long passwords o [2002/07/02] ports/40128 ports [new port] games/groundhog o [2002/07/02] ports/40131 ports tclock fails to compile o [2002/07/02] ports/40137 ports New port: net/6to4 - enables 6to4 tunnels o [2002/07/03] ports/40161 ports [new port] games/xpired o [2002/07/04] ports/40179 ports port update: net/flow-tools 0.57 -> 0.58 o [2002/07/04] ports/40191 ports New port: ap-utils - configure and monito f [2002/07/05] ports/40226 ports New port: ldapdns - A dns server that ser o [2002/07/05] ports/40235 ports New port: graphics/kbarcode - barcode gen o [2002/07/05] ports/40238 ports New port: devel/antlr o [2002/07/05] ports/40239 ports New port: lang/gh (The Generic Haskell co o [2002/07/06] ports/40275 ports New port: devel/aegis o [2002/07/06] ports/40276 ports slurp port overwrites/delete existing con o [2002/07/07] ports/40284 ports ports/x11/djvuplugin tarball no longer ex o [2002/07/07] ports/40294 ports New port: emulators/gpsim o [2002/07/07] ports/40306 ports /usr/ports/games/an won't build o [2002/07/07] ports/40308 ports Can't build fileutils port on -STABLE f [2002/07/08] ports/40326 ports ports/cad/leocad has a checksum error o [2002/07/08] ports/40344 ports update of mail/ssmtp to 2.50.9 o [2002/07/08] ports/40347 ports editors/vim-lite is linked with libiconv o [2002/07/08] ports/40361 ports lang/cmucl dumps core o [2002/07/08] ports/40366 ports New port: graphics/openrm OpenGL based li o [2002/07/08] ports/40368 ports New port: games/gturing - A simple Turing o [2002/07/09] ports/40372 ports ports/www/chtml mastersite has changed o [2002/07/09] ports/40374 ports databases/sqsh is built without readline o [2002/07/09] ports/40383 ports New port: net/kxicq-devel o [2002/07/09] ports/40389 ports New port: linux_dri-devel (CVS linux DRI o [2002/07/09] ports/40396 ports New port: Logging daemon for Linksys BEFS o [2002/07/09] ports/40398 ports new port: gcc31bc o [2002/07/09] ports/40400 ports Update port: misc/gtktalog - A tool to ma o [2002/07/10] ports/40406 ports add optional IPv6 support to irc/epic4 o [2002/07/10] ports/40411 ports apache-jserv port points to wrong locatio o [2002/07/10] ports/40417 ports port for bozohttpd o [2002/07/10] ports/40421 ports o [2002/07/10] ports/40444 ports graphics/libfpx won't build (on Alpha ??) o [2002/07/11] ports/40452 ports ports/www/mod_auth_kerb mastersite doesn' o [2002/07/11] ports/40461 ports New port MP3c , a cd to mp3 converter wit o [2002/07/11] ports/40469 ports New port: gnome/bubblemon - A CPU and mem o [2002/07/11] ports/40470 ports ports tomcat3.3.1 not boot-autostart o [2002/07/11] ports/40472 ports request for new port o [2002/07/12] ports/40474 ports Cannot make /usr/ports/graphics/gd2 o [2002/07/12] ports/40511 ports update for net/zebra (no-ipv6 option) o [2002/07/12] ports/40514 ports New port: graphics/linux-ac3d easy to use o [2002/07/13] ports/40519 ports qtella update to 0.53, qt3 o [2002/07/13] ports/40521 ports New ports math/blacs and math/scalapack: o [2002/07/13] ports/40525 ports [new port] mail/mew2-xemacs-devel-mule o [2002/07/13] ports/40541 ports New port: japanese/t2ps o [2002/07/13] ports/40544 ports New port: postnuke o [2002/07/14] ports/40546 ports ports/www/php-screw has a checksum error o [2002/07/15] ports/40589 ports new port: games/lbreakout2 o [2002/07/15] ports/40590 ports new port: games/marbles o [2002/07/15] ports/40593 ports www/oops FreeBSD port does not obey BATCH o [2002/07/15] ports/40595 ports New port: databases/ora2pg o [2002/07/15] ports/40602 ports new port: security/clamav o [2002/07/15] ports/40607 ports New Port: rexima o [2002/07/15] ports/40614 ports New Port: Wyse 60 Terminal Emulator o [2002/07/15] ports/40638 ports spamass-milter port hangs on multiple sim o [2002/07/16] ports/40642 ports ports/cad/slffea has a checksum error o [2002/07/16] ports/40644 ports New port: lang/bigloo - A Scheme interpre o [2002/07/16] ports/40660 ports New Port: security/geheimnis-devel PGP/Gn o [2002/07/16] ports/40664 ports spamass-milter does not build on -CURRENT o [2002/07/16] ports/40676 ports Fatal error building /usr/ports/security/ o [2002/07/17] ports/40679 ports New port: devel/ruby-yaml - A YAML serial o [2002/07/17] ports/40691 ports netscape 7 directory user default o [2002/07/17] ports/40694 ports New port biology/pymol Very beautiful mol o [2002/07/17] ports/40699 ports allow exclude patterns in `make search` o [2002/07/17] ports/40700 ports New Port: security/libgcrypt General purp o [2002/07/17] ports/40705 ports Upgrade of gnome-commander to 0.9.8 o [2002/07/17] ports/40719 ports New port: net/ap-utils o [2002/07/18] ports/40726 ports [Fix] security/gpgme pkg-plist info files o [2002/07/18] ports/40727 ports New Port: security/libksba The X.509 Libr o [2002/07/18] ports/40734 ports Update port: audio/streamtuner o [2002/07/18] ports/40735 ports New port: streamtuner-local, a local MP3 o [2002/07/18] ports/40736 ports New port: streamtuner-live365, a Live365 o [2002/07/18] ports/40742 ports DSSSL Modular stylesheets not added to sg o [2002/07/18] ports/40749 ports /palm/coldsync fails to compile o [2002/07/18] ports/40756 ports insecure default options o [2002/07/19] ports/40760 ports New port: mail/kavmilter o [2002/07/19] ports/40761 ports New port: graphics/ncarg o [2002/07/19] ports/40768 ports New port: korean/netdic o [2002/07/19] ports/40775 ports New port: misc/rfksay o [2002/07/19] ports/40782 ports New port: www/tidy-devel (latest version o [2002/07/19] ports/40784 ports ${PERL}->${REINPLACE_CMD} for unmaintaine o [2002/07/19] ports/40788 ports ports/net/ymessenger upgrade to 0.99.19- o [2002/07/19] ports/40789 ports New port: graphics/gocr OCR (Optical Char o [2002/07/19] ports/40791 ports find->${FIND},xargs->${XARGS} for unmaint o [2002/07/19] ports/40793 ports unbreak benchmarks/bonnie++ for -CURRENT o [2002/07/20] ports/40808 ports ports/chinese/metalist tarball not found o [2002/07/20] ports/40819 ports New port: editors/oooqs OpenOffice QuickS o [2002/07/21] ports/40828 ports [MAINTAINER UPDATE] Fix devel/hat for ben o [2002/07/21] ports/40833 ports update port: sysutils/fastest_cvsup - dis o [2002/07/21] ports/40834 ports New port: net/linux-jigdo o [2002/07/21] ports/40847 ports New Ports: x11/ksimus: Simulation of tech o [2002/07/21] ports/40848 ports reflect WITHOUT-X11 in package name for x o [2002/07/21] ports/40865 ports Port of net/dhid is old. This PR updates o [2002/07/21] ports/40866 ports sml-nj port CM autoloading compilation pr o [2002/07/21] ports/40870 ports New port: graphics/animabob Interactive 3 o [2002/07/22] ports/40877 ports NEW xntp3 port! o [2002/07/22] ports/40892 ports New Port: lang/g95 o [2002/07/22] ports/40897 ports Update port: graphics/ImageMagick o [2002/07/22] ports/40900 ports Update port: lang/guile o [2002/07/22] ports/40901 ports New Port: lang/gauche - An RSR5 Scheme de o [2002/07/22] ports/40904 ports new port: www/tclcurl o [2002/07/22] ports/40912 ports New port: Xtend X10 controller program o [2002/07/22] ports/40913 ports fix port: cad/pcb o [2002/07/22] ports/40914 ports New port: games/linux-nwserver Neverwinte o [2002/07/23] ports/40916 ports New port: news/newspost o [2002/07/23] ports/40925 ports [new port] www/ljdeps - metaport for Live o [2002/07/23] ports/40932 ports New Port: sysutils/uptimed o [2002/07/23] ports/40935 ports New port: shells/scponly-2.3 (a tiny shel o [2002/07/23] ports/40942 ports New port: graphics/xrml Extensible scene o [2002/07/24] ports/40947 ports New port: sysutils/cvsdelta o [2002/07/24] ports/40954 ports New port: ftp/jigdo o [2002/07/24] ports/40961 ports Update: mail/fetchmail (5.9.13) o [2002/07/24] ports/40964 ports New port: textproc/docproj-jadetex & text o [2002/07/24] ports/40966 ports Update: net/ddup (3.0.1) o [2002/07/25] ports/40967 ports [new port] games/enigma - Oxyd like game o [2002/07/25] ports/40968 ports New port: Mail::RBL - Perl extension to a o [2002/07/25] ports/40970 ports New port: misc/rpl o [2002/07/25] ports/40975 ports Uncatched coredump of pkg_info while pkgd o [2002/07/25] ports/40981 ports mc does not work as viewer o [2002/07/25] ports/40990 ports new port: audio/xmms-surround o [2002/07/25] ports/40991 ports new port: audio/xmms-a52dec o [2002/07/25] ports/40994 ports fix port: x11/gxset o [2002/07/26] ports/41000 ports net/ppxp: fix to build with the latest xf o [2002/07/26] ports/41016 ports Update Port astro/ksetiwatch o [2002/07/26] ports/41017 ports Updated port audio/id3lib o [2002/07/26] ports/41018 ports 'screen' binary eats CPU on 4.6-RELEASE , o [2002/07/26] ports/41019 ports New Port: audio/kmp3indexer generates an o [2002/07/26] ports/41022 ports New Port: graphics/kmencoder A mencoder F o [2002/07/26] ports/41027 ports Update port: cad/gerbv o [2002/07/26] ports/41028 ports Update port: cad/qcad to 1.4.16 o [2002/07/26] ports/41029 ports Update port: devel/libshbuf o [2002/07/27] ports/41036 ports New port: x11-wm/wmDeskGuide, a dockbar p o [2002/07/27] ports/41040 ports Unbreak devel/crystal (problem with nasm o [2002/07/27] ports/41051 ports Update port: lang/ghc - avoid problems wi o [2002/07/27] ports/41055 ports New Port: audio/swhplugins A huge collect o [2002/07/27] ports/41056 ports Apply -pedantic fix and user-smubmitted p o [2002/07/27] ports/41061 ports New port: archivers/gzip (1.3.3) o [2002/07/27] ports/41066 ports update port: print/ttf2pt1 to 3.4.1 o [2002/07/27] ports/41072 ports [maintainer-update] games/sopwidth: inval o [2002/07/28] ports/41082 ports New port: emulators/dosbox - emulator of o [2002/07/28] ports/41084 ports New Ports / archivers/untar o [2002/07/28] ports/41087 ports New port: mail/imapfilter o [2002/07/28] ports/41090 ports update irc/olirc to 0.0.38-alpha-3.2 o [2002/07/28] ports/41092 ports patch: unbreak devel/zziplib o [2002/07/28] ports/41093 ports patch: fix x11-toolkits/xview o [2002/07/28] ports/41094 ports java/linux-ibm-jdk13 checksum mismatch o [2002/07/28] ports/41095 ports patch: unbreak games/xpat2 o [2002/07/28] ports/41096 ports update irc/rbot port to 0.9.5 o [2002/07/28] ports/41097 ports patch: fix graphics/xmms-xvs o [2002/07/28] ports/41098 ports patch: sed-ify, fix depends for graphics/ o [2002/07/28] ports/41099 ports patch: fix emulators/xmess o [2002/07/28] ports/41100 ports patch: fix dependencies for net/xisp o [2002/07/28] ports/41101 ports patch: fix editors/xed o [2002/07/28] ports/41102 ports Update port: textproc/fop - correct deps o [2002/07/28] ports/41105 ports New port: graphics/renderpark System for o [2002/07/29] ports/41108 ports editors/vim does not build gnome-gui for o [2002/07/29] ports/41112 ports Update misc/mango to version 0.16 (SUPERC o [2002/07/29] ports/41113 ports New port: net/mydns o [2002/07/29] ports/41116 ports update port: news/cleanfeed o [2002/07/29] ports/41118 ports Update ports: graphics/divxcalc -> 0.3 o [2002/07/29] ports/41119 ports subversion port not fetchable o [2002/07/29] ports/41120 ports x11-toolkits/gal not building o [2002/07/29] ports/41121 ports print/acroread5: 2 sed_inplace problems o [2002/07/29] ports/41122 ports x11/gnomecore doesn't build o [2002/07/29] ports/41123 ports updated cfengine MASTER_SITES o [2002/07/29] ports/41124 ports www/phpbb 2.0.0 -> 2.0.1 up o [2002/07/29] ports/41126 ports update graphics/jhead port 571 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 Jul 29 11:40:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE51037B401 for ; Mon, 29 Jul 2002 11:40:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B54543E4A for ; Mon, 29 Jul 2002 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TIe1JU030481 for ; Mon, 29 Jul 2002 11:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TIe1h2030479; Mon, 29 Jul 2002 11:40:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27CE437B400 for ; Mon, 29 Jul 2002 11:31:00 -0700 (PDT) Received: from lug.kamloops.net (lug2.kamloops.net [209.52.173.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3EE43E65 for ; Mon, 29 Jul 2002 11:30:59 -0700 (PDT) (envelope-from fcash@lug.kamloops.net) Received: from fcash by lug.kamloops.net with local (Exim 3.16 #1) id 17ZGCj-0003p5-00 for freebsd-gnats-submit@freebsd.org; Mon, 29 Jul 2002 12:29:17 -0700 Message-Id: Date: Mon, 29 Jul 2002 12:29:17 -0700 From: fcash@lug.kamloops.net To: freebsd-gnats-submit@FreeBSD.org Subject: ports/41129: Port update: www/dansguardian-devel to 2.4.5-2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41129 >Category: ports >Synopsis: port update: www/dansguardian-devel to version 2.4.5-2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 11:40:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Freddie Cash >Release: FreeBSD 4.6-RELEASE i386 >Organization: PhoenixTek Consulting >Environment: FreeBSD newvista.sd73.bc.ca 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #3: Thu Jul 4 15:38:11 PDT 2002 root@newvista.sd73.bc.ca:/usr/obj/usr/src/sys/NEWVISTA i386 >Description: Updated port Makefile to support the new release of DansGuardian 2.4.5-2. Several small fixes related to logging and performance are included. >How-To-Repeat: >Fix: --- dansguardian-devel.patch begins here --- diff -u dansguardian-2.4.4-0/Makefile dansguardian-devel/Makefile --- dansguardian-2.4.4-0/Makefile Mon Jul 29 10:57:58 2002 +++ dansguardian-devel/Makefile Mon Jul 29 10:59:17 2002 @@ -6,7 +6,7 @@ # PORTNAME= dansguardian -PORTVERSION= 2.4.4.0 +PORTVERSION= 2.4.5.2 CATEGORIES= www MASTER_SITES= # empty, see below DISTNAME= DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source diff -u dansguardian-2.4.4-0/distinfo dansguardian-devel/distinfo --- dansguardian-2.4.4-0/distinfo Mon Jul 29 10:57:58 2002 +++ dansguardian-devel/distinfo Mon Jul 29 11:03:15 2002 @@ -1 +1 @@ -MD5 (DansGuardian-2.4.4-0.source.tar.gz) = f2060ca7e2757b3a74b996f7dde1ff03 +MD5 (DansGuardian-2.4.5-2.source.tar.gz) = 7a04dc4b50795bc836ef21f1755385b4 Common subdirectories: dansguardian-2.4.4-0/files and dansguardian-devel/files --- dansguardian-devel.patch ends here --- >Release-Note: >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 Jul 29 11:50:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF0C237B400 for ; Mon, 29 Jul 2002 11:50:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7348A43E70 for ; Mon, 29 Jul 2002 11:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TIo3JU031435 for ; Mon, 29 Jul 2002 11:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TIo30U031433; Mon, 29 Jul 2002 11:50:03 -0700 (PDT) Date: Mon, 29 Jul 2002 11:50:03 -0700 (PDT) Message-Id: <200207291850.g6TIo30U031433@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tony Finch Subject: Re: ports/35037: New port: sysutils/cfengine2 Reply-To: Tony Finch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/35037; it has been noted by GNATS. From: Tony Finch To: freebsd-gnats-submit@freebsd.org, gordon@freebsd.org, juha.ylitalo@iki.fi Cc: dot@dotat.at Subject: Re: ports/35037: New port: sysutils/cfengine2 Date: Mon, 29 Jul 2002 19:42:06 +0100 This is my version of the cfengine2 port, for version 2.0.3. I'll commit if a ports person says OK. Tony. -- f.a.n.finch http://dotat.at/ NORTH UTSIRE SOUTH UTSIRE: VARIABLE 4, BECOMING SOUTHEAST 5 IN SOUTH UTSIRE. OCCASIONAL DRIZZLE. MODERATE WITH FOG PATCHES. # 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: # # cfengine2 # cfengine2/files # cfengine2/files/patch-doc::Makefile.in # cfengine2/files/patch-contrib::Makefile.in # cfengine2/files/patch-doc::cfengine-Anomalies.info # cfengine2/files/patch-configure # cfengine2/distinfo # cfengine2/pkg-descr # cfengine2/pkg-plist # cfengine2/pkg-comment # cfengine2/Makefile # echo c - cfengine2 mkdir -p cfengine2 > /dev/null 2>&1 echo c - cfengine2/files mkdir -p cfengine2/files > /dev/null 2>&1 echo x - cfengine2/files/patch-doc::Makefile.in sed 's/^X//' >cfengine2/files/patch-doc::Makefile.in << 'END-of-cfengine2/files/patch-doc::Makefile.in' X--- doc/Makefile.in.orig Sat Jun 22 08:36:43 2002 X+++ doc/Makefile.in Mon Jul 29 17:19:22 2002 X@@ -88,10 +88,10 @@ X man_MANS = cfengine.8 X info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo cfengine-Anomalies.texinfo X X-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) X+#docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) X doc_DATA = X # Info used in building and installing HTML files X-htmldir = $(pkgdatadir)/html X+htmldir = $(datadir)/doc/@PACKAGE@ X htmlfiles = cfengine-Reference.html cfengine-Tutorial.html X html_DATA = $(htmlfiles) X X@@ -103,7 +103,7 @@ X # then uncomment the reference to ps2 X psfiles = $(ps1) # $(ps2) X X-psdir = $(pkgdatadir)/doc X+#psdir = $(pkgdatadir)/doc X ps_DATA = $(psfiles) X X # Make sure these get distributed with everything else. END-of-cfengine2/files/patch-doc::Makefile.in echo x - cfengine2/files/patch-contrib::Makefile.in sed 's/^X//' >cfengine2/files/patch-contrib::Makefile.in << 'END-of-cfengine2/files/patch-contrib::Makefile.in' X--- contrib/Makefile.in.orig Mon Jul 29 17:24:20 2002 X+++ contrib/Makefile.in Mon Jul 29 17:26:30 2002 X@@ -33,7 +33,7 @@ X mandir = @mandir@ X includedir = @includedir@ X oldincludedir = /usr/include X-pkgdatadir = $(datadir)/@PACKAGE@ X+pkgdatadir = $(datadir)/emacs/site-lisp X pkglibdir = $(libdir)/@PACKAGE@ X pkgincludedir = $(includedir)/@PACKAGE@ X top_builddir = .. END-of-cfengine2/files/patch-contrib::Makefile.in echo x - cfengine2/files/patch-doc::cfengine-Anomalies.info sed 's/^X//' >cfengine2/files/patch-doc::cfengine-Anomalies.info << 'END-of-cfengine2/files/patch-doc::cfengine-Anomalies.info' X--- doc/cfengine-Anomalies.info.orig Mon Jul 29 18:15:38 2002 X+++ doc/cfengine-Anomalies.info Mon Jul 29 18:16:20 2002 X@@ -3,7 +3,7 @@ X X INFO-DIR-SECTION System Utilities X START-INFO-DIR-ENTRY X-* cfengine Tutorial: (cfengine-Tutorial.info). X+* cfengine Anomalies: (cfengine-Anomalies.info). X Cfengine is a language based tool specifically X designed for configuring and maintaining BSD X and System-5-like operating systems attached END-of-cfengine2/files/patch-doc::cfengine-Anomalies.info echo x - cfengine2/files/patch-configure sed 's/^X//' >cfengine2/files/patch-configure << 'END-of-cfengine2/files/patch-configure' XAccept the -STABLE version of OpenSSL XUse the correct #includes for sys/mount.h X X--- configure.orig Mon Jul 29 15:32:39 2002 X+++ configure Mon Jul 29 15:35:41 2002 X@@ -3637,8 +3637,8 @@ X if test x"$OPENSSL_LIB_DIR" = xno ; then X echo "$as_me:3638: result: no" >&5 X echo "${ECHO_T}no" >&6 X- { { echo "$as_me:3640: error: This release of cfengine requires OpenSSL 0.9.6b or later" >&5 X-echo "$as_me: error: This release of cfengine requires OpenSSL 0.9.6b or later" >&2;} X+ { { echo "$as_me:3640: error: This release of cfengine requires OpenSSL 0.9.6a or later" >&5 X+echo "$as_me: error: This release of cfengine requires OpenSSL 0.9.6a or later" >&2;} X { (exit 1); exit 1; }; } X else X if test x"$OPENSSL_LIB_DIR" = xyes ; then X@@ -3700,7 +3700,7 @@ X #include X int main(void) X { X- if (OPENSSL_VERSION_NUMBER < 0x0090602fL) X+ if (OPENSSL_VERSION_NUMBER < 0x0090601fL) X exit(1); X exit(0); X } X@@ -3723,8 +3723,8 @@ X echo "$as_me: program exited with status $ac_status" >&5 X echo "$as_me: failed program was:" >&5 X cat conftest.$ac_ext >&5 X-{ { echo "$as_me:3726: error: This release of cfengine requires openssl 0.9.6b or later" >&5 X-echo "$as_me: error: This release of cfengine requires openssl 0.9.6b or later" >&2;} X+{ { echo "$as_me:3726: error: This release of cfengine requires openssl 0.9.6a or later" >&5 X+echo "$as_me: error: This release of cfengine requires openssl 0.9.6a or later" >&2;} X { (exit 1); exit 1; }; } X X fi X@@ -4098,6 +4098,7 @@ X cat >conftest.$ac_ext <<_ACEOF X #line 4099 "configure" X #include "confdefs.h" X+#include X #include <$ac_header> X _ACEOF X if { (eval echo "$as_me:4103: \"$ac_cpp conftest.$ac_ext\"") >&5 X@@ -8485,8 +8486,8 @@ X echo "$as_me: WARNING: This version requires Berkeley db version 3.2 or" >&2;} X { echo "$as_me:8486: WARNING: later from www.sleepycat.com" >&5 X echo "$as_me: WARNING: later from www.sleepycat.com" >&2;} X-{ echo "$as_me:8488: WARNING: This version requires OpenSSL 0.9.6b or later" >&5 X-echo "$as_me: WARNING: This version requires OpenSSL 0.9.6b or later" >&2;} X+{ echo "$as_me:8488: WARNING: This version requires OpenSSL 0.9.6a or later" >&5 X+echo "$as_me: WARNING: This version requires OpenSSL 0.9.6a or later" >&2;} X { echo "$as_me:8490: WARNING: from www.openssl.org" >&5 X echo "$as_me: WARNING: from www.openssl.org" >&2;} X { echo "$as_me:8492: WARNING: " >&5 END-of-cfengine2/files/patch-configure echo x - cfengine2/distinfo sed 's/^X//' >cfengine2/distinfo << 'END-of-cfengine2/distinfo' XMD5 (cfengine-2.0.3.tar.gz) = 55df32a5856e5d267f895ec1dc6b2511 END-of-cfengine2/distinfo echo x - cfengine2/pkg-descr sed 's/^X//' >cfengine2/pkg-descr << 'END-of-cfengine2/pkg-descr' XCfengine, or the configuration engine is an agent/software robot and a Xvery high level language for building expert systems to administrate Xand configure large computer networks. Cfengine uses the idea of Xclasses and a primitive form of intelligence to define and automate Xthe configuration and maintenance of system state, for small to huge Xconfigurations. Cfengine is designed to be a part of a computer immune Xsystem. X XWWW: http://www.cfengine.org/ END-of-cfengine2/pkg-descr echo x - cfengine2/pkg-plist sed 's/^X//' >cfengine2/pkg-plist << 'END-of-cfengine2/pkg-plist' Xsbin/cfagent Xsbin/cfdoc Xsbin/cfenvd Xsbin/cfenvgraph Xsbin/cfexecd Xsbin/cfkey Xsbin/cfrun Xsbin/cfservd Xsbin/vicf Xshare/emacs/site-lisp/cfengine.el Xshare/cfengine/cf.chflags.example Xshare/cfengine/cf.freebsd.example Xshare/cfengine/cf.ftp.example Xshare/cfengine/cf.groups.example Xshare/cfengine/cf.linux.example Xshare/cfengine/cf.main.example Xshare/cfengine/cf.motd.example Xshare/cfengine/cf.preconf.example Xshare/cfengine/cf.services.example Xshare/cfengine/cf.site.example Xshare/cfengine/cf.solaris.example Xshare/cfengine/cf.sun4.example Xshare/cfengine/cf.users.example Xshare/cfengine/cfagent.conf-advanced.example Xshare/cfengine/cfagent.conf.example Xshare/cfengine/cfrc.example Xshare/cfengine/cfrun.hosts.example Xshare/cfengine/cfservd.conf.example Xshare/cfengine/update.conf.example Xshare/doc/cfengine/cfengine-Reference.html Xshare/doc/cfengine/cfengine-Tutorial.html Xinfo/cfengine-Anomalies.info Xinfo/cfengine-Reference.info Xinfo/cfengine-Reference.info-1 Xinfo/cfengine-Reference.info-2 Xinfo/cfengine-Reference.info-3 Xinfo/cfengine-Reference.info-4 Xinfo/cfengine-Reference.info-5 Xinfo/cfengine-Reference.info-6 Xinfo/cfengine-Reference.info-7 Xinfo/cfengine-Reference.info-8 Xinfo/cfengine-Tutorial.info Xinfo/cfengine-Tutorial.info-1 Xinfo/cfengine-Tutorial.info-2 Xinfo/cfengine-Tutorial.info-3 Xinfo/cfengine-Tutorial.info-4 Xinfo/cfengine-Tutorial.info-5 Xinfo/cfengine-Tutorial.info-6 X@exec install-info %D/info/cfengine-Tutorial.info %D/info/dir X@exec install-info %D/info/cfengine-Reference.info %D/info/dir X@exec install-info %D/info/cfengine-Anomalies.info %D/info/dir X@unexec install-info --delete %D/info/cfengine-Tutorial.info %D/info/dir X@unexec install-info --delete %D/info/cfengine-Reference.info %D/info/dir X@unexec install-info --delete %D/info/cfengine-Anomalies.info %D/info/dir X@dirrm share/cfengine X@dirrm share/doc/cfengine END-of-cfengine2/pkg-plist echo x - cfengine2/pkg-comment sed 's/^X//' >cfengine2/pkg-comment << 'END-of-cfengine2/pkg-comment' XGNU cfengine - a systems administration tool for networks END-of-cfengine2/pkg-comment echo x - cfengine2/Makefile sed 's/^X//' >cfengine2/Makefile << 'END-of-cfengine2/Makefile' X# New ports collection makefile for: cfengine2 X# Date created: 2002-07-29 X# Whom: fanf@FreeBSD.org X# X# $FreeBSD$ X# X XPORTNAME= cfengine2 XPORTVERSION= 2.0.3 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \ X ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= cfengine-${PORTVERSION} X XMAINTAINER= fanf@FreeBSD.org X XLIB_DEPENDS= db3:${PORTSDIR}/databases/db3 X XUSE_OPENSSL= yes X X# if we use GNU_CONFIGURE=yes then the binaries get installed with weird names XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} X XMAN8= cfengine.8 X X.include END-of-cfengine2/Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 12:19:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF1537B400; Mon, 29 Jul 2002 12:19:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 842EF43E65; Mon, 29 Jul 2002 12:19:22 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TJJMJU040708; Mon, 29 Jul 2002 12:19:22 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TJJMJU040704; Mon, 29 Jul 2002 12:19:22 -0700 (PDT) Date: Mon, 29 Jul 2002 12:19:22 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207291919.g6TJJMJU040704@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/41095: patch: unbreak games/xpat2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: patch: unbreak games/xpat2 Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 12:18:54 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41095 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 12:20: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 748BF37B400 for ; Mon, 29 Jul 2002 12:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E8143E5E for ; Mon, 29 Jul 2002 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TJK2JU040770 for ; Mon, 29 Jul 2002 12:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TJK26h040769; Mon, 29 Jul 2002 12:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A109F37B400 for ; Mon, 29 Jul 2002 12:19:42 -0700 (PDT) Received: from unsane.de (pD950F7E3.dip.t-dialin.net [217.80.247.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD7B43E6A for ; Mon, 29 Jul 2002 12:19:41 -0700 (PDT) (envelope-from lizard@unsane.de) Received: from localhost (localhost.unsane.de [127.0.0.1]) by unsane.de (Postfix) with ESMTP id 9143A964 for ; Mon, 29 Jul 2002 21:19:38 +0200 (CEST) Received: by unsane.de (Postfix, from userid 1001) id ECD1B1EF; Mon, 29 Jul 2002 21:19:37 +0200 (CEST) Message-Id: <20020729191937.ECD1B1EF@unsane.de> Date: Mon, 29 Jul 2002 21:19:37 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41130: Update port: audio/sfront -> 0.8.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41130 >Category: ports >Synopsis: Update port: audio/sfront -> 0.8.2 >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 Jul 29 12:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 28 12:22:42 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386 >Description: Update audio/sfront from 0.8.1 to 0.8.2. Regards, Olli >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/sfront/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2002/07/08 10:22:13 1.6 +++ Makefile 2002/07/29 19:18:12 @@ -7,7 +7,7 @@ # PORTNAME= sfront -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= audio MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/sa/ DISTNAME= ${PORTNAME} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/sfront/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2002/05/25 16:51:12 1.4 +++ distinfo 2002/07/29 19:18:12 @@ -1 +1 @@ -MD5 (sfront.tar.gz) = 21ca474148907a1084d6e5f69ab6f37f +MD5 (sfront.tar.gz) = 1496b5a612ec1de0d8323bb52837d41a >Release-Note: >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 Jul 29 12:40:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 503D937B406 for ; Mon, 29 Jul 2002 12:40:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30CF43E3B for ; Mon, 29 Jul 2002 12:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TJe8JU042208 for ; Mon, 29 Jul 2002 12:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TJe8iX042207; Mon, 29 Jul 2002 12:40:08 -0700 (PDT) Date: Mon, 29 Jul 2002 12:40:08 -0700 (PDT) Message-Id: <200207291940.g6TJe8iX042207@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jamie Hermans" Subject: Re: ports/41126: update graphics/jhead port Reply-To: "Jamie Hermans" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41126; it has been noted by GNATS. From: "Jamie Hermans" To: , Cc: Subject: Re: ports/41126: update graphics/jhead port Date: Mon, 29 Jul 2002 13:38:05 -0600 Works for me :) Thanks... -- Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13: 1:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 884E137B400; Mon, 29 Jul 2002 13:01:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E0BB43E31; Mon, 29 Jul 2002 13:01:28 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TK1SJU044172; Mon, 29 Jul 2002 13:01:28 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TK1Skx044168; Mon, 29 Jul 2002 13:01:28 -0700 (PDT) Date: Mon, 29 Jul 2002 13:01:28 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292001.g6TK1Skx044168@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, anders@FreeBSD.org Subject: Re: ports/41097: patch: fix graphics/xmms-xvs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: patch: fix graphics/xmms-xvs Responsible-Changed-From-To: freebsd-ports->anders Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 13:01:08 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41097 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13: 4: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E7F37B400; Mon, 29 Jul 2002 13:03:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D107843E3B; Mon, 29 Jul 2002 13:03:58 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TK3wJU044292; Mon, 29 Jul 2002 13:03:58 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TK3w5Y044288; Mon, 29 Jul 2002 13:03:58 -0700 (PDT) Date: Mon, 29 Jul 2002 13:03:58 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292003.g6TK3w5Y044288@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, kiri@FreeBSD.org Subject: Re: ports/41102: Update port: textproc/fop - correct deps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: textproc/fop - correct deps Responsible-Changed-From-To: freebsd-ports->kiri Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 13:03:36 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41102 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13: 5:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E35E37B400; Mon, 29 Jul 2002 13:05:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7D943E3B; Mon, 29 Jul 2002 13:05:08 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TK58JU045474; Mon, 29 Jul 2002 13:05:08 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TK580M045470; Mon, 29 Jul 2002 13:05:08 -0700 (PDT) Date: Mon, 29 Jul 2002 13:05:08 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292005.g6TK580M045470@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/41108: editors/vim does not build gnome-gui for ages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: editors/vim does not build gnome-gui for ages Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 13:04:54 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41108 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13: 7: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82BD37B400; Mon, 29 Jul 2002 13:07:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ABD043E3B; Mon, 29 Jul 2002 13:07:00 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TK70JU048716; Mon, 29 Jul 2002 13:07:00 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TK6xbE048708; Mon, 29 Jul 2002 13:06:59 -0700 (PDT) Date: Mon, 29 Jul 2002 13:06:59 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292006.g6TK6xbE048708@freefall.freebsd.org> To: jesse@cs.uni-magdeburg.de, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37594: Update port misc/mango to 0.11 (SUPERCEEDS ports/37247) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port misc/mango to 0.11 (SUPERCEEDS ports/37247) State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Mon Jul 29 13:06:37 PDT 2002 State-Changed-Why: superseded by ports/41112 http://www.freebsd.org/cgi/query-pr.cgi?pr=37594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:13:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 971D937B400; Mon, 29 Jul 2002 13:13:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C85C43E4A; Mon, 29 Jul 2002 13:13:32 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKDWJU049531; Mon, 29 Jul 2002 13:13:32 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKDRPf049515; Mon, 29 Jul 2002 13:13:27 -0700 (PDT) Date: Mon, 29 Jul 2002 13:13:27 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292013.g6TKDRPf049515@freefall.freebsd.org> To: leeym@utopia.leeym.com, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41116: update port: news/cleanfeed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update port: news/cleanfeed State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Mon Jul 29 13:13:08 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41116 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:16: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7489037B400; Mon, 29 Jul 2002 13:15:59 -0700 (PDT) Received: from nelly.internal.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id F09F943E31; Mon, 29 Jul 2002 13:15:18 -0700 (PDT) (envelope-from simond@irrelevant.org) Received: from simond by nelly.internal.irrelevant.org with local (Exim 3.36 #1) id 17ZGvF-0008LB-00; Mon, 29 Jul 2002 21:15:17 +0100 Date: Mon, 29 Jul 2002 21:15:17 +0100 From: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41113: New port: net/mydns Message-ID: <20020729201517.GB27183@irrelevant.org> References: <200207290920.g6T9K1Ot008284@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207290920.g6T9K1Ot008284@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please close this pr, new version to follow shortly -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:20:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACDBA37B400 for ; Mon, 29 Jul 2002 13:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFC8943E5E for ; Mon, 29 Jul 2002 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKK1JU049990 for ; Mon, 29 Jul 2002 13:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKK1fO049989; Mon, 29 Jul 2002 13:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D7E037B400 for ; Mon, 29 Jul 2002 13:15:34 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0492B43E4A for ; Mon, 29 Jul 2002 13:15:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKFXOT089435 for ; Mon, 29 Jul 2002 13:15:33 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6TKFX7r089434; Mon, 29 Jul 2002 13:15:33 -0700 (PDT) Message-Id: <200207292015.g6TKFX7r089434@www.freebsd.org> Date: Mon, 29 Jul 2002 13:15:33 -0700 (PDT) From: Jens Rehsack To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41131: adding some more configuration parameters to www/mod_php4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41131 >Category: ports >Synopsis: adding some more configuration parameters to www/mod_php4 >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 Jul 29 13:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: 4.6-STABLE >Organization: LiWing IT-Services >Environment: FreeBSD webdev.muppets.liwing.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Tue May 7 16:20:03 GMT 2002 root@webdev.muppets.liwing.de:/var/tmp/obj/export/sources/src/sys/WEBDEV i386 >Description: Just a few more lines to configure.php :-) f.e. Java, ODBC and GDM support was missing >How-To-Repeat: >Fix: --- configure.php.ori Mon Jul 29 13:56:25 2002 +++ configure.php.new Mon Jul 29 14:56:56 2002 @@ -21,6 +21,7 @@ GD2 "GD 2.x library support" OFF \ zlib "zlib library support" ON \ bzip2 "bzip2 library support" OFF \ +gmp "GNU MultiPrecision library support" OFF \ mcrypt "Encryption support" OFF \ mhash "Crypto-hashing support" OFF \ pdflib "pdflib support" OFF \ @@ -32,6 +33,8 @@ SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \ Interbase "Interbase 6 database support (Firebird)" OFF \ dBase "dBase database support" OFF \ +unixODBC "unixODBC support" OFF \ +iODBC "iODBC support" OFF \ OpenLDAP1 "OpenLDAP 1.x support" OFF \ OpenLDAP2 "OpenLDAP 2.x support" OFF \ OpenSSL "OpenSSL support" OFF \ @@ -59,6 +62,7 @@ sysvshm "System V shared memory support" OFF \ transsid "Transparent session id" OFF \ yaz "YAZ support (ANSI/NISO Z39.50)" OFF \ +java "Java support" OFF \ 2> $tempfile retval=$? @@ -131,6 +135,9 @@ fi echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}" ;; + \"gmp\") + echo "CONFIGURE_ARGS+=--with-gmp" + ;; \"mcrypt\") echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}" @@ -211,6 +218,14 @@ \"dBase\") echo "CONFIGURE_ARGS+=--with-dbase" ;; + \"unixODBC\") + echo "LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC" + echo "CONFIGURE_ARGS+=--with-unixodbc" + ;; + \"iODBC\") + echo "LIB_DEPENDS+=iodbc.3:${PORTSDIR}/databases/libiodbc" + echo "CONFIGURE_ARGS+=--with-iodbc" + ;; \"OpenLDAP1\") echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap" echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap" @@ -349,6 +364,10 @@ \"yaz\") echo "LIB_DEPENDS+= yaz.1:\${PORTSDIR}/net/yaz" echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin" + ;; + \"java\") + echo "USE_JAVA=1.3+" + echo "CONFIGURE_ARGS+=--with-java" ;; *) echo "Invalid option(s): $*" > /dev/stderr >Release-Note: >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 Jul 29 13:20:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A6B037B401 for ; Mon, 29 Jul 2002 13:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2726943E3B for ; Mon, 29 Jul 2002 13:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKK4JU050000 for ; Mon, 29 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKK4QT049998; Mon, 29 Jul 2002 13:20:04 -0700 (PDT) Date: Mon, 29 Jul 2002 13:20:04 -0700 (PDT) Message-Id: <200207292020.g6TKK4QT049998@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Simon Dick Subject: Re: ports/41113: New port: net/mydns Reply-To: Simon Dick Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41113; it has been noted by GNATS. From: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/41113: New port: net/mydns Date: Mon, 29 Jul 2002 21:15:17 +0100 Please close this pr, new version to follow shortly -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:20:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC09337B405 for ; Mon, 29 Jul 2002 13:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7843B43E3B for ; Mon, 29 Jul 2002 13:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKK8JU050017 for ; Mon, 29 Jul 2002 13:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKK8Ij050016; Mon, 29 Jul 2002 13:20:08 -0700 (PDT) Date: Mon, 29 Jul 2002 13:20:08 -0700 (PDT) Message-Id: <200207292020.g6TKK8Ij050016@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Gordon Tetlow Subject: Re: ports/35037: New port: sysutils/cfengine2 Reply-To: Gordon Tetlow Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/35037; it has been noted by GNATS. From: Gordon Tetlow To: Tony Finch Cc: freebsd-gnats-submit@freebsd.org, Subject: Re: ports/35037: New port: sysutils/cfengine2 Date: Mon, 29 Jul 2002 13:19:19 -0700 (PDT) On Mon, 29 Jul 2002, Tony Finch wrote: > This is my version of the cfengine2 port, for version 2.0.3. > I'll commit if a ports person says OK. Please do. I've been to busy to look at it, but it should get committed. -gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:26:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 868C437B400; Mon, 29 Jul 2002 13:26:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B4C643E4A; Mon, 29 Jul 2002 13:26:41 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKQfJU050749; Mon, 29 Jul 2002 13:26:41 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKQfwR050745; Mon, 29 Jul 2002 13:26:41 -0700 (PDT) Date: Mon, 29 Jul 2002 13:26:41 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292026.g6TKQfwR050745@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41118: Update ports: graphics/divxcalc -> 0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update ports: graphics/divxcalc -> 0.3 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Mon Jul 29 13:26:21 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41118 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:28:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68F437B400; Mon, 29 Jul 2002 13:28:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD3843E42; Mon, 29 Jul 2002 13:28:47 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKSlJU051700; Mon, 29 Jul 2002 13:28:47 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKSlf6051696; Mon, 29 Jul 2002 13:28:47 -0700 (PDT) Date: Mon, 29 Jul 2002 13:28:47 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292028.g6TKSlf6051696@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/41120: x11-toolkits/gal not building Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: x11-toolkits/gal not building Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 13:28:27 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41120 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:30:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F0E37B400; Mon, 29 Jul 2002 13:30:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED81043E3B; Mon, 29 Jul 2002 13:30:56 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKUuJU054194; Mon, 29 Jul 2002 13:30:56 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKUuYF054190; Mon, 29 Jul 2002 13:30:56 -0700 (PDT) Date: Mon, 29 Jul 2002 13:30:56 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292030.g6TKUuYF054190@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/41121: print/acroread5: 2 sed_inplace problems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: print/acroread5: 2 sed_inplace problems Responsible-Changed-From-To: freebsd-ports->trevor Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 13:30:13 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41121 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:40:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DCB37B4B7; Mon, 29 Jul 2002 13:40:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E102E43E5E; Mon, 29 Jul 2002 13:40:35 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKeZJU060762; Mon, 29 Jul 2002 13:40:35 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKeZVQ060756; Mon, 29 Jul 2002 20:40:35 GMT Date: Mon, 29 Jul 2002 20:40:35 GMT From: Hye-Shik Chang Message-Id: <200207292040.g6TKeZVQ060756@freefall.freebsd.org> To: marius@marius.org, perky@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41126: update graphics/jhead port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update graphics/jhead port State-Changed-From-To: open->closed State-Changed-By: perky State-Changed-When: Mon Jul 29 20:40:16 GMT 2002 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41126 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:41:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C46FF37B400; Mon, 29 Jul 2002 13:41:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A6843E5E; Mon, 29 Jul 2002 13:41:23 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKfNJU061439; Mon, 29 Jul 2002 13:41:23 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKfNFh061430; Mon, 29 Jul 2002 13:41:23 -0700 (PDT) Date: Mon, 29 Jul 2002 13:41:23 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292041.g6TKfNFh061430@freefall.freebsd.org> To: koziol@ncsa.uiuc.edu, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41122: x11/gnomecore doesn't build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: x11/gnomecore doesn't build State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Mon Jul 29 13:41:03 PDT 2002 State-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41122 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:42:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F51B37B400; Mon, 29 Jul 2002 13:42:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1134843E6A; Mon, 29 Jul 2002 13:42:14 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKgDJU062129; Mon, 29 Jul 2002 13:42:13 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKgDfg062125; Mon, 29 Jul 2002 13:42:13 -0700 (PDT) Date: Mon, 29 Jul 2002 13:42:13 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292042.g6TKgDfg062125@freefall.freebsd.org> To: koziol@ncsa.uiuc.edu, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/41122: x11/gnomecore doesn't build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: x11/gnomecore doesn't build State-Changed-From-To: closed->open State-Changed-By: naddy State-Changed-When: Mon Jul 29 13:41:35 PDT 2002 State-Changed-Why: me and my fat fingers Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 13:41:35 PDT 2002 Responsible-Changed-Why: me and my fat fingers http://www.freebsd.org/cgi/query-pr.cgi?pr=41122 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:44: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6398E37B400; Mon, 29 Jul 2002 13:44:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 172FB43E6A; Mon, 29 Jul 2002 13:44:03 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKi2JU063370; Mon, 29 Jul 2002 13:44:02 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKi2Ei063366; Mon, 29 Jul 2002 13:44:02 -0700 (PDT) Date: Mon, 29 Jul 2002 13:44:02 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292044.g6TKi2Ei063366@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, gordon@FreeBSD.org Subject: Re: ports/41123: updated cfengine MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: updated cfengine MASTER_SITES Responsible-Changed-From-To: freebsd-ports->gordon Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 13:43:46 PDT 2002 Responsible-Changed-Why: oevr to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41123 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:45:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB7537B400; Mon, 29 Jul 2002 13:45:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00A6743E42; Mon, 29 Jul 2002 13:45:14 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKjDJU064260; Mon, 29 Jul 2002 13:45:13 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKjDUQ064256; Mon, 29 Jul 2002 13:45:13 -0700 (PDT) Date: Mon, 29 Jul 2002 13:45:13 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292045.g6TKjDUQ064256@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, wjv@FreeBSD.org Subject: Re: ports/41124: www/phpbb 2.0.0 -> 2.0.1 up Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/phpbb 2.0.0 -> 2.0.1 up Responsible-Changed-From-To: freebsd-ports->wjv Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 13:44:52 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41124 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:49:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2527437B400 for ; Mon, 29 Jul 2002 13:49:17 -0700 (PDT) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7998343E3B for ; Mon, 29 Jul 2002 13:49:16 -0700 (PDT) (envelope-from m@devzerog.com) Received: from devzerog.com ([80.4.0.140]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020729204911.FKXI23840.mta03-svc.ntlworld.com@devzerog.com>; Mon, 29 Jul 2002 21:49:11 +0100 Message-ID: <3D45AA63.4030205@devzerog.com> Date: Mon, 29 Jul 2002 21:49:39 +0100 From: Mike Dewhirst User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: nmav@hellug.gr, ports@freebsd.org Subject: libmcrypt Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FYI: libmcrypt (2.5.2) seems to be missing ltdl.h from sources. After manually downloading to lib/ - the build worked ok. (I DID have the latest ports tree) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:50:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C699D37B400 for ; Mon, 29 Jul 2002 13:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4444743E31 for ; Mon, 29 Jul 2002 13:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKo2JU068646 for ; Mon, 29 Jul 2002 13:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKo2tf068641; Mon, 29 Jul 2002 13:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7775037B400 for ; Mon, 29 Jul 2002 13:46:23 -0700 (PDT) Received: from nelly.internal.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id D714B43E42 for ; Mon, 29 Jul 2002 13:46:22 -0700 (PDT) (envelope-from simond@irrelevant.org) Received: from simond by nelly.internal.irrelevant.org with local (Exim 3.36 #1) id 17ZHPJ-0008R1-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Jul 2002 21:46:21 +0100 Message-Id: Date: Mon, 29 Jul 2002 21:46:21 +0100 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41132: New port: net/mydns Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41132 >Category: ports >Synopsis: New port: net/mydns >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 Jul 29 13:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.6-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #0: Sat Jun 29 15:30:22 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: New port for MyDNS, obsoletes pr ports/41113 >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: # # mydns # mydns/Makefile # mydns/pkg-comment # mydns/pkg-descr # mydns/files # mydns/files/patch-aa # mydns/files/mydns.sh # mydns/files/patch-ab # mydns/distinfo # mydns/pkg-plist # mydns/pkg-message # echo c - mydns mkdir -p mydns > /dev/null 2>&1 echo x - mydns/Makefile sed 's/^X//' >mydns/Makefile << 'END-of-mydns/Makefile' X# New ports collection makefile for: mydns X# Date created: 23 July 2002 X# Whom: Simon Dick X# X# $FreeBSD$ X# X XPORTNAME= mydns XPORTVERSION= 0.8.1 XCATEGORIES= net databases XMASTER_SITES= http://mydns.bboy.net/download/ X XMAINTAINER= simond@irrelevant.org X XLIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-confdir=${PREFIX}/etc XUSE_BZIP2= yes X XMAN5= mydns.conf.5 XMAN8= mydns.8 X Xpost-install: X @${SED} 's|%%%PREFIX%%%|${PREFIX}|g' < ${FILESDIR}/mydns.sh > ${WRKSRC}/mydns.sh X @${CP} ${WRKSRC}/mydns.sh ${PREFIX}/etc/rc.d/mydns.sh.sample X @${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample X @${SED} -e 's,%%%PREFIX%%%,${PREFIX},g' ${PKGMESSAGE} X X.include END-of-mydns/Makefile echo x - mydns/pkg-comment sed 's/^X//' >mydns/pkg-comment << 'END-of-mydns/pkg-comment' XDNS server designed to utilize the MySQL database END-of-mydns/pkg-comment echo x - mydns/pkg-descr sed 's/^X//' >mydns/pkg-descr << 'END-of-mydns/pkg-descr' XMyDNS is a free DNS server for UNIX implemented from scratch and Xdesigned to utilize the MySQL database for data storage. X XIts primary objectives are stability, security, interoperability, Xand speed, though not necessarily in that order. X XMyDNS does not include recursive name service, nor a resolver library. XIt is primarily designed for organizations with many zones and/or Xresource records who desire the ability to perform real-time dynamic Xupdates on their DNS data via MySQL. END-of-mydns/pkg-descr echo c - mydns/files mkdir -p mydns/files > /dev/null 2>&1 echo x - mydns/files/patch-aa sed 's/^X//' >mydns/files/patch-aa << 'END-of-mydns/files/patch-aa' X--- src/mydns/main.c.orig Mon Jul 29 21:00:55 2002 X+++ src/mydns/main.c Mon Jul 29 21:02:13 2002 X@@ -293,7 +293,7 @@ X X Notice("%s", buf); X X-malloc_stats(); /* XXX */ X+/*malloc_stats();*/ /* XXX */ X } X /*--- server_status() ---------------------------------------------------------------------------*/ X END-of-mydns/files/patch-aa echo x - mydns/files/mydns.sh sed 's/^X//' >mydns/files/mydns.sh << 'END-of-mydns/files/mydns.sh' X#!/bin/sh X Xcase "$1" in X start) X %%%PREFIX%%%/sbin/mydns -b X ;; X stop) X kill `cat /var/run/mydns.pid` X ;; X *) X echo "" X echo "Usage: `basename $0` { start | stop }" X echo "" X exit 64 X ;; Xesac END-of-mydns/files/mydns.sh echo x - mydns/files/patch-ab sed 's/^X//' >mydns/files/patch-ab << 'END-of-mydns/files/patch-ab' X--- Makefile.in.orig Mon Jul 29 21:37:45 2002 X+++ Makefile.in Mon Jul 29 21:38:30 2002 X@@ -440,7 +440,6 @@ X X install-data-am: X @$(NORMAL_INSTALL) X- $(MAKE) $(AM_MAKEFLAGS) install-data-hook X X install-exec-am: X END-of-mydns/files/patch-ab echo x - mydns/distinfo sed 's/^X//' >mydns/distinfo << 'END-of-mydns/distinfo' XMD5 (mydns-0.8.1.tar.bz2) = ddfd7d9adb1002cc3c02156049ca600f END-of-mydns/distinfo echo x - mydns/pkg-plist sed 's/^X//' >mydns/pkg-plist << 'END-of-mydns/pkg-plist' Xetc/mydns.conf.sample Xetc/rc.d/mydns.sh.sample Xinclude/mydns.h Xinfo/mydns.info Xlib/libmydns.a Xlib/charset.alias Xsbin/mydns Xshare/locale/locale.alias END-of-mydns/pkg-plist echo x - mydns/pkg-message sed 's/^X//' >mydns/pkg-message << 'END-of-mydns/pkg-message' XTo get MyDNS working you will need to do some configuration, first you Xwill need to create %%%PREFIX%%%/etc/mydns.conf based on the Xinstalled sample file. Following that you will need to setup your Xdatabase tables, you can use the output of X%%%PREFIX%%%/sbin/mydns --create-tables Xas a template. X END-of-mydns/pkg-message exit >Release-Note: >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 Jul 29 13:50:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BE3037B401 for ; Mon, 29 Jul 2002 13:50:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6190C43E3B for ; Mon, 29 Jul 2002 13:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKo5JU068691 for ; Mon, 29 Jul 2002 13:50:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKo5mk068690; Mon, 29 Jul 2002 13:50:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9755637B400 for ; Mon, 29 Jul 2002 13:48:56 -0700 (PDT) Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319B643E3B for ; Mon, 29 Jul 2002 13:48:55 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 8207501 invoked by uid 0); 29 Jul 2002 20:48:52 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.229.153]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with SMTP for ; 29 Jul 2002 20:48:52 -0000 Received: from gits.gits.dyndns.org (82tzjp7imycph7ud@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.5/8.12.5) with ESMTP id g6TKmpq4030393 for ; Mon, 29 Jul 2002 22:48:51 +0200 (CEST) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by gits.gits.dyndns.org (8.12.5/8.12.5/Submit) id g6TKmo55030392; Mon, 29 Jul 2002 22:48:50 +0200 (CEST) (envelope-from root) Message-Id: <200207292048.g6TKmo55030392@gits.gits.dyndns.org> Date: Mon, 29 Jul 2002 22:48:50 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41133: New port: french/plgrenouille (0.61.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41133 >Category: ports >Synopsis: New port: french/plgrenouille (0.61.3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 13:50:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.6-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.6-STABLE FreeBSD 4.6-STABLE #21: Sun Jul 28 09:42:24 CEST 2002 root@gits:/disk2/freebsd/stable/src/sys/compile/CUSTOM i386 >Description: A client for WAN measurement. see http://www.grenouille.com for details. >How-To-Repeat: n/a >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: # # french/plgrenouille # french/plgrenouille/Makefile # french/plgrenouille/distinfo # french/plgrenouille/pkg-comment # french/plgrenouille/pkg-descr # french/plgrenouille/pkg-plist # french/plgrenouille/files # french/plgrenouille/files/plgrenouille.sh # french/plgrenouille/files/patch-plgrenouille.pl # french/plgrenouille/pkg-message # french/plgrenouille/pkg-install # echo c - french/plgrenouille mkdir -p french/plgrenouille > /dev/null 2>&1 echo x - french/plgrenouille/Makefile sed 's/^X//' >french/plgrenouille/Makefile << 'END-of-french/plgrenouille/Makefile' X# New ports collection makefile for: plgrenouille_0 X# Date created: 02 July 2002 X# Whom: cyrille.lefevre@laposte.net X# X# $FreeBSD$ X# X XPORTNAME= plgrenouille XPORTVERSION= 0.61.3 XCATEGORIES= french net XMASTER_SITES= ftp://blade.concept-micro.com/ XDISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} X XMAINTAINER= cyrille.lefevre@laposte.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net X X.if !defined(BATCH) XIS_INTERACTIVE= yes X.endif X XNO_BUILD= yes XUSE_PERL5= yes XUSE_REINPLACE= yes XSCRIPTS_ENV+= PKG_PREFIX=${PREFIX} XPLIST_SUB= SPOOL_DIR=${SPOOL_DIR} \ X SPOOL_MODES=${SPOOL_MODES} \ X SPOOL_USER=${SPOOL_USER} XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} XMSG_FILE= ${PKGDIR}/pkg-message XPKGMESSAGE= ${WRKDIR}/pkg-message X XMAN1= plgrenouille.1 XDOC_FILES= FAQ README XRUN_DIR= /var/run XLOG_DIR= /var/log XSPOOL_DIR= /var/spool/${PORTNAME} XSPOOL_MODES= u+rw,go-rw XSPOOL_USER= daemon X Xpost-patch: patch-script patch-message X Xpatch-script: X @${REINPLACE_CMD} -e 's|%%PERL%%|${PERL}|;s|%%PREFIX%%|${PREFIX}|' \ X -e 's|%%RUN_DIR%%|${RUN_DIR}|;s|%%SPOOL_DIR%%|${SPOOL_DIR}|' \ X -e 's|%%LOG_DIR%%|${LOG_DIR}|;s|%%SPOOL_USER%%|${SPOOL_USER}|' \ X ${WRKSRC}/plgrenouille.pl X Xpatch-message: X @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE} X Xdo-install: install-script install-man install-data install-doc \ X install-spool install-rc X Xinstall-script: X @${INSTALL_SCRIPT} ${WRKSRC}/plgrenouille.pl \ X ${PREFIX}/libexec/plgrenouille X Xinstall-man: X @${INSTALL_MAN} ${WRKSRC}/plgrenouille.1 ${MAN1PREFIX}/man/man1 X Xinstall-data: X @${INSTALL_DATA} ${WRKSRC}/grenouillerc.sample ${PREFIX}/etc X# .if !exists(${PREFIX}/etc/grenouillerc) X# @${INSTALL_DATA} ${WRKSRC}/grenouillerc.sample \ X# ${PREFIX}/etc/grenouillerc X# @${CHMOD} ${SPOOL_MODES} ${PREFIX}/etc/grenouillerc X# @${CHOWN} ${SPOOL_USER} ${PREFIX}/etc/grenouillerc X# .endif X Xinstall-doc: X.if !defined(NOPORTSDOC) X @${MKDIR} ${DOCSDIR} X.for file in ${DOC_FILES} X @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X Xinstall-spool: X @${MKDIR} ${SPOOL_DIR} X @${CHMOD} ${SPOOL_MODES} ${SPOOL_DIR} X @${CHOWN} ${SPOOL_USER} ${SPOOL_DIR} X Xinstall-rc: X @${INSTALL_SCRIPT} ${FILESDIR}/plgrenouille.sh ${PREFIX}/etc/rc.d X Xpost-install: display-message configure-package X Xdisplay-message: X @${ECHO_MSG} X @${CAT} ${PKGMESSAGE} X @${ECHO_MSG} X Xconfigure-package: X.if !defined(BATCH) X @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X.endif X X.include END-of-french/plgrenouille/Makefile echo x - french/plgrenouille/distinfo sed 's/^X//' >french/plgrenouille/distinfo << 'END-of-french/plgrenouille/distinfo' XMD5 (plgrenouille_0.61-3.tar.gz) = 748b03ec64c984d0d19acbf4fc2f0dea END-of-french/plgrenouille/distinfo echo x - french/plgrenouille/pkg-comment sed 's/^X//' >french/plgrenouille/pkg-comment << 'END-of-french/plgrenouille/pkg-comment' XUn client pour determiner votre bande passante a un raccordement large bande END-of-french/plgrenouille/pkg-comment echo x - french/plgrenouille/pkg-descr sed 's/^X//' >french/plgrenouille/pkg-descr << 'END-of-french/plgrenouille/pkg-descr' XCe logiciel est cense determiner votre bande passante a un raccordement Xlarge bande et envoie les resultats au site http://www.grenouille.com Xa des fins de statistiques. X XWWW: ftp://blade.concept-micro.com/ END-of-french/plgrenouille/pkg-descr echo x - french/plgrenouille/pkg-plist sed 's/^X//' >french/plgrenouille/pkg-plist << 'END-of-french/plgrenouille/pkg-plist' X@comment $FreeBSD$ X@unexec if cmp -s %D/etc/grenouillerc %D/etc/grenouillerc.sample; then rm -f %D/etc/grenouillerc; fi Xetc/grenouillerc.sample X@comment @exec if [ ! -f %D/etc/grenouillerc ]; then cp %D/etc/grenouillerc.sample %D/etc/grenouillerc; fi Xetc/rc.d/plgrenouille.sh Xlibexec/plgrenouille X%%PORTDOCS%%share/doc/plgrenouille/FAQ X%%PORTDOCS%%share/doc/plgrenouille/README X%%PORTDOCS%%@dirrm share/doc/plgrenouille X@exec if [ ! -d %%SPOOL_DIR%% ]; then mkdir %%SPOOL_DIR%% && chmod %%SPOOL_MODES%% %%SPOOL_DIR%% && chown %%SPOOL_USER%% %%SPOOL_DIR%%; fi X@unexec if [ -d %%SPOOL_DIR%% ]; then rm -rf %%SPOOL_DIR%%; fi END-of-french/plgrenouille/pkg-plist echo c - french/plgrenouille/files mkdir -p french/plgrenouille/files > /dev/null 2>&1 echo x - french/plgrenouille/files/plgrenouille.sh sed 's/^X//' >french/plgrenouille/files/plgrenouille.sh << 'END-of-french/plgrenouille/files/plgrenouille.sh' X#! /bin/sh X# X# $FreeBSD$ X# X# Start or stop portsentry. X# X Xrc_file=${0##*/} Xrc_arg=$1 X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then X echo "${rc_file}: Cannot determine PREFIX." >&2 X echo "Please use the complete pathname." >&2 X exit 64 Xfi X Xprogram_args=-b Xprogram_dir=${PREFIX}/libexec Xprogram_file=${rc_file%.sh} Xprogram_path=${program_dir}/${program_file} X Xpid_dir=/var/run Xpid_file=${program_file}.pid Xpid_path=${pid_dir}/${pid_file} X Xsyslog_facility=daemon.err X Xcase "$rc_arg" in Xstart) X if [ ! -x ${program_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${program_path} is missing." X exit 72 X fi X ${program_path} ${program_args} > /dev/null && X echo -n " ${program_file}" X ;; Xstop) X if [ -r ${pid_path} ]; then X kill $(cat ${pid_path}) 2> /dev/null X else X killall ${program_file} 2> /dev/null X fi X ;; Xrestart) X $0 stop X $0 start X ;; Xstatus) X ps auxww | egrep ${program_file} | egrep -v "($0|egrep)" X ;; Xconfigure) X ${program_path} -c X ;; X*) X echo "usage: ${rc_file} {start|stop|restart|status}" >&2 X exit 64 X ;; Xesac END-of-french/plgrenouille/files/plgrenouille.sh echo x - french/plgrenouille/files/patch-plgrenouille.pl sed 's/^X//' >french/plgrenouille/files/patch-plgrenouille.pl << 'END-of-french/plgrenouille/files/patch-plgrenouille.pl' X--- plgrenouille.pl.orig Mon Jul 29 22:37:34 2002 X+++ plgrenouille.pl Mon Jul 29 22:38:21 2002 X@@ -1,4 +1,4 @@ X-#!/usr/bin/perl -Tw X+#!%%PERL%% -Tw X # plgrenouille 0.61 X # version 0.4 by momtchev, X # modified by Pierre Etchemaite, X@@ -18,7 +18,7 @@ X use Net::Ping qw(); X use Net::FTP qw(); X X-$ENV{'PATH'} = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'; X+$ENV{'PATH'} = '%%PREFIX%%/sbin:%%PREFIX%%/bin:/usr/sbin:/usr/bin:/sbin:/bin'; X X my(%VERSION) = ( 'client' => 'plgrenouille', X 'version' => 0.61, X@@ -28,17 +28,19 @@ X # where anyone can fork his own version X 'system' => $^O ); X X-my $MYRC ||= '/etc/grenouillerc'; X-my $DATAPATH ||= '/var/spool/plgrenouille'; X+my $PREFIX ||= '%%PREFIX%%'; X+my $MYRC ||= "$PREFIX/etc/grenouillerc"; X+my $DATAPATH ||= '%%SPOOL_DIR%%'; X my $DOWNLOADFILE ||= "$DATAPATH/downloadfile"; X my $UPLOADFILE ||= "$DATAPATH/uploadfile"; X my $QUEUEFILE ||= "$DATAPATH/queued_results.txt"; X my $LASTCONFIGFILE ||= "$DATAPATH/last_configuration.txt"; X my $LASTVERSIONFILE ||= "$DATAPATH/last_known_version.txt"; X-my $PIDFILE ||= "/var/run/plgrenouille.pid"; X-my $LOGFILE ||= "/var/log/plgrenouille.log"; X+my $PIDFILE ||= "%%RUN_DIR%%/plgrenouille.pid"; X+my $LOGFILE ||= "%%LOG_DIR%%/plgrenouille.log"; X+my $NETSTAT ||= '/usr/bin/netstat'; X X-my $USER ||= 'daemon'; X+my $USER ||= '%%SPOOL_USER%%'; X X # what features do we want to debug ? X my(%DEBUG) = ( 'protocol' => 0, 'scheduler' => 0 ); X@@ -61,6 +63,7 @@ X X sub usage($) { X my($exitcode) = @_; X+ display_version(); X print <<"EOUSAGE"; X Usage: $VERSION{'client'} [-c|--configure] [-b|--background] [-h|-?|--help] X [[-l |--log=]priorité] [[-v |--verbose=]priorité] X@@ -101,7 +104,7 @@ X X # for milliseconds; otherwise would use built-in time. X X-my $SYS_gettimeofday ||= 78; X+my $SYS_gettimeofday ||= 116; X X sub microtime() { X my ($timeval, $timezone, $sec, $usec); X@@ -187,36 +190,21 @@ X die "Priorité $level inconnue" unless $DISPLAY_LEVEL; X } X X-# parse /proc/net/dev (Linux) X+# parse netstat -ib (FreeBSD) X sub get_traffic_counters($) { X my ($if_device) = @_; X X- # Sometimes fails with EOVERFLOW ("Value too large for defined data type") X- # on my box, maybe some LFS bug in /proc ? (kernel 2.4.5) X- open(PROC_NET_DEV, ') { X- if (/^\s*$if_device:\s*(.*)$/) { X+ open(NETSTAT_PIPE, '-|') or exec($NETSTAT, '-ib') or die "netstat: $!"; X+ while () { X+ if (/^($if_device.*2.1.90 X- return { 'rx' => $counters[0], X- 'tx' => $counters[8] }; X- } X- if(scalar @counters == 14) { X- # linux 2.1.0..2.1.90 X- return { 'rx' => $counters[0], X- 'tx' => $counters[6] }; X- } X- if(scalar @counters == 11) { X- die 'Désolé, les noyaux antérieurs à 2.1.0 ne sont pas supportés'; X- } X- die 'Format de /proc/net/dev non reconnu, envoyer un exemple au mainteneur SVP'; X+ close(NETSTAT_PIPE); X+ return { 'rx' => $counters[6], X+ 'tx' => $counters[9] }; X } X } X X- close(PROC_NET_DEV); X+ close(NETSTAT_PIPE); X die "Pas d'interface $if_device ?"; X } X X@@ -332,6 +320,7 @@ X } X X sub load_preferences() { X+ swap_privileges(); X eval { X if (open(CONFIG, "<$MYRC")) { X while () { X@@ -343,10 +332,12 @@ X } X }; X die if $@; X+ swap_privileges(); X } X X sub store_preferences() { X my($oldumask) = umask 0177; X+ swap_privileges(); X eval { X if(open(CONFIG, ">$MYRC")) { X map { print CONFIG "$_=$preferences{$_}\n"; } sort keys %preferences; X@@ -355,6 +346,7 @@ X display_and_log('WARNING', "Ecriture du fichier $MYRC impossible: vérifier les permissions"); X } X }; X+ swap_privileges(); X umask $oldumask; X die if $@; X } X@@ -420,7 +412,7 @@ X sub get_preferences() { X load_preferences(); X X- die "plgrenouille n'a pas été totalement paramétré, lancez plgrenouille --config ou modifiez /etc/grenouillerc" X+ die "plgrenouille n'a pas été totalement paramétré, lancez plgrenouille --config ou modifiez $MYRC" X if not defined $preferences{'user'} or X not defined $preferences{'pass'} or X not defined $preferences{'email'} or X@@ -433,13 +425,13 @@ X X # plgrenouille uses the default route interface X sub autodetect_interface() { X- open(ROUTE, '-|') or exec('/bin/netstat', '-r') or die "netstat: $!"; X- while () { X- if (/^default.*((?:eth|ppp|sl)[0-9]+)$/) { X+ open(ROUTE_PIPE, '-|') or exec($NETSTAT, '-r') or die "netstat: $!"; X+ while () { X+ if (/^default.* ([^ ]+[0-9]+)$/) { X $preferences{'interface'} = $1; X } X } X- close(ROUTE); X+ close(ROUTE_PIPE); X X display_and_log('NOTICE', "$preferences{'interface'} sera utilisé pour les mesures") if $preferences{'interface'}; X } X@@ -1148,8 +1140,6 @@ X X # --------------------------- MAIN ---------------------------- X X-display_version(); X- X Getopt::Long::Configure('bundling'); # 'no_ignore_case' X eval { X GetOptions(\%params, X@@ -1157,6 +1147,7 @@ X 'verbose|v=s', \&set_verbose_level, X 'configure|setup|c', X 'background|b', X+ 'version|V', X 'help|h|?'); X }; X if ($@) { X@@ -1165,6 +1156,10 @@ X } X usage(1) if scalar @ARGV; X usage(0) if $params{'help'}; X+if($params{'version'}) { X+ display_version(); X+ exit(0); X+} X X open_log(); X init_grenouille(); END-of-french/plgrenouille/files/patch-plgrenouille.pl echo x - french/plgrenouille/pkg-message sed 's/^X//' >french/plgrenouille/pkg-message << 'END-of-french/plgrenouille/pkg-message' X**** Avant d'executer ce client pour la premiere fois, assurez-vous de visiter X le site web du projet Grenouille et de vous y enregistrer. X (WWW: http://www.grenouille.com/ma_grenouille/). X X**** Ensuite, vous devez executer %%PREFIX%%/etc/rc.d/plgrenouille.sh configure X ou recopier le fichier de configuration %%PREFIX%%/etc/grenouillerc.sample X en %%PREFIX%%/etc/grenouillerc afin de l'editer manuellement. X X**** Notez qu'afin de pouvoir envoyer vos informations Grenouille au serveur X Grenouille, votre machine doit avoir un acces plus ou moins continu a X Internet au moyen d'une connection de type cable ou ADSL. END-of-french/plgrenouille/pkg-message echo x - french/plgrenouille/pkg-install sed 's/^X//' >french/plgrenouille/pkg-install << 'END-of-french/plgrenouille/pkg-install' X#!/bin/sh X# X# $FreeBSD$ X# X# Configure plgrenouille. X# X X[ $# != 2 ] && exit 1 X[ -z "${PKG_PREFIX}" ] && exit 1 X[ -n "${BATCH}" ] && exit 0 X Xif [ "$2" = POST-INSTALL ]; then X sh ${PKG_PREFIX}/etc/rc.d/plgrenouille.sh configure Xelse X exit 0 Xfi END-of-french/plgrenouille/pkg-install exit >Release-Note: >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 Jul 29 13:50:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD34937B400; Mon, 29 Jul 2002 13:50:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 708C043E4A; Mon, 29 Jul 2002 13:50:39 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKodJU069245; Mon, 29 Jul 2002 13:50:39 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKodx8069241; Mon, 29 Jul 2002 13:50:39 -0700 (PDT) Date: Mon, 29 Jul 2002 13:50:39 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292050.g6TKodx8069241@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/41128: recv_addr init wrong and 512 byte udp packets dropped Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: recv_addr init wrong and 512 byte udp packets dropped Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 13:50:18 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41128 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:51: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED2B837B401 for ; Mon, 29 Jul 2002 13:50:58 -0700 (PDT) Received: from kaneda.oav.net (kaneda.oav.net [195.154.210.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6917F43E42 for ; Mon, 29 Jul 2002 13:50:58 -0700 (PDT) (envelope-from xbeaudouin@fr.cw.net) Received: from kiwi.adsl.isdnet.net (kiwi.adsl.isdnet.net [195.154.177.33]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by kaneda.oav.net (Postfix) with ESMTP id D9B1B156A2; Mon, 29 Jul 2002 22:50:56 +0200 (CEST) (envelope-from xbeaudouin@fr.cw.net) Received: from localhost.home.oav.net (localhost.home.oav.net [127.0.0.1]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by kiwi.adsl.isdnet.net (Postfix) with ESMTP id 5B56126C46; Mon, 29 Jul 2002 22:50:55 +0200 (CEST) Date: Mon, 29 Jul 2002 22:50:55 +0200 (CEST) From: Xavier Beaudouin To: freebsd-ports@freebsd.org Cc: kiwi@caudium.net Subject: Re: ports/31858: New port: pike 7.2.234 (current CVS version) Message-ID: <20020729224510.I75995-100000@alpha.home.oav.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please close this port. I will submit a more recent one that is written under FreeBSD 4.6-STABLE (x86 and Alpha version). /Xavier -- Xavier Beaudouin - Unix System Administrator & Projects Leader. For mail address, please check header of this mails. Spams are not accepted. Caudium: http://caudium.net/, CAMAS webmail: http://camas.caudium.net/ Making friends with FreeBSD: Just because the system has panicked doesn`t mean that you should panic too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:51: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A1E537B400; Mon, 29 Jul 2002 13:51:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A215A43E42; Mon, 29 Jul 2002 13:51:04 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKp4JU069610; Mon, 29 Jul 2002 13:51:04 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKp469069593; Mon, 29 Jul 2002 20:51:04 GMT Date: Mon, 29 Jul 2002 20:51:04 GMT From: Hye-Shik Chang Message-Id: <200207292051.g6TKp469069593@freefall.freebsd.org> To: perky@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41130: Update port: audio/sfront -> 0.8.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/sfront -> 0.8.2 State-Changed-From-To: open->closed State-Changed-By: perky State-Changed-When: Mon Jul 29 20:50:32 GMT 2002 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41130 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 13:56:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 371F337B400; Mon, 29 Jul 2002 13:56:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A7F43E4A; Mon, 29 Jul 2002 13:56:32 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TKuWJU073626; Mon, 29 Jul 2002 13:56:32 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TKuWsu073622; Mon, 29 Jul 2002 20:56:32 GMT Date: Mon, 29 Jul 2002 20:56:32 GMT From: Hye-Shik Chang Message-Id: <200207292056.g6TKuWsu073622@freefall.freebsd.org> To: perky@FreeBSD.org, freebsd-ports@FreeBSD.org, znerd@FreeBSD.org Subject: Re: ports/41094: java/linux-ibm-jdk13 checksum mismatch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: java/linux-ibm-jdk13 checksum mismatch Responsible-Changed-From-To: freebsd-ports->znerd Responsible-Changed-By: perky Responsible-Changed-When: Mon Jul 29 20:56:16 GMT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41094 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 14: 0:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C25837B400; Mon, 29 Jul 2002 14:00:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A521343E42; Mon, 29 Jul 2002 14:00:22 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TL0MJU073932; Mon, 29 Jul 2002 14:00:22 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TL0M9I073928; Mon, 29 Jul 2002 21:00:22 GMT Date: Mon, 29 Jul 2002 21:00:22 GMT From: Hye-Shik Chang Message-Id: <200207292100.g6TL0M9I073928@freefall.freebsd.org> To: simond@irrelevant.org, perky@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41113: New port: net/mydns Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: net/mydns State-Changed-From-To: open->closed State-Changed-By: perky State-Changed-When: Mon Jul 29 20:59:47 GMT 2002 State-Changed-Why: superceded by ports/41132 http://www.freebsd.org/cgi/query-pr.cgi?pr=41113 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 14: 3:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07FA537B400; Mon, 29 Jul 2002 14:03:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B09AA43E3B; Mon, 29 Jul 2002 14:03:38 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TL3cJU074345; Mon, 29 Jul 2002 14:03:38 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TL3cIZ074341; Mon, 29 Jul 2002 21:03:38 GMT Date: Mon, 29 Jul 2002 21:03:38 GMT From: Hye-Shik Chang Message-Id: <200207292103.g6TL3cIZ074341@freefall.freebsd.org> To: xbeaudouin@fr.cw.net, perky@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31858: New port: pike 7.2.234 (current CVS version) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: pike 7.2.234 (current CVS version) State-Changed-From-To: feedback->closed State-Changed-By: perky State-Changed-When: Mon Jul 29 21:02:20 GMT 2002 State-Changed-Why: requested by the originator http://www.freebsd.org/cgi/query-pr.cgi?pr=31858 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 14:14:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4061D37B400 for ; Mon, 29 Jul 2002 14:14:24 -0700 (PDT) Received: from geode.he.net (geode.he.net [216.218.230.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0951543E65 for ; Mon, 29 Jul 2002 14:14:24 -0700 (PDT) (envelope-from johns@geode.he.net) Received: from localhost (johns@localhost) by geode.he.net (8.8.6/8.8.2) with ESMTP id OAA23583 for ; Mon, 29 Jul 2002 14:14:22 -0700 Date: Mon, 29 Jul 2002 14:14:22 -0700 (PDT) From: johns To: ports@freebsd.org Subject: ImageMagick build failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On a new install of FreeBSD 4.6 I tried to install Imagemagick from the ports on the website. This is the error I get: ===> Extracting for ImageMagick-5.4.7.4 >> Checksum OK for ImageMagick-5.4.7-4.tar.gz. ===> ImageMagick-5.4.7.4 depends on executable: freetype-config - found ===> ImageMagick-5.4.7.4 depends on executable: gs - found ===> ImageMagick-5.4.7.4 depends on executable: gmake - found ===> ImageMagick-5.4.7.4 depends on executable: libtool - found ===> ImageMagick-5.4.7.4 depends on shared library: fpx.1 - found ===> ImageMagick-5.4.7.4 depends on shared library: jbig.1 - found ===> ImageMagick-5.4.7.4 depends on shared library: jpeg.9 - found ===> ImageMagick-5.4.7.4 depends on shared library: lcms.1 - found ===> ImageMagick-5.4.7.4 depends on shared library: png.5 - found ===> ImageMagick-5.4.7.4 depends on shared library: tiff.4 - found ===> ImageMagick-5.4.7.4 depends on shared library: freetype.9 - found ===> ImageMagick-5.4.7.4 depends on shared library: xml2.5 - found ===> ImageMagick-5.4.7.4 depends on shared library: ltdl.1 - found ===> ImageMagick-5.4.7.4 depends on shared library: mpeg2.0 - found ===> ImageMagick-5.4.7.4 depends on shared library: wmf.2 - found ===> ImageMagick-5.4.7.4 depends on shared library: X11.6 - found ===> Patching for ImageMagick-5.4.7.4 ===> Applying FreeBSD patches for ImageMagick-5.4.7.4 -e: not found *** Error code 127 When I try make again the error is: ===> Patching for ImageMagick-5.4.7.4 ===> Applying FreeBSD patches for ImageMagick-5.4.7.4 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to magick/Makefile.in.rej >> Patch patch-ak failed to apply cleanly. *** Error code 1 I don't follow this list so please contact me directly if there are any questions. js To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 14:15:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E233437B400; Mon, 29 Jul 2002 14:15:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B8143E65; Mon, 29 Jul 2002 14:15:26 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TLFQJU079588; Mon, 29 Jul 2002 14:15:26 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TLFPGj079584; Mon, 29 Jul 2002 21:15:25 GMT Date: Mon, 29 Jul 2002 21:15:25 GMT From: Hye-Shik Chang Message-Id: <200207292115.g6TLFPGj079584@freefall.freebsd.org> To: lefcha@hellug.gr, perky@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41087: New port: mail/imapfilter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: mail/imapfilter State-Changed-From-To: open->closed State-Changed-By: perky State-Changed-When: Mon Jul 29 21:15:01 GMT 2002 State-Changed-Why: New port added. thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41087 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 14:20:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1615437B40E for ; Mon, 29 Jul 2002 14:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C07AF43E42 for ; Mon, 29 Jul 2002 14:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TLK3JU079839 for ; Mon, 29 Jul 2002 14:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TLK3Ir079838; Mon, 29 Jul 2002 14:20:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B4C037B400 for ; Mon, 29 Jul 2002 14:15:31 -0700 (PDT) Received: from kiwi.home.oav.net (kiwi.adsl.isdnet.net [195.154.177.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870A843E31 for ; Mon, 29 Jul 2002 14:15:27 -0700 (PDT) (envelope-from kiwi@kiwi.home.oav.net) Received: from kiwi.home.oav.net (localhost.home.oav.net [127.0.0.1]) by kiwi.home.oav.net (8.12.5/8.12.5) with ESMTP id g6TLFMp2001163; Mon, 29 Jul 2002 23:15:22 +0200 (CEST) (envelope-from kiwi@kiwi.home.oav.net) Received: (from kiwi@localhost) by kiwi.home.oav.net (8.12.5/8.12.5/Submit) id g6TLFLDf001162; Mon, 29 Jul 2002 23:15:21 +0200 (CEST) Message-Id: <200207292115.g6TLFLDf001162@kiwi.home.oav.net> Date: Mon, 29 Jul 2002 23:15:21 +0200 (CEST) From: Xavier Beaudouin Reply-To: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org Cc: Xavier Beaudouin X-Send-Pr-Version: 3.113 Subject: ports/41134: [New Port] lang/pike72cvs - Pike 7.2.380 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41134 >Category: ports >Synopsis: [New Port] lang/pike72cvs - Pike 7.2.380 >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 Jul 29 14:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 4.6-STABLE i386 >Organization: The Caudium Group >Environment: System: FreeBSD kiwi.home.oav.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 14 02:14:14 CEST 2002 root@kiwi2.home.oav.net:/usr/src/sys/compile/KIWI i386 >Description: Pike 7.2 directly from Pike's CVS. Needed for futures ports of pexts (pike extensions), Caudium, and so on. >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: # # pike72cvs # pike72cvs/files # pike72cvs/files/patch-ab # pike72cvs/Makefile # pike72cvs/distinfo # pike72cvs/pkg-comment # pike72cvs/pkg-descr # pike72cvs/pkg-plist # echo c - pike72cvs mkdir -p pike72cvs > /dev/null 2>&1 echo c - pike72cvs/files mkdir -p pike72cvs/files > /dev/null 2>&1 echo x - pike72cvs/files/patch-ab sed 's/^X//' >pike72cvs/files/patch-ab << 'END-of-pike72cvs/files/patch-ab' X--- post_modules/GTK/configure.orig Thu Nov 8 13:49:17 2001 X+++ post_modules/GTK/configure Thu Nov 8 13:49:41 2001 X@@ -1269,8 +1269,8 @@ X X X if test "$PKG_CONFIG" = "no" ; then X- # Extract the first word of "gtk-config", so it can be a program name with args. X-set dummy gtk-config; ac_word=$2 X+ # Extract the first word of "gtk12-config", so it can be a program name with args. X+set dummy gtk12-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:1276: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then X@@ -1332,21 +1332,21 @@ X X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X- if test -f $gtk_config_exec_prefix/bin/gtk-config-2.0; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config-2.0 X+ if test -f $gtk_config_exec_prefix/bin/gtk12-config-2.0; then X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config-2.0 X else X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X- if test -f $gtk_config_prefix/bin/gtk-config-2.0; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config-2.0 X+ if test -f $gtk_config_prefix/bin/gtk12-config-2.0; then X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config-2.0 X else X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X fi X@@ -1433,16 +1433,16 @@ X (gtk_minor_version != $gtk_config_minor_version) || X (gtk_micro_version != $gtk_config_micro_version)) X { X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, X gtk_major_version, gtk_minor_version, gtk_micro_version); X- printf ("*** was found! If gtk-config was correct, then it is best\n"); X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); X printf("*** required on your system.\n"); X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); X printf("*** before re-running configure\n"); X } X else X@@ -1484,10 +1484,10 @@ X else X echo "$ac_t""no" 1>&6 X if test "$GTK_CONFIG" = "no" ; then X- echo "*** The gtk-config script installed by GTK could not be found" X+ echo "*** The gtk12-config script installed by GTK could not be found" X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the GTK_CONFIG environment variable to the" X- echo "*** full path to gtk-config." X+ echo "*** full path to gtk12-config." X else X if test -f conf.gtktest ; then X : X@@ -1529,7 +1529,7 @@ X echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means GTK was incorrectly installed" X echo "*** or that you have moved GTK since it was installed. In the latter case, you" X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" X fi X rm -f conftest* X CFLAGS="$ac_save_CFLAGS" X@@ -1572,21 +1572,21 @@ X X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X- if test -f $gtk_config_exec_prefix/bin/gtk-config-2.0; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config-2.0 X+ if test -f $gtk_config_exec_prefix/bin/gtk12-config-2.0; then X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config-2.0 X else X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X- if test -f $gtk_config_prefix/bin/gtk-config-2.0; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config-2.0 X+ if test -f $gtk_config_prefix/bin/gtk12-config-2.0; then X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config-2.0 X else X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X fi X@@ -1673,16 +1673,16 @@ X (gtk_minor_version != $gtk_config_minor_version) || X (gtk_micro_version != $gtk_config_micro_version)) X { X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, X gtk_major_version, gtk_minor_version, gtk_micro_version); X- printf ("*** was found! If gtk-config was correct, then it is best\n"); X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); X printf("*** required on your system.\n"); X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); X printf("*** before re-running configure\n"); X } X else X@@ -1724,10 +1724,10 @@ X else X echo "$ac_t""no" 1>&6 X if test "$GTK_CONFIG" = "no" ; then X- echo "*** The gtk-config script installed by GTK could not be found" X+ echo "*** The gtk12-config script installed by GTK could not be found" X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the GTK_CONFIG environment variable to the" X- echo "*** full path to gtk-config." X+ echo "*** full path to gtk12-config." X else X if test -f conf.gtktest ; then X : X@@ -1769,7 +1769,7 @@ X echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means GTK was incorrectly installed" X echo "*** or that you have moved GTK since it was installed. In the latter case, you" X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" X fi X rm -f conftest* X CFLAGS="$ac_save_CFLAGS" X@@ -1844,8 +1844,8 @@ X X WITH_GTK=2 X else X- # Extract the first word of "gtk-config", so it can be a program name with args. X-set dummy gtk-config; ac_word=$2 X+ # Extract the first word of "gtk12-config", so it can be a program name with args. X+set dummy gtk12-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:1851: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then X@@ -1907,21 +1907,21 @@ X X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X- if test -f $gtk_config_exec_prefix/bin/gtk-config-2.0; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config-2.0 X+ if test -f $gtk_config_exec_prefix/bin/gtk12-config-2.0; then X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config-2.0 X else X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X- if test -f $gtk_config_prefix/bin/gtk-config-2.0; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config-2.0 X+ if test -f $gtk_config_prefix/bin/gtk12-config-2.0; then X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config-2.0 X else X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X fi X@@ -2008,16 +2008,16 @@ X (gtk_minor_version != $gtk_config_minor_version) || X (gtk_micro_version != $gtk_config_micro_version)) X { X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, X gtk_major_version, gtk_minor_version, gtk_micro_version); X- printf ("*** was found! If gtk-config was correct, then it is best\n"); X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); X printf("*** required on your system.\n"); X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); X printf("*** before re-running configure\n"); X } X else X@@ -2059,10 +2059,10 @@ X else X echo "$ac_t""no" 1>&6 X if test "$GTK_CONFIG" = "no" ; then X- echo "*** The gtk-config script installed by GTK could not be found" X+ echo "*** The gtk12-config script installed by GTK could not be found" X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the GTK_CONFIG environment variable to the" X- echo "*** full path to gtk-config." X+ echo "*** full path to gtk12-config." X else X if test -f conf.gtktest ; then X : X@@ -2104,7 +2104,7 @@ X echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means GTK was incorrectly installed" X echo "*** or that you have moved GTK since it was installed. In the latter case, you" X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" X fi X rm -f conftest* X CFLAGS="$ac_save_CFLAGS" X@@ -2147,21 +2147,21 @@ X X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X- if test -f $gtk_config_exec_prefix/bin/gtk-config-2.0; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config-2.0 X+ if test -f $gtk_config_exec_prefix/bin/gtk12-config-2.0; then X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config-2.0 X else X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X- if test -f $gtk_config_prefix/bin/gtk-config-2.0; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config-2.0 X+ if test -f $gtk_config_prefix/bin/gtk12-config-2.0; then X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config-2.0 X else X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X fi X@@ -2248,16 +2248,16 @@ X (gtk_minor_version != $gtk_config_minor_version) || X (gtk_micro_version != $gtk_config_micro_version)) X { X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, X gtk_major_version, gtk_minor_version, gtk_micro_version); X- printf ("*** was found! If gtk-config was correct, then it is best\n"); X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); X printf("*** required on your system.\n"); X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); X printf("*** before re-running configure\n"); X } X else X@@ -2299,10 +2299,10 @@ X else X echo "$ac_t""no" 1>&6 X if test "$GTK_CONFIG" = "no" ; then X- echo "*** The gtk-config script installed by GTK could not be found" X+ echo "*** The gtk12-config script installed by GTK could not be found" X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the GTK_CONFIG environment variable to the" X- echo "*** full path to gtk-config." X+ echo "*** full path to gtk12-config." X else X if test -f conf.gtktest ; then X : X@@ -2344,7 +2344,7 @@ X echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means GTK was incorrectly installed" X echo "*** or that you have moved GTK since it was installed. In the latter case, you" X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" X fi X rm -f conftest* X CFLAGS="$ac_save_CFLAGS" X@@ -2988,7 +2988,7 @@ X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lgtkdatabox `gtk-config --libs` $LIBS" X+LIBS="-lgtkdatabox `gtk12-config --libs` $LIBS" X cat > conftest.$ac_ext <&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lgtkgl `gtk-config --libs` $GL_LIBS $LIBS" X+LIBS="-lgtkgl `gtk12-config --libs` $GL_LIBS $LIBS" X cat > conftest.$ac_ext <pike72cvs/Makefile << 'END-of-pike72cvs/Makefile' X# New ports collection makefile for: pike X# Date created: 05 Sep 2001 X# Whom: kiwi@oav.net X# X# $FreeBSD$ X# X XPORTNAME= pike72cvs XPORTVERSION= 7.2.380 XPORTREVISION= 1 XCATEGORIES= lang XMASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ X http://ftp.oav.net/pkg_freebsd/distfiles/ \ X ftp://ftp.oav.net/pike/7.2/unofficial/ \ X http://ftp.oav.net/pike/7.2/unofficial/ \ X http://grendel.firewall.com/caudium-pkg/ \ X ftp://ftp.caudium.net/caudium/snapshots/pike/7.2/unofficial/ \ X http://ftp.caudium.net/caudium/snapshots/pike/7.2/unofficial/ XDISTNAME= pike-${PORTVERSION} X XMAINTAINER= kiwi@oav.net X XBUILD_DEPENDS= bison:${PORTSDIR}/devel/bison/ X.if (${MACHINE} == "i386") XBUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm/ X.endif X XLIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ X jpeg.9:${PORTSDIR}/graphics/jpeg \ X tiff.4:${PORTSDIR}/graphics/tiff \ X gdbm.2:${PORTSDIR}/databases/gdbm \ X mird.1:${PORTSDIR}/databases/mird X XWRKSRC= ${WRKDIR}/${DISTNAME}/src/ X XWANT_MESA= yes XWANT_GTK= yes XWANT_GNOME= yes X#USE_AUTOCONF_VER=213 X#USE_AUTOMAKE= yes X XGNU_CONFIGURE= yes X XCONFIGURE_ARGS+= --without-debug \ X --with-double-precision \ X --with-long-double-precision \ X --disable-rpath \ X --without-rtldebug \ X --without-cdebug \ X --without-copt \ X --without-shared-nodes \ X --without-security \ X --with-oob \ X --with-poll \ X --with-max-fd=60000 \ X --without-relocatable-dumped-modules \ X --without-libpanda \ X --without-perl \ X --with-gmp \ X --with-zlib \ X --with-threads \ X --with-readline \ X --with-jpeg=${PREFIX} \ X --with-tiff \ X --with-gdbm \ X --without-ssleay X# --with-gdbm=${PREFIX} \ X# --without-relocatable-dumped-modules \ X X.include X X.if exists(${LOCALBASE}/lib/libttf.so.4) XWITH_TTF= yes X.endif X X.if exists(${LOCALBASE}/lib/libfreetype.so.9) XWITH_FREETYPE= yes X.endif X X.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) XWITH_MYSQL= yes X.endif X X.if exists(${LOCALBASE}/lib/libpq.so.2) XWITH_POSTGRES= yes X.endif X X.if exists(${LOCALBASE}/lib/libodbc.so.1) XWITH_UNIXODBC= yes X.endif X X.if exists(${LOCALBASE}/lib/libiodbc.so.2) XWITH_IODBC= yes X.endif X X.if exists(${LOCALBASE}/lib/libsane.so.1) XWITH_SANE= yes X.endif X X.if exists(${LOCALBASE}/lib/libgtkgl.so.5) XWITH_MESA= yes X.endif X X.if exists(${LOCALBASE}/lib/libpdf.so.4) XWITH_PDF= yes X.endif X X.if defined(WITH_MOST) XWITH_TTF= yes XWITH_FREETYPE= yes X.endif X X.if defined(WITH_OPTIMIZED_CFLAGS) X.if (${MACHINE} == "i386") XCFLAGS+= -O3 -ffast-math -fomit-frame-pointer X.else XCFLAGS+= -ffast-math -fomit-frame-pointer X.endif X.endif X X.if defined(WITH_TTF) XLIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype XCONFIGURE_ARGS+= --with-ttflib X.else XCONFIGURE_ARGS+= --without-ttflib X.endif X X.if defined(WITH_FREETYPE) XLIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 XCONFIGURE_ARGS+= --with-freetype X.else XCONFIGURE_ARGS+= --without-freetype X.endif X X.if defined(WITH_MYSQL) XLIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client XCONFIGURE_ARGS+= --with-mysql=${PREFIX} X.else XCONFIGURE_ARGS+= --without-mysql X.endif X X.if defined(WITH_POSTGRES) XLIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 XCONFIGURE_ARGS+= --with-pgsql=${PREFIX} X.else XCONFIGURE_ARGS+= --without-pgsql X.endif X X.if defined(WITH_MSQL) XBUILD_DEPENDS+= msql:${PORTSDIR}/databases/msql XCONFIGURE_ARGS+= --with-msql=${PREFIX} X.else XCONFIGURE_ARGS+= --without-msql X.endif X X.if defined(WITH_UNIXODBC) XLIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC XCONFIGURE_ARGS+= --with-odbc X.endif X X.if defined(WITH_IODBC) XLIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc XCONFIGURE_ARGS+= --with-odbc X.endif X X.if !defined(WITH_UNIXODBC) && !defined(WITH_IODBC) XCONFIGURE_ARGS+= --without-odbc X.endif X X.if defined(WITH_SANE) XLIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends XCONFIGURE_ARGS+= --with-sane X.else XCONFIGURE_ARGS+= --without-sane X.endif X X.if defined(WITH_PDF) XLIB_DEPENDS+= pdf.4:${PORTSDIR}/print/pdflib XCONFIGURE_ARGS+= --with-libpdf X.else XCONFIGURE_ARGS+= --without-libpdf X.endif X X.if defined(HAVE_MESA) || defined(WITH_MESA) XUSE_MESA= yes XLIB_DEPENDS+= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea XCONFIGURE_ARGS+= --with-GL --with-GLUT X.else XCONFIGURE_ARGS+= --without-GL --without-GLUT X.endif X X.if defined(HAVE_GNOME) XUSE_GNOME= yes XUSE_GTK= yes XUSE_GLI= yes XCONFIGURE_ARGS+= --with-GTK --with-gnome --with-glade X.else XCONFIGURE_ARGS+= --without-GTK --without-gnome --without-glade X.endif X X.if (${MACHINE} == "i386") XCONFIGURE_ARGS+= --with-poll X.else X# Alpha seems to have problems with poll() with pike... :/ XCONFIGURE_ARGS+= --without-poll X.endif X XUSE_GMAKE= yes X Xpre-everything:: X.if !defined(WITH_OPTIMIZED_CFLAGS) X @${ECHO_MSG} "You can enable additional compilation optimizations" X @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" X.endif X.if !defined(WITH_TTF) && !defined(WITH_MOST) X @${ECHO_MSG} "You can enable _Image_TTF support by defining WITH_TTF." X.endif X.if !defined(WITH_FREETYPE) && !defined(WITH_MOST) X @${ECHO_MSG} "You can enable _Image_FreeType support by defining WITH_FREETYPE." X.endif X.if !defined(WITH_MYSQL) X @${ECHO_MSG} "You can enable MySQL support by defining WITH_MYSQL." X.endif X.if !defined(WITH_POSTGRES) X @${ECHO_MSG} "You can enable PostGres support by defining WITH_POSTGRES." X.endif X.if !defined(WITH_UNIXODBC) && !defined(WITH_IODBC) X @${ECHO_MSG} "You can enable unixODBC support by defining WITH_UNIXODBC." X @${ECHO_MSG} "You can enable iodbc support by defining WITH_IODBC." X @${ECHO_MSG} "Note that you can support only ONE of these two ODBC libs." X.endif X.if !defined(WITH_SANE) X @${ECHO_MSG} "You can enable Sane support by defining WITH_SANE." X.endif X.if !defined(WITH_SANE) || !defined(HAVE_MESA) X @${ECHO_MSG} "You can enable MesaGL support by defining WITH_MESA." X.endif X.if !defined(WITH_PDF) X @${ECHO_MSG} "You can enable PDF support by defining WITH_PDF." X.endif X.if !defined(WITH_MOST) X @${ECHO_MSG} "You can enable most of the features here except Sane," X @${ECHO_MSG} "MesaGLi, GNOME and SQL support by defining WITH_MOST." X.endif X X Xpre-configure: X# @cd ${WRKSRC}; \ X# ./run_autoconfig X @${ECHO} ${CONFIGURE_ARGS} X Xpost-install: X ${INSTALL_PROGRAM} ${WRKSRC}pike ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}hilfe ${PREFIX}/bin X X.include END-of-pike72cvs/Makefile echo x - pike72cvs/distinfo sed 's/^X//' >pike72cvs/distinfo << 'END-of-pike72cvs/distinfo' XMD5 (pike-7.2.380.tar.gz) = a38a955389323334007bd03816f5a56d END-of-pike72cvs/distinfo echo x - pike72cvs/pkg-comment sed 's/^X//' >pike72cvs/pkg-comment << 'END-of-pike72cvs/pkg-comment' XA dynamic programming language with a syntax similar to C++ END-of-pike72cvs/pkg-comment echo x - pike72cvs/pkg-descr sed 's/^X//' >pike72cvs/pkg-descr << 'END-of-pike72cvs/pkg-descr' XPike is easy to learn, and just as easy to use in the development of Xpowerful applications. The language is designed to be useful and Xpowerful. As the syntax of Pike is similar to that of C, most Xprogrammers will find it easy to use. As Pike is a high-level, Xinterpreted and modular object-oriented language, powerful Xapplications can be rapidly developed. Pike has evolved rather than Xbeen designed, and the changes made have been guided by its users' Xneeds. In general, the better you get to know Pike, the more you will Xappreciate it, from a user's perspective. X XWWW: http://pike.roxen.com/ END-of-pike72cvs/pkg-descr echo x - pike72cvs/pkg-plist sed 's/^X//' >pike72cvs/pkg-plist << 'END-of-pike72cvs/pkg-plist' Xbin/pike Xbin/hilfe Xpike/7.2.380/bin/pike Xpike/7.2.380/bin/hilfe Xpike/7.2.380/lib/modules/Parser.pmod/XML.pmod/Validating.pike Xpike/7.2.380/lib/modules/Parser.pmod/XML.pmod/Simple.pike Xpike/7.2.380/lib/modules/Parser.pmod/XML.pmod/DOM.pmod Xpike/7.2.380/lib/modules/Parser.pmod/XML.pmod/Tree.pmod Xpike/7.2.380/lib/modules/Parser.pmod/_parser.so Xpike/7.2.380/lib/modules/Parser.pmod/Pike.pmod Xpike/7.2.380/lib/modules/Parser.pmod/C.pmod Xpike/7.2.380/lib/modules/Parser.pmod/module.pmod Xpike/7.2.380/lib/modules/Perl.so Xpike/7.2.380/lib/modules/CommonLog.so Xpike/7.2.380/lib/modules/Gdbm.so Xpike/7.2.380/lib/modules/Gettext.so Xpike/7.2.380/lib/modules/Gmp.so Xpike/7.2.380/lib/modules/Gz.so Xpike/7.2.380/lib/modules/HTTPLoop.so Xpike/7.2.380/lib/modules/Image.so Xpike/7.2.380/lib/modules/Java.pmod Xpike/7.2.380/lib/modules/___Java.so Xpike/7.2.380/lib/modules/MIME.pmod Xpike/7.2.380/lib/modules/___MIME.so Xpike/7.2.380/lib/modules/Math.pmod Xpike/7.2.380/lib/modules/___Math.so Xpike/7.2.380/lib/modules/Mird.pmod Xpike/7.2.380/lib/modules/___Mird.so Xpike/7.2.380/lib/modules/Msql.so Xpike/7.2.380/lib/modules/Mysql.so Xpike/7.2.380/lib/modules/Odbc.so Xpike/7.2.380/lib/modules/Oracle.pmod Xpike/7.2.380/lib/modules/___Oracle.so Xpike/7.2.380/lib/modules/PDF.so Xpike/7.2.380/lib/modules/__builtin_dirnode.pmod Xpike/7.2.380/lib/modules/Pipe.so Xpike/7.2.380/lib/modules/Postgres.so Xpike/7.2.380/lib/modules/Regexp.pmod Xpike/7.2.380/lib/modules/___Regexp.so Xpike/7.2.380/lib/modules/SANE.so Xpike/7.2.380/lib/modules/Ssleay.so Xpike/7.2.380/lib/modules/Yp.pmod Xpike/7.2.380/lib/modules/___Yp.so Xpike/7.2.380/lib/modules/_Charset.pmod Xpike/7.2.380/lib/modules/____Charset.so Xpike/7.2.380/lib/modules/_Crypto.so Xpike/7.2.380/lib/modules/_Image_FreeType.so Xpike/7.2.380/lib/modules/_Image_GIF.so Xpike/7.2.380/lib/modules/_Image_JPEG.so Xpike/7.2.380/lib/modules/_Image_TIFF.so Xpike/7.2.380/lib/modules/_Image_TTF.so Xpike/7.2.380/lib/modules/_Image_XFace.so Xpike/7.2.380/lib/modules/_Roxen.so Xpike/7.2.380/lib/modules/_math.pmod Xpike/7.2.380/lib/modules/call_out.pmod Xpike/7.2.380/lib/modules/files.pmod Xpike/7.2.380/lib/modules/spider.so Xpike/7.2.380/lib/modules/sprintf.pmod Xpike/7.2.380/lib/modules/sybase.so Xpike/7.2.380/lib/modules/system.pmod Xpike/7.2.380/lib/modules/Unicode.so Xpike/7.2.380/lib/modules/Colors.pmod Xpike/7.2.380/lib/modules/Array.pmod Xpike/7.2.380/lib/modules/_Image_PSD.pmod Xpike/7.2.380/lib/modules/Crypto.pmod Xpike/7.2.380/lib/modules/Function.pmod Xpike/7.2.380/lib/modules/GDK.pmod Xpike/7.2.380/lib/modules/GLU.pmod Xpike/7.2.380/lib/modules/Getopt.pmod Xpike/7.2.380/lib/modules/Gnome.pmod Xpike/7.2.380/lib/modules/Pike.pmod Xpike/7.2.380/lib/modules/Process.pmod Xpike/7.2.380/lib/modules/Program.pmod Xpike/7.2.380/lib/modules/String.pmod Xpike/7.2.380/lib/modules/Thread.pmod Xpike/7.2.380/lib/modules/_Image_PS.pmod Xpike/7.2.380/lib/modules/ADT.pmod/Priority_queue.pike Xpike/7.2.380/lib/modules/ADT.pmod/Heap.pike Xpike/7.2.380/lib/modules/ADT.pmod/Queue.pike Xpike/7.2.380/lib/modules/ADT.pmod/struct.pike Xpike/7.2.380/lib/modules/ADT.pmod/Stack.pike Xpike/7.2.380/lib/modules/ADT.pmod/Table.pmod Xpike/7.2.380/lib/modules/error.pmod Xpike/7.2.380/lib/modules/_Image_XCF.pmod Xpike/7.2.380/lib/modules/_Image_XPM.pmod Xpike/7.2.380/lib/modules/__builtin.pmod Xpike/7.2.380/lib/modules/Cache.pmod/Policy.pmod/Multiple.pike Xpike/7.2.380/lib/modules/Cache.pmod/Policy.pmod/Base.pike Xpike/7.2.380/lib/modules/Cache.pmod/Policy.pmod/Null.pike Xpike/7.2.380/lib/modules/Cache.pmod/Policy.pmod/Sized.pike Xpike/7.2.380/lib/modules/Cache.pmod/Policy.pmod/Timed.pike Xpike/7.2.380/lib/modules/Cache.pmod/Storage.pmod/Memory.pike Xpike/7.2.380/lib/modules/Cache.pmod/Storage.pmod/Base.pike Xpike/7.2.380/lib/modules/Cache.pmod/Storage.pmod/Gdbm.pike Xpike/7.2.380/lib/modules/Cache.pmod/Storage.pmod/MySQL.pike Xpike/7.2.380/lib/modules/Cache.pmod/Storage.pmod/Yabu.pike Xpike/7.2.380/lib/modules/Cache.pmod/Data.pike Xpike/7.2.380/lib/modules/Cache.pmod/cache.pike Xpike/7.2.380/lib/modules/Calendar.pmod/Gregorian.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/FAQ Xpike/7.2.380/lib/modules/Calendar.pmod/Discordian.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/Austrian.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/CHANGES Xpike/7.2.380/lib/modules/Calendar.pmod/Calendar.pike Xpike/7.2.380/lib/modules/Calendar.pmod/Coptic.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/Event.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/Events.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/FILES Xpike/7.2.380/lib/modules/Calendar.pmod/Islamic.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/ISO.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/events/namedays Xpike/7.2.380/lib/modules/Calendar.pmod/events/regional Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/australasia Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/asia Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/antarctica Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/africa Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/iso3166.tab Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/backward Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/etcetera Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/europe Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/factory Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/leapseconds Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/northamerica Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/pacificnew Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/solar87 Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/solar88 Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/solar89 Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/southamerica Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/systemv Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/yearistype.sh Xpike/7.2.380/lib/modules/Calendar.pmod/tzdata/zone.tab Xpike/7.2.380/lib/modules/Calendar.pmod/Julian.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/Language.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/Roman.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/Ruleset.pike Xpike/7.2.380/lib/modules/Calendar.pmod/Stardate.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/Swedish.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/TZnames.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/Time.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/Timezone.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/TimeRanges.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/YMD.pmod Xpike/7.2.380/lib/modules/Calendar.pmod/constants.h Xpike/7.2.380/lib/modules/Calendar.pmod/localization.h Xpike/7.2.380/lib/modules/Calendar.pmod/mkrules.pike Xpike/7.2.380/lib/modules/Calendar.pmod/module.pmod Xpike/7.2.380/lib/modules/Calendar_I.pmod/Austrian.pmod Xpike/7.2.380/lib/modules/Calendar_I.pmod/Gregorian.pmod Xpike/7.2.380/lib/modules/Calendar_I.pmod/ISO.pmod Xpike/7.2.380/lib/modules/Calendar_I.pmod/Julian.pmod Xpike/7.2.380/lib/modules/Calendar_I.pmod/Orthodox.pmod Xpike/7.2.380/lib/modules/Calendar_I.pmod/Stardate.pmod Xpike/7.2.380/lib/modules/Calendar_I.pmod/Swedish.pmod Xpike/7.2.380/lib/modules/Calendar_I.pmod/module.pmod Xpike/7.2.380/lib/modules/Crypto/randomness.pmod Xpike/7.2.380/lib/modules/Crypto/des3_cbc.pike Xpike/7.2.380/lib/modules/Crypto/_rsa.pike Xpike/7.2.380/lib/modules/Crypto/aes.pike Xpike/7.2.380/lib/modules/Crypto/des3.pike Xpike/7.2.380/lib/modules/Crypto/des_cbc.pike Xpike/7.2.380/lib/modules/Crypto/dsa.pike Xpike/7.2.380/lib/modules/Crypto/hmac.pike Xpike/7.2.380/lib/modules/Crypto/idea_cbc.pike Xpike/7.2.380/lib/modules/Crypto/rsa.pike Xpike/7.2.380/lib/modules/Debug.pmod/werror.pmod Xpike/7.2.380/lib/modules/Filesystem.pmod/System.pike Xpike/7.2.380/lib/modules/Filesystem.pmod/Tar.pmod Xpike/7.2.380/lib/modules/Filesystem.pmod/module.pmod Xpike/7.2.380/lib/modules/GTKSupport.pmod/MenuFactory.pmod Xpike/7.2.380/lib/modules/GTKSupport.pmod/SClist.pike Xpike/7.2.380/lib/modules/GTKSupport.pmod/Alert.pike Xpike/7.2.380/lib/modules/GTKSupport.pmod/pCtree.pike Xpike/7.2.380/lib/modules/GTKSupport.pmod/Util.pmod Xpike/7.2.380/lib/modules/GTKSupport.pmod/pDrawingArea.pike Xpike/7.2.380/lib/modules/Geography.pmod/Countries.pmod Xpike/7.2.380/lib/modules/Geography.pmod/Position.pike Xpike/7.2.380/lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike Xpike/7.2.380/lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike Xpike/7.2.380/lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike Xpike/7.2.380/lib/modules/Graphics.pmod/Graph.pmod/doc.txt Xpike/7.2.380/lib/modules/Graphics.pmod/Graph.pmod/graph.h Xpike/7.2.380/lib/modules/Graphics.pmod/Graph.pmod/module.pmod Xpike/7.2.380/lib/modules/Graphics.pmod/Graph.pmod/polyline.pike Xpike/7.2.380/lib/modules/Graphics.pmod/Graph.pmod/test.pike Xpike/7.2.380/lib/modules/LR.pmod/Grammar_parser.pmod Xpike/7.2.380/lib/modules/LR.pmod/item.pike Xpike/7.2.380/lib/modules/LR.pmod/lr.pike Xpike/7.2.380/lib/modules/LR.pmod/parser.pike Xpike/7.2.380/lib/modules/LR.pmod/priority.pike Xpike/7.2.380/lib/modules/LR.pmod/rule.pike Xpike/7.2.380/lib/modules/LR.pmod/scanner.pike Xpike/7.2.380/lib/modules/Languages.pmod/PLIS.pmod Xpike/7.2.380/lib/modules/Locale.pmod/Charset.pmod Xpike/7.2.380/lib/modules/Locale.pmod/Gettext.pmod Xpike/7.2.380/lib/modules/Locale.pmod/module.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/HTTP.pmod/module.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/HTTP.pmod/Query.pike Xpike/7.2.380/lib/modules/Protocols.pmod/IMAP.pmod/dummy_server.pike Xpike/7.2.380/lib/modules/Protocols.pmod/IMAP.pmod/imap_server.pike Xpike/7.2.380/lib/modules/Protocols.pmod/IMAP.pmod/parse_line.pike Xpike/7.2.380/lib/modules/Protocols.pmod/IMAP.pmod/parser.pike Xpike/7.2.380/lib/modules/Protocols.pmod/IMAP.pmod/requests.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/IMAP.pmod/server.pike Xpike/7.2.380/lib/modules/Protocols.pmod/IMAP.pmod/types.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/TELNET.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/DNS.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/Ident.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/LPD.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/Line.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/NNTP.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/Ports.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/SMTP.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/IRC.pmod/Client.pike Xpike/7.2.380/lib/modules/Protocols.pmod/IRC.pmod/Error.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/IRC.pmod/Raw.pike Xpike/7.2.380/lib/modules/Protocols.pmod/IRC.pmod/Requests.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/IRC.pmod/module.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/LDAP.pmod/client.pike Xpike/7.2.380/lib/modules/Protocols.pmod/LDAP.pmod/ldap_errors.h Xpike/7.2.380/lib/modules/Protocols.pmod/LDAP.pmod/ldap_globals.h Xpike/7.2.380/lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike Xpike/7.2.380/lib/modules/Protocols.pmod/LysKOM.pmod/Connection.pike Xpike/7.2.380/lib/modules/Protocols.pmod/LysKOM.pmod/ASync.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/LysKOM.pmod/ProtocolTypes.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/LysKOM.pmod/Helper.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/LysKOM.pmod/Request.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/LysKOM.pmod/Raw.pike Xpike/7.2.380/lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike Xpike/7.2.380/lib/modules/Protocols.pmod/LysKOM.pmod/Threads.pike Xpike/7.2.380/lib/modules/Protocols.pmod/SNMP.pmod/getcmd.pike Xpike/7.2.380/lib/modules/Protocols.pmod/SNMP.pmod/protocol.pike Xpike/7.2.380/lib/modules/Protocols.pmod/SNMP.pmod/snmp_errors.h Xpike/7.2.380/lib/modules/Protocols.pmod/SNMP.pmod/snmp_globals.h Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/db/convert_compose.pike Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/db/compose Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/db/compose.db Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/db/keysyms Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/Requests.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/AUTHORS Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/Atom.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/Auth.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/XImage.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/error.h Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/Types.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/XTools.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/_Types.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/X.pmod/keysyms.h Xpike/7.2.380/lib/modules/Protocols.pmod/XMLRPC.pmod/module.pmod Xpike/7.2.380/lib/modules/Protocols.pmod/XMLRPC.pmod/test.pike Xpike/7.2.380/lib/modules/Remote.pmod/connection.pike Xpike/7.2.380/lib/modules/Remote.pmod/Client.pike Xpike/7.2.380/lib/modules/Remote.pmod/Server.pike Xpike/7.2.380/lib/modules/Remote.pmod/call.pike Xpike/7.2.380/lib/modules/Remote.pmod/context.pike Xpike/7.2.380/lib/modules/Remote.pmod/obj.pike Xpike/7.2.380/lib/modules/Remote.pmod/remote.h Xpike/7.2.380/lib/modules/SSL.pmod/connection.pike Xpike/7.2.380/lib/modules/SSL.pmod/VERSION Xpike/7.2.380/lib/modules/SSL.pmod/DOC Xpike/7.2.380/lib/modules/SSL.pmod/TODO Xpike/7.2.380/lib/modules/SSL.pmod/cipher.pike Xpike/7.2.380/lib/modules/SSL.pmod/alert.pike Xpike/7.2.380/lib/modules/SSL.pmod/client.pike Xpike/7.2.380/lib/modules/SSL.pmod/constants.pike Xpike/7.2.380/lib/modules/SSL.pmod/context.pike Xpike/7.2.380/lib/modules/SSL.pmod/handshake.pike Xpike/7.2.380/lib/modules/SSL.pmod/https.pike Xpike/7.2.380/lib/modules/SSL.pmod/packet.pike Xpike/7.2.380/lib/modules/SSL.pmod/server.pike Xpike/7.2.380/lib/modules/SSL.pmod/session.pike Xpike/7.2.380/lib/modules/SSL.pmod/sslfile.pike Xpike/7.2.380/lib/modules/SSL.pmod/sslport.pike Xpike/7.2.380/lib/modules/SSL.pmod/state.pike Xpike/7.2.380/lib/modules/Sql.pmod/mysql_result.pike Xpike/7.2.380/lib/modules/Sql.pmod/module.pmod Xpike/7.2.380/lib/modules/Sql.pmod/Sql.pike Xpike/7.2.380/lib/modules/Sql.pmod/msql.pike Xpike/7.2.380/lib/modules/Sql.pmod/mysql.pike Xpike/7.2.380/lib/modules/Sql.pmod/odbc.pike Xpike/7.2.380/lib/modules/Sql.pmod/postgres_result.pike Xpike/7.2.380/lib/modules/Sql.pmod/odbc_result.pike Xpike/7.2.380/lib/modules/Sql.pmod/oracle.pike Xpike/7.2.380/lib/modules/Sql.pmod/postgres.pike Xpike/7.2.380/lib/modules/Sql.pmod/sql_result.pike Xpike/7.2.380/lib/modules/Sql.pmod/rsql.pike Xpike/7.2.380/lib/modules/Sql.pmod/sql_util.pmod Xpike/7.2.380/lib/modules/Sql.pmod/sybase.pike Xpike/7.2.380/lib/modules/Standards.pmod/ASN1.pmod/Decode.pmod Xpike/7.2.380/lib/modules/Standards.pmod/ASN1.pmod/Encode.pmod Xpike/7.2.380/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod Xpike/7.2.380/lib/modules/Standards.pmod/URI.pike Xpike/7.2.380/lib/modules/Standards.pmod/ISO639_2.pmod Xpike/7.2.380/lib/modules/Standards.pmod/EXIF.pmod Xpike/7.2.380/lib/modules/Standards.pmod/PKCS.pmod/Certificate.pmod Xpike/7.2.380/lib/modules/Standards.pmod/PKCS.pmod/CSR.pmod Xpike/7.2.380/lib/modules/Standards.pmod/PKCS.pmod/DSA.pmod Xpike/7.2.380/lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod Xpike/7.2.380/lib/modules/Standards.pmod/PKCS.pmod/PFX.pmod Xpike/7.2.380/lib/modules/Standards.pmod/PKCS.pmod/RSA.pmod Xpike/7.2.380/lib/modules/Standards.pmod/PKCS.pmod/Signature.pmod Xpike/7.2.380/lib/modules/Stdio.pmod/Readline.pike Xpike/7.2.380/lib/modules/Stdio.pmod/Terminfo.pmod Xpike/7.2.380/lib/modules/Stdio.pmod/module.pmod Xpike/7.2.380/lib/modules/Tools.pmod/AutoDoc.pmod/CExtractor.pmod Xpike/7.2.380/lib/modules/Tools.pmod/AutoDoc.pmod/DocParser.pmod Xpike/7.2.380/lib/modules/Tools.pmod/AutoDoc.pmod/PikeExtractor.pmod Xpike/7.2.380/lib/modules/Tools.pmod/AutoDoc.pmod/PikeObjects.pmod Xpike/7.2.380/lib/modules/Tools.pmod/AutoDoc.pmod/PikeParser.pike Xpike/7.2.380/lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod Xpike/7.2.380/lib/modules/Tools.pmod/AutoDoc.pmod/module.pmod Xpike/7.2.380/lib/modules/Tools.pmod/Install.pmod Xpike/7.2.380/lib/modules/Tools.pmod/Hilfe.pmod Xpike/7.2.380/lib/modules/Tools.pmod/PEM.pmod Xpike/7.2.380/lib/modules/Tools.pmod/X509.pmod Xpike/7.2.380/lib/modules/Tools.pmod/_PEM.pmod Xpike/7.2.380/lib/modules/Tools.pmod/sed.pmod Xpike/7.2.380/lib/modules/Web.pmod/Crawler.pmod Xpike/7.2.380/lib/modules/Yabu.pmod/module.pmod Xpike/7.2.380/lib/modules/Yabu.pmod/test.pike Xpike/7.2.380/lib/modules/_Image.pmod/module.pmod Xpike/7.2.380/lib/include/array.h Xpike/7.2.380/lib/include/fifo.h Xpike/7.2.380/lib/include/getopt.h Xpike/7.2.380/lib/include/msql.h Xpike/7.2.380/lib/include/mysql.h Xpike/7.2.380/lib/include/opengl.h Xpike/7.2.380/lib/include/postgres.h Xpike/7.2.380/lib/include/process.h Xpike/7.2.380/lib/include/simulate.h Xpike/7.2.380/lib/include/sql.h Xpike/7.2.380/lib/include/stack.h Xpike/7.2.380/lib/include/stdio.h Xpike/7.2.380/lib/include/string.h Xpike/7.2.380/lib/include/syslog.h Xpike/7.2.380/lib/0.6/modules/__default.pmod Xpike/7.2.380/lib/0.6/modules/Array.pmod Xpike/7.2.380/lib/0.6/modules/readline.pmod Xpike/7.2.380/lib/7.0/include/simulate.h Xpike/7.2.380/lib/7.0/modules/Calendar.pmod/Austrian.pmod Xpike/7.2.380/lib/7.0/modules/Calendar.pmod/Gregorian.pmod Xpike/7.2.380/lib/7.0/modules/Calendar.pmod/ISO.pmod Xpike/7.2.380/lib/7.0/modules/Calendar.pmod/Julian.pmod Xpike/7.2.380/lib/7.0/modules/Calendar.pmod/Orthodox.pmod Xpike/7.2.380/lib/7.0/modules/Calendar.pmod/Stardate.pmod Xpike/7.2.380/lib/7.0/modules/Calendar.pmod/Swedish.pmod Xpike/7.2.380/lib/7.0/modules/Calendar.pmod/module.pmod Xpike/7.2.380/lib/7.0/modules/Stdio.pmod/module.pmod Xpike/7.2.380/lib/7.0/modules/Colors.pmod Xpike/7.2.380/lib/7.0/modules/Simulate.pmod Xpike/7.2.380/lib/7.0/modules/Stack.pmod Xpike/7.2.380/lib/7.0/modules/__default.pmod Xpike/7.2.380/lib/tools/pike.el Xpike/7.2.380/lib/master.pike Xpike/7.2.380/lib/master.pike.o Xpike/7.2.380/lib/master.pike.in Xpike/7.2.380/include/pike/block_alloc_h.h Xpike/7.2.380/include/pike/cpp.h Xpike/7.2.380/include/pike/block_alloc.h Xpike/7.2.380/include/pike/acconfig.h Xpike/7.2.380/include/pike/array.h Xpike/7.2.380/include/pike/backend.h Xpike/7.2.380/include/pike/bignum.h Xpike/7.2.380/include/pike/efun.h Xpike/7.2.380/include/pike/interpret_functions.h Xpike/7.2.380/include/pike/builtin_functions.h Xpike/7.2.380/include/pike/callback.h Xpike/7.2.380/include/pike/combine_path.h Xpike/7.2.380/include/pike/compilation.h Xpike/7.2.380/include/pike/constants.h Xpike/7.2.380/include/pike/cyclic.h Xpike/7.2.380/include/pike/dmalloc.h Xpike/7.2.380/include/pike/docode.h Xpike/7.2.380/include/pike/dummy_ci.h Xpike/7.2.380/include/pike/dynamic_buffer.h Xpike/7.2.380/include/pike/dynamic_load.h Xpike/7.2.380/include/pike/fsort_template.h Xpike/7.2.380/include/pike/fdlib.h Xpike/7.2.380/include/pike/encode.h Xpike/7.2.380/include/pike/errors.h Xpike/7.2.380/include/pike/fd_control.h Xpike/7.2.380/include/pike/fsort.h Xpike/7.2.380/include/pike/global.h Xpike/7.2.380/include/pike/gc.h Xpike/7.2.380/include/pike/module_support.h Xpike/7.2.380/include/pike/pike_dlfcn.h Xpike/7.2.380/include/pike/hashtable.h Xpike/7.2.380/include/pike/interpret.h Xpike/7.2.380/include/pike/interpreter.h Xpike/7.2.380/include/pike/las.h Xpike/7.2.380/include/pike/lex.h Xpike/7.2.380/include/pike/lexer.h Xpike/7.2.380/include/pike/main.h Xpike/7.2.380/include/pike/module_magic.h Xpike/7.2.380/include/pike/mapping.h Xpike/7.2.380/include/pike/module.h Xpike/7.2.380/include/pike/operators.h Xpike/7.2.380/include/pike/peep.h Xpike/7.2.380/include/pike/multiset.h Xpike/7.2.380/include/pike/object.h Xpike/7.2.380/include/pike/opcodes.h Xpike/7.2.380/include/pike/program_areas.h Xpike/7.2.380/include/pike/port.h Xpike/7.2.380/include/pike/pike_error.h Xpike/7.2.380/include/pike/pike_macros.h Xpike/7.2.380/include/pike/pike_memory.h Xpike/7.2.380/include/pike/pike_search.h Xpike/7.2.380/include/pike/pike_types.h Xpike/7.2.380/include/pike/signal_handler.h Xpike/7.2.380/include/pike/preprocessor.h Xpike/7.2.380/include/pike/program.h Xpike/7.2.380/include/pike/program_id.h Xpike/7.2.380/include/pike/queue.h Xpike/7.2.380/include/pike/rusage.h Xpike/7.2.380/include/pike/security.h Xpike/7.2.380/include/pike/time_stuff.h Xpike/7.2.380/include/pike/stralloc.h Xpike/7.2.380/include/pike/stuff.h Xpike/7.2.380/include/pike/svalue.h Xpike/7.2.380/include/pike/threads.h Xpike/7.2.380/include/pike/treeopt.h Xpike/7.2.380/include/pike/dynamic_module_makefile Xpike/7.2.380/include/pike/version.h Xpike/7.2.380/include/pike/language.h Xpike/7.2.380/include/pike/interpret_protos.h Xpike/7.2.380/include/pike/case_info.h Xpike/7.2.380/include/pike/machine.h Xpike/7.2.380/include/pike/y.tab.h Xpike/7.2.380/include/pike/lexer0.h Xpike/7.2.380/include/pike/lexer1.h Xpike/7.2.380/include/pike/lexer2.h Xpike/7.2.380/include/pike/aclocal.m4 Xpike/7.2.380/man/man1/hilfe.1 Xpike/7.2.380/man/man1/pike.1 X@unexec rm -rf %D/pike/7.2.380/lib/modules X@dirrm pike/7.2.380/lib/include X@unexec rm -rf %D/pike/7.2.380/lib/0.6 X@dirrm pike/7.2.380/lib/7.0/include X@unexec rm -rf %D/pike/7.2.380/lib/7.0/modules X@dirrm pike/7.2.380/lib/7.0 X@dirrm pike/7.2.380/lib/tools X@unexec rm -rf %D/pike/7.2.380/include/pike X@dirrm pike/7.2.380/include X@dirrm pike/7.2.380/man/man1 X@dirrm pike/7.2.380/man X@dirrm pike/7.2.380/bin X@dirrm pike/7.2.380/lib X@dirrm pike/7.2.380 X@dirrm pike END-of-pike72cvs/pkg-plist exit >Release-Note: >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 Jul 29 15: 5:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E98ED37B400; Mon, 29 Jul 2002 15:05:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5A643E6A; Mon, 29 Jul 2002 15:05:12 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TM5CJU085534; Mon, 29 Jul 2002 15:05:12 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TM5Crs085530; Mon, 29 Jul 2002 15:05:12 -0700 (PDT) Date: Mon, 29 Jul 2002 15:05:12 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292205.g6TM5Crs085530@freefall.freebsd.org> To: keramida@freebsd.org, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39147: minor editors/emacs20 build problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: minor editors/emacs20 build problem State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Mon Jul 29 14:59:08 PDT 2002 State-Changed-Why: I removed the sys_nerr declaration from emacs.c. I don't see how this could cause trouble. http://www.freebsd.org/cgi/query-pr.cgi?pr=39147 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 16:25:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5170937B400; Mon, 29 Jul 2002 16:25:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAFB743E3B; Mon, 29 Jul 2002 16:25:08 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TNP8JU000491; Mon, 29 Jul 2002 16:25:08 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TNP8cD000487; Mon, 29 Jul 2002 16:25:08 -0700 (PDT) Date: Mon, 29 Jul 2002 16:25:08 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207292325.g6TNP8cD000487@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/41131: adding some more configuration parameters to www/mod_php4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: adding some more configuration parameters to www/mod_php4 Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: naddy Responsible-Changed-When: Mon Jul 29 16:24:45 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41131 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 16:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC8637B400 for ; Mon, 29 Jul 2002 16:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F1943E31 for ; Mon, 29 Jul 2002 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TNU2JU000783 for ; Mon, 29 Jul 2002 16:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TNU2UM000782; Mon, 29 Jul 2002 16:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7611637B400 for ; Mon, 29 Jul 2002 16:25:24 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C4143E31 for ; Mon, 29 Jul 2002 16:25:23 -0700 (PDT) (envelope-from lefcha@hellug.gr) Received: from linux (koza530-a074.otenet.gr [212.205.231.202]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g6TNPJM5009504; Tue, 30 Jul 2002 02:25:20 +0300 (EEST) Received: from lefcha by linux with local (Exim 3.35 #1 (Debian)) id 17ZJt2-0000Pt-00; Tue, 30 Jul 2002 02:25:12 +0300 Message-Id: <20020729232512.GA1488@linux> Date: Tue, 30 Jul 2002 02:25:12 +0300 From: Lefteris Chatzibarbas Reply-To: Lefteris Chatzibarbas To: FreeBSD-gnats-submit@FreeBSD.org Cc: lefcha@hellug.gr Subject: ports/41135: Update port: mail/imapfilter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41135 >Category: ports >Synopsis: Update port: mail/imapfilter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 16:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Lefteris Chatzibarbas >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD bsd 4.6-RELEASE FreeBSD 4.6-RELEASE #5: Tue Jul 9 17:08:15 EEST +2002 lefcha@bsd:/usr/src/sys/compile/CUSTOM i386 >Description: Port mail/imapfilter update to version 0.8.1 >How-To-Repeat: >Fix: --- patch-0.8.1 begins here --- diff -ruN imapfilter.old/Makefile imapfilter/Makefile --- imapfilter.old/Makefile Tue Jul 30 00:14:42 2002 +++ imapfilter/Makefile Tue Jul 30 01:06:08 2002 @@ -6,7 +6,7 @@ # PORTNAME= imapfilter -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= mail MASTER_SITES= http://imapfilter.hellug.gr/source/ diff -ruN imapfilter.old/distinfo imapfilter/distinfo --- imapfilter.old/distinfo Tue Jul 30 00:14:42 2002 +++ imapfilter/distinfo Tue Jul 30 01:08:25 2002 @@ -1 +1 @@ -MD5 (imapfilter-0.8.tar.gz) = 177838e56232fa8c19ad8789744a77f1 +MD5 (imapfilter-0.8.1.tar.gz) = 50f5870ddac5c6c56ad3a288f39072a8 --- patch-0.8.1 ends here --- >Release-Note: >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 Jul 29 18:30:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F7F37B400 for ; Mon, 29 Jul 2002 18:30:45 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E94943E42 for ; Mon, 29 Jul 2002 18:30:44 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17ZLqV-0001zH-00; Tue, 30 Jul 2002 03:30:43 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g6U0e5hn004954 for ; Tue, 30 Jul 2002 02:40:05 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g6U0e4EE004953 for freebsd-ports@freebsd.org; Tue, 30 Jul 2002 02:40:04 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: Does anyone care about Emacs? Date: Tue, 30 Jul 2002 00:40:03 +0000 (UTC) Message-ID: References: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dag-Erling Smorgrav wrote: > I haven't found any PRs about emacs21, but the > build seems to hang when it gets to this point: It builds fine for me on -CURRENT/alpha. It also seems to actually work on a tty. Under X11, it throws so many unaligned access errors that it is unusable. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 19: 0:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4117937B400 for ; Mon, 29 Jul 2002 19:00:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AEBB43E4A for ; Mon, 29 Jul 2002 19:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U207JU053405 for ; Mon, 29 Jul 2002 19:00:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U207hM053404; Mon, 29 Jul 2002 19:00:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF01E37B400 for ; Mon, 29 Jul 2002 18:51:26 -0700 (PDT) Received: from kappa.allnet.ne.jp (kappa.allnet.ne.jp [61.211.150.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBD043E3B for ; Mon, 29 Jul 2002 18:51:26 -0700 (PDT) (envelope-from kanou@kappa.allnet.ne.jp) Received: from kappa.allnet.ne.jp (localhost [127.0.0.1]) by kappa.allnet.ne.jp (8.12.5/8.12.5) with ESMTP id g6U1pPiE012684; Tue, 30 Jul 2002 10:51:25 +0900 (JST) (envelope-from kanou@kappa.allnet.ne.jp) Received: (from kanou@localhost) by kappa.allnet.ne.jp (8.12.5/8.12.5/Submit) id g6U1pOLE012683; Tue, 30 Jul 2002 10:51:24 +0900 (JST) Message-Id: <200207300151.g6U1pOLE012683@kappa.allnet.ne.jp> Date: Tue, 30 Jul 2002 10:51:24 +0900 (JST) From: KANOU Hiroki Reply-To: KANOU Hiroki To: FreeBSD-gnats-submit@FreeBSD.org Cc: kanou@mil.allnet.ne.jp X-Send-Pr-Version: 3.113 Subject: ports/41136: maintainer-update: japanese/kochi-ttfonts to 20020727 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41136 >Category: ports >Synopsis: maintainer-update: japanese/kochi-ttfonts to 20020727 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 19:00:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD kappa.allnet.ne.jp 4.6-STABLE FreeBSD 4.6-STABLE #1: Sat Jun 29 21:58:29 JST 2002 kanou@kappa.allnet.ne.jp:/usr/src/sys/compile/COPPER i386 >Description: Maintainer update of Kochi TrueType fonts, updated to 20020727. >How-To-Repeat: >Fix: diff -uNr kochi-ttfonts.orig/Makefile kochi-ttfonts/Makefile --- kochi-ttfonts.orig/Makefile Sat Jul 27 17:39:50 2002 +++ kochi-ttfonts/Makefile Tue Jul 30 10:46:47 2002 @@ -6,8 +6,7 @@ # PORTNAME= kochi-ttfonts -PORTVERSION= 20020503 -PORTREVISION= 1 +PORTVERSION= 20020727 CATEGORIES= japanese x11-fonts MASTER_SITES= http://www.on.cs.keio.ac.jp/~yasu/linux/fonts/ DISTFILES= kochi-mincho-0.2.${PORTVERSION}.tar.bz2 \ diff -uNr kochi-ttfonts.orig/distinfo kochi-ttfonts/distinfo --- kochi-ttfonts.orig/distinfo Sat May 11 21:29:15 2002 +++ kochi-ttfonts/distinfo Tue Jul 30 10:48:14 2002 @@ -1,2 +1,2 @@ -MD5 (kochi-mincho-0.2.20020503.tar.bz2) = 3db0d2a49f90506278c1f9bec3ced8c1 -MD5 (kochi-gothic-0.2.20020503.tar.bz2) = 65ed37508aba7965a711c15b6c3b550c +MD5 (kochi-mincho-0.2.20020727.tar.bz2) = 5c936d0739bd5db93d66d4530436ca8c +MD5 (kochi-gothic-0.2.20020727.tar.bz2) = 856e2645c82121bd697e26905350953c >Release-Note: >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 Jul 29 19: 5:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C4DD37B400; Mon, 29 Jul 2002 19:05:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FE643E4A; Mon, 29 Jul 2002 19:05:12 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U25CJU055048; Mon, 29 Jul 2002 19:05:12 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U25BHG054970; Mon, 29 Jul 2002 19:05:11 -0700 (PDT) Date: Mon, 29 Jul 2002 19:05:11 -0700 (PDT) From: Patrick Li Message-Id: <200207300205.g6U25BHG054970@freefall.freebsd.org> To: lefcha@hellug.gr, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41135: Update port: mail/imapfilter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: mail/imapfilter State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Jul 29 19:04:20 PDT 2002 State-Changed-Why: Committed, Thanks! Also use INSTALL_DATA to install docs/examples and make CFLAGS safe http://www.freebsd.org/cgi/query-pr.cgi?pr=41135 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 19:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CBEF37B400 for ; Mon, 29 Jul 2002 19:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C115443E4A for ; Mon, 29 Jul 2002 19:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U2A3JU058704 for ; Mon, 29 Jul 2002 19:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U2A3oE058703; Mon, 29 Jul 2002 19:10:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF0737B400 for ; Mon, 29 Jul 2002 19:02:42 -0700 (PDT) Received: from kappa.allnet.ne.jp (kappa.allnet.ne.jp [61.211.150.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCE743E31 for ; Mon, 29 Jul 2002 19:02:41 -0700 (PDT) (envelope-from kanou@kappa.allnet.ne.jp) Received: from kappa.allnet.ne.jp (localhost [127.0.0.1]) by kappa.allnet.ne.jp (8.12.5/8.12.5) with ESMTP id g6U22fiE012905; Tue, 30 Jul 2002 11:02:41 +0900 (JST) (envelope-from kanou@kappa.allnet.ne.jp) Received: (from kanou@localhost) by kappa.allnet.ne.jp (8.12.5/8.12.5/Submit) id g6U22fqN012904; Tue, 30 Jul 2002 11:02:41 +0900 (JST) Message-Id: <200207300202.g6U22fqN012904@kappa.allnet.ne.jp> Date: Tue, 30 Jul 2002 11:02:41 +0900 (JST) From: KANOU Hiroki Reply-To: KANOU Hiroki To: FreeBSD-gnats-submit@FreeBSD.org Cc: kanou@mil.allnet.ne.jp X-Send-Pr-Version: 3.113 Subject: ports/41137: maintainer-update: print/pfaedit to 20020728 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41137 >Category: ports >Synopsis: maintainer-update: print/pfaedit to 20020728 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 19:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD kappa.allnet.ne.jp 4.6-STABLE FreeBSD 4.6-STABLE #1: Sat Jun 29 21:58:29 JST 2002 kanou@kappa.allnet.ne.jp:/usr/src/sys/compile/COPPER i386 >Description: maintainer update of PfaEdit port. updated to 20020728 and enabled predefined CFLAGS. >How-To-Repeat: >Fix: diff -uNr pfaedit.orig/Makefile pfaedit/Makefile --- pfaedit.orig/Makefile Fri Jul 26 11:51:04 2002 +++ pfaedit/Makefile Mon Jul 29 13:22:22 2002 @@ -27,13 +27,13 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" + CFLAGS="$(CFLAGS) -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= pfaedit MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 020722 +DIST_VER= 020728 EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz .if !defined(NOPORTDOCS) diff -uNr pfaedit.orig/distinfo pfaedit/distinfo --- pfaedit.orig/distinfo Fri Jul 26 11:51:04 2002 +++ pfaedit/distinfo Mon Jul 29 13:12:50 2002 @@ -1,3 +1,3 @@ -MD5 (pfaedit_full-020722.tgz) = d469d2425d8d986e01d4570ef6242d5a +MD5 (pfaedit_full-020728.tgz) = e5ee113c75b20d25c030cff2940f5614 MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f MD5 (pfaedit_htdocs-020626.tgz) = cb0fab49be57efbd42c755255f2cce5a diff -uNr pfaedit.orig/files/patch-Makefile.in pfaedit/files/patch-Makefile.in --- pfaedit.orig/files/patch-Makefile.in Fri Jul 26 11:51:04 2002 +++ pfaedit/files/patch-Makefile.in Mon Jul 29 13:14:55 2002 @@ -1,6 +1,6 @@ --- Makefile.in.orig Sat Jun 29 10:17:51 2002 +++ Makefile.in Sat Jun 29 10:19:57 2002 -@@ -39,15 +39,15 @@ +@@ -39,15 +39,16 @@ mkdir -p $(bindir) mkdir -p $(mandir)/man1 mkdir -p $(sharedir) @@ -9,6 +9,7 @@ - cp pfaedit/pfaedit-*.ui $(sharedir) + ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) + ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/acorn2sfd $(bindir) + ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir) #The next line will fail for most installs. If you have downloaded the cidmaps # this will install them. If you haven't it won't. You only need the cidmaps diff -uNr pfaedit.orig/pkg-plist pfaedit/pkg-plist --- pfaedit.orig/pkg-plist Fri Jul 26 11:51:04 2002 +++ pfaedit/pkg-plist Mon Jul 29 14:54:46 2002 @@ -1,5 +1,6 @@ bin/pfaedit bin/sfddiff +bin/acorn2sfd %%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png >Release-Note: >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 Jul 29 19:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A56237B400 for ; Mon, 29 Jul 2002 19:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A9543E5E for ; Mon, 29 Jul 2002 19:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U2e3JU061331 for ; Mon, 29 Jul 2002 19:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U2e30l061330; Mon, 29 Jul 2002 19:40:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AD7D37B400 for ; Mon, 29 Jul 2002 19:38:45 -0700 (PDT) Received: from opiate.thirteenandtwo.org (CPE0030ab0ef2bb.cpe.net.cable.rogers.com [24.103.202.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4D943E3B for ; Mon, 29 Jul 2002 19:38:44 -0700 (PDT) (envelope-from munish@opiate.thirteenandtwo.org) Received: by opiate.thirteenandtwo.org (Postfix, from userid 1001) id 36A4EC2D; Mon, 29 Jul 2002 22:39:35 -0400 (EDT) Message-Id: <20020730023935.36A4EC2D@opiate.thirteenandtwo.org> Date: Mon, 29 Jul 2002 22:39:35 -0400 (EDT) From: Munish Chopra Reply-To: Munish Chopra To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41139: New port: audio/cd-discid, a CDDB utility Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41139 >Category: ports >Synopsis: New port: audio/cd-discid, a CDDB utility >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 Jul 29 19:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Munish Chopra >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jul 28 23:47:23 EDT 2002 munish@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386 >Description: Add audio/cd-discid: Backend utility to retrieve CDDB discid information. This is a dependency of audio/abcde which I'm about to submit. >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: # # cd-discid # cd-discid/Makefile # cd-discid/pkg-plist # cd-discid/distinfo # cd-discid/pkg-comment # cd-discid/pkg-descr # echo c - cd-discid mkdir -p cd-discid > /dev/null 2>&1 echo x - cd-discid/Makefile sed 's/^X//' >cd-discid/Makefile << 'END-of-cd-discid/Makefile' X# New ports collection makefile for: cd-discid X# Date created: July 29, 2002 X# Whom: Munish Chopra X# X# $FreeBSD$ X# X XPORTNAME= cd-discid XPORTVERSION= 0.7 XCATEGORIES= audio XMASTER_SITES= http://frantica.lly.org/~rcw/cd-discid/ XDISTNAME= cd-discid_0.7.orig X XMAINTAINER= mchopra@engmail.uwaterloo.ca X XWRKSRC= ${WRKDIR}/${PKGNAME} Xdo-build: X cd ${WRKSRC} && ${CC} -O -o cd-discid cd-discid.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/cd-discid ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/cd-discid.1 ${PREFIX}/man/man1 X X.include END-of-cd-discid/Makefile echo x - cd-discid/pkg-plist sed 's/^X//' >cd-discid/pkg-plist << 'END-of-cd-discid/pkg-plist' Xbin/cd-discid Xman/man1/cd-discid.1 END-of-cd-discid/pkg-plist echo x - cd-discid/distinfo sed 's/^X//' >cd-discid/distinfo << 'END-of-cd-discid/distinfo' XMD5 (cd-discid_0.7.orig.tar.gz) = 677bf237de663d71a78a7a0611fd4469 END-of-cd-discid/distinfo echo x - cd-discid/pkg-comment sed 's/^X//' >cd-discid/pkg-comment << 'END-of-cd-discid/pkg-comment' XBackend utility to retrieve CDDB discid information END-of-cd-discid/pkg-comment echo x - cd-discid/pkg-descr sed 's/^X//' >cd-discid/pkg-descr << 'END-of-cd-discid/pkg-descr' Xcd-discid is a backend utility to get CDDB discid information from a CD-ROM Xdisc. It was originally designed for abcde (AKA cdgrab), but can be used for Xany purpose requiring CDDB data. X XWWW: http://lly.org/~rcw/cd-discid X X- Munish Chopra X END-of-cd-discid/pkg-descr exit >Release-Note: >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 Jul 29 19:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C923C37B400 for ; Mon, 29 Jul 2002 19:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3326A43E75 for ; Mon, 29 Jul 2002 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U2o2JU062241 for ; Mon, 29 Jul 2002 19:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U2o1Nk062240; Mon, 29 Jul 2002 19:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A87EC37B400 for ; Mon, 29 Jul 2002 19:41:44 -0700 (PDT) Received: from opiate.thirteenandtwo.org (CPE0030ab0ef2bb.cpe.net.cable.rogers.com [24.103.202.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF9743E42 for ; Mon, 29 Jul 2002 19:41:43 -0700 (PDT) (envelope-from munish@opiate.thirteenandtwo.org) Received: by opiate.thirteenandtwo.org (Postfix, from userid 1001) id E4CB4C38; Mon, 29 Jul 2002 22:42:36 -0400 (EDT) Message-Id: <20020730024236.E4CB4C38@opiate.thirteenandtwo.org> Date: Mon, 29 Jul 2002 22:42:36 -0400 (EDT) From: Munish Chopra Reply-To: Munish Chopra To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41140: New port: audio/abcde, sh script to rip and encode CDs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41140 >Category: ports >Synopsis: New port: audio/abcde, sh script to rip and encode CDs >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 Jul 29 19:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Munish Chopra >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jul 28 23:47:23 EDT 2002 munish@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386 >Description: Add audio/abcde: Front-end sh script to encode CDs in ogg or mp3 format. Now I can finally dump ripit.pl and completely lose perl... >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: # # abcde # abcde/distinfo # abcde/Makefile # abcde/pkg-comment # abcde/pkg-descr # abcde/pkg-plist # echo c - abcde mkdir -p abcde > /dev/null 2>&1 echo x - abcde/distinfo sed 's/^X//' >abcde/distinfo << 'END-of-abcde/distinfo' XMD5 (abcde_2.0.3.orig.tar.gz) = e430e3d2fb87729d6452d495eabd7a7a END-of-abcde/distinfo echo x - abcde/Makefile sed 's/^X//' >abcde/Makefile << 'END-of-abcde/Makefile' X# New ports collection makefile for: abcde X# Date created: July 29, 2002 X# Whom: Munish Chopra X# X# $FreeBSD$ X# X XPORTNAME= abcde XPORTVERSION= 2.0.3 XCATEGORIES= audio XMASTER_SITES= http://frantica.lly.org/~rcw/abcde/ XDISTNAME= abcde_2.0.3.orig X XMAINTAINER= mchopra@engmail.uwaterloo.ca X XRUN_DEPENDS= cd-discid:${PORTSDIR}/audio/cd-discid \ X cdda2wav:${PORTSDIR}/sysutils/cdrtools \ X id3v2:${PORTSDIR}/audio/id3v2 \ X oggenc:${PORTSDIR}/audio/vorbis-tools \ X wget:${PORTSDIR}/ftp/wget X XNO_BUILD= yes XWRKSRC= ${WRKDIR}/${PKGNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/abcde ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/cddb-tool ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/abcde.conf ${PREFIX}/etc X ${INSTALL_MAN} ${WRKSRC}/abcde.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/cddb-tool.1 ${PREFIX}/man/man1 X X.include END-of-abcde/Makefile echo x - abcde/pkg-comment sed 's/^X//' >abcde/pkg-comment << 'END-of-abcde/pkg-comment' XFront-end sh script to encode CDs in ogg or mp3 format END-of-abcde/pkg-comment echo x - abcde/pkg-descr sed 's/^X//' >abcde/pkg-descr << 'END-of-abcde/pkg-descr' Xabcde (A Better CD Encoder) is a frontend sh script to rip tracks from Xa CD, encode them in ogg vorbis or mp3 format, and tag them. X XRippers supported: cdparanoia (not on FreeBSD), cdda2wav XEncoders supported: oggenc, vorbize, lame, gogo, bladeenc, X mp3enc, xingmp3enc, l3enc XID3 taggers supported: id3, id3v2 XOther: vorbiscomment, distmp3 X XMany other useful features are supported. X XWWW: http://lly.org/~rcw/abcde/page X X- Munish Chopra X END-of-abcde/pkg-descr echo x - abcde/pkg-plist sed 's/^X//' >abcde/pkg-plist << 'END-of-abcde/pkg-plist' Xbin/abcde Xbin/cddb-tool Xetc/abcde.conf Xman/man1/abcde.1 Xman/man1/cddb-tool.1 END-of-abcde/pkg-plist exit >Release-Note: >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 Jul 29 20: 0:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB39F37B400 for ; Mon, 29 Jul 2002 20:00:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FED343E3B for ; Mon, 29 Jul 2002 20:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U30BJU062945 for ; Mon, 29 Jul 2002 20:00:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U30BCZ062944; Mon, 29 Jul 2002 20:00:11 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9269137B400 for ; Mon, 29 Jul 2002 19:52:49 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3853543E3B for ; Mon, 29 Jul 2002 19:52:49 -0700 (PDT) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id E9CAF886; Tue, 30 Jul 2002 10:52:48 +0800 (CST) Message-Id: <20020730025248.E9CAF886@freebsd.sinica.edu.tw> Date: Tue, 30 Jul 2002 10:52:48 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41141: Update port: chinese/ttfm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41141 >Category: ports >Synopsis: Update port: chinese/ttfm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 20:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: update files/patch-ttfinfo.c >How-To-Repeat: >Fix: diff -ruN ttfm.orig/files/patch-ttfinfo.c ttfm/files/patch-ttfinfo.c --- ttfm.orig/files/patch-ttfinfo.c Tue Jul 30 10:50:06 2002 +++ ttfm/files/patch-ttfinfo.c Tue Jul 30 10:48:53 2002 @@ -1,5 +1,5 @@ ---- ttfinfo.c.orig Fri Apr 19 18:30:44 2002 -+++ ttfinfo.c Fri Apr 19 18:31:02 2002 +--- ttfinfo.c.orig Sun Dec 17 02:56:41 2000 ++++ ttfinfo.c Tue Jul 30 10:48:21 2002 @@ -112,6 +112,7 @@ static void usage (const char *name); static const char *get_foundry (const TT_Char orig_code[4]); @@ -41,7 +41,7 @@ */ for (k = 0; k < 2; k++) { -@@ -1276,6 +1280,97 @@ +@@ -1276,6 +1280,99 @@ } } } @@ -120,6 +120,7 @@ + TT_UShort string_len; + static char name_buffer[513]; + int name_len; ++ int english=1; + + TT_Get_Name_String (face, i, &string, &string_len); + string_len = string_len < 512 ? string_len : 512; @@ -129,11 +130,12 @@ + /* drop the NULL part, dont't use j+=2 to avoid + endian problem. */ + if (string[j] != '\0'){ ++ if ((string[j] & 0xff) > 0x7f) english=0; + name_buffer[name_len++] = string[j]; + } + } + name_buffer[name_len] = '\0'; -+ return name_buffer; ++ if (english) return name_buffer; + } + } } >Release-Note: >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 Jul 29 21:12: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E42F337B400 for ; Mon, 29 Jul 2002 21:12:01 -0700 (PDT) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35ACE43E70 for ; Mon, 29 Jul 2002 21:10:41 -0700 (PDT) (envelope-from chris@aims.com.au) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id g6U472e08683 for ; Tue, 30 Jul 2002 14:07:02 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Tue, 30 Jul 2002 14:06:56 +1000 Reply-To: From: "Chris Knight" To: Subject: Stop package from building on ports cluster? Date: Tue, 30 Jul 2002 14:06:54 +1000 Message-ID: <016e01c2377e$8b544d40$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Howdy, What Makefile magic must I add to stop a package from being built on the ports cluster? I'm maintainer for databases/firebird and databases/firebird-devel and both of these won't build on the ports cluster due to the requirement for SYSV semaphores during the build. Unfortunately, I'm not in a position to find the root cause of the problem, so I'd rather change the Makefile to stop the cluster from unnecessarily building them. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 21:44:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B177737B400 for ; Mon, 29 Jul 2002 21:44:50 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBADC43E31 for ; Mon, 29 Jul 2002 21:44:49 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6U4ifib001111; Tue, 30 Jul 2002 00:44:41 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Stop package from building on ports cluster? From: Joe Marcus Clarke To: chris@aims.com.au Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <016e01c2377e$8b544d40$020aa8c0@aims.private> References: <016e01c2377e$8b544d40$020aa8c0@aims.private> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-i+7RNPaNo8Q9zdYLmm3h" X-Mailer: Ximian Evolution 1.0.8 Date: 30 Jul 2002 00:44:43 -0400 Message-Id: <1028004283.1078.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-i+7RNPaNo8Q9zdYLmm3h Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-07-30 at 00:06, Chris Knight wrote: > Howdy, >=20 > What Makefile magic must I add to stop a package from being built on the > ports cluster? > I'm maintainer for databases/firebird and databases/firebird-devel and bo= th > of these won't build on the ports cluster due to the requirement for SYSV > semaphores during the build. Unfortunately, I'm not in a position to find > the root cause of the problem, so I'd rather change the Makefile to stop = the > cluster from unnecessarily building them. Add: NO_PACKAGE=3D "reason..." To your port's Makefile. Joe >=20 > Regards, > Chris Knight > Systems Administrator > AIMS Independent Computer Professionals > Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 > Web: http://www.aims.com.au >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message >=20 --=-i+7RNPaNo8Q9zdYLmm3h Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9Rhm6b2iPiv4Uz4cRAvGnAJoCCiY+v1uuzP0P0i7CP4exgKR6/wCdGK87 kWzLw6NhSYwkmri9d4pIseU= =Uxpa -----END PGP SIGNATURE----- --=-i+7RNPaNo8Q9zdYLmm3h-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 21:52:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B796637B400 for ; Mon, 29 Jul 2002 21:52:25 -0700 (PDT) Received: from quanta.synchem.kyoto-u.ac.jp (quanta.synchem.kyoto-u.ac.jp [130.54.33.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E973343E67 for ; Mon, 29 Jul 2002 21:52:24 -0700 (PDT) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (quanth.synchem.kyoto-u.ac.jp [130.54.33.130]) by quanta.synchem.kyoto-u.ac.jp (8.12.5/3.7W/00091819) with ESMTP id g6U4pZOx096356 for ; Tue, 30 Jul 2002 13:51:35 +0900 (JST) Date: Tue, 30 Jul 2002 13:49:57 +0900 (JST) Message-Id: <20020730.134957.846951243.maho@scarlatti.synchem.kyoto-u.ac.jp> To: freebsd-ports@FreeBSD.org Subject: l10n'ed help files for OpenOffice From: chat95@mbox.kyoto-inet.or.jp (Nakata Maho) X-Mailer: Mew version 2.2 on XEmacs 21.1.14 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Martin Blapp and Mario Ferreira, and ports-members, Thanks for your great deal of efforts on OpenOffice. I'm Japanese, so I'm very interested in Japanese port of OO. Recently, Mr. Migita and Mr. Kimura noticed that OO's Help can be l10n'ed. Yes, we can read Help files in Japanese. As you know, for other languages they have some l10n'ed help files, however your ports do not consider such things. I cannot resolve this problem, beautifully, however, I know this diff can be resolve in some way. ########################################################################### --- japanese/openoffice/Makefile.orig Sat Jul 20 17:04:33 2002 +++ japanese/openoffice/Makefile Tue Jul 30 13:37:35 2002 @@ -12,5 +12,13 @@ LANG_CONFIGURE_ARG= JAPN MASTERDIR= ${.CURDIR}/../../editors/openoffice RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts +MASTER_SITES+= ftp://ftp.kddlabs.co.jp/office/openoffice/ \ + ftp://ftp.sfc.wide.ad.jp/pub/OpenOffice/ +DISTFILES+= helpcontent +L10NHELP= helpcontent +post-build: # installation of japanese version help files + (cd ${WRKSRC}/../solver/641/unxfbsd.pro/pck ; ${TAR} xvfz ${DISTDIR}/${DIST_SUBDIR}/${L10NHELP} ) + .include "${.CURDIR}/../../editors/openoffice/Makefile" + ########################################################################### 1. apply this patch, 2. build normally 3. remove work/.build_done.jp-openoffice-1.0.1 4. rebuild again 5. make package The reason for building twice is that extract helpcontent in solver/641/unxfsd.pro/pck, cannot be achieved because this directory does not exist pre-build stage. so this must be done on in the middle of do-build, after the solver/641/unxfbsd.pro appeared. A better sophisticated solution is: 0. each l10n slave ports should have some l10nedhelp file 1. insert (cd ${WRKSRC}/../solver/641/unxfbsd.pro/pck ; ${TAR} xvfz ${DISTDIR}/${DIST_SUBDIR}/${L10NHELP} ) in the middle of do-build: of /usr/ports/editors/openoffice/Makefile Sincerely, Nakata Maho To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 22: 0:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45CD137B401 for ; Mon, 29 Jul 2002 22:00:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C4343E4A for ; Mon, 29 Jul 2002 22:00:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U50FJU080911 for ; Mon, 29 Jul 2002 22:00:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U50F8Y080910; Mon, 29 Jul 2002 22:00:15 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16AA537B400 for ; Mon, 29 Jul 2002 21:56:37 -0700 (PDT) Received: from t-mta4.odn.ne.jp (mfep4.odn.ne.jp [143.90.131.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A5D43E67 for ; Mon, 29 Jul 2002 21:56:35 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([61.196.65.228]) by t-mta4.odn.ne.jp with ESMTP id <20020730045633747.HIOL.19333.t-mta4.odn.ne.jp@mta4.odn.ne.jp>; Tue, 30 Jul 2002 13:56:33 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 7D10E559C; Tue, 30 Jul 2002 13:56:29 +0900 (JST) Message-Id: <20020730045629.7D10E559C@hadaly.dyndns.org> Date: Tue, 30 Jul 2002 13:56:29 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41144: Update port: x11-toolkits/qt30 - pkg-descr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41144 >Category: ports >Synopsis: Update port: x11-toolkits/qt30 - pkg-descr >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 Jul 29 22:00:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #7: Fri Jul 26 19:28:55 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: - Fix pkg-descr - portlint >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/qt30/Makefile,v retrieving revision 1.109 diff -u -r1.109 Makefile --- Makefile 2002/07/29 23:06:16 1.109 +++ Makefile 2002/07/30 04:51:53 @@ -8,8 +8,8 @@ PORTNAME?= qt PORTVERSION?= 3.0.5 CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.chg.ru/pub/X11/qt/source/ +MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ + ftp://ftp.chg.ru/pub/X11/qt/source/ DISTNAME= qt-x11-free-${PORTVERSION} DIST_SUBDIR= KDE @@ -46,7 +46,7 @@ -docdir ${QT_PREFIX}/share/doc/qt \ -I${LOCALBASE}/include -L${LOCALBASE}/lib .if defined(WITH_DEBUG) -CONFIGURE_ARGS+= -debug +CONFIGURE_ARGS+=-debug .endif .if defined(WITH_OPENGL) USE_MESA= yes @@ -78,7 +78,7 @@ pre-everything: @${ECHO_MSG} '===> **************************************************' @${ECHO_MSG} '===> NOTE: Use of WITH_OPENGL is not recommended with' - @${ECHO_MSG} '===> versions of XFree86 < 4.2.0.' + @${ECHO_MSG} '===> versions of XFree86 < 4.2.0.' @${ECHO_MSG} '===> **************************************************' .endif Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/qt30/pkg-descr,v retrieving revision 1.6 diff -u -r1.6 pkg-descr --- pkg-descr 2000/07/29 02:44:46 1.6 +++ pkg-descr 2002/07/30 04:51:53 @@ -1,5 +1,5 @@ Qt is a toolkit for building a GUI for X in C++. The main -documentation is in share/doc/qt2 and is also available on +documentation is in share/doc/qt and is also available on the web. WWW: http://doc.trolltech.com/ cvs server: Diffing files >Release-Note: >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 Jul 29 22: 1:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC0937B401; Mon, 29 Jul 2002 22:01:03 -0700 (PDT) Received: from opiate.thirteenandtwo.org (CPE0030ab0ef2bb.cpe.net.cable.rogers.com [24.103.202.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4928E43E3B; Mon, 29 Jul 2002 22:01:02 -0700 (PDT) (envelope-from munish@opiate.thirteenandtwo.org) Received: by opiate.thirteenandtwo.org (Postfix, from userid 1001) id 83046445; Tue, 30 Jul 2002 01:01:55 -0400 (EDT) Date: Tue, 30 Jul 2002 01:01:55 -0400 From: Munish Chopra To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41140: New port: audio/abcde, sh script to rip and encode CDs Message-ID: <20020730050155.GB1258@opiate.thirteenandtwo.org> References: <20020730024236.E4CB4C38@opiate.thirteenandtwo.org> <200207300250.g6U2o1am062232@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207300250.g6U2o1am062232@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2002-07-29 19:50 +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/41140'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=41140 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: New port: audio/abcde, sh script to rip and encode CDs > >Arrival-Date: Mon Jul 29 19:50:01 PDT 2002 Oops, forgot to include files/patch-abcde: diff -ruN abcde.old/files/patch-abcde abcde/files/patch-abcde --- abcde.old/files/patch-abcde Wed Dec 31 19:00:00 1969 +++ abcde/files/patch-abcde Tue Jul 30 00:54:43 2002 @@ -0,0 +1,56 @@ +--- abcde.orig Tue Jul 30 00:44:10 2002 ++++ abcde.new Tue Jul 30 00:53:48 2002 +@@ -574,7 +574,7 @@ + fi + # List out disc title/author and contents + echo ---- "$(cut '-d ' -f4- "$ABCDETEMPDIR/cddbquery")" ---- >> "$ABCDETEMPDIR/cddbchoices" +- for TRACK in $(seq 1 $TRACKS) ++ for TRACK in $(jot $TRACKS) + do + echo $TRACK: "$(grep ^TTITLE$(expr $TRACK - 1)= "$ABCDETEMPDIR/cddbread.1" | cut -f2- -d= | tr -d \\r\\n)" >> "$ABCDETEMPDIR/cddbchoices" + done +@@ -590,7 +590,7 @@ + $CDDBTOOL template $(cat "$ABCDETEMPDIR/discid") > "$ABCDETEMPDIR/cddbread.1" + # List out disc title/author and contents of template + echo ---- Unknown Artist / Unknown Album ---- >> "$ABCDETEMPDIR/cddbchoices" +- for TRACK in $(seq 1 $TRACKS) ++ for TRACK in $(jot $TRACKS) + do + echo $TRACK: "$(grep ^TTITLE$(expr $TRACK - 1)= "$ABCDETEMPDIR/cddbread.1" | cut -f2- -d= | tr -d \\r\\n)" >> "$ABCDETEMPDIR/cddbchoices" + done +@@ -620,7 +620,7 @@ + fi + # List out disc title/author and contents + echo \#$X: ---- "$DISCINFO" ---- >> "$ABCDETEMPDIR/cddbchoices" +- for TRACK in $(seq 1 $TRACKS) ++ for TRACK in $(jot $TRACKS) + do + echo $TRACK: "$(grep ^TTITLE$(expr $TRACK - 1)= "$ABCDETEMPDIR/cddbread.$X" | cut -f2- -d= | tr -d \\r\\n)" >> "$ABCDETEMPDIR/cddbchoices" + done +@@ -1010,7 +1010,7 @@ + if [ "$RSTART" = "$REND" ]; then + NEWTRACKS="$RSTART" + else +- NEWTRACKS=$(seq -s ' ' $RSTART $REND) ++ NEWTRACKS=$(jot -s ' ' $(($REND - $RSTART + 1)) $RSTART $REND``) + fi + TRACKQUEUE=$(echo "$TRACKQUEUE" "$NEWTRACKS") + +@@ -1101,7 +1101,7 @@ + + # Make sure a buncha things exist + for X in $CDROMREADER $CDDISCID ${NEEDTAGGER+$TAGGER} $ENCODER $WGET \ +- ${NEEDDISTMP3+$DISTMP3} ${NEEDCOMMENTER+$VORBISCOMMENT} seq ++ ${NEEDDISTMP3+$DISTMP3} ${NEEDCOMMENTER+$VORBISCOMMENT} jot + do + # Cut off the command-line options we just added in + X=$(echo $X | cut -d' ' -f2) +@@ -1191,7 +1191,7 @@ + # Figure out where each track is going to be encoded + ENCODELOCATIONS="$(echo $REMOTEHOSTS | tr , ' ')" + if [ "$MAXPROCS" != "0" ]; then +- for NUM in $(seq 1 "$MAXPROCS") ++ for NUM in $(jot "$MAXPROCS") + do + ENCODELOCATIONS="$ENCODELOCATIONS %local$NUM%" + done Sorry about that. -- Munish Chopra To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 22: 6: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02DF437B400; Mon, 29 Jul 2002 22:06:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA32C43E31; Mon, 29 Jul 2002 22:06:00 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U560JU085732; Mon, 29 Jul 2002 22:06:00 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U5607A085728; Mon, 29 Jul 2002 22:06:00 -0700 (PDT) Date: Mon, 29 Jul 2002 22:06:00 -0700 (PDT) From: Alan Eldridge Message-Id: <200207300506.g6U5607A085728@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, alane@FreeBSD.org Subject: Re: ports/41144: Update port: x11-toolkits/qt30 - pkg-descr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: x11-toolkits/qt30 - pkg-descr Responsible-Changed-From-To: freebsd-ports->alane Responsible-Changed-By: alane Responsible-Changed-When: Mon Jul 29 22:04:18 PDT 2002 Responsible-Changed-Why: I'm gonna clean up the plist tomorrow anyway, so I'll get this one while I'm at it. http://www.freebsd.org/cgi/query-pr.cgi?pr=41144 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 22:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CCE37B400 for ; Mon, 29 Jul 2002 22:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3470C43E6E for ; Mon, 29 Jul 2002 22:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U5A4JU085938 for ; Mon, 29 Jul 2002 22:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U5A4FO085936; Mon, 29 Jul 2002 22:10:04 -0700 (PDT) Date: Mon, 29 Jul 2002 22:10:04 -0700 (PDT) Message-Id: <200207300510.g6U5A4FO085936@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Munish Chopra Subject: Re: ports/41140: New port: audio/abcde, sh script to rip and encode CDs Reply-To: Munish Chopra Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41140; it has been noted by GNATS. From: Munish Chopra To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/41140: New port: audio/abcde, sh script to rip and encode CDs Date: Tue, 30 Jul 2002 01:01:55 -0400 On 2002-07-29 19:50 +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/41140'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=41140 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: New port: audio/abcde, sh script to rip and encode CDs > >Arrival-Date: Mon Jul 29 19:50:01 PDT 2002 Oops, forgot to include files/patch-abcde: diff -ruN abcde.old/files/patch-abcde abcde/files/patch-abcde --- abcde.old/files/patch-abcde Wed Dec 31 19:00:00 1969 +++ abcde/files/patch-abcde Tue Jul 30 00:54:43 2002 @@ -0,0 +1,56 @@ +--- abcde.orig Tue Jul 30 00:44:10 2002 ++++ abcde.new Tue Jul 30 00:53:48 2002 +@@ -574,7 +574,7 @@ + fi + # List out disc title/author and contents + echo ---- "$(cut '-d ' -f4- "$ABCDETEMPDIR/cddbquery")" ---- >> "$ABCDETEMPDIR/cddbchoices" +- for TRACK in $(seq 1 $TRACKS) ++ for TRACK in $(jot $TRACKS) + do + echo $TRACK: "$(grep ^TTITLE$(expr $TRACK - 1)= "$ABCDETEMPDIR/cddbread.1" | cut -f2- -d= | tr -d \\r\\n)" >> "$ABCDETEMPDIR/cddbchoices" + done +@@ -590,7 +590,7 @@ + $CDDBTOOL template $(cat "$ABCDETEMPDIR/discid") > "$ABCDETEMPDIR/cddbread.1" + # List out disc title/author and contents of template + echo ---- Unknown Artist / Unknown Album ---- >> "$ABCDETEMPDIR/cddbchoices" +- for TRACK in $(seq 1 $TRACKS) ++ for TRACK in $(jot $TRACKS) + do + echo $TRACK: "$(grep ^TTITLE$(expr $TRACK - 1)= "$ABCDETEMPDIR/cddbread.1" | cut -f2- -d= | tr -d \\r\\n)" >> "$ABCDETEMPDIR/cddbchoices" + done +@@ -620,7 +620,7 @@ + fi + # List out disc title/author and contents + echo \#$X: ---- "$DISCINFO" ---- >> "$ABCDETEMPDIR/cddbchoices" +- for TRACK in $(seq 1 $TRACKS) ++ for TRACK in $(jot $TRACKS) + do + echo $TRACK: "$(grep ^TTITLE$(expr $TRACK - 1)= "$ABCDETEMPDIR/cddbread.$X" | cut -f2- -d= | tr -d \\r\\n)" >> "$ABCDETEMPDIR/cddbchoices" + done +@@ -1010,7 +1010,7 @@ + if [ "$RSTART" = "$REND" ]; then + NEWTRACKS="$RSTART" + else +- NEWTRACKS=$(seq -s ' ' $RSTART $REND) ++ NEWTRACKS=$(jot -s ' ' $(($REND - $RSTART + 1)) $RSTART $REND``) + fi + TRACKQUEUE=$(echo "$TRACKQUEUE" "$NEWTRACKS") + +@@ -1101,7 +1101,7 @@ + + # Make sure a buncha things exist + for X in $CDROMREADER $CDDISCID ${NEEDTAGGER+$TAGGER} $ENCODER $WGET \ +- ${NEEDDISTMP3+$DISTMP3} ${NEEDCOMMENTER+$VORBISCOMMENT} seq ++ ${NEEDDISTMP3+$DISTMP3} ${NEEDCOMMENTER+$VORBISCOMMENT} jot + do + # Cut off the command-line options we just added in + X=$(echo $X | cut -d' ' -f2) +@@ -1191,7 +1191,7 @@ + # Figure out where each track is going to be encoded + ENCODELOCATIONS="$(echo $REMOTEHOSTS | tr , ' ')" + if [ "$MAXPROCS" != "0" ]; then +- for NUM in $(seq 1 "$MAXPROCS") ++ for NUM in $(jot "$MAXPROCS") + do + ENCODELOCATIONS="$ENCODELOCATIONS %local$NUM%" + done Sorry about that. -- Munish Chopra To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 22:29:52 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F278E37B400 for ; Mon, 29 Jul 2002 22:29:44 -0700 (PDT) Received: from fep06-app.kolumbus.fi (fep06-0.kolumbus.fi [193.229.0.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDE743E6E for ; Mon, 29 Jul 2002 22:29:42 -0700 (PDT) (envelope-from juha.ylitalo@iki.fi) Received: from coat.st-paul ([212.54.20.95]) by fep02-app.kolumbus.fi with ESMTP id <20020730040249.LREI4192.fep02-app.kolumbus.fi@coat.st-paul>; Tue, 30 Jul 2002 07:02:49 +0300 Received: from shoes.st-paul (shoes.st-paul [10.10.10.10]) by coat.st-paul (8.12.3/8.12.3) with ESMTP id g6U42mNB077446; Tue, 30 Jul 2002 07:02:48 +0300 (EEST) (envelope-from juha.ylitalo@iki.fi) Received: from shoes.st-paul (localhost [127.0.0.1]) by shoes.st-paul (8.12.3/8.11.6) with ESMTP id g6U42lTB000337; Tue, 30 Jul 2002 07:02:48 +0300 (EEST) (envelope-from juha.ylitalo@iki.fi) Received: (from jylitalo@localhost) by shoes.st-paul (8.12.3/8.12.3/Submit) id g6U42leq000336; Tue, 30 Jul 2002 07:02:47 +0300 (EEST) X-Authentication-Warning: shoes.st-paul: jylitalo set sender to juha.ylitalo@iki.fi using -f Subject: Re: ports/35037: New port: sysutils/cfengine2 From: Juha Ylitalo To: Gordon Tetlow Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <200207292020.g6TKK8Ij050016@freefall.freebsd.org> References: <200207292020.g6TKK8Ij050016@freefall.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-rjDPx6wT3jULJ5heCUhw" X-Mailer: Ximian Evolution 1.0.5 Date: 30 Jul 2002 07:02:46 +0300 Message-Id: <1028001767.276.13.camel@shoes.st-paul> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-rjDPx6wT3jULJ5heCUhw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-07-29 at 23:20, Gordon Tetlow wrote: > The following reply was made to PR ports/35037; it has been noted by GNAT= S. >=20 > From: Gordon Tetlow > To: Tony Finch > Cc: freebsd-gnats-submit@freebsd.org, > Subject: Re: ports/35037: New port: sysutils/cfengine2 > Date: Mon, 29 Jul 2002 13:19:19 -0700 (PDT) >=20 > On Mon, 29 Jul 2002, Tony Finch wrote: > =20 > > This is my version of the cfengine2 port, for version 2.0.3. > > I'll commit if a ports person says OK. > =20 > Please do. I've been to busy to look at it, but it should get committed. I probably should check those couple patches, that you've put into your cfengine2 port, into my local port. While doing so, I would like you to take look into my etc/rc.d/cfexecd.sh.sample and etc/rc.d/cfservd.sh.sample scripts.=20 As second issue, you need to use post-install (or those previously mentioned rc.d scripts or someother means) to run cfkey after installation, because without local keys, your cfagent is pretty much useless. You also need link from /var/cfengine/bin to your $PREFIX/usr/sbin/cfagent or otherwise cfexecd fails to execute cfagent in scheduled intervals (yes, /var/cfengine/bin/cfagent is intentionally hardcoded into cfengine 2.x.x for details, check Mark Burgess comments on the issue in gnu.cfengine.* groups). My cfexecd.sh.sample and cfservd.sh.sample can be found from http://jylitalo.homeip.net/cvsweb/FreeBSD/local/cfengine2/files/ --=20 Juha Ylitalo juha.ylitalo@iki.fi +358 40 562 6152 http://www.iki.fi/jylitalo "Some tools are used, because its policy, others because they are good." --=-rjDPx6wT3jULJ5heCUhw Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9Rg/mT3Z0FVGK5qMRAihQAJ4qEaAJ9KR+sUQ4Uk1k7jMJGGIRcwCeKLgr 0CR6i2tnfJ1dizKjWOPz4Vw= =vCE7 -----END PGP SIGNATURE----- --=-rjDPx6wT3jULJ5heCUhw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 23: 0:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 631A737B405 for ; Mon, 29 Jul 2002 23:00:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D45343E65 for ; Mon, 29 Jul 2002 23:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U603JU090116 for ; Mon, 29 Jul 2002 23:00:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U603HL090112; Mon, 29 Jul 2002 23:00:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A25337B400 for ; Mon, 29 Jul 2002 22:56:55 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 205EE43E67 for ; Mon, 29 Jul 2002 22:56:55 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U5usOT042315 for ; Mon, 29 Jul 2002 22:56:54 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6U5usvY042314; Mon, 29 Jul 2002 22:56:54 -0700 (PDT) Message-Id: <200207300556.g6U5usvY042314@www.freebsd.org> Date: Mon, 29 Jul 2002 22:56:54 -0700 (PDT) From: Kensaku MASUDA To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41147: linux-sun-jdk1.4 was crashed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41147 >Category: ports >Synopsis: linux-sun-jdk1.4 was crashed >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 23:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kensaku MASUDA >Release: 4.6-STABLE >Organization: >Environment: FreeBSD uzume.greg.rim.or.jp 4.6-STABLE FreeBSD 4.6-STABLE #15: Mon Jul 29 20:01:02 JST 2002 greg@uzu me.greg.rim.or.jp:/export/src/system-4-stable/src/sys/compile/uzume.greg.rim.or.jp i386 >Description: linux-sun-jdk1.4 was crashed. But it look fine by root (super user). I try to kernel trace, "statfs" system call returned differ result between root and users. fine case: 72685 java 0.000055 CALL statfs(72685) 72685 java 0.000019 RET statfs 0 failar case: 72797 java CALL statfs(0x11c5d) 72797 java RET statfs RESTART Look like "Linux Emulator" problem ? >How-To-Repeat: Execute "java" VM. >Fix: >Release-Note: >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 Jul 29 23: 0:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBCB37B406 for ; Mon, 29 Jul 2002 23:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E719A43E42 for ; Mon, 29 Jul 2002 23:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U604JU090134 for ; Mon, 29 Jul 2002 23:00:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U604ud090133; Mon, 29 Jul 2002 23:00:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 673D537B400 for ; Mon, 29 Jul 2002 22:57:05 -0700 (PDT) Received: from snapple.webct.com (snapple.webct.com [209.87.17.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FEC43E67 for ; Mon, 29 Jul 2002 22:56:57 -0700 (PDT) (envelope-from varju@snapple.webct.com) Received: from snapple.webct.com (localhost [127.0.0.1]) by snapple.webct.com (8.12.5/8.12.5) with ESMTP id g6U5uqLE099953 for ; Mon, 29 Jul 2002 22:56:52 -0700 (PDT) (envelope-from varju@snapple.webct.com) Received: (from varju@localhost) by snapple.webct.com (8.12.5/8.12.5/Submit) id g6U5upMq099952; Mon, 29 Jul 2002 22:56:51 -0700 (PDT) Message-Id: <200207300556.g6U5upMq099952@snapple.webct.com> Date: Mon, 29 Jul 2002 22:56:51 -0700 (PDT) From: Alex Varju Reply-To: Alex Varju To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41148: fix ports/audio/sidplay build on current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41148 >Category: ports >Synopsis: fix ports/audio/sidplay build on current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 23:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 5.0-CURRENT i386 >Organization: WebCT >Environment: System: FreeBSD alex.madd.tnmc.ca 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Jul 25 07:36:43 PDT 2002 root@alex.madd.tnmc.ca:/home/freebsd/obj/home/freebsd/src.HEAD/sys/ALEX i386 >Description: ports/audio/sidplay won't build on current because the machine/soundcard.h symlink has been removed. >How-To-Repeat: >Fix: Index: ports/audio/sidplay/files/patch-audio::oss::audiodrv.h --- audio/oss/audiodrv.h.orig Sat Apr 10 21:00:00 1999 +++ audio/oss/audiodrv.h Thu Jul 25 19:42:11 2002 @@ -18,6 +18,8 @@ #include #elif defined(HAVE_FREEBSD) && defined(HAVE_MACHINE_SOUNDCARD_H) #include +#elif defined(HAVE_FREEBSD) && defined(HAVE_SYS_SOUNDCARD_H) + #include #elif defined(HAVE_NETBSD) && defined(HAVE_SOUNDCARD_H) #include #else Index: ports/audio/sidplay/files/patch-configure --- configure.orig Mon Mar 11 02:42:18 2002 +++ configure Thu Jul 25 19:37:08 2002 @@ -1416,7 +1416,7 @@ fi done -for ac_hdr in sys/ioctl.h linux/soundcard.h machine/soundcard.h \ +for ac_hdr in sys/ioctl.h linux/soundcard.h machine/soundcard.h sys/soundcard.h \ soundcard.h sys/audio.h sun/audioio.h sun/dbriio.h sys/audioio.h \ audio.h dmedia/audio.h do >Release-Note: >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 Jul 29 23: 8:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5492237B400; Mon, 29 Jul 2002 23:08:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 078B843E31; Mon, 29 Jul 2002 23:08:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U68NJU095215; Mon, 29 Jul 2002 23:08:23 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U68NlQ095211; Mon, 29 Jul 2002 23:08:23 -0700 (PDT) Date: Mon, 29 Jul 2002 23:08:23 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200207300608.g6U68NlQ095211@freefall.freebsd.org> To: mchopra@engmail.uwaterloo.ca, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41139: New port: audio/cd-discid, a CDDB utility Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: audio/cd-discid, a CDDB utility State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Jul 29 23:08:16 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=41139 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 29 23:55:58 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B92FB37B400 for ; Mon, 29 Jul 2002 23:55:55 -0700 (PDT) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5951B43E70 for ; Mon, 29 Jul 2002 23:55:53 -0700 (PDT) (envelope-from chris@aims.com.au) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id g6U6tpe09551 for ; Tue, 30 Jul 2002 16:55:51 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Tue, 30 Jul 2002 16:55:37 +1000 Reply-To: From: "Chris Knight" To: Cc: Subject: RE: Stop package from building on ports cluster? Date: Tue, 30 Jul 2002 16:55:35 +1000 Message-ID: <017e01c23796$1b9aff40$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <1028004283.1078.0.camel@shumai.marcuscom.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Howdy, Sorry, should have been a bit less vague - I don't want to stop the package from being built, I just want to stop the freebsd cluster from building it. I'm thinking that a check for BATCH and PACKAGE_BUILDING might do it. I suppose I should go and have a look at the package building scripts to see what it passes to the Makefiles. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -----Original Message----- > From: owner-freebsd-ports@FreeBSD.ORG > [mailto:owner-freebsd-ports@FreeBSD.ORG]On Behalf Of Joe Marcus Clarke > Sent: Tuesday, 30 July 2002 14:45 > To: chris@aims.com.au > Cc: freebsd-ports@FreeBSD.ORG > Subject: Re: Stop package from building on ports cluster? > > [snip] > > NO_PACKAGE= "reason..." > > To your port's Makefile. > > Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 0: 0:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BE2B37B405 for ; Tue, 30 Jul 2002 00:00:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED8FF43E72 for ; Tue, 30 Jul 2002 00:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U708JU000338 for ; Tue, 30 Jul 2002 00:00:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U708RP000337; Tue, 30 Jul 2002 00:00:08 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3EF37B400 for ; Mon, 29 Jul 2002 23:57:34 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9EDE43E67 for ; Mon, 29 Jul 2002 23:57:33 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id A0A863E9C18 for ; Tue, 30 Jul 2002 14:57:28 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id D86CA3E9C16; Tue, 30 Jul 2002 14:57:25 +0800 (CST) Message-Id: <20020730065725.D86CA3E9C16@utopia.leeym.com> Date: Tue, 30 Jul 2002 14:57:25 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41150: new port: astro/setistat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41150 >Category: ports >Synopsis: new port: astro/setistat >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 Jul 30 00:00:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.6-STABLE FreeBSD 4.6-STABLE #51: Tue Jul 23 05:19:48 CST 2002 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: SetiStat shows some data of your SETI@home client. It gives you data about the account's owner, how many work units have been returned, how much time was spent on the SETI@home project, average time for processing work units, progress of current work unit, time spent on it and some more. WWW: http://www.rexi.org/software.html#setistat >How-To-Repeat: >Fix: --- setistat.shar begins here --- # 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: # # setistat # setistat/Makefile # setistat/pkg-comment # setistat/pkg-descr # setistat/pkg-plist # setistat/distinfo # setistat/files # setistat/files/patch-setistat::clientmanager.c # echo c - setistat mkdir -p setistat > /dev/null 2>&1 echo x - setistat/Makefile sed 's/^X//' >setistat/Makefile << 'END-of-setistat/Makefile' X# New ports collection makefile for: setistat X# Date created: 25 June 2002 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= setistat XPORTVERSION= 0.4 XCATEGORIES= astro XMASTER_SITES= http://www.rexi.org/downloads/ X XMAINTAINER= leeym@leeym.com X XLIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt X XGNU_CONFIGURE= yes XUSE_BZIP2= yes XCONFIGURE_ARGS= --with-extra-includes=${PREFIX}/include \ X --with-extra-libs="${PREFIX}/lib -lgnugetopt" X XMAN1= setistat.1 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in setistat.lsm setistat.doxygen setistatrc-sample setistat.kdevprj X @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-setistat/Makefile echo x - setistat/pkg-comment sed 's/^X//' >setistat/pkg-comment << 'END-of-setistat/pkg-comment' XShows some data of your SETI@home client END-of-setistat/pkg-comment echo x - setistat/pkg-descr sed 's/^X//' >setistat/pkg-descr << 'END-of-setistat/pkg-descr' XSetiStat shows some data of your SETI@home client. It gives you data Xabout the account's owner, how many work units have been returned, how Xmuch time was spent on the SETI@home project, average time for Xprocessing work units, progress of current work unit, time spent on it Xand some more. X XThere's not much to say about it yet. You can look at it and see how all Xthe nifty numbers change while the work unit is processed. The display Xis updated every 20 seconds, but you can change that in your .setistatrc Xfile or by the --refresh command line argument. You can also press 'r' Xto update the display. Finally, if you're tired of staring at the Xscreen, you can press 'q' to quit SetiStat. XTo get a full list of possible key commands press 'h'. X XYou can find new versions of SetiStat at XWWW: http://www.rexi.org/software.html#setistat X XThis program is released under the terms of the GNU GPL version 2 or Xany later version. See the file COPYING for details. END-of-setistat/pkg-descr echo x - setistat/pkg-plist sed 's/^X//' >setistat/pkg-plist << 'END-of-setistat/pkg-plist' Xbin/setistat X%%PORTDOCS%%share/doc/setistat/setistat.lsm X%%PORTDOCS%%share/doc/setistat/setistat.doxygen X%%PORTDOCS%%share/doc/setistat/setistatrc-sample X%%PORTDOCS%%share/doc/setistat/setistat.kdevprj X%%PORTDOCS%%@dirrm share/doc/setistat END-of-setistat/pkg-plist echo x - setistat/distinfo sed 's/^X//' >setistat/distinfo << 'END-of-setistat/distinfo' XMD5 (setistat-0.4.tar.bz2) = 2c037f94773b07bda0806e06e5eed616 END-of-setistat/distinfo echo c - setistat/files mkdir -p setistat/files > /dev/null 2>&1 echo x - setistat/files/patch-setistat::clientmanager.c sed 's/^X//' >setistat/files/patch-setistat::clientmanager.c << 'END-of-setistat/files/patch-setistat::clientmanager.c' X--- setistat/clientmanager.c.orig Tue Jun 18 00:49:20 2002 X+++ setistat/clientmanager.c Thu Jul 4 00:11:43 2002 X@@ -119,14 +119,22 @@ X /* if WORKUNITFILE isn't found, processing is finished */ X snprintf(filename, sizeof(filename) - 1, "%s/%s", path, WORKUNITFILE); X if((testfile = fopen(filename, "r")) == NULL) X+ { X if(errno == ENOENT) X return TRUE; X+ } X+ else X+ fclose(testfile); X X /* if RESULTFILE isn't found, processing isn't yet finished */ X snprintf(filename, sizeof(filename) - 1, "%s/%s", path, RESULTFILE); X if((testfile = fopen(filename, "r")) == NULL) X+ { X if(errno == ENOENT) X return FALSE; X+ } X+ else X+ fclose(testfile); X X /* assume that processing isn't finished by default */ X return FALSE; END-of-setistat/files/patch-setistat::clientmanager.c exit --- setistat.shar ends here --- >Release-Note: >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 Jul 30 0:40:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D01137B400 for ; Tue, 30 Jul 2002 00:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D0143E67 for ; Tue, 30 Jul 2002 00:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U7e4JU007568 for ; Tue, 30 Jul 2002 00:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U7e4AX007567; Tue, 30 Jul 2002 00:40:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B010837B400 for ; Tue, 30 Jul 2002 00:38:24 -0700 (PDT) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66AD343E72 for ; Tue, 30 Jul 2002 00:38:21 -0700 (PDT) (envelope-from chris@aims.com.au) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id g6U7cKe09778 for ; Tue, 30 Jul 2002 17:38:20 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Tue, 30 Jul 2002 17:37:23 +1000 Message-Id: <200207300734.g6U7YZS01442@dbserver2.aims.private> Date: Tue, 30 Jul 2002 17:37:22 +1000 From: chris@aims.com.au Reply-To: To: X-Send-Pr-Version: 3.113 Subject: ports/41151: [MAINTAINER UPDATE] databases/firebird databases/firebird-devel: Ignore build on ports cluster Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41151 >Category: ports >Synopsis: [MAINTAINER UPDATE] databases/firebird databases/firebird-devel: Ignore build on ports cluster >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 00:40:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.5-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD dbserver2.aims.private 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Tue May 28 16:40:24 EST 2002 root@dbserver2.aims.private:/usr/obj/usr/src/sys/DBSERVER i386 >Description: The FreeBSD ports cluster do not properly build firebird or firebird-devel due to a semget failure. I've been informed that the ports cluster does have SYSV enabled, but I'm unable to get any further information to help resolve the issue. So, simply ignore building either of these ports if PACKAGE_BUILDING and BATCH are defined. This still allows BATCH building to work. The patch is based on the assumption that both BATCH and PACKAGE_BUILDING is set. For those familiar with the cluster build process, feel free to modify the patch to achieve the desired outcome. >How-To-Repeat: See http://bento.freebsd.org/errorlogs/4-latest/firebird-1.0.log and http://bento.freebsd.org/errorlogs/4-latest/firebird-1.0.r2.log >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/firebird/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 10 May 2002 13:25:35 -0000 1.8 +++ Makefile 30 Jul 2002 07:22:44 -0000 @@ -29,6 +29,10 @@ .include +#if defined(BATCH) && defined(PACKAGE_BUILDING) +IGNORE= "SYSV semaphore error likely to occur - build interactively" +#endif + do-extract: @${MKDIR} ${WRKDIR} @( \ Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/firebird-devel/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2 Apr 2002 16:20:44 -0000 1.9 +++ Makefile 30 Jul 2002 07:20:38 -0000 @@ -26,6 +26,10 @@ .include +#if defined(BATCH) && defined(PACKAGE_BUILDING) +IGNORE= "SYSV semaphore error likely to occur - build interactively" +#endif + do-extract: @${MKDIR} ${WRKDIR} @( \ >Release-Note: >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 Jul 30 1:26: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CA2337B401 for ; Tue, 30 Jul 2002 01:26:04 -0700 (PDT) Received: from cablegate.mostlydead.net (host-242-175.adsl.vcnet.com [209.239.242.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F48C43E5E for ; Tue, 30 Jul 2002 01:26:03 -0700 (PDT) (envelope-from johns@mostlydead.net) Received: from amd.mostlydead.net (amd.mostlydead.net. [192.168.31.98]) by cablegate.mostlydead.net (8.11.3/8.11.3) with ESMTP id g6T6OfI00883 for ; Sun, 28 Jul 2002 23:24:41 -0700 (PDT) (envelope-from johns@mostlydead.net) Message-Id: <5.1.0.14.2.20020728231413.015a89d0@mail.mostlydead.net> X-Sender: johns@mail.mostlydead.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 28 Jul 2002 23:25:01 -0700 To: ports@FreeBSD.org From: John Scharles Subject: ImageMagick build failure Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On a new install of FreeBSD 4.6 I tried to install Imagemagick from the ports on the website. This is the error I get: ===> Extracting for ImageMagick-5.4.7.4 >> Checksum OK for ImageMagick-5.4.7-4.tar.gz. ===> ImageMagick-5.4.7.4 depends on executable: freetype-config - found ===> ImageMagick-5.4.7.4 depends on executable: gs - found ===> ImageMagick-5.4.7.4 depends on executable: gmake - found ===> ImageMagick-5.4.7.4 depends on executable: libtool - found ===> ImageMagick-5.4.7.4 depends on shared library: fpx.1 - found ===> ImageMagick-5.4.7.4 depends on shared library: jbig.1 - found ===> ImageMagick-5.4.7.4 depends on shared library: jpeg.9 - found ===> ImageMagick-5.4.7.4 depends on shared library: lcms.1 - found ===> ImageMagick-5.4.7.4 depends on shared library: png.5 - found ===> ImageMagick-5.4.7.4 depends on shared library: tiff.4 - found ===> ImageMagick-5.4.7.4 depends on shared library: freetype.9 - found ===> ImageMagick-5.4.7.4 depends on shared library: xml2.5 - found ===> ImageMagick-5.4.7.4 depends on shared library: ltdl.1 - found ===> ImageMagick-5.4.7.4 depends on shared library: mpeg2.0 - found ===> ImageMagick-5.4.7.4 depends on shared library: wmf.2 - found ===> ImageMagick-5.4.7.4 depends on shared library: X11.6 - found ===> Patching for ImageMagick-5.4.7.4 ===> Applying FreeBSD patches for ImageMagick-5.4.7.4 -e: not found *** Error code 127 When I try make again the error is: ===> Patching for ImageMagick-5.4.7.4 ===> Applying FreeBSD patches for ImageMagick-5.4.7.4 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to magick/Makefile.in.rej >> Patch patch-ak failed to apply cleanly. *** Error code 1 I don't follow this list so please contact me directly if there are any questions. js To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 2:17:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ADDB37B400; Tue, 30 Jul 2002 02:17:31 -0700 (PDT) Received: from yahoo.com (kbl-mdb446.zeelandnet.nl [62.238.1.192]) by mx1.FreeBSD.org (Postfix) with SMTP id B9A0E43E5E; Tue, 30 Jul 2002 02:17:19 -0700 (PDT) (envelope-from abcJbacvS@usa.net) Received: from unknown (201.10.112.83) by anther.webhostingtalk.com with esmtp; Sun, 28 Jul 2002 06:19:08 -0700 Reply-To: Message-ID: From: To: , , , , , , , , , , , , , , , , , , Subject: LASER CARTRIDGES Date: Mon, 29 Jul 2002 17:21:32 -0580 MiME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00W9_70A11B1D.E1222I43" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------=_NextPart_000_00W9_70A11B1D.E1222I43 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPjxUSVRMRT5mZ2ZnPC9USVRMRT4NCjxNRVRBIGNvbnRlbnQ9InRl eHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIiBodHRwLWVxdWl2PUNvbnRlbnQtVHlwZT4NCjxN RVRBIGNvbnRlbnQ9c2FtIG5hbWU9QXV0aG9yPg0KPE1FVEEgY29udGVudD0iTVNIVE1MIDUuMDAu MjYxNC4zNTAwIiBuYW1lPUdFTkVSQVRPUj48L0hFQUQ+DQo8Qk9EWT4mbmJzcDsgDQo8VEFCTEUg YmdDb2xvcj0jNDA4MDgwIGJvcmRlcj0xIGNvbHM9MSBoZWlnaHQ9IjE1JSIgd2lkdGg9IjEwMCUi Pg0KICA8VEJPRFk+DQogIDxUUj4NCiAgICA8VEQgYmdDb2xvcj0jNDA4MDgwPg0KICAgICAgPENF TlRFUj48Qj48Rk9OVCBjb2xvcj0jZmZmZmZmPjxGT05UIHNpemU9KzM+VkVSVEVYIExBU0VSIA0K ICAgICAgQU5EJm5ic3A7PC9GT05UPjwvRk9OVD48L0I+IDxCUj48Qj48Rk9OVCBjb2xvcj0jZmZm ZmZmPjxGT05UIA0KICAgICAgc2l6ZT0rMz5DT1BJRVIgDQpTVVBQTElFUzwvRk9OVD48L0ZPTlQ+ PC9CPjwvQ0VOVEVSPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+PEJSPiZuYnNwOyANCjxDRU5U RVI+DQo8UD48Rk9OVCBjb2xvcj0jMDAwMDAwPjxGT05UIHNpemU9KzI+VEFLRSBBRFZBTlRBR0Ug T0YgVEhFIFNBVklOR1MgV0hJTEUgVEhFWSANCkxBU1QhISE8L0ZPTlQ+PC9GT05UPiA8QlI+PEZP TlQgY29sb3I9IzAwMDAwMD48Rk9OVCBzaXplPSsyPldFIEFSRSBSRURVQ0lORyANCk9VUiANCklO VkVOVE9SWSBGT1I8L0ZPTlQ+PC9GT05UPiA8QlI+PEZPTlQgY29sb3I9IzAwMDAwMD48Rk9OVCBz aXplPSsyPlRIRSBTVU1NRVIgDQpPRiANCjIwMDIgT04gT1VSIExBU0VSPC9GT05UPjwvRk9OVD4g PEJSPjxGT05UIGNvbG9yPSMwMDAwMDA+PEZPTlQgc2l6ZT0rMj5QUklOVEVSIA0KQU5EIENPUElF UiBTVVBQTElFUzwvRk9OVD48L0ZPTlQ+IDxCUj4mbmJzcDsgDQo8UD48Rk9OVCBjb2xvcj0jMDAw MDAwPjxGT05UIHNpemU9KzI+Jm5ic3A7T1JERVIgQlkgUEhPTkU6IA0KMS04ODgtMjg4LTkwNDM8 L0ZPTlQ+PC9GT05UPiA8QlI+PEZPTlQgY29sb3I9IzAwMDAwMD48Rk9OVCBzaXplPSsyPk9SREVS IEJZIEZBWDogDQoxLTg4OC05NzctMTU3NzwvRk9OVD48L0ZPTlQ+IA0KPFA+PEI+PEZPTlQgY29s b3I9IzAwMDBhMD48Rk9OVCBzaXplPSsyPioqKkVNQUlMIFJFTU9WQUwgTElORTogDQoxLTg4OC0y NDgtNDkzMCoqKjwvRk9OVD48L0ZPTlQ+PC9CPiANCjxQPiZuYnNwO09SREVSIEJZIFBBR0UgTlVN QkVSIEFORC9PUiBJVEVNIE5VTUJFUiA8QlI+Jm5ic3A7IDxCUj4mbmJzcDsgDQo8UD4mbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDs8Rk9OVCBmYWNlPSJDb21pYyBTYW5zIE1TIj4mbmJzcDsgPC9GT05U PjxVPjxGT05UIA0KZmFjZT1BcmlhbCxIZWx2ZXRpY2E+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9O VCBzaXplPSsyPkZvciBIZXdsZXR0IFBhY2thcmQgDQpQcmludGVyczo8ST4gPC9JPihQYWdlIDIp PC9GT05UPjwvRk9OVD48L0ZPTlQ+PC9VPjwvQ0VOVEVSPg0KPFA+PEJSPg0KPENFTlRFUj4NCjxU QUJMRSBiZ0NvbG9yPSNmZmZmY2MgYm9yZGVyPTEgaGVpZ2h0PSIxMCUiIHdpZHRoPSI4MCUiPg0K ICA8VEJPRFk+DQogIDxUUiBiZ0NvbG9yPSM0MDgwODA+DQogICAgPFREIGJnQ29sb3I9IzQwODA4 MD4NCiAgICAgIDxDRU5URVI+PEI+PEZPTlQgY29sb3I9I2ZmZmZmZj48Rk9OVCANCiAgICAgIHNp emU9KzE+SVRFTTwvRk9OVD48L0ZPTlQ+PC9CPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREIGJnQ29s b3I9IzQwODA4MD4NCiAgICAgIDxDRU5URVI+PEZPTlQgc2l6ZT0rMT4mbmJzcDs8Qj48Rk9OVCAN CiAgICAgIGNvbG9yPSNmZmZmZmY+REVTQ1JJUFRJT048L0ZPTlQ+PC9CPjwvRk9OVD48L0NFTlRF Uj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEI+PEZPTlQgY29sb3I9I2ZmZmZmZj48 Rk9OVCBzaXplPSsxPk1GRyANCiAgICAgICM8L0ZPTlQ+PC9GT05UPjwvQj48L0NFTlRFUj48L1RE Pg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEI+PEZPTlQgY29sb3I9I2ZmZmZmZj48Rk9OVCAN CiAgICAgIHNpemU9KzE+UFJJQ0U8L0ZPTlQ+PC9GT05UPjwvQj48L0NFTlRFUj48L1REPjwvVFI+ DQogIDxUUj4NCiAgICA8VEQgYmdDb2xvcj0jZmZmZmNjPg0KICAgICAgPENFTlRFUj48Rk9OVCBj b2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+SXRlbSANCiMxPC9GT05UPjwvRk9OVD48L0NFTlRF Uj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9O VCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA0TCwgDQogICAgICA0UCZuYnNwOzwvRk9OVD48L0ZP TlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMw MDAwOTk+PEZPTlQgDQogICAgICBzaXplPSsxPiZuYnNwOzkyMjc0QTwvRk9OVD48L0ZPTlQ+PC9D RU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+ PEZPTlQgDQpzaXplPSsxPiQ0NDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD48L1RSPg0KICA8 VFI+DQogICAgPFREIGJnQ29sb3I9I2ZmZmZjYz4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9 IzAwMDA5OT48Rk9OVCBzaXplPSsxPkl0ZW0gDQojMjwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9U RD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6 ZT0rMT5MYXNlcmpldCBTZXJpZXMgDQogICAgICAxMTAwLDMyMDA8L0ZPTlQ+PC9GT05UPjwvQ0VO VEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxG T05UIA0KICAgICAgc2l6ZT0rMT4mbmJzcDtDNDA5MjwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9U RD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQog ICAgc2l6ZT0rMT4mbmJzcDskNDQ8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAg PFRSPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBz aXplPSsxPkl0ZW0gDQojMzwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQog ICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT4mbmJzcDtMYXNl cmpldCBTZXJpZXMmbmJzcDsgDQogICAgICAyPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0K ICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsx PiZuYnNwOyANCiAgICAgIDkyMjk1QTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8 VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT4mbmJz cDsgDQogICAgJDQ5PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+DQogIDxUUj4NCiAg ICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT4m bmJzcDtJdGVtICMgDQogICAgICA0PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxU RCB3aWR0aD0iNzAlIj4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBz aXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmllcyZuYnNwOyANCiAgICAgIDJQPC9GT05UPjwvRk9O VD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAw MDA5OT48Rk9OVCANCiAgICAgIHNpemU9KzE+Jm5ic3A7OTIyNzVBPC9GT05UPjwvRk9OVD48L0NF TlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48 Rk9OVCBzaXplPSsxPiZuYnNwOyANCiAgICAkNTQ8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+ PC9UUj4NCiAgPFRSPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5 OT48Rk9OVCBzaXplPSsxPiZuYnNwO0l0ZW0gDQogICAgICAjNTwvRk9OVD48L0ZPTlQ+PC9DRU5U RVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZP TlQgc2l6ZT0rMT4mbmJzcDtMYXNlcmpldCBTZXJpZXMgNVAsNlAsIA0KICAgICAgNU1QLCA2TVA8 L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9O VCBjb2xvcj0jMDAwMDk5PjxGT05UIA0KICAgICAgc2l6ZT0rMT4mbmJzcDszNjAzQTwvRk9OVD48 L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9y PSMwMDAwOTk+PEZPTlQgDQogICAgc2l6ZT0rMT4mbmJzcDskNDQ8L0ZPTlQ+PC9GT05UPjwvQ0VO VEVSPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29s b3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkl0ZW0gDQojNjwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+ PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQg c2l6ZT0rMT4mbmJzcDtMYXNlcmpldCBTZXJpZXMgDQogICAgICA1U0ksODAwMDwvRk9OVD48L0ZP TlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMw MDAwOTk+PEZPTlQgDQogICAgICBzaXplPSsxPiZuYnNwOzM5MDlBPC9GT05UPjwvRk9OVD48L0NF TlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48 Rk9OVCANCnNpemU9KzE+JDk1PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+DQogIDxU Uj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6 ZT0rMT4mbmJzcDtJdGVtIA0KICAgICAgIzcmbmJzcDs8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwv VEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNp emU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzIDIxMDAsIA0KICAgICAgMjIwMCZuYnNwOzwvRk9O VD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNv bG9yPSMwMDAwOTk+PEZPTlQgDQogICAgICBzaXplPSsxPiZuYnNwO0M0MDk2PC9GT05UPjwvRk9O VD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAw MDA5OT48Rk9OVCANCiAgICBzaXplPSsxPiZuYnNwOyQ3NDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+ PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0j MDAwMDk5PjxGT05UIHNpemU9KzE+Jm5ic3A7SXRlbSANCiAgICAgICM4PC9GT05UPjwvRk9OVD48 L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5 OT48Rk9OVCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmllcyANCiAgICAgIDgxMDA8L0ZPTlQ+ PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xv cj0jMDAwMDk5PjxGT05UIA0KICAgICAgc2l6ZT0rMT4mbmJzcDtDNDE4MjwvRk9OVD48L0ZPTlQ+ PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAw OTk+PEZPTlQgDQogICAgc2l6ZT0rMT4mbmJzcDskMTE1PC9GT05UPjwvRk9OVD48L0NFTlRFUj48 L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMw MDAwOTk+PEZPTlQgc2l6ZT0rMT4mbmJzcDtJdGVtIA0KICAgICAgIzk8L0ZPTlQ+PC9GT05UPjwv Q0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5 PjxGT05UIHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIA0KICAgICAgNUwvNkw8L0ZPTlQ+PC9GT05U PjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAw MDk5PjxGT05UIA0KICAgICAgc2l6ZT0rMT4mbmJzcDszOTA2QTwvRk9OVD48L0ZPTlQ+PC9DRU5U RVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZP TlQgDQogICAgc2l6ZT0rMT4mbmJzcDskMzk8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+PC9U Uj4NCiAgPFRSPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48 Rk9OVCBzaXplPSsxPiZuYnNwO0l0ZW0gDQogICAgICAjMTAmbmJzcDs8L0ZPTlQ+PC9GT05UPjwv Q0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5 PjxGT05UIHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzJm5ic3A7IA0KICAgICAgNFY8L0ZPTlQ+PC9G T05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0j MDAwMDk5PjxGT05UIA0KICAgICAgc2l6ZT0rMT5DMzkwMCZuYnNwOzwvRk9OVD48L0ZPTlQ+PC9D RU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+ PEZPTlQgDQogICAgc2l6ZT0rMT4mbmJzcDskOTU8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+ PC9UUj4NCiAgPFRSPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5 OT48Rk9OVCBzaXplPSsxPiZuYnNwO0l0ZW0gDQogICAgICAjMTE8L0ZPTlQ+PC9GT05UPjwvQ0VO VEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxG T05UIHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzIA0KICAgICAgNDAwMDwvRk9OVD48L0ZPTlQ+PC9D RU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+ PEZPTlQgDQpzaXplPSsxPkM0MTI3WDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8 VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQogICAgc2l6ZT0r MT4mbmJzcDskNzk8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAg IDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPiZu YnNwO0l0ZW0gDQogICAgICAjMTI8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFRE Pg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+TGFzZXJq ZXQgU2VyaWVzIA0KICAgICAgM1NJLzRTSTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAg ICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQogICAgICBz aXplPSsxPiZuYnNwOzkyMjkxQSZuYnNwOzwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAg ICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsx PiQ1NDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREPg0K ICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+Jm5ic3A7SXRl bSANCiAgICAgICMxMzwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAg ICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5MYXNlcmpldCBTZXJp ZXMgDQogICAgICA0LDRNLDUsNU0mbmJzcDs8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQog ICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIA0Kc2l6ZT0r MT45MjI5OEE8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENF TlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIA0Kc2l6ZT0rMT4kNDk8L0ZPTlQ+PC9GT05U PjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZP TlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPiZuYnNwO0l0ZW0gDQogICAgICAjMTNBPC9G T05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQg Y29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyANCiAgICAgIDUwMDA8 L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9O VCBjb2xvcj0jMDAwMDk5PjxGT05UIA0Kc2l6ZT0rMT5DNDEyOVg8L0ZPTlQ+PC9GT05UPjwvQ0VO VEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxG T05UIA0Kc2l6ZT0rMT4kMTI1PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+DQogIDxU Uj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6 ZT0rMT4mbmJzcDtJdGVtIA0KICAgICAgIzEzQjwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4N CiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0r MT5MYXNlcmpldCBTZXJpZXMgMTIwMCwgMzMwMCANCiAgICAgIHNlcmllczwvRk9OVD48L0ZPTlQ+ PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAw OTk+PEZPTlQgDQpzaXplPSsxPkM3MTE1QTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAg ICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsx PiQ1OTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREPg0K ICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+Jm5ic3A7SXRl bSANCiAgICAgICMxM0M8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAg ICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+TGFzZXJqZXQgU2Vy aWVzIA0KICAgICAgNDEwMDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQog ICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsxPkM4MDYxWDwv Rk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05U IGNvbG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsxPiQ5OTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+ PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0j MDAwMDk5PjxGT05UIHNpemU9KzE+Jm5ic3A7SXRlbSANCiAgICAgICMxODwvRk9OVD48L0ZPTlQ+ PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAw OTk+PEZPTlQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMmbmJzcDsgDQogICAgICAzMTAwPC9GT05U PjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29s b3I9IzAwMDA5OT48Rk9OVCANCnNpemU9KzE+MzkwNkE8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwv VEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIA0K c2l6ZT0rMT4kMzk8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAg IDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPiZu YnNwO0l0ZW0gDQogICAgICAjMTk8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFRE Pg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+TGFzZXJq ZXQgU2VyaWVzIDQ1MDAgDQogICAgICBCbGFjazwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4N CiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQogICAg ICBzaXplPSsxPkM0MTkxJm5ic3A7PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxU RD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCnNpemU9KzE+JDY5 PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQ+DQogICAg ICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT4mbmJzcDtJdGVtIA0K ICAgICAgIzIwPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxD RU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA0 NTAwIA0KICAgICAgQ29sb3I8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0K ICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+Q0FMTDwvRk9O VD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNv bG9yPSMwMDAwOTk+PEZPTlQgDQogIHNpemU9KzE+JDg5PC9GT05UPjwvRk9OVD48L0NFTlRFUj48 L1REPjwvVFI+PC9UQk9EWT48L1RBQkxFPjwvQ0VOVEVSPg0KPENFTlRFUj48UFJFPjxVPjxGT05U IGZhY2U9QXJpYWwsSGVsdmV0aWNhPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMz5G b3IgDQpIZXdsZXR0IFBhY2thbmQgQ2Fubm9uIEZheCA8ST4ob24gUGFnZSANCjI8Qj4pPC9CPjwv ST48L0ZPTlQ+PC9GT05UPjwvRk9OVD48L1U+PC9QUkU+PC9DRU5URVI+DQo8Q0VOVEVSPg0KPFRB QkxFIGJnQ29sb3I9I2ZmZmZjYyBib3JkZXI9MSBoZWlnaHQ9IjEwJSIgd2lkdGg9IjgwJSI+DQog IDxUQk9EWT4NCiAgPFRSIGFsaWduPW1pZGRsZSBiZ0NvbG9yPSM0MDgwODA+DQogICAgPFREPg0K ICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jZmZmZmZmPjxGT05UIHNpemU9KzE+SVRFTTwvRk9O VD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNv bG9yPSNmZmZmZmY+PEZPTlQgDQogICAgICBzaXplPSsxPkRFU0NSSVBUSU9OPC9GT05UPjwvRk9O VD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9I2Zm ZmZmZj48Rk9OVCBzaXplPSsxPk1GRyAjPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAg IDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9I2ZmZmZmZj48Rk9OVCANCiAgc2l6ZT0r MT5QUklDRTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFRE Pg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+SXRlbSAj IA0KICAgIDE0PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxD RU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkxlc2VyZmF4IDUwMCwgDQog ICAgICA3MDA8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENF TlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+RlgxPC9GT05UPjwvRk9OVD48 L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5 OT48Rk9OVCANCnNpemU9KzE+JDU5PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+DQog IDxUUj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQg c2l6ZT0rMT5JdGVtICMgDQogICAgMTU8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAg PFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+TGFz ZXJmYXggNTAwMCwgDQogICAgICA3MDAwPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAg IDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkZY MjwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxG T05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsxPiQ2NDwvRk9OVD48L0ZPTlQ+PC9DRU5U RVI+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xv cj0jMDAwMDk5PjxGT05UIHNpemU9KzE+SXRlbSAjIA0KICAgIDE2PC9GT05UPjwvRk9OVD48L0NF TlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48 Rk9OVCBzaXplPSsxPkxhc2VyZmF4IA0KICAgICAgNjAwMDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+ PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQg c2l6ZT0rMT5GWDM8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAg PENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIA0Kc2l6ZT0rMT4kNTk8L0ZPTlQ+PC9G T05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+ PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkl0ZW0gDQogICAgIzE3PC9GT05UPjwv Rk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9 IzAwMDA5OT48Rk9OVCBzaXplPSsxPkxhc2VyZmF4IDg1MDAsIA0KICAgICAgOTAwMDwvRk9OVD48 L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9y PSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5GWDQ8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQog ICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIA0Kc2l6ZT0r MT4kNTQ8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURD4N CiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkl0ZW0gDQog ICAgIzE4PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5U RVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkxhc2VyZmF4IA0KICAgICAgMzIw MDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxG T05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsxPjM5MDZBPC9GT05UPjwvRk9OVD48L0NF TlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48 Rk9OVCANCiAgc2l6ZT0rMT4kNDQ8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj48L1RC T0RZPjwvVEFCTEU+PC9DRU5URVI+DQo8Q0VOVEVSPg0KPFA+PFU+PEZPTlQgZmFjZT1BcmlhbCxI ZWx2ZXRpY2E+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsyPkZvciBMZXhtYXJrIC8g DQpJQk0gTWFjaGluZXM6PEk+IChvbiBQYWdlIDMpPC9JPjwvRk9OVD48L0ZPTlQ+PC9GT05UPjwv VT48L0NFTlRFUj4NCjxDRU5URVI+DQo8VEFCTEUgYmdDb2xvcj0jZmZmZmNjIGJvcmRlcj0xIGhl aWdodD0iMTklIiB3aWR0aD0iODAlIj4NCiAgPFRCT0RZPg0KICA8VFIgYmdDb2xvcj0jNDA4MDgw Pg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9I2ZmZmZmZj48Qj48Rk9OVCAN CiAgICAgIGZhY2U9IkJvb2ttYW4gT2xkIFN0eWxlIj4mbmJzcDs8L0ZPTlQ+PC9CPjxGT05UIA0K ICAgICAgc2l6ZT0rMT5JVEVNPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4N CiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9I2ZmZmZmZj48Rk9OVCANCiAgICAgIHNpemU9KzE+ REVTQ1JJUFRJT048L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAg PENFTlRFUj48Rk9OVCBjb2xvcj0jZmZmZmZmPjxGT05UIHNpemU9KzE+TUZHICM8L0ZPTlQ+PC9G T05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0j ZmZmZmZmPjxGT05UIA0KICBzaXplPSsxPlBSSUNFPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1RE PjwvVFI+DQogIDxUUj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAw OTk+PEZPTlQgc2l6ZT0rMT5JdGVtIA0KIzE8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQog ICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+ SUJNIA0KICAgICAgNDAxOS80MDI5Jm5ic3A7PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0K ICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCiAgICAg IHNpemU9KzE+MTM4MDIwMCZuYnNwOzwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8 VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsxPiQ5 NTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREPg0KICAg ICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+SXRlbSANCiMyPC9G T05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQg Y29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPk9wdHJhIFIsNDAzOSwgDQogICAgICA0MDQ5PC9G T05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQg Y29sb3I9IzAwMDA5OT48Rk9OVCANCnNpemU9KzE+MTM4MjE1MDwvRk9OVD48L0ZPTlQ+PC9DRU5U RVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZP TlQgDQpzaXplPSsxPiQxMTc8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAgPFRS Pg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXpl PSsxPkl0ZW0gDQojMzwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAg ICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5PcHRyYSBFMzEwLCAN CiAgICAgIEUzMTI8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAg PENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIA0KICAgICAgc2l6ZT0rMT4mbmJzcDsx MkEyMjAyPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5U RVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCnNpemU9KzE+JDg5PC9GT05UPjwvRk9OVD48 L0NFTlRFUj48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05U IGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5JdGVtIA0KIzQ8L0ZPTlQ+PC9GT05UPjwvQ0VO VEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxG T05UIHNpemU9KzE+T3B0cmEgDQpFPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxU RD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCiAgICAgIHNpemU9 KzE+Jm5ic3A7NjlHODI1NiZuYnNwOzwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8 VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsxPiQ1 OTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREPg0KICAg ICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+SXRlbSANCiM1PC9G T05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQg Y29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPk9wdHJhIA0KUzwvRk9OVD48L0ZPTlQ+PC9DRU5U RVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZP TlQgDQogICAgICBzaXplPSsxPiZuYnNwOzEzODI2MjUmbmJzcDs8L0ZPTlQ+PC9GT05UPjwvQ0VO VEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxG T05UIA0Kc2l6ZT0rMT4kMTM1PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+DQogIDxU Uj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6 ZT0rMT5JdGVtIA0KIzY8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAg ICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+T3B0cmEgDQpUPC9G T05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQg Y29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPiZuYnNwOyANCiAgICAgIDEyQTU4NDA8L0ZPTlQ+ PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xv cj0jMDAwMDk5PjxGT05UIA0Kc2l6ZT0rMT4kMTY1PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1RE PjwvVFI+DQogIDxUUj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAw OTk+PEZPTlQgc2l6ZT0rMT5JdGVtIA0KIzc8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQog ICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+ T3B0cmEgDQogICAgICBFNDEwLzQxMjwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8 VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT4mbmJz cDsgDQogICAgICA0SzAwMTk4Jm5ic3A7PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAg IDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCiAgc2l6ZT0r MT4kMTE1PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+PC9UQk9EWT48L1RBQkxFPjwv Q0VOVEVSPg0KPENFTlRFUj4NCjxQPjxVPjxGT05UIGZhY2U9QXJpYWwsSGVsdmV0aWNhPjxGT05U IGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMj5Gb3IgQXBwbGUgDQpQcmludGVyczo8ST4gKG9u IFBhZ2UgOCk8L0k+PC9GT05UPjwvRk9OVD48L0ZPTlQ+PC9VPjwvQ0VOVEVSPg0KPENFTlRFUj4N CjxUQUJMRSBiZ0NvbG9yPSNmZmZmY2MgYm9yZGVyPTEgaGVpZ2h0PSIxMCUiIHdpZHRoPSI4MCUi Pg0KICA8VEJPRFk+DQogIDxUUiBhbGlnbj1sZWZ0IGJnQ29sb3I9IzQwODA4MD4NCiAgICA8VEQ+ DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSNmZmZmZmY+PEZPTlQgc2l6ZT0rMT5JVEVNPC9G T05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQg Y29sb3I9I2ZmZmZmZj48Rk9OVCANCiAgICAgIHNpemU9KzE+REVTQ1JJUFRJT048L0ZPTlQ+PC9G T05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0j ZmZmZmZmPjxGT05UIHNpemU9KzE+TUZHIzwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAg ICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSNmZmZmZmY+PEZPTlQgDQogIHNpemU9 KzE+UFJJQ0U8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxU RD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkl0ZW0m bmJzcDsgDQogICAgICAjMTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQog ICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5QZXJzb25hbCAN CiAgICAgIExhc2VyV3JpdGVyPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4N CiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCiAgICBzaXplPSsxPk0w MDg5TExBPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5U RVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCnNpemU9KzE+JDU0PC9GT05UPjwvRk9OVD48 L0NFTlRFUj48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05U IGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5JdGVtIA0KIzI8L0ZPTlQ+PC9GT05UPjwvQ0VO VEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxG T05UIHNpemU9KzE+TGFzZXJXcml0ZXIgMzAwUFgvIA0KICAgICAgMzIwLTRMLCs0TUw8L0ZPTlQ+ PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xv cj0jMDAwMDk5PjxGT05UIA0Kc2l6ZT0rMT5NMjA0NUdBPC9GT05UPjwvRk9OVD48L0NFTlRFUj48 L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCAN CnNpemU9KzE+JDU0PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+DQogIDxUUj4NCiAg ICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5J dGVtIA0KIzM8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENF TlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+TGFzZXJXcml0ZXIgU2VsZWN0 IA0KICAgICAgMzYwPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAg IDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCnNpemU9KzE+TTE5NjBHQTwvRk9O VD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNv bG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsxPiQ3NDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9U RD48L1RSPg0KICA8VFI+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAw MDk5PjxGT05UIHNpemU9KzE+SXRlbSANCiM0PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0K ICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsx Pkxhc2VyV3JpdGVyIDE2LyA2MDAgDQogICAgICBQcm8mbmJzcDs8L0ZPTlQ+PC9GT05UPjwvQ0VO VEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxG T05UIA0Kc2l6ZT0rMT5NMjQ3M0dBPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxU RD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCnNpemU9KzE+JDU5 PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQ+DQogICAg ICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5JdGVtIA0KIzU8L0ZP TlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBj b2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+TGFzZXJXcml0ZXIgMTIvIDY0MCANCiAgICAgIFBT PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZP TlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCiAgICAgIHNpemU9KzE+TTQ2ODNHQSZuYnNwOzwvRk9O VD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNv bG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsxPiQ4OTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9U RD48L1RSPg0KICA8VFI+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAw MDk5PjxGT05UIHNpemU9KzE+SXRlbSANCiM2PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0K ICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsx Pkxhc2VyIFdyaXRlciANCiAgICAgIE5ULzJOVDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4N CiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQpzaXpl PSsxPk00NTMyR0E8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAg PENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIA0KICBzaXplPSsxPiQ0OTwvRk9OVD48 L0ZPTlQ+PC9DRU5URVI+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT48L0NFTlRFUj4NCjxDRU5U RVI+DQo8UD48Rk9OVCBmYWNlPUFyaWFsLEhlbHZldGljYT4mbmJzcDs8VT48Rk9OVCBjb2xvcj0j MDAwMDk5PjxGT05UIHNpemU9KzI+Rm9yIA0KQ2Fubm9uIENvcGllcnM6IChQYWdlIDEwKTwvRk9O VD48L0ZPTlQ+PC9VPjwvRk9OVD48L0NFTlRFUj4NCjxQPjxCUj4NCjxDRU5URVI+DQo8VEFCTEUg YmdDb2xvcj0jZmZmZmNjIGJvcmRlcj0xIGhlaWdodD0iMTAlIiB3aWR0aD0iODAlIj4NCiAgPFRC T0RZPg0KICA8VFIgYmdDb2xvcj0jNDA4MDgwPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZP TlQgY29sb3I9I2ZmZmZmZj48Rk9OVCBzaXplPSsxPklURU08L0ZPTlQ+PC9GT05UPjwvQ0VOVEVS PjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jZmZmZmZmPjxGT05U IA0KICAgICAgc2l6ZT0rMT5ERVNDUklQVElPTjwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4N CiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSNmZmZmZmY+PEZPTlQgc2l6ZT0r MT5NRkcgIzwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VO VEVSPjxGT05UIGNvbG9yPSNmZmZmZmY+PEZPTlQgDQogIHNpemU9KzE+UFJJQ0U8L0ZPTlQ+PC9G T05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+ PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkl0ZW0gIyANCiAgICAxPC9GT05UPjwv Rk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9 IzAwMDA5OT48Rk9OVCBzaXplPSsxPlBDIDYvIDZSRS8gNy8gOC8gMTEvIDEyLyANCiAgICAgIDY1 PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZP TlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCiAgICAgIHNpemU9KzE+Jm5ic3A7QTMwJm5ic3A7PC9G T05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQg Y29sb3I9IzAwMDA5OT48Rk9OVCANCnNpemU9KzE+JDY5PC9GT05UPjwvRk9OVD48L0NFTlRFUj48 L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMw MDAwOTk+PEZPTlQgc2l6ZT0rMT5JdGVtICMgDQogICAgMjwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+ PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQg c2l6ZT0rMT5QQyAzMDAvMzIwLzM0MC8zNjAmbmJzcDsgQWxsIDMwMCANCiAgICAgIFNlcmllczwv Rk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05U IGNvbG9yPSMwMDAwOTk+PEZPTlQgDQogICAgICBzaXplPSsxPiZuYnNwO0U0MCZuYnNwOzwvRk9O VD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNv bG9yPSMwMDAwOTk+PEZPTlQgDQpzaXplPSsxPiQ4OTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9U RD48L1RSPg0KICA8VFI+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAw MDk5PjxGT05UIHNpemU9KzE+SXRlbSANCiMzPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0K ICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsx PlBDIDcwMC83MjAvNzYwJm5ic3A7IEFsbCA3MDAgDQogICAgICBTZXJpZXM8L0ZPTlQ+PC9GT05U PjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAw MDk5PjxGT05UIA0KICAgICAgc2l6ZT0rMT4mbmJzcDtFNDAmbmJzcDs8L0ZPTlQ+PC9GT05UPjwv Q0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5 PjxGT05UIA0Kc2l6ZT0rMT4kODk8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+PC9UUj4NCiAg PFRSPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBz aXplPSsxPkl0ZW0gDQojNDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQog ICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5QQyA5MDAvOTEw LzkyMCZuYnNwOyBBbGwgOTAwIA0KICAgICAgU2VyaWVzPC9GT05UPjwvRk9OVD48L0NFTlRFUj48 L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCAN CiAgICBzaXplPSsxPiZuYnNwO0U0MDwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8 VEQ+DQogICAgICA8Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQogIHNpemU9KzE+ JDg5PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+PC9UQk9EWT48L1RBQkxFPjwvQ0VO VEVSPg0KPENFTlRFUj4NCjxQPjxVPjxGT05UIGZhY2U9QXJpYWwsSGVsdmV0aWNhPjxGT05UIGNv bG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMj5Gb3IgRXBzb24gYW5kIA0KUGFuYXNvbmljIFByaW50 ZXJzOihvbiBQYWdlcyA0ICZhbXA7IDcpPC9GT05UPjwvRk9OVD48L0ZPTlQ+PC9VPjwvQ0VOVEVS Pg0KPFA+PEJSPg0KPENFTlRFUj4NCjxUQUJMRSBiZ0NvbG9yPSNmZmZmY2MgYm9yZGVyPTEgaGVp Z2h0PSIxMCUiIHdpZHRoPSI4MCUiPg0KICA8VEJPRFk+DQogIDxUUiBiZ0NvbG9yPSM0MDgwODA+ DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jZmZmZmZmPjxGT05UIHNpemU9 KzE+SVRFTTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VO VEVSPjxGT05UIHNpemU9KzE+Jm5ic3A7PEZPTlQgDQogICAgICBjb2xvcj0jZmZmZmZmPkRFU0NS SVBUSU9OPC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5U RVI+PEZPTlQgY29sb3I9I2ZmZmZmZj48Rk9OVCBzaXplPSsxPk1GRyAjPC9GT05UPjwvRk9OVD48 L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9I2ZmZmZm Zj48Rk9OVCANCiAgc2l6ZT0rMT5QUklDRTwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD48L1RS Pg0KICA8VFI+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxG T05UIHNpemU9KzE+SXRlbSAjIA0KICAgIDE8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQog ICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+ RXBzb24gDQogICAgICAxMDAwLzE1MDA8L0ZPTlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAg PFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIA0KICAgICAgc2l6 ZT0rMT5TMDUxMDExJm5ic3A7PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4N CiAgICAgIDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCnNpemU9KzE+JDEwNTwv Rk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREPg0KICAgICAg PENFTlRFUj48Rk9OVCBjb2xvcj0jMDAwMDk5PjxGT05UIHNpemU9KzE+SXRlbSANCiAgICAgICMy Jm5ic3A7PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAgIDxDRU5U RVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCBzaXplPSsxPkVwc29uIA0KICAgICAgRVBMNzAw MC84MDAwJm5ic3A7PC9GT05UPjwvRk9OVD48L0NFTlRFUj48L1REPg0KICAgIDxURD4NCiAgICAg IDxDRU5URVI+PEZPTlQgY29sb3I9IzAwMDA5OT48Rk9OVCANCiAgICAgIHNpemU9KzE+UzA1MTIw MCZuYnNwOzwvRk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VO VEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgDQogICAgc2l6ZT0rMT4kMTA1Jm5ic3A7PC9G T05UPjwvRk9OVD48L0NFTlRFUj48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQ+DQogICAgICA8 Q0VOVEVSPjxGT05UIGNvbG9yPSMwMDAwOTk+PEZPTlQgc2l6ZT0rMT5JdGVtIA0KIzM8L0ZPTlQ+ PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBjb2xv cj0jMDAwMDk5PjxGT05UIHNpemU9KzE+UGFuYXNvbmljIA0KICAgICAgOTAvOTUmbmJzcDs8L0ZP TlQ+PC9GT05UPjwvQ0VOVEVSPjwvVEQ+DQogICAgPFREPg0KICAgICAgPENFTlRFUj48Rk9OVCBj b2xvcj0jMDAwMDk5PjxGT05UIA0KICAgICAgc2l6ZT0rMT4tLS0tLS0tLS0tLS0tLS0tJmd0Ozwv Rk9OVD48L0ZPTlQ+PC9DRU5URVI+PC9URD4NCiAgICA8VEQ+DQogICAgICA8Q0VOVEVSPjxGT05U IGNvbG9yPSMwMDAwOTk+PEZPTlQgDQogIHNpemU9KzE+JDEwNTwvRk9OVD48L0ZPTlQ+PC9DRU5U RVI+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT48L0NFTlRFUj4NCjxDRU5URVI+DQo8UD48VT48 Rk9OVCBzaXplPSszPlNvcnJ5LDwvRk9OVD48L1U+PEZPTlQgc2l6ZT0rMj4mbmJzcDsgU3RpbGwg bm8gSW5ramV0cywgDQpidWJibGUgamV0cyBvciBYZXJveCBpbiBzdG9jazwvRk9OVD4gPEJSPiZu YnNwOyA8QlI+Jm5ic3A7IDxCUj4mbmJzcDsgDQo8UD48VT48Qj5ESVNDTEFJTUVSUzwvQj46PC9V PiANCjxQPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBBbGwgdHJhZGVtYXJrcywgYnJhbmQgbmFt ZXMgYW5kIGRpYWdyYW1zIGxpc3RlZCBvciANCnNob3duIGFib3ZlIDxCUj5hcmUgcHJvcGVydHkg b2YgdGhlaXIgcmVzcGVjdGl2ZSBob2xkZXJzJm5ic3A7Jm5ic3A7IGFuZCB1c2VkIA0KZm9yIGRl c2NyaXB0aXZlIHB1cnBvc2VzIG9ubHkgPEJSPi5XZSBkbyBub3QgY2FycnkgYW55IEhQIE9FTSZu YnNwOyBQcm9kdWN0cy4gDQo8UD48Rk9OVCBmYWNlPSJDb21pYyBTYW5zIE1TIj48VT5OT1RFUzwv VT46PC9GT05UPiANCjxQPlVuaXZlcnNpdHkgYW5kIFNjaG9vbCBQdXJjaGFzZSBvcmRlcnMgd2Vs Y29tZS4gKE5vIENyZWRpdCBhcHByb3ZhbCByZXF1aXJlZC4gDQpBbGwgb3RoZXIgUHVyY2hhc2Ug PEJSPiZuYnNwOyZuYnNwOyZuYnNwOyBvcmRlcnMgcmVxdWlyZSBjcmVkaXQgYXBwcm92YWwgDQo8 QlI+Jm5ic3A7UGF5IGJ5IGNoZWNrIChDLk8uRC4pLCBDcmVkaXQgY2FyZCBvciBwdXJjaGFzZSBv cmRlciAoTmV0IDMwIERheXMpIA0KPEJSPlNoaXBwaW5nIGNoYXJnZXMgc3RhcnQgYXQgJDQuNSBw ZXIgY2FydHJpZGdlLiBBZGQgJDEuNSBmb3IgZWFjaCBhZGRpdGlvbmFsIA0KY2FydHJpZGdlLiBD YXJ0cmlkZ2VzIDxCUj4mbmJzcDsmbmJzcDsmbmJzcDsgZGVsaXZlcmVkIGJ5IEZlZGVyYWwgRXhw cmVzcyB3aXRoaW4gDQoyIHRvIDUgd29ya2luZyBkYXlzIGRlcGVuZGluZyBvbiB5b3VyIGxvY2F0 aW9uLiA8QlI+U2hpcHBpbmcgYW5kIGJpbGxpbmcgDQphZGRyZXNzZXMgYXJlIHJlcXVpcmVkIGZv ciBQdXJjaGFzZSBPcmRlciB0cmFuc2FjdGlvbnMuIFlvdXIgaW52b2ljZSB3aWxsIA0KPEJSPiZu YnNwOyZuYnNwOyZuYnNwOyBiZSBhdHRhY2hlZCB0byB5b3VyIHBhY2thZ2luZy4gUGxlYXNlIHBl YWwgYW5kIHBheSB3aXRoaW4gDQozMCBkYXlzLiA8QlI+MzAgZGF5IHN0YW5kYXJkIHJldHVybiBw b2xpY3kgKG1vbmV5IGJhY2sgZ3VhcmFudGVlKSBvbiBhbGwgDQptZXJjaGFuZGlzZS4gOTAgZGF5 IHVubGltaXRlZCBleGNoYW5nZSBwb2xpY3kgPEJSPiZuYnNwOyZuYnNwOyZuYnNwOyBmb3IgDQpk ZWZlY3RpdmUgbWVyY2hhbmRpc2U8Rk9OVCBmYWNlPSJDb21pYyBTYW5zIE1TIj4uPC9GT05UPiAN CjxQPjxCPjxVPkVYQ0xVU0lPTlM6PC9VPjwvQj4gDQo8UD48VT5XZSBkbyBub3QgY2Fycnk6PC9V PiANCjxQPiZuYnNwOyZuYnNwOyZuYnNwOyAtIFhlcm94LCBCcm90aGVyLCBQYW5hc29uaWMsIG9y IEZ1aml0c3UgUHJvZHVjdHMgDQo8QlI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IC0gRGVza2pldC9Jbmtq ZXQgb3IgQnViYmxlamV0IHByb2R1Y3RzIA0KPEJSPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyAt QW55IE9mZmJyYW5kcyBiZXNpZGVzIHRoZSBvbmVzIGxpc3RlZCBhYm92ZS4gQWxsIA0KY2FydHJp ZGdlcyA8QlI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7IGFyZSANCmNvbXBhdGlibGUgaGlnaCB5aWVsZCBwcm9kdWN0cy48L0NFTlRFUj4NCjxQ PjxCUj48QlI+Jm5ic3A7IDxCUj4mbmJzcDsgPEJSPiZuYnNwOyA8QlI+Jm5ic3A7IDxCUj4mbmJz cDsgPEJSPiZuYnNwOyANCjxCUj4mbmJzcDsgPEJSPiZuYnNwOyA8QlI+Jm5ic3A7IDxCUj4mbmJz cDsgPEJSPiZuYnNwOyA8QlI+Jm5ic3A7IDxCUj4mbmJzcDsgDQo8QlI+Jm5ic3A7IDxCUj4mbmJz cDsgPEJSPiZuYnNwOyA8QlI+Jm5ic3A7IDxCUj4mbmJzcDsgPEJSPiZuYnNwOyA8QlI+Jm5ic3A7 IA0KPEJSPiZuYnNwOyA8QlI+Jm5ic3A7IDxCUj4mbmJzcDsgPEJSPiZuYnNwOyA8QlI+Jm5ic3A7 IDxCUj4mbmJzcDsgPEJSPiZuYnNwOyANCjxCUj4mbmJzcDsgPEJSPiZuYnNwOyA8QlI+Jm5ic3A7 IA0KPERMPg0KICA8RFQ+PC9EVD48L0RMPjxCUj4mbmJzcDsgPEJSPiZuYnNwOyA8QlI+Jm5ic3A7 IDxCUj4mbmJzcDsgPEJSPiZuYnNwOyA8QlI+Jm5ic3A7IA0KPEJSPiZuYnNwOyA8QlI+Jm5ic3A7 IDxCUj4mbmJzcDsgPEJSPiZuYnNwOyA8L0JPRFk+PC9IVE1MPg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 2:20:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D1237B400 for ; Tue, 30 Jul 2002 02:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C07743E6A for ; Tue, 30 Jul 2002 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U9K2JU028405 for ; Tue, 30 Jul 2002 02:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U9K2Vu028404; Tue, 30 Jul 2002 02:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C8F337B400 for ; Tue, 30 Jul 2002 02:12:04 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5873743E4A for ; Tue, 30 Jul 2002 02:12:03 -0700 (PDT) (envelope-from plasma@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1026) id C8A6F59B; Tue, 30 Jul 2002 17:12:04 +0800 (CST) Message-Id: <20020730091204.C8A6F59B@freebsd.sinica.edu.tw> Date: Tue, 30 Jul 2002 17:12:04 +0800 (CST) From: plasma Reply-To: plasma To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41153: New port: devel/aegis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41153 >Category: ports >Synopsis: New port: devel/aegis >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 Jul 30 02:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: plasma >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. WWW: http://aegis.sourceforge.net/ ports/40275 is for 4.5. This is for aegis 4.6. >How-To-Repeat: >Fix: begin 644 aegis.tar.gz M'XL(`%E11CT``^Q]>7?;.)9O_1M]"IQT7E?2MF12W"3U2[]R)4[*,]F.[>K4 MG)/S/!1%61QS*Y*RX^ZI^>QSL7`'*,I+3+'C4Q61N!<@<'^X"Q:"IGWAQ`<_ M/.@?4B5#T]`/",F&)A=_TS\)(4,;RZIJ&+H,9%D>:S\@[6&K1?_6<6)&"/T0 MNF;LF6*^3?0=_3,)_@LG3AQ_&3S,,V1)TE65X2UQ\#?&#'])-@P-R&-EK/^` MI(>I3ODOQ3\*@J2)KZ?XOW^MH>>D$PS5D3X"68PN_O$"O426;5N::4KCY7(I M:?.Y,9YH"U-96@M\:4\'CUWS[W_W\4?U/[R\&(8N&($'>4:N_SS[/QX#F>F_ M`O\H0%8@PS?6_W]1^S]W_`/3'L:6%0_#=3*@]Z;O!XF9V.QVOEXN;]BU%7AA MX=*U,R[L1-CETO$7[!*Z5WXULBZ<\MTHO7>\,(C2_(Z?V!>1F?S.[MVTC-!, MK!6[CFPKR2X+F>/UG%PEEU!%,[M,*X*O?2N[#'..B%Q]I:P_V5]M"WF7"R=" MPQ#]G]<'\9E\WT(+ALHB^KR*K ME+*8GR^#R+(7HWA5)M@CQ[>O8TYZ+>7@W:OS]T>GIX=OCTX/+MP@CLWHIL*S M%A6WKB;9T->@"'6TN'+XA##FIR=?DQIAO;Z8*MRB*(53%B6("M.%A>FBPG1A M88:P,$-4F,$K;+YVW(7C7_"*RVCU`C,2ITCK*AYB0V1&3ASXO((K'/7B*PR< MARS-WWDEX^1Z<3B54\8JN$X"7BF44"^'IO-*2CSWP%J9_KEYO;"O1E'8R`+& M=!-+M*F4N;WQ07-[XX/F]L8'+1W7CIM95G$2W32SX%"FF<.S_;68(SR'_N"9 M_D+(@NMY;EJ)(VX/8;&6KB6N"F%9V'[L;&`!"]W,T2P4PM+8Y#`*_NOW`[NC1B*.N\4,#7G#M9`F;NA" M+-?%O*%`<15Q0"6D88T3$L4BQ:,.,5$L$QR*-]'P,$5$=\22<1HDXRQ-QQ53 MR5A(3$Y'1V*.T(S%;1(_V'7$:NF*"_2N&DAB(?ABI?/G41.MH4QQ`WRK(9NX MX_C+!E)#B>(^XX<-#0\;&AXU8.!'8A!\<5_R$W$3&JI)QN%"JK@)D;C(2*Q) M48,F16+D\`2!F-BH@9$8O72JI8$H-K%T.J:!*!0-F;+ATC3LZ,PDB4::B$HF<(3DA2/.NFS.BELJI#5G M=0/K4DCT["1R+''986-[0SSE(J8VUTM<+$21SN*KD(P[F8B6V.#D1<1U8W77 M@NI";&C'!R!%T[5'P%NE1[:Y\&Q>C,LH]3"7$3B1;F0OX1'\P@B%5Q@A<`N# M6#$65(V2>,51"J>\=6Q'PXNUL^`66:#62RT0JP4O(\X,FE.9FW26_!DT2*^F MA`+.L)I"U-W&<[NU84.!5`WP8+2#AYJEM,CV($@\,*^3\\656WM0@0Q!UD64 M^`*.N7]!"JC-1Q;HT=4UATPB.V"QOW((=&YB82=F?4*@R,$?0A-3*,<"4&GDF$?F9@:S MD6-A7T%HW<31"!OA(*%](TH4RH)%T[\>H@'>Q7*\>(9&S-I='94.Q'Q63N=!`A`_YQ`YEV1&'A M=/(,NSTQ65PXB87.\1:.`IUZPNK"!QM?>\$&+C*:WLB%PYV-3&P\NY&/CBHV MLI&XO@57NX?B(*7*!`ZES)1-/&WDS"9G-G)R8:AQ<6&H%J5S$>5)6@1"#6&A=7K#4NGEAK3`*QUO@X8JWQ\,5:8^.*E:CJEGCI=.<$A\#V<'`I.*;F45CT M+R+QTLN]G\_!2TW'EP(:'IJ*2=R:L%49/HF76G9=?`Y>:GF[!8?C^UZ^?]D_ MVD/>FY! M1]*?4&G-3?>GT()$>P1A\2BY'OP)N)Z]B6S[Y]/7SP:#3Q]/SCXOOQY/CH].43,KX>O#\\/3LZ.3\]/L-IJR0) M9P?,W<;!.K)LJ/&%/?+MY&``S,?0!HZ`O@R=/\)XZ#@M.)G2R9X[#0-()1W*) M=W646'#I,-"S#BAM,'C[X=?S5Q\_O#E^^^L)".D&W$]V>WYX\O9T[^63X9!8 M\@5QK&#:7T*))T=OCG_[H[YCD3P8%!1Q_^OO<2O?KT MZG+X?'S_[Y[N.KPW<_'YX>_7'@^):[7M"BWQW_#/1W);KKS#$0'^27 MF*6T-X`FX#D]=A6F5_E"/[V?9Q=T&9_>X"4'=K7(KNB:/+NA2_#I#5EQ9S=D M@3V_INOI[#ZGX-45>ID]8#'/KW*JG5_EB60=FUUGU:"KU.PZ>Q)9(,DOR9(S MO77F^556-%L_9C=LN9C=Y:O#+($N(-&;+!-9ZF67&14OY*97V;/\3,ID53:[ MS!FL_"I/S!J)%U#3JYR?E17BNRM,DND_PJ*RLO@"U+TINLK"BC M1_/\*LL>936E"X;LNBCA**LM7OU+K_+:DK4]=IG7)BH*/LJ[4I2WARS#T
    Z')4)/G\.6VQB-Z4B,IYTY2@7`[NDZT+T>ETL*%OU&821/71\N'7= MV>#)LW^^_W=L/1'?[I%QR"8F.BC9Q,5&*)O9R'!E$ULZ=FG#MY&I,JK9S+Z1 M)1OOM&`D@Y]V?)N;D@Z+-O-M9*D,F#:S;V2I#*4VL$-7#>*DT%=C4)JPP%MY MVT)`S]ZS$-#)BQ<"&GD30T##-120V-L8`JHKS$??SQ`0R0L;0EK3`_$K'8-1 M&FG\WWF\&-'YB7N`=\!YXU0=XQH;Q'Y*S][]4`Q.0K"CJ M^/OX[UO\'6+\$?QGHB0R_=@DX[_AW(SM!8J#97(-U@Q1L[>&J)(.#GWSPL:= M!<4W<6)[WW5P9_]R_5_8L14]R#,VZ;^F:$3_I;&L*X9!WO^4E._Z_RW^[D7_ M1X/C!(51<.5`)X*2EI'IV==!=(GP1(/CH^N58ZWP(VS30\$2D;F0(+2C&`J[ M080U\`=0\`W"J^P74$P20`8H%,:R'L(;9D(84\(SW9M]9/H+1&MN!4&T<'R( MGJ`5;.3K^!>#9&7'=E;6W+0N,3E`D`Z/A$I'B$X7X>K@1/:D?5)E9,;(=9($ M0CP(KJ)U2-H-B1#/Q<[#P>?/GV>H>?[IL<%M\WI&H_T?&Y*4G_^AC%6XEC5P!M_M M_[?X&PZ'J(#X*(BUT?R!,G3F:+,%(-.\>_M[16YG[P'JX@9QU,D M36=C?0:P$L:??D)#%91X?X+VR*^!?OII@)X,R?0L>O;\\.CM\>GYK\>O7Z!G M/Z$__QE,]4449H2WE#!``[##<[+!D[U2/2LE''@F5-KSD)U8!U?@3\!.@QT> M#)\\>W[Z\>C=\?L7:'A;AH^>9(ET2W`_*?^-U3X[@+YWN,*>Z%CX7]C_/LW)H=GST\^O3^GBQ4G M'S^>O7CV?&$FYL*)7HCE`PE0,D5C+#$TIBD:SYX??S@].WSW[OSUX=GABUI. M#@"+*Z>S")Q!Y;!`MT0@SP8(4#"*.&PE_YIX<$J.P)0B,#9:(8"S&H28BG)+!H$PH#(K6"@:B3# MK)RRG2J0+'>%H?S69NFAD6@T3"WRW0\< M=3F5;)/!0B8]LTU/BLSZP3)PW)$T`3DB'F&*"5\$V61)D$V6&[.-F]5'OP_0 M=";\>!LKUI@ILV*G=[%B>LV*Z44K-F'J8TR_X[79W#5FJNC7Z6WT2Z^;.[UH M[A2)Z==4Z1Y>0JOXD(!MM(H;\MT/:C6KJ!>MHL*&+DH^D"S)T3B0C!&9H+3E M*@(%VI@+`C!,AO,@N(PY6:?#>.UY9G0CR"I+P\A>-JN;<1_H&;K)K&*F[ZE8B]A$/&?.WXB^`Z M'OJ)4(U2WCO"4:]?V9YQ%6ESIFRZ9XBIM[*!3=(LVD &%]74\B@JYTX!L MCP:%(IV'JV&R+18\29:,VX2A8:A"-(KZ=3]H\(S5MX*C;JG:X$$MUGT@PI-F MR5Y-I_M3C,@D180QU\[NG/$IF\)K[FTI^JQ:A5QG D5H<*5 M.;DXEY$E8%=Q)BS-#>>M*5#WPM7'6Y2"^\1M;"0'0P:["O$\@7W:#'M1H;_C M+D:L;$%OBWNU%+HNM6V;U]* M?7QX.^0)BBGRBD(\KRJ/-\PVUPLISSK3HY=GA5O:IBA8+JN]HL"3!)9098%^ M1S]$VV6YK?.MR*H2EH(D4CK&T`0Z6KP9!T3)W'8/&Y>$VV0KCA2T1 MJ(BI&(RJFLPPF+3`H+;ZP@X;%X#0!@6>%7M0&)H&T"VR%!MCU:U01*<+P*A'A'..T+(6MT0&7(UJ4VV2DBQI4U+#\R?E1Y9M&L& MG794-?4[E,V8-!K%-MF*>V:VC12R3R)4D"R:QRF+&/3:1&3'H>39U0?&LLFR MMLAVQYG)['L5%30+-E;7:<"AYUMO;K\CD!Y,/RO<"L,/OF9!CCMB47YF:Q/9 M)MMM`[ZZ5`J&46?;"_2-FVY8OIK`B\K:+8DW6K(VV6X7WG&$4K1?^H0N7>H; M]]>D&6LB+VI4N1WM-M8\J-";3$Z+;+<.YCB"*1F:*1Y@[AW$;7NT3%:A( M&9%/?HW8LTHN@-#_<>Z;GETP_RS5_NHD59_!2!;Q%FWT@^&"L1+7]K\1?C>' MV\T;N*%6/Q[\_R\C=WFP^!%+^=D_S]Y_>GU\,CQ(O/`/]@H+7')ZJ)"78+6U M"2<(&9),$3)2Q>`@#NTA@-?;-6MH\D-AAO`\N0P5^@Z>+%'P)I(8O**ZLK;A MHUZJR+'C7RH(5-20C^;#Z!JIT&:<2FS=`VC*`)JVUJ[VX(CTB:LT)/R:$9RP$:K1-$*M!'7;`O7-0KL>P3)6*2S3VLI< M7WP3.;-S,U(EML[!I-`QZT2:],VXD_ MG^^Z;8_OB[#9B&,J&'&4/BG4T($[LKFL4-EVT%28.P?/E#EV76D]]YLWBZ<- MV=>ANK6QK&?`:9),5UBFD]HK.+LW6FEIZ3ILYS1I3+=C3*>B[1@='J?T0?[$ MF>^!7O1WM81\%JT-3NLN`Z5-*5#UWW#=VKOT`QI#H]"HM1,U^Z)#^>1\ MR]TP@@Q=V&6A25.9XJ5W,`:XK2KU"B%9TBE"AFA_V3HNO2"Y>PHU;V7X2FQ= MLWORF.G1M$]ZU`=@%.J09*F_#FG>+G(H\W4.*+H979.%F]%W4H-Z`0W9*@O0 M**(ML[NO0^UF=19=GL^16>PM"V/O7=2@/@`SF5!@-.%JVN[K3TM#9W?9T(WI MGG/0I#Y%B@_K3%V`4&F"/)>';GB"LZSHTS:\3=LH+M=LJM>CP/BF-?AH* M8!J+?)#0T'78!_4!&+*^#<`HH@UL]/O'6]DV(9:/HT!+QV^W1;W"V#FLV%!H M+!P*\5U_I]^<[@TX=#\/6+HTE&NW>VW)V3RUW';GVJ-I5KL%\F67%\CI9[SV MF"5LM].G/6B/KU\]@$B1:/0]-D31M\A)W<[T6?G0ZD[J@5O>1OAEOLY)GYSL M#=*?BM["6?O+(/+,NOAS6.XM2KA/W>@+/FP(-&TXIXOC>?"3K0NG;LDRPD8? M5/Y,PIU>;K\%=+2.[>`K\W8.0OJN-!BZAO.]*CZH+7S<3UFT@(=C_NZB9ST" M2Z,+1\JX@V>M;(F,TVXQW.GR8KA"WQP!)1+M)>GN#M->R']"XP-%$\4'NZ0/ M[985G$XO;=-O80$BNFA9HX//)I,U]?4B6B'@7#YH(L'#N:14=S+U`QJ#_6U*W]<4,H>[UR$CO@?5/EB>#O4!&9UM%M.$F\7ZH4/MELG*?)W#:LRT:-HO+>H%-NR,`5UXQL#N+.O[ M[3[;X'?XLPV:KM(]8KJ\>P<^]T+^['PN77@^%W^,TCUEF$?MT"CQ=0X.@ZYZ MZ>KN?1N@)PA,J//6-9'SOK3MK5]'ZM(:"O,'8.*;8?3!?N!]O!MR_[ M`H[!QBNZ<+RR\VN-?KN9S1);YV!B;\'HPK=@=G"5L1?`*'1]T9"$GS/;??UI M:>FL3ALZE>[3-V31/OV=U*!>0,/&-D87SQ[>%I%VKY-W^F5RPZ"AM:%N-R_6 MB<%-'^0_8?J@]7;[OK]L!].RPS!-V"G"AO`4X5WT*'T`AAT<;`@/#NZ!_K1T M_,LN._Z)0C6(:E)O-*@7T+"C@R==/#IX6T3:O?OM=_FU[PG;,3,1GA?(,!> M?)@(7WS8_2@K;+E2%G9YI8Q]05OKY!>T;QUE]0,:=GC21/AYNMW7H:CEUM@* M8^>@8E^RFPJ_9+>+6M07<#2ZBCD=W^>NRT>*SZ)VVV#+?)U#A&V0F>[B!IE^ M(,!FD:?"6>0=THEVAR7X'3XH0916@FUJHE5&7.SJ$U9=9+N+%X![](T1]X9(D9,V'` M*YC<*IS(PL'GH<\$V1*O?'JQY2D@@@RH`Z>`Z#)](Q(T2[3*^+BGY=Q6J?H% M$GTU4A=_?GEW@K:H7=`0=3EHD.FKD;J\@Z]&]D+^.@W:9*6WV[VB=@>U1QT^ MJ%V7#1JMR6H'QYJW=BQ]`&9B4&"TWKX"%K4\UCWJ\K'N^EBB\V6RT:.7P'H" M#3UF$G1)]!K8#L5D[5ZAB#K\"H4^'NL4C^GN?96E%_*GI^:#R1+Y%/[43#Z] MUAUUP%-%K0`I,W8.$C9,&0N'*:*YS4XH15]0H%\\UL5?/-XA1]'Z(Q]5SLZA M8C#=4'=P"-\?%*9T(#_610/Y'=*-=N\\1!U^YT%7)#IB'QN[]R&O7LB?'OJA MBS]]^YCG$VX+B-<.$*_+@-#W%4$QA*.*ASZH\VY*T0<,Z'>?F'+T<[;*:_ER M0X6QU.GM>ZK,'([P30&-, M*33J[K\$&;5\+37J\FNINLJ&,^J6GR[J1(S6"P0T-JVO"J?U'_&UB2T1B=?M M-N"5^3J'B,P_<^R]HO>-C;R5KV M=G*;[W,GEZ9MF=7/1:>I=0!NIY4/IF)913?%%S7&S@484SK=INF2&#ZO^*'O M;:'CZ^W0'U!.@V%2$GDU%M-6SD!LMA+L2Z+5:`Z\Q=@X^E2[0L)R=@V7"8.%^%UL3N@X!(B79\\3.&9\2O=":]*+W(+!% M;IV[R+UKNA$G9F*WPZ7*VC5@#(D!8^R>=O0)!IG.9.N3]C/9N&%8:;19I;4D ML8[,_>G8/>D1K>=F],I\G8..O928?XF\.5+;%K8M-;!Q:',++>L)2`H%R9!X M.WOOV_]X=A(YEFCI]1XT9]G>]-58.P<-VW1M<#==W\H#%>3_P#ZH7T!,&1#M M5WDT]N2:,2.).^"#:#TWHU?FZQQT&GUWT1A/6ON@;6![9!_4$Y#86?8&]RS[ MN^L&EC50$XX]".O-> MM6HL>0<\4MAZD:'*V3D(V2Z12=,ND8I/VA:^1_9*/0*+[0F9-.T)X>F;%?A+ M#F`T>1?TC=6T!805SLY!R%XXFHS;[5&X#7R/K6_]`8M]%&2B;+?"%+*!9`VQ M=("Y`QK7?MA<8^T*E ML88,G7AI;,+>.IKH=UAO^J;3?KT2_Y1]LV7"_6;+CNA#F#B+KZWL4XVU:_9I M*C,\)CNC#KV2_I1)?[LU5WQR1,V?D\0=B,=H/3>C5^;K''1CNGPTF;9?<]T& MMD>.P7H"$OOLSE3:;I4IL>.DCA1-O7<-VQ(95HO-T%08.X>-2F=@.!1F=,I^/V[]7A9JWYLSCKG9F$6[>>UZER=@Y"]OVDJ=+N MW;K;P/?(KJA'8!D,+)7W?MUN#'[6[2=G:JR=PV/"\-#X>'1O\-,CZ1N2K.]/ ML/3KJ]^1;2X\^\"WKT?CD5*0:XDPKJI#B2J+LDD-V>21*E0)RL9@J;[56`3N M"^1_4LU6?I9G.C[N`@#.L^=O3SZ^>0,/.D'#A`]IBUS0G&&(AI@Z]$+'PO_& M^/=O!**-KIT^8A3&L_)#(05*IX"I!#``3OL.&!;]V>+*V1XPE@L#1K`KP[8= M7%!4%2]:.@7,8(#5/S'^^(`-'P$QC-5P&[`H3&=F;#D.NCMD"A=P1-/*DK>WB MQEQWMXOX$66[R%)2W,83E>`V%JSQ_*OBUF0>-^:ZJWDD&)7-8YJ4XJ9,)@0W M11#^=0$WOI5\6.!$5K(APWU920)1V4JF21EJ4X9:]B[Y(&=V;3.N!#$D*:_V MADB^$*=S0GF1(I%GW!F02DW;FL#-V>YN`T5R+5A!56*X&+((E[(Z]@*8)ANW M.=M=C9Q0K$4SI\H,F&R)KP9,6>/N&1B^"7MH9$1&K"G'?5DQH5"+=DS5-`*+ M*M>&O^O8CH87:V=A'UBR--(*LBV1.)%VD7Y(R1S*S\T97PLS'A,*7]MROCO" M6G@@Q2FNNOK7(A?$EH#Y[_O[TQ>UL8?Z8HCDLI68(3\<4X?K1,]\1;L#J M%O`RW<56+]/<(LC;@ULTJN7D%%YM/*7P3FHO$.X`O#RK_`WQK9OF5@!7C//= M("X:Z'(R@UB>3&5E7T=[\F22135/(@\-EP@']<[%"`?PZSB]XO\0'T`6LUC`/;=;S[?(8L2;JJHA\0D@U-+O["GRJ/955&"`RDK$KZ MV)"`K.JZ]@.2[K,2HC\\J(X0^B%TS=@SQ7R;Z#OZMW"62S2,UA]2TV8&<:PR MF^IQ$P?#X9!+>'*V6J-_6[M(GB!Y.E.4F6*@L22-!WM[>_P<;R*'Y!CK2`9V M?3:6:0YL4,FYHGO9Z:(C9XE\-%HF$7IUC([+"9_123D!0<(0N[7"VN4>9RL` M&ITB68*?LW=@Z.KB6*\OIDI-'J74DD!*E'82*6>IB&0Z4_6"2,A+--DK-`\E M$C]"O_Z&L%3`N?_Z&R[&1E^^^,\A]4L\E'_]K]P;E?M)Y7Y:OI>ERGVE?O(XP[LLQ4)KA-3FO$HC56VD:HU4O9%J-%(G MC=1I$Y7*4DAME!65,U\KC`-)'CI^$@75S"5*33M*U/8:4LY6U!)]IH%AD0I: M0E[XRCZ-,WKW:8!.;&L-1N$*5']Y[$%,^F7Y"45VO':3&#D^,A'$@K:5!-$- M2B+;1M0N!H@=2!Q#`8GM(XCA47(=#)'I+Z!V4/^A:U_9+HJ3:&TE\/08:[V_ M0F/T]#".UQX\XM_]X-JU%Q?V4S'"RM#T3?@""AO$"B,Q,8/P">3`\D`N9<["?T%LX70B`F+NV%P,^;YPH3O;1*K@& MT4?D>1E0^+$AH`#/!,F3_N8'_C`O$AOP$>M2"NLQ?$.%I5-D@"Z%:_3\U>=T MJ(7KE8J!M#VK!>W.A3X,H<+I`,V#K_L6KEKT5S;`QR(U4I&"9,P8H$B(,/!X M%SP)/`#&;=#0!/2"$#AU@)P.=%+[][5S9;I8X*\/WXZ82IYEDJWE9+JPB,QK M$%4,TH)\M$U85*X;7..G8J'-*D+CV^^"T!0:%M`:@(3@/].'A&-D6C>6ZUAT M`$S/3:0_6`B1<[%*D$EE8/N+8BMRTY'I&RDV9G6-JY7DNY%")=4,V20(F2[7 MI$1UGV)JPF]"D351O+(!]-B*G#`182S3=YCE;(8.H6?/7[W"/B[O^S'R3X=HXGDWRJ:F!-K2#"ZN?>@`U.-7IN M6R9QBF"#ABHJC04.;Y,$U'09!1YS]FF`8IDQ]#C[JV6'">UUF(Y#4Y![Z6DQ M/&Y`C%=DAZX)W0_-;UB8B^+0MAR(OJ"W6NYZP?I<:FN,31W)J'05PM;?_EJR M_J"!Q6<2^0$,(80DH.4W3(>Q]$T7E\6B3J8Q,?4J8(R#*#$A&1=74'50D.7: MM\A,0FY7A6I"!HFUUK!4CF(PRC8:D68IJH(ZD\8S95Q0!6-_+($ND!\"Z9<_ MZ-3/IU,T5NGEW^%2JTUZ<-`H4-%H'M;F1819QKPLHH"T0*UF$86'!6HUBRC, M*E"K640A38%:S2**`0K4:A;^S(51G->H9N%/9QC%R0Y1A^1-U!G"B3IC^XDZ M@SM1IQ(?KN8=4AY/]V6\?$9_Z?RFCX;22'/H1&:"1N-7N*,^1H0S+V=WVM#C]F]/*T8&U'C5O:&)&T"'APL89XP'<9K MSS.CFRQ)EF#XNQ3.FN0MX)%+[>$&I:76\3CRMO*HY99S8YI<#ER+7I(*CZ,@ M(QZY)#$.0RX_T)\(FS@;*0Z=Y9'1T\-YL*8^^G"=K(*(,\E#8C@81]?<4N(8$]) MM!D_91JO:_LJUGCRBVM-`H>#+S;\]Y?;759*$LX.#Z^OKD67Z M\Q%&#'3L*#Q@0[;,+N(1>2K`:\=?0%@[])-JQQ"PU'"WKN(A M62:/H(%^U6;RJ<4>P.=HU0T$62M]P9C)A74BNI>(_$OZPE4,3"#=/^,IF#A$ MJE-#?(]0AM?XH[!/[):CZFL-ZKX:?MM?)%$BM?O[%J M\4<%`ZL6!E49:D%/E4$I6"'JVN17M)FUOKH1\%RR4TL]K02H54'*^>H M]*O)3"L$C>Q**1\I/@FLJGAQ&U@RU`J;]%^P1?^,!UT.ZXW_[^F`=4L\T(7AL>G' M)HG;AW,3O_48!\OD&L?Z=,/-.J++@V!YS0N;]._X!L;,'B>X7^%=.0?9L+E0 MLSJEB%:=V@HR3K8R;C($^X782I4E;&CI#Q9N;"?#M;,81D&0P`@5AJR)";%! M.D/["2(%N+]!OHT75M#;#[^B8SQ:2E"ZO0B/@JQ@0:?AS01/:>\#,@'K`J1N MYTEPOJ@%)(7*YPP"B9*(9K'&*-5**-/J4BW3MY!K)6--LNJDM)0R(4LIS-*" MB<(=5Z67Q#KBW6*(;I3#MM)>.):))^&2@!ICN8/&6`!'Q>^5$NL`;./ERCEJ M(I<*:Y6*JNV/%;3'?HG8J7OX(S=!E`7K/'&\6M!+LY3I>3[?OBY\(I63L<*0Y_2"*YM1^#DK#'G.Q#:]\^L@NN3G M*Y'S7.$-Q,(^/TM.R_GG8%>M6HQ/^7-:SE\RC0([D9+O,P1(>PUX7QM]^>>7 M>I]W8Z_N>$N)Q3Y?(K3J\^48-^!+^[E=N%&/YG M,`6^0J_/G,2U9\PIUIM/WLPP[6%L6?$P7"&'XS='IV41 MJ>9'+Q4[9_D%%[Q3*D;^"U0H"P](?D%/P:#Z+YY",`(7'UZ@IR?VTH[PX@)Z M3ZH'HZ2GA>$5\2G&/MZPA/_%+2-6/0AI++*.$[R8LXZ9`Z&3PS>D4;CRV/## MB`M8P"?C7<68+5NI0%`4GLJ&]OU'L"8K\;F;!SZ\_O/[.DCHXH7CQ^X:7!7) M?KUR$CP7;5IVNFS"GC=*Y91]@YO>6C6-]LK?ZN:0:!Y15SRW:GT0)W$Z'T[> MIM<1_H?K;O"`\`Y]"_TJL]E"!!.[20;XY.Z;`1V`WIA';V0CUZX)7KA#J`7;H=>F*)7A*`% M>%8.7@GWNZ)G^GY`WC^N8I@3.$CFQ&WP+.3Z5BX@?>0]>("TJ-L[`(.TRTC; M%>#@P\^7JXDEO\;;'=@B9+I9@B[[0JQ)-@!!+?`^"3(A.T!O8+S&-GCMTV5D MMM9[`XX`+_+:D-6.$[P')PXLAPQ1KIUDQ5:(Z2K9/ATR?%D>7^']&#BZ,/%2 M*154<+ZRW9`KJ)R4==@ORY^_#%]#=SO_2)P;7DR#@N,D`HC(@FC)\YDW!<<' MB,90T\7"(40SNB!CGCAU=J07,RCIOH^IM"]+:(_^8*EZYG\%$=[%%F#.V+,3 MQRH,9M-='OLH7M&M4T10Q.V1&8F4`>^?BR%V7K#U8M(LAVPV(C7?)Z[TP@^B M=$48;]7"*XVL/4OHWDL\:XJI0RC,]F-HUA5T47C`&KING,DW6"V&2'SPL3R9"J*>SU;,<;]#[H?W:)"-O^X:\_/5L?)7,TL MVXBFTHUHS$2>G`X*BHF&N'L,`1XTG.,NAXO&>DPZW>CDZ(ZF%1U=,0]V>&0^'F\$ MHWM-Z-X#@V@N^\4M^VQ&/F@D#%W\(%M^(,CB#ZSA61:\D< M(D>5\M(Y.0M/XE`+3R52_?CI[/CCAU.Z%2+?]4DM$=WCL/878+63(%C,,EM, MY"Q/J)SI+Y;S*]H=B!X6;"Q12(?LJ_#HM@FV/9H./*[,R,&3B60'[`79I@1& M,MV$01&&Q[O47MZ0$K`YM\D^[&!]L8(Z,L^6\N"M<,`Y*(.9F46,962[!<1H M_D)"ZG[8+;8\`C@*A7&H><$-/HY#2A]8=G_OCS\<>VMOD[>+[-_7X)NAUWJ. M[T`&$AD"#M!UYH'KX#<__4OPSM3\D3E)^D,,P3'5,W(U/`;C>X'W:Y^3N8!! MJO1D*QG;8<9J@3=#PW/F>#_]TER[229P/W"#"[X;XK0]XV[V,F71_-V.8&![ M?LI:>/X.M["]H&+L97&G6X?#)!@NL'4H2XOMZ:5Q`?O%XF(V"/H]=E:7/E[# M3/NIZ6)K<5,H=(1C;;ISB/3O__S/]"GGY"G0P-0`_O@C.#$;R@[P5LYC=M@/ M-.FY]F)4;A9<@:]"'O@LT%\<(3A5L$E],-/09/+ARCTY^WYEQ?ICN;(N8B^R;MNR[`U!4Z%"VY9`\+$$6E*9:Q:=@P6?/\_F]H.9U(CKS6#N:[3=#%JR_FX3O,K?G[@VC4EIB MBTF4:AX8$YNLY8O:.YA:C9B%32S^[#T?`5M5<]28Y>Z%KTX0+3B1:,$*7IKQ MQ\P.`WZ*$=_DU;NE,/2$`R.UM`/B>;E7$K3*5\F#W.T^+%^%0@EEUDIG3=R5 M6AHQ6.ZRS]U3JO>PVP9JGCN^O_7=:#O&BET+.^,!G".=>TPZ]UCJW"S$LQC! M7L[4OG;K(%\,.S9:N M8^"E=-;$2ZFE$2_E+GOEI7"/EGCISV>.WP"4HG=#K10?A8)G,?IYKO&UO*Y: M`#0-,[-;7SBC8`7DX;H-T.8>["MT,=E(H/%I( MBUD(HL)^B;D;Q._YE'_33Y(DV<^$?DKXA>-&*SZ3@SE,:+-THO9*8=_`3=:) MJ9*4:DV>U.O]=3M#N^ZTU6U$90K=#Q;MPOV2K@@H0`R.XI"Z,@Y)RG\="\-X MCS_^X.447,=UYH?@TGJN3$E>_VOG1J@"4UNDX,M2!/VN7?@5\&G_%9(__&EF;\F[KLEW^#F[\5_HU#->??]`3@A<:< M.SZ@PB"*,PCORB[H8RJZQAO)3IH$*^=*,+KE$GVZB5"-OKCLB\4<,G$"'$=F MR,%@*K@?[E^@.3==B@\!,&H=*TYGU^"OA>>1SC*P]V).%\'R!%)'==!;"SH$ M-:EM.40.;*U7\RG$-@<50*BUFKC>^]'+A_$$TS[0X0'DPP:>HP9NH]J%V\FM MT[)/)T\C^O;)>X3@,?8Q!T3;8`_%L60/3D'DQ:SCW$9>`JG.8/^#]'#Z>!/^ M>.>N^(Q6GI^Y71@F;%F_*D@BC@*+2KLR&0S18-85W'--K+8UYE"-4VOSG8(6 M'?K*C2\]16/R%(TYLM*5;J(0-O?(363\CEZVZ+"R1^BPPD/9814ZA`JOV7CD MM]K58Q6LRBA_.FF2T=C02$13C_N"$<#M6D`1P##;H<'KYADRWQGGFAHJYIL: MF\XY][K/>,^8P?0>)5[#_6S.)9F& MD#$*C=./"!N?4V8_M`(D?R9N[7X5_QV#;H1P<]`("+R/0\5L/HA/5.@\8D*F M5!L"7@.$@]`:8(#(=Y;RFO@>'2N&#[[B&) MB#K0JP8:',!T'>O-+Q^!7URYOAO)L$R*H%CD'1/5*'68C<^0I:YBXNO1YKG> M%:8.[I"$1-.?>754=N6:C10DS-3O:!8)#\==/G_Z%QSST[_HH\:$O(6>W+$# M5)PAVB>,:*>U:M>6*:'.-]D77R:.P;YIC$/?9)DR1\"XA4*E:IB`?+.(SIVE2T="%UA8X&-M$='1F"_^Q=@%$F\3/" M;%*(RJT!P'.[4#=A"Z. M)=VH*'F?*6?J+N##US).V(/3;HS;N'UY/:6#',D>3OL@R-$(F M!\B02`2I%XSDO7B=WX7B*W[FXQP4!N3[`]?/PM2@'Z<5"G+:5$-.[T-%_ORK M/P]:UI-QS&V59>P,&G,$=2-`D9M)/#1,BH1/CQ$]K16Y<))BS1)AQ=UX01I# M?FOB%:AX9Q0,`8-*.50AV%3OA,43!?>"G5?R+FEIZ7V(3EJZ-YA".*>F/0I5 M6&@%+OKZG,W4X(G0J<3G10<)/]RS>K5N<[%->,J]!08^),(DI^;]^NY4YC17 MFHQ@GL<$]*!]4(P&=9V;S*"4R>_!12'S$5#XBA]H6_C`#`019HEC9%PI58V1 M6H"Z?G;MXLY2.^+WD8E1*N-F9W7<:N`S>5`DA=1F27UTOW6;^,=^CR+H>P\J M.\NP<==)!^,:/FY.%P)?>$Y\2J(VRV0I5\LXG5)H M_CJ/1:UHU;I6.#-(K5`I*.C5+$X1FD1"DE&E!MZTA0?.^2=4MA2$*>5=%Q@* M'-(1ED+,'PIR]T+L!_(5*XLT\74ZN=V1LB.LI6E,&'JO= MO54_QXX0H3I++2FYIQBQ M[R5NJ]>=8,KSKBRI7A>VC5^(6)_V[$O*,M/K/VR,P+R<;69N3C0;6LJAKY]28JS8/M4J>O`NH.,&R":9Y'KT/;A_H(&3MX`]O'R MX\7)Q_<7UOO?SBXNSM^<264T#(2Z.>5DSU)"Y3`1LD0$4\%6#&9XYF+-::3A=NFI\K;3A)LC> M^XFAV#I"XJ$Q3+M'+92S;:A'1X2'E7]J?B.:/$:^A/I0[W(O-:]*F6Q]U%^BG?:@I'H"JJ0$DX M,3%%9!GVT"JA`RFXV1[N8PLZV+-?\)OV_,&6)LALWM`L;69.1N`!Q'^YL+&) M+M)8`KDP!RFS>-2"-(-G/B48HD)U?8]LO3L@0.A`VR,K1387LDQ)1KZ/)%.V M/2!HZ,/N@\W+6,6Y&:4X;XA/G+>'3*SFV6=^2^DQM0&WY-)G_IS`8HR1K#-2 M[)&-VS1\I(VP!XGTVK=38P^NH._&3V*CIDD'(($+&:>F;;A0OG_$91QD7N$2 M+,.:IY'&L8#H_GQ`^1$EZB)RH0+)!J"+5K32`>WR#QZ:NQFT4K="*W6;:J7N M?6BE@JWL02>5HV[/Z[2]?MB/UFA3O,0BC7!S7B,R64L,=Z?[>]N=?F)_WPK[ M`Z3NF`"[&V^W0DTL4-648B9W>?:UX=KC2IC#AV5C0`TE/H8G38P,&QIQ,NJQ MSP!;N$4+82,PS,%6(3L&W_!&F$E78KCU<*S.@246F?V>V6XM`"R$]N<1(@?L MMD^'9W[B1>YGJK"JEQ](_24@A@#X>1AY\[GK'Y696"U+R4[X+/N]Z6_B2]_$@H5 MFM"U#^?,(>>P=?'VU)KT>L+0NX.*3-C5RF'.V&X[YGSLQS*7`T]%\KFXUO5S M`NYU"DS2@@1T4T$FG^8@)D[VW;'#T6TG"^@&4N!$#JS+\!O>%-& MB@.<6^Y"F_UT`4H6*KO(`^"6#X5JSR@FYB7JW&#$4=6NPO(/,7L:'6#Q\;4+ M813/8UG1"\9"R'V6#U:H[H)]_!=HY4I$NN:PG*,,UH'A%!@;PW=$G(=')4Z( M:/B\7E:H;K=!5J?,?3UOQ2.:,/1@FNB"&"*:E!&2N;=IOUP:`':/+`!Q5)]) M*S=`RN#/@5D7XN\]O4\B)M")`#@*I%<',U M%1F(I@'!MJ+_G+<2@<`\3,-PYR:O*S366OVR1H4L*&UOSW\^L]Z^O_CEY&,6 MR\'JB9B]0_&NL>`L%!O%Y^-.3LS)VIR`2KJ#Z*>K`RB8B7NIXA4A*WX,:Z!O M44),P%?(1R'#3ZAL,$M3^GJ)8"98')L.B&G$T*V8E'SYC<31[!60CQ9;0O"G M,[@)%T,"4"TSTQ1]+T$DANA0I0!KX21@<(%ZV7XT)D[UZ<79F_./E\R].?33 MG/V<.)_?G:P: MH_941[!X:4L;\J9(^``R8PP,E1NER(P)\(ZU#T:R]`%K%%FY`Y*;N]B\#:M[ MT=O(C06DN?S60@\Y-QV48;91V@LM;LPL%P^D8.Q85-P[4+%6+F>CTTR].)T! MJE[P8,2[2^Q053Q93<35.M-]G<58:Y%O&+NUKJ-Z1FC/2CTVQO*^4]$[Q018R357?AJCR3"6%@/8:[!F@NEB$4(0 M)V(L*"LBV*7KQ^3*Q[&QUHBLA\,JI',5N5()=K^BR\0HH6*\+SK$WG^[ M\XY">H-)X\T\4%]=!HFMA(T+B0:H0>AQOV-8E%3>.J"N@1Z=:/?A\%_425") M%70TUWARK;I:S/[SMP\79Y>7&4WF7P<>STI#H1`=@+00[W\OES[97N+_?'HIS[8V'._;%HF/MCL3[W1\_&V"0\<(Y&U']I M2YUG;2[U]A-!2Q3()[D0DEE/2[CL'H@W*FZXPI%Y8`.)VXLM#Y)I1`'=K>_<)QM]+QU]6! M*FOU0I.7VKIT.J2"-=YX<C^2[KI+@SHWC+1VVO3'$)_4I7D9E/)&7HV.),J0(HY+2^1O" MA;(;<6@Y#V@)J8U6>*QIY%-=ZCM7%5MI1@5[6B6JG4H!KPU)'V:#>6$U]SZF MI80=)FJI>*E:S&[6L\D+HZ(/Y<@.[I4<2FKA&N=RG2Z74]B$:GWQTO(W_V]OL`\8ZN_*,G!O/ M5W!O;&O*P:F3SL7'K[O#U\->CHM/D(M/MK*A^"XF,TH\C@[)+_!Z-YF]RJY8 MZ^)1=VJ0>C=[.B$+:%O@UIVBIR%:.*(;;24Q#P:JP'\QKB1)PM>O7BV#F;.\ M%M_5*S'*H7CM;%[_#P=6J,!,5]H.X1+&%EJCZ@T*H_(RKYS9M?C,GL><`I@, MN-V(RBN'(WGF<"2O83B2M\]PI()$;`<#4QBTH2NPT#L+2I+^*4K6H&\9C?L= M>TCY6>PA@_WXVOM%NZQR5OPWB'U953H)OA=43"EXC^`IG.]I[L4.T)GL3E%C60IOT=N+*!NX3!S^@C?=7K8*%:0`EL'#!K!X MA@`6KR*`Q6L:P.+M-8"EP)):A`N:1MZ-7Y92!)&6X$W5\^(61!9S]48X%<7#=E.;`C!#NV'A1UZ M"V%`EIDBG36Q16IIQ!BYR_Y9XUMQH[:9(HRY-3N$SI@#!HY.EGM%:89,"CU. MEMJ322OWCYEN5$FY**N8DLHU?#ET-ZNRX&_&982 MJJ*=^P2$.V"`*ZP.6G>1&P:Q)Y[6PRTFT4J32U`^WP4,CD-8UC_^`-@:`%Z> M/R?KK8>32P>87'!WS1Q$I=$M'(P\$\]T^MME=JN[G2164U3K^POQF99"J;FJ M7&](Q?GXB"(VGEZ>DE;B6.KTXO+T]?\;W/,H&I;YFL%9^UCI.J'92M99$1/_;; MV<6EF(TR@FS#@(K\ET=K,)IT1F()\``K\%ON&B($M1A8(<&B%&280>I7!$8# MS8M/8^[$U]8+J/_WXO3W3X?BR9X_?PD=T-2,KE(,1X-D"("NN`5X@\8.Y*A9 MGI^'W6^NE!JL*/ZC+#BR%I/LR%H;B0^M6VF[P!ZW!KE2]\G#X+>6'7*XG`K? M1'KTCA&_20<$<'HK-P]Y1J1.MDGO6&`5KM(5\$'$!$&T@>N$%I9)]T%G6!I] MP"%A>*U+JE$#T@2KQA2W2PS[(\`_.:,Q/(DJ.,-0,7IOA%9`$`%E0+ZCKPH@ M/I`Q44(R/KV8IAB/$,VN/\/N1"R3'O;[F&B<#G(7&M`OP/\^BT$^\]X%]%"0 M".`$%+D`@^&V*_+/<.DP"!'[DUP37Z`KQI";($)B=4`=3%<*$D48"B>=>X&8 MX-"9>DLO$9+K@-#K'3'[5]<)"$2L,BMFFZH:^.(F,XKI$%3G14VSFC.&_E*6 M#<)$DUJD=NS"A+D$$6*@AIB;__73^U_.\I!US#V&DW_`"7C_DMR%[E^/_L+, M^*\=BW9?X;3DI(+SHJ?!O;K#(!]BG/T!DB<=E)8-*F^/5=[3]Q_^X^+\QY\^ MTMLRG\N1D7:.*45R0_'KMY=R4*`:_+1.7PHBF=7P)JS^6.)+=-;$DZBE$3_B M+OMW''P0-VK;<0!C;NTX@,X(7H%CM>-@1(%[(QFX)VB1$;Z0\!2%6R[S:2=_ M19@F^<2H^/:Y2_Z1NC18D^RI,H2G00HBGN[ZE++%K+'PD?[$05A"!_]RP.#& MS'MW3>Q8!5THR0_I96_$!RUX^#)Q?!?ST'=('3[(9]_3BJ<4BI]F]43A.IDS M-U%WX:W!7L<&M!P=4;Q@_9'I77$X@"@"--1E+@CQ25"AE<;#)TO#.6T_JF`S M&86&55ZQNBN8VVF,^?4A9`2R]_$UV`&J"*5A;MISU87XG!!UD3>KTFG653/2 M>C]`2>M'[LO?,@?N]^+,[]E#2HHBG?D)?K4JG:30U+.H$$3N/'O.'/(C(+)5 M(.SS9RJAE0+MYE2N]C8P^S9EG+4?U(U4]M2;O?0-/?3[],Y#-&4[HA5&:BA0 M,93STR'IHR^8J]^])/2/&S,C!8`@R],!H3CH"*_Z"RB87!).@NI`NMQ`$1`4 M8QRX.L.;[)8,O&EB$Z<*=[<>DEC)_^X]U4DU\'.'K*>UV,MZ;K@?1_F$RC=- MI%6U06%D)%J,.J2@.?!"^E_\X+95QM8=4JDF\S;D,B8,-)A6"4;?9P4#V@DA M6Y:-B*79@E@V-!^6[=D.ZSWAR[@%3\8RWL$#7HS)P$"GGP2;.A1*L5_KN'._ MSI;I7*M4BL6JN1P#%3%5,?=Z9-5Q#>:[Z$;J(ZZ#@"<&!(?*UE(:1ZN:ILGD5]4YHK#EGJ<'T\"IVUG=O M#Z&UV/EQ%1';II[N\1AS)8WU.FUU=6)!;=^A&\%RY2C6.&ZTH!4R'D](L.".,*I[;'7?L$:"=\"@SV59[6AY+LN?] MF^/ZHCU9Z-A41^7[TF8'E#]_(+.:8@ASDKBK$!-]0:"Z3K+(1HEF<_5V6@%X MC"8HR/'P<);YZJ8,+<9S1LG>$%I,'>Y+E15W:R<5BY+6VV"*\YUS2?$W$_Q# M%&Y#*=Q4(!T)^GR5:YDW5VFY>N9<)?6YI%KI8ED(WE!G[=O7$48XC2,YC27Q MOXWT/RB)_VVD?VUD[J,6_VE!_J<%!6`\0?E/!YCU)RG^),7;E^(VI3FT[4<@ MQ?O'9(X?/Z@4]YV2$(=3!AD.IYN(<+Q^7];Y._?V\XD>I]".E5X:MJ$(+_7' MQ&J0B15LZGQD12ZS&LGO+I:YH0/F1-J@9RLYUAXF,.B?.U/X&"V*\;J"7*#K M,/"`]#A@!S%E*G*LU,,TJ9AS&;-9VMUNBTQJTN]08OL'95'3J,RCX)R)2<'Y M1EP*.^PSW9JX0SO&!3"7'RX`%[$%5Z*.6,H%03+,5PAGH8IL#:C(%M=N24CI M#F!TY\KQ?,P0YL$.8#H]E-&SF'S"B M4&4,OXT\3$L*^0O(&>6D20"Z*)D.\LN#)H.D25H53%%L`VP4-&CY^&`5> MFC(N9!E$=LC8N'MRQ=8XV#%N*!R7]Q,PE9!+^VAL5T(EEMWY0-GC0"?-G*"A MSX%[[)D7M.1IR+[I;5P-A=ZTMX#:KZ.SA.&(%)*15$BX^"I;=?-\7F]*`T*C M"+:A.17<:+\H@4*P7JL94O<0O;SO[*F5NX$DC.2&X!A+2H_-%:7]64K?+T@) M!F.".VK7;WA6_H)GYN]WUO#KG>W9W#C%26C/SJ#QMOAPJ6/>LN`5*ID4=G=" M=1WH".]-L54L[Z3?A@L2Q'F_SDX?;:-PVQI]O_7H5GFO^]4&2YA`56Z7R;3(\TV59E(_]V2MYGTA M3[?]P)[N47V5@N\*Y%UC1&#];8[,&Z-\:T*#.FA9DQ+1HR MIL6>&=/;UO"Q+D)O#FG+M&5<-$%@J!\/1<$,H*!2(X M"E=M%#2O2;,%EJ5`+&V+Q/U4NMD3TJ6&PK\E06SWR,?1DSZ.LADAN5;,^\JF MG/C`]T`BR^P>G!="-&.]:H8)>BXD8GIQ3JEG,".XJB$GAOD2@QV"KC*'4TMT MI-,+87=`_03GPRPD;?I8A@/*A39X8`EO\+$L*GPLBZ8^EL6^?2QO)2:U75&_ MK7]%]=6\*YG<9]>*+NOSI0JS2UER$/GG(UT$@6:(475E+H#&NQ)?!3)XX[<5 MR:]'/.+2O8%\3/EPJB;XV$IAJ$07[,T4)-AZN=@6N!7]5T.4B720*=/T"@$D M$+,R0CBQ1'?+W?*F-1>2&`WMY,3@P^9(WH^,U%^SV1;E/X&M:MMC`H..UR"P ME'H/Q3O1/IW/M2R>7-A3UKEX7N!4S_?A4>O3UD'_@;<.RN5_ M6+^E;9$F\PZU"1S-QMQ"J&6==5/64V>;>-6J>CVYU;Y15O7D5MN&.X4&:'M8 M@6T/FX+;P_;0[>OCT\3=VD.-<3+?SR=`=PW*2E4-4<*4JJTH:"5.U:-BOSU9 M[#<+30-L.XZ"X(E5"ED40;^:]R6D14+NE5]X?BV@;"6557V@(`[E"KRZ$!56!P-(4$&_EOM`R@LP3(( MOH@'^Y)!`56M9?-V9'X,R"`)*!8Q3V$D!!&Z/H6.!&JH&\6-DU.6@6R$/0P= M6!=D`>:H;M><%>+9#;RC`G(>-H6ST0..E(\S)NGSF!RK;YWWD M,]\IX7;@T%# MP4<^_>]/AV!_<@Y.Z?F^LRC2F*-'&:MHJDA3E6+<\/]!7LT;__9/LE7\8-6I5N[S#]KKLOA.> MV\(8`<:%A\>9\+R)U7'O+HDQQ:>.97PJ8N@5D^*\>^Y<>1OHTWQS?D%7'/"J MM9HMK4O9TA[8U1`9LJ;129-(CIIF3N,>>:'#1XJ/,)TG2R74%18+*]TH,^" MT-.32N@J+3O7=#T`B3Y(95ES,`(XG07LG!9R,P.,UYNFB>9O;Y9H^7&J""4G MS(82L%I#V*GPAB8VD]L`7T&*RZ.CHZ82L[A5?;\2M&[3^-%(USY)U[Y1NFX@ M7&%@@'P*62*^#TB,\GV+4]H$'ZLJ`N!V:,%CIG&J-KWZ$_(8393+:*^B-I?_ MD,,-`'.?)_?_D_O_G\C]7ZX]Z)OK#OH-:P[Z[=4; M-/,D2/G?'C^"T;;@15AW(!=CBHG6D*'H.>>P'LM0EF,Y4?`:+,W.Z%N&HAA3 MS,GZ3._X#K',K$R%^536A>?/!5O"/"<(S+GU8C`;OI5QFS^ZOLN% M9A1T978=""X`"I'X6F[]+,@35LS!QX5<<](ROP,^ZB6F+8LCA9'I$T:&&':V MJ?,17QV8;\*3]E\IEI4"1SRD@$%O9RR>9$9H!-X$<2@;AVXTQ0Y5RH)4;D9( M\!IH+ZW'#^(%Q."0R0(R8SE?X#ZR3@N"H5RNVH@S(@>P((+2C4"U3;`@C-R; M`;02HGRUV%HJK'.D6U0%C#+VB!)_63Q7`U->@T/.#;D;%)DO?5`H\G&G)TB* M#FTESONS%,KP]6DR>F)WI^-@RTZA/E+;P-DI- M\P``\7\63':?O+M]>P/`V0.5CNX37/J!$WXE!KAT4@&73IK"I9-]PZ5!E+<, MEU9#;JG(F>#2I&R5X=)#+%4U'&IP:;KTNX!+H\A^!'#IT:@CB/5/=(!YEAF+ M$2:-KKGUV8H?-V;ZOFO3?4,8ZD>6BWAQ?3*#7=#5.3.Y32G8I7P% MW8?-5V"`+U:@%YN"%UO$+I8EH,(&JAVX=L1@>=R&LK`\``A$K/M$.R[9GB%E MUM==K:,AELFC`TP)>0`(M1EF:=)=G0#N/WW6/7':O:7D^H[9X60`GQ3^NPL@N[#6@4A.)0,+!'/&KDBMC1CC-1EGRE`\1XM5,[#<9A%\J]F MY?-&/0S8HP.\"?L9?*J,YP@1')#OSXVNT*^'&\!)<.6"OMYN4BJA]29ZERA>C2HZU+GWR:6C-!J.DI8VY01F?;49G M-\1F&Y'9@^$6(##SU[\F%?B.\"_)&R(W#*(DKS]=N!^"Z..&.A,GN0`(%QTP M32*7_45C5&CID1O'@@[I9M85[9\(D22(MJ,2BR+]SX(YY+QSKF#KIZU4P+7? M?@Z*`WL\)C^ M%4G9CA\XV7$T+7.OJ9E[31MRK^D]Q@-'TW;"@2\0)_CY!\$C_<8\*^L*O&J* M_R$WDAB!2.0ZH+HR`YG86*AA5T$2?)ZZXNT^,U81=DNPLB!$_"[O2C4&A>(3 MQP[MB,8`P6K5_'S*B?Q(>9W=I3WSKMPS/X>-R'7.,IE6=I[+=NS/$=B M,VAD'Z"#+03L1%)(3$LT"KT]`H+)VD+876\X*7QQU.R,VEQN>C0U-F#8P7BM[/1FNWRAG>HICV89'P3N5N!2>-/$I M;&C$J:C'7G4Q4+=W4\9HD`:J%]]5,*%YY-P*Y@$_'4@L(9G.!'D.;>-L&),[ M"Y89O:D!V6\O7C`,?-C@H*`,M6^`=G&4U?WIPK"]X1"@D`LD:75M1[N-!$X" MK$UE9X:X!L,#F)E;R=N_C\V_6D?]GO;^%HZW+'\3=-;T45!+HZ^"N^Q/A*-) M\/;D_.>VI+<:<#M/#O2$SP5>W.C'L;MC!`SP48*@VH@WJ;8RVD5!1:X3!_[# M&"6/!S.5S<(WK4W8?/$-S+W:`A!_4+S0D6.KP86&I43GI;V1. M^ALU3/H;[2/I+X*&\W93V[E_2\-N9SGE,P"S$:2G\FU@.U5W>S*>OE%V]V0\ M;<.L5F5FM3(SJU5#9K7:.[/Z!;C"HK4*6]J`C1F4ZBDS`N@UMKC242DUP`@1 MSR.)>)9!]5F$:Q9#1B'D>OGX@WPHF2GH[%Y"R3Y0'+UUZ/V5Z4 M7RD::C-'S.$20_6IE`TL)X3?1K"<"5$VU+V1<5YB%C>,\N+,`;TN9@[H4;VR M5@+(LPF[AEQ1KNO#7$KA`9\BU`7WD^6=N-&EZU("SQ"^5LB^.WQ)R+>R"<`3 M?7OM)6Y081WFF^\UE&W_@6KZJVTBV[ZI&EE[$)FUE+*W&EE=JI'5W6"K1*9O M<);"?)K?6:$3)?O;'AG0%O#@@;>`5X8TV'32*$&;)L+F'O<@13=*B-U0D&Z7 M\3K?6=/TQO$OYK MRD;Y\,;!+A&\ZS)@/@[NN9]]9$3>3#9*5K&!I=$B>SRV@3OBOV7F")E\+2P, M4)NX%DLEP%<@O[M=6:4!+;.J0,NLFJ)E5OM(65%A;+28N:(XZO9F1S%_AA367P7Q?W^"430,4*9 MCA64Z9Q8`_Z7SAZT1'KMZ>#="44]3QY6!S>D@8@J\D!$31-!1/=:Q2IJJXH5 M.\QW+&1E&D6/NC'4L1H,,&D/'7)UK'+7`B>%RE3`-=?4L:*TF)3O4MM^0E!` MNA!""#R>7EZWB'&#`[7`.T!,^99(3I3C@=;N@/O)ZRD M.R";;?"P_,M0$B6J*(D2-2V)$NVE)$H9)F6U6QF%K:TMBZ,4>FMF6E;JI`$\ MJJK3$SCJ&V5.3^"H+=A4G):S(>`Y`YO"\TW8%'6X+]>2N%L+*?7$*`E#[GI:?#WM=I70W2QE6XN_E^+:I8+229JW3J_*"6"#ZZDQO'6V+=G,#G_DQS,TO9)X/3W*_N+$U@/IK=-95"/G*O(*?G M5@)8ZYO+O7GYZX]7+FV%_3U7"-?Z3U*2\05[XX[=%6](1WC%-^3=1!^H.%5\ M8XZY]7QX),Z^[@=0$\[UH4P9DZ9CW3B1YR:8?3-1)=;$S![`AAP(=L&[P`X0 MI^(.550#D$,59A:XVQDADTPL'_"G/*#4.`3-AA7'N;;=:)(4-E= MF[Z>EC;*6TH/V8.$LO@OS`"H@8"7@8DZA`4YX)UR3"W\Q0]NR]_9.B+?,G(_ M^>*XLR*<19XL?06R8?,/0?78G]N!;K&SKX&&T;^+ALX&W)<<3C1_ET[(&?Q0 MAYM(HE:@Q2D7=$6S*D=.A%69.K,O5U&0-L55&:UL8K1B[@`XP16P!E@`J\R0 M87J`\2#&XL=?SS$D*5HX,ZJ\BL7*.VRJ?#S]^=7'?]^)+_/M#(2)9XV4B2W- M2).Z%+++#U47*@%/%>"WILVK;!5W(LXKY"A;4F??1G!=Y M5]>)]>G%3*B6Q\?##OQ[;/T8.=?.ROK]VA6*2%1#*O[,0"EPTD@HT-",3K#' M?EF8/VN%2OQ97K3_N$S#AD5(\C&BE$RF0[6/6=`Y@H\)";]D\-7,2!]-N%]+ MK$S,H61EXR&Z\X>/@Y65$*/RI)$^FV%&58_[\>PSTVB#5L-=Q"T&"@Z[WYRX M#3-Q.T0X\]"$9GX`&BW&%?(Y(X4VBBJ4'6KILT=6J[TU_UQ3QF5#DHRVIT@H MQG5,-;F.525YW%>"/$-!=&2=^'>6HW8R_F;;8BV%*:0YH8[8L:R3<]4&4=%9 M5+L!5.L;K7,C;4C5"%Q%:C43&).?D22+!,;G-RUH\[\)M69(W#7(DV=OD2-IG)*,/[(^V^W/#%:BV%ZM-8FDZ1W*TR5 M^%\_FZJB[,2:/,`=R><&5FJI-#K5TEI`[2O!J'QT4Z>^,YNY88+D+FOHQ$SC M3+-P>AG,S-[W?+-I&H>OP(!)DNAH:#Y;F#ZM9=.IT[ODIVTP>MVWFXC80FU* MM@T8CBI+7>9\6QNPLF'1J\./:PTW$+]B3+XAU.CU< M7"B%(U]*8S=1R&53RJ&QKTFQ\,M+=W?@\06LW]'+H'I];6V3;7# M`1JZ`S.F-L3Y0,^CBA\H/++N>3PZRK.S1J(7GQXV=MPR`?-I$P5S4R,2EGU* M-#P(LVZ)<&VIB`Z?)/!1+.GH;6'#6,@=0P!/?R5F)]N?)*%FX:N[#= M;"6>X%6\$0UI=&X";XY;%T$:6_%=G+BK^+G637"WJ^2:?)J.U#)S7T`S0F:2 MI)?X5^N%H+,CZ^6?LQV:L8W^<<(>SLP(R= M#;,=$ODR:S9)=E[KA9E5+:I9U6(+5K6H8%63U]W!8V-5BV:L:E%@584OD\3L M"&U;.JA4R%+KFM[)]4_(.@0U++V"'5UQ]$C9PEV\(\EQ5JZ07C/39@C,MM:J M"(Q`+#C4OUK3(%BZC@^LY^*2%0&T7.E0)DPT7($LM7>D21:,4\CZKRU1(WAO MBZ2(YPQTB.>;$"%U*%'@<'>%3Y\/*M&YW)'WT#QO1H/L%\R1/C$;JO\PJ*C_ MH(D3W(_=ESBY,K.8JVH6<[4%B[DRLYCAX'4O+UK65)8U+O#5,ICBFF["8@YY M@LSU9?6E5G;H4JLOBTSHJAD3NBHPH0+_H7WYBFWY^_JVA='WI40$=-)``M30 MA`"X1V'YNZ_%?[3M,Y6W:^2@*GWC[-"'@<0MGM4L=BGM/JP9],-8^NO@5@Z" MR#Z&V%"E<7Y"%#68!819`\4@9O92SLJ2621OO?@:I9%+*K4V.>@.`$`5@]>< M*>C=\FYB0GZ!+(T(1M&^J`SKQL\KTT9IFP8[$YH4?T5:4^<-Y*;:FE!-LTP+YC-M3(+3%/^%UP52!'!%-,=\ M0)Q4#3MI-C@@7[6,F.A[!'OMB'4EC-J-(3T0@,=\9WD7>P1JHB1"P/``]#J3 M"8MFSG*6`DIV7F&T-5"A:CP0]\4\0Z-'+*STB(7-/6*AT2,VM%_;NRM():]+ M"WIZV,@E%K)+S/PD1+AC-,[H8##.-'U)CK(OE0D-P?)RTUG3KR6&UFAQNH2:'%6JR_;H_:6W=VS+%PV9:,%]^:'@.]A=B>60Z-/*O MM;3$90YNYMX-.;>!:_=>V]TF5D^-!A*YL!=@\7*+DTO'OTK%A7LS?C;GZARD MK#V@>CJ*TO$49O68H'#'1BP<;'Q*V81"1+93A&IK]BF&:157FDX:EIH:FJPU]\AC8`&?TTC`;VR3HCZT MFR.$!FGD`4DX6K6DC>G?]0AS&(^*.8R+!1:RU-^5NRV[!"3#)*5&A3ZM5.C3 MY@I]:E;H^T5^OXUBI\7KM*#6I8VT^92U^8J8(=Z^Z-+VA5FSF].^"BP.WPD^ M[I4;77&6XY:^[-2LPJ?5*GRZA0J?5JCP_1PZ:DM/=\5.P+[D>=I,PT^5G[OP MG(2^1)33T(00OB\QKMZY8B:*%*!:-B>`K$M^_?O#U]V\SC_`]1]4K3_P;(C/ M=),T1`QJS&&>0SU0S7-U69Y-SP8PS-(4056/E2LN\_PC<6W%:7V2"DT;S5*Q MCSY-@]?V2/Q/`Q%B%$5/!5%`#*QU='UG==4/9VXMU0\_LL[?`5EMA"DL^NP_ M9;:IW+5.0S>Z\6(H\7/TM[\).6<]@WBTB[.3-[^<66^AD!1YIP88MD('/0$X MH9IC;V9Y'NB[XZ'7&)I%G9NTO"S`ZZ9&-W%2<^IP5-@A0#ON9L( M?4ZP;(!\,U;,=V\KGHM;JBB-FLU]RE1UHC'L4*&R25[4Z-E9TQ4,.J-KW MLM<;'(UJ7I%;J[H.:[L.Z[H.:KL.ZKKV:[OVZ[KV:KOVZKK:M5WMZJ[]H]YQ M35_97-EY4M]Y4MMY7-]Y7-NYCC)DUZ"K-K*@JS:RG,KJWZ=;9KU]FN7V>[=IWKE[EVE>L7N7:-ZY>X=H7K%[AV?>N7 MMW9UZ]E'+?>H9Q[UO*/^`ZXEBGJ:J.M:3TXUU-2K?==>W;OV:M^U5_>NO=IW M[=6]:Z_V77MU[VK7D@2W&I2YA=#C#69#[G1>HG<-T]$:8 M+&B4LZY#7VA[EK"Q".$0P;YAZE,R'G?^$@"?0AL$,RO`=!)6MT,V&?UAW-NU M%V&3S?&Y2^^+:YU;MXX/4`;+NKQVW?CZ?]*4)L$,#I^>81(==,FG7S/T<=%& MJ;Y0&2_K1C18.=472YMID436Z0_6#_D3Y]9Y_L3OU@6'W1UW[![$W>&1Y][/ENF<;)_W"`"Y3%)!-=I%=7]RP80Q=PH1@<\X.1H$`J##D]8LMEX` M\NG'=[]:5U$@AD]6SNS(\5\J6[ADN?)Y-,(\_RIK,9"\L:W<,S/=JV:`7"76 M!X1E;38%FDD/138-9A]^#*IM_4-\1!>\L.1.Q5QBD.3:)Z%1:1.>Z@`-)CEW M!?B&/T!E-L@I3K5\U*F>/( MIB8<1_4I<)S1Z[Z.7.T:Q:L#*\!9Z%^ MG:'%=#550$O#Z17LJ!K.,X[O'X8F65DG?]HP^-(S4.C2T'=U8SIG>`O? M0(;^-#*>-'4W/(\_,UUH6!=_83IGZFQ8)S\T/7EH>O+(-$-^9)@BW[!P?F)X M(M/-0\!!E4\;GB@R](X,=!>9Z"XRS"2H%H:S9@J-#+,9K4SG3+/)E44+)TWS M$9G).C+QDK^)9@T3(,N@4SY9?2J6*R$[F0K`+I]4& M5_X\!PWF3RXJ+N8XG\+)BHMEW$#^K(;PSC>$YN=6@,K"Z8J;&D;(0#OY\PS< MR)^4>_SYLZGY(=2F86F#12ZNH4$7^89F%/NF\Z'YO";^#:W3BM.L!AB:D%1- MY^<5YUDE,#6Q6F!L(M7`U$3J044+JPBFUJI>^(D;&BI>:%XQ9Z0VF!HJ'HC4 M!U,#J1"FEHKI8E7"U%+QUIE*86CT*E[1JWI%J5Z8FJ2*86K3U`Q3,_-D0U/% MS4CE,#54C(.JA_%\Q9OZ%>1/:HBYH6JHBF+JJ:65)93`T5Q$"JBZ&AZJ&D"F-HJGC:J&*DJ(+>HRIZCRI6@E4;4TOU M%Q)5K`:J.<;S5:M!ZHZIH6H.H^I/+*KBBU'5RI(*9&BHF!/C,$H=,K942$VE M%AE;S"\OU:-"@ZXBF9HJ1'JF*AD:%C6=2&4R-=1T8M7)T)*I3X;&L/J]I!IE M:JIYD(K1E$IE:".URM#`JI6A):U^.*5B&?P_"%!X578YY\_G/4#YM@U=0(5. M!1^0Z-.W&GJ#EUC6A1E^@\"<@EO;Y)06'>:NY;[0]B%Z'N%H>ACN0P=57OK3BVD* M3P^IKSXM_G[Z^W^&T;_U>U,OB0,?$@T>"041$NISQGNJT*&J;_#40DBB1"/O MC!8&A-OA5>K-W5/N M4,RBNX(\K[T#ZX0JG7B"\B`IO8L^3C'9<:@01]IJ'?+;Z5#"PH*J<]EE%!HZ M#V98[4FBE-V8D4^FS+08&.U`I))@:%!-132^^8\C+LPZQ,\+#_!.X;6W#.(@ MO+[K'/"8\\"E,F9S;X;@0RJQ&'@SI`.(>>8(9XI+38)@*0CCA;-,KH/TZMKR M*#M@G$0N!I,![(EB8KW(PE1#L2PV*Y9AJ"9'_+#U'SW]1VE3+;^8I1W;M^QRUW2KJ;=;3[[=+>FW:R3@41X@.QPC0A8/A%3[("@X_H?5 M]SE3O;=(KA4J[2/K#Z-C>] M@?5_A>XC)L.V[!Z$D'3[UF%7_-%XP5^!G=W*4CH^,$'QLICTP1%L]BZ?4!+B M^8,TH7S3-#.4U*B6,'J5=-&K)8O>=E31JR"*@2[ZNAW;%K(/#Y3.R8U=>F\L M>A8(-@Y;EO"F4ZB#2I4PIN&!S"5JG_(J]_0E[^F??$__XGOUGY@!S9%OKJ4D M`P(EWRR1.MGS][+G'^I/6<(9Y0>JY5/SP589?87SG[-LDP^$Z7FE.RGKY-B7R?% MODZ*!EA7?LIJ2=$`S\HWUY)B?P-U8U!)(H-:$AEL1R(#(XD;T:,:I<_%'MXH^V6_Q1Q>+K^/_>\3'4"J(#1T0XZ==7Z(*$PD37G&[` M(S2-2E5/,A(<^IBI!`+927;ZEOO5@>T*8`"!,&U9U,X#)"FY_"-]^4?U4S^J M7U?N73OUX\JI']=._7B[J1]73+VNXO>Q3E5?UJG">G/,,^>N&-.-0`L7=J-W M!?K]S(N1.:Z3++++!<3_!]R72A MB@'U]"`4!^IO0"$#%RH_BI=;I$NY>&-]\<;ZMSO.6X5]O:7V^QG7K_&X_ML= MKS,C:^EKO`'CGE02T*26@";;$=#$1$"#[NN>1D##X\[(^A/^*V&('\CIXP=H M_#O,Q>,TI/P"Y!T((Z$0^I!N0"YW$KO+A8S9HI%>."\S_9EBN;#8ZW09.`F9 M$2^F>(D80(SF1:X0`&$0QQYF!"75'J@.S4K'BJ]=08XJ#T;J"_Z"]6(_+1D[,L6?$`A3]T"E\!>O M(XAEAHIDY(91,$\AXEE&`@;B;CYYI^AI)"TNNIO:/[$ZOA\D%>HQ17D`XY)LS\4_FP.OJ MW%G[T=-_]/4?`_W'1/\QU'_8N;&/]1^CW'7=W*_'^# M![J:\];$U;W9_I[^GOZ>_I[^GOZ>_I[^GOZ>_I[^GOZ>_I[^GOZ> :_I[^GOZ>_I[^GOZ>_N[[[_\#PKAG?`#H`P`` ` end >Release-Note: >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 Jul 30 4:10:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2DEC37B400 for ; Tue, 30 Jul 2002 04:10:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A35B43E31 for ; Tue, 30 Jul 2002 04:10:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UBA4JU050020 for ; Tue, 30 Jul 2002 04:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UBA4k9050018; Tue, 30 Jul 2002 04:10:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 687D637B400 for ; Tue, 30 Jul 2002 04:07:30 -0700 (PDT) Received: from mailoutvl21.berlin.de (mail.berlin.de [195.243.105.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5408D43E3B for ; Tue, 30 Jul 2002 04:07:29 -0700 (PDT) (envelope-from slaven.rezic@berlin.de) Received: from herceg.de ([213.7.187.38]) by mailoutvl21.berlin.de (InterMail vK.4.03.05.00 201-232-132 license c0e4b842f1eddc5308d584e55543c802) with ESMTP id <20020730111018.QCW27460.mailoutvl21@herceg.de> for ; Tue, 30 Jul 2002 13:10:18 +0200 Received: (from eserte@localhost) by vran.herceg.de (8.12.4/8.12.4/Submit) id g6UB2gbn014154; Tue, 30 Jul 2002 13:02:42 +0200 (CEST) (envelope-from eserte) Message-Id: <200207301102.g6UB2gbn014154@vran.herceg.de> Date: Tue, 30 Jul 2002 13:02:42 +0200 (CEST) From: Slaven Rezic Reply-To: slaven.rezic@berlin.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41154: german/BBBike: corrected MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41154 >Category: ports >Synopsis: german/BBBike: corrected MASTER_SITES >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 04:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Slaven Rezic >Release: FreeBSD 4.6-STABLE i386 >Organization: www.rezic.de >Environment: System: FreeBSD vran.herceg.de 4.6-STABLE FreeBSD 4.6-STABLE #15: Sat Jul 27 09:32:28 CEST 2002 root@vran.herceg.de:/usr/local/src/FreeBSD-4/src/sys/compile/VRAN i386 >Description: The sourceforge MASTER_SITES is wrong. See diff below. >How-To-Repeat: >Fix: --- Makefile.orig Tue Jul 30 12:58:56 2002 +++ Makefile Tue Jul 30 13:01:07 2002 @@ -8,7 +8,8 @@ PORTNAME= BBBike PORTVERSION= 3.11 CATEGORIES= german -MASTER_SITES= http://prdownloads.sourceforge.net/bbbike/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bbbike MAINTAINER= slaven.rezic@berlin.de >Release-Note: >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 Jul 30 4:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E2DD37B400 for ; Tue, 30 Jul 2002 04:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C234C43E6A for ; Tue, 30 Jul 2002 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UBK2JU051021 for ; Tue, 30 Jul 2002 04:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UBK2I3051020; Tue, 30 Jul 2002 04:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382B237B400; Tue, 30 Jul 2002 04:11:20 -0700 (PDT) Received: from slimy.rodal.no (ti121210a080-0876.bb.online.no [80.212.3.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD53A43E31; Tue, 30 Jul 2002 04:11:17 -0700 (PDT) (envelope-from morten@rodal.no) Received: from slurp.rodal.no (morten@slurp.rodal.no [IPv6:2001:470:1f00:211:210:4bff:fe3e:2358]) by slimy.rodal.no (8.12.3/8.12.3) with ESMTP id g6UBBF38054520; Tue, 30 Jul 2002 13:11:15 +0200 (CEST) (envelope-from morten@slurp.rodal.no) Received: (from morten@localhost) by slurp.rodal.no (8.12.5/8.12.5/Submit) id g6UBBEHl015273; Tue, 30 Jul 2002 13:11:14 +0200 (CEST) (envelope-from morten) Message-Id: <200207301111.g6UBBEHl015273@slurp.rodal.no> Date: Tue, 30 Jul 2002 13:11:14 +0200 (CEST) From: Morten Rodal Reply-To: Morten Rodal To: FreeBSD-gnats-submit@FreeBSD.org Cc: dirk@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41155: [PATCH] mkisofs susage() Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41155 >Category: ports >Synopsis: [PATCH] mkisofs susage() >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 04:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Morten Rodal >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD slurp.rodal.no 4.6-STABLE FreeBSD 4.6-STABLE #18: Thu Jul 25 10:39:41 CEST 2002 root@slurp.rodal.no:/usr/obj/usr/src/sys/slurp i386 >Description: mkisofs got a missing argument in a printf() in the suage() function. [slurp] ~> mkisofs mkisofs: Missing pathspec. Usage: mkisofs [options] file... Use œû¿¿Ä -help to get a list of valid options. >How-To-Repeat: Type mkisofs and see the word between Use and -help. >Fix: --- mkisofs/mkisofs.c.orig Tue Jul 30 12:58:34 2002 +++ mkisofs/mkisofs.c Tue Jul 30 12:58:50 2002 @@ -877,7 +877,7 @@ const char *program_name = "mkisofs"; fprintf(stderr, "Usage: %s [options] file...\n", program_name); - fprintf(stderr, "\nUse %s -help\n"); + fprintf(stderr, "\nUse %s -help\n", program_name); fprintf(stderr, "to get a list of valid options.\n"); exit(excode); >Release-Note: >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 Jul 30 4:31: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD23E37B401 for ; Tue, 30 Jul 2002 04:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D10743E70 for ; Tue, 30 Jul 2002 04:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UBU4JU051953 for ; Tue, 30 Jul 2002 04:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UBU482051952; Tue, 30 Jul 2002 04:30:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0588537B400 for ; Tue, 30 Jul 2002 04:29:25 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F2643E4A for ; Tue, 30 Jul 2002 04:29:24 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UBTNOT097912 for ; Tue, 30 Jul 2002 04:29:23 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UBTNNs097911; Tue, 30 Jul 2002 04:29:23 -0700 (PDT) Message-Id: <200207301129.g6UBTNNs097911@www.freebsd.org> Date: Tue, 30 Jul 2002 04:29:23 -0700 (PDT) From: Gabriel Ambuehl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41156: Port Update: www/mod_php4: Patch to scripts/configure.php to add a possibility to use --with-dom-xslt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41156 >Category: ports >Synopsis: Port Update: www/mod_php4: Patch to scripts/configure.php to add a possibility to use --with-dom-xslt >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 Jul 30 04:30:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gabriel Ambuehl >Release: 4.6.1RELEASE >Organization: >Environment: 4.6.1RELEASE >Description: Small patch to scripts/configure.php to allow people selecting DOMXSLT (i.e. libxslt support via --with-dom-xslt) >How-To-Repeat: n/a >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: # # . # ./files # ./files/patch-Makefile.in # ./files/patch-aa # ./files/patch-ext_domxml_config.m4 # ./files/patch-ext_mcal_config.m4 # ./files/patch-ext_sybase_ct_config.m4 # ./files/patch-sapi_apache2filter_php_functions.c # ./scripts # ./scripts/configure.php # ./Makefile # ./distinfo # ./pkg-comment # ./pkg-comment.standalone # ./pkg-descr # ./pkg-message # ./pkg-plist # ./pkg-plist.standalone # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-Makefile.in sed 's/^X//' >./files/patch-Makefile.in << 'END-of-./files/patch-Makefile.in' X--- Makefile.in.orig Sun Apr 22 03:09:12 2001 X+++ Makefile.in Wed Dec 19 20:38:06 2001 X@@ -24,7 +24,11 @@ X X targets = $(LTLIBRARY_NAME) $(PHP_PROGRAM) X X+.if defined(STANDALONE) X+install_targets = install-sapi X+.else X install_targets = install-sapi install-modules X+.endif X X include $(top_srcdir)/build/rules.mk X include $(top_srcdir)/build/library.mk END-of-./files/patch-Makefile.in echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- ext/ming/php_ming.h.orig Mon May 28 02:09:57 2001 X+++ ext/ming/php_ming.h Mon Oct 15 22:53:37 2001 X@@ -28,7 +28,10 @@ X X #if HAVE_MING X X-#include "ming.h" X+#include "ming/ming.h" X+ X+/* XXX: dirty workaround */ X+#define MING_VERSION_TEXT "0.2a" X X extern zend_module_entry ming_module_entry; X #define ming_module_ptr &ming_module_entry END-of-./files/patch-aa echo x - ./files/patch-ext_domxml_config.m4 sed 's/^X//' >./files/patch-ext_domxml_config.m4 << 'END-of-./files/patch-ext_domxml_config.m4' X--- ext/domxml/config.m4.orig Wed Dec 19 18:40:15 2001 X+++ ext/domxml/config.m4 Wed Dec 19 18:42:15 2001 X@@ -53,6 +53,8 @@ X X PHP_ADD_LIBRARY_WITH_PATH($DOM_LIBNAME, $DOMXML_DIR/lib, DOMXML_SHARED_LIBADD) X PHP_ADD_INCLUDE($DOMXML_DIR/include$DOMXML_DIR_ADD) X+dnl next line is for iconv.h X+ PHP_ADD_INCLUDE($DOMXML_DIR/include) X X if test "$PHP_ZLIB_DIR" = "no"; then X AC_MSG_ERROR(DOMXML requires ZLIB. Use --with-zlib-dir=) END-of-./files/patch-ext_domxml_config.m4 echo x - ./files/patch-ext_mcal_config.m4 sed 's/^X//' >./files/patch-ext_mcal_config.m4 << 'END-of-./files/patch-ext_mcal_config.m4' X--- ext/mcal/config.m4.orig Tue Mar 27 22:34:31 2001 X+++ ext/mcal/config.m4 Fri Nov 30 09:26:56 2001 X@@ -44,5 +44,14 @@ X PHP_SUBST(MCAL_SHARED_LIBADD) X AC_DEFINE(HAVE_MCAL,1,[ ]) X PHP_EXTENSION(mcal,$ext_shared) X+ cat >> confdefs.h <<\EOF X+/* Interfaces to callbacks in libmcal */ X+#include X+void cc_searched (unsigned long cal_uid) {} X+void cc_fetched(const CALEVENT *event) {} X+void cc_login(const char **user, const char **pwd) {} X+void cc_vlog(const char *fmt,va_list ap) {} X+void cc_vdlog(const char *fmt,va_list ap) {} X+EOF X fi X END-of-./files/patch-ext_mcal_config.m4 echo x - ./files/patch-ext_sybase_ct_config.m4 sed 's/^X//' >./files/patch-ext_sybase_ct_config.m4 << 'END-of-./files/patch-ext_sybase_ct_config.m4' X--- ext/sybase_ct/config.m4.orig Fri Nov 30 23:12:31 2001 X+++ ext/sybase_ct/config.m4 Tue Apr 23 21:53:54 2002 X@@ -30,17 +30,12 @@ X PHP_ADD_LIBRARY(ct,, SYBASE_CT_SHARED_LIBADD) X SYBASE_CT_LIBS="-L$SYBASE_CT_LIBDIR -lct" X else X- PHP_ADD_LIBRARY(cs,, SYBASE_CT_SHARED_LIBADD) X PHP_ADD_LIBRARY(ct,, SYBASE_CT_SHARED_LIBADD) X- PHP_ADD_LIBRARY(comn,, SYBASE_CT_SHARED_LIBADD) X- PHP_ADD_LIBRARY(intl,, SYBASE_CT_SHARED_LIBADD) X X- SYBASE_CT_LIBS="-L$SYBASE_CT_LIBDIR -lcs -lct -lcomn -lintl" X+ SYBASE_CT_LIBS="-L$SYBASE_CT_LIBDIR -lct" X X PHP_CHECK_LIBRARY(tcl, netg_errstr, [ X PHP_ADD_LIBRARY(tcl,,SYBASE_CT_SHARED_LIBADD) X- ],[ X- PHP_ADD_LIBRARY(sybtcl,,SYBASE_CT_SHARED_LIBADD) X ],[ X $SYBASE_CT_LIBS X ]) END-of-./files/patch-ext_sybase_ct_config.m4 echo x - ./files/patch-sapi_apache2filter_php_functions.c sed 's/^X//' >./files/patch-sapi_apache2filter_php_functions.c << 'END-of-./files/patch-sapi_apache2filter_php_functions.c' X--- sapi/apache2filter/php_functions.c.orig Sat May 11 11:49:54 2002 X+++ sapi/apache2filter/php_functions.c Fri Jun 21 23:45:16 2002 X@@ -90,7 +90,7 @@ X ADD_STRING(method); X ADD_LONG(mtime); X ADD_LONG(clength); X-#if !MODULE_MAGIC_AT_LEAST(20020506,0) X+#if !AP_MODULE_MAGIC_AT_LEAST(20020506,0) X ADD_STRING(boundary); X #endif X ADD_STRING(range); END-of-./files/patch-sapi_apache2filter_php_functions.c echo c - ./scripts mkdir -p ./scripts > /dev/null 2>&1 echo x - ./scripts/configure.php sed 's/^X//' >./scripts/configure.php << 'END-of-./scripts/configure.php' X#!/bin/sh X# $FreeBSD: ports/www/mod_php4/scripts/configure.php,v 1.171 2002/07/23 06:20:58 dirk Exp $ X Xif [ -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ]; then X exit Xfi X Xtempfile=`/usr/bin/mktemp -t checklist` X Xif [ "${BATCH}" ]; then X if [ "${PHP4_OPTIONS}" ]; then X set ${PHP4_OPTIONS} X else X set \"zlib\" \"MySQL\" X fi Xelse X /usr/bin/dialog --title "configuration options" --clear \ X --checklist "\n\ XPlease select desired options:" -1 -1 16 \ XGD1 "GD 1.x library support" OFF \ XGD2 "GD 2.x library support" OFF \ Xzlib "zlib library support" ON \ Xbzip2 "bzip2 library support" OFF \ Xmcrypt "Encryption support" OFF \ Xmhash "Crypto-hashing support" OFF \ Xpdflib "pdflib support" OFF \ XIMAP "IMAP support" OFF \ XIMAP-SSL "IMAP-SSL support (implies IMAP)" OFF \ XMySQL "MySQL database support" ON \ XPostgreSQL "PostgreSQL database support" OFF \ XSybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \ XSybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \ XInterbase "Interbase 6 database support (Firebird)" OFF \ XdBase "dBase database support" OFF \ XOpenLDAP1 "OpenLDAP 1.x support" OFF \ XOpenLDAP2 "OpenLDAP 2.x support" OFF \ XOpenSSL "OpenSSL support" OFF \ XSNMP "SNMP support" OFF \ XXML "XML support" OFF \ XXMLRPC "XMLRPC-EPI support (implies XML and iconv)" OFF \ XXSLT "Sablotron support (implies XML and iconv)" OFF \ XWDDX "WDDX support (implies XML)" OFF \ XDOMXML "DOM support" OFF \ XDOMXSLT "DOM XSLT support (i.e libxslt)" OFF \ XFTP "File Transfer Protocol support" OFF \ XCURL "CURL support" OFF \ Xgettext "gettext library support" OFF \ Xiconv "iconv support" OFF \ Xpspell "pspell support" OFF \ Xmbregex "multibyte regular expressions module" OFF \ Xmbstring "multibyte string module" OFF \ XYP "YP/NIS support" OFF \ XBCMath "BCMath support" OFF \ XHyperwave "Hyperwave support" OFF \ Xmcve "MCVE Credit Card Verification support" OFF \ Xming "ming library support" OFF \ XMCAL "Modular Calendar Access Library support" OFF \ Xsockets "sockets support" OFF \ Xsysvsem "System V semaphore support" OFF \ Xsysvshm "System V shared memory support" OFF \ Xtranssid "Transparent session id" OFF \ Xyaz "YAZ support (ANSI/NISO Z39.50)" OFF \ X2> $tempfile X X retval=$? X X if [ -s $tempfile ]; then X set `cat $tempfile` X fi X rm -f $tempfile X X case $retval in X 0) if [ -z "$*" ]; then X echo "Nothing selected" X fi X ;; X 1) echo "Cancel pressed." X exit 1 X ;; X esac Xfi X X${MKDIR} ${WRKDIRPREFIX}${REALCURDIR} Xexec > ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X Xwhile [ "$1" ]; do X case $1 in X \"GD1\") X echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd" X echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2" X echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png" X echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" X echo "CONFIGURE_ARGS+=--with-gd=\${LOCALBASE} \\" X echo " --enable-gd-native-ttf \\" X echo " --with-freetype-dir=\${LOCALBASE} \\" X echo " --with-jpeg-dir=\${LOCALBASE} \\" X echo " --with-png-dir=\${LOCALBASE}" X if [ "$GD2" ]; then X echo "GD1 and GD2 are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X GD1=1 X ;; X X \"GD2\") X echo "LIB_DEPENDS+= gd.4:\${PORTSDIR}/graphics/gd2" X echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2" X echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png" X echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" X echo "CONFIGURE_ARGS+=--with-gd=\${LOCALBASE} \\" X echo " --enable-gd-native-ttf \\" X echo " --with-freetype-dir=\${LOCALBASE} \\" X echo " --with-jpeg-dir=\${LOCALBASE} \\" X echo " --with-png-dir=\${LOCALBASE}" X if [ "$GD1" ]; then X echo "GD1 and GD2 are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X GD2=1 X ;; X \"zlib\") X echo "CONFIGURE_ARGS+=--with-zlib" X ;; X \"bzip2\") X if [ -x /usr/bin/bzip2 ]; then X BZ2PREFIX=/usr X else X BZ2PREFIX=/usr/local X echo "LIB_DEPENDS+= bz2.1:\${PORTSDIR}/archivers/bzip2" X fi X echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}" X ;; X \"mcrypt\") X echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt" X echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}" X ;; X \"mhash\") X echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash" X echo "CONFIGURE_ARGS+=--with-mhash=\${LOCALBASE}" X ;; X \"pdflib\") X echo "LIB_DEPENDS+= pdf.4:\pdf.4:\${PORTSDIR}/print/pdflib" X echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" X echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png" X echo "LIB_DEPENDS+= tiff.4:\${PORTSDIR}/graphics/tiff" X echo "CONFIGURE_ARGS+=--with-pdflib=\${LOCALBASE} \\" X echo " --with-zlib-dir=/usr \\" X echo " --with-jpeg-dir=\${LOCALBASE} \\" X echo " --with-png-dir=\${LOCALBASE} \\" X echo " --with-tiff-dir=\${LOCALBASE}" X ;; X \"IMAP\") X if [ -z "$IMAP" ]; then X echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient" X echo "CONFIGURE_ARGS+=--with-imap=\${LOCALBASE}" X IMAP=1 X fi X ;; X \"IMAP-SSL\") X echo "CONFIGURE_ARGS+=--with-imap-ssl=\${LOCALBASE}" X if [ -z "$IMAP" ]; then X set $* \"IMAP\" X fi X ;; X \"MySQL\") X echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client" X echo "CONFIGURE_ARGS+=--with-mysql=\${LOCALBASE}" X ;; X \"PostgreSQL\") X echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" X if [ -x ${LOCALBASE}/pgsql/bin/postgres -a ! -x ${LOCALBASE}/bin/postgres ]; then X PGPREFIX=${LOCALBASE}/pgsql X else X PGPREFIX=${LOCALBASE} X echo "CFLAGS+=-I\${LOCALBASE}/include/pgsql" X fi X echo "PGPREFIX=${PGPREFIX}" X echo "CONFIGURE_ARGS+=--with-pgsql=\${PGPREFIX}" X if /usr/bin/ldd ${PGPREFIX}/bin/postgres 2> /dev/null | /usr/bin/grep -q "libssl"; then X echo "USE_OPENSSL= yes" X LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl" X fi X ;; X \"SybaseDB\") X echo "LIB_DEPENDS+= sybdb.1:\${PORTSDIR}/databases/freetds" X echo "LIB_DEPENDS+= iconv.3:\${PORTSDIR}/converters/libiconv" X echo "CONFIGURE_ARGS+=--with-sybase=\${LOCALBASE}" X if [ "$SYBASECT" ]; then X echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X SYBASEDB=1 X ;; X \"SybaseCT\") X echo "LIB_DEPENDS+= ct.0:\${PORTSDIR}/databases/freetds" X echo "LIB_DEPENDS+= iconv.3:\${PORTSDIR}/converters/libiconv" X echo "CONFIGURE_ARGS+=--with-sybase-ct=\${LOCALBASE}" X if [ "$SYBASEDB" ]; then X echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X SYBASECT=1 X ;; X \"Interbase\") X echo "LIB_DEPENDS+= gds.1:\${PORTSDIR}/databases/firebird" X echo "CONFIGURE_ARGS+=--with-interbase=\${LOCALBASE}/firebird" X ;; X \"dBase\") X echo "CONFIGURE_ARGS+=--with-dbase" X ;; X \"OpenLDAP1\") X echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap" X echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap" X echo "CONFIGURE_ARGS+=--with-ldap=\${LOCALBASE}" X if [ "$OPENLDAP2" ]; then X echo "OpenLDAP1 and OpenLDAP2 are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then X LIBS="${LIBS} -lkrb -ldes -L\${LOCALBASE}/lib" X fi X OPENLDAP1=1 X ;; X \"OpenLDAP2\") X echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap2" X echo "LIB_DEPENDS+= lber.2:\${PORTSDIR}/net/openldap2" X echo "CONFIGURE_ARGS+=--with-ldap=\${LOCALBASE}" X if [ "$OPENLDAP1" ]; then X echo "OpenLDAP1 and OpenLDAP2 are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then X LIBS="${LIBS} -lkrb -ldes -L\${LOCALBASE}/lib" X fi X OPENLDAP2=1 X ;; X \"OpenSSL\") X echo "USE_OPENSSL=yes" X echo "CONFIGURE_ARGS+=--with-openssl=\${OPENSSLBASE}" X ;; X \"SNMP\") X echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp4" X echo "CONFIGURE_ARGS+=--with-snmp=\${LOCALBASE} --enable-ucd-snmp-hack --with-openssl=\${OPENSSLBASE}" X echo "USE_OPENSSL= yes" X LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl" X ;; X \"XML\") X if [ -z "$XML" ]; then X echo "LIB_DEPENDS+= expat.3:\${PORTSDIR}/textproc/expat2" X echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}" X XML=1 X fi X ;; X \"XMLRPC\") X echo "CONFIGURE_ARGS+=--with-xmlrpc" X if [ -z "$XML" ]; then X set $* \"XML\" X fi X if [ -z "$ICONV" ]; then X set $* \"iconv\" X fi X ;; X \"XSLT\") X echo "LIB_DEPENDS+= sablot.68:\${PORTSDIR}/textproc/sablotron" X echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot" X if [ -z "$XML" ]; then X set $* \"XML\" X fi X if [ -z "$ICONV" ]; then X set $* \"iconv\" X fi X ;; X \"WDDX\") X echo "CONFIGURE_ARGS+=--enable-wddx" X if [ -z "$XML" ]; then X set $* \"XML\" X fi X ;; X \"DOMXML\") X echo "LIB_DEPENDS+=xml2.5:\${PORTSDIR}/textproc/libxml2" X echo "CONFIGURE_ARGS+=--with-dom=\${LOCALBASE}" X ;; X \"DOMXSLT\") X echo "LIB_DEPENDS+=xslt:\${PORTSDIR}/textproc/libxslt" X echo "CONFIGURE_ARGS+=--with-dom-xslt=\${LOCALBASE}" X ;; X X \"FTP\") X echo "CONFIGURE_ARGS+=--enable-ftp" X ;; X \"CURL\") X echo "CONFIGURE_ARGS+=--with-curl=\${LOCALBASE}" X echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" X ;; X \"gettext\") X echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext" X echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}" X ;; X \"iconv\") X if [ -z "$ICONV" ]; then X echo "LIB_DEPENDS+= iconv.3:\${PORTSDIR}/converters/libiconv" X echo "CONFIGURE_ARGS+=--with-iconv=\${LOCALBASE}" X ICONV=1 X fi X ;; X \"pspell\") X echo "LIB_DEPENDS+= pspell.4:\${PORTSDIR}/textproc/pspell" X echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}" X ;; X \"mbregex\") X echo "CONFIGURE_ARGS+=--enable-mbregex" X ;; X \"mbstring\") X echo "CONFIGURE_ARGS+=--enable-mbstring" X ;; X \"YP\") X echo "CONFIGURE_ARGS+=--enable-yp" X ;; X \"BCMath\") X echo "CONFIGURE_ARGS+=--enable-bcmath" X ;; X \"Hyperwave\") X echo "CONFIGURE_ARGS+=--with-hyperwave=yes" X ;; X \"mcve\") X echo "LIB_DEPENDS+= mcve.0:\${PORTSDIR}/devel/libmcve" X echo "CONFIGURE_ARGS+=--with-mcve=\${LOCALBASE}" X ;; X \"ming\") X echo "LIB_DEPENDS+= ming.3:\${PORTSDIR}/graphics/ming" X echo "CONFIGURE_ARGS+=--with-ming=\${LOCALBASE}" X ;; X \"MCAL\") X echo "CONFIGURE_ARGS+=--with-mcal=\${LOCALBASE}" X echo "LIB_DEPENDS+= mcal.0:\${PORTSDIR}/misc/libmcal" X ;; X \"sockets\") X echo "CONFIGURE_ARGS+=--enable-sockets" X ;; X \"sysvsem\") X echo "CONFIGURE_ARGS+=--enable-sysvsem" X ;; X \"sysvshm\") X echo "CONFIGURE_ARGS+=--enable-sysvshm" X ;; X \"transsid\") X echo "CONFIGURE_ARGS+=--enable-trans-sid" X ;; X \"yaz\") X echo "LIB_DEPENDS+= yaz.1:\${PORTSDIR}/net/yaz" X echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin" X ;; X *) X echo "Invalid option(s): $*" > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X ;; X esac X shift Xdone X Xif [ "${LIBS}" ]; then X echo "CONFIGURE_ENV+= LIBS='${LIBS}'" Xfi END-of-./scripts/configure.php echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: mod_php4 X# Date created: Sun May 28 11:31:54 CEST 2000 X# Whom: Dirk Froemberg X# X# $FreeBSD: ports/www/mod_php4/Makefile,v 1.176 2002/07/22 18:22:14 dirk Exp $ X# X XPORTNAME?= mod_php4 XPORTVERSION= 4.2.2 XPORTREVISION?= 1 XCATEGORIES?= www XMASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ X http://php.he.net/${PHP_DISTDIR}/ \ X http://www.php3.de/${PHP_DISTDIR}/ \ X http://au.php.net/${PHP_DISTDIR}/ \ X http://at.php.net/${PHP_DISTDIR}/ \ X http://br.php.net/${PHP_DISTDIR}/ \ X http://php.easydns.com/${PHP_DISTDIR}/ \ X http://www.php.cz/${PHP_DISTDIR}/ \ X http://php3.globe.de/${PHP_DISTDIR}/ XDISTNAME= php-${PORTVERSION} X XMAINTAINER= dirk@FreeBSD.org X X.if !defined(STANDALONE) X.if defined(WITH_APACHE2) XBUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 XRUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 XLIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth X.else XBUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 XRUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 X.endif X.endif X XPHP_DISTDIR= distributions X XSLAVEDIRS= lang/php4 X XUSE_BZIP2= yes XUSE_SUBMAKE= yes XUSE_AUTOCONF_VER=213 X X.if !defined(BATCH) && !defined(PACKAGE_BUILDING) XIS_INTERACTIVE= yes X.endif X X.if defined(STANDALONE) XCONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone \ X --disable-pear \ X --enable-discard-path \ X --with-readline=/usr X XMAKE_ENV= STANDALONE="${STANDALONE}" X.else X.if defined(WITH_APACHE2) XCONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \ X --with-tsrm-pth XPLIST_SUB= MOD_DIR=libexec/apache2 \ X NON= X.else XCONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs XPLIST_SUB= MOD_DIR=libexec/apache \ X NON=non- X.endif XCONFIGURE_ARGS+=--with-config-file-path=${PREFIX}/etc X.endif X XCONFIGURE_ARGS+=--enable-versioning \ X --with-regex=system \ X --without-gd \ X --without-mysql X XCFLAGS+= -I${PREFIX}/include X XSCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ X TOUCH="${TOUCH}" \ X MKDIR="${MKDIR}" \ X CAT="${CAT}" \ X PHP4_OPTIONS="${PHP4_OPTIONS}" \ X REALCURDIR="${.CURDIR}" X Xpre-fetch: X @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php X.if !defined(STANDALONE) && !defined(WITH_APACHE2) X @${ECHO_CMD} "Define WITH_APACHE2 to build mod_php4 as an apache2 module." X @${ECHO_CMD} "" X.endif X Xpost-install: X.if !defined(STANDALONE) X @${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc X.else X @${MKDIR} ${PREFIX}/etc/php.standalone X @${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc/php.standalone X.endif X X.if !defined(STANDALONE) X @${ECHO_CMD} "*****************************************************************************" X @${ECHO_CMD} "Make sure the mime.types are connected to the php module properly and" X @${ECHO_CMD} "index.php is part of your DirectoryIndex." X @${ECHO_CMD} "" X @${ECHO_CMD} "The following should be in your Apache configuration file:" X @${ECHO_CMD} "[...]" X @${ECHO_CMD} "DirectoryIndex index.php index.html" X @${ECHO_CMD} "[...]" X @${ECHO_CMD} "AddType application/x-httpd-php .php" X @${ECHO_CMD} "AddType application/x-httpd-php-source .phps" X @${ECHO_CMD} "[...]" X @${ECHO_CMD} "*****************************************************************************" X.endif X Xpost-clean: X @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc X X.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) X.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" X.endif X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (php-4.2.2.tar.bz2) = 3d741c852bd1e54c29f5987b8c814705 END-of-./distinfo echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XPHP4 module for Apache END-of-./pkg-comment echo x - ./pkg-comment.standalone sed 's/^X//' >./pkg-comment.standalone << 'END-of-./pkg-comment.standalone' XPHP4 commandline interpreter END-of-./pkg-comment.standalone echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XServer-side, cross-platform, HTML embedded scripting language which Xoffers easy database integration. X XWWW: http://www.php.net/ END-of-./pkg-descr echo x - ./pkg-message sed 's/^X//' >./pkg-message << 'END-of-./pkg-message' X***************************************************************************** XYou have installed the mod_php4 package. X XHave a look at the mod_php4 _port_ if you need additional support for Xdatabases other than MySQL, e. g. X XYou can find it at Xftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php4.tar X XMake sure the mime.types are connected to the php module properly and Xindex.php is part of your DirectoryIndex. X XThe following should be in your Apache configuration file: X[...] XDirectoryIndex index.php index.html X[...] XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps X[...] X***************************************************************************** END-of-./pkg-message echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/pear Xbin/pearize Xbin/php-config Xbin/phpextdist Xbin/phpize Xbin/phptar Xetc/php.ini-dist Xinclude/php/TSRM/TSRM.h Xinclude/php/TSRM/acconfig.h Xinclude/php/TSRM/readdir.h Xinclude/php/TSRM/tsrm_config.h Xinclude/php/TSRM/tsrm_config.w32.h Xinclude/php/TSRM/tsrm_config_common.h Xinclude/php/TSRM/tsrm_strtok_r.h Xinclude/php/TSRM/tsrm_virtual_cwd.h Xinclude/php/TSRM/tsrm_win32.h Xinclude/php/Zend/FlexLexer.h Xinclude/php/Zend/acconfig.h Xinclude/php/Zend/zend.h Xinclude/php/Zend/zend_API.h Xinclude/php/Zend/zend_alloc.h Xinclude/php/Zend/zend_builtin_functions.h Xinclude/php/Zend/zend_compile.h Xinclude/php/Zend/zend_config.h Xinclude/php/Zend/zend_config.w32.h Xinclude/php/Zend/zend_constants.h Xinclude/php/Zend/zend_dynamic_array.h Xinclude/php/Zend/zend_errors.h Xinclude/php/Zend/zend_execute.h Xinclude/php/Zend/zend_execute_locks.h Xinclude/php/Zend/zend_extensions.h Xinclude/php/Zend/zend_fast_cache.h Xinclude/php/Zend/zend_globals.h Xinclude/php/Zend/zend_globals_macros.h Xinclude/php/Zend/zend_hash.h Xinclude/php/Zend/zend_highlight.h Xinclude/php/Zend/zend_indent.h Xinclude/php/Zend/zend_ini.h Xinclude/php/Zend/zend_ini_parser.h Xinclude/php/Zend/zend_ini_scanner.h Xinclude/php/Zend/zend_istdiostream.h Xinclude/php/Zend/zend_language_parser.h Xinclude/php/Zend/zend_language_scanner.h Xinclude/php/Zend/zend_list.h Xinclude/php/Zend/zend_llist.h Xinclude/php/Zend/zend_modules.h Xinclude/php/Zend/zend_operators.h Xinclude/php/Zend/zend_ptr_stack.h Xinclude/php/Zend/zend_qsort.h Xinclude/php/Zend/zend_stack.h Xinclude/php/Zend/zend_static_allocator.h Xinclude/php/Zend/zend_variables.h Xinclude/php/acconfig.h Xinclude/php/ext/mbstring/cp932_table.h Xinclude/php/ext/mbstring/mbfilter.h Xinclude/php/ext/mbstring/mbfilter_ja.h Xinclude/php/ext/mbstring/mbregex.h Xinclude/php/ext/mbstring/mbstring.h Xinclude/php/ext/mbstring/unicode_table.h Xinclude/php/ext/mbstring/unicode_table_ja.h Xinclude/php/ext/session/mod_files.h Xinclude/php/ext/session/mod_mm.h Xinclude/php/ext/session/mod_user.h Xinclude/php/ext/session/php_session.h Xinclude/php/ext/standard/aggregation.h Xinclude/php/ext/standard/base64.h Xinclude/php/ext/standard/basic_functions.h Xinclude/php/ext/standard/crc32.h Xinclude/php/ext/standard/credits.h Xinclude/php/ext/standard/credits_ext.h Xinclude/php/ext/standard/credits_sapi.h Xinclude/php/ext/standard/cyr_convert.h Xinclude/php/ext/standard/datetime.h Xinclude/php/ext/standard/dl.h Xinclude/php/ext/standard/dns.h Xinclude/php/ext/standard/exec.h Xinclude/php/ext/standard/file.h Xinclude/php/ext/standard/flock_compat.h Xinclude/php/ext/standard/fsock.h Xinclude/php/ext/standard/head.h Xinclude/php/ext/standard/html.h Xinclude/php/ext/standard/info.h Xinclude/php/ext/standard/md5.h Xinclude/php/ext/standard/microtime.h Xinclude/php/ext/standard/pack.h Xinclude/php/ext/standard/pageinfo.h Xinclude/php/ext/standard/php_array.h Xinclude/php/ext/standard/php_assert.h Xinclude/php/ext/standard/php_browscap.h Xinclude/php/ext/standard/php_crypt.h Xinclude/php/ext/standard/php_dir.h Xinclude/php/ext/standard/php_ext_syslog.h Xinclude/php/ext/standard/php_filestat.h Xinclude/php/ext/standard/php_fopen_wrappers.h Xinclude/php/ext/standard/php_ftok.h Xinclude/php/ext/standard/php_image.h Xinclude/php/ext/standard/php_incomplete_class.h Xinclude/php/ext/standard/php_iptc.h Xinclude/php/ext/standard/php_lcg.h Xinclude/php/ext/standard/php_link.h Xinclude/php/ext/standard/php_mail.h Xinclude/php/ext/standard/php_math.h Xinclude/php/ext/standard/php_metaphone.h Xinclude/php/ext/standard/php_parsedate.h Xinclude/php/ext/standard/php_rand.h Xinclude/php/ext/standard/php_smart_str.h Xinclude/php/ext/standard/php_smart_str_public.h Xinclude/php/ext/standard/php_standard.h Xinclude/php/ext/standard/php_string.h Xinclude/php/ext/standard/php_type.h Xinclude/php/ext/standard/php_var.h Xinclude/php/ext/standard/php_versioning.h Xinclude/php/ext/standard/quot_print.h Xinclude/php/ext/standard/reg.h Xinclude/php/ext/standard/scanf.h Xinclude/php/ext/standard/uniqid.h Xinclude/php/ext/standard/url.h Xinclude/php/ext/standard/url_scanner.h Xinclude/php/ext/standard/url_scanner_ex.h Xinclude/php/ext/xml/expat/ascii.h Xinclude/php/ext/xml/expat/asciitab.h Xinclude/php/ext/xml/expat/expat.h Xinclude/php/ext/xml/expat/iasciitab.h Xinclude/php/ext/xml/expat/latin1tab.h Xinclude/php/ext/xml/expat/nametab.h Xinclude/php/ext/xml/expat/utf8tab.h Xinclude/php/ext/xml/expat/winconfig.h Xinclude/php/ext/xml/expat/xmlrole.h Xinclude/php/ext/xml/expat/xmltok.h Xinclude/php/ext/xml/expat/xmltok_impl.h Xinclude/php/ext/xml/php_xml.h Xinclude/php/main/SAPI.h Xinclude/php/main/build-defs.h Xinclude/php/main/config.w32.h Xinclude/php/main/fopen_wrappers.h Xinclude/php/main/internal_functions_registry.h Xinclude/php/main/logos.h Xinclude/php/main/php.h Xinclude/php/main/php3_compat.h Xinclude/php/main/php_compat.h Xinclude/php/main/php_config.h Xinclude/php/main/php_content_types.h Xinclude/php/main/php_globals.h Xinclude/php/main/php_ini.h Xinclude/php/main/php_logos.h Xinclude/php/main/php_main.h Xinclude/php/main/php_network.h Xinclude/php/main/php_open_temporary_file.h Xinclude/php/main/php_output.h Xinclude/php/main/php_reentrancy.h Xinclude/php/main/php_regex.h Xinclude/php/main/php_streams.h Xinclude/php/main/php_syslog.h Xinclude/php/main/php_ticks.h Xinclude/php/main/php_variables.h Xinclude/php/main/php_version.h Xinclude/php/main/rfc1867.h Xinclude/php/main/safe_mode.h Xinclude/php/main/snprintf.h Xinclude/php/main/win95nt.h Xinclude/php/php_version.h Xinclude/php/regex/cclass.h Xinclude/php/regex/cname.h Xinclude/php/regex/regex.h Xinclude/php/regex/regex2.h Xinclude/php/regex/regex_extra.h Xinclude/php/regex/utils.h Xlib/php/Archive/Tar.php Xlib/php/Console/Getopt.php Xlib/php/Crypt/CBC.php Xlib/php/Crypt/HCEMD5.php Xlib/php/DB.php Xlib/php/DB/common.php Xlib/php/DB/fbsql.php Xlib/php/DB/ibase.php Xlib/php/DB/ifx.php Xlib/php/DB/msql.php Xlib/php/DB/mssql.php Xlib/php/DB/mysql.php Xlib/php/DB/oci8.php Xlib/php/DB/odbc.php Xlib/php/DB/pgsql.php Xlib/php/DB/storage.php Xlib/php/DB/sybase.php Xlib/php/Date/Calc.php Xlib/php/Date/Human.php Xlib/php/File/Find.php Xlib/php/File/Passwd.php Xlib/php/File/SearchReplace.php Xlib/php/HTML/Common.php Xlib/php/HTML/Form.php Xlib/php/HTML/IT.php Xlib/php/HTML/ITX.php Xlib/php/HTML/IT_Error.php Xlib/php/HTML/Page.php Xlib/php/HTML/Processor.php Xlib/php/HTML/Select.php Xlib/php/HTML/Table.php Xlib/php/HTTP.php Xlib/php/HTTP/Compress.php Xlib/php/Mail.php Xlib/php/Mail/RFC822.php Xlib/php/Mail/sendmail.php Xlib/php/Mail/smtp.php Xlib/php/Net/Curl.php Xlib/php/Net/Dig.php Xlib/php/Net/SMTP.php Xlib/php/PEAR.php Xlib/php/PEAR/Autoloader.php Xlib/php/PEAR/Command.php Xlib/php/PEAR/Command/Auth.php Xlib/php/PEAR/Command/Common.php Xlib/php/PEAR/Command/Config.php Xlib/php/PEAR/Command/Install.php Xlib/php/PEAR/Command/Package.php Xlib/php/PEAR/Command/Registry.php Xlib/php/PEAR/Command/Remote.php Xlib/php/PEAR/Common.php Xlib/php/PEAR/Config.php Xlib/php/PEAR/Dependency.php Xlib/php/PEAR/Frontend/CLI.php Xlib/php/PEAR/Installer.php Xlib/php/PEAR/Packager.php Xlib/php/PEAR/Registry.php Xlib/php/PEAR/Remote.php Xlib/php/Schedule/At.php Xlib/php/System.php Xlib/php/XML/Parser.php Xlib/php/build/acinclude.m4 Xlib/php/build/dynlib.m4 Xlib/php/build/dynlib.mk Xlib/php/build/fastgen.sh Xlib/php/build/library.mk Xlib/php/build/ltlib.mk Xlib/php/build/mkdep.awk Xlib/php/build/pear.m4 Xlib/php/build/program.mk Xlib/php/build/rules.mk Xlib/php/build/rules_common.mk Xlib/php/build/rules_pear.mk Xlib/php/build/shtool X%%MOD_DIR%%/libphp4.so X@exec %D/sbin/apxs -e -a -n php4 %f X@unexec %D/sbin/apxs -e -A -n php4 %f X@dirrm include/php/TSRM X@dirrm include/php/Zend X@dirrm include/php/ext/mbstring X@dirrm include/php/ext/session X@dirrm include/php/ext/standard X@dirrm include/php/ext/xml/expat X@dirrm include/php/ext/xml X@dirrm include/php/ext X@dirrm include/php/main X@dirrm include/php/regex X@dirrm include/php X@dirrm lib/php/Archive X@dirrm lib/php/Console X@dirrm lib/php/Crypt X@dirrm lib/php/DB X@dirrm lib/php/Date X@dirrm lib/php/File X@dirrm lib/php/HTML X@dirrm lib/php/HTTP X@dirrm lib/php/Image X@dirrm lib/php/Mail X@dirrm lib/php/Net X@dirrm lib/php/PEAR/Command X@dirrm lib/php/PEAR/Frontend X@dirrm lib/php/PEAR X@dirrm lib/php/Schedule X@dirrm lib/php/XML X@dirrm lib/php/build X@dirrm lib/php/extensions/no-debug-%%NON%%zts-20020429 X@dirrm lib/php/extensions X@dirrm lib/php X@exec mkdir -p %D/lib/php/extensions/no-debug-%%NON%%zts-20020429 X@exec mkdir -p %D/lib/php/Image END-of-./pkg-plist echo x - ./pkg-plist.standalone sed 's/^X//' >./pkg-plist.standalone << 'END-of-./pkg-plist.standalone' Xbin/php Xetc/php.standalone/php.ini-dist X@unexec rmdir %D/etc/php.standalone 2>/dev/null || true END-of-./pkg-plist.standalone exit >Release-Note: >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 Jul 30 5: 0: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F38DB37B401 for ; Tue, 30 Jul 2002 05:00:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D0EE43E4A for ; Tue, 30 Jul 2002 05:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UC06JU054506 for ; Tue, 30 Jul 2002 05:00:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UC06OU054505; Tue, 30 Jul 2002 05:00:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE2537B400 for ; Tue, 30 Jul 2002 04:51:56 -0700 (PDT) Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9EB743E4A for ; Tue, 30 Jul 2002 04:51:55 -0700 (PDT) (envelope-from root@guineapig.pil.dk) Received: by guineapig.pil.dk (Postfix, from userid 0) id 5DF2DCB9090; Tue, 30 Jul 2002 13:51:54 +0200 (CEST) Message-Id: <20020730115154.5DF2DCB9090@guineapig.pil.dk> Date: Tue, 30 Jul 2002 13:51:54 +0200 (CEST) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41157: maintainer-update security/p5-Crypt-SSLeay to 0.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41157 >Category: ports >Synopsis: maintainer-update security/p5-Crypt-SSLeay to 0.43 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 05:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.6-RELEASE-p1 i386 >Organization: pil.dk >Environment: System: FreeBSD guineapig.pil.dk 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #10: Thu Jun 27 12:30:28 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386 >Description: update to 0.43 >How-To-Repeat: >Fix: --- p5-Crypt-SSLeay.diff begins here --- diff -ruN p5-Crypt-SSLeay.orig/Makefile p5-Crypt-SSLeay/Makefile --- p5-Crypt-SSLeay.orig/Makefile Tue Jul 30 13:42:35 2002 +++ p5-Crypt-SSLeay/Makefile Tue Jul 30 13:42:47 2002 @@ -6,7 +6,7 @@ # PORTNAME= Crypt-SSLeay -PORTVERSION= 0.41 +PORTVERSION= 0.43 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff -ruN p5-Crypt-SSLeay.orig/distinfo p5-Crypt-SSLeay/distinfo --- p5-Crypt-SSLeay.orig/distinfo Tue Jul 30 13:42:35 2002 +++ p5-Crypt-SSLeay/distinfo Tue Jul 30 13:42:58 2002 @@ -1 +1 @@ -MD5 (Crypt-SSLeay-0.41.tar.gz) = b79087ae9376458e49868298c150ebce +MD5 (Crypt-SSLeay-0.43.tar.gz) = b09a41a44da7151e40e21873ab716ea9 --- p5-Crypt-SSLeay.diff ends here --- >Release-Note: >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 Jul 30 5:20:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8426637B400 for ; Tue, 30 Jul 2002 05:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 837E443E70 for ; Tue, 30 Jul 2002 05:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UCK2JU062446 for ; Tue, 30 Jul 2002 05:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UCK2u0062445; Tue, 30 Jul 2002 05:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E611137B400 for ; Tue, 30 Jul 2002 05:10:38 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 850B143E3B for ; Tue, 30 Jul 2002 05:10:38 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id EA0D12B6E5 for ; Tue, 30 Jul 2002 14:10:33 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id B24CE6A711E; Tue, 30 Jul 2002 22:10:23 +1000 (EST) Message-Id: <20020730121023.B24CE6A711E@k7.mavetju> Date: Tue, 30 Jul 2002 22:10:23 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41158: [maintainer update] update net/dnstracer to 1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41158 >Category: ports >Synopsis: [maintainer update] update net/dnstracer to 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 05:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 $FreeBSD: ports/net/dnstracer/Makefile,v 1.4 2002/06/12 15:43:22 pat Exp $ >Description: update from version 1.5 to 1.6 (minor feature improvements) >How-To-Repeat: n/a >Fix: diff -u dnstracer-old/Makefile dnstracer/Makefile --- dnstracer-old/Makefile Tue Jul 30 21:47:00 2002 +++ dnstracer/Makefile Tue Jul 30 21:48:34 2002 @@ -6,7 +6,7 @@ # PORTNAME= dnstracer -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= net MASTER_SITES= http://www.mavetju.org/download/ @@ -14,6 +14,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} +USE_GMAKE= yes MAN8= dnstracer.8 diff -u dnstracer-old/distinfo dnstracer/distinfo --- dnstracer-old/distinfo Tue Jul 30 21:47:00 2002 +++ dnstracer/distinfo Tue Jul 30 21:47:59 2002 @@ -1 +1 @@ -MD5 (dnstracer-1.5.tar.gz) = df8aa1cf373c0bb6ae40e33e191b97f9 +MD5 (dnstracer-1.6.tar.gz) = 1820c54cdfbb436516bd2de49324f7d4 >Release-Note: >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 Jul 30 5:38:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF31D37B400; Tue, 30 Jul 2002 05:38:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3085E43E84; Tue, 30 Jul 2002 05:38:05 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UCbtJU065368; Tue, 30 Jul 2002 05:37:55 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UCbjgr065222; Tue, 30 Jul 2002 05:37:45 -0700 (PDT) Date: Tue, 30 Jul 2002 05:37:45 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207301237.g6UCbjgr065222@freefall.freebsd.org> To: varju@webct.com, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41148: fix ports/audio/sidplay build on current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: fix ports/audio/sidplay build on current State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue Jul 30 05:37:27 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41148 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 6:20:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BD537B400 for ; Tue, 30 Jul 2002 06:20:07 -0700 (PDT) Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35EB743E65 for ; Tue, 30 Jul 2002 06:20:07 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by earth.hub.org (Postfix) with ESMTP id 8802B2CCA82; Tue, 30 Jul 2002 10:20:01 -0300 (ADT) Date: Tue, 30 Jul 2002 10:20:01 -0300 (ADT) From: "Marc G. Fournier" To: andrey@mgul.ac.ru Cc: freebsd-ports@freebsd.org Subject: pam-pgsql port SegFaults @ pam_get_pass() in pam_pgsql.c ... Message-ID: <20020730101519.P3083-100000@mail1.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ... and I can't figure out why ... I added a bunch of debugging to SYSLOG to trace it, and it comes down to: Jul 30 10:01:45 nrelay PAM_pgsql[37016]: options_valid: top Jul 30 10:01:45 nrelay PAM_pgsql[37016]: options_valid: bottom Jul 30 10:01:45 nrelay PAM_pgsql[37016]: attempting to authenticate: scrappy Which corresponds to: SYSLOG("attempting to authenticate: %s", user); if((rc = pam_get_pass(pamh, &password, PASSWORD_PROMPT, std_flags) != PAM_SUCCESS)) { SYSLOG("attempting to authenticate - in : %s", user); free_module_options(options); return rc; } SYSLOG("attempting to authenticate - post : %s", user); I added some debugging to pam_get_pass, as follows: int pam_get_pass(pam_handle_t *pamh, const char **passp, const char *prompt, int options) { int retval; const void *item = NULL; SYSLOG("pam_get_pass: top"); /* * Grab the already-entered password if we might want to use it. */ if (options & (PAM_OPT_TRY_FIRST_PASS | PAM_OPT_USE_FIRST_PASS)) { if ((retval = pam_get_item(pamh, PAM_AUTHTOK, &item)) != PAM_SUCCESS) return retval; } But it never gets to 'pam_get_pass: top' ... The system is 4.6-STABLE, if that matters ... PgSQL 7.2.1 is installed, and the build appears to work great ... only running appears to fail. Testing is being done with the test.c that comes with pam_pgsql itself, so that I don't throw any 'unknowns' into the mix .... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 6:30:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07EBE37B400 for ; Tue, 30 Jul 2002 06:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7377543E5E for ; Tue, 30 Jul 2002 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UDU2JU077487 for ; Tue, 30 Jul 2002 06:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UDU26r077486; Tue, 30 Jul 2002 06:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F24A537B401 for ; Tue, 30 Jul 2002 06:29:25 -0700 (PDT) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFAD643E42 for ; Tue, 30 Jul 2002 06:29:24 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 7D36D5D6A; Tue, 30 Jul 2002 14:29:06 +0100 (BST) Message-Id: <20020730132906.7D36D5D6A@cathbad.happygiraffe.net> Date: Tue, 30 Jul 2002 14:29:06 +0100 (BST) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41160: new port: audio/p5-libvorbis-perl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41160 >Category: ports >Synopsis: new port: audio/p5-libvorbis-perl >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 Jul 30 06:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 5.0-CURRENT i386 >Organization: The HappyGiraffe Institute for Happy Giraffes >Environment: System: FreeBSD cathbad.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jul 30 12:22:35 BST 2002 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 perl 5.6.1 libvorbis 1.0,3 >Description: This is a new port of a perl module that's need for Apache::MP3 to play .ogg files. >How-To-Repeat: n/a >Fix: Here's the port. # 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-libvorbis-perl # p5-libvorbis-perl/Makefile # p5-libvorbis-perl/distinfo # p5-libvorbis-perl/pkg-comment # p5-libvorbis-perl/files # p5-libvorbis-perl/files/patch-Makefile.PL # p5-libvorbis-perl/pkg-descr # p5-libvorbis-perl/pkg-plist # echo c - p5-libvorbis-perl mkdir -p p5-libvorbis-perl > /dev/null 2>&1 echo x - p5-libvorbis-perl/Makefile sed 's/^X//' >p5-libvorbis-perl/Makefile << 'END-of-p5-libvorbis-perl/Makefile' X# New ports collection makefile for: p5-libvorbis-perl X# Date created: 30 Jul 2002 X# Whom: Dominic Mitchell X# X# $FreeBSD$ X# X XPORTNAME= libvorbis-perl XPORTVERSION= 0.04 XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR=../by-authors/id/F/FO/FOOF XPKGNAMEPREFIX= p5- X XMAINTAINER= dom@happygiraffe.net X XLIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis X XUSE_REINPLACE= yes X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN1= pogg.1 XMAN3= Ogg::Vorbis.3 X Xpost-patch: X @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Makefile.PL X X.include END-of-p5-libvorbis-perl/Makefile echo x - p5-libvorbis-perl/distinfo sed 's/^X//' >p5-libvorbis-perl/distinfo << 'END-of-p5-libvorbis-perl/distinfo' XMD5 (libvorbis-perl-0.04.tar.gz) = 764e0ad14ce0a1ea9f7ae1e05f71ffed END-of-p5-libvorbis-perl/distinfo echo x - p5-libvorbis-perl/pkg-comment sed 's/^X//' >p5-libvorbis-perl/pkg-comment << 'END-of-p5-libvorbis-perl/pkg-comment' XPerl extension for Ogg Vorbis streams END-of-p5-libvorbis-perl/pkg-comment echo c - p5-libvorbis-perl/files mkdir -p p5-libvorbis-perl/files > /dev/null 2>&1 echo x - p5-libvorbis-perl/files/patch-Makefile.PL sed 's/^X//' >p5-libvorbis-perl/files/patch-Makefile.PL << 'END-of-p5-libvorbis-perl/files/patch-Makefile.PL' X--- Makefile.PL.orig Tue Jul 30 13:17:09 2002 X+++ Makefile.PL Tue Jul 30 13:17:41 2002 X@@ -4,8 +4,8 @@ X WriteMakefile( X 'NAME' => 'Ogg::Vorbis', X 'VERSION_FROM' => 'Vorbis.pm', X- 'LIBS' => ['-logg -lvorbis -lvorbisfile'], X+ 'LIBS' => ['-L%%PREFIX%%/lib -logg -lvorbis -lvorbisfile'], X 'DEFINE' => '', X- 'INC' => '-I/usr/local/include/vorbis', X+ 'INC' => '-I%%PREFIX%%/include', X 'EXE_FILES' => ['pogg'], X ); END-of-p5-libvorbis-perl/files/patch-Makefile.PL echo x - p5-libvorbis-perl/pkg-descr sed 's/^X//' >p5-libvorbis-perl/pkg-descr << 'END-of-p5-libvorbis-perl/pkg-descr' XThis is an object-oriented interface to the Ogg Vorbis Xlibvorbisfile convenience library. X XWWW: http://synthcode.com/code/vorbis END-of-p5-libvorbis-perl/pkg-descr echo x - p5-libvorbis-perl/pkg-plist sed 's/^X//' >p5-libvorbis-perl/pkg-plist << 'END-of-p5-libvorbis-perl/pkg-plist' Xbin/pogg Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Ogg/Vorbis.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ogg/Vorbis/Vorbis.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ogg/Vorbis/Vorbis.bs X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Ogg X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ogg/Vorbis X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ogg END-of-p5-libvorbis-perl/pkg-plist exit >Release-Note: >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 Jul 30 6:40:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD63F37B40D for ; Tue, 30 Jul 2002 06:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC1A43E42 for ; Tue, 30 Jul 2002 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UDe1JU078608 for ; Tue, 30 Jul 2002 06:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UDe1gV078607; Tue, 30 Jul 2002 06:40:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE8037B400 for ; Tue, 30 Jul 2002 06:30:30 -0700 (PDT) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4656643E3B for ; Tue, 30 Jul 2002 06:30:30 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 029BE5D6A; Tue, 30 Jul 2002 14:30:13 +0100 (BST) Message-Id: <20020730133013.029BE5D6A@cathbad.happygiraffe.net> Date: Tue, 30 Jul 2002 14:30:13 +0100 (BST) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41161: new port: audio/p5-Audio-Wav Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41161 >Category: ports >Synopsis: new port: audio/p5-Audio-Wav >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 Jul 30 06:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 5.0-CURRENT i386 >Organization: The HappyGiraffe Institute for Happy Giraffes >Environment: System: FreeBSD cathbad.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jul 30 12:22:35 BST 2002 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 perl 5.6.1 >Description: This is a new port that is required for Apache::MP3 to play wav files. >How-To-Repeat: n/a >Fix: Here's the shar: # 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-Audio-Wav # p5-Audio-Wav/Makefile # p5-Audio-Wav/pkg-comment # p5-Audio-Wav/pkg-descr # p5-Audio-Wav/pkg-plist # p5-Audio-Wav/distinfo # echo c - p5-Audio-Wav mkdir -p p5-Audio-Wav > /dev/null 2>&1 echo x - p5-Audio-Wav/Makefile sed 's/^X//' >p5-Audio-Wav/Makefile << 'END-of-p5-Audio-Wav/Makefile' X# New ports collection makefile for: p5-Audio-Wav X# Date created: 30 Jul 2002 X# Whom: Dominic Mitchell X# X# $FreeBSD$ X# X XPORTNAME= Audio-Wav XPORTVERSION= 0.02 XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR=Audio XPKGNAMEPREFIX= p5- X XMAINTAINER= dom@happygiraffe.net X XUSE_REINPLACE= yes X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Audio::Wav.3 X X.include END-of-p5-Audio-Wav/Makefile echo x - p5-Audio-Wav/pkg-comment sed 's/^X//' >p5-Audio-Wav/pkg-comment << 'END-of-p5-Audio-Wav/pkg-comment' XPerl modules for reading & writing Microsoft WAV files END-of-p5-Audio-Wav/pkg-comment echo x - p5-Audio-Wav/pkg-descr sed 's/^X//' >p5-Audio-Wav/pkg-descr << 'END-of-p5-Audio-Wav/pkg-descr' XThese Perl modules provide a method of reading & writing uncompressed XMicrosoft WAV files. X XWWW: http://search.cpan.org/search?dist=Audio-Wav END-of-p5-Audio-Wav/pkg-descr echo x - p5-Audio-Wav/pkg-plist sed 's/^X//' >p5-Audio-Wav/pkg-plist << 'END-of-p5-Audio-Wav/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Audio/Wav.pm Xlib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Write.pm Xlib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Write/Header.pm Xlib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Read.pm Xlib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Tools.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Audio/Wav/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Write X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Audio/Wav X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Audio/Wav X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Audio 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Audio 2>/dev/null || true X END-of-p5-Audio-Wav/pkg-plist echo x - p5-Audio-Wav/distinfo sed 's/^X//' >p5-Audio-Wav/distinfo << 'END-of-p5-Audio-Wav/distinfo' XMD5 (Audio-Wav-0.02.tar.gz) = bd0eb5c46bcd7566d732ddf54d1c8937 END-of-p5-Audio-Wav/distinfo exit >Release-Note: >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 Jul 30 6:40:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61E837B418 for ; Tue, 30 Jul 2002 06:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A689A43E5E for ; Tue, 30 Jul 2002 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UDe2JU078640 for ; Tue, 30 Jul 2002 06:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UDe2bX078639; Tue, 30 Jul 2002 06:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E976B37B401 for ; Tue, 30 Jul 2002 06:38:22 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E9243E31 for ; Tue, 30 Jul 2002 06:38:22 -0700 (PDT) (envelope-from plasma@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1026) id B1FD1737; Tue, 30 Jul 2002 21:38:24 +0800 (CST) Message-Id: <20020730133824.B1FD1737@freebsd.sinica.edu.tw> Date: Tue, 30 Jul 2002 21:38:24 +0800 (CST) From: plasma Reply-To: plasma To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41163: New port: devel/aegis-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41163 >Category: ports >Synopsis: New port: devel/aegis-mode.el >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 Jul 30 06:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: plasma >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: Aegis mode is a major mode for operating in the configuration management tool aegis by Peter Miller. >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: # # aegis-mode.el # aegis-mode.el/distinfo # aegis-mode.el/pkg-comment # aegis-mode.el/pkg-descr # aegis-mode.el/pkg-message # aegis-mode.el/Makefile # aegis-mode.el/pkg-descr~ # aegis-mode.el/pkg-plist # echo c - aegis-mode.el mkdir -p aegis-mode.el > /dev/null 2>&1 echo x - aegis-mode.el/distinfo sed 's/^X//' >aegis-mode.el/distinfo << 'END-of-aegis-mode.el/distinfo' XMD5 (aegis-mode-0.01.tar.gz) = 37eed2c144ba497d24e6f4674a1588ba END-of-aegis-mode.el/distinfo echo x - aegis-mode.el/pkg-comment sed 's/^X//' >aegis-mode.el/pkg-comment << 'END-of-aegis-mode.el/pkg-comment' XEmacs lisp module for configuration management tool Aegis END-of-aegis-mode.el/pkg-comment echo x - aegis-mode.el/pkg-descr sed 's/^X//' >aegis-mode.el/pkg-descr << 'END-of-aegis-mode.el/pkg-descr' XAegis mode is a major mode for operating in the configuration Xmanagement tool aegis by Peter Miller. X XFor infomation about this elisp module, see XWWW: http://acsys.anu.edu.au/~tpot/aegis-mode/ END-of-aegis-mode.el/pkg-descr echo x - aegis-mode.el/pkg-message sed 's/^X//' >aegis-mode.el/pkg-message << 'END-of-aegis-mode.el/pkg-message' X==================== XPut aegis-mode.el somewhere where it can be found in your Xload-path and add the following lines to your .emacs file: X X;; load aegis mode X(autoload 'aegis-mode "aegis-mode" "Mode for using aegis" t) X(aegis-mode) END-of-aegis-mode.el/pkg-message echo x - aegis-mode.el/Makefile sed 's/^X//' >aegis-mode.el/Makefile << 'END-of-aegis-mode.el/Makefile' X# New ports collection makefile for: aegis-mode.el X# Date created: July 30, 2002 X# Whom: plasmabal@pchome.com.tw X# X# $FreeBSD$ X XPORTNAME= aegis-mode.el XPORTVERSION= 0.01 XCATEGORIES= devel elisp XMASTER_SITES= http://acsys.anu.edu.au/~tpot/aegis-mode/ XDISTNAME= aegis-mode-0.01 X XMAINTAINER= plasmabal@pchome.com.tw X XRUN_DEPENDS= aegis:${PORTSDIR}/devel/aegis X XNO_BUILD= yes X XELISP_FILES= aegis-admin.el \ X aegis-integrate.el \ X aegis-mode.el \ X aegis-cmd.el \ X aegis-menu.el \ X aegis-review.el \ X aegis-devel.el \ X aegis-misc.el \ X aegis-vars.el X XEMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XXEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp X Xdo-install: X ${MKDIR} ${EMACSLISPDIR} X ${INSTALL_DATA} ${WRKDIR}/*.el ${EMACSLISPDIR}/ X ${MKDIR} ${XEMACSLISPDIR} X.for f in ${ELISP_FILES} X ${LN} -sf ${EMACSLISPDIR}/${f} ${XEMACSLISPDIR}/ X.endfor X @${CAT} ${PKGMESSAGE} X X.include END-of-aegis-mode.el/Makefile echo x - aegis-mode.el/pkg-descr~ sed 's/^X//' >aegis-mode.el/pkg-descr~ << 'END-of-aegis-mode.el/pkg-descr~' XAegis mode is a major mode for operating in the configuration Xmanagement tool aegis by Peter Miller. X XFor infomation about this elisp module, Xsee http://acsys.anu.edu.au/~tpot/aegis-mode/ END-of-aegis-mode.el/pkg-descr~ echo x - aegis-mode.el/pkg-plist sed 's/^X//' >aegis-mode.el/pkg-plist << 'END-of-aegis-mode.el/pkg-plist' Xshare/emacs/site-lisp/aegis-admin.el Xshare/emacs/site-lisp/aegis-integrate.el Xshare/emacs/site-lisp/aegis-mode.el Xshare/emacs/site-lisp/aegis-cmd.el Xshare/emacs/site-lisp/aegis-menu.el Xshare/emacs/site-lisp/aegis-review.el Xshare/emacs/site-lisp/aegis-devel.el Xshare/emacs/site-lisp/aegis-misc.el Xshare/emacs/site-lisp/aegis-vars.el Xlib/xemacs/site-lisp/aegis-admin.el Xlib/xemacs/site-lisp/aegis-integrate.el Xlib/xemacs/site-lisp/aegis-mode.el Xlib/xemacs/site-lisp/aegis-cmd.el Xlib/xemacs/site-lisp/aegis-menu.el Xlib/xemacs/site-lisp/aegis-review.el Xlib/xemacs/site-lisp/aegis-devel.el Xlib/xemacs/site-lisp/aegis-misc.el Xlib/xemacs/site-lisp/aegis-vars.el END-of-aegis-mode.el/pkg-plist exit >Release-Note: >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 Jul 30 6:40:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C53AF37B410 for ; Tue, 30 Jul 2002 06:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309A943E4A for ; Tue, 30 Jul 2002 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UDe2JU078626 for ; Tue, 30 Jul 2002 06:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UDe2Pv078625; Tue, 30 Jul 2002 06:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C9C37B400 for ; Tue, 30 Jul 2002 06:32:38 -0700 (PDT) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F3EE43E3B for ; Tue, 30 Jul 2002 06:32:38 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 36FCD5D6A; Tue, 30 Jul 2002 14:32:21 +0100 (BST) Message-Id: <20020730133221.36FCD5D6A@cathbad.happygiraffe.net> Date: Tue, 30 Jul 2002 14:32:21 +0100 (BST) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41162: New version of www/p5-Apache-MP3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41162 >Category: ports >Synopsis: New version of www/p5-Apache-MP3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 06:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 5.0-CURRENT i386 >Organization: The HappyGiraffe Institute for Happy Giraffes >Environment: System: FreeBSD cathbad.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jul 30 12:22:35 BST 2002 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 perl 5.6.1 apache 1.3.26 mod_perl 1.27 >Description: This is a new version of www/p5-Apache-MP3. NB: This version requires two new ports, which I have just submitted: audio/p5-Audio-Wav audio/p5-libvorbis-perl >How-To-Repeat: n/a >Fix: Here's the patch. It adds a pkg-message file, so that the user knows where to look for setup. diff -urN /usr/ports/www/p5-Apache-MP3/Makefile p5-Apache-MP3/Makefile --- /usr/ports/www/p5-Apache-MP3/Makefile Tue Jul 10 14:54:21 2001 +++ p5-Apache-MP3/Makefile Tue Jul 30 14:26:42 2002 @@ -6,7 +6,7 @@ # PORTNAME= Apache-MP3 -PORTVERSION= 2.18 +PORTVERSION= 2.26 CATEGORIES= www audio MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Apache @@ -14,8 +14,10 @@ MAINTAINER= dom@happygiraffe.net -BUILD_DEPENDS= ${SITE_PERL}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ - ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Ogg/Vorbis.pm:${PORTSDIR}/audio/p5-libvorbis-perl + ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ + ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav \ + ${SITE_PERL}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} diff -urN /usr/ports/www/p5-Apache-MP3/distinfo p5-Apache-MP3/distinfo --- /usr/ports/www/p5-Apache-MP3/distinfo Mon Jun 11 16:06:28 2001 +++ p5-Apache-MP3/distinfo Tue Jul 30 12:15:45 2002 @@ -1 +1 @@ -MD5 (Apache-MP3-2.18.tar.gz) = f3ec4d08f475c8d349fdb0e5225c4584 +MD5 (Apache-MP3-2.26.tar.gz) = 68a3b9b9297bf5312e9a92eb0b6bb993 diff -urN /usr/ports/www/p5-Apache-MP3/pkg-message p5-Apache-MP3/pkg-message --- /usr/ports/www/p5-Apache-MP3/pkg-message Thu Jan 1 01:00:00 1970 +++ p5-Apache-MP3/pkg-message Tue Jul 30 14:24:45 2002 @@ -0,0 +1,5 @@ +To read the manual on how to set up Apache::MP3, run: + + % perldoc Apache::MP3 + +It contains information on what you need to put in your httpd.conf. >Release-Note: >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 Jul 30 7:19:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9545837B400; Tue, 30 Jul 2002 07:19:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBB943E6A; Tue, 30 Jul 2002 07:19:25 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: from freefall.freebsd.org (roberto@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UEJPJU086912; Tue, 30 Jul 2002 07:19:25 -0700 (PDT) (envelope-from roberto@freefall.freebsd.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UEJODJ086908; Tue, 30 Jul 2002 07:19:24 -0700 (PDT) Date: Tue, 30 Jul 2002 07:19:24 -0700 (PDT) From: Ollivier Robert Message-Id: <200207301419.g6UEJODJ086908@freefall.freebsd.org> To: mich@freebsdcluster.org, roberto@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40916: New port: news/newspost Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: news/newspost State-Changed-From-To: open->closed State-Changed-By: roberto State-Changed-When: Tue Jul 30 07:18:50 PDT 2002 State-Changed-Why: Port committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=40916 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 7:24:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1018D37B400; Tue, 30 Jul 2002 07:24:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6FF643E67; Tue, 30 Jul 2002 07:24:30 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: from freefall.freebsd.org (roberto@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UEOUJU087422; Tue, 30 Jul 2002 07:24:30 -0700 (PDT) (envelope-from roberto@freefall.freebsd.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UEOUnA087418; Tue, 30 Jul 2002 07:24:30 -0700 (PDT) Date: Tue, 30 Jul 2002 07:24:30 -0700 (PDT) From: Ollivier Robert Message-Id: <200207301424.g6UEOUnA087418@freefall.freebsd.org> To: mich@freebsdcluster.org, roberto@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40595: New port: databases/ora2pg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: databases/ora2pg State-Changed-From-To: open->closed State-Changed-By: roberto State-Changed-When: Tue Jul 30 07:23:26 PDT 2002 State-Changed-Why: The author has discontinued writing this software and the checksum is bad. would-be-maintainer agreed to close it. http://www.freebsd.org/cgi/query-pr.cgi?pr=40595 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 8: 1:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D3137B400; Tue, 30 Jul 2002 08:01:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C26E43E6A; Tue, 30 Jul 2002 08:01:25 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: from freefall.freebsd.org (roberto@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UF1OJU092219; Tue, 30 Jul 2002 08:01:24 -0700 (PDT) (envelope-from roberto@freefall.freebsd.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UF1OV2092215; Tue, 30 Jul 2002 08:01:24 -0700 (PDT) Date: Tue, 30 Jul 2002 08:01:24 -0700 (PDT) From: Ollivier Robert Message-Id: <200207301501.g6UF1OV2092215@freefall.freebsd.org> To: mich@freebsdcluster.org, roberto@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40775: New port: misc/rfksay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: misc/rfksay State-Changed-From-To: open->closed State-Changed-By: roberto State-Changed-When: Tue Jul 30 08:00:56 PDT 2002 State-Changed-Why: Port committed in games/ instead of misc/. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=40775 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 8:40: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 225C137B401 for ; Tue, 30 Jul 2002 08:39:37 -0700 (PDT) Received: from chicago.procergs.com.br (chicago.procergs.com.br [200.198.128.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4283A43E5E for ; Tue, 30 Jul 2002 08:39:34 -0700 (PDT) (envelope-from areadedivulgacao@via-rs.net) Received: from rsj3099@via-rs.net (p039.03.virtua.pae.procergs.com.br [200.198.154.39]) by chicago.procergs.com.br (Postfix) with ESMTP id DE80D56366; Tue, 30 Jul 2002 12:39:06 -0300 (BRT) Message-ID: <41134-220027230153155470@rsj3099@via-rs.net> To: "EVV 30-07-2002" From: "Espaco Vital Virtual" Subject: Notícias Jurídicas: www.EspacoVital.com.br em 30/07/2002.br Date: Tue, 30 Jul 2002 12:31:55 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_84815C5ABAF209EF376268C8" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------=_NextPart_84815C5ABAF209EF376268C8 Content-type: text/plain; charset=US-ASCII Você pode escolher como deseja RECEBER DIARIAMENTE o Espaço Vital Virtual. Clique ao lado: HTML:COMO PÁGINA DE INTERNET Para indicar amigos e/ou outros profissionais dodireito, clique ao lado: INDICAÇÃOPARA EVV SOMENTETEXTO Você é nosso leitor em30/07/2002 Se deseja que seu e-mail seja excluído da remessa do informativo, bastaclicar ao lado: REMOVERMEU EMAIL Osdireitos autorais desta página são protegidos pela lei nº 9.610 de 19.02.1998 COLUNA ESPAÇO VITAL DE 30/07/2002 Baú daFelicidade condenado por dano moral Funcionáriasda própria empresa iludiram uma consumidora porto-alegrense. Ela teria ganho duascasas. Quando foi à loja, buscar as passagens para viajar a São Paulo, deu-se conta doengodo, que lhe causou problemas de saúde. O golpe das"mensageiras da felicidade" O acórdãodo TJ gaúcho sintetiza as queixas da compradora do carnê, pelas funestas consequências,decepção e transtornos. Aqui, BF semculpa Num outrocaso, em Soledade, o consumidor iludido não conseguiu provar, nem identificar quem tinhamsido os estelionatários praticantes de golpe semelhante. Estado respondepor morte de detento Viúva e filho de presidiário assassinado na penitenciária do Jacuíserão reparados financeiramente. O TJRS reconheceu que "os presos têmdireito à integridade física e moral ". Duas vezes ovalor do automóvel como reparação Um erro do Banco Ford, em insistir com uma ação de busca e apreensão deautomóvel que já estava pago, vai lhe custar pagar o dobro do valor do veículo. 3o.VOLUME DA COLETÂNEA JURÍDICA EM CD CÓDIGOS:Civil (Atual e Novo), CPC, Penal, Processo Penal,Tributário, Consumidor e Comercial, e CLT Todosatualizados em um só CD, por R$ 30,00 (envio por correio simples) Sevocê já adquiriu as duas coletâneas anteriores, sua atualização custa apenasR$ 10,00 Maisinformações em www.encontreaqui.com.br/ebooks,um produto MPSOFT AS MAIS NOVAS Asnotícias mais novas são inseridas nos dias úteis, às 9h. da manhã Hoje, 3a. feira - 30.07.2002 Máquinascaça-níqueis continuam proibidas no Paraná TST reafirma queadicional de periculosidade faz parte de salário Ontem, 2a. feira - 29.07.2002 Tutelaantecipada se justifica para impedir continuidade da poluição sonora Mantidacondenação de funcionário da CEF CaciqueCaigangue arrendava terras da Reserva da Guarita Banco do Brasil devepagar hora extra em demissão por justa causa Concedidaliminar a engenheiro impossibilitado de pagar pensão alimentícia Edson Vidigalsuspende pagamento de quase U$ 4,4 milhões a Romário Auto-Atendimentono Juizado Especial Federal de Blumenau LIVRARIA DA CAIXADE ASSISTÊNCIA DOS ADVOGADOS DO RGS COLETÂNEASJURÍDICAS EM CD TELEFONE: 0xx513287-7443 www.caa-rs.com.br Revista de JurisprudênciaEletrônica - O STJ pretende colocar na página da Internet, em setembro, revistade jurisprudência eletrônica, com decisões em cópias já autenticadas. Advogados concorrem para o TJ- O Tribunal de Justiça gaúcho recebeu da seccional local da OAB a lista sêxtupla deindicados para preenchimento da vaga aberta com a recente aposentadoria do DesembargadorPerciano de Castilhos Bertoluci, oriundo da classe dos Advogados. A lista está compostapor Luiz Felipe Lima de Magalhães, Antonio Jesus Silveira Rodrigues, Rogério Gesta Leal,João Batista Pinto Silveira, Cesar Dias Neto, e José Bernardo Ramos Boeira. Entre esses nomes, o Órgão Especial do TJ vai definir lista tríplice que seráencaminhada ao Governador do Estado, para escolha do novo Desembargador. Orçamento do Judiciárioserá discutido pelos Tribunais Superiores - O presidente do Supremo TribunalFederal, ministro Marco Aurélio, convidou os presidentes dos Tribunais superiores e doTribunal de Justiça do Distrito Federal e Territórios (TJDFT) para reunião na qualserá analisada a redução de verbas no Judiciário da União. O encontro será às 15hde amanhã, quarta-feira. O contingenciamento de gastos é da ordem de R$41,4 milhões efoi comunicado por mensagem do presidente da República, Fernando Henrique Cardoso, no dia23 de julho passado. COLETÂNEAJURÍDICA EM CD VOCÊQUER TESTAR ? ENTÃO, CLIQUE AQUI E SOLICITE VERSÃO PARA AVALIAÇÃO ! www.encontreaqui.com.br/ebooks.AGORA TAMBÉM DISPONÍVEL EM LIVRARIAS Boaleitura! Este é um serviço de Administraçãode Homepages e Produção de Livros Digitais para Você pode escolher como deseja RECEBER DIARIAMENTE oEspaço Vital Virtual. Clique ao lado: HTML:COMO PÁGINA DE INTERNET Para indicar amigos e/ou outros profissionais dodireito, clique ao lado: INDICAÇÃOPARA EVV SOMENTETEXTO MARCO ADVOGADOS respeita a sua privacidade e é contra o spam na rede.Esperamos que a mensagem acima, de conteúdo informativo, seja de alguma utilidade. Sevocê não deseja mais receber e-mails de MARCO ADVOGADOS, cliqueaqui. ------=_NextPart_84815C5ABAF209EF376268C8 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Espa=E7o Vital Virtual

    Voc=EA po= de escolher como deseja   RECEBER = DIARIAMENTE o Espa=E7o Vital Virtual=2E Clique ao lado:<= /em>

     

    Para indicar amigos e/ou ou= tros profissionais do direito, clique ao lado:

     
    Voc= =EA =E9 nosso leitor em 30/07/2002 Se deseja que seu e-mail seja exclu=EDdo da remessa d= o informativo, basta clicar ao lado: R= EMOVER MEU EMAIL

    <= font face=3D"Verdana">Os direitos autorais desta p=E1gina s=E3o protegidos pela lei n=BA 9=2E61= 0 de 19=2E02=2E1998

    <= font color=3D"#ff0000" size=3D"5" face=3D"Verdana">COLUNA ESPA=C7O VITAL DE 30/07/2002<= /b>
    =

    Ba=FA da Felicidade condenado por dano moral

    Funcion=E1rias da pr=F3pria empresa iludiram uma consumidora porto-alegrense=2E  = ;Ela teria ganho duas casas=2E Quando foi =E0 loja, buscar as passagens para viajar a S=E3o = Paulo, deu-se conta do engodo, que lhe causou problemas de sa=FAde=2E

    O golpe das "mensageiras da felicidade"
    O ac=F3rd=E3o do TJ ga=FAcho sintetiza as queixas da compradora do carn=EA, pelas fu= nestas consequ=EAncias, decep=E7=E3o e transtornos=2E
    Aqui, BF sem culpa
    Num outro caso, em Soledade, o consumidor iludido n=E3o conseguiu provar, nem id= entificar quem tinham sido os estelionat=E1rios praticantes de golpe semelhante=2E

    Estado responde por morte de detento

    Vi=FAva e filho de presidi=E1rio assassinado na penit= enci=E1ria do Jacu=ED ser=E3o reparados financeiramente=2E O TJRS  reconheceu que "= ;os presos t=EAm direito =E0 integridade f=EDsica e moral "=2E<= /td>
    Duas vezes o valor do autom=F3vel como repara=E7=E3o
    Um erro do Banco Ford, em insistir com uma a=E7=E3o d= e busca e apreens=E3o de autom=F3vel que j=E1 estava pago, vai lhe custar pagar o dobro do valo= r do ve=EDculo=2E
    = 3o=2E VOLUME DA COLET=C2NEA JUR=CDDICA EM CD
    C=D3DIGOS: Civil (Atual e Novo), CPC, Penal, Pr= ocesso Penal, Tribut=E1rio, Consumidor e C= omercial, e CLT
    = Todos atualizados em um s=F3 CD, por R$ 30,00 (envio por co= rreio simples)
    = Se voc=EA j=E1 adquiriu as duas colet=E2neas anteriores, sua atualiza=E7=E3= o custa apenas R$ 10,00
    = Mais informa=E7=F5es em www=2Eencontreaqui=2Ecom=2Ebr/ebooks, um produto MPSOFT

    =

    <= font color=3D"#ff0000" size=3D"5" face=3D"Verdana">AS MAIS NOVAS
    As not=EDcias mais novas s=E3o inseridas nos dias =FAteis, =E0s 9h=2E da = manh=E3
    Hoje, 3a= =2E feira - 30=2E07=2E2002
    M=E1quinas ca=E7a-n=EDqueis continuam proibidas no Paran=E1 <= /td>
    TST reafirma que adicional de periculosidade faz parte de sal=E1rio
    Ontem, 2= a=2E feira - 29=2E07=2E2002

    Tutela antecipada se justifica para impedir continuidade da polui=E7=E3o sono= ra

    Mantida condena=E7=E3o de funcion=E1rio da CEF
    Cacique Caigangue arrendava terras da Reserva da Guarita<= /font>
    Banco do Brasil deve pagar hora extra em demiss=E3o por justa causa
    Concedida liminar a engenheiro impossibilitado de pagar pens=E3o aliment=EDcia
    Edson Vidigal suspende pagamento de quase U$ 4,4 milh=F5es a Rom=E1rio <= /font>
    Auto-Atendimento no Juizado Especial Federal de Blumenau
    LIVRARIA DA CAIXA DE ASSIST=CANCIA DOS ADVOGADOS DO RGS
    COLET=C2NEAS JUR=CDDICAS EM CD
    TELEFONE: 0xx51 3287-7443
    www=2Ecaa-rs=2Ecom=2Ebr
    <= font face=3D"Verdana">
    Revi= sta de Jurisprud=EAncia Eletr=F4nica - O STJ pretende colocar na p=E1gina da Internet= , em setembro, revista de jurisprud=EAncia eletr=F4nica, com decis=F5es em c=F3pias j=E1 aute= nticadas=2E
    Advo= gados concorrem para o TJ - O Tribunal de Justi=E7a ga=FAcho recebeu da seccional local da OAB a= lista s=EAxtupla de indicados para preenchimento da vaga aberta com a recente aposentadori= a do Desembargador Perciano de Castilhos Bertoluci, oriundo da classe dos Advogados=2E A = lista est=E1 composta por Luiz Felipe Lima de Magalh=E3es, Antonio Jesus Silveira Rodrigues,= Rog=E9rio Gesta Leal, Jo=E3o Batista Pinto Silveira, Cesar Dias Neto, e Jos=E9 Bernardo Ramo= s Boeira=2E
      Entre esses nomes, o =D3rg=E3o Especial do TJ vai definir lista= tr=EDplice que ser=E1 encaminhada ao Governador do Estado, para escolha do novo Desembargado= r=2E
    Or=E7= amento do Judici=E1rio ser=E1 discutido pelos Tribunais Superiores - O presidente do= Supremo Tribunal Federal, ministro Marco Aur=E9lio, convidou os presidentes dos Tribuna= is superiores e do Tribunal de Justi=E7a do Distrito Federal e Territ=F3rios (TJDFT) para= reuni=E3o na qual ser=E1 analisada a redu=E7=E3o de verbas no Judici=E1rio da Uni=E3o=2E= O encontro ser=E1 =E0s 15h de amanh=E3, quarta-feira=2E O contingenciamento de gastos =E9 da orde= m de R$41,4 milh=F5es e foi comunicado por mensagem do presidente da Rep=FAblica, Fernando Hen= rique Cardoso, no dia 23 de julho passado=2E
    COLET=C2NEA JUR=CDDICA EM CD
    VOC=CA QUER TESTAR ? ENT=C3O, CLIQUE AQUI E SOLICITE VERS=C3O PARA AVALIA=C7=C3= O !
    www= =2Eencontreaqui=2Ecom=2Ebr/ebooks=2E AGORA TAMB=C9M DISPON=CDVEL EM LIVRARIAS

    Boa leitura! Este =E9 um servi=E7o de

    Administra=E7=E3o de Homepages e Produ=E7=E3o de Livros Digitais

    para

    Voc=EA po= de escolher como deseja RECEBER DIARIAMENTE= o Espa=E7o Vital Virtual=2E Clique ao lado:

     

    Para indicar amigos e/ou ou= tros profissionais do direito, clique ao lado:

     

    MARCO ADVOGADOS  respeita a sua privacidade e =E9 contra o spam na rede=2E Esperamos que a mensagem acima, de conte=FAdo informativo, seja de alg= uma utilidade=2E Se voc=EA n=E3o deseja mais receber e-mails de MARCO ADVOGADOS, <= u>clique aqui=2E

    ------=_NextPart_84815C5ABAF209EF376268C8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 9: 0:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D26237B401 for ; Tue, 30 Jul 2002 09:00:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E40143E4A for ; Tue, 30 Jul 2002 09:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UG09JU001802 for ; Tue, 30 Jul 2002 09:00:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UG09Pj001801; Tue, 30 Jul 2002 09:00:09 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12FBC37B400 for ; Tue, 30 Jul 2002 08:59:58 -0700 (PDT) Received: from freebsdcluster.org (freebsdcluster.dk [195.184.98.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E77E43E4A for ; Tue, 30 Jul 2002 08:59:57 -0700 (PDT) (envelope-from mich@freebsdcluster.org) Received: by freebsdcluster.org (Postfix, from userid 1001) id 1A2DEAC703; Tue, 30 Jul 2002 17:49:16 +0200 (CEST) Message-Id: <20020730154916.1A2DEAC703@freebsdcluster.org> Date: Tue, 30 Jul 2002 17:49:16 +0200 (CEST) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41165: Update port: news/newsgrab Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41165 >Category: ports >Synopsis: Update port: news/newsgrab >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 09:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386 >Description: Update port to latest version. PR opened in agreement with maintainer. (petef) >How-To-Repeat: >Fix: diff -u -ruN newsgrab.bak/Makefile newsgrab/Makefile --- newsgrab.bak/Makefile Sat Jul 20 16:19:24 2002 +++ newsgrab/Makefile Tue Jul 30 17:43:12 2002 @@ -6,9 +6,10 @@ # PORTNAME= newsgrab -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.1 CATEGORIES= news -MASTER_SITES= http://phunkbros.dk/newsgrab/ +MASTER_SITES= http://telia.dl.sourceforge.net/sourceforge/newsgrab/ \ + ${MASTER_SITE_SOURCEFORGE} MAINTAINER= petef@FreeBSD.org @@ -19,15 +20,17 @@ NO_BUILD= yes USE_PERL5= yes +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/newsgrab.pl + @${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/newsgrab.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/newsgrab.pl ${PREFIX}/bin/newsgrab .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/newsgrab ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/newsgrab + ${INSTALL_DATA} ${WRKSRC}/newsgrabrc ${PREFIX}/share/doc/newsgrab .endif .include diff -u -ruN newsgrab.bak/distinfo newsgrab/distinfo --- newsgrab.bak/distinfo Sat Jul 20 16:19:24 2002 +++ newsgrab/distinfo Sat Jul 20 16:10:13 2002 @@ -1 +1 @@ -MD5 (newsgrab-0.2.2.tar.gz) = 783ee6795eff72a3bebdd8b725c93873 +MD5 (newsgrab-0.3.1.tar.gz) = d0bb3d84cc7faf580876ea79b160fa2a diff -u -ruN newsgrab.bak/pkg-plist newsgrab/pkg-plist --- newsgrab.bak/pkg-plist Sat Jul 20 16:19:24 2002 +++ newsgrab/pkg-plist Sat Jul 20 16:13:00 2002 @@ -1,3 +1,4 @@ bin/newsgrab %%PORTDOCS%%share/doc/newsgrab/README +%%PORTDOCS%%share/doc/newsgrab/newsgrabrc %%PORTDOCS%%@dirrm share/doc/newsgrab >Release-Note: >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 Jul 30 9: 0:55 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51E7437B400 for ; Tue, 30 Jul 2002 09:00:52 -0700 (PDT) Received: from ns1.mgul.ac.ru (ns1.mgul.ac.ru [193.233.63.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7057843E42 for ; Tue, 30 Jul 2002 09:00:51 -0700 (PDT) (envelope-from andrey@mgul.ac.ru) Received: from gosha.home.ru ([195.34.45.216]) (authenticated bits=0) by ns1.mgul.ac.ru (8.12.5/8.12.5) with ESMTP id g6UFnDrn022036; Tue, 30 Jul 2002 19:49:14 +0400 (MSD) Date: Tue, 30 Jul 2002 19:49:15 +0400 From: "Andrey V. Pevnev" X-Mailer: The Bat! (v1.60c) Personal Reply-To: "Andrey V. Pevnev" Organization: Moscow State Forestry University X-Priority: 3 (Normal) Message-ID: <841231180.20020730194915@mgul.ac.ru> To: "Marc G. Fournier" Cc: freebsd-ports@freebsd.org Subject: Re: pam-pgsql port SegFaults @ pam_get_pass() in pam_pgsql.c ... In-Reply-To: <20020730101519.P3083-100000@mail1.hub.org> References: <20020730101519.P3083-100000@mail1.hub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.4 required=5 tests=IN_REP_TO X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello Marc, Unfortunately I'am not a software developer, I'am just running pam_pgsql and it works great for me (authenticating squid users from PostgreSQL database). Try to visit http://packages.debian.org/unstable/non-us/libpam-pgsql.html or http://libpam-pgsql.codecastle.com/ and contact a real author. Port is updated to it's current version. Tuesday, July 30, 2002, 5:20:01 PM, you wrote: MGF> ... and I can't figure out why ... MGF> I added a bunch of debugging to SYSLOG to trace it, and it comes down to: MGF> Jul 30 10:01:45 nrelay PAM_pgsql[37016]: options_valid: top MGF> Jul 30 10:01:45 nrelay PAM_pgsql[37016]: options_valid: bottom MGF> Jul 30 10:01:45 nrelay PAM_pgsql[37016]: attempting to authenticate: scrappy -- Best regards, MSFU LAN Admin Andrey mailto:andrey@mgul.ac.ru http://www.mgul.ac.ru/~andrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 9: 8:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF33437B400; Tue, 30 Jul 2002 09:08:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD4D743E6A; Tue, 30 Jul 2002 09:08:30 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UG8UJU006799; Tue, 30 Jul 2002 09:08:30 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UG8Trf006778; Tue, 30 Jul 2002 09:08:29 -0700 (PDT) Date: Tue, 30 Jul 2002 09:08:29 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207301608.g6UG8Trf006778@freefall.freebsd.org> To: slaven.rezic@berlin.de, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41154: german/BBBike: corrected MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: german/BBBike: corrected MASTER_SITES State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue Jul 30 09:08:11 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41154 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 9:10:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 839D337B400; Tue, 30 Jul 2002 09:10:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E5E43E3B; Tue, 30 Jul 2002 09:10:42 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UGAgJU007307; Tue, 30 Jul 2002 09:10:42 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UGAg34007303; Tue, 30 Jul 2002 09:10:42 -0700 (PDT) Date: Tue, 30 Jul 2002 09:10:42 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207301610.g6UGAg34007303@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/41155: [PATCH] mkisofs susage() Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] mkisofs susage() Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: naddy Responsible-Changed-When: Tue Jul 30 09:10:24 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41155 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 9:14:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E98BA37B400; Tue, 30 Jul 2002 09:14:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA1143E31; Tue, 30 Jul 2002 09:14:16 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UGEGJU007686; Tue, 30 Jul 2002 09:14:16 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UGEGLp007682; Tue, 30 Jul 2002 09:14:16 -0700 (PDT) Date: Tue, 30 Jul 2002 09:14:16 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207301614.g6UGEGLp007682@freefall.freebsd.org> To: erwin@lansing.dk, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41157: maintainer-update security/p5-Crypt-SSLeay to 0.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update security/p5-Crypt-SSLeay to 0.43 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue Jul 30 09:13:59 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41157 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 9:19:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA72637B400; Tue, 30 Jul 2002 09:19:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BFA143E42; Tue, 30 Jul 2002 09:19:35 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UGJZJU008063; Tue, 30 Jul 2002 09:19:35 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UGJZpE008059; Tue, 30 Jul 2002 09:19:35 -0700 (PDT) Date: Tue, 30 Jul 2002 09:19:35 -0700 (PDT) From: Pete Fritchman Message-Id: <200207301619.g6UGJZpE008059@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/41165: Update port: news/newsgrab Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: news/newsgrab Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Tue Jul 30 09:19:05 PDT 2002 Responsible-Changed-Why: My port. http://www.freebsd.org/cgi/query-pr.cgi?pr=41165 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 9:22:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC2837B400 for ; Tue, 30 Jul 2002 09:22:35 -0700 (PDT) Received: from inbox.lv (host-63-122-154-131.verestar.net [63.122.154.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 49D0A43E5E for ; Tue, 30 Jul 2002 09:22:26 -0700 (PDT) (envelope-from kojo@inbox.lv) From: "Mrs. Anne Kojo" To: Subject: URGENT REPLY NEEDED Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Date: Wed, 31 Jul 2002 05:30:52 -0700 Reply-To: "Mrs. Anne Kojo" Message-Id: <20020730162226.49D0A43E5E@mx1.FreeBSD.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From the desk of: DR. REX CHUKWU Email:rexchukwu@rediffmail.com / rexchukwu@inbox.lv Lagos, Nigeria. 30/07/02 REQUEST FOR AN URGENT CONFIDENTIAL BUSINESS RELATIONSHIP After due deliberation with my colleagues, I have decided to forward to you this business proposal. We want a reliable person who could assist us to transfer the sum of Twenty Million Five Hundred Thousand United States Dollars ($20,500,000) into his / her account. This fund resulted from an over-invoiced bill from contracts awarded by us under the budget allocation to my Ministry and this bill has been approved for payment by the concerned authorities. The contract has since been executed, commissioned and the contractor was paid the actual cost of the contract. We are left with the balance US$20.5M as part of the over-invoiced amount which we have deliberately over estimated for our own use. But under our protocol division, civil servants are forbidden to operate or own foreign accounts. This is why I am contacting you to be our custodian for this fund. As you may want to know and to make you less curious, I got your address from a site in the internet that portrayed you (your establishment) in good light. I am the Chief Accountant/Internal Auditor of the Contract Award Committee (C.A.C.) of the Nigerian National Petroleum Corporation(NNPC). This transaction is very much free from all sorts of RISKS and TROUBLE from my Government. We the N.N.P.C. Officials involved in this deal have put in many years in service to this Ministry. We have been exercising patience for this opportunity for so long and to us, this is a life time opportunity we cannot afford to miss. You need not to worry about the responsibilities of transferring this fund into your account, because all the administrative step needed for the transfer of this fund into your designated bank account will be done by me. We have agreed to COMPENSATE you duly if agreement is reached by both of us. My colleague and I will come to your country to arrange for our share, upon the confirmation from you that the money has been credited into your nominated bank account. Consequent upon your acceptance of this proposal, kindly confirm your interest by sending me a revert email via the email accounts below (rexchukwu@rediffmail.com / rexchukwu@inbox.lv) Your indication by revert email to me of your sincere and serious interest will enable me send you the PROCEDURE FOR OPERATION. NOTE: In the event of your inability to handle this transaction please inform us so that we can look for another reliable person who can assist in this respect. It might surprise you why we choose you and trusted you for this transaction. Yes, we believe that good friends can be discovered and business like this can not be executed without trust. This is why we have decided to trust you for this transaction. We are looking forward to doing this transaction with you. Be further informed that everybody interest and security had been considered before you were contacted, so be rest assured and feel free to go into this transaction with us. But let Honesty and Trust be our watchword throughout this transaction and your prompt reply will be highly appreciated. Thank you and God bless. Best Regards, DR. REX CHUKWU. Please reply this mail via the above listed e-mail addresses(rexchukwu@rediffmail.com/ rexchukwu@inbox.lv) for confidential reasons. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 9:52:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 235D637B400; Tue, 30 Jul 2002 09:52:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C838243E65; Tue, 30 Jul 2002 09:52:52 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UGqqJU016072; Tue, 30 Jul 2002 09:52:52 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UGqq39016068; Tue, 30 Jul 2002 09:52:52 -0700 (PDT) Date: Tue, 30 Jul 2002 09:52:52 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207301652.g6UGqq39016068@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/41156: Port Update: www/mod_php4: Patch to scripts/configure.php to add a possibility to use --with-dom-xslt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Port Update: www/mod_php4: Patch to scripts/configure.php to add a possibility to use --with-dom-xslt Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: naddy Responsible-Changed-When: Tue Jul 30 09:52:33 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41156 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 9:53:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4A8437B400; Tue, 30 Jul 2002 09:53:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F2543E70; Tue, 30 Jul 2002 09:53:50 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UGroJU016165; Tue, 30 Jul 2002 09:53:50 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UGro7T016161; Tue, 30 Jul 2002 09:53:50 -0700 (PDT) Date: Tue, 30 Jul 2002 09:53:50 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207301653.g6UGro7T016161@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, naddy@FreeBSD.org Subject: Re: ports/41160: new port: audio/p5-libvorbis-perl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: audio/p5-libvorbis-perl Responsible-Changed-From-To: freebsd-ports->naddy Responsible-Changed-By: naddy Responsible-Changed-When: Tue Jul 30 09:53:27 PDT 2002 Responsible-Changed-Why: I'll look at this http://www.freebsd.org/cgi/query-pr.cgi?pr=41160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 9:55:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C061037B400; Tue, 30 Jul 2002 09:55:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7367F43E3B; Tue, 30 Jul 2002 09:55:35 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UGtZJU016411; Tue, 30 Jul 2002 09:55:35 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UGtYQL016404; Tue, 30 Jul 2002 09:55:34 -0700 (PDT) Date: Tue, 30 Jul 2002 09:55:34 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200207301655.g6UGtYQL016404@freefall.freebsd.org> To: sam@inf.enst.fr, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40275: New port: devel/aegis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/aegis State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Jul 30 09:55:13 PDT 2002 State-Changed-Why: superceded by pr/41153 http://www.freebsd.org/cgi/query-pr.cgi?pr=40275 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 10: 1:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C53CF37B400 for ; Tue, 30 Jul 2002 10:01:33 -0700 (PDT) Received: from mail.hasc.org (mail.hasc.org [209.233.254.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72B4143E67 for ; Tue, 30 Jul 2002 10:01:33 -0700 (PDT) (envelope-from OSingleton@natl-hlth-fdt.org) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C237EA.C8C35062" Subject: subscribe X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Tue, 30 Jul 2002 10:01:44 -0700 Message-ID: <9DAD1D72563E5546B00CB8BB991A53E8498088@kings01.hascnet.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: subscribe Thread-Index: AcI36sjA6fP2ny9HScKxj5maHipSRQ== From: "O'Keeya Singleton" To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C237EA.C8C35062 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable subscribe ------_=_NextPart_001_01C237EA.C8C35062 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable subscribe

    subscribe

    ------_=_NextPart_001_01C237EA.C8C35062-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 10:25:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 184DD37B400 for ; Tue, 30 Jul 2002 10:25:09 -0700 (PDT) Received: from mail.trigger.net (ns.trigger.net [204.50.18.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7934543E4A for ; Tue, 30 Jul 2002 10:25:08 -0700 (PDT) (envelope-from mikej@trigger.net) Received: from mike (wettoast.org [204.50.18.204]) by mail.trigger.net (Postfix) with SMTP id D1C0030911 for ; Tue, 30 Jul 2002 13:24:52 -0400 (EDT) From: "Mike Jakubik" To: Subject: FW: ntop Date: Tue, 30 Jul 2002 13:24:24 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, The current version is now 2.1.2 (its still 2.0.99.r2 in ports), looks like wjv does not have time to commit this, is there anyone else who can do this? Thanks. -----Original Message----- From: Mike Jakubik [mailto:mikej@trigger.net] Sent: Monday, July 15, 2002 11:54 AM To: wjv@FreeBSD.org Subject: ntop Can you please commit the new version (2.1) of ntop to the ports? Thanks. --=--==-====-=============-====-==--=-- Mike Jakubik - Technical Manager mikej@trigger.net Trigger Internet Solutions http://www.trigger.net (905) 405-0170 --=--==-====-=============-====-==--=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 11: 1:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B8A37B400; Tue, 30 Jul 2002 11:01:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A670443E3B; Tue, 30 Jul 2002 11:01:33 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UI1XJU027372; Tue, 30 Jul 2002 11:01:33 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UI1XmK027368; Tue, 30 Jul 2002 11:01:33 -0700 (PDT) Date: Tue, 30 Jul 2002 11:01:33 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207301801.g6UI1XmK027368@freefall.freebsd.org> To: dom@happygiraffe.net, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41161: new port: audio/p5-Audio-Wav Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: audio/p5-Audio-Wav State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue Jul 30 11:01:09 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41161 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 11: 8:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 259C437B401; Tue, 30 Jul 2002 11:08:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCAD43E42; Tue, 30 Jul 2002 11:08:29 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UI8TJU031936; Tue, 30 Jul 2002 11:08:29 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UI8TJr031932; Tue, 30 Jul 2002 11:08:29 -0700 (PDT) Date: Tue, 30 Jul 2002 11:08:29 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207301808.g6UI8TJr031932@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, naddy@FreeBSD.org Subject: Re: ports/41162: New version of www/p5-Apache-MP3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New version of www/p5-Apache-MP3 Responsible-Changed-From-To: freebsd-ports->naddy Responsible-Changed-By: naddy Responsible-Changed-When: Tue Jul 30 11:07:49 PDT 2002 Responsible-Changed-Why: I'll look at this. Depends on ports/41160. http://www.freebsd.org/cgi/query-pr.cgi?pr=41162 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 11:35:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 788BD37B4A1; Tue, 30 Jul 2002 11:35:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7673E4458E; Tue, 30 Jul 2002 11:32:27 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UIVjJU035533; Tue, 30 Jul 2002 11:31:45 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UIVjVv035529; Tue, 30 Jul 2002 11:31:45 -0700 (PDT) Date: Tue, 30 Jul 2002 11:31:45 -0700 (PDT) From: Patrick Li Message-Id: <200207301831.g6UIVjVv035529@freefall.freebsd.org> To: edwin@mavetju.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41158: [maintainer update] update net/dnstracer to 1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [maintainer update] update net/dnstracer to 1.6 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 11:31:28 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41158 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 11:35:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10FC837B4B0; Tue, 30 Jul 2002 11:35:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F1144614; Tue, 30 Jul 2002 11:33:11 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UIWtJU035661; Tue, 30 Jul 2002 11:32:55 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UIWtvt035657; Tue, 30 Jul 2002 11:32:55 -0700 (PDT) Date: Tue, 30 Jul 2002 11:32:55 -0700 (PDT) From: Patrick Li Message-Id: <200207301832.g6UIWtvt035657@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, keith@FreeBSD.org Subject: Re: ports/41141: Update port: chinese/ttfm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: chinese/ttfm Responsible-Changed-From-To: freebsd-ports->keith Responsible-Changed-By: pat Responsible-Changed-When: Tue Jul 30 11:32:43 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41141 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 11:40:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6081337B401; Tue, 30 Jul 2002 11:40:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D7D43E42; Tue, 30 Jul 2002 11:40:31 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UIeUJU036792; Tue, 30 Jul 2002 11:40:30 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UIeUsF036788; Tue, 30 Jul 2002 11:40:30 -0700 (PDT) Date: Tue, 30 Jul 2002 11:40:30 -0700 (PDT) From: Patrick Li Message-Id: <200207301840.g6UIeUsF036788@freefall.freebsd.org> To: kanou@mil.allnet.ne.jp, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41137: maintainer-update: print/pfaedit to 20020728 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update: print/pfaedit to 20020728 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 11:40:20 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 11:41:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E43937B400; Tue, 30 Jul 2002 11:41:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D692243E5E; Tue, 30 Jul 2002 11:41:17 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UIfHJU037022; Tue, 30 Jul 2002 11:41:17 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UIfHVF037018; Tue, 30 Jul 2002 11:41:17 -0700 (PDT) Date: Tue, 30 Jul 2002 11:41:17 -0700 (PDT) From: Tony Finch Message-Id: <200207301841.g6UIfHVF037018@freefall.freebsd.org> To: jylitalo@iki.fi, fanf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/35037: New port: sysutils/cfengine-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: sysutils/cfengine-devel State-Changed-From-To: open->closed State-Changed-By: fanf State-Changed-When: Tue Jul 30 11:39:30 PDT 2002 State-Changed-Why: Thanks for keeping this port up-to-date for so long. I've committed my version of it, but the contribution is nevertheless greatly appreciated! http://www.freebsd.org/cgi/query-pr.cgi?pr=35037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 11:43: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF5537B4C7; Tue, 30 Jul 2002 11:43:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD23843E42; Tue, 30 Jul 2002 11:43:03 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UIh3JU037488; Tue, 30 Jul 2002 11:43:03 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UIh399037484; Tue, 30 Jul 2002 11:43:03 -0700 (PDT) Date: Tue, 30 Jul 2002 11:43:03 -0700 (PDT) From: Patrick Li Message-Id: <200207301843.g6UIh399037484@freefall.freebsd.org> To: kanou@mil.allnet.ne.jp, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41136: maintainer-update: japanese/kochi-ttfonts to 20020727 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update: japanese/kochi-ttfonts to 20020727 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 11:42:54 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41136 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 11:48:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30B8737B4D6; Tue, 30 Jul 2002 11:48:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7BA643E31; Tue, 30 Jul 2002 11:48:50 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UImoJU038048; Tue, 30 Jul 2002 11:48:50 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UImoEF038044; Tue, 30 Jul 2002 11:48:50 -0700 (PDT) Date: Tue, 30 Jul 2002 11:48:50 -0700 (PDT) From: Patrick Li Message-Id: <200207301848.g6UImoEF038044@freefall.freebsd.org> To: fcash@lug.kamloops.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41129: port update: www/dansguardian-devel to version 2.4.5-2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port update: www/dansguardian-devel to version 2.4.5-2 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 11:48:38 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41129 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 11:53:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC6DE37B40A; Tue, 30 Jul 2002 11:53:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE6243E3B; Tue, 30 Jul 2002 11:53:44 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UIriJU038972; Tue, 30 Jul 2002 11:53:44 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UIriKj038968; Tue, 30 Jul 2002 11:53:44 -0700 (PDT) Date: Tue, 30 Jul 2002 11:53:44 -0700 (PDT) From: Patrick Li Message-Id: <200207301853.g6UIriKj038968@freefall.freebsd.org> To: adam@vectors.cx, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41100: patch: fix dependencies for net/xisp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: patch: fix dependencies for net/xisp State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 11:53:35 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 13: 0:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B42ED37B400 for ; Tue, 30 Jul 2002 13:00:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9010343E6E for ; Tue, 30 Jul 2002 13:00:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UK0JJU052584 for ; Tue, 30 Jul 2002 13:00:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UK0JV7052583; Tue, 30 Jul 2002 13:00:19 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4280E37B400 for ; Tue, 30 Jul 2002 12:53:57 -0700 (PDT) Received: from mail.rfc1149.net (marvin.enst.fr [137.194.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E143743E5E for ; Tue, 30 Jul 2002 12:53:54 -0700 (PDT) (envelope-from sam@beeblebrox.rfc1149.net) Received: from beeblebrox.rfc1149.net (beeblebrox-tun.enst.fr [137.194.161.40]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "beeblebrox.rfc1149.net", Issuer "Top-level signer" (verified OK)) by mail.rfc1149.net (Postfix) with ESMTP id 17A44A80B7 for ; Tue, 30 Jul 2002 21:53:51 +0200 (CEST) Received: by beeblebrox.rfc1149.net (Postfix, from userid 1000) id 4206C81B; Tue, 30 Jul 2002 21:53:47 +0200 (CEST) Message-Id: <20020730195347.4206C81B@beeblebrox.rfc1149.net> Date: Tue, 30 Jul 2002 21:53:47 +0200 (CEST) From: Samuel Tardieu Reply-To: Samuel Tardieu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41168: graphics/linux-png not installable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41168 >Category: ports >Synopsis: graphics/linux-png not installable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 13:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 4.6-STABLE i386 >Organization: TELECOM Paris >Environment: System: FreeBSD beeblebrox 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 30 17:12:27 CEST 2002 root@beeblebrox:/usr/src/sys/compile/BEEBLEBROX i386 >Description: graphics/linux-png is not installable, libpng-1.0.3-4.i386.rpm is not available >How-To-Repeat: >Fix: >Release-Note: >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 Jul 30 13:20:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E718937B401 for ; Tue, 30 Jul 2002 13:20:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8E043E42 for ; Tue, 30 Jul 2002 13:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK3JU061923 for ; Tue, 30 Jul 2002 13:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK3w5061922; Tue, 30 Jul 2002 13:20:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC30437B400 for ; Tue, 30 Jul 2002 13:11:44 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A2C43E31 for ; Tue, 30 Jul 2002 13:11:44 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKBiOT049399 for ; Tue, 30 Jul 2002 13:11:44 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKBiTb049398; Tue, 30 Jul 2002 13:11:44 -0700 (PDT) Message-Id: <200207302011.g6UKBiTb049398@www.freebsd.org> Date: Tue, 30 Jul 2002 13:11:44 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41169: Update port: audio/speex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41169 >Category: ports >Synopsis: Update port: audio/speex >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 Jul 30 13:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Do not install .la files New file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/speex/Makefile audio/speex/Makefile --- /usr/ports/audio/speex/Makefile Tue Jul 30 17:52:54 2002 +++ audio/speex/Makefile Wed Jul 31 04:24:19 2002 @@ -8,6 +8,7 @@ PORTNAME= speex PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,11 +16,13 @@ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ - gnugetopt:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" +INSTALLS_SHLIB= yes .include diff -urN /usr/ports/audio/speex/files/patch-configure audio/speex/files/patch-configure --- /usr/ports/audio/speex/files/patch-configure Thu Jan 1 09:00:00 1970 +++ audio/speex/files/patch-configure Wed Jul 31 03:49:50 2002 @@ -0,0 +1,10 @@ +--- configure.orig Mon Jul 29 11:40:32 2002 ++++ configure Wed Jul 31 03:49:39 2002 +@@ -5287,6 +5287,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/audio/speex/pkg-plist audio/speex/pkg-plist --- /usr/ports/audio/speex/pkg-plist Tue Jul 30 17:52:54 2002 +++ audio/speex/pkg-plist Wed Jul 31 04:36:36 2002 @@ -6,4 +6,5 @@ include/speex_bits.h include/speex_header.h lib/libspeex.a -lib/libspeex.la +lib/libspeex.so +lib/libspeex.so.0 >Release-Note: >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 Jul 30 13:20:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA6737B400 for ; Tue, 30 Jul 2002 13:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 579CA43E3B for ; Tue, 30 Jul 2002 13:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK5JU061990 for ; Tue, 30 Jul 2002 13:20:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK5On061989; Tue, 30 Jul 2002 13:20:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 931D037B400 for ; Tue, 30 Jul 2002 13:14:20 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A9643E42 for ; Tue, 30 Jul 2002 13:14:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKEKOT049823 for ; Tue, 30 Jul 2002 13:14:20 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKEKIR049822; Tue, 30 Jul 2002 13:14:20 -0700 (PDT) Message-Id: <200207302014.g6UKEKIR049822@www.freebsd.org> Date: Tue, 30 Jul 2002 13:14:20 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41174: Update port: net/gnunet to 0.4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41174 >Category: ports >Synopsis: Update port: net/gnunet to 0.4.3 >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 Jul 30 13:20:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.4.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/gnunet/Makefile net/gnunet/Makefile --- /usr/ports/net/gnunet/Makefile Wed Jul 24 00:38:38 2002 +++ net/gnunet/Makefile Sat Jul 27 12:48:27 2002 @@ -7,7 +7,7 @@ # PORTNAME= gnunet -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/net/gnunet/distinfo net/gnunet/distinfo --- /usr/ports/net/gnunet/distinfo Mon Jul 8 20:25:36 2002 +++ net/gnunet/distinfo Sat Jul 27 12:51:15 2002 @@ -1 +1 @@ -MD5 (GNUnet-0.4.2.tar.bz2) = b820139fe4d9dcb7a9fad79e37b3c0a8 +MD5 (GNUnet-0.4.3.tar.bz2) = 19d7cc5c7850c4a403e980171811e1e3 diff -urN /usr/ports/net/gnunet/pkg-plist net/gnunet/pkg-plist --- /usr/ports/net/gnunet/pkg-plist Mon Jul 8 20:25:37 2002 +++ net/gnunet/pkg-plist Sat Jul 27 13:33:04 2002 @@ -1,7 +1,7 @@ +bin/gnunet-check bin/gnunet-download bin/gnunet-gtk bin/gnunet-insert -bin/gnunet-insert-multi bin/gnunet-search bin/gnunet-stats bin/gnunetd >Release-Note: >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 Jul 30 13:20:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC38237B405 for ; Tue, 30 Jul 2002 13:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5083F43E67 for ; Tue, 30 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK4JU061950 for ; Tue, 30 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK4QZ061949; Tue, 30 Jul 2002 13:20:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2EA337B400 for ; Tue, 30 Jul 2002 13:12:48 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491C143E5E for ; Tue, 30 Jul 2002 13:12:48 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKCmOT049482 for ; Tue, 30 Jul 2002 13:12:48 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKCmQ0049481; Tue, 30 Jul 2002 13:12:48 -0700 (PDT) Message-Id: <200207302012.g6UKCmQ0049481@www.freebsd.org> Date: Tue, 30 Jul 2002 13:12:48 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41171: Update port: graphics/netpbm to 10.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41171 >Category: ports >Synopsis: Update port: graphics/netpbm to 10.6 >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 Jul 30 13:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 10.6 New file: files/patch-editor::Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/netpbm/Makefile graphics/netpbm/Makefile --- /usr/ports/graphics/netpbm/Makefile Tue Jul 16 07:31:34 2002 +++ graphics/netpbm/Makefile Tue Jul 30 00:00:00 2002 @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 10.5 +PORTVERSION= 10.6 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/graphics/netpbm/distinfo graphics/netpbm/distinfo --- /usr/ports/graphics/netpbm/distinfo Tue Jul 16 07:31:35 2002 +++ graphics/netpbm/distinfo Tue Jul 30 00:00:00 2002 @@ -1 +1 @@ -MD5 (netpbm-10.5.tgz) = 8031866dd998f9d3d572d1b6a30c3fda +MD5 (netpbm-10.6.tgz) = a1701e8ee98af8fb80a7f329931fe712 diff -urN /usr/ports/graphics/netpbm/files/patch-editor::Makefile graphics/netpbm/files/patch-editor::Makefile --- /usr/ports/graphics/netpbm/files/patch-editor::Makefile Thu Jan 1 09:00:00 1970 +++ graphics/netpbm/files/patch-editor::Makefile Tue Jul 30 00:00:00 2002 @@ -0,0 +1,11 @@ +--- editor/Makefile.orig Mon Jul 29 02:01:37 2002 ++++ editor/Makefile Tue Jul 30 00:00:00 2002 +@@ -19,7 +19,7 @@ + pgmbentley pgmenhance \ + pnmalias pnmcat pnmcomp pnmconvol pnmcrop pnmcut pnmenlarge \ + pnmflip pnmhisteq pnminvert pnmmontage pnmnorm pnmpad pnmpaste \ +- pnmremap pnmsmooth pnmstitch pnmtile \ ++ pnmremap pnmsmooth pnmtile \ + ppm3d ppmbrighten ppmchange ppmcolormask \ + ppmdim ppmdist ppmdither ppmflash ppmmix \ + ppmquant ppmrelief ppmshift ppmspread ppmtv diff -urN /usr/ports/graphics/netpbm/pkg-plist graphics/netpbm/pkg-plist --- /usr/ports/graphics/netpbm/pkg-plist Mon Jul 8 20:18:10 2002 +++ graphics/netpbm/pkg-plist Tue Jul 30 00:00:00 2002 @@ -49,6 +49,7 @@ bin/pamstretch-gen bin/pamtohdiff bin/pamtopnm +bin/pamtotga bin/pamtouil bin/pbmclean bin/pbmlife @@ -157,6 +158,7 @@ bin/pnmtojbig bin/pnmtojpeg bin/pnmtopalm +bin/pnmtopclxl bin/pnmtoplainpnm bin/pnmtopng bin/pnmtops @@ -215,7 +217,6 @@ bin/ppmtopuzz bin/ppmtorgb3 bin/ppmtosixel -bin/ppmtotga bin/ppmtouil bin/ppmtowinicon bin/ppmtoxpm >Release-Note: >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 Jul 30 13:20:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 529A637B406 for ; Tue, 30 Jul 2002 13:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34AF43E7B for ; Tue, 30 Jul 2002 13:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK5JU062003 for ; Tue, 30 Jul 2002 13:20:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK5IH062002; Tue, 30 Jul 2002 13:20:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D2B37B400 for ; Tue, 30 Jul 2002 13:14:50 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43ADC43E42 for ; Tue, 30 Jul 2002 13:14:50 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKEoOT049857 for ; Tue, 30 Jul 2002 13:14:50 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKEo7X049856; Tue, 30 Jul 2002 13:14:50 -0700 (PDT) Message-Id: <200207302014.g6UKEo7X049856@www.freebsd.org> Date: Tue, 30 Jul 2002 13:14:50 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41175: Update port: net/maradns to 1.0.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41175 >Category: ports >Synopsis: Update port: net/maradns to 1.0.06 >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 Jul 30 13:20:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.06 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/maradns/Makefile net/maradns/Makefile --- /usr/ports/net/maradns/Makefile Sat Jul 13 17:39:47 2002 +++ net/maradns/Makefile Tue Jul 30 20:41:53 2002 @@ -6,7 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 1.0.02 +PORTVERSION= 1.0.06 CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ \ http://maradns.glou.net/download/ \ @@ -14,9 +14,9 @@ MAINTAINER= ports@FreeBSD.org +USE_BZIP2= yes USE_REINPLACE= yes REINPLACE_ARGS= -i "" -USE_BZIP2= yes MAKE_ENV= FLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" MAN1= askmara.1 getzone.1 diff -urN /usr/ports/net/maradns/distinfo net/maradns/distinfo --- /usr/ports/net/maradns/distinfo Sat Jul 13 17:39:47 2002 +++ net/maradns/distinfo Tue Jul 30 20:42:54 2002 @@ -1 +1 @@ -MD5 (maradns-1.0.02.tar.bz2) = 13fe790b2b96fe0b6499b83c72ce26ab +MD5 (maradns-1.0.06.tar.bz2) = 1a073970b3b1130eaef5952035760f34 >Release-Note: >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 Jul 30 13:21: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6947437B407 for ; Tue, 30 Jul 2002 13:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BCB443E6A for ; Tue, 30 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK4JU061963 for ; Tue, 30 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK4aA061962; Tue, 30 Jul 2002 13:20:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B6937B400 for ; Tue, 30 Jul 2002 13:13:20 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1633843E4A for ; Tue, 30 Jul 2002 13:13:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKDJOT049541 for ; Tue, 30 Jul 2002 13:13:19 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKDJ2p049540; Tue, 30 Jul 2002 13:13:19 -0700 (PDT) Message-Id: <200207302013.g6UKDJ2p049540@www.freebsd.org> Date: Tue, 30 Jul 2002 13:13:19 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41172: Update port: math/cln to 1.1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41172 >Category: ports >Synopsis: Update port: math/cln to 1.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: Tue Jul 30 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.1.5 New file: files/patch-configure Remove file: files/patch-Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/math/cln/Makefile math/cln/Makefile --- /usr/ports/math/cln/Makefile Tue Jun 25 19:26:43 2002 +++ math/cln/Makefile Wed Jul 31 01:24:00 2002 @@ -7,8 +7,7 @@ # PORTNAME= cln -PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTVERSION= 1.1.5 CATEGORIES= math devel MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ ftp://ftp.santafe.edu/pub/gnu/ \ @@ -18,19 +17,27 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_LIBTOOL= yes -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --datadir=${PREFIX}/share/cln --infodir=${PREFIX}/info \ - --mandir=${PREFIX}/man --with-gmp +STRIP= # none USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${PREFIX}/man \ + --with-gmp +MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes MAN1= cln-config.1 -pre-build: - @(cd ${WRKSRC} ; ${LN} -sf ${LOCALBASE}/bin/libtool .) +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR}/dvi + ${INSTALL_DATA} ${WRKSRC}/doc/*.dvi ${DOCSDIR}/dvi + @${MKDIR} ${DOCSDIR}/html + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html +.endif .include diff -urN /usr/ports/math/cln/distinfo math/cln/distinfo --- /usr/ports/math/cln/distinfo Wed Mar 13 20:38:58 2002 +++ math/cln/distinfo Tue Jul 30 06:39:53 2002 @@ -1 +1 @@ -MD5 (cln-1.1.4.tar.gz) = 680494c770199af77f0df9beceaf2fa9 +MD5 (cln-1.1.5.tar.gz) = 55d9e26806bfe9023c09caf2d7e7e91b diff -urN /usr/ports/math/cln/files/patch-Makefile.in math/cln/files/patch-Makefile.in --- /usr/ports/math/cln/files/patch-Makefile.in Mon Feb 12 23:55:43 2001 +++ math/cln/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- Makefile.in.orig Sun Feb 11 16:52:48 2001 -+++ Makefile.in Sun Feb 11 17:03:58 2001 -@@ -33,14 +33,13 @@ - - install : installdirs force - cd @subdir@; $(MAKE) install -- $(INSTALL_PROGRAM) cln-config $(DESTDIR)$(bindir)/cln-config -+ $(INSTALL) cln-config $(DESTDIR)$(bindir)/cln-config - $(INSTALL_DATA) cln-config.1 $(DESTDIR)$(mandir)/man1/cln-config.1 -- $(INSTALL_DATA) cln.m4 $(DESTDIR)$(datadir)/aclocal/cln.m4 -+ $(INSTALL_DATA) cln.m4 $(DESTDIR)$(prefix)/share/aclocal/cln.m4 - - installdirs : force - cd @subdir@; $(MAKE) installdirs - $(MKDIR) $(DESTDIR)$(mandir)/man1 -- $(MKDIR) $(DESTDIR)$(datadir)/aclocal - $(MKDIR) $(DESTDIR)$(bindir) - - uninstall : force diff -urN /usr/ports/math/cln/files/patch-configure math/cln/files/patch-configure --- /usr/ports/math/cln/files/patch-configure Thu Jan 1 09:00:00 1970 +++ math/cln/files/patch-configure Tue Jul 30 06:41:07 2002 @@ -0,0 +1,10 @@ +--- configure.orig Tue May 28 22:55:47 2002 ++++ configure Tue Jul 30 06:40:57 2002 +@@ -6933,6 +6933,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/math/cln/files/patch-doc::Makefile.in math/cln/files/patch-doc::Makefile.in --- /usr/ports/math/cln/files/patch-doc::Makefile.in Mon Feb 12 23:55:43 2001 +++ math/cln/files/patch-doc::Makefile.in Wed Jul 31 01:22:09 2002 @@ -1,10 +1,12 @@ ---- doc/Makefile.in.orig Sun Feb 11 17:11:56 2001 -+++ doc/Makefile.in Sun Feb 11 17:24:01 2001 -@@ -81,6 +81,7 @@ +--- doc/Makefile.in.orig Wed Dec 6 00:38:27 2000 ++++ doc/Makefile.in Wed Jul 31 01:21:51 2002 +@@ -81,8 +81,7 @@ install : all installdirs force $(INSTALL_DATA) $(srcdir)/$(PACKAGE).info $(DESTDIR)$(infodir)/$(PACKAGE).info -+ install-info $(srcdir)/$(PACKAGE).info $(DESTDIR)$(infodir)/dir - $(INSTALL_DATA) $(srcdir)/$(PACKAGE)_*.html $(DESTDIR)$(htmldir) - $(INSTALL_DATA) $(srcdir)/$(PACKAGE).dvi $(DESTDIR)$(dvidir)/$(PACKAGE).dvi +- $(INSTALL_DATA) $(srcdir)/$(PACKAGE)_*.html $(DESTDIR)$(htmldir) +- $(INSTALL_DATA) $(srcdir)/$(PACKAGE).dvi $(DESTDIR)$(dvidir)/$(PACKAGE).dvi ++ install-info $(DESTDIR)$(infodir)/$(PACKAGE).info $(DESTDIR)$(infodir)/dir + installdirs : force + $(MKDIR) $(DESTDIR)$(datadir) diff -urN /usr/ports/math/cln/pkg-plist math/cln/pkg-plist --- /usr/ports/math/cln/pkg-plist Fri Oct 5 20:18:43 2001 +++ math/cln/pkg-plist Wed Jul 31 01:26:45 2002 @@ -1,8 +1,4 @@ bin/cln-config -share/aclocal/cln.m4 -@unexec install-info --delete %D/info/cln.info %D/info/dir -info/cln.info -@exec install-info %D/info/cln.info %D/info/dir include/cln/GV.h include/cln/GV_complex.h include/cln/GV_integer.h @@ -81,26 +77,35 @@ include/cln/univpoly_rational.h include/cln/univpoly_real.h include/cln/version.h -@dirrm include/cln +@unexec install-info --delete %D/info/cln.info %D/info/dir +info/cln.info +@exec install-info %D/info/cln.info %D/info/dir lib/libcln.a -lib/libcln.la lib/libcln.so lib/libcln.so.2 -share/cln/html/cln_1.html -share/cln/html/cln_10.html -share/cln/html/cln_11.html -share/cln/html/cln_12.html -share/cln/html/cln_13.html -share/cln/html/cln_2.html -share/cln/html/cln_3.html -share/cln/html/cln_4.html -share/cln/html/cln_5.html -share/cln/html/cln_6.html -share/cln/html/cln_7.html -share/cln/html/cln_8.html -share/cln/html/cln_9.html -share/cln/html/cln_toc.html -share/cln/dvi/cln.dvi -@dirrm share/cln/html -@dirrm share/cln/dvi -@dirrm share/cln +share/aclocal/cln.m4 +%%PORTDOCS%%share/doc/cln/dvi/cln.dvi +%%PORTDOCS%%share/doc/cln/html/cln.html +%%PORTDOCS%%share/doc/cln/html/cln_1.html +%%PORTDOCS%%share/doc/cln/html/cln_10.html +%%PORTDOCS%%share/doc/cln/html/cln_11.html +%%PORTDOCS%%share/doc/cln/html/cln_12.html +%%PORTDOCS%%share/doc/cln/html/cln_13.html +%%PORTDOCS%%share/doc/cln/html/cln_14.html +%%PORTDOCS%%share/doc/cln/html/cln_15.html +%%PORTDOCS%%share/doc/cln/html/cln_16.html +%%PORTDOCS%%share/doc/cln/html/cln_2.html +%%PORTDOCS%%share/doc/cln/html/cln_3.html +%%PORTDOCS%%share/doc/cln/html/cln_4.html +%%PORTDOCS%%share/doc/cln/html/cln_5.html +%%PORTDOCS%%share/doc/cln/html/cln_6.html +%%PORTDOCS%%share/doc/cln/html/cln_7.html +%%PORTDOCS%%share/doc/cln/html/cln_8.html +%%PORTDOCS%%share/doc/cln/html/cln_9.html +%%PORTDOCS%%share/doc/cln/html/cln_abt.html +%%PORTDOCS%%share/doc/cln/html/cln_ovr.html +%%PORTDOCS%%share/doc/cln/html/cln_toc.html +%%PORTDOCS%%@dirrm share/doc/cln/html +%%PORTDOCS%%@dirrm share/doc/cln/dvi +%%PORTDOCS%%@dirrm share/doc/cln +@dirrm include/cln >Release-Note: >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 Jul 30 13:21:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E75937B408 for ; Tue, 30 Jul 2002 13:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCCA43E5E for ; Tue, 30 Jul 2002 13:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK3JU061936 for ; Tue, 30 Jul 2002 13:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK3AK061935; Tue, 30 Jul 2002 13:20:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4968537B400 for ; Tue, 30 Jul 2002 13:12:16 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB6C43E4A for ; Tue, 30 Jul 2002 13:12:15 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKCFOT049448 for ; Tue, 30 Jul 2002 13:12:15 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKCFXK049447; Tue, 30 Jul 2002 13:12:15 -0700 (PDT) Message-Id: <200207302012.g6UKCFXK049447@www.freebsd.org> Date: Tue, 30 Jul 2002 13:12:15 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41170: Update port: devel/gettext to 0.11.4 (fix ports/40794) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41170 >Category: ports >Synopsis: Update port: devel/gettext to 0.11.4 (fix ports/40794) >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 Jul 30 13:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.11.4 This PR supersedes ports/40794. >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/gettext/Makefile devel/gettext/Makefile --- /usr/ports/devel/gettext/Makefile Mon Jul 22 20:44:39 2002 +++ devel/gettext/Makefile Tue Jul 30 04:16:32 2002 @@ -6,8 +6,7 @@ # PORTNAME= gettext -PORTVERSION= 0.11.2 -PORTREVISION= 1 +PORTVERSION= 0.11.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gettext @@ -17,20 +16,25 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ expat.3:${PORTSDIR}/textproc/expat2 -USE_BISON= yes -INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= ACLOCAL="${TRUE}" \ + AUTOCONF="${TRUE}" \ + AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" \ + MAKEINFO="makeinfo --no-split" \ + CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib +INSTALLS_SHLIB= yes PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \ VERSION=${PORTVERSION} -MAN1= gettext.1 msgattrib.1 msgcat.1 msgcmp.1 msgcomm.1 \ - msgconv.1 msgen.1 msgexec.1 msgfilter.1 msgfmt.1 \ - msggrep.1 msginit.1 msgmerge.1 msgunfmt.1 msguniq.1 \ - ngettext.1 xgettext.1 +MAN1= autopoint.1 gettext.1 gettextize.1 msgattrib.1 msgcat.1 \ + msgcmp.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 \ + msgfilter.1 msgfmt.1 msggrep.1 msginit.1 msgmerge.1 \ + msgunfmt.1 msguniq.1 ngettext.1 xgettext.1 MAN3= bind_textdomain_codeset.3 bindtextdomain.3 dcgettext.3 \ dcngettext.3 dgettext.3 dngettext.3 gettext.3 ngettext.3 \ textdomain.3 @@ -41,8 +45,9 @@ post-install: @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir ${MKDIR} ${PREFIX}/share/emacs/site-lisp - ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \ - ${PREFIX}/share/emacs/site-lisp/po-mode.el +.for file in po-compat.el po-mode.el + ${INSTALL_DATA} ${WRKSRC}/misc/${file} ${PREFIX}/share/emacs/site-lisp +.endfor ${MKDIR} ${X11BASE}/share/locale .include diff -urN /usr/ports/devel/gettext/distinfo devel/gettext/distinfo --- /usr/ports/devel/gettext/distinfo Fri Jun 21 19:07:18 2002 +++ devel/gettext/distinfo Sat Jul 27 07:37:27 2002 @@ -1 +1 @@ -MD5 (gettext-0.11.2.tar.gz) = 31ff6c5f51ba151d2349f4dec47f4ec1 +MD5 (gettext-0.11.4.tar.gz) = 6236562909ade8c5b56e1d6b75be2767 diff -urN /usr/ports/devel/gettext/files/patch-Makefile.in devel/gettext/files/patch-Makefile.in --- /usr/ports/devel/gettext/files/patch-Makefile.in Tue Mar 26 19:25:45 2002 +++ devel/gettext/files/patch-Makefile.in Fri Jul 19 03:41:15 2002 @@ -1,12 +1,11 @@ ---- Makefile.in.orig Tue Mar 12 14:51:22 2002 -+++ Makefile.in Fri Mar 15 18:42:49 2002 -@@ -40,3 +40,3 @@ +--- Makefile.in.orig Wed Jul 17 20:45:19 2002 ++++ Makefile.in Fri Jul 19 03:41:08 2002 +@@ -155,7 +155,7 @@ + gettextsrc_DATA = ABOUT-NLS + gettextsrc_SCRIPTS = config.rpath mkinstalldirs --ACLOCAL = @ACLOCAL@ -+ACLOCAL = /usr/bin/true - AUTOCONF = @AUTOCONF@ -@@ -152,3 +152,3 @@ - --SUBDIRS = doc intl intl-java lib libuniname src po man m4 projects misc tests -+SUBDIRS = doc intl lib libuniname src po man m4 projects misc tests +-SUBDIRS = doc intl intl-java lib libuniname src po projects misc man m4 tests ++SUBDIRS = doc intl lib libuniname src po projects misc man m4 tests + EXTRA_DIST = config.rpath BUGS DISCLAIM PACKAGING README.gemtext \ + djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \ diff -urN /usr/ports/devel/gettext/files/patch-ae devel/gettext/files/patch-ae --- /usr/ports/devel/gettext/files/patch-ae Tue Apr 30 19:14:03 2002 +++ devel/gettext/files/patch-ae Fri Jul 19 07:33:47 2002 @@ -1,9 +1,9 @@ $FreeBSD: ports/devel/gettext/files/patch-ae,v 1.8 2002/04/29 21:23:20 sobomax Exp $ ---- configure.orig Tue Mar 12 21:03:57 2002 -+++ configure Mon Apr 29 23:49:41 2002 -@@ -6094,6 +6094,7 @@ +--- configure.orig Wed Jul 17 20:45:27 2002 ++++ configure Fri Jul 19 03:44:17 2002 +@@ -7576,6 +7576,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,12 +11,12 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -11774,7 +11775,7 @@ - IFS="$ac_save_ifs" +@@ -14782,7 +14783,7 @@ + fi fi --EMACS="$ac_cv_prog_EMACS" +-EMACS=$ac_cv_prog_EMACS +EMACS=no if test -n "$EMACS"; then - echo "$ac_t""$EMACS" 1>&6 - else + echo "$as_me:14787: result: $EMACS" >&5 + echo "${ECHO_T}$EMACS" >&6 diff -urN /usr/ports/devel/gettext/files/patch-doc::Makefile.in devel/gettext/files/patch-doc::Makefile.in --- /usr/ports/devel/gettext/files/patch-doc::Makefile.in Sat Mar 16 04:43:48 2002 +++ devel/gettext/files/patch-doc::Makefile.in Fri Jul 19 04:11:44 2002 @@ -12,12 +12,3 @@ dvidir = $(docdir) psdir = $(docdir) pdfdir = $(docdir) -@@ -108,7 +108,7 @@ - SED = sed - RM = rm -f - --MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ -+MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ --no-split - - info_TEXINFOS = gettext.texi - gettext_TEXINFOS = iso-639.texi iso-3166.texi diff -urN /usr/ports/devel/gettext/files/patch-lib::Makefile.in devel/gettext/files/patch-lib::Makefile.in --- /usr/ports/devel/gettext/files/patch-lib::Makefile.in Tue Apr 30 19:14:06 2002 +++ devel/gettext/files/patch-lib::Makefile.in Fri Jul 19 03:48:48 2002 @@ -1,9 +1,9 @@ $FreeBSD: ports/devel/gettext/files/patch-lib::Makefile.in,v 1.4 2002/04/30 08:32:35 sobomax Exp $ ---- lib/Makefile.in.orig Tue Mar 12 21:04:16 2002 -+++ lib/Makefile.in Tue Apr 30 11:06:26 2002 -@@ -220,7 +220,7 @@ +--- lib/Makefile.in.orig Fri Jul 19 03:46:30 2002 ++++ lib/Makefile.in Fri Jul 19 03:47:55 2002 +@@ -227,7 +227,7 @@ # Need @LTLIBICONV@ because linebreak.c uses iconv(). libgettextlib_la_LDFLAGS = \ -release @VERSION@ \ @@ -12,12 +12,12 @@ -@@ -238,14 +238,14 @@ +@@ -245,14 +245,14 @@ gen-lbrkprop.c 3level.h Combining.txt --DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ -+DEFS = -DLIBDIR=\"$(prefix)/libdata\" @DEFS@ +-DEFS = -DLIBDIR=\"$(libdir)\" -DEXEEXT=\"$(EXEEXT)\" @DEFS@ ++DEFS = -DLIBDIR=\"$(prefix)/libdata\" -DEXEEXT=\"$(EXEEXT)\" @DEFS@ INCLUDES = -I. -I$(srcdir) -I.. -I../intl -I$(top_srcdir)/intl DISTCLEANFILES = fnmatch.h @@ -30,7 +30,7 @@ SUFFIXES = .sed .sin -@@ -475,7 +475,7 @@ +@@ -482,7 +482,7 @@ install-data-am: install-gettextsrcDATA @@ -39,7 +39,7 @@ install-info: install-info-am -@@ -522,7 +522,7 @@ +@@ -534,7 +534,7 @@ all-local: charset.alias ref-add.sed ref-del.sed install-exec-local: all-local diff -urN /usr/ports/devel/gettext/files/patch-src::Makefile.in devel/gettext/files/patch-src::Makefile.in --- /usr/ports/devel/gettext/files/patch-src::Makefile.in Tue Apr 30 19:14:06 2002 +++ devel/gettext/files/patch-src::Makefile.in Fri Jul 19 03:51:42 2002 @@ -1,18 +1,18 @@ $FreeBSD: ports/devel/gettext/files/patch-src::Makefile.in,v 1.2 2002/04/29 21:23:20 sobomax Exp $ ---- src/Makefile.in.orig Tue Mar 12 21:04:19 2002 -+++ src/Makefile.in Tue Apr 30 00:01:24 2002 -@@ -173,7 +173,7 @@ - -I../lib -I$(top_srcdir)/lib -I../intl -I$(top_srcdir)/intl +--- src/Makefile.in.orig Wed Jul 17 20:46:11 2002 ++++ src/Makefile.in Fri Jul 19 03:51:12 2002 +@@ -181,7 +181,7 @@ - DEFS = -DLOCALEDIR=\"$(localedir)\" -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \ + DEFS = -DLOCALEDIR=\"$(localedir)\" -DUSEJEXE=$(USEJEXE) \ + -DGETTEXTJEXEDIR=\"$(pkglibdir)\" -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \ --DLIBDIR=\"$(libdir)\" -DGETTEXTDATADIR=\"$(pkgdatadir)\" \ +-DLIBDIR=\"$(prefix)/libdata\" -DGETTEXTDATADIR=\"$(pkgdatadir)\" \ -DPROJECTSDIR=\"$(projectsdir)\" @DEFS@ LDADD = ../lib/libgettextlib.la @LTLIBINTL@ -@@ -240,7 +240,7 @@ +@@ -248,7 +248,7 @@ # use iconv(). libgettextsrc_la_LDFLAGS = \ -release @VERSION@ \ @@ -21,7 +21,7 @@ # Link dependencies. -@@ -726,11 +726,11 @@ +@@ -747,11 +747,11 @@ # Special rules for installation of auxiliary programs. install-exec-local: diff -urN /usr/ports/devel/gettext/pkg-plist devel/gettext/pkg-plist --- /usr/ports/devel/gettext/pkg-plist Fri Jun 21 19:07:19 2002 +++ devel/gettext/pkg-plist Tue Jul 30 04:16:48 2002 @@ -1,3 +1,4 @@ +bin/autopoint bin/gettext bin/gettextize bin/msgattrib @@ -21,14 +22,12 @@ info/gettext.info @exec install-info %D/info/gettext.info %D/info/dir lib/libgettextlib-%%VERSION%%.so -lib/libgettextlib.a lib/libgettextlib.so lib/libgettextsrc-%%VERSION%%.so -lib/libgettextsrc.a lib/libgettextsrc.so lib/libintl.a lib/libintl.so -lib/libintl.so.2 +lib/libintl.so.4 libdata/gettext/hostname libdata/gettext/project-id libdata/gettext/urlget @@ -37,12 +36,19 @@ share/aclocal/gettext.m4 share/aclocal/glibc21.m4 share/aclocal/iconv.m4 +share/aclocal/intdiv0.m4 +share/aclocal/inttypes-pri.m4 +share/aclocal/inttypes.m4 +share/aclocal/inttypes_h.m4 share/aclocal/isc-posix.m4 share/aclocal/lcmessage.m4 share/aclocal/lib-ld.m4 share/aclocal/lib-link.m4 share/aclocal/lib-prefix.m4 share/aclocal/progtest.m4 +share/aclocal/stdint_h.m4 +share/aclocal/uintmax_t.m4 +share/doc/gettext/autopoint.1.html share/doc/gettext/bind_textdomain_codeset.3.html share/doc/gettext/bindtextdomain.3.html share/doc/gettext/gettext.1.html @@ -71,6 +77,7 @@ share/doc/gettext/gettext_9.html share/doc/gettext/gettext_foot.html share/doc/gettext/gettext_toc.html +share/doc/gettext/gettextize.1.html share/doc/gettext/msgattrib.1.html share/doc/gettext/msgcat.1.html share/doc/gettext/msgcmp.1.html @@ -89,8 +96,10 @@ share/doc/gettext/ngettext.3.html share/doc/gettext/textdomain.3.html share/doc/gettext/xgettext.1.html +share/emacs/site-lisp/po-compat.el share/emacs/site-lisp/po-mode.el share/gettext/ABOUT-NLS +share/gettext/archive.tar.gz share/gettext/config.rpath share/gettext/gettext.h share/gettext/intl/COPYING.LIB-2.0 @@ -132,6 +141,7 @@ share/gettext/intl/ref-add.sin share/gettext/intl/ref-del.sin share/gettext/intl/textdomain.c +share/gettext/mkinstalldirs share/gettext/msgunfmt.tcl share/gettext/po/Makefile.in.in share/gettext/po/Makevars @@ -156,6 +166,7 @@ share/gettext/projects/TP/trigger share/gettext/projects/index share/gettext/projects/team-address +share/locale/be/LC_MESSAGES/gettext.mo share/locale/ca/LC_MESSAGES/gettext.mo share/locale/cs/LC_MESSAGES/gettext.mo share/locale/da/LC_MESSAGES/gettext.mo @@ -165,6 +176,7 @@ share/locale/en@quot/LC_MESSAGES/gettext.mo share/locale/es/LC_MESSAGES/gettext.mo share/locale/et/LC_MESSAGES/gettext.mo +share/locale/fi/LC_MESSAGES/gettext.mo share/locale/fr/LC_MESSAGES/gettext.mo share/locale/gl/LC_MESSAGES/gettext.mo share/locale/id/LC_MESSAGES/gettext.mo >Release-Note: >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 Jul 30 13:21:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB8037B409 for ; Tue, 30 Jul 2002 13:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B9643E4A for ; Tue, 30 Jul 2002 13:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK6JU062030 for ; Tue, 30 Jul 2002 13:20:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK6vm062029; Tue, 30 Jul 2002 13:20:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA36D37B400 for ; Tue, 30 Jul 2002 13:16:02 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B64743E4A for ; Tue, 30 Jul 2002 13:16:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKG2OT049937 for ; Tue, 30 Jul 2002 13:16:02 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKG2Tx049936; Tue, 30 Jul 2002 13:16:02 -0700 (PDT) Message-Id: <200207302016.g6UKG2Tx049936@www.freebsd.org> Date: Tue, 30 Jul 2002 13:16:02 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41177: Update port: textproc/mifluz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41177 >Category: ports >Synopsis: Update port: textproc/mifluz >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 Jul 30 13:20:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - GNU_CONFIGURE -> USE_LIBTOOL New file: files/patch-mifluz::Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/mifluz/Makefile textproc/mifluz/Makefile --- /usr/ports/textproc/mifluz/Makefile Sun Jun 23 17:18:08 2002 +++ textproc/mifluz/Makefile Tue Jul 30 04:09:06 2002 @@ -7,19 +7,20 @@ PORTNAME= mifluz PORTVERSION= 0.23.0 +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/mifluz/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv - -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} - -GNU_CONFIGURE= yes +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_REINPLACE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ + --without-unac INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib MAN1= htdb_dump.1 htdb_stat.1 htdb_load.1 mifluzdump.1 mifluzload.1 \ mifluzsearch.1 mifluzdict.1 @@ -29,6 +30,14 @@ WordMonitor.3 Configuration.3 mifluz.3 PKGMESSAGE= ${WRKDIR}/pkg-message + +post-patch: + @${REINPLACE_CMD} 's|-D_THREAD_SAFE -pthread|${PTHREAD_CFLAGS}|g ; \ + s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + +pre-build: + @cd ${WRKSRC}/doc \ + && makeinfo --no-split --force mifluz.texinfo || ${TRUE} post-install: @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${PKGDIR}/pkg-message > \ diff -urN /usr/ports/textproc/mifluz/files/patch-configure textproc/mifluz/files/patch-configure --- /usr/ports/textproc/mifluz/files/patch-configure Sun Jun 23 17:18:08 2002 +++ textproc/mifluz/files/patch-configure Mon Jul 29 22:29:58 2002 @@ -1,10 +1,10 @@ ---- configure.orig Mon Jul 23 14:55:39 2001 -+++ configure Fri Jun 7 10:27:58 2002 -@@ -9336,6 +9336,7 @@ - LIBICONV= - if test "$am_cv_lib_iconv" = yes; then - LIBICONV="-liconv" -+ LIBS="$LIBICONV $LIBS" - fi - +--- configure.orig Mon Jul 23 21:55:39 2001 ++++ configure Mon Jul 29 22:29:47 2002 +@@ -5982,6 +5982,7 @@ + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/textproc/mifluz/files/patch-mifluz::Makefile.in textproc/mifluz/files/patch-mifluz::Makefile.in --- /usr/ports/textproc/mifluz/files/patch-mifluz::Makefile.in Thu Jan 1 09:00:00 1970 +++ textproc/mifluz/files/patch-mifluz::Makefile.in Tue Jul 30 00:26:28 2002 @@ -0,0 +1,11 @@ +--- mifluz/Makefile.in.orig Mon Jul 23 22:12:14 2001 ++++ mifluz/Makefile.in Tue Jul 30 00:26:00 2002 +@@ -147,7 +147,7 @@ + + + libmifluz_la_LDFLAGS = -version-info $(MAJOR_VERSION):$(MINOR_VERSION):$(MICRO_VERSION) +-libmifluz_la_LIBADD = ../db/libdb.la ../clib/libclib.la ++libmifluz_la_LIBADD = ../db/libdb.la ../clib/libclib.la @LIBICONV@ + + include_HEADERS = mifluz.h + diff -urN /usr/ports/textproc/mifluz/pkg-descr textproc/mifluz/pkg-descr --- /usr/ports/textproc/mifluz/pkg-descr Sun Jun 23 17:18:08 2002 +++ textproc/mifluz/pkg-descr Mon Jul 29 23:21:29 2002 @@ -12,3 +12,5 @@ controled amount of memory while resolving a query, has higher upper limits and has a simple storage scheme. Consuming more disk space allows all this. + +WWW: http://www.gnu.org/software/mifluz/ diff -urN /usr/ports/textproc/mifluz/pkg-plist textproc/mifluz/pkg-plist --- /usr/ports/textproc/mifluz/pkg-plist Sun Jun 23 17:18:08 2002 +++ textproc/mifluz/pkg-plist Tue Jul 30 04:05:49 2002 @@ -1,17 +1,48 @@ -bin/htdb_load bin/htdb_dump +bin/htdb_load bin/htdb_stat -bin/mifluzdump bin/mifluzdict +bin/mifluzdump bin/mifluzload bin/mifluzsearch etc/mifluz.conf.sample -include/mifluz/myqsort.h -include/mifluz/clib.h +include/mifluz.h +include/mifluz/Configuration.h +include/mifluz/Dictionary.h +include/mifluz/HtMaxMin.h +include/mifluz/HtTime.h +include/mifluz/List.h +include/mifluz/Object.h +include/mifluz/ParsedString.h +include/mifluz/StringList.h +include/mifluz/WordBitCompress.h +include/mifluz/WordContext.h +include/mifluz/WordCursor.h +include/mifluz/WordCursorOne.h +include/mifluz/WordDB.h +include/mifluz/WordDBCache.h +include/mifluz/WordDBCompress.h +include/mifluz/WordDBInfo.h +include/mifluz/WordDead.h +include/mifluz/WordDict.h +include/mifluz/WordKey.h +include/mifluz/WordKeyInfo.h +include/mifluz/WordList.h +include/mifluz/WordListMulti.h +include/mifluz/WordListOne.h +include/mifluz/WordMeta.h +include/mifluz/WordMonitor.h +include/mifluz/WordRecord.h +include/mifluz/WordRecordInfo.h +include/mifluz/WordReference.h +include/mifluz/WordType.h +include/mifluz/ber.h include/mifluz/btree.h include/mifluz/btree_auto.h include/mifluz/btree_ext.h +include/mifluz/clib.h include/mifluz/common_ext.h +include/mifluz/config.h include/mifluz/crdel_auto.h include/mifluz/db.h include/mifluz/db_am.h @@ -30,6 +61,8 @@ include/mifluz/hash.h include/mifluz/hash_auto.h include/mifluz/hash_ext.h +include/mifluz/htString.h +include/mifluz/lib.h include/mifluz/lock.h include/mifluz/lock_ext.h include/mifluz/log.h @@ -39,6 +72,7 @@ include/mifluz/mp_ext.h include/mifluz/mutex.h include/mifluz/mutex_ext.h +include/mifluz/myqsort.h include/mifluz/os.h include/mifluz/os_ext.h include/mifluz/os_jump.h @@ -51,52 +85,15 @@ include/mifluz/txn.h include/mifluz/txn_auto.h include/mifluz/txn_ext.h +include/mifluz/unac.h include/mifluz/xa.h include/mifluz/xa_ext.h -include/mifluz/unac.h -include/mifluz/Configuration.h -include/mifluz/Dictionary.h -include/mifluz/HtMaxMin.h -include/mifluz/HtTime.h -include/mifluz/List.h -include/mifluz/Object.h -include/mifluz/ParsedString.h -include/mifluz/StringList.h -include/mifluz/WordBitCompress.h -include/mifluz/WordContext.h -include/mifluz/WordCursor.h -include/mifluz/WordCursorOne.h -include/mifluz/WordDB.h -include/mifluz/WordDBCache.h -include/mifluz/WordDBCompress.h -include/mifluz/WordDBInfo.h -include/mifluz/WordDead.h -include/mifluz/WordDict.h -include/mifluz/WordKey.h -include/mifluz/WordKeyInfo.h -include/mifluz/WordList.h -include/mifluz/WordListOne.h -include/mifluz/WordListMulti.h -include/mifluz/WordMeta.h -include/mifluz/WordMonitor.h -include/mifluz/ber.h -include/mifluz/WordRecord.h -include/mifluz/WordRecordInfo.h -include/mifluz/WordReference.h -include/mifluz/WordType.h -include/mifluz/htString.h -include/mifluz/lib.h -include/mifluz/config.h -include/mifluz.h @unexec install-info --delete %D/info/mifluz.info %D/info/dir info/mifluz.info -info/mifluz.info-1 -info/mifluz.info-2 -info/mifluz.info-3 @exec install-info %D/info/mifluz.info %D/info/dir -lib/libmifluz.so.0 -lib/libmifluz.so -lib/libmifluz.la lib/libmifluz.a +lib/libmifluz.so +lib/libmifluz.so.0 @dirrm include/mifluz -@dirrm var/cache/mifluz +@exec mkdir -p %D/var/cache/mifluz +@unexec rmdir %D/var/cache/mifluz 2>/dev/null || true >Release-Note: >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 Jul 30 13:21:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDCD137B40A for ; Tue, 30 Jul 2002 13:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B0243E72 for ; Tue, 30 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK4JU061976 for ; Tue, 30 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK4PL061975; Tue, 30 Jul 2002 13:20:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A0E37B400 for ; Tue, 30 Jul 2002 13:13:56 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE0B43E5E for ; Tue, 30 Jul 2002 13:13:52 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKDqOT049682 for ; Tue, 30 Jul 2002 13:13:52 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKDqNZ049681; Tue, 30 Jul 2002 13:13:52 -0700 (PDT) Message-Id: <200207302013.g6UKDqNZ049681@www.freebsd.org> Date: Tue, 30 Jul 2002 13:13:52 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41173: Update port: misc/gretl to 0.998a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41173 >Category: ports >Synopsis: Update port: misc/gretl to 0.998a >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 Jul 30 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.998a >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gretl/Makefile misc/gretl/Makefile --- /usr/ports/misc/gretl/Makefile Mon Jun 24 19:13:58 2002 +++ misc/gretl/Makefile Sat Jul 27 12:27:25 2002 @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 0.994 +PORTVERSION= 0.998a CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,7 +30,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gmake +CONFIGURE_ARGS= --with-gmake --without-gmp INSTALLS_SHLIB= yes MAN1= gretl.1 gretl-config.1 diff -urN /usr/ports/misc/gretl/distinfo misc/gretl/distinfo --- /usr/ports/misc/gretl/distinfo Tue May 21 21:50:59 2002 +++ misc/gretl/distinfo Sat Jul 27 06:12:43 2002 @@ -1 +1 @@ -MD5 (gretl-0.994.tar.gz) = a4f69d758c52b9f60c74c85e50f0cdd9 +MD5 (gretl-0.998a.tar.gz) = 97a5e3803ed0ee58188c46e0f0a777b8 diff -urN /usr/ports/misc/gretl/files/patch-gui::Makefile.in misc/gretl/files/patch-gui::Makefile.in --- /usr/ports/misc/gretl/files/patch-gui::Makefile.in Tue May 21 11:37:33 2002 +++ misc/gretl/files/patch-gui::Makefile.in Sat Jul 27 09:04:30 2002 @@ -1,8 +1,8 @@ ---- gui/Makefile.in.orig Mon Apr 22 01:43:31 2002 -+++ gui/Makefile.in Thu May 2 01:49:12 2002 -@@ -41,21 +41,20 @@ - LIBS = `gnome-config --libs gnomeui print` `gtkextra-config --libs` ../lib/libgretl.la - GUI_CFLAGS = `gnome-config --cflags gnomeui print` `gtkextra-config --cflags` +--- gui/Makefile.in.orig Thu Jul 11 00:20:39 2002 ++++ gui/Makefile.in Sat Jul 27 09:04:18 2002 +@@ -44,8 +44,8 @@ + LIBS = $(GNOME_LIBS) $(GTK_EXTRA_LIBS) ../lib/libgretl.la + GUI_CFLAGS = $(GNOME_CFLAGS) $(GTK_EXTRA_CFLAGS) desktopdir = $(gnome_prefix)/share/gnome/apps/Applications - mimedir = $(gnome_prefix)/share/mime-info - gpixmaps = $(gnome_prefix)/share/pixmaps @@ -11,23 +11,25 @@ ghelpdir = $(gnome_prefix)/share/gnome/help/gretl query_install_gnome = install-gnome else -- LIBS = `gtk-config --libs` `gtkextra-config --libs` ../lib/libgretl.la -- GUI_CFLAGS = `gtk-config --cflags` `gtkextra-config --cflags` -+ LIBS = `$(GTK_CONFIG) --libs` `gtkextra-config --libs` ../lib/libgretl.la -+ GUI_CFLAGS = `$(GTK_CONFIG) --cflags` `gtkextra-config --cflags` +@@ -54,7 +54,7 @@ + endif + ifeq ($(USE_NLS),yes) + datadir = @datadir@ +- localedir = $(datadir)/locale ++ localedir = $(prefix)/share/locale + DEFS = -DLOCALEDIR=\"$(localedir)\" endif - override CFLAGS += $(PIXBUF_CFLAGS) - override LIBS += $(PIXBUF_LIBS) +@@ -63,7 +63,7 @@ # Directories --bindir = $(prefix)/bin + bindir = $(prefix)/bin -gretldir = $(prefix)/share/gretl +gretldir = $(libdir)/gretl tooldir = $(topsrc)/tools libsrc = $(topsrc)/lib/src clisrc = $(topsrc)/cli -@@ -90,7 +89,7 @@ +@@ -94,7 +94,7 @@ $(LIBTOOL) $(INSTALL_PROGRAM) -s $(PROG) $(bindir)/$(PROG) install-data: installdirs diff -urN /usr/ports/misc/gretl/files/patch-lib::Makefile.in misc/gretl/files/patch-lib::Makefile.in --- /usr/ports/misc/gretl/files/patch-lib::Makefile.in Tue May 21 11:37:33 2002 +++ misc/gretl/files/patch-lib::Makefile.in Sat Jul 27 08:40:26 2002 @@ -1,5 +1,5 @@ ---- lib/Makefile.in.orig Mon Apr 22 01:43:31 2002 -+++ lib/Makefile.in Wed May 1 23:59:51 2002 +--- lib/Makefile.in.orig Thu Jul 11 00:20:39 2002 ++++ lib/Makefile.in Sat Jul 27 08:40:14 2002 @@ -11,8 +11,8 @@ XML_CFLAGS = @XML_CFLAGS@ XML_LIBS = @XML_LIBS@ @@ -11,7 +11,7 @@ endif ifeq ($(INSTALL_DATA),) INSTALL_DATA = $(INSTALL) -m 644 -@@ -27,7 +27,7 @@ +@@ -28,7 +28,7 @@ # General compile options and libs: LIBGRETL = libgretl.la @@ -20,7 +20,7 @@ #### End of system configuration section. #### -@@ -61,14 +61,14 @@ +@@ -65,15 +65,15 @@ .PHONY: install: $(LIBGRETL) install-data @@ -33,8 +33,9 @@ install-data: installdirs $(INSTALL_DATA) $(srcdir)/*.h $(includedir) + $(INSTALL_DATA) ../gretl.m4 $(aclocaldir) - $(INSTALL_PROGRAM) ../gretl-config $(bindir) + $(INSTALL_SCRIPT) ../gretl-config $(bindir) installdirs: - $(topsrc)/tools/mkinstalldirs $(libdir) $(includedir) + $(topsrc)/tools/mkinstalldirs $(libdir) $(includedir) $(aclocaldir) diff -urN /usr/ports/misc/gretl/files/patch-plugin::Makefile.in misc/gretl/files/patch-plugin::Makefile.in --- /usr/ports/misc/gretl/files/patch-plugin::Makefile.in Tue May 21 11:37:33 2002 +++ misc/gretl/files/patch-plugin::Makefile.in Sat Jul 27 08:43:21 2002 @@ -1,5 +1,5 @@ ---- plugin/Makefile.in.orig Thu Mar 28 07:05:24 2002 -+++ plugin/Makefile.in Thu May 2 01:46:10 2002 +--- plugin/Makefile.in.orig Thu Jul 11 00:20:39 2002 ++++ plugin/Makefile.in Sat Jul 27 08:43:08 2002 @@ -2,6 +2,7 @@ prefix = @prefix@ @@ -8,7 +8,7 @@ CC = @CC@ CFLAGS = @CFLAGS@ MAKE = @MAKE@ -@@ -21,7 +22,7 @@ +@@ -25,7 +26,7 @@ endif # Installation directory @@ -16,19 +16,17 @@ +gretldir = $(libdir)/gretl LIBTOOL = $(topsrc)/libtool - COMPILE = $(LIBTOOL) --mode=compile $(CC) -c -fPIC -DPIC $(CFLAGS) -@@ -29,8 +30,8 @@ - - GRETLINC = -I$(topsrc)/lib/src - GRETLLIB = ../lib/libgretl.la --GTKINC = `gtk-config --cflags` --GTKLIB = `gtk-config --libs` -+GTKINC = `$(GTK_CONFIG) --cflags` -+GTKLIB = `$(GTK_CONFIG) --libs` + COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) +@@ -45,7 +46,7 @@ + query-ms-ole.lo=ms-ole.lo + vpath %.c libole2 + vpath %.h libole2 +- LIBOLE2_CFLAGS = -I. `glib-config --cflags` ++ LIBOLE2_CFLAGS = -I. `$(GLIB_CONFIG) --cflags` + endif - PLUGINS = stats_tables.so panel_data.so progress_bar.so \ - gnumeric_import.so excel_import.so -@@ -85,15 +86,15 @@ + all: $(PLUGINS) +@@ -98,15 +99,15 @@ .PHONY: install: $(PLUGINS) installdirs diff -urN /usr/ports/misc/gretl/files/patch-plugin::workbook.c misc/gretl/files/patch-plugin::workbook.c --- /usr/ports/misc/gretl/files/patch-plugin::workbook.c Tue May 21 11:37:33 2002 +++ misc/gretl/files/patch-plugin::workbook.c Sat Jul 27 08:45:18 2002 @@ -1,10 +1,10 @@ ---- plugin/workbook.c.orig Thu Apr 11 05:33:44 2002 -+++ plugin/workbook.c Thu May 2 01:27:51 2002 -@@ -2,6 +2,7 @@ - +--- plugin/workbook.c.orig Fri May 31 22:22:42 2002 ++++ plugin/workbook.c Sat Jul 27 08:45:00 2002 +@@ -24,6 +24,7 @@ #include + #include #include +#include - #include "biff.h" - #include "importer.h" + #ifdef G_OS_WIN32 + # include "../winconfig.h" diff -urN /usr/ports/misc/gretl/pkg-plist misc/gretl/pkg-plist --- /usr/ports/misc/gretl/pkg-plist Tue May 21 21:51:00 2002 +++ misc/gretl/pkg-plist Sat Jul 27 10:07:34 2002 @@ -16,6 +16,7 @@ include/gretl/interact.h include/gretl/internal.h include/gretl/libgretl.h +include/gretl/libprob.h include/gretl/monte_carlo.h include/gretl/nonparam.h include/gretl/printout.h @@ -139,8 +140,10 @@ lib/gretl/gretl.hlp lib/gretl/gretl.stamp lib/gretl/gretlcli.hlp +lib/gretl/gretlcli.hlp.es lib/gretl/plugins/excel_import.so lib/gretl/plugins/gnumeric_import.so +lib/gretl/plugins/mp_ols.so lib/gretl/plugins/panel_data.so lib/gretl/plugins/progress_bar.so lib/gretl/plugins/stats_tables.so @@ -228,25 +231,26 @@ lib/gretl/scripts/wg_ps_descriptions lib/libgretl.a lib/libgretl.so -lib/libgretl.so.12 +lib/libgretl.so.15 +share/aclocal/gretl.m4 %%GNOME:%%share/gnome/apps/Applications/gretl.desktop -%%GNOME:%%share/gnome/help/gretl/C/a3374.html -%%GNOME:%%share/gnome/help/gretl/C/a3476.html -%%GNOME:%%share/gnome/help/gretl/C/a3503.html -%%GNOME:%%share/gnome/help/gretl/C/a3537.html -%%GNOME:%%share/gnome/help/gretl/C/b3661.html -%%GNOME:%%share/gnome/help/gretl/C/c1058.html -%%GNOME:%%share/gnome/help/gretl/C/c1299.html +%%GNOME:%%share/gnome/help/gretl/C/a3408.html +%%GNOME:%%share/gnome/help/gretl/C/a3512.html +%%GNOME:%%share/gnome/help/gretl/C/a3539.html +%%GNOME:%%share/gnome/help/gretl/C/a3573.html +%%GNOME:%%share/gnome/help/gretl/C/b3703.html +%%GNOME:%%share/gnome/help/gretl/C/c1067.html +%%GNOME:%%share/gnome/help/gretl/C/c1310.html %%GNOME:%%share/gnome/help/gretl/C/c137.html -%%GNOME:%%share/gnome/help/gretl/C/c208.html %%GNOME:%%share/gnome/help/gretl/C/c21.html -%%GNOME:%%share/gnome/help/gretl/C/c3260.html -%%GNOME:%%share/gnome/help/gretl/C/c3299.html -%%GNOME:%%share/gnome/help/gretl/C/c434.html -%%GNOME:%%share/gnome/help/gretl/C/c577.html -%%GNOME:%%share/gnome/help/gretl/C/c764.html -%%GNOME:%%share/gnome/help/gretl/C/c912.html -%%GNOME:%%share/gnome/help/gretl/C/c972.html +%%GNOME:%%share/gnome/help/gretl/C/c217.html +%%GNOME:%%share/gnome/help/gretl/C/c3294.html +%%GNOME:%%share/gnome/help/gretl/C/c3333.html +%%GNOME:%%share/gnome/help/gretl/C/c443.html +%%GNOME:%%share/gnome/help/gretl/C/c586.html +%%GNOME:%%share/gnome/help/gretl/C/c773.html +%%GNOME:%%share/gnome/help/gretl/C/c921.html +%%GNOME:%%share/gnome/help/gretl/C/c981.html %%GNOME:%%share/gnome/help/gretl/C/docbook.css %%GNOME:%%share/gnome/help/gretl/C/figures/adf1.png %%GNOME:%%share/gnome/help/gretl/C/figures/adf2.png @@ -270,6 +274,7 @@ %%GNOME:%%share/gnome/help/gretl/C/figures/plot_control.png %%GNOME:%%share/gnome/help/gretl/C/figures/resid.png %%GNOME:%%share/gnome/help/gretl/C/figures/scriptwin.png +%%GNOME:%%share/gnome/help/gretl/C/figures/selector.png %%GNOME:%%share/gnome/help/gretl/C/figures/session.png %%GNOME:%%share/gnome/help/gretl/C/figures/tip.png %%GNOME:%%share/gnome/help/gretl/C/figures/tipbak.png @@ -279,26 +284,26 @@ %%GNOME:%%share/gnome/help/gretl/C/figures/yhat.png %%GNOME:%%share/gnome/help/gretl/C/index.html %%GNOME:%%share/gnome/help/gretl/C/topic.dat -%%GNOME:%%share/gnome/help/gretl/C/x1014.html -%%GNOME:%%share/gnome/help/gretl/C/x1047.html -%%GNOME:%%share/gnome/help/gretl/C/x1158.html -%%GNOME:%%share/gnome/help/gretl/C/x1223.html -%%GNOME:%%share/gnome/help/gretl/C/x1339.html -%%GNOME:%%share/gnome/help/gretl/C/x3138.html -%%GNOME:%%share/gnome/help/gretl/C/x3387.html -%%GNOME:%%share/gnome/help/gretl/C/x3455.html -%%GNOME:%%share/gnome/help/gretl/C/x490.html -%%GNOME:%%share/gnome/help/gretl/C/x537.html -%%GNOME:%%share/gnome/help/gretl/C/x585.html -%%GNOME:%%share/gnome/help/gretl/C/x619.html -%%GNOME:%%share/gnome/help/gretl/C/x646.html +%%GNOME:%%share/gnome/help/gretl/C/x1023.html +%%GNOME:%%share/gnome/help/gretl/C/x1056.html +%%GNOME:%%share/gnome/help/gretl/C/x1169.html +%%GNOME:%%share/gnome/help/gretl/C/x1234.html +%%GNOME:%%share/gnome/help/gretl/C/x1350.html +%%GNOME:%%share/gnome/help/gretl/C/x3167.html +%%GNOME:%%share/gnome/help/gretl/C/x3421.html +%%GNOME:%%share/gnome/help/gretl/C/x3489.html +%%GNOME:%%share/gnome/help/gretl/C/x499.html +%%GNOME:%%share/gnome/help/gretl/C/x546.html +%%GNOME:%%share/gnome/help/gretl/C/x594.html +%%GNOME:%%share/gnome/help/gretl/C/x628.html +%%GNOME:%%share/gnome/help/gretl/C/x655.html %%GNOME:%%share/gnome/help/gretl/C/x69.html -%%GNOME:%%share/gnome/help/gretl/C/x732.html +%%GNOME:%%share/gnome/help/gretl/C/x741.html %%GNOME:%%share/gnome/help/gretl/C/x84.html -%%GNOME:%%share/gnome/help/gretl/C/x852.html -%%GNOME:%%share/gnome/help/gretl/C/x882.html -%%GNOME:%%share/gnome/help/gretl/C/x896.html -%%GNOME:%%share/gnome/help/gretl/C/x948.html +%%GNOME:%%share/gnome/help/gretl/C/x861.html +%%GNOME:%%share/gnome/help/gretl/C/x891.html +%%GNOME:%%share/gnome/help/gretl/C/x905.html +%%GNOME:%%share/gnome/help/gretl/C/x957.html %%GNOME:%%share/gnome/mime-info/gretl.keys %%GNOME:%%share/gnome/mime-info/gretl.mime %%GNOME:%%share/gnome/pixmaps/gnome-application-x-gretldata.png >Release-Note: >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 Jul 30 13:22: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDC537B40B for ; Tue, 30 Jul 2002 13:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B720F43E88 for ; Tue, 30 Jul 2002 13:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK7JU062043 for ; Tue, 30 Jul 2002 13:20:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK7l0062042; Tue, 30 Jul 2002 13:20:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C5537B400 for ; Tue, 30 Jul 2002 13:16:31 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8E543E31 for ; Tue, 30 Jul 2002 13:16:31 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKGVOT049975 for ; Tue, 30 Jul 2002 13:16:31 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKGVAX049974; Tue, 30 Jul 2002 13:16:31 -0700 (PDT) Message-Id: <200207302016.g6UKGVAX049974@www.freebsd.org> Date: Tue, 30 Jul 2002 13:16:31 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41178: Update port: x11-wm/ude to 0.2.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41178 >Category: ports >Synopsis: Update port: x11-wm/ude to 0.2.8 >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 Jul 30 13:20:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.2.8 New file: files/patch-ae >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/ude/Makefile x11-wm/ude/Makefile --- /usr/ports/x11-wm/ude/Makefile Sat Apr 13 13:06:31 2002 +++ x11-wm/ude/Makefile Tue Jul 30 02:45:26 2002 @@ -6,34 +6,29 @@ # PORTNAME= ude -PORTVERSION= 0.2.7b.1 -PORTREVISION= 1 +PORTVERSION= 0.2.8 CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ude.the-coffeeshop.dk/pub/UDE/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= udeproject -DISTNAME= ${PORTNAME}-0.2.7b-BETA MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.3:${PORTSDIR}/devel/gettext \ + jpeg.9:${PORTSDIR}/graphics/jpeg USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" + LDFLAGS="-L${LOCALBASE}/lib" post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/ude - ${INSTALL_DATA} ${WRKSRC}/doc/*.lyx ${PREFIX}/share/doc/ude - ${INSTALL_DATA} ${WRKSRC}/doc/*.tex ${PREFIX}/share/doc/ude - ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/ude - @${MKDIR} ${PREFIX}/share/doc/ude/html - ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${PREFIX}/share/doc/ude/html - @${MKDIR} ${PREFIX}/share/doc/ude/html/uwm - ${INSTALL_DATA} ${WRKSRC}/doc/html/uwm/*.html ${PREFIX}/share/doc/ude/html/uwm + @${MKDIR} ${DOCSDIR}/html + ${INSTALL_DATA} ${WRKSRC}/doc/html/*.css ${DOCSDIR}/html + ${INSTALL_DATA} ${WRKSRC}/doc/html/*.gif ${DOCSDIR}/html + ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}/html .endif .include diff -urN /usr/ports/x11-wm/ude/distinfo x11-wm/ude/distinfo --- /usr/ports/x11-wm/ude/distinfo Tue Nov 14 00:06:59 2000 +++ x11-wm/ude/distinfo Tue Jul 2 21:13:05 2002 @@ -1 +1 @@ -MD5 (ude-0.2.7b-BETA.tar.gz) = 6a8ad0db658fe0403d7b7b3a85836bcb +MD5 (ude-0.2.8.tar.gz) = f5725eaab463764295b27e6dca1bd565 diff -urN /usr/ports/x11-wm/ude/files/patch-ae x11-wm/ude/files/patch-ae --- /usr/ports/x11-wm/ude/files/patch-ae Thu Jan 1 09:00:00 1970 +++ x11-wm/ude/files/patch-ae Tue Jul 2 21:47:25 2002 @@ -0,0 +1,11 @@ +--- uwm/Makefile.in.orig Tue Feb 12 07:17:11 2002 ++++ uwm/Makefile.in Tue Jul 2 21:47:02 2002 +@@ -90,7 +90,7 @@ + bin_PROGRAMS = uwm + # When the library be ready + # uwm_LDADD= ../lib/libude.la +-uwm_LDFLAGS = ${X_LIBS} ${X_EXTRA_LIBS} ${X_PRE_LIBS} ++uwm_LDFLAGS = ${X_LIBS} ${X_EXTRA_LIBS} ${X_PRE_LIBS} ${INTLLIBS} + # I think this should be diferent from the ude version. + INCLUDES = ${X_CFLAGS} -I../lib -DUWMVERSION=\"@VERSION@\" -DLOCALEDIR=\"${datadir}/locale\" -DUDE_DIR=\"${pkgdatadir}\" + diff -urN /usr/ports/x11-wm/ude/pkg-plist x11-wm/ude/pkg-plist --- /usr/ports/x11-wm/ude/pkg-plist Fri Dec 28 16:44:12 2001 +++ x11-wm/ude/pkg-plist Tue Jul 30 02:58:25 2002 @@ -14,18 +14,36 @@ include/ude/ude-vector.h include/ude/ude-wraparounds.h include/ude/ude.h +%%PORTDOCS%%share/doc/ude/html/contents.gif +%%PORTDOCS%%share/doc/ude/html/crossref.gif %%PORTDOCS%%share/doc/ude/html/index.html -%%PORTDOCS%%share/doc/ude/html/scratch.html -%%PORTDOCS%%share/doc/ude/html/uwm/index.html -%%PORTDOCS%%share/doc/ude/html/uwm/uwm_manual.html -%%PORTDOCS%%share/doc/ude/manual.tex -%%PORTDOCS%%share/doc/ude/scratch.lyx -%%PORTDOCS%%share/doc/ude/scratch.txt -%%PORTDOCS%%share/doc/ude/uwm_manual.lyx -%%PORTDOCS%%share/doc/ude/uwm_manual.txt +%%PORTDOCS%%share/doc/ude/html/manual.css +%%PORTDOCS%%share/doc/ude/html/manual.html +%%PORTDOCS%%share/doc/ude/html/next.gif +%%PORTDOCS%%share/doc/ude/html/next_g.gif +%%PORTDOCS%%share/doc/ude/html/node1.html +%%PORTDOCS%%share/doc/ude/html/node10.html +%%PORTDOCS%%share/doc/ude/html/node11.html +%%PORTDOCS%%share/doc/ude/html/node12.html +%%PORTDOCS%%share/doc/ude/html/node13.html +%%PORTDOCS%%share/doc/ude/html/node14.html +%%PORTDOCS%%share/doc/ude/html/node15.html +%%PORTDOCS%%share/doc/ude/html/node2.html +%%PORTDOCS%%share/doc/ude/html/node3.html +%%PORTDOCS%%share/doc/ude/html/node4.html +%%PORTDOCS%%share/doc/ude/html/node5.html +%%PORTDOCS%%share/doc/ude/html/node6.html +%%PORTDOCS%%share/doc/ude/html/node7.html +%%PORTDOCS%%share/doc/ude/html/node8.html +%%PORTDOCS%%share/doc/ude/html/node9.html +%%PORTDOCS%%share/doc/ude/html/prev.gif +%%PORTDOCS%%share/doc/ude/html/prev_g.gif +%%PORTDOCS%%share/doc/ude/html/up.gif +%%PORTDOCS%%share/doc/ude/html/up_g.gif share/locale/de/LC_MESSAGES/ude.mo share/locale/es/LC_MESSAGES/ude.mo share/locale/pt_BR/LC_MESSAGES/ude.mo +share/locale/sk/LC_MESSAGES/ude.mo share/locale/tr/LC_MESSAGES/ude.mo share/ude/config/StartScript share/ude/config/StopScript @@ -33,6 +51,8 @@ share/ude/config/mountmenu share/ude/config/urdb share/ude/config/uwmrc +share/ude/config/uwmrc-behaviour.hook +share/ude/config/uwmrc-layout.hook share/ude/config/uwmrc-ws.hook share/ude/extras/tools/dirtomenu share/ude/extras/tools/dirtomenu-recursive @@ -57,7 +77,6 @@ @dirrm share/ude/extras @dirrm share/ude/config @dirrm share/ude -%%PORTDOCS%%@dirrm share/doc/ude/html/uwm %%PORTDOCS%%@dirrm share/doc/ude/html %%PORTDOCS%%@dirrm share/doc/ude @dirrm include/ude >Release-Note: >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 Jul 30 13:22:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A3B37B40C for ; Tue, 30 Jul 2002 13:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 975DD43E84 for ; Tue, 30 Jul 2002 13:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKK6JU062017 for ; Tue, 30 Jul 2002 13:20:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKK6qq062016; Tue, 30 Jul 2002 13:20:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB6A37B400 for ; Tue, 30 Jul 2002 13:15:33 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCAF43E4A for ; Tue, 30 Jul 2002 13:15:33 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKFXOT049894 for ; Tue, 30 Jul 2002 13:15:33 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UKFXZ7049893; Tue, 30 Jul 2002 13:15:33 -0700 (PDT) Message-Id: <200207302015.g6UKFXZ7049893@www.freebsd.org> Date: Tue, 30 Jul 2002 13:15:33 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41176: Update port: shells/bash2 to 2.05b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41176 >Category: ports >Synopsis: Update port: shells/bash2 to 2.05b >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 Jul 30 13:20:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.05b Remove file: files/patch-ab >How-To-Repeat: >Fix: diff -urN /usr/ports/shells/bash2/Makefile shells/bash2/Makefile --- /usr/ports/shells/bash2/Makefile Fri Mar 29 18:58:34 2002 +++ shells/bash2/Makefile Wed Jul 24 05:43:28 2002 @@ -7,7 +7,7 @@ # PORTNAME= bash -PORTVERSION= 2.05a +PORTVERSION= 2.05b CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ @@ -19,6 +19,7 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static MAN1= bash.1 bashbug.1 @@ -28,15 +29,15 @@ (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/bash) >/etc/shells ${RM} /etc/shells.bak .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/bash + ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} \ ${WRKDIR}/doc/article.ps \ ${WRKDIR}/doc/bashref.ps \ - ${PREFIX}/share/doc/bash + ${DOCSDIR} ${INSTALL_MAN} \ ${WRKDIR}/doc/article.txt \ - ${PREFIX}/share/doc/bash - ${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps + ${DOCSDIR} + ${GZIP_CMD} ${DOCSDIR}/*.ps .endif .include diff -urN /usr/ports/shells/bash2/distinfo shells/bash2/distinfo --- /usr/ports/shells/bash2/distinfo Wed Nov 21 19:21:27 2001 +++ shells/bash2/distinfo Wed Jul 24 05:36:42 2002 @@ -1,2 +1,2 @@ -MD5 (bash-2.05a.tar.gz) = eeabc3f624861c4a8a687f7701db3d06 -MD5 (bash-doc-2.05a.tar.gz) = c86e07eb43c3a1a9b2c830b6bff1331d +MD5 (bash-2.05b.tar.gz) = 5238251b4926d778dfe162f6ce729733 +MD5 (bash-doc-2.05b.tar.gz) = 511b2d07f0f401f686e8edc551a8e47f diff -urN /usr/ports/shells/bash2/files/patch-ab shells/bash2/files/patch-ab --- /usr/ports/shells/bash2/files/patch-ab Wed Nov 21 19:21:29 2001 +++ shells/bash2/files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,24 +0,0 @@ - -$FreeBSD: ports/shells/bash2/files/patch-ab,v 1.11 2001/11/21 01:40:39 naddy Exp $ - ---- Makefile.in.orig Mon Nov 12 17:42:45 2001 -+++ Makefile.in Wed Nov 21 00:08:16 2001 -@@ -59,6 +59,7 @@ - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALLMODE= -m 0755 - INSTALLMODE2 = -m 0555 -@@ -627,8 +628,8 @@ - @${SHELL} $(SUPPORT_SRC)mkdirs $(DESTDIR)$(infodir) - - install: .made installdirs -- $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(DESTDIR)$(bindir)/$(Program) -- $(INSTALL_PROGRAM) $(INSTALLMODE2) bashbug $(DESTDIR)$(bindir)/bashbug -+ $(INSTALL_PROGRAM) $(Program) $(DESTDIR)$(bindir)/$(Program) -+ $(INSTALL_SCRIPT) bashbug $(DESTDIR)$(bindir)/bashbug - -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \ - man1dir=$(man1dir) man1ext=$(man1ext) \ - man3dir=$(man3dir) man3ext=$(man3ext) \ diff -urN /usr/ports/shells/bash2/files/patch-ac shells/bash2/files/patch-ac --- /usr/ports/shells/bash2/files/patch-ac Wed Nov 21 19:21:29 2001 +++ shells/bash2/files/patch-ac Wed Jul 24 23:55:40 2002 @@ -1,14 +1,14 @@ $FreeBSD: ports/shells/bash2/files/patch-ac,v 1.4 2001/11/21 01:40:39 naddy Exp $ ---- configure.orig Mon Nov 19 18:27:10 2001 -+++ configure Mon Nov 19 18:27:17 2001 -@@ -1108,7 +1108,7 @@ +--- configure.orig Tue Jul 16 22:31:47 2002 ++++ configure Wed Jul 24 23:54:26 2002 +@@ -1132,7 +1132,7 @@ mips-irix6*) opt_bash_malloc=no ;; # needs 8-byte alignment m68k-sysv) opt_bash_malloc=no ;; # fixes file descriptor leak in closedir sparc-linux*) opt_bash_malloc=no ;; # sparc running linux; requires ELF --#*-freebsd*) opt_bash_malloc=no ;; # they claim it's better -+*-freebsd*) opt_bash_malloc=no ;; # they claim it's better +-#*-freebsd*) opt_bash_malloc=no ;; # they claim it's better; I disagree ++*-freebsd*) opt_bash_malloc=no ;; # they claim it's better; I disagree *-openbsd*) opt_bash_malloc=no ;; # they claim it needs eight-bit alignment *-aix*) opt_bash_malloc=no ;; # AIX machines *-nextstep*) opt_bash_malloc=no ;; # NeXT machines running NeXTstep diff -urN /usr/ports/shells/bash2/files/patch-bashline.c shells/bash2/files/patch-bashline.c --- /usr/ports/shells/bash2/files/patch-bashline.c Mon Mar 25 12:18:52 2002 +++ shells/bash2/files/patch-bashline.c Wed Jul 24 05:54:22 2002 @@ -1,6 +1,6 @@ ---- bashline.c.orig Mon Nov 5 09:58:59 2001 -+++ bashline.c Sun Mar 24 19:15:04 2002 -@@ -1724,10 +1724,6 @@ +--- bashline.c.orig Wed May 8 04:52:42 2002 ++++ bashline.c Wed Jul 24 05:54:07 2002 +@@ -1873,10 +1873,6 @@ } } @@ -11,7 +11,7 @@ /* If FIGNORE is set, then don't match files with the given suffixes when completing filenames. If only one of the possibilities has an acceptable suffix, delete the others, else just return and let the completer -@@ -1752,10 +1748,15 @@ +@@ -1901,10 +1897,15 @@ { char **newnames; int idx, nidx; @@ -29,7 +29,7 @@ /* If there is only one completion, see if it is acceptable. If it is not, free it up. In any case, short-circuit and return. This is a -@@ -1763,13 +1764,12 @@ +@@ -1912,13 +1913,12 @@ if there is only one completion; it is the completion itself. */ if (names[1] == (char *)0) { @@ -49,23 +49,23 @@ return; } -@@ -1778,10 +1778,11 @@ +@@ -1927,10 +1927,11 @@ for (nidx = 1; names[nidx]; nidx++) ; - newnames = alloc_array (nidx + 1); + newnames = strvec_create (nidx + 1); -#ifdef NO_FORCE_FIGNORE -- oldnames = alloc_array (nidx - 1); +- oldnames = strvec_create (nidx - 1); - oidx = 0; -#endif + if (no_force_fignore) + { -+ oldnames = alloc_array (nidx - 1); ++ oldnames = strvec_create (nidx - 1); + oidx = 0; + } newnames[0] = names[0]; for (idx = nidx = 1; names[idx]; idx++) -@@ -1789,11 +1790,10 @@ +@@ -1938,11 +1939,10 @@ if ((*name_func) (names[idx])) newnames[nidx++] = names[idx]; else @@ -81,7 +81,7 @@ } newnames[nidx] = (char *)NULL; -@@ -1801,21 +1801,23 @@ +@@ -1950,21 +1950,23 @@ /* If none are acceptable then let the completer handle it. */ if (nidx == 1) { diff -urN /usr/ports/shells/bash2/files/patch-terminal.c shells/bash2/files/patch-terminal.c --- /usr/ports/shells/bash2/files/patch-terminal.c Thu Apr 12 01:47:56 2001 +++ shells/bash2/files/patch-terminal.c Wed Jul 24 05:58:13 2002 @@ -1,14 +1,14 @@ ---- lib/readline/terminal.c.orig Tue Feb 6 12:39:22 2001 -+++ lib/readline/terminal.c Wed Apr 11 09:43:44 2001 -@@ -297,7 +297,11 @@ +--- lib/readline/terminal.c.orig Tue Mar 5 02:23:09 2002 ++++ lib/readline/terminal.c Wed Jul 24 05:57:59 2002 +@@ -313,7 +313,11 @@ + { "ei", &_rl_term_ei }, + { "ic", &_rl_term_ic }, { "im", &_rl_term_im }, - { "kd", &_rl_term_kd }, - { "kh", &_rl_term_kh }, /* home */ +#ifdef __FreeBSD__ -+ { "@7", &_rl_term_kH }, /* end */ ++ { "@7", &_rl_term_kH }, /* home down ?? */ +#else - { "kH", &_rl_term_kH }, /* end */ + { "kH", &_rl_term_kH }, /* home down ?? */ +#endif - { "kl", &_rl_term_kl }, - { "kr", &_rl_term_kr }, - { "ku", &_rl_term_ku }, + { "kI", &_rl_term_kI }, /* insert */ + { "kd", &_rl_term_kd }, + { "ke", &_rl_term_ke }, /* end keypad mode */ >Release-Note: >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 Jul 30 13:39:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A492F37B400; Tue, 30 Jul 2002 13:39:42 -0700 (PDT) Received: from dns1.zapp.ch (dns1.zapp.ch [212.60.50.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D97E843E42; Tue, 30 Jul 2002 13:39:40 -0700 (PDT) (envelope-from aisinclair@zapp.ch) Received: from ais ([212.60.50.150]) by dns1.zapp.ch (Netscape Messaging Server 3.6) with SMTP id AAA145C7; Tue, 30 Jul 2002 22:36:24 +0200 Reply-To: From: "A. I. Sinclair" To: Cc: Subject: FreeBSD Port: jdk-1.1.8 Date: Tue, 30 Jul 2002 22:39:58 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I'm running Freebsd 4.5 and have the jdk1.1.8 port installed. To launch "java" from telnet I have to type in the absolute path i.e. # /usr/local/jdk1.1.8/bin/java -version What do I need to do that I can launch java from any directory, without typing in a path i.e. # java -version Thanks/Regards Abraham Sinclair European Tennis Network : http://euro-tennis.net Online Shopping, Sponsorships and other Resources. CD Online : http://c-d.org The home of the Diplomatic Community on the web. The AIS Project : http://a-i-s.org The Alternate Internet System. IRON : http://root-dns.org Independent Root (Server) Operator's Network. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 13:42:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32C3137B400; Tue, 30 Jul 2002 13:42:41 -0700 (PDT) Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F4D743E31; Tue, 30 Jul 2002 13:42:40 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from emerger.yogotech.com (emerger.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id OAA03224; Tue, 30 Jul 2002 14:42:29 -0600 (MDT) (envelope-from nate@yogotech.com) Received: (from nate@localhost) by emerger.yogotech.com (8.12.5/8.12.3) id g6UKgTQ2019239; Tue, 30 Jul 2002 14:42:29 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15686.64049.187537.143119@emerger.yogotech.com> Date: Tue, 30 Jul 2002 14:42:25 -0600 To: Cc: , Subject: Re: FreeBSD Port: jdk-1.1.8 In-Reply-To: References: X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I'm running Freebsd 4.5 and have the jdk1.1.8 port installed. > > To launch "java" from telnet I have to type in the absolute path i.e. > # /usr/local/jdk1.1.8/bin/java -version > > What do I need to do that I can launch java from any directory, without typing in a path i.e. > # java -version Stick /usr/local/jdk1.1.8/bin in your path. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 15:30:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C39CE37B400 for ; Tue, 30 Jul 2002 15:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCC543E67 for ; Tue, 30 Jul 2002 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UMU1JU085728 for ; Tue, 30 Jul 2002 15:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UMU1Sf085727; Tue, 30 Jul 2002 15:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87C4837B400 for ; Tue, 30 Jul 2002 15:22:09 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419AF43E42 for ; Tue, 30 Jul 2002 15:22:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UMM8OT060009 for ; Tue, 30 Jul 2002 15:22:08 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6UMM8xq060008; Tue, 30 Jul 2002 15:22:08 -0700 (PDT) Message-Id: <200207302222.g6UMM8xq060008@www.freebsd.org> Date: Tue, 30 Jul 2002 15:22:08 -0700 (PDT) From: Marcus vA To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41184: new port - lingoteach, a language teaching program Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41184 >Category: ports >Synopsis: new port - lingoteach, a language teaching program >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 15:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Marcus vA >Release: FreeBSD 4.6.1-RELEASE i386 >Organization: >Environment: FreeBSD hybrid.medusa.net 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #1: Fri Jul 26 00:24:37 CEST 2002 raz@hybrid.medusa.net:/usr/obj/usr/src/sys/PLONK i386 >Description: It wouldd be nice, if you would add this port: begin 644 report_lingoteach.tar M'YV02.'#H"#"!,J7,BPH<.'$"-*1!@#!@P;-&B```"B8T<8&SU^#"DR MALD;-D""N%%#1HR4,V[04%FQA@T;'&%,W,FSI\^?`.K,H1-&3D<`:`"`LB#(@Y4-FP*2MG#%@[95QTG!(& M[E@Z8]V4!6$F#9LR+$`$;//&;A@W>>B`=7,&A)@R9@B64=!5,5DV:=P`+NN& M#`C%9?36<0,GS)@U=QWG`1&:3ADYF1N+0,O7;QD1;LJ/U7[&'/RID[AQT=Q!V_:Q^#>'-'LV(:(;KV@W%"9158B MA7-8B*&*&X;58FPPHG'A&F>TL&`;;;1VXXD[KNCCAT"Z-N*019(177%+YHAB MACUV"&6(4L8(!Y$MP('94%GJF**37KH8Y`M-A+$&9+:EN26/+'[Y8IA"]E6= MG4UV^2.894SI9W07'N=6"V&$`>B:@NKYYJ$:ED;'HF&(,6`9;KU!'`@M@("C MFESFZ2:?"K2Q1G:@PB$JDY":&F6A;H'@@ZA6VO&"&_:M)8,/)L2@`*=H>(H' MJ*]J&:BLA$XY(QTUOJ'`'&5X=H*&7F#QP@LGV#KJG6P.NB>M0CX;+0@\\`#" M"44X040+;YC1PK?+/GDJN3*&!:T;D9V@`!9-$%$#""C<.V(+H9UQ)AHMP.#" M#"[8X`)1622;M`Q;;7K8JLM MM][VC.?2XTXY9I%/MX:NNNRZ"Z^\2?O<)M!-@_T&DJWYBT40(+!QV!EUA'&& M?'S&!@(<29TA1QAMX&SVSFEOO3;30GYMY-M02TVLL<@F'JZD?%+9@I4=RC&U MM59OVZT/ED=J<-N;7VE4NNOF?#;/RBJ]>->H#?*8YG1MULHQ'8 M4VG4&D8:;8CEG&/RF64W8WGO_6_?C/T=^.!MR%5%U'Z!X`9Y@2&H&;6![2T' M<&X$-D=I;H2%1GO_)KPP6_+-40<<.U8K5Q;K$7=8663PC'KJ8!3RZ*4Z<_B/ M6-`#`J'$YE__RXQK!'<M-CBOE4,;6NL.A+93,HEWCR"1+.LA-#)G!'+G^!4PWO&`,=9#C:_Z%EAX* MTUG'"<,+Y&"?Z+@@-!/#@]2PT,R`/#-&+B/*-_%(!CJXAYOP\:8FPRE-,72Q M>"[`0PB9FAITE.S4)V,6MM"&YD!B;QBH1]4)4H2.E)]6 M8JA&ZU*E5U6I4ND*TK$*MJDC!NM:&XH"C@*6J5_=*V+Z^``=[29*RUQ>PL#Q%X7NME5;F&Y&UFE(C>\TATO76&0V>_JMK7;76]HW2O8 MJUYV9+FM+U\_BP,8P/:Y[[4OYO"PS>`XO7L?W-+VL%;%@) M"W>W\7W!#7+@7/I.>+]BW;!U&1Q@$)]VP]XEL7X]&^*36GBVZ77LAMNKX@^S M^,0YF&^-+PS?!&MHPZG=,8PQ[&,-2Q7`*^;MCW.P8*Z6^,8-W?"+HTMD]6JX MKE-&;Y5EC(,1.SG)&;[!8;/LX!A_5LSE_;*-E7QE&JN9QQ36J)AU_.8A]]C* M8@YRG:E\9R[_U\-P-G&4;TMF:)HYQ!%&\IK#[.7)@KG('>NPD/D]@T.+>^Y7WLF3Q. M`SC%ON;NC'`.)WUSF.8DS_W%%@(YG MJQN8Z@UO+M=E7-VQG[F[9@_Q1=)^8O:R/YE^GN\`9OW.B`S[#C">XX4?=:\8/ M_>J'7[I&&2]WRTN>WXQW>N1#G_7%'QG0&\=\#OS^9#8SOO"F9WWGDYUTW4\> MRW:[[/@Q![_HMH=L\3^_>L[_OO2@=S[J<:#ZOY\^^5+/O?233_M'6]G9 MN(\^JQWK;,=+^?B7+_*T(6]]WZ.>V+#'N_I#C?[K8][A]7>_[5UM_NR+?]L- M-6W=AVK?]VOFYWB,AX#L5WN8-VT(J'G:-WZ?=1/,UW[;UX#0UWP2*%8W47T, MJ'[LEG\7"((#&&T@&'X:"("C!X'_AW@:TFV\MWD;>%K=MH#>1W[^YG@VH8,5 M^('?5P,9:($S&(`UX($W.($MH8,E&'OJ5P,H*(0J^((]>(0<2`,Q&(%1N'@T M8(,$2'XTP((IZ():.(5=.($9X7@1AX;^%X:B]X(TL(3R]WT6)X)#.'I!Z(/D M-P-7V()MN'@SP(4F^'TA1X=9:#-@"(5B:#-D&(AY>(=42(,S8(1ER($SL(:( MV(G*`.'^(D(IEMXV=MW;>.'EN%XZH%W>.9W?QMXG9Z(R/&(!]=XZ> MV(ZC%X^X&("*5P.-1XYLAH^I&(>.A8_$>(FMAX^Q*(\:@H_)J(K_F`.AJ)"? MA8_L6(\:A8_7:']%AH_TJ(RGA8_W"'SIV(L727SZF&'X%I#/V%#X5I`2>9"8 MU9$)Z8\/27T=&9$:B9*$-I(AF9$.*5;X=H_G]Y'8^(^7AI-6YF\J69,3B7]` M:9%%F7%+J7\DR7]$*90TN9,;>0,5"947:8!3^9`F:9`O8!.E*)"]9A/]J([_ MZ(!=R9/9MI8;V6WW.&YNB9(V$Y=5"9-LF94C6)0I$9?WR)%S.9$]&9@'F8.$ M&98[>)@UL)A_^9)H^9!%^)=W^9@\F7!_J9-XN9&+:)4HN87W2`-?N9)A^86? MN9F9V9F."9)%F8:*20.3J9K_^(:?B9F4N9&I&90/J8?W^(>[&9I(>9"1N)NO MB9L\.0-Z68?`29NPF9OW2(K->9;+R9.PV)RF69LH:8O-V9"G.9&ZJ)@NT9S* M29P;.9Q,^8\Q,)8G.9'"J)@Z=X\_QY[5&9T;>73N29Y:6931^)1[:9[A69X/ M>9Q9Z(3H"99.")WBB9)HIYC@J)_(&9;CR*`!:HX*JIW6.9%ZIZ``*H9.V)_W M^8\:`IFF,BRI`S:I\@*E96F*%] M:(4?VJ!6**(>:6ORV5!;:*#^B:/&!Z%BN(4KNITMVI*'N86W>:2GM844.J0I MND1`JJ.MYYE1^I-""J,M.I1*NJ/T5Z9=JI1A2J5$ZI1KVJ&?!9I7*J8O`)HV MZJ-8*:)J).6J=MR:<"]X4ORJ8I*I>(RF]?.*>,VJ(A M^*AL]H5J-5^J-1ZJ6JZE@98:I8VJ*DN:NWZJ-GN*NRBJM$ZIHB*IN[VJ-9 M>*R]&J>Z&:6\::W`2J<1UZ2G6JJ?AFJF)VHDBFJP^ZIQ1*@-& M.JM$.IWM"JY+BIWMJJ[1VIW3BJ/?V:[06J\B>IX!^Z[*FJ+M&:7ON:]5>HP( MBZ]+&@/D^K#F"JG4J+!$.K&7JHT6FZ+=N+$MFJ`>6Z<+^J8%^['TNJ,2&K(S MX;`H&[$HB[&@*GA1^J\[JGAZ2**_^0)Z2+`-JH?9.JDZZV*'J8Z9ZVX[8Q MD;8"%Q-L&[@P6V0Q0;-&Z[6$"ZAD*ZB3"[D]>ZA]:[1P.;2.FKEJ6Y>ZKF'*ZJLRV_?:KE[C2:KR,RYK$*[JPZZS$"[S5:[/52K;7RKVR M&[[[Y MF[['VZ_QV[[_:[,".[3K2;8'B\#<&JPZR[`(C+M\&. MM;Y#V[$:_%F=2+]&.[*#V[,/^L%BU8D0'+?HB,*GU8D4;+KOV,$"S+@U;+J* M1XIS6ZBD"+=]2(HBW&NDN,!T2HKXFV&DN,(_3*.'28HQ[%BD6+I0/+5-O,/= MZJY6S,#NZL.MYZY'7&3N^L2?Y:Y2/,9NZ\(-);]-#*8EG(6L^,56QHI*W,5Y MNL8W#,5!+'"PR%%CD,.8V\9B"(MP#,6="\@_#+HA"XMB+%:P6,:,3,1`RT1< M+,2&F#,;,VL1S+,3;2\LRT+V^'+Y-_*TY7(G%3,IIC*[#G,/PZ\MJ MG,BLR,R0_+4JE\J,K+_.?,MQK*_.C,RB_(M-O,BE7,")G,"^G+#G;,WCO,MZ M+,'E+,YI[,VMK+&^[,&8+,0@6\_3?+8BH\YIG++UK,U0?*&)/,,%?IZOS&_GF<<2+;0A>Y[^K%'GRYCGJ=`-1]%CF](XP-$R[=%B57,A#5`W2=,FK=$NG6$ZM])? MJW-#760Z%]-$S;?W+'`ZE]$`);B]=[8ZI].GI7,]_0(Z)\]_1)!#5!KG85"9]16[;I/+=&5 MG-*7'-=\K"K/=GY*%E`D!WG`R*%X/KN!MP.!\ M6.$1?N&&9S@Z*V M041R\$8=<4?_TA5$4$'$81RN0098+A(=\F43@564`12,`5)\`1.L.D@X#`08P/_ M,@1!0`5%<`24G@1%,`6J+N4^\B]-$`13(.M2\`6F+NNXWA%Q-$=U]`*N@1EA MX`)DP`8N\$@R$QERL#>#GD8O(.V15.T6R$<`$P1)X`14`.Y.0.JYON=AT.=_ M'NC7ODW_(@15D`1,0`1?0`1%``4Y4^QG0`=KT`)Q4`>OD037NF-G@12T`1KX!L:LN]K(#(ZX"!$H18@P`7_ MD@!T+D]L(`./PR]I<`8,[_"A'O$3K^QEH$V`\P8_(@8J+P,A#R`CSP;_P@1) M(`3U?N_YOC$>WP(6'P,)[P(.L_`-__!40/,4W_08KQ1LL/$\XO$B4_(G3^8] M[P(U$/-4;_4VC_-)L?,]_R]24`5.?@1.4`5?,`2H;@1)<`15(`6:G@?1\>J/'_F37P1?,.Y2 M<`1%0`4]X.TND!ECP`9U8"7H(@9S0`8NL",NH"J%;DD@#N2BE%-#7B>>-`:@ M%.)!GE.4DBJKLARMHN+@.T_^/'?^.90RGFCREA(#E[P9Y!!MGD`")+@V@IVX@#[V'/X?!I0/:&X#@@0/V'=TP$P8@1;!`6(! M"+@"SD);T"NK\`)FP%@(`C@@+8P!(=`%DD`L``-!Q2^;`2S``*Z`9Q@-7V`, MQ`+$(9WDP+[0&;[`&.D,*$""C`4R$#ZT8=VX&]&C#*2`/2`#.X);*`HY\!N2 M`3=`..3#Q@`.:D'GH8"*8!%2P`YHAVHow-To-Repeat: >Fix: >Release-Note: >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 Jul 30 15:40:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3048F37B400 for ; Tue, 30 Jul 2002 15:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8864243E3B for ; Tue, 30 Jul 2002 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UMe2JU087706 for ; Tue, 30 Jul 2002 15:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UMe2cs087705; Tue, 30 Jul 2002 15:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D650037B401 for ; Tue, 30 Jul 2002 15:33:11 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23C2F43E3B for ; Tue, 30 Jul 2002 15:33:11 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 24D5E2B6E5 for ; Wed, 31 Jul 2002 00:32:58 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 1117B6A711E; Wed, 31 Jul 2002 08:32:21 +1000 (EST) Message-Id: <20020730223221.1117B6A711E@k7.mavetju> Date: Wed, 31 Jul 2002 08:32:21 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41185: [maintainer update] net/ipv6calc - update to 0.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41185 >Category: ports >Synopsis: [maintainer update] net/ipv6calc - update to 0.43 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 15:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 $FreeBSD: ports/net/ipv6calc/Makefile,v 1.7 2002/07/17 23:07:40 pat Exp $ >Description: Update to version 0.43 (minor bugfix) >How-To-Repeat: n/a >Fix: --- ipv6calc-old/Makefile Wed Jul 31 08:15:14 2002 +++ ipv6calc/Makefile Wed Jul 31 08:15:22 2002 @@ -6,7 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.42 +PORTVERSION= 0.43 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ --- ipv6calc-old/distinfo Wed Jul 31 08:15:14 2002 +++ ipv6calc/distinfo Wed Jul 31 08:27:19 2002 @@ -1 +1 @@ -MD5 (ipv6calc-0.42.tar.gz) = 0faa4998e24da3568faf07c847588fff +MD5 (ipv6calc-0.43.tar.gz) = 2647c00ae74d8a1112c84e439a16e684 >Release-Note: >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 Jul 30 16:12:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBE3E37B400; Tue, 30 Jul 2002 16:12:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D64643E8A; Tue, 30 Jul 2002 16:11:10 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UNAxJU095588; Tue, 30 Jul 2002 16:10:59 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UNAxFM095584; Tue, 30 Jul 2002 16:10:59 -0700 (PDT) Date: Tue, 30 Jul 2002 16:10:59 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207302310.g6UNAxFM095584@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/41176: Update port: shells/bash2 to 2.05b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: shells/bash2 to 2.05b Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: naddy Responsible-Changed-When: Tue Jul 30 16:10:42 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41176 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 16:20:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3285537B400; Tue, 30 Jul 2002 16:20:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A40DA43E4A; Tue, 30 Jul 2002 16:20:53 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UNKrJU096576; Tue, 30 Jul 2002 16:20:53 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UNKrul096572; Tue, 30 Jul 2002 16:20:53 -0700 (PDT) Date: Tue, 30 Jul 2002 16:20:53 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207302320.g6UNKrul096572@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/41170: Update port: devel/gettext to 0.11.4 (fix ports/40794) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: devel/gettext to 0.11.4 (fix ports/40794) Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: naddy Responsible-Changed-When: Tue Jul 30 16:20:29 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41170 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 16:33:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A74537B400; Tue, 30 Jul 2002 16:33:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F9B43E5E; Tue, 30 Jul 2002 16:33:13 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UNXDJU097888; Tue, 30 Jul 2002 16:33:13 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UNXD3W097884; Tue, 30 Jul 2002 16:33:13 -0700 (PDT) Date: Tue, 30 Jul 2002 16:33:13 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207302333.g6UNXD3W097884@freefall.freebsd.org> To: tkato@prontomail.com, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41169: Update port: audio/speex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/speex State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue Jul 30 16:32:59 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41169 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 17:10: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF9B37B400; Tue, 30 Jul 2002 17:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7306E43E31; Tue, 30 Jul 2002 17:10:04 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V0A4JU005357; Tue, 30 Jul 2002 17:10:04 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V0A48D005353; Tue, 30 Jul 2002 17:10:04 -0700 (PDT) Date: Tue, 30 Jul 2002 17:10:04 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207310010.g6V0A48D005353@freefall.freebsd.org> To: tkato@prontomail.com, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41171: Update port: graphics/netpbm to 10.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/netpbm to 10.6 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue Jul 30 17:09:49 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41171 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 17:30:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C63137B400 for ; Tue, 30 Jul 2002 17:30:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D1D43E5E for ; Tue, 30 Jul 2002 17:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V0U5JU007031 for ; Tue, 30 Jul 2002 17:30:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V0U5VL007030; Tue, 30 Jul 2002 17:30:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 646D237B400 for ; Tue, 30 Jul 2002 17:23:51 -0700 (PDT) Received: from firebat.bushong.net (12-235-38-234.client.attbi.com [12.235.38.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798D343E31 for ; Tue, 30 Jul 2002 17:23:47 -0700 (PDT) (envelope-from dbushong@bushong.net) Received: from firebat.bushong.net (gqg1k5qidju61jv0@localhost [127.0.0.1]) by firebat.bushong.net (8.12.3/8.12.3) with ESMTP id g6V0NlPC065699 for ; Tue, 30 Jul 2002 17:23:47 -0700 (PDT) (envelope-from dbushong@bushong.net) Received: (from dbushong@localhost) by firebat.bushong.net (8.12.3/8.12.3/Submit) id g6V0Nles065698; Tue, 30 Jul 2002 17:23:47 -0700 (PDT) Message-Id: <200207310023.g6V0Nles065698@firebat.bushong.net> Date: Tue, 30 Jul 2002 17:23:47 -0700 (PDT) From: David Bushong To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41186: add dependency on ruby-bdb to my previous submission Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41186 >Category: ports >Synopsis: add dependency on ruby-bdb to my previous submission >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 17:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Bushong >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD firebat.bushong.net 4.6-RC FreeBSD 4.6-RC #2: Wed May 29 20:21:27 PDT 2002 dbushong@firebat.bushong.net:/stripe/obj/usr/src/sys/FIREBAT i386 >Description: I previously submitted a new port for irc/rbot to upgrade from 0.9.2 to 0.9.5, but forgot to depend on ruby-bdb. This is 0.9.5_1, to fix that problem. >How-To-Repeat: ... >Fix: begin 644 irc-rbot.tgz M'XL(`!0M1ST``^V=_W/;-IK&^VOT5_!VV]VV5TLB)5E.9KM3?]O6F]A-96=S M-W,S&9JB+:XE426I)+Y>__<#*TW@=OSXDRW6QGX$`2>]P7P$@"C M).@DUW'6^>+374Z_.QP,G"^<_.I6_KW^#V M_J#WT/Y=KZ_:W^L/>E\XW4]0%N/Z%V__/SH7X0=G$2=9Z@3Q=!H&613/G=E: M#K']CS,_MKZH\KSY=^2,#RZ/'FQ*D#'$.-W M[QVW[1:WZ'3W.V[7<0]>]`Y>##SG;KYT3C\NG"\5J?7ZY]'5Q>'YZ?>KHN;_ M^8_3T>79SQ??/^NVG[<'Q4^CTW^'5Z<__CPZ.[W\_IFZK9,LK^]; MYX>75Z>C=Y=G5_G/DRQ;O.ATIM%\^?$ZB;)V$+>7=YUQ_&$^C?UQVFFI#&<7 M5^J?T]'WSVJ>M-4:O;EX=W+Z^O3B1$&__&WTYN@_BULG5V='(V^KUS M/;YNI_&++W_+RWE9_#3V,__:3\.TDY=M3Z5HM=YZ'SYW1Y[12U&\3SF\YWSA_4 MS4:G?SO[C]\[8;:J]S_\V?GRM[>CEY>CX]^+']J)NNDXWHOFRDJF4X7]\K>S MB\NKPU>OWET>C\Y>7_UNYG`>P=?1O/@USW?^,G\LIU0!FX??I-B03PZO#JO< MSK:OJ\,E[K],] M<><2[8G[CJ^WO?-#RB?NK1$?[EX5TE.W*R28MVB2N17?NPOL/<3)N+D!G M&M\^D>+799RIQFM'-\Z_C96WF8?CKR]^SNWOY.?CRV_,VE4_EQ3WM1.,2T\U MC@/G3W]2/UP=JAQ[P>+&V7.^=;YQ_F==G:O?CRF8L_[_O]S7.[/NVE MV?\X3(-$_AY/S?_[[CK^HP8`W<%^T?\/=_W_9[F*\6>4.GXQ`]YX@K9S-8GF M=TY\XTRBF>,__'WM%KYS/D39Q)G%2>CX\[&CAJTW8:*Z#J=U$_K9,@G3[XH_ M^,X\"L+$64T:G#28A+.P[?RD[CCSU0^;U,YZR/NBU!_Y3CY;#R9^MD[X)E5X?YE-U-VC8)6LN',0A&GJ3,/WX33-PQC. M,HWFMZ6BYD^^N?\:=K2,IJHZYIOGW$NS^VGH;*8<;>9LYG1.U^O\:N?\T!'^HVJTDD4 M3)S`SXE.:V4;\?LP2:+Q.)P["I@J^#3,N^AP[*C62-:5M"Y?7EE9$D\W3_,Z M_A`F-\OIIO;]))A$61CD3_R=2CQ3]5ZTXWI*5P1[6H]1V=@YN;AT?EV&2;2N MH;I4K5#SUY=^,O.U7XXG87"75[+2@/-!->@D3+0$OZ@G*%I!%32=C.-,?\8X M_].YRJ;]_#I,]I3,YO-PZA1312?-XD3-][][?*A":$F8J?IY[T^U[*-P%N7- MK]=;$F=NK[;.B@9>K2[-._I5P&[DSCYX"?C;[1LEU-_LZ,D?E83.]'G+'T6YO;.9<-7>TMXFG%"K/36BO M+-%P?CO-]5;,U*,"&\^G]TX:*R-*5-HUOU2W*F,N$BR3^>!\671XG1U1T@XTYE/&N@_1-2=(XN`N;4ST,<)H2;1ST M5HE4;:X\=CO_I3Z]KZEO^J?KTK9('?K-N'U2D.L^M$F[1 MSIND^?AIJX2WQ5AJJZ23.&UNZ4W"+=2U27J7C[BV2ID/"+9*./.?\"F;A&KV M<)WR(^E?+QS=L3*5L/K[B4)TK2MO[;:D)<^3'O MGBL_E;H$]?/ZEM679]6?B[=NU1\?7MA5_J!J>?.V[:NOU@^S>BWV,&I0BLY? M@)^I0>KK)'I_ONXL4O7?Y]W\?VI=K.[4NU77?X7(ITT!4CB?F"`S%?<"#F"P[$?,%@*$8Z M$".)Z6E?3$_[8GK:%]/3P-:"^;G?%".>1QTB+55A>(@"JPRD)BH,J'^M,%S$ MPJOE0#Q\E6%?'ZY`N[@>XA.J#,@;K(,$#S7R'/($!@7R`@8%\@`&!>I-#`K4 MDQ@4:%1B4"!_9E"@'LV@0+V909'0KML5T2YDBR9%Q!I[(D_4$['&GH@U]D2L ML2=BC3T1:^R)6&-/Q!I[,MH5*0LV>S8H(K7;E7DBD=KMBG@&5\0SN"*>P17Q M#-"8T*2(>`971+NNB'9=$>VZ(MIU1;3KR?33(MKU1+3KB6C7$]&N)Z%=5Z0G M<7LBX[J^A%[`R*E!D=`+&#$U*!)Z`2.E!D7"U[E]"5_G]A'MJG\.\S4;C[,) M1"\F!=&+24'T8E(0O9@41"\F!=&+24'T8E)D](+X.H,"C>M,BH1VNY#W-BB0 M]S8I(D\$>6^3(F&-78%)': MA>8!)D6D=J%Y@$D1\0S0/,"DB'@&:!Y@4D0\`_3&R*2(:!>*S)H4&<\@HETH M,FM21+0+169-BHAVHP8'5)_!`?5G M<$`%&AQ0@Q5.%_5]!@?T?@9'1H==U`,:'!D==E$O:'!D=`B/UPP.Z,6J''3, M9G"$=(B.VPR.D`[1L9O!$=(A.GXS.#+^$(X&&!PA/:.1-8,CI&T2B;P1'2,QII,S@R>G:A%;\41VA\N"\T/MP7&A_N"XT/]X7&A_LR M^G'WA?0S%)JG#&7\H3L4TO-02,]#(3T/A?0\%-+S$-'S49P=K[;7/\YW$!T2 M'"BN;7*P/2<4![%3@@.-ZR@.TNX41ZA^H'$=Q9'1#S9NH3A"[06-6RB.E)Z% MG@N:YQ+V/I31CPOM#WRYV7'\Z'Z0[HO`(+T7@4$Z+P*#V`2!0:1#8!#E$!C$ M(`@,HC\"(R,_*,I"8$14C.V1-#%0")S`R#P4-%$B,"*FV86F201&Q#2[T"2) MP(B89A>:(A$8&15#`R8"(_-0T'#)Q$!1,`(C8YI0#(S`R)@F-)(D,#*F"8TC M"8R,BJ'H%X&143'TCHS`"/6:,BJ&7I`1&!D50],&`B.C8FAR3V!DQG[0@2($ M1F;J`1TE0F!DIA[0(2($1F;J<2`S]3B0F7H<",E/9NH!'5Y`8,#X[_$T"N>E MN"3Z?M?@@/%?@P/&?PT.&/\U.&#\M\+IHG%_@R/3[ETT[F]P9-J]B\;]JQST M?:'!`=_W5#GHNB*#(]3NZ+HB@R/4[NBZ(H,C8^_8D(?B".D071U9Y:#K(PV. ME/\1>BYH4$AQA)X+&A92'"'[$AHG8.<<41RIYQ+R&]!I1R;'0]?I&ARI\LB, M6SQTG:[!0?SAJ\VYY(_#,:0X!$:H-(@3,S%0=-#`=*$E#P0&40Z!$6FI+O3> MTL1`PQ4"@U@Y@9%I*2C*0V`0UTY@9!H<&C@1&!'3Q-YB$1@9^4%OL0B,C/R@ MMU@F!HJKF!@HKD)@D/$2@9'1#31:,CL8Z-!!`B-2-]AQ(P1&J&Y$;,J#EI`0 M&*'2B%BX!RTA(3#XB3FE09((!#\QJ@3!#XQZA$!Q(0."'Q=5@N"G194@^&%1 M)0A^5E0)@A\55>J31"#X<5,EB(#LN]`;$`,B('N;HYLM^V@#(B![FW.;+4-A M1NM(5"SVH84J1*)BL<\K5"$"_@2;@!HZD2B)Q<'<)8B$4[(XEKL$D>A&+8[3 MMAS7&A");A3[PE`%`HW:#(C$<,OBF/(21$(G%H>4EP9^$CJQ.)RS!)'0B<71 MG"6(@%/RH+B&`1$IB8#M>-"Z7`-BL6JE-!JV6(E3HE@LQ"E19)[(8AG.(\5F MK7R)8K&4K$2Q6$EF.<0P*18+P"P'&29%0G78QS],BHCJH-&*41:;]6R6TSFS M7D2>")K0F109.[)8D&D90#`I(G9DLXS2='1\//'G\W#Z."['MA@0(.SD<@H$+5JG0%*/AFV_H4#0.G$*)%1'6/"H M!(+,31GZXZ.@9]#I$'#ALPX!5SWK$'#)LPX!USOK$'#SAPX!=TAH$'3;F0X! M]Q#H$'`#@0Z14"RZU4R'2"@6/5Q.AT@H%AH=&8H5:6()V:.[@G2(A.S1_4`Z M1$+VT&H(`R(A>RBL:4`D9`^%T@V(A&*A0+H!D5`LNM-+AT@H%MWCI4,D%`N] M1#(@`CK!7B$9$`&=P%^-U"$".H&_&:E#!'0"?S%2APAX-OA[D3I$0K'HUR)U MB(1BT6^[Z!`)Q:*[176(A&+1?:(Z1$*QZ)=<=(B$8M%O_ND0"<6B7_S3(1** M1;_WIT,D%(M^[4^'2"@6_7:,#I%0+/K5&!TBH5CT/"$=(J%8]"0A'2*A6/0, MH3+$DRB))U,2`=OQT._4Z!`!V_'0+]3H$`';\=!OT^@0`=OQT*_2Z!`)Q:+? MH]$A$HI%3Y;2(1**1<^4TB$2BD5/D](A$HI%SY'2(1**1;],IT,D%(N>0:5# M+!0+O&&-@KOS,$VU7?#0'(4F04L)2!*TT(@B8>?T$R1LV=*;-$R,,D'*H4EB M98*6[-,DQ/71),3_T23$"=(D1.,T24P%T+M,D@2]T"1)4'29)B'=!DU"?`%- MDE(!%HZD25)ZP@*3)`F*3M(D*:_B0;-YFB17)BE/YT&3>YH$?8/*3Z.`-!GH M!6D##OH"5#T.^A!4/0[Z'E0]#OJL6"T.>AO:4#KHHU[UI9-M"LA5-^!$6Q:+ M'C?@1(T,BRC7X["O]=7C9)L"^W9?'2H/>?%`FSV-=^DAEE@DCE,MF5@Y][G;.F MK9`:WA#).`6DHPV1[*D@/343D39L)B(NO)F(>/$-L;[;AR8R6V`1K[X%%O'N ME.!E1(Y39$SX=1*]MZ?8=3ZUC8:C;/LSB\XXSD;A;91FR?UA$"A,G%C&)!N) MV%"JD0B-IAJ)B,DU$Z&I02,1_*IT`Q'\#G,#$?PB2)16N(M%TQN)T@KWH#U!S43I7L&#=@LU$Z5MQH-B9LU$:9OQH)A9 M,U':9CPH9M9,%+<9*%S63!2W&2A(UDQ$;.;DZ"<_G5@.G@P(8AD&!#$&`X+H MWX`@DJ]"H/[0@$@\#M3K&1#$:"L0#]K0585`&[H,"&+?!L32I$LOOBS=38DD M5B9HL3Y-LNR42N^1+;N.1Y)8P`J6D=V#`"_$\^//.N=AYI?F4]AZ0)($'\EF MD*#U@!0)6P](DJ"U=R0)6GM'DJ"U=P0)VW%(DZ3J"7-D-$FNGJ!5QB0)6F5, MDJ!5QB42/_=5O(@" M],Y.JW*[RK%[#'9N9HX?X_AV&E:_5,2.7=1@N%5/8]C'/M1@N#+_91EGYC-Q MW1M-X3X239%Y(N[PAJ9PW1%-X3H0DL(>TM`4;C=-4[BF1%+8'3U-X=HC31&Q M`';G3E-$+("]$)*FB%@`>\DS26%WGR=18$J7*Q<2PE4+">&*A81PM4)!V,<> MD!"N-9,0B=9A'WMPN0BG4Z-FN?9#4[CV0U+89S#0%*Y6+J?^PG@@KBE3$'8D MCX1P54M!V!$J$L)N9`K"K=A<^B=1NICZ]Z5*0:S0H+"/ICCQTXG1/FQ;IB!L M3TM!V)Z6@K`]+07ARHV"L)>IDA"VSZ<@;+51$`F=L)><_GABM`W7B@D$UX9- M!'NE*X$`0A]'Y2-.D:B@#@""@3H`B`'J`"!`H@.`B)\.`*)B.L"Z&8$0OPX` MHG$Z``B=:0`D8J8#;)6(G.:E`VR5B)SBI0-LE8B\$-0!MDI$3NW2`;9*1$[K MT@&V2D367ND`6R4B*ZMT@*T2D:B^#K!5(O*V4P?8*A%YMZD#;)6(O,G4`;9* M1'8>ZP!;)2*GF>D`6R4B9Y?I`%LE(@MR=("M$I&%.#J`J\11.(OFX^J0FWV" M8@U&J#1ZEH##NZ-D_MHU$$@QV,,AGL+9D4 M0Z`^V-LN*08[UD@PV*%&@L$UP;=IF+P/$^LX81V'V\8U'/:6SAH.>R/GD7\= M&N]EV+%+FL+5'4EA+^BG*5S]OO23F6\=QZ0I7#N@*5Q+H"ER- MR3_%J3D0$X%P+9J"L+?[$!#^Y^U./P;+U%C(P1XLUV"XWH7$\#\%58,1>2C^ M@9XU&':H(+:?15`,=JS!8/"_0D@QV('%T3'Y@7'^IL8:$/^H51W$CH]9.&L] M-Q"?M%BSH><&HK,V55[.C;RGL7M)8_>&IN0,;.J<_T6WJV@6)IW#((OBD@6R MYW@U&&Y-T!CV$0HU&*XF2`S_$P4U&)&6XG]BN`8CT^#L=XLU&!D5LPVQ!B-3 M-^PW?C48D0;G;X.JP<@\%/OU1`V&VU>2&(\]RZ(Q[/G$"E/\;\F'8B95I6`5 M7*5@]5NE<,J4C#76:6(:!?L#:H4$>VR M5Y[0%!'MLM>@4!3^(2^'$/NG9%;!H<=%8I$C;-_[X639&P1G3<6M6N M2.V"8Z$J1<1CLE=#T101C\E>%T531#PF>X4431'Q#.RU4B2%O1J9IHBHCKTN MF::(J(Z]0IFFB*B.O5:9IHBHCKV&AJ:(E(6]4(2FB'AO]H($FB)B1V"D2J=X M[)<_-$6B7CSV"Q>:(E,O$O[%8T?S:8J$?_'8<74M1(`7@)=3.ZZ$E[6\^9^7 ML[0;G)>QO%^:F?-Q*R^_K)N-M\R+;W0U(]#)N_-V];+M=@FKD\UKF?&>?#L`-A),1B MP7!M53VW6(=?#[58EF]7^6]#57'F3AGV(I\Z#M>BZCA<@ZKC<`U(X]2W']=^ MML2R]W,U87FHPV46C\)_QE&U)^&_[FQ`<77_RD_,-AD1`)Q;+?W)(0KF)//ZK_%\T,#E>T M=1RN;FLX_'E>:1Z-SGNM)H3HI`>>&5B-=.'!F4TO;MGKP-9BH\@M\R;J0<-Q M.XG&3R=6FNG/:NRV&ODF]-OWGG"4>\`I]X!7 M[@&OW/N<>4>\LI]P"GW`:?<9TFK]?D=IO,?M-E=9PNJ^=TF5VG MR^P[75;GZ;)Z3Y?9?;K,_M-E=:`NJP=UF5VHR^Q#758GZK)Z49?9C;K,?M1E M=:0NHR=5J5F=G.-^5E^UV/X796: M-Z%@^$65FN6W/(;?4JE9?L5C^!65FF7W'L/N56J677HLN_18=NFQ[-)CV:7' MLDN/99<>RRY[++OL\>:T++OLL>RRQ[++'LLN>[S).,LN>RR[[+'LLL>RRQ[+ M+GLLN^RQ[++'LLL>RRY[++OLL69P/>84KL>)ZS&EUV?.X_HLO]MG MS>/ZS'E\H5"*>_X>E&\BD@[MV-+P-A/)Y:( M11)_O`^+5>T2I*C8>V!)"E=O;"!*$,]OHELH:W(3>`>N!^5=YM\%AW)F^6)] M*.>ZNFSR=N[R=4O8(S^(,`HPZ6P`Z=1?6`&2.'-[5H1?\RU3`C5I1;B)0&M^ M\"?%GC$KQ(?51AXKQCR=QO'=TJY-+1S)@RR*+516"`O'^*#N?&N<%6$2IW85 M\6'UUMZ*L4SL'B(-P[D5(/#M"C!3=6#KIHKU(7:0?%F+%6'J)W9%\)=9G!3K M,.RL/`KN@S/K_XY5/9OD_^R<%LPX2C.CHNY$4QX MN?:[-@]Q/(W".?X0K];]AF4[VE8!7@/:`=5H)1[%>`V^5-VVM2FI?M^6<>2G M42`!^KL:R-@R7JLQE2UCG5^D/!N61&-M6!)UO6&)-=XZ/^K01NM1PF$0*%"< MP.4X.?I)C51L?.NHM%D([Y]4A60^_A@%`\IY%2^BP+8U?UE&UF9T82]Y=A[M MK!WDIN43=Y#\I7-WD.SETW>@_(]G\*"EWYS$`^5_/(\'R?YP*@\H%[0WK7Z\ MD7_ORC<%^157_N(<.[?Q338VH?+M,G;^RO>`V/GU3^>PLU>_Z,)70&QS>_.# M)0@"43QTK^I!Z2#@X3`V+#_?M^GGL;#S:Z>H()ZU9Z")8+86FU)9&?73R:P<5H2#U/"\3UX=4^]'4'B<30@.S>U,9T-T;?5(KV" MOH&52]@Z?7610E-:ZCTYDMDB:RFT"F0'LD`WVS9UZXO=M;MVU^[:7;MK=^VN MW;6[=M?NVEV[:W?MKMVUNW;7[MI=NVMW[:[=M;MVU^[:7;MK=^VNW;6[=M?N 5VEV[:W?MKMWU__'Z7P?\V+D`N`$` ` end >Release-Note: >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 Jul 30 17:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A9437B400 for ; Tue, 30 Jul 2002 17:50:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E85D43E4A for ; Tue, 30 Jul 2002 17:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V0o7JU008715 for ; Tue, 30 Jul 2002 17:50:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V0o7Y0008714; Tue, 30 Jul 2002 17:50:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1265837B400 for ; Tue, 30 Jul 2002 17:45:57 -0700 (PDT) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 959E743E4A for ; Tue, 30 Jul 2002 17:45:57 -0700 (PDT) (envelope-from parv@pair.com) Received: from sdn-ar-004dcwashp322.dialsprint.net ([206.133.15.228] helo=moo.holy.cow) by scaup.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17Zhci-0002Pn-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 30 Jul 2002 17:45:57 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 8EDDB50D21; Tue, 30 Jul 2002 20:48:26 -0400 (EDT) Message-Id: <20020731004826.8EDDB50D21@moo.holy.cow> Date: Tue, 30 Jul 2002 20:48:26 -0400 (EDT) From: "parv" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41187: /lang/expect make configure failure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41187 >Category: ports >Synopsis: /lang/expect make configure failure >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 17:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.6-STABLE Tue Jul 2 19:27:31 EDT 2002 ports tree updated: 2002.07.30.21.04.00 utc old expect 5.37.2 version >Description: expect 5.8 make configure fails... ===> Patching for expect-5.38.0 ===> Applying FreeBSD patches for expect-5.38.0 ===> Configuring for expect-5.38.0 configuring Expect 5.38.0 checking for autoconf... no checking configure up to date... no configure: warning: ./configure appears to be old (./configure.in and/or ./Makefile.in are newer) and the autoconf program to fix this situation was not found. If you've no idea what this means, enter the command "touch ./configure" and restart ./configure. >How-To-Repeat: try to run make configure in 5.8 version of the port. >Fix: as stated in the error message, after touch-ing lang/expect/work/expect-5.38/configure and removing the configure token from lang/expect/work, make configure succeeded (& the eventual install). oddly enough, later make clean, configure targets did not fail to run. >Release-Note: >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 Jul 30 18: 0:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88DF537B401 for ; Tue, 30 Jul 2002 18:00:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5895843E65 for ; Tue, 30 Jul 2002 18:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V106JU009745 for ; Tue, 30 Jul 2002 18:00:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V106GB009744; Tue, 30 Jul 2002 18:00:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6DE237B400 for ; Tue, 30 Jul 2002 17:55:18 -0700 (PDT) Received: from firebat.bushong.net (12-235-38-234.client.attbi.com [12.235.38.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D7543E31 for ; Tue, 30 Jul 2002 17:55:17 -0700 (PDT) (envelope-from dbushong@bushong.net) Received: from firebat.bushong.net (z4pgqsnm2kh50ko7@localhost [127.0.0.1]) by firebat.bushong.net (8.12.3/8.12.3) with ESMTP id g6V0tHPC071144 for ; Tue, 30 Jul 2002 17:55:17 -0700 (PDT) (envelope-from dbushong@bushong.net) Received: (from dbushong@localhost) by firebat.bushong.net (8.12.3/8.12.3/Submit) id g6V0tHFO071143; Tue, 30 Jul 2002 17:55:17 -0700 (PDT) Message-Id: <200207310055.g6V0tHFO071143@firebat.bushong.net> Date: Tue, 30 Jul 2002 17:55:17 -0700 (PDT) From: David Bushong To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41188: update irc/rbot yet again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41188 >Category: ports >Synopsis: update irc/rbot yet again >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 18:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Bushong >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD firebat.bushong.net 4.6-RC FreeBSD 4.6-RC #2: Wed May 29 20:21:27 PDT 2002 dbushong@firebat.bushong.net:/stripe/obj/usr/src/sys/FIREBAT i386 >Description: Sigh. Forgot to include one more dependency which, while not required, keeps an ugly message from showing up on startup: ruby-rexml This is now 0.9.5_2 Sorry for the misfires. >How-To-Repeat: ... >Fix: begin 644 irc-rbot.tgz M'XL(`.$T1ST``^V=?7/CMK7&\^_J4_"V29ODQK)(O7EWFD[\UL3=M;.1O=U[ M9^[,#DW1%FM)5$EJUVYNOOL%*K']CS,_MSZO+6_/XWFR_OK),K:0=Q>WNV/XT_S:>R/T_V6RG!V M<:7^.1U]^Z+F25NMT;N+#R>G;T\O3A3T\Y]'[X[^N[C%X>CXAS=G1R=GHU_V MK\?7[31^]?G/>3DOBY_&?N9?^VF8[N=EVU,IG/]IO2@#-IF3\'XV5>4*EK-P MGK63:XV3A??9(HF#%:9(VVJ]NSS]D'.^??$0IJW6Q8\?CMZ=O3E9_^M%]^M[OB+L[>(G+W0^6.ZO':*9@KB^_%#^H0K5:XW@OFBMSFTX5]O.?SRXNKP[?O/EP>3PZ M>WOUBYG#>0)?1_/BUSS?^>O\N1RJ(M8I-N23PZO#*G?_ZQ6Y-G,S?G_JSV^7 M_JVJIN=N])AR_^O:EC.(S]Q],5W>JCI\]M[K=,_[5X7TW.T*">8M&F77YFUJWXN*>Y+)QB7GDJ9L?.'/Z@?K@Y5CKU@<>/L M.5\[7SG_NZ[.U>_'%,S9N\^3M]KA?!S=M%21YL%T.0Z=/UVGXW;NFMJSNS^W MRO[_T>6.HS2+YC?QK]#'/-/_J[Z_N^K_W4YWV!GF_7^_T]_U_[_%=7[2=[[, M!;!7])-M51GMVW]^Y7SK#`Y]D/O%!UQ>'XYMY M^.[ZE[\>[7]Q=[L7Q+-\!"%]CV?MOU?,_SJN.U0S/S47<+MNQ]W9_V]QC=2@ MT#D;'3MY]Y%&LVBJ:B.+G;PKR+NG_^_R[:Y?]]+L?QRF02)_C^?F_SUW'?]1 M`X!.?U#T_\-=__^;7,6P,4H=OY@!;SQ!V[F:1/,[)[YQ)M',\1__OG8+WSB? MHFSBS.(D=/SYV%&CS9LP45V'T[H)_6R9A.DWQ1]\9QX%8>*LQOI.&DS"6=AV M?E!WG/GJATUJ9SU2?=5JY9+XVADMYUDT"YU\@!_=+A._"$M\C'PGGZT'$S]; M)WR7*KR_S";J[E&P2E;<.0C"-'6FX<=PFN9A#&>91O/;4E'S)]_9L9O3.EVO\ZN<\T)%^I:IT$@43)_!SHM-:V4;\,4R2:#P. MYXX"I@H^#?,N.AP[JC62=26MRY=75I;$T\W3O(T_A+E4KU/SUM9_,?.V7XTD8 MW.65K#3@?%(-.@D3+<%/Z@F*5E`%32?C.-.?,<[_=*ZR:3^_#9,]);/Y/)PZ MQ0S/2;,X4=/T;YX>JA!:$F:J?C[Z4RW[*)Q%>?/K]9;$F=NMK;/B08JG2!?A M=)K?0!F@[^1MJR5\'UXKU2MI*#WF_WKE3$)?W:R09C0WR:.WWROA!Z$JP(K[ M9:8>[2[->_I5P.XD3C[YR?@K+=OEU%\L\N2+,,X5_TK_LQHJ9$]_U?ZDE*C* ME:[,47G83*^'W'&TVQN;.5?-'>UMPB"%RG,3VBM+-)S?3G.]%1/LJ,#&\^F# MD\;*B!*5=LTOU:W*&4YS1*OU_OU[54=T/*_H_?YMQSE:_[]052P^^G^F__?4 MF+_K;N;_PZ[KYOW_8#C<]?^_Q?486/WBBTJ<[HLO5L+(^]8\?%N;8.TEF],4 MW7ACDO'U1'GG9Y)L8HNCT\.3\]-M4HZWAX;WP=2/9ENFOAUOF7"1Q/^J3]\J>>`WZ_911:KSW"KA%NV\29J/G[9*>%N,I;9*.HG3 MYI;>)-Q"79ND=_F(:ZN4^8!@JX0S_QF?LDFH9@]W^5!GN\3I-([OEHNM$J^B M]ELE38JQW'9)\P'>5BG3,-Q.HFHTL]T3;4:WVR7.1YC;IHUI\LE4\ZV6630M*N.[<90D,^>Y\C^; M[NGEWW,IGUZ8/9.R]?AF2GFB)&WKOZTFQ)4?\^ZY\E.I2U`_KV]9?>=5_;EX M65;]\?$]6^4/JI8W+\F^^&+],*NW68^C!J7H_`7XF1JDODVBC^?KSB)5_WW> MR2^W/A75>D)W&[(N.ZGH1>P,BI09'0"Q@Q M-2@2>@$CI09%PM>Y/0E?Y_80[:I_#O,U&T^S"40O)@71BTE!]&)2$+V8%$0O M)@71BTE!]&)29/2"^#J#`HWK3(J$=CN0]S8HD/YL4 M"6OL0-[;I$A88T?$>W=Z(MJ%1D$&!9H'F!21VH7F`29%I':A>8!)$?$,T#S` MI(AX!F@>8%)$/`/TQLBDB&@7BLR:%!G/(*)=*#)K4D2T"T5F38J(=J'(K$D1 MT2X4F35&9'V1<5U?9$[2%YF3]$7F)'V1.4E?9$X"K1,P*3)Z$9F30"M$#`JT M.D3]<[E:0O\T*P%U9W!`Y1D<4'L&!U2?P0'U9W!`!1H<4(,53@?U?08']'X& M1T:''=0#&AP9'790+VAP9'0(C]<,#NC%JAQTS&9PA'2(CML,CI`.T;&;P1'2 M(3I^,S@R_A".!A@<(3VCD36#(Z1G-+IF<(3TC$;8#(Z0GM$HF\$1TC,::3,X M,GIVH16_%$=H?#@0&A\.A,:'`Z'QX4!H?#B0T8\[$-+/4&B>,I3QA^Y02,]# M(3T/A?0\%-+S4$C/0T3/1W%VO-I>_S3?071(<*"XMLG!]IQ0',1."0XTKJ,X M2+M3'*'Z@<9U%$=&/]BXA>((M1BYHGDO8^U!&/RZT/_#U9L?Q MD_M!NB\"@_1>!`;IO`@,8A,$!I$.@4&40V`0@R`PB/X(C(S\H"@+@1%1,;9' MTL1`(7`"(_-0T$2)P(B89@>:)A$8$=/L0),D`B-BFAUHBD1@9%0,#9@(C,Q# M0<,E$P-%P0B,C&E",3`"(V.:T$B2P,B8)C2.)#`R*H:B7P1&1L70.S("(]1K MRJ@8>D%&8&14#$T;"(R,BJ')/8&1&?M!!XH0&)FI!W24"(&1F7I`AX@0&)FI MQX',U.-`9NIQ("0_F:D'='@!@0'CO\?3*/^2U-,4!HS_&APP_FMPP/BOP0'C MOP8'C/]6.!TT[F]P9-J]@\;]#8Y,NW?0N'^5@[XO-#C@^YXJ!UU79'"$VAU= M5V1PA-H=75=D<&3L'1OR4!PA':*K(ZL<='VDP9'R/T+/!0T**8[0F7&+AZ[3-3B(/WRS.9?\:3B& M%(?`")4&<6(F!HH.&I@.M.2!P"#*(3`B+=6!WEN:&&BX0F`0*R=`2$@(C5!H1"_>@)20$!C\QIS1( M$H'@)T:5(/B!44\0*"YD0/#CHDH0_+2H$@0_+*H$P<^**D'PHZ)*?9((!#]N MJ@01D'T'>@-B0`1D;W-TLV4?;4`$9&]S;K-E*,QH'8F*Q3ZT4(5(5"SV>84J M1,"?8!-00R<2);$XF+L$D7!*%L=RER`2W:C%<=J6XUH#(M&-8E\8JD"@49L! MD1AN61Q37H)(Z,3BD/+2P$]")Q:'S7(Z9]:+R!-!$SJ3(F-'%@LR+0,( M)D7$CFR645H.DDV*1!MAPV23(N$QL:.F38I(/PT=-6U21/IIZ*AI@P(=-6U0 MH,6I)D5$+]#"5),BHA>;O5:6BRE,BHA>;#;,6$;XS9&JB'9M=LM8!OE-BH@= MV6R5L8SS5RD>M)S:I$C4K@ MK0\VA7*N#YWAYSUZ/.@!KFGP8=?K!"U>,\.A%EQ4P)..CH\G_GP>3I_&Y=@6 M`P*$G5Q.@:!%ZQ1(ZM&P[3<4"%HG3H&$Z@@+'I5`D+DI0W]Z%/0,.AT"+GS6 M(>"J9QT"+GG6(>!Z9QT";O[0(>`."0V";CO3(>`>`AT";B#0(1**1;>:Z1`) MQ:*'R^D0"<5"HR-#L2)-+"%[=%>0#I&0/;H?2(=(R!Y:#6%`)&0/A34-B(3L MH5"Z`9%0+!1(-R`2BD5W>ND0"<6B>[QTB(1BH9=(!D1`)]@K)`,BH!/XJY$Z M1$`G\#H#I%0 M++I/5(=(*!;]DHL.D5`L^LT_'2*A6/2+?SI$0K'H]_YTB(1BT:_]Z1`)Q:+? MCM$A$HI%OQJC0R04BYXGI$,D%(N>)*1#)!2+GB%4AG@2)?%D2B)@.Q[ZG1H= M(F`['OJ%&ATB8#L>^FT:'2)@.Q[Z51H=(J%8]'LT.D1"L>C)4CI$0K'HF5(Z M1$*QZ&E2.D1"L>@Y4CI$0K'HE^ETB(1BT3.H=(B%8H$WK%%P=QZFJ;8+'IJC MT"1H*0%)@A8:423LG'Z"A"U;>I>&B5$F2#DT2:Q,T))]FH2X/IJ$^#^:A#A! MFH1HG":)J0!ZETF2H!>:)`F*+M,DI-N@28@OH$E2*L#"D31)2D]88)(D0=%) MFB3E53QH-D^3Y,HDY>D\:')/DZ!O4/EI%)`F`[T@;H&G&C+8M'C!IRHD6$1Y7H<]K6^>IQL M4V#?[JO#>="`N@&']#4-.&A-?6E:9-?)"#P*'W$19U$0XOG_&D=SPQ]`+[9I M$N+W2!+T_I,B81;[UD\RHTP0J5PFNW+P(V@WXAO8$H;C/0OI9FHKC-0#M>FHGB-H.%>AN)XC:#!7P; MB>(V@T61&XGB-H/%DAN(+K1#IIDHK7`7>KO93)16N(O%T1N)T@IWL6AZ(U%: MX1ZT)ZB9*-TK>-!NH6:BM,UX4,RLF2AM,QX4,VLF2MN,!\7,FHGB-@.%RYJ) MXC8#!!>CT# M@AAM!>)!&[JJ$&A#EP%![-N`6)ITZ<67I;LID<3*!"W6ITF6G5+I/;)EU_%$ M$@M8P3*R>Q#@A7A^_-G^>9CYI?D4MAZ0),%'LADD:#T@1<+6`Y(D:.T=28+6 MWI$D:.T=0<)V'-(DJ7K"'!E-DJLG:)4Q28)6&9,D:)5QB<3/?14OHL!]L].JW*YR[!Z#G9N9X_LX MOIV&U2\5L6,7-1ANU=,8]K$/-1BNS']:QIGY3%SW1E.XCT139)Z(.[RA*5QW M1%.X#H2DL( M\DQ2V-WG2128TN7*A81PU4)"N&(A(5RM4!#VL0>D`6R4BIWCI`%LE(B\$=8"M$I%3NW2`K1*1T[IT@*T2D;57.L!6B*AK#CJ[-4_MH%,%@!Z-,!GM+)L40J`_VMDN*P8XU$@QVJ)%@ M<$WP?1HF'\/$.DY8Q^&V<0V'O:6SAL/>R'GD7X?&>QEV[)*F<'5'4M@+^FD* M5[^O_63F6\V/R#W%J#L1$(%R+IB#L[3X$ MA/]YN]/[8)D:"SG8@^4:#->[D!C^IZ!J,"(/Q3_0LP;##A7$]K,(BL&.-1@, M_E<(*08[L#@Z)C\PSM_46`/B'[6J@]CQ,0MGK><&XI,6:S;TW$!TUJ;*R[F1 M]S1V+VGLWM"4G(%-G?._Z'85S<)D_S#(HKAD@>PY7@V&6Q,TAGV$0@V&JPD2 MP_]$00U&I*7XGQBNP<@T./O=8@U&1L5L0ZS!R-0-^XU?#4:DP?G;H&HP,@_% M?CU1@^'VE23&8\^R:`Q[/K'"%/];\J&8254I6`57*5C]5BG<,0E-P1JI0F&' M<6@*9@55"F;9%0KHK:H4S'56*2+:!7N#*D5$N^R5)S1%1+OL-2@4A7_("4V1 MJ!=^W(.N71&;!@>=58J$3?._KT53)*P1';=6M2M2N^!8J$H1\9CLU5`T1<1C MLM=%T101C\E>(4531#P#>ZT426&O1J8I(JICKTNF*2*J8Z]0IBDBJF.O5:8I M(JICKZ&A*2)E82\4H2DBWIN]((&FB-@1&*G2*1[[Y0]-D:@7C_W"A:;(U(N$ M?_'8T7R:(N%?/'9<70L1X`7@Y=2.*^%E+6_^Y^4L[0;G92SOEV;F?-K*RR_K M9N,M,^?3_D=FFYQ`V,:-EX^?7T7+V]Y!12^G@!^ MZ6[Q%AA]6\I^'XEX':X=9GYFK%]D3X%I"K<[HRGL4RE("OLD")+"/@F"I+#/ M3B`I[,,32`K[6`J*P@YKT13VP10D142[[``#3>%J]]BW/T^%8@`';:23L;G< M!#G%A`0A)YG0(.`T$QK$UCN*P?5U%(/MZ<)P;GV^ M!`EA"Y>`L,]W("%

    8G0%ZJ89:Q04<,Q%5^+8@K_UH0UP9J05Q#T$'[-TD\ MV_LNJ1Z&S=^;MRV7:S#-7![KW,^,\V'8@3`28K%@N+:J7EJLPZ^'6BS+MZO\ M]Z&J.'.G#'N13QV':U%U'*Y!U7&X!J1QZMN/:S];8MG[N9JP/-3A,HM'X=_C MJ-J3\%]W-J"XNG_C)^8:8*XV2`A7&"2$*P,2PFUT$L)U?12$/;TB(5RUD!`) MG;#G5B2$Z]!(B(1BV6]N20A7L:?WZO]%,X/#%6T=AZO;&@Y_GE>:1Z/S7JL) M(3KI@6<&5B-=>'!FTXM;]CJPM=@HYRRMWE ME+O+*W>75^X>I]P]3KE[O'+W>.7N<\K=YY2[SRMWGU?N`:?<`TZY![QR#WCE M'G+*/>24>\@K]Y!7[@-.N0\XY3[@E?N`5^Z7G'*_Y)3[):_<+YG]#JO#=%D] MILOL,EUNG\GK-'F])K?;9/:;+JOC=%D]I\OL.EUFW^FR.D^7U7NZS.[39?:? M+JL#=5D]J,OL0EUF'^JR.E&7U8NZS&[49?:C+JLC=1D]J4K-ZNQ<1F^G4K,Z M))?1(ZG4K$[#9?0::JC-\NL>;\S/\KL>P^^JU+P)!<,OJM0LO^4Q_)9*S?(K M'L.OJ-0LN_<8=J]2L^S28]FEQ[)+CV67'LLN/99=>BR[]%AVV679995R/Y5=ZK'E:Q_68\[@>UV/.XWI;S^-NHFF8KO[O M;/4EW@_)]98O%$IYQ]>+XE5$NG\[M@2,_71BB5@D\?U#6*QJER!%Q=X#2U*X M>F,#48)X?A/=0EF3F\`[<#TH[S+_+CB4,\L7ZT,YU]5EDW?_+E^WA#WRHPBC M`)/.!I!._845((DSMVM%^$>^94J@)JT(-Q%HS8_^I-@S9H7XM-K(8\68I],X MOEO:M:F%(WF41;&%R@IAX1@?U9UOC;,B3.+4KB(^K=[:6S&6B=U#I&$XMP($ MOET!9JH.;-U4L3[$#I(O:[$B3/W$K@C^,HN38AV&G95'P5WN+"#(U)_?+M$! MU%WX\"E.QE@U1DF0QL%=B-5AL#H4%,JKZAT3H"KR-2B[9)V1OZ./@``CN@DZ M0-TLDD4RZP^\[7)'/3\GCQHY;Y\IOQ"":_7?M?F(8ZG43C''^+-NM^P M;$?;*L!K0#N@&JW$HQBOP=>JV[8V)=7OVS*._#0*)$!_50,96\9;-::R9:SS MBY1GPY)HK`U+HJXW++'&6^=''=IH/4HX#`(%BA.X'"='/ZB1BHUO'94V"^'] MDZJ0S,M/2;DWB@_$_G\2#9'T_E`>6"]J;5CS?R[UWYIB"_XLI?G&/G-K[) MQB94OEW&SE_Y'A`[O_[I'';VZA==^`J(;6YO?K`$02"*A^Y5/2@=!#P>QH;E MY_LV_3P6=G[M%!7$LU8.&6$CM.,T^`703IY@9S?/4[!$$%NK+8GL[/K)!#9. M2^)A2CB^!Z_NJ;O+E)H2DN])TRelease-Note: >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 Jul 30 19: 0:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7131437B400 for ; Tue, 30 Jul 2002 19:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C293843E3B for ; Tue, 30 Jul 2002 19:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V204JU019486 for ; Tue, 30 Jul 2002 19:00:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V204jF019485; Tue, 30 Jul 2002 19:00:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE46C37B400 for ; Tue, 30 Jul 2002 18:53:15 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D9F43E3B for ; Tue, 30 Jul 2002 18:53:15 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.5/8.12.5) with ESMTP id g6V1rCJu002553 for ; Wed, 31 Jul 2002 13:53:12 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.5/8.12.5/Submit) id g6V1rCg1002552; Wed, 31 Jul 2002 13:53:12 +1200 (NZST) (envelope-from jonc) Message-Id: <200207310153.g6V1rCg1002552@grimoire.chen.org.nz> Date: Wed, 31 Jul 2002 13:53:12 +1200 (NZST) From: Jonathan Chen Reply-To: Jonathan Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41189: psi-0.8.6 net/psi update due to qt-3.0.5 upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41189 >Category: ports >Synopsis: psi-0.8.6 net/psi update due to qt-3.0.5 upgrade >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 19:00:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jonathan Chen >Release: FreeBSD 4.6-STABLE i386 >Organization: chen.org.nz >Environment: System: FreeBSD grimoire.chen.org.nz 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 21 19:15:39 NZST 2002 root@grimoire.chen.org.nz:/usr/obj/usr/src/sys/GRIMOIRE i386 >Description: The update to qt-3.0.5 invalidates the one of the patch-files added to get around a difference in behaviour with qt-3.0.3 >How-To-Repeat: >Fix: Please remove net/psi/files/patch-src::chatdlg.cpp, and bump the PORTREVISION in the Makefile Cheers. >Release-Note: >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 Jul 30 19: 1:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D10D837B400; Tue, 30 Jul 2002 19:01:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8596B43E31; Tue, 30 Jul 2002 19:01:37 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V21bJU019881; Tue, 30 Jul 2002 19:01:37 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V21bSP019877; Tue, 30 Jul 2002 19:01:37 -0700 (PDT) Date: Tue, 30 Jul 2002 19:01:37 -0700 (PDT) From: Patrick Li Message-Id: <200207310201.g6V21bSP019877@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, pat@FreeBSD.org Subject: Re: ports/41187: /lang/expect make configure failure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /lang/expect make configure failure Responsible-Changed-From-To: freebsd-ports->pat Responsible-Changed-By: pat Responsible-Changed-When: Tue Jul 30 19:01:23 PDT 2002 Responsible-Changed-Why: I'll take care of this one http://www.freebsd.org/cgi/query-pr.cgi?pr=41187 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 19:29:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3DF437B400; Tue, 30 Jul 2002 19:29:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AE143E3B; Tue, 30 Jul 2002 19:29:25 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V2TPJU026048; Tue, 30 Jul 2002 19:29:25 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V2TM2x026044; Tue, 30 Jul 2002 19:29:22 -0700 (PDT) Date: Tue, 30 Jul 2002 19:29:22 -0700 (PDT) From: Patrick Li Message-Id: <200207310229.g6V2TM2x026044@freefall.freebsd.org> To: david+ports@bushong.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41186: add dependency on ruby-bdb to my previous submission Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: add dependency on ruby-bdb to my previous submission State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 19:28:55 PDT 2002 State-Changed-Why: Superseded by PR ports/41188 http://www.freebsd.org/cgi/query-pr.cgi?pr=41186 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 19:29:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A286E37B400; Tue, 30 Jul 2002 19:29:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594F543E31; Tue, 30 Jul 2002 19:29:54 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V2TsJU026159; Tue, 30 Jul 2002 19:29:54 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V2Tst8026155; Tue, 30 Jul 2002 19:29:54 -0700 (PDT) Date: Tue, 30 Jul 2002 19:29:54 -0700 (PDT) From: Patrick Li Message-Id: <200207310229.g6V2Tst8026155@freefall.freebsd.org> To: david+ports@bushong.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41096: update irc/rbot port to 0.9.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update irc/rbot port to 0.9.5 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 19:29:35 PDT 2002 State-Changed-Why: Superseded by PR ports/41186 http://www.freebsd.org/cgi/query-pr.cgi?pr=41096 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 19:32: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F25537B407; Tue, 30 Jul 2002 19:32:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BDA843E67; Tue, 30 Jul 2002 19:32:03 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V2W2JU027375; Tue, 30 Jul 2002 19:32:02 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V2W2Y4027371; Tue, 30 Jul 2002 19:32:02 -0700 (PDT) Date: Tue, 30 Jul 2002 19:32:02 -0700 (PDT) From: Patrick Li Message-Id: <200207310232.g6V2W2Y4027371@freefall.freebsd.org> To: edwin@mavetju.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41185: [maintainer update] net/ipv6calc - update to 0.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [maintainer update] net/ipv6calc - update to 0.43 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 19:31:51 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41185 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 19:35:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56DD637B400; Tue, 30 Jul 2002 19:35:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD5443E65; Tue, 30 Jul 2002 19:35:41 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V2ZeJU027724; Tue, 30 Jul 2002 19:35:40 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V2Ze8F027719; Tue, 30 Jul 2002 19:35:40 -0700 (PDT) Date: Tue, 30 Jul 2002 19:35:40 -0700 (PDT) From: Patrick Li Message-Id: <200207310235.g6V2Ze8F027719@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41175: Update port: net/maradns to 1.0.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: net/maradns to 1.0.06 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 19:35:09 PDT 2002 State-Changed-Why: Committed, Thanks! Location change of USE_BZIP2 not necessary and just increases the size of the patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=41175 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 19:53:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3D637B400; Tue, 30 Jul 2002 19:53:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E07F343E31; Tue, 30 Jul 2002 19:53:43 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V2rhJU029595; Tue, 30 Jul 2002 19:53:43 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V2rhib029584; Tue, 30 Jul 2002 19:53:43 -0700 (PDT) Date: Tue, 30 Jul 2002 19:53:43 -0700 (PDT) From: Patrick Li Message-Id: <200207310253.g6V2rhib029584@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41178: Update port: x11-wm/ude to 0.2.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: x11-wm/ude to 0.2.8 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 19:52:15 PDT 2002 State-Changed-Why: Committed, Thanks! (was it a typo with the shared library bump of gettext libintl?) http://www.freebsd.org/cgi/query-pr.cgi?pr=41178 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 20:11:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD6837B400; Tue, 30 Jul 2002 20:11:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C9543E65; Tue, 30 Jul 2002 20:11:38 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V3BcJU037130; Tue, 30 Jul 2002 20:11:38 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V3BcVa037126; Tue, 30 Jul 2002 20:11:38 -0700 (PDT) Date: Tue, 30 Jul 2002 20:11:38 -0700 (PDT) From: Patrick Li Message-Id: <200207310311.g6V3BcVa037126@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41174: Update port: net/gnunet to 0.4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: net/gnunet to 0.4.3 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 20:11:09 PDT 2002 State-Changed-Why: Committed, Thanks! Also add manpage gnunet-check.1 http://www.freebsd.org/cgi/query-pr.cgi?pr=41174 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 20:17:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 608FE37B4CF; Tue, 30 Jul 2002 20:17:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BA643E67; Tue, 30 Jul 2002 20:17:16 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V3HFJU037907; Tue, 30 Jul 2002 20:17:15 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V3HFOL037903; Tue, 30 Jul 2002 20:17:15 -0700 (PDT) Date: Tue, 30 Jul 2002 20:17:15 -0700 (PDT) From: Patrick Li Message-Id: <200207310317.g6V3HFOL037903@freefall.freebsd.org> To: jonc@chen.org.nz, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41189: psi-0.8.6 net/psi update due to qt-3.0.5 upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: psi-0.8.6 net/psi update due to qt-3.0.5 upgrade State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Jul 30 20:17:07 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41189 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 30 21:44:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C5C37B400 for ; Tue, 30 Jul 2002 21:44:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA48543E5E for ; Tue, 30 Jul 2002 21:42:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V4fMJU049139 for ; Tue, 30 Jul 2002 21:41:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V4fMWg049138; Tue, 30 Jul 2002 21:41:22 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A682237B400 for ; Tue, 30 Jul 2002 21:34:29 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD3A43E31 for ; Tue, 30 Jul 2002 21:33:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V4VnOT090930 for ; Tue, 30 Jul 2002 21:31:49 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6V4VnaD090929; Tue, 30 Jul 2002 21:31:49 -0700 (PDT) Message-Id: <200207310431.g6V4VnaD090929@www.freebsd.org> Date: Tue, 30 Jul 2002 21:31:49 -0700 (PDT) From: Michael Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41191: lang/pnet port upgrade. 0.4.0 -> 0.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41191 >Category: ports >Synopsis: lang/pnet port upgrade. 0.4.0 -> 0.4.2 >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 Jul 30 21:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: diff -ruN pnet.orig/Makefile pnet/Makefile --- pnet.orig/Makefile Tue Jul 2 07:06:37 2002 +++ pnet/Makefile Wed Jul 31 00:26:04 2002 @@ -6,7 +6,7 @@ # PORTNAME= pnet -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.2 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ @@ -20,9 +20,9 @@ USE_GMAKE= yes CONFIGURE_ARGS= --program-prefix="" -MAN1= cscc.1 csdoc.1 csdoc2hier.1 csdoc2html.1 csdoc2texi.1 \ - clrwrap.1 ilasm.1 ildasm.1 ildiff.1 ilfind.1 ilnative.1 \ - ilrun.1 ilsize.1 resgen.1 +MAN1= ilrun.1 ilasm.1 ildasm.1 ilsize.1 ilnative.1 ilfind.1 \ + ildiff.1 ildd.1 cscc.1 csdoc.1 resgen.1 csdoc2texi.1 \ + csdoc2html.1 csdoc2hier.1 clrwrap.1 pre-patch: @${REINPLACE_CMD} -e 's|csdoc csant samples doc tests|csdoc csant doc|g' \ diff -ruN pnet.orig/distinfo pnet/distinfo --- pnet.orig/distinfo Mon Jul 1 10:02:09 2002 +++ pnet/distinfo Mon Jul 29 02:25:57 2002 @@ -1 +1 @@ -MD5 (pnet-0.4.0.tar.gz) = 1229cccfdb23e25cad08c8f867623562 +MD5 (pnet-0.4.2.tar.gz) = 841ab70f7243c09c0c48bf06cc770586 diff -ruN pnet.orig/pkg-plist pnet/pkg-plist --- pnet.orig/pkg-plist Tue Jul 2 07:06:37 2002 +++ pnet/pkg-plist Wed Jul 31 00:16:27 2002 @@ -1,22 +1,26 @@ -bin/clrwrap -bin/csant -bin/cscc -bin/csdoc -bin/csdoc2hier -bin/csdoc2html -bin/csdoc2texi -bin/ilalink +bin/ilrun +bin/ilverify bin/ilasm bin/ildasm -bin/ildb -bin/ildiff -bin/ilfind -bin/ilnative -bin/ilrun +bin/ilalink bin/ilsize -bin/ilverify +bin/ilnative +bin/ilfind +bin/ildiff +bin/ildd +bin/cscc +bin/csdoc bin/resgen +bin/ildb +bin/csdoc2texi +bin/csdoc2html +bin/csdoc2hier +bin/csant +bin/clrwrap +bin/csunit.exe +bin/csunit include/pnet/il_align.h +include/pnet/il_bignum.h include/pnet/il_coder.h include/pnet/il_config.h include/pnet/il_crypt.h @@ -42,32 +46,33 @@ include/pnet/il_values.h include/pnet/il_writer.h include/pnet/il_xml.h -@unexec install-info --delete %D/info/pnettools.info %D/info/dir info/pnettools.info info/pnettools.info-1 info/pnettools.info-2 info/pnettools.info-3 info/pnettools.info-4 -@exec install-info %D/info/pnettools.info %D/info/dir -lib/cscc/lib/I18N-handlers.def +lib/libILSupport.a +lib/libILImage.a +lib/libILDumpAsm.a +lib/libILEngine.a +lib/libILLink.a +lib/libILCodeGen.a +lib/cscc/plugins/cscc-cs +lib/cscc/plugins/cscc-csharp +lib/cscc/lib/cstest.dll +lib/cscc/lib/mscorlib.dll lib/cscc/lib/I18N.CJK.dll +lib/cscc/lib/I18N.dll lib/cscc/lib/I18N.MidEast.dll lib/cscc/lib/I18N.Other.dll lib/cscc/lib/I18N.Rare.dll lib/cscc/lib/I18N.West.dll -lib/cscc/lib/I18N.dll -lib/cscc/lib/System.Xml.dll +lib/cscc/lib/I18N-handlers.def lib/cscc/lib/System.dll -lib/cscc/lib/mscorlib.dll -lib/cscc/plugins/cscc-cs -lib/cscc/plugins/cscc-csharp -lib/libILCodeGen.a -lib/libILDumpAsm.a -lib/libILEngine.a -lib/libILImage.a -lib/libILLink.a -lib/libILSupport.a +lib/cscc/lib/System.Xml.dll +lib/cscc/lib/pnetlib.here +@dirrm include/pnet @dirrm lib/cscc/plugins @dirrm lib/cscc/lib @dirrm lib/cscc -@dirrm include/pnet + >How-To-Repeat: >Fix: >Release-Note: >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 Jul 30 23:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55DEF37B400 for ; Tue, 30 Jul 2002 23:10:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE4B443E5E for ; Tue, 30 Jul 2002 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V6A1JU063629 for ; Tue, 30 Jul 2002 23:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V6A1AK063628; Tue, 30 Jul 2002 23:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F12337B400 for ; Tue, 30 Jul 2002 23:01:12 -0700 (PDT) Received: from t-mta8.odn.ne.jp (mfep8.odn.ne.jp [143.90.131.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC7043E3B for ; Tue, 30 Jul 2002 23:01:10 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.46.2.84]) by t-mta8.odn.ne.jp with ESMTP id <20020731060109019.YYCB.4787.t-mta8.odn.ne.jp@mta8.odn.ne.jp>; Wed, 31 Jul 2002 15:01:09 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id E583A55A7; Wed, 31 Jul 2002 15:01:01 +0900 (JST) Message-Id: <20020731060101.E583A55A7@hadaly.dyndns.org> Date: Wed, 31 Jul 2002 15:01:01 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41195: Update port: www/squid24 - add a master site Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41195 >Category: ports >Synopsis: Update port: www/squid24 - add a master site >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 Jul 30 23:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE-p2 FreeBSD 4.6.1-RELEASE-p2 #8: Wed Jul 31 11:08:16 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: - Add RINGSERVER to MASTER_SITES - Use MASTER_SITE_SUBDIR for clearness >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/squid24/Makefile,v retrieving revision 1.90 diff -u -r1.90 Makefile --- Makefile 2002/07/05 09:39:38 1.90 +++ Makefile 2002/07/31 05:59:41 @@ -10,10 +10,12 @@ PORTREVISION= 10 CATEGORIES= www MASTER_SITES= \ - ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ + ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ + ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ + ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ + ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} +MASTER_SITE_SUBDIR= squid-2/STABLE DISTNAME= squid-2.4.STABLE7 EXTRACT_SUFX= -src.tar.gz >Release-Note: >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 Jul 31 0:55:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E81B37B400; Wed, 31 Jul 2002 00:55:14 -0700 (PDT) Received: from h24-77-105-71.vc.shawcable.net (h24-77-105-71.vc.shawcable.net [24.77.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A0843E6E; Wed, 31 Jul 2002 00:55:13 -0700 (PDT) (envelope-from jhanna@shaw.ca) Received: from roller.pangolin-systems.com (localhost [127.0.0.1]) by h24-77-105-71.vc.shawcable.net (8.12.5/8.12.5) with ESMTP id g6V7slKl090558; Wed, 31 Jul 2002 00:54:48 -0700 (PDT) (envelope-from jhanna@shaw.ca) Message-Id: <200207310754.g6V7slKl090558@h24-77-105-71.vc.shawcable.net> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200206081321.g58DLwa73502@freefall.freebsd.org> Date: Wed, 31 Jul 2002 00:54:46 -0700 (PDT) Reply-To: Jonathan Hanna From: Jonathan Hanna To: petef@freebsd.org Subject: Re: ports/39020: ports/devel/spin maintainer update to 3.4.16 Cc: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 08-Jun-02 petef@freebsd.org wrote: > Synopsis: ports/devel/spin maintainer update to 3.4.16 > > State-Changed-From-To: open->closed > State-Changed-By: petef > State-Changed-When: Sat Jun 8 06:21:06 PDT 2002 > State-Changed-Why: > Committed, thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=39020 This update seems to have been lost in the move of spin from math to devel. Jonathan Hanna To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 1:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03BAD37B400 for ; Wed, 31 Jul 2002 01:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B5A43E65 for ; Wed, 31 Jul 2002 01:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V8o2JU087218 for ; Wed, 31 Jul 2002 01:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V8o2XZ087217; Wed, 31 Jul 2002 01:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE9BF37B400 for ; Wed, 31 Jul 2002 01:42:20 -0700 (PDT) Received: from topcat.mine.nu (pool-141-156-128-24.res.east.verizon.net [141.156.128.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC1143E3B for ; Wed, 31 Jul 2002 01:42:19 -0700 (PDT) (envelope-from njyoder@topcat.mine.nu) Received: (from root@localhost) by topcat.mine.nu (8.11.6/8.11.1) id g6V8nuP06946; Wed, 31 Jul 2002 04:49:56 -0400 (EDT) (envelope-from njyoder) Message-Id: <200207310849.g6V8nuP06946@topcat.mine.nu> Date: Wed, 31 Jul 2002 04:49:56 -0400 (EDT) From: "Nathan J. Yoder" Reply-To: "Nathan J. Yoder" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41197: newsfetch fails to fetch any news on certain news servers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41197 >Category: ports >Synopsis: newsfetch fails to fetch any news on certain news servers >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 01:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nathan J. Yoder >Release: FreeBSD 4.5-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD topcat.mine.nu 4.5-RELEASE-p6 FreeBSD 4.5-RELEASE-p6 #4: Wed Jun 26 00:30:22 EDT 2002 njyoder@topcat.mine.nu:/usr/obj/usr/src/sys/TOPCAT i386 >Description: Newsfetch will choke when trying to get news from certain news servers. This is due to the fact that newsfetch will send new lines to the server as just a LF (line feed). The NNTP standard, however, requires that new lines be sent as CR, LF (carriage return, line feed). Certain news servers, such as Twister, do not consider an LF standing alone to be a new line, so the server will pause waiting for the end of the line to be sent. This means that newsfetch will simply hang because the server doesn't realize that a new line has been sent. >How-To-Repeat: Run newsfetch on a server which doesn't like bare LFs. Twister is an example of this. I tried it on news.verizon.net which runs Twister v2.0.5.1. >Fix: I just changed the naked LFs to CR,LF pairs. Apply the patch below. --- nntp.c.patch begins here --- --- work/newsfetch-1.21/nntp.c Thu Jul 23 06:03:11 1998 +++ ./nntp.c Wed Jul 31 04:31:32 2002 @@ -33,7 +33,7 @@ { /* dummy read to flush input */ readNNTPdata(); - fprintf(socket_fp[0],"MODE READER\n"); + fprintf(socket_fp[0],"MODE READER\r\n"); readNNTPdata(); return(get_error(command_buf)); } @@ -151,7 +151,7 @@ int first_art, last_art, total_art, tmp ; fprintf(stderr,"%s: ",group); - fprintf(socket_fp[0],"GROUP %s\n",group); + fprintf(socket_fp[0],"GROUP %s\r\n",group); readNNTPdata(); #ifdef DEBUG @@ -180,7 +180,7 @@ first_article = last_art - max_article + 1; } - fprintf(socket_fp[0],"STAT %d\n",first_article); + fprintf(socket_fp[0],"STAT %d\r\n",first_article); readNNTPdata(); while(!get_error1(command_buf)) @@ -196,7 +196,7 @@ return(0); } - fprintf(socket_fp[0],"STAT %d\n",first_article); + fprintf(socket_fp[0],"STAT %d\r\n",first_article); readNNTPdata(); } fprintf(stderr,"articles %d to %d\n",first_article,last_art); @@ -256,7 +256,7 @@ fprintf(stderr," %c",0xd); } - fprintf(socket_fp[0],"ARTICLE\n"); + fprintf(socket_fp[0],"ARTICLE\r\n"); readNNTPdata(); if(!get_error(command_buf)) return(0); @@ -275,7 +275,7 @@ } /* Make it little fast */ - fprintf(socket_fp[0],"NEXT\n"); + fprintf(socket_fp[0],"NEXT\r\n"); article_fetching=1; @@ -329,7 +329,7 @@ char groupname[100]; fprintf(stderr, "\nList of NewsGroups:\n"); - fprintf(socket_fp[0],"LIST\n"); + fprintf(socket_fp[0],"LIST\r\n"); readNNTPdata(); if(!get_error2(command_buf)) exit(1); @@ -348,7 +348,7 @@ sendQuit() { - fprintf(socket_fp[0],"QUIT\n"); + fprintf(socket_fp[0],"QUIT\r\n"); readNNTPdata(); } --- nntp.c.patch ends here --- >Release-Note: >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 Jul 31 2:26:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD53C37B407; Wed, 31 Jul 2002 02:24:04 -0700 (PDT) Received: from yahoo.com (pb84.bielsko.sdi.tpnet.pl [213.25.51.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 5900543E70; Wed, 31 Jul 2002 02:23:46 -0700 (PDT) (envelope-from adcwq2rbV@usa.net) Received: from 171.227.106.29 ([171.227.106.29]) by mailout2-eri1.midsouth.rr.com with QMQP; Mon, 29 Jul 2002 17:35:57 -0000 Reply-To: Message-ID: <747EEC17-A42F-11D6-8C69-0040057025D8@QRTkWuXo> From: To: , , Subject: hi there Date: Wed, 31 Jul 2002 04:38:21 -0400 MiME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00T8_69X80Z1A.B1111F22" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: QUALCOMM Windows Eudora Version 5.1 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------=_NextPart_000_00T8_69X80Z1A.B1111F22 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: base64 PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9uYWwv L2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUi IGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxtZXRhIG5hbWU9 IkF1dGhvciIgY29udGVudD0ic2FtIj4NCiAgIDxtZXRhIG5hbWU9IkdFTkVSQVRPUiIgY29udGVu dD0iTW96aWxsYS80LjYxIFtlbl0gKFdpbjk4OyBJKSBbTmV0c2NhcGVdIj4NCiAgIDx0aXRsZT5m Z2ZnPC90aXRsZT4NCjwvaGVhZD4NCjxib2R5Pg0KJm5ic3A7DQo8dGFibGUgQk9SREVSIENPTFM9 MSBXSURUSD0iMTAwJSIgSEVJR0hUPSIxNSUiIEJHQ09MT1I9IiM0MDgwODAiID4NCjx0cj4NCjx0 ZCBCR0NPTE9SPSIjNDA4MDgwIj4NCjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxm b250IHNpemU9KzM+VkVSVEVYIExBU0VSIEFORCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9iPg0KPGJy PjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSszPkNPUElFUiBTVVBQTElFUzwv Zm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPg0KDQo8YnI+ Jm5ic3A7DQo8Y2VudGVyPg0KPHA+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+ VEFLRSBBRFZBTlRBR0UgT0YgVEhFIFNBVklOR1MgV0hJTEUNClRIRVkgTEFTVCEhITwvZm9udD48 L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+V0UgQVJFIFJF RFVDSU5HIE9VUiBJTlZFTlRPUlkgRk9SPC9mb250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0i IzAwMDAwMCI+PGZvbnQgc2l6ZT0rMj5USEUgU1VNTUVSIE9GIDIwMDIgT04gT1VSIExBU0VSPC9m b250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMj5QUklO VEVSIEFORCBDT1BJRVIgU1VQUExJRVM8L2ZvbnQ+PC9mb250Pg0KPGJyPiZuYnNwOw0KPHA+PGZv bnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzI+Jm5ic3A7T1JERVIgQlkgUEhPTkU6IDEt ODg4LTI4OC05MDQzPC9mb250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZv bnQgc2l6ZT0rMj5PUkRFUiBCWSBGQVg6IDEtODg4LTk3Ny0xNTc3PC9mb250PjwvZm9udD4NCjxw PjxiPjxmb250IGNvbG9yPSIjMDAwMEEwIj48Zm9udCBzaXplPSsyPioqKkVNQUlMIFJFTU9WQUwg TElORTogMS04ODgtMjQ4LTQ5MzAqKio8L2ZvbnQ+PC9mb250PjwvYj4NCjxwPiZuYnNwO09SREVS IEJZIFBBR0UgTlVNQkVSIEFORC9PUiBJVEVNIE5VTUJFUg0KPGJyPiZuYnNwOw0KPGJyPiZuYnNw Ow0KPHA+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+ Jm5ic3A7IDwvZm9udD48dT48Zm9udCBmYWNlPSJBcmlhbCxIZWx2ZXRpY2EiPjxmb250IA0KY29s b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzI+Rm9yDQpIZXdsZXR0IFBhY2thcmQgUHJpbnRlcnM6 PGk+IDwvaT4oUGFnZSAyKTwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4NCg0KPHA+ PGJyPg0KPGNlbnRlcj48dGFibGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTAlIiBCR0NP TE9SPSIjRkZGRkNDIiA+DQo8dHIgQkdDT0xPUj0iIzQwODA4MCI+DQo8dGQgQkdDT0xPUj0iIzQw ODA4MCI+DQo8Y2VudGVyPjxiPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPklU RU08L2ZvbnQ+PC9mb250PjwvYj48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZCBCR0NPTE9SPSIjNDA4 MDgwIj4NCjxjZW50ZXI+PGZvbnQgc2l6ZT0rMT4mbmJzcDs8Yj48Zm9udCBjb2xvcj0iI0ZGRkZG RiI+REVTQ1JJUFRJT048L2ZvbnQ+PC9iPjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N CjxjZW50ZXI+PGI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+TUZHICM8L2Zv bnQ+PC9mb250PjwvYj48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGI+PGZvbnQg Y29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+UFJJQ0U8L2ZvbnQ+PC9mb250PjwvYj48L2Nl bnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgQkdDT0xPUj0iI0ZGRkZDQyI+DQo8Y2Vu dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzE8L2ZvbnQ+PC9m b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5 OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgNEwsIDRQJm5ic3A7PC9mb250PjwvZm9u dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki Pjxmb250IHNpemU9KzE+Jm5ic3A7OTIyNzRBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+ DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDQ0 PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgQkdDT0xP Uj0iI0ZGRkZDQyI+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx Pkl0ZW0gIzI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48 Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBTZXJpZXMgMTEwMCwz MjAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7QzQwOTI8L2ZvbnQ+PC9mb250Pjwv Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv bnQgc2l6ZT0rMT4mbmJzcDskNDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+ DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9 KzE+SXRlbSAjMzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmll cyZuYnNwOw0KMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyA5MjI5NUE8L2ZvbnQ+ PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsgJDQ5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48 Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIyA0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+ DQoNCjx0ZCBXSURUSD0iNzAlIj4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250 IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzJm5ic3A7DQoyUDwvZm9udD48L2ZvbnQ+PC9j ZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9u dCBzaXplPSsxPiZuYnNwOzkyMjc1QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8 dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyAk NTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxj ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAjNTwv Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNlcmllcyA1UCw2UCwNCjVN UCwgNk1QPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7MzYwM0E8L2ZvbnQ+PC9mb250 PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+ PGZvbnQgc2l6ZT0rMT4mbmJzcDskNDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwv dHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp emU9KzE+SXRlbSAjNjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0xhc2VyamV0IFNl cmllcyA1U0ksODAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM5MDlBPC9mb250 PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMw MDAwOTkiPjxmb250IHNpemU9KzE+JDk1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8 L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz aXplPSsxPiZuYnNwO0l0ZW0gIzcmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJz cDtMYXNlcmpldCBTZXJpZXMgMjEwMCwNCjIyMDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVy Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6 ZT0rMT4mbmJzcDtDNDA5NjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8 Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyQ3NDwvZm9u dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48 Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICM4PC9mb250Pjwv Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7TGFzZXJqZXQgU2VyaWVzIDgxMDA8L2ZvbnQ+PC9mb250 PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+ PGZvbnQgc2l6ZT0rMT4mbmJzcDtDNDE4MjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNw OyQxMTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4N CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7SXRlbSAj OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNlcmllcyA1TC82TDwvZm9udD48 L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw MDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOzM5MDZBPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+ Jm5ic3A7JDM5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8 dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0 ZW0gIzEwJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50 ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJqZXQgU2VyaWVzJm5i c3A7IDRWPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZv bnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+QzM5MDAmbmJzcDs8L2ZvbnQ+PC9mb250 PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+ PGZvbnQgc2l6ZT0rMT4mbmJzcDskOTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwv dHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp emU9KzE+Jm5ic3A7SXRlbSAjMTE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmpldCBT ZXJpZXMgNDAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTI3WDwvZm9udD48L2ZvbnQ+ PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48 Zm9udCBzaXplPSsxPiZuYnNwOyQ3OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90 cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6 ZT0rMT4mbmJzcDtJdGVtICMxMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+ DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyamV0IFNl cmllcyAzU0kvNFNJPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50 ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7OTIyOTFBJm5ic3A7 PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDU0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48 Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzEzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+ DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFz ZXJqZXQgU2VyaWVzIDQsNE0sNSw1TSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPjky Mjk4QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250 IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ0OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+ DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5 OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxM0E8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r MT5MYXNlcmpldCBTZXJpZXMgNTAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8 dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTI5WDwv Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMjU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90 ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm b250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTNCPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+ DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFz ZXJqZXQgU2VyaWVzIDEyMDAsIDMzMDANCnNlcmllczwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8 L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx PkM3MTE1QTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50 ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAw MDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxM0M8L2ZvbnQ+PC9mb250PjwvY2VudGVy Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6 ZT0rMT5MYXNlcmpldCBTZXJpZXMgNDEwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM4MDYx WDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNv bG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ5OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8 L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+ PGZvbnQgc2l6ZT0rMT4mbmJzcDtJdGVtICMxODwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3Rk Pg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxh c2VyamV0IFNlcmllcyZuYnNwOyAzMTAwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+MzkwNkE8 L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMzk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90 ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm b250IHNpemU9KzE+Jm5ic3A7SXRlbSAjMTk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNl cmpldCBTZXJpZXMgNDUwMCBCbGFjazwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8 dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkM0MTkxJm5i c3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDY5PC9mb250PjwvZm9udD48L2NlbnRlcj4N CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5 Ij48Zm9udCBzaXplPSsxPiZuYnNwO0l0ZW0gIzIwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+ TGFzZXJqZXQgU2VyaWVzIDQ1MDAgQ29sb3I8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5DQUxM PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv dGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4NCg0KPGNlbnRlcj48cHJlPjx1Pjxmb250IGZh Y2U9IkFyaWFsLEhlbHZldGljYSI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzM+ Rm9yIEhld2xldHQgUGFja2FuZCBDYW5ub24gRmF4IA0KPGk+KG9uIFBhZ2UgMjxiPik8L2I+PC9p PjwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L3ByZT48L2NlbnRlcj4NCg0KPGNlbnRlcj48dGFi bGUgQk9SREVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTAlIiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8 dHIgQUxJR049Q0VOVEVSIEJHQ09MT1I9IiM0MDgwODAiPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj b2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5JVEVNPC9mb250PjwvZm9udD48L2NlbnRlcj4N CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9 KzE+REVTQ1JJUFRJT048L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl bnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5NRkcgIzwvZm9udD48L2Zv bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZG Ij48Zm9udCBzaXplPSsxPlBSSUNFPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3Ry Pg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl PSsxPkl0ZW0gIyAxNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxlc2VyZmF4IDUwMCwgNzAw PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+RlgxPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+ JDU5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8 Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkl0ZW0gIyAxNTwvZm9u dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj MDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyZmF4IDUwMDAsIDcwMDA8L2ZvbnQ+PC9mb250Pjwv Y2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv bnQgc2l6ZT0rMT5GWDI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNl bnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNjQ8L2ZvbnQ+PC9mb250 PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29s b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjIDE2PC9mb250PjwvZm9udD48L2NlbnRl cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp emU9KzE+TGFzZXJmYXggNjAwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+ DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkZYMzwvZm9udD48 L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw MDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90 cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6 ZT0rMT5JdGVtICMxNzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyZmF4IDg1MDAsIDkw MDA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5GWDQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r MT4kNTQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4N CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMTg8L2Zv bnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5MYXNlcmZheCAzMjAwPC9mb250PjwvZm9udD48L2NlbnRl cj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNp emU9KzE+MzkwNkE8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNDQ8L2ZvbnQ+PC9mb250Pjwv Y2VudGVyPg0KPC90ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPg0KPHA+ PHU+PGZvbnQgZmFjZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZv bnQgc2l6ZT0rMj5Gb3INCkxleG1hcmsgLyBJQk0gTWFjaGluZXM6PGk+IChvbiBQYWdlIDMpPC9p PjwvZm9udD48L2ZvbnQ+PC9mb250PjwvdT48L2NlbnRlcj4NCg0KPGNlbnRlcj48dGFibGUgQk9S REVSIFdJRFRIPSI4MCUiIEhFSUdIVD0iMTklIiBCR0NPTE9SPSIjRkZGRkNDIiA+DQo8dHIgQkdD T0xPUj0iIzQwODA4MCI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Yj48 Zm9udCBmYWNlPSJCb29rbWFuIE9sZCBTdHlsZSI+Jm5ic3A7PC9mb250PjwvYj48Zm9udCANCnNp emU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy Pjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsxPkRFU0NSSVBUSU9OPC9mb250Pjwv Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZG RkYiPjxmb250IHNpemU9KzE+TUZHICM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwv Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRl cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMxPC9mb250PjwvZm9u dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki Pjxmb250IHNpemU9KzE+SUJNIDQwMTkvNDAyOSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+ DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXpl PSsxPjEzODAyMDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K PGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kOTU8L2ZvbnQ+PC9m b250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQg Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMjwvZm9udD48L2ZvbnQ+PC9jZW50 ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz aXplPSsxPk9wdHJhIFIsNDAzOSwgNDA0OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPjEzODIx NTA8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBj b2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTE3PC9mb250PjwvZm9udD48L2NlbnRlcj4N CjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5 Ij48Zm9udCBzaXplPSsxPkl0ZW0gIzM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0K PHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5PcHRyYSBF MzEwLCBFMzEyPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+ PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+Jm5ic3A7MTJBMjIwMjwvZm9udD48 L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAw MDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90 cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6 ZT0rMT5JdGVtICM0PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50 ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+T3B0cmEgRTwvZm9udD48L2Zv bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5 Ij48Zm9udCBzaXplPSsxPiZuYnNwOzY5RzgyNTYmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVy Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6 ZT0rMT4kNTk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0 ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjNTwv Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk9wdHJhIFM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0K PC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0r MT4mbmJzcDsxMzgyNjI1Jm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0 ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDEzNTwvZm9u dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48 Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM2PC9mb250PjwvZm9udD48 L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm b250IHNpemU9KzE+T3B0cmEgVDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+ DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwOyAxMkE1 ODQwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDE2NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+ DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5 OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM3PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoN Cjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+T3B0cmEg RTQxMC80MTI8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48 Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJzcDsgNEswMDE5OCZuYnNwOzwv Zm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9y PSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQxMTU8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90 ZD4NCjwvdHI+DQo8L3RhYmxlPjwvY2VudGVyPg0KDQo8Y2VudGVyPg0KPHA+PHU+PGZvbnQgZmFj ZT0iQXJpYWwsSGVsdmV0aWNhIj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMj5G b3INCkFwcGxlIFByaW50ZXJzOjxpPiAob24gUGFnZSA4KTwvaT48L2ZvbnQ+PC9mb250PjwvZm9u dD48L3U+PC9jZW50ZXI+DQoNCjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iODAlIiBIRUlH SFQ9IjEwJSIgQkdDT0xPUj0iI0ZGRkZDQyIgPg0KPHRyIEFMSUdOPUxFRlQgQkdDT0xPUj0iIzQw ODA4MCI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSsx PklURU08L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9u dCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5ERVNDUklQVElPTjwvZm9udD48L2ZvbnQ+ PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48 Zm9udCBzaXplPSsxPk1GRyM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0K PGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48 L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9u dCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtJm5ic3A7ICMxPC9mb250PjwvZm9u dD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTki Pjxmb250IHNpemU9KzE+UGVyc29uYWwgTGFzZXJXcml0ZXI8L2ZvbnQ+PC9mb250PjwvY2VudGVy Pg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6 ZT0rMT5NMDA4OUxMQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1NDwvZm9udD48L2ZvbnQ+ PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMyPC9mb250PjwvZm9udD48L2NlbnRlcj4N CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9 KzE+TGFzZXJXcml0ZXIgMzAwUFgvIDMyMC00TCwrNE1MPC9mb250PjwvZm9udD48L2NlbnRlcj4N CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9 KzE+TTIwNDVHQTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1NDwvZm9udD48L2ZvbnQ+PC9j ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+ TGFzZXJXcml0ZXIgU2VsZWN0IDM2MDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8 dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk0xOTYwR0E8 L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kNzQ8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90 ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm b250IHNpemU9KzE+SXRlbSAjNDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+ DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyV3JpdGVy IDE2LyA2MDAgUHJvJm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4N CjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TTI0NzNHQTwvZm9u dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj MDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ1OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K PC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg c2l6ZT0rMT5JdGVtICM1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj ZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+TGFzZXJXcml0ZXIgMTIv IDY0MCBQUzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxm b250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPk00NjgzR0EmbmJzcDs8L2ZvbnQ+PC9m b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5 OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCjwvdHI+ DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9 KzE+SXRlbSAjNjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPkxhc2VyIFdyaXRlciBOVC8yTlQ8 L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5NNDUzMkdBPC9mb250PjwvZm9udD48L2NlbnRlcj4N CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9 KzE+JDQ5PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2Nl bnRlcj4NCg0KPGNlbnRlcj4NCjxwPjxmb250IGZhY2U9IkFyaWFsLEhlbHZldGljYSI+Jm5ic3A7 PHU+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzI+Rm9yDQpDYW5ub24gQ29waWVy czogKFBhZ2UgMTApPC9mb250PjwvZm9udD48L3U+PC9mb250PjwvY2VudGVyPg0KDQo8cD48YnI+ DQo8Y2VudGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIxMCUiIEJHQ09MT1I9 IiNGRkZGQ0MiID4NCjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQg Y29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+ DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXpl PSsxPkRFU0NSSVBUSU9OPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxj ZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+TUZHICM8L2ZvbnQ+PC9m b250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iI0ZGRkZG RiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90 cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6 ZT0rMT5JdGVtICMgMTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2Vu dGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlBDIDYvIDZSRS8gNy8gOC8g MTEvIDEyLyA2NTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVy Pjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiZuYnNwO0EzMCZuYnNwOzwvZm9u dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIj MDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ2OTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0K PC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQg c2l6ZT0rMT5JdGVtICMgMjwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8 Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlBDIDMwMC8zMjAvMzQw LzM2MCZuYnNwOyBBbGwNCjMwMCBTZXJpZXM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4mbmJz cDtFNDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRl cj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kODk8L2ZvbnQ+PC9mb250Pjwv Y2VudGVyPg0KPC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9 IiMwMDAwOTkiPjxmb250IHNpemU9KzE+SXRlbSAjMzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8 L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx PlBDIDcwMC83MjAvNzYwJm5ic3A7IEFsbCA3MDANClNlcmllczwvZm9udD48L2ZvbnQ+PC9jZW50 ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBz aXplPSsxPiZuYnNwO0U0MCZuYnNwOzwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8 dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPiQ4OTwvZm9u dD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48 Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICM0PC9mb250PjwvZm9udD48 L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxm b250IHNpemU9KzE+UEMgOTAwLzkxMC85MjAmbmJzcDsgQWxsIDkwMA0KU2VyaWVzPC9mb250Pjwv Zm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAw OTkiPjxmb250IHNpemU9KzE+Jm5ic3A7RTQwPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+ DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDg5 PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4N Cg0KPGNlbnRlcj4NCjxwPjx1Pjxmb250IGZhY2U9IkFyaWFsLEhlbHZldGljYSI+PGZvbnQgY29s b3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzI+Rm9yDQpFcHNvbiBhbmQgUGFuYXNvbmljIFByaW50 ZXJzOihvbiBQYWdlcyA0ICZhbXA7IDcpPC9mb250PjwvZm9udD48L2ZvbnQ+PC91PjwvY2VudGVy Pg0KDQo8cD48YnI+DQo8Y2VudGVyPjx0YWJsZSBCT1JERVIgV0lEVEg9IjgwJSIgSEVJR0hUPSIx MCUiIEJHQ09MT1I9IiNGRkZGQ0MiID4NCjx0ciBCR0NPTE9SPSIjNDA4MDgwIj4NCjx0ZD4NCjxj ZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzE+SVRFTTwvZm9udD48L2Zv bnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IHNpemU9KzE+Jm5ic3A7 PGZvbnQgY29sb3I9IiNGRkZGRkYiPkRFU0NSSVBUSU9OPC9mb250PjwvZm9udD48L2NlbnRlcj4N CjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9 KzE+TUZHICM8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48 Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0rMT5QUklDRTwvZm9udD48L2ZvbnQ+PC9j ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMgMTwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8 L3RkPg0KDQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsx PkVwc29uIDEwMDAvMTUwMDwvZm9udD48L2ZvbnQ+PC9jZW50ZXI+DQo8L3RkPg0KDQo8dGQ+DQo8 Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48Zm9udCBzaXplPSsxPlMwNTEwMTEmbmJzcDs8 L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xv cj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTA1PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv dGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+DQo8Y2VudGVyPjxmb250IGNvbG9yPSIjMDAwMDk5Ij48 Zm9udCBzaXplPSsxPkl0ZW0gIzImbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4N Cg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5FcHNv biBFUEw3MDAwLzgwMDAmbmJzcDs8L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRk Pg0KPGNlbnRlcj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5TMDUxMjAwJm5i c3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQg Y29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+JDEwNSZuYnNwOzwvZm9udD48L2ZvbnQ+PC9j ZW50ZXI+DQo8L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPg0KPGNlbnRlcj48Zm9udCBjb2xvcj0i IzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT5JdGVtICMzPC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwv dGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+ UGFuYXNvbmljIDkwLzk1Jm5ic3A7PC9mb250PjwvZm9udD48L2NlbnRlcj4NCjwvdGQ+DQoNCjx0 ZD4NCjxjZW50ZXI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPjxmb250IHNpemU9KzE+LS0tLS0tLS0t LS0tLS0tLT48L2ZvbnQ+PC9mb250PjwvY2VudGVyPg0KPC90ZD4NCg0KPHRkPg0KPGNlbnRlcj48 Zm9udCBjb2xvcj0iIzAwMDA5OSI+PGZvbnQgc2l6ZT0rMT4kMTA1PC9mb250PjwvZm9udD48L2Nl bnRlcj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4NCg0KPGNlbnRlcj4NCjxwPjx1 Pjxmb250IHNpemU9KzM+U29ycnksPC9mb250PjwvdT48Zm9udCBzaXplPSsyPiZuYnNwOyBTdGls bCBubyBJbmtqZXRzLA0KYnViYmxlIGpldHMgb3IgWGVyb3ggaW4gc3RvY2s8L2ZvbnQ+DQo8YnI+ Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8YnI+Jm5ic3A7DQo8cD48dT48Yj5ESVNDTEFJTUVSUzwvYj46 PC91Pg0KPHA+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IEFsbCB0cmFkZW1hcmtzLCBicmFuZCBu YW1lcyBhbmQgZGlhZ3JhbXMgbGlzdGVkDQpvciBzaG93biBhYm92ZQ0KPGJyPmFyZSBwcm9wZXJ0 eSBvZiB0aGVpciByZXNwZWN0aXZlIGhvbGRlcnMmbmJzcDsmbmJzcDsgYW5kIHVzZWQgZm9yIGRl c2NyaXB0aXZlDQpwdXJwb3NlcyBvbmx5DQo8YnI+LldlIGRvIG5vdCBjYXJyeSBhbnkgSFAgT0VN Jm5ic3A7IFByb2R1Y3RzLg0KPHA+PGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+PHU+Tk9URVM8 L3U+OjwvZm9udD4NCjxwPlVuaXZlcnNpdHkgYW5kIFNjaG9vbCBQdXJjaGFzZSBvcmRlcnMgd2Vs Y29tZS4gKE5vIENyZWRpdCBhcHByb3ZhbCByZXF1aXJlZC4NCkFsbCBvdGhlciBQdXJjaGFzZQ0K PGJyPiZuYnNwOyZuYnNwOyZuYnNwOyBvcmRlcnMgcmVxdWlyZSBjcmVkaXQgYXBwcm92YWwNCjxi cj4mbmJzcDtQYXkgYnkgY2hlY2sgKEMuTy5ELiksIENyZWRpdCBjYXJkIG9yIHB1cmNoYXNlIG9y ZGVyIChOZXQgMzANCkRheXMpDQo8YnI+U2hpcHBpbmcgY2hhcmdlcyBzdGFydCBhdCAkNC41IHBl ciBjYXJ0cmlkZ2UuIEFkZCAkMS41IGZvciBlYWNoIGFkZGl0aW9uYWwNCmNhcnRyaWRnZS4gQ2Fy dHJpZGdlcw0KPGJyPiZuYnNwOyZuYnNwOyZuYnNwOyBkZWxpdmVyZWQgYnkgRmVkZXJhbCBFeHBy ZXNzIHdpdGhpbiAyIHRvIDUgd29ya2luZw0KZGF5cyBkZXBlbmRpbmcgb24geW91ciBsb2NhdGlv bi4NCjxicj5TaGlwcGluZyBhbmQgYmlsbGluZyBhZGRyZXNzZXMgYXJlIHJlcXVpcmVkIGZvciBQ dXJjaGFzZSBPcmRlciB0cmFuc2FjdGlvbnMuDQpZb3VyIGludm9pY2Ugd2lsbA0KPGJyPiZuYnNw OyZuYnNwOyZuYnNwOyBiZSBhdHRhY2hlZCB0byB5b3VyIHBhY2thZ2luZy4gUGxlYXNlIHBlYWwg YW5kIHBheQ0Kd2l0aGluIDMwIGRheXMuDQo8YnI+MzAgZGF5IHN0YW5kYXJkIHJldHVybiBwb2xp Y3kgKG1vbmV5IGJhY2sgZ3VhcmFudGVlKSBvbiBhbGwgbWVyY2hhbmRpc2UuDQo5MCBkYXkgdW5s aW1pdGVkIGV4Y2hhbmdlIHBvbGljeQ0KPGJyPiZuYnNwOyZuYnNwOyZuYnNwOyBmb3IgZGVmZWN0 aXZlIG1lcmNoYW5kaXNlPGZvbnQgZmFjZT0iQ29taWMgU2FucyBNUyI+LjwvZm9udD4NCjxwPjxi Pjx1PkVYQ0xVU0lPTlM6PC91PjwvYj4NCjxwPjx1PldlIGRvIG5vdCBjYXJyeTo8L3U+DQo8cD4m bmJzcDsmbmJzcDsmbmJzcDsgLSBYZXJveCwgQnJvdGhlciwgUGFuYXNvbmljLCBvciBGdWppdHN1 IFByb2R1Y3RzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IC0gRGVza2pldC9JbmtqZXQgb3IgQnVi YmxlamV0IHByb2R1Y3RzDQo8YnI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IC1BbnkgT2ZmYnJh bmRzIGJlc2lkZXMgdGhlIG9uZXMgbGlzdGVkIGFib3ZlLg0KQWxsIGNhcnRyaWRnZXMNCjxicj4m bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgYXJl IGNvbXBhdGlibGUNCmhpZ2ggeWllbGQgcHJvZHVjDQo8YnI+PGZvbnQgZmFjZT0iQnJ1c2hTY3Jp cHQgQlQiPjxmb250IGNvbG9yPSIjRkY2NjY2Ij48Zm9udCBzaXplPSs0PjwvZm9udD48L2ZvbnQ+ PC9mb250PiZuYnNwOzxmb250IA0KZmFjZT0iQnJ1c2hTY3JpcHQgQlQiPjxmb250IGNvbG9yPSIj RkY2NjY2Ij48Zm9udCBzaXplPSs0PjwvZm9udD48L2ZvbnQ+PC9mb250Pg0KPHA+PGZvbnQgZmFj ZT0iQnJ1c2hTY3JpcHQgQlQiPjxmb250IGNvbG9yPSIjRkY2NjY2Ij48Zm9udCBzaXplPSs0Pkhh dmUNCmEgZ3JlYXQgZGF5ISE8L2ZvbnQ+PC9mb250PjwvZm9udD48L2NlbnRlcj4NCg0KPHA+PGJy Pg0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZu YnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJy PiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0K PGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNw Ow0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZu YnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJy PiZuYnNwOw0KPGJyPiZuYnNwOw0KPGJyPiZuYnNwOw0KPGRsPg0KPGR0Pg0KPC9kdD4NCjwvZGw+ DQoNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4m bmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxicj4mbmJzcDsNCjxi cj4mbmJzcDsNCjwvYm9keT4NCjwvaHRtbD4NCg== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 2:27:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0321E37B66F; Wed, 31 Jul 2002 02:27:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8459F43E3B; Wed, 31 Jul 2002 02:27:02 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V9R2JU095058; Wed, 31 Jul 2002 02:27:02 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V9R2cV095054; Wed, 31 Jul 2002 02:27:02 -0700 (PDT) Date: Wed, 31 Jul 2002 02:27:02 -0700 (PDT) From: Patrick Li Message-Id: <200207310927.g6V9R2cV095054@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, adrian@FreeBSD.org Subject: Re: ports/41195: Update port: www/squid24 - add a master site Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: www/squid24 - add a master site Responsible-Changed-From-To: freebsd-ports->adrian Responsible-Changed-By: pat Responsible-Changed-When: Wed Jul 31 02:26:41 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41195 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 2:36:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D71D37B400; Wed, 31 Jul 2002 02:36:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B7943E65; Wed, 31 Jul 2002 02:36:26 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V9aPJU096102; Wed, 31 Jul 2002 02:36:25 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V9aPS1096098; Wed, 31 Jul 2002 02:36:25 -0700 (PDT) Date: Wed, 31 Jul 2002 02:36:25 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200207310936.g6V9aPS1096098@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41172: Update port: math/cln to 1.1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: math/cln to 1.1.5 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed Jul 31 02:36:16 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=41172 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 2:41:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE7A37B427; Wed, 31 Jul 2002 02:41:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDAF443E5E; Wed, 31 Jul 2002 02:41:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V9f9JU096677; Wed, 31 Jul 2002 02:41:09 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V9f9hT096673; Wed, 31 Jul 2002 02:41:09 -0700 (PDT) Date: Wed, 31 Jul 2002 02:41:09 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200207310941.g6V9f9hT096673@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41173: Update port: misc/gretl to 0.998a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: misc/gretl to 0.998a State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed Jul 31 02:40:58 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=41173 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 2:46: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14DEC37B493; Wed, 31 Jul 2002 02:45:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC1843E3B; Wed, 31 Jul 2002 02:45:52 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V9jqJU097348; Wed, 31 Jul 2002 02:45:52 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V9jqjE097344; Wed, 31 Jul 2002 02:45:52 -0700 (PDT) Date: Wed, 31 Jul 2002 02:45:52 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200207310945.g6V9jqjE097344@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41177: Update port: textproc/mifluz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: textproc/mifluz State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed Jul 31 02:45:44 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=41177 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 2:48:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B51F37B4AA; Wed, 31 Jul 2002 02:48:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1947343E6A; Wed, 31 Jul 2002 02:48:35 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V9mYJU097630; Wed, 31 Jul 2002 02:48:34 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V9mYw3097626; Wed, 31 Jul 2002 02:48:34 -0700 (PDT) Date: Wed, 31 Jul 2002 02:48:34 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200207310948.g6V9mYw3097626@freefall.freebsd.org> To: ahze@rgv.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41191: lang/pnet port upgrade. 0.4.0 -> 0.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: lang/pnet port upgrade. 0.4.0 -> 0.4.2 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed Jul 31 02:48:26 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=41191 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 2:49:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E067937B400; Wed, 31 Jul 2002 02:49:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9260243E42; Wed, 31 Jul 2002 02:49:25 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6V9nPJU097758; Wed, 31 Jul 2002 02:49:25 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6V9nPAV097754; Wed, 31 Jul 2002 02:49:25 -0700 (PDT) Date: Wed, 31 Jul 2002 02:49:25 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200207310949.g6V9nPAV097754@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/41197: newsfetch fails to fetch any news on certain news servers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: newsfetch fails to fetch any news on certain news servers Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: ijliao Responsible-Changed-When: Wed Jul 31 02:49:13 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41197 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 3:56:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D50737B400; Wed, 31 Jul 2002 03:56:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 031C243E3B; Wed, 31 Jul 2002 03:56:12 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VAuBJU009121; Wed, 31 Jul 2002 03:56:11 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VAuBOh009117; Wed, 31 Jul 2002 03:56:11 -0700 (PDT) Date: Wed, 31 Jul 2002 03:56:11 -0700 (PDT) From: Dag-Erling Smorgrav Message-Id: <200207311056.g6VAuBOh009117@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-ports@FreeBSD.org, des@FreeBSD.org Subject: Re: ports/39777: New port: security/libsectok Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: security/libsectok Responsible-Changed-From-To: freebsd-ports->des Responsible-Changed-By: des Responsible-Changed-When: Wed Jul 31 03:56:10 PDT 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=39777 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 3:56:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4826737B400; Wed, 31 Jul 2002 03:56:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EECCF43E31; Wed, 31 Jul 2002 03:56:17 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VAuGJU009166; Wed, 31 Jul 2002 03:56:17 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VAuG5G009162; Wed, 31 Jul 2002 03:56:16 -0700 (PDT) Date: Wed, 31 Jul 2002 03:56:16 -0700 (PDT) From: Dag-Erling Smorgrav Message-Id: <200207311056.g6VAuG5G009162@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-ports@FreeBSD.org, des@FreeBSD.org Subject: Re: ports/39778: New port: security/sectok Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: security/sectok Responsible-Changed-From-To: freebsd-ports->des Responsible-Changed-By: des Responsible-Changed-When: Wed Jul 31 03:56:16 PDT 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=39778 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 4:20:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BECD37B401 for ; Wed, 31 Jul 2002 04:20:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFC8343E65 for ; Wed, 31 Jul 2002 04:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VBK5JU019059 for ; Wed, 31 Jul 2002 04:20:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VBK5m0019058; Wed, 31 Jul 2002 04:20:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F94D37B400 for ; Wed, 31 Jul 2002 04:17:04 -0700 (PDT) Received: from crucible.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 453F943E3B for ; Wed, 31 Jul 2002 04:17:03 -0700 (PDT) (envelope-from mdouhan@wizzy.ath.cx) Received: from amavis by crucible.athame.co.uk with scanned-ok (Exim 3.33 #1) id 17ZgHm-0002Ev-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 31 Jul 2002 02:20:14 +0300 Received: from [195.163.16.144] (helo=spawn.internal.hasta.se) by crucible.athame.co.uk with esmtp (Exim 3.33 #1) id 17Zfhj-0001OH-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 31 Jul 2002 01:42:59 +0300 Received: from spawn.internal.hasta.se (localhost [127.0.0.1]) by spawn.internal.hasta.se (8.12.5/8.12.5) with ESMTP id g6UMgcqc000344 for ; Wed, 31 Jul 2002 00:42:38 +0200 (CEST) (envelope-from mdouhan@spawn.internal.hasta.se) Received: (from mdouhan@localhost) by spawn.internal.hasta.se (8.12.5/8.12.5/Submit) id g6UMgcIP000343; Wed, 31 Jul 2002 00:42:38 +0200 (CEST) Message-Id: <200207302242.g6UMgcIP000343@spawn.internal.hasta.se> Date: Wed, 31 Jul 2002 00:42:38 +0200 (CEST) From: Matt.Douhan.matt@athame.co.uk Reply-To: Matt.Douhan.matt@athame.co.uk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41198: updated port net/krdesktop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41198 >Category: ports >Synopsis: updated port net/krdesktop >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 04:20:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Matt Douhan >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD spawn.internal.hasta.se 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Jul 12 12:52:23 CEST 2002 root@spawn.internal.hasta.se:/usr/obj/usr/src/sys/DEVIL i386 >Description: updated port net/krdesktop from 1.3 to 1.4, this enables support for German KB and screen geometry to be chosen at startup >How-To-Repeat: >Fix: ? krdesktop.diff Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/krdesktop/Makefile,v retrieving revision 1.4 diff -r1.4 Makefile 8c8 < PORTVERSION= 1.3 --- > PORTVERSION= 1.4 Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/net/krdesktop/distinfo,v retrieving revision 1.4 diff -r1.4 distinfo 1c1 < MD5 (KRdesktop-1.3.tar.gz) = c524f0e4421b5276ef1b513105836bdc --- > MD5 (KRdesktop-1.4.tar.gz) = f246377a65f6e484da7d5753e7da79d0 >Release-Note: >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 Jul 31 4:20:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B039D37B400 for ; Wed, 31 Jul 2002 04:20:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3711243E6E for ; Wed, 31 Jul 2002 04:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VBK6JU019072 for ; Wed, 31 Jul 2002 04:20:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VBK6Dh019071; Wed, 31 Jul 2002 04:20:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A2C37B400 for ; Wed, 31 Jul 2002 04:17:04 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F303343E5E for ; Wed, 31 Jul 2002 04:17:03 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VBH3OT036494 for ; Wed, 31 Jul 2002 04:17:03 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6VBH3CY036493; Wed, 31 Jul 2002 04:17:03 -0700 (PDT) Message-Id: <200207311117.g6VBH3CY036493@www.freebsd.org> Date: Wed, 31 Jul 2002 04:17:03 -0700 (PDT) From: Shen Zhijian To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41199: KDE failed after installing kde-studio 2.0.0 package. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41199 >Category: ports >Synopsis: KDE failed after installing kde-studio 2.0.0 package. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 04:20:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Shen Zhijian >Release: 4.6 >Organization: student >Environment: FreeBSD 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Sat Jul 13 22:46:43 NZST 2002 root@:/usr/src/sys/compile/SOUNDKERN i386 >Description: I have FreeBSD release 4.6 working in my PC. The KDE (3.0.1 ? I forgot the exact version) coming with this release works well. But after I install the kde-studio 2.0.0 package, the disaster occurs. I cannot start kde again. The X window seems still working. The symptom now is like this: After type #startx The X window occurs with white screen, and give a message "Couldn't start ksmserver. Check your installation." The only action I can choose is a button . Then I press the button. Then return to the console (command prompt screen). # So I think it may be because of the installation of kde-studio 2.0.0 package. For some files do not come from the FreeBSD release 4.6 CD. These files are downloaded by myself. They may have some overwriting or conflict with the KDE. These files are: fam-2.6.8.tgz, freetype2-2.1.1.tgz, kdelibs-2.2.2_3.tgz, kdestudio-2.0.0.tgz, libiconv-1.8.tgz, libxml2-2.4.22_1.tgz, libxslt-1.0.18.tgz, Mesa-3.4.2_2.tgz, png-1.2.3.tgz, qt-2.3.1_2.tgz. #uname -a FreeBSD 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Sat Jul 13 22:46:43 NZST 2002 root@:/usr/src/sys/compile/SOUNDKERN i386 # How can I solve this problem? I want my kde to come back working. I have so much things need to use it. And a re-installation of FreeBSD system is too too troublesoum, because I have lots of additional software and works files installed in the system. Could you please give me help? >How-To-Repeat: Install kde-studio 2.0.0 package, with other needed packages in FreeBSD 4.6 release system, running kde 3.0.1. The file for installing kde-studio 2.0.0 are: fam-2.6.8.tgz, freetype2-2.1.1.tgz, kdelibs-2.2.2_3.tgz, kdestudio-2.0.0.tgz, libiconv-1.8.tgz, libxml2-2.4.22_1.tgz, libxslt-1.0.18.tgz, Mesa-3.4.2_2.tgz, png-1.2.3.tgz, qt-2.3.1_2.tgz. >Fix: I do not know. >Release-Note: >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 Jul 31 4:40:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6350B37B401 for ; Wed, 31 Jul 2002 04:40:48 -0700 (PDT) Received: from gate.bulinfo.net (gate.bulinfo.net [212.72.195.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 7931E43E4A for ; Wed, 31 Jul 2002 04:40:46 -0700 (PDT) (envelope-from krassi@bulinfo.net) Received: (qmail 89923 invoked from network); 31 Jul 2002 11:40:42 -0000 Received: from pythia.bulinfo.net (HELO bulinfo.net) (212.72.195.5) by gate.bulinfo.net with SMTP; 31 Jul 2002 11:40:41 -0000 Message-ID: <3D47CC95.E53B1E9B@bulinfo.net> Date: Wed, 31 Jul 2002 14:40:05 +0300 From: Krassimir Slavchev Organization: Bulinfo Ltd. X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.2.13 i686) X-Accept-Language: bg, en MIME-Version: 1.0 To: ache@freebsd.org Cc: ports@freebsd.org Subject: FreeBSD Port: apache-1.3.26_3 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have question about apache13 port under FreeBSD-4.6-STABLE. I can not get MaxRequestsPerChild work with values different from 0 (unlimited requests per child). I want to set max requests to 500 or 1000. I am tested the same version of apache with identical http.conf file on Linux Slackware and work perfect. Any ideas? Thanks in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 6:40: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D75D37B400 for ; Wed, 31 Jul 2002 06:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1B243E31 for ; Wed, 31 Jul 2002 06:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VDe4JU049914 for ; Wed, 31 Jul 2002 06:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VDe4WP049913; Wed, 31 Jul 2002 06:40:04 -0700 (PDT) Date: Wed, 31 Jul 2002 06:40:04 -0700 (PDT) Message-Id: <200207311340.g6VDe4WP049913@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/41199: KDE failed after installing kde-studio 2.0.0 package. Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41199; it has been noted by GNATS. From: Pete Fritchman To: Shen Zhijian Cc: freebsd-gnats-submit@FreeBSD.org, kde@freebsd.org Subject: Re: ports/41199: KDE failed after installing kde-studio 2.0.0 package. Date: Wed, 31 Jul 2002 07:33:27 -0600 | The file for installing kde-studio 2.0.0 are: | kdelibs-2.2.2_3.tgz, | qt-2.3.1_2.tgz. ^^^^^^^^^^^^^^^^^^^ KDE3 and QT3 can not coexist with KDE2 and QT2. You need to pick one and use that. For now, kde-studio only appears to work with KDE2. Perhaps you can find an updated version and update the port for KDE3? --pete -- Pete Fritchman [petef@(databits.net|freebsd.org|wyom.net)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 7:20:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8AB37B401 for ; Wed, 31 Jul 2002 07:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A5F43E67 for ; Wed, 31 Jul 2002 07:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VEK3JU060327 for ; Wed, 31 Jul 2002 07:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VEK2AJ060326; Wed, 31 Jul 2002 07:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B19E237B405 for ; Wed, 31 Jul 2002 07:13:08 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E89743E67 for ; Wed, 31 Jul 2002 07:13:07 -0700 (PDT) (envelope-from lefcha@hellug.gr) Received: from linux (koza530-a089.otenet.gr [212.205.231.217]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g6VED3p6019272; Wed, 31 Jul 2002 17:13:04 +0300 (EEST) Received: from lefcha by linux with local (Exim 3.35 #1 (Debian)) id 17ZuDg-00012L-00; Wed, 31 Jul 2002 17:12:56 +0300 Message-Id: <20020731141256.GA3886@linux> Date: Wed, 31 Jul 2002 17:12:56 +0300 From: Lefteris Chatzibarbas Reply-To: Lefteris Chatzibarbas To: FreeBSD-gnats-submit@FreeBSD.org Cc: lefcha@hellug.gr Subject: ports/41203: Update port: mail/imapfilter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41203 >Category: ports >Synopsis: Update port: mail/imapfilter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 07:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Lefteris Chatzibarbas >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD bsd 4.6-RELEASE FreeBSD 4.6-RELEASE #5: Tue Jul 9 17:08:15 EEST 2002 lefcha@bsd:/usr/src/sys/compile/CUSTOM i386 >Description: Port mail/imapfilter update to version 0.8.2 >How-To-Repeat: >Fix: --- patch-0.8.2 begins here --- diff -ruN imapfilter.old/Makefile imapfilter/Makefile --- imapfilter.old/Makefile Wed Jul 31 16:34:31 2002 +++ imapfilter/Makefile Wed Jul 31 16:50:27 2002 @@ -6,7 +6,7 @@ # PORTNAME= imapfilter -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= mail MASTER_SITES= http://imapfilter.hellug.gr/source/ diff -ruN imapfilter.old/distinfo imapfilter/distinfo --- imapfilter.old/distinfo Wed Jul 31 16:34:31 2002 +++ imapfilter/distinfo Wed Jul 31 16:50:49 2002 @@ -1 +1 @@ -MD5 (imapfilter-0.8.1.tar.gz) = 50f5870ddac5c6c56ad3a288f39072a8 +MD5 (imapfilter-0.8.2.tar.gz) = 192145fa9b21d072894469c6afc33c21 --- patch-0.8.2 ends here --- >Release-Note: >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 Jul 31 7:50:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B6F137B400; Wed, 31 Jul 2002 07:50:51 -0700 (PDT) Received: from rabbit.netstyle.com.ua (rabbit.netstyle.com.ua [193.193.194.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id F10C543E3B; Wed, 31 Jul 2002 07:50:48 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (root@[195.5.51.243]) by rabbit.netstyle.com.ua (8.12.5/8.12.5) with ESMTP id g6VEo2HO003631; Wed, 31 Jul 2002 17:50:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.11.3) with ESMTP id g6VEo1Tt002184; Wed, 31 Jul 2002 17:50:01 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D47F933.31C553E8@FreeBSD.org> Date: Wed, 31 Jul 2002 17:50:27 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Will Andrews Cc: Dag-Erling Smorgrav , ports@FreeBSD.org Subject: Re: Bug in pkg_add? References: <3D47D344.8E23AECF@FreeBSD.org> <20020731130208.GH52296@squall.waterspout.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [discussion redirected to ports@, where it belongs] Will Andrews wrote: > > On Wed, Jul 31, 2002 at 03:08:36PM +0300, Maxim Sobolev wrote: > > This is the result of old aout->elf hacks still present in > > bsd.ports.mk. Just define NO_FILTER_SHLIBS=yes and you should be set. > > BTW, the better solution is to hack port to not install > > libsectok.so.3.1, which is incorrect name for elf shared library > > anyway. > > Such things are usually symlinks, not the actual shared library, > and are occasionally used for configure scripts to detect the > version installed (a valid usage IMHO). You are not quite correct. Shared libraries with embedded version number look like libfoo-X.Y.so.Z, format libfoo.so.X.Y is relict from the aout days and doesn't have any other meaningful purpose today. > I would like to do away with the silly hack to rename these files > in bsd.port.mk, because they don't actually affect operation and > quite occasionally result in broken +CONTENTS for no reason. I > encountered the same problem DES found and it took me awhile > before I could figure out exactly where things were getting changed. > > Removing symlinks for no reason breaks FreeBSD's compatibility > with the rest of the world, which installs them. I strongly disagree. Shared libraries in FreeBSD should be named libfoo.so.X, or at least libfoo-X.Y.so.Z, all other ways should be discouraged and threated as broken, no matter whether the library was installed as a part of the base system or as a part of a port. This contributes to overall OS consistency, which always was a strong selling point of FreeBSD as compared to Linux (for example) and according to my practice usually doesn't create any significant additional overhead or any compatibility problems "with the rest of the world". However, I do agree with you that probably it is a good time to say good bye to old aout hacks in bsd.port.mk, as old aout systems are unikely are able to use today's bsd.port.mk and many important ports in the tree anyway. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 8: 6: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7756137B400; Wed, 31 Jul 2002 08:06:01 -0700 (PDT) Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ADAF43E31; Wed, 31 Jul 2002 08:06:01 -0700 (PDT) (envelope-from will@csociety.org) Received: by squall.waterspout.com (Postfix, from userid 1050) id 899F99B3A; Wed, 31 Jul 2002 10:06:00 -0500 (EST) Date: Wed, 31 Jul 2002 10:06:00 -0500 From: Will Andrews To: Maxim Sobolev Cc: Will Andrews , Dag-Erling Smorgrav , ports@FreeBSD.org Subject: Re: Bug in pkg_add? Message-ID: <20020731150600.GL52296@squall.waterspout.com> Mail-Followup-To: Maxim Sobolev , Will Andrews , Dag-Erling Smorgrav , ports@FreeBSD.org References: <3D47D344.8E23AECF@FreeBSD.org> <20020731130208.GH52296@squall.waterspout.com> <3D47F933.31C553E8@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D47F933.31C553E8@FreeBSD.org> User-Agent: Mutt/1.3.26i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jul 31, 2002 at 05:50:27PM +0300, Maxim Sobolev wrote: > > Such things are usually symlinks, not the actual shared library, > > and are occasionally used for configure scripts to detect the > > version installed (a valid usage IMHO). > > You are not quite correct. Shared libraries with embedded version > number look like libfoo-X.Y.so.Z, format libfoo.so.X.Y is relict from > the aout days and doesn't have any other meaningful purpose today. No, I am correct. You are right in that it *was* used for aout library naming. However, it can be used for detecting library version numbers, and the other way you mention is perfectly valid too. And when it is installed, it is typically installed as a symlink to the actual library, which is usually marked by the major version of the library released. > > Removing symlinks for no reason breaks FreeBSD's compatibility > > with the rest of the world, which installs them. > > I strongly disagree. Shared libraries in FreeBSD should be named > libfoo.so.X, or at least libfoo-X.Y.so.Z, all other ways should be > discouraged and threated as broken, no matter whether the library was > installed as a part of the base system or as a part of a port. This > contributes to overall OS consistency, which always was a strong > selling point of FreeBSD as compared to Linux (for example) and > according to my practice usually doesn't create any significant > additional overhead or any compatibility problems "with the rest of > the world". *WHY* are they broken? What exactly breaks if we install these symlinks? It does create a significant compatibility problem if a user is unable to use FreeBSD as a development platform without needing to use ports for everything. Furthermore, exactly how does removing these symlinks make FreeBSD more consistent? FreeBSD shouldn't change the method which upstream vendors use to install their libraries, because consistency is not possible without breaking with a given two upstreams' chosen path, and changing the upstream's choice takes too long to be worth it (considering how trivial this is), or may even be impossible. Users don't give a flying rat's behind exactly how library names are marked with version numbers. It is only relevant to developers IMHO. > However, I do agree with you that probably it is a good time to say > good bye to old aout hacks in bsd.port.mk, as old aout systems are > unikely are able to use today's bsd.port.mk and many important ports > in the tree anyway. We should have axed it ages ago with the rest of the 2.x related bit rot. Hell, even 3.x support should be axed too solely based on that nobody is maintaining it and it's just cluttering up bsd.port.mk. When was the last time anyone here used a 3.x or earlier machine with the current ports tree? Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 9:20:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC3637B401 for ; Wed, 31 Jul 2002 09:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9CE43E6E for ; Wed, 31 Jul 2002 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VGK2JU095413 for ; Wed, 31 Jul 2002 09:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VGK26E095412; Wed, 31 Jul 2002 09:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF7AC37B400 for ; Wed, 31 Jul 2002 09:14:33 -0700 (PDT) Received: from btsrv1.babeltech.dk (btsrv1.babeltech.dk [194.255.106.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921AE43E5E for ; Wed, 31 Jul 2002 09:14:32 -0700 (PDT) (envelope-from simon@babeltech.dk) Message-Id: <20020731161428.E86E86D70@marvin.babeltech.dk> Date: Wed, 31 Jul 2002 18:14:28 +0200 (CEST) From: "Simon L.Nielsen" Reply-To: "Simon L.Nielsen" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41204: rdesktop port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41204 >Category: ports >Synopsis: rdesktop port broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 09:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Simon L. Nielsen >Release: FreeBSD 4.6-RELEASE-p3 i386 >Organization: BabelTech A/S >Environment: System: FreeBSD marvin.babeltech.dk 4.6-RELEASE-p3 FreeBSD 4.6-RELEASE-p3 #2: Fri Jul 19 15:08:45 CEST 2002 simon@cvs.babeltech.dk:/usr/obj/usr/src/sys/MARVIN i386 >Description: The rdesktop port cannot install due to an error in the makefile : [root@marvin:rdesktop] make install ===> Installing for rdesktop-1.0.0.p19.7.6_1 ===> rdesktop-1.0.0.p19.7.6_1 depends on shared library: X11.6 - found install -c -m 755 -s rdesktop /usr/local/bin install -c -m 755 -s rdp-srvr /usr/local/bin install: rdp-srvr: No such file or directory gmake: *** [install] Error 71 *** Error code 2 The problem appears to be caused by the change from PERL to REINPLACE_CMD since the sed regexps is a bit different. >How-To-Repeat: cd /usr/ports/net/rdesktop && make install >Fix: --- Makefile.orig Wed Jul 31 17:44:42 2002 +++ Makefile Wed Jul 31 18:03:18 2002 @@ -49,7 +49,7 @@ @${REINPLACE_CMD} -e 's:^PREFIX.*:PREFIX=${PREFIX}:g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's:^install.*:install\: rdesktop:g' \ ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's:^.*\(INSTALL\) rdp-srvr.*::g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's:^.*(INSTALL) rdp-srvr.*::g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's:::g' \ ${WRKSRC}/rdesktop.h >Release-Note: >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 Jul 31 9:40:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C4337B400 for ; Wed, 31 Jul 2002 09:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7203943E72 for ; Wed, 31 Jul 2002 09:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VGe5JU098029 for ; Wed, 31 Jul 2002 09:40:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VGe5R8098028; Wed, 31 Jul 2002 09:40:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A42337B400 for ; Wed, 31 Jul 2002 09:34:05 -0700 (PDT) Received: from felix.automagic.org (felix.automagic.org [204.152.186.101]) by mx1.FreeBSD.org (Postfix) with SMTP id E8C2043E65 for ; Wed, 31 Jul 2002 09:34:04 -0700 (PDT) (envelope-from jabley@felix.automagic.org) Received: (qmail 121 invoked by uid 1000); 31 Jul 2002 16:34:04 -0000 Message-Id: <20020731163404.120.qmail@felix.automagic.org> Date: 31 Jul 2002 16:34:04 -0000 From: Joe Abley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41205: new master sites for net/aggregate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41205 >Category: ports >Synopsis: new master sites for net/aggregate >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 Jul 31 09:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joe Abley >Release: FreeBSD 4.6-STABLE i386 >Organization: automagic.org >Environment: System: FreeBSD felix.automagic.org 4.6-STABLE FreeBSD 4.6-STABLE #4: Tue Jul 30 18:39:02 PDT 2002 jabley@felix.automagic.org:/usr/obj/usr/src/sys/YOWYOW i386 >Description: master sites for net/aggregate have changed >How-To-Repeat: >Fix: diff -u ./aggregate/Makefile ./aggregate.new/Makefile --- ./aggregate/Makefile Wed Jul 31 09:32:27 2002 +++ ./aggregate.new/Makefile Wed Jul 31 09:32:17 2002 @@ -8,8 +8,10 @@ PORTNAME= aggregate PORTVERSION= 1.6 CATEGORIES= net -MASTER_SITES= http://buffoon.automagic.org/dist/ \ - http://maggie.automagic.org/dist/ +MASTER_SITES= http://dist.automagic.org/ \ + http://dist1.automagic.org/ \ + http://dist2.automagic.org/ \ + http://dist3.automagic.org/ MAINTAINER= jabley@automagic.org Common subdirectories: ./aggregate/files and ./aggregate.new/files >Release-Note: >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 Jul 31 10:20:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF6537B400 for ; Wed, 31 Jul 2002 10:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D59343E67 for ; Wed, 31 Jul 2002 10:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VHK2JU008896 for ; Wed, 31 Jul 2002 10:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VHK1Hj008895; Wed, 31 Jul 2002 10:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC5CD37B400 for ; Wed, 31 Jul 2002 10:13:40 -0700 (PDT) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 845B943E31 for ; Wed, 31 Jul 2002 10:13:40 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 1DADB2178D for ; Wed, 31 Jul 2002 13:13:40 -0400 (EDT) Received: by onceler.kciLink.com (Postfix, from userid 100) id E7A363D11; Wed, 31 Jul 2002 13:13:39 -0400 (EDT) Message-Id: <20020731171339.E7A363D11@onceler.kciLink.com> Date: Wed, 31 Jul 2002 13:13:39 -0400 (EDT) From: Vivek Khera Reply-To: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41206: kdebase3 fails to compile with qt-3.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41206 >Category: ports >Synopsis: kdebase3 fails to compile with qt-3.0.5 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 10:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jun 17 23:25:23 EDT 2002 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 ports updated today. >Description: kdebase3 compile dies when building kpersonalizer: Making all in pics source='keyecandypagedlg.cpp' object='keyecandypagedlg.o' libtool=no depfile='.deps/keyecandypagedlg.Po' tmpdepfile='.deps/keyecandypagedlg.TPo' depmode=gcc /bin/sh ../admin/depcomp c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE -DNDEBUG -DNO_DEBUG -O2 -O -pipe -ffast-math -mfancy-math-387 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c -o keyecandypagedlg.o `test -f keyecandypagedlg.cpp || echo './'`keyecandypagedlg.cpp keyecandypagedlg.cpp: In method `KEyeCandyPageDlg::KEyeCandyPageDlg(QWidget * = 0, const char * = 0, unsigned int = 0)': keyecandypagedlg.cpp:96: invalid use of undefined type `class KListView' keyecandypagedlg.h:17: forward declaration of `class KListView' keyecandypagedlg.cpp:97: invalid use of undefined type `class KListView' keyecandypagedlg.h:17: forward declaration of `class KListView' keyecandypagedlg.cpp:98: invalid use of undefined type `class KListView' keyecandypagedlg.h:17: forward declaration of `class KListView' keyecandypagedlg.cpp:100: no matching function for call to `QGridLayout::addWidget (KListView *&, int, int)' /usr/X11R6/include/qlayout.h:323: candidates are: void QGridLayout::addWidget(QWidget *, int, int, int = 0) *** Error code 1 Stop in /u/onceler1/usr/ports/x11/kdebase3/work/kdebase-3.0.2/kpersonalizer. *** Error code 1 Stop in /u/onceler1/usr/ports/x11/kdebase3/work/kdebase-3.0.2/kpersonalizer. It seems to be related to the update to qt-3.0.5. my kdebase3 was updated on July 29 via portupgrade, but I forgot a patch that fixes the problem in ports/40428. yesterday, i updated qt to 3.0.5 from the prior version in ports. today I went to rebuild kdebase3 and it fails with the error above. >How-To-Repeat: update qt to 3.0.5 cd /usr/ports/x11/kdebase3 make all other ports are up-to-date. >Fix: unknown. >Release-Note: >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 Jul 31 11:18:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF4A737B401 for ; Wed, 31 Jul 2002 11:18:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A427E4400D for ; Wed, 31 Jul 2002 10:52:53 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VHpNJU012635 for ; Wed, 31 Jul 2002 10:51:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VHpNB1012634; Wed, 31 Jul 2002 10:51:23 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3384A37B400 for ; Wed, 31 Jul 2002 10:48:57 -0700 (PDT) Received: from flapjack.homeip.net (r96-70.bas1.srl.dublin.eircom.net [159.134.96.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3518743EA9 for ; Wed, 31 Jul 2002 10:45:23 -0700 (PDT) (envelope-from nick@flapjack.homeip.net) Received: from flapjack.netability.ie (localhost [127.0.0.1]) by flapjack.homeip.net (8.12.3/8.12.3) with ESMTP id g6VHiQ8b030347 for ; Wed, 31 Jul 2002 18:44:26 +0100 (IST) (envelope-from nick@flapjack.netability.ie) Received: (from nick@localhost) by flapjack.netability.ie (8.12.3/8.12.3/Submit) id g6VHiOJD036645; Wed, 31 Jul 2002 18:44:24 +0100 (IST) Message-Id: <200207311744.g6VHiOJD036645@flapjack.netability.ie> Date: Wed, 31 Jul 2002 18:44:24 +0100 (IST) From: Nick Hilliard Reply-To: Nick Hilliard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41207: port upgrade: mrtg to 2.9.22 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41207 >Category: ports >Synopsis: port upgrade: mrtg to 2.9.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 10:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nick Hilliard >Release: FreeBSD 4.6.1-RELEASE-p2 i386 >Organization: Network Ability Ltd >Environment: System: FreeBSD flapjack.netability.ie 4.6.1-RELEASE-p2 FreeBSD 4.6.1-RELEASE-p2 #0: Tue Jul 30 22:44:35 IST 2002 nick@flapjack.netability.ie:/data/usr.src.stable/src/sys/compile/FLAPJACK i386 >Description: A new bugfix version of mrtg has been released. Patch included below for the ports system. >How-To-Repeat: >Fix: diff -ur mrtg-2.9.21/Makefile mrtg/Makefile --- mrtg-2.9.21/Makefile Sat Jul 6 07:01:18 2002 +++ mrtg/Makefile Wed Jul 31 18:35:39 2002 @@ -6,7 +6,7 @@ # PORTNAME= mrtg -PORTVERSION= 2.9.21 +PORTVERSION= 2.9.22 CATEGORIES= net MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \ ftp://ftp.chg.ru/pub/networking/monitoring/mrtg/ \ diff -ur mrtg-2.9.21/distinfo mrtg/distinfo --- mrtg-2.9.21/distinfo Sat Jul 6 07:01:18 2002 +++ mrtg/distinfo Wed Jul 31 18:36:17 2002 @@ -1 +1 @@ -MD5 (mrtg-2.9.21.tar.gz) = 3dc418696237276ed2c3e2c859e135d2 +MD5 (mrtg-2.9.22.tar.gz) = ca568e4f452ff82f3d6d1461e3dbf98b >Release-Note: >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 Jul 31 11:27: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B511037B408; Wed, 31 Jul 2002 11:26:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78DCC44421; Wed, 31 Jul 2002 11:13:23 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VIBDJU019275; Wed, 31 Jul 2002 11:11:13 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VIBD9f019271; Wed, 31 Jul 2002 11:11:13 -0700 (PDT) Date: Wed, 31 Jul 2002 11:11:13 -0700 (PDT) From: Mario Sergio Fujikawa Ferreira Message-Id: <200207311811.g6VIBD9f019271@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/38725: new port: biology/L-Breeder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: biology/L-Breeder Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Wed Jul 31 11:10:34 PDT 2002 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=38725 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 11:42:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807D937B400 for ; Wed, 31 Jul 2002 11:42:31 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C444643E42 for ; Wed, 31 Jul 2002 11:42:30 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g6VIgAVW074607 for ; Wed, 31 Jul 2002 14:42:10 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g6VIgAlo074596 for ports@freebsd.org; Wed, 31 Jul 2002 14:42:10 -0400 (EDT) (envelope-from alane) Date: Wed, 31 Jul 2002 14:42:10 -0400 From: Alan E To: FreeBSD Ports List Subject: cups-lpr now depends on cups-pstoraster Message-ID: <20020731184210.GA71608@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This should take care of any problems real cups users are having, since you'll get pstoraster when you install the replacement lpr programs. Happy printing. -- AlanE Strange guy who keeps commiting stuff. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 13:16:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D0537B400; Wed, 31 Jul 2002 13:16:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B05A43E4A; Wed, 31 Jul 2002 13:16:48 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VKGmJU041361; Wed, 31 Jul 2002 13:16:48 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VKGdWF041354; Wed, 31 Jul 2002 13:16:39 -0700 (PDT) Date: Wed, 31 Jul 2002 13:16:39 -0700 (PDT) From: Dmitry Sivachenko Message-Id: <200207312016.g6VKGdWF041354@freefall.freebsd.org> To: Matt.Douhan.matt@athame.co.uk, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41198: updated port net/krdesktop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: updated port net/krdesktop State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Wed Jul 31 13:16:09 PDT 2002 State-Changed-Why: Port updated, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41198 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 13:20:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 478F237B401 for ; Wed, 31 Jul 2002 13:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0568743E65 for ; Wed, 31 Jul 2002 13:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VKK4JU041675 for ; Wed, 31 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VKK4Av041674; Wed, 31 Jul 2002 13:20:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41E1737B4A2 for ; Wed, 31 Jul 2002 13:15:31 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056E743E4A for ; Wed, 31 Jul 2002 13:15:31 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VKFUOT099837 for ; Wed, 31 Jul 2002 13:15:30 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6VKFUM1099836; Wed, 31 Jul 2002 13:15:30 -0700 (PDT) Message-Id: <200207312015.g6VKFUM1099836@www.freebsd.org> Date: Wed, 31 Jul 2002 13:15:30 -0700 (PDT) From: Andriy Gapon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41209: www/mozilla browser serializes DNS lookups Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41209 >Category: ports >Synopsis: www/mozilla browser serializes DNS lookups >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: Wed Jul 31 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: FreeBSD 4.6 >Organization: >Environment: FreeBSD edge.foundation.invalid 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #0: Sun Jul 21 15:07:38 EDT 2002 avg@edge.icyb.net:/sys-devel/obj/sys-devel/src/sys/EDGE i386 >Description: mozilla serializes DNS lookups, so that if you try open URL with name/nameserver that has very slow DNS response, mozilla is blocked until DNS reply received or timeout happens. This problem is described in 2 (at least) mozilla PRs, one of them being FreeBSD-specific: http://bugzilla.mozilla.org/show_bug.cgi?id=159618 http://bugzilla.mozilla.org/show_bug.cgi?id=70213 The only reason I'm filing this as a FreeBSD ports PR is because this problem is quite annoying and it takes mozilla team too long to fix it despite a patch submitted to them. >How-To-Repeat: From http://bugzilla.mozilla.org/show_bug.cgi?id=159618 Reproducible: Always Steps to Reproduce: 1.take FreeBSD mozilla and open 2 windows 2.open www.nowhere.org in one window, then www.mozilla.org in the other Actual Results: "mozilla" window is blocked resolving www.mozilla.org until nowhere.org request times out Expected Results: there shouldn't be any interferences between DNS lookups in different windows >Fix: there's a proposed patch in http://bugzilla.mozilla.org/show_bug.cgi?id=70213 and in addition to that configure in nsprpub/ should be changed to define _PR_HAVE_THREADSAFE_GETHOST for FreeBSD. >Release-Note: >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 Jul 31 13:20:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E31837B405 for ; Wed, 31 Jul 2002 13:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953C843E4A for ; Wed, 31 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VKK4JU041661 for ; Wed, 31 Jul 2002 13:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VKK4eu041660; Wed, 31 Jul 2002 13:20:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CBB737B400 for ; Wed, 31 Jul 2002 13:14:04 -0700 (PDT) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E5B43E42 for ; Wed, 31 Jul 2002 13:14:04 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 82C992178B for ; Wed, 31 Jul 2002 16:13:58 -0400 (EDT) Received: by onceler.kciLink.com (Postfix, from userid 100) id 5D4CA3D15; Wed, 31 Jul 2002 16:13:58 -0400 (EDT) Message-Id: <20020731201358.5D4CA3D15@onceler.kciLink.com> Date: Wed, 31 Jul 2002 16:13:58 -0400 (EDT) From: Vivek Khera Reply-To: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41208: maintainer update of postfix-current to snapshot-20020719 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41208 >Category: ports >Synopsis: maintainer update of postfix-current to snapshot-20020719 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 13:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jun 17 23:25:23 EDT 2002 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: >How-To-Repeat: >Fix: begin 644 postfix-current.patch M9&EF9B`M4')U('!O"UR96QE87-E+V5X<&5R:6UE;G1A;"\@7`ID:69F("U0"UC=7)R96YT+V1IBD@ M/2`W8S=F,F8R-S0V,S4S.6,P,&,V8F9E.&)F-3!B8S!D.0HM340U("AP;W-T M9FEX+W!O"]P;W-T9FEX M+3$N,2XQ,2TR,#`R,#"]P9FEX=&QS+3`N."XQ,6$M M,2XQ+C$Q+3(P,#(P-C$S+3`N.2XV9"YT87(N9WHI(#T@-F5D-C-E,SDT,64X M9&4Q83EC831C.#@T9&)C.#0Q,C4*($U$-2`H<&]S=&9I>"]P;W-T9FEX+7!G M+G!O"]P;W-T9FEX+3$N,2XQ,2MI<'8V M+G!A=&-H+F=Z*2`](&1C,F$V,S8R-3$X,#(U-3@S83$W,S`U-C`W96(X9C!E M"BL*9&EF9B`M4')U('!O2!B6)E"TQ+C$N,3`K:7!V-BYP M871C:"YG>B(**PD)"65C:&\@(E!!5$-(1DE,15,K/0EP;W-T9FEX+3$N,2XQ M,2MI<'8V+G!A=&-H+F=Z(@H@"0D)96-H;R`B4$%40TA?1$E35%]35%))4#T@ M+7`Q(@H@"0D)96-H;R`B25!V-E]3549&25@]"2MI<'8V(@H@"0D)96-H;R`B "(@H` ` end >Release-Note: >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 Jul 31 13:26:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E95737B401; Wed, 31 Jul 2002 13:26:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D60843E3B; Wed, 31 Jul 2002 13:26:56 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VKQuJU042561; Wed, 31 Jul 2002 13:26:56 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VKQuos042557; Wed, 31 Jul 2002 13:26:56 -0700 (PDT) Date: Wed, 31 Jul 2002 13:26:56 -0700 (PDT) From: Dmitry Sivachenko Message-Id: <200207312026.g6VKQuos042557@freefall.freebsd.org> To: khera@kciLink.com, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41208: maintainer update of postfix-current to snapshot-20020719 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer update of postfix-current to snapshot-20020719 State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Wed Jul 31 13:26:39 PDT 2002 State-Changed-Why: Port updated, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41208 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 13:30:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 161C037B400; Wed, 31 Jul 2002 13:30:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE6643E31; Wed, 31 Jul 2002 13:30:11 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VKUBJU042942; Wed, 31 Jul 2002 13:30:11 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VKUBNB042934; Wed, 31 Jul 2002 13:30:11 -0700 (PDT) Date: Wed, 31 Jul 2002 13:30:11 -0700 (PDT) From: Dmitry Sivachenko Message-Id: <200207312030.g6VKUBNB042934@freefall.freebsd.org> To: nick-lists@netability.ie, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41207: port upgrade: mrtg to 2.9.22 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port upgrade: mrtg to 2.9.22 State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Wed Jul 31 13:29:49 PDT 2002 State-Changed-Why: Port updated. Thanks for the report. http://www.freebsd.org/cgi/query-pr.cgi?pr=41207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 13:40:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E459037B401 for ; Wed, 31 Jul 2002 13:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4C543E4A for ; Wed, 31 Jul 2002 13:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VKe2JU043639 for ; Wed, 31 Jul 2002 13:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VKe2p7043638; Wed, 31 Jul 2002 13:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E0537B400 for ; Wed, 31 Jul 2002 13:35:04 -0700 (PDT) Received: from unsane.de (pD9E4E18F.dip.t-dialin.net [217.228.225.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id E49D943E42 for ; Wed, 31 Jul 2002 13:35:03 -0700 (PDT) (envelope-from lizard@unsane.de) Received: from localhost (localhost.unsane.de [127.0.0.1]) by unsane.de (Postfix) with ESMTP id 1C2F98EB for ; Wed, 31 Jul 2002 22:35:01 +0200 (CEST) Received: by unsane.de (Postfix, from userid 1001) id 73D01895; Wed, 31 Jul 2002 22:35:00 +0200 (CEST) Message-Id: <20020731203500.73D01895@unsane.de> Date: Wed, 31 Jul 2002 22:35:00 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41210: Update port: graphics/divxcalc -> 0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41210 >Category: ports >Synopsis: Update port: graphics/divxcalc -> 0.4 >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 Jul 31 13:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 28 12:22:42 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386 >Description: Update graphics/divxcalc from 0.3 to 0.4. Changed MASTER_SITES. Added post-install target, since divxcalc.xpm would not be installed otherwise (Do we really want to install this pixmap file "manually"? Otherwise change pkg-plist). Regards, Olli >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/divxcalc/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2002/07/29 20:25:56 1.4 +++ Makefile 2002/07/31 20:34:01 @@ -7,9 +7,9 @@ # PORTNAME= divxcalc -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= graphics -MASTER_SITES= http://tuxpower.f2g.net/divxcalc/ +MASTER_SITES= http://members.ams.chello.nl/r.slooten2/divxcalc/ MAINTAINER= ports@FreeBSD.org @@ -29,5 +29,9 @@ .for file in config.guess config.sub install-sh missing mkinstalldirs @${LN} -sf ${LOCALBASE}/share/automake14/automake/${file} ${WRKSRC} .endfor + +post-install: + ${MKDIR} ${DATADIR}/pixmaps + ${INSTALL_DATA} ${WRKSRC}/pixmaps/divxcalc.xpm ${DATADIR}/pixmaps .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/divxcalc/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2002/07/29 20:25:56 1.2 +++ distinfo 2002/07/31 20:34:01 @@ -1 +1 @@ -MD5 (divxcalc-0.3.tar.gz) = cb64d0f1af29275a55d5745f169b39e8 +MD5 (divxcalc-0.4.tar.gz) = 38b60fbf8a3697e11d6d862aa803fa92 >Release-Note: >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 Jul 31 14: 0:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B22D37B400 for ; Wed, 31 Jul 2002 14:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F2F043E6A for ; Wed, 31 Jul 2002 14:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VL02JU045361 for ; Wed, 31 Jul 2002 14:00:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VL029E045360; Wed, 31 Jul 2002 14:00:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB15637B400 for ; Wed, 31 Jul 2002 13:56:18 -0700 (PDT) Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F0D43E65 for ; Wed, 31 Jul 2002 13:56:17 -0700 (PDT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-1-a7-62-147-18-35.dial.proxad.net [62.147.18.35]) by postfix1-2.free.fr (Postfix) with ESMTP id DA829AB188 for ; Wed, 31 Jul 2002 22:56:13 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 904737627; Wed, 31 Jul 2002 22:55:55 +0200 (CEST) Message-Id: <20020731205555.904737627@graf.pompo.net> Date: Wed, 31 Jul 2002 22:55:55 +0200 (CEST) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41211: New port textproc/spellutils: newsbody & pospell spell-checking utilities. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41211 >Category: ports >Synopsis: New port textproc/spellutils: newsbody & pospell spell-checking utilities. >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 Jul 31 14:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.6-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 27 17:13:53 CEST 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: Spellutils is a suite of programs which are used to isolate some parts or texts from various types of files and hand them over to another program which may change the texts; it is typically a spell checker. Afterwards the possibly changed text parts are copied back in place in the original file. 1) The newsbody utility The program newsbody is a utility to isolate the body part of a news or email message in a separate file and then call some other program which may change the body, and eventually merge the headers with the possibly changed body. Optionally quotes and/or signature can be removed too, as well as all or selected header lines can be kept. 2) The pospell utility The program pospell is a utility to isolate the translations from a .po file, then call some other program which may change the translations (typically a spell checker), and eventually copy them back in place in the .po file. >How-To-Repeat: N/A. >Fix: Execute the following shar file: # 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: # # /usr/ports/textproc/spellutils # /usr/ports/textproc/spellutils/pkg-message # /usr/ports/textproc/spellutils/pkg-descr # /usr/ports/textproc/spellutils/distinfo # /usr/ports/textproc/spellutils/Makefile # /usr/ports/textproc/spellutils/pkg-plist # /usr/ports/textproc/spellutils/pkg-comment # /usr/ports/textproc/spellutils/files # /usr/ports/textproc/spellutils/files/aspell.sl # echo c - /usr/ports/textproc/spellutils mkdir -p /usr/ports/textproc/spellutils > /dev/null 2>&1 echo x - /usr/ports/textproc/spellutils/pkg-message sed 's/^X//' >/usr/ports/textproc/spellutils/pkg-message << 'END-of-/usr/ports/textproc/spellutils/pkg-message' X***************************************************************************** X X newsbody & pospell have been installed in %%PREFIX%%/bin. X X***************************************************************************** END-of-/usr/ports/textproc/spellutils/pkg-message echo x - /usr/ports/textproc/spellutils/pkg-descr sed 's/^X//' >/usr/ports/textproc/spellutils/pkg-descr << 'END-of-/usr/ports/textproc/spellutils/pkg-descr' XSpellutils is a suite of programs which are used to isolate some parts Xor texts from various types of files and hand them over to another Xprogram which may change the texts; it is typically a spell checker. XAfterwards the possibly changed text parts are copied back in place in Xthe original file. X X1) The newsbody utility XThe program newsbody is a utility to isolate the body part of a news or Xemail message in a separate file and then call some other program which Xmay change the body, and eventually merge the headers with the possibly Xchanged body. Optionally quotes and/or signature can be removed too, as Xwell as all or selected header lines can be kept. X X2) The pospell utility XThe program pospell is a utility to isolate the translations from a .po Xfile, then call some other program which may change the translations X(typically a spell checker), and eventually copy them back in place in Xthe .po file. X XWWW: http://home.worldonline.dk/byrial/spellutils/ END-of-/usr/ports/textproc/spellutils/pkg-descr echo x - /usr/ports/textproc/spellutils/distinfo sed 's/^X//' >/usr/ports/textproc/spellutils/distinfo << 'END-of-/usr/ports/textproc/spellutils/distinfo' XMD5 (spellutils-0.7.tar.bz2) = e2f64d49aabb359e79ba588e6c14c3c2 END-of-/usr/ports/textproc/spellutils/distinfo echo x - /usr/ports/textproc/spellutils/Makefile sed 's/^X//' >/usr/ports/textproc/spellutils/Makefile << 'END-of-/usr/ports/textproc/spellutils/Makefile' X# New ports collection makefile for: spellutils X# Date created: Mar 30 jul 2002 22:42:49 CEST X# Whom: thierry@pompo.net X# X# $FreeBSD$ X# X XPORTNAME= spellutils XPORTVERSION= 0.7 XCATEGORIES= textproc XMASTER_SITES= http://home.worldonline.dk/byrial/spellutils/ X XMAINTAINER= thierry@pompo.net X XLIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext X XGNU_CONFIGURE= yes XUSE_BZIP2= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS='-L${LOCALBASE}/lib' \ X LDFLAGS=-lintl X XMAN1= pospell.1 newsbody.1 X XDOCS= NEWS README XEXAMPLES= aspell.sl X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${MKDIR} ${EXAMPLESDIR} X.for FILE in ${DOCS} X @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." X.for FILE in ${EXAMPLES} X @${INSTALL_DATA} ${FILESDIR}/${FILE} ${EXAMPLESDIR} X.endfor X @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." X.endif X @${ECHO_MSG} X @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" X @${ECHO_MSG} X X.include END-of-/usr/ports/textproc/spellutils/Makefile echo x - /usr/ports/textproc/spellutils/pkg-plist sed 's/^X//' >/usr/ports/textproc/spellutils/pkg-plist << 'END-of-/usr/ports/textproc/spellutils/pkg-plist' Xbin/pospell Xbin/newsbody Xshare/locale/da/LC_MESSAGES/spellutils.mo X%%PORTDOCS%%share/doc/spellutils/NEWS X%%PORTDOCS%%share/doc/spellutils/README X%%PORTDOCS%%share/examples/spellutils/aspell.sl X%%PORTDOCS%%@dirrm share/doc/spellutils X%%PORTDOCS%%@dirrm share/examples/spellutils X@dirrm share/locale/da/LC_MESSAGES X@dirrm share/locale/da X@dirrm share/locale X@dirrm share END-of-/usr/ports/textproc/spellutils/pkg-plist echo x - /usr/ports/textproc/spellutils/pkg-comment sed 's/^X//' >/usr/ports/textproc/spellutils/pkg-comment << 'END-of-/usr/ports/textproc/spellutils/pkg-comment' XPrograms used to isolate some parts or texts before spell-checking END-of-/usr/ports/textproc/spellutils/pkg-comment echo c - /usr/ports/textproc/spellutils/files mkdir -p /usr/ports/textproc/spellutils/files > /dev/null 2>&1 echo x - /usr/ports/textproc/spellutils/files/aspell.sl sed 's/^X//' >/usr/ports/textproc/spellutils/files/aspell.sl << 'END-of-/usr/ports/textproc/spellutils/files/aspell.sl' X% This macro demonstrates the use of the post_filter_hook X% In your .slrnrc, add the line `interpret "/usr/local/share/examples/spellutils/aspell.sl"' X X%static Xdefine aspell_file (file) X{ X variable cmd = "/usr/local/bin/newsbody -qs -k Subject -n '%s' -p /usr/local/bin/aspell -- -c -x %%f"; X () = system (sprintf (cmd, file)); X} X X Xdefine post_filter_hook (file) X{ X variable rsp; X variable cmd; X X forever X { X rsp = get_response ("NnAa", X "Select Filter? \001None, \001Aspell"); X X switch (rsp) X { X case 'a' or case 'A': X aspell_file (file); X } X { X case 'n' or case 'N': X return; X } X } X} END-of-/usr/ports/textproc/spellutils/files/aspell.sl exit >Release-Note: >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 Jul 31 14: 8:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B589F37B400; Wed, 31 Jul 2002 14:08:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 624AE43E3B; Wed, 31 Jul 2002 14:08:09 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VL89JU050394; Wed, 31 Jul 2002 14:08:09 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VL893N050390; Wed, 31 Jul 2002 14:08:09 -0700 (PDT) Date: Wed, 31 Jul 2002 14:08:09 -0700 (PDT) From: Dirk Froemberg Message-Id: <200207312108.g6VL893N050390@freefall.freebsd.org> To: dirk@FreeBSD.org, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37165: port print/lyx does not build on 4-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port print/lyx does not build on 4-STABLE Responsible-Changed-From-To: dirk->freebsd-ports Responsible-Changed-By: dirk Responsible-Changed-When: Wed Jul 31 14:07:41 PDT 2002 Responsible-Changed-Why: I don't maintain lyx any longer. http://www.freebsd.org/cgi/query-pr.cgi?pr=37165 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 14: 8:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 045A837B400; Wed, 31 Jul 2002 14:08:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADEC643E42; Wed, 31 Jul 2002 14:08:38 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VL8cJU050480; Wed, 31 Jul 2002 14:08:38 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VL8cO5050476; Wed, 31 Jul 2002 14:08:38 -0700 (PDT) Date: Wed, 31 Jul 2002 14:08:38 -0700 (PDT) From: Dirk Froemberg Message-Id: <200207312108.g6VL8cO5050476@freefall.freebsd.org> To: dirk@FreeBSD.org, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40258: lyx fails to install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: lyx fails to install Responsible-Changed-From-To: dirk->freebsd-ports Responsible-Changed-By: dirk Responsible-Changed-When: Wed Jul 31 14:08:24 PDT 2002 Responsible-Changed-Why: I don't maintain lyx any longer. http://www.freebsd.org/cgi/query-pr.cgi?pr=40258 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 14: 9:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F6D537B400; Wed, 31 Jul 2002 14:09:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4ADC43E6A; Wed, 31 Jul 2002 14:09:41 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VL9fJU050588; Wed, 31 Jul 2002 14:09:41 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VL9f0k050584; Wed, 31 Jul 2002 14:09:41 -0700 (PDT) Date: Wed, 31 Jul 2002 14:09:41 -0700 (PDT) From: Dirk Froemberg Message-Id: <200207312109.g6VL9f0k050584@freefall.freebsd.org> To: dirk@FreeBSD.org, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/35197: [PATCH] fix "auto-crash" build failure on print/lyx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] fix "auto-crash" build failure on print/lyx Responsible-Changed-From-To: dirk->freebsd-ports Responsible-Changed-By: dirk Responsible-Changed-When: Wed Jul 31 14:09:24 PDT 2002 Responsible-Changed-Why: I don't maintain lyx any longer. http://www.freebsd.org/cgi/query-pr.cgi?pr=35197 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 14:10:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8867737B400; Wed, 31 Jul 2002 14:10:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C13243E3B; Wed, 31 Jul 2002 14:10:10 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VLAAJU050731; Wed, 31 Jul 2002 14:10:10 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VLAADc050721; Wed, 31 Jul 2002 14:10:10 -0700 (PDT) Date: Wed, 31 Jul 2002 14:10:10 -0700 (PDT) From: Dirk Froemberg Message-Id: <200207312110.g6VLAADc050721@freefall.freebsd.org> To: dirk@FreeBSD.org, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38806: Please upgrade the LyX port to version 1.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Please upgrade the LyX port to version 1.2.0 Responsible-Changed-From-To: dirk->freebsd-ports Responsible-Changed-By: dirk Responsible-Changed-When: Wed Jul 31 14:09:56 PDT 2002 Responsible-Changed-Why: I don't maintain lyx any longer. http://www.freebsd.org/cgi/query-pr.cgi?pr=38806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 14:10:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE5537B400; Wed, 31 Jul 2002 14:10:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1419443E67; Wed, 31 Jul 2002 14:10:35 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VLAYJU050998; Wed, 31 Jul 2002 14:10:34 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VLAYQx050987; Wed, 31 Jul 2002 14:10:34 -0700 (PDT) Date: Wed, 31 Jul 2002 14:10:34 -0700 (PDT) From: Dirk Froemberg Message-Id: <200207312110.g6VLAYQx050987@freefall.freebsd.org> To: dirk@FreeBSD.org, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39803: newer version of lyx (1.2.0) available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: newer version of lyx (1.2.0) available Responsible-Changed-From-To: dirk->freebsd-ports Responsible-Changed-By: dirk Responsible-Changed-When: Wed Jul 31 14:10:22 PDT 2002 Responsible-Changed-Why: I don't maintain lyx any longer. http://www.freebsd.org/cgi/query-pr.cgi?pr=39803 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 14:10:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C2637B401; Wed, 31 Jul 2002 14:10:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EEEB43E5E; Wed, 31 Jul 2002 14:10:58 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VLAwJU051081; Wed, 31 Jul 2002 14:10:58 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VLAwAP051077; Wed, 31 Jul 2002 14:10:58 -0700 (PDT) Date: Wed, 31 Jul 2002 14:10:58 -0700 (PDT) From: Dirk Froemberg Message-Id: <200207312110.g6VLAwAP051077@freefall.freebsd.org> To: dirk@FreeBSD.org, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40080: Update port: print/lyx to 1.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: print/lyx to 1.2.0 Responsible-Changed-From-To: dirk->freebsd-ports Responsible-Changed-By: dirk Responsible-Changed-When: Wed Jul 31 14:10:45 PDT 2002 Responsible-Changed-Why: I don't maintain lyx any longer. http://www.freebsd.org/cgi/query-pr.cgi?pr=40080 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 14:41:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A8B437B400; Wed, 31 Jul 2002 14:41:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D51D43E5E; Wed, 31 Jul 2002 14:41:10 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VLf9JU053776; Wed, 31 Jul 2002 14:41:09 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VLf9Ah053772; Wed, 31 Jul 2002 14:41:09 -0700 (PDT) Date: Wed, 31 Jul 2002 14:41:09 -0700 (PDT) From: Mikhail Teterin Message-Id: <200207312141.g6VLf9Ah053772@freefall.freebsd.org> To: marc@informatik.uni-bremen.de, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38806: Please upgrade the LyX port to version 1.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Please upgrade the LyX port to version 1.2.0 State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Wed Jul 31 14:40:31 PDT 2002 State-Changed-Why: Obsoleted by the ports/40080, which included a patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=38806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 14:41:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF2837B400; Wed, 31 Jul 2002 14:41:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCB443E3B; Wed, 31 Jul 2002 14:41:28 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VLfSJU053957; Wed, 31 Jul 2002 14:41:28 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VLfSr6053944; Wed, 31 Jul 2002 14:41:28 -0700 (PDT) Date: Wed, 31 Jul 2002 14:41:28 -0700 (PDT) From: Mikhail Teterin Message-Id: <200207312141.g6VLfSr6053944@freefall.freebsd.org> To: toni@stderror.at, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39803: newer version of lyx (1.2.0) available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: newer version of lyx (1.2.0) available State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Wed Jul 31 14:40:31 PDT 2002 State-Changed-Why: Obsoleted by the ports/40080, which included a patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=38806 State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Wed Jul 31 14:40:31 PDT 2002 State-Changed-Why: Obsoleted by the ports/40080, which included a patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=39803 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 14:44: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711B337B400; Wed, 31 Jul 2002 14:44:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2582243E67; Wed, 31 Jul 2002 14:44:04 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VLi4JU054244; Wed, 31 Jul 2002 14:44:04 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VLi30E054240; Wed, 31 Jul 2002 14:44:03 -0700 (PDT) Date: Wed, 31 Jul 2002 14:44:03 -0700 (PDT) From: Mikhail Teterin Message-Id: <200207312144.g6VLi30E054240@freefall.freebsd.org> To: areilly@bigpond.net.au, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37165: port print/lyx does not build on 4-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port print/lyx does not build on 4-STABLE State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Wed Jul 31 14:43:35 PDT 2002 State-Changed-Why: Obsoleted by ports/35197 http://www.freebsd.org/cgi/query-pr.cgi?pr=37165 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 15:12:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A3A537B400; Wed, 31 Jul 2002 15:12:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7495C43E4A; Wed, 31 Jul 2002 15:12:31 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VMCVJU060823; Wed, 31 Jul 2002 15:12:31 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VMCUmj060814; Wed, 31 Jul 2002 15:12:30 -0700 (PDT) Date: Wed, 31 Jul 2002 15:12:30 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207312212.g6VMCUmj060814@freefall.freebsd.org> To: simon@nitro.dk, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41204: rdesktop port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: rdesktop port broken State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Wed Jul 31 15:12:16 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41204 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 15:17:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A0637B400; Wed, 31 Jul 2002 15:17:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4766F43E31; Wed, 31 Jul 2002 15:17:16 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VMHGJU061147; Wed, 31 Jul 2002 15:17:16 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VMHGjp061143; Wed, 31 Jul 2002 15:17:16 -0700 (PDT) Date: Wed, 31 Jul 2002 15:17:16 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207312217.g6VMHGjp061143@freefall.freebsd.org> To: jabley@automagic.org, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41205: new master sites for net/aggregate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new master sites for net/aggregate State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Wed Jul 31 15:16:57 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41205 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 15:21:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CD2B37B400; Wed, 31 Jul 2002 15:21:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 015FC43E31; Wed, 31 Jul 2002 15:21:52 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VMLpJU061751; Wed, 31 Jul 2002 15:21:51 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VMLpOW061747; Wed, 31 Jul 2002 15:21:51 -0700 (PDT) Date: Wed, 31 Jul 2002 15:21:51 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207312221.g6VMLpOW061747@freefall.freebsd.org> To: lefcha@hellug.gr, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41203: Update port: mail/imapfilter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: mail/imapfilter State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Wed Jul 31 15:21:34 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41203 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 15:24: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D8237B401; Wed, 31 Jul 2002 15:24:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D00BD43E6A; Wed, 31 Jul 2002 15:24:02 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VMO2JU061872; Wed, 31 Jul 2002 15:24:02 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VMO2DP061868; Wed, 31 Jul 2002 15:24:02 -0700 (PDT) Date: Wed, 31 Jul 2002 15:24:02 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207312224.g6VMO2DP061868@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/41206: kdebase3 fails to compile with qt-3.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kdebase3 fails to compile with qt-3.0.5 Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: naddy Responsible-Changed-When: Wed Jul 31 15:23:30 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41206 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 16: 5:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B61237B400 for ; Wed, 31 Jul 2002 16:05:33 -0700 (PDT) Received: from mailsvr1.mn1.fasturl.net (mailsvr1.mn1.fasturl.net [209.32.216.129]) by mx1.FreeBSD.org (Postfix) with SMTP id 91AA743E5E for ; Wed, 31 Jul 2002 16:05:32 -0700 (PDT) (envelope-from skanline@websvr4.mn1.fasturl.net) Received: (qmail 35041 invoked from network); 31 Jul 2002 23:05:32 -0000 Received: from unknown (HELO websvr4.mn1.fasturl.net) (209.32.216.146) by mailsvr1.mn1.fasturl.net with SMTP; 31 Jul 2002 23:05:32 -0000 Received: (from skanline@localhost) by websvr4.mn1.fasturl.net (8.9.3/8.9.3) id XAA39138; Wed, 31 Jul 2002 23:05:31 GMT (envelope-from skanline@websvr4.mn1.fasturl.net) Date: Wed, 31 Jul 2002 23:05:31 GMT Message-Id: <200207312305.XAA39138@websvr4.mn1.fasturl.net> To: ports@FreeBSD.ORG From: Skan-Line Sports Airsoft News Reply-To: Skan-Line Sports Airsoft News Subject: New Products MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=boundary42 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --boundary42 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Skan-Line Sports Airsoft Newsletter 1-888-9PAINT9 www.skanline.com You can find great quality Airsoft products at Skan-Line Sports Robo Tech Pistol Electric Powered Made In China $24.99 L-85 Carbine Rifle Spring Powered By HFC $84.99 Genuine BDU Shirts Tiger Stripe Or Woodland Heavy Duty Construction $18.85 Genuine BDU Pants Tiger Stripe Or Woodland Heavy Duty Construction $18.85 Web Site: http://www.skanline.com Product Questions & Order Line: Ph# 1-949-645-5463 8 am to 7 pm Pacific Time. To Place Order Toll Free: Ph# 1-888-9PAINT9 10 am to 6 pm Pacific Time. --------------------------------------------------------------------------- To be unsubscribed from the Skan-Line Sports Airsoft News mailing list simply click on the link below http://www.skanline.com/cgi-world/cgiwrap-skanline/skanline/cgi-bin/smpro/s.pl?r=1&l=3&e=ports=:FreeBSD.ORG AOL USERS: One-Click Unsubscribe Link Here --boundary42 Content-Type: text/html; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 8bit SKAN-LINE SPORTS AIRSOFT NEWSLETTER

    ---------------------------------------------------------------------------
    To be unsubscribed from the Skan-Line Sports Airsoft News mailing list, simply click on the link below:
    Unsubscribe ports@FreeBSD.ORG


    --boundary42-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 16:54:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 753B237B400; Wed, 31 Jul 2002 16:54:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7AA43E31; Wed, 31 Jul 2002 16:54:31 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VNsUJU073494; Wed, 31 Jul 2002 16:54:31 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VNsUWG073490; Wed, 31 Jul 2002 16:54:30 -0700 (PDT) Date: Wed, 31 Jul 2002 16:54:30 -0700 (PDT) From: Christian Weisgerber Message-Id: <200207312354.g6VNsUWG073490@freefall.freebsd.org> To: david+ports@bushong.net, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41188: update irc/rbot yet again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update irc/rbot yet again State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Wed Jul 31 16:50:07 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41188 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 17:11:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A07A937B400 for ; Wed, 31 Jul 2002 17:11:29 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0934343E42 for ; Wed, 31 Jul 2002 17:11:29 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g6VNjjVW089669; Wed, 31 Jul 2002 19:45:45 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g6VNjjFW089668; Wed, 31 Jul 2002 19:45:45 -0400 (EDT) (envelope-from alane) Date: Wed, 31 Jul 2002 19:45:45 -0400 From: Alan E To: is08139@salleURL.edu Cc: FreeBSD Ports List Subject: Re: [CUPS] Epson ESC language Message-ID: <20020731234545.GA89621@wwweasel.geeksrus.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jul 31, 2002 at 05:56:42PM -0400, Carles Pina i Estany wrote: > >Hi, > >I need a filter to convert from PostScript to ESC (language from Epson). > >I tried with gs and "epson" or "epsonc" and don't work fine, I think. > >With gs I can convert from ps to esc? How? Works fine?? (it's for a >plotter, etc.) > >Thank you! Cvsup your ports and then do "portupgrade -[p]fu cups-lpr cups-base cups-pstoraster". Then pick the right driver and try again. Lemme know if that solves things. Attention list readers: don't send things like this to easysw. This is a FreeBSD problem. Thanks for your cooperation on behalf of Mike and the rest of the ESP team. All it does it get sent here and clog up their mailing list. -- AlanE Cups-pstoraster maintainer and cups-{lpr,base} committer/fixer for maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 17:48:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDAB137B400 for ; Wed, 31 Jul 2002 17:48:29 -0700 (PDT) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819DB43E5E for ; Wed, 31 Jul 2002 17:48:29 -0700 (PDT) (envelope-from alan@agora.rdrop.com) Received: from agora.rdrop.com (localhost [127.0.0.1]) by agora.rdrop.com (8.12.2/8.12.2) with ESMTP id g710mSl8068423 for ; Wed, 31 Jul 2002 17:48:28 -0700 (PDT) (envelope-from alan@agora.rdrop.com) Received: (from alan@localhost) by agora.rdrop.com (8.12.2/8.12.2/Submit) id g710mSb8068421 for ports@freebsd.org; Wed, 31 Jul 2002 17:48:28 -0700 (PDT) Date: Wed, 31 Jul 2002 17:48:28 -0700 From: Alan Batie To: ports@freebsd.org Subject: fork loop Message-ID: <20020731174828.A66125@agora.rdrop.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've updated devel/libtool and security/gnupg and the Mk directory, but still when I do "make clean" in gnupg, there appears to be a recursive loop in libtool until I run out of processes: 66294 p7 T 0:00.07 make clean 66312 p7 T 0:00.00 /bin/sh -ec cd /usr/src/ports/security/gnupg && m= ake ' CKSUMFILES+=3Dgnupg-1.0.7.tar.gz' clean-depends 66313 p7 T 0:00.06 make CKSUMFILES+=3Dgnupg-1.0.7.tar.gz clean-depen= ds 66318 p7 T 0:00.00 (sh) 66319 p7 T 0:00.00 (sh) 66320 p7 T 0:00.00 (sh) 66321 p7 T 0:00.00 sort -u 66333 p7 T 0:00.05 make PARENT_CHECKED=3D all-depends-list 66338 p7 T 0:00.00 (sh) 66339 p7 T 0:00.00 (sh) 66340 p7 T 0:00.00 sort -u 66352 p7 T 0:00.06 make PARENT_CHECKED=3D all-depends-list 66364 p7 T 0:00.00 (sh) 66365 p7 T 0:00.00 (sh) 66366 p7 T 0:00.00 sort -u 66403 p7 T 0:00.05 make PARENT_CHECKED=3D/usr/ports/devel/libtool = all-dep ends-list 66408 p7 T 0:00.00 (sh) 66409 p7 T 0:00.00 (sh) 66410 p7 T 0:00.00 sort -u 66422 p7 T 0:00.06 make PARENT_CHECKED=3D/usr/ports/devel/libtool = all-dep ends-list 66433 p7 T 0:00.00 (sh) 66434 p7 T 0:00.00 (sh) 66435 p7 T 0:00.00 sort -u 66450 p7 T 0:00.05 make PARENT_CHECKED=3D/usr/ports/devel/libtool = all-dep ends-list 66455 p7 T 0:00.00 (sh) 66456 p7 T 0:00.00 (sh) 66457 p7 T 0:00.00 sort -u 66469 p7 T 0:00.05 make PARENT_CHECKED=3D/usr/ports/devel/libtool = all-dep ends-list 66480 p7 T 0:00.00 (sh) 66481 p7 T 0:00.00 (sh) 66482 p7 T 0:00.00 sort -u 66497 p7 T 0:00.05 make PARENT_CHECKED=3D/usr/ports/devel/libtool = all-dep ends-list 66502 p7 T 0:00.00 (sh) 66503 p7 T 0:00.00 (sh) 66504 p7 T 0:00.00 sort -u 66516 p7 T 0:00.06 make PARENT_CHECKED=3D/usr/ports/devel/libtool = all-dep ends-list =2E.. When I do that make in the libtool directory, it works fine, so I think it needs someone more familiar with the ports system to debug it... --=20 Alan Batie ______ www.rdrop.com/users/alan Me alan@batie.org \ / www.qrd.org The Triangle PGPFP DE 3C 29 17 C0 49 7A \ / www.pgpi.com The Weird Numbers 27 40 A5 3C 37 4A DA 52 B9 \/ razor.sourceforge.net NO SPAM! A free society is a place where it's safe to be unpopular. -Adlai Stevenson, statesman (1900-1965) --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPUiFXIv4wNua7QglAQHzlgQApBTGIR2jKXaEqpsT3NvJnibyez1OwZWN hwZjUeQitHM3zLtc25UPM/9cNqrmCMQf8Q2YOYLJpTJxmfhAZCh5QtNVVjmN8QWz wdy8MM+g760ZasyR4SdzpyEhnOi6QqSyuvCRNpe7rgqMjCVsZieydhYeVPKl/Tfp xYnj9ixHS1M= =u3I4 -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 17:53:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED7FA37B400 for ; Wed, 31 Jul 2002 17:53:16 -0700 (PDT) Received: from newmail.ru (pi50.wroclaw.sdi.tpnet.pl [217.96.152.50]) by mx1.FreeBSD.org (Postfix) with SMTP id 73D0043E3B for ; Wed, 31 Jul 2002 17:53:01 -0700 (PDT) (envelope-from aqwet@mediaone.net) To: Ports From: ÑÓÏÅÐ ÏËÞÑ ÒÓÐÁÎ X-Mailer: OutLook Express 3.14159 Subject: Íîâûé îôèñíûé î÷èñòèòåëü-èîíèçàòîð âîçäóõà MIME-Version: 1.0 Content-type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit Message-Id: <20020801005301.73D0043E3B@mx1.FreeBSD.org> Date: Wed, 31 Jul 2002 17:53:01 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ×èñòûé ñâåæèé âîçäóõ â âàøåì Äîìå è Îôèñå. Ïðè ðàáîòå ñ êîìïüþòåðîì (äà è â ïîâñåäíåâíîé æèçíè) â ñîîòâåòñòâèè ñ Ñàíèòàðíûìè íîðìàìè è ïðàâèëàìè ( ÑÀÍÏèÍ ) íåîáõîäèìî èñïîëüçîâàòü î÷èñòèòåëè-èîíèçàòîðû âîçäóõà, âîññòàíàâëèâàþùèå èîííûé áàëàíñ è î÷èùàþùèå âîçäóõ â ïîìåùåíèè îò ïûëè, òàáà÷íîãî äûìà, âèðóñîâ, ìèêðîáîâ è äðóãèõ âèäîâ çàãðÿçíåíèÿ. Î÷èñòèòåëè -èîíèçàòîðû ìîäèôèêàöèè 2002 ãîäà: ÑÓÏÅÐ ÏËÞÑ ÒÓÐÁÎ, ÑÓÏÅÐÏËÞÑ, à òàê æå âñå ËÞÑÒÐÛ ×ÈÆÅÂÑÊÎÃÎ è ëó÷øèå ÓÂËÀÆÍÈÒÅËÈ ÂÎÇÄÓÕÀ. Ñïðàâî÷íàÿ ñëóæáà, áåñïëàòíàÿ äîñòàâêà ïî Ìîñêâå 183 - 50 - 05, 430 - 05 - 05, 443 - 65 - 19 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 18:51:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB3837B400; Wed, 31 Jul 2002 18:51:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26F343E4A; Wed, 31 Jul 2002 18:51:13 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g711pDJU092003; Wed, 31 Jul 2002 18:51:13 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g711pD9X091999; Wed, 31 Jul 2002 18:51:13 -0700 (PDT) Date: Wed, 31 Jul 2002 18:51:13 -0700 (PDT) From: Patrick Li Message-Id: <200208010151.g711pD9X091999@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41210: Update port: graphics/divxcalc -> 0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/divxcalc -> 0.4 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Wed Jul 31 18:50:42 PDT 2002 State-Changed-Why: Committed, Thanks! (installation of xpm is nolonger necessary since its now included into the source) http://www.freebsd.org/cgi/query-pr.cgi?pr=41210 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 18:52: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ACCF37B400 for ; Wed, 31 Jul 2002 18:51:32 -0700 (PDT) Received: from mail.rotfl.com.au (eth1779.sa.adsl.internode.on.net [150.101.235.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E8343E42 for ; Wed, 31 Jul 2002 18:51:29 -0700 (PDT) (envelope-from Phil@Kernick.org) Received: by mail.rotfl.com.au (8.12.5/8.12.5) with ESMTP id g711pOOB030247 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 1 Aug 2002 11:21:26 +0930 (CST) (envelope-from Phil@Kernick.org) Message-ID: <3D489420.8070102@Kernick.org> Date: Thu, 01 Aug 2002 11:21:28 +0930 From: Phil Kernick User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Subject: Port security/libmcrypt fails to build X-Enigmail-Version: 0.62.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------040404090009010107030101" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------040404090009010107030101 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Supped the ports collection this morning (1-Aug-02). Trying to build security/libmcrypt, make fails at the configuration step. Have attached is the error and config.log as requested. Manually installing devel/libtool first does not fix the problem. Phil. ---------------- configure: configuring in libltdl configure: running /usr/local/bin/bash './configure' --prefix=/usr/local '--pre fix=/usr/local' '--build=i386-portbld-freebsd4.6' 'CC=cc' 'CFLAGS=-O -pipe ' 'CP PFLAGS=-I/usr/local/include' 'build_alias=i386-portbld-freebsd4.6' --enable-ltdl -install=no --cache-file=/dev/null --srcdir=. configure: warning: CC=cc: invalid host type configure: warning: CFLAGS=-O -pipe : invalid host type configure: error: can only configure for one host and one target at a time configure: error: /usr/local/bin/bash './configure' failed for libltdl ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/pkg/ports/security/libmcrypt/work/libmcrypt-2.5.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /pkg/ports/security/libmcrypt. ---------------- -- _-_|\ Phil Kernick E-Mail: Phil@Kernick.org / \ ROTFL Enterprises Mobile: 041 61 ROTFL \_.-*_/ v Humourist, satirist, and probably a few more 'ists to boot! --------------040404090009010107030101 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/usr/local --build=i386-portbld-freebsd4.6 ## --------- ## ## Platform. ## ## --------- ## hostname = catbert.rotfl.com.au uname -m = i386 uname -r = 4.6-STABLE uname -s = FreeBSD uname -v = FreeBSD 4.6-STABLE #0: Sat Jul 20 18:39:41 CST 2002 root@catbert.rotfl.com.au:/pub/FreeBSD/obj/pub/FreeBSD/branches/4.0-stable/src/sys/CATBERT /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1410: checking build system type configure:1428: result: i386-portbld-freebsd4.6 configure:1436: checking host system type configure:1450: result: i386-portbld-freebsd4.6 configure:1458: checking target system type configure:1472: result: i386-portbld-freebsd4.6 configure:1499: checking for a BSD-compatible install configure:1553: result: /usr/bin/install -c -o root -g wheel configure:1564: checking whether build environment is sane configure:1607: result: yes configure:1640: checking for gawk configure:1669: result: no configure:1640: checking for mawk configure:1669: result: no configure:1640: checking for nawk configure:1656: found /usr/bin/nawk configure:1666: result: nawk configure:1676: checking whether make sets ${MAKE} configure:1696: result: yes configure:1849: checking whether make sets ${MAKE} configure:1869: result: yes configure:1925: checking for gcc configure:1951: result: cc configure:2195: checking for C compiler version configure:2198: cc --version &5 2.95.4 configure:2201: $? = 0 configure:2203: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2206: $? = 0 configure:2208: cc -V &5 cc: argument to `-V' is missing configure:2211: $? = 1 configure:2237: checking for C compiler default output configure:2240: cc -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:2243: $? = 0 configure:2276: result: a.out configure:2281: checking whether the C compiler works configure:2287: ./a.out configure:2290: $? = 0 configure:2305: result: yes configure:2312: checking whether we are cross compiling configure:2314: result: no configure:2317: checking for suffix of executables configure:2319: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:2322: $? = 0 configure:2344: result: configure:2350: checking for suffix of object files configure:2374: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2377: $? = 0 configure:2396: result: o configure:2400: checking whether we are using the GNU C compiler configure:2427: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2430: $? = 0 configure:2433: test -s conftest.o configure:2436: $? = 0 configure:2448: result: yes configure:2454: checking whether cc accepts -g configure:2478: cc -c -g -I/usr/local/include conftest.c >&5 configure:2481: $? = 0 configure:2484: test -s conftest.o configure:2487: $? = 0 configure:2497: result: yes configure:2524: cc -c -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2527: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2656: checking for style of include used by make configure:2684: result: GNU configure:2712: checking dependency style of cc configure:2774: result: gcc configure:2797: checking for a BSD-compatible install configure:2851: result: /usr/bin/install -c -o root -g wheel configure:2862: checking whether ln -s works configure:2866: result: yes configure:2876: checking whether in maintanance mode configure:2883: result: no configure:2887: checking whether in dmalloc mode configure:2894: result: no configure:2972: checking whether to disable dynamic module loading configure:2979: result: no configure:2983: checking whether to include algorithms into library configure:2999: result: configure:3035: checking how to run the C preprocessor configure:3061: cc -E -I/usr/local/include conftest.c configure:3067: $? = 0 configure:3094: cc -E -I/usr/local/include conftest.c configure:3090: ac_nonexistent.h: No such file or directory configure:3100: $? = 1 configure: failed program was: #line 3089 "configure" #include "confdefs.h" #include configure:3137: result: cc -E configure:3152: cc -E -I/usr/local/include conftest.c configure:3158: $? = 0 configure:3185: cc -E -I/usr/local/include conftest.c configure:3181: ac_nonexistent.h: No such file or directory configure:3191: $? = 1 configure: failed program was: #line 3180 "configure" #include "confdefs.h" #include configure:3231: checking for ANSI C header files configure:3245: cc -E -I/usr/local/include conftest.c configure:3251: $? = 0 configure:3336: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:3339: $? = 0 configure:3341: ./conftest configure:3344: $? = 0 configure:3358: result: yes configure:3368: checking for cc option to accept ANSI C configure:3431: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3434: $? = 0 configure:3437: test -s conftest.o configure:3440: $? = 0 configure:3457: result: none needed configure:3465: checking for inline configure:3482: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3485: $? = 0 configure:3488: test -s conftest.o configure:3491: $? = 0 configure:3502: result: inline configure:3532: checking for sys/types.h configure:3545: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3548: $? = 0 configure:3551: test -s conftest.o configure:3554: $? = 0 configure:3564: result: yes configure:3532: checking for sys/stat.h configure:3545: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3548: $? = 0 configure:3551: test -s conftest.o configure:3554: $? = 0 configure:3564: result: yes configure:3532: checking for stdlib.h configure:3545: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3548: $? = 0 configure:3551: test -s conftest.o configure:3554: $? = 0 configure:3564: result: yes configure:3532: checking for string.h configure:3545: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3548: $? = 0 configure:3551: test -s conftest.o configure:3554: $? = 0 configure:3564: result: yes configure:3532: checking for memory.h configure:3545: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3548: $? = 0 configure:3551: test -s conftest.o configure:3554: $? = 0 configure:3564: result: yes configure:3532: checking for strings.h configure:3545: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3548: $? = 0 configure:3551: test -s conftest.o configure:3554: $? = 0 configure:3564: result: yes configure:3532: checking for inttypes.h configure:3545: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3548: $? = 0 configure:3551: test -s conftest.o configure:3554: $? = 0 configure:3564: result: yes configure:3532: checking for stdint.h configure:3545: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3573: stdint.h: No such file or directory configure:3548: $? = 1 configure: failed program was: #line 3537 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3564: result: no configure:3532: checking for unistd.h configure:3545: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3548: $? = 0 configure:3551: test -s conftest.o configure:3554: $? = 0 configure:3564: result: yes configure:3584: checking for unistd.h configure:3589: result: yes configure:3584: checking for strings.h configure:3589: result: yes configure:3593: checking dlfcn.h usability configure:3602: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3605: $? = 0 configure:3608: test -s conftest.o configure:3611: $? = 0 configure:3620: result: yes configure:3624: checking dlfcn.h presence configure:3631: cc -E -I/usr/local/include conftest.c configure:3637: $? = 0 configure:3655: result: yes configure:3673: checking for dlfcn.h configure:3680: result: yes configure:3593: checking sys/endian.h usability configure:3602: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3630: sys/endian.h: No such file or directory configure:3605: $? = 1 configure: failed program was: #line 3595 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3620: result: no configure:3624: checking sys/endian.h presence configure:3631: cc -E -I/usr/local/include conftest.c configure:3627: sys/endian.h: No such file or directory configure:3637: $? = 1 configure: failed program was: #line 3626 "configure" #include "confdefs.h" #include configure:3655: result: no configure:3673: checking for sys/endian.h configure:3680: result: no configure:3702: checking for sys/types.h configure:3707: result: yes configure:3711: checking sys/mman.h usability configure:3720: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3723: $? = 0 configure:3726: test -s conftest.o configure:3729: $? = 0 configure:3738: result: yes configure:3742: checking sys/mman.h presence configure:3749: cc -E -I/usr/local/include conftest.c configure:3755: $? = 0 configure:3773: result: yes configure:3791: checking for sys/mman.h configure:3798: result: yes configure:3711: checking dirent.h usability configure:3720: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3723: $? = 0 configure:3726: test -s conftest.o configure:3729: $? = 0 configure:3738: result: yes configure:3742: checking dirent.h presence configure:3749: cc -E -I/usr/local/include conftest.c configure:3755: $? = 0 configure:3773: result: yes configure:3791: checking for dirent.h configure:3798: result: yes configure:3711: checking byteswap.h usability configure:3720: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3748: byteswap.h: No such file or directory configure:3723: $? = 1 configure: failed program was: #line 3713 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3738: result: no configure:3742: checking byteswap.h presence configure:3749: cc -E -I/usr/local/include conftest.c configure:3745: byteswap.h: No such file or directory configure:3755: $? = 1 configure: failed program was: #line 3744 "configure" #include "confdefs.h" #include configure:3773: result: no configure:3791: checking for byteswap.h configure:3798: result: no configure:3711: checking endian.h usability configure:3720: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3748: endian.h: No such file or directory configure:3723: $? = 1 configure: failed program was: #line 3713 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3738: result: no configure:3742: checking endian.h presence configure:3749: cc -E -I/usr/local/include conftest.c configure:3745: endian.h: No such file or directory configure:3755: $? = 1 configure: failed program was: #line 3744 "configure" #include "confdefs.h" #include configure:3773: result: no configure:3791: checking for endian.h configure:3798: result: no configure:3825: checking limits.h usability configure:3834: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3837: $? = 0 configure:3840: test -s conftest.o configure:3843: $? = 0 configure:3852: result: yes configure:3856: checking limits.h presence configure:3863: cc -E -I/usr/local/include conftest.c configure:3869: $? = 0 configure:3887: result: yes configure:3905: checking for limits.h configure:3912: result: yes configure:3933: checking for bzero configure:3976: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:3979: $? = 0 configure:3982: test -s conftest configure:3985: $? = 0 configure:3995: result: yes configure:3933: checking for memset configure:3976: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:3948: warning: conflicting types for built-in function `memset' configure:3979: $? = 0 configure:3982: test -s conftest configure:3985: $? = 0 configure:3995: result: yes configure:3933: checking for mlock configure:3976: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:3979: $? = 0 configure:3982: test -s conftest configure:3985: $? = 0 configure:3995: result: yes configure:3933: checking for readdir_r configure:3976: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:3979: $? = 0 configure:3982: test -s conftest configure:3985: $? = 0 configure:3995: result: yes configure:3933: checking for readdir configure:3976: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:3979: $? = 0 configure:3982: test -s conftest configure:3985: $? = 0 configure:3995: result: yes configure:4010: checking for memmove configure:4053: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:4056: $? = 0 configure:4059: test -s conftest configure:4062: $? = 0 configure:4072: result: yes configure:4010: checking for bcopy configure:4053: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:4056: $? = 0 configure:4059: test -s conftest configure:4062: $? = 0 configure:4072: result: yes configure:4083: checking whether byte ordering is bigendian configure:4113: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4116: $? = 0 configure:4119: test -s conftest.o configure:4122: $? = 0 configure:4149: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure: In function `main': configure:4139: syntax error before `big' configure:4152: $? = 1 configure: failed program was: #line 4125 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:4266: result: no configure:4285: checking for unsigned long int configure:4312: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4315: $? = 0 configure:4318: test -s conftest.o configure:4321: $? = 0 configure:4331: result: yes configure:4334: checking size of unsigned long int configure:4612: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:4615: $? = 0 configure:4617: ./conftest configure:4620: $? = 0 configure:4640: result: 4 configure:4647: checking for unsigned int configure:4674: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4693: result: yes configure:4696: checking size of unsigned int configure:4974: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:4977: $? = 0 configure:4979: ./conftest configure:4982: $? = 0 configure:5002: result: 4 configure:5009: checking for unsigned short int configure:5036: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5039: $? = 0 configure:5042: test -s conftest.o configure:5045: $? = 0 configure:5055: result: yes configure:5058: checking size of unsigned short int configure:5336: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:5339: $? = 0 configure:5341: ./conftest configure:5344: $? = 0 configure:5364: result: 2 configure:5371: checking for unsigned char configure:5398: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5401: $? = 0 configure:5404: test -s conftest.o configure:5407: $? = 0 configure:5417: result: yes configure:5420: checking size of unsigned char configure:5698: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:5701: $? = 0 configure:5703: ./conftest configure:5706: $? = 0 configure:5726: result: 1 configure:5741: checking for lt_dlmutex_register in -lltdl configure:5774: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lltdl -L/usr/local/lib >&5 /tmp/ccrbWn78.o: In function `main': /tmp/ccrbWn78.o(.text+0x7): undefined reference to `lt_dlmutex_register' configure:5777: $? = 1 configure: failed program was: #line 5748 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char lt_dlmutex_register (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { lt_dlmutex_register (); ; return 0; } configure:5794: result: no configure:5811: checking for main in -lltdl configure:5838: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lltdl -L/usr/local/lib >&5 configure:5841: $? = 0 configure:5844: test -s conftest configure:5847: $? = 0 configure:5858: result: yes configure:5999: checking for ld used by GCC configure:6062: result: /usr/libexec/elf/ld configure:6071: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD]) configure:6083: result: yes configure:6088: checking for /usr/libexec/elf/ld option to reload object files configure:6095: result: -r configure:6100: checking for BSD-compatible nm configure:6136: result: /usr/bin/nm -B configure:6139: checking for a sed that does not truncate output configure:6221: result: /usr/bin/sed configure:6224: checking how to recognise dependant libraries configure:6405: result: pass_all configure:6417: checking command to parse /usr/bin/nm -B output configure:6498: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:6501: $? = 0 configure:6505: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:6508: $? = 0 configure:6560: cc -o conftest -O -pipe -I/usr/local/include conftest.c conftstm.o >&5 configure:6563: $? = 0 configure:6607: result: ok configure:6616: checking for dlfcn.h configure:6621: result: yes configure:6910: checking for ranlib configure:6926: found /usr/bin/ranlib configure:6937: result: ranlib configure:6990: checking for strip configure:7006: found /usr/bin/strip configure:7017: result: strip configure:7228: checking for objdir configure:7239: result: .libs configure:7256: checking for cc option to produce PIC configure:7402: result: -fPIC configure:7406: checking if cc PIC flag -fPIC works configure:7432: cc -c -O -pipe -fPIC -DPIC -I/usr/local/include conftest.c >&5 configure:7435: $? = 0 configure:7438: test -s conftest.o configure:7441: $? = 0 configure:7478: result: yes configure:7494: checking if cc static flag -static works configure:7521: cc -o conftest -O -pipe -I/usr/local/include -static conftest.c -L/usr/local/lib >&5 configure:7524: $? = 0 configure:7527: test -s conftest configure:7530: $? = 0 configure:7545: result: yes configure:7557: checking if cc supports -c -o file.o configure:7579: cc -c -O -pipe -o out/conftest2.o -I/usr/local/include conftest.c >&5 configure:7601: result: yes configure:7606: checking if cc supports -c -o file.lo configure:7636: cc -c -O -pipe -c -o conftest.lo -I/usr/local/include conftest.c >&5 configure:7639: $? = 0 configure:7642: test -s conftest.lo configure:7645: $? = 0 configure:7666: result: yes configure:7697: checking if cc supports -fno-rtti -fno-exceptions configure:7722: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5 configure:7725: $? = 0 configure:7728: test -s conftest.o configure:7731: $? = 0 configure:7747: result: yes configure:7758: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:8450: result: yes configure:8455: checking how to hardcode library paths into programs configure:8479: result: immediate configure:8484: checking whether stripping libraries is possible configure:8489: result: yes configure:8500: checking dynamic linker characteristics configure:8902: result: freebsd4.6 ld.so configure:8907: checking if libtool supports shared libraries configure:8909: result: yes configure:8912: checking whether to build shared libraries configure:8933: result: yes configure:8936: checking whether to build static libraries configure:8940: result: yes configure:9602: checking whether -lc should be explicitly linked in configure:9610: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:9613: $? = 0 configure:9627: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9630: $? = 1 configure:9643: result: yes configure:10315: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on catbert.rotfl.com.au config.status:646: creating Makefile config.status:646: creating libmcrypt.spec config.status:646: creating lib/Makefile config.status:646: creating doc/Makefile config.status:646: creating src/Makefile config.status:646: creating modules/Makefile config.status:646: creating modules/modes/Makefile config.status:646: creating modules/algorithms/Makefile config.status:646: creating lib/mcrypt.h config.status:646: creating lib/libmcrypt-config config.status:750: creating config.h config.status:994: executing depfiles commands config.status:994: executing default-1 commands configure:11524: configuring in libltdl configure:11603: running /usr/local/bin/bash './configure' --prefix=/usr/local '--prefix=/usr/local' '--build=i386-portbld-freebsd4.6' 'CC=cc' 'CFLAGS=-O -pipe ' 'CPPFLAGS=-I/usr/local/include' 'build_alias=i386-portbld-freebsd4.6' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=. configure:11608: error: /usr/local/bin/bash './configure' failed for libltdl ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-portbld-freebsd4.6 ac_cv_build_alias=i386-portbld-freebsd4.6 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-portbld-freebsd4.6 ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mlock=yes ac_cv_func_readdir=yes ac_cv_func_readdir_r=yes ac_cv_header_byteswap_h=no ac_cv_header_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_endian_h=no ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_endian_h=no ac_cv_header_sys_mman_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-portbld-freebsd4.6 ac_cv_host_alias=i386-portbld-freebsd4.6 ac_cv_lib_ltdl_lt_dlmutex_register=no ac_cv_lib_ltdl_main=yes ac_cv_objext=o ac_cv_prog_AWK=nawk ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_make_make_set=yes ac_cv_sizeof_unsigned_char=1 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long_int=4 ac_cv_sizeof_unsigned_short_int=2 ac_cv_target=i386-portbld-freebsd4.6 ac_cv_target_alias=i386-portbld-freebsd4.6 ac_cv_type_unsigned_char=yes ac_cv_type_unsigned_int=yes ac_cv_type_unsigned_long_int=yes ac_cv_type_unsigned_short_int=yes am_cv_CC_dependencies_compiler_type=gcc lt_cv_archive_cmds_need_lc=yes lt_cv_compiler_c_o=yes lt_cv_compiler_o_lo=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_ld_reload_flag=-r lt_cv_path_LD=/usr/libexec/elf/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/bin/sed lt_cv_prog_cc_can_build_shared=yes lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_pic=' -fPIC' lt_cv_prog_cc_pic_works=yes lt_cv_prog_cc_shlib= lt_cv_prog_cc_static=-static lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_wl=-Wl, lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_path_separator=: configure: exit 1 --------------040404090009010107030101 Content-Type: text/plain; name="libmcrypt.err" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="libmcrypt.err" configure: configuring in libltdl configure: running /usr/local/bin/bash './configure' --prefix=/usr/local '--pre fix=/usr/local' '--build=i386-portbld-freebsd4.6' 'CC=cc' 'CFLAGS=-O -pipe ' 'CP PFLAGS=-I/usr/local/include' 'build_alias=i386-portbld-freebsd4.6' --enable-ltdl -install=no --cache-file=/dev/null --srcdir=. configure: warning: CC=cc: invalid host type configure: warning: CFLAGS=-O -pipe : invalid host type configure: error: can only configure for one host and one target at a time configure: error: /usr/local/bin/bash './configure' failed for libltdl ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/pkg/ports/security/libmcrypt/work/libmcrypt-2.5.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /pkg/ports/security/libmcrypt. --------------040404090009010107030101-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 20: 6:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F2637B400; Wed, 31 Jul 2002 20:06:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5084A43F75; Wed, 31 Jul 2002 19:51:22 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g712pCJU003938; Wed, 31 Jul 2002 19:51:12 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g712owlt003901; Wed, 31 Jul 2002 19:50:58 -0700 (PDT) Date: Wed, 31 Jul 2002 19:50:58 -0700 (PDT) From: Patrick Li Message-Id: <200208010250.g712owlt003901@freefall.freebsd.org> To: adam@vectors.cx, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41093: patch: fix x11-toolkits/xview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: patch: fix x11-toolkits/xview State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Wed Jul 31 19:50:49 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41093 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 20:33: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1198137B400; Wed, 31 Jul 2002 20:33:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B775E43E65; Wed, 31 Jul 2002 20:33:05 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g713X5JU011386; Wed, 31 Jul 2002 20:33:05 -0700 (PDT) (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g713X5i8011382; Wed, 31 Jul 2002 20:33:05 -0700 (PDT) Date: Wed, 31 Jul 2002 20:33:05 -0700 (PDT) From: "Vanilla I. Shu" Message-Id: <200208010333.g713X5i8011382@freefall.freebsd.org> To: plasma@freebsd.sinica.edu.tw, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41163: New port: devel/aegis-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/aegis-mode.el State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Wed Jul 31 20:31:51 PDT 2002 State-Changed-Why: Required by submitter, because this ports can't work with emacs21. http://www.freebsd.org/cgi/query-pr.cgi?pr=41163 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 20:50:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E1937B400 for ; Wed, 31 Jul 2002 20:50:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4AB443E6E for ; Wed, 31 Jul 2002 20:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g713o7JU012463 for ; Wed, 31 Jul 2002 20:50:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g713o7Vu012462; Wed, 31 Jul 2002 20:50:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E13637B400 for ; Wed, 31 Jul 2002 20:48:52 -0700 (PDT) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 983BB43E3B for ; Wed, 31 Jul 2002 20:48:50 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.46.1.83]) by t-mta2.odn.ne.jp with ESMTP id <20020801034848824.DJDP.789.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; Thu, 1 Aug 2002 12:48:48 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 0F62955A7; Thu, 1 Aug 2002 12:48:42 +0900 (JST) Message-Id: <20020801034842.0F62955A7@hadaly.dyndns.org> Date: Thu, 1 Aug 2002 12:48:42 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41218: Mk/bsd.sites.mk - add ISC master sites Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41218 >Category: ports >Synopsis: Mk/bsd.sites.mk - add ISC master sites >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 Jul 31 20:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE-p5 FreeBSD 4.6.1-RELEASE-p5 #11: Thu Aug 1 10:41:04 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: Add MASTER_SITE_ISC. bind, isc-dhcp and inn ports can use this. The list was mainly taken from net/isc-dhcp3 and removed some dead servers pointed out by the distfiles survey. >How-To-Repeat: >Fix: Index: bsd.sites.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.sites.mk,v retrieving revision 1.95 diff -u -r1.95 bsd.sites.mk --- bsd.sites.mk 2002/07/25 18:49:37 1.95 +++ bsd.sites.mk 2002/08/01 03:45:10 @@ -89,6 +89,35 @@ ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/www.gnome.org/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ +MASTER_SITE_ISC+= \ + ftp://ftp.isc.org/isc/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/infosys/servers/isc/%SUBDIR%/ \ + ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \ + ftp://ftp.grolier.fr/pub/isc/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ \ + ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \ + ftp://ftp.fsn.hu/pub/isc/%SUBDIR%/ \ + ftp://ftp.kyushu-u.ac.jp/pub/Net/isc/%SUBDIR%/ \ + ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \ + ftp://ftp.dti.ad.jp/pub/net/isc/%SUBDIR%/ \ + ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \ + ftp://ftp.linux.lv/pub/software/isc/%SUBDIR%/ \ + ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \ + ftp://ftp.cdu.elektra.ru/pub/unix/isc/%SUBDIR%/ \ + ftp://ftp.si.uniovi.es/mirror/isc/%SUBDIR%/ \ + ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \ + ftp://ftp.chl.chalmers.se/pub/unix/network/isc/%SUBDIR%/ \ + ftp://unix.hensa.ac.uk/mirrors/ftp.isc.org/isc/%SUBDIR%/ \ + ftp://ftp.epix.net/pub/isc/%SUBDIR%/ \ + ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \ + ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ \ + ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \ + ftp://ftp.nl.uu.net/pub/mirrors/ftp.isc.org/%SUBDIR%/ \ + ftp://ftp.pop-mg.com.br/pub/isc/%SUBDIR%/ \ + ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ \ + ftp://ftp.ulak.net.tr/pub/networking/isc/%SUBDIR%/ \ + ftp://ftp.metu.edu.tr/pub/mirrors/ftp.isc.org/%SUBDIR%/ + MASTER_SITE_GNU+= \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://gatekeeper.dec.com/pub/GNU/%SUBDIR%/ \ >Release-Note: >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 Jul 31 22:20:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA5C437B400 for ; Wed, 31 Jul 2002 22:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3263043E65 for ; Wed, 31 Jul 2002 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g715K2JU027936 for ; Wed, 31 Jul 2002 22:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g715K2ZM027935; Wed, 31 Jul 2002 22:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D3C437B400 for ; Wed, 31 Jul 2002 22:18:03 -0700 (PDT) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B97F43E3B for ; Wed, 31 Jul 2002 22:18:02 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.46.1.83]) by t-mta2.odn.ne.jp with ESMTP id <20020801051800808.DUYA.789.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; Thu, 1 Aug 2002 14:18:00 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 1F5E255A7; Thu, 1 Aug 2002 14:17:55 +0900 (JST) Message-Id: <20020801051755.1F5E255A7@hadaly.dyndns.org> Date: Thu, 1 Aug 2002 14:17:55 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41219: Mk/bsd.sites.mk - add Apache master sites Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41219 >Category: ports >Synopsis: Mk/bsd.sites.mk - add Apache master sites >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 Jul 31 22:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE-p5 FreeBSD 4.6.1-RELEASE-p5 #11: Thu Aug 1 10:41:04 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: Add MASTER_SITE_APACHE and MASTER_SITE_APACHE_HTTPD. The former holds all software released by the Apache project but the later doesn't. This list is based on http://www.apache.org/mirrors/ . Since the list is so long, I eliminate some mirrors that just didn't respond or held old contents. But still too long. >How-To-Repeat: >Fix: Index: bsd.sites.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.sites.mk,v retrieving revision 1.95 diff -u -r1.95 bsd.sites.mk --- bsd.sites.mk 2002/07/25 18:49:37 1.95 +++ bsd.sites.mk 2002/08/01 05:12:36 @@ -40,6 +40,67 @@ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/X11/windowmanagers/afterstep/%SUBDIR%/ +MASTER_SITE_APACHE+= \ + http://nagoya.apache.org/dist/%SUBDIR%/ + +MASTER_SITE_APACHE_HTTPD+= \ + ${MASTER_SITE_APACHE} \ + http://www.apache.org/dist/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/%SUBDIR%/ \ + ftp://ftp.planetmirror.com/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.pop-mg.com.br/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.gin.cz/pub/mirrors/www.apache.org/dist/%SUBDIR%/ \ + ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \ + ftp://ftp.apache.de/mirrors/dev.apache.org/dist/%SUBDIR%/ \ + ftp://ftp.cs.tu-berlin.de/pub/net/www/apache/dist/%SUBDIR%/ \ + ftp://ftp.dkuug.dk/pub/apache/%SUBDIR%/ \ + ftp://sunsite.auc.dk/pub/infosystems/www/apache/dist/%SUBDIR%/ \ + ftp://ftp.pspt.fi/pub/unix/www/apache/dist/%SUBDIR%/ \ + ftp://mir1.ovh.net/ftp.apache.org/dist/%SUBDIR%/ \ + ftp://ftp.forthnet.gr/pub/www/apache/dist/%SUBDIR%/ \ + ftp://sunsite.srce.hr/mirrors/ftp.apache.org/apache/dist/%SUBDIR%/ \ + ftp://ebizlab.hit.bme.hu/pub/apache/dist/%SUBDIR%/ \ + ftp://xenia.sote.hu/pub/linux/mirrors/www.apache.org/dist/%SUBDIR%/ \ + ftp://ftp.esat.net/mirrors/ftp.apache.org/dist/%SUBDIR%/ \ + ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/%SUBDIR%/ \ + ftp://ftp.rhnet.is/pub/apache/%SUBDIR%/ \ + ftp://apache.theomnistore.com/mirror/apache/dist/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/dist/&,} \ + ftp://ftp.nuri.net/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.sogang.ac.kr/www/apache/dist/%SUBDIR%/ \ + ftp://ftp.xgate.co.kr/pub/mirror/apache/dist/%SUBDIR%/ \ + ftp://apache.unam.mx/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.azc.uam.mx/mirrors/apache/dist/%SUBDIR%/ \ + ftp://ftp.task.gda.pl/pub/www/apache/dist/%SUBDIR%/ \ + ftp://sunsite.icm.edu.pl/pub/www/apache/dist/%SUBDIR%/ \ + ftp://ftp.ist.utl.pt/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.telepac.pt/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/dist/%SUBDIR%/ \ + ftp://ftp.opsynet.com/linux/apache/dist/%SUBDIR%/ \ + ftp://apache.rinet.ru/pub/mirror/apache.org/dist/%SUBDIR%/ \ + ftp://ftp.chg.ru/pub/WWW/apache/dist/%SUBDIR%/ \ + ftp://ftp.sunet.se/pub/www/servers/apache/dist/%SUBDIR%/ \ + ftp://swamp.chl.chalmers.se/pub/apache/dist/%SUBDIR%/ \ + ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/%SUBDIR%/ \ + ftp://ftp.flirble.org/pub/web/apache/dist/%SUBDIR%/ \ + ftp://ftp.gbnet.net/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.plig.net/pub/apache/dist/%SUBDIR%/ \ + ftp://mirrors.rmplc.co.uk/pub/apache/dist/%SUBDIR%/ \ + ftp://apache.secsup.org/pub/apache/dist/%SUBDIR%/ \ + ftp://apache.valueclick.com/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.apache.inetcosmos.org/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/%SUBDIR%/ \ + ftp://ftp.digex.net/pub/packages/network/apache/%SUBDIR%/ \ + ftp://ftp.epix.net/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.knowledge.com/pub/mirrors/apache/dist/%SUBDIR%/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/%SUBDIR%/ \ + ftp://ftp.sunsite.utk.edu/pub/apache/dist/%SUBDIR%/ \ + ftp://ftp.tux.org/pub/net/apache/dist/%SUBDIR%/ \ + ftp://mirror.telentente.com/pub/apache/dist/%SUBDIR%/ \ + ftp://www.ibiblio.org/pub/packages/infosystems/WWW/servers/apache/%SUBDIR%/ \ + ftp://ftp.saix.net/pub/apache/dist/%SUBDIR%/ \ + ftp://ftpza.co.za/pub/mirrors/apache/ + MASTER_SITE_COMP_SOURCES+= \ ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/Unix/com.sources.%SUBDIR%/ \ >Release-Note: >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 Jul 31 22:50:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD89837B400 for ; Wed, 31 Jul 2002 22:50:35 -0700 (PDT) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id F365143E42 for ; Wed, 31 Jul 2002 22:50:33 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.sub.org [127.0.0.1]) by net2.dinoex.sub.org (8.12.5/8.12.5) with ESMTP id g715o95H007576 for ; Thu, 1 Aug 2002 07:50:10 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.5/8.12.5/Submit) with BSMTP id g715o9Dp007560 for ; Thu, 1 Aug 2002 07:50:09 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-ports@FreeBSD.ORG Message-ID: <7qiPB/zso6@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Bug in pkg_add? Date: Thu, 01 Aug 2002 07:42:51 +0200 X-Mailer: Dinoex 1.79 References: <3D47F933.31C553E8@FreeBSD.org> <3D47D344.8E23AECF@FreeBSD.org> <20020731130208.GH52296@squall.waterspout.com> <3D47F933.31C553E8@FreeBSD.org> <20020731150600.GL52296@squall.waterspout.com> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20020801000000S+2@dinoex.sub.org X-Accept-Language: de,en X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-No-Archive: yes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Will Andrews schrieb:, > We should have axed it ages ago with the rest of the 2.x related > bit rot. Hell, even 3.x support should be axed too solely based > on that nobody is maintaining it and it's just cluttering up > bsd.port.mk. When was the last time anyone here used a 3.x or > earlier machine with the current ports tree? Well, I did 4 weeks ago, when i build openssh/openssl in a 3.x jail. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 31 23:10: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED8237B400 for ; Wed, 31 Jul 2002 23:10:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB4F43E5E for ; Wed, 31 Jul 2002 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g716A1JU035986 for ; Wed, 31 Jul 2002 23:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g716A14D035985; Wed, 31 Jul 2002 23:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7C7937B400 for ; Wed, 31 Jul 2002 23:05:22 -0700 (PDT) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F2DD43E65 for ; Wed, 31 Jul 2002 23:05:21 -0700 (PDT) (envelope-from chris@aims.com.au) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id g7165Ie73180 for ; Thu, 1 Aug 2002 16:05:19 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Thu, 01 Aug 2002 16:04:59 +1000 Message-Id: <200208010601.g7161Am66505@dbserver2.aims.private> Date: Thu, 1 Aug 2002 16:04:57 +1000 From: chris@aims.com.au Reply-To: To: X-Send-Pr-Version: 3.113 Subject: ports/41221: [PATCH] textproc/glark: add ruby dependency Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41221 >Category: ports >Synopsis: [PATCH] textproc/glark: add ruby dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 23:10:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.5-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD dbserver2.aims.private 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Tue May 28 16:40:24 EST 2002 root@dbserver2.aims.private:/usr/obj/usr/src/sys/DBSERVER i386 >Description: glark is a ruby script, so add ruby as a dependency >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/glark/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 30 Jul 2002 13:53:53 -0000 1.1 +++ Makefile 1 Aug 2002 05:55:34 -0000 @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org NO_BUILD= yes +USE_RUBY= yes MAN1= glark.1 >Release-Note: >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 Jul 31 23:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 970F337B400 for ; Wed, 31 Jul 2002 23:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A376643E72 for ; Wed, 31 Jul 2002 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g716K1JU036698 for ; Wed, 31 Jul 2002 23:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g716K1lv036697; Wed, 31 Jul 2002 23:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2E4E37B400 for ; Wed, 31 Jul 2002 23:19:01 -0700 (PDT) Received: from mail.tecdigital.net (midgar.tecdigital.net [67.29.135.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C83B43E72 for ; Wed, 31 Jul 2002 23:19:01 -0700 (PDT) (envelope-from root@tecdigital.net) Received: by mail.tecdigital.net (Postfix, from userid 0) id 1FEF322530; Thu, 1 Aug 2002 01:18:44 -0500 (CDT) Message-Id: <20020801061844.1FEF322530@mail.tecdigital.net> Date: Thu, 1 Aug 2002 01:18:44 -0500 (CDT) From: Mario Doria Reply-To: Mario Doria To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41222: Disftinfo for ports/security/cyrus-sasl is wrong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41222 >Category: ports >Synopsis: Disftinfo for ports/security/cyrus-sasl is wrong >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 23:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mario Doria >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD midgar.tecdigital.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Jul 16 15:41:38 CDT 2002 madd@midgar.tecdigital.net:/usr/obj/usr/src/sys/MIDGAR i386 >Description: Distfinfo for ports/security/cyrus-sasl is wrong. >How-To-Repeat: Do a 'make' of the port. >Fix: Attached is the correct distinfo data. --- diffs begins here --- --- distinfo Wed Jun 26 16:00:09 2002 +++ distinfo.new Thu Aug 1 01:15:42 2002 @@ -1,4 +1,4 @@ MD5 (cyrus-sasl-1.5.27.tar.gz) = 76ea426e2e2da3b8d2e3a43af5488f3b -MD5 (sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz) = 3e2b5cf7c5f8f0e8551f28a8d83391bb +MD5 (sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz) = 3dc800b8a173adb419b6ea9ed8ba5f20 MD5 (sasl_apop_patch.gz) = 6bf7a34b73d1c8d139d2269069d1ba4c MD5 (cyrus-sasl-1.5.27-ipv6-20020106.diff.gz) = b2956a084954a46ba2d751f56a80a275 --- diffs ends here --- >Release-Note: >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 Jul 31 23:40:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F30E37B400 for ; Wed, 31 Jul 2002 23:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D617843E70 for ; Wed, 31 Jul 2002 23:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g716e1JU038257 for ; Wed, 31 Jul 2002 23:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g716e1RU038256; Wed, 31 Jul 2002 23:40:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF9F737B400 for ; Wed, 31 Jul 2002 23:38:52 -0700 (PDT) Received: from incinerator.seecolinslash.com (dsl081-071-120.sfo1.dsl.speakeasy.net [64.81.71.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AAA243E3B for ; Wed, 31 Jul 2002 23:38:52 -0700 (PDT) (envelope-from monkey@incinerator.seecolinslash.com) Received: (from monkey@localhost) by incinerator.seecolinslash.com (8.11.6/8.11.6) id g716Qqa09189; Wed, 31 Jul 2002 23:26:52 -0700 (PDT) (envelope-from monkey) Message-Id: <200208010626.g716Qqa09189@incinerator.seecolinslash.com> Date: Wed, 31 Jul 2002 23:26:52 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41223: new port: misc/wmtunlo - 2-d tunnel dockapp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41223 >Category: ports >Synopsis: new port: misc/wmtunlo - 2-d tunnel dockapp >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 Jul 31 23:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD manifold.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #10: Sat Jun 29 16:50:17 PDT 2002 root@manifold.vectors.cx:/usr/src/sys/compile/subspace i386 >Description: wmtunlo is a simple 2-d tunnel zoooooooomy thing for the WM dock. >How-To-Repeat: >Fix: --- wmtunlo.shar begins here --- # 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: # # /usr/ports/BUILD/wmtunlo/ # /usr/ports/BUILD/wmtunlo/Makefile # /usr/ports/BUILD/wmtunlo/pkg-comment # /usr/ports/BUILD/wmtunlo/pkg-descr # /usr/ports/BUILD/wmtunlo/distinfo # /usr/ports/BUILD/wmtunlo/pkg-plist # /usr/ports/BUILD/wmtunlo/files # /usr/ports/BUILD/wmtunlo/files/patch-Makefile # echo c - /usr/ports/BUILD/wmtunlo/ mkdir -p /usr/ports/BUILD/wmtunlo/ > /dev/null 2>&1 echo x - /usr/ports/BUILD/wmtunlo/Makefile sed 's/^X//' >/usr/ports/BUILD/wmtunlo/Makefile << 'END-of-/usr/ports/BUILD/wmtunlo/Makefile' X# New ports collection makefile for: wmtunlo X# Date created: 27 July 2002 X# Whom: Adam Weinberger X# X# $FreeBSD$ X# X XPORTNAME= wmtunlo XPORTVERSION= 0.0.1 XCATEGORIES= windowmaker misc XMASTER_SITES= http://clay.ll.pl/download/ XDISTNAME= wmtunlo X XMAINTAINER= adam@vectors.cx X XUSE_REINPLACE= yes XUSE_X_PREFIX= yes XUSE_XPM= yes X Xpost-build: X.for i in 1 2 3 4 5 X @${REINPLACE_CMD} -e 's|./wmtunlo|${PREFIX}/bin/wmtunlo|g' \ X ${WRKSRC}/example${i} X.endfor X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/wmtunlo ${PREFIX}/bin X.for i in 1 2 3 4 5 X @${INSTALL_SCRIPT} ${WRKSRC}/example${i} \ X ${PREFIX}/bin/wmtunlo.example${i} X.endfor X X.include END-of-/usr/ports/BUILD/wmtunlo/Makefile echo x - /usr/ports/BUILD/wmtunlo/pkg-comment sed 's/^X//' >/usr/ports/BUILD/wmtunlo/pkg-comment << 'END-of-/usr/ports/BUILD/wmtunlo/pkg-comment' XA bo(O)oooring 2d tunnel in wmaker dock END-of-/usr/ports/BUILD/wmtunlo/pkg-comment echo x - /usr/ports/BUILD/wmtunlo/pkg-descr sed 's/^X//' >/usr/ports/BUILD/wmtunlo/pkg-descr << 'END-of-/usr/ports/BUILD/wmtunlo/pkg-descr' XThis is a WindowMaker dockapp that displays a zooming 2-D tunnel. The Xvisualization is highly customizable, using 14 arguments. 5 example Xcustomizations are provided as shell scripts, named wmtunlo.example1 Xthrough wmtunlo.example5. X X- Adam Weinberger Xadam@vectors.cx END-of-/usr/ports/BUILD/wmtunlo/pkg-descr echo x - /usr/ports/BUILD/wmtunlo/distinfo sed 's/^X//' >/usr/ports/BUILD/wmtunlo/distinfo << 'END-of-/usr/ports/BUILD/wmtunlo/distinfo' XMD5 (wmtunlo.tar.gz) = 66aae4349e6eb75b4286ff7c74ba5796 END-of-/usr/ports/BUILD/wmtunlo/distinfo echo x - /usr/ports/BUILD/wmtunlo/pkg-plist sed 's/^X//' >/usr/ports/BUILD/wmtunlo/pkg-plist << 'END-of-/usr/ports/BUILD/wmtunlo/pkg-plist' Xbin/wmtunlo Xbin/wmtunlo.example1 Xbin/wmtunlo.example2 Xbin/wmtunlo.example3 Xbin/wmtunlo.example4 Xbin/wmtunlo.example5 END-of-/usr/ports/BUILD/wmtunlo/pkg-plist echo c - /usr/ports/BUILD/wmtunlo/files mkdir -p /usr/ports/BUILD/wmtunlo/files > /dev/null 2>&1 echo x - /usr/ports/BUILD/wmtunlo/files/patch-Makefile sed 's/^X//' >/usr/ports/BUILD/wmtunlo/files/patch-Makefile << 'END-of-/usr/ports/BUILD/wmtunlo/files/patch-Makefile' X--- Makefile.orig Sat Jul 20 04:32:12 2002 X+++ Makefile Sat Jul 27 02:18:29 2002 X@@ -1,14 +1,15 @@ X X wmTunlo: wmtunlo.o wmgeneral.o X- gcc wmgeneral.o wmtunlo.o -o wmtunlo -L/usr/X11R6/lib -lXpm -lX11 -lXext -lm X+ ${CC} wmgeneral.o wmtunlo.o -o wmtunlo \ X+ -L${X11BASE}/lib -lXpm -lX11 -lXext -lm X X wmtunlo.o: wmtunlo.c wmgeneral.c wmgeneral.h dock-master.xpm dock-mask.xbm X- gcc -O3 -Wall -c wmtunlo.c X+ ${CC} $(CFLAGS) -c wmtunlo.c -I${X11BASE}/include X X wmgeneral.o: wmgeneral.c wmgeneral.h X- gcc -O3 -Wall -c wmgeneral.c -I/usr/X11R6/include/X11 X+ ${CC} $(CFLAGS) -c wmgeneral.c -I${X11BASE}/include X X clean: X rm -f *~ *.o wmtunlo X X- X+all: wmTunlo END-of-/usr/ports/BUILD/wmtunlo/files/patch-Makefile exit --- wmtunlo.shar ends here --- >Release-Note: >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 Jul 31 23:40:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6829137B401 for ; Wed, 31 Jul 2002 23:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB2E43E6E for ; Wed, 31 Jul 2002 23:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g716e2JU038272 for ; Wed, 31 Jul 2002 23:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g716e2Xa038270; Wed, 31 Jul 2002 23:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F3D37B400 for ; Wed, 31 Jul 2002 23:39:06 -0700 (PDT) Received: from incinerator.seecolinslash.com (dsl081-071-120.sfo1.dsl.speakeasy.net [64.81.71.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC29343E3B for ; Wed, 31 Jul 2002 23:39:05 -0700 (PDT) (envelope-from monkey@incinerator.seecolinslash.com) Received: (from monkey@localhost) by incinerator.seecolinslash.com (8.11.6/8.11.6) id g716R7B09241; Wed, 31 Jul 2002 23:27:07 -0700 (PDT) (envelope-from monkey) Message-Id: <200208010627.g716R7B09241@incinerator.seecolinslash.com> Date: Wed, 31 Jul 2002 23:27:07 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41224: update port: textproc/yodl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41224 >Category: ports >Synopsis: update port: textproc/yodl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 23:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #117: Tue Jul 30 21:38:43 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: update textproc/yodl 1.22 -> 1.31.18 >How-To-Repeat: >Fix: this contains: 1) a patch for textproc/yodl/Makefile 2) a patch for textproc/yodl/distinfo 3) new file: textproc/yodl/files/patch-src.lib.lib.h all the other files in textproc/yodl/files/ can be deleted. -Adam --- yodl_makefile.patch begins here --- --- Makefile.orig Wed Jul 31 23:25:30 2002 +++ Makefile Wed Jul 31 23:25:46 2002 @@ -6,15 +6,17 @@ # PORTNAME= yodl -PORTVERSION= 1.22 +PORTVERSION= 1.31.18 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.sco.com/skunkware/src/textproc/ \ - ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/textproc/ \ - ftp://ftp.vse.cz/pub/.sd10c/SCO/ftp.sco.com/skunkware/src/textproc/ \ - ftp://ftp.netsw.org/netsw/Typesetting/ASCII/Generate/ \ - ftp://ftp.win.ne.jp/pub/misc/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/misc/ \ - ftp://ftp.sunet.se/pub3/vendor/sco/skunkware/src/textproc/ +MASTER_SITES= ftp://ftp.lilypond.org/pub/yodl/development/ \ + http://www.foad.org/zsh/zsh/ \ + http://www.zsh.org/pub/GPL/ \ + http://mirrors.sunsite.dk/ \ + http://www.math.technion.ac.il/pub/zsh/GPL/ \ + http://litterbug.lut.ac.uk/zsh/ \ + http://ftp.rge.com/pub/shells/zsh/GPL/ \ + http://ftp.dmz.digex.net/pub/packages/ \ + http://linux.sarang.net/ftp/mirror/system/shell/zsh/GPL/ MAINTAINER= dburr@FreeBSD.org @@ -23,21 +25,17 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/latex \ dvips:${PORTSDIR}/print/dvips -ALL_TARGET= progs manpages misc/striproff -INSTALL_TARGET= installman installmanual +GNU_CONFIGURE= yes +USE_GMAKE= yes +MAKEFILE= GNUmakefile MAN1= yodl.1 \ striproff.1 \ yodlconverters.1 -MAN5= yodl.5 MAN7= yodlmacros.7 \ yodlmanpage.7 -do-build: - (cd ${WRKSRC} && ${SETENV} CFLAGS="${CFLAGS}" ${GMAKE} PREFIX=${PREFIX} progs) - (cd ${WRKSRC}/misc && gcc ${CFLAGS} -s -o striproff striproff.c) - post-install: - @${INSTALL_PROGRAM} ${WRKSRC}/misc/striproff ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/scripts/out/striproff ${PREFIX}/bin .include --- yodl_makefile.patch ends here --- --- yodl_distinfo.patch begins here --- --- distinfo.orig Wed Jul 31 23:25:40 2002 +++ distinfo Wed Jul 31 23:25:49 2002 @@ -1 +1 @@ -MD5 (yodl-1.22.tar.gz) = 04f46f2ae4d1823865ef14fec9998b84 +MD5 (yodl-1.31.18.tar.gz) = 247c5bf178baeb1f0b96511323f30a61 --- yodl_distinfo.patch ends here --- --- patch-src.lib.lib.h begins here --- --- src/lib/lib.h.orig Wed Jul 31 23:08:06 2002 +++ src/lib/lib.h Wed Jul 31 23:08:35 2002 @@ -16,7 +16,7 @@ #if HAVE_MALLOC_H # include -#elif defined STDC_HEADERS +#elif defined STDC_HEADERS && !defined __FreeBSD__ extern void free PARAMS ((char *)); extern char *malloc PARAMS ((int)); extern char *realloc PARAMS ((char*, int)); --- patch-src.lib.lib.h ends here --- >Release-Note: >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 Thu Aug 1 0:10: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C13237B400 for ; Thu, 1 Aug 2002 00:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D04E43E6A for ; Thu, 1 Aug 2002 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g717A2JU044961 for ; Thu, 1 Aug 2002 00:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g717A2sm044960; Thu, 1 Aug 2002 00:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE96237B401; Thu, 1 Aug 2002 00:02:36 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8032A43E75; Thu, 1 Aug 2002 00:02:36 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 7956D2B6E5; Thu, 1 Aug 2002 09:02:33 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 01DE86A711E; Thu, 1 Aug 2002 17:02:26 +1000 (EST) Message-Id: <20020801070226.01DE86A711E@k7.mavetju> Date: Thu, 1 Aug 2002 17:02:26 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org Cc: security-officer@FreeBSD.org, dinoex@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41225: openssh-3.4p1.tar.gz trojaned Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41225 >Category: ports >Synopsis: openssh-3.4p1.tar.gz trojaned >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 00:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: Do *NOT* update the md5 checksum on openssh-3.4p1. The file on ftp.openbsd.org is trojaned. >How-To-Repeat: >Fix: >Release-Note: >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 Thu Aug 1 0:36:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66CA837B401; Thu, 1 Aug 2002 00:36:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3D943E42; Thu, 1 Aug 2002 00:36:31 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g717aUJU047554; Thu, 1 Aug 2002 00:36:30 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g717aUCi047550; Thu, 1 Aug 2002 00:36:30 -0700 (PDT) Date: Thu, 1 Aug 2002 00:36:30 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200208010736.g717aUCi047550@freefall.freebsd.org> To: fuyuki@hadaly.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41218: Mk/bsd.sites.mk - add ISC master sites Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Mk/bsd.sites.mk - add ISC master sites State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Aug 1 00:36:19 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=41218 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 0:38:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 629B937B64A; Thu, 1 Aug 2002 00:38:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1595C43E65; Thu, 1 Aug 2002 00:38:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g717cDJU047920; Thu, 1 Aug 2002 00:38:13 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g717cDws047916; Thu, 1 Aug 2002 00:38:13 -0700 (PDT) Date: Thu, 1 Aug 2002 00:38:13 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200208010738.g717cDws047916@freefall.freebsd.org> To: chris@aims.com.au, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41221: [PATCH] textproc/glark: add ruby dependency Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] textproc/glark: add ruby dependency State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Aug 1 00:37:58 PDT 2002 State-Changed-Why: committed, thankscommitted, thankscommitted, thankscommitted, thankscommitted, thankscommitted, thankscommitted, thankscommitted, thankscommitted, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=41221 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 0:39: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A5637B400; Thu, 1 Aug 2002 00:39:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BBFC43E3B; Thu, 1 Aug 2002 00:39:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g717d4JU048034; Thu, 1 Aug 2002 00:39:04 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g717d4ND048030; Thu, 1 Aug 2002 00:39:04 -0700 (PDT) Date: Thu, 1 Aug 2002 00:39:04 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200208010739.g717d4ND048030@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dburr@FreeBSD.org Subject: Re: ports/41224: update port: textproc/yodl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update port: textproc/yodl Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: ijliao Responsible-Changed-When: Thu Aug 1 00:38:55 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41224 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 0:39:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E9537B400; Thu, 1 Aug 2002 00:39:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D8B643E65; Thu, 1 Aug 2002 00:39:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g717duJU048133; Thu, 1 Aug 2002 00:39:56 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g717duuP048129; Thu, 1 Aug 2002 00:39:56 -0700 (PDT) Date: Thu, 1 Aug 2002 00:39:56 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200208010739.g717duuP048129@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/41225: openssh-3.4p1.tar.gz trojaned Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: openssh-3.4p1.tar.gz trojaned Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: ijliao Responsible-Changed-When: Thu Aug 1 00:39:44 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41225 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 0:40:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE4D37B400 for ; Thu, 1 Aug 2002 00:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D935143E8A for ; Thu, 1 Aug 2002 00:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g717e3JU048183 for ; Thu, 1 Aug 2002 00:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g717e3Di048182; Thu, 1 Aug 2002 00:40:03 -0700 (PDT) Date: Thu, 1 Aug 2002 00:40:03 -0700 (PDT) Message-Id: <200208010740.g717e3Di048182@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kimura Fuyuki Subject: Re: ports/41219: Mk/bsd.sites.mk - add Apache master sites Reply-To: Kimura Fuyuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41219; it has been noted by GNATS. From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/41219: Mk/bsd.sites.mk - add Apache master sites Date: Thu, 01 Aug 2002 16:36:04 +0900 This could be better. Index: bsd.sites.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.sites.mk,v retrieving revision 1.95 diff -u -r1.95 bsd.sites.mk --- bsd.sites.mk 2002/07/25 18:49:37 1.95 +++ bsd.sites.mk 2002/08/01 07:32:46 @@ -40,6 +40,75 @@ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/X11/windowmanagers/afterstep/%SUBDIR%/ +MASTER_SITE_APACHE+= \ + http://nagoya.apache.org/dist/%SUBDIR%/ + +MASTER_SITE_APACHE_HTTPD+= \ + http://www.apache.org/dist/httpd/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.planetmirror.com/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.pop-mg.com.br/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.gin.cz/pub/mirrors/www.apache.org/dist/httpd/%SUBDIR%/ \ + ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/httpd/%SUBDIR%/ \ + ftp://ftp.apache.de/mirrors/dev.apache.org/dist/httpd/%SUBDIR%/ \ + ftp://ftp.cs.tu-berlin.de/pub/net/www/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.dkuug.dk/pub/apache/httpd/%SUBDIR%/ \ + ftp://sunsite.auc.dk/pub/infosystems/www/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.pspt.fi/pub/unix/www/apache/dist/httpd/%SUBDIR%/ \ + ftp://mir1.ovh.net/ftp.apache.org/dist/httpd/%SUBDIR%/ \ + ftp://ftp.forthnet.gr/pub/www/apache/dist/httpd/%SUBDIR%/ \ + ftp://sunsite.srce.hr/mirrors/ftp.apache.org/apache/dist/httpd/%SUBDIR%/ \ + ftp://ebizlab.hit.bme.hu/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://xenia.sote.hu/pub/linux/mirrors/www.apache.org/dist/httpd/%SUBDIR%/ \ + ftp://ftp.esat.net/mirrors/ftp.apache.org/dist/httpd/%SUBDIR%/ \ + ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/httpd/%SUBDIR%/ \ + ftp://ftp.rhnet.is/pub/apache/httpd/%SUBDIR%/ \ + ftp://apache.theomnistore.com/mirror/apache/dist/httpd/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/dist/httpd/&,} \ + ftp://ftp.nuri.net/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.sogang.ac.kr/www/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.xgate.co.kr/pub/mirror/apache/dist/httpd/%SUBDIR%/ \ + ftp://apache.unam.mx/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.azc.uam.mx/mirrors/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.task.gda.pl/pub/www/apache/dist/httpd/%SUBDIR%/ \ + ftp://sunsite.icm.edu.pl/pub/www/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.ist.utl.pt/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.telepac.pt/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/dist/httpd/%SUBDIR%/ \ + ftp://ftp.opsynet.com/linux/apache/dist/httpd/%SUBDIR%/ \ + ftp://apache.rinet.ru/pub/mirror/apache.org/dist/httpd/%SUBDIR%/ \ + ftp://ftp.chg.ru/pub/WWW/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.sunet.se/pub/www/servers/apache/dist/httpd/%SUBDIR%/ \ + ftp://swamp.chl.chalmers.se/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.flirble.org/pub/web/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.gbnet.net/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.plig.net/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://mirrors.rmplc.co.uk/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://apache.secsup.org/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://apache.valueclick.com/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.apache.inetcosmos.org/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.digex.net/pub/packages/network/apache/httpd/%SUBDIR%/ \ + ftp://ftp.epix.net/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.knowledge.com/pub/mirrors/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.sunsite.utk.edu/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftp.tux.org/pub/net/apache/dist/httpd/%SUBDIR%/ \ + ftp://mirror.telentente.com/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://www.ibiblio.org/pub/packages/infosystems/WWW/servers/apache/httpd/%SUBDIR%/ \ + ftp://ftp.saix.net/pub/apache/dist/httpd/%SUBDIR%/ \ + ftp://ftpza.co.za/pub/mirrors/apache/httpd/%SUBDIR%/ \ + ${MASTER_SITE_APACHE:S,%SUBDIR%,httpd/&,} + +MASTER_SITE_APACHE_JAKARTA+= \ + http://jakarta.apache.org/builds/%SUBDIR%/ \ + ${MASTER_SITE_APACHE:S,%SUBDIR%,jakarta/&,} + +MASTER_SITE_APACHE_XML+= \ + http://xml.apache.org/dist/%SUBDIR%/ \ + ${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,} + MASTER_SITE_COMP_SOURCES+= \ ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/Unix/com.sources.%SUBDIR%/ \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 1:19:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC42237B400 for ; Thu, 1 Aug 2002 01:19:27 -0700 (PDT) Received: from ns.ilimit.es (ns.ilimit.es [80.94.0.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87FB043E6E for ; Thu, 1 Aug 2002 01:19:26 -0700 (PDT) (envelope-from raul@bgta.homeip.net) Received: from pegaso.bgta.homeip.net (80-24-16-20.uc.nombres.ttd.es [80.24.16.20]) by ns.ilimit.es (8.9.1/8.9.1) with ESMTP id KAA24828; Thu, 1 Aug 2002 10:19:17 +0200 Content-Type: text/plain; charset="iso-8859-1" From: =?iso-8859-1?q?Ra=FAl=20Romero?= Organization: BgTA To: jeremy@external.org Subject: FreeBSD Port: quanta-2.0.1 Date: Thu, 1 Aug 2002 10:14:55 +0200 User-Agent: KMail/1.4.2 Cc: ports@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208011015.04907.raul@bgta.homeip.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have realized, that from July 27, already exists Quanta3. I send this e-mail, to wonder if already this the port being generated, = or=20 you need someone who does it.=20 Would be charmed with helping. Where I can find information of since the = port=20 generates? - --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | Ra=FAl Romero=09=09| raul@bgta.homeip.net=09=09 | FreeDeveloper ;-)=09=09=09=09=09=09 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | http://bgta.homeip.net/=09| ICQ: 162258467=09| | Jabber: bgta@jabber.org=09| FreeBSD 4.6-p2=09 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9SO4HaZkhm0BosbMRAmyjAJwOt78IcfC1ZJAw1fpJPekfIl0GIQCdER6R dKwvOV+TNpI3SoFdlfj8/FQ=3D =3DuAy+ -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 2:33:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E4E137B400; Thu, 1 Aug 2002 02:33:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0268443E4A; Thu, 1 Aug 2002 02:33:31 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g719XUJU066283; Thu, 1 Aug 2002 02:33:30 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g719XUhO066279; Thu, 1 Aug 2002 02:33:30 -0700 (PDT) Date: Thu, 1 Aug 2002 02:33:30 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200208010933.g719XUhO066279@freefall.freebsd.org> To: plasma@freebsd.sinica.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41153: New port: devel/aegis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/aegis State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Aug 1 02:33:18 PDT 2002 State-Changed-Why: originator requests http://www.freebsd.org/cgi/query-pr.cgi?pr=41153 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 2:40:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA64437B400 for ; Thu, 1 Aug 2002 02:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A690F43E6A for ; Thu, 1 Aug 2002 02:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g719e2JU067112 for ; Thu, 1 Aug 2002 02:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g719e2Bc067111; Thu, 1 Aug 2002 02:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EECD237B400 for ; Thu, 1 Aug 2002 02:36:49 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id E928E43E42 for ; Thu, 1 Aug 2002 02:36:48 -0700 (PDT) (envelope-from plasma@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1026) id C5FBA8A2; Thu, 1 Aug 2002 17:36:50 +0800 (CST) Message-Id: <20020801093650.C5FBA8A2@freebsd.sinica.edu.tw> Date: Thu, 1 Aug 2002 17:36:50 +0800 (CST) From: plasma Reply-To: plasma To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41226: New port: devel/aegis-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41226 >Category: ports >Synopsis: New port: devel/aegis-mode.el >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: Thu Aug 01 02:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: plasma >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: Aegis mode is a major mode for operating in the configuration management tool aegis by Peter Miller. >How-To-Repeat: >Fix: begin 644 aegis.tar.gz M'XL(`'S_2#T``^Q]>7/;2)9G_2M^B@RWM\MNB11!XB#9Z]Y2V;)+T[;LD%3M MF@C':D`0)#'"53@DJWMJ/_N^/'!G@J`."T1;464"^5XF,M\OWY$7H)LK*SS\ MX5'_D#S4%`7]@)"D*5+^-_D;(J0IHY&DC359`[(DC=0?D/*XU:)_<1CI`4(_ M^+8>.KJ8;Q-]1_]T@O_""B/+77J/\PQI.%1EF>$]Y."OC0C^DCR4-$T!\FB, M\1\^3G6*?PG^@>=%=7P=Q?_#&P6]()V@+P_4`^I:_[][R'^J/[[5ZN^;X,1>)1G9/K/L_]@]J7, M_LLCL`72>*B.OK'^_YO:_[GE'NIF/S2,L._'48_>ZZ[K17IDLMMYO%S>LFO# M<_SG[PJ)M)DK:\E)M0S/Y20[>GC% M2?97#B]Y5'7UA+9=U M].4:]XT:!F=#!0(CK"/C[ENDA^N@*)G%_'+I!8:Y&(3K(L$<6*YY$W+2*RF' M[U]??C@^/S]Z=WQ^N+*],-2#VQ)/+"HN+B>9T%NA"'FPN+;X!#_DIT=?HPHA MCE?3,;6O;#<%:^XE%8M,"5Q MBC2NPSXV97I@A9[+*[C$42V^Q,!YR%+_G5J$0EMHF^X'WWY>&L98VHA)BS0FM6&YV"6#0_"+,Y& MEAJQ$9;:OD0X-@O6#U;!!LEBE@U-QBP;F@R134U/25@BKOCMT.&9)YQ<-4XX ME6.:0&>D?$0ZD`0(&N$9--G''<9U/>-*2'3,*+`,<=E^;7M]/.4BIM;72UPL M1)'6XJN0C#N9B!:9X.1%Q+BVNK&@NA`;FN$A2%&WS0'PENF!J2\<93"*2\.S:"_BJT%M\@!EP9M"LTMRDM>3/H$%Z.<47C'3S4+*0% MI@-!XJ%^$UTNKNW*@W)D"+)60>0*..;NBA10F8_,T8/K&PZ91';`8G[E$.C< MQ,*,].J$0)Z#/X3.<^`I6Z^6`X]KZ\NPO54M'?QK'(@X:B9(\AS\^9$\!W^( MSCC(B+;V*91C`:C4K+X,\CE#AX]1!H?U#1_D"@_4%5*7W!I#PFE))NK'!]F`SVRY5C1#*VYM+H M;"CVHV(R=SJ(D`'_L(9,.Z*P<#IYAMV>F"PNG,1"EW@32(Y./6%YX8.-KQUO M`Q<936_DPN'.1B8VGMW(1T<5&]E(7-^`J]E#<9!29@*'4F1*)YXV)P-:L8#ZI24"(0:X6+*]8*%T^L M%2:!6"M\'+%6>/ABK;!QQ&*M,'';R.'BMK'" MQVMC$#=I8X6+V\8*%Z^-%29!UZGP<;I.A8??=2IL7+%RN)I5C(GU)Q@P!PXJ MNR5>.MU[P2&P72!<"HZI>106_8M(O/1B[^=S\%*3\:6`AH>F8A*W)FQ5AD_B MI19=%Y^#EUK<;L'A^+X;<$?_*+X?]"L3#RT>YQGU^_^0HHSS^_]DO/]75;[U M_M]_T_U_?T*GY@W"=C-$AF?;8-LMST4.ZQ!HZ06S/:KB?T)OP/`B(S#A9S'; M@[_1%/U';-^BT7`X`OKGM>>0]#TJK;EN_^0;D&@.(*@=1#>]/P'7\[>!:?Y\ M_N9YK_?IX]G%Z=&'XU?L$?C^'\=GYRV1T MW/MP='YQ?'9Y?G*!T]91Y,\.F;,,O3@P3*CQRARX9G38`^:3TPOX__CLE;!* M/;)S[_+-\:?CTS=0Y,J,(O-K-'O^+UR;\SOCUY]^L9".D6G$=Z M>WET]NY\_]5>OT_L\(*X13#,KZ#$L^.W)[_]4=VQ2!X,.6ZL:-UW[9#'3AUU M+_>@X]-_[+]"KS]]>OO^Z-WYJ_[)\W^]__CZZ/W/1^?'?QQ:KF''"UKT^Y.? M@?Z^0+>M.0;B5'J%60HK^S0!S\BQ*S^YRI;IZ?T\O:"+\/0&+QBPJT5Z15?4 MV0U=0$]NR'HYNR'+X]DU70UG]QD%KXW0R_0!BWEVE5'-["I+)*O0[#JM!EUC M9M?ID\CR1G9)%HSIK37/KM*BV>HONV&+O>PN6]ME"73YA]ZDF2T?60M,[G,R@^R6I&%278995=I M65D!;%&1WJ1E!2D]F&=7:?8@K2E=[F/7>0D':6WQVEURE=66K,RQRZPV05[P M0=:5@JP]9!&-7J9/9L1D12RY3GM(LMZ57/LY)KR:A95->95H"%G383=LU2/I MG2EA62"0]2=V62#0U276/Y+%I%3PV7/84A&[*121\B3K/ID8V"5=U:'7<;Z@ M=,VFYP=FWW+AUK9GO;WG__KP=VP]$=_ND5'$)B8ZI-C$Q<87F]G(8&,36S+R M:,*WD:DT)MG,OI$E':TT8"1#EV9\FYN2#&HV\VUD*0UW-K-O9"D-A#:P0U?U MPBC75T-0&C_'6SIM(:"GYRP$='+P0D`C)S$$-%Q#`8F=QA!0;6$^>CY#0"0' M-H2TN@?B(QT@Z]>?L*`_G_W]_.SU'^F)BST^5-4,U+2MK.66.?`I"U&6WB") M?_[W/%P,Z)S'U=]V9CS,%CJO5GC_N@->]1&>L6'\AZ2ARLY_RAHF(&D,X\#O MX[]O\7>$\4?PGXZB0'=#G8S_^G,]-!#%$E'1RZ^LK$G06% MMV%D.CO3V[__E?\R_5^8H1$\RC,VZ;\R5HC^#T>2.M8T-<6="(H:1GHCGGC!5<(3S18+KI96\8:/\+4'>0M$9D+\7PS"*&P M6T18/;<'!=\BO$:^@F(B#S)`H3"6=1#>[N+#F!*>:=\>(-U=(%ISP_."A>5" M]`2M8"-?RUWUHK49FFE9<]VXPF0/03H\$BH=(#I=A*N#$]F3#DB5D1XBVXHB M"/$@N`IBG[0;$B&>"ZVY;0YZO<^?/\]0_?S34X/;X(^-!_"VDD=["TC3]W]( M\F@H:=C_XS/AW]__\2W^\OB3X+V?K`5`8/M`SZBU_R-M.,S>_S$>R?C\OP+. MX+O]_Q9__7X?Y1`?>(&UVKM8QWA>'TD3)$UGX_%LK-$I_OW]_3SWW@>PBIAQ M-$7#Z6RDS@!6POC33Z@O@Q(?3-`^^=703S_UT%Z?3,^BYR^.CM^=G%_^>O+F M)7K^$_KSG\%4KP(_);RCA![J@1V>D^V9[$#TK)!PZ.A0:<=!9F0<7H,_`3L- M=KC7WWO^XOSC\?N3#R]1_R2?`VZ!-TO$/G^QT"-]804OQ?*!!"B9HC$:,C2F"1K/7YR;HXNAE M)2<'@,6UU5H$+J!R6*!;(I!E`P0H&'D&XG,K=H6O"1LS80R*TM_6&`DDE#='LD91D,>;4$BS\E`H M:%S[8+B@^K\=#"S3?55!)*""35)4"H,B-8.A:I32MXB(<&AHEAX;B5K#U"#? MP\!1E5/!-FDL9%)3V[279U8/EYYE#X83D"/B$::8\$6031H*LDE2;;91O?JH M#P&:RH0?;F/%:C.E5NS\/E9,K5@Q-6_%)DQ]M.EWO#:;N]I,)?TZOXM^J55S MI^;-W7C(]&LZ;A]>0JOXF(!MM(H;\CT,:A6KJ.:MXI@-7<;90+(@1^UPJ`W( M!*4IE1'(T49<$(!ATI][WE7(R3KMA['CZ,&M(*LT[`?FLE[=M(=`3[N+>:S- M]##F4:N81RUG'L=C.N(9C_CF\=\6N`UVLC;30VB<5K636L%.*G2,-):U%@,G M-)B/B=Q&@[DAW\/`5S&86L%@J@P^B.XI?&FXGGM)WJR<15I/J7>R@772S-M!C>&1AO55//(* MN=.`;(\&A2*9AZM@LBT6/$D6C-N$H:')0C3R^O4P:/",U;>"HVJIFN!!+=9# M(,*39L%>3:<'4XS()$&$,5?>O#GC4U*3RT,&IT$NO.$U\S>E_$8E0B\SC&HR MCX4*5^3DXEQ$EH!=QIFPU#>87^CKL8L:(%O2ONY5+HNM2V<0H/P@3VT9C`+@_K8<];C3;"SK/H3X-[WE+S M[?WVI53'AW=#GJ"8(#\>$\\K2Z,-L\W50HJSSO3%R;/<+6U3X"V7Y5Z1XXD\ M0ZBR0+^G'R[6HO'B<)-L=S6^53GEPE+01`K':+@!#I:O`D'>,K<=@]KEX2;9 M&\)X2LU361(5>3FF0KA11;VK3D=?>S MPB/S=DVCTXZR(G^'LAZ36J/8)%M^S\RVD4+Z08,2DGGS.&41@UJ9B&PYE#R[ M^LA8UEG6!MGN.3.9?FVBA&;.QJHJ#3C4;.O-W7<$TM?*SW*WPO"#KUF0XYY8 M%)_9V$0VR7;7@*\JE9QA5-GV`G7CIAN6KR+PO+*V2^*UEJQ)MKN%=QRAY.V7 M.J%+E^K&_35)QHK(\QI5;$>SC36/*O0ZD],@VYV#.8Y@"H9FB@>8^\3@E-R& M4_G`!,I3!N237P/VK((+(/1_7KJZ8^;,/TLUOUI1V61XR='7>&2TT.% MO`2KK4TX04@;2A0A+5$,#N+0'@)XM5VSFB8_%F8(SY-+4*'OX$E#"MYD*`8O MKZZL;?A5+V7DV.M?2@B4U)"/YN/H&JG09IP*;.T#:,H`FC;6KN;@B/2)JS0D M]QTUIQ-0D(D=@&(ZV4Y7?`XY=>'&'76!*GQV8`^-[]&\8K89%PYSZ]!1 MJ=?7QL,VHG/7\*QS,&DJA4E6!3!%(+.*2?(N091S+^1["^_R1K<2^JTV0Z6.=MF!"=LA*K5C5!+0=VV0'VST*Y#L(QD M"LNTLC+7%=]$WMFY&:D"6^M@&M,QZV0XZ8Y+Z@0PRI@",ZJ<7TOT)XC=JVWU MYVG&1^2ES0T`6;09$)5IRGAK37D@\W0OS]()"";4ITRJNSV>WEAMBP=[>WD# M2$J<;4-E.J0!V$03318\JM.^GU9T!P6)Z<:D`[K!7N;?`)429^M084L"DZG( M:;18-[J#@DQCJ:DDBJ5RTY:"(*OM8Q'VR8LF8!4Y6P>60E5F.A*IC"#P;?%X MI#O@J'3&>3K.CALWFQNCGV$IS[BD'V>YP\S8MB#01S7`H,C8.@@TZNBGLEP' M06G&:SOQ9_-==^WQ71$V&W%,!2..PB>%:CIP2S:7Y2K;#)H2<^O@F3+'KHX; MS_UFS>)I0_IUJ'9M+.L8<,I0HBLLTTGE",[NC58:6KH6VSEE.*+;,:93T7:, M%H]3NB!_XLSW02^ZNUI"/HO6!*>XS4`I4PI4]3U73V^X[NQ=N@&-IE!HY,H; M-;NB0]GD?,/=,((,;=AEH0RG$L5+;6$,<%=5ZA1"TE"E"&FB_65Q6#@@N7L* M-6]D^`IL;;-[THCIT;1+>M0%8,;4(4G#[CJD>;/(H^^B!G4!F,F$`J,(5]-V7W\: M&CJSS89N1/><@R9U*8KK!C1T:PWHDFAR3KA]@+V:D(/,VK3]UFB0%38[L5YB M;!U0Y'-;`-2T\@JA(AY\*%JH/UT!9DP#[-%0>-H3A'53A:;^.&&KO%"SK5*+ M%N^34NBGH0"FD<@'"0U=BWU0%X`AZ]L`S%BT@8U^_W@KVR;$\FD4:&FYS;:H MEQA;AQ4;"HV$0R&^ZV_UR>G.@$/W\X"E2T*Y9KO7EIS-4\MM=ZX]F68U6R!? MMGF!G'[&:Y]9PF8[?9J#]O3ZU0&(QD,:?8\T4?0M_IXG@>_&1C M954M64K8Z(.*GTFXU^'V.T!'Z]@,OB)OZR"D9Z7!T-6\WZOD@YK"Q_V410-X M..;O/GK6(;`4NG`T'K7P72M;(F,U6PRWVKP8/J8G1T")1'M)VKO#M!/RG]#X M8*R(XH-=TH=FRPI6JY>VZ;>P`!%5M*S09HWH`@+RD,9DX^HWO9FL=WYQU%KJ M^+O33:`J<;8.K!%3%^$+A79P@;1#\-!WJX).B4;_PI'DXZ^_;8N*XWM!LX6W M"FOK<%&HW\]]^>M;KD3?S\MT"0>5X2!XI2HTP8W,5:!'O]_Y*.G&@7Z"V_VT M(U?/!L!PN-N'S91AT_P=ZKEVE8?V^28_/%IW=C7=@XTMYG`^_M69\,W7PV:S MGV7.UH$U93JF=FB/=7?@422ZOB9/1#L,A,L';7SA8!8I-SR&)-U6>1G^B_;I4!>04=EF,46X6:P;.M1LF:S(USJL1DR+IMW2HDY@P]XQ MH`K?,;`[R_INL\\VN"W^;(.BRG2/F"KMW@N?.R%_]GXN5?A^+OX8I7W*,`^: MH5'@:QT<&EWU4N7=^S9`1Q"84.>M*B+G?66:6Q]':M,:"%I%FQ\E;?9A< MTVAHKT[QQE=0,:]O*DB?#S M=+NO0T'#K;$EQM9!Q;YD-Q5^R6X7M:@KX"AT%7,Z>LA=ET\4GP7-ML$6^5J' M"-L@,]W%#3+=0(#-(D^%L\@[I!/-7I;@MOA%">IP2'=03K4=W$'9!?FS]^Q, MV_B>G:WQ:#C'&+5XCE$=$M^PKPZE'?01W4"`S)[L,]W8;9UH.*G2YCD5=:A. M*![CW?,1G9#_1*+R5T0KAUX<^;QS6+OS/0I?CXQU0ZB*G*U#:\JLEW!C\0Y^ MD:([\$A#9LR$`:]@`F6@4&*6S1\""AJ]U#]K\6G=U M-*3S99+6H4-@'8&&OF82=$ET#&R'8K)F1RB"%A^A4$(QW;VOLG1"_O2M M^6"R1#Z%/S633:^U1QWP5%$C0(J,K8.$#5-&PF&*:&ZS%4K1%13H%X]5\1>/ M=\A1-/[(1YFS=:AH3#?D'1S"=P>%*1W(CU310'Z'=*/9F8>@Q6<>U/&0CMA' MVNY]R*L3\J+BAQ-@ZJ%3J/\;C+LWX=@4<%O*.A2%O!_2HX=2BT^:IQ3%] MUS=H4PL_^'QW+>H"-/*0#N;'VJX?"@X:[MX+6KU]3Y:8PQ&>=&SOH>".($`_ MZ01&J[MKB8V_C5;F;!U8;/^]+-Q_OXN>I3OP*-2[R*/.OEHR\!N&`7ZKPP"5 M3@O(XPZ]QJ@CT&A3"HV\^X<@@X;'4H,V'TM593:/'W M[GV6M5OPL-/)2GHZNBD]0J`'?3RD=3L;2BF^*+"F/K`HPI MG6Y3U*$8/B?_H>]MH>/KYS=2MBX!-65`3;?4,_QL#EHD^3Z:=D_]H<]O@DN1 MLVW`L(_KJMG'=9OIT':P9+)_*+7HC/S9.%5)QZE-%0-_PZD*`/FRTRXXH$9? MJJHPM@Z^$3TXKDR5+1S0-M`]N0/J"%!L*D)-IR*:ZIG/C1;\70GT&JV!5QA; M!Y],%^Y4:;R%GFT#W9/K64>`8BNLJF"%]:X3%,9:=U><<7+=#'H*WM98--F. M6.9K'1)LJDA-IXJ:J$S`TYB@N<+DD>+`*)ATS]3LSNK3", M3XE>*'5ZT7D0V"*WREWDWC7="",],IOA4F9M&S#:D`&C[9YV=`D&BFY&K\C7.N@4>G91&TT:^Z!M8'MB M']01D-B[[#7NN^SOKQM8UD#!930W?-LBT=S>55A;AP<[\*MQ#_PV[/2;A2[: M5WH7/>B2]-E+-K7T)9O-O(WM&5=5NT53=\#?L(IN!K#$V#KXIG3E6U-K5KY+ M'F<[Z)[8YW0%*/HI>0!*XVVEW[F13_*`)LA4>5L'#ML_HG'/.;1\[-,Q*-A> M$*UN+PC''_ETYKULU5CR#G@DO_$B0YFS=1"R72*3NETB)9^T+7Q/[)4Z!!;; M$S*IVQ/"TS?#;H7)9P/)"F+)`','-*[YL+G"VCH8Z6>DP7PV7VW:'L*GUKHN`39A@"F/ ML_+T+6;]LCBBP:&QF@RM.#0V8:>.)NH]UIN^Z;1?I\0_9=]LF7"_V;(C^N!' MUN)K(_M486V;?9I*#(_)SJA#IZ0_9=+?;LT5OSFBXL])X@[$8[2>F]$K\K4. MNA%=/II,FZ^Y;@/;$\=@'0&)?79G.MQNE2DRPZB*%$U]<`W;$AE6B\W0E!A; MAXU,9URG4C+CVD2%MD-FDQ+=43DZ`X%"9TRGH^;GZG"S8OXL3KPSDW!QXWF= M,F?K(&3?3YJ.FYVMNPM\3^R*.@26QL"2>>?K=F/P$S>?G*FPM@Z/"<-#X>/1 MOL%/AZ2O#27U8(*E7UW]#DQ]X9B'KGDS&`W&.;D6"*.R.A2HDBC;L":;-)"% M*D'9&"SE4XUYX+Y`_KURMN*S'-UR<1<`<)Z_>'?V\>U;>-`9ZD=\2!OD@N;T M?=3'U+[C6P;^-\2_?R,0;73M]!$#/YP5'PHI4#H%3":``7#*=\"PZ"\6U];V M@+%<&#""71&V[>""HLIXT=(I8!H#K/J)\:<'K/\$B&&L^MN`16&ZT$/#LM#] MX8J^1F6X("F!2YH,"5R2S/M80&%"J]$40CK^:!CGY7Q&6L)>]E MS+:IAZ4@AB1EU=X0R>?B=$XH+U(D\HQ[`U*J:5,3N#G;_6V@2*XY*R@/&2Z: M),*EJ(Z=`*;.QFW.=E\C)Q1KWLS)$@,F7>*K`%/4N`<&AF_"'AL9D1&KR_%0 M5DPHU+P=DQ6%P")+E>%O')I!?Q5;"_/0D(8#)2?;`HD3:>?I1Y3,H?Q.[)ZRY!U*S19FC\F;PT)JBO!T M1!&NOGKF.\(U6-T!7J:[V.JEFIL'>7MP\T:UF)S`JXRF%-Y)Y0#A#L#+L\K? M$-^J:6X$<,DXWP_BO($N)C.(IHXGGO(F-9D;O@7[R;R!C@IY<>U,L)U0.=_ M_<`CF0M3S2#$I":D2$8P"!>D^7J$IW82\A(&%9>A]4\S'*RQF`9SRYWAJ5NR MYH#@KO?#][\._)&I^4/<7\)#Z`/&NA]ZIFTY#_D,:3A491G]@)"D*5+^%_YD M:23)$D)@("5YJ(ZT(9!E555^0,.'K(3H#P^J`X1^\&T]='0QWR;ZCOXMK.42 M]8/X-#%MNA>&,K.I#C>QU^_WN82]BW6,_B.VD31!TG0V'L_&&AH-AZ/>_OX^ M/\?;P"(Y1BJ2@%V=C22:`QM4\E[1_?3MH@-KB5PT6$8!>GV"3HH)G]%9,0%! M0A^[M=S:Y3YG*P`:G"-I"#\7[\'05<41QZOIN"*/0FI!(`5*,XD4LY1$,IW) M:DXDY!!->H3FL43B!NC7WQ"6"CCW7W_#Q9CHRQ?W!:1^"?O2KZM>F,S<#J,5$&_2P#-$G*K^E9]F#H41" MH^Q^5+H?E^[ETKU2NE=+]UKI?E*ZGQ;OI6'IOE0_:93B791BKC5":GW><2U5 MKJ4JM52UEJK54B>UU&D=EI,`<,RS&D).?"5?AIG\/Y3#YV91@Q&X1I4?WGB0$SZ9?D)!688VU&( M+!?I"&)!TXB\X!9%@6FBF[5EK)'M>54OD>`O\821DZ"Z:F\@UP\A<(#V86Q$P M6?8M6IBF/P"#9^IV_\8+[$4/L1<2AU!`9+H(8G@4W7A]I+L+J!W4OV^;UZ:- MPBB(C0B>'F*M=]=HA)X=A6'LP"/^[GHWMKE8F<_$"(_[NJO;MZ$5V#R#9#.A] MO%Q:V$Q&>(@`3%^M"%#W0-`P7@"1Z1&,7R`/A@=R(7T.]A-Z"Z<+`1!SVW1" MP.>M%831`5I[-R#Z@#PO!0H_U@<4X)D@>=+?7,_M9T5B`SY@76K,>@S?4&'I MY!F@2^$:O7C].1EJX7HE8B!M3VM!NW.N#T.H<-Y#<^_K@8&K%OR5#?"Q2+5$ MI"`9/00H(B(,/-X%3P(/@'$;-#0"O2`$3AT@IP6=U/P]MJYU&PO\S=&[`5/) MBU2RE9Q,%Q:!?@.B"D%:D(^V"8O*MKT;_%0LM%E):'S[G1/:F(8%M`8@(?A/ M=R'A!.G&K6%;!AT`T_*3>7[Q%Q3E6(GAB)MU8-N[^/[M>A&_G>#+)I:H&UM3P M`JQ^]BW8X$2CYZ:A$Z<(-ECHW-3^M:]':TZ3,@K/K674K7Q:+EO)H4FS82[( MIV^C3#]3CC%+[+>C0W`00#P2!X9Y`+]`A;Y%.D1B'D/H*7U0#Q3A;@A.QS`7 M>$0`8IW'X(BP+Z*EQBX>,("/PRZ"6%92#HU\7S!)/]")[06O M#M;3@\J31H3ZTH28BG9.<=_0^N&M"X\(+4YS"D1>#RDP;-5)BCDK_:0PI4"\ M]"CQTC=KSS;[B4#*SH+(1.BIJ#06.+R-(E#39>`YS-DG`8JAA]#CS*^&Z4>T MUV$Z#DU![H6GA?"X'C%>@>G;.G0_-+]E82X*?=.P(/J"WFK8\8+UN<36:)LZ MDE;M2-SPA^LUT"_4:`[)7`S]20<(%U73R**_2N'Z$O>U7'S(V@)J)?`BVJ:( MKL"050A;?_-KP?J#!N:?2>0',/@0DH"6WS(=QM+7;5P6BSJ9QH34JX`Q]H)( MAV1<7$[504&6L6N0F83,K@K5A`P2*ZUAJ1S%8)1M-"+)DE<%>389^95Y$F&7$RR(*2'/4 M)BCEK.(PJP%RUB&ET?1`PLMG])?.;[JH/QPH%IW(C-!@]!IW MU&>H_W!_R:1$;OJ%)(SZ;*":)95&[R1-[H.Y-[-[I>\PNY>EY6,C:MR*WI"D M3<"#@R7,$J;],'81]96'K78%]8&UK=D'I_>Z`MDIS=@ MWD].T<1MNDSR"SH]^H`'@WC)$(^XDKB)#5K"&,*::ROTL&!_^PT]>X:>_0+C M-?"//^.6$,&>DV@S?,8T7E4.9*SQY!?7F@0.AU],^.\O7Y9G?_W\^?/LK^LH M\F>'AS6NX"PMN]& MY8XA8*G@;ER'?;),'D`#W;+-Y%/S/8#/T:@;"+*6^H(VDW+K1'0O$?F7](7K M$)A`NG_&4S"ACV2K@GJ?2279+\#I!&E:QD9'#0O/B/%H!((J/(,RAVCJB/02 MEAE]^T`J%1!ROF*/6KR4S)!8WLO7#I,L$RHHN,X*8G>$)PT-"8,*O$[)&[)(73 M\Y63=(AAF$CJH=>>&T'7"BD?*3[RC+)X<1M8,M0*F_1?L$7_C`==%NN-_^=9 MCW5+/-"%X;'NACJ)V_MS'9]Z#+UE=(-C?;KA)@[H\B!87GUEDOX=WL*8V>$$ M]VN\*^WR#7QP@IZ=_HK.L&CI0@EVXOP*,CP%G0:7H_P ME/8!(..Q+D#J=AEYEXM*0)*K?,8@D"B):!8Q1JE20I%6E6J1OH5<2QDKDI4G MA:64"5E*89863!3NN#*])-81[Q9#=*,=082RTTQ@(X2GZO MD%@%8!LO5\Q1$?DPMU8YEI6#T1CMLU\B=NH>_LA,4*ES5/M?B0$-?F:K^\;: MU"MQ`LV3DC+N)5[!NHPLIQ+TTBQ%>I;/-6]RGTCE9"PQ9#D=[]ID%'[.$D.6 M,S)UY_+&"Z[X^0KD+)=_"[&PR\^2T3+^.=A5HQ+C4_Z,EO$73*/`3B3DAPP! MDEX#WM=$7_[UI=KG[="I.MY"8K[/%PB-^GPQ1ZG/0XZ4%4J8VD MPO+V^/QBAAUWK-O(!^^=&,-DX57P M3++_5:D6KVZJ5\YRP><,$[I4+DOD2YLO"`Y!?T#`RJ^_(9!"-P&'$1>P@$_&NXHQ6[I2@:`H/)4-[?M/+R8K\9F;!SZ\_O-[[$5T M\<)R0SL&5T6RWZRM",]%ZX:9+)NPYPT2.:7?X*:W1D6CG>*WNCDDFD?4%2^- M2A_$29S.AY.WZ76$__&Z&SS`OT??POT(U[%Y-\)/-/`@'0*]9(#NQG@_&XT' MQR0<'+-H<'#QB1J2DS-:U1<2!`CG9I2.\4E=-@*[`3V_BI[/1\_?$CU_!]#S MMT//3]#+0]``/",#KX#[?='37=3CX<+/E:F+);_!V![8(F6R6H,N^$&N2#4!0"[Q/@DS(]M!; M&*^Q#5X'=!F9K?7>@B/`B[PF9#7#"._!"3W#(D.4&RM:LQ5BNDIV0(<,7Y8G MUW@_!HXN=+Q42@7E7:Y-V^<**B.E'?;+\N&%].@X#`*`"*R M(%KP?/IMSO$!HB'4=+&P"%$/5F3,$R;.CO1B!B7=]S$='DA#M$]_L%0=_;^] M`.]B\S!GZ)B19>0&L\DNCP,4KNG6*2(HXO;(C$3"@/?/A1`[+]AZ,6F6138; MD9H?$%>ZODA`DNY#/#>R)P?%KK;?'$Y_T/WH%A6R^<>. M'3=='2=S-;-T(YI,-Z(Q$WEVWLLI)NKC[M$'>%!_CKL<+AKK,>ET@[/C>YK* M><5&SKG&<;Z=59P_F#F$WAOP\THKGL%[?LLQZXH)$P='&]=/F!((L_L(9G6?!&'I>T M4,=[NB(+6DW*AAY$^IN.\)P?[F!D=R;)F+I(RXUB*Z]3X:UCNU:>2J3Z\=/%R,0NPNP MVI'G+6:I+29REB94SO07R_DU[0Y$#W,VEBBD1?95.'3;!-L>30<>UWI@X+C!_ MC\$W0Z]U+->"#"0R!!R@Z\P]V\(G/]TK\,[4_)$Y2?I##,$)U3-RU3\!X[O" M^[4OR5Q`+U%ZLI6,[3!CM<";H>$Y<[R??JG'=I0*W/5L;\5W0YRVI]SU7J8H MFG^8`0QL+\]9"R_?XQ8V%U2(O2SN=+'?C[S^`EN'HK38GEX:%[!?+"YF@Z#? M8V=UY>(US*2?ZC:V%K>Y0@"(3[Q'- MX($X;>X54FYTBQ\T<"!*2^/0)=[IG=D6:[2 M3I7ME5Q5/6<\QP62H(0Q":!QD4KSL+]],RZ92``)D"!!279+I]LH(I$)(#,0 MM_PB@L"_R)R\.-M"LK%PY9]M5;^RP/UA7IE$W+F"-;,$\:2"C=_),YI63WXM M2W MI>0NC-!7=]57TL7BKJRST%F3WD(MC707[G)?YAS>KP5;#LL`L'S;MVE>.&=W30SIT0*<,I`!W"Z"1'@]?O28$_Q(_YRD@B% M:)H*2[8=;;8T;$/-MM0?M-Q5,)<^6R=K`%2YKOB.AIV>;?V9#C`=I,X2W9.8 MT$PC9@5'6^F!):6I5O$I6/#9\WSY(*AYG8C./-:.9OO-D`7K[R8A]W$Z1?^7 MU#KE1VU9YPF%.4Q=+5`,-C.7#C!R]X^D@QZ,`)SQCG\GIXL]W.`0$5I"Z*HX M,^M6:4"9=$$9FY.N$'.ARFMC!\&WHS50 MD:]C&;:&/HN+BP_@-#A/*-C-#@%8C8OBXRY663,&XJ,^?Y%QEL9X-&JQ%"C M;B0%ZR@JD@4VB4\[M@0Q8L'*1[X2J!PN6^`?MN=Q`)[2C06E.WC5YG; M<_>&42DML<4D2C4/C(E-UO)%[1U,K4;,PB86?_:>CX"MJCEJS'+WPEYV'Y:O0J&$ M,FNELR;N2BV-&"QWV>?N*=5[V&T#-<\=/]SZ;K0=8\6NA9WQ`,Z1SCTFG7LL M=6X6XEF,X#DM-NSOH$)EH?L'W3EAYL[!#V,51"[L#JE,,\B%+ZVW!&E",S#C M\S\%M(B\DO&7<>UP1L2.3D^_14R;>S`U^$#:DW[K6?5 MV_!I_8T-S?+M[XO#R]G:ETY=Y(IE04#L<0`()3H0_C*JY.\$?_5N7.75=#3, MW[UAAV9+US'P4CIKXJ74THB7]\E*X1TN\]*+W?,J_Z2=)DNQG0C\E_,)QHQ6?R<$<)K19.E%[ MI;!OX";KQ%1)2K4F3^KU_KJ=H5UWVNHVHC*%[HU%NW`_IRL""A"#HSBDKHQ# MDO)?Q\(PWN/WWWDY!==QG?DAN+2>*U.2U__:N1&JP-053!"GVPG%B&'DT0:2 M@AR8!&8#B=B(EZX30RW(DW;Y=^"7P6=\ULB_L:49_Z8N^^7?X.9OA7_C4,WY M-ST!>*$QYXX/J#"(X@S"N[(+^IB*KO%&LI,FP1&7(PF`KNA_L7:,Y-E^)#`(Q:QXK3V37X:^%YI+,,[+V8TT6P/('4 M41WTUH(.04UJ6PZ1`UOKU7P*L(Q]S`'1-MA#<2S9@U,0>3'K.+>1ET"J,]C_ M(#V=G;A>&"5O6+PJ2B*/`HM*N3`9#-)AU!?=<$ZMMC3E4 MX]3:?*>@18>^^:UV]5@%JS+*GTZ:9#0V-!+1U..^8`1PNQ90!##,=FCPNGF&S'?& MN::&BOFFQJ9SSKWN<]XQL5\[:(9)'_0`X\'_LM8#MXS9C"]1XG7 M<#^;.`70@:FL2[ZGL=6NG+BKR^5QT7<^`#H M,$ZG,>#K_"2OQ"HEU("QKH5+HT+],0IF;AQ;EQ!#?X;Y,&.9,5.:V?`@,Z'N MN4MT^A#<#W:GP"2)8,T3VI^!&!:9ZQ("2`0#TD-EK&4@#1S/OW&6WAPM$M&^ M.E)[[A/:K"&\M#'J(7N`('73A6J`/BN'I^Z=TT];"=3"WM,Q4>F>!0@GZ M%F)/X,;P1$0=Z%4##0Y@NH[U]N=/P"^N7-^-9%@F15`L\HZ):I0ZS,87R%)7 M,?'U:/-<[PI3!W=(0J+I+[PZ*KMRS48*$F;J=S2+A(?C+E\^_Q..^?F?]%%C M0MY"3^[8`2K.$.T31K336K5KRY10YYOLBR\3QV#?-,:A[[)ES8^P29#6T1OK M\/S]6TZ6F)10RD94%T5)"5ZFS!$P;J%0J1HF(-\LHG-GZ=*1T`46EIQ6E;F+ M&`OVA\5D.!@7Q4%>4FE7ON:C"C.QSLO8R%LH++8:@PU4=*2[@4UT1T>&X#][ M'V"42?R,,)L4HG)KP-S#G'8.T`9!EP>&351%JP1?`L%&;K6WK3>GU-4;8O'1 M07HA;HK@OLV1?;K`28)\?#;)YX$I,@-"3\%Z` M9\J9N@OX\/4-"GAVS$F^-=ZD+0C]]JB-^X?74QK8LYS>A^(J?^3@'A0'Y_L#ULS`UZ,=IA8*<-M60 MT_M0D;_\XL^#EO5D''-;91D[@\8<0=T(4.1F$@\-DR+ATV-$3VM%+IRD6+-$ M6'$W7I#&D-^:>`4JWAD%0\"@4@Y5"#;5.V'Q1,&]8.>5O$M:6GH?HI.6[@VF M$,ZI:8]"%19:@8N^/F=%!P@_WK%ZMVUQL$YYR;X&!#XDPR:EY MO[P_E3G-E28CF.AH*N&>P$G M9'(+?DBGH*@I_9MV"[M8M+@K`XDE;@>49]QUTL&XAH^;TX7`%YX3GY*HS3)9 MRM4R3J<4FK_.8U$K6K6N%&!<_X)E2T% M84IYUP6&`L=U`%/^%`<=NP_?(AYA&>3L@3!G+_1N`'^ADG@S3Y>3ZQT9&^)Z MBM:4@<=J=V_5S[$C1*C.4LO)S??!EY]A>36Q.>EV;!N*#.$1M2,9^,WQQ04V M2DEZ[BE&['N)V^IU)YCRO"M+JM>%;>,7(M:G/?N2LLST^@\;(S`O9YN9F]/- MS!OFFYGO,^$,8W4H!T5+HE(?LJFTU/MB(AK\#]UA5,1&'0]P.V;`+P]V'KJ@ MTHZL.X@XP:(YEGD.K1]N+^@ M@9.W@'V\_'1Q\NG#A?7AU[.+B_.W9U(9#0.A;DXYV;.44#E,1"RS1BH?SR\Q MAU+8/8(:\9'R,)V9;-48?'KNXS[M`)'A!P:=3>Q M`DWXI.PKN8]8XYZ--B$='E+>E?VI>,XH\1KZ4ZG#O?:9WU)Z3&W`+;GTF3\G ML!AC).N,%'MDXS8-'VDC[$$BO?;MU-B#*^B[\9/8J&G2`4C@0L:I:1LNE.\? M<1D'F5>X!,NPYFFD<2P@NK\<4'Y$B;J(7*A`L@'HHA6M=$"[_(.'YFX&K=2M MT$K=IEJI>Q]:J6`K>]!)Y:C;\SIMKQ_VHS7:%"^Q2"/(3-82P]WI_MYV MIY_8W[?"_@"I.R;`[L;;K5`3"U0UI9C)79Y];;CVN!+F\&'9&%!#B8_A21,C MPX9&G(QZ[#/`%F[10M@(#'.P5\$6;2E1AN/1RK)'[A2JLZN4'4G\)B"$`?AY&WGSN^D=E)E;+4O(1BZ("MARSUT,1+>(`YY:[T&8_78"2A M1@=8?'SM0AC%\UA6](*Q$'*?Y8,5JKM@'_\%6KD2D:XY+.?A48D3(AH^KY<5JMMMD-4IM1"`P#],PW+G)ZPJ-M5:_K%$A"TK;N_.?SJQW M'RY^/OF4Q7*P>B)F[U"\:RPX"\5&\?FXDQ-SLC8GH)+N(/KIZ@`*9N)>JGA% MR(H?PQKH6Y00$_`'Y*.0X2=4-IBE*7V]1#`3+(Y-!\0T8NA63$J^_$;B:/8* MR$>++2'XTQGAMY,8"TEQ^:Z&'G)L.RC#;*.V%%C=FEHL'4C!V+"KN':A8*Y>S MT6FF7IS.`%4O>##BW25VJ"J>K";B:IWIOLYBK+7(-XS=VM;FWL%\[5+ZB:Y, M/Y&M#^5WQ\T.&S2]6-RY>/86&M$UL-A%=*YBERI!+M_H,G,,7O$**%B MO"\ZQ-Y_N_..0GJ#2>/-/%!?70:)K82-"XD&J$'H<;]A6)14WCJ@KH$>G6CW MX?!?U$E0B15T--=X/%V>7EQE-YE\''L]*0Z$0'8"T$'+6):., MYW4@IA2R?^!!61B<)*%8MO+HZ`C:_\)FN5M<4IE;P=$^>&E]Q]=!E!Q>PTQ* M>^WWWV6'%[G;P#U>PQ'N]_+Y<^V5[B_WQZ*<^V-ASOVQ:)C[8[$^]T?/QM@D M/'".1M1_:4N=9VTN]?8304L4R">Y$))7*`T-H28[5WX00Q5076??(;_B;HD0 MZ;$_"H+(0A`T+=_!K;7(`TT?;5%R[G`J5GI3TNX[!Z(-RINN,*1>6`#B=N++ M7*+#(/*NKL'^`IK++I/J5#H%K7,>8)GZ2C*X\N(2'>`Y`R'@^2:40!W:WOW" M<;?2\=?5@2IK]4*3E]JZ=#JD@C7>>''`4-DQ84;&TF%\F241FQ-DQKQ_M85> MC@D=BB4`I48^'!]W>EA['H_DNZZ2X,Z-XRT=MKTQQ"?U*5Y&93R1EZ-CB3*D M"*.2TOD;PH6R&W%H.0]H":F-5GBL:>137>H[5Q5;:48%>UHEJIU*`:\-21]F M@WEA-?<^IJ6$'29JJ7BI6LQNUK/)"Z.B#^7(#NZ5'$IJX1KG33[^0UG&05>)$;6V(@%HZ&/;\J/9%MNE'O]O;[`/& M.KORC)P;SU=P;VQKRL&ID\[%QZ^[P]?#7HZ+3Y"+3[:RH?@N)C-*/(X.R2_P M>C>9OSHA"VA;X-:=HJ_S<'5JC`3%?:#N$2QA9:H^H-"J/R,J^'*3R!-(EN+> MNKD--.DUD"HNWH_@*9SO:>[%#M"9[$Y18UD*;]';BR@;N$P<_H(WW5ZV"A6D M`);!PP:P>(8`%J\B@,5K&L#B[36`I<"26H0+FD;>C5^64@21EN!-U?/B%D07 M.28=[A,=O6O9I(?AF/==[NAQL4PH!S*FJB#U+'/CE"T'F<_5&.!7%PW93FP( MP0[MAX4=>@MA0):9(ITUL45J:<08N,[<:.VF2*,N34[A,Z8`P:.3I9[ M16F&3`H]3I;:DTDK]X^9;E1)N2G+C%PG#G0]]!YY:.MEF/?!>;,)^K;9FY+S:[@H3T93[+ITV,EIL:<5K9Y[Z*!=`-6]@^IX&V MWT"W^:746U$2/%`_82$9=25(#_$G'ZE`/OUX9GV\^'!Z=BD^PY^#F'?UY=/'=W'BKF)+*-7PY=#> MKLN!OQF6$JJBG?L$A#M@@"NL#EIWD1L&L2>>UL,M)M%*DTM0/M\%#(Y#6-;? M?P?8&@!>GC\GZZV'DTL'F%QP=\T<1*71+1R,/!//=/KK97:KNYTD5E-4ZX<+ M\9F60JFYJEQO2,7Y^(@B-G+=6[BWP@$[,I'IY>GI)6W+>8G<0UX$*6RR)W"[ M_SC][3\7Z!MTEN&UON)[GV4"4]\R62L^:QTG53LH M6\LB(W[LU[.+2S$;9039A@$5^2^/UF`TZ8S$$N`!5N#7W#5$"&HQL$*"12G( M,(/4+PB,!IH7G\;UEP9"TFV9&U-A(?6K?2=H$];@URI>Z3A\%O M+3OD<#D5OHGTZ!TC?I,.".#T5FX>\HQ(G6R3WK'`*ERE*^"#B`F":`/7"2TL MD^Z#SK`T^H!#PO!:EU2C!J0)5HTI;I<8]D>`?W)&8W@257"&H6+TW@BM@"`" MRH!\1U\50'P@8Z*$9'Q^,4TQ'B&:77^!W8E8)CWL]S'1.!WD+C2@7X#_?1&# M?.&]"^BA(!'`"2AR`0;#;5?DG^'281`B]B>Y)KY`5XPA-T&$Q.J`.IBN%"2* M,!1..O<",<&A,_667B(DUP&AUSMB]J^N$Q"(6&56S#95-?#%3684TR&HSHN: M9C5G#/VE+!N$B2:U2.W8A0ES"2+$0`TQ-__SQP\_G^4AZYA[#"?_@!/P_G-R M%[I_/?IG9L9_[5BT^PJG)2<5G!<]#>[5'0;Y$./L#Y`\Z:"T;%!Y>ZSRGG[X M^.\7YS_\^(G>EOE"G=?I2$,FLAC=A]<<27Z*S M)IY$+8WX$7?9O^/@H[A1VXX#&'-KQP%T1O`*'*L=!R,*W!O)P#U!BXSPA82G M*-QRF4\[^2O"-,DG1L6WSUWR]]2EP9ID3Y4A/`U2$/%TUZ>4+6:-A8_T1P[" M$CKXUP,&-V;>NVMBQRKH0DE^2"][(SYHP<.7B>.[F(>^0^KP03[[GE8\I5#\ M-*LG"M?)G+F)N@MO#?8Z-J#EZ(CB!>N/3.^*PP%$$:"A+G-!B$^""JTT'CY9 M&LYI^U$%F\DH-*SRBM5=P=Q.8\RO#R$CD+V/K\$.4$4H#7/3GJLNQ.>$J(N\ M695.LZZ:D=;[`4I:/W)?_I8Y<+\79W[/'E)2%.G,3_"K5>DDA::>184@G.L_:!NI+*GWNRE;^BAWZ=W'J(I MVQ&M,%)#@8JAG)\/21]]P5S][B6A?]R8&2D`!%F>#@C%04=XU9]!P>22UG/# M_3C*)U2^:2*MJ@T*(R/18M0A!WK3*V[I!*-9FW(9=^\=LF/U M^Y+B/P>_NBV6[%7#-93GJA^AB[@."IX0'!@B7TMI&*ENGBJ;5U'OA,::!K1HA>\EM&@_$; M=B@45^L+5GJ)NPHQT1<$JNLDBVR4 M:#97;Z<5@,=H@H(<#P]GF:]NRM!B/&>4[`VAQ=3AOE19<;=V4K$H:;T-ICC? M.9<4?S/!/T3A-I3"3072D:#/5[F6>7.5EJMGSE52GTNJE2Z6A>`-==:^?1UA MA-,XDM-8$O_;2/^#DOC?1OK71N8^:O&?%N1_6E``QA.4_W2`67^2XD]2O'TI M;E.:0]M^!%*\?TSF^/G'?*0EQ.&60X7"ZB0C'Z_=EG;]W;[^8$#7T.W&//O*`E3T/V36_C:BCTIKT%U'X=G24,1Z20C*1"PL57V:J; MY_-Z4QH0&D6P#W8&C;?%ATL=\Y8% MKU#)I+"[$ZKK0$=X;XJM8GDG_39]V_'D&H M!8K+XB.LB"SS@#I63"GE;Z-`3+'<`&.D'YTD!BT4C9^=KRQ:#M25,KY/K"BD MFHQ5'L?I$OR;>HA6N\;A58Z%(`,8,1X(K(K%SS#[`+L(YN[2I8H0)S>!-^?<-:H:)K)0"(2G MYX)05B@0P5&X:J.@>4V:+;`L!6)I6R3NI]+-GI`N-13^+0EBNT<^CI[T<93- M",FU8MY7-N7$![X'$EEF]^"\$*(9ZU4S3-!S(1'3BW-*/8,9P54-.3',UQCL M$'25.9Q:HB.=7@B[`^HG.!]F(6G3QS(<4"ZTP0-+>(./95'A8UDT];$L]NUC M>2V*^FW]*ZJOYEW)Y#Z[5G19GR]5F%W*DH/(/Q_I(@@T0XRJ*W,!--Z5 M^"J0P1N_K4A^/>(1E^X-Y&/*AU,UP<=6"D,ENF!OIB#!ULO%ML"MZ+\:HDRD M@TR9IE<(((&8E1'"B26Z6^Z6-ZVYD,1H:"RC>B?;I?*YE\>3"GK+.Q?,"IWJ^#X]:G[8.^@^\=5`NY^*; M*[GX#8NX^,7Z+6V+-)EWJ$W@:#;F%D(MZZR;LIXZV\2K5M7KR:WVC;*J)[?: M-MPI-$#;PPIL>]@4W!ZVAVY?'Y\F[M8>:HR3^7XY`;IK4%:J:H@2IE1M14$K M<:H>%?OMR6*_66@:8-MQ%`1/K%+(H@CZY53F`#&8I3*:*J'KIPJ3%HO/BM34 M7'4IO$'%-*FV]ECCMHRL6-"MZ@O'MPV$M:RJL@<$W*%4D4<'JL+B:`@),O#? M:A]`80F60?!5/-C7#`JH:BV;MR/S8T`&24"QB'D*(R&(T/4I="100]TH;IR< ML@QD(^QAZ)#S\\"Z(`LP1W6[YJP0SV[@'160\[`IY#PL0L['K[NC8KK9S:K3 MF;6;CQ?D2JY5;0YY4M:7HL.F0F+6$E>A6VZA^7#/*C;"[JQAIP<:+QUA3M;E M,S]0V3[O(Y_Y3@F_&P'F#(RC.F_X;MBY7!G7?Q/&XIKJX8=.DD"6VPR-,'?A MA"N]WQP,&@H^\OE_?3X$^Y-S<$K/]YU%D<8=\-P6Q@@P+CP\SH3G3:R.>W=)C"D^=2SC4Q%#KY@4Y]USY\K;0)_F MV_,+NN*`5ZW5;&E=RI;VP*Z&R)`UC4Z:1'+4-',:]\@+Y=[D=;?;FE"^<']R MGGE1"5VG9N:;K`4CT02K+FH,1P.DL8.>TD)L98+S>-$TT?WNS M1,N/4T4H.6$VE(#5&L).A3'1TUE9C%K>K[E:!UF\:/1KKV M2;KVC=)U`^$*`P/D4\@2\7U`8I3O6YS2)OA851$`MT,+'C.-4[7IU9^0QVBB M7$9[%;6Y_(]4)OP7&/>'U)N[S[@>Q+430FBOX'K5DKF5RPPR/U&&? M&P$7[J]8);B];0`YXE92E[KJ6P"Y,L8;;@"8^SRY_Y_<__]`[O]R[4'?7'?0 M;UAST&^OWJ"9)T'*__;X$8RV!2_"N@.Y&%-,M(8,1<\YA_58AK((969E*LRGLBX\?R[8$N8Y06#.K1>[F4&\%:@&W_"= MC-O\P?5=+C2CH"NSZT!P`5"(Q-=RZV=!GK!B#CXNY)J3EOD=\%$O,6U9'"F, M3)\P,L2PLTV=3_CJP'P3GK3_2K&L%#CB(04,>CMC\20S0B/P)HA#V3ATHREV MJ%(6I'(S0H+70'MI/=Z(%Q"#0R8+R(SE?(7[R#HM"(9RN6HCSH@0T..3?D;E!DOO1! MHGR>B=T,EQ:#;FE(F>"2Y.R589+#[%4U7"HP:7ITN\"+HTB^Q'`I4>CCB#6 M/],!YEEF+$:8-+KFUFO8B[8^2BQ_7)#'9!5^?, MY#:E8)?R%70?-E^!`;Y8@5YL"EYL$;M8EH`*&ZAVX-H1@^5Q&\K"\@`@$+'N M$^VX9'N&E%E?=[6.AE@FCPXP)>0!(-1FF*5)=W4"N/_T6??$:?>6DNL[9H>3 M`7Q2^.\>G+@9-&0/^U)=L@JZ#VL5A.!0,K!$/&ODBMC2C#%2EWVF`,5[M%`Y M#\=A%LF_FI7/&_4P8(\.\";L9_"I,IXC1'!`OC\WND*_'FX`)\&5"_IZNTFI MA-:;Z%4Z"^QNEO,^!.A8V4;/4[=IQKEFE=Z'[%&L%Q^@>#6JZ%#GWB>7CM)< MJ&1*R%GD\IXB*+I7ZQ7"SDJZ`#$H(XMHMD(NE`5!9>K3^H^SEGO7L^B-DI8V MY@9E?+89G=T0FVU$9@^&6X#`S%__FE3@.\*_)&^(W#"(DKS^=.%^#*)/&^I, MG.0"(%QTP#2)7/87C5&AI4=N'`LZI)M95[1_(D22(-J.2BR*]#\+YI#SSKF" MK9^V4@'7?OLY*`[L\9C-I>"RE-B+PNA"NJ@Q,VX^2Y\MVR51F:K-&IHE4;[M$HI2&@?)6-,(S>T M3$U#Z)E#]?.Q*7=H"0BT2<\G.-`W:DD6"\=4@!K!5.325AXDVIB[6H)^%$Q. M7,P7JJ1>^U8D93M^X&3'T;3,O:9F[C5MR+VF]Q@/'$W;"0>^0)S@ES>"1_J- M>5;6%7C5%/]#;B0Q`I'(=4!U908RL;%0PZZ")/@R=<7;?6&L(NR68&5!B/A= MWI5J#`K%)XX=VA&-`8+5JOGYE!/YD?(ZNTM[YEVY9WX.&Y'KG&4RK>P\E^W8 MG^=V^/".Q&;0R#Y`!UL(V(FDD)B6:!1Z>P0$D[6/7C!6[66KR5UZE-RE]\"L MLKP)C^>,S++A)CQUV*>;3=RA?1ZY=@O>G#*A-`0P3,&10B8LVNW5,Y8-D672 MX8EE/K',1AL-$]QHF&P",C+L,)`KA.('\OGB6TT)3UL*]L-N*43EE/"1.25\ MU#`E?+3/E/!L+[:<%;XXZG9&;"XW/!L;FC!M8+Q6]GHR7+]1SO04Q[(-CX)W M*G$I/&GB4]C0B%-1C[WJ8J!N[Z:,T2`-5"^^JV!"\\BY%\,A0"$72-+J MVHYV&PF!VGASH"9\+O+C1CV-WQP@8X*,$0;41;U)M9;2+ M@HI<)P[\AS%*'@]F*IN%;UJ;L/N4O[<_5JZAO7F&YE[L``D_J%]H2+#4X?MIK9S_Y:&W-J&6:W*S&IE9E:KALQJM7=F]3-PA45K%;:T`1LS*-539@30:VQQ MI:-2:H`1(IY'$O$L@^JS"-E!)XA?*V0?7?X MDI!O91.`)_KVVDO?4^G[''@FU'@_PVC(;)5(U"5[R`%*V9)7U$D0?-=EP'P43SS&\]F0:]!DX/)+!XPE44Q-OK1I[+X+HK[ M_0.(H&.$,ATK*-,YL0;\+YT]:(GTVM/!NQ.*>IX\K`YN2`,15>2!B)HF@HCN MM8I5U%85*W:8[UC(RC2*'G5CJ&,U&'CKDZECEK@5."I6I@&NNJ6-%:3$I MWZ6V_82@@'0AN+Z'P$V>J.^QD)51=\SF,Z]"UM6@HFE&3V)YF%Q1J!UK3_E9 M[:G3RKIGNU:@$A]+7*YXP6?-WW[%15IR=PU#?*G)[`45NPJ3@M9T/`>;L"GJ<%^N)7&W%E+J MB5$.9+B)^.]FZ?2@N/F`:IS3HO[?-$@8,2,&(X^!*K06JXJX+TY_>\[)J:CP M*?V0I_\.H^R6,@O%]*!%W:Q>G4T`S#2+!&FN6&_ MCD^LJR)3N\&7ZXRO^^R36`(+1.')^[?B^/[=^0^_7)S`Y_Y,#T]P_ MW%F:N#)!?TP9P53];*Z"V,42,7PD-2A.E\GSYT>6]6-PZPI9WA%2]M:YDVRI MVQ$+)":DA_GF8BKZXRW8T4G=#RBM'Y2T>A'=U;&@5D>$^YY.C+%JN(@= MJJ*DMMWIB6$[%<;QQ;D4$:"W0?3U*#?)-95^BJ5ZMN60AC(W>899M\5HX$9K M*M=4,\=-=PISE=G??8AF[H8QC$Z"U7)I]N/K(%W.X4(J2N2"`YT_HSAQDC26 M&A"FBB(X:PH`T3EL1[NQ*@85L<\=RD5P-?@4/C"9,A+[5H4IBN'JR@BLFM0, MJH4!S;=)U9_=O@Y%F5N0CV=";Q8?51N+0C6XA\#IZ,"LKA`V&KNN07TTNVLJ MA7SD7D%.SZT$L-8WEWOS\I\(1WA%=^2 M=Q-]H.)4\8TYYM;SX9$X^[H?0$TXUXE5A:HVSD1DVP<#^"7/*CT*!3]A@7'F8 M;]>)(D%E=VWZ>EK:*&\I/60/$LKBOS`#H`8"7@8FZA`6Y(!WRC&U\%<_N"U_ M9^N(?,O(_>2KX\Z*K,OEY%0=H45V6TLHG1BKD#X`17 MP!I@`:PR0X;I`<:#&(L??CG'D*1HXA4+6ER+8/+&%NCOX48^_3#QW^_./_AQT_T/LS]U0M!(GSM'`L-*2/$KYN7 MK"&2E8V'Z,X?/@Y65D*,RI-&^FR&&54][L>SSTRC#5H-=Q&W M&"@X['YSXC;,Q.T0X6:WVUOQS31F7 M#4DRVIXBH1C7,=7D.E:5Y'%?"?(,!=&1=>+?68[:R?B;;8NU%*:0YH0Z8L>R M3LY5&T1%9U'M!E"M;[3.C;0A52-P%:G53&!,?D:2+!(8G]^UXXZ\ZM49X[`78LT=?H2-9K**<'X(^^_W?+$:"V&Z=%: MFTR2WJTP5>)__6RJBK(3:_(`=R2?&UBII=+H5$MK`;6O!*/RT4V=^LYLYH8) MDKNLH1,SC3/-PNEE,#-[W_/-IFDAU MWVXB8@NU*=DV8#BJ+'69\VUMP,J&1:\./ZXUW,B9(Z\^9)(N/DZ,ST.?$+Y@ M3[X@UNGT<'&A%(Y\*84AX\_J_:>S]Y^$5#ZI&!KWFAP/M[1T?P\26\S^';D$ MIM?7VC;5#@=HZ`[,F-H0YP,]CRI^H/#(NN?QZ"C/SAJ)7GQZV-AQRP3,ITT4 MS$V-2%CV*='P<-@6#>,MVJ!?&FAC`J;+/Q=(.'L:6G/4,`92PQ#7* M*UFX:>S"=K.5>()7\48TI-&Y";PY;ET$:6S%=W'BKN+G6C?!W:Z2:_)I.E++ MS'T!S0B929)>XE^L%X+.CJR7?\EV:,8V^L_I4*;B!?6D32=O:5J<=L@72MT5 M:1?/&0@7SS>A6NI0(-GQZT%O9Y*5G[:V\$F4(L1@2ZH5(VU,LG"M)%?#$\2< MF@4B%+K6MZ)]<_(>L0U+#T"G9TQ=$C90MW\8XDQUFY0GK- M3)LA,-M:JR(P`K'@4/]B38-@Z3H^L)Z+2U8$T'*E0YDPT7`%LM3>D299,$XA MZ_]HB1K!>ULD13QGH$,\WX0(J4.)`H>[*WSZ?%")SN6.O(?F>3,:9+]@CO2) MV5#]AT%%_0=-G.!^[+[$R969Q5Q5LYBK+5C,E9G%#`>O>WG1LJ:RK'&!KY;! M%-=T$Q9SR!-DKB^K+[6R0Y=:?5ED0E?-F-!5@0D5^`_MRU=LR]_7MRV,OJ\E M(J"3!A*@AB8$P#T*R]]]+?ZC;9^IO%TC!U7I&V>'/@PD;O&L9K%+:?=AS:`? MQM)?![=R$$3V,<2&*HWS$Z*HP2P@S!HH!C&SEW)6ELPB>>O%URB-7%*IML*V'4;@SI@0`\YCO+N]@C4!,E M$0*&!Z#7F4Q8-'.6LQ10LO,*HZV!"E7C@;@OYAD:/6)AI4L:'] MVMY=02IY75K0T\-&+K&076+F)R'"':-Q1@>#<:;I2W*4?:E,:`B6EYO.FI:; M6AHM-W=''A6JB4H/`7Y@?!!>ZC M>Y,.^A+K8:G@>KV472F;4(C(=HI0;8>>0PLX',: M"?B-;5+4AW9SA-`@C3P@"4>KEK0Q_;L>80[C43&'<;'`0I;ZNW*W99>`9)BD MU*C0IY4*?=IRT>)T6U+JTD3:?LC9?$3/$VQ==VKXP:W9S MVE>!Q>$[P<>]=FE7XM%J%3[=0X=,*%;Z?0T=MZ>FNV`G8ESQ/ MFVGXJ?)S%YZ3T)>(?R2NK3BM M3U*A::-9*O;1IVGPVAZ)_VD@0HRBZ*D@"HB!M8ZN[ZRN^N',K:7ZX4?6^7L@ MJXTPA46?_>?,-I6[UFGH1C=>#"5^CO[V-R'GK&<0CW9Q=O+VYS/K'122(N_4 M`,-6Z*`G`"=4<^S-+&_NH.C4MLUZZS7;_.=NTZV_7K;->N<_TRUZYR_2+7KG']$M>N MO)J8::>K7OVJM[UU[M MN_;JWK57^ZZ]NG?MU;YKK^Y=[5J2X%:#,K<0>KS!;,B=SBMTN:8-5;I\G[Q2 MU[-SF([>"),%C7+6=>@+;<\2-A8A'"+8-TQ]2L;CSE\"X%-H@V!F!9A.PNIV MR":C/XQ[N_8B;+(Y/G?I?76M<^O6\0'*8%F7UZX;7_\/FM(DF,'A\S-,HH,N M^?2/#'U=/_&9=<-C=<@VM8_Q"=TP0M+[E3,)09)KGT2&I4V MX:D.T&"2`;_@C5&:#G#+GL'4CK&.T)K6CR67D^<)^Q[?##9^*MU-M51Q' MOG[5K)0YCFQJPG%4GP+'&;WNZ\C5SC',$/PK)BCGC%$I-/(G#^/9+#X,TZ3< M]&5F.!>6SSF^'Z"SL=0R-9P27^!=^33EG2F^X;%F MPP8ZJX3SC^/YN:)*5=?*G#8,O/0.%+@U] M5S>FF& M*?(-"^J:Y?4JGC5(A"R#3O%L^:54JHCL M9"X$NW!:;7#ESW/08/[DHN)BCO,IG*RX6,8-Y,]J".]\0VA^;@6H+)RNN*EA MA`RTDS_/P(W\2;G'GS^;FA]";1J6-ECDXAH:=)%O:$:Q;SH?FL]KXM_0.JTX MS6J`H0E)U71^7G&>50)3$ZL%QB92#4Q-I!Y4M+"*8&JMZH6?N*&AXH7F%7-& M:H.IH>*!2'TP-9`*86JIF"Y6)4PM%6^=J12&1J_B%;VJ5Y3JA:E)JABF-DW- M,#4S3S8T5=R,5`Y30\4XJ'H8SU>\J5]!_J2&F!NJAJIX5E))3`T5:XRJB?%\ MU4`5ZTYJBK&AZNVBJIDEE<744$$,I+H8&JH>2JHPAJ:*IXTJ1HHJZ#VJHO>H M8B58M3&U5'\A4<5JH)IC/%^U&J3NF!JJYC"J_L2B*KX85:TLJ4"&AHHY,0ZC MU"%C2X745&J1L<7\\E(]*C3H*I*IJ4*D9ZJ2H6%1TXE4)E-#32=6G0PMF?ID M:`RKWTNJ4::FF@>I&$VI5(8V4JL,#:Q:&5K2ZH=3*I;!_X,`A5=EEW/^?-X# ME&_;T`54Z%3P`8E^C2()?PQNJ:`E%89P5#ZK8"%A&-MA>=`9=\'#/D.TUK/L M*!O>0QV=9QLX?JNA-WB)95V8X3<(S"FXM4U.:=%A[EKN"VT?HN<1CJ:'X3YT M4.6E/[^8IO#TD/KJ\^(_3G_[SS#ZUWYOZB5QX$.BP2.A($)"?U=V"=4*433U`>)*5WT<)(6ZU#?CL=2EA8 M4'4NNXQ"0^?!#*L]292R&S/RR929%@.C'8A4$@P-JJF(QK?_?L2%68?X>>$! MWBF\]I9!'(37=YT#'G,>N%3&;.[-$'Q()18#;X9T`#'/'.%,<:E)$"P%8;QP MELEUD%Y=6QYE!XR3R,5@,H`]44RL%UF8:BB6Q6;%,@S5Y(@?MOZCI_\H;:KE M%[.T@YMO+FT$YIM+6XSY9O.67>Z:;C7U=NO)M[LE_7:-!#S*`V2'8T3(XH&0 M:A\%!<=_M_H^9ZKW%LFU0D7.76<9$XA-G$HC*%#AQ7'JQATK3J&F$89$>W,' MHZ16;AS#A@S1W"P(,3P?>L_3<(FE7005!-$J5LO=S2UQ-[?&7=H'5K\&N5_U M*]Q=L\3=-6O<+>]0%]KK"9"?KYY(:EC<&AZW+9,S<[GQ:UO;=>E141A9$^;H MIX_,=6;73@@EF(2]/4OC&&JAN%ATB9(O4!Y7XAGB\Q:<'K85L4`'U=:B+&34 M11%`_AM?]^FM^W)MN?\OU81+9V7]Y,T%ZPJ2Q/KGV%D=+>7/?Q5/Z`36]@_1^A^XC)L"V[!R$DW;YUV!5_-%[P5V!GM[*4C@],4+PL)GUP M!)N]RR>4A'C^($THWS3-#"4UJB6,7B5=]&K)HK<=5?0JB&*@B[YNQ[:%[,,# MI7-R8Y?>&XN>!8*-PY8EO.D4ZJ!2)8QI>"!SB=JGO,H]?NI89^)37T:ZFAOQTU M](W4,,EGJQN0VC"0:@-6D\RRHW(B%F>6I,YR>:>*=XDO!J^$PE(!QC-`]`5= M0R7;0,\0_Q>?U9'%:3!"(3I<9"E:[A69PS"[I>=S`5:9_86S7[,LD\]$J3DE M^^GKI-C72;&ODZ(!UI6?LEI2-,"S\LVUI-C?0-T85)+(H)9$!MN1R,!((L>Y M6(P^%E'L=W4I@+.M`7=*`K$P8P>?YM:U?7 M@.S.-]>NK@&-GF]>KT:,*A=_5+OXH^T6?U2Q^#K^OW=\#+6"Z,`1$4[ZQRMT M04)AHFM.-^`1FD:EJB<9"0Y]S%0"@>PD.WW+_<.![0I@`($P;5G4S@,D*;G\ M(WWY1_53/ZI?5^Y=._7CRJD?UT[]>+NI'U=,O:[B][%.55_6J<)Z<\PSYZX8 MTXU`"Q=VHW<%^OW,BY$YKIRYGI0_WU',L'\E34S@TV130MIW,?_02VAY,LLL ML%Q/\'W)=*&*`?7T(!0'ZF]`(0,7*C^*EUND2[EX8WWQQOJW.\Y;A7V]I?;[ M&=>O\;C^VQVO,R-KZ6N\`>.>5!+0I):`)ML1T,1$0(/NZYY&0,/CSLCZ,_XK M88@?R>GC!VC\.\S%XS2D_`+D'0@CH1#ZD&Y`+G<2N\N%C-FBD5XX+S/]F6*Y ML-CK=!DX"9D1+Z9XB1A`C.9%KA``81#''F8$)=4>J`[-2L>*KUU!CBH/1NH+ M_H+U8C\OSF'FO[`Z\'GQ49+91">SB4YFD_H%G=03TZ2>F"8;\)/C2G(XKB6' MX^W(X;B"'`:Z_W74`WJ@`\;@14+J7G<@!1_4(B5:`/\.$(%0\-S%`C2N&U>5 M'\$.EK=:N7-/,)\E&`8GOM#F(,>^0Y>B?B=#^S!8'0L$XKXV^"!Y&3LRQ9\0 M"%/W0*7P%Z\CB&6&BF3DAE$P3R'B648"!N)N/GFGZ&DD+1SKM'"LT\)Q/2T< MU]/"<3TM'*^G!?*.Q]4M%;3`K4UI078KR);!ZZZF]H_L3J^'R05ZC%%>0#CD MVS/Q3^;`Z^K<6?O1TW_T]1\#_<=$_S'4?]BYL8_U'Z/<==W\V)HW.ZYO'JT9O;NF?[(R$7_V19 M]GAHZT?Z&]ACRQH/>SU[W!_WAJ*YW^^-_V1U]_`LI3_8U8TLZT_ATHE73O5U MZ]J_T;^3^;Q0=H6JQUN0.578,.B#_G^OCF;Q=30[.+"$<9-&0C\0WW_T:AD( MM0%VV`A<\(HO\K`;U>E%Q[8XW[&XHN2Z&PD%!#-TB%L=Z7>)K\5X?!]UC;@3 MW>&-Z"TLVTM0:8\.#BY=MZKOFU_.?WI[_OX'_I[^GOZ>_ DI[^GOZ>_I[^GOZ>_I[^GOZ>_I[^GOZ>_5O_^/QWHP5P`Z`,` ` end >Release-Note: >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 Thu Aug 1 2:57: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59C5E37B400; Thu, 1 Aug 2002 02:57:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD9C43E5E; Thu, 1 Aug 2002 02:57:04 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g719v3JU069528; Thu, 1 Aug 2002 02:57:03 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g719v3Zd069524; Thu, 1 Aug 2002 02:57:03 -0700 (PDT) Date: Thu, 1 Aug 2002 02:57:03 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200208010957.g719v3Zd069524@freefall.freebsd.org> To: plasma@freebsd.sinica.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41226: New port: devel/aegis-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/aegis-mode.el State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Aug 1 02:56:48 PDT 2002 State-Changed-Why: originator requests http://www.freebsd.org/cgi/query-pr.cgi?pr=41226 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 3: 0:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B34BB37B400 for ; Thu, 1 Aug 2002 03:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FCF343E84 for ; Thu, 1 Aug 2002 03:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71A08JU069854 for ; Thu, 1 Aug 2002 03:00:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71A08Ln069853; Thu, 1 Aug 2002 03:00:08 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DB2A37B400 for ; Thu, 1 Aug 2002 02:54:03 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA18F43E42 for ; Thu, 1 Aug 2002 02:54:02 -0700 (PDT) (envelope-from plasma@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1026) id 0E7F98CB; Thu, 1 Aug 2002 17:54:05 +0800 (CST) Message-Id: <20020801095405.0E7F98CB@freebsd.sinica.edu.tw> Date: Thu, 1 Aug 2002 17:54:05 +0800 (CST) From: plasma Reply-To: plasma To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41229: New port: devel/aegis-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41229 >Category: ports >Synopsis: New port: devel/aegis-mode.el >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: Thu Aug 01 03:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: plasma >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: Aegis mode is a major mode for operating in the configuration management tool aegis by Peter Miller. >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: # # aegis-mode.el # aegis-mode.el/distinfo # aegis-mode.el/pkg-comment # aegis-mode.el/pkg-descr # aegis-mode.el/files # aegis-mode.el/files/patch-aegis-mode.el # aegis-mode.el/pkg-message # aegis-mode.el/Makefile # aegis-mode.el/pkg-plist # echo c - aegis-mode.el mkdir -p aegis-mode.el > /dev/null 2>&1 echo x - aegis-mode.el/distinfo sed 's/^X//' >aegis-mode.el/distinfo << 'END-of-aegis-mode.el/distinfo' XMD5 (aegis-mode-0.01.tar.gz) = 37eed2c144ba497d24e6f4674a1588ba END-of-aegis-mode.el/distinfo echo x - aegis-mode.el/pkg-comment sed 's/^X//' >aegis-mode.el/pkg-comment << 'END-of-aegis-mode.el/pkg-comment' XEmacs lisp module (GNU Emacs 21) for configuration management tool Aegis END-of-aegis-mode.el/pkg-comment echo x - aegis-mode.el/pkg-descr sed 's/^X//' >aegis-mode.el/pkg-descr << 'END-of-aegis-mode.el/pkg-descr' XAegis mode is a major mode (for GNU Emacs 21) for operating in the Xconfiguration management tool aegis by Peter Miller. X XFor infomation about this elisp module, see XWWW: http://acsys.anu.edu.au/~tpot/aegis-mode/ END-of-aegis-mode.el/pkg-descr echo c - aegis-mode.el/files mkdir -p aegis-mode.el/files > /dev/null 2>&1 echo x - aegis-mode.el/files/patch-aegis-mode.el sed 's/^X//' >aegis-mode.el/files/patch-aegis-mode.el << 'END-of-aegis-mode.el/files/patch-aegis-mode.el' X--- aegis-mode.el Sun Jul 4 10:03:28 1999 X+++ aegis-mode.el Thu Aug 1 11:35:53 2002 X@@ -101,14 +101,14 @@ X X ; The switch-to-buffer function doesn't have a hook so make one ourselves X X-(defvar switch-to-buffer-hook nil X- "List of functions to run after executing the switch-to-buffer X-function.") X+;(defvar switch-to-buffer-hook nil X+; "List of functions to run after executing the switch-to-buffer X+;function.") X X-(defadvice switch-to-buffer (after run-hook activate) X- "Execute switch-to-buffer-hook after switching buffers." X- (interactive) X- (run-hooks 'switch-to-buffer-hook)) X+;(defadvice switch-to-buffer (after run-hook activate) X+; "Execute switch-to-buffer-hook after switching buffers." X+; (interactive) X+; (run-hooks 'switch-to-buffer-hook)) X X ; Define aegis mode X END-of-aegis-mode.el/files/patch-aegis-mode.el echo x - aegis-mode.el/pkg-message sed 's/^X//' >aegis-mode.el/pkg-message << 'END-of-aegis-mode.el/pkg-message' X==================== XPut aegis-mode.el somewhere where it can be found in your Xload-path and add the following lines to your .emacs file: X X;; load aegis mode X(autoload 'aegis-mode "aegis-mode" "Mode for using aegis" t) X(aegis-mode) END-of-aegis-mode.el/pkg-message echo x - aegis-mode.el/Makefile sed 's/^X//' >aegis-mode.el/Makefile << 'END-of-aegis-mode.el/Makefile' X# New ports collection makefile for: aegis-mode.el for GNU Emacs 21 X# Date created: July 30, 2002 X# Whom: plasmabal@pchome.com.tw X# X# $FreeBSD$ X XPORTNAME= aegis-mode.el XPORTVERSION= 0.01 XCATEGORIES= devel elisp XMASTER_SITES= http://acsys.anu.edu.au/~tpot/aegis-mode/ XDISTNAME= aegis-mode-0.01 X XMAINTAINER= plasmabal@pchome.com.tw X XRUN_DEPENDS= aegis:${PORTSDIR}/devel/aegis X XEMACS_PORT_NAME= emacs21 XNO_BUILD= yes X XELISP_FILES= aegis-admin.el \ X aegis-integrate.el \ X aegis-mode.el \ X aegis-cmd.el \ X aegis-menu.el \ X aegis-review.el \ X aegis-devel.el \ X aegis-misc.el \ X aegis-vars.el X Xdo-extract: X ${MKDIR} ${WRKSRC} X cd ${WRKSRC} && \ X ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILES} \ X ${EXTRACT_AFTER_ARGS} X Xdo-install: X.for f in ${ELISP_FILES} X ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/ X.endfor X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-aegis-mode.el/Makefile echo x - aegis-mode.el/pkg-plist sed 's/^X//' >aegis-mode.el/pkg-plist << 'END-of-aegis-mode.el/pkg-plist' Xshare/emacs/21.2/site-lisp/aegis-admin.el Xshare/emacs/21.2/site-lisp/aegis-integrate.el Xshare/emacs/21.2/site-lisp/aegis-mode.el Xshare/emacs/21.2/site-lisp/aegis-cmd.el Xshare/emacs/21.2/site-lisp/aegis-menu.el Xshare/emacs/21.2/site-lisp/aegis-review.el Xshare/emacs/21.2/site-lisp/aegis-devel.el Xshare/emacs/21.2/site-lisp/aegis-misc.el Xshare/emacs/21.2/site-lisp/aegis-vars.el END-of-aegis-mode.el/pkg-plist exit >Release-Note: >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 Thu Aug 1 3: 1:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0043337B401 for ; Thu, 1 Aug 2002 03:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED07043E77 for ; Thu, 1 Aug 2002 03:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71A07JU069841 for ; Thu, 1 Aug 2002 03:00:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71A07Zu069840; Thu, 1 Aug 2002 03:00:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEEF937B400 for ; Thu, 1 Aug 2002 02:51:21 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id C979B43E3B for ; Thu, 1 Aug 2002 02:51:20 -0700 (PDT) (envelope-from plasma@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1026) id A5F238DB; Thu, 1 Aug 2002 17:51:22 +0800 (CST) Message-Id: <20020801095122.A5F238DB@freebsd.sinica.edu.tw> Date: Thu, 1 Aug 2002 17:51:22 +0800 (CST) From: plasma Reply-To: plasma To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41228: New port: devel/aegis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41228 >Category: ports >Synopsis: New port: devel/aegis >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: Thu Aug 01 03:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: plasma >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. WWW: http://aegis.sourceforge.net/ >How-To-Repeat: >Fix: begin 644 aegis.tar.gz M'XL(`'S_2#T``^Q]>7/;2)9G_2M^B@RWM\MNB11!XB#9Z]Y2V;)+T[;LD%3M MF@C':D`0)#'"53@DJWMJ/_N^/'!G@J`."T1;464"^5XF,M\OWY$7H)LK*SS\ MX5'_D#S4%`7]@)"D*5+^-_D;(J0IHY&DC359`[(DC=0?D/*XU:)_<1CI`4(_ M^+8>.KJ8;Q-]1_]T@O_""B/+77J/\PQI.%1EF>$]Y."OC0C^DCR4-$T!\FB, M\1\^3G6*?PG^@>=%=7P=Q?_#&P6]()V@+P_4`^I:_[][R'^J/[[5ZN^;X,1>)1G9/K/L_]@]J7, M_LLCL`72>*B.OK'^_YO:_[GE'NIF/S2,L._'48_>ZZ[K17IDLMMYO%S>LFO# M<_SG[PJ)M)DK:\E)M0S/Y20[>GC% M2?97#B]Y5'7UA+9=U M].4:]XT:!F=#!0(CK"/C[ENDA^N@*)G%_'+I!8:Y&(3K(L$<6*YY$W+2*RF' M[U]??C@^/S]Z=WQ^N+*],-2#VQ)/+"HN+B>9T%NA"'FPN+;X!#_DIT=?HPHA MCE?3,;6O;#<%:^XE%8M,"5Q MBC2NPSXV97I@A9[+*[C$42V^Q,!YR%+_G5J$0EMHF^X'WWY>&L98VHA)BS0FM6&YV"6#0_"+,Y& MEAJQ$9;:OD0X-@O6#U;!!LEBE@U-QBP;F@R134U/25@BKOCMT.&9)YQ<-4XX ME6.:0&>D?$0ZD`0(&N$9--G''<9U/>-*2'3,*+`,<=E^;7M]/.4BIM;72UPL M1)'6XJN0C#N9B!:9X.1%Q+BVNK&@NA`;FN$A2%&WS0'PENF!J2\<93"*2\.S:"_BJT%M\@!EP9M"LTMRDM>3/H$%Z.<47C'3S4+*0% MI@-!XJ%^$UTNKNW*@W)D"+)60>0*..;NBA10F8_,T8/K&PZ91';`8G[E$.C< MQ,*,].J$0)Z#/X3.<^`I6Z^6`X]KZ\NPO54M'?QK'(@X:B9(\AS\^9$\!W^( MSCC(B+;V*91C`:C4K+X,\CE#AX]1!H?U#1_D"@_4%5*7W!I#PFE))NK'!]F`SVRY5C1#*VYM+H M;"CVHV(R=SJ(D`'_L(9,.Z*P<#IYAMV>F"PNG,1"EW@32(Y./6%YX8.-KQUO M`Q<936_DPN'.1B8VGMW(1T<5&]E(7-^`J]E#<9!29@*'4F1*)YXV)P-:L8#ZI24"(0:X6+*]8*%T^L M%2:!6"M\'+%6>/ABK;!QQ&*M,'';R.'BMK'" MQVMC$#=I8X6+V\8*%Z^-%29!UZGP<;I.A8??=2IL7+%RN)I5C(GU)Q@P!PXJ MNR5>.MU[P2&P72!<"HZI>106_8M(O/1B[^=S\%*3\:6`AH>F8A*W)FQ5AD_B MI19=%Y^#EUK<;L'A^+X;<$?_*+X?]"L3#RT>YQGU^_^0HHSS^_]DO/]75;[U M_M]_T_U_?T*GY@W"=C-$AF?;8-LMST4.ZQ!HZ06S/:KB?T)OP/`B(S#A9S'; M@[_1%/U';-^BT7`X`OKGM>>0]#TJK;EN_^0;D&@.(*@=1#>]/P'7\[>!:?Y\ M_N9YK_?IX]G%Z=&'XU?L$?C^'\=GYRV1T MW/MP='YQ?'9Y?G*!T]91Y,\.F;,,O3@P3*CQRARX9G38`^:3TPOX__CLE;!* M/;)S[_+-\:?CTS=0Y,J,(O-K-'O^+UR;\SOCUY]^L9".D6G$=Z M>WET]NY\_]5>OT_L\(*X13#,KZ#$L^.W)[_]4=VQ2!X,.6ZL:-UW[9#'3AUU M+_>@X]-_[+]"KS]]>OO^Z-WYJ_[)\W^]__CZZ/W/1^?'?QQ:KF''"UKT^Y.? M@?Z^0+>M.0;B5'J%60HK^S0!S\BQ*S^YRI;IZ?T\O:"+\/0&+QBPJT5Z15?4 MV0U=0$]NR'HYNR'+X]DU70UG]QD%KXW0R_0!BWEVE5'-["I+)*O0[#JM!EUC M9M?ID\CR1G9)%HSIK37/KM*BV>HONV&+O>PN6]ME"73YA]ZDF2T?60M,[G,R@^R6I&%278995=I M65D!;%&1WJ1E!2D]F&=7:?8@K2E=[F/7>0D':6WQVEURE=66K,RQRZPV05[P M0=:5@JP]9!&-7J9/9L1D12RY3GM(LMZ57/LY)KR:A95->95H"%G383=LU2/I MG2EA62"0]2=V62#0U276/Y+%I%3PV7/84A&[*121\B3K/ID8V"5=U:'7<;Z@ M=,VFYP=FWW+AUK9GO;WG__KP=VP]$=_ND5'$)B8ZI-C$Q<87F]G(8&,36S+R M:,*WD:DT)MG,OI$E':TT8"1#EV9\FYN2#&HV\VUD*0UW-K-O9"D-A#:P0U?U MPBC75T-0&C_'6SIM(:"GYRP$='+P0D`C)S$$-%Q#`8F=QA!0;6$^>CY#0"0' M-H2TN@?B(QT@Z]>?L*`_G_W]_.SU'^F)BST^5-4,U+2MK.66.?`I"U&6WB") M?_[W/%P,Z)S'U=]V9CS,%CJO5GC_N@->]1&>L6'\AZ2ARLY_RAHF(&D,X\#O MX[]O\7>$\4?PGXZB0'=#G8S_^G,]-!#%$E'1RZ^LK$G06% MMV%D.CO3V[__E?\R_5^8H1$\RC,VZ;\R5HC^#T>2.M8T-<6="(H:1GHCGGC!5<(3S18+KI96\8:/\+4'>0M$9D+\7PS"*&P M6T18/;<'!=\BO$:^@F(B#S)`H3"6=1#>[N+#F!*>:=\>(-U=(%ISP_."A>5" M]`2M8"-?RUWUHK49FFE9<]VXPF0/03H\$BH=(#I=A*N#$]F3#DB5D1XBVXHB M"/$@N`IBG[0;$B&>"ZVY;0YZO<^?/\]0_?S34X/;X(^-!_"VDD=["TC3]W]( M\F@H:=C_XS/AW]__\2W^\OB3X+V?K`5`8/M`SZBU_R-M.,S>_S$>R?C\OP+. MX+O]_Q9__7X?Y1`?>(&UVKM8QWA>'TD3)$UGX_%LK-$I_OW]_3SWW@>PBIAQ M-$7#Z6RDS@!6POC33Z@O@Q(?3-`^^=703S_UT%Z?3,^BYR^.CM^=G%_^>O+F M)7K^$_KSG\%4KP(_);RCA![J@1V>D^V9[$#TK)!PZ.A0:<=!9F0<7H,_`3L- M=KC7WWO^XOSC\?N3#R]1_R2?`VZ!-TO$/G^QT"-]804OQ?*!!"B9HC$:,C2F"1K/7YR;HXNAE M)2<'@,6UU5H$+J!R6*!;(I!E`P0H&'D&XG,K=H6O"1LS80R*TM_6&`DDE#='LD91D,>;4$BS\E`H M:%S[8+B@^K\=#"S3?55!)*""35)4"H,B-8.A:I32MXB(<&AHEAX;B5K#U"#? MP\!1E5/!-FDL9%)3V[279U8/EYYE#X83D"/B$::8\$6031H*LDE2;;91O?JH M#P&:RH0?;F/%:C.E5NS\/E9,K5@Q-6_%)DQ]M.EWO#:;N]I,)?TZOXM^J55S MI^;-W7C(]&LZ;A]>0JOXF(!MM(H;\CT,:A6KJ.:MXI@-7<;90+(@1^UPJ`W( M!*4IE1'(T49<$(!ATI][WE7(R3KMA['CZ,&M(*LT[`?FLE[=M(=`3[N+>:S- M]##F4:N81RUG'L=C.N(9C_CF\=\6N`UVLC;30VB<5K636L%.*G2,-):U%@,G M-)B/B=Q&@[DAW\/`5S&86L%@J@P^B.XI?&FXGGM)WJR<15I/J7>R@772S-M!C>&1AO55//(* MN=.`;(\&A2*9AZM@LBT6/$D6C-N$H:')0C3R^O4P:/",U;>"HVJIFN!!+=9# M(,*39L%>3:<'4XS()$&$,5?>O#GC4U*3RT,&IT$NO.$U\S>E_$8E0B\SC&HR MCX4*5^3DXEQ$EH!=QIFPU#>87^CKL8L:(%O2ONY5+HNM2V<0H/P@3VT9C`+@_K8<];C3;"SK/H3X-[WE+S M[?WVI53'AW=#GJ"8(#\>$\\K2Z,-L\W50HJSSO3%R;/<+6U3X"V7Y5Z1XXD\ M0ZBR0+^G'R[6HO'B<)-L=S6^53GEPE+01`K':+@!#I:O`D'>,K<=@]KEX2;9 M&\)X2LU361(5>3FF0KA11;VK3D=?>S MPB/S=DVCTXZR(G^'LAZ36J/8)%M^S\RVD4+Z08,2DGGS.&41@UJ9B&PYE#R[ M^LA8UEG6!MGN.3.9?FVBA&;.QJHJ#3C4;.O-W7<$TM?*SW*WPO"#KUF0XYY8 M%)_9V$0VR7;7@*\JE9QA5-GV`G7CIAN6KR+PO+*V2^*UEJQ)MKN%=QRAY.V7 M.J%+E^K&_35)QHK(\QI5;$>SC36/*O0ZD],@VYV#.8Y@"H9FB@>8^\3@E-R& M4_G`!,I3!N237P/VK((+(/1_7KJZ8^;,/TLUOUI1V61XR='7>&2TT.% MO`2KK4TX04@;2A0A+5$,#N+0'@)XM5VSFB8_%F8(SY-+4*'OX$E#"MYD*`8O MKZZL;?A5+V7DV.M?2@B4U)"/YN/H&JG09IP*;.T#:,H`FC;6KN;@B/2)JS0D M]QTUIQ-0D(D=@&(ZV4Y7?`XY=>'&'76!*GQV8`^-[]&\8K89%PYSZ]!1 MJ=?7QL,VHG/7\*QS,&DJA4E6!3!%(+.*2?(N091S+^1["^_R1K<2^JTV0Z6.=MF!"=LA*K5C5!+0=VV0'VST*Y#L(QD M"LNTLC+7%=]$WMFY&:D"6^M@&M,QZV0XZ8Y+Z@0PRI@",ZJ<7TOT)XC=JVWU MYVG&1^2ES0T`6;09$)5IRGAK37D@\W0OS]()"";4ITRJNSV>WEAMBP=[>WD# M2$J<;4-E.J0!V$03318\JM.^GU9T!P6)Z<:D`[K!7N;?`)429^M084L"DZG( M:;18-[J#@DQCJ:DDBJ5RTY:"(*OM8Q'VR8LF8!4Y6P>60E5F.A*IC"#P;?%X MI#O@J'3&>3K.CALWFQNCGV$IS[BD'V>YP\S8MB#01S7`H,C8.@@TZNBGLEP' M06G&:SOQ9_-==^WQ71$V&W%,!2..PB>%:CIP2S:7Y2K;#)H2<^O@F3+'KHX; MS_UFS>)I0_IUJ'9M+.L8<,I0HBLLTTGE",[NC58:6KH6VSEE.*+;,:93T7:, M%H]3NB!_XLSW02^ZNUI"/HO6!*>XS4`I4PI4]3U73V^X[NQ=N@&-IE!HY,H; M-;NB0]GD?,/=,((,;=AEH0RG$L5+;6$,<%=5ZA1"TE"E"&FB_65Q6#@@N7L* M-6]D^`IL;;-[THCIT;1+>M0%8,;4(4G#[CJD>;/(H^^B!G4!F,F$`J,(5]-V7W\: M&CJSS89N1/><@R9U*8KK!C1T:PWHDFAR3KA]@+V:D(/,VK3]UFB0%38[L5YB M;!U0Y'-;`-2T\@JA(AY\*%JH/UT!9DP#[-%0>-H3A'53A:;^.&&KO%"SK5*+ M%N^34NBGH0"FD<@'"0U=BWU0%X`AZ]L`S%BT@8U^_W@KVR;$\FD4:&FYS;:H MEQA;AQ4;"HV$0R&^ZV_UR>G.@$/W\X"E2T*Y9KO7EIS-4\MM=ZX]F68U6R!? MMGF!G'[&:Y]9PF8[?9J#]O3ZU0&(QD,:?8\T4?0M_IXG@>_&1C M954M64K8Z(.*GTFXU^'V.T!'Z]@,OB)OZR"D9Z7!T-6\WZOD@YK"Q_V410-X M..;O/GK6(;`4NG`T'K7P72M;(F,U6PRWVKP8/J8G1T")1'M)VKO#M!/RG]#X M8*R(XH-=TH=FRPI6JY>VZ;>P`!%5M*S09HWH`@+RD,9DX^HWO9FL=WYQU%KJ M^+O33:`J<;8.K!%3%^$+A79P@;1#\-!WJX).B4;_PI'DXZ^_;8N*XWM!LX6W M"FOK<%&HW\]]^>M;KD3?S\MT"0>5X2!XI2HTP8W,5:!'O]_Y*.G&@7Z"V_VT M(U?/!L!PN-N'S91AT_P=ZKEVE8?V^28_/%IW=C7=@XTMYG`^_M69\,W7PV:S MGV7.UH$U93JF=FB/=7?@422ZOB9/1#L,A,L';7SA8!8I-SR&)-U6>1G^B_;I4!>04=EF,46X6:P;.M1LF:S(USJL1DR+IMW2HDY@P]XQ MH`K?,;`[R_INL\\VN"W^;(.BRG2/F"KMW@N?.R%_]GXN5?A^+OX8I7W*,`^: MH5'@:QT<&EWU4N7=^S9`1Q"84.>M*B+G?66:6Q]':M,:"%I%FQ\E;?9A< MTVAHKT[QQE=0,:]O*DB?#S M=+NO0T'#K;$EQM9!Q;YD-Q5^R6X7M:@KX"AT%7,Z>LA=ET\4GP7-ML$6^5J' M"-L@,]W%#3+=0(#-(D^%L\@[I!/-7I;@MOA%">IP2'=03K4=W$'9!?FS]^Q, MV_B>G:WQ:#C'&+5XCE$=$M^PKPZE'?01W4"`S)[L,]W8;9UH.*G2YCD5=:A. M*![CW?,1G9#_1*+R5T0KAUX<^;QS6+OS/0I?CXQU0ZB*G*U#:\JLEW!C\0Y^ MD:([\$A#9LR$`:]@`F6@4&*6S1\""AJ]U#]K\6G=U M-*3S99+6H4-@'8&&OF82=$ET#&R'8K)F1RB"%A^A4$(QW;VOLG1"_O2M M^6"R1#Z%/S633:^U1QWP5%$C0(J,K8.$#5-&PF&*:&ZS%4K1%13H%X]5\1>/ M=\A1-/[(1YFS=:AH3#?D'1S"=P>%*1W(CU310'Z'=*/9F8>@Q6<>U/&0CMA' MVNY]R*L3\J+BAQ-@ZJ%3J/\;C+LWX=@4<%O*.A2%O!_2HX=2BT^:IQ3%] MUS=H4PL_^'QW+>H"-/*0#N;'VJX?"@X:[MX+6KU]3Y:8PQ&>=&SOH>".($`_ MZ01&J[MKB8V_C5;F;!U8;/^]+-Q_OXN>I3OP*-2[R*/.OEHR\!N&`7ZKPP"5 M3@O(XPZ]QJ@CT&A3"HV\^X<@@X;'4H,V'TM593:/'W M[GV6M5OPL-/)2GHZNBD]0J`'?3RD=3L;2BF^*+"F/K`HPI MG6Y3U*$8/B?_H>]MH>/KYS=2MBX!-65`3;?4,_QL#EHD^3Z:=D_]H<]O@DN1 MLVW`L(_KJMG'=9OIT':P9+)_*+7HC/S9.%5)QZE-%0-_PZD*`/FRTRXXH$9? MJJHPM@Z^$3TXKDR5+1S0-M`]N0/J"%!L*D)-IR*:ZIG/C1;\70GT&JV!5QA; M!Y],%^Y4:;R%GFT#W9/K64>`8BNLJF"%]:X3%,9:=U><<7+=#'H*WM98--F. M6.9K'1)LJDA-IXJ:J$S`TYB@N<+DD>+`*)ATS]3LSNK3", M3XE>*'5ZT7D0V"*WREWDWC7="",],IOA4F9M&S#:D`&C[9YV=`D&BFY&K\C7.N@4>G91&TT:^Z!M8'MB M']01D-B[[#7NN^SOKQM8UD#!930W?-LBT=S>55A;AP<[\*MQ#_PV[/2;A2[: M5WH7/>B2]-E+-K7T)9O-O(WM&5=5NT53=\#?L(IN!K#$V#KXIG3E6U-K5KY+ M'F<[Z)[8YW0%*/HI>0!*XVVEW[F13_*`)LA4>5L'#ML_HG'/.;1\[-,Q*-A> M$*UN+PC''_ETYKULU5CR#G@DO_$B0YFS=1"R72*3NETB)9^T+7Q/[)4Z!!;; M$S*IVQ/"TS?#;H7)9P/)"F+)`','-*[YL+G"VCH8Z6>DP7PV7VW:'L*GUKHN`39A@"F/ ML_+T+6;]LCBBP:&QF@RM.#0V8:>.)NH]UIN^Z;1?I\0_9=]LF7"_V;(C^N!' MUN)K(_M486V;?9I*#(_)SJA#IZ0_9=+?;LT5OSFBXL])X@[$8[2>F]$K\K4. MNA%=/II,FZ^Y;@/;$\=@'0&)?79G.MQNE2DRPZB*%$U]<`W;$AE6B\W0E!A; MAXU,9URG4C+CVD2%MD-FDQ+=43DZ`X%"9TRGH^;GZG"S8OXL3KPSDW!QXWF= M,F?K(&3?3YJ.FYVMNPM\3^R*.@26QL"2>>?K=F/P$S>?G*FPM@Z/"<-#X>/1 MOL%/AZ2O#27U8(*E7UW]#DQ]X9B'KGDS&`W&.;D6"*.R.A2HDBC;L":;-)"% M*D'9&"SE4XUYX+Y`_KURMN*S'-UR<1<`<)Z_>'?V\>U;>-`9ZD=\2!OD@N;T M?=3'U+[C6P;^-\2_?R,0;73M]!$#/YP5'PHI4#H%3":``7#*=\"PZ"\6U];V M@+%<&#""71&V[>""HLIXT=(I8!H#K/J)\:<'K/\$B&&L^MN`16&ZT$/#LM#] MX8J^1F6X("F!2YH,"5R2S/M80&%"J]$40CK^:!CGY7Q&6L)>]E MS+:IAZ4@AB1EU=X0R>?B=$XH+U(D\HQ[`U*J:5,3N#G;_6V@2*XY*R@/&2Z: M),*EJ(Z=`*;.QFW.=E\C)Q1KWLS)$@,F7>*K`%/4N`<&AF_"'AL9D1&KR_%0 M5DPHU+P=DQ6%P")+E>%O')I!?Q5;"_/0D(8#)2?;`HD3:>?I1Y3,H?Q.[)ZRY!U*S19FC\F;PT)JBO!T M1!&NOGKF.\(U6-T!7J:[V.JEFIL'>7MP\T:UF)S`JXRF%-Y)Y0#A#L#+L\K? M$-^J:6X$<,DXWP_BO($N)C.(IHXGGO(F-9D;O@7[R;R!C@IY<>U,L)U0.=_ M_<`CF0M3S2#$I":D2$8P"!>D^7J$IW82\A(&%9>A]4\S'*RQF`9SRYWAJ5NR MYH#@KO?#][\._)&I^4/<7\)#Z`/&NA]ZIFTY#_D,:3A491G]@)"D*5+^%_YD M:23)$D)@("5YJ(ZT(9!E555^0,.'K(3H#P^J`X1^\&T]='0QWR;ZCOXMK.42 M]8/X-#%MNA>&,K.I#C>QU^_WN82]BW6,_B.VD31!TG0V'L_&&AH-AZ/>_OX^ M/\?;P"(Y1BJ2@%V=C22:`QM4\E[1_?3MH@-KB5PT6$8!>GV"3HH)G]%9,0%! M0A^[M=S:Y3YG*P`:G"-I"#\7[\'05<41QZOIN"*/0FI!(`5*,XD4LY1$,IW) M:DXDY!!->H3FL43B!NC7WQ"6"CCW7W_#Q9CHRQ?W!:1^"?O2KZM>F,S<#J,5$&_2P#-$G*K^E9]F#H41" MH^Q^5+H?E^[ETKU2NE=+]UKI?E*ZGQ;OI6'IOE0_:93B791BKC5":GW><2U5 MKJ4JM52UEJK54B>UU&D=EI,`<,RS&D).?"5?AIG\/Y3#YV91@Q&X1I4?WGB0$SZ9?D)!688VU&( M+!?I"&)!TXB\X!9%@6FBF[5EK)'M>54OD>`O\821DZ"Z:F\@UP\A<(#V86Q$P M6?8M6IBF/P"#9^IV_\8+[$4/L1<2AU!`9+H(8G@4W7A]I+L+J!W4OV^;UZ:- MPBB(C0B>'F*M=]=HA)X=A6'LP"/^[GHWMKE8F<_$"(_[NJO;MZ$5V#R#9#.A] MO%Q:V$Q&>(@`3%^M"%#W0-`P7@"1Z1&,7R`/A@=R(7T.]A-Z"Z<+`1!SVW1" MP.>M%831`5I[-R#Z@#PO!0H_U@<4X)D@>=+?7,_M9T5B`SY@76K,>@S?4&'I MY!F@2^$:O7C].1EJX7HE8B!M3VM!NW.N#T.H<-Y#<^_K@8&K%OR5#?"Q2+5$ MI"`9/00H(B(,/-X%3P(/@'$;-#0"O2`$3AT@IP6=U/P]MJYU&PO\S=&[`5/) MBU2RE9Q,%Q:!?@.B"D%:D(^V"8O*MKT;_%0LM%E):'S[G1/:F(8%M`8@(?A/ M=R'A!.G&K6%;!AT`T_*3>7[Q%Q3E6(GAB)MU8-N[^/[M>A&_G>#+)I:H&UM3P M`JQ^]BW8X$2CYZ:A$Z<(-ECHW-3^M:]':TZ3,@K/K674K7Q:+EO)H4FS82[( MIV^C3#]3CC%+[+>C0W`00#P2!X9Y`+]`A;Y%.D1B'D/H*7U0#Q3A;@A.QS`7 M>$0`8IW'X(BP+Z*EQBX>,("/PRZ"6%92#HU\7S!)/]")[06O M#M;3@\J31H3ZTH28BG9.<=_0^N&M"X\(+4YS"D1>#RDP;-5)BCDK_:0PI4"\ M]"CQTC=KSS;[B4#*SH+(1.BIJ#06.+R-(E#39>`YS-DG`8JAA]#CS*^&Z4>T MUV$Z#DU![H6GA?"X'C%>@>G;.G0_-+]E82X*?=.P(/J"WFK8\8+UN<36:)LZ MDE;M2-SPA^LUT"_4:`[)7`S]20<(%U73R**_2N'Z$O>U7'S(V@)J)?`BVJ:( MKL"050A;?_-KP?J#!N:?2>0',/@0DH"6WS(=QM+7;5P6BSJ9QH34JX`Q]H)( MAV1<7$[504&6L6N0F83,K@K5A`P2*ZUAJ1S%8)1M-"+)DE<%>389^95Y$F&7$RR(*2'/4 M)BCEK.(PJP%RUB&ET?1`PLMG])?.;[JH/QPH%IW(C-!@]!IW MU&>H_W!_R:1$;OJ%)(SZ;*":)95&[R1-[H.Y-[-[I>\PNY>EY6,C:MR*WI"D M3<"#@R7,$J;],'81]96'K78%]8&UK=D'I_>Z`MDIS=@ MWD].T<1MNDSR"SH]^H`'@WC)$(^XDKB)#5K"&,*::ROTL&!_^PT]>X:>_0+C M-?"//^.6$,&>DV@S?,8T7E4.9*SQY!?7F@0.AU],^.\O7Y9G?_W\^?/LK^LH M\F>'AS6NX"PMN]& MY8XA8*G@;ER'?;),'D`#W;+-Y%/S/8#/T:@;"+*6^H(VDW+K1'0O$?F7](7K M$)A`NG_&4S"ACV2K@GJ?2279+\#I!&E:QD9'#0O/B/%H!((J/(,RAVCJB/02 MEAE]^T`J%1!ROF*/6KR4S)!8WLO7#I,L$RHHN,X*8G>$)PT-"8,*O$[)&[)(73 M\Y63=(AAF$CJH=>>&T'7"BD?*3[RC+)X<1M8,M0*F_1?L$7_C`==%NN-_^=9 MCW5+/-"%X;'NACJ)V_MS'9]Z#+UE=(-C?;KA)@[H\B!87GUEDOX=WL*8V>$$ M]VN\*^WR#7QP@IZ=_HK.L&CI0@EVXOP*,CP%G0:7H_P ME/8!(..Q+D#J=AEYEXM*0)*K?,8@D"B):!8Q1JE20I%6E6J1OH5<2QDKDI4G MA:64"5E*89863!3NN#*])-81[Q9#=*,=082RTTQ@(X2GZO MD%@%8!LO5\Q1$?DPMU8YEI6#T1CMLU\B=NH>_LA,4*ES5/M?B0$-?F:K^\;: MU"MQ`LV3DC+N)5[!NHPLIQ+TTBQ%>I;/-6]RGTCE9"PQ9#D=[]ID%'[.$D.6 M,S)UY_+&"Z[X^0KD+)=_"[&PR\^2T3+^.=A5HQ+C4_Z,EO$73*/`3B3DAPP! MDEX#WM=$7_[UI=KG[="I.MY"8K[/%PB-^GPQ1ZG/0XZ4%4J8VD MPO+V^/QBAAUWK-O(!^^=&,-DX57P M3++_5:D6KVZJ5\YRP><,$[I4+DOD2YLO"`Y!?T#`RJ^_(9!"-P&'$1>P@$_&NXHQ6[I2@:`H/)4-[?M/+R8K\9F;!SZ\_O-[[$5T M\<)R0SL&5T6RWZRM",]%ZX:9+)NPYPT2.:7?X*:W1D6CG>*WNCDDFD?4%2^- M2A_$29S.AY.WZ76$__&Z&SS`OT??POT(U[%Y-\)/-/`@'0*]9(#NQG@_&XT' MQR0<'+-H<'#QB1J2DS-:U1<2!`CG9I2.\4E=-@*[`3V_BI[/1\_?$CU_!]#S MMT//3]#+0]``/",#KX#[?='37=3CX<+/E:F+);_!V![8(F6R6H,N^$&N2#4!0"[Q/@DS(]M!; M&*^Q#5X'=!F9K?7>@B/`B[PF9#7#"._!"3W#(D.4&RM:LQ5BNDIV0(<,7Y8G MUW@_!HXN=+Q42@7E7:Y-V^<**B.E'?;+\N&%].@X#`*`"*R M(%KP?/IMSO$!HB'4=+&P"%$/5F3,$R;.CO1B!B7=]S$='DA#M$]_L%0=_;^] M`.]B\S!GZ)B19>0&L\DNCP,4KNG6*2(HXO;(C$3"@/?/A1`[+]AZ,6F6138; MD9H?$%>ZODA`DNY#/#>R)P?%KK;?'$Y_T/WH%A6R^<>. M'3=='2=S-;-T(YI,-Z(Q$WEVWLLI)NKC[M$'>%!_CKL<+AKK,>ET@[/C>YK* M><5&SKG&<;Z=59P_F#F$WAOP\THKGL%[?LLQZXH)$P='&]=/F!((L_L(9G6?!&'I>T M4,=[NB(+6DW*AAY$^IN.\)P?[F!D=R;)F+I(RXUB*Z]3X:UCNU:>2J3Z\=/%R,0NPNP MVI'G+6:I+29REB94SO07R_DU[0Y$#W,VEBBD1?95.'3;!-L>30<>UWI@X+C!_ MC\$W0Z]U+->"#"0R!!R@Z\P]V\(G/]TK\,[4_)$Y2?I##,$)U3-RU3\!X[O" M^[4OR5Q`+U%ZLI6,[3!CM<";H>$Y<[R??JG'=I0*W/5L;\5W0YRVI]SU7J8H MFG^8`0QL+\]9"R_?XQ8V%U2(O2SN=+'?C[S^`EN'HK38GEX:%[!?+"YF@Z#? M8V=UY>(US*2?ZC:V%K>Y0@"(3[Q'- MX($X;>X54FYTBQ\T<"!*2^/0)=[IG=D6:[2 M3I7ME5Q5/6<\QP62H(0Q":!QD4KSL+]],RZ92``)D"!!279+I]LH(I$)(#,0 MM_PB@L"_R)R\.-M"LK%PY9]M5;^RP/UA7IE$W+F"-;,$\:2"C=_),YI63WXM M2W MI>0NC-!7=]57TL7BKJRST%F3WD(MC707[G)?YAS>KP5;#LL`L'S;MVE>.&=W30SIT0*<,I`!W"Z"1'@]?O28$_Q(_YRD@B% M:)H*2[8=;;8T;$/-MM0?M-Q5,)<^6R=K`%2YKOB.AIV>;?V9#C`=I,X2W9.8 MT$PC9@5'6^F!):6I5O$I6/#9\WSY(*AYG8C./-:.9OO-D`7K[R8A]W$Z1?^7 MU#KE1VU9YPF%.4Q=+5`,-C.7#C!R]X^D@QZ,`)SQCG\GIXL]W.`0$5I"Z*HX M,^M6:4"9=$$9FY.N$'.ARFMC!\&WHS50 MD:]C&;:&/HN+BP_@-#A/*-C-#@%8C8OBXRY663,&XJ,^?Y%QEL9X-&JQ%"C M;B0%ZR@JD@4VB4\[M@0Q8L'*1[X2J!PN6^`?MN=Q`)[2C06E.WC5YG; M<_>&42DML<4D2C4/C(E-UO)%[1U,K4;,PB86?_:>CX"MJCEJS'+WPEYV'Y:O0J&$ M,FNELR;N2BV-&"QWV>?N*=5[V&T#-<\=/]SZ;K0=8\6NA9WQ`,Z1SCTFG7LL M=6X6XEF,X#DM-NSOH$)EH?L'W3EAYL[!#V,51"[L#JE,,\B%+ZVW!&E",S#C M\S\%M(B\DO&7<>UP1L2.3D^_14R;>S`U^$#:DW[K6?5 MV_!I_8T-S?+M[XO#R]G:ETY=Y(IE04#L<0`()3H0_C*JY.\$?_5N7.75=#3, MW[UAAV9+US'P4CIKXJ74THB7]\E*X1TN\]*+W?,J_Z2=)DNQG0C\E_,)QHQ6?R<$<)K19.E%[ MI;!OX";KQ%1)2K4F3^KU_KJ=H5UWVNHVHC*%[HU%NW`_IRL""A"#HSBDKHQ# MDO)?Q\(PWN/WWWDY!==QG?DAN+2>*U.2U__:N1&JP-053!"GVPG%B&'DT0:2 M@AR8!&8#B=B(EZX30RW(DW;Y=^"7P6=\ULB_L:49_Z8N^^7?X.9OA7_C4,WY M-ST!>*$QYXX/J#"(X@S"N[(+^IB*KO%&LI,FP1&7(PF`KNA_L7:,Y-E^)#`(Q:QXK3V37X:^%YI+,,[+V8TT6P/('4 M41WTUH(.04UJ6PZ1`UOKU7P*L(Q]S`'1-MA#<2S9@U,0>3'K.+>1ET"J,]C_ M(#V=G;A>&"5O6+PJ2B*/`HM*N3`9#-)AU!?=<$ZMMC3E4 MX]3:?*>@18>^^:UV]5@%JS+*GTZ:9#0V-!+1U..^8`1PNQ90!##,=FCPNGF&S'?& MN::&BOFFQJ9SSKWN<]XQL5\[:(9)'_0`X\'_LM8#MXS9C"]1XG7 M<#^;.`70@:FL2[ZGL=6NG+BKR^5QT7<^`#H M,$ZG,>#K_"2OQ"HEU("QKH5+HT+],0IF;AQ;EQ!#?X;Y,&.9,5.:V?`@,Z'N MN4MT^A#<#W:GP"2)8,T3VI^!&!:9ZQ("2`0#TD-EK&4@#1S/OW&6WAPM$M&^ M.E)[[A/:K"&\M#'J(7N`('73A6J`/BN'I^Z=TT];"=3"WM,Q4>F>!0@GZ M%F)/X,;P1$0=Z%4##0Y@NH[U]N=/P"^N7-^-9%@F15`L\HZ):I0ZS,87R%)7 M,?'U:/-<[PI3!W=(0J+I+[PZ*KMRS48*$F;J=S2+A(?C+E\^_Q..^?F?]%%C M0MY"3^[8`2K.$.T31K336K5KRY10YYOLBR\3QV#?-,:A[[)ES8^P29#6T1OK M\/S]6TZ6F)10RD94%T5)"5ZFS!$P;J%0J1HF(-\LHG-GZ=*1T`46EIQ6E;F+ M&`OVA\5D.!@7Q4%>4FE7ON:C"C.QSLO8R%LH++8:@PU4=*2[@4UT1T>&X#][ M'V"42?R,,)L4HG)KP-S#G'8.T`9!EP>&351%JP1?`L%&;K6WK3>GU-4;8O'1 M07HA;HK@OLV1?;K`28)\?#;)YX$I,@-"3\%Z` M9\J9N@OX\/4-"GAVS$F^-=ZD+0C]]JB-^X?74QK8LYS>A^(J?^3@'A0'Y_L#ULS`UZ,=IA8*<-M60 MT_M0D;_\XL^#EO5D''-;91D[@\8<0=T(4.1F$@\-DR+ATV-$3VM%+IRD6+-$ M6'$W7I#&D-^:>`4JWAD%0\"@4@Y5"#;5.V'Q1,&]8.>5O$M:6GH?HI.6[@VF M$,ZI:8]"%19:@8N^/F=%!P@_WK%ZMVUQL$YYR;X&!#XDPR:EY MO[P_E3G-E28CF.AH*N&>P$G M9'(+?DBGH*@I_9MV"[M8M+@K`XDE;@>49]QUTL&XAH^;TX7`%YX3GY*HS3)9 MRM4R3J<4FK_.8U$K6K6N%&!<_X)E2T% M84IYUP6&`L=U`%/^%`<=NP_?(AYA&>3L@3!G+_1N`'^ADG@S3Y>3ZQT9&^)Z MBM:4@<=J=V_5S[$C1*C.4LO)S??!EY]A>36Q.>EV;!N*#.$1M2,9^,WQQ04V M2DEZ[BE&['N)V^IU)YCRO"M+JM>%;>,7(M:G/?N2LLST^@\;(S`O9YN9F]/- MS!OFFYGO,^$,8W4H!T5+HE(?LJFTU/MB(AK\#]UA5,1&'0]P.V;`+P]V'KJ@ MTHZL.X@XP:(YEGD.K1]N+^@ M@9.W@'V\_'1Q\NG#A?7AU[.+B_.W9U(9#0.A;DXYV;.44#E,1"RS1BH?SR\Q MAU+8/8(:\9'R,)V9;-48?'KNXS[M`)'A!P:=3>Q M`DWXI.PKN8]8XYZ--B$='E+>E?VI>,XH\1KZ4ZG#O?:9WU)Z3&W`+;GTF3\G ML!AC).N,%'MDXS8-'VDC[$$BO?;MU-B#*^B[\9/8J&G2`4C@0L:I:1LNE.\? M<1D'F5>X!,NPYFFD<2P@NK\<4'Y$B;J(7*A`L@'HHA6M=$"[_(.'YFX&K=2M MT$K=IEJI>Q]:J6`K>]!)Y:C;\SIMKQ_VHS7:%"^Q2"/(3-82P]WI_MYV MIY_8W[?"_@"I.R;`[L;;K5`3"U0UI9C)79Y];;CVN!+F\&'9&%!#B8_A21,C MPX9&G(QZ[#/`%F[10M@(#'.P5\$6;2E1AN/1RK)'[A2JLZN4'4G\)B"$`?AY&WGSN^D=E)E;+4O(1BZ("MARSUT,1+>(`YY:[T&8_78"2A M1@=8?'SM0AC%\UA6](*Q$'*?Y8,5JKM@'_\%6KD2D:XY+.?A48D3(AH^KY<5JMMMD-4IM1"`P#],PW+G)ZPJ-M5:_K%$A"TK;N_.?SJQW M'RY^/OF4Q7*P>B)F[U"\:RPX"\5&\?FXDQ-SLC8GH)+N(/KIZ@`*9N)>JGA% MR(H?PQKH6Y00$_`'Y*.0X2=4-IBE*7V]1#`3+(Y-!\0T8NA63$J^_$;B:/8* MR$>++2'XTQGAMY,8"TEQ^:Z&'G)L.RC#;*.V%%C=FEHL'4C!V+"KN':A8*Y>S MT6FF7IS.`%4O>##BW25VJ"J>K";B:IWIOLYBK+7(-XS=VM;FWL%\[5+ZB:Y, M/Y&M#^5WQ\T.&S2]6-RY>/86&M$UL-A%=*YBERI!+M_H,G,,7O$**%B MO"\ZQ-Y_N_..0GJ#2>/-/%!?70:)K82-"XD&J$'H<;]A6)14WCJ@KH$>G6CW MX?!?U$E0B15T--=X/%V>7EQE-YE\''L]*0Z$0'8"T$'+6):., MYW4@IA2R?^!!61B<)*%8MO+HZ`C:_\)FN5M<4IE;P=$^>&E]Q]=!E!Q>PTQ* M>^WWWV6'%[G;P#U>PQ'N]_+Y<^V5[B_WQZ*<^V-ASOVQ:)C[8[$^]T?/QM@D M/'".1M1_:4N=9VTN]?8304L4R">Y$))7*`T-H28[5WX00Q5076??(;_B;HD0 MZ;$_"H+(0A`T+=_!K;7(`TT?;5%R[G`J5GI3TNX[!Z(-RINN,*1>6`#B=N++ M7*+#(/*NKL'^`IK++I/J5#H%K7,>8)GZ2C*X\N(2'>`Y`R'@^2:40!W:WOW" M<;?2\=?5@2IK]4*3E]JZ=#JD@C7>>''`4-DQ84;&TF%\F241FQ-DQKQ_M85> MC@D=BB4`I48^'!]W>EA['H_DNZZ2X,Z-XRT=MKTQQ"?U*5Y&93R1EZ-CB3*D M"*.2TOD;PH6R&W%H.0]H":F-5GBL:>137>H[5Q5;:48%>UHEJIU*`:\-21]F M@WEA-?<^IJ6$'29JJ7BI6LQNUK/)"Z.B#^7(#NZ5'$IJX1KG33[^0UG&05>)$;6V(@%HZ&/;\J/9%MNE'O]O;[`/& M.KORC)P;SU=P;VQKRL&ID\[%QZ^[P]?#7HZ+3Y"+3[:RH?@N)C-*/(X.R2_P M>C>9OSHA"VA;X-:=HJ_S<'5JC`3%?:#N$2QA9:H^H-"J/R,J^'*3R!-(EN+> MNKD--.DUD"HNWH_@*9SO:>[%#M"9[$Y18UD*;]';BR@;N$P<_H(WW5ZV"A6D M`);!PP:P>(8`%J\B@,5K&L#B[36`I<"26H0+FD;>C5^64@21EN!-U?/B%D07 M.28=[A,=O6O9I(?AF/==[NAQL4PH!S*FJB#U+'/CE"T'F<_5&.!7%PW93FP( MP0[MAX4=>@MA0):9(ITUL45J:<08N,[<:.VF2*,N34[A,Z8`P:.3I9[ M16F&3`H]3I;:DTDK]X^9;E1)N2G+C%PG#G0]]!YY:.MEF/?!>;,)^K;9FY+S:[@H3T93[+ITV,EIL:<5K9Y[Z*!=`-6]@^IX&V MWT"W^:746U$2/%`_82$9=25(#_$G'ZE`/OUX9GV\^'!Z=BD^PY^#F'?UY=/'=W'BKF)+*-7PY=#> MKLN!OQF6$JJBG?L$A#M@@"NL#EIWD1L&L2>>UL,M)M%*DTM0/M\%#(Y#6-;? M?P?8&@!>GC\GZZV'DTL'F%QP=\T<1*71+1R,/!//=/KK97:KNYTD5E-4ZX<+ M\9F60JFYJEQO2,7Y^(@B-G+=6[BWP@$[,I'IY>GI)6W+>8G<0UX$*6RR)W"[ M_SC][3\7Z!MTEN&UON)[GV4"4]\R62L^:QTG53LH M6\LB(W[LU[.+2S$;9039A@$5^2^/UF`TZ8S$$N`!5N#7W#5$"&HQL$*"12G( M,(/4+PB,!IH7G\;UEP9"TFV9&U-A(?6K?2=H$];@URI>Z3A\%O M+3OD<#D5OHGTZ!TC?I,.".#T5FX>\HQ(G6R3WK'`*ERE*^"#B`F":`/7"2TL MD^Z#SK`T^H!#PO!:EU2C!J0)5HTI;I<8]D>`?W)&8W@257"&H6+TW@BM@"`" MRH!\1U\50'P@8Z*$9'Q^,4TQ'B&:77^!W8E8)CWL]S'1.!WD+C2@7X#_?1&# M?.&]"^BA(!'`"2AR`0;#;5?DG^'281`B]B>Y)KY`5XPA-T&$Q.J`.IBN%"2* M,!1..O<",<&A,_667B(DUP&AUSMB]J^N$Q"(6&56S#95-?#%3684TR&HSHN: M9C5G#/VE+!N$B2:U2.W8A0ES"2+$0`TQ-__SQP\_G^4AZYA[#"?_@!/P_G-R M%[I_/?IG9L9_[5BT^PJG)2<5G!<]#>[5'0;Y$./L#Y`\Z:"T;%!Y>ZSRGG[X M^.\7YS_\^(G>EOE"G=?I2$,FLAC=A]<<27Z*S M)IY$+8WX$7?9O^/@H[A1VXX#&'-KQP%T1O`*'*L=!R,*W!O)P#U!BXSPA82G M*-QRF4\[^2O"-,DG1L6WSUWR]]2EP9ID3Y4A/`U2$/%TUZ>4+6:-A8_T1P[" M$CKXUP,&-V;>NVMBQRKH0DE^2"][(SYHP<.7B>.[F(>^0^KP03[[GE8\I5#\ M-*LG"M?)G+F)N@MO#?8Z-J#EZ(CB!>N/3.^*PP%$$:"A+G-!B$^""JTT'CY9 M&LYI^U$%F\DH-*SRBM5=P=Q.8\RO#R$CD+V/K\$.4$4H#7/3GJLNQ.>$J(N\ M695.LZZ:D=;[`4I:/W)?_I8Y<+\79W[/'E)2%.G,3_"K5>DDA::>184@G.L_:!NI+*GWNRE;^BAWZ=W'J(I MVQ&M,%)#@8JAG)\/21]]P5S][B6A?]R8&2D`!%F>#@C%04=XU9]!P>22UG/# M_3C*)U2^:2*MJ@T*(R/18M0A!WK3*V[I!*-9FW(9=^\=LF/U M^Y+B/P>_NBV6[%7#-93GJA^AB[@."IX0'!@B7TMI&*ENGBJ;5U'OA,::!K1HA>\EM&@_$; M=B@45^L+5GJ)NPHQT1<$JNLDBVR4 M:#97;Z<5@,=H@H(<#P]GF:]NRM!B/&>4[`VAQ=3AOE19<;=V4K$H:;T-ICC? M.9<4?S/!/T3A-I3"3072D:#/5[F6>7.5EJMGSE52GTNJE2Z6A>`-==:^?1UA MA-,XDM-8$O_;2/^#DOC?1OK71N8^:O&?%N1_6E``QA.4_W2`67^2XD]2O'TI M;E.:0]M^!%*\?TSF^/G'?*0EQ.&60X7"ZB0C'Z_=EG;]W;[^8$#7T.W&//O*`E3T/V36_C:BCTIKT%U'X=G24,1Z20C*1"PL57V:J; MY_-Z4QH0&D6P#W8&C;?%ATL=\Y8% MKU#)I+"[$ZKK0$=X;XJM8GDG_39]V_'D&H M!8K+XB.LB"SS@#I63"GE;Z-`3+'<`&.D'YTD!BT4C9^=KRQ:#M25,KY/K"BD MFHQ5'L?I$OR;>HA6N\;A58Z%(`,8,1X(K(K%SS#[`+L(YN[2I8H0)S>!-^?<-:H:)K)0"(2G MYX)05B@0P5&X:J.@>4V:+;`L!6)I6R3NI]+-GI`N-13^+0EBNT<^CI[T<93- M",FU8MY7-N7$![X'$EEF]^"\$*(9ZU4S3-!S(1'3BW-*/8,9P54-.3',UQCL M$'25.9Q:HB.=7@B[`^HG.!]F(6G3QS(<4"ZTP0-+>(./95'A8UDT];$L]NUC M>2V*^FW]*ZJOYEW)Y#Z[5G19GR]5F%W*DH/(/Q_I(@@T0XRJ*W,!--Z5 M^"J0P1N_K4A^/>(1E^X-Y&/*AU,UP<=6"D,ENF!OIB#!ULO%ML"MZ+\:HDRD M@TR9IE<(((&8E1'"B26Z6^Z6-ZVYD,1H:"RC>B?;I?*YE\>3"GK+.Q?,"IWJ^#X]:G[8.^@^\=5`NY^*; M*[GX#8NX^,7Z+6V+-)EWJ$W@:#;F%D(MZZR;LIXZV\2K5M7KR:WVC;*J)[?: M-MPI-$#;PPIL>]@4W!ZVAVY?'Y\F[M8>:HR3^7XY`;IK4%:J:H@2IE1M14$K M<:H>%?OMR6*_66@:8-MQ%`1/K%+(H@CZY53F`#&8I3*:*J'KIPJ3%HO/BM34 M7'4IO$'%-*FV]ECCMHRL6-"MZ@O'MPV$M:RJL@<$W*%4D4<'JL+B:`@),O#? M:A]`80F60?!5/-C7#`JH:BV;MR/S8T`&24"QB'D*(R&(T/4I="100]TH;IR< ML@QD(^QAZ)#S\\"Z(`LP1W6[YJP0SV[@'160\[`IY#PL0L['K[NC8KK9S:K3 MF;6;CQ?D2JY5;0YY4M:7HL.F0F+6$E>A6VZA^7#/*C;"[JQAIP<:+QUA3M;E M,S]0V3[O(Y_Y3@F_&P'F#(RC.F_X;MBY7!G7?Q/&XIKJX8=.DD"6VPR-,'?A MA"N]WQP,&@H^\OE_?3X$^Y-S<$K/]YU%D<8=\-P6Q@@P+CP\SH3G3:R.>W=)C"D^=2SC4Q%#KY@4Y]USY\K;0)_F MV_,+NN*`5ZW5;&E=RI;VP*Z&R)`UC4Z:1'+4-',:]\@+Y=[D=;?;FE"^<']R MGGE1"5VG9N:;K`4CT02K+FH,1P.DL8.>TD)L98+S>-$TT?WNS M1,N/4T4H.6$VE(#5&L).A3'1TUE9C%K>K[E:!UF\:/1KKV M2;KVC=)U`^$*`P/D4\@2\7U`8I3O6YS2)OA851$`MT,+'C.-4[7IU9^0QVBB M7$9[%;6Y_(]4)OP7&/>'U)N[S[@>Q+430FBOX'K5DKF5RPPR/U&&? M&P$7[J]8);B];0`YXE92E[KJ6P"Y,L8;;@"8^SRY_Y_<__]`[O]R[4'?7'?0 M;UAST&^OWJ"9)T'*__;X$8RV!2_"N@.Y&%-,M(8,1<\YA_58AK((969E*LRGLBX\?R[8$N8Y06#.K1>[F4&\%:@&W_"= MC-O\P?5=+C2CH"NSZT!P`5"(Q-=RZV=!GK!B#CXNY)J3EOD=\%$O,6U9'"F, M3)\P,L2PLTV=3_CJP'P3GK3_2K&L%#CB(04,>CMC\20S0B/P)HA#V3ATHREV MJ%(6I'(S0H+70'MI/=Z(%Q"#0R8+R(SE?(7[R#HM"(9RN6HCSH@0T..3?D;E!DOO1! MHGR>B=T,EQ:#;FE(F>"2Y.R589+#[%4U7"HP:7ITN\"+HTB^Q'`I4>CCB#6 M/],!YEEF+$:8-+KFUFO8B[8^2BQ_7)#'9!5^?, MY#:E8)?R%70?-E^!`;Y8@5YL"EYL$;M8EH`*&ZAVX-H1@^5Q&\K"\@`@$+'N M$^VX9'N&E%E?=[6.AE@FCPXP)>0!(-1FF*5)=W4"N/_T6??$:?>6DNL[9H>3 M`7Q2^.\>G+@9-&0/^U)=L@JZ#VL5A.!0,K!$/&ODBMC2C#%2EWVF`,5[M%`Y M#\=A%LF_FI7/&_4P8(\.\";L9_"I,IXC1'!`OC\WND*_'FX`)\&5"_IZNTFI MA-:;Z%4Z"^QNEO,^!.A8V4;/4[=IQKEFE=Z'[%&L%Q^@>#6JZ%#GWB>7CM)< MJ&1*R%GD\IXB*+I7ZQ7"SDJZ`#$H(XMHMD(NE`5!9>K3^H^SEGO7L^B-DI8V MY@9E?+89G=T0FVU$9@^&6X#`S%__FE3@.\*_)&^(W#"(DKS^=.%^#*)/&^I, MG.0"(%QTP#2)7/87C5&AI4=N'`LZI)M95[1_(D22(-J.2BR*]#\+YI#SSKF" MK9^V4@'7?OLY*`[L\9C-I>"RE-B+PNA"NJ@Q,VX^2Y\MVR51F:K-&IHE4;[M$HI2&@?)6-,(S>T M3$U#Z)E#]?.Q*7=H"0BT2<\G.-`W:DD6"\=4@!K!5.325AXDVIB[6H)^%$Q. M7,P7JJ1>^U8D93M^X&3'T;3,O:9F[C5MR+VF]Q@/'$W;"0>^0)S@ES>"1_J- M>5;6%7C5%/]#;B0Q`I'(=4!U908RL;%0PZZ")/@R=<7;?6&L(NR68&5!B/A= MWI5J#`K%)XX=VA&-`8+5JOGYE!/YD?(ZNTM[YEVY9WX.&Y'KG&4RK>P\E^W8 MG^=V^/".Q&;0R#Y`!UL(V(FDD)B6:!1Z>P0$D[6/7C!6[66KR5UZE-RE]\"L MLKP)C^>,S++A)CQUV*>;3=RA?1ZY=@O>G#*A-`0P3,&10B8LVNW5,Y8-D672 MX8EE/K',1AL-$]QHF&P",C+L,)`KA.('\OGB6TT)3UL*]L-N*43EE/"1.25\ MU#`E?+3/E/!L+[:<%;XXZG9&;"XW/!L;FC!M8+Q6]GHR7+]1SO04Q[(-CX)W M*G$I/&GB4]C0B%-1C[WJ8J!N[Z:,T2`-5"^^JV!"\\BY%\,A0"$72-+J MVHYV&PF!VGASH"9\+O+C1CV-WQP@8X*,$0;41;U)M9;2+ M@HI<)P[\AS%*'@]F*IN%;UJ;L/N4O[<_5JZAO7F&YE[L``D_J%]H2+#4X?MIK9S_Y:&W-J&6:W*S&IE9E:KALQJM7=F]3-PA45K%;:T`1LS*-539@30:VQQ MI:-2:H`1(IY'$O$L@^JS"-E!)XA?*V0?7?X MDI!O91.`)_KVVDO?4^G[''@FU'@_PVC(;)5(U"5[R`%*V9)7U$D0?-=EP'P43SS&\]F0:]!DX/)+!XPE44Q-OK1I[+X+HK[ M_0.(H&.$,ATK*-,YL0;\+YT]:(GTVM/!NQ.*>IX\K`YN2`,15>2!B)HF@HCN MM8I5U%85*W:8[UC(RC2*'G5CJ&,U&'CKDZECEK@5."I6I@&NNJ6-%:3$I MWZ6V_82@@'0AN+Z'P$V>J.^QD)51=\SF,Z]"UM6@HFE&3V)YF%Q1J!UK3_E9 M[:G3RKIGNU:@$A]+7*YXP6?-WW[%15IR=PU#?*G)[`45NPJ3@M9T/`>;L"GJ<%^N)7&W%E+J MB5$.9+B)^.]FZ?2@N/F`:IS3HO[?-$@8,2,&(X^!*K06JXJX+TY_>\[)J:CP M*?V0I_\.H^R6,@O%]*!%W:Q>G4T`S#2+!&FN6&_ MCD^LJR)3N\&7ZXRO^^R36`(+1.')^[?B^/[=^0^_7)S`Y_Y,#T]P_ MW%F:N#)!?TP9P53];*Z"V,42,7PD-2A.E\GSYT>6]6-PZPI9WA%2]M:YDVRI MVQ$+)":DA_GF8BKZXRW8T4G=#RBM'Y2T>A'=U;&@5D>$^YY.C+%JN(@= MJJ*DMMWIB6$[%<;QQ;D4$:"W0?3U*#?)-95^BJ5ZMN60AC(W>899M\5HX$9K M*M=4,\=-=PISE=G??8AF[H8QC$Z"U7)I]N/K(%W.X4(J2N2"`YT_HSAQDC26 M&A"FBB(X:PH`T3EL1[NQ*@85L<\=RD5P-?@4/C"9,A+[5H4IBN'JR@BLFM0, MJH4!S;=)U9_=O@Y%F5N0CV=";Q8?51N+0C6XA\#IZ,"LKA`V&KNN07TTNVLJ MA7SD7D%.SZT$L-8WEWOS\I\(1WA%=^2 M=Q-]H.)4\8TYYM;SX9$X^[H?0$TXUXE5A:HVSD1DVP<#^"7/*CT*!3]A@7'F8 M;]>)(D%E=VWZ>EK:*&\I/60/$LKBOS`#H`8"7@8FZA`6Y(!WRC&U\%<_N"U_ M9^N(?,O(_>2KX\Z*K,OEY%0=H45V6TLHG1BKD#X`17 MP!I@`:PR0X;I`<:#&(L??CG'D*1HXA4+6ER+8/+&%NCOX48^_3#QW^_./_AQT_T/LS]U0M!(GSM'`L-*2/$KYN7 MK"&2E8V'Z,X?/@Y65D*,RI-&^FR&&54][L>SSTRC#5H-=Q&W M&"@X['YSXC;,Q.T0X6:WVUOQS31F7 M#4DRVIXBH1C7,=7D.E:5Y'%?"?(,!=&1=>+?68[:R?B;;8NU%*:0YH0Z8L>R M3LY5&T1%9U'M!E"M;[3.C;0A52-P%:G53&!,?D:2+!(8G]^UXXZ\ZM49X[`78LT=?H2-9K**<'X(^^_W?+$:"V&Z=%: MFTR2WJTP5>)__6RJBK(3:_(`=R2?&UBII=+H5$MK`;6O!*/RT4V=^LYLYH8) MDKNLH1,SC3/-PNEE,#-[W_/-IFDAU MWVXB8@NU*=DV8#BJ+'69\VUMP,J&1:\./ZXUW,B9(Z\^9)(N/DZ,ST.?$+Y@ M3[X@UNGT<'&A%(Y\*84AX\_J_:>S]Y^$5#ZI&!KWFAP/M[1T?P\26\S^';D$ MIM?7VC;5#@=HZ`[,F-H0YP,]CRI^H/#(NN?QZ"C/SAJ)7GQZV-AQRP3,ITT4 MS$V-2%CV*='P<-@6#>,MVJ!?&FAC`J;+/Q=(.'L:6G/4,`92PQ#7* M*UFX:>S"=K.5>()7\48TI-&Y";PY;ET$:6S%=W'BKN+G6C?!W:Z2:_)I.E++ MS'T!S0B929)>XE^L%X+.CJR7?\EV:,8V^L_I4*;B!?6D32=O:5J<=L@72MT5 M:1?/&0@7SS>A6NI0(-GQZT%O9Y*5G[:V\$F4(L1@2ZH5(VU,LG"M)%?#$\2< MF@4B%+K6MZ)]<_(>L0U+#T"G9TQ=$C90MW\8XDQUFY0GK- M3)LA,-M:JR(P`K'@4/]B38-@Z3H^L)Z+2U8$T'*E0YDPT7`%LM3>D299,$XA MZ_]HB1K!>ULD13QGH$,\WX0(J4.)`H>[*WSZ?%")SN6.O(?F>3,:9+]@CO2) MV5#]AT%%_0=-G.!^[+[$R969Q5Q5LYBK+5C,E9G%#`>O>WG1LJ:RK'&!KY;! M%-=T$Q9SR!-DKB^K+[6R0Y=:?5ED0E?-F-!5@0D5^`_MRU=LR]_7MRV,OJ\E M(J"3!A*@AB8$P#T*R]]]+?ZC;9^IO%TC!U7I&V>'/@PD;O&L9K%+:?=AS:`? MQM)?![=R$$3V,<2&*HWS$Z*HP2P@S!HH!C&SEW)6ELPB>>O%URB-7%*IML*V'4;@SI@0`\YCO+N]@C4!,E M$0*&!Z#7F4Q8-'.6LQ10LO,*HZV!"E7C@;@OYAD:/6)AI4L:'] MVMY=02IY75K0T\-&+K&076+F)R'"':-Q1@>#<:;I2W*4?:E,:`B6EYO.FI:; M6AHM-W=''A6JB4H/`7Y@?!!>ZC M>Y,.^A+K8:G@>KV472F;4(C(=HI0;8>>0PLX',: M"?B-;5+4AW9SA-`@C3P@"4>KEK0Q_;L>80[C43&'<;'`0I;ZNW*W99>`9)BD MU*C0IY4*?=IRT>)T6U+JTD3:?LC9?$3/$VQ==VKXP:W9S MVE>!Q>$[P<>]=FE7XM%J%3[=0X=,*%;Z?0T=MZ>FNV`G8ESQ/ MFVGXJ?)S%YZ3T)>(?R2NK3BM M3U*A::-9*O;1IVGPVAZ)_VD@0HRBZ*D@"HB!M8ZN[ZRN^N',K:7ZX4?6^7L@ MJXTPA46?_>?,-I6[UFGH1C=>#"5^CO[V-R'GK&<0CW9Q=O+VYS/K'122(N_4 M`,-6Z*`G`"=4<^S-+&_NH.C4MLUZZS7;_.=NTZV_7K;->N<_TRUZYR_2+7KG']$M>N MO)J8::>K7OVJM[UU[M MN_;JWK57^ZZ]NG?MU;YKK^Y=[5J2X%:#,K<0>KS!;,B=SBMTN:8-5;I\G[Q2 MU[-SF([>"),%C7+6=>@+;<\2-A8A'"+8-TQ]2L;CSE\"X%-H@V!F!9A.PNIV MR":C/XQ[N_8B;+(Y/G?I?76M<^O6\0'*8%F7UZX;7_\/FM(DF,'A\S-,HH,N M^?2/#'U=/_&9=<-C=<@VM8_Q"=TP0M+[E3,)09)KGT2&I4V MX:D.T&"2`;_@C5&:#G#+GL'4CK&.T)K6CR67D^<)^Q[?##9^*MU-M51Q' MOG[5K)0YCFQJPG%4GP+'&;WNZ\C5SC',$/PK)BCGC%$I-/(G#^/9+#X,TZ3< M]&5F.!>6SSF^'Z"SL=0R-9P27^!=^33EG2F^X;%F MPP8ZJX3SC^/YN:)*5=?*G#8,O/0.%+@U] M5S>FF& M*?(-"^J:Y?4JGC5(A"R#3O%L^:54JHCL M9"X$NW!:;7#ESW/08/[DHN)BCO,IG*RX6,8-Y,]J".]\0VA^;@6H+)RNN*EA MA`RTDS_/P(W\2;G'GS^;FA]";1J6-ECDXAH:=)%O:$:Q;SH?FL]KXM_0.JTX MS6J`H0E)U71^7G&>50)3$ZL%QB92#4Q-I!Y4M+"*8&JMZH6?N*&AXH7F%7-& M:H.IH>*!2'TP-9`*86JIF"Y6)4PM%6^=J12&1J_B%;VJ5Y3JA:E)JABF-DW- M,#4S3S8T5=R,5`Y30\4XJ'H8SU>\J5]!_J2&F!NJAJIX5E))3`T5:XRJB?%\ MU4`5ZTYJBK&AZNVBJIDEE<744$$,I+H8&JH>2JHPAJ:*IXTJ1HHJZ#VJHO>H M8B58M3&U5'\A4<5JH)IC/%^U&J3NF!JJYC"J_L2B*KX85:TLJ4"&AHHY,0ZC MU"%C2X745&J1L<7\\E(]*C3H*I*IJ4*D9ZJ2H6%1TXE4)E-#32=6G0PMF?ID M:`RKWTNJ4::FF@>I&$VI5(8V4JL,#:Q:&5K2ZH=3*I;!_X,`A5=EEW/^?-X# ME&_;T`54Z%3P`8E^C2()?PQNJ:`E%89P5#ZK8"%A&-MA>=`9=\'#/D.TUK/L M*!O>0QV=9QLX?JNA-WB)95V8X3<(S"FXM4U.:=%A[EKN"VT?HN<1CJ:'X3YT M4.6E/[^8IO#TD/KJ\^(_3G_[SS#ZUWYOZB5QX$.BP2.A($)"?U=V"=4*433U`>)*5WT<)(6ZU#?CL=2EA8 M4'4NNXQ"0^?!#*L]292R&S/RR929%@.C'8A4$@P-JJF(QK?_?L2%68?X>>$! MWBF\]I9!'(37=YT#'G,>N%3&;.[-$'Q()18#;X9T`#'/'.%,<:E)$"P%8;QP MELEUD%Y=6QYE!XR3R,5@,H`]44RL%UF8:BB6Q6;%,@S5Y(@?MOZCI_\H;:KE M%[.T@YMO+FT$YIM+6XSY9O.67>Z:;C7U=NO)M[LE_7:-!#S*`V2'8T3(XH&0 M:A\%!<=_M_H^9ZKW%LFU0D7.76<9$XA-G$HC*%#AQ7'JQATK3J&F$89$>W,' MHZ16;AS#A@S1W"P(,3P?>L_3<(FE7005!-$J5LO=S2UQ-[?&7=H'5K\&N5_U M*]Q=L\3=-6O<+>]0%]KK"9"?KYY(:EC<&AZW+9,S<[GQ:UO;=>E141A9$^;H MIX_,=6;73@@EF(2]/4OC&&JAN%ATB9(O4!Y7XAGB\Q:<'K85L4`'U=:B+&34 M11%`_AM?]^FM^W)MN?\OU81+9V7]Y,T%ZPJ2Q/KGV%D=+>7/?Q5/Z`36]@_1^A^XC)L"V[!R$DW;YUV!5_-%[P5V!GM[*4C@],4+PL)GUP M!)N]RR>4A'C^($THWS3-#"4UJB6,7B5=]&K)HK<=5?0JB&*@B[YNQ[:%[,,# MI7-R8Y?>&XN>!8*-PY8EO.D4ZJ!2)8QI>"!SB=JGO,H]?NI89^)37T:ZFAOQTU M](W4,,EGJQN0VC"0:@-6D\RRHW(B%F>6I,YR>:>*=XDO!J^$PE(!QC-`]`5= M0R7;0,\0_Q>?U9'%:3!"(3I<9"E:[A69PS"[I>=S`5:9_86S7[,LD\]$J3DE M^^GKI-C72;&ODZ(!UI6?LEI2-,"S\LVUI-C?0-T85)+(H)9$!MN1R,!((L>Y M6(P^%E'L=W4I@+.M`7=*`K$P8P>?YM:U?7 M@.S.-]>NK@&-GF]>KT:,*A=_5+OXH^T6?U2Q^#K^OW=\#+6"Z,`1$4[ZQRMT M04)AHFM.-^`1FD:EJB<9"0Y]S%0"@>PD.WW+_<.![0I@`($P;5G4S@,D*;G\ M(WWY1_53/ZI?5^Y=._7CRJD?UT[]>+NI'U=,O:[B][%.55_6J<)Z<\PSYZX8 MTXU`"Q=VHW<%^OW,BY$YKIRYGI0_WU',L'\E34S@TV130MIW,?_02VAY,LLL ML%Q/\'W)=*&*`?7T(!0'ZF]`(0,7*C^*EUND2[EX8WWQQOJW.\Y;A7V]I?;[ M&=>O\;C^VQVO,R-KZ6N\`>.>5!+0I):`)ML1T,1$0(/NZYY&0,/CSLCZ,_XK M88@?R>GC!VC\.\S%XS2D_`+D'0@CH1#ZD&Y`+G<2N\N%C-FBD5XX+S/]F6*Y ML-CK=!DX"9D1+Z9XB1A`C.9%KA``81#''F8$)=4>J`[-2L>*KUU!CBH/1NH+ M_H+U8C\OSF'FO[`Z\'GQ49+91">SB4YFD_H%G=03TZ2>F"8;\)/C2G(XKB6' MX^W(X;B"'`:Z_W74`WJ@`\;@14+J7G<@!1_4(B5:`/\.$(%0\-S%`C2N&U>5 M'\$.EK=:N7-/,)\E&`8GOM#F(,>^0Y>B?B=#^S!8'0L$XKXV^"!Y&3LRQ9\0 M"%/W0*7P%Z\CB&6&BF3DAE$P3R'B648"!N)N/GFGZ&DD+1SKM'"LT\)Q/2T< MU]/"<3TM'*^G!?*.Q]4M%;3`K4UI078KR);!ZZZF]H_L3J^'R05ZC%%>0#CD MVS/Q3^;`Z^K<6?O1TW_T]1\#_<=$_S'4?]BYL8_U'Z/<==W\V)HW.ZYO'JT9O;NF?[(R$7_V19 M]GAHZT?Z&]ACRQH/>SU[W!_WAJ*YW^^-_V1U]_`LI3_8U8TLZT_ATHE73O5U MZ]J_T;^3^;Q0=H6JQUN0.578,.B#_G^OCF;Q=30[.+"$<9-&0C\0WW_T:AD( MM0%VV`A<\(HO\K`;U>E%Q[8XW[&XHN2Z&PD%!#-TB%L=Z7>)K\5X?!]UC;@3 MW>&-Z"TLVTM0:8\.#BY=MZKOFU_.?WI[_OX'_I[^GOZ>_ DI[^GOZ>_I[^GOZ>_I[^GOZ>_I[^GOZ>_5O_^/QWHP5P`Z`,` ` end >Release-Note: >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 Thu Aug 1 3:20:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31D537B400 for ; Thu, 1 Aug 2002 03:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1093643E6A for ; Thu, 1 Aug 2002 03:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71AK2JU075884 for ; Thu, 1 Aug 2002 03:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71AK28o075883; Thu, 1 Aug 2002 03:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F13137B400 for ; Thu, 1 Aug 2002 03:18:58 -0700 (PDT) Received: from iraun2.uka.de (iraun2.uka.de [129.13.10.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B6543E70 for ; Thu, 1 Aug 2002 03:18:57 -0700 (PDT) (envelope-from esk@ira.uka.de) Received: from i30nb20.ira.uka.de ([129.13.30.70]) by iraun2.uka.de with esmtp (Exim 3.30 #7 (Debian)) id 17aD2m-0006XW-00 for ; Thu, 01 Aug 2002 12:18:56 +0200 Received: from i30nb20.ira.uka.de (i30nb20.ira.uka.de [129.13.30.70] (may be forged)) by i30nb20.ira.uka.de (8.12.3/8.12.3) with ESMTP id g71AIEMe077096 for ; Thu, 1 Aug 2002 12:18:14 +0200 (CEST) (envelope-from esk@i30nb20.ira.uka.de) Received: (from esk@localhost) by i30nb20.ira.uka.de (8.12.3/8.12.3/Submit) id g71AIEne077095; Thu, 1 Aug 2002 12:18:14 +0200 (CEST) Message-Id: <200208011018.g71AIEne077095@i30nb20.ira.uka.de> Date: Thu, 1 Aug 2002 12:18:14 +0200 (CEST) From: Espen Skoglund Reply-To: esk@ira.uka.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/41230: Maintainer update: arm-elf-binutils to 2.12.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41230 >Category: ports >Synopsis: Maintainer update: arm-elf-binutils to 2.12.1 >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: Thu Aug 01 03:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Espen Skoglund >Release: FreeBSD 4.6-STABLE i386 >Organization: Karlsruhe University >Environment: >Description: Upgraded to 2.12.1. Make plist sorted. Use PKGNAMEPREFIX instead of hardcoded arm-elf. Thanks to: Stephane E. Potvin >How-To-Repeat: >Fix: diff -ruN arm-elf-binutils.orig/Makefile arm-elf-binutils/Makefile --- arm-elf-binutils.orig/Makefile Thu Aug 1 12:10:09 2002 +++ arm-elf-binutils/Makefile Thu Aug 1 12:02:03 2002 @@ -15,19 +15,22 @@ MAINTAINER= esk@ira.uka.de -BROKEN= "Distinfo not yet updated" - USE_BZIP2= yes USE_GMAKE= yes -CONFIGURE_ARGS= --target=arm-elf USE_LIBTOOL= yes +CONFIGURE_TARGET= --target=${PKGNAMEPREFIX:S/-$//} +CONFIGURE_ARGS= --infodir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ gas/configure gprof/configure intl/configure ld/configure \ libiberty/configure opcodes/configure -MAN1= arm-elf-ar.1 arm-elf-nm.1 arm-elf-objdump.1 arm-elf-ranlib.1 \ - arm-elf-size.1 arm-elf-strings.1 arm-elf-strip.1 \ - arm-elf-objcopy.1 arm-elf-addr2line.1 arm-elf-nlmconv.1 \ - arm-elf-c++filt.1 arm-elf-as.1 arm-elf-ld.1 +MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \ + ${PKGNAMEPREFIX}ar.1 ${PKGNAMEPREFIX}c++filt.1 \ + ${PKGNAMEPREFIX}dlltool.1 ${PKGNAMEPREFIX}ld.1 \ + ${PKGNAMEPREFIX}nlmconv.1 ${PKGNAMEPREFIX}nm.1 \ + ${PKGNAMEPREFIX}objcopy.1 ${PKGNAMEPREFIX}objdump.1 \ + ${PKGNAMEPREFIX}ranlib.1 ${PKGNAMEPREFIX}readelf.1 \ + ${PKGNAMEPREFIX}size.1 ${PKGNAMEPREFIX}strings.1 \ + ${PKGNAMEPREFIX}strip.1 ${PKGNAMEPREFIX}windres.1 post-install: .for F in addr2line c++filt gasp objcopy objdump readelf size strings @@ -37,7 +40,9 @@ cd ${PREFIX}/lib ; ${MV} libbfd.a libiberty.a libopcodes.a \ ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/lib ${MKDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include - cd ${PREFIX}/include ; ${MV} ansidecl.h bfd.h bfdlink.h \ + cd ${PREFIX}/include ; ${MV} ansidecl.h bfd.h bfdlink.h symcat.h \ ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include + ${RM} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info/* + ${RMDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info .include diff -ruN arm-elf-binutils.orig/distinfo arm-elf-binutils/distinfo --- arm-elf-binutils.orig/distinfo Thu Aug 1 11:42:17 2002 +++ arm-elf-binutils/distinfo Thu Aug 1 12:02:10 2002 @@ -1 +1 @@ -MD5 (binutils-2.12.tar.bz2) = 9af59ffe6235c5e8c8f4edc57395c040 +MD5 (binutils-2.12.1.tar.bz2) = f67fe2e8065c5683bc34782de131f5d3 diff -ruN arm-elf-binutils.orig/pkg-plist arm-elf-binutils/pkg-plist --- arm-elf-binutils.orig/pkg-plist Thu Aug 1 12:10:17 2002 +++ arm-elf-binutils/pkg-plist Thu Aug 1 11:54:21 2002 @@ -16,14 +16,15 @@ arm-elf/include/ansidecl.h arm-elf/include/bfd.h arm-elf/include/bfdlink.h +arm-elf/include/symcat.h arm-elf/lib/ldscripts/armelf.x arm-elf/lib/ldscripts/armelf.xbn +arm-elf/lib/ldscripts/armelf.xc arm-elf/lib/ldscripts/armelf.xn arm-elf/lib/ldscripts/armelf.xr arm-elf/lib/ldscripts/armelf.xs -arm-elf/lib/ldscripts/armelf.xu -arm-elf/lib/ldscripts/armelf.xc arm-elf/lib/ldscripts/armelf.xsc +arm-elf/lib/ldscripts/armelf.xu arm-elf/lib/libbfd.a arm-elf/lib/libiberty.a arm-elf/lib/libopcodes.a @@ -41,6 +42,28 @@ bin/arm-elf-size bin/arm-elf-strings bin/arm-elf-strip +share/locale/da/LC_MESSAGES/opcodes.mo +share/locale/de/LC_MESSAGES/opcodes.mo +share/locale/es/LC_MESSAGES/bfd.mo +share/locale/es/LC_MESSAGES/binutils.mo +share/locale/es/LC_MESSAGES/gas.mo +share/locale/es/LC_MESSAGES/ld.mo +share/locale/es/LC_MESSAGES/opcodes.mo +share/locale/fr/LC_MESSAGES/bfd.mo +share/locale/fr/LC_MESSAGES/binutils.mo +share/locale/fr/LC_MESSAGES/gas.mo +share/locale/fr/LC_MESSAGES/ld.mo +share/locale/fr/LC_MESSAGES/opcodes.mo +share/locale/ja/LC_MESSAGES/bfd.mo +share/locale/ja/LC_MESSAGES/binutils.mo +share/locale/sv/LC_MESSAGES/bfd.mo +share/locale/sv/LC_MESSAGES/ld.mo +share/locale/sv/LC_MESSAGES/opcodes.mo +share/locale/tr/LC_MESSAGES/bfd.mo +share/locale/tr/LC_MESSAGES/binutils.mo +share/locale/tr/LC_MESSAGES/gas.mo +share/locale/tr/LC_MESSAGES/ld.mo +share/locale/tr/LC_MESSAGES/opcodes.mo @dirrm arm-elf/bin @dirrm arm-elf/include @dirrm arm-elf/lib/ldscripts >Release-Note: >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 Thu Aug 1 3:57: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FB7637B400 for ; Thu, 1 Aug 2002 03:57:00 -0700 (PDT) Received: from web10009.mail.yahoo.com (web10009.mail.yahoo.com [216.136.128.120]) by mx1.FreeBSD.org (Postfix) with SMTP id 78C2943E3B for ; Thu, 1 Aug 2002 03:57:00 -0700 (PDT) (envelope-from cdulecki@yahoo.com) Message-ID: <20020801105700.19853.qmail@web10009.mail.yahoo.com> Received: from [170.35.240.203] by web10009.mail.yahoo.com via HTTP; Thu, 01 Aug 2002 03:57:00 PDT Date: Thu, 1 Aug 2002 03:57:00 -0700 (PDT) From: Corey Dulecki Subject: Java JDK To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is the 1.3.1 version of the JDK stable, or is it still a beta version? I'm considering using it for a high availability application, and while I'm totally sold on using FreeBSD, I need my JDK to be just as stable. If the stability of 1.3.1 is still being worked on, what is the latest release that you would recommend? ===== "A person, I can deal with. When a person acts, it generally makes sense. It's what PEOPLE do that scares me..." -someone who was very wise __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.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 1 5:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C3D37B400 for ; Thu, 1 Aug 2002 05:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4451043E5E for ; Thu, 1 Aug 2002 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71CA2JU097189 for ; Thu, 1 Aug 2002 05:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71CA2PD097186; Thu, 1 Aug 2002 05:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B625C37B400 for ; Thu, 1 Aug 2002 05:02:21 -0700 (PDT) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CC0743E6A for ; Thu, 1 Aug 2002 05:02:21 -0700 (PDT) (envelope-from vs@lambda.foldr.org) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id g71C23sb000512 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Thu, 1 Aug 2002 14:02:04 +0200 (CEST) (envelope-from vs@lambda.foldr.org) Received: (from vs@localhost) by lambda.foldr.org (8.12.3/8.11.6/Submit) id g71C22Iv000426; Thu, 1 Aug 2002 14:02:02 +0200 (CEST) (envelope-from vs) Message-Id: <200208011202.g71C22Iv000426@lambda.foldr.org> Date: Thu, 1 Aug 2002 14:02:02 +0200 (CEST) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41231: lang/ghc/Makefile: no-profile patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41231 >Category: ports >Synopsis: lang/ghc/Makefile: no-profile patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 05:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.5-RELEASE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD lambda.foldr.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jun 24 02:08:09 PDT 2002 user@jail2.johncompanies.com:/usr/src/sys/compile/6300 i386 >Description: Check NOPROFILE to see if profiled libraries are desired. Reduce build time & disk usage. >How-To-Repeat: n/a >Fix: Patch approved by maintainer: --- Makefile.orig Wed Jul 31 17:24:16 2002 +++ Makefile Wed Jul 31 17:24:23 2002 @@ -49,6 +49,11 @@ TMPDIR = ${WRKSRC}/tmp MAKE_ENV += TMPDIR=${TMPDIR} +.if defined(NOPROFILE) +post-extract: + @echo >>${WRKDIR}/ghc-${PORTVERSION}/mk/build.mk GhcLibWays= +.endif + pre-configure: @(cd ${BOOT_DIR} && ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) @(cd ${BOOT_DIR} && ${MAKE} in-place) >Release-Note: >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 Thu Aug 1 5:48:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E023D37B405 for ; Thu, 1 Aug 2002 05:47:44 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B2D14433C for ; Thu, 1 Aug 2002 05:41:37 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-203-064.lsanca1.elnk.dsl.genuity.net ([4.62.203.64] helo=netcom1.netcom.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17aFGR-0000dn-00 for ports@freebsd.org; Thu, 01 Aug 2002 05:41:11 -0700 Received: by netcom1.netcom.com (Postfix, from userid 1000) id CE9441310C; Thu, 1 Aug 2002 05:41:05 -0700 (PDT) From: Mike Harding To: ports@freebsd.org Subject: gettext update - watch out! Message-Id: <20020801124105.CE9441310C@netcom1.netcom.com> Date: Thu, 1 Aug 2002 05:41:05 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org (already sent to ade@freebsd.org) Thanks for your work on ports!... it looks like the recent upgrade of /usr/ports/devl/gettext is going to cause lots of 'issues' at it emits /usr/local/lib/libintl..so.4, and there are lots of ports that look for /usr/local/lib/libintl.so.2 - take /usr/ports/news/tin/Makefile for example: LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ intl.2:${PORTSDIR}/devel/gettext ...it will try to install gettext, and then it won't link because intl.2 doesn't exist. This affects a LOT of ports:: cd /usr/ports/ find . -name Makefile -type f -exec grep -n -e intl.2 {} /dev/null \; ./archivers/gtar/Makefile:19:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./archivers/rpm/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./astro/fooseti/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./astro/seti_applet/Makefile:21: intl.2:${PORTSDIR}/devel/gettext ./astro/spacechart/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./audio/aumix/Makefile:19:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./audio/denemo/Makefile:17: intl.2:${PORTSDIR}/devel/gettext \ ./audio/koog/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./audio/lopster/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./audio/mad/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./audio/normalize/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./audio/opmixer/Makefile:18: intl.2:${PORTSDIR}/devel/gettext ./audio/snd/Makefile:19: intl.2:${PORTSDIR}/devel/gettext ./audio/soribada/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./audio/umix/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./audio/vorbis-tools/Makefile:24: intl.2:${PORTSDIR}/devel/gettext \ ./comms/gnokii/Makefile:19:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./converters/recode/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./databases/mysql-gui/Makefile:25: intl.2:${PORTSDIR}/devel/gettext \ ./databases/namazu2/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./databases/p5-DBD-Sybase/Makefile:20: intl.2:${PORTSDIR}/devel/gettext ./databases/p5-Search-Namazu/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./databases/postgresql7/Makefile:62:LIB_DEPENDS+= intl.2:${PORTSDIR}/devel/gettext ./databases/sqsh/Makefile:17: intl.2:${PORTSDIR}/devel/gettext ./deskutils/gcal/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./devel/ORBit/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./devel/cervisia/Makefile:23:LIB_DEPENDS+= intl.2:${PORTSDIR}/devel/gettext ./devel/cook/Makefile:15:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./devel/glib20/Makefile:24:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./devel/ixlib/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./devel/motor/Makefile:15:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./devel/objprelink/Makefile:19:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./devel/p5-Locale-gettext/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./devel/popt/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./devel/ruby-intl/Makefile:19:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./editors/cooledit/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./editors/lpe/Makefile:18: intl.2:${PORTSDIR}/devel/gettext ./editors/nano/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./editors/poedit/Makefile:21:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./editors/ssed/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./editors/xemacs-devel-mule/Makefile:32: intl.2:${PORTSDIR}/devel/gettext \ ./editors/xemacs21-mule/Makefile:36: intl.2:${PORTSDIR}/devel/gettext \ ./emulators/xsystem35/Makefile:41:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./ftp/axel/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./ftp/lftp/Makefile:24:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./ftp/pavuk/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./ftp/wget/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./ftp/wget+ipv6/Makefile:28:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./games/eboard/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./games/freeciv/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./games/gtypist/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./games/lexter/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./games/xinvaders/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./graphics/gphoto2/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./graphics/gtkgraph/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./graphics/gtksee/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./graphics/libxine/Makefile:25: intl.2:${PORTSDIR}/devel/gettext \ ./graphics/ogle-gui/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./graphics/ruby-tgif/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./graphics/tgif-nls/Makefile:19:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./graphics/xine/Makefile:21: intl.2:${PORTSDIR}/devel/gettext ./graphics/xmps-opendivx-plugin/Makefile:18: intl.2:${PORTSDIR}/devel/gettext ./graphics/xmps-win32-plugin/Makefile:17: intl.2:${PORTSDIR}/devel/gettext ./lang/librep/Makefile:21: intl.2:${PORTSDIR}/devel/gettext ./net/centericq/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./net/darkstat/Makefile:15:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./net/dctc-gui/Makefile:20: intl.2:${PORTSDIR}/devel/gettext ./net/etherape/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./net/fidelio/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./net/gtkhx/Makefile:18: intl.2:${PORTSDIR}/devel/gettext ./net/ipv6calc/Makefile:15:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./net/jwhois/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./net/wol/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./net/ymessenger/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./mail/elm/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./mail/fetchmail/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./mail/kbiff/Makefile:15:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./mail/mutt/Makefile:47:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./mail/mutt-devel/Makefile:143:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./mail/perdition/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./mail/spruce/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./mail/sylpheed-claws/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./math/graphthing/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./math/oleo/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/dirtree/Makefile:18: intl.2:${PORTSDIR}/devel/gettext ./misc/gnomemimedata/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kcd/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde2-i18n/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-af/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-ar/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-az/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-bg/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-bs/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-ca/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-cs/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-da/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-el/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-en_GB/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-eo/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-es/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-et/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-fi/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-he/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-hr/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-hu/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-id/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-is/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-it/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-lt/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-lv/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-mt/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-nb/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-nl/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-nn/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-pl/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-pt/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-pt_BR/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-ro/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-sk/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-sl/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-sr/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-sv/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-ta/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-th/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-tr/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-ven/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-vi/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-xh/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/kde3-i18n-zu/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/koffice-i18n/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/mc/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/pinfo/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./misc/sh-utils/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./news/slrn/Makefile:23: intl.2:${PORTSDIR}/devel/gettext \ ./news/tin/Makefile:18: intl.2:${PORTSDIR}/devel/gettext ./news/yencode/Makefile:19: intl.2:${PORTSDIR}/devel/gettext ./palm/coldsync/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./palm/jpilot/Makefile:18: intl.2:${PORTSDIR}/devel/gettext ./print/cjk-lyx/Makefile:19:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./print/gimp-print/Makefile:15:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./print/ktexshell/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./print/lyx/Makefile:30: intl.2:${PORTSDIR}/devel/gettext ./print/rlpr/Makefile:17:#LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./security/authforce/Makefile:17: intl.2:${PORTSDIR}/devel/gettext ./security/fwlogwatch/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./security/gnupg/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./security/mcrypt/Makefile:23: intl.2:${PORTSDIR}/devel/gettext ./sysutils/apcupsd/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./sysutils/fileutils/Makefile:20:LIB_DEPEND= intl.2:${PORTSDIR}/devel/gettext ./sysutils/gcombust/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./sysutils/slmon/Makefile:20: intl.2:${PORTSDIR}/devel/gettext \ ./textproc/modlogan/Makefile:18: intl.2:${PORTSDIR}/devel/gettext \ ./textproc/rotix/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./textproc/scrollkeeper/Makefile:19: intl.2:${PORTSDIR}/devel/gettext ./textproc/textutils/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./www/amyc/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./www/cadaver/Makefile:15:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./www/dillo/Makefile:18: intl.2:${PORTSDIR}/devel/gettext ./www/horde2/Makefile:26:LIB_DEPENDS+= intl.2:${PORTSDIR}/devel/gettext ./www/horde2/Makefile:83: @if ! ${LDCONFIG} -r | ${GREP} -q -e "lintl.2"; then \ ./www/lynx-current/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./www/quanta/Makefile:25:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./www/retawq/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./www/sitecopy/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./x11/kdebase2/Makefile:20:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./x11/kdebase3/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./x11/xfree86_xkb_xml/Makefile:17: intl.2:${PORTSDIR}/devel/gettext ./x11-toolkits/gtk12/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./x11-toolkits/pango/Makefile:23: intl.2:${PORTSDIR}/devel/gettext ./x11-wm/enlightenment/Makefile:26: intl.2:${PORTSDIR}/devel/gettext ./x11-wm/icewm/Makefile:17:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./x11-wm/kappdock/Makefile:17: intl.2:${PORTSDIR}/devel/gettext ./x11-wm/kwix/Makefile:18:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext ./x11-wm/ude/Makefile:16:LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ ./x11-wm/windowmaker/Makefile:20: intl.2:${PORTSDIR}/devel/gettext \ grep finished (matches found) at Wed Jul 31 21:57:27 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 6: 1:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F16E237B400; Thu, 1 Aug 2002 06:01:20 -0700 (PDT) Received: from biliskner.great4.co.uk (biliskner.great4.co.uk [212.111.52.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03CC743E72; Thu, 1 Aug 2002 06:01:19 -0700 (PDT) (envelope-from andrewt@great4.co.uk) Received: from antaeus (antaeus.topaz [172.22.1.76]) by biliskner.great4.co.uk (Postfix) with ESMTP id 73D695410; Thu, 1 Aug 2002 12:58:24 +0100 (BST) Message-ID: <026401c23952$c14ee5b0$4c0116ac@antaeus> From: "Andrew Tulloch" To: Cc: Subject: FreeBSD Port: cyrus-imapd-2.0.16 Date: Thu, 1 Aug 2002 12:58:31 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I seem to be having a problem with cyradm since a buildworld yesterday, I cvsup'd to the security branch RELENG_4_6, built and installed world and everything seemed to by running fine, people still able to connect and read mail etc. Then I come to create a new mailbox this morning in the usual manner with cyradm and it just seems to hang where it usually would bring up the password prompt. After hitting ctrl-c a few times to kill it I got bored and just 'typed' something and got the following: cyradm -u **** x.x.x.x assertion "text->maxbuf > 0" failed: file "digestmd5.c", line 1497 Please enter your password: Abort trap (core dumped) As I said the I built world yesterday so have: FreeBSD biliskner.x 4.6.1-RELEASE-p3 FreeBSD 4.6.1-RELEASE-p3 #0: Wed Jul 31 14:53:48 BST 2002 I built the port on another test machine: FreeBSD apathy.x 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jul 22 14:25:37 BST 2002 and tried to cyradm from that to the server, but that hung as well. Anyone have any ideas? Cheers, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 6: 6:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA9637B400 for ; Thu, 1 Aug 2002 06:06:25 -0700 (PDT) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3536B43E3B for ; Thu, 1 Aug 2002 06:06:25 -0700 (PDT) (envelope-from mich@freebsdcluster.net) Received: from freebsdcluster.net (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 362FC37C97; Thu, 1 Aug 2002 15:05:45 +0200 (CEST) Received: by freebsdcluster.net (Postfix, from userid 1000) id E57C33B9446; Thu, 1 Aug 2002 15:04:49 +0200 (CEST) Date: Thu, 1 Aug 2002 15:04:49 +0200 From: "Michael L. Hostbaek" To: ports@freebsd.org, ajr@subdimension.com Subject: md5 checksum mismatch in sysutils/fastest_cvsup Message-ID: <20020801130449.GC47353@mich2.itxmarket.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 4.6-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Seems to me to tarball has been re-rolled. root@mich sysutils/fastest_cvsup# make ===> Extracting for fastest_cvsup-0.2.6 >> Checksum mismatch for fastest_cvsup-0.2.6.tar.gz. Make sure the Makefile and distinfo file (/usr/ports/sysutils/fastest_cvsup/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/sysutils/fastest_cvsup. zsh: 27402 exit 1 make /mich -- Best Regards, Michael Landin Hostbaek FreeBSDCluster.org - an International Community */ PGP-key available upon request /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 6: 8:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6AAF37B400 for ; Thu, 1 Aug 2002 06:08:20 -0700 (PDT) Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A14243E9C for ; Thu, 1 Aug 2002 06:08:20 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by earth.hub.org (Postfix) with ESMTP id A5F7E2CC70E; Thu, 1 Aug 2002 10:08:14 -0300 (ADT) Date: Thu, 1 Aug 2002 10:08:14 -0300 (ADT) From: "Marc G. Fournier" To: "Andrey V. Pevnev" Cc: freebsd-ports@freebsd.org Subject: Re: pam-pgsql port SegFaults @ pam_get_pass() in pam_pgsql.c ... In-Reply-To: <841231180.20020730194915@mgul.ac.ru> Message-ID: <20020801100640.Q83339-100000@mail1.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 30 Jul 2002, Andrey V. Pevnev wrote: > Hello Marc, > > Unfortunately I'am not a software developer, I'am just running > pam_pgsql and it works great for me (authenticating squid users from > PostgreSQL database). Okay, the fact that it works great for you tends to indicate a potential problem on my side ... what version of FreeBSD are you running it on? What does your pam_pgsql.conf file look like? how about your line in pam.conf? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 6:10:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C4E037B400 for ; Thu, 1 Aug 2002 06:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B057043E88 for ; Thu, 1 Aug 2002 06:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71DA3JU056466 for ; Thu, 1 Aug 2002 06:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71DA3K5056465; Thu, 1 Aug 2002 06:10:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BBCC37B401 for ; Thu, 1 Aug 2002 06:05:44 -0700 (PDT) Received: from twoflower.liebende.de (pD9507F63.dip.t-dialin.net [217.80.127.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0AA43E6E for ; Thu, 1 Aug 2002 06:05:43 -0700 (PDT) (envelope-from jstocker@twoflower.liebende.de) Received: from twoflower.liebende.de (localhost [127.0.0.1]) by twoflower.liebende.de (8.12.5/8.12.5) with ESMTP id g71D5woS005132; Thu, 1 Aug 2002 15:05:58 +0200 (CEST) (envelope-from jstocker@twoflower.liebende.de) Received: (from jstocker@localhost) by twoflower.liebende.de (8.12.5/8.12.5/Submit) id g71D5v2c005131; Thu, 1 Aug 2002 15:05:57 +0200 (MEST) Message-Id: <200208011305.g71D5v2c005131@twoflower.liebende.de> Date: Thu, 1 Aug 2002 15:05:57 +0200 (MEST) From: Jan Stocker Reply-To: Jan Stocker To: FreeBSD-gnats-submit@FreeBSD.org Cc: treif@mayn.de X-Send-Pr-Version: 3.113 Subject: ports/41232: UPDATE: mail/gkrellmmailwatch 0.7.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41232 >Category: ports >Synopsis: UPDATE: mail/gkrellmmailwatch 0.7.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 06:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jan Stocker >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD twoflower 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Jul 18 08:40:25 CEST 2002 root@twoflower:/usr/obj/usr/src/sys/Twoflower50 i386 >Description: Update to 0.7.2 >How-To-Repeat: >Fix: diff -urN gkrellmmailwatch.orig/Makefile gkrellmmailwatch/Makefile --- gkrellmmailwatch.orig/Makefile Mon Sep 17 06:07:35 2001 +++ gkrellmmailwatch/Makefile Thu Aug 1 14:47:33 2002 @@ -6,7 +6,7 @@ # PORTNAME= gkrellmmailwatch -PORTVERSION= 0.6b +PORTVERSION= 0.7.2 CATEGORIES= mail MASTER_SITES= http://gkrellm.luon.net/files/ DISTNAME= mailwatch-${PORTVERSION} diff -urN gkrellmmailwatch.orig/distinfo gkrellmmailwatch/distinfo --- gkrellmmailwatch.orig/distinfo Mon Sep 17 06:07:35 2001 +++ gkrellmmailwatch/distinfo Thu Aug 1 14:48:43 2002 @@ -1 +1 @@ -MD5 (mailwatch-0.6b.tar.gz) = 8291712c808c6f291ee824768568475b +MD5 (mailwatch-0.7.2.tar.gz) = e150052ce56054349612575de6b1a123 diff -urN gkrellmmailwatch.orig/files/patch-Makefile gkrellmmailwatch/files/patch-Makefile --- gkrellmmailwatch.orig/files/patch-Makefile Thu Jan 1 01:00:00 1970 +++ gkrellmmailwatch/files/patch-Makefile Thu Aug 1 14:57:11 2002 @@ -0,0 +1,10 @@ +--- Makefile.orig Fri Oct 26 11:05:13 2001 ++++ Makefile Thu Aug 1 14:50:45 2002 +@@ -1,6 +1,6 @@ + # Makefile for the GKrellM mailwatch plugin + +-GTK_CONFIG ?=gtk-config ++#GTK_CONFIG ?=gtk-config + IMLIB_CONFIG ?=imlib-config + + GTK_INCLUDE = `$(GTK_CONFIG) --cflags` diff -urN gkrellmmailwatch.orig/files/patch-aa gkrellmmailwatch/files/patch-aa --- gkrellmmailwatch.orig/files/patch-aa Mon Sep 17 06:07:35 2001 +++ gkrellmmailwatch/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,37 +0,0 @@ ---- Makefile.orig Mon Jul 2 00:34:11 2001 -+++ Makefile Fri Aug 17 15:21:47 2001 -@@ -1,27 +1,25 @@ - # Makefile for the GKrellM mailwatch plugin - --GTK_INCLUDE = `gtk-config --cflags` --GTK_LIB = `gtk-config --libs` -+GTK_INCLUDE = `${GTK_CONFIG} --cflags` -+GTK_LIB = `${GTK_CONFIG} --libs` - --GKRELLM_INCLUDE= -I/usr/local/include -+GKRELLM_INCLUDE= -I${PREFIX}/include - --IMLIB_INCLUDE = `imlib-config --cflags-gdk` --IMLIB_LIB = `imlib-config --libs-gdk` -+IMLIB_INCLUDE = `${IMLIB_CONFIG} --cflags-gdk` -+IMLIB_LIB = `${IMLIB_CONFIG} --libs-gdk` - - INSTALL=install -c -m 755 - --FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GKRELLM_INCLUDE) -+CFLAGS = -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GKRELLM_INCLUDE) - LIBS = $(GTK_LIB) $(IMLIB_LIB) - LFLAGS = -shared - --CC = gcc-3.0 $(CFLAGS) $(FLAGS) -- - OBJS = mailwatch.o - - all: mailwatch.so - - mailwatch.so: $(OBJS) -- $(CC) $(OBJS) -o mailwatch.so $(LFLAGS) $(LIBS) -+ $(CC) $(CFLAGS) $(OBJS) -o mailwatch.so $(LFLAGS) $(LIBS) - - clean: - rm -f *.o core *.so* *.bak *~ diff -urN gkrellmmailwatch.orig/files/patch-mailwatch.c gkrellmmailwatch/files/patch-mailwatch.c --- gkrellmmailwatch.orig/files/patch-mailwatch.c Mon Sep 17 06:07:35 2001 +++ gkrellmmailwatch/files/patch-mailwatch.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- mailwatch.c.orig Sun Aug 12 07:15:30 2001 -+++ mailwatch.c Fri Aug 17 15:20:54 2001 -@@ -19,6 +19,7 @@ - */ - - #include -+#include - #include - #include - #include >Release-Note: >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 Thu Aug 1 6:10:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 701E337B401 for ; Thu, 1 Aug 2002 06:10:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A7B43E97 for ; Thu, 1 Aug 2002 06:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71DA4JU056480 for ; Thu, 1 Aug 2002 06:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71DA4bQ056479; Thu, 1 Aug 2002 06:10:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D357C37B400 for ; Thu, 1 Aug 2002 06:06:01 -0700 (PDT) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB9743E4A for ; Thu, 1 Aug 2002 06:06:00 -0700 (PDT) (envelope-from ust@cert.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.6/8.11.6) with ESMTP id g71D5tc13531 for ; Thu, 1 Aug 2002 15:05:55 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g71D5tU28351 for ; Thu, 1 Aug 2002 15:05:55 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.5/8.12.5/Siemens CERT [ $Revision: 1.25 ]) with ESMTP id g71D5tvi051996 for ; Thu, 1 Aug 2002 15:05:55 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.5/8.12.5/alaska [ $Revision: 1.12 ]) with ESMTP id g71D5tCY066031 for ; Thu, 1 Aug 2002 15:05:55 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.5/8.12.5/alaska [ $Revision: 1.3 ]) id g71D5t8I066030; Thu, 1 Aug 2002 15:05:55 +0200 (CEST) (envelope-from ust) Message-Id: <200208011305.g71D5t8I066030@alaska.cert.siemens.de> Date: Thu, 1 Aug 2002 15:05:55 +0200 (CEST) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41233: maintainer-update of mail/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41233 >Category: ports >Synopsis: maintainer-update of mail/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 06:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.6-STABLE FreeBSD 4.6-STABLE #5: Thu Aug 1 08:07:03 CEST 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Maintainer update of mail/mutt-devel: - Fix the gettext dependency after the gettext update. >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Fri Jul 26 21:52:49 2002 +++ ./Makefile Thu Aug 1 14:57:34 2002 @@ -58,7 +58,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.5.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news @@ -140,7 +140,7 @@ SGML_USED= no .endif -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext .if defined(NOPORTDOCS) SGML_USED= no >Release-Note: >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 Thu Aug 1 6:20:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C40C37B400 for ; Thu, 1 Aug 2002 06:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CBA843E5E for ; Thu, 1 Aug 2002 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71DK1JU057347 for ; Thu, 1 Aug 2002 06:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71DK1NO057346; Thu, 1 Aug 2002 06:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B98537B400 for ; Thu, 1 Aug 2002 06:11:22 -0700 (PDT) Received: from mailhub10.isdnet.net (mailhub10.isdnet.net [195.154.209.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC2D43E72 for ; Thu, 1 Aug 2002 06:11:20 -0700 (PDT) (envelope-from root@xbeaudouin.isdnet.net) Received: from kiwi.isdnet.net (xbeaudouin.isdnet.net [62.4.2.36]) by mailhub10.isdnet.net (8.9.3/8.9.3) with ESMTP id PAA54771 for ; Thu, 1 Aug 2002 15:11:19 +0200 (CEST) Received: by kiwi.isdnet.net (Postfix, from userid 0) id DC5D01B7B4; Thu, 1 Aug 2002 15:07:02 +0200 (CEST) Message-Id: <20020801130702.DC5D01B7B4@kiwi.isdnet.net> Date: Thu, 1 Aug 2002 15:07:02 +0200 (CEST) From: Xavier Beaudouin Reply-To: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41234: graphics/ffmpeg: missing header on install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41234 >Category: ports >Synopsis: graphics/ffmpeg: missing header on install >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 06:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 4.6-STABLE i386 >Organization: The Caudium Group / Cable & Wireless >Environment: System: FreeBSD kiwi.isdnet.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jul 8 14:14:50 CEST 2002 root@kiwi.isdnet.net:/usr/src/sys/compile/KIWI i386 Last port cvsup at 15h CEST >Description: The current port of graphics/ffmpeg forgot to install include/libavcodec/common.h that is needed for avcodec.h. >How-To-Repeat: Just create a code like this : #include And try to compile it. >Fix: use the following patch diff -u -r --new-file ffmpeg.old/Makefile ffmpeg/Makefile --- ffmpeg.old/Makefile Thu Aug 1 14:58:17 2002 +++ ffmpeg/Makefile Thu Aug 1 14:58:55 2002 @@ -7,7 +7,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -32,7 +32,7 @@ DOC_DOCFILES= FAQ README.dev README.tech \ TODO bench.txt ffmpeg.txt \ ffserver.txt -HEADER_FILES= libavcodec/avcodec.h libavcodec/dsputil.h +HEADER_FILES= libavcodec/avcodec.h libavcodec/dsputil.h libavcodec/common.h LIB_FILES= libav/libav.a libavcodec/libavcodec.a .ifdef(WITHOUT_MMX) diff -u -r --new-file ffmpeg.old/pkg-plist ffmpeg/pkg-plist --- ffmpeg.old/pkg-plist Thu Aug 1 14:58:17 2002 +++ ffmpeg/pkg-plist Thu Aug 1 14:59:12 2002 @@ -3,6 +3,7 @@ etc/ffserver.conf.sample include/libavcodec/avcodec.h include/libavcodec/dsputil.h +include/libavcodec/common.h lib/libav.a lib/libavcodec.a %%PORTDOCS%%share/doc/ffmpeg/FAQ >Release-Note: >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 Thu Aug 1 6:56:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F7237B401; Thu, 1 Aug 2002 06:56:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04BD243E7B; Thu, 1 Aug 2002 06:56:21 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71DuKJU061420; Thu, 1 Aug 2002 06:56:20 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71DuKTl061416; Thu, 1 Aug 2002 06:56:20 -0700 (PDT) Date: Thu, 1 Aug 2002 06:56:20 -0700 (PDT) From: Christian Weisgerber Message-Id: <200208011356.g71DuKTl061416@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/41209: www/mozilla browser serializes DNS lookups Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/mozilla browser serializes DNS lookups Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: naddy Responsible-Changed-When: Thu Aug 1 06:56:04 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41209 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 6:59:25 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C10137B400; Thu, 1 Aug 2002 06:59:19 -0700 (PDT) Received: from ns.ilimit.es (ns.ilimit.es [80.94.0.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id C255243E42; Thu, 1 Aug 2002 06:59:17 -0700 (PDT) (envelope-from raul@bgta.homeip.net) Received: from pegaso.bgta.homeip.net (80-24-16-20.uc.nombres.ttd.es [80.24.16.20]) by ns.ilimit.es (8.9.1/8.9.1) with ESMTP id PAA11547; Thu, 1 Aug 2002 15:59:09 +0200 Content-Type: text/plain; charset="iso-8859-1" From: =?iso-8859-1?q?Ra=FAl=20Romero?= Organization: BgTA To: perky@FreeBSD.org Subject: FreeBSD Port: py-freebsd-0.2 Date: Thu, 1 Aug 2002 15:54:51 +0200 User-Agent: KMail/1.4.2 Cc: ports@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208011554.54982.raul@bgta.homeip.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 where is the doc of this module!? - --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | Ra=FAl Romero=09=09| raul@bgta.homeip.net=09=09 | FreeDeveloper ;-)=09=09=09=09=09=09 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | http://bgta.homeip.net/=09| ICQ: 162258467=09| | Jabber: bgta@jabber.org=09| FreeBSD 4.6-p2=09 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ST2uaZkhm0BosbMRAgmuAJwPfeM/ERLrPWoKvFX3g6c9Zb9cCQCfe0hj nwVZFg9ub+mmfa25wqEamA8=3D =3D5vMx -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 7: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD23937B400 for ; Thu, 1 Aug 2002 07:00:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C05043E8A for ; Thu, 1 Aug 2002 07:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71E03JU061806 for ; Thu, 1 Aug 2002 07:00:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71E03lI061805; Thu, 1 Aug 2002 07:00:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B692637B400 for ; Thu, 1 Aug 2002 06:51:43 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD3643E4A for ; Thu, 1 Aug 2002 06:51:43 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g71DphOT016692 for ; Thu, 1 Aug 2002 06:51:43 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g71Dphxt016691; Thu, 1 Aug 2002 06:51:43 -0700 (PDT) Message-Id: <200208011351.g71Dphxt016691@www.freebsd.org> Date: Thu, 1 Aug 2002 06:51:43 -0700 (PDT) From: Jerry Murdock To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41237: portupgrade fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41237 >Category: ports >Synopsis: portupgrade 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: Thu Aug 01 07:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jerry Murdock >Release: 4.6-stable >Organization: >Environment: FreeBSD XXX.XXX.com 4.6-STABLE FreeBSD 4.6-STABLE #1: Sun Jul 14 21:55:30 EDT 2002 manager@XXX.XXX.com:/usr/obj/usr/src/sys/FW46 i386 >Description: Port upgrade is failing with the following error: adptfbsd_314: Not in due form: - adptfbsd_314 is the utility package for an Adaptec raid controller. I tried "-x adptfbsd_314" on the command line, but it still failed. This may technically an adaptec problem not using proper naming convention, but should the whole process fail because of one misnamed port? Thanks, Jerry >How-To-Repeat: >Fix: >Release-Note: >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 Thu Aug 1 7:25:11 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8BF137B405 for ; Thu, 1 Aug 2002 07:24:46 -0700 (PDT) Received: from endless.lv (endless.lv [203.236.224.190]) by mx1.FreeBSD.org (Postfix) with SMTP id 61D6E43E5E for ; Thu, 1 Aug 2002 07:24:45 -0700 (PDT) (envelope-from perky@endless.lv) Received: (qmail 29215 invoked from network); 1 Aug 2002 14:25:06 -0000 Received: from unknown (HELO endless.lv) (127.0.0.1) by localhost with SMTP; 1 Aug 2002 14:25:06 -0000 Received: (from perky@localhost) by endless.lv (8.12.5/8.12.5/Submit) id g71EP0nR029213; Thu, 1 Aug 2002 23:25:00 +0900 (KST) Date: Thu, 1 Aug 2002 23:24:52 +0900 From: Hye-Shik Chang To: Ra?l Romero Cc: perky@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: py-freebsd-0.2 Message-ID: <20020801142452.GA31245@fallin.lv> References: <200208011554.54982.raul@bgta.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline In-Reply-To: <200208011554.54982.raul@bgta.homeip.net> Organization: Yonsei University X-PGP: finger perky@freebsd.org X-Weather: mostly cloudy, 24C, 92%, WSW at 10 kph User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 01, 2002 at 03:54:51PM +0200, Ra?l Romero wrote: >=20 > where is the doc of this module!? > - --=20 after installing: $ pydoc freebsd Python Library Documentation: module freebsd NAME freebsd FUNCTIONS fstatfs(...) fstatfs(fd): get file system statistics getfsent(...) getfsent(): get whole file system descriptor file entry getfsfile(...) getfsfile(file): get file system descriptor file entry by file - more - I'm sorry for poor documentation, but it's still just immature. Regards, --=20 Hye-Shik Chang Yonsei University, Seoul ^D --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9SUS0DWUsWc/bS6QRAiSGAKCuvY4IYd5GO463vQ1wQJcXerp0EQCggdh9 I9N8u8wivQV4nYsYSVaBO/M= =TuVc -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 7:26:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E15C37B400; Thu, 1 Aug 2002 07:26:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA5F43E5E; Thu, 1 Aug 2002 07:26:20 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71EQKJU068692; Thu, 1 Aug 2002 07:26:20 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71EQJNK068688; Thu, 1 Aug 2002 07:26:19 -0700 (PDT) Date: Thu, 1 Aug 2002 07:26:19 -0700 (PDT) From: Mikhail Teterin Message-Id: <200208011426.g71EQJNK068688@freefall.freebsd.org> To: tkato@prontomail.com, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40080: Update port: print/lyx to 1.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: print/lyx to 1.2.0 State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Thu Aug 1 07:25:51 PDT 2002 State-Changed-Why: Patch applied -- with modifications. Please, test :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=40080 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 7:27:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8981437B400; Thu, 1 Aug 2002 07:27:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE9F43E6A; Thu, 1 Aug 2002 07:27:07 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71ER7JU068769; Thu, 1 Aug 2002 07:27:07 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71ER664068765; Thu, 1 Aug 2002 07:27:06 -0700 (PDT) Date: Thu, 1 Aug 2002 07:27:06 -0700 (PDT) From: Mikhail Teterin Message-Id: <200208011427.g71ER664068765@freefall.freebsd.org> To: sidcarter@symonds.net, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40258: lyx fails to install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: lyx fails to install State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Thu Aug 1 07:26:36 PDT 2002 State-Changed-Why: LyX port upgraded to 1.2.0 http://www.freebsd.org/cgi/query-pr.cgi?pr=40258 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 7:27:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C32037B400; Thu, 1 Aug 2002 07:27:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E38B43E3B; Thu, 1 Aug 2002 07:27:28 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71ERRJU068838; Thu, 1 Aug 2002 07:27:27 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71ERRGE068834; Thu, 1 Aug 2002 07:27:27 -0700 (PDT) Date: Thu, 1 Aug 2002 07:27:27 -0700 (PDT) From: Mikhail Teterin Message-Id: <200208011427.g71ERRGE068834@freefall.freebsd.org> To: john_m_cooper@yahoo.com, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/35197: [PATCH] fix "auto-crash" build failure on print/lyx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] fix "auto-crash" build failure on print/lyx State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Thu Aug 1 07:26:36 PDT 2002 State-Changed-Why: LyX port upgraded to 1.2.0 http://www.freebsd.org/cgi/query-pr.cgi?pr=40258 State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Thu Aug 1 07:26:36 PDT 2002 State-Changed-Why: LyX port upgraded to 1.2.0 http://www.freebsd.org/cgi/query-pr.cgi?pr=35197 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 7:52: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4470D37B400 for ; Thu, 1 Aug 2002 07:51:48 -0700 (PDT) Received: from relay6.kornet.net (relay6.kornet.net [211.48.62.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id A343543E70 for ; Thu, 1 Aug 2002 07:51:47 -0700 (PDT) (envelope-from leaders06@kornet.net) Received: from hmm-qk8ib845m2w (61.73.154.45) by relay6.kornet.net; 1 Aug 2002 23:51:45 +0900 Message-ID: <3d494b023d98be18@relay6.kornet.net> (added by relay6.kornet.net) From: =?ks_c_5601-1987?B?xeXF9bnMxNq4rr7G?= To: ports@freebsd.org Subject: =?ks_c_5601-1987?B?W7GksO1dIHBvcnRztNQgvsiz58fPvcq0z7HuPyC+7sfQsbPA5yC8vLDoMcCnICfF5cX1ucwnuau34UNEuKYgvcXDu8fPvLy/5CE=?= Date: Thu, 01 Aug 2002 23:51:56 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0237_01C0F51A.93A56C00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0237_01C0F51A.93A56C00 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 a2xjICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogDQogDQogDQogDQogDQog u/nHw0NEIL3Fw7vA2rTCIMHWvNLIrsDOsPogx9SysiC5q7fht84gu/nHw0NEuKYgud7AuyC8 9iDA1sC4uOcgDQogwM/B1sDPsKMgx9C9wMO8x+jAxyCx4si4uKYgteW4s7TPtNkuDQogDQog CQkJICAgwMy4py4uLiAgOiAgICAgIA0KIMD8yK0uLi4gIDogICAgICANCiDH2rXlxvkgIDou Li4gICANCiBlLbjewM8gIDouLi4gICANCiDB1rzSLi4uICA6ICAgICAgDQogICAgIAkJCSAg IA0KICAgICAgICCxzcfPwMcgIL3CtvS++MDMIMiruri8uiDA/MDav+zG7cC7ILq4s7uw1CC1 yMGhIMGkwd/I9yC757D6ILXluLO0z7TZLiDBpLq4xeu9xbjBIMDMv+sNCiDDy8H4uf0gsdTB pMC7IMHYvPbHz7+pILGksO243sDPwNPAuyDHpb3Dx8+/tMC4uOcsILz2vcWwxbrOwOXEobim ILi2t8PHz7DtwNa9wLTPtNkuDQogvPa9xcC7ICC/+MShIL7KwLi9w7jpILz2vcWwxbrOKFVu c3Vic2NyaWJlKbimICDFrLivx9ggwda9yr3Dv+QNCiAgICAgICAgDQo= ------=_NextPart_000_0237_01C0F51A.93A56C00 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT5rbGM8L3RpdGxlPg0KPG1ldGEgaHR0cC1lcXVpdj0i Q29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9ZXVjLWtyIj4NCjwv aGVhZD4NCg0KPGJvZHkgYmdjb2xvcj0iI0ZGRkZGRiIgdGV4dD0iIzAwMDAwMCIgbGVmdG1h cmdpbj0iMSIgdG9wbWFyZ2luPSIxIj4NCjx0YWJsZSB3aWR0aD0iNjAwIiBib3JkZXI9IjAi IGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+DQogIDx0cj4NCiAgICA8dGQgYmdj b2xvcj0iI0NDQ0NDQyI+DQogICAgICA8dGFibGUgd2lkdGg9IjYwMCIgYm9yZGVyPSIwIiBj ZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KICAgICAgICA8dHI+IA0KICAgICAg ICAgIDx0ZCBiZ2NvbG9yPSIjRkZGRkZGIj4gDQogICAgICAgICAgICA8dGFibGUgd2lkdGg9 IjYwMCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KICAg ICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0ZD48aW1nIHNyYz0iaHR0cDov L3d3dy5tYWlscGFydG5lci5jby5rci9lbWFpbC8wNzI1L2ltZ18xLmdpZiIgd2lkdGg9IjYw MCIgaGVpZ2h0PSIxMDQiPjwvdGQ+DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAg ICAgIDx0cj4gDQogICAgICAgICAgICAgICAgPHRkPjxpbWcgc3JjPSJodHRwOi8vd3d3Lm1h aWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvaW1nXzIuZ2lmIiB3aWR0aD0iNjAwIiBoZWln aHQ9IjEwMCI+PC90ZD4NCiAgICAgICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgPHRy PiANCiAgICAgICAgICAgICAgICA8dGQ+PGltZyBzcmM9Imh0dHA6Ly93d3cubWFpbHBhcnRu ZXIuY28ua3IvZW1haWwvMDcyNS9pbWdfMy5naWYiIHdpZHRoPSI2MDAiIGhlaWdodD0iMTE4 Ij48L3RkPg0KICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICA8dHI+IA0KICAg ICAgICAgICAgICAgIDx0ZD48aW1nIHNyYz0iaHR0cDovL3d3dy5tYWlscGFydG5lci5jby5r ci9lbWFpbC8wNzI1L2ltZ180LmdpZiIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIxMDMiPjwvdGQ+ DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAgIDx0cj4gDQogICAgICAgICAg ICAgICAgPHRkPjxpbWcgc3JjPSJodHRwOi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWls LzA3MjUvaW1nXzUuZ2lmIiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjExNSI+PC90ZD4NCiAgICAg ICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgPHRyPiANCiAgICAgICAgICAgICAgICA8 dGQ+PGltZyBzcmM9Imh0dHA6Ly93d3cubWFpbHBhcnRuZXIuY28ua3IvZW1haWwvMDcyNS9p bWdfNi5naWYiIHdpZHRoPSI2MDAiIGhlaWdodD0iODAiPjwvdGQ+DQogICAgICAgICAgICAg IDwvdHI+DQogICAgICAgICAgICAgIDx0cj4gDQogICAgICAgICAgICAgICAgPHRkPjxpbWcg c3JjPSJodHRwOi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvaW1nXzcuZ2lm IiB3aWR0aD0iNjAwIiBoZWlnaHQ9Ijc2Ij48L3RkPg0KICAgICAgICAgICAgICA8L3RyPg0K ICAgICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0ZD4gDQogICAgICAgICAg ICAgICAgICA8dGFibGUgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0i NTA5IiBhbGlnbj0iY2VudGVyIj4NCiAgICAgICAgICAgICAgICAgICAgPHRyIGJhY2tncm91 bmQ9ImJvZC0yLmpwZyI+IA0KICAgICAgICAgICAgICAgICAgICAgIDx0ZCBiYWNrZ3JvdW5k PSJodHRwOi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvYm9kLTIuanBnIiBo ZWlnaHQ9IjMwMiI+IA0KICAgICAgICAgICAgICAgICAgICAgICAgPHA+Jm5ic3A7PC9wPg0K ICAgICAgICAgICAgICAgICAgICAgICAgPHAgYWxpZ249ImNlbnRlciI+PGZvbnQgc2l6ZT0i MiI+PGJyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICA8YnI+DQogICAgICAgICAgICAg ICAgICAgICAgICAgIDxicj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgPGJyPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICC7+cfDQ0QgvcXDu8DatMIgwda80siuwM6w+iDH1LKy ILmrt+G3ziC7+cfDQ0S4piC53sC7ILz2IMDWwLi45yA8YnI+DQogICAgICAgICAgICAgICAg ICAgICAgICAgIMDPwdbAz7CjIMfQvcDDvMfowMcgseLIuLimILXluLO0z7TZLjxicj4NCiAg ICAgICAgICAgICAgICAgICAgICAgICAgPC9mb250PjwvcD4NCiAgICAgICAgICAgICAgICAg ICAgICAgIDx0YWJsZSB3aWR0aD0iNDUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBj ZWxscGFkZGluZz0iMCIgYWxpZ249ImNlbnRlciI+DQoJCQk8Zm9ybSBuYW1lPSJmb3JtMSIg bWV0aG9kPSJwb3N0IiBhY3Rpb249Imh0dHA6Ly93d3cubWFpbHBhcnRuZXIuY28ua3IvZW1h aWwvMDcyNS9rbHNfb2suYXNwIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPiAN CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjI4NSI+IA0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9ImxpbmUtaGVpZ2h0OjE0MCU7IG1h cmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4tbGVmdDozMDsiPjxzcGFuIHN0 eWxlPSJmb250LXNpemU6OXB0OyI+wMy4pzxmb250IGNvbG9yPSIjRkZGRkZGIj4uLi48L2Zv bnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6ICZuYnNwOyZuYnNwOyAN CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9InRleHQiIG5h bWU9Im5hbWUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+PC9w Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9ImxpbmUtaGVpZ2h0 OjE0MCU7IG1hcmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4tbGVmdDozMDsi PjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+wPzIrTxmb250IGNvbG9yPSIjRkZGRkZG Ij4uLi48L2ZvbnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6ICZuYnNw OyZuYnNwOyANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9 InRleHQiIG5hbWU9InRlbDEiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8 L3NwYW4+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9Imxp bmUtaGVpZ2h0OjE0MCU7IG1hcmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4t bGVmdDozMDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+x9q15cb5IA0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICA6PGZvbnQgY29sb3I9IiNGRkZGRkYiPi4uLjwv Zm9udD4gDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPSJ0 ZXh0IiBuYW1lPSJ0ZWwyIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9z cGFuPjwvcD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIHN0eWxlPSJsaW5l LWhlaWdodDoxNDAlOyBtYXJnaW4tdG9wOjA7IG1hcmdpbi1ib3R0b206MDsgbWFyZ2luLWxl ZnQ6MzA7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOjlwdDsiPmUtuN7AzyANCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgOjxmb250IGNvbG9yPSIjRkZGRkZGIj4uLi48L2Zv bnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT0idGV4 dCIgbmFtZT0iZW1haWwiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Nw YW4+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9ImxpbmUt aGVpZ2h0OjE0MCU7IG1hcmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4tbGVm dDozMDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+wda80jxmb250IGNvbG9yPSIj RkZGRkZGIj4uLi48L2ZvbnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6 ICZuYnNwOyZuYnNwOyANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0 IHR5cGU9InRleHQiIG5hbWU9ImFkZHJlc3MiPg0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8L3NwYW4+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+ DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSIxNjUiPiANCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPSJpbWFnZSIgc3JjPSJodHRw Oi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvYm9kXzEuanBnIiBib3JkZXI9 IjAiIG5hbWU9ImltYWdlIiB3aWR0aD0iMTAxIiBoZWlnaHQ9Ijc2Ij4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Ry Pg0KCQkJPC9mb3JtPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAg ICAgICAgICAgICAgICAgICAgIDxwIGFsaWduPSJjZW50ZXIiPiZuYnNwOzwvcD4NCiAgICAg ICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAg ICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAg ICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0 ZD4gDQogICAgICAgICAgICAgICAgICA8cCBzdHlsZT0ibGluZS1oZWlnaHQ6MTQwJTsgbWFy Z2luLXRvcDowOyBtYXJnaW4tYm90dG9tOjA7IG1hcmdpbi1sZWZ0OjEwOyIgYWxpZ249ImNl bnRlciI+PGZvbnQgZmFjZT0isby4siIgY29sb3I9IiM2NjY2NjYiPjxzcGFuIHN0eWxlPSJm b250LXNpemU6OXB0OyI+PGZvbnQgc2l6ZT0iMiI+sc3Hz8DHIA0KICAgICAgICAgICAgICAg ICAgICC9wrb0vvjAzCDIq7q4vLogwPzA2r/sxu3AuyC6uLO7sNQgtcjBoSDBpMHfyPcgu+ew +iC15biztM+02S4gwaS6uMXrvcW4wSDAzL/rPGJyPg0KICAgICAgICAgICAgICAgICAgICDD y8H4uf0gsdTBpMC7IMHYvPbHz7+pILGksO243sDPwNPAuyDHpb3Dx8+/tMC4uOcsILz2vcWw xbrOwOXEobimILi2t8PHz7DtwNa9wLTPtNkuPGJyPg0KICAgICAgICAgICAgICAgICAgICA8 L2ZvbnQ+PC9zcGFuPjwvZm9udD48Zm9udCBmYWNlPSKxvLiyIiBjb2xvcj0iIzY2NjY2NiIg c2l6ZT0iMiI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTo5cHQ7Ij689r3FwLsgDQogICAgICAg ICAgICAgICAgICAgIL/4xKEgvsrAuL3DuOkgPC9zcGFuPjwvZm9udD48Zm9udCBjb2xvcj0i IzY2NjY2NiIgc2l6ZT0iMiI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTo5cHQ7Ij48YSBocmVm PSJtYWlsdG86aHl1bjEwMzEwQGtvcm5ldC5uZXQiPrz2vcWwxbrOKFVuc3Vic2NyaWJlKTwv YT48Zm9udCBmYWNlPSKxvLiyIj64piANCiAgICAgICAgICAgICAgICAgICAgxay4r8fYIMHW vcq9w7/kPC9mb250Pjwvc3Bhbj48L2ZvbnQ+PC9wPg0KICAgICAgICAgICAgICAgIDwvdGQ+ DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICA8L3RhYmxlPg0KICAgICAgICAg IDwvdGQ+DQogICAgICAgIDwvdHI+DQogICAgICA8L3RhYmxlPg0KICAgIDwvdGQ+DQogIDwv dHI+DQo8L3RhYmxlPg0KPGJyPg0KPC9ib2R5Pg0KPC9odG1sPg0K ------=_NextPart_000_0237_01C0F51A.93A56C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 7:55:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE9B37B400; Thu, 1 Aug 2002 07:55:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8AD43E6E; Thu, 1 Aug 2002 07:55:18 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71EtIJU071669; Thu, 1 Aug 2002 07:55:18 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71EtI5Q071665; Thu, 1 Aug 2002 07:55:18 -0700 (PDT) Date: Thu, 1 Aug 2002 07:55:18 -0700 (PDT) From: Christian Weisgerber Message-Id: <200208011455.g71EtI5Q071665@freefall.freebsd.org> To: esk@ira.uka.de, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41230: Maintainer update: arm-elf-binutils to 2.12.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: arm-elf-binutils to 2.12.1 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Thu Aug 1 07:54:59 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41230 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 7:56:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B6B137B400; Thu, 1 Aug 2002 07:56:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1A243E65; Thu, 1 Aug 2002 07:56:40 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71EueJU071773; Thu, 1 Aug 2002 07:56:40 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71Euexv071769; Thu, 1 Aug 2002 07:56:40 -0700 (PDT) Date: Thu, 1 Aug 2002 07:56:40 -0700 (PDT) From: Christian Weisgerber Message-Id: <200208011456.g71Euexv071769@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/41234: graphics/ffmpeg: missing header on install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: graphics/ffmpeg: missing header on install Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: naddy Responsible-Changed-When: Thu Aug 1 07:56:24 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41234 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 8:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8641E37B400; Thu, 1 Aug 2002 08:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B77843E77; Thu, 1 Aug 2002 08:20:04 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: from freefall.freebsd.org (roberto@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71FK4JU078667; Thu, 1 Aug 2002 08:20:04 -0700 (PDT) (envelope-from roberto@freefall.freebsd.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71FK3IT078662; Thu, 1 Aug 2002 08:20:03 -0700 (PDT) Date: Thu, 1 Aug 2002 08:20:03 -0700 (PDT) From: Ollivier Robert Message-Id: <200208011520.g71FK3IT078662@freefall.freebsd.org> To: mich@freebsdcluster.org, roberto@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40947: New port: sysutils/cvsdelta Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: sysutils/cvsdelta State-Changed-From-To: open->closed State-Changed-By: roberto State-Changed-When: Thu Aug 1 08:19:42 PDT 2002 State-Changed-Why: Port committed in devel instead. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=40947 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 8:50: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78FC637B400; Thu, 1 Aug 2002 08:50:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9804F43E7B; Thu, 1 Aug 2002 08:50:04 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71Fo4JU081476; Thu, 1 Aug 2002 08:50:04 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71Fo4n3081468; Thu, 1 Aug 2002 08:50:04 -0700 (PDT) Date: Thu, 1 Aug 2002 08:50:04 -0700 (PDT) From: Christian Weisgerber Message-Id: <200208011550.g71Fo4n3081468@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, naddy@FreeBSD.org Subject: Re: ports/40990: new port: audio/xmms-surround Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: audio/xmms-surround Responsible-Changed-From-To: freebsd-ports->naddy Responsible-Changed-By: naddy Responsible-Changed-When: Thu Aug 1 08:49:32 PDT 2002 Responsible-Changed-Why: I'll look at this http://www.freebsd.org/cgi/query-pr.cgi?pr=40990 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 8:50:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2007F37B400; Thu, 1 Aug 2002 08:50:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B328C43E6A; Thu, 1 Aug 2002 08:50:49 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71FonJU081637; Thu, 1 Aug 2002 08:50:49 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71Fonlq081633; Thu, 1 Aug 2002 08:50:49 -0700 (PDT) Date: Thu, 1 Aug 2002 08:50:49 -0700 (PDT) From: Christian Weisgerber Message-Id: <200208011550.g71Fonlq081633@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, naddy@FreeBSD.org Subject: Re: ports/40991: new port: audio/xmms-a52dec Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: audio/xmms-a52dec Responsible-Changed-From-To: freebsd-ports->naddy Responsible-Changed-By: naddy Responsible-Changed-When: Thu Aug 1 08:50:23 PDT 2002 Responsible-Changed-Why: Requires ports/40990. I'll look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=40991 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 9:14:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00FED37B4C1 for ; Thu, 1 Aug 2002 09:14:31 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 578B643ED4 for ; Thu, 1 Aug 2002 09:14:27 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g71GE8OY027508 for ; Thu, 1 Aug 2002 12:14:08 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g71GE8g0027507 for ports@freebsd.org; Thu, 1 Aug 2002 12:14:08 -0400 (EDT) (envelope-from alane) Date: Thu, 1 Aug 2002 12:14:08 -0400 From: Alan E To: FreeBSD Ports List Subject: [alane@geeksrus.net: [kde-freebsd] I've got the gettext-related commits all ready to go ...] Message-ID: <20020801161408.GA25285@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FYI. ----- Forwarded message from Alan E ----- From: Alan E To: KDE FreeBSD List Message-ID: <20020801160948.GA6299@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Subject: [kde-freebsd] I've got the gettext-related commits all ready to go ... Sender: kde-freebsd-admin@lists.csociety.org Errors-To: kde-freebsd-admin@lists.csociety.org X-BeenThere: kde-freebsd@lists.csociety.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: KDE/FreeBSD QA/Development Team List-Unsubscribe: , List-Archive: Date: Thu, 1 Aug 2002 12:09:48 -0400 X-Spam-Status: No, hits=-100.0 required=5.0 tests=USER_IN_WHITELIST version=2.31 X-Spam-Level: Status: RO Content-Length: 852 Lines: 21 ... pending the completion of some test builds (kdebase and koffice take sooo long). Expect to see all kde ports referencing intl.2 to be updated in big commit late this afternoon. Despite the general rule to the contrary, due to the magnitude of this thrash, I am bumping PORTREVISION on all 53 affected ports. As long as you (1) do gettext like 'portupgrade [-p] gettext' so it saves the old lib, and (2) then do 'portupgrade [-p] -fru -x gettext gettext' you'll come out all right, even though there's still a ton of ports that need updating. They *will* build against the new lib, and have the right deps if you make a package. Ade, you outdid yourself this time.... -- AlanE KDE-FreeBSD Team _______________________________________________ kde-freebsd mailing list kde-freebsd@lists.csociety.org http://lists.csociety.org/listinfo/kde-freebsd ----- End forwarded message ----- -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 10: 1:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CAE837B406 for ; Thu, 1 Aug 2002 10:00:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D3343E4A for ; Thu, 1 Aug 2002 10:00:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71H0IJU003178 for ; Thu, 1 Aug 2002 10:00:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71H0IQc003176; Thu, 1 Aug 2002 10:00:18 -0700 (PDT) Date: Thu, 1 Aug 2002 10:00:18 -0700 (PDT) Message-Id: <200208011700.g71H0IQc003176@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/41231: lang/ghc/Makefile: no-profile patch Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41231; it has been noted by GNATS. From: Oliver Braun To: Volker Stolz Cc: FreeBSD-gnats-submit@FreeBSD.ORG, simonmar@microsoft.com Subject: Re: ports/41231: lang/ghc/Makefile: no-profile patch Date: Thu, 1 Aug 2002 18:57:57 +0200 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Your patch is not sufficient, since with NOPROFILE all profile .hi and .a files will not be installed. Find attached a patch and a pkg-message file. * respect NOPROFILE in make process and in pkg-plist * include all changes I have already submitted in PR ports/41051, so Committer, please close PR ports/41051 after committing this one. * add pkg-message which was already part of PR ports/41051 Simon, can you take a look at this and approve it? Regards, Olli -- IST & IIS _ INF _ UniBwM _____ http://ist.unibw-muenchen.de/People/obraun/ Tele-Consulting GmbH _________ http://www.tele-consulting.com/ ___ obraun@ FreeBSD: The Power To Serve __ http://www.freebsd.org/ ___________________ --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=diff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ghc/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2002/07/23 01:18:29 1.12 +++ Makefile 2002/08/01 16:45:31 @@ -6,7 +6,7 @@ PORTNAME= ghc PORTVERSION= 5.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/ @@ -34,6 +34,11 @@ GNU_CONFIGURE= yes PLIST_SUB= GHC_VERSION=${PORTVERSION} +.if defined(NOPROFILE) +PLIST_SUB+= PROFILE="@comment " +.else +PLIST_SUB+= PROFILE="" +.endif # This port builds by downloading a minimal binary distribution of GHC and # using that to bootstrap. @@ -49,11 +54,28 @@ TMPDIR = ${WRKSRC}/tmp MAKE_ENV += TMPDIR=${TMPDIR} +.if defined(NOPROFILE) +post-extract: + @${ECHO} >>${WRKSRC}/mk/build.mk GhcLibWays= +.endif + +post-patch: + @${PERL} -pi -e 's/DrIFT/DrIFT-ghc/g; \ + s/DtdToHaskell/DtdToHaskell-ghc/g; \ + s/Xtract/Xtract-ghc/g' \ + ${WRKSRC}/ghc/mk/config.mk \ + ${WRKSRC}/hslibs/tools/DrIFT/Makefile \ + ${WRKSRC}/hslibs/tools/DtdToHaskell/Makefile \ + ${WRKSRC}/hslibs/tools/Xtract/Makefile + pre-configure: @(cd ${BOOT_DIR} && ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) @(cd ${BOOT_DIR} && ${MAKE} in-place) pre-build: @${MKDIR} ${TMPDIR} + +post-install: + @${CAT} ${PKGMESSAGE} .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/ghc/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- pkg-plist 2002/07/21 14:10:56 1.8 +++ pkg-plist 2002/08/01 16:45:34 @@ -9,9 +9,9 @@ bin/hp2ps bin/ghcprof bin/stat2resid -bin/DrIFT -bin/DtdToHaskell -bin/Xtract +bin/DrIFT-ghc +bin/DtdToHaskell-ghc +bin/Xtract-ghc lib/ghc-%%GHC_VERSION%%/HSbase.o lib/ghc-%%GHC_VERSION%%/HSbase_cbits.o lib/ghc-%%GHC_VERSION%%/HSconcurrent.o @@ -61,675 +61,675 @@ lib/ghc-%%GHC_VERSION%%/icons/wait.xbm lib/ghc-%%GHC_VERSION%%/icons/weightdelta.xbm lib/ghc-%%GHC_VERSION%%/imports/base/Control/Arrow.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Arrow.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Arrow.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/Chan.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/Chan.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/Chan.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/MVar.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/MVar.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/MVar.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/QSem.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/QSem.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/QSem.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/QSemN.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/QSemN.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/QSemN.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/SampleVar.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/SampleVar.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Concurrent/SampleVar.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Exception.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Exception.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Exception.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Cont.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Cont.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Cont.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Error.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Error.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Error.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Fix.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Fix.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Fix.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Identity.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Identity.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Identity.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/List.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/List.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/List.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Monoid.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Monoid.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Monoid.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/RWS.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/RWS.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/RWS.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Reader.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Reader.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Reader.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/ST.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/ST.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/ST.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/ST/Lazy.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/ST/Lazy.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/ST/Lazy.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/ST/Strict.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/ST/Strict.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/ST/Strict.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/State.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/State.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/State.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Trans.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Trans.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Trans.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Writer.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Writer.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Monad/Writer.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Control/Parallel.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Control/Parallel.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Control/Parallel.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Base.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Base.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Base.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Diff.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Diff.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Diff.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/IArray.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/IArray.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/IArray.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/IO.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/IO.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/IO.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/MArray.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/MArray.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/MArray.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/ST.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/ST.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/ST.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Storable.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Storable.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Storable.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Unboxed.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Unboxed.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Array/Unboxed.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Bits.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Bits.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Bits.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Bool.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Bool.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Bool.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Char.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Char.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Char.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Complex.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Complex.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Complex.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Dynamic.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Dynamic.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Dynamic.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Either.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Either.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Either.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/FiniteMap.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/FiniteMap.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/FiniteMap.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Generics.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Generics.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Generics.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/IORef.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/IORef.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/IORef.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Int.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Int.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Int.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Ix.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Ix.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Ix.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/List.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/List.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/List.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Maybe.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Maybe.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Maybe.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/PackedString.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/PackedString.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/PackedString.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Ratio.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Ratio.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Ratio.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/STRef.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/STRef.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/STRef.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/STRef/Lazy.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/STRef/Lazy.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/STRef/Lazy.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/STRef/Strict.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/STRef/Strict.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/STRef/Strict.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Set.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Set.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Set.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Tuple.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Tuple.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Tuple.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Unique.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Unique.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Unique.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Data/Word.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Data/Word.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Data/Word.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck/Batch.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck/Batch.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck/Batch.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck/Poly.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck/Poly.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck/Poly.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck/Utils.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck/Utils.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Debug/QuickCheck/Utils.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Debug/Trace.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Debug/Trace.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Debug/Trace.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/Error.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/Error.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/Error.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/String.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/String.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/String.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/Types.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/Types.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/Types.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/TypesISO.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/TypesISO.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/C/TypesISO.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/ForeignPtr.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/ForeignPtr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/ForeignPtr.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Alloc.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Alloc.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Alloc.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Array.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Array.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Array.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Error.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Error.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Error.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Utils.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Utils.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Marshal/Utils.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Ptr.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Ptr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Ptr.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/StablePtr.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/StablePtr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/StablePtr.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Storable.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Storable.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Foreign/Storable.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Arr.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Arr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Arr.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Base.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Base.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Base.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Conc.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Conc.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Conc.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Enum.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Enum.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Enum.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Err.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Err.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Err.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Exception.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Exception.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Exception.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Exts.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Exts.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Exts.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Float.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Float.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Float.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Handle.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Handle.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Handle.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/IO.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/IO.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/IO.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/IOBase.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/IOBase.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/IOBase.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Int.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Int.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Int.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/List.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/List.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/List.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Num.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Num.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Num.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/PArr.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/PArr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/PArr.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Pack.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Pack.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Pack.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Posix.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Posix.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Posix.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/PrimopWrappers.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/PrimopWrappers.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/PrimopWrappers.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Ptr.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Ptr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Ptr.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Read.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Read.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Read.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Real.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Real.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Real.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/ST.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/ST.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/ST.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/STRef.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/STRef.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/STRef.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Show.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Show.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Show.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Stable.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Stable.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Stable.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Storable.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Storable.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Storable.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/TopHandler.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/TopHandler.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/TopHandler.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Weak.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Weak.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Weak.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Word.hi -lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Word.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/GHC/Word.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Numeric.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Numeric.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Numeric.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Prelude.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Prelude.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Prelude.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/CPUTime.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/CPUTime.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/CPUTime.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Cmd.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Cmd.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Cmd.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Console/GetOpt.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Console/GetOpt.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Console/GetOpt.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Directory.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Directory.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Directory.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Environment.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Environment.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Environment.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Exit.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Exit.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Exit.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/IO.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/IO.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/IO.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/IO/Error.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/IO/Error.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/IO/Error.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/IO/Unsafe.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/IO/Unsafe.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/IO/Unsafe.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Info.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Info.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Info.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Locale.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Locale.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Locale.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Mem.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Mem.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Mem.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Mem/StableName.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Mem/StableName.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Mem/StableName.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Mem/Weak.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Mem/Weak.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Mem/Weak.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Random.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Random.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Random.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/System/Time.hi -lib/ghc-%%GHC_VERSION%%/imports/base/System/Time.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/System/Time.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/Html.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/Html.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/Html.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/Html/BlockTable.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/Html/BlockTable.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/Html/BlockTable.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Char.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Char.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Char.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Combinator.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Combinator.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Combinator.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Error.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Error.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Error.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Expr.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Expr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Expr.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Language.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Language.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Language.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Perm.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Perm.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Perm.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Pos.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Pos.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Pos.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Prim.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Prim.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Prim.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Token.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Token.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/Parsec/Token.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/ReadP.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/ReadP.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/ReadP.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/ReadPrec.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/ReadPrec.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/ParserCombinators/ReadPrec.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/PrettyPrint.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/PrettyPrint.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/PrettyPrint.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/PrettyPrint/HughesPJ.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/PrettyPrint/HughesPJ.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/PrettyPrint/HughesPJ.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/Read.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/Read.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/Read.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/Read/Lex.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/Read/Lex.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/Read/Lex.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/Regex.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/Regex.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/Regex.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/Regex/Posix.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/Regex/Posix.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/Regex/Posix.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/Show.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/Show.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/Show.p_hi lib/ghc-%%GHC_VERSION%%/imports/base/Text/Show/Functions.hi -lib/ghc-%%GHC_VERSION%%/imports/base/Text/Show/Functions.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/base/Text/Show/Functions.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/CVar.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/CVar.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/CVar.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/Chan.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/Chan.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/Chan.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/Channel.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/Channel.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/Channel.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/ChannelVar.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/ChannelVar.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/ChannelVar.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/Concurrent.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/Concurrent.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/Concurrent.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/MVar.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/MVar.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/MVar.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/Merge.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/Merge.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/Merge.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/Parallel.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/Parallel.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/Parallel.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSem.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSem.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSem.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSemN.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSemN.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSemN.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/SampleVar.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/SampleVar.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/SampleVar.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/Semaphore.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/Semaphore.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/Semaphore.p_hi lib/ghc-%%GHC_VERSION%%/imports/concurrent/Strategies.hi -lib/ghc-%%GHC_VERSION%%/imports/concurrent/Strategies.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/concurrent/Strategies.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/Assoc.hi -lib/ghc-%%GHC_VERSION%%/imports/data/Assoc.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/Assoc.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/AssocDefaults.hi -lib/ghc-%%GHC_VERSION%%/imports/data/AssocDefaults.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/AssocDefaults.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/AssocList.hi -lib/ghc-%%GHC_VERSION%%/imports/data/AssocList.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/AssocList.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/BankersQueue.hi -lib/ghc-%%GHC_VERSION%%/imports/data/BankersQueue.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/BankersQueue.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/BinaryRandList.hi -lib/ghc-%%GHC_VERSION%%/imports/data/BinaryRandList.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/BinaryRandList.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/BraunSeq.hi -lib/ghc-%%GHC_VERSION%%/imports/data/BraunSeq.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/BraunSeq.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/Collection.hi -lib/ghc-%%GHC_VERSION%%/imports/data/Collection.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/Collection.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/CollectionDefaults.hi -lib/ghc-%%GHC_VERSION%%/imports/data/CollectionDefaults.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/CollectionDefaults.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/CollectionUtils.hi -lib/ghc-%%GHC_VERSION%%/imports/data/CollectionUtils.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/CollectionUtils.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/EdisonPrelude.hi -lib/ghc-%%GHC_VERSION%%/imports/data/EdisonPrelude.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/EdisonPrelude.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/FiniteMap.hi -lib/ghc-%%GHC_VERSION%%/imports/data/FiniteMap.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/FiniteMap.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/JoinList.hi -lib/ghc-%%GHC_VERSION%%/imports/data/JoinList.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/JoinList.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/LazyPairingHeap.hi -lib/ghc-%%GHC_VERSION%%/imports/data/LazyPairingHeap.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/LazyPairingHeap.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/LeftistHeap.hi -lib/ghc-%%GHC_VERSION%%/imports/data/LeftistHeap.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/LeftistHeap.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/ListSeq.hi -lib/ghc-%%GHC_VERSION%%/imports/data/ListSeq.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/ListSeq.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/MinHeap.hi -lib/ghc-%%GHC_VERSION%%/imports/data/MinHeap.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/MinHeap.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/MyersStack.hi -lib/ghc-%%GHC_VERSION%%/imports/data/MyersStack.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/MyersStack.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/PatriciaLoMap.hi -lib/ghc-%%GHC_VERSION%%/imports/data/PatriciaLoMap.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/PatriciaLoMap.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/RandList.hi -lib/ghc-%%GHC_VERSION%%/imports/data/RandList.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/RandList.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/RevSeq.hi -lib/ghc-%%GHC_VERSION%%/imports/data/RevSeq.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/RevSeq.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/Sequence.hi -lib/ghc-%%GHC_VERSION%%/imports/data/Sequence.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/Sequence.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/SequenceDefaults.hi -lib/ghc-%%GHC_VERSION%%/imports/data/SequenceDefaults.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/SequenceDefaults.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/Set.hi -lib/ghc-%%GHC_VERSION%%/imports/data/Set.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/Set.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/SimpleQueue.hi -lib/ghc-%%GHC_VERSION%%/imports/data/SimpleQueue.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/SimpleQueue.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/SizedSeq.hi -lib/ghc-%%GHC_VERSION%%/imports/data/SizedSeq.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/SizedSeq.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/SkewHeap.hi -lib/ghc-%%GHC_VERSION%%/imports/data/SkewHeap.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/SkewHeap.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/SplayHeap.hi -lib/ghc-%%GHC_VERSION%%/imports/data/SplayHeap.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/SplayHeap.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdBag.hi -lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdBag.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdBag.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdSet.hi -lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdSet.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdSet.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/TestSeq.hi -lib/ghc-%%GHC_VERSION%%/imports/data/TestSeq.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/TestSeq.p_hi lib/ghc-%%GHC_VERSION%%/imports/data/UnbalancedSet.hi -lib/ghc-%%GHC_VERSION%%/imports/data/UnbalancedSet.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/data/UnbalancedSet.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Lexer.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Lexer.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Lexer.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/ParseMonad.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/ParseMonad.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/ParseMonad.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/ParseUtils.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/ParseUtils.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/ParseUtils.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Parser.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Parser.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Parser.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Pretty.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Pretty.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Pretty.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Syntax.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Syntax.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell-src/Language/Haskell/Syntax.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Array.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Array.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Array.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/CPUTime.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/CPUTime.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/CPUTime.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Char.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Char.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Char.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Complex.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Complex.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Complex.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Directory.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Directory.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Directory.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/IO.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/IO.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/IO.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Ix.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Ix.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Ix.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/List.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/List.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/List.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Locale.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Locale.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Locale.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Maybe.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Maybe.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Maybe.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Monad.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Monad.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Monad.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Random.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Random.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Random.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Ratio.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Ratio.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Ratio.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/System.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/System.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/System.p_hi lib/ghc-%%GHC_VERSION%%/imports/haskell98/Time.hi -lib/ghc-%%GHC_VERSION%%/imports/haskell98/Time.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/haskell98/Time.p_hi lib/ghc-%%GHC_VERSION%%/imports/hssource/HsLexer.hi -lib/ghc-%%GHC_VERSION%%/imports/hssource/HsLexer.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/hssource/HsLexer.p_hi lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseMonad.hi -lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseMonad.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseMonad.p_hi lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseUtils.hi -lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseUtils.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseUtils.p_hi lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParser.hi -lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParser.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParser.p_hi lib/ghc-%%GHC_VERSION%%/imports/hssource/HsPretty.hi -lib/ghc-%%GHC_VERSION%%/imports/hssource/HsPretty.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/hssource/HsPretty.p_hi lib/ghc-%%GHC_VERSION%%/imports/hssource/HsSyn.hi -lib/ghc-%%GHC_VERSION%%/imports/hssource/HsSyn.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/hssource/HsSyn.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Addr.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Addr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Addr.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/ArrayBase.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/ArrayBase.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/ArrayBase.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Arrow.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Arrow.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Arrow.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Bits.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Bits.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Bits.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/ByteArray.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/ByteArray.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/ByteArray.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/CCall.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/CCall.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/CCall.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/CError.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/CError.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/CError.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/CForeign.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/CForeign.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/CForeign.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/CString.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/CString.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/CString.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/CTypes.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/CTypes.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/CTypes.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/CTypesISO.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/CTypesISO.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/CTypesISO.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/DiffArray.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/DiffArray.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/DiffArray.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/DirectoryExts.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/DirectoryExts.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/DirectoryExts.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Dynamic.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Dynamic.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Dynamic.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Exception.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Exception.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Exception.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignObj.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignObj.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignObj.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignPtr.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignPtr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignPtr.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Generics.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Generics.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Generics.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/GlaExts.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/GlaExts.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/GlaExts.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/IArray.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/IArray.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/IArray.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/IOExts.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/IOExts.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/IOExts.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/IORef.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/IORef.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/IORef.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Int.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Int.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Int.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/LazyST.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/LazyST.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/LazyST.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MArray.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MArray.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MArray.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalAlloc.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalAlloc.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalAlloc.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalArray.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalArray.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalArray.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalError.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalError.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalError.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalUtils.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalUtils.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalUtils.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadCont.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadCont.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadCont.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadEither.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadEither.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadEither.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadError.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadError.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadError.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadFix.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadFix.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadFix.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadIdentity.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadIdentity.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadIdentity.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadList.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadList.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadList.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadRWS.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadRWS.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadRWS.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadReader.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadReader.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadReader.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadState.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadState.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadState.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadTrans.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadTrans.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadTrans.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MonadWriter.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MonadWriter.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MonadWriter.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Monoid.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Monoid.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Monoid.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/MutableArray.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/MutableArray.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/MutableArray.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/NativeInfo.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/NativeInfo.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/NativeInfo.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/NumExts.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/NumExts.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/NumExts.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/PackedString.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/PackedString.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/PackedString.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/PrelByteArr.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/PrelByteArr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/PrelByteArr.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Ptr.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Ptr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Ptr.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/ST.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/ST.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/ST.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/ShowFunctions.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/ShowFunctions.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/ShowFunctions.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Stable.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Stable.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Stable.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/StableName.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/StableName.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/StableName.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/StablePtr.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/StablePtr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/StablePtr.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Storable.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Storable.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Storable.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/StorableArray.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/StorableArray.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/StorableArray.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/SystemExts.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/SystemExts.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/SystemExts.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/TimeExts.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/TimeExts.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/TimeExts.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Weak.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Weak.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Weak.p_hi lib/ghc-%%GHC_VERSION%%/imports/lang/Word.hi -lib/ghc-%%GHC_VERSION%%/imports/lang/Word.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/lang/Word.p_hi lib/ghc-%%GHC_VERSION%%/imports/net/BSD.hi -lib/ghc-%%GHC_VERSION%%/imports/net/BSD.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/net/BSD.p_hi lib/ghc-%%GHC_VERSION%%/imports/net/CGI.hi -lib/ghc-%%GHC_VERSION%%/imports/net/CGI.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/net/CGI.p_hi lib/ghc-%%GHC_VERSION%%/imports/net/Socket.hi -lib/ghc-%%GHC_VERSION%%/imports/net/Socket.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/net/Socket.p_hi lib/ghc-%%GHC_VERSION%%/imports/net/SocketPrim.hi -lib/ghc-%%GHC_VERSION%%/imports/net/SocketPrim.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/net/SocketPrim.p_hi lib/ghc-%%GHC_VERSION%%/imports/net/URI.hi -lib/ghc-%%GHC_VERSION%%/imports/net/URI.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/net/URI.p_hi lib/ghc-%%GHC_VERSION%%/imports/network/Network.hi -lib/ghc-%%GHC_VERSION%%/imports/network/Network.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/network/Network.p_hi lib/ghc-%%GHC_VERSION%%/imports/network/Network/BSD.hi -lib/ghc-%%GHC_VERSION%%/imports/network/Network/BSD.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/network/Network/BSD.p_hi lib/ghc-%%GHC_VERSION%%/imports/network/Network/CGI.hi -lib/ghc-%%GHC_VERSION%%/imports/network/Network/CGI.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/network/Network/CGI.p_hi lib/ghc-%%GHC_VERSION%%/imports/network/Network/Socket.hi -lib/ghc-%%GHC_VERSION%%/imports/network/Network/Socket.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/network/Network/Socket.p_hi lib/ghc-%%GHC_VERSION%%/imports/network/Network/URI.hi -lib/ghc-%%GHC_VERSION%%/imports/network/Network/URI.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/network/Network/URI.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/DL.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/DL.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/DL.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/DLPrim.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/DLPrim.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/DLPrim.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/POpen.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/POpen.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/POpen.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/Posix.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/Posix.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/Posix.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/PosixDB.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/PosixDB.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/PosixDB.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/PosixErr.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/PosixErr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/PosixErr.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/PosixFiles.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/PosixFiles.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/PosixFiles.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/PosixIO.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/PosixIO.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/PosixIO.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcEnv.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcEnv.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcEnv.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcPrim.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcPrim.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcPrim.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/PosixTTY.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/PosixTTY.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/PosixTTY.p_hi lib/ghc-%%GHC_VERSION%%/imports/posix/PosixUtil.hi -lib/ghc-%%GHC_VERSION%%/imports/posix/PosixUtil.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/posix/PosixUtil.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/Haskell2Xml.hi -lib/ghc-%%GHC_VERSION%%/imports/text/Haskell2Xml.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/Haskell2Xml.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/Html.hi -lib/ghc-%%GHC_VERSION%%/imports/text/Html.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/Html.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/HtmlBlockTable.hi -lib/ghc-%%GHC_VERSION%%/imports/text/HtmlBlockTable.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/HtmlBlockTable.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/IsPrefixOf.hi -lib/ghc-%%GHC_VERSION%%/imports/text/IsPrefixOf.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/IsPrefixOf.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/IsSuffixOf.hi -lib/ghc-%%GHC_VERSION%%/imports/text/IsSuffixOf.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/IsSuffixOf.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/MatchPS.hi -lib/ghc-%%GHC_VERSION%%/imports/text/MatchPS.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/MatchPS.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParseSTLib.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParseSTLib.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParseSTLib.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/Parsec.hi -lib/ghc-%%GHC_VERSION%%/imports/text/Parsec.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/Parsec.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParsecChar.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParsecChar.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParsecChar.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParsecCombinator.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParsecCombinator.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParsecCombinator.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParsecError.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParsecError.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParsecError.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParsecExpr.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParsecExpr.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParsecExpr.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParsecLanguage.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParsecLanguage.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParsecLanguage.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParsecPerm.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParsecPerm.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParsecPerm.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParsecPos.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParsecPos.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParsecPos.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParsecPrim.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParsecPrim.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParsecPrim.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/ParsecToken.hi -lib/ghc-%%GHC_VERSION%%/imports/text/ParsecToken.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/ParsecToken.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/Pretty.hi -lib/ghc-%%GHC_VERSION%%/imports/text/Pretty.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/Pretty.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/Regex.hi -lib/ghc-%%GHC_VERSION%%/imports/text/Regex.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/Regex.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/RegexString.hi -lib/ghc-%%GHC_VERSION%%/imports/text/RegexString.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/RegexString.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/Xml2Haskell.hi -lib/ghc-%%GHC_VERSION%%/imports/text/Xml2Haskell.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/Xml2Haskell.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/XmlCombinators.hi -lib/ghc-%%GHC_VERSION%%/imports/text/XmlCombinators.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/XmlCombinators.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlGen.hi -lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlGen.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlGen.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlPP.hi -lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlPP.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlPP.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlParse.hi -lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlParse.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlParse.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/XmlLex.hi -lib/ghc-%%GHC_VERSION%%/imports/text/XmlLex.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/XmlLex.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/XmlLib.hi -lib/ghc-%%GHC_VERSION%%/imports/text/XmlLib.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/XmlLib.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/XmlPP.hi -lib/ghc-%%GHC_VERSION%%/imports/text/XmlPP.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/XmlPP.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/XmlParse.hi -lib/ghc-%%GHC_VERSION%%/imports/text/XmlParse.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/XmlParse.p_hi lib/ghc-%%GHC_VERSION%%/imports/text/XmlTypes.hi -lib/ghc-%%GHC_VERSION%%/imports/text/XmlTypes.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/text/XmlTypes.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/GetOpt.hi -lib/ghc-%%GHC_VERSION%%/imports/util/GetOpt.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/GetOpt.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/MD5.hi -lib/ghc-%%GHC_VERSION%%/imports/util/MD5.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/MD5.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/Memo.hi -lib/ghc-%%GHC_VERSION%%/imports/util/Memo.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/Memo.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/Observe.hi -lib/ghc-%%GHC_VERSION%%/imports/util/Observe.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/Observe.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheck.hi -lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheck.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheck.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckBatch.hi -lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckBatch.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckBatch.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckPoly.hi -lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckPoly.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckPoly.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckUtils.hi -lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckUtils.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckUtils.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/Readline.hi -lib/ghc-%%GHC_VERSION%%/imports/util/Readline.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/Readline.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/Select.hi -lib/ghc-%%GHC_VERSION%%/imports/util/Select.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/Select.p_hi lib/ghc-%%GHC_VERSION%%/imports/util/Unique.hi -lib/ghc-%%GHC_VERSION%%/imports/util/Unique.p_hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/imports/util/Unique.p_hi lib/ghc-%%GHC_VERSION%%/include/Block.h lib/ghc-%%GHC_VERSION%%/include/Bytecodes.h lib/ghc-%%GHC_VERSION%%/include/CCall.h @@ -790,41 +790,47 @@ lib/ghc-%%GHC_VERSION%%/include/timeUtils.h lib/ghc-%%GHC_VERSION%%/libHSbase.a lib/ghc-%%GHC_VERSION%%/libHSbase_cbits.a -lib/ghc-%%GHC_VERSION%%/libHSbase_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHSbase_p.a lib/ghc-%%GHC_VERSION%%/libHSconcurrent.a -lib/ghc-%%GHC_VERSION%%/libHSconcurrent_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHSconcurrent_p.a lib/ghc-%%GHC_VERSION%%/libHSdata.a -lib/ghc-%%GHC_VERSION%%/libHSdata_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHSdata_p.a lib/ghc-%%GHC_VERSION%%/libHShaskell-src.a -lib/ghc-%%GHC_VERSION%%/libHShaskell-src_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHShaskell-src_p.a lib/ghc-%%GHC_VERSION%%/libHShaskell98.a -lib/ghc-%%GHC_VERSION%%/libHShaskell98_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHShaskell98_p.a lib/ghc-%%GHC_VERSION%%/libHShssource.a -lib/ghc-%%GHC_VERSION%%/libHShssource_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHShssource_p.a lib/ghc-%%GHC_VERSION%%/libHSlang.a lib/ghc-%%GHC_VERSION%%/libHSlang_cbits.a -lib/ghc-%%GHC_VERSION%%/libHSlang_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHSlang_p.a lib/ghc-%%GHC_VERSION%%/libHSnet.a -lib/ghc-%%GHC_VERSION%%/libHSnet_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHSnet_p.a lib/ghc-%%GHC_VERSION%%/libHSnetwork.a -lib/ghc-%%GHC_VERSION%%/libHSnetwork_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHSnetwork_p.a lib/ghc-%%GHC_VERSION%%/libHSposix.a lib/ghc-%%GHC_VERSION%%/libHSposix_cbits.a -lib/ghc-%%GHC_VERSION%%/libHSposix_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHSposix_p.a lib/ghc-%%GHC_VERSION%%/libHSrts.a -lib/ghc-%%GHC_VERSION%%/libHSrts_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHSrts_p.a lib/ghc-%%GHC_VERSION%%/libHStext.a lib/ghc-%%GHC_VERSION%%/libHStext_cbits.a -lib/ghc-%%GHC_VERSION%%/libHStext_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHStext_p.a lib/ghc-%%GHC_VERSION%%/libHSutil.a lib/ghc-%%GHC_VERSION%%/libHSutil_cbits.a -lib/ghc-%%GHC_VERSION%%/libHSutil_p.a +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/libHSutil_p.a lib/ghc-%%GHC_VERSION%%/libgmp.a lib/ghc-%%GHC_VERSION%%/package.conf lib/ghc-%%GHC_VERSION%%/parse-gcstats.prl lib/ghc-%%GHC_VERSION%%/process-gcstats.prl lib/ghc-%%GHC_VERSION%%/template-hsc.h lib/ghc-%%GHC_VERSION%%/unlit +@exec /bin/mkdir -p %D/lib/ghc-%%GHC_VERSION%%/imports/base/Database +@exec /bin/mkdir -p %D/lib/ghc-%%GHC_VERSION%%/imports/base/FileFormat +@exec /bin/mkdir -p %D/lib/ghc-%%GHC_VERSION%%/imports/base/Hugs +@exec /bin/mkdir -p %D/lib/ghc-%%GHC_VERSION%%/imports/base/Language +@exec /bin/mkdir -p %D/lib/ghc-%%GHC_VERSION%%/imports/base/NHC +@exec /bin/mkdir -p %D/lib/ghc-%%GHC_VERSION%%/imports/base/Network @dirrm lib/ghc-%%GHC_VERSION%%/include @dirrm lib/ghc-%%GHC_VERSION%%/imports/util @dirrm lib/ghc-%%GHC_VERSION%%/imports/text --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=pkg-message ********************************************************** In order to avoid a conflict with the textproc/haxml port, DrIFT, DtdToHaskell, and Xtract were installed as DrIFT-ghc, DtdToHaskell-ghc, and Xtract-ghc ********************************************************** --pWyiEgJYm5f9v55/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 10:50:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A28537B400 for ; Thu, 1 Aug 2002 10:50:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC75043E75 for ; Thu, 1 Aug 2002 10:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71Ho5JU019681 for ; Thu, 1 Aug 2002 10:50:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71Ho58Z019679; Thu, 1 Aug 2002 10:50:05 -0700 (PDT) Date: Thu, 1 Aug 2002 10:50:05 -0700 (PDT) Message-Id: <200208011750.g71Ho58Z019679@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/41051: Update port: lang/ghc - avoid problems with textproc/haxml, fix package Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41051; it has been noted by GNATS. From: Oliver Braun To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/41051: Update port: lang/ghc - avoid problems with textproc/haxml, fix package Date: Thu, 1 Aug 2002 19:47:27 +0200 I have filed a follow-up to PR ports/41231 including everything in this PR. So, Committer, please commit PR ports/41231 and close this, too. Regards, Olli -- IST & IIS _ INF _ UniBwM _____ http://ist.unibw-muenchen.de/People/obraun/ Tele-Consulting GmbH _________ http://www.tele-consulting.com/ ___ obraun@ FreeBSD: The Power To Serve __ http://www.freebsd.org/ ___________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 11:10:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A97C737B400 for ; Thu, 1 Aug 2002 11:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EDA943E81 for ; Thu, 1 Aug 2002 11:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71IA3JU026092 for ; Thu, 1 Aug 2002 11:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71IA3mO026090; Thu, 1 Aug 2002 11:10:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1EDF37B400 for ; Thu, 1 Aug 2002 11:07:25 -0700 (PDT) Received: from freebsdcluster.org (freebsdcluster.dk [195.184.98.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43AA643E70 for ; Thu, 1 Aug 2002 11:07:25 -0700 (PDT) (envelope-from mich@freebsdcluster.org) Received: by freebsdcluster.org (Postfix, from userid 1001) id 58598AC704; Thu, 1 Aug 2002 20:07:23 +0200 (CEST) Message-Id: <20020801180723.58598AC704@freebsdcluster.org> Date: Thu, 1 Aug 2002 20:07:23 +0200 (CEST) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41239: Update port: [Maintainer update]: devel/cvsdelta Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41239 >Category: ports >Synopsis: Update port: [Maintainer update]: devel/cvsdelta >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 11:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386 >Description: Update to latest version, with lots of bug-fixes. >How-To-Repeat: >Fix: diff -u -ruN cvsdelta.bak/Makefile cvsdelta/Makefile --- cvsdelta.bak/Makefile Thu Aug 1 20:01:38 2002 +++ cvsdelta/Makefile Thu Aug 1 20:01:57 2002 @@ -7,7 +7,7 @@ # PORTNAME= cvsdelta -PORTVERSION= 1.3 +PORTVERSION= 1.4.1 CATEGORIES= devel MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/cvsdelta/ \ ${MASTER_SITE_SOURCEFORGE} diff -u -ruN cvsdelta.bak/distinfo cvsdelta/distinfo --- cvsdelta.bak/distinfo Thu Aug 1 20:01:38 2002 +++ cvsdelta/distinfo Thu Aug 1 20:02:07 2002 @@ -1 +1 @@ -MD5 (cvsdelta-1.3.tar.gz) = aae34156ec0f4cb7e75a2682c134c0e2 +MD5 (cvsdelta-1.4.1.tar.gz) = cc87d3311449fe72e350758ba9059c31 >Release-Note: >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 Thu Aug 1 11:54:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 013E437B400 for ; Thu, 1 Aug 2002 11:54:15 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F1C43E42 for ; Thu, 1 Aug 2002 11:54:14 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g71IrwOY058992; Thu, 1 Aug 2002 14:53:58 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g71IrwWv058972; Thu, 1 Aug 2002 14:53:58 -0400 (EDT) (envelope-from alane) Date: Thu, 1 Aug 2002 14:53:57 -0400 From: Alan E To: cups@easysw.com Cc: FreeBSD Ports List Subject: Re: [CUPS] Re'nice'ing all filters Message-ID: <20020801185357.GA42827@wwweasel.geeksrus.net> References: <1151165.lykWmgaaOD@520054029113-0001.dialin.t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1151165.lykWmgaaOD@520054029113-0001.dialin.t-online.de> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Aug 01, 2002 at 08:22:45PM +0200, Philipp Lehman wrote: >I'd like to run all filters with a lower scheduling priority. Is there a way >to do that in mime.convs or do I have to write wrappers for all the filters? >I tried putting something like > >[...] nice /full/path/to/pstoraster > >as a filter in mime.convs, but that doesn't seem to work. Am I missing >something or does cups simply not accept a complete command line in >mime.convs? I guess that would depend on whether it does an exec() call or a system() library call. And you only need to write one wrapper, and symlink the name of the real program to it. call this proxy-filter: #!/bin/sh exec nice $0.bin where, e.g., you've done 'mv pstops pstops.bin'. then, ln -s proxy-filter pstops and so on. -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 12: 7:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0249737B400 for ; Thu, 1 Aug 2002 12:07:47 -0700 (PDT) Received: from yosemite.rwc.gnac.net (yosemite.rwc.gnac.net [198.151.248.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97C243E84 for ; Thu, 1 Aug 2002 12:07:45 -0700 (PDT) (envelope-from guy@certaintysolutions.com) Received: by yosemite.rwc.gnac.net; id MAA26834; Thu, 1 Aug 2002 12:07:44 -0700 (PDT) Received: from unknown(192.168.1.21) by yosemite.rwc.gnac.net via smap (V5.0) id xma026830; Thu, 1 Aug 02 12:07:25 -0700 Received: from tweety.main.gnac.com (localhost.main.gnac.com [127.0.0.1]) by pepe.corp.gnac.com (8.11.0/8.8.7/GNAC-GW-2.1) with ESMTP id g71J7QC03058 for ; Thu, 1 Aug 2002 12:07:26 -0700 (PDT) Received: (from guy@localhost) by tweety.main.gnac.com (8.9.3/8.7.3/GNAC-COM-1.1) id MAA19407 for ports@freebsd.org; Thu, 1 Aug 2002 12:07:25 -0700 (PDT) Received: from pepe.corp.gnac.com (pepe.main.gnac.com [192.168.1.21]) by tweety.main.gnac.com (8.9.3/8.8.5/GNAC-GW-2.1) with ESMTP id MAA19393 for ; Thu, 1 Aug 2002 12:06:45 -0700 (PDT) Received: from yosemite.rwc.gnac.net (localhost.main.gnac.com [127.0.0.1]) by pepe.corp.gnac.com (8.11.0/8.8.7/GNAC-GW-2.1) with ESMTP id g71J6jY03046 for ; Thu, 1 Aug 2002 12:06:45 -0700 (PDT) Received: by yosemite.rwc.gnac.net; id MAA24969; Thu, 1 Aug 2002 12:06:44 -0700 (PDT) Received: from unknown(209.250.142.227) by yosemite.rwc.gnac.net via smap (V5.0) id xma019780; Thu, 1 Aug 02 12:05:47 -0700 Received: from localhost.obstruction.com (guy@localhost [127.0.0.1]) by localhost.crtsol.com (8.12.3/8.12.3) with ESMTP id g71JAXRt000919; Thu, 1 Aug 2002 15:10:33 -0400 (EDT) (envelope-from guy@localhost.obstruction.com) Received: (from guy@localhost) by localhost.obstruction.com (8.12.3/8.12.3/Submit) id g71JARcX000918; Thu, 1 Aug 2002 15:10:27 -0400 (EDT) Date: Thu, 1 Aug 2002 15:10:27 -0400 From: Guy Middleton To: marcel@mesa.nl Cc: ports@freebsd.org Subject: environment variable bug in mpage Message-ID: <20020801151027.A903@blink.corp.gnac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I found a bug in mpage, an extra call to strcpy which clobbers the stack. Here is the patch: --- args.c.orig Thu Aug 1 15:05:26 2002 +++ args.c Thu Aug 1 15:05:32 2002 @@ -442,7 +442,6 @@ libdir = env; if ((env = getenv("MPAGE")) != NULL) { - strcpy(copy, env); if ((copy = strdup(env)) == NULL) { fprintf(stderr, "%s: Unable to alloc memory for environment args\n", MPAGE); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 12:12:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E913837B400 for ; Thu, 1 Aug 2002 12:12:31 -0700 (PDT) Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by mx1.FreeBSD.org (Postfix) with SMTP id C205343E7B for ; Thu, 1 Aug 2002 12:12:30 -0700 (PDT) (envelope-from AndiSHFR@gmx.net) Received: (qmail 6423 invoked by uid 0); 1 Aug 2002 19:12:29 -0000 Date: Thu, 1 Aug 2002 21:12:29 +0200 (MEST) From: AndiSHFR@gmx.net To: ports@FreeBSD.org MIME-Version: 1.0 References: <9b3bad34.0208011110.5b99eff7@posting.google.com> Subject: Fwd: the port /misc/mc seems to be broken X-Priority: 3 (Normal) X-Authenticated-Sender: #0005322523@gmx.net X-Authenticated-IP: [217.81.194.120] Message-ID: <19944.1028229149@www25.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --- Weitergeleitete Nachricht / Forwarded Message --- Date: Thu, 1 Aug 2002 12:10:05 -0700 From: posting-system@google.com To: AndiSHFR@gmx.net Subject: the port /misc/mc seems to be broken > From: AndiSHFR@gmx.net (Andreas Schaefer) > Newsgroups: mailing.freebsd.ports > Subject: the port /misc/mc seems to be broken > NNTP-Posting-Host: 217.81.194.120 > Message-ID: <9b3bad34.0208011110.1046c292@posting.google.com> > > Hi there. > > Today on a new machine i tried to build the port > /misc/mc (midnight commander). It seems to be broken > because of a newer gettext version. > > Please watch the output i got > --------------------------------------------------------- > ipnat# make > ===> Extracting for mc-4.5.54_3 > >> Checksum OK for mc-4.5.54.tar.gz. > ===> mc-4.5.54_3 depends on executable: gmake - found > ===> mc-4.5.54_3 depends on shared library: intl.2 - not found > ===> Verifying install for intl.2 in /usr/ports/devel/gettext > ===> Returning to build of mc-4.5.54_3 > Error: shared library "intl.2" does not exist > *** Error code 1 > > Stop in /usr/ports/misc/mc. > ipnat# > --------------------------------------------------------- > The version of gettext that came as a dependency during > the build of mc is > > distfiles/gettext-0.11.4.tar.gz > > On a system i build recently (24th July) i got two version of > gettext in distfiles > > distfiles/gettext-0.10.35.tar.gz > distfiles/gettext-0.11.2.tar.gz > > and mc build was ok. > > I guess the newer version 0.11.4 is the problem. > > Any idea how to fix this? > > uname output from the system... > > ipnat# uname -a > FreeBSD ipnat.somewhere.lan 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug > 1 17:54:45 CEST 2002 > root@ipnat.somewhere.lan:/usr/src/sys/compile/IPNAT i386 > ipnat# > > Thanx > Andreas > -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 14:11:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8152637B400; Thu, 1 Aug 2002 14:11:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E1143E65; Thu, 1 Aug 2002 14:11:51 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71LBpJU056764; Thu, 1 Aug 2002 14:11:51 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71LBoSc056760; Thu, 1 Aug 2002 14:11:50 -0700 (PDT) Date: Thu, 1 Aug 2002 14:11:50 -0700 (PDT) From: Christian Weisgerber Message-Id: <200208012111.g71LBoSc056760@freefall.freebsd.org> To: udo.schweigert@siemens.com, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41233: maintainer-update of mail/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update of mail/mutt-devel State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Thu Aug 1 14:11:20 PDT 2002 State-Changed-Why: gettext dependency already updated by ade http://www.freebsd.org/cgi/query-pr.cgi?pr=41233 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 14:34:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DC037B400 for ; Thu, 1 Aug 2002 14:34:31 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7652743E42 for ; Thu, 1 Aug 2002 14:34:30 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g71LYNOY085416; Thu, 1 Aug 2002 17:34:23 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g71LYNA2085415; Thu, 1 Aug 2002 17:34:23 -0400 (EDT) (envelope-from alane) Date: Thu, 1 Aug 2002 17:34:23 -0400 From: Alan E To: KDE FreeBSD List Cc: FreeBSD Ports List Subject: KDE PORTREVISION bumps committed Message-ID: <20020801213423.GA83558@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have bumped the PORTREVISION on all 53 ports that use libintl. Watch out for the next cvsup, folks! -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 14:40:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51EEF37B47F for ; Thu, 1 Aug 2002 14:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A92C543E70 for ; Thu, 1 Aug 2002 14:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71Le2JU060540 for ; Thu, 1 Aug 2002 14:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71Le2OK060539; Thu, 1 Aug 2002 14:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07DD137B400 for ; Thu, 1 Aug 2002 14:39:08 -0700 (PDT) Received: from ridge.aps.org (ridge.aps.org [149.28.1.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1892443E3B for ; Thu, 1 Aug 2002 14:39:07 -0700 (PDT) (envelope-from paul@aps.org) Received: from lugnut.aps.org (lugnut.aps.org [149.28.3.182]) by ridge.aps.org (8.9.3+Sun/8.9.3) with ESMTP id RAA24032 for ; Thu, 1 Aug 2002 17:39:06 -0400 (EDT) Received: by lugnut.aps.org (Postfix, from userid 587) id D68DB34E; Thu, 1 Aug 2002 17:39:05 -0400 (EDT) Message-Id: <20020801213905.D68DB34E@lugnut.aps.org> Date: Thu, 1 Aug 2002 17:39:05 -0400 (EDT) From: Paul Dlug Reply-To: Paul Dlug To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41247: New port: net/nrpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41247 >Category: ports >Synopsis: New port: net/nrpe >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 14:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Paul Dlug >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD lugnut.aps.org 4.6-STABLE FreeBSD 4.6-STABLE #20: Mon Jul 29 10:10:28 EDT 2002 root@lugnut.aps.org:/usr/obj/usr/src/sys/LUGNUT i386 >Description: Daemon to allow Nagios plugins to be executed remotely. >How-To-Repeat: N/A >Fix: --- nrpe.shar begins here --- # 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: # # nrpe # nrpe/distinfo # nrpe/pkg-comment # nrpe/pkg-descr # nrpe/pkg-plist # nrpe/Makefile # echo c - nrpe mkdir -p nrpe > /dev/null 2>&1 echo x - nrpe/distinfo sed 's/^X//' >nrpe/distinfo << 'END-of-nrpe/distinfo' XMD5 (nrpe-1.5.tar.gz) = 6f9f696e24fe380839e01fc57e29206b END-of-nrpe/distinfo echo x - nrpe/pkg-comment sed 's/^X//' >nrpe/pkg-comment << 'END-of-nrpe/pkg-comment' XNagios Remote Plugin Executor END-of-nrpe/pkg-comment echo x - nrpe/pkg-descr sed 's/^X//' >nrpe/pkg-descr << 'END-of-nrpe/pkg-descr' Xnrpe is used to execute Nagios plugins on remote hosts and report the results Xto the main Nagios server. From the Nagios homepage: X XAllows you to execute "local" plugins (like check_disk, check_procs, etc.) on Xremote hosts. The check_nrpe plugin is called from Nagios and actually makes Xthe plugin requests to the remote host. Requires that nrpe be running on the Xremote host (either as a standalone daemon or as a service under inetd). X XWWW: http://www.nagios.org/ END-of-nrpe/pkg-descr echo x - nrpe/pkg-plist sed 's/^X//' >nrpe/pkg-plist << 'END-of-nrpe/pkg-plist' Xsbin/nrpe Xetc/nrpe.cfg-sample END-of-nrpe/pkg-plist echo x - nrpe/Makefile sed 's/^X//' >nrpe/Makefile << 'END-of-nrpe/Makefile' X# New ports collection makefile for: nrpe X# Date created: 1 Aug 2002 X# Whom: Paul Dlug X# X# $FreeBSD$ X# X XPORTNAME= nrpe XPORTVERSION= 1.5 XPORTREVISION= 0 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= nagios X XMAINTAINER= paul@nerdlabs.com X XRUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net/nagios-plugins X XGNU_CONFIGURE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe X ${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample X X.include END-of-nrpe/Makefile exit --- nrpe.shar ends here --- >Release-Note: >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 Thu Aug 1 16:16:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 579EE37B400; Thu, 1 Aug 2002 16:16:13 -0700 (PDT) Received: from TheWorld.com (pcls3.std.com [199.172.62.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7894043E4A; Thu, 1 Aug 2002 16:16:12 -0700 (PDT) (envelope-from kwc@shell.TheWorld.com) Received: from shell.TheWorld.com (root@shell01.TheWorld.com [199.172.62.241]) by TheWorld.com (8.9.3/8.9.3) with ESMTP id TAA06442; Thu, 1 Aug 2002 19:16:07 -0400 Received: (from kwc@localhost) by shell.TheWorld.com (8.9.3/8.9.3) id TAA36935015; Thu, 1 Aug 2002 19:16:07 -0400 (EDT) Date: Thu, 1 Aug 2002 19:16:07 -0400 (EDT) From: Kenneth W Cochran Message-Id: <200208012316.TAA36935015@shell.TheWorld.com> To: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org Subject: gtk12 & glib12 port build failures in -stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello -ports & -stable: I just cvsup'ed & did a {build,install}world today (1 Aug). I also updated ports-tree & after having built newly updated gettext, gtk12 & glib12 refuse to build. Here is the ending part of the gtk12 build: (glib12 is 1.2.10_7) checking for glib-config... /usr/local/bin/glib12-config checking for GLIB - version >= 1.2.8... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB was incorrectly installed *** or that you have moved GLIB since it was installed. In the latter case, you *** may want to edit the glib-config script: /usr/local/bin/glib12-config configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org/. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk12. ---------- Here is the end of the glib12 build: checking for pthread.h... yes checking for thread implementation... posix checking for pthread_attr_init in -lpthread... no checking for pthread_attr_init in -lpthreads... no checking for pthread_attr_init in -lthread... no checking for pthread_attr_init in -lc_r... no checking for pthread_attr_init... no checking for __d10_pthread_attr_init in -lthread... no checking for __pthread_attr_init_system in -lpthread... no configure: error: I can't find the libraries for the thread implementation posix. Please choose another thread implementation or provide information on your thread implementation. You can also run 'configure --disable-threads' to compile without thread support. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/glib12/work/glib-1.2.10/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/glib12. ---------- Ideas? Fixes? Workarounds? Many thanks, -kc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 16:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1325337B400 for ; Thu, 1 Aug 2002 16:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C7AA43E5E for ; Thu, 1 Aug 2002 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71NK1JU077343 for ; Thu, 1 Aug 2002 16:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71NK1Mr077342; Thu, 1 Aug 2002 16:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F4B37B400 for ; Thu, 1 Aug 2002 16:16:00 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0014743E65 for ; Thu, 1 Aug 2002 16:15:59 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g71NFxOT072506 for ; Thu, 1 Aug 2002 16:15:59 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g71NFxPm072505; Thu, 1 Aug 2002 16:15:59 -0700 (PDT) Message-Id: <200208012315.g71NFxPm072505@www.freebsd.org> Date: Thu, 1 Aug 2002 16:15:59 -0700 (PDT) From: Jack Twilley To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41248: portupgrade -a fails in `deorigin': failed to convert nil into String (PkgDB::DBError) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41248 >Category: ports >Synopsis: portupgrade -a fails in `deorigin': failed to convert nil into String (PkgDB::DBError) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 16:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jack Twilley >Release: 4.6-STABLE >Organization: >Environment: FreeBSD duchess.twilley.org 4.6-STABLE FreeBSD 4.6-STABLE #3: Thu Aug 1 08:55:10 PDT 2002 root@duchess.twilley.org:/usr2/obj/usr2/src/sys/DUCHESS i386 >Description: bash$ sudo /usr/local/sbin/portupgrade -a /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:232:in `deorigin': failed to convert nil into String (PkgDB::DBError) from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:800:in `tsort_build' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:799:in `each' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:799:in `tsort_build' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:791:in `each' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:791:in `tsort_build' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:813:in `sort_build' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:817:in `sort_build!' from /usr/local/sbin/portupgrade:604:in `main' from /usr/local/sbin/portupgrade:191:in `initialize' from /usr/local/sbin/portupgrade:191:in `new' from /usr/local/sbin/portupgrade:191:in `main' from /usr/local/sbin/portupgrade:1611 I've rebuilt the pkgdb and portsdb and that doesn't fix the problem. >How-To-Repeat: On my system, I just run "sudo /usr/local/sbin/portupgrade -a", but this isn't happening to anyone else I know. >Fix: No known fix. >Release-Note: >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 Thu Aug 1 16:30:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F1B37B400 for ; Thu, 1 Aug 2002 16:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC8443E7B for ; Thu, 1 Aug 2002 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71NU2JU078014 for ; Thu, 1 Aug 2002 16:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71NU2hm078013; Thu, 1 Aug 2002 16:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CD937B400 for ; Thu, 1 Aug 2002 16:22:54 -0700 (PDT) Received: from neroon.user.acm.rpi.edu (neroon.user.acm.rpi.edu [128.213.5.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8011943E70 for ; Thu, 1 Aug 2002 16:22:53 -0700 (PDT) (envelope-from rooneg@neroon.user.acm.rpi.edu) Received: (from rooneg@localhost) by neroon.user.acm.rpi.edu (8.11.6/8.11.6) id g71NMZj41437; Thu, 1 Aug 2002 19:22:35 -0400 (EDT) (envelope-from rooneg) Message-Id: <200208012322.g71NMZj41437@neroon.user.acm.rpi.edu> Date: Thu, 1 Aug 2002 19:22:35 -0400 (EDT) From: Garrett Rooney Reply-To: Garrett Rooney To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41249: [MAINTAINER UPDATE] update subversion and apr ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41249 >Category: ports >Synopsis: [MAINTAINER UPDATE] update subversion and apr ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 16:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Garrett Rooney >Release: FreeBSD 4.6-STABLE-20020704-JPSNAP i386 >Organization: >Environment: System: FreeBSD quicksilver.electricjellyfish.net 4.6-STABLE-20020704-JPSNAP FreeBSD 4.6-STABLE-20020704-JPSNAP #0: Wed Jul 3 23:41:20 GMT 2002 root@tora.jp.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: This updates the Subversion port to the Subversion ALPHA release, and updates devel/apr to a more recent snapshot. It also adds iconv support to apr, which Subversion now uses. >How-To-Repeat: N/A >Fix: Apply the following patches. Note that this removes the pkg-message from the suvbersion port, so that will have to be 'cvs rm'd. diff -r -u apr-old/Makefile apr/Makefile --- apr-old/Makefile Thu Aug 1 19:11:06 2002 +++ apr/Makefile Thu Aug 1 19:11:16 2002 @@ -2,21 +2,21 @@ # Date created: 19 February 2002 # Whom: Garrett Rooney # -# $FreeBSD: ports/devel/apr/Makefile,v 1.7 2002/07/21 02:17:43 kuriyama Exp $ +# $FreeBSD$ # PORTNAME= apr -PORTVERSION= 20020707163141 -PORTREVISION= 1 +PORTVERSION= 20020725223645 CATEGORIES= devel MASTER_SITES= http://www.apache.org/dist/apr/not-released/ -DISTFILES= apr_${PORTVERSION}.tar.gz apr-util_20020707163148.tar.gz +DISTFILES= apr_${PORTVERSION}.tar.gz apr-util_20020725223700.tar.gz MAINTAINER= rooneg@electricjellyfish.net BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= expat.3:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.3:${PORTSDIR}/textproc/expat2 \ + iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes @@ -31,7 +31,7 @@ do-configure: @(cd ${WRKDIR}/apr/ && ./configure --prefix=${PREFIX}) - @(cd ${WRKDIR}/apr-util/ && ./configure --prefix=${PREFIX} --with-apr=../apr/ --with-expat=${PREFIX}) + @(cd ${WRKDIR}/apr-util/ && ${ENV} CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib ./configure --prefix=${PREFIX} --with-apr=../apr/ --with-expat=${PREFIX}) do-build: @(cd ${WRKDIR}/apr/ && make) diff -r -u apr-old/distinfo apr/distinfo --- apr-old/distinfo Thu Aug 1 19:11:06 2002 +++ apr/distinfo Thu Aug 1 19:11:16 2002 @@ -1,2 +1,2 @@ -MD5 (apr_20020707163141.tar.gz) = 086bee350d73724b3e9707f16eaf1879 -MD5 (apr-util_20020707163148.tar.gz) = e348b0dd55364ffd43736c81120c64e0 +MD5 (apr_20020725223645.tar.gz) = e95ba59919ae9d6d36abc2b42575f743 +MD5 (apr-util_20020725223700.tar.gz) = 9098f2d1b6c502166cd83bff8f8b22cb Only in apr/files: .svn diff -r -u apr-old/pkg-install apr/pkg-install --- apr-old/pkg-install Thu Aug 1 19:11:06 2002 +++ apr/pkg-install Thu Aug 1 19:11:16 2002 @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: ports/devel/apr/pkg-install,v 1.3 2002/07/15 17:58:32 roberto Exp $ +# $FreeBSD$ if [ "$2" != "PRE-INSTALL" ]; then exit 0 diff -r -u apr-old/pkg-plist apr/pkg-plist --- apr-old/pkg-plist Thu Aug 1 19:11:06 2002 +++ apr/pkg-plist Thu Aug 1 19:11:16 2002 @@ -29,6 +29,7 @@ include/apr_optional.h include/apr_optional_hooks.h include/apr_pools.h +include/apr_poll.h include/apr_portable.h include/apr_proc_mutex.h include/apr_ring.h @@ -39,6 +40,7 @@ include/apr_signal.h include/apr_strings.h include/apr_strmatch.h +include/apr_support.h include/apr_tables.h include/apr_thread_cond.h include/apr_thread_mutex.h diff -u -r subversion-old/Makefile subversion/Makefile --- subversion-old/Makefile Thu Aug 1 19:13:00 2002 +++ subversion/Makefile Thu Aug 1 19:13:08 2002 @@ -2,13 +2,12 @@ # Date created: 10 September 2001 # Whom: rooneg@electricjellyfish.net # -# $FreeBSD: ports/devel/subversion/Makefile,v 1.15 2002/07/21 02:17:44 kuriyama Exp $ +# $FreeBSD$ PORTNAME= subversion -PORTVERSION= r2376 # 0.13.2 -PORTREVISION= 1 +PORTVERSION= r2667 # 0.14.0 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/340/ +MASTER_SITES= http://subversion.tigris.org/files/documents/15/578/ MAINTAINER= rooneg@electricjellyfish.net @@ -19,8 +18,6 @@ RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils BUILD_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils -MAN1= svn.1 - WRKSRC= ${WRKDIR}/subversion-${PORTVERSION} GNU_CONFIGURE= yes USE_REINPLACE= yes @@ -40,5 +37,6 @@ post-configure: @${REINPLACE_CMD} 's/install-swig-py-lib//g' ${WRKSRC}/Makefile @${REINPLACE_CMD} 's/swig-py-lib//g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's/install-man install-info//g' ${WRKSRC}/Makefile .include diff -u -r subversion-old/distinfo subversion/distinfo --- subversion-old/distinfo Thu Aug 1 19:13:00 2002 +++ subversion/distinfo Thu Aug 1 19:13:08 2002 @@ -1 +1 @@ -MD5 (subversion-r2376.tar.gz) = f49b9c2747ef9f306245eb89334f2a1b +MD5 (subversion-r2667.tar.gz) = dd3273c9aa02019b1852ea96d6ddc297 Only in subversion-old: pkg-message diff -u -r subversion-old/pkg-plist subversion/pkg-plist --- subversion-old/pkg-plist Thu Aug 1 19:13:00 2002 +++ subversion/pkg-plist Thu Aug 1 19:13:08 2002 @@ -1,4 +1,5 @@ bin/svn +bin/svn-config bin/svnadmin bin/svnlook include/subversion-1/svn_auth.h @@ -23,15 +24,10 @@ include/subversion-1/svn_test.h include/subversion-1/svn_time.h include/subversion-1/svn_types.h +include/subversion-1/svn_utf.h include/subversion-1/svn_version.h include/subversion-1/svn_wc.h include/subversion-1/svn_xml.h -info/svn-design.info -info/svn-design.info-1 -info/svn-design.info-2 -info/svn-design.info-3 -info/svn-manual.info -info/svn_for_cvs_users.info lib/libsvn_auth-1.a lib/libsvn_auth-1.la lib/libsvn_auth-1.so >Release-Note: >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 Thu Aug 1 16:44:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB7637B400 for ; Thu, 1 Aug 2002 16:44:36 -0700 (PDT) Received: from CC40670-a.groni1.gr.nl.home.com (cc40670-a.groni1.gr.nl.home.com [217.121.240.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A030943E70 for ; Thu, 1 Aug 2002 16:44:35 -0700 (PDT) (envelope-from jochem@CC40670-a.groni1.gr.nl.home.com) Received: by CC40670-a.groni1.gr.nl.home.com (Postfix, from userid 1000) id 972E73B34; Fri, 2 Aug 2002 01:44:28 +0200 (CEST) Date: Fri, 2 Aug 2002 01:44:28 +0200 From: Jochem Kossen To: freebsd-ports@FreeBSD.org Subject: msgfmt "collission" Message-ID: <20020801234428.GA9366@jochem.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It appears there are two ports which install a "msgfmt" program, namely devel/gettext as /usr/local/bin/msgfmt, and x11-toolkits/xview as /usr/X11R6/bin/msgfmt. This collides when one of them is installed, and the other is needed. Is there a sane way to solve this other than to depend on things which the port in reality does not depend on? A few ports have something like this in their Makefile which causes problems when a different msgfmt is installed: BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext (example taken from net/kdetelnet, but there are more) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 17: 0:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0674137B400 for ; Thu, 1 Aug 2002 17:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39EDF43E75 for ; Thu, 1 Aug 2002 17:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72004JU080320 for ; Thu, 1 Aug 2002 17:00:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72004Tf080319; Thu, 1 Aug 2002 17:00:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1920A37B400 for ; Thu, 1 Aug 2002 16:56:10 -0700 (PDT) Received: from kiste.thiemo.net (kiste.thiemo.net [193.159.181.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 498B543E3B for ; Thu, 1 Aug 2002 16:56:08 -0700 (PDT) (envelope-from rk@ronald.org) Received: (from uucp@localhost) by kiste.thiemo.net (8.9.3/8.9.3) with UUCP id BAA42115 for FreeBSD-gnats-submit@freebsd.org; Fri, 2 Aug 2002 01:56:06 +0200 (CEST) (envelope-from rk@ronald.org) Received: from wallace.home.ronald.org (rk@localhost [127.0.0.1]) by wallace.home.ronald.org (8.12.5/8.12.5) with ESMTP id g71Ntgak000982 for ; Fri, 2 Aug 2002 01:55:46 +0200 (CEST) (envelope-from rk@ronald.org) Received: (from rk@localhost) by wallace.home.ronald.org (8.12.5/8.12.5/Submit) id g71Nteks000981; Fri, 2 Aug 2002 01:55:40 +0200 (CEST) (envelope-from rk) Message-Id: <200208012355.g71Nteks000981@wallace.home.ronald.org> Date: Fri, 2 Aug 2002 01:55:40 +0200 (CEST) From: Ronald Kuehn Reply-To: Ronald Kuehn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41250: manpage links in MLINKS don't get added to PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41250 >Category: ports >Synopsis: manpage links in MLINKS don't get added to PLIST >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: Thu Aug 01 17:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ronald Kuehn >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD wallace.home.ronald.org 4.6-STABLE FreeBSD 4.6-STABLE #8: Sun Jul 7 17:09:01 CEST 2002 rk@merlin.home.ronald.org:/usr/build/obj/usr/src/sys/WALLACE i386 >Description: Manpage links in MLINKS (of ports Makefiles) don't get added to PLIST. Therefore those stale links stay around after pkg_delete. >How-To-Repeat: Pick a random port that uses MLINKS (e.g. editors/bvi). Build, install and then pkg_delete it. Have a look at the manpage directories: The symlinks don't get deleted (/usr/local/man/man1/bview.1.gz etc. in case of editors/bvi). >Fix: >Release-Note: >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 Thu Aug 1 17:14:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B8AA37B400; Thu, 1 Aug 2002 17:14:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB8A43E42; Thu, 1 Aug 2002 17:14:20 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g720EKJU085827; Thu, 1 Aug 2002 17:14:20 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g720EJNj085823; Thu, 1 Aug 2002 17:14:19 -0700 (PDT) Date: Thu, 1 Aug 2002 17:14:19 -0700 (PDT) From: Alan Eldridge Message-Id: <200208020014.g720EJNj085823@freefall.freebsd.org> To: rk@ronald.org, alane@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41250: manpage links in MLINKS don't get added to PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: manpage links in MLINKS don't get added to PLIST State-Changed-From-To: open->closed State-Changed-By: alane State-Changed-When: Thu Aug 1 17:13:15 PDT 2002 State-Changed-Why: Dupe of 39646. Will be addressed on bsd.port.mk soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=41250 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 17:28:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B5937B400 for ; Thu, 1 Aug 2002 17:28:42 -0700 (PDT) Received: from vite.ch (mail.vite.ch [212.147.17.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EED943E3B for ; Thu, 1 Aug 2002 17:28:41 -0700 (PDT) (envelope-from mailing@vite.ch) Received: {(helo=hote) }}by vite.ch with esmtp (Exim 3.35 #1) id 17aQ7V-0002O1-00 for ports@FreeBSD.ORG; Fri, 02 Aug 2002 02:16:41 +0200 Message-ID: <41157-22002852081730@hote> X-Priority: 3 Reply-To: "www.notreshop.com" X-MSMail-Priority: Normal Organization: NotreShop.com From: "www.notreshop.com" To: "ports@FreeBSD.ORG" Subject: Das Angebot von notreshop.com Date: Fri, 2 Aug 2002 02:08:17 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_84815C5ABAF209EF376268C8" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------=_NextPart_84815C5ABAF209EF376268C8 Content-type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Informationsschreiben der notreshop=2Ecom Spezialofferte dieser Woche CD-ROM Guten Tag, Interessiert Sie dieses CD-ROM ? Klicken Sie bitte auf den Link, der sich=20= unter der Produktbeschreibung befindet=2E ---------------------------------------------------------------- SPEAK NATURALLY=A0 (CHF 19=2E90) anstelle von 69=2E- http://www=2Enotreshop=2Ecom/Deutsch/speak=2Ehtm ---------------------------------------------------------------- Speak Naturally - das revolution=E4re Programm aus der Welt der Spracherke= nnung inklusive Headset (Kopfh=F6rer-, Mikrofon- Kombination) zu einem abs= oluten Superpreis ! =20 Mit dieser von Dragon Systems Inc=2E entwickelten Spracherkennungssoftware= l=E4sst sich nach kurzer Einarbeitungszeit eine Diktiergeschwindigkeit vo= n 160 W=F6rter pro Minute erzielen=2E Die Geschwindigkeit kann sogar noch gesteigert werden, da sich das Erkennu= ngssystem dynamisch an Ihrer Stimme orientiert, d=2Eh=2E mit=20 jedem Diktat schneller wird=2E Die hohe Pr=E4zision der Spracherkennung l=E4= sst nur sehr wenige Fehler zu, sie liegt bei 97% und h=F6her=2E Mit Speak Naturally k=F6nnen Sie Ihre Berichte, E-Mails, Angebote, Tabelle= n, Briefe, Texte etc=2E einfach in den PC diktieren=2E Das basierende W=F6= rterbuch enth=E4lt 280'000 W=F6rter=2E Mit dem "Vocabulary Builder" k=F6nnen Sie jederzeit neue W=F6rter aufnehme= n=2E SOLANGE VORRAT ---------------------------------------------------------------- http://www=2Enotreshop=2Ecom/Deutsch/speak=2Ehtm ---------------------------------------------------------------- Lieferung gegen Rechnung zuz=FCglich Versandspesen CHF 5=2E- ; zahlbar inn= ert 30 Tagen R=FCckgaberecht : 10 Tage=2E Bis bald f=FCr weitere Geschenki= deen=2E Falls Sie keine weiteren Informationen per E-Mail erhalten m=F6chten, so k= licken Sie bitte auf den untenstehenden Link :=20 http://www=2Enotreshop=2Ecom/Deutsch/abonnement=2Ehtm Mit freundlichen Gr=FCssen, Ihr notreshop=2Ecom Team=2E=20 ------=_NextPart_84815C5ABAF209EF376268C8 Content-Type: text/html; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Informationsschreiben der notreshop=2Ecom =20

    Informationsschreiben= der notreshop=2Ecom
    Spezialofferte dieser Woche CD-ROM

    Guten=20 Tag,
    Interessiert Sie dieses=20 CD-ROM ? Klicken Sie bitte auf den Link, der sich unter der=20 Produktbeschreibung befindet=2E

    =20 SPEAK=20 NATURALLY  (CHF 19=2E90) anstelle von 69=2E-

    Speak Naturally - das revolution=E4re Programm aus der Welt der=20 Spracherkennung inklusive Headset (Kopfh=F6rer-, Mikrofon- Kombination) zu= einem=20 absoluten Superpreis! Mit dieser von Dragon Systems Inc=2E entwickelten=20= Spracherkennungssoftware l=E4sst sich nach kurzer Einarbeitungszeit eine=20= Diktiergeschwindigkeit von 160 W=F6rter pro Minute erzielen=2E Die Geschwi= ndigkeit=20 kann sogar noch gesteigert werden, da sich das Erkennungssystem dynamisch = an=20 Ihrer Stimme orientiert, d=2Eh=2E mit jedem Diktat schneller wird=2E Die h= ohe=20 Pr=E4zision der Spracherkennung l=E4sst nur sehr wenige Fehler zu, sie lie= gt bei 97%=20 und h=F6her=2E Mit Speak Naturally k=F6nnen Sie Ihre Berichte, E-Mails, An= gebote,=20 Tabellen, Briefe, Texte etc=2E einfach in den PC diktieren=2E Das basieren= de=20 W=F6rterbuch enth=E4lt 280'000 W=F6rter=2E Mit dem "Vocabulary Builde= r" k=F6nnen Sie=20 jederzeit neue W=F6rter aufnehmen=2E

    SOLANGE VORRAT

    BESTELLUNG

    Lieferung gegen= Rechnung=20 zuz=FCglich Versandspesen CHF 5=2E- ; zahlbar innert 30=20 Tagen
    R=FCckgaberecht : 10 Tage=2E Bis bald f=FCr weitere Geschen= kideen=2E

    Falls Sie keine weiteren=20 Informationen per E-Mail erhalten m=F6chten, so klicken Sie bitte au= f den=20 untenstehenden Link:

    Ab= onnieren /=20 Aufl=F6sung

    Mit freundlichen Gr=FCssen, Ihr notreshop=2Ecom Team=2E
    ------=_NextPart_84815C5ABAF209EF376268C8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 18:10: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796AE37B400 for ; Thu, 1 Aug 2002 18:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A02443E42 for ; Thu, 1 Aug 2002 18:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g721A2JU093858 for ; Thu, 1 Aug 2002 18:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g721A21s093857; Thu, 1 Aug 2002 18:10:02 -0700 (PDT) Date: Thu, 1 Aug 2002 18:10:02 -0700 (PDT) Message-Id: <200208020110.g721A21s093857@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/41222: Disftinfo for ports/security/cyrus-sasl is wrong Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41222; it has been noted by GNATS. From: "Scot W. Hetzel" To: Cc: Subject: Re: ports/41222: Disftinfo for ports/security/cyrus-sasl is wrong Date: Thu, 1 Aug 2002 20:05:35 -0500 The distinfo already has the correct MD5 value for the *patch4* file:: MD5 (sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz) = 3e2b5cf7c5f8f0e8551f28a8d83391bb The patch author had made a security update to the patch on Jun 20th, but didn't update the patch version. From the ChangeLog: 20-06-2002 - Simon Loader Fix ldap bug where if deref on in the config would segv doh! I have checked both the authers site and the sourceforge site, and the files have the same MD5 value as in the distinfo file. Try deleting the *patch4* file you have, and re-fetch the correct file. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 18:46:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E336937B400; Thu, 1 Aug 2002 18:46:44 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B6A143E3B; Thu, 1 Aug 2002 18:46:44 -0700 (PDT) (envelope-from bkail@pclink.com) Received: from brians-server ([24.245.61.132]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020802014643.JRAZ23732.sccrmhc01.attbi.com@brians-server>; Fri, 2 Aug 2002 01:46:43 +0000 Received: by localhost with Microsoft MAPI; Thu, 1 Aug 2002 20:52:47 -0500 Message-ID: <01C2399D.648A7740.bkail@pclink.com> From: bkail Reply-To: "bkail@pclink.com" To: "'kde@freebsd.org'" Cc: "'ports@freebsd.org'" Subject: freebsd port: koffice-1.1.1,1 Date: Thu, 1 Aug 2002 20:52:39 -0500 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have installed FBSD 4.5, with KDE shell. What is the easiest way to obtain and install Koffice ? I'm a beginner, I like simple. Thanks in advance. - 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 1 20:20:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72EA437B401; Thu, 1 Aug 2002 20:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03CDE43E72; Thu, 1 Aug 2002 20:20:12 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g723KBJU013817; Thu, 1 Aug 2002 20:20:11 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g723KBdE013813; Thu, 1 Aug 2002 20:20:11 -0700 (PDT) Date: Thu, 1 Aug 2002 20:20:11 -0700 (PDT) From: Patrick Li Message-Id: <200208020320.g723KBdE013813@freefall.freebsd.org> To: mich@freebsdcluster.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41239: Update port: [Maintainer update]: devel/cvsdelta Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: [Maintainer update]: devel/cvsdelta State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Thu Aug 1 20:20:01 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41239 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 20:22:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A429137B400; Thu, 1 Aug 2002 20:22:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57DCB43E42; Thu, 1 Aug 2002 20:22:54 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g723MsJU014302; Thu, 1 Aug 2002 20:22:54 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g723MsNK014298; Thu, 1 Aug 2002 20:22:54 -0700 (PDT) Date: Thu, 1 Aug 2002 20:22:54 -0700 (PDT) From: Patrick Li Message-Id: <200208020322.g723MsNK014298@freefall.freebsd.org> To: madd@tecdigital.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41222: Disftinfo for ports/security/cyrus-sasl is wrong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Disftinfo for ports/security/cyrus-sasl is wrong State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Thu Aug 1 20:21:28 PDT 2002 State-Changed-Why: Checksum is correct. remove old distfile and try again. http://www.freebsd.org/cgi/query-pr.cgi?pr=41222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 20:24: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD77B37B400; Thu, 1 Aug 2002 20:23:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E3043E5E; Thu, 1 Aug 2002 20:23:57 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g723NvJU014407; Thu, 1 Aug 2002 20:23:57 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g723Nv9G014403; Thu, 1 Aug 2002 20:23:57 -0700 (PDT) Date: Thu, 1 Aug 2002 20:23:57 -0700 (PDT) From: Patrick Li Message-Id: <200208020323.g723Nv9G014403@freefall.freebsd.org> To: madd@tecdigital.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40009: distinfo file for ports/security/cyrus-sasl is incorrect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: distinfo file for ports/security/cyrus-sasl is incorrect State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Thu Aug 1 20:23:29 PDT 2002 State-Changed-Why: Checksum is correct. remove that patch from DISTDIR and try again http://www.freebsd.org/cgi/query-pr.cgi?pr=40009 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 20:30:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB8F37B400 for ; Thu, 1 Aug 2002 20:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B4D43E7B for ; Thu, 1 Aug 2002 20:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g723U2JU014830 for ; Thu, 1 Aug 2002 20:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g723U2Gp014829; Thu, 1 Aug 2002 20:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C98637B400 for ; Thu, 1 Aug 2002 20:20:57 -0700 (PDT) Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83AFE43E5E for ; Thu, 1 Aug 2002 20:20:56 -0700 (PDT) (envelope-from andrew@ugh.net.au) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id D08AAA80A; Fri, 2 Aug 2002 13:20:51 +1000 (EST) Message-Id: <20020802032051.D08AAA80A@starbug.ugh.net.au> Date: Fri, 2 Aug 2002 13:20:51 +1000 (EST) From: Andrew Reply-To: Andrew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41252: missign fi in startup script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41252 >Category: ports >Synopsis: missign fi in startup script >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 20:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 4.6-STABLE i386 >Organization: UgH! >Environment: System: FreeBSD starbug.ugh.net.au 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 17 17:07:15 EST 2002 andrew@starbug.ugh.net.au:/usr/src/sys/compile/STARBUG i386 >Description: The startup script supportes an argument of status which is just a quick way to see if the daemon is running. The case when the daemon wasn't apparently running was missing a "fi". While I'm here I'll fancify the grep a little and fix the fact that it shows you the script is running as well as the daemon. Reported by: Jonathan Towne >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/blimitd/files/blimitd.sh blimitd/files/blimitd.sh --- /usr/ports/sysutils/blimitd/files/blimitd.sh Wed Dec 19 13:55:21 2001 +++ blimitd/files/blimitd.sh Fri Aug 2 12:48:33 2002 @@ -22,8 +22,10 @@ if [ -f /var/run/blimitd.pid ]; then ps -uxwwp `cat /var/run/blimitd.pid` else - echo 'blimitd may not be running' - ps -auxww | grep blimitd | grep -v "($0|grep)" + echo 'blimitd may not be running...possible processes below...' + echo + ps -auxww | egrep -e '^USER|blimitd' | egrep -v "($0|grep)" + fi ;; *) echo "usage: `basename $0` {start|stop|status}" >&2 >Release-Note: >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 Thu Aug 1 20:44: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D7D637B400; Thu, 1 Aug 2002 20:44:08 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE7E043E4A; Thu, 1 Aug 2002 20:44:07 -0700 (PDT) (envelope-from eta@lclark.edu) Received: from anholt ([12.224.154.76]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020802034401.PCLN23732.sccrmhc01.attbi.com@anholt>; Fri, 2 Aug 2002 03:44:01 +0000 Subject: Re: Error compiling FreeBSD Port: XFree86-Server-4.2.0_4 From: Eric Anholt To: Jens Rehsack Cc: anholt@freebsd.org, ports@freebsd.org In-Reply-To: <3D4179A5.74B970A8@liwing.de> References: <3D4179A5.74B970A8@liwing.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 01 Aug 2002 20:44:04 -0700 Message-Id: <1028259844.474.68.camel@anholt.dyndns.org> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2002-07-26 at 09:32, Jens Rehsack wrote: > Error build XFree86-4-Server: This should be fixed in a commit I made today. -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 21:30:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7E1B37B400 for ; Thu, 1 Aug 2002 21:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04FDA43E3B for ; Thu, 1 Aug 2002 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g724U1JU023659 for ; Thu, 1 Aug 2002 21:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g724U10N023658; Thu, 1 Aug 2002 21:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF84C37B400 for ; Thu, 1 Aug 2002 21:23:03 -0700 (PDT) Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A1D943E4A for ; Thu, 1 Aug 2002 21:23:02 -0700 (PDT) (envelope-from parv@pair.com) Received: from sdn-ar-007dcwashp310.dialsprint.net ([63.178.90.176] helo=moo.holy.cow) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 17aTxt-0004xg-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 01 Aug 2002 21:23:01 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 5B09A50CD6; Fri, 2 Aug 2002 00:25:31 -0400 (EDT) Message-Id: <20020802042531.5B09A50CD6@moo.holy.cow> Date: Fri, 2 Aug 2002 00:25:31 -0400 (EDT) From: "parv" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41254: x11-wm/ion build failure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41254 >Category: ports >Synopsis: x11-wm/ion build failure >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 21:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.6-STABLE freebsd v2002.06.27.13.03.33 utc ports tree fresh as of 2002.07.30.21.04.00 utc. >Description: ion build fails... ===> Configuring for ion-20020207 ===> Building for ion-20020207 set -e; for i in libtu src; do gmake -C $i; done gmake[1]: Entering directory `/source/ports/x11-wm/ion/work/ion-20020207/libtu-20020119' gcc -O -pipe -march=pentiumpro -W -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -pedantic-errors -Wuninitialized -W -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -pedantic-errors -Wuninitialized -I./include -ansi -D_POSIX_SOURCE -c misc.c -o misc.o In file included from misc.c:8: /usr/include/stdlib.h:108: ANSI C does not support `long long' /usr/include/stdlib.h:112: ANSI C does not support `long long' gmake[1]: *** [misc.o] Error 1 gmake[1]: Leaving directory `/source/ports/x11-wm/ion/work/ion-20020207/libtu-20020119' gmake: *** [subdirs] Error 2 *** Error code 2 >How-To-Repeat: try to make ion port w/ above freebsd-stable version. >Fix: >Release-Note: >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 Thu Aug 1 22:41:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E1737B400; Thu, 1 Aug 2002 22:41:44 -0700 (PDT) Received: from lilbuddy.antsclimbtree.com (dsl-64-130-38-189.telocity.com [64.130.38.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96A343E6A; Thu, 1 Aug 2002 22:41:39 -0700 (PDT) (envelope-from mark@antsclimbtree.com) Received: from meemee.antsclimbtree.com (meemee.antsclimbtree.com [192.168.1.2]) (authenticated bits=0) by lilbuddy.antsclimbtree.com (8.12.3/8.12.3) with ESMTP id g725fp1U002509; Thu, 1 Aug 2002 22:41:51 -0700 (PDT) (envelope-from mark@antsclimbtree.com) Date: Thu, 1 Aug 2002 22:41:36 -0700 Subject: Apache 1.3.26+modssl on FreeBSD 4.6.1: processes wont die Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) Cc: dirk@FreeBSD.org To: ports@FreeBSD.org From: Mark Edwards Content-Transfer-Encoding: 7bit Message-Id: <82C7C159-A5DA-11D6-A75B-000A278CC960@antsclimbtree.com> X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've got the FreeBSD Apache+modssl 1.3.26 port installed, with the modphp 4.2.2 port installed. Generally things are just fine. However, every once in a while (after Apache has been running for several days) the number of httpd processes grows to the point where Apache just stops. Restarting apache with apachectl restart clears the processes and enables Apache to work again. apachectl graceful keeps the processes running. I've really combed over my httpd.conf file and even rebuilt it, and I'm pretty sure there's nothing wrong there. Something appears to be inhibiting the root httpd server from killing off processes, but I cannot figure out what. The really frustrating thing is that I don't see any error messages indicating a problem killing off the processes. I'm serving mostly html, along with Squirrelmail 1.2.7. Squirrelmail is behind a secure connection. Any idea how to troubleshoot this? Thanks. -- Mark Edwards San Francisco, CA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 1 23:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5710A37B401 for ; Thu, 1 Aug 2002 23:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA0F43E42 for ; Thu, 1 Aug 2002 23:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g726e3JU054023 for ; Thu, 1 Aug 2002 23:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g726e311054022; Thu, 1 Aug 2002 23:40:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B7537B400 for ; Thu, 1 Aug 2002 23:30:41 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 943D843E5E for ; Thu, 1 Aug 2002 23:30:41 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g726UfOT039015 for ; Thu, 1 Aug 2002 23:30:41 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g726Uf8V039014; Thu, 1 Aug 2002 23:30:41 -0700 (PDT) Message-Id: <200208020630.g726Uf8V039014@www.freebsd.org> Date: Thu, 1 Aug 2002 23:30:41 -0700 (PDT) From: Michael Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41255: devel/p5-Proc-ProcessTable upgrade 0.33 -> 0.35 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41255 >Category: ports >Synopsis: devel/p5-Proc-ProcessTable upgrade 0.33 -> 0.35 >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: Thu Aug 01 23:40:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: diff -ruN devel/p5-Proc-ProcessTable.orig/Makefile devel/p5-Proc-ProcessTable/Makefile --- devel/p5-Proc-ProcessTable.orig/Makefile Fri Aug 2 02:24:07 2002 +++ devel/p5-Proc-ProcessTable/Makefile Fri Aug 2 02:24:20 2002 @@ -6,7 +6,7 @@ # PORTNAME= Proc-ProcessTable -PORTVERSION= 0.33 +PORTVERSION= 0.35 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Proc diff -ruN devel/p5-Proc-ProcessTable.orig/distinfo devel/p5-Proc-ProcessTable/distinfo --- devel/p5-Proc-ProcessTable.orig/distinfo Fri Aug 2 02:24:07 2002 +++ devel/p5-Proc-ProcessTable/distinfo Fri Aug 2 02:24:44 2002 @@ -1 +1 @@ -MD5 (Proc-ProcessTable-0.33.tar.gz) = 700d19655cc93bd7098e38cfee2f84e8 +MD5 (Proc-ProcessTable-0.35.tar.gz) = 372941d610b06dbceae078427423322e diff -ruN devel/p5-Proc-ProcessTable.orig/pkg-plist devel/p5-Proc-ProcessTable/pkg-plist --- devel/p5-Proc-ProcessTable.orig/pkg-plist Fri Aug 2 02:24:07 2002 +++ devel/p5-Proc-ProcessTable/pkg-plist Fri Aug 2 02:25:53 2002 @@ -7,6 +7,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/ProcessTable/Process/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/ProcessTable/ProcessTable.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/ProcessTable/ProcessTable.so +lib/perllocal.pod @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/ProcessTable/Process @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/ProcessTable @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Proc/ProcessTable >How-To-Repeat: >Fix: >Release-Note: >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 Thu Aug 1 23:45: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FDC337B400 for ; Thu, 1 Aug 2002 23:45:00 -0700 (PDT) Received: from adsl195.cofs.net (adsl195.cofs.net [64.244.108.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A6843E6A for ; Thu, 1 Aug 2002 23:44:58 -0700 (PDT) (envelope-from pchampon@adsl195.cofs.net) Received: (from pchampon@localhost) by adsl195.cofs.net (8.11.1/8.11.1) id g726FrM43166 for freebsd-ports@freebsd.org; Fri, 2 Aug 2002 02:15:53 -0400 (EDT) (envelope-from pchampon) Date: Fri, 2 Aug 2002 02:15:53 -0400 From: Phil C To: freebsd-ports@freebsd.org Subject: Screen-3.9.11 patch (:password) Message-ID: <20020802061552.GC43045@adsl195.cofs.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline (i received a vacation message from Cy which stated I should post here) Hello, I recently upgraded my system from FreeBSD-4.2->4.6.1 and also installed screen-3.9.11. I found that with this new version of screen, using the command mode to set my password (^a:, password) would return a hashed password with a garbled salt. In digging around I found that the salt string in process.c was not null terminated. This problem made it impossible for me to use screen to generate a permanent password for my screenrc... anyway, I did what I thought was sensible, since I am new to C, and attached is my simple patch. -- '.QBkU.V3jOk''''''''''wv5b9iRxcVq.Plr.dJ yLMKtStIn'D2ygl,'''''''' ''e..4dTRe4c.''''''''cP6M3nu,''NSrP57.fw 2.yF9O7F".gD0DeQ.4`''''' '''''''."W.`WI ,.'Jz4QS3Y7,'''' 'fbPg83R LS.Z4JV, 7SWS9Tz''' '''''''''L.z GrTn....wQu.'''''' KY1"Jcp. BXDlu.cqjX13Y4kThm.0'''' ''''''''''bZw.bu5h7'VYjl''''''' PSuYqqh. y0Ec2DWfcW..RD'Chbk,'''' ''''''''''pfvvnDhpTxG1kR''''''' cxLI.TS8 91zf.V"H0p.1Ph..B''''''' '''''''''NYhsdkGw''.h 5,m'''''' EC.,SO4y DWj.3.. ..a4e.e''''''''' ''''''1x5C.Nfkmu''''NeydM0O'''' c5rc4uRR Y1nzNQO '''''''''''''''' ''''' INx...LfE''''''LqHpx3Gn'' 0ox.L8v2 WaOODeo`'''''''''''''xip '''o0mo"TMRek7''''''''i5FExlpCo 0fJ9Uu5k QJ5y.QO0o''''''''''''''' --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="process-salt.patch" --- process.c~ Mon Feb 11 07:30:08 2002 +++ process.c Fri Aug 2 01:23:41 2002 @@ -5092,7 +5092,7 @@ char *data; { int st; - char salt[2]; + char salt[3]; struct acluser *u = (struct acluser *)data; ASSERT(u); @@ -5117,6 +5117,7 @@ { for (st = 0; st < 2; st++) salt[st] = 'A' + (int)((time(0) >> 6 * st) % 26); + salt[2] = '\0'; buf = crypt(u->u_password, salt); bzero(u->u_password, strlen(u->u_password)); free((char *)u->u_password); --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 0: 4:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D49037B400 for ; Fri, 2 Aug 2002 00:04:12 -0700 (PDT) Received: from yahoo.com (66.83.10.226.nw.nuvox.net [66.83.10.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 40FB243E42 for ; Fri, 2 Aug 2002 00:04:04 -0700 (PDT) (envelope-from PublicityTools0802@yahoo.com) From: <(PublicityNMore4You)> To: Reply-To: Subject: Lists: Publicity - Libraries - Bookstores - Film Producers - Art Galleries - Record Stores - Custom (more) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20020802070404.40FB243E42@mx1.FreeBSD.org> Date: Fri, 2 Aug 2002 00:04:04 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -------------------------------------------------------------- NEW LISTS: PBS STATIONS, UK MEDIA, POLITICAL MEDIA, NEW AGE MEDIA, UK LIBRARIES, SCIENTIFIC JOURNALS, FILM & TV PRODUCERS, U.S. PUBLISHERS, LITERARY AGENTS, MENS MEDIA. -------------------------------------------------------------- IF WE DO NOT HAVE THE LIST YOU NEED, WE WILL COMPILE A CUSTOM LIST ACCORDING TO YOUR SPECIFICATIONS . . . HERE ARE THE FEES: $199 set up charge + $10 per one hundred contacts: Company Name, Address $249 set up charge + $10 per one hundred contacts: Company Name, Address, Phone & Fax $299 set up charge + $10 per one hundred contacts: Contact Name, Title, Company Name, Address, Phone, Fax & Email (when available) Lists take 5-7 business days. Custom orders accepted on first-come, first-served basis. -------------------------------------------------------------- Call to place your order or for more information. US & CANADA TOLL-FREE NUMBER: 888 330 4919 (24/7) UK TOLL-FREE NUMBER: 0800 904 7912 (24/7) AUSTRALIAN TOLL-FREE NUMBER: 1 800 993 151 (24/7) FRANCE TOLL-FREE NUMBER: 0 800 916 498 (24/7) SPAIN TOLL-FREE NUMBER: 900 961 354 (24/7) GERMANY TOLL-FREE NUMBER: 0 800 183 3902(24/7) NEW ZEALAND TOLL-FREE NUMBER: 0 800 445 058 (24/7) IRELAND TOLL-FREE NUMBER: 1 800 301 207 (24/7) If you would like more information via email, please write us at sendlistinfo@netscape.net - Thank you. -------------------------------------------------------------- LIBRARIES LISTS INCLUDE: Name, Address, phone, fax and email address (when available). AVAILABLE FORMATS: Excel Spreadsheet & Text Database 1,200 U.S. Public Libraries WITH EMAIL ADDRESSES - $109 1,200 U.S. Public Libraries - $89 1,000 U.S. University Libraries WITH EMAIL ADDRESSES - $89 1,000 U.S. University Libraries - $69 400+ Community College Libraries WITH EMAIL ADDRESSES - $59 400+ Community College Libraries - $49 1,093 U.S. K-12 Private School Libraries WITH EMAIL ADDRESSES - $109 1,093 U.S. K-12 Private School Libraries - $89 200 U.K. Public Libraries WITH EMAIL ADDRESSES - $49 200 U.K. Public Libraries - $39 250 U.K. University Libraries WITH EMAIL ADDRESSES - $49 250 U.K. University Libraries - $39 528 Australian Public Libraries WITH EMAIL ADDRESSES - $79 528 Australian Public Libraries - $69 279 Australian College & Univ. Libraries WITH EMAIL ADDRESSES - $49 279 Australian College & Univ. Libraries - $39 200 Canadian Libraries WITH EMAIL ADDRESSES - $49 200 Canadian Libraries - $39 100 New Zealand Libraries WITH EMAIL ADDRESSES - $39 100 New Zealand Libraries - $29 1,000 U.S. Medical Libraries - $79 313 U.S. Law Libraries - $49 193 U.S. Religious Libraries - $39 ---------------------------------------------- BOOKSTORES LIST INCLUDES: Name, Address, phone, fax and email address (when available). AVAILABLE FORMATS: Excel Spreadsheets & Text Databases 1,900+ Independent Bookstores WITH EMAIL ADDRESSES - $149 1,900+ Independent Bookstores - $129 1,900+ College Bookstores WITH EMAIL ADDRESSES - $149 1,900+ College Bookstores - $129 3,000+ Christian Bookstores WITH EMAIL ADDRESSES - $169 3,000+ Christian Bookstores - $149 2,200+ Chain Bookstores - $129 575+ Book Distributors & Chain HQs - WITH EMAIL ADDRESSES - $59 575+ Book Distributors & Chain HQs - $ 49 675 Canadian General Bookstores WITH EMAIL ADDRESSES - $69 675 Canadian General Bookstores - $59 175 Canadian University Bookstores - WITH EMAIL ADDRESSES - $39 175 Canadian University Bookstores - $29 300 New Age Bookstores - $49 125 African-American Bookstores - $29 You will be able to download your lists WITHIN MINUTES. ----------------------------------------------- MEDIA LISTS LISTS INCLUDE: Contact Name, Title/Position, Company, Address, Phone, Fax and Email Address (when available) AVAILABLE FORMATS: Excel Spreadsheet and Microsoft Word PBS Stations (800+ Contacts) - $99 Scientific Journals (500 Contacts) - $99 UK Media List (500 Contacts) - $99 Political Media List (1,100+ Contacts) - $149 Canadian National Media (590+ Contacts) - $99 New Age Media (250+ Contacts) - $99 Mens Interest Media (400 Contacts) - $99 Womens Interest Media (1,350+ Contacts) - $149 Teen Interest Media (216 Contacts) - $99 Eclectic Newsweeklies (575+ Contacts) - $99 College Radio Stations (520+ Contacts) - $99 Local TV News (North Region) (840+ Contacts) - $99 Local TV News (Midwest Region) (870+ Contacts) - $99 Local TV News (West Region) (890+ Contacts) - $99 Local TV News (South Region) (1,100+ Contacts) - $129 Local TV News (All Regions) (3,700+ Contacts) - $249 Drive Time Radio - Top 50 Markets (300+ Contacts) - $69 Australian National Media List (360+ Contacts) - $99 Drive Time Radio - Top 100 Markets (600 Contacts) - $99 Newspapers - Top 100 Papers (1,100+ Contacts) - $99 National Media List (1000+ Contacts) - $99 Sex & Relationships Media List (402 Contacts) - $99 Music Industry Media List (1,142 Contacts) - $149 Fashion & Beauty List (1,400 Contacts) - $149 Motion Picture, Film & Video (695 Contacts) - $99 National Public Radio (265 Contacts) - $99 Sports Media List (427 Contacts) - $99 African American Media List (1500 Contacts) - $149 Environmental Media List (763 Contacts) - $99 Gay and Lesbian Media List (260 Contacts) - $99 Book Industry Media List (502 Contacts) - $99 Christian Media List (370 Contacts) - $99 Family & Parenting Media List (789 Contacts) - $99 College Newspaper Contacts (1,400+ Contacts) - $99 ------------------------------------------------- TV & FILM PRODUCERS, DIRECTORS, DEVELOPMENT EXECS, (MORE) 3,000+ Contacts - $299 (Entire List) 800+ Producers Only - $99 650+ Development, Creative & Acquisitions Contacts Only - $89 Lists Include: Contact Name, Title, Company, Address, Phone and Fax Number Available Formats: Excel Spreadsheet and Text Database U.S. PUBLISHING COMPANY CONTACTS 1,700+ Contacts - $149 List Includes: Contact Name, Title, Company, Address, Phone, Number, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database LITERARY AGENTS 300+ Contacts - $59 List Includes: Contact Name, Title, Company, Address, Phone, Number, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database MUSIC AGENTS/MANAGERS 150+ Contacts - $39 List Includes: Contact Name, Title, Company, Address, Phone, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database VIDEO STORE LISTS 1573 Independent Video Stores (West) - $79 2556 Independent Video Stores (Midwest) - $99 2037 Independent Video Stores (East) - $99 2987 Independent Video Stores (South) - $129 9150 Independent Video Stores (National)- $299 Lists Include: Store Name, Address and Phone Number Available Formats: Excel Spreadsheet and Text Database MUSIC STORE LISTS 997 Independent Music Stores (Midwest) - $79 1215 Independent Music Stores (South) - $89 1444 Independent Music Stores (East) - $89 1355 Independent Music Stores (West) - $89 5008 Independent Music Stores (National)- $249 Lists Include: Store Name, Address and Phone Number Available Formats: Excel Spreadsheet and Text Database ART GALLERY LISTS US National List WITH EMAIL ADDRESSES: $169 (1090 Galleries) US National List: $149 (1090 Galleries) Southern US: $39 (140 Galleries) Central US: $39 (150 Galleries) Western US: $69 (272 Galleries) Eastern US: $89 (530 Galleries) United Kingdom: $69 (230 Galleries) Canada: $49 (165 Galleries) Australia: $29 (50 Galleries) Lists Include: Gallery Name, Address, Phone Number and Fax Number Available Formats: Excel Spreadsheet and Text Database OUR GUARANTEE: We will gladly refund postage (up to 34 cents per item) for any undeliverable addresses over 5% of the total list. We will also correct the undeliverable contacts and issue you an updated list. ------------------------ You will be able to download your lists WITHIN MINUTES. Call to place your order or for more information. US & CANADA TOLL-FREE NUMBER: 888 330 4919 (24/7) AUSTRALIAN TOLL-FREE NUMBER: 1 800 993 151 (24/7) UK TOLL-FREE NUMBER: 0800 904 7912 (24/7) FRANCE TOLL-FREE NUMBER: 0 800 916 498 (24/7) SPAIN TOLL-FREE NUMBER: 900 961 354 (24/7) GERMANY TOLL-FREE NUMBER: 0 800 183 3902(24/7) NEW ZEALAND TOLL-FREE NUMBER: 0 800 445 058 (24/7) IRELAND TOLL-FREE NUMBER: 1 800 301 207 (24/7) If you would like more information via email, please write us at sendlistinfo@netscape.net - Thank you. ------------------------------------------------------------------- To be removed from any future mailings, please send a message with REMOVE in the subject line to PublicityRemoval@netscape.net. Requests will be processed within 48 hours at that address only. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 2:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED05437B400 for ; Fri, 2 Aug 2002 02:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD58943E65 for ; Fri, 2 Aug 2002 02:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g729K5JU080196 for ; Fri, 2 Aug 2002 02:20:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g729K5os080195; Fri, 2 Aug 2002 02:20:05 -0700 (PDT) Date: Fri, 2 Aug 2002 02:20:05 -0700 (PDT) Message-Id: <200208020920.g729K5os080195@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/41231: lang/ghc/Makefile: no-profile patch Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41231; it has been noted by GNATS. From: Oliver Braun To: Simon Marlow Cc: Volker Stolz , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/41231: lang/ghc/Makefile: no-profile patch Date: Fri, 2 Aug 2002 11:09:47 +0200 * Simon Marlow [2002-08-02 10:52]: > Approved. Should there be a note somewhere about the NOPROFILE option? > Where is the usual place to put such things? Something like: pre-everything:: .if !defined(NOPROFILE) @${ECHO_CMD} "GHC .... with profile....." @${ECHO_CMD} "Define NOPROFILE to ...." .else @${ECHO_CMD} "GHC .... without profile....." .endif in the Makefile. Regards, Olli, leaving for a vacation trip -- IST & IIS _ INF _ UniBwM _____ http://ist.unibw-muenchen.de/People/obraun/ Tele-Consulting GmbH _________ http://www.tele-consulting.com/ ___ obraun@ FreeBSD: The Power To Serve __ http://www.freebsd.org/ ___________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 2:43:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44D6237B400; Fri, 2 Aug 2002 02:43:16 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF5C43E72; Fri, 2 Aug 2002 02:43:15 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.5/8.12.5) with ESMTP id g729hEre089356; Fri, 2 Aug 2002 21:43:14 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.5/8.12.5/Submit) id g729hEAY089355; Fri, 2 Aug 2002 21:43:14 +1200 (NZST) Date: Fri, 2 Aug 2002 21:43:13 +1200 From: Jonathan Chen To: kde@freebsd.org Cc: ports@freebsd.org Subject: Building kdebase3 Message-ID: <20020802094313.GA86720@grimoire.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've recently cvsup'd and am trying to build kdebase3. However it's failing with: c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE -DNDEBUG -DNO_DEBUG -O2 -O -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c -o keyecandypagedlg.o `test -f keyecandypagedlg.cpp || echo './'`keyecandypagedlg.cpp keyecandypagedlg.cpp: In method `KEyeCandyPageDlg::KEyeCandyPageDlg(QWidget * = 0, const char * = 0, unsigned int = 0)': keyecandypagedlg.cpp:96: invalid use of undefined type `class KListView' keyecandypagedlg.h:17: forward declaration of `class KListView' keyecandypagedlg.cpp:97: invalid use of undefined type `class KListView' keyecandypagedlg.h:17: forward declaration of `class KListView' keyecandypagedlg.cpp:98: invalid use of undefined type `class KListView' keyecandypagedlg.h:17: forward declaration of `class KListView' keyecandypagedlg.cpp:100: no matching function for call to `QGridLayout::addWidget (KListView *&, int, int)' /usr/X11R6/include/qlayout.h:323: candidates are: void QGridLayout::addWidget(QWidget *, int, int, int = 0) gmake[3]: *** [keyecandypagedlg.o] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.2/kpersonalizer' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.2/kpersonalizer' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.2' gmake: *** [all] Error 2 All my dependancies appear to up to date. Has anyone else seen this? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "A person should be able to do a small bit of everything, specialisation is for insects" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 3:14:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A3B37B449 for ; Fri, 2 Aug 2002 03:14:27 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 28BC543E75 for ; Fri, 2 Aug 2002 03:14:26 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 21761 invoked by uid 0); 2 Aug 2002 10:14:24 -0000 Received: from pd9003280.dip.t-dialin.net (HELO gmx.net) (217.0.50.128) by mail.gmx.net (mp003-rz3) with SMTP; 2 Aug 2002 10:14:24 -0000 Message-ID: <3D4A5B7A.3050902@gmx.net> Date: Fri, 02 Aug 2002 12:14:18 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan Chen Cc: kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 References: <20020802094313.GA86720@grimoire.chen.org.nz> X-Enigmail-Version: 0.61.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig4C0B1DAB9DA6A7F75D06AED8" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following is an OpenPGP/MIME signed message created by Enigmail/Mozilla, following RFC 2440 and RFC 2015 --------------enig4C0B1DAB9DA6A7F75D06AED8 Content-Type: multipart/mixed; boundary="------------030103040501010402080306" This is a multi-part message in MIME format. --------------030103040501010402080306 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jonathan Chen wrote: > I've recently cvsup'd and am trying to build kdebase3. However it's > failing with: > > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE -DNDEBUG -DNO_DEBUG -O2 -O -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c -o keyecandypagedlg.o `test -f keyecandypagedlg.cpp || echo './'`keyecandypagedlg.cpp > keyecandypagedlg.cpp: In method `KEyeCandyPageDlg::KEyeCandyPageDlg(QWidget * = 0, const char * = 0, unsigned int = 0)': > keyecandypagedlg.cpp:96: invalid use of undefined type `class KListView' > keyecandypagedlg.h:17: forward declaration of `class KListView' > keyecandypagedlg.cpp:97: invalid use of undefined type `class KListView' > keyecandypagedlg.h:17: forward declaration of `class KListView' > keyecandypagedlg.cpp:98: invalid use of undefined type `class KListView' > keyecandypagedlg.h:17: forward declaration of `class KListView' > keyecandypagedlg.cpp:100: no matching function for call to `QGridLayout::addWidget (KListView *&, int, int)' > /usr/X11R6/include/qlayout.h:323: candidates are: void QGridLayout::addWidget(QWidget *, int, int, int = 0) > gmake[3]: *** [keyecandypagedlg.o] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.2/kpersonalizer' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.2/kpersonalizer' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.2' > gmake: *** [all] Error 2 > > All my dependancies appear to up to date. Has anyone else seen this? Yes, 10 minutes ago. Here's a patch, ready to go into /x11/kdebase3/files Regards, -- Michael Nottebrock "The circumstance ends uglily in the cruel result." - Babelfish --------------030103040501010402080306 Content-Type: text/plain; name="patch-kpersonalizer-keyecandypagedlg.h" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-kpersonalizer-keyecandypagedlg.h" --- kpersonalizer/keyecandypagedlg.h.orig Fri Aug 2 11:46:07 2002 +++ kpersonalizer/keyecandypagedlg.h Fri Aug 2 11:46:22 2002 @@ -11,6 +11,7 @@ #include #include +#include class QVBoxLayout; class QHBoxLayout; class QGridLayout; --------------030103040501010402080306-- --------------enig4C0B1DAB9DA6A7F75D06AED8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9Slt9Xhc68WspdLARAofSAJ0V1W13VhTyyFrW9WRU6/W8WqLD+wCglbFa UH9eFrUhAg8c71vPSQTAKh4= =bjie -----END PGP SIGNATURE----- --------------enig4C0B1DAB9DA6A7F75D06AED8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 3:20:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 721FF37B400 for ; Fri, 2 Aug 2002 03:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DEF643E70 for ; Fri, 2 Aug 2002 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72AK2JU089380 for ; Fri, 2 Aug 2002 03:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72AK20c089379; Fri, 2 Aug 2002 03:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F0B37B400; Fri, 2 Aug 2002 03:19:35 -0700 (PDT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A98943E6A; Fri, 2 Aug 2002 03:19:34 -0700 (PDT) (envelope-from corecode@corecode.ath.cx) Received: from fwd11.sul.t-online.de by mailout05.sul.t-online.com with smtp id 17aZWu-0001sa-08; Fri, 02 Aug 2002 12:19:32 +0200 Received: from spirit.zuhause.stoert.net (320050403952-0001@[80.128.122.11]) by fmrl11.sul.t-online.com with esmtp id 17aZWd-0mO3ZwC; Fri, 2 Aug 2002 12:19:15 +0200 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by spirit.zuhause.stoert.net (8.11.6/8.11.6) with ESMTP id g72AJEQ95948; Fri, 2 Aug 2002 12:19:14 +0200 (CEST) (envelope-from corecode@corecode.ath.cx) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.5/8.12.5) with ESMTP id g72AIDsS038746; Fri, 2 Aug 2002 12:18:13 +0200 (CEST) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.5/8.12.5/Submit) id g72AID7j038745; Fri, 2 Aug 2002 12:18:13 +0200 (CEST) (envelope-from corecode) Message-Id: <200208021018.g72AID7j038745@terrorfish.uni.stoert.net> Date: Fri, 2 Aug 2002 12:18:13 +0200 (CEST) From: "Simon 'corecode' Schubert" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@FreeBSD.org Cc: sobomax@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41257: unbreak build of x11-toolkits/xenostep Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41257 >Category: ports >Synopsis: unbreak build of x11-toolkits/xenostep >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 02 03:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #16: Sun Jul 28 01:41:27 CEST 2002 corecode@terrorfish.uni.stoert.net:/usr/obj/k7/usr/src/sys/TERRORFISH i386 $FreeBSD: ports/x11-toolkits/xenostep/Makefile,v 1.4 2002/01/29 12:14:16 knu Exp $ >Description: xenostep contains a bogus strncmp: strncmp("buttondefault", detail) as it seems gcc 2.95.[34] doesn't care about this, but gcc 3.1 does, thankfully. this error may not manifest itself, but it's a missing parameter and may lead to wrong display. >How-To-Repeat: >Fix: new patch file files/patch-ba Index: files/patch-ba =================================================================== RCS file: files/patch-ba diff -N files/patch-ba --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-ba 2 Aug 2002 09:30:39 -0000 @@ -0,0 +1,11 @@ +--- XenoStep_theme_draw.c.orig Fri Oct 20 11:27:52 2000 ++++ XenoStep_theme_draw.c Fri Aug 2 11:27:58 2002 +@@ -604,7 +604,7 @@ + width-=2; height-=2; + } + } else if (GTK_IS_BUTTON(widget)) { +- if (detail && !strncmp("buttondefault", detail)) { ++ if (detail && !strcmp("buttondefault", detail)) { + newshadow = ((XenoStepThemeData *)style->engine_data)->buttondef_shadow; + } else + if (!GTK_IS_TOGGLE_BUTTON(widget) && state_type == GTK_STATE_ACTIVE) { >Release-Note: >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 2 3:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0BCF37B401 for ; Fri, 2 Aug 2002 03:40:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F86743E5E for ; Fri, 2 Aug 2002 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72Ae1JU090859 for ; Fri, 2 Aug 2002 03:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72Ae1KW090858; Fri, 2 Aug 2002 03:40:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1165337B400 for ; Fri, 2 Aug 2002 03:31:22 -0700 (PDT) Received: from euler2.dv.fal.de (euler2.dv.fal.de [134.110.18.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C6D43E4A for ; Fri, 2 Aug 2002 03:31:21 -0700 (PDT) (envelope-from kraft@kocher.tb.fal.de) Received: from kocher.tb.fal.de (kocher.tb.fal.de [134.110.25.129]) by euler2.dv.fal.de (8.12.3/8.12.3) with ESMTP id g72AVJBB093168 for ; Fri, 2 Aug 2002 12:31:19 +0200 (CEST) (envelope-from kraft@kocher.tb.fal.de) Received: from kocher.tb.fal.de (localhost [127.0.0.1]) by kocher.tb.fal.de (8.12.3/8.12.3) with ESMTP id g72AVIVf058843 for ; Fri, 2 Aug 2002 12:31:18 +0200 (CEST) (envelope-from kraft@kocher.tb.fal.de) Received: (from kraft@localhost) by kocher.tb.fal.de (8.12.3/8.12.3/Submit) id g72AVIe0058842; Fri, 2 Aug 2002 12:31:18 +0200 (CEST) Message-Id: <200208021031.g72AVIe0058842@kocher.tb.fal.de> Date: Fri, 2 Aug 2002 12:31:18 +0200 (CEST) From: Martin Kraft To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41258: converters/recode needs new port revision Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41258 >Category: ports >Synopsis: converters/recode needs new port revision >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 02 03:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Martin Kraft >Release: FreeBSD 4.6-RC i386 >Organization: FAL Braunschweig >Environment: 4.6 STABLE recode installed from the ports long time ago. updated some other ports during the last days including replacement od libintl.2 by libintl.4. >Description: recode cannot be executed: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found The new Makefile from 2002/08/01 has the correct LIB_DEPENDS= intl.4 But pkg_version -c does not show recode. So I missed to recompile recode. >How-To-Repeat: >Fix: I guess, a new portrevision (2) is required in the Makefile? >Release-Note: >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 2 3:49:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F91837B400 for ; Fri, 2 Aug 2002 03:49:16 -0700 (PDT) Received: from wolf.istc.kiev.ua (wolf.istc.kiev.ua [193.108.236.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DF943E5E for ; Fri, 2 Aug 2002 03:49:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (ppp-237-239.istc.kiev.ua [193.108.237.239]) by wolf.istc.kiev.ua ( . . / . . ) with ESMTP id NAA03671; Fri, 2 Aug 2002 13:39:08 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.11.3) with ESMTP id g72AcXD9007764; Fri, 2 Aug 2002 13:38:33 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D4A6149.1054DFF7@FreeBSD.org> Date: Fri, 02 Aug 2002 13:39:05 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Will Andrews Cc: Dag-Erling Smorgrav , ports@FreeBSD.org Subject: Re: Bug in pkg_add? References: <3D47D344.8E23AECF@FreeBSD.org> <20020731130208.GH52296@squall.waterspout.com> <3D47F933.31C553E8@FreeBSD.org> <20020731150600.GL52296@squall.waterspout.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Will Andrews wrote: > > On Wed, Jul 31, 2002 at 05:50:27PM +0300, Maxim Sobolev wrote: > > > Such things are usually symlinks, not the actual shared library, > > > and are occasionally used for configure scripts to detect the > > > version installed (a valid usage IMHO). > > > > You are not quite correct. Shared libraries with embedded version > > number look like libfoo-X.Y.so.Z, format libfoo.so.X.Y is relict from > > the aout days and doesn't have any other meaningful purpose today. > > No, I am correct. You are right in that it *was* used for aout > library naming. However, it can be used for detecting library > version numbers, and the other way you mention is perfectly valid > too. And when it is installed, it is typically installed as a > symlink to the actual library, which is usually marked by the > major version of the library released. I still do not see any meaningful purpose of such symlink. Say you have libfoo.so.1.2 in a new version of port after libfoo.so.1.1 in previous. What does it mean? That libfoo.so.1.2 has a different ABI/API than libfoo.so.1.1? In such case it should be named libfoo.so.2. That's why I'm saying that such numbering scheme is broken and does only create confusion and clutter ${PREFIX}/lib. > > > Removing symlinks for no reason breaks FreeBSD's compatibility > > > with the rest of the world, which installs them. > > > > I strongly disagree. Shared libraries in FreeBSD should be named > > libfoo.so.X, or at least libfoo-X.Y.so.Z, all other ways should be > > discouraged and threated as broken, no matter whether the library was > > installed as a part of the base system or as a part of a port. This > > contributes to overall OS consistency, which always was a strong > > selling point of FreeBSD as compared to Linux (for example) and > > according to my practice usually doesn't create any significant > > additional overhead or any compatibility problems "with the rest of > > the world". > > *WHY* are they broken? What exactly breaks if we install these > symlinks? It does create a significant compatibility problem if See above. > a user is unable to use FreeBSD as a development platform without > needing to use ports for everything. Why? I do not see a single reason for that. He/she will be able to link with that shared library without any problems using -lfoo, exactly as on any other architecture out there. > Furthermore, exactly how > does removing these symlinks make FreeBSD more consistent? Repeat after me: libfoo.so.X.Y naming scheme does not serve any meaningful porpose and therefore was depreciated after switching to elf. > FreeBSD shouldn't change the method which upstream vendors use to > install their libraries, because consistency is not possible > without breaking with a given two upstreams' chosen path, and > changing the upstream's choice takes too long to be worth it > (considering how trivial this is), or may even be impossible. > Users don't give a flying rat's behind exactly how library names > are marked with version numbers. It is only relevant to > developers IMHO. See above. We shouldn't just blindly copy vendor's mistakes and absence of clue. =Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 3:50:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E2037B401 for ; Fri, 2 Aug 2002 03:50:20 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 62D2E43E70 for ; Fri, 2 Aug 2002 03:50:18 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 310 invoked by uid 0); 2 Aug 2002 10:50:17 -0000 Received: from pd9003280.dip.t-dialin.net (HELO gmx.net) (217.0.50.128) by mail.gmx.net (mp017-rz3) with SMTP; 2 Aug 2002 10:50:17 -0000 Message-ID: <3D4A63E5.7020702@gmx.net> Date: Fri, 02 Aug 2002 12:50:13 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Nottebrock Cc: Jonathan Chen , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> X-Enigmail-Version: 0.61.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0A7995BF2FDAD40B4BD9FB43" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following is an OpenPGP/MIME signed message created by Enigmail/Mozilla, following RFC 2440 and RFC 2015 --------------enig0A7995BF2FDAD40B4BD9FB43 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Ignore that patch, doesn't work. --------------enig0A7995BF2FDAD40B4BD9FB43 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9SmPoXhc68WspdLARAgPCAJ4x4SaCMt5BzMBnXxd/ndR3YUndQgCcCqTv gvWFDKJlYEUJHzsaWvrpeX4= =gz7Z -----END PGP SIGNATURE----- --------------enig0A7995BF2FDAD40B4BD9FB43-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 3:56:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E399437B400; Fri, 2 Aug 2002 03:56:08 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A5E43E3B; Fri, 2 Aug 2002 03:56:08 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g72Atbo5056125; Fri, 2 Aug 2002 06:55:37 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g72Atb4D056124; Fri, 2 Aug 2002 06:55:37 -0400 (EDT) (envelope-from alane) Date: Fri, 2 Aug 2002 06:55:36 -0400 From: Alan E To: Michael Nottebrock Cc: Jonathan Chen , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 Message-ID: <20020802105536.GA56061@wwweasel.geeksrus.net> References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D4A5B7A.3050902@gmx.net> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: >Jonathan Chen wrote: >>I've recently cvsup'd and am trying to build kdebase3. However it's >>failing with: >Yes, 10 minutes ago. Here's a patch, ready to go into >/x11/kdebase3/files I guess nobody else has bothered to realize that this file does not exist until the package is built. It is ia generated file, as is the corresponding .cpp file; it comes from a .ui file by way the uic command. Apparently, it's possible to build things in such an order that klistview.h doesn't exist at the time uic is run and so the include does not get generated; at least that's my hypothesis as of now. i don't think uic is borked, but i think the environment around it is. is klistview.h a new file with 3.0.2? i think the bottom line is that if you make sure you have kdelibs-3.0.2 installed before you build kdebase you should be fine. Please test this hypothesis. Michael, you can't patch what isn't there. Good try, but you need to backtrace the problem a bit further before coming up with an attempt at a solution; a quick make patch followed by trying to find the file would have told you there's more here than meets the eye (literally). -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 3:56:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B27B437B40A; Fri, 2 Aug 2002 03:56:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4132843E6A; Fri, 2 Aug 2002 03:56:13 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72AuDJU092316; Fri, 2 Aug 2002 03:56:13 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72AuCMU092310; Fri, 2 Aug 2002 03:56:12 -0700 (PDT) Date: Fri, 2 Aug 2002 03:56:12 -0700 (PDT) From: Christian Weisgerber Message-Id: <200208021056.g72AuCMU092310@freefall.freebsd.org> To: andrew@ugh.net.au, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41252: missign fi in startup script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: missign fi in startup script State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Fri Aug 2 03:55:35 PDT 2002 State-Changed-Why: Committed, thanks! I also bumped the port revision. http://www.freebsd.org/cgi/query-pr.cgi?pr=41252 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4: 4:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C13137B400; Fri, 2 Aug 2002 04:04:23 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC19243E65; Fri, 2 Aug 2002 04:04:21 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 0C43D2B915; Fri, 2 Aug 2002 13:04:16 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 9D63D6A711E; Fri, 2 Aug 2002 21:04:00 +1000 (EST) Date: Fri, 2 Aug 2002 21:04:00 +1000 From: Edwin Groothuis To: Martin Kraft Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: ports/41258: converters/recode needs new port revision Message-ID: <20020802110400.GG2733@k7.mavetju> References: <200208021031.g72AVIe0058842@kocher.tb.fal.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208021031.g72AVIe0058842@kocher.tb.fal.de> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 12:31:18PM +0200, Martin Kraft wrote: > >Synopsis: converters/recode needs new port revision There are 192 other ports which need it... When I heard about the libintl.2 to libintl.4 change I wrote a small script which I write this morning which checked for intl.2 in the Makefile, changed it into intl.4, updated the PORTREVISION and created a diff for it. Then this morning I saw that every reference to libintl.2 was gone and replaced by libintl.4, without bumping the revision. No more need for the giant diff... So I installed the new gettext-port and rm'd the old /var/db/pkg/gettext-0.11 directory... Yeah, it sucks a little bit :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4: 9:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F04937B406 for ; Fri, 2 Aug 2002 04:09:23 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C931343E4A for ; Fri, 2 Aug 2002 04:09:21 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 21861 invoked by uid 0); 2 Aug 2002 11:09:20 -0000 Received: from pd9003280.dip.t-dialin.net (HELO gmx.net) (217.0.50.128) by mail.gmx.net (mp012-rz3) with SMTP; 2 Aug 2002 11:09:20 -0000 Message-ID: <3D4A6845.3050600@gmx.net> Date: Fri, 02 Aug 2002 13:08:53 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan E Cc: Jonathan Chen , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> X-Enigmail-Version: 0.61.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig925A0555E642B518260CA710" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following is an OpenPGP/MIME signed message created by Enigmail/Mozilla, following RFC 2440 and RFC 2015 --------------enig925A0555E642B518260CA710 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Alan E wrote: > On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: > >>Jonathan Chen wrote: >> >>>I've recently cvsup'd and am trying to build kdebase3. However it's >>>failing with: >> > >>Yes, 10 minutes ago. Here's a patch, ready to go into >>/x11/kdebase3/files > > > I guess nobody else has bothered to realize that this file does > not exist until the package is built. Yeahyeahyeah, me being stupid again. :P I already made another patch, but this time I'm going to test it first. *grumble* Regards, -- Michael Nottebrock "The circumstance ends uglily in the cruel result." - Babelfish --------------enig925A0555E642B518260CA710 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9SmhYXhc68WspdLARAoxwAKCRnU8h7e4vhJwDE3MBIla/RJl9RgCglSi+ 0JcFzkh7uw7GQwTSzF8KJyo= =9Fjx -----END PGP SIGNATURE----- --------------enig925A0555E642B518260CA710-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4: 9:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD57B37B400 for ; Fri, 2 Aug 2002 04:09:48 -0700 (PDT) Received: from crucible.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543BA43E65 for ; Fri, 2 Aug 2002 04:09:48 -0700 (PDT) (envelope-from andy@athame.co.uk) Received: from amavis by crucible.athame.co.uk with scanned-ok (Exim 3.33 #1) id 17aaJW-0000jP-00 for ports@FreeBSD.ORG; Fri, 02 Aug 2002 14:09:46 +0300 Received: from zappa.int.athame.co.uk ([192.168.1.3] helo=FSOPTI208.athame.co.uk) by crucible.athame.co.uk with esmtp (Exim 3.33 #1) id 17aaIM-0000hr-00; Fri, 02 Aug 2002 14:08:34 +0300 Message-Id: <5.1.0.14.0.20020802140824.028a0ea0@localhost> X-Sender: tap@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 02 Aug 2002 14:10:10 +0300 To: Alan E , Michael Nottebrock From: Andy Fawcett Subject: Re: [kde-freebsd] Building kdebase3 Cc: Jonathan Chen , kde@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <20020802105536.GA56061@wwweasel.geeksrus.net> References: <3D4A5B7A.3050902@gmx.net> <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by AMaViS perl-11 at crucible.athame.co.uk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 13:55 02/08/2002, Alan E wrote: >is klistview.h a new file with 3.0.2? No sorry, it was introduced in the 1.9x betas for KDE 2 A. -- Andy Fawcett andy@athame.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7EFF37B400 for ; Fri, 2 Aug 2002 04:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA3943E6A for ; Fri, 2 Aug 2002 04:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72BA6JU001670 for ; Fri, 2 Aug 2002 04:10:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72BA5kZ001669; Fri, 2 Aug 2002 04:10:05 -0700 (PDT) Date: Fri, 2 Aug 2002 04:10:05 -0700 (PDT) Message-Id: <200208021110.g72BA5kZ001669@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/41258: converters/recode needs new port revision Reply-To: Edwin Groothuis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41258; it has been noted by GNATS. From: Edwin Groothuis To: Martin Kraft Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: ports/41258: converters/recode needs new port revision Date: Fri, 2 Aug 2002 21:04:00 +1000 On Fri, Aug 02, 2002 at 12:31:18PM +0200, Martin Kraft wrote: > >Synopsis: converters/recode needs new port revision There are 192 other ports which need it... When I heard about the libintl.2 to libintl.4 change I wrote a small script which I write this morning which checked for intl.2 in the Makefile, changed it into intl.4, updated the PORTREVISION and created a diff for it. Then this morning I saw that every reference to libintl.2 was gone and replaced by libintl.4, without bumping the revision. No more need for the giant diff... So I installed the new gettext-port and rm'd the old /var/db/pkg/gettext-0.11 directory... Yeah, it sucks a little bit :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4:13:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 990F537B400; Fri, 2 Aug 2002 04:13:40 -0700 (PDT) Received: from mail0.ewetel.de (mail0.ewetel.de [212.6.122.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F46043E42; Fri, 2 Aug 2002 04:13:39 -0700 (PDT) (envelope-from raabe@kde.org) Received: from dsl-wst-213-170-172-093.ewetel.net (dsl-wst-213-170-172-093.ewetel.net [213.170.172.93]) by mail0.ewetel.de (8.12.1/8.12.1) with ESMTP id g72BDUHt013077; Fri, 2 Aug 2002 13:13:32 +0200 (MEST) From: Frerich Raabe To: kde@FreeBSD.org Subject: Re: [kde-freebsd] Building kdebase3 Date: Fri, 2 Aug 2002 13:14:00 +0200 User-Agent: KMail/1.4.5 References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> In-Reply-To: <20020802105536.GA56061@wwweasel.geeksrus.net> Organization: KDE Project Cc: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_4lmS9Uqdog9k1+X" Message-Id: <200208021314.05757.raabe@kde.org> X-CheckCompat: OK Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Boundary-00=_4lmS9Uqdog9k1+X Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: clearsigned data Content-Disposition: inline =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 02 August 2002 12:55, Alan E wrote: > On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: > Apparently, it's possible to build things in such an order that > klistview.h doesn't exist at the time uic is run and so the include does > not get generated; at least that's my hypothesis as of now. i don't > think uic is borked, but i think the environment around it is That .ui files fails to include a file. Try the attached patch please. > klistview.h a new file with 3.0.2? No. =2D - Frerich =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Sml9KrbzRexv2VkRApHWAJ4/LjqwpamFKNwh45DW+ZbrwlU6dACfUE3W Wlr7zSnm3c8P6sx+6l6EbJI=3D =3D8Uty =2D----END PGP SIGNATURE----- --Boundary-00=_4lmS9Uqdog9k1+X Content-Type: text/x-diff; charset="iso-8859-1"; name="kpersonalizer.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kpersonalizer.diff" Index: keyecandypagedlg.ui =================================================================== RCS file: /home/kde/kdebase/kpersonalizer/keyecandypagedlg.ui,v retrieving revision 1.15 diff -u -3 -p -r1.15 keyecandypagedlg.ui --- keyecandypagedlg.ui 2002/07/18 22:21:59 1.15 +++ keyecandypagedlg.ui 2002/08/02 11:12:14 @@ -273,5 +273,8 @@ If you have a fast, new processor, you m slotEyeCandyShowDetails(bool) slotEyeCandySliderMoved(int) + + klistview.h + --Boundary-00=_4lmS9Uqdog9k1+X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4:15: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B72C237B400; Fri, 2 Aug 2002 04:15:00 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6D943E3B; Fri, 2 Aug 2002 04:15:00 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g72BElo5079220; Fri, 2 Aug 2002 07:14:47 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g72BElmv079200; Fri, 2 Aug 2002 07:14:47 -0400 (EDT) (envelope-from alane) Date: Fri, 2 Aug 2002 07:14:46 -0400 From: Alan E To: Michael Nottebrock Cc: Jonathan Chen , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 Message-ID: <20020802111446.GB92889@wwweasel.geeksrus.net> References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> <3D4A6845.3050600@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D4A6845.3050600@gmx.net> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 01:08:53PM +0200, Michael Nottebrock wrote: >Alan E wrote: >>On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: >> >>>Jonathan Chen wrote: >>> >>>>I've recently cvsup'd and am trying to build kdebase3. However it's >>>>failing with: >>> >> >>>Yes, 10 minutes ago. Here's a patch, ready to go into >>>/x11/kdebase3/files >Yeahyeahyeah, me being stupid again. :P I already made another patch, >but this time I'm going to test it first. *grumble* You're missing the point. kdebase is NOT BROKEN. It does NOT need to be patched. This is a build issue, not a port breakage issue. I am working on this with Lauri's help. Please, let us find the *real* problem and fix that. -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4:19:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B699637B400; Fri, 2 Aug 2002 04:19:47 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD1C43E42; Fri, 2 Aug 2002 04:19:47 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g72BJfo5008890; Fri, 2 Aug 2002 07:19:41 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g72BJfqa008889; Fri, 2 Aug 2002 07:19:41 -0400 (EDT) (envelope-from alane) Date: Fri, 2 Aug 2002 07:19:41 -0400 From: Alan E To: Frerich Raabe Cc: kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 Message-ID: <20020802111941.GC92889@wwweasel.geeksrus.net> References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> <200208021314.05757.raabe@kde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208021314.05757.raabe@kde.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 01:14:00PM +0200, Frerich Raabe wrote: Content-Description: clearsigned data >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >On Friday 02 August 2002 12:55, Alan E wrote: >> On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: >> Apparently, it's possible to build things in such an order that >> klistview.h doesn't exist at the time uic is run and so the include does >> not get generated; at least that's my hypothesis as of now. i don't >> think uic is borked, but i think the environment around it is > >That .ui files fails to include a file. Try the attached patch please. > Nope. Try again. It's not a kdebase issue. I cannot speak for will, but I will not commit any patch to kdebase over this, as there is nothing wrong with it. This is a build issue. Uic discovers the include files it needs if they exist, ANAICT. >> klistview.h a new file with 3.0.2? How else could kdebase get built without kdelibs installed? Answer that, and we're that much closer to the real solution. -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4:26:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 856DC37B400 for ; Fri, 2 Aug 2002 04:26:18 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F9643E42 for ; Fri, 2 Aug 2002 04:26:17 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g72BQBo5008942; Fri, 2 Aug 2002 07:26:11 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g72BQBU4008941; Fri, 2 Aug 2002 07:26:11 -0400 (EDT) (envelope-from alane) Date: Fri, 2 Aug 2002 07:26:11 -0400 From: Alan E To: KDE FreeBSD List , FreeBSD Ports List Subject: kdebase3 not building for some people only Message-ID: <20020802112611.GD92889@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am sorry if I am getting a little gruff about this. Please, if you want to help, then help do the full analysis. Don't jump to the conclusion that if it's kdebase that doesn't build *for you*, then the problem must lie with kdebase. That is not a valid deduction. Otherwise, let me work on it with Lauri's help, and please stop repeatedly reporting the same problem over and over again. We *know*. Oh, how we know. Oy vey. Thanks for your cooperation. -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4:38:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88D3037B405 for ; Fri, 2 Aug 2002 04:38:47 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 13A9943E5E for ; Fri, 2 Aug 2002 04:38:46 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 18442 invoked by uid 0); 2 Aug 2002 11:38:44 -0000 Received: from pd9003280.dip.t-dialin.net (HELO gmx.net) (217.0.50.128) by mail.gmx.net (mp003-rz3) with SMTP; 2 Aug 2002 11:38:44 -0000 Message-ID: <3D4A6F40.3010505@gmx.net> Date: Fri, 02 Aug 2002 13:38:40 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan E Cc: Jonathan Chen , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> X-Enigmail-Version: 0.61.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8932DAB80DAEC35887BE9BB6" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following is an OpenPGP/MIME signed message created by Enigmail/Mozilla, following RFC 2440 and RFC 2015 --------------enig8932DAB80DAEC35887BE9BB6 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Alan E wrote: > On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: > i think the bottom line is that if > you make sure you have kdelibs-3.0.2 installed before you build kdebase > you should be fine. Please test this hypothesis. I came across this when I updated kdebase from portupgrade (your gettext-revisionbump). kdelibs-3.0.2 is installed. As you might imagine from my previous patch-attempt, I don't know anything at all about those UI-XML-Files, but it seems to me that it should have never worked in the first place... KListView isn't part of QT, is it? Regards, -- Michael Nottebrock "The circumstance ends uglily in the cruel result." - Babelfish --------------enig8932DAB80DAEC35887BE9BB6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9Sm9DXhc68WspdLARAt3qAJ9AUUeFPq0ntG/F+rd8yEp4BH2bXQCfRi93 TH3K50Jr4QA6xA67LkAxW+0= =rk9/ -----END PGP SIGNATURE----- --------------enig8932DAB80DAEC35887BE9BB6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 4:43:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEBA637B405 for ; Fri, 2 Aug 2002 04:42:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0A943F46 for ; Fri, 2 Aug 2002 04:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72Be2JU004702 for ; Fri, 2 Aug 2002 04:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72Be2Us004701; Fri, 2 Aug 2002 04:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A8937B400 for ; Fri, 2 Aug 2002 04:37:42 -0700 (PDT) Received: from berkeley.sa2c.net (berkeley.sa2c.net [61.194.193.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC0643E42 for ; Fri, 2 Aug 2002 04:37:41 -0700 (PDT) (envelope-from sa2c@sa2c.net) Received: by berkeley.sa2c.net (Postfix, from userid 3104) id 5ECF92C1; Fri, 2 Aug 2002 20:37:40 +0900 (JST) Message-Id: <20020802113740.5ECF92C1@berkeley.sa2c.net> Date: Fri, 2 Aug 2002 20:37:40 +0900 (JST) From: NIIMI Satoshi Reply-To: NIIMI Satoshi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41259: Info directory change for various GNU Emacs flavors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41259 >Category: ports >Synopsis: Info directory change for various GNU Emacs flavors >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 02 04:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: NIIMI Satoshi >Release: FreeBSD 4.6.1-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD berkeley.sa2c.net 4.6.1-RELEASE-p7 FreeBSD 4.6.1-RELEASE-p7 #4: Fri Aug 2 17:03:52 JST 2002 sa2c@berkeley.sa2c.net:/usr/obj/usr/src/sys/SA2C_NET i386 >Description: I've noticed that XEmacs ports install their info files into version specific directories. I think it's a good idea also for GNU Emacs. Because: * Better coexistence with various versions. Emacs users tend to keep some versions installed by some reasons. * Emacs is a self-documenting text editor. If help-string refers a info file from different version's, users will be confused. * Although /usr/bin/info will not be able to refer Emacs info files, Emacs comes with more powerful info viewer. :-) More considerations may be required: * I included %%EMACS_VERSION%%/info/dir as a normal file like XEmacs ports because %%EMACS_VERSION%%/info/ should be dedicated for Emacs only. But some elisp libraries might want to install their info files into version specific directory. * This PR covers following ports: editors/emacs editors/emacs20 editors/emacs20-dl editors/emacs20-mule-devel editors/emacs21 editors/mule editors/mule-common The reason why I post this as one big PR is that I think it would be better these ports are committed at once than separately. >How-To-Repeat: This is a change request. Not a bug report. >Fix: --- diff begins here --- Index: emacs/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/emacs/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- emacs/Makefile 1 Jan 2001 10:15:01 -0000 1.46 +++ emacs/Makefile 2 Aug 2002 10:32:07 -0000 @@ -7,6 +7,7 @@ PORTNAME= emacs PORTVERSION= 19.34b +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs @@ -26,6 +27,7 @@ .else CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run .endif +CONFIGURE_ARGS+= --infodir='$${datadir}/emacs/$${version}/info' STRIP= MAN1= emacs.1 etags.1 ctags.1 Index: emacs/pkg-plist =================================================================== RCS file: /home/ncvs/ports/editors/emacs/pkg-plist,v retrieving revision 1.23 diff -u -r1.23 pkg-plist --- emacs/pkg-plist 5 Jun 1999 22:22:15 -0000 1.23 +++ emacs/pkg-plist 2 Aug 2002 10:32:07 -0000 @@ -13,105 +13,82 @@ @comment This can fail if other ports are installed, no need to @comment scare user in that case @unexec rmdir %D/share/emacs/%%EMACS_VERSION%%/site-lisp 2>/dev/null || true -@unexec install-info --delete %D/info/emacs %D/info/dir -@unexec install-info --delete %D/info/vip %D/info/dir -@unexec install-info --delete %D/info/viper %D/info/dir -@unexec install-info --delete %D/info/forms %D/info/dir -@unexec install-info --delete %D/info/gnus %D/info/dir -@unexec install-info --delete %D/info/mh-e %D/info/dir -@unexec install-info --delete %D/info/cl %D/info/dir -@unexec install-info --delete %D/info/sc %D/info/dir -@unexec install-info --delete %D/info/dired-x %D/info/dir -@unexec install-info --delete %D/info/ediff %D/info/dir -@unexec install-info --delete %D/info/ccmode %D/info/dir -@unexec install-info --delete %D/info/message %D/info/dir -info/ccmode -info/ccmode-1 -info/ccmode-2 -info/cl -info/cl-1 -info/cl-2 -info/cl-3 -info/cl-4 -info/cl-5 -info/cl-6 -info/dired-x -info/ediff -info/ediff-1 -info/ediff-2 -info/emacs -info/emacs-1 -info/emacs-10 -info/emacs-11 -info/emacs-12 -info/emacs-13 -info/emacs-14 -info/emacs-15 -info/emacs-16 -info/emacs-17 -info/emacs-18 -info/emacs-19 -info/emacs-2 -info/emacs-20 -info/emacs-21 -info/emacs-22 -info/emacs-23 -info/emacs-24 -info/emacs-25 -info/emacs-26 -info/emacs-27 -info/emacs-28 -info/emacs-29 -info/emacs-3 -info/emacs-4 -info/emacs-5 -info/emacs-6 -info/emacs-7 -info/emacs-8 -info/emacs-9 -info/forms -info/gnus -info/gnus-1 -info/gnus-2 -info/gnus-3 -info/gnus-4 -info/gnus-5 -info/gnus-6 -info/gnus-7 -info/gnus-8 -info/gnus-9 -info/gnus-10 -info/gnus-11 -info/message -info/mh-e -info/mh-e-1 -info/mh-e-2 -info/mh-e-3 -info/mh-e-4 -info/sc -info/sc-1 -info/sc-2 -info/sc-3 -info/vip -info/vip-1 -info/vip-2 -info/viper -info/viper-1 -info/viper-2 -info/viper-3 -info/viper-4 -@exec install-info %D/info/emacs %D/info/dir -@exec install-info %D/info/vip %D/info/dir -@exec install-info %D/info/viper %D/info/dir -@exec install-info %D/info/forms %D/info/dir -@exec install-info %D/info/gnus %D/info/dir -@exec install-info %D/info/mh-e %D/info/dir -@exec install-info %D/info/cl %D/info/dir -@exec install-info %D/info/sc %D/info/dir -@exec install-info %D/info/dired-x %D/info/dir -@exec install-info %D/info/ediff %D/info/dir -@exec install-info %D/info/ccmode %D/info/dir -@exec install-info %D/info/message %D/info/dir +share/emacs/%%EMACS_VERSION%%/info/ccmode +share/emacs/%%EMACS_VERSION%%/info/ccmode-1 +share/emacs/%%EMACS_VERSION%%/info/ccmode-2 +share/emacs/%%EMACS_VERSION%%/info/cl +share/emacs/%%EMACS_VERSION%%/info/cl-1 +share/emacs/%%EMACS_VERSION%%/info/cl-2 +share/emacs/%%EMACS_VERSION%%/info/cl-3 +share/emacs/%%EMACS_VERSION%%/info/cl-4 +share/emacs/%%EMACS_VERSION%%/info/cl-5 +share/emacs/%%EMACS_VERSION%%/info/cl-6 +share/emacs/%%EMACS_VERSION%%/info/dir +share/emacs/%%EMACS_VERSION%%/info/dired-x +share/emacs/%%EMACS_VERSION%%/info/ediff +share/emacs/%%EMACS_VERSION%%/info/ediff-1 +share/emacs/%%EMACS_VERSION%%/info/ediff-2 +share/emacs/%%EMACS_VERSION%%/info/emacs +share/emacs/%%EMACS_VERSION%%/info/emacs-1 +share/emacs/%%EMACS_VERSION%%/info/emacs-10 +share/emacs/%%EMACS_VERSION%%/info/emacs-11 +share/emacs/%%EMACS_VERSION%%/info/emacs-12 +share/emacs/%%EMACS_VERSION%%/info/emacs-13 +share/emacs/%%EMACS_VERSION%%/info/emacs-14 +share/emacs/%%EMACS_VERSION%%/info/emacs-15 +share/emacs/%%EMACS_VERSION%%/info/emacs-16 +share/emacs/%%EMACS_VERSION%%/info/emacs-17 +share/emacs/%%EMACS_VERSION%%/info/emacs-18 +share/emacs/%%EMACS_VERSION%%/info/emacs-19 +share/emacs/%%EMACS_VERSION%%/info/emacs-2 +share/emacs/%%EMACS_VERSION%%/info/emacs-20 +share/emacs/%%EMACS_VERSION%%/info/emacs-21 +share/emacs/%%EMACS_VERSION%%/info/emacs-22 +share/emacs/%%EMACS_VERSION%%/info/emacs-23 +share/emacs/%%EMACS_VERSION%%/info/emacs-24 +share/emacs/%%EMACS_VERSION%%/info/emacs-25 +share/emacs/%%EMACS_VERSION%%/info/emacs-26 +share/emacs/%%EMACS_VERSION%%/info/emacs-27 +share/emacs/%%EMACS_VERSION%%/info/emacs-28 +share/emacs/%%EMACS_VERSION%%/info/emacs-29 +share/emacs/%%EMACS_VERSION%%/info/emacs-3 +share/emacs/%%EMACS_VERSION%%/info/emacs-4 +share/emacs/%%EMACS_VERSION%%/info/emacs-5 +share/emacs/%%EMACS_VERSION%%/info/emacs-6 +share/emacs/%%EMACS_VERSION%%/info/emacs-7 +share/emacs/%%EMACS_VERSION%%/info/emacs-8 +share/emacs/%%EMACS_VERSION%%/info/emacs-9 +share/emacs/%%EMACS_VERSION%%/info/forms +share/emacs/%%EMACS_VERSION%%/info/gnus +share/emacs/%%EMACS_VERSION%%/info/gnus-1 +share/emacs/%%EMACS_VERSION%%/info/gnus-2 +share/emacs/%%EMACS_VERSION%%/info/gnus-3 +share/emacs/%%EMACS_VERSION%%/info/gnus-4 +share/emacs/%%EMACS_VERSION%%/info/gnus-5 +share/emacs/%%EMACS_VERSION%%/info/gnus-6 +share/emacs/%%EMACS_VERSION%%/info/gnus-7 +share/emacs/%%EMACS_VERSION%%/info/gnus-8 +share/emacs/%%EMACS_VERSION%%/info/gnus-9 +share/emacs/%%EMACS_VERSION%%/info/gnus-10 +share/emacs/%%EMACS_VERSION%%/info/gnus-11 +share/emacs/%%EMACS_VERSION%%/info/message +share/emacs/%%EMACS_VERSION%%/info/mh-e +share/emacs/%%EMACS_VERSION%%/info/mh-e-1 +share/emacs/%%EMACS_VERSION%%/info/mh-e-2 +share/emacs/%%EMACS_VERSION%%/info/mh-e-3 +share/emacs/%%EMACS_VERSION%%/info/mh-e-4 +share/emacs/%%EMACS_VERSION%%/info/sc +share/emacs/%%EMACS_VERSION%%/info/sc-1 +share/emacs/%%EMACS_VERSION%%/info/sc-2 +share/emacs/%%EMACS_VERSION%%/info/sc-3 +share/emacs/%%EMACS_VERSION%%/info/vip +share/emacs/%%EMACS_VERSION%%/info/vip-1 +share/emacs/%%EMACS_VERSION%%/info/vip-2 +share/emacs/%%EMACS_VERSION%%/info/viper +share/emacs/%%EMACS_VERSION%%/info/viper-1 +share/emacs/%%EMACS_VERSION%%/info/viper-2 +share/emacs/%%EMACS_VERSION%%/info/viper-3 +share/emacs/%%EMACS_VERSION%%/info/viper-4 libexec/emacs/%%EMACS_VERSION%%/%%EMACS_ARCH%%/cvtmail libexec/emacs/%%EMACS_VERSION%%/%%EMACS_ARCH%%/digest-doc libexec/emacs/%%EMACS_VERSION%%/%%EMACS_ARCH%%/emacsserver Index: emacs20/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/emacs20/Makefile,v retrieving revision 1.55 diff -u -r1.55 Makefile --- emacs20/Makefile 6 Jan 2002 06:20:18 -0000 1.55 +++ emacs20/Makefile 2 Aug 2002 10:32:07 -0000 @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs @@ -29,7 +29,8 @@ CONFIGURE_ARGS= --with-x-toolkit --with-pop USE_XLIB= yes .endif -CONFIGURE_ARGS+= --with-line-space +CONFIGURE_ARGS+= --with-line-space \ + --infodir='$${datadir}/emacs/$${version}/info' MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= emacs.1 etags.1 ctags.1 Index: emacs20/pkg-plist =================================================================== RCS file: /home/ncvs/ports/editors/emacs20/pkg-plist,v retrieving revision 1.27 diff -u -r1.27 pkg-plist --- emacs20/pkg-plist 8 Aug 1999 17:58:54 -0000 1.27 +++ emacs20/pkg-plist 2 Aug 2002 10:32:07 -0000 @@ -5,51 +5,22 @@ bin/emacsclient bin/etags bin/rcs-checkin -@unexec install-info --delete %D/info/ccmode %D/info/dir -@unexec install-info --delete %D/info/cl %D/info/dir -@unexec install-info --delete %D/info/dired-x %D/info/dir -@unexec install-info --delete %D/info/ediff %D/info/dir -@unexec install-info --delete %D/info/emacs %D/info/dir -@unexec install-info --delete %D/info/forms %D/info/dir -@unexec install-info --delete %D/info/gnus %D/info/dir -@unexec install-info --delete %D/info/info %D/info/dir -@unexec install-info --delete %D/info/message %D/info/dir -@unexec install-info --delete %D/info/mh-e %D/info/dir -@unexec install-info --delete %D/info/reftex %D/info/dir -@unexec install-info --delete %D/info/sc %D/info/dir -@unexec install-info --delete %D/info/vip %D/info/dir -@unexec install-info --delete %D/info/viper %D/info/dir -@unexec install-info --delete %D/info/widget %D/info/dir -info/ccmode -info/cl -info/dired-x -info/ediff -info/emacs -info/forms -info/gnus -info/info -info/message -info/mh-e -info/reftex -info/sc -info/vip -info/viper -info/widget -@exec install-info %D/info/ccmode %D/info/dir -@exec install-info %D/info/cl %D/info/dir -@exec install-info %D/info/dired-x %D/info/dir -@exec install-info %D/info/ediff %D/info/dir -@exec install-info %D/info/emacs %D/info/dir -@exec install-info %D/info/forms %D/info/dir -@exec install-info %D/info/gnus %D/info/dir -@exec install-info %D/info/info %D/info/dir -@exec install-info %D/info/message %D/info/dir -@exec install-info %D/info/mh-e %D/info/dir -@exec install-info %D/info/reftex %D/info/dir -@exec install-info %D/info/sc %D/info/dir -@exec install-info %D/info/vip %D/info/dir -@exec install-info %D/info/viper %D/info/dir -@exec install-info %D/info/widget %D/info/dir +share/emacs/%%EMACS_VER%%/info/ccmode +share/emacs/%%EMACS_VER%%/info/cl +share/emacs/%%EMACS_VER%%/info/dir +share/emacs/%%EMACS_VER%%/info/dired-x +share/emacs/%%EMACS_VER%%/info/ediff +share/emacs/%%EMACS_VER%%/info/emacs +share/emacs/%%EMACS_VER%%/info/forms +share/emacs/%%EMACS_VER%%/info/gnus +share/emacs/%%EMACS_VER%%/info/info +share/emacs/%%EMACS_VER%%/info/message +share/emacs/%%EMACS_VER%%/info/mh-e +share/emacs/%%EMACS_VER%%/info/reftex +share/emacs/%%EMACS_VER%%/info/sc +share/emacs/%%EMACS_VER%%/info/vip +share/emacs/%%EMACS_VER%%/info/viper +share/emacs/%%EMACS_VER%%/info/widget libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/cvtmail libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/digest-doc libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/emacsserver @@ -1308,6 +1279,7 @@ @dirrm libexec/emacs @dirrm share/emacs/%%EMACS_VER%%/etc/e @dirrm share/emacs/%%EMACS_VER%%/etc +@dirrm share/emacs/%%EMACS_VER%%/info @dirrm share/emacs/%%EMACS_VER%%/leim @dirrm share/emacs/%%EMACS_VER%%/lisp/language @dirrm share/emacs/%%EMACS_VER%%/lisp/gnus Index: emacs20-dl/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/emacs20-dl/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- emacs20-dl/Makefile 7 Dec 2001 12:58:19 -0000 1.24 +++ emacs20-dl/Makefile 2 Aug 2002 10:32:07 -0000 @@ -7,7 +7,7 @@ PORTNAME= emacs-dl PORTVERSION= ${EMACS_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors ipv6 MASTER_SITES= http://www.ainet.or.jp/~inoue/software/emacs-xim/ \ ${MASTER_SITE_GNU} @@ -40,7 +40,8 @@ .else CONFIGURE_ARGS= --with-x=no --with-pop .endif -CONFIGURE_ARGS+= --with-line-space +CONFIGURE_ARGS+= --with-line-space \ + --infodir='$${datadir}/emacs/$${version}/info' # for XIM extension XIM_PATCH= emacs20-xim-20000713 Index: emacs20-mule-devel/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/emacs20-mule-devel/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- emacs20-mule-devel/Makefile 29 Jan 2002 10:34:17 -0000 1.4 +++ emacs20-mule-devel/Makefile 2 Aug 2002 10:32:07 -0000 @@ -7,7 +7,7 @@ PORTNAME= emacs-${MULE} PORTVERSION= ${EMACS_VER}.${MULE_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors ipv6 MASTER_SITES= http://www.ainet.or.jp/~inoue/software/emacs-xim/ \ ${MASTER_SITE_GNU} @@ -41,6 +41,7 @@ .else CONFIGURE_ARGS= --with-x=no --with-pop .endif +CONFIGURE_ARGS+= --infodir='$${datadir}/emacs/$${version}/info' # for Mule patch MULE= mule Index: emacs21/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/emacs21/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- emacs21/Makefile 12 May 2002 14:29:01 -0000 1.13 +++ emacs21/Makefile 2 Aug 2002 10:32:07 -0000 @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= 21.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -40,6 +40,7 @@ .if defined(WITHOUT_XIM) CONFIGURE_ARGS+= --without-xim .endif +CONFIGURE_ARGS+= --infodir='$${datadir}/emacs/$${version}/info' MAN1= ctags.1 emacs.1 etags.1 gfdl.1 PLIST_SUB= EMACS_VER=${PORTVERSION} EMACS_ARCH=${CONFIGURE_TARGET} Index: emacs21/pkg-plist =================================================================== RCS file: /home/ncvs/ports/editors/emacs21/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- emacs21/pkg-plist 23 Oct 2001 16:35:56 -0000 1.1 +++ emacs21/pkg-plist 2 Aug 2002 10:32:07 -0000 @@ -7,84 +7,33 @@ bin/etags bin/grep-changelog bin/rcs-checkin -@unexec install-info --delete %D/info/ada-mode %D/info/dir -@unexec install-info --delete %D/info/autotype %D/info/dir -@unexec install-info --delete %D/info/ccmode %D/info/dir -@unexec install-info --delete %D/info/cl %D/info/dir -@unexec install-info --delete %D/info/dired-x %D/info/dir -@unexec install-info --delete %D/info/ebrowse %D/info/dir -@unexec install-info --delete %D/info/ediff %D/info/dir -@unexec install-info --delete %D/info/efaq %D/info/dir -@unexec install-info --delete %D/info/emacs %D/info/dir -@unexec install-info --delete %D/info/emacs-mime %D/info/dir -@unexec install-info --delete %D/info/eshell %D/info/dir -@unexec install-info --delete %D/info/eudc %D/info/dir -@unexec install-info --delete %D/info/forms %D/info/dir -@unexec install-info --delete %D/info/gnus %D/info/dir -@unexec install-info --delete %D/info/idlwave %D/info/dir -@unexec install-info --delete %D/info/info %D/info/dir -@unexec install-info --delete %D/info/message %D/info/dir -@unexec install-info --delete %D/info/mh-e %D/info/dir -@unexec install-info --delete %D/info/pcl-cvs %D/info/dir -@unexec install-info --delete %D/info/reftex %D/info/dir -@unexec install-info --delete %D/info/sc %D/info/dir -@unexec install-info --delete %D/info/speedbar %D/info/dir -@unexec install-info --delete %D/info/vip %D/info/dir -@unexec install-info --delete %D/info/viper %D/info/dir -@unexec install-info --delete %D/info/widget %D/info/dir -@unexec install-info --delete %D/info/woman %D/info/dir -info/ada-mode -info/autotype -info/ccmode -info/cl -info/dired-x -info/ebrowse -info/ediff -info/efaq -info/emacs -info/emacs-mime -info/eshell -info/eudc -info/forms -info/gnus -info/idlwave -info/info -info/message -info/mh-e -info/pcl-cvs -info/reftex -info/sc -info/speedbar -info/vip -info/viper -info/widget -info/woman -@exec install-info %D/info/ada-mode %D/info/dir -@exec install-info %D/info/autotype %D/info/dir -@exec install-info %D/info/ccmode %D/info/dir -@exec install-info %D/info/cl %D/info/dir -@exec install-info %D/info/dired-x %D/info/dir -@exec install-info %D/info/ebrowse %D/info/dir -@exec install-info %D/info/ediff %D/info/dir -@exec install-info %D/info/efaq %D/info/dir -@exec install-info %D/info/emacs %D/info/dir -@exec install-info %D/info/emacs-mime %D/info/dir -@exec install-info %D/info/eshell %D/info/dir -@exec install-info %D/info/eudc %D/info/dir -@exec install-info %D/info/forms %D/info/dir -@exec install-info %D/info/gnus %D/info/dir -@exec install-info %D/info/idlwave %D/info/dir -@exec install-info %D/info/info %D/info/dir -@exec install-info %D/info/message %D/info/dir -@exec install-info %D/info/mh-e %D/info/dir -@exec install-info %D/info/pcl-cvs %D/info/dir -@exec install-info %D/info/reftex %D/info/dir -@exec install-info %D/info/sc %D/info/dir -@exec install-info %D/info/speedbar %D/info/dir -@exec install-info %D/info/vip %D/info/dir -@exec install-info %D/info/viper %D/info/dir -@exec install-info %D/info/widget %D/info/dir -@exec install-info %D/info/woman %D/info/dir +share/emacs/%%EMACS_VER%%/info/ada-mode +share/emacs/%%EMACS_VER%%/info/autotype +share/emacs/%%EMACS_VER%%/info/ccmode +share/emacs/%%EMACS_VER%%/info/cl +share/emacs/%%EMACS_VER%%/info/dir +share/emacs/%%EMACS_VER%%/info/dired-x +share/emacs/%%EMACS_VER%%/info/ebrowse +share/emacs/%%EMACS_VER%%/info/ediff +share/emacs/%%EMACS_VER%%/info/efaq +share/emacs/%%EMACS_VER%%/info/emacs +share/emacs/%%EMACS_VER%%/info/emacs-mime +share/emacs/%%EMACS_VER%%/info/eshell +share/emacs/%%EMACS_VER%%/info/eudc +share/emacs/%%EMACS_VER%%/info/forms +share/emacs/%%EMACS_VER%%/info/gnus +share/emacs/%%EMACS_VER%%/info/idlwave +share/emacs/%%EMACS_VER%%/info/info +share/emacs/%%EMACS_VER%%/info/message +share/emacs/%%EMACS_VER%%/info/mh-e +share/emacs/%%EMACS_VER%%/info/pcl-cvs +share/emacs/%%EMACS_VER%%/info/reftex +share/emacs/%%EMACS_VER%%/info/sc +share/emacs/%%EMACS_VER%%/info/speedbar +share/emacs/%%EMACS_VER%%/info/vip +share/emacs/%%EMACS_VER%%/info/viper +share/emacs/%%EMACS_VER%%/info/widget +share/emacs/%%EMACS_VER%%/info/woman libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/cvtmail libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/digest-doc libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/emacsserver @@ -1813,6 +1762,7 @@ @dirrm libexec/emacs @dirrm share/emacs/%%EMACS_VER%%/etc/e @dirrm share/emacs/%%EMACS_VER%%/etc +@dirrm share/emacs/%%EMACS_VER%%/info @dirrm share/emacs/%%EMACS_VER%%/leim @dirrm share/emacs/%%EMACS_VER%%/lisp/calendar @dirrm share/emacs/%%EMACS_VER%%/lisp/emacs-lisp Index: mule/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/mule/Makefile,v retrieving revision 1.53 diff -u -r1.53 Makefile --- mule/Makefile 29 Jan 2002 16:41:48 -0000 1.53 +++ mule/Makefile 2 Aug 2002 10:32:07 -0000 @@ -8,7 +8,7 @@ PORTNAME= mule PORTVERSION= ${MULE_VERSION} PKGNAMESUFFIX= ${INPUT_METHOD} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= editors MASTER_SITES= ftp://ftp.m17n.org/pub/mule/ \ ftp://ftp.jaist.ac.jp/pub/GNU/mule/ \ @@ -44,6 +44,7 @@ CONFIGURE_ARGS= --with-executable=${EMACS_EXECUTABLE} \ --with-emacs-prefix=${EMACS_PREFIX} \ --with-terminal-face \ + --infodir='$${datadir}/mule/$${version}/info' \ --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \ ${WITH_INPUT_METHOD} ${WITH_DIALOGS} STRIP= Index: mule-common/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/mule-common/Makefile,v retrieving revision 1.56 diff -u -r1.56 Makefile --- mule-common/Makefile 3 Dec 2001 14:02:22 -0000 1.56 +++ mule-common/Makefile 2 Aug 2002 10:32:07 -0000 @@ -7,7 +7,7 @@ PORTNAME= mule-common PORTVERSION= ${MULE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors japanese MASTER_SITES= ftp://ftp.m17n.org/pub/mule/ \ ftp://ftp.jaist.ac.jp/pub/GNU/mule/ \ @@ -76,6 +76,7 @@ CONFIGURE_ARGS= --with-executable=${EMACS_EXECUTABLE} \ --with-emacs-prefix=${EMACS_PREFIX} \ --with-terminal-face \ + --infodir='$${datadir}/mule/$${version}/info' \ --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib STRIP= MAN1= coco.1 ctags.1 etags.1 m2ps.1 emacs.1 mule.1 @@ -84,6 +85,7 @@ COMP_ELC= egg.elc wnn-egg.elc sj3-client.elc sj3-egg.elc canna.elc ELC_DIR= ../lisp +INFODIR= ${PREFIX}/share/mule/${EMACS_VERSION}/info # ORIGINAL, MEW_ORG_PATCH and MEW_PATCH are used for debugging. # @@ -136,18 +138,15 @@ .for file in b2m coco ctags emacsclient etags m2ps strip ${PREFIX}/bin/${file} .endfor - if [ ! -f ${PREFIX}/share/mule/${EMACS_VERSION}/info/dir ]; then \ - ${MKDIR} ${PREFIX}/share/mule/${EMACS_VERSION}/info; \ - fi .for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message - install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir + install-info ${INFODIR}/${info} ${INFODIR}/dir .endfor # Our makeinfo can't handle files with Japanese characters. :< - install-info --section="The Emacs editor and associated tools" --entry="* Antenews-jp: (antenews-jp). Version 19 Antenews. (Japanese)" ${PREFIX}/info/antenews-jp ${PREFIX}/info/dir - install-info --section="The Emacs editor and associated tools" --entry="* Mule: (mule). Multilingual Enhancement to GNU Emacs." ${PREFIX}/info/mule ${PREFIX}/info/dir - install-info --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" ${PREFIX}/info/mule-jp ${PREFIX}/info/dir - install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" ${PREFIX}/info/egg-jp ${PREFIX}/info/dir - install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" ${PREFIX}/info/canna-jp ${PREFIX}/info/dir + install-info --section="The Emacs editor and associated tools" --entry="* Antenews-jp: (antenews-jp). Version 19 Antenews. (Japanese)" ${INFODIR}/antenews-jp ${INFODIR}/dir + install-info --section="The Emacs editor and associated tools" --entry="* Mule: (mule). Multilingual Enhancement to GNU Emacs." ${INFODIR}/mule ${INFODIR}/dir + install-info --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" ${INFODIR}/mule-jp ${INFODIR}/dir + install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" ${INFODIR}/egg-jp ${INFODIR}/dir + install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" ${INFODIR}/canna-jp ${INFODIR}/dir @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} if [ ! -f ${STARTUP_SCRIPT} ]; then \ Index: mule-common/pkg-plist =================================================================== RCS file: /home/ncvs/ports/editors/mule-common/pkg-plist,v retrieving revision 1.20 diff -u -r1.20 pkg-plist --- mule-common/pkg-plist 11 Aug 2000 03:03:58 -0000 1.20 +++ mule-common/pkg-plist 2 Aug 2002 10:32:07 -0000 @@ -14,145 +14,110 @@ @comment scare user in that case @unexec rmdir %D/share/mule/site-lisp 2>/dev/null || true @unexec rmdir %D/share/mule/%%EMACS_VERSION%%/site-lisp 2>/dev/null || true -@unexec install-info --delete %D/info/emacs %D/info/dir -@unexec install-info --delete %D/info/vip %D/info/dir -@unexec install-info --delete %D/info/viper %D/info/dir -@unexec install-info --delete %D/info/forms %D/info/dir -@unexec install-info --delete %D/info/gnus %D/info/dir -@unexec install-info --delete %D/info/mh-e %D/info/dir -@unexec install-info --delete %D/info/cl %D/info/dir -@unexec install-info --delete %D/info/sc %D/info/dir -@unexec install-info --delete %D/info/dired-x %D/info/dir -@unexec install-info --delete %D/info/ediff %D/info/dir -@unexec install-info --delete %D/info/ccmode %D/info/dir -@unexec install-info --delete %D/info/message %D/info/dir -@comment for mule -@unexec install-info --delete --section="The Emacs editor and associated tools" --entry="* Antenews-jp: (antenews-jp). Version 19 Antenews. (Japanese)" %D/info/antenews-jp %D/info/dir -@unexec install-info --delete --section="The Emacs editor and associated tools" --entry="* Mule: (mule). Multilingual Enhancement to GNU Emacs." %D/info/mule %D/info/dir -@unexec install-info --delete --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" %D/info/mule-jp %D/info/dir -@unexec install-info --delete --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" %D/info/egg-jp %D/info/dir -@unexec install-info --delete --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" %D/info/canna-jp %D/info/dir @comment @comment emacs stuff @comment -info/ccmode -info/ccmode-1 -info/ccmode-2 -info/cl -info/cl-1 -info/cl-2 -info/cl-3 -info/cl-4 -info/cl-5 -info/cl-6 -info/dired-x -info/ediff -info/ediff-1 -info/ediff-2 -info/emacs -info/emacs-1 -info/emacs-10 -info/emacs-11 -info/emacs-12 -info/emacs-13 -info/emacs-14 -info/emacs-15 -info/emacs-16 -info/emacs-17 -info/emacs-18 -info/emacs-19 -info/emacs-2 -info/emacs-20 -info/emacs-21 -info/emacs-22 -info/emacs-23 -info/emacs-24 -info/emacs-25 -info/emacs-26 -info/emacs-27 -info/emacs-28 -info/emacs-29 -info/emacs-3 -info/emacs-4 -info/emacs-5 -info/emacs-6 -info/emacs-7 -info/emacs-8 -info/emacs-9 -info/forms -info/gnus -info/gnus-1 -info/gnus-2 -info/gnus-3 -info/gnus-4 -info/gnus-5 -info/gnus-6 -info/gnus-7 -info/gnus-8 -info/gnus-9 -info/gnus-10 -info/gnus-11 -info/message -info/mh-e -info/mh-e-1 -info/mh-e-2 -info/mh-e-3 -info/mh-e-4 -info/sc -info/sc-1 -info/sc-2 -info/sc-3 -info/vip -info/vip-1 -info/vip-2 -info/viper -info/viper-1 -info/viper-2 -info/viper-3 -info/viper-4 +share/mule/%%EMACS_VERSION%%/info/ccmode +share/mule/%%EMACS_VERSION%%/info/ccmode-1 +share/mule/%%EMACS_VERSION%%/info/ccmode-2 +share/mule/%%EMACS_VERSION%%/info/cl +share/mule/%%EMACS_VERSION%%/info/cl-1 +share/mule/%%EMACS_VERSION%%/info/cl-2 +share/mule/%%EMACS_VERSION%%/info/cl-3 +share/mule/%%EMACS_VERSION%%/info/cl-4 +share/mule/%%EMACS_VERSION%%/info/cl-5 +share/mule/%%EMACS_VERSION%%/info/cl-6 +share/mule/%%EMACS_VERSION%%/info/dir +share/mule/%%EMACS_VERSION%%/info/dired-x +share/mule/%%EMACS_VERSION%%/info/ediff +share/mule/%%EMACS_VERSION%%/info/ediff-1 +share/mule/%%EMACS_VERSION%%/info/ediff-2 +share/mule/%%EMACS_VERSION%%/info/emacs +share/mule/%%EMACS_VERSION%%/info/emacs-1 +share/mule/%%EMACS_VERSION%%/info/emacs-10 +share/mule/%%EMACS_VERSION%%/info/emacs-11 +share/mule/%%EMACS_VERSION%%/info/emacs-12 +share/mule/%%EMACS_VERSION%%/info/emacs-13 +share/mule/%%EMACS_VERSION%%/info/emacs-14 +share/mule/%%EMACS_VERSION%%/info/emacs-15 +share/mule/%%EMACS_VERSION%%/info/emacs-16 +share/mule/%%EMACS_VERSION%%/info/emacs-17 +share/mule/%%EMACS_VERSION%%/info/emacs-18 +share/mule/%%EMACS_VERSION%%/info/emacs-19 +share/mule/%%EMACS_VERSION%%/info/emacs-2 +share/mule/%%EMACS_VERSION%%/info/emacs-20 +share/mule/%%EMACS_VERSION%%/info/emacs-21 +share/mule/%%EMACS_VERSION%%/info/emacs-22 +share/mule/%%EMACS_VERSION%%/info/emacs-23 +share/mule/%%EMACS_VERSION%%/info/emacs-24 +share/mule/%%EMACS_VERSION%%/info/emacs-25 +share/mule/%%EMACS_VERSION%%/info/emacs-26 +share/mule/%%EMACS_VERSION%%/info/emacs-27 +share/mule/%%EMACS_VERSION%%/info/emacs-28 +share/mule/%%EMACS_VERSION%%/info/emacs-29 +share/mule/%%EMACS_VERSION%%/info/emacs-3 +share/mule/%%EMACS_VERSION%%/info/emacs-4 +share/mule/%%EMACS_VERSION%%/info/emacs-5 +share/mule/%%EMACS_VERSION%%/info/emacs-6 +share/mule/%%EMACS_VERSION%%/info/emacs-7 +share/mule/%%EMACS_VERSION%%/info/emacs-8 +share/mule/%%EMACS_VERSION%%/info/emacs-9 +share/mule/%%EMACS_VERSION%%/info/forms +share/mule/%%EMACS_VERSION%%/info/gnus +share/mule/%%EMACS_VERSION%%/info/gnus-1 +share/mule/%%EMACS_VERSION%%/info/gnus-2 +share/mule/%%EMACS_VERSION%%/info/gnus-3 +share/mule/%%EMACS_VERSION%%/info/gnus-4 +share/mule/%%EMACS_VERSION%%/info/gnus-5 +share/mule/%%EMACS_VERSION%%/info/gnus-6 +share/mule/%%EMACS_VERSION%%/info/gnus-7 +share/mule/%%EMACS_VERSION%%/info/gnus-8 +share/mule/%%EMACS_VERSION%%/info/gnus-9 +share/mule/%%EMACS_VERSION%%/info/gnus-10 +share/mule/%%EMACS_VERSION%%/info/gnus-11 +share/mule/%%EMACS_VERSION%%/info/message +share/mule/%%EMACS_VERSION%%/info/mh-e +share/mule/%%EMACS_VERSION%%/info/mh-e-1 +share/mule/%%EMACS_VERSION%%/info/mh-e-2 +share/mule/%%EMACS_VERSION%%/info/mh-e-3 +share/mule/%%EMACS_VERSION%%/info/mh-e-4 +share/mule/%%EMACS_VERSION%%/info/sc +share/mule/%%EMACS_VERSION%%/info/sc-1 +share/mule/%%EMACS_VERSION%%/info/sc-2 +share/mule/%%EMACS_VERSION%%/info/sc-3 +share/mule/%%EMACS_VERSION%%/info/vip +share/mule/%%EMACS_VERSION%%/info/vip-1 +share/mule/%%EMACS_VERSION%%/info/vip-2 +share/mule/%%EMACS_VERSION%%/info/viper +share/mule/%%EMACS_VERSION%%/info/viper-1 +share/mule/%%EMACS_VERSION%%/info/viper-2 +share/mule/%%EMACS_VERSION%%/info/viper-3 +share/mule/%%EMACS_VERSION%%/info/viper-4 @comment @comment mule-specific stuff @comment -info/CCL -info/ISO2022 -info/R2L -info/XFONT -info/antenews-jp -info/canna-jp -info/egg -info/egg-jp -info/egg-jp-1 -info/egg-jp-2 -info/kbd-trans -info/languages -info/m2ps -info/mule -info/mule-jp -info/mule-jp-1 -info/mule-jp-2 -info/mule-jp-3 -info/quail -info/terminology -@exec install-info %D/info/emacs %D/info/dir -@exec install-info %D/info/vip %D/info/dir -@exec install-info %D/info/forms %D/info/dir -@exec install-info %D/info/gnus %D/info/dir -@exec install-info %D/info/mh-e %D/info/dir -@exec install-info %D/info/cl %D/info/dir -@exec install-info %D/info/sc %D/info/dir -@exec install-info %D/info/dired-x %D/info/dir -@exec install-info %D/info/ediff %D/info/dir -@exec install-info %D/info/ccmode %D/info/dir -@exec install-info %D/info/message %D/info/dir -@comment for mule -@exec install-info --section="The Emacs editor and associated tools" --entry="* Antenews-jp: (antenews-jp). Version 19 Antenews. (Japanese)" %D/info/antenews-jp %D/info/dir -@exec install-info --section="The Emacs editor and associated tools" --entry="* Mule: (mule). Multilingual Enhancement to GNU Emacs." %D/info/mule %D/info/dir -@exec install-info --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" %D/info/mule-jp %D/info/dir -@exec install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" %D/info/egg-jp %D/info/dir -@exec install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" %D/info/canna-jp %D/info/dir +share/mule/%%EMACS_VERSION%%/info/CCL +share/mule/%%EMACS_VERSION%%/info/ISO2022 +share/mule/%%EMACS_VERSION%%/info/R2L +share/mule/%%EMACS_VERSION%%/info/XFONT +share/mule/%%EMACS_VERSION%%/info/antenews-jp +share/mule/%%EMACS_VERSION%%/info/canna-jp +share/mule/%%EMACS_VERSION%%/info/egg +share/mule/%%EMACS_VERSION%%/info/egg-jp +share/mule/%%EMACS_VERSION%%/info/egg-jp-1 +share/mule/%%EMACS_VERSION%%/info/egg-jp-2 +share/mule/%%EMACS_VERSION%%/info/kbd-trans +share/mule/%%EMACS_VERSION%%/info/languages +share/mule/%%EMACS_VERSION%%/info/m2ps +share/mule/%%EMACS_VERSION%%/info/mule +share/mule/%%EMACS_VERSION%%/info/mule-jp +share/mule/%%EMACS_VERSION%%/info/mule-jp-1 +share/mule/%%EMACS_VERSION%%/info/mule-jp-2 +share/mule/%%EMACS_VERSION%%/info/mule-jp-3 +share/mule/%%EMACS_VERSION%%/info/quail +share/mule/%%EMACS_VERSION%%/info/terminology @comment -@exec [ -f %D/share/mule/%%EMACS_VERSION%%/info/dir ] || mkdir -p %D/share/mule/%%EMACS_VERSION%%/info -@unexec rmdir %D/share/mule/%%EMACS_VERSION%%/info 2>/dev/null || true +@dirrm share/mule/%%EMACS_VERSION%%/info libexec/mule/%%EMACS_VERSION%%/%%EMACS_ARCH%%/cvtmail libexec/mule/%%EMACS_VERSION%%/%%EMACS_ARCH%%/digest-doc libexec/mule/%%EMACS_VERSION%%/%%EMACS_ARCH%%/emacsserver --- diff ends here --- >Release-Note: >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 2 5:10:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E7A37B400 for ; Fri, 2 Aug 2002 05:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B70143E42 for ; Fri, 2 Aug 2002 05:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72CA4JU011800 for ; Fri, 2 Aug 2002 05:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72CA4uk011799; Fri, 2 Aug 2002 05:10:04 -0700 (PDT) Date: Fri, 2 Aug 2002 05:10:04 -0700 (PDT) Message-Id: <200208021210.g72CA4uk011799@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Simon 'corecode' Schubert" Subject: Re: ports/41258: converters/recode needs new port revision Reply-To: "Simon 'corecode' Schubert" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41258; it has been noted by GNATS. From: "Simon 'corecode' Schubert" To: Martin Kraft Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/41258: converters/recode needs new port revision Date: Fri, 2 Aug 2002 14:05:35 +0200 --=.IYGafILBWVd+u7 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 2 Aug 2002 12:31:18 +0200 (CEST) Martin Kraft wrote: > >Environment: > 4.6 STABLE > recode installed from the ports long time ago. > updated some other ports during the last days including replacement od > libintl.2 by libintl.4. > > >Description: > recode cannot be executed: > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found your fault. you did remove gettext-0.11.2 but recode depended on it. > But pkg_version -c does not show recode. So I missed to recompile recode. no need for that if you update your tree the right way: either keep libintl.so.2 somewhere and everything is fine, or remove libintl.so.2 and manually recompile all affected ports. > >Fix: > I guess, a new portrevision (2) is required in the Makefile? no. just sane updating. -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --=.IYGafILBWVd+u7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9SnWTr5S+dk6z85oRAie2AJ4v09HriVucZX81Mrix0mO0AU1NBQCgyLwz J2FAJ3pIDzwhDvUh96PcLO4= =yURH -----END PGP SIGNATURE----- --=.IYGafILBWVd+u7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 5:20:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E11E837B400 for ; Fri, 2 Aug 2002 05:20:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FED443E42 for ; Fri, 2 Aug 2002 05:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72CK7JU012626 for ; Fri, 2 Aug 2002 05:20:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72CK7kW012625; Fri, 2 Aug 2002 05:20:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B07737B400 for ; Fri, 2 Aug 2002 05:15:09 -0700 (PDT) Received: from t-mta7.odn.ne.jp (mfep7.odn.ne.jp [143.90.131.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC79743E6A for ; Fri, 2 Aug 2002 05:15:07 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([61.201.57.202]) by t-mta7.odn.ne.jp with ESMTP id <20020802121506123.JFTG.2063.t-mta7.odn.ne.jp@mta7.odn.ne.jp>; Fri, 2 Aug 2002 21:15:06 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id A311655A1; Fri, 2 Aug 2002 21:14:59 +0900 (JST) Message-Id: <20020802121459.A311655A1@hadaly.dyndns.org> Date: Fri, 2 Aug 2002 21:14:59 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41260: Update ports: textproc/manued.el - url changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41260 >Category: ports >Synopsis: Update ports: textproc/manued.el - url changed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 02 05:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE-p5 FreeBSD 4.6.1-RELEASE-p5 #11: Thu Aug 1 10:41:04 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: I forgot to update MASTER_SITES in the previous PR. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/manued.el/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2002/07/28 05:04:00 1.2 +++ Makefile 2002/08/02 12:11:57 @@ -8,8 +8,8 @@ PORTNAME= manued.el PORTVERSION= 0.9.4 CATEGORIES= textproc elisp -MASTER_SITES= http://www.mpi-sb.mpg.de/~hitoshi/projects/manued/arcs/ \ - http://www.archi.is.tohoku.ac.jp/~yamauchi/projects/manued/arcs/ +MASTER_SITES= http://www.mpi-sb.mpg.de/~hitoshi/otherprojects/manued/arcs/ \ + http://www.archi.is.tohoku.ac.jp/~yamauchi/otherprojects/manued/arcs/ DISTFILES= ${EL} EXTRACT_ONLY= # empty .if !defined(NOPORTDOCS) >Release-Note: >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 2 5:57:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 418D037B400 for ; Fri, 2 Aug 2002 05:57:53 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 44A7A43E4A for ; Fri, 2 Aug 2002 05:57:52 -0700 (PDT) (envelope-from mue.da@gmx.de) Received: (qmail 28031 invoked by uid 0); 2 Aug 2002 12:57:50 -0000 Received: from pd9e827db.dip.t-dialin.net (HELO gmx.de) (217.232.39.219) by mail.gmx.net (mp004-rz3) with SMTP; 2 Aug 2002 12:57:50 -0000 Message-ID: <3D4A8192.90801@gmx.de> Date: Fri, 02 Aug 2002 14:56:50 +0200 From: Daniel Mueller User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020801 X-Accept-Language: de, en MIME-Version: 1.0 To: anders@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: dillo-0.6.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, i only want to notice that there is a little typo in: "/usr/ports/www/dillo/pkg-descr" in line 7. The word is: "multiplataform"... CU Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 6: 0:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10F2537B400 for ; Fri, 2 Aug 2002 06:00:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA3F43E70 for ; Fri, 2 Aug 2002 06:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72D06JU024851 for ; Fri, 2 Aug 2002 06:00:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72D06nw024850; Fri, 2 Aug 2002 06:00:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A4337B400 for ; Fri, 2 Aug 2002 05:55:09 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F91443E3B for ; Fri, 2 Aug 2002 05:55:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g72Ct9OT002975 for ; Fri, 2 Aug 2002 05:55:09 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g72Ct9xV002972; Fri, 2 Aug 2002 05:55:09 -0700 (PDT) Message-Id: <200208021255.g72Ct9xV002972@www.freebsd.org> Date: Fri, 2 Aug 2002 05:55:09 -0700 (PDT) From: Brian Candler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41262: gmake port/package has unnecessary dependencies Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41262 >Category: ports >Synopsis: gmake port/package has unnecessary dependencies >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 02 06:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Brian Candler >Release: FreeBSD-4.6-RELEASE >Organization: >Environment: >Description: The 'gmake' port has a bunch of dependencies, including expat, an XML parser! (I presume indirectly via gettext) IMO these are unnecessary. If you build gmake-3.79.1 manually from source it compiles fine without gettext. >How-To-Repeat: # pkg_add gmake-3.79.1_1.tgz pkg_add: could not find package libiconv-1.7_5 ! pkg_add: could not find package expat-1.95.2 ! pkg_add: could not find package gettext-0.11.1_3 ! >Fix: Perhaps this ./configure option: --with-included-gettext use the GNU gettext library included here >Release-Note: >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 2 6:20: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9BC237B400 for ; Fri, 2 Aug 2002 06:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A8143E3B for ; Fri, 2 Aug 2002 06:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72DK4JU030672 for ; Fri, 2 Aug 2002 06:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72DK3Nq030671; Fri, 2 Aug 2002 06:20:03 -0700 (PDT) Date: Fri, 2 Aug 2002 06:20:03 -0700 (PDT) Message-Id: <200208021320.g72DK3Nq030671@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Erik Trulsson Subject: Re: ports/41262: gmake port/package has unnecessary dependencies Reply-To: Erik Trulsson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41262; it has been noted by GNATS. From: Erik Trulsson To: Brian Candler Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/41262: gmake port/package has unnecessary dependencies Date: Fri, 2 Aug 2002 15:12:29 +0200 On Fri, Aug 02, 2002 at 05:55:09AM -0700, Brian Candler wrote: > > >Number: 41262 > >Category: ports > >Synopsis: gmake port/package has unnecessary dependencies > >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 02 06:00:05 PDT 2002 > >Closed-Date: > >Last-Modified: > >Originator: Brian Candler > >Release: FreeBSD-4.6-RELEASE > >Organization: > >Environment: > >Description: > The 'gmake' port has a bunch of dependencies, including expat, > an XML parser! (I presume indirectly via gettext) > > IMO these are unnecessary. If you build gmake-3.79.1 manually from > source it compiles fine without gettext. > > >How-To-Repeat: > # pkg_add gmake-3.79.1_1.tgz > pkg_add: could not find package libiconv-1.7_5 ! > pkg_add: could not find package expat-1.95.2 ! > pkg_add: could not find package gettext-0.11.1_3 ! > > >Fix: > Perhaps this ./configure option: > --with-included-gettext use the GNU gettext library included here The 'gmake' port has already been changed to not depend on devel/gettext. There might still be packages lying around that were compiled from before the change. Try gmake-3.79.1_2 instead of 3.79.1_1 (This change was made about two months ago.) -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 6:21:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D74437B400 for ; Fri, 2 Aug 2002 06:21:33 -0700 (PDT) Received: from mail0.ewetel.de (mail0.ewetel.de [212.6.122.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B91CE43E3B for ; Fri, 2 Aug 2002 06:21:32 -0700 (PDT) (envelope-from raabe@kde.org) Received: from dsl-wst-213-170-174-062.ewetel.net (dsl-wst-213-170-174-062.ewetel.net [213.170.174.62]) by mail0.ewetel.de (8.12.1/8.12.1) with ESMTP id g72DLPHt011618 for ; Fri, 2 Aug 2002 15:21:26 +0200 (MEST) From: Frerich Raabe To: ports@FreeBSD.org Subject: Re: [kde-freebsd] Building kdebase3 Date: Fri, 2 Aug 2002 15:22:00 +0200 User-Agent: KMail/1.4.5 References: <20020802094313.GA86720@grimoire.chen.org.nz> <200208021314.05757.raabe@kde.org> <20020802111941.GC92889@wwweasel.geeksrus.net> In-Reply-To: <20020802111941.GC92889@wwweasel.geeksrus.net> MIME-Version: 1.0 Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200208021520.38193.raabe@kde.org> Organization: KDE Project Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-CheckCompat: OK Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 02 August 2002 13:19, Alan E wrote: > On Fri, Aug 02, 2002 at 01:14:00PM +0200, Frerich Raabe wrote: > >On Friday 02 August 2002 12:55, Alan E wrote: > >> On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: > >> Apparently, it's possible to build things in such an order that > >> klistview.h doesn't exist at the time uic is run and so the include do= es > >> not get generated; at least that's my hypothesis as of now. i don't > >> think uic is borked, but i think the environment around it is > > > >That .ui files fails to include a file. Try the attached patch please. > > Nope. Try again. It's not a kdebase issue. I cannot speak for will, but > I will not commit any patch to kdebase over this, as there is nothing > wrong with it. This is a build issue. Uic discovers the include files > it needs if they exist, ANAICT. Please tell me how uic is supposed to "discover the include files". If you= =20 start Qt Designer, you'll see that this is a stone old problem and that .ui= =20 files which use external widgets (and KDE widgets are external in this=20 context) should get their include files explicitely added. Refer to the DTD= =20 for ui files, in particular the elements and > >> klistview.h a new file with 3.0.2? > > How else could kdebase get built without kdelibs installed? Answer that, > and we're that much closer to the real solution. Please quote me properly. I answered No. It is not possible to build kdebas= e=20 without having kdelibs installed. =2D - Frerich =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Sod4KrbzRexv2VkRAnLKAJ9YrnncctRp72AKbF5X+rXBGZQCzQCfYZlY 7UJ/Nd9653N2uoahA5lxsp4=3D =3DdF7o =2D----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 6:22:55 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BEAD37B400; Fri, 2 Aug 2002 06:22:52 -0700 (PDT) Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D5643E42; Fri, 2 Aug 2002 06:22:51 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: from wop21.wop.wtb.tue.nl (localhost.wop.wtb.tue.nl [127.0.0.1]) by wop21.wop.wtb.tue.nl (8.12.3/8.12.3) with ESMTP id g72DL6aW081929; Fri, 2 Aug 2002 15:21:07 +0200 (CEST) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.12.3/8.12.3/Submit) id g72DL6CC081928; Fri, 2 Aug 2002 15:21:06 +0200 (CEST) Date: Fri, 2 Aug 2002 15:21:06 +0200 From: "Karel J. Bosschaart" To: Alan E Cc: Michael Nottebrock , Jonathan Chen , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 Message-ID: <20020802132106.GA81866@wop21.wop.wtb.tue.nl> References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020802105536.GA56061@wwweasel.geeksrus.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 06:55:36AM -0400, Alan E wrote: > On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: > >Jonathan Chen wrote: > >>I've recently cvsup'd and am trying to build kdebase3. However it's > >>failing with: > > >Yes, 10 minutes ago. Here's a patch, ready to go into > >/x11/kdebase3/files > > I guess nobody else has bothered to realize that this file does > not exist until the package is built. It is ia generated file, as > is the corresponding .cpp file; it comes from a .ui file by way the > uic command. > > Apparently, it's possible to build things in such an order that > klistview.h doesn't exist at the time uic is run and so the include does > not get generated; at least that's my hypothesis as of now. i don't > think uic is borked, but i think the environment around it is. is > klistview.h a new file with 3.0.2? i think the bottom line is that if > you make sure you have kdelibs-3.0.2 installed before you build kdebase > you should be fine. Please test this hypothesis. > FWIW, I built KDE-3.0.2 with ports from last Sunday, having installed KDE-3.0.1. kdebase3 failed to portupgrade (don't remember at what spot), but I proceeded with the other kde ports. When I finally did kdebase3 again, all went fine. Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 6:34:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 009F137B400; Fri, 2 Aug 2002 06:34:11 -0700 (PDT) Received: from dual.ms.mff.cuni.cz (www.freebsd.cz [195.113.19.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6623C43E65; Fri, 2 Aug 2002 06:34:09 -0700 (PDT) (envelope-from horcicka@FreeBSD.cz) Received: from localhost (horcicka@localhost) by dual.ms.mff.cuni.cz (8.11.6/8.11.1) with ESMTP id g72DY8Z27991; Fri, 2 Aug 2002 15:34:08 +0200 (CEST) (envelope-from horcicka@FreeBSD.cz) Date: Fri, 2 Aug 2002 15:34:08 +0200 (CEST) From: Martin Horcicka X-X-Sender: horcicka@dual.ms.mff.cuni.cz To: freebsd-ports@FreeBSD.org Cc: freebsd-hubs@FreeBSD.org Subject: INDEX for packages-4-stable Message-ID: <20020802152415.X23359-100000@dual.ms.mff.cuni.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I have noticed the INDEX file for packages-4-stable to be missing for quite a long time. Could it be possible to regenerate it regularly? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 6:41:58 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A77CD37B401 for ; Fri, 2 Aug 2002 06:41:53 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B02B43E9E for ; Fri, 2 Aug 2002 06:41:52 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 27082 invoked by uid 0); 2 Aug 2002 13:41:50 -0000 Received: from pd9003280.dip.t-dialin.net (HELO gmx.net) (217.0.50.128) by mail.gmx.net (mp020-rz3) with SMTP; 2 Aug 2002 13:41:50 -0000 Message-ID: <3D4A8C18.40007@gmx.net> Date: Fri, 02 Aug 2002 15:41:44 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan E Cc: Frerich Raabe , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> <200208021314.05757.raabe@kde.org> <20020802111941.GC92889@wwweasel.geeksrus.net> X-Enigmail-Version: 0.61.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0ABB7FA2701657416756674B" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following is an OpenPGP/MIME signed message created by Enigmail/Mozilla, following RFC 2440 and RFC 2015 --------------enig0ABB7FA2701657416756674B Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Alan E wrote: > On Fri, Aug 02, 2002 at 01:14:00PM +0200, Frerich Raabe wrote: > Content-Description: clearsigned data > >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>On Friday 02 August 2002 12:55, Alan E wrote: >> >>>On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: >>>Apparently, it's possible to build things in such an order that >>>klistview.h doesn't exist at the time uic is run and so the include does >>>not get generated; at least that's my hypothesis as of now. i don't >>>think uic is borked, but i think the environment around it is >> >>That .ui files fails to include a file. Try the attached patch please. >> > > > Nope. Try again. It's not a kdebase issue. I think this might happen because people update the kdebase-port (because its revision was bumped) and qt (because it was updated), but not kdelibs, which will result in a mixed-pickles kde with qt-3.0.3-kdelibs & everything else and qt-3.0.5-kdebase. So maybe a revision-bump of all kde-ports that install binaries (or some sort of qt-plugins) is in order. At the moment this is just speculation though, I noticed that the mismatching versions don't work very well with each other because the styles that kdelibs installs won't show up in a qt-3.0.5-kdebase3.0.2_2. I'm going to delete my kdebase-patch and portupgrade -rf qt30 now, and see what happens. Regards. -- Michael Nottebrock "The circumstance ends uglily in the cruel result." - Babelfish --------------enig0ABB7FA2701657416756674B Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9SowdXhc68WspdLARAjlUAJ0bK4kOSvqaAIZD1YvtrvLVMVQiBQCfWeU+ 57CNfZcGZX0LCvEZLE5Ep/s= =Ps2d -----END PGP SIGNATURE----- --------------enig0ABB7FA2701657416756674B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 6:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3285237B400 for ; Fri, 2 Aug 2002 06:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F2443E6A for ; Fri, 2 Aug 2002 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72Do2JU034340 for ; Fri, 2 Aug 2002 06:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72Do2ba034339; Fri, 2 Aug 2002 06:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0615337B400 for ; Fri, 2 Aug 2002 06:47:47 -0700 (PDT) Received: from aragorn.reaumur.absolight.net (ATuileries-113-2-1-126.abo.wanadoo.fr [80.11.216.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3860C43E81 for ; Fri, 2 Aug 2002 06:47:46 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id B59FE8205; Fri, 2 Aug 2002 15:47:44 +0200 (CEST) Message-Id: <20020802134744.B59FE8205@aragorn.reaumur.absolight.net> Date: Fri, 2 Aug 2002 15:47:44 +0200 (CEST) From: Mathieu Arnold Reply-To: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41265: New port: textproc/p5-Text-Reflow Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41265 >Category: ports >Synopsis: New port: textproc/p5-Text-Reflow >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 02 06:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.6.1-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #4: Mon Jul 29 17:55:38 CEST 2002 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: These routines will reflow the paragraphs in the given file, filehandle, string or array using Knuth's paragraphing algorithm (as used in TeX) to pick "good" places to break the lines. >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: # # p5-Text-Reflow # p5-Text-Reflow/Makefile # p5-Text-Reflow/distinfo # p5-Text-Reflow/pkg-comment # p5-Text-Reflow/pkg-descr # p5-Text-Reflow/pkg-plist # echo c - p5-Text-Reflow mkdir -p p5-Text-Reflow > /dev/null 2>&1 echo x - p5-Text-Reflow/Makefile sed 's/^X//' >p5-Text-Reflow/Makefile << 'END-of-p5-Text-Reflow/Makefile' X# New ports collection makefile for: textproc/p5- Text-Reflow X# Date created: 2 August 2002 X# Whom: Mathieu Arnold X# X# $FreeBSD$ X# X XPORTNAME= Text-Reflow XPORTVERSION= 1.04 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= m@absolight.net X XPERL_CONFIGURE= yes X XMAN3= Text::Reflow.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Text-Reflow/Makefile echo x - p5-Text-Reflow/distinfo sed 's/^X//' >p5-Text-Reflow/distinfo << 'END-of-p5-Text-Reflow/distinfo' XMD5 (Text-Reflow-1.04.tar.gz) = 9b7d192cda3ffe8de76735c843352200 END-of-p5-Text-Reflow/distinfo echo x - p5-Text-Reflow/pkg-comment sed 's/^X//' >p5-Text-Reflow/pkg-comment << 'END-of-p5-Text-Reflow/pkg-comment' XPerl module for reflowing text files END-of-p5-Text-Reflow/pkg-comment echo x - p5-Text-Reflow/pkg-descr sed 's/^X//' >p5-Text-Reflow/pkg-descr << 'END-of-p5-Text-Reflow/pkg-descr' XThese routines will reflow the paragraphs in the given file, Xfilehandle, string or array using Knuth's paragraphing algorithm (as Xused in TeX) to pick "good" places to break the lines. END-of-p5-Text-Reflow/pkg-descr echo x - p5-Text-Reflow/pkg-plist sed 's/^X//' >p5-Text-Reflow/pkg-plist << 'END-of-p5-Text-Reflow/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Reflow.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow END-of-p5-Text-Reflow/pkg-plist exit >Release-Note: >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 2 6:59:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E2CA37B400 for ; Fri, 2 Aug 2002 06:59:56 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B148C43E77 for ; Fri, 2 Aug 2002 06:59:54 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 18226 invoked by uid 0); 2 Aug 2002 13:59:53 -0000 Received: from pd9003280.dip.t-dialin.net (HELO gmx.net) (217.0.50.128) by mail.gmx.net (mp020-rz3) with SMTP; 2 Aug 2002 13:59:53 -0000 Message-ID: <3D4A9055.3010201@gmx.net> Date: Fri, 02 Aug 2002 15:59:49 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Nottebrock Cc: Alan E , Frerich Raabe , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> <200208021314.05757.raabe@kde.org> <20020802111941.GC92889@wwweasel.geeksrus.net> <3D4A8C18.40007@gmx.net> X-Enigmail-Version: 0.61.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5F5E279A3678194B932463FF" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following is an OpenPGP/MIME signed message created by Enigmail/Mozilla, following RFC 2440 and RFC 2015 --------------enig5F5E279A3678194B932463FF Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Michael Nottebrock wrote: > Alan E wrote: > >> On Fri, Aug 02, 2002 at 01:14:00PM +0200, Frerich Raabe wrote: >> Content-Description: clearsigned data >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> On Friday 02 August 2002 12:55, Alan E wrote: >>> >>>> On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: >>>> Apparently, it's possible to build things in such an order that >>>> klistview.h doesn't exist at the time uic is run and so the include >>>> does >>>> not get generated; at least that's my hypothesis as of now. i don't >>>> think uic is borked, but i think the environment around it is >>> >>> >>> That .ui files fails to include a file. Try the attached patch please. >>> >> >> >> Nope. Try again. It's not a kdebase issue. > > > I think this might happen because people update the kdebase-port > (because its revision was bumped) and qt (because it was updated), but > not kdelibs, which will result in a mixed-pickles kde with > qt-3.0.3-kdelibs & everything else and qt-3.0.5-kdebase. So maybe a > revision-bump of all kde-ports that install binaries (or some sort of > qt-plugins) is in order. Afterthought: But even with revision-bumps we can't really make sure people compile kdelibs _first_. Is there a solution to this (apart from merging kdelibs and kdebase into one big port)? Regards, -- Michael Nottebrock "The circumstance ends uglily in the cruel result." - Babelfish --------------enig5F5E279A3678194B932463FF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9SpBYXhc68WspdLARAtrfAJ9+AzdvezZEgxM1YcBiWVK0IQHJewCfWVkc qnywJUG6YnKeKZa2wRROAIY= =iaqR -----END PGP SIGNATURE----- --------------enig5F5E279A3678194B932463FF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 7: 3:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8557737B400 for ; Fri, 2 Aug 2002 07:03:53 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 72F5343E3B for ; Fri, 2 Aug 2002 07:03:52 -0700 (PDT) (envelope-from mue.da@gmx.de) Received: (qmail 25896 invoked by uid 0); 2 Aug 2002 14:03:51 -0000 Received: from pd9e827db.dip.t-dialin.net (HELO gmx.de) (217.232.39.219) by mail.gmx.net (mp018-rz3) with SMTP; 2 Aug 2002 14:03:51 -0000 Message-ID: <3D4A910A.50407@gmx.de> Date: Fri, 02 Aug 2002 16:02:50 +0200 From: Daniel Mueller User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020801 X-Accept-Language: de, en MIME-Version: 1.0 To: ajr@subdimension.com Cc: ports@FreeBSD.org Subject: FreeBSD Port: fastest_cvsup-0.2.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, i want to report the error i get when i try to install this port on my FreeBSD 4-stable machine: " su-2.05a# pwd /usr/ports/sysutils/fastest_cvsup su-2.05a# make install clean >> fastest_cvsup-0.2.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://fastest-cvsup.sourceforge.net/download/. Receiving fastest_cvsup-0.2.6.tar.gz (7090 bytes): 100% 7090 bytes transferred in 0.4 seconds (19.34 kBps) ===> Extracting for fastest_cvsup-0.2.6 >> Checksum mismatch for fastest_cvsup-0.2.6.tar.gz. Make sure the Makefile and distinfo file (/usr/ports/sysutils/fastest_cvsup/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/sysutils/fastest_cvsup. su-2.05a# " Please check it. CU Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 7:31:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1EF737B401 for ; Fri, 2 Aug 2002 07:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3115C43E8A for ; Fri, 2 Aug 2002 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72EU3JU042039 for ; Fri, 2 Aug 2002 07:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72EU3fo042038; Fri, 2 Aug 2002 07:30:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E27EB37B400 for ; Fri, 2 Aug 2002 07:27:37 -0700 (PDT) Received: from davinci.isds.duke.edu (davinci.isds.duke.edu [152.3.22.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5297543E4A for ; Fri, 2 Aug 2002 07:27:36 -0700 (PDT) (envelope-from vangyzen@stat.duke.edu) Received: from floyd.isds.duke.edu (floyd.isds.duke.edu [152.3.22.120]) by davinci.isds.duke.edu (8.11.6/8.11.6) with ESMTP id g72ERZJ20074 for ; Fri, 2 Aug 2002 10:27:35 -0400 (EDT) Received: (from vangyzen@localhost) by floyd.isds.duke.edu (8.12.5/8.12.5/Submit) id g72ERZ4n009475; Fri, 2 Aug 2002 10:27:35 -0400 (EDT) (envelope-from vangyzen) Message-Id: <200208021427.g72ERZ4n009475@floyd.isds.duke.edu> Date: Fri, 2 Aug 2002 10:27:35 -0400 (EDT) From: Eric van Gyzen Reply-To: Eric van Gyzen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41266: update to ports/math/R-letter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41266 >Category: ports >Synopsis: update to ports/math/R-letter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 02 07:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Eric van Gyzen >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: N/A >Description: update to latest version >How-To-Repeat: >Fix: Index: ports/math/R-letter/Makefile =================================================================== RCS file: /build/cvsroot/ports/math/R-letter/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- ports/math/R-letter/Makefile 31 Jan 2002 01:09:53 -0000 1.21 +++ ports/math/R-letter/Makefile 29 Jul 2002 17:55:27 -0000 @@ -6,7 +6,7 @@ # PORTNAME= R -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.1 CATEGORIES= math MASTER_SITES= http://cran.r-project.org/src/base/ \ ftp://cran.r-project.org/pub/R/src/base/ \ @@ -39,7 +39,7 @@ @${FALSE} .endif -ALL_TARGET= all help html +#ALL_TARGET= all help html MAN1= R.1 Index: ports/math/R-letter/distinfo =================================================================== RCS file: /build/cvsroot/ports/math/R-letter/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- ports/math/R-letter/distinfo 31 Jan 2002 01:09:53 -0000 1.9 +++ ports/math/R-letter/distinfo 2 Aug 2002 14:25:39 -0000 @@ -1 +1 @@ -MD5 (R-1.4.1.tgz) = bf482598325347c7997477eb778552e8 +MD5 (R-1.5.1.tgz) = 5be01408b5354e35f4c02aa124c9ed77 Index: ports/math/R-letter/pkg-plist =================================================================== RCS file: /build/cvsroot/ports/math/R-letter/pkg-plist,v retrieving revision 1.12 diff -u -r1.12 pkg-plist --- ports/math/R-letter/pkg-plist 31 Jan 2002 01:09:53 -0000 1.12 +++ ports/math/R-letter/pkg-plist 29 Jul 2002 17:27:51 -0000 @@ -115,14 +115,17 @@ lib/R/etc/Makeconf lib/R/etc/Renviron lib/R/share/R/firstlib.R +lib/R/share/make/config.mk lib/R/share/make/shlib.mk lib/R/share/make/tests.mk lib/R/share/perl/R/Dcf.pm +lib/R/share/perl/R/Logfile.pm lib/R/share/perl/R/Rd.pm lib/R/share/perl/R/Rdconv.pm lib/R/share/perl/R/Rdlists.pm lib/R/share/perl/R/Rdtools.pm lib/R/share/perl/R/Utils.pm +lib/R/share/perl/R/Vars.pm lib/R/share/perl/Text/DelimMatch.pm lib/R/share/perl/Rd2contents.pl lib/R/share/perl/build-help-mac.pl @@ -138,6 +141,7 @@ lib/R/share/sh/echo.sh lib/R/share/sh/help-links.sh lib/R/share/texmf/Rd.sty +lib/R/share/texmf/Sweave.sty lib/R/share/texmf/hyperref.cfg lib/R/share/texmf/omsaer.fd lib/R/share/texmf/omsaett.fd @@ -148,8 +152,10 @@ lib/R/bin/Rdiff lib/R/bin/Rd2dvi lib/R/bin/Rd2txt +lib/R/bin/config lib/R/bin/help lib/R/bin/pager +lib/R/bin/texi2dvi lib/R/bin/COMPILE lib/R/bin/INSTALL lib/R/bin/REMOVE @@ -160,6 +166,7 @@ lib/R/bin/Sd2Rd lib/R/bin/build lib/R/bin/check +lib/R/bin/f77 lib/R/bin/libtool lib/R/bin/R lib/R/bin/R.bin @@ -191,8 +198,8 @@ lib/R/include/Rdefines.h lib/R/include/Rgraphics.h lib/R/include/Rinternals.h -lib/R/include/Rmath.h lib/R/include/Rconfig.h +lib/R/include/Rmath.h lib/R/include/Rversion.h lib/R/modules/R_X11.so lib/R/modules/internet.so @@ -548,34 +555,45 @@ lib/R/library/lqs/INDEX lib/R/library/lqs/CONTENTS lib/R/library/methods/help/zBasicFunsList +lib/R/library/methods/help/BasicClasses lib/R/library/methods/help/BasicFunctions lib/R/library/methods/help/Classes +lib/R/library/methods/help/EmptyMethodsList-class +lib/R/library/methods/help/EnvironmentClass lib/R/library/methods/help/GenericFunctions +lib/R/library/methods/help/LanguageClasses +lib/R/library/methods/help/LinearMethodsList-class +lib/R/library/methods/help/MethodDefinition-class lib/R/library/methods/help/MethodSupport +lib/R/library/methods/help/MethodWithNext-class lib/R/library/methods/help/Methods lib/R/library/methods/help/MethodsList-class lib/R/library/methods/help/MethodsList +lib/R/library/methods/help/NextMethod lib/R/library/methods/help/RClassUtils lib/R/library/methods/help/RMethodUtils lib/R/library/methods/help/Session +lib/R/library/methods/help/TraceClasses +lib/R/library/methods/help/StructureClasses lib/R/library/methods/help/as lib/R/library/methods/help/class lib/R/library/methods/help/getClass lib/R/library/methods/help/getMethod +lib/R/library/methods/help/hasArg lib/R/library/methods/help/is lib/R/library/methods/help/languageEl lib/R/library/methods/help/methodUtilities lib/R/library/methods/help/new lib/R/library/methods/help/promptClass lib/R/library/methods/help/promptMethods -lib/R/library/methods/help/recover lib/R/library/methods/help/representation lib/R/library/methods/help/setClass -lib/R/library/methods/help/show lib/R/library/methods/help/setGeneric lib/R/library/methods/help/setMethod lib/R/library/methods/help/setSClass +lib/R/library/methods/help/show lib/R/library/methods/help/showMethods +lib/R/library/methods/help/signature-class lib/R/library/methods/help/slot lib/R/library/methods/help/substituteDirect lib/R/library/methods/help/validObject @@ -583,7 +601,7 @@ lib/R/library/methods/R-ex/validObject.R lib/R/library/methods/R-ex/as.R lib/R/library/methods/R-ex/getClass.R -lib/R/library/methods/R-ex/getMethod.R +lib/R/library/methods/R-ex/hasArg.R lib/R/library/methods/R-ex/is.R lib/R/library/methods/R-ex/new.R lib/R/library/methods/R-ex/promptClass.R @@ -593,29 +611,38 @@ lib/R/library/methods/R-ex/show.R lib/R/library/methods/R-ex/showMethods.R lib/R/library/methods/R-ex/slot.R -lib/R/library/methods/R-ex/substituteDirect.R -lib/R/library/methods/R-ex/MethodsList.R +lib/R/library/methods/R-ex/NextMethod.R lib/R/library/methods/latex/zBasicFunsList.tex +lib/R/library/methods/latex/BasicFunctions.tex lib/R/library/methods/latex/Classes.tex +lib/R/library/methods/latex/EmptyMethodsList-class.tex +lib/R/library/methods/latex/EnvironmentClass.tex lib/R/library/methods/latex/GenericFunctions.tex +lib/R/library/methods/latex/LanguageClasses.tex +lib/R/library/methods/latex/LinearMethodsList-class.tex +lib/R/library/methods/latex/MethodDefinition-class.tex lib/R/library/methods/latex/MethodSupport.tex +lib/R/library/methods/latex/MethodWithNext-class.tex lib/R/library/methods/latex/Methods.tex lib/R/library/methods/latex/MethodsList-class.tex lib/R/library/methods/latex/MethodsList.tex +lib/R/library/methods/latex/NextMethod.tex lib/R/library/methods/latex/RClassUtils.tex -lib/R/library/methods/latex/RMethodUtils.tex lib/R/library/methods/latex/Session.tex +lib/R/library/methods/latex/RMethodUtils.tex +lib/R/library/methods/latex/StructureClasses.tex +lib/R/library/methods/latex/TraceClasses.tex lib/R/library/methods/latex/as.tex lib/R/library/methods/latex/class.tex lib/R/library/methods/latex/getClass.tex lib/R/library/methods/latex/getMethod.tex +lib/R/library/methods/latex/hasArg.tex lib/R/library/methods/latex/is.tex lib/R/library/methods/latex/languageEl.tex lib/R/library/methods/latex/methodUtilities.tex lib/R/library/methods/latex/new.tex lib/R/library/methods/latex/promptClass.tex lib/R/library/methods/latex/promptMethods.tex -lib/R/library/methods/latex/recover.tex lib/R/library/methods/latex/representation.tex lib/R/library/methods/latex/setClass.tex lib/R/library/methods/latex/setGeneric.tex @@ -623,39 +650,51 @@ lib/R/library/methods/latex/setSClass.tex lib/R/library/methods/latex/show.tex lib/R/library/methods/latex/showMethods.tex +lib/R/library/methods/latex/signature-class.tex lib/R/library/methods/latex/slot.tex lib/R/library/methods/latex/substituteDirect.tex lib/R/library/methods/latex/validObject.tex -lib/R/library/methods/latex/BasicFunctions.tex +lib/R/library/methods/latex/BasicClasses.tex lib/R/library/methods/html/zBasicFunsList.html +lib/R/library/methods/html/BasicClasses.html lib/R/library/methods/html/BasicFunctions.html lib/R/library/methods/html/Classes.html +lib/R/library/methods/html/EmptyMethodsList-class.html +lib/R/library/methods/html/EnvironmentClass.html lib/R/library/methods/html/GenericFunctions.html +lib/R/library/methods/html/LanguageClasses.html +lib/R/library/methods/html/LinearMethodsList-class.html +lib/R/library/methods/html/MethodDefinition-class.html lib/R/library/methods/html/MethodSupport.html +lib/R/library/methods/html/MethodWithNext-class.html lib/R/library/methods/html/Methods.html lib/R/library/methods/html/MethodsList-class.html lib/R/library/methods/html/MethodsList.html +lib/R/library/methods/html/NextMethod.html lib/R/library/methods/html/RClassUtils.html lib/R/library/methods/html/RMethodUtils.html lib/R/library/methods/html/Session.html +lib/R/library/methods/html/StructureClasses.html +lib/R/library/methods/html/TraceClasses.html lib/R/library/methods/html/as.html lib/R/library/methods/html/class.html lib/R/library/methods/html/getClass.html lib/R/library/methods/html/getMethod.html +lib/R/library/methods/html/hasArg.html lib/R/library/methods/html/is.html lib/R/library/methods/html/languageEl.html lib/R/library/methods/html/methodUtilities.html lib/R/library/methods/html/new.html lib/R/library/methods/html/promptClass.html lib/R/library/methods/html/promptMethods.html -lib/R/library/methods/html/recover.html lib/R/library/methods/html/representation.html lib/R/library/methods/html/setClass.html lib/R/library/methods/html/setGeneric.html lib/R/library/methods/html/setMethod.html -lib/R/library/methods/html/setSClass.html lib/R/library/methods/html/show.html +lib/R/library/methods/html/setSClass.html lib/R/library/methods/html/showMethods.html +lib/R/library/methods/html/signature-class.html lib/R/library/methods/html/slot.html lib/R/library/methods/html/substituteDirect.html lib/R/library/methods/html/validObject.html @@ -884,15 +923,16 @@ lib/R/library/base/html/SignRank.html lib/R/library/base/html/Special.html lib/R/library/base/html/Startup.html +lib/R/library/base/html/Syntax.html lib/R/library/base/html/Sys.info.html lib/R/library/base/html/Sys.sleep.html -lib/R/library/base/html/Sys.time.html -lib/R/library/base/html/by.html lib/R/library/base/html/TDist.html +lib/R/library/base/html/Sys.time.html lib/R/library/base/html/Titanic.html lib/R/library/base/html/ToothGrowth.html lib/R/library/base/html/Trig.html lib/R/library/base/html/Tukey.html +lib/R/library/base/html/TukeyHSD.html lib/R/library/base/html/UCBAdmissions.html lib/R/library/base/html/USArrests.html lib/R/library/base/html/USJudgeRatings.html @@ -930,6 +970,7 @@ lib/R/library/base/html/as.environment.html lib/R/library/base/html/as.function.html lib/R/library/base/html/assign.html +lib/R/library/base/html/assignOps.html lib/R/library/base/html/assocplot.html lib/R/library/base/html/attach.html lib/R/library/base/html/attenu.html @@ -951,10 +992,11 @@ lib/R/library/base/html/boxplot.formula.html lib/R/library/base/html/boxplot.stats.html lib/R/library/base/html/browser.html +lib/R/library/base/html/bxp.html lib/R/library/base/html/bug.report.html lib/R/library/base/html/builtins.html +lib/R/library/base/html/by.html lib/R/library/base/html/c.html -lib/R/library/base/html/bxp.html lib/R/library/base/html/call.html lib/R/library/base/html/capabilities.html lib/R/library/base/html/cars.html @@ -977,6 +1019,7 @@ lib/R/library/base/html/coefficients.html lib/R/library/base/html/col.html lib/R/library/base/html/col2rgb.html +lib/R/library/base/html/colSums.html lib/R/library/base/html/colnames.html lib/R/library/base/html/colors.html lib/R/library/base/html/commandArgs.html @@ -1038,12 +1081,13 @@ lib/R/library/base/html/dummy.coef.html lib/R/library/base/html/dump.html lib/R/library/base/html/duplicated.html +lib/R/library/base/html/gc.html lib/R/library/base/html/dynload.html lib/R/library/base/html/edit.html lib/R/library/base/html/edit.data.frame.html -lib/R/library/base/html/eigen.html lib/R/library/base/html/eff.aovlist.html lib/R/library/base/html/effects.html +lib/R/library/base/html/eigen.html lib/R/library/base/html/environment.html lib/R/library/base/html/esoph.html lib/R/library/base/html/euro.html @@ -1067,6 +1111,7 @@ lib/R/library/base/html/file.show.html lib/R/library/base/html/files.html lib/R/library/base/html/filled.contour.html +lib/R/library/base/html/findInt.html lib/R/library/base/html/fitted.values.html lib/R/library/base/html/fivenum.html lib/R/library/base/html/fix.html @@ -1082,10 +1127,9 @@ lib/R/library/base/html/ftable.html lib/R/library/base/html/ftable.formula.html lib/R/library/base/html/function.html -lib/R/library/base/html/gc.html lib/R/library/base/html/gc.time.html -lib/R/library/base/html/get.html lib/R/library/base/html/gctorture.html +lib/R/library/base/html/get.html lib/R/library/base/html/getNativeSymbolInfo.html lib/R/library/base/html/getenv.html lib/R/library/base/html/getwd.html @@ -1100,6 +1144,8 @@ lib/R/library/base/html/help.html lib/R/library/base/html/help.search.html lib/R/library/base/html/help.start.html +lib/R/library/base/html/hist.POSIXt.html +lib/R/library/base/html/lm.html lib/R/library/base/html/hist.html lib/R/library/base/html/hsv.html lib/R/library/base/html/identical.html @@ -1120,14 +1166,13 @@ lib/R/library/base/html/is.finite.html lib/R/library/base/html/is.function.html lib/R/library/base/html/is.language.html +lib/R/library/base/html/isR.html lib/R/library/base/html/is.object.html lib/R/library/base/html/is.recursive.html lib/R/library/base/html/is.single.html -lib/R/library/base/html/isR.html lib/R/library/base/html/islands.html lib/R/library/base/html/jitter.html lib/R/library/base/html/kappa.html -lib/R/library/base/html/lm.html lib/R/library/base/html/kronecker.html lib/R/library/base/html/labels.html lib/R/library/base/html/lapply.html @@ -1166,9 +1211,11 @@ lib/R/library/base/html/mad.html lib/R/library/base/html/mahalanobis.html lib/R/library/base/html/make.link.html +lib/R/library/base/html/qr.html lib/R/library/base/html/make.names.html lib/R/library/base/html/make.socket.html lib/R/library/base/html/make.tables.html +lib/R/library/base/html/makepredictcall.html lib/R/library/base/html/manova.html lib/R/library/base/html/margin.table.html lib/R/library/base/html/mat.or.vec.html @@ -1193,8 +1240,8 @@ lib/R/library/base/html/model.matrix.html lib/R/library/base/html/model.tables.html lib/R/library/base/html/morley.html -lib/R/library/base/html/mtcars.html lib/R/library/base/html/mosaicplot.html +lib/R/library/base/html/mtcars.html lib/R/library/base/html/mtext.html lib/R/library/base/html/n2mfrow.html lib/R/library/base/html/na.action.html @@ -1208,6 +1255,7 @@ lib/R/library/base/html/nclass.html lib/R/library/base/html/nextn.html lib/R/library/base/html/nhtemp.html +lib/R/library/base/html/rm.html lib/R/library/base/html/nlevels.html lib/R/library/base/html/nlm.html lib/R/library/base/html/noquote.html @@ -1259,7 +1307,6 @@ lib/R/library/base/html/poly.html lib/R/library/base/html/polygon.html lib/R/library/base/html/polyroot.html -lib/R/library/base/html/qr.html lib/R/library/base/html/pos.to.env.html lib/R/library/base/html/postscript.html lib/R/library/base/html/power.html @@ -1273,11 +1320,11 @@ lib/R/library/base/html/pressure.html lib/R/library/base/html/pretty.html lib/R/library/base/html/print.html +lib/R/library/base/html/print.ts.html lib/R/library/base/html/print.coefmat.html lib/R/library/base/html/print.dataframe.html lib/R/library/base/html/print.default.html lib/R/library/base/html/print.matrix.html -lib/R/library/base/html/print.ts.html lib/R/library/base/html/proc.time.html lib/R/library/base/html/prod.html lib/R/library/base/html/profile.html @@ -1303,8 +1350,8 @@ lib/R/library/base/html/readLines.html lib/R/library/base/html/readline.html lib/R/library/base/html/real.html -lib/R/library/base/html/rm.html lib/R/library/base/html/recordplot.html +lib/R/library/base/html/recover.html lib/R/library/base/html/rect.html lib/R/library/base/html/reg.finalizer.html lib/R/library/base/html/relevel.html @@ -1313,8 +1360,6 @@ lib/R/library/base/html/replace.html lib/R/library/base/html/replications.html lib/R/library/base/html/reshape.html -lib/R/library/base/html/reshapeLong.html -lib/R/library/base/html/reshapeWide.html lib/R/library/base/html/residuals.html lib/R/library/base/html/restart.html lib/R/library/base/html/rev.html @@ -1325,13 +1370,13 @@ lib/R/library/base/html/row.html lib/R/library/base/html/rowsum.html lib/R/library/base/html/rug.html -lib/R/library/base/html/sd.html lib/R/library/base/html/sample.html lib/R/library/base/html/save.html lib/R/library/base/html/savehistory.html lib/R/library/base/html/scale.html lib/R/library/base/html/scan.html lib/R/library/base/html/screen.html +lib/R/library/base/html/sd.html lib/R/library/base/html/se.aov.html lib/R/library/base/html/se.contrast.html lib/R/library/base/html/search.html @@ -1351,6 +1396,7 @@ lib/R/library/base/html/source.html lib/R/library/base/html/splinefun.html lib/R/library/base/html/split.html +lib/R/library/base/html/sprintf.html lib/R/library/base/html/stack.html lib/R/library/base/html/stackloss.html lib/R/library/base/html/standardGeneric.html @@ -1364,6 +1410,7 @@ lib/R/library/base/html/stopifnot.html lib/R/library/base/html/str.html lib/R/library/base/html/stripchart.html +lib/R/library/base/html/t.html lib/R/library/base/html/strptime.html lib/R/library/base/html/strsplit.html lib/R/library/base/html/structure.html @@ -1371,10 +1418,10 @@ lib/R/library/base/html/strwrap.html lib/R/library/base/html/subset.html lib/R/library/base/html/substitute.html -lib/R/library/base/html/t.html lib/R/library/base/html/substr.html lib/R/library/base/html/sum.html lib/R/library/base/html/summary.html +lib/R/library/base/html/summary.aov.html lib/R/library/base/html/summary.manova.html lib/R/library/base/html/sunflowerplot.html lib/R/library/base/html/sunspots.html @@ -1436,7 +1483,6 @@ lib/R/library/base/html/which.html lib/R/library/base/html/which.min.html lib/R/library/base/html/window.html -lib/R/library/base/html/zC.html lib/R/library/base/html/with.html lib/R/library/base/html/women.html lib/R/library/base/html/write.html @@ -1446,13 +1492,13 @@ lib/R/library/base/html/xtabs.html lib/R/library/base/html/xy.coords.html lib/R/library/base/html/xyz.coords.html -lib/R/library/base/html/zAlias.html +lib/R/library/base/html/zC.html lib/R/library/base/html/zMachine.html lib/R/library/base/html/zMethods.html lib/R/library/base/html/zScript.html lib/R/library/base/html/zcbind.ts.html -lib/R/library/base/html/zip.file.extract.html lib/R/library/base/html/BATCH.html +lib/R/library/base/html/zip.file.extract.html lib/R/library/base/html/COMPILE.html lib/R/library/base/html/INSTALL.html lib/R/library/base/html/LINK.html @@ -1525,6 +1571,7 @@ lib/R/library/base/R-ex/ToothGrowth.R lib/R/library/base/R-ex/Trig.R lib/R/library/base/R-ex/Tukey.R +lib/R/library/base/R-ex/TukeyHSD.R lib/R/library/base/R-ex/UCBAdmissions.R lib/R/library/base/R-ex/USArrests.R lib/R/library/base/R-ex/USJudgeRatings.R @@ -1538,8 +1585,8 @@ lib/R/library/base/R-ex/abline.R lib/R/library/base/R-ex/add1.R lib/R/library/base/R-ex/aggregate.R -lib/R/library/base/R-ex/airmiles.R lib/R/library/base/R-ex/alias.R +lib/R/library/base/R-ex/airmiles.R lib/R/library/base/R-ex/airquality.R lib/R/library/base/R-ex/all.R lib/R/library/base/R-ex/all.equal.R @@ -1591,6 +1638,7 @@ lib/R/library/base/R-ex/cat.R lib/R/library/base/R-ex/cbind.R lib/R/library/base/R-ex/char.expand.R +lib/R/library/base/R-ex/t.R lib/R/library/base/R-ex/character.R lib/R/library/base/R-ex/charmatch.R lib/R/library/base/R-ex/chartr.R @@ -1605,6 +1653,7 @@ lib/R/library/base/R-ex/coefficients.R lib/R/library/base/R-ex/col.R lib/R/library/base/R-ex/col2rgb.R +lib/R/library/base/R-ex/colSums.R lib/R/library/base/R-ex/colnames.R lib/R/library/base/R-ex/colors.R lib/R/library/base/R-ex/commandArgs.R @@ -1667,6 +1716,7 @@ lib/R/library/base/R-ex/esoph.R lib/R/library/base/R-ex/euro.R lib/R/library/base/R-ex/eval.R +lib/R/library/base/R-ex/fft.R lib/R/library/base/R-ex/example.R lib/R/library/base/R-ex/exists.R lib/R/library/base/R-ex/expand.grid.R @@ -1677,12 +1727,12 @@ lib/R/library/base/R-ex/factor.scope.R lib/R/library/base/R-ex/faithful.R lib/R/library/base/R-ex/family.R -lib/R/library/base/R-ex/fft.R lib/R/library/base/R-ex/file.access.R lib/R/library/base/R-ex/file.info.R lib/R/library/base/R-ex/file.show.R lib/R/library/base/R-ex/files.R lib/R/library/base/R-ex/filled.contour.R +lib/R/library/base/R-ex/findInt.R lib/R/library/base/R-ex/fivenum.R lib/R/library/base/R-ex/fix.R lib/R/library/base/R-ex/formals.R @@ -1690,13 +1740,13 @@ lib/R/library/base/R-ex/format.info.R lib/R/library/base/R-ex/formatDL.R lib/R/library/base/R-ex/formatc.R +lib/R/library/base/R-ex/gc.R lib/R/library/base/R-ex/formula.R lib/R/library/base/R-ex/fourfoldplot.R lib/R/library/base/R-ex/freeny.R lib/R/library/base/R-ex/ftable.R lib/R/library/base/R-ex/ftable.formula.R lib/R/library/base/R-ex/function.R -lib/R/library/base/R-ex/gc.R lib/R/library/base/R-ex/gc.time.R lib/R/library/base/R-ex/get.R lib/R/library/base/R-ex/getNativeSymbolInfo.R @@ -1712,6 +1762,7 @@ lib/R/library/base/R-ex/help.R lib/R/library/base/R-ex/help.search.R lib/R/library/base/R-ex/help.start.R +lib/R/library/base/R-ex/hist.POSIXt.R lib/R/library/base/R-ex/hist.R lib/R/library/base/R-ex/hsv.R lib/R/library/base/R-ex/identical.R @@ -1719,7 +1770,6 @@ lib/R/library/base/R-ex/image.R lib/R/library/base/R-ex/infert.R lib/R/library/base/R-ex/influence.measures.R -lib/R/library/base/R-ex/t.R lib/R/library/base/R-ex/integrate.R lib/R/library/base/R-ex/interaction.R lib/R/library/base/R-ex/interaction.plot.R @@ -1770,6 +1820,7 @@ lib/R/library/base/R-ex/make.link.R lib/R/library/base/R-ex/make.names.R lib/R/library/base/R-ex/make.socket.R +lib/R/library/base/R-ex/makepredictcall.R lib/R/library/base/R-ex/margin.table.R lib/R/library/base/R-ex/mat.or.vec.R lib/R/library/base/R-ex/match.R @@ -1788,6 +1839,7 @@ lib/R/library/base/R-ex/methods.R lib/R/library/base/R-ex/missing.R lib/R/library/base/R-ex/mode.R +lib/R/library/base/R-ex/mtext.R lib/R/library/base/R-ex/model.extract.R lib/R/library/base/R-ex/model.frame.R lib/R/library/base/R-ex/model.matrix.R @@ -1795,7 +1847,6 @@ lib/R/library/base/R-ex/morley.R lib/R/library/base/R-ex/mosaicplot.R lib/R/library/base/R-ex/mtcars.R -lib/R/library/base/R-ex/mtext.R lib/R/library/base/R-ex/n2mfrow.R lib/R/library/base/R-ex/na.action.R lib/R/library/base/R-ex/na.fail.R @@ -1820,8 +1871,8 @@ lib/R/library/base/R-ex/outer.R lib/R/library/base/R-ex/p.adjust.R lib/R/library/base/R-ex/package.contents.R -lib/R/library/base/R-ex/packageStatus.R lib/R/library/base/R-ex/package.skeleton.R +lib/R/library/base/R-ex/packageStatus.R lib/R/library/base/R-ex/pairs.R lib/R/library/base/R-ex/pairs.formula.R lib/R/library/base/R-ex/palette.R @@ -1830,6 +1881,7 @@ lib/R/library/base/R-ex/par.R lib/R/library/base/R-ex/parse.R lib/R/library/base/R-ex/paste.R +lib/R/library/base/R-ex/pdf.R lib/R/library/base/R-ex/persp.R lib/R/library/base/R-ex/phones.R lib/R/library/base/R-ex/pictex.R @@ -1845,9 +1897,9 @@ lib/R/library/base/R-ex/plotformula.R lib/R/library/base/R-ex/plothistogram.R lib/R/library/base/R-ex/plotmath.R -lib/R/library/base/R-ex/poly.R lib/R/library/base/R-ex/pmatch.R lib/R/library/base/R-ex/points.R +lib/R/library/base/R-ex/poly.R lib/R/library/base/R-ex/polygon.R lib/R/library/base/R-ex/polyroot.R lib/R/library/base/R-ex/pos.to.env.R @@ -1870,11 +1922,11 @@ lib/R/library/base/R-ex/prod.R lib/R/library/base/R-ex/proj.R lib/R/library/base/R-ex/prompt.R -lib/R/library/base/R-ex/qr.R lib/R/library/base/R-ex/prop.table.R lib/R/library/base/R-ex/pushBack.R lib/R/library/base/R-ex/putenv.R lib/R/library/base/R-ex/qqnorm.R +lib/R/library/base/R-ex/qr.R lib/R/library/base/R-ex/qraux.R lib/R/library/base/R-ex/quakes.R lib/R/library/base/R-ex/quantile.R @@ -1888,14 +1940,13 @@ lib/R/library/base/R-ex/readBin.R lib/R/library/base/R-ex/readLines.R lib/R/library/base/R-ex/readline.R +lib/R/library/base/R-ex/recover.R lib/R/library/base/R-ex/rect.R lib/R/library/base/R-ex/reg.finalizer.R lib/R/library/base/R-ex/relevel.R lib/R/library/base/R-ex/rep.R lib/R/library/base/R-ex/replications.R lib/R/library/base/R-ex/reshape.R -lib/R/library/base/R-ex/reshapeLong.R -lib/R/library/base/R-ex/reshapeWide.R lib/R/library/base/R-ex/rev.R lib/R/library/base/R-ex/rgb.R lib/R/library/base/R-ex/rle.R @@ -1925,6 +1976,7 @@ lib/R/library/base/R-ex/sort.R lib/R/library/base/R-ex/splinefun.R lib/R/library/base/R-ex/split.R +lib/R/library/base/R-ex/sprintf.R lib/R/library/base/R-ex/stack.R lib/R/library/base/R-ex/stackloss.R lib/R/library/base/R-ex/stars.R @@ -1944,6 +1996,7 @@ lib/R/library/base/R-ex/substitute.R lib/R/library/base/R-ex/substr.R lib/R/library/base/R-ex/summary.R +lib/R/library/base/R-ex/summary.aov.R lib/R/library/base/R-ex/summary.manova.R lib/R/library/base/R-ex/sunflowerplot.R lib/R/library/base/R-ex/sunspots.R @@ -1965,8 +2018,8 @@ lib/R/library/base/R-ex/tempfile.R lib/R/library/base/R-ex/termplot.R lib/R/library/base/R-ex/text.R -lib/R/library/base/R-ex/textconnections.R lib/R/library/base/R-ex/time.R +lib/R/library/base/R-ex/textconnections.R lib/R/library/base/R-ex/title.R lib/R/library/base/R-ex/toString.R lib/R/library/base/R-ex/trace.R @@ -1999,11 +2052,10 @@ lib/R/library/base/R-ex/with.R lib/R/library/base/R-ex/women.R lib/R/library/base/R-ex/write.R -lib/R/library/base/R-ex/xtabs.R lib/R/library/base/R-ex/write.table.R +lib/R/library/base/R-ex/xtabs.R lib/R/library/base/R-ex/xy.coords.R lib/R/library/base/R-ex/xyz.coords.R -lib/R/library/base/R-ex/zAlias.R lib/R/library/base/R-ex/zC.R lib/R/library/base/R-ex/zMachine.R lib/R/library/base/R-ex/zMethods.R @@ -2072,6 +2124,7 @@ lib/R/library/base/latex/SignRank.tex lib/R/library/base/latex/Special.tex lib/R/library/base/latex/Startup.tex +lib/R/library/base/latex/Syntax.tex lib/R/library/base/latex/Sys.info.tex lib/R/library/base/latex/Sys.sleep.tex lib/R/library/base/latex/Sys.time.tex @@ -2080,6 +2133,7 @@ lib/R/library/base/latex/ToothGrowth.tex lib/R/library/base/latex/Trig.tex lib/R/library/base/latex/Tukey.tex +lib/R/library/base/latex/TukeyHSD.tex lib/R/library/base/latex/UCBAdmissions.tex lib/R/library/base/latex/USArrests.tex lib/R/library/base/latex/USJudgeRatings.tex @@ -2117,16 +2171,17 @@ lib/R/library/base/latex/as.environment.tex lib/R/library/base/latex/as.function.tex lib/R/library/base/latex/assign.tex +lib/R/library/base/latex/assignOps.tex lib/R/library/base/latex/assocplot.tex lib/R/library/base/latex/attach.tex lib/R/library/base/latex/attenu.tex lib/R/library/base/latex/attitude.tex lib/R/library/base/latex/attr.tex +lib/R/library/base/latex/ave.tex lib/R/library/base/latex/attributes.tex lib/R/library/base/latex/autoload.tex -lib/R/library/base/latex/ave.tex -lib/R/library/base/latex/axis.tex lib/R/library/base/latex/axis.POSIXct.tex +lib/R/library/base/latex/axis.tex lib/R/library/base/latex/backsolve.tex lib/R/library/base/latex/bandwidth.tex lib/R/library/base/latex/barplot.tex @@ -2149,7 +2204,6 @@ lib/R/library/base/latex/case.names.tex lib/R/library/base/latex/cat.tex lib/R/library/base/latex/cbind.tex -lib/R/library/base/latex/co2.tex lib/R/library/base/latex/char.expand.tex lib/R/library/base/latex/character.tex lib/R/library/base/latex/charmatch.tex @@ -2161,10 +2215,12 @@ lib/R/library/base/latex/chull.tex lib/R/library/base/latex/class.tex lib/R/library/base/latex/close.socket.tex +lib/R/library/base/latex/co2.tex lib/R/library/base/latex/codes.tex lib/R/library/base/latex/coefficients.tex lib/R/library/base/latex/col.tex lib/R/library/base/latex/col2rgb.tex +lib/R/library/base/latex/colSums.tex lib/R/library/base/latex/colnames.tex lib/R/library/base/latex/colors.tex lib/R/library/base/latex/commandArgs.tex @@ -2190,12 +2246,12 @@ lib/R/library/base/latex/cut.POSIXt.tex lib/R/library/base/latex/cut.tex lib/R/library/base/latex/data.tex +lib/R/library/base/latex/date.tex lib/R/library/base/latex/data.class.tex lib/R/library/base/latex/data.frame.tex lib/R/library/base/latex/data.matrix.tex lib/R/library/base/latex/dataentry.tex lib/R/library/base/latex/dcf.tex -lib/R/library/base/latex/date.tex lib/R/library/base/latex/debug.tex lib/R/library/base/latex/debugger.tex lib/R/library/base/latex/delay.tex @@ -2241,9 +2297,9 @@ lib/R/library/base/latex/exists.tex lib/R/library/base/latex/expand.grid.tex lib/R/library/base/latex/expand.model.frame.tex -lib/R/library/base/latex/factor.tex lib/R/library/base/latex/expression.tex lib/R/library/base/latex/extractAIC.tex +lib/R/library/base/latex/factor.tex lib/R/library/base/latex/factor.scope.tex lib/R/library/base/latex/faithful.tex lib/R/library/base/latex/family.tex @@ -2255,6 +2311,7 @@ lib/R/library/base/latex/file.show.tex lib/R/library/base/latex/files.tex lib/R/library/base/latex/filled.contour.tex +lib/R/library/base/latex/findInt.tex lib/R/library/base/latex/fitted.values.tex lib/R/library/base/latex/fivenum.tex lib/R/library/base/latex/fix.tex @@ -2264,13 +2321,13 @@ lib/R/library/base/latex/formatDL.tex lib/R/library/base/latex/formatc.tex lib/R/library/base/latex/formula.tex -lib/R/library/base/latex/gc.tex lib/R/library/base/latex/fourfoldplot.tex lib/R/library/base/latex/frame.tex lib/R/library/base/latex/freeny.tex lib/R/library/base/latex/ftable.tex lib/R/library/base/latex/ftable.formula.tex lib/R/library/base/latex/function.tex +lib/R/library/base/latex/gc.tex lib/R/library/base/latex/gc.time.tex lib/R/library/base/latex/gctorture.tex lib/R/library/base/latex/get.tex @@ -2288,6 +2345,7 @@ lib/R/library/base/latex/help.tex lib/R/library/base/latex/help.search.tex lib/R/library/base/latex/help.start.tex +lib/R/library/base/latex/hist.POSIXt.tex lib/R/library/base/latex/hist.tex lib/R/library/base/latex/hsv.tex lib/R/library/base/latex/identical.tex @@ -2309,9 +2367,9 @@ lib/R/library/base/latex/is.function.tex lib/R/library/base/latex/is.language.tex lib/R/library/base/latex/is.object.tex -lib/R/library/base/latex/isR.tex lib/R/library/base/latex/is.recursive.tex lib/R/library/base/latex/is.single.tex +lib/R/library/base/latex/isR.tex lib/R/library/base/latex/islands.tex lib/R/library/base/latex/jitter.tex lib/R/library/base/latex/kappa.tex @@ -2349,14 +2407,15 @@ lib/R/library/base/latex/ls.tex lib/R/library/base/latex/ls.diag.tex lib/R/library/base/latex/ls.print.tex +lib/R/library/base/latex/mad.tex lib/R/library/base/latex/lsfit.tex lib/R/library/base/latex/machine.tex -lib/R/library/base/latex/mad.tex lib/R/library/base/latex/mahalanobis.tex lib/R/library/base/latex/make.link.tex lib/R/library/base/latex/make.names.tex lib/R/library/base/latex/make.socket.tex lib/R/library/base/latex/make.tables.tex +lib/R/library/base/latex/makepredictcall.tex lib/R/library/base/latex/manova.tex lib/R/library/base/latex/margin.table.tex lib/R/library/base/latex/mat.or.vec.tex @@ -2379,8 +2438,8 @@ lib/R/library/base/latex/model.extract.tex lib/R/library/base/latex/model.frame.tex lib/R/library/base/latex/model.matrix.tex -lib/R/library/base/latex/morley.tex lib/R/library/base/latex/model.tables.tex +lib/R/library/base/latex/morley.tex lib/R/library/base/latex/mosaicplot.tex lib/R/library/base/latex/mtcars.tex lib/R/library/base/latex/mtext.tex @@ -2394,17 +2453,16 @@ lib/R/library/base/latex/nargs.tex lib/R/library/base/latex/nchar.tex lib/R/library/base/latex/nclass.tex +lib/R/library/base/latex/nlm.tex lib/R/library/base/latex/nextn.tex lib/R/library/base/latex/nhtemp.tex lib/R/library/base/latex/nlevels.tex -lib/R/library/base/latex/nlm.tex lib/R/library/base/latex/noquote.tex lib/R/library/base/latex/notyet.tex lib/R/library/base/latex/nrow.tex lib/R/library/base/latex/numeric.tex lib/R/library/base/latex/object.size.tex lib/R/library/base/latex/octmode.tex -lib/R/library/base/latex/par.tex lib/R/library/base/latex/offset.tex lib/R/library/base/latex/on.exit.tex lib/R/library/base/latex/optim.tex @@ -2423,6 +2481,7 @@ lib/R/library/base/latex/palette.tex lib/R/library/base/latex/palettes.tex lib/R/library/base/latex/panel.smooth.tex +lib/R/library/base/latex/par.tex lib/R/library/base/latex/parse.tex lib/R/library/base/latex/paste.tex lib/R/library/base/latex/pdf.tex @@ -2449,7 +2508,6 @@ lib/R/library/base/latex/polyroot.tex lib/R/library/base/latex/pos.to.env.tex lib/R/library/base/latex/postscript.tex -lib/R/library/base/latex/qr.tex lib/R/library/base/latex/power.tex lib/R/library/base/latex/ppoints.tex lib/R/library/base/latex/precip.tex @@ -2463,6 +2521,7 @@ lib/R/library/base/latex/print.tex lib/R/library/base/latex/print.coefmat.tex lib/R/library/base/latex/print.dataframe.tex +lib/R/library/base/latex/qr.tex lib/R/library/base/latex/print.default.tex lib/R/library/base/latex/print.matrix.tex lib/R/library/base/latex/print.ts.tex @@ -2485,13 +2544,14 @@ lib/R/library/base/latex/read.00Index.tex lib/R/library/base/latex/read.ftable.tex lib/R/library/base/latex/read.fwf.tex +lib/R/library/base/latex/readBin.tex lib/R/library/base/latex/read.socket.tex lib/R/library/base/latex/read.table.tex -lib/R/library/base/latex/readBin.tex lib/R/library/base/latex/readLines.tex lib/R/library/base/latex/readline.tex lib/R/library/base/latex/real.tex lib/R/library/base/latex/recordplot.tex +lib/R/library/base/latex/recover.tex lib/R/library/base/latex/rect.tex lib/R/library/base/latex/reg.finalizer.tex lib/R/library/base/latex/relevel.tex @@ -2500,8 +2560,6 @@ lib/R/library/base/latex/replace.tex lib/R/library/base/latex/replications.tex lib/R/library/base/latex/reshape.tex -lib/R/library/base/latex/reshapeLong.tex -lib/R/library/base/latex/reshapeWide.tex lib/R/library/base/latex/residuals.tex lib/R/library/base/latex/restart.tex lib/R/library/base/latex/rev.tex @@ -2535,15 +2593,16 @@ lib/R/library/base/latex/sleep.tex lib/R/library/base/latex/slotOp.tex lib/R/library/base/latex/solve.tex +lib/R/library/base/latex/str.tex lib/R/library/base/latex/sort.tex lib/R/library/base/latex/source.tex lib/R/library/base/latex/splinefun.tex lib/R/library/base/latex/split.tex +lib/R/library/base/latex/sprintf.tex lib/R/library/base/latex/stack.tex lib/R/library/base/latex/stackloss.tex lib/R/library/base/latex/standardGeneric.tex lib/R/library/base/latex/stars.tex -lib/R/library/base/latex/str.tex lib/R/library/base/latex/start.tex lib/R/library/base/latex/stat.anova.tex lib/R/library/base/latex/state.tex @@ -2562,6 +2621,7 @@ lib/R/library/base/latex/substr.tex lib/R/library/base/latex/sum.tex lib/R/library/base/latex/summary.tex +lib/R/library/base/latex/summary.aov.tex lib/R/library/base/latex/summary.manova.tex lib/R/library/base/latex/sunflowerplot.tex lib/R/library/base/latex/sunspots.tex @@ -2588,8 +2648,8 @@ lib/R/library/base/latex/terms.formula.tex lib/R/library/base/latex/terms.object.tex lib/R/library/base/latex/text.tex -lib/R/library/base/latex/time.tex lib/R/library/base/latex/textconnections.tex +lib/R/library/base/latex/time.tex lib/R/library/base/latex/title.tex lib/R/library/base/latex/toString.tex lib/R/library/base/latex/trace.tex @@ -2633,7 +2693,6 @@ lib/R/library/base/latex/xtabs.tex lib/R/library/base/latex/xy.coords.tex lib/R/library/base/latex/xyz.coords.tex -lib/R/library/base/latex/zAlias.tex lib/R/library/base/latex/zC.tex lib/R/library/base/latex/zMachine.tex lib/R/library/base/latex/zMethods.tex @@ -2648,9 +2707,9 @@ lib/R/library/base/latex/RHOME.tex lib/R/library/base/latex/Rprof.tex lib/R/library/base/latex/SHLIB.tex +lib/R/library/base/latex/gtk.tex lib/R/library/base/latex/Signals.tex lib/R/library/base/latex/gnome.tex -lib/R/library/base/latex/gtk.tex lib/R/library/base/latex/nsl.tex lib/R/library/base/latex/png.tex lib/R/library/base/latex/system.tex @@ -2715,6 +2774,7 @@ lib/R/library/base/help/SignRank lib/R/library/base/help/Special lib/R/library/base/help/Startup +lib/R/library/base/help/Syntax lib/R/library/base/help/Sys.info lib/R/library/base/help/Sys.sleep lib/R/library/base/help/Sys.time @@ -2723,6 +2783,7 @@ lib/R/library/base/help/ToothGrowth lib/R/library/base/help/Trig lib/R/library/base/help/Tukey +lib/R/library/base/help/TukeyHSD lib/R/library/base/help/UCBAdmissions lib/R/library/base/help/USArrests lib/R/library/base/help/USJudgeRatings @@ -2735,11 +2796,11 @@ lib/R/library/base/help/abbreviate lib/R/library/base/help/abline lib/R/library/base/help/add1 -lib/R/library/base/help/all -lib/R/library/base/help/alias lib/R/library/base/help/aggregate lib/R/library/base/help/airmiles lib/R/library/base/help/airquality +lib/R/library/base/help/alias +lib/R/library/base/help/all lib/R/library/base/help/all.equal lib/R/library/base/help/allnames lib/R/library/base/help/anova @@ -2760,14 +2821,15 @@ lib/R/library/base/help/as.environment lib/R/library/base/help/as.function lib/R/library/base/help/assign +lib/R/library/base/help/assignOps lib/R/library/base/help/assocplot lib/R/library/base/help/attach lib/R/library/base/help/attenu lib/R/library/base/help/attitude -lib/R/library/base/help/ave lib/R/library/base/help/attr lib/R/library/base/help/attributes lib/R/library/base/help/autoload +lib/R/library/base/help/ave lib/R/library/base/help/axis.POSIXct lib/R/library/base/help/axis lib/R/library/base/help/backsolve @@ -2793,12 +2855,12 @@ lib/R/library/base/help/cat lib/R/library/base/help/cbind lib/R/library/base/help/char.expand -lib/R/library/base/help/chartr -lib/R/library/base/help/chol lib/R/library/base/help/character lib/R/library/base/help/charmatch +lib/R/library/base/help/chartr lib/R/library/base/help/check.options lib/R/library/base/help/chickwts +lib/R/library/base/help/chol lib/R/library/base/help/chol2inv lib/R/library/base/help/chull lib/R/library/base/help/class @@ -2808,6 +2870,7 @@ lib/R/library/base/help/coefficients lib/R/library/base/help/col lib/R/library/base/help/col2rgb +lib/R/library/base/help/colSums lib/R/library/base/help/colnames lib/R/library/base/help/colors lib/R/library/base/help/commandArgs @@ -2898,6 +2961,7 @@ lib/R/library/base/help/file.show lib/R/library/base/help/files lib/R/library/base/help/filled.contour +lib/R/library/base/help/findInt lib/R/library/base/help/fitted.values lib/R/library/base/help/fivenum lib/R/library/base/help/fix @@ -2931,6 +2995,7 @@ lib/R/library/base/help/help lib/R/library/base/help/help.search lib/R/library/base/help/help.start +lib/R/library/base/help/hist.POSIXt lib/R/library/base/help/hist lib/R/library/base/help/hsv lib/R/library/base/help/identical @@ -2983,16 +3048,16 @@ lib/R/library/base/help/locator lib/R/library/base/help/logLik lib/R/library/base/help/logLik.glm -lib/R/library/base/help/logLik.lm lib/R/library/base/help/logical +lib/R/library/base/help/logLik.lm lib/R/library/base/help/loglin lib/R/library/base/help/longley lib/R/library/base/help/lower.tri lib/R/library/base/help/lowess lib/R/library/base/help/ls lib/R/library/base/help/ls.diag -lib/R/library/base/help/lsfit lib/R/library/base/help/ls.print +lib/R/library/base/help/lsfit lib/R/library/base/help/machine lib/R/library/base/help/mad lib/R/library/base/help/mahalanobis @@ -3000,6 +3065,7 @@ lib/R/library/base/help/make.names lib/R/library/base/help/make.socket lib/R/library/base/help/make.tables +lib/R/library/base/help/makepredictcall lib/R/library/base/help/manova lib/R/library/base/help/margin.table lib/R/library/base/help/mat.or.vec @@ -3019,12 +3085,11 @@ lib/R/library/base/help/methods lib/R/library/base/help/missing lib/R/library/base/help/mode -lib/R/library/base/help/nlm -lib/R/library/base/help/morley lib/R/library/base/help/model.extract lib/R/library/base/help/model.frame lib/R/library/base/help/model.matrix lib/R/library/base/help/model.tables +lib/R/library/base/help/morley lib/R/library/base/help/mosaicplot lib/R/library/base/help/mtcars lib/R/library/base/help/mtext @@ -3041,6 +3106,7 @@ lib/R/library/base/help/nextn lib/R/library/base/help/nhtemp lib/R/library/base/help/nlevels +lib/R/library/base/help/nlm lib/R/library/base/help/noquote lib/R/library/base/help/notyet lib/R/library/base/help/nrow @@ -3076,8 +3142,8 @@ lib/R/library/base/help/plot lib/R/library/base/help/plot.density lib/R/library/base/help/plot.lm -lib/R/library/base/help/plot.ts lib/R/library/base/help/plot.table +lib/R/library/base/help/plot.ts lib/R/library/base/help/plot.window lib/R/library/base/help/plot.xy lib/R/library/base/help/plotdefault @@ -3094,6 +3160,7 @@ lib/R/library/base/help/postscript lib/R/library/base/help/power lib/R/library/base/help/ppoints +lib/R/library/base/help/qr lib/R/library/base/help/precip lib/R/library/base/help/predict lib/R/library/base/help/predict.glm @@ -3103,13 +3170,13 @@ lib/R/library/base/help/pressure lib/R/library/base/help/pretty lib/R/library/base/help/print -lib/R/library/base/help/print.ts -lib/R/library/base/help/prod lib/R/library/base/help/print.coefmat lib/R/library/base/help/print.dataframe lib/R/library/base/help/print.default lib/R/library/base/help/print.matrix +lib/R/library/base/help/print.ts lib/R/library/base/help/proc.time +lib/R/library/base/help/prod lib/R/library/base/help/profile lib/R/library/base/help/proj lib/R/library/base/help/prompt @@ -3117,11 +3184,11 @@ lib/R/library/base/help/pushBack lib/R/library/base/help/putenv lib/R/library/base/help/qqnorm -lib/R/library/base/help/qr lib/R/library/base/help/qraux lib/R/library/base/help/quakes lib/R/library/base/help/quantile lib/R/library/base/help/quit +lib/R/library/base/help/rep lib/R/library/base/help/randu lib/R/library/base/help/range lib/R/library/base/help/rank @@ -3131,11 +3198,11 @@ lib/R/library/base/help/read.socket lib/R/library/base/help/read.table lib/R/library/base/help/readBin -lib/R/library/base/help/rep -lib/R/library/base/help/real lib/R/library/base/help/readLines lib/R/library/base/help/readline +lib/R/library/base/help/real lib/R/library/base/help/recordplot +lib/R/library/base/help/recover lib/R/library/base/help/rect lib/R/library/base/help/reg.finalizer lib/R/library/base/help/relevel @@ -3143,8 +3210,6 @@ lib/R/library/base/help/replace lib/R/library/base/help/replications lib/R/library/base/help/reshape -lib/R/library/base/help/reshapeLong -lib/R/library/base/help/reshapeWide lib/R/library/base/help/residuals lib/R/library/base/help/restart lib/R/library/base/help/rev @@ -3152,17 +3217,17 @@ lib/R/library/base/help/rivers lib/R/library/base/help/rle lib/R/library/base/help/rm -lib/R/library/base/help/round.POSIXt lib/R/library/base/help/row lib/R/library/base/help/rowsum +lib/R/library/base/help/round.POSIXt lib/R/library/base/help/rug lib/R/library/base/help/sample lib/R/library/base/help/save lib/R/library/base/help/savehistory lib/R/library/base/help/scale lib/R/library/base/help/scan -lib/R/library/base/help/sd lib/R/library/base/help/screen +lib/R/library/base/help/sd lib/R/library/base/help/se.aov lib/R/library/base/help/se.contrast lib/R/library/base/help/search @@ -3182,6 +3247,7 @@ lib/R/library/base/help/source lib/R/library/base/help/splinefun lib/R/library/base/help/split +lib/R/library/base/help/sprintf lib/R/library/base/help/stack lib/R/library/base/help/stackloss lib/R/library/base/help/standardGeneric @@ -3205,6 +3271,7 @@ lib/R/library/base/help/substr lib/R/library/base/help/sum lib/R/library/base/help/summary +lib/R/library/base/help/summary.aov lib/R/library/base/help/summary.manova lib/R/library/base/help/sunflowerplot lib/R/library/base/help/sunspots @@ -3220,8 +3287,8 @@ lib/R/library/base/help/system.time lib/R/library/base/help/t lib/R/library/base/help/table -lib/R/library/base/help/tapply lib/R/library/base/help/tabulate +lib/R/library/base/help/tapply lib/R/library/base/help/taskCallback lib/R/library/base/help/taskCallbackManager lib/R/library/base/help/taskCallbackNames @@ -3235,11 +3302,11 @@ lib/R/library/base/help/time lib/R/library/base/help/title lib/R/library/base/help/toString +lib/R/library/base/help/try lib/R/library/base/help/trace lib/R/library/base/help/traceback lib/R/library/base/help/transform lib/R/library/base/help/trees -lib/R/library/base/help/try lib/R/library/base/help/ts-methods lib/R/library/base/help/ts lib/R/library/base/help/tsp @@ -3263,9 +3330,9 @@ lib/R/library/base/help/warpbreaks lib/R/library/base/help/weekday.POSIXt lib/R/library/base/help/weighted.mean -lib/R/library/base/help/weighted.residuals lib/R/library/base/help/which lib/R/library/base/help/which.min +lib/R/library/base/help/weighted.residuals lib/R/library/base/help/window lib/R/library/base/help/with lib/R/library/base/help/women @@ -3274,10 +3341,9 @@ lib/R/library/base/help/writeLines lib/R/library/base/help/xfig lib/R/library/base/help/xtabs -lib/R/library/base/help/zC -lib/R/library/base/help/zAlias lib/R/library/base/help/xy.coords lib/R/library/base/help/xyz.coords +lib/R/library/base/help/zC lib/R/library/base/help/zMachine lib/R/library/base/help/zMethods lib/R/library/base/help/zScript @@ -3448,12 +3514,12 @@ lib/R/library/stepfun/TITLE lib/R/library/stepfun/INDEX lib/R/library/stepfun/CONTENTS -lib/R/library/tcltk/html/00Index.html -lib/R/library/tcltk/html/TclInterface.html -lib/R/library/tcltk/html/TkCommands.html -lib/R/library/tcltk/html/TkWidgetcmds.html -lib/R/library/tcltk/html/TkWidgets.html -lib/R/library/tcltk/html/tkpager.html +lib/R/library/tcltk/demo/00Index +lib/R/library/tcltk/demo/tkcanvas.R +lib/R/library/tcltk/demo/tkdensity.R +lib/R/library/tcltk/demo/tkfaq.R +lib/R/library/tcltk/demo/tkfilefind.R +lib/R/library/tcltk/demo/tkttest.R lib/R/library/tcltk/R-ex/TclInterface.R lib/R/library/tcltk/R-ex/TkCommands.R lib/R/library/tcltk/R-ex/TkWidgetcmds.R @@ -3464,18 +3530,18 @@ lib/R/library/tcltk/latex/TkWidgetcmds.tex lib/R/library/tcltk/latex/TkWidgets.tex lib/R/library/tcltk/latex/tkpager.tex +lib/R/library/tcltk/html/00Index.html +lib/R/library/tcltk/html/TclInterface.html +lib/R/library/tcltk/html/TkCommands.html +lib/R/library/tcltk/html/TkWidgetcmds.html +lib/R/library/tcltk/html/TkWidgets.html +lib/R/library/tcltk/html/tkpager.html lib/R/library/tcltk/help/AnIndex lib/R/library/tcltk/help/TclInterface lib/R/library/tcltk/help/TkCommands lib/R/library/tcltk/help/TkWidgetcmds lib/R/library/tcltk/help/TkWidgets lib/R/library/tcltk/help/tkpager -lib/R/library/tcltk/demo/00Index -lib/R/library/tcltk/demo/tkcanvas.R -lib/R/library/tcltk/demo/tkdensity.R -lib/R/library/tcltk/demo/tkfaq.R -lib/R/library/tcltk/demo/tkfilefind.R -lib/R/library/tcltk/demo/tkttest.R lib/R/library/tcltk/exec/widget.tcl lib/R/library/tcltk/exec/pkgIndex.tcl lib/R/library/tcltk/exec/util-dump.tcl @@ -3486,54 +3552,84 @@ lib/R/library/tcltk/exec/util.tcl lib/R/library/tcltk/exec/hierarchy.tcl lib/R/library/tcltk/R/tcltk +lib/R/library/tcltk/libs/tcltk.so lib/R/library/tcltk/man/tcltk.Rd lib/R/library/tcltk/DESCRIPTION lib/R/library/tcltk/TITLE lib/R/library/tcltk/INDEX lib/R/library/tcltk/CONTENTS -lib/R/library/tools/R/tools +lib/R/library/tools/help/undoc +lib/R/library/tools/help/QA +lib/R/library/tools/help/Rtangle +lib/R/library/tools/help/RweaveLatex +lib/R/library/tools/help/Sweave +lib/R/library/tools/help/checkFF +lib/R/library/tools/help/checkTnF +lib/R/library/tools/help/checkVignettes +lib/R/library/tools/help/codoc +lib/R/library/tools/help/tools-internal +lib/R/library/tools/help/AnIndex +lib/R/library/tools/R-ex/Sweave.R lib/R/library/tools/R-ex/checkFF.R lib/R/library/tools/R-ex/undoc.R -lib/R/library/tools/latex/QA.tex +lib/R/library/tools/latex/undoc.tex +lib/R/library/tools/latex/Rtangle.tex +lib/R/library/tools/latex/RweaveLatex.tex +lib/R/library/tools/latex/Sweave.tex lib/R/library/tools/latex/checkFF.tex lib/R/library/tools/latex/checkTnF.tex +lib/R/library/tools/latex/checkVignettes.tex lib/R/library/tools/latex/codoc.tex lib/R/library/tools/latex/tools-internal.tex -lib/R/library/tools/latex/undoc.tex -lib/R/library/tools/html/checkTnF.html +lib/R/library/tools/latex/QA.tex +lib/R/library/tools/html/undoc.html lib/R/library/tools/html/QA.html +lib/R/library/tools/html/Rtangle.html +lib/R/library/tools/html/RweaveLatex.html +lib/R/library/tools/html/Sweave.html lib/R/library/tools/html/checkFF.html -lib/R/library/tools/html/00Index.html +lib/R/library/tools/html/checkTnF.html +lib/R/library/tools/html/checkVignettes.html lib/R/library/tools/html/codoc.html lib/R/library/tools/html/tools-internal.html -lib/R/library/tools/html/undoc.html +lib/R/library/tools/html/00Index.html +lib/R/library/tools/Sweave/Sweave-test-1.Rnw +lib/R/library/tools/Sweave/Sweave.sty +lib/R/library/tools/R/tools lib/R/library/tools/man/tools.Rd -lib/R/library/tools/help/checkTnF -lib/R/library/tools/help/QA -lib/R/library/tools/help/checkFF -lib/R/library/tools/help/AnIndex -lib/R/library/tools/help/codoc -lib/R/library/tools/help/tools-internal -lib/R/library/tools/help/undoc lib/R/library/tools/DESCRIPTION lib/R/library/tools/TITLE lib/R/library/tools/INDEX lib/R/library/tools/CONTENTS -lib/R/library/ts/html/ts.union.html +lib/R/library/ts/html/tsdiag.html +lib/R/library/ts/html/ARMAacf.html +lib/R/library/ts/html/ARMAtoMA.html +lib/R/library/ts/html/AirPassengers.html lib/R/library/ts/html/BJsales.html lib/R/library/ts/html/EuStockMarkets.html +lib/R/library/ts/html/HoltWinters.html +lib/R/library/ts/html/JohnsonJohnson.html +lib/R/library/ts/html/KalmanLike.html lib/R/library/ts/html/LakeHuron.html +lib/R/library/ts/html/Nile.html +lib/R/library/ts/html/StructTS.html lib/R/library/ts/html/UKDriverDeaths.html lib/R/library/ts/html/UKLungDeaths.html +lib/R/library/ts/html/UKgas.html lib/R/library/ts/html/USAccDeaths.html +lib/R/library/ts/html/WWWusage.html lib/R/library/ts/html/acf.html +lib/R/library/ts/html/acf2AR.html lib/R/library/ts/html/ar.html lib/R/library/ts/html/ar.ols.html +lib/R/library/ts/html/arima.html +lib/R/library/ts/html/arima.sim.html lib/R/library/ts/html/arima0.html lib/R/library/ts/html/austres.html lib/R/library/ts/html/beavers.html lib/R/library/ts/html/box.test.html lib/R/library/ts/html/cpgram.html +lib/R/library/ts/html/decompose.html lib/R/library/ts/html/diffinv.html lib/R/library/ts/html/embed.html lib/R/library/ts/html/filter.html @@ -3543,31 +3639,50 @@ lib/R/library/ts/html/lag.plot.html lib/R/library/ts/html/lh.html lib/R/library/ts/html/lynx.html +lib/R/library/ts/html/monthplot.html lib/R/library/ts/html/na.contiguous.html lib/R/library/ts/html/nottem.html +lib/R/library/ts/html/plot.HoltWinters.html +lib/R/library/ts/html/stl.html lib/R/library/ts/html/plot.acf.html lib/R/library/ts/html/plot.spec.html lib/R/library/ts/html/pp.test.html +lib/R/library/ts/html/predict.HoltWinters.html +lib/R/library/ts/html/predict.arima.html lib/R/library/ts/html/spec.ar.html lib/R/library/ts/html/spec.pgram.html lib/R/library/ts/html/spec.taper.html lib/R/library/ts/html/spectrum.html -lib/R/library/ts/html/stl.html lib/R/library/ts/html/stlmethods.html lib/R/library/ts/html/sunspot.html lib/R/library/ts/html/toeplitz.html lib/R/library/ts/html/treering.html -lib/R/library/ts/html/ts-internal.html lib/R/library/ts/html/ts.plot.html +lib/R/library/ts/html/ts.union.html +lib/R/library/ts/html/tsSmooth.html lib/R/library/ts/html/00Index.html -lib/R/library/ts/R-ex/ts.union.R +lib/R/library/ts/R-ex/tsdiag.R +lib/R/library/ts/R-ex/ARMAtoMA.R +lib/R/library/ts/R-ex/AirPassengers.R +lib/R/library/ts/R-ex/HoltWinters.R +lib/R/library/ts/R-ex/JohnsonJohnson.R +lib/R/library/ts/R-ex/Nile.R +lib/R/library/ts/R-ex/StructTS.R +lib/R/library/ts/R-ex/UKDriverDeaths.R +lib/R/library/ts/R-ex/UKLungDeaths.R +lib/R/library/ts/R-ex/UKgas.R +lib/R/library/ts/R-ex/WWWusage.R lib/R/library/ts/R-ex/acf.R +lib/R/library/ts/R-ex/acf2AR.R lib/R/library/ts/R-ex/ar.R lib/R/library/ts/R-ex/ar.ols.R +lib/R/library/ts/R-ex/arima.R +lib/R/library/ts/R-ex/arima.sim.R lib/R/library/ts/R-ex/arima0.R lib/R/library/ts/R-ex/beavers.R lib/R/library/ts/R-ex/box.test.R lib/R/library/ts/R-ex/cpgram.R +lib/R/library/ts/R-ex/decompose.R lib/R/library/ts/R-ex/diffinv.R lib/R/library/ts/R-ex/embed.R lib/R/library/ts/R-ex/filter.R @@ -3575,9 +3690,13 @@ lib/R/library/ts/R-ex/kernel.R lib/R/library/ts/R-ex/lag.R lib/R/library/ts/R-ex/lag.plot.R +lib/R/library/ts/R-ex/monthplot.R lib/R/library/ts/R-ex/na.contiguous.R +lib/R/library/ts/R-ex/nottem.R lib/R/library/ts/R-ex/plot.acf.R lib/R/library/ts/R-ex/pp.test.R +lib/R/library/ts/R-ex/predict.HoltWinters.R +lib/R/library/ts/R-ex/predict.arima.R lib/R/library/ts/R-ex/spec.ar.R lib/R/library/ts/R-ex/spec.pgram.R lib/R/library/ts/R-ex/spectrum.R @@ -3585,21 +3704,36 @@ lib/R/library/ts/R-ex/sunspot.R lib/R/library/ts/R-ex/toeplitz.R lib/R/library/ts/R-ex/ts.plot.R -lib/R/library/ts/R-ex/UKLungDeaths.R -lib/R/library/ts/latex/ts.union.tex +lib/R/library/ts/R-ex/ts.union.R +lib/R/library/ts/R-ex/ARMAacf.R +lib/R/library/ts/latex/tsdiag.tex +lib/R/library/ts/latex/ARMAtoMA.tex +lib/R/library/ts/latex/AirPassengers.tex +lib/R/library/ts/latex/BJsales.tex lib/R/library/ts/latex/EuStockMarkets.tex +lib/R/library/ts/latex/HoltWinters.tex +lib/R/library/ts/latex/JohnsonJohnson.tex +lib/R/library/ts/latex/KalmanLike.tex lib/R/library/ts/latex/LakeHuron.tex +lib/R/library/ts/latex/Nile.tex +lib/R/library/ts/latex/StructTS.tex lib/R/library/ts/latex/UKDriverDeaths.tex lib/R/library/ts/latex/UKLungDeaths.tex +lib/R/library/ts/latex/UKgas.tex lib/R/library/ts/latex/USAccDeaths.tex +lib/R/library/ts/latex/WWWusage.tex lib/R/library/ts/latex/acf.tex +lib/R/library/ts/latex/acf2AR.tex lib/R/library/ts/latex/ar.tex lib/R/library/ts/latex/ar.ols.tex +lib/R/library/ts/latex/arima.tex +lib/R/library/ts/latex/arima.sim.tex lib/R/library/ts/latex/arima0.tex lib/R/library/ts/latex/austres.tex lib/R/library/ts/latex/beavers.tex lib/R/library/ts/latex/box.test.tex lib/R/library/ts/latex/cpgram.tex +lib/R/library/ts/latex/decompose.tex lib/R/library/ts/latex/diffinv.tex lib/R/library/ts/latex/embed.tex lib/R/library/ts/latex/filter.tex @@ -3608,40 +3742,59 @@ lib/R/library/ts/latex/lag.tex lib/R/library/ts/latex/lag.plot.tex lib/R/library/ts/latex/lh.tex -lib/R/library/ts/latex/stl.tex lib/R/library/ts/latex/lynx.tex +lib/R/library/ts/latex/monthplot.tex lib/R/library/ts/latex/na.contiguous.tex lib/R/library/ts/latex/nottem.tex +lib/R/library/ts/latex/plot.HoltWinters.tex lib/R/library/ts/latex/plot.acf.tex lib/R/library/ts/latex/plot.spec.tex lib/R/library/ts/latex/pp.test.tex +lib/R/library/ts/latex/predict.HoltWinters.tex +lib/R/library/ts/latex/predict.arima.tex lib/R/library/ts/latex/spec.ar.tex lib/R/library/ts/latex/spec.pgram.tex lib/R/library/ts/latex/spec.taper.tex lib/R/library/ts/latex/spectrum.tex +lib/R/library/ts/latex/stl.tex lib/R/library/ts/latex/stlmethods.tex lib/R/library/ts/latex/sunspot.tex lib/R/library/ts/latex/toeplitz.tex lib/R/library/ts/latex/treering.tex -lib/R/library/ts/latex/ts-internal.tex lib/R/library/ts/latex/ts.plot.tex -lib/R/library/ts/latex/BJsales.tex +lib/R/library/ts/latex/ts.union.tex +lib/R/library/ts/latex/tsSmooth.tex +lib/R/library/ts/latex/ARMAacf.tex lib/R/library/ts/libs/ts.so -lib/R/library/ts/help/ts.union +lib/R/library/ts/help/tsdiag +lib/R/library/ts/help/ARMAacf +lib/R/library/ts/help/ARMAtoMA +lib/R/library/ts/help/AirPassengers lib/R/library/ts/help/BJsales lib/R/library/ts/help/EuStockMarkets +lib/R/library/ts/help/HoltWinters +lib/R/library/ts/help/JohnsonJohnson +lib/R/library/ts/help/KalmanLike lib/R/library/ts/help/LakeHuron +lib/R/library/ts/help/Nile +lib/R/library/ts/help/StructTS lib/R/library/ts/help/UKDriverDeaths lib/R/library/ts/help/UKLungDeaths +lib/R/library/ts/help/UKgas lib/R/library/ts/help/USAccDeaths +lib/R/library/ts/help/WWWusage lib/R/library/ts/help/acf +lib/R/library/ts/help/acf2AR lib/R/library/ts/help/ar lib/R/library/ts/help/ar.ols +lib/R/library/ts/help/arima +lib/R/library/ts/help/arima.sim lib/R/library/ts/help/arima0 lib/R/library/ts/help/austres lib/R/library/ts/help/beavers lib/R/library/ts/help/box.test lib/R/library/ts/help/cpgram +lib/R/library/ts/help/decompose lib/R/library/ts/help/diffinv lib/R/library/ts/help/embed lib/R/library/ts/help/filter @@ -3651,30 +3804,41 @@ lib/R/library/ts/help/lag.plot lib/R/library/ts/help/lh lib/R/library/ts/help/lynx +lib/R/library/ts/help/monthplot lib/R/library/ts/help/na.contiguous lib/R/library/ts/help/nottem +lib/R/library/ts/help/plot.HoltWinters lib/R/library/ts/help/plot.acf -lib/R/library/ts/help/stl -lib/R/library/ts/help/pp.test lib/R/library/ts/help/plot.spec +lib/R/library/ts/help/pp.test +lib/R/library/ts/help/predict.HoltWinters +lib/R/library/ts/help/predict.arima lib/R/library/ts/help/spec.ar lib/R/library/ts/help/spec.pgram lib/R/library/ts/help/spec.taper lib/R/library/ts/help/spectrum +lib/R/library/ts/help/stl lib/R/library/ts/help/stlmethods lib/R/library/ts/help/sunspot lib/R/library/ts/help/toeplitz lib/R/library/ts/help/treering -lib/R/library/ts/help/ts-internal lib/R/library/ts/help/ts.plot +lib/R/library/ts/help/ts.union +lib/R/library/ts/help/tsSmooth lib/R/library/ts/help/AnIndex lib/R/library/ts/data/treering.R +lib/R/library/ts/data/AirPassengers.R lib/R/library/ts/data/BJsales.R lib/R/library/ts/data/EuStockMarkets.R +lib/R/library/ts/data/JohnsonJohnson.R lib/R/library/ts/data/LakeHuron.R +lib/R/library/ts/data/Nile.R +lib/R/library/ts/data/Seatbelts.R lib/R/library/ts/data/UKDriverDeaths.R lib/R/library/ts/data/UKLungDeaths.R +lib/R/library/ts/data/UKgas.R lib/R/library/ts/data/USAccDeaths.R +lib/R/library/ts/data/WWWusage.R lib/R/library/ts/data/austres.R lib/R/library/ts/data/beavers.R lib/R/library/ts/data/lh.R @@ -3698,132 +3862,134 @@ lib/R/NEWS lib/R/RESOURCES lib/R/THANKS +@dirrm lib/R/share/texmf +@dirrm lib/R/share/sh +@dirrm lib/R/share/perl/Text +@dirrm lib/R/share/perl/R +@dirrm lib/R/share/perl +@dirrm lib/R/share/make +@dirrm lib/R/share/R +@dirrm lib/R/share +@dirrm lib/R/modules @dirrm lib/R/library/ts/man -@dirrm lib/R/library/ts/R -@dirrm lib/R/library/ts/data -@dirrm lib/R/library/ts/help @dirrm lib/R/library/ts/libs @dirrm lib/R/library/ts/latex -@dirrm lib/R/library/ts/R-ex @dirrm lib/R/library/ts/html +@dirrm lib/R/library/ts/help +@dirrm lib/R/library/ts/data +@dirrm lib/R/library/ts/R-ex +@dirrm lib/R/library/ts/R @dirrm lib/R/library/ts -@dirrm lib/R/library/tools/help @dirrm lib/R/library/tools/man -@dirrm lib/R/library/tools/html @dirrm lib/R/library/tools/latex +@dirrm lib/R/library/tools/html +@dirrm lib/R/library/tools/help +@dirrm lib/R/library/tools/Sweave @dirrm lib/R/library/tools/R-ex @dirrm lib/R/library/tools/R @dirrm lib/R/library/tools @dirrm lib/R/library/tcltk/man -@dirrm lib/R/library/tcltk/R +@dirrm lib/R/library/tcltk/libs +@dirrm lib/R/library/tcltk/latex +@dirrm lib/R/library/tcltk/html +@dirrm lib/R/library/tcltk/help @dirrm lib/R/library/tcltk/exec @dirrm lib/R/library/tcltk/demo -@dirrm lib/R/library/tcltk/help -@dirrm lib/R/library/tcltk/latex @dirrm lib/R/library/tcltk/R-ex -@dirrm lib/R/library/tcltk/html +@dirrm lib/R/library/tcltk/R @dirrm lib/R/library/tcltk -@dirrm lib/R/library/stepfun/help @dirrm lib/R/library/stepfun/man -@dirrm lib/R/library/stepfun/html @dirrm lib/R/library/stepfun/latex +@dirrm lib/R/library/stepfun/html +@dirrm lib/R/library/stepfun/help @dirrm lib/R/library/stepfun/R-ex @dirrm lib/R/library/stepfun/R @dirrm lib/R/library/stepfun -@dirrm lib/R/library/splines/libs -@dirrm lib/R/library/splines/R @dirrm lib/R/library/splines/man -@dirrm lib/R/library/splines/html +@dirrm lib/R/library/splines/libs @dirrm lib/R/library/splines/latex -@dirrm lib/R/library/splines/R-ex +@dirrm lib/R/library/splines/html @dirrm lib/R/library/splines/help +@dirrm lib/R/library/splines/R-ex +@dirrm lib/R/library/splines/R @dirrm lib/R/library/splines -@dirrm lib/R/library/base/man -@dirrm lib/R/library/base/R -@dirrm lib/R/library/base/demo -@dirrm lib/R/library/base/data -@dirrm lib/R/library/base/help -@dirrm lib/R/library/base/latex -@dirrm lib/R/library/base/R-ex -@dirrm lib/R/library/base/html -@dirrm lib/R/library/base -@dirrm lib/R/library/mva/libs -@dirrm lib/R/library/mva/R +@dirrm lib/R/library/nls/man +@dirrm lib/R/library/nls/libs +@dirrm lib/R/library/nls/latex +@dirrm lib/R/library/nls/html +@dirrm lib/R/library/nls/help +@dirrm lib/R/library/nls/data +@dirrm lib/R/library/nls/R-ex +@dirrm lib/R/library/nls/R +@dirrm lib/R/library/nls @dirrm lib/R/library/mva/man -@dirrm lib/R/library/mva/data -@dirrm lib/R/library/mva/help +@dirrm lib/R/library/mva/libs @dirrm lib/R/library/mva/latex -@dirrm lib/R/library/mva/R-ex @dirrm lib/R/library/mva/html +@dirrm lib/R/library/mva/help +@dirrm lib/R/library/mva/data +@dirrm lib/R/library/mva/R-ex +@dirrm lib/R/library/mva/R @dirrm lib/R/library/mva @dirrm lib/R/library/modreg/man -@dirrm lib/R/library/modreg/R -@dirrm lib/R/library/modreg/data -@dirrm lib/R/library/modreg/help @dirrm lib/R/library/modreg/libs @dirrm lib/R/library/modreg/latex -@dirrm lib/R/library/modreg/R-ex @dirrm lib/R/library/modreg/html +@dirrm lib/R/library/modreg/help +@dirrm lib/R/library/modreg/data +@dirrm lib/R/library/modreg/R-ex +@dirrm lib/R/library/modreg/R @dirrm lib/R/library/modreg -@dirrm lib/R/library/methods/libs -@dirrm lib/R/library/methods/R @dirrm lib/R/library/methods/man -@dirrm lib/R/library/methods/html +@dirrm lib/R/library/methods/libs @dirrm lib/R/library/methods/latex -@dirrm lib/R/library/methods/R-ex +@dirrm lib/R/library/methods/html @dirrm lib/R/library/methods/help +@dirrm lib/R/library/methods/R-ex +@dirrm lib/R/library/methods/R @dirrm lib/R/library/methods -@dirrm lib/R/library/lqs/libs -@dirrm lib/R/library/lqs/R @dirrm lib/R/library/lqs/man -@dirrm lib/R/library/lqs/html +@dirrm lib/R/library/lqs/libs @dirrm lib/R/library/lqs/latex -@dirrm lib/R/library/lqs/R-ex +@dirrm lib/R/library/lqs/html @dirrm lib/R/library/lqs/help +@dirrm lib/R/library/lqs/R-ex +@dirrm lib/R/library/lqs/R @dirrm lib/R/library/lqs -@dirrm lib/R/library/eda/libs -@dirrm lib/R/library/eda/R @dirrm lib/R/library/eda/man -@dirrm lib/R/library/eda/demo -@dirrm lib/R/library/eda/help +@dirrm lib/R/library/eda/libs @dirrm lib/R/library/eda/latex -@dirrm lib/R/library/eda/R-ex @dirrm lib/R/library/eda/html +@dirrm lib/R/library/eda/help +@dirrm lib/R/library/eda/demo +@dirrm lib/R/library/eda/R-ex +@dirrm lib/R/library/eda/R @dirrm lib/R/library/eda -@dirrm lib/R/library/ctest/libs -@dirrm lib/R/library/ctest/R @dirrm lib/R/library/ctest/man -@dirrm lib/R/library/ctest/html +@dirrm lib/R/library/ctest/libs @dirrm lib/R/library/ctest/latex -@dirrm lib/R/library/ctest/R-ex +@dirrm lib/R/library/ctest/html @dirrm lib/R/library/ctest/help +@dirrm lib/R/library/ctest/R-ex +@dirrm lib/R/library/ctest/R @dirrm lib/R/library/ctest -@dirrm lib/R/library/nls/libs -@dirrm lib/R/library/nls/R -@dirrm lib/R/library/nls/man -@dirrm lib/R/library/nls/data -@dirrm lib/R/library/nls/help -@dirrm lib/R/library/nls/latex -@dirrm lib/R/library/nls/R-ex -@dirrm lib/R/library/nls/html -@dirrm lib/R/library/nls +@dirrm lib/R/library/base/man +@dirrm lib/R/library/base/latex +@dirrm lib/R/library/base/html +@dirrm lib/R/library/base/help +@dirrm lib/R/library/base/demo +@dirrm lib/R/library/base/data +@dirrm lib/R/library/base/R-ex +@dirrm lib/R/library/base/R +@dirrm lib/R/library/base @dirrm lib/R/library -@dirrm lib/R/modules @dirrm lib/R/include/R_ext @dirrm lib/R/include -@dirrm lib/R/bin -@dirrm lib/R/share/texmf -@dirrm lib/R/share/sh -@dirrm lib/R/share/perl/Text -@dirrm lib/R/share/perl/R -@dirrm lib/R/share/perl -@dirrm lib/R/share/make -@dirrm lib/R/share/R -@dirrm lib/R/share @dirrm lib/R/etc @dirrm lib/R/doc/manual @dirrm lib/R/doc/html/search @dirrm lib/R/doc/html @dirrm lib/R/doc +@dirrm lib/R/bin @dirrm lib/R/afm @dirrm lib/R >Release-Note: >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 2 7:42:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F092A37B400 for ; Fri, 2 Aug 2002 07:42:40 -0700 (PDT) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0981043E42 for ; Fri, 2 Aug 2002 07:42:40 -0700 (PDT) (envelope-from mich@freebsdcluster.net) Received: from freebsdcluster.net (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id C759C37C8C; Fri, 2 Aug 2002 16:41:58 +0200 (CEST) Received: by freebsdcluster.net (Postfix, from userid 1000) id 5DA5F3B94B1; Fri, 2 Aug 2002 16:41:16 +0200 (CEST) Date: Fri, 2 Aug 2002 16:41:16 +0200 From: Michael Hostbaek To: Daniel Mueller Cc: ajr@subdimension.com, ports@FreeBSD.org Subject: Re: FreeBSD Port: fastest_cvsup-0.2.6 Message-ID: <20020802144116.GG63943@mich2.itxmarket.com> References: <3D4A910A.50407@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D4A910A.50407@gmx.de> X-Operating-System: FreeBSD 4.6-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It was already reported yesterday, however the maintainer do not seem to reply... ? /mich Daniel Mueller (mue.da) writes: > i want to report the error i get when i try to install this port on my > FreeBSD 4-stable machine: > > " > > Please check it. > -- Best Regards, Michael Landin Hostbaek FreeBSDCluster.org - an International Community */ PGP-key available upon request /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 8:38:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D706C37B400 for ; Fri, 2 Aug 2002 08:38:01 -0700 (PDT) Received: from segue.merit.edu (segue.merit.edu [198.108.1.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B8843E6E for ; Fri, 2 Aug 2002 08:35:26 -0700 (PDT) (envelope-from gdl@merit.edu) Received: from odo.merit.edu (odo.merit.edu [198.108.61.120]) by segue.merit.edu (Postfix) with ESMTP id 8BDF85DD8F for ; Fri, 2 Aug 2002 11:35:25 -0400 (EDT) Received: from localhost (gdl@localhost) by odo.merit.edu (8.9.3/8.9.1) with ESMTP id LAA00757 for ; Fri, 2 Aug 2002 11:35:13 -0400 (EDT) X-Authentication-Warning: odo.merit.edu: gdl owned process doing -bs Date: Fri, 2 Aug 2002 11:35:13 -0400 (EDT) From: Gardiner Leverett To: ports@FreeBSD.org Subject: libmcrypt Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-851401618-1028302513=:745" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-851401618-1028302513=:745 Content-Type: TEXT/PLAIN; charset=US-ASCII I received this error when trying to build the libmcrypt. configure: running /bin/sh './configure' --prefix=/usr/local '--prefix=/usr/local' '--build=i386-portbld-freebsd4.6' 'CFLAGS=-O -pipe ' 'CPPFLAGS=-I/usr/local/include' 'build_alias=i386-portbld-freebsd4.6' 'CC=cc' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=. configure: warning: CFLAGS=-O -pipe : invalid host type configure: warning: CPPFLAGS=-I/usr/local/include: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /bin/sh './configure' failed for libltdl ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/security/libmcrypt/work/libmcrypt-2.5.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 I have attached the config.log ---------- Gardiner D. Leverett gdl@merit.edu Merit Network, Inc. Phone: 734-647-9888 4251 Plymouth Road, Suite 2000 Ann Arbor, MI 48105-2785 http://www.merit.edu ---559023410-851401618-1028302513=:745 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="config.log" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="config.log" VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBj b21waWxlcnMgd2hpbGUNCnJ1bm5pbmcgY29uZmlndXJlLCB0byBhaWQgZGVi dWdnaW5nIGlmIGNvbmZpZ3VyZSBtYWtlcyBhIG1pc3Rha2UuDQoNCkl0IHdh cyBjcmVhdGVkIGJ5IGNvbmZpZ3VyZSwgd2hpY2ggd2FzDQpnZW5lcmF0ZWQg YnkgR05VIEF1dG9jb25mIDIuNTMuICBJbnZvY2F0aW9uIGNvbW1hbmQgbGlu ZSB3YXMNCg0KICAkIC4vY29uZmlndXJlIC0tcHJlZml4PS91c3IvbG9jYWwg LS1idWlsZD1pMzg2LXBvcnRibGQtZnJlZWJzZDQuNg0KDQojIyAtLS0tLS0t LS0gIyMNCiMjIFBsYXRmb3JtLiAjIw0KIyMgLS0tLS0tLS0tICMjDQoNCmhv c3RuYW1lID0gd2hlZWxqYWNrLm1lcml0LmVkdQ0KdW5hbWUgLW0gPSBpMzg2 DQp1bmFtZSAtciA9IDQuNi1TVEFCTEUNCnVuYW1lIC1zID0gRnJlZUJTRA0K dW5hbWUgLXYgPSBGcmVlQlNEIDQuNi1TVEFCTEUgIzA6IFdlZCBKdWwgIDMg MTQ6NTk6MjggRURUIDIwMDIgICAgIHJvb3RAd2hlZWxqYWNrLm1lcml0LmVk dTovdXNyL3NyYy9zeXMvY29tcGlsZS9JSFMgDQoNCi91c3IvYmluL3VuYW1l IC1wID0gaTM4Ng0KL2Jpbi91bmFtZSAtWCAgICAgPSB1bmtub3duDQoNCi9i aW4vYXJjaCAgICAgICAgICAgICAgPSB1bmtub3duDQovdXNyL2Jpbi9hcmNo IC1rICAgICAgID0gdW5rbm93bg0KL3Vzci9jb252ZXgvZ2V0c3lzaW5mbyA9 IHVua25vd24NCmhvc3RpbmZvICAgICAgICAgICAgICAgPSB1bmtub3duDQov YmluL21hY2hpbmUgICAgICAgICAgID0gdW5rbm93bg0KL3Vzci9iaW4vb3Ns ZXZlbCAgICAgICA9IHVua25vd24NCi9iaW4vdW5pdmVyc2UgICAgICAgICAg PSB1bmtub3duDQoNClBBVEg6IC9zYmluDQpQQVRIOiAvYmluDQpQQVRIOiAv dXNyL3NiaW4NClBBVEg6IC91c3IvYmluDQpQQVRIOiAvdXNyL2dhbWVzDQpQ QVRIOiAvdXNyL2xvY2FsL3NiaW4NClBBVEg6IC91c3IvbG9jYWwvYmluDQpQ QVRIOiAvdXNyL1gxMVI2L2Jpbg0KUEFUSDogL3Jvb3QvYmluDQoNCg0KIyMg LS0tLS0tLS0tLS0gIyMNCiMjIENvcmUgdGVzdHMuICMjDQojIyAtLS0tLS0t LS0tLSAjIw0KDQpjb25maWd1cmU6MTQxMDogY2hlY2tpbmcgYnVpbGQgc3lz dGVtIHR5cGUNCmNvbmZpZ3VyZToxNDI4OiByZXN1bHQ6IGkzODYtcG9ydGJs ZC1mcmVlYnNkNC42DQpjb25maWd1cmU6MTQzNjogY2hlY2tpbmcgaG9zdCBz eXN0ZW0gdHlwZQ0KY29uZmlndXJlOjE0NTA6IHJlc3VsdDogaTM4Ni1wb3J0 YmxkLWZyZWVic2Q0LjYNCmNvbmZpZ3VyZToxNDU4OiBjaGVja2luZyB0YXJn ZXQgc3lzdGVtIHR5cGUNCmNvbmZpZ3VyZToxNDcyOiByZXN1bHQ6IGkzODYt cG9ydGJsZC1mcmVlYnNkNC42DQpjb25maWd1cmU6MTQ5OTogY2hlY2tpbmcg Zm9yIGEgQlNELWNvbXBhdGlibGUgaW5zdGFsbA0KY29uZmlndXJlOjE1NTM6 IHJlc3VsdDogL3Vzci9iaW4vaW5zdGFsbCAtYyAtbyByb290IC1nIHdoZWVs DQpjb25maWd1cmU6MTU2NDogY2hlY2tpbmcgd2hldGhlciBidWlsZCBlbnZp cm9ubWVudCBpcyBzYW5lDQpjb25maWd1cmU6MTYwNzogcmVzdWx0OiB5ZXMN CmNvbmZpZ3VyZToxNjQwOiBjaGVja2luZyBmb3IgZ2F3aw0KY29uZmlndXJl OjE2Njk6IHJlc3VsdDogbm8NCmNvbmZpZ3VyZToxNjQwOiBjaGVja2luZyBm b3IgbWF3aw0KY29uZmlndXJlOjE2Njk6IHJlc3VsdDogbm8NCmNvbmZpZ3Vy ZToxNjQwOiBjaGVja2luZyBmb3IgbmF3aw0KY29uZmlndXJlOjE2NTY6IGZv dW5kIC91c3IvYmluL25hd2sNCmNvbmZpZ3VyZToxNjY2OiByZXN1bHQ6IG5h d2sNCmNvbmZpZ3VyZToxNjc2OiBjaGVja2luZyB3aGV0aGVyIG1ha2Ugc2V0 cyAke01BS0V9DQpjb25maWd1cmU6MTY5NjogcmVzdWx0OiB5ZXMNCmNvbmZp Z3VyZToxODQ5OiBjaGVja2luZyB3aGV0aGVyIG1ha2Ugc2V0cyAke01BS0V9 DQpjb25maWd1cmU6MTg2OTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToxOTI1 OiBjaGVja2luZyBmb3IgZ2NjDQpjb25maWd1cmU6MTk1MTogcmVzdWx0OiBj Yw0KY29uZmlndXJlOjIxOTU6IGNoZWNraW5nIGZvciBDIGNvbXBpbGVyIHZl cnNpb24NCmNvbmZpZ3VyZToyMTk4OiBjYyAtLXZlcnNpb24gPC9kZXYvbnVs bCA+JjUNCjIuOTUuNA0KY29uZmlndXJlOjIyMDE6ICQ/ID0gMA0KY29uZmln dXJlOjIyMDM6IGNjIC12IDwvZGV2L251bGwgPiY1DQpVc2luZyBidWlsdGlu IHNwZWNzLg0KZ2NjIHZlcnNpb24gMi45NS40IDIwMDIwMzIwIFtGcmVlQlNE XQ0KY29uZmlndXJlOjIyMDY6ICQ/ID0gMA0KY29uZmlndXJlOjIyMDg6IGNj IC1WIDwvZGV2L251bGwgPiY1DQpjYzogYXJndW1lbnQgdG8gYC1WJyBpcyBt aXNzaW5nDQpjb25maWd1cmU6MjIxMTogJD8gPSAxDQpjb25maWd1cmU6MjIz NzogY2hlY2tpbmcgZm9yIEMgY29tcGlsZXIgZGVmYXVsdCBvdXRwdXQNCmNv bmZpZ3VyZToyMjQwOiBjYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1 ZGUgIGNvbmZ0ZXN0LmMgLUwvdXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3Vy ZToyMjQzOiAkPyA9IDANCmNvbmZpZ3VyZToyMjc2OiByZXN1bHQ6IGEub3V0 DQpjb25maWd1cmU6MjI4MTogY2hlY2tpbmcgd2hldGhlciB0aGUgQyBjb21w aWxlciB3b3Jrcw0KY29uZmlndXJlOjIyODc6IC4vYS5vdXQNCmNvbmZpZ3Vy ZToyMjkwOiAkPyA9IDANCmNvbmZpZ3VyZToyMzA1OiByZXN1bHQ6IHllcw0K Y29uZmlndXJlOjIzMTI6IGNoZWNraW5nIHdoZXRoZXIgd2UgYXJlIGNyb3Nz IGNvbXBpbGluZw0KY29uZmlndXJlOjIzMTQ6IHJlc3VsdDogbm8NCmNvbmZp Z3VyZToyMzE3OiBjaGVja2luZyBmb3Igc3VmZml4IG9mIGV4ZWN1dGFibGVz DQpjb25maWd1cmU6MjMxOTogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlICBjb25mdGVzdC5jIC1ML3Vzci9sb2NhbC9s aWIgPiY1DQpjb25maWd1cmU6MjMyMjogJD8gPSAwDQpjb25maWd1cmU6MjM0 NDogcmVzdWx0OiANCmNvbmZpZ3VyZToyMzUwOiBjaGVja2luZyBmb3Igc3Vm Zml4IG9mIG9iamVjdCBmaWxlcw0KY29uZmlndXJlOjIzNzQ6IGNjIC1jIC1P IC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0K Y29uZmlndXJlOjIzNzc6ICQ/ID0gMA0KY29uZmlndXJlOjIzOTY6IHJlc3Vs dDogbw0KY29uZmlndXJlOjI0MDA6IGNoZWNraW5nIHdoZXRoZXIgd2UgYXJl IHVzaW5nIHRoZSBHTlUgQyBjb21waWxlcg0KY29uZmlndXJlOjI0Mjc6IGNj IC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5j ID4mNQ0KY29uZmlndXJlOjI0MzA6ICQ/ID0gMA0KY29uZmlndXJlOjI0MzM6 IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjI0MzY6ICQ/ID0gMA0K Y29uZmlndXJlOjI0NDg6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6MjQ1NDog Y2hlY2tpbmcgd2hldGhlciBjYyBhY2NlcHRzIC1nDQpjb25maWd1cmU6MjQ3 ODogY2MgLWMgLWcgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+ JjUNCmNvbmZpZ3VyZToyNDgxOiAkPyA9IDANCmNvbmZpZ3VyZToyNDg0OiB0 ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZToyNDg3OiAkPyA9IDANCmNv bmZpZ3VyZToyNDk3OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjI1MjQ6IGNj IC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5j ID4mNQ0KY29uZnRlc3QuYzoyOiBzeW50YXggZXJyb3IgYmVmb3JlIGBtZScN CmNvbmZpZ3VyZToyNTI3OiAkPyA9IDENCmNvbmZpZ3VyZTogZmFpbGVkIHBy b2dyYW0gd2FzOg0KI2lmbmRlZiBfX2NwbHVzcGx1cw0KICBjaG9rZSBtZQ0K I2VuZGlmDQpjb25maWd1cmU6MjY1NjogY2hlY2tpbmcgZm9yIHN0eWxlIG9m IGluY2x1ZGUgdXNlZCBieSBtYWtlDQpjb25maWd1cmU6MjY4NDogcmVzdWx0 OiBHTlUNCmNvbmZpZ3VyZToyNzEyOiBjaGVja2luZyBkZXBlbmRlbmN5IHN0 eWxlIG9mIGNjDQpjb25maWd1cmU6Mjc3NDogcmVzdWx0OiBnY2MNCmNvbmZp Z3VyZToyNzk3OiBjaGVja2luZyBmb3IgYSBCU0QtY29tcGF0aWJsZSBpbnN0 YWxsDQpjb25maWd1cmU6Mjg1MTogcmVzdWx0OiAvdXNyL2Jpbi9pbnN0YWxs IC1jIC1vIHJvb3QgLWcgd2hlZWwNCmNvbmZpZ3VyZToyODYyOiBjaGVja2lu ZyB3aGV0aGVyIGxuIC1zIHdvcmtzDQpjb25maWd1cmU6Mjg2NjogcmVzdWx0 OiB5ZXMNCmNvbmZpZ3VyZToyODc2OiBjaGVja2luZyB3aGV0aGVyIGluIG1h aW50YW5hbmNlIG1vZGUNCmNvbmZpZ3VyZToyODgzOiByZXN1bHQ6IG5vDQpj b25maWd1cmU6Mjg4NzogY2hlY2tpbmcgd2hldGhlciBpbiBkbWFsbG9jIG1v ZGUNCmNvbmZpZ3VyZToyODk0OiByZXN1bHQ6IG5vDQpjb25maWd1cmU6Mjk3 MjogY2hlY2tpbmcgd2hldGhlciB0byBkaXNhYmxlIGR5bmFtaWMgbW9kdWxl IGxvYWRpbmcNCmNvbmZpZ3VyZToyOTc5OiByZXN1bHQ6IG5vDQpjb25maWd1 cmU6Mjk4MzogY2hlY2tpbmcgd2hldGhlciB0byBpbmNsdWRlIGFsZ29yaXRo bXMgaW50byBsaWJyYXJ5DQpjb25maWd1cmU6Mjk5OTogcmVzdWx0OiANCmNv bmZpZ3VyZTozMDM1OiBjaGVja2luZyBob3cgdG8gcnVuIHRoZSBDIHByZXBy b2Nlc3Nvcg0KY29uZmlndXJlOjMwNjE6IGNjIC1FIC1JL3Vzci9sb2NhbC9p bmNsdWRlIGNvbmZ0ZXN0LmMNCmNvbmZpZ3VyZTozMDY3OiAkPyA9IDANCmNv bmZpZ3VyZTozMDk0OiBjYyAtRSAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25m dGVzdC5jDQpjb25maWd1cmU6MzA5MTogYWNfbm9uZXhpc3RlbnQuaDogTm8g c3VjaCBmaWxlIG9yIGRpcmVjdG9yeQ0KY29uZmlndXJlOjMxMDA6ICQ/ID0g MQ0KY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6DQojbGluZSAzMDkw ICJjb25maWd1cmUiDQojaW5jbHVkZSAiY29uZmRlZnMuaCINCiNpbmNsdWRl IDxhY19ub25leGlzdGVudC5oPg0KY29uZmlndXJlOjMxMzc6IHJlc3VsdDog Y2MgLUUNCmNvbmZpZ3VyZTozMTUyOiBjYyAtRSAtSS91c3IvbG9jYWwvaW5j bHVkZSBjb25mdGVzdC5jDQpjb25maWd1cmU6MzE1ODogJD8gPSAwDQpjb25m aWd1cmU6MzE4NTogY2MgLUUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRl c3QuYw0KY29uZmlndXJlOjMxODI6IGFjX25vbmV4aXN0ZW50Lmg6IE5vIHN1 Y2ggZmlsZSBvciBkaXJlY3RvcnkNCmNvbmZpZ3VyZTozMTkxOiAkPyA9IDEN CmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOg0KI2xpbmUgMzE4MSAi Y29uZmlndXJlIg0KI2luY2x1ZGUgImNvbmZkZWZzLmgiDQojaW5jbHVkZSA8 YWNfbm9uZXhpc3RlbnQuaD4NCmNvbmZpZ3VyZTozMjMxOiBjaGVja2luZyBm b3IgQU5TSSBDIGhlYWRlciBmaWxlcw0KY29uZmlndXJlOjMyNDU6IGNjIC1F IC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMNCmNvbmZpZ3VyZToz MjUxOiAkPyA9IDANCmNvbmZpZ3VyZTozMzM4OiBjYyAtbyBjb25mdGVzdCAt TyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0LmMgLUwv dXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3VyZTozMzQxOiAkPyA9IDANCmNv bmZpZ3VyZTozMzQzOiAuL2NvbmZ0ZXN0DQpjb25maWd1cmU6MzM0NjogJD8g PSAwDQpjb25maWd1cmU6MzM2MDogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToz MzcwOiBjaGVja2luZyBmb3IgY2Mgb3B0aW9uIHRvIGFjY2VwdCBBTlNJIEMN CmNvbmZpZ3VyZTozNDMzOiBjYyAgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2Nh bC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6MzQzNjogJD8g PSAwDQpjb25maWd1cmU6MzQzOTogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25m aWd1cmU6MzQ0MjogJD8gPSAwDQpjb25maWd1cmU6MzQ1OTogcmVzdWx0OiBu b25lIG5lZWRlZA0KY29uZmlndXJlOjM0Njc6IGNoZWNraW5nIGZvciBpbmxp bmUNCmNvbmZpZ3VyZTozNDg0OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNDg3OiAk PyA9IDANCmNvbmZpZ3VyZTozNDkwOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNv bmZpZ3VyZTozNDkzOiAkPyA9IDANCmNvbmZpZ3VyZTozNTA0OiByZXN1bHQ6 IGlubGluZQ0KY29uZmlndXJlOjM1MzQ6IGNoZWNraW5nIGZvciBzeXMvdHlw ZXMuaA0KY29uZmlndXJlOjM1NDc6IGNjIC1jIC1PIC1waXBlICAtSS91c3Iv bG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJlOjM1NTA6 ICQ/ID0gMA0KY29uZmlndXJlOjM1NTM6IHRlc3QgLXMgY29uZnRlc3Qubw0K Y29uZmlndXJlOjM1NTY6ICQ/ID0gMA0KY29uZmlndXJlOjM1NjY6IHJlc3Vs dDogeWVzDQpjb25maWd1cmU6MzUzNDogY2hlY2tpbmcgZm9yIHN5cy9zdGF0 LmgNCmNvbmZpZ3VyZTozNTQ3OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNTUwOiAk PyA9IDANCmNvbmZpZ3VyZTozNTUzOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNv bmZpZ3VyZTozNTU2OiAkPyA9IDANCmNvbmZpZ3VyZTozNTY2OiByZXN1bHQ6 IHllcw0KY29uZmlndXJlOjM1MzQ6IGNoZWNraW5nIGZvciBzdGRsaWIuaA0K Y29uZmlndXJlOjM1NDc6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwv aW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJlOjM1NTA6ICQ/ID0g MA0KY29uZmlndXJlOjM1NTM6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmln dXJlOjM1NTY6ICQ/ID0gMA0KY29uZmlndXJlOjM1NjY6IHJlc3VsdDogeWVz DQpjb25maWd1cmU6MzUzNDogY2hlY2tpbmcgZm9yIHN0cmluZy5oDQpjb25m aWd1cmU6MzU0NzogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNs dWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6MzU1MDogJD8gPSAwDQpj b25maWd1cmU6MzU1MzogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25maWd1cmU6 MzU1NjogJD8gPSAwDQpjb25maWd1cmU6MzU2NjogcmVzdWx0OiB5ZXMNCmNv bmZpZ3VyZTozNTM0OiBjaGVja2luZyBmb3IgbWVtb3J5LmgNCmNvbmZpZ3Vy ZTozNTQ3OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUg Y29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNTUwOiAkPyA9IDANCmNvbmZp Z3VyZTozNTUzOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZTozNTU2 OiAkPyA9IDANCmNvbmZpZ3VyZTozNTY2OiByZXN1bHQ6IHllcw0KY29uZmln dXJlOjM1MzQ6IGNoZWNraW5nIGZvciBzdHJpbmdzLmgNCmNvbmZpZ3VyZToz NTQ3OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29u ZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNTUwOiAkPyA9IDANCmNvbmZpZ3Vy ZTozNTUzOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZTozNTU2OiAk PyA9IDANCmNvbmZpZ3VyZTozNTY2OiByZXN1bHQ6IHllcw0KY29uZmlndXJl OjM1MzQ6IGNoZWNraW5nIGZvciBpbnR0eXBlcy5oDQpjb25maWd1cmU6MzU0 NzogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0 ZXN0LmMgPiY1DQpjb25maWd1cmU6MzU1MDogJD8gPSAwDQpjb25maWd1cmU6 MzU1MzogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25maWd1cmU6MzU1NjogJD8g PSAwDQpjb25maWd1cmU6MzU2NjogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToz NTM0OiBjaGVja2luZyBmb3Igc3RkaW50LmgNCmNvbmZpZ3VyZTozNTQ3OiBj YyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3Qu YyA+JjUNCmNvbmZpZ3VyZTozNTc2OiBzdGRpbnQuaDogTm8gc3VjaCBmaWxl IG9yIGRpcmVjdG9yeQ0KY29uZmlndXJlOjM1NTA6ICQ/ID0gMQ0KY29uZmln dXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6DQojbGluZSAzNTQwICJjb25maWd1 cmUiDQojaW5jbHVkZSAiY29uZmRlZnMuaCINCiNpbmNsdWRlIDxzdGRpby5o Pg0KI2lmIEhBVkVfU1lTX1RZUEVTX0gNCiMgaW5jbHVkZSA8c3lzL3R5cGVz Lmg+DQojZW5kaWYNCiNpZiBIQVZFX1NZU19TVEFUX0gNCiMgaW5jbHVkZSA8 c3lzL3N0YXQuaD4NCiNlbmRpZg0KI2lmIFNURENfSEVBREVSUw0KIyBpbmNs dWRlIDxzdGRsaWIuaD4NCiMgaW5jbHVkZSA8c3RkZGVmLmg+DQojZWxzZQ0K IyBpZiBIQVZFX1NURExJQl9IDQojICBpbmNsdWRlIDxzdGRsaWIuaD4NCiMg ZW5kaWYNCiNlbmRpZg0KI2lmIEhBVkVfU1RSSU5HX0gNCiMgaWYgIVNURENf SEVBREVSUyAmJiBIQVZFX01FTU9SWV9IDQojICBpbmNsdWRlIDxtZW1vcnku aD4NCiMgZW5kaWYNCiMgaW5jbHVkZSA8c3RyaW5nLmg+DQojZW5kaWYNCiNp ZiBIQVZFX1NUUklOR1NfSA0KIyBpbmNsdWRlIDxzdHJpbmdzLmg+DQojZW5k aWYNCiNpZiBIQVZFX0lOVFRZUEVTX0gNCiMgaW5jbHVkZSA8aW50dHlwZXMu aD4NCiNlbHNlDQojIGlmIEhBVkVfU1RESU5UX0gNCiMgIGluY2x1ZGUgPHN0 ZGludC5oPg0KIyBlbmRpZg0KI2VuZGlmDQojaWYgSEFWRV9VTklTVERfSA0K IyBpbmNsdWRlIDx1bmlzdGQuaD4NCiNlbmRpZg0KDQojaW5jbHVkZSA8c3Rk aW50Lmg+DQpjb25maWd1cmU6MzU2NjogcmVzdWx0OiBubw0KY29uZmlndXJl OjM1MzQ6IGNoZWNraW5nIGZvciB1bmlzdGQuaA0KY29uZmlndXJlOjM1NDc6 IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVz dC5jID4mNQ0KY29uZmlndXJlOjM1NTA6ICQ/ID0gMA0KY29uZmlndXJlOjM1 NTM6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjM1NTY6ICQ/ID0g MA0KY29uZmlndXJlOjM1NjY6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6MzU4 NjogY2hlY2tpbmcgZm9yIHVuaXN0ZC5oDQpjb25maWd1cmU6MzU5MTogcmVz dWx0OiB5ZXMNCmNvbmZpZ3VyZTozNTg2OiBjaGVja2luZyBmb3Igc3RyaW5n cy5oDQpjb25maWd1cmU6MzU5MTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToz NTk1OiBjaGVja2luZyBkbGZjbi5oIHVzYWJpbGl0eQ0KY29uZmlndXJlOjM2 MDQ6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25m dGVzdC5jID4mNQ0KY29uZmlndXJlOjM2MDc6ICQ/ID0gMA0KY29uZmlndXJl OjM2MTA6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjM2MTM6ICQ/ ID0gMA0KY29uZmlndXJlOjM2MjI6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6 MzYyNjogY2hlY2tpbmcgZGxmY24uaCBwcmVzZW5jZQ0KY29uZmlndXJlOjM2 MzM6IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMNCmNv bmZpZ3VyZTozNjM5OiAkPyA9IDANCmNvbmZpZ3VyZTozNjU3OiByZXN1bHQ6 IHllcw0KY29uZmlndXJlOjM2NzU6IGNoZWNraW5nIGZvciBkbGZjbi5oDQpj b25maWd1cmU6MzY4MjogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozNTk1OiBj aGVja2luZyBzeXMvZW5kaWFuLmggdXNhYmlsaXR5DQpjb25maWd1cmU6MzYw NDogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0 ZXN0LmMgPiY1DQpjb25maWd1cmU6MzYzMzogc3lzL2VuZGlhbi5oOiBObyBz dWNoIGZpbGUgb3IgZGlyZWN0b3J5DQpjb25maWd1cmU6MzYwNzogJD8gPSAx DQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoNCiNsaW5lIDM1OTgg ImNvbmZpZ3VyZSINCiNpbmNsdWRlICJjb25mZGVmcy5oIg0KI2luY2x1ZGUg PHN0ZGlvLmg+DQojaWYgSEFWRV9TWVNfVFlQRVNfSA0KIyBpbmNsdWRlIDxz eXMvdHlwZXMuaD4NCiNlbmRpZg0KI2lmIEhBVkVfU1lTX1NUQVRfSA0KIyBp bmNsdWRlIDxzeXMvc3RhdC5oPg0KI2VuZGlmDQojaWYgU1REQ19IRUFERVJT DQojIGluY2x1ZGUgPHN0ZGxpYi5oPg0KIyBpbmNsdWRlIDxzdGRkZWYuaD4N CiNlbHNlDQojIGlmIEhBVkVfU1RETElCX0gNCiMgIGluY2x1ZGUgPHN0ZGxp Yi5oPg0KIyBlbmRpZg0KI2VuZGlmDQojaWYgSEFWRV9TVFJJTkdfSA0KIyBp ZiAhU1REQ19IRUFERVJTICYmIEhBVkVfTUVNT1JZX0gNCiMgIGluY2x1ZGUg PG1lbW9yeS5oPg0KIyBlbmRpZg0KIyBpbmNsdWRlIDxzdHJpbmcuaD4NCiNl bmRpZg0KI2lmIEhBVkVfU1RSSU5HU19IDQojIGluY2x1ZGUgPHN0cmluZ3Mu aD4NCiNlbmRpZg0KI2lmIEhBVkVfSU5UVFlQRVNfSA0KIyBpbmNsdWRlIDxp bnR0eXBlcy5oPg0KI2Vsc2UNCiMgaWYgSEFWRV9TVERJTlRfSA0KIyAgaW5j bHVkZSA8c3RkaW50Lmg+DQojIGVuZGlmDQojZW5kaWYNCiNpZiBIQVZFX1VO SVNURF9IDQojIGluY2x1ZGUgPHVuaXN0ZC5oPg0KI2VuZGlmDQojaW5jbHVk ZSA8c3lzL2VuZGlhbi5oPg0KY29uZmlndXJlOjM2MjI6IHJlc3VsdDogbm8N CmNvbmZpZ3VyZTozNjI2OiBjaGVja2luZyBzeXMvZW5kaWFuLmggcHJlc2Vu Y2UNCmNvbmZpZ3VyZTozNjMzOiBjYyAtRSAtSS91c3IvbG9jYWwvaW5jbHVk ZSBjb25mdGVzdC5jDQpjb25maWd1cmU6MzYzMDogc3lzL2VuZGlhbi5oOiBO byBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5DQpjb25maWd1cmU6MzYzOTogJD8g PSAxDQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoNCiNsaW5lIDM2 MjkgImNvbmZpZ3VyZSINCiNpbmNsdWRlICJjb25mZGVmcy5oIg0KI2luY2x1 ZGUgPHN5cy9lbmRpYW4uaD4NCmNvbmZpZ3VyZTozNjU3OiByZXN1bHQ6IG5v DQpjb25maWd1cmU6MzY3NTogY2hlY2tpbmcgZm9yIHN5cy9lbmRpYW4uaA0K Y29uZmlndXJlOjM2ODI6IHJlc3VsdDogbm8NCmNvbmZpZ3VyZTozNzA0OiBj aGVja2luZyBmb3Igc3lzL3R5cGVzLmgNCmNvbmZpZ3VyZTozNzA5OiByZXN1 bHQ6IHllcw0KY29uZmlndXJlOjM3MTM6IGNoZWNraW5nIHN5cy9tbWFuLmgg dXNhYmlsaXR5DQpjb25maWd1cmU6MzcyMjogY2MgLWMgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6 MzcyNTogJD8gPSAwDQpjb25maWd1cmU6MzcyODogdGVzdCAtcyBjb25mdGVz dC5vDQpjb25maWd1cmU6MzczMTogJD8gPSAwDQpjb25maWd1cmU6Mzc0MDog cmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozNzQ0OiBjaGVja2luZyBzeXMvbW1h bi5oIHByZXNlbmNlDQpjb25maWd1cmU6Mzc1MTogY2MgLUUgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYw0KY29uZmlndXJlOjM3NTc6ICQ/ID0g MA0KY29uZmlndXJlOjM3NzU6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6Mzc5 MzogY2hlY2tpbmcgZm9yIHN5cy9tbWFuLmgNCmNvbmZpZ3VyZTozODAwOiBy ZXN1bHQ6IHllcw0KY29uZmlndXJlOjM3MTM6IGNoZWNraW5nIGRpcmVudC5o IHVzYWJpbGl0eQ0KY29uZmlndXJlOjM3MjI6IGNjIC1jIC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJl OjM3MjU6ICQ/ID0gMA0KY29uZmlndXJlOjM3Mjg6IHRlc3QgLXMgY29uZnRl c3Qubw0KY29uZmlndXJlOjM3MzE6ICQ/ID0gMA0KY29uZmlndXJlOjM3NDA6 IHJlc3VsdDogeWVzDQpjb25maWd1cmU6Mzc0NDogY2hlY2tpbmcgZGlyZW50 LmggcHJlc2VuY2UNCmNvbmZpZ3VyZTozNzUxOiBjYyAtRSAtSS91c3IvbG9j YWwvaW5jbHVkZSBjb25mdGVzdC5jDQpjb25maWd1cmU6Mzc1NzogJD8gPSAw DQpjb25maWd1cmU6Mzc3NTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozNzkz OiBjaGVja2luZyBmb3IgZGlyZW50LmgNCmNvbmZpZ3VyZTozODAwOiByZXN1 bHQ6IHllcw0KY29uZmlndXJlOjM3MTM6IGNoZWNraW5nIGJ5dGVzd2FwLmgg dXNhYmlsaXR5DQpjb25maWd1cmU6MzcyMjogY2MgLWMgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6 Mzc1MTogYnl0ZXN3YXAuaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQ0K Y29uZmlndXJlOjM3MjU6ICQ/ID0gMQ0KY29uZmlndXJlOiBmYWlsZWQgcHJv Z3JhbSB3YXM6DQojbGluZSAzNzE2ICJjb25maWd1cmUiDQojaW5jbHVkZSAi Y29uZmRlZnMuaCINCiNpbmNsdWRlIDxzdGRpby5oPg0KI2lmIEhBVkVfU1lT X1RZUEVTX0gNCiMgaW5jbHVkZSA8c3lzL3R5cGVzLmg+DQojZW5kaWYNCiNp ZiBIQVZFX1NZU19TVEFUX0gNCiMgaW5jbHVkZSA8c3lzL3N0YXQuaD4NCiNl bmRpZg0KI2lmIFNURENfSEVBREVSUw0KIyBpbmNsdWRlIDxzdGRsaWIuaD4N CiMgaW5jbHVkZSA8c3RkZGVmLmg+DQojZWxzZQ0KIyBpZiBIQVZFX1NURExJ Ql9IDQojICBpbmNsdWRlIDxzdGRsaWIuaD4NCiMgZW5kaWYNCiNlbmRpZg0K I2lmIEhBVkVfU1RSSU5HX0gNCiMgaWYgIVNURENfSEVBREVSUyAmJiBIQVZF X01FTU9SWV9IDQojICBpbmNsdWRlIDxtZW1vcnkuaD4NCiMgZW5kaWYNCiMg aW5jbHVkZSA8c3RyaW5nLmg+DQojZW5kaWYNCiNpZiBIQVZFX1NUUklOR1Nf SA0KIyBpbmNsdWRlIDxzdHJpbmdzLmg+DQojZW5kaWYNCiNpZiBIQVZFX0lO VFRZUEVTX0gNCiMgaW5jbHVkZSA8aW50dHlwZXMuaD4NCiNlbHNlDQojIGlm IEhBVkVfU1RESU5UX0gNCiMgIGluY2x1ZGUgPHN0ZGludC5oPg0KIyBlbmRp Zg0KI2VuZGlmDQojaWYgSEFWRV9VTklTVERfSA0KIyBpbmNsdWRlIDx1bmlz dGQuaD4NCiNlbmRpZg0KI2luY2x1ZGUgPGJ5dGVzd2FwLmg+DQpjb25maWd1 cmU6Mzc0MDogcmVzdWx0OiBubw0KY29uZmlndXJlOjM3NDQ6IGNoZWNraW5n IGJ5dGVzd2FwLmggcHJlc2VuY2UNCmNvbmZpZ3VyZTozNzUxOiBjYyAtRSAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jDQpjb25maWd1cmU6Mzc0 ODogYnl0ZXN3YXAuaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQ0KY29u ZmlndXJlOjM3NTc6ICQ/ID0gMQ0KY29uZmlndXJlOiBmYWlsZWQgcHJvZ3Jh bSB3YXM6DQojbGluZSAzNzQ3ICJjb25maWd1cmUiDQojaW5jbHVkZSAiY29u ZmRlZnMuaCINCiNpbmNsdWRlIDxieXRlc3dhcC5oPg0KY29uZmlndXJlOjM3 NzU6IHJlc3VsdDogbm8NCmNvbmZpZ3VyZTozNzkzOiBjaGVja2luZyBmb3Ig Ynl0ZXN3YXAuaA0KY29uZmlndXJlOjM4MDA6IHJlc3VsdDogbm8NCmNvbmZp Z3VyZTozNzEzOiBjaGVja2luZyBlbmRpYW4uaCB1c2FiaWxpdHkNCmNvbmZp Z3VyZTozNzIyOiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1 ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNzUxOiBlbmRpYW4uaDog Tm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQ0KY29uZmlndXJlOjM3MjU6ICQ/ ID0gMQ0KY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6DQojbGluZSAz NzE2ICJjb25maWd1cmUiDQojaW5jbHVkZSAiY29uZmRlZnMuaCINCiNpbmNs dWRlIDxzdGRpby5oPg0KI2lmIEhBVkVfU1lTX1RZUEVTX0gNCiMgaW5jbHVk ZSA8c3lzL3R5cGVzLmg+DQojZW5kaWYNCiNpZiBIQVZFX1NZU19TVEFUX0gN CiMgaW5jbHVkZSA8c3lzL3N0YXQuaD4NCiNlbmRpZg0KI2lmIFNURENfSEVB REVSUw0KIyBpbmNsdWRlIDxzdGRsaWIuaD4NCiMgaW5jbHVkZSA8c3RkZGVm Lmg+DQojZWxzZQ0KIyBpZiBIQVZFX1NURExJQl9IDQojICBpbmNsdWRlIDxz dGRsaWIuaD4NCiMgZW5kaWYNCiNlbmRpZg0KI2lmIEhBVkVfU1RSSU5HX0gN CiMgaWYgIVNURENfSEVBREVSUyAmJiBIQVZFX01FTU9SWV9IDQojICBpbmNs dWRlIDxtZW1vcnkuaD4NCiMgZW5kaWYNCiMgaW5jbHVkZSA8c3RyaW5nLmg+ DQojZW5kaWYNCiNpZiBIQVZFX1NUUklOR1NfSA0KIyBpbmNsdWRlIDxzdHJp bmdzLmg+DQojZW5kaWYNCiNpZiBIQVZFX0lOVFRZUEVTX0gNCiMgaW5jbHVk ZSA8aW50dHlwZXMuaD4NCiNlbHNlDQojIGlmIEhBVkVfU1RESU5UX0gNCiMg IGluY2x1ZGUgPHN0ZGludC5oPg0KIyBlbmRpZg0KI2VuZGlmDQojaWYgSEFW RV9VTklTVERfSA0KIyBpbmNsdWRlIDx1bmlzdGQuaD4NCiNlbmRpZg0KI2lu Y2x1ZGUgPGVuZGlhbi5oPg0KY29uZmlndXJlOjM3NDA6IHJlc3VsdDogbm8N CmNvbmZpZ3VyZTozNzQ0OiBjaGVja2luZyBlbmRpYW4uaCBwcmVzZW5jZQ0K Y29uZmlndXJlOjM3NTE6IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNv bmZ0ZXN0LmMNCmNvbmZpZ3VyZTozNzQ4OiBlbmRpYW4uaDogTm8gc3VjaCBm aWxlIG9yIGRpcmVjdG9yeQ0KY29uZmlndXJlOjM3NTc6ICQ/ID0gMQ0KY29u ZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6DQojbGluZSAzNzQ3ICJjb25m aWd1cmUiDQojaW5jbHVkZSAiY29uZmRlZnMuaCINCiNpbmNsdWRlIDxlbmRp YW4uaD4NCmNvbmZpZ3VyZTozNzc1OiByZXN1bHQ6IG5vDQpjb25maWd1cmU6 Mzc5MzogY2hlY2tpbmcgZm9yIGVuZGlhbi5oDQpjb25maWd1cmU6MzgwMDog cmVzdWx0OiBubw0KY29uZmlndXJlOjM4Mjc6IGNoZWNraW5nIGxpbWl0cy5o IHVzYWJpbGl0eQ0KY29uZmlndXJlOjM4MzY6IGNjIC1jIC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJl OjM4Mzk6ICQ/ID0gMA0KY29uZmlndXJlOjM4NDI6IHRlc3QgLXMgY29uZnRl c3Qubw0KY29uZmlndXJlOjM4NDU6ICQ/ID0gMA0KY29uZmlndXJlOjM4NTQ6 IHJlc3VsdDogeWVzDQpjb25maWd1cmU6Mzg1ODogY2hlY2tpbmcgbGltaXRz LmggcHJlc2VuY2UNCmNvbmZpZ3VyZTozODY1OiBjYyAtRSAtSS91c3IvbG9j YWwvaW5jbHVkZSBjb25mdGVzdC5jDQpjb25maWd1cmU6Mzg3MTogJD8gPSAw DQpjb25maWd1cmU6Mzg4OTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozOTA3 OiBjaGVja2luZyBmb3IgbGltaXRzLmgNCmNvbmZpZ3VyZTozOTE0OiByZXN1 bHQ6IHllcw0KY29uZmlndXJlOjM5MzU6IGNoZWNraW5nIGZvciBiemVybw0K Y29uZmlndXJlOjM5Nzg6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91 c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGli ID4mNQ0KY29uZmlndXJlOjM5ODE6ICQ/ID0gMA0KY29uZmlndXJlOjM5ODQ6 IHRlc3QgLXMgY29uZnRlc3QNCmNvbmZpZ3VyZTozOTg3OiAkPyA9IDANCmNv bmZpZ3VyZTozOTk3OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjM5MzU6IGNo ZWNraW5nIGZvciBtZW1zZXQNCmNvbmZpZ3VyZTozOTc4OiBjYyAtbyBjb25m dGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0 LmMgLUwvdXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3VyZTozOTUxOiB3YXJu aW5nOiBjb25mbGljdGluZyB0eXBlcyBmb3IgYnVpbHQtaW4gZnVuY3Rpb24g YG1lbXNldCcNCmNvbmZpZ3VyZTozOTgxOiAkPyA9IDANCmNvbmZpZ3VyZToz OTg0OiB0ZXN0IC1zIGNvbmZ0ZXN0DQpjb25maWd1cmU6Mzk4NzogJD8gPSAw DQpjb25maWd1cmU6Mzk5NzogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozOTM1 OiBjaGVja2luZyBmb3IgbWxvY2sNCmNvbmZpZ3VyZTozOTc4OiBjYyAtbyBj b25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0 ZXN0LmMgLUwvdXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3VyZTozOTgxOiAk PyA9IDANCmNvbmZpZ3VyZTozOTg0OiB0ZXN0IC1zIGNvbmZ0ZXN0DQpjb25m aWd1cmU6Mzk4NzogJD8gPSAwDQpjb25maWd1cmU6Mzk5NzogcmVzdWx0OiB5 ZXMNCmNvbmZpZ3VyZTozOTM1OiBjaGVja2luZyBmb3IgcmVhZGRpcl9yDQpj b25maWd1cmU6Mzk3ODogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vz ci9sb2NhbC9pbmNsdWRlICBjb25mdGVzdC5jIC1ML3Vzci9sb2NhbC9saWIg PiY1DQpjb25maWd1cmU6Mzk4MTogJD8gPSAwDQpjb25maWd1cmU6Mzk4NDog dGVzdCAtcyBjb25mdGVzdA0KY29uZmlndXJlOjM5ODc6ICQ/ID0gMA0KY29u ZmlndXJlOjM5OTc6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6MzkzNTogY2hl Y2tpbmcgZm9yIHJlYWRkaXINCmNvbmZpZ3VyZTozOTc4OiBjYyAtbyBjb25m dGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0 LmMgLUwvdXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3VyZTozOTgxOiAkPyA9 IDANCmNvbmZpZ3VyZTozOTg0OiB0ZXN0IC1zIGNvbmZ0ZXN0DQpjb25maWd1 cmU6Mzk4NzogJD8gPSAwDQpjb25maWd1cmU6Mzk5NzogcmVzdWx0OiB5ZXMN CmNvbmZpZ3VyZTo0MDEyOiBjaGVja2luZyBmb3IgbWVtbW92ZQ0KY29uZmln dXJlOjQwNTU6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9j YWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGliID4mNQ0K Y29uZmlndXJlOjQwNTg6ICQ/ID0gMA0KY29uZmlndXJlOjQwNjE6IHRlc3Qg LXMgY29uZnRlc3QNCmNvbmZpZ3VyZTo0MDY0OiAkPyA9IDANCmNvbmZpZ3Vy ZTo0MDc0OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjQwMTI6IGNoZWNraW5n IGZvciBiY29weQ0KY29uZmlndXJlOjQwNTU6IGNjIC1vIGNvbmZ0ZXN0IC1P IC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91 c3IvbG9jYWwvbGliID4mNQ0KY29uZmlndXJlOjQwNTg6ICQ/ID0gMA0KY29u ZmlndXJlOjQwNjE6IHRlc3QgLXMgY29uZnRlc3QNCmNvbmZpZ3VyZTo0MDY0 OiAkPyA9IDANCmNvbmZpZ3VyZTo0MDc0OiByZXN1bHQ6IHllcw0KY29uZmln dXJlOjQwODU6IGNoZWNraW5nIHdoZXRoZXIgYnl0ZSBvcmRlcmluZyBpcyBi aWdlbmRpYW4NCmNvbmZpZ3VyZTo0MTE1OiBjYyAtYyAtTyAtcGlwZSAgLUkv dXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTo0 MTE4OiAkPyA9IDANCmNvbmZpZ3VyZTo0MTIxOiB0ZXN0IC1zIGNvbmZ0ZXN0 Lm8NCmNvbmZpZ3VyZTo0MTI0OiAkPyA9IDANCmNvbmZpZ3VyZTo0MTUxOiBj YyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3Qu YyA+JjUNCmNvbmZpZ3VyZTogSW4gZnVuY3Rpb24gYG1haW4nOg0KY29uZmln dXJlOjQxNDI6IHN5bnRheCBlcnJvciBiZWZvcmUgYGJpZycNCmNvbmZpZ3Vy ZTo0MTU0OiAkPyA9IDENCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2Fz Og0KI2xpbmUgNDEyOCAiY29uZmlndXJlIg0KI2luY2x1ZGUgImNvbmZkZWZz LmgiDQojaW5jbHVkZSA8c3lzL3R5cGVzLmg+DQojaW5jbHVkZSA8c3lzL3Bh cmFtLmg+DQoNCiNpZmRlZiBGNzdfRFVNTVlfTUFJTg0KIyAgaWZkZWYgX19j cGx1c3BsdXMNCiAgICAgZXh0ZXJuICJDIg0KIyAgZW5kaWYNCiAgIGludCBG NzdfRFVNTVlfTUFJTigpIHsgcmV0dXJuIDE7IH0NCiNlbmRpZg0KaW50DQpt YWluICgpDQp7DQojaWYgQllURV9PUkRFUiAhPSBCSUdfRU5ESUFODQogbm90 IGJpZyBlbmRpYW4NCiNlbmRpZg0KDQogIDsNCiAgcmV0dXJuIDA7DQp9DQpj b25maWd1cmU6NDI2ODogcmVzdWx0OiBubw0KY29uZmlndXJlOjQyODc6IGNo ZWNraW5nIGZvciB1bnNpZ25lZCBsb25nIGludA0KY29uZmlndXJlOjQzMTQ6 IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVz dC5jID4mNQ0KY29uZmlndXJlOjQzMTc6ICQ/ID0gMA0KY29uZmlndXJlOjQz MjA6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjQzMjM6ICQ/ID0g MA0KY29uZmlndXJlOjQzMzM6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6NDMz NjogY2hlY2tpbmcgc2l6ZSBvZiB1bnNpZ25lZCBsb25nIGludA0KY29uZmln dXJlOjQ2MTQ6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9j YWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGliID4mNQ0K Y29uZmlndXJlOjQ2MTc6ICQ/ID0gMA0KY29uZmlndXJlOjQ2MTk6IC4vY29u ZnRlc3QNCmNvbmZpZ3VyZTo0NjIyOiAkPyA9IDANCmNvbmZpZ3VyZTo0NjQy OiByZXN1bHQ6IDQNCmNvbmZpZ3VyZTo0NjQ5OiBjaGVja2luZyBmb3IgdW5z aWduZWQgaW50DQpjb25maWd1cmU6NDY3NjogY2MgLWMgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6 NDY3OTogJD8gPSAwDQpjb25maWd1cmU6NDY4MjogdGVzdCAtcyBjb25mdGVz dC5vDQpjb25maWd1cmU6NDY4NTogJD8gPSAwDQpjb25maWd1cmU6NDY5NTog cmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo0Njk4OiBjaGVja2luZyBzaXplIG9m IHVuc2lnbmVkIGludA0KY29uZmlndXJlOjQ5NzY6IGNjIC1vIGNvbmZ0ZXN0 IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAt TC91c3IvbG9jYWwvbGliID4mNQ0KY29uZmlndXJlOjQ5Nzk6ICQ/ID0gMA0K Y29uZmlndXJlOjQ5ODE6IC4vY29uZnRlc3QNCmNvbmZpZ3VyZTo0OTg0OiAk PyA9IDANCmNvbmZpZ3VyZTo1MDA0OiByZXN1bHQ6IDQNCmNvbmZpZ3VyZTo1 MDExOiBjaGVja2luZyBmb3IgdW5zaWduZWQgc2hvcnQgaW50DQpjb25maWd1 cmU6NTAzODogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRl IGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6NTA0MTogJD8gPSAwDQpjb25m aWd1cmU6NTA0NDogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25maWd1cmU6NTA0 NzogJD8gPSAwDQpjb25maWd1cmU6NTA1NzogcmVzdWx0OiB5ZXMNCmNvbmZp Z3VyZTo1MDYwOiBjaGVja2luZyBzaXplIG9mIHVuc2lnbmVkIHNob3J0IGlu dA0KY29uZmlndXJlOjUzMzg6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwv bGliID4mNQ0KY29uZmlndXJlOjUzNDE6ICQ/ID0gMA0KY29uZmlndXJlOjUz NDM6IC4vY29uZnRlc3QNCmNvbmZpZ3VyZTo1MzQ2OiAkPyA9IDANCmNvbmZp Z3VyZTo1MzY2OiByZXN1bHQ6IDINCmNvbmZpZ3VyZTo1MzczOiBjaGVja2lu ZyBmb3IgdW5zaWduZWQgY2hhcg0KY29uZmlndXJlOjU0MDA6IGNjIC1jIC1P IC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0K Y29uZmlndXJlOjU0MDM6ICQ/ID0gMA0KY29uZmlndXJlOjU0MDY6IHRlc3Qg LXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjU0MDk6ICQ/ID0gMA0KY29uZmln dXJlOjU0MTk6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6NTQyMjogY2hlY2tp bmcgc2l6ZSBvZiB1bnNpZ25lZCBjaGFyDQpjb25maWd1cmU6NTcwMDogY2Mg LW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlICBj b25mdGVzdC5jIC1ML3Vzci9sb2NhbC9saWIgPiY1DQpjb25maWd1cmU6NTcw MzogJD8gPSAwDQpjb25maWd1cmU6NTcwNTogLi9jb25mdGVzdA0KY29uZmln dXJlOjU3MDg6ICQ/ID0gMA0KY29uZmlndXJlOjU3Mjg6IHJlc3VsdDogMQ0K Y29uZmlndXJlOjU3NDM6IGNoZWNraW5nIGZvciBsdF9kbG11dGV4X3JlZ2lz dGVyIGluIC1sbHRkbA0KY29uZmlndXJlOjU3NzY6IGNjIC1vIGNvbmZ0ZXN0 IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAt bGx0ZGwgIC1ML3Vzci9sb2NhbC9saWIgPiY1DQovdG1wL2NjSjk0UU9LLm86 IEluIGZ1bmN0aW9uIGBtYWluJzoNCi90bXAvY2NKOTRRT0subygudGV4dCsw eDcpOiB1bmRlZmluZWQgcmVmZXJlbmNlIHRvIGBsdF9kbG11dGV4X3JlZ2lz dGVyJw0KY29uZmlndXJlOjU3Nzk6ICQ/ID0gMQ0KY29uZmlndXJlOiBmYWls ZWQgcHJvZ3JhbSB3YXM6DQojbGluZSA1NzUxICJjb25maWd1cmUiDQojaW5j bHVkZSAiY29uZmRlZnMuaCINCg0KLyogT3ZlcnJpZGUgYW55IGdjYzIgaW50 ZXJuYWwgcHJvdG90eXBlIHRvIGF2b2lkIGFuIGVycm9yLiAgKi8NCiNpZmRl ZiBfX2NwbHVzcGx1cw0KZXh0ZXJuICJDIg0KI2VuZGlmDQovKiBXZSB1c2Ug Y2hhciBiZWNhdXNlIGludCBtaWdodCBtYXRjaCB0aGUgcmV0dXJuIHR5cGUg b2YgYSBnY2MyDQogICBidWlsdGluIGFuZCB0aGVuIGl0cyBhcmd1bWVudCBw cm90b3R5cGUgd291bGQgc3RpbGwgYXBwbHkuICAqLw0KY2hhciBsdF9kbG11 dGV4X3JlZ2lzdGVyICgpOw0KI2lmZGVmIEY3N19EVU1NWV9NQUlODQojICBp ZmRlZiBfX2NwbHVzcGx1cw0KICAgICBleHRlcm4gIkMiDQojICBlbmRpZg0K ICAgaW50IEY3N19EVU1NWV9NQUlOKCkgeyByZXR1cm4gMTsgfQ0KI2VuZGlm DQppbnQNCm1haW4gKCkNCnsNCmx0X2RsbXV0ZXhfcmVnaXN0ZXIgKCk7DQog IDsNCiAgcmV0dXJuIDA7DQp9DQpjb25maWd1cmU6NTc5NjogcmVzdWx0OiBu bw0KY29uZmlndXJlOjU4MTM6IGNoZWNraW5nIGZvciBtYWluIGluIC1sbHRk bA0KY29uZmlndXJlOjU4NDA6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtbGx0ZGwgIC1ML3Vz ci9sb2NhbC9saWIgPiY1DQpjb25maWd1cmU6NTg0MzogJD8gPSAwDQpjb25m aWd1cmU6NTg0NjogdGVzdCAtcyBjb25mdGVzdA0KY29uZmlndXJlOjU4NDk6 ICQ/ID0gMA0KY29uZmlndXJlOjU4NjA6IHJlc3VsdDogeWVzDQpjb25maWd1 cmU6NjAwMTogY2hlY2tpbmcgZm9yIGxkIHVzZWQgYnkgR0NDDQpjb25maWd1 cmU6NjA2NDogcmVzdWx0OiAvdXNyL2xpYmV4ZWMvZWxmL2xkDQpjb25maWd1 cmU6NjA3MzogY2hlY2tpbmcgaWYgdGhlIGxpbmtlciAoL3Vzci9saWJleGVj L2VsZi9sZCkgaXMgR05VIGxkDQpHTlUgbGQgdmVyc2lvbiAyLjExLjIgMjAw MTA3MTkgW0ZyZWVCU0RdICh3aXRoIEJGRCAyLjExLjIgMjAwMTA3MTkgW0Zy ZWVCU0RdKQ0KY29uZmlndXJlOjYwODU6IHJlc3VsdDogeWVzDQpjb25maWd1 cmU6NjA5MDogY2hlY2tpbmcgZm9yIC91c3IvbGliZXhlYy9lbGYvbGQgb3B0 aW9uIHRvIHJlbG9hZCBvYmplY3QgZmlsZXMNCmNvbmZpZ3VyZTo2MDk3OiBy ZXN1bHQ6IC1yDQpjb25maWd1cmU6NjEwMjogY2hlY2tpbmcgZm9yIEJTRC1j b21wYXRpYmxlIG5tDQpjb25maWd1cmU6NjEzODogcmVzdWx0OiAvdXNyL2Jp bi9ubSAtQg0KY29uZmlndXJlOjYxNDE6IGNoZWNraW5nIGZvciBhIHNlZCB0 aGF0IGRvZXMgbm90IHRydW5jYXRlIG91dHB1dA0KY29uZmlndXJlOjYyMjM6 IHJlc3VsdDogL3Vzci9iaW4vc2VkDQpjb25maWd1cmU6NjIyNjogY2hlY2tp bmcgaG93IHRvIHJlY29nbmlzZSBkZXBlbmRhbnQgbGlicmFyaWVzDQpjb25m aWd1cmU6NjQwNzogcmVzdWx0OiBwYXNzX2FsbA0KY29uZmlndXJlOjY0MTk6 IGNoZWNraW5nIGNvbW1hbmQgdG8gcGFyc2UgL3Vzci9iaW4vbm0gLUIgb3V0 cHV0DQpjb25maWd1cmU6NjUwMDogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9s b2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6NjUwMzog JD8gPSAwDQpjb25maWd1cmU6NjUwNzogL3Vzci9iaW4vbm0gLUIgY29uZnRl c3QubyBcfCBzZWQgLW4gLWUgJ3MvXi4qWyAJXVwoW0FCQ0RHSVNUV11bQUJD REdJU1RXXSpcKVsgCV1bIAldKlwoXClcKFtfQS1aYS16XVtfQS1aYS16MC05 XSpcKSQvXDEgXDJcMyBcMy9wJyBcPiBjb25mdGVzdC5ubQ0KY29uZmlndXJl OjY1MTA6ICQ/ID0gMA0KY29uZmlndXJlOjY1NjI6IGNjIC1vIGNvbmZ0ZXN0 IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyBj b25mdHN0bS5vID4mNQ0KY29uZmlndXJlOjY1NjU6ICQ/ID0gMA0KY29uZmln dXJlOjY2MDk6IHJlc3VsdDogb2sNCmNvbmZpZ3VyZTo2NjE4OiBjaGVja2lu ZyBmb3IgZGxmY24uaA0KY29uZmlndXJlOjY2MjM6IHJlc3VsdDogeWVzDQpj b25maWd1cmU6NjkxMjogY2hlY2tpbmcgZm9yIHJhbmxpYg0KY29uZmlndXJl OjY5Mjg6IGZvdW5kIC91c3IvYmluL3JhbmxpYg0KY29uZmlndXJlOjY5Mzk6 IHJlc3VsdDogcmFubGliDQpjb25maWd1cmU6Njk5MjogY2hlY2tpbmcgZm9y IHN0cmlwDQpjb25maWd1cmU6NzAwODogZm91bmQgL3Vzci9iaW4vc3RyaXAN CmNvbmZpZ3VyZTo3MDE5OiByZXN1bHQ6IHN0cmlwDQpjb25maWd1cmU6NzIz MDogY2hlY2tpbmcgZm9yIG9iamRpcg0KY29uZmlndXJlOjcyNDE6IHJlc3Vs dDogLmxpYnMNCmNvbmZpZ3VyZTo3MjU4OiBjaGVja2luZyBmb3IgY2Mgb3B0 aW9uIHRvIHByb2R1Y2UgUElDDQpjb25maWd1cmU6NzQwNDogcmVzdWx0OiAt ZlBJQw0KY29uZmlndXJlOjc0MDg6IGNoZWNraW5nIGlmIGNjIFBJQyBmbGFn IC1mUElDIHdvcmtzDQpjb25maWd1cmU6NzQzNDogY2MgLWMgLU8gLXBpcGUg IC1mUElDIC1EUElDIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMg PiY1DQpjb25maWd1cmU6NzQzNzogJD8gPSAwDQpjb25maWd1cmU6NzQ0MDog dGVzdCAtcyBjb25mdGVzdC5vDQpjb25maWd1cmU6NzQ0MzogJD8gPSAwDQpj b25maWd1cmU6NzQ4MDogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo3NDk2OiBj aGVja2luZyBpZiBjYyBzdGF0aWMgZmxhZyAtc3RhdGljIHdvcmtzDQpjb25m aWd1cmU6NzUyMzogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9s b2NhbC9pbmNsdWRlICAtc3RhdGljIGNvbmZ0ZXN0LmMgLUwvdXNyL2xvY2Fs L2xpYiA+JjUNCmNvbmZpZ3VyZTo3NTI2OiAkPyA9IDANCmNvbmZpZ3VyZTo3 NTI5OiB0ZXN0IC1zIGNvbmZ0ZXN0DQpjb25maWd1cmU6NzUzMjogJD8gPSAw DQpjb25maWd1cmU6NzU0NzogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo3NTU5 OiBjaGVja2luZyBpZiBjYyBzdXBwb3J0cyAtYyAtbyBmaWxlLm8NCmNvbmZp Z3VyZTo3NTc5OiBjYyAtYyAtTyAtcGlwZSAgLW8gb3V0L2NvbmZ0ZXN0Mi5v IC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1 cmU6NzYwMzogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo3NjA4OiBjaGVja2lu ZyBpZiBjYyBzdXBwb3J0cyAtYyAtbyBmaWxlLmxvDQpjb25maWd1cmU6NzYz ODogY2MgLWMgLU8gLXBpcGUgIC1jIC1vIGNvbmZ0ZXN0LmxvIC1JL3Vzci9s b2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6NzY0MTog JD8gPSAwDQpjb25maWd1cmU6NzY0NDogdGVzdCAtcyBjb25mdGVzdC5sbw0K Y29uZmlndXJlOjc2NDc6ICQ/ID0gMA0KY29uZmlndXJlOjc2Njg6IHJlc3Vs dDogeWVzDQpjb25maWd1cmU6NzY5OTogY2hlY2tpbmcgaWYgY2Mgc3VwcG9y dHMgLWZuby1ydHRpIC1mbm8tZXhjZXB0aW9ucw0KY29uZmlndXJlOjc3MjQ6 IGNjIC1jIC1PIC1waXBlICAtZm5vLXJ0dGkgLWZuby1leGNlcHRpb25zIC1j IGNvbmZ0ZXN0LmMgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+ JjUNCmNvbmZpZ3VyZTo3NzI3OiAkPyA9IDANCmNvbmZpZ3VyZTo3NzMwOiB0 ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZTo3NzMzOiAkPyA9IDANCmNv bmZpZ3VyZTo3NzQ5OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjc3NjA6IGNo ZWNraW5nIHdoZXRoZXIgdGhlIGxpbmtlciAoL3Vzci9saWJleGVjL2VsZi9s ZCkgc3VwcG9ydHMgc2hhcmVkIGxpYnJhcmllcw0KY29uZmlndXJlOjg0NTI6 IHJlc3VsdDogeWVzDQpjb25maWd1cmU6ODQ1NzogY2hlY2tpbmcgaG93IHRv IGhhcmRjb2RlIGxpYnJhcnkgcGF0aHMgaW50byBwcm9ncmFtcw0KY29uZmln dXJlOjg0ODE6IHJlc3VsdDogaW1tZWRpYXRlDQpjb25maWd1cmU6ODQ4Njog Y2hlY2tpbmcgd2hldGhlciBzdHJpcHBpbmcgbGlicmFyaWVzIGlzIHBvc3Np YmxlDQpjb25maWd1cmU6ODQ5MTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo4 NTAyOiBjaGVja2luZyBkeW5hbWljIGxpbmtlciBjaGFyYWN0ZXJpc3RpY3MN CmNvbmZpZ3VyZTo4OTA0OiByZXN1bHQ6IGZyZWVic2Q0LjYgbGQuc28NCmNv bmZpZ3VyZTo4OTA5OiBjaGVja2luZyBpZiBsaWJ0b29sIHN1cHBvcnRzIHNo YXJlZCBsaWJyYXJpZXMNCmNvbmZpZ3VyZTo4OTExOiByZXN1bHQ6IHllcw0K Y29uZmlndXJlOjg5MTQ6IGNoZWNraW5nIHdoZXRoZXIgdG8gYnVpbGQgc2hh cmVkIGxpYnJhcmllcw0KY29uZmlndXJlOjg5MzU6IHJlc3VsdDogeWVzDQpj b25maWd1cmU6ODkzODogY2hlY2tpbmcgd2hldGhlciB0byBidWlsZCBzdGF0 aWMgbGlicmFyaWVzDQpjb25maWd1cmU6ODk0MjogcmVzdWx0OiB5ZXMNCmNv bmZpZ3VyZTo5NjA0OiBjaGVja2luZyB3aGV0aGVyIC1sYyBzaG91bGQgYmUg ZXhwbGljaXRseSBsaW5rZWQgaW4NCmNvbmZpZ3VyZTo5NjEyOiBjYyAtYyAt TyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUN CmNvbmZpZ3VyZTo5NjE1OiAkPyA9IDANCmNvbmZpZ3VyZTo5NjI5OiBjYyAt c2hhcmVkIGNvbmZ0ZXN0Lm8gIC12IC1XbCwtc29uYW1lIC1XbCxjb25mdGVz dCAtbyBjb25mdGVzdCAyXD5cJjEgXHwgZ3JlcCAgLWxjICBcPi9kZXYvbnVs bCAyXD5cJjENCmNvbmZpZ3VyZTo5NjMyOiAkPyA9IDENCmNvbmZpZ3VyZTo5 NjQ1OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjEwMzE3OiBjcmVhdGluZyAu L2NvbmZpZy5zdGF0dXMNCg0KIyMgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAj Iw0KIyMgUnVubmluZyBjb25maWcuc3RhdHVzLiAjIw0KIyMgLS0tLS0tLS0t LS0tLS0tLS0tLS0tLSAjIw0KDQpUaGlzIGZpbGUgd2FzIGV4dGVuZGVkIGJ5 IGNvbmZpZy5zdGF0dXMsIHdoaWNoIHdhcw0KZ2VuZXJhdGVkIGJ5IEdOVSBB dXRvY29uZiAyLjUzLiAgSW52b2NhdGlvbiBjb21tYW5kIGxpbmUgd2FzDQoN CiAgQ09ORklHX0ZJTEVTICAgID0gDQogIENPTkZJR19IRUFERVJTICA9IA0K ICBDT05GSUdfTElOS1MgICAgPSANCiAgQ09ORklHX0NPTU1BTkRTID0gDQog ICQgLi9jb25maWcuc3RhdHVzIA0KDQpvbiB3aGVlbGphY2subWVyaXQuZWR1 DQoNCmNvbmZpZy5zdGF0dXM6MTEwMTE6IGNyZWF0aW5nIE1ha2VmaWxlDQpj b25maWcuc3RhdHVzOjExMDExOiBjcmVhdGluZyBsaWJtY3J5cHQuc3BlYw0K Y29uZmlnLnN0YXR1czoxMTAxMTogY3JlYXRpbmcgbGliL01ha2VmaWxlDQpj b25maWcuc3RhdHVzOjExMDExOiBjcmVhdGluZyBkb2MvTWFrZWZpbGUNCmNv bmZpZy5zdGF0dXM6MTEwMTE6IGNyZWF0aW5nIHNyYy9NYWtlZmlsZQ0KY29u ZmlnLnN0YXR1czoxMTAxMTogY3JlYXRpbmcgbW9kdWxlcy9NYWtlZmlsZQ0K Y29uZmlnLnN0YXR1czoxMTAxMTogY3JlYXRpbmcgbW9kdWxlcy9tb2Rlcy9N YWtlZmlsZQ0KY29uZmlnLnN0YXR1czoxMTAxMTogY3JlYXRpbmcgbW9kdWxl cy9hbGdvcml0aG1zL01ha2VmaWxlDQpjb25maWcuc3RhdHVzOjExMDExOiBj cmVhdGluZyBsaWIvbWNyeXB0LmgNCmNvbmZpZy5zdGF0dXM6MTEwMTE6IGNy ZWF0aW5nIGxpYi9saWJtY3J5cHQtY29uZmlnDQpjb25maWcuc3RhdHVzOjEx MTE0OiBjcmVhdGluZyBjb25maWcuaA0KY29uZmlnLnN0YXR1czoxMTM1ODog ZXhlY3V0aW5nIGRlcGZpbGVzIGNvbW1hbmRzDQpjb25maWcuc3RhdHVzOjEx MzU4OiBleGVjdXRpbmcgZGVmYXVsdC0xIGNvbW1hbmRzDQpjb25maWd1cmU6 MTE1MjY6IGNvbmZpZ3VyaW5nIGluIGxpYmx0ZGwNCmNvbmZpZ3VyZToxMTYw NTogcnVubmluZyAvYmluL3NoICcuL2NvbmZpZ3VyZScgLS1wcmVmaXg9L3Vz ci9sb2NhbCAgJy0tcHJlZml4PS91c3IvbG9jYWwnICctLWJ1aWxkPWkzODYt cG9ydGJsZC1mcmVlYnNkNC42JyAnQ0ZMQUdTPS1PIC1waXBlICcgJ0NQUEZM QUdTPS1JL3Vzci9sb2NhbC9pbmNsdWRlJyAnYnVpbGRfYWxpYXM9aTM4Ni1w b3J0YmxkLWZyZWVic2Q0LjYnICdDQz1jYycgLS1lbmFibGUtbHRkbC1pbnN0 YWxsPW5vIC0tY2FjaGUtZmlsZT0vZGV2L251bGwgLS1zcmNkaXI9Lg0KY29u ZmlndXJlOjExNjEwOiBlcnJvcjogL2Jpbi9zaCAnLi9jb25maWd1cmUnIGZh aWxlZCBmb3IgbGlibHRkbA0KDQojIyAtLS0tLS0tLS0tLS0tLS0tICMjDQoj IyBDYWNoZSB2YXJpYWJsZXMuICMjDQojIyAtLS0tLS0tLS0tLS0tLS0tICMj DQoNCmFtX2N2X0NDX2RlcGVuZGVuY2llc19jb21waWxlcl90eXBlPSdnY2Mn DQphY19jdl90eXBlX3Vuc2lnbmVkX3Nob3J0X2ludD0neWVzJw0KYWNfY3Zf c2l6ZW9mX3Vuc2lnbmVkX2xvbmdfaW50PSc0Jw0KYWNfY3ZfaGVhZGVyX3N5 c19lbmRpYW5faD0nbm8nDQphY19jdl9jX2JpZ2VuZGlhbj0nbm8nDQpsdF9j dl9maWxlX21hZ2ljX2NtZD0nJE1BR0lDX0NNRCcNCmFjX2N2X2hlYWRlcl9z dGRsaWJfaD0neWVzJw0KYWNfY3ZfZnVuY19tZW1tb3ZlPSd5ZXMnDQphY19j dl9wcm9nX2NjX2c9J3llcycNCmFjX2N2X2Vudl9MREZMQUdTX3NldD0nJw0K bHRfY3ZfcHJvZ19jY19jYW5fYnVpbGRfc2hhcmVkPSd5ZXMnDQphY19jdl9o ZWFkZXJfYnl0ZXN3YXBfaD0nbm8nDQphY19jdl9jX2NvbXBpbGVyX2dudT0n eWVzJw0KYWNfY3ZfZXhlZXh0PScnDQphY19jdl9lbnZfQ0ZMQUdTX3NldD0n c2V0Jw0KYWNfY3ZfaGVhZGVyX2RpcmVudF9oPSd5ZXMnDQphY19jdl90eXBl X3Vuc2lnbmVkX2ludD0neWVzJw0KYWNfY3ZfZW52X0NQUF92YWx1ZT0nJw0K YWNfY3ZfZW52X0NQUEZMQUdTX3NldD0nc2V0Jw0KbHRfY3ZfcHJvZ19jY19z dGF0aWNfd29ya3M9J3llcycNCmx0X2N2X3Byb2dfY2Nfbm9fYnVpbHRpbj0n Jw0KbHRfY3ZfcHJvZ19jY19zaGxpYj0nJw0KYWNfY3Zfc2l6ZW9mX3Vuc2ln bmVkX3Nob3J0X2ludD0nMicNCmx0X2N2X3Byb2dfY2Nfc3RhdGljPSctc3Rh dGljJw0KYWNfY3ZfZW52X2hvc3RfYWxpYXNfc2V0PScnDQphY19jdl90eXBl X3Vuc2lnbmVkX2NoYXI9J3llcycNCmFjX2N2X2Z1bmNfbWxvY2s9J3llcycN CmFjX2N2X2Z1bmNfbWVtc2V0PSd5ZXMnDQpsdF9jdl9sZF9yZWxvYWRfZmxh Zz0nLXInDQphY19jdl9mdW5jX3JlYWRkaXI9J3llcycNCmx0X2N2X3N5c19w YXRoX3NlcGFyYXRvcj0nOicNCmx0X2N2X2FyY2hpdmVfY21kc19uZWVkX2xj PSd5ZXMnDQpsdF9jdl9wcm9nX2dudV9sZD0neWVzJw0KYWNfY3ZfaGVhZGVy X3N5c19zdGF0X2g9J3llcycNCmFjX2N2X2Vudl9idWlsZF9hbGlhc19zZXQ9 J3NldCcNCmFjX2N2X2hlYWRlcl9saW1pdHNfaD0neWVzJw0KYWNfY3ZfZW52 X0xERkxBR1NfdmFsdWU9JycNCmFjX2N2X2Vudl90YXJnZXRfYWxpYXNfc2V0 PScnDQphY19jdl9zaXplb2ZfdW5zaWduZWRfaW50PSc0Jw0KYWNfY3ZfcHJv Z19jY19zdGRjPScnDQphY19jdl9ob3N0X2FsaWFzPSdpMzg2LXBvcnRibGQt ZnJlZWJzZDQuNicNCmFjX2N2X2Vudl9DRkxBR1NfdmFsdWU9Jy1PIC1waXBl ICcNCmFjX2N2X2Vudl9DQ19zZXQ9J3NldCcNCmx0X2N2X3Byb2dfY2Nfd2w9 Jy1XbCwnDQphY19jdl9mdW5jX2Jjb3B5PSd5ZXMnDQphY19jdl9oZWFkZXJf c3lzX3R5cGVzX2g9J3llcycNCmFjX2N2X2hlYWRlcl9zdGRjPSd5ZXMnDQps dF9jdl9wYXRoX1NFRD0nL3Vzci9iaW4vc2VkJw0KYWNfY3ZfaGVhZGVyX3N0 cmluZ3NfaD0neWVzJw0KYWNfY3ZfaGVhZGVyX2VuZGlhbl9oPSdubycNCmFj X2N2X2hlYWRlcl9zdGRpbnRfaD0nbm8nDQphY19jdl9oZWFkZXJfaW50dHlw ZXNfaD0neWVzJw0KYWNfY3ZfcHJvZ19tYWtlX21ha2Vfc2V0PSd5ZXMnDQps dF9jdl9nbG9iYWxfc3ltYm9sX3RvX2NkZWNsPSdzZWQgLW4gLWUgJ1wnJ3Mv Xi4gLiogXCguKlwpJC9leHRlcm4gY2hhciBcMTsvcCdcJycnDQpsdF9jdl9w YXRoX0xEPScvdXNyL2xpYmV4ZWMvZWxmL2xkJw0KYWNfY3ZfaGVhZGVyX3Vu aXN0ZF9oPSd5ZXMnDQphY19jdl9oZWFkZXJfc3RyaW5nX2g9J3llcycNCmFj X2N2X2NfaW5saW5lPSdpbmxpbmUnDQphY19jdl9idWlsZF9hbGlhcz0naTM4 Ni1wb3J0YmxkLWZyZWVic2Q0LjYnDQphY19jdl9lbnZfQ1BQRkxBR1NfdmFs dWU9Jy1JL3Vzci9sb2NhbC9pbmNsdWRlJw0KYWNfY3Zfc2l6ZW9mX3Vuc2ln bmVkX2NoYXI9JzEnDQphY19jdl9wcm9nX2FjX2N0X1JBTkxJQj0ncmFubGli Jw0KYWNfY3ZfZnVuY19iemVybz0neWVzJw0KYWNfY3ZfaGVhZGVyX21lbW9y eV9oPSd5ZXMnDQphY19jdl90YXJnZXRfYWxpYXM9J2kzODYtcG9ydGJsZC1m cmVlYnNkNC42Jw0KYWNfY3ZfcHJvZ19hY19jdF9TVFJJUD0nc3RyaXAnDQph Y19jdl9ob3N0PSdpMzg2LXBvcnRibGQtZnJlZWJzZDQuNicNCmFjX2N2X2Vu dl9ob3N0X2FsaWFzX3ZhbHVlPScnDQpsdF9jdl9nbG9iYWxfc3ltYm9sX3Rv X2NfbmFtZV9hZGRyZXNzPSdzZWQgLW4gLWUgJ1wnJ3MvXjogXChbXiBdKlwp ICQvICB7XCJcMVwiLCAobHRfcHRyKSAwfSwvcCdcJycgLWUgJ1wnJ3MvXltC Q0RFR1JTVF0gXChbXiBdKlwpIFwoW14gXSpcKSQvICB7IlwyIiwgKGx0X3B0 cikgXCZcMn0sL3AnXCcnJw0KYWNfY3ZfdHlwZV91bnNpZ25lZF9sb25nX2lu dD0neWVzJw0KbHRfY3ZfY29tcGlsZXJfY19vPSd5ZXMnDQpsdF9jdl9wcm9n X2NjX3BpY193b3Jrcz0neWVzJw0KbHRfY3ZfZmlsZV9tYWdpY190ZXN0X2Zp bGU9JycNCmFjX2N2X2Z1bmNfcmVhZGRpcl9yPSd5ZXMnDQphY19jdl9wcm9n X0NQUD0nY2MgLUUnDQphY19jdl9wcm9nX0FXSz0nbmF3aycNCmFjX2N2X2J1 aWxkPSdpMzg2LXBvcnRibGQtZnJlZWJzZDQuNicNCmFjX2N2X2Vudl9idWls ZF9hbGlhc192YWx1ZT0naTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjYnDQpsdF9j dl9wcm9nX2NjX3BpYz0nIC1mUElDJw0KbHRfY3Zfc3lzX2dsb2JhbF9zeW1i b2xfcGlwZT0nc2VkIC1uIC1lICdcJydzL14uKlsgCV1cKFtBQkNER0lTVFdd W0FCQ0RHSVNUV10qXClbIAldWyAJXSpcKFwpXChbX0EtWmEtel1bX0EtWmEt ejAtOV0qXCkkL1wxIFwyXDMgXDMvcCdcJycnDQpsdF9jdl9kZXBsaWJzX2No ZWNrX21ldGhvZD0ncGFzc19hbGwnDQphY19jdl9wcm9nX2FjX2N0X0NDPSdj YycNCmx0X2N2X2NvbXBpbGVyX29fbG89J3llcycNCmFjX2N2X2xpYl9sdGRs X2x0X2RsbXV0ZXhfcmVnaXN0ZXI9J25vJw0KYWNfY3ZfdGFyZ2V0PSdpMzg2 LXBvcnRibGQtZnJlZWJzZDQuNicNCmFjX2N2X2Vudl90YXJnZXRfYWxpYXNf dmFsdWU9JycNCmFjX2N2X2Vudl9DQ192YWx1ZT0nY2MnDQpsdF9jdl9wYXRo X05NPScvdXNyL2Jpbi9ubSAtQicNCmFjX2N2X2Vudl9DUFBfc2V0PScnDQph Y19jdl9oZWFkZXJfZGxmY25faD0neWVzJw0KYWNfY3ZfaGVhZGVyX3N5c19t bWFuX2g9J3llcycNCmFjX2N2X2xpYl9sdGRsX21haW49J3llcycNCmFjX2N2 X29iamV4dD0nbycNCg0KY29uZmlndXJlOiBleGl0IDENCg== ---559023410-851401618-1028302513=:745-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 8:51:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7777C37B400 for ; Fri, 2 Aug 2002 08:51:12 -0700 (PDT) Received: from segue.merit.edu (segue.merit.edu [198.108.1.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDAB43E4A for ; Fri, 2 Aug 2002 08:45:51 -0700 (PDT) (envelope-from gdl@merit.edu) Received: from odo.merit.edu (odo.merit.edu [198.108.61.120]) by segue.merit.edu (Postfix) with ESMTP id 8BDF85DD8F for ; Fri, 2 Aug 2002 11:35:25 -0400 (EDT) Received: from localhost (gdl@localhost) by odo.merit.edu (8.9.3/8.9.1) with ESMTP id LAA00757 for ; Fri, 2 Aug 2002 11:35:13 -0400 (EDT) X-Authentication-Warning: odo.merit.edu: gdl owned process doing -bs Date: Fri, 2 Aug 2002 11:35:13 -0400 (EDT) From: Gardiner Leverett To: ports@FreeBSD.org Subject: libmcrypt Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-851401618-1028302513=:745" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-851401618-1028302513=:745 Content-Type: TEXT/PLAIN; charset=US-ASCII I received this error when trying to build the libmcrypt. configure: running /bin/sh './configure' --prefix=/usr/local '--prefix=/usr/local' '--build=i386-portbld-freebsd4.6' 'CFLAGS=-O -pipe ' 'CPPFLAGS=-I/usr/local/include' 'build_alias=i386-portbld-freebsd4.6' 'CC=cc' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=. configure: warning: CFLAGS=-O -pipe : invalid host type configure: warning: CPPFLAGS=-I/usr/local/include: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /bin/sh './configure' failed for libltdl ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/security/libmcrypt/work/libmcrypt-2.5.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 I have attached the config.log ---------- Gardiner D. Leverett gdl@merit.edu Merit Network, Inc. Phone: 734-647-9888 4251 Plymouth Road, Suite 2000 Ann Arbor, MI 48105-2785 http://www.merit.edu ---559023410-851401618-1028302513=:745 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="config.log" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="config.log" VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBj b21waWxlcnMgd2hpbGUNCnJ1bm5pbmcgY29uZmlndXJlLCB0byBhaWQgZGVi dWdnaW5nIGlmIGNvbmZpZ3VyZSBtYWtlcyBhIG1pc3Rha2UuDQoNCkl0IHdh cyBjcmVhdGVkIGJ5IGNvbmZpZ3VyZSwgd2hpY2ggd2FzDQpnZW5lcmF0ZWQg YnkgR05VIEF1dG9jb25mIDIuNTMuICBJbnZvY2F0aW9uIGNvbW1hbmQgbGlu ZSB3YXMNCg0KICAkIC4vY29uZmlndXJlIC0tcHJlZml4PS91c3IvbG9jYWwg LS1idWlsZD1pMzg2LXBvcnRibGQtZnJlZWJzZDQuNg0KDQojIyAtLS0tLS0t LS0gIyMNCiMjIFBsYXRmb3JtLiAjIw0KIyMgLS0tLS0tLS0tICMjDQoNCmhv c3RuYW1lID0gd2hlZWxqYWNrLm1lcml0LmVkdQ0KdW5hbWUgLW0gPSBpMzg2 DQp1bmFtZSAtciA9IDQuNi1TVEFCTEUNCnVuYW1lIC1zID0gRnJlZUJTRA0K dW5hbWUgLXYgPSBGcmVlQlNEIDQuNi1TVEFCTEUgIzA6IFdlZCBKdWwgIDMg MTQ6NTk6MjggRURUIDIwMDIgICAgIHJvb3RAd2hlZWxqYWNrLm1lcml0LmVk dTovdXNyL3NyYy9zeXMvY29tcGlsZS9JSFMgDQoNCi91c3IvYmluL3VuYW1l IC1wID0gaTM4Ng0KL2Jpbi91bmFtZSAtWCAgICAgPSB1bmtub3duDQoNCi9i aW4vYXJjaCAgICAgICAgICAgICAgPSB1bmtub3duDQovdXNyL2Jpbi9hcmNo IC1rICAgICAgID0gdW5rbm93bg0KL3Vzci9jb252ZXgvZ2V0c3lzaW5mbyA9 IHVua25vd24NCmhvc3RpbmZvICAgICAgICAgICAgICAgPSB1bmtub3duDQov YmluL21hY2hpbmUgICAgICAgICAgID0gdW5rbm93bg0KL3Vzci9iaW4vb3Ns ZXZlbCAgICAgICA9IHVua25vd24NCi9iaW4vdW5pdmVyc2UgICAgICAgICAg PSB1bmtub3duDQoNClBBVEg6IC9zYmluDQpQQVRIOiAvYmluDQpQQVRIOiAv dXNyL3NiaW4NClBBVEg6IC91c3IvYmluDQpQQVRIOiAvdXNyL2dhbWVzDQpQ QVRIOiAvdXNyL2xvY2FsL3NiaW4NClBBVEg6IC91c3IvbG9jYWwvYmluDQpQ QVRIOiAvdXNyL1gxMVI2L2Jpbg0KUEFUSDogL3Jvb3QvYmluDQoNCg0KIyMg LS0tLS0tLS0tLS0gIyMNCiMjIENvcmUgdGVzdHMuICMjDQojIyAtLS0tLS0t LS0tLSAjIw0KDQpjb25maWd1cmU6MTQxMDogY2hlY2tpbmcgYnVpbGQgc3lz dGVtIHR5cGUNCmNvbmZpZ3VyZToxNDI4OiByZXN1bHQ6IGkzODYtcG9ydGJs ZC1mcmVlYnNkNC42DQpjb25maWd1cmU6MTQzNjogY2hlY2tpbmcgaG9zdCBz eXN0ZW0gdHlwZQ0KY29uZmlndXJlOjE0NTA6IHJlc3VsdDogaTM4Ni1wb3J0 YmxkLWZyZWVic2Q0LjYNCmNvbmZpZ3VyZToxNDU4OiBjaGVja2luZyB0YXJn ZXQgc3lzdGVtIHR5cGUNCmNvbmZpZ3VyZToxNDcyOiByZXN1bHQ6IGkzODYt cG9ydGJsZC1mcmVlYnNkNC42DQpjb25maWd1cmU6MTQ5OTogY2hlY2tpbmcg Zm9yIGEgQlNELWNvbXBhdGlibGUgaW5zdGFsbA0KY29uZmlndXJlOjE1NTM6 IHJlc3VsdDogL3Vzci9iaW4vaW5zdGFsbCAtYyAtbyByb290IC1nIHdoZWVs DQpjb25maWd1cmU6MTU2NDogY2hlY2tpbmcgd2hldGhlciBidWlsZCBlbnZp cm9ubWVudCBpcyBzYW5lDQpjb25maWd1cmU6MTYwNzogcmVzdWx0OiB5ZXMN CmNvbmZpZ3VyZToxNjQwOiBjaGVja2luZyBmb3IgZ2F3aw0KY29uZmlndXJl OjE2Njk6IHJlc3VsdDogbm8NCmNvbmZpZ3VyZToxNjQwOiBjaGVja2luZyBm b3IgbWF3aw0KY29uZmlndXJlOjE2Njk6IHJlc3VsdDogbm8NCmNvbmZpZ3Vy ZToxNjQwOiBjaGVja2luZyBmb3IgbmF3aw0KY29uZmlndXJlOjE2NTY6IGZv dW5kIC91c3IvYmluL25hd2sNCmNvbmZpZ3VyZToxNjY2OiByZXN1bHQ6IG5h d2sNCmNvbmZpZ3VyZToxNjc2OiBjaGVja2luZyB3aGV0aGVyIG1ha2Ugc2V0 cyAke01BS0V9DQpjb25maWd1cmU6MTY5NjogcmVzdWx0OiB5ZXMNCmNvbmZp Z3VyZToxODQ5OiBjaGVja2luZyB3aGV0aGVyIG1ha2Ugc2V0cyAke01BS0V9 DQpjb25maWd1cmU6MTg2OTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToxOTI1 OiBjaGVja2luZyBmb3IgZ2NjDQpjb25maWd1cmU6MTk1MTogcmVzdWx0OiBj Yw0KY29uZmlndXJlOjIxOTU6IGNoZWNraW5nIGZvciBDIGNvbXBpbGVyIHZl cnNpb24NCmNvbmZpZ3VyZToyMTk4OiBjYyAtLXZlcnNpb24gPC9kZXYvbnVs bCA+JjUNCjIuOTUuNA0KY29uZmlndXJlOjIyMDE6ICQ/ID0gMA0KY29uZmln dXJlOjIyMDM6IGNjIC12IDwvZGV2L251bGwgPiY1DQpVc2luZyBidWlsdGlu IHNwZWNzLg0KZ2NjIHZlcnNpb24gMi45NS40IDIwMDIwMzIwIFtGcmVlQlNE XQ0KY29uZmlndXJlOjIyMDY6ICQ/ID0gMA0KY29uZmlndXJlOjIyMDg6IGNj IC1WIDwvZGV2L251bGwgPiY1DQpjYzogYXJndW1lbnQgdG8gYC1WJyBpcyBt aXNzaW5nDQpjb25maWd1cmU6MjIxMTogJD8gPSAxDQpjb25maWd1cmU6MjIz NzogY2hlY2tpbmcgZm9yIEMgY29tcGlsZXIgZGVmYXVsdCBvdXRwdXQNCmNv bmZpZ3VyZToyMjQwOiBjYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1 ZGUgIGNvbmZ0ZXN0LmMgLUwvdXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3Vy ZToyMjQzOiAkPyA9IDANCmNvbmZpZ3VyZToyMjc2OiByZXN1bHQ6IGEub3V0 DQpjb25maWd1cmU6MjI4MTogY2hlY2tpbmcgd2hldGhlciB0aGUgQyBjb21w aWxlciB3b3Jrcw0KY29uZmlndXJlOjIyODc6IC4vYS5vdXQNCmNvbmZpZ3Vy ZToyMjkwOiAkPyA9IDANCmNvbmZpZ3VyZToyMzA1OiByZXN1bHQ6IHllcw0K Y29uZmlndXJlOjIzMTI6IGNoZWNraW5nIHdoZXRoZXIgd2UgYXJlIGNyb3Nz IGNvbXBpbGluZw0KY29uZmlndXJlOjIzMTQ6IHJlc3VsdDogbm8NCmNvbmZp Z3VyZToyMzE3OiBjaGVja2luZyBmb3Igc3VmZml4IG9mIGV4ZWN1dGFibGVz DQpjb25maWd1cmU6MjMxOTogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlICBjb25mdGVzdC5jIC1ML3Vzci9sb2NhbC9s aWIgPiY1DQpjb25maWd1cmU6MjMyMjogJD8gPSAwDQpjb25maWd1cmU6MjM0 NDogcmVzdWx0OiANCmNvbmZpZ3VyZToyMzUwOiBjaGVja2luZyBmb3Igc3Vm Zml4IG9mIG9iamVjdCBmaWxlcw0KY29uZmlndXJlOjIzNzQ6IGNjIC1jIC1P IC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0K Y29uZmlndXJlOjIzNzc6ICQ/ID0gMA0KY29uZmlndXJlOjIzOTY6IHJlc3Vs dDogbw0KY29uZmlndXJlOjI0MDA6IGNoZWNraW5nIHdoZXRoZXIgd2UgYXJl IHVzaW5nIHRoZSBHTlUgQyBjb21waWxlcg0KY29uZmlndXJlOjI0Mjc6IGNj IC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5j ID4mNQ0KY29uZmlndXJlOjI0MzA6ICQ/ID0gMA0KY29uZmlndXJlOjI0MzM6 IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjI0MzY6ICQ/ID0gMA0K Y29uZmlndXJlOjI0NDg6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6MjQ1NDog Y2hlY2tpbmcgd2hldGhlciBjYyBhY2NlcHRzIC1nDQpjb25maWd1cmU6MjQ3 ODogY2MgLWMgLWcgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+ JjUNCmNvbmZpZ3VyZToyNDgxOiAkPyA9IDANCmNvbmZpZ3VyZToyNDg0OiB0 ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZToyNDg3OiAkPyA9IDANCmNv bmZpZ3VyZToyNDk3OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjI1MjQ6IGNj IC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5j ID4mNQ0KY29uZnRlc3QuYzoyOiBzeW50YXggZXJyb3IgYmVmb3JlIGBtZScN CmNvbmZpZ3VyZToyNTI3OiAkPyA9IDENCmNvbmZpZ3VyZTogZmFpbGVkIHBy b2dyYW0gd2FzOg0KI2lmbmRlZiBfX2NwbHVzcGx1cw0KICBjaG9rZSBtZQ0K I2VuZGlmDQpjb25maWd1cmU6MjY1NjogY2hlY2tpbmcgZm9yIHN0eWxlIG9m IGluY2x1ZGUgdXNlZCBieSBtYWtlDQpjb25maWd1cmU6MjY4NDogcmVzdWx0 OiBHTlUNCmNvbmZpZ3VyZToyNzEyOiBjaGVja2luZyBkZXBlbmRlbmN5IHN0 eWxlIG9mIGNjDQpjb25maWd1cmU6Mjc3NDogcmVzdWx0OiBnY2MNCmNvbmZp Z3VyZToyNzk3OiBjaGVja2luZyBmb3IgYSBCU0QtY29tcGF0aWJsZSBpbnN0 YWxsDQpjb25maWd1cmU6Mjg1MTogcmVzdWx0OiAvdXNyL2Jpbi9pbnN0YWxs IC1jIC1vIHJvb3QgLWcgd2hlZWwNCmNvbmZpZ3VyZToyODYyOiBjaGVja2lu ZyB3aGV0aGVyIGxuIC1zIHdvcmtzDQpjb25maWd1cmU6Mjg2NjogcmVzdWx0 OiB5ZXMNCmNvbmZpZ3VyZToyODc2OiBjaGVja2luZyB3aGV0aGVyIGluIG1h aW50YW5hbmNlIG1vZGUNCmNvbmZpZ3VyZToyODgzOiByZXN1bHQ6IG5vDQpj b25maWd1cmU6Mjg4NzogY2hlY2tpbmcgd2hldGhlciBpbiBkbWFsbG9jIG1v ZGUNCmNvbmZpZ3VyZToyODk0OiByZXN1bHQ6IG5vDQpjb25maWd1cmU6Mjk3 MjogY2hlY2tpbmcgd2hldGhlciB0byBkaXNhYmxlIGR5bmFtaWMgbW9kdWxl IGxvYWRpbmcNCmNvbmZpZ3VyZToyOTc5OiByZXN1bHQ6IG5vDQpjb25maWd1 cmU6Mjk4MzogY2hlY2tpbmcgd2hldGhlciB0byBpbmNsdWRlIGFsZ29yaXRo bXMgaW50byBsaWJyYXJ5DQpjb25maWd1cmU6Mjk5OTogcmVzdWx0OiANCmNv bmZpZ3VyZTozMDM1OiBjaGVja2luZyBob3cgdG8gcnVuIHRoZSBDIHByZXBy b2Nlc3Nvcg0KY29uZmlndXJlOjMwNjE6IGNjIC1FIC1JL3Vzci9sb2NhbC9p bmNsdWRlIGNvbmZ0ZXN0LmMNCmNvbmZpZ3VyZTozMDY3OiAkPyA9IDANCmNv bmZpZ3VyZTozMDk0OiBjYyAtRSAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25m dGVzdC5jDQpjb25maWd1cmU6MzA5MTogYWNfbm9uZXhpc3RlbnQuaDogTm8g c3VjaCBmaWxlIG9yIGRpcmVjdG9yeQ0KY29uZmlndXJlOjMxMDA6ICQ/ID0g MQ0KY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6DQojbGluZSAzMDkw ICJjb25maWd1cmUiDQojaW5jbHVkZSAiY29uZmRlZnMuaCINCiNpbmNsdWRl IDxhY19ub25leGlzdGVudC5oPg0KY29uZmlndXJlOjMxMzc6IHJlc3VsdDog Y2MgLUUNCmNvbmZpZ3VyZTozMTUyOiBjYyAtRSAtSS91c3IvbG9jYWwvaW5j bHVkZSBjb25mdGVzdC5jDQpjb25maWd1cmU6MzE1ODogJD8gPSAwDQpjb25m aWd1cmU6MzE4NTogY2MgLUUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRl c3QuYw0KY29uZmlndXJlOjMxODI6IGFjX25vbmV4aXN0ZW50Lmg6IE5vIHN1 Y2ggZmlsZSBvciBkaXJlY3RvcnkNCmNvbmZpZ3VyZTozMTkxOiAkPyA9IDEN CmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOg0KI2xpbmUgMzE4MSAi Y29uZmlndXJlIg0KI2luY2x1ZGUgImNvbmZkZWZzLmgiDQojaW5jbHVkZSA8 YWNfbm9uZXhpc3RlbnQuaD4NCmNvbmZpZ3VyZTozMjMxOiBjaGVja2luZyBm b3IgQU5TSSBDIGhlYWRlciBmaWxlcw0KY29uZmlndXJlOjMyNDU6IGNjIC1F IC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMNCmNvbmZpZ3VyZToz MjUxOiAkPyA9IDANCmNvbmZpZ3VyZTozMzM4OiBjYyAtbyBjb25mdGVzdCAt TyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0LmMgLUwv dXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3VyZTozMzQxOiAkPyA9IDANCmNv bmZpZ3VyZTozMzQzOiAuL2NvbmZ0ZXN0DQpjb25maWd1cmU6MzM0NjogJD8g PSAwDQpjb25maWd1cmU6MzM2MDogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToz MzcwOiBjaGVja2luZyBmb3IgY2Mgb3B0aW9uIHRvIGFjY2VwdCBBTlNJIEMN CmNvbmZpZ3VyZTozNDMzOiBjYyAgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2Nh bC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6MzQzNjogJD8g PSAwDQpjb25maWd1cmU6MzQzOTogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25m aWd1cmU6MzQ0MjogJD8gPSAwDQpjb25maWd1cmU6MzQ1OTogcmVzdWx0OiBu b25lIG5lZWRlZA0KY29uZmlndXJlOjM0Njc6IGNoZWNraW5nIGZvciBpbmxp bmUNCmNvbmZpZ3VyZTozNDg0OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNDg3OiAk PyA9IDANCmNvbmZpZ3VyZTozNDkwOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNv bmZpZ3VyZTozNDkzOiAkPyA9IDANCmNvbmZpZ3VyZTozNTA0OiByZXN1bHQ6 IGlubGluZQ0KY29uZmlndXJlOjM1MzQ6IGNoZWNraW5nIGZvciBzeXMvdHlw ZXMuaA0KY29uZmlndXJlOjM1NDc6IGNjIC1jIC1PIC1waXBlICAtSS91c3Iv bG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJlOjM1NTA6 ICQ/ID0gMA0KY29uZmlndXJlOjM1NTM6IHRlc3QgLXMgY29uZnRlc3Qubw0K Y29uZmlndXJlOjM1NTY6ICQ/ID0gMA0KY29uZmlndXJlOjM1NjY6IHJlc3Vs dDogeWVzDQpjb25maWd1cmU6MzUzNDogY2hlY2tpbmcgZm9yIHN5cy9zdGF0 LmgNCmNvbmZpZ3VyZTozNTQ3OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNTUwOiAk PyA9IDANCmNvbmZpZ3VyZTozNTUzOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNv bmZpZ3VyZTozNTU2OiAkPyA9IDANCmNvbmZpZ3VyZTozNTY2OiByZXN1bHQ6 IHllcw0KY29uZmlndXJlOjM1MzQ6IGNoZWNraW5nIGZvciBzdGRsaWIuaA0K Y29uZmlndXJlOjM1NDc6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwv aW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJlOjM1NTA6ICQ/ID0g MA0KY29uZmlndXJlOjM1NTM6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmln dXJlOjM1NTY6ICQ/ID0gMA0KY29uZmlndXJlOjM1NjY6IHJlc3VsdDogeWVz DQpjb25maWd1cmU6MzUzNDogY2hlY2tpbmcgZm9yIHN0cmluZy5oDQpjb25m aWd1cmU6MzU0NzogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNs dWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6MzU1MDogJD8gPSAwDQpj b25maWd1cmU6MzU1MzogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25maWd1cmU6 MzU1NjogJD8gPSAwDQpjb25maWd1cmU6MzU2NjogcmVzdWx0OiB5ZXMNCmNv bmZpZ3VyZTozNTM0OiBjaGVja2luZyBmb3IgbWVtb3J5LmgNCmNvbmZpZ3Vy ZTozNTQ3OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUg Y29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNTUwOiAkPyA9IDANCmNvbmZp Z3VyZTozNTUzOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZTozNTU2 OiAkPyA9IDANCmNvbmZpZ3VyZTozNTY2OiByZXN1bHQ6IHllcw0KY29uZmln dXJlOjM1MzQ6IGNoZWNraW5nIGZvciBzdHJpbmdzLmgNCmNvbmZpZ3VyZToz NTQ3OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29u ZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNTUwOiAkPyA9IDANCmNvbmZpZ3Vy ZTozNTUzOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZTozNTU2OiAk PyA9IDANCmNvbmZpZ3VyZTozNTY2OiByZXN1bHQ6IHllcw0KY29uZmlndXJl OjM1MzQ6IGNoZWNraW5nIGZvciBpbnR0eXBlcy5oDQpjb25maWd1cmU6MzU0 NzogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0 ZXN0LmMgPiY1DQpjb25maWd1cmU6MzU1MDogJD8gPSAwDQpjb25maWd1cmU6 MzU1MzogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25maWd1cmU6MzU1NjogJD8g PSAwDQpjb25maWd1cmU6MzU2NjogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToz NTM0OiBjaGVja2luZyBmb3Igc3RkaW50LmgNCmNvbmZpZ3VyZTozNTQ3OiBj YyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3Qu YyA+JjUNCmNvbmZpZ3VyZTozNTc2OiBzdGRpbnQuaDogTm8gc3VjaCBmaWxl IG9yIGRpcmVjdG9yeQ0KY29uZmlndXJlOjM1NTA6ICQ/ID0gMQ0KY29uZmln dXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6DQojbGluZSAzNTQwICJjb25maWd1 cmUiDQojaW5jbHVkZSAiY29uZmRlZnMuaCINCiNpbmNsdWRlIDxzdGRpby5o Pg0KI2lmIEhBVkVfU1lTX1RZUEVTX0gNCiMgaW5jbHVkZSA8c3lzL3R5cGVz Lmg+DQojZW5kaWYNCiNpZiBIQVZFX1NZU19TVEFUX0gNCiMgaW5jbHVkZSA8 c3lzL3N0YXQuaD4NCiNlbmRpZg0KI2lmIFNURENfSEVBREVSUw0KIyBpbmNs dWRlIDxzdGRsaWIuaD4NCiMgaW5jbHVkZSA8c3RkZGVmLmg+DQojZWxzZQ0K IyBpZiBIQVZFX1NURExJQl9IDQojICBpbmNsdWRlIDxzdGRsaWIuaD4NCiMg ZW5kaWYNCiNlbmRpZg0KI2lmIEhBVkVfU1RSSU5HX0gNCiMgaWYgIVNURENf SEVBREVSUyAmJiBIQVZFX01FTU9SWV9IDQojICBpbmNsdWRlIDxtZW1vcnku aD4NCiMgZW5kaWYNCiMgaW5jbHVkZSA8c3RyaW5nLmg+DQojZW5kaWYNCiNp ZiBIQVZFX1NUUklOR1NfSA0KIyBpbmNsdWRlIDxzdHJpbmdzLmg+DQojZW5k aWYNCiNpZiBIQVZFX0lOVFRZUEVTX0gNCiMgaW5jbHVkZSA8aW50dHlwZXMu aD4NCiNlbHNlDQojIGlmIEhBVkVfU1RESU5UX0gNCiMgIGluY2x1ZGUgPHN0 ZGludC5oPg0KIyBlbmRpZg0KI2VuZGlmDQojaWYgSEFWRV9VTklTVERfSA0K IyBpbmNsdWRlIDx1bmlzdGQuaD4NCiNlbmRpZg0KDQojaW5jbHVkZSA8c3Rk aW50Lmg+DQpjb25maWd1cmU6MzU2NjogcmVzdWx0OiBubw0KY29uZmlndXJl OjM1MzQ6IGNoZWNraW5nIGZvciB1bmlzdGQuaA0KY29uZmlndXJlOjM1NDc6 IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVz dC5jID4mNQ0KY29uZmlndXJlOjM1NTA6ICQ/ID0gMA0KY29uZmlndXJlOjM1 NTM6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjM1NTY6ICQ/ID0g MA0KY29uZmlndXJlOjM1NjY6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6MzU4 NjogY2hlY2tpbmcgZm9yIHVuaXN0ZC5oDQpjb25maWd1cmU6MzU5MTogcmVz dWx0OiB5ZXMNCmNvbmZpZ3VyZTozNTg2OiBjaGVja2luZyBmb3Igc3RyaW5n cy5oDQpjb25maWd1cmU6MzU5MTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToz NTk1OiBjaGVja2luZyBkbGZjbi5oIHVzYWJpbGl0eQ0KY29uZmlndXJlOjM2 MDQ6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25m dGVzdC5jID4mNQ0KY29uZmlndXJlOjM2MDc6ICQ/ID0gMA0KY29uZmlndXJl OjM2MTA6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjM2MTM6ICQ/ ID0gMA0KY29uZmlndXJlOjM2MjI6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6 MzYyNjogY2hlY2tpbmcgZGxmY24uaCBwcmVzZW5jZQ0KY29uZmlndXJlOjM2 MzM6IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMNCmNv bmZpZ3VyZTozNjM5OiAkPyA9IDANCmNvbmZpZ3VyZTozNjU3OiByZXN1bHQ6 IHllcw0KY29uZmlndXJlOjM2NzU6IGNoZWNraW5nIGZvciBkbGZjbi5oDQpj b25maWd1cmU6MzY4MjogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozNTk1OiBj aGVja2luZyBzeXMvZW5kaWFuLmggdXNhYmlsaXR5DQpjb25maWd1cmU6MzYw NDogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0 ZXN0LmMgPiY1DQpjb25maWd1cmU6MzYzMzogc3lzL2VuZGlhbi5oOiBObyBz dWNoIGZpbGUgb3IgZGlyZWN0b3J5DQpjb25maWd1cmU6MzYwNzogJD8gPSAx DQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoNCiNsaW5lIDM1OTgg ImNvbmZpZ3VyZSINCiNpbmNsdWRlICJjb25mZGVmcy5oIg0KI2luY2x1ZGUg PHN0ZGlvLmg+DQojaWYgSEFWRV9TWVNfVFlQRVNfSA0KIyBpbmNsdWRlIDxz eXMvdHlwZXMuaD4NCiNlbmRpZg0KI2lmIEhBVkVfU1lTX1NUQVRfSA0KIyBp bmNsdWRlIDxzeXMvc3RhdC5oPg0KI2VuZGlmDQojaWYgU1REQ19IRUFERVJT DQojIGluY2x1ZGUgPHN0ZGxpYi5oPg0KIyBpbmNsdWRlIDxzdGRkZWYuaD4N CiNlbHNlDQojIGlmIEhBVkVfU1RETElCX0gNCiMgIGluY2x1ZGUgPHN0ZGxp Yi5oPg0KIyBlbmRpZg0KI2VuZGlmDQojaWYgSEFWRV9TVFJJTkdfSA0KIyBp ZiAhU1REQ19IRUFERVJTICYmIEhBVkVfTUVNT1JZX0gNCiMgIGluY2x1ZGUg PG1lbW9yeS5oPg0KIyBlbmRpZg0KIyBpbmNsdWRlIDxzdHJpbmcuaD4NCiNl bmRpZg0KI2lmIEhBVkVfU1RSSU5HU19IDQojIGluY2x1ZGUgPHN0cmluZ3Mu aD4NCiNlbmRpZg0KI2lmIEhBVkVfSU5UVFlQRVNfSA0KIyBpbmNsdWRlIDxp bnR0eXBlcy5oPg0KI2Vsc2UNCiMgaWYgSEFWRV9TVERJTlRfSA0KIyAgaW5j bHVkZSA8c3RkaW50Lmg+DQojIGVuZGlmDQojZW5kaWYNCiNpZiBIQVZFX1VO SVNURF9IDQojIGluY2x1ZGUgPHVuaXN0ZC5oPg0KI2VuZGlmDQojaW5jbHVk ZSA8c3lzL2VuZGlhbi5oPg0KY29uZmlndXJlOjM2MjI6IHJlc3VsdDogbm8N CmNvbmZpZ3VyZTozNjI2OiBjaGVja2luZyBzeXMvZW5kaWFuLmggcHJlc2Vu Y2UNCmNvbmZpZ3VyZTozNjMzOiBjYyAtRSAtSS91c3IvbG9jYWwvaW5jbHVk ZSBjb25mdGVzdC5jDQpjb25maWd1cmU6MzYzMDogc3lzL2VuZGlhbi5oOiBO byBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5DQpjb25maWd1cmU6MzYzOTogJD8g PSAxDQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoNCiNsaW5lIDM2 MjkgImNvbmZpZ3VyZSINCiNpbmNsdWRlICJjb25mZGVmcy5oIg0KI2luY2x1 ZGUgPHN5cy9lbmRpYW4uaD4NCmNvbmZpZ3VyZTozNjU3OiByZXN1bHQ6IG5v DQpjb25maWd1cmU6MzY3NTogY2hlY2tpbmcgZm9yIHN5cy9lbmRpYW4uaA0K Y29uZmlndXJlOjM2ODI6IHJlc3VsdDogbm8NCmNvbmZpZ3VyZTozNzA0OiBj aGVja2luZyBmb3Igc3lzL3R5cGVzLmgNCmNvbmZpZ3VyZTozNzA5OiByZXN1 bHQ6IHllcw0KY29uZmlndXJlOjM3MTM6IGNoZWNraW5nIHN5cy9tbWFuLmgg dXNhYmlsaXR5DQpjb25maWd1cmU6MzcyMjogY2MgLWMgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6 MzcyNTogJD8gPSAwDQpjb25maWd1cmU6MzcyODogdGVzdCAtcyBjb25mdGVz dC5vDQpjb25maWd1cmU6MzczMTogJD8gPSAwDQpjb25maWd1cmU6Mzc0MDog cmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozNzQ0OiBjaGVja2luZyBzeXMvbW1h bi5oIHByZXNlbmNlDQpjb25maWd1cmU6Mzc1MTogY2MgLUUgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYw0KY29uZmlndXJlOjM3NTc6ICQ/ID0g MA0KY29uZmlndXJlOjM3NzU6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6Mzc5 MzogY2hlY2tpbmcgZm9yIHN5cy9tbWFuLmgNCmNvbmZpZ3VyZTozODAwOiBy ZXN1bHQ6IHllcw0KY29uZmlndXJlOjM3MTM6IGNoZWNraW5nIGRpcmVudC5o IHVzYWJpbGl0eQ0KY29uZmlndXJlOjM3MjI6IGNjIC1jIC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJl OjM3MjU6ICQ/ID0gMA0KY29uZmlndXJlOjM3Mjg6IHRlc3QgLXMgY29uZnRl c3Qubw0KY29uZmlndXJlOjM3MzE6ICQ/ID0gMA0KY29uZmlndXJlOjM3NDA6 IHJlc3VsdDogeWVzDQpjb25maWd1cmU6Mzc0NDogY2hlY2tpbmcgZGlyZW50 LmggcHJlc2VuY2UNCmNvbmZpZ3VyZTozNzUxOiBjYyAtRSAtSS91c3IvbG9j YWwvaW5jbHVkZSBjb25mdGVzdC5jDQpjb25maWd1cmU6Mzc1NzogJD8gPSAw DQpjb25maWd1cmU6Mzc3NTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozNzkz OiBjaGVja2luZyBmb3IgZGlyZW50LmgNCmNvbmZpZ3VyZTozODAwOiByZXN1 bHQ6IHllcw0KY29uZmlndXJlOjM3MTM6IGNoZWNraW5nIGJ5dGVzd2FwLmgg dXNhYmlsaXR5DQpjb25maWd1cmU6MzcyMjogY2MgLWMgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6 Mzc1MTogYnl0ZXN3YXAuaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQ0K Y29uZmlndXJlOjM3MjU6ICQ/ID0gMQ0KY29uZmlndXJlOiBmYWlsZWQgcHJv Z3JhbSB3YXM6DQojbGluZSAzNzE2ICJjb25maWd1cmUiDQojaW5jbHVkZSAi Y29uZmRlZnMuaCINCiNpbmNsdWRlIDxzdGRpby5oPg0KI2lmIEhBVkVfU1lT X1RZUEVTX0gNCiMgaW5jbHVkZSA8c3lzL3R5cGVzLmg+DQojZW5kaWYNCiNp ZiBIQVZFX1NZU19TVEFUX0gNCiMgaW5jbHVkZSA8c3lzL3N0YXQuaD4NCiNl bmRpZg0KI2lmIFNURENfSEVBREVSUw0KIyBpbmNsdWRlIDxzdGRsaWIuaD4N CiMgaW5jbHVkZSA8c3RkZGVmLmg+DQojZWxzZQ0KIyBpZiBIQVZFX1NURExJ Ql9IDQojICBpbmNsdWRlIDxzdGRsaWIuaD4NCiMgZW5kaWYNCiNlbmRpZg0K I2lmIEhBVkVfU1RSSU5HX0gNCiMgaWYgIVNURENfSEVBREVSUyAmJiBIQVZF X01FTU9SWV9IDQojICBpbmNsdWRlIDxtZW1vcnkuaD4NCiMgZW5kaWYNCiMg aW5jbHVkZSA8c3RyaW5nLmg+DQojZW5kaWYNCiNpZiBIQVZFX1NUUklOR1Nf SA0KIyBpbmNsdWRlIDxzdHJpbmdzLmg+DQojZW5kaWYNCiNpZiBIQVZFX0lO VFRZUEVTX0gNCiMgaW5jbHVkZSA8aW50dHlwZXMuaD4NCiNlbHNlDQojIGlm IEhBVkVfU1RESU5UX0gNCiMgIGluY2x1ZGUgPHN0ZGludC5oPg0KIyBlbmRp Zg0KI2VuZGlmDQojaWYgSEFWRV9VTklTVERfSA0KIyBpbmNsdWRlIDx1bmlz dGQuaD4NCiNlbmRpZg0KI2luY2x1ZGUgPGJ5dGVzd2FwLmg+DQpjb25maWd1 cmU6Mzc0MDogcmVzdWx0OiBubw0KY29uZmlndXJlOjM3NDQ6IGNoZWNraW5n IGJ5dGVzd2FwLmggcHJlc2VuY2UNCmNvbmZpZ3VyZTozNzUxOiBjYyAtRSAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jDQpjb25maWd1cmU6Mzc0 ODogYnl0ZXN3YXAuaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQ0KY29u ZmlndXJlOjM3NTc6ICQ/ID0gMQ0KY29uZmlndXJlOiBmYWlsZWQgcHJvZ3Jh bSB3YXM6DQojbGluZSAzNzQ3ICJjb25maWd1cmUiDQojaW5jbHVkZSAiY29u ZmRlZnMuaCINCiNpbmNsdWRlIDxieXRlc3dhcC5oPg0KY29uZmlndXJlOjM3 NzU6IHJlc3VsdDogbm8NCmNvbmZpZ3VyZTozNzkzOiBjaGVja2luZyBmb3Ig Ynl0ZXN3YXAuaA0KY29uZmlndXJlOjM4MDA6IHJlc3VsdDogbm8NCmNvbmZp Z3VyZTozNzEzOiBjaGVja2luZyBlbmRpYW4uaCB1c2FiaWxpdHkNCmNvbmZp Z3VyZTozNzIyOiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1 ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozNzUxOiBlbmRpYW4uaDog Tm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQ0KY29uZmlndXJlOjM3MjU6ICQ/ ID0gMQ0KY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6DQojbGluZSAz NzE2ICJjb25maWd1cmUiDQojaW5jbHVkZSAiY29uZmRlZnMuaCINCiNpbmNs dWRlIDxzdGRpby5oPg0KI2lmIEhBVkVfU1lTX1RZUEVTX0gNCiMgaW5jbHVk ZSA8c3lzL3R5cGVzLmg+DQojZW5kaWYNCiNpZiBIQVZFX1NZU19TVEFUX0gN CiMgaW5jbHVkZSA8c3lzL3N0YXQuaD4NCiNlbmRpZg0KI2lmIFNURENfSEVB REVSUw0KIyBpbmNsdWRlIDxzdGRsaWIuaD4NCiMgaW5jbHVkZSA8c3RkZGVm Lmg+DQojZWxzZQ0KIyBpZiBIQVZFX1NURExJQl9IDQojICBpbmNsdWRlIDxz dGRsaWIuaD4NCiMgZW5kaWYNCiNlbmRpZg0KI2lmIEhBVkVfU1RSSU5HX0gN CiMgaWYgIVNURENfSEVBREVSUyAmJiBIQVZFX01FTU9SWV9IDQojICBpbmNs dWRlIDxtZW1vcnkuaD4NCiMgZW5kaWYNCiMgaW5jbHVkZSA8c3RyaW5nLmg+ DQojZW5kaWYNCiNpZiBIQVZFX1NUUklOR1NfSA0KIyBpbmNsdWRlIDxzdHJp bmdzLmg+DQojZW5kaWYNCiNpZiBIQVZFX0lOVFRZUEVTX0gNCiMgaW5jbHVk ZSA8aW50dHlwZXMuaD4NCiNlbHNlDQojIGlmIEhBVkVfU1RESU5UX0gNCiMg IGluY2x1ZGUgPHN0ZGludC5oPg0KIyBlbmRpZg0KI2VuZGlmDQojaWYgSEFW RV9VTklTVERfSA0KIyBpbmNsdWRlIDx1bmlzdGQuaD4NCiNlbmRpZg0KI2lu Y2x1ZGUgPGVuZGlhbi5oPg0KY29uZmlndXJlOjM3NDA6IHJlc3VsdDogbm8N CmNvbmZpZ3VyZTozNzQ0OiBjaGVja2luZyBlbmRpYW4uaCBwcmVzZW5jZQ0K Y29uZmlndXJlOjM3NTE6IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNv bmZ0ZXN0LmMNCmNvbmZpZ3VyZTozNzQ4OiBlbmRpYW4uaDogTm8gc3VjaCBm aWxlIG9yIGRpcmVjdG9yeQ0KY29uZmlndXJlOjM3NTc6ICQ/ID0gMQ0KY29u ZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6DQojbGluZSAzNzQ3ICJjb25m aWd1cmUiDQojaW5jbHVkZSAiY29uZmRlZnMuaCINCiNpbmNsdWRlIDxlbmRp YW4uaD4NCmNvbmZpZ3VyZTozNzc1OiByZXN1bHQ6IG5vDQpjb25maWd1cmU6 Mzc5MzogY2hlY2tpbmcgZm9yIGVuZGlhbi5oDQpjb25maWd1cmU6MzgwMDog cmVzdWx0OiBubw0KY29uZmlndXJlOjM4Mjc6IGNoZWNraW5nIGxpbWl0cy5o IHVzYWJpbGl0eQ0KY29uZmlndXJlOjM4MzY6IGNjIC1jIC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJl OjM4Mzk6ICQ/ID0gMA0KY29uZmlndXJlOjM4NDI6IHRlc3QgLXMgY29uZnRl c3Qubw0KY29uZmlndXJlOjM4NDU6ICQ/ID0gMA0KY29uZmlndXJlOjM4NTQ6 IHJlc3VsdDogeWVzDQpjb25maWd1cmU6Mzg1ODogY2hlY2tpbmcgbGltaXRz LmggcHJlc2VuY2UNCmNvbmZpZ3VyZTozODY1OiBjYyAtRSAtSS91c3IvbG9j YWwvaW5jbHVkZSBjb25mdGVzdC5jDQpjb25maWd1cmU6Mzg3MTogJD8gPSAw DQpjb25maWd1cmU6Mzg4OTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozOTA3 OiBjaGVja2luZyBmb3IgbGltaXRzLmgNCmNvbmZpZ3VyZTozOTE0OiByZXN1 bHQ6IHllcw0KY29uZmlndXJlOjM5MzU6IGNoZWNraW5nIGZvciBiemVybw0K Y29uZmlndXJlOjM5Nzg6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91 c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGli ID4mNQ0KY29uZmlndXJlOjM5ODE6ICQ/ID0gMA0KY29uZmlndXJlOjM5ODQ6 IHRlc3QgLXMgY29uZnRlc3QNCmNvbmZpZ3VyZTozOTg3OiAkPyA9IDANCmNv bmZpZ3VyZTozOTk3OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjM5MzU6IGNo ZWNraW5nIGZvciBtZW1zZXQNCmNvbmZpZ3VyZTozOTc4OiBjYyAtbyBjb25m dGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0 LmMgLUwvdXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3VyZTozOTUxOiB3YXJu aW5nOiBjb25mbGljdGluZyB0eXBlcyBmb3IgYnVpbHQtaW4gZnVuY3Rpb24g YG1lbXNldCcNCmNvbmZpZ3VyZTozOTgxOiAkPyA9IDANCmNvbmZpZ3VyZToz OTg0OiB0ZXN0IC1zIGNvbmZ0ZXN0DQpjb25maWd1cmU6Mzk4NzogJD8gPSAw DQpjb25maWd1cmU6Mzk5NzogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozOTM1 OiBjaGVja2luZyBmb3IgbWxvY2sNCmNvbmZpZ3VyZTozOTc4OiBjYyAtbyBj b25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0 ZXN0LmMgLUwvdXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3VyZTozOTgxOiAk PyA9IDANCmNvbmZpZ3VyZTozOTg0OiB0ZXN0IC1zIGNvbmZ0ZXN0DQpjb25m aWd1cmU6Mzk4NzogJD8gPSAwDQpjb25maWd1cmU6Mzk5NzogcmVzdWx0OiB5 ZXMNCmNvbmZpZ3VyZTozOTM1OiBjaGVja2luZyBmb3IgcmVhZGRpcl9yDQpj b25maWd1cmU6Mzk3ODogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vz ci9sb2NhbC9pbmNsdWRlICBjb25mdGVzdC5jIC1ML3Vzci9sb2NhbC9saWIg PiY1DQpjb25maWd1cmU6Mzk4MTogJD8gPSAwDQpjb25maWd1cmU6Mzk4NDog dGVzdCAtcyBjb25mdGVzdA0KY29uZmlndXJlOjM5ODc6ICQ/ID0gMA0KY29u ZmlndXJlOjM5OTc6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6MzkzNTogY2hl Y2tpbmcgZm9yIHJlYWRkaXINCmNvbmZpZ3VyZTozOTc4OiBjYyAtbyBjb25m dGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0 LmMgLUwvdXNyL2xvY2FsL2xpYiA+JjUNCmNvbmZpZ3VyZTozOTgxOiAkPyA9 IDANCmNvbmZpZ3VyZTozOTg0OiB0ZXN0IC1zIGNvbmZ0ZXN0DQpjb25maWd1 cmU6Mzk4NzogJD8gPSAwDQpjb25maWd1cmU6Mzk5NzogcmVzdWx0OiB5ZXMN CmNvbmZpZ3VyZTo0MDEyOiBjaGVja2luZyBmb3IgbWVtbW92ZQ0KY29uZmln dXJlOjQwNTU6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9j YWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGliID4mNQ0K Y29uZmlndXJlOjQwNTg6ICQ/ID0gMA0KY29uZmlndXJlOjQwNjE6IHRlc3Qg LXMgY29uZnRlc3QNCmNvbmZpZ3VyZTo0MDY0OiAkPyA9IDANCmNvbmZpZ3Vy ZTo0MDc0OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjQwMTI6IGNoZWNraW5n IGZvciBiY29weQ0KY29uZmlndXJlOjQwNTU6IGNjIC1vIGNvbmZ0ZXN0IC1P IC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91 c3IvbG9jYWwvbGliID4mNQ0KY29uZmlndXJlOjQwNTg6ICQ/ID0gMA0KY29u ZmlndXJlOjQwNjE6IHRlc3QgLXMgY29uZnRlc3QNCmNvbmZpZ3VyZTo0MDY0 OiAkPyA9IDANCmNvbmZpZ3VyZTo0MDc0OiByZXN1bHQ6IHllcw0KY29uZmln dXJlOjQwODU6IGNoZWNraW5nIHdoZXRoZXIgYnl0ZSBvcmRlcmluZyBpcyBi aWdlbmRpYW4NCmNvbmZpZ3VyZTo0MTE1OiBjYyAtYyAtTyAtcGlwZSAgLUkv dXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTo0 MTE4OiAkPyA9IDANCmNvbmZpZ3VyZTo0MTIxOiB0ZXN0IC1zIGNvbmZ0ZXN0 Lm8NCmNvbmZpZ3VyZTo0MTI0OiAkPyA9IDANCmNvbmZpZ3VyZTo0MTUxOiBj YyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3Qu YyA+JjUNCmNvbmZpZ3VyZTogSW4gZnVuY3Rpb24gYG1haW4nOg0KY29uZmln dXJlOjQxNDI6IHN5bnRheCBlcnJvciBiZWZvcmUgYGJpZycNCmNvbmZpZ3Vy ZTo0MTU0OiAkPyA9IDENCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2Fz Og0KI2xpbmUgNDEyOCAiY29uZmlndXJlIg0KI2luY2x1ZGUgImNvbmZkZWZz LmgiDQojaW5jbHVkZSA8c3lzL3R5cGVzLmg+DQojaW5jbHVkZSA8c3lzL3Bh cmFtLmg+DQoNCiNpZmRlZiBGNzdfRFVNTVlfTUFJTg0KIyAgaWZkZWYgX19j cGx1c3BsdXMNCiAgICAgZXh0ZXJuICJDIg0KIyAgZW5kaWYNCiAgIGludCBG NzdfRFVNTVlfTUFJTigpIHsgcmV0dXJuIDE7IH0NCiNlbmRpZg0KaW50DQpt YWluICgpDQp7DQojaWYgQllURV9PUkRFUiAhPSBCSUdfRU5ESUFODQogbm90 IGJpZyBlbmRpYW4NCiNlbmRpZg0KDQogIDsNCiAgcmV0dXJuIDA7DQp9DQpj b25maWd1cmU6NDI2ODogcmVzdWx0OiBubw0KY29uZmlndXJlOjQyODc6IGNo ZWNraW5nIGZvciB1bnNpZ25lZCBsb25nIGludA0KY29uZmlndXJlOjQzMTQ6 IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVz dC5jID4mNQ0KY29uZmlndXJlOjQzMTc6ICQ/ID0gMA0KY29uZmlndXJlOjQz MjA6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjQzMjM6ICQ/ID0g MA0KY29uZmlndXJlOjQzMzM6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6NDMz NjogY2hlY2tpbmcgc2l6ZSBvZiB1bnNpZ25lZCBsb25nIGludA0KY29uZmln dXJlOjQ2MTQ6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9j YWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGliID4mNQ0K Y29uZmlndXJlOjQ2MTc6ICQ/ID0gMA0KY29uZmlndXJlOjQ2MTk6IC4vY29u ZnRlc3QNCmNvbmZpZ3VyZTo0NjIyOiAkPyA9IDANCmNvbmZpZ3VyZTo0NjQy OiByZXN1bHQ6IDQNCmNvbmZpZ3VyZTo0NjQ5OiBjaGVja2luZyBmb3IgdW5z aWduZWQgaW50DQpjb25maWd1cmU6NDY3NjogY2MgLWMgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6 NDY3OTogJD8gPSAwDQpjb25maWd1cmU6NDY4MjogdGVzdCAtcyBjb25mdGVz dC5vDQpjb25maWd1cmU6NDY4NTogJD8gPSAwDQpjb25maWd1cmU6NDY5NTog cmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo0Njk4OiBjaGVja2luZyBzaXplIG9m IHVuc2lnbmVkIGludA0KY29uZmlndXJlOjQ5NzY6IGNjIC1vIGNvbmZ0ZXN0 IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAt TC91c3IvbG9jYWwvbGliID4mNQ0KY29uZmlndXJlOjQ5Nzk6ICQ/ID0gMA0K Y29uZmlndXJlOjQ5ODE6IC4vY29uZnRlc3QNCmNvbmZpZ3VyZTo0OTg0OiAk PyA9IDANCmNvbmZpZ3VyZTo1MDA0OiByZXN1bHQ6IDQNCmNvbmZpZ3VyZTo1 MDExOiBjaGVja2luZyBmb3IgdW5zaWduZWQgc2hvcnQgaW50DQpjb25maWd1 cmU6NTAzODogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRl IGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6NTA0MTogJD8gPSAwDQpjb25m aWd1cmU6NTA0NDogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25maWd1cmU6NTA0 NzogJD8gPSAwDQpjb25maWd1cmU6NTA1NzogcmVzdWx0OiB5ZXMNCmNvbmZp Z3VyZTo1MDYwOiBjaGVja2luZyBzaXplIG9mIHVuc2lnbmVkIHNob3J0IGlu dA0KY29uZmlndXJlOjUzMzg6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwv bGliID4mNQ0KY29uZmlndXJlOjUzNDE6ICQ/ID0gMA0KY29uZmlndXJlOjUz NDM6IC4vY29uZnRlc3QNCmNvbmZpZ3VyZTo1MzQ2OiAkPyA9IDANCmNvbmZp Z3VyZTo1MzY2OiByZXN1bHQ6IDINCmNvbmZpZ3VyZTo1MzczOiBjaGVja2lu ZyBmb3IgdW5zaWduZWQgY2hhcg0KY29uZmlndXJlOjU0MDA6IGNjIC1jIC1P IC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0K Y29uZmlndXJlOjU0MDM6ICQ/ID0gMA0KY29uZmlndXJlOjU0MDY6IHRlc3Qg LXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjU0MDk6ICQ/ID0gMA0KY29uZmln dXJlOjU0MTk6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6NTQyMjogY2hlY2tp bmcgc2l6ZSBvZiB1bnNpZ25lZCBjaGFyDQpjb25maWd1cmU6NTcwMDogY2Mg LW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlICBj b25mdGVzdC5jIC1ML3Vzci9sb2NhbC9saWIgPiY1DQpjb25maWd1cmU6NTcw MzogJD8gPSAwDQpjb25maWd1cmU6NTcwNTogLi9jb25mdGVzdA0KY29uZmln dXJlOjU3MDg6ICQ/ID0gMA0KY29uZmlndXJlOjU3Mjg6IHJlc3VsdDogMQ0K Y29uZmlndXJlOjU3NDM6IGNoZWNraW5nIGZvciBsdF9kbG11dGV4X3JlZ2lz dGVyIGluIC1sbHRkbA0KY29uZmlndXJlOjU3NzY6IGNjIC1vIGNvbmZ0ZXN0 IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAt bGx0ZGwgIC1ML3Vzci9sb2NhbC9saWIgPiY1DQovdG1wL2NjSjk0UU9LLm86 IEluIGZ1bmN0aW9uIGBtYWluJzoNCi90bXAvY2NKOTRRT0subygudGV4dCsw eDcpOiB1bmRlZmluZWQgcmVmZXJlbmNlIHRvIGBsdF9kbG11dGV4X3JlZ2lz dGVyJw0KY29uZmlndXJlOjU3Nzk6ICQ/ID0gMQ0KY29uZmlndXJlOiBmYWls ZWQgcHJvZ3JhbSB3YXM6DQojbGluZSA1NzUxICJjb25maWd1cmUiDQojaW5j bHVkZSAiY29uZmRlZnMuaCINCg0KLyogT3ZlcnJpZGUgYW55IGdjYzIgaW50 ZXJuYWwgcHJvdG90eXBlIHRvIGF2b2lkIGFuIGVycm9yLiAgKi8NCiNpZmRl ZiBfX2NwbHVzcGx1cw0KZXh0ZXJuICJDIg0KI2VuZGlmDQovKiBXZSB1c2Ug Y2hhciBiZWNhdXNlIGludCBtaWdodCBtYXRjaCB0aGUgcmV0dXJuIHR5cGUg b2YgYSBnY2MyDQogICBidWlsdGluIGFuZCB0aGVuIGl0cyBhcmd1bWVudCBw cm90b3R5cGUgd291bGQgc3RpbGwgYXBwbHkuICAqLw0KY2hhciBsdF9kbG11 dGV4X3JlZ2lzdGVyICgpOw0KI2lmZGVmIEY3N19EVU1NWV9NQUlODQojICBp ZmRlZiBfX2NwbHVzcGx1cw0KICAgICBleHRlcm4gIkMiDQojICBlbmRpZg0K ICAgaW50IEY3N19EVU1NWV9NQUlOKCkgeyByZXR1cm4gMTsgfQ0KI2VuZGlm DQppbnQNCm1haW4gKCkNCnsNCmx0X2RsbXV0ZXhfcmVnaXN0ZXIgKCk7DQog IDsNCiAgcmV0dXJuIDA7DQp9DQpjb25maWd1cmU6NTc5NjogcmVzdWx0OiBu bw0KY29uZmlndXJlOjU4MTM6IGNoZWNraW5nIGZvciBtYWluIGluIC1sbHRk bA0KY29uZmlndXJlOjU4NDA6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAtbGx0ZGwgIC1ML3Vz ci9sb2NhbC9saWIgPiY1DQpjb25maWd1cmU6NTg0MzogJD8gPSAwDQpjb25m aWd1cmU6NTg0NjogdGVzdCAtcyBjb25mdGVzdA0KY29uZmlndXJlOjU4NDk6 ICQ/ID0gMA0KY29uZmlndXJlOjU4NjA6IHJlc3VsdDogeWVzDQpjb25maWd1 cmU6NjAwMTogY2hlY2tpbmcgZm9yIGxkIHVzZWQgYnkgR0NDDQpjb25maWd1 cmU6NjA2NDogcmVzdWx0OiAvdXNyL2xpYmV4ZWMvZWxmL2xkDQpjb25maWd1 cmU6NjA3MzogY2hlY2tpbmcgaWYgdGhlIGxpbmtlciAoL3Vzci9saWJleGVj L2VsZi9sZCkgaXMgR05VIGxkDQpHTlUgbGQgdmVyc2lvbiAyLjExLjIgMjAw MTA3MTkgW0ZyZWVCU0RdICh3aXRoIEJGRCAyLjExLjIgMjAwMTA3MTkgW0Zy ZWVCU0RdKQ0KY29uZmlndXJlOjYwODU6IHJlc3VsdDogeWVzDQpjb25maWd1 cmU6NjA5MDogY2hlY2tpbmcgZm9yIC91c3IvbGliZXhlYy9lbGYvbGQgb3B0 aW9uIHRvIHJlbG9hZCBvYmplY3QgZmlsZXMNCmNvbmZpZ3VyZTo2MDk3OiBy ZXN1bHQ6IC1yDQpjb25maWd1cmU6NjEwMjogY2hlY2tpbmcgZm9yIEJTRC1j b21wYXRpYmxlIG5tDQpjb25maWd1cmU6NjEzODogcmVzdWx0OiAvdXNyL2Jp bi9ubSAtQg0KY29uZmlndXJlOjYxNDE6IGNoZWNraW5nIGZvciBhIHNlZCB0 aGF0IGRvZXMgbm90IHRydW5jYXRlIG91dHB1dA0KY29uZmlndXJlOjYyMjM6 IHJlc3VsdDogL3Vzci9iaW4vc2VkDQpjb25maWd1cmU6NjIyNjogY2hlY2tp bmcgaG93IHRvIHJlY29nbmlzZSBkZXBlbmRhbnQgbGlicmFyaWVzDQpjb25m aWd1cmU6NjQwNzogcmVzdWx0OiBwYXNzX2FsbA0KY29uZmlndXJlOjY0MTk6 IGNoZWNraW5nIGNvbW1hbmQgdG8gcGFyc2UgL3Vzci9iaW4vbm0gLUIgb3V0 cHV0DQpjb25maWd1cmU6NjUwMDogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9s b2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6NjUwMzog JD8gPSAwDQpjb25maWd1cmU6NjUwNzogL3Vzci9iaW4vbm0gLUIgY29uZnRl c3QubyBcfCBzZWQgLW4gLWUgJ3MvXi4qWyAJXVwoW0FCQ0RHSVNUV11bQUJD REdJU1RXXSpcKVsgCV1bIAldKlwoXClcKFtfQS1aYS16XVtfQS1aYS16MC05 XSpcKSQvXDEgXDJcMyBcMy9wJyBcPiBjb25mdGVzdC5ubQ0KY29uZmlndXJl OjY1MTA6ICQ/ID0gMA0KY29uZmlndXJlOjY1NjI6IGNjIC1vIGNvbmZ0ZXN0 IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyBj b25mdHN0bS5vID4mNQ0KY29uZmlndXJlOjY1NjU6ICQ/ID0gMA0KY29uZmln dXJlOjY2MDk6IHJlc3VsdDogb2sNCmNvbmZpZ3VyZTo2NjE4OiBjaGVja2lu ZyBmb3IgZGxmY24uaA0KY29uZmlndXJlOjY2MjM6IHJlc3VsdDogeWVzDQpj b25maWd1cmU6NjkxMjogY2hlY2tpbmcgZm9yIHJhbmxpYg0KY29uZmlndXJl OjY5Mjg6IGZvdW5kIC91c3IvYmluL3JhbmxpYg0KY29uZmlndXJlOjY5Mzk6 IHJlc3VsdDogcmFubGliDQpjb25maWd1cmU6Njk5MjogY2hlY2tpbmcgZm9y IHN0cmlwDQpjb25maWd1cmU6NzAwODogZm91bmQgL3Vzci9iaW4vc3RyaXAN CmNvbmZpZ3VyZTo3MDE5OiByZXN1bHQ6IHN0cmlwDQpjb25maWd1cmU6NzIz MDogY2hlY2tpbmcgZm9yIG9iamRpcg0KY29uZmlndXJlOjcyNDE6IHJlc3Vs dDogLmxpYnMNCmNvbmZpZ3VyZTo3MjU4OiBjaGVja2luZyBmb3IgY2Mgb3B0 aW9uIHRvIHByb2R1Y2UgUElDDQpjb25maWd1cmU6NzQwNDogcmVzdWx0OiAt ZlBJQw0KY29uZmlndXJlOjc0MDg6IGNoZWNraW5nIGlmIGNjIFBJQyBmbGFn IC1mUElDIHdvcmtzDQpjb25maWd1cmU6NzQzNDogY2MgLWMgLU8gLXBpcGUg IC1mUElDIC1EUElDIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMg PiY1DQpjb25maWd1cmU6NzQzNzogJD8gPSAwDQpjb25maWd1cmU6NzQ0MDog dGVzdCAtcyBjb25mdGVzdC5vDQpjb25maWd1cmU6NzQ0MzogJD8gPSAwDQpj b25maWd1cmU6NzQ4MDogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo3NDk2OiBj aGVja2luZyBpZiBjYyBzdGF0aWMgZmxhZyAtc3RhdGljIHdvcmtzDQpjb25m aWd1cmU6NzUyMzogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9s b2NhbC9pbmNsdWRlICAtc3RhdGljIGNvbmZ0ZXN0LmMgLUwvdXNyL2xvY2Fs L2xpYiA+JjUNCmNvbmZpZ3VyZTo3NTI2OiAkPyA9IDANCmNvbmZpZ3VyZTo3 NTI5OiB0ZXN0IC1zIGNvbmZ0ZXN0DQpjb25maWd1cmU6NzUzMjogJD8gPSAw DQpjb25maWd1cmU6NzU0NzogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo3NTU5 OiBjaGVja2luZyBpZiBjYyBzdXBwb3J0cyAtYyAtbyBmaWxlLm8NCmNvbmZp Z3VyZTo3NTc5OiBjYyAtYyAtTyAtcGlwZSAgLW8gb3V0L2NvbmZ0ZXN0Mi5v IC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1 cmU6NzYwMzogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo3NjA4OiBjaGVja2lu ZyBpZiBjYyBzdXBwb3J0cyAtYyAtbyBmaWxlLmxvDQpjb25maWd1cmU6NzYz ODogY2MgLWMgLU8gLXBpcGUgIC1jIC1vIGNvbmZ0ZXN0LmxvIC1JL3Vzci9s b2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6NzY0MTog JD8gPSAwDQpjb25maWd1cmU6NzY0NDogdGVzdCAtcyBjb25mdGVzdC5sbw0K Y29uZmlndXJlOjc2NDc6ICQ/ID0gMA0KY29uZmlndXJlOjc2Njg6IHJlc3Vs dDogeWVzDQpjb25maWd1cmU6NzY5OTogY2hlY2tpbmcgaWYgY2Mgc3VwcG9y dHMgLWZuby1ydHRpIC1mbm8tZXhjZXB0aW9ucw0KY29uZmlndXJlOjc3MjQ6 IGNjIC1jIC1PIC1waXBlICAtZm5vLXJ0dGkgLWZuby1leGNlcHRpb25zIC1j IGNvbmZ0ZXN0LmMgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+ JjUNCmNvbmZpZ3VyZTo3NzI3OiAkPyA9IDANCmNvbmZpZ3VyZTo3NzMwOiB0 ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZTo3NzMzOiAkPyA9IDANCmNv bmZpZ3VyZTo3NzQ5OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjc3NjA6IGNo ZWNraW5nIHdoZXRoZXIgdGhlIGxpbmtlciAoL3Vzci9saWJleGVjL2VsZi9s ZCkgc3VwcG9ydHMgc2hhcmVkIGxpYnJhcmllcw0KY29uZmlndXJlOjg0NTI6 IHJlc3VsdDogeWVzDQpjb25maWd1cmU6ODQ1NzogY2hlY2tpbmcgaG93IHRv IGhhcmRjb2RlIGxpYnJhcnkgcGF0aHMgaW50byBwcm9ncmFtcw0KY29uZmln dXJlOjg0ODE6IHJlc3VsdDogaW1tZWRpYXRlDQpjb25maWd1cmU6ODQ4Njog Y2hlY2tpbmcgd2hldGhlciBzdHJpcHBpbmcgbGlicmFyaWVzIGlzIHBvc3Np YmxlDQpjb25maWd1cmU6ODQ5MTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo4 NTAyOiBjaGVja2luZyBkeW5hbWljIGxpbmtlciBjaGFyYWN0ZXJpc3RpY3MN CmNvbmZpZ3VyZTo4OTA0OiByZXN1bHQ6IGZyZWVic2Q0LjYgbGQuc28NCmNv bmZpZ3VyZTo4OTA5OiBjaGVja2luZyBpZiBsaWJ0b29sIHN1cHBvcnRzIHNo YXJlZCBsaWJyYXJpZXMNCmNvbmZpZ3VyZTo4OTExOiByZXN1bHQ6IHllcw0K Y29uZmlndXJlOjg5MTQ6IGNoZWNraW5nIHdoZXRoZXIgdG8gYnVpbGQgc2hh cmVkIGxpYnJhcmllcw0KY29uZmlndXJlOjg5MzU6IHJlc3VsdDogeWVzDQpj b25maWd1cmU6ODkzODogY2hlY2tpbmcgd2hldGhlciB0byBidWlsZCBzdGF0 aWMgbGlicmFyaWVzDQpjb25maWd1cmU6ODk0MjogcmVzdWx0OiB5ZXMNCmNv bmZpZ3VyZTo5NjA0OiBjaGVja2luZyB3aGV0aGVyIC1sYyBzaG91bGQgYmUg ZXhwbGljaXRseSBsaW5rZWQgaW4NCmNvbmZpZ3VyZTo5NjEyOiBjYyAtYyAt TyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUN CmNvbmZpZ3VyZTo5NjE1OiAkPyA9IDANCmNvbmZpZ3VyZTo5NjI5OiBjYyAt c2hhcmVkIGNvbmZ0ZXN0Lm8gIC12IC1XbCwtc29uYW1lIC1XbCxjb25mdGVz dCAtbyBjb25mdGVzdCAyXD5cJjEgXHwgZ3JlcCAgLWxjICBcPi9kZXYvbnVs bCAyXD5cJjENCmNvbmZpZ3VyZTo5NjMyOiAkPyA9IDENCmNvbmZpZ3VyZTo5 NjQ1OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjEwMzE3OiBjcmVhdGluZyAu L2NvbmZpZy5zdGF0dXMNCg0KIyMgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAj Iw0KIyMgUnVubmluZyBjb25maWcuc3RhdHVzLiAjIw0KIyMgLS0tLS0tLS0t LS0tLS0tLS0tLS0tLSAjIw0KDQpUaGlzIGZpbGUgd2FzIGV4dGVuZGVkIGJ5 IGNvbmZpZy5zdGF0dXMsIHdoaWNoIHdhcw0KZ2VuZXJhdGVkIGJ5IEdOVSBB dXRvY29uZiAyLjUzLiAgSW52b2NhdGlvbiBjb21tYW5kIGxpbmUgd2FzDQoN CiAgQ09ORklHX0ZJTEVTICAgID0gDQogIENPTkZJR19IRUFERVJTICA9IA0K ICBDT05GSUdfTElOS1MgICAgPSANCiAgQ09ORklHX0NPTU1BTkRTID0gDQog ICQgLi9jb25maWcuc3RhdHVzIA0KDQpvbiB3aGVlbGphY2subWVyaXQuZWR1 DQoNCmNvbmZpZy5zdGF0dXM6MTEwMTE6IGNyZWF0aW5nIE1ha2VmaWxlDQpj b25maWcuc3RhdHVzOjExMDExOiBjcmVhdGluZyBsaWJtY3J5cHQuc3BlYw0K Y29uZmlnLnN0YXR1czoxMTAxMTogY3JlYXRpbmcgbGliL01ha2VmaWxlDQpj b25maWcuc3RhdHVzOjExMDExOiBjcmVhdGluZyBkb2MvTWFrZWZpbGUNCmNv bmZpZy5zdGF0dXM6MTEwMTE6IGNyZWF0aW5nIHNyYy9NYWtlZmlsZQ0KY29u ZmlnLnN0YXR1czoxMTAxMTogY3JlYXRpbmcgbW9kdWxlcy9NYWtlZmlsZQ0K Y29uZmlnLnN0YXR1czoxMTAxMTogY3JlYXRpbmcgbW9kdWxlcy9tb2Rlcy9N YWtlZmlsZQ0KY29uZmlnLnN0YXR1czoxMTAxMTogY3JlYXRpbmcgbW9kdWxl cy9hbGdvcml0aG1zL01ha2VmaWxlDQpjb25maWcuc3RhdHVzOjExMDExOiBj cmVhdGluZyBsaWIvbWNyeXB0LmgNCmNvbmZpZy5zdGF0dXM6MTEwMTE6IGNy ZWF0aW5nIGxpYi9saWJtY3J5cHQtY29uZmlnDQpjb25maWcuc3RhdHVzOjEx MTE0OiBjcmVhdGluZyBjb25maWcuaA0KY29uZmlnLnN0YXR1czoxMTM1ODog ZXhlY3V0aW5nIGRlcGZpbGVzIGNvbW1hbmRzDQpjb25maWcuc3RhdHVzOjEx MzU4OiBleGVjdXRpbmcgZGVmYXVsdC0xIGNvbW1hbmRzDQpjb25maWd1cmU6 MTE1MjY6IGNvbmZpZ3VyaW5nIGluIGxpYmx0ZGwNCmNvbmZpZ3VyZToxMTYw NTogcnVubmluZyAvYmluL3NoICcuL2NvbmZpZ3VyZScgLS1wcmVmaXg9L3Vz ci9sb2NhbCAgJy0tcHJlZml4PS91c3IvbG9jYWwnICctLWJ1aWxkPWkzODYt cG9ydGJsZC1mcmVlYnNkNC42JyAnQ0ZMQUdTPS1PIC1waXBlICcgJ0NQUEZM QUdTPS1JL3Vzci9sb2NhbC9pbmNsdWRlJyAnYnVpbGRfYWxpYXM9aTM4Ni1w b3J0YmxkLWZyZWVic2Q0LjYnICdDQz1jYycgLS1lbmFibGUtbHRkbC1pbnN0 YWxsPW5vIC0tY2FjaGUtZmlsZT0vZGV2L251bGwgLS1zcmNkaXI9Lg0KY29u ZmlndXJlOjExNjEwOiBlcnJvcjogL2Jpbi9zaCAnLi9jb25maWd1cmUnIGZh aWxlZCBmb3IgbGlibHRkbA0KDQojIyAtLS0tLS0tLS0tLS0tLS0tICMjDQoj IyBDYWNoZSB2YXJpYWJsZXMuICMjDQojIyAtLS0tLS0tLS0tLS0tLS0tICMj DQoNCmFtX2N2X0NDX2RlcGVuZGVuY2llc19jb21waWxlcl90eXBlPSdnY2Mn DQphY19jdl90eXBlX3Vuc2lnbmVkX3Nob3J0X2ludD0neWVzJw0KYWNfY3Zf c2l6ZW9mX3Vuc2lnbmVkX2xvbmdfaW50PSc0Jw0KYWNfY3ZfaGVhZGVyX3N5 c19lbmRpYW5faD0nbm8nDQphY19jdl9jX2JpZ2VuZGlhbj0nbm8nDQpsdF9j dl9maWxlX21hZ2ljX2NtZD0nJE1BR0lDX0NNRCcNCmFjX2N2X2hlYWRlcl9z dGRsaWJfaD0neWVzJw0KYWNfY3ZfZnVuY19tZW1tb3ZlPSd5ZXMnDQphY19j dl9wcm9nX2NjX2c9J3llcycNCmFjX2N2X2Vudl9MREZMQUdTX3NldD0nJw0K bHRfY3ZfcHJvZ19jY19jYW5fYnVpbGRfc2hhcmVkPSd5ZXMnDQphY19jdl9o ZWFkZXJfYnl0ZXN3YXBfaD0nbm8nDQphY19jdl9jX2NvbXBpbGVyX2dudT0n eWVzJw0KYWNfY3ZfZXhlZXh0PScnDQphY19jdl9lbnZfQ0ZMQUdTX3NldD0n c2V0Jw0KYWNfY3ZfaGVhZGVyX2RpcmVudF9oPSd5ZXMnDQphY19jdl90eXBl X3Vuc2lnbmVkX2ludD0neWVzJw0KYWNfY3ZfZW52X0NQUF92YWx1ZT0nJw0K YWNfY3ZfZW52X0NQUEZMQUdTX3NldD0nc2V0Jw0KbHRfY3ZfcHJvZ19jY19z dGF0aWNfd29ya3M9J3llcycNCmx0X2N2X3Byb2dfY2Nfbm9fYnVpbHRpbj0n Jw0KbHRfY3ZfcHJvZ19jY19zaGxpYj0nJw0KYWNfY3Zfc2l6ZW9mX3Vuc2ln bmVkX3Nob3J0X2ludD0nMicNCmx0X2N2X3Byb2dfY2Nfc3RhdGljPSctc3Rh dGljJw0KYWNfY3ZfZW52X2hvc3RfYWxpYXNfc2V0PScnDQphY19jdl90eXBl X3Vuc2lnbmVkX2NoYXI9J3llcycNCmFjX2N2X2Z1bmNfbWxvY2s9J3llcycN CmFjX2N2X2Z1bmNfbWVtc2V0PSd5ZXMnDQpsdF9jdl9sZF9yZWxvYWRfZmxh Zz0nLXInDQphY19jdl9mdW5jX3JlYWRkaXI9J3llcycNCmx0X2N2X3N5c19w YXRoX3NlcGFyYXRvcj0nOicNCmx0X2N2X2FyY2hpdmVfY21kc19uZWVkX2xj PSd5ZXMnDQpsdF9jdl9wcm9nX2dudV9sZD0neWVzJw0KYWNfY3ZfaGVhZGVy X3N5c19zdGF0X2g9J3llcycNCmFjX2N2X2Vudl9idWlsZF9hbGlhc19zZXQ9 J3NldCcNCmFjX2N2X2hlYWRlcl9saW1pdHNfaD0neWVzJw0KYWNfY3ZfZW52 X0xERkxBR1NfdmFsdWU9JycNCmFjX2N2X2Vudl90YXJnZXRfYWxpYXNfc2V0 PScnDQphY19jdl9zaXplb2ZfdW5zaWduZWRfaW50PSc0Jw0KYWNfY3ZfcHJv Z19jY19zdGRjPScnDQphY19jdl9ob3N0X2FsaWFzPSdpMzg2LXBvcnRibGQt ZnJlZWJzZDQuNicNCmFjX2N2X2Vudl9DRkxBR1NfdmFsdWU9Jy1PIC1waXBl ICcNCmFjX2N2X2Vudl9DQ19zZXQ9J3NldCcNCmx0X2N2X3Byb2dfY2Nfd2w9 Jy1XbCwnDQphY19jdl9mdW5jX2Jjb3B5PSd5ZXMnDQphY19jdl9oZWFkZXJf c3lzX3R5cGVzX2g9J3llcycNCmFjX2N2X2hlYWRlcl9zdGRjPSd5ZXMnDQps dF9jdl9wYXRoX1NFRD0nL3Vzci9iaW4vc2VkJw0KYWNfY3ZfaGVhZGVyX3N0 cmluZ3NfaD0neWVzJw0KYWNfY3ZfaGVhZGVyX2VuZGlhbl9oPSdubycNCmFj X2N2X2hlYWRlcl9zdGRpbnRfaD0nbm8nDQphY19jdl9oZWFkZXJfaW50dHlw ZXNfaD0neWVzJw0KYWNfY3ZfcHJvZ19tYWtlX21ha2Vfc2V0PSd5ZXMnDQps dF9jdl9nbG9iYWxfc3ltYm9sX3RvX2NkZWNsPSdzZWQgLW4gLWUgJ1wnJ3Mv Xi4gLiogXCguKlwpJC9leHRlcm4gY2hhciBcMTsvcCdcJycnDQpsdF9jdl9w YXRoX0xEPScvdXNyL2xpYmV4ZWMvZWxmL2xkJw0KYWNfY3ZfaGVhZGVyX3Vu aXN0ZF9oPSd5ZXMnDQphY19jdl9oZWFkZXJfc3RyaW5nX2g9J3llcycNCmFj X2N2X2NfaW5saW5lPSdpbmxpbmUnDQphY19jdl9idWlsZF9hbGlhcz0naTM4 Ni1wb3J0YmxkLWZyZWVic2Q0LjYnDQphY19jdl9lbnZfQ1BQRkxBR1NfdmFs dWU9Jy1JL3Vzci9sb2NhbC9pbmNsdWRlJw0KYWNfY3Zfc2l6ZW9mX3Vuc2ln bmVkX2NoYXI9JzEnDQphY19jdl9wcm9nX2FjX2N0X1JBTkxJQj0ncmFubGli Jw0KYWNfY3ZfZnVuY19iemVybz0neWVzJw0KYWNfY3ZfaGVhZGVyX21lbW9y eV9oPSd5ZXMnDQphY19jdl90YXJnZXRfYWxpYXM9J2kzODYtcG9ydGJsZC1m cmVlYnNkNC42Jw0KYWNfY3ZfcHJvZ19hY19jdF9TVFJJUD0nc3RyaXAnDQph Y19jdl9ob3N0PSdpMzg2LXBvcnRibGQtZnJlZWJzZDQuNicNCmFjX2N2X2Vu dl9ob3N0X2FsaWFzX3ZhbHVlPScnDQpsdF9jdl9nbG9iYWxfc3ltYm9sX3Rv X2NfbmFtZV9hZGRyZXNzPSdzZWQgLW4gLWUgJ1wnJ3MvXjogXChbXiBdKlwp ICQvICB7XCJcMVwiLCAobHRfcHRyKSAwfSwvcCdcJycgLWUgJ1wnJ3MvXltC Q0RFR1JTVF0gXChbXiBdKlwpIFwoW14gXSpcKSQvICB7IlwyIiwgKGx0X3B0 cikgXCZcMn0sL3AnXCcnJw0KYWNfY3ZfdHlwZV91bnNpZ25lZF9sb25nX2lu dD0neWVzJw0KbHRfY3ZfY29tcGlsZXJfY19vPSd5ZXMnDQpsdF9jdl9wcm9n X2NjX3BpY193b3Jrcz0neWVzJw0KbHRfY3ZfZmlsZV9tYWdpY190ZXN0X2Zp bGU9JycNCmFjX2N2X2Z1bmNfcmVhZGRpcl9yPSd5ZXMnDQphY19jdl9wcm9n X0NQUD0nY2MgLUUnDQphY19jdl9wcm9nX0FXSz0nbmF3aycNCmFjX2N2X2J1 aWxkPSdpMzg2LXBvcnRibGQtZnJlZWJzZDQuNicNCmFjX2N2X2Vudl9idWls ZF9hbGlhc192YWx1ZT0naTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjYnDQpsdF9j dl9wcm9nX2NjX3BpYz0nIC1mUElDJw0KbHRfY3Zfc3lzX2dsb2JhbF9zeW1i b2xfcGlwZT0nc2VkIC1uIC1lICdcJydzL14uKlsgCV1cKFtBQkNER0lTVFdd W0FCQ0RHSVNUV10qXClbIAldWyAJXSpcKFwpXChbX0EtWmEtel1bX0EtWmEt ejAtOV0qXCkkL1wxIFwyXDMgXDMvcCdcJycnDQpsdF9jdl9kZXBsaWJzX2No ZWNrX21ldGhvZD0ncGFzc19hbGwnDQphY19jdl9wcm9nX2FjX2N0X0NDPSdj YycNCmx0X2N2X2NvbXBpbGVyX29fbG89J3llcycNCmFjX2N2X2xpYl9sdGRs X2x0X2RsbXV0ZXhfcmVnaXN0ZXI9J25vJw0KYWNfY3ZfdGFyZ2V0PSdpMzg2 LXBvcnRibGQtZnJlZWJzZDQuNicNCmFjX2N2X2Vudl90YXJnZXRfYWxpYXNf dmFsdWU9JycNCmFjX2N2X2Vudl9DQ192YWx1ZT0nY2MnDQpsdF9jdl9wYXRo X05NPScvdXNyL2Jpbi9ubSAtQicNCmFjX2N2X2Vudl9DUFBfc2V0PScnDQph Y19jdl9oZWFkZXJfZGxmY25faD0neWVzJw0KYWNfY3ZfaGVhZGVyX3N5c19t bWFuX2g9J3llcycNCmFjX2N2X2xpYl9sdGRsX21haW49J3llcycNCmFjX2N2 X29iamV4dD0nbycNCg0KY29uZmlndXJlOiBleGl0IDENCg== ---559023410-851401618-1028302513=:745-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 9:13:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B946737B400 for ; Fri, 2 Aug 2002 09:13:17 -0700 (PDT) Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9093343E4A for ; Fri, 2 Aug 2002 09:13:16 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.iadfw.net (8.12.5/8.12.5) with ESMTP id g72GDExk001414; Fri, 2 Aug 2002 11:13:15 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: libmcrypt From: Larry Rosenman To: Gardiner Leverett Cc: ports@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 02 Aug 2002 11:13:14 -0500 Message-Id: <1028304795.429.6.camel@lerlaptop.iadfw.net> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org There is a PR I opened about this..... On Fri, 2002-08-02 at 10:35, Gardiner Leverett wrote: > > I received this error when trying to build the libmcrypt. > > configure: running /bin/sh './configure' --prefix=/usr/local > '--prefix=/usr/local' '--build=i386-portbld-freebsd4.6' 'CFLAGS=-O -pipe ' > 'CPPFLAGS=-I/usr/local/include' 'build_alias=i386-portbld-freebsd4.6' > 'CC=cc' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=. > configure: warning: CFLAGS=-O -pipe : invalid host type > configure: warning: CPPFLAGS=-I/usr/local/include: invalid host type > configure: error: can only configure for one host and one target at a time > configure: error: /bin/sh './configure' failed for libltdl > ===> Script "configure" failed unexpectedly. > Please report the problem to ports@FreeBSD.org [maintainer] and attach > the "/usr/ports/security/libmcrypt/work/libmcrypt-2.5.2/config.log" > including the output of the failure of your make command. Also, it might > be a good idea to provide an overview of all packages installed on your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > I have attached the config.log > > ---------- > Gardiner D. Leverett gdl@merit.edu > Merit Network, Inc. Phone: 734-647-9888 > 4251 Plymouth Road, Suite 2000 Ann Arbor, MI 48105-2785 > http://www.merit.edu > ---- > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.53. Invocation command line was > > $ ./configure --prefix=/usr/local --build=i386-portbld-freebsd4.6 > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = wheeljack.merit.edu > uname -m = i386 > uname -r = 4.6-STABLE > uname -s = FreeBSD > uname -v = FreeBSD 4.6-STABLE #0: Wed Jul 3 14:59:28 EDT 2002 root@wheeljack.merit.edu:/usr/src/sys/compile/IHS > > /usr/bin/uname -p = i386 > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sbin > PATH: /bin > PATH: /usr/sbin > PATH: /usr/bin > PATH: /usr/games > PATH: /usr/local/sbin > PATH: /usr/local/bin > PATH: /usr/X11R6/bin > PATH: /root/bin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1410: checking build system type > configure:1428: result: i386-portbld-freebsd4.6 > configure:1436: checking host system type > configure:1450: result: i386-portbld-freebsd4.6 > configure:1458: checking target system type > configure:1472: result: i386-portbld-freebsd4.6 > configure:1499: checking for a BSD-compatible install > configure:1553: result: /usr/bin/install -c -o root -g wheel > configure:1564: checking whether build environment is sane > configure:1607: result: yes > configure:1640: checking for gawk > configure:1669: result: no > configure:1640: checking for mawk > configure:1669: result: no > configure:1640: checking for nawk > configure:1656: found /usr/bin/nawk > configure:1666: result: nawk > configure:1676: checking whether make sets ${MAKE} > configure:1696: result: yes > configure:1849: checking whether make sets ${MAKE} > configure:1869: result: yes > configure:1925: checking for gcc > configure:1951: result: cc > configure:2195: checking for C compiler version > configure:2198: cc --version &5 > 2.95.4 > configure:2201: $? = 0 > configure:2203: cc -v &5 > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > configure:2206: $? = 0 > configure:2208: cc -V &5 > cc: argument to `-V' is missing > configure:2211: $? = 1 > configure:2237: checking for C compiler default output > configure:2240: cc -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:2243: $? = 0 > configure:2276: result: a.out > configure:2281: checking whether the C compiler works > configure:2287: ./a.out > configure:2290: $? = 0 > configure:2305: result: yes > configure:2312: checking whether we are cross compiling > configure:2314: result: no > configure:2317: checking for suffix of executables > configure:2319: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:2322: $? = 0 > configure:2344: result: > configure:2350: checking for suffix of object files > configure:2374: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:2377: $? = 0 > configure:2396: result: o > configure:2400: checking whether we are using the GNU C compiler > configure:2427: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:2430: $? = 0 > configure:2433: test -s conftest.o > configure:2436: $? = 0 > configure:2448: result: yes > configure:2454: checking whether cc accepts -g > configure:2478: cc -c -g -I/usr/local/include conftest.c >&5 > configure:2481: $? = 0 > configure:2484: test -s conftest.o > configure:2487: $? = 0 > configure:2497: result: yes > configure:2524: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > conftest.c:2: syntax error before `me' > configure:2527: $? = 1 > configure: failed program was: > #ifndef __cplusplus > choke me > #endif > configure:2656: checking for style of include used by make > configure:2684: result: GNU > configure:2712: checking dependency style of cc > configure:2774: result: gcc > configure:2797: checking for a BSD-compatible install > configure:2851: result: /usr/bin/install -c -o root -g wheel > configure:2862: checking whether ln -s works > configure:2866: result: yes > configure:2876: checking whether in maintanance mode > configure:2883: result: no > configure:2887: checking whether in dmalloc mode > configure:2894: result: no > configure:2972: checking whether to disable dynamic module loading > configure:2979: result: no > configure:2983: checking whether to include algorithms into library > configure:2999: result: > configure:3035: checking how to run the C preprocessor > configure:3061: cc -E -I/usr/local/include conftest.c > configure:3067: $? = 0 > configure:3094: cc -E -I/usr/local/include conftest.c > configure:3091: ac_nonexistent.h: No such file or directory > configure:3100: $? = 1 > configure: failed program was: > #line 3090 "configure" > #include "confdefs.h" > #include > configure:3137: result: cc -E > configure:3152: cc -E -I/usr/local/include conftest.c > configure:3158: $? = 0 > configure:3185: cc -E -I/usr/local/include conftest.c > configure:3182: ac_nonexistent.h: No such file or directory > configure:3191: $? = 1 > configure: failed program was: > #line 3181 "configure" > #include "confdefs.h" > #include > configure:3231: checking for ANSI C header files > configure:3245: cc -E -I/usr/local/include conftest.c > configure:3251: $? = 0 > configure:3338: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:3341: $? = 0 > configure:3343: ./conftest > configure:3346: $? = 0 > configure:3360: result: yes > configure:3370: checking for cc option to accept ANSI C > configure:3433: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3436: $? = 0 > configure:3439: test -s conftest.o > configure:3442: $? = 0 > configure:3459: result: none needed > configure:3467: checking for inline > configure:3484: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3487: $? = 0 > configure:3490: test -s conftest.o > configure:3493: $? = 0 > configure:3504: result: inline > configure:3534: checking for sys/types.h > configure:3547: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3550: $? = 0 > configure:3553: test -s conftest.o > configure:3556: $? = 0 > configure:3566: result: yes > configure:3534: checking for sys/stat.h > configure:3547: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3550: $? = 0 > configure:3553: test -s conftest.o > configure:3556: $? = 0 > configure:3566: result: yes > configure:3534: checking for stdlib.h > configure:3547: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3550: $? = 0 > configure:3553: test -s conftest.o > configure:3556: $? = 0 > configure:3566: result: yes > configure:3534: checking for string.h > configure:3547: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3550: $? = 0 > configure:3553: test -s conftest.o > configure:3556: $? = 0 > configure:3566: result: yes > configure:3534: checking for memory.h > configure:3547: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3550: $? = 0 > configure:3553: test -s conftest.o > configure:3556: $? = 0 > configure:3566: result: yes > configure:3534: checking for strings.h > configure:3547: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3550: $? = 0 > configure:3553: test -s conftest.o > configure:3556: $? = 0 > configure:3566: result: yes > configure:3534: checking for inttypes.h > configure:3547: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3550: $? = 0 > configure:3553: test -s conftest.o > configure:3556: $? = 0 > configure:3566: result: yes > configure:3534: checking for stdint.h > configure:3547: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3576: stdint.h: No such file or directory > configure:3550: $? = 1 > configure: failed program was: > #line 3540 "configure" > #include "confdefs.h" > #include > #if HAVE_SYS_TYPES_H > # include > #endif > #if HAVE_SYS_STAT_H > # include > #endif > #if STDC_HEADERS > # include > # include > #else > # if HAVE_STDLIB_H > # include > # endif > #endif > #if HAVE_STRING_H > # if !STDC_HEADERS && HAVE_MEMORY_H > # include > # endif > # include > #endif > #if HAVE_STRINGS_H > # include > #endif > #if HAVE_INTTYPES_H > # include > #else > # if HAVE_STDINT_H > # include > # endif > #endif > #if HAVE_UNISTD_H > # include > #endif > > #include > configure:3566: result: no > configure:3534: checking for unistd.h > configure:3547: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3550: $? = 0 > configure:3553: test -s conftest.o > configure:3556: $? = 0 > configure:3566: result: yes > configure:3586: checking for unistd.h > configure:3591: result: yes > configure:3586: checking for strings.h > configure:3591: result: yes > configure:3595: checking dlfcn.h usability > configure:3604: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3607: $? = 0 > configure:3610: test -s conftest.o > configure:3613: $? = 0 > configure:3622: result: yes > configure:3626: checking dlfcn.h presence > configure:3633: cc -E -I/usr/local/include conftest.c > configure:3639: $? = 0 > configure:3657: result: yes > configure:3675: checking for dlfcn.h > configure:3682: result: yes > configure:3595: checking sys/endian.h usability > configure:3604: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3633: sys/endian.h: No such file or directory > configure:3607: $? = 1 > configure: failed program was: > #line 3598 "configure" > #include "confdefs.h" > #include > #if HAVE_SYS_TYPES_H > # include > #endif > #if HAVE_SYS_STAT_H > # include > #endif > #if STDC_HEADERS > # include > # include > #else > # if HAVE_STDLIB_H > # include > # endif > #endif > #if HAVE_STRING_H > # if !STDC_HEADERS && HAVE_MEMORY_H > # include > # endif > # include > #endif > #if HAVE_STRINGS_H > # include > #endif > #if HAVE_INTTYPES_H > # include > #else > # if HAVE_STDINT_H > # include > # endif > #endif > #if HAVE_UNISTD_H > # include > #endif > #include > configure:3622: result: no > configure:3626: checking sys/endian.h presence > configure:3633: cc -E -I/usr/local/include conftest.c > configure:3630: sys/endian.h: No such file or directory > configure:3639: $? = 1 > configure: failed program was: > #line 3629 "configure" > #include "confdefs.h" > #include > configure:3657: result: no > configure:3675: checking for sys/endian.h > configure:3682: result: no > configure:3704: checking for sys/types.h > configure:3709: result: yes > configure:3713: checking sys/mman.h usability > configure:3722: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3725: $? = 0 > configure:3728: test -s conftest.o > configure:3731: $? = 0 > configure:3740: result: yes > configure:3744: checking sys/mman.h presence > configure:3751: cc -E -I/usr/local/include conftest.c > configure:3757: $? = 0 > configure:3775: result: yes > configure:3793: checking for sys/mman.h > configure:3800: result: yes > configure:3713: checking dirent.h usability > configure:3722: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3725: $? = 0 > configure:3728: test -s conftest.o > configure:3731: $? = 0 > configure:3740: result: yes > configure:3744: checking dirent.h presence > configure:3751: cc -E -I/usr/local/include conftest.c > configure:3757: $? = 0 > configure:3775: result: yes > configure:3793: checking for dirent.h > configure:3800: result: yes > configure:3713: checking byteswap.h usability > configure:3722: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3751: byteswap.h: No such file or directory > configure:3725: $? = 1 > configure: failed program was: > #line 3716 "configure" > #include "confdefs.h" > #include > #if HAVE_SYS_TYPES_H > # include > #endif > #if HAVE_SYS_STAT_H > # include > #endif > #if STDC_HEADERS > # include > # include > #else > # if HAVE_STDLIB_H > # include > # endif > #endif > #if HAVE_STRING_H > # if !STDC_HEADERS && HAVE_MEMORY_H > # include > # endif > # include > #endif > #if HAVE_STRINGS_H > # include > #endif > #if HAVE_INTTYPES_H > # include > #else > # if HAVE_STDINT_H > # include > # endif > #endif > #if HAVE_UNISTD_H > # include > #endif > #include > configure:3740: result: no > configure:3744: checking byteswap.h presence > configure:3751: cc -E -I/usr/local/include conftest.c > configure:3748: byteswap.h: No such file or directory > configure:3757: $? = 1 > configure: failed program was: > #line 3747 "configure" > #include "confdefs.h" > #include > configure:3775: result: no > configure:3793: checking for byteswap.h > configure:3800: result: no > configure:3713: checking endian.h usability > configure:3722: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3751: endian.h: No such file or directory > configure:3725: $? = 1 > configure: failed program was: > #line 3716 "configure" > #include "confdefs.h" > #include > #if HAVE_SYS_TYPES_H > # include > #endif > #if HAVE_SYS_STAT_H > # include > #endif > #if STDC_HEADERS > # include > # include > #else > # if HAVE_STDLIB_H > # include > # endif > #endif > #if HAVE_STRING_H > # if !STDC_HEADERS && HAVE_MEMORY_H > # include > # endif > # include > #endif > #if HAVE_STRINGS_H > # include > #endif > #if HAVE_INTTYPES_H > # include > #else > # if HAVE_STDINT_H > # include > # endif > #endif > #if HAVE_UNISTD_H > # include > #endif > #include > configure:3740: result: no > configure:3744: checking endian.h presence > configure:3751: cc -E -I/usr/local/include conftest.c > configure:3748: endian.h: No such file or directory > configure:3757: $? = 1 > configure: failed program was: > #line 3747 "configure" > #include "confdefs.h" > #include > configure:3775: result: no > configure:3793: checking for endian.h > configure:3800: result: no > configure:3827: checking limits.h usability > configure:3836: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3839: $? = 0 > configure:3842: test -s conftest.o > configure:3845: $? = 0 > configure:3854: result: yes > configure:3858: checking limits.h presence > configure:3865: cc -E -I/usr/local/include conftest.c > configure:3871: $? = 0 > configure:3889: result: yes > configure:3907: checking for limits.h > configure:3914: result: yes > configure:3935: checking for bzero > configure:3978: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:3981: $? = 0 > configure:3984: test -s conftest > configure:3987: $? = 0 > configure:3997: result: yes > configure:3935: checking for memset > configure:3978: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:3951: warning: conflicting types for built-in function `memset' > configure:3981: $? = 0 > configure:3984: test -s conftest > configure:3987: $? = 0 > configure:3997: result: yes > configure:3935: checking for mlock > configure:3978: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:3981: $? = 0 > configure:3984: test -s conftest > configure:3987: $? = 0 > configure:3997: result: yes > configure:3935: checking for readdir_r > configure:3978: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:3981: $? = 0 > configure:3984: test -s conftest > configure:3987: $? = 0 > configure:3997: result: yes > configure:3935: checking for readdir > configure:3978: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:3981: $? = 0 > configure:3984: test -s conftest > configure:3987: $? = 0 > configure:3997: result: yes > configure:4012: checking for memmove > configure:4055: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:4058: $? = 0 > configure:4061: test -s conftest > configure:4064: $? = 0 > configure:4074: result: yes > configure:4012: checking for bcopy > configure:4055: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:4058: $? = 0 > configure:4061: test -s conftest > configure:4064: $? = 0 > configure:4074: result: yes > configure:4085: checking whether byte ordering is bigendian > configure:4115: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:4118: $? = 0 > configure:4121: test -s conftest.o > configure:4124: $? = 0 > configure:4151: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure: In function `main': > configure:4142: syntax error before `big' > configure:4154: $? = 1 > configure: failed program was: > #line 4128 "configure" > #include "confdefs.h" > #include > #include > > #ifdef F77_DUMMY_MAIN > # ifdef __cplusplus > extern "C" > # endif > int F77_DUMMY_MAIN() { return 1; } > #endif > int > main () > { > #if BYTE_ORDER != BIG_ENDIAN > not big endian > #endif > > ; > return 0; > } > configure:4268: result: no > configure:4287: checking for unsigned long int > configure:4314: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:4317: $? = 0 > configure:4320: test -s conftest.o > configure:4323: $? = 0 > configure:4333: result: yes > configure:4336: checking size of unsigned long int > configure:4614: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:4617: $? = 0 > configure:4619: ./conftest > configure:4622: $? = 0 > configure:4642: result: 4 > configure:4649: checking for unsigned int > configure:4676: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:4679: $? = 0 > configure:4682: test -s conftest.o > configure:4685: $? = 0 > configure:4695: result: yes > configure:4698: checking size of unsigned int > configure:4976: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:4979: $? = 0 > configure:4981: ./conftest > configure:4984: $? = 0 > configure:5004: result: 4 > configure:5011: checking for unsigned short int > configure:5038: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5041: $? = 0 > configure:5044: test -s conftest.o > configure:5047: $? = 0 > configure:5057: result: yes > configure:5060: checking size of unsigned short int > configure:5338: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:5341: $? = 0 > configure:5343: ./conftest > configure:5346: $? = 0 > configure:5366: result: 2 > configure:5373: checking for unsigned char > configure:5400: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5403: $? = 0 > configure:5406: test -s conftest.o > configure:5409: $? = 0 > configure:5419: result: yes > configure:5422: checking size of unsigned char > configure:5700: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 > configure:5703: $? = 0 > configure:5705: ./conftest > configure:5708: $? = 0 > configure:5728: result: 1 > configure:5743: checking for lt_dlmutex_register in -lltdl > configure:5776: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lltdl -L/usr/local/lib >&5 > /tmp/ccJ94QOK.o: In function `main': > /tmp/ccJ94QOK.o(.text+0x7): undefined reference to `lt_dlmutex_register' > configure:5779: $? = 1 > configure: failed program was: > #line 5751 "configure" > #include "confdefs.h" > > /* Override any gcc2 internal prototype to avoid an error. */ > #ifdef __cplusplus > extern "C" > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char lt_dlmutex_register (); > #ifdef F77_DUMMY_MAIN > # ifdef __cplusplus > extern "C" > # endif > int F77_DUMMY_MAIN() { return 1; } > #endif > int > main () > { > lt_dlmutex_register (); > ; > return 0; > } > configure:5796: result: no > configure:5813: checking for main in -lltdl > configure:5840: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lltdl -L/usr/local/lib >&5 > configure:5843: $? = 0 > configure:5846: test -s conftest > configure:5849: $? = 0 > configure:5860: result: yes > configure:6001: checking for ld used by GCC > configure:6064: result: /usr/libexec/elf/ld > configure:6073: checking if the linker (/usr/libexec/elf/ld) is GNU ld > GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD]) > configure:6085: result: yes > configure:6090: checking for /usr/libexec/elf/ld option to reload object files > configure:6097: result: -r > configure:6102: checking for BSD-compatible nm > configure:6138: result: /usr/bin/nm -B > configure:6141: checking for a sed that does not truncate output > configure:6223: result: /usr/bin/sed > configure:6226: checking how to recognise dependant libraries > configure:6407: result: pass_all > configure:6419: checking command to parse /usr/bin/nm -B output > configure:6500: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:6503: $? = 0 > configure:6507: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm > configure:6510: $? = 0 > configure:6562: cc -o conftest -O -pipe -I/usr/local/include conftest.c conftstm.o >&5 > configure:6565: $? = 0 > configure:6609: result: ok > configure:6618: checking for dlfcn.h > configure:6623: result: yes > configure:6912: checking for ranlib > configure:6928: found /usr/bin/ranlib > configure:6939: result: ranlib > configure:6992: checking for strip > configure:7008: found /usr/bin/strip > configure:7019: result: strip > configure:7230: checking for objdir > configure:7241: result: .libs > configure:7258: checking for cc option to produce PIC > configure:7404: result: -fPIC > configure:7408: checking if cc PIC flag -fPIC works > configure:7434: cc -c -O -pipe -fPIC -DPIC -I/usr/local/include conftest.c >&5 > configure:7437: $? = 0 > configure:7440: test -s conftest.o > configure:7443: $? = 0 > configure:7480: result: yes > configure:7496: checking if cc static flag -static works > configure:7523: cc -o conftest -O -pipe -I/usr/local/include -static conftest.c -L/usr/local/lib >&5 > configure:7526: $? = 0 > configure:7529: test -s conftest > configure:7532: $? = 0 > configure:7547: result: yes > configure:7559: checking if cc supports -c -o file.o > configure:7579: cc -c -O -pipe -o out/conftest2.o -I/usr/local/include conftest.c >&5 > configure:7603: result: yes > configure:7608: checking if cc supports -c -o file.lo > configure:7638: cc -c -O -pipe -c -o conftest.lo -I/usr/local/include conftest.c >&5 > configure:7641: $? = 0 > configure:7644: test -s conftest.lo > configure:7647: $? = 0 > configure:7668: result: yes > configure:7699: checking if cc supports -fno-rtti -fno-exceptions > configure:7724: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5 > configure:7727: $? = 0 > configure:7730: test -s conftest.o > configure:7733: $? = 0 > configure:7749: result: yes > configure:7760: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries > configure:8452: result: yes > configure:8457: checking how to hardcode library paths into programs > configure:8481: result: immediate > configure:8486: checking whether stripping libraries is possible > configure:8491: result: yes > configure:8502: checking dynamic linker characteristics > configure:8904: result: freebsd4.6 ld.so > configure:8909: checking if libtool supports shared libraries > configure:8911: result: yes > configure:8914: checking whether to build shared libraries > configure:8935: result: yes > configure:8938: checking whether to build static libraries > configure:8942: result: yes > configure:9604: checking whether -lc should be explicitly linked in > configure:9612: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:9615: $? = 0 > configure:9629: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > configure:9632: $? = 1 > configure:9645: result: yes > configure:10317: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.53. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on wheeljack.merit.edu > > config.status:11011: creating Makefile > config.status:11011: creating libmcrypt.spec > config.status:11011: creating lib/Makefile > config.status:11011: creating doc/Makefile > config.status:11011: creating src/Makefile > config.status:11011: creating modules/Makefile > config.status:11011: creating modules/modes/Makefile > config.status:11011: creating modules/algorithms/Makefile > config.status:11011: creating lib/mcrypt.h > config.status:11011: creating lib/libmcrypt-config > config.status:11114: creating config.h > config.status:11358: executing depfiles commands > config.status:11358: executing default-1 commands > configure:11526: configuring in libltdl > configure:11605: running /bin/sh './configure' --prefix=/usr/local '--prefix=/usr/local' '--build=i386-portbld-freebsd4.6' 'CFLAGS=-O -pipe ' 'CPPFLAGS=-I/usr/local/include' 'build_alias=i386-portbld-freebsd4.6' 'CC=cc' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=. > configure:11610: error: /bin/sh './configure' failed for libltdl > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > am_cv_CC_dependencies_compiler_type='gcc' > ac_cv_type_unsigned_short_int='yes' > ac_cv_sizeof_unsigned_long_int='4' > ac_cv_header_sys_endian_h='no' > ac_cv_c_bigendian='no' > lt_cv_file_magic_cmd='$MAGIC_CMD' > ac_cv_header_stdlib_h='yes' > ac_cv_func_memmove='yes' > ac_cv_prog_cc_g='yes' > ac_cv_env_LDFLAGS_set='' > lt_cv_prog_cc_can_build_shared='yes' > ac_cv_header_byteswap_h='no' > ac_cv_c_compiler_gnu='yes' > ac_cv_exeext='' > ac_cv_env_CFLAGS_set='set' > ac_cv_header_dirent_h='yes' > ac_cv_type_unsigned_int='yes' > ac_cv_env_CPP_value='' > ac_cv_env_CPPFLAGS_set='set' > lt_cv_prog_cc_static_works='yes' > lt_cv_prog_cc_no_builtin='' > lt_cv_prog_cc_shlib='' > ac_cv_sizeof_unsigned_short_int='2' > lt_cv_prog_cc_static='-static' > ac_cv_env_host_alias_set='' > ac_cv_type_unsigned_char='yes' > ac_cv_func_mlock='yes' > ac_cv_func_memset='yes' > lt_cv_ld_reload_flag='-r' > ac_cv_func_readdir='yes' > lt_cv_sys_path_separator=':' > lt_cv_archive_cmds_need_lc='yes' > lt_cv_prog_gnu_ld='yes' > ac_cv_header_sys_stat_h='yes' > ac_cv_env_build_alias_set='set' > ac_cv_header_limits_h='yes' > ac_cv_env_LDFLAGS_value='' > ac_cv_env_target_alias_set='' > ac_cv_sizeof_unsigned_int='4' > ac_cv_prog_cc_stdc='' > ac_cv_host_alias='i386-portbld-freebsd4.6' > ac_cv_env_CFLAGS_value='-O -pipe ' > ac_cv_env_CC_set='set' > lt_cv_prog_cc_wl='-Wl,' > ac_cv_func_bcopy='yes' > ac_cv_header_sys_types_h='yes' > ac_cv_header_stdc='yes' > lt_cv_path_SED='/usr/bin/sed' > ac_cv_header_strings_h='yes' > ac_cv_header_endian_h='no' > ac_cv_header_stdint_h='no' > ac_cv_header_inttypes_h='yes' > ac_cv_prog_make_make_set='yes' > lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' > lt_cv_path_LD='/usr/libexec/elf/ld' > ac_cv_header_unistd_h='yes' > ac_cv_header_string_h='yes' > ac_cv_c_inline='inline' > ac_cv_build_alias='i386-portbld-freebsd4.6' > ac_cv_env_CPPFLAGS_value='-I/usr/local/include' > ac_cv_sizeof_unsigned_char='1' > ac_cv_prog_ac_ct_RANLIB='ranlib' > ac_cv_func_bzero='yes' > ac_cv_header_memory_h='yes' > ac_cv_target_alias='i386-portbld-freebsd4.6' > ac_cv_prog_ac_ct_STRIP='strip' > ac_cv_host='i386-portbld-freebsd4.6' > ac_cv_env_host_alias_value='' > lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' > ac_cv_type_unsigned_long_int='yes' > lt_cv_compiler_c_o='yes' > lt_cv_prog_cc_pic_works='yes' > lt_cv_file_magic_test_file='' > ac_cv_func_readdir_r='yes' > ac_cv_prog_CPP='cc -E' > ac_cv_prog_AWK='nawk' > ac_cv_build='i386-portbld-freebsd4.6' > ac_cv_env_build_alias_value='i386-portbld-freebsd4.6' > lt_cv_prog_cc_pic=' -fPIC' > lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' > lt_cv_deplibs_check_method='pass_all' > ac_cv_prog_ac_ct_CC='cc' > lt_cv_compiler_o_lo='yes' > ac_cv_lib_ltdl_lt_dlmutex_register='no' > ac_cv_target='i386-portbld-freebsd4.6' > ac_cv_env_target_alias_value='' > ac_cv_env_CC_value='cc' > lt_cv_path_NM='/usr/bin/nm -B' > ac_cv_env_CPP_set='' > ac_cv_header_dlfcn_h='yes' > ac_cv_header_sys_mman_h='yes' > ac_cv_lib_ltdl_main='yes' > ac_cv_objext='o' > > configure: exit 1 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 9:20:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69BDA37B400 for ; Fri, 2 Aug 2002 09:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FACA43E5E for ; Fri, 2 Aug 2002 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72GK2JU059754 for ; Fri, 2 Aug 2002 09:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72GK2Ac059753; Fri, 2 Aug 2002 09:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40E9337B400 for ; Fri, 2 Aug 2002 09:14:13 -0700 (PDT) Received: from telford.tecc.co.uk (telford.tecc.co.uk [195.217.37.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC3143E3B for ; Fri, 2 Aug 2002 09:14:12 -0700 (PDT) (envelope-from alex@telford.tecc.co.uk) Received: from telford.tecc.co.uk (localhost [127.0.0.1]) by telford.tecc.co.uk (8.12.3/8.12.3) with ESMTP id g72GGCUG012567 for ; Fri, 2 Aug 2002 17:16:13 +0100 (BST) (envelope-from alex@telford.tecc.co.uk) Received: (from alex@localhost) by telford.tecc.co.uk (8.12.3/8.12.3/Submit) id g72GGCFl012566; Fri, 2 Aug 2002 17:16:12 +0100 (BST) Message-Id: <200208021616.g72GGCFl012566@telford.tecc.co.uk> Date: Fri, 2 Aug 2002 17:16:12 +0100 (BST) From: Alex Hayward & Reply-To: Alex Hayward & To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41267: omniORB port is for 3.0.4 and not 3.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41267 >Category: ports >Synopsis: omniORB port is for 3.0.4 and not 3.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 02 09:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Hayward & >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD telford.tecc.co.uk 4.6-RC FreeBSD 4.6-RC #0: Mon Jun 10 11:04:37 BST 2002 alex@telford.tecc.co.uk:/usr/src/sys/compile/TELFORD i386 >Description: The version of omniORB in ports is an out of date version which can exhibit problems under FreeBSD (threads can end waiting forever for a recv() to return). >How-To-Repeat: >Fix: This needs to be applied with patch -E to avoid getting left-over empty files. diff -ruN omniORB/Makefile omniORB.new/Makefile --- omniORB/Makefile Wed Aug 29 10:01:49 2001 +++ omniORB.new/Makefile Fri Aug 2 16:59:35 2002 @@ -6,9 +6,10 @@ # PORTNAME= omniORB -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.5 CATEGORIES= devel -MASTER_SITES= ftp://ftp.uk.research.att.com/pub/omniORB/omniORB3/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= omniorb DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} MAINTAINER= ejc@bazzle.com diff -ruN omniORB/distinfo omniORB.new/distinfo --- omniORB/distinfo Wed Aug 29 10:01:49 2001 +++ omniORB.new/distinfo Thu Jul 25 16:52:46 2002 @@ -1 +1 @@ -MD5 (omniORB_304.tar.gz) = 60fe9ee00b217e20070727e7eb6fd399 +MD5 (omniORB_305.tar.gz) = 49c6949e7508524e0c27cf68287c4dc9 diff -ruN omniORB/files/patch-aa omniORB.new/files/patch-aa --- omniORB/files/patch-aa Fri Mar 23 00:35:26 2001 +++ omniORB.new/files/patch-aa Thu Jul 25 17:16:19 2002 @@ -1,10 +1,10 @@ ---- config/config.mk.orig Fri Aug 18 16:09:38 2000 -+++ config/config.mk Mon Sep 11 17:26:22 2000 -@@ -77,6 +77,7 @@ - #platform = x86_freebsd_3.2 +--- config/config.mk.orig Thu Jul 25 16:42:35 2002 ++++ config/config.mk Thu Jul 25 16:42:07 2002 +@@ -85,6 +85,7 @@ #platform = x86_freebsd_4.0 + #platform = x86_openbsd_3.0 #platform = pc486_rtems_4.5.0 +platform = __PLATFORM__ + # On Win32 platforms, uncomment the following line to build all the binaries - # with debugging information. Useful if you want to debug the binaries under diff -ruN omniORB/files/patch-aj omniORB.new/files/patch-aj --- omniORB/files/patch-aj Fri Mar 23 00:35:26 2001 +++ omniORB.new/files/patch-aj Thu Jul 25 17:16:23 2002 @@ -1,5 +1,5 @@ ---- mk/platforms/x86_freebsd_4.0.mk.orig Fri Aug 18 16:09:33 2000 -+++ mk/platforms/x86_freebsd_4.0.mk Tue Sep 12 09:56:52 2000 +--- mk/platforms/x86_freebsd_4.0.mk.orig Thu Jul 25 16:36:31 2002 ++++ mk/platforms/x86_freebsd_4.0.mk Thu Jul 25 16:38:55 2002 @@ -10,7 +10,7 @@ # # You must set a path to a Python 1.5.2 interpreter. @@ -17,7 +17,7 @@ CPP = /usr/libexec/cpp --CXX = g++295 +-CXX = g++ +CXX ?= g++ CXXMAKEDEPEND += -D__cplusplus -D__GNUG__ -D__GNUC__ -CXXDEBUGFLAGS = -O2 @@ -29,7 +29,7 @@ EgcsMajorVersion = 1 EgcsMinorVersion = 1 # This is actually a post-1.0 egcs snapshot. --CC = gcc295 +-CC = gcc +CC ?= gcc CMAKEDEPEND += -D__GNUC__ -CDEBUGFLAGS = -O2 diff -ruN omniORB/files/patch-ak omniORB.new/files/patch-ak --- omniORB/files/patch-ak Fri Mar 23 00:35:26 2001 +++ omniORB.new/files/patch-ak Thu Jul 25 17:16:28 2002 @@ -1,11 +1,19 @@ ---- src/tool/omniidl/cxx/idlutil.cc.orig Fri Aug 18 16:09:06 2000 -+++ src/tool/omniidl/cxx/idlutil.cc Mon Sep 11 17:44:48 2000 -@@ -148,7 +148,7 @@ - IdlIntLiteral - idl_strtoul(const char* text, int base) - { -- return strtoull(text, 0, base); -+ return strtouq(text, 0, base); - } - - # endif +--- src/tool/omniidl/cxx/idlutil.cc.orig Thu Jul 25 16:49:13 2002 ++++ src/tool/omniidl/cxx/idlutil.cc Thu Jul 25 16:49:25 2002 +@@ -139,13 +139,13 @@ + IdlIntLiteral ull; + switch (base) { + case 8: +- sscanf(text, "%I64o", &ull); ++ sscanf(text, "%qo", &ull); + break; + case 10: +- sscanf(text, "%I64d", &ull); ++ sscanf(text, "%qd", &ull); + break; + case 16: +- sscanf(text, "%I64x", &ull); ++ sscanf(text, "%qx", &ull); + break; + default: + abort(); diff -ruN omniORB/files/patch-mk-beforedir.mk omniORB.new/files/patch-mk-beforedir.mk --- omniORB/files/patch-mk-beforedir.mk Fri Mar 23 00:35:26 2001 +++ omniORB.new/files/patch-mk-beforedir.mk Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- mk/beforedir.mk.orig Wed Mar 14 12:29:06 2001 -+++ mk/beforedir.mk Wed Mar 14 12:29:37 2001 -@@ -313,7 +313,7 @@ - - CORBA_IDL_FILES = $(CORBA_INTERFACES:%=%.idl) - --CORBA_STUB_DIR = $(TOP)/stub -+CORBA_STUB_DIR = $(TOP)/idl - - CorbaImplementation = NO_CORBA_IMPLEMENTATION - diff -ruN omniORB/pkg-plist omniORB.new/pkg-plist --- omniORB/pkg-plist Wed Aug 29 10:01:49 2001 +++ omniORB.new/pkg-plist Thu Jul 25 19:08:46 2002 @@ -1,10 +1,9 @@ %%PORTDOCS%%share/doc/omniORB/README.FreeBSD %%PORTDOCS%%share/doc/omniORB/README.unix -%%PORTDOCS%%share/doc/omniORB/ReleaseNote_omniORB_304 +%%PORTDOCS%%share/doc/omniORB/ReleaseNote_omniORB_305 %%PORTDOCS%%share/doc/omniORB/omniNames.html %%PORTDOCS%%share/doc/omniORB/omniNames.pdf %%PORTDOCS%%share/doc/omniORB/omniNames.ps -%%PORTDOCS%%share/doc/omniORB/omniNames.tex %%PORTDOCS%%share/doc/omniORB/omniORB.pdf %%PORTDOCS%%share/doc/omniORB/omniORB.ps %%PORTDOCS%%share/doc/omniORB/omniORB/contents_motif.gif @@ -31,7 +30,6 @@ %%PORTDOCS%%share/doc/omniORB/omnithread.html %%PORTDOCS%%share/doc/omniORB/omnithread.pdf %%PORTDOCS%%share/doc/omniORB/omnithread.ps -%%PORTDOCS%%share/doc/omniORB/omnithread.tex %%PORTDOCS%%share/doc/omniORB/tex/cover.tex %%PORTDOCS%%share/doc/omniORB/tex/ode.tex %%PORTDOCS%%share/doc/omniORB/tex/omniORB.bib @@ -39,10 +37,11 @@ %%PORTDOCS%%share/doc/omniORB/tex/omniParTcl.tex %%PORTDOCS%%share/doc/omniORB/tex/omniidl.tex %%PORTDOCS%%share/doc/omniORB/tex/omnithread.tex +%%PORTDOCS%%share/doc/omniORB/tex/utilities.tex +%%PORTDOCS%%share/doc/omniORB/tex/omniNames.tex %%PORTDOCS%%share/doc/omniORB/utilities.html %%PORTDOCS%%share/doc/omniORB/utilities.pdf %%PORTDOCS%%share/doc/omniORB/utilities.ps -%%PORTDOCS%%share/doc/omniORB/utilities.tex bin/catior bin/convertior bin/genior @@ -98,6 +97,7 @@ include/omnithread/posix.h include/omnithread/pthread_nt.h include/omnithread/solaris.h +include/omnithread/os2_impl.h lib/%%PYTHON_VERSION%%/site-packages/omniidl/__init__.py lib/%%PYTHON_VERSION%%/site-packages/omniidl/__init__.pyc lib/%%PYTHON_VERSION%%/site-packages/omniidl/idlast.py @@ -186,32 +186,31 @@ lib/%%PYTHON_VERSION%%/site-packages/omniidl_be/dump.pyc lib/%%PYTHON_VERSION%%/site-packages/omniidl_be/example.py lib/%%PYTHON_VERSION%%/site-packages/omniidl_be/example.pyc -lib/%%PYTHON_VERSION%%/site-packages/omniidl_be/showast.py lib/_omniidlmodule.so lib/_omniidlmodule.so.0 lib/_omniidlmodule.so.0.1 lib/libCOS3.a lib/libCOS3.so lib/libCOS3.so.0 -lib/libCOS3.so.0.4 +lib/libCOS3.so.0.5 lib/libCOSBOA3.a lib/libCOSBOA3.so lib/libCOSBOA3.so.0 -lib/libCOSBOA3.so.0.4 +lib/libCOSBOA3.so.0.5 lib/libCOSDynamic3.a lib/libCOSDynamic3.so lib/libCOSDynamic3.so.0 -lib/libCOSDynamic3.so.0.4 +lib/libCOSDynamic3.so.0.5 lib/libomniDynamic3.a lib/libomniDynamic3.so lib/libomniDynamic3.so.0 -lib/libomniDynamic3.so.0.4 +lib/libomniDynamic3.so.0.5 lib/libomniGK_alone.a lib/libomniGK_stub.a lib/libomniORB3.a lib/libomniORB3.so lib/libomniORB3.so.0 -lib/libomniORB3.so.0.4 +lib/libomniORB3.so.0.5 lib/libomnithread.a lib/libomnithread.so lib/libomnithread.so.2 >Release-Note: >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 2 9:29:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA0137B400 for ; Fri, 2 Aug 2002 09:29:32 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73AD43E72 for ; Fri, 2 Aug 2002 09:29:31 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g72GTUMI046404 for ; Fri, 2 Aug 2002 18:29:30 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g72GTUYW430833 for ; Fri, 2 Aug 2002 18:29:30 +0200 (MES) Date: Fri, 2 Aug 2002 18:31:16 +0200 (CEST) From: Martin Blapp To: Subject: make deinstall bug Message-ID: <20020802181909.R58571-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, It seems that Filenames with Spaces " " and some special chars are not handled properly by the pkg_delete or make deinstall: pkg_delete: unable to completely remove directory '/usr/local/OpenOffice.org1.0/dir pkg_delete: unable to completely remove directory '/usr/local/with' pkg_delete: unable to completely remove directory '/usr/local/spaces' This filename should be "/usr/local/OpenOffice.org1.0/dir with spaces" This is just an example. OpenOffice installs about 4-5 problematic files ... If I add "" to the filename during the pkg_plist generation I get for all files and dirs: pkg_delete: unable to completely remove directory '/usr/local/OpenOffice.org1.0/help/en' pkg_delete: unable to completely remove directory '/usr/local/OpenOffice.org1.0/help' pkg_delete: unable to completely remove directory '/usr/local/OpenOffice.org1.0' and of course still the same "dir with spaces" error as above. It looks to me like a bug in /usr/src/usr.sbin/pkg_install/delete/perform.c What is the proper ways to deal with this ? Does anybody knows a workaround ? Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 9:33:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C0637B400 for ; Fri, 2 Aug 2002 09:33:32 -0700 (PDT) Received: from xmagic.co.uk (m172-mp1.cvx3-b.pop.dial.ntli.net [80.1.84.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEAC43E84 for ; Fri, 2 Aug 2002 09:33:26 -0700 (PDT) (envelope-from steve@xmagic.co.uk) Received: (from steve@localhost) by xmagic.co.uk (8.11.6/8.11.6) id g72GgG703918 for ports@FreeBSD.org; Fri, 2 Aug 2002 17:42:16 +0100 (BST) (envelope-from steve) Date: Fri, 2 Aug 2002 17:42:15 +0100 From: Steve Peck To: ports@FreeBSD.org Subject: aalib wont install... Message-ID: <20020802174215.A3870@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I hope this is the right email address. I got it out of the Makefile for aalib. I was trying to install the Gimp and one of the dependencies (aalib) through up this error. ///////////////////////////////////////////////////////////////////////////////////////// ===> Patching for aalib-1.4.r5_1 ===> Applying FreeBSD patches for aalib-1.4.r5_1 Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to src/aafire.c.rej >> Patch patch-ag failed to apply cleanly. *** Error code 1 //////////////////////////////////////////////////////////////////////////////////////// the /src/aafire.c.rej has this in it.. //////////////////////////////////////////////////////////////////////////////////////// *************** *** 48,53 **** initialize (void) { int i; context = aa_autoinit (&aa_defparams); if (context == NULL) { --- 48,54 ---- initialize (void) { int i; + srandomdev(); context = aa_autoinit (&aa_defparams); if (context == NULL) { *************** *** 114,133 **** height++; loop--; if (loop < 0) - loop = rand () % 3, sloop++;; i1 = 1; i2 = 4 * XSIZ + 1; for (p = (char *) bitmap + XSIZ * (YSIZ + 0); p < ((unsigned char *) bitmap + XSIZ * (YSIZ + 1)); p++, i1 += 4, i2 -= 4) { - last1 = rand () % min (i1, min (i2, height)); - i = rand () % 6; for (; p < (unsigned char *) bitmap + XSIZ * (YSIZ + 1) && i != 0; p++, i--, i1 += 4, i2 -= 4) - *p = last1, last1 += rand () % 6 - 2, *(p + XSIZ) = last1, last1 += - rand () % 6 - 2; - *(p + 2 * XSIZ) = last1, last1 += rand () % 6 - 2; } i = 0; firemain (); --- 115,134 ---- height++; loop--; if (loop < 0) + loop = random () % 3, sloop++;; i1 = 1; i2 = 4 * XSIZ + 1; for (p = (char *) bitmap + XSIZ * (YSIZ + 0); p < ((unsigned char *) bitmap + XSIZ * (YSIZ + 1)); p++, i1 += 4, i2 -= 4) { + last1 = random () % min (i1, min (i2, height)); + i = random () % 6; for (; p < (unsigned char *) bitmap + XSIZ * (YSIZ + 1) && i != 0; p++, i--, i1 += 4, i2 -= 4) + *p = last1, last1 += random () % 6 - 2, *(p + XSIZ) = last1, last1 += + random () % 6 - 2; + *(p + 2 * XSIZ) = last1, last1 += random () % 6 - 2; } i = 0; firemain (); //////////////////////////////////////////////////////////////////////////////////////// and the patch-ag file is this.. //////////////////////////////////////////////////////////////////////////////////////// --- src/aafire.c.orig Fri Apr 27 00:30:03 2001 +++ src/aafire.c Sat Mar 2 22:51:46 2002 @@ -48,6 +48,7 @@ initialize (void) { int i; + srandomdev(); context = aa_autoinit (&aa_defparams); if (context == NULL) { @@ -114,20 +115,20 @@ height++; loop--; if (loop < 0) - loop = rand () % 3, sloop++;; + loop = random () % 3, sloop++;; i1 = 1; i2 = 4 * XSIZ + 1; for (p = (char *) bitmap + XSIZ * (YSIZ + 0); p < ((unsigned char *) bitmap + XSIZ * (YSIZ + 1)); p++, i1 += 4, i2 -= 4) { - last1 = rand () % min (i1, min (i2, height)); - i = rand () % 6; + last1 = random () % min (i1, min (i2, height)); + i = random () % 6; for (; p < (unsigned char *) bitmap + XSIZ * (YSIZ + 1) && i != 0; p++, i--, i1 += 4, i2 -= 4) - *p = last1, last1 += rand () % 6 - 2, *(p + XSIZ) = last1, last1 += - rand () % 6 - 2; - *(p + 2 * XSIZ) = last1, last1 += rand () % 6 - 2; + *p = last1, last1 += random () % 6 - 2, *(p + XSIZ) = last1, last1 += + random () % 6 - 2; + *(p + 2 * XSIZ) = last1, last1 += random () % 6 - 2; } i = 0; firemain (); ///////////////////////////////////////////////////////////////////////////////// Now, I updated the graphics port using cvsup WITHOUT updating the ports-base. Then I tried to install Gimp1 ( MD5 (gimp-1.2.3.tar.bz2) = b19235f19f524f772a4aef597a69b1da ). And had the above error. I then updated the ports collection completely and tried to install gimp again. But I still get this error. Is there any way you can point me in the right direction. Cheers Steve Peck (stevepeck@pavilion.co.uk) ps Just let me know if you need any more information. //////////////////////////////////////////////////////////////////////////////// dmesg output... //////////////////////////////////////////////////////////////////////////////////////// Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.5-RELEASE #7: Fri May 24 16:17:06 BST 2002 root@Orac:/usr/src/sys/compile/ORAC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (933.35-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff real memory = 335478784 (327616K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di cs0 avail memory = 321007616 (313484K bytes) Preloaded elf kernel "kernel" at 0xc04ec000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc04ec09c. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fdbc0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xc000-0xc00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xc400-0xc41f irq 3 at device 7.2 on pci 0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xc800-0xc81f irq 3 at device 7.3 on pci 0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 pcm0: port 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff irq 5 at de vice 7.5 on pci0 chip2: port 0xd800-0xd8ff irq 5 at device 7.6 on pci0 rl0: port 0xdc00-0xdcff mem 0xde000000-0xde0 000ff irq 10 at device 8.0 on pci0 rl0: Ethernet address: 00:10:b5:86:d5:09 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl1: port 0xe000-0xe0ff mem 0xde001000-0xde0 010ff irq 11 at device 9.0 on pci0 rl1: Ethernet address: 00:10:b5:86:dc:a4 miibus1: on rl1 rlphy1: on miibus1 rlphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0: Email

     
    This offer = is brought to=20 you by the American Pet Plan.com.  If you no longer wish to = receive=20 offers in the future, please unsubscribe below.  If you = cannot view=20 this email, please click here: www.americanpetplan.com=20

    1992   Celebrating 10 years of = Excellence!  =20 2002
     

    The American = Pet Plan can=20 save you hundreds or even thousands of dollars per = year on all=20 your veterinary health care costs!
    All at very affordable rates!! =20

    Veterinarian=20 Recommended!

    Benefits=20 Include:
    =20

    $5.00 Doctor = Visits!
    $10.00 Comprehensive Medical = Exams!
    Lowest Cost In-Office=20 Vaccinations!
    Benefits on All other Veterinary Care &=20 Rx's!
    Benefits on Grooming &=20 Boarding!
    Benefits on Pet Sitting & Dog = Training!
    Immediate Benefits on Pre-existing=20 Conditions!
    All Animals Accepted!
    No Age Limits!
    Extremely Affordable!
    And So Much=20 More!

    VISIT US = NOW=20 AT WWW.AMERICANPETPLAN.COM=20 !


    This message is never sent = unsolicited. =20 You are receiving this message as a member of the American Pet = Plan.com or=20 one of our advertising affiliates.  If you do not want to = receive=20 special offers in the future, please click here: app= -request@americanpetplan.com=20 and type in UNSUBSCRIBE in the subject line.  You will be = immediately=20 = removed.

    ------=_NextPart_001_0002_01C23A2E.0244DFD0-- ------=_NextPart_000_0001_01C23A2E.0244DFD0 Content-Type: image/jpeg; name="index_header.jpg" Content-Transfer-Encoding: base64 Content-Location: http://www.americanpetplan.com/images/index_header.jpg /9j/4AAQSkZJRgABAQEASwBLAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB AQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEB AQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wgARCABgAgkDASIA AhEBAxEB/8QAHgAAAgICAwEBAAAAAAAAAAAAAAgGBwUJAgMEAQr/xAAbAQEAAgMBAQAAAAAAAAAA AAAABAUBAwYCB//aAAwDAQACEAMQAAAB3+B1HaeT15AGAAAAEbyW3GSA1ZAAAAjsJlebYMdkY3oA wArbdiySvs56xJTAZ/TkA85AAAAAAAAAAAAAAAADiqGIqql3x2RRmluD7d8mw0MbJO555zPsRlt7 RfQAAAAEEfvWL1sfyvn+bDbF02m8JLqq8Vh53dwvVFUkL1vvpJdNf0bOyVmNdFCWnja4xGpOdc3u dTN6EW06HS9Dhfnm24c5uuTR7ux0I3mr3byFH1lSsb9dZ9pI9pz+ivQhuq0f1vu34WzVc3eqWNJr HW7Y/R8vKmK7TbN4tt6D95XL7qln+jRoen0uJd2nHp8Z2CSDVLE7vVu2vn86X6CeIkyQ6e7kJAAA AYbM0axc3T+dGGR27xC55jeW6TFxyumh4fvlWshdbu+jcJsXbdBHv6PmcuAAAAFYwes8LC+lLH57 mgtviJU+0UDyitINj1ZS6uchYUTMIwM0zWSb2fYElm+V4kbCVSV8yMVx1f7Y5f8AMWnh6EhvS2de YoqDCe2V5ZBQZlPonq1VKtKE6s1ss2y2jr/TG4lbX2L6oi0O+b5UK3cZjWrNZXDkMMUB2WlId+Fc 2TqfmK33tLlOv6Q1Xt4RHweAR8HgWmtaszhQbOrnKxlktikHs43pLSXqRQypvZNK6O6Ow5nZU8Wm ltOgpXuEfB4BeWDtOE5gb6tAYDstp+D1CF8Wk68+Vb62oBWfrSgrQ0oK7zZ8Fb4NOCtdDWArXxpg V30syCt+tmQV/paYFe7WcBYutoQWbwNR8FX5X7KfG9V+2e+6Pc1lyZHJSqJXOTRRjzsoMvrC+JdN c2Qym2Cs/bOeUa6ghYln7a9bBlDbBWvgy8d87lYXV5Oeiz19GzHlJptZf3ZnCfElAuTfXXrmJjet 95zdVrmMpW/iXJmoXmXzeYY304nKbInzHZQI4SMI4SMI4SMI4SMI4SMI4SMI4SMI4SMI4SMI4SMI 4SMI4SMI4SMIqi7h863tU6cKrYv4kJjiNii+0n073Y2I2/N5hdJDNZHE6Soogwfg9xcC+yMMHb/O 0HvK4pBWdulnbY8AjXcjiN6G6udVAmlqe14DE49vlA1zMPDGY8Ua8u3XVsHoORTV1h3v176LTvx9 o2Rps+v0xGaTeXY/ujMmuvmsn7OPIAAAAAAAAAAAAAAAAAAAAAAADGZPiVbgLq4kGht4dIuWUvf6 UD4WJ+FAYxlfgsMhvzmYKsb085Vkav3qFz62M+izXHNvQQOIXXxKkxN48CnZ9J+4rDDXF9KJLx+l A5W5eZXVidvoPoB//8QALRAAAAYCAgICAgEDBQEAAAAAAgMEBQYHAAEIExUYERIXIBYUMEAQISMo MlD/2gAIAQEAAQUC/wDqb3oOgyj+RujzNIsyvkolr3FG+FWUW/CAYEX9oYwFgIPJVEfu7PDUwoEa xI4pf2cXdpZyv55BsSq0q0n9FUyiCI9FLYq5HuTy0MxTc6tbwn/x7esD+GIK0laaUsjhEog5qJcM wbU3mLjBR6aDVJkS8KgP9jkZK1zDX/FWffyevZRMY/DGo/kFUZDQtuysEEeiMzjU7aHy0oXH3IEx jh0ZRXvU7i02TLqbsKta5HDm6vNXnWmjHySMcaRIrbgyySzOzYVXonDkDUbYYScSpJmxZZ0N4et7 c5n1G4rYnyMfLFi0dckFjQ50i9d8h0Mpsz7azmsAvSi9o9HR0QhkT3JuJXEhQAmqHK7a+akp8rYE 8bK5A1Ce2Q2dRafteSCz4bGnGMSqPTJpPuevCNqpIypWAjkBUSptQXZWLlHoPZkKsYn+wuXpW0j+ oI6tLEggW+whlEJgssbYo3lSdiUISDE72Q5Pe21W1uAyDIi7CPwoX2D+6aTOj3PII6uFLXVejltR UlXpkWuK9BAbwUVxIdTG2JcaXKROrlV1fyCra+4pQ+OSlbyKjsch1JyJ/WtfEqEweNW1RF+xWFfx 68nt3d7d5kKQHRi6Ezel461C5A/FkrVlmxHi2yjetxKHxKAqazkkgX3vS0BksDk3Ds/REqNc9a3z JO7sMq2OySKWuqTpqpo1Onc6LcnAlHTFMrP+sfF1Mg/ifDJbpPsbgHRPFR4Lkk2kcJRUdSdQBTa4 tccHxafS3D8lBsrh0Wj1K+LqkCK3S3AozYRaF+9jgBuHJXN2kGNEiUlOEJfxLgSuIkqzG6vTSHqR xpAegWlsUccgg3s+Elj1tNrf0/aXpJMvYq5jrzDYjeNNvVoPj9E5e819Faxk7JU0Xr6TQqI0zBHu utbpuWw+YpUL6Bgpar5BWCm4oq92A1Ia1UCqyu67s+Fn27Ub5YB0/pKbyt2t2FP9hIpNWUomUCiq Z2i0YP8AOvbJU1LSupFJhYhr5Xx9ko5iwNkgZxV7Uktgcp2absVpU1K7eOStz20ReXRN1mLAx0jI merW+mJcnhkKhkqi9aV1Wknr9lqqAPlbrKVrySwN6daAlLFOCWVxWsrNWU6jkLaIMCE19VsAktbB qmrpLWjhAq2kMAlrM5HmGoTNiB+1sEDVRGCGMkadFFUs6ZSzMKpndTC0x5DsjWEBfGx2RMMdbUID HjZZbpCDQiwn/wAfspvyvUik3kDXY9HXdAjdrbagh20txwYklTZ8KONT2tBytH2rCDMItKElCJui CACdbkEMNNuOvxpyrShABguCDgEZdUDGUptCGHDR21ByAKrUhB22a4IKgEqvqvDiQ23BdKS71roJ ThbcEUmp7hghYRXDA/lBetfJgut4wBaBtt6BJTFF7V2YSdakIGeK2ITvX5ZhP0/JsK7E9vwUnQrq g+w/lyD/AHLuiCa0pt6CG5q0YRoQbcgugqrOhJwm+1oOlElvqvSQ+wlc57CVznsJXOewlc57CVzn sJXOSy54C/IFcsialWCfxNIrV2hFzjxWtGD1BtpMAjV88jysBEwYO1dMGM1VFrSjDTsnkDXgA+wl c57CVzkPs+KTlZ86/wBXHjfWTisUcbqrJz16q753x6q7PXqsM9eqxz16rDPXqsM3x6rDNceqwz16 q/PXqrs1x6q/N8eqxz16rD49eqzzXHqsM3x6rDA8eqvzfHqq89eqv+dceqswXHqrs1x6rDPXqr8D x6q3BceqtwPHqr83x6qzN8eqxz16rHPXqsc9eqyz16rDPXusM3x6rDA8eqwzfHqr89eqvz16q/PX qsc1x6rDNceqrz16qrPXqqs9eqqz16qrPXqqs9eqqzfHuqvhfQlblBW05GizPxExZ+ImLPxExZ+I mLPxExZqoWL5ZaRhSrZfHyrN69eqqz16qrINX0OrxUQ4aMEAX21hvz8OgDt4IpX89SvOpXnSrzpV 50q86ledSvOpXnUrzqV50q86ledKvOpXnSrzqV51K86VedSvOpXnSrzqV51K86ledSvOpXnUqxpd CHwrqV5qcM4n2RzBqie0hihYR1K86lePDkWwtzM5afmx9kaCNtqI05ej6leSKZNMVOBMWfbubKm8 qRdavOpXnUrzqV46rvDoW+Wtr+kaj0r/AJ4U3PCG54Q7H41FGkQpZGC0pbVs0BDceVgQn7F1K8dZ M3Mzt1K8bQKOxP8AP0zevnBpgDzx5OePJzx5OePJzx5OePJzx5OePJzx5OePJzx5OePJzx5OePJz x5OePJzx5OePJzx5OePJzx5OePJzx5OePJzx5OePJwxGlJLnbyB5jPHhGVut3I5uakFItj+/vD1/ U2FdkjsHQZg3SSRR1BJJ5MWuB28N0UNNnEKtv9lkgc5LFpLKXm2Qkp97dwH2FezlWbtIpxW61E6P qux5AZA5RL5JFKmmMosRmQBSE/XkS9FtEQjESl8WaZlMRt0mDJXZLcDW/wA5l81YWtclZuQKo11c pfV8jlbcRNExb+ufJtHq002zaC1NAHgiZaTwoh0swSQjWEJytbDr4/zn+NifzZawAlDFFIykgLHK mrctbInGSYbF49AUMPdj4XoEufomilUXWVm3LlK2Ft6qZqoejHNGyPIWyWw2JIoaoLWqFGQGtm6C rJaDyzc2wFGhhyqrEC2PucQbH1xeogheZnp3/wB3WtEExkLqeMoj+LEK5gxxVqju4NFmmBNpi8Ys S1qjOmrqq2EpDBDGuQyeFpJa1Cb1pLjGYu1xlrg7HqGtOlWzMS/bNf55wd70pSGDwtsHoZqUXSFs HvallHswDYaEHjTsE1n/ADpqN3oxkMzTKdiJoMLGWRvRa5sGaeFr/wCETQL5G0nfPiTvjTOf9mtM MkDklEcFE1CLEqQmb3puNwpuM+U6b6AWoxG4mZ9axU1j++2wzZZTWZrfjzMSIxB2UXoOv8/4+c69 Z1Bz6azqDmyQ7zpDnQHP6cGdIc6A50AzRIdZ9c2UHefTWdQc2QHOgGdAMCDQc2DW80WHWbLDvOkO aLDnxrNl63mi9azZQd51BzpDnUHNF61+n//EAEkRAAEDAgQDAwkDCAYLAQAAAAECAwQFEQYHEiEA EzEUIkEVFhcjMlZhlNIlUXEgM0NXkZWx0xA0UoGh8CcwNUBCUFNydbPB4f/aAAgBAwEBPwH8m4va 4v1t42++35BUkdVJH4kD+kkDqQPxNuNSbX1C333Fv2/62K4xzeWVevJGhJb1C3UkHpqvYfhfiJRl SXTdppbTamtuW56xK2wXdYIKdaDfvbWTYdeK5S/J72psWZUbW/sqIvYfA7/h+TI3b5YJBdui4BJS m3fVZNz07oPgpSeGn1dkcV+lYQsKCgfabSeo7psbfA8CQ+VBPqu9H5w7qu6QTse/vcD4aSeqtPeE lahGAACn21LJsSBoCdgLj2iodTsAeu3Bef5jDelCVOtOKUFXOlaNPiFezdV7dSBa+9+C8ppx8rQ2 VNR0LJQCCpX9nUSe5q6bXA+/jmPJbU4eVbS2pJvoHetr1XJ6blO41bJvffgyl8qQtOklpxKU3SsA hRSO8kkKBGr4fhwy8tTrra9PdShaSkEbLANjcm9vv2/Dh7+uxtr+qf8A4o4RripZZ2KnXVm9lFKE +0UpGxNrgJ9kdT4WKlvF2KlVmypLqlItcakaACe9cpsu4TcWPUmwtO/qyv8AvY/97fDjSgJT2yUq iFAQOpKUKJUrwvvYddh13twX1Mx0FOjaNrF7qUVJHTQkghH9pfQX3t4qfd5jSEaBzGFuXUlRsU2+ 5QuN+n+PEd0vMNuqABWkKIHThEhxTXaClPK5bjmkX1p07oHUgkpvq2Fjbw4Q+u6EqCbrYLosDZKh 4ddxb8D+3ZqS+vs9+UO0NOK9lR0qRo3/ADm4Ou+nY7e1vtGdU8yhxVtR626bfiT/AB/IOwvwAohK rd1ZsCDffbb9h4gUJLhTIEhHOUEgJI02IUNSSSo7j4dbcQJjsflh5LJc9YEt+w36ropTvsp1JAO5 UdRO3GJH3n39aygJK1XbaKlNoVYWSFFKQuwvuOlz+SjJXNdzQ+3l3i9aXG0lC00WcUKbXZaVJ9Va ygQdQ6i3gOPQdmv63/RxjH1wIc+xJ3euAn/pbbbXG/Xj0G5r3B9HGMLhHLH2JO9j7vzXx/H9nHoN zX0oT6N8YAN+wRRZ4Unp0Vy7/wCfhx6D82NSF+jjGOpAKUk0Wedle1e7e9/Enc8eg/NcqUs5b4vJ WnQu9EnWUn7iOVb/ACePQZmuU6DlxjEpukgGjVA2KSCnTdvu2O+39/HoMzWIWPRxjEhwhS70aobl JBH6P4D+HTbhOSGbCVFYy4xhqUACfIk7cAAD9F4W/jwckM2CtLhy4xhrSCEnyJO2BtfblW38f/zh eSGbLltWXGMNjdJFEnAg/eCGtuDkfmwdB9HOMbovpV5Fn6u9bV3uXfew8fDa1uHMkc2XU6V5cYwK bg28iThukhQ/ReBAPBySzaUgoVlzjApUnSfsSdukixF+V4jg5F5qnrlvjD83yv8AYs8er37uzY27 x/yNvQdmvdJ9HGMbpQUJPkWfsk9R+b8f/nw4TkbmsnlWy3xh6kKDf2JP7oVa/wCj/jwnI7NdF9OX GMADfu+RZ+jfr3eXp/w6bcDI7NcG4y4xhfRyx9iTtkbmw9Vt169fjtwnI3NdPLtlxjAcoFLf2JO7 oVa4/NeNh1vw3khmy0kIRlxjAJHQeRJx/i3fj0K5t/q5xh+4538rj0K5t/q5xh+4538rj0K5t/q5 xh+4538rhWSubljbLnGF/wDwc7+Vwzk3nCzpKMtsW3CupoM09fEpLJHEPKjNkpKn8vcXMKCkqGig zvaH/Fp5PifDhzLHMpxpsOZeYuK0klRbotTSFpWLOJKQwAkq6Gx+PFVyhzVkkcrLvF57wNhQ5+kC 3gSyD1Jve/HoVzb/AFc4w/cc7+Vx6Fc2/wBXOMP3HO/lcVii1bD1QfpVcp0ulVKNp7RBnMqYks60 haA40sBSCUkKsQDY/wBCsbYuWSpWJKypR6qVPkKUfxJWSf7+PPTFnvFV/nn/AKuPPTFnvFV/nn/q 489MWe8VX+ef+rjz0xZ7xVf55/6uPPTFnvFV/nn/AKuPPTFnvFV/nn/q489MWe8VX+ef+rjz0xZ7 xVf55/6uPPTFnvFV/nn/AKuPPTFnvFV/nn/q489MWe8VX+ef+rjz0xZ7xVf55/6uPPTFnvFV/nn/ AKuPPPFvvFV/nn/q4k4qxrDfcjS63XY0hohLrD8mU080ogK0uNLKVoVYg6VAEX3HCZGaapkCnJVi 9U+qRRPpkJKaiqXUYRbU6mZBjhPNlxVNNuOpfYQtpTbbiwopQohzGGMGlrbcxBWUONqKFoVNfCkq SbFJGrYg7EeB4jYrxrMkMRIlbrsmVJdbYjRmJUl19991QQ0yy0gqW444tQQhCAVKUQACeG63mE9U vIzNRxI9Vu2Kp/k5p2Y7M7cha21ROzo1OdoSttxJa06gUL27ps5i/GDLjjLuIKyh1pam3EKmvhSF oUUrSoa+qVAg/HhuVmk7CZqLK8YPQJEaTMYmtN1J2M9EhKCJspp5CFNuR4ayES3kqLcZZ0vKQduJ mIceU4RFT6riGGKhEbqELtL8pntUF5TiGZjAcKS5GdU04Gnk3bc0K0KNjx56Ys94qv8APP8A1cMY sxnKfajRq7W35D7iGWGWpchbrzrigltptCVFS3FqIShCQVKUQlIJPEypZlU8TFT5WKoYp60Nz+0m cz2JbjgaQiWHAkx1rdUltKXdBKyEgXPHnpiz3iq/zz/1cQ8T43qMpiDArNemTJTqWY0WNJlPSJDy zZDTLLZUt11Z7qG0JKlKsEgk8VGr5j0dLaqrMxTTUPOSGWVzu3xUOvRHOVKaaW8EJcdiu+rkNpJW w53HQlW3Axli43tiGsHSLm01/YXAue9sLkC/3kDx4g4jx3U3zGp1WxDOkBmRILER+W+6GIrK5El4 obKlcthhtbrq7WQhJUTbibOmVKQqXPkvTJKwkLfkOKddUEJCEArUSTpSAkfcBb/cMLTaDRalRZ85 xUl4z4z0l1sOITQ47ExpTjqW3YEkTpzrKXC2WE6IiSlTDomqbfg4pqVFxLmNWasuatnD9XxI/MXN 7O/z26VIl8xa0xuWXu0ojEhLWnSXgE6+X6ziTmbh1WI8fYojJYjzxQHsM5dhqPVA7GhuMIpTMtRU oxIK4tKS4ptrkJKpUl1KlabvOIqmW8djDVMajxHKXPh4ej4vmv0yS/iOFITPbnYjkQX3IqG4vODa IEV6nTppRTkLaagtSJMqTIi4vy6p9QoVTgs01iXRnMYYgSYuHlsBdb1OR8EUfniKmUaZTWURZwec W8p+WHHp5bkbqp2YGHKMzh96O92uVh3CNVnx7UwsSZ2ZGIS6xImVCaGG3HWqTEmKS1JLi+b5NiuI eW84kx8e1DDtTrsVOGUQ2KRCo1Hpgls0zyX2+VGip7fU5sZphK1SpExx5TrvJU4ptLSPW6AtVezJ jxapRqbg6W3EoVJwrBwgxXV0+QamzCmIQrEs1iHJVyI8ydJckKcfZjmWppCAxKa1lKTirLCo4hkT 6qrmQmMR4fpNMZlUd+dHi5c4bpquTGhx3GFhmZV5sSFGqRdZTJZjSZfZSEvPldFxfl3FNPcnUWiP v9pxliOqB7DUd6GuozEPx8L4WjNdjUW6NHTypjnqyxHcXymQ0tHOGW9Rw/RsY0qu4kdKafRXV1Ru OiO88uXUYra3KWwAy24GkJniO884saUtNKSkKUQOKdiik1Svz6zi6HDW4abX5kdLEV7sdVxTMcfm wJFeQ2XJMmJ2x1suNAFlQixWnWQyuUpbmK8DxIdTegUOnS6vHw3h7D9LM+hQlw6jVG5zk3EOKZEN TJjRV6Et02ns258iGtKpiQrmtJy6xFRqFiyTi2tFhqRTYVXqNDgMQV9jfxG+w6imMliIzyYVPjvP qeBQEiOWWEtNFI7tFxnTKrTJ1Lxc5GaYpcKbJwnBMWUulnEFWmtrq1Vqrzcasz5dRXEL5hOVBmfC afULstIQgcN44wyilxeXAw2iRNxXJr+IaKrDio1LkUylIhM0DDra48aU6mDL5Mmc+S7ICZr2qWhx CnkvVOtUOJKxdMwpUnYTEuOnD9GhOUpEaZJoU91D1Tedmw0sR0utoZVTFLlM9tqFPllTxS+HAP8A kf8A/8QAQREAAgIBAgQCBwQGBwkAAAAAAQIDBAUREgAGEyEUFQciMTJUk9EWI0FhICRRVZTSEBcz QlKBkSUmMDRAUGJydP/aAAgBAgEBPwH29h3J9g4IKkqwIIJBBGhBHYgg+wj8R+gYZhCtgxSiu8jQ rOY26LSoqu8SyabDIiujMgO5VdSRow/Qho3bCdSCnanT/HDXlkT9nvIhHtB/HhlZSVYFWUkMrAgg j2gg9wR+IP8ARDXsWW214Jp2HtWGJ5WH+SBjw1O2kqwPVsJO/uQtBIsr/wDrGV3t7D7B+HDKyMUd WR1OjKwKspHtBB7gj9h/4maNpaxdEYVgPXlWTaS2umwqO+wLqSe2rFR+HeDKxLNWSKW0JH/5ndIn qMG79IqysqDt6ra6njDZB7StDMwaaMahgdSydve/Yw1H5n/L9HkxI4cumZnignhwLQ5FK1qxWqw3 r6TxjH0mmuPHW0M2tyeGRvv6NK4iAtpxm+VaR9IeHxwaU4LmvK4mSrZqSwiTwWatQRyNBMUs1+rF 4jqf2csSllTvpxNyZynFUmtr5/IlDnJOWrCm9QVrkU8UDLJCwxZ8I1eScgyOlnxaQbuhTa1tpWeR cZj5+ebNixamx3KuWxuKrV1s1a1qy2TlsMJrFqWvJEEp1asm9Y6oexPLEU6Ucco4g5X5V8n5pzT3 8pfpYHmHD0Kc9B68Av4vIm27O0Nqkzx3DHVESSF0iill6r1pVi6MlXlennsLyjXx2SzNajnOd8rj oq+Qs17VWhTRYG8ZFUhrV9cj4MgTgWelaljCosAfURYXlm5mqOJrNzDHMbmaqX6qQR5K0xp+IbE+ E8PWhOtvpxw3nNeUUx1raxPFGIWq8g4mTmDkrG2pMglXmPEWrl9K1/HTyw2qda5I/gr0NW1TetNJ WUp93OQjt96Tpt5i5dxWP5dwOaxxvrJkLmXoW4rliCwrPjbLQJPB0alUwLKELNC5sFNVUTNtLvy6 xHos51/WGrD7R8r/AHi9TUfd5HXaI++p0H+EHaNWGg4yQxfPt7mbmcJZgx/LmDxMQieatUyGYuDb RitXJ2FqKuJEgmtWtotSapHXRwJOtDSxPK9fl70hXaqS5iKhZ5cqY/IGdYbCUMs1+zNFF1KTxQXU mxccM9zw0hmrmSGGOsks3V9ErMvO9IqxUjE80kEEjQrytmGU6jv6rAMNO4IBHccYTmOpPa5C5bQ2 Lt6l6Q62TmyNgaRwR28rjoYqNEu7WGiUVjYkeRYAZbMiCJhGkrQcqUOaOcsnHckyO61ztBirLxGG pUrVchOUNjzK3HNBPkpJC3hMYqixOIZHRZwWEeP5SwPlPMGSyT5aV8LzVj8JHFTtVKy2qluSaNt/ Wx9ow2B0t4nDPEo1Xwrkg8c44OHl3mrN4GpJLNBjshJVgknZDKyeqU6jIkaFgG0LBEB012r7OMty bhqXMP2Mhu3lz/neCw0NycQtirZvt4XJWgixRzVoa1ySI1A00xlrB+o3U023+T8SkGQuUZb/AIbF 83QcuzLZmrmW3TmWMLajZKqLXs9TqkoY54kR4h6zRM02e5I5UxC86GFs9Z+x+fwtFy9+jH4+nlEv yPXH+yP1a1CKJj8bsni6ku9aLpDpPz1gKnLPM+RxFGSeSnAYmrm06SWBHLEr7ZZI4oUdgSe6xJ20 GhI3H9BrMSl13aPGNSGBUFfZvUnsUHfU8ZHPVpgac0brXO4mQFXBI90j1W01PYdvaRxaix8Djw1i di7K7WNqskSyaBozCgDM6tqToAAPz45ehgir6xpJq6KwlnUJLKv959m5iik6aAn2afonnLELQbFn LYpa/i/FsOpAJjZVOiC8wIldY4y6RxOzRRdSZo0R5pWdPShDH5DtzuJ/3alhmwzM1Z2pyQWmuxHe xLSqLL9Qxyl4zoqldiKoPpRjMUkBz+KMU2VjzcqE1dHykfR22m/PSCMGP+xI36x+u+q+lNRdyV5+ YMVNLmdhysVjwU9S+8YIjexUlVq7um99D0x78gPZ3B/rGqeAyOL88xAo5a1Bcu14/BQxvPVBWqY1 hWNa6VQzCCGARwxqzKI9vbiP0kQQ0MdjoeYsfDWxN5sljunNXSWrfZlZrKTLpIZDtUeuzLtVQF0R dE9K4iyC5SHO4SC6ILNeSavBjIGtR3K71bPjDFErWmlryPGWmZiiu4j2B31T0r9OxirUfMGGjnws FmrjXjixsXhoLUUsMsapHEse3pzyhfU9Vn6o++AkF30h0chj62LsZvFGlTnsWa0SSQJ0prcsk1lw wO49WSViwYkABFUKqACv6QaNXE28HFm8WMbfnitW65krnrzwKVryNIT1QYA7dII6qu9zoSza4rn6 jhZJ3oZ3GqtqHw9uCaStYrWoNyv0rFebfFKodQw3L27j3WcGL0kVYVyUUeawor5bwvjKYixyUnai JBSdKaRpWjNbrS9MLEEJlkMqyF31xHPmPwVwZDG5zGwXFhswJMZoJCkVyvLUsqqyFk++rTywsSpY K52FW78VedsVSydfLVczi4btS5FfruJYGSK1BKs8UgikLowSZVcI4aM6bWUpqvEHpclrENDzJilK 5pOYULLQl6eYUVl8dGJo3VJWFSvuIGg2HYF3ybv6zoOhcq+eYcV8hkYcrbiHhAs16vt6Ep/H7sqT tB0cyTGXf1G4uelIXxnBa5jxsn2klpz5k7qitcmotI1aRiANjIZX1EexWJDMu9VYXfSZDkEgFrmD FST1+jsv/qK5MiuyvAHyIQXCInRXA6wBkHUfc43cT+kqCwixSZ/GdPzTzmVFesq2snshj8VZA/tT shTSLtApMrpEryys1r0ppeXMLaz+KmGfs1beY1asPG2aSzJVlcrtMbRCxPp0OkGMrF9x025nn6jn 78mTymdxs92YKJZVlrQ79vu/dxbI10B2gKqgKANNBx9pMB++Mf8AxMX83H2kwH74x/8AExfzcfaT AfvjH/xMX83A5k5f1GuXx+n/ANMf14sZfle0rRzZikUIITp240KjuT3VtW3e6A2o9h07njINhI9i U8lTsR6NruuQb11b1QWL/gP9fy4pTwV7ClruPaEOGZXnptu2nVe7MxGn5cYnLYmvM8k+WoDVNo1t Q/8AjoOzaADb+wcfaTAfvjH/AMTF/Nx9pMB++Mf/ABMX83FezBbiWetKk8L67ZY2DI2nY6MOx7/0 eW48dhTrgfsESfTjy6h8JX+Uv048uofCV/lL9OPLqHwlf5S/Tjy6h8JX+Uv048uofCV/lL9OPLqH wlf5S/Tjy6h8JX+Uv048uofCV/lL9OPLqHwlf5S/Tjy6h8JX+Uv048uofCV/lL9OPLqHwlf5S/Tj y6h8JX+Uv048uofCV/lL9OEo42RQ8daq6N7rKiMp/MEdiPzHG3BiOWYjHiKB+lNITD04ZNQvTlf3 Y3DEAqxDakDTUjgY/HkAipXIPcHpr3H+nD0cbGjSSVqqIilndkRVVVGpZiewAHck+zg1sSsPiGhp rB0xL1mWMR9IgESbj226EHX2dxwMfj2AYVK5DAEHpr3B7g+zgphFkaFhj1lR0jaNjCHWSQaxoyk6 h5B3jU93HddeI6mLm6nSgqSdKQxSbFRtkqgFo209jqGGqnuNRrx5dQ+Er/KX6cNQxyKzvVrKigsz NGgCqO5JOnYAdyfw4jhw0vT6SUZOqCYtnSbqADcTHp74A7nbr278eXUPhK/yl+nElLGRI0sterHG gLO7oioij2szHsAPxJ7DiGvh7GogjozFQrMIuk5VZBuRiF1IV17oT2Ydxrx5dQ+Er/LX6cS08XCu +aCpEm5U3SLGq7nYIi6nQasxCgfiTxHFHCgjiRY0GuioNANTqew/af8AoL0dqzDZijARek6op0Js u0baAkSp0olYjdu7yexl6YKS0YbNPD14BGGt16axiPeu0zpHoBv127C/97X3fw17cJhbYp4qi5Zo vFLdy+54NryBjOyDQdSUPPoCd3ZEGg19UGDMO12ZmcTRSW3x8azItORDEYqaSqHJfbqZZFmij1mI LSlEREfH5eWK1DK0zJZGOqHfbDaVtFfJ2Nu8p1pmMkW0BQseixapxNiblhrasvTS3kIIm++3JFh6 m1ljhj3EKZ5I9Sm0bes4KhQd2Kitw1XN0yNYlsWJum03X6SO56UMbliAiRhQBu0BJPbXQVcO7wWJ sjGZLU96TINVEqdFpIyRTjaRBueOJAoCs/TDE7kbTU+BzcNRIoO0jU7c8zJYWJ3zFyYbnkcMN0de OSV4QrFGdI9/dV0s4/Lv1RFZsqu3HU4Nt11kEMZR71526g3WXO6Md9zgatqDt4zENuxj561May2F EBYsqiOFyBO3rEanpb1UD+8R7OJqU8FWKvQkkA61SNtzr1IKMYWOVKpOiJJ0wdD73ruVbcEAFHJy SQrLZmSu9y3bn6VqQSQwGNY6lFZN29xrrNK3urICI+2jcZepYtUEoVtxSaSvDZlaUdRaaupnbc7b pJXVdvf39zbm19tnHTQTRTUA7NPLGl+Xegn8JBGRBBApevFHCH29QRNFIyj3mJPBxl0zPrLcKx0U q1LIuB50mnMjWrZDuimRNyRL2T7tfuyCFKw1rMiUI70IkZH8XYkE5eNLUSlYVEchZiCWEwCN04pY 9F1XT/sn/8QAVRAAAgIBAgMEBgUGCQgFDQAAAgMBBAUAEQYSExQhMdIiMkGBlfAHFSMzNCRRYZGh whAWIDBCQ3KU0VBSVFVxdYLhJSY1QGI2Y3SSlqSls7XBw9PU/9oACAEBAAY/Av8AKkkUxERG8zPd ERHjMz7IjWYx1S05YYoliagFiYjrxzIk2csQ4jAOoQdQ4VzR6I+1eCyGToKtO5d4ebJM2GUxsTRA lp747iawN59uqF7HWj6BWoR0nTD1DDAa3aVnzRyzCziJHbYpiY2nQVcmK6tp23ZWQJLW8p2+wmCI 4F3j0++BbEcsR1NoPx/mjYwhWtYkZmcwIAAxuREU9wiMRMzM90R3zpNms1b69hS3oeooYpyWhDFN WY7ia2AUGBDMwQzEx3fzDspm8jSxOOrcvXvZCyqpWVzlC1wTnEAQTDIQWO/MZlAjElMRqveoWq92 lbSFirbqOXYrWUNHmW5D1ES2qMZggMCkSjvif5Yvy+Ux2KQU8ouyN2tRUUxt3CyyxQzPfHdE+2Pz 6/8ALPhT/wBosR//AGaCzSs17ddn3diq5dhJ/wBhqiIC90/yWVbvFXDdSykpBte1nMYh6iGZEhYl toWAUFEjMEMTExMeMaGtjuJuH79k+4K9LM4608p/MKkWTMvcOgfmMrjcSlh9NbslerUVMZtv0wZa aoSPbv5RmZ279tTbxGSoZWrDCTNnHXK96vDggZNUurMauGBBjJBzcwwQzMd8f94qVF0mWXZTqFzy zpIFKJHnXJxBHzmUjM7QOwRtuXPPLkby6A4y1WuyFyR3JTilQkDhYQ7snk9A+aeYOWPYUauZTK4j H5CzHpKe1O/JMkU90bxE7SU7RO8e3bX1UsyNRtRKYnv6QpHuFfjtHjtt7O7R9mEldCElzTMxMGvv 3Dv8PR238d/DVWbEx1iCBbtzbdUPRPx9vge3ftBR3zqJif5m/h8Ip9jOcUVsjUWutEy6rgcfSZf4 oyhberXqYoCrtZuMrO8kg3KIGf4u3Xc+W4JcGMnmLc2YV8GzDO/spELONGIj0VUEzPezTM5xJcdR xSWKU+6rG5TJLrk9gqTNgcXTusrrY4wSLnACpcxaufqMAZTm/wCNgOpWHurqFOLzU3ZNBgtpnjzx wXUVoNgrC3YQqq5nMpDmtEgijxQ7iuoeJycNmjNZF2zed2dkJsc2MTWLIV+zNIFWCt1kAg2KFpDL Vc453hbKKymOlzKxsAHJai0qAJtazWsrTYrvAWLPkaseZTFuXzqYsyu4e5krNrKYugzK5elhsTlc 67DYxMATr2W+qKdwcehQsWZ9pJbemwGQuQKCn+OFTJRkOHOyHe+scXVu5X8mVzddnZcbWtXt60gy LS+zdWrK2jYBcrOBzWcqcXILGcPzjwyj3Y3NUiW3K9t+r0V0XsbWsX7FmMfdIUUFWWgFc2NEF7FN R/EnEuWo8J5rJjGPzmMw+dltbMY47EdmbK8JkFVrPIu2PZcggZsV+d9WJiF2B4fng/InZ4Oo4xv1 flMj167G1az7HbLlyb9eixM9pC018srVUh6UqWuvARFOWZ5qcfkbzsbQztjD5lHDty/WKAsV0Z11 AMYfRKdmP7R2Udi+32GZheQzmRRQrOempW5+drrtyxO1enQqVwbbyFx8/c1KSH2G9/TWW06Xwe3I 3cTxHYgJp4viDCZnAPuw2JlPZZy9GothP2mEK5xa8twSs2CQjSHi/LPxEZAWTTb9TZ29Wd0vvFxb xmMuVheG8EVc2i+FkLOn0yEpxgWeLUzGWq07tdqMflrCVV79dFusV1iqJRRbNeyhrqlrp3KgsHtl evvpViu1b671g5D0mLFOS0YNbVMCZE1sCYMDGZEhmJidp1xapoCxbOGs6JgcQQkM4u1vExPdMa+k yrlKNPI1TqcLrOverJtoJbCz0MAlPBgSJ/0hmNi9usxwlwq938U7ee4so3sYDDbRDHY0ckyi/aZI BZj7FevWRcn7U181bqTFqYKlhb91z85kVm6lgsTj7+azD0KA2Mf9X4utasKritTT6zxUsoUzkIpA oi1xjjMuOQwVLni06pWuOtoeBLDsTcXCPrJd+TakRpsqjYLqqKA6bBKeKMjm25LF8ODhqeM4XxiM XmMuQ75GTZbvrwtLICi9ciQNzm8iErhVMHtivLWa+j94iMOOrxMo2xEc5LU7BEsJLxkQJ7pGPAZY cx6064Vzp0aVfO4+jwdGOyKkqRdZ2ujWXaqzYARa1RoltolERR1KwuiIIN9Z93ErW3rNaexULtzd li5j6HEGLim9jT3Jx1m9amL53MopjzkTIMyum0xAQ4szRmZlAiIDSxUyRFPdAxEbzM90RpeStZPI FhGWyojxDU4fz9zh6bIMNJLVma2Nbj7OzFNDnpvsLk1MCCk1kMFxdN/tPDoUfrOcnja1zLLnHwHU O2CsXXuWWIUuCY41pKEADDdyCs5G9lkcXqZUx7VJeP1VnE2ya5bXANWjZxiblwRWkze6slqKg8s2 2ogwkizHCmVXlKanlVsbKfXsVbIiJymzVtLTYSXIQmEmvkaE86iMO/8AgsYe9kLNrL0se3LZDGYX F5POXMbi0ALHZDJrxVS3GOrLWxZydwkzINUYiQsGZTneGcpXy2LcRrGyjqDIOXt1EWEPBVirYXBC R17KlOETA5DlMJnJMjL27ePwtoKWZzmNwWdyfD2LtsIQBNzOUcdYxoTJMXEmFg1L6q+owIONM4om 7FnAro/WU5HGIs5hZ0OTqTbQvFJuWLKBX9qZ11MgFQTC2ACKMjla3F6m1cWdddqJxWdRaJlpdlyQ q0rOMTbvfZVLDHHTS5dQA6lw0AQlNniitxVU+qqdkaVnqouqyAXDWbl1QxJ1oydhrUqa1MVqroap FhiyIK75XcbwlmQyJY4ljernXtUrdbrc/RYda4lDSS7kPpvXBpkhIOfqCQx/MdpuN6SeotfPMTPp MLaPD2R3lP6InxnaJ7R1ldDbm63UDpbb7b9Tfk237t9/HRtG1WJa/vGQ9UgG/hznBco7/pmNWW46 mGWvUpGzQKvyvZ05asbfZyEvS3AII4XO5dH9E6sYbMNGsRyRoglkCO4PTW/0edZjMTzCyNv26uXD z9Ma67RJ5lMA5hxxJQsQX6XdHcPd3wO/6dIuVXE8IXyzJfeRvJ7bx/R/Rt+nUYzHh2u9yxLQAoLp Lif63ae4vS328du+dDy+jG++0SW3NsMSXpTPeXLvPs9gxAxEQMTOo/mOLOLEfR7xHxlw+im7gPhi 5jGcPRjTo0rbh4ssQOVy9I3zlMwrsnXUolMo41K+oXMYBNPJUMjgMRl3sxFnH5Y602UYTLvhuEt2 m1LFqmbKTRpssWEPdArXdVBCRMGOM1TPijFfsz2KL/7a+kZvZa8WLR8QTYd0g6rpppolU6rNuY4r FuSImZhJERL5ZIpn6Y2sr1+2Wl8V0zfKw6zKieEUtr1yZMc0pU+zYate/KLXMOI5imdfSW0PTKpb rXq6J9Unhi7pbbf+clChnbvnaNfSjNSMDk8tnqmLPJWOI8lfqWDXbPN9scjseMyPaetYtgd2G9ER Ls3LJ85dPjzBZ3M4vKV7yMlksaGNO2QVTbh217ol2uvX5etKKxiK4IeaGFOxF3/SCfEuOrZepUoY SkuheHq1ebLjmltuCuZ2XeRXqNr1Lq+W1UC5a7M1UuOZx/DPDFEMfi6fFdFqq0OfYPqPr5hr3NsW musOaxjJmTawpgeVY8qwAB4Kp0GGv63vRir8rnYuwlkeIsgYSUd8A51CulkeDFsJRbgZDPA3D167 ax68abLIWcdKO0IyFa5k6t0GA9bAIbPaXsMSESkzRYgpiNj4HtZ/jrK8KVuCvybErpoHKZXMQpWO iBpK69VgZdUY6uQZXvr1SZ1LQQJBMfR1msjiGcOsdjOEbGPoOtxYyaaUcU5hlZ+WhSVqpZRh85No IbbGmEJA7U2OspXCMDO8jmcjP/w+NfQwqlWRX2qYCycJWIb2cjwk67kHTt/WXLpnZsF4sdPOXfr6 PYYzch4QwS++e/ZWPSsY/wCERgY/RGuKeWd/+rmb/wDplnX0jJjOZ/CANXhsWzgbqaDrItnNxsyy dSxZV0uSekdRtZoyxk88+jyWf4t4uK9u56FzJWXvu5KyPNB8jLdkmGCpOBMkI6KCMRYS5MYLXF+W TGNuZq3U4iShebuW6qkqTmKCwTWbWpX29WrQrRVSnpQPZFt5mRIRB8Z5jK5XDtxfFrO2/VeMbeZ2 S/F6xYUW9qpVDkXXuWK8mOxnsrmDYY5eNZmdt8Djo/8Aftd06+j6fzJ4n/8AmcPa4OtcV5HiXiOt WwOFtVcRkMyScRXM8ZX+7p4tGP5uQJlQm5jXSn7NjTEi5uJsRQrpp0K2Oo161SssU166FZKhyKUp cCAAMR3QMa4qw12+eLo5DJ8R17eRBgK7GhuOx8OeRMmF9IAiZfDCEDTzgRDE80Z/hLhyzd4j4cxe crMs8VZIZxlU7r8pSd9XcPYr8rcaFnI2LTHvrLBll7g6xWRAb6TPfkwP0gLCJnwEm5o+WP0czCnb 9M6+mS06tXO0WIVRh5rEm9kfi82x9aDnvhLjBRNXHosJS5OJ5A2+kpRnsHPweYDM93MQcSwyYj85 QK9/7Maa0I6hLUZiuPE5EZKAj9JTG0a+k+eIGxcy3EuGC5YJs/aWazr74y4jO/NCybkKsSIzsA9O I2gI2+kmvwllctcsZUktKzdYnr1k5K3jcG4a/ZFIACRjnuIrMDDSZ9ruEAsV/SBBiHNax/0hWmRM R3vXhZWk5/8AEHZkcs+zkH80a+kfE22GyniS4gXjOeZmEqvYGbFiorfuhQWZOzyR/WXGF/T19Jti xVrss9nwVMHsWBOipaTnCtVhMo3FDyRXlyo9FpKXJ78gcvGdx6EnZrYbGhUeYCTa42bLYsQk5719 YVgLOXaSGOWfR3jXHa4mF1ywGW2WPohuriXFiraPD0AMxH80TMRraCj9f8xl3EfTmoCbSznw6i3r iB/44OQGP84h9ndOYOq17Sxsb2FrGdkBzTENIInvj0Z8PVjvLw0arJH1IjZPPBiot/6yJ/N4fp/T osZYaxbg6jK/K0+RqikiIdoLl3HeZiPGYn26r2Qrp5AZ6foh6fjvPdH9Hfu31+Xdnfh77RchpCpR g8fBLOkIdSOTflP0piY2n1tfVlGZphsAlYpuKq+OWPYQzEdOYnvHYo8PbqMbh6Ny3kECXUt9U4g7 LuUt2Ht9rtEeqPoz+ffQny9PrQLul6EdGWekaeUCLlhR8yw35ZJcAzkGDiNB7tR/Lu0OE7uOxeWu pbWXlMjFlg48HLICtVk1o3bcVvE1+oYKWzZpw2A6J4nhfLniLH1HSTTrXsTNsO2wJNJr7VW0qOhY MiFjTXYfFhzHNkUdwzSyqL+Dw0Y2meOAyG9cuXa3aWWUFYIU11o6UtZyIDr8kud+UHEjsfBeSymH Zknqo0rWb5bshYr0H1bAWCrSHN2151QCx9tKp3Y8eWShQcSfR4GWwdic0+yaclIXwGvXyC1DdBlb kmWtHs8dmIXAM9cpZH5PAv4q4ODKYi5/GHtshbhd1UVjyFBeNtc6eQurEV1wadjD7WNj5gnuzaLO Qx+RqZgqz9667KXJfWFq+WQaJLYpq3Tv6QkBBHccHPI7iX6NuJsdia7ydHZMkFjevUsnBtxpAupd r5CmJCMo68IYvponm66RszmKrMsvL8TZ2sxN7LXllVpwTK5VVKq0qos7Pj6CmHNemud3ON9h7uvb e3WeY/J4vJ0+IAx3W7OFuvZrMxcZDs8rhgGtwN7eYtEiXI8omJT3gVfh+ldo0a431X3WLY2Wsk0r elalqSMDA/lEmTCZM7jAwG286D6O+JLFayisDBpZHHw0WKObr79az0bARyOrOb0ygWEFlHOBdOGF GrWLxnHGLocOW7Mud0aBXbwlsIHYpU79SalK25QiBH2uwiJFZsRZ6Qxrhl2DzykFgqUY4hzli88z WDQaF8ba023PvnI/lMvCO0SCjl8SO08M8SnxhjcjmsXVpV8lZydCaFeJx9112uWMp4yuyCTB2XSx FpoMY3mZ2sAaKK2Exn1tjq44zndZtur2Oe1dcoUNJVVUkFZGwyYjL3nuzkmfsudvCHBs5fC1F8L1 6qiudK82bfYMf9V1JBXKHQ/JOYnbm3mdMcnIA7FheHr1itYbhaSccFin1hU9FYYWlkrcMEtnJGzA 3Md45hL0uQclicQePXYylC7jys5NlnpVRuVjr9YUVkmVkghhT05bXjeI9Mo3HWdsnmeH83R4gTQV cUAZClZrfV7LMrdXOVWFtmF27EShgh1S6f5QrYuaf7X+Go48+jviChhMi20eRdXyUWFhXvO5u2Or OrVb0ORe52FYpWqvTmXPCTNDYSs73FOaDN8QPSFUm1K0UsZQqAfU7JjqsRH3rvtblxsQ+4QVxMVq q11hl72Hz2Ijh7LKisxjK1pucVTCyNlQISQDj12xGCr9ra60n0u0dgIohURvM6xEhmMDhKOEXeXU BgZC7ZsduZWJjXmKq61zIU68QgBZ0y6n27YIeXGYfNljXWMTjKGNC3jDs9O4NKsFbrnXtIAqpnCh KVC6yO8l6YxsOsjw9jHUqh5PpLdauw8xSpT0WPs1IDdhnKoD0jCAGZL0p7tcUcAWs1jS+t7BZChl Ki7YEl8nQbNS2gx9Kq4sfC2NU3qQmw0eie0b5Xg7IcU0IF9mLtCnTrEePG4LkOkr199ReQNDel3J QlfQfMWJKwMTXLJcE2cph7Fm5XylSmSFXIp0VZbtHaWteYDYut3tGwB7NUAeRau/03FxnjVZbCX/ AONNJSlMld5HY7C1W63UYPIzrq6F1h8kSsuqlYc8C0zXnRZlaF2vnV0RadVdhNiu3H9shBr6omtg zF5vNBbbSITG/eM8SZPMcRhlEZnkFVdB3D7Q0Xk360yHahjlvyMyvZZWe5zuayXo6njj6K+KcZgZ ZYfa7FlAsjFHtnN2yknoU8gi/jm859OraQnohIL5zNQWNZXEca5o+J7OfrFUysrTGPxqK5KNQ1sT QVuFXpdU2zdLmvWbHK5rBBNSvW4k+jzDZTh23gM8+72fMZFmSrZbG0smpSL9csXWoWKd4ySsukyM nSiGtawgkSBS7nBfDrlss3at4bWSviaxuZHJp7NayD1V4ZIwCeQK9YCnZNdCDeU87y4mUrKYfIzn 0VIXMhdrxWt0RuAgj9BnVQUXj6oRIHusIAo5imMzfDK4fJry+PGtKoC7VJT60m2ofP03QSpMum8e WC5C6gTJB0zv8ROy+LvDlKdunbQhNtBhFq5XvdVJHBxMi6uI8h7RIGXpRMRodynQ7/m/luqhO02L aF/m/q3n4+zvCJ9vh4ayirJ5AW5+hOKtuWgXQqw1prJ0DyiK+ko4IIOSgiiZiI9KNHPD+Wbkw9Jk MthzuW1nfIS5X2JhG+/etcDE8u87RpKrcADOcCWa9+U45oiYjuj1o37tTWNkLcQ8yt/Hx8R38fDa Y9uirsZDBDnJcwMxKmTHL1fRifZ4eHt7u/ufaTxPkmyx/SAG9MpXBnExKzGIIeXbl5Snbb9Ol2bB c1t1dBy20Xf1SiC9HmHx3749u3t8dByFBR2dXfE92/Ofs27u7bu3L8+/fyiHz7NR/LsVXWMp1az2 128uMbMdRJks9p5++OYZ2n26mIs5X4W3z6n8oye3+7WebW67GR9+OZH72pWVjI77bf8AZ7Pzf2tS cWL+2/8AoB+bXe/IfD2ebXdYyHw9nm1v2jIf3Bn+OuUn5L4czz65+0ZHbf8A1czza6cPyXNt/q1n m1JdoyHw9n+Oo+3yO3+72ebXJD8lv/u5nm1zQ+/4/wCgn/jrlKxkPdj2T+9r0bGQ+Hs82t22Mj/w 45k/vakBs5Xfb24xnn11psZDl33/AOz2b+z/AMWuSbGU32/1Yzz6512Mjtv7ccyP3tcpPyPw5nm1 vFjI/DmebWx2Mp7sYyf39SK7GT9+NZH7+udr8j7scyf3tSA2Mpvt/qxnn1LBfkNt/wDQGebX3+Q/ uDPNrl7RkPh5+bXP2i/t/wCgH/jqPyjI/D2ebXLFjJfD2ebXP2jI/D2ebWxPyXw5nm16NjI/Dmeb W/aMh8PZ/jrbtGR+Hs82txff/uB+bUSVjId35seyf3tRBWcr7sYzz6/E5b4W3z6/E5b4Wzz6/E5b 4Wzz6/E5b4Wzz6/E5b4Wzz6/E5b4Wzz6XWq274OW7qdSxj7QDA8hDMRCxdzTMyM+kPdy93rTrtB2 4kREAiUVL62mMd7Jb+TLgyKZnb0o22j0u+dQdJuYVWghnlXXjnnbuKdmWRH0oku7w8N99KaH1wXT YBbupogthKJ7uW4XsjaI3/VoTsryZKGJiIimnn8dx2/LI22mfZPs16J5SU/mZRTzz4+ttd7/AGeM 6kVnfVEzua5xySUzbw5gm4UbxPtiNGdlt4h3GQFdEO7ljaN97QeHs28No79QysVroiACMNq9NkbT Mzzcr3wXfM+lzDvH9CNu8ZuNuxt/mUyP97UQVnK7/wC62efX4nLfC2efX4nLfC2efV2hgLFplnH1 1WrIWapV+VLmSoJjmKebc48P8f5Fm/bRm2WLTmPaX1w6I52nJlyxyeiPMU7Rruq5n4w3/wDXr8Nl /i7fJrur5f4u3ya/D5f4s3ya+4y/xZnk19xl/izfJr8Pl/izfJr8Pl/izfJrvr5f4s3ya/D5f4sz ya/DZf4u3ya/D5f4s3ya7kZf4szya/D5f4s3ya+4y3xVnk1318v8WZ5Nfh8v8Wb5NelXy/xZvk13 Vsx8Xb5Nfh8v8Wb5Nfhsx8Xb5Nd1fL/F2+TX4fL/ABZnk1+Hy/xZvk131sx8Xb5Nd1bMfF2+TXfX y/xZvk1+GzHxdvk13Iy/xZnk19xl/izPJr7jL/FmeTX3GX+LM8mvw+X+LN8mvw+X+LN8mvw+X+LN 8mu+vl/izfJr8Pl/izfJr8Pl/izfJr8Pl/izfJr7jL/FmeTXfXy/xZvk131sx8Xb5Nfhcx8Yb5Nf hcx8Yb5Nfhcx8Yb5Nfhcx8Yb5Nfhcx8Yb5Nfhcx8Yb5Nfhcx8Yb5NTNetlt/05Vs/uamEJvcv6bh l+5r7q5/ei8mvurn96Ly6+6uf3ovLr7q5/ei8mvurn96Ly671Xf70Xk1HbUZKf7OQMP3NRzVcxv/ AL3b5Nfhcx8Yb5Nfhcx8Yb5NXrnDarqn5GuutZm3eO0MqUzqjyiQxyzz+M68f5E8u+vAvn368C+f frwL59+vCfn368J+ffrwn59+vCfn368J+ffrwL59+vAvn368J+ffrwL59+vAvn368J+ffrwL59+v Cfn368J+ffrwL59+vCfn368C+ffrwL59+vCfn368J+ffrwL59+vAvn368J+ffrwL59+vCfn36svx VkbiKtx1Bj1d6SsIFZOhLPVaA9SB6obrIoLkIh2KfCfn36LhkW3Szgn0yx4Y28TBmExYmSYKpRAQ meqTZb04DvktVYz1ixS7b1OzF2Oy8W9GFS6IKuDYgl9ZfNBbet3b6XYBVlYNGCAbKGV3cpRBRJJb ytX4+qwQOJ3ghjXgXz79eE/Pv1YyuTNqaNWIJ7QQ+xIQRQMTIIBhxElMDzTEBEzG5Rvqrl6HXmlc Ezrk5RJM1gw1dTplPNAnISS5n1gkT8CjQZfKWTXQaSwU9CHWwYTY5lcpVhYEQwY3AiIQL2FOql5I uFNyum0qGhK29J6xavqLmdwPkKOYJ7xnunvjXhPz79Vq+csWajLsHNTalbsDY6fThkLKstscwS1Y yM7FuUbROlYF9x9DL2ICa9HJ0L+OZYhkzCugdxCkt6hCQLgGyTGCSwgjiY1X4Vllos1ZCWBWGnZ5 BTCmOlx2DEE9LppOecDON45fW7teBfPv14F8+/XgXz79eBfPv1YyN7rBTqKN1lq0sd0UrjmNhAvm ZyjHjyiU/o0V3FBlshUFhpl9bC5Ri+qECRhE9m7yGDHfbfx28dXZojb5sfZ7HcXboW6DU2emLZSS riks54WYGUcvdDAmfWjXqfs/56+7/Z/z193+z/nqcll5bXoiYLOwFZzxWbCgFwcIgzjnKeWJ5dt/ GY1Rv2LVqpj8mUjQv2sTlEUrBRJRMDaKr0R9Up+0IY5RI/UjfQNVysWwBYti5g1sWcQQGBiUiQkM wQkMzExO8TruGfn36NcFEmvl5wgokgg+8Ocd9x5tp5d/W2nbXgXz79YjCX7Jhks20VUa4Ja2Sk2Q lZtkImErY6ekJn3SUFPqLYQ+BfPv1HNvqN/4e+NerHz7terHz7terH6terH6terHz7terH6terH6 terHz7terH6terH6terHz7terH6terH6terHz7terH6terH6terHz7terH6terH6terHz7terH6t erH6terHz7terH6terH6terHz7tMc6VqUoCY1rJEFrWEcxmwy2EAAYkiIpiBiJmZ21xWaF57HYOp gcsVKwrAcQqniG19XtKra+tAxnY6XDgNJZic2wLLbb2Dr4kSXk0NOI3bmMoX/qmpX/49XsnckV1c dUsXbJ93ooqqJzZ/28gTtHtnu1xX9I0Y7F22ZK9aoJ+ssnboQg7DVZC5FXoYfKdQFgVOsBT0OmAm oeeJOAxWBvV6a8dwh6WRTRttv0p7EQ3bsy59KgyZsXDpYiwM1ggZV6JF681uBsB0FWQX2viDNNrs u/VVOFDYmvj8ekTO7lHLNIq5gclTbKRKvYnrQjjXjDjLtccLVmBHCmKydTH08/Z3bKVdZdOnVmrF 5hJEU3FS9ESbTWtaSN+B4l7fXrcS8bZQZwmBr4+k6tQwRLMlGkX122rdtu9AjsWHtXtkVrCsuY5t cB/Rr2sbfE3FVnG/Xlpa1LHkrykGuNNcFKXVZkiO0HTGIFOMPf8Azp4E+ivhfLXcdTyNFNbK06fZ whGEq/YxYKwKO2Ec0at8nV5sjVYFZfOguvJa+jv6LKc2MnWo9lvZaACup1lSQlVdJxUTWqVTXja9 zc4SuuhdxTT2ACmc5gPrGhY4X4eptC/Xp41CKde5C0pGpWtHDL7XVr5NR1WuUuyFK0waVaJBS9th 0uljqyb+L4GASYhtiatdrMS0GWuo2K9qII83YVTMZUXWRW2naInarxrxldxOLxmCiqePw2JsWLh9 HGvZdX9YZGzTx4BE2TZYsEpB8ytq4kvl62vpD+l3NT0sWibFHFyY7yrG01g5vIuf68aKMagen3te 6yuPSMonOfSFNlGGXbyIYrgvBjWp2AaI2oTZu332EG+3ahYXSEEtrVVFjzKUNE+XWBzN7J/9dM2y pKSihjIEe29S9KW0exdLlp42BQciAsi8S5MyEulP0f4unk0I4m4jKsoqbMTRbkbbD7ODLmS6iey4 1D71mE1MdXx4PVUSxly2NmHUqw8/JJbRzTEbRJbd8xHftG/hG8/7Z1VwVT8fxPeGvyL+8+r6JLsW uXb0t2WSo1+X+sW5o/ong3h1YYNGIUzqcQW6/a2ZYJ6b8o8PtRGry3L0RjXOGWMUh0dngdharE8D 8JUqR8TcRuXZu37CepVxdTp9I770rlZXLi6NI2ADGRC69RMHDRNS9YzgirdLNYlmC6+c7XVx4ux9 0a921FkHUKdTpQxY4uCS2DTM3OVYLMwKOOcPwrmKa8VgofQx1m/jqR1K93m6Pantr0ifamH1rSaC pnomtkXmhbGi2taxqM/arZHNKqKHJXa6RSixb5ftTUApREBv3DMITzxHP0Vc3JHCH0c4XlK/mLqb tgI7o3e2cdixaQxMwnnK89/NGwClTtu6Jjhzhj/oPhnhTh+K3MSblnL5a2dWrNNJgr6tx1ZfTrm6 PTszLGulp78sBqOA+GYZXwXBmOVUy2XCmeYzFs8ctdNWJwtFaHiy5LA6T7T6lgZlVqQQuFqY7ifi HijJNxuTs5GA4Ur9lw31tWr2mdOtVv8ASozRlkgRWGjCItpRWdMNS0gBDOIsTZtZXifNvpZ/PleR Wu2cVVtVmFZtV4bXKxasJQOMRbC+d5NUF2XpQlYM1X4ixnEFm3hPq9tPIYDI1sYN/GZ+G1GCZ2aW PqsansvaNt2SpnVBq4/qauS4vyKt0YHG0MHgVmPoFaYg8hfyAxMbFCAyfY0FHMPXO5vytrBMeEa7 oj/v9Dr5a4jH07KbbsQlVMqGUYguda8rDq7H2aonEH2UXKQZiBNBkgHLewL79rH1Mkma9ttIa82S RJDJLWdlT1rhkDIHPSIpApgZCfS1GAx1+5dore6wmb0VuuorBc7h6lZFcTCT9IecJIe+OaR2gbGC sZK7j6N2BC32CK8PcsWCzpdWwp8As5EYZABBGO4SXIRiS+HsVkLE10E9iLVlNQ7QFae2w0jlalJe XMzlWTFTyLAAnnEdtZXMUcrk8hdzHP8AWDcl2JhtJjytNMWV6tcwJry6je+ROYHcfRjaxxbic7k8 Hk7y+ld7OqjaU4ZFIMgV3q7wGG9BRlBg6IcEMXyd0Q7h3JZPKMh1hF2ck14Ot9rRMbM6XTCktRBu BVatarWjmI1qW2efXB1pvEGZ6vBlanWonyYwyYNA1HULlZSKsqU9BQbdmZBisTZz2ZbYbR4yLMZY LVDHBjU1uqpuyBruqlyXLC23VE5Vl0tctsXOq5r021NPmG1xvGWyY27VJNIqYEiEglSa6ZBNiVTb rg0a0S3s7VPkm2NrELca5y/GHablrK5ZXZy7SSZTUr/YRCqsAoDGIXWQmJMzLphtv6Z75S1VymSv Mylqbbu1EgY6n20CbZQpbbTBiw78Qw0iTDaqutpSySWmwVZhd0OEAYS9/wCkINglyUeMc4kO/iJR 3ayuTx+Vyd9+agO3llIpNM5Wb3c63IrV2LJjXkbt5IWyIbjuMTGSw5vdXXkqdmix1eYhywsrlRyH NBDvylMd8d8bxq1wgV7IWKNuvYQTilKjV17BWuopSViqWC+YLqWIsNIRFEs7OIKDB8OPzeWKpgrV ixXKQozvFlhtYmFdn6cRDGMITZ12T1CBstUKVp4ZyOUyGUsfxXf2upUY2ude1aKwu0x9yCr7zztS mOjXmvWWpcIQlSPs4x/Gjstk028dTikqqia8KhfLaGek00m6tJjcduaJCwtk9erYrvgGDA83htHj v+2e+f8AbOsTxRlc5lpt4VlRmOpqDHfVqux2ouCB1202m0XOj8p6jpNobL5hAQge8uYoGIktuXmn bvnbfu38dvZqvxlUsnVzCKZ0GdRQ2qlhJqNUGSpNLV2FgfKLFvgJgRg1F6fPlblVllubzktZks/c NTso9jN5jlLpBWrpSUwSaiK66w9NcEs+QdWcdi32rXbLp37Vu8Sjtuaa1rgTNKkj01iv0B5e4jaW 8yydbAW0+yfHafz7e3/ZpXH783lbGbSW6luXjyx6w7EdAFBWipDBBSDmVzD+pDvtyYTJIpnbWVzW B4gy2I+unsdkKyE42yBkxx2ChRX6lkV8rWMJUyphr5iDnkJmNYrE38pk0rxmQjIQwmBdO07kMC7T FyGgX3h9OIiEpEyUtEJmFijKVc/f5lY0scypeBV2lc6lptt1uyqOzHFmWMgUxTbUrVUh2dNeK09E cvi8W62ks2y2+/fUYV7QvtLJXNS6IAqkNQTnsILXPQnaZlhbzLMWOYymYhtxtzr5R/VYrqisOiiP 6pP2fUkd55nsczu5+WO6f8h77a5Y/Nqd41vEa279e3Xt/brv313Rrwn9uomY1t+jW+3t1tt7NT3a 7t9e39uvb+3W06mI1vtru17dd/8ABMa7x16Ma9uvCf4I3/yF4a8P4PDXhrw14a8NeGvCNeEa8P4P D+Dw14a8NeH8Phrw14a8P5Hhrw14a8P5P//EACoQAQACAQIEBgMAAwEAAAAAAAEAESExQVFh0fEQ cYGRofAgMLFAweFQ/9oACAEBAAE/If8A1HAOfAloUAFVaDLKDSb9VI1rEYhuFyeBUC4aQAwFsRed GU+JraOKyjEDBX3UIAtO8xCAQofqdOF1E/jE8EoBHmvbnTkFIlKH9GfaUKzzYJadQbzrCjizDSIH 83QDysITfOlNLCDIDrgC1XQIHiygGNKFxwr5/FerLeqlVsGAhEmYIZaLM7CLM2g2sMUNcanAXHQX uhKQq6SBd/j0kEpCUp5IJgA4qOyStscfbrt2cH4EMtHoDtW62HiO4JTXsCjy1XSFdE2AzutkWK1O CFD3H0SnWJsui2y0tLYOsGy/0DwJklJSDylaaSw+s9yaO8+p+Cw6AAwxNGCGsurKqYhCfGIqOYgF onGZpeiw05XUMMn2SNFUQFAGJPEQlzQkS+1gYAOoY+XlYjTDQ6cCaLPtRx+7uEp4fcZhQj45pHMU QxGNOMaMb2ZljAZnVTsTFZ0Kisx7bdJsyDzLmhOd+wIOrOHCLl4CQtXNh3URxw8GLBxrKwMNv100 HqDZIUma8iSdQyQBaltHt6iZekGGZMAXkUH1FqzPgWOKZQg93ZU1GlltjL0LJwGhvCJzBHby7HUG Denf4NCdEkl8M33o/XqSYtVJ4NBKkJuismAVQIO5Qu2WMdAWKam50wlYETISK100aQSFGmOJrqER HriCS+8cdbr2phnUiWys9pVnjmEUTd4rmgu6DWZYJTndKOVeHwL366GioULiRs60WYEXbAcz4BQC 0TzdVYqjr/0vriuIAFeFdQ1isQApDsgs3Qc54MLhdw+ZiM6RIihDMRCcO7Wtpo82oSOSBD0YlCNU 1vNF6SDkCbrRp5pGWlDrGLj7FDIBbMBeocdauNioVfQRWWC0ksnOFShYJhn3Bu8ISuJ+gCHIXudz 8OSKBE1LRr4WpX+69pXPTsoPQGcuaYx+FIw6wp/pqQn5hIar3wVaCiuJwHeCXx1KQfeFYZCQi1s+ LTWBkSOazRpizHPKIF9MBTDKFAwdqaKFsktLo5y1xCpJVB/R35sQIAR0ZGwS+PWFnDmiUr9eg8eR wyk0RKS6Q47zSOxZG/a2OVspRsyavGZ7dDmwGhBUbabfzy43YqVZAs6g7Lf1pz9V1hTzgBsEHAEr gacnRNE5A7NMGWABSqRfETKpu8Zx7/W/+pSQkB/FJNYBJMGQx/zlpUMDzms1UAaPfCRfhfR7yAMx iWyqZ/Z+1dguMJYvjRoUm1INX945WW404OWaNAJmUt0JbqjOn43hMTl0idF/3FimOwIhCoW1NGGk mtI+QY8xA0jXWcGsCoQy81hwSx7RRWot1A42pobWg8114FXOK7OqQyzVLCy0K1DTgYMS8h1gln5m he5Qe2FUmVdy7QX00OF8OvKMl+oXnqdYnPAeBdLxxX+3eGFlcwvJCIj7hEqNMK3l42WOL7MHqKcW BYtWigHIQ5MvpkG4pAuc62gjqAo4+RhIN3IoxJbIMWv+uXYQl/D87PZEzO/VXtLhRQhBgeMmvp8+ kZhXCVpRbCp13R4RD2GsSZ+ASb63/OeqNxQWjTG2uTneIUNC58YCuFgrURTDjVvfuKaOnFcOfllh UYGhjObyshoIjHtYEobKX3Llak1Lp1dz9HDpwWmv7gZ26FDSZSQGd6AAU8epbQWamrTx4hAOOsUH t64ATPmGiTLt8tSlxsFrUAtKEEPuXIjq6SoxZ01kyJb6WApwA1wf8B/BFoAAdf1iExGxGUX6tkDT fwcYIM2Yl841j66R5CHJG1I+/QP75Sk5DEsYY1s1xOYJbPc5ADnAoXXw+nq4nqeQqDB7OPw5smeA /wB1hfwkFvAFFPG6hUB8Jy2tJXXRbr03tj+IQq2pD3oeU90lkOCt4gIl4aYzDyGdfK3X1PJsvj7v QURKc3SaBhz5vq0mcBMJdLkIkWpxKZjfRJlTEfaJRzLHiQ6IEWpOnmbXlNXbdH03Pw4YWary5R2W ohp+W8Z0ohXcsLCqIyl3y9x0YaM5AxLw3i3ftqzKQUXF0vaImotPTmZG3iFC5uHELYphB7q7oSCq YpRVoRQ8A2QGJIZdgKU6K6mY6w62C1qGobL23rloAxochuuRoY2/iVwcPzJLNBZ2dDqGimXEqNWE LWY7xg7q75hFoG0mNR/Uv6Vsm7beSUzTbQN/MCBjamXbpVhNoDnUMg6jpG0PMgb7+ePwhcVyJcLh LpkNbW+84CWWT3nL1quQVF21G4QeLD6NJaEKYZo7+aObFypyeSbJ1w/GH+vGY1H+IDwBWElRwLfr SJKQ9Ci2rTbt+aY2d3yw5ZZmkFmaO8XoVJZO23kggMUmVkpXowZrIvd2kgbThKt0Kpd6s37UUUsb JNrq+IRddVw2boVIpqrvJ7xU+U9A5JiyDdwfkt379+/fX8ToKCSzQVqoElCYe4iyFUwY2cmMeKBB yFbDWxA3ydrQhOAJjOUUJnUBSNN3BFKakXK5bTvVmhUrl0XeHGOIHKlOku0WVdQaStSKwojgE0FI KjjsA4yjBxBqoOj0vhZwEqJRsvi377vF1072yRAUU7Jd4mvN1TPbyAXFurbL6j5vCdInaP1JKYls xVGbvhFDsbZd5PSlsn2nFsu4WWzhEfNPGHJsy1Ml+vDNgEO9fkU0NVPyDwlp5l9h/NJsZWd2Z3c7 052E9Sbuecimji6exhHiybPLtRnFZXbgaOLYdzfSnYn406ddiT3g9L9GL79+/fv3msRZ+RGqm+dy W2FrRPN/Jev3719oixgJvwrlDtYGaPx799LaGCFKmrG1MQ4VblYnhm1MUbtPPzlp6GI7ZHbI7DHZ 47DH+txHbY7RHbI7bHYI7ZHZ47RHYY7bHbGOwx2yO2R2GO2x2yO2R22O2MJiohm3BRusWxGjvaC3 vtUVB2mGo/CNAEcAdXJTxWc+gbi3NnHbKQTMEaSEonJGVLOhHbYrRplENUuoVRZAg33Iq3KRMGQ0 oK9skYh4jIbM9atAXLycmIT/AFOIyOUD6xNoZ5BFfJRh0neZ6hFFrRFU8FWRK9oXaPADtkdshL/R 5RC0KtYM4Cxi3VYOS7GDlsEF9rUUmVPC0wt5mXNS5iQUgEIoXnt9JCXYqxvfUy72Wiya/wB1kEYO AOQIzTt6Zg6Ts4xQGRZEolqZ2yBS6KJo0pQQq8B4PS1mt8ucJ3VTMDVNP30nao7UR9t0n2nSdqI+ 26T7TpO1EfbdJ9p0naiPtuk+06TtRH23SfadJ2oj7bpPtOk7UR9t0n2nSdqI+26T7TpO1ENx9m7r kAYpgst0qbHsTM9pwLpVvTbgTxe0q5lzCcGrGTGDUkoHME0DJ9zMqnBRtlfbWdMEgBwc+2I2KDzy BQ1nGJ5Hefd85GwCUP5ZNp9mTeQblsskPfDE68SPiKzyK9sVvMRYuaQDT0gvWMeEdRjIrcv40HLl KQqPyLZgjHAJVokxzQzX6UgKqbXwz5YBBQyCNsBUkg+PAXYtqllFtCKUQqEb5bn5KLMWpPCUAU8X i7utlEDGC3OyKC0rkrqMVk+ZH7jesB0JhCLPCBAaMQqrJoXnGoMDv9k1hMKr+Xe4JuohzEG8P07X 8vWkkUyMcsTzasvi8yRspQ3exaLwNuGRh8to1/PotdzLU6NI10ijrKAvZeLvI53sSTaLQo4LanLC 0j+1PGgyzYAHTs6SwmeQdIJK/wA4OP4uu+Sb+2+MGwjI7wQPHaLcW7gbqDyLYTIpl7v1CLMuPgpB KSryL0sKGL+2Q4ZiF4yaVije6r70UuzBSbbwTLoRQbFkHdDFsCe2DhOmC14pDJWUJWCSYsR6VmTt Dxo0139hI+PfPrEhEvHbqKFxikMBgRaZysoSYfGcSwOSGtgKPsFPGx8D67zBBRMF2WSHAbMAw0s1 XSgSnI0Z7AF694yM7GY7R+hIZCz6LrUE99pcEqoW1RQWinFFdVWA5xpMWVsoahfAFOGKOjoKulS1 W6xJ3EUo6gwd8wt89sT5ZjqotFi659nIWGtalTGyCUZGmQwc5F1VkUtCnejFuKUI3bzXWViMQVEE G+yKu1B4iZbJz+4sQLbITy1wshLA6Hw6cbrAwo4s0SFosawcTeFi46y+f/ZYi3n7xmg/z2YR1ofn rCqWvPic4nMvzc5a03evlLY9eDxIdpgc+szuPl1jtP085TQvfrGtp7PWf8Z1RiGHg8uc9J3xMok5 Hic5QVnTbzluF7MJgpfB6xfR9vOGLWv+jnBNunPh5wGFuMUz0eBNda5X1lHT5dZSIfnlFqrNTDin rEV+DlNXgva+J5SmVaufWXt+TrM+B+espi+sAY/8BEK7IA/8RQqiBbPiKWn4mGqexOS9o8D7ED2+ xFekTtRGbB8SlVFLR8THVE5T2Inb7HSHA+xOV9iDYKmsk0QTVB8TkPiC2e0qKmoB8TYiO2j2mKqf Er2e0OE+JoRNPH//2gAMAwEAAgADAAAAEAgAAAAAAABigBBwQAAAAAAAAAAD1X6AAAA3/LC8Cv8A jOHqB8qQsqpcQgAAasMFjgAABuGQDv2sMiWKhjY1Wb6RS70EEDqndlEE4CbEGGFWEEHWVkUlm9mV J0i0IUz8mUVM34zCAAAAAAAAAAAADAYYdgobvVBp6AbfXrAgAAAAAAAAAAAAABBwSBQCDzCzDgAj wATwD//EACURAQEAAgEDBAIDAQAAAAAAAAERACExQVHwIGFxsRCRMEChUP/aAAgBAwEBPxDBEo0d icJ39GxqQVEJQXIFEGRROnoXjHZTp0Uep+zBEo0dicJ3/A9I7gP2pgiKnkIPkMP3giCIjsRoncTn +Rm0FUCbdOmEQSdpG5NhlUaArQhBg1VgMFUYFCyI20SxJ6GpUg7KgFTQGwdXNAgmQWAB4TygLrFE Bd77AHHxB1EKw623n9BtYioQ0rJicrYxAGOwhgCwcw2X9KhdzarRtJrpbEB97Q9YBYKQ2JpaLJXY UOHIdMaAEm9kwG8WKAB1OiZv5ddf9dYm729DgLdidimBfKKi60BC6EilMEblPm5N11opOo47LTPA ZAamFRUUD82zgW6DCbWYWrhwhMoTPUe0UC6ZiNhAQQtsFWa1VffL+25BLaoKCKMHUslerQVde8RF EWwYRnEQuoFprNkIS4EyRQFEpKCAeyvn0KkWCyzj3dHzkr3oJYlSRAZ7m93GHKHb0hPIGw7MevM8 dREKE0gDQDB661x6NhSToMpfQWIhlCBTE9m4oAvwNAECmgCnQBVargALloo7b6N98HrpFhiULF2C IGFL0Phy0eKCDRVMGxCrS4mxeiCQYoLdA1p5xRk1MkogBIAKcppUyOKuRVNtN8D1MD6o5oRTUgSR 5Nbj9MaNqJsUFIuudIQWJSHpGKjGP+lFEffFA0FJ8y0RXBUQLiKaoHhAgzdBMdbA0mgAEoiiJVES gcWN4ppDUIdC9d2Me+TJcG+YFeASRNG0DoKCDuIHUmwhTGubK7TEOSjF2EiFMTckCrb5MfdAFBBV PbY3MqqLt01I5yE0IrLtVXbV2r3zzjxv77OeceN/fZzzjxv77Obco0Q7fR468a3EidiNYBAchXa9 iGFiO2CJRQk2GgJXkGZ3RsHILQFVNw4O2MMuSVZBb50r5x4399nPOPG/vs5viFDzzk9EFD8JT2tj xXhA2l9/5nLly5cuXLly5cuXNuMyITx7EoyyPAHWJj+OGxsiGk76NgUjNqjKNgiCJiN3pa8N9bVg MckiZyWVQmRZGLjoL9DKCV0CYKSnV9WHzIV4ey0vkpBbaJljHJLNi5EwMgQEKcABcTwIhW4Q45vY 98+8piDhULDpiljuhm4MEYwOscqkoeobygSzPRT4wzkXQw7dtBwUj1dIaD+g4xUdyFN8YGtX1/fF AXN+UwrOlIKlzR1+BTkQ0l1P/HHaa1E2P9i2WeSPXi+scUehlAmwTF3Jvmh/dIPHGt71I40FUNgc 41A1HM3h/JcRA31YqOqstsCPy4qtQpH1ZRNzwq1E5mBzYyZtXrtDWGufwBvpDV9D8Az8ZPj0ThCJ bfs8Gry+9zxMiT968AokVMnP/wARmo//xAAiEQEBAAIBBAMBAQEAAAAAAAABEQAhURAxQfAgYbEw QFD/2gAIAQIBAT8QBQCgAFVWABtV0Btceg55cgAoEQEREp8BCgorqS5+kcl67Y6mzhUbGAfBEdji P6IPIOEBACIiD0cGYRobFODGKRjhfpEamxPB0L2uHH1CbhQeKaQEdJ/RscUpM2g3UoARYRWpAg6o 2lTcUVVM/qxTwhsltQq7S/DSIpozBFpqcRj6XFCGdKQRJKRhwf8AmsSAXpNz3g70uBVz6hBZ2pOJ hhMxU8AbK+QLbRjDoYqnLn5R1wPzEBSovN1Kh3GwUM2PgKqzgU8Yc3UkMoxWA1u8VW2BTPMSU6bX JNuEJ+LWKM6UD7KNmz/YISmBDUOhcwThIUj1eWccjLNAgPEyy4bFZVsIaaNW2fUxRxRnl/tIxpxo Z6kqSstSyxesQlMGIdMwW3M5JtohrtagWJptaQsFlS9hD4JLthzx9v1ziH2DSHSqBH2mi6VdOS/k ZAQChsfDYwJl8mMWpHdpwQCwly0KhkF+hnw0BKy8vwIUc8sQFpdFoUkZ17mVdfdOsj4gkSUvlRuG gFOw7GADjVJiCXbby/8AqZtkApm6WqlDgM0vcpBNcuGmBlyJ48M/6NQuTGsKDiYuLUT5GObrWxtx 6gFM8PF21oUEERFBuDPjzKIQ63SJJZM2BbK6NApI0suDy1cUio3MmQIVvwybBAwnnVhHSSygANkL DqhioKUrmKlSYuCoZElW7jxRmLykHe6m6UrjxdIebOsidnwApPBadCAooYsLTgQ9G9b/AHhz0b1v 94c9G9b/AHhzYHRR7bOG+eHzTTjkwqK7wooUKx0Ku1UQARgvaTUq1gxUNwECtC0WWIuXDmmsKRHA TANnG/RvW/3hz0b1v94c71+lIUYgBFFKdAAGdgg+gAB9B/elSpUqVKlSpUqVKlSEwijyKR2gYiPh cXAKMBYhhO08AJprAOIUR7hNj5MVS7O4JA5QACqBhVl8EMJFjN03bKVqjOCAPcIifTj0Ke8hoYQA kBvHgru7RkowyHAU6Ui4bMJVwBFCAFUBcTCUkp6DQFaAFaL0pC5+9hQodtQFVAuIFBheKiFKNtG8 RgmrC72LDyYLDwL2Mo6Baqwez6ogFcYDaFciAAKK8qv+AQ4QSUdwCHQVZRVoZ24k4oooa1msBOoF iFFbitBiFXl6GHaMjAkgZGhQADK4cIrbETWdLJ2C0lFldAXwyu1du9VgaiVKUOIZkBhgEJeblktF EAUOA7hiAAAgFJTWCbrWg1Vu0VVKBcG8WZ88ZHqG9whz0QobwvF74NRzTNRQTNopCgsDXJBwybEv KmA1PXwDHIwGZYCtb9pxJ82Jcq3/AIf/xAAqEAEAAQQBAwQCAgMBAQAAAAABEQAhMUFRYXHwgZGh 0RDBseEgMPFAUP/aAAgBAQABPxD/AOoll0LZtETwlAFpU2Zeg4jMBpVU7TGBYdRtacSjbGYMrYKE 9MuVaA9rL+1YiCMyQiE+8fHxQjhHs/6U40Pn7d43cpE7GrrF7Sx10/zCzTmiYYrRVeARQGiLYqg5 ONSOGf8AJ+wpri7pJhSi6sCBDQgAlVQAurBek++RvBXBBwIsiUI4/wAAU8MzxEeb3CdOd7WGLdlp YFpcYwS2gv30cQLGBMQToMUDukmJvx/53ltFgYAomb1RfCKKRFuJroA0nlshyHNXNAmB2mRDjHBQ CVEpMZERBNSVe+C8VD0mxschBSMK0VXmRBK6d154v70QDZ5/z/QVdoOHapys6rkQJPLPJMv6ueCe JkSZbyRk6BD9WDxibuUb30cbLap25Avu5hXz1YeBvwSwydQ2VZX8kJrHxDIXVXtkN5eiQ8u7Q2lI 3cCPqL5hXFCixrL4oZNcacopu8BEXlBcp2nOJvwuky/btLJfhLO4kGBEhKCATFvveYxVRp5ganzA Bua91Tvd82rR/JrsLaPv8TOoVGGJCiB9b+x446AYBdifGJW3o6TCz09zbabnU1ltNnKXyK0Qo4oT J5a9QftH0HJkBrKGY780P1LVDcfL1ln46qaUx5+rcgkziZQ8el+vAifnyygz9afskAKanbTkGhW5 GmXqgdcYOGaBj+RH1EQdFOQRLiW0bmmWkfnypY6nMZ/nDQIHgKUI4q5qnMr8fKQ3GuPNLejvxTTv s/8AnT2Hz5R+Hfg+qmMEjBnzOnMdnwsIAOUP/pdD5nI/ETghpXqUDORh44mYBMCkFNcZUaSAbIwK IE6xQgitH7UexFkXZKokNaZRmWj5ypd1mlYt6g0LrMWHKiDmdRQNGfCIADILO0K6rTE3Vm2odhIw o5k9Ybottsf1btQpRQfPm/8AoED+NgzEp2lfwCtGQ7pNFQabFCTCXIzCBKgciCXKusnQsxHdNpVi Un5pjafGqX+LvtVtkF4LmQxgA5Y81KmUnBIVyy2h1YQBVLNSPb6XPj18f3tq6flMS0KehtVP+M4L TOV+KEdfYjaiMAMkgN5+LNhZVMEjUewxL9UEJFPNvkANeSCCTDBQguxkQScUSNNUkRczpKXw6AmA A2WDYlPCuup61K1MdEESFWU7XOGgr3KxVSiSZolf5IIeGaZ4rhZAFgM40V1JJxlBK8vGN0VDEDC9 w5fb+WgM4bluNuteDgze0NR/QZXe2oqakSLzLoRUq1cqKWmn9IB8yB1escW/O8l1G3IkNCsxiy9N ShBdIuplbP8ALFmiKJVU0RQAxYC9QlRE/A79u8jaEscJgoQ0AMSbQKB0WigKj0UklwyjU7NcBOqk xGEzYqYvaasn6RdajQ8XL+zutZqV40la4nvgu8apsTKFIFrNDAGFFMCmC4Vtw+dHrRpREITfnnT/ ACFW9gU7IjC9tGR9NrCho088CCldVmWok3DCIVBZoz34RbEq9i+CAyiyMlkdyDJIDswR1VcjulEZ E2AWvnZShhBWMgWWOUJqorDoIoaqbvRR6uepP5TRgEFy+lawx+qLprHrgf8ANgNQZ8jMLBJqQDkK AwsICMKi4XMAuAjmDKNYEoI60wVkk0ceqLs8PzGUEU6CC6OplMyMwaSt7lH0oz39fqcFnYSNx4vG gy2LaZfKpMa/mT2Ej1j2OFS69DyCXYZEdKSDj8XHgHwaixJxzGgSuCMV+VG/jx/52IC4JFkaijhS fca6MAD0Q8hPoSio8/XHLYYlmjFlAMndppBLM1xLrDiBEvwL38VISKal/I7OqOENFCQef4vOK5Cx fJb1oRU4LTicKHZA27Y3fwHQh+kKoENEG6XT95XpUHEUFDiyLSpErTAmssHkKPW0PzQC1MUEw1Ru P0239wcACsXM8i+g5YOoOSMtCpmRTvTa4vow9sRtcqBQzdmgqlgMjqKmKZK0WabKXiSmAj9nfSKi IzjhzNdY80cGirbdwj+DDjExaLo9ud1XZz0bLTr14uDbFx0yQzEDg7ympbKAd+5bVvnPUqaJSVJm Ay7x7U+BZEzs3ifOtKR2j2t/kDpAVgcEQCFoBKS4P5WxIXdg+DvQ0cxJPorCoQ5jWQTZUikt1qPW m7dAyiBKEokUqUJMufLcvqq8oMV99UuCBUomlD3TfHogEguACUNdYIZkBzrWpVCNuF5rZHr/AFea 0qIxHrLu+N4f8yv+cchoDEAiAxT0oCAlEL+XdNycJCzEWn147VBjgjFFYl6P1qlbYS+MhjacoqTo BtRVsj1UXmwDOFiNaec0rRjOgl4lr1/mh6AME2Tp4fuoermPyPRLo1URrksDmOh3qKJ27d2xv6Wo y08KjIMQLgcRR5SCtyBHGWPeKalpwRTA28mjtamRzAnIg4m2j43XSO5Mso2n4m1Pr7I5nquDl+aX wAs1gGxxfxFSJDN2I7YJGCfaszLA9xaYWW+Jo0AE0aUGQmXMU5C3FMRLLvEG9SnYJKsNyBy5/iln biR0UiWjmhgQLRIjIN/FuyOLg3rJeTtTuS57wYNg0EXJTlElOCUpRqzSl5CWW/qpv+EzqZ9XxnpR IC2CZGe7Mbxlr4hFpWDpdvSKGGEGeW7D0jv0qMJYFPSb6uOPS/SGwyZ9THPtYoNFITL2/f11iiSi CDmu71+4zW40QIxJ77NTEGYTeJ82pENYbiDiV7fbQQ6JXLcCbDR2iQw1iGGMt3y1CA/6X+QOHDhw 4DArPu8HMzrcpzUUsNoNUkMA1VpyAJFBmnBmIrBFf6S/GyVRQJDNU9e4x7nAMsgwsUsb4bgQCMJo XR6nAwVJIFElMRMY4AYehngACVcQ9QG6+6YHZ1ycTSqwNplyhqQDFjeYcy/pf8hw86zNCjwU0ndi URA+e9COPw5EsNXmIpYGRRCrEGFoZgtl243tSKMYZ6ebfjUxqjnHXRZ9XxnpiSl3k6XEfn3qA6gP RznzjjtW5/Svbjv4qRtDiLzjt52UAIC5Q1M/K3XpU32eBiceetqwRnE6gkw2e8ZxaofBXZfWIntP apSmagNHQ9cFbllxZiTdmP30hgWojh+pb6lNkfO8d3M2trrooXg34/k/uYHNXosZn+M05ImSYXVi JXnjtRmjhaWv2iei+rRBlp8gLWXonE/wU27sFwhd2uL29KNPq5QpGfE6tUFGOgYxIvrbfVarxdYb nS/G80sumLI1xD3aP8pGLXZ78cNLzt6MWsmfSONVLp4Wlvize0bVu+YXTFle/HXpWDoTh1PLmiC7 vi6dN9sUZX9Attzid9KeX6wAntf8VKsScLOuzn6mKGIULqxNs0kMJBgBY4lmf6KyTurPTPu8gS8h jBDbP0+qRmxG5j2vpmMdVdYmMF8372qadbhBjKY5xfjVKy8SxGuM/LZLP3Ou3x6Vh8mM/Xr0q79T +/jGqs/c67fHpWHyYz9evSrv1P7+MapVLE5f685603ANw4MIu3iYnfNifDToCQQVyzJ1nFX9N+TX i3PSM/o7LGfrG+kWjLacHXy8xFov6b8mvFuekZ/R2WM/WN9IGYCggGzcut/amNuIvshs28+WlWQK hReQt9J9km79T+/jGqs/c67fHpTfEsTnlARwcKMaEACMTFvP7olEiHXpz57BRZlmG5nD15n9XrEJ N0nNgW6eKSxmuFctn01ZzLEio9rPN7isQbumbeL/AN+j4vv3+0/ey7aScdeHm96be2Uz45/ubNvk +fH2FcnYm6Ovj53f1bZTNovd8/3NM2MXX7/afsK5OxN0dfHzu7mHKqZ+Xz/epiMEr9/tP3su2knH Xh5vcbBFtlOu75/v0fF9+/2n7CuTsTdHXx871WNtyfHP9+j4u+fH3tuWklHXh5veqQcypnx5v0fF 3z4+5oV20ioOYw83vUQd0nEf2/uaZsYuv3+0/YVydibo6+PneqxtuT45/sMxqCAJVAABVbBK2ug0 O60sSuOapZStbvvM9Mnsf9gD+JSEfKA11qW94jeGyajCAQshMFOv8lSDFtBGBV8ROGe/baFcnYm6 Ovj52wmYe72UFA1UTgXTWCH4pyyjkpmJR6RN9GSpo53zfIgIKbYjw8pOM93f9sFs11t8Zej/AMJC YRMKyazghec9xoBotBKC0mDIsSSg94e3zsexAktmTHf8/wB+gYuv3+0/e25aSUdeHm9t8mwF/V1G DYAJwQAUEJGgZNAEDsNzW1O5kilHYI9sp11v67bl6OLr9/8Ar72XbSSjrx83uWzMzSe0KLijUnYF 6SuMdOKxyOfIQ0l+YTsNCZmTVAcz+MM8lHKBTr23eGbm25aSUdeHm91qVeMKpCf7eElwBIYS1svj +VUhXIYdDaegbowlZ7i9ZY+91PE89aGQTPnkUQkltD+lb0oy9WTftp9/P1t73srvnMI9q/vbL9tf Wvrb3vZXfOYR7V/e2X7a+tfW3veyu+cwj2r+9sv219a+tve9ld85hHtX97Zftr619be97K75zCPa v72y/bX1r62972V3zmEe1f3tl+2vrX1t73srvnMI9q/vbL9tfWvrb3vZXfOYR7V/e2X7a+tfW3ve yoAEdV8rXroKNcyZVVRjZdSEwYMyoJlmCDPwiroknw70u8lDN0wNkNoYYt5/hqbkyQvceiy1iCGm 7wFr2UzXPCIQyw5001aylbu+6ccG6bEh7XIMhK/NWMDgUkbypDbmo4PxYc2EvtFwsuoRtin/AGqw kGZhiJ5EWl4w0BFR7EE/yadWiiCtYAv61tXa8GVhbHIwmxplV5BBKRKK8z/xM7jJm2i1Lq//AN3K /OhuNosRoZYsZbl8aKhdpcVcjgrdAAqy8vEyZq4tMsM1TGUZ/CctqQk7ibUxjObUDX5VymUNla0a gCgOEAEVohlRMcN2X/BROg1bTheUMnhlf82fvik/GU2XNUFMOx5wphAFYn2JD+H8CZxTRe29NICD KU3WhWWf+ihEOFFIEQZzrdtZ6yl/UcANoV7Stg9hvuRoaAWi2OPv3/8AfcOm+CCxajwltTUb8zaU RBHC5KyaBRIA7Kkil8J3NfDhNSYTKx5WawVD5ZMfibIiq8AVeBTBP5QYnjKqxg7cURukVFzWtRsW 0UE0CIdQnAW+7xoHFVGg+F8p/DDqnUo+X55/Jq9GW2gLOxbqhWl4sPFThXy7EKCYTtIxw+F0TkS8 1GPZ2bO/SfcNWaodNAwjyurbNUOK9CXa3pWV0S9bGkNem1VH4ALKaIzoviaH7I8g1dHyEj5SK0l/ R4lC2NLHQ8XrY4SFgGAgSXxuzCW4SdEij3qk5hROLQjU3BkXeFG/E02Wnkf4JYZmGEoMkklLU2t2 XV9gemTxe0fRPb9UqGodzEPur9DsytjtR+v5R9SnXTUR6ZatKn7px5V2hvhG4NbRM6qEpRqqighQ Ozr2LXWCX7E8mf5tUr2Y/wDfNaWvDxJpM4qZSKxlx1bxzSHpFGLI5Oh8wdAQEF0BZZ/dN/EBjC91 /iO9FjQmIMHIJH6q8YAxbA9XJ81Ihtt1menn1KmUpPHM4/a9GmiXt85u/XaKTZO8XbmPGtRQiG6k B6GbPirVuLMhDyXHm5MGZyubHMzeH2oObrWQu+ritYkbpxBw9PMsJr22WOoZ3/F6fw1gDhODr75h +TMcaa/67k0k4g65GbNdd0JoQl+DNrneaEoBIu7WLPXzYrhVvc2F/arF3mNFzED+OcNQAyQXevTh J9VLjBJke0ZU6deKktA3HIJzvjNFSAtoum/L2n2oF8osqz1Q2t7yVEo3UAOg6RqjE6PU9u/Exe7T 4QmSTY33bvTFQkmpZ4Mo4qSsCTBxbly259aFwCBNr287fxWP/faHefJpxlDsP8w7aAINZOQ67VP0 HU8mMFikFL3TgduKlgpiTu602g7HBb0ouw/ojXJ/fpSEWXVz3s/NDR/CRbpmp/BbKvyNeUfqhgfY 6Ok0DYI4igcxMsmEzw1BHgCIIt3pe7Ury9H0M3bvQjr9DU6mYplE9f0bBFRAbIsH/O1DQDnR++ad UE5sT8UySI6ftijbNu3wrDjjTUdP3HSiIEERg47fuklV6Ljntx2oqAusE4jy/pR1VmzDKjGOYzua Iyi3bhjtQ6wu7OkXjpUMnpIe6+6ZkT0OTjx20AIPz//Z ------=_NextPart_000_0001_01C23A2E.0244DFD0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 13:27:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1291137B401; Fri, 2 Aug 2002 13:27:14 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE2443E6A; Fri, 2 Aug 2002 13:27:13 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.5/8.12.5) with ESMTP id g72KRBre023231; Sat, 3 Aug 2002 08:27:11 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.5/8.12.5/Submit) id g72KR8o0023230; Sat, 3 Aug 2002 08:27:08 +1200 (NZST) Date: Sat, 3 Aug 2002 08:27:08 +1200 From: Jonathan Chen To: Michael Nottebrock Cc: Alan E , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 Message-ID: <20020802202708.GA23172@grimoire.chen.org.nz> References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> <3D4A6F40.3010505@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D4A6F40.3010505@gmx.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 01:38:40PM +0200, Michael Nottebrock wrote: > Alan E wrote: > >On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: > > > i think the bottom line is that if > >you make sure you have kdelibs-3.0.2 installed before you build kdebase > >you should be fine. Please test this hypothesis. > > I came across this when I updated kdebase from portupgrade (your > gettext-revisionbump). kdelibs-3.0.2 is installed. As you might imagine > from my previous patch-attempt, I don't know anything at all about those > UI-XML-Files, but it seems to me that it should have never worked in the > first place... KListView isn't part of QT, is it? Hmm. I tripped over the bug using portupgrade as well. kdelibs-3.0.2 is installed (but didn't get upgraded from Jul 5 as it was up to date). Has anyone else managed to install it clean? ie without portupgrade? does kdelibs need a portversion bump as well? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- When all else fails, RTFM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 13:47:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF2A137B400; Fri, 2 Aug 2002 13:47:17 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D20643E4A; Fri, 2 Aug 2002 13:47:17 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id NAA13804; Fri, 2 Aug 2002 13:47:06 -0700 Message-ID: <3D4AEFC9.4090305@owt.com> Date: Fri, 02 Aug 2002 13:47:05 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Jonathan Chen Cc: Michael Nottebrock , Alan E , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> <3D4A6F40.3010505@gmx.net> <20020802202708.GA23172@grimoire.chen.org.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jonathan Chen wrote: > On Fri, Aug 02, 2002 at 01:38:40PM +0200, Michael Nottebrock wrote: > >>Alan E wrote: >> >>>On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: >>> >>>i think the bottom line is that if >>>you make sure you have kdelibs-3.0.2 installed before you build kdebase >>>you should be fine. Please test this hypothesis. >>> >>I came across this when I updated kdebase from portupgrade (your >>gettext-revisionbump). kdelibs-3.0.2 is installed. As you might imagine >>from my previous patch-attempt, I don't know anything at all about those >>UI-XML-Files, but it seems to me that it should have never worked in the >>first place... KListView isn't part of QT, is it? >> > > Hmm. I tripped over the bug using portupgrade as well. kdelibs-3.0.2 > is installed (but didn't get upgraded from Jul 5 as it was up to date). > > Has anyone else managed to install it clean? ie without portupgrade? > does kdelibs need a portversion bump as well? I will know in a while. I have to upgrade XFree86, libxml2, and a few others. I have two AMD 1600+'s running in parallel. I don't use portupgrade in these situations. The mess it creates is larger than the fix. cheers, Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 15:49:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8512F37B400; Fri, 2 Aug 2002 15:49:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A81A43E65; Fri, 2 Aug 2002 15:49:47 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72MnlJU023060; Fri, 2 Aug 2002 15:49:47 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72Mnlsf023056; Fri, 2 Aug 2002 15:49:47 -0700 (PDT) Date: Fri, 2 Aug 2002 15:49:47 -0700 (PDT) From: Patrick Li Message-Id: <200208022249.g72Mnlsf023056@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/41257: unbreak build of x11-toolkits/xenostep Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: unbreak build of x11-toolkits/xenostep Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: pat Responsible-Changed-When: Fri Aug 2 15:49:35 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41257 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 15:50:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 443EF37B400; Fri, 2 Aug 2002 15:50:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC66143E65; Fri, 2 Aug 2002 15:50:53 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72MorJU023502; Fri, 2 Aug 2002 15:50:53 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72MorNl023498; Fri, 2 Aug 2002 15:50:53 -0700 (PDT) Date: Fri, 2 Aug 2002 15:50:53 -0700 (PDT) From: Patrick Li Message-Id: <200208022250.g72MorNl023498@freefall.freebsd.org> To: B.Candler@pobox.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41262: gmake port/package has unnecessary dependencies Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gmake port/package has unnecessary dependencies State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Aug 2 15:50:01 PDT 2002 State-Changed-Why: Not a problem in latest port. Update your ports tree. http://www.freebsd.org/cgi/query-pr.cgi?pr=41262 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 15:57:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE01137B400; Fri, 2 Aug 2002 15:57:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F72243E75; Fri, 2 Aug 2002 15:57:47 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72MvlJU024129; Fri, 2 Aug 2002 15:57:47 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72Mvc0P024111; Fri, 2 Aug 2002 15:57:38 -0700 (PDT) Date: Fri, 2 Aug 2002 15:57:38 -0700 (PDT) From: Patrick Li Message-Id: <200208022257.g72Mvc0P024111@freefall.freebsd.org> To: fuyuki@hadaly.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41260: Update ports: textproc/manued.el - url changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update ports: textproc/manued.el - url changed State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Aug 2 15:57:24 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 16: 3:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77ED037B4D1; Fri, 2 Aug 2002 16:03:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA2A43E5E; Fri, 2 Aug 2002 16:03:33 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72N3XJU024921; Fri, 2 Aug 2002 16:03:33 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72N3WBx024917; Fri, 2 Aug 2002 16:03:32 -0700 (PDT) Date: Fri, 2 Aug 2002 16:03:32 -0700 (PDT) From: Patrick Li Message-Id: <200208022303.g72N3WBx024917@freefall.freebsd.org> To: ahze@rgv.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41255: devel/p5-Proc-ProcessTable upgrade 0.33 -> 0.35 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devel/p5-Proc-ProcessTable upgrade 0.33 -> 0.35 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Aug 2 16:03:23 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41255 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 16: 9: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 068A337B400; Fri, 2 Aug 2002 16:09:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFEA43E4A; Fri, 2 Aug 2002 16:09:02 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72N92JU029845; Fri, 2 Aug 2002 16:09:02 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72N922M029841; Fri, 2 Aug 2002 16:09:02 -0700 (PDT) Date: Fri, 2 Aug 2002 16:09:02 -0700 (PDT) From: Patrick Li Message-Id: <200208022309.g72N922M029841@freefall.freebsd.org> To: corecode@corecode.ath.cx, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41269: maintainer update mail/sylpheed-claws: catch up with libintl.so.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer update mail/sylpheed-claws: catch up with libintl.so.4 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Aug 2 16:08:49 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41269 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 16:53:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BEE137B400 for ; Fri, 2 Aug 2002 16:53:26 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9897143E5E for ; Fri, 2 Aug 2002 16:53:25 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 2600D2B6E5; Sat, 3 Aug 2002 01:53:21 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id A78EB6A711E; Sat, 3 Aug 2002 09:53:11 +1000 (EST) Date: Sat, 3 Aug 2002 09:53:11 +1000 From: Edwin Groothuis To: Simon 'corecode' Schubert Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/41258: converters/recode needs new port revision Message-ID: <20020802235311.GH2733@k7.mavetju> References: <200208021210.g72CA4uk011799@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208021210.g72CA4uk011799@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 05:10:04AM -0700, Simon 'corecode' Schubert wrote: > The following reply was made to PR ports/41258; it has been noted by GNATS. > > From: "Simon 'corecode' Schubert" > To: Martin Kraft > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: ports/41258: converters/recode needs new port revision > Date: Fri, 2 Aug 2002 14:05:35 +0200 > > --=.IYGafILBWVd+u7 > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: 7bit > > On Fri, 2 Aug 2002 12:31:18 +0200 (CEST) Martin Kraft wrote: > > > >Environment: > > 4.6 STABLE > > recode installed from the ports long time ago. > > updated some other ports during the last days including replacement od > > libintl.2 by libintl.4. > > > > >Description: > > recode cannot be executed: > > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found > > your fault. you did remove gettext-0.11.2 but recode depended on it. > > > But pkg_version -c does not show recode. So I missed to recompile recode. > > no need for that if you update your tree the right way: > either keep libintl.so.2 somewhere and everything is fine, or > remove libintl.so.2 and manually recompile all affected ports. Yes, and how to find out which ports are depending on it? Either do a "find /usr/ports -name Makefile -type f -exec grep -n -e intl.4 {} /dev/null \;", which isn't something I do right the first four attempts, let alone somebody who isn't as much skilled in find/grep as I am. Another disadvantage is that you don't know if you have had them all, there is a chance (rather big IMHO) that you will forget one or two. Or four or ten. Or see that your overview of ports which are upgraded is a little bit long and start the work (which is the same amount of work as previous) and at the end (or when you think it's the end) you see that you still missing one or two. Or four or ten. Now, which one do you prefer? The one which tells you what you have missed or the one which doesn't tell you what you have missed. Don't tell me it's the second, because I don't believe you. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 17: 0:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C8537B400 for ; Fri, 2 Aug 2002 17:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 055B343E42 for ; Fri, 2 Aug 2002 17:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73007JU034573 for ; Fri, 2 Aug 2002 17:00:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73007qB034572; Fri, 2 Aug 2002 17:00:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796FE37B400 for ; Fri, 2 Aug 2002 16:50:36 -0700 (PDT) Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F94A43E6A for ; Fri, 2 Aug 2002 16:50:36 -0700 (PDT) (envelope-from root@guineapig.pil.dk) Received: by guineapig.pil.dk (Postfix, from userid 0) id 0036BCB9090; Sat, 3 Aug 2002 01:38:42 +0200 (CEST) Message-Id: <20020802233842.0036BCB9090@guineapig.pil.dk> Date: Sat, 3 Aug 2002 01:38:42 +0200 (CEST) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41272: maintainer-update security/p5-Crypt-SSLeay to 0.45 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41272 >Category: ports >Synopsis: maintainer-update security/p5-Crypt-SSLeay to 0.45 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 02 17:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.6-RELEASE-p1 i386 >Organization: pil.dk >Environment: System: FreeBSD guineapig.pil.dk 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #10: Thu Jun 27 12:30:28 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386 >Description: update to 0.45 >How-To-Repeat: >Fix: --- p5-Crypt-SSLeay.diff begins here --- diff -ruN p5-Crypt-SSLeay.orig/Makefile p5-Crypt-SSLeay/Makefile --- p5-Crypt-SSLeay.orig/Makefile Sat Aug 3 01:25:44 2002 +++ p5-Crypt-SSLeay/Makefile Sat Aug 3 01:26:35 2002 @@ -6,7 +6,7 @@ # PORTNAME= Crypt-SSLeay -PORTVERSION= 0.43 +PORTVERSION= 0.45 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff -ruN p5-Crypt-SSLeay.orig/distinfo p5-Crypt-SSLeay/distinfo --- p5-Crypt-SSLeay.orig/distinfo Sat Aug 3 01:25:44 2002 +++ p5-Crypt-SSLeay/distinfo Sat Aug 3 01:26:41 2002 @@ -1 +1 @@ -MD5 (Crypt-SSLeay-0.43.tar.gz) = b09a41a44da7151e40e21873ab716ea9 +MD5 (Crypt-SSLeay-0.45.tar.gz) = af2318519001d9b780ae419bc6c38ac1 --- p5-Crypt-SSLeay.diff ends here --- >Release-Note: >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 2 17:10:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C39A337B400 for ; Fri, 2 Aug 2002 17:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB70943E6E for ; Fri, 2 Aug 2002 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g730A1JU039560 for ; Fri, 2 Aug 2002 17:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g730A1lM039559; Fri, 2 Aug 2002 17:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76DFF37B400 for ; Fri, 2 Aug 2002 17:00:47 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC5B43E42 for ; Fri, 2 Aug 2002 17:00:46 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g7300kOT088191 for ; Fri, 2 Aug 2002 17:00:46 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g7300kP7088190; Fri, 2 Aug 2002 17:00:46 -0700 (PDT) Message-Id: <200208030000.g7300kP7088190@www.freebsd.org> Date: Fri, 2 Aug 2002 17:00:46 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41274: Update port: print/ghostscript-afpl (fix ports/40078) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41274 >Category: ports >Synopsis: Update port: print/ghostscript-afpl (fix ports/40078) >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 02 17:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Spin off Gimp-Print driver - Update EPLASER driver to version 3.0.4 - Update GDI driver Remove file: files/gdi.contrib.mak files/patch-src:gdevgdi.c This PR supersedes following PRs. [2002/06/18] ports/39483 ports Update port: print/ghostscript-afpl [2002/06/18] ports/39489 ports Update port: print/ghostscript-afpl (fix ports/39483) [2002/06/29] ports/39991 ports Update port: print/ghostscript-afpl (fix ports/39489) [2002/07/01] ports/40078 ports Update port: print/ghostscript-afpl (fix ports/39991) >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript-afpl/Makefile print/ghostscript-afpl/Makefile --- /usr/ports/print/ghostscript-afpl/Makefile Fri Jun 28 19:22:17 2002 +++ print/ghostscript-afpl/Makefile Sat Aug 3 08:44:12 2002 @@ -7,36 +7,36 @@ PORTNAME= ghostscript PORTVERSION= 7.04 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:DEFAULT,fonts,gprint/} \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gs_fonts/} \ http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \ http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/:hpdj_pcl3 \ http://www.harsch.net/Download/:dj970 \ http://plaza26.mbn.or.jp/~higamasa/gdevmd2k/:md2k \ - ${MASTER_SITE_PORTS_JP:S/$/:ports_jp/} \ + ${MASTER_SITE_PORTS_JP:S/$/:ports_jp,ports_jp_gs/} \ + http://www.ucatv.ne.jp/~taeko/software/gs/:lips \ http://www.humblesoft.com/pub/:epag \ - http://www.epkowa.on.arena.ne.jp/pips/data/gs65_301/:eplaser \ + http://www.epkowa.on.arena.ne.jp/pips/data/gs65_304/:eplaser \ http://www.ceres.dti.ne.jp/~owatanab/gdevnpdl/:npdl \ http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/:fonts \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs704/ -MASTER_SITE_SUBDIR= ghostscript/:DEFAULT,fonts,ports_jp \ - gimp-print/:gprint +MASTER_SITE_SUBDIR= ghostscript/:gs_srcs,gs_fonts,ports_jp_gs \ + ./:ports_jp PKGNAMESUFFIX= -afpl -DISTFILES= ${GS_SRCS}:DEFAULT \ - ${GS_FONTS_STD}:fonts \ - ${GS_FONTS_OTHER}:fonts \ +DISTFILES= ${GS_SRCS}:gs_srcs \ + ${GS_FONTS_STD}:gs_fonts \ + ${GS_FONTS_OTHER}:gs_fonts \ ${HP8XX_SRCS}:hp8xx \ ${HPDJ_SRCS}:hpdj_pcl3 \ ${PCL3_SRCS}:hpdj_pcl3 \ ${DJ970_SRCS}:dj970 \ - ${GPRINT_SRCS}:gprint \ ${MD2K_SRCS}:md2k \ - ${ALPS_SRCS}:ports_jp \ - ${BJ10V_SRCS}:ports_jp \ - ${LIPS_SRCS}:ports_jp \ - ${DMPRT_SRCS}:ports_jp \ + ${ALPS_SRCS}:ports_jp_gs \ + ${BJ10V_SRCS}:ports_jp_gs \ + ${LIPS_SRCS}:lips \ + ${DMPRT_SRCS}:ports_jp_gs \ ${EPAG_SRCS}:epag \ ${EPLASER_SRCS}:eplaser \ ${MJC_SRCS}:ports_jp \ @@ -54,8 +54,8 @@ WRKSRC= ${WRKDIR}/gs${PORTVERSION} -USE_REINPLACE= yes USE_BZIP2= yes +USE_REINPLACE= yes USE_GMAKE= yes MAKE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" @@ -138,13 +138,6 @@ DJ970= gdevdj9 DJ970_SRCS= ${DJ970}.c.gz -# Gimp-Print - very high quality driver for Epson, HPs,... -# http://gimp-print.sourceforge.net/ -GPRINT= gimp-print -GPRINT_VERS= 4.2.1 -GPRINT_NAME= ${GPRINT}-${GPRINT_VERS} -GPRINT_SRCS= ${GPRINT_NAME}.tar.gz - # MD2K - additional driver for Alps MD-2000/2010/4000/1300/1500/5000 # http://plaza26.mbn.or.jp/~higamasa/gdevmd2k/ MD2K= md2k @@ -164,6 +157,7 @@ BJ10V_SRCS= ${BJ10V_NAME}.tar.gz # LIPS - additional driver for Canon LIPS II+/III/IVc/IV printers +# http://www.ucatv.ne.jp/~taeko/software/gs/ LIPS= lips LIPS_VERS= 2.4.0 LIPS_NAME= gdevlips-${LIPS_VERS} @@ -176,7 +170,7 @@ DMPRT_SRCS= ${DMPRT_NAME}.tar.gz # EPAG - additional driver for Epson ESC/Page printers -# http://www.humblesoft.com/ +# http://www.humblesoft.com/gdevepag.html EPAG= epag EPAG_VERS= 3.09 EPAG_NAME= ${EPAG}-${EPAG_VERS} @@ -185,7 +179,7 @@ # EPLASER - additional driver for ESC/Page printers (Epson Kowa developed) # http://www.epkowa.co.jp/linux/lpd.html EPLASER= eplaser -EPLASER_VERS= 3.0.1 +EPLASER_VERS= 3.0.4 EPLASER_NAME= ${EPLASER}-${EPLASER_VERS} EPLASER_SRCS= ${EPLASER_NAME}-651.tgz @@ -203,7 +197,7 @@ # GDI - additional driver for Samsung SmartGDI laser printers GDI= gdi -GDI_NAME= samsung-gdi-driver-gs5.50 +GDI_NAME= Samsung-SmartGDI-all-GS GDI_SRCS= ${GDI_NAME}.tar.gz # contributed uniprint profiles @@ -245,9 +239,6 @@ ${ECHO_MSG} ">>> extracting ${DJ970_SRCS} ..." ${CP} ${DISTDIR}/${DIST_SUBDIR}/${DJ970_SRCS} ${WRKSRC}/src ${GUNZIP_CMD} ${WRKSRC}/src/${DJ970_SRCS} -# for Gimp-Print driver - ${ECHO_MSG} ">>> extracting ${GPRINT_SRCS} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GPRINT_SRCS} # for MD2K driver ${ECHO_MSG} ">>> extracting ${MD2K_SRCS} ..." ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${MD2K_SRCS} @@ -316,10 +307,6 @@ ${ECHO_MSG} ">>> adding ${DJ970} driver to contrib.mak ..." ${CAT} ${FILESDIR}/dj970.contrib.mak \ >> ${WRKSRC}/src/contrib.mak -# for Gimp-Print driver - ${ECHO_MSG} ">>> adding ${GPRINT} driver to contrib.mak ..." - ${CAT} ${FILESDIR}/stp.contrib.mak \ - >> ${WRKSRC}/src/contrib.mak # for MD2K driver ${ECHO_MSG} ">>> adding ${MD2K} driver to contrib.mak ..." ${CAT} ${WRKSRC}/${MD2K_NAME}/gdevmd2k.mak-5.50 \ @@ -360,7 +347,7 @@ >> ${WRKSRC}/src/contrib.mak # for GDI driver ${ECHO_MSG} ">>> adding ${GDI} driver to contrib.mak ..." - ${CAT} ${FILESDIR}/gdi.contrib.mak \ + ${CAT} ${WRKSRC}/src/smartgdi-contrib.mak \ >> ${WRKSRC}/src/contrib.mak do-configure: @@ -371,36 +358,12 @@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure .endif -post-configure: - ${ECHO_MSG} ">>> in post-configure ..." -# for Gimp-Print driver - ${ECHO_MSG} ">>> running configure script for ${GPRINT} library ..." - cd ${WRKSRC}/${GPRINT_NAME} ; \ - ${SETENV} ${MAKE_ENV} ${SH} ./configure \ - --without-translated-ppds --with-ghost \ - --without-gimp --without-samples \ - --without-user-guide --disable-escputil \ - --disable-nls --disable-shared \ - --prefix=${PREFIX} - pre-build: ${ECHO_MSG} ">>> in pre-build ..." ${ECHO_MSG} ">>> creating directories for compilation ..." ${MKDIR} ${WRKSRC}/obj ${MKDIR} ${WRKSRC}/bin ${LN} -sf ${WRKSRC}/src/unix-gcc.mak ${WRKSRC}/Makefile -# for Gimp-Print driver - ${ECHO_MSG} ">>> building ${GPRINT} library ..." - cd ${WRKSRC}/${GPRINT_NAME} ; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile - ${ECHO_MSG} ">>> creating symlinks for ${GPRINT} ..." - ${LN} -sf ${WRKSRC}/${GPRINT_NAME}/src/ghost/*.[ch] \ - ${WRKSRC}/src - ${MKDIR} ${WRKSRC}/${GPRINT} - ${LN} -sf ${WRKSRC}/${GPRINT_NAME}/include/gimp-print \ - ${WRKSRC}/${GPRINT}/gimp-print - ${LN} -sf ${WRKSRC}/${GPRINT_NAME}/src/main/.libs/libgimpprint.a \ - ${WRKSRC}/${GPRINT}/libgimpprint.a # for MD2K driver ${ECHO_MSG} ">>> creating symlinks for ${MD2K} ..." .for i in gdevmd2k.c @@ -530,13 +493,6 @@ ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ ${DOCSDIR}/${PORTVERSION}/${PCL3} .endfor -# for Gimp-Print driver - ${ECHO_MSG} ">>> installing ${GPRINT} docs ..." - ${MKDIR} ${DOCSDIR}/${PORTVERSION}/${GPRINT} -.for i in README - ${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/src/ghost/${i} \ - ${DOCSDIR}/${PORTVERSION}/${GPRINT} -.endfor # for MD2K driver ${ECHO_MSG} ">>> installing ${MD2K} docs ..." ${MKDIR} ${DOCSDIR}/${PORTVERSION}/${MD2K} @@ -586,7 +542,7 @@ # for EPLASER driver ${ECHO_MSG} ">>> installing ${EPLASER} docs ..." ${MKDIR} ${DOCSDIR}/${PORTVERSION}/${EPLASER} -.for i in readme-eplaser-651.euc +.for i in readme-eplaser-651.euc readme-eplaser-651-jp.euc ${INSTALL_DATA} ${WRKSRC}/${EPLASER_NAME}/${i} \ ${DOCSDIR}/${PORTVERSION}/${EPLASER} .endfor @@ -603,6 +559,13 @@ .for i in gdevnpdl.jis ${INSTALL_DATA} ${WRKSRC}/${NPDL_NAME}/${i} \ ${DOCSDIR}/${PORTVERSION}/${NPDL} +.endfor +# for GDI driver + ${ECHO_MSG} ">>> installing ${GDI} docs ..." + ${MKDIR} ${DOCSDIR}/${PORTVERSION}/${GDI} +.for i in README + ${INSTALL_DATA} ${WRKSRC}/src/${i} \ + ${DOCSDIR}/${PORTVERSION}/${GDI} .endfor .endif ${ECHO_MSG} "> post-installation tasks completed." diff -urN /usr/ports/print/ghostscript-afpl/distinfo print/ghostscript-afpl/distinfo --- /usr/ports/print/ghostscript-afpl/distinfo Fri May 10 20:51:22 2002 +++ print/ghostscript-afpl/distinfo Sat Aug 3 06:50:59 2002 @@ -5,14 +5,13 @@ MD5 (ghostscript/hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be MD5 (ghostscript/pcl3-3.3.tar.gz) = 34e664c2a98b847598f8441f8cac7ab6 MD5 (ghostscript/gdevdj9.c.gz) = 3a9c20c34b79ffab434abfbcc31d1c27 -MD5 (ghostscript/gimp-print-4.2.1.tar.gz) = 62f59f0bf0b4d2843cc9953f3b4f894f MD5 (ghostscript/gdevmd2k-0.2a.tar.gz) = 5ed2b4218b8f77cb411f3d2e4509ed24 MD5 (ghostscript/gdevalps-0.21.tar.gz) = 553bee251b96105eb7d1d7f4027ac0e9 MD5 (ghostscript/gdev10v.tar.gz) = 1486bb54c214ce215044a6c606280d73 MD5 (ghostscript/gdevlips-2.4.0.tar.gz) = 89327cac37665f3fdbae0da5f2c8a89f MD5 (ghostscript/dmprt-2.01.tar.gz) = c7a9fb127fde5d888a798bf5e1822b88 MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3 -MD5 (ghostscript/eplaser-3.0.1-651.tgz) = 3baf7b0ba2fea5ea354906ab43caf254 +MD5 (ghostscript/eplaser-3.0.4-651.tgz) = 71ba8635e865731c51b6e8fab3c15d2d MD5 (ghostscript/gdevmjc-0.8.tar.gz) = 228f41c3cccce22c8f477c7a9407527c MD5 (ghostscript/gdevnpdl-1.6.3.tar.gz) = 6c8dad13d07bbaf6e951d6d2d6b8a9f2 -MD5 (ghostscript/samsung-gdi-driver-gs5.50.tar.gz) = d85da4a9e26f2d751a22b6f1e19fc6d1 +MD5 (ghostscript/Samsung-SmartGDI-all-GS.tar.gz) = e6963f6c9460a964fe57d38479bbdd41 diff -urN /usr/ports/print/ghostscript-afpl/files/gdi.contrib.mak print/ghostscript-afpl/files/gdi.contrib.mak --- /usr/ports/print/ghostscript-afpl/files/gdi.contrib.mak Wed Apr 3 12:01:26 2002 +++ print/ghostscript-afpl/files/gdi.contrib.mak Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ -### ---------------- The Samsung SmartGDI laser printer devices --------- ### -### Note : this driver is used by Samsung SmartGDI compatible printers. ### -### - -GDIMONO=$(GLOBJ)gdevgdi.$(OBJ) $(HPPCL) - -$(GLOBJ)gdevgdi.$(OBJ): $(GLSRC)gdevgdi.c $(PDEVH) $(gsparam_h) - $(GLCC) $(GLO_)gdevgdi.$(OBJ) $(C_) $(GLSRC)gdevgdi.c - -$(DD)gdi.dev: $(GDIMONO) $(DD)page.dev - $(SETPDEV) $(DD)gdi $(GDIMONO) - diff -urN /usr/ports/print/ghostscript-afpl/files/patch-src:gdevgdi.c print/ghostscript-afpl/files/patch-src:gdevgdi.c --- /usr/ports/print/ghostscript-afpl/files/patch-src:gdevgdi.c Wed Apr 3 12:01:26 2002 +++ print/ghostscript-afpl/files/patch-src:gdevgdi.c Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- src/gdevgdi.c.orig Fri Feb 9 04:51:11 2001 -+++ src/gdevgdi.c Tue Aug 21 11:17:56 2001 -@@ -24,6 +24,7 @@ - /* SAMSUNG GDI driver for Ghostscript */ - #include "gdevprn.h" - #include "gdevpcl.h" -+#include "gsparam.h" - - - /* -@@ -126,7 +127,7 @@ - private int - gdi_open(gx_device *pdev) - { /* Change the margins if necessary. */ -- const float _ds *m = 0; -+ const float *m = 0; - bool move_origin = true; - - static const float m_a4[4] = { GDI_MARGINS_A4 }; diff -urN /usr/ports/print/ghostscript-afpl/files/patch-src:unix-gcc.mak print/ghostscript-afpl/files/patch-src:unix-gcc.mak --- /usr/ports/print/ghostscript-afpl/files/patch-src:unix-gcc.mak Wed Apr 3 18:36:42 2002 +++ print/ghostscript-afpl/files/patch-src:unix-gcc.mak Tue Jun 18 19:35:39 2002 @@ -1,5 +1,5 @@ --- src/unix-gcc.mak.orig Fri Feb 1 15:27:58 2002 -+++ src/unix-gcc.mak Sat Feb 9 04:34:53 2002 ++++ src/unix-gcc.mak Fri Jun 7 05:20:39 2002 @@ -26,14 +26,15 @@ # source, generated intermediate file, and object directories # for the graphics library (GL) and the PostScript/PDF interpreter (PS). @@ -101,7 +101,7 @@ # specific stuff that typically needs; nevertheless, we expect # gcc to accept ANSI-style function prototypes and function definitions. -XCFLAGS= -+XCFLAGS+=-I${.CURDIR}/gimp-print ++#XCFLAGS= CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) @@ -110,7 +110,7 @@ # giving the full path names of the shared library directories. # XLDFLAGS can be set from the command line. -XLDFLAGS= -+XLDFLAGS=-L${.CURDIR}/gimp-print -L${LOCALBASE}/lib ++XLDFLAGS=-L${LOCALBASE}/lib LDFLAGS=$(XLDFLAGS) -fno-common diff -urN /usr/ports/print/ghostscript-afpl/pkg-plist print/ghostscript-afpl/pkg-plist --- /usr/ports/print/ghostscript-afpl/pkg-plist Fri May 10 20:51:23 2002 +++ print/ghostscript-afpl/pkg-plist Thu Jun 27 06:12:36 2002 @@ -44,7 +44,8 @@ %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/epag/gsepagif.sh %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/epag/psprint %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/eplaser/readme-eplaser-651.euc -%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/gimp-print/README +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/eplaser/readme-eplaser-651-jp.euc +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/gdi/README %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/NEWS %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/hpdj.html %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/lips/Gdevlips.htm @@ -529,7 +530,7 @@ %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/md2k %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/lips %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/hpdj -%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/gimp-print +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/gdi %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/eplaser %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/epag %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/dmprt diff -urN /usr/ports/print/ghostscript-afpl/scripts/configure print/ghostscript-afpl/scripts/configure --- /usr/ports/print/ghostscript-afpl/scripts/configure Sun Apr 28 16:30:49 2002 +++ print/ghostscript-afpl/scripts/configure Sat Aug 3 05:09:00 2002 @@ -50,7 +50,6 @@ "m8510" "C.Itoh M8510 printer" OFF \ "coslw2p" "CoStar LabelWriter II II/Plus" OFF \ "coslwxl" "CoStar LabelWriter XL" OFF \ - "stp" "Configurable Canon/Epson/Lexmark/HP driver [Gimp-Print]" ON \ "uniprint" "Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X mono/color driver" ON \ "dmprt" "Configurable dot matrix printer driver [DMPRT]" ON \ "lj250" "DEC LJ250 Companion color printer" OFF \ @@ -63,23 +62,36 @@ "epag" "Epson ESC/Page laser printer (generic) [EPAG]" ON \ "escpage" "Epson ESC/Page laser printer (generic) [LIPS]" ON \ "lp2000" "Epson LP-2000/3000/7000/7000G laser printer [LIPS]" ON \ + "alc8600" "Epson AL-C8600 color laser printer [EPLASER]" ON \ + "alc8500" "Epson AL-C8500 color laser printer [EPLASER]" ON \ + "alc2000" "Epson AL-C2000 color laser printer [EPLASER]" ON \ + "alc4000" "Epson AL-C4000 color laser printer [EPLASER]" ON \ "lp8800c" "Epson LP-8800C color laser printer [EPLASER]" ON \ "lp8300c" "Epson LP-8300C color laser printer [EPLASER]" ON \ "lp8500c" "Epson LP-8500C color laser printer [EPLASER]" ON \ "lp3000c" "Epson LP-3000C color laser printer [EPLASER]" ON \ "lp8200c" "Epson LP-8200C color laser printer [EPLASER]" ON \ "lp8000c" "Epson LP-8000C color laser printer [EPLASER]" ON \ + "epl5900" "Epson EPL-5900 laser printer [EPLASER]" ON \ + "epl5800" "Epson EPL-5800 laser printer [EPLASER]" ON \ + "epl2050" "Epson EPL-N2050 laser printer [EPLASER]" ON \ + "epl2050p" "Epson EPL-N2050+ laser printer [EPLASER]" ON \ + "epl2120" "Epson EPL-N2120 laser printer [EPLASER]" ON \ + "lp7500" "Epson LP-7500(R) laser printer [EPLASER]" ON \ + "lp2400" "Epson LP-2400 laser printer [EPLASER]" ON \ "lp2200" "Epson LP-2200 laser printer [EPLASER]" ON \ "lp9400" "Epson LP-9400(R) laser printer [EPLASER]" ON \ + "lp8900" "Epson LP-8900(R) laser printer [EPLASER]" ON \ "lp8700" "Epson LP-8700(R) laser printer [EPLASER]" ON \ "lp8100" "Epson LP-8100(R) laser printer [EPLASER]" ON \ + "lp7700" "Epson LP-7700(R) laser printer [EPLASER]" ON \ "lp8600f" "Epson LP-8600FX(N) laser printer [EPLASER]" ON \ "lp8400f" "Epson LP-8400FX(N) laser printer [EPLASER]" ON \ "lp8300f" "Epson LP-8300F laser printer [EPLASER]" ON \ "lp1900" "Epson LP-1900(N) laser printer [EPLASER]" ON \ "lp9600s" "Epson LP-9600S laser printer [EPLASER]" ON \ - "lp9600" "Epson LP-9600 laser printer [EPLASER]" ON \ "lp9300" "Epson LP-9300 laser printer [EPLASER]" ON \ + "lp9600" "Epson LP-9600 laser printer [EPLASER]" ON \ "lp8600" "Epson LP-8600FX(N) laser printer [EPLASER]" ON \ "lp1800" "Epson LP-1800 laser printer [EPLASER]" ON \ "lq850" "Epson LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" OFF \ diff -urN /usr/ports/print/ghostscript-afpl/scripts/configure.batch print/ghostscript-afpl/scripts/configure.batch --- /usr/ports/print/ghostscript-afpl/scripts/configure.batch Sun Apr 28 16:30:50 2002 +++ print/ghostscript-afpl/scripts/configure.batch Sat Aug 3 05:24:43 2002 @@ -10,7 +10,9 @@ DEVICE_DEVS= \$(DD)x11.dev \$(DD)x11alpha.dev \$(DD)x11cmyk.dev \$(DD)x11cmyk2.dev \$(DD)x11cmyk4.dev \$(DD)x11cmyk8.dev \$(DD)x11gray2.dev \$(DD)x11gray4.dev \$(DD)x11mono.dev \$(DD)x11rg16x.dev \$(DD)x11rg32x.dev endif -DEVICE_DEVS+= \$(DD)md2k.dev \$(DD)md5k.dev \$(DD)md50Mono.dev \$(DD)md50Eco.dev \$(DD)md1xMono.dev \$(DD)appledmp.dev \$(DD)iwhi.dev \$(DD)iwlo.dev \$(DD)iwlq.dev \$(DD)hl7x0.dev \$(DD)bj10e.dev \$(DD)bj10v.dev \$(DD)bj10vh.dev \$(DD)bj200.dev \$(DD)bjc600.dev \$(DD)bjc800.dev \$(DD)lbp8.dev \$(DD)lips2p.dev \$(DD)lips3.dev \$(DD)lips4.dev \$(DD)bjc880j.dev \$(DD)lips4v.dev \$(DD)m8510.dev \$(DD)coslw2p.dev \$(DD)coslwxl.dev \$(DD)stp.dev \$(DD)uniprint.dev \$(DD)dmprt.dev \$(DD)lj250.dev \$(DD)declj250.dev \$(DD)ap3250.dev \$(DD)epson.dev \$(DD)eps9mid.dev \$(DD)eps9high.dev \$(DD)lp8000.dev \$(DD)epag.dev \$(DD)escpage.dev \$(DD)lp2000.dev \$(DD)lp8800c.dev \$(DD)lp8300c.dev \$(DD)lp8500c.dev \$(DD)lp3000c.dev \$(DD)lp8200c.dev \$(DD)lp8000c.dev \$(DD)lp2200.dev \$(DD)lp9400.dev \$(DD)lp8700.dev \$(DD)lp8100.dev \$(DD)lp8600f.dev \$(DD)lp8400f.dev \$(DD)lp8300f.dev \$(DD)lp1900.dev \$(DD)lp9600s.dev \$(DD)lp9600.dev \$(DD)lp9300.dev \$(DD)lp8600.dev \$(DD)lp1800.dev \$(DD )lq850.dev \$(DD)epsonc.dev \$(DD)mjc180.dev \$(DD)mjc360.dev \$(DD)mjc720.dev \$(DD)mj500c.dev \$(DD)st800.dev \$(DD)stcolor.dev \$(DD)photoex.dev \$(DD)lp2563.dev \$(DD)dnj650c.dev \$(DD)deskjet.dev \$(DD)djet500.dev \$(DD)cdeskjet.dev \$(DD)djet500c.dev \$(DD)cdjcolor.dev \$(DD)cdjmono.dev \$(DD)cdj500.dev \$(DD)cdj550.dev \$(DD)cdj670.dev \$(DD)cdj850.dev \$(DD)cdj880.dev \$(DD)cdj890.dev \$(DD)cdj1600.dev \$(DD)cdj970.dev \$(DD)laserjet.dev \$(DD)ljetplus.dev \$(DD)ljet2p.dev \$(DD)ljet3.dev \$(DD)ljet3d.dev \$(DD)ljet4.dev \$(DD)ljet4d.dev \$(DD)lj4dith.dev \$(DD)cljet5.dev \$(DD)cljet5c.dev \$(DD)cljet5pr.dev \$(DD)lj5mono.dev \$(DD)lj5gray.dev \$(DD)pj.dev \$(DD)pjetxl.dev \$(DD)pjxl.dev \$(DD)paintjet.dev \$(DD)pjxl300.dev \$(DD)pxlmono.dev \$(DD)pxlcolor.dev \$(DD)pcl3.dev \$(DD)hpdj.dev \$(DD)ijs.dev \$(DD)ibmpro.dev \$(DD)jetp3852.dev \$(DD)imagen.dev \$(DD)fs600.dev \$(DD)lxm5700m.dev \$(DD)cp50.dev \$(DD)necp6.dev \$(DD)npdl.dev \$(DD)oce9050.dev \$(DD)oki182.d ev \$(DD)okiibm.dev \$(DD)atx23.dev \$(DD)atx24.dev \$(DD)at! x38.dev \$(DD)r4081.dev \$(DD)rpdl.dev \$(DD)gdi.dev \$(DD)sj48.dev \$(DD)t4693d2.dev \$(DD)t4693d4.dev \$(DD)t4693d8.dev \$(DD)tek4696.dev \$(DD)bmpmono.dev \$(DD)bmpgray.dev \$(DD)bmp16.dev \$(DD)bmp256.dev \$(DD)bmp16m.dev \$(DD)bmp32b.dev \$(DD)bmpsep1.dev \$(DD)bmpsep8.dev \$(DD)ccr.dev \$(DD)cgmmono.dev \$(DD)cgm8.dev \$(DD)cgm24.dev \$(DD)cif.dev \$(DD)dfaxhigh.dev \$(DD)dfaxlow.dev \$(DD)faxg3.dev \$(DD)faxg32d.dev \$(DD)faxg4.dev \$(DD)miff24.dev \$(DD)inferno.dev \$(DD)jpeg.dev \$(DD)jpeggray.dev \$(DD)mgrmono.dev \$(DD)mgrgray2.dev \$(DD)mgrgray4.dev \$(DD)mgrgray8.dev \$(DD)mgr4.dev \$(DD)mgr8.dev \$(DD)pcxmono.dev \$(DD)pcxgray.dev \$(DD)pcx16.dev \$(DD)pcx256.dev \$(DD)pcx24b.dev \$(DD)pcxcmyk.dev \$(DD)pdfwrite.dev \$(DD)bit.dev \$(DD)bitrgb.dev \$(DD)bitcmyk.dev \$(DD)plan9bm.dev \$(DD)pbm.dev \$(DD)pbmraw.dev \$(DD)pgm.dev \$(DD)pgmraw.dev \$(DD)pgnm.dev \$(DD)pgnmraw.dev \$(DD)pnm.dev \$(DD)pnmraw.dev \$(DD)ppm.dev \$(DD)ppmraw.dev \$(DD)pkm.dev \$(DD)pkmraw .dev \$(DD)pksm.dev \$(DD)pksmraw.dev \$(DD)pngmono.dev \$(DD)pnggray.dev \$(DD)png16.dev \$(DD)png256.dev \$(DD)png16m.dev \$(DD)psmono.dev \$(DD)psgray.dev \$(DD)psrgb.dev \$(DD)pswrite.dev \$(DD)epswrite.dev \$(DD)sgirgb.dev \$(DD)sunhmono.dev \$(DD)tiffcrle.dev \$(DD)tiffg3.dev \$(DD)tiffg32d.dev \$(DD)tiffg4.dev \$(DD)tiff12nc.dev \$(DD)tiff24nc.dev \$(DD)tifflzw.dev \$(DD)tiffpack.dev +DEVICE_DEVS+= \$(DD)md2k.dev \$(DD)md5k.dev \$(DD)md50Mono.dev \$(DD)md50Eco.dev \$(DD)md1xMono.dev \$(DD)appledmp.dev \$(DD)iwhi.dev \$(DD)iwlo.dev \$(DD)iwlq.dev \$(DD)hl7x0.dev \$(DD)bj10e.dev \$(DD)bj10v.dev \$(DD)bj10vh.dev \$(DD)bj200.dev \$(DD)bjc600.dev \$(DD)bjc800.dev \$(DD)lbp8.dev \$(DD)lips2p.dev \$(DD)lips3.dev \$(DD)lips4.dev \$(DD)bjc880j.dev \$(DD)lips4v.dev \$(DD)m8510.dev \$(DD)coslw2p.dev \$(DD)coslwxl.dev \$(DD)uniprint.dev \$(DD)dmprt.dev \$(DD)lj250.dev \$(DD)declj250.dev \$(DD)ap3250.dev \$(DD)epson.dev \$(DD)eps9mid.dev \$(DD)eps9high.dev \$(DD)lp8000.dev \$(DD)epag.dev \$(DD)escpage.dev \$(DD)lp2000.dev \$(DD)alc8600.dev \$(DD)alc8500.dev \$(DD)alc2000.dev \$(DD)alc4000.dev \$(DD)lp8800c.dev \$(DD)lp8300c.dev \$(DD)lp8500c.dev \$(DD)lp3000c.dev \$(DD)lp8200c.dev \$(DD)lp8000c.dev \$(DD)epl5900.dev \$(DD)epl5800.dev \$(DD)epl2050.dev \$(DD)epl2050p.dev \$(DD)epl2120.dev \$(DD)lp7500.dev \$(DD)lp2400.dev \$(DD)lp2200.dev \$(DD)lp9400.dev \$(DD)lp8900. dev \$(DD)lp8700.dev \$(DD)lp8100.dev \$(DD)lp7700.dev \$(DD)lp8600f.dev \$(DD)lp8400f.dev \$(DD)lp8300f.dev \$(DD)lp1900.dev \$(DD)lp9600s.dev \$(DD)lp9300.dev \$(DD)lp9600.dev \$(DD)lp8600.dev \$(DD)lp1800.dev \$(DD)lq850.dev \$(DD)epsonc.dev \$(DD)mjc180.dev \$(DD)mjc360.dev \$(DD)mjc720.dev \$(DD)mj500c.dev \$(DD)st800.dev \$(DD)stcolor.dev \$(DD)photoex.dev \$(DD)lp2563.dev \$(DD)dnj650c.dev \$(DD)deskjet.dev \$(DD)djet500.dev \$(DD)cdeskjet.dev \$(DD)djet500c.dev \$(DD)cdjcolor.dev \$(DD)cdjmono.dev \$(DD)cdj500.dev \$(DD)cdj550.dev \$(DD)cdj670.dev \$(DD)cdj850.dev \$(DD)cdj880.dev \$(DD)cdj890.dev \$(DD)cdj1600.dev \$(DD)cdj970.dev \$(DD)laserjet.dev \$(DD)ljetplus.dev \$(DD)ljet2p.dev \$(DD)ljet3.dev \$(DD)ljet3d.dev \$(DD)ljet4.dev \$(DD)ljet4d.dev \$(DD)lj4dith.dev \$(DD)cljet5.dev \$(DD)cljet5c.dev \$(DD)cljet5pr.dev \$(DD)lj5mono.dev \$(DD)lj5gray.dev \$(DD)pj.dev \$(DD)pjetxl.dev \$(DD)pjxl.dev \$(DD)paintjet.dev \$(DD)pjxl300.dev \$(DD)pxlmono.dev \$(DD)pxlcol or.dev \$(DD)pcl3.dev \$(DD)hpdj.dev \$(DD)ijs.dev \$(DD)ibm! pro.dev \$(DD)jetp3852.dev \$(DD)imagen.dev \$(DD)fs600.dev \$(DD)lxm5700m.dev \$(DD)cp50.dev \$(DD)necp6.dev \$(DD)npdl.dev \$(DD)oce9050.dev \$(DD)oki182.dev \$(DD)okiibm.dev \$(DD)atx23.dev \$(DD)atx24.dev \$(DD)atx38.dev \$(DD)r4081.dev \$(DD)rpdl.dev \$(DD)gdi.dev \$(DD)sj48.dev \$(DD)t4693d2.dev \$(DD)t4693d4.dev \$(DD)t4693d8.dev \$(DD)tek4696.dev + +DEVICE_DEVS+= \$(DD)bmpmono.dev \$(DD)bmpgray.dev \$(DD)bmp16.dev \$(DD)bmp256.dev \$(DD)bmp16m.dev \$(DD)bmp32b.dev \$(DD)bmpsep1.dev \$(DD)bmpsep8.dev \$(DD)ccr.dev \$(DD)cgmmono.dev \$(DD)cgm8.dev \$(DD)cgm24.dev \$(DD)cif.dev \$(DD)dfaxhigh.dev \$(DD)dfaxlow.dev \$(DD)faxg3.dev \$(DD)faxg32d.dev \$(DD)faxg4.dev \$(DD)miff24.dev \$(DD)inferno.dev \$(DD)jpeg.dev \$(DD)jpeggray.dev \$(DD)mgrmono.dev \$(DD)mgrgray2.dev \$(DD)mgrgray4.dev \$(DD)mgrgray8.dev \$(DD)mgr4.dev \$(DD)mgr8.dev \$(DD)pcxmono.dev \$(DD)pcxgray.dev \$(DD)pcx16.dev \$(DD)pcx256.dev \$(DD)pcx24b.dev \$(DD)pcxcmyk.dev \$(DD)pdfwrite.dev \$(DD)bit.dev \$(DD)bitrgb.dev \$(DD)bitcmyk.dev \$(DD)plan9bm.dev \$(DD)pbm.dev \$(DD)pbmraw.dev \$(DD)pgm.dev \$(DD)pgmraw.dev \$(DD)pgnm.dev \$(DD)pgnmraw.dev \$(DD)pnm.dev \$(DD)pnmraw.dev \$(DD)ppm.dev \$(DD)ppmraw.dev \$(DD)pkm.dev \$(DD)pkmraw.dev \$(DD)pksm.dev \$(DD)pksmraw.dev \$(DD)pngmono.dev \$(DD)pnggray.dev \$(DD)png16.dev \$(DD)png256.dev \$(DD)png16m.dev \ $(DD)psmono.dev \$(DD)psgray.dev \$(DD)psrgb.dev \$(DD)pswrite.dev \$(DD)epswrite.dev \$(DD)sgirgb.dev \$(DD)sunhmono.dev \$(DD)tiffcrle.dev \$(DD)tiffg3.dev \$(DD)tiffg32d.dev \$(DD)tiffg4.dev \$(DD)tiff12nc.dev \$(DD)tiff24nc.dev \$(DD)tifflzw.dev \$(DD)tiffpack.dev !EOT # create one new Makefile, where DEVICE_DEVS contains all wanted devices >Release-Note: >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 2 17:10:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E23BD37B405 for ; Fri, 2 Aug 2002 17:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D05243E3B for ; Fri, 2 Aug 2002 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g730A2JU039573 for ; Fri, 2 Aug 2002 17:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g730A1GI039572; Fri, 2 Aug 2002 17:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E9537B400 for ; Fri, 2 Aug 2002 17:01:34 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDDE143E4A for ; Fri, 2 Aug 2002 17:01:33 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g7301XOT088393 for ; Fri, 2 Aug 2002 17:01:33 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g7301XeF088392; Fri, 2 Aug 2002 17:01:33 -0700 (PDT) Message-Id: <200208030001.g7301XeF088392@www.freebsd.org> Date: Fri, 2 Aug 2002 17:01:33 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41275: Update port: print/ghostscript-gnu (fix ports/40079) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41275 >Category: ports >Synopsis: Update port: print/ghostscript-gnu (fix ports/40079) >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 02 17:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Spin off Gimp-Print driver - Update EPLASER driver to version 3.0.4 - Update GDI driver Remove file: files/gdi.contrib.mak files/patch-src:gdevgdi.c This PR supersedes following PRs. [2002/06/18] ports/39484 ports Update port: print/ghostscript-gnu [2002/06/18] ports/39490 ports Update port: print/ghostscript-gnu (fix ports/39484) [2002/06/29] ports/39992 ports Update port: print/ghostscript-gnu (fix ports/39490) [2002/07/01] ports/40079 ports Update port: print/ghostscript-gnu (fix ports/39992) >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript-gnu/Makefile print/ghostscript-gnu/Makefile --- /usr/ports/print/ghostscript-gnu/Makefile Fri Jun 28 19:22:18 2002 +++ print/ghostscript-gnu/Makefile Sat Aug 3 08:44:02 2002 @@ -7,37 +7,37 @@ PORTNAME= ghostscript PORTVERSION= 7.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_GNU:S/$/:fonts/} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:DEFAULT,gprint/} \ +MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gs_fonts/} \ + ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs/} \ http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \ http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/:hpdj_pcl3 \ http://www.harsch.net/Download/:dj970 \ http://plaza26.mbn.or.jp/~higamasa/gdevmd2k/:md2k \ - ${MASTER_SITE_PORTS_JP:S/$/:ports_jp/} \ + ${MASTER_SITE_PORTS_JP:S/$/:ports_jp,ports_jp_gs/} \ + http://www.ucatv.ne.jp/~taeko/software/gs/:lips \ http://www.humblesoft.com/pub/:epag \ - http://www.epkowa.on.arena.ne.jp/pips/data/gs65_301/:eplaser \ + http://www.epkowa.on.arena.ne.jp/pips/data/gs65_304/:eplaser \ http://www.ceres.dti.ne.jp/~owatanab/gdevnpdl/:npdl \ http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts/:fonts \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs705/ -MASTER_SITE_SUBDIR= ghostscript/:DEFAULT,fonts,ports_jp \ - gimp-print/:gprint +MASTER_SITE_SUBDIR= ghostscript/:gs_srcs,gs_fonts,ports_jp_gs \ + ./:ports_jp PKGNAMESUFFIX= -gnu -DISTFILES= ${GS_SRCS}:DEFAULT \ - ${GS_FONTS_STD}:fonts \ - ${GS_FONTS_OTHER}:fonts \ +DISTFILES= ${GS_SRCS}:gs_srcs \ + ${GS_FONTS_STD}:gs_fonts \ + ${GS_FONTS_OTHER}:gs_fonts \ ${HP8XX_SRCS}:hp8xx \ ${HPDJ_SRCS}:hpdj_pcl3 \ ${PCL3_SRCS}:hpdj_pcl3 \ ${DJ970_SRCS}:dj970 \ - ${GPRINT_SRCS}:gprint \ ${MD2K_SRCS}:md2k \ - ${ALPS_SRCS}:ports_jp \ - ${BJ10V_SRCS}:ports_jp \ - ${LIPS_SRCS}:ports_jp \ - ${DMPRT_SRCS}:ports_jp \ + ${ALPS_SRCS}:ports_jp_gs \ + ${BJ10V_SRCS}:ports_jp_gs \ + ${LIPS_SRCS}:lips \ + ${DMPRT_SRCS}:ports_jp_gs \ ${EPAG_SRCS}:epag \ ${EPLASER_SRCS}:eplaser \ ${MJC_SRCS}:ports_jp \ @@ -51,8 +51,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -USE_REINPLACE= yes USE_BZIP2= yes +USE_REINPLACE= yes USE_GMAKE= yes MAKE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" @@ -135,13 +135,6 @@ DJ970= gdevdj9 DJ970_SRCS= ${DJ970}.c.gz -# Gimp-Print - very high quality driver for Epson, HPs,... -# http://gimp-print.sourceforge.net/ -GPRINT= gimp-print -GPRINT_VERS= 4.2.1 -GPRINT_NAME= ${GPRINT}-${GPRINT_VERS} -GPRINT_SRCS= ${GPRINT_NAME}.tar.gz - # MD2K - additional driver for Alps MD-2000/2010/4000/1300/1500/5000 # http://plaza26.mbn.or.jp/~higamasa/gdevmd2k/ MD2K= md2k @@ -161,6 +154,7 @@ BJ10V_SRCS= ${BJ10V_NAME}.tar.gz # LIPS - additional driver for Canon LIPS II+/III/IVc/IV printers +# http://www.ucatv.ne.jp/~taeko/software/gs/ LIPS= lips LIPS_VERS= 2.4.0 LIPS_NAME= gdevlips-${LIPS_VERS} @@ -173,7 +167,7 @@ DMPRT_SRCS= ${DMPRT_NAME}.tar.gz # EPAG - additional driver for Epson ESC/Page printers -# http://www.humblesoft.com/ +# http://www.humblesoft.com/gdevepag.html EPAG= epag EPAG_VERS= 3.09 EPAG_NAME= ${EPAG}-${EPAG_VERS} @@ -182,7 +176,7 @@ # EPLASER - additional driver for ESC/Page printers (Epson Kowa developed) # http://www.epkowa.co.jp/linux/lpd.html EPLASER= eplaser -EPLASER_VERS= 3.0.1 +EPLASER_VERS= 3.0.4 EPLASER_NAME= ${EPLASER}-${EPLASER_VERS} EPLASER_SRCS= ${EPLASER_NAME}-651.tgz @@ -200,7 +194,7 @@ # GDI - additional driver for Samsung SmartGDI laser printers GDI= gdi -GDI_NAME= samsung-gdi-driver-gs5.50 +GDI_NAME= Samsung-SmartGDI-all-GS GDI_SRCS= ${GDI_NAME}.tar.gz # contributed uniprint profiles @@ -240,9 +234,6 @@ ${ECHO_MSG} ">>> extracting ${DJ970_SRCS} ..." ${CP} ${DISTDIR}/${DIST_SUBDIR}/${DJ970_SRCS} ${WRKSRC}/src ${GUNZIP_CMD} ${WRKSRC}/src/${DJ970_SRCS} -# for Gimp-Print driver - ${ECHO_MSG} ">>> extracting ${GPRINT_SRCS} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GPRINT_SRCS} # for MD2K driver ${ECHO_MSG} ">>> extracting ${MD2K_SRCS} ..." ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${MD2K_SRCS} @@ -343,7 +334,7 @@ >> ${WRKSRC}/src/contrib.mak # for GDI driver ${ECHO_MSG} ">>> adding ${GDI} driver to contrib.mak ..." - ${CAT} ${FILESDIR}/gdi.contrib.mak \ + ${CAT} ${WRKSRC}/src/smartgdi-contrib.mak \ >> ${WRKSRC}/src/contrib.mak do-configure: @@ -354,34 +345,12 @@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure .endif -post-configure: - ${ECHO_MSG} ">>> in post-configure ..." -# for Gimp-Print driver - ${ECHO_MSG} ">>> running configure script for ${GPRINT} library ..." - cd ${WRKSRC}/${GPRINT_NAME} ; \ - ${SETENV} ${MAKE_ENV} ${SH} ./configure \ - --without-translated-ppds \ - --without-gimp --without-samples \ - --without-user-guide --disable-escputil \ - --disable-nls --disable-shared \ - --prefix=${PREFIX} - pre-build: ${ECHO_MSG} ">>> in pre-build ..." ${ECHO_MSG} ">>> creating directories for compilation ..." ${MKDIR} ${WRKSRC}/obj ${MKDIR} ${WRKSRC}/bin ${LN} -sf ${WRKSRC}/src/unix-gcc.mak ${WRKSRC}/Makefile -# for Gimp-Print driver - ${ECHO_MSG} ">>> building ${GPRINT} library ..." - cd ${WRKSRC}/${GPRINT_NAME} ; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile - ${ECHO_MSG} ">>> creating symlinks for ${GPRINT} ..." - ${MKDIR} ${WRKSRC}/${GPRINT} - ${LN} -sf ${WRKSRC}/${GPRINT_NAME}/include/gimp-print \ - ${WRKSRC}/${GPRINT}/gimp-print - ${LN} -sf ${WRKSRC}/${GPRINT_NAME}/src/main/.libs/libgimpprint.a \ - ${WRKSRC}/${GPRINT}/libgimpprint.a # for MD2K driver ${ECHO_MSG} ">>> creating symlinks for ${MD2K} ..." .for i in gdevmd2k.c @@ -511,13 +480,6 @@ ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ ${DOCSDIR}/${PORTVERSION}/${PCL3} .endfor -# for Gimp-Print driver - ${ECHO_MSG} ">>> installing ${GPRINT} docs ..." - ${MKDIR} ${DOCSDIR}/${PORTVERSION}/${GPRINT} -.for i in README - ${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/src/ghost/${i} \ - ${DOCSDIR}/${PORTVERSION}/${GPRINT} -.endfor # for MD2K driver ${ECHO_MSG} ">>> installing ${MD2K} docs ..." ${MKDIR} ${DOCSDIR}/${PORTVERSION}/${MD2K} @@ -567,7 +529,7 @@ # for EPLASER driver ${ECHO_MSG} ">>> installing ${EPLASER} docs ..." ${MKDIR} ${DOCSDIR}/${PORTVERSION}/${EPLASER} -.for i in readme-eplaser-651.euc +.for i in readme-eplaser-651.euc readme-eplaser-651-jp.euc ${INSTALL_DATA} ${WRKSRC}/${EPLASER_NAME}/${i} \ ${DOCSDIR}/${PORTVERSION}/${EPLASER} .endfor @@ -584,6 +546,13 @@ .for i in gdevnpdl.jis ${INSTALL_DATA} ${WRKSRC}/${NPDL_NAME}/${i} \ ${DOCSDIR}/${PORTVERSION}/${NPDL} +.endfor +# for GDI driver + ${ECHO_MSG} ">>> installing ${GDI} docs ..." + ${MKDIR} ${DOCSDIR}/${PORTVERSION}/${GDI} +.for i in README + ${INSTALL_DATA} ${WRKSRC}/src/${i} \ + ${DOCSDIR}/${PORTVERSION}/${GDI} .endfor .endif ${ECHO_MSG} "> post-installation tasks completed." diff -urN /usr/ports/print/ghostscript-gnu/distinfo print/ghostscript-gnu/distinfo --- /usr/ports/print/ghostscript-gnu/distinfo Fri May 10 20:51:24 2002 +++ print/ghostscript-gnu/distinfo Sat Aug 3 04:58:27 2002 @@ -5,14 +5,13 @@ MD5 (ghostscript/hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be MD5 (ghostscript/pcl3-3.3.tar.gz) = 34e664c2a98b847598f8441f8cac7ab6 MD5 (ghostscript/gdevdj9.c.gz) = 3a9c20c34b79ffab434abfbcc31d1c27 -MD5 (ghostscript/gimp-print-4.2.1.tar.gz) = 62f59f0bf0b4d2843cc9953f3b4f894f MD5 (ghostscript/gdevmd2k-0.2a.tar.gz) = 5ed2b4218b8f77cb411f3d2e4509ed24 MD5 (ghostscript/gdevalps-0.21.tar.gz) = 553bee251b96105eb7d1d7f4027ac0e9 MD5 (ghostscript/gdev10v.tar.gz) = 1486bb54c214ce215044a6c606280d73 MD5 (ghostscript/gdevlips-2.4.0.tar.gz) = 89327cac37665f3fdbae0da5f2c8a89f MD5 (ghostscript/dmprt-2.01.tar.gz) = c7a9fb127fde5d888a798bf5e1822b88 MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3 -MD5 (ghostscript/eplaser-3.0.1-651.tgz) = 3baf7b0ba2fea5ea354906ab43caf254 +MD5 (ghostscript/eplaser-3.0.4-651.tgz) = 71ba8635e865731c51b6e8fab3c15d2d MD5 (ghostscript/gdevmjc-0.8.tar.gz) = 228f41c3cccce22c8f477c7a9407527c MD5 (ghostscript/gdevnpdl-1.6.3.tar.gz) = 6c8dad13d07bbaf6e951d6d2d6b8a9f2 -MD5 (ghostscript/samsung-gdi-driver-gs5.50.tar.gz) = d85da4a9e26f2d751a22b6f1e19fc6d1 +MD5 (ghostscript/Samsung-SmartGDI-all-GS.tar.gz) = e6963f6c9460a964fe57d38479bbdd41 diff -urN /usr/ports/print/ghostscript-gnu/files/gdi.contrib.mak print/ghostscript-gnu/files/gdi.contrib.mak --- /usr/ports/print/ghostscript-gnu/files/gdi.contrib.mak Thu Apr 4 11:03:09 2002 +++ print/ghostscript-gnu/files/gdi.contrib.mak Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ -### ---------------- The Samsung SmartGDI laser printer devices --------- ### -### Note : this driver is used by Samsung SmartGDI compatible printers. ### -### - -GDIMONO=$(GLOBJ)gdevgdi.$(OBJ) $(HPPCL) - -$(GLOBJ)gdevgdi.$(OBJ): $(GLSRC)gdevgdi.c $(PDEVH) $(gsparam_h) - $(GLCC) $(GLO_)gdevgdi.$(OBJ) $(C_) $(GLSRC)gdevgdi.c - -$(DD)gdi.dev: $(GDIMONO) $(DD)page.dev - $(SETPDEV) $(DD)gdi $(GDIMONO) - diff -urN /usr/ports/print/ghostscript-gnu/files/patch-src:gdevgdi.c print/ghostscript-gnu/files/patch-src:gdevgdi.c --- /usr/ports/print/ghostscript-gnu/files/patch-src:gdevgdi.c Thu Apr 4 11:03:09 2002 +++ print/ghostscript-gnu/files/patch-src:gdevgdi.c Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- src/gdevgdi.c.orig Fri Feb 9 04:51:11 2001 -+++ src/gdevgdi.c Tue Aug 21 11:17:56 2001 -@@ -24,6 +24,7 @@ - /* SAMSUNG GDI driver for Ghostscript */ - #include "gdevprn.h" - #include "gdevpcl.h" -+#include "gsparam.h" - - - /* -@@ -126,7 +127,7 @@ - private int - gdi_open(gx_device *pdev) - { /* Change the margins if necessary. */ -- const float _ds *m = 0; -+ const float *m = 0; - bool move_origin = true; - - static const float m_a4[4] = { GDI_MARGINS_A4 }; diff -urN /usr/ports/print/ghostscript-gnu/files/patch-src:unix-gcc.mak print/ghostscript-gnu/files/patch-src:unix-gcc.mak --- /usr/ports/print/ghostscript-gnu/files/patch-src:unix-gcc.mak Sun Apr 28 16:30:59 2002 +++ print/ghostscript-gnu/files/patch-src:unix-gcc.mak Tue Jun 18 19:34:25 2002 @@ -1,5 +1,5 @@ --- src/unix-gcc.mak.orig Sat Apr 20 07:23:09 2002 -+++ src/unix-gcc.mak Sat Apr 27 02:05:12 2002 ++++ src/unix-gcc.mak Fri Jun 7 05:10:20 2002 @@ -24,14 +24,15 @@ # source, generated intermediate file, and object directories # for the graphics library (GL) and the PostScript/PDF interpreter (PS). @@ -66,16 +66,7 @@ #ZLIB_NAME=gz ZLIB_NAME=z -@@ -185,6 +185,8 @@ - IJSSRCDIR=ijs - IJSEXECTYPE=unix - -+STPLIB=gimpprint -+ - # Define how to build the library archives. (These are not used in any - # standard configuration.) - -@@ -196,7 +198,7 @@ +@@ -196,7 +196,7 @@ # Define the name of the C compiler. @@ -84,7 +75,7 @@ # Define the name of the linker for the final link step. # Normally this is the same as the C compiler. -@@ -213,9 +215,9 @@ +@@ -213,9 +213,9 @@ # Define the added flags for standard, debugging, profiling # and shared object builds. @@ -97,25 +88,25 @@ CFLAGS_SO=-fPIC # Define the other compilation flags. Add at most one of the following: -@@ -229,7 +231,7 @@ +@@ -229,7 +229,7 @@ # We don't include -ansi, because this gets in the way of the platform- # specific stuff that typically needs; nevertheless, we expect # gcc to accept ANSI-style function prototypes and function definitions. -XCFLAGS= -+XCFLAGS+=-I${.CURDIR}/gimp-print -I${LOCALBASE}/include ++XCFLAGS+=-I${LOCALBASE}/include CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -@@ -240,7 +242,7 @@ +@@ -240,7 +240,7 @@ # -R /usr/local/xxx/lib:/usr/local/lib # giving the full path names of the shared library directories. # XLDFLAGS can be set from the command line. -XLDFLAGS= -+XLDFLAGS=-L${.CURDIR}/gimp-print -L${LOCALBASE}/lib ++XLDFLAGS=-L${LOCALBASE}/lib LDFLAGS=$(XLDFLAGS) -@@ -273,7 +275,7 @@ +@@ -273,7 +273,7 @@ # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, # not in $(XINCLUDE). @@ -124,7 +115,7 @@ # Define the directory/ies and library names for the X11 library files. # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH -@@ -285,12 +287,12 @@ +@@ -285,12 +285,12 @@ # Solaris and other SVR4 systems with dynamic linking probably want #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib # X11R6 (on any platform) may need diff -urN /usr/ports/print/ghostscript-gnu/pkg-plist print/ghostscript-gnu/pkg-plist --- /usr/ports/print/ghostscript-gnu/pkg-plist Fri May 10 20:51:24 2002 +++ print/ghostscript-gnu/pkg-plist Mon Jul 1 23:15:22 2002 @@ -45,7 +45,8 @@ %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/epag/gsepagif.sh %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/epag/psprint %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/eplaser/readme-eplaser-651.euc -%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/gimp-print/README +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/eplaser/readme-eplaser-651-jp.euc +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/gdi/README %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/NEWS %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/hpdj.html %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/lips/Gdevlips.htm @@ -553,7 +554,7 @@ %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/md2k %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/lips %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/hpdj -%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/gimp-print +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/gdi %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/eplaser %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/epag %%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/dmprt diff -urN /usr/ports/print/ghostscript-gnu/scripts/configure print/ghostscript-gnu/scripts/configure --- /usr/ports/print/ghostscript-gnu/scripts/configure Sun Apr 28 16:31:02 2002 +++ print/ghostscript-gnu/scripts/configure Sat Aug 3 04:43:25 2002 @@ -45,7 +45,6 @@ "m8510" "C.Itoh M8510 printer" OFF \ "coslw2p" "CoStar LabelWriter II II/Plus" OFF \ "coslwxl" "CoStar LabelWriter XL" OFF \ - "stp" "Configurable Canon/Epson/Lexmark/HP driver [Gimp-Print]" ON \ "uniprint" "Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X mono/color driver" ON \ "dmprt" "Configurable dot matrix printer driver [DMPRT]" ON \ "lj250" "DEC LJ250 Companion color printer" OFF \ @@ -58,23 +57,36 @@ "epag" "Epson ESC/Page laser printer (generic) [EPAG]" ON \ "escpage" "Epson ESC/Page laser printer (generic) [LIPS]" ON \ "lp2000" "Epson LP-2000/3000/7000/7000G laser printer [LIPS]" ON \ + "alc8600" "Epson AL-C8600 color laser printer [EPLASER]" ON \ + "alc8500" "Epson AL-C8500 color laser printer [EPLASER]" ON \ + "alc2000" "Epson AL-C2000 color laser printer [EPLASER]" ON \ + "alc4000" "Epson AL-C4000 color laser printer [EPLASER]" ON \ "lp8800c" "Epson LP-8800C color laser printer [EPLASER]" ON \ "lp8300c" "Epson LP-8300C color laser printer [EPLASER]" ON \ "lp8500c" "Epson LP-8500C color laser printer [EPLASER]" ON \ "lp3000c" "Epson LP-3000C color laser printer [EPLASER]" ON \ "lp8200c" "Epson LP-8200C color laser printer [EPLASER]" ON \ "lp8000c" "Epson LP-8000C color laser printer [EPLASER]" ON \ + "epl5900" "Epson EPL-5900 laser printer [EPLASER]" ON \ + "epl5800" "Epson EPL-5800 laser printer [EPLASER]" ON \ + "epl2050" "Epson EPL-N2050 laser printer [EPLASER]" ON \ + "epl2050p" "Epson EPL-N2050+ laser printer [EPLASER]" ON \ + "epl2120" "Epson EPL-N2120 laser printer [EPLASER]" ON \ + "lp7500" "Epson LP-7500(R) laser printer [EPLASER]" ON \ + "lp2400" "Epson LP-2400 laser printer [EPLASER]" ON \ "lp2200" "Epson LP-2200 laser printer [EPLASER]" ON \ "lp9400" "Epson LP-9400(R) laser printer [EPLASER]" ON \ + "lp8900" "Epson LP-8900(R) laser printer [EPLASER]" ON \ "lp8700" "Epson LP-8700(R) laser printer [EPLASER]" ON \ "lp8100" "Epson LP-8100(R) laser printer [EPLASER]" ON \ + "lp7700" "Epson LP-7700(R) laser printer [EPLASER]" ON \ "lp8600f" "Epson LP-8600FX(N) laser printer [EPLASER]" ON \ "lp8400f" "Epson LP-8400FX(N) laser printer [EPLASER]" ON \ "lp8300f" "Epson LP-8300F laser printer [EPLASER]" ON \ "lp1900" "Epson LP-1900(N) laser printer [EPLASER]" ON \ "lp9600s" "Epson LP-9600S laser printer [EPLASER]" ON \ - "lp9600" "Epson LP-9600 laser printer [EPLASER]" ON \ "lp9300" "Epson LP-9300 laser printer [EPLASER]" ON \ + "lp9600" "Epson LP-9600 laser printer [EPLASER]" ON \ "lp8600" "Epson LP-8600FX(N) laser printer [EPLASER]" ON \ "lp1800" "Epson LP-1800 laser printer [EPLASER]" ON \ "lq850" "Epson LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" OFF \ diff -urN /usr/ports/print/ghostscript-gnu/scripts/configure.batch print/ghostscript-gnu/scripts/configure.batch --- /usr/ports/print/ghostscript-gnu/scripts/configure.batch Sun Apr 28 16:31:03 2002 +++ print/ghostscript-gnu/scripts/configure.batch Sat Aug 3 05:24:00 2002 @@ -5,7 +5,9 @@ DEVICE_DEVS= \$(DD)x11.dev \$(DD)x11alpha.dev \$(DD)x11cmyk.dev \$(DD)x11cmyk2.dev \$(DD)x11cmyk4.dev \$(DD)x11cmyk8.dev \$(DD)x11gray2.dev \$(DD)x11gray4.dev \$(DD)x11mono.dev \$(DD)x11rg16x.dev \$(DD)x11rg32x.dev endif -DEVICE_DEVS+= \$(DD)md2k.dev \$(DD)md5k.dev \$(DD)md50Mono.dev \$(DD)md50Eco.dev \$(DD)md1xMono.dev \$(DD)appledmp.dev \$(DD)iwhi.dev \$(DD)iwlo.dev \$(DD)iwlq.dev \$(DD)hl7x0.dev \$(DD)bj10e.dev \$(DD)bj10v.dev \$(DD)bj10vh.dev \$(DD)bj200.dev \$(DD)bjc600.dev \$(DD)bjc800.dev \$(DD)lbp8.dev \$(DD)lips2p.dev \$(DD)lips3.dev \$(DD)lips4.dev \$(DD)bjc880j.dev \$(DD)lips4v.dev \$(DD)m8510.dev \$(DD)coslw2p.dev \$(DD)coslwxl.dev \$(DD)stp.dev \$(DD)uniprint.dev \$(DD)dmprt.dev \$(DD)lj250.dev \$(DD)declj250.dev \$(DD)ap3250.dev \$(DD)epson.dev \$(DD)eps9mid.dev \$(DD)eps9high.dev \$(DD)lp8000.dev \$(DD)epag.dev \$(DD)escpage.dev \$(DD)lp2000.dev \$(DD)lp8800c.dev \$(DD)lp8300c.dev \$(DD)lp8500c.dev \$(DD)lp3000c.dev \$(DD)lp8200c.dev \$(DD)lp8000c.dev \$(DD)lp2200.dev \$(DD)lp9400.dev \$(DD)lp8700.dev \$(DD)lp8100.dev \$(DD)lp8600f.dev \$(DD)lp8400f.dev \$(DD)lp8300f.dev \$(DD)lp1900.dev \$(DD)lp9600s.dev \$(DD)lp9600.dev \$(DD)lp9300.dev \$(DD)lp8600.dev \$(DD)lp1800.dev \$(DD )lq850.dev \$(DD)epsonc.dev \$(DD)mjc180.dev \$(DD)mjc360.dev \$(DD)mjc720.dev \$(DD)mj500c.dev \$(DD)st800.dev \$(DD)stcolor.dev \$(DD)photoex.dev \$(DD)lp2563.dev \$(DD)dnj650c.dev \$(DD)deskjet.dev \$(DD)djet500.dev \$(DD)cdeskjet.dev \$(DD)djet500c.dev \$(DD)cdjcolor.dev \$(DD)cdjmono.dev \$(DD)cdj500.dev \$(DD)cdj550.dev \$(DD)cdj670.dev \$(DD)cdj850.dev \$(DD)cdj880.dev \$(DD)cdj890.dev \$(DD)cdj1600.dev \$(DD)cdj970.dev \$(DD)laserjet.dev \$(DD)ljetplus.dev \$(DD)ljet2p.dev \$(DD)ljet3.dev \$(DD)ljet3d.dev \$(DD)ljet4.dev \$(DD)ljet4d.dev \$(DD)lj4dith.dev \$(DD)cljet5.dev \$(DD)cljet5c.dev \$(DD)cljet5pr.dev \$(DD)lj5mono.dev \$(DD)lj5gray.dev \$(DD)pj.dev \$(DD)pjetxl.dev \$(DD)pjxl.dev \$(DD)paintjet.dev \$(DD)pjxl300.dev \$(DD)pxlmono.dev \$(DD)pxlcolor.dev \$(DD)pcl3.dev \$(DD)hpdj.dev \$(DD)ijs.dev \$(DD)ibmpro.dev \$(DD)jetp3852.dev \$(DD)imagen.dev \$(DD)fs600.dev \$(DD)lxm5700m.dev \$(DD)cp50.dev \$(DD)necp6.dev \$(DD)npdl.dev \$(DD)oce9050.dev \$(DD)oki182.d ev \$(DD)okiibm.dev \$(DD)atx23.dev \$(DD)atx24.dev \$(DD)at! x38.dev \$(DD)r4081.dev \$(DD)rpdl.dev \$(DD)gdi.dev \$(DD)sj48.dev \$(DD)t4693d2.dev \$(DD)t4693d4.dev \$(DD)t4693d8.dev \$(DD)tek4696.dev \$(DD)bmpmono.dev \$(DD)bmpgray.dev \$(DD)bmp16.dev \$(DD)bmp256.dev \$(DD)bmp16m.dev \$(DD)bmp32b.dev \$(DD)bmpsep1.dev \$(DD)bmpsep8.dev \$(DD)ccr.dev \$(DD)cgmmono.dev \$(DD)cgm8.dev \$(DD)cgm24.dev \$(DD)cif.dev \$(DD)dfaxhigh.dev \$(DD)dfaxlow.dev \$(DD)faxg3.dev \$(DD)faxg32d.dev \$(DD)faxg4.dev \$(DD)miff24.dev \$(DD)inferno.dev \$(DD)jpeg.dev \$(DD)jpeggray.dev \$(DD)mgrmono.dev \$(DD)mgrgray2.dev \$(DD)mgrgray4.dev \$(DD)mgrgray8.dev \$(DD)mgr4.dev \$(DD)mgr8.dev \$(DD)pcxmono.dev \$(DD)pcxgray.dev \$(DD)pcx16.dev \$(DD)pcx256.dev \$(DD)pcx24b.dev \$(DD)pcxcmyk.dev \$(DD)pdfwrite.dev \$(DD)bit.dev \$(DD)bitrgb.dev \$(DD)bitcmyk.dev \$(DD)plan9bm.dev \$(DD)pbm.dev \$(DD)pbmraw.dev \$(DD)pgm.dev \$(DD)pgmraw.dev \$(DD)pgnm.dev \$(DD)pgnmraw.dev \$(DD)pnm.dev \$(DD)pnmraw.dev \$(DD)ppm.dev \$(DD)ppmraw.dev \$(DD)pkm.dev \$(DD)pkmraw .dev \$(DD)pksm.dev \$(DD)pksmraw.dev \$(DD)pngmono.dev \$(DD)pnggray.dev \$(DD)png16.dev \$(DD)png256.dev \$(DD)png16m.dev \$(DD)psmono.dev \$(DD)psgray.dev \$(DD)psrgb.dev \$(DD)pswrite.dev \$(DD)epswrite.dev \$(DD)sgirgb.dev \$(DD)sunhmono.dev \$(DD)tiffcrle.dev \$(DD)tiffg3.dev \$(DD)tiffg32d.dev \$(DD)tiffg4.dev \$(DD)tiff12nc.dev \$(DD)tiff24nc.dev \$(DD)tifflzw.dev \$(DD)tiffpack.dev +DEVICE_DEVS+= \$(DD)md2k.dev \$(DD)md5k.dev \$(DD)md50Mono.dev \$(DD)md50Eco.dev \$(DD)md1xMono.dev \$(DD)appledmp.dev \$(DD)iwhi.dev \$(DD)iwlo.dev \$(DD)iwlq.dev \$(DD)hl7x0.dev \$(DD)bj10e.dev \$(DD)bj10v.dev \$(DD)bj10vh.dev \$(DD)bj200.dev \$(DD)bjc600.dev \$(DD)bjc800.dev \$(DD)lbp8.dev \$(DD)lips2p.dev \$(DD)lips3.dev \$(DD)lips4.dev \$(DD)bjc880j.dev \$(DD)lips4v.dev \$(DD)m8510.dev \$(DD)coslw2p.dev \$(DD)coslwxl.dev \$(DD)uniprint.dev \$(DD)dmprt.dev \$(DD)lj250.dev \$(DD)declj250.dev \$(DD)ap3250.dev \$(DD)epson.dev \$(DD)eps9mid.dev \$(DD)eps9high.dev \$(DD)lp8000.dev \$(DD)epag.dev \$(DD)escpage.dev \$(DD)lp2000.dev \$(DD)alc8600.dev \$(DD)alc8500.dev \$(DD)alc2000.dev \$(DD)alc4000.dev \$(DD)lp8800c.dev \$(DD)lp8300c.dev \$(DD)lp8500c.dev \$(DD)lp3000c.dev \$(DD)lp8200c.dev \$(DD)lp8000c.dev \$(DD)epl5900.dev \$(DD)epl5800.dev \$(DD)epl2050.dev \$(DD)epl2050p.dev \$(DD)epl2120.dev \$(DD)lp7500.dev \$(DD)lp2400.dev \$(DD)lp2200.dev \$(DD)lp9400.dev \$(DD)lp8900. dev \$(DD)lp8700.dev \$(DD)lp8100.dev \$(DD)lp7700.dev \$(DD)lp8600f.dev \$(DD)lp8400f.dev \$(DD)lp8300f.dev \$(DD)lp1900.dev \$(DD)lp9600s.dev \$(DD)lp9300.dev \$(DD)lp9600.dev \$(DD)lp8600.dev \$(DD)lp1800.dev \$(DD)lq850.dev \$(DD)epsonc.dev \$(DD)mjc180.dev \$(DD)mjc360.dev \$(DD)mjc720.dev \$(DD)mj500c.dev \$(DD)st800.dev \$(DD)stcolor.dev \$(DD)photoex.dev \$(DD)lp2563.dev \$(DD)dnj650c.dev \$(DD)deskjet.dev \$(DD)djet500.dev \$(DD)cdeskjet.dev \$(DD)djet500c.dev \$(DD)cdjcolor.dev \$(DD)cdjmono.dev \$(DD)cdj500.dev \$(DD)cdj550.dev \$(DD)cdj670.dev \$(DD)cdj850.dev \$(DD)cdj880.dev \$(DD)cdj890.dev \$(DD)cdj1600.dev \$(DD)cdj970.dev \$(DD)laserjet.dev \$(DD)ljetplus.dev \$(DD)ljet2p.dev \$(DD)ljet3.dev \$(DD)ljet3d.dev \$(DD)ljet4.dev \$(DD)ljet4d.dev \$(DD)lj4dith.dev \$(DD)cljet5.dev \$(DD)cljet5c.dev \$(DD)cljet5pr.dev \$(DD)lj5mono.dev \$(DD)lj5gray.dev \$(DD)pj.dev \$(DD)pjetxl.dev \$(DD)pjxl.dev \$(DD)paintjet.dev \$(DD)pjxl300.dev \$(DD)pxlmono.dev \$(DD)pxlcol or.dev \$(DD)pcl3.dev \$(DD)hpdj.dev \$(DD)ijs.dev \$(DD)ibm! pro.dev \$(DD)jetp3852.dev \$(DD)imagen.dev \$(DD)fs600.dev \$(DD)lxm5700m.dev \$(DD)cp50.dev \$(DD)necp6.dev \$(DD)npdl.dev \$(DD)oce9050.dev \$(DD)oki182.dev \$(DD)okiibm.dev \$(DD)atx23.dev \$(DD)atx24.dev \$(DD)atx38.dev \$(DD)r4081.dev \$(DD)rpdl.dev \$(DD)gdi.dev \$(DD)sj48.dev \$(DD)t4693d2.dev \$(DD)t4693d4.dev \$(DD)t4693d8.dev \$(DD)tek4696.dev + +DEVICE_DEVS+= \$(DD)bmpmono.dev \$(DD)bmpgray.dev \$(DD)bmp16.dev \$(DD)bmp256.dev \$(DD)bmp16m.dev \$(DD)bmp32b.dev \$(DD)bmpsep1.dev \$(DD)bmpsep8.dev \$(DD)ccr.dev \$(DD)cgmmono.dev \$(DD)cgm8.dev \$(DD)cgm24.dev \$(DD)cif.dev \$(DD)dfaxhigh.dev \$(DD)dfaxlow.dev \$(DD)faxg3.dev \$(DD)faxg32d.dev \$(DD)faxg4.dev \$(DD)miff24.dev \$(DD)inferno.dev \$(DD)jpeg.dev \$(DD)jpeggray.dev \$(DD)mgrmono.dev \$(DD)mgrgray2.dev \$(DD)mgrgray4.dev \$(DD)mgrgray8.dev \$(DD)mgr4.dev \$(DD)mgr8.dev \$(DD)pcxmono.dev \$(DD)pcxgray.dev \$(DD)pcx16.dev \$(DD)pcx256.dev \$(DD)pcx24b.dev \$(DD)pcxcmyk.dev \$(DD)pdfwrite.dev \$(DD)bit.dev \$(DD)bitrgb.dev \$(DD)bitcmyk.dev \$(DD)plan9bm.dev \$(DD)pbm.dev \$(DD)pbmraw.dev \$(DD)pgm.dev \$(DD)pgmraw.dev \$(DD)pgnm.dev \$(DD)pgnmraw.dev \$(DD)pnm.dev \$(DD)pnmraw.dev \$(DD)ppm.dev \$(DD)ppmraw.dev \$(DD)pkm.dev \$(DD)pkmraw.dev \$(DD)pksm.dev \$(DD)pksmraw.dev \$(DD)pngmono.dev \$(DD)pnggray.dev \$(DD)png16.dev \$(DD)png256.dev \$(DD)png16m.dev \ $(DD)psmono.dev \$(DD)psgray.dev \$(DD)psrgb.dev \$(DD)pswrite.dev \$(DD)epswrite.dev \$(DD)sgirgb.dev \$(DD)sunhmono.dev \$(DD)tiffcrle.dev \$(DD)tiffg3.dev \$(DD)tiffg32d.dev \$(DD)tiffg4.dev \$(DD)tiff12nc.dev \$(DD)tiff24nc.dev \$(DD)tifflzw.dev \$(DD)tiffpack.dev !EOT # create one new Makefile, where DEVICE_DEVS contains all wanted devices >Release-Note: >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 2 17:15:48 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221B337B400; Fri, 2 Aug 2002 17:15:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96EE443E8A; Fri, 2 Aug 2002 17:15:45 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g730FjJU040307; Fri, 2 Aug 2002 17:15:45 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g730FjtG040303; Fri, 2 Aug 2002 17:15:45 -0700 (PDT) Date: Fri, 2 Aug 2002 17:15:45 -0700 (PDT) From: Patrick Li Message-Id: <200208030015.g730FjtG040303@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40079: Update port: print/ghostscript-gnu (fix ports/39992) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: print/ghostscript-gnu (fix ports/39992) State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Aug 2 17:15:09 PDT 2002 State-Changed-Why: Superseded by PR ports/41275 http://www.freebsd.org/cgi/query-pr.cgi?pr=40079 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 17:16:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C451337B400; Fri, 2 Aug 2002 17:16:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7895F43E81; Fri, 2 Aug 2002 17:16:52 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g730GqJU040493; Fri, 2 Aug 2002 17:16:52 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g730Gqeh040489; Fri, 2 Aug 2002 17:16:52 -0700 (PDT) Date: Fri, 2 Aug 2002 17:16:52 -0700 (PDT) From: Patrick Li Message-Id: <200208030016.g730Gqeh040489@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40078: Update port: print/ghostscript-afpl (fix ports/39991) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: print/ghostscript-afpl (fix ports/39991) State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Aug 2 17:16:39 PDT 2002 State-Changed-Why: Superseded by PR ports/41274 http://www.freebsd.org/cgi/query-pr.cgi?pr=40078 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 17:22:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F5337B40B; Fri, 2 Aug 2002 17:22:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0656443E65; Fri, 2 Aug 2002 17:22:01 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g730LoJU041446; Fri, 2 Aug 2002 17:21:50 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g730Lnpp041442; Fri, 2 Aug 2002 17:21:50 -0700 (PDT) Date: Fri, 2 Aug 2002 17:21:50 -0700 (PDT) From: Patrick Li Message-Id: <200208030021.g730Lnpp041442@freefall.freebsd.org> To: erwin@lansing.dk, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41272: maintainer-update security/p5-Crypt-SSLeay to 0.45 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update security/p5-Crypt-SSLeay to 0.45 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Aug 2 17:21:41 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41272 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 19: 0:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DEC837B400; Fri, 2 Aug 2002 19:00:13 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D3443E4A; Fri, 2 Aug 2002 19:00:12 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id TAA31368; Fri, 2 Aug 2002 19:00:02 -0700 Message-ID: <3D4B3921.9010701@owt.com> Date: Fri, 02 Aug 2002 19:00:01 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Jonathan Chen Cc: Michael Nottebrock , Alan E , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> <3D4A6F40.3010505@gmx.net> <20020802202708.GA23172@grimoire.chen.org.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jonathan Chen wrote: > On Fri, Aug 02, 2002 at 01:38:40PM +0200, Michael Nottebrock wrote: > >>Alan E wrote: >> >>>On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: >>> >>>i think the bottom line is that if >>>you make sure you have kdelibs-3.0.2 installed before you build kdebase >>>you should be fine. Please test this hypothesis. >>> >>I came across this when I updated kdebase from portupgrade (your >>gettext-revisionbump). kdelibs-3.0.2 is installed. As you might imagine >>from my previous patch-attempt, I don't know anything at all about those >>UI-XML-Files, but it seems to me that it should have never worked in the >>first place... KListView isn't part of QT, is it? >> > > Hmm. I tripped over the bug using portupgrade as well. kdelibs-3.0.2 > is installed (but didn't get upgraded from Jul 5 as it was up to date). > > Has anyone else managed to install it clean? ie without portupgrade? > does kdelibs need a portversion bump as well? I didn't have any problem building kdebase-3.0.2 starting clean. I didn't think it would take this long but the telephone company is replacing old cable and my DSL went down about the time I was fetching arts- Kent > > Cheers. > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 19:38:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E8737B400 for ; Fri, 2 Aug 2002 19:38:48 -0700 (PDT) Received: from web14904.mail.yahoo.com (web14904.mail.yahoo.com [216.136.225.56]) by mx1.FreeBSD.org (Postfix) with SMTP id 03B2043E42 for ; Fri, 2 Aug 2002 19:38:48 -0700 (PDT) (envelope-from nirv199@yahoo.com) Message-ID: <20020803023847.46775.qmail@web14904.mail.yahoo.com> Received: from [200.163.192.88] by web14904.mail.yahoo.com via HTTP; Fri, 02 Aug 2002 19:38:47 PDT Date: Fri, 2 Aug 2002 19:38:47 -0700 (PDT) From: Paulo Roberto Subject: suggestion: xfce package in stable To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Sorry if this is the wrong address to send this suggestion, and if it is I would appreciate if you could point me to the right one. I would like to suggest the inclusion of XFCE built package in one of the installation discs. I know it is currently installed via ports collection, but since this wm is becoming very popular due to performance reasons, I think there should be a package "ready-to-install", saving time (a lot of) on enviroments where the machines that this will be installed are low-spec hardware. Not to mention machines with small hard-discs (the 120MB of the ports collection for some old discs are just too much...) just to get a fast CDE like wm working. thanks for your time, Paulo Roberto __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.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 2 21: 4: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6D4837B400 for ; Fri, 2 Aug 2002 21:04:05 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D00343EB3 for ; Fri, 2 Aug 2002 21:02:05 -0700 (PDT) (envelope-from cworthy@myrealbox.com) Received: from calvin cworthy@smtp-send.myrealbox.com [24.206.74.230] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.10 $ on Novell NetWare via secured & encrypted transport (TLS); Fri, 02 Aug 2002 22:01:56 -0600 Content-Type: text/plain; charset="iso-8859-1" From: Colin Worthy Reply-To: cworthy@myrealbox.com Subject: kopete Date: Fri, 2 Aug 2002 23:02:58 -0500 User-Agent: KMail/1.4.2 To: ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208022302.58440.cworthy@myrealbox.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I was wondering if anyone had ever seen an error like this. When I try to open Kopete the window pops up for a short time and then closes by itself again. If I try to open it from a console I get the following error: calvin$ kopete Max: 1024, Min: 6500 Try: 1024 Port: 4, freePort: 1024 sock: 15, t: 1 ERROR: KUniqueApplication: DCOP communication error! calvin$ I would really appreciate any help getting this to work, Colin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 21:59:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D258E37B400 for ; Fri, 2 Aug 2002 21:59:20 -0700 (PDT) Received: from bROLga.Levels.UniSA.Edu.Au (Brolga.Levels.UniSA.Edu.Au [130.220.30.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E73BC43E3B for ; Fri, 2 Aug 2002 21:59:19 -0700 (PDT) (envelope-from itujms@dogbert.magill.unisa.edu.au) Received: from dogbert.magill.unisa.edu.au ("port 1137"@dogbert.magill.unisa.edu.au [130.220.244.34]) by Levels.UniSA.Edu.Au (PMDF V5.2-33 #44301) with ESMTP id <01KKV4N5Y92W91VR97@Levels.UniSA.Edu.Au> for freebsd-ports@freebsd.org; Sat, 3 Aug 2002 14:29:16 +0930 Received: from dogbert.magill.unisa.edu.au (localhost.magill.unisa.edu.au [127.0.0.1]) by dogbert.magill.unisa.edu.au (8.12.3/8.12.3) with ESMTP id g734x8dd005601 for ; Sat, 03 Aug 2002 14:29:08 +0930 Received: from localhost (sayersjm@localhost) by dogbert.magill.unisa.edu.au (8.12.3/8.12.3/Submit) with ESMTP id g734x7TH005598 for ; Sat, 03 Aug 2002 14:29:08 +0930 Date: Sat, 03 Aug 2002 14:29:07 +0930 (CST) From: Jarrod Sayers Subject: spamass-milter-0.1.1_1 under RELENG_4_6 X-X-Sender: sayersjm@dogbert.magill.unisa.edu.au To: freebsd-ports@freebsd.org Message-id: <20020803142455.O5593-100000@dogbert.magill.unisa.edu.au> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII X-Authentication-warning: dogbert.magill.unisa.edu.au: sayersjm owned process doing -bs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org All, Installing SpamAssassin went OK, but when using the test messages, this pops up in the maillog. The extra X-Spam.. fields are not added to the message header and the mail still goes through - unaltered. Aug 3 13:59:15 devnull spamd[263]: info: setuid to root succeeded Aug 3 13:59:15 devnull spamd[263]: Still running as root: user not specified, not found, or set to root. Fall back to nobody. Aug 3 13:59:15 devnull spamd[263]: Problem while trying to load Razor: Permission denied at /usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/Dns.pm line 270, chunk 154. Please CC replies, i'm only on -stable. TIA, Jarrod Sayers Information Strategy and Technology Services University of South Australia Phone: +61 8 8302 4809 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 2 22: 0:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7552437B400 for ; Fri, 2 Aug 2002 22:00:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8E143E5E for ; Fri, 2 Aug 2002 22:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73506JU084470 for ; Fri, 2 Aug 2002 22:00:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73506qE084469; Fri, 2 Aug 2002 22:00:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A4F337B400 for ; Fri, 2 Aug 2002 21:55:32 -0700 (PDT) Received: from firebat.bushong.net (12-235-38-234.client.attbi.com [12.235.38.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 202D943E4A for ; Fri, 2 Aug 2002 21:55:31 -0700 (PDT) (envelope-from dbushong@bushong.net) Received: from firebat.bushong.net (xwlg5zqfme1obni9@localhost [127.0.0.1]) by firebat.bushong.net (8.12.3/8.12.3) with ESMTP id g734tUPC089933 for ; Fri, 2 Aug 2002 21:55:30 -0700 (PDT) (envelope-from dbushong@bushong.net) Received: (from dbushong@localhost) by firebat.bushong.net (8.12.3/8.12.3/Submit) id g734tUHP089932; Fri, 2 Aug 2002 21:55:30 -0700 (PDT) Message-Id: <200208030455.g734tUHP089932@firebat.bushong.net> Date: Fri, 2 Aug 2002 21:55:30 -0700 (PDT) From: David Bushong Reply-To: David Bushong To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41276: update port irc/rbot to 0.9.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41276 >Category: ports >Synopsis: update port irc/rbot to 0.9.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 02 22:00:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Bushong >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD firebat.bushong.net 4.6-RC FreeBSD 4.6-RC #2: Wed May 29 20:21:27 PDT 2002 dbushong@firebat.bushong.net:/stripe/obj/usr/src/sys/FIREBAT i386 >Description: Update port irc/rbot from 0.9.5 to 0.9.6; UUencoded, gzipped patch file included >How-To-Repeat: Apply patch in the rbot directory: patch < patch-file it will update the files: Makefile, distinfo, and pkg-plist >Fix: begin 644 rbot-patch.gz M'XL("#A?2ST``W)B;W0N<&%T8V@`[9UK<]M&LH8_9W\%4V>SM>OH`H!W5Z5J M=?'N>AT[6`'0#1+_S,HD3I:+$IC`/ M@4%WSTQW3\^S9\\:1T?'R54\.XK'H^/7@[OP.AJ'GWT?CAI_G8\;3;_A=YZW M@^>MH!%X7O";P\/#QN:J/R51XV1^TVBDO_2?>_W-5<_R_RS^WN@<^$%C^;=& MX[_2G_3?;[^Y>/OFY/6+KSY;W,%O/E]^\-\O+BY??O/FJ\^\H_Y1.[WJ[.3M MBS]_<_'RQ>57GT7)L)',KSZF'[\^N7S[XN+=Y?./BYI>WD?[AT'(;'>IM:+T3M`Y:O77WI/^. MXL-H,IT-QN/GZ=\^^^V_7KZY?'OR]=?O+L\N7G[[]C^-W_[K^XM7EQ=G_WE\ M>\E5^LFW%R_^]/)__G-\%4V.5X^2MGS]ZOSEQ:+!Q7>G_[N\T:]?GBX^RERS MII^?O#TILH^?/=(KFE=_Q?%X,+F9#V[":8TOVUQ[_*SQ?XOK/ZM)W7$/#^/Y M3=JC->Y@=>7.[\\1=WS[Z*K^]V^NW7D'6VHC=P]K.0AGPYKO>!A/KI?O.9Z5 MMB_%']^%']_'R:C8%>*Z<7RS\YI_S.-9N'B@H^BZ\?DH-323==DSZ2]R$OG[QG"4><)1/&S\[G?I!V]/TC:'PX?KQF'C6>,/C7^G M'=Q8=O#C;\XT8./PPZ+!XI;"R2BZ7EN25&6;G;4IX:KL]FY6+=*;7MSS\G;^ MW1"WFY&,]&[O5K>[2R0*O;26@UQ797OJ\T)/%9F9K][CRW-^=\\*@]XHFLZB MR75AMKLH.>M[S=O.Y7S'H^8\F_?/&Z_-VX_>+KSQ<#FM'LT%R=////S2^ M:G1Z_J`S]*^Z`V_8&PW;[:#?'@9A2@Q'_?ZHM_QV_U'.BIQ.AN-U!_UA_WHT M[`^O.M>#H#48I*V[[6ZW%;:'W;9X[H>[F\.'CJ=C"]W7G1VA)?O#@Y?_VBWK4C"SC\,!P/HOO:U]^,:E_ZD,0?/J;\^32T MM4G_,!_/=K1)IT"/1JSJA:473>/A7;CKNO4`LN.R]8A?\[*T=R3>'BT^ MJ6IQ'TZGN[FK3EI<]?G.JQ;R'"?AW^-H4K/!<#"N>>4H&H8U+]V^_QH77T>/ MDEOCTILXOAG7[+#CVWBZ2P+6E]:2O?7%=X/D?E#SVO$@J8N]'\QV*?#ZTDDT MO)N&R0\UGVXR'QT/*C[ M;.FET]O1HP6I(6_3AW!<5SW2.=ALERE97SM/QC6O?!^F8A$F->_A_4(J=EZ= MA#?IP)I\W'79]3#H^<&.JV;1_FLKE9%:0V+)D>%3\=AS^$X]7'C>W'BPF`^#`SQ"RGF:LO+ZX[Y"^6 MBY:&^'BSYA&_6O;_>L;[Q1>KQWN._1;_'>H]_BO4>_Q7N/ M?HOW'KUNG\?J>406T4[TB':B1[03/:*=:'>)K!Z1192O#E&^.D3YZA#EJ^VN MVTC[[Y;SIZUD8F^M0`DPF2Q25CW2<**LQ^1#)XK?I-Q+FT+!)"5/\2GOR`\P MBU&D@+9BY;[8]$P?M!."`]H(P0'M@^"`8X_@@...X(!S&L$!;9[@@&.@X(#C MG^!PY-GW2/(,:JGDD/2T27JN)DE/FR0];9+TM$G2TR9)3YLD/6V2]+3)DF?2 M_:!K=<$A];/'>BY2/WLDN^&3[(9/LAL^R6[X)+OAMZ#YI>1@\U3)P6;PDK.2 MYV62PD&_M\Y1X$=AGT)_+AYX1W__-LY=<9$,2]>Z^#',7.O23`2[UO6K4'JM M:POAZ/IM:H4]MR'LFB$:0ZCS2T-(J\:UV^>I<;$I$KCM76/\LL:-9()@-:[> MAI1K7+P.5=>X=!,E-D5<+4%40V2TQOVNH_LU+LV&GVMSV2[\-KFIXJ+,P'L4 M)]'-W@*]7_)"S>8H[S:*FTKR\C]3\>E#,HBF8?[S3&#Y1);EQZM(M/S%,J_!.=[L&A=VC07+^2[/]B?-6>S_`R>SXGMH&M M08L4;`5:I&#KSR7E^'6X2+5U]1GH+(?W)5@.;ZW(`OT'.LOA#0H6\3V"O@25 M%3!9F$]39V'^-IWE8*$$BZA#+I$UP7+7(:3]7]-YN8AS^Y@B.#H`,?"VI)#<;":Y'D&9Q'"0[F&%,XI'X&'4J20^IGT*DD.22[`3J6)(=D M-T#G@>20[`:8FBPYF,-7!,T6Y#&4,T+,52HY MI!$45&BQDFR35J1MDH>E3?*PM$D>EC;)P](F>5C`[7*2PY(?DH<%W#8I.."6 MR?3G\C')=>MC@251D&!9%"18&@4)ED=!@B52D&"9%"18*@LD#[>/@@1;2$%B M2::'6TE!8DFFAUM*06)))AJ4UDBPG2N2P,UD&HDFF>!R3B/1)!-7A^+0N#IY#%)Q:R("WD M'*8I!0[)E4Y:R,$3E(NSL]4V.>?HD()JP];C4S*Z>IUT[R#H]5'OC/@JV#$E M2+1Q$%?MXGH&++BCD6AKT0YM+=JAK44[M+5HA[86[;#6#GZ')D]=FI>DRUH[ M^%V:C'=I,MZER7B7)N-=FHQW,1D_C6=GCSN6M_X63#(5$I@1($EH@3B-A&FP M0@)7D!H)DP*-1.LG<%ZDD5CRA"YC-!+MW8%+&8V$S7HT&<(%4VF220OSHW61-1)-,FE.&H_FI/%H3AJ/YJ3Q:$X:C^:D\6A.&H_FI/&Z MV-C^:2P3/-!QI)%(L:*`8'_#V3@*)YGP+9YL*TBP MOT&08'^#(,'^!D&"_0T%DL.*7)!84H"N?C422PH\/&VB2,*S+`4)]LL42;A7 M7)!H4H![Q06))@6X5UR06+;`P2LN2#3)Q+WB11+N%1%>!83-2A40-BE50+0^(NE:`.;R*B#:'9&T/P!S>160 M2R6SS#2+A'&IAY;!N)1#VV)`SY3`N!1#RV!<:OME,"ZE_3(8E\I^&8Q+8;_, M&$;"N)0'S&`HRN"!41N!H2@#.KH+#$49T)%=8"C*@#KEQ)OB=#'HCA,83A># M@5Z!H=@;=*DKY(9S-Z#+3&`X9JO/,5M]SN#K<09?\*@*@>$,ON!!%44,./L3 M&,ZD#=S%)3`A3$1C2W5!T*@#W M4`B,4\9.9G[ME(N4X3BE(F4XK.=R2D3:=DL.YWVA$V_)X=A5](0XR2&-[^`)<9)#&M_!$^($!SPA3G#`E%[) M(1P[%@`YE1)CL.QZPX.!*SMRU5Q7[#M MJCP"TOIT4S3`H=?AAU[E4SH%TAVT#X=5Z\A@XB3R/@3/(\Q@X?3R/@7/' M\QAXLTT>`^]%R6'P;8!Y#+P+)8^!MZ#D,1PIQK?^Y3$<*<9K)>_P'"D&'3["PQ' MBD&GO\!PI!@,S0D,1XK!0)C`4.0,)#$5NT."#P%#D!@T]"`Q%;M#`@\!0 MK!\:=A`8CA2#00>!@3<>YS'PKN,\!MYRG,>LI'A9/+KO'01]#RH>_:LJ2^CF M;`;'*R;&J=Z%3>@7$DFQP6I\: MN8OP)IK.DH\GPV$XG<:)LZ.DD@EZ3:J9F*!5,^%RPA5,3/RJF?#)-A5,^(R; M"N8>Y!,_N:J""9\V4\'<@QZ!5KJ:N0<]`FUW-7,/>@1:]&KF'O1H'W8>].54 M,_>@1Z"7IY()NGRJF7O0(]`95,W<@QZ!;J)JYA[T",SLKF;N08]`1UG?QE,;YV'1H'!M%A@L`%08#`9*F!\L,:CP&"Z(3"4 M-^7[F.?XJ4P4!"(59?)I933!8[LE"#RU6P&1*JFAY^N^C1^BX>MT!I%_!"?P'"D&#\0)H_A2#%^%$P>PY%B_!"8/(8CQ?CQ+WD,1XKQ@]7S&(X4XX?' MY#%.4@REGT3#N^(,R@.=$3H+3*]266"&E<8"9\(:"]U;K\U>T5KX.HMX7V"= M*IW%6QVAFV=T%F8H=19O=82F<>HLHDR`&6`J"XPVZRS>BAEUH>LLIA?ER2/S M4WED`G#SM,YBWA?/%@9@O2&=!4;`!]-HJ"H2FN)5#@3CZ>5`,)A>#@2S1\J! M8.I(*1#-ORJ_0S!YH/P.V2\%31,J!Y+?,AJ040S-"])^U;;DO6%]O6:JGA%0KM9,=5P# MY:N:B;W/:B8V_E8S,6N_9I9/%L#E40TP9OUK@+%10%,!EMB[<%BJ_6T2_<#@ MN`Y4I2_0!>8^^CD-X%79\Z!_M)*)3L4JF7O8A0).R*J9>]B%`E91JV;N81<* M6%^MFKF'72B@+[F:^;2[F,M\VEW,93[M+N8RGW87SO82=PL(>=P,$>=@('>]@)'.QA M)W"PAYW`P1YV`@=[V`D<[&$G<`!ZZZJ9>]`CT%%7S=R#'H'NN6HF9R5 MRFIA-3EUEO,0EHF'.P\S6U87VZNMF6V$LQ(KU\>!PON+TXJ.7X>S06:EAF9& MJBR'4Y0$"\R,U%AH9J3*`C,051:8@:BRP`Q$A86>R:ZS>/WEHQF;*HO97V`V MMLH"L[%5%IB-G6$A[?=?12``=T#ONXI``!Y?]4;=)X-IH<8*.MB^ZESG(X!L M)R'MW[CE'IC;_#F.;\;AZL"W[5ADMSLE(+O1T4%`'9T2D%WX_S:/9_+)["90 MY]@?3.>PGLL^/=(Y=H.E<^P&1N4`4R*=8Q_>=8Y=Q50.,$70.79-U3DDO0"F M!3J'I!=`>JC.(>D%D"2NACNU[I'+M>J1R@BH;.L?,QT#J:?@@,4&3D?3&_%NP+T7,,`%EG# M`!99PP`66[)KN`*QZ[>$`#G! M"@1RO)QFSS'$/)5Y!.2@S",@OV0>`;DC\PC("YE'0#ZZ/(+P4J&01!X!^0?S M",B5ET-@'KP\PETZL>IN>82[=&)5W?((=^G$JKGE$>[2B55QRR/X2R<6B<@CW*43B^+F$>[2B<5L\PAWZ<0BM'F$NW1B M>\3S"'?IQ.K347$R#U3? M+`'1[LBN-24@N^Z4@.P:5`*RZY$.`O9,EH#L:ED"LBNG#@*V1):`[(I:`@+4 M=3*=CV?B]0,V4`G@*A21 M)<"SJG/LDJAR@$T3.L?8;;/. ML6N]SK'KO,ZQZY?.L>N%SB'),V#M=0Y)G@'+JG*`;5(ZA_1

    RS.Y!ID[#Y/AD.(OBC'8" M:\D2D+U'=!!0)*,$9)<1%804P)BO7X@7EH"8DDVH*(E(%8? M`1',$A#I]2.;TDI`]I.N=5#;OF>]!&0?8550`*SD=!"P5GD$+?^;L;2HJA4Y MJ*85.6A/%SGV.8W.05]8@0.XDG0.JO9%#JKU!0YLSXH.(H]GDK[#$]@BAZ/OR.ER.H>CI_@LN"C/ MI'Z&9U-%#LFN`OEA.H=D5X%,,9U#LJM`SIC.(=D-('M,Y0"9W3J')(=`CK?. M('C:;O';2\;B/]\Z&U M:D@AR7%3G\<5@YV])C"4L[C1PYX$AG(6-WI(6Q$#UKP1&,J)\HA]53&4$^41 MZZIB*"?*([95Q7"D&-M1(S$<*<9VUD@,1XJ!S&P5PY%B("M;Q3R=@^D,!-+1 M=P#)![SZ2*)SLO]R:CYX%%8QT`T.4P*#*;C`8`HN,)B""PPV3!4QX`%C`L-Y M4^`Q8@+#>5,=;%I\^@E5#D9"'^4LYT+_3B&0!>M5^/%]G(R<)SZ2@UDTP0&G M/I*#*9SD@"1:<,`#[B2')#_@07:20Y(?\,`ZR2')#W@P MG>0XE!F&6CH?#+T!?.L$YS/'(W';K. MXLEU=.,B=%/7F4&^WOZ7Y@X\&T?A9`;=A4.U_J\'DYLY6O>87WC9V&WBD&5C M>W$>LOVU+=;[2%/]/.8?M_`TX1SGU6S==<;I,EH@;<]/WR9A9JD,GE`J,.@Y M.04,>DY.`8,><+/$8+&2GWW>FP^GJPD0FAOXB<2WGN7_6?R]X7OMX,#W>IW& M\B/GK[*?"J1S[`<'Z!Q.:#@`]EWI'$[H/`#V.>D<5O]P0N65;7$18NL#Y$Y:L#;.5B6WMLT4IK8VS19M-K?=5A%&[GA=\=?<=EMFU?R& MSO'9U69::FB6JP=C_LYL61)S)VT*5%A;YLLV6%MG2QI8VV:W_UK;9G;'6IOF M-FF:WW",?NW+BS/,.IE;7,4I1=/?*HX^LDOC_\8U),64&J MU]8EV]6HFFREO1[,Q(DM0.ZABG$J?U7:97VG:G/E6*?BI#(:E9V25$Q=C%1,7:A4#%V$5`Q=N.H88!]ZBK&+CTJAB,WP.9@%6,W M>2J&(\7`SF`58Y?B%Q_2/T7W@F07Y#*2799+2.N5)+AFQU?8CHM.?$'EL-YP MG#<[3/' MGLZRB5K(L4=9SH]IAM/O_1FJUL],\%7/>Q!X!WZKZ=?VO*]NH66\AY:M"UNL,>4CB#Q_#9>8SAQ4ML]6=6>&CRW'#J;%>S7"&RTW+8./D>ACT M_`!L/5_LD`?;SA8ICV#;5<>!';_N]KM%,#]PA(RB(2I,:\1T/'AP1"3QS&\Z M,OZQV(Q#Z5-'QG4$Z_K&XBQW)3E"WC]N"G&D3*;C.+Z;N[YA)U.S$9/EUAQ' MB),!W.B.'`]2;NT[YP-V7+(*DK M9A%:<&2,!XGK;0SFLSA9AB%=;4`TO%L8$W"X&Z^J:X#-[U:E2<#F43*<+JNR MH/.3QXHP8.OT':!"F=[X%2R*R:JIV%>!8:#YX2T^Z5WGFV'-\P]>/U,H3["U M2N<>-@E+WBVCB>_2$2W\8&FV^#Y[J_MP=AN/C.UL5R>C>'@XG7T7%K&J?7US3BBUP1<*,G MRM;AYF]5?FX!P$:TTWSM69"R'-'2CID-$E<*V!&Y>GAX?V:KXN&40DEPC`)( M9ZZN#";@V>HR&"%38P8#9"O-@(1MO1G\&=959T#"MO8,!MA4H($-%3X*YZK1 M@-^?K4D#=N%DZM0^7Y\&8V2KU&"$;*T:C)"I6(,!THKJ&4RPMXO9%,!G27154G2 MP%,$4400][O"S$<#O\3;9WRO#A2P;3&*X![5Q.ZC&']PCXUB]U%P=/R"`JS< MD`?8N[EP[4\4-LG%>W]6$0M0_0N1,?C5K)W.&$"-TG%B,-@-95:[X!,5XFN@ M9A_J2F'%Q6!L59JQH^SVZ1_X? (#C_2/%SJ`0`` ` end >Release-Note: >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 2 23: 0:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A8B37B400 for ; Fri, 2 Aug 2002 23:00:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BCF743E42 for ; Fri, 2 Aug 2002 23:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73606JU092661 for ; Fri, 2 Aug 2002 23:00:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73606Bk092660; Fri, 2 Aug 2002 23:00:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D146E37B400 for ; Fri, 2 Aug 2002 22:51:11 -0700 (PDT) Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA4C743E3B for ; Fri, 2 Aug 2002 22:51:08 -0700 (PDT) (envelope-from root@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id ITQ81765; Sat, 3 Aug 2002 08:51:05 +0300 (EEST) (envelope-from root@iv.nn.kiev.ua) Received: (from root@localhost) by iv.nn.kiev.ua (8.12.3/8.12.3) id g735lZ56003747; Sat, 3 Aug 2002 08:47:35 +0300 (EEST) (envelope-from root) Message-Id: <200208030547.g735lZ56003747@iv.nn.kiev.ua> Date: Sat, 3 Aug 2002 08:47:35 +0300 (EEST) From: Valentin Nechayev Reply-To: To: FreeBSD-gnats-submit@FreeBSD.org Cc: snar@paranoia.ru X-Send-Pr-Version: 3.113 Subject: ports/41277: libparanoia: gets(): exit_violation() is forgotten in one branch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41277 >Category: ports >Synopsis: libparanoia: gets(): exit_violation() is forgotten in one branch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 02 23:00:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Valentin Nechayev >Release: FreeBSD 4.5-STABLE-20020224 i386 >Organization: private >Environment: ports/security/libparanoia, Makefile version is 1.8, PORTVERSION is 1.4 >Description: In gets(), two return's exist, and both should be wrapped with exit_violation. In current version, one is forgotten. >How-To-Repeat: >Fix: Add following as files/patch-ab (and bump PORTREVISION, of course): === cut === --- gets.c.orig Wed Dec 30 17:05:40 1998 +++ gets.c Fri Mar 22 23:29:05 2002 @@ -68,8 +68,10 @@ } for (s = buf; (c = getchar()) != '\n';) if (c == EOF) - if (s == buf) + if (s == buf) { + exit_violation(); return (NULL); + } else break; else === end cut === >Release-Note: >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 2 23: 5:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEAE637B400 for ; Fri, 2 Aug 2002 23:05:29 -0700 (PDT) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96B743E3B for ; Fri, 2 Aug 2002 23:05:27 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.sub.org [127.0.0.1]) by net2.dinoex.sub.org (8.12.5/8.12.5) with ESMTP id g7365D5H008705 for ; Sat, 3 Aug 2002 08:05:14 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.5/8.12.5/Submit) with BSMTP id g7365CSH008681 for ; Sat, 3 Aug 2002 08:05:12 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-ports@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: How to change OPENSSLBASE for other ports builds? Date: Sat, 03 Aug 2002 08:02:19 +0200 X-Mailer: Dinoex 1.79 References: X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20020803000000S+2@dinoex.sub.org X-Accept-Language: de,en X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-No-Archive: yes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Doug Silver wrote: > I've decided to track OPENSSL/OPENSSH in the ports area but I'm having a > problem compiling cclient using the proper OPENSSL directory [...] > /usr/ports/Mk/bsd.port.mk: which is broken. see PR: ports/36080 and ports/39054 Fix, to use the port version: instead of setting USE_SSL=yes use (after bsd.ports.pre.mk): .include "${PORTSDIR}/security/openssl/Makefile.ssl" You can force to use the OPENSSL in the base with Option: USE_OPENSSL_BASE= yes kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.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 3 0:14:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522B437B400 for ; Sat, 3 Aug 2002 00:14:38 -0700 (PDT) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F6843E42 for ; Sat, 3 Aug 2002 00:14:37 -0700 (PDT) (envelope-from philip@p6m7g8.com) Received: from p6m7g8.com (pcp699707pcs.hyatsv01.md.comcast.net [68.50.173.216]) by mtaout06.icomcast.net (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 13 2002)) with ESMTP id <0H0900BJ9AFUGF@mtaout06.icomcast.net> for freebsd-ports@FreeBSD.ORG; Sat, 03 Aug 2002 03:07:07 -0400 (EDT) Date: Sat, 03 Aug 2002 03:07:08 -0400 From: "Philip M. Gollucci" Subject: Contributing to Ports To: freebsd-ports@FreeBSD.ORG Message-id: <3D4B811C.9060500@p6m7g8.com> Organization: P6 Software Inc. MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'd like to start contributing to ports in a lot more earnest then before. I want to basically try and build all the ports and fix problems where they occur, but I would like to change the install directory to say /usr/local/ports so that I don't kill the rest of my system. I don't think changing LOCALBASE?= ${DESTDIR}/usr/local X11BASE?= ${DESTDIR}/usr/X11R6 PKG_DBDIR?= /var/db/pkg is they're any easy way to do this or documentation ? END ------------------------------------------------------------------------------ Philip M. Gollucci philip@p6m7g8.com 301.474.9294 301.646.3011 (cell) Science, Discovery, & the Universe (UMCP) Webmaster & Webship Teacher URL: http://www.sdu.umd.edu eJournalPress Database/PERL Programmer & System Admin URL : http://www.ejournalpress.com Resume : http://p6m7g8.net/Resume To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 0:19:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A59A37B400 for ; Sat, 3 Aug 2002 00:19:24 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0075743E6A for ; Sat, 3 Aug 2002 00:19:24 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 6625E2B6E5; Sat, 3 Aug 2002 09:19:20 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 5C4676A711E; Sat, 3 Aug 2002 17:19:12 +1000 (EST) Date: Sat, 3 Aug 2002 17:19:12 +1000 From: Edwin Groothuis To: "Philip M. Gollucci" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Contributing to Ports Message-ID: <20020803071912.GI2733@k7.mavetju> References: <3D4B811C.9060500@p6m7g8.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D4B811C.9060500@p6m7g8.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Aug 03, 2002 at 03:07:08AM -0400, Philip M. Gollucci wrote: > I'd like to start contributing to ports in a lot more earnest then before. > > I want to basically try and build all the ports and fix problems where > they occur, but I would like to change the install directory to say > /usr/local/ports so that I don't kill the rest of my system. See also http://bento.freebsd.org for it. > I don't think changing > LOCALBASE?= ${DESTDIR}/usr/local > X11BASE?= ${DESTDIR}/usr/X11R6 > PKG_DBDIR?= /var/db/pkg > > is they're any easy way to do this or documentation ? Try man ports and the porters handbook too. The best way to get experience is by making a port, struggling with it until it works fine and portlint is not complaing anymore! Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.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 3 0:30: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC5B437B400 for ; Sat, 3 Aug 2002 00:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8983A43E3B for ; Sat, 3 Aug 2002 00:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g737U4JU008188 for ; Sat, 3 Aug 2002 00:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g737U4aF008187; Sat, 3 Aug 2002 00:30:04 -0700 (PDT) Date: Sat, 3 Aug 2002 00:30:04 -0700 (PDT) Message-Id: <200208030730.g737U4aF008187@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mathieu Arnold Subject: Re: ports/41265: New port: textproc/p5-Text-Reflow Reply-To: Mathieu Arnold Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41265; it has been noted by GNATS. From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/41265: New port: textproc/p5-Text-Reflow Date: Sat, 03 Aug 2002 09:26:51 +0200 --On vendredi 2 ao=FBt 2002 15:47 +0200 Mathieu Arnold wrote: >=20 just found out that it "require 5.005_62" what is the best way to test the perl version ? shall I do something like : .if ${PERL_VER} =3D=3D 5.005 BROKEN=3D"Needs Perl 5.6, you can install it from ports (${PORTSDIR}/lang/perl5" .endif which does not work... help, someone ? --=20 Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 0:31:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A4D37B400 for ; Sat, 3 Aug 2002 00:31:28 -0700 (PDT) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9540843E5E for ; Sat, 3 Aug 2002 00:31:28 -0700 (PDT) (envelope-from gollucci@wam.umd.edu) Received: from wam.umd.edu (pcp699707pcs.hyatsv01.md.comcast.net [68.50.173.216]) by mtaout05.icomcast.net (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 13 2002)) with ESMTP id <0H09009MTBI8YT@mtaout05.icomcast.net> for ports@freebsd.org; Sat, 03 Aug 2002 03:30:08 -0400 (EDT) Date: Sat, 03 Aug 2002 03:30:09 -0400 From: "Philip M. Gollucci" Subject: [PATCH] : /usr/ports/sysutils/asfsm To: jack@germanium.xtalwind.net Cc: ports@freebsd.org Message-id: <3D4B8681.3000106@wam.umd.edu> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org diff -crN asfsm-1.0pre15.old/asfsm.c asfsm-1.0pre15.new/asfsm.c *** asfsm-1.0pre15.old/asfsm.c Sat Aug 3 03:25:32 2002 --- asfsm-1.0pre15.new/asfsm.c Sat Aug 3 03:27:22 2002 *************** *** 2,11 **** /* Author: David Muse 1997 */ #include #include ! #include ! #include ! #include ! #include #ifdef SIXTEENBIT #include "16bit/surreal.xpm" #include "16bit/purplestoneswirl.xpm" --- 2,11 ---- /* Author: David Muse 1997 */ #include #include ! #include ! #include ! #include ! #include #ifdef SIXTEENBIT #include "16bit/surreal.xpm" #include "16bit/purplestoneswirl.xpm" remove BROKEN from Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 0:54: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68DDE37B400; Sat, 3 Aug 2002 00:54:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15A6543E65; Sat, 3 Aug 2002 00:54:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g737s3JU010393; Sat, 3 Aug 2002 00:54:03 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g737s3QZ010389; Sat, 3 Aug 2002 00:54:03 -0700 (PDT) Date: Sat, 3 Aug 2002 00:54:03 -0700 (PDT) From: Maxim Sobolev Message-Id: <200208030754.g737s3QZ010389@freefall.freebsd.org> To: netch@netch.kiev.ua, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41277: libparanoia: gets(): exit_violation() is forgotten in one branch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: libparanoia: gets(): exit_violation() is forgotten in one branch State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Sat Aug 3 00:53:23 PDT 2002 State-Changed-Why: Committed, spasibo! ;)) http://www.freebsd.org/cgi/query-pr.cgi?pr=41277 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 1: 0:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A25C37B400 for ; Sat, 3 Aug 2002 01:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B24D643E4A for ; Sat, 3 Aug 2002 01:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73807JU010915 for ; Sat, 3 Aug 2002 01:00:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73807ao010914; Sat, 3 Aug 2002 01:00:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D105037B400 for ; Sat, 3 Aug 2002 00:58:11 -0700 (PDT) Received: from kartoffel.salatschuessel.net (pD9E21522.dip.t-dialin.net [217.226.21.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58ABA43E65 for ; Sat, 3 Aug 2002 00:58:10 -0700 (PDT) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.12.4/8.12.3) with ESMTP id g737vft2099578; Sat, 3 Aug 2002 09:57:41 +0200 (CEST) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.12.4/8.12.4/Submit) id g737vckp099577; Sat, 3 Aug 2002 09:57:38 +0200 (CEST) Message-Id: <200208030757.g737vckp099577@kartoffel.salatschuessel.net> Date: Sat, 3 Aug 2002 09:57:38 +0200 (CEST) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: lehmann@ans-netz.de, gollucci@wam.umd.edu, jack@germanium.xtalwind.net X-Send-Pr-Version: 3.113 Subject: ports/41279: update-port: sysutils/asfsm (unbroke) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41279 >Category: ports >Synopsis: update-port: sysutils/asfsm (unbroke) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 01:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Wed Jul 10 21:57:02 CEST 2002 olivleh1@nudel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: make asfsm compile again >How-To-Repeat: >Fix: --- asfsm.patch begins here --- diff -ruN asfsm.old/Makefile /usr/ports/sysutils/asfsm/Makefile --- asfsm.old/Makefile Mon Mar 25 03:17:54 2002 +++ /usr/ports/sysutils/asfsm/Makefile Sat Aug 3 09:51:17 2002 @@ -12,11 +12,9 @@ MAINTAINER= jack@germanium.xtalwind.net -BROKEN= "Does not build" - USE_X_PREFIX= yes USE_XPM= yes -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= --x-includes=${X11BASE}/include/X11 MAN1= asfsm.1 --- asfsm.patch ends here --- >Release-Note: >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 3 2:11:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE5637B864 for ; Sat, 3 Aug 2002 02:10:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4920343ED1 for ; Sat, 3 Aug 2002 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g739A2JU024986 for ; Sat, 3 Aug 2002 02:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g739A27g024985; Sat, 3 Aug 2002 02:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67F737B401; Sat, 3 Aug 2002 02:07:47 -0700 (PDT) Received: from kartoffel.salatschuessel.net (pD9E21522.dip.t-dialin.net [217.226.21.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F6F4405D; Sat, 3 Aug 2002 01:46:06 -0700 (PDT) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.12.4/8.12.3) with ESMTP id g738jat2033625; Sat, 3 Aug 2002 10:45:36 +0200 (CEST) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.12.4/8.12.4/Submit) id g738jaAw033624; Sat, 3 Aug 2002 10:45:36 +0200 (CEST) Message-Id: <200208030845.g738jaAw033624@kartoffel.salatschuessel.net> Date: Sat, 3 Aug 2002 10:45:36 +0200 (CEST) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: lehmann@ans-netz.de, sobomax@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41280: update-port: audio/extace (unbroke) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41280 >Category: ports >Synopsis: update-port: audio/extace (unbroke) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 02:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Wed Jul 10 21:57:02 CEST 2002 olivleh1@nudel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: make extace compile again, and update to the latest version patch file patch-ac got removed >How-To-Repeat: >Fix: --- extace.patch begins here --- diff -ruN extace.old/Makefile /usr/ports/audio/extace/Makefile --- extace.old/Makefile Sat May 18 05:31:05 2002 +++ /usr/ports/audio/extace/Makefile Sat Aug 3 10:40:25 2002 @@ -6,15 +6,13 @@ # PORTNAME= extace -PORTVERSION= 1.4.5 +PORTVERSION= 1.7.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= eXtace +MASTER_SITE_SUBDIR= extace MAINTAINER= sobomax@FreeBSD.org -BROKEN= "Configure fails" - LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw USE_X_PREFIX= yes @@ -25,6 +23,7 @@ CONFIGURE_ARGS= --disable-alsa CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LIBFFTW" \ LIBS="-L${LOCALBASE}/lib" +USE_REINPLACE= YES .include @@ -33,9 +32,9 @@ .endif pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ + -e "s|DATADIRNAME=lib|DATADIRNAME=share|g" ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g' .include diff -ruN extace.old/distinfo /usr/ports/audio/extace/distinfo --- extace.old/distinfo Tue Jan 2 20:32:20 2001 +++ /usr/ports/audio/extace/distinfo Sat Aug 3 10:15:48 2002 @@ -1 +1 @@ -MD5 (extace-1.4.5.tar.gz) = eb3975c05dbf94a3d52b3aea495349a2 +MD5 (extace-1.7.3.tar.gz) = b12ca26f98da7e306df1d3777b1cb77a diff -ruN extace.old/files/patch-aa /usr/ports/audio/extace/files/patch-aa --- extace.old/files/patch-aa Mon Jul 31 11:46:30 2000 +++ /usr/ports/audio/extace/files/patch-aa Sat Aug 3 10:37:17 2002 @@ -1,30 +1,38 @@ ---- configure.orig Sat Jul 22 07:40:27 2000 -+++ configure Mon Jul 31 12:39:34 2000 -@@ -1210,9 +1210,9 @@ +--- configure.orig Sun May 26 19:57:47 2002 ++++ configure Sat Aug 3 10:36:04 2002 +@@ -1595,13 +1595,13 @@ + CFLAGS="$ac_save_CFLAGS" + elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then +- CFLAGS="-g -O2" ++# CFLAGS="-g -O2" + else + CFLAGS="-g" fi else if test "$GCC" = yes; then - CFLAGS="-O2" +# CFLAGS="-O2" else -- CFLAGS= -+# CFLAGS= + CFLAGS= fi - fi - -@@ -1748,9 +1748,9 @@ +@@ -5706,13 +5706,13 @@ + CFLAGS="$ac_save_CFLAGS" + elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then +- CFLAGS="-g -O2" ++# CFLAGS="-g -O2" + else + CFLAGS="-g" fi else if test "$GCC" = yes; then - CFLAGS="-O2" +# CFLAGS="-O2" else -- CFLAGS= -+# CFLAGS= + CFLAGS= fi - fi - -@@ -2764,7 +2764,7 @@ +@@ -6717,7 +6717,7 @@ done @@ -32,13 +40,22 @@ +#CFLAGS="-O2 " - EXTRA_LIBS="" -@@ -3301,7 +3301,7 @@ + EFENCE="" +@@ -7149,7 +7149,8 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lgdk_imlib `gtk-config --libs` $LIBS" -+LIBS="-lgdk_imlib `$GTK_CONFIG --libs` $LIBS" ++IMLIB_LIBS=`imlib-config --libs` ++LIBS="-lgdk_imlib ${GTK_LIBS} ${IMLIB_LIBS} $LIBS" cat > conftest.$ac_ext < - #include - #include -+#ifndef __FreeBSD__ - #include -+#endif - #include "convolve.h" - #ifdef HAVE_LIBRFFTW - #include diff -ruN extace.old/files/patch-ad /usr/ports/audio/extace/files/patch-ad --- extace.old/files/patch-ad Tue Jan 2 20:32:20 2001 +++ /usr/ports/audio/extace/files/patch-ad Sat Aug 3 10:26:21 2002 @@ -1,6 +1,6 @@ ---- extace/sound.c 2001/01/02 09:31:56 1.1 -+++ extace/sound.c 2001/01/02 09:32:16 -@@ -24,7 +24,9 @@ +--- src/sound.c.orig Sat Aug 3 10:25:15 2002 ++++ src/sound.c Sat Aug 3 10:25:49 2002 +@@ -23,7 +23,9 @@ #include #include #include diff -ruN extace.old/files/patch-ae /usr/ports/audio/extace/files/patch-ae --- extace.old/files/patch-ae Thu Jan 1 01:00:00 1970 +++ /usr/ports/audio/extace/files/patch-ae Sat Aug 3 10:26:50 2002 @@ -0,0 +1,12 @@ +--- src/getfft.c.orig Sat Aug 3 10:25:11 2002 ++++ src/getfft.c Sat Aug 3 10:25:40 2002 +@@ -20,7 +20,9 @@ + #include + #include + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include "convolve.h" + #ifdef HAVE_LIBRFFTW + #include --- extace.patch ends here --- >Release-Note: >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 3 2:40: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87AAE37B400 for ; Sat, 3 Aug 2002 02:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 358E143E65 for ; Sat, 3 Aug 2002 02:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g739e4JU027526 for ; Sat, 3 Aug 2002 02:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g739e4LL027525; Sat, 3 Aug 2002 02:40:04 -0700 (PDT) Date: Sat, 3 Aug 2002 02:40:04 -0700 (PDT) Message-Id: <200208030940.g739e4LL027525@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tilman Linneweh Subject: Re: ports/41280: update-port: audio/extace (unbroke) Reply-To: Tilman Linneweh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41280; it has been noted by GNATS. From: Tilman Linneweh To: freebsd-gnats-submit@FreeBSD.org, lehmann@ans-netz.de Cc: Subject: Re: ports/41280: update-port: audio/extace (unbroke) Date: Sat, 3 Aug 2002 11:34:31 +0200 This PR is much better than mine, since it fixes CFLAGS. Please close ports/40183 in favor of this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 2:57:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE8E37B400 for ; Sat, 3 Aug 2002 02:57:36 -0700 (PDT) Received: from e1.ny.us.ibm.com (e1.ny.us.ibm.com [32.97.182.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C685043E5E for ; Sat, 3 Aug 2002 02:57:35 -0700 (PDT) (envelope-from sidcarter@symonds.net) Received: from northrelay03.pok.ibm.com (northrelay03.pok.ibm.com [9.56.224.151]) by e1.ny.us.ibm.com (8.12.2/8.12.2) with ESMTP id g739vWi6013432 for ; Sat, 3 Aug 2002 05:57:32 -0400 Received: from calvin.in.ibm.com (calvin.in.ibm.com [9.182.24.126]) by northrelay03.pok.ibm.com (8.12.3/NCO/VER6.3) with ESMTP id g739vSDN138680 for ; Sat, 3 Aug 2002 05:57:30 -0400 Received: by calvin.in.ibm.com (Postfix, from userid 1001) id CD506340C; Sat, 3 Aug 2002 15:27:18 +0530 (IST) Date: Sat, 3 Aug 2002 15:27:18 +0530 From: Sid Carter To: ports@freebsd.org Subject: Ports: SDL not compiling Message-ID: <20020803095718.GA17222@calvin.in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: uname -rsp Organisation: Sid Carter Inc. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I am getting this error when I am trying to compile SDL from the ports. --------------------------------- rm -f .libs/SDL_vglvideo.lo cc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.4\" -DHAVE_ALLOCA=1 -I. -I. -O -pipe -march=pentiumpro -D_THREAD_SAFE -DHAVE_LIBUSBHID_H -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DENABLE_VGL -DUSE_ASMBLIT -I./hermes -I../../../src/hermes -DOSS_SUPPORT -DESD_SUPPORT -I/usr/local/include -I/usr/X11R6/include -DENABLE_X11 -Iinclude -Isrc/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_SVGALIB -DENABLE_AALIB -DHAVE_OPENGL -D_REENTRANT -D_THREAD_SAFE -DSDL_USE_PTHREADS -DHAVE_SEMUN -I../../../include -I../../../include/SDL -I../../../src -I../../../src/freebsd -I../../../src/main -I../../../src/audio -I../../../src/video -I../../../src/video/XFree86/extensions -I../../../src/events -I../../../src/joystick -I../../../src/cdrom -I../../../src/thread -I../../../src/timer -I../../../src/endian -I../../../src/file -c SDL_vglvideo.c -fPIC -DPIC -o .libs/SDL_vglvideo.lo SDL_vglvideo.c: In function `VGL_Available': SDL_vglvideo.c:105: `VIDBUF16' undeclared (first use in this function) SDL_vglvideo.c:105: (Each undeclared identifier is reported only once SDL_vglvideo.c:105: for each function it appears in.) SDL_vglvideo.c:106: `VIDBUF32' undeclared (first use in this function) SDL_vglvideo.c: In function `VGL_UpdateVideoInfo': SDL_vglvideo.c:231: structure has no member named `PixelBytes' SDL_vglvideo.c:232: structure has no member named `PixelBytes' SDL_vglvideo.c: In function `VGL_VideoInit': SDL_vglvideo.c:279: `VIDBUF16' undeclared (first use in this function) SDL_vglvideo.c:280: `VIDBUF32' undeclared (first use in this function) SDL_vglvideo.c: In function `VGL_SetVideoMode': SDL_vglvideo.c:327: `VIDBUF16' undeclared (first use in this function) SDL_vglvideo.c:328: `VIDBUF32' undeclared (first use in this function) SDL_vglvideo.c:357: structure has no member named `PixelBytes' SDL_vglvideo.c:358: structure has no member named `PixelBytes' SDL_vglvideo.c:364: structure has no member named `PixelBytes' SDL_vglvideo.c: In function `VGLListModes': SDL_vglvideo.c:544: structure has no member named `PixelBytes' SDL_vglvideo.c:586: `VIDBUF16' undeclared (first use in this function) SDL_vglvideo.c:587: `VIDBUF32' undeclared (first use in this function) SDL_vglvideo.c:588: warning: unreachable code at beginning of switch statement SDL_vglvideo.c: At top level: SDL_vglvideo.c:638: warning: `VGLWaitRetrace' defined but not used SDL_vglvideo.c:444: warning: `VGL_BankedUpdate' defined but not used *** Error code 1 Stop in /usr/ports/devel/sdl12/work/SDL-1.2.4/src/video/vgl. *** Error code 1 Stop in /usr/ports/devel/sdl12/work/SDL-1.2.4/src/video. *** Error code 1 Stop in /usr/ports/devel/sdl12/work/SDL-1.2.4/src. *** Error code 1 Stop in /usr/ports/devel/sdl12/work/SDL-1.2.4. *** Error code 1 Stop in /usr/ports/devel/sdl12. *** Error code 1 Stop in /usr/ports/graphics/mplayer. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall13771.0 make WITH_OPTIMIZED_CFLAGS=yes WITH_GUI=yes WITH_DVD=yes WITH_SVGALIB=yes WITH_VORBIS=yes WITH_XANIM=yes WITH_SDL=yes ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! graphics/mplayer (compiler error) --------------------------------- Am on -STABLE uname -a -------- FreeBSD calvin 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Aug 3 04:49:41 IST 2002 root@calvin:/usr/obj/usr/src/sys/GENERIC i386 FreeBSD 4.6-STABLE #0: Fri Aug 2 11:51:13 IST 2002 root@calvin:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (996.77-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x383fbff Has this been already reported ? Any solution ? TIA Regards Sid -- I've known him as a man, as an adolescent and as a child -- sometimes on the same day. Sid Carter FreeBSD oder Debian GNU/Linux. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 3:39:55 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F68537B400; Sat, 3 Aug 2002 03:39:53 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 905C543E42; Sat, 3 Aug 2002 03:39:51 -0700 (PDT) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) by 21322530218.direct.eti.at (8.11.6/8.11.6) with ESMTP id g73Agcj20846; Sat, 3 Aug 2002 12:42:39 +0200 (CEST) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [127.0.0.1]) by sauna.arved.de (8.12.5/8.12.5) with ESMTP id g73AdtIN038020; Sat, 3 Aug 2002 12:39:55 +0200 (CEST) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by sauna.arved.de (8.12.5/8.12.5/Submit) id g73AdsBg037851; Sat, 3 Aug 2002 12:39:54 +0200 (CEST) X-Authentication-Warning: sauna.arved.de: tilman set sender to tilman@arved.de using -f Date: Sat, 3 Aug 2002 12:39:51 +0200 From: Tilman Linneweh To: ports@freebsd.org Cc: ade@freebsd.org Subject: Bug in c.m4 of autoconf installation overwrites CFLAGS? Message-Id: <20020803123951.6fd40e50.tilman@arved.de> X-Mailer: Sylpheed version 0.8.1 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=.IYx/WGlmZ5JVI4" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=.IYx/WGlmZ5JVI4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello ade, Hello ports. I think I found a problem in c.m4 installed by port devel/autoconf. Please comment on this. The Code from AC_PROG_CXX_G goes like this: m4_define([_AC_PROG_CXX_G], [ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS CXXFLAGS="-g" AC_CACHE_CHECK(whether $CXX accepts -g, ac_cv_prog_cxx_g, [_AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [ac_cv_prog_cxx_g=yes], [ac_cv_prog_cxx_g=no])]) if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi[]dnl ])# _AC_PROG_CXX_G This overwrites CXXFLAGS with O2 in every port that calls AC_PROG_CXX or AC_PROG_CC. IMHO the lines adding -O2 to CXXFLAGS and CFLAGS should be removed from c.m4 This would make work for porters a lot easier. regards arved --=.IYx/WGlmZ5JVI4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9S7L5fCLDn4B6xToRAp5vAJ9S+jst1opxPobgpeb2VfFxsVr2nACfY44Z jctBv0FWO7P/Asv9kMOg1bk= =avIT -----END PGP SIGNATURE----- --=.IYx/WGlmZ5JVI4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 3:58:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16B9D37B401 for ; Sat, 3 Aug 2002 03:58:10 -0700 (PDT) Received: from quebec.procergs.com.br (quebec.procergs.com.br [200.198.128.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B4243E3B for ; Sat, 3 Aug 2002 03:58:07 -0700 (PDT) (envelope-from areadedivulgacao@via-rs.net) Received: from rsj3099@via-rs.net (p039.03.virtua.pae.procergs.com.br [200.198.154.39]) by quebec.procergs.com.br (Postfix) with ESMTP id B4332D7E49; Sat, 3 Aug 2002 07:54:57 -0300 (BRT) Message-ID: <41198-2200286310371770@rsj3099@via-rs.net> To: "EVV 02-08-2002B" From: "Espaco Vital Virtual" Subject: Notícias Jurídicas: www.EspacoVital.com.br em 02/08/2002.br2 Date: Sat, 3 Aug 2002 07:37:01 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_84815C5ABAF209EF376268C8" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------=_NextPart_84815C5ABAF209EF376268C8 Content-type: text/plain; charset=US-ASCII Você pode escolher como deseja RECEBER DIARIAMENTE o Espaço Vital Virtual. Clique ao lado: HTML:COMO PÁGINA DE INTERNET Para indicar amigos e/ou outros profissionais dodireito, clique ao lado: INDICAÇÃOPARA EVV SOMENTETEXTO Você é nosso leitor em02/08/2002 Se deseja que seu e-mail seja excluído da remessa do informativo, bastaclicar ao lado: REMOVERMEU EMAIL Osdireitos autorais desta página são protegidos pela lei nº 9.610 de 19.02.1998 COLUNAESPAÇO VITAL DE02/08/2002 Seguradoraresponde pela indenização mesmo antes da emissão da apólice Decisão da 6ªCâmara Cível do TJRS condena a Sul América a indenizar um segurado, cujo automóvelteve perda total, em acidente, três dias depois de encaminhada a proposta de seguros. Aapólice ainda não tinha sido emitida. Motel pagará R$8 mil por constranger casal Um jovem casal de namoradosfoi interceptado na saída do estabelecimento, sob a alegação descabida de furto dastoalhas. A questão teve desdobramentos penais e cíveis. Um tribunal recursal de pequenascausas admitiu que houve constrangimento e modificou a sentença inicial, que fora deimprocedência da ação. Igreja Universalcondenada por descumprir contrato Decisão da 15ª CâmaraCível do TJRS fixa a condenação em R$ 24 mil, a propósito de descumprimento de pactorelativo à instalação de um templo religioso na Avenida Assis Brasil. Advogado reclamacontra valor das guias O Fundo de ReaparelhamentoJudiciário cobra R$ 0,70 por formulário que custa pouco mais de um centavo. Argüição dedescumprimento do preceito fundamental O advogado porto-alegrenseHelio Marcio Campo lança obra sobre a previsão constitucional do parágrafo 1º doartigo 102. DESTAQUES Honorários de72 centavos Emação na Justiça Federal, a verba que tocou para o profissional da Advocacia é inferiora um real. Cliqueaqui Prazopara Estado Suspensaaté 31 de outubro a aplicação de liminar que sustou o atendimento, porprocuradores do Estado, em processos em que autarquias são interessadas. Cliqueaqui Novasúmula STJdefine a correção monetária dos depósitos judiciais. A correção monetária não depende mais de ação específica contra o banco depositário. Cliqueaqui ASMAIS NOVAS Asnotícias são inseridas nos dias úteis, às 9h. da manhã Hoje,6a. feira - 02.08.2002 Honoráriosde 72 centavos, em processo que durou 11 anos Prazoao Estado até 31 de outubro para regularizar representação nos processos Súmulado STJ define correção monetária de depósitos judiciais STJ aprova súmula sobre protesto pela preferência de crédito Caxiasna Série A depende, agora, do STF Açãode US$ 13 milhões contra Michael Jackson STFmantém descredenciamento de empresa acusada de lavar dinheiro Sucessãode erros manteve homem preso por quatro anos além da pena AsRelações Homossexuais e o Direito Brasileiro - artigo de Pedro MontezumaPacheco Prates AInstituição do Bem de Família - artigo de Waldomiro de Paula Junior FLASHES Aposentadoriasno TJRS - O Diário da Justiça publicou ontem a aposentadoria dosdesembargadores José Antonio Paganella Boschi, membro oriundo do Ministério Público eFernando Braf Henning Junior, magistrado de carreira. Ligadona emvocê - Um efeito suspensivo em agravo de instrumento, concedido pelo TJSP, suspendeu a falência da rede de lojas Arapuã. A quebra tinha sidodecretada na tarde de 4ª feira pelo juiz Rodrigo Marzola Colombini, da 6ª VaraCível de São Paulo. Queixas contraseguradoras - Revela o clipping Migalhas que de janeiro a junho, a Suseprecebeu 30.700 queixas contra empresas do setor de seguridade. Por conta das denúnciasfeitas no primeiro semestre deste ano foram instaurados 1.897 processos no órgão, amaioria contra empresas de seguro. Intervenções- Estão confirmados para o próximo dia 14 os julgamentos, pelo STF, de seis pedidos deintervenção federal nos Estados do Rio Grande do Sul, São Paulo e DistritoFederal. Boaleitura! Este é um serviço de Administraçãode Homepages e Produção de Livros Digitais para Você pode escolher como deseja RECEBER DIARIAMENTE oEspaço Vital Virtual. Clique ao lado: HTML:COMO PÁGINA DE INTERNET Para indicar amigos e/ou outros profissionais dodireito, clique ao lado: INDICAÇÃOPARA EVV SOMENTETEXTO MARCO ADVOGADOS respeita a sua privacidade e é contra o spam na rede.Esperamos que a mensagem acima, de conteúdo informativo, seja de alguma utilidade. Sevocê não deseja mais receber e-mails de MARCO ADVOGADOS, cliqueaqui. ------=_NextPart_84815C5ABAF209EF376268C8 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Boletim Informativo Espa=E7o Vital Virtual (3-6)

    Voc=EA po= de escolher como deseja   RECEBER = DIARIAMENTE o Espa=E7o Vital Virtual=2E Clique ao lado:<= /em>

    &nbs= p;

    Para indicar amigos e/ou ou= tros profissionais do direito, clique ao lado:

     

    Voc= =EA =E9 nosso leitor em 02/08/2002 Se deseja que seu e-mail seja exclu=EDdo da remessa d= o informativo, basta clicar ao lado: R= EMOVER MEU EMAIL

    <= font face=3D"Verdana">Os direitos autorais desta p=E1gina s=E3o protegidos pela lei n=BA 9=2E61= 0 de 19=2E02=2E1998

    = =

    COLUNA ESPA=C7O VITAL

    DE 02/08/2002

    Seguradora responde pela indeniza=E7=E3o mesmo antes da emiss=E3o da ap=F3lice

    Decis=E3o da 6=AA C=E2mara C=EDvel do TJRS condena a Sul Am=E9rica a indenizar um segura= do, cujo autom=F3vel teve perda total, em acidente, tr=EAs dias depois de encaminhada a pro= posta de seguros=2E A ap=F3lice ainda n=E3o tinha sido emitida=2E
    Motel pagar=E1 R$ 8 mil por constranger casal
    U= m jovem casal de namorados foi interceptado na sa=EDda do estabelecimento, sob a alega=E7=E3o des= cabida de furto das toalhas=2E A quest=E3o teve desdobramentos penais e c=EDveis=2E Um tri= bunal recursal de pequenas causas admitiu que houve constrangimento e modificou a senten=E7a inic= ial, que fora de improced=EAncia da a=E7=E3o=2E

    Igreja Universal condenada por descumprir contrato

    De= cis=E3o da 15=AA C=E2mara C=EDvel do TJRS fixa a condena=E7=E3o em R$ 24 mil, a prop=F3sito de d= escumprimento de pacto relativo =E0 instala=E7=E3o de um templo religioso na Avenida Assis Br= asil=2E
    Advogado reclama contra valor das guias
    O = Fundo de Reaparelhamento Judici=E1rio cobra R$ 0,70 por formul=E1rio que custa pouco mais de um= centavo=2E
    Arg=FCi=E7=E3o de descumprimento do preceito fundamental
    = O advogado porto-alegrense Helio Marcio Campo lan=E7a obra sobre a previs=E3o constitucional do p= ar=E1grafo 1=BA do artigo 102=2E
     

    DESTAQUES<= /big>

    Honor=E1rios de 72 centavos
    Em a=E7=E3o na Justi=E7a Federal, a verba que tocou para o profissional d= a Advocacia =E9 inferior a um real=2E Clique aqui
    Prazo para Estado
    Suspensa at=E9 31 de outubro a aplica=E7=E3o de liminar que sustou o = atendimento, por procuradores do Estado, em processos em que autarquias  s=E3= o interessadas=2E Clique aqui
    Nova s=FAmula
    STJ define a corre=E7=E3o monet=E1ria dos dep=F3sitos judiciais=2E A corre= =E7=E3o monet=E1ria  n=E3o depende mais de a=E7=E3o espec=EDfica contra o banco deposit=E1r= io=2E Clique aqui

    AS MAIS NOVAS

    As not=EDcias s=E3o inseridas nos dias =FAteis, =E0s 9h=2E da manh=E3
    Hoje, 6a=2E feira - 02=2E08=2E2002
    Honor=E1rios de 72 centavos, em processo que durou 11 anos
    Prazo ao Estado  at=E9 31 de outubro para regularizar representa=E7=E3o=   nos processos
    S=FAmula do STJ define corre=E7=E3o monet=E1ria de dep=F3sitos judiciais
    STJ  aprova s=FAmula sobre protesto pela prefer=EAncia de cr=E9dito
    Caxias na S=E9rie A depende, agora, do STF
    A=E7=E3o de US$ 13 milh=F5es contra Michael Jackson
    STF mant=E9m descredenciamento de empresa acusada de lavar dinheiro
    Sucess=E3o de erros manteve homem preso por quatro anos al=E9m da pena=
    As Rela=E7=F5es Homossexuais e o Direito Brasileiro -  art= igo de Pedro Montezuma Pacheco Prates
    A Institui=E7=E3o do Bem de Fam=EDlia - artigo de Waldomiro de Paul= a Junior

    FLASHES

    Aposentadorias no TJRS - O Di=E1rio da Justi=E7a publicou ontem = a aposentadoria dos desembargadores Jos=E9 Antonio Paganella Boschi, membro oriundo do Min= ist=E9rio P=FAblico e Fernando Braf Henning Junior, magistrado de carreira=2E<= /span>
    Ligadona em voc=EA - Um efeito suspensivo em agravo de instrumento, = concedido pelo TJSP,  suspendeu a fal=EAncia da rede de lojas Arapu=E3=2E A = quebra tinha sido decretada  na tarde de 4=AA feira pelo juiz Rodrigo Marzola Colom= bini, da 6=AA Vara C=EDvel de S=E3o Paulo=2E
    Queixas contra seguradoras - Revela o clipping Migalhas que de jane= iro a junho, a Susep recebeu 30=2E700 queixas contra empresas do setor de seguridade=2E Por= conta das den=FAncias feitas no primeiro semestre deste ano foram instaurados 1=2E897 proces= sos no =F3rg=E3o, a maioria contra empresas de seguro=2E
    Interven=E7=F5es - Est=E3o confirmados para o pr=F3ximo dia 14 os julgamentos, pelo STF= , de seis pedidos de interven=E7=E3o federal  nos Estados do Rio Grande do Sul,  = S=E3o Paulo e Distrito Federal=2E

    Boa leitura! Este =E9 um servi=E7o de

    Administra=E7=E3o de Homepages e Produ=E7=E3o de Livros Digitais

    para

    Voc=EA po= de escolher como deseja RECEBER DIARIAMENTE= o Espa=E7o Vital Virtual=2E Clique ao lado:

    &nbs= p;

    Para indicar amigos e/ou ou= tros profissionais do direito, clique ao lado:

     

    MARCO ADVOGADOS  respeita a sua privacidade e =E9 contra o spam na rede=2E Esperamos que a mensagem acima, de conte=FAdo informativo, seja de alg= uma utilidade=2E Se voc=EA n=E3o deseja mais receber e-mails de MARCO ADVOGADOS, <= u>clique aqui=2E

    ------=_NextPart_84815C5ABAF209EF376268C8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 4:36:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A78FF37B400 for ; Sat, 3 Aug 2002 04:36:29 -0700 (PDT) Received: from condor.gmu.edu (dsl092-165-233.wdc1.dsl.speakeasy.net [66.92.165.233]) by mx1.FreeBSD.org (Postfix) with SMTP id 0EB7643E3B for ; Sat, 3 Aug 2002 04:36:29 -0700 (PDT) (envelope-from jroyes@pobox.com) Received: (qmail 319 invoked from network); 3 Aug 2002 11:33:46 -0000 Received: from localhost (HELO pobox.com) (127.0.0.1) by localhost with SMTP; 3 Aug 2002 11:33:46 -0000 Message-ID: <3D4BBF90.9DF4C07F@pobox.com> Date: Sat, 03 Aug 2002 07:33:36 -0400 From: Jason Royes X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.5 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: subscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 6:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0743837B400 for ; Sat, 3 Aug 2002 06:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5456B43E5E for ; Sat, 3 Aug 2002 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73DA2JU079074 for ; Sat, 3 Aug 2002 06:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73DA2Sd079073; Sat, 3 Aug 2002 06:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6972237B400 for ; Sat, 3 Aug 2002 06:08:53 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C56243E3B for ; Sat, 3 Aug 2002 06:08:53 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g73D8qOT074471 for ; Sat, 3 Aug 2002 06:08:52 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g73D8q7m074470; Sat, 3 Aug 2002 06:08:52 -0700 (PDT) Message-Id: <200208031308.g73D8q7m074470@www.freebsd.org> Date: Sat, 3 Aug 2002 06:08:52 -0700 (PDT) From: KIMURA Shigekazu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41282: New_Ports japanese/stevie-* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41282 >Category: ports >Synopsis: New_Ports japanese/stevie-* >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 06:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KIMURA Shigekazu >Release: FreeBSD-4.6.1-RELEASE >Organization: >Environment: 4.6.1-RELEASE-p7 i386 (sorry, uname -r + i386) >Description: begin 644 stevie_02.tar.gz M'XL(`%7+2ST"`^U=?5O:R!;W7_(ISE:?51<2\DHL]]**@)9:P4OH;OOW'U MSWPD6/OQ*)R-?]\=DK!XK^.O,@905%U5^/C?R_B/[<@9B+:]Q#(462[I^A?' M7U-*-\=?5Q1S#60^_BLG413AR+X@=/"E]HMZSK(CJ$[.<%A`V2DK1EDM@2K+ MJI#/YZ><-[GP7\*UNPNB4C`AKQ04#79W!5@7Q/5LU5O=IY6H#@)@^+0=^QA\=3U,+NCZJ4JK+HGU,]:;Q84%?*J M1A^L`[Z^G-K`#FPG(@$,;*\W=+TSV`K)D#@1^![V6^"/X)0,_;?;R%U[5NU@ M9:SG30N[//$U7M8$,7'3B/Q<>'Y]+F*:?J_9W9GY6NW#:NMY$T="K.V_J![0 MYHIM$.L;6]CV;>;`;H\=-,TV%A$SYBL`8A38/3=R?<\>4I8/F.B:.3!1[*") MK@5X44^RQZ+@6;UC025GAX[K2@,@WB7^7I"KD3U&AS\.\7>,73/"YQO6ZYI6 MT!3(:X_I@_9Z+H[W81P%_8GGH"L@9^3=.':$DU-TA$Y`B$<=Q`Z<`3K>8$KL M;YIPXO5\?%R2(,3ZH^MLZ)^R=Y-,>L3HU6LV-K?;>:OI\$? M9L'7E-T>#LN03F3FV?A`IS>+C,,QB&6V+8B8;:VVC?ZD9["+_21URD0CFWO( MG$\RHCG2F&LAC\77:M?H3Y)?T^0;NRD#C<"DM&C`>165L4#ZQ"QI]3'+Q/N! M>AE;9)^%E,VACI0/GW2P*'\2'B?`)PUG">-*2SW?29LOC4;8SU[@]_L@!GL* MB-WA&,31:!8/3^;2T5S&05+-W7&0ECI76Q8:ESE?::>/TL%J31W36C^)(R1< M>:9Q8O!)=$`N:B*9):?E#8GNT_&`$8G\ZNOG4GPP7JCV7ZJ.EU[&`OM/ M40T]L?\4W`&B6]'DDLKMORQH'5KD+8S](`K!\8?4M$!EAXO1S#0KTT&:S1-A M'>IV1`!5)SYZY=DF3F4F(3,#U^&/@3^:Q:7TWIX8LF:8NT.J4M^3P)?LGG0^ MAJW#YM'+3A6L@7M&+NSWDVUA'7/9V$<%C9;5!OJ$XW:GVZH>-2JYN=K0P-\; M':O91LM.D32A5NTV#MJ=9L.JY,[ML>V1D`!!(\0/0N&H:G4;G1.KV<5HK$\_ M&I>+1?R5+K'E?B`Y/M8&-T'.1;'GA\6W`1HOWEF1IB]>ND6AWK22.J#!JFAA MX`B-5]U.M=8]L5[NOZKDI.'[@2"@-=IL=?%_HU/)L=[=35HB^<&9(.R];+ZH MG]0;QXU6'>LY'-AE5.'8%(O:145JC+C4\"AB#-HDN1Q6Z"..M&5%C!"F5:@= MU5EFTX"]QGZ[TSBI=@ZPE'?]O]Y6-C[\T3FD64QYJONT2V*6=2"C<70E"*WV M"?)9+_>0-;:8A7%`1+8[+`NY7;0NCJFBI4R=VG61*8S1Q5Q(NIP@,]81Q$EU M+O(W5D*S976K+UZDDWF?VGRCJ7_RP(S:'?FPUP0["G*P%.`O?,(SV(_'A5 M@&A``'??).C;#@'P^T"#!'KN!6DJMG)(`%WD]>P1@2VK"XTXCA[P_=Z$AA<- M)J%KAU&X+:"JP86%'6'1[#'G"!UVQ'Q)GF_M$&TT-P@C`&J*1<0#FIE`>:"* M(^>"U958F4E@2/IQ->*&T*;3VK&2/=S;"S7LK'B)A*F)B4LDJL\>D83O M6/['0S>,LI9_4*;R;\C4%J#RKW#YSX).7:^8'JYS;?A3Z_\>BK[K]?VUS.6_ M5$KE7]$-9O\KJLSE/PLZJANPE1YET+.+;:B`3DH]1=$=7>_O&!K^R(\?RT33 M3:7GG*K&#E\I?C3Y/W?#AX'_49G\*YIF- M_U"U&/_%\1\9$<=_+`O_@4OD]XO_2.7_OO$?Z?M?5>'GOYD0Q7^<<_P'U__A MP\)_:!S_E0EQ_`>7?Y3_<)4`D+N\_S=D>O^#8BC\_H_,QW]5`)`[W/^BFAK# M?Y14CO^XI_%?/@!D\?TOT_<_JLK^_E?7N/V?#2W`?VAF6347XS]VRJJQ)/Q' M^'D`2/@=70!3HDW/JVK:`UE=`2-^=`5,?MX#7[P/AM\!P\$J'*S"P2K\#IB? M?O^W*@#08OQ/:6K_*8K"SG]UC=M_6=`=\3_APP(`A1P!Q!%`G):T_J\*`+08 M_Z//G?\P_*>I\//_3.B6^!^+`X!^#OE?!0!H,?['2-__Z8;!Y%\S^?U/F1#' M_RP+_V-]EP"@F_*_"@#0'?`_.GU1A/*OR_S\/Q.B^)^0XW^X_E\A`.@K\#^: MPO&_F1#'_W#Y1_E_?;C"3T#=`?]C:!0+H"@EO<3Q']F/_VH00'?Z_I.ITC<" M.!/X^-_7^"\;`;3P_A>X5NWBH]4^>6YU.\W6`8?<<,C-3PRY MF9L(/ROTYF/]OQH$R"+\AZZI4_UOE)3X_(_?_YH)W1'_D:C?+R)`M*P1($F% M;F)`)/-N*)!!Q&`@J(\TR0]<:2)&_L45ULRA8)#][G'QR*JWK?1/)3]!@=AC M#@+Y.A#(V`\CT?50"E$S"[DMI\=6Y<9^\]4UM>C@UU^ITFRA(@W['T]#BAG? M9I6PGK&U_/"@T_A/XJ*#'_)CX!]1_I>/`%F(_]!3_*\LRZ8 M4>V^72KIME8RY9+3,SG\XX>V_P/RU]K2Y?\?W_^7U#G\ARS']S]R^S^;\]]? MBLP$&`AN'_X+CS;41_!+!1XEAV6/X'__HI:P)Z"=_\Z-0!;ZKD"<@0^/?OL6 M>I1F@K8[;CZ>4RO:?8]&.A(LHKE,JK@3&/D!*4#7O_)[-CAHXY]AT9L?-NE>://IGV\V MGFX68/,Z]A?_?/-&^GNCB-N>63;?UBM\1>+$B1,G3IPX<>+$B1,G3IPX+9O^ )#Q,ZD),`H``` ` end >How-To-Repeat: >Fix: >Release-Note: >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 3 6:50:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34B3F37B41D for ; Sat, 3 Aug 2002 06:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DAC343E4A for ; Sat, 3 Aug 2002 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73Do2JU082234 for ; Sat, 3 Aug 2002 06:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73Do2iB082233; Sat, 3 Aug 2002 06:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D44637B400 for ; Sat, 3 Aug 2002 06:47:30 -0700 (PDT) Received: from www.contentmedia.de (www.contentmedia.de [213.61.138.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 33FDF43E70 for ; Sat, 3 Aug 2002 06:47:29 -0700 (PDT) (envelope-from marc@informatik.uni-bremen.de) Received: (qmail 21007 invoked from network); 3 Aug 2002 13:45:30 -0000 Received: from unknown (HELO leeloo.intern.geht.de) (80.134.169.175) by www.contentmedia.de with SMTP; 3 Aug 2002 13:45:30 -0000 Message-Id: <20020803154725.792e35a0.marc@informatik.uni-bremen.de> Date: Sat, 3 Aug 2002 15:47:25 +0200 From: Marc Recht To: FreeBSD-gnats-submit@FreeBSD.org Cc: wjv@FreeBSD.org Subject: ports/41283: py-xml update to 0.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41283 >Category: ports >Synopsis: py-xml update to 0.8 (fixes expat problems) >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 06:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Marc Recht >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD leeloo.intern.geht.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Aug 3 11:59:28 CEST 2002 root@leeloo.intern.geht.de:/usr/obj/usr/src/sys/LEELOO i386 >Description: This updates PyXML to version 0.8. In this release are the problems/conflicts with py-expat solved. >How-To-Repeat: >Fix: --Multipart_Sat__3_Aug_2002_15:47:25_+0200_08450600 Content-Type: application/x-gunzip; name="py-xml.diff.gz" Content-Disposition: attachment; filename="py-xml.diff.gz" Content-Transfer-Encoding: base64 H4sICNDbSz0CA3B5LXhtbC5kaWZmAMyda2/byJKGP49/BYHdALso07YUx5cBBhiPL4mwvq3lzGQ/ CVSpbfOEYvGQLUfexf73bVKSdXUisd7OToD4IrMf8u1uVldXV5O9+OEhCK8HeZC9hMN+siN5/Lh7 FX01D3Fixh++/r4VhuHKA39pRzY4GTwGwfug8eHXxtGvH5pBc2+vuUVEi5TFg49//XAwOvj334Pw YPswoPLL779vBf+yFWwFtzd399cnV+e//fKLw2yF5e9/nt+1WzfX7qO9ncOdxhYtfni0FZye3J9/ vLlrnbfdJ9YMbZYLu4uxT5JuBVcn7fvzu067dV/9/V//Z+aDTvvm893p+cXN3cfz/507tNP+/MdZ 6+63X7KX8lp6K6uvFxc2Th9kInzy+1L1Tf6wVvW9dfDxr839afU1AmqUVRdenX0I/u325cvVZVhV 0Y6N8p3H//734LfgIGqaw4e97vGH44NGd++oF7kfu3v7jQM23Yfj3hbNFT6aKdo73t87fP/h8KHb NA8H7l+jebR/yI0PbHq9g6jxRo1kXx/DLHECJmJeP1iqk9e/rFUpbx39vvnr+72ZWtk+dvWy/b6q mXfvys5ydnPafveueIpys9sT3h0D989urqovO99Md51jz4fWpEUsabETZfGGJZ5s2aF/XOQuSh/N 2icYH70uPE57Zjg6Ovju0SfX1zefr0/Pf3DY6d35Weu+/YOjLlun5yWrap7m9kF50zea1V3/3XJ3 5ydnV+c72YsZZpFd7+DisZ9I9oNj72/ObrZog85BG3cO2rxz0EadgzbrHATsHO5/+CTfrOw4U7v+ sUO7xrG5eaioZV95v1cOEO7rwY/7ivtf2vzJ907P9rIoL0y+pqC5wpMW2ayUHdg3b0QzjPpZYopJ 2Z7py7jLrjrLysN70t/dt3Hvxd0RGxWqcZ5OJ05j2+mUpyqb4vD9dsONN4fN8tvqxljJGt2Ou9YU tllWTp2C7rPGJpLnizbLorRm0WHXJFUTlz/sdONuzZJv3Bdvl9ywiaoyUS/vVH18k8qpSnZFvvaj /GtZMKxdNeHPqZrkJR3W1NkvYlOzaFpMC5Y3wNGH7cZ+QEf75bcNboAKVn4JG84xc1Zp85LN0qhs LKD8MpWwdjce2zR3ocXksveqy65HKKLNNI8Lc2SjRB53CuGNy7qeZnOzWYtPr7lZ8JPpRzVLu7L8 tW7Zfq9mSad4ozv5zTYOf2Ybp0VpoRs7w9UD7XfLysBmA2tNXtSpskGeFNVpK4d0b2/7KKDj4/E8 dENWvRt0Ujir2ejD53HBNVqsrOXypqgUr398f/fe/dAexHYjA7L+QPZ6nq7kuXwzvfkT1iJEDx03 EdzbO24c6xnN5sT4N967Ccuem1a+3y+/r9dNXsll76h+65jE9E1qN720KeAhNkmvMBqCjM5PtUo/ aU6c9xWl86hvlMXH9Rb+bOVPJuopSueKsmO7VPXhww/lzLvhPPnD+j3YKq5mkNQqO7BxsmmPrW1J UvOtutZUehuXLX+oU6YT2VG1ls3U3GtWpqa519huHG/aUBWusPmA611JGTqtV9B5XN+i5KvJN7nF TOpmzWWtDVdHKN46Z5TFu39Ea3u2s8VOJTeXz6MJZb2izfpF39coeilRr065+zx6dv5RlNS85C9X lzXraVSyzjlnow7rdsGRKzjqhdzYT2sVdOevVc51YOnF6WOxttLZ0g9x4lzYWieuQmr1Sjqb2q1V 8h/Rc1RWVGWmGqW/TM3m4duR3B8Ci2jYGXu0dcv38rjs5bWKlwNLvYZzH3YHcdKr2XgTzeuemp++ unrv7Lsvm9xU42J9d09tWLKWXc5M/tCpIvXjutnkLv7nQNz3deeCVZHcPOabDrmvoqo+XHbeY9eJ 9/e2mxt59a/GZtNzd8YNsVGZVyOzSRPOGJiNTziK129cqjQsG5caG5WNy/Wj3B2SbF5uejdsVG68 CLWJdzMu536vc0Jn3OqUadYqNDFJdQpryo7N98ZFK9O98e0wNdsbn7CmxmF/ox46cN7PxKRVFmr/ cPvw0M3amgeN7cOj0TJYN05fl5yq+O78R8+RM6FJ3N115/yv+083151xrsS7d7uFmxGFWcRfo0d3 ZnfAyel/nHw875y17txfL2zpplY9XFeetQCpqWDWfwy1BNYjZItqIdLRHVGrbDklOxlPKEMtgfUI Ueg4PTu5P2kbtrGkOj0LJMahVPqcKYjYDdFnkY2UAhdQDGSpJEp/EvIMARCGUDSCzm6uWqXlLlGR vmOuwjGYp5IrPNA34AyFMRiEpos8esRpm6ExFofQev+SGYzOMYlxKI2+8+mSSgiAMISiEpTa2L4o 9UwYjIDo1dyZB5O7aaxByJqFMZSmEvqs74XPgD74rO+BF/Z6vPoR6hmMgGjUXJmicH9syyDX9r9F FANZGonXUd/0yqq6ijKdwgUS41AqfY5y8RrKCjEcRoG0yloOE1kBaJshMQ6l1XcZF1avbUxhDEan CeH3z1AYg9Fous2FnUGK08dWOlo+Vgt8C8kemKJgVknyOqkTBAMYGin349V7NYH1CJWO3Ji/pskE GA6jQBpl+gDlAoUxGI2mntm9PO1cnbfb7vP27v4o76avQko/N4+6SnplMAKiUWPSzuf2G3VU32S7 28zNo/vN9midKASBGEbSirvN41Tt8s2DGEbSivszdscJQNwUxDCSVtyXT7afNMsvsDZchWQPTIh0 rGqwYJxWzGC2QGIcSqtvkuARIiiMwWg15SbqmXy37AiXcVevbonHaCBQMWSoXOIxGghSfPty/pqx guUxGghSjGxfaNtC27U9TvIJgTCG0oBCkUZqymM0EKW42rmMEzzBMZgHkjvrQBB6GCK0lSe0ESWk nSKoNSD0/Ubg/ozuf4zugILugILugILsgALtgILugALugHgDqAkwPeSdi7s3AkwEiwsRLAhDsIgH eQgqEHbKTriZMWEmogQL8BEsmkaw0BV5iAkRNuxCuAgHYYIKpF8+I/WyFYEWjAiyPEOA1QtN68zv o6pPmtlgUx9S7pph6Y/DCToO5GLsZHerDpUNkkR9PQvbSmpzqt3uH01aZl6YT+Ot+yEUx2CeaOV+ ur+6PEn5SXJIIuebTPYBxajPssRYsPoFJvuAYtQ7TxisfY7IeCRE9x93WNWzPEYDMYqjwoA1zxEZ j4TpvpDU4rXPU9kPFlMH0nsB658jMh6J0T2wVlKw8gUm+4BC1J9KkiD27q0GMpwIEX1WZphiW3wB yR6YGOnYnXHf5bIvMKYm4tz1KsnBRm8Flj1xQdXwjK6AZ7j0Z7RoyIbJVTgG8yBysQ0Mbt3ZpiUd bu7RVPoruygf5NhGz/uWqewHC+k6eK/Yg0fswRu+kLyP1j1LZDwSo7t8CCdY+DySPTBx0vG3+xKV /WAhdfAJHPL4hA55fEKHPD6ZqAfWPEdkPBKmO04f8dLnoOyFiqkA9wNY/RyR8UiI7pYHE9/yYeNb Pox8q++OAYufR7IHJkZ6mg3Ag9sCkj0wMdKLVvneJLD4RSh7oUIq4LKF1T7LYzQQozjqGrB9X0Cy ByZGunk0KdipWWSyDyhGfZx+BWufIzIeCdF9FWVY2XNAhhMxok06AKueIzIeCdJtI7RuG8F1W/SS /JWA7dockOFEiOgb/HLVjYflqhsPy1U33X8YRmtfYLIPKEZ9Zj/mMgDb9WUq+8Gi6iBGL88vMtkH FKL+NsqjxzzKnrAVsALLnriwaujjq6DvQT46IH+bg8MVc0CGEyGi/7N80wRW9gKSPTAh0tucxxl4 xFtksg8oRr1J4OP9IpN9QDHq7UsC7vYLSPbAhEi/j7qJOY08DParyewPDawPkyQ+KmMOy564wGoQ L7UgfipBvNSBhwrwod6H9Dv55kH9HJX9YHF1MH6VhYd6WCKzPzSmPszQ4nekLFPZDxZTB7GFm4R5 JHtgQqR/xgfDPnsIhn1eDIaFuNRGAm83JB9b+cjHDjnCbz0j9L4uwm+aIj97kQi/xYd87J0h+K4U 8rDhg3xtoiBPmxIInutP4FR6wiarBzATDLm0VYnghM+vJnzqMnlICiY/qbaEzmElfIIoeUm8JHxC I/nIFCQPGXjkIbWNvGSMEToXizzkOZGP/CHCJ+YQPOmF8AklhM/VIHgeBHlIMSAfS/fkZz2cfCwy k6eFW/KwGkrwhUbysIZHPtbGyMeSE3lYyiF/iyPkaamB/ATvyUNInPwEmslf3Jb8hEHJQ3CRPETt 6G+1F3npIVzk49lW5OORUYR/GhOhH3ZE+OcIkZ9H8xD+qTfk42EyBH9SC3l4BAr5eqIIeXpEB8Gf f0F/rwdMgJ6PDHkE5nefhkD4Bw0Qfg8/edgcT372mxN6Ozfhd0qTl+3HhN/ZSz42zJKHnajkYYsn edk3SehtieRhvx/52EZH+B1qBN/+RfidVYTftETwHUHkYasN+djBQn42hZCPvRbkafMCedgVQPCU e/KQy04+UsTJR+Y1eUhpJn/ZweQp3Zb8ZLCSh9RQ8pNtSf4SF8lPLiB5SLIjD9lr9Zkn1mrfsXJ6 dnJ/0oak75w+OWPM1uRnkY20LOkDYo/onB9QAs0E46YUj0Dc/UtmlChMyPc8tbF9gUDuzIPJTcpq Yc96WRf2WnraC7kyReH+2JZBrhZ17WakvfKanPOvRTnKRZzo39lUglq2jM4LAlXaSjUGcu/f5sKu 7eL0sZUWNh8gLObk3UGsf3kQo94exJjXBzHi/UGMe4GQJkNxGj5lSBBWE8qFvUDo9W1GmpqZXg1D NGlrZu6tSAEMxcDL0kiceVtTAIAw6p1PrPdhBefDCtCHFYgPK2AfVjA+rGB9WMH5sALxYQXhwwrU hxWADysIH1aAPqzgfFhB+bCC82EF48NqMD0Df7vtjFssHtxixCs1Re8WC8otFoxbLAi3WHBusUBe rCkoX1Qgr9YU4Ls1BeJpCcrTUjV92vnchtuR7717u17V9aO8eIrmt+WGKBLjUFp9j2UWY8x6eVMQ w0hacd96vWH9SerKhiNYJUGkMU6bwLSBmq3uJDUt6vfmqixrCtetxkE5AjkXS/8cgAkpLuTo6MOx HjSwD0cdR9OTALfSsjrGyWOcPoHpE5y+undm5u5M54wARsMVJMahtPoqx1QvboJhEEeUnOxlRCq0 9VM89hMH0NfQFMQwkgBIkukryfnKmZuQAm+WFUTGI2G6ZWCzgbXuM6D0OSh7oaIqgCMbJfKIEz8F MpwIE/0U5SzpM1D1lMh4JEp3z/ZGH+GEzyLZAxMl3eS5IO/xVx6jgSjFadQ3hTva4ETPItkDEyV9 YOME2NYTHIN5KLlDuBEf4q34EG/G3fcoy4CqJzxGA4GKnXGEKh7xGA0EKi6/QyWPgQwnAkWDTdgM kfFIoO7nUSoK4ecg5MW3J7jTTHiHlDy4eoR2o8iDi0Lg8Z/woyuhhy5CjwwEt7uEt2lgA8R4CyRe LJDALZDgLZB4sECCtkDiwQIJ2AIJ3gIJ2gIJ2gIJ3AIJ3gLBXSDtNc7E0QkUaibcKgqB1iwIFtkn 3LoOgRZSCLbYUK9vFtEQsDCwQGEMRqXJDNlUO2ELpaw5EMNIdZu+JFXdJzfRKP1JAXqK0l6ihbj/ TTO0hZoCgYyXA1WM14l5fcq3PLbainXjxLSR698KvTx+xiyWv0FjLE4AWnv5c6fcXKxaHH4byHAi SnRiR7/hVM8QGY9E6+6Mg0uhDyr7waLqYOIOwuRPgQwnokSrU0DeBjKciBQtGVazZGDJkgEVlzNF xgme4BjMA8qFduohuk8P0V1avQj0NpDhRLBo7KA1D2UvVGAFWJHka2yh+qdM9gFFqM9eHEI5yVjp ixPc1yW8H0l+3DOCuz0E9ykIPWITeEQk9IhDcHtOXgwl+TA/QEvBWFMhcFMheFMhfkyFwE2FwE2F oE2FgE2FoE2FwE2FeDEV4sNUQJ0KAKyJDRg2wRHDJjhk2ITHDJv4oGETHzUcIctt6+5DoO4pkfFI mG5kyKyJj5k18UGzJjxq1sSHzZr4uFkTHThrwiNnTXjobJZYmQ248gmV/WBhdTATXiLwUEb4gYLw Npjw5o3wloPgdyX56e3wbsngfin4fin4fin4fin4finwfil++qUHcykKww7LUwHZ28VcngCkjGF1 pKntmWSeAABhyKVoBM0mFgUICmMuRqkJIgmjCCNoPJEI9AxGXIhSzWvyV4CgMOZiNJqmqWiBnsGI C9GoASXFzWIYMzIJbGTC5YYKJDlUMNmhAkkPFUR+qGASRAWRISqgblz7ruIn048Q0d4lEMNISnHu jhiqhY0hDKHUFbTquWwh7iFoIe55YyHqaXEh7MFsIewRaCHsCXYh7mFx4f/3c9kqu4jomoscRoFE BeqKJCZK6z+Ta4ThyQP1C20VzZEYh9LpK2+Ug72GVtwUwyCOTtY/szIuonjq5GIfItTNQbguRKAG g1Q0o6pIcFUkoCoC9cXaLuiy10cID4tgriNBfDWCOaAE8frqNXo5qXva/WMQJ7aVng/txSBl5ebG 7yHZA1Mn/VRSO3p7gerSphgGcdSyyqA7oiXnUQxkaSXmBtZdF2EMpemEnrtvac/0yre3/JVHWabZ hfc9JHtg6qQvvvxGdYHLb4NE0nRCrycP/hi/MUh1aYswhtJ0Qm/LJwz0Trrd3DzHkS1/LCQZWHMp XL0i59Ydpa2AdU/CP+Us4Aq7M4mjP/utsDdOwj/lLJgK89etPPYlfx1oGBftzHD8EOuHj9VI9sBE SHcDE0jxmMQ4FEJfaZfvTWExGmdojMUhtN7mphe7m2PynjfAFS4i2QNTAEx/dt+jsfdo4dvWZBj9 YxLjUHUn9eu0t6bm2kZ904wQDGDoOsFnGydaLWMGIyA6NV/K1v2YR/1+pB6rFliMhAFU3irfIrAK xUAWTOIfUWGAMsc4BvN0cvVLckscRoF0yrKX6rtW2BTDII5O1kuUZUVu60fUvx/eJVAMlYABS4LG BclD2I2gUS2Cho7op8Rh6KcEL8jf5J88TKcJN2El7LyQPMy6COfHk78pEQFcZ0K4rIT0EAnoiRHY 3SGUW0GgYRwz/LKH8VdA468Ax1+Bjr/iYfwV6Pgr0PFXfsr4Kz9l/BV/4694GH8FN/4KdvwVD+Ov 4MZfj8EvAYy/ghh/BTn+CnD8FfD4K6jxV0DjL2r6W5tTJHb3JMuSl3vTz1wvNcV5Yvom1cypK6a1 edx1tg2Mc70eTPwzSgZmol4JnToy44sslMDTKEkm14bRffokUqBY0i8pKFj2giPdPGBYYwoGdiH5 ecRPGNgn20/+Uj4/vwK1QFV1WV5LlEBh9+NsRgVp7NJiLmsphUvBuh4kmAa8HvS7JscIvLFPJv9S JEDatxhlb26q93190r6Oo2I5vyDqYy5r5OTNOnfuv2vWFMJFsiaOKPoaS18ZxEuiOC3vesidcZsL uzs2Th9baWHzQTXzBjX6CC3aS7yTfqSttDv7AKmutuSgka5tXxJTPBmDA90pn5BS4bC+VNlPcaR2 NARQIB2h8olRLtSfUR5H3QRU5389GdAd/FdczQ5Ro8AXjAGcYKaJBTDYZAlfAwT5nM7DsDObVZSk uY0TClZnv/ymhaj3ilWYvqMUgyyT0fK2h+l97SX870FFBcUGDeZnlKyqw+UrY7BSTM3Nx0cCNJHx F4nRvRTFCTxA2culqipgdcQpAAMZfokq0W9ExQI0kfEXqdO9GLsLcCxGXphO5VJUMQDCGBlZZGho kaGxRYYFFxkVXWRoeJFx8UWGBhgZGWFkWIiRkTFGxgYZGRxlZGSYkYFxRvYVaGRkpJF9hRoZHWtk bLCRPUYbGRVuZES8kVEBR8ZFHBkWcmRwzJGxQUfGRR0ZE3ZkWNyRoYFHxkYeGRd6ZHDskUHBR4ZG HxkefmRU/JFxAUhGRiAZEoJkUAyScUFIFertgCGBw2iEj1CRl7APwWMqhA9XEDIqgJzIK2MMc8lG 4d8iyDyPUuubW78LkUGPAAdTqVxOzgqh4ZgASFMJXU4cC6GRogBIUwmdT2oLYQGsAERSiWuBbsgW 6mZsoW7E5dS/EBroC4A0hNB73UMWVwUgAxRKpW85WTKEBkYDIA0hVP0svtUh2wAHU6mcTzENYYHk AERSiltIew2R4e0AB1OpXJGQG2Ij7wESp9e6kC4cgtcFAihPJ3cxnTlErlkEOJhK5WKKXQhcSwlg LK3E/2vufHrTBoIofudTzIXTamQp6rmqFJpTI6TQStwQibcJks26i2ldKR++i0MgYEjYfc9Sr8Tz g7d/x9k39nkDuPZ13iP9gAktwVRPVUxVecZMr32dnEk/YEJLHNn/lX3EJ1wgprhboKDcE0hh4jCt H5RPaI9npdIbm9EkznP0O08S6+DO3hWiKONwWXAIpuZtSYyyTrqFA4KUHRXpKO/wXVgoTN9B6ZDS DAFCIpHE7cuZlOxUECoPknvCpKtcH4UwcaDWpmbpbGqaxqYm6tuWqCnHcSIMDKyJsk3wUjhe9tYt 4lOqMUeINFBop8BQuaYhYeIgrUflj8pzMwkLhek7UZSpZJ+VUHmQ3CnntnlKuluekm6Su0WsSvWk CZFGFAo+I/sdy5yQiZho0hn9lHVEP2Wd0B+VJSvPXygsFKyP8Za507ZH4cEglfsybqUYMYVAwQTh z6XvuEKFwoFkHZW4K8+nKixU0PclX3hfphNBwuZBfxiifRUuiHh5+TkGeXnHK8iYN1nuF5sn8l7R SDAIA1TtxrzKmrKovHugwDBIGSBP8wKD5K7MnuqSQPnpZzd32bfr2e3XyST8aUJCJnqbb+rNc5wB PzzBnQ8VGuwEOFyAQwS4gaAdGZKizLf/q6Sw8JFll7MfE+5gbZEDQ5mMcCPl9kAcgYcr67a5+U/a vLt0cZBwuw80fDi++z4aX0+Gwy0sLPrehmkwL6sihFV/NexJWW1XdeZaS1Bs1H4PiI9rZ2N82L3z 3v2xeUJsZEjE5bkt3ev+nuV1vkqMxUbP67ZuGKmgYaY8DBgGeZsOGlqGipLArmoTf0PI2Q1+C2Pg +yhzdsrkYVZtZ8un0fj2sit3Y++Ci9+56OR03SwmkSGPdpnwRb/WLixFsVHtyIoMeSwLVw0kctm6 t8WmGVPiYpfI7S/U+KbQpDbXpP7V3gfSwTaTFhvZXRHf0t2mTVpmYBITkfi4hJB5tYiN2uZXcVGX 99M74+7EkqgXr7SXXBly1fXSNvZBfBmukOEoS9kE5OpzGG2/s+W6KOT5WWq/toN/WjR8vZmrAQA= --Multipart_Sat__3_Aug_2002_15:47:25_+0200_08450600-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --Multipart_Sat__3_Aug_2002_15:47:25_+0200_08450600 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 7: 0:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0FA537B400 for ; Sat, 3 Aug 2002 07:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5550443E5E for ; Sat, 3 Aug 2002 07:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73E09JU083158 for ; Sat, 3 Aug 2002 07:00:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73E09iW083157; Sat, 3 Aug 2002 07:00:09 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3F5C37B400 for ; Sat, 3 Aug 2002 06:54:48 -0700 (PDT) Received: from www.contentmedia.de (www.contentmedia.de [213.61.138.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 376FA43E42 for ; Sat, 3 Aug 2002 06:54:47 -0700 (PDT) (envelope-from recht@contentmedia.de) Received: (qmail 21044 invoked from network); 3 Aug 2002 13:52:48 -0000 Received: from unknown (HELO leeloo.intern.geht.de) (80.134.169.175) by www.contentmedia.de with SMTP; 3 Aug 2002 13:52:48 -0000 Message-Id: <20020803155442.0bf7648a.recht@contentmedia.de> Date: Sat, 3 Aug 2002 15:54:42 +0200 From: Marc Recht To: FreeBSD-gnats-submit@FreeBSD.org Cc: wjv@FreeBSD.org Subject: ports/41284: py-xml update to 0.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41284 >Category: ports >Synopsis: py-xml update to 0.8 (fixes expat problems) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 07:00:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Marc Recht >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD leeloo.intern.geht.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Aug 3 11:59:28 CEST 2002 root@leeloo.intern.geht.de:/usr/obj/usr/src/sys/LEELOO i386 >Description: This updates PyXML to version 0.8. In this release are the problems/conflicts with py-expat solved. >How-To-Repeat: >Fix: --Multipart_Sat__3_Aug_2002_15:54:42_+0200_081e4000 Content-Type: application/x-gunzip; name="py-xml.diff.gz" Content-Disposition: attachment; filename="py-xml.diff.gz" Content-Transfer-Encoding: base64 H4sICNDbSz0CA3B5LXhtbC5kaWZmAMyda2/byJKGP49/BYHdALso07YUx5cBBhiPL4mwvq3lzGQ/ CVSpbfOEYvGQLUfexf73bVKSdXUisd7OToD4IrMf8u1uVldXV5O9+OEhCK8HeZC9hMN+siN5/Lh7 FX01D3Fixh++/r4VhuHKA39pRzY4GTwGwfug8eHXxtGvH5pBc2+vuUVEi5TFg49//XAwOvj334Pw YPswoPLL779vBf+yFWwFtzd399cnV+e//fKLw2yF5e9/nt+1WzfX7qO9ncOdxhYtfni0FZye3J9/ vLlrnbfdJ9YMbZYLu4uxT5JuBVcn7fvzu067dV/9/V//Z+aDTvvm893p+cXN3cfz/507tNP+/MdZ 6+63X7KX8lp6K6uvFxc2Th9kInzy+1L1Tf6wVvW9dfDxr839afU1AmqUVRdenX0I/u325cvVZVhV 0Y6N8p3H//734LfgIGqaw4e97vGH44NGd++oF7kfu3v7jQM23Yfj3hbNFT6aKdo73t87fP/h8KHb NA8H7l+jebR/yI0PbHq9g6jxRo1kXx/DLHECJmJeP1iqk9e/rFUpbx39vvnr+72ZWtk+dvWy/b6q mXfvys5ydnPafveueIpys9sT3h0D989urqovO99Md51jz4fWpEUsabETZfGGJZ5s2aF/XOQuSh/N 2icYH70uPE57Zjg6Ovju0SfX1zefr0/Pf3DY6d35Weu+/YOjLlun5yWrap7m9kF50zea1V3/3XJ3 5ydnV+c72YsZZpFd7+DisZ9I9oNj72/ObrZog85BG3cO2rxz0EadgzbrHATsHO5/+CTfrOw4U7v+ sUO7xrG5eaioZV95v1cOEO7rwY/7ivtf2vzJ907P9rIoL0y+pqC5wpMW2ayUHdg3b0QzjPpZYopJ 2Z7py7jLrjrLysN70t/dt3Hvxd0RGxWqcZ5OJ05j2+mUpyqb4vD9dsONN4fN8tvqxljJGt2Ou9YU tllWTp2C7rPGJpLnizbLorRm0WHXJFUTlz/sdONuzZJv3Bdvl9ywiaoyUS/vVH18k8qpSnZFvvaj /GtZMKxdNeHPqZrkJR3W1NkvYlOzaFpMC5Y3wNGH7cZ+QEf75bcNboAKVn4JG84xc1Zp85LN0qhs LKD8MpWwdjce2zR3ocXksveqy65HKKLNNI8Lc2SjRB53CuGNy7qeZnOzWYtPr7lZ8JPpRzVLu7L8 tW7Zfq9mSad4ozv5zTYOf2Ybp0VpoRs7w9UD7XfLysBmA2tNXtSpskGeFNVpK4d0b2/7KKDj4/E8 dENWvRt0Ujir2ejD53HBNVqsrOXypqgUr398f/fe/dAexHYjA7L+QPZ6nq7kuXwzvfkT1iJEDx03 EdzbO24c6xnN5sT4N967Ccuem1a+3y+/r9dNXsll76h+65jE9E1qN720KeAhNkmvMBqCjM5PtUo/ aU6c9xWl86hvlMXH9Rb+bOVPJuopSueKsmO7VPXhww/lzLvhPPnD+j3YKq5mkNQqO7BxsmmPrW1J UvOtutZUehuXLX+oU6YT2VG1ls3U3GtWpqa519huHG/aUBWusPmA611JGTqtV9B5XN+i5KvJN7nF TOpmzWWtDVdHKN46Z5TFu39Ea3u2s8VOJTeXz6MJZb2izfpF39coeilRr065+zx6dv5RlNS85C9X lzXraVSyzjlnow7rdsGRKzjqhdzYT2sVdOevVc51YOnF6WOxttLZ0g9x4lzYWieuQmr1Sjqb2q1V 8h/Rc1RWVGWmGqW/TM3m4duR3B8Ci2jYGXu0dcv38rjs5bWKlwNLvYZzH3YHcdKr2XgTzeuemp++ unrv7Lsvm9xU42J9d09tWLKWXc5M/tCpIvXjutnkLv7nQNz3deeCVZHcPOabDrmvoqo+XHbeY9eJ 9/e2mxt59a/GZtNzd8YNsVGZVyOzSRPOGJiNTziK129cqjQsG5caG5WNy/Wj3B2SbF5uejdsVG68 CLWJdzMu536vc0Jn3OqUadYqNDFJdQpryo7N98ZFK9O98e0wNdsbn7CmxmF/ox46cN7PxKRVFmr/ cPvw0M3amgeN7cOj0TJYN05fl5yq+O78R8+RM6FJ3N115/yv+083151xrsS7d7uFmxGFWcRfo0d3 ZnfAyel/nHw875y17txfL2zpplY9XFeetQCpqWDWfwy1BNYjZItqIdLRHVGrbDklOxlPKEMtgfUI Ueg4PTu5P2kbtrGkOj0LJMahVPqcKYjYDdFnkY2UAhdQDGSpJEp/EvIMARCGUDSCzm6uWqXlLlGR vmOuwjGYp5IrPNA34AyFMRiEpos8esRpm6ExFofQev+SGYzOMYlxKI2+8+mSSgiAMISiEpTa2L4o 9UwYjIDo1dyZB5O7aaxByJqFMZSmEvqs74XPgD74rO+BF/Z6vPoR6hmMgGjUXJmicH9syyDX9r9F FANZGonXUd/0yqq6ijKdwgUS41AqfY5y8RrKCjEcRoG0yloOE1kBaJshMQ6l1XcZF1avbUxhDEan CeH3z1AYg9Fous2FnUGK08dWOlo+Vgt8C8kemKJgVknyOqkTBAMYGin349V7NYH1CJWO3Ji/pskE GA6jQBpl+gDlAoUxGI2mntm9PO1cnbfb7vP27v4o76avQko/N4+6SnplMAKiUWPSzuf2G3VU32S7 28zNo/vN9midKASBGEbSirvN41Tt8s2DGEbSivszdscJQNwUxDCSVtyXT7afNMsvsDZchWQPTIh0 rGqwYJxWzGC2QGIcSqtvkuARIiiMwWg15SbqmXy37AiXcVevbonHaCBQMWSoXOIxGghSfPty/pqx guUxGghSjGxfaNtC27U9TvIJgTCG0oBCkUZqymM0EKW42rmMEzzBMZgHkjvrQBB6GCK0lSe0ESWk nSKoNSD0/Ubg/ozuf4zugILugILugILsgALtgILugALugHgDqAkwPeSdi7s3AkwEiwsRLAhDsIgH eQgqEHbKTriZMWEmogQL8BEsmkaw0BV5iAkRNuxCuAgHYYIKpF8+I/WyFYEWjAiyPEOA1QtN68zv o6pPmtlgUx9S7pph6Y/DCToO5GLsZHerDpUNkkR9PQvbSmpzqt3uH01aZl6YT+Ot+yEUx2CeaOV+ ur+6PEn5SXJIIuebTPYBxajPssRYsPoFJvuAYtQ7TxisfY7IeCRE9x93WNWzPEYDMYqjwoA1zxEZ j4TpvpDU4rXPU9kPFlMH0nsB658jMh6J0T2wVlKw8gUm+4BC1J9KkiD27q0GMpwIEX1WZphiW3wB yR6YGOnYnXHf5bIvMKYm4tz1KsnBRm8Flj1xQdXwjK6AZ7j0Z7RoyIbJVTgG8yBysQ0Mbt3ZpiUd bu7RVPoruygf5NhGz/uWqewHC+k6eK/Yg0fswRu+kLyP1j1LZDwSo7t8CCdY+DySPTBx0vG3+xKV /WAhdfAJHPL4hA55fEKHPD6ZqAfWPEdkPBKmO04f8dLnoOyFiqkA9wNY/RyR8UiI7pYHE9/yYeNb Pox8q++OAYufR7IHJkZ6mg3Ag9sCkj0wMdKLVvneJLD4RSh7oUIq4LKF1T7LYzQQozjqGrB9X0Cy ByZGunk0KdipWWSyDyhGfZx+BWufIzIeCdF9FWVY2XNAhhMxok06AKueIzIeCdJtI7RuG8F1W/SS /JWA7dockOFEiOgb/HLVjYflqhsPy1U33X8YRmtfYLIPKEZ9Zj/mMgDb9WUq+8Gi6iBGL88vMtkH FKL+NsqjxzzKnrAVsALLnriwaujjq6DvQT46IH+bg8MVc0CGEyGi/7N80wRW9gKSPTAh0tucxxl4 xFtksg8oRr1J4OP9IpN9QDHq7UsC7vYLSPbAhEi/j7qJOY08DParyewPDawPkyQ+KmMOy564wGoQ L7UgfipBvNSBhwrwod6H9Dv55kH9HJX9YHF1MH6VhYd6WCKzPzSmPszQ4nekLFPZDxZTB7GFm4R5 JHtgQqR/xgfDPnsIhn1eDIaFuNRGAm83JB9b+cjHDjnCbz0j9L4uwm+aIj97kQi/xYd87J0h+K4U 8rDhg3xtoiBPmxIInutP4FR6wiarBzATDLm0VYnghM+vJnzqMnlICiY/qbaEzmElfIIoeUm8JHxC I/nIFCQPGXjkIbWNvGSMEToXizzkOZGP/CHCJ+YQPOmF8AklhM/VIHgeBHlIMSAfS/fkZz2cfCwy k6eFW/KwGkrwhUbysIZHPtbGyMeSE3lYyiF/iyPkaamB/ATvyUNInPwEmslf3Jb8hEHJQ3CRPETt 6G+1F3npIVzk49lW5OORUYR/GhOhH3ZE+OcIkZ9H8xD+qTfk42EyBH9SC3l4BAr5eqIIeXpEB8Gf f0F/rwdMgJ6PDHkE5nefhkD4Bw0Qfg8/edgcT372mxN6Ozfhd0qTl+3HhN/ZSz42zJKHnajkYYsn edk3SehtieRhvx/52EZH+B1qBN/+RfidVYTftETwHUHkYasN+djBQn42hZCPvRbkafMCedgVQPCU e/KQy04+UsTJR+Y1eUhpJn/ZweQp3Zb8ZLCSh9RQ8pNtSf4SF8lPLiB5SLIjD9lr9Zkn1mrfsXJ6 dnJ/0oak75w+OWPM1uRnkY20LOkDYo/onB9QAs0E46YUj0Dc/UtmlChMyPc8tbF9gUDuzIPJTcpq Yc96WRf2WnraC7kyReH+2JZBrhZ17WakvfKanPOvRTnKRZzo39lUglq2jM4LAlXaSjUGcu/f5sKu 7eL0sZUWNh8gLObk3UGsf3kQo94exJjXBzHi/UGMe4GQJkNxGj5lSBBWE8qFvUDo9W1GmpqZXg1D NGlrZu6tSAEMxcDL0kiceVtTAIAw6p1PrPdhBefDCtCHFYgPK2AfVjA+rGB9WMH5sALxYQXhwwrU hxWADysIH1aAPqzgfFhB+bCC82EF48NqMD0Df7vtjFssHtxixCs1Re8WC8otFoxbLAi3WHBusUBe rCkoX1Qgr9YU4Ls1BeJpCcrTUjV92vnchtuR7717u17V9aO8eIrmt+WGKBLjUFp9j2UWY8x6eVMQ w0hacd96vWH9SerKhiNYJUGkMU6bwLSBmq3uJDUt6vfmqixrCtetxkE5AjkXS/8cgAkpLuTo6MOx HjSwD0cdR9OTALfSsjrGyWOcPoHpE5y+undm5u5M54wARsMVJMahtPoqx1QvboJhEEeUnOxlRCq0 9VM89hMH0NfQFMQwkgBIkukryfnKmZuQAm+WFUTGI2G6ZWCzgbXuM6D0OSh7oaIqgCMbJfKIEz8F MpwIE/0U5SzpM1D1lMh4JEp3z/ZGH+GEzyLZAxMl3eS5IO/xVx6jgSjFadQ3hTva4ETPItkDEyV9 YOME2NYTHIN5KLlDuBEf4q34EG/G3fcoy4CqJzxGA4GKnXGEKh7xGA0EKi6/QyWPgQwnAkWDTdgM kfFIoO7nUSoK4ecg5MW3J7jTTHiHlDy4eoR2o8iDi0Lg8Z/woyuhhy5CjwwEt7uEt2lgA8R4CyRe LJDALZDgLZB4sECCtkDiwQIJ2AIJ3gIJ2gIJ2gIJ3AIJ3gLBXSDtNc7E0QkUaibcKgqB1iwIFtkn 3LoOgRZSCLbYUK9vFtEQsDCwQGEMRqXJDNlUO2ELpaw5EMNIdZu+JFXdJzfRKP1JAXqK0l6ihbj/ TTO0hZoCgYyXA1WM14l5fcq3PLbainXjxLSR698KvTx+xiyWv0FjLE4AWnv5c6fcXKxaHH4byHAi SnRiR7/hVM8QGY9E6+6Mg0uhDyr7waLqYOIOwuRPgQwnokSrU0DeBjKciBQtGVazZGDJkgEVlzNF xgme4BjMA8qFduohuk8P0V1avQj0NpDhRLBo7KA1D2UvVGAFWJHka2yh+qdM9gFFqM9eHEI5yVjp ixPc1yW8H0l+3DOCuz0E9ykIPWITeEQk9IhDcHtOXgwl+TA/QEvBWFMhcFMheFMhfkyFwE2FwE2F oE2FgE2FoE2FwE2FeDEV4sNUQJ0KAKyJDRg2wRHDJjhk2ITHDJv4oGETHzUcIctt6+5DoO4pkfFI mG5kyKyJj5k18UGzJjxq1sSHzZr4uFkTHThrwiNnTXjobJZYmQ248gmV/WBhdTATXiLwUEb4gYLw Npjw5o3wloPgdyX56e3wbsngfin4fin4fin4fin4finwfil++qUHcykKww7LUwHZ28VcngCkjGF1 pKntmWSeAABhyKVoBM0mFgUICmMuRqkJIgmjCCNoPJEI9AxGXIhSzWvyV4CgMOZiNJqmqWiBnsGI C9GoASXFzWIYMzIJbGTC5YYKJDlUMNmhAkkPFUR+qGASRAWRISqgblz7ruIn048Q0d4lEMNISnHu jhiqhY0hDKHUFbTquWwh7iFoIe55YyHqaXEh7MFsIewRaCHsCXYh7mFx4f/3c9kqu4jomoscRoFE BeqKJCZK6z+Ta4ThyQP1C20VzZEYh9LpK2+Ug72GVtwUwyCOTtY/szIuonjq5GIfItTNQbguRKAG g1Q0o6pIcFUkoCoC9cXaLuiy10cID4tgriNBfDWCOaAE8frqNXo5qXva/WMQJ7aVng/txSBl5ebG 7yHZA1Mn/VRSO3p7gerSphgGcdSyyqA7oiXnUQxkaSXmBtZdF2EMpemEnrtvac/0yre3/JVHWabZ hfc9JHtg6qQvvvxGdYHLb4NE0nRCrycP/hi/MUh1aYswhtJ0Qm/LJwz0Trrd3DzHkS1/LCQZWHMp XL0i59Ydpa2AdU/CP+Us4Aq7M4mjP/utsDdOwj/lLJgK89etPPYlfx1oGBftzHD8EOuHj9VI9sBE SHcDE0jxmMQ4FEJfaZfvTWExGmdojMUhtN7mphe7m2PynjfAFS4i2QNTAEx/dt+jsfdo4dvWZBj9 YxLjUHUn9eu0t6bm2kZ904wQDGDoOsFnGydaLWMGIyA6NV/K1v2YR/1+pB6rFliMhAFU3irfIrAK xUAWTOIfUWGAMsc4BvN0cvVLckscRoF0yrKX6rtW2BTDII5O1kuUZUVu60fUvx/eJVAMlYABS4LG BclD2I2gUS2Cho7op8Rh6KcEL8jf5J88TKcJN2El7LyQPMy6COfHk78pEQFcZ0K4rIT0EAnoiRHY 3SGUW0GgYRwz/LKH8VdA468Ax1+Bjr/iYfwV6Pgr0PFXfsr4Kz9l/BV/4694GH8FN/4KdvwVD+Ov 4MZfj8EvAYy/ghh/BTn+CnD8FfD4K6jxV0DjL2r6W5tTJHb3JMuSl3vTz1wvNcV5Yvom1cypK6a1 edx1tg2Mc70eTPwzSgZmol4JnToy44sslMDTKEkm14bRffokUqBY0i8pKFj2giPdPGBYYwoGdiH5 ecRPGNgn20/+Uj4/vwK1QFV1WV5LlEBh9+NsRgVp7NJiLmsphUvBuh4kmAa8HvS7JscIvLFPJv9S JEDatxhlb26q93190r6Oo2I5vyDqYy5r5OTNOnfuv2vWFMJFsiaOKPoaS18ZxEuiOC3vesidcZsL uzs2Th9baWHzQTXzBjX6CC3aS7yTfqSttDv7AKmutuSgka5tXxJTPBmDA90pn5BS4bC+VNlPcaR2 NARQIB2h8olRLtSfUR5H3QRU5389GdAd/FdczQ5Ro8AXjAGcYKaJBTDYZAlfAwT5nM7DsDObVZSk uY0TClZnv/ymhaj3ilWYvqMUgyyT0fK2h+l97SX870FFBcUGDeZnlKyqw+UrY7BSTM3Nx0cCNJHx F4nRvRTFCTxA2culqipgdcQpAAMZfokq0W9ExQI0kfEXqdO9GLsLcCxGXphO5VJUMQDCGBlZZGho kaGxRYYFFxkVXWRoeJFx8UWGBhgZGWFkWIiRkTFGxgYZGRxlZGSYkYFxRvYVaGRkpJF9hRoZHWtk bLCRPUYbGRVuZES8kVEBR8ZFHBkWcmRwzJGxQUfGRR0ZE3ZkWNyRoYFHxkYeGRd6ZHDskUHBR4ZG HxkefmRU/JFxAUhGRiAZEoJkUAyScUFIFertgCGBw2iEj1CRl7APwWMqhA9XEDIqgJzIK2MMc8lG 4d8iyDyPUuubW78LkUGPAAdTqVxOzgqh4ZgASFMJXU4cC6GRogBIUwmdT2oLYQGsAERSiWuBbsgW 6mZsoW7E5dS/EBroC4A0hNB73UMWVwUgAxRKpW85WTKEBkYDIA0hVP0svtUh2wAHU6mcTzENYYHk AERSiltIew2R4e0AB1OpXJGQG2Ij7wESp9e6kC4cgtcFAihPJ3cxnTlErlkEOJhK5WKKXQhcSwlg LK3E/2vufHrTBoIofudTzIXTamQp6rmqFJpTI6TQStwQibcJks26i2ldKR++i0MgYEjYfc9Sr8Tz g7d/x9k39nkDuPZ13iP9gAktwVRPVUxVecZMr32dnEk/YEJLHNn/lX3EJ1wgprhboKDcE0hh4jCt H5RPaI9npdIbm9EkznP0O08S6+DO3hWiKONwWXAIpuZtSYyyTrqFA4KUHRXpKO/wXVgoTN9B6ZDS DAFCIpHE7cuZlOxUECoPknvCpKtcH4UwcaDWpmbpbGqaxqYm6tuWqCnHcSIMDKyJsk3wUjhe9tYt 4lOqMUeINFBop8BQuaYhYeIgrUflj8pzMwkLhek7UZSpZJ+VUHmQ3CnntnlKuluekm6Su0WsSvWk CZFGFAo+I/sdy5yQiZho0hn9lHVEP2Wd0B+VJSvPXygsFKyP8Za507ZH4cEglfsybqUYMYVAwQTh z6XvuEKFwoFkHZW4K8+nKixU0PclX3hfphNBwuZBfxiifRUuiHh5+TkGeXnHK8iYN1nuF5sn8l7R SDAIA1TtxrzKmrKovHugwDBIGSBP8wKD5K7MnuqSQPnpZzd32bfr2e3XyST8aUJCJnqbb+rNc5wB PzzBnQ8VGuwEOFyAQwS4gaAdGZKizLf/q6Sw8JFll7MfE+5gbZEDQ5mMcCPl9kAcgYcr67a5+U/a vLt0cZBwuw80fDi++z4aX0+Gwy0sLPrehmkwL6sihFV/NexJWW1XdeZaS1Bs1H4PiI9rZ2N82L3z 3v2xeUJsZEjE5bkt3ev+nuV1vkqMxUbP67ZuGKmgYaY8DBgGeZsOGlqGipLArmoTf0PI2Q1+C2Pg +yhzdsrkYVZtZ8un0fj2sit3Y++Ci9+56OR03SwmkSGPdpnwRb/WLixFsVHtyIoMeSwLVw0kctm6 t8WmGVPiYpfI7S/U+KbQpDbXpP7V3gfSwTaTFhvZXRHf0t2mTVpmYBITkfi4hJB5tYiN2uZXcVGX 99M74+7EkqgXr7SXXBly1fXSNvZBfBmukOEoS9kE5OpzGG2/s+W6KOT5WWq/toN/WjR8vZmrAQA= --Multipart_Sat__3_Aug_2002_15:54:42_+0200_081e4000-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --Multipart_Sat__3_Aug_2002_15:54:42_+0200_081e4000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 8:46:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F3237B400 for ; Sat, 3 Aug 2002 08:46:08 -0700 (PDT) Received: from 12-218-135-53.client.mchsi.com (12-218-135-53.client.mchsi.com [12.218.135.53]) by mx1.FreeBSD.org (Postfix) with SMTP id CA7AE43E42 for ; Sat, 3 Aug 2002 08:46:07 -0700 (PDT) (envelope-from erik@12-218-135-53.client.mchsi.com) Received: (qmail 3091 invoked by uid 1000); 3 Aug 2002 15:46:14 -0000 Date: Sat, 3 Aug 2002 10:46:13 -0500 From: Erik Greenwald To: "Philip M. Gollucci" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Contributing to Ports Message-ID: <20020803154613.GA3075@freya> References: <3D4B811C.9060500@p6m7g8.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D4B811C.9060500@p6m7g8.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Aug 03, 2002 at 03:07:08AM -0400, Philip M. Gollucci wrote: > I'd like to start contributing to ports in a lot more earnest then before. > > I want to basically try and build all the ports and fix problems where > they occur, but I would like to change the install directory to say > /usr/local/ports so that I don't kill the rest of my system. > > I don't think changing > LOCALBASE?= ${DESTDIR}/usr/local > X11BASE?= ${DESTDIR}/usr/X11R6 > PKG_DBDIR?= /var/db/pkg > > is they're any easy way to do this or documentation ? > hrmmm, I haven't worried about trashing my system doing ports, it's a pretty safe thing to do I think. When I think my port is ready for submitting, I do have a bare minimal jail that I use to check dependancies and cleaning in, you may consider doing that as a 'safe' playground. That would be totally divorced from your base system... if the software tries to install ignoring the prefix, it can't over-write anything critical. If it screws up badly, you can always just purge the jail directory and build a new one :) About the only thing jails can't give you a safe playground for is kernel hacking... > END > ------------------------------------------------------------------------------ > > Philip M. Gollucci philip@p6m7g8.com 301.474.9294 301.646.3011 (cell) > -- -Erik [http://math.smsu.edu/~erik] The opinions expressed by me are not necessarily opinions. In all probability, they are random rambling, and to be ignored. Failure to ignore may result in severe boredom or confusion. Shake well before opening. Keep Refrigerated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 9:50:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0654537B400 for ; Sat, 3 Aug 2002 09:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6112D43E65 for ; Sat, 3 Aug 2002 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73Go2JU009126 for ; Sat, 3 Aug 2002 09:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73Go2wD009125; Sat, 3 Aug 2002 09:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F138437B401 for ; Sat, 3 Aug 2002 09:45:36 -0700 (PDT) Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by mx1.FreeBSD.org (Postfix) with SMTP id 4CE6243E4A for ; Sat, 3 Aug 2002 09:45:36 -0700 (PDT) (envelope-from svenasse@polaris.ca) Received: (qmail 15423 invoked by uid 1001); 3 Aug 2002 16:45:34 -0000 Message-Id: <20020803164534.15422.qmail@pris.polaris.ca> Date: 3 Aug 2002 16:45:34 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41287: Updated port: devel/p5-File-DirSync from 1.05 to 1.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41287 >Category: ports >Synopsis: Updated port: devel/p5-File-DirSync from 1.05 to 1.06 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 09:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.6-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD kaiser.polaris.ca 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jul 8 19:46:33 PDT 2002 root@kaiser.polaris.ca:/usr/obj/usr/src/sys/KAISER i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/devel/p5-File-DirSync/Makefile p5-File-DirSync/Makefile --- /usr/ports/devel/p5-File-DirSync/Makefile Mon Jul 22 20:01:16 2002 +++ p5-File-DirSync/Makefile Sat Aug 3 09:40:01 2002 @@ -6,7 +6,7 @@ # PORTNAME= File-DirSync -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File diff -ruN /usr/ports/devel/p5-File-DirSync/distinfo p5-File-DirSync/distinfo --- /usr/ports/devel/p5-File-DirSync/distinfo Mon Jul 22 20:01:16 2002 +++ p5-File-DirSync/distinfo Sat Aug 3 09:40:12 2002 @@ -1 +1 @@ -MD5 (File-DirSync-1.05.tar.gz) = 54306ee9bd780039a7de092f223418ef +MD5 (File-DirSync-1.06.tar.gz) = 8f4555a880100053c3bdd1afb1ba2ea0 >Release-Note: >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 3 11:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF5437B400 for ; Sat, 3 Aug 2002 11:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 048DE43E5E for ; Sat, 3 Aug 2002 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73IK1JU024835 for ; Sat, 3 Aug 2002 11:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73IK1Jr024834; Sat, 3 Aug 2002 11:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 449FD37B400 for ; Sat, 3 Aug 2002 11:11:43 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 050BE43E42 for ; Sat, 3 Aug 2002 11:11:43 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g73IBgOT098082 for ; Sat, 3 Aug 2002 11:11:42 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g73IBgwS098081; Sat, 3 Aug 2002 11:11:42 -0700 (PDT) Message-Id: <200208031811.g73IBgwS098081@www.freebsd.org> Date: Sat, 3 Aug 2002 11:11:42 -0700 (PDT) From: Oliver Eikemeier To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41292: Port apache-2.0.39_7 port does not copile with NOPORTDOCS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41292 >Category: ports >Synopsis: Port apache-2.0.39_7 port does not copile with NOPORTDOCS >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: Sat Aug 03 11:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: 4.6-STABLE >Organization: Fillmore Labs >Environment: FreeBSD cvs.fillmore-labs.com 4.6-STABLE FreeBSD 4.6-STABLE #2: Sat Aug 3 13:28:06 CEST 2002 root@lima.fillmore-labs.com:/usr/obj/usr/src/sys/LIMA i386 >Description: The Apache 2 port does not copile with NOPORTDOCS=true in /etc/make.conf The error message (with make -dA) is: .. (cd /usr/ports/www/apache2/work/httpd-2.0.39; /usr/bin/env DESTDIR= EXPR_COMPAT=yes -DNOPORTDOCS PORTOBJFORMAT=elf PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O-pipe -march=k6" CXXFLAGS=" -O -pipe -march=k6" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" make -f Makefile all) env: -DNOPORTDOCS: No such file or directory *** Error code 127 >How-To-Repeat: cd /usr/ports/www/apache2 make NOPORTDOCS=true >Fix: change .if defined(NOPORTDOCS) MAKE_ENV+= NOPORTDOCS=yes .endif to .if defined(NOPORTDOCS) MAKE_ENV+= NOPORTDOCS=yes .endif in /usr/ports/www/apache2/Makefile >Release-Note: >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 3 11:48:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD87637B400; Sat, 3 Aug 2002 11:48:28 -0700 (PDT) Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4551243E42; Sat, 3 Aug 2002 11:48:28 -0700 (PDT) (envelope-from will@csociety.org) Received: by squall.waterspout.com (Postfix, from userid 1050) id B337E9B3A; Sat, 3 Aug 2002 13:48:27 -0500 (EST) Date: Sat, 3 Aug 2002 13:48:27 -0500 From: Will Andrews To: Dmitry Sivachenko Cc: portmgr@freebsd.org, ports@FreeBSD.org, re@FreeBSD.org Subject: HEADS UP: Re: bento is building OLD PORTS Message-ID: <20020803184827.GF10699@squall.waterspout.com> Mail-Followup-To: Dmitry Sivachenko , portmgr@freebsd.org, ports@FreeBSD.org, re@FreeBSD.org References: <20020803075755.GB438@cavia.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <20020803075755.GB438@cavia.pp.ru> User-Agent: Mutt/1.3.26i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable For everyone's information: On Sat, Aug 03, 2002 at 11:57:56AM +0400, Dmitry Sivachenko wrote: > Look at Last full log for 4-STABLE. Find www/calamaris port. > Bento is trying to build version 2.47, but calamaris was > upgraded to 2.48 2002/05/31 (TWO MONTH AGO!). >=20 > Bento says "build started at Wed Jul 31 13:25:20 GMT 2002" >=20 > Please fix. It was intentional. re@ asked for 4.6.1 package builds, based on the RELEASE_4_6_1 tag, which is basically RELEASE_4_6_0 plus the major security fixes. They also asked for 4.6.2 package builds as well, which have not commenced yet but will soon. Builds on bento etc. should return to normal in about 3-5 days. Regards, --=20 wca --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE9TCV7F47idPgWcsURAnxjAJ98E3js9CtLsH8XTmoSW8T+8sOKSACfbvqg TEKVpRW+ToMDYTaJ+CFyNEQ= =VPV0 -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 12:33:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B71B337B412; Sat, 3 Aug 2002 12:33:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B32343E3B; Sat, 3 Aug 2002 12:33:20 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73JXKJU035217; Sat, 3 Aug 2002 12:33:20 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73JXKMf035204; Sat, 3 Aug 2002 12:33:20 -0700 (PDT) Date: Sat, 3 Aug 2002 12:33:20 -0700 (PDT) From: Clive Lin Message-Id: <200208031933.g73JXKMf035204@freefall.freebsd.org> To: statue@freebsd.sinica.edu.tw, clive@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39361: New port: chinese/xpdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: chinese/xpdf State-Changed-From-To: open->closed State-Changed-By: clive State-Changed-When: Sat Aug 3 12:33:09 PDT 2002 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=39361 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 12:40:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B82C537B400 for ; Sat, 3 Aug 2002 12:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D7B43E42 for ; Sat, 3 Aug 2002 12:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73Je2JU035665 for ; Sat, 3 Aug 2002 12:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73Je2QG035664; Sat, 3 Aug 2002 12:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E32C737B400 for ; Sat, 3 Aug 2002 12:31:09 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF1543E42 for ; Sat, 3 Aug 2002 12:31:09 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id A7BAA3E9C30 for ; Sun, 4 Aug 2002 03:31:07 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id DCB073E9C17; Sun, 4 Aug 2002 03:31:05 +0800 (CST) Message-Id: <20020803193105.DCB073E9C17@utopia.leeym.com> Date: Sun, 4 Aug 2002 03:31:05 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41293: update port: sysutils/e2fsprogs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41293 >Category: ports >Synopsis: update port: sysutils/e2fsprogs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 12:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.6-STABLE i386 >Organization: dedicate thie port to Dear Miss WeiWei >Environment: System: FreeBSD utopia.leeym.com 4.6-STABLE FreeBSD 4.6-STABLE #62: Fri Aug 2 05:58:35 CST 2002 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: update e2fsprogs to version 1.27 install libuuid related header files (required by UPnP SDK) >How-To-Repeat: >Fix: --- e2fsprogs.diff begins here --- diff -ruN --exclude CVS /usr/ports/sysutils/e2fsprogs/Makefile e2fsprogs/Makefile --- /usr/ports/sysutils/e2fsprogs/Makefile Mon Jun 24 05:24:07 2002 +++ e2fsprogs/Makefile Sun Aug 4 03:18:24 2002 @@ -6,7 +6,7 @@ # PORTNAME= e2fsprogs -PORTVERSION= 1.22 +PORTVERSION= 1.27 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,15 +24,19 @@ MAN1= chattr.1 lsattr.1 uuidgen.1 MAN8= badblocks.8 debugfs.8 dumpe2fs.8 e2fsck.8 e2image.8 e2label.8 fsck.8 \ - mke2fs.8 mklost+found.8 resize2fs.8 tune2fs.8 + mke2fs.8 mklost+found.8 resize2fs.8 tune2fs.8 \ + fsck.ext2.8 fsck.ext3.8 mkfs.ext2.8 mkfs.ext3.8 post-patch: + @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${CHMOD} 644 @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|LIST_HEAD|LIN_LST_HEAD|g ; \ s|et/com_err.h|com_err.h|g ; s|||' post-install: - ${MKDIR} ${PREFIX}/include/ext2fs - ${INSTALL_DATA} ${WRKSRC}/lib/ext2fs/*.h ${PREFIX}/include/ext2fs + @${MKDIR} ${PREFIX}/include/ext2fs + @${INSTALL_DATA} ${WRKSRC}/lib/ext2fs/*.h ${PREFIX}/include/ext2fs + @${MKDIR} ${PREFIX}/include/uuid + @${INSTALL_DATA} ${WRKSRC}/lib/uuid/*.h ${PREFIX}/include/uuid .include diff -ruN --exclude CVS /usr/ports/sysutils/e2fsprogs/distinfo e2fsprogs/distinfo --- /usr/ports/sysutils/e2fsprogs/distinfo Wed Jul 4 02:13:09 2001 +++ e2fsprogs/distinfo Sun Aug 4 01:46:02 2002 @@ -1 +1 @@ -MD5 (e2fsprogs-1.22.tar.gz) = a2b689fda4e954df0258c2605bc65d9b +MD5 (e2fsprogs-1.27.tar.gz) = 485b43875becc98dd11ac4c2a30dd734 diff -ruN --exclude CVS /usr/ports/sysutils/e2fsprogs/files/patch-lib::ext2fs::ismounted.c e2fsprogs/files/patch-lib::ext2fs::ismounted.c --- /usr/ports/sysutils/e2fsprogs/files/patch-lib::ext2fs::ismounted.c Thu Jan 1 08:00:00 1970 +++ e2fsprogs/files/patch-lib::ext2fs::ismounted.c Sun Aug 4 02:53:47 2002 @@ -0,0 +1,104 @@ +--- lib/ext2fs/ismounted.c.orig Mon Feb 25 05:03:59 2002 ++++ lib/ext2fs/ismounted.c Sun Aug 4 02:51:39 2002 +@@ -146,50 +146,6 @@ + return retval; + } + +-/* +- * Check to see if we're dealing with the swap device. +- */ +-static int is_swap_device(const char *file) +-{ +- FILE *f; +- char buf[1024], *cp; +- dev_t file_dev; +- struct stat st_buf; +- int ret = 0; +- +- file_dev = 0; +-#ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */ +- if (stat(file, &st_buf) == 0) +- file_dev = st_buf.st_rdev; +-#endif +- +- if (!(f = fopen("/proc/swaps", "r"))) +- return 0; +- /* Skip the first line */ +- fgets(buf, sizeof(buf), f); +- while (!feof(f)) { +- if (!fgets(buf, sizeof(buf), f)) +- break; +- if ((cp = strchr(buf, ' ')) != NULL) +- *cp = 0; +- if ((cp = strchr(buf, '\t')) != NULL) +- *cp = 0; +- if (strcmp(buf, file) == 0) { +- ret++; +- break; +- } +-#ifndef __GNU__ +- if (file_dev && (stat(buf, &st_buf) == 0) && +- file_dev == st_buf.st_rdev) { +- ret++; +- break; +- } +-#endif +- } +- fclose(f); +- return ret; +-} +- + static errcode_t check_mntent(const char *file, int *mount_flags, + char *mtpt, int mtlen) + { +@@ -248,6 +204,50 @@ + return 0; + } + #endif /* HAVE_GETMNTINFO */ ++ ++/* ++ * Check to see if we're dealing with the swap device. ++ */ ++static int is_swap_device(const char *file) ++{ ++ FILE *f; ++ char buf[1024], *cp; ++ dev_t file_dev; ++ struct stat st_buf; ++ int ret = 0; ++ ++ file_dev = 0; ++#ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */ ++ if (stat(file, &st_buf) == 0) ++ file_dev = st_buf.st_rdev; ++#endif ++ ++ if (!(f = fopen("/proc/swaps", "r"))) ++ return 0; ++ /* Skip the first line */ ++ fgets(buf, sizeof(buf), f); ++ while (!feof(f)) { ++ if (!fgets(buf, sizeof(buf), f)) ++ break; ++ if ((cp = strchr(buf, ' ')) != NULL) ++ *cp = 0; ++ if ((cp = strchr(buf, '\t')) != NULL) ++ *cp = 0; ++ if (strcmp(buf, file) == 0) { ++ ret++; ++ break; ++ } ++#ifndef __GNU__ ++ if (file_dev && (stat(buf, &st_buf) == 0) && ++ file_dev == st_buf.st_rdev) { ++ ret++; ++ break; ++ } ++#endif ++ } ++ fclose(f); ++ return ret; ++} + + /* + * ext2fs_check_mount_point() returns 1 if the device is mounted, 0 diff -ruN --exclude CVS /usr/ports/sysutils/e2fsprogs/pkg-plist e2fsprogs/pkg-plist --- /usr/ports/sysutils/e2fsprogs/pkg-plist Wed Jul 4 02:13:10 2001 +++ e2fsprogs/pkg-plist Sun Aug 4 03:01:15 2002 @@ -6,14 +6,20 @@ include/ext2fs/dosio.h include/ext2fs/e2image.h include/ext2fs/ext2_err.h +include/ext2fs/ext2_ext_attr.h include/ext2fs/ext2_fs.h include/ext2fs/ext2_io.h include/ext2fs/ext2_types.h include/ext2fs/ext2fs.h include/ext2fs/ext2fsP.h include/ext2fs/irel.h +include/ext2fs/jfs_compat.h include/ext2fs/jfs_dat.h include/ext2fs/jfs_user.h +include/ext2fs/kernel-jbd.h +include/ext2fs/kernel-list.h +include/uuid/uuid.h +include/uuid/uuidP.h info/libext2fs.info.gz lib/libe2p.a lib/libe2p.so @@ -35,7 +41,9 @@ sbin/fsck.ext3 sbin/mke2fs sbin/mkfs.ext2 +sbin/mkfs.ext3 sbin/mklost+found sbin/resize2fs sbin/tune2fs +@dirrm include/uuid @dirrm include/ext2fs --- e2fsprogs.diff ends here --- >Release-Note: >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 3 12:50:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F00A737B400 for ; Sat, 3 Aug 2002 12:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A6E843E6E for ; Sat, 3 Aug 2002 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73Jo1JU036313 for ; Sat, 3 Aug 2002 12:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73Jo1HU036312; Sat, 3 Aug 2002 12:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7002B37B400 for ; Sat, 3 Aug 2002 12:43:16 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F7243E6E for ; Sat, 3 Aug 2002 12:43:15 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id BE6ED3E9C30 for ; Sun, 4 Aug 2002 03:43:08 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 0FACE3E9C17; Sun, 4 Aug 2002 03:43:07 +0800 (CST) Message-Id: <20020803194307.0FACE3E9C17@utopia.leeym.com> Date: Sun, 4 Aug 2002 03:43:07 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41294: new port: devel/upnp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41294 >Category: ports >Synopsis: new port: devel/upnp >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 03 12:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.6-STABLE i386 >Organization: dedicate this port to Dear Miss WeiWei >Environment: System: FreeBSD utopia.leeym.com 4.6-STABLE FreeBSD 4.6-STABLE #62: Fri Aug 2 05:58:35 CST 2002 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: Linux SDK for UPnP Devices 1.0 An Open Source Universal Plug and Play Development Kit WWW: http://upnp.sourceforge.net/ This port depends on previous PR (sysutils/e2fsprogs) http://www.freebsd.org/cgi/query-pr.cgi?pr=41293 ACKNOWLEDGEMENT: I ported this for a lovely lady, Dear Miss WeiWei, and thank her for testing voice chat of MSN messenger with me. >How-To-Repeat: >Fix: --- upnp.shar begins here --- # 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: # # upnp # upnp/Makefile # upnp/pkg-comment # upnp/pkg-descr # upnp/pkg-plist # upnp/distinfo # upnp/files # upnp/files/patch-src::api::makefile # upnp/files/patch-src::api::upnpapi.c # upnp/files/patch-src::gena::Makefile # upnp/files/patch-src::genlib::tpool::interrupts.cpp # upnp/files/patch-src::genlib::util::gmtdate.cpp # upnp/files/patch-src::ssdp::ssdplib.c # upnp/files/patch-makefile # echo c - upnp mkdir -p upnp > /dev/null 2>&1 echo x - upnp/Makefile sed 's/^X//' >upnp/Makefile << 'END-of-upnp/Makefile' X# New ports collection makefile for: upnp X# Date created: 02 August 2002 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= upnp XPORTVERSION= 1.0.4 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}sdk-${PORTVERSION} X XMAINTAINER= leeym@leeym.com X XLIB_DEPENDS= uuid.1:${PORTSDIR}/sysutils/e2fsprogs X XUSE_GMAKE= yes XUSE_REINPLACE= yes XMAKEFILE= makefile XMAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} XINSTALLS_SHLIB= yes X Xpost-patch: X @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,MAKE = make,MAKE = ${GMAKE},' \ X src/genlib/makefile src/makefile X @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \ X src/inc/genlib/client_table/client_table.h \ X src/inc/genlib/http_client/http_client.h \ X src/inc/genlib/service_table/service_table.h \ X src/inc/genlib/timer_thread/timer_thread.h \ X src/upnpdom/domCif.cpp X @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,MSG_NOSIGNAL,0,' \ X src/genlib/http_client/http_client.c \ X src/genlib/net/http/readwrite.cpp X X.include END-of-upnp/Makefile echo x - upnp/pkg-comment sed 's/^X//' >upnp/pkg-comment << 'END-of-upnp/pkg-comment' XUniversal Plug and Play Software Development Kit for Linux and FreeBSD END-of-upnp/pkg-comment echo x - upnp/pkg-descr sed 's/^X//' >upnp/pkg-descr << 'END-of-upnp/pkg-descr' XThe Universal Plug and Play (UPnP) Software Development Kit (SDK) v1.0 for XLinux is an SDK for development of UPnP device and control point applications Xfor Linux. It consists of the core UPnP protocols along with a UPnP-specific XeXtensible Markup Language (XML) parser supporting the Document Object Model X(DOM) Level 1 API and an optional, integrated mini web server for serving UPnP Xrelated documents. X XIntel is not providing support for the UPnP SDK for Linux. Two mailing lists Xfor the UPnP SDK for Linux are available here: XWWW: http://upnp.sourceforge.net/ X XQuestions and problems should be addressed on the appropriate mailing list. X XIf you find this SDK useful, please send an email to upnp@intel.com and let Xus know. X X* Other brands, names, and trademarks are the property of their respective Xowners. END-of-upnp/pkg-descr echo x - upnp/pkg-plist sed 's/^X//' >upnp/pkg-plist << 'END-of-upnp/pkg-plist' Xinclude/upnp/tools/config.h Xinclude/upnp/tools/upnptools.h Xinclude/upnp/upnp.h Xinclude/upnp/upnpdom/Attr.h Xinclude/upnp/upnpdom/DOMException.h Xinclude/upnp/upnpdom/Document.h Xinclude/upnp/upnpdom/Element.h Xinclude/upnp/upnpdom/NamedNodeMap.h Xinclude/upnp/upnpdom/Node.h Xinclude/upnp/upnpdom/NodeAct.h Xinclude/upnp/upnpdom/NodeList.h Xinclude/upnp/upnpdom/Parser.h Xinclude/upnp/upnpdom/all.h Xinclude/upnp/upnpdom/domCif.h Xlib/libupnp.so Xlib/libupnp.so.1 X@dirrm include/upnp/upnpdom X@dirrm include/upnp/tools X@dirrm include/upnp END-of-upnp/pkg-plist echo x - upnp/distinfo sed 's/^X//' >upnp/distinfo << 'END-of-upnp/distinfo' XMD5 (upnpsdk-1.0.4.tar.gz) = d4ebd84d0c809d90ae36c37e5a2d213c END-of-upnp/distinfo echo c - upnp/files mkdir -p upnp/files > /dev/null 2>&1 echo x - upnp/files/patch-src::api::makefile sed 's/^X//' >upnp/files/patch-src::api::makefile << 'END-of-upnp/files/patch-src::api::makefile' X--- src/api/makefile.orig Fri Jun 15 08:21:33 2001 X+++ src/api/makefile Sat Aug 3 16:29:38 2002 X@@ -34,15 +34,15 @@ X CC = gcc X CFLAGS = -Wall -fpic $(DEFS) X C2FLAGS = -Wall $(DEFS) -shared -Wl,-soname,libupnp.so X-INCLUDES = -I ../inc -I ../../inc -I ../../inc/upnpdom -I ../inc/tools X-LIBS = -lpthread -luuid X+INCLUDES = -I ../inc -I ../../inc -I ../../inc/upnpdom -I ../inc/tools -I $(PREFIX)/include X+LIBS = ${PTHREAD_LIBS} -luuid -L$(PREFIX)/lib X X ifeq ($(DEBUG),1) X CFLAGS += -g -O -DDEBUG X C2FLAGS += -g -O -DDEBUG X else X-CFLAGS += -O2 X-C2FLAGS += -O2 X+CFLAGS += -g -ggdb X+C2FLAGS += -g -ggdb X endif X X objects = upnpapi.o config.o ../lib/ssdp.o ../lib/soap.o \ END-of-upnp/files/patch-src::api::makefile echo x - upnp/files/patch-src::api::upnpapi.c sed 's/^X//' >upnp/files/patch-src::api::upnpapi.c << 'END-of-upnp/files/patch-src::api::upnpapi.c' X--- src/api/upnpapi.c.orig Fri Jun 15 08:22:15 2001 X+++ src/api/upnpapi.c Sat Aug 3 16:29:38 2002 X@@ -44,7 +44,7 @@ X #include X X #include X-#include X+#include X #include X #include X #include END-of-upnp/files/patch-src::api::upnpapi.c echo x - upnp/files/patch-src::gena::Makefile sed 's/^X//' >upnp/files/patch-src::gena::Makefile << 'END-of-upnp/files/patch-src::gena::Makefile' X--- src/gena/Makefile.orig Fri Jun 15 08:21:33 2001 X+++ src/gena/Makefile Sat Aug 3 16:29:39 2002 X@@ -61,7 +61,7 @@ X X TARGET = $(upnp_lib_dir)/gena.o X X-CFLAGS = -I$(upnp_inc_dir) -I$(upnp_src_inc_dir) -fpic -Wall -c -D_REENTRANT X+CFLAGS = -I$(upnp_inc_dir) -I$(upnp_src_inc_dir) -I$(PREFIX)/include -fpic -Wall -c -D_REENTRANT X X ifeq ($(DEBUG),1) X CFLAGS += -g -O -DDEBUG END-of-upnp/files/patch-src::gena::Makefile echo x - upnp/files/patch-src::genlib::tpool::interrupts.cpp sed 's/^X//' >upnp/files/patch-src::genlib::tpool::interrupts.cpp << 'END-of-upnp/files/patch-src::genlib::tpool::interrupts.cpp' X--- src/genlib/tpool/interrupts.cpp.orig Fri Jun 15 08:22:16 2001 X+++ src/genlib/tpool/interrupts.cpp Sat Aug 3 16:29:39 2002 X@@ -82,7 +82,7 @@ X int code; X X newset.sa_handler = signal_handler_alpha; X- newset.sa_flags = SA_NOMASK; X+ newset.sa_flags = SA_NODEFER; X code = sigaction( signalNum, &newset, &g_OldAction ); X if ( code < 0 ) X { END-of-upnp/files/patch-src::genlib::tpool::interrupts.cpp echo x - upnp/files/patch-src::genlib::util::gmtdate.cpp sed 's/^X//' >upnp/files/patch-src::genlib::util::gmtdate.cpp << 'END-of-upnp/files/patch-src::genlib::util::gmtdate.cpp' X--- src/genlib/util/gmtdate.cpp.orig Fri Jun 15 08:22:16 2001 X+++ src/genlib/util/gmtdate.cpp Sat Aug 3 16:29:39 2002 X@@ -41,7 +41,7 @@ X #include X #include X #include X-#include X+#include X #include X #include X X@@ -254,7 +254,7 @@ X X val = (int)strtol( str, &endptr, 10 ); X X- if ( val < 0 || val == MAXINT ) X+ if ( val < 0 || val == INT_MAX ) X { X return -1; X } END-of-upnp/files/patch-src::genlib::util::gmtdate.cpp echo x - upnp/files/patch-src::ssdp::ssdplib.c sed 's/^X//' >upnp/files/patch-src::ssdp::ssdplib.c << 'END-of-upnp/files/patch-src::ssdp::ssdplib.c' X--- src/ssdp/ssdplib.c.orig Thu Aug 16 02:17:31 2001 X+++ src/ssdp/ssdplib.c Sat Aug 3 16:29:39 2002 X@@ -403,7 +403,7 @@ X bzero((char *)&SelfAddr, sizeof(struct sockaddr_in)); X X SelfAddr.sin_family = AF_INET; X- SelfAddr.sin_addr.s_addr = inet_addr(SSDP_IP); X+ SelfAddr.sin_addr.s_addr = htonl(INADDR_ANY); X SelfAddr.sin_port = htons(SSDP_PORT); X if (bind( SsdpSock, (struct sockaddr *) &SelfAddr, sizeof(SelfAddr)) != 0) X { END-of-upnp/files/patch-src::ssdp::ssdplib.c echo x - upnp/files/patch-makefile sed 's/^X//' >upnp/files/patch-makefile << 'END-of-upnp/files/patch-makefile' X--- makefile.orig Thu Aug 16 02:20:11 2001 X+++ makefile Sat Aug 3 17:22:35 2002 X@@ -29,11 +29,11 @@ X ## X ########################################################################### X X-MAKE = make X+MAKE = gmake X UPNP = bin/libupnp.so X SUBDIRS = src X X-VERSION=1.0.4 X+VERSION=1 X X ifeq ($(DEBUG),1) X STRIPU = X@@ -102,17 +102,17 @@ X @if [ -f "doc/upnpsdk.aux" ]; then rm doc/upnpsdk.aux; fi X X install: upnp X- @install -d /usr/include/upnp X- @install -d /usr/include/upnp/upnpdom X- @install -d /usr/include/upnp/tools X- @install bin/libupnp.so /usr/lib/libupnp.so.$(VERSION) X- ln -s /usr/lib/libupnp.so.$(VERSION) /usr/lib/libupnp.so X- @install inc/*.h /usr/include/upnp X- @install inc/upnpdom/*.h /usr/include/upnp/upnpdom X- @install inc/tools/*.h /usr/include/upnp/tools X+ @install -d ${PREFIX}/include/upnp X+ @install -d ${PREFIX}/include/upnp/upnpdom X+ @install -d ${PREFIX}/include/upnp/tools X+ @install bin/libupnp.so ${PREFIX}/lib/libupnp.so.$(VERSION) X+ ln -fs ${PREFIX}/lib/libupnp.so.$(VERSION) ${PREFIX}/lib/libupnp.so X+ @install inc/*.h ${PREFIX}/include/upnp X+ @install inc/upnpdom/*.h ${PREFIX}/include/upnp/upnpdom X+ @install inc/tools/*.h ${PREFIX}/include/upnp/tools X X uninstall: X- @if [ -d /usr/include/upnp ]; then rm -rf /usr/include/upnp; fi X- @if [ -f /usr/lib/libupnp.so ]; then rm /usr/lib/libupnp.so; fi X- @if [ -f /usr/lib/libupnp.so.$(VERSION) ]; then rm /usr/lib/libupnp.so.$(VERSION); fi X+ @if [ -d ${PREFIX}/include/upnp ]; then rm -rf ${PREFIX}/include/upnp; fi X+ @if [ -f ${PREFIX}/lib/libupnp.so ]; then rm ${PREFIX}/lib/libupnp.so; fi X+ @if [ -f ${PREFIX}/lib/libupnp.so.$(VERSION) ]; then rm ${PREFIX}/lib/libupnp.so.$(VERSION); fi X END-of-upnp/files/patch-makefile exit --- upnp.shar ends here --- >Release-Note: >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 3 13: 0:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F35037B400 for ; Sat, 3 Aug 2002 13:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A01243E5E for ; Sat, 3 Aug 2002 13:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73K03JU038212 for ; Sat, 3 Aug 2002 13:00:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73K0368038211; Sat, 3 Aug 2002 13:00:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B18037B400 for ; Sat, 3 Aug 2002 12:57:27 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9B643E4A for ; Sat, 3 Aug 2002 12:57:26 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 5F3CD3E9C30 for ; Sun, 4 Aug 2002 03:57:25 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 7D4983E9C17; Sun, 4 Aug 2002 03:57:23 +0800 (CST) Message-Id: <20020803195723.7D4983E9C17@utopia.leeym.com> Date: Sun, 4 Aug 2002 03:57:23 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41295: new port: net/linuxigd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41295 >Category: ports >Synopsis: new port: net/linuxigd >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 03 13:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.6-STABLE i386 >Organization: dedicate this port to Dear Miss WeiWei >Environment: System: FreeBSD utopia.leeym.com 4.6-STABLE FreeBSD 4.6-STABLE #62: Fri Aug 2 05:58:35 CST 2002 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: This project is a deamon that emulates Microsoft's Internet Connection Service (ICS). It implements the UPnP Internet Gateway Device specification (IGD) and allows UPnP aware clients, such as MSN Messenger to work properly from behind a NAT firewall. WWW: http://linux-igd.sourceforge.net/ This port depends on previous PR (devel/upnp) http://www.freebsd.org/cgi/query-pr.cgi?pr=41294 ACKNOWLEDGEMENT: I ported this for a lovely lady, Dear Miss WeiWei, and thank her for testing voice chat of MSN messenger with me. >How-To-Repeat: >Fix: --- linuxigd.shar begins here --- # 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: # # linuxigd # linuxigd/Makefile # linuxigd/pkg-comment # linuxigd/pkg-descr # linuxigd/pkg-plist # linuxigd/distinfo # linuxigd/files # linuxigd/files/patch-Makefile # linuxigd/files/patch-gateway.cpp # linuxigd/files/patch-gateway.h # linuxigd/files/patch-ipcon.cpp # linuxigd/files/patch-pmlist.cpp # linuxigd/files/linuxigd.sh.sample # linuxigd/pkg-message # echo c - linuxigd mkdir -p linuxigd > /dev/null 2>&1 echo x - linuxigd/Makefile sed 's/^X//' >linuxigd/Makefile << 'END-of-linuxigd/Makefile' X# New ports collection makefile for: linuxigd X# Date created: 02 August 2002 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= linuxigd XPORTVERSION= 0.75 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= linux-igd XDISTNAME= gateway-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= leeym@leeym.com X XLIB_DEPENDS= upnp.1:${PORTSDIR}/devel/upnp X XUSE_GMAKE= yes XUSE_REINPLACE= yes XMAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} X Xpost-extract: X @${CHMOD} 755 ${WRKSRC}/etc X Xpost-patch: X @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/gateway.h X Xpost-install: X @${MKDIR} ${PREFIX}/etc/rc.d X @${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.sh.sample ${PREFIX}/etc/rc.d X @${CAT} ${PKGMESSAGE} X X.include END-of-linuxigd/Makefile echo x - linuxigd/pkg-comment sed 's/^X//' >linuxigd/pkg-comment << 'END-of-linuxigd/pkg-comment' XLinux UPnP Internet Gateway Device END-of-linuxigd/pkg-comment echo x - linuxigd/pkg-descr sed 's/^X//' >linuxigd/pkg-descr << 'END-of-linuxigd/pkg-descr' XThis project is a deamon that emulates Microsoft's Internet Connection XService (ICS). It implements the UPnP Internet Gateway Device specification X(IGD) and allows UPnP aware clients, such as MSN Messenger to work properly Xfrom behind a NAT firewall. END-of-linuxigd/pkg-descr echo x - linuxigd/pkg-plist sed 's/^X//' >linuxigd/pkg-plist << 'END-of-linuxigd/pkg-plist' Xbin/upnpd Xetc/linuxigd/gateconnSCPD.xml Xetc/linuxigd/gatedesc.skl Xetc/linuxigd/gatedesc.xml Xetc/linuxigd/gateicfgSCPD.xml Xetc/linuxigd/gateinfoSCPD.xml Xetc/rc.d/linuxigd.sh.sample X@dirrm etc/linuxigd END-of-linuxigd/pkg-plist echo x - linuxigd/distinfo sed 's/^X//' >linuxigd/distinfo << 'END-of-linuxigd/distinfo' XMD5 (gateway-0.75.tgz) = d2d69493fb0ccfaf02f278a065623d48 END-of-linuxigd/distinfo echo c - linuxigd/files mkdir -p linuxigd/files > /dev/null 2>&1 echo x - linuxigd/files/patch-Makefile sed 's/^X//' >linuxigd/files/patch-Makefile << 'END-of-linuxigd/files/patch-Makefile' X--- Makefile.orig Thu May 2 23:53:12 2002 X+++ Makefile Sat Aug 3 22:10:53 2002 X@@ -1,6 +1,6 @@ X CC=g++ X-INCLUDES= -I/usr/include/upnp X-LIBS= -lpthread /usr/lib/libupnp.so X+INCLUDES= -I$(PREFIX)/include X+LIBS= $(PTHREAD_LIBS) $(PREFIX)/lib/libupnp.so X X X ifeq ($(DEBUG),1) X@@ -26,7 +26,7 @@ X rm -f *.o $(APPS) X X install: upnpd X- @install -d /etc/linuxigd X- @install etc/* /etc/linuxigd X- @install upnpd /usr/bin X+ @install -d $(PREFIX)/etc/linuxigd X+ @$(BSD_INSTALL_DATA) etc/* $(PREFIX)/etc/linuxigd X+ @$(BSD_INSTALL_PROGRAM) upnpd $(PREFIX)/bin X END-of-linuxigd/files/patch-Makefile echo x - linuxigd/files/patch-gateway.cpp sed 's/^X//' >linuxigd/files/patch-gateway.cpp << 'END-of-linuxigd/files/patch-gateway.cpp' X--- gateway.cpp.orig Sat May 18 05:11:23 2002 X+++ gateway.cpp Sat Aug 3 22:10:54 2002 X@@ -49,6 +49,7 @@ X X // The global GATE object X Gate gate; X+char *ExtIf; X X // Callback Function wrapper. This is needed because ISO forbids a pointer to a bound X // member function. This corrects the issue. X@@ -140,6 +141,7 @@ X UpnpFinish(); X exit(1); X } X+ ExtIf = argv[1]; X gate.m_ipcon = new IPCon(argv[1]); X syslog(LOG_DEBUG, "Registering the root device\n"); X if ((ret = UpnpRegisterRootDevice(desc_doc_url, GateDeviceCallbackEventHandler, END-of-linuxigd/files/patch-gateway.cpp echo x - linuxigd/files/patch-gateway.h sed 's/^X//' >linuxigd/files/patch-gateway.h << 'END-of-linuxigd/files/patch-gateway.h' X--- gateway.h.orig Fri May 3 00:14:57 2002 X+++ gateway.h Sat Aug 3 22:10:54 2002 X@@ -28,7 +28,7 @@ X X #define INIT_PORT 2869 X #define INIT_DESC_DOC "gatedesc" X-#define INIT_CONF_DIR "/etc/linuxigd/" X+#define INIT_CONF_DIR "%%PREFIX%%/etc/linuxigd/" X X #define GATE_SERVICE_SERVCOUNT 3 X #define GATE_SERVICE_OSINFO 0 END-of-linuxigd/files/patch-gateway.h echo x - linuxigd/files/patch-ipcon.cpp sed 's/^X//' >linuxigd/files/patch-ipcon.cpp << 'END-of-linuxigd/files/patch-ipcon.cpp' X--- ipcon.cpp.orig Wed May 15 23:48:24 2002 X+++ ipcon.cpp Sat Aug 3 22:10:54 2002 X@@ -25,7 +25,8 @@ X #include X #include X #include X-#include X+#include X+#include X #include X #include X #include END-of-linuxigd/files/patch-ipcon.cpp echo x - linuxigd/files/patch-pmlist.cpp sed 's/^X//' >linuxigd/files/patch-pmlist.cpp << 'END-of-linuxigd/files/patch-pmlist.cpp' X--- pmlist.cpp.orig Fri May 3 00:16:28 2002 X+++ pmlist.cpp Sat Aug 3 22:11:41 2002 X@@ -30,6 +30,9 @@ X #include X #include X #include X+ X+extern char *ExtIf; X+ X PortMapList::PortMapList() X { X X@@ -190,9 +193,12 @@ X else X strcpy (prt, "udp"); X X- sprintf(command,"/usr/sbin/iptables -t nat -A PREROUTING -p %s -d %s --dport %d -j DNAT --to %s:%d", prt, ExtIP, ExtPort, IntIP, IntPort); X- X- system(command); X+ FILE *ipnat = popen("/sbin/ipnat -f -", "w"); X+ if (ipnat == NULL) X+ return 0; X+ sprintf(command, "rdr %s %s/32 port %d -> %s port %d %s", ExtIf, ExtIP, ExtPort, IntIP, IntPort, prt); X+ fprintf(ipnat, command); X+ pclose(ipnat); X X ret=1; X return (ret); X@@ -234,9 +240,13 @@ X else X strcpy (prt, "udp"); X X- sprintf(command, "/usr/sbin/iptables -t nat -D PREROUTING -p %s -d %s --dport %d -j DNAT --to %s:%d", prt, ExtIP, ExtPort, IntIP, IntPort); X- X- system(command); X+ FILE *ipnat = popen("/sbin/ipnat -rf -", "w"); X+ if (ipnat == NULL) X+ return 0; X+ sprintf(command, "rdr %s %s/32 port %d -> %s port %d %s", ExtIf, ExtIP, ExtPort, IntIP, IntPort, prt); X+ fprintf(ipnat, command); X+ pclose(ipnat); X+ X ret = 1; X X return (ret); END-of-linuxigd/files/patch-pmlist.cpp echo x - linuxigd/files/linuxigd.sh.sample sed 's/^X//' >linuxigd/files/linuxigd.sh.sample << 'END-of-linuxigd/files/linuxigd.sh.sample' X#!/bin/sh X XEXT_IF=fxp0 # external interface XINT_IF=fxp1 # internal interface X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then X echo "$0: Cannot determine the PREFIX" >&2 X exit 1 Xfi X Xcase "$1" in Xstart) X if [ -x ${PREFIX}/bin/upnpd ]; then X ${PREFIX}/bin/upnpd ${EXT_IF} ${INT_IF} && echo -n ' upnpd' X fi X ;; Xstop) X killall upnpd && echo -n ' upnpd' X ;; X*) X echo "Usage: `basename $0` {start|stop}" >&2 X ;; Xesac X Xexit 0 END-of-linuxigd/files/linuxigd.sh.sample echo x - linuxigd/pkg-message sed 's/^X//' >linuxigd/pkg-message << 'END-of-linuxigd/pkg-message' X********************************************************************* X XPlease modify ${PREFIX}/etc/linuxigd/gatedesc.xml Xand replace 192.168.0.254 with the IP of your internal interface. X X********************************************************************* END-of-linuxigd/pkg-message exit --- linuxigd.shar ends here --- >Release-Note: >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 3 13: 2:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15C6837B4B8; Sat, 3 Aug 2002 13:02:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890E843E4A; Sat, 3 Aug 2002 13:02:39 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73K2dJU038884; Sat, 3 Aug 2002 13:02:39 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73K2dmC038880; Sat, 3 Aug 2002 13:02:39 -0700 (PDT) Date: Sat, 3 Aug 2002 13:02:39 -0700 (PDT) From: Clive Lin Message-Id: <200208032002.g73K2dmC038880@freefall.freebsd.org> To: statue@softwareliberty.org, clive@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37255: New port: chinese/cce Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: chinese/cce State-Changed-From-To: open->closed State-Changed-By: clive State-Changed-When: Sat Aug 3 13:02:28 PDT 2002 State-Changed-Why: Commited, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=37255 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 13:16:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9852C37B400; Sat, 3 Aug 2002 13:16:31 -0700 (PDT) Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C3F43E5E; Sat, 3 Aug 2002 13:16:30 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id A6605AC1D; Sat, 3 Aug 2002 22:16:21 +0200 (CEST) Date: Sat, 3 Aug 2002 22:16:21 +0200 From: Anton Berezin To: FreeBSD-gnats-submit@FreeBSD.org Cc: Mathieu Arnold , freebsd-ports@FreeBSD.org Subject: Re: ports/41265: New port: textproc/p5-Text-Reflow Message-ID: <20020803201621.GA64293@heechee.tobez.org> Mail-Followup-To: Anton Berezin , FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold , freebsd-ports@FreeBSD.org References: <200208030730.g737U4aF008187@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208030730.g737U4aF008187@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Aug 03, 2002 at 12:30:04AM -0700, Mathieu Arnold wrote: > just found out that it "require 5.005_62" > > what is the best way to test the perl version ? At the moment the best way is to make absolutely sure that the port in question indeed requires perl 5.6 or above. A lot of perl modules that require 5.005_62 do that for unimportant reasons like using `our' instead of `use vars', using `use warnings', and ...oh well, that's about it, I think. Such things can be trivially patched, even by oneliners in the port's Makefile. Some examples: textproc/p5-Text-FixedLength-Extra www/p5-WWW-Automate databases/p5-GraphViz-DBI If this is not the case, and the module indeed requires more substantial modifications to make it work with 5.005_03 (for example, some extended operations with fields.pm, the use of @+ and @- magic arrays, unicode stuff), the solution similar to the one you propose should work. > > shall I do something like : > > .if ${PERL_VER} =3D=3D 5.005 > BROKEN=3D"Needs Perl 5.6, you can install it from ports > (${PORTSDIR}/lang/perl5" > .endif > > which does not work... > > help, someone ? For example: pre-everything: @${PERL} -M5.006 -e1 2>/dev/null || \ ( ${ECHO_MSG} "===> Requires perl 5.6 or above (available from the ports collection)"; \ false ) This should, more or less, do what you want. That said, if perl5/perl5.8 ports were to run use.perl port automatically upon install, the easier solution would be to just include perl5 as a dependency. This might happen one day. =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.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 3 13:20: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 073AB37B400 for ; Sat, 3 Aug 2002 13:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A188C43E3B for ; Sat, 3 Aug 2002 13:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73KK4JU045934 for ; Sat, 3 Aug 2002 13:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73KK4Hb045933; Sat, 3 Aug 2002 13:20:04 -0700 (PDT) Date: Sat, 3 Aug 2002 13:20:04 -0700 (PDT) Message-Id: <200208032020.g73KK4Hb045933@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Anton Berezin Subject: Re: ports/41265: New port: textproc/p5-Text-Reflow Reply-To: Anton Berezin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41265; it has been noted by GNATS. From: Anton Berezin To: FreeBSD-gnats-submit@FreeBSD.org Cc: Mathieu Arnold , freebsd-ports@FreeBSD.org Subject: Re: ports/41265: New port: textproc/p5-Text-Reflow Date: Sat, 3 Aug 2002 22:16:21 +0200 On Sat, Aug 03, 2002 at 12:30:04AM -0700, Mathieu Arnold wrote: > just found out that it "require 5.005_62" > > what is the best way to test the perl version ? At the moment the best way is to make absolutely sure that the port in question indeed requires perl 5.6 or above. A lot of perl modules that require 5.005_62 do that for unimportant reasons like using `our' instead of `use vars', using `use warnings', and ...oh well, that's about it, I think. Such things can be trivially patched, even by oneliners in the port's Makefile. Some examples: textproc/p5-Text-FixedLength-Extra www/p5-WWW-Automate databases/p5-GraphViz-DBI If this is not the case, and the module indeed requires more substantial modifications to make it work with 5.005_03 (for example, some extended operations with fields.pm, the use of @+ and @- magic arrays, unicode stuff), the solution similar to the one you propose should work. > > shall I do something like : > > .if ${PERL_VER} =3D=3D 5.005 > BROKEN=3D"Needs Perl 5.6, you can install it from ports > (${PORTSDIR}/lang/perl5" > .endif > > which does not work... > > help, someone ? For example: pre-everything: @${PERL} -M5.006 -e1 2>/dev/null || \ ( ${ECHO_MSG} "===> Requires perl 5.6 or above (available from the ports collection)"; \ false ) This should, more or less, do what you want. That said, if perl5/perl5.8 ports were to run use.perl port automatically upon install, the easier solution would be to just include perl5 as a dependency. This might happen one day. =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.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 3 14: 4:39 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C5AD37B401 for ; Sat, 3 Aug 2002 14:04:38 -0700 (PDT) Received: from epaper.eslitebooks.com (210-58-229-92.eslitebooks.com [210.58.229.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA6543E42 for ; Sat, 3 Aug 2002 14:04:26 -0700 (PDT) (envelope-from clive@tongi.org) Received: from epaper.eslitebooks.com (epaper.eslitebooks.com [210.58.229.92]) by epaper.eslitebooks.com (8.11.6/8.11.6) with SMTP id g73L3Ka01674; Sun, 4 Aug 2002 05:03:21 +0800 (CST) (envelope-from clive@tongi.org) Received: (nullmailer pid 1671 invoked by uid 1000); Sat, 03 Aug 2002 21:03:20 -0000 Date: Sun, 4 Aug 2002 05:03:20 +0800 From: Clive Lin To: Yen-Ming Lee Cc: freebsd-ports@freebsd.org Subject: Re: ports/41293: update port: sysutils/e2fsprogs Message-ID: <20020803210319.GA1620@epaper.eslitebooks.com> References: <20020803193105.DCB073E9C17@utopia.leeym.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020803193105.DCB073E9C17@utopia.leeym.com> X-Operating-System: FreeBSD 4.5-RELEASE-p4 i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Can not build it here. Although here is -CURRENT, I bet this is not a matter of branches. My WRKDIRPREFIX is not /usr/ports, but this should not cause any problem. making all in debugfs gmake[2]: Entering directory `/home/nexus/tmp/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.27/debugfs' mk_cmds ./debug_cmds.ct gmake[2]: mk_cmds: Command not found gmake[2]: *** [debug_cmds.c] Error 127 gmake[2]: Leaving directory `/home/nexus/tmp/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.27/debugfs' gmake[1]: *** [all-progs-recursive] Error 1 gmake[1]: Leaving directory `/home/nexus/tmp/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.27' gmake: *** [all] Error 2 *** Error code 2 On Sun, Aug 04, 2002 at 03:31:05AM +0800, Yen-Ming Lee wrote: > > >Number: 41293 > >Category: ports > >Synopsis: update port: sysutils/e2fsprogs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 14:28:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F8437B400 for ; Sat, 3 Aug 2002 14:28:36 -0700 (PDT) Received: from mail19b.rapidsite.net (mail19b.rapidsite.net [161.58.134.134]) by mx1.FreeBSD.org (Postfix) with SMTP id A63E343E3B for ; Sat, 3 Aug 2002 14:28:35 -0700 (PDT) (envelope-from rob@pythonemproject.com) Received: from www.pythonemproject.com (198.104.176.109) by mail19b.rapidsite.net (RS ver 1.0.63s) with SMTP id 094563437 for ; Sat, 3 Aug 2002 17:36:31 -0400 (EDT) Message-ID: <3D4C4AF5.30197A75@pythonemproject.com> Date: Sat, 03 Aug 2002 14:28:21 -0700 From: Rob X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: "ports@FreeBSD.org" Subject: Sun changed name of their Linux SDK1.4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ports retrieved as of yesterday had the wrong name for the Sun file. With a little hacking, though, I got it to install. -- ----------------------------- The Numeric Python EM Project www.pythonemproject.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 3 14:51: 1 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A1D537B400; Sat, 3 Aug 2002 14:51:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C287C43E4A; Sat, 3 Aug 2002 14:50:59 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73LoxJU058829; Sat, 3 Aug 2002 14:50:59 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73LoxiX058825; Sat, 3 Aug 2002 14:50:59 -0700 (PDT) Date: Sat, 3 Aug 2002 14:50:59 -0700 (PDT) From: OKAZAKI Tetsurou Message-Id: <200208032150.g73LoxiX058825@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, chuckr@FreeBSD.org Subject: Re: ports/41006: print/transfig doesn't compile on current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: print/transfig doesn't compile on current Responsible-Changed-From-To: freebsd-ports->chuckr Responsible-Changed-By: okazaki Responsible-Changed-When: Sat Aug 3 14:49:06 PDT 2002 Responsible-Changed-Why: over to MAINTAINER http://www.freebsd.org/cgi/query-pr.cgi?pr=41006 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 15:19:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E2937B400 for ; Sat, 3 Aug 2002 15:19:33 -0700 (PDT) Received: from solar.zer0.ca (h24-67-15-155.cg.shawcable.net [24.67.15.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id E995943E5E for ; Sat, 3 Aug 2002 15:19:32 -0700 (PDT) (envelope-from tyler@zer0.ca) Received: from zer0.ca (www@localhost.zer0.ca [127.0.0.1]) by solar.zer0.ca (8.12.5/SOLAR) with SMTP id g73MMKZw012029 for ; Sat, 3 Aug 2002 16:22:20 -0600 (CST) (envelope-from tyler@zer0.ca) X-Authentication-Warning: solar.zer0.ca: Host www@localhost.zer0.ca [127.0.0.1] claimed to be zer0.ca Received: from 24.87.71.2 (SquirrelMail authenticated user tyler) by webmail.zer0.ca with HTTP; Sat, 3 Aug 2002 16:22:20 -0600 (CST) Message-ID: <3449.24.87.71.2.1028413340.squirrel@webmail.zer0.ca> Date: Sat, 3 Aug 2002 16:22:20 -0600 (CST) Subject: profxp From: "Tyler Connolly" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The port profxp ( /usr/local/ftp/profxp ) does not work with freebsd. You can connect to both sites but the end of the file transfer just hangs. I've tested it on linux boxes and it works fine. Just letting you know. Thanks Tyler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 15:21:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB81537B401 for ; Sat, 3 Aug 2002 15:21:28 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71BB043E88 for ; Sat, 3 Aug 2002 15:21:25 -0700 (PDT) (envelope-from olive@oban.frmug.org) Received: (from uucp@localhost) by frmug.org (8.11.3/8.11.3/frmug-2.7/nospam) with UUCP id g73MK4o85891; Sun, 4 Aug 2002 00:20:04 +0200 (CEST) (envelope-from olive@oban.frmug.org) Received: by weirdos.oban.frmug.org (Postfix, from userid 1002) id CF27C8C56; Sun, 4 Aug 2002 00:15:04 +0200 (CEST) Date: Sun, 4 Aug 2002 00:15:04 +0200 From: Olivier Tharan To: Jarrod Sayers Cc: freebsd-ports@freebsd.org Subject: Re: spamass-milter-0.1.1_1 under RELENG_4_6 Message-ID: <20020803221504.GH15803@weirdos.oban.frmug.org> References: <20020803142455.O5593-100000@dogbert.magill.unisa.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20020803142455.O5593-100000@dogbert.magill.unisa.edu.au> X-Attribution: Olive Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Jarrod Sayers (20020803 14:29): > Aug 3 13:59:15 devnull spamd[263]: info: setuid to root succeeded > Aug 3 13:59:15 devnull spamd[263]: Still running as root: user not specified, not found, or set to root. Fall back to nobody. Have you tried your tests with a non-root user? olive -- Computers are like air conditioners. Both stop working, if you open windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 15:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FB9937B400 for ; Sat, 3 Aug 2002 15:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA63543E6E for ; Sat, 3 Aug 2002 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73MU1JU065610 for ; Sat, 3 Aug 2002 15:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73MU17W065609; Sat, 3 Aug 2002 15:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A5FF37B400 for ; Sat, 3 Aug 2002 15:22:06 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A125743E6A for ; Sat, 3 Aug 2002 15:22:05 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g73MM5OT012459 for ; Sat, 3 Aug 2002 15:22:05 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g73MM5Wg012458; Sat, 3 Aug 2002 15:22:05 -0700 (PDT) Message-Id: <200208032222.g73MM5Wg012458@www.freebsd.org> Date: Sat, 3 Aug 2002 15:22:05 -0700 (PDT) From: David Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41298: Update port: qbrew Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41298 >Category: ports >Synopsis: Update port: qbrew >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 03 15:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Johnson >Release: 4.6-RELEASE >Organization: >Environment: FreeBSD brandybuck.home 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Sun Jul 28 12:54:08 PDT 2002 root@brandybuck.home:/usr/src/sys/compile/BRANDYBUCK i386 >Description: Update to port qbrew. Now builds against qt30 by default. >How-To-Repeat: >Fix: --- qbrew/Makefile Tue May 14 15:41:43 2002 +++ qbrew.new/Makefile Sat Aug 3 15:04:47 2002 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes -QT_VERSION?= 2 +QT_VERSION?= 3 .if ${QT_VERSION} == "3" USE_QT_VER= 3 >Release-Note: >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 3 16: 4:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D31E37B400; Sat, 3 Aug 2002 16:04:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F8A43E6A; Sat, 3 Aug 2002 16:04:44 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73N4iJU068522; Sat, 3 Aug 2002 16:04:44 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73N4dDj068515; Sat, 3 Aug 2002 16:04:39 -0700 (PDT) Date: Sat, 3 Aug 2002 16:04:39 -0700 (PDT) From: OKAZAKI Tetsurou Message-Id: <200208032304.g73N4dDj068515@freefall.freebsd.org> To: shaun@pcuse.com, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40749: /palm/coldsync fails to compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /palm/coldsync fails to compile State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Sat Aug 3 16:01:33 PDT 2002 State-Changed-Why: superseded by 41085 http://www.freebsd.org/cgi/query-pr.cgi?pr=40749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 16: 5:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 484B337B401; Sat, 3 Aug 2002 16:05:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B50C543E5E; Sat, 3 Aug 2002 16:05:34 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73N5YJU069858; Sat, 3 Aug 2002 16:05:34 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73N5YOI069823; Sat, 3 Aug 2002 16:05:34 -0700 (PDT) Date: Sat, 3 Aug 2002 16:05:34 -0700 (PDT) From: OKAZAKI Tetsurou Message-Id: <200208032305.g73N5YOI069823@freefall.freebsd.org> To: arensb@ooblick.com, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41085: palm/coldsync broken under FreeBSD 4.5 and above Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: palm/coldsync broken under FreeBSD 4.5 and above State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Sat Aug 3 16:04:57 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=41085 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 16:20:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD6D37B401 for ; Sat, 3 Aug 2002 16:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B0343E42 for ; Sat, 3 Aug 2002 16:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73NK4JU073945 for ; Sat, 3 Aug 2002 16:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73NK4PF073944; Sat, 3 Aug 2002 16:20:04 -0700 (PDT) Date: Sat, 3 Aug 2002 16:20:04 -0700 (PDT) Message-Id: <200208032320.g73NK4PF073944@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Garrett Rooney Subject: Re: ports/41119: subversion port not fetchable Reply-To: Garrett Rooney Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41119; it has been noted by GNATS. From: Garrett Rooney To: Quincey Koziol Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/41119: subversion port not fetchable Date: Sat, 3 Aug 2002 19:10:39 -0400 On Mon, Jul 29, 2002 at 07:17:54AM -0500, Quincey Koziol wrote: > >Fix: > Upgrade to a later release? Find the missing tarfile? i've submitted pr 41249, which contains an upgrade to a newer release of subversion (which should be fetchable). if someone could commit it, that would close this pr. you can get the patch to upgrade your version of the port from here: http://www.freebsd.org/cgi/query-pr.cgi?pr=41249 -garrett -- garrett rooney Remember, any design flaw you're rooneg@electricjellyfish.net sufficiently snide about becomes http://electricjellyfish.net/ a feature. -- Dan Sugalski To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 16:24:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F1E37B400; Sat, 3 Aug 2002 16:24:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AA643E3B; Sat, 3 Aug 2002 16:24:25 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73NOPJU074384; Sat, 3 Aug 2002 16:24:25 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73NOPvX074380; Sat, 3 Aug 2002 16:24:25 -0700 (PDT) Date: Sat, 3 Aug 2002 16:24:25 -0700 (PDT) From: OKAZAKI Tetsurou Message-Id: <200208032324.g73NOPvX074380@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/40742: DSSSL Modular stylesheets not added to sgml CATALOG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: DSSSL Modular stylesheets not added to sgml CATALOG Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: okazaki Responsible-Changed-When: Sat Aug 3 16:19:34 PDT 2002 Responsible-Changed-Why: over to the maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=40742 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 16:30:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A84937B400 for ; Sat, 3 Aug 2002 16:30:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF5243E4A for ; Sat, 3 Aug 2002 16:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g73NU3JU074687 for ; Sat, 3 Aug 2002 16:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g73NU3IK074686; Sat, 3 Aug 2002 16:30:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 988B137B400 for ; Sat, 3 Aug 2002 16:23:48 -0700 (PDT) Received: from kiste.thiemo.net (kiste.thiemo.net [193.159.181.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB1A43E4A for ; Sat, 3 Aug 2002 16:23:44 -0700 (PDT) (envelope-from rk@ronald.org) Received: (from uucp@localhost) by kiste.thiemo.net (8.9.3/8.9.3) with UUCP id BAA48001; Sun, 4 Aug 2002 01:23:31 +0200 (CEST) (envelope-from rk@ronald.org) Received: from wallace.home.ronald.org (rk@localhost [127.0.0.1]) by wallace.home.ronald.org (8.12.5/8.12.5) with ESMTP id g73NN4lU001213; Sun, 4 Aug 2002 01:23:04 +0200 (CEST) (envelope-from rk@ronald.org) Received: (from rk@localhost) by wallace.home.ronald.org (8.12.5/8.12.5/Submit) id g73NN1Rl001212; Sun, 4 Aug 2002 01:23:01 +0200 (CEST) (envelope-from rk) Message-Id: <200208032323.g73NN1Rl001212@wallace.home.ronald.org> Date: Sun, 4 Aug 2002 01:23:01 +0200 (CEST) From: Ronald Kuehn Reply-To: Ronald Kuehn To: FreeBSD-gnats-submit@FreeBSD.org Cc: patrick@watson.org, rnyberg@it.su.se X-Send-Pr-Version: 3.113 Subject: ports/41299: port upgrade: lang/ocaml 3.05 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41299 >Category: ports >Synopsis: port upgrade: lang/ocaml 3.05 >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 03 16:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ronald Kuehn >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD wallace.home.ronald.org 4.6-STABLE FreeBSD 4.6-STABLE #8: Sun Jul 7 17:09:01 CEST 2002 rk@merlin.home.ronald.org:/usr/build/obj/usr/src/sys/WALLACE i386 >Description: This is an update to ocaml 3.05. >How-To-Repeat: >Fix: diff -ruN ocaml.old/Makefile ocaml/Makefile --- ocaml.old/Makefile Mon Feb 11 06:22:15 2002 +++ ocaml/Makefile Sun Aug 4 01:12:49 2002 @@ -6,20 +6,23 @@ # PORTNAME= ocaml -PORTVERSION= 3.04 +PORTVERSION= 3.05 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/distrib/ \ ftp://ftp.inria.fr/lang/caml-light/ \ ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ +PKGNAMESUFFIX= ${TKSFX} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ + ${DISTNAME}-refman.html${EXTRACT_SUFX} MAINTAINER= patrick@watson.org .if defined(WITHOUT_TK) -PLIST_SUB+= LABLTK:="@comment " +PLIST_SUB+= TK="@comment " +TKSFX= -notk .else -PLIST_SUB+= LABLTK:="" +PLIST_SUB+= TK="" BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3:${PORTSDIR}/lang/tcl83 BUILD_DEPENDS+= ${LOCALBASE}/include/tk8.3:${PORTSDIR}/x11-toolkits/tk83 LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 @@ -27,17 +30,36 @@ USE_XLIB= yes HAS_CONFIGURE= yes -ALL_TARGET= world opt opt.opt +ALL_TARGET= world.opt .if ${MACHINE_ARCH} != "i386" -PLIST_SUB+= PROF:="@comment " +PLIST_SUB+= PROF="@comment " .else -PLIST_SUB+= PROF:="" +PLIST_SUB+= PROF="" .endif MAN1= ocamlcp.1 ocamldep.1 ocamldebug.1 ocamlopt.1 ocamlrun.1 \ ocamlyacc.1 ocamlmktop.1 ocaml.1 ocamlc.1 ocamllex.1 \ ocamlprof.1 camlp4.1 +MANN= Arg.n Array.n ArrayLabels.n Bigarray.Array1.n \ + Bigarray.Array2.n Bigarray.Array3.n Bigarray.Genarray.n \ + Bigarray.n Buffer.n Callback.n CamlinternalOO.n Char.n \ + Complex.n Digest.n Filename.n Format.n Gc.n Genlex.n \ + Hashtbl.HashedType.n Hashtbl.Make.n Hashtbl.S.n Hashtbl.n \ + Int32.n Int64.n Lazy.n Lexing.n List.n ListLabels.n \ + Map.Make.n Map.OrderedType.n Map.S.n Map.n Marshal.n \ + MoreLabels.Hashtbl.HashedType.n MoreLabels.Hashtbl.Make.n \ + MoreLabels.Hashtbl.S.n MoreLabels.Hashtbl.n \ + MoreLabels.Map.Make.n MoreLabels.Map.OrderedType.n \ + MoreLabels.Map.S.n MoreLabels.Map.n MoreLabels.Set.Make.n \ + MoreLabels.Set.OrderedType.n MoreLabels.Set.S.n \ + MoreLabels.Set.n MoreLabels.n Nativeint.n Num.n Obj.n Oo.n \ + Parsing.n Pervasives.LargeFile.n Pervasives.n Printexc.n \ + Printf.n Queue.n Random.n Scanf.Scanning.n Scanf.n Set.Make.n \ + Set.OrderedType.n Set.S.n Set.n Sort.n Stack.n \ + StdLabels.Array.n StdLabels.List.n StdLabels.String.n \ + StdLabels.n Str.n Stream.n String.n StringLabels.n Sys.n \ + Unix.LargeFile.n Unix.n Weak.Make.n Weak.S.n Weak.n MLINKS= ocamlc.1 ocamlc.opt.1 ocamlopt.1 ocamlopt.opt.1 \ camlp4.1 camlp4o.1 camlp4.1 camlp4r.1 camlp4.1 mkcamlp4.1 \ camlp4.1 camlp4o.opt.1 camlp4.1 camlp4r.opt.1 \ @@ -48,7 +70,9 @@ -x11lib ${X11BASE}/lib \ -with-pthread -.if !defined(WITHOUT_TK) +.if defined(WITHOUT_TK) +CONFIGURE_ARGS+=-no-tk +.else CONFIGURE_ARGS+=-tkdefs "-I${PREFIX}/include/tcl8.3 -I${PREFIX}/include/tk8.3" .endif @@ -71,8 +95,14 @@ .if !defined(WITHOUT_TK) @${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}/labltk - @cd ${WRKSRC}/otherlibs/labltk/example; \ + @${MKDIR} ${EXAMPLESDIR}/camltk + @${MKDIR} ${EXAMPLESDIR}/camltk/images + @cd ${WRKSRC}/otherlibs/labltk/examples_labltk; \ ${INSTALL_DATA} * ${EXAMPLESDIR}/labltk + @cd ${WRKSRC}/otherlibs/labltk/examples_camltk/images; \ + ${INSTALL_DATA} * ${EXAMPLESDIR}/camltk/images + @cd ${WRKSRC}/otherlibs/labltk/examples_camltk; \ + ${INSTALL_DATA} [A-Za-hj-z]* ${EXAMPLESDIR}/camltk .endif @strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc diff -ruN ocaml.old/distinfo ocaml/distinfo --- ocaml.old/distinfo Mon Feb 11 06:22:15 2002 +++ ocaml/distinfo Thu Aug 1 21:33:58 2002 @@ -1,4 +1,4 @@ -MD5 (ocaml-3.04.tar.gz) = 7f2fbb849fccb33308188aa19aa9b0ee -MD5 (ocaml-3.04-refman.html.tar.gz) = 30538e4a76c8c7d540a9391d8c8967c7 -MD5 (ocaml-3.04-refman.ps.gz) = 0127244af1014c1db9a192247b686dc9 -MD5 (ocaml-3.04-refman.pdf) = 48487d35597cc02893efcdc2210d32b7 +MD5 (ocaml-3.05.tar.gz) = 20afd1cd0e958968b463e69c2f120493 +MD5 (ocaml-3.05-refman.html.tar.gz) = dd5d79888ef268b8e0473e36be0912dc +MD5 (ocaml-3.05-refman.ps.gz) = 587beb0670013d12b5816483d635520a +MD5 (ocaml-3.05-refman.pdf) = 9a74ebf2d5a3beb04076a3d2006336bd diff -ruN ocaml.old/files/patch-byterun::major_gc.c ocaml/files/patch-byterun::major_gc.c --- ocaml.old/files/patch-byterun::major_gc.c Thu Jan 1 01:00:00 1970 +++ ocaml/files/patch-byterun::major_gc.c Thu Aug 1 21:42:08 2002 @@ -0,0 +1,56 @@ +Index: byterun/major_gc.c +=================================================================== +RCS file: /net/pauillac/caml/repository/csl/byterun/major_gc.c,v +retrieving revision 1.37 +retrieving revision 1.39 +diff -u -r1.37 -r1.39 +--- major_gc.c 2002/06/05 12:11:15 1.37 ++++ major_gc.c 2002/07/30 13:48:52 1.39 +@@ -11,7 +11,7 @@ + /* */ + /***********************************************************************/ + +-/* $Id: major_gc.c,v 1.37 2002/06/05 12:11:15 doligez Exp $ */ ++/* $Id: major_gc.c,v 1.39 2002/07/30 13:48:52 xleroy Exp $ */ + + #include + +@@ -126,15 +126,12 @@ + if (Tag_hd (hd) < No_scan_tag){ + for (i = 0; i < size; i++){ + child = Field (v, i); +- mark_again: + if (Is_block (child) && Is_in_heap (child)) { + hd = Hd_val(child); + if (Tag_hd (hd) == Forward_tag){ +- child = Forward_val (child); +- Field (v, i) = child; +- goto mark_again; ++ Field (v, i) = Forward_val (child); + } +- if (Tag_hd(hd) == Infix_tag) { ++ else if (Tag_hd(hd) == Infix_tag) { + child -= Infix_offset_val(child); + hd = Hd_val(child); + }@@ -192,15 +189,13 @@ + sz = Wosize_hd (hd); + for (i = 1; i < sz; i++){ + curfield = Field (cur, i); +- weak_again: +- if (curfield != 0 && Is_block (curfield) && Is_in_heap (curfield) +- && Is_white_val (curfield)){ ++ if (curfield != 0 && Is_block (curfield) && Is_in_heap (curfield)){ + if (Tag_val (curfield) == Forward_tag){ +- curfield = Forward_val (curfield); +- Field (cur, i) = curfield; +- goto weak_again; ++ Field (cur, i) = Forward_val (curfield); + } +- Field (cur, i) = 0; ++ else if (Is_white_val (curfield)){ ++ Field (cur, i) = 0; ++ } + } + } + weak_prev = &Field (cur, 0); + diff -ruN ocaml.old/files/patch-camlp4-man::Makefile ocaml/files/patch-camlp4-man::Makefile --- ocaml.old/files/patch-camlp4-man::Makefile Mon Feb 11 06:22:16 2002 +++ ocaml/files/patch-camlp4-man::Makefile Fri Aug 2 00:08:07 2002 @@ -1,15 +1,19 @@ ---- camlp4/man/Makefile.orig Wed Sep 26 10:32:50 2001 -+++ camlp4/man/Makefile Sun Feb 10 23:45:36 2002 -@@ -16,12 +16,6 @@ +--- camlp4/man/Makefile.orig Fri Jul 19 16:53:49 2002 ++++ camlp4/man/Makefile Fri Aug 2 00:07:34 2002 +@@ -14,14 +14,8 @@ + get_promote: + install: - -$(MKDIR) $(MANDIR) - -cp $(TARGET) $(MANDIR)/. -- -cd $(MANDIR); rm -f camlp4o.1; ln -s $(TARGET) camlp4o.1 -- -cd $(MANDIR); rm -f camlp4r.1; ln -s $(TARGET) camlp4r.1 -- -cd $(MANDIR); rm -f mkcamlp4.1; ln -s $(TARGET) mkcamlp4.1 -- -cd $(MANDIR); rm -f ocpp.1; ln -s $(TARGET) ocpp.1 -- -cd $(MANDIR); rm -f camlp4o.opt.1; ln -s $(TARGET) camlp4o.opt.1 -- -cd $(MANDIR); rm -f camlp4r.opt.1; ln -s $(TARGET) camlp4r.opt.1 +- -$(MKDIR) $(MANDIR)/man1 +- -cp $(TARGET) $(MANDIR)/man1/. +- -cd $(MANDIR)/man1; rm -f camlp4o.1; ln -s $(TARGET) camlp4o.1 +- -cd $(MANDIR)/man1; rm -f camlp4r.1; ln -s $(TARGET) camlp4r.1 +- -cd $(MANDIR)/man1; rm -f mkcamlp4.1; ln -s $(TARGET) mkcamlp4.1 +- -cd $(MANDIR)/man1; rm -f ocpp.1; ln -s $(TARGET) ocpp.1 +- -cd $(MANDIR)/man1; rm -f camlp4o.opt.1; ln -s $(TARGET) camlp4o.opt.1 +- -cd $(MANDIR)/man1; rm -f camlp4r.opt.1; ln -s $(TARGET) camlp4r.opt.1 ++ -$(MKDIR) $(MANDIR) ++ -cp $(TARGET) $(MANDIR)/. camlp4.1: camlp4.1.tpl sed -e "s'LIBDIR'$(LIBDIR)'g" camlp4.1.tpl > camlp4.1 diff -ruN ocaml.old/files/patch-man::Makefile ocaml/files/patch-man::Makefile --- ocaml.old/files/patch-man::Makefile Mon Feb 11 06:22:16 2002 +++ ocaml/files/patch-man::Makefile Thu Aug 1 21:44:53 2002 @@ -1,8 +1,8 @@ ---- man/Makefile.orig Wed Nov 17 13:57:40 1999 -+++ man/Makefile Sun Feb 10 23:44:43 2002 -@@ -16,5 +16,3 @@ +--- man/Makefile.orig Thu Aug 1 21:43:47 2002 ++++ man/Makefile Thu Aug 1 21:44:03 2002 +@@ -18,5 +18,3 @@ install: - for i in *.m; do cp $$i $(MANDIR)/`basename $$i .m`.$(MANEXT); done -- echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(MANDIR)/ocamlc.opt.$(MANEXT) -- echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(MANDIR)/ocamlopt.opt.$(MANEXT) + for i in *.m; do cp $$i $(DIR)/`basename $$i .m`.$(MANEXT); done +- echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(DIR)/ocamlc.opt.$(MANEXT) +- echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(DIR)/ocamlopt.opt.$(MANEXT) diff -ruN ocaml.old/files/patch-ocamldoc::Makefile ocaml/files/patch-ocamldoc::Makefile --- ocaml.old/files/patch-ocamldoc::Makefile Thu Jan 1 01:00:00 1970 +++ ocaml/files/patch-ocamldoc::Makefile Fri Aug 2 02:16:05 2002 @@ -0,0 +1,22 @@ +--- ocamldoc/Makefile.orig Fri Aug 2 00:25:13 2002 ++++ ocamldoc/Makefile Fri Aug 2 01:36:33 2002 +@@ -40,7 +40,7 @@ + OCAMLDOC_LIBA=odoc_info.a + INSTALL_LIBDIR=$(OCAMLLIB)/ocamldoc + INSTALL_BINDIR=$(OCAMLBIN) +-INSTALL_MANODIR=$(MANDIR)/mano ++INSTALL_MANODIR=$(MANDIR)/mann + + INSTALL_MLIS=odoc_info.mli odoc_args.mli + INSTALL_CMIS=$(INSTALL_MLIS:.mli=.cmi) +@@ -275,7 +275,9 @@ + $(CP) ocamldoc.sty ocamldoc.hva *.cmi $(GENERATORS) $(OCAMLDOC_LIBCMA) $(INSTALL_LIBDIR) + $(CP) $(INSTALL_MLIS) $(INSTALL_CMIS) $(INSTALL_LIBDIR) + if test -d $(INSTALL_MANODIR); then : ; else $(MKDIR) $(INSTALL_MANODIR); fi +- $(CP) stdlib_man/* $(INSTALL_MANODIR) ++ for f in stdlib_man/*;do \ ++ $(CP) $$f $(INSTALL_MANODIR)/`basename $$f .o`.n;\ ++ done + + installopt: + if test -f $(OCAMLDOC_OPT) ; then $(MAKE) installopt_really ; fi diff -ruN ocaml.old/pkg-plist ocaml/pkg-plist --- ocaml.old/pkg-plist Mon Feb 11 06:22:15 2002 +++ ocaml/pkg-plist Sat Aug 3 22:10:11 2002 @@ -8,10 +8,11 @@ bin/ocamlcp bin/ocamlmktop bin/ocamlmklib -%%LABLTK:%%%%LABLTK:%%bin/labltk -%%LABLTK:%%bin/ocamlbrowser +%%TK%%bin/labltk +%%TK%%bin/ocamlbrowser +bin/ocamldoc +bin/ocamldoc.opt bin/ocamlopt -bin/odyl bin/ocamlc.opt bin/ocamlopt.opt bin/ocamllex.opt @@ -23,16 +24,25 @@ bin/camlp4o.opt bin/mkcamlp4 bin/ocamldebug +lib/ocaml/stublibs/dllunix.so +lib/ocaml/stublibs/dllstr.so +lib/ocaml/stublibs/dllnums.so +lib/ocaml/stublibs/dllbigarray.so +lib/ocaml/stublibs/dllthreads.so +lib/ocaml/stublibs/dllgraphics.so +lib/ocaml/stublibs/dllmldbm.so +%%TK%%lib/ocaml/stublibs/dlllabltk.so +%%TK%%lib/ocaml/stublibs/dlltkanim.so lib/ocaml/libcamlrun.a +lib/ocaml/caml/alloc.h lib/ocaml/caml/callback.h +lib/ocaml/caml/config.h lib/ocaml/caml/custom.h lib/ocaml/caml/fail.h lib/ocaml/caml/intext.h +lib/ocaml/caml/memory.h lib/ocaml/caml/misc.h -lib/ocaml/caml/alloc.h lib/ocaml/caml/mlvalues.h -lib/ocaml/caml/config.h -lib/ocaml/caml/memory.h lib/ocaml/caml/bigarray.h lib/ocaml/ld.conf lib/ocaml/stdlib.cma @@ -47,6 +57,7 @@ lib/ocaml/stack.ml lib/ocaml/sort.ml lib/ocaml/set.ml +lib/ocaml/scanf.ml lib/ocaml/random.ml lib/ocaml/queue.ml lib/ocaml/printf.ml @@ -71,7 +82,9 @@ lib/ocaml/format.ml lib/ocaml/filename.ml lib/ocaml/digest.ml +lib/ocaml/complex.ml lib/ocaml/char.ml +lib/ocaml/camlinternalOO.ml lib/ocaml/callback.ml lib/ocaml/buffer.ml lib/ocaml/arrayLabels.ml @@ -86,6 +99,7 @@ lib/ocaml/stack.mli lib/ocaml/sort.mli lib/ocaml/set.mli +lib/ocaml/scanf.mli lib/ocaml/random.mli lib/ocaml/queue.mli lib/ocaml/printf.mli @@ -110,7 +124,9 @@ lib/ocaml/format.mli lib/ocaml/filename.mli lib/ocaml/digest.mli +lib/ocaml/complex.mli lib/ocaml/char.mli +lib/ocaml/camlinternalOO.mli lib/ocaml/callback.mli lib/ocaml/buffer.mli lib/ocaml/arrayLabels.mli @@ -126,6 +142,7 @@ lib/ocaml/stack.cmi lib/ocaml/sort.cmi lib/ocaml/set.cmi +lib/ocaml/scanf.cmi lib/ocaml/random.cmi lib/ocaml/queue.cmi lib/ocaml/printf.cmi @@ -150,7 +167,9 @@ lib/ocaml/format.cmi lib/ocaml/filename.cmi lib/ocaml/digest.cmi +lib/ocaml/complex.cmi lib/ocaml/char.cmi +lib/ocaml/camlinternalOO.cmi lib/ocaml/callback.cmi lib/ocaml/buffer.cmi lib/ocaml/arrayLabels.cmi @@ -162,26 +181,24 @@ lib/ocaml/expunge lib/ocaml/outcometree.mli lib/ocaml/outcometree.cmi -lib/ocaml/topmain.cmo +lib/ocaml/topstart.cmo +lib/ocaml/topmain.cmi lib/ocaml/topdirs.cmi lib/ocaml/toploop.cmi lib/ocaml/profiling.cmo lib/ocaml/profiling.cmi lib/ocaml/scrapelabels lib/ocaml/addlabels -lib/ocaml/dllunix.so lib/ocaml/libunix.a lib/ocaml/unixLabels.mli lib/ocaml/unix.mli lib/ocaml/unixLabels.cmi lib/ocaml/unix.cmi lib/ocaml/unix.cma -lib/ocaml/dllstr.so lib/ocaml/libstr.a lib/ocaml/str.mli lib/ocaml/str.cmi lib/ocaml/str.cma -lib/ocaml/dllnums.so lib/ocaml/libnums.a lib/ocaml/nums.cma lib/ocaml/ratio.mli @@ -196,15 +213,6 @@ lib/ocaml/arith_status.mli lib/ocaml/extract_crc lib/ocaml/dynlink.mli -lib/ocaml/dynlink.cma -lib/ocaml/dynlink.cmi -lib/ocaml/dllbigarray.so -lib/ocaml/bigarray.cma -lib/ocaml/libbigarray.a -lib/ocaml/bigarray.mli -lib/ocaml/bigarray.cmi -lib/ocaml/dllthreads.so -lib/ocaml/libthreads.a lib/ocaml/threads/threads.cma lib/ocaml/threads/threadUnix.cmi lib/ocaml/threads/event.cmi @@ -218,212 +226,490 @@ lib/ocaml/threads/condition.cmx lib/ocaml/threads/mutex.cmx lib/ocaml/threads/thread.cmx +lib/ocaml/dynlink.cma +lib/ocaml/dynlink.cmi +lib/ocaml/bigarray.cma +lib/ocaml/libbigarray.a +lib/ocaml/bigarray.mli +lib/ocaml/bigarray.cmi +lib/ocaml/libthreads.a lib/ocaml/threadUnix.mli lib/ocaml/event.mli lib/ocaml/condition.mli lib/ocaml/mutex.mli lib/ocaml/thread.mli -lib/ocaml/dllgraphics.so lib/ocaml/libgraphics.a lib/ocaml/graphicsX11.mli lib/ocaml/graphics.mli lib/ocaml/graphicsX11.cmi lib/ocaml/graphics.cmi lib/ocaml/graphics.cma -lib/ocaml/dllmldbm.so lib/ocaml/libmldbm.a lib/ocaml/dbm.mli lib/ocaml/dbm.cmi lib/ocaml/dbm.cma -%%LABLTK:%%lib/ocaml/labltk/place.cmi -%%LABLTK:%%lib/ocaml/labltk/bell.cmi -%%LABLTK:%%lib/ocaml/labltk/checkbutton.cmi -%%LABLTK:%%lib/ocaml/labltk/grid.cmi -%%LABLTK:%%lib/ocaml/labltk/winfo.cmi -%%LABLTK:%%lib/ocaml/labltk/optionmenu.cmi -%%LABLTK:%%lib/ocaml/labltk/scale.cmi -%%LABLTK:%%lib/ocaml/labltk/selection.cmi -%%LABLTK:%%lib/ocaml/labltk/grab.cmi -%%LABLTK:%%lib/ocaml/labltk/tkwait.cmi -%%LABLTK:%%lib/ocaml/labltk/radiobutton.cmi -%%LABLTK:%%lib/ocaml/labltk/clipboard.cmi -%%LABLTK:%%lib/ocaml/labltk/imagebitmap.cmi -%%LABLTK:%%lib/ocaml/labltk/dialog.cmi -%%LABLTK:%%lib/ocaml/labltk/frame.cmi -%%LABLTK:%%lib/ocaml/labltk/toplevel.cmi -%%LABLTK:%%lib/ocaml/labltk/option.cmi -%%LABLTK:%%lib/ocaml/labltk/pack.cmi -%%LABLTK:%%lib/ocaml/labltk/menubutton.cmi -%%LABLTK:%%lib/ocaml/labltk/focus.cmi -%%LABLTK:%%lib/ocaml/labltk/listbox.cmi -%%LABLTK:%%lib/ocaml/labltk/entry.cmi -%%LABLTK:%%lib/ocaml/labltk/wm.cmi -%%LABLTK:%%lib/ocaml/labltk/menu.cmi -%%LABLTK:%%lib/ocaml/labltk/message.cmi -%%LABLTK:%%lib/ocaml/labltk/palette.cmi -%%LABLTK:%%lib/ocaml/labltk/scrollbar.cmi -%%LABLTK:%%lib/ocaml/labltk/label.cmi -%%LABLTK:%%lib/ocaml/labltk/text.cmi -%%LABLTK:%%lib/ocaml/labltk/button.cmi -%%LABLTK:%%lib/ocaml/labltk/canvas.cmi -%%LABLTK:%%lib/ocaml/labltk/imagephoto.cmi -%%LABLTK:%%lib/ocaml/labltk/tk.cmi -%%LABLTK:%%lib/ocaml/labltk/labltktop -%%LABLTK:%%lib/ocaml/labltk/labltk.cma -%%LABLTK:%%lib/ocaml/labltk/fileevent.cmi -%%LABLTK:%%lib/ocaml/labltk/widget.mli -%%LABLTK:%%lib/ocaml/labltk/widget.cmi -%%LABLTK:%%lib/ocaml/labltk/timer.mli -%%LABLTK:%%lib/ocaml/labltk/timer.cmi -%%LABLTK:%%lib/ocaml/labltk/textvariable.mli -%%LABLTK:%%lib/ocaml/labltk/textvariable.cmi -%%LABLTK:%%lib/ocaml/labltk/protocol.mli -%%LABLTK:%%lib/ocaml/labltk/protocol.cmi -%%LABLTK:%%lib/ocaml/labltk/fileevent.mli -%%LABLTK:%%lib/ocaml/labltk/liblabltk41.a -%%LABLTK:%%lib/ocaml/labltk/dlllabltk41.so -%%LABLTK:%%lib/ocaml/labltk/tkcompiler -%%LABLTK:%%lib/ocaml/labltk/libjpf.cma -%%LABLTK:%%lib/ocaml/labltk/balloon.mli -%%LABLTK:%%lib/ocaml/labltk/fileselect.mli -%%LABLTK:%%lib/ocaml/labltk/balloon.cmi -%%LABLTK:%%lib/ocaml/labltk/fileselect.cmi -%%LABLTK:%%lib/ocaml/labltk/support.cmx -%%LABLTK:%%lib/ocaml/labltk/bell.cmx -%%LABLTK:%%lib/ocaml/labltk/checkbutton.cmx -%%LABLTK:%%lib/ocaml/labltk/grid.cmx -%%LABLTK:%%lib/ocaml/labltk/winfo.cmx -%%LABLTK:%%lib/ocaml/labltk/optionmenu.cmx -%%LABLTK:%%lib/ocaml/labltk/scale.cmx -%%LABLTK:%%lib/ocaml/labltk/selection.cmx -%%LABLTK:%%lib/ocaml/labltk/grab.cmx -%%LABLTK:%%lib/ocaml/labltk/tkwait.cmx -%%LABLTK:%%lib/ocaml/labltk/radiobutton.cmx -%%LABLTK:%%lib/ocaml/labltk/clipboard.cmx -%%LABLTK:%%lib/ocaml/labltk/imagebitmap.cmx -%%LABLTK:%%lib/ocaml/labltk/dialog.cmx -%%LABLTK:%%lib/ocaml/labltk/frame.cmx -%%LABLTK:%%lib/ocaml/labltk/toplevel.cmx -%%LABLTK:%%lib/ocaml/labltk/option.cmx -%%LABLTK:%%lib/ocaml/labltk/pack.cmx -%%LABLTK:%%lib/ocaml/labltk/menubutton.cmx -%%LABLTK:%%lib/ocaml/labltk/focus.cmx -%%LABLTK:%%lib/ocaml/labltk/listbox.cmx -%%LABLTK:%%lib/ocaml/labltk/entry.cmx -%%LABLTK:%%lib/ocaml/labltk/menu.cmx -%%LABLTK:%%lib/ocaml/labltk/message.cmx -%%LABLTK:%%lib/ocaml/labltk/palette.cmx -%%LABLTK:%%lib/ocaml/labltk/scrollbar.cmx -%%LABLTK:%%lib/ocaml/labltk/label.cmx -%%LABLTK:%%lib/ocaml/labltk/text.cmx -%%LABLTK:%%lib/ocaml/labltk/button.cmx -%%LABLTK:%%lib/ocaml/labltk/canvas.cmx -%%LABLTK:%%lib/ocaml/labltk/imagephoto.cmx -%%LABLTK:%%lib/ocaml/labltk/wm.cmx -%%LABLTK:%%lib/ocaml/labltk/place.cmx -%%LABLTK:%%lib/ocaml/labltk/fileevent.cmx -%%LABLTK:%%lib/ocaml/labltk/timer.cmx -%%LABLTK:%%lib/ocaml/labltk/textvariable.cmx -%%LABLTK:%%lib/ocaml/labltk/protocol.cmx -%%LABLTK:%%lib/ocaml/labltk/widget.cmx -%%LABLTK:%%lib/ocaml/labltk/tk.cmx -%%LABLTK:%%lib/ocaml/labltk/labltk.a -%%LABLTK:%%lib/ocaml/labltk/labltk.cmxa -%%LABLTK:%%lib/ocaml/labltk/balloon.cmx -%%LABLTK:%%lib/ocaml/labltk/fileselect.cmx -%%LABLTK:%%lib/ocaml/labltk/libjpf.a -%%LABLTK:%%lib/ocaml/labltk/libjpf.cmxa +%%TK%%lib/ocaml/labltk/place.cmi +%%TK%%lib/ocaml/labltk/bell.mli +%%TK%%lib/ocaml/labltk/checkbutton.mli +%%TK%%lib/ocaml/labltk/grid.mli +%%TK%%lib/ocaml/labltk/winfo.mli +%%TK%%lib/ocaml/labltk/optionmenu.mli +%%TK%%lib/ocaml/labltk/scale.mli +%%TK%%lib/ocaml/labltk/selection.mli +%%TK%%lib/ocaml/labltk/grab.mli +%%TK%%lib/ocaml/labltk/tkwait.mli +%%TK%%lib/ocaml/labltk/radiobutton.mli +%%TK%%lib/ocaml/labltk/clipboard.mli +%%TK%%lib/ocaml/labltk/imagebitmap.mli +%%TK%%lib/ocaml/labltk/dialog.mli +%%TK%%lib/ocaml/labltk/frame.mli +%%TK%%lib/ocaml/labltk/toplevel.mli +%%TK%%lib/ocaml/labltk/option.mli +%%TK%%lib/ocaml/labltk/pack.mli +%%TK%%lib/ocaml/labltk/menubutton.mli +%%TK%%lib/ocaml/labltk/focus.mli +%%TK%%lib/ocaml/labltk/listbox.mli +%%TK%%lib/ocaml/labltk/entry.mli +%%TK%%lib/ocaml/labltk/wm.mli +%%TK%%lib/ocaml/labltk/menu.mli +%%TK%%lib/ocaml/labltk/message.mli +%%TK%%lib/ocaml/labltk/font.mli +%%TK%%lib/ocaml/labltk/palette.mli +%%TK%%lib/ocaml/labltk/pixmap.mli +%%TK%%lib/ocaml/labltk/encoding.mli +%%TK%%lib/ocaml/labltk/image.mli +%%TK%%lib/ocaml/labltk/scrollbar.mli +%%TK%%lib/ocaml/labltk/label.mli +%%TK%%lib/ocaml/labltk/text.mli +%%TK%%lib/ocaml/labltk/button.mli +%%TK%%lib/ocaml/labltk/canvas.mli +%%TK%%lib/ocaml/labltk/imagephoto.mli +%%TK%%lib/ocaml/labltk/place.mli +%%TK%%lib/ocaml/labltk/labltk.cmi +%%TK%%lib/ocaml/labltk/tk.cmi +%%TK%%lib/ocaml/labltk/tkvars.cmi +%%TK%%lib/ocaml/labltk/bell.cmi +%%TK%%lib/ocaml/labltk/checkbutton.cmi +%%TK%%lib/ocaml/labltk/grid.cmi +%%TK%%lib/ocaml/labltk/winfo.cmi +%%TK%%lib/ocaml/labltk/optionmenu.cmi +%%TK%%lib/ocaml/labltk/scale.cmi +%%TK%%lib/ocaml/labltk/selection.cmi +%%TK%%lib/ocaml/labltk/pp +%%TK%%lib/ocaml/labltk/grab.cmi +%%TK%%lib/ocaml/labltk/tkwait.cmi +%%TK%%lib/ocaml/labltk/radiobutton.cmi +%%TK%%lib/ocaml/labltk/clipboard.cmi +%%TK%%lib/ocaml/labltk/imagebitmap.cmi +%%TK%%lib/ocaml/labltk/dialog.cmi +%%TK%%lib/ocaml/labltk/frame.cmi +%%TK%%lib/ocaml/labltk/toplevel.cmi +%%TK%%lib/ocaml/labltk/option.cmi +%%TK%%lib/ocaml/labltk/pack.cmi +%%TK%%lib/ocaml/labltk/menubutton.cmi +%%TK%%lib/ocaml/labltk/focus.cmi +%%TK%%lib/ocaml/labltk/listbox.cmi +%%TK%%lib/ocaml/labltk/entry.cmi +%%TK%%lib/ocaml/labltk/menu.cmi +%%TK%%lib/ocaml/labltk/message.cmi +%%TK%%lib/ocaml/labltk/font.cmi +%%TK%%lib/ocaml/labltk/palette.cmi +%%TK%%lib/ocaml/labltk/pixmap.cmi +%%TK%%lib/ocaml/labltk/encoding.cmi +%%TK%%lib/ocaml/labltk/image.cmi +%%TK%%lib/ocaml/labltk/scrollbar.cmi +%%TK%%lib/ocaml/labltk/label.cmi +%%TK%%lib/ocaml/labltk/text.cmi +%%TK%%lib/ocaml/labltk/button.cmi +%%TK%%lib/ocaml/labltk/canvas.cmi +%%TK%%lib/ocaml/labltk/imagephoto.cmi +%%TK%%lib/ocaml/labltk/wm.cmi +%%TK%%lib/ocaml/labltk/tkvars.mli +%%TK%%lib/ocaml/labltk/cPlace.cmi +%%TK%%lib/ocaml/labltk/cBell.mli +%%TK%%lib/ocaml/labltk/cCheckbutton.mli +%%TK%%lib/ocaml/labltk/cGrid.mli +%%TK%%lib/ocaml/labltk/cWinfo.mli +%%TK%%lib/ocaml/labltk/cOptionmenu.mli +%%TK%%lib/ocaml/labltk/cScale.mli +%%TK%%lib/ocaml/labltk/cSelection.mli +%%TK%%lib/ocaml/labltk/cGrab.mli +%%TK%%lib/ocaml/labltk/cTkwait.mli +%%TK%%lib/ocaml/labltk/cRadiobutton.mli +%%TK%%lib/ocaml/labltk/cClipboard.mli +%%TK%%lib/ocaml/labltk/cImagebitmap.mli +%%TK%%lib/ocaml/labltk/cDialog.mli +%%TK%%lib/ocaml/labltk/cFrame.mli +%%TK%%lib/ocaml/labltk/cToplevel.mli +%%TK%%lib/ocaml/labltk/cOption.mli +%%TK%%lib/ocaml/labltk/cPack.mli +%%TK%%lib/ocaml/labltk/cMenubutton.mli +%%TK%%lib/ocaml/labltk/cFocus.mli +%%TK%%lib/ocaml/labltk/cListbox.mli +%%TK%%lib/ocaml/labltk/cEntry.mli +%%TK%%lib/ocaml/labltk/cMenu.mli +%%TK%%lib/ocaml/labltk/cMessage.mli +%%TK%%lib/ocaml/labltk/cFont.mli +%%TK%%lib/ocaml/labltk/cPalette.mli +%%TK%%lib/ocaml/labltk/cPixmap.mli +%%TK%%lib/ocaml/labltk/cEncoding.mli +%%TK%%lib/ocaml/labltk/cImage.mli +%%TK%%lib/ocaml/labltk/cScrollbar.mli +%%TK%%lib/ocaml/labltk/cLabel.mli +%%TK%%lib/ocaml/labltk/cText.mli +%%TK%%lib/ocaml/labltk/cButton.mli +%%TK%%lib/ocaml/labltk/cCanvas.mli +%%TK%%lib/ocaml/labltk/cImagephoto.mli +%%TK%%lib/ocaml/labltk/cWm.mli +%%TK%%lib/ocaml/labltk/cResource.mli +%%TK%%lib/ocaml/labltk/cPlace.mli +%%TK%%lib/ocaml/labltk/camltk.cmi +%%TK%%lib/ocaml/labltk/cTk.cmi +%%TK%%lib/ocaml/labltk/cTkvars.cmi +%%TK%%lib/ocaml/labltk/cBell.cmi +%%TK%%lib/ocaml/labltk/cCheckbutton.cmi +%%TK%%lib/ocaml/labltk/cGrid.cmi +%%TK%%lib/ocaml/labltk/cWinfo.cmi +%%TK%%lib/ocaml/labltk/cOptionmenu.cmi +%%TK%%lib/ocaml/labltk/cScale.cmi +%%TK%%lib/ocaml/labltk/cSelection.cmi +%%TK%%lib/ocaml/labltk/cGrab.cmi +%%TK%%lib/ocaml/labltk/cTkwait.cmi +%%TK%%lib/ocaml/labltk/cRadiobutton.cmi +%%TK%%lib/ocaml/labltk/cClipboard.cmi +%%TK%%lib/ocaml/labltk/cImagebitmap.cmi +%%TK%%lib/ocaml/labltk/cDialog.cmi +%%TK%%lib/ocaml/labltk/cFrame.cmi +%%TK%%lib/ocaml/labltk/cToplevel.cmi +%%TK%%lib/ocaml/labltk/cOption.cmi +%%TK%%lib/ocaml/labltk/cPack.cmi +%%TK%%lib/ocaml/labltk/cMenubutton.cmi +%%TK%%lib/ocaml/labltk/cFocus.cmi +%%TK%%lib/ocaml/labltk/cListbox.cmi +%%TK%%lib/ocaml/labltk/cEntry.cmi +%%TK%%lib/ocaml/labltk/cMenu.cmi +%%TK%%lib/ocaml/labltk/cMessage.cmi +%%TK%%lib/ocaml/labltk/cFont.cmi +%%TK%%lib/ocaml/labltk/cPalette.cmi +%%TK%%lib/ocaml/labltk/cPixmap.cmi +%%TK%%lib/ocaml/labltk/cEncoding.cmi +%%TK%%lib/ocaml/labltk/cImage.cmi +%%TK%%lib/ocaml/labltk/cScrollbar.cmi +%%TK%%lib/ocaml/labltk/cLabel.cmi +%%TK%%lib/ocaml/labltk/cText.cmi +%%TK%%lib/ocaml/labltk/cButton.cmi +%%TK%%lib/ocaml/labltk/cCanvas.cmi +%%TK%%lib/ocaml/labltk/cImagephoto.cmi +%%TK%%lib/ocaml/labltk/cWm.cmi +%%TK%%lib/ocaml/labltk/cResource.cmi +%%TK%%lib/ocaml/labltk/cTkvars.mli +%%TK%%lib/ocaml/labltk/labltktop +%%TK%%lib/ocaml/labltk/labltk.cma +%%TK%%lib/ocaml/labltk/fileevent.cmi +%%TK%%lib/ocaml/labltk/widget.mli +%%TK%%lib/ocaml/labltk/widget.cmi +%%TK%%lib/ocaml/labltk/rawwidget.mli +%%TK%%lib/ocaml/labltk/rawwidget.cmi +%%TK%%lib/ocaml/labltk/timer.mli +%%TK%%lib/ocaml/labltk/timer.cmi +%%TK%%lib/ocaml/labltk/textvariable.mli +%%TK%%lib/ocaml/labltk/tk.cmx +%%TK%%lib/ocaml/labltk/textvariable.cmi +%%TK%%lib/ocaml/labltk/protocol.mli +%%TK%%lib/ocaml/labltk/protocol.cmi +%%TK%%lib/ocaml/labltk/fileevent.mli +%%TK%%lib/ocaml/labltk/liblabltk.a +%%TK%%lib/ocaml/labltk/tkcompiler +%%TK%%lib/ocaml/labltk/fileselect.cmi +%%TK%%lib/ocaml/labltk/jpf_font.mli +%%TK%%lib/ocaml/labltk/shell.mli +%%TK%%lib/ocaml/labltk/balloon.mli +%%TK%%lib/ocaml/labltk/fileselect.mli +%%TK%%lib/ocaml/labltk/jpf_font.cmi +%%TK%%lib/ocaml/labltk/shell.cmi +%%TK%%lib/ocaml/labltk/balloon.cmi +%%TK%%lib/ocaml/labltk/jpflib.cma +%%TK%%lib/ocaml/labltk/frx_after.cmi +%%TK%%lib/ocaml/labltk/frx_widget.mli +%%TK%%lib/ocaml/labltk/frx_toplevel.mli +%%TK%%lib/ocaml/labltk/frx_text.mli +%%TK%%lib/ocaml/labltk/frx_synth.mli +%%TK%%lib/ocaml/labltk/frx_selection.mli +%%TK%%lib/ocaml/labltk/frx_rpc.mli +%%TK%%lib/ocaml/labltk/frx_req.mli +%%TK%%lib/ocaml/labltk/frx_misc.mli +%%TK%%lib/ocaml/labltk/frx_mem.mli +%%TK%%lib/ocaml/labltk/frx_listbox.mli +%%TK%%lib/ocaml/labltk/frx_lbutton.mli +%%TK%%lib/ocaml/labltk/frx_font.mli +%%TK%%lib/ocaml/labltk/frx_focus.mli +%%TK%%lib/ocaml/labltk/frx_fit.mli +%%TK%%lib/ocaml/labltk/frx_fillbox.mli +%%TK%%lib/ocaml/labltk/frx_entry.mli +%%TK%%lib/ocaml/labltk/frx_dialog.mli +%%TK%%lib/ocaml/labltk/frx_ctext.mli +%%TK%%lib/ocaml/labltk/frx_color.mli +%%TK%%lib/ocaml/labltk/frx_after.mli +%%TK%%lib/ocaml/labltk/frx_widget.cmi +%%TK%%lib/ocaml/labltk/frx_text.cmi +%%TK%%lib/ocaml/labltk/frx_synth.cmi +%%TK%%lib/ocaml/labltk/frx_selection.cmi +%%TK%%lib/ocaml/labltk/frx_rpc.cmi +%%TK%%lib/ocaml/labltk/frx_req.cmi +%%TK%%lib/ocaml/labltk/frx_misc.cmi +%%TK%%lib/ocaml/labltk/frx_mem.cmi +%%TK%%lib/ocaml/labltk/frx_listbox.cmi +%%TK%%lib/ocaml/labltk/frx_font.cmi +%%TK%%lib/ocaml/labltk/frx_focus.cmi +%%TK%%lib/ocaml/labltk/frx_fit.cmi +%%TK%%lib/ocaml/labltk/frx_fillbox.cmi +%%TK%%lib/ocaml/labltk/frx_entry.cmi +%%TK%%lib/ocaml/labltk/frx_dialog.cmi +%%TK%%lib/ocaml/labltk/frx_ctext.cmi +%%TK%%lib/ocaml/labltk/frx_color.cmi +%%TK%%lib/ocaml/labltk/frxlib.cma +%%TK%%lib/ocaml/labltk/libtkanim.a +%%TK%%lib/ocaml/labltk/tkanim.mli +%%TK%%lib/ocaml/labltk/tkanim.cmi +%%TK%%lib/ocaml/labltk/tkanim.cma +%%TK%%lib/ocaml/labltk/place.cmx +%%TK%%lib/ocaml/labltk/tkvars.cmx +%%TK%%lib/ocaml/labltk/bell.cmx +%%TK%%lib/ocaml/labltk/checkbutton.cmx +%%TK%%lib/ocaml/labltk/grid.cmx +%%TK%%lib/ocaml/labltk/winfo.cmx +%%TK%%lib/ocaml/labltk/optionmenu.cmx +%%TK%%lib/ocaml/labltk/scale.cmx +%%TK%%lib/ocaml/labltk/selection.cmx +%%TK%%lib/ocaml/labltk/grab.cmx +%%TK%%lib/ocaml/labltk/tkwait.cmx +%%TK%%lib/ocaml/labltk/radiobutton.cmx +%%TK%%lib/ocaml/labltk/clipboard.cmx +%%TK%%lib/ocaml/labltk/imagebitmap.cmx +%%TK%%lib/ocaml/labltk/dialog.cmx +%%TK%%lib/ocaml/labltk/frame.cmx +%%TK%%lib/ocaml/labltk/toplevel.cmx +%%TK%%lib/ocaml/labltk/option.cmx +%%TK%%lib/ocaml/labltk/pack.cmx +%%TK%%lib/ocaml/labltk/menubutton.cmx +%%TK%%lib/ocaml/labltk/focus.cmx +%%TK%%lib/ocaml/labltk/listbox.cmx +%%TK%%lib/ocaml/labltk/entry.cmx +%%TK%%lib/ocaml/labltk/menu.cmx +%%TK%%lib/ocaml/labltk/message.cmx +%%TK%%lib/ocaml/labltk/font.cmx +%%TK%%lib/ocaml/labltk/palette.cmx +%%TK%%lib/ocaml/labltk/pixmap.cmx +%%TK%%lib/ocaml/labltk/encoding.cmx +%%TK%%lib/ocaml/labltk/image.cmx +%%TK%%lib/ocaml/labltk/scrollbar.cmx +%%TK%%lib/ocaml/labltk/label.cmx +%%TK%%lib/ocaml/labltk/text.cmx +%%TK%%lib/ocaml/labltk/button.cmx +%%TK%%lib/ocaml/labltk/canvas.cmx +%%TK%%lib/ocaml/labltk/imagephoto.cmx +%%TK%%lib/ocaml/labltk/wm.cmx +%%TK%%lib/ocaml/labltk/labltk.cmx +%%TK%%lib/ocaml/labltk/cPlace.cmx +%%TK%%lib/ocaml/labltk/cTk.cmx +%%TK%%lib/ocaml/labltk/cTkvars.cmx +%%TK%%lib/ocaml/labltk/cBell.cmx +%%TK%%lib/ocaml/labltk/cCheckbutton.cmx +%%TK%%lib/ocaml/labltk/cGrid.cmx +%%TK%%lib/ocaml/labltk/cWinfo.cmx +%%TK%%lib/ocaml/labltk/cOptionmenu.cmx +%%TK%%lib/ocaml/labltk/cScale.cmx +%%TK%%lib/ocaml/labltk/cSelection.cmx +%%TK%%lib/ocaml/labltk/cGrab.cmx +%%TK%%lib/ocaml/labltk/cTkwait.cmx +%%TK%%lib/ocaml/labltk/cRadiobutton.cmx +%%TK%%lib/ocaml/labltk/cClipboard.cmx +%%TK%%lib/ocaml/labltk/cImagebitmap.cmx +%%TK%%lib/ocaml/labltk/cDialog.cmx +%%TK%%lib/ocaml/labltk/cFrame.cmx +%%TK%%lib/ocaml/labltk/cToplevel.cmx +%%TK%%lib/ocaml/labltk/cWm.cmx +%%TK%%lib/ocaml/labltk/cOption.cmx +%%TK%%lib/ocaml/labltk/cPack.cmx +%%TK%%lib/ocaml/labltk/cMenubutton.cmx +%%TK%%lib/ocaml/labltk/cFocus.cmx +%%TK%%lib/ocaml/labltk/cListbox.cmx +%%TK%%lib/ocaml/labltk/cEntry.cmx +%%TK%%lib/ocaml/labltk/cMenu.cmx +%%TK%%lib/ocaml/labltk/cMessage.cmx +%%TK%%lib/ocaml/labltk/cFont.cmx +%%TK%%lib/ocaml/labltk/cPalette.cmx +%%TK%%lib/ocaml/labltk/cPixmap.cmx +%%TK%%lib/ocaml/labltk/cEncoding.cmx +%%TK%%lib/ocaml/labltk/cImage.cmx +%%TK%%lib/ocaml/labltk/cScrollbar.cmx +%%TK%%lib/ocaml/labltk/cLabel.cmx +%%TK%%lib/ocaml/labltk/cText.cmx +%%TK%%lib/ocaml/labltk/cButton.cmx +%%TK%%lib/ocaml/labltk/cCanvas.cmx +%%TK%%lib/ocaml/labltk/cImagephoto.cmx +%%TK%%lib/ocaml/labltk/cResource.cmx +%%TK%%lib/ocaml/labltk/camltk.cmx +%%TK%%lib/ocaml/labltk/labltk.a +%%TK%%lib/ocaml/labltk/labltk.cmxa +%%TK%%lib/ocaml/labltk/shell.cmx +%%TK%%lib/ocaml/labltk/jpf_font.cmx +%%TK%%lib/ocaml/labltk/balloon.cmx +%%TK%%lib/ocaml/labltk/fileselect.cmx +%%TK%%lib/ocaml/labltk/jpflib.a +%%TK%%lib/ocaml/labltk/jpflib.cmxa +%%TK%%lib/ocaml/labltk/frxlib.a +%%TK%%lib/ocaml/labltk/frxlib.cmxa +%%TK%%lib/ocaml/labltk/tkanim.a +%%TK%%lib/ocaml/labltk/tkanim.cmxa +lib/ocaml/sys.cmx +lib/ocaml/ocamldoc/ocamldoc.sty +lib/ocaml/ocamldoc/odoc_value.cmi +lib/ocaml/ocamldoc/odoc_types.cmi +lib/ocaml/ocamldoc/odoc_type.cmi +lib/ocaml/ocamldoc/odoc_to_text.cmi +lib/ocaml/ocamldoc/odoc_text_parser.cmi +lib/ocaml/ocamldoc/odoc_text_lexer.cmi +lib/ocaml/ocamldoc/odoc_text.cmi +lib/ocaml/ocamldoc/odoc_texi.cmi +lib/ocaml/ocamldoc/odoc_str.cmi +lib/ocaml/ocamldoc/odoc_sig.cmi +lib/ocaml/ocamldoc/odoc_see_lexer.cmi +lib/ocaml/ocamldoc/odoc_search.cmi +lib/ocaml/ocamldoc/odoc_scan.cmi +lib/ocaml/ocamldoc/odoc_parser.cmi +lib/ocaml/ocamldoc/odoc_parameter.cmi +lib/ocaml/ocamldoc/odoc_opt.cmi +lib/ocaml/ocamldoc/odoc_ocamlhtml.cmi +lib/ocaml/ocamldoc/odoc_name.cmi +lib/ocaml/ocamldoc/odoc_module.cmi +lib/ocaml/ocamldoc/odoc_misc.cmi +lib/ocaml/ocamldoc/odoc_messages.cmi +lib/ocaml/ocamldoc/odoc_merge.cmi +lib/ocaml/ocamldoc/odoc_man.cmi +lib/ocaml/ocamldoc/odoc_lexer.cmi +lib/ocaml/ocamldoc/odoc_latex.cmi +lib/ocaml/ocamldoc/odoc_inherit.cmi +lib/ocaml/ocamldoc/odoc_info.cmi +lib/ocaml/ocamldoc/odoc_html.cmi +lib/ocaml/ocamldoc/odoc_global.cmi +lib/ocaml/ocamldoc/odoc_exception.cmi +lib/ocaml/ocamldoc/odoc_env.cmi +lib/ocaml/ocamldoc/odoc_dot.cmi +lib/ocaml/ocamldoc/odoc_dep.cmi +lib/ocaml/ocamldoc/odoc_dag2html.cmi +lib/ocaml/ocamldoc/odoc_cross.cmi +lib/ocaml/ocamldoc/odoc_crc.cmi +lib/ocaml/ocamldoc/odoc_control.cmi +lib/ocaml/ocamldoc/odoc_comments_global.cmi +lib/ocaml/ocamldoc/odoc_comments.cmi +lib/ocaml/ocamldoc/odoc_class.cmi +lib/ocaml/ocamldoc/odoc_ast.cmi +lib/ocaml/ocamldoc/odoc_args.cmi +lib/ocaml/ocamldoc/odoc_analyse.cmi +lib/ocaml/ocamldoc/odoc.cmi +lib/ocaml/ocamldoc/ocamldoc.hva +lib/ocaml/ocamldoc/odoc_info.cma +lib/ocaml/ocamldoc/odoc_args.mli +lib/ocaml/ocamldoc/odoc_info.mli +lib/ocaml/ocamldoc/odoc_info.cmxa +lib/ocaml/ocamldoc/odoc_info.a lib/ocaml/libasmrun.a lib/ocaml/libasmrunp.a lib/ocaml/stdlib.cmxa lib/ocaml/weak.cmx -%%PROF:%%lib/ocaml/sys.p.cmx -lib/ocaml/sys.cmx -%%PROF:%%lib/ocaml/stringLabels.p.cmx +%%PROF%%lib/ocaml/sys.p.cmx +%%PROF%%lib/ocaml/stringLabels.p.cmx lib/ocaml/stringLabels.cmx -%%PROF:%%lib/ocaml/string.p.cmx +%%PROF%%lib/ocaml/string.p.cmx lib/ocaml/string.cmx -%%PROF:%%lib/ocaml/stream.p.cmx +%%PROF%%lib/ocaml/stream.p.cmx lib/ocaml/stream.cmx -%%PROF:%%lib/ocaml/std_exit.p.cmx +%%PROF%%lib/ocaml/std_exit.p.cmx lib/ocaml/std_exit.cmx -%%PROF:%%lib/ocaml/stdLabels.p.cmx +%%PROF%%lib/ocaml/stdLabels.p.cmx lib/ocaml/stdLabels.cmx -%%PROF:%%lib/ocaml/stack.p.cmx +%%PROF%%lib/ocaml/stack.p.cmx lib/ocaml/stack.cmx -%%PROF:%%lib/ocaml/sort.p.cmx +%%PROF%%lib/ocaml/sort.p.cmx lib/ocaml/sort.cmx -%%PROF:%%lib/ocaml/set.p.cmx +%%PROF%%lib/ocaml/set.p.cmx lib/ocaml/set.cmx -%%PROF:%%lib/ocaml/random.p.cmx +%%PROF%%lib/ocaml/scanf.p.cmx +lib/ocaml/scanf.cmx +%%PROF%%lib/ocaml/random.p.cmx lib/ocaml/random.cmx -%%PROF:%%lib/ocaml/queue.p.cmx +%%PROF%%lib/ocaml/queue.p.cmx lib/ocaml/queue.cmx -%%PROF:%%lib/ocaml/printf.p.cmx +%%PROF%%lib/ocaml/printf.p.cmx lib/ocaml/printf.cmx -%%PROF:%%lib/ocaml/printexc.p.cmx +%%PROF%%lib/ocaml/printexc.p.cmx lib/ocaml/printexc.cmx -%%PROF:%%lib/ocaml/pervasives.p.cmx +%%PROF%%lib/ocaml/pervasives.p.cmx lib/ocaml/pervasives.cmx -%%PROF:%%lib/ocaml/parsing.p.cmx +%%PROF%%lib/ocaml/parsing.p.cmx lib/ocaml/parsing.cmx -%%PROF:%%lib/ocaml/oo.p.cmx +%%PROF%%lib/ocaml/oo.p.cmx lib/ocaml/oo.cmx -%%PROF:%%lib/ocaml/obj.p.cmx +%%PROF%%lib/ocaml/obj.p.cmx lib/ocaml/obj.cmx -%%PROF:%%lib/ocaml/nativeint.p.cmx +%%PROF%%lib/ocaml/nativeint.p.cmx lib/ocaml/nativeint.cmx -%%PROF:%%lib/ocaml/moreLabels.p.cmx +%%PROF%%lib/ocaml/moreLabels.p.cmx lib/ocaml/moreLabels.cmx -%%PROF:%%lib/ocaml/marshal.p.cmx +%%PROF%%lib/ocaml/marshal.p.cmx lib/ocaml/marshal.cmx -%%PROF:%%lib/ocaml/map.p.cmx +%%PROF%%lib/ocaml/map.p.cmx lib/ocaml/map.cmx -%%PROF:%%lib/ocaml/listLabels.p.cmx +%%PROF%%lib/ocaml/listLabels.p.cmx lib/ocaml/listLabels.cmx -%%PROF:%%lib/ocaml/list.p.cmx +%%PROF%%lib/ocaml/list.p.cmx lib/ocaml/list.cmx -%%PROF:%%lib/ocaml/lexing.p.cmx +%%PROF%%lib/ocaml/lexing.p.cmx lib/ocaml/lexing.cmx -%%PROF:%%lib/ocaml/lazy.p.cmx +%%PROF%%lib/ocaml/lazy.p.cmx lib/ocaml/lazy.cmx -%%PROF:%%lib/ocaml/labelled.p.cmx +%%PROF%%lib/ocaml/labelled.p.cmx lib/ocaml/labelled.cmx -%%PROF:%%lib/ocaml/int64.p.cmx +%%PROF%%lib/ocaml/int64.p.cmx lib/ocaml/int64.cmx -%%PROF:%%lib/ocaml/int32.p.cmx +%%PROF%%lib/ocaml/int32.p.cmx lib/ocaml/int32.cmx -%%PROF:%%lib/ocaml/hashtbl.p.cmx +%%PROF%%lib/ocaml/hashtbl.p.cmx lib/ocaml/hashtbl.cmx -%%PROF:%%lib/ocaml/genlex.p.cmx +%%PROF%%lib/ocaml/genlex.p.cmx lib/ocaml/genlex.cmx -%%PROF:%%lib/ocaml/gc.p.cmx +%%PROF%%lib/ocaml/gc.p.cmx lib/ocaml/gc.cmx -%%PROF:%%lib/ocaml/format.p.cmx +%%PROF%%lib/ocaml/format.p.cmx lib/ocaml/format.cmx -%%PROF:%%lib/ocaml/filename.p.cmx +%%PROF%%lib/ocaml/filename.p.cmx lib/ocaml/filename.cmx -%%PROF:%%lib/ocaml/digest.p.cmx +%%PROF%%lib/ocaml/digest.p.cmx lib/ocaml/digest.cmx -%%PROF:%%lib/ocaml/char.p.cmx +%%PROF%%lib/ocaml/complex.p.cmx +lib/ocaml/complex.cmx +%%PROF%%lib/ocaml/char.p.cmx lib/ocaml/char.cmx -%%PROF:%%lib/ocaml/callback.p.cmx +%%PROF%%lib/ocaml/camlinternalOO.p.cmx +lib/ocaml/camlinternalOO.cmx +%%PROF%%lib/ocaml/callback.p.cmx lib/ocaml/callback.cmx -%%PROF:%%lib/ocaml/buffer.p.cmx +%%PROF%%lib/ocaml/buffer.p.cmx lib/ocaml/buffer.cmx -%%PROF:%%lib/ocaml/arrayLabels.p.cmx +%%PROF%%lib/ocaml/arrayLabels.p.cmx lib/ocaml/arrayLabels.cmx -%%PROF:%%lib/ocaml/array.p.cmx +%%PROF%%lib/ocaml/array.p.cmx lib/ocaml/array.cmx -%%PROF:%%lib/ocaml/arg.p.cmx +%%PROF%%lib/ocaml/arg.p.cmx lib/ocaml/arg.cmx lib/ocaml/std_exit.o lib/ocaml/stdlib.a -%%PROF:%%lib/ocaml/weak.p.cmx -%%PROF:%%lib/ocaml/std_exit.p.o -%%PROF:%%lib/ocaml/stdlib.p.a -%%PROF:%%lib/ocaml/stdlib.p.cmxa lib/ocaml/unix.a +%%PROF%%lib/ocaml/weak.p.cmx +%%PROF%%lib/ocaml/std_exit.p.o +%%PROF%%lib/ocaml/stdlib.p.a +%%PROF%%lib/ocaml/stdlib.p.cmxa lib/ocaml/unix.cmxa lib/ocaml/unixLabels.cmx lib/ocaml/unix.cmx @@ -453,6 +739,7 @@ lib/ocaml/camlp4/odyl.cmo lib/ocaml/camlp4/spretty.mli lib/ocaml/camlp4/pcaml.mli +lib/ocaml/camlp4/ast2pt.mli lib/ocaml/camlp4/quotation.mli lib/ocaml/camlp4/mLast.mli lib/ocaml/camlp4/spretty.cmi @@ -468,6 +755,7 @@ lib/ocaml/camlp4/pa_rp.cmo lib/ocaml/camlp4/pa_r.cmo lib/ocaml/camlp4/q_MLast.cmo +lib/ocaml/camlp4/pa_extend.cmi lib/ocaml/camlp4/pa_ifdef.cmi lib/ocaml/camlp4/q_phony.cmo lib/ocaml/camlp4/pr_null.cmo @@ -477,8 +765,11 @@ lib/ocaml/camlp4/pr_o.cmo lib/ocaml/camlp4/pr_rp.cmo lib/ocaml/camlp4/pr_r.cmo +lib/ocaml/camlp4/pa_lefteval.cmo +lib/ocaml/camlp4/pa_ocamllex.cma lib/ocaml/camlp4/pa_fstream.cmo lib/ocaml/camlp4/pa_extfun.cmo +lib/ocaml/camlp4/pa_extfold.cmo lib/ocaml/camlp4/pa_lisp.cmo lib/ocaml/camlp4/pa_sml.cmo lib/ocaml/camlp4/pa_olabl.cmo @@ -490,11 +781,11 @@ lib/ocaml/camlp4/pr_depend.cmo lib/ocaml/camlp4/pa_o.cmi lib/ocaml/camlp4/lib.sml +lib/ocaml/camlp4/crc.cmo lib/ocaml/camlp4/camlp4_top.cma lib/ocaml/camlp4/camlp4r.cma lib/ocaml/camlp4/camlp4o.cma lib/ocaml/camlp4/ocpp.cmo -lib/ocaml/camlp4/crc.cmo lib/ocaml/camlp4/gramlib.cma lib/ocaml/camlp4/stdpp.mli lib/ocaml/camlp4/plexer.mli @@ -502,14 +793,16 @@ lib/ocaml/camlp4/gramext.mli lib/ocaml/camlp4/fstream.mli lib/ocaml/camlp4/extfun.mli +lib/ocaml/camlp4/extfold.mli lib/ocaml/camlp4/token.mli -lib/ocaml/camlp4/grammar.cmi +lib/ocaml/camlp4/extfold.cmi lib/ocaml/camlp4/stdpp.cmi lib/ocaml/camlp4/plexer.cmi -lib/ocaml/camlp4/token.cmi +lib/ocaml/camlp4/grammar.cmi lib/ocaml/camlp4/gramext.cmi lib/ocaml/camlp4/fstream.cmi lib/ocaml/camlp4/extfun.cmi +lib/ocaml/camlp4/token.cmi lib/ocaml/camlp4/gramlib.cmxa lib/ocaml/camlp4/stdpp.cmx lib/ocaml/camlp4/plexer.cmx @@ -517,8 +810,39 @@ lib/ocaml/camlp4/gramext.cmx lib/ocaml/camlp4/fstream.cmx lib/ocaml/camlp4/extfun.cmx +lib/ocaml/camlp4/extfold.cmx lib/ocaml/camlp4/token.cmx lib/ocaml/camlp4/gramlib.a +%%TK%%share/examples/ocaml/labltk/Lambda2.back.gif +%%TK%%share/examples/ocaml/labltk/Makefile +%%TK%%share/examples/ocaml/labltk/Makefile.nt +%%TK%%share/examples/ocaml/labltk/README +%%TK%%share/examples/ocaml/labltk/calc.ml +%%TK%%share/examples/ocaml/labltk/clock.ml +%%TK%%share/examples/ocaml/labltk/demo.ml +%%TK%%share/examples/ocaml/labltk/eyes.ml +%%TK%%share/examples/ocaml/labltk/hello.ml +%%TK%%share/examples/ocaml/labltk/hello.tcl +%%TK%%share/examples/ocaml/labltk/lang.ml +%%TK%%share/examples/ocaml/labltk/taquin.ml +%%TK%%share/examples/ocaml/labltk/tetris.ml +%%TK%%share/examples/ocaml/camltk/images/CamlBook.gif +%%TK%%share/examples/ocaml/camltk/images/Lambda2.back.gif +%%TK%%share/examples/ocaml/camltk/images/dojoji.back.gif +%%TK%%share/examples/ocaml/camltk/Makefile +%%TK%%share/examples/ocaml/camltk/Makefile.nt +%%TK%%share/examples/ocaml/camltk/addition.ml +%%TK%%share/examples/ocaml/camltk/eyes.ml +%%TK%%share/examples/ocaml/camltk/fileinput.ml +%%TK%%share/examples/ocaml/camltk/fileopen.ml +%%TK%%share/examples/ocaml/camltk/helloworld.ml +%%TK%%share/examples/ocaml/camltk/jptest.ml +%%TK%%share/examples/ocaml/camltk/mytext.ml +%%TK%%share/examples/ocaml/camltk/socketinput.ml +%%TK%%share/examples/ocaml/camltk/taddition.ml +%%TK%%share/examples/ocaml/camltk/tetris.ml +%%TK%%share/examples/ocaml/camltk/text.ml +%%TK%%share/examples/ocaml/camltk/winskel.ml share/doc/ocaml/LICENSE %%PORTDOCS%%share/doc/ocaml/html/libref/Arg.html %%PORTDOCS%%share/doc/ocaml/html/libref/Arith_status.html @@ -532,7 +856,9 @@ %%PORTDOCS%%share/doc/ocaml/html/libref/Bigarray.html %%PORTDOCS%%share/doc/ocaml/html/libref/Buffer.html %%PORTDOCS%%share/doc/ocaml/html/libref/Callback.html +%%PORTDOCS%%share/doc/ocaml/html/libref/CamlinternalOO.html %%PORTDOCS%%share/doc/ocaml/html/libref/Char.html +%%PORTDOCS%%share/doc/ocaml/html/libref/Complex.html %%PORTDOCS%%share/doc/ocaml/html/libref/Condition.html %%PORTDOCS%%share/doc/ocaml/html/libref/Dbm.html %%PORTDOCS%%share/doc/ocaml/html/libref/Digest.html @@ -560,13 +886,13 @@ %%PORTDOCS%%share/doc/ocaml/html/libref/Map.html %%PORTDOCS%%share/doc/ocaml/html/libref/Marshal.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Hashtbl.HashedType.html -%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Hashtbl.Make.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Hashtbl.S.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Hashtbl.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.Make.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.OrderedType.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.S.html +%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Set.Make.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Set.OrderedType.html %%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Set.S.html @@ -578,11 +904,14 @@ %%PORTDOCS%%share/doc/ocaml/html/libref/Obj.html %%PORTDOCS%%share/doc/ocaml/html/libref/Oo.html %%PORTDOCS%%share/doc/ocaml/html/libref/Parsing.html +%%PORTDOCS%%share/doc/ocaml/html/libref/Pervasives.LargeFile.html %%PORTDOCS%%share/doc/ocaml/html/libref/Pervasives.html %%PORTDOCS%%share/doc/ocaml/html/libref/Printexc.html %%PORTDOCS%%share/doc/ocaml/html/libref/Printf.html %%PORTDOCS%%share/doc/ocaml/html/libref/Queue.html %%PORTDOCS%%share/doc/ocaml/html/libref/Random.html +%%PORTDOCS%%share/doc/ocaml/html/libref/Scanf.Scanning.html +%%PORTDOCS%%share/doc/ocaml/html/libref/Scanf.html %%PORTDOCS%%share/doc/ocaml/html/libref/Set.Make.html %%PORTDOCS%%share/doc/ocaml/html/libref/Set.OrderedType.html %%PORTDOCS%%share/doc/ocaml/html/libref/Set.S.html @@ -601,8 +930,12 @@ %%PORTDOCS%%share/doc/ocaml/html/libref/Thread.html %%PORTDOCS%%share/doc/ocaml/html/libref/ThreadUnix.html %%PORTDOCS%%share/doc/ocaml/html/libref/Tk.html +%%PORTDOCS%%share/doc/ocaml/html/libref/Unix.LargeFile.html %%PORTDOCS%%share/doc/ocaml/html/libref/Unix.html +%%PORTDOCS%%share/doc/ocaml/html/libref/UnixLabels.LargeFile.html %%PORTDOCS%%share/doc/ocaml/html/libref/UnixLabels.html +%%PORTDOCS%%share/doc/ocaml/html/libref/Weak.Make.html +%%PORTDOCS%%share/doc/ocaml/html/libref/Weak.S.html %%PORTDOCS%%share/doc/ocaml/html/libref/Weak.html %%PORTDOCS%%share/doc/ocaml/html/libref/index.html %%PORTDOCS%%share/doc/ocaml/html/libref/index_attributes.html @@ -627,7 +960,9 @@ %%PORTDOCS%%share/doc/ocaml/html/libref/type_Bigarray.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Buffer.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Callback.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_CamlinternalOO.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Char.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_Complex.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Condition.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Dbm.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Digest.html @@ -642,8 +977,8 @@ %%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.HashedType.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.Make.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.S.html -%%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Int32.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Int64.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Lazy.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Lexing.html @@ -673,21 +1008,24 @@ %%PORTDOCS%%share/doc/ocaml/html/libref/type_Obj.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Oo.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Parsing.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_Pervasives.LargeFile.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Pervasives.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Printexc.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Printf.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Queue.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Random.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_Scanf.Scanning.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_Scanf.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Set.Make.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Set.OrderedType.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Set.S.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Set.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Sort.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Stack.html -%%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.Array.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.List.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.String.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Str.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Stream.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_String.html @@ -696,12 +1034,15 @@ %%PORTDOCS%%share/doc/ocaml/html/libref/type_Thread.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_ThreadUnix.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Tk.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_Unix.LargeFile.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Unix.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_UnixLabels.LargeFile.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_UnixLabels.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_Weak.Make.html +%%PORTDOCS%%share/doc/ocaml/html/libref/type_Weak.S.html %%PORTDOCS%%share/doc/ocaml/html/libref/type_Weak.html %%PORTDOCS%%share/doc/ocaml/html/contents_motif.gif %%PORTDOCS%%share/doc/ocaml/html/index.html -%%PORTDOCS%%share/doc/ocaml/html/libgraph.gif %%PORTDOCS%%share/doc/ocaml/html/manual.haux %%PORTDOCS%%share/doc/ocaml/html/manual.hmanual %%PORTDOCS%%share/doc/ocaml/html/manual.hmanual.hind @@ -751,60 +1092,22 @@ %%PORTDOCS%%share/doc/ocaml/html/manual042.html %%PORTDOCS%%share/doc/ocaml/html/manual043.html %%PORTDOCS%%share/doc/ocaml/html/manual044.html -%%PORTDOCS%%share/doc/ocaml/html/manual045.html -%%PORTDOCS%%share/doc/ocaml/html/manual046.html -%%PORTDOCS%%share/doc/ocaml/html/manual047.html -%%PORTDOCS%%share/doc/ocaml/html/manual048.html -%%PORTDOCS%%share/doc/ocaml/html/manual049.html -%%PORTDOCS%%share/doc/ocaml/html/manual050.html -%%PORTDOCS%%share/doc/ocaml/html/manual051.html -%%PORTDOCS%%share/doc/ocaml/html/manual052.html -%%PORTDOCS%%share/doc/ocaml/html/manual053.html -%%PORTDOCS%%share/doc/ocaml/html/manual054.html -%%PORTDOCS%%share/doc/ocaml/html/manual055.html -%%PORTDOCS%%share/doc/ocaml/html/manual056.html -%%PORTDOCS%%share/doc/ocaml/html/manual057.html -%%PORTDOCS%%share/doc/ocaml/html/manual058.html -%%PORTDOCS%%share/doc/ocaml/html/manual059.html -%%PORTDOCS%%share/doc/ocaml/html/manual060.html -%%PORTDOCS%%share/doc/ocaml/html/manual061.html -%%PORTDOCS%%share/doc/ocaml/html/manual062.html -%%PORTDOCS%%share/doc/ocaml/html/manual063.html -%%PORTDOCS%%share/doc/ocaml/html/manual064.html -%%PORTDOCS%%share/doc/ocaml/html/manual065.html -%%PORTDOCS%%share/doc/ocaml/html/manual066.html -%%PORTDOCS%%share/doc/ocaml/html/manual067.html -%%PORTDOCS%%share/doc/ocaml/html/manual068.html -%%PORTDOCS%%share/doc/ocaml/html/manual069.html -%%PORTDOCS%%share/doc/ocaml/html/manual070.html -%%PORTDOCS%%share/doc/ocaml/html/manual071.html -%%PORTDOCS%%share/doc/ocaml/html/manual072.html -%%PORTDOCS%%share/doc/ocaml/html/manual073.html -%%PORTDOCS%%share/doc/ocaml/html/manual074.html -%%PORTDOCS%%share/doc/ocaml/html/manual075.html -%%PORTDOCS%%share/doc/ocaml/html/manual076.html %%PORTDOCS%%share/doc/ocaml/html/next_motif.gif %%PORTDOCS%%share/doc/ocaml/html/previous_motif.gif -%%PORTDOCS%%share/doc/ocaml/ocaml-3.04-refman.ps.gz -%%PORTDOCS%%share/doc/ocaml/ocaml-3.04-refman.pdf -%%LABLTK:%%share/examples/ocaml/labltk/Lambda2.back.gif -%%LABLTK:%%share/examples/ocaml/labltk/Makefile -%%LABLTK:%%share/examples/ocaml/labltk/README -%%LABLTK:%%share/examples/ocaml/labltk/calc.ml -%%LABLTK:%%share/examples/ocaml/labltk/clock.ml -%%LABLTK:%%share/examples/ocaml/labltk/demo.ml -%%LABLTK:%%share/examples/ocaml/labltk/eyes.ml -%%LABLTK:%%share/examples/ocaml/labltk/hello.ml -%%LABLTK:%%share/examples/ocaml/labltk/hello.tcl -%%LABLTK:%%share/examples/ocaml/labltk/tetris.ml -@dirrm lib/ocaml/shlibs +%%PORTDOCS%%share/doc/ocaml/html/libgraph.gif +%%PORTDOCS%%share/doc/ocaml/ocaml-3.05-refman.ps.gz +%%PORTDOCS%%share/doc/ocaml/ocaml-3.05-refman.pdf +@dirrm lib/ocaml/stublibs @dirrm lib/ocaml/caml @dirrm lib/ocaml/threads -%%LABLTK:%%@dirrm lib/ocaml/labltk +%%TK%%@dirrm lib/ocaml/labltk +@dirrm lib/ocaml/ocamldoc @dirrm lib/ocaml/camlp4 @dirrm lib/ocaml %%PORTDOCS%%@dirrm share/doc/ocaml/html/libref %%PORTDOCS%%@dirrm share/doc/ocaml/html @dirrm share/doc/ocaml -%%LABLTK:%%@dirrm share/examples/ocaml/labltk -%%LABLTK:%%@dirrm share/examples/ocaml +%%TK%%@dirrm share/examples/ocaml/labltk +%%TK%%@dirrm share/examples/ocaml/camltk/images +%%TK%%@dirrm share/examples/ocaml/camltk +%%TK%%@dirrm share/examples/ocaml >Release-Note: >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 3 17:10: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8195B37B400 for ; Sat, 3 Aug 2002 17:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8321F43E5E for ; Sat, 3 Aug 2002 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g740A2JU081662 for ; Sat, 3 Aug 2002 17:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g740A2Xg081661; Sat, 3 Aug 2002 17:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E06FC37B400 for ; Sat, 3 Aug 2002 17:06:08 -0700 (PDT) Received: from berkeley.sa2c.net (berkeley.sa2c.net [61.194.193.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2255343E5E for ; Sat, 3 Aug 2002 17:06:08 -0700 (PDT) (envelope-from sa2c@sa2c.net) Received: by berkeley.sa2c.net (Postfix, from userid 3104) id A57A53CC; Sun, 4 Aug 2002 09:06:06 +0900 (JST) Message-Id: <20020804000606.A57A53CC@berkeley.sa2c.net> Date: Sun, 4 Aug 2002 09:06:06 +0900 (JST) From: NIIMI Satoshi Reply-To: NIIMI Satoshi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41300: textproc/scrollkeeper should have BUILD_DEPENDS for textproc/docbook-xml Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41300 >Category: ports >Synopsis: textproc/scrollkeeper should have BUILD_DEPENDS for textproc/docbook-xml >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 03 17:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: NIIMI Satoshi >Release: FreeBSD 4.6.1-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD berkeley.sa2c.net 4.6.1-RELEASE-p7 FreeBSD 4.6.1-RELEASE-p7 #1: Sun Aug 4 06:20:20 JST 2002 sa2c@berkeley.sa2c.net:/usr/obj/usr/src/sys/SA2C_NET i386 >Description: textproc/scrollkeeper should have BUILD_DEPENDS for textproc/docbook-xml because post-patch target executes PRE-INSTALL and this script depends on existence of docbookx.dtd. If textproc/scrollkeeper is built without textproc/docbook-xml installed and no -DBATCH nor -DPACKAGE_BUILDING are passed, the buid fails. >How-To-Repeat: pkg_delete -r docbook-xml-4.1.2_1 cd ${PORTSDIR}/textproc/scrollkeeper make >Fix: --- diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scrollkeeper/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 1 Aug 2002 16:22:35 -0000 1.16 +++ Makefile 3 Aug 2002 23:44:36 -0000 @@ -49,6 +49,10 @@ MAN8= scrollkeeper-preinstall.8 scrollkeeper-rebuilddb.8 \ scrollkeeper-update.8 +.if !defined(BATCH) && !defined(PACKAGE_BUILDING) +BUILD_DEPENDS+= ${LOCALBASE}/share/xml/docbook/4.1.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure --- diff ends here --- >Release-Note: >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 3 17:30:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CE637B400 for ; Sat, 3 Aug 2002 17:30:40 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF0AB43E65 for ; Sat, 3 Aug 2002 17:30:38 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17b9I5-00089l-02; Sun, 4 Aug 2002 02:30:37 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g7406Tan079169 for ; Sun, 4 Aug 2002 02:06:29 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g7406TmE079168 for freebsd-ports@freebsd.org; Sun, 4 Aug 2002 02:06:29 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: Bug in c.m4 of autoconf installation overwrites CFLAGS? Date: Sun, 4 Aug 2002 00:06:28 +0000 (UTC) Message-ID: References: <20020803123951.6fd40e50.tilman@arved.de> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tilman Linneweh wrote: > The Code from AC_PROG_CXX_G goes like this: > > m4_define([_AC_PROG_CXX_G], > [ac_test_CXXFLAGS=${CXXFLAGS+set} > ac_save_CXXFLAGS=$CXXFLAGS [...] > if test "$ac_test_CXXFLAGS" = set; then > CXXFLAGS=$ac_save_CXXFLAGS > elif [...] > else [...] > fi[]dnl > ])# _AC_PROG_CXX_G > This overwrites CXXFLAGS with O2 in every port that calls AC_PROG_CXX > or AC_PROG_CC. As far as I can tell, this takes the value of CXXFLAGS from the environment if that variable is defined and comes up with a default otherwise. In short, this is the standard GNU configure behavior and perfectly fine. Did I miss something? -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 18:22: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A2437B401; Sat, 3 Aug 2002 18:22:01 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3F143E65; Sat, 3 Aug 2002 18:21:59 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.5/8.12.5) with ESMTP id g741LvnK096904; Sun, 4 Aug 2002 13:21:57 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.5/8.12.5/Submit) id g741Lp7N096903; Sun, 4 Aug 2002 13:21:51 +1200 (NZST) Date: Sun, 4 Aug 2002 13:21:51 +1200 From: Jonathan Chen To: Kent Stewart Cc: Michael Nottebrock , Alan E , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 Message-ID: <20020804012150.GA92577@grimoire.chen.org.nz> References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net> <3D4A6F40.3010505@gmx.net> <20020802202708.GA23172@grimoire.chen.org.nz> <3D4B3921.9010701@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D4B3921.9010701@owt.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 07:00:01PM -0700, Kent Stewart wrote: > Jonathan Chen wrote: > > >On Fri, Aug 02, 2002 at 01:38:40PM +0200, Michael Nottebrock wrote: > > > >>Alan E wrote: > >> > >>>On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: > >>> > >>>i think the bottom line is that if > >>>you make sure you have kdelibs-3.0.2 installed before you build kdebase > >>>you should be fine. Please test this hypothesis. > >>> > >>I came across this when I updated kdebase from portupgrade (your > >>gettext-revisionbump). kdelibs-3.0.2 is installed. As you might imagine > >>from my previous patch-attempt, I don't know anything at all about those > >>UI-XML-Files, but it seems to me that it should have never worked in the > >>first place... KListView isn't part of QT, is it? > >> > > > >Hmm. I tripped over the bug using portupgrade as well. kdelibs-3.0.2 > >is installed (but didn't get upgraded from Jul 5 as it was up to date). > > > >Has anyone else managed to install it clean? ie without portupgrade? > >does kdelibs need a portversion bump as well? > I didn't have any problem building kdebase-3.0.2 starting clean. I can confirm this. I saved a copy of kdelib's +REQUIRED_BY, pkg_delete -f kdelib, and installed a new version of kdelib and restored the +REQUIRED_BY. The portupgrade of kdebase went fine in this case. I suspect that a portrevision bump of kdelib was required sometime since my installation of it on Jul 5. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- The Internet: an empirical test of the idea that a million monkeys banging on a million keyboards can produce Shakespeare To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 19: 4:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0039037B400 for ; Sat, 3 Aug 2002 19:04:22 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F31A43E42 for ; Sat, 3 Aug 2002 19:04:22 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 4BC1E3E9C8E; Sun, 4 Aug 2002 10:04:20 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 485E23E9C8A; Sun, 4 Aug 2002 10:04:18 +0800 (CST) Date: Sun, 4 Aug 2002 10:04:18 +0800 From: Yen-Ming Lee To: Clive Lin Cc: freebsd-ports@freebsd.org Subject: Re: ports/41293: update port: sysutils/e2fsprogs Message-ID: <20020804020417.GA92157@utopia.leeym.com> Reply-To: Yen-Ming Lee References: <20020803193105.DCB073E9C17@utopia.leeym.com> <20020803210319.GA1620@epaper.eslitebooks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20020803210319.GA1620@epaper.eslitebooks.com> User-Agent: Mutt/1.5.1i X-Virus-Scanned: by AMaViS snapshot-20020300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Aug 04, 2002 at 05:03:20AM +0800, Clive Lin wrote: > Can not build it here. Although here is -CURRENT, I bet this is not a > matter of branches. My WRKDIRPREFIX is not /usr/ports, but this should > not cause any problem. > > making all in debugfs > gmake[2]: Entering directory `/home/nexus/tmp/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.27/debugfs' > mk_cmds ./debug_cmds.ct > gmake[2]: mk_cmds: Command not found > gmake[2]: *** [debug_cmds.c] Error 127 Oops, it's my bad. mk_cmds was removed from base system in April 2002. please try this patch. ===================================================================== diff -ruN --exclude CVS /usr/ports/sysutils/e2fsprogs/Makefile e2fsprogs/Makefile --- /usr/ports/sysutils/e2fsprogs/Makefile Mon Jun 24 05:24:07 2002 +++ e2fsprogs/Makefile Sun Aug 4 09:55:23 2002 @@ -6,7 +6,7 @@ # PORTNAME= e2fsprogs -PORTVERSION= 1.22 +PORTVERSION= 1.27 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,15 +24,23 @@ MAN1= chattr.1 lsattr.1 uuidgen.1 MAN8= badblocks.8 debugfs.8 dumpe2fs.8 e2fsck.8 e2image.8 e2label.8 fsck.8 \ - mke2fs.8 mklost+found.8 resize2fs.8 tune2fs.8 + mke2fs.8 mklost+found.8 resize2fs.8 tune2fs.8 \ + fsck.ext2.8 fsck.ext3.8 mkfs.ext2.8 mkfs.ext3.8 post-patch: + @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${CHMOD} 644 @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|LIST_HEAD|LIN_LST_HEAD|g ; \ s|et/com_err.h|com_err.h|g ; s|||' +pre-build: + @cd ${WRKSRC}/lib/et && ${GMAKE} + @cd ${WRKSRC}/lib/ss && ${GMAKE} + post-install: - ${MKDIR} ${PREFIX}/include/ext2fs - ${INSTALL_DATA} ${WRKSRC}/lib/ext2fs/*.h ${PREFIX}/include/ext2fs + @${MKDIR} ${PREFIX}/include/ext2fs + @${INSTALL_DATA} ${WRKSRC}/lib/ext2fs/*.h ${PREFIX}/include/ext2fs + @${MKDIR} ${PREFIX}/include/uuid + @${INSTALL_DATA} ${WRKSRC}/lib/uuid/*.h ${PREFIX}/include/uuid .include diff -ruN --exclude CVS /usr/ports/sysutils/e2fsprogs/distinfo e2fsprogs/distinfo --- /usr/ports/sysutils/e2fsprogs/distinfo Wed Jul 4 02:13:09 2001 +++ e2fsprogs/distinfo Sun Aug 4 01:46:02 2002 @@ -1 +1 @@ -MD5 (e2fsprogs-1.22.tar.gz) = a2b689fda4e954df0258c2605bc65d9b +MD5 (e2fsprogs-1.27.tar.gz) = 485b43875becc98dd11ac4c2a30dd734 diff -ruN --exclude CVS /usr/ports/sysutils/e2fsprogs/files/patch-debugfs::Makefile.in e2fsprogs/files/patch-debugfs::Makefile.in --- /usr/ports/sysutils/e2fsprogs/files/patch-debugfs::Makefile.in Wed Jul 4 02:13:14 2001 +++ e2fsprogs/files/patch-debugfs::Makefile.in Sun Aug 4 09:30:18 2002 @@ -3,15 +3,6 @@ --- debugfs/Makefile.in.orig Sat Jun 23 07:25:59 2001 +++ debugfs/Makefile.in Tue Jul 3 18:49:18 2001 -@@ -14,7 +14,7 @@ - PROGS= debugfs - MANPAGES= debugfs.8 - --MK_CMDS= _SS_DIR_OVERRIDE=../lib/ss ../lib/ss/mk_cmds -+MK_CMDS= mk_cmds - - DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \ - lsdel.o dump.o setsuper.o logdump.o @@ -75,9 +75,9 @@ # the Makefile.in file # diff -ruN --exclude CVS /usr/ports/sysutils/e2fsprogs/files/patch-lib::ext2fs::ismounted.c e2fsprogs/files/patch-lib::ext2fs::ismounted.c --- /usr/ports/sysutils/e2fsprogs/files/patch-lib::ext2fs::ismounted.c Thu Jan 1 08:00:00 1970 +++ e2fsprogs/files/patch-lib::ext2fs::ismounted.c Sun Aug 4 02:53:47 2002 @@ -0,0 +1,104 @@ +--- lib/ext2fs/ismounted.c.orig Mon Feb 25 05:03:59 2002 ++++ lib/ext2fs/ismounted.c Sun Aug 4 02:51:39 2002 +@@ -146,50 +146,6 @@ + return retval; + } + +-/* +- * Check to see if we're dealing with the swap device. +- */ +-static int is_swap_device(const char *file) +-{ +- FILE *f; +- char buf[1024], *cp; +- dev_t file_dev; +- struct stat st_buf; +- int ret = 0; +- +- file_dev = 0; +-#ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */ +- if (stat(file, &st_buf) == 0) +- file_dev = st_buf.st_rdev; +-#endif +- +- if (!(f = fopen("/proc/swaps", "r"))) +- return 0; +- /* Skip the first line */ +- fgets(buf, sizeof(buf), f); +- while (!feof(f)) { +- if (!fgets(buf, sizeof(buf), f)) +- break; +- if ((cp = strchr(buf, ' ')) != NULL) +- *cp = 0; +- if ((cp = strchr(buf, '\t')) != NULL) +- *cp = 0; +- if (strcmp(buf, file) == 0) { +- ret++; +- break; +- } +-#ifndef __GNU__ +- if (file_dev && (stat(buf, &st_buf) == 0) && +- file_dev == st_buf.st_rdev) { +- ret++; +- break; +- } +-#endif +- } +- fclose(f); +- return ret; +-} +- + static errcode_t check_mntent(const char *file, int *mount_flags, + char *mtpt, int mtlen) + { +@@ -248,6 +204,50 @@ + return 0; + } + #endif /* HAVE_GETMNTINFO */ ++ ++/* ++ * Check to see if we're dealing with the swap device. ++ */ ++static int is_swap_device(const char *file) ++{ ++ FILE *f; ++ char buf[1024], *cp; ++ dev_t file_dev; ++ struct stat st_buf; ++ int ret = 0; ++ ++ file_dev = 0; ++#ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */ ++ if (stat(file, &st_buf) == 0) ++ file_dev = st_buf.st_rdev; ++#endif ++ ++ if (!(f = fopen("/proc/swaps", "r"))) ++ return 0; ++ /* Skip the first line */ ++ fgets(buf, sizeof(buf), f); ++ while (!feof(f)) { ++ if (!fgets(buf, sizeof(buf), f)) ++ break; ++ if ((cp = strchr(buf, ' ')) != NULL) ++ *cp = 0; ++ if ((cp = strchr(buf, '\t')) != NULL) ++ *cp = 0; ++ if (strcmp(buf, file) == 0) { ++ ret++; ++ break; ++ } ++#ifndef __GNU__ ++ if (file_dev && (stat(buf, &st_buf) == 0) && ++ file_dev == st_buf.st_rdev) { ++ ret++; ++ break; ++ } ++#endif ++ } ++ fclose(f); ++ return ret; ++} + + /* + * ext2fs_check_mount_point() returns 1 if the device is mounted, 0 diff -ruN --exclude CVS /usr/ports/sysutils/e2fsprogs/pkg-plist e2fsprogs/pkg-plist --- /usr/ports/sysutils/e2fsprogs/pkg-plist Wed Jul 4 02:13:10 2001 +++ e2fsprogs/pkg-plist Sun Aug 4 03:01:15 2002 @@ -6,14 +6,20 @@ include/ext2fs/dosio.h include/ext2fs/e2image.h include/ext2fs/ext2_err.h +include/ext2fs/ext2_ext_attr.h include/ext2fs/ext2_fs.h include/ext2fs/ext2_io.h include/ext2fs/ext2_types.h include/ext2fs/ext2fs.h include/ext2fs/ext2fsP.h include/ext2fs/irel.h +include/ext2fs/jfs_compat.h include/ext2fs/jfs_dat.h include/ext2fs/jfs_user.h +include/ext2fs/kernel-jbd.h +include/ext2fs/kernel-list.h +include/uuid/uuid.h +include/uuid/uuidP.h info/libext2fs.info.gz lib/libe2p.a lib/libe2p.so @@ -35,7 +41,9 @@ sbin/fsck.ext3 sbin/mke2fs sbin/mkfs.ext2 +sbin/mkfs.ext3 sbin/mklost+found sbin/resize2fs sbin/tune2fs +@dirrm include/uuid @dirrm include/ext2fs ===================================================================== -- Yen-Ming Lee [§õ«Û©ú] http://www.leeym.com/ -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS/E/IT/TW d- s:- a- C++ UB+++ P+++ L+ E--- W++ N+++ o+ K- w !O !M !V PS PE+ Y+ PGP+ t !5 X++ R+ tv b+ DI+ !D G e++++ h-- r y? ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 20:31:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB36937B400 for ; Sat, 3 Aug 2002 20:31:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 223C543E88 for ; Sat, 3 Aug 2002 20:30:46 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g743UFJU010199 for ; Sat, 3 Aug 2002 20:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g743UFje010198; Sat, 3 Aug 2002 20:30:15 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BAFA37B400 for ; Sat, 3 Aug 2002 20:23:07 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F0743E3B for ; Sat, 3 Aug 2002 20:23:07 -0700 (PDT) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id C9AA575E; Sun, 4 Aug 2002 11:23:06 +0800 (CST) Message-Id: <20020804032306.C9AA575E@freebsd.sinica.edu.tw> Date: Sun, 4 Aug 2002 11:23:06 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41301: Update port: chinese/openoffice-zh_TW Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41301 >Category: ports >Synopsis: Update port: chinese/openoffice-zh_TW >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 20:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: o Add depends on big5 fonts o Add "editors" to CATEGORIES >How-To-Repeat: >Fix: diff -ruN openoffice-zh_TW.orig/Makefile openoffice-zh_TW/Makefile --- openoffice-zh_TW.orig/Makefile Sun Aug 4 11:13:02 2002 +++ openoffice-zh_TW/Makefile Sun Aug 4 11:13:49 2002 @@ -5,11 +5,12 @@ # $FreeBSD: ports/chinese/openoffice-zh_TW/Makefile,v 1.1 2002/08/03 12:21:27 mbr Exp $ # -CATEGORIES= chinese +CATEGORIES= chinese editors LANG_PKGNAME= zh_TW LANG_EXT= 88 LANG_CONFIGURE_ARG= CHINTRAD +BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf MASTERDIR= ${.CURDIR}/../../editors/openoffice .include "${MASTERDIR}/Makefile" >Release-Note: >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 3 20:31:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B53E537B401 for ; Sat, 3 Aug 2002 20:31:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944F943E91 for ; Sat, 3 Aug 2002 20:30:46 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g743UaJU010391 for ; Sat, 3 Aug 2002 20:30:36 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g743Uaah010388; Sat, 3 Aug 2002 20:30:36 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E732437B400 for ; Sat, 3 Aug 2002 20:28:56 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9125B43E65 for ; Sat, 3 Aug 2002 20:28:56 -0700 (PDT) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id 5C8C7737; Sun, 4 Aug 2002 11:28:57 +0800 (CST) Message-Id: <20020804032857.5C8C7737@freebsd.sinica.edu.tw> Date: Sun, 4 Aug 2002 11:28:57 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41302: Update port: chinese/openoffice Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41302 >Category: ports >Synopsis: Update port: chinese/openoffice >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 20:30:36 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: moettf don't have simplified chinese font, so change it to arphicttf. and another suggestion, could you please change chinese/openoffice to chinese/openoffice-zh_CN, because it may confuse with chinese/openoffice-zh_TW. >How-To-Repeat: >Fix: diff -ruN openoffice.orig/Makefile openoffice/Makefile --- openoffice.orig/Makefile Sun Aug 4 11:08:09 2002 +++ openoffice/Makefile Sun Aug 4 11:12:06 2002 @@ -10,7 +10,7 @@ LANG_PKGNAME= zh LANG_EXT= 86 LANG_CONFIGURE_ARG= CHINSIM -BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/moe_kai.ttf:${PORTSDIR}/chinese/moettf +BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf MASTERDIR= ${.CURDIR}/../../editors/openoffice .include "${MASTERDIR}/Makefile" >Release-Note: >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 3 20:48:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C08737B400; Sat, 3 Aug 2002 20:48:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3114B43E42; Sat, 3 Aug 2002 20:48:09 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g743m9JU016323; Sat, 3 Aug 2002 20:48:09 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g743m8w7016319; Sat, 3 Aug 2002 20:48:08 -0700 (PDT) Date: Sat, 3 Aug 2002 20:48:08 -0700 (PDT) From: Patrick Li Message-Id: <200208040348.g743m8w7016319@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, wjv@FreeBSD.org Subject: Re: ports/41284: py-xml update to 0.8 (fixes expat problems) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: py-xml update to 0.8 (fixes expat problems) Responsible-Changed-From-To: freebsd-ports->wjv Responsible-Changed-By: pat Responsible-Changed-When: Sat Aug 3 20:47:55 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41284 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 20:52:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C07C237B401; Sat, 3 Aug 2002 20:52:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A2443E6E; Sat, 3 Aug 2002 20:51:16 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g743pDJU017440; Sat, 3 Aug 2002 20:51:13 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g743pDww017436; Sat, 3 Aug 2002 20:51:13 -0700 (PDT) Date: Sat, 3 Aug 2002 20:51:13 -0700 (PDT) From: Patrick Li Message-Id: <200208040351.g743pDww017436@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/41302: Update port: chinese/openoffice Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: chinese/openoffice Responsible-Changed-From-To: freebsd-ports->openoffice Responsible-Changed-By: pat Responsible-Changed-When: Sat Aug 3 20:50:53 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41302 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 20:52:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C796F37B405; Sat, 3 Aug 2002 20:52:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04FBC43E86; Sat, 3 Aug 2002 20:51:52 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g743pfJU017731; Sat, 3 Aug 2002 20:51:41 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g743pfWN017725; Sat, 3 Aug 2002 20:51:41 -0700 (PDT) Date: Sat, 3 Aug 2002 20:51:41 -0700 (PDT) From: Patrick Li Message-Id: <200208040351.g743pfWN017725@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/41301: Update port: chinese/openoffice-zh_TW Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: chinese/openoffice-zh_TW Responsible-Changed-From-To: freebsd-ports->openoffice Responsible-Changed-By: pat Responsible-Changed-When: Sat Aug 3 20:51:23 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41301 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 20:52:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A89C637B400; Sat, 3 Aug 2002 20:52:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B603643E77; Sat, 3 Aug 2002 20:52:48 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g743qlJU018210; Sat, 3 Aug 2002 20:52:47 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g743qlxx018206; Sat, 3 Aug 2002 20:52:47 -0700 (PDT) Date: Sat, 3 Aug 2002 20:52:47 -0700 (PDT) From: Patrick Li Message-Id: <200208040352.g743qlxx018206@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/41280: update-port: audio/extace (unbroke) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update-port: audio/extace (unbroke) Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: pat Responsible-Changed-When: Sat Aug 3 20:52:24 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41280 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 21: 0:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D7A837B400 for ; Sat, 3 Aug 2002 21:00:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE55943E70 for ; Sat, 3 Aug 2002 21:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74407JU020613 for ; Sat, 3 Aug 2002 21:00:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74407g9020612; Sat, 3 Aug 2002 21:00:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C01537B400 for ; Sat, 3 Aug 2002 20:53:35 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C7743E65 for ; Sat, 3 Aug 2002 20:53:34 -0700 (PDT) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id 087DB73F; Sun, 4 Aug 2002 11:53:35 +0800 (CST) Message-Id: <20020804035335.087DB73F@freebsd.sinica.edu.tw> Date: Sun, 4 Aug 2002 11:53:35 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41303: Update port: chines/expdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41303 >Category: ports >Synopsis: Update port: chines/expdf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 03 21:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.6-STABLE i386 >Organization: [MAINTAINER] >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: add simplified chinese support >How-To-Repeat: >Fix: diff -ruN xpdf.org/Makefile xpdf/Makefile --- xpdf.org/Makefile Sun Aug 4 03:32:54 2002 +++ xpdf/Makefile Sun Aug 4 11:47:01 2002 @@ -9,7 +9,7 @@ PORTVERSION= 1.01 CATEGORIES= chinese MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ -DISTNAME= xpdf-chinese-traditional +DISTFILES= xpdf-chinese-simplified.tar.gz xpdf-chinese-traditional.tar.gz MAINTAINER= statue@freebsd.sinica.edu.tw @@ -18,12 +18,19 @@ NO_BUILD= yes USE_X_PREFIX= yes -INSTALL_FILES= Adobe-CNS1.cidToUnicode Big5.unicodeMap \ +WRKSRC= ${WRKDIR} +SIMP_FILES= Adobe-GB1.cidToUnicode EUC-CN.unicodeMap GBK.unicodeMap \ + ISO-2022-CN.unicodeMap README +TRAD_FILES= Adobe-CNS1.cidToUnicode Big5.unicodeMap \ Big5ascii.unicodeMap README do-install: + ${MKDIR} ${PREFIX}/share/xpdf/chinese-simplified +.for i in ${SIMP_FILES} + ${INSTALL_DATA} ${WRKSRC}/xpdf-chinese-simplified/${i} ${PREFIX}/share/xpdf/chinese-simplified +.endfor ${MKDIR} ${PREFIX}/share/xpdf/chinese-traditional -.for i in ${INSTALL_FILES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/xpdf/chinese-traditional +.for i in ${TRAD_FILES} + ${INSTALL_DATA} ${WRKSRC}/xpdf-chinese-traditional/${i} ${PREFIX}/share/xpdf/chinese-traditional .endfor ${INSTALL_DATA} ${FILESDIR}/dot.xpdfrc ${PREFIX}/share/xpdf/chinese-traditional ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL diff -ruN xpdf.org/distinfo xpdf/distinfo --- xpdf.org/distinfo Sun Aug 4 03:32:54 2002 +++ xpdf/distinfo Sun Aug 4 11:44:10 2002 @@ -1 +1,2 @@ +MD5 (xpdf-chinese-simplified.tar.gz) = 713659f0282b9e3d169390e246e5eb74 MD5 (xpdf-chinese-traditional.tar.gz) = 5be730b859f8b01de569eb1bad188426 diff -ruN xpdf.org/files/dot.xpdfrc xpdf/files/dot.xpdfrc --- xpdf.org/files/dot.xpdfrc Sun Aug 4 03:32:55 2002 +++ xpdf/files/dot.xpdfrc Sun Aug 4 11:44:10 2002 @@ -8,3 +8,12 @@ # If you have the Arhpic fonts, you may want to use this instead: # displayCIDFontX Adobe-CNS1 "-arphic-ar pl kaitim big5-medium-r-normal--%s-*-*-*-c-*-iso10646-1" UCS-2 #----- end Chinese Traditional support package +#----- begin Chinese Simplified support package (2002-apr-18) +cidToUnicode Adobe-GB1 /usr/X11R6/share/xpdf/chinese-simplified/Adobe-GB1.cidToUnicode +unicodeMap ISO-2022-CN /usr/X11R6/share/xpdf/chinese-simplified/ISO-2022-CN.unicodeMap +unicodeMap EUC-CN /usr/X11R6/share/xpdf/chinese-simplified/EUC-CN.unicodeMap +unicodeMap GBK /usr/X11R6/share/xpdf/chinese-simplified/GBK.unicodeMap +cMapDir Adobe-GB1 /usr/local/share/ghostscript/Resource/CMap +toUnicodeDir /usr/local/share/ghostscript/Resource/CMap +displayCIDFontX Adobe-GB1 "-*-fangsong ti-medium-r-normal-*-%s-*-*-*-*-*-gb2312.1980-0" ISO-2022-CN +#----- end Chinese Simplified support package diff -ruN xpdf.org/pkg-descr xpdf/pkg-descr --- xpdf.org/pkg-descr Sun Aug 4 03:32:54 2002 +++ xpdf/pkg-descr Sun Aug 4 11:44:10 2002 @@ -1 +1,3 @@ This ports enables xpdf to read chinese-traditional pdf. + +WWW: http://www.foolabs.com/xpdf/ diff -ruN xpdf.org/pkg-plist xpdf/pkg-plist --- xpdf.org/pkg-plist Sun Aug 4 03:32:54 2002 +++ xpdf/pkg-plist Sun Aug 4 11:44:10 2002 @@ -1,3 +1,8 @@ +share/xpdf/chinese-simplified/Adobe-GB1.cidToUnicode +share/xpdf/chinese-simplified/EUC-CN.unicodeMap +share/xpdf/chinese-simplified/GBK.unicodeMap +share/xpdf/chinese-simplified/ISO-2022-CN.unicodeMap +share/xpdf/chinese-simplified/README share/xpdf/chinese-traditional/Adobe-CNS1.cidToUnicode share/xpdf/chinese-traditional/Big5.unicodeMap share/xpdf/chinese-traditional/Big5ascii.unicodeMap >Release-Note: >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 3 22:52:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBCC37B400; Sat, 3 Aug 2002 22:52:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431E843E42; Sat, 3 Aug 2002 22:52:11 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g745qBJU039663; Sat, 3 Aug 2002 22:52:11 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g745qAcg039659; Sat, 3 Aug 2002 22:52:10 -0700 (PDT) Date: Sat, 3 Aug 2002 22:52:10 -0700 (PDT) From: Mark Pulford Message-Id: <200208040552.g745qAcg039659@freefall.freebsd.org> To: jerry@thehutt.org, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40719: New port: net/ap-utils Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: net/ap-utils State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Sat Aug 3 22:51:58 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=40719 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 23:17: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30FB237B400 for ; Sat, 3 Aug 2002 23:17:03 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id C394743E65 for ; Sat, 3 Aug 2002 23:17:02 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g746Gtoi003913; Sat, 3 Aug 2002 23:16:55 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g746GtHP003912; Sat, 3 Aug 2002 23:16:55 -0700 (PDT) Date: Sat, 3 Aug 2002 23:16:55 -0700 From: "David O'Brien" To: Clint Olsen Cc: ports@freebsd.org Subject: Re: Ports: mutt with curses instead of slang? Message-ID: <20020804061655.GM1973@dragon.nuxi.com> Reply-To: ports@freebsd.org References: <20020724175641.GA16725@0lsen.net> <20020725162811.GD96372@dragon.nuxi.com> <20020730214952.GA38950@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020730214952.GA38950@0lsen.net> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jul 30, 2002 at 02:49:52PM -0700, Clint Olsen wrote: > On Jul 25, David O'Brien wrote: > > > > Slang should be used when built by the FreeBSD Package cluster. I much > > prefer slang over ncurses -- I don't remember the battle I lost such that > > ncurses is the default. Just build with `make WANT_SLANG=yes' > > Can you tell me where this WANT_SLANG is documented? This is one part > about BSD that I don't like - the intricate build stuff... No where really. I don't know how to nicely document the various port building knobs other than having someone read the port makefile. Maybe we need to add a new make target that prints out all the knobs and a one-line description? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 3 23:37:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A61E37B400 for ; Sat, 3 Aug 2002 23:37:26 -0700 (PDT) Received: from zorba.levels.unisa.edu.au (Zorba.Levels.UniSA.Edu.Au [130.220.30.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFA843E4A for ; Sat, 3 Aug 2002 23:37:25 -0700 (PDT) (envelope-from itujms@dogbert.magill.unisa.edu.au) Received: from dogbert.magill.unisa.edu.au ("port 3995"@dogbert.magill.unisa.edu.au [130.220.244.34]) by Levels.UniSA.Edu.Au (PMDF V5.2-33 #44301) with ESMTP id <01KKWMD4RTP691VU0X@Levels.UniSA.Edu.Au> for freebsd-ports@freebsd.org; Sun, 4 Aug 2002 16:07:22 +0930 Received: from dogbert.magill.unisa.edu.au (localhost.magill.unisa.edu.au [127.0.0.1]) by dogbert.magill.unisa.edu.au (8.12.3/8.12.3) with ESMTP id g746bRdd007724; Sun, 04 Aug 2002 16:07:27 +0930 Received: from localhost (sayersjm@localhost) by dogbert.magill.unisa.edu.au (8.12.3/8.12.3/Submit) with ESMTP id g746bQqp007721; Sun, 04 Aug 2002 16:07:27 +0930 Date: Sun, 04 Aug 2002 16:07:26 +0930 (CST) From: Jarrod Sayers Subject: Re: spamass-milter-0.1.1_1 under RELENG_4_6 In-reply-to: <20020803221504.GH15803@weirdos.oban.frmug.org> X-X-Sender: sayersjm@dogbert.magill.unisa.edu.au To: Olivier Tharan Cc: freebsd-ports@freebsd.org Message-id: <20020804160610.K7715-100000@dogbert.magill.unisa.edu.au> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII X-Authentication-warning: dogbert.magill.unisa.edu.au: sayersjm owned process doing -bs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 4 Aug 2002, Olivier Tharan wrote: > * Jarrod Sayers (20020803 14:29): > > Aug 3 13:59:15 devnull spamd[263]: info: setuid to root succeeded > > Aug 3 13:59:15 devnull spamd[263]: Still running as root: user not specified, not found, or set to root. Fall back to nobody. > > Have you tried your tests with a non-root user? Yes, spamd still logs the same error and the mail goes through :( Jarrod Sayers Information Strategy and Technology Services University of South Australia Phone: +61 8 8302 4809 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message