From owner-freebsd-ports Sun May 13 3:48:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sentry.granch.com (sentry.granch.com [212.109.197.55]) by hub.freebsd.org (Postfix) with ESMTP id 4D49437B423 for ; Sun, 13 May 2001 03:48:51 -0700 (PDT) (envelope-from shelton@sentry.granch.ru) Received: from sentry.granch.com (localhost [127.0.0.1]) by sentry.granch.com (8.11.3/8.11.3) with SMTP id f4DAmkD64187 for ; Sun, 13 May 2001 17:48:48 +0700 (NOVST) (envelope-from shelton@sentry.granch.ru) Content-Type: text/plain; charset="koi8-r" From: "Rashid N. Achilov" Reply-To: achilov@granch.ru Organization: Granch Ltd. To: freebsd-ports@freebsd.org Subject: mc-4.5.54 doesn't build with WITH_SLANG=yes Date: Sun, 13 May 2001 17:48:46 +0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01051317484602.53372@sentry.granch.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When invoked with WITH_SLANG=yes, make error: (CONFIGURE_ARGS=--with-slang --without-gnome --with-edit) cc -c -I/usr/local/include -I../vfs -I.. -DSBINDIR=\""/usr/local/sbin/"\" -DBINDIR=\""/usr/local/bin/"\" -DLIBDIR=\""/usr/local/share/mc/"\" -DICONDIR=\""/usr/local/share/pixmaps/mc/"\" -DLOCALEDIR=\""/usr/local/share/locale/"\" -DCONFDIR=\""/usr/local/etc/"\" -DDESKTOP_INIT_DIR=\""/usr/local/share/mc/desktop-scripts/"\" -I/usr/local/include/glib12 -DREGEX_MALLOC -DHAVE_CONFIG_H -O -pipe -march=pentiumpro -Wall textconf.c gmake[2]: *** No rule to make target `../edit/libedit.a', needed by `mc'. Stop. gmake[2]: Leaving directory `/usr/ports/misc/mc/work/mc-4.5.54/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.5.54' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Web: http://granch.ru/~shelton Granch Ltd. system administrator, e-mail: achilov@granch.ru PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 3:50:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 289C937B43E for ; Sun, 13 May 2001 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DAo2q76231; Sun, 13 May 2001 03:50:02 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 6CCB937B43F for ; Sun, 13 May 2001 03:47:15 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 951403CD0; Sun, 13 May 2001 12:47:13 +0200 (CEST) Message-Id: <20010513104713.951403CD0@totem.fix.no> Date: Sun, 13 May 2001 12:47:13 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27298: Update port: ftp/lukemftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27298 >Category: ports >Synopsis: Update port: ftp/lukemftpd >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 May 13 03:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Updates the port to version 1.1, the latest version. Since 1.0: Wed May 9 02:04:08 UTC 2001 lukem * released 1.1 Sat Apr 28 07:13:57 UTC 2001 lukem * released 1.1 beta 1 * determine if crypt() and getusershell() need declarations Wed Apr 25 06:27:08 UTC 2001 lukem * update to NetBSD-current 2001/04/25: - update copyrights - remove superfluous byte_count update in send_file_list - use own code instead of bothering with glob() to do ~ expansion in pathname; there's no need to support glob wildcards in this case when it's not expanded here in the non-~ case - As threatened, handle OOB commands from within ftpcmd.y. This involved changing the yacc syntax to be line-oriented, rather than having it run against the entire input at once, and adding a flag to struct tab, to indicate if or not it's acceptable for a command to occur OOB. Tue Apr 17 08:20:09 UTC 2001 lukem * look for * pull in for INADDRZ, IN6ADDRSZ and INT16SZ, and define if missing * don't bother trying to use if_indextoname() in ip6_sa2str() (fixes problems on MacOS X) * remove unused sverrno in warnx() and errx() Fri Apr 13 16:02:40 UTC 2001 lukem * improve test for long long support so that it's only enabled if printf supports %ll or %q and they do the right thing. use %q instead of %ll #if HAVE_PRINTF_QD * added NEWS file * support S/Key with add support for --with-skey * pull up changes made in NetBSD in ftpcmd.y revision 1.61: make checkportcmd address family independent, and correct IPv4 case. PR 12558. Oh yes, and this is my PR # 100. :) >How-To-Repeat: >Fix: diff -Nur lukemftpd.old/Makefile lukemftpd/Makefile --- lukemftpd.old/Makefile Sun May 13 12:42:18 2001 +++ lukemftpd/Makefile Sun May 13 12:08:38 2001 @@ -6,7 +6,7 @@ # PORTNAME= lukemftpd -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ diff -Nur lukemftpd.old/distinfo lukemftpd/distinfo --- lukemftpd.old/distinfo Sun May 13 12:42:18 2001 +++ lukemftpd/distinfo Sun May 13 12:09:20 2001 @@ -1 +1 @@ -MD5 (lukemftpd-1.0.tar.gz) = b7d87b11435197fd64adf048c00609ec +MD5 (lukemftpd-1.1.tar.gz) = 66286f1cc17988964c6e224e196c7b94 >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 May 13 3:58:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 7735337B423 for ; Sun, 13 May 2001 03:58:05 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.11.3/8.11.1) id f4DAvxY91126; Sun, 13 May 2001 12:57:59 +0200 (CEST) (envelope-from ibex) Date: Sun, 13 May 2001 12:57:58 +0200 From: Dirk Froemberg To: Pat Wendorf Cc: ports@FreeBSD.ORG, geoff@sea-incorporated.com Subject: Re: FreeBSD Port: mod_php4-4.0.5 Message-ID: <20010513125758.A89277@physik.TU-Berlin.DE> References: <3AFB86F6.178D097D@unios.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AFB86F6.178D097D@unios.dhs.org>; from beholder@unios.dhs.org on Fri, May 11, 2001 at 02:30:14AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Pat! On Fri, May 11, 2001 at 02:30:14AM -0400, Pat Wendorf wrote: > Upgraded PHP tonight and I got this: > > Error: shared library "gds.1" does not exist > > I checked firebird and it seems that it installed ok. libgds.so.1 is installed in a non standard library path (${PREFIX}/firebird/lib). So the firebird port should take care of adding this library path during startup (similar to mysql323-client). Anyway, I'll experiment a bit with -R linker option and mod_php4. Regards Dirk -- Dirk Froemberg 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 Sun May 13 4:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF37937B43E for ; Sun, 13 May 2001 04:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DBK1n85559; Sun, 13 May 2001 04:20:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 5480237B423 for ; Sun, 13 May 2001 04:11:36 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 7F8EB3CC8; Sun, 13 May 2001 13:11:35 +0200 (CEST) Message-Id: <20010513111135.7F8EB3CC8@totem.fix.no> Date: Sun, 13 May 2001 13:11:35 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27299: Update port: www/mod_mp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27299 >Category: ports >Synopsis: Update port: www/mod_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: Sun May 13 04:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Fix master site, typo and update to the latest version: 0.16. New in this version: * Thu May 10 23:43:13 PDT 2001 Version 0.16 -Random Fixed -Bunch of the XML-RPC calls were fixed -The ability to do defautl options was added -All of the playlist generation stuff was added -Better XML encoding. >How-To-Repeat: >Fix: diff -Nur mod_mp3.old/Makefile mod_mp3/Makefile --- mod_mp3.old/Makefile Wed May 9 11:55:53 2001 +++ mod_mp3/Makefile Sun May 13 13:10:30 2001 @@ -1,4 +1,4 @@ -# New ports collection makefile for: mod_auth_pam +# New ports collection makefile for: mod_mp3 # Date created: 7 April 2001 # Whom: will # @@ -6,9 +6,9 @@ # PORTNAME= mod_mp3 -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= www audio -MASTER_SITES= http://www.tangent.org/mod_mp3/ \ +MASTER_SITES= http://media.tangent.org/ \ ftp://ftp.tangent.org/pub/apache/ \ http://www.freenix.no/~anders/ diff -Nur mod_mp3.old/distinfo mod_mp3/distinfo --- mod_mp3.old/distinfo Wed May 9 11:55:53 2001 +++ mod_mp3/distinfo Sun May 13 12:52:53 2001 @@ -1 +1 @@ -MD5 (mod_mp3-0.15.tar.gz) = 6e928a6be1a7371397c4781c61dc82b4 +MD5 (mod_mp3-0.16.tar.gz) = f845b0919d77b9128e5245bdabbafbcf >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 May 13 4:24:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail3.hispeedhosting.com (mail3.hispeedhosting.com [64.27.65.22]) by hub.freebsd.org (Postfix) with ESMTP id 4720C37B424 for ; Sun, 13 May 2001 04:24:15 -0700 (PDT) (envelope-from test@test.com) Received: from frank [64.171.213.122] by mail3.hispeedhosting.com (SMTPD32-6.06) id AEDB2EE0138; Sun, 13 May 2001 07:24:11 -0400 Date: Sun, 13 May 2001 04:21:30 +0900 From: "www.e4989.com" To: ports@freebsd.org Subject: ´ÙÀ̾îÆ® ¿Í ¼ºÀÎ X-AD2000-Serial: 1064 X-AD2000-Register: "ÇÇÅ͹Ú" MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: base64 Message-Id: <200105130724597.SM00220@frank> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org PEhUTUw+DQo8SEVBRD4NCjxNRVRBIE5BTUU9IkdFTkVSQVRPUiIgQ29udGVudD0iTWljcm9z b2Z0IERIVE1MIEVkaXRpbmcgQ29udHJvbCI+DQo8VElUTEU+PC9USVRMRT4NCjwvSEVBRD4N CjxCT0RZPjxGT05UIGZhY2U9sby4ssO8IHNpemU9Mj4NCjxESVY+DQo8UCBhbGlnbj1sZWZ0 PjxTVFJPTkc+PEZPTlQ+PEZPTlQgc2l6ZT00PjxGT05UIA0KY29sb3I9IzAwODAwMD4mbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsgDQpwb3J0czwvRk9OVD601CZuYnNwOyC+yLPnx8+8vL/k ID88L0ZPTlQ+PC9GT05UPjwvU1RST05HPjwvUD4NCjxQIGFsaWduPWxlZnQ+PEZPTlQgY29s b3I9I2ZmMDA4MD48U1RST05HPrTnu+e0wiC5zLG5TEG/oSC80sDnx8+45yDAzsXNs90gvO7H zrj0IMD8ua6+98O8IMDUtM+02S4gDQo8L1NUUk9ORz48L0ZPTlQ+PC9QPg0KPFAgYWxpZ249 bGVmdD48U1RST05HPjxGT05UIGNvbG9yPSNmZjAwODA+ucyxub+hvK0gyK69x8j3IMDOwaQg ud7AuiDHsLjxuLggwLi3ziC/qbevutDAuyDAp8fYIMHYuvEgDQrH373AtM+02TwvRk9OVD48 L1NUUk9ORz4uIA0KPFAgYWxpZ249Y2VudGVyPjwvUD48Rk9OVCBjb2xvcj0jMDAwMDgwPjxG T05UIGZhY2U9sby4ssO8IA0Kc2l6ZT0yPjwvRk9OVD48L0ZPTlQ+PFU+PEZPTlQgZmFjZT2x vLiyw7wgY29sb3I9I2ZmMDAwMCBzaXplPTI+PEJSPjwvRk9OVD48L1U+DQo8UCBhbGlnbj1s ZWZ0Pg0KPFRBQkxFIHdpZHRoPTY1MiBib3JkZXI9MT4NCiAgPFRCT0RZPg0KICA8VFI+DQog ICAgPFREIHdpZHRoPSIxMDAlIj4NCiAgICAgIDxQIGFsaWduPWNlbnRlcj48Rk9OVCBmYWNl PbG8uLLDvCBzaXplPTI+PC9GT05UPjxVPjxCPjxGT05UIGZhY2U9sby4ssO8IA0KICAgICAg Y29sb3I9I2ZmMDAwMCBzaXplPTU+xNq4rr7Gxbi/7iC758DMufa49DwvRk9OVD48L0I+PEZP TlQgZmFjZT2xvLiyw7wgY29sb3I9I2ZmMDAwMCANCiAgICAgIHNpemU9Mj4mbmJzcDs8L0ZP TlQ+PC9VPjxGT05UIGZhY2U9sby4ssO8IGNvbG9yPSNmZjAwMDAgc2l6ZT0yPjxVPjxCUj67 9bTcwOUgseKz5CANCiAgICAgIDwvVT48L0ZPTlQ+PEZPTlQgY29sb3I9I2ZmMDAwMD48VT7G r7qwILy8wM+788ewIA0KPC9VPjwvRk9OVD48L1A+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJM RT48L1A+DQo8UCBhbGlnbj1jZW50ZXI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 PEZPTlQgDQpjb2xvcj0jZmYwMDAwPjxVPjxCUj48QlI+PC9QPjwvVT48L0ZPTlQ+DQo8RElW IGFsaWduPWxlZnQ+DQo8VEFCTEUgaGVpZ2h0PTE4MCB3aWR0aD02NTIgYm9yZGVyPTA+DQog IDxUQk9EWT4NCiAgPFRSPg0KICAgIDxURCB3aWR0aD03MzcgY29sU3Bhbj0yIGhlaWdodD0x NT4NCiAgICAgIDxIUiBhbGlnbj1jZW50ZXIgY29sb3I9IzAwODAwMCBTSVpFPTE+DQoNCiAg ICAgIDxQIGFsaWduPWxlZnQ+oaEgPC9QPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURCB3 aWR0aD03MzcgY29sU3Bhbj0yIGhlaWdodD0xNT4NCiAgICAgIDxQIGFsaWduPWNlbnRlcj48 Rk9OVCBmYWNlPbG8uLLDvCBjb2xvcj0jMDAwMDgwIHNpemU9Mj7BprTPxK4oWGVuaWNhbCkm bmJzcDsgDQogICAgICC02cDMvu7GriZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOzwv Rk9OVD48L1A+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREIHZBbGlnbj10b3Agd2lkdGg9 NzQgaGVpZ2h0PTE1Mz4NCiAgICAgIDxQIGFsaWduPWNlbnRlcj48Rk9OVCBmYWNlPbG8uLLD vCBzaXplPTI+PEEgDQogICAgICBocmVmPSJodHRwOi8vd3d3LmtvcmVhdG93bmN5YmVybWFs bC5jb20iPjxJTUcgDQogICAgICBzcmM9Imh0dHA6Ly93d3cua29yZWF0b3duY3liZXJtYWxs LmNvbS9NYWluX1BhZ2UveGVuaWNhbC1rb3JlYS5qcGciIA0KICAgICAgYm9yZGVyPTA+PC9B PjwvRk9OVD48L1A+PC9URD4NCiAgICA8VEQgdkFsaWduPWNlbnRlciBhbGlnbj1sZWZ0IHdp ZHRoPTY2MiBoZWlnaHQ9MTUzPg0KICAgICAgPFAgYWxpZ249bGVmdD48Rk9OVCBmYWNlPbG8 uLLDvCBjb2xvcj0jMDAwMDgwIHNpemU9Mj48Qj65zLG5vcTHsMDHvuCxuShGREEpPC9CPiC9 wsDOwLsgDQogICAgICC53sC6IL3Ev+Ugvu/Bpr74wMwgw7zB38G2wP0gyL+w+r3Eu+e/oSDG 98fUtcggwfa55reuwMcgMzAlv80gsOHH1cfYIMH2uebAzCDA5b+hvK0gyO289rXHtMIgsM3A uyC+78GmwOW/obytIMH3waIgwNu/68fPtMIgtNnAzL7uxq4gDQogICAgICC+4MC4t860wiC8 vLDoIMPWw8rBprTPxK7AuiC9xMDMwfa55sDHIMjtvPa4piC4t77Gwdax4iDAp8fYIMDlv6G8 rSDA27/rx8+0wiC+78GmwaawoSC16b7uwNa+7iC9xL/lwLsgvu/BpsfPwfYgvsqw7SDDvMHf wLsgwdnAzLTCtaUgDQogICAgICC1tb/ywMwgtci02S48QlI+PC9GT05UPjxGT05UIHNpemU9 Mj6/+LehsKGw3TogDQogICAgICA8U1RSSUtFPiQxOTAmbmJzcDsmbmJzcDs8L1NUUklLRT48 L0ZPTlQ+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7IA0KICAgICAgPEZPTlQgY29sb3I9I2ZmMDAwMCBzaXplPTI+vLzAz7Ch sN08L0ZPTlQ+PEZPTlQgY29sb3I9I2ZmMDAwMD46IA0KICAgICAgJDEzNSZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyDH0sDOvtc6ICQ1NTxCUj48L0ZPTlQ+ PEZPTlQgDQogICAgICBmYWNlPbG8uLLDvCBjb2xvcj0jMDAwMDgwIHNpemU9Mj48QSANCiAg ICAgIGhyZWY9Imh0dHA6Ly93d3cua29yZWF0b3duY3liZXJtYWxsLmNvbSI+PElNRyBoZWln aHQ9MzMgDQogICAgICBzcmM9Imh0dHA6Ly93d3cua29yZWF0b3duY3liZXJtYWxsLmNvbS9z aG9wcGluZ190aXRfYmx1ZS5naWYiIHdpZHRoPTEzNiANCiAgICAgIGJvcmRlcj0wPjwvQT48 L0ZPTlQ+PC9QPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+PC9ESVY+DQo8UCBhbGlnbj1j ZW50ZXI+PC9QPg0KPFA+DQo8VEFCTEUgY2VsbFNwYWNpbmc9MSB3aWR0aD02NDUgYm9yZGVy PTA+DQogIDxUQk9EWT4NCiAgPFRSPg0KICAgIDxURCBhbGlnbj1taWRkbGUgd2lkdGg9ODcz IGNvbFNwYW49MiBoZWlnaHQ9MTQ+DQogICAgICA8SFIgYWxpZ249Y2VudGVyIGNvbG9yPSMw MDgwMDAgU0laRT0xPg0KDQogICAgICA8UD6hoSA8L1A+PC9URD48L1RSPg0KICA8VFI+DQog ICAgPFREIGFsaWduPWxlZnQgd2lkdGg9ODczIGNvbFNwYW49MiBoZWlnaHQ9MTQ+DQogICAg ICA8UCBhbGlnbj1jZW50ZXI+PEZPTlQgZmFjZT2xvLiyw7wgY29sb3I9IzAwMDA4MCANCiAg ICAgIHNpemU9Mj5EZXhhdHJpbSZuYnNwOyZuYnNwOyi02cDMvu7Grr7gL73Ev+W+78GmKTwv Rk9OVD48Rk9OVCBmYWNlPbG8uLLDvCBjb2xvcj0jMDAwMDAwIA0KICAgICAgc2l6ZT0yPiZu YnNwOzwvRk9OVD4gPC9QPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURCBhbGlnbj1taWRk bGUgd2lkdGg9NTcgaGVpZ2h0PTE5PjxGT05UIGZhY2U9sby4ssO8IHNpemU9Mj48QSANCiAg ICAgIGhyZWY9Imh0dHA6Ly93d3cua29yZWF0b3duY3liZXJtYWxsLmNvbSI+PElNRyANCiAg ICAgIHNyYz0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29tL01haW5fUGFnZS9E ZXhhdHJpbS5qcGciIA0KICAgICAgYm9yZGVyPTA+PC9BPjwvRk9OVD48L1REPg0KICAgIDxU RCB2QWxpZ249dG9wIGFsaWduPWxlZnQgd2lkdGg9ODEwIGhlaWdodD0xOT4NCiAgICAgIDxQ IGFsaWduPWxlZnQ+PEZPTlQgZmFjZT2xvLiyw7wgc2l6ZT0yPjxCUj48Qj48Rk9OVCANCiAg ICAgIGNvbG9yPSNmZjAwZmY+PEJSPjwvRk9OVD48L0I+PEZPTlQgY29sb3I9IzAwMDA4MD6/ qbevsKHB9iC02b7uxq6/oSC9x8bQx9EgutC16cC7IMCnx9EgyLmx4sD7wM4gDQogICAgICC0 2b7uxq6+4C4gMSDAzyAxyLggurm/68C4t84gMTK9w7CjIL3DwOWx4iDBprDFx8+/qSDErrfO uK4gvLfD68C7IMDav6y9ure0sNQgxNzGrrfRx8+/qSDA2r+svbq3tLDUIMO8wd8gwPrHz7TC ILy8t86/7iANCiAgICAgILTZvu7Grr7gLiZuYnNwOzxCUj48L0ZPTlQ+PEJSPsGmwba/+Dq5 zLG5PC9GT05UPiZuYnNwOzxCUj48Rk9OVCBzaXplPTI+v/i3obChsN06Jm5ic3A7IA0KICAg ICAgPFNUUklLRT4kNDU8L1NUUklLRT4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQogICAgICA8Rk9OVCBjb2xvcj0jZmYw MDAwPry8wM+wobDdOiANCiAgICAgICQyMiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyDH0sDOvtc8L0ZPTlQ+PC9GT05UPjxGT05UIA0KICAgICAg Y29sb3I9I2ZmMDAwMCBzaXplPTI+OiAkMjM8QlI+PC9GT05UPjxGT05UIGZhY2U9sby4ssO8 IGNvbG9yPSMwMDAwODAgDQogICAgICBzaXplPTI+PEEgaHJlZj0iaHR0cDovL3d3dy5rb3Jl YXRvd25jeWJlcm1hbGwuY29tIj48SU1HIGhlaWdodD0zMyANCiAgICAgIHNyYz0iaHR0cDov L3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29tL3Nob3BwaW5nX3RpdF9ibHVlLmdpZiIgd2lk dGg9MTM2IA0KICAgICAgYm9yZGVyPTA+PC9BPjwvRk9OVD48L1A+PC9URD48L1RSPjwvVEJP RFk+PC9UQUJMRT4NCjxUQUJMRSBoZWlnaHQ9MTc4IGNlbGxTcGFjaW5nPTEgd2lkdGg9NjQ1 IGJvcmRlcj0wPg0KICA8VEJPRFk+DQogIDxUUj4NCiAgICA8VEQgYWxpZ249bWlkZGxlIHdp ZHRoPTg3MyBjb2xTcGFuPTIgaGVpZ2h0PTU2Pg0KICAgICAgPEhSIGFsaWduPWNlbnRlciBj b2xvcj0jMDA4MDAwIFNJWkU9MT4NCg0KICAgICAgPFA+oaEgPC9QPjwvVEQ+PC9UUj4NCiAg PFRSPg0KICAgIDxURCBhbGlnbj1sZWZ0IHdpZHRoPTg3MyBjb2xTcGFuPTIgaGVpZ2h0PTE1 Pg0KICAgICAgPFAgYWxpZ249Y2VudGVyPjxGT05UIGZhY2U9sby4ssO8IGNvbG9yPSMwMDAw ODAgDQogICAgICBzaXplPTI+RGl1cmV4KLTZwMy+7sauKSZuYnNwOzwvRk9OVD48L1A+PC9U RD48L1RSPg0KICA8VFI+DQogICAgPFREIHZBbGlnbj10b3AgYWxpZ249bWlkZGxlIHdpZHRo PTEyMiBoZWlnaHQ9OTU+PEZPTlQgZmFjZT2xvLiyw7wgc2l6ZT0yPjxBIA0KICAgICAgaHJl Zj0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29tIj48SU1HIA0KICAgICAgc3Jj PSJodHRwOi8vd3d3LmtvcmVhdG93bmN5YmVybWFsbC5jb20vTWFpbl9QYWdlL0RpdXJleC5q cGciIA0KICAgICAgYm9yZGVyPTA+PC9BPjwvRk9OVD48L1REPg0KICAgIDxURCB2QWxpZ249 Y2VudGVyIGFsaWduPWxlZnQgd2lkdGg9NzQ1IGhlaWdodD05NT4NCiAgICAgIDxQPjxGT05U IGZhY2U9sby4ssO8IHNpemU9Mj67/biuwPwgw7zB38H1sKG/zSC60sTosKjAuyZuYnNwOyDB prDFx9jB1rTCIMavyL/AxyC+4MewLjwvRk9OVD48Rk9OVCANCiAgICAgIGZhY2U9sby4ssO8 IHNpemU9Mj4gMcDPMci4ILq5v+vAuLfOILv9uK7A/CC49r+hILz2utDB9bChwLsgvNK6r8C4 t84guei8s8fPv6kgxsi02biuv6Egus6x4r/NIL7Gt6e56CCwxbrPx9TAuyANCiAgICAgIL74 v6HB3C4mbmJzcDs8L0ZPTlQ+PEZPTlQgZmFjZT2xvLiyw7wgc2l6ZT0yPjxCUj48L0ZPTlQ+ PEZPTlQgZmFjZT2xvLiyw7wgDQogICAgICBzaXplPTI+wabBtr/4OiC5zLG5Jm5ic3A7PC9G T05UPjxGT05UIHNpemU9Mj48QlI+v/i3obChsN06Jm5ic3A7Jm5ic3A7IA0KICAgICAgPFNU UklLRT4kNDU8L1NUUklLRT4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsgPEZPTlQgDQogICAgICBjb2xvcj0jZmYwMDAwPry8wM+wobDdOiANCiAgICAgICQy MiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyANCiAgICAgIMfSwM6+1yQyMzxCUj48L0ZPTlQ+PC9GT05UPjxGT05U IGZhY2U9sby4ssO8IGNvbG9yPSMwMDAwODAgc2l6ZT0yPjxBIA0KICAgICAgaHJlZj0iaHR0 cDovL3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29tIj48SU1HIGhlaWdodD0zMyANCiAgICAg IHNyYz0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29tL3Nob3BwaW5nX3RpdF9i bHVlLmdpZiIgd2lkdGg9MTM2IA0KICAgICAgYm9yZGVyPTA+PC9BPjwvRk9OVD4gPC9QPjwv VEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+PC9QPg0KPFA+oaE8L1A+DQo8UD4NCjxUQUJMRSBj ZWxsU3BhY2luZz0xIHdpZHRoPTY0NSBib3JkZXI9MD4NCiAgPFRCT0RZPg0KICA8VFI+DQog ICAgPFREIGFsaWduPW1pZGRsZSB3aWR0aD04NzMgY29sU3Bhbj0yIGhlaWdodD0xND4NCiAg ICAgIDxIUiBhbGlnbj1jZW50ZXIgY29sb3I9IzAwODAwMCBTSVpFPTE+DQoNCiAgICAgIDxQ PqGhIDwvUD48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQgYWxpZ249bGVmdCB3aWR0aD04 NzMgY29sU3Bhbj0yIGhlaWdodD0xND4NCiAgICAgIDxQIGFsaWduPWNlbnRlcj48Rk9OVCBm YWNlPbG8uLLDvCBjb2xvcj0jMDAwMDgwIHNpemU9Mj5OYWlyKMO8uPAgwaawxSANCiAgICAg ILfOvMcpJm5ic3A7PC9GT05UPjxGT05UIGZhY2U9sby4ssO8IGNvbG9yPSMwMDAwMDAgDQpz aXplPTI+Jm5ic3A7PC9GT05UPjwvUD48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQgdkFs aWduPXRvcCBhbGlnbj1taWRkbGUgd2lkdGg9NTcgaGVpZ2h0PTE5PjxGT05UIGZhY2U9sby4 ssO8IHNpemU9Mj48QSANCiAgICAgIGhyZWY9Imh0dHA6Ly93d3cua29yZWF0b3duY3liZXJt YWxsLmNvbSI+PElNRyANCiAgICAgIHNyYz0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1h bGwuY29tL01haW5fUGFnZS8xNTExdC5qcGciIA0KICAgICAgYm9yZGVyPTA+PC9BPjwvRk9O VD48L1REPg0KICAgIDxURCB2QWxpZ249Y2VudGVyIGFsaWduPWxlZnQgd2lkdGg9ODEwIGhl aWdodD0xOT4NCiAgICAgIDxQIGFsaWduPWxlZnQ+PEZPTlQgZmFjZT2xvLiyw7wgc2l6ZT0y PjxGT05UIGNvbG9yPSMwMDAwODA+v6m4p8O2v6Egs+vD4rXHvu4gurix4sjkx9EgDQogICAg ICCw3LXltvvAzCzGyCy02biuILXute4gxdDAuyC4u7L7yPcgvvi+1sHWtMIgxam4si6hoTwv Rk9OVD63zrzHwLsgs+vD4rXHtMIgus660L+hILnZuKXIxCAzLTW60MjEv6EgyN7B9rfOILTb wLi46SC6uLHivcjAuiANCiAgICAgIMO8uPDAuyC/z7qux8+w1CDBprDFx9jB3C48QlI+PEJS PjwvRk9OVD48Rk9OVCBmYWNlPbG8uLLDvCBzaXplPTI+wabBtr/4OiC5zLG5PC9GT05UPjxG T05UIA0KICAgICAgc2l6ZT0yPjxGT05UIGZhY2U9sby4ssO8PiAmbmJzcDs8QlI+PC9GT05U Pr/4t6GwobDdOiZuYnNwOyANCiAgICAgIDxTVFJJS0U+JDM1PC9TVFJJS0U+Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0KICAgICAg PEZPTlQgY29sb3I9I2ZmMDAwMD68vMDPsKGw3TogDQogICAgICAkMjAmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgx9LAzr7XOiANCiAg ICAgICQxNTxCUj48L0ZPTlQ+PC9GT05UPjxGT05UIGZhY2U9sby4ssO8IGNvbG9yPSMwMDAw ODAgc2l6ZT0yPjxBIA0KICAgICAgaHJlZj0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1h bGwuY29tIj48SU1HIGhlaWdodD0zMyANCiAgICAgIHNyYz0iaHR0cDovL3d3dy5rb3JlYXRv d25jeWJlcm1hbGwuY29tL3Nob3BwaW5nX3RpdF9ibHVlLmdpZiIgd2lkdGg9MTM2IA0KICAg ICAgYm9yZGVyPTA+PC9BPjwvRk9OVD4gPC9QPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+ PC9QPg0KPFA+PC9QPg0KPFA+DQo8VEFCTEUgY2VsbFNwYWNpbmc9MSB3aWR0aD02NDUgYm9y ZGVyPTA+DQogIDxUQk9EWT4NCiAgPFRSPg0KICAgIDxURCBhbGlnbj1taWRkbGUgd2lkdGg9 ODczIGNvbFNwYW49MiBoZWlnaHQ9MTQ+DQogICAgICA8SFIgY29sb3I9IzAwMDA4MCBTSVpF PTE+DQoNCiAgICAgIDxQPqGhIDwvUD48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQgYWxp Z249bGVmdCB3aWR0aD04NzMgY29sU3Bhbj0yIGhlaWdodD0xND4NCiAgICAgIDxQIGFsaWdu PWNlbnRlcj48Rk9OVCBmYWNlPbG8uLLDvCBjb2xvcj0jMDAwMDgwIHNpemU9Mj4mbmJzcDso yK3AzMautNcgxam4sim+87G8wLsgDQogICAgICC56b/Bw7O3syEmbmJzcDs8L0ZPTlQ+PC9Q PjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURCBhbGlnbj1taWRkbGUgd2lkdGg9NTcgaGVp Z2h0PTE5PjxGT05UIGZhY2U9sby4ssO8IHNpemU9Mj48QSANCiAgICAgIGhyZWY9Imh0dHA6 Ly93d3cua29yZWF0b3duY3liZXJtYWxsLmNvbSI+PElNRyANCiAgICAgIHNyYz0iaHR0cDov L3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29tL01haW5fUGFnZS8xNDI0dC5qcGciIA0KICAg ICAgYm9yZGVyPTA+PC9BPjwvRk9OVD48L1REPg0KICAgIDxURCB2QWxpZ249Y2VudGVyIGFs aWduPWxlZnQgd2lkdGg9ODEwIGhlaWdodD0xOT4NCiAgICAgIDxQIGFsaWduPWxlZnQ+PEZP TlQgZmFjZT2xvLiyw7w+PEI+PEZPTlQgY29sb3I9IzAwMDA4MCANCiAgICAgIHNpemU9Mj48 QlI+PC9GT05UPjwvQj48Rk9OVCBjb2xvcj0jMDAwMDgwIHNpemU9Mj66vb+puKfDtr+hIMXC vueT3L+hILDLvu7B9rTCIMfHus7AuyC56b/Bw7O3syANCiAgICAgIMjxsNQuLi4mbmJzcDsg wdfAurH6LCCx4rnMv6G1tSDGr8i/LiZuYnNwOyA8L0ZPTlQ+PC9GT05UPjxCPjxGT05UIGZh Y2U9sby4ssO8IA0KICAgICAgY29sb3I9IzAwMDA4MCBzaXplPTI+PEJSPjwvRk9OVD48L0I+ PEZPTlQgZmFjZT2xvLiyw7wgY29sb3I9IzAwMDA4MCANCiAgICAgIHNpemU9Mj48QlI+PC9G T05UPjxGT05UIGZhY2U9sby4ssO8IHNpemU9Mj48Rk9OVCANCiAgICAgIGNvbG9yPSMwMDAw ODA+wabBtr/4OrnMsbk8L0ZPTlQ+PEZPTlQgc2l6ZT0yPjxGT05UIGNvbG9yPSMwMDAwODA+ IA0KICAgICAgJm5ic3A7PEJSPjwvRk9OVD6/+LehsKGw3TombmJzcDsgDQogICAgICA8U1RS SUtFPiQ0NTwvU1RSSUtFPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyA8Rk9OVCAN CiAgICAgIGNvbG9yPSNmZjAwMDA+vLzAz7ChsN06ICQyNTwvRk9OVD4mbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQogICAgICA8Rk9OVCBjb2xvcj0jZmYw MDAwPsfSwM6+1zogPC9GT05UPjwvRk9OVD48Rk9OVCANCiAgICAgIGNvbG9yPSNmZjAwMDA+ JDIwPEJSPjwvRk9OVD48L0ZPTlQ+PEZPTlQgZmFjZT2xvLiyw7wgY29sb3I9IzAwMDA4MCBz aXplPTI+PEEgDQogICAgICBocmVmPSJodHRwOi8vd3d3LmtvcmVhdG93bmN5YmVybWFsbC5j b20iPjxJTUcgaGVpZ2h0PTMzIA0KICAgICAgc3JjPSJodHRwOi8vd3d3LmtvcmVhdG93bmN5 YmVybWFsbC5jb20vc2hvcHBpbmdfdGl0X2JsdWUuZ2lmIiB3aWR0aD0xMzYgDQogICAgICBi b3JkZXI9MD48L0E+PC9GT05UPiA8L1A+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT48L1A+ DQo8UD6hoTwvUD4NCjxQPg0KPFRBQkxFIGNlbGxTcGFjaW5nPTEgd2lkdGg9NjQ1IGJvcmRl cj0wPg0KICA8VEJPRFk+DQogIDxUUj4NCiAgICA8VEQgYWxpZ249bWlkZGxlIHdpZHRoPTg3 MyBjb2xTcGFuPTIgaGVpZ2h0PTE0Pg0KICAgICAgPEhSIGNvbG9yPSMwMDAwODAgU0laRT0x Pg0KDQogICAgICA8UD6hoSA8L1A+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREIGFsaWdu PWxlZnQgd2lkdGg9ODczIGNvbFNwYW49MiBoZWlnaHQ9MTQ+DQogICAgICA8UCBhbGlnbj1j ZW50ZXI+PEZPTlQgZmFjZT2xvLiyw7wgY29sb3I9IzAwMDA4MCBzaXplPTI+WW9oaW1iZSBB ZHZhdGFnZSZuYnNwOyANCiAgICAgICZuYnNwOyAkNTAuMDAmbmJzcDsoIMPKsK23wiDBpLfC waYpIDwvRk9OVD48L1A+PC9URD48L1RSPg0KICA8VFI+DQogICAgPFREIGFsaWduPW1pZGRs ZSB3aWR0aD01NyBoZWlnaHQ9MTk+PEZPTlQgZmFjZT2xvLiyw7wgc2l6ZT0yPjxBIA0KICAg ICAgaHJlZj0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29tIj48SU1HIA0KICAg ICAgc3JjPSJodHRwOi8vd3d3LmtvcmVhdG93bmN5YmVybWFsbC5jb20vTWFpbl9QYWdlL3lv aGltYmUuZ2lmIiANCiAgICAgIGJvcmRlcj0wPjwvQT48L0ZPTlQ+PC9URD4NCiAgICA8VEQg dkFsaWduPWNlbnRlciBhbGlnbj1sZWZ0IHdpZHRoPTgxMCBoZWlnaHQ9MTk+PEZPTlQgZmFj ZT2xvLiyw7wgDQogICAgICBjb2xvcj0jZmYwMGZmIHNpemU9Mj48Qj7DyrCtt8IgwaS3wsGm PC9CPjwvRk9OVD48Rk9OVCBmYWNlPbG8uLLDvCBjb2xvcj0jMDAwMDgwIA0KICAgICAgc2l6 ZT0yPiZuYnNwOyCzyrmrs6ogwK+47cfRwabHsC4mbmJzcDsgv+TI+7rxt860wiCwocDlIMiu vcfH0UFEVkVOVEFHRSBJTkMuwabHsCDA1LTPtNkuIA0KICAgICAgPC9GT05UPjxGT05UIGZh Y2U9sby4ssO8IGNvbG9yPSMwMDAwODAgc2l6ZT0yPrrOus6woSDH1LKyurm/68fYIMHxsMW/ 7iC8urv9yLDAuyDAp8fRIA0KICAgICAgwdi68bmwLjwvRk9OVD48Rk9OVCBmYWNlPbG8uLLD vCBzaXplPTI+PEZPTlQgY29sb3I9IzAwMDA4MD66ub/ruea5/Tqwobqtv+4gvPq/oSZuYnNw OyANCiAgICAgIDItM7nmv+++vyCz1r7uurm/68fPvcO46SZuYnNwOyCwocDlyL+w+rimILq8 vPbA1rTCwabHsCA8L0ZPTlQ+PEJSPsGmwba/+DogucyxuSAmbmJzcDs8L0ZPTlQ+PEZPTlQg DQogICAgICBzaXplPTI+PEJSPr/4t6GwobDdOiZuYnNwOyANCiAgICAgIDxTVFJJS0U+JDc1 PC9TVFJJS0U+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IDxG T05UIA0KICAgICAgY29sb3I9I2ZmMDAwMD68vMDPsKGw3TogJDUwJm5ic3A7Jm5ic3A7Jm5i c3A7PC9GT05UPjwvRk9OVD48Rk9OVCBjb2xvcj0jZmYwMDAwIA0KICAgICAgc2l6ZT0yPiZu YnNwOyZuYnNwOyZuYnNwOyDH0sDOvtc6IDwvRk9OVD48Rk9OVCANCiAgICAgIGNvbG9yPSNm ZjAwMDA+JDI1PEJSPjwvRk9OVD48Rk9OVCBmYWNlPbG8uLLDvCBjb2xvcj0jMDAwMDgwIHNp emU9Mj48QSANCiAgICAgIGhyZWY9Imh0dHA6Ly93d3cua29yZWF0b3duY3liZXJtYWxsLmNv bSI+PElNRyBoZWlnaHQ9MzMgDQogICAgICBzcmM9Imh0dHA6Ly93d3cua29yZWF0b3duY3li ZXJtYWxsLmNvbS9zaG9wcGluZ190aXRfYmx1ZS5naWYiIHdpZHRoPTEzNiANCiAgICAgIGJv cmRlcj0wPjwvQT48L0ZPTlQ+IDwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+PC9QPg0KPFAg YWxpZ249Y2VudGVyPqGhIA0KPFAgYWxpZ249Y2VudGVyPqGhIDwvUD4NCjxQPg0KPFRBQkxF IHdpZHRoPTY0NSBib3JkZXI9MD4NCiAgPFRCT0RZPg0KICA8VFI+DQogICAgPFREIGFsaWdu PW1pZGRsZSB3aWR0aD03NDQgY29sU3Bhbj0yPg0KICAgICAgPEhSIGNvbG9yPSMwMDAwODAg U0laRT0xPg0KDQogICAgICA8UCBhbGlnbj1jZW50ZXI+oaEgPC9QPjwvVEQ+PC9UUj4NCiAg PFRSPg0KICAgIDxURCB3aWR0aD03NDQgY29sU3Bhbj0yPg0KICAgICAgPFAgYWxpZ249Y2Vu dGVyPjxCPjxGT05UIGZhY2U9sby4ssO8IGNvbG9yPSMwMDAwODAgc2l6ZT0yPr26xuS0z726 IMfDtvPAzCANCiAgICAgIDwvRk9OVD48L0I+PEZPTlQgY29sb3I9IzAwMDA4MD48Rk9OVCBm YWNlPbG8uLLDvCANCiAgICAgIHNpemU9Mj4ov6m8usjvutDBpik8L0ZPTlQ+PC9GT05UPjwv UD48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQgd2lkdGg9ODg+PEZPTlQgZmFjZT2xvLiy w7wgc2l6ZT0yPjxBIA0KICAgICAgaHJlZj0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1h bGwuY29tIj48SU1HIA0KICAgICAgc3JjPSJodHRwOi8vd3d3LmtvcmVhdG93bmN5YmVybWFs bC5jb20vTWFpbl9QYWdlLzcwNC5qcGciPjwvQT48L0ZPTlQ+PC9URD4NCiAgICA8VEQgdkFs aWduPWNlbnRlciB3aWR0aD02NTA+PEZPTlQgc2l6ZT0yPjxGT05UIGZhY2U9sby4ssO8IGNv bG9yPSMwMDAwODAgDQogICAgICBzaXplPTI+sdez4LimIMHxsMyw1CDH0bTZLiE8QlI+wMy5 48C7ILT1v+209SAuLi4uILHXs+C/zSC757b7wLsmbmJzcDsgLi48QlI+MjC+y8DMuOcgMcDP M77Lse7B9ri4IA0KICAgICAgurm/6y48QlI+PEJSPsGmwba/+Dq5zLG5PEJSPjwvRk9OVD48 Rk9OVCBjb2xvcj0jZmYwMDAwPsbHuMWwobDdOiANCiAgICAgICQxOSZuYnNwOzxCUj48L0ZP TlQ+PC9GT05UPjxGT05UIGZhY2U9sby4ssO8IGNvbG9yPSMwMDAwODAgc2l6ZT0yPjxBIA0K ICAgICAgaHJlZj0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29tIj48SU1HIGhl aWdodD0zMyANCiAgICAgIHNyYz0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29t L3Nob3BwaW5nX3RpdF9ibHVlLmdpZiIgd2lkdGg9MTM2IA0KICAgICAgYm9yZGVyPTA+PC9B PjwvRk9OVD4gPC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT48L1A+DQo8UCBhbGlnbj1jZW50 ZXI+oaE8L1A+DQo8VEFCTEUgaGVpZ2h0PTE3MyBjZWxsU3BhY2luZz0xIHdpZHRoPTY0NSBi b3JkZXI9MD4NCiAgPFRCT0RZPg0KICA8VFI+DQogICAgPFREIHZBbGlnbj1jZW50ZXIgd2lk dGg9NzQ3IGNvbFNwYW49MiBoZWlnaHQ9Mjk+DQogICAgICA8SFIgY29sb3I9IzAwMDA4MCBT SVpFPTE+DQoNCiAgICAgIDxQIGFsaWduPWNlbnRlcj6hoSA8L1A+PC9URD48L1RSPg0KICA8 VFI+DQogICAgPFREIHdpZHRoPTc0NyBjb2xTcGFuPTIgaGVpZ2h0PTI5Pg0KICAgICAgPFAg YWxpZ249Y2VudGVyPjxGT05UIGZhY2U9sby4ssO8IGNvbG9yPSMwMDAwODAgc2l6ZT0yPry9 vboguem56MHxseKx4iZuYnNwOyDB9sSnvK0ouvG18L/AIA0KICAgICAgxdfA2SkgMSwyIMbt Jm5ic3A7PC9GT05UPjwvUD48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQgdkFsaWduPXRv cCB3aWR0aD04OCBoZWlnaHQ9MTMyPjxGT05UIGZhY2U9sby4ssO8IHNpemU9Mj48QSANCiAg ICAgIGhyZWY9Imh0dHA6Ly93d3cua29yZWF0b3duY3liZXJtYWxsLmNvbSI+PElNRyANCiAg ICAgIHNyYz0iaHR0cDovL3d3dy5rb3JlYXRvd25jeWJlcm1hbGwuY29tL01haW5fUGFnZS9z czEuanBnIj48L0E+PC9GT05UPjwvVEQ+DQogICAgPFREIHZBbGlnbj1jZW50ZXIgd2lkdGg9 NjUzIGhlaWdodD0xMzI+DQogICAgICA8UD48Rk9OVCBmYWNlPbG8uLLDvCBzaXplPTI+PEZP TlQgY29sb3I9IzAwMDA4MD65zLG5IFNleCBDbGluaWMgwMcgwK+47SDAx7vntenAzCDBu7T1 IA0KICAgICAgx+C6ucfPsO0gv8+6rsfRILrOus67/ciwwLsgwKfHz7+pIMGmwNvH0SC68bXw v8DF18DULiC02b7nx9Egw7zAp7/NIMO8wKfAxyDA5bTcwaHAuyDA2ry8yPcgvLO47cfPuOcg vLrFqbiutNAgyK/A2rXpwMwgwffBoiANCiAgICAgIDwvRk9OVD648LWot84gte7A5cfULiC8 urv9yLC/oSC4uMG3x8/B9rj4x8+0wrrQtenAuiC60LXpv6Gw1LTCIMfKvPbBpsewwMy45yC4 uMG3x8+0wrrQtenAuiDBu7T1ILi4wbfAu7TAs6W89sDWsNQgtbW/zbXluLIsIA0KICAgICAg PC9GT05UPjxGT05UIGZhY2U9sby4ssO8IHNpemU9Mj4xxu0sMsbtwLi3ziZuYnNwO0RWRL/4 xsfAuyC68bXwv8AgxdfA2SDA57G4vLouPC9GT05UPjxGT05UIA0KICAgICAgc2l6ZT0yPjxC Uj6/+LehsKGw3TogPFNUUklLRT4kNjU8L1NUUklLRT4mbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsgDQogICAgICAmbmJzcDsmbmJzcDsmbmJzcDsgPEZPTlQgY29sb3I9I2ZmMDAwMD68vMDP sKGw3TogDQogICAgICAkNDU8L0ZPTlQ+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7ICZuYnNw OyZuYnNwOyA8Rk9OVCBjb2xvcj0jZmYwMDAwPsfSwM6+1zogDQogICAgICAkMjA8QlI+PC9G T05UPjwvRk9OVD48Rk9OVCBmYWNlPbG8uLLDvCBjb2xvcj0jMDAwMDgwIHNpemU9Mj48QSAN CiAgICAgIGhyZWY9Imh0dHA6Ly93d3cua29yZWF0b3duY3liZXJtYWxsLmNvbSI+PElNRyBo ZWlnaHQ9MzMgDQogICAgICBzcmM9Imh0dHA6Ly93d3cua29yZWF0b3duY3liZXJtYWxsLmNv bS9zaG9wcGluZ190aXRfYmx1ZS5naWYiIHdpZHRoPTEzNiANCiAgICAgIGJvcmRlcj0wPjwv QT48L0ZPTlQ+PC9QPg0KICAgICAgPFA+Jm5ic3A7PC9QPg0KICAgICAgPFAgYWxpZ249Y2Vu dGVyPjxGT05UIHNpemU9Mj68vLDov6G8rSCwocDlIMD6t8XH0SC68b/rwLi3ziC/qbevutDA xyC43sDPILGksO24piDDpcDTwfaw2r3AtM+02S4gDQogICAgICA8L0ZPTlQ+PEEgaHJlZj0i bWFpbHRvOnBvc3Q0OTg5QGhvdG1haWwuY29tIj48Rk9OVCANCiAgICAgIHNpemU9Mj5wb3N0 NDk4OUBob3RtYWlsLmNvbTwvRk9OVD48L0E+PC9QPg0KICAgICAgPFAgYWxpZ249Y2VudGVy PiZuYnNwOzwvUD48L1REPjwvVFI+PC9UQk9EWT48L1RBQkxFPjwvRElWPjwvRk9OVD4NCjwv Qk9EWT4NCjwvSFRNTD4NCg== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 4:30:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2931E37B43E for ; Sun, 13 May 2001 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DBU1f85965; Sun, 13 May 2001 04:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDA4E37B423 for ; Sun, 13 May 2001 04:29:56 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DBTua85944; Sun, 13 May 2001 04:29:56 -0700 (PDT) (envelope-from nobody) Message-Id: <200105131129.f4DBTua85944@freefall.freebsd.org> Date: Sun, 13 May 2001 04:29:56 -0700 (PDT) From: ivo@ricardis.tudelft.nl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27300: ImageMagick-5.3.1 doesn't build on 4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27300 >Category: ports >Synopsis: ImageMagick-5.3.1 doesn't build on 4.2 >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 May 13 04:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ivo Janssen >Release: 4.2STABLE >Organization: >Environment: FreeBSD ricardis.ricardis.tudelft.nl 4.2-STABLE FreeBSD 4.2-STABLE #0: Mon Feb 26 21:31:17 CET 2001 root@ricardis.ricardis.tudelft.nl:/usr/obj/usr/src/sys/RICARDIS i386 >Description: ImageMagick-5.3.1 won't build, the configure step fails. Transcript follows: Script started on Sun May 13 13:24:28 2001 # make ===> Extracting for ImageMagick-5.3.1 >How-To-Repeat: ivo@ricardis: /home/ivo # cd /usr/ports/graphics/ImageMagick/ ivo@ricardis: graphics/ImageMagick # make clean && make (will install lots of dependencies!) >Fix: not known >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for ImageMagick-5.3.1.tar.gz. ===> ImageMagick-5.3.1 depends on executable: freetype-config - found ===> ImageMagick-5.3.1 depends on executable: gs - found ===> ImageMagick-5.3.1 depends on executable: autoconf - found ===> ImageMagick-5.3.1 depends on executable: libtool - found ===> ImageMagick-5.3.1 depends on shared library: bz2.1 - found ===> ImageMagick-5.3.1 depends on shared library: fpx.1 - found ===> ImageMagick-5.3.1 depends on shared library: df.1 - found ===> ImageMagick-5.3.1 depends on shared library: jbig.1 - found ===> ImageMagick-5.3.1 depends on shared library: jpeg.9 - found ===> ImageMagick-5.3.1 depends on shared library: lcms.1 - found ===> ImageMagick-5.3.1 depends on shared library: png.4 - found ===> ImageMagick-5.3.1 depends on shared library: tiff.4 - found ===> ImageMagick-5.3.1 depends on shared library: freetype.6 - found ===> ImageMagick-5.3.1 depends on shared library: xml2.5 - found ===> ImageMagick-5.3.1 depends on shared library: wmf.1 - found ===> ImageMagick-5.3.1 depends on shared library: X11.6 - found ===> Patching for ImageMagick-5.3.1 ===> Applying FreeBSD patches for ImageMagick-5.3.1 ===> Configuring for ImageMagick-5.3.1 configure.in:796: warning: AC_TRY_RUN called without default to allow cross comp iling configure.in:1117: warning: AC_TRY_RUN called without default to allow cross com piling creating cache ./config.cache configuring ImageMagick 5.3.1 checking host system type... i386--freebsd4.2 checking target system type... i386--freebsd4.2 checking build system type... i386--freebsd4.2 checking whether build environment is sane... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for mawk... no checking for gawk... no checking for nawk... no checking for awk... awk checking whether make sets ${MAKE}... yes checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking dependency style of cc... gcc checking how to run the C preprocessor... cc -E checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether make sets ${MAKE}... (cached) yes checking whether ln -s works... yes checking for Cygwin environment... no checking for mingw32 environment... no checking for executable suffix... no checking for object suffix... o checking for main in -lltdl... no checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependant libraries... pass_all checking for ranlib... ranlib checking for strip... strip updating cache ./config.cache ltconfig: unrecognized option `--build=i386--freebsd4.2' Try `ltconfig --help' for more information. configure: error: libtool configure failed ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:657: checking host system type configure:678: checking target system type configure:696: checking build system type configure:721: checking whether build environment is sane configure:776: checking for a BSD compatible install configure:864: checking for mawk configure:864: checking for gawk configure:864: checking for nawk configure:864: checking for awk configure:894: checking whether make sets ${MAKE} configure:1017: checking for gcc configure:1130: checking whether the C compiler (cc -O -pipe ) works configure:1146: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/ local/lib 1>&5 configure:1172: checking whether the C compiler (cc -O -pipe ) is a cross-compil er configure:1177: checking whether we are using GNU C configure:1186: cc -E conftest.c configure:1205: checking whether cc accepts -g configure:1238: checking how to run the C preprocessor configure:1259: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1326: checking dependency style of cc configure:1374: checking how to run the C preprocessor configure:1465: checking for ld used by GCC configure:1533: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.10.1 (with BFD 2.10.1) configure:1562: checking for a BSD compatible install configure:1615: checking whether make sets ${MAKE} configure:1642: checking whether ln -s works configure:1667: checking for Cygwin environment configure:1683: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1679: `__CYGWIN32__' undeclared (first use in this function) configure:1679: (Each undeclared identifier is reported only once configure:1679: for each function it appears in.) configure: failed program was: #line 1672 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1700: checking for mingw32 environment configure:1712: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1708: `__MINGW32__' undeclared (first use in this function) configure:1708: (Each undeclared identifier is reported only once configure:1708: for each function it appears in.) configure: failed program was: #line 1705 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1731: checking for executable suffix configure:1741: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/ local/lib 1>&5 configure:1762: checking for object suffix configure:1768: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure:1844: checking for main in -lltdl configure:1859: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lltdl -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot find -lltdl configure: failed program was: #line 1852 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:1924: checking for /usr/libexec/elf/ld option to reload object files configure:1936: checking for BSD-compatible nm configure:1974: checking how to recognise dependant libraries configure:2262: checking for ranlib configure:2329: checking for strip (end of "config.log") *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 4:33:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 0A38437B423 for ; Sun, 13 May 2001 04:33:08 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.11.3/8.11.1) id f4DBX1I91728; Sun, 13 May 2001 13:33:01 +0200 (CEST) (envelope-from ibex) Date: Sun, 13 May 2001 13:33:01 +0200 From: Dirk Froemberg To: Pat Wendorf Cc: ports@FreeBSD.org, geoff@sea-incorporated.com Subject: Re: FreeBSD Port: mod_php4-4.0.5 Message-ID: <20010513133301.A91470@physik.TU-Berlin.DE> References: <3AFB86F6.178D097D@unios.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AFB86F6.178D097D@unios.dhs.org>; from beholder@unios.dhs.org on Fri, May 11, 2001 at 02:30:14AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi again! On Fri, May 11, 2001 at 02:30:14AM -0400, Pat Wendorf wrote: > Upgraded PHP tonight and I got this: > > Error: shared library "gds.1" does not exist > > I checked firebird and it seems that it installed ok. Newer version of ldconfig perform some security checks: % ldconfig -m /usr/local/firebird/lib ldconfig: /usr/local/firebird/lib: ignoring directory not owned by root To work around this, firebird should install /usr/local/firebird/lib/ as root... 8-) BTW. mod_php4 already adds "-L /usr/local/firebird/lib -R /usr/local/firebird/lib" to ld flags... Regards Dirk -- Dirk Froemberg 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 Sun May 13 7: 4:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 2C60637B423; Sun, 13 May 2001 07:04:07 -0700 (PDT) (envelope-from watchman@ludd.luth.se) Received: from d1o907.telia.com (d1o907.telia.com [195.252.38.241]) by mailc.telia.com (8.11.2/8.11.0) with ESMTP id f4DE45H10776; Sun, 13 May 2001 16:04:05 +0200 (CEST) Received: from ludd.luth.se (h55n1fls21o907.telia.com [212.181.140.55]) by d1o907.telia.com (8.8.8/8.8.8) with ESMTP id QAA17459; Sun, 13 May 2001 16:04:04 +0200 (CEST) Message-ID: <3AFE944E.D56E1AC9@ludd.luth.se> Date: Sun, 13 May 2001 16:03:58 +0200 From: Joachim =?iso-8859-1?Q?Str=F6mbergson?= Organization: Acne X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en-US MIME-Version: 1.0 To: Ade Lovett Cc: ports Subject: Re: gnomeui.so.4 (was: Re: gnome 1.2 & gnomecore 1.4??) References: <3AF9B430.DF487472@home.com> <20010510092821.G6932@FreeBSD.org> <3AFD3840.14FBE991@ludd.luth.se> <20010512101336.B617@FreeBSD.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Aloha! Ade Lovett wrote: > On Sat, May 12, 2001 at 03:18:56PM +0200, Joachim Strömbergson wrote: > > When I try and start gnome + sawfish I get the same problem with loadern > > complaining of not finding gnomeui.so.4. > > Then something hasn't been updated properly, probably your ports/Mk > directory. Most shared library revision numbers were forcibly bumped > from .4 to .5 to indicate the change. In addition, sawfish is part > of the x11/gnome metaport now.. unless you deleted it, it will still > be referring to old libraries. This is bad. > > Ensure that you have revision 1.9 of ports/Mk/bsd.gnome.mk, look > at the output of "make clean" in x11/gnome, and if you have any > ports installed prior to your GNOME install, delete/rebuild them. Ok, thanks I'll try that and see what gives. BTW is there any way to make ld report what file(s) are causing the loading of a certain module? Right now I get what file it can't find, but if I could get the info about the program that tried to call gnomeui.so.4, it would be possible to backtrack the port I need to update. I looked in man ld, but verbose seems to be reporting missing files. I guess this would also require to set the apropriate flag on a system wide basis. > There is only libgnomeui.so.5 (and .so, and .a), installed by > x11/gnomelibs. All other ports were updated, either automatically > when Mk/bsd.gnome.mk was updated and the use of the USE_GNOME directive > in the Makefile, or other hacks. > > The fact that you have ports still looking for .4 indicates that a > full cleanout did not, in fact, occur. You should be able to fix this > by removing and rebuilding the offending port(s). Check your > /var/db/pkg directory.. if you have anything like two ports with > different version numbers installed, something bad has happened, and > your system will be in an unknown state. Ok. I will try this again and take notes. It seems to me that it's probably part of gnomecore or libs, since the call to libgnomeui.so.4 appears early on in the startup process. That should eliminate a few ports from the list of suspects. > I am being deadly serious about wiping things clean, either with > a binary install from CD or: > > rm -rf /usr/src /usr/obj /usr/ports /usr/X11R6 /usr/local /var/db/pkg > > followed by a cvsup and rebuild, ensuring that you either have > ports-all (or ports-base if you're only taking parts of the tree). > > The pkg_* tools are still a long way from being able to do an > upgrade of something as complex (in terms of interdependencies) as GNOME. I'm sorry but I need to seriously differ with you here. Had this been a system from a vendor based in Redmond then I would agree that such measures would be the common, normal solution. (I've actually seen persons getting the recommendation to use the rescuedisk and wipe the system due to the keyboard being physically broken :-) This on the other hand is a well engineered system that should be and normally is upgradeable, manageable and generally made to operate for years without needing the wipeout measure now and then. That means that we need the tools to make it possible for us to keep the system in known states, handle upgrades, track changes and so on. And generally speaking the current system goes long ways of doing so. If your only tool is a hammer, then treating every problem as a nail might be ok. But if your only tool is a thermonuclear missile, then you should think both once or twice of alternative solutions before nuking away... -- Med vänlig hälsning, Cheers! Joachim Strömbergson ============================================================================ Joachim Strömbergson - ASIC designer, nice to *cute* animals. snail: phone: mail & web: Sävenäsgatan 5A +46 31 - 27 98 47 watchman@ludd.luth.se 416 72 Göteborg +46 733 75 97 02 www.ludd.luth.se/~watchman ============================================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 7:36: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wolf.istc.kiev.ua (wolf.istc.kiev.ua [193.193.221.1]) by hub.freebsd.org (Postfix) with ESMTP id A719D37B422 for ; Sun, 13 May 2001 07:35:54 -0700 (PDT) (envelope-from kunia@istc.kiev.ua) Received: from localhost (kunia@localhost) by wolf.istc.kiev.ua ( . . / . . ) with ESMTP id RAA15307 for ; Sun, 13 May 2001 17:18:00 +0300 Date: Sun, 13 May 2001 17:18:00 +0300 (EEST) From: Olexander Kunytsa To: Subject: http://www.freebsd.org/ports.tar.gz Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Navigation Bar FreeBSD.org - Document not found The file http://www.freebsd.org/ports.tar.gz does not exist at this server. You are coming from http://www.freebsd.org/ports/. The closest match to your request is http://www.freebsd.org. Please contact the server administrator www@FreeBSD.org. Please try our Site Map or Search Page Thank you very much! _________________________________________________________________ how can i get current ports TAR ball? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 7:46:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02D9F37B423; Sun, 13 May 2001 07:46:14 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DEkDI00267; Sun, 13 May 2001 07:46:13 -0700 (PDT) (envelope-from ade) Date: Sun, 13 May 2001 07:46:13 -0700 (PDT) From: Message-Id: <200105131446.f4DEkDI00267@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/27263: guile-gtk fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: guile-gtk fails to build Responsible-Changed-From-To: freebsd-ports->ade Responsible-Changed-By: ade Responsible-Changed-When: Sun May 13 07:45:31 PDT 2001 Responsible-Changed-Why: I'm dealing with this and a few other possible conflicts on another building sweep of the GNOME 1.4 tree. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27263 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 7:46:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 0B31737B43E for ; Sun, 13 May 2001 07:46:41 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 14yx6h-0001Qc-00; Sun, 13 May 2001 09:44:27 -0500 Date: Sun, 13 May 2001 09:44:27 -0500 From: Ade Lovett To: =?iso-8859-1?Q?Joachim_Str=F6mbergson?= Cc: ports Subject: Re: gnomeui.so.4 (was: Re: gnome 1.2 & gnomecore 1.4??) Message-ID: <20010513094427.A403@FreeBSD.org> References: <3AF9B430.DF487472@home.com> <20010510092821.G6932@FreeBSD.org> <3AFD3840.14FBE991@ludd.luth.se> <20010512101336.B617@FreeBSD.org> <3AFE944E.D56E1AC9@ludd.luth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <3AFE944E.D56E1AC9@ludd.luth.se>; from watchman@ludd.luth.se on Sun, May 13, 2001 at 04:03:58PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 13, 2001 at 04:03:58PM +0200, Joachim Strömbergson wrote: > BTW is there any way to make ld report what file(s) are causing the > loading of a certain module? Right now I get what file it can't find, > but if I could get the info about the program that tried to call > gnomeui.so.4, it would be possible to backtrack the port I need to > update. man ldd > This on the other hand is a well engineered system that should be and > normally is upgradeable, manageable and generally made to operate for > years without needing the wipeout measure now and then. No, the current ports/package system is, whilst well engineered within its limitations, generally unable to deal with anything apart from relatively trivial upgrades. x11/gnome comprises some 70-odd ports that all need to be kept in sync with each other, or bad things will happen. This doesn't include all the other GNOME ports that may be floating around on the system, which also need to be removed and recompiled. > If your only tool is a hammer, then treating every problem as a nail > might be ok. But if your only tool is a thermonuclear missile, then you > should think both once or twice of alternative solutions before nuking > away... Go and read the archives of this list, where magical upgrade tools have been discussed many, many times, then send in a PR with the necessary patches to make upgrading huge ports (like GNOME and KDE) trivial. I'll make you famous. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 Sun May 13 8:51:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from EnContacto.Net (adsl-63-205-16-205.dsl.mtry01.pacbell.net [63.205.16.205]) by hub.freebsd.org (Postfix) with ESMTP id 3F84E37B424 for ; Sun, 13 May 2001 08:51:38 -0700 (PDT) (envelope-from eculp@encontacto.net) Received: (from root@localhost) by EnContacto.Net (8.11.3/8.11.3) id f4DFpcR31770 for ports@FreeBSD.Org; Sun, 13 May 2001 08:51:38 -0700 (PDT) (envelope-from eculp@encontacto.net) From: Edwin Culp Received: from 63.205.16.202 ( [63.205.16.202]) as user eculp@EnContacto.Net by Mail.PasionLatina.Org with HTTP; Sun, 13 May 2001 07:51:37 -0800 Message-ID: <989769097.3afead899c1db@Mail.PasionLatina.Org> Date: Sun, 13 May 2001 07:51:37 -0800 To: ports@FreeBSD.Org Subject: mod_php4 and libtool 1.4? MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs X-Originating-IP: 63.205.16.202 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org With a fresh cvsup on current, I get the following when trying to build mod_php4. Does this port now expect libtool-1.4? ===> Applying FreeBSD patches for mod_php4-4.0.5_1 ===> Configuring for mod_php4-4.0.5_1 Your libtool installation is out of date. Please remove and reinstall /usr/ports/devel/libtool. *** Error code 1 Thanks, ed ----------------------------------------------------------------------- The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn and relearn. --Alvin Toffler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 9:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0C1037B424 for ; Sun, 13 May 2001 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DGK1l10820; Sun, 13 May 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Received: from tlon.scardini.com (c1551124-a.potlnd1.or.home.com [24.248.51.15]) by hub.freebsd.org (Postfix) with ESMTP id 25B4E37B42C for ; Sun, 13 May 2001 09:11:35 -0700 (PDT) (envelope-from chrise@tlon.scardini.com) Received: (from chrise@localhost) by tlon.scardini.com (8.11.3/8.11.3) id f4DGBYS14692; Sun, 13 May 2001 09:11:34 -0700 (PDT) (envelope-from chrise) Message-Id: <200105131611.f4DGBYS14692@tlon.scardini.com> Date: Sun, 13 May 2001 09:11:34 -0700 (PDT) From: Christopher Elkins Reply-To: Christopher Elkins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27301: Update port: java/jikes - new version 1.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27301 >Category: ports >Synopsis: Update port: java/jikes - new version 1.14 >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 May 13 09:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Elkins >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD tlon.scardini.com 4.3-RELEASE FreeBSD 4.3-RELEASE #6: Sun Apr 29 19:34:52 PDT 2001 chrise@tlon.scardini.com:/usr/src/sys/compile/TLON i386 >Description: New version 1.14 Relevant changes: - Corrected configuration and compilation issues for HP/UX's aCC compiler and older versions of g++ on FreeBSD. - Better handling of floating point to string conversions, and vice versa, especially where constants are concerned. In addition floating point code is now emulated by default for better compliance with the JLS and JVMS. There were a number of other corrections for greater spec compliance as well. - Significantly improved command line options for classpath related issues. Including -bootclasspath, -extdirs, and -sourcepath options, all of which are also loaded from environment variables of the same name. - Fixed a number of assertion failures, including the much hated timestamp failure on windows. - Fixed one of the cases which prevented Jikes produced classes from being debugged with JPDA compilers. Sadly a second test case was submitted just days before the release was frozen... so while more classes are debug-able, some will continue to be unable to set breakpoints in any method in the class due to the lack of debugging information for unrelated other portions of the class. >How-To-Repeat: >Fix: diff -c -r jikes.orig/Makefile jikes/Makefile *** jikes.orig/Makefile Sun May 13 08:45:30 2001 --- jikes/Makefile Sun May 13 08:45:43 2001 *************** *** 6,12 **** # PORTNAME= jikes ! PORTVERSION= 1.13 CATEGORIES= java MASTER_SITES= http://oss.software.ibm.com/pub/jikes/ --- 6,12 ---- # PORTNAME= jikes ! PORTVERSION= 1.14 CATEGORIES= java MASTER_SITES= http://oss.software.ibm.com/pub/jikes/ diff -c -r jikes.orig/distinfo jikes/distinfo *** jikes.orig/distinfo Sun May 13 08:45:30 2001 --- jikes/distinfo Sun May 13 08:45:49 2001 *************** *** 1 **** ! MD5 (jikes-1.13.tar.gz) = 56497fb2096d6c596d703af86c67ebd0 --- 1 ---- ! MD5 (jikes-1.14.tar.gz) = aa886e84278521f824a6ae6ad36e2994 diff -c -r jikes.orig/pkg-plist jikes/pkg-plist *** jikes.orig/pkg-plist Sun May 13 08:45:30 2001 --- jikes/pkg-plist Sun May 13 08:47:32 2001 *************** *** 1,3 **** bin/jikes ! share/doc/jikes-1.13/license.htm ! @dirrm share/doc/jikes-1.13 --- 1,3 ---- bin/jikes ! share/doc/jikes-1.14/license.htm ! @dirrm share/doc/jikes-1.14 >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 May 13 10:12:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with ESMTP id BFDCE37B423 for ; Sun, 13 May 2001 10:12:43 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 20016 invoked by uid 1000); 13 May 2001 17:13:03 -0000 Date: Sun, 13 May 2001 19:13:03 +0200 From: "Karsten W. Rohrbach" To: Ade Lovett Cc: ports@FreeBSD.ORG Subject: Re: FreeBSD Port: samba-2.2.0_1 Message-ID: <20010513191303.B18437@mail.webmonster.de> References: <200105110520.IAA31408@ipcard.iptcom.net> <20010512182216.A90400@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010512182216.A90400@FreeBSD.org>; from ade@FreeBSD.org on Sat, May 12, 2001 at 06:22:16PM -0500 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org would it perhaps make sense to have a ports tree that is 'cloaked' via symlinks? this would give us a structure like this: /usr/ports/repo/mail/procmail-3.15.1 /usr/ports/repo/mail/procmail-4.0 # if it would come out ;-) /usr/ports/mail/procmail -> ../repo/mail/procmail-3.15.1 it would be no hassle at all to change the symlink once in a while a devel version gets stable and remove or reset the -devel symlink to the next alpha/beta/whatever that enters the repository. this is just a quick idea, i am not familiar at all with cvs repos this large and complex. with that specifice setup we could also remove heuristics for recognition of a package version from /var/db/pkg by creating /var/db/pkg/repo/- and symlinking that from /var/db/pkg/. this, as a direct consequence, would enable us to implement an upgrade tarket to the ports make system which would deinstall the old version and install the new version without guessing the names and versions like it is currently done. /k Ade Lovett(ade@FreeBSD.org)@2001.05.12 18:22:16 +0000: > On Sat, May 12, 2001 at 03:48:07PM -0700, John Polstra wrote: > > This naming scheme doesn't seem like it's going to scale very well. > > Why does the version number have to be contained in the name of the > > directory? Doing it that way will require a repo copy every time a > > new version comes out. If 2.2 is the production version, then why > > not upgrade "ports/net/samba" to that version? > > I refer the honorable gentleman to tcl80,82,83, tk80,82,83 > glib12,13 gtk12,13 etc.. etc.. there is plenty of precedent for > including version numbers in the port name. > > Regards, > -aDe > > -- > Ade Lovett, Austin, TX. ade@FreeBSD.org > 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 -- > If you meet somebody who tells you that he loves you more than anybody > in the whole wide world, don't trust him. It means he experiments. KR433/KR11-RIPE -- http://www.webmonster.de -- ftp://ftp.webmonster.de [Key] [KeyID---] [Created-] [Fingerprint-------------------------------------] GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 BF46 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 10:19:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rapier.smartspace.co.za (rapier.smartspace.co.za [66.8.25.34]) by hub.freebsd.org (Postfix) with SMTP id DD9CA37B423 for ; Sun, 13 May 2001 10:19:13 -0700 (PDT) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 99627 invoked by uid 1001); 13 May 2001 17:18:32 -0000 Date: Sun, 13 May 2001 19:18:32 +0200 From: Neil Blakey-Milner To: "Karsten W. Rohrbach" Cc: Ade Lovett , ports@FreeBSD.ORG Subject: Re: FreeBSD Port: samba-2.2.0_1 Message-ID: <20010513191832.A86950@rapier.smartspace.co.za> References: <200105110520.IAA31408@ipcard.iptcom.net> <20010512182216.A90400@FreeBSD.org> <20010513191303.B18437@mail.webmonster.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513191303.B18437@mail.webmonster.de>; from karsten@rohrbach.de on Sun, May 13, 2001 at 07:13:03PM +0200 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun 2001-05-13 (19:13), Karsten W. Rohrbach wrote: > with that specifice setup we could also remove heuristics for > recognition of a package version from /var/db/pkg by creating > /var/db/pkg/repo/- and symlinking that from > /var/db/pkg/. > > this, as a direct consequence, would enable us to implement an upgrade > tarket to the ports make system which would deinstall the old version > and install the new version without guessing the names and versions like > it is currently done. As I've mentioned to you before, there is no difference between "foo/1.3" and "foo-1.3". It won't make upgrading or whatever any easier to change it to your scheme. It might look nicer to some or something, but it won't make a difference technically. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 11:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A01F37B43C for ; Sun, 13 May 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DIA1s24856; Sun, 13 May 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from tlon.scardini.com (c1551124-a.potlnd1.or.home.com [24.248.51.15]) by hub.freebsd.org (Postfix) with ESMTP id 8C04E37B422 for ; Sun, 13 May 2001 11:08:06 -0700 (PDT) (envelope-from chrise@tlon.scardini.com) Received: (from chrise@localhost) by tlon.scardini.com (8.11.3/8.11.3) id f4DI85q23596; Sun, 13 May 2001 11:08:05 -0700 (PDT) (envelope-from chrise) Message-Id: <200105131808.f4DI85q23596@tlon.scardini.com> Date: Sun, 13 May 2001 11:08:05 -0700 (PDT) From: Christopher Elkins Reply-To: Christopher Elkins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27302: Update port: devel/viewcvs - new version, project->SourceForge Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27302 >Category: ports >Synopsis: Update port: devel/viewcvs - new version, project->SourceForge >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 May 13 11:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Elkins >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD tlon.scardini.com 4.3-RELEASE FreeBSD 4.3-RELEASE #6: Sun Apr 29 19:34:52 PDT 2001 chrise@tlon.scardini.com:/usr/src/sys/compile/TLON i386 >Description: Latest version is now 0.6. Project is now hosted at SourceForge. >How-To-Repeat: >Fix: diff -c -r viewcvs.orig/Makefile viewcvs/Makefile *** viewcvs.orig/Makefile Sun May 13 09:39:19 2001 --- viewcvs/Makefile Sun May 13 10:09:08 2001 *************** *** 6,14 **** # PORTNAME= viewcvs ! PORTVERSION= 0.5 CATEGORIES= devel python ! MASTER_SITES= http://www.lyra.org/viewcvs/ MAINTAINER= ports@FreeBSD.org --- 6,15 ---- # PORTNAME= viewcvs ! PORTVERSION= 0.6 CATEGORIES= devel python ! MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} ! MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org *************** *** 18,24 **** NO_BUILD= yes pre-install: ! ${PERL} -pi -e "s:/usr/local/viewcvs:${PREFIX}/share/viewcvs:g" ${WRKSRC}/viewcvs-install do-install: (cd ${WRKSRC} && ${LOCALBASE}/bin/python ${WRKSRC}/viewcvs-install) --- 19,25 ---- NO_BUILD= yes pre-install: ! ${PERL} -pi -e "s:/usr/local/viewcvs-dev:${PREFIX}/share/viewcvs:g" ${WRKSRC}/viewcvs-install do-install: (cd ${WRKSRC} && ${LOCALBASE}/bin/python ${WRKSRC}/viewcvs-install) diff -c -r viewcvs.orig/distinfo viewcvs/distinfo *** viewcvs.orig/distinfo Sun May 13 09:39:20 2001 --- viewcvs/distinfo Sun May 13 09:53:06 2001 *************** *** 1 **** ! MD5 (viewcvs-0.5.tar.gz) = 19079897437148967c80f78763b20217 --- 1 ---- ! MD5 (viewcvs-0.6.tar.gz) = 66ea70c6d82b783eb8f3aa209fdf45d0 diff -c -r viewcvs.orig/pkg-descr viewcvs/pkg-descr *** viewcvs.orig/pkg-descr Sun May 13 09:39:20 2001 --- viewcvs/pkg-descr Sun May 13 09:52:29 2001 *************** *** 5,11 **** ViewCVS has "annotation" or "blame" support, and the beginnings of Bonsai-like query facilities. ! WWW: http://www.lyra.org/viewcvs/ Author: Greg Stein - Will --- 5,11 ---- ViewCVS has "annotation" or "blame" support, and the beginnings of Bonsai-like query facilities. ! WWW: http://viewcvs.sourceforge.net/ Author: Greg Stein - Will diff -c -r viewcvs.orig/pkg-plist viewcvs/pkg-plist *** viewcvs.orig/pkg-plist Sun May 13 09:39:20 2001 --- viewcvs/pkg-plist Sun May 13 10:00:02 2001 *************** *** 16,25 **** --- 16,29 ---- share/viewcvs/lib/cvsdbapi.pyc share/viewcvs/lib/database.py share/viewcvs/lib/database.pyc + share/viewcvs/lib/dbi.py + share/viewcvs/lib/dbi.pyc share/viewcvs/lib/popen.py share/viewcvs/lib/popen.pyc share/viewcvs/lib/py2html.py share/viewcvs/lib/py2html.pyc + share/viewcvs/lib/query.py + share/viewcvs/lib/query.pyc share/viewcvs/lib/rlog.py share/viewcvs/lib/rlog.pyc share/viewcvs/loginfo-handler >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 May 13 12:15:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from login.webct.com (login.webct.com [209.87.17.30]) by hub.freebsd.org (Postfix) with ESMTP id 9D42D37B423 for ; Sun, 13 May 2001 12:15:35 -0700 (PDT) (envelope-from varju@login.webct.com) Received: (from varju@localhost) by login.webct.com (8.11.0/8.11.0) id f4DJFXl73807; Sun, 13 May 2001 12:15:33 -0700 (PDT) (envelope-from varju) Date: Sun, 13 May 2001 12:15:33 -0700 (PDT) From: Alex Varju To: "Michael O'Henly" Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: jpilot-0.99_2 In-Reply-To: <01051220255505.11355@h24-69-46-74.gv.shawcable.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 12 May 2001, Michael O'Henly wrote: > 1. The first time I ran it, it was using a grey background (which is what I > want). The second time, although I didn't select a different background, it > switched to a really grotty purple. Each of the provided jpilotrc.[colour] > files is displayed in the Prefs menu controlling background colour, so I know > jpilot is seeing them -- but I can't switch to anything other than purple! > > I've tried copying the jpilotrc.[colour] files into my ./jpilot directory and > I've tried changing ownership and permissions on these files in the share > directory. You should be able to go to File -> Preferences -> Settings and choose a GTK colors file from the dropdown list. I would guess that the jpilotrc.default colour scheme is what you were using. > 2. Installing from the port puts jpilot's files into an odd location: > /usr/local/pilot > > Why would the install not place jpilot's stuff in the existing /usr/local > hierarchy? Like so: This seems to be the convention for the pilot ports ... they all install into /usr/local/pilot. Maybe somebody else could comment in more detail. Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 12:29:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 23CEF37B423 for ; Sun, 13 May 2001 12:29:43 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.3/8.11.3) with SMTP id f4DJWBL02241; Sun, 13 May 2001 12:32:11 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com To: Alex Varju Subject: Re: FreeBSD Port: jpilot-0.99_2 Date: Sun, 13 May 2001 12:32:10 -0700 X-Mailer: KMail [version 1.2] Cc: ports@FreeBSD.org References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01051312321000.02116@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sunday 13 May 2001 12:15, Alex Varju wrote: > On Sat, 12 May 2001, Michael O'Henly wrote: > > 1. The first time I ran it, it was using a grey background (which is what > > I want). The second time, although I didn't select a different > > background, it switched to a really grotty purple. Each of the provided > > jpilotrc.[colour] files is displayed in the Prefs menu controlling > > background colour, so I know jpilot is seeing them -- but I can't switch > > to anything other than purple! > > I've tried copying the jpilotrc.[colour] files into my ./jpilot directory > > and I've tried changing ownership and permissions on these files in the > > share directory. > You should be able to go to File -> Preferences -> Settings and choose a > GTK colors file from the dropdown list. I would guess that the > jpilotrc.default colour scheme is what you were using. Sigh. Of course, this morning it works perfectly. ;-) Honestly, I fiddled with this for a good forty-five minutes last night and could not change the background colour... > > 2. Installing from the port puts jpilot's files into an odd location: > > /usr/local/pilot > > Why would the install not place jpilot's stuff in the existing /usr/local > > hierarchy? Like so: > This seems to be the convention for the pilot ports ... they all install > into /usr/local/pilot. Maybe somebody else could comment in more detail. Well, that's interesting. Jpilot is the first palm port I've installed so I didn't realize that it was the convention. But then I installed pilot-xfer and it went to the same location. This does seem odd since it involves creating a number of non-palm-related directories like /usr/local/pilot/share/emacs/site-lisp, etc., as well as making it necessary to add /usr/local/pilot/bin to the PATH. Thank you very much for your reply (and for porting jpilot!)... M. -- Michael O'Henly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 12:45:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 5B58037B423 for ; Sun, 13 May 2001 12:45:52 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.1/8.11.1) with ESMTP id f4DJjXL21138; Sun, 13 May 2001 15:45:34 -0400 (EDT) Date: Sun, 13 May 2001 15:45:33 -0400 (EDT) From: Trevor Johnson To: Olexander Kunytsa Cc: Subject: Re: http://www.freebsd.org/ports.tar.gz In-Reply-To: Message-ID: <20010513154509.J3271-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > how can i get current ports TAR ball? Look on releng4.freebsd.org or current.freebsd.org. -- 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 May 13 13:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E09AE37B42C for ; Sun, 13 May 2001 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DKo1739413; Sun, 13 May 2001 13:50:01 -0700 (PDT) (envelope-from gnats) Received: from kalamalka.gizzywump.com (adsl-207-214-111-190.dsl.snfc21.pacbell.net [207.214.111.190]) by hub.freebsd.org (Postfix) with ESMTP id E216A37B42C for ; Sun, 13 May 2001 13:45:59 -0700 (PDT) (envelope-from kiss@kalamalka.gizzywump.com) Received: (from kiss@localhost) by kalamalka.gizzywump.com (8.11.3/8.11.3) id f4DKjwM06401; Sun, 13 May 2001 13:45:58 -0700 (PDT) (envelope-from kiss) Message-Id: <200105132045.f4DKjwM06401@kalamalka.gizzywump.com> Date: Sun, 13 May 2001 13:45:58 -0700 (PDT) From: Richard Kiss Reply-To: kiss@adsl-207-214-111-190.dsl.snfc21.pacbell.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27304: Change WWW URL. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27304 >Category: ports >Synopsis: Change WWW URL. >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 May 13 13:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Richard Kiss >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD kalamalka.gizzywump.com 4.3-STABLE FreeBSD 4.3-STABLE #1: Sun Apr 22 22:39:33 PDT 2001 root@kalamalka.gizzywump.com:/mnt/usr/obj/mnt/usr/src/sys/GIZZYWUMP i386 >Description: Added WWW URL. >How-To-Repeat: N/A >Fix: --- /usr/ports/lang/lua/pkg-descr.old Sun May 13 13:42:56 2001 +++ /usr/ports/lang/lua/pkg-descr Sun May 13 13:43:09 2001 @@ -18,4 +18,5 @@ compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. +WWW: http://www.lua.org/ WWW: http://www.tecgraf.puc-rio.br/lua/ >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 May 13 14: 1:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 786EC37B424 for ; Sun, 13 May 2001 14:01:28 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2614267AFE; Sun, 13 May 2001 14:01:28 -0700 (PDT) Date: Sun, 13 May 2001 14:01:28 -0700 From: Kris Kennaway To: Peter Pentchev Cc: ports@FreeBSD.ORG Subject: Re: [Fwd: Re: [Fwd: ports/26544: New AuctTeX version]] Message-ID: <20010513140127.A63022@xor.obsecurity.org> References: <20010508100849.B59070@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010508100849.B59070@ringworld.oblivion.bg>; from roam@orbitel.bg on Tue, May 08, 2001 at 10:08:49AM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 08, 2001 at 10:08:49AM +0300, Peter Pentchev wrote: > Eep; this has been in my mailbox for quite a while now :( > So.. what does the general public think about it? Should the AUC Tex > port be upgraded, breaking compatibility with Emacs 19? Yeah. If anyone complains (or if you feel like doing it anyway), we could make an auctex9 port. Kris --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6/vYnWry0BWjoQKURAtQxAJsHXTFA3EwywGnsx2d7u7Q+zhUKbgCfR8+1 Dop58zNR2PFmN6whz4/Zhp4= =h0Vs -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 14: 4:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 9B39937B42C for ; Sun, 13 May 2001 14:04:07 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3548C66C04; Sun, 13 May 2001 14:04:07 -0700 (PDT) Date: Sun, 13 May 2001 14:04:07 -0700 From: Kris Kennaway To: Paul Richards Cc: ports@FreeBSD.ORG Subject: Re: openssh-askpass Message-ID: <20010513140407.A63072@xor.obsecurity.org> References: <46260000.989400670@lobster.originative.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <46260000.989400670@lobster.originative.co.uk>; from paul@freebsd-services.co.uk on Wed, May 09, 2001 at 10:31:10AM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 09, 2001 at 10:31:10AM +0100, Paul Richards wrote: > I'm getting checksum errors for the distfile of this port. Is anyone else > seeing this? I don't really want to override the checksum for a security > port. I think I made a mistake with the distfile. I'll fix it shortly (thought I had committed it already a few weeks ago, sorry). Kris --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6/vbGWry0BWjoQKURAsFXAKCQ4zZM9AIS6kF97IEx8XPG79lI0QCfZp2J fx/8hHQoyT8zbAv85tvChco= =0OBM -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 14: 6:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 8A75337B423 for ; Sun, 13 May 2001 14:06:47 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 273AB66C04; Sun, 13 May 2001 14:06:47 -0700 (PDT) Date: Sun, 13 May 2001 14:06:47 -0700 From: Kris Kennaway To: Neil Blakey-Milner Cc: Brad Knowles , freebsd-ports@FreeBSD.ORG, Terry Lambert , Joseph Mallett , dannyman Subject: Re: (long) upgrade kit for 3.x ports?! Message-ID: <20010513140646.B63072@xor.obsecurity.org> References: <20010509140838.C17000@dell.dannyland.org> <200105100026.RAA04754@usr06.primenet.com> <20010509180154.E17000@dell.dannyland.org> <20010510143702.A84503@rapier.smartspace.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="St7VIuEGZ6dlpu13" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010510143702.A84503@rapier.smartspace.co.za>; from nbm@mithrandr.moria.org on Thu, May 10, 2001 at 02:37:03PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --St7VIuEGZ6dlpu13 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 10, 2001 at 02:37:03PM +0200, Neil Blakey-Milner wrote: > I've brought up the fact we could easily support 3.x machines for the > ports tree (ie, building from source, not packages built on later > releaess) with an upgrade package on the ports list, but I was met with > silence. >=20 > And could people please talk about ports on ports@FreeBSD.org. Perhaps you meant to say "*I* could easily support 3.x machines". Most ports committers have little motivation to do the extra work of supporting the old releases, but if you're willing to support it yourself thats an entirely different story. Kris --St7VIuEGZ6dlpu13 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6/vdmWry0BWjoQKURAg5nAKCEXznkI1i/TlnfnTBYnZUDIQ5EMgCfVigi ILnAmWxN73yQ1lgq1/3HkII= =Fxs9 -----END PGP SIGNATURE----- --St7VIuEGZ6dlpu13-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 14:10: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2174037B42C for ; Sun, 13 May 2001 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DLA2e43144; Sun, 13 May 2001 14:10:02 -0700 (PDT) (envelope-from gnats) Received: from wumpus.wlcg.com (wumpus.wlcg.com [209.9.101.248]) by hub.freebsd.org (Postfix) with ESMTP id 58A5E37B42C for ; Sun, 13 May 2001 14:01:06 -0700 (PDT) (envelope-from rsimmons@wumpus.wlcg.com) Received: (from rsimmons@localhost) by wumpus.wlcg.com (8.11.3/8.11.3) id f4DKtlP65261; Sun, 13 May 2001 16:55:47 -0400 (EDT) (envelope-from rsimmons) Message-Id: <200105132055.f4DKtlP65261@wumpus.wlcg.com> Date: Sun, 13 May 2001 16:55:47 -0400 (EDT) From: Rob Simmons Reply-To: rsimmons@wumpus.wlcg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27305: problem with drop downs in linux-netscape-navigator-4.77 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27305 >Category: ports >Synopsis: problem with drop downs in linux-netscape-navigator-4.77 >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 May 13 14:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD wumpus 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 11 09:42:50 EDT 2001 root@wumpus:/usr/obj/usr/src/sys/WUMPUS i386 >Description: When you encounter a drop down list on a webpage that has more items than can be displayed on one list you will get an arrow for the last item which allows you to open another list next to the first. If you open this second list, or any beyond the first, after you close the drop down list you will not be able to enter text in text input fields. The only way to be able to enter text is to close netscape and open it again. I also tried the non-linux version of netscape. It has the same problem. The problem is not there in mozilla. >How-To-Repeat: Install the port of netscape and find a drop-down list that is more than one page. Select the last entry to open the next page of items. Then find a text input field. You will not be able to enter text. >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 Sun May 13 15:10: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28E4137B42C for ; Sun, 13 May 2001 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DMA1n64044; Sun, 13 May 2001 15:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FDB337B423 for ; Sun, 13 May 2001 15:05:26 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DM5Qj59628; Sun, 13 May 2001 15:05:26 -0700 (PDT) (envelope-from nobody) Message-Id: <200105132205.f4DM5Qj59628@freefall.freebsd.org> Date: Sun, 13 May 2001 15:05:26 -0700 (PDT) From: moro@nii.ac.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27307: patch for mail/rblcheck ignores quiet flag. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27307 >Category: ports >Synopsis: patch for mail/rblcheck ignores quiet flag. >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 May 13 15:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MOROHOSHI Akihiko >Release: 4.3-stable, 5.0-current >Organization: >Environment: >Description: patch to rblcheck.c (mail/rblcheck/files/patch-aa) uses fprintf(), without considering quiet flag. >How-To-Repeat: for example, "rblcheck -q hostname" displays "checking xx.xx.xx.xx". >Fix: replace fprintf()s in the patch with if (!quiet) fprintf(...) >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 May 13 15:40:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C668D37B43C for ; Sun, 13 May 2001 15:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DMe0D82021; Sun, 13 May 2001 15:40:00 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 5C14D37B422 for ; Sun, 13 May 2001 15:38:02 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 24E273CC8; Mon, 14 May 2001 00:37:56 +0200 (CEST) Message-Id: <20010513223756.24E273CC8@totem.fix.no> Date: Mon, 14 May 2001 00:37:56 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27308: New port: sysutils/msyslog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27308 >Category: ports >Synopsis: New port: sysutils/msyslog >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 May 13 15:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: kern.osreldate: 430000 (4.3-STABLE) kern.osreldate: 500018 (5.0-20010420-CURRENT) >Description: New port of msyslog, Modular Syslog. >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: # # msyslog # msyslog/files # msyslog/files/patch-configure.in # msyslog/files/patch-rmd160.h # msyslog/files/patch-sha1.h # msyslog/files/patch-im_unix.c # msyslog/files/patch-im_tcp.c # msyslog/files/patch-im_udp.c # msyslog/files/patch-ip_misc.c # msyslog/files/patch-md5.h # msyslog/files/msyslog.sh.sample # msyslog/files/patch-modules-Makefile.in # msyslog/distinfo # msyslog/pkg-descr # msyslog/pkg-plist # msyslog/pkg-comment # msyslog/Makefile # echo c - msyslog mkdir -p msyslog > /dev/null 2>&1 echo c - msyslog/files mkdir -p msyslog/files > /dev/null 2>&1 echo x - msyslog/files/patch-configure.in sed 's/^X//' >msyslog/files/patch-configure.in << 'END-of-msyslog/files/patch-configure.in' X--- configure.in.orig Tue May 1 04:25:49 2001 X+++ configure.in Mon May 14 00:23:17 2001 X@@ -57,7 +57,7 @@ X AC_DEFINE_UNQUOTED(MSYSLOG_VERSION_STR, "$MSYSLOG_VERSION")dnl X echo msyslog version... $MSYSLOG_VERSION X X-MLIBNAME="libmsyslog.so.$MSYSLOG_VERSION" ; X+MLIBNAME="libmsyslog.so.4" ; X AC_DEFINE_UNQUOTED(MLIBNAME_STR, "$MLIBNAME")dnl X X MANPAGES="syslog.conf.5 syslogd.8" X@@ -66,12 +66,12 @@ X then X prefix=$ac_default_prefix X fi X-AC_DEFINE_UNQUOTED(INSTALL_LIBDIR, "$prefix/lib/alat") X+AC_DEFINE_UNQUOTED(INSTALL_LIBDIR, "$prefix/lib") X X dnl X dnl Check needed libs for daemon X dnl X-AC_CHECK_LIB(dl, dlopen, SYSLOGD_LIBS="$SYSLOGD_LIBS -ldl")dnl X+AC_CHECK_LIB(c, dlopen)dnl X AC_CHECK_LIB(socket, connect, SYSLOGD_LIBS="$SYSLOGD_LIBS -lsocket")dnl X AC_CHECK_LIB(nsl, gethostbyname, SYSLOGD_LIBS="$SYSLOGD_LIBS -lnsl")dnl X AC_DEFINE(SYSLOGD_LIBS, $SYSLOGD_LIBS)dnl X@@ -155,6 +155,11 @@ X AC_DEFINE_UNQUOTED(SYMBOL_PREFIX, "_")dnl X SHARED_PARAMS="-Bshareable" X DCCFLAGS="-fPIC" X+elif test "$UNAME" = "FreeBSD" ; then X+ AC_DEFINE(DLOPEN_FLAGS, RTLD_LAZY)dnl X+ SHARED_PARAMS="-Bshareable" X+ DCCFLAGS="-fPIC" X+ SYSLOGD_LIBS="$SYSLOGD_LIBS -Wl,-E" X elif test "$UNAME" = "Linux" ; then X AC_DEFINE(DLOPEN_FLAGS, RTLD_LAZY | RTLD_GLOBAL)dnl X MAIN_CPPFLAGS="-Xlinker -E"; END-of-msyslog/files/patch-configure.in echo x - msyslog/files/patch-rmd160.h sed 's/^X//' >msyslog/files/patch-rmd160.h << 'END-of-msyslog/files/patch-rmd160.h' X--- src/peo/rmd160.h.orig Sun May 13 00:40:04 2001 X+++ src/peo/rmd160.h Sun May 13 00:40:23 2001 X@@ -20,7 +20,7 @@ X #ifndef _RMD160_H /* make sure this file is read only once */ X #define _RMD160_H X X-#include "typedefs.h" X+#include X X /********************************************************************/ X END-of-msyslog/files/patch-rmd160.h echo x - msyslog/files/patch-sha1.h sed 's/^X//' >msyslog/files/patch-sha1.h << 'END-of-msyslog/files/patch-sha1.h' X--- src/peo/sha1.h.orig Sun May 13 00:40:12 2001 X+++ src/peo/sha1.h Sun May 13 00:40:37 2001 X@@ -9,7 +9,7 @@ X #ifndef _SHA1_H X #define _SHA1_H X X-#include "typedefs.h" X+#include X X typedef struct { X u_int32_t state[5]; END-of-msyslog/files/patch-sha1.h echo x - msyslog/files/patch-im_unix.c sed 's/^X//' >msyslog/files/patch-im_unix.c << 'END-of-msyslog/files/patch-im_unix.c' X--- src/modules/im_unix.c.orig Thu Apr 26 00:43:50 2001 X+++ src/modules/im_unix.c Sun May 13 23:44:55 2001 X@@ -58,11 +58,6 @@ X #include "../modules.h" X #include "../syslogd.h" X X-/* recvfrom() and others like socklen_t, Irix doesn't provide it */ X-#ifndef HAVE_SOCKLEN_T X- typedef int socklen_t; X-#endif X- X #define DEFAULT_LOGGER "/dev/log" X X /* END-of-msyslog/files/patch-im_unix.c echo x - msyslog/files/patch-im_tcp.c sed 's/^X//' >msyslog/files/patch-im_tcp.c << 'END-of-msyslog/files/patch-im_tcp.c' X--- src/modules/im_tcp.c.orig Thu Apr 26 00:43:50 2001 X+++ src/modules/im_tcp.c Sun May 13 00:49:45 2001 X@@ -72,11 +72,6 @@ X #include "../modules.h" X #include "../syslogd.h" X X-/* recvfrom() and others like socklen_t, Irix doesn't provide it */ X-#ifndef HAVE_SOCKLEN_T X- typedef int socklen_t; X-#endif X- X struct tcp_conn { X struct tcp_conn *next; X int fd; END-of-msyslog/files/patch-im_tcp.c echo x - msyslog/files/patch-im_udp.c sed 's/^X//' >msyslog/files/patch-im_udp.c << 'END-of-msyslog/files/patch-im_udp.c' X--- src/modules/im_udp.c.orig Thu Apr 26 00:43:50 2001 X+++ src/modules/im_udp.c Sun May 13 23:44:03 2001 X@@ -58,12 +58,6 @@ X #include "../modules.h" X #include "../syslogd.h" X X-/* recvfrom() and others like socklen_t, Irix doesn't provide it */ X-#ifndef HAVE_SOCKLEN_T X- typedef int socklen_t; X-#endif X- X- X /* X * get messge X * END-of-msyslog/files/patch-im_udp.c echo x - msyslog/files/patch-ip_misc.c sed 's/^X//' >msyslog/files/patch-ip_misc.c << 'END-of-msyslog/files/patch-ip_misc.c' X--- src/modules/ip_misc.c.orig Thu Apr 26 19:09:26 2001 X+++ src/modules/ip_misc.c Sun May 13 16:30:57 2001 X@@ -62,12 +62,6 @@ X #include "../modules.h" X #include "../syslogd.h" X X-/* recvfrom() and others like socklen_t, Irix doesn't provide it */ X-#ifndef HAVE_SOCKLEN_T X- typedef int socklen_t; X-#endif X- X- X #define TCP_KEEPALIVE 30 /* seconds to probe TCP connection */ X #define MSYSLOG_MAX_TCP_CLIENTS 100 X #define LISTENQ 35 END-of-msyslog/files/patch-ip_misc.c echo x - msyslog/files/patch-md5.h sed 's/^X//' >msyslog/files/patch-md5.h << 'END-of-msyslog/files/patch-md5.h' X--- src/peo/md5.h.orig Tue Dec 5 00:17:51 2000 X+++ src/peo/md5.h Sun May 13 00:38:59 2001 X@@ -27,7 +27,7 @@ X #ifndef _MD5_H_ X #define _MD5_H_ X X-#include "typedefs.h" X+#include X X /* MD5 context. */ X typedef struct MD5Context { END-of-msyslog/files/patch-md5.h echo x - msyslog/files/msyslog.sh.sample sed 's/^X//' >msyslog/files/msyslog.sh.sample << 'END-of-msyslog/files/msyslog.sh.sample' X#!/bin/sh 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 [ -x ${PREFIX}/sbin/syslogd ] && ${PREFIX}/sbin/syslogd && echo -n ' msyslog' X ;; Xstop) X killall syslogd && echo -n ' msyslog' X ;; X*) X echo "Usage: `basename $0` {start|stop}" >&2 X ;; Xesac X Xexit 0 END-of-msyslog/files/msyslog.sh.sample echo x - msyslog/files/patch-modules-Makefile.in sed 's/^X//' >msyslog/files/patch-modules-Makefile.in << 'END-of-msyslog/files/patch-modules-Makefile.in' X--- src/modules/Makefile.in.orig Mon May 14 00:23:33 2001 X+++ src/modules/Makefile.in Mon May 14 00:23:40 2001 X@@ -35,7 +35,7 @@ X CPPFLAGS= -I.. @CPPFLAGS@ X X INSTALL= @INSTALL@ X-INSTALL_LIBDIR= @prefix@/lib/alat X+INSTALL_LIBDIR= @prefix@/lib X X MLIBNAME= @MLIBNAME@ X MSRCS= @MSRCS@ END-of-msyslog/files/patch-modules-Makefile.in echo x - msyslog/distinfo sed 's/^X//' >msyslog/distinfo << 'END-of-msyslog/distinfo' XMD5 (msyslog-v1.04.tgz) = 441387853471fd418fd1ad3e03a084ec END-of-msyslog/distinfo echo x - msyslog/pkg-descr sed 's/^X//' >msyslog/pkg-descr << 'END-of-msyslog/pkg-descr' XThis new design of syslog allows for an easy implementation of input and output Xmodules. The modules that mantain compatibility with its precursor (Secure XSyslog) are included in the standard distribution along with four modules: Xom_peo (an implementation of PEO-1 and L-PEO, two algorithmic protocols for Xintegrity checking), om_mysql and om_pgsql (modules that sends output to a XMySQL and PostgreSQL database, respectively) and om_regex (a module that allows Xoutput redirection using regular expressions). X XWWW: http://www.core-sdi.com/english/freesoft.html X X- Anders Nordby END-of-msyslog/pkg-descr echo x - msyslog/pkg-plist sed 's/^X//' >msyslog/pkg-plist << 'END-of-msyslog/pkg-plist' Xlib/libmsyslog.so.4 Xsbin/syslogd Xsbin/peochk Xetc/rc.d/msyslog.sh.sample X%%PORTDOCS%%share/doc/msyslog/examples/im_mymodule.c X%%PORTDOCS%%share/doc/msyslog/examples/om_mymodule.c X%%PORTDOCS%%share/doc/msyslog/examples/syslog.conf.classic X%%PORTDOCS%%share/doc/msyslog/examples/syslog.conf.mysql X%%PORTDOCS%%share/doc/msyslog/examples/syslog.conf.peo X%%PORTDOCS%%share/doc/msyslog/examples/syslog.conf.pgsql X%%PORTDOCS%%share/doc/msyslog/examples/syslog.conf.regex X%%PORTDOCS%%share/doc/msyslog/AUTHORS X%%PORTDOCS%%share/doc/msyslog/TODO X%%PORTDOCS%%share/doc/msyslog/README X%%PORTDOCS%%share/doc/msyslog/NEWS X%%PORTDOCS%%share/doc/msyslog/HOW_TO_WRITE_A_MODULE X%%PORTDOCS%%@dirrm share/doc/msyslog/examples X%%PORTDOCS%%@dirrm share/doc/msyslog END-of-msyslog/pkg-plist echo x - msyslog/pkg-comment sed 's/^X//' >msyslog/pkg-comment << 'END-of-msyslog/pkg-comment' XModular Syslog, a flexible and easy to integrate syslog daemon END-of-msyslog/pkg-comment echo x - msyslog/Makefile sed 's/^X//' >msyslog/Makefile << 'END-of-msyslog/Makefile' X# New ports collection makefile for: msyslog X# Date created: 14 May 2001 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XPORTNAME= msyslog XPORTVERSION= 1.04b XCATEGORIES= sysutils XMASTER_SITES= http://www.core-sdi.com/soft/ XDISTNAME= ${PORTNAME}-v${PORTVERSION:S/b//} XEXTRACT_SUFX= .tgz X XMAINTAINER= anders@fix.no X X.if defined(WITH_MYSQL) XLIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client X.endif X.if defined(WITH_PGSQL) XLIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 X.endif X XUSE_AUTOCONF= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes X.if !defined(WITH_MYSQL) XCONFIGURE_ARGS+= --without-mysql X.endif X.if !defined(WITH_PGSQL) XCONFIGURE_ARGS+= --without-pgsql X.endif X XMAN5= syslog.conf.5 XMAN8= syslogd.8 im_bsd.8 im_unix.8 om_classic.8 om_tcp.8 im_tcp.8 om_peo.8 \ X peochk.8 X.if defined(WITH_MYSQL) XMAN8+= om_mysql.8 X.endif X.if defined(WITH_PGSQL) XMAN8+= om_pgsql.8 X.endif XMANCOMPRESSED= yes XINSTALLS_SHLIB= yes X XDOCDIR= ${PREFIX}/share/doc/${PORTNAME} XFIXPREFIX= README src/man/om_peo.8 src/man/syslog.conf.5 \ X src/man/syslogd.8 src/TODO src/syslogd.h X Xpre-patch: X.for f in ${FIXPREFIX} X ${PERL} -pi -e "s|/etc/syslog.conf|${PREFIX}/etc/syslog.conf|g" \ X ${WRKSRC}/${f} X.endfor X Xpost-install: X.if !defined(NOPORTDOCS) X ${INSTALL} -d -o root -g wheel -m 0775 ${DOCDIR}/examples X ${INSTALL_DATA} ${WRKSRC}/src/examples/* ${DOCDIR}/examples/ X ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCDIR}/ X ${INSTALL_DATA} ${WRKSRC}/src/TODO ${DOCDIR}/ X ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}/ X ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCDIR}/ X ${INSTALL_DATA} ${WRKSRC}/doc/HOW_TO_WRITE_A_MODULE ${DOCDIR}/ X.endif X @if [ ! -f ${PREFIX}/etc/rc.d/msyslog.sh.sample ]; then \ X ${ECHO} "Installing ${PREFIX}/etc/rc.d/msyslog.sh.sample startup file."; \ X ${INSTALL_SCRIPT} ${FILESDIR}/msyslog.sh.sample ${PREFIX}/etc/rc.d/msyslog.sh.sample; \ X fi X @${ECHO} "================================================================================" X @${ECHO} X @${ECHO} "To replace FreeBSD's standard syslogd, do this:" X @${ECHO} X @${ECHO} "a) create a configuration in ${PREFIX}/etc/syslog.conf." X.if !defined(NOPORTDOCS) X @${ECHO} " See ${DOCDIR}/examples for examples." X.endif X @${ECHO} X @${ECHO} "b) Set up a startup script in ${PREFIX}/etc/rc.d. For your convinience, a" X @${ECHO} " msyslog.sh.sample has been provided." X @${ECHO} X @${ECHO} "c) Stop the standard FreeBSD syslogd from starting automatically by putting this" X @${ECHO} " in the end of /etc/rc.conf:" X @${ECHO} X @${ECHO} "syslogd_enable=\"NO\"" X @${ECHO} X @${ECHO} "================================================================================" X X.include END-of-msyslog/Makefile 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 Sun May 13 16:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3042237B42C for ; Sun, 13 May 2001 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DNe2198328; Sun, 13 May 2001 16:40:02 -0700 (PDT) (envelope-from gnats) Received: from wumpus.wlcg.com (wumpus.wlcg.com [209.9.101.248]) by hub.freebsd.org (Postfix) with ESMTP id 1E2FB37B423 for ; Sun, 13 May 2001 16:30:15 -0700 (PDT) (envelope-from rsimmons@wumpus.wlcg.com) Received: (from rsimmons@localhost) by wumpus.wlcg.com (8.11.3/8.11.3) id f4DNOtr38252; Sun, 13 May 2001 19:24:55 -0400 (EDT) (envelope-from rsimmons) Message-Id: <200105132324.f4DNOtr38252@wumpus.wlcg.com> Date: Sun, 13 May 2001 19:24:55 -0400 (EDT) From: Rob Simmons Reply-To: rsimmons@wumpus.wlcg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27309: Bad pod2man command in the rlytest port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27309 >Category: ports >Synopsis: Bad pod2man command in the rlytest port >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 May 13 16:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD wumpus 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 11 09:42:50 EDT 2001 root@wumpus:/usr/obj/usr/src/sys/WUMPUS i386 >Description: rlytest-1.20_1 does not build correctly in the ports collection. The pod2man command during "make" fails since it is incorrect. >How-To-Repeat: Try to install the port rlytest-1.20_1 >Fix: Here is a diff that will correct the problem: --- /usr/ports/mail/rlytest/Makefile Sun May 13 19:18:33 2001 +++ /root/Makefile Sun May 13 19:18:12 2001 @@ -26,7 +26,7 @@ perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DI STFILES} > ${WRKSRC}/rlytest do-build: - pod2man ${WRKSRC}/rlytest ${WRKSRC}/rlytest.1 + pod2man ${WRKSRC}/rlytest > ${WRKSRC}/rlytest.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/ >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 May 13 17:13:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 156A037B423; Sun, 13 May 2001 17:13:55 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0DpE02924; Sun, 13 May 2001 17:13:51 -0700 (PDT) (envelope-from jeh) Date: Sun, 13 May 2001 17:13:51 -0700 (PDT) From: Message-Id: <200105140013.f4E0DpE02924@freefall.freebsd.org> To: kiss@adsl-207-214-111-190.dsl.snfc21.pacbell.net, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27304: Change WWW URL. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Change WWW URL. State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun May 13 17:13:34 PDT 2001 State-Changed-Why: Committed. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27304 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 17:17:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EB5937B424; Sun, 13 May 2001 17:17:29 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0HSF03271; Sun, 13 May 2001 17:17:28 -0700 (PDT) (envelope-from jeh) Date: Sun, 13 May 2001 17:17:28 -0700 (PDT) From: Message-Id: <200105140017.f4E0HSF03271@freefall.freebsd.org> To: clefevre@poboxes.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27288: Updated port: net/isc-dhcp3 (3.0rc4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port: net/isc-dhcp3 (3.0rc4) State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun May 13 17:17:15 PDT 2001 State-Changed-Why: Committed. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27288 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 17:21:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ECA437B423; Sun, 13 May 2001 17:21:17 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0LHS03679; Sun, 13 May 2001 17:21:17 -0700 (PDT) (envelope-from jeh) Date: Sun, 13 May 2001 17:21:17 -0700 (PDT) From: Message-Id: <200105140021.f4E0LHS03679@freefall.freebsd.org> To: anders@fix.no, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27299: Update port: www/mod_mp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: www/mod_mp3 State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun May 13 17:21:04 PDT 2001 State-Changed-Why: Committed. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27299 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 17:23:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9BEC37B424; Sun, 13 May 2001 17:23:41 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0NfD03997; Sun, 13 May 2001 17:23:41 -0700 (PDT) (envelope-from jeh) Date: Sun, 13 May 2001 17:23:41 -0700 (PDT) From: Message-Id: <200105140023.f4E0NfD03997@freefall.freebsd.org> To: anders@fix.no, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27298: Update port: ftp/lukemftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: ftp/lukemftpd State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun May 13 17:23:26 PDT 2001 State-Changed-Why: Committed. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27298 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 17:28:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAC1837B423; Sun, 13 May 2001 17:28:08 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0S8G04470; Sun, 13 May 2001 17:28:08 -0700 (PDT) (envelope-from jeh) Date: Sun, 13 May 2001 17:28:08 -0700 (PDT) From: Message-Id: <200105140028.f4E0S8G04470@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27271: Update the Wine port to 2000-05-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update the Wine port to 2000-05-10 State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun May 13 17:27:56 PDT 2001 State-Changed-Why: Committed. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27271 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 18:15:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id EBD4337B43E; Sun, 13 May 2001 18:15:02 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id 7ABDE1B9D6A; Sun, 13 May 2001 18:14:59 -0700 (PDT) To: ports@freebsd.org, reg@freebsd.org Subject: Updating mozilla to 0.9. From: Ken McGlothlen Date: 13 May 2001 18:14:59 -0700 In-Reply-To: Christopher Elkins's message of "Sun, 13 May 2001 11:08:05 -0700 (PDT)" Message-ID: <87ofsw68a4.fsf@ralf.artlogix.com> Lines: 1039 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Look, sometimes I get impatient, okay? :) Though my impatience was tempered somewhat by the compile cycle---77 minutes on a very lightly loaded 700MHz Athlon running 4.3-RELEASE. Yeowch. Even a "make clean" takes over ten minutes. The latest release of Mozilla is 0.9. The usual disclaimers apply; I've only tested this on my system, it may make your system explode, melt or acquire religion, it seems to work for 4.3-RELEASE but no guarantees if you're running anything earlier, I may have missed some new dependencies, yabble yabble yabble. . . . A few notes: * You'll get a lot of compiler warnings. (Am I an old fuddy-duddy? I always tried to go for clean compiles, but Mozilla generates a *heck* of a lot of warnings.) * Mozilla doesn't come with a configuration file for FreeBSD 4.3 (in ${WRKSRC}/security/coreconf); instead, it has one for FreeBSD2. Perhaps the Mozilla team should be given an updated one. I've changed the Makefile to copy this from /usr/ports/www/mozilla/files to the proper place. * Mozilla is confused about the directory it creates in ${WRKSRC}/dist; it wants to call it alternately "FreeBSD4.3_x86_OPT.OBJ" and just "FreeBSD4.3_OPT.OBJ". To solve this, I create the directory in pre-build, and make a symbolic link. * I've updated the distinfo and pkg-plist files. All the patches in files were removed. If the maintainer would be so kind as to make these changes. . . . Here's a script that does the basic work of copying the directory, and does a little file juggling in the new one. =============================================================================== #!/bin/sh cd /usr/ports/www echo Moving Mozilla 0.8.1 to mozilla.original... mv mozilla mozilla.original echo Copying old Mozilla into the new directory... mkdir mozilla cd /usr/ports/www/mozilla (cd ../mozilla.original; tar cf - .) | tar xvf - echo Removing patches... rm files/patch-ak files/patch-ap files/patch-aq files/patch-mi files/patch-qt echo Creating files/FreeBSD4.3.mk sed 's/^X//' >files/FreeBSD4.3.mk << 'END-of-files/FreeBSD4.3.mk' X# The contents of this file are subject to the Mozilla Public X# License Version 1.1 (the "License"); you may not use this file X# except in compliance with the License. You may obtain a copy of X# the License at http://www.mozilla.org/MPL/ X# X# Software distributed under the License is distributed on an "AS X# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or X# implied. See the License for the specific language governing X# rights and limitations under the License. X# X# The Original Code is the Netscape security libraries. X# X# The Initial Developer of the Original Code is Netscape X# Communications Corporation. Portions created by Netscape are X# Copyright (C) 1994-2000 Netscape Communications Corporation. All X# Rights Reserved. X# X# Contributor(s): X# X# Alternatively, the contents of this file may be used under the X# terms of the GNU General Public License Version 2 or later (the X# "GPL"), in which case the provisions of the GPL are applicable X# instead of those above. If you wish to allow use of your X# version of this file only under the terms of the GPL and not to X# allow others to use your version of this file under the MPL, X# indicate your decision by deleting the provisions above and X# replace them with the notice and other provisions required by X# the GPL. If you do not delete the provisions above, a recipient X# may use your version of this file under either the MPL or the X# GPL. X# X# Config stuff for FreeBSD4.3 X#------------------------------------------------------------------------------ X# This is just a copy of $(portdir)/work/mozilla/security/coreconf/FreeBSD2.mk. X# It seems to work just fine as X# $(portdir)/work/mozilla/security/coreconf/FreeBSD4.3.mk. X# --- X Xinclude $(CORE_DEPTH)/coreconf/FreeBSD.mk END-of-files/FreeBSD4.3.mk echo Done. exit =============================================================================== And here's a context diff for the rest of the files [ cd /usr/ports/www; diff -c -r mozilla.original mozilla ] =============================================================================== diff -c -r mozilla.original/Makefile mozilla/Makefile *** mozilla.original/Makefile Tue May 8 17:26:23 2001 --- mozilla/Makefile Sun May 13 14:30:45 2001 *************** *** 6,14 **** # PORTNAME= mozilla ! PORTVERSION= 0.8.1 ! PORTREVISION= 1 ! PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src --- 6,13 ---- # PORTNAME= mozilla ! PORTVERSION= 0.9 ! PORTREVISION= 0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src *************** *** 52,57 **** --- 51,63 ---- --with-png=${LOCALBASE} \ --with-pthreads MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin + + pre-build: + ${CP} ${FILESDIR}/FreeBSD4.3.mk \ + ${WRKSRC}/security/coreconf/FreeBSD4.3.mk + ${MKDIR} ${WRKSRC}/dist/FreeBSD4.3_x86_OPT.OBJ + ${LN} -s ${WRKSRC}/dist/FreeBSD4.3_x86_OPT.OBJ \ + ${WRKSRC}/dist/FreeBSD4.3_OPT.OBJ post-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} BUILD_MODULES=psm diff -c -r mozilla.original/distinfo mozilla/distinfo *** mozilla.original/distinfo Tue Apr 10 09:34:00 2001 --- mozilla/distinfo Thu May 10 00:09:01 2001 *************** *** 1 **** ! MD5 (mozilla-source-0.8.1.tar.bz2) = d987f440d9acd5f085eb7d6bb9b91363 --- 1 ---- ! MD5 (mozilla-source-0.9.tar.bz2) = ebe1d6bae2182e2a096a714dd54303ec Only in mozilla/files: FreeBSD4.3.mk Only in mozilla.original/files: patch-ak Only in mozilla.original/files: patch-ap Only in mozilla.original/files: patch-aq Only in mozilla.original/files: patch-mi Only in mozilla.original/files: patch-qt diff -c -r mozilla.original/pkg-plist mozilla/pkg-plist *** mozilla.original/pkg-plist Tue Apr 10 09:34:01 2001 --- mozilla/pkg-plist Sun May 13 15:59:04 2001 *************** *** 44,49 **** --- 44,50 ---- lib/mozilla/TestID lib/mozilla/TestInterfaceInfo lib/mozilla/TestLineBreak + lib/mozilla/TestMCTransport lib/mozilla/TestObserverService lib/mozilla/TestOutSinks.pl lib/mozilla/TestOutput *************** *** 121,126 **** --- 122,128 ---- lib/mozilla/chrome/classic/skin/classic/communicator/directory/file-icon-sel.gif lib/mozilla/chrome/classic/skin/classic/communicator/directory/file-icon.gif lib/mozilla/chrome/classic/skin/classic/communicator/formatting.css + lib/mozilla/chrome/classic/skin/classic/communicator/help.css lib/mozilla/chrome/classic/skin/classic/communicator/lock.gif lib/mozilla/chrome/classic/skin/classic/communicator/menubutton.css lib/mozilla/chrome/classic/skin/classic/communicator/menubuttonBindings.xml *************** *** 138,144 **** lib/mozilla/chrome/classic/skin/classic/communicator/related/sitemap.gif lib/mozilla/chrome/classic/skin/classic/communicator/search-active.gif lib/mozilla/chrome/classic/skin/classic/communicator/search-hover.gif - lib/mozilla/chrome/classic/skin/classic/communicator/search-widgets.css lib/mozilla/chrome/classic/skin/classic/communicator/search.gif lib/mozilla/chrome/classic/skin/classic/communicator/search/category.gif lib/mozilla/chrome/classic/skin/classic/communicator/search/findresults.css --- 140,145 ---- *************** *** 219,229 **** --- 220,232 ---- lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-normal.gif lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-preview.gif lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-tags.gif + lib/mozilla/chrome/classic/skin/classic/editor/images/embarrassed_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find.gif lib/mozilla/chrome/classic/skin/classic/editor/images/frown.gif + lib/mozilla/chrome/classic/skin/classic/editor/images/frown_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-hover.gif *************** *** 260,265 **** --- 263,269 ---- lib/mozilla/chrome/classic/skin/classic/editor/images/justify-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/justify-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/justify.gif + lib/mozilla/chrome/classic/skin/classic/editor/images/laughing_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-hover.gif *************** *** 314,319 **** --- 318,324 ---- lib/mozilla/chrome/classic/skin/classic/editor/images/smile_active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/smile_disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/smile_hover.gif + lib/mozilla/chrome/classic/skin/classic/editor/images/smile_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/span.gif lib/mozilla/chrome/classic/skin/classic/editor/images/spell-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/spell-hover-active.gif *************** *** 324,334 **** --- 329,342 ---- lib/mozilla/chrome/classic/skin/classic/editor/images/table-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/table-white.gif lib/mozilla/chrome/classic/skin/classic/editor/images/table.gif + lib/mozilla/chrome/classic/skin/classic/editor/images/tongue_n.gif + lib/mozilla/chrome/classic/skin/classic/editor/images/undecided_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline.gif lib/mozilla/chrome/classic/skin/classic/editor/images/wink.gif + lib/mozilla/chrome/classic/skin/classic/editor/images/wink_n.gif lib/mozilla/chrome/classic/skin/classic/global/alert-icon.gif lib/mozilla/chrome/classic/skin/classic/global/animthrob.gif lib/mozilla/chrome/classic/skin/classic/global/animthrob_single.gif *************** *** 395,400 **** --- 403,409 ---- lib/mozilla/chrome/classic/skin/classic/global/moreCols.gif lib/mozilla/chrome/classic/skin/classic/global/moreCols_dis.gif lib/mozilla/chrome/classic/skin/classic/global/moreCols_mo.gif + lib/mozilla/chrome/classic/skin/classic/global/outliner.css lib/mozilla/chrome/classic/skin/classic/global/preview.gif lib/mozilla/chrome/classic/skin/classic/global/preview.png lib/mozilla/chrome/classic/skin/classic/global/print-disabled.gif *************** *** 574,579 **** --- 583,589 ---- lib/mozilla/chrome/classic/skin/classic/messenger/message-mail-imapdelete.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-mail-new.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-mail.gif + lib/mozilla/chrome/classic/skin/classic/messenger/message-news-attach.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-news-new.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-news.gif lib/mozilla/chrome/classic/skin/classic/messenger/messenger.css *************** *** 718,723 **** --- 728,734 ---- lib/mozilla/chrome/comm/content/communicator/contentAreaUtils.js lib/mozilla/chrome/comm/content/communicator/contents.rdf lib/mozilla/chrome/comm/content/communicator/dialogBindings.xml + lib/mozilla/chrome/comm/content/communicator/directory/directory.html lib/mozilla/chrome/comm/content/communicator/directory/directory.js lib/mozilla/chrome/comm/content/communicator/directory/directory.xul lib/mozilla/chrome/comm/content/communicator/editorBindings.xul *************** *** 777,783 **** lib/mozilla/chrome/comm/content/communicator/pref/pref-winhooks.xul lib/mozilla/chrome/comm/content/communicator/pref/pref.xul lib/mozilla/chrome/comm/content/communicator/pref/preftree.xul - lib/mozilla/chrome/comm/content/communicator/pref/prefutilities.js lib/mozilla/chrome/comm/content/communicator/profile/confirmMigration.js lib/mozilla/chrome/comm/content/communicator/profile/confirmMigration.xul lib/mozilla/chrome/comm/content/communicator/profile/createProfileWizard.js --- 788,793 ---- *************** *** 937,943 **** --- 947,956 ---- lib/mozilla/chrome/comm/content/editor/editorOverlay.js lib/mozilla/chrome/comm/content/editor/editorOverlay.xul lib/mozilla/chrome/comm/content/editor/editorPrefsOverlay.xul + lib/mozilla/chrome/comm/content/editor/images/embarrassed_n.gif lib/mozilla/chrome/comm/content/editor/images/frown.gif + lib/mozilla/chrome/comm/content/editor/images/frown_n.gif + lib/mozilla/chrome/comm/content/editor/images/laughing_n.gif lib/mozilla/chrome/comm/content/editor/images/s_frown.gif lib/mozilla/chrome/comm/content/editor/images/s_smile.gif lib/mozilla/chrome/comm/content/editor/images/s_wink.gif *************** *** 946,951 **** --- 959,965 ---- lib/mozilla/chrome/comm/content/editor/images/smile_active.gif lib/mozilla/chrome/comm/content/editor/images/smile_disabled.gif lib/mozilla/chrome/comm/content/editor/images/smile_hover.gif + lib/mozilla/chrome/comm/content/editor/images/smile_n.gif lib/mozilla/chrome/comm/content/editor/images/tag-a.gif lib/mozilla/chrome/comm/content/editor/images/tag-abr.gif lib/mozilla/chrome/comm/content/editor/images/tag-acr.gif *************** *** 1042,1048 **** --- 1056,1065 ---- lib/mozilla/chrome/comm/content/editor/images/tag-userdefined.gif lib/mozilla/chrome/comm/content/editor/images/tag-var.gif lib/mozilla/chrome/comm/content/editor/images/tag-xmp.gif + lib/mozilla/chrome/comm/content/editor/images/tongue_n.gif + lib/mozilla/chrome/comm/content/editor/images/undecided_n.gif lib/mozilla/chrome/comm/content/editor/images/wink.gif + lib/mozilla/chrome/comm/content/editor/images/wink_n.gif lib/mozilla/chrome/comm/content/editor/pref-composer.js lib/mozilla/chrome/comm/content/editor/pref-composer.xul lib/mozilla/chrome/comm/content/editor/pref-editing.xul *************** *** 1058,1070 **** --- 1075,1091 ---- lib/mozilla/chrome/comm/content/navigator-platform/contents.rdf lib/mozilla/chrome/comm/content/navigator-region/contents.rdf lib/mozilla/chrome/comm/content/navigator/contents.rdf + lib/mozilla/chrome/comm/content/navigator/metadata.js + lib/mozilla/chrome/comm/content/navigator/metadata.xul lib/mozilla/chrome/comm/content/navigator/navExtraOverlay.xul lib/mozilla/chrome/comm/content/navigator/navigator.js lib/mozilla/chrome/comm/content/navigator/navigator.xul lib/mozilla/chrome/comm/content/navigator/navigatorDD.js lib/mozilla/chrome/comm/content/navigator/navigatorOverlay.xul + lib/mozilla/chrome/comm/content/navigator/nsBrowserStatusHandler.js lib/mozilla/chrome/comm/content/navigator/pageInfo.js lib/mozilla/chrome/comm/content/navigator/pageInfo.xul + lib/mozilla/chrome/comm/content/navigator/personalToolbar.js lib/mozilla/chrome/comm/content/navigator/platformNavigationBindings.xul lib/mozilla/chrome/comm/content/navigator/sessionHistoryUI.js lib/mozilla/chrome/comm/content/navigator/tooltip.js *************** *** 1191,1197 **** lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/SignonViewer.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.properties ! lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletPreview.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletViewer.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/cookie.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/index.html --- 1212,1218 ---- lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/SignonViewer.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.properties ! lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletPreview.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletViewer.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/cookie.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/index.html *************** *** 1342,1347 **** --- 1363,1369 ---- lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/messengercompose.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/pref-composing_messages.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/pref-formatting.dtd + lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/mime.properties lib/mozilla/chrome/en-US/locale/en-US/messenger/mimeheader.properties lib/mozilla/chrome/en-US/locale/en-US/messenger/msgAccountCentral.dtd *************** *** 1370,1375 **** --- 1392,1399 ---- lib/mozilla/chrome/en-US/locale/en-US/messenger/threadpane.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/vcard.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/contents.rdf + lib/mozilla/chrome/en-US/locale/en-US/navigator/metadata.dtd + lib/mozilla/chrome/en-US/locale/en-US/navigator/metadata.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/navigator.dtd lib/mozilla/chrome/en-US/locale/en-US/navigator/navigator.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/pageInfo.dtd *************** *** 1392,1397 **** --- 1416,1487 ---- lib/mozilla/chrome/en-unix/locale/en-US/global-platform/printdialog.dtd lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform/contents.rdf lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform/platformNavigationBindings.dtd + lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/contents.rdf + lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/pref/platformPrefOverlay.dtd + lib/mozilla/chrome/help/content/help/contents.rdf + lib/mozilla/chrome/help/content/help/help.js + lib/mozilla/chrome/help/content/help/help.xul + lib/mozilla/chrome/help/content/help/helpMenuOverlay.xul + lib/mozilla/chrome/help/locale/en-US/help/cert_concepts_help.html + lib/mozilla/chrome/help/locale/en-US/help/cert_dialog_help.html + lib/mozilla/chrome/help/locale/en-US/help/certs_help.html + lib/mozilla/chrome/help/locale/en-US/help/composer_help.html + lib/mozilla/chrome/help/locale/en-US/help/content_style.css + lib/mozilla/chrome/help/locale/en-US/help/contents.rdf + lib/mozilla/chrome/help/locale/en-US/help/customize_help.html + lib/mozilla/chrome/help/locale/en-US/help/glossary.html + lib/mozilla/chrome/help/locale/en-US/help/help-toc.rdf + lib/mozilla/chrome/help/locale/en-US/help/help.dtd + lib/mozilla/chrome/help/locale/en-US/help/help_index.html + lib/mozilla/chrome/help/locale/en-US/help/im_help.html + lib/mozilla/chrome/help/locale/en-US/help/images/anchor.gif + lib/mozilla/chrome/help/locale/en-US/help/images/banner.gif + lib/mozilla/chrome/help/locale/en-US/help/images/biActive.gif + lib/mozilla/chrome/help/locale/en-US/help/images/bkmkmenu.gif + lib/mozilla/chrome/help/locale/en-US/help/images/bullets.gif + lib/mozilla/chrome/help/locale/en-US/help/images/frown.gif + lib/mozilla/chrome/help/locale/en-US/help/images/hrule.gif + lib/mozilla/chrome/help/locale/en-US/help/images/image.gif + lib/mozilla/chrome/help/locale/en-US/help/images/image5.gif + lib/mozilla/chrome/help/locale/en-US/help/images/image6.gif + lib/mozilla/chrome/help/locale/en-US/help/images/image7.gif + lib/mozilla/chrome/help/locale/en-US/help/images/image8.gif + lib/mozilla/chrome/help/locale/en-US/help/images/image9.gif + lib/mozilla/chrome/help/locale/en-US/help/images/imtaskbar.gif + lib/mozilla/chrome/help/locale/en-US/help/images/locationbar.gif + lib/mozilla/chrome/help/locale/en-US/help/images/mailicon.gif + lib/mozilla/chrome/help/locale/en-US/help/images/navbar.gif + lib/mozilla/chrome/help/locale/en-US/help/images/navbuttons.gif + lib/mozilla/chrome/help/locale/en-US/help/images/newmail.gif + lib/mozilla/chrome/help/locale/en-US/help/images/numbers.gif + lib/mozilla/chrome/help/locale/en-US/help/images/paperclip.gif + lib/mozilla/chrome/help/locale/en-US/help/images/personalbar.gif + lib/mozilla/chrome/help/locale/en-US/help/images/reload.gif + lib/mozilla/chrome/help/locale/en-US/help/images/search.gif + lib/mozilla/chrome/help/locale/en-US/help/images/searchmusic.gif + lib/mozilla/chrome/help/locale/en-US/help/images/sick.gif + lib/mozilla/chrome/help/locale/en-US/help/images/sidebarclosed_small.gif + lib/mozilla/chrome/help/locale/en-US/help/images/smile.gif + lib/mozilla/chrome/help/locale/en-US/help/images/table.gif + lib/mozilla/chrome/help/locale/en-US/help/images/tagicon2.gif + lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-ab.gif + lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-aim-online.gif + lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-mail.gif + lib/mozilla/chrome/help/locale/en-US/help/images/taskbar.gif + lib/mozilla/chrome/help/locale/en-US/help/images/taskbar_menus.gif + lib/mozilla/chrome/help/locale/en-US/help/images/thread.gif + lib/mozilla/chrome/help/locale/en-US/help/images/threadbutton.gif + lib/mozilla/chrome/help/locale/en-US/help/images/wink.gif + lib/mozilla/chrome/help/locale/en-US/help/mail_help.html + lib/mozilla/chrome/help/locale/en-US/help/nav_help.html + lib/mozilla/chrome/help/locale/en-US/help/passwords_help.html + lib/mozilla/chrome/help/locale/en-US/help/privacy_help.html + lib/mozilla/chrome/help/locale/en-US/help/privsec_help.html + lib/mozilla/chrome/help/locale/en-US/help/sll_page_info_help.html + lib/mozilla/chrome/help/locale/en-US/help/ssl_help.html + lib/mozilla/chrome/help/locale/en-US/help/using_certs_help.html + lib/mozilla/chrome/help/locale/en-US/help/validation_help.html + lib/mozilla/chrome/help/locale/en-US/help/welcome_help.html lib/mozilla/chrome/installed-chrome.txt lib/mozilla/chrome/messenger/content/messenger-region/contents.rdf lib/mozilla/chrome/messenger/content/messenger/AccountManager.js *************** *** 1512,1517 **** --- 1602,1609 ---- lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-composing_messages.xul lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-formatting.js lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-formatting.xul + lib/mozilla/chrome/messenger/content/messenger/messengercompose/sendProgress.js + lib/mozilla/chrome/messenger/content/messenger/messengercompose/sendProgress.xul lib/mozilla/chrome/messenger/content/messenger/messengerdnd.js lib/mozilla/chrome/messenger/content/messenger/mime.js lib/mozilla/chrome/messenger/content/messenger/msgAccountCentral.js *************** *** 1585,1590 **** --- 1677,1683 ---- lib/mozilla/chrome/modern/skin/modern/communicator/directory/file-folder-open.gif lib/mozilla/chrome/modern/skin/modern/communicator/directory/file-icon.gif lib/mozilla/chrome/modern/skin/modern/communicator/formatting.css + lib/mozilla/chrome/modern/skin/modern/communicator/help.css lib/mozilla/chrome/modern/skin/modern/communicator/icons/content-large.gif lib/mozilla/chrome/modern/skin/modern/communicator/icons/content-small.gif lib/mozilla/chrome/modern/skin/modern/communicator/icons/loading.gif *************** *** 1821,1830 **** --- 1914,1930 ---- lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-mid.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-rit.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-top.gif + lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/embarrassed_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/frown.gif + lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/frown_n.gif + lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/laughing_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/sick.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/smile.gif + lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/smile_n.gif + lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/tongue_n.gif + lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/undecided_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/wink.gif + lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/wink_n.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-dn-dis.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-dn.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-lft-dis.gif *************** *** 2150,2155 **** --- 2250,2256 ---- lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail-imapdelete.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail-new.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail.gif + lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news-attach.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news-new.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/readcol-read.gif *************** *** 2237,2246 **** --- 2338,2394 ---- lib/mozilla/chrome/overlayinfo/editor/content/overlays.rdf lib/mozilla/chrome/overlayinfo/messenger/content/overlays.rdf lib/mozilla/chrome/overlayinfo/navigator/content/overlays.rdf + lib/mozilla/chrome/pipnss/content/pipnss/contents.rdf + lib/mozilla/chrome/pipnss/locale/en-US/pipnss/contents.rdf + lib/mozilla/chrome/pipnss/locale/en-US/pipnss/pipnss.properties + lib/mozilla/chrome/pippki/content/pippki/CAOverlay.xul + lib/mozilla/chrome/pippki/content/pippki/MineOverlay.xul + lib/mozilla/chrome/pippki/content/pippki/PageInfoOverlay.xul + lib/mozilla/chrome/pippki/content/pippki/PrefOverlay.xul + lib/mozilla/chrome/pippki/content/pippki/WebSitesOverlay.xul + lib/mozilla/chrome/pippki/content/pippki/certDump.xul + lib/mozilla/chrome/pippki/content/pippki/certManager.js + lib/mozilla/chrome/pippki/content/pippki/certManager.xul + lib/mozilla/chrome/pippki/content/pippki/certViewer.xul + lib/mozilla/chrome/pippki/content/pippki/changepassword.xul + lib/mozilla/chrome/pippki/content/pippki/clientauthask.js + lib/mozilla/chrome/pippki/content/pippki/clientauthask.xul + lib/mozilla/chrome/pippki/content/pippki/contents.rdf + lib/mozilla/chrome/pippki/content/pippki/domainMismatch.js + lib/mozilla/chrome/pippki/content/pippki/domainMismatch.xul + lib/mozilla/chrome/pippki/content/pippki/downloadcert.js + lib/mozilla/chrome/pippki/content/pippki/downloadcert.xul + lib/mozilla/chrome/pippki/content/pippki/editcerts.js + lib/mozilla/chrome/pippki/content/pippki/editcerts.xul + lib/mozilla/chrome/pippki/content/pippki/getp12password.xul + lib/mozilla/chrome/pippki/content/pippki/getpassword.xul + lib/mozilla/chrome/pippki/content/pippki/newserver.js + lib/mozilla/chrome/pippki/content/pippki/newserver.xul + lib/mozilla/chrome/pippki/content/pippki/password.js + lib/mozilla/chrome/pippki/content/pippki/pippki.js + lib/mozilla/chrome/pippki/content/pippki/pref-security.js + lib/mozilla/chrome/pippki/content/pippki/pref-security.xul + lib/mozilla/chrome/pippki/content/pippki/pref-ssl.xul + lib/mozilla/chrome/pippki/content/pippki/serverCertExpired.js + lib/mozilla/chrome/pippki/content/pippki/serverCertExpired.xul + lib/mozilla/chrome/pippki/content/pippki/setp12password.xul + lib/mozilla/chrome/pippki/content/pippki/viewCertDetails.js + lib/mozilla/chrome/pippki/content/pippki/viewCertDetails.xul + lib/mozilla/chrome/pippki/locale/en-US/pippki/PageInfoOverlay.dtd + lib/mozilla/chrome/pippki/locale/en-US/pippki/PrefOverlay.dtd + lib/mozilla/chrome/pippki/locale/en-US/pippki/certManager.dtd + lib/mozilla/chrome/pippki/locale/en-US/pippki/contents.rdf + lib/mozilla/chrome/pippki/locale/en-US/pippki/newserver.dtd + lib/mozilla/chrome/pippki/locale/en-US/pippki/newserver.properties + lib/mozilla/chrome/pippki/locale/en-US/pippki/pippki.dtd + lib/mozilla/chrome/pippki/locale/en-US/pippki/pippki.properties + lib/mozilla/chrome/pippki/locale/en-US/pippki/pref-security.dtd + lib/mozilla/chrome/pippki/locale/en-US/pippki/pref-ssl.dtd lib/mozilla/chrome/toolkit/content/global-platform/contents.rdf lib/mozilla/chrome/toolkit/content/global-region/contents.rdf lib/mozilla/chrome/toolkit/content/global/about.xul lib/mozilla/chrome/toolkit/content/global/autocomplete.xml + lib/mozilla/chrome/toolkit/content/global/browserBindings.xml lib/mozilla/chrome/toolkit/content/global/build.dtd lib/mozilla/chrome/toolkit/content/global/charsetDetectorsOverlay.js lib/mozilla/chrome/toolkit/content/global/charsetDetectorsOverlay.xul *************** *** 2314,2319 **** --- 2462,2468 ---- lib/mozilla/chrome/user-skins.rdf lib/mozilla/component.reg lib/mozilla/components/absync.xpt + lib/mozilla/components/accessibility.xpt lib/mozilla/components/addrbook.xpt lib/mozilla/components/appshell.xpt lib/mozilla/components/autocomplete.xpt *************** *** 2322,2328 **** lib/mozilla/components/chardet.xpt lib/mozilla/components/chrome.xpt lib/mozilla/components/content_base.xpt ! lib/mozilla/components/cookieviewer.xpt lib/mozilla/components/directory.xpt lib/mozilla/components/docshell.xpt lib/mozilla/components/dom.xpt --- 2471,2477 ---- lib/mozilla/components/chardet.xpt lib/mozilla/components/chrome.xpt lib/mozilla/components/content_base.xpt ! lib/mozilla/components/cookie.xpt lib/mozilla/components/directory.xpt lib/mozilla/components/docshell.xpt lib/mozilla/components/dom.xpt *************** *** 2330,2336 **** --- 2479,2487 ---- lib/mozilla/components/embed_base.xpt lib/mozilla/components/exthandler.xpt lib/mozilla/components/gfx.xpt + lib/mozilla/components/gfx2.xpt lib/mozilla/components/history.xpt + lib/mozilla/components/imglib2.xpt lib/mozilla/components/import.xpt lib/mozilla/components/intl.xpt lib/mozilla/components/jar.xpt *************** *** 2342,2347 **** --- 2493,2499 ---- lib/mozilla/components/layout_xul_outliner.xpt lib/mozilla/components/libMyService.so lib/mozilla/components/libabsyncsvc.so + lib/mozilla/components/libaccessibility.so lib/mozilla/components/libaddrbook.so lib/mozilla/components/libappcomps.so lib/mozilla/components/libcaps.so *************** *** 2351,2356 **** --- 2503,2509 ---- lib/mozilla/components/libdocshell.so lib/mozilla/components/libeditor.so lib/mozilla/components/libembedcomponents.so + lib/mozilla/components/libgfx2.so lib/mozilla/components/libgfx_gtk.so lib/mozilla/components/libgfxps.so lib/mozilla/components/libgkcontent.so *************** *** 2358,2363 **** --- 2511,2521 ---- lib/mozilla/components/libgkplugin.so lib/mozilla/components/libgkview.so lib/mozilla/components/libhtmlpars.so + lib/mozilla/components/libimggif.so + lib/mozilla/components/libimgjpeg.so + lib/mozilla/components/libimglib2.so + lib/mozilla/components/libimgpng.so + lib/mozilla/components/libimgppm.so lib/mozilla/components/libimpText.so lib/mozilla/components/libimport.so lib/mozilla/components/libjar50.so *************** *** 2371,2376 **** --- 2529,2535 ---- lib/mozilla/components/libmork.so lib/mozilla/components/libmozbrwsr.so lib/mozilla/components/libmozfind.so + lib/mozilla/components/libmozldap.so lib/mozilla/components/libmozucth.so lib/mozilla/components/libmozxfer.so lib/mozilla/components/libmsgcompose.so *************** *** 2379,2384 **** --- 2538,2544 ---- lib/mozilla/components/libmsgnews.so lib/mozilla/components/libnecko.so lib/mozilla/components/libnecko2.so + lib/mozilla/components/libnkcache.so lib/mozilla/components/libnpsimple.so lib/mozilla/components/libnsappshell.so lib/mozilla/components/libnsgif.so *************** *** 2388,2396 **** lib/mozilla/components/libnspng.so lib/mozilla/components/libnsprefm.so lib/mozilla/components/liboji.so lib/mozilla/components/libpref.so lib/mozilla/components/libprofile.so - lib/mozilla/components/libpsmglue.so lib/mozilla/components/librdf.so lib/mozilla/components/libregviewer.so lib/mozilla/components/libsample.so --- 2548,2557 ---- lib/mozilla/components/libnspng.so lib/mozilla/components/libnsprefm.so lib/mozilla/components/liboji.so + lib/mozilla/components/libpipnss.so + lib/mozilla/components/libpippki.so lib/mozilla/components/libpref.so lib/mozilla/components/libprofile.so lib/mozilla/components/librdf.so lib/mozilla/components/libregviewer.so lib/mozilla/components/libsample.so *************** *** 2430,2435 **** --- 2591,2597 ---- lib/mozilla/components/mozbrwsr.xpt lib/mozilla/components/mozcomps.xpt lib/mozilla/components/mozfind.xpt + lib/mozilla/components/mozldap.xpt lib/mozilla/components/mozucth.xpt lib/mozilla/components/mozxfer.xpt lib/mozilla/components/msgbase.xpt *************** *** 2450,2469 **** lib/mozilla/components/necko_res.xpt lib/mozilla/components/necko_socket.xpt lib/mozilla/components/necko_strconv.xpt lib/mozilla/components/npsimple.xpt lib/mozilla/components/nsDictionary.js lib/mozilla/components/nsFilePicker.js lib/mozilla/components/nsSample.js lib/mozilla/components/nsSidebar.js lib/mozilla/components/nsXmlRpcClient.js lib/mozilla/components/oji.xpt lib/mozilla/components/plugin.xpt lib/mozilla/components/pref.xpt lib/mozilla/components/prefmigr.xpt lib/mozilla/components/profile.xpt lib/mozilla/components/proxyObjInst.xpt lib/mozilla/components/proxytest.xpt - lib/mozilla/components/psmglue.xpt lib/mozilla/components/rdf.xpt lib/mozilla/components/regviewer.xpt lib/mozilla/components/related.xpt --- 2612,2634 ---- lib/mozilla/components/necko_res.xpt lib/mozilla/components/necko_socket.xpt lib/mozilla/components/necko_strconv.xpt + lib/mozilla/components/necko_viewsource.xpt lib/mozilla/components/npsimple.xpt lib/mozilla/components/nsDictionary.js lib/mozilla/components/nsFilePicker.js + lib/mozilla/components/nsProxyAutoConfig.js lib/mozilla/components/nsSample.js lib/mozilla/components/nsSidebar.js lib/mozilla/components/nsXmlRpcClient.js lib/mozilla/components/oji.xpt + lib/mozilla/components/pipnss.xpt + lib/mozilla/components/pippki.xpt lib/mozilla/components/plugin.xpt lib/mozilla/components/pref.xpt lib/mozilla/components/prefmigr.xpt lib/mozilla/components/profile.xpt lib/mozilla/components/proxyObjInst.xpt lib/mozilla/components/proxytest.xpt lib/mozilla/components/rdf.xpt lib/mozilla/components/regviewer.xpt lib/mozilla/components/related.xpt *************** *** 2529,2547 **** lib/mozilla/defaults/wallet/SchemaStrings.tbl lib/mozilla/defaults/wallet/StateSchema.tbl lib/mozilla/defaults/wallet/VcardSchema.tbl lib/mozilla/dtd/mathml.dtd lib/mozilla/gtkEmbed lib/mozilla/htmlrobot lib/mozilla/icons/mozicon16.xpm lib/mozilla/icons/mozicon50.xpm lib/mozilla/libDebugRobot.so - lib/mozilla/libcmt.so lib/mozilla/libgkgfx.so lib/mozilla/libgtkembedmoz.so lib/mozilla/libgtksuperwin.so lib/mozilla/libgtkxtbin.so lib/mozilla/libjsdom.so lib/mozilla/libjsj.so lib/mozilla/libmozjs.so lib/mozilla/libmsgbaseutil.so lib/mozilla/libnspr4.so --- 2694,2714 ---- lib/mozilla/defaults/wallet/SchemaStrings.tbl lib/mozilla/defaults/wallet/StateSchema.tbl lib/mozilla/defaults/wallet/VcardSchema.tbl + lib/mozilla/dirver lib/mozilla/dtd/mathml.dtd lib/mozilla/gtkEmbed lib/mozilla/htmlrobot lib/mozilla/icons/mozicon16.xpm lib/mozilla/icons/mozicon50.xpm lib/mozilla/libDebugRobot.so lib/mozilla/libgkgfx.so lib/mozilla/libgtkembedmoz.so lib/mozilla/libgtksuperwin.so lib/mozilla/libgtkxtbin.so lib/mozilla/libjsdom.so lib/mozilla/libjsj.so + lib/mozilla/liblber40.so + lib/mozilla/libldap40.so lib/mozilla/libmozjs.so lib/mozilla/libmsgbaseutil.so lib/mozilla/libnspr4.so *************** *** 2549,2555 **** lib/mozilla/libnullplugin.so lib/mozilla/libplc4.so lib/mozilla/libplds4.so - lib/mozilla/libprotocol.so lib/mozilla/libxpcom.so lib/mozilla/libxpistub.so lib/mozilla/lots --- 2716,2721 ---- *************** *** 2562,2585 **** lib/mozilla/nsTestSample lib/mozilla/nsinstall lib/mozilla/plugins/libnullplugin.so lib/mozilla/proxytests - lib/mozilla/psm - lib/mozilla/psmdata/doc/04digsgn.gif - lib/mozilla/psmdata/doc/06pcrypt.gif - lib/mozilla/psmdata/doc/bannerrn.gif - lib/mozilla/psmdata/doc/cartbanner.gif - lib/mozilla/psmdata/doc/cmcjavascriptapi.html - lib/mozilla/psmdata/doc/contents.htm - lib/mozilla/psmdata/doc/glossary.htm - lib/mozilla/psmdata/doc/help.htm - lib/mozilla/psmdata/doc/next.gif - lib/mozilla/psmdata/doc/prev.gif - lib/mozilla/psmdata/doc/psmtest.html - lib/mozilla/psmdata/doc/release_notes.html - lib/mozilla/psmdata/ui/psm_bin.properties - lib/mozilla/psmdata/ui/psm_doc.properties - lib/mozilla/psmdata/ui/psm_text.properties - lib/mozilla/psmdata/ui/psm_ui.properties lib/mozilla/rdfcat lib/mozilla/rdfpoll lib/mozilla/regExport --- 2728,2738 ---- lib/mozilla/nsTestSample lib/mozilla/nsinstall lib/mozilla/plugins/libnullplugin.so + lib/mozilla/profile/defaults/profile/US/chrome/userChrome.css + lib/mozilla/profile/defaults/profile/US/chrome/userContent.css + lib/mozilla/profile/defaults/profile/chrome/userChrome.css + lib/mozilla/profile/defaults/profile/chrome/userContent.css lib/mozilla/proxytests lib/mozilla/rdfcat lib/mozilla/rdfpoll lib/mozilla/regExport *************** *** 2601,2607 **** --- 2754,2763 ---- lib/mozilla/res/fonts/mathfontCMEX10.properties lib/mozilla/res/fonts/mathfontCMSY10.properties lib/mozilla/res/fonts/mathfontMTExtra.properties + lib/mozilla/res/fonts/mathfontMath1.properties + lib/mozilla/res/fonts/mathfontMath2.properties lib/mozilla/res/fonts/mathfontMath4.properties + lib/mozilla/res/fonts/mathfontPUA.properties lib/mozilla/res/fonts/mathfontSymbol.properties lib/mozilla/res/forms.css lib/mozilla/res/gfx/icon_0.gif *************** *** 2637,2642 **** --- 2793,2799 ---- lib/mozilla/res/rdf/ignore-test.xul lib/mozilla/res/rdf/loading.gif lib/mozilla/res/rdf/xpidl-test-1.xul + lib/mozilla/res/sample.unixpsfonts.properties lib/mozilla/res/samples/Anieyes.gif lib/mozilla/res/samples/aform.css lib/mozilla/res/samples/beeptest.html *************** *** 2747,2752 **** --- 2904,2910 ---- lib/mozilla/res/ua.css lib/mozilla/res/unixcharset.properties lib/mozilla/res/viewer.properties + lib/mozilla/res/viewsource.css lib/mozilla/run-mozilla.sh lib/mozilla/searchplugins/NetscapeSearch.gif lib/mozilla/searchplugins/NetscapeSearch.src *************** *** 2761,2772 **** lib/mozilla/searchplugins/mozilla.gif lib/mozilla/searchplugins/mozilla.src lib/mozilla/splash.xpm ! lib/mozilla/start-psm lib/mozilla/timebombgen lib/mozilla/urltest lib/mozilla/viewer lib/mozilla/viewer_gtk lib/mozilla/xpcshell lib/mozilla/xpidl lib/mozilla/xpt_dump lib/mozilla/xpt_link --- 2919,2931 ---- lib/mozilla/searchplugins/mozilla.gif lib/mozilla/searchplugins/mozilla.src lib/mozilla/splash.xpm ! lib/mozilla/startup-test.html lib/mozilla/timebombgen lib/mozilla/urltest lib/mozilla/viewer lib/mozilla/viewer_gtk lib/mozilla/xpcshell + lib/mozilla/xpicleanup lib/mozilla/xpidl lib/mozilla/xpt_dump lib/mozilla/xpt_link *************** *** 2781,2789 **** @dirrm lib/mozilla/res/entityTables @dirrm lib/mozilla/res/builtin @dirrm lib/mozilla/res ! @dirrm lib/mozilla/psmdata/ui ! @dirrm lib/mozilla/psmdata/doc ! @dirrm lib/mozilla/psmdata @dirrm lib/mozilla/plugins @dirrm lib/mozilla/icons @dirrm lib/mozilla/dtd --- 2940,2951 ---- @dirrm lib/mozilla/res/entityTables @dirrm lib/mozilla/res/builtin @dirrm lib/mozilla/res ! @dirrm lib/mozilla/profile/defaults/profile/chrome ! @dirrm lib/mozilla/profile/defaults/profile/US/chrome ! @dirrm lib/mozilla/profile/defaults/profile/US ! @dirrm lib/mozilla/profile/defaults/profile ! @dirrm lib/mozilla/profile/defaults ! @dirrm lib/mozilla/profile @dirrm lib/mozilla/plugins @dirrm lib/mozilla/icons @dirrm lib/mozilla/dtd *************** *** 2798,2803 **** --- 2960,2977 ---- @dirrm lib/mozilla/chrome/toolkit/content/global @dirrm lib/mozilla/chrome/toolkit/content @dirrm lib/mozilla/chrome/toolkit + @dirrm lib/mozilla/chrome/pippki/locale/en-US/pippki + @dirrm lib/mozilla/chrome/pippki/locale/en-US + @dirrm lib/mozilla/chrome/pippki/locale + @dirrm lib/mozilla/chrome/pippki/content/pippki + @dirrm lib/mozilla/chrome/pippki/content + @dirrm lib/mozilla/chrome/pippki + @dirrm lib/mozilla/chrome/pipnss/locale/en-US/pipnss + @dirrm lib/mozilla/chrome/pipnss/locale/en-US + @dirrm lib/mozilla/chrome/pipnss/locale + @dirrm lib/mozilla/chrome/pipnss/content/pipnss + @dirrm lib/mozilla/chrome/pipnss/content + @dirrm lib/mozilla/chrome/pipnss @dirrm lib/mozilla/chrome/overlayinfo/navigator/content @dirrm lib/mozilla/chrome/overlayinfo/navigator @dirrm lib/mozilla/chrome/overlayinfo/messenger/content *************** *** 2862,2867 **** --- 3036,3053 ---- @dirrm lib/mozilla/chrome/messenger/content/messenger @dirrm lib/mozilla/chrome/messenger/content @dirrm lib/mozilla/chrome/messenger + @dirrm lib/mozilla/chrome/help/locale/en-US/help/images + @dirrm lib/mozilla/chrome/help/locale/en-US/help + @dirrm lib/mozilla/chrome/help/locale/en-US + @dirrm lib/mozilla/chrome/help/locale + @dirrm lib/mozilla/chrome/help/content/help + @dirrm lib/mozilla/chrome/help/content + @dirrm lib/mozilla/chrome/help + @dirrm lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/pref + @dirrm lib/mozilla/chrome/en-win/locale/en-US/communicator-platform + @dirrm lib/mozilla/chrome/en-win/locale/en-US + @dirrm lib/mozilla/chrome/en-win/locale + @dirrm lib/mozilla/chrome/en-win @dirrm lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform @dirrm lib/mozilla/chrome/en-unix/locale/en-US/global-platform @dirrm lib/mozilla/chrome/en-unix/locale/en-US/communicator-platform/pref *************** *** 2960,2962 **** --- 3146,3233 ---- @dirrm lib/mozilla/chrome @dirrm lib/mozilla/OutTestData @dirrm lib/mozilla + @dirrm lib/modules + @dirrm lib/X11/xsm + @dirrm lib/X11/xserver + @dirrm lib/X11/xkb/symbols/sun + @dirrm lib/X11/xkb/symbols/sony + @dirrm lib/X11/xkb/symbols/nec + @dirrm lib/X11/xkb/symbols/fujitsu + @dirrm lib/X11/xkb/symbols/digital + @dirrm lib/X11/xkb/symbols + @dirrm lib/X11/xkb/semantics + @dirrm lib/X11/xkb/rules + @dirrm lib/X11/xkb/keymap/sun + @dirrm lib/X11/xkb/keymap/sgi + @dirrm lib/X11/xkb/keymap/digital + @dirrm lib/X11/xkb/keymap + @dirrm lib/X11/xkb/keycodes/sgi + @dirrm lib/X11/xkb/keycodes/digital + @dirrm lib/X11/xkb/keycodes + @dirrm lib/X11/xkb/geometry/sgi + @dirrm lib/X11/xkb/geometry/digital + @dirrm lib/X11/xkb/geometry + @dirrm lib/X11/xkb/compiled + @dirrm lib/X11/xkb/compat + @dirrm lib/X11/xkb + @dirrm lib/X11/xinit + @dirrm lib/X11/xdm + @dirrm lib/X11/x11perfcomp + @dirrm lib/X11/twm + @dirrm lib/X11/rstart/contexts + @dirrm lib/X11/rstart/commands/x11r6 + @dirrm lib/X11/rstart/commands + @dirrm lib/X11/rstart + @dirrm lib/X11/proxymngr + @dirrm lib/X11/locale/zh_TW + @dirrm lib/X11/locale/zh + @dirrm lib/X11/locale/th_TH.TACTIS + @dirrm lib/X11/locale/tbl_data + @dirrm lib/X11/locale/koi8-r + @dirrm lib/X11/locale/ko + @dirrm lib/X11/locale/ja.SJIS + @dirrm lib/X11/locale/ja.JIS + @dirrm lib/X11/locale/ja + @dirrm lib/X11/locale/iso8859-9 + @dirrm lib/X11/locale/iso8859-8 + @dirrm lib/X11/locale/iso8859-7 + @dirrm lib/X11/locale/iso8859-6 + @dirrm lib/X11/locale/iso8859-5 + @dirrm lib/X11/locale/iso8859-4 + @dirrm lib/X11/locale/iso8859-3 + @dirrm lib/X11/locale/iso8859-2 + @dirrm lib/X11/locale/iso8859-1 + @dirrm lib/X11/locale/en_US.utf + @dirrm lib/X11/locale/C + @dirrm lib/X11/locale + @dirrm lib/X11/lbxproxy + @dirrm lib/X11/fs + @dirrm lib/X11/fonts/misc + @dirrm lib/X11/fonts/local + @dirrm lib/X11/fonts/cyrillic + @dirrm lib/X11/fonts/Type1 + @dirrm lib/X11/fonts/Speedo + @dirrm lib/X11/fonts/PEX + @dirrm lib/X11/fonts/75dpi + @dirrm lib/X11/fonts/100dpi + @dirrm lib/X11/fonts + @dirrm lib/X11/etc + @dirrm lib/X11/doc + @dirrm lib/X11/config + @dirrm lib/X11/app-defaults + @dirrm lib/X11/XF86Setup/tcllib + @dirrm lib/X11/XF86Setup/scripts + @dirrm lib/X11/XF86Setup/pics + @dirrm lib/X11/XF86Setup + @dirrm lib/X11 + @dirrm include/X11/pixmaps + @dirrm include/X11/fonts + @dirrm include/X11/extensions + @dirrm include/X11/bitmaps + @dirrm include/X11/Xmu + @dirrm include/X11/Xaw + @dirrm include/X11/SM + @dirrm include/X11/PM + @dirrm include/X11/PEX5 + @dirrm include/X11/ICE + @dirrm include/X11 =============================================================================== Best of luck. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 18:23: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dell.dannyland.org (dell.dannyland.org [64.81.36.13]) by hub.freebsd.org (Postfix) with ESMTP id 73C3D37B422 for ; Sun, 13 May 2001 18:22:58 -0700 (PDT) (envelope-from dannyman@toldme.com) Received: by dell.dannyland.org (Postfix, from userid 1001) id 332CB5BFE; Sun, 13 May 2001 18:22:10 -0700 (PDT) Date: Sun, 13 May 2001 18:22:10 -0700 From: dannyman To: Kris Kennaway Cc: Neil Blakey-Milner , Brad Knowles , freebsd-ports@FreeBSD.ORG, Terry Lambert , Joseph Mallett Subject: How to tell ports to work on FreeBSD 3.x Message-ID: <20010513182210.G58926@dell.dannyland.org> References: <20010509140838.C17000@dell.dannyland.org> <200105100026.RAA04754@usr06.primenet.com> <20010509180154.E17000@dell.dannyland.org> <20010510143702.A84503@rapier.smartspace.co.za> <20010513140646.B63072@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010513140646.B63072@xor.obsecurity.org>; from kris@obsecurity.org on Sun, May 13, 2001 at 02:06:47PM -0700 X-Loop: djhoward@uiuc.edu X-URL: http://www.dannyland.org/~dannyman/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 13, 2001 at 02:06:47PM -0700, Kris Kennaway wrote: > On Thu, May 10, 2001 at 02:37:03PM +0200, Neil Blakey-Milner wrote: > > > I've brought up the fact we could easily support 3.x machines for the > > ports tree (ie, building from source, not packages built on later > > releaess) with an upgrade package on the ports list, but I was met with > > silence. [...] > Perhaps you meant to say "*I* could easily support 3.x machines". > Most ports committers have little motivation to do the extra work of > supporting the old releases, but if you're willing to support it > yourself thats an entirely different story. *raises hand* I'm willing to tell people how to tell their ports collection to at least try and compile current ports on their less-than-one-year-old operating system. Here's what it looks like: While the ports tree is maintained for FreeBSD 4.3-RELEASE and 4.3-STABLE, many ports will still build and install just fine on older version of FreeBSD. If you find the "move your machine through a major version upgrade" instructions at http://www.freebsd.org/ports/ to be impractical for you at this time, simply type the following: sysctl -n kern.osreldate > /var/db/port.mkversion [ Some rewording is needed for the following paragraph. ] Bear in mind that many uptight people frown on this behaviour, and that your ancient Operating System is soooo 2000, so if you find that the ports system has gone and destroyed your machine, it is because you've not heeded our warnings and pretended you knew what you were doing. We TOLD you to just run your box through a major OS upgrade! IMO, this should just be posted at http://www.freebsd.org/ports/. -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 18:30:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B7B637B424 for ; Sun, 13 May 2001 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E1U1E14379; Sun, 13 May 2001 18:30:01 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id 9D82537B422 for ; Sun, 13 May 2001 18:28:01 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 32301101 invoked by uid 0); 14 May 2001 01:27:59 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by verlaine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 May 2001 01:27:59 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4E1Rwu59132; Mon, 14 May 2001 03:27:58 +0200 (CEST) (envelope-from root) Message-Id: <200105140127.f4E1Rwu59132@gits.dyndns.org> Date: Mon, 14 May 2001 03:27:58 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@poboxes.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27310: Updated port: mail/elm+ME - 2.4ME+92 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27310 >Category: ports >Synopsis: Updated port: mail/elm+ME - 2.4ME+92 >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 May 13 18:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #21: Sun Apr 22 22:20:03 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: new release of elm 2.4 ME+ pl 92. Makefile updated. version bumped. SCRIPTS_ENV updated w/ XXX_SUBDIR. PLIST_SUB added. MAKE_ARGS and ALL_TARGET added. MAN1 updated as needed. many XXX_SUBDIR added. startup script added. doc files added (depending on NOPORTSDOC). fetch hack added. distinfo updated as needed. pkg-plist updated. startup script added. shared libs added. doc files added (using PORTDOCS). many %%XXX_SUBDIR%% added. files/elm.mimetypes $FreeBSD$ added. files/00elm.sh new file. updates the dynamic linker path at boot time. files/patch-ac (Configure) updated as needed. files/patch-newmbox.c new file. this patch allow browsing of newsboxes. will probably be in a future revision of elm. scripts/pre-configure updated as needed. many ${XXX_SUBDIR} added. new shared lib support added. new tls support added (untested). >How-To-Repeat: n/a >Fix: take care, this patch is in 2 parts. the first on is a diff against /dev/null and the second one is a cvs diff. --- /dev/null Sun May 13 17:52:43 2001 +++ files/00elm.sh Sun May 13 15:45:51 2001 @@ -0,0 +1,18 @@ +#!/bin/sh + +if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then + echo "$0: Cannot determine the PREFIX" >&2 + exit 1 +fi + +case "$1" in +start) + /sbin/ldconfig -m ${PREFIX}/%%SHLIB_SUBDIR%% + ;; +stop) + ;; +*) + echo "Usage: `basename $0` {start|stop}" 2>&1 + exit 64 + ;; +esac --- /dev/null Sun May 13 17:52:43 2001 +++ files/patch-newmbox.c Sat May 12 22:04:12 2001 @@ -0,0 +1,36 @@ +--- src/newmbox.c.orig Tue Feb 6 19:48:32 2001 ++++ src/newmbox.c Sat May 12 21:28:05 2001 +@@ -568,6 +568,33 @@ + } + } + ++ else if (NULL != (tmphdr = locate_header_by_name(parsed_headers, ++ "Newsgroups"))) { ++ struct addr_item * addrs = ++ break_down_address(tmphdr->body, ++ !(current_header -> status & ++ NOHDRENCODING) && ++ is_rfc1522(tmphdr->body), ++ current_header->header_charset); ++ ++ if (addrs) { ++ if (current_header->to) ++ free_addr_items(current_header->to); ++ current_header->to = addrs; ++ if (debug > 15 && debugfile) { ++ struct addr_item * p; ++ for (p = current_header->to; p->addr; p++) { ++ elm_fprintf(debugfile, ++ FRM("-- to[%d] addr='%s' comment='%S' fullname='%S'\n"), ++ p - current_header->to, ++ p->addr, ++ p->comment, ++ p->fullname); ++ } ++ } ++ } ++ } ++ + if (NULL != (tmphdr = locate_header_by_name(parsed_headers, + "Cc"))) { + struct addr_item * addrs = Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/Makefile,v retrieving revision 1.67 diff -u -r1.67 Makefile --- Makefile 2001/02/15 17:01:01 1.67 +++ Makefile 2001/05/13 17:23:38 @@ -1,14 +1,12 @@ -# New ports collection makefile for: elm ME+ (unofficial Elm) -# Date created: 26 June 1995 -# Whom: ache +# New ports collection makefile for: elm ME+ (unofficial Elm) +# Date created: 26 June 1995 +# Whom: ache # # $FreeBSD: ports/mail/elm+ME/Makefile,v 1.67 2001/02/15 17:01:01 sf Exp $ # PORTNAME= elm+ME -PORTVERSION= 2.4.88 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTVERSION= 2.4.92 CATEGORIES= mail DISTNAME= ${PORTNAME:S/+ME//}-${PORTVERSION:R}ME+${PORTVERSION:E} @@ -17,7 +15,8 @@ http://www.ozone.fmi.fi/KEH/ # the following repositories conform to the main repository. -MASTER_SITES+= ftp://ftp.tu-darmstadt.de/pub/networking/mail/elm+ME/ \ +MASTER_SITES+= ftp://ftp.lip6.fr/pub/unix/mail/elm-me/ \ + ftp://ftp.tu-darmstadt.de/pub/networking/mail/elm+ME/ \ ftp://ftp.cs.tu-berlin.de/pub/net/mail/elm-me-plus/ \ ftp://ftp.ntua.gr/pub/net/mail/elm-me/ \ ftp://ftp.eos.hokudai.ac.jp/pub/network/mail/elm-2.4ME+/ \ @@ -28,10 +27,6 @@ ftp://ftp.rge.com/pub/mail/elm/elm-2.4ME+/ \ ftp://ftp.uni-trier.de/pub/unix/network/mail/elm-me+/ -# fetch doesn't work w/ ftp.lip6.fr and ftp doesn't work w/ the http protocol. -# MASTER_SITES+= ftp://ftp.lip6.fr/pub/unix/mail/elm-me/ -# FETCH_CMD= /usr/bin/ftp - MAINTAINER= clefevre@poboxes.com # not needed since config.sh is generated by scripts/pre-configure. @@ -40,80 +35,135 @@ # BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp # BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -WRKSRC= ${WRKDIR}/${DISTNAME:S/-//:S/ME+/.ME+./} - # # Global variables # +WRKSRC= ${WRKDIR}/${DISTNAME:S/-//:S/ME+/.ME+./} + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -SCRIPTS_ENV= CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" -CONFIGURE_ARGS= -S -d -P${PREFIX} +SCRIPTS_ENV= CFLAGS="${CFLAGS}" ${PLIST_SUB} \ + PREFIX="${PREFIX}" MAN1PREFIX="${MAN1PREFIX}" +CONFIGURE_ARGS= -S -P ${PREFIX} + +MAKE_ARGS= MJ="FORMATTER=groff FORMATTER_OPTS=-Tlatin1" +ALL_TARGET= all documentation + +PLIST_SUB= SO_REV="${SO_REV}" DOC_SUBDIR="${DOC_SUBDIR}" \ + LIB_SUBDIR="${LIB_SUBDIR}" SHLIB_SUBDIR="${SHLIB_SUBDIR}" MAN1= answer.1 checkalias.1 elm.1 elmalias.1 elmcharset.1 \ - elmterminal.1 fastmail.1 frm.1 listalias.1 messages.1 \ - newalias.1 newmail.1 printmail.1 readmsg.1 + elmterminal.1 elmunidata.1 fastmail.1 frm.1 listalias.1 \ + messages.1 newalias.1 newmail.1 printmail.1 readmsg.1 MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1 # # Local variables # -DESTLIBDIR= ${PREFIX}/lib/${PORTNAME:S/+ME//} -MIMETYPES= elm.mimetypes +SO_REV= `${AWK} '/SHAREDTAG:/{print $$2}' ${WRKSRC}/hdrs/patchlevel.h` +MSECS= 1 +RCD_SUBDIR= etc/rc.d +LIB_SUBDIR= lib/elm +SHLIB_SUBDIR= libexec/elm +DOC_SUBDIR= share/doc/elm + +RCD_FILE= 00elm.sh +MIME_TYPES= elm.mimetypes +DOC_FILES= README.ME+ shared_libs/tls/README.TLS \ + doc/Alias.fmtd doc/Config.fmtd doc/Cover.fmtd \ + doc/Form.fmtd doc/Ref.fmtd doc/Users.fmtd + +AWK?= awk + # # Post-patch # +post-patch: patch-install-script patch-setgid patch-nls-files + +patch-install-script: + @${SED} -e 's,%%SHLIB_SUBDIR%%,${SHLIB_SUBDIR},' \ + ${FILESDIR}/${RCD_FILE} > ${WRKSRC}/${RCD_FILE} + # d_savegrpmboxid is currently broken using setgid(2) instead of setegid(2). -# will probably be fixed in the next release, for instance, fake a patch. +# will probably be fixed in a next release, for instance, fake a patch. # the alternative would be to disable this option in pre-configure script. -post-patch: +patch-setgid: @${PERL} -pi.fbsd -e 's,setgid,setegid,' \ ${WRKSRC}/lib/localmbx.c \ ${WRKSRC}/src/init.c ${WRKSRC}/src/lock.c -# -# Post-configure -# - -post-configure: +patch-nls-files: @${PERL} -pi.fbsd -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS # # Post-install # -post-install: install-nls install-mime-types \ +post-install: install-startup-files install-nls-files \ + install-doc-files install-mime-types \ remove-catman-files remove-catman-links + +install-startup-files: + @${INSTALL_SCRIPT} ${WRKSRC}/${RCD_FILE} ${PREFIX}/${RCD_SUBDIR} -install-nls: +install-nls-files: @cd ${WRKSRC}/nls; ${MAKE} install +install-doc-files: +.if !defined(NOPORTSDOC) + @${MKDIR} ${PREFIX}/${DOC_SUBDIR} +.for file in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/${DOC_SUBDIR} + @${GZIP_CMD} ${PREFIX}/${DOC_SUBDIR}/${file:T} +.endfor +.endif + install-mime-types: - @${INSTALL_DATA} \ - ${FILESDIR}/${MIMETYPES} ${DESTLIBDIR}/${MIMETYPES}-dist - @if [ ! -f ${DESTLIBDIR}/${MIMETYPES} ]; then \ - ${INSTALL_DATA} ${FILESDIR}/${MIMETYPES} ${DESTLIBDIR}; \ + @${INSTALL_DATA} ${FILESDIR}/${MIME_TYPES} \ + ${PREFIX}/${LIB_SUBDIR}/${MIME_TYPES}-dist + @if [ ! -f ${PREFIX}/${LIB_SUBDIR}/${MIME_TYPES} ]; then \ + ${INSTALL_DATA} ${FILESDIR}/${MIME_TYPES} \ + ${PREFIX}/${LIB_SUBDIR}; \ fi remove-catman-files: -.for sect in 1 +.for sect in ${MSECS} .for page in ${MAN${sect}} @${RM} -f ${MAN${sect}PREFIX}/man/cat${sect}/${page} .endfor .endfor remove-catman-links: -.for sect in 1 +.for sect in ${MSECS} .for page in ${MLINKS} .if ${MAN${sect}:M${page}} == "" @${RM} -f ${MAN${sect}PREFIX}/man/cat${sect}/${page} .endif .endfor .endfor + +.include + +# some sketchy hackery +FETCH_CMD_INTERIOR= ${FETCH_CMD:M*fetch*} + +# only enable the hack if FETCH_CMD is fetch +.if !empty(FETCH_CMD_INTERIOR) + +# lip6 dislike $USER@localhost... +FETCH_ENV= FTP_PASSWORD=${FTP_PASSWORD} + +AWK?= awk +IFCONFIG?= ifconfig + +# well, this is a hack to make fetch happy on lip6, ugh! +HOSTIPADDR= ${IFCONFIG} | ${AWK} '/inet /{print $$2; exit}' +FTP_PASSWORD?= ${USER}@`${HOSTIPADDR}` +.endif -.include +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/distinfo,v retrieving revision 1.37 diff -u -r1.37 distinfo --- distinfo 2001/02/10 20:35:41 1.37 +++ distinfo 2001/05/13 13:51:32 @@ -1 +1 @@ -MD5 (elm-2.4ME+88.tar.gz) = 96704eae50aace159a752caafb9bcd44 +MD5 (elm-2.4ME+92.tar.gz) = fd3ebe8318a6f33cc3f42aeda39808d7 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/pkg-plist,v retrieving revision 1.13 diff -u -r1.13 pkg-plist --- pkg-plist 2001/01/31 17:16:05 1.13 +++ pkg-plist 2001/05/13 17:08:52 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/answer bin/checkalias bin/elm @@ -14,17 +15,33 @@ @unexec rm -f %B/wnewmail bin/printmail bin/readmsg -share/nls/C/elm2.4me+.cat -lib/elm/elm-help.0 -lib/elm/elm-help.1 -lib/elm/elm-help.2 -lib/elm/elm-help.3 -lib/elm/elm.mimecharsets -@unexec if cmp -s %D/lib/elm/elm.mimetypes %D/lib/elm/elm.mimetypes-dist; then rm -f %D/lib/elm/elm.mimetypes; fi -lib/elm/elm.mimetypes-dist +etc/rc.d/00elm.sh +%%LIB_SUBDIR%%/elm-help.0 +%%LIB_SUBDIR%%/elm-help.1 +%%LIB_SUBDIR%%/elm-help.2 +%%LIB_SUBDIR%%/elm-help.3 +%%LIB_SUBDIR%%/elm.map.bin/unidata.bin +%%LIB_SUBDIR%%/elm.mimecharsets +@unexec if cmp -s %D/%%LIB_SUBDIR%%/elm.mimetypes %D/%%LIB_SUBDIR%%/elm.mimetypes-dist; then rm -f %D/%%LIB_SUBDIR%%/elm.mimetypes; fi +%%LIB_SUBDIR%%/elm.mimetypes-dist @exec [ ! -f %B/elm.mimetypes ] && cp %B/%f %B/elm.mimetypes -lib/elm/elmcharset -lib/elm/elmrc-info -lib/elm/elmterminal -lib/elm/prlong -@dirrm lib/elm +%%LIB_SUBDIR%%/elmcharset +%%LIB_SUBDIR%%/elmrc-info +%%LIB_SUBDIR%%/elmterminal +%%LIB_SUBDIR%%/elmunidata +%%LIB_SUBDIR%%/prlong +%%SHLIB_SUBDIR%%/libelmme-base.so%%SO_REV%% +%%SHLIB_SUBDIR%%/libelmme-tls.so%%SO_REV%% +%%PORTDOCS%%%%DOC_SUBDIR%%/README.ME+.gz +%%PORTDOCS%%%%DOC_SUBDIR%%/README.TLS.gz +%%PORTDOCS%%%%DOC_SUBDIR%%/Alias.fmtd.gz +%%PORTDOCS%%%%DOC_SUBDIR%%/Config.fmtd.gz +%%PORTDOCS%%%%DOC_SUBDIR%%/Cover.fmtd.gz +%%PORTDOCS%%%%DOC_SUBDIR%%/Form.fmtd.gz +%%PORTDOCS%%%%DOC_SUBDIR%%/Ref.fmtd.gz +%%PORTDOCS%%%%DOC_SUBDIR%%/Users.fmtd.gz +share/nls/C/elm2.4me+.cat +@dirrm %%LIB_SUBDIR%%/elm.map.bin +@dirrm %%LIB_SUBDIR%% +@dirrm %%SHLIB_SUBDIR%% +%%PORTDOCS%%@dirrm %%DOC_SUBDIR%% Index: files/elm.mimetypes =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/files/elm.mimetypes,v retrieving revision 1.3 diff -u -r1.3 elm.mimetypes --- files/elm.mimetypes 2001/02/10 20:35:42 1.3 +++ files/elm.mimetypes 2001/03/13 04:36:21 @@ -1,4 +1,8 @@ +# $FreeBSD$ +# # mime.types for Elm 2.4PL24 ME8 (or greater) +# +# Written by Cyrille Lefevre # # Format of this file: # Index: files/patch-ac =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/files/patch-ac,v retrieving revision 1.6 diff -u -r1.6 patch-ac --- files/patch-ac 2001/01/31 17:16:07 1.6 +++ files/patch-ac 2001/05/13 00:01:57 @@ -1,5 +1,5 @@ ---- Configure.orig Fri Dec 29 20:57:04 2000 -+++ Configure Sat Jan 6 23:19:54 2001 +--- Configure.orig Fri May 11 19:35:20 2001 ++++ Configure Sun May 13 01:26:06 2001 @@ -16,10 +16,10 @@ PATH=".:$PATH:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin" export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$) @@ -15,8 +15,17 @@ (alias) >/dev/null 2>&1 && \ echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \ -@@ -1926,7 +1926,10 @@ +@@ -1971,7 +1971,7 @@ + echo "Found shlib directory" + fi +- $echo "Trying create chared library" ++ $echo "Trying create shared library" + + LibLoc=`cd ..; pwd`/shlib + +@@ -2263,7 +2263,10 @@ + : see if crypt exists echo " " -if $contains '^crypt$' libc.list >/dev/null 2>&1; then @@ -27,3 +36,11 @@ echo 'crypt() found.' d_crypt="$define" cryptlib='' +@@ -2767,6 +2770,7 @@ + + $echo $n "Testing if inet_aton can be used ... $c" + $cat > try.c <<'EOF' ++#include + #include + #include + #include Index: scripts/pre-configure =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/scripts/pre-configure,v retrieving revision 1.27 diff -u -r1.27 pre-configure --- scripts/pre-configure 2001/02/10 20:35:42 1.27 +++ scripts/pre-configure 2001/05/13 17:28:45 @@ -6,7 +6,9 @@ [ -r /usr/include/inttypes.h ] && has_inttypes=define || has_inttypes=undef - cat > ${WRKSRC}/config.sh << EOF +[ -d ${WRKSRC}/shlib ] || mkdir ${WRKSRC}/shlib + +cat > ${WRKSRC}/config.sh << EOF #!/bin/sh # config.sh # This file was produced by running the Configure script. @@ -30,6 +32,7 @@ d_connect_reopen='undef' d_netdb='define' d_netinet_in='define' +d_use_aton='define' d_inttypes='$has_inttypes' d_nointtypes='undef' n='-n' @@ -162,7 +165,7 @@ execmail='' libswanted='sun nls c_s' noaddlib='yes' -c_date='Wed Feb 7 02:17:00 CET 2001' +c_date='Sun May 13 02:00:14 CEST 2001' d_ascii='undef' d_broke_ctype='undef' d_calendar='define' @@ -215,7 +218,6 @@ d_putenv='define' maxattempts='6' d_setgid='define' -d_savegrpmboxid='define' mailermode='2755' d_sigvec='undef' d_sigvectr='undef' @@ -238,6 +240,16 @@ d_strtok='define' d_subshell='define' d_tempnam='define' +d_setlinebuf='define' +d_shared='define' +d_shared_rev='${SO_REV}' +d_dlopen_libs='define' +shared_list='tls' +d_dynamic_main='define' +dynamic_opt='-rdynamic' +dlopen_lib='' +rpath_opt='-rpath ' +soname_opt='-shared -soname ' tempnamo='' tempnamc='' d_termio='undef' @@ -260,14 +272,16 @@ i_unistd='define' i_utime='define' i_sysutime='undef' -lib='${PREFIX}/lib/elm' +lib='${PREFIX}/${LIB_SUBDIR}' +shlib='${PREFIX}/${SHLIB_SUBDIR}' +libdirname='lib' libc='/usr/lib/libc.so' linepr='/usr/bin/lp' maildir='/var/mail' mailer='/usr/sbin/sendmail' mailgrp='mail' -mansrc='${PREFIX}/man/man1' -catmansrc='${PREFIX}/man/cat1' +mansrc='${MAN1PREFIX}/man/man1' +catmansrc='${MAN1PREFIX}/man/cat1' manext='.1' manext_choice='.1' catmanext='.1' @@ -312,6 +326,17 @@ special_path2='${PREFIX}/bin' locale_dir='/usr/share/locale' CONFIG=true +tls_ok='define' +EOF + +mv ${WRKSRC}/shared_libs/tls/README.ME+ ${WRKSRC}/shared_libs/tls/README.TLS + +cat > ${WRKSRC}/shared_libs/tls/config.res << EOF +# Support for TLS +tls_ok='define' +tls_dir='system' +tls_include_dir='' +tls_lib_dir='' EOF exit 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 Sun May 13 18:46:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id B889A37B424 for ; Sun, 13 May 2001 18:46:41 -0700 (PDT) (envelope-from sweeney@shell3.addr.com) Received: from shell3.addr.com (user-vcaupim.dsl.mindspring.com [216.175.102.86]) by albatross.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id SAA25383 for ; Sun, 13 May 2001 18:46:31 -0700 (PDT) Message-ID: <3AFF3A58.CA76A4DD@shell3.addr.com> Date: Sun, 13 May 2001 18:52:24 -0700 From: Tony Sweeney Reply-To: sweeney@addr.com X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc Cc: ports@freebsd.org Subject: Errors installing quile-gtk Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I seem to be foundering in /usr/ports/x11-toolkits/guile-gtk when trying to install gnome 1.4 (guile-gtk is a dependency). I have the latest 4.3-STABLE built and installed, and ports as of a CVSup on Friday. It errors out checking the version of pkg-config during the make, as follows: root@golem% make install >> Checksum OK for gnome-guile-0.20.tar.gz. ===> guile-gtk-0.20 depends on executable: libtool - found ===> guile-gtk-0.20 depends on shared library: guile.9 - found ===> guile-gtk-0.20 depends on shared library: glib12.3 - found ===> guile-gtk-0.20 depends on shared library: gtk12.2 - found ===> Patching for guile-gtk-0.20 ===> Applying FreeBSD patches for guile-gtk-0.20 ===> Configuring for guile-gtk-0.20 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking host system type... i386--freebsd4.3 checking build system type... i386--freebsd4.3 checking for ranlib... ranlib checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes updating cache ./config.cache loading cache ./config.cache within ltconfig checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... -static checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... freebsd4.3 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool updating cache ./config.cache loading cache ./config.cache checking how to run the C preprocessor... cc -E checking for pkg-config... yes checking for pkg-config... /usr/local/bin/pkg-config checking for pkg-config... sed: 1: "s/\([^:]*\):\([^:]*\):\ ...": \6 not defined in the RE sed: 1: "s/\([^:]*\):\([^:]*\):\ ...": \6 not defined in the RE expr: syntax error not found configure: error: *** You need the latest pkg-config (at least 0.4.1). *** Get the latest version of pkg-config from *** http://pkgconfig.sourceforce.net. ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:579: checking for a BSD compatible install configure:632: checking whether build environment is sane configure:689: checking whether make sets ${MAKE} configure:735: checking for working aclocal configure:748: checking for working autoconf configure:761: checking for working automake configure:774: checking for working autoheader configure:787: checking for working makeinfo configure:808: checking for gcc configure:921: checking whether the C compiler (cc -O -pipe ) works configure:937: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:963: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:968: checking whether we are using GNU C configure:977: cc -E conftest.c configure:996: checking whether cc accepts -g configure:1103: checking host system type configure:1124: checking build system type configure:1144: checking for ranlib configure:1183: checking for ld used by GCC configure:1245: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.10.1 (with BFD 2.10.1) configure:1261: checking for BSD-compatible nm configure:1297: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 ltconfig:776: checking if cc PIC flag -fPIC works ltconfig:777: cc -c -O -pipe -fPIC -DPIC -I/usr/local/include conftest.c 1>&5 ltconfig:829: checking if cc supports -c -o file.o ltconfig:830: cc -c -O -pipe -o out/conftest2.o -I/usr/local/include conftest.c 1>&5 ltconfig:862: checking if cc supports -c -o file.lo ltconfig:863: cc -c -O -pipe -c -o conftest.lo -I/usr/local/include conftest.c 1>&5 ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig:915: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 ltconfig:958: checking if cc static flag -static works ltconfig:959: cc -o conftest -O -pipe -I/usr/local/include -static conftest.c -L/usr/local/lib 1>&5 GNU ld version 2.10.1 (with BFD 2.10.1) ltconfig:1635: checking if global_symbol_pipe works ltconfig:1636: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1691: cc -o conftest -O -pipe -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include conftest.c conftstm.o 1>&5 configure:1482: checking how to run the C preprocessor configure:1503: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1572: checking for pkg-config configure:1914: checking for pkg-config configure:1953: checking for pkg-config (end of "config.log") *** Error code 1 Stop in /usr/ports/x11-toolkits/guile-gtk. I can probably hack on this to get it to work, but that's not the point -- it seems to me that this can't work anywhere on FreeBSD, since the test for pkg-config is broken (as well as being one of the oddest-coded checks I've ever seen, even if it worked). I have the latest version of autoconf (2.13), per the ports tree. Any assistance greatly appreciated, as usual. Tony. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 22:15:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp1.ndsu.nodak.edu (smtp1.ndsu.NoDak.edu [134.129.111.146]) by hub.freebsd.org (Postfix) with ESMTP id 190C437B422 for ; Sun, 13 May 2001 22:15:45 -0700 (PDT) (envelope-from Jeff_Blaufuss@ndsu.nodak.edu) Received: from ndsu.nodak.edu (dhcp-42-23.farcpe.cableone.net [24.116.47.90]) (authenticated (0 bits)) by smtp1.ndsu.nodak.edu (8.11.2/8.11.2) with ESMTP id f4E5Fdf06729; Mon, 14 May 2001 00:15:40 -0500 Message-ID: <3AFF6A99.81686CDF@ndsu.nodak.edu> Date: Mon, 14 May 2001 00:18:17 -0500 From: Jeff Blaufuss X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: clkao@CirX.ORG Cc: ports@FreeBSD.org Subject: FreeBSD Port: dagrab-0.3.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I seem to have found a bug in dagrab. Whenever I rip a track with it, it overshoots the end of the track into the next track. It then repeats this extra audio for a second or two. It also seems to grab more if you set it to grab more sectors in each request with the -n option. If needed, I can send a you sample of this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 22:31:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id F0B8B37B422; Sun, 13 May 2001 22:31:23 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id E464C1B9D6A; Sun, 13 May 2001 22:31:20 -0700 (PDT) To: ports@freebsd.org Cc: reg@freebsd.org Subject: Re: Updating mozilla to 0.9. References: <87ofsw68a4.fsf@ralf.artlogix.com> From: Ken McGlothlen Date: 13 May 2001 22:31:20 -0700 In-Reply-To: Ken McGlothlen's message of "13 May 2001 18:14:59 -0700" Message-ID: <87elts4huf.fsf@ralf.artlogix.com> Lines: 5 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There is one additional problem I've found with this. While it still seems to be asking about cookies, and remembering those (warnings, remembering my preferences, etc.), it's not doing the same thing with images. I'm not sure if that's something I did, or something they did. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 22:58:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp1.ndsu.nodak.edu (smtp1.ndsu.NoDak.edu [134.129.111.146]) by hub.freebsd.org (Postfix) with ESMTP id E86F837B423 for ; Sun, 13 May 2001 22:58:47 -0700 (PDT) (envelope-from Jeff_Blaufuss@ndsu.nodak.edu) Received: from ndsu.nodak.edu (dhcp-42-23.farcpe.cableone.net [24.116.47.90]) (authenticated (0 bits)) by smtp1.ndsu.nodak.edu (8.11.2/8.11.2) with ESMTP id f4E5wif06913; Mon, 14 May 2001 00:58:44 -0500 Message-ID: <3AFF74B6.2627106C@ndsu.nodak.edu> Date: Mon, 14 May 2001 01:01:26 -0500 From: Jeff Blaufuss X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: clkao@CirX.ORG Cc: ports@FreeBSD.org Subject: RE: FreeBSD Port: dagrab-0.3.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Correction, it isn't overshooting the end of the track, it's just repeating a fraction of a second of audio near the end a few times. I didn't notice it before because the end of the track was so similar to the start of the next. > I seem to have found a bug in dagrab. Whenever I rip a track with it, > it overshoots the end of the track into the next track. It then repeats > this extra audio for a second or two. It also seems to grab more if you > set it to grab more sectors in each request with the -n option. If > needed, I can send a you sample of this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 23:24:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id CCDAD37B423; Sun, 13 May 2001 23:24:35 -0700 (PDT) (envelope-from watchman@ludd.luth.se) Received: from d1o907.telia.com (d1o907.telia.com [195.252.38.241]) by mailf.telia.com (8.11.2/8.11.0) with ESMTP id f4E6OYt11939; Mon, 14 May 2001 08:24:34 +0200 (CEST) Received: from ludd.luth.se (h55n1fls21o907.telia.com [212.181.140.55]) by d1o907.telia.com (8.8.8/8.8.8) with ESMTP id IAA15285; Mon, 14 May 2001 08:24:33 +0200 (CEST) Message-ID: <3AFF7A1A.CD0991DC@ludd.luth.se> Date: Mon, 14 May 2001 08:24:26 +0200 From: Joachim =?iso-8859-1?Q?Str=F6mbergson?= Organization: Acne X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en-US MIME-Version: 1.0 To: Ade Lovett Cc: ports Subject: Re: gnomeui.so.4 (was: Re: gnome 1.2 & gnomecore 1.4??) References: <3AF9B430.DF487472@home.com> <20010510092821.G6932@FreeBSD.org> <3AFD3840.14FBE991@ludd.luth.se> <20010512101336.B617@FreeBSD.org> <3AFE944E.D56E1AC9@ludd.luth.se> <20010513094427.A403@FreeBSD.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Aloha! Ade Lovett wrote: > > On Sun, May 13, 2001 at 04:03:58PM +0200, Joachim Strömbergson wrote: > > BTW is there any way to make ld report what file(s) are causing the > > loading of a certain module? Right now I get what file it can't find, > > but if I could get the info about the program that tried to call > > gnomeui.so.4, it would be possible to backtrack the port I need to > > update. > > man ldd Thanks! That solved the problem for me. I was able to figure out which files that used the missing library and then grep out the corresponding port-part of gnome that wasn't updated. I'm now happily running 1.4. The only issue (but not with Gnome) right now is mozilla that is dog-slow. -- Med vänlig hälsning, Cheers! Joachim Strömbergson ============================================================================ Joachim Strömbergson - ASIC designer, nice to *cute* animals. snail: phone: mail & web: Sävenäsgatan 5A +46 31 - 27 98 47 watchman@ludd.luth.se 416 72 Göteborg +46 733 75 97 02 www.ludd.luth.se/~watchman ============================================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 13 23:30:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id 1416337B423; Sun, 13 May 2001 23:30:32 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) id f4E6UNI04159; Mon, 14 May 2001 08:30:23 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.3/8.11.3) id f4ED8Xa78172; Mon, 14 May 2001 15:08:33 +0200 (CEST) (envelope-from andreas) Date: Mon, 14 May 2001 15:08:32 +0200 From: Andreas Klemm To: Joerg Wunsch Cc: ports@freebsd.org, chuckr@freebsd.org, andreas@freebsd.org, bug-a2ps@gnu.org Subject: Re: Suggest to make a2ps /not/ print by default Message-ID: <20010514150832.A78152@titan.klemm.gtn.com> References: <20010502114410.J50864@uriah.heep.sax.de> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010502114410.J50864@uriah.heep.sax.de>; from j@uriah.heep.sax.de on Wed, May 02, 2001 at 11:44:10AM +0200 X-Operating-System: FreeBSD 4.3-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable seems obvious for me, no problem for apsfilter. Andreas /// --=20 Andreas Klemm - Powered by FreeBSD 4.2 SMP Need a magic printfilter today ? -> http://www.apsfilter.org/ --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE6/9jPd3o+lGxvbLoRAtsWAJ48izfIFfFM66pdFqwKgBppf/iGMACfaLx4 9vyK2Bkh7F2v9sEBw5ddIGQ= =wT2q -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 0:46:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CA3E37B424; Mon, 14 May 2001 00:46:10 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E7kAF72914; Mon, 14 May 2001 00:46:10 -0700 (PDT) (envelope-from dinoex) Date: Mon, 14 May 2001 00:46:10 -0700 (PDT) From: Message-Id: <200105140746.f4E7kAF72914@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, cvs@FreeBSD.org Subject: Re: ports/27183: repository copy in ports/*/webalizer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: repository copy in ports/*/webalizer Responsible-Changed-From-To: freebsd-ports->cvs Responsible-Changed-By: dinoex Responsible-Changed-When: Mon May 14 00:45:35 PDT 2001 Responsible-Changed-Why: Task for Port-Master http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27183 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 2:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1E8B37B43C for ; Mon, 14 May 2001 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E9A2I87440; Mon, 14 May 2001 02:10:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29D1E37B423 for ; Mon, 14 May 2001 02:04:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E94e584379; Mon, 14 May 2001 02:04:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200105140904.f4E94e584379@freefall.freebsd.org> Date: Mon, 14 May 2001 02:04:40 -0700 (PDT) From: sothat@alleyoop.m8.ntu.edu.tw To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27312: editor/AbiWord fails to compile with mswordview port installed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27312 >Category: ports >Synopsis: editor/AbiWord fails to compile with mswordview port installed >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 May 14 02:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yaoting Chiu >Release: FreeBSD 4.3-STABLE i386 >Organization: NTU EE >Environment: FreeBSD alleyoop.m8.ntu.edu.tw 4.3-STABLE FreeBSD 4.3-STABLE #1: Sat Apr 28 21:37:04 CST 2001 root@alleyoop.m8.ntu.edu.tw:/tmp/obj/usr/src/sys/GILOFRE i386 >Description: The editor/AbiWord port fails to compile because the include file "wv.h" is installed into /usr/local/include previously by textproc/mswordview port, while wv.h is totally different. >How-To-Repeat: install ports/textproc/mswordview than install AbiWord >Fix: Workaround: Remove /usr/local/include/wv.h temporarily or deinstall mswordview >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 May 14 3: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2220737B424 for ; Mon, 14 May 2001 03:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EA03591595; Mon, 14 May 2001 03:00:03 -0700 (PDT) (envelope-from gnats) Received: from ws146.nomadiclab.com (ws146.nomadiclab.com [195.165.196.146]) by hub.freebsd.org (Postfix) with ESMTP id 5F16737B423 for ; Mon, 14 May 2001 02:52:13 -0700 (PDT) (envelope-from root@nomadiclab.com) Received: by ws146.nomadiclab.com (Postfix, from userid 0) id B0A6177; Mon, 14 May 2001 12:52:03 +0300 (EEST) Message-Id: <20010514095203.B0A6177@ws146.nomadiclab.com> Date: Mon, 14 May 2001 12:52:03 +0300 (EEST) From: pekka.nikander@iki.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27313: New port to ports collection: Geheimnis-2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27313 >Category: ports >Synopsis: New port to ports collection: Geheimnis-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: Mon May 14 03:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pekka Nikander >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD teldanex 4.3-STABLE FreeBSD 4.3-STABLE #4: Mon Apr 23 08:11:32 EEST 2001 pnr@teldanex:/usr/src/sys/compile/TELDANEX i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # geheimnis # geheimnis/pkg-comment # geheimnis/pkg-descr # geheimnis/pkg-plist # geheimnis/files # geheimnis/files/patch-aa # geheimnis/files/patch-ab # geheimnis/README.html # geheimnis/Makefile # geheimnis/distinfo # echo c - geheimnis mkdir -p geheimnis > /dev/null 2>&1 echo x - geheimnis/pkg-comment sed 's/^X//' >geheimnis/pkg-comment << 'END-of-geheimnis/pkg-comment' XShell for integrating PGP/GnuPG to KDE END-of-geheimnis/pkg-comment echo x - geheimnis/pkg-descr sed 's/^X//' >geheimnis/pkg-descr << 'END-of-geheimnis/pkg-descr' XGeheimnis is a KDE application that "wraps" around encryption programs Xand their irksome command-line interface, making it easier for users Xto use these programs. It is made in the style of Win31's PGP Shells Xthat were GUI-based wrappers around PGP2. X XWWW: http://sourceforge.net/projects/geheimnis/ END-of-geheimnis/pkg-descr echo x - geheimnis/pkg-plist sed 's/^X//' >geheimnis/pkg-plist << 'END-of-geheimnis/pkg-plist' Xbin/geheimnis Xbin/geheimniskeepopen Xshare/applnk/Applications/geheimnis.desktop Xshare/icons/locolor/16x16/apps/geheimnis.xpm Xshare/icons/locolor/32x32/apps/geheimnis.xpm Xshare/apps/geheimnis/toolbar/addName.xpm Xshare/apps/geheimnis/toolbar/disableKey.xpm Xshare/apps/geheimnis/toolbar/editKey.xpm Xshare/apps/geheimnis/toolbar/exportKey.xpm Xshare/apps/geheimnis/toolbar/genKeys.xpm Xshare/apps/geheimnis/toolbar/keyInfo.xpm Xshare/apps/geheimnis/toolbar/removeKey.xpm Xshare/apps/geheimnis/toolbar/revokeKey.xpm Xshare/apps/geheimnis/toolbar/importKey.xpm Xshare/apps/geheimnis/toolbar/revokeSig.xpm Xshare/apps/geheimnis/toolbar/signKey.xpm Xshare/apps/geheimnis/toolbar/encrypt.xpm Xshare/apps/geheimnis/toolbar/decrypt.xpm Xshare/apps/geheimnis/toolbar/km.xpm Xshare/apps/geheimnis/toolbar/prefs.xpm Xshare/apps/geheimnis/application_pgp.xpm Xshare/apps/geheimnis/pics/valid_4.xpm Xshare/apps/geheimnis/pics/icon_key_bad.xpm Xshare/apps/geheimnis/pics/icon_key_disabled.xpm Xshare/apps/geheimnis/pics/icon_key_expired.xpm Xshare/apps/geheimnis/pics/icon_key_pub.xpm Xshare/apps/geheimnis/pics/icon_key_pub2.xpm Xshare/apps/geheimnis/pics/icon_key_revoked.xpm Xshare/apps/geheimnis/pics/icon_key_sec.xpm Xshare/apps/geheimnis/pics/icon_key_sec_def.xpm Xshare/apps/geheimnis/pics/icon_name_bad.xpm Xshare/apps/geheimnis/pics/icon_name_pub2.xpm Xshare/apps/geheimnis/pics/icon_name_pub.xpm Xshare/apps/geheimnis/pics/valid_3.xpm Xshare/apps/geheimnis/pics/icon_name_sec.xpm Xshare/apps/geheimnis/pics/icon_sig_bad.xpm Xshare/apps/geheimnis/pics/icon_sig_pub.xpm Xshare/apps/geheimnis/pics/icon_sig_pub2.xpm Xshare/apps/geheimnis/pics/valid_2.xpm Xshare/apps/geheimnis/pics/icon_sig_sec.xpm Xshare/apps/geheimnis/pics/trust_0.xpm Xshare/apps/geheimnis/pics/valid_1.xpm Xshare/apps/geheimnis/pics/trust_4.xpm Xshare/apps/geheimnis/pics/valid_0.xpm Xshare/apps/geheimnis/pics/trust_3.xpm Xshare/apps/geheimnis/pics/trust_1.xpm Xshare/apps/geheimnis/pics/trust_2.xpm Xshare/apps/geheimnis/docked.xpm X@dirrm share/apps/geheimnis/pics X@dirrm share/apps/geheimnis/toolbar X@dirrm share/apps/geheimnis END-of-geheimnis/pkg-plist echo c - geheimnis/files mkdir -p geheimnis/files > /dev/null 2>&1 echo x - geheimnis/files/patch-aa sed 's/^X//' >geheimnis/files/patch-aa << 'END-of-geheimnis/files/patch-aa' Xdiff -ur geheimnis/Makefile.am work/geheimnis_2/geheimnis/Makefile.am X--- geheimnis/Makefile.am Mon May 14 06:22:00 2001 X+++ geheimnis/Makefile.am Mon May 14 11:21:12 2001 X@@ -37,7 +37,7 @@ X geheimnis_METASOURCES = AUTO X X # the library search path. X-geheimnis_LDFLAGS = $(all_libraries) $(KDE_RPATH) -lkfile -lkdeui -lkdecore -lqt X+geheimnis_LDFLAGS = $(all_libraries) $(KDE_RPATH) -lkfile -lkdeui -lkdecore X X # them while "make clean", use CLEANFILES X DISTCLEANFILES = $(geheimnis_METASOURCES) END-of-geheimnis/files/patch-aa echo x - geheimnis/files/patch-ab sed 's/^X//' >geheimnis/files/patch-ab << 'END-of-geheimnis/files/patch-ab' Xdiff -ur /geheimnis/Makefile.in work/geheimnis_2/geheimnis/Makefile.in X--- geheimnis/Makefile.in Mon May 14 06:22:00 2001 X+++ geheimnis/Makefile.in Mon May 14 11:21:17 2001 X@@ -224,7 +224,7 @@ X #>- geheimnis_METASOURCES = AUTO X X # the library search path. X-geheimnis_LDFLAGS = $(all_libraries) $(KDE_RPATH) -lkfile -lkdeui -lkdecore -lqt X+geheimnis_LDFLAGS = $(all_libraries) $(KDE_RPATH) -lkfile -lkdeui -lkdecore X X # them while "make clean", use CLEANFILES X DISTCLEANFILES = $(geheimnis_METASOURCES) END-of-geheimnis/files/patch-ab echo x - geheimnis/README.html sed 's/^X//' >geheimnis/README.html << 'END-of-geheimnis/README.html' X X The FreeBSD Ports Collection (kde/geheimnis) X

The FreeBSD Ports Collection ("kde/geheimnis")


X X X

You are now in the directory for the port "kde/geheimnis" (package name "geheimnis-1.15b"). X X

This is the one-line description for this port: X X


XKDE Shell for PGP/GPG X


X X

Please read the file "pkg-descr" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

XThis port requires package(s) "Mesa-3.0 XFree86-3.3.6 gmake-3.78.1 jpeg-6b kdelibs-1.1.2.1 png-1.0.5 qt-1.45 tiff-3.5.4" to build. X

XThis port requires package(s) "Mesa-3.0 XFree86-3.3.6 jpeg-6b kdelibs-1.1.2.1 m4-1.4 png-1.0.5 qt-1.45 tiff-3.5.4" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-geheimnis/README.html echo x - geheimnis/Makefile sed 's/^X//' >geheimnis/Makefile << 'END-of-geheimnis/Makefile' X# New ports collection makefile for: geheimnis X# Date created: 09 Feb 2001 X# Whom: Pekka Nikander X# X# $FreeBSD$ X# X XPORTNAME= geheimnis XPORTVERSION= 2 XCATEGORIES= kde XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=geheimnis XDISTNAME= geheimnis_2 X XMAINTAINER= pnr@iki.fi X XLIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 X XMOC?= ${X11BASE}/bin/moc2 XUSE_GMAKE= yes XUSE_AUTOCONF= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ X --with-qt-libraries=${X11BASE}/lib \ X --with-qtdoc-dir=${X11BASE}/share/doc/qt2/html \ X --with-extra-libs=${LOCALBASE}/lib XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \ X MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ X LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" X Xpost-configure: X cd ${WRKSRC}/geheimniskeepopen && \ X if ! ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS};\ X then \ X ${ECHO} "===> Script \"${CONFIGURE_SCRIPT}\" failed";\ X ${FALSE}; \ X fi X Xpost-build: X cd ${WRKSRC}/geheimniskeepopen && \ X ${MAKE} X Xpost-install: X cd ${WRKSRC}/geheimniskeepopen && \ X ${MAKE} install X strip ${PREFIX}/bin/geheimniskeepopen X X.include END-of-geheimnis/Makefile echo x - geheimnis/distinfo sed 's/^X//' >geheimnis/distinfo << 'END-of-geheimnis/distinfo' XMD5 (geheimnis_2.tar.gz) = 1abcd52a1b9c328c831e426c49843357 END-of-geheimnis/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 May 14 3: 2:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kolumbus-gw.openmobile.com (x3.openmobile.com [195.255.184.66]) by hub.freebsd.org (Postfix) with SMTP id 342D637B423 for ; Mon, 14 May 2001 03:02:17 -0700 (PDT) (envelope-from eino.makitalo@openmobile.com) Received: (qmail 6212 invoked by uid 65534); 14 May 2001 10:02:14 -0000 Received: from unknown (HELO openmobile.com) (10.0.7.188) by kolumbus-gw.openmobile.com with SMTP; 14 May 2001 10:02:14 -0000 Message-ID: <3AFFAD26.3B9902D9@openmobile.com> Date: Mon, 14 May 2001 13:02:14 +0300 From: Eino =?iso-8859-1?Q?M=E4kitalo?= X-Mailer: Mozilla 4.75 [en]C-NSCPCD (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: DougB@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: bind-8.2.3 Content-Type: multipart/mixed; boundary="------------678A0FD8A8E735E4D6F36D0A" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------678A0FD8A8E735E4D6F36D0A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --------------678A0FD8A8E735E4D6F36D0A Content-Type: text/x-vcard; charset=us-ascii; name="eino.makitalo.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Eino Mäkitalo Content-Disposition: attachment; filename="eino.makitalo.vcf" begin:vcard n:Mäkitalo;Eino tel;cell:+358-50-3731443 tel;fax:+358-9-68771615 tel;home:+358-500-429944 tel;work:+358-50-3731443 x-mozilla-html:FALSE url:http://www.openmobile.com org:OpenMobile Finland Oy adr:;;Mikonkatu 15 A (4th floor);Helsinki;;00500;Finland version:2.1 email;internet:eino.makitalo@openmobile.com title:Security Manager / Company Sunshine note:Private mail: eino@iki.fi fn:Eino Mäkitalo end:vcard --------------678A0FD8A8E735E4D6F36D0A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 3:27:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 3C55C37B422 for ; Mon, 14 May 2001 03:27:14 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 3A00610F40F for ; Mon, 14 May 2001 05:27:22 -0500 (CDT) Message-ID: <00db01c0dc60$74bba6c0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: bento Date: Mon, 14 May 2001 05:27:19 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone know when bento will be back up? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 3:40: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22CE637B43C for ; Mon, 14 May 2001 03:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EAe4x97610; Mon, 14 May 2001 03:40:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 14 May 2001 03:40:04 -0700 (PDT) Message-Id: <200105141040.f4EAe4x97610@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/26675: postfix-current does not load at startup with mysql support Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/26675; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "Michael Harnois" Cc: Subject: Re: ports/26675: postfix-current does not load at startup with mysql support Date: Mon, 14 May 2001 05:38:24 -0500 could someone take care of this pr and 27171? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 4:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD37537B423 for ; Mon, 14 May 2001 04:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EBA2j08613; Mon, 14 May 2001 04:10:02 -0700 (PDT) (envelope-from gnats) Received: from geveor.cuivre.fr.eu.org (dhcp2.act-europe.fr [213.228.58.182]) by hub.freebsd.org (Postfix) with ESMTP id 544B537B422 for ; Mon, 14 May 2001 04:09:14 -0700 (PDT) (envelope-from quinot@cuivre.fr.eu.org) Received: by geveor.cuivre.fr.eu.org (Postfix, from userid 11117) id 83FC0D5ED; Mon, 14 May 2001 13:07:30 +0200 (CEST) Message-Id: <20010514110730.83FC0D5ED@geveor.cuivre.fr.eu.org> Date: Mon, 14 May 2001 13:07:30 +0200 (CEST) From: quinot@cuivre.fr.eu.org Reply-To: quinot@cuivre.fr.eu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27314: Please update ethereal port to 0.8.17 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27314 >Category: ports >Synopsis: Please update ethereal port to 0.8.17 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 14 04:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD geveor.cuivre.fr.eu.org 4.3-RC FreeBSD 4.3-RC #0: Tue Apr 3 18:49:15 CEST 2001 root@geveor.cuivre.fr.eu.org:/usr/obj/usr/src/sys/PORTAB i386 >Description: The upstream maintainers have release version 0.8.17-a. >How-To-Repeat: >Fix: Update port to latest upstream release. >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 May 14 4:19:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp1.ndsu.nodak.edu (smtp1.ndsu.NoDak.edu [134.129.111.146]) by hub.freebsd.org (Postfix) with ESMTP id 1B6C837B422 for ; Mon, 14 May 2001 04:19:46 -0700 (PDT) (envelope-from Jeff_Blaufuss@ndsu.nodak.edu) Received: from ndsu.nodak.edu (dhcp-42-23.farcpe.cableone.net [24.116.47.90]) (authenticated (0 bits)) by smtp1.ndsu.nodak.edu (8.11.2/8.11.2) with ESMTP id f4EBJdf09132; Mon, 14 May 2001 06:19:43 -0500 Message-ID: <3AFFBFEE.73348C33@ndsu.nodak.edu> Date: Mon, 14 May 2001 06:22:22 -0500 From: Jeff Blaufuss X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: clkao@CirX.ORG, ports@FreeBSD.org Subject: Re: FreeBSD Port: dagrab-0.3.5 References: <3AFF74B6.2627106C@ndsu.nodak.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yes, it's me again. The problem is not with dagrab. I get it with cdda2wav too. Sorry for wasting your time. > Correction, it isn't overshooting the end of the track, it's just > repeating a fraction of a second of audio near the end a few times. I > didn't notice it before because the end of the track was so similar to > the start of the next. > > > I seem to have found a bug in dagrab. Whenever I rip a track with it, > > it overshoots the end of the track into the next track. It then repeats > > this extra audio for a second or two. It also seems to grab more if you > > set it to grab more sectors in each request with the -n option. If > > needed, I can send a you sample of this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 5:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 108C637B42C for ; Mon, 14 May 2001 05:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ECe2N19714; Mon, 14 May 2001 05:40:02 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 0C6B337B42C; Mon, 14 May 2001 05:39:15 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4ECbT877401; Mon, 14 May 2001 14:37:30 +0200 (CEST) (envelope-from ernst) Message-Id: <200105141237.f4ECbT877401@heinz.jollem.com> Date: Mon, 14 May 2001 14:37:30 +0200 (CEST) From: Ernst de Haan Reply-To: ernst@jollem.com To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27316: Port java/linux-jdk13 needs a few tweaks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27316 >Category: ports >Synopsis: Port java/linux-jdk13 needs a few tweaks >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 May 14 05:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Mon Apr 30 08:56:44 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: The Linux JDK 1.3.0 needs a few tweaks. IMHO it would be better if the JVM config file would be changed to default to the "classic" VM, instead of the HotSpot client VM. There are known problems with the latter. Second suggested improvement is commenting out the references to the Adobe symbol fonts in the font.properties file. These fonts are usually not available. If they're not available, they cause AWT to take a few more seconds (!) to start up on a P2-400 system. >How-To-Repeat: >Fix: Here are 2 diff files, one for jvm.cfg and one for font.properties. Both reside in the jre/lib/ directory. --- jvm.cfg.orig Mon May 14 14:27:11 2001 +++ jvm.cfg Mon May 7 12:19:04 2001 @@ -8,7 +8,7 @@ # List of JVMs that can be used as the first option to java, javac, etc. # Order is important -- first in this list is the default JVM. # +-classic -client -hotspot -server --classic --- font.properties.orig Mon May 14 14:24:41 2001 +++ font.properties Mon May 14 14:25:20 2001 @@ -23,25 +23,25 @@ serif.1=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #serif.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -serif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#serif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific serif.italic.0=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 serif.italic.1=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #serif.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -serif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#serif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific serif.bold.0=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 serif.bold.1=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #serif.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -serif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#serif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific serif.bolditalic.0=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 serif.bolditalic.1=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #serif.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -serif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#serif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # SansSerif font definition # @@ -49,25 +49,25 @@ sansserif.1=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #sansserif.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -sansserif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#sansserif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific sansserif.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 sansserif.italic.1=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #sansserif.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -sansserif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#sansserif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific sansserif.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 sansserif.bold.1=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #sansserif.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -sansserif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#sansserif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific sansserif.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 sansserif.bolditalic.1=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #sansserif.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -sansserif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#sansserif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # Monospaced font definition # @@ -75,25 +75,25 @@ monospaced.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #monospaced.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -monospaced.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#monospaced.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific monospaced.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 monospaced.italic.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #monospaced.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -monospaced.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#monospaced.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific monospaced.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 monospaced.bold.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #monospaced.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -monospaced.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#monospaced.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 monospaced.bolditalic.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #monospaced.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -monospaced.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#monospaced.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # Dialog font definition # @@ -101,25 +101,25 @@ dialog.1=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialog.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialog.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialog.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialog.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 dialog.italic.1=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialog.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialog.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialog.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialog.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 dialog.bold.1=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialog.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialog.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialog.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialog.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 dialog.bolditalic.1=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialog.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialog.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialog.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # DialogInput font definition # @@ -127,25 +127,25 @@ dialoginput.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialoginput.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialoginput.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialoginput.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialoginput.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 dialoginput.italic.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialoginput.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialoginput.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialoginput.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialoginput.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 dialoginput.bold.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialoginput.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialoginput.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialoginput.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 dialoginput.bolditalic.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 #replace .1 font line if you have zapf fonts #dialoginput.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -dialoginput.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +#dialoginput.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # Default font definition # >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 May 14 6:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3DC737B43C for ; Mon, 14 May 2001 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EDo2h73449; Mon, 14 May 2001 06:50:02 -0700 (PDT) (envelope-from gnats) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id DD67237B422 for ; Mon, 14 May 2001 06:41:19 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.3/8.11.3) id f4EDfEx06404; Mon, 14 May 2001 15:41:14 +0200 (CEST) (envelope-from stijn) Message-Id: <200105141341.f4EDfEx06404@pcwin002.win.tue.nl> Date: Mon, 14 May 2001 15:41:14 +0200 (CEST) From: stijn@win.tue.nl Reply-To: stijn@win.tue.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27317: MAINTAINER UPDATE: emulators/xmame, emulators/xpinmame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27317 >Category: ports >Synopsis: MAINTAINER UPDATE: emulators/xmame, emulators/xpinmame >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 May 14 06:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD 4.3-STABLE #0: Mon May 14 04:41:13 CEST 2001 >Description: - Update xmame to 0.37b14.2 - Update CPS2 patches to 2001/05/11, against xmame-0.37b14.2 - Update xpinmame to 0.99b3, against xmame-0.37b14.2 >How-To-Repeat: N/A >Fix: diff -urN --exclude=CVS /usr/ports/emulators/xmame/Makefile xmame/Makefile --- /usr/ports/emulators/xmame/Makefile Thu May 3 05:32:19 2001 +++ xmame/Makefile Mon May 14 15:05:22 2001 @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.37b14.1 +PORTVERSION?= 0.37b14.2 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/ \ ftp://ftp.kaupp.cx/pub/xmame/ \ @@ -93,7 +93,7 @@ # CPS-2 patches - this enables extra games in MAME. .if ${MAMEMESS} == "mame" .if defined(WITH_CPS2) && ${WITH_CPS2} == "yes" -CPS2VERSION= 20010422 +CPS2VERSION= 20010511 PATCH_SITES+= http://www.win.tue.nl/~stijn/xmame/ PATCHFILES+= ${DISTNAME}-cps2-${CPS2VERSION}.patch.gz diff -urN --exclude=CVS /usr/ports/emulators/xmame/distinfo xmame/distinfo --- /usr/ports/emulators/xmame/distinfo Thu May 3 05:32:19 2001 +++ xmame/distinfo Mon May 14 15:14:28 2001 @@ -1,7 +1,7 @@ MD5 (xmame/xmame-0.37b13.2.tar.bz2) = 70ec7ae3fba3110a6d85a7f5bfdb84f1 -MD5 (xmame/xmame-0.37b14.1.tar.bz2) = a15c6c5b8f2bbc1e2cda3420c6454bee +MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27 MD5 (xmame/cheat.zip) = dc380436c04780950cee07d3e31bfb0b MD5 (xmame/history.zip) = 69da5c33e6a78092c6cd75cbeb737c6a MD5 (xmame/hsdat7.zip) = 9e4a7e36448895f13128a675327e34e4 -MD5 (xmame/xmame-0.37b14.1-cps2-20010422.patch.gz) = cd36e3b92acea42e96cc97ae604d6cd2 -MD5 (xmame/xmame-0.37b14.1-pinmame-0.99b2.patch.gz) = fd269d2719cc7b51572c1cba8ceba88e +MD5 (xmame/xmame-0.37b14.2-cps2-20010511.patch.gz) = e8165108a54ceded5b1f8694ce5713f0 +MD5 (xmame/xmame-0.37b14.2-pinmame-0.99b3.patch.gz) = aeefd4f6593d389cddbb7081cfc4eb42 diff -urN --exclude=CVS /usr/ports/emulators/xpinmame/Makefile xpinmame/Makefile --- /usr/ports/emulators/xpinmame/Makefile Thu May 3 05:32:19 2001 +++ xpinmame/Makefile Mon May 14 15:14:05 2001 @@ -18,7 +18,7 @@ DESCR= ${.CURDIR}/pkg-descr MAMEMESS= pinmame -XMAMEVERSION= 0.37b14.1 -PINMAMEVERSION= 0.99b2 +XMAMEVERSION= 0.37b14.2 +PINMAMEVERSION= 0.99b3 .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 Mon May 14 7: 8:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rapier.smartspace.co.za (rapier.smartspace.co.za [66.8.25.34]) by hub.freebsd.org (Postfix) with SMTP id 4ADF537B62C for ; Mon, 14 May 2001 07:08:42 -0700 (PDT) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 68761 invoked by uid 1001); 14 May 2001 14:08:01 -0000 Date: Mon, 14 May 2001 16:08:01 +0200 From: Neil Blakey-Milner To: Kris Kennaway Cc: freebsd-ports@FreeBSD.ORG Subject: Re: (long) upgrade kit for 3.x ports?! Message-ID: <20010514160801.A68517@rapier.smartspace.co.za> References: <20010509140838.C17000@dell.dannyland.org> <200105100026.RAA04754@usr06.primenet.com> <20010509180154.E17000@dell.dannyland.org> <20010510143702.A84503@rapier.smartspace.co.za> <20010513140646.B63072@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513140646.B63072@xor.obsecurity.org>; from kris@obsecurity.org on Sun, May 13, 2001 at 02:06:47PM -0700 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun 2001-05-13 (14:06), Kris Kennaway wrote: > On Thu, May 10, 2001 at 02:37:03PM +0200, Neil Blakey-Milner wrote: > > > I've brought up the fact we could easily support 3.x machines for the > > ports tree (ie, building from source, not packages built on later > > releaess) with an upgrade package on the ports list, but I was met with > > silence. > > > > And could people please talk about ports on ports@FreeBSD.org. > > Perhaps you meant to say "*I* could easily support 3.x machines". > Most ports committers have little motivation to do the extra work of > supporting the old releases, but if you're willing to support it > yourself thats an entirely different story. Infrastructure, not specific ports. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 8:32:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 9C20E37B422 for ; Mon, 14 May 2001 08:32:17 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 14zKKC-000OqV-00; Mon, 14 May 2001 10:31:56 -0500 Date: Mon, 14 May 2001 10:31:56 -0500 From: Ade Lovett To: sweeney@addr.com Cc: ports@freebsd.org Subject: Re: Errors installing quile-gtk Message-ID: <20010514103156.C341@FreeBSD.org> References: <3AFF3A58.CA76A4DD@shell3.addr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AFF3A58.CA76A4DD@shell3.addr.com>; from sweeney@shell3.addr.com on Sun, May 13, 2001 at 06:52:24PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 13, 2001 at 06:52:24PM -0700, Tony Sweeney wrote: > I seem to be foundering in /usr/ports/x11-toolkits/guile-gtk when > trying to install gnome 1.4 (guile-gtk is a dependency). I have the > latest 4.3-STABLE built and installed, and ports as of a CVSup on > Friday. It errors out checking the version of pkg-config during the > make, as follows: I know. It's been mentioned multiple times, and there's even an outstanding PR open on it. Proper fix coming soon. Temporary fix is to move pkg-config somewhere out of the way, build the port, then move it back. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 May 14 8:34: 3 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 193D937B422; Mon, 14 May 2001 08:34:02 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EFY2m41486; Mon, 14 May 2001 08:34:02 -0700 (PDT) (envelope-from ade) Date: Mon, 14 May 2001 08:34:02 -0700 (PDT) From: Message-Id: <200105141534.f4EFY2m41486@freefall.freebsd.org> To: sothat@alleyoop.m8.ntu.edu.tw, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27312: editor/AbiWord fails to compile with mswordview port installed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: editor/AbiWord fails to compile with mswordview port installed State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Mon May 14 08:32:56 PDT 2001 State-Changed-Why: Looking at the port Makefile can be very enlightening: # Note: this port cannot be built when the textproc/mswordview port is # already installed, due to header file conflicts and the very broken # AbiWord build system. ie: the problem is known. Since there are no patches here to fix the problem, there's no reason to keep the PR open. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27312 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 8:35: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6559837B422; Mon, 14 May 2001 08:35:03 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EFZ3x41630; Mon, 14 May 2001 08:35:03 -0700 (PDT) (envelope-from ade) Date: Mon, 14 May 2001 08:35:03 -0700 (PDT) From: Message-Id: <200105141535.f4EFZ3x41630@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/27314: Please update ethereal port to 0.8.17 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please update ethereal port to 0.8.17 Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: ade Responsible-Changed-When: Mon May 14 08:34:40 PDT 2001 Responsible-Changed-Why: Over to maintainer, who will probably be thrilled at the patches. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27314 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 9:19: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 19E8037B424; Mon, 14 May 2001 09:19:01 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 9CD401872F; Mon, 14 May 2001 11:13:08 -0500 (EST) Date: Mon, 14 May 2001 11:13:08 -0500 From: Will Andrews To: dinoex@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG, cvs@FreeBSD.ORG Subject: Re: ports/27183: repository copy in ports/*/webalizer Message-ID: <20010514111308.B11113@casimir.physics.purdue.edu> Reply-To: Will Andrews References: <200105140746.f4E7kAF72914@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105140746.f4E7kAF72914@freefall.freebsd.org>; from dinoex@FreeBSD.ORG on Mon, May 14, 2001 at 12:46:10AM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 14, 2001 at 12:46:10AM -0700, dinoex@FreeBSD.ORG wrote: > Responsible-Changed-From-To: freebsd-ports->cvs > Responsible-Changed-By: dinoex > Responsible-Changed-When: Mon May 14 00:45:35 PDT 2001 > Responsible-Changed-Why: > Task for Port-Master OOOH! A new way to bug the cvs@ guys! Yeah, baby, yeah! -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 10: 0: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FD3037B422 for ; Mon, 14 May 2001 10:00:02 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EH02O51613 for ports@freebsd.org; Mon, 14 May 2001 10:00:02 -0700 (PDT) (envelope-from fenner) Date: Mon, 14 May 2001 10:00:02 -0700 (PDT) From: Message-Id: <200105141700.f4EH02O51613@freefall.freebsd.org> To: ports@freebsd.org Subject: Possibly unbuildable ports reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://bento.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 10:25:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with ESMTP id C34EE37B423 for ; Mon, 14 May 2001 10:25:17 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 57270 invoked by uid 1000); 14 May 2001 17:25:37 -0000 Date: Mon, 14 May 2001 19:25:37 +0200 From: "Karsten W. Rohrbach" To: Neil Blakey-Milner Cc: ports@FreeBSD.ORG Subject: Re: FreeBSD Port: samba-2.2.0_1 Message-ID: <20010514192537.C53801@mail.webmonster.de> References: <200105110520.IAA31408@ipcard.iptcom.net> <20010512182216.A90400@FreeBSD.org> <20010513191303.B18437@mail.webmonster.de> <20010513191832.A86950@rapier.smartspace.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513191832.A86950@rapier.smartspace.co.za>; from nbm@mithrandr.moria.org on Sun, May 13, 2001 at 07:18:32PM +0200 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Neil Blakey-Milner(nbm@mithrandr.moria.org)@2001.05.13 19:18:32 +0000: > On Sun 2001-05-13 (19:13), Karsten W. Rohrbach wrote: > > with that specifice setup we could also remove heuristics for > > recognition of a package version from /var/db/pkg by creating > > /var/db/pkg/repo/- and symlinking that from > > /var/db/pkg/. > > > > this, as a direct consequence, would enable us to implement an upgrade > > tarket to the ports make system which would deinstall the old version > > and install the new version without guessing the names and versions like > > it is currently done. > > As I've mentioned to you before, there is no difference between > "foo/1.3" and "foo-1.3". It won't make upgrading or whatever any easier > to change it to your scheme. It might look nicer to some or something, > but it won't make a difference technically. okay, my english seems to suck pretty bad ass, since i am not a native speaker. what i was talking about in the _old_ mail was simply putting the version STRING into a version FILE. so you got foo/VERSION where foo/VERSION contains "1.3". i thought this would be pretty obvious. btw, it is not "my" scheme but "yours" if you adapt it ;-) it is an idea to get rid of the hassle with a lot of dependencies in the meta-ports like gnome/kde/whatever where you have to upgrade a shitload of shred libs and so on... it _would_ change the semantics of the ports .mk stuff and pkg_* dramatically and i do not want to appear to stupidly insist on implementing it this way but meta-ports cost a lot of time when you upgrade to the next version. my idea after reading about other problems with not being able to move versions around in the cvs tree and so on was to symlink the different version in the repository (which after thinking twice about it might suck because it would mess up concurrent updates and so on) and from that specific point of view i thought about doing the same for the /var/db/pkg stuff which would actually make sense. look: you got a package 'bar' installed on the system. bar's version is 1.2. now bar 2.0 comes out and you want to upgrade. what you do is 'ls /var/db/pkg|grep bar' or 'pkg_info bar\*' or you even have a nifty zsh setup with compctl -g '/var/db/pkg/*(/:t)' pkg_delete pkg_info in your .zshenv which expands the packagename on tab ;-) you 'pkg_delete bar-1.2' you 'cd /usr/ports/category/bar && make install clean' you got /var/db/pkg/bar-2.0 if you would have a repository style setup in var/db/pkg it would look like this: in the stone ages you installed bar 1.2 which leads to the package information in /var/db/pkg/.repo/bar-1.2 and a symlink from /var/db/pkg/bar to /var/db/pkg/.repo/bar-1.2 now you can simply implement a make rule which pkg_deletes from the info found from the symlink to the version-tagged pkg info in the repository. so package upgrading looks like this: cd /usr/ports/category/bar && make upgrade clean voila, c'est ca. putting a single symlink onto the newest version makes sense in most cases because it is unlikely to upgrade an old or deprecated library version. the basis for me thinking about alternative structures in the ports/package system are also obvious: upgrade gnome by using ports and tell me how long it took you to have it up and running with all the dependencies, etc. i do not start to think aloud in public about configuration metadata projection to new versions with different config file syntax because i can clearly see that you would come over to germany and kill me for that one then ;-) IMVHO this is also a point which would make upgrading from more complex packages easier, having a tool like mergemaster for upgrading the configuration data of the upgraded subsystem. /k -- > Hugh Hefner is a virgin. KR433/KR11-RIPE -- http://www.webmonster.de -- ftp://ftp.webmonster.de [Key] [KeyID---] [Created-] [Fingerprint-------------------------------------] GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 BF46 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 11: 0:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DC1437B42C for ; Mon, 14 May 2001 11:00:15 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EI0EP61435 for freebsd-ports@freebsd.org; Mon, 14 May 2001 11:00:14 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 14 May 2001 11:00:14 -0700 (PDT) Message-Id: <200105141800.f4EI0EP61435@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/02/19] ports/25224 ports pth-1.3.7 hides /usr/include/pthread.h o [2001/04/26] ports/26888 ports tk-8.2.3 port will not build, package ino o [2001/04/27] ports/26890 ports KDE Media Player don't work! o [2001/05/02] ports/27034 ports 8.3.3 thinks it's a 8.3.1 o [2001/05/02] ports/27036 ports All Ports using Mesa3 are required with - o [2001/05/05] ports/27093 ports qpopper-4.0.1 - make fails o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install 7 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/11/11] ports/14826 ports security/fwtk smapd calls sendmail with w o [2000/08/24] ports/20819 ports XFMail 1.4.0 dumps core w/signal 6 when c f [2000/09/08] ports/21126 ports httpd warnings regarding attempts to free o [2000/09/25] ports/21548 ports libcoro.a (ports) should use MAP_STACK wh a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/11/08] ports/22695 ports MAKEDEV has no entry for cfs0, the device o [2000/11/20] ports/22977 ports kmp3 has a problem o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/12/07] ports/23357 ports New port: java/jakarta-regexp o [2000/12/07] ports/23358 ports New port: java/jakarta-oro o [2000/12/09] ports/23401 ports NetHack 3.3.1 with GNOME support o [2000/12/10] ports/23453 ports Re: New port: audio/gdrdao o [2000/12/11] ports/23487 ports Rel. 4.1.1 w/ an IPFW NAT implementation o [2000/12/12] ports/23513 ports openldap-1.2.11_1 defaults its data direc o [2000/12/15] ports/23564 ports games/omega and print/teTeX both install o [2000/12/20] ports/23701 ports XpostitPlus fails when height or width is f [2000/12/26] ports/23878 ports New port: IO - various IO modules o [2001/01/01] ports/23992 ports infinite recursion in rtelnet, setupterm( a [2001/01/09] ports/24190 ports [NEW PORT] kde-18n polish internationaliz o [2001/01/16] ports/24381 ports graphics/dia does not support "libraries" o [2001/01/19] ports/24459 ports New port: package for the solution of PDE o [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH f [2001/02/02] ports/24800 ports When i trying to compile mysql323-server a [2001/02/08] ports/24948 ports New port: Orchard - innovative, lightweig o [2001/02/14] ports/25102 ports depends on 'wrong' openldap s [2001/02/16] ports/25155 ports `ASSERTION FAILED' errors with security/p o [2001/02/21] ports/25265 ports DIA crashes when using delete on an objec o [2001/02/25] ports/25374 ports A new port math/atlas highly optimized BL o [2001/03/02] ports/25492 ports patche of CLISP f [2001/03/11] ports/25718 ports Missing xmkmf in XFree86-4.0.1,fix this b o [2001/03/29] ports/26202 ports slib 2d1 breaks GnuCash 1.2.4 o [2001/03/29] ports/26207 ports Selecting KDE in sysinstall as GUI env do o [2001/03/31] ports/26262 ports jgnat is broken o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo f [2001/04/21] ports/26751 ports gnucash from FreeBSD package doesn't seem o [2001/04/23] ports/26797 ports arla-0.34.6 causes kernel panic/page faul o [2001/04/24] ports/26815 ports fix a fetch problem o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 ports omniORB 3.0.3 servers die when using Free o [2001/05/01] ports/27018 ports Fix the compiled-in default configuration o [2001/05/02] ports/27033 ports mozilla segmentation fault o [2001/05/03] ports/27056 ports kscd installed by x11/kde2 crashes on XFr o [2001/05/04] ports/27073 ports devel/jakarta-ant doesn't work out of the o [2001/05/04] ports/27086 ports OpenSSH does not set X11 forwarding o [2001/05/05] ports/27102 ports lzo-1.07 port broken o [2001/05/05] ports/27132 ports Updating the port x11-toolkits/py-qt o [2001/05/08] ports/27202 ports mail/pine sucks rocks when saving over NF o [2001/05/08] ports/27203 ports mail/cclient sucks rocks when saving over o [2001/05/08] ports/27204 ports rplayd complains about pcm mixer device o o [2001/05/12] ports/27285 ports SKIP doesn't work on 4.x 50 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/04/09] ports/11048 ports variable not initialized in fwtk-lib lead o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/07/09] ports/19806 ports error message w/xcdplayer: ioctl (cdromr a [2000/08/10] ports/20520 ports New port: lang/mercury o [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 ports New port of cgoban2 o [2000/08/16] ports/20644 ports Installation of port DAP requires compat3 f [2000/09/02] ports/21003 ports New Port, modification of tcopy a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 f [2000/09/18] ports/21346 ports ports/biology/platon a [2000/09/18] ports/21356 ports New port: mbone/rat30 (rat-3.0.35), the s o [2000/09/24] ports/21516 ports New FreeBSD port for Fuzz o [2000/10/12] ports/21941 ports MPI programs compiled with NAG F95 die wi f [2000/10/17] ports/22047 ports New port: lang/t3x-680 o [2000/10/19] ports/22107 ports New port: japanese/emacs20-emcws f [2000/10/21] ports/22205 ports /ports/misc/moviedb core dumps when Title o [2000/10/25] ports/22288 ports mod_perl dependancy missing from p5-HTML- o [2000/10/25] ports/22295 ports lua 4.0 beta port f [2000/10/28] ports/22379 ports New port: libudbc f [2000/10/28] ports/22381 ports New port: misc/mango o [2000/11/04] ports/22605 ports xmcd port depends on mailx port f [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] ports/22704 ports cyrus and cyrus-sasl both install pwcheck f [2000/11/08] ports/22706 ports Update driver f [2000/11/15] ports/22878 ports piewm doesn't build f [2000/11/20] ports/22970 ports New Port : textproc/py2html o [2000/11/23] ports/23053 ports New devel port, cppadvio; request for loc f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/05] ports/23298 ports New port: lame-devel 3.87 a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/18] ports/23634 ports QuakeForge --with-svga= not works o [2000/12/20] ports/23685 ports Fxtv always starts with apectlock true f [2000/12/22] ports/23753 ports [PATCH] audio/mxv has unfetchable distfil o [2000/12/22] ports/23770 ports There is not an IPv6 + SSL lynx a [2000/12/22] ports/23780 ports New port (audio/ecawave): Simple graphica f [2001/01/02] ports/24021 ports New port: textproc/p5-Sort-PolySort (Gene o [2001/01/10] ports/24216 ports new port: kde-i18n-pl o [2001/01/10] ports/24217 ports new port: ssmtp a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/10] ports/24240 ports Re: Updated port: mail/elm+ME - 2.4ME+87 a [2001/01/11] ports/24262 ports new port: slrn-pl, slrn with polish langu o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. f [2001/01/16] ports/24395 ports Date object is not deserialized correct o [2001/01/17] ports/24417 ports skin support not working without unzip o [2001/01/19] ports/24454 ports New port: BugSeeker for Java 2 (Trial ver o [2001/01/23] ports/24580 ports cfengine giving errors when invoked a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/27] misc/24687 ports QUAKE FORGE & SVGALIB o [2001/01/27] ports/24688 ports Full Screen Editor - MicroEmacs 4.0/PK-TO o [2001/01/28] ports/24692 ports setquota port is broken on 4.2 STABLE a [2001/01/29] ports/24713 ports New port: xmotd - message-of-the-day brow a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY o [2001/01/31] ports/24775 ports Gabber freezes upon login o [2001/02/04] ports/24855 ports New port of FSF GMP library f [2001/02/05] ports/24885 ports Update Port: audio/icecast o [2001/02/08] ports/24951 ports New port: devel/omniORB-Notify o [2001/02/09] ports/24976 ports gemdropx port is missing a dependency on o [2001/02/10] ports/24987 ports New port: Courier mail server. o [2001/02/10] ports/24991 ports New port: eudc-emacs20 a [2001/02/13] ports/25087 ports new port: net/icq-transport a [2001/02/13] ports/25091 ports new port: net/yahoo-transport a [2001/02/16] ports/25139 ports [MAINTAINER UPDATE] audio/lopster 0.9.7_1 o [2001/02/16] ports/25154 ports atmel AVR microcontroller in-circuit prog a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/25] ports/25351 ports x11/colorsel fails to build o [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/03/01] ports/25486 ports [PATCH] ports/editors/staroffice52 PR2544 a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD f [2001/03/05] ports/25562 ports [UPDATE] net/radiusd-cistron o [2001/03/09] ports/25643 ports "incompatible pointer" in RgbSink.c for x a [2001/03/11] ports/25698 ports [PATCH] Update lopster port to 0.9.8 a [2001/03/11] ports/25704 ports www/webstone - change maintainer o [2001/03/11] ports/25708 ports pine4 port hard-code /usr/local/include o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] ports/25717 ports Update to xforms port o [2001/03/13] ports/25773 ports omniORB-Notify update to 3.0.3 o [2001/03/18] ports/25911 ports flash plugin for freebsd netscape 4.7 cra a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 o [2001/03/22] ports/26007 ports dia script in dia port doesn't show libra o [2001/03/23] ports/26033 ports Re: FreeBSD gnupg-idea PR ports/28538 o [2001/03/23] ports/26039 ports The port of tidy dumped core o [2001/03/24] ports/26064 ports Update port: www/mod_python o [2001/03/26] ports/26092 ports ksh93 port not installing properly o [2001/03/27] ports/26154 ports databases/firebird doesn't compile o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/29] ports/26200 ports Update port: devel/py-coro o [2001/03/31] ports/26248 ports Netatalk port should be updated to 1.5pre a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt a [2001/04/02] ports/26297 ports New port: devel/florist a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/04] ports/26353 ports Update port: devel/py-htmlkit o [2001/04/05] ports/26372 ports ImageMagick 5.3.0 Port doesn't build when o [2001/04/06] ports/26387 ports numerous fixes and improvements to micq-0 o [2001/04/06] ports/26389 ports New port: Perl extensions for keeping dat o [2001/04/07] ports/26406 ports Update of /usr/ports/www/roxen/ o [2001/04/07] ports/26412 ports New port: Modules to assemble/disassemble o [2001/04/08] ports/26424 ports dnssec-keygen command including ports/net a [2001/04/08] ports/26447 ports New Port: net/py-xmlrpc o [2001/04/08] ports/26448 ports New port: databases/py-bsddb3 o [2001/04/09] ports/26455 ports New port: games/conquest: A multiplayer c f [2001/04/10] ports/26472 ports Update of the jed port to a newer version o [2001/04/11] ports/26504 ports www/p5-HTML-Mason o [2001/04/12] ports/26511 ports New port: mail/emh-emacs20,emh-xemacs21-m o [2001/04/12] ports/26513 ports New port (print/ft2demos) is included. ft o [2001/04/12] ports/26514 ports New port for AutoTrace, automatic outline o [2001/04/12] ports/26515 ports New port for pfaedit, an outline/bitmap f a [2001/04/13] ports/26530 ports New port: editors/ted: An easy to use ric o [2001/04/13] ports/26542 ports kscd - part of KDE2.1.1 as package for 4. f [2001/04/13] ports/26544 ports Update of AucTeX port a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] ports/26639 ports AbiWord 0.7.13 's libole2 conflict witn d o [2001/04/17] ports/26642 ports (Corrected) New port: russian/tac+ia o [2001/04/18] ports/26670 ports ports/biology/molden has a checksum error o [2001/04/18] ports/26671 ports New Port :mail/isoqlog Qmail Log anaylzer o [2001/04/18] ports/26675 ports postfix-current does not load at startup o [2001/04/18] ports/26676 ports Update port: audio/libshout to 1.0.5 o [2001/04/18] ports/26677 ports New port: Shout - Perl glue for libshout f [2001/04/19] ports/26700 ports icecast gobbling up 80% of the CPU o [2001/04/19] ports/26723 ports NEW PORT: py-amkCrypto - Python cryptogra o [2001/04/20] ports/26730 ports Fix port: sysutils/wmavgload o [2001/04/20] ports/26732 ports phpnuke port is out dated and misses some o [2001/04/20] ports/26737 ports [NEW PORT] net/asfrecorder - records stre o [2001/04/21] ports/26754 ports New port: Slash'Em (tty interface) o [2001/04/21] ports/26759 ports databases/pgaccess port superfluous o [2001/04/22] ports/26769 ports New port: net/py-xmlrpc o [2001/04/22] ports/26773 ports Update editors/joe to version 2.9.6 o [2001/04/22] ports/26775 ports New port: print/type1inst: Generates font o [2001/04/22] ports/26776 ports new port o [2001/04/22] ports/26782 ports new port - pronto, a mail client o [2001/04/23] ports/26790 ports PATCH o [2001/04/23] ports/26793 ports New port: java/ibm-jdk o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/23] ports/26802 ports can't make new directories in kde o [2001/04/23] ports/26807 ports The mozilla 0.8.1 ports build fails under o [2001/04/23] ports/26811 ports librep/gtkhtml instal o [2001/04/24] ports/26814 ports STLport is broken (libstdc++ probably as o [2001/04/24] ports/26820 ports devel/jakarta-ant dependence on crimson p o [2001/04/24] ports/26823 ports New port: irc/py-irclib o [2001/04/24] ports/26824 ports grep works wrong in apsfilter's SETUP o [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/24] ports/26828 ports Feature request for x11-related ports var o [2001/04/25] ports/26865 ports kpilot requires kdecore3 lib even when kd o [2001/04/25] ports/26867 ports New port: textproc/p5-HTML-Format o [2001/04/25] ports/26868 ports New port: mail/demime o [2001/04/26] ports/26872 ports ports/devel/wedit has a checksum error o [2001/04/26] ports/26882 ports KDE should use ca-roots port for SSL cert o [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] ports/26887 ports New port: games/sex o [2001/04/26] ports/26889 ports New port: pam_ldap by padl.com for authen o [2001/04/27] ports/26904 ports New port(?): net/everybuddy-i18n (i18n pa o [2001/04/27] ports/26908 ports New Port: mpqc a quantum chemistry progra o [2001/04/28] ports/26911 ports New Port - System Maintenance scripts in o [2001/04/28] ports/26925 ports wxgtk port does not compile OpenGL module o [2001/04/28] ports/26926 ports (NEW PORT) osg - Open Scene Graph o [2001/04/28] ports/26927 ports (NEW PORT) gctpc - USGS General Cartograp o [2001/04/28] ports/26928 ports (NEW PORT) ProjectionLib - C++ wrapper fo o [2001/04/28] ports/26929 ports (NEW PORT) shapelib - C API for reading a o [2001/04/28] ports/26930 ports (NEW PORT) Virtual Terrain SDK o [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/04/28] ports/26934 ports New port: devel/libvanessa_logger-0.0.1: o [2001/04/28] ports/26935 ports New port: libvanessa_adt-0.0.1: Library t o [2001/04/28] ports/26936 ports New port: libvanessa_socket-0.0.1: Librar o [2001/04/28] ports/26937 ports New port: mail/perdition-0.1.7: A POP3 & o [2001/04/29] ports/26957 ports [NEW PORT] security/pam_mount o [2001/04/29] ports/26967 ports [PATCH] deskutils/xwrits is outdated/brok o [2001/04/29] ports/26968 ports New port: devel/p5-Cache-Cache (Cache::Ca o [2001/04/29] ports/26975 ports New port: security/ssh-multiadd o [2001/04/30] ports/26983 ports can't compile libwww o [2001/04/30] ports/26986 ports New port: japanese/pycodec o [2001/04/30] ports/26987 ports Port update: graphics/avifile to CVS vers o [2001/04/30] ports/26988 ports New port: korean/pycodec o [2001/04/30] ports/26991 ports New port: deskutils/jlj o [2001/04/30] ports/26997 ports Update/New port: math/scilab 2.6 o [2001/04/30] ports/26998 ports japanese/chasen is old o [2001/05/01] ports/27012 ports [MAINTAINER UPDATE] netsaint-plugins port o [2001/05/01] ports/27013 ports [MAINTAINER UPDATE] netsaint port update o [2001/05/01] ports/27015 ports New port: misc/xosd o [2001/05/01] ports/27019 ports patch supplied in PR ports/26976 breaks l o [2001/05/01] ports/27022 ports NEW PORT: System maintenance package in P o [2001/05/02] ports/27025 ports New port: lla(LDAP logfile Analyzer) o [2001/05/02] ports/27026 ports port update for mail/ripmime o [2001/05/02] ports/27032 ports [mnt port update] www/p5-HTML-Embperl o [2001/05/02] ports/27038 ports Postfix ports don't install the rmail scr o [2001/05/02] ports/27049 ports ports/net/rinetd not correctly became a d o [2001/05/03] ports/27062 ports New Port: games/crimson o [2001/05/03] ports/27064 ports New port of ThinkPad mWave ACP WinModem s o [2001/05/03] ports/27065 ports databases/db3 shared libraries & symbolic o [2001/05/03] ports/27071 ports New Port: uf-view (GTK app for viewing on o [2001/05/04] ports/27075 ports Port java/javavmwrapper installs no man p o [2001/05/04] ports/27077 ports NEW PORT: emulators/zsnes o [2001/05/04] ports/27079 ports Improvements for javavmwrapper? o [2001/05/04] ports/27083 ports Add docs and examples to socks5 port o [2001/05/05] ports/27096 ports New port: mail/nbsmtp o [2001/05/05] ports/27098 ports [MAINTAINER UPDATE] postfix port update o [2001/05/05] ports/27100 ports mc-4.5.54 make fails (missing libedit.a) o [2001/05/06] ports/27160 ports [PATCH] Add maildir support to pine port o [2001/05/06] ports/27165 ports ETHOberonV4 directory specification for f o [2001/05/06] ports/27166 ports pcnfsd.tar.Z doesn't exist o [2001/05/06] ports/27167 ports ETHOberonV4 won't run o [2001/05/06] ports/27168 ports ETHLinuxOberon.tgz isn't available o [2001/05/06] ports/27170 ports New port: graphics/kuickshow o [2001/05/06] ports/27171 ports [MAINTAINER UPDATE] mail/postfix-current o [2001/05/06] ports/27172 ports New ports: mbone/wbd o [2001/05/07] ports/27184 ports Incorrect md5 sum for linux-realplayer po o [2001/05/07] ports/27187 ports add linux ioctl handler to dri xf86-403 c o [2001/05/07] ports/27189 ports ports/comms/hylafax completely broken a [2001/05/08] ports/27199 ports xbuffy version up o [2001/05/08] ports/27206 ports ports/astro/xtide missing harmonics.gz f o [2001/05/08] ports/27207 ports New Port: sysutils/userlist o [2001/05/08] ports/27212 ports update port: security/saint o [2001/05/08] ports/27219 ports mbone/nte can't run o [2001/05/08] ports/27221 ports graphics/s10sh port needs update [MAINTAI o [2001/05/09] ports/27226 ports 10 fingers blind keyboard practicer. o [2001/05/09] ports/27228 ports Update cdrdao to 1.1.5. From maintainer. o [2001/05/09] ports/27233 ports [MAINTAINER UPDATE] games/gnomekiss port o [2001/05/09] ports/27236 ports New port o [2001/05/09] ports/27239 ports Update ports: mbone/vic 2.8ucl-1.1.3 o [2001/05/09] ports/27241 ports ports/games/pysol-cardsets - port correct o [2001/05/10] ports/27246 ports New port: databases/adodb o [2001/05/10] ports/27248 ports new port: deskutils/gemcal o [2001/05/10] ports/27249 ports [MAINTAINER UPDATE] deskutils/mhc-emacs20 o [2001/05/10] ports/27255 ports update www/oops from 1.5.17 to 1.5.18 o [2001/05/10] ports/27256 ports mod_php4 doesn't include pspell support i o [2001/05/11] ports/27266 ports Port textproc/xerces should be named xerc o [2001/05/11] ports/27267 ports New port: www/zope-zwiki o [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar o [2001/05/11] ports/27273 ports Update port by maintainer: biology/nab o [2001/05/11] ports/27274 ports New port: isakmpd o [2001/05/11] ports/27279 ports Update textproc/code2html to version 0.9 o [2001/05/12] ports/27291 ports Bluefish port doesn't build mo files o [2001/05/12] ports/27292 ports databases/ruby-postgres-0.6.4 won't compi o [2001/05/12] ports/27293 ports Mesa port does not compile on 4.3 o [2001/05/12] ports/27295 ports New port xkbset o [2001/05/13] ports/27300 ports ImageMagick-5.3.1 doesn't build on 4.2 o [2001/05/13] ports/27301 ports Update port: java/jikes - new version 1.1 o [2001/05/13] ports/27302 ports Update port: devel/viewcvs - new version, o [2001/05/13] ports/27305 ports problem with drop downs in linux-netscape o [2001/05/13] ports/27307 ports patch for mail/rblcheck ignores quiet fla o [2001/05/13] ports/27308 ports New port: sysutils/msyslog o [2001/05/13] ports/27309 ports Bad pod2man command in the rlytest port o [2001/05/13] ports/27310 ports Updated port: mail/elm+ME - 2.4ME+92 o [2001/05/14] ports/27313 ports New port to ports collection: Geheimnis-2 o [2001/05/14] ports/27316 ports Port java/linux-jdk13 needs a few tweaks o [2001/05/14] ports/27317 ports MAINTAINER UPDATE: emulators/xmame, emula 253 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 May 14 11:25:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id C6A2937B423 for ; Mon, 14 May 2001 11:25:22 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f4EIPLL73705 for ; Mon, 14 May 2001 20:25:21 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Mon, 14 May 2001 20:25:21 +0200 (CEST) From: "Hartmann, O." To: Subject: MAGICFILTER problems ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Sirs. I hope this message is been read by someone ... I think it is not a pure "magicfilter"-problem, but something related. We drive all of our printers with magicfilter with great success. Since the last weekend we changed the configuration, means, I changed several harddrives on the specific machine and installed a new FreeBSD with all the stuff needed to operate well. And I took the previous config files out of /etc /usr/local/etc and libexec, also for magicfilter. After installing all the necessary stuff like a2ps and so on I get a lot of errors they tell me, that the printing system/magicfilter isn't able to load fixps. fixps is well installed in /usr/local/bin and fully accessible! After making a link into /usr/bin all things worked fine again, but this is not a good solution. How to pass through the environment to the lpr-subsystem and for that magicfilter to find its appropriate tools? I have already set up PATH and a lot of other stuff in /etc/login.conf to come along with that path-problem - but after lpr gets its environment, it soes not pass it through to a2ps to find fixps and so on. These programs obviously use a standard path and this seems to be /usr/bin including. But there are lost of other programs needed by several filter mechachnisms ... Any help? Thanks ... -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 12: 4:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C57A037B424; Mon, 14 May 2001 12:04:39 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EJ4dN72268; Mon, 14 May 2001 12:04:39 -0700 (PDT) (envelope-from ru) Date: Mon, 14 May 2001 12:04:39 -0700 (PDT) From: Message-Id: <200105141904.f4EJ4dN72268@freefall.freebsd.org> To: ru@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27234: cvsweb build fails if CVSROOT contains an @ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cvsweb build fails if CVSROOT contains an @ Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: ru Responsible-Changed-When: Mon May 14 12:02:40 PDT 2001 Responsible-Changed-Why: Misfiled PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27234 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 12:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE02537B42C for ; Mon, 14 May 2001 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EJA1G75451; Mon, 14 May 2001 12:10:01 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 6660F37B424 for ; Mon, 14 May 2001 12:09:10 -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 A9FA22E462 for ; Mon, 14 May 2001 15:09:09 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.3) id f4EJ99l56866; Mon, 14 May 2001 15:09:09 -0400 (EDT) (envelope-from khera) Message-Id: <200105141909.f4EJ99l56866@onceler.kciLink.com> Date: Mon, 14 May 2001 15:09:09 -0400 (EDT) From: Reply-To: khera@kciLink.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27318: ports/security/liedentd has no distfile availble Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27318 >Category: ports >Synopsis: liedentd has no distfile >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 14 12:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed May 2 13:09:53 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 cvsup of ports today. >Description: It seems that softweyr.com doesn't accept anonymous ftp login anymore, nor does ftp.softweyr.com. The source file also doesn't seem to exist on ftp.freebsd.org. >How-To-Repeat: make fetch in /usr/ports/security/liedentd: # make fetch >Fix: fetch and use the precompiled package instead. >Release-Note: >Audit-Trail: >Unformatted: >> liedentd-1.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://softweyr.com/pub/softweyr/. fetch: liedentd-1.0.tar.gz: Not logged in >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: liedentd-1.0.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 /u/onceler1/usr/ports/security/liedentd. *** Error code 1 Stop in /u/onceler1/usr/ports/security/liedentd. *** Error code 1 Stop in /u/onceler1/usr/ports/security/liedentd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 13: 3:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB30837B424; Mon, 14 May 2001 13:03:42 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EK3gP80000; Mon, 14 May 2001 13:03:42 -0700 (PDT) (envelope-from olgeni) Date: Mon, 14 May 2001 13:03:42 -0700 (PDT) From: Message-Id: <200105142003.f4EK3gP80000@freefall.freebsd.org> To: stijn@win.tue.nl, olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27317: MAINTAINER UPDATE: emulators/xmame, emulators/xpinmame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MAINTAINER UPDATE: emulators/xmame, emulators/xpinmame State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Mon May 14 13:02:40 PDT 2001 State-Changed-Why: Committed. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27317 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 14:50:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ecint.ecinet.com (smtp.eldocomp.com [205.159.99.3]) by hub.freebsd.org (Postfix) with ESMTP id B4D4937B423 for ; Mon, 14 May 2001 14:50:12 -0700 (PDT) (envelope-from chad@eldocomp.com) Received: from chad (chad.ecinet.com [192.168.22.228]) by ecint.ecinet.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9LHGZ9W; Mon, 14 May 2001 14:53:19 -0700 Message-Id: <4.2.2.20010514144811.00be3568@mailhost.dcfinc.com> X-Sender: clarso@ecint.ecinet.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Mon, 14 May 2001 14:49:57 -0700 To: ports@FreeBSD.org From: "Chad R. Larson" Subject: lynx port broken Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Attempts to build www/lynx from a cvs updated today results in: > >> lynx2.8.3rel.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from http://lynx.isc.org/current/. >fetch: lynx2.8.3rel.1.tar.bz2: Connection refused > >> Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. >fetch: lynx2.8.3rel.1.tar.bz2: 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 -crl -- Chad R. Larson (CRL22) chad@eldocomp.com Eldorado Computing, Inc. 602-604-3100 5353 North 16th Street, Suite 400 Phoenix, Arizona 85016-3228 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 15: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2039F37B42C for ; Mon, 14 May 2001 15:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EM03f99948; Mon, 14 May 2001 15:00:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 14 May 2001 15:00:03 -0700 (PDT) Message-Id: <200105142200.f4EM03f99948@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Anton Berezin Subject: Re: ports/27234: cvsweb build fails if CVSROOT contains an @ Reply-To: Anton Berezin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/27234; it has been noted by GNATS. From: Anton Berezin To: freebsd-gnats-submit@FreeBSD.org, gordon@hammy.lonestar.org Cc: Subject: Re: ports/27234: cvsweb build fails if CVSROOT contains an @ Date: Mon, 14 May 2001 23:50:51 +0200 Suggested fix: --- Makefile.orig Mon May 14 23:46:01 2001 +++ Makefile Mon May 14 23:46:50 2001 @@ -57,8 +57,8 @@ ${WRKSRC}/cvsweb.cgi ${PERL} -i -pe "\ s;!!PREFIX!!;${PREFIX};g; \ - s;!!CVSROOT!!;${CVSROOT};g; \ - s;!!TITLE!!;${TITLE};g;" \ + s'!!CVSROOT!!'${CVSROOT}'g; \ + s'!!TITLE!!'${TITLE}'g;" \ ${WRKSRC}/cvsweb.conf do-install: Cheers, -Anton. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 15: 2:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from maila.telia.com (maila.telia.com [194.22.194.231]) by hub.freebsd.org (Postfix) with ESMTP id 43BE637B424 for ; Mon, 14 May 2001 15:02:31 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maila.telia.com (8.11.2/8.11.0) with ESMTP id f4EM2TZ19133 for ; Tue, 15 May 2001 00:02:29 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id AAA01637 for ; Tue, 15 May 2001 00:02:29 +0200 (CEST) Received: (qmail 37000 invoked by uid 1001); 14 May 2001 22:02:25 -0000 Date: Tue, 15 May 2001 00:02:24 +0200 From: Erik Trulsson To: "Chad R. Larson" Cc: ports@FreeBSD.ORG Subject: Re: lynx port broken Message-ID: <20010515000223.A36986@student.uu.se> Mail-Followup-To: "Chad R. Larson" , ports@FreeBSD.ORG References: <4.2.2.20010514144811.00be3568@mailhost.dcfinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.2.2.20010514144811.00be3568@mailhost.dcfinc.com>; from chad@eldocomp.com on Mon, May 14, 2001 at 02:49:57PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 14, 2001 at 02:49:57PM -0700, Chad R. Larson wrote: > Attempts to build www/lynx from a cvs updated today results in: > > >> lynx2.8.3rel.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > > >> Attempting to fetch from http://lynx.isc.org/current/. > >fetch: lynx2.8.3rel.1.tar.bz2: Connection refused > > >> Attempting to fetch from > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > >fetch: lynx2.8.3rel.1.tar.bz2: 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 > It is ftp.freebsd.org which is (temporarily) broken. Not the port. Get the distfile from some mirror instead. -- 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 Mon May 14 15: 5:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ecint.ecinet.com (smtp.eldocomp.com [205.159.99.3]) by hub.freebsd.org (Postfix) with ESMTP id 3435137B423 for ; Mon, 14 May 2001 15:05:33 -0700 (PDT) (envelope-from chad@eldocomp.com) Received: from chad (chad.ecinet.com [192.168.22.228]) by ecint.ecinet.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9LHGZ0R; Mon, 14 May 2001 15:08:31 -0700 Message-Id: <4.2.2.20010514150439.00bf1a48@ecint.ecinet.com> X-Sender: clarso@ecint.ecinet.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Mon, 14 May 2001 15:05:10 -0700 To: Erik Trulsson From: "Chad R. Larson" Subject: Re: lynx port broken Cc: ports@FreeBSD.ORG In-Reply-To: <20010515000223.A36986@student.uu.se> References: <4.2.2.20010514144811.00be3568@mailhost.dcfinc.com> <4.2.2.20010514144811.00be3568@mailhost.dcfinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org And lynx.isc.org isn't accepting http connections... At 12:02 AM 5/15/2001 +0200, Erik Trulsson wrote: >On Mon, May 14, 2001 at 02:49:57PM -0700, Chad R. Larson wrote: > > Attempts to build www/lynx from a cvs updated today results in: > > > >> lynx2.8.3rel.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > > > >> Attempting to fetch from http://lynx.isc.org/current/. > > >fetch: lynx2.8.3rel.1.tar.bz2: Connection refused > > > >> Attempting to fetch from > > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > > >fetch: lynx2.8.3rel.1.tar.bz2: 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 > > > >It is ftp.freebsd.org which is (temporarily) broken. Not the port. >Get the distfile from some mirror instead. > > >-- > >Erik Trulsson >ertr1013@student.uu.se -crl -- Chad R. Larson (CRL22) chad@eldocomp.com Eldorado Computing, Inc. 602-604-3100 5353 North 16th Street, Suite 400 Phoenix, Arizona 85016-3228 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 15: 6:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 57E0A37B424 for ; Mon, 14 May 2001 15:06:34 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 88A5B10F40F; Mon, 14 May 2001 17:06:46 -0500 (CDT) Message-ID: <02ed01c0dcc2$28bcc580$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Erik Trulsson" , "Chad R. Larson" Cc: References: <4.2.2.20010514144811.00be3568@mailhost.dcfinc.com> <4.2.2.20010514144811.00be3568@mailhost.dcfinc.com> <4.2.2.20010514150439.00bf1a48@ecint.ecinet.com> Subject: Re: lynx port broken Date: Mon, 14 May 2001 17:06:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Neither is ftp.isc.org > And lynx.isc.org isn't accepting http connections... > > At 12:02 AM 5/15/2001 +0200, Erik Trulsson wrote: > >On Mon, May 14, 2001 at 02:49:57PM -0700, Chad R. Larson wrote: > > > Attempts to build www/lynx from a cvs updated today results in: > > > > >> lynx2.8.3rel.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > > > > >> Attempting to fetch from http://lynx.isc.org/current/. > > > >fetch: lynx2.8.3rel.1.tar.bz2: Connection refused > > > > >> Attempting to fetch from > > > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 16:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7936637B423 for ; Mon, 14 May 2001 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ENA1j29722; Mon, 14 May 2001 16:10:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 24D9F37B423 for ; Mon, 14 May 2001 16:00:34 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 130FB3CC8; Tue, 15 May 2001 01:00:28 +0200 (CEST) Message-Id: <20010514230028.130FB3CC8@totem.fix.no> Date: Tue, 15 May 2001 01:00:28 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27321: New port: www/mod_auth_external Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27321 >Category: ports >Synopsis: New port: www/mod_auth_external >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 May 14 16:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: kern.osreldate: 430000 (4.3-STABLE) kern.osreldate: 500018 (5.0-20010420-CURRENT) >Description: New port of mod_auth_external, an Apache module enabling the use of external mechanisms for user authentication. >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: # # mod_auth_external # mod_auth_external/Makefile # mod_auth_external/distinfo # mod_auth_external/pkg-descr # mod_auth_external/pkg-message # mod_auth_external/pkg-plist # mod_auth_external/pkg-comment # mod_auth_external/files # mod_auth_external/files/patch-mod_auth_external.c # echo c - mod_auth_external mkdir -p mod_auth_external > /dev/null 2>&1 echo x - mod_auth_external/Makefile sed 's/^X//' >mod_auth_external/Makefile << 'END-of-mod_auth_external/Makefile' X# New ports collection makefile for: mod_auth_external X# Date created: 14 May 2001 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XPORTNAME= mod_auth_external XPORTVERSION= 2.1.11 XCATEGORIES= www XMASTER_SITES= http://www.wwnet.net/~janc/software/ \ X ftp://ftp.nuug.no/pub/anders/distfiles/ X XMAINTAINER= anders@fix.no X XBUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 XRUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 X XAPXS?= ${LOCALBASE}/sbin/apxs X XDOCDIR= ${PREFIX}/share/doc/${PORTNAME} XDOCS= AUTHENTICATORS CHANGES INSTALL README TODO X Xdo-build: X @cd ${WRKSRC} && ${APXS} -c mod_auth_external.c X Xdo-install: X ${APXS} -i -A -n auth_external ${WRKSRC}/mod_auth_external.so X.if !defined(NOPORTDOCS) X ${INSTALL} -d -o root -g wheel -m 0755 ${DOCDIR}/examples X cd ${WRKSRC} && ${TAR} -chf - pwauth radius sybase test \ X | ${TAR} -xf - -C ${DOCDIR}/examples X.for f in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}/ X.endfor X.endif X ${CAT} ${PKGMESSAGE} X X.include END-of-mod_auth_external/Makefile echo x - mod_auth_external/distinfo sed 's/^X//' >mod_auth_external/distinfo << 'END-of-mod_auth_external/distinfo' XMD5 (mod_auth_external-2.1.11.tar.gz) = ac9ae5236f1597f66f96aefd6ad76e3a END-of-mod_auth_external/distinfo echo x - mod_auth_external/pkg-descr sed 's/^X//' >mod_auth_external/pkg-descr << 'END-of-mod_auth_external/pkg-descr' XMod_Auth_External is an Apache module used for authentication. The Apache XHTTP Daemon can be configured to require users to supply logins and passwords Xbefore accessing pages in some directories. Authentication is the process Xof checking if the password given is correct for a user. Apache has standard Xmodules for authenticating out of several different kinds of databases. XMod_Auth_External is a flexible tool for creating authentication systems Xbased on other databases. X XWWW: http://www.wwnet.net/~janc/mod_auth_external.html X X- Anders Nordby END-of-mod_auth_external/pkg-descr echo x - mod_auth_external/pkg-message sed 's/^X//' >mod_auth_external/pkg-message << 'END-of-mod_auth_external/pkg-message' X************************************************************ XYou've installed mod_auth_external, an Apache authentication Xmodule enabling the use of external mechanisms for user Xauthentication. X XEdit your apache.conf or httpd.conf to enable and setup this Xmodule. Have a look at the files in X${PREFIX}/share/doc/mod_auth_external for information on how Xto configure it, example authentication programs, etc. X XThen do this to make it work effective: X X# apachectl configtest (see if there are any config errors) X# apachectl restart X X************************************************************ END-of-mod_auth_external/pkg-message echo x - mod_auth_external/pkg-plist sed 's/^X//' >mod_auth_external/pkg-plist << 'END-of-mod_auth_external/pkg-plist' Xlibexec/apache/mod_auth_external.so X@exec %D/sbin/apxs -e -A -n auth_external %D/%F X@unexec %D/sbin/apxs -e -A -n auth_external %D/%F X%%PORTDOCS%%share/doc/mod_auth_external/examples/pwauth/pwauth.c X%%PORTDOCS%%share/doc/mod_auth_external/examples/pwauth/config.h X%%PORTDOCS%%share/doc/mod_auth_external/examples/pwauth/README X%%PORTDOCS%%share/doc/mod_auth_external/examples/pwauth/INSTALL X%%PORTDOCS%%share/doc/mod_auth_external/examples/pwauth/Makefile X%%PORTDOCS%%share/doc/mod_auth_external/examples/pwauth/FORM_AUTH X%%PORTDOCS%%share/doc/mod_auth_external/examples/radius/CHANGES X%%PORTDOCS%%share/doc/mod_auth_external/examples/radius/md5-radius.c X%%PORTDOCS%%share/doc/mod_auth_external/examples/radius/md5-radius.h X%%PORTDOCS%%share/doc/mod_auth_external/examples/radius/mod-radfuncs.c X%%PORTDOCS%%share/doc/mod_auth_external/examples/radius/mod-radius.h X%%PORTDOCS%%share/doc/mod_auth_external/examples/radius/mod_auth_external_radius.c X%%PORTDOCS%%share/doc/mod_auth_external/examples/radius/README X%%PORTDOCS%%share/doc/mod_auth_external/examples/sybase/mod_auth_external_sybase.c X%%PORTDOCS%%share/doc/mod_auth_external/examples/sybase/README X%%PORTDOCS%%share/doc/mod_auth_external/examples/test/test.pipe X%%PORTDOCS%%share/doc/mod_auth_external/examples/test/test.env X%%PORTDOCS%%share/doc/mod_auth_external/examples/test/testgroup.env X%%PORTDOCS%%share/doc/mod_auth_external/examples/test/testgroup.pipe X%%PORTDOCS%%share/doc/mod_auth_external/examples/test/README X%%PORTDOCS%%share/doc/mod_auth_external/AUTHENTICATORS X%%PORTDOCS%%share/doc/mod_auth_external/CHANGES X%%PORTDOCS%%share/doc/mod_auth_external/INSTALL X%%PORTDOCS%%share/doc/mod_auth_external/README X%%PORTDOCS%%share/doc/mod_auth_external/TODO X%%PORTDOCS%%@dirrm share/doc/mod_auth_external/examples/pwauth X%%PORTDOCS%%@dirrm share/doc/mod_auth_external/examples/radius X%%PORTDOCS%%@dirrm share/doc/mod_auth_external/examples/sybase X%%PORTDOCS%%@dirrm share/doc/mod_auth_external/examples/test X%%PORTDOCS%%@dirrm share/doc/mod_auth_external/examples X%%PORTDOCS%%@dirrm share/doc/mod_auth_external END-of-mod_auth_external/pkg-plist echo x - mod_auth_external/pkg-comment sed 's/^X//' >mod_auth_external/pkg-comment << 'END-of-mod_auth_external/pkg-comment' XEnables the use of external mechanisms for user authentication END-of-mod_auth_external/pkg-comment echo c - mod_auth_external/files mkdir -p mod_auth_external/files > /dev/null 2>&1 echo x - mod_auth_external/files/patch-mod_auth_external.c sed 's/^X//' >mod_auth_external/files/patch-mod_auth_external.c << 'END-of-mod_auth_external/files/patch-mod_auth_external.c' X--- mod_auth_external.c.orig Tue May 15 00:49:04 2001 X+++ mod_auth_external.c Tue May 15 00:50:55 2001 X@@ -239,7 +239,7 @@ X * Structure for the module itself X */ X X-module external_auth_module; X+module auth_external_module; X X /* X * Data types for per-dir and server configuration X@@ -303,7 +303,7 @@ X extauth_server_config_rec *sc_rec; X X sc_rec= ap_get_module_config( cmd->server->module_config, X- &external_auth_module); X+ &auth_external_module); X X ap_table_set( sc_rec->auth_extpath, keyword, path ); X X@@ -323,7 +323,7 @@ X extauth_server_config_rec *sc_rec; X X sc_rec= ap_get_module_config( cmd->server->module_config, X- &external_auth_module); X+ &auth_external_module); X X ap_table_set( sc_rec->group_extpath, keyword, path ); X X@@ -343,7 +343,7 @@ X extauth_server_config_rec *sc_rec; X X sc_rec= ap_get_module_config( cmd->server->module_config, X- &external_auth_module); X+ &auth_external_module); X X ap_table_set( sc_rec->auth_extmethod, keyword, method ); X X@@ -361,7 +361,7 @@ X extauth_server_config_rec *sc_rec; X X sc_rec= ap_get_module_config( cmd->server->module_config, X- &external_auth_module); X+ &auth_external_module); X X ap_table_set( sc_rec->group_extmethod, keyword, method ); X X@@ -565,11 +565,11 @@ X { X extauth_dir_config_rec *dir_config_rec= X (extauth_dir_config_rec *)ap_get_module_config(r->per_dir_config, X- &external_auth_module); X+ &auth_external_module); X X extauth_server_config_rec *server_config_rec= X (extauth_server_config_rec *)ap_get_module_config(r->server->module_config, X- &external_auth_module); X+ &auth_external_module); X X const char *sent_pw; X int res, code= 1; X@@ -679,11 +679,11 @@ X { X extauth_dir_config_rec *dir_config_rec= X (extauth_dir_config_rec *)ap_get_module_config(r->per_dir_config, X- &external_auth_module); X+ &auth_external_module); X X extauth_server_config_rec *server_config_rec= X (extauth_server_config_rec *)ap_get_module_config(r->server->module_config, X- &external_auth_module); X+ &auth_external_module); X X conn_rec *c= r->connection; X X@@ -787,7 +787,7 @@ X return AUTH_REQUIRED; X } X X-module external_auth_module= { X+module auth_external_module= { X STANDARD_MODULE_STUFF, X NULL, /* initializer */ X create_extauth_dir_config, /* dir config creater */ END-of-mod_auth_external/files/patch-mod_auth_external.c 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 May 14 16:36: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id 3F67A37B423; Mon, 14 May 2001 16:35:59 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id SAA15458; Mon, 14 May 2001 18:56:21 -0400 From: mi@aldan.algebra.com Received: from misha.privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.11.3/8.11.1) with ESMTP id f4ENYJq14093; Mon, 14 May 2001 19:34:20 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200105142334.f4ENYJq14093@misha.privatelabs.com> Date: Mon, 14 May 2001 19:34:16 -0400 (EDT) Reply-To: mi@aldan.algebra.com Subject: GhostScript and JPEG To: ports@freebsd.org Cc: andreas@freebsd.org, ghost@aladdin.com MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It appears, that the only thing, that makes it necessary for GS to build its own static version of JPEG library is the value of D_MAX_BLOCKS_IN_MCU To read some JPEGs embedded in some PS files, GS needs this to be set as 64, while the default libjpeg compiles this as 10. I'm wondering, if we should just make our graphics/jpeg port build with the define set to 64 and make GS use the shared -ljpeg. This would increase the size of some arrays (of pointers or of integers) from 10 to 64 -- con. On the pro -- faster port build, faster startup usually, since libjpeg is so widely used already. Any comments? Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 16:45:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from aladdin.com (aladdin.com [209.157.132.18]) by hub.freebsd.org (Postfix) with ESMTP id 40D8B37B42C; Mon, 14 May 2001 16:45:35 -0700 (PDT) (envelope-from ghost@aladdin.com) Received: (from daemon@localhost) by aladdin.com (8.10.1/8.9.1) id f4ENSLH11794; Mon, 14 May 2001 16:28:21 -0700 (PDT) Received: from lamp.aladdin.com(10.0.0.4), claiming to be "aladdin.com" via SMTP by sand.aladdin.com, id smtpdK25244; Mon May 14 16:28:13 2001 Received: (from ghost@localhost) by aladdin.com (8.9.1/8.9.1) id QAA00167; Mon, 14 May 2001 16:48:15 -0700 Date: Mon, 14 May 2001 16:48:15 -0700 Message-Id: <200105142348.QAA00167@aladdin.com> From: "L. Peter Deutsch" To: mi@aldan.algebra.com Cc: ports@freebsd.org, andreas@freebsd.org, raph@artofcode.com In-reply-to: <200105142334.f4ENYJq14093@misha.privatelabs.com> Subject: Re: GhostScript and JPEG References: <200105142334.f4ENYJq14093@misha.privatelabs.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > It appears, that the only thing, that makes it necessary for GS to build > its own static version of JPEG library is the value of > > D_MAX_BLOCKS_IN_MCU > > To read some JPEGs embedded in some PS files, GS needs this to be set as > 64, while the default libjpeg compiles this as 10. Correct. > I'm wondering, if we should just make our graphics/jpeg port build with > the define set to 64 and make GS use the shared -ljpeg. > > This would increase the size of some arrays (of pointers or of integers) > from 10 to 64 -- con. On the pro -- faster port build, faster startup > usually, since libjpeg is so widely used already. > > Any comments? Thanks! Sure, I think that would be a fine idea. The only arrays that are dimensioned as [D_MAX_BLOCKS_IN_MCU] are some temporary arrays of booleans and pointers allocated on the C stack within libjpeg, and an array of ints in the decompression state structure. So increasing this value from 10 to 64 increases the size of the decompression state structure by (64-10)*4 = 216 bytes. Not enough to worry about. -- L. Peter Deutsch | Aladdin Enterprises | 203 Santa Margarita Ave. ghost@aladdin.com | http://www.aladdin.com | Menlo Park, CA 94025 The future of software is at http://www.opensource.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 17:19:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id 93F0437B423; Mon, 14 May 2001 17:19:16 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id TAA15892; Mon, 14 May 2001 19:39:46 -0400 From: mi@aldan.algebra.com Received: from misha.privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.11.3/8.11.1) with ESMTP id f4F0Ivq14289; Mon, 14 May 2001 20:18:58 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200105150018.f4F0Ivq14289@misha.privatelabs.com> Date: Mon, 14 May 2001 20:18:56 -0400 (EDT) Reply-To: mi@aldan.algebra.com Subject: Re: GhostScript and JPEG To: ghost@aladdin.com Cc: ports@freebsd.org, andreas@freebsd.org, raph@artofcode.com In-Reply-To: <200105142348.QAA00167@aladdin.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 14 May, L. Peter Deutsch wrote: > Sure, I think that would be a fine idea. The only arrays that are > dimensioned as [D_MAX_BLOCKS_IN_MCU] are some temporary arrays of > booleans and pointers allocated on the C stack within libjpeg, and an > array of ints in the decompression state structure. So increasing this > value from 10 to 64 increases the size of the decompression state > structure by (64-10)*4 = 216 bytes. Not enough to worry about. Khmm, was this ever suggested to the libjpeg maintainers? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 17:25: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from aladdin.com (aladdin.com [209.157.132.18]) by hub.freebsd.org (Postfix) with ESMTP id 5DEAE37B422; Mon, 14 May 2001 17:25:07 -0700 (PDT) (envelope-from ghost@aladdin.com) Received: (from daemon@localhost) by aladdin.com (8.10.1/8.9.1) id f4F07sB10387; Mon, 14 May 2001 17:07:54 -0700 (PDT) Received: from lamp.aladdin.com(10.0.0.4), claiming to be "aladdin.com" via SMTP by sand.aladdin.com, id smtpdx32327; Mon May 14 17:07:51 2001 Received: (from ghost@localhost) by aladdin.com (8.9.1/8.9.1) id RAA00297; Mon, 14 May 2001 17:27:54 -0700 Date: Mon, 14 May 2001 17:27:54 -0700 Message-Id: <200105150027.RAA00297@aladdin.com> From: "L. Peter Deutsch" To: mi@aldan.algebra.com Cc: ports@freebsd.org, andreas@freebsd.org, raph@artofcode.com In-reply-to: <200105150018.f4F0Ivq14289@misha.privatelabs.com> Subject: Re: GhostScript and JPEG References: <200105150018.f4F0Ivq14289@misha.privatelabs.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Khmm, was this ever suggested to the libjpeg maintainers? Yes. Their opinion is reflected in the following comment in jpeglib.h: /* Unfortunately, some bozo at Adobe saw no reason to be bound by the standard; * the PostScript DCT filter can emit files with many more than 10 blocks/MCU. * If you happen to run across such a file, you can up D_MAX_BLOCKS_IN_MCU * to handle it. We even let you do this from the jconfig.h file. However, * we strongly discourage changing C_MAX_BLOCKS_IN_MCU; just because Adobe * sometimes emits noncompliant files doesn't mean you should too. */ #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ #ifndef D_MAX_BLOCKS_IN_MCU #define D_MAX_BLOCKS_IN_MCU 10 /* decompressor's limit on blocks per MCU */ #endif -- L. Peter Deutsch | Aladdin Enterprises | 203 Santa Margarita Ave. ghost@aladdin.com | http://www.aladdin.com | Menlo Park, CA 94025 The future of software is at http://www.opensource.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 18: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBD4837B443 for ; Mon, 14 May 2001 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F101b40592; Mon, 14 May 2001 18:00:01 -0700 (PDT) (envelope-from gnats) Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 3133437B43C for ; Mon, 14 May 2001 17:57:54 -0700 (PDT) (envelope-from dave@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1088) id BA65A81D08; Mon, 14 May 2001 19:57:43 -0500 (CDT) Message-Id: <20010515005743.BA65A81D08@elvis.mu.org> Date: Mon, 14 May 2001 19:57:43 -0500 (CDT) From: dave@mu.org Reply-To: dave@mu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27322: FreeBSD port update; Seahorse Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27322 >Category: ports >Synopsis: update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 14 18:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dave McKay >Release: FreeBSD 4.3-FEARSOME-20010328 i386 (FreeBSD 4.3-STABLE) >Organization: Daemon Inc. >Environment: System: FreeBSD elvis.mu.org 4.3-FEARSOME-20010328 FreeBSD 4.3-FEARSOME-20010328 #0: Thu Mar 29 00:58:52 CST 2001 root@elvis.mu.org:/usr/src/sys/compile/h0h0Magic i386 >Description: >How-To-Repeat: >Fix: --- Makefile2 Mon May 14 19:48:48 2001 +++ Makefile Mon May 14 19:56:43 2001 @@ -6,10 +6,9 @@ # PORTNAME= seahorse -PORTVERSION= 0.4.9 +PORTVERSION= 0.5.0 CATEGORIES= security -MASTER_SITES= http://seahorse.sourceforge.net/ -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://download.sourceforge.net/seahorse/ MAINTAINER= dave@mu.org --- distinfo2 Mon May 14 19:49:44 2001 +++ distinfo Mon May 14 19:49:35 2001 @@ -1 +1 @@ -MD5 (seahorse-0.4.9.tar.gz) = e169d1677760507373c4a3f208ea82dc +MD5 (seahorse-0.5.0.tar.gz) = d564444761060c2c568b9dac34bb54fb >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 May 14 18:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AA2237B440 for ; Mon, 14 May 2001 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F1A1g43801; Mon, 14 May 2001 18:10:01 -0700 (PDT) (envelope-from gnats) Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 9853337B422 for ; Mon, 14 May 2001 18:07:31 -0700 (PDT) (envelope-from dave@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1088) id 6730181D06; Mon, 14 May 2001 20:07:31 -0500 (CDT) Message-Id: <20010515010731.6730181D06@elvis.mu.org> Date: Mon, 14 May 2001 20:07:31 -0500 (CDT) From: dave@mu.org Reply-To: dave@mu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27323: FreeBSD Port update; Pad Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27323 >Category: ports >Synopsis: Port out of date. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 14 18:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dave McKay >Release: FreeBSD 4.3-FEARSOME-20010328 i386 >Organization: Daemon Inc. >Environment: System: FreeBSD elvis.mu.org 4.3-FEARSOME-20010328 FreeBSD 4.3-FEARSOME-20010328 #0: Thu Mar 29 00:58:52 CST 2001 root@elvis.mu.org:/usr/src/sys/compile/h0h0Magic i386 >Description: >How-To-Repeat: >Fix: --- Makefile2 Mon May 14 20:02:52 2001 +++ Makefile Mon May 14 20:03:20 2001 @@ -6,7 +6,7 @@ # PORTNAME= pad -PORTVERSION= 0.7 +PORTVERSION= 1.0.4 CATEGORIES= security MASTER_SITES= http://www.lammah.com/pad/ EXTRACT_SUFX= .tgz --- distinfo2 Mon May 14 20:02:56 2001 +++ distinfo Mon May 14 20:04:11 2001 @@ -1 +1 @@ -MD5 (pad-0.7.tgz) = 6ca3c9e8b7a536a0adfe8e6efbdb9155 +MD5 (pad-1.0.4.tgz) = 932bba65320f5d3e0d8d24be5b94bf5c >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 May 14 18:30: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D9B237B423 for ; Mon, 14 May 2001 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F1U1f45524; Mon, 14 May 2001 18:30:01 -0700 (PDT) (envelope-from gnats) Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 0E23737B422 for ; Mon, 14 May 2001 18:21:20 -0700 (PDT) (envelope-from dave@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1088) id D2D9881D06; Mon, 14 May 2001 20:21:19 -0500 (CDT) Message-Id: <20010515012119.D2D9881D06@elvis.mu.org> Date: Mon, 14 May 2001 20:21:19 -0500 (CDT) From: dave@elvis.mu.org Reply-To: dave@elvis.mu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27325: out of date ftp sites Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27325 >Category: ports >Synopsis: out of date ftp sites >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 May 14 18:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dave McKay >Release: FreeBSD 4.3-FEARSOME-20010328 i386 >Organization: Daemon Inc. >Environment: System: FreeBSD elvis.mu.org 4.3-FEARSOME-20010328 FreeBSD 4.3-FEARSOME-20010328 #0: Thu Mar 29 00:58:52 CST 2001 root@elvis.mu.org:/usr/src/sys/compile/h0h0Magic i386 >Description: >How-To-Repeat: >Fix: --- Makefile2 Mon May 14 20:20:11 2001 +++ Makefile Mon May 14 20:21:00 2001 @@ -9,9 +9,7 @@ PORTNAME= clog PORTVERSION= 1.6 CATEGORIES= net security -MASTER_SITES= ftp://ftp.saturn.net/pub/users/brian/clog/ \ - ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/clog/ \ - ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.saturn.net/clog/ \ +MASTER_SITES= ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.saturn.net/clog/ \ ftp://ftp.ox.ac.uk/pub/comp/security/COAST/mirrors/ftp.saturn.net/clog/ \ ftp://ftp.rediris.es/mirror/coast/tools/unix/clog/ >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 May 14 19:14:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 814E837B423; Mon, 14 May 2001 19:14:47 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F2Ek051518; Mon, 14 May 2001 19:14:46 -0700 (PDT) (envelope-from kevlo) Date: Mon, 14 May 2001 19:14:46 -0700 (PDT) From: Message-Id: <200105150214.f4F2Ek051518@freefall.freebsd.org> To: ernst@jollem.com, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27316: Port java/linux-jdk13 needs a few tweaks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port java/linux-jdk13 needs a few tweaks State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Mon May 14 19:14:24 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27316 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 20:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F61237B424 for ; Mon, 14 May 2001 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F3o2b63495; Mon, 14 May 2001 20:50:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EF6B37B423 for ; Mon, 14 May 2001 20:49:13 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F3nD163384; Mon, 14 May 2001 20:49:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200105150349.f4F3nD163384@freefall.freebsd.org> Date: Mon, 14 May 2001 20:49:13 -0700 (PDT) From: yusufg@outblaze.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27326: Request upgrade of libtool to 1.4 in /usr/ports/devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27326 >Category: ports >Synopsis: Request upgrade of libtool to 1.4 in /usr/ports/devel >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 May 14 20:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yusuf Goolamabbas >Release: 4.3-stable >Organization: >Environment: >Description: Hi, I would like to request that the libtool port be upgraded to ver 1.4 >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 Mon May 14 20:57:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EB9437B424; Mon, 14 May 2001 20:57:23 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F3vNh64156; Mon, 14 May 2001 20:57:23 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 20:57:23 -0700 (PDT) From: Message-Id: <200105150357.f4F3vNh64156@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, reg@FreeBSD.org Subject: Re: ports/27326: Request upgrade of libtool to 1.4 in /usr/ports/devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Request upgrade of libtool to 1.4 in /usr/ports/devel Responsible-Changed-From-To: freebsd-ports->reg Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 20:56:08 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27326 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 20:59:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F1F937B422; Mon, 14 May 2001 20:59:48 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F3xmd64328; Mon, 14 May 2001 20:59:48 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 20:59:48 -0700 (PDT) From: Message-Id: <200105150359.f4F3xmd64328@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/27325: out of date ftp sites Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: out of date ftp sites Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 20:58:53 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21: 3:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4611537B424; Mon, 14 May 2001 21:03:37 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F43aH64708; Mon, 14 May 2001 21:03:36 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:03:36 -0700 (PDT) From: Message-Id: <200105150403.f4F43aH64708@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/27323: Port out of date. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port out of date. Responsible-Changed-From-To: freebsd-ports->trevor Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:02:54 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27323 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21: 5:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EC7137B43C; Mon, 14 May 2001 21:05:48 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F45md67464; Mon, 14 May 2001 21:05:48 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:05:48 -0700 (PDT) From: Message-Id: <200105150405.f4F45md67464@freefall.freebsd.org> To: okazaki@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/27324: Port out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port out of date Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:04:51 PDT 2001 Responsible-Changed-Why: ports issue http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27324 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21: 8: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AB2F37B422; Mon, 14 May 2001 21:07:59 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F47xk67786; Mon, 14 May 2001 21:07:59 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:07:59 -0700 (PDT) From: Message-Id: <200105150407.f4F47xk67786@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, wes@FreeBSD.org Subject: Re: ports/27318: liedentd has no distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: liedentd has no distfile Responsible-Changed-From-To: freebsd-ports->wes Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:07:18 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27318 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21:12:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18BC137B424; Mon, 14 May 2001 21:12:22 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4CMP68467; Mon, 14 May 2001 21:12:22 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:12:22 -0700 (PDT) From: Message-Id: <200105150412.f4F4CMP68467@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, archie@FreeBSD.org Subject: Re: ports/27301: Update port: java/jikes - new version 1.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: java/jikes - new version 1.14 Responsible-Changed-From-To: freebsd-ports->archie Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:11:32 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27301 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21:15:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8C6037B42C; Mon, 14 May 2001 21:15:50 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4FoU68917; Mon, 14 May 2001 21:15:50 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:15:50 -0700 (PDT) From: Message-Id: <200105150415.f4F4FoU68917@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/27293: Mesa port does not compile on 4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Mesa port does not compile on 4.3 Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:14:56 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27293 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21:17:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9B5F37B422; Mon, 14 May 2001 21:17:36 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4HaP69168; Mon, 14 May 2001 21:17:36 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:17:36 -0700 (PDT) From: Message-Id: <200105150417.f4F4HaP69168@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/27292: databases/ruby-postgres-0.6.4 won't compile; fix included. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: databases/ruby-postgres-0.6.4 won't compile; fix included. Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:17:07 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27292 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21:20:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01B4537B424; Mon, 14 May 2001 21:20:27 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4KQ369511; Mon, 14 May 2001 21:20:26 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:20:26 -0700 (PDT) From: Message-Id: <200105150420.f4F4KQ369511@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/27279: Update textproc/code2html to version 0.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update textproc/code2html to version 0.9 Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:19:49 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27279 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21:24:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AF7037B43C; Mon, 14 May 2001 21:24:49 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4OnP69953; Mon, 14 May 2001 21:24:49 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:24:49 -0700 (PDT) From: Message-Id: <200105150424.f4F4OnP69953@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, fenner@FreeBSD.org Subject: Re: ports/27219: mbone/nte can't run Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mbone/nte can't run Responsible-Changed-From-To: freebsd-ports->fenner Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:24:22 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27219 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21:42:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C17C37B422; Mon, 14 May 2001 21:42:47 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4gh371542; Mon, 14 May 2001 21:42:43 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:42:43 -0700 (PDT) From: Message-Id: <200105150442.f4F4gh371542@freefall.freebsd.org> To: albert.kinderman@csun.edu, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/27100: mc-4.5.54 make fails (missing libedit.a) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mc-4.5.54 make fails (missing libedit.a) State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Mon May 14 21:40:06 PDT 2001 State-Changed-Why: Fix committed by ade. Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:40:06 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 21:52:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F92637B422; Mon, 14 May 2001 21:52:20 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4qKR72269; Mon, 14 May 2001 21:52:20 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 21:52:20 -0700 (PDT) From: Message-Id: <200105150452.f4F4qKR72269@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/26998: japanese/chasen is old Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: japanese/chasen is old Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 21:51:41 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 22: 2:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 338B337B424; Mon, 14 May 2001 22:02:53 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F52rn73204; Mon, 14 May 2001 22:02:53 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 22:02:53 -0700 (PDT) From: Message-Id: <200105150502.f4F52rn73204@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, nectar@FreeBSD.org Subject: Re: ports/26925: wxgtk port does not compile OpenGL module Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wxgtk port does not compile OpenGL module Responsible-Changed-From-To: freebsd-ports->nectar Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 22:02:11 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26925 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 22:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 372D937B424 for ; Mon, 14 May 2001 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F5A1E76617; Mon, 14 May 2001 22:10:01 -0700 (PDT) (envelope-from gnats) Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 4520237B423 for ; Mon, 14 May 2001 22:09:19 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from spike.unixfreak.org (spike [63.198.170.139]) by bazooka.unixfreak.org (Postfix) with ESMTP id EC96A3E0B for ; Mon, 14 May 2001 22:09:18 -0700 (PDT) Received: (from dima@localhost) by spike.unixfreak.org (8.11.3/8.11.1) id f4F59Iu41593; Mon, 14 May 2001 22:09:18 -0700 (PDT) (envelope-from dima) Message-Id: <200105150509.f4F59Iu41593@spike.unixfreak.org> Date: Mon, 14 May 2001 22:09:18 -0700 (PDT) From: dima@unixfreak.org Reply-To: dima@unixfreak.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27327: New port: a small, fast Emacs-like editor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27327 >Category: ports >Synopsis: New port: a small, fast Emacs-like editor >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 May 14 22:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dima Dorfman >Release: FreeBSD 5.0-20010507-CURRENT i386 >Organization: Private >Environment: System: FreeBSD spike.unixfreak.org 5.0-20010507-CURRENT FreeBSD 5.0-20010507-CURRENT #115: Sun May 13 13:59:44 PDT 2001 dima@spike.unixfreak.org:/c/home/dima/w/f/src/sys/compile/SPIKE i386 >Description: New port of Mg. From pkg-descr: Mg is a small, fast, portable, and free (public domain) Emacs-like editor maintained by the OpenBSD Project. It is intended for people who can't, or don't want to, run the real GNU Emacs, or are not familiar with the vi(1) editor. Although it is intended to be largely compatible with GNU Emacs, Mg doesn't have special modes for tasks other than editing plain text. Moreover, since it is written entirely in C, there is no language in which to write extensions in (read: no builtin Lisp interpreter). If you are looking for something that looks like Emacs (don't want to learn another editor) but don't have the resources to run the latter, this may be what you're looking for. >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: # # mg # mg/files # mg/files/tarignore # mg/pkg-plist # mg/pkg-descr # mg/pkg-comment # mg/distinfo # mg/Makefile # echo c - mg mkdir -p mg > /dev/null 2>&1 echo c - mg/files mkdir -p mg/files > /dev/null 2>&1 echo x - mg/files/tarignore sed 's/^X//' >mg/files/tarignore << 'END-of-mg/files/tarignore' XCVS END-of-mg/files/tarignore echo x - mg/pkg-plist sed 's/^X//' >mg/pkg-plist << 'END-of-mg/pkg-plist' Xbin/mg Xshare/doc/mg/README Xshare/doc/mg/tutorial X@dirrm share/doc/mg END-of-mg/pkg-plist echo x - mg/pkg-descr sed 's/^X//' >mg/pkg-descr << 'END-of-mg/pkg-descr' XMg is a small, fast, portable, and free (public domain) Emacs-like Xeditor maintained by the OpenBSD Project. It is intended for people Xwho can't, or don't want to, run the real GNU Emacs, or are not Xfamiliar with the vi(1) editor. X XAlthough it is intended to be largely compatible with GNU Emacs, Mg Xdoesn't have special modes for tasks other than editing plain text. XMoreover, since it is written entirely in C, there is no language in Xwhich to write extensions in (read: no builtin Lisp interpreter). X XIf you are looking for something that looks like Emacs (don't want to Xlearn another editor) but don't have the resources to run the latter, Xthis may be what you're looking for. X XEnjoy! X X Dima Dorfman X dima@unixfreak.org X 14 May 2001 END-of-mg/pkg-descr echo x - mg/pkg-comment sed 's/^X//' >mg/pkg-comment << 'END-of-mg/pkg-comment' XA small, fast Emacs-like editor END-of-mg/pkg-comment echo x - mg/distinfo sed 's/^X//' >mg/distinfo << 'END-of-mg/distinfo' XMD5 (mg-20010514.tar.gz) = 36c7ef4af945ccedded2ca9e0635eb2a END-of-mg/distinfo echo x - mg/Makefile sed 's/^X//' >mg/Makefile << 'END-of-mg/Makefile' X# New ports collection makefile for: mg X# Date created: 14 May 2001 X# Whom: Dima Dorfman X# X# $FreeBSD$ X# X XPORTNAME= mg XPORTVERSION= 20010514 XCATEGORIES= editors XMASTER_SITES= ${MASTER_SITE_LOCAL} \ X http://www.unixfreak.org/~dima/distfiles/ XMASTER_SITE_SUBDIR= dd X XMAINTAINER= dima@unixfreak.org X XMAN1= mg.1 XMANCOMPRESSED= maybe X X# This isn't very scalable, but I'm lazy.. X.if defined(NOMANCOMPRESS) XMANNAME= mg.1 X.else XMANNAME= mg.1.gz X.endif X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin/mg X @${INSTALL_MAN} ${WRKSRC}/${MANNAME} ${PREFIX}/man/man1 X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/mg X @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/tutorial \ X ${PREFIX}/share/doc/mg X.endif X X# X# Ports build/install stuff stops here. Tarball creation stuff begins here. X# X.include XCVS_CMD?= cvs -z3 XCVS_DATE= Mon May 14 17:41:46 PDT 2001 XCVS_SITES?= anoncvs@anoncvs3.usa.openbsd.org:/cvs \ X anoncvs@anoncvs1.ca.openbsd.org:/cvs XCVS_MODULE= src/usr.bin/mg X X# X# CVS checkout stuff mostly stolen from security/openssh-askpass port by X# kris@freebsd.org X# Xtarball: X @${MKDIR} ${DISTDIR}/${PKGNAME} && \ X cd ${DISTDIR}/${PKGNAME}; \ X for CVS_SITE in ${CVS_SITES}; do \ X ${ECHO_MSG} ">> Attempting to check out from $${CVS_SITE}."; \ X if ${CVS_CMD} -d $${CVS_SITE} co -D "${CVS_DATE}" \ X ${CVS_MODULE}; then \ X cd ${DISTDIR}; \ X ${ECHO_MSG} ">> Creating dist tarball in ${DISTDIR}"; \ X ${ECHO_MSG} ">> \"${PKGNAME}.tar.gz\"."; \ X ${MV} ${PKGNAME}/${CVS_MODULE} \ X ${PKGNAME}/${CVS_MODULE:H}/${PKGNAME}; \ X ${TAR} -cz \ X -X ${FILESDIR}/tarignore \ X -f ${PKGNAME}.tar.gz \ X -C ${PKGNAME}/${CVS_MODULE:H} \ X ${PKGNAME}; \ X exit; \ X fi \ X done; \ X ${RMDIR} ${DISTDIR}/${PKGNAME}; \ X ${ECHO_MSG} ">> CVS checkout failed."; \ X exit 1; X X.include END-of-mg/Makefile 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 May 14 22:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39E6637B424 for ; Mon, 14 May 2001 22:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F5e2Q86706; Mon, 14 May 2001 22:40:02 -0700 (PDT) (envelope-from gnats) Received: from ns5.sony.co.jp (ns5.Sony.CO.JP [202.238.80.5]) by hub.freebsd.org (Postfix) with ESMTP id BB72737B424 for ; Mon, 14 May 2001 22:39:22 -0700 (PDT) (envelope-from yohta@mistral.imasy.or.jp) Received: from mail2.sony.co.jp (gatekeeper8.Sony.CO.JP [202.238.80.22]) by ns5.sony.co.jp (R8) with ESMTP id f4F5dL772494 for ; Tue, 15 May 2001 14:39:21 +0900 (JST) Received: from mail2.sony.co.jp (localhost [127.0.0.1]) by mail2.sony.co.jp (R8) with ESMTP id f4F5dLY15873 for ; Tue, 15 May 2001 14:39:21 +0900 (JST) Received: from mistral.imasy.or.jp ([43.1.172.41]) by mail2.sony.co.jp (R8) with ESMTP id f4F5dKv15857 for ; Tue, 15 May 2001 14:39:21 +0900 (JST) Received: (from yohta@localhost) by mistral.imasy.or.jp (8.11.3/8.11.3/mistral) id f4F5dJQ24926; Tue, 15 May 2001 14:39:19 +0900 (JST) (envelope-from yohta) Message-Id: <200105150539.f4F5dJQ24926@mistral.imasy.or.jp> Date: Tue, 15 May 2001 14:39:19 +0900 (JST) From: mistral@imasy.or.jp Reply-To: mistral@imasy.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27328: new port: stone - Simple TCP/UDP Packet Repeater Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27328 >Category: ports >Synopsis: new port: stone - Simple TCP/UDP Packet Repeater >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 May 14 22:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoshihiko Sarumaru >Release: FreeBSD 4.3-STABLE i386 >Organization: IMASY >Environment: System: FreeBSD mistral.imasy.or.jp 4.3-STABLE FreeBSD 4.3-STABLE #2: Wed May 9 17:38:34 JST 2001 yohta@mistral.imasy.or.jp:/usr/obj/usr/src/sys/PCG-505R i386 >Description: a new port for `stone'. Stone repeats TCP/UDP packet in applicatino layer. It also has capability to convert POP -> APOP, HTTP -> HTTPS. >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: # # net # net/stone # net/stone/Makefile # net/stone/distinfo # net/stone/pkg-comment # net/stone/pkg-descr # net/stone/pkg-plist # net/stone/files # net/stone/files/patch-aa # net/stone/files/patch-ab # net/stone/files/ports.patch # net/stone/files/base.patch # echo c - net mkdir -p net > /dev/null 2>&1 echo c - net/stone mkdir -p net/stone > /dev/null 2>&1 echo x - net/stone/Makefile sed 's/^X//' >net/stone/Makefile << 'END-of-net/stone/Makefile' X# New ports collection makefile for: stone X# Date created: 25 April 2001 X# Whom: Yoshihiko Sarumaru X# X# $FreeBSD$ X# X XPORTNAME= stone XPORTVERSION= 2.1c XCATEGORIES= net XMASTER_SITES= http://www.gcd.org/sengoku/stone/ X XMAINTAINER= mistral@imasy.or.jp X XMAN1= ${PORTNAME}.1 XMANLANG= "" ja X X.include X Xpre-patch: X.if exists(/usr/bin/openssl) XALL_TARGET= bsd-ssl XEXTRA_PATCHES= ${FILESDIR}/base.patch X.elif exists(${PREFIX}/bin/openssl) XALL_TARGET= bsd-ssl XEXTRA_PATCHES= ${FILESDIR}/ports.patch X.else XALL_TARGET= bsd-pop X @${ECHO} "You can build stone with SSL support by installing OpenSSL." X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/stone ${PREFIX}/bin/stone X ${INSTALL_MAN} ${WRKSRC}/stone.1 ${PREFIX}/man/man1/stone.1 X ${INSTALL_MAN} ${WRKSRC}/stone.1.ja ${PREFIX}/man/ja/man1/stone.1 X X.include END-of-net/stone/Makefile echo x - net/stone/distinfo sed 's/^X//' >net/stone/distinfo << 'END-of-net/stone/distinfo' XMD5 (stone-2.1c.tar.gz) = 959e66fbac30c06a2acb47c27bd06d01 END-of-net/stone/distinfo echo x - net/stone/pkg-comment sed 's/^X//' >net/stone/pkg-comment << 'END-of-net/stone/pkg-comment' XStone is a TCP/IP packet repeater in the application layer END-of-net/stone/pkg-comment echo x - net/stone/pkg-descr sed 's/^X//' >net/stone/pkg-descr << 'END-of-net/stone/pkg-descr' XStone is a TCP/IP packet repeater in the application layer. It Xrepeats TCP and UDP packets from inside to outside of a firewall, or Xfrom outside to inside. X XStone has following features: X X1. Simple. X Stone's source code is only 3000 lines long (written in C X language), so you can minimize the risk of security X holes. X X2. Stone supports SSL. X Using OpenSSL (http://www.openssl.org/), stone can X encrypt/decrypt packets. X X3. Stone is a http proxy. X Stone can also be a tiny http proxy. X X4. POP -> APOP conversion. X With stone and a mailer that does not support APOP, you can X access to an APOP server. X XWWW: http://www.gcd.org/sengoku/stone/ END-of-net/stone/pkg-descr echo x - net/stone/pkg-plist sed 's/^X//' >net/stone/pkg-plist << 'END-of-net/stone/pkg-plist' Xbin/stone END-of-net/stone/pkg-plist echo c - net/stone/files mkdir -p net/stone/files > /dev/null 2>&1 echo x - net/stone/files/patch-aa sed 's/^X//' >net/stone/files/patch-aa << 'END-of-net/stone/files/patch-aa' X--- Makefile.orig Thu Apr 26 15:28:17 2001 X+++ Makefile Thu Apr 26 15:28:05 2001 X@@ -19,7 +19,7 @@ X SSL_LIBS= -L/usr/local/ssl/lib -lssl -lcrypto X X POP_FLAGS= -DUSE_POP X-POP_LIBS= md5c.o X+POP_LIBS= -lmd X X all: X @echo "run make with one of the following arguments" END-of-net/stone/files/patch-aa echo x - net/stone/files/patch-ab sed 's/^X//' >net/stone/files/patch-ab << 'END-of-net/stone/files/patch-ab' X--- stone.c.orig Sat Feb 24 17:32:01 2001 X+++ stone.c Tue May 15 14:27:54 2001 X@@ -87,6 +87,7 @@ X #include X #include X #include X+#include X typedef void (*FuncPtr)(void*); X X #ifdef WINDOWS X@@ -240,7 +241,6 @@ X char *cipher_list = NULL; X #else X #ifdef USE_POP X-#include "global.h" X #include "md5.h" X #endif X #endif X@@ -2862,10 +2862,10 @@ X X FILE *openconfig() { X int pfd[2]; X- char host[STRMAX]; X+ char host[MAXHOSTNAMELEN]; X #ifdef CPP X if (CppCommand != NULL && *CppCommand != '\0') { X- if (gethostname(host,STRMAX-1) < 0) { X+ if (gethostname(host,MAXHOSTNAMELEN-1) < 0) { X message(LOG_ERR,"gethostname err=%d",errno); X exit(1); X } END-of-net/stone/files/patch-ab echo x - net/stone/files/ports.patch sed 's/^X//' >net/stone/files/ports.patch << 'END-of-net/stone/files/ports.patch' X--- Makefile.orig Thu Apr 26 15:25:03 2001 X+++ Makefile Thu Apr 26 15:27:36 2001 X@@ -15,8 +15,8 @@ X # -DOS2 OS/2 with EMX X # -DWINDOWS Windows95/98/NT X X-SSL_FLAGS= -DUSE_SSL -I/usr/local/ssl/include X-SSL_LIBS= -L/usr/local/ssl/lib -lssl -lcrypto X+SSL_FLAGS= -DUSE_SSL -I$(PREFIX)/include X+SSL_LIBS= -L$(PREFIX)/lib -lssl -lcrypto X X POP_FLAGS= -DUSE_POP X POP_LIBS= -lmd END-of-net/stone/files/ports.patch echo x - net/stone/files/base.patch sed 's/^X//' >net/stone/files/base.patch << 'END-of-net/stone/files/base.patch' X--- Makefile.orig Thu Apr 26 15:25:03 2001 X+++ Makefile Thu Apr 26 15:23:26 2001 X@@ -15,8 +15,8 @@ X # -DOS2 OS/2 with EMX X # -DWINDOWS Windows95/98/NT X X-SSL_FLAGS= -DUSE_SSL -I/usr/local/ssl/include X-SSL_LIBS= -L/usr/local/ssl/lib -lssl -lcrypto X+SSL_FLAGS= -DUSE_SSL X+SSL_LIBS= -lssl -lcrypto X X POP_FLAGS= -DUSE_POP X POP_LIBS= -lmd END-of-net/stone/files/base.patch 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 May 14 22:41:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1968E37B424; Mon, 14 May 2001 22:41:34 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F5fY686810; Mon, 14 May 2001 22:41:34 -0700 (PDT) (envelope-from dinoex) Date: Mon, 14 May 2001 22:41:34 -0700 (PDT) From: Message-Id: <200105150541.f4F5fY686810@freefall.freebsd.org> To: metrol@earthlink.net, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26888: tk-8.2.3 port will not build, package inop as well Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tk-8.2.3 port will not build, package inop as well State-Changed-From-To: open->feedback State-Changed-By: dinoex State-Changed-When: Mon May 14 22:38:38 PDT 2001 State-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26888 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 22:42:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA07537B422; Mon, 14 May 2001 22:42:54 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F5gs286966; Mon, 14 May 2001 22:42:54 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 22:42:54 -0700 (PDT) From: Message-Id: <200105150542.f4F5gs286966@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, olgeni@FreeBSD.org Subject: Re: ports/26872: ports/devel/wedit has a checksum error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/devel/wedit has a checksum error Responsible-Changed-From-To: freebsd-ports->olgeni Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 22:28:59 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26872 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 22:44:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EB8F37B424; Mon, 14 May 2001 22:44:17 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F5iH087139; Mon, 14 May 2001 22:44:17 -0700 (PDT) (envelope-from dinoex) Date: Mon, 14 May 2001 22:44:17 -0700 (PDT) From: Message-Id: <200105150544.f4F5iH087139@freefall.freebsd.org> To: roelof@eboa.com, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27034: 8.3.3 thinks it's a 8.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 8.3.3 thinks it's a 8.3.1 State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Mon May 14 22:43:23 PDT 2001 State-Changed-Why: No feedback, stale workdir caused the problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27034 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 22:46:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 341B537B42C; Mon, 14 May 2001 22:46:26 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F5kQU87295; Mon, 14 May 2001 22:46:26 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 22:46:26 -0700 (PDT) From: Message-Id: <200105150546.f4F5kQU87295@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, archie@FreeBSD.org Subject: Re: ports/27285: SKIP doesn't work on 4.x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SKIP doesn't work on 4.x Responsible-Changed-From-To: freebsd-ports->archie Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 22:45:10 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27285 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 23: 4:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC13A37B422; Mon, 14 May 2001 23:04:38 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F64cc88730; Mon, 14 May 2001 23:04:38 -0700 (PDT) (envelope-from dinoex) Date: Mon, 14 May 2001 23:04:38 -0700 (PDT) From: Message-Id: <200105150604.f4F64cc88730@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/26033: Re: FreeBSD gnupg-idea PR ports/28538 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: FreeBSD gnupg-idea PR ports/28538 Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Mon May 14 23:03:43 PDT 2001 Responsible-Changed-Why: Over to maintainer, I Take care of it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26033 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 23: 6:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6840137B424; Mon, 14 May 2001 23:06:54 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F66sG91492; Mon, 14 May 2001 23:06:54 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 23:06:54 -0700 (PDT) From: Message-Id: <200105150606.f4F66sG91492@freefall.freebsd.org> To: kkonstan@daemon.gr, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26775: New port: print/type1inst: Generates font.scale and Fontmap entries for Type 1 fonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: print/type1inst: Generates font.scale and Fontmap entries for Type 1 fonts State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Mon May 14 23:05:26 PDT 2001 State-Changed-Why: Requested by the originator. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26775 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 23:28:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15FCE37B423; Mon, 14 May 2001 23:28:46 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F6SjL93367; Mon, 14 May 2001 23:28:45 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 23:28:45 -0700 (PDT) From: Message-Id: <200105150628.f4F6SjL93367@freefall.freebsd.org> To: perky@python.or.kr, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26064: Update port: www/mod_python Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: www/mod_python State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Mon May 14 23:26:11 PDT 2001 State-Changed-Why: Superseded by 27214. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26064 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 23:32:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CC0237B422; Mon, 14 May 2001 23:32:45 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F6Wjc93914; Mon, 14 May 2001 23:32:45 -0700 (PDT) (envelope-from okazaki) Date: Mon, 14 May 2001 23:32:45 -0700 (PDT) From: Message-Id: <200105150632.f4F6Wjc93914@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, kevlo@FreeBSD.org Subject: Re: ports/27266: Port textproc/xerces should be named xerces-j Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port textproc/xerces should be named xerces-j Responsible-Changed-From-To: freebsd-ports->kevlo Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 14 23:31:55 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27266 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 23:33: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FBD137B423; Mon, 14 May 2001 23:33:05 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F6X4b93949; Mon, 14 May 2001 23:33:04 -0700 (PDT) (envelope-from dinoex) Date: Mon, 14 May 2001 23:33:04 -0700 (PDT) From: Message-Id: <200105150633.f4F6X4b93949@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/26248: Netatalk port should be updated to 1.5pre5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Netatalk port should be updated to 1.5pre5 Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Mon May 14 23:31:13 PDT 2001 Responsible-Changed-Why: netatalk-1.5pre6 released, new port/patches are done, commit will follow http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26248 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 14 23:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8375C37B423 for ; Mon, 14 May 2001 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F6o2195707; Mon, 14 May 2001 23:50:02 -0700 (PDT) (envelope-from gnats) Received: from bovine.info.nara-k.ac.jp (bovine.info.nara-k.ac.jp [202.24.246.100]) by hub.freebsd.org (Postfix) with ESMTP id 9C93E37B422 for ; Mon, 14 May 2001 23:43:52 -0700 (PDT) (envelope-from mutoh@bovine.info.nara-k.ac.jp) Received: (from mutoh@localhost) by bovine.info.nara-k.ac.jp (8.11.3/8.9.3) id f4F6gTl24079; Tue, 15 May 2001 15:42:29 +0900 (JST) (envelope-from mutoh) Message-Id: <200105150642.f4F6gTl24079@bovine.info.nara-k.ac.jp> Date: Tue, 15 May 2001 15:42:29 +0900 (JST) From: mutoh@info.nara-k.ac.jp Reply-To: mutoh@info.nara-k.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27329: New ports: mbone/relate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27329 >Category: ports >Synopsis: New ports: mbone/relate >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 May 14 23:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Takeshi MUTOH >Release: FreeBSD 4.3-STABLE i386 >Organization: Nara National College of Technology >Environment: System: FreeBSD bovine 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Apr 24 15:42:18 JST 2001 root@bovine:/new/usr/obj/new/usr/src/sys/HOGE i386 >Description: Relate is the integrated interface among audio, video, and workspaces using Multicast. This port require: rat30 ports/21356 (rat ver3.0) vic ports/27239 (vic update) >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: # # relate # relate/files # relate/files/patch-relate.tcl # relate/files/patch-Makefile # relate/files/patch-main.c # relate/distinfo # relate/Makefile # relate/pkg-comment # relate/pkg-descr # relate/pkg-plist # echo c - relate mkdir -p relate > /dev/null 2>&1 echo c - relate/files mkdir -p relate/files > /dev/null 2>&1 echo x - relate/files/patch-relate.tcl sed 's/^X//' >relate/files/patch-relate.tcl << 'END-of-relate/files/patch-relate.tcl' X--- relate.tcl.org Tue May 15 14:45:03 2001 X+++ relate.tcl Tue May 15 14:46:10 2001 X@@ -550,7 +550,7 @@ X frame .r.b.rat -container true X pack .r.b.rat -side left X set ratwin [winfo id .r.b.rat] X- set commandline "exec rat -lbl_channel $channel -smallui -use $ratwin [set "audio.arguments"]" X+ set commandline "exec rat30 -lbl_channel $channel -smallui -use $ratwin [set "audio.arguments"]" X catch {set ratproc [eval $commandline &] } X X pack .r.b.rat -side left END-of-relate/files/patch-relate.tcl echo x - relate/files/patch-Makefile sed 's/^X//' >relate/files/patch-Makefile << 'END-of-relate/files/patch-Makefile' X--- Makefile.orig Mon May 7 11:59:32 2001 X+++ Makefile Mon May 7 12:02:13 2001 X@@ -0,0 +1,38 @@ X+YFLAGS = -dv X+CFLAGS = -g $(LIBFLAGS) $(IFLAGS) -DNDEBUG -DRELATE_INT X+LIBDIR = /usr/local/lib X+INCDIR = /usr/local/include X+ X+# for FreeBSD X+CC = cc X+LIBFLAGS = -L$(LIBDIR) -L/usr/X11R6/lib X+IFLAGS = -I$(INCDIR)/tk8.2 -I$(INCDIR)/tcl8.2 -I/usr/X11R6/include X+LIBS = -ltk82 -ltcl82 -lm -lX11 X+ X+TCL_FILES = \ X+ ui_audiotool.tcl \ X+ relate.tcl X+ X+# The Make rules. X+INC = util.h mbus.h mbus_ui.h config.h net_udp.h X+SRC = tcllibs.c main.c mbus.c mbus_ui.c util.c lbl_confbus.c tcltk.c net_udp.c X+OBJ = tcllibs.o main.o mbus.o mbus_ui.o util.o lbl_confbus.o tcltk.o net_udp.o X+ X+all : relate X+ X+relate : $(OBJ) $(INC) X+ $(CC) $(CFLAGS) $(OBJ) $(LIBS) -o relate X+ X+clean : X+ rm -f *.o tcl2c relate core X+ X+tcl2c : tcl2c.o X+ $(CC) $(CFLAGS) tcl2c.o $(LIBS) -o tcl2c X+ X+# Tcl library files are turned into a single object file. X+tcllibs.o: $(TCL_FILES) tcl2c X+ rm -f $@ tcllibs.c; \ X+ ./tcl2c 1 $(TCL_FILES) > tcllibs.c ; \ X+ $(CC) -c $(CFLAGS) tcllibs.c ; rm -f tcllibs.c X+install: all X+ install -c -s -m 755 -o bin -g bin relate ${PREFIX}/bin END-of-relate/files/patch-Makefile echo x - relate/files/patch-main.c sed 's/^X//' >relate/files/patch-main.c << 'END-of-relate/files/patch-main.c' X--- main.c.orig Wed Mar 1 21:56:27 2000 X+++ main.c Tue May 15 14:44:34 2001 X@@ -20,7 +20,7 @@ X X #include X #include X-#include X+#include X #include X #include X #include X@@ -145,7 +145,7 @@ X char buffer[128]; X FILE *file; X int v1, v2, v3; X- if ( ( file=popen( "rat -version", "rt") )!=NULL ) { X+ if ( ( file=popen( "rat30 -version", "rt") )!=NULL ) { X fgets(buffer, sizeof(buffer), file); X pclose(file); X /* get version */ END-of-relate/files/patch-main.c echo x - relate/distinfo sed 's/^X//' >relate/distinfo << 'END-of-relate/distinfo' XMD5 (relate-2.1.tar.gz) = 97a3963e2bd54435c36b7e0a9361a2b1 END-of-relate/distinfo echo x - relate/Makefile sed 's/^X//' >relate/Makefile << 'END-of-relate/Makefile' X# New ports collection makefile for: relate X# Date created: 02 May 2001 X# Whom: Takeshi MUTOH X# X# $FreeBSD:$ X# X XPORTNAME= relate XPORTVERSION= 2.1 XCATEGORIES= mbone XMASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/relate-ui/${PORTVERSION}/ X XMAINTAINER= mutoh@info.nara-k.ac.jp X XLIB_DEPENDS= tk82:${PORTSDIR}/x11-toolkits/tk82 XRUN_DEPENDS= rat30:${PORTSDIR}/mbone/rat30 \ X wbd:${PORTSDIR}/mbone/wbd \ X nte:${PORTSDIR}/mbone/nte \ X vic:${PORTSDIR}/mbone/vic X XWRKSRC= ${WRKDIR}/relate X X.include END-of-relate/Makefile echo x - relate/pkg-comment sed 's/^X//' >relate/pkg-comment << 'END-of-relate/pkg-comment' XMbone integrated interface, audio, video, editor, and whiteboard END-of-relate/pkg-comment echo x - relate/pkg-descr sed 's/^X//' >relate/pkg-descr << 'END-of-relate/pkg-descr' XRelate: Remote Language Teaching. X XThe integrated interface, which brings together the audio, video and X shared workspace tools, has been designed to be as simple and easy X to use as possible. XParticular emphasis has been given to reducing screen clutter and X to minimising the number of things that need to be done X to use the different parts of the software. X There is minimal need to manipulate, move or uncover windows, X and all necessary tools and controls are readily to hand. XAlthough basic keyboard and mouse skills are required, X little else is needed for students and teachers to use the software. X XWWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/relate-ui/ END-of-relate/pkg-descr echo x - relate/pkg-plist sed 's/^X//' >relate/pkg-plist << 'END-of-relate/pkg-plist' Xbin/relate END-of-relate/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 May 15 0:21: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from johnson.mail.mindspring.net (johnson.mail.mindspring.net [207.69.200.177]) by hub.freebsd.org (Postfix) with ESMTP id EB01F37B424 for ; Tue, 15 May 2001 00:21:02 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (pool0356.cvx21-bradley.dialup.earthlink.net [209.179.193.101]) by johnson.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA27917; Tue, 15 May 2001 03:20:35 -0400 (EDT) Message-ID: <3B00D8D4.CBF6050F@mindspring.com> Date: Tue, 15 May 2001 00:20:52 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: dannyman Cc: Kris Kennaway , Neil Blakey-Milner , Brad Knowles , freebsd-ports@FreeBSD.ORG, Terry Lambert , Joseph Mallett Subject: Re: How to tell ports to work on FreeBSD 3.x References: <20010509140838.C17000@dell.dannyland.org> <200105100026.RAA04754@usr06.primenet.com> <20010509180154.E17000@dell.dannyland.org> <20010510143702.A84503@rapier.smartspace.co.za> <20010513140646.B63072@xor.obsecurity.org> <20010513182210.G58926@dell.dannyland.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org dannyman wrote: > Bear in mind that many uptight people frown on this behaviour, > and that your ancient Operating System is soooo 2000, so if > you find that the ports system has gone and destroyed your > machine, it is because you've not heeded our warnings and > pretended you knew what you were doing. We TOLD you to just > run your box through a major OS upgrade! I guess this was backhanded to me? I'm not that uptight... 8-). The big problem is that the /usr/share/mk files and the /usr/ports/Mk files often need to match each other fairly closely, since the ports targets frequently use targets in included bsd.*.mk files to do their dirty work. There are also rather large issues with things like the C++ compiler requirements for KDE, etc.. Unfortunately, you can't just upgrade the compiler with a port, even though one exists, because building requires use of DESTDIR, and that breaks threaded exception handling and RTTI in a ports-installed newer version of the compiler, because the -I in CXXFLAGS gets forced back to the system defaults in bsd.prog.mk and bsd.lib.mk. There are also "ports" that are actually binaries, such as the Netscape ports, which depend on specific versions of libraries to be able to do their thing -- libraries which don't exist. Further, there's a lot of _crud_ in the base system these days, which brings in a bunch of things, like RSA in libcrypto, libssl, etc., which weren't formerly there; any ports that link with these libraries are going to assume that they are there, if the ports are for a newer system; this class of assumption alone will break around 20% of all the ports. And that's ignoring the include file changes, the cred structure (xucred/kcred) stuff, and all similar things. I can't say that I'm personally happy at all about the dropping of pre-4.x support for ports; on the other hand, I understand it because of issues like those above, and even worse ones that I didn't bother to mention. So there are a lot of dragons lurking in there, and trying to pretend it's a non-problem is really hard. If you were to build all of them, and just mark the ones that didn't work as being broken, that would be a heck of a lot better "support" for 3.x. Realize that you will probably need to clean out /usr/local on the machine you use for this, and be prepared to xfer about 400M during the whole process (into /ports/distfiles); incrementally, you'll have to reclean /usr/local, so that you don't get any dependencies satisfied by side effect. When Satoshi builds the packages, he uses a cluster of 8 machines, and cleans out /usr/local after each build to ensure against accidental success. It really is a lot of work to support ports for old 3.x systems properly... -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 0:27: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dell.dannyland.org (dell.dannyland.org [64.81.36.13]) by hub.freebsd.org (Postfix) with ESMTP id A1EEE37B424 for ; Tue, 15 May 2001 00:27:04 -0700 (PDT) (envelope-from dannyman@toldme.com) Received: by dell.dannyland.org (Postfix, from userid 1001) id 208525BFE; Tue, 15 May 2001 00:26:27 -0700 (PDT) Date: Tue, 15 May 2001 00:26:26 -0700 From: dannyman To: Terry Lambert Cc: Kris Kennaway , Neil Blakey-Milner , Brad Knowles , freebsd-ports@FreeBSD.ORG, Terry Lambert , Joseph Mallett Subject: Re: How to tell ports to work on FreeBSD 3.x Message-ID: <20010515002626.H58926@dell.dannyland.org> References: <20010509140838.C17000@dell.dannyland.org> <200105100026.RAA04754@usr06.primenet.com> <20010509180154.E17000@dell.dannyland.org> <20010510143702.A84503@rapier.smartspace.co.za> <20010513140646.B63072@xor.obsecurity.org> <20010513182210.G58926@dell.dannyland.org> <3B00D8D4.CBF6050F@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3B00D8D4.CBF6050F@mindspring.com>; from tlambert2@mindspring.com on Tue, May 15, 2001 at 12:20:52AM -0700 X-Loop: djhoward@uiuc.edu X-URL: http://www.dannyland.org/~dannyman/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 15, 2001 at 12:20:52AM -0700, Terry Lambert wrote: [...] > If you were to build all of them, and just mark the ones > that didn't work as being broken, that would be a heck of > a lot better "support" for 3.x. > > Realize that you will probably need to clean out /usr/local > on the machine you use for this, and be prepared to xfer > about 400M during the whole process (into /ports/distfiles); > incrementally, you'll have to reclean /usr/local, so that > you don't get any dependencies satisfied by side effect. > When Satoshi builds the packages, he uses a cluster of 8 > machines, and cleans out /usr/local after each build to > ensure against accidental success. > > It really is a lot of work to support ports for old 3.x > systems properly... Hrmmm. What's this about marking things broken? For my purposes, it is enough to sucker ports in to re-compiling, say, Postfix on occasion. Now if there were some kinky way I could get ports working for 3.5-RELEASE or something for the user community, by sparing up a cluster of machines, a wacky home-made script or two, and some company bandwidth, that might be just the jolt of insanity I need to punctuate the Perl scripts I have to write. :) (Augh, should not read e-mail late at night or I will volunteer for silly duty.) -danny -- http://dannyman.toldme.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 2:59:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rapier.smartspace.co.za (rapier.smartspace.co.za [66.8.25.34]) by hub.freebsd.org (Postfix) with SMTP id BF73837B43C for ; Tue, 15 May 2001 02:59:39 -0700 (PDT) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 16012 invoked by uid 1001); 15 May 2001 09:59:35 -0000 Date: Tue, 15 May 2001 11:59:35 +0200 From: Neil Blakey-Milner To: Terry Lambert Cc: dannyman , Kris Kennaway , freebsd-ports@FreeBSD.ORG Subject: Re: How to tell ports to work on FreeBSD 3.x Message-ID: <20010515115935.A15677@rapier.smartspace.co.za> References: <20010509140838.C17000@dell.dannyland.org> <200105100026.RAA04754@usr06.primenet.com> <20010509180154.E17000@dell.dannyland.org> <20010510143702.A84503@rapier.smartspace.co.za> <20010513140646.B63072@xor.obsecurity.org> <20010513182210.G58926@dell.dannyland.org> <3B00D8D4.CBF6050F@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B00D8D4.CBF6050F@mindspring.com>; from tlambert2@mindspring.com on Tue, May 15, 2001 at 12:20:52AM -0700 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue 2001-05-15 (00:20), Terry Lambert wrote: > The big problem is that the /usr/share/mk files and the > /usr/ports/Mk files often need to match each other fairly > closely, since the ports targets frequently use targets > in included bsd.*.mk files to do their dirty work. I don't believe that's the case anymore. Again, I have almost perfectly functional 3.3-RELEASE machines using ports, simply by changing /var/db/port.mkversion. I don't get origin support in the pkg tools, but that's the only difference I see. Theoretically the mtree files may be an issue, but again, I haven't noticed. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 3: 3:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gw-metalex.mtc.sibinet.ru (mtc.sibinet.ru [213.24.217.66]) by hub.freebsd.org (Postfix) with ESMTP id CDB2937B42C for ; Tue, 15 May 2001 03:03:17 -0700 (PDT) (envelope-from john@mtcnet.ru) Received: from john (evgeniy [192.168.77.144]) by gw-metalex.mtc.sibinet.ru (8.11.2/8.11.2) with SMTP id f4FA11C18934 for ; Tue, 15 May 2001 18:01:02 +0800 (KRAST) Message-ID: <001301bd7ff1$70cd71c0$904da8c0@mtcnet.ru> From: "john" To: Subject: pptpd-1.0.1.tar.gz Date: Fri, 15 May 1998 18:05:55 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The Checksum for pptpd-1.0.1.tar.gz does not coincide On http://www.freebsd.org/cgi/pds.cgi?ports/net/poptop Sources for ports/net/poptop http://poptop.lineo.com/releases/pptpd-1.0.1.tar.gz MD5 Checksum for ports/net/poptop MD5 (pptpd-1.0.1.tar.gz) = 67fbb621e1de325012feeb105846fe7d And is real 67fbb621e1de325012feeb105846fe7d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 3: 9:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 783A037B422 for ; Tue, 15 May 2001 03:09:37 -0700 (PDT) (envelope-from roam@ringworld.nanolink.com) Received: (qmail 15006 invoked by uid 1000); 15 May 2001 10:08:58 -0000 Date: Tue, 15 May 2001 13:08:58 +0300 From: Peter Pentchev To: john Cc: ports@FreeBSD.org Subject: Re: pptpd-1.0.1.tar.gz Message-ID: <20010515130858.C11592@ringworld.oblivion.bg> Mail-Followup-To: john , ports@FreeBSD.org References: <001301bd7ff1$70cd71c0$904da8c0@mtcnet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001301bd7ff1$70cd71c0$904da8c0@mtcnet.ru>; from john@mtcnet.ru on Fri, May 15, 1998 at 06:05:55PM +0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 15, 1998 at 06:05:55PM +0700, john wrote: > The Checksum for pptpd-1.0.1.tar.gz does not coincide > > On http://www.freebsd.org/cgi/pds.cgi?ports/net/poptop > Sources for ports/net/poptop > http://poptop.lineo.com/releases/pptpd-1.0.1.tar.gz > MD5 Checksum for ports/net/poptop > MD5 (pptpd-1.0.1.tar.gz) = 67fbb621e1de325012feeb105846fe7d > > And is real 67fbb621e1de325012feeb105846fe7d Looks just fine for me: [root@ringworld:p0 /usr/ports/net/poptop]# make fetch >> pptpd-1.0.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://poptop.lineo.com/releases/. Receiving pptpd-1.0.1.tar.gz (111179 bytes): 100% 111179 bytes transferred in 17.8 seconds (6.11 kBps) [root@ringworld:p0 /usr/ports/net/poptop]# make checksum >> Checksum OK for pptpd-1.0.1.tar.gz. [root@ringworld:p0 /usr/ports/net/poptop]# cat distinfo MD5 (pptpd-1.0.1.tar.gz) = 67fbb621e1de325012feeb105846fe7d [root@ringworld:p0 /usr/ports/net/poptop]# G'luck, Peter -- I am jealous of the first word in this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 3:26:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from packards-home.smart.net (packards-home.smart.net [207.176.88.86]) by hub.freebsd.org (Postfix) with ESMTP id 9BC7437B423; Tue, 15 May 2001 03:26:53 -0700 (PDT) (envelope-from packard@smart.net) Received: from smart.net (localhost [127.0.0.1]) by packards-home.smart.net (8.11.1/8.11.1) with ESMTP id f4C2RJR01651; Fri, 11 May 2001 22:27:21 -0400 (EDT) (envelope-from packard@smart.net) Message-ID: <3AFC9F87.51DC1D8B@smart.net> Date: Fri, 11 May 2001 22:27:19 -0400 From: Mike Packard X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: jseger@FreeBSD.org Cc: ports@FreeBSD.org, Mike Packard Subject: FreeBSD Port: gcl-2.3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Mr. Seger, I have a question on gcl-2.3. On the ports page, you are listed as the maintainer for it. I have downloaded the source code for gcl and am trying to compile it as well as macsyma. The make fails with the line Building symbol table for ../unixport/raw_gcl .. Bad magic ../unixport/raw_gcl Error: The rsym command ../unixport/rsym ../unixport/raw_gcl rsym1561 failed . Fast links are on: do (si::use-fast-links nil) for debugging Error signalled by PROGN. Broken at SYSTEM:BUILD-SYMBOL-TABLE. Type :H for Help. I have looked through the patches and do not see something that could help me with this problem. Do you understand what the error message is and how to correct for it? Any help would be appreciated. Thanks in advance. Mike Packard mike@packards-home.smart.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 4:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 645F837B42C for ; Tue, 15 May 2001 04:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FBU2e41142; Tue, 15 May 2001 04:30:02 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id AC57537B423 for ; Tue, 15 May 2001 04:27:27 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4FBPjY01955; Tue, 15 May 2001 13:25:45 +0200 (CEST) (envelope-from ernst) Message-Id: <200105151125.f4FBPjY01955@heinz.jollem.com> Date: Tue, 15 May 2001 13:25:45 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27331: GhostScript6 needs pdf_sec.ps which cannot be found Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27331 >Category: ports >Synopsis: GhostScript6 needs pdf_sec.ps which cannot be found >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 May 15 04:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: When installing the ghostscript6 port, it cannot seem to be able to find pdf_sec.ps. >How-To-Repeat: >Fix: I found the file at: * http://members.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps And I've created a few mirrors: * http://www.pensioenconsult.com/pdf_sec.ps * http://www.znerd.demon.nl/pdf_sec.ps * http://jollem.com/~ernst/pdf_sec.ps >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 May 15 5:44:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id D9D3E37B423 for ; Tue, 15 May 2001 05:44:05 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 3E06117D32; Tue, 15 May 2001 07:38:05 -0500 (EST) Date: Tue, 15 May 2001 07:38:05 -0500 From: Will Andrews To: Terry Lambert Cc: FreeBSD Ports Subject: Re: How to tell ports to work on FreeBSD 3.x Message-ID: <20010515073805.G11113@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Terry Lambert , FreeBSD Ports References: <20010509140838.C17000@dell.dannyland.org> <200105100026.RAA04754@usr06.primenet.com> <20010509180154.E17000@dell.dannyland.org> <20010510143702.A84503@rapier.smartspace.co.za> <20010513140646.B63072@xor.obsecurity.org> <20010513182210.G58926@dell.dannyland.org> <3B00D8D4.CBF6050F@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3B00D8D4.CBF6050F@mindspring.com>; from tlambert2@mindspring.com on Tue, May 15, 2001 at 12:20:52AM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ cc's trimmed ] On Tue, May 15, 2001 at 12:20:52AM -0700, Terry Lambert wrote: > The big problem is that the /usr/share/mk files and the > /usr/ports/Mk files often need to match each other fairly > closely, since the ports targets frequently use targets > in included bsd.*.mk files to do their dirty work. Umm... nope. They don't correlate all that much (and in fact I daresay they RARELY correlate). :) > There are also rather large issues with things like the > C++ compiler requirements for KDE, etc.. Unfortunately, > you can't just upgrade the compiler with a port, even > though one exists, because building requires use of DESTDIR, > and that breaks threaded exception handling and RTTI in a > ports-installed newer version of the compiler, because the > -I in CXXFLAGS gets forced back to the system defaults in > bsd.prog.mk and bsd.lib.mk. That is an actual issue, although it's more about supporting compilers in the base system that's hard enough of a job. > Further, there's a lot of _crud_ in the base system these > days, which brings in a bunch of things, like RSA in > libcrypto, libssl, etc., which weren't formerly there; > any ports that link with these libraries are going to > assume that they are there, if the ports are for a newer > system; this class of assumption alone will break around > 20% of all the ports. Er, yah... why upgrade the openssl & openssh ports if they don't help the majority.. that's the mentality here. And it makes sense too. > If you were to build all of them, and just mark the ones > that didn't work as being broken, that would be a heck of > a lot better "support" for 3.x. Heh. > Realize that you will probably need to clean out /usr/local > on the machine you use for this, and be prepared to xfer > about 400M during the whole process (into /ports/distfiles); > incrementally, you'll have to reclean /usr/local, so that > you don't get any dependencies satisfied by side effect. > When Satoshi builds the packages, he uses a cluster of 8 > machines, and cleans out /usr/local after each build to > ensure against accidental success. Umm... 400M? What kind of crack are you smoking? Try a number a bit closer to 4GB. The ports collection has grown a lot since you paid attention to it, Terry (particularly considering the last time its aggregate distfiles totaled 400M was long before I knew what FreeBSD was). :-) Also, Asami-san's cluster doesn't quite operate in the manner you mentioned. It uses chroot's and packages that were built in chroot's. And a pure, clean binary distribution of the appropriate version of FreeBSD, grabbed off a snapshot server. > It really is a lot of work to support ports for old 3.x > systems properly... Yup. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 6:22:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0871437B43E for ; Tue, 15 May 2001 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FDK1g57191; Tue, 15 May 2001 06:20:01 -0700 (PDT) (envelope-from gnats) Received: from leth.darktech.org (c213.89.65.191.cm-upc.chello.se [213.89.65.191]) by hub.freebsd.org (Postfix) with ESMTP id CC52D37B42C for ; Tue, 15 May 2001 06:10:20 -0700 (PDT) (envelope-from leth@leth.darktech.org) Received: (from root@localhost) by leth.darktech.org (8.11.1/8.11.1) id f4FDAKA28265; Tue, 15 May 2001 15:10:20 +0200 (CEST) (envelope-from leth) Message-Id: <200105151310.f4FDAKA28265@leth.darktech.org> Date: Tue, 15 May 2001 15:10:20 +0200 (CEST) From: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27332: New port: swedish/staroffice52 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27332 >Category: ports >Synopsis: New port: swedish/staroffice52 >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 May 15 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: >Organization: >Environment: >Description: Swedish translation of StarOffice 5.2 port and a new swedish port category. >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: # # staroffice52 # staroffice52/files # staroffice52/files/setup.ins.patch # staroffice52/files/setup.patch # staroffice52/files/soffice.patch # staroffice52/pkg-comment # staroffice52/pkg-descr # staroffice52/Makefile # staroffice52/pkg-plist # staroffice52/pkg-message # staroffice52/distinfo # echo c - staroffice52 mkdir -p staroffice52 > /dev/null 2>&1 echo c - staroffice52/files mkdir -p staroffice52/files > /dev/null 2>&1 echo x - staroffice52/files/setup.ins.patch sed 's/^X//' >staroffice52/files/setup.ins.patch << 'END-of-staroffice52/files/setup.ins.patch' X--- setup.ins Tue Aug 22 23:31:42 2000 X+++ setup.ins Tue Aug 22 23:33:35 2000 X@@ -1,5 +1,5 @@ X Installation gid_Installation X- DefaultDestPath = "office52"; X+ DefaultDestPath = "/usr/local/office52"; X ScriptVersion = 100; X Bitmap = "so52.bmp"; X DefaultLanguage = "01"; END-of-staroffice52/files/setup.ins.patch echo x - staroffice52/files/setup.patch sed 's/^X//' >staroffice52/files/setup.patch << 'END-of-staroffice52/files/setup.patch' X--- setup.orig Mon May 8 08:20:00 2000 X+++ setup.new Fri Aug 25 15:16:12 2000 X@@ -1,7 +1,10 @@ X-#!/bin/sh X+#!/compat/linux/bin/sh X # X # StarOffice patch checking script X # (c) 2000, Sun Microsystems Inc. X+ X+# fix coredump on remote DISPLAY (IRIX) X+export SAL_IGNOREXERRORS=1 X X # resolve installation directory X sd_platform=`uname -s` END-of-staroffice52/files/setup.patch echo x - staroffice52/files/soffice.patch sed 's/^X//' >staroffice52/files/soffice.patch << 'END-of-staroffice52/files/soffice.patch' X--- soffice Mon May 8 08:20:00 2000 X+++ soffice.new Fri Aug 25 15:19:40 2000 X@@ -1,7 +1,10 @@ X-#!/bin/sh X+#!/compat/linux/bin/sh X # X # StarOffice startup script X # (c) 1999 Sun Microsystems, Inc. X+ X+# fix coredump on remote DISPLAY (IRIX) X+export SAL_IGNOREXERRORS=1 X X # X # STAR_PROFILE_LOCKING_DISABLED=1 END-of-staroffice52/files/soffice.patch echo x - staroffice52/pkg-comment sed 's/^X//' >staroffice52/pkg-comment << 'END-of-staroffice52/pkg-comment' XIntegrerad ordbehandlare/databas/kalkyl/teckning/kartläggning/bläddrare END-of-staroffice52/pkg-comment echo x - staroffice52/pkg-descr sed 's/^X//' >staroffice52/pkg-descr << 'END-of-staroffice52/pkg-descr' XStarOffice 5.2 är ett office paket som innehåller ordbehandlare kalkyl, grafik Xoch presentation, bildbehandling och kartläggning. XStarOffice erbjuder användaren förmågan att kunna läsa och skriva frånMicrosoft XOffice filer. END-of-staroffice52/pkg-descr echo x - staroffice52/Makefile sed 's/^X//' >staroffice52/Makefile << 'END-of-staroffice52/Makefile' X# New ports collection makefile for: StarOffice 5.2 Swedish X# Date created: 12 May 2001 X# Whom: Carl Johan Madestrand X# X# $FreeBSD$ X# X XPORTNAME= staroffice XPORTVERSION= 5.2 XCATEGORIES= editors linux swedish XMASTER_SITES= http://www.codetemple.com/~lord_cj/ XDISTNAME= so-5_2-ga-bin-linux-sv.bin XDISTFILES= soa-5_2-ga-bin-linux-sv.bin so-5_2-ga-bin-linux-sv.bin 109939-02.tar.Z XEXTRACT_ONLY= 109939-02.tar.Z X XMAINTAINER= calle.madestrand@norrgarden.se X XFETCH_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base X XONLY_FOR_ARCHS= i386 XNO_CDROM= 'Måste laddas ner direkt från Sun via www gränssnitt' XIS_INTERACTIVE= yes XNO_BUILD= yes XDIST_SUBDIR= staroffice52 XWRKSRC= ${WRKDIR}/office52 XTMPDIR= ${WRKDIR}/tmp XLD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib XINSTDB.INS= ${PREFIX}/office52/program/instdb.ins XSUNSOLVE= ${WRKDIR}/109939-02 X X.include X Xpre-fetch: X.if ${OSVERSION} < 410000 X @${ECHO} X @${ECHO} OS-VERSION ${OSVERSION} X @${ECHO} X @${ECHO} Staroffice förutsätter att du har en script fix för X @${ECHO} /usr/src/sys/i386/linux/linux_sysvec.c X @${ECHO} \(revision 1.55.2.1 eller högre\) X @${ECHO} X @${ECHO} Var god uppgradera till FreeBSD 4.1 X @${ECHO} X @${FALSE} X.endif X.if defined(WITH_CDROM) X.if !exists(${CD_MOUNTPT}/linux/office52/setup) X @${ECHO} X @${ECHO} Var god montera Sun StarOffice 5.2 CDROM X @${ECHO} på ${CD_MOUNTPT} och kör make igen. X @${ECHO} X @${FALSE} X.endif X.endif X X.if defined(WITH_CDROM) Xdo-extract: do-extract-cdrom Xdo-extract-cdrom: X @${MKDIR} ${WRKSRC} X @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . X.endif X Xdo-extract: X.if !defined(DISPLAY) || ${DISPLAY} == "" X @ ${ECHO} X @ ${ECHO} Kan ej öppna bilden: X @ ${ECHO} Se ifall din DISPLAY variabel är korrekt satt. X @ ${ECHO} X @ ${FALSE} X.else X @${MKDIR} ${WRKSRC} X @${MKDIR} ${TMPDIR} X @${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC} X @${CP} ${_DISTDIR}/soa-5_2-ga-bin-linux-sv.bin ${WRKSRC} X @${CHMOD} 755 ${WRKSRC}/${DISTNAME} X @${CHMOD} 755 ${WRKSRC}/soa-5_2-ga-bin-linux-sv.bin X @cd ${WRKSRC} X @SAL_IGNOREXERRORS=1 ${WRKSRC}/${DISTNAME} -extract ${WRKSRC} X @cd ../../ X @for file in ${EXTRACT_ONLY}; do \ X if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ X ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS}) ; \ X then \ X exit 1; \ X fi \ X done X.endif X Xpost-configure: X @${PERL} -pi.orig -e 's|DefaultDestPath = "office52";|DefaultDestPath = "${PREFIX}/office52";|' ${WRKSRC}/setup.ins X Xdo-install: X.if !defined(DISPLAY) || ${DISPLAY} == "" X @ ${ECHO} X @ ${ECHO} Kan inte öppna bilden: X @ ${ECHO} Se ifall din DISPLAY variabel är korrekt satt. X @ ${ECHO} X @ ${FALSE} X.else X.if exists(${LINUXBASE}/${PREFIX}) X @ ${LN} -fs ${LINUXBASE}/${PREFIX}/office52 ${PREFIX}/office52 X.endif X @${CAT} ${PKGMESSAGE} X @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net' X @if [ -f ${PREFIX}/office52/program/setup ]; then \ X ${ECHO} ; \ X ${ECHO} Ignorera fel meddelandet. StarOffice5.2 har framgångsrikt installerats. ; \ X ${ECHO} ; \ X else \ X ${ECHO} ; \ X ${ECHO} Ett fel hände under installationen av StarOffice 5.2. Skicka ett mail med debug info och ; \ X ${ECHO} lite information om din FreeBSD miljö till mb@imp.ch\(maintainer för engelska StarOffice 5.2 porten\) ; \ X ${ECHO} Tack. ; \ X ${FALSE} ; \ X fi X.if ! defined(WITH_CDROM) X @${ECHO_MSG} "===> Applying sunsolve patches for ${PKGNAME}" X @for file in ${SUNSOLVE}/* ; do \ X ${CP} -Rv $$file ${PREFIX}/office52/ ; \ X done X.endif X.endif X Xpost-install: X @${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch X @${PATCH} -s ${PREFIX}/office52/program/soffice ${FILESDIR}/soffice.patch X @${CP} ${INSTDB.INS} ${INSTDB.INS}.orig X @${SED} -e 's%DefaultDestPath = "/usr/local/office52%DefaultDestPath = "office52%' \ X < ${INSTDB.INS}.orig > ${INSTDB.INS} X Xinstall-user: X @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" ${LINUXBASE}/bin/sh -c \ X ${PREFIX}/office52/program/setup X X.include END-of-staroffice52/Makefile echo x - staroffice52/pkg-plist sed 's/^X//' >staroffice52/pkg-plist << 'END-of-staroffice52/pkg-plist' Xoffice52/program/setup.log Xoffice52/program/instdb.ins.orig Xoffice52/program/filter/libicg569li.so Xoffice52/program/filter/libemp569li.so Xoffice52/program/filter/libeme569li.so Xoffice52/program/filter/libipd569li.so Xoffice52/program/filter/libitg569li.so Xoffice52/program/filter/libeps569li.so Xoffice52/program/filter/libips569li.so Xoffice52/program/filter/libexp569li.so Xoffice52/program/filter/libepb569li.so Xoffice52/program/filter/libepg569li.so Xoffice52/program/filter/libepp569li.so Xoffice52/program/filter/libipb569li.so Xoffice52/program/filter/libera569li.so Xoffice52/program/filter/libira569li.so Xoffice52/program/filter/libegi569li.so Xoffice52/program/filter/libidx569li.so Xoffice52/program/filter/libicd569li.so Xoffice52/program/filter/libept569li.so Xoffice52/program/filter/libipt569li.so Xoffice52/program/filter/libime569li.so Xoffice52/program/filter/libipx569li.so Xoffice52/program/filter/libepn569li.so Xoffice52/program/filter/libiti569li.so Xoffice52/program/filter/libeti569li.so Xoffice52/program/classes/sandbox.jar Xoffice52/program/classes/jurt.jar Xoffice52/program/classes/tkt.jar Xoffice52/program/classes/unoil.jar Xoffice52/program/classes/classes.jar Xoffice52/program/resource/aco56946.res Xoffice52/program/resource/asv56946.res Xoffice52/program/resource/bib56946.res Xoffice52/program/resource/cal56946.res Xoffice52/program/resource/cnt56946.res Xoffice52/program/resource/dbw56946.res Xoffice52/program/resource/dmn56946.res Xoffice52/program/resource/egi56946.res Xoffice52/program/resource/eme56946.res Xoffice52/program/resource/epb56946.res Xoffice52/program/resource/epg56946.res Xoffice52/program/resource/epn56946.res Xoffice52/program/resource/epp56946.res Xoffice52/program/resource/eps56946.res Xoffice52/program/resource/ept56946.res Xoffice52/program/resource/eur56946.res Xoffice52/program/resource/gal56946.res Xoffice52/program/resource/hlp56946.res Xoffice52/program/resource/icd56946.res Xoffice52/program/resource/imp56946.res Xoffice52/program/resource/iso56946.res Xoffice52/program/resource/iwz56946.res Xoffice52/program/resource/jvm56946.res Xoffice52/program/resource/ofa56946.res Xoffice52/program/resource/ofs56946.res Xoffice52/program/resource/oic56946.res Xoffice52/program/resource/rts56946.res Xoffice52/program/resource/san56946.res Xoffice52/program/resource/sba56946.res Xoffice52/program/resource/sc56946.res Xoffice52/program/resource/sch56946.res Xoffice52/program/resource/sd56946.res Xoffice52/program/resource/sdb56946.res Xoffice52/program/resource/set56946.res Xoffice52/program/resource/sfx56946.res Xoffice52/program/resource/sim56946.res Xoffice52/program/resource/sj56946.res Xoffice52/program/resource/sm56946.res Xoffice52/program/resource/spa56946.res Xoffice52/program/resource/ss56946.res Xoffice52/program/resource/svs56946.res Xoffice52/program/resource/svt56946.res Xoffice52/program/resource/svx56946.res Xoffice52/program/resource/sw56946.res Xoffice52/program/resource/tfu56946.res Xoffice52/program/resource/tpl56946.res Xoffice52/program/resource/vcl56946.res Xoffice52/program/resource/wwz56946.res Xoffice52/program/libctl569li.so Xoffice52/program/libimpreg.so Xoffice52/program/libpap569li.so Xoffice52/program/writer.bmp Xoffice52/program/libsd569li.so Xoffice52/program/libsimreg.so Xoffice52/program/libone569li.so Xoffice52/program/libvos1GCC.so Xoffice52/program/kstart Xoffice52/program/libbrdgfctr.so Xoffice52/program/libjen.so Xoffice52/program/libtcv.so Xoffice52/program/libssw569li.so Xoffice52/program/libsmgr.so Xoffice52/program/libstm569li.so Xoffice52/program/libstore1.so Xoffice52/program/libstu569li.so Xoffice52/program/libsmld569li.so Xoffice52/program/libsba569li.so Xoffice52/program/libinsp.so Xoffice52/program/libssl569li.so Xoffice52/program/spadmin.bin Xoffice52/program/register.bmp Xoffice52/program/libsvl569li.so Xoffice52/program/libtfu569li.so Xoffice52/program/libsvx569li.so Xoffice52/program/setup Xoffice52/program/libmig569li.so Xoffice52/program/jvmsetup.bin Xoffice52/program/libstream.so Xoffice52/program/libspa569li.so Xoffice52/program/so52.bmp Xoffice52/program/libconnectr.so Xoffice52/program/libude569li.so Xoffice52/program/libuds569li.so Xoffice52/program/libdmn569li.so Xoffice52/program/soffice.bin Xoffice52/program/spadmin Xoffice52/program/libsw569li.so Xoffice52/program/calc.bmp Xoffice52/program/so5dbt.dll Xoffice52/program/libtkt569li.so Xoffice52/program/libdefreg.so Xoffice52/program/libsmart_uno.so Xoffice52/program/librmcxt1.so Xoffice52/program/libtl569li.so Xoffice52/program/sfax.bin Xoffice52/program/libbib569li.so Xoffice52/program/liblng569li.so Xoffice52/program/libacv569li.so Xoffice52/program/libreg1.so Xoffice52/program/libaps569li.so Xoffice52/program/libcnt569li.so Xoffice52/program/libgo569li.so Xoffice52/program/libjvm569li.so Xoffice52/program/libegcs29_uno.so Xoffice52/program/libofa569li.so Xoffice52/program/libimr569li.so Xoffice52/program/libasv569li.so Xoffice52/program/libcpld.so Xoffice52/program/liblds569li.so Xoffice52/program/libuno569li.so Xoffice52/program/javaldx Xoffice52/program/libsdb569li.so Xoffice52/program/setup.bin Xoffice52/program/libsax569li.so Xoffice52/program/allgemein.bmp Xoffice52/program/base.bmp Xoffice52/program/impress.bmp Xoffice52/program/liboic569li.so Xoffice52/program/libscn569li.so Xoffice52/program/libsex569li.so Xoffice52/program/libuui569li.so Xoffice52/program/swslots.tlb Xoffice52/program/sopatchlevel.sh Xoffice52/program/libsal1.so Xoffice52/program/pluginapp.bin Xoffice52/program/libni569li.so Xoffice52/program/libinvadp.so Xoffice52/program/libics569li.so Xoffice52/program/libpl569li.so Xoffice52/program/schedule.bmp Xoffice52/program/libgal569li.so Xoffice52/program/ofaslots.tlb Xoffice52/program/libjavaloader.so Xoffice52/program/libset569li.so Xoffice52/program/libsot569li.so Xoffice52/program/libj569li_g.so Xoffice52/program/ende.bmp Xoffice52/program/desktop.bmp Xoffice52/program/libacceptor.so Xoffice52/program/libsb569li.so Xoffice52/program/libsvt569li.so Xoffice52/program/libpk569li.so Xoffice52/program/libso569li.so Xoffice52/program/libpilotlink569li.so Xoffice52/program/libaco569li.so Xoffice52/program/libsis569li.so Xoffice52/program/libtdmgr.so Xoffice52/program/libsco569li.so Xoffice52/program/libnamingservice.so Xoffice52/program/libsfx569li.so Xoffice52/program/libzip569li.so Xoffice52/program/libtk569li.so Xoffice52/program/libcppuhelper1GCC.so Xoffice52/program/libcppu1.so Xoffice52/program/libusr569li.so Xoffice52/program/libcorefl.so Xoffice52/program/libadr569li.so Xoffice52/program/jvmsetup Xoffice52/program/libvcl569li.so Xoffice52/program/libinv.so Xoffice52/program/draw.bmp Xoffice52/program/librdbtdp.so Xoffice52/program/soffice Xoffice52/program/libflh569li.so Xoffice52/program/sfxslots.tlb Xoffice52/program/libres569li.so Xoffice52/program/libldh569li.so Xoffice52/program/libremote_uno.so Xoffice52/program/libldt569li.so Xoffice52/program/svxslots.tlb Xoffice52/program/applicat.rdb Xoffice52/program/libiiopbrdg.so Xoffice52/program/libcsp569li.so Xoffice52/program/libsc569li.so Xoffice52/program/scslots.tlb Xoffice52/program/sdgslots.tlb Xoffice52/program/sdslots.tlb Xoffice52/program/libsm569li.so Xoffice52/program/smslots.tlb Xoffice52/program/libsch569li.so Xoffice52/program/schslots.tlb Xoffice52/program/libsim569li.so Xoffice52/program/simslots.tlb Xoffice52/program/libss569li.so Xoffice52/program/libssc569li.so Xoffice52/program/install.ini Xoffice52/program/instdb.ins Xoffice52/program/setup.orig Xoffice52/program/soffice.orig Xoffice52/share/template/swedish/wizard/styles/black_white.vor Xoffice52/share/template/swedish/wizard/styles/blackberry.vor Xoffice52/share/template/swedish/wizard/styles/default.vor Xoffice52/share/template/swedish/wizard/styles/diner.vor Xoffice52/share/template/swedish/wizard/styles/fall.vor Xoffice52/share/template/swedish/wizard/styles/glacier.vor Xoffice52/share/template/swedish/wizard/styles/green_grapes.vor Xoffice52/share/template/swedish/wizard/styles/jeans.vor Xoffice52/share/template/swedish/wizard/styles/marine.vor Xoffice52/share/template/swedish/wizard/styles/millenium.vor Xoffice52/share/template/swedish/wizard/styles/nature.vor Xoffice52/share/template/swedish/wizard/styles/neon.vor Xoffice52/share/template/swedish/wizard/styles/night.vor Xoffice52/share/template/swedish/wizard/styles/nostalgic.vor Xoffice52/share/template/swedish/wizard/styles/pastell.vor Xoffice52/share/template/swedish/wizard/styles/pool.vor Xoffice52/share/template/swedish/wizard/styles/pumpkin.vor Xoffice52/share/template/swedish/wizard/styles/sunstyle.vor Xoffice52/share/template/swedish/wizard/styles/xos.vor Xoffice52/share/template/swedish/wizard/bitmap/brd.bmp Xoffice52/share/template/swedish/wizard/bitmap/cancel_down.bmp Xoffice52/share/template/swedish/wizard/bitmap/cancel_up.bmp Xoffice52/share/template/swedish/wizard/bitmap/cgleft1.bmp Xoffice52/share/template/swedish/wizard/bitmap/cgleft2.bmp Xoffice52/share/template/swedish/wizard/bitmap/choose.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjblock.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjbuend.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjcombo0.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjform01.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjform02.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjform03.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjform04.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjform05.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjform2b.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjform2c.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjgl.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjst1.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjst2.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtable0.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtabula.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtrep01.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtrep02.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtrep04.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtrep05.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtrep06.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtrep07.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtrep08.bmp Xoffice52/share/template/swedish/wizard/bitmap/cjtrep09.bmp Xoffice52/share/template/swedish/wizard/bitmap/db00.bmp Xoffice52/share/template/swedish/wizard/bitmap/db01.bmp Xoffice52/share/template/swedish/wizard/bitmap/db02.bmp Xoffice52/share/template/swedish/wizard/bitmap/db03.bmp Xoffice52/share/template/swedish/wizard/bitmap/db04.bmp Xoffice52/share/template/swedish/wizard/bitmap/db05.bmp Xoffice52/share/template/swedish/wizard/bitmap/db06.bmp Xoffice52/share/template/swedish/wizard/bitmap/dbpg1.bmp Xoffice52/share/template/swedish/wizard/bitmap/dbpg2.bmp Xoffice52/share/template/swedish/wizard/bitmap/dbt01.bmp Xoffice52/share/template/swedish/wizard/bitmap/dbt02.bmp Xoffice52/share/template/swedish/wizard/bitmap/dbt03.bmp Xoffice52/share/template/swedish/wizard/bitmap/dbt04.bmp Xoffice52/share/template/swedish/wizard/bitmap/dbt05.bmp Xoffice52/share/template/swedish/wizard/bitmap/dbt06.bmp Xoffice52/share/template/swedish/wizard/bitmap/end.bmp Xoffice52/share/template/swedish/wizard/bitmap/euro_1.bmp Xoffice52/share/template/swedish/wizard/bitmap/euro_2.bmp Xoffice52/share/template/swedish/wizard/bitmap/euro_3.bmp Xoffice52/share/template/swedish/wizard/bitmap/excelin.bmp Xoffice52/share/template/swedish/wizard/bitmap/excelout.bmp Xoffice52/share/template/swedish/wizard/bitmap/france.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet01.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet02.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet03.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet04.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet04a.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet04b.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet05.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet06.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet06a.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet06b.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet06c.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet07.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet08.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet09.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet10.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet11.bmp Xoffice52/share/template/swedish/wizard/bitmap/inet12.bmp Xoffice52/share/template/swedish/wizard/bitmap/italia.bmp Xoffice52/share/template/swedish/wizard/bitmap/n-d-re_1.bmp Xoffice52/share/template/swedish/wizard/bitmap/n-d-re_2.bmp Xoffice52/share/template/swedish/wizard/bitmap/nedland.bmp Xoffice52/share/template/swedish/wizard/bitmap/okay_down.bmp Xoffice52/share/template/swedish/wizard/bitmap/okay_up.bmp Xoffice52/share/template/swedish/wizard/bitmap/portugal.bmp Xoffice52/share/template/swedish/wizard/bitmap/powerin.bmp Xoffice52/share/template/swedish/wizard/bitmap/powerout.bmp Xoffice52/share/template/swedish/wizard/bitmap/progress.bmp Xoffice52/share/template/swedish/wizard/bitmap/spain.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss01.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss02.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss03.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss031.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss04.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss06.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss07.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss08.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss081.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss09.bmp Xoffice52/share/template/swedish/wizard/bitmap/ss10.bmp Xoffice52/share/template/swedish/wizard/bitmap/summary.bmp Xoffice52/share/template/swedish/wizard/bitmap/sweden.bmp Xoffice52/share/template/swedish/wizard/bitmap/usa.bmp Xoffice52/share/template/swedish/wizard/bitmap/welcome.bmp Xoffice52/share/template/swedish/wizard/bitmap/wordin.bmp Xoffice52/share/template/swedish/wizard/bitmap/wordout.bmp Xoffice52/share/template/swedish/wizard/web/cnt-album.vor Xoffice52/share/template/swedish/wizard/web/cnt-bilingual.vor Xoffice52/share/template/swedish/wizard/web/cnt-chapters.vor Xoffice52/share/template/swedish/wizard/web/cnt-empty.vor Xoffice52/share/template/swedish/wizard/web/cnt-fixonecol.vor Xoffice52/share/template/swedish/wizard/web/cnt-fixtwocol.vor Xoffice52/share/template/swedish/wizard/web/cnt-formcontact.vor Xoffice52/share/template/swedish/wizard/web/cnt-formcustomer.vor Xoffice52/share/template/swedish/wizard/web/cnt-formfix.vor Xoffice52/share/template/swedish/wizard/web/cnt-formvar.vor Xoffice52/share/template/swedish/wizard/web/cnt-list.vor Xoffice52/share/template/swedish/wizard/web/cnt-onepic.vor Xoffice52/share/template/swedish/wizard/web/cnt-standard.vor Xoffice52/share/template/swedish/wizard/web/cnt-twotitles.vor Xoffice52/share/template/swedish/wizard/web/stl-banana.vor Xoffice52/share/template/swedish/wizard/web/stl-blkjeans.vor Xoffice52/share/template/swedish/wizard/web/stl-blue.vor Xoffice52/share/template/swedish/wizard/web/stl-blueblock.vor Xoffice52/share/template/swedish/wizard/web/stl-bluejeans.vor Xoffice52/share/template/swedish/wizard/web/stl-fieryred.vor Xoffice52/share/template/swedish/wizard/web/stl-hightech.vor Xoffice52/share/template/swedish/wizard/web/stl-mint.vor Xoffice52/share/template/swedish/wizard/web/stl-music.vor Xoffice52/share/template/swedish/wizard/web/stl-nostalg.vor Xoffice52/share/template/swedish/wizard/web/stl-orange.vor Xoffice52/share/template/swedish/wizard/web/stl-petrol.vor Xoffice52/share/template/swedish/wizard/web/stl-seventies.vor Xoffice52/share/template/swedish/wizard/web/stl-standard.vor Xoffice52/share/template/swedish/wizard/web/stl-strwbryice.vor Xoffice52/share/template/swedish/wizard/web/stl-sun.vor Xoffice52/share/template/swedish/wizard/web/stl-tracks.vor Xoffice52/share/template/swedish/wizard/web/stl-turquoise.vor Xoffice52/share/template/swedish/wizard/web/stl-wetblue.vor Xoffice52/share/template/swedish/wizard/wizbrf1.vor Xoffice52/share/template/swedish/wizard/wizbrf2.vor Xoffice52/share/template/swedish/wizard/wizbrf3.vor Xoffice52/share/template/swedish/wizard/repblock.vor Xoffice52/share/template/swedish/wizard/repclmn.vor Xoffice52/share/template/swedish/wizard/repleft1.vor Xoffice52/share/template/swedish/wizard/repleft2.vor Xoffice52/share/template/swedish/wizard/repnrml.vor Xoffice52/share/template/swedish/wizard/repoutl1.vor Xoffice52/share/template/swedish/wizard/repoutl2.vor Xoffice52/share/template/swedish/wizard/repstep.vor Xoffice52/share/template/swedish/wizard/rpst01.vor Xoffice52/share/template/swedish/wizard/rpst02.vor Xoffice52/share/template/swedish/wizard/rpst03.vor Xoffice52/share/template/swedish/wizard/rpst04.vor Xoffice52/share/template/swedish/wizard/wizfax1.vor Xoffice52/share/template/swedish/wizard/wizfax2.vor Xoffice52/share/template/swedish/wizard/wizfax3.vor Xoffice52/share/template/swedish/wizard/wizagn1.vor Xoffice52/share/template/swedish/wizard/wizagn2.vor Xoffice52/share/template/swedish/wizard/wizagn3.vor Xoffice52/share/template/swedish/wizard/ss00.vor Xoffice52/share/template/swedish/wizard/wizmem1.vor Xoffice52/share/template/swedish/wizard/wizmem2.vor Xoffice52/share/template/swedish/wizard/wizmem3.vor Xoffice52/share/template/swedish/wizard/db01.vor Xoffice52/share/template/swedish/wizard/db02.vor Xoffice52/share/template/swedish/wizard/db03.vor Xoffice52/share/template/swedish/wizard/db04.vor Xoffice52/share/template/swedish/wizard/db05.vor Xoffice52/share/template/swedish/wizard/db06.vor Xoffice52/share/template/swedish/wizard/dbform.vor Xoffice52/share/template/swedish/wizard/event_a.htm Xoffice52/share/template/swedish/wizard/event_m.htm Xoffice52/share/template/swedish/wizard/event_s.htm Xoffice52/share/template/swedish/wizard/eventca.htm Xoffice52/share/template/swedish/wizard/eventrp.htm Xoffice52/share/template/swedish/wizard/eventrq.htm Xoffice52/share/template/swedish/wizard/task_m.htm Xoffice52/share/template/swedish/wizard/task_s.htm Xoffice52/share/template/swedish/wizard/taskca.htm Xoffice52/share/template/swedish/wizard/taskrp.htm Xoffice52/share/template/swedish/wizard/taskrq.htm Xoffice52/share/template/swedish/internal/html.vor Xoffice52/share/template/swedish/internal/idxexample.sdw Xoffice52/share/template/swedish/internal/prnchaos.vor Xoffice52/share/template/swedish/internal/prnmail.vor Xoffice52/share/template/swedish/internal/rplymail.vor Xoffice52/share/template/swedish/internal/rplytext.vor Xoffice52/share/template/swedish/internal/url_transfer.htm Xoffice52/share/template/swedish/internal/template.vor Xoffice52/share/template/swedish/officorr/faxcont.vor Xoffice52/share/template/swedish/officorr/faxeleg.vor Xoffice52/share/template/swedish/officorr/faxprof.vor Xoffice52/share/template/swedish/officorr/ltrcont.vor Xoffice52/share/template/swedish/officorr/ltreleg.vor Xoffice52/share/template/swedish/officorr/ltrprof.vor Xoffice52/share/template/swedish/officorr/memcont.vor Xoffice52/share/template/swedish/officorr/memeleg.vor Xoffice52/share/template/swedish/officorr/memprof.vor Xoffice52/share/template/swedish/offimisc/deliver.vor Xoffice52/share/template/swedish/offimisc/invoice.vor Xoffice52/share/template/swedish/offimisc/mincont.vor Xoffice52/share/template/swedish/offimisc/mineleg.vor Xoffice52/share/template/swedish/offimisc/minprof.vor Xoffice52/share/template/swedish/offimisc/prsprof.vor Xoffice52/share/template/swedish/offimisc/report.vor Xoffice52/share/template/swedish/personal/currvita.vor Xoffice52/share/template/swedish/personal/envelope.vor Xoffice52/share/template/swedish/personal/faxfrml.vor Xoffice52/share/template/swedish/personal/faxpriv.vor Xoffice52/share/template/swedish/personal/ltrfrml.vor Xoffice52/share/template/swedish/personal/ltrpriv.vor Xoffice52/share/template/swedish/personal/visit.vor Xoffice52/share/template/swedish/misc/book.vor Xoffice52/share/template/swedish/misc/giftcert.vor Xoffice52/share/template/swedish/misc/newslttr.vor Xoffice52/share/template/swedish/misc/calendar.vor Xoffice52/share/template/swedish/misc/schedule.vor Xoffice52/share/template/swedish/misc/cassette.vor Xoffice52/share/template/swedish/misc/cd.vor Xoffice52/share/template/swedish/misc/zip.vor Xoffice52/share/template/swedish/educate/diploma.vor Xoffice52/share/template/swedish/educate/paper.vor Xoffice52/share/template/swedish/educate/timetabl.vor Xoffice52/share/template/swedish/educate/scientfc.vor Xoffice52/share/template/swedish/forms/gnrlsale.vor Xoffice52/share/template/swedish/forms/intrnlnt.vor Xoffice52/share/template/swedish/forms/leporell.vor Xoffice52/share/template/swedish/forms/notes1.vor Xoffice52/share/template/swedish/forms/notes2.vor Xoffice52/share/template/swedish/forms/phonenot.vor Xoffice52/share/template/swedish/forms/receipt.vor Xoffice52/share/template/swedish/finance/budget.vor Xoffice52/share/template/swedish/finance/carfince.vor Xoffice52/share/template/swedish/finance/carmoney.vor Xoffice52/share/template/swedish/finance/depot.vor Xoffice52/share/template/swedish/finance/journal.vor Xoffice52/share/template/swedish/finance/loancalc.vor Xoffice52/share/template/swedish/layout/1999.vor Xoffice52/share/template/swedish/layout/2000.vor Xoffice52/share/template/swedish/layout/2001.vor Xoffice52/share/template/swedish/layout/2002.vor Xoffice52/share/template/swedish/layout/2buttons.vor Xoffice52/share/template/swedish/layout/america.vor Xoffice52/share/template/swedish/layout/blublack.vor Xoffice52/share/template/swedish/layout/blue.vor Xoffice52/share/template/swedish/layout/bluebtns.vor Xoffice52/share/template/swedish/layout/bluegray.vor Xoffice52/share/template/swedish/layout/bluetube.vor Xoffice52/share/template/swedish/layout/blutitle.vor Xoffice52/share/template/swedish/layout/chocolat.vor Xoffice52/share/template/swedish/layout/clouds.vor Xoffice52/share/template/swedish/layout/europe.vor Xoffice52/share/template/swedish/layout/film.vor Xoffice52/share/template/swedish/layout/fotoshow.vor Xoffice52/share/template/swedish/layout/goldstar.vor Xoffice52/share/template/swedish/layout/liteblue.vor Xoffice52/share/template/swedish/layout/marble.vor Xoffice52/share/template/swedish/layout/metal.vor Xoffice52/share/template/swedish/layout/notes.vor Xoffice52/share/template/swedish/layout/orange.vor Xoffice52/share/template/swedish/layout/purple.vor Xoffice52/share/template/swedish/layout/rainbow.vor Xoffice52/share/template/swedish/layout/redwhite.vor Xoffice52/share/template/swedish/layout/star.vor Xoffice52/share/template/swedish/layout/sun.vor Xoffice52/share/template/swedish/layout/sunset.vor Xoffice52/share/template/swedish/layout/suprnova.vor Xoffice52/share/template/swedish/layout/triangle.vor Xoffice52/share/template/swedish/layout/turqgrad.vor Xoffice52/share/template/swedish/layout/turquois.vor Xoffice52/share/template/swedish/layout/undrwatr.vor Xoffice52/share/template/swedish/layout/violet.vor Xoffice52/share/template/swedish/layout/watrdrop.vor Xoffice52/share/template/swedish/layout/whiteblu.vor Xoffice52/share/template/swedish/layout/whiturqs.vor Xoffice52/share/template/swedish/layout/winter.vor Xoffice52/share/template/swedish/layout/world.vor Xoffice52/share/template/swedish/presnt/bad.vor Xoffice52/share/template/swedish/presnt/branche.vor Xoffice52/share/template/swedish/presnt/comrep.vor Xoffice52/share/template/swedish/presnt/concept.vor Xoffice52/share/template/swedish/presnt/finance.vor Xoffice52/share/template/swedish/presnt/ideas.vor Xoffice52/share/template/swedish/presnt/info.vor Xoffice52/share/template/swedish/presnt/market.vor Xoffice52/share/template/swedish/presnt/meeting.vor Xoffice52/share/template/swedish/presnt/newemplo.vor Xoffice52/share/template/swedish/presnt/novelty.vor Xoffice52/share/template/swedish/presnt/pres.vor Xoffice52/share/template/swedish/presnt/project.vor Xoffice52/share/template/swedish/presnt/prorep.vor Xoffice52/share/template/swedish/presnt/sell.vor Xoffice52/share/template/swedish/presnt/standard.vor Xoffice52/share/template/swedish/presnt/strategy.vor Xoffice52/share/template/swedish/presnt/team.vor Xoffice52/share/template/swedish/presnt/tech.vor Xoffice52/share/template/swedish/presnt/training.vor Xoffice52/share/template/swedish/sfx.tlx Xoffice52/share/bookmark/swedish/Turism/cities.url Xoffice52/share/bookmark/swedish/Turism/flyg.url Xoffice52/share/bookmark/swedish/Turism/kartan.url Xoffice52/share/bookmark/swedish/Turism/sj.url Xoffice52/share/bookmark/swedish/Turism/tidtabel.url Xoffice52/share/bookmark/swedish/Turism/valuta.url Xoffice52/share/bookmark/swedish/StarOffice API/objects.url Xoffice52/share/bookmark/swedish/StarOffice API/overview.url Xoffice52/share/bookmark/swedish/StarOffice API/specs.url Xoffice52/share/bookmark/swedish/Fritid/biljett.url Xoffice52/share/bookmark/swedish/Fritid/hemnet.url Xoffice52/share/bookmark/swedish/Fritid/imdb.url Xoffice52/share/bookmark/swedish/Fritid/kokboken.url Xoffice52/share/bookmark/swedish/Fritid/kultur.url Xoffice52/share/bookmark/swedish/Fritid/museer.url Xoffice52/share/bookmark/swedish/Fritid/passagen.url Xoffice52/share/bookmark/swedish/Fritid/skratt.url Xoffice52/share/bookmark/swedish/Fritid/torget.url Xoffice52/share/bookmark/swedish/Info/borse.url Xoffice52/share/bookmark/swedish/Info/cnn-se.url Xoffice52/share/bookmark/swedish/Info/epostkat.url Xoffice52/share/bookmark/swedish/Info/posten.url Xoffice52/share/bookmark/swedish/Info/telefon.url Xoffice52/share/bookmark/swedish/Info/vader.url Xoffice52/share/bookmark/swedish/Info/valuta.url Xoffice52/share/bookmark/swedish/Java/boutique.url Xoffice52/share/bookmark/swedish/Java/jars.url Xoffice52/share/bookmark/swedish/Java/javasoft.url Xoffice52/share/bookmark/swedish/Java/jconsole.url Xoffice52/share/bookmark/swedish/Java/jsystem.url Xoffice52/share/bookmark/swedish/Java/jsetup.url Xoffice52/share/bookmark/swedish/Internet/clipart.url Xoffice52/share/bookmark/swedish/Internet/soksida.url Xoffice52/share/bookmark/swedish/Internet/texture.url Xoffice52/share/bookmark/swedish/Internet/smiley.url Xoffice52/share/bookmark/swedish/nsbook.url Xoffice52/share/bookmark/swedish/staroffi.url Xoffice52/share/bookmark/swedish/sun.url Xoffice52/share/database/swedish/lang_address.sdb Xoffice52/share/config/webcast/show.asp Xoffice52/share/config/webcast/poll.pl Xoffice52/share/config/webcast/webcast.pl Xoffice52/share/config/webcast/common.pl Xoffice52/share/config/webcast/poll.asp Xoffice52/share/config/webcast/editpic.asp Xoffice52/share/config/webcast/savepic.asp Xoffice52/share/config/webcast/edit.asp Xoffice52/share/config/webcast/savepic.pl Xoffice52/share/config/webcast/edit.pl Xoffice52/share/config/webcast/webcast.asp Xoffice52/share/config/webcast/index.pl Xoffice52/share/config/webcast/show.pl Xoffice52/share/config/webcast/editpic.pl Xoffice52/share/config/webcast/common.inc Xoffice52/share/config/help/desktop.46 Xoffice52/share/config/help/smath.46 Xoffice52/share/config/help/schart.46 Xoffice52/share/config/help/sbasic.46 Xoffice52/share/config/help/simpress.46 Xoffice52/share/config/help/schedule.46 Xoffice52/share/config/help/swriter.46 Xoffice52/share/config/help/simage.46 Xoffice52/share/config/help/sdraw.46 Xoffice52/share/config/help/scalc.46 Xoffice52/share/config/tasks/dbase.url Xoffice52/share/config/tasks/frameset.url Xoffice52/share/config/tasks/global.url Xoffice52/share/config/tasks/html.url Xoffice52/share/config/tasks/mail.url Xoffice52/share/config/tasks/writer.url Xoffice52/share/config/tasks/calc.url Xoffice52/share/config/tasks/impress.url Xoffice52/share/config/tasks/draw.url Xoffice52/share/config/tasks/formula.url Xoffice52/share/config/tasks/chart.url Xoffice52/share/config/tasks/image.url Xoffice52/share/config/tasks/events.url Xoffice52/share/config/tasks/tasks.url Xoffice52/share/config/helpmenu/h100001.url Xoffice52/share/config/helpmenu/h100002.url Xoffice52/share/config/helpmenu/h100003.url Xoffice52/share/config/helpmenu/h100004.url Xoffice52/share/config/helpmenu/h100005.url Xoffice52/share/config/helpmenu/h100006.url Xoffice52/share/config/helpmenu/h100007.url Xoffice52/share/config/helpmenu/h100008.url Xoffice52/share/config/helpmenu/h100009.url Xoffice52/share/config/helpmenu/h100010.url Xoffice52/share/config/helpmenu/h100011.url Xoffice52/share/config/helpmenu/h100012.url Xoffice52/share/config/helpmenu/h100013.url Xoffice52/share/config/helpmenu/h100016.url Xoffice52/share/config/helpmenu/h100018.url Xoffice52/share/config/helpmenu/h100020.url Xoffice52/share/config/helpmenu/h100126.url Xoffice52/share/config/helpmenu/h100127.url Xoffice52/share/config/helpmenu/h100130.url Xoffice52/share/config/helpmenu/h100135.url Xoffice52/share/config/start/_05_text.url Xoffice52/share/config/start/_15_mail.url Xoffice52/share/config/start/_30_more.url Xoffice52/share/config/start/_45_sep.url Xoffice52/share/config/start/_50_prog.url Xoffice52/share/config/start/_55_book.url Xoffice52/share/config/start/_60_doc.url Xoffice52/share/config/start/_65_set.url Xoffice52/share/config/start/_68_find.url Xoffice52/share/config/start/_70_help.url Xoffice52/share/config/start/_75_exec.url Xoffice52/share/config/start/_10_sprd.url Xoffice52/share/config/start/_20_pres.url Xoffice52/share/config/start/_25_draw.url Xoffice52/share/config/symbol/sc00000.bmp Xoffice52/share/config/symbol/sc05300.bmp Xoffice52/share/config/symbol/sc05302.bmp Xoffice52/share/config/symbol/sc05325.bmp Xoffice52/share/config/symbol/sc05331.bmp Xoffice52/share/config/symbol/sc05338.bmp Xoffice52/share/config/symbol/sc05339.bmp Xoffice52/share/config/symbol/sc05361.bmp Xoffice52/share/config/symbol/sc05362.bmp Xoffice52/share/config/symbol/sc05363.bmp Xoffice52/share/config/symbol/sc05364.bmp Xoffice52/share/config/symbol/sc05365.bmp Xoffice52/share/config/symbol/sc05366.bmp Xoffice52/share/config/symbol/sc05367.bmp Xoffice52/share/config/symbol/sc05368.bmp Xoffice52/share/config/symbol/sc05369.bmp Xoffice52/share/config/symbol/sc05370.bmp Xoffice52/share/config/symbol/sc05371.bmp Xoffice52/share/config/symbol/sc05373.bmp Xoffice52/share/config/symbol/sc05374.bmp Xoffice52/share/config/symbol/sc05375.bmp Xoffice52/share/config/symbol/sc05377.bmp Xoffice52/share/config/symbol/sc05381.bmp Xoffice52/share/config/symbol/sc05382.bmp Xoffice52/share/config/symbol/sc05383.bmp Xoffice52/share/config/symbol/sc05384.bmp Xoffice52/share/config/symbol/sc05386.bmp Xoffice52/share/config/symbol/sc05387.bmp Xoffice52/share/config/symbol/sc05401.bmp Xoffice52/share/config/symbol/sc05402.bmp Xoffice52/share/config/symbol/sc05410.bmp Xoffice52/share/config/symbol/sc05411.bmp Xoffice52/share/config/symbol/sc05412.bmp Xoffice52/share/config/symbol/sc05413.bmp Xoffice52/share/config/symbol/sc05414.bmp Xoffice52/share/config/symbol/sc05415.bmp Xoffice52/share/config/symbol/sc05500.bmp Xoffice52/share/config/symbol/sc05501.bmp Xoffice52/share/config/symbol/sc05502.bmp Xoffice52/share/config/symbol/sc05503.bmp Xoffice52/share/config/symbol/sc05504.bmp Xoffice52/share/config/symbol/sc05505.bmp Xoffice52/share/config/symbol/sc05508.bmp Xoffice52/share/config/symbol/sc05509.bmp Xoffice52/share/config/symbol/sc05532.bmp Xoffice52/share/config/symbol/sc05533.bmp Xoffice52/share/config/symbol/sc05535.bmp Xoffice52/share/config/symbol/sc05537.bmp Xoffice52/share/config/symbol/sc05538.bmp Xoffice52/share/config/symbol/sc05539.bmp Xoffice52/share/config/symbol/sc05552.bmp Xoffice52/share/config/symbol/sc05555.bmp Xoffice52/share/config/symbol/sc05556.bmp Xoffice52/share/config/symbol/sc05561.bmp Xoffice52/share/config/symbol/sc05563.bmp Xoffice52/share/config/symbol/sc05595.bmp Xoffice52/share/config/symbol/sc05596.bmp Xoffice52/share/config/symbol/sc05624.bmp Xoffice52/share/config/symbol/sc05646.bmp Xoffice52/share/config/symbol/sc05647.bmp Xoffice52/share/config/symbol/sc05648.bmp Xoffice52/share/config/symbol/sc05649.bmp Xoffice52/share/config/symbol/sc05650.bmp Xoffice52/share/config/symbol/sc05651.bmp Xoffice52/share/config/symbol/sc05672.bmp Xoffice52/share/config/symbol/sc05673.bmp Xoffice52/share/config/symbol/sc05675.bmp Xoffice52/share/config/symbol/sc05694.bmp Xoffice52/share/config/symbol/sc05700.bmp Xoffice52/share/config/symbol/sc05701.bmp Xoffice52/share/config/symbol/sc05702.bmp Xoffice52/share/config/symbol/sc05710.bmp Xoffice52/share/config/symbol/sc05711.bmp Xoffice52/share/config/symbol/sc05712.bmp Xoffice52/share/config/symbol/sc05713.bmp Xoffice52/share/config/symbol/sc05723.bmp Xoffice52/share/config/symbol/sc05800.bmp Xoffice52/share/config/symbol/sc05801.bmp Xoffice52/share/config/symbol/sc05802.bmp Xoffice52/share/config/symbol/sc05904.bmp Xoffice52/share/config/symbol/sc05905.bmp Xoffice52/share/config/symbol/sc05906.bmp Xoffice52/share/config/symbol/sc05951.bmp Xoffice52/share/config/symbol/sc05952.bmp Xoffice52/share/config/symbol/sc05953.bmp Xoffice52/share/config/symbol/sc05954.bmp Xoffice52/share/config/symbol/sc05955.bmp Xoffice52/share/config/symbol/sc05956.bmp Xoffice52/share/config/symbol/sc05957.bmp Xoffice52/share/config/symbol/sc05958.bmp Xoffice52/share/config/symbol/sc05959.bmp Xoffice52/share/config/symbol/sc05960.bmp Xoffice52/share/config/symbol/sc05961.bmp Xoffice52/share/config/symbol/sc05962.bmp Xoffice52/share/config/symbol/sc05963.bmp Xoffice52/share/config/symbol/sc06300.bmp Xoffice52/share/config/symbol/sc06301.bmp Xoffice52/share/config/symbol/sc06302.bmp Xoffice52/share/config/symbol/sc06303.bmp Xoffice52/share/config/symbol/sc06304.bmp Xoffice52/share/config/symbol/sc06305.bmp Xoffice52/share/config/symbol/sc06306.bmp Xoffice52/share/config/symbol/sc06308.bmp Xoffice52/share/config/symbol/sc06309.bmp Xoffice52/share/config/symbol/sc06312.bmp Xoffice52/share/config/symbol/sc06313.bmp Xoffice52/share/config/symbol/sc06314.bmp Xoffice52/share/config/symbol/sc06315.bmp Xoffice52/share/config/symbol/sc06318.bmp Xoffice52/share/config/symbol/sc06330.bmp Xoffice52/share/config/symbol/sc06331.bmp Xoffice52/share/config/symbol/sc06332.bmp Xoffice52/share/config/symbol/sc06333.bmp Xoffice52/share/config/symbol/sc06334.bmp Xoffice52/share/config/symbol/sc06335.bmp Xoffice52/share/config/symbol/sc06336.bmp Xoffice52/share/config/symbol/sc06337.bmp Xoffice52/share/config/symbol/sc06338.bmp Xoffice52/share/config/symbol/sc06339.bmp Xoffice52/share/config/symbol/sc06350.bmp Xoffice52/share/config/symbol/sc06351.bmp Xoffice52/share/config/symbol/sc06352.bmp Xoffice52/share/config/symbol/sc06353.bmp Xoffice52/share/config/symbol/sc06354.bmp Xoffice52/share/config/symbol/sc06355.bmp Xoffice52/share/config/symbol/sc06356.bmp Xoffice52/share/config/symbol/sc06357.bmp Xoffice52/share/config/symbol/sc06362.bmp Xoffice52/share/config/symbol/sc06363.bmp Xoffice52/share/config/symbol/sc06364.bmp Xoffice52/share/config/symbol/sc06370.bmp Xoffice52/share/config/symbol/sc06377.bmp Xoffice52/share/config/symbol/sc06379.bmp Xoffice52/share/config/symbol/sc06384.bmp Xoffice52/share/config/symbol/sc06522.bmp Xoffice52/share/config/symbol/sc10000.bmp Xoffice52/share/config/symbol/sc10006.bmp Xoffice52/share/config/symbol/sc10007.bmp Xoffice52/share/config/symbol/sc10008.bmp Xoffice52/share/config/symbol/sc10009.bmp Xoffice52/share/config/symbol/sc10010.bmp Xoffice52/share/config/symbol/sc10012.bmp Xoffice52/share/config/symbol/sc10013.bmp Xoffice52/share/config/symbol/sc10014.bmp Xoffice52/share/config/symbol/sc10015.bmp Xoffice52/share/config/symbol/sc10016.bmp Xoffice52/share/config/symbol/sc10017.bmp Xoffice52/share/config/symbol/sc10028.bmp Xoffice52/share/config/symbol/sc10029.bmp Xoffice52/share/config/symbol/sc10030.bmp Xoffice52/share/config/symbol/sc10031.bmp Xoffice52/share/config/symbol/sc10035.bmp Xoffice52/share/config/symbol/sc10036.bmp Xoffice52/share/config/symbol/sc10045.bmp Xoffice52/share/config/symbol/sc10050.bmp Xoffice52/share/config/symbol/sc10055.bmp Xoffice52/share/config/symbol/sc10087.bmp Xoffice52/share/config/symbol/sc10096.bmp Xoffice52/share/config/symbol/sc10097.bmp Xoffice52/share/config/symbol/sc10098.bmp Xoffice52/share/config/symbol/sc10099.bmp Xoffice52/share/config/symbol/sc10100.bmp Xoffice52/share/config/symbol/sc10101.bmp Xoffice52/share/config/symbol/sc10102.bmp Xoffice52/share/config/symbol/sc10103.bmp Xoffice52/share/config/symbol/sc10104.bmp Xoffice52/share/config/symbol/sc10105.bmp Xoffice52/share/config/symbol/sc10106.bmp Xoffice52/share/config/symbol/sc10109.bmp Xoffice52/share/config/symbol/sc10110.bmp Xoffice52/share/config/symbol/sc10112.bmp Xoffice52/share/config/symbol/sc10114.bmp Xoffice52/share/config/symbol/sc10115.bmp Xoffice52/share/config/symbol/sc10116.bmp Xoffice52/share/config/symbol/sc10117.bmp Xoffice52/share/config/symbol/sc10118.bmp Xoffice52/share/config/symbol/sc10119.bmp Xoffice52/share/config/symbol/sc10120.bmp Xoffice52/share/config/symbol/sc10121.bmp Xoffice52/share/config/symbol/sc10122.bmp Xoffice52/share/config/symbol/sc10123.bmp Xoffice52/share/config/symbol/sc10124.bmp Xoffice52/share/config/symbol/sc10125.bmp Xoffice52/share/config/symbol/sc10126.bmp Xoffice52/share/config/symbol/sc10127.bmp Xoffice52/share/config/symbol/sc10128.bmp Xoffice52/share/config/symbol/sc10129.bmp Xoffice52/share/config/symbol/sc10130.bmp Xoffice52/share/config/symbol/sc10131.bmp Xoffice52/share/config/symbol/sc10132.bmp Xoffice52/share/config/symbol/sc10133.bmp Xoffice52/share/config/symbol/sc10134.bmp Xoffice52/share/config/symbol/sc10135.bmp Xoffice52/share/config/symbol/sc10136.bmp Xoffice52/share/config/symbol/sc10137.bmp Xoffice52/share/config/symbol/sc10138.bmp Xoffice52/share/config/symbol/sc10139.bmp Xoffice52/share/config/symbol/sc10140.bmp Xoffice52/share/config/symbol/sc10141.bmp Xoffice52/share/config/symbol/sc10142.bmp Xoffice52/share/config/symbol/sc10143.bmp Xoffice52/share/config/symbol/sc10144.bmp Xoffice52/share/config/symbol/sc10145.bmp Xoffice52/share/config/symbol/sc10146.bmp Xoffice52/share/config/symbol/sc10147.bmp Xoffice52/share/config/symbol/sc10148.bmp Xoffice52/share/config/symbol/sc10150.bmp Xoffice52/share/config/symbol/sc10151.bmp Xoffice52/share/config/symbol/sc10152.bmp Xoffice52/share/config/symbol/sc10153.bmp Xoffice52/share/config/symbol/sc10154.bmp Xoffice52/share/config/symbol/sc10155.bmp Xoffice52/share/config/symbol/sc10156.bmp Xoffice52/share/config/symbol/sc10157.bmp Xoffice52/share/config/symbol/sc10158.bmp Xoffice52/share/config/symbol/sc10159.bmp Xoffice52/share/config/symbol/sc10160.bmp Xoffice52/share/config/symbol/sc10161.bmp Xoffice52/share/config/symbol/sc10162.bmp Xoffice52/share/config/symbol/sc10163.bmp Xoffice52/share/config/symbol/sc10164.bmp Xoffice52/share/config/symbol/sc10185.bmp Xoffice52/share/config/symbol/sc10186.bmp Xoffice52/share/config/symbol/sc10187.bmp Xoffice52/share/config/symbol/sc10188.bmp Xoffice52/share/config/symbol/sc10189.bmp Xoffice52/share/config/symbol/sc10190.bmp Xoffice52/share/config/symbol/sc10191.bmp Xoffice52/share/config/symbol/sc10192.bmp Xoffice52/share/config/symbol/sc10193.bmp Xoffice52/share/config/symbol/sc10194.bmp Xoffice52/share/config/symbol/sc10195.bmp Xoffice52/share/config/symbol/sc10196.bmp Xoffice52/share/config/symbol/sc10197.bmp Xoffice52/share/config/symbol/sc10199.bmp Xoffice52/share/config/symbol/sc10200.bmp Xoffice52/share/config/symbol/sc10201.bmp Xoffice52/share/config/symbol/sc10217.bmp Xoffice52/share/config/symbol/sc10223.bmp Xoffice52/share/config/symbol/sc10224.bmp Xoffice52/share/config/symbol/sc10231.bmp Xoffice52/share/config/symbol/sc10232.bmp Xoffice52/share/config/symbol/sc10233.bmp Xoffice52/share/config/symbol/sc10240.bmp Xoffice52/share/config/symbol/sc10241.bmp Xoffice52/share/config/symbol/sc10242.bmp Xoffice52/share/config/symbol/sc10243.bmp Xoffice52/share/config/symbol/sc10244.bmp Xoffice52/share/config/symbol/sc10253.bmp Xoffice52/share/config/symbol/sc10254.bmp Xoffice52/share/config/symbol/sc10255.bmp Xoffice52/share/config/symbol/sc10256.bmp Xoffice52/share/config/symbol/sc10282.bmp Xoffice52/share/config/symbol/sc10283.bmp Xoffice52/share/config/symbol/sc10286.bmp Xoffice52/share/config/symbol/sc10287.bmp Xoffice52/share/config/symbol/sc10294.bmp Xoffice52/share/config/symbol/sc10295.bmp Xoffice52/share/config/symbol/sc10296.bmp Xoffice52/share/config/symbol/sc10297.bmp Xoffice52/share/config/symbol/sc10301.bmp Xoffice52/share/config/symbol/sc10350.bmp Xoffice52/share/config/symbol/sc10360.bmp Xoffice52/share/config/symbol/sc10366.bmp Xoffice52/share/config/symbol/sc10371.bmp Xoffice52/share/config/symbol/sc10375.bmp Xoffice52/share/config/symbol/sc10376.bmp Xoffice52/share/config/symbol/sc10378.bmp Xoffice52/share/config/symbol/sc10379.bmp Xoffice52/share/config/symbol/sc10380.bmp Xoffice52/share/config/symbol/sc10381.bmp Xoffice52/share/config/symbol/sc10382.bmp Xoffice52/share/config/symbol/sc10383.bmp Xoffice52/share/config/symbol/sc10384.bmp Xoffice52/share/config/symbol/sc10385.bmp Xoffice52/share/config/symbol/sc10386.bmp Xoffice52/share/config/symbol/sc10387.bmp Xoffice52/share/config/symbol/sc10388.bmp Xoffice52/share/config/symbol/sc10389.bmp Xoffice52/share/config/symbol/sc10390.bmp Xoffice52/share/config/symbol/sc10391.bmp Xoffice52/share/config/symbol/sc10393.bmp Xoffice52/share/config/symbol/sc10394.bmp Xoffice52/share/config/symbol/sc10395.bmp Xoffice52/share/config/symbol/sc10396.bmp Xoffice52/share/config/symbol/sc10397.bmp Xoffice52/share/config/symbol/sc10398.bmp Xoffice52/share/config/symbol/sc10399.bmp Xoffice52/share/config/symbol/sc10401.bmp Xoffice52/share/config/symbol/sc10402.bmp Xoffice52/share/config/symbol/sc10403.bmp Xoffice52/share/config/symbol/sc10434.bmp Xoffice52/share/config/symbol/sc10458.bmp Xoffice52/share/config/symbol/sc10461.bmp Xoffice52/share/config/symbol/sc10462.bmp Xoffice52/share/config/symbol/sc10463.bmp Xoffice52/share/config/symbol/sc10464.bmp Xoffice52/share/config/symbol/sc10465.bmp Xoffice52/share/config/symbol/sc10503.bmp Xoffice52/share/config/symbol/sc12021.bmp Xoffice52/share/config/symbol/sc12201.bmp Xoffice52/share/config/symbol/sc12202.bmp Xoffice52/share/config/symbol/sc12203.bmp Xoffice52/share/config/symbol/sc12204.bmp Xoffice52/share/config/symbol/sc12212.bmp Xoffice52/share/config/symbol/sc12221.bmp Xoffice52/share/config/symbol/sc12222.bmp Xoffice52/share/config/symbol/sc12223.bmp Xoffice52/share/config/symbol/sc12224.bmp Xoffice52/share/config/symbol/sc12225.bmp Xoffice52/share/config/symbol/sc12226.bmp Xoffice52/share/config/symbol/sc12227.bmp Xoffice52/share/config/symbol/sc12228.bmp Xoffice52/share/config/symbol/sc12229.bmp Xoffice52/share/config/symbol/sc12230.bmp Xoffice52/share/config/symbol/sc12231.bmp Xoffice52/share/config/symbol/sc12232.bmp Xoffice52/share/config/symbol/sc12234.bmp Xoffice52/share/config/symbol/sc14780.bmp Xoffice52/share/config/symbol/sc14781.bmp Xoffice52/share/config/symbol/sc14785.bmp Xoffice52/share/config/symbol/sc14786.bmp Xoffice52/share/config/symbol/sc21050.bmp Xoffice52/share/config/symbol/sc21051.bmp Xoffice52/share/config/symbol/sc21060.bmp Xoffice52/share/config/symbol/sc21061.bmp Xoffice52/share/config/symbol/sc21062.bmp Xoffice52/share/config/symbol/sc21070.bmp Xoffice52/share/config/symbol/sc21080.bmp Xoffice52/share/config/symbol/sc21100.bmp Xoffice52/share/config/symbol/sc21101.bmp Xoffice52/share/config/symbol/sc21102.bmp Xoffice52/share/config/symbol/sc21103.bmp Xoffice52/share/config/symbol/sc21104.bmp Xoffice52/share/config/symbol/sc21105.bmp Xoffice52/share/config/symbol/sc21110.bmp Xoffice52/share/config/symbol/sc21111.bmp Xoffice52/share/config/symbol/sc21120.bmp Xoffice52/share/config/symbol/sc21121.bmp Xoffice52/share/config/symbol/sc21130.bmp Xoffice52/share/config/symbol/sc21140.bmp Xoffice52/share/config/symbol/sc21141.bmp Xoffice52/share/config/symbol/sc21142.bmp Xoffice52/share/config/symbol/sc21150.bmp Xoffice52/share/config/symbol/sc21160.bmp Xoffice52/share/config/symbol/sc21170.bmp Xoffice52/share/config/symbol/sc21180.bmp Xoffice52/share/config/symbol/sc21190.bmp Xoffice52/share/config/symbol/sc21200.bmp Xoffice52/share/config/symbol/sc21210.bmp Xoffice52/share/config/symbol/sc21220.bmp Xoffice52/share/config/symbol/sc21230.bmp Xoffice52/share/config/symbol/sc21240.bmp Xoffice52/share/config/symbol/sc21250.bmp Xoffice52/share/config/symbol/sc27030.bmp Xoffice52/share/config/symbol/sc27065.bmp Xoffice52/share/config/symbol/sc27066.bmp Xoffice52/share/config/symbol/sc27067.bmp Xoffice52/share/config/symbol/sc30000.bmp Xoffice52/share/config/symbol/sc30002.bmp Xoffice52/share/config/symbol/sc30003.bmp Xoffice52/share/config/symbol/sc30004.bmp Xoffice52/share/config/symbol/sc30005.bmp Xoffice52/share/config/symbol/sc30007.bmp Xoffice52/share/config/symbol/sc30008.bmp Xoffice52/share/config/symbol/sc30009.bmp Xoffice52/share/config/symbol/sc30010.bmp Xoffice52/share/config/symbol/sc30011.bmp Xoffice52/share/config/symbol/sc30012.bmp Xoffice52/share/config/symbol/sc30770.bmp Xoffice52/share/config/symbol/sc30773.bmp Xoffice52/share/config/symbol/sc30774.bmp Xoffice52/share/config/symbol/sc30782.bmp Xoffice52/share/config/symbol/sc6377.bmp Xoffice52/share/config/symbol/scbullet.bmp Xoffice52/share/config/symbol/scnumb.bmp Xoffice52/share/config/symbol/sco161.bmp Xoffice52/share/config/symbol/sco261.bmp Xoffice52/share/config/symbol/sco262.bmp Xoffice52/share/config/symbol/sortd.bmp Xoffice52/share/config/symbol/sortu.bmp Xoffice52/share/config/symbol/u_high.bmp Xoffice52/share/config/symbol/u_low.bmp Xoffice52/share/config/symbol/u_normal.bmp Xoffice52/share/config/settings/_10_prin.url Xoffice52/share/config/wizard/_05_lttr.url Xoffice52/share/config/wizard/_10_fax.url Xoffice52/share/config/wizard/_15_agnd.url Xoffice52/share/config/wizard/_20_memo.url Xoffice52/share/config/wizard/_25_sep.url Xoffice52/share/config/wizard/_30_pres.url Xoffice52/share/config/wizard/_35_sep.url Xoffice52/share/config/wizard/_40_web.url Xoffice52/share/config/wizard/_45_sep.url Xoffice52/share/config/wizard/_50_tabl.url Xoffice52/share/config/wizard/_55_rprt.url Xoffice52/share/config/wizard/_60_form.url Xoffice52/share/config/wizard/_65_qury.url Xoffice52/share/config/wizard/_70_sep.url Xoffice52/share/config/wizard/_75_msi.url Xoffice52/share/config/wizard/_80_iset.url Xoffice52/share/config/wizard/_85_euro.url Xoffice52/share/config/swedish/labels.ini Xoffice52/share/config/new/_05_text.url Xoffice52/share/config/new/_25_sep.url Xoffice52/share/config/new/_30_html.url Xoffice52/share/config/new/_35_mail.url Xoffice52/share/config/new/_40_fram.url Xoffice52/share/config/new/_45_mstr.url Xoffice52/share/config/new/_48_data.url Xoffice52/share/config/new/_50_sep.url Xoffice52/share/config/new/_67_lab.url Xoffice52/share/config/new/_68_busi.url Xoffice52/share/config/new/_70_sep.url Xoffice52/share/config/new/_75_tpl.url Xoffice52/share/config/new/_10_sprd.url Xoffice52/share/config/new/_15_pres.url Xoffice52/share/config/new/_20_draw.url Xoffice52/share/config/new/_65_for.url Xoffice52/share/config/new/_55_chrt.url Xoffice52/share/config/new/_60_img.url Xoffice52/share/config/more/_05_html.url Xoffice52/share/config/more/_10_fram.url Xoffice52/share/config/more/_15_mstr.url Xoffice52/share/config/more/_18_data.url Xoffice52/share/config/more/_20_sep.url Xoffice52/share/config/more/_37_lab.url Xoffice52/share/config/more/_38_busi.url Xoffice52/share/config/more/_40_sep.url Xoffice52/share/config/more/_45_tpl.url Xoffice52/share/config/more/_35_for.url Xoffice52/share/config/more/_25_chrt.url Xoffice52/share/config/more/_30_img.url Xoffice52/share/config/defcal.txt Xoffice52/share/config/defuser.txt Xoffice52/share/config/base_bck.gif Xoffice52/share/config/calc_bck.gif Xoffice52/share/config/desk_bck.gif Xoffice52/share/config/draw_bck.gif Xoffice52/share/config/impr_bck.gif Xoffice52/share/config/math_bck.gif Xoffice52/share/config/sam_bck.gif Xoffice52/share/config/writ_bck.gif Xoffice52/share/config/alarm.wav Xoffice52/share/config/gpm.ini Xoffice52/share/config/ssimport.ini Xoffice52/share/config/srcheng.ini Xoffice52/share/config/psetup.xpm Xoffice52/share/config/psetupl.xpm Xoffice52/share/config/sshelp.hid Xoffice52/share/config/sorc Xoffice52/share/config/dbbusiness46.def Xoffice52/share/config/dbprivate46.def Xoffice52/share/fonts/75dpi/bdf/ariob10.bdf Xoffice52/share/fonts/75dpi/bdf/ariob12.bdf Xoffice52/share/fonts/75dpi/bdf/ariob14.bdf Xoffice52/share/fonts/75dpi/bdf/ariob17.bdf Xoffice52/share/fonts/75dpi/bdf/ariob20.bdf Xoffice52/share/fonts/75dpi/bdf/ariob24.bdf Xoffice52/share/fonts/75dpi/bdf/ariob8.bdf Xoffice52/share/fonts/75dpi/bdf/arion10.bdf Xoffice52/share/fonts/75dpi/bdf/arion12.bdf Xoffice52/share/fonts/75dpi/bdf/arion14.bdf Xoffice52/share/fonts/75dpi/bdf/arion17.bdf Xoffice52/share/fonts/75dpi/bdf/arion20.bdf Xoffice52/share/fonts/75dpi/bdf/arion24.bdf Xoffice52/share/fonts/75dpi/bdf/arion8.bdf Xoffice52/share/fonts/75dpi/bdf/chevn10.bdf Xoffice52/share/fonts/75dpi/bdf/chevn12.bdf Xoffice52/share/fonts/75dpi/bdf/chevn14.bdf Xoffice52/share/fonts/75dpi/bdf/chevn17.bdf Xoffice52/share/fonts/75dpi/bdf/chevn20.bdf Xoffice52/share/fonts/75dpi/bdf/chevn24.bdf Xoffice52/share/fonts/75dpi/bdf/chevn8.bdf Xoffice52/share/fonts/75dpi/bdf/chevon10.bdf Xoffice52/share/fonts/75dpi/bdf/chevon12.bdf Xoffice52/share/fonts/75dpi/bdf/chevon8.bdf Xoffice52/share/fonts/75dpi/bdf/chevon14.bdf Xoffice52/share/fonts/75dpi/bdf/chevon17.bdf Xoffice52/share/fonts/75dpi/bdf/chevon20.bdf Xoffice52/share/fonts/75dpi/bdf/chevon24.bdf Xoffice52/share/fonts/75dpi/bdf/congb10.bdf Xoffice52/share/fonts/75dpi/bdf/congb12.bdf Xoffice52/share/fonts/75dpi/bdf/congb14.bdf Xoffice52/share/fonts/75dpi/bdf/congb17.bdf Xoffice52/share/fonts/75dpi/bdf/congb20.bdf Xoffice52/share/fonts/75dpi/bdf/congb24.bdf Xoffice52/share/fonts/75dpi/bdf/congb8.bdf Xoffice52/share/fonts/75dpi/bdf/congn10.bdf Xoffice52/share/fonts/75dpi/bdf/congn12.bdf Xoffice52/share/fonts/75dpi/bdf/congn14.bdf Xoffice52/share/fonts/75dpi/bdf/congn17.bdf Xoffice52/share/fonts/75dpi/bdf/congn20.bdf Xoffice52/share/fonts/75dpi/bdf/congn24.bdf Xoffice52/share/fonts/75dpi/bdf/congn8.bdf Xoffice52/share/fonts/75dpi/bdf/fonts.dir Xoffice52/share/fonts/75dpi/bdf/helmb10.bdf Xoffice52/share/fonts/75dpi/bdf/helmb12.bdf Xoffice52/share/fonts/75dpi/bdf/helmb14.bdf Xoffice52/share/fonts/75dpi/bdf/helmb17.bdf Xoffice52/share/fonts/75dpi/bdf/helmb20.bdf Xoffice52/share/fonts/75dpi/bdf/helmb24.bdf Xoffice52/share/fonts/75dpi/bdf/helmb8.bdf Xoffice52/share/fonts/75dpi/bdf/helmbi10.bdf Xoffice52/share/fonts/75dpi/bdf/helmbi12.bdf Xoffice52/share/fonts/75dpi/bdf/helmbi14.bdf Xoffice52/share/fonts/75dpi/bdf/helmbi17.bdf Xoffice52/share/fonts/75dpi/bdf/helmbi20.bdf Xoffice52/share/fonts/75dpi/bdf/helmbi24.bdf Xoffice52/share/fonts/75dpi/bdf/helmbi8.bdf Xoffice52/share/fonts/75dpi/bdf/helmcb10.bdf Xoffice52/share/fonts/75dpi/bdf/helmcb12.bdf Xoffice52/share/fonts/75dpi/bdf/helmcb14.bdf Xoffice52/share/fonts/75dpi/bdf/helmcb17.bdf Xoffice52/share/fonts/75dpi/bdf/helmcb20.bdf Xoffice52/share/fonts/75dpi/bdf/helmcb24.bdf Xoffice52/share/fonts/75dpi/bdf/helmcb8.bdf Xoffice52/share/fonts/75dpi/bdf/helmcbi10.bdf Xoffice52/share/fonts/75dpi/bdf/helmcbi12.bdf Xoffice52/share/fonts/75dpi/bdf/helmcbi14.bdf Xoffice52/share/fonts/75dpi/bdf/helmcbi17.bdf Xoffice52/share/fonts/75dpi/bdf/helmcbi20.bdf Xoffice52/share/fonts/75dpi/bdf/helmcbi24.bdf Xoffice52/share/fonts/75dpi/bdf/helmcbi8.bdf Xoffice52/share/fonts/75dpi/bdf/helmci10.bdf Xoffice52/share/fonts/75dpi/bdf/helmci12.bdf Xoffice52/share/fonts/75dpi/bdf/helmci14.bdf Xoffice52/share/fonts/75dpi/bdf/helmci17.bdf Xoffice52/share/fonts/75dpi/bdf/helmci20.bdf Xoffice52/share/fonts/75dpi/bdf/helmci24.bdf Xoffice52/share/fonts/75dpi/bdf/helmci8.bdf Xoffice52/share/fonts/75dpi/bdf/helmcn10.bdf Xoffice52/share/fonts/75dpi/bdf/helmcn12.bdf Xoffice52/share/fonts/75dpi/bdf/helmcn14.bdf Xoffice52/share/fonts/75dpi/bdf/helmcn17.bdf Xoffice52/share/fonts/75dpi/bdf/helmcn20.bdf Xoffice52/share/fonts/75dpi/bdf/helmcn24.bdf Xoffice52/share/fonts/75dpi/bdf/helmcn8.bdf Xoffice52/share/fonts/75dpi/bdf/helmi10.bdf Xoffice52/share/fonts/75dpi/bdf/helmi12.bdf Xoffice52/share/fonts/75dpi/bdf/helmi14.bdf Xoffice52/share/fonts/75dpi/bdf/helmi17.bdf Xoffice52/share/fonts/75dpi/bdf/helmi20.bdf Xoffice52/share/fonts/75dpi/bdf/helmi24.bdf Xoffice52/share/fonts/75dpi/bdf/helmi8.bdf Xoffice52/share/fonts/75dpi/bdf/helmn10.bdf Xoffice52/share/fonts/75dpi/bdf/helmn12.bdf Xoffice52/share/fonts/75dpi/bdf/helmn14.bdf Xoffice52/share/fonts/75dpi/bdf/helmn17.bdf Xoffice52/share/fonts/75dpi/bdf/helmn20.bdf Xoffice52/share/fonts/75dpi/bdf/helmn24.bdf Xoffice52/share/fonts/75dpi/bdf/helmn8.bdf Xoffice52/share/fonts/75dpi/bdf/starbats10.bdf Xoffice52/share/fonts/75dpi/bdf/starbats12.bdf Xoffice52/share/fonts/75dpi/bdf/starbats14.bdf Xoffice52/share/fonts/75dpi/bdf/starbats17.bdf Xoffice52/share/fonts/75dpi/bdf/starbats20.bdf Xoffice52/share/fonts/75dpi/bdf/starbats24.bdf Xoffice52/share/fonts/75dpi/bdf/starbats8.bdf Xoffice52/share/fonts/75dpi/bdf/starmath10.bdf Xoffice52/share/fonts/75dpi/bdf/starmath12.bdf Xoffice52/share/fonts/75dpi/bdf/starmath14.bdf Xoffice52/share/fonts/75dpi/bdf/starmath17.bdf Xoffice52/share/fonts/75dpi/bdf/starmath20.bdf Xoffice52/share/fonts/75dpi/bdf/starmath24.bdf Xoffice52/share/fonts/75dpi/bdf/starmath8.bdf Xoffice52/share/fonts/75dpi/bdf/timmb10.bdf Xoffice52/share/fonts/75dpi/bdf/timmb12.bdf Xoffice52/share/fonts/75dpi/bdf/timmb14.bdf Xoffice52/share/fonts/75dpi/bdf/timmb17.bdf Xoffice52/share/fonts/75dpi/bdf/timmb20.bdf Xoffice52/share/fonts/75dpi/bdf/timmb24.bdf Xoffice52/share/fonts/75dpi/bdf/timmb8.bdf Xoffice52/share/fonts/75dpi/bdf/timmbi10.bdf Xoffice52/share/fonts/75dpi/bdf/timmbi12.bdf Xoffice52/share/fonts/75dpi/bdf/timmbi14.bdf Xoffice52/share/fonts/75dpi/bdf/timmbi17.bdf Xoffice52/share/fonts/75dpi/bdf/timmbi20.bdf Xoffice52/share/fonts/75dpi/bdf/timmbi24.bdf Xoffice52/share/fonts/75dpi/bdf/timmbi8.bdf Xoffice52/share/fonts/75dpi/bdf/timmi10.bdf Xoffice52/share/fonts/75dpi/bdf/timmi12.bdf Xoffice52/share/fonts/75dpi/bdf/timmi14.bdf Xoffice52/share/fonts/75dpi/bdf/timmi17.bdf Xoffice52/share/fonts/75dpi/bdf/timmi20.bdf Xoffice52/share/fonts/75dpi/bdf/timmi24.bdf Xoffice52/share/fonts/75dpi/bdf/timmi8.bdf Xoffice52/share/fonts/75dpi/bdf/timmn10.bdf Xoffice52/share/fonts/75dpi/bdf/timmn12.bdf Xoffice52/share/fonts/75dpi/bdf/timmn14.bdf Xoffice52/share/fonts/75dpi/bdf/timmn17.bdf Xoffice52/share/fonts/75dpi/bdf/timmn20.bdf Xoffice52/share/fonts/75dpi/bdf/timmn24.bdf Xoffice52/share/fonts/75dpi/bdf/timmn8.bdf Xoffice52/share/fonts/75dpi/ariob10.pcf.Z Xoffice52/share/fonts/75dpi/ariob12.pcf.Z Xoffice52/share/fonts/75dpi/ariob14.pcf.Z Xoffice52/share/fonts/75dpi/ariob17.pcf.Z Xoffice52/share/fonts/75dpi/ariob20.pcf.Z Xoffice52/share/fonts/75dpi/ariob24.pcf.Z Xoffice52/share/fonts/75dpi/ariob8.pcf.Z Xoffice52/share/fonts/75dpi/arion10.pcf.Z Xoffice52/share/fonts/75dpi/arion12.pcf.Z Xoffice52/share/fonts/75dpi/arion14.pcf.Z Xoffice52/share/fonts/75dpi/arion17.pcf.Z Xoffice52/share/fonts/75dpi/arion20.pcf.Z Xoffice52/share/fonts/75dpi/arion24.pcf.Z Xoffice52/share/fonts/75dpi/arion8.pcf.Z Xoffice52/share/fonts/75dpi/chevn10.pcf.Z Xoffice52/share/fonts/75dpi/chevn12.pcf.Z Xoffice52/share/fonts/75dpi/chevn14.pcf.Z Xoffice52/share/fonts/75dpi/chevn17.pcf.Z Xoffice52/share/fonts/75dpi/chevn20.pcf.Z Xoffice52/share/fonts/75dpi/fonts.dir Xoffice52/share/fonts/75dpi/chevn24.pcf.Z Xoffice52/share/fonts/75dpi/chevn8.pcf.Z Xoffice52/share/fonts/75dpi/chevon10.pcf.Z Xoffice52/share/fonts/75dpi/chevon12.pcf.Z Xoffice52/share/fonts/75dpi/chevon14.pcf.Z Xoffice52/share/fonts/75dpi/chevon17.pcf.Z Xoffice52/share/fonts/75dpi/chevon20.pcf.Z Xoffice52/share/fonts/75dpi/chevon24.pcf.Z Xoffice52/share/fonts/75dpi/chevon8.pcf.Z Xoffice52/share/fonts/75dpi/congb10.pcf.Z Xoffice52/share/fonts/75dpi/congb12.pcf.Z Xoffice52/share/fonts/75dpi/congb14.pcf.Z Xoffice52/share/fonts/75dpi/congb17.pcf.Z Xoffice52/share/fonts/75dpi/congb20.pcf.Z Xoffice52/share/fonts/75dpi/congb24.pcf.Z Xoffice52/share/fonts/75dpi/congb8.pcf.Z Xoffice52/share/fonts/75dpi/congn10.pcf.Z Xoffice52/share/fonts/75dpi/congn12.pcf.Z Xoffice52/share/fonts/75dpi/congn14.pcf.Z Xoffice52/share/fonts/75dpi/congn17.pcf.Z Xoffice52/share/fonts/75dpi/congn20.pcf.Z Xoffice52/share/fonts/75dpi/congn24.pcf.Z Xoffice52/share/fonts/75dpi/congn8.pcf.Z Xoffice52/share/fonts/75dpi/helmb10.pcf.Z Xoffice52/share/fonts/75dpi/helmb12.pcf.Z Xoffice52/share/fonts/75dpi/helmb14.pcf.Z Xoffice52/share/fonts/75dpi/helmb17.pcf.Z Xoffice52/share/fonts/75dpi/helmb20.pcf.Z Xoffice52/share/fonts/75dpi/helmb24.pcf.Z Xoffice52/share/fonts/75dpi/helmb8.pcf.Z Xoffice52/share/fonts/75dpi/helmbi10.pcf.Z Xoffice52/share/fonts/75dpi/helmbi12.pcf.Z Xoffice52/share/fonts/75dpi/helmbi14.pcf.Z Xoffice52/share/fonts/75dpi/helmbi17.pcf.Z Xoffice52/share/fonts/75dpi/helmbi20.pcf.Z Xoffice52/share/fonts/75dpi/helmbi24.pcf.Z Xoffice52/share/fonts/75dpi/helmbi8.pcf.Z Xoffice52/share/fonts/75dpi/helmcb10.pcf.Z Xoffice52/share/fonts/75dpi/helmcb12.pcf.Z Xoffice52/share/fonts/75dpi/helmcb14.pcf.Z Xoffice52/share/fonts/75dpi/helmcb17.pcf.Z Xoffice52/share/fonts/75dpi/helmcb20.pcf.Z Xoffice52/share/fonts/75dpi/helmcb24.pcf.Z Xoffice52/share/fonts/75dpi/helmcb8.pcf.Z Xoffice52/share/fonts/75dpi/helmcbi10.pcf.Z Xoffice52/share/fonts/75dpi/helmcbi12.pcf.Z Xoffice52/share/fonts/75dpi/helmcbi14.pcf.Z Xoffice52/share/fonts/75dpi/helmcbi17.pcf.Z Xoffice52/share/fonts/75dpi/helmcbi20.pcf.Z Xoffice52/share/fonts/75dpi/helmcbi24.pcf.Z Xoffice52/share/fonts/75dpi/helmcbi8.pcf.Z Xoffice52/share/fonts/75dpi/helmci10.pcf.Z Xoffice52/share/fonts/75dpi/helmci12.pcf.Z Xoffice52/share/fonts/75dpi/helmci14.pcf.Z Xoffice52/share/fonts/75dpi/helmci17.pcf.Z Xoffice52/share/fonts/75dpi/helmci20.pcf.Z Xoffice52/share/fonts/75dpi/helmci24.pcf.Z Xoffice52/share/fonts/75dpi/helmci8.pcf.Z Xoffice52/share/fonts/75dpi/helmcn10.pcf.Z Xoffice52/share/fonts/75dpi/helmcn12.pcf.Z Xoffice52/share/fonts/75dpi/helmcn14.pcf.Z Xoffice52/share/fonts/75dpi/helmcn17.pcf.Z Xoffice52/share/fonts/75dpi/helmcn20.pcf.Z Xoffice52/share/fonts/75dpi/helmcn24.pcf.Z Xoffice52/share/fonts/75dpi/helmcn8.pcf.Z Xoffice52/share/fonts/75dpi/helmi10.pcf.Z Xoffice52/share/fonts/75dpi/helmi12.pcf.Z Xoffice52/share/fonts/75dpi/helmi14.pcf.Z Xoffice52/share/fonts/75dpi/helmi17.pcf.Z Xoffice52/share/fonts/75dpi/helmi20.pcf.Z Xoffice52/share/fonts/75dpi/helmi24.pcf.Z Xoffice52/share/fonts/75dpi/helmi8.pcf.Z Xoffice52/share/fonts/75dpi/helmn10.pcf.Z Xoffice52/share/fonts/75dpi/helmn12.pcf.Z Xoffice52/share/fonts/75dpi/helmn14.pcf.Z Xoffice52/share/fonts/75dpi/helmn17.pcf.Z Xoffice52/share/fonts/75dpi/helmn20.pcf.Z Xoffice52/share/fonts/75dpi/helmn24.pcf.Z Xoffice52/share/fonts/75dpi/helmn8.pcf.Z Xoffice52/share/fonts/75dpi/starbats10.pcf.Z Xoffice52/share/fonts/75dpi/starbats12.pcf.Z Xoffice52/share/fonts/75dpi/starbats14.pcf.Z Xoffice52/share/fonts/75dpi/starbats17.pcf.Z Xoffice52/share/fonts/75dpi/starbats20.pcf.Z Xoffice52/share/fonts/75dpi/starbats24.pcf.Z Xoffice52/share/fonts/75dpi/starbats8.pcf.Z Xoffice52/share/fonts/75dpi/starmath10.pcf.Z Xoffice52/share/fonts/75dpi/starmath12.pcf.Z Xoffice52/share/fonts/75dpi/starmath14.pcf.Z Xoffice52/share/fonts/75dpi/starmath17.pcf.Z Xoffice52/share/fonts/75dpi/starmath20.pcf.Z Xoffice52/share/fonts/75dpi/starmath24.pcf.Z Xoffice52/share/fonts/75dpi/starmath8.pcf.Z Xoffice52/share/fonts/75dpi/timmb10.pcf.Z Xoffice52/share/fonts/75dpi/timmb12.pcf.Z Xoffice52/share/fonts/75dpi/timmb14.pcf.Z Xoffice52/share/fonts/75dpi/timmb17.pcf.Z Xoffice52/share/fonts/75dpi/timmb20.pcf.Z Xoffice52/share/fonts/75dpi/timmb24.pcf.Z Xoffice52/share/fonts/75dpi/timmb8.pcf.Z Xoffice52/share/fonts/75dpi/timmbi10.pcf.Z Xoffice52/share/fonts/75dpi/timmbi12.pcf.Z Xoffice52/share/fonts/75dpi/timmbi14.pcf.Z Xoffice52/share/fonts/75dpi/timmbi17.pcf.Z Xoffice52/share/fonts/75dpi/timmbi20.pcf.Z Xoffice52/share/fonts/75dpi/timmbi24.pcf.Z Xoffice52/share/fonts/75dpi/timmbi8.pcf.Z Xoffice52/share/fonts/75dpi/timmi10.pcf.Z Xoffice52/share/fonts/75dpi/timmi12.pcf.Z Xoffice52/share/fonts/75dpi/timmi14.pcf.Z Xoffice52/share/fonts/75dpi/timmi17.pcf.Z Xoffice52/share/fonts/75dpi/timmi20.pcf.Z Xoffice52/share/fonts/75dpi/timmi24.pcf.Z Xoffice52/share/fonts/75dpi/timmi8.pcf.Z Xoffice52/share/fonts/75dpi/timmn10.pcf.Z Xoffice52/share/fonts/75dpi/timmn12.pcf.Z Xoffice52/share/fonts/75dpi/timmn14.pcf.Z Xoffice52/share/fonts/75dpi/timmn17.pcf.Z Xoffice52/share/fonts/75dpi/timmn20.pcf.Z Xoffice52/share/fonts/75dpi/timmn24.pcf.Z Xoffice52/share/fonts/75dpi/timmn8.pcf.Z Xoffice52/share/fonts/type1/ariob___.pfa Xoffice52/share/fonts/type1/ariob___.pfb Xoffice52/share/fonts/type1/arion___.pfa Xoffice52/share/fonts/type1/arion___.pfb Xoffice52/share/fonts/type1/chevn___.pfa Xoffice52/share/fonts/type1/chevn___.pfb Xoffice52/share/fonts/type1/chevon__.pfa Xoffice52/share/fonts/type1/chevon__.pfb Xoffice52/share/fonts/type1/congb___.pfa Xoffice52/share/fonts/type1/congb___.pfb Xoffice52/share/fonts/type1/congn___.pfa Xoffice52/share/fonts/type1/congn___.pfb Xoffice52/share/fonts/type1/fonts.alias Xoffice52/share/fonts/type1/fonts.dir Xoffice52/share/fonts/type1/fonts.scale Xoffice52/share/fonts/type1/helmb___.pfa Xoffice52/share/fonts/type1/helmb___.pfb Xoffice52/share/fonts/type1/helmbi__.pfa Xoffice52/share/fonts/type1/helmbi__.pfb Xoffice52/share/fonts/type1/helmcb__.pfa Xoffice52/share/fonts/type1/psres.upr Xoffice52/share/fonts/type1/helmcb__.pfb Xoffice52/share/fonts/type1/helmcbi_.pfa Xoffice52/share/fonts/type1/helmcbi_.pfb Xoffice52/share/fonts/type1/helmci__.pfa Xoffice52/share/fonts/type1/helmci__.pfb Xoffice52/share/fonts/type1/helmcn__.pfa Xoffice52/share/fonts/type1/helmcn__.pfb Xoffice52/share/fonts/type1/helmi___.pfa Xoffice52/share/fonts/type1/helmi___.pfb Xoffice52/share/fonts/type1/helmn___.pfa Xoffice52/share/fonts/type1/helmn___.pfb Xoffice52/share/fonts/type1/lbdb1250.pfa Xoffice52/share/fonts/type1/lbdb1250.pfb Xoffice52/share/fonts/type1/lbdb1252.pfa Xoffice52/share/fonts/type1/lbdb1252.pfb Xoffice52/share/fonts/type1/lbdi1250.pfa Xoffice52/share/fonts/type1/lbdi1250.pfb Xoffice52/share/fonts/type1/lbdi1252.pfa Xoffice52/share/fonts/type1/lbdi1252.pfb Xoffice52/share/fonts/type1/lbit1250.pfa Xoffice52/share/fonts/type1/lbit1250.pfb Xoffice52/share/fonts/type1/lbit1252.pfa Xoffice52/share/fonts/type1/lbit1252.pfb Xoffice52/share/fonts/type1/lbre1250.pfa Xoffice52/share/fonts/type1/lbre1250.pfb Xoffice52/share/fonts/type1/lbre1252.pfa Xoffice52/share/fonts/type1/lbre1252.pfb Xoffice52/share/fonts/type1/lsdb1250.pfa Xoffice52/share/fonts/type1/lsdb1250.pfb Xoffice52/share/fonts/type1/lsdb1251.pfa Xoffice52/share/fonts/type1/lsdb1251.pfb Xoffice52/share/fonts/type1/lsdb1252.pfa Xoffice52/share/fonts/type1/lsdb1252.pfb Xoffice52/share/fonts/type1/lsdo1250.pfa Xoffice52/share/fonts/type1/lsdo1250.pfb Xoffice52/share/fonts/type1/lsdo1251.pfa Xoffice52/share/fonts/type1/lsdo1251.pfb Xoffice52/share/fonts/type1/lsdo1252.pfa Xoffice52/share/fonts/type1/lsdo1252.pfb Xoffice52/share/fonts/type1/lsob1250.pfa Xoffice52/share/fonts/type1/lsob1250.pfb Xoffice52/share/fonts/type1/lsob1251.pfa Xoffice52/share/fonts/type1/lsob1251.pfb Xoffice52/share/fonts/type1/lsob1252.pfa Xoffice52/share/fonts/type1/lsob1252.pfb Xoffice52/share/fonts/type1/lsre1250.pfa Xoffice52/share/fonts/type1/lsre1250.pfb Xoffice52/share/fonts/type1/lsre1251.pfa Xoffice52/share/fonts/type1/lsre1251.pfb Xoffice52/share/fonts/type1/lsre1252.pfa Xoffice52/share/fonts/type1/lsre1252.pfb Xoffice52/share/fonts/type1/ltbd1250.pfa Xoffice52/share/fonts/type1/ltbd1250.pfb Xoffice52/share/fonts/type1/ltbd1251.pfa Xoffice52/share/fonts/type1/ltbd1251.pfb Xoffice52/share/fonts/type1/ltbd1252.pfa Xoffice52/share/fonts/type1/ltbd1252.pfb Xoffice52/share/fonts/type1/ltbo1250.pfa Xoffice52/share/fonts/type1/ltbo1250.pfb Xoffice52/share/fonts/type1/ltbo1251.pfa Xoffice52/share/fonts/type1/ltbo1251.pfb Xoffice52/share/fonts/type1/ltbo1252.pfa Xoffice52/share/fonts/type1/ltbo1252.pfb Xoffice52/share/fonts/type1/ltob1250.pfa Xoffice52/share/fonts/type1/ltob1250.pfb Xoffice52/share/fonts/type1/ltob1251.pfa Xoffice52/share/fonts/type1/ltob1251.pfb Xoffice52/share/fonts/type1/ltob1252.pfa Xoffice52/share/fonts/type1/ltob1252.pfb Xoffice52/share/fonts/type1/ltre1250.pfa Xoffice52/share/fonts/type1/ltre1250.pfb Xoffice52/share/fonts/type1/ltre1251.pfa Xoffice52/share/fonts/type1/ltre1251.pfb Xoffice52/share/fonts/type1/ltre1252.pfa Xoffice52/share/fonts/type1/ltre1252.pfb Xoffice52/share/fonts/type1/starbats.pfa Xoffice52/share/fonts/type1/starbats.pfb Xoffice52/share/fonts/type1/starmath.pfa Xoffice52/share/fonts/type1/starmath.pfb Xoffice52/share/fonts/type1/timmb___.pfa Xoffice52/share/fonts/type1/timmb___.pfb Xoffice52/share/fonts/type1/timmbi__.pfa Xoffice52/share/fonts/type1/timmbi__.pfb Xoffice52/share/fonts/type1/timmi___.pfa Xoffice52/share/fonts/type1/timmi___.pfb Xoffice52/share/fonts/type1/timmn___.pfa Xoffice52/share/fonts/type1/timmn___.pfb Xoffice52/share/basic/webwizar.sbl Xoffice52/share/basic/ssfuncs.sbl Xoffice52/share/basic/formwiza.sbl Xoffice52/share/basic/tablewiz.sbl Xoffice52/share/basic/schedule.sbl Xoffice52/share/basic/ssprint.sbl Xoffice52/share/basic/gimmicks.sbl Xoffice52/share/basic/tools.sbl Xoffice52/share/basic/gridwiza.sbl Xoffice52/share/basic/importwi.sbl Xoffice52/share/basic/querywiz.sbl Xoffice52/share/basic/createre.sbl Xoffice52/share/basic/init.sbl Xoffice52/share/basic/dbhandle.sbl Xoffice52/share/basic/reportwi.sbl Xoffice52/share/basic/combowiz.sbl Xoffice52/share/basic/template.sbl Xoffice52/share/basic/internet.sbl Xoffice52/share/basic/euro.sbl Xoffice52/share/basic/formedit.sbl Xoffice52/share/basic/groupwiz.sbl Xoffice52/share/basic/spelling.sbl Xoffice52/share/xp3/fontmetrics/afm/AGaramond-Bold.afm Xoffice52/share/xp3/fontmetrics/afm/AvantGarde-Book.afm Xoffice52/share/xp3/fontmetrics/afm/AvantGarde-BookOblique.afm Xoffice52/share/xp3/fontmetrics/afm/AvantGarde-Demi.afm Xoffice52/share/xp3/fontmetrics/afm/AvantGarde-DemiOblique.afm Xoffice52/share/xp3/fontmetrics/afm/Bookman-Demi.afm Xoffice52/share/xp3/fontmetrics/afm/Bookman-DemiItalic.afm Xoffice52/share/xp3/fontmetrics/afm/Bookman-Light.afm Xoffice52/share/xp3/fontmetrics/afm/Bookman-LightItalic.afm Xoffice52/share/xp3/fontmetrics/afm/Courier-Bold.afm Xoffice52/share/xp3/fontmetrics/afm/Courier-BoldOblique.afm Xoffice52/share/xp3/fontmetrics/afm/Courier-Oblique.afm Xoffice52/share/xp3/fontmetrics/afm/Courier.afm Xoffice52/share/xp3/fontmetrics/afm/GothicBBB-Medium-83pv-RKSJ-H.afm Xoffice52/share/xp3/fontmetrics/afm/GothicBBB-Medium.Roman.afm Xoffice52/share/xp3/fontmetrics/afm/Helvetica.afm Xoffice52/share/xp3/fontmetrics/afm/Helvetica-Bold.afm Xoffice52/share/xp3/fontmetrics/afm/Helvetica-BoldOblique.afm Xoffice52/share/xp3/fontmetrics/afm/Helvetica-Oblique.afm Xoffice52/share/xp3/fontmetrics/afm/NewBaskerville-Bold.afm Xoffice52/share/xp3/fontmetrics/afm/NewBaskerville-BoldItalic.afm Xoffice52/share/xp3/fontmetrics/afm/NewBaskerville-Italic.afm Xoffice52/share/xp3/fontmetrics/afm/NewBaskerville-Roman.afm Xoffice52/share/xp3/fontmetrics/afm/NewCenturySchlbk-Bold.afm Xoffice52/share/xp3/fontmetrics/afm/NewCenturySchlbk-BoldItalic.afm Xoffice52/share/xp3/fontmetrics/afm/NewCenturySchlbk-Italic.afm Xoffice52/share/xp3/fontmetrics/afm/NewCenturySchlbk-Roman.afm Xoffice52/share/xp3/fontmetrics/afm/Palatino-Bold.afm Xoffice52/share/xp3/fontmetrics/afm/Palatino-BoldItalic.afm Xoffice52/share/xp3/fontmetrics/afm/Palatino-Italic.afm Xoffice52/share/xp3/fontmetrics/afm/Palatino-Roman.afm Xoffice52/share/xp3/fontmetrics/afm/Ryumin-Light-83pv-RKSJ-H.afm Xoffice52/share/xp3/fontmetrics/afm/Ryumin-Light.Roman.afm Xoffice52/share/xp3/fontmetrics/afm/Symbol.afm Xoffice52/share/xp3/fontmetrics/afm/Times-Bold.afm Xoffice52/share/xp3/fontmetrics/afm/Times-BoldItalic.afm Xoffice52/share/xp3/fontmetrics/afm/Times-Italic.afm Xoffice52/share/xp3/fontmetrics/afm/Times-Roman.afm Xoffice52/share/xp3/fontmetrics/afm/Windsor.afm Xoffice52/share/xp3/fontmetrics/afm/ZapfChancery-MediumItalic.afm Xoffice52/share/xp3/fontmetrics/afm/ZapfDingbats.afm Xoffice52/share/xp3/fontmetrics/afm/ariob___.afm Xoffice52/share/xp3/fontmetrics/afm/arion___.afm Xoffice52/share/xp3/fontmetrics/afm/chevn___.afm Xoffice52/share/xp3/fontmetrics/afm/chevon__.afm Xoffice52/share/xp3/fontmetrics/afm/congb___.afm Xoffice52/share/xp3/fontmetrics/afm/congn___.afm Xoffice52/share/xp3/fontmetrics/afm/helmb___.afm Xoffice52/share/xp3/fontmetrics/afm/helmbi__.afm Xoffice52/share/xp3/fontmetrics/afm/helmcb__.afm Xoffice52/share/xp3/fontmetrics/afm/helmcbi_.afm Xoffice52/share/xp3/fontmetrics/afm/helmci__.afm Xoffice52/share/xp3/fontmetrics/afm/helmcn__.afm Xoffice52/share/xp3/fontmetrics/afm/helmi___.afm Xoffice52/share/xp3/fontmetrics/afm/helmn___.afm Xoffice52/share/xp3/fontmetrics/afm/lbdb1250.afm Xoffice52/share/xp3/fontmetrics/afm/lbdb1252.afm Xoffice52/share/xp3/fontmetrics/afm/lbdi1250.afm Xoffice52/share/xp3/fontmetrics/afm/lbdi1252.afm Xoffice52/share/xp3/fontmetrics/afm/lbit1250.afm Xoffice52/share/xp3/fontmetrics/afm/lbit1252.afm Xoffice52/share/xp3/fontmetrics/afm/lbre1250.afm Xoffice52/share/xp3/fontmetrics/afm/lbre1252.afm Xoffice52/share/xp3/fontmetrics/afm/lsdb1250.afm Xoffice52/share/xp3/fontmetrics/afm/lsdb1251.afm Xoffice52/share/xp3/fontmetrics/afm/lsdb1252.afm Xoffice52/share/xp3/fontmetrics/afm/lsdo1250.afm Xoffice52/share/xp3/fontmetrics/afm/lsdo1251.afm Xoffice52/share/xp3/fontmetrics/afm/lsdo1252.afm Xoffice52/share/xp3/fontmetrics/afm/lsob1250.afm Xoffice52/share/xp3/fontmetrics/afm/lsob1251.afm Xoffice52/share/xp3/fontmetrics/afm/lsob1252.afm Xoffice52/share/xp3/fontmetrics/afm/lsre1250.afm Xoffice52/share/xp3/fontmetrics/afm/lsre1251.afm Xoffice52/share/xp3/fontmetrics/afm/lsre1252.afm Xoffice52/share/xp3/fontmetrics/afm/ltbd1250.afm Xoffice52/share/xp3/fontmetrics/afm/ltbd1251.afm Xoffice52/share/xp3/fontmetrics/afm/ltbd1252.afm Xoffice52/share/xp3/fontmetrics/afm/ltbo1250.afm Xoffice52/share/xp3/fontmetrics/afm/ltbo1251.afm Xoffice52/share/xp3/fontmetrics/afm/ltbo1252.afm Xoffice52/share/xp3/fontmetrics/afm/ltob1250.afm Xoffice52/share/xp3/fontmetrics/afm/ltob1251.afm Xoffice52/share/xp3/fontmetrics/afm/ltob1252.afm Xoffice52/share/xp3/fontmetrics/afm/ltre1250.afm Xoffice52/share/xp3/fontmetrics/afm/ltre1251.afm Xoffice52/share/xp3/fontmetrics/afm/ltre1252.afm Xoffice52/share/xp3/fontmetrics/afm/starbats.afm Xoffice52/share/xp3/fontmetrics/afm/starmath.afm Xoffice52/share/xp3/fontmetrics/afm/timmb___.afm Xoffice52/share/xp3/fontmetrics/afm/timmbi__.afm Xoffice52/share/xp3/fontmetrics/afm/timmi___.afm Xoffice52/share/xp3/fontmetrics/afm/timmn___.afm Xoffice52/share/xp3/fontmetrics/tfm/9NB00041.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB00042.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB00050.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB00153.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB00292.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB00491.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB01869.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB02995.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB03902.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB03903.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB04827.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB05436.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB05447.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB05448.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB05705.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB06334.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB06335.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB09894.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB09961.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB11478.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB11538.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB11942.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB12382.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB14604.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB14771.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB15724.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB16827.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB17035.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB17421.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB17673.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB18467.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB18468.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB18716.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB18717.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB19169.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB19170.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB19718.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB19895.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB19896.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB19912.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB21726.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB21727.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB23281.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB23811.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB24464.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB25667.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB26299.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB26500.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB26501.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB26962.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB28145.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB28703.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB29358.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB30333.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB31322.TFM Xoffice52/share/xp3/fontmetrics/tfm/9NB32391.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB14E1A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB14LGA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB14PCA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB14PDA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB14PMA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB14R8A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB1CE1A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB1CLGA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB1CLGC.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB1CPCA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB1CPDA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB1CPMA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRB1CR8A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI14E1A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI14LGA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI14PCA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI14PDA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI14PMA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI14R8A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI1CE1A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI1CLGA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI1CPCA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI1CPDA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI1CPMA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRI1CR8A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR14E1A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR14LGA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR14PCA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR14PDA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR14PMA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR14R8A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR1CE1A.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR1CLGA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR1CPCA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR1CPDA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR1CPMA.TFM Xoffice52/share/xp3/fontmetrics/tfm/CRR1CR8A.TFM Xoffice52/share/xp3/fontmetrics/tfm/LPR0YE1A.TFM Xoffice52/share/xp3/fontmetrics/tfm/LPR0YLGA.TFM Xoffice52/share/xp3/fontmetrics/tfm/LPR0YPCA.TFM Xoffice52/share/xp3/fontmetrics/tfm/LPR0YPDA.TFM Xoffice52/share/xp3/fontmetrics/tfm/LPR0YPMA.TFM Xoffice52/share/xp3/fontmetrics/tfm/LPR0YR8A.TFM Xoffice52/share/xp3/fontmetrics/tfm/TRB0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/TRI0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/TRJ0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/TRR0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/UNA0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/UNB0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/UNC0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/UNF0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/UNH0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/UNI0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/UNJ0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/UNR0000S.TFM Xoffice52/share/xp3/fontmetrics/tfm/ZDR0000S.TFM Xoffice52/share/xp3/ppds/ADISTILL.PS Xoffice52/share/xp3/ppds/HP__CLJ1.PS Xoffice52/share/xp3/ppds/APLWGRJ1.PS Xoffice52/share/xp3/ppds/APLWIIF2.PS Xoffice52/share/xp3/ppds/APLWLOT1.PS Xoffice52/share/xp3/ppds/APNTXJ1_.PS Xoffice52/share/xp3/ppds/APPL_380.PS Xoffice52/share/xp3/ppds/APPL_422.PS Xoffice52/share/xp3/ppds/HP_3P52_.PS Xoffice52/share/xp3/ppds/HP_3D52_.PS Xoffice52/share/xp3/ppds/HPLJ__31.PS Xoffice52/share/xp3/ppds/APTOLLW1.PS Xoffice52/share/xp3/ppds/HPLJ5SIM.PS Xoffice52/share/xp3/ppds/HPLJ5SI1.PS Xoffice52/share/xp3/ppds/CAECOGR1.PS Xoffice52/share/xp3/ppds/HPLJ5P_1.PS Xoffice52/share/xp3/ppds/HPLJ5M_4.PS Xoffice52/share/xp3/ppds/HPLJ4MV1.PS Xoffice52/share/xp3/ppds/HPLJ3P1_.PS Xoffice52/share/xp3/ppds/HPLJ3D1_.PS Xoffice52/share/xp3/ppds/HPIIP52_.PS Xoffice52/share/xp3/ppds/HPIII52_.PS Xoffice52/share/xp3/ppds/HPIID52_.PS Xoffice52/share/xp3/ppds/HP4SI6_1.PS Xoffice52/share/xp3/ppds/DC1152_1.PS Xoffice52/share/xp3/ppds/HP4SI3_1.PS Xoffice52/share/xp3/ppds/HP4PLUS6.PS Xoffice52/share/xp3/ppds/HP4PLUS3.PS Xoffice52/share/xp3/ppds/HP4MP6_1.PS Xoffice52/share/xp3/ppds/HP4MP3_1.PS Xoffice52/share/xp3/ppds/HP4ML_V1.PS Xoffice52/share/xp3/ppds/HP4M6_V1.PS Xoffice52/share/xp3/ppds/EFXJK3F3.PS Xoffice52/share/xp3/ppds/HP4M3_V1.PS Xoffice52/share/xp3/ppds/HP3SIL21.PS Xoffice52/share/xp3/ppds/HP3SI52_.PS Xoffice52/share/xp3/ppds/EP_STPH1.PS Xoffice52/share/xp3/ppds/HP2500C1.PS Xoffice52/share/xp3/ppds/HP1200C1.PS Xoffice52/share/xp3/ppds/GENERIC.PS Xoffice52/share/xp3/ppds/EP_P1201.PS Xoffice52/share/xp3/ppds/EP_P0701.PS Xoffice52/share/xp3/ppds/EP_82F51.PS Xoffice52/share/xp3/ppds/EP_82F21.PS Xoffice52/share/xp3/ppds/EP_50001.PS Xoffice52/share/xp3/ppds/EP_30001.PS Xoffice52/share/xp3/ppds/EP_15201.PS Xoffice52/share/xp3/ppds/EP_08001.PS Xoffice52/share/xp3/ppds/EFXJK303.PS Xoffice52/share/xp3/ppds/EFXJK2F3.PS Xoffice52/share/xp3/ppds/EFXJK1F3.PS Xoffice52/share/xp3/ppds/EFMX7010.PS Xoffice52/share/xp3/ppds/EFMX5010.PS Xoffice52/share/xp3/ppds/EFMX3010.PS Xoffice52/share/xp3/ppds/EFAX7010.PS Xoffice52/share/xp3/ppds/EFAX5010.PS Xoffice52/share/xp3/ppds/EFAX4010.PS Xoffice52/share/xp3/ppds/EFAX3010.PS Xoffice52/share/xp3/ppds/APTOLLD1.PS Xoffice52/share/xp3/ppds/APNTX501.PS Xoffice52/share/xp3/ppds/APPL_230.PS Xoffice52/share/xp3/ppds/APL_NTR1.PS Xoffice52/share/xp3/ppds/APNT518_.PS Xoffice52/share/xp3/ppds/APL_IIF1.PS Xoffice52/share/xp3/ppds/APL_IIG1.PS Xoffice52/share/xp3/ppds/APLWGRI1.PS Xoffice52/share/xp3/ppds/APLWIIG2.PS Xoffice52/share/xp3/ppds/APLWGRF1.PS Xoffice52/share/xp3/ppds/APLWCSB1.PS Xoffice52/share/xp3/ppds/APLWCOB1.PS Xoffice52/share/xp3/ppds/APLWBGR1.PS Xoffice52/share/xp3/ppds/APLW81F1.PS Xoffice52/share/xp3/ppds/APLW8101.PS Xoffice52/share/xp3/ppds/APLW6101.PS Xoffice52/share/xp3/ppds/APLW3601.PS Xoffice52/share/xp3/ppds/APLW3201.PS Xoffice52/share/xp3/ppds/APLW3101.PS Xoffice52/share/xp3/ppds/KD92P001.PS Xoffice52/share/xp3/ppds/L20__493.PS Xoffice52/share/xp3/ppds/L30__493.PS Xoffice52/share/xp3/ppds/L33__523.PS Xoffice52/share/xp3/ppds/L50__493.PS Xoffice52/share/xp3/ppds/L53__523.PS Xoffice52/share/xp3/ppds/LEX4039P.PS Xoffice52/share/xp3/ppds/LHSIGNI3.PS Xoffice52/share/xp3/ppds/LOS3455P.PS Xoffice52/share/xp3/ppds/LWNT_518.PS Xoffice52/share/xp3/ppds/SGENPRT.PS Xoffice52/share/xp3/ppds/TKP600J1.PS Xoffice52/share/xp3/ppds/TKPH6001.PS Xoffice52/share/xp3/ppds/LOPTRAEP.PS Xoffice52/share/xp3/ppds/LOPTRAK.PS Xoffice52/share/xp3/ppds/LOPS3455.PS Xoffice52/share/xp3/ppds/LOPTRAC.PS Xoffice52/share/xp3/ppds/LOPT616.PS Xoffice52/share/xp3/ppds/LOPT614.PS Xoffice52/share/xp3/ppds/U9415470.PS Xoffice52/share/xp3/ppds/LOPT612.PS Xoffice52/share/xp3/ppds/LOPT610.PS Xoffice52/share/xp3/ppds/LOPTRAN.PS Xoffice52/share/xp3/ppds/LOS1255P.PS Xoffice52/share/xp3/ppds/LOS1625P.PS Xoffice52/share/xp3/ppds/LOPTRASC.PS Xoffice52/share/xp3/ppds/LOPW810.PS Xoffice52/share/xp3/ppds/LOPS2455.PS Xoffice52/share/xp3/ppds/LOPTRAS.PS Xoffice52/share/xp3/ppds/LOPTRAP.PS Xoffice52/share/xp3/ppds/LOPS1625.PS Xoffice52/share/xp3/ppds/LOPS1855.PS Xoffice52/share/xp3/ppds/LOPC1200.PS Xoffice52/share/xp3/ppds/LOPS1255.PS Xoffice52/share/xp3/ppds/LOPM410.PS Xoffice52/share/xp3/ppds/LOPE310.PS Xoffice52/share/xp3/ppds/LOPC45.PS Xoffice52/share/xp3/ppds/LOPC40.PS Xoffice52/share/xp3/ppds/LHSIGIJ4.PS Xoffice52/share/xp3/ppds/LHSIGNH3.PS Xoffice52/share/xp3/ppds/LHQUSRI3.PS Xoffice52/share/xp3/ppds/LHSIGHJ4.PS Xoffice52/share/xp3/ppds/LHQUSRH3.PS Xoffice52/share/xp3/ppds/LHQUSHJ4.PS Xoffice52/share/xp3/ppds/LHQUSIJ4.PS Xoffice52/share/xp3/ppds/LHHRKPH7.PS Xoffice52/share/xp3/ppds/LHHRKPI7.PS Xoffice52/share/xp3/ppds/XRD61801.PS Xoffice52/share/xp3/ppds/TKPH3801.PS Xoffice52/share/xp3/ppds/TKPH4501.PS Xoffice52/share/xp3/ppds/TKP350J2.PS Xoffice52/share/xp3/ppds/XRN24320.PS Xoffice52/share/xp3/ppds/LHHKPIJ7.PS Xoffice52/share/xp3/ppds/XRN17000.PS Xoffice52/share/xp3/ppds/XRD61354.PS Xoffice52/share/xp3/ppds/LHHKPHJ7.PS Xoffice52/share/xp3/ppds/TKP450P1.PS Xoffice52/share/xp3/ppds/TKP550J1.PS Xoffice52/share/xp3/ppds/TKP380P1.PS Xoffice52/share/xp3/ppds/TKP450J1.PS Xoffice52/share/xp3/ppds/TKP360P1.PS Xoffice52/share/xp3/ppds/TK550PJ1.PS Xoffice52/share/xp3/ppds/TKP380J1.PS Xoffice52/share/xp3/ppds/TK550391.PS Xoffice52/share/xp3/ppds/TK550171.PS Xoffice52/share/xp3/ppds/TK450PJ1.PS Xoffice52/share/xp3/ppds/TK360J71.PS Xoffice52/share/xp3/ppds/TK360J51.PS Xoffice52/share/xp3/ppds/TK360J21.PS Xoffice52/share/xp3/ppds/TK350PJ2.PS Xoffice52/share/xp3/ppds/TK350692.PS Xoffice52/share/xp3/ppds/TK350691.PS Xoffice52/share/xp3/ppds/TK350172.PS Xoffice52/share/xp3/ppds/TK350171.PS Xoffice52/share/xp3/ppds/TK300XJ1.PS Xoffice52/share/xp3/ppds/TK300PJ1.PS Xoffice52/share/xp3/ppds/SNSPREC1.PS Xoffice52/share/xp3/ppds/LOS1855P.PS Xoffice52/share/xp3/ppds/LOS2455P.PS Xoffice52/share/xp3/ppds/LHHERKI4.PS Xoffice52/share/xp3/ppds/LHHERKH3.PS Xoffice52/share/xp3/ppds/LHHERIJ4.PS Xoffice52/share/xp3/ppds/LHHERHJ4.PS Xoffice52/share/xp3/ppds/LHGUBHJ4.PS Xoffice52/share/xp3/ppds/LHGUBEH3.PS Xoffice52/share/xp3/ppds/LHCOFLR5.PS Xoffice52/share/xp3/ppds/LHCOFLC5.PS Xoffice52/share/xp3/ppds/LHCFLRJ5.PS Xoffice52/share/xp3/ppds/LEXOPTR_.PS Xoffice52/share/xp3/ppds/LEX4079P.PS Xoffice52/share/xp3/ppds/L533_523.PS Xoffice52/share/xp3/ppds/L333_523.PS Xoffice52/share/xp3/ppds/L30__471.PS Xoffice52/share/xp3/ppds/L20__471.PS Xoffice52/share/xp3/ppds/L10__425.PS Xoffice52/share/xp3/ppds/KDH00002.PS Xoffice52/share/xp3/ppds/KDH00001.PS Xoffice52/share/xp3/ppds/KD8650P1.PS Xoffice52/share/xp3/ppds/XR_DC230.PS Xoffice52/share/xp3/pssoftfonts/ariob___.pfb Xoffice52/share/xp3/pssoftfonts/arion___.pfb Xoffice52/share/xp3/pssoftfonts/chevn___.pfb Xoffice52/share/xp3/pssoftfonts/chevon__.pfb Xoffice52/share/xp3/pssoftfonts/congb___.pfb Xoffice52/share/xp3/pssoftfonts/congn___.pfb Xoffice52/share/xp3/pssoftfonts/helmb___.pfb Xoffice52/share/xp3/pssoftfonts/helmbi__.pfb Xoffice52/share/xp3/pssoftfonts/helmcb__.pfb Xoffice52/share/xp3/pssoftfonts/helmcbi_.pfb Xoffice52/share/xp3/pssoftfonts/helmci__.pfb Xoffice52/share/xp3/pssoftfonts/helmcn__.pfb Xoffice52/share/xp3/pssoftfonts/helmi___.pfb Xoffice52/share/xp3/pssoftfonts/helmn___.pfb Xoffice52/share/xp3/pssoftfonts/lbdb1250.pfb Xoffice52/share/xp3/pssoftfonts/lbdb1252.pfb Xoffice52/share/xp3/pssoftfonts/lbdi1250.pfb Xoffice52/share/xp3/pssoftfonts/lbdi1252.pfb Xoffice52/share/xp3/pssoftfonts/lbit1250.pfb Xoffice52/share/xp3/pssoftfonts/lbit1252.pfb Xoffice52/share/xp3/pssoftfonts/lbre1250.pfb Xoffice52/share/xp3/pssoftfonts/lbre1252.pfb Xoffice52/share/xp3/pssoftfonts/lsdb1250.pfb Xoffice52/share/xp3/pssoftfonts/lsdb1251.pfb Xoffice52/share/xp3/pssoftfonts/lsdb1252.pfb Xoffice52/share/xp3/pssoftfonts/lsdo1250.pfb Xoffice52/share/xp3/pssoftfonts/lsdo1251.pfb Xoffice52/share/xp3/pssoftfonts/lsdo1252.pfb Xoffice52/share/xp3/pssoftfonts/lsob1250.pfb Xoffice52/share/xp3/pssoftfonts/lsob1251.pfb Xoffice52/share/xp3/pssoftfonts/lsob1252.pfb Xoffice52/share/xp3/pssoftfonts/lsre1250.pfb Xoffice52/share/xp3/pssoftfonts/lsre1251.pfb Xoffice52/share/xp3/pssoftfonts/lsre1252.pfb Xoffice52/share/xp3/pssoftfonts/ltbd1250.pfb Xoffice52/share/xp3/pssoftfonts/ltbd1251.pfb Xoffice52/share/xp3/pssoftfonts/ltbd1252.pfb Xoffice52/share/xp3/pssoftfonts/ltbo1250.pfb Xoffice52/share/xp3/pssoftfonts/ltbo1251.pfb Xoffice52/share/xp3/pssoftfonts/ltbo1252.pfb Xoffice52/share/xp3/pssoftfonts/ltob1250.pfb Xoffice52/share/xp3/pssoftfonts/ltob1251.pfb Xoffice52/share/xp3/pssoftfonts/ltob1252.pfb Xoffice52/share/xp3/pssoftfonts/ltre1250.pfb Xoffice52/share/xp3/pssoftfonts/ltre1251.pfb Xoffice52/share/xp3/pssoftfonts/ltre1252.pfb Xoffice52/share/xp3/pssoftfonts/starbats.pfb Xoffice52/share/xp3/pssoftfonts/starmath.pfb Xoffice52/share/xp3/pssoftfonts/timmb___.pfb Xoffice52/share/xp3/pssoftfonts/timmbi__.pfb Xoffice52/share/xp3/pssoftfonts/timmi___.pfb Xoffice52/share/xp3/pssoftfonts/timmn___.pfb Xoffice52/share/xp3/pclstd.fonts Xoffice52/share/xp3/psstd.fonts Xoffice52/share/xp3/rgb.txt Xoffice52/share/xp3/xprinter.prolog Xoffice52/share/xp3/Xpdefaults Xoffice52/share/gallery/www-back/aqua.jpg Xoffice52/share/gallery/www-back/back.jpg Xoffice52/share/gallery/www-back/backdark.jpg Xoffice52/share/gallery/www-back/bathroom.jpg Xoffice52/share/gallery/www-back/blocks.jpg Xoffice52/share/gallery/www-back/blow_green.jpg Xoffice52/share/gallery/www-back/blue.jpg Xoffice52/share/gallery/www-back/blueblop.jpg Xoffice52/share/gallery/www-back/brback.jpg Xoffice52/share/gallery/www-back/brnpaws.gif Xoffice52/share/gallery/www-back/bulb.gif Xoffice52/share/gallery/www-back/bulging.jpg Xoffice52/share/gallery/www-back/bumps1.jpg Xoffice52/share/gallery/www-back/bumps2.jpg Xoffice52/share/gallery/www-back/canvas_blue.jpg Xoffice52/share/gallery/www-back/cheese.jpg Xoffice52/share/gallery/www-back/chocolate.jpg Xoffice52/share/gallery/www-back/circle.jpg Xoffice52/share/gallery/www-back/citrus.jpg Xoffice52/share/gallery/www-back/confetti.jpg Xoffice52/share/gallery/www-back/daisy.jpg Xoffice52/share/gallery/www-back/fluffy-grey.jpg Xoffice52/share/gallery/www-back/sky.jpg Xoffice52/share/gallery/www-back/fluffy.jpg Xoffice52/share/gallery/www-back/fond_ora.jpg Xoffice52/share/gallery/www-back/fuzzy-blue.jpg Xoffice52/share/gallery/www-back/fuzzy-darkgrey.jpg Xoffice52/share/gallery/www-back/fuzzy-grey.jpg Xoffice52/share/gallery/www-back/fuzzy-lightgrey.jpg Xoffice52/share/gallery/www-back/fuzzy_light.jpg Xoffice52/share/gallery/www-back/grcross.jpg Xoffice52/share/gallery/www-back/gregre.gif Xoffice52/share/gallery/www-back/grey.gif Xoffice52/share/gallery/www-back/grey2bri.jpg Xoffice52/share/gallery/www-back/grypaws.gif Xoffice52/share/gallery/www-back/ice-blue.jpg Xoffice52/share/gallery/www-back/ice-light.jpg Xoffice52/share/gallery/www-back/imitation_leather.jpg Xoffice52/share/gallery/www-back/interstices.jpg Xoffice52/share/gallery/www-back/jeans.jpg Xoffice52/share/gallery/www-back/jeansblk.jpg Xoffice52/share/gallery/www-back/lawn-artificial.jpg Xoffice52/share/gallery/www-back/lawn.jpg Xoffice52/share/gallery/www-back/lightblue-wet.jpg Xoffice52/share/gallery/www-back/linen-fine.jpg Xoffice52/share/gallery/www-back/lino-green.jpg Xoffice52/share/gallery/www-back/liquid-blue.jpg Xoffice52/share/gallery/www-back/marble.jpg Xoffice52/share/gallery/www-back/marble_dark.jpg Xoffice52/share/gallery/www-back/mazes.jpg Xoffice52/share/gallery/www-back/mint.gif Xoffice52/share/gallery/www-back/notes.gif Xoffice52/share/gallery/www-back/pattern.jpg Xoffice52/share/gallery/www-back/pattern2.jpg Xoffice52/share/gallery/www-back/pebble-light.jpg Xoffice52/share/gallery/www-back/pink.gif Xoffice52/share/gallery/www-back/pool.jpg Xoffice52/share/gallery/www-back/popcorn.jpg Xoffice52/share/gallery/www-back/purple.jpg Xoffice52/share/gallery/www-back/reddark.jpg Xoffice52/share/gallery/www-back/rings-green.jpg Xoffice52/share/gallery/www-back/rings-orange.jpg Xoffice52/share/gallery/www-back/roses.jpg Xoffice52/share/gallery/www-back/sand-light.jpg Xoffice52/share/gallery/www-back/sand.jpg Xoffice52/share/gallery/www-back/smgreen.jpg Xoffice52/share/gallery/www-back/space.jpg Xoffice52/share/gallery/www-back/soft-structure_grey.jpg Xoffice52/share/gallery/www-back/stone-dark.jpg Xoffice52/share/gallery/www-back/stone.jpg Xoffice52/share/gallery/www-back/structure.jpg Xoffice52/share/gallery/www-back/structure_darkgreen.gif Xoffice52/share/gallery/www-back/structure_green.jpg Xoffice52/share/gallery/www-back/tissue.jpg Xoffice52/share/gallery/www-back/velvet.jpg Xoffice52/share/gallery/www-back/wall-grey.jpg Xoffice52/share/gallery/www-back/watback.jpg Xoffice52/share/gallery/www-back/water.jpg Xoffice52/share/gallery/www-back/waterblue.jpg Xoffice52/share/gallery/www-back/wet-turquoise.jpg Xoffice52/share/gallery/www-back/wildstruc.jpg Xoffice52/share/gallery/www-back/wood.gif Xoffice52/share/gallery/www-back/wood.jpg Xoffice52/share/gallery/www-back/yellow.jpg Xoffice52/share/gallery/symbols/answer.wmf Xoffice52/share/gallery/symbols/attention.wmf Xoffice52/share/gallery/symbols/bomb.wmf Xoffice52/share/gallery/symbols/cloud.wmf Xoffice52/share/gallery/symbols/cloudy.wmf Xoffice52/share/gallery/symbols/cold.wmf Xoffice52/share/gallery/symbols/compassrose.wmf Xoffice52/share/gallery/symbols/computer.wmf Xoffice52/share/gallery/symbols/cup.wmf Xoffice52/share/gallery/symbols/cut.wmf Xoffice52/share/gallery/symbols/disabled.wmf Xoffice52/share/gallery/symbols/down.wmf Xoffice52/share/gallery/symbols/drop.wmf Xoffice52/share/gallery/symbols/exting.wmf Xoffice52/share/gallery/symbols/family_1.wmf Xoffice52/share/gallery/symbols/family_2.wmf Xoffice52/share/gallery/symbols/female.wmf Xoffice52/share/gallery/symbols/five.wmf Xoffice52/share/gallery/symbols/flash.wmf Xoffice52/share/gallery/symbols/four.wmf Xoffice52/share/gallery/symbols/group_1.wmf Xoffice52/share/gallery/symbols/group_2.wmf Xoffice52/share/gallery/symbols/handshake.wmf Xoffice52/share/gallery/symbols/help.wmf Xoffice52/share/gallery/symbols/hot.wmf Xoffice52/share/gallery/symbols/idea.wmf Xoffice52/share/gallery/symbols/left.wmf Xoffice52/share/gallery/symbols/letter.wmf Xoffice52/share/gallery/symbols/letter_2.wmf Xoffice52/share/gallery/symbols/loudspeaker.wmf Xoffice52/share/gallery/symbols/male.wmf Xoffice52/share/gallery/symbols/man.wmf Xoffice52/share/gallery/symbols/man1.wmf Xoffice52/share/gallery/symbols/man2.wmf Xoffice52/share/gallery/symbols/medal.wmf Xoffice52/share/gallery/symbols/meeting.wmf Xoffice52/share/gallery/symbols/mild.wmf Xoffice52/share/gallery/symbols/monitor.wmf Xoffice52/share/gallery/symbols/network.wmf Xoffice52/share/gallery/symbols/no_smoking.wmf Xoffice52/share/gallery/symbols/nosmoke.wmf Xoffice52/share/gallery/symbols/one.wmf Xoffice52/share/gallery/symbols/page.wmf Xoffice52/share/gallery/symbols/pair.wmf Xoffice52/share/gallery/symbols/paper.wmf Xoffice52/share/gallery/symbols/paperclip.wmf Xoffice52/share/gallery/symbols/pen.wmf Xoffice52/share/gallery/symbols/plane.wmf Xoffice52/share/gallery/symbols/q_and_a.wmf Xoffice52/share/gallery/symbols/question.wmf Xoffice52/share/gallery/symbols/rain.wmf Xoffice52/share/gallery/symbols/right.wmf Xoffice52/share/gallery/symbols/scissors.wmf Xoffice52/share/gallery/symbols/ship.wmf Xoffice52/share/gallery/symbols/snowflake.wmf Xoffice52/share/gallery/symbols/stop.wmf Xoffice52/share/gallery/symbols/sun.wmf Xoffice52/share/gallery/symbols/teacher.wmf Xoffice52/share/gallery/symbols/three.wmf Xoffice52/share/gallery/symbols/top.wmf Xoffice52/share/gallery/symbols/train.wmf Xoffice52/share/gallery/symbols/two.wmf Xoffice52/share/gallery/symbols/web.wmf Xoffice52/share/gallery/symbols/wheelchair.wmf Xoffice52/share/gallery/symbols/woman.wmf Xoffice52/share/gallery/symbols/woman1.wmf Xoffice52/share/gallery/symbols/woman2.wmf Xoffice52/share/gallery/symbols/writing.wmf Xoffice52/share/gallery/symbols/zero.wmf Xoffice52/share/gallery/surface/berries.jpg Xoffice52/share/gallery/surface/blue-coarse.jpg Xoffice52/share/gallery/surface/blue2.jpg Xoffice52/share/gallery/surface/blue3.jpg Xoffice52/share/gallery/surface/blue4.jpg Xoffice52/share/gallery/surface/bluegray.jpg Xoffice52/share/gallery/surface/chaossky.jpg Xoffice52/share/gallery/surface/choc.jpg Xoffice52/share/gallery/surface/crazy-blue.jpg Xoffice52/share/gallery/surface/crazy-green.jpg Xoffice52/share/gallery/surface/drops.jpg Xoffice52/share/gallery/surface/fiery.jpg Xoffice52/share/gallery/surface/green.jpg Xoffice52/share/gallery/surface/green_drops.jpg Xoffice52/share/gallery/surface/gregrn.jpg Xoffice52/share/gallery/surface/grey1.jpg Xoffice52/share/gallery/surface/grey2.jpg Xoffice52/share/gallery/surface/grooved.jpg Xoffice52/share/gallery/surface/hyper-metal.jpg Xoffice52/share/gallery/surface/leaves-brown.jpg Xoffice52/share/gallery/surface/leaves-green.jpg Xoffice52/share/gallery/surface/leaves.jpg Xoffice52/share/gallery/surface/linen-blue.jpg Xoffice52/share/gallery/surface/linen.jpg Xoffice52/share/gallery/surface/lino-blue.jpg Xoffice52/share/gallery/surface/marble.jpg Xoffice52/share/gallery/surface/metal-blue.jpg Xoffice52/share/gallery/surface/mosaic.jpg Xoffice52/share/gallery/surface/mussel.jpg Xoffice52/share/gallery/surface/net.jpg Xoffice52/share/gallery/surface/orange.gif Xoffice52/share/gallery/surface/orange1.jpg Xoffice52/share/gallery/surface/orange2.jpg Xoffice52/share/gallery/surface/pasta.jpg Xoffice52/share/gallery/surface/pattern-big.jpg Xoffice52/share/gallery/surface/pebbles.jpg Xoffice52/share/gallery/surface/pink.jpg Xoffice52/share/gallery/surface/power.jpg Xoffice52/share/gallery/surface/raindrop.jpg Xoffice52/share/gallery/surface/roughcast.jpg Xoffice52/share/gallery/surface/sandstone.jpg Xoffice52/share/gallery/surface/space-metal.jpg Xoffice52/share/gallery/surface/star.jpg Xoffice52/share/gallery/surface/stones.jpg Xoffice52/share/gallery/surface/sunflowers.jpg Xoffice52/share/gallery/surface/tulip.jpg Xoffice52/share/gallery/surface/violet1.jpg Xoffice52/share/gallery/surface/wall-red.jpg Xoffice52/share/gallery/surface/wall1.jpg Xoffice52/share/gallery/surface/wall2.jpg Xoffice52/share/gallery/surface/water.jpg Xoffice52/share/gallery/surface/wet.jpg Xoffice52/share/gallery/surface/yellow.jpg Xoffice52/share/gallery/photos/apples.jpg Xoffice52/share/gallery/photos/autumn.jpg Xoffice52/share/gallery/photos/canyon.jpg Xoffice52/share/gallery/photos/castle.jpg Xoffice52/share/gallery/photos/clouds.jpg Xoffice52/share/gallery/photos/desert1.jpg Xoffice52/share/gallery/photos/desert2.jpg Xoffice52/share/gallery/photos/desert3.jpg Xoffice52/share/gallery/photos/flowers.jpg Xoffice52/share/gallery/photos/forest1.jpg Xoffice52/share/gallery/photos/forest2.jpg Xoffice52/share/gallery/photos/gldngate.jpg Xoffice52/share/gallery/photos/leafs.jpg Xoffice52/share/gallery/photos/meadow.jpg Xoffice52/share/gallery/photos/mountns1.jpg Xoffice52/share/gallery/photos/mountns2.jpg Xoffice52/share/gallery/photos/mountns3.jpg Xoffice52/share/gallery/photos/ocean.jpg Xoffice52/share/gallery/photos/railroad.jpg Xoffice52/share/gallery/photos/sunflowr.jpg Xoffice52/share/gallery/photos/sunset1.jpg Xoffice52/share/gallery/photos/sunset2.jpg Xoffice52/share/gallery/photos/sunset3.jpg Xoffice52/share/gallery/photos/sunset4.jpg Xoffice52/share/gallery/photos/tajmahal.jpg Xoffice52/share/gallery/photos/watrlily.jpg Xoffice52/share/gallery/rulers/blkballs.gif Xoffice52/share/gallery/rulers/blurulr1.gif Xoffice52/share/gallery/rulers/blurulr2.gif Xoffice52/share/gallery/rulers/blurulr3.gif Xoffice52/share/gallery/rulers/blurulr4.gif Xoffice52/share/gallery/rulers/blurulr5.gif Xoffice52/share/gallery/rulers/blurulr6.gif Xoffice52/share/gallery/rulers/gldballs.gif Xoffice52/share/gallery/rulers/grnballs.gif Xoffice52/share/gallery/rulers/grnrulr1.gif Xoffice52/share/gallery/rulers/grnrulr2.gif Xoffice52/share/gallery/rulers/grnrulr3.gif Xoffice52/share/gallery/rulers/grnrulr4.gif Xoffice52/share/gallery/rulers/gryrulr1.gif Xoffice52/share/gallery/rulers/gryrulr2.gif Xoffice52/share/gallery/rulers/gryrulr3.gif Xoffice52/share/gallery/rulers/orgrulr1.gif Xoffice52/share/gallery/rulers/redrulr1.gif Xoffice52/share/gallery/rulers/redrulr2.gif Xoffice52/share/gallery/rulers/redrulr3.gif Xoffice52/share/gallery/rulers/redrulr4.gif Xoffice52/share/gallery/rulers/redrulr5.gif Xoffice52/share/gallery/rulers/striped.gif Xoffice52/share/gallery/rulers/whtballs.gif Xoffice52/share/gallery/rulers/ylwrulr1.gif Xoffice52/share/gallery/www-graf/bluat.gif Xoffice52/share/gallery/www-graf/bluback.gif Xoffice52/share/gallery/www-graf/bludisk.gif Xoffice52/share/gallery/www-graf/bludown.gif Xoffice52/share/gallery/www-graf/bluhome.gif Xoffice52/share/gallery/www-graf/bluinfo.gif Xoffice52/share/gallery/www-graf/bluleft.gif Xoffice52/share/gallery/www-graf/blumail.gif Xoffice52/share/gallery/www-graf/bluminus.gif Xoffice52/share/gallery/www-graf/bluplus.gif Xoffice52/share/gallery/www-graf/bluquest.gif Xoffice52/share/gallery/www-graf/bluright.gif Xoffice52/share/gallery/www-graf/bluup.gif Xoffice52/share/gallery/www-graf/created.gif Xoffice52/share/gallery/www-graf/gredisk.gif Xoffice52/share/gallery/www-graf/gredown.gif Xoffice52/share/gallery/www-graf/grehome.gif Xoffice52/share/gallery/www-graf/greinfo.gif Xoffice52/share/gallery/www-graf/greleft.gif Xoffice52/share/gallery/www-graf/gremail.gif Xoffice52/share/gallery/www-graf/greminus.gif Xoffice52/share/gallery/www-graf/greplus.gif Xoffice52/share/gallery/www-graf/grequest.gif Xoffice52/share/gallery/www-graf/greright.gif Xoffice52/share/gallery/www-graf/greup.gif Xoffice52/share/gallery/www-graf/grnat.gif Xoffice52/share/gallery/www-graf/grnback.gif Xoffice52/share/gallery/www-graf/grndisk.gif Xoffice52/share/gallery/www-graf/grndown.gif Xoffice52/share/gallery/www-graf/grnexcla.gif Xoffice52/share/gallery/www-graf/grnhome.gif Xoffice52/share/gallery/www-graf/grninfo.gif Xoffice52/share/gallery/www-graf/grnleft.gif Xoffice52/share/gallery/www-graf/grnmail.gif Xoffice52/share/gallery/www-graf/grnminus.gif Xoffice52/share/gallery/www-graf/grnplus.gif Xoffice52/share/gallery/www-graf/grnquest.gif Xoffice52/share/gallery/www-graf/grnright.gif Xoffice52/share/gallery/www-graf/grnup.gif Xoffice52/share/gallery/www-graf/gryat.gif Xoffice52/share/gallery/www-graf/gryback.gif Xoffice52/share/gallery/www-graf/grydisk.gif Xoffice52/share/gallery/www-graf/grydown.gif Xoffice52/share/gallery/www-graf/gryhome.gif Xoffice52/share/gallery/www-graf/gryinfo.gif Xoffice52/share/gallery/www-graf/gryleft.gif Xoffice52/share/gallery/www-graf/grymail.gif Xoffice52/share/gallery/www-graf/gryminus.gif Xoffice52/share/gallery/www-graf/gryplus.gif Xoffice52/share/gallery/www-graf/gryquest.gif Xoffice52/share/gallery/www-graf/gryright.gif Xoffice52/share/gallery/www-graf/gryup.gif Xoffice52/share/gallery/www-graf/men@work.gif Xoffice52/share/gallery/www-graf/office.gif Xoffice52/share/gallery/www-graf/orgat.gif Xoffice52/share/gallery/www-graf/orgback.gif Xoffice52/share/gallery/www-graf/orgdisk.gif Xoffice52/share/gallery/www-graf/orgdown.gif Xoffice52/share/gallery/www-graf/orghome.gif Xoffice52/share/gallery/www-graf/orginfo.gif Xoffice52/share/gallery/www-graf/orgleft.gif Xoffice52/share/gallery/www-graf/orgmail.gif Xoffice52/share/gallery/www-graf/orgminus.gif Xoffice52/share/gallery/www-graf/orgplus.gif Xoffice52/share/gallery/www-graf/orgquest.gif Xoffice52/share/gallery/www-graf/orgright.gif Xoffice52/share/gallery/www-graf/orgup.gif Xoffice52/share/gallery/www-graf/redat.gif Xoffice52/share/gallery/www-graf/redback.gif Xoffice52/share/gallery/www-graf/reddisk.gif Xoffice52/share/gallery/www-graf/reddown.gif Xoffice52/share/gallery/www-graf/redhome.gif Xoffice52/share/gallery/www-graf/redinfo.gif Xoffice52/share/gallery/www-graf/redleft.gif Xoffice52/share/gallery/www-graf/redmail.gif Xoffice52/share/gallery/www-graf/redminus.gif Xoffice52/share/gallery/www-graf/redplus.gif Xoffice52/share/gallery/www-graf/redquest.gif Xoffice52/share/gallery/www-graf/redright.gif Xoffice52/share/gallery/www-graf/redup.gif Xoffice52/share/gallery/www-graf/sologo.gif Xoffice52/share/gallery/www-graf/turdown.gif Xoffice52/share/gallery/www-graf/turhome.gif Xoffice52/share/gallery/www-graf/turleft.gif Xoffice52/share/gallery/www-graf/turright.gif Xoffice52/share/gallery/www-graf/turup.gif Xoffice52/share/gallery/www-graf/viohome.gif Xoffice52/share/gallery/www-graf/violeft.gif Xoffice52/share/gallery/www-graf/vioright.gif Xoffice52/share/gallery/www-graf/vioup.gif Xoffice52/share/gallery/www-graf/ylwdown.gif Xoffice52/share/gallery/www-graf/ylwhome.gif Xoffice52/share/gallery/www-graf/ylwleft.gif Xoffice52/share/gallery/www-graf/ylwmail.gif Xoffice52/share/gallery/www-graf/ylwright.gif Xoffice52/share/gallery/www-graf/ylwup.gif Xoffice52/share/gallery/bullets/blkpearl.gif Xoffice52/share/gallery/bullets/bluarrow.gif Xoffice52/share/gallery/bullets/bluball.gif Xoffice52/share/gallery/bullets/bludiamd.gif Xoffice52/share/gallery/bullets/bluered.gif Xoffice52/share/gallery/bullets/blusqare.gif Xoffice52/share/gallery/bullets/blustar.gif Xoffice52/share/gallery/bullets/darkball.gif Xoffice52/share/gallery/bullets/darkblue.gif Xoffice52/share/gallery/bullets/gldpearl.gif Xoffice52/share/gallery/bullets/golfball.gif Xoffice52/share/gallery/bullets/grnarrow.gif Xoffice52/share/gallery/bullets/grnball.gif Xoffice52/share/gallery/bullets/grndiamd.gif Xoffice52/share/gallery/bullets/grnpearl.gif Xoffice52/share/gallery/bullets/grnsqare.gif Xoffice52/share/gallery/bullets/grnstar.gif Xoffice52/share/gallery/bullets/gryarrow.gif Xoffice52/share/gallery/bullets/gryball.gif Xoffice52/share/gallery/bullets/grydiamd.gif Xoffice52/share/gallery/bullets/grysqare.gif Xoffice52/share/gallery/bullets/grystar.gif Xoffice52/share/gallery/bullets/orgball.gif Xoffice52/share/gallery/bullets/orgdiamd.gif Xoffice52/share/gallery/bullets/poliball.gif Xoffice52/share/gallery/bullets/rainbow.gif Xoffice52/share/gallery/bullets/redarrow.gif Xoffice52/share/gallery/bullets/redball.gif Xoffice52/share/gallery/bullets/reddiamd.gif Xoffice52/share/gallery/bullets/redsqare.gif Xoffice52/share/gallery/bullets/redstar.gif Xoffice52/share/gallery/bullets/whtpearl.gif Xoffice52/share/gallery/bullets/ylwball.gif Xoffice52/share/gallery/bullets/ylwdiamd.gif Xoffice52/share/gallery/htmlexpo/bludown.gif Xoffice52/share/gallery/htmlexpo/blufirs.gif Xoffice52/share/gallery/htmlexpo/blufirs_.gif Xoffice52/share/gallery/htmlexpo/blulast.gif Xoffice52/share/gallery/htmlexpo/blulast_.gif Xoffice52/share/gallery/htmlexpo/blunav.gif Xoffice52/share/gallery/htmlexpo/blunext.gif Xoffice52/share/gallery/htmlexpo/blunext_.gif Xoffice52/share/gallery/htmlexpo/bluprev.gif Xoffice52/share/gallery/htmlexpo/bluprev_.gif Xoffice52/share/gallery/htmlexpo/blutext.gif Xoffice52/share/gallery/htmlexpo/bluup.gif Xoffice52/share/gallery/htmlexpo/cubdown.gif Xoffice52/share/gallery/htmlexpo/cubfirs.gif Xoffice52/share/gallery/htmlexpo/cubfirs_.gif Xoffice52/share/gallery/htmlexpo/cublast.gif Xoffice52/share/gallery/htmlexpo/cublast_.gif Xoffice52/share/gallery/htmlexpo/cubnav.gif Xoffice52/share/gallery/htmlexpo/cubnext.gif Xoffice52/share/gallery/htmlexpo/cubnext_.gif Xoffice52/share/gallery/htmlexpo/cubprev.gif Xoffice52/share/gallery/htmlexpo/cubprev_.gif Xoffice52/share/gallery/htmlexpo/cubtext.gif Xoffice52/share/gallery/htmlexpo/cubup.gif Xoffice52/share/gallery/htmlexpo/gredown.gif Xoffice52/share/gallery/htmlexpo/grefirs.gif Xoffice52/share/gallery/htmlexpo/grefirs_.gif Xoffice52/share/gallery/htmlexpo/grelast.gif Xoffice52/share/gallery/htmlexpo/grelast_.gif Xoffice52/share/gallery/htmlexpo/grenav.gif Xoffice52/share/gallery/htmlexpo/grenext.gif Xoffice52/share/gallery/htmlexpo/grenext_.gif Xoffice52/share/gallery/htmlexpo/greprev.gif Xoffice52/share/gallery/htmlexpo/greprev_.gif Xoffice52/share/gallery/htmlexpo/gretext.gif Xoffice52/share/gallery/htmlexpo/greup.gif Xoffice52/share/gallery/htmlexpo/simdown.gif Xoffice52/share/gallery/htmlexpo/simfirs.gif Xoffice52/share/gallery/htmlexpo/simfirs_.gif Xoffice52/share/gallery/htmlexpo/simlast.gif Xoffice52/share/gallery/htmlexpo/simlast_.gif Xoffice52/share/gallery/htmlexpo/simnav.gif Xoffice52/share/gallery/htmlexpo/simnext.gif Xoffice52/share/gallery/htmlexpo/simnext_.gif Xoffice52/share/gallery/htmlexpo/simprev.gif Xoffice52/share/gallery/htmlexpo/simprev_.gif Xoffice52/share/gallery/htmlexpo/simtext.gif Xoffice52/share/gallery/htmlexpo/simup.gif Xoffice52/share/gallery/htmlexpo/sologo.gif Xoffice52/share/gallery/flags/Indon1.wmf Xoffice52/share/gallery/flags/Indon2.wmf Xoffice52/share/gallery/flags/Malaysi1.wmf Xoffice52/share/gallery/flags/Malaysi2.wmf Xoffice52/share/gallery/flags/Northko1.wmf Xoffice52/share/gallery/flags/Northko2.wmf Xoffice52/share/gallery/flags/Singa1.wmf Xoffice52/share/gallery/flags/Singa2.wmf Xoffice52/share/gallery/flags/Southko1.wmf Xoffice52/share/gallery/flags/Southko2.wmf Xoffice52/share/gallery/flags/Taiwan1.wmf Xoffice52/share/gallery/flags/Taiwan2.wmf Xoffice52/share/gallery/flags/Thaila1.wmf Xoffice52/share/gallery/flags/Thaila2.wmf Xoffice52/share/gallery/flags/argent1.wmf Xoffice52/share/gallery/flags/argent2.wmf Xoffice52/share/gallery/flags/austral1.wmf Xoffice52/share/gallery/flags/austral2.wmf Xoffice52/share/gallery/flags/austria1.wmf Xoffice52/share/gallery/flags/austria2.wmf Xoffice52/share/gallery/flags/belgium1.wmf Xoffice52/share/gallery/flags/belgium2.wmf Xoffice52/share/gallery/flags/brasil1.wmf Xoffice52/share/gallery/flags/brasil2.wmf Xoffice52/share/gallery/flags/bulgari1.wmf Xoffice52/share/gallery/flags/bulgari2.wmf Xoffice52/share/gallery/flags/canada1.wmf Xoffice52/share/gallery/flags/canada2.wmf Xoffice52/share/gallery/flags/chile1.wmf Xoffice52/share/gallery/flags/chile2.wmf Xoffice52/share/gallery/flags/china1.wmf Xoffice52/share/gallery/flags/china2.wmf Xoffice52/share/gallery/flags/colombi1.wmf Xoffice52/share/gallery/flags/colombi2.wmf Xoffice52/share/gallery/flags/cuba1.wmf Xoffice52/share/gallery/flags/cuba2.wmf Xoffice52/share/gallery/flags/cyprus1.wmf Xoffice52/share/gallery/flags/cyprus2.wmf Xoffice52/share/gallery/flags/czech1.wmf Xoffice52/share/gallery/flags/czech2.wmf Xoffice52/share/gallery/flags/denmark1.wmf Xoffice52/share/gallery/flags/denmark2.wmf Xoffice52/share/gallery/flags/egypt1.wmf Xoffice52/share/gallery/flags/egypt2.wmf Xoffice52/share/gallery/flags/europe1.wmf Xoffice52/share/gallery/flags/finland1.wmf Xoffice52/share/gallery/flags/finland2.wmf Xoffice52/share/gallery/flags/france1.wmf Xoffice52/share/gallery/flags/france2.wmf Xoffice52/share/gallery/flags/germany1.wmf Xoffice52/share/gallery/flags/germany2.wmf Xoffice52/share/gallery/flags/greatbr1.wmf Xoffice52/share/gallery/flags/greatbr2.wmf Xoffice52/share/gallery/flags/greece1.wmf Xoffice52/share/gallery/flags/greece2.wmf Xoffice52/share/gallery/flags/guatema1.wmf Xoffice52/share/gallery/flags/guatema2.wmf Xoffice52/share/gallery/flags/hungary1.wmf Xoffice52/share/gallery/flags/hungary2.wmf Xoffice52/share/gallery/flags/iceland1.wmf Xoffice52/share/gallery/flags/iceland2.wmf Xoffice52/share/gallery/flags/india1.wmf Xoffice52/share/gallery/flags/india2.wmf Xoffice52/share/gallery/flags/ireland1.wmf Xoffice52/share/gallery/flags/ireland2.wmf Xoffice52/share/gallery/flags/israel1.wmf Xoffice52/share/gallery/flags/israel2.wmf Xoffice52/share/gallery/flags/italy1.wmf Xoffice52/share/gallery/flags/italy2.wmf Xoffice52/share/gallery/flags/japan1.wmf Xoffice52/share/gallery/flags/japan2.wmf Xoffice52/share/gallery/flags/kenya1.wmf Xoffice52/share/gallery/flags/kenya2.wmf Xoffice52/share/gallery/flags/liecht1.wmf Xoffice52/share/gallery/flags/liecht2.wmf Xoffice52/share/gallery/flags/luxemb1.wmf Xoffice52/share/gallery/flags/luxemb2.wmf Xoffice52/share/gallery/flags/mexico1.wmf Xoffice52/share/gallery/flags/mexico2.wmf Xoffice52/share/gallery/flags/nederl1.wmf Xoffice52/share/gallery/flags/nederl2.wmf Xoffice52/share/gallery/flags/newzea1.wmf Xoffice52/share/gallery/flags/newzea2.wmf Xoffice52/share/gallery/flags/norge1.wmf Xoffice52/share/gallery/flags/norge2.wmf Xoffice52/share/gallery/flags/pakist1.wmf Xoffice52/share/gallery/flags/pakist2.wmf Xoffice52/share/gallery/flags/paragua1.wmf Xoffice52/share/gallery/flags/paragua2.wmf Xoffice52/share/gallery/flags/peru1.wmf Xoffice52/share/gallery/flags/peru2.wmf Xoffice52/share/gallery/flags/poland1.wmf Xoffice52/share/gallery/flags/poland2.wmf Xoffice52/share/gallery/flags/portug1.wmf Xoffice52/share/gallery/flags/portug2.wmf Xoffice52/share/gallery/flags/romania1.wmf Xoffice52/share/gallery/flags/romania2.wmf Xoffice52/share/gallery/flags/russia1.wmf Xoffice52/share/gallery/flags/russia2.wmf Xoffice52/share/gallery/flags/slowak1.wmf Xoffice52/share/gallery/flags/slowak2.wmf Xoffice52/share/gallery/flags/spain1.wmf Xoffice52/share/gallery/flags/spain2.wmf Xoffice52/share/gallery/flags/sthafri1.wmf Xoffice52/share/gallery/flags/sthafri2.wmf Xoffice52/share/gallery/flags/sweden1.wmf Xoffice52/share/gallery/flags/sweden2.wmf Xoffice52/share/gallery/flags/switz1.wmf Xoffice52/share/gallery/flags/switz2.wmf Xoffice52/share/gallery/flags/turkey1.wmf Xoffice52/share/gallery/flags/turkey2.wmf Xoffice52/share/gallery/flags/uno1.wmf Xoffice52/share/gallery/flags/uruguay1.wmf Xoffice52/share/gallery/flags/uruguay2.wmf Xoffice52/share/gallery/flags/usa1.wmf Xoffice52/share/gallery/flags/usa2.wmf Xoffice52/share/gallery/flags/venez1.wmf Xoffice52/share/gallery/flags/venez2.wmf Xoffice52/share/gallery/www-anim/barblak.gif Xoffice52/share/gallery/www-anim/barwhit.gif Xoffice52/share/gallery/www-anim/boxnew.gif Xoffice52/share/gallery/www-anim/constrct.gif Xoffice52/share/gallery/www-anim/cubes.gif Xoffice52/share/gallery/www-anim/diskblak.gif Xoffice52/share/gallery/www-anim/diskwhit.gif Xoffice52/share/gallery/www-anim/email.gif Xoffice52/share/gallery/www-anim/envelope.gif Xoffice52/share/gallery/www-anim/gearsnew.gif Xoffice52/share/gallery/www-anim/glb4dark.gif Xoffice52/share/gallery/www-anim/glb4lght.gif Xoffice52/share/gallery/sounds/apert.wav Xoffice52/share/gallery/sounds/apert2.wav Xoffice52/share/gallery/sounds/applause.wav Xoffice52/share/gallery/sounds/beam.wav Xoffice52/share/gallery/sounds/beam2.wav Xoffice52/share/gallery/sounds/cow.wav Xoffice52/share/gallery/sounds/curve.wav Xoffice52/share/gallery/sounds/drama.wav Xoffice52/share/gallery/sounds/explos.wav Xoffice52/share/gallery/sounds/falling.wav Xoffice52/share/gallery/sounds/glasses.wav Xoffice52/share/gallery/sounds/gong.wav Xoffice52/share/gallery/sounds/horse.wav Xoffice52/share/gallery/sounds/kling.wav Xoffice52/share/gallery/sounds/kongas.wav Xoffice52/share/gallery/sounds/laser.wav Xoffice52/share/gallery/sounds/left.wav Xoffice52/share/gallery/sounds/nature1.wav Xoffice52/share/gallery/sounds/nature2.wav Xoffice52/share/gallery/sounds/ok.wav Xoffice52/share/gallery/sounds/pluck.wav Xoffice52/share/gallery/sounds/roll.wav Xoffice52/share/gallery/sounds/romans.wav Xoffice52/share/gallery/sounds/soft.wav Xoffice52/share/gallery/sounds/space.wav Xoffice52/share/gallery/sounds/space2.wav Xoffice52/share/gallery/sounds/space3.wav Xoffice52/share/gallery/sounds/sparcle.wav Xoffice52/share/gallery/sounds/strom.wav Xoffice52/share/gallery/sounds/theetone.wav Xoffice52/share/gallery/sounds/top.wav Xoffice52/share/gallery/sounds/train.wav Xoffice52/share/gallery/sounds/untie.wav Xoffice52/share/gallery/sounds/ups.wav Xoffice52/share/gallery/sounds/wallewal.wav Xoffice52/share/gallery/clipart/arrow1.wmf Xoffice52/share/gallery/clipart/arrow2.wmf Xoffice52/share/gallery/clipart/arrow3.wmf Xoffice52/share/gallery/clipart/arrow4.wmf Xoffice52/share/gallery/clipart/arrow5.wmf Xoffice52/share/gallery/clipart/birthday.wmf Xoffice52/share/gallery/clipart/bottle.wmf Xoffice52/share/gallery/clipart/bowling.wmf Xoffice52/share/gallery/clipart/cake.wmf Xoffice52/share/gallery/clipart/candle.wmf Xoffice52/share/gallery/clipart/car.wmf Xoffice52/share/gallery/clipart/cards.wmf Xoffice52/share/gallery/clipart/disk.wmf Xoffice52/share/gallery/clipart/dog.wmf Xoffice52/share/gallery/clipart/eagle.wmf Xoffice52/share/gallery/clipart/flash.wmf Xoffice52/share/gallery/clipart/formula1.wmf Xoffice52/share/gallery/clipart/gifts.wmf Xoffice52/share/gallery/clipart/glas.wmf Xoffice52/share/gallery/clipart/heart.wmf Xoffice52/share/gallery/clipart/helicptr.wmf Xoffice52/share/gallery/clipart/laptop.wmf Xoffice52/share/gallery/clipart/locomotv.wmf Xoffice52/share/gallery/clipart/mac.wmf Xoffice52/share/gallery/clipart/monitor.wmf Xoffice52/share/gallery/clipart/moving.wmf Xoffice52/share/gallery/clipart/mtrbike.wmf Xoffice52/share/gallery/clipart/notebook.wmf Xoffice52/share/gallery/clipart/notepad1.wmf Xoffice52/share/gallery/clipart/notepad2.wmf Xoffice52/share/gallery/clipart/notes.wmf Xoffice52/share/gallery/clipart/panda.wmf Xoffice52/share/gallery/clipart/paper.wmf Xoffice52/share/gallery/clipart/pawprnts.wmf Xoffice52/share/gallery/clipart/pc.wmf Xoffice52/share/gallery/clipart/plane.wmf Xoffice52/share/gallery/clipart/printer.wmf Xoffice52/share/gallery/clipart/pumpkin.wmf Xoffice52/share/gallery/clipart/rose.wmf Xoffice52/share/gallery/clipart/santa.wmf Xoffice52/share/gallery/clipart/sleigh.wmf Xoffice52/share/gallery/clipart/snowmen.wmf Xoffice52/share/gallery/clipart/soap.wmf Xoffice52/share/gallery/clipart/soccer.wmf Xoffice52/share/gallery/clipart/sound.wmf Xoffice52/share/gallery/clipart/talk.wmf Xoffice52/share/gallery/clipart/teddy.wmf Xoffice52/share/gallery/clipart/thought.wmf Xoffice52/share/gallery/clipart/toys.wmf Xoffice52/share/gallery/clipart/wedding.wmf Xoffice52/share/gallery/clipart/world1.wmf Xoffice52/share/gallery/clipart/world2.wmf Xoffice52/share/gallery/clipart/world3.wmf Xoffice52/share/gallery/clipart/xmas.gif Xoffice52/share/gallery/clipart/xmastree.wmf Xoffice52/share/gallery/sg10.sdg Xoffice52/share/gallery/sg10.sdv Xoffice52/share/gallery/sg10.thm Xoffice52/share/gallery/sg12.sdg Xoffice52/share/gallery/sg12.sdv Xoffice52/share/gallery/sg12.thm Xoffice52/share/gallery/sg13.sdg Xoffice52/share/gallery/sg13.sdv Xoffice52/share/gallery/sg13.thm Xoffice52/share/gallery/sg14.sdg Xoffice52/share/gallery/sg14.sdv Xoffice52/share/gallery/sg14.thm Xoffice52/share/gallery/sg15.sdg Xoffice52/share/gallery/sg15.sdv Xoffice52/share/gallery/sg15.thm Xoffice52/share/gallery/sg17.sdg Xoffice52/share/gallery/sg17.sdv Xoffice52/share/gallery/sg17.thm Xoffice52/share/gallery/sg4.sdg Xoffice52/share/gallery/sg4.sdv Xoffice52/share/gallery/sg4.thm Xoffice52/share/gallery/sg5.sdg Xoffice52/share/gallery/sg5.sdv Xoffice52/share/gallery/sg5.thm Xoffice52/share/gallery/sg6.sdg Xoffice52/share/gallery/sg6.sdv Xoffice52/share/gallery/sg6.thm Xoffice52/share/gallery/sg7.sdg Xoffice52/share/gallery/sg7.sdv Xoffice52/share/gallery/sg7.thm Xoffice52/share/gallery/sg8.sdg Xoffice52/share/gallery/sg8.sdv Xoffice52/share/gallery/sg8.thm Xoffice52/share/gallery/apples.gif Xoffice52/share/gallery/bigapple.gif Xoffice52/share/gallery/flower.gif Xoffice52/share/gallery/flowers.gif Xoffice52/share/gallery/sdddndx1 Xoffice52/share/gallery/sky.gif Xoffice52/share/gallery/sg1.sdg Xoffice52/share/gallery/sg1.sdv Xoffice52/share/gallery/sg1.thm Xoffice52/share/gallery/sg16.sdg Xoffice52/share/gallery/sg16.sdv Xoffice52/share/gallery/sg16.thm Xoffice52/share/gallery/sg2.sdg Xoffice52/share/gallery/sg2.sdv Xoffice52/share/gallery/sg2.thm Xoffice52/share/gallery/sg24.sdg Xoffice52/share/gallery/sg24.sdv Xoffice52/share/gallery/sg24.thm Xoffice52/share/gallery/sg25.sdg Xoffice52/share/gallery/sg25.sdv Xoffice52/share/gallery/sg25.thm Xoffice52/share/gallery/sg3.sdg Xoffice52/share/gallery/sg3.sdv Xoffice52/share/gallery/sg3.thm Xoffice52/share/gallery/sg11.sdg Xoffice52/share/gallery/sg11.sdv Xoffice52/share/gallery/sg11.thm Xoffice52/share/wordbook/swedish/soffice.dic Xoffice52/share/wordbook/swedish/sun.dic Xoffice52/share/samples/swedish/databases/Filer/table.dat Xoffice52/share/samples/swedish/databases/Filer/cat.dat Xoffice52/share/samples/swedish/databases/Filer/file_load.prt Xoffice52/share/samples/swedish/databases/Filer/init.cfg Xoffice52/share/samples/swedish/databases/_generate.url Xoffice52/share/samples/swedish/databases/Video46.sdb Xoffice52/share/samples/swedish/menu/texts.url Xoffice52/share/samples/swedish/menu/spreadsheets.url Xoffice52/share/samples/swedish/menu/presentations.url Xoffice52/share/samples/swedish/menu/drawings.url Xoffice52/share/samples/swedish/menu/formulas.url Xoffice52/share/samples/swedish/menu/databases.url Xoffice52/share/samples/swedish/texts/Homepage/about.gif Xoffice52/share/samples/swedish/texts/Homepage/about.html Xoffice52/share/samples/swedish/texts/Homepage/abouto.gif Xoffice52/share/samples/swedish/texts/Homepage/backgrnd.jpg Xoffice52/share/samples/swedish/texts/Homepage/bar.gif Xoffice52/share/samples/swedish/texts/Homepage/contact.gif Xoffice52/share/samples/swedish/texts/Homepage/contact.html Xoffice52/share/samples/swedish/texts/Homepage/contacto.gif Xoffice52/share/samples/swedish/texts/Homepage/coop.html Xoffice52/share/samples/swedish/texts/Homepage/empty.html Xoffice52/share/samples/swedish/texts/Homepage/hole.gif Xoffice52/share/samples/swedish/texts/Homepage/home.gif Xoffice52/share/samples/swedish/texts/Homepage/info.gif Xoffice52/share/samples/swedish/texts/Homepage/info.html Xoffice52/share/samples/swedish/texts/Homepage/leftbar.gif Xoffice52/share/samples/swedish/texts/Homepage/motor.html Xoffice52/share/samples/swedish/texts/Homepage/partnero.gif Xoffice52/share/samples/swedish/texts/Homepage/partners.gif Xoffice52/share/samples/swedish/texts/Homepage/partners.html Xoffice52/share/samples/swedish/texts/Homepage/producto.gif Xoffice52/share/samples/swedish/texts/Homepage/products.gif Xoffice52/share/samples/swedish/texts/Homepage/products.html Xoffice52/share/samples/swedish/texts/Homepage/question.gif Xoffice52/share/samples/swedish/texts/Homepage/question.html Xoffice52/share/samples/swedish/texts/Homepage/race.html Xoffice52/share/samples/swedish/texts/Homepage/recar.sdc Xoffice52/share/samples/swedish/texts/Homepage/soffice.gif Xoffice52/share/samples/swedish/texts/Homepage/start.html Xoffice52/share/samples/swedish/texts/Homepage/story.gif Xoffice52/share/samples/swedish/texts/Homepage/title.gif Xoffice52/share/samples/swedish/texts/Kapitel/Glas.jpg Xoffice52/share/samples/swedish/texts/Kapitel/Jordgubb.jpg Xoffice52/share/samples/swedish/texts/Kapitel/Kapitel1.sdw Xoffice52/share/samples/swedish/texts/Kapitel/Kapitel2.sdw Xoffice52/share/samples/swedish/texts/Kapitel/Kapitel3.sdw Xoffice52/share/samples/swedish/texts/Kapitel/Skinka.jpg Xoffice52/share/samples/swedish/texts/Kapitel/Tennis.jpg Xoffice52/share/samples/swedish/texts/Kapitel/Villa1.jpg Xoffice52/share/samples/swedish/texts/Kapitel/Villa2.jpg Xoffice52/share/samples/swedish/texts/Kapitel/backgrnd.jpg Xoffice52/share/samples/swedish/texts/Bok.sgl Xoffice52/share/samples/swedish/texts/Bortsprungen.sdw Xoffice52/share/samples/swedish/texts/Flygblad.sdw Xoffice52/share/samples/swedish/texts/Glassmeny.sdw Xoffice52/share/samples/swedish/texts/Inbjudan.sdw Xoffice52/share/samples/swedish/texts/Platsannons.sdw Xoffice52/share/samples/swedish/texts/Prospekt.sdw Xoffice52/share/samples/swedish/texts/Spel.sdw Xoffice52/share/samples/swedish/texts/Homepage.html Xoffice52/share/samples/swedish/spreadsheets/Bio1.sdc Xoffice52/share/samples/swedish/spreadsheets/Bio2.sdc Xoffice52/share/samples/swedish/spreadsheets/Bio3.sdc Xoffice52/share/samples/swedish/spreadsheets/Biorytm.sdc Xoffice52/share/samples/swedish/spreadsheets/Dataanalys.sdc Xoffice52/share/samples/swedish/spreadsheets/Frukost.sdc Xoffice52/share/samples/swedish/spreadsheets/Kontorsuthyrarna.sdc Xoffice52/share/samples/swedish/spreadsheets/Omvandlingstabell.sdc Xoffice52/share/samples/swedish/spreadsheets/Recar-scenarier.sdc Xoffice52/share/samples/swedish/spreadsheets/Valutaomvandlare.sdc Xoffice52/share/samples/swedish/presentations/Organigram.sdd Xoffice52/share/samples/swedish/presentations/RecarBolagsstaemma.sdd Xoffice52/share/samples/swedish/presentations/Schack.sdd Xoffice52/share/samples/swedish/presentations/Semesterbilder.sdd Xoffice52/share/samples/swedish/presentations/TreDimensioner.sdd Xoffice52/share/samples/swedish/drawings/Bil.sda Xoffice52/share/samples/swedish/drawings/Fargprofil.sda Xoffice52/share/samples/swedish/drawings/Fartyg.sda Xoffice52/share/samples/swedish/drawings/Inredningsritning.sda Xoffice52/share/samples/swedish/drawings/Motor.sda Xoffice52/share/samples/swedish/drawings/Jazz.sda Xoffice52/share/samples/swedish/drawings/Workshop.sda Xoffice52/share/samples/swedish/formulas/Annuitet.smf Xoffice52/share/samples/swedish/formulas/DefinitionLinje.smf Xoffice52/share/samples/swedish/formulas/EffektivRaenta.smf Xoffice52/share/samples/swedish/formulas/Kemiskt.smf Xoffice52/share/samples/swedish/formulas/Kvadratrot.smf Xoffice52/share/samples/swedish/formulas/Skalaerprodukt.smf Xoffice52/share/samples/swedish/formulas/Standardavvikelse.smf Xoffice52/share/samples/swedish/formulas/Cauchy.smf Xoffice52/share/samples/swedish/formulas/Maxwell.smf Xoffice52/share/samples/swedish/formulas/Sinus.smf Xoffice52/share/autotext/swedish/standard.bau Xoffice52/share/autotext/swedish/template.bau Xoffice52/share/autotext/swedish/crdbus50.bau Xoffice52/share/autotext/swedish/crdbus54.bau Xoffice52/share/autotext/swedish/crdprv50.bau Xoffice52/share/autotext/swedish/crdprv54.bau Xoffice52/share/dict/35-hyph.dat Xoffice52/share/dict/35-morph.dat Xoffice52/share/dict/35-spell.dat Xoffice52/share/dict/358thes.dat Xoffice52/share/dict/46-hyph.dat Xoffice52/share/dict/46_thes.dat Xoffice52/share/dict/44-hyph.dat Xoffice52/share/dict/44-spell.dat Xoffice52/share/dict/49-hyph.dat Xoffice52/share/dict/49-ohyph.dat Xoffice52/share/dict/49-ospell.dat Xoffice52/share/dict/49-spell.dat Xoffice52/share/dict/49_thes.dat Xoffice52/share/dict/dhco40 Xoffice52/share/dict/dhta40 Xoffice52/share/dict/dtco40 Xoffice52/share/dict/ds40.bin Xoffice52/share/dict/dt40.bin Xoffice52/share/dict/dtex40no.cat Xoffice52/share/dict/dt40.cut Xoffice52/share/dict/dt40.prl Xoffice52/share/dict/01-hyph.dat Xoffice52/share/dict/01-spell.dat Xoffice52/share/dict/01_thes.dat Xoffice52/share/dict/44_thes.dat Xoffice52/share/dict/46-spell.dat Xoffice52/share/kde/applnk/SPAdmin.kdelnk Xoffice52/share/kde/applnk/Setup.kdelnk Xoffice52/share/kde/applnk/StarOffice.kdelnk Xoffice52/share/kde/applnk/.directory Xoffice52/share/kde/icons/mini/htm.xpm Xoffice52/share/kde/icons/mini/html.xpm Xoffice52/share/kde/icons/mini/psetup.xpm Xoffice52/share/kde/icons/mini/sch.xpm Xoffice52/share/kde/icons/mini/sda.xpm Xoffice52/share/kde/icons/mini/sdc.xpm Xoffice52/share/kde/icons/mini/sdd.xpm Xoffice52/share/kde/icons/mini/sdf.xpm Xoffice52/share/kde/icons/mini/sds.xpm Xoffice52/share/kde/icons/mini/sdw.xpm Xoffice52/share/kde/icons/mini/set52.xpm Xoffice52/share/kde/icons/mini/sgl.xpm Xoffice52/share/kde/icons/mini/smf.xpm Xoffice52/share/kde/icons/mini/so52.xpm Xoffice52/share/kde/icons/htm.xpm Xoffice52/share/kde/icons/html.xpm Xoffice52/share/kde/icons/psetup.xpm Xoffice52/share/kde/icons/sch.xpm Xoffice52/share/kde/icons/sda.xpm Xoffice52/share/kde/icons/sdc.xpm Xoffice52/share/kde/icons/sdd.xpm Xoffice52/share/kde/icons/sdf.xpm Xoffice52/share/kde/icons/sds.xpm Xoffice52/share/kde/icons/sdw.xpm Xoffice52/share/kde/icons/set52.xpm Xoffice52/share/kde/icons/setup.xpm Xoffice52/share/kde/icons/sgl.xpm Xoffice52/share/kde/icons/smf.xpm Xoffice52/share/kde/icons/so52.xpm Xoffice52/share/kde/mimelnk/application/x-scalc.kdelnk Xoffice52/share/kde/mimelnk/application/x-sda.kdelnk Xoffice52/share/kde/mimelnk/application/x-sdf.kdelnk Xoffice52/share/kde/mimelnk/application/x-sdraw.kdelnk Xoffice52/share/kde/mimelnk/application/x-sds.kdelnk Xoffice52/share/kde/mimelnk/application/x-sgl.kdelnk Xoffice52/share/kde/mimelnk/application/x-smf.kdelnk Xoffice52/share/kde/mimelnk/application/x-swriter.kdelnk Xoffice52/share/kde/mimelnk/text/html.kdelnk Xoffice52/user/explorer/address.url Xoffice52/user/explorer/biblio.url Xoffice52/user/explorer/bookmark.url Xoffice52/user/explorer/work.url Xoffice52/user/explorer/samples.url Xoffice52/user/autocorr/acor1053.dat Xoffice52/user/autotext/swedish/signatur.bau Xoffice52/user/autotext/swedish/mytexts.bau Xoffice52/user/database/biblio/biblio.dbf Xoffice52/user/database/address/address.dbf Xoffice52/user/database/address/address.dbt Xoffice52/user/database/address.sdb Xoffice52/user/database/address.url Xoffice52/user/database/biblio.sdb Xoffice52/user/database/lang_address.url Xoffice52/user/config/autotbl.fmt Xoffice52/user/config/cmyk.soc Xoffice52/user/config/convert.ini Xoffice52/user/config/hlpagent.ini Xoffice52/user/config/html.soc Xoffice52/user/config/ssprsize.ini Xoffice52/user/config/standard.sob Xoffice52/user/config/standard.soc Xoffice52/user/config/standard.sod Xoffice52/user/config/standard.soe Xoffice52/user/config/standard.sog Xoffice52/user/config/standard.soh Xoffice52/user/config/web.soc Xoffice52/user/config/groups/bookmark.url Xoffice52/user/config/groups/explorer.url Xoffice52/user/config/groups/tasks.url Xoffice52/user/config/groups/work.url Xoffice52/user/config/elegant.sog Xoffice52/user/config/faerg.soc Xoffice52/user/config/klassisk.sog Xoffice52/user/config/moenster.soh Xoffice52/user/config/slut.soe Xoffice52/user/config/starmath46.sms Xoffice52/user/config/stil.sod Xoffice52/user/config/dbtitle.rdb Xoffice52/user/desktop/psetup.url Xoffice52/user/desktop/writer.url Xoffice52/user/desktop/web.url Xoffice52/user/desktop/mail.url Xoffice52/user/desktop/staroffi.url Xoffice52/user/desktop/sun.url Xoffice52/user/desktop/sforum.url Xoffice52/user/desktop/calc.url Xoffice52/user/desktop/impress.url Xoffice52/user/desktop/draw.url Xoffice52/user/desktop/events.url Xoffice52/user/desktop/tasks.url Xoffice52/user/basic/soffice.new Xoffice52/user/bookmark/sobook.url Xoffice52/user/wordbook/standard.dic Xoffice52/user/gallery/sg100.sdv Xoffice52/user/gallery/sg100.thm Xoffice52/user/gallery/sg9.sdg Xoffice52/user/gallery/sg9.sdv Xoffice52/user/gallery/sg9.thm Xoffice52/help/46/database.svh Xoffice52/help/46/desktop.svh Xoffice52/help/46/sbasic.svh Xoffice52/help/46/scalc.svh Xoffice52/help/46/schart.svh Xoffice52/help/46/schedule.svh Xoffice52/help/46/sdraw.svh Xoffice52/help/46/shelp.dat Xoffice52/help/46/shelp.svh Xoffice52/help/46/simage.svh Xoffice52/help/46/simpress.svh Xoffice52/help/46/smath.svh Xoffice52/help/46/swriter.svh Xoffice52/help/46/tips.svh Xoffice52/help/46/shelp.dir Xoffice52/LICENSE Xoffice52/README Xoffice52/README.109939-02 X@dirrm office52/user/work X@dirrm office52/user/wordbook X@dirrm office52/user/template X@dirrm office52/user/store X@dirrm office52/user/plugin X@dirrm office52/user/gallery X@dirrm office52/user/explorer X@dirrm office52/user/download X@dirrm office52/user/desktop X@dirrm office52/user/database/biblio X@dirrm office52/user/database/address X@dirrm office52/user/database X@dirrm office52/user/config/startup X@dirrm office52/user/config/quickstart X@dirrm office52/user/config/help X@dirrm office52/user/config/groups X@dirrm office52/user/config/folders X@dirrm office52/user/config X@dirrm office52/user/bookmark X@dirrm office52/user/basic X@dirrm office52/user/backup X@dirrm office52/user/autotext/swedish X@dirrm office52/user/autotext X@dirrm office52/user/autocorr X@dirrm office52/user X@dirrm office52/share/xp3/pssoftfonts X@dirrm office52/share/xp3/ppds X@dirrm office52/share/xp3/fontmetrics/tfm X@dirrm office52/share/xp3/fontmetrics/afm X@dirrm office52/share/xp3/fontmetrics X@dirrm office52/share/xp3 X@dirrm office52/share/wordbook/swedish X@dirrm office52/share/wordbook X@dirrm office52/share/template/swedish/wizard/web X@dirrm office52/share/template/swedish/wizard/styles X@dirrm office52/share/template/swedish/wizard/bitmap X@dirrm office52/share/template/swedish/wizard X@dirrm office52/share/template/swedish/presnt X@dirrm office52/share/template/swedish/personal X@dirrm office52/share/template/swedish/offimisc X@dirrm office52/share/template/swedish/officorr X@dirrm office52/share/template/swedish/misc X@dirrm office52/share/template/swedish/layout X@dirrm office52/share/template/swedish/internal X@dirrm office52/share/template/swedish/forms X@dirrm office52/share/template/swedish/finance X@dirrm office52/share/template/swedish/educate X@dirrm office52/share/template/swedish X@dirrm office52/share/template X@dirrm office52/share/samples/swedish/texts/Kapitel X@dirrm office52/share/samples/swedish/texts/Homepage X@dirrm office52/share/samples/swedish/texts X@dirrm office52/share/samples/swedish/spreadsheets X@dirrm office52/share/samples/swedish/presentations X@dirrm office52/share/samples/swedish/menu X@dirrm office52/share/samples/swedish/formulas X@dirrm office52/share/samples/swedish/drawings X@dirrm office52/share/samples/swedish/databases/Filer X@dirrm office52/share/samples/swedish/databases X@dirrm office52/share/samples/swedish X@dirrm office52/share/samples X@dirrm office52/share/plugin X@dirrm office52/share/kde/mimelnk/text X@dirrm office52/share/kde/mimelnk/application X@dirrm office52/share/kde/mimelnk X@dirrm office52/share/kde/icons/mini X@dirrm office52/share/kde/icons X@dirrm office52/share/kde/applnk X@dirrm office52/share/kde X@dirrm office52/share/gallery/www-graf X@dirrm office52/share/gallery/www-back X@dirrm office52/share/gallery/www-anim X@dirrm office52/share/gallery/symbols X@dirrm office52/share/gallery/surface X@dirrm office52/share/gallery/sounds X@dirrm office52/share/gallery/rulers X@dirrm office52/share/gallery/photos X@dirrm office52/share/gallery/htmlexpo X@dirrm office52/share/gallery/flags X@dirrm office52/share/gallery/clipart X@dirrm office52/share/gallery/bullets X@dirrm office52/share/gallery X@dirrm office52/share/fonts/type1 X@dirrm office52/share/fonts/75dpi/bdf X@dirrm office52/share/fonts/75dpi X@dirrm office52/share/fonts X@dirrm office52/share/dict X@dirrm office52/share/database/swedish X@dirrm office52/share/database X@dirrm office52/share/config/wizard X@dirrm office52/share/config/webcast X@dirrm office52/share/config/tasks X@dirrm office52/share/config/symbol X@dirrm office52/share/config/start X@dirrm office52/share/config/settings X@dirrm office52/share/config/new X@dirrm office52/share/config/more X@dirrm office52/share/config/helpmenu X@dirrm office52/share/config/help X@dirrm office52/share/config/swedish X@dirrm office52/share/config X@dirrm office52/share/bookmark/swedish/Turism X@dirrm office52/share/bookmark/swedish/StarOffice API X@dirrm office52/share/bookmark/swedish/Java X@dirrm office52/share/bookmark/swedish/Internet X@dirrm office52/share/bookmark/swedish/Info X@dirrm office52/share/bookmark/swedish/Fritid X@dirrm office52/share/bookmark/swedish X@dirrm office52/share/bookmark X@dirrm office52/share/basic X@dirrm office52/share/autotext/swedish X@dirrm office52/share/autotext X@dirrm office52/share X@dirrm office52/program/resource X@dirrm office52/program/filter X@dirrm office52/program/classes X@dirrm office52/program X@dirrm office52/help/46 X@dirrm office52/help X@dirrm office52 END-of-staroffice52/pkg-plist echo x - staroffice52/pkg-message sed 's/^X//' >staroffice52/pkg-message << 'END-of-staroffice52/pkg-message' XStarOffice 5.2 Personlig Installation How-To X XSkrivet av: Darren Wiebe X och Martin Blapp X XÖversättning: Carl Johan Madestrand X XNätverkinstallationen av StarOffice 5.2 kommer snart slutföras. XNär den har gjort det avsluta X11 och kör installationsprogrammet igen Xfrån den användare som du vill använda StarOffice 5.2 med. XKör sedan "make install-user" och välj sedan att göra en standard installation av Xarbetsstation. XÄndra installations sökvägen till $HOME/office52. Lägg därefter till $HOME/office52/ Xtill din sökväg. X XDet är nu redo för användning. X XLycka till X END-of-staroffice52/pkg-message echo x - staroffice52/distinfo sed 's/^X//' >staroffice52/distinfo << 'END-of-staroffice52/distinfo' XMD5 (staroffice52/soa-5_2-ga-bin-linux-sv.bin) = 32f385b0deb5db9fe91bf5bfcc181dee XMD5 (staroffice52/so-5_2-ga-bin-linux-sv.bin) = e7035d07b28ae28ad8abb2a90a998414 XMD5 (staroffice52/109939-02.tar.Z) = f2a32aec9b4c223fbb2829e496ad84b6 END-of-staroffice52/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 May 15 7:10:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0544737B42C for ; Tue, 15 May 2001 07:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FEA5M56379; Tue, 15 May 2001 07:10:05 -0700 (PDT) (envelope-from gnats) Received: from eagle.plab.ku.dk (eagle.plab.ku.dk [130.225.105.63]) by hub.freebsd.org (Postfix) with ESMTP id 6E2D737B43C for ; Tue, 15 May 2001 07:05:59 -0700 (PDT) (envelope-from tolid@eagle.plab.ku.dk) Received: (from tolid@localhost) by eagle.plab.ku.dk (8.11.3/8.11.3) id f4FE5sO09737; Tue, 15 May 2001 16:05:54 +0200 (CEST) (envelope-from tolid) Message-Id: <200105151405.f4FE5sO09737@eagle.plab.ku.dk> Date: Tue, 15 May 2001 16:05:54 +0200 (CEST) From: Anatoliy Dmytriyev Reply-To: Anatoliy Dmytriyev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27335: New port: The module provides a simple interface to CVS. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27335 >Category: ports >Synopsis: New port: The module provides a simple interface to CVS. >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 May 15 07:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anatoliy Dmytriyev >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD eagle.plab.ku.dk 4.3-STABLE FreeBSD 4.3-STABLE #7: Sun May 13 19:49:12 CEST 2001 root@eagle.plab.ku.dk:/1/obj/1/src/sys/eagle i386 >Description: The VCS::CVS module provides a simple interface to CVS. VCS - Version Control System - is the prefix given to each Perl module which deals with some sort of source code control system. >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: # # VCS-CVS-2.00 # VCS-CVS-2.00/distinfo # VCS-CVS-2.00/pkg-descr # VCS-CVS-2.00/pkg-comment # VCS-CVS-2.00/Makefile # VCS-CVS-2.00/pkg-plist # echo c - VCS-CVS-2.00 mkdir -p VCS-CVS-2.00 > /dev/null 2>&1 echo x - VCS-CVS-2.00/distinfo sed 's/^X//' >VCS-CVS-2.00/distinfo << 'END-of-VCS-CVS-2.00/distinfo' XMD5 (VCS-CVS-2.00.tgz) = 0fa2f2453d278ed892334c45e2efccf2 END-of-VCS-CVS-2.00/distinfo echo x - VCS-CVS-2.00/pkg-descr sed 's/^X//' >VCS-CVS-2.00/pkg-descr << 'END-of-VCS-CVS-2.00/pkg-descr' XThe VCS::CVS module provides a simple interface to CVS. X XVCS - Version Control System - is the prefix given to each XPerl module which deals with some sort of source code control system. END-of-VCS-CVS-2.00/pkg-descr echo x - VCS-CVS-2.00/pkg-comment sed 's/^X//' >VCS-CVS-2.00/pkg-comment << 'END-of-VCS-CVS-2.00/pkg-comment' XVCS::CVS - Provide a simple interface to CVS END-of-VCS-CVS-2.00/pkg-comment echo x - VCS-CVS-2.00/Makefile sed 's/^X//' >VCS-CVS-2.00/Makefile << 'END-of-VCS-CVS-2.00/Makefile' X# New ports collection makefile for: p5-VCS-CVS X# Date created: 15 May 2001 X# Whom: Anatoliy Dmytriyev X# X# $FreeBSD$ X# X XPORTNAME= VCS-CVS XPORTVERSION= 2.00 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= VCS XPKGNAMEPREFIX= p5- XEXTRACT_SUFX= .tgz X XMAINTAINER= tolid@plab.ku.dk X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= VCS::CVS.3 X X.include END-of-VCS-CVS-2.00/Makefile echo x - VCS-CVS-2.00/pkg-plist sed 's/^X//' >VCS-CVS-2.00/pkg-plist << 'END-of-VCS-CVS-2.00/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/VCS/CVS.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/VCS/CVS/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/VCS X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/VCS/CVS X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/VCS END-of-VCS-CVS-2.00/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 May 15 7:57:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 9435B37B423; Tue, 15 May 2001 07:57:04 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.3/8.11.3) with ESMTP id f4FEwrt62595; Tue, 15 May 2001 10:58:56 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200105151458.f4FEwrt62595@aldan.algebra.com> Date: Tue, 15 May 2001 10:58:50 -0400 (EDT) From: Mikhail Teterin Subject: Re: GhostScript and JPEG To: ghost@aladdin.com Cc: ports@freebsd.org, andreas@freebsd.org, raph@artofcode.com, jseger@freebsd.org In-Reply-To: <200105150027.RAA00297@aladdin.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 14 May, L. Peter Deutsch wrote: >> Khmm, was this ever suggested to the libjpeg maintainers? > > Yes. Their opinion is reflected in the following comment in jpeglib.h: > > /* > * Unfortunately, some bozo at Adobe saw no reason to be bound by the > * standard; the PostScript DCT filter can emit files with many more > * than 10 blocks/MCU. If you happen to run across such a file, you > * can up D_MAX_BLOCKS_IN_MCU to handle it. We even let you do > * this from the jconfig.h file. However, we strongly discourage > * changing C_MAX_BLOCKS_IN_MCU; just because Adobe sometimes emits > * noncompliant files doesn't mean you should too. > */ > #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ > #ifndef D_MAX_BLOCKS_IN_MCU > #define D_MAX_BLOCKS_IN_MCU 10 /* decompressor's limit on blocks per MCU */ > #endif Ok, this is an argument to keep C_MAX_BLOCKS_IN_MCU at 10, but to bump up the D_... to 64. Any objections to me applying this change to the jpeg port? (JSeger seems to be off-line for months :( ) Then the ghostscript ports can be modified to the shared jpeg library. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 8:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00D6A37B43F for ; Tue, 15 May 2001 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FFK1M72356; Tue, 15 May 2001 08:20:01 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 0DB1637B423 for ; Tue, 15 May 2001 08:11:27 -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 3A6E72E460 for ; Tue, 15 May 2001 11:11:26 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.3) id f4FFBQZ86350; Tue, 15 May 2001 11:11:26 -0400 (EDT) (envelope-from khera) Message-Id: <200105151511.f4FFBQZ86350@onceler.kciLink.com> Date: Tue, 15 May 2001 11:11:26 -0400 (EDT) From: Reply-To: khera@kciLink.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27336: ports/security/liedent uses incorrect "nobody" uid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27336 >Category: ports >Synopsis: lident uses wrong UID >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 15 08:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed May 2 13:09:53 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 ports updated yesterday. >Description: liedent runs with fixed UID of 32767 instead of the current "nobody" uid of 65534. >How-To-Repeat: install and run the daemon. >Fix: add this patch to the port: --- liedentd-1.0/#liedentd.c~ Tue May 15 11:04:51 2001 +++ liedentd-1.0/liedentd.c Tue May 15 11:04:51 2001 @@ -45,7 +45,7 @@ #include #define IDENT_PORT 113 -#define NOBODY 32767 +#define NOBODY 65534 char *pname; >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 May 15 8:41:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 25A7B37B422; Tue, 15 May 2001 08:40:00 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4F9Yc063349; Tue, 15 May 2001 12:34:38 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l24.uic-in.net [212.35.189.151]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4F9Wf091421; Tue, 15 May 2001 12:32:42 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4F9Vfb03445; Tue, 15 May 2001 12:31:41 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B00F77C.79E80CA5@FreeBSD.org> Date: Tue, 15 May 2001 12:31:40 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: Mozilla update [patch] Content-Type: multipart/mixed; boundary="------------2AD224B555F50F61CF5C7D1D" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------2AD224B555F50F61CF5C7D1D Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hi folks (or should I call you gnomes?), As I promised earlier, with this message I'm attaching patch to update mozilla port to the latest version 0.9. I've only tested it with 5-CURRENT, so it would be nice if somebody will give it a try on 4-STABLE as well before it is committed. -Maxim --------------2AD224B555F50F61CF5C7D1D Content-Type: text/plain; charset=koi8-r; name="mozilla.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mozilla.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.60 diff -d -u -r1.60 Makefile --- Makefile 2001/05/04 21:41:23 1.60 +++ Makefile 2001/05/15 08:27:05 @@ -6,8 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.9 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -18,7 +17,8 @@ LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png + png.4:${PORTSDIR}/graphics/png \ + mng.1:${PORTSDIR}/graphics/libmng WRKSRC= ${WRKDIR}/${PORTNAME} @@ -50,7 +50,9 @@ --enable-x11-shm \ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} \ + --with-mng=${LOCALBASE} \ --with-pthreads +CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin post-build: Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/mozilla/distinfo,v retrieving revision 1.33 diff -d -u -r1.33 distinfo --- distinfo 2001/04/10 09:05:42 1.33 +++ distinfo 2001/05/15 08:27:05 @@ -1 +1 @@ -MD5 (mozilla-source-0.8.1.tar.bz2) = d987f440d9acd5f085eb7d6bb9b91363 +MD5 (mozilla-source-0.9.tar.bz2) = ebe1d6bae2182e2a096a714dd54303ec Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla/pkg-plist,v retrieving revision 1.34 diff -d -u -r1.34 pkg-plist --- pkg-plist 2001/04/10 09:05:42 1.34 +++ pkg-plist 2001/05/15 08:27:07 @@ -44,6 +44,7 @@ lib/mozilla/TestID lib/mozilla/TestInterfaceInfo lib/mozilla/TestLineBreak +lib/mozilla/TestMCTransport lib/mozilla/TestObserverService lib/mozilla/TestOutSinks.pl lib/mozilla/TestOutput @@ -121,6 +122,7 @@ lib/mozilla/chrome/classic/skin/classic/communicator/directory/file-icon-sel.gif lib/mozilla/chrome/classic/skin/classic/communicator/directory/file-icon.gif lib/mozilla/chrome/classic/skin/classic/communicator/formatting.css +lib/mozilla/chrome/classic/skin/classic/communicator/help.css lib/mozilla/chrome/classic/skin/classic/communicator/lock.gif lib/mozilla/chrome/classic/skin/classic/communicator/menubutton.css lib/mozilla/chrome/classic/skin/classic/communicator/menubuttonBindings.xml @@ -138,7 +140,6 @@ lib/mozilla/chrome/classic/skin/classic/communicator/related/sitemap.gif lib/mozilla/chrome/classic/skin/classic/communicator/search-active.gif lib/mozilla/chrome/classic/skin/classic/communicator/search-hover.gif -lib/mozilla/chrome/classic/skin/classic/communicator/search-widgets.css lib/mozilla/chrome/classic/skin/classic/communicator/search.gif lib/mozilla/chrome/classic/skin/classic/communicator/search/category.gif lib/mozilla/chrome/classic/skin/classic/communicator/search/findresults.css @@ -219,11 +220,13 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-normal.gif lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-preview.gif lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-tags.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/embarrassed_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find.gif lib/mozilla/chrome/classic/skin/classic/editor/images/frown.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/frown_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-hover.gif @@ -260,6 +263,7 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/justify-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/justify-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/justify.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/laughing_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-hover.gif @@ -314,6 +318,7 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/smile_active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/smile_disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/smile_hover.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/smile_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/span.gif lib/mozilla/chrome/classic/skin/classic/editor/images/spell-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/spell-hover-active.gif @@ -324,11 +329,14 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/table-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/table-white.gif lib/mozilla/chrome/classic/skin/classic/editor/images/table.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/tongue_n.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/undecided_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline.gif lib/mozilla/chrome/classic/skin/classic/editor/images/wink.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/wink_n.gif lib/mozilla/chrome/classic/skin/classic/global/alert-icon.gif lib/mozilla/chrome/classic/skin/classic/global/animthrob.gif lib/mozilla/chrome/classic/skin/classic/global/animthrob_single.gif @@ -395,6 +403,7 @@ lib/mozilla/chrome/classic/skin/classic/global/moreCols.gif lib/mozilla/chrome/classic/skin/classic/global/moreCols_dis.gif lib/mozilla/chrome/classic/skin/classic/global/moreCols_mo.gif +lib/mozilla/chrome/classic/skin/classic/global/outliner.css lib/mozilla/chrome/classic/skin/classic/global/preview.gif lib/mozilla/chrome/classic/skin/classic/global/preview.png lib/mozilla/chrome/classic/skin/classic/global/print-disabled.gif @@ -574,6 +583,7 @@ lib/mozilla/chrome/classic/skin/classic/messenger/message-mail-imapdelete.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-mail-new.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-mail.gif +lib/mozilla/chrome/classic/skin/classic/messenger/message-news-attach.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-news-new.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-news.gif lib/mozilla/chrome/classic/skin/classic/messenger/messenger.css @@ -718,6 +728,7 @@ lib/mozilla/chrome/comm/content/communicator/contentAreaUtils.js lib/mozilla/chrome/comm/content/communicator/contents.rdf lib/mozilla/chrome/comm/content/communicator/dialogBindings.xml +lib/mozilla/chrome/comm/content/communicator/directory/directory.html lib/mozilla/chrome/comm/content/communicator/directory/directory.js lib/mozilla/chrome/comm/content/communicator/directory/directory.xul lib/mozilla/chrome/comm/content/communicator/editorBindings.xul @@ -777,7 +788,6 @@ lib/mozilla/chrome/comm/content/communicator/pref/pref-winhooks.xul lib/mozilla/chrome/comm/content/communicator/pref/pref.xul lib/mozilla/chrome/comm/content/communicator/pref/preftree.xul -lib/mozilla/chrome/comm/content/communicator/pref/prefutilities.js lib/mozilla/chrome/comm/content/communicator/profile/confirmMigration.js lib/mozilla/chrome/comm/content/communicator/profile/confirmMigration.xul lib/mozilla/chrome/comm/content/communicator/profile/createProfileWizard.js @@ -937,7 +947,10 @@ lib/mozilla/chrome/comm/content/editor/editorOverlay.js lib/mozilla/chrome/comm/content/editor/editorOverlay.xul lib/mozilla/chrome/comm/content/editor/editorPrefsOverlay.xul +lib/mozilla/chrome/comm/content/editor/images/embarrassed_n.gif lib/mozilla/chrome/comm/content/editor/images/frown.gif +lib/mozilla/chrome/comm/content/editor/images/frown_n.gif +lib/mozilla/chrome/comm/content/editor/images/laughing_n.gif lib/mozilla/chrome/comm/content/editor/images/s_frown.gif lib/mozilla/chrome/comm/content/editor/images/s_smile.gif lib/mozilla/chrome/comm/content/editor/images/s_wink.gif @@ -946,6 +959,7 @@ lib/mozilla/chrome/comm/content/editor/images/smile_active.gif lib/mozilla/chrome/comm/content/editor/images/smile_disabled.gif lib/mozilla/chrome/comm/content/editor/images/smile_hover.gif +lib/mozilla/chrome/comm/content/editor/images/smile_n.gif lib/mozilla/chrome/comm/content/editor/images/tag-a.gif lib/mozilla/chrome/comm/content/editor/images/tag-abr.gif lib/mozilla/chrome/comm/content/editor/images/tag-acr.gif @@ -1042,7 +1056,10 @@ lib/mozilla/chrome/comm/content/editor/images/tag-userdefined.gif lib/mozilla/chrome/comm/content/editor/images/tag-var.gif lib/mozilla/chrome/comm/content/editor/images/tag-xmp.gif +lib/mozilla/chrome/comm/content/editor/images/tongue_n.gif +lib/mozilla/chrome/comm/content/editor/images/undecided_n.gif lib/mozilla/chrome/comm/content/editor/images/wink.gif +lib/mozilla/chrome/comm/content/editor/images/wink_n.gif lib/mozilla/chrome/comm/content/editor/pref-composer.js lib/mozilla/chrome/comm/content/editor/pref-composer.xul lib/mozilla/chrome/comm/content/editor/pref-editing.xul @@ -1058,13 +1075,17 @@ lib/mozilla/chrome/comm/content/navigator-platform/contents.rdf lib/mozilla/chrome/comm/content/navigator-region/contents.rdf lib/mozilla/chrome/comm/content/navigator/contents.rdf +lib/mozilla/chrome/comm/content/navigator/metadata.js +lib/mozilla/chrome/comm/content/navigator/metadata.xul lib/mozilla/chrome/comm/content/navigator/navExtraOverlay.xul lib/mozilla/chrome/comm/content/navigator/navigator.js lib/mozilla/chrome/comm/content/navigator/navigator.xul lib/mozilla/chrome/comm/content/navigator/navigatorDD.js lib/mozilla/chrome/comm/content/navigator/navigatorOverlay.xul +lib/mozilla/chrome/comm/content/navigator/nsBrowserStatusHandler.js lib/mozilla/chrome/comm/content/navigator/pageInfo.js lib/mozilla/chrome/comm/content/navigator/pageInfo.xul +lib/mozilla/chrome/comm/content/navigator/personalToolbar.js lib/mozilla/chrome/comm/content/navigator/platformNavigationBindings.xul lib/mozilla/chrome/comm/content/navigator/sessionHistoryUI.js lib/mozilla/chrome/comm/content/navigator/tooltip.js @@ -1191,7 +1212,7 @@ lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/SignonViewer.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.properties -lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletPreview.properties +lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletPreview.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletViewer.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/cookie.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/index.html @@ -1342,6 +1363,7 @@ lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/messengercompose.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/pref-composing_messages.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/pref-formatting.dtd +lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/mime.properties lib/mozilla/chrome/en-US/locale/en-US/messenger/mimeheader.properties lib/mozilla/chrome/en-US/locale/en-US/messenger/msgAccountCentral.dtd @@ -1370,6 +1392,8 @@ lib/mozilla/chrome/en-US/locale/en-US/messenger/threadpane.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/vcard.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/contents.rdf +lib/mozilla/chrome/en-US/locale/en-US/navigator/metadata.dtd +lib/mozilla/chrome/en-US/locale/en-US/navigator/metadata.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/navigator.dtd lib/mozilla/chrome/en-US/locale/en-US/navigator/navigator.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/pageInfo.dtd @@ -1392,6 +1416,72 @@ lib/mozilla/chrome/en-unix/locale/en-US/global-platform/printdialog.dtd lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform/contents.rdf lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform/platformNavigationBindings.dtd +lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/contents.rdf +lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/pref/platformPrefOverlay.dtd +lib/mozilla/chrome/help/content/help/contents.rdf +lib/mozilla/chrome/help/content/help/help.js +lib/mozilla/chrome/help/content/help/help.xul +lib/mozilla/chrome/help/content/help/helpMenuOverlay.xul +lib/mozilla/chrome/help/locale/en-US/help/cert_concepts_help.html +lib/mozilla/chrome/help/locale/en-US/help/cert_dialog_help.html +lib/mozilla/chrome/help/locale/en-US/help/certs_help.html +lib/mozilla/chrome/help/locale/en-US/help/composer_help.html +lib/mozilla/chrome/help/locale/en-US/help/content_style.css +lib/mozilla/chrome/help/locale/en-US/help/contents.rdf +lib/mozilla/chrome/help/locale/en-US/help/customize_help.html +lib/mozilla/chrome/help/locale/en-US/help/glossary.html +lib/mozilla/chrome/help/locale/en-US/help/help-toc.rdf +lib/mozilla/chrome/help/locale/en-US/help/help.dtd +lib/mozilla/chrome/help/locale/en-US/help/help_index.html +lib/mozilla/chrome/help/locale/en-US/help/im_help.html +lib/mozilla/chrome/help/locale/en-US/help/images/anchor.gif +lib/mozilla/chrome/help/locale/en-US/help/images/banner.gif +lib/mozilla/chrome/help/locale/en-US/help/images/biActive.gif +lib/mozilla/chrome/help/locale/en-US/help/images/bkmkmenu.gif +lib/mozilla/chrome/help/locale/en-US/help/images/bullets.gif +lib/mozilla/chrome/help/locale/en-US/help/images/frown.gif +lib/mozilla/chrome/help/locale/en-US/help/images/hrule.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image5.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image6.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image7.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image8.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image9.gif +lib/mozilla/chrome/help/locale/en-US/help/images/imtaskbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/locationbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/mailicon.gif +lib/mozilla/chrome/help/locale/en-US/help/images/navbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/navbuttons.gif +lib/mozilla/chrome/help/locale/en-US/help/images/newmail.gif +lib/mozilla/chrome/help/locale/en-US/help/images/numbers.gif +lib/mozilla/chrome/help/locale/en-US/help/images/paperclip.gif +lib/mozilla/chrome/help/locale/en-US/help/images/personalbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/reload.gif +lib/mozilla/chrome/help/locale/en-US/help/images/search.gif +lib/mozilla/chrome/help/locale/en-US/help/images/searchmusic.gif +lib/mozilla/chrome/help/locale/en-US/help/images/sick.gif +lib/mozilla/chrome/help/locale/en-US/help/images/sidebarclosed_small.gif +lib/mozilla/chrome/help/locale/en-US/help/images/smile.gif +lib/mozilla/chrome/help/locale/en-US/help/images/table.gif +lib/mozilla/chrome/help/locale/en-US/help/images/tagicon2.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-ab.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-aim-online.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-mail.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar_menus.gif +lib/mozilla/chrome/help/locale/en-US/help/images/thread.gif +lib/mozilla/chrome/help/locale/en-US/help/images/threadbutton.gif +lib/mozilla/chrome/help/locale/en-US/help/images/wink.gif +lib/mozilla/chrome/help/locale/en-US/help/mail_help.html +lib/mozilla/chrome/help/locale/en-US/help/nav_help.html +lib/mozilla/chrome/help/locale/en-US/help/passwords_help.html +lib/mozilla/chrome/help/locale/en-US/help/privacy_help.html +lib/mozilla/chrome/help/locale/en-US/help/privsec_help.html +lib/mozilla/chrome/help/locale/en-US/help/sll_page_info_help.html +lib/mozilla/chrome/help/locale/en-US/help/ssl_help.html +lib/mozilla/chrome/help/locale/en-US/help/using_certs_help.html +lib/mozilla/chrome/help/locale/en-US/help/validation_help.html +lib/mozilla/chrome/help/locale/en-US/help/welcome_help.html lib/mozilla/chrome/installed-chrome.txt lib/mozilla/chrome/messenger/content/messenger-region/contents.rdf lib/mozilla/chrome/messenger/content/messenger/AccountManager.js @@ -1512,6 +1602,8 @@ lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-composing_messages.xul lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-formatting.js lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-formatting.xul +lib/mozilla/chrome/messenger/content/messenger/messengercompose/sendProgress.js +lib/mozilla/chrome/messenger/content/messenger/messengercompose/sendProgress.xul lib/mozilla/chrome/messenger/content/messenger/messengerdnd.js lib/mozilla/chrome/messenger/content/messenger/mime.js lib/mozilla/chrome/messenger/content/messenger/msgAccountCentral.js @@ -1585,6 +1677,7 @@ lib/mozilla/chrome/modern/skin/modern/communicator/directory/file-folder-open.gif lib/mozilla/chrome/modern/skin/modern/communicator/directory/file-icon.gif lib/mozilla/chrome/modern/skin/modern/communicator/formatting.css +lib/mozilla/chrome/modern/skin/modern/communicator/help.css lib/mozilla/chrome/modern/skin/modern/communicator/icons/content-large.gif lib/mozilla/chrome/modern/skin/modern/communicator/icons/content-small.gif lib/mozilla/chrome/modern/skin/modern/communicator/icons/loading.gif @@ -1821,10 +1914,17 @@ lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-mid.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-rit.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-top.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/embarrassed_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/frown.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/frown_n.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/laughing_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/sick.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/smile.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/smile_n.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/tongue_n.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/undecided_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/wink.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/wink_n.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-dn-dis.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-dn.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-lft-dis.gif @@ -2150,6 +2250,7 @@ lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail-imapdelete.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail-new.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail.gif +lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news-attach.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news-new.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/readcol-read.gif @@ -2237,10 +2338,57 @@ lib/mozilla/chrome/overlayinfo/editor/content/overlays.rdf lib/mozilla/chrome/overlayinfo/messenger/content/overlays.rdf lib/mozilla/chrome/overlayinfo/navigator/content/overlays.rdf +lib/mozilla/chrome/pipnss/content/pipnss/contents.rdf +lib/mozilla/chrome/pipnss/locale/en-US/pipnss/contents.rdf +lib/mozilla/chrome/pipnss/locale/en-US/pipnss/pipnss.properties +lib/mozilla/chrome/pippki/content/pippki/CAOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/MineOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/PageInfoOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/PrefOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/WebSitesOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/certDump.xul +lib/mozilla/chrome/pippki/content/pippki/certManager.js +lib/mozilla/chrome/pippki/content/pippki/certManager.xul +lib/mozilla/chrome/pippki/content/pippki/certViewer.xul +lib/mozilla/chrome/pippki/content/pippki/changepassword.xul +lib/mozilla/chrome/pippki/content/pippki/clientauthask.js +lib/mozilla/chrome/pippki/content/pippki/clientauthask.xul +lib/mozilla/chrome/pippki/content/pippki/contents.rdf +lib/mozilla/chrome/pippki/content/pippki/domainMismatch.js +lib/mozilla/chrome/pippki/content/pippki/domainMismatch.xul +lib/mozilla/chrome/pippki/content/pippki/downloadcert.js +lib/mozilla/chrome/pippki/content/pippki/downloadcert.xul +lib/mozilla/chrome/pippki/content/pippki/editcerts.js +lib/mozilla/chrome/pippki/content/pippki/editcerts.xul +lib/mozilla/chrome/pippki/content/pippki/getp12password.xul +lib/mozilla/chrome/pippki/content/pippki/getpassword.xul +lib/mozilla/chrome/pippki/content/pippki/newserver.js +lib/mozilla/chrome/pippki/content/pippki/newserver.xul +lib/mozilla/chrome/pippki/content/pippki/password.js +lib/mozilla/chrome/pippki/content/pippki/pippki.js +lib/mozilla/chrome/pippki/content/pippki/pref-security.js +lib/mozilla/chrome/pippki/content/pippki/pref-security.xul +lib/mozilla/chrome/pippki/content/pippki/pref-ssl.xul +lib/mozilla/chrome/pippki/content/pippki/serverCertExpired.js +lib/mozilla/chrome/pippki/content/pippki/serverCertExpired.xul +lib/mozilla/chrome/pippki/content/pippki/setp12password.xul +lib/mozilla/chrome/pippki/content/pippki/viewCertDetails.js +lib/mozilla/chrome/pippki/content/pippki/viewCertDetails.xul +lib/mozilla/chrome/pippki/locale/en-US/pippki/PageInfoOverlay.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/PrefOverlay.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/certManager.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/contents.rdf +lib/mozilla/chrome/pippki/locale/en-US/pippki/newserver.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/newserver.properties +lib/mozilla/chrome/pippki/locale/en-US/pippki/pippki.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/pippki.properties +lib/mozilla/chrome/pippki/locale/en-US/pippki/pref-security.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/pref-ssl.dtd lib/mozilla/chrome/toolkit/content/global-platform/contents.rdf lib/mozilla/chrome/toolkit/content/global-region/contents.rdf lib/mozilla/chrome/toolkit/content/global/about.xul lib/mozilla/chrome/toolkit/content/global/autocomplete.xml +lib/mozilla/chrome/toolkit/content/global/browserBindings.xml lib/mozilla/chrome/toolkit/content/global/build.dtd lib/mozilla/chrome/toolkit/content/global/charsetDetectorsOverlay.js lib/mozilla/chrome/toolkit/content/global/charsetDetectorsOverlay.xul @@ -2314,6 +2462,7 @@ lib/mozilla/chrome/user-skins.rdf lib/mozilla/component.reg lib/mozilla/components/absync.xpt +lib/mozilla/components/accessibility.xpt lib/mozilla/components/addrbook.xpt lib/mozilla/components/appshell.xpt lib/mozilla/components/autocomplete.xpt @@ -2322,7 +2471,7 @@ lib/mozilla/components/chardet.xpt lib/mozilla/components/chrome.xpt lib/mozilla/components/content_base.xpt -lib/mozilla/components/cookieviewer.xpt +lib/mozilla/components/cookie.xpt lib/mozilla/components/directory.xpt lib/mozilla/components/docshell.xpt lib/mozilla/components/dom.xpt @@ -2330,7 +2479,9 @@ lib/mozilla/components/embed_base.xpt lib/mozilla/components/exthandler.xpt lib/mozilla/components/gfx.xpt +lib/mozilla/components/gfx2.xpt lib/mozilla/components/history.xpt +lib/mozilla/components/imglib2.xpt lib/mozilla/components/import.xpt lib/mozilla/components/intl.xpt lib/mozilla/components/jar.xpt @@ -2342,6 +2493,7 @@ lib/mozilla/components/layout_xul_outliner.xpt lib/mozilla/components/libMyService.so lib/mozilla/components/libabsyncsvc.so +lib/mozilla/components/libaccessibility.so lib/mozilla/components/libaddrbook.so lib/mozilla/components/libappcomps.so lib/mozilla/components/libcaps.so @@ -2351,6 +2503,7 @@ lib/mozilla/components/libdocshell.so lib/mozilla/components/libeditor.so lib/mozilla/components/libembedcomponents.so +lib/mozilla/components/libgfx2.so lib/mozilla/components/libgfx_gtk.so lib/mozilla/components/libgfxps.so lib/mozilla/components/libgkcontent.so @@ -2358,6 +2511,11 @@ lib/mozilla/components/libgkplugin.so lib/mozilla/components/libgkview.so lib/mozilla/components/libhtmlpars.so +lib/mozilla/components/libimggif.so +lib/mozilla/components/libimgjpeg.so +lib/mozilla/components/libimglib2.so +lib/mozilla/components/libimgpng.so +lib/mozilla/components/libimgppm.so lib/mozilla/components/libimpText.so lib/mozilla/components/libimport.so lib/mozilla/components/libjar50.so @@ -2371,6 +2529,7 @@ lib/mozilla/components/libmork.so lib/mozilla/components/libmozbrwsr.so lib/mozilla/components/libmozfind.so +lib/mozilla/components/libmozldap.so lib/mozilla/components/libmozucth.so lib/mozilla/components/libmozxfer.so lib/mozilla/components/libmsgcompose.so @@ -2379,6 +2538,7 @@ lib/mozilla/components/libmsgnews.so lib/mozilla/components/libnecko.so lib/mozilla/components/libnecko2.so +lib/mozilla/components/libnkcache.so lib/mozilla/components/libnpsimple.so lib/mozilla/components/libnsappshell.so lib/mozilla/components/libnsgif.so @@ -2388,9 +2548,10 @@ lib/mozilla/components/libnspng.so lib/mozilla/components/libnsprefm.so lib/mozilla/components/liboji.so +lib/mozilla/components/libpipnss.so +lib/mozilla/components/libpippki.so lib/mozilla/components/libpref.so lib/mozilla/components/libprofile.so -lib/mozilla/components/libpsmglue.so lib/mozilla/components/librdf.so lib/mozilla/components/libregviewer.so lib/mozilla/components/libsample.so @@ -2430,6 +2591,7 @@ lib/mozilla/components/mozbrwsr.xpt lib/mozilla/components/mozcomps.xpt lib/mozilla/components/mozfind.xpt +lib/mozilla/components/mozldap.xpt lib/mozilla/components/mozucth.xpt lib/mozilla/components/mozxfer.xpt lib/mozilla/components/msgbase.xpt @@ -2450,20 +2612,23 @@ lib/mozilla/components/necko_res.xpt lib/mozilla/components/necko_socket.xpt lib/mozilla/components/necko_strconv.xpt +lib/mozilla/components/necko_viewsource.xpt lib/mozilla/components/npsimple.xpt lib/mozilla/components/nsDictionary.js lib/mozilla/components/nsFilePicker.js +lib/mozilla/components/nsProxyAutoConfig.js lib/mozilla/components/nsSample.js lib/mozilla/components/nsSidebar.js lib/mozilla/components/nsXmlRpcClient.js lib/mozilla/components/oji.xpt +lib/mozilla/components/pipnss.xpt +lib/mozilla/components/pippki.xpt lib/mozilla/components/plugin.xpt lib/mozilla/components/pref.xpt lib/mozilla/components/prefmigr.xpt lib/mozilla/components/profile.xpt lib/mozilla/components/proxyObjInst.xpt lib/mozilla/components/proxytest.xpt -lib/mozilla/components/psmglue.xpt lib/mozilla/components/rdf.xpt lib/mozilla/components/regviewer.xpt lib/mozilla/components/related.xpt @@ -2529,27 +2694,27 @@ lib/mozilla/defaults/wallet/SchemaStrings.tbl lib/mozilla/defaults/wallet/StateSchema.tbl lib/mozilla/defaults/wallet/VcardSchema.tbl +lib/mozilla/dirver lib/mozilla/dtd/mathml.dtd lib/mozilla/gtkEmbed lib/mozilla/htmlrobot lib/mozilla/icons/mozicon16.xpm lib/mozilla/icons/mozicon50.xpm lib/mozilla/libDebugRobot.so -lib/mozilla/libcmt.so lib/mozilla/libgkgfx.so lib/mozilla/libgtkembedmoz.so lib/mozilla/libgtksuperwin.so lib/mozilla/libgtkxtbin.so lib/mozilla/libjsdom.so lib/mozilla/libjsj.so +lib/mozilla/liblber40.so +lib/mozilla/libldap40.so lib/mozilla/libmozjs.so lib/mozilla/libmsgbaseutil.so lib/mozilla/libnspr4.so -lib/mozilla/libnssckbi.so lib/mozilla/libnullplugin.so lib/mozilla/libplc4.so lib/mozilla/libplds4.so -lib/mozilla/libprotocol.so lib/mozilla/libxpcom.so lib/mozilla/libxpistub.so lib/mozilla/lots @@ -2562,24 +2727,11 @@ lib/mozilla/nsTestSample lib/mozilla/nsinstall lib/mozilla/plugins/libnullplugin.so +lib/mozilla/profile/defaults/profile/US/chrome/userChrome.css +lib/mozilla/profile/defaults/profile/US/chrome/userContent.css +lib/mozilla/profile/defaults/profile/chrome/userChrome.css +lib/mozilla/profile/defaults/profile/chrome/userContent.css lib/mozilla/proxytests -lib/mozilla/psm -lib/mozilla/psmdata/doc/04digsgn.gif -lib/mozilla/psmdata/doc/06pcrypt.gif -lib/mozilla/psmdata/doc/bannerrn.gif -lib/mozilla/psmdata/doc/cartbanner.gif -lib/mozilla/psmdata/doc/cmcjavascriptapi.html -lib/mozilla/psmdata/doc/contents.htm -lib/mozilla/psmdata/doc/glossary.htm -lib/mozilla/psmdata/doc/help.htm -lib/mozilla/psmdata/doc/next.gif -lib/mozilla/psmdata/doc/prev.gif -lib/mozilla/psmdata/doc/psmtest.html -lib/mozilla/psmdata/doc/release_notes.html -lib/mozilla/psmdata/ui/psm_bin.properties -lib/mozilla/psmdata/ui/psm_doc.properties -lib/mozilla/psmdata/ui/psm_text.properties -lib/mozilla/psmdata/ui/psm_ui.properties lib/mozilla/rdfcat lib/mozilla/rdfpoll lib/mozilla/regExport @@ -2601,7 +2753,10 @@ lib/mozilla/res/fonts/mathfontCMEX10.properties lib/mozilla/res/fonts/mathfontCMSY10.properties lib/mozilla/res/fonts/mathfontMTExtra.properties +lib/mozilla/res/fonts/mathfontMath1.properties +lib/mozilla/res/fonts/mathfontMath2.properties lib/mozilla/res/fonts/mathfontMath4.properties +lib/mozilla/res/fonts/mathfontPUA.properties lib/mozilla/res/fonts/mathfontSymbol.properties lib/mozilla/res/forms.css lib/mozilla/res/gfx/icon_0.gif @@ -2637,6 +2792,7 @@ lib/mozilla/res/rdf/ignore-test.xul lib/mozilla/res/rdf/loading.gif lib/mozilla/res/rdf/xpidl-test-1.xul +lib/mozilla/res/sample.unixpsfonts.properties lib/mozilla/res/samples/Anieyes.gif lib/mozilla/res/samples/aform.css lib/mozilla/res/samples/beeptest.html @@ -2747,6 +2903,7 @@ lib/mozilla/res/ua.css lib/mozilla/res/unixcharset.properties lib/mozilla/res/viewer.properties +lib/mozilla/res/viewsource.css lib/mozilla/run-mozilla.sh lib/mozilla/searchplugins/NetscapeSearch.gif lib/mozilla/searchplugins/NetscapeSearch.src @@ -2761,12 +2918,13 @@ lib/mozilla/searchplugins/mozilla.gif lib/mozilla/searchplugins/mozilla.src lib/mozilla/splash.xpm -lib/mozilla/start-psm +lib/mozilla/startup-test.html lib/mozilla/timebombgen lib/mozilla/urltest lib/mozilla/viewer lib/mozilla/viewer_gtk lib/mozilla/xpcshell +lib/mozilla/xpicleanup lib/mozilla/xpidl lib/mozilla/xpt_dump lib/mozilla/xpt_link @@ -2781,9 +2939,12 @@ @dirrm lib/mozilla/res/entityTables @dirrm lib/mozilla/res/builtin @dirrm lib/mozilla/res -@dirrm lib/mozilla/psmdata/ui -@dirrm lib/mozilla/psmdata/doc -@dirrm lib/mozilla/psmdata +@dirrm lib/mozilla/profile/defaults/profile/chrome +@dirrm lib/mozilla/profile/defaults/profile/US/chrome +@dirrm lib/mozilla/profile/defaults/profile/US +@dirrm lib/mozilla/profile/defaults/profile +@dirrm lib/mozilla/profile/defaults +@dirrm lib/mozilla/profile @dirrm lib/mozilla/plugins @dirrm lib/mozilla/icons @dirrm lib/mozilla/dtd @@ -2798,6 +2959,18 @@ @dirrm lib/mozilla/chrome/toolkit/content/global @dirrm lib/mozilla/chrome/toolkit/content @dirrm lib/mozilla/chrome/toolkit +@dirrm lib/mozilla/chrome/pippki/locale/en-US/pippki +@dirrm lib/mozilla/chrome/pippki/locale/en-US +@dirrm lib/mozilla/chrome/pippki/locale +@dirrm lib/mozilla/chrome/pippki/content/pippki +@dirrm lib/mozilla/chrome/pippki/content +@dirrm lib/mozilla/chrome/pippki +@dirrm lib/mozilla/chrome/pipnss/locale/en-US/pipnss +@dirrm lib/mozilla/chrome/pipnss/locale/en-US +@dirrm lib/mozilla/chrome/pipnss/locale +@dirrm lib/mozilla/chrome/pipnss/content/pipnss +@dirrm lib/mozilla/chrome/pipnss/content +@dirrm lib/mozilla/chrome/pipnss @dirrm lib/mozilla/chrome/overlayinfo/navigator/content @dirrm lib/mozilla/chrome/overlayinfo/navigator @dirrm lib/mozilla/chrome/overlayinfo/messenger/content @@ -2862,6 +3035,18 @@ @dirrm lib/mozilla/chrome/messenger/content/messenger @dirrm lib/mozilla/chrome/messenger/content @dirrm lib/mozilla/chrome/messenger +@dirrm lib/mozilla/chrome/help/locale/en-US/help/images +@dirrm lib/mozilla/chrome/help/locale/en-US/help +@dirrm lib/mozilla/chrome/help/locale/en-US +@dirrm lib/mozilla/chrome/help/locale +@dirrm lib/mozilla/chrome/help/content/help +@dirrm lib/mozilla/chrome/help/content +@dirrm lib/mozilla/chrome/help +@dirrm lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/pref +@dirrm lib/mozilla/chrome/en-win/locale/en-US/communicator-platform +@dirrm lib/mozilla/chrome/en-win/locale/en-US +@dirrm lib/mozilla/chrome/en-win/locale +@dirrm lib/mozilla/chrome/en-win @dirrm lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform @dirrm lib/mozilla/chrome/en-unix/locale/en-US/global-platform @dirrm lib/mozilla/chrome/en-unix/locale/en-US/communicator-platform/pref Index: files/patch-ap =================================================================== RCS file: /home/ncvs/ports/www/mozilla/files/patch-ap,v retrieving revision 1.3 diff -d -u -r1.3 patch-ap --- files/patch-ap 2001/04/10 09:05:48 1.3 +++ files/patch-ap 2001/05/15 08:27:07 @@ -1,28 +1,17 @@ ---- security/coreconf/config.mk.orig Thu Jan 18 21:58:30 2001 -+++ security/coreconf/config.mk Thu Jan 18 21:58:41 2001 +--- security/coreconf/config.mk.orig Tue Mar 13 21:00:48 2001 ++++ security/coreconf/config.mk Mon May 14 18:13:01 2001 @@ -56,7 +56,7 @@ # each OS release. # ####################################################################### - --ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) -+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET))) - include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk - else - include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk ---- security/psm/Makefile.in.orig Thu Jan 18 22:00:05 2001 -+++ security/psm/Makefile.in Thu Jan 18 22:00:19 2001 -@@ -28,7 +28,7 @@ - CORE_DEPTH=$(topsrcdir)/security - include $(CORE_DEPTH)/coreconf/arch.mk --ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) -+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET))) +-ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET))) ++ifeq (,$(filter-out BSD_OS NetBSD OS2 FreeBSD,$(OS_TARGET))) include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk else include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk ---- security/psm/server/Makefile.orig Tue Dec 19 17:24:58 2000 -+++ security/psm/server/Makefile Fri Jan 19 03:49:36 2001 -@@ -59,11 +59,11 @@ +--- security/psm/server/Makefile.orig Fri Mar 30 21:46:06 2001 ++++ security/psm/server/Makefile Mon May 14 18:03:23 2001 +@@ -67,11 +67,11 @@ endif endif @@ -36,7 +25,7 @@ endif endif -@@ -153,8 +153,8 @@ +@@ -165,8 +165,8 @@ XPCOM_LINK_LIBS = -lxpcom XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX) else Index: files/patch-qt =================================================================== RCS file: /home/ncvs/ports/www/mozilla/files/patch-qt,v retrieving revision 1.6 diff -d -u -r1.6 patch-qt --- files/patch-qt 2001/02/16 17:29:24 1.6 +++ files/patch-qt 2001/05/15 08:27:07 @@ -1,15 +1,18 @@ ---- configure.orig Sat Sep 30 23:16:14 2000 -+++ configure Thu Dec 21 00:49:23 2000 -@@ -6020,7 +6020,7 @@ - echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6 - echo "configure:6022: checking for Qt insanity" >&5 + +$FreeBSD$ + +--- configure.orig Tue Apr 24 01:59:58 2001 ++++ configure Mon May 14 21:48:26 2001 +@@ -6596,7 +6596,7 @@ + fi -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" + +- QT_CFLAGS="-I${QTDIR}/include -DQT_GENUINE_STR" ++ QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR" QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" # Check whether --with-static-qt or --without-static-qt was given. -@@ -8052,6 +8052,9 @@ +@@ -8703,6 +8703,9 @@ os2*) LIBS= ;; @@ -19,7 +22,7 @@ esac for ac_hdr in sys/byteorder.h compat.h getopt.h do -@@ -8702,8 +8705,6 @@ +@@ -9392,8 +9395,6 @@ if test $? -eq 0; then if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then ac_cv_have_dash_pthread=yes @@ -28,7 +31,7 @@ fi fi rm -f conftest* -@@ -8737,7 +8738,7 @@ +@@ -9427,7 +9428,7 @@ EOF if test "$ac_cv_have_dash_pthread" = "yes"; then @@ -37,3 +40,11 @@ else _PTHREAD_LDFLAGS="-lc_r" fi +@@ -13902,6 +13903,7 @@ + ;; + *) + NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs` ++ NSPR_LIBS="$NSPR_LIBS $BSD_PTHREAD_LIBS" + $PERL -pi.bak -e "s {^NSPR_LIBS\s*=.*} {NSPR_LIBS = $NSPR_LIBS }" config/autoconf.mk + ;; + esac Index: files/patch-security::manager::Makefile =================================================================== RCS file: patch-security::manager::Makefile diff -N patch-security::manager::Makefile --- /dev/null Tue May 15 00:59:01 2001 +++ patch-security::manager::Makefile Tue May 15 01:27:07 2001 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- security/manager/Makefile 2001/05/15 08:03:09 1.1 ++++ security/manager/Makefile 2001/05/15 08:03:22 +@@ -84,7 +84,7 @@ + cd $(MOZ_BUILD_ROOT)/security/nss; $(MAKE) $(DEFAULT_GMAKE_FLAGS) moz_import + cd $(MOZ_BUILD_ROOT)/security/nss; $(INSTALL) $(DIST)/include $(DIST)/public/dbm + cd $(MOZ_BUILD_ROOT)/security/nss/lib; $(MAKE) $(DEFAULT_GMAKE_FLAGS) +- $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin ++# $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin + $(MAKE) -C ssl $@ + $(MAKE) -C pki $@ + --------------2AD224B555F50F61CF5C7D1D-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 9:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E5EB37B424 for ; Tue, 15 May 2001 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FGA1N80831; Tue, 15 May 2001 09:10:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8378537B422 for ; Tue, 15 May 2001 09:07:12 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 66F5E10F410; Tue, 15 May 2001 11:07:14 -0500 (CDT) Message-Id: <20010515160714.66F5E10F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 11:07:14 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: mi@aldan.algebra.com X-Send-Pr-Version: 3.113 Subject: ports/27337: UPDATE www/tcphttpd missing man page Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27337 >Category: ports >Synopsis: UPDATE www/tcphttpd missing man page >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 May 15 09:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: missing manpage according to bento >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/tclhttpd/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2001/05/02 20:35:42 1.6 +++ Makefile 2001/05/15 16:02:54 @@ -17,6 +17,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/tcllib0.8/pkgIndex.tcl:${PORTSDIR}/devel/tcllib LIB_DEPENDS= tcl${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER} +MAN1= httpd.1 + TCL_DVER?= 8.3 TCL_VER= ${TCL_DVER:S/.//} GNU_CONFIGURE= yes >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 May 15 9:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD71237B42C for ; Tue, 15 May 2001 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FGK1D82877; Tue, 15 May 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id B623637B422 for ; Tue, 15 May 2001 09:12:51 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id B3B4810F410; Tue, 15 May 2001 11:12:53 -0500 (CDT) Message-Id: <20010515161253.B3B4810F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 11:12:53 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: ishmael27@home.com X-Send-Pr-Version: 3.113 Subject: ports/27338: UPDATE devel/fam missing file from pkg-plist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27338 >Category: ports >Synopsis: UPDATE devel/fam missing file from pkg-plist >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 May 15 09:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: missing file according to bento >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/fam/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/03/31 02:45:55 1.1 +++ pkg-plist 2001/05/15 16:12:08 @@ -1,5 +1,6 @@ bin/fam etc/fam.conf +etc/rc.d/fam.sh.sample include/fam.h lib/fam/editconf.perl lib/libfam.a >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 May 15 9:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 012F037B423 for ; Tue, 15 May 2001 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FGU2k84457; Tue, 15 May 2001 09:30:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 7836837B422 for ; Tue, 15 May 2001 09:25:23 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D707710F410; Tue, 15 May 2001 11:25:25 -0500 (CDT) Message-Id: <20010515162525.D707710F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 11:25:25 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: adam@veda.is X-Send-Pr-Version: 3.113 Subject: ports/27340: UPDATE news/nntp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27340 >Category: ports >Synopsis: UPDATE news/nntp >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 May 15 09:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing lib to pkg-plist Add missing dir to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/news/nntp/pkg-plist,v retrieving revision 1.11 diff -u -r1.11 pkg-plist --- pkg-plist 2000/08/07 07:17:39 1.11 +++ pkg-plist 2001/05/15 16:24:58 @@ -1,3 +1,4 @@ +lib/libcnews.a sbin/nntpd %%NEWSBIN%%/acttimes %%NEWSBIN%%/nntpxmit @@ -5,3 +6,4 @@ @comment just in case anyone wants it %%NEWSBIN%%/shlock %%NEWSCTL%%/overview.fmt +@dirrm newsspool >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 May 15 9:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD2D037B424 for ; Tue, 15 May 2001 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FGU2B84448; Tue, 15 May 2001 09:30:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 621B737B422; Tue, 15 May 2001 09:20:54 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id A988810F410; Tue, 15 May 2001 11:20:56 -0500 (CDT) Message-Id: <20010515162056.A988810F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 11:20:56 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: jmz@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27339: UPDATE emulators/mtools missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27339 >Category: ports >Synopsis: UPDATE emulators/mtools missing >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 May 15 09:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: missing manpage according to bento shorten pkg-descr according to portlint >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/mtools/Makefile,v retrieving revision 1.42 diff -u -r1.42 Makefile --- Makefile 2001/04/29 00:01:37 1.42 +++ Makefile 2001/05/15 16:18:11 @@ -31,9 +31,10 @@ USE_GMAKE= yes MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \ - mdir.1 mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 \ - mmove.1 mpartition.1 mrd.1 mread.1 mren.1 mshowfat.1 \ + mdir.1 mdu.1 mformat.1 minfo.1 mkmanifest.1 mlabel.1 mmd.1 \ + mmount.1 mmove.1 mpartition.1 mrd.1 mread.1 mren.1 mshowfat.1 \ mtoolstest.1 mtools.1 mtype.1 mzip.1 + MAN5= mtools.5 .if !defined(NO_X) Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/emulators/mtools/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 1998/05/07 09:52:37 1.4 +++ pkg-descr 2001/05/15 16:18:11 @@ -3,25 +3,6 @@ a diskette). Each program attempts to emulate the MSDOS equivalent command as closely as practical. -The following MSDOS commands are emulated: - -Mtool MSDOS -name equivalent Description ------ ---- ----------- -mattrib ATTRIB change MSDOS file attribute flags -mcd CD change MSDOS directory -mcopy COPY copy MSDOS files to/from Unix -mdel DEL/ERASE delete an MSDOS file -mdir DIR display an MSDOS directory -mformat FORMAT add MSDOS filesystem to a low-level format -mlabel LABEL make an MSDOS volume label. -mmd MD/MKDIR make an MSDOS subdirectory -mrd RD/RMDIR remove an MSDOS subdirectory -mread COPY low level read (copy) an MSDOS file to Unix -mren REN/RENAME rename an existing MSDOS file -mtype TYPE display contents of an MSDOS file -mwrite COPY alias for mcopy, will be removed soon - You should be able to just close your eyes and pretend you're on an MSDOS system. Everything should work the same... except for the added 'm' at the beginning of each command. >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 May 15 9:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB89C37B423 for ; Tue, 15 May 2001 09:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FGe0e86283; Tue, 15 May 2001 09:40:00 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 36BCB37B422 for ; Tue, 15 May 2001 09:30:04 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 91AE310F410; Tue, 15 May 2001 11:30:06 -0500 (CDT) Message-Id: <20010515163006.91AE310F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 11:30:06 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: ilia@cgu.chel.su X-Send-Pr-Version: 3.113 Subject: ports/27341: UPDATE www/p5-Unicode-Map8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27341 >Category: ports >Synopsis: UPDATE www/p5-Unicode-Map8 >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 May 15 09:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing file to pkg-plist Add missing manpage to Makefile >How-To-Repeat: >Fix: begin 644 Unicode-Map8 M26YD97@Z($UA:V5F:6QE"CT]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T*4D-3(&9I M;&4Z("]H;VUE+VYC=G,O<&]R=',O8V]N=F5R=&5RTQ/0T%,0D%317TO;&EB+W!E MU!%4DQ?5D52?2\D>U!%4DQ?05)#2'T*(%!%4DQ? M0T].1DE'55)%/0EY97,*(`HK34%.,3T)"75M87`N,0H@34%.,ST)"55N:6-O M9&4Z.DUA<#@N,PH@34%.,U!2149)6#T))'M04D5&25A]+VQI8B]P97)L-2\D M>U!%4DQ?5D524TE/3GT*(`I);F1E>#H@<&MG+7!L:7-T"CT]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T*4D-3(&9I;&4Z("]H;VUE+VYC=G,O<&]R=',O8V]N=F5R M=&5RRelease-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 May 15 9:40:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id A261C37B424 for ; Tue, 15 May 2001 09:40:17 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id DE177D0; Tue, 15 May 2001 20:40:16 +0400 (MSD) Date: Tue, 15 May 2001 20:40:16 +0400 From: "Sergey A. Osokin" To: freebsd-ports@freebsd.org Subject: Re: Mozilla update [patch]] Message-ID: <20010515204016.B15607@freebsd.org.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 15, 2001 at 12:31:40PM +0300, Maxim Sobolev wrote: > Hi folks (or should I call you gnomes?), > > As I promised earlier, with this message I'm attaching patch to update > mozilla port to the latest version 0.9. I've only tested it with > 5-CURRENT, so it would be nice if somebody will give it a try on > 4-STABLE as well before it is committed. > > -Maxim > Index: files/patch-security::manager::Makefile > =================================================================== > RCS file: patch-security::manager::Makefile > diff -N patch-security::manager::Makefile > --- /dev/null Tue May 15 00:59:01 2001 > +++ patch-security::manager::Makefile Tue May 15 01:27:07 2001 > @@ -0,0 +1,14 @@ > + > +$FreeBSD$ > + > +--- security/manager/Makefile 2001/05/15 08:03:09 1.1 > ++++ security/manager/Makefile 2001/05/15 08:03:22 > +@@ -84,7 +84,7 @@ > + cd $(MOZ_BUILD_ROOT)/security/nss; $(MAKE) $(DEFAULT_GMAKE_FLAGS) moz_import > + cd $(MOZ_BUILD_ROOT)/security/nss; $(INSTALL) $(DIST)/include $(DIST)/public/dbm > + cd $(MOZ_BUILD_ROOT)/security/nss/lib; $(MAKE) $(DEFAULT_GMAKE_FLAGS) > +- $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin > ++# $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin > + $(MAKE) -C ssl $@ > + $(MAKE) -C pki $@ > + $ ls -la work/mozilla/security/manager/Makefile ls: work/mozilla/security/manager/Makefile: No such file or directory $ ls work/mozilla/security/manager/Makefile* work/mozilla/security/manager/Makefile.in work/mozilla/security/manager/Makefile.rej Right way is Makefile.in ? -- Rgdz, /"\ Sergey Osokin aka oZZ, \ / ASCII RIBBON CAMPAIGN osa@freebsd.org.ru X AGAINST HTML MAIL http://freebsd.org.ru/~osa/ / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 9:50:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E4EE37B423 for ; Tue, 15 May 2001 09:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FGo1I88625; Tue, 15 May 2001 09:50:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 64A8637B423; Tue, 15 May 2001 09:42:29 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id DE88710F410; Tue, 15 May 2001 11:42:30 -0500 (CDT) Message-Id: <20010515164230.DE88710F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 11:42:30 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27343: UPDATE x11-toolkits/pango Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27343 >Category: ports >Synopsis: UPDATE x11-toolkits/pango >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 May 15 09:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing files and dirs to pkg-plist >How-To-Repeat: >Fix: begin 644 pango.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!O6]U="YH M"B!I;F-L=61E+W!A;F=O+3$N,"]P86YG;R]P86YG;RUM;V1U;&5S+F@**VEN M8VQU9&4O<&%N9V\M,2XP+W!A;F=O+W!A;F=O+6]T+F@*(&EN8VQU9&4O<&%N M9V\M,2XP+W!A;F=O+W!A;F=O+71A8G,N:`H@:6YC;'5D92]P86YG;RTQ+C`O M<&%N9V\O<&%N9V\M='EP97,N:`H@:6YC;'5D92]P86YG;RTQ+C`O<&%N9V\O M<&%N9V\M=71I;',N:`H@:6YC;'5D92]P86YG;RTQ+C`O<&%N9V\O<&%N9V\N M:`H@:6YC;'5D92]P86YG;RTQ+C`O<&%N9V\O<&%N9V]F=#(N:`H@:6YC;'5D M92]P86YG;RTQ+C`O<&%N9V\O<&%N9V]X+F@**VEN8VQU9&4O<&%N9V\M,2XP M+W!A;F=O+W!A;F=O>&9T+F@*(&QI8B]L:6)P86YG;RYA"B!L:6(O;&EB<&%N M9V\N"YA"B!L:6(O;&EB<&%N9V]X+G-O"B!L:6(O;&EB<&%N M9V]X+G-O+C`**VQI8B]L:6)P86YG;WAF="YA"BML:6(O;&EB<&%N9V]X9G0N M"YS;PHK;&EB+W!A;F=O+VUO9'5L97,O<&%N9V\M87)A M8FEC+7AF="YS;PH@;&EB+W!A;F=O+VUO9'5L97,O<&%N9V\M8F%S:6,M9G0R M+G-O"B!L:6(O<&%N9V\O;6]D=6QE"YS;PH@;&EB+W!A;F=O+VUO9'5L97,O M<&%N9V\M9&5V86YA9V%R:2UX+G-O"B!L:6(O<&%N9V\O;6]D=6QE6%N;6%R+7@N"YP8PHK;&EB9&%T M82]P:V=C;VYF:6Release-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 May 15 10: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 703ED37B422 for ; Tue, 15 May 2001 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FH03691409; Tue, 15 May 2001 10:00:03 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 7B05937B424; Tue, 15 May 2001 09:56:20 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 07F8E10F410; Tue, 15 May 2001 11:56:23 -0500 (CDT) Message-Id: <20010515165623.07F8E10F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 11:56:23 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: kris@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27345: UPDATE net/totd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27345 >Category: ports >Synopsis: UPDATE net/totd >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 May 15 10:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing manpage >How-To-Repeat: >Fix: begin 644 totd.diff M26YD97@Z($UA:V5F:6QE"CT]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T*4D-3(&9I M;&4Z("]H;VUE+VYC=G,O<&]R=',O;F5T+W1O=&0O36%K969I;&4L=@IR971R M:65V:6YG(')E=FES:6]N(#$N,PID:69F("UU("UR,2XS($UA:V5F:6QE"BTM M+2!-86ME9FEL90DR,#`Q+S`U+S`V(#`T.C(P.C$Q"3$N,PHK*RL@36%K969I M;&4),C`P,2\P-2\Q-2`Q-CHU-3HU,@I`0"`M,3$L-B`K,3$L."!`0`H@"B!- M04E.5$%)3D52/0EKRelease-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 May 15 10: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 468EB37B423 for ; Tue, 15 May 2001 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FH03A91400; Tue, 15 May 2001 10:00:03 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8213837B424; Tue, 15 May 2001 09:53:56 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 584B010F410; Tue, 15 May 2001 11:53:58 -0500 (CDT) Message-Id: <20010515165358.584B010F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 11:53:58 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: mharo@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27344: UPDATE net/proftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27344 >Category: ports >Synopsis: UPDATE net/proftpd >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 May 15 10:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing files and dirs to pkg-plist Add logic in pkg-plist to delete proftpd.conf if its a vanilla config Update to rc2 Change master_site to proftpd.net, they don't own proftpd.org any more >How-To-Repeat: >Fix: begin 644 proftpd.diff M26YD97@Z($UA:V5F:6QE"CT]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T*4D-3(&9I M;&4Z("]H;VUE+VYC=G,O<&]R=',O9G1P+W!R;V9T<&0O36%K969I;&4L=@IR M971R:65V:6YG(')E=FES:6]N(#$N,SD*9&EF9B`M=2`M#H@9&ES=&EN9F\*/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/0I20U,@9FEL93H@+VAO;64O;F-VRelease-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 May 15 10:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9029937B424 for ; Tue, 15 May 2001 10:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHA2l95596; Tue, 15 May 2001 10:10:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id C0DE037B424; Tue, 15 May 2001 10:09:34 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 55E0C10F410; Tue, 15 May 2001 12:09:37 -0500 (CDT) Message-Id: <20010515170937.55E0C10F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 12:09:37 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27346: UPDATE editors/vim6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27346 >Category: ports >Synopsis: UPDATE editors/vim6 >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 May 15 10:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing manpages Add missing files >How-To-Repeat: >Fix: begin 644 vim6.diff.gz M'XL(`+%B`3L``[V678^;.!2&K\.OL+H[5P2,$Y+IH,TJV39=19W,5LELM7<1 M'X98X:O&!&:K_O<>("&9T0Q86FES`;;S^/CXY?6!5>S1TD)K^T!]%E)E]M]_ MRN;#%E7!+(3W241Q[!XSG"9<9)AZ3"0\PT<63?%YT>%1X51P1H\L#A"'6\:2 M&!&=C`S%8[Z/M!QIO.Y?,M4TK>T,1H9!L#'!Q$"&89F&-1X/FOFJJKZ"31"Y MM8P[RQ@I\SG23#*\16I]G<\5M%Y\7NX6FS^WZFSPX:^'3W5[]D[34@YQRMFO MW[]LEI]6__Q`FE8PL==$R)R9H#R"^SL%+>[O=X\P9_DX&_RBH"_WJ^WC;OOW M'[/!U]5Z]W6Y@0@?8>QAL5Y:6ZQA#%<=XQ^*MEX\D-E@`/KH!,%5Y*`7-,O2 MTXFBGOX&B6@!HY5B<`L`K'1JIC372_]Y"+2^7SU\WK9K\.:&VEX56$$*TEGL MAKE'T6].YNG5X]-A^WIT^%U9-:9)#X&6ABP3_ZMKVE7?M(U)GKG&)%>95JYI M>R<_F)@01.ZLR=0R)X-Z?N6:E]BU;<:-;89D#+89DKO:-@Z+,8BLH+F;1!&- M13U"RQ<#`8RH]3^PG[9%BR9`\*P9-2U^-$4J;?&Z:R^/2]E.UJF85]XP()_62J!Q>"VHN;>D.;$92EU M^\)]RYE[@%HBQ4'5Z><20;-6)$*FE4ID-.Z4R1=IF`=@B,CN?*0MESZ)?2*' M\MQYZO)1"]9RR40\&[./*[-^+/%KIM)J-!Y56HW,;DME3[&P2^Q1OROZF:JJ MKPQVM+LT.F-QYX[.5.(Z!RDNA--KQ(7%A4\K#WJ"7K[PN*CI2W2X._5"5V$_X2=[+&`X` !`%=O ` 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 May 15 10:16: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE2E637B422; Tue, 15 May 2001 10:16:04 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHG4B96377; Tue, 15 May 2001 10:16:04 -0700 (PDT) (envelope-from roam) Date: Tue, 15 May 2001 10:16:04 -0700 (PDT) From: Message-Id: <200105151716.f4FHG4B96377@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/27346: UPDATE editors/vim6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE editors/vim6 Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: roam Responsible-Changed-When: Tue May 15 10:15:54 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27346 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 10:18:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 7026037B422 for ; Tue, 15 May 2001 10:17:23 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4FHJ2075599; Tue, 15 May 2001 20:19:15 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l111.uic-in.net [212.35.189.238]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4FHH2008420; Tue, 15 May 2001 20:17:03 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4FHGBD14724; Tue, 15 May 2001 20:16:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105151716.f4FHGBD14724@vega.vega.com> Subject: Re: Mozilla update [patch]] To: osa@freebsd.org.ru (Sergey A. Osokin) Date: Tue, 15 May 2001 20:16:11 +0300 (EEST) Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <20010515204016.B15607@freebsd.org.ru> from "Sergey A. Osokin" at May 15, 2001 08:40:16 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="%--multipart-mixed-boundary-1.14713.989946971--%" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --%--multipart-mixed-boundary-1.14713.989946971--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > > +--- security/manager/Makefile 2001/05/15 08:03:09 1.1 > > ++++ security/manager/Makefile 2001/05/15 08:03:22 > > +@@ -84,7 +84,7 @@ > > + > > $ ls -la work/mozilla/security/manager/Makefile > ls: work/mozilla/security/manager/Makefile: No such file or directory > $ ls work/mozilla/security/manager/Makefile* > work/mozilla/security/manager/Makefile.in work/mozilla/security/manager/Makefile.rej > > Right way is Makefile.in ? Yuip, sorry. Attached please find correct patch with some other problems fixed. -Maxim --%--multipart-mixed-boundary-1.14713.989946971--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Description: ASCII text Content-Disposition: attachment; filename="mozilla.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.60 diff -d -u -r1.60 Makefile --- Makefile 2001/05/04 21:41:23 1.60 +++ Makefile 2001/05/15 16:41:32 @@ -6,8 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.9 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -16,9 +15,11 @@ MAINTAINER= reg@FreeBSD.org +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png + png.4:${PORTSDIR}/graphics/png \ + mng.1:${PORTSDIR}/graphics/libmng WRKSRC= ${WRKDIR}/${PORTNAME} @@ -34,7 +35,6 @@ --disable-cpp-rtti \ --disable-debug \ --disable-idltool \ - --disable-jar-packaging \ --disable-md \ --disable-pedantic \ --disable-xterm-updates \ @@ -48,9 +48,12 @@ --enable-tests \ --enable-toolkit=gtk \ --enable-x11-shm \ + --enable-chrome-format=both \ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} \ + --with-mng=${LOCALBASE} \ --with-pthreads +CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin post-build: @@ -67,7 +70,7 @@ do-install: ${MKDIR} ${PREFIX}/lib/mozilla ${CHMOD} 755 ${PREFIX}/lib/mozilla - cd ${WRKSRC}/dist/bin && ${TAR} -chf - * | \ + cd ${WRKSRC}/dist/bin && ${TAR} --exclude "*.jar" -chf - . | \ ${TAR} -xf - -C ${PREFIX}/lib/mozilla ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/mozilla/distinfo,v retrieving revision 1.33 diff -d -u -r1.33 distinfo --- distinfo 2001/04/10 09:05:42 1.33 +++ distinfo 2001/05/15 16:41:32 @@ -1 +1 @@ -MD5 (mozilla-source-0.8.1.tar.bz2) = d987f440d9acd5f085eb7d6bb9b91363 +MD5 (mozilla-source-0.9.tar.bz2) = ebe1d6bae2182e2a096a714dd54303ec Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla/pkg-plist,v retrieving revision 1.34 diff -d -u -r1.34 pkg-plist --- pkg-plist 2001/04/10 09:05:42 1.34 +++ pkg-plist 2001/05/15 16:41:33 @@ -44,6 +44,7 @@ lib/mozilla/TestID lib/mozilla/TestInterfaceInfo lib/mozilla/TestLineBreak +lib/mozilla/TestMCTransport lib/mozilla/TestObserverService lib/mozilla/TestOutSinks.pl lib/mozilla/TestOutput @@ -121,6 +122,7 @@ lib/mozilla/chrome/classic/skin/classic/communicator/directory/file-icon-sel.gif lib/mozilla/chrome/classic/skin/classic/communicator/directory/file-icon.gif lib/mozilla/chrome/classic/skin/classic/communicator/formatting.css +lib/mozilla/chrome/classic/skin/classic/communicator/help.css lib/mozilla/chrome/classic/skin/classic/communicator/lock.gif lib/mozilla/chrome/classic/skin/classic/communicator/menubutton.css lib/mozilla/chrome/classic/skin/classic/communicator/menubuttonBindings.xml @@ -138,7 +140,6 @@ lib/mozilla/chrome/classic/skin/classic/communicator/related/sitemap.gif lib/mozilla/chrome/classic/skin/classic/communicator/search-active.gif lib/mozilla/chrome/classic/skin/classic/communicator/search-hover.gif -lib/mozilla/chrome/classic/skin/classic/communicator/search-widgets.css lib/mozilla/chrome/classic/skin/classic/communicator/search.gif lib/mozilla/chrome/classic/skin/classic/communicator/search/category.gif lib/mozilla/chrome/classic/skin/classic/communicator/search/findresults.css @@ -219,11 +220,13 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-normal.gif lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-preview.gif lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-tags.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/embarrassed_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find.gif lib/mozilla/chrome/classic/skin/classic/editor/images/frown.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/frown_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-hover.gif @@ -260,6 +263,7 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/justify-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/justify-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/justify.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/laughing_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-hover.gif @@ -314,6 +318,7 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/smile_active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/smile_disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/smile_hover.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/smile_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/span.gif lib/mozilla/chrome/classic/skin/classic/editor/images/spell-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/spell-hover-active.gif @@ -324,11 +329,14 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/table-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/table-white.gif lib/mozilla/chrome/classic/skin/classic/editor/images/table.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/tongue_n.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/undecided_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline.gif lib/mozilla/chrome/classic/skin/classic/editor/images/wink.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/wink_n.gif lib/mozilla/chrome/classic/skin/classic/global/alert-icon.gif lib/mozilla/chrome/classic/skin/classic/global/animthrob.gif lib/mozilla/chrome/classic/skin/classic/global/animthrob_single.gif @@ -395,6 +403,7 @@ lib/mozilla/chrome/classic/skin/classic/global/moreCols.gif lib/mozilla/chrome/classic/skin/classic/global/moreCols_dis.gif lib/mozilla/chrome/classic/skin/classic/global/moreCols_mo.gif +lib/mozilla/chrome/classic/skin/classic/global/outliner.css lib/mozilla/chrome/classic/skin/classic/global/preview.gif lib/mozilla/chrome/classic/skin/classic/global/preview.png lib/mozilla/chrome/classic/skin/classic/global/print-disabled.gif @@ -574,6 +583,7 @@ lib/mozilla/chrome/classic/skin/classic/messenger/message-mail-imapdelete.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-mail-new.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-mail.gif +lib/mozilla/chrome/classic/skin/classic/messenger/message-news-attach.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-news-new.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-news.gif lib/mozilla/chrome/classic/skin/classic/messenger/messenger.css @@ -718,6 +728,7 @@ lib/mozilla/chrome/comm/content/communicator/contentAreaUtils.js lib/mozilla/chrome/comm/content/communicator/contents.rdf lib/mozilla/chrome/comm/content/communicator/dialogBindings.xml +lib/mozilla/chrome/comm/content/communicator/directory/directory.html lib/mozilla/chrome/comm/content/communicator/directory/directory.js lib/mozilla/chrome/comm/content/communicator/directory/directory.xul lib/mozilla/chrome/comm/content/communicator/editorBindings.xul @@ -777,7 +788,6 @@ lib/mozilla/chrome/comm/content/communicator/pref/pref-winhooks.xul lib/mozilla/chrome/comm/content/communicator/pref/pref.xul lib/mozilla/chrome/comm/content/communicator/pref/preftree.xul -lib/mozilla/chrome/comm/content/communicator/pref/prefutilities.js lib/mozilla/chrome/comm/content/communicator/profile/confirmMigration.js lib/mozilla/chrome/comm/content/communicator/profile/confirmMigration.xul lib/mozilla/chrome/comm/content/communicator/profile/createProfileWizard.js @@ -937,7 +947,10 @@ lib/mozilla/chrome/comm/content/editor/editorOverlay.js lib/mozilla/chrome/comm/content/editor/editorOverlay.xul lib/mozilla/chrome/comm/content/editor/editorPrefsOverlay.xul +lib/mozilla/chrome/comm/content/editor/images/embarrassed_n.gif lib/mozilla/chrome/comm/content/editor/images/frown.gif +lib/mozilla/chrome/comm/content/editor/images/frown_n.gif +lib/mozilla/chrome/comm/content/editor/images/laughing_n.gif lib/mozilla/chrome/comm/content/editor/images/s_frown.gif lib/mozilla/chrome/comm/content/editor/images/s_smile.gif lib/mozilla/chrome/comm/content/editor/images/s_wink.gif @@ -946,6 +959,7 @@ lib/mozilla/chrome/comm/content/editor/images/smile_active.gif lib/mozilla/chrome/comm/content/editor/images/smile_disabled.gif lib/mozilla/chrome/comm/content/editor/images/smile_hover.gif +lib/mozilla/chrome/comm/content/editor/images/smile_n.gif lib/mozilla/chrome/comm/content/editor/images/tag-a.gif lib/mozilla/chrome/comm/content/editor/images/tag-abr.gif lib/mozilla/chrome/comm/content/editor/images/tag-acr.gif @@ -1042,7 +1056,10 @@ lib/mozilla/chrome/comm/content/editor/images/tag-userdefined.gif lib/mozilla/chrome/comm/content/editor/images/tag-var.gif lib/mozilla/chrome/comm/content/editor/images/tag-xmp.gif +lib/mozilla/chrome/comm/content/editor/images/tongue_n.gif +lib/mozilla/chrome/comm/content/editor/images/undecided_n.gif lib/mozilla/chrome/comm/content/editor/images/wink.gif +lib/mozilla/chrome/comm/content/editor/images/wink_n.gif lib/mozilla/chrome/comm/content/editor/pref-composer.js lib/mozilla/chrome/comm/content/editor/pref-composer.xul lib/mozilla/chrome/comm/content/editor/pref-editing.xul @@ -1058,13 +1075,17 @@ lib/mozilla/chrome/comm/content/navigator-platform/contents.rdf lib/mozilla/chrome/comm/content/navigator-region/contents.rdf lib/mozilla/chrome/comm/content/navigator/contents.rdf +lib/mozilla/chrome/comm/content/navigator/metadata.js +lib/mozilla/chrome/comm/content/navigator/metadata.xul lib/mozilla/chrome/comm/content/navigator/navExtraOverlay.xul lib/mozilla/chrome/comm/content/navigator/navigator.js lib/mozilla/chrome/comm/content/navigator/navigator.xul lib/mozilla/chrome/comm/content/navigator/navigatorDD.js lib/mozilla/chrome/comm/content/navigator/navigatorOverlay.xul +lib/mozilla/chrome/comm/content/navigator/nsBrowserStatusHandler.js lib/mozilla/chrome/comm/content/navigator/pageInfo.js lib/mozilla/chrome/comm/content/navigator/pageInfo.xul +lib/mozilla/chrome/comm/content/navigator/personalToolbar.js lib/mozilla/chrome/comm/content/navigator/platformNavigationBindings.xul lib/mozilla/chrome/comm/content/navigator/sessionHistoryUI.js lib/mozilla/chrome/comm/content/navigator/tooltip.js @@ -1191,7 +1212,7 @@ lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/SignonViewer.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.properties -lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletPreview.properties +lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletPreview.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletViewer.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/cookie.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/index.html @@ -1342,6 +1363,7 @@ lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/messengercompose.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/pref-composing_messages.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/pref-formatting.dtd +lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/mime.properties lib/mozilla/chrome/en-US/locale/en-US/messenger/mimeheader.properties lib/mozilla/chrome/en-US/locale/en-US/messenger/msgAccountCentral.dtd @@ -1370,6 +1392,8 @@ lib/mozilla/chrome/en-US/locale/en-US/messenger/threadpane.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/vcard.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/contents.rdf +lib/mozilla/chrome/en-US/locale/en-US/navigator/metadata.dtd +lib/mozilla/chrome/en-US/locale/en-US/navigator/metadata.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/navigator.dtd lib/mozilla/chrome/en-US/locale/en-US/navigator/navigator.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/pageInfo.dtd @@ -1392,6 +1416,72 @@ lib/mozilla/chrome/en-unix/locale/en-US/global-platform/printdialog.dtd lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform/contents.rdf lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform/platformNavigationBindings.dtd +lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/contents.rdf +lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/pref/platformPrefOverlay.dtd +lib/mozilla/chrome/help/content/help/contents.rdf +lib/mozilla/chrome/help/content/help/help.js +lib/mozilla/chrome/help/content/help/help.xul +lib/mozilla/chrome/help/content/help/helpMenuOverlay.xul +lib/mozilla/chrome/help/locale/en-US/help/cert_concepts_help.html +lib/mozilla/chrome/help/locale/en-US/help/cert_dialog_help.html +lib/mozilla/chrome/help/locale/en-US/help/certs_help.html +lib/mozilla/chrome/help/locale/en-US/help/composer_help.html +lib/mozilla/chrome/help/locale/en-US/help/content_style.css +lib/mozilla/chrome/help/locale/en-US/help/contents.rdf +lib/mozilla/chrome/help/locale/en-US/help/customize_help.html +lib/mozilla/chrome/help/locale/en-US/help/glossary.html +lib/mozilla/chrome/help/locale/en-US/help/help-toc.rdf +lib/mozilla/chrome/help/locale/en-US/help/help.dtd +lib/mozilla/chrome/help/locale/en-US/help/help_index.html +lib/mozilla/chrome/help/locale/en-US/help/im_help.html +lib/mozilla/chrome/help/locale/en-US/help/images/anchor.gif +lib/mozilla/chrome/help/locale/en-US/help/images/banner.gif +lib/mozilla/chrome/help/locale/en-US/help/images/biActive.gif +lib/mozilla/chrome/help/locale/en-US/help/images/bkmkmenu.gif +lib/mozilla/chrome/help/locale/en-US/help/images/bullets.gif +lib/mozilla/chrome/help/locale/en-US/help/images/frown.gif +lib/mozilla/chrome/help/locale/en-US/help/images/hrule.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image5.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image6.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image7.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image8.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image9.gif +lib/mozilla/chrome/help/locale/en-US/help/images/imtaskbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/locationbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/mailicon.gif +lib/mozilla/chrome/help/locale/en-US/help/images/navbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/navbuttons.gif +lib/mozilla/chrome/help/locale/en-US/help/images/newmail.gif +lib/mozilla/chrome/help/locale/en-US/help/images/numbers.gif +lib/mozilla/chrome/help/locale/en-US/help/images/paperclip.gif +lib/mozilla/chrome/help/locale/en-US/help/images/personalbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/reload.gif +lib/mozilla/chrome/help/locale/en-US/help/images/search.gif +lib/mozilla/chrome/help/locale/en-US/help/images/searchmusic.gif +lib/mozilla/chrome/help/locale/en-US/help/images/sick.gif +lib/mozilla/chrome/help/locale/en-US/help/images/sidebarclosed_small.gif +lib/mozilla/chrome/help/locale/en-US/help/images/smile.gif +lib/mozilla/chrome/help/locale/en-US/help/images/table.gif +lib/mozilla/chrome/help/locale/en-US/help/images/tagicon2.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-ab.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-aim-online.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-mail.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar_menus.gif +lib/mozilla/chrome/help/locale/en-US/help/images/thread.gif +lib/mozilla/chrome/help/locale/en-US/help/images/threadbutton.gif +lib/mozilla/chrome/help/locale/en-US/help/images/wink.gif +lib/mozilla/chrome/help/locale/en-US/help/mail_help.html +lib/mozilla/chrome/help/locale/en-US/help/nav_help.html +lib/mozilla/chrome/help/locale/en-US/help/passwords_help.html +lib/mozilla/chrome/help/locale/en-US/help/privacy_help.html +lib/mozilla/chrome/help/locale/en-US/help/privsec_help.html +lib/mozilla/chrome/help/locale/en-US/help/sll_page_info_help.html +lib/mozilla/chrome/help/locale/en-US/help/ssl_help.html +lib/mozilla/chrome/help/locale/en-US/help/using_certs_help.html +lib/mozilla/chrome/help/locale/en-US/help/validation_help.html +lib/mozilla/chrome/help/locale/en-US/help/welcome_help.html lib/mozilla/chrome/installed-chrome.txt lib/mozilla/chrome/messenger/content/messenger-region/contents.rdf lib/mozilla/chrome/messenger/content/messenger/AccountManager.js @@ -1512,6 +1602,8 @@ lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-composing_messages.xul lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-formatting.js lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-formatting.xul +lib/mozilla/chrome/messenger/content/messenger/messengercompose/sendProgress.js +lib/mozilla/chrome/messenger/content/messenger/messengercompose/sendProgress.xul lib/mozilla/chrome/messenger/content/messenger/messengerdnd.js lib/mozilla/chrome/messenger/content/messenger/mime.js lib/mozilla/chrome/messenger/content/messenger/msgAccountCentral.js @@ -1585,6 +1677,7 @@ lib/mozilla/chrome/modern/skin/modern/communicator/directory/file-folder-open.gif lib/mozilla/chrome/modern/skin/modern/communicator/directory/file-icon.gif lib/mozilla/chrome/modern/skin/modern/communicator/formatting.css +lib/mozilla/chrome/modern/skin/modern/communicator/help.css lib/mozilla/chrome/modern/skin/modern/communicator/icons/content-large.gif lib/mozilla/chrome/modern/skin/modern/communicator/icons/content-small.gif lib/mozilla/chrome/modern/skin/modern/communicator/icons/loading.gif @@ -1821,10 +1914,17 @@ lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-mid.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-rit.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-top.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/embarrassed_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/frown.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/frown_n.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/laughing_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/sick.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/smile.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/smile_n.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/tongue_n.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/undecided_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/wink.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/wink_n.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-dn-dis.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-dn.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-lft-dis.gif @@ -2150,6 +2250,7 @@ lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail-imapdelete.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail-new.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail.gif +lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news-attach.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news-new.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/readcol-read.gif @@ -2237,10 +2338,57 @@ lib/mozilla/chrome/overlayinfo/editor/content/overlays.rdf lib/mozilla/chrome/overlayinfo/messenger/content/overlays.rdf lib/mozilla/chrome/overlayinfo/navigator/content/overlays.rdf +lib/mozilla/chrome/pipnss/content/pipnss/contents.rdf +lib/mozilla/chrome/pipnss/locale/en-US/pipnss/contents.rdf +lib/mozilla/chrome/pipnss/locale/en-US/pipnss/pipnss.properties +lib/mozilla/chrome/pippki/content/pippki/CAOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/MineOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/PageInfoOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/PrefOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/WebSitesOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/certDump.xul +lib/mozilla/chrome/pippki/content/pippki/certManager.js +lib/mozilla/chrome/pippki/content/pippki/certManager.xul +lib/mozilla/chrome/pippki/content/pippki/certViewer.xul +lib/mozilla/chrome/pippki/content/pippki/changepassword.xul +lib/mozilla/chrome/pippki/content/pippki/clientauthask.js +lib/mozilla/chrome/pippki/content/pippki/clientauthask.xul +lib/mozilla/chrome/pippki/content/pippki/contents.rdf +lib/mozilla/chrome/pippki/content/pippki/domainMismatch.js +lib/mozilla/chrome/pippki/content/pippki/domainMismatch.xul +lib/mozilla/chrome/pippki/content/pippki/downloadcert.js +lib/mozilla/chrome/pippki/content/pippki/downloadcert.xul +lib/mozilla/chrome/pippki/content/pippki/editcerts.js +lib/mozilla/chrome/pippki/content/pippki/editcerts.xul +lib/mozilla/chrome/pippki/content/pippki/getp12password.xul +lib/mozilla/chrome/pippki/content/pippki/getpassword.xul +lib/mozilla/chrome/pippki/content/pippki/newserver.js +lib/mozilla/chrome/pippki/content/pippki/newserver.xul +lib/mozilla/chrome/pippki/content/pippki/password.js +lib/mozilla/chrome/pippki/content/pippki/pippki.js +lib/mozilla/chrome/pippki/content/pippki/pref-security.js +lib/mozilla/chrome/pippki/content/pippki/pref-security.xul +lib/mozilla/chrome/pippki/content/pippki/pref-ssl.xul +lib/mozilla/chrome/pippki/content/pippki/serverCertExpired.js +lib/mozilla/chrome/pippki/content/pippki/serverCertExpired.xul +lib/mozilla/chrome/pippki/content/pippki/setp12password.xul +lib/mozilla/chrome/pippki/content/pippki/viewCertDetails.js +lib/mozilla/chrome/pippki/content/pippki/viewCertDetails.xul +lib/mozilla/chrome/pippki/locale/en-US/pippki/PageInfoOverlay.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/PrefOverlay.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/certManager.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/contents.rdf +lib/mozilla/chrome/pippki/locale/en-US/pippki/newserver.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/newserver.properties +lib/mozilla/chrome/pippki/locale/en-US/pippki/pippki.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/pippki.properties +lib/mozilla/chrome/pippki/locale/en-US/pippki/pref-security.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/pref-ssl.dtd lib/mozilla/chrome/toolkit/content/global-platform/contents.rdf lib/mozilla/chrome/toolkit/content/global-region/contents.rdf lib/mozilla/chrome/toolkit/content/global/about.xul lib/mozilla/chrome/toolkit/content/global/autocomplete.xml +lib/mozilla/chrome/toolkit/content/global/browserBindings.xml lib/mozilla/chrome/toolkit/content/global/build.dtd lib/mozilla/chrome/toolkit/content/global/charsetDetectorsOverlay.js lib/mozilla/chrome/toolkit/content/global/charsetDetectorsOverlay.xul @@ -2314,6 +2462,7 @@ lib/mozilla/chrome/user-skins.rdf lib/mozilla/component.reg lib/mozilla/components/absync.xpt +lib/mozilla/components/accessibility.xpt lib/mozilla/components/addrbook.xpt lib/mozilla/components/appshell.xpt lib/mozilla/components/autocomplete.xpt @@ -2322,7 +2471,7 @@ lib/mozilla/components/chardet.xpt lib/mozilla/components/chrome.xpt lib/mozilla/components/content_base.xpt -lib/mozilla/components/cookieviewer.xpt +lib/mozilla/components/cookie.xpt lib/mozilla/components/directory.xpt lib/mozilla/components/docshell.xpt lib/mozilla/components/dom.xpt @@ -2330,7 +2479,9 @@ lib/mozilla/components/embed_base.xpt lib/mozilla/components/exthandler.xpt lib/mozilla/components/gfx.xpt +lib/mozilla/components/gfx2.xpt lib/mozilla/components/history.xpt +lib/mozilla/components/imglib2.xpt lib/mozilla/components/import.xpt lib/mozilla/components/intl.xpt lib/mozilla/components/jar.xpt @@ -2342,6 +2493,7 @@ lib/mozilla/components/layout_xul_outliner.xpt lib/mozilla/components/libMyService.so lib/mozilla/components/libabsyncsvc.so +lib/mozilla/components/libaccessibility.so lib/mozilla/components/libaddrbook.so lib/mozilla/components/libappcomps.so lib/mozilla/components/libcaps.so @@ -2351,6 +2503,7 @@ lib/mozilla/components/libdocshell.so lib/mozilla/components/libeditor.so lib/mozilla/components/libembedcomponents.so +lib/mozilla/components/libgfx2.so lib/mozilla/components/libgfx_gtk.so lib/mozilla/components/libgfxps.so lib/mozilla/components/libgkcontent.so @@ -2358,6 +2511,11 @@ lib/mozilla/components/libgkplugin.so lib/mozilla/components/libgkview.so lib/mozilla/components/libhtmlpars.so +lib/mozilla/components/libimggif.so +lib/mozilla/components/libimgjpeg.so +lib/mozilla/components/libimglib2.so +lib/mozilla/components/libimgpng.so +lib/mozilla/components/libimgppm.so lib/mozilla/components/libimpText.so lib/mozilla/components/libimport.so lib/mozilla/components/libjar50.so @@ -2371,6 +2529,7 @@ lib/mozilla/components/libmork.so lib/mozilla/components/libmozbrwsr.so lib/mozilla/components/libmozfind.so +lib/mozilla/components/libmozldap.so lib/mozilla/components/libmozucth.so lib/mozilla/components/libmozxfer.so lib/mozilla/components/libmsgcompose.so @@ -2379,6 +2538,7 @@ lib/mozilla/components/libmsgnews.so lib/mozilla/components/libnecko.so lib/mozilla/components/libnecko2.so +lib/mozilla/components/libnkcache.so lib/mozilla/components/libnpsimple.so lib/mozilla/components/libnsappshell.so lib/mozilla/components/libnsgif.so @@ -2388,9 +2548,10 @@ lib/mozilla/components/libnspng.so lib/mozilla/components/libnsprefm.so lib/mozilla/components/liboji.so +lib/mozilla/components/libpipnss.so +lib/mozilla/components/libpippki.so lib/mozilla/components/libpref.so lib/mozilla/components/libprofile.so -lib/mozilla/components/libpsmglue.so lib/mozilla/components/librdf.so lib/mozilla/components/libregviewer.so lib/mozilla/components/libsample.so @@ -2430,6 +2591,7 @@ lib/mozilla/components/mozbrwsr.xpt lib/mozilla/components/mozcomps.xpt lib/mozilla/components/mozfind.xpt +lib/mozilla/components/mozldap.xpt lib/mozilla/components/mozucth.xpt lib/mozilla/components/mozxfer.xpt lib/mozilla/components/msgbase.xpt @@ -2450,20 +2612,23 @@ lib/mozilla/components/necko_res.xpt lib/mozilla/components/necko_socket.xpt lib/mozilla/components/necko_strconv.xpt +lib/mozilla/components/necko_viewsource.xpt lib/mozilla/components/npsimple.xpt lib/mozilla/components/nsDictionary.js lib/mozilla/components/nsFilePicker.js +lib/mozilla/components/nsProxyAutoConfig.js lib/mozilla/components/nsSample.js lib/mozilla/components/nsSidebar.js lib/mozilla/components/nsXmlRpcClient.js lib/mozilla/components/oji.xpt +lib/mozilla/components/pipnss.xpt +lib/mozilla/components/pippki.xpt lib/mozilla/components/plugin.xpt lib/mozilla/components/pref.xpt lib/mozilla/components/prefmigr.xpt lib/mozilla/components/profile.xpt lib/mozilla/components/proxyObjInst.xpt lib/mozilla/components/proxytest.xpt -lib/mozilla/components/psmglue.xpt lib/mozilla/components/rdf.xpt lib/mozilla/components/regviewer.xpt lib/mozilla/components/related.xpt @@ -2529,27 +2694,27 @@ lib/mozilla/defaults/wallet/SchemaStrings.tbl lib/mozilla/defaults/wallet/StateSchema.tbl lib/mozilla/defaults/wallet/VcardSchema.tbl +lib/mozilla/dirver lib/mozilla/dtd/mathml.dtd lib/mozilla/gtkEmbed lib/mozilla/htmlrobot lib/mozilla/icons/mozicon16.xpm lib/mozilla/icons/mozicon50.xpm lib/mozilla/libDebugRobot.so -lib/mozilla/libcmt.so lib/mozilla/libgkgfx.so lib/mozilla/libgtkembedmoz.so lib/mozilla/libgtksuperwin.so lib/mozilla/libgtkxtbin.so lib/mozilla/libjsdom.so lib/mozilla/libjsj.so +lib/mozilla/liblber40.so +lib/mozilla/libldap40.so lib/mozilla/libmozjs.so lib/mozilla/libmsgbaseutil.so lib/mozilla/libnspr4.so -lib/mozilla/libnssckbi.so lib/mozilla/libnullplugin.so lib/mozilla/libplc4.so lib/mozilla/libplds4.so -lib/mozilla/libprotocol.so lib/mozilla/libxpcom.so lib/mozilla/libxpistub.so lib/mozilla/lots @@ -2562,24 +2727,11 @@ lib/mozilla/nsTestSample lib/mozilla/nsinstall lib/mozilla/plugins/libnullplugin.so +lib/mozilla/profile/defaults/profile/US/chrome/userChrome.css +lib/mozilla/profile/defaults/profile/US/chrome/userContent.css +lib/mozilla/profile/defaults/profile/chrome/userChrome.css +lib/mozilla/profile/defaults/profile/chrome/userContent.css lib/mozilla/proxytests -lib/mozilla/psm -lib/mozilla/psmdata/doc/04digsgn.gif -lib/mozilla/psmdata/doc/06pcrypt.gif -lib/mozilla/psmdata/doc/bannerrn.gif -lib/mozilla/psmdata/doc/cartbanner.gif -lib/mozilla/psmdata/doc/cmcjavascriptapi.html -lib/mozilla/psmdata/doc/contents.htm -lib/mozilla/psmdata/doc/glossary.htm -lib/mozilla/psmdata/doc/help.htm -lib/mozilla/psmdata/doc/next.gif -lib/mozilla/psmdata/doc/prev.gif -lib/mozilla/psmdata/doc/psmtest.html -lib/mozilla/psmdata/doc/release_notes.html -lib/mozilla/psmdata/ui/psm_bin.properties -lib/mozilla/psmdata/ui/psm_doc.properties -lib/mozilla/psmdata/ui/psm_text.properties -lib/mozilla/psmdata/ui/psm_ui.properties lib/mozilla/rdfcat lib/mozilla/rdfpoll lib/mozilla/regExport @@ -2601,7 +2753,10 @@ lib/mozilla/res/fonts/mathfontCMEX10.properties lib/mozilla/res/fonts/mathfontCMSY10.properties lib/mozilla/res/fonts/mathfontMTExtra.properties +lib/mozilla/res/fonts/mathfontMath1.properties +lib/mozilla/res/fonts/mathfontMath2.properties lib/mozilla/res/fonts/mathfontMath4.properties +lib/mozilla/res/fonts/mathfontPUA.properties lib/mozilla/res/fonts/mathfontSymbol.properties lib/mozilla/res/forms.css lib/mozilla/res/gfx/icon_0.gif @@ -2637,6 +2792,7 @@ lib/mozilla/res/rdf/ignore-test.xul lib/mozilla/res/rdf/loading.gif lib/mozilla/res/rdf/xpidl-test-1.xul +lib/mozilla/res/sample.unixpsfonts.properties lib/mozilla/res/samples/Anieyes.gif lib/mozilla/res/samples/aform.css lib/mozilla/res/samples/beeptest.html @@ -2747,6 +2903,7 @@ lib/mozilla/res/ua.css lib/mozilla/res/unixcharset.properties lib/mozilla/res/viewer.properties +lib/mozilla/res/viewsource.css lib/mozilla/run-mozilla.sh lib/mozilla/searchplugins/NetscapeSearch.gif lib/mozilla/searchplugins/NetscapeSearch.src @@ -2761,12 +2918,13 @@ lib/mozilla/searchplugins/mozilla.gif lib/mozilla/searchplugins/mozilla.src lib/mozilla/splash.xpm -lib/mozilla/start-psm +lib/mozilla/startup-test.html lib/mozilla/timebombgen lib/mozilla/urltest lib/mozilla/viewer lib/mozilla/viewer_gtk lib/mozilla/xpcshell +lib/mozilla/xpicleanup lib/mozilla/xpidl lib/mozilla/xpt_dump lib/mozilla/xpt_link @@ -2781,9 +2939,12 @@ @dirrm lib/mozilla/res/entityTables @dirrm lib/mozilla/res/builtin @dirrm lib/mozilla/res -@dirrm lib/mozilla/psmdata/ui -@dirrm lib/mozilla/psmdata/doc -@dirrm lib/mozilla/psmdata +@dirrm lib/mozilla/profile/defaults/profile/chrome +@dirrm lib/mozilla/profile/defaults/profile/US/chrome +@dirrm lib/mozilla/profile/defaults/profile/US +@dirrm lib/mozilla/profile/defaults/profile +@dirrm lib/mozilla/profile/defaults +@dirrm lib/mozilla/profile @dirrm lib/mozilla/plugins @dirrm lib/mozilla/icons @dirrm lib/mozilla/dtd @@ -2798,6 +2959,18 @@ @dirrm lib/mozilla/chrome/toolkit/content/global @dirrm lib/mozilla/chrome/toolkit/content @dirrm lib/mozilla/chrome/toolkit +@dirrm lib/mozilla/chrome/pippki/locale/en-US/pippki +@dirrm lib/mozilla/chrome/pippki/locale/en-US +@dirrm lib/mozilla/chrome/pippki/locale +@dirrm lib/mozilla/chrome/pippki/content/pippki +@dirrm lib/mozilla/chrome/pippki/content +@dirrm lib/mozilla/chrome/pippki +@dirrm lib/mozilla/chrome/pipnss/locale/en-US/pipnss +@dirrm lib/mozilla/chrome/pipnss/locale/en-US +@dirrm lib/mozilla/chrome/pipnss/locale +@dirrm lib/mozilla/chrome/pipnss/content/pipnss +@dirrm lib/mozilla/chrome/pipnss/content +@dirrm lib/mozilla/chrome/pipnss @dirrm lib/mozilla/chrome/overlayinfo/navigator/content @dirrm lib/mozilla/chrome/overlayinfo/navigator @dirrm lib/mozilla/chrome/overlayinfo/messenger/content @@ -2862,6 +3035,18 @@ @dirrm lib/mozilla/chrome/messenger/content/messenger @dirrm lib/mozilla/chrome/messenger/content @dirrm lib/mozilla/chrome/messenger +@dirrm lib/mozilla/chrome/help/locale/en-US/help/images +@dirrm lib/mozilla/chrome/help/locale/en-US/help +@dirrm lib/mozilla/chrome/help/locale/en-US +@dirrm lib/mozilla/chrome/help/locale +@dirrm lib/mozilla/chrome/help/content/help +@dirrm lib/mozilla/chrome/help/content +@dirrm lib/mozilla/chrome/help +@dirrm lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/pref +@dirrm lib/mozilla/chrome/en-win/locale/en-US/communicator-platform +@dirrm lib/mozilla/chrome/en-win/locale/en-US +@dirrm lib/mozilla/chrome/en-win/locale +@dirrm lib/mozilla/chrome/en-win @dirrm lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform @dirrm lib/mozilla/chrome/en-unix/locale/en-US/global-platform @dirrm lib/mozilla/chrome/en-unix/locale/en-US/communicator-platform/pref Index: files/patch-ap =================================================================== RCS file: /home/ncvs/ports/www/mozilla/files/patch-ap,v retrieving revision 1.3 diff -d -u -r1.3 patch-ap --- files/patch-ap 2001/04/10 09:05:48 1.3 +++ files/patch-ap 2001/05/15 16:41:34 @@ -1,28 +1,17 @@ ---- security/coreconf/config.mk.orig Thu Jan 18 21:58:30 2001 -+++ security/coreconf/config.mk Thu Jan 18 21:58:41 2001 +--- security/coreconf/config.mk.orig Tue Mar 13 21:00:48 2001 ++++ security/coreconf/config.mk Mon May 14 18:13:01 2001 @@ -56,7 +56,7 @@ # each OS release. # ####################################################################### - --ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) -+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET))) - include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk - else - include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk ---- security/psm/Makefile.in.orig Thu Jan 18 22:00:05 2001 -+++ security/psm/Makefile.in Thu Jan 18 22:00:19 2001 -@@ -28,7 +28,7 @@ - CORE_DEPTH=$(topsrcdir)/security - include $(CORE_DEPTH)/coreconf/arch.mk --ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) -+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET))) +-ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET))) ++ifeq (,$(filter-out BSD_OS NetBSD OS2 FreeBSD,$(OS_TARGET))) include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk else include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk ---- security/psm/server/Makefile.orig Tue Dec 19 17:24:58 2000 -+++ security/psm/server/Makefile Fri Jan 19 03:49:36 2001 -@@ -59,11 +59,11 @@ +--- security/psm/server/Makefile.orig Fri Mar 30 21:46:06 2001 ++++ security/psm/server/Makefile Mon May 14 18:03:23 2001 +@@ -67,11 +67,11 @@ endif endif @@ -36,7 +25,7 @@ endif endif -@@ -153,8 +153,8 @@ +@@ -165,8 +165,8 @@ XPCOM_LINK_LIBS = -lxpcom XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX) else Index: files/patch-qt =================================================================== RCS file: /home/ncvs/ports/www/mozilla/files/patch-qt,v retrieving revision 1.6 diff -d -u -r1.6 patch-qt --- files/patch-qt 2001/02/16 17:29:24 1.6 +++ files/patch-qt 2001/05/15 16:41:34 @@ -1,15 +1,18 @@ ---- configure.orig Sat Sep 30 23:16:14 2000 -+++ configure Thu Dec 21 00:49:23 2000 -@@ -6020,7 +6020,7 @@ - echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6 - echo "configure:6022: checking for Qt insanity" >&5 + +$FreeBSD$ + +--- configure.orig Tue Apr 24 01:59:58 2001 ++++ configure Mon May 14 21:48:26 2001 +@@ -6596,7 +6596,7 @@ + fi -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" + +- QT_CFLAGS="-I${QTDIR}/include -DQT_GENUINE_STR" ++ QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR" QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" # Check whether --with-static-qt or --without-static-qt was given. -@@ -8052,6 +8052,9 @@ +@@ -8703,6 +8703,9 @@ os2*) LIBS= ;; @@ -19,7 +22,7 @@ esac for ac_hdr in sys/byteorder.h compat.h getopt.h do -@@ -8702,8 +8705,6 @@ +@@ -9392,8 +9395,6 @@ if test $? -eq 0; then if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then ac_cv_have_dash_pthread=yes @@ -28,7 +31,7 @@ fi fi rm -f conftest* -@@ -8737,7 +8738,7 @@ +@@ -9427,7 +9428,7 @@ EOF if test "$ac_cv_have_dash_pthread" = "yes"; then @@ -37,3 +40,11 @@ else _PTHREAD_LDFLAGS="-lc_r" fi +@@ -13902,6 +13903,7 @@ + ;; + *) + NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs` ++ NSPR_LIBS="$NSPR_LIBS $BSD_PTHREAD_LIBS" + $PERL -pi.bak -e "s {^NSPR_LIBS\s*=.*} {NSPR_LIBS = $NSPR_LIBS }" config/autoconf.mk + ;; + esac Index: files/patch-security::manager::Makefile.in =================================================================== RCS file: patch-security::manager::Makefile.in diff -N patch-security::manager::Makefile.in --- /dev/null Tue May 15 09:30:59 2001 +++ patch-security::manager::Makefile.in Tue May 15 09:41:34 2001 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- security/manager/Makefile.in 2001/05/15 08:03:09 1.1 ++++ security/manager/Makefile.in 2001/05/15 08:03:22 +@@ -84,7 +84,7 @@ + cd $(MOZ_BUILD_ROOT)/security/nss; $(MAKE) $(DEFAULT_GMAKE_FLAGS) moz_import + cd $(MOZ_BUILD_ROOT)/security/nss; $(INSTALL) $(DIST)/include $(DIST)/public/dbm + cd $(MOZ_BUILD_ROOT)/security/nss/lib; $(MAKE) $(DEFAULT_GMAKE_FLAGS) +- $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin ++# $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin + $(MAKE) -C ssl $@ + $(MAKE) -C pki $@ + Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla-headers/pkg-plist,v retrieving revision 1.4 diff -d -u -r1.4 pkg-plist --- pkg-plist 2001/04/10 14:15:47 1.4 +++ pkg-plist 2001/05/15 16:42:10 @@ -1,5 +1,6 @@ include/mozilla/CNavDTD.h include/mozilla/COtherDTD.h +include/mozilla/ImageLogging.h include/mozilla/MailNewsTypes.h include/mozilla/MailNewsTypes2.h include/mozilla/NSReg.h @@ -9,12 +10,17 @@ include/mozilla/cdefs.h include/mozilla/comi18n.h include/mozilla/csid.h +include/mozilla/disptmpl.h include/mozilla/domstubs.h include/mozilla/dummy_nc.h include/mozilla/fdlibm.h include/mozilla/ftpCore.h -include/mozilla/gbdate.h include/mozilla/gdksuperwin.h +include/mozilla/gfx2types.h +include/mozilla/gfxIFormats.h +include/mozilla/gfxIImageFrame.h +include/mozilla/gfxcompat.h +include/mozilla/gfxtypes.h include/mozilla/gtkmozarea.h include/mozilla/gtkmozbox.h include/mozilla/gtkmozembed.h @@ -33,6 +39,13 @@ include/mozilla/il_types.h include/mozilla/il_util.h include/mozilla/il_utilp.h +include/mozilla/imgICache.h +include/mozilla/imgIContainer.h +include/mozilla/imgIContainerObserver.h +include/mozilla/imgIDecoder.h +include/mozilla/imgIDecoderObserver.h +include/mozilla/imgILoader.h +include/mozilla/imgIRequest.h include/mozilla/interpreter.h include/mozilla/javaString.h include/mozilla/javaThreads.h @@ -89,47 +102,11 @@ include/mozilla/jsutil.h include/mozilla/jsxdrapi.h include/mozilla/jvmmgr.h +include/mozilla/lber.h +include/mozilla/ldap.h include/mozilla/libimg.h -include/mozilla/libmng.h -include/mozilla/libmng_conf.h -include/mozilla/libmng_types.h include/mozilla/mcom_db.h -include/mozilla/md/_aix32.cfg -include/mozilla/md/_aix32in6.cfg -include/mozilla/md/_aix64.cfg -include/mozilla/md/_beos.cfg -include/mozilla/md/_bsdi.cfg -include/mozilla/md/_dgux.cfg -include/mozilla/md/_freebsd.cfg -include/mozilla/md/_hpux32.cfg -include/mozilla/md/_hpux64.cfg -include/mozilla/md/_irix32.cfg -include/mozilla/md/_irix64.cfg -include/mozilla/md/_linux.cfg -include/mozilla/md/_ncr.cfg -include/mozilla/md/_nec.cfg -include/mozilla/md/_netbsd.cfg -include/mozilla/md/_nextstep.cfg -include/mozilla/md/_nto.cfg -include/mozilla/md/_openbsd.cfg -include/mozilla/md/_openvms.cfg -include/mozilla/md/_os2.cfg -include/mozilla/md/_osf1.cfg -include/mozilla/md/_qnx.cfg -include/mozilla/md/_reliantunix.cfg -include/mozilla/md/_rhapsody.cfg -include/mozilla/md/_scoos.cfg -include/mozilla/md/_solaris32.cfg -include/mozilla/md/_solaris64.cfg -include/mozilla/md/_sony.cfg -include/mozilla/md/_sunos4.cfg -include/mozilla/md/_unixware.cfg -include/mozilla/md/_unixware7.cfg -include/mozilla/md/_win16.cfg -include/mozilla/md/_win95.cfg -include/mozilla/md/_winnt.cfg include/mozilla/mdb.h -include/mozilla/merrors.h include/mozilla/mimecont.h include/mozilla/mimecth.h include/mozilla/mimehdrs.h @@ -145,9 +122,7 @@ include/mozilla/mozIJSSubScriptLoader.h include/mozilla/mozITXTToHTMLConv.h include/mozilla/msgCore.h -include/mozilla/msgtypes.h include/mozilla/ncompat.h -include/mozilla/net.h include/mozilla/netCore.h include/mozilla/netscape_javascript_JSException.h include/mozilla/netscape_javascript_JSObject.h @@ -156,18 +131,24 @@ include/mozilla/npapi.h include/mozilla/npupp.h include/mozilla/nsABSyncDriver.h +include/mozilla/nsAFlatString.h +include/mozilla/nsAPromiseString.h include/mozilla/nsAReadableString.h +include/mozilla/nsAString.h include/mozilla/nsAVLTree.h include/mozilla/nsAWritableString.h include/mozilla/nsAbAddressCollecter.h include/mozilla/nsAbAutoCompleteSession.h +include/mozilla/nsAbBSDirectory.h include/mozilla/nsAbBaseCID.h -include/mozilla/nsAbCard.h include/mozilla/nsAbCardProperty.h include/mozilla/nsAbDirProperty.h -include/mozilla/nsAbDirectory.h +include/mozilla/nsAbMDBCard.h +include/mozilla/nsAbMDBCardProperty.h +include/mozilla/nsAbMDBDirProperty.h +include/mozilla/nsAbMDBDirectory.h +include/mozilla/nsAbMDBRDFResource.h include/mozilla/nsAbRDFDataSource.h -include/mozilla/nsAbRDFResource.h include/mozilla/nsAbSync.h include/mozilla/nsAbSyncCID.h include/mozilla/nsAbSyncCRCModel.h @@ -204,7 +185,7 @@ include/mozilla/nsCURILoader.h include/mozilla/nsCWeakReference.h include/mozilla/nsCWebBrowser.h -include/mozilla/nsCacheManager.h +include/mozilla/nsCacheService.h include/mozilla/nsCardDataSource.h include/mozilla/nsCertificatePrincipal.h include/mozilla/nsCharTraits.h @@ -216,16 +197,15 @@ include/mozilla/nsColorNameList.h include/mozilla/nsColorNames.h include/mozilla/nsCom.h +include/mozilla/nsCommonString.h include/mozilla/nsComponentManagerUtils.h include/mozilla/nsContentCID.h include/mozilla/nsContentPolicyUtils.h include/mozilla/nsContentUtils.h -include/mozilla/nsCookie.h include/mozilla/nsCookieHTTPNotify.h include/mozilla/nsCoord.h include/mozilla/nsCopyMessageStreamListener.h include/mozilla/nsCppSharedAllocator.h -include/mozilla/nsDBAccessor.h include/mozilla/nsDBFolderInfo.h include/mozilla/nsDOMCID.h include/mozilla/nsDOMCSSDeclaration.h @@ -267,7 +247,6 @@ include/mozilla/nsGfxPSCID.h include/mozilla/nsHTMLAtomList.h include/mozilla/nsHTMLAtoms.h -include/mozilla/nsHTMLContentSinkStream.h include/mozilla/nsHTMLEntities.h include/mozilla/nsHTMLEntityList.h include/mozilla/nsHTMLParts.h @@ -288,6 +267,8 @@ include/mozilla/nsIAbCard.h include/mozilla/nsIAbDirectory.h include/mozilla/nsIAbListener.h +include/mozilla/nsIAbMDBCard.h +include/mozilla/nsIAbMDBDirectory.h include/mozilla/nsIAbSync.h include/mozilla/nsIAbSyncDriver.h include/mozilla/nsIAbSyncListener.h @@ -297,6 +278,10 @@ include/mozilla/nsIAbUpgrader.h include/mozilla/nsIAboutModule.h include/mozilla/nsIAcceptLang.h +include/mozilla/nsIAccessibilityService.h +include/mozilla/nsIAccessible.h +include/mozilla/nsIAccessibleEventListener.h +include/mozilla/nsIAccessibleEventReceiver.h include/mozilla/nsIAddbookUrl.h include/mozilla/nsIAddrBookSession.h include/mozilla/nsIAddrDBAnnouncer.h @@ -310,10 +295,12 @@ include/mozilla/nsIAppShellComponent.h include/mozilla/nsIAppShellComponentImpl.h include/mozilla/nsIAppShellService.h +include/mozilla/nsIAppStartupNotifier.h include/mozilla/nsIArena.h include/mozilla/nsIAtom.h include/mozilla/nsIAtomService.h include/mozilla/nsIAttributeContent.h +include/mozilla/nsIAuthPrompt.h include/mozilla/nsIAuthenticator.h include/mozilla/nsIAutoCompleteListener.h include/mozilla/nsIAutoCompleteResults.h @@ -353,7 +340,12 @@ include/mozilla/nsICSSStyleRule.h include/mozilla/nsICSSStyleRuleProcessor.h include/mozilla/nsICSSStyleSheet.h -include/mozilla/nsICachedNetData.h +include/mozilla/nsICache.h +include/mozilla/nsICacheEntryDescriptor.h +include/mozilla/nsICacheListener.h +include/mozilla/nsICacheService.h +include/mozilla/nsICacheSession.h +include/mozilla/nsICacheVisitor.h include/mozilla/nsICachingChannel.h include/mozilla/nsICaret.h include/mozilla/nsICaseConversion.h @@ -386,7 +378,6 @@ include/mozilla/nsIComboBox.h include/mozilla/nsIComboboxControlFrame.h include/mozilla/nsICommandHandler.h -include/mozilla/nsICommonDialogs.h include/mozilla/nsIComponentLoader.h include/mozilla/nsIComponentManager.h include/mozilla/nsICompositeListener.h @@ -409,14 +400,14 @@ include/mozilla/nsIController.h include/mozilla/nsIControllerCommand.h include/mozilla/nsIControllers.h +include/mozilla/nsICookie.h +include/mozilla/nsICookieManager.h include/mozilla/nsICookieService.h include/mozilla/nsICookieStorage.h -include/mozilla/nsICookieViewer.h include/mozilla/nsICopyMessageListener.h include/mozilla/nsICopyMsgStreamListener.h include/mozilla/nsICurrentCharsetListener.h include/mozilla/nsID.h -include/mozilla/nsIDBAccessor.h include/mozilla/nsIDBChangeAnnouncer.h include/mozilla/nsIDBChangeListener.h include/mozilla/nsIDBFolderInfo.h @@ -443,6 +434,7 @@ include/mozilla/nsIDOMCharacterData.h include/mozilla/nsIDOMComment.h include/mozilla/nsIDOMCompositionListener.h +include/mozilla/nsIDOMContextMenuListener.h include/mozilla/nsIDOMCounter.h include/mozilla/nsIDOMCrypto.h include/mozilla/nsIDOMDOMException.h @@ -722,6 +714,7 @@ include/mozilla/nsIHTTPIndex.h include/mozilla/nsIHTTPProtocolHandler.h include/mozilla/nsIHelperAppLauncherDialog.h +include/mozilla/nsIHistoryEntry.h include/mozilla/nsIHttpNotify.h include/mozilla/nsIID.h include/mozilla/nsIIFrameBoxObject.h @@ -746,6 +739,7 @@ include/mozilla/nsIImapUrl.h include/mozilla/nsIImgDCallbk.h include/mozilla/nsIImgDecoder.h +include/mozilla/nsIImgManager.h include/mozilla/nsIImportABDescriptor.h include/mozilla/nsIImportAddressBooks.h include/mozilla/nsIImportFieldMap.h @@ -784,6 +778,13 @@ include/mozilla/nsIJVMWindow.h include/mozilla/nsIKBStateControl.h include/mozilla/nsIKeyedStreamGenerator.h +include/mozilla/nsILDAPConnection.h +include/mozilla/nsILDAPErrors.h +include/mozilla/nsILDAPMessage.h +include/mozilla/nsILDAPMessageListener.h +include/mozilla/nsILDAPOperation.h +include/mozilla/nsILDAPServer.h +include/mozilla/nsILDAPURL.h include/mozilla/nsILabel.h include/mozilla/nsILanguageAtom.h include/mozilla/nsILanguageAtomService.h @@ -834,8 +835,6 @@ include/mozilla/nsIMenuItem.h include/mozilla/nsIMenuListener.h include/mozilla/nsIMenuRollup.h -include/mozilla/nsIMessage.h -include/mozilla/nsIMessageView.h include/mozilla/nsIMessenger.h include/mozilla/nsIMessengerMigrator.h include/mozilla/nsIMessengerWindowService.h @@ -857,9 +856,11 @@ include/mozilla/nsIMsgCompFields.h include/mozilla/nsIMsgCompose.h include/mozilla/nsIMsgComposeParams.h +include/mozilla/nsIMsgComposeProgress.h include/mozilla/nsIMsgComposeService.h include/mozilla/nsIMsgCopyService.h include/mozilla/nsIMsgCopyServiceListener.h +include/mozilla/nsIMsgDBView.h include/mozilla/nsIMsgDatabase.h include/mozilla/nsIMsgDraft.h include/mozilla/nsIMsgFilter.h @@ -884,6 +885,7 @@ include/mozilla/nsIMsgMessageService.h include/mozilla/nsIMsgNewsFolder.h include/mozilla/nsIMsgOfflineImapOperation.h +include/mozilla/nsIMsgOfflineManager.h include/mozilla/nsIMsgOfflineNewsState.h include/mozilla/nsIMsgParseMailMsgState.h include/mozilla/nsIMsgPrintEngine.h @@ -908,14 +910,10 @@ include/mozilla/nsIMsgStringService.h include/mozilla/nsIMsgThread.h include/mozilla/nsIMsgVCard.h -include/mozilla/nsIMsgViewNavigationService.h include/mozilla/nsIMsgWindow.h +include/mozilla/nsIMutableAccessible.h include/mozilla/nsIMutableStyleContext.h include/mozilla/nsINNTPArticleList.h -include/mozilla/nsINNTPCategory.h -include/mozilla/nsINNTPCategoryContainer.h -include/mozilla/nsINNTPHost.h -include/mozilla/nsINNTPNewsgroup.h include/mozilla/nsINNTPNewsgroupList.h include/mozilla/nsINNTPNewsgroupPost.h include/mozilla/nsINNTPProtocol.h @@ -923,14 +921,9 @@ include/mozilla/nsINameSpace.h include/mozilla/nsINameSpaceManager.h include/mozilla/nsINativeAppSupport.h -include/mozilla/nsINetDataCache.h -include/mozilla/nsINetDataCacheManager.h -include/mozilla/nsINetDataCacheRecord.h -include/mozilla/nsINetDataDiskCache.h include/mozilla/nsINetModRegEntry.h include/mozilla/nsINetModuleMgr.h include/mozilla/nsINetNotify.h -include/mozilla/nsINetSupportDialogService.h include/mozilla/nsINewsDatabase.h include/mozilla/nsINewsDownloadDialogArgs.h include/mozilla/nsINntpIncomingServer.h @@ -955,9 +948,11 @@ include/mozilla/nsIParserFilter.h include/mozilla/nsIParserNode.h include/mozilla/nsIParserService.h +include/mozilla/nsIPassword.h include/mozilla/nsIPasswordManager.h -include/mozilla/nsIPasswordManagerUtils.h include/mozilla/nsIPasswordSink.h +include/mozilla/nsIPermission.h +include/mozilla/nsIPermissionManager.h include/mozilla/nsIPersistentProperties2.h include/mozilla/nsIPipe.h include/mozilla/nsIPlaintextEditor.h @@ -1009,6 +1004,7 @@ include/mozilla/nsIProfileStartupListener.h include/mozilla/nsIProgressEventSink.h include/mozilla/nsIPrompt.h +include/mozilla/nsIPromptService.h include/mozilla/nsIProperties.h include/mozilla/nsIProtocolHandler.h include/mozilla/nsIProtocolProxyService.h @@ -1048,6 +1044,8 @@ include/mozilla/nsIRemoteBrowserControl.h include/mozilla/nsIRenderingContext.h include/mozilla/nsIRequest.h +include/mozilla/nsIRequestObserver.h +include/mozilla/nsIRequestObserverProxy.h include/mozilla/nsIResChannel.h include/mozilla/nsIResProtocolHandler.h include/mozilla/nsIRollupListener.h @@ -1056,6 +1054,7 @@ include/mozilla/nsISHEntry.h include/mozilla/nsISHTransaction.h include/mozilla/nsISHistory.h +include/mozilla/nsISHistoryInternal.h include/mozilla/nsISHistoryListener.h include/mozilla/nsISOCKSSocketInfo.h include/mozilla/nsISOCKSSocketProvider.h @@ -1127,14 +1126,12 @@ include/mozilla/nsISplashScreen.h include/mozilla/nsIStatefulFrame.h include/mozilla/nsIStorageStream.h -include/mozilla/nsIStreamAsFile.h include/mozilla/nsIStreamConverter.h include/mozilla/nsIStreamConverterService.h include/mozilla/nsIStreamIO.h include/mozilla/nsIStreamIOChannel.h include/mozilla/nsIStreamListener.h include/mozilla/nsIStreamLoader.h -include/mozilla/nsIStreamObserver.h include/mozilla/nsIStreamProvider.h include/mozilla/nsIStreamTransfer.h include/mozilla/nsIStreamTransferOperation.h @@ -1179,6 +1176,7 @@ include/mozilla/nsITimer.h include/mozilla/nsITimerCallback.h include/mozilla/nsITimerQueue.h +include/mozilla/nsITimingService.h include/mozilla/nsITokenizer.h include/mozilla/nsIToolkit.h include/mozilla/nsITooltipListener.h @@ -1200,6 +1198,7 @@ include/mozilla/nsIURIFixup.h include/mozilla/nsIURILoader.h include/mozilla/nsIURL.h +include/mozilla/nsIURLFetcher.h include/mozilla/nsIURLParser.h include/mozilla/nsIUnicharBuffer.h include/mozilla/nsIUnicharInputStream.h @@ -1215,15 +1214,18 @@ include/mozilla/nsIView.h include/mozilla/nsIViewManager.h include/mozilla/nsIViewObserver.h +include/mozilla/nsIViewSourceChannel.h include/mozilla/nsIWalletEditor.h include/mozilla/nsIWalletPreview.h include/mozilla/nsIWalletService.h include/mozilla/nsIWeakReference.h include/mozilla/nsIWebBrowser.h include/mozilla/nsIWebBrowserChrome.h +include/mozilla/nsIWebBrowserChromeFocus.h include/mozilla/nsIWebBrowserFind.h include/mozilla/nsIWebBrowserFocus.h include/mozilla/nsIWebBrowserPersist.h +include/mozilla/nsIWebBrowserPrint.h include/mozilla/nsIWebBrowserSetup.h include/mozilla/nsIWebFilters.h include/mozilla/nsIWebNavigation.h @@ -1272,12 +1274,12 @@ include/mozilla/nsIXmlRpcClient.h include/mozilla/nsIXmlRpcClientListener.h include/mozilla/nsIZipReader.h +include/mozilla/nsImageMapUtils.h include/mozilla/nsImapCore.h include/mozilla/nsImapFlagAndUidState.h include/mozilla/nsImapIncomingServer.h include/mozilla/nsImapMailDatabase.h include/mozilla/nsImapMailFolder.h -include/mozilla/nsImapMessage.h include/mozilla/nsImapProtocol.h include/mozilla/nsImapProxyEvent.h include/mozilla/nsImapSearchResults.h @@ -1292,16 +1294,18 @@ include/mozilla/nsJSUtils.h include/mozilla/nsJVMManager.h include/mozilla/nsJVMPluginTagInfo.h +include/mozilla/nsLDAP.h include/mozilla/nsLWBrkCIID.h include/mozilla/nsLayoutAtomList.h include/mozilla/nsLayoutAtoms.h include/mozilla/nsLayoutCID.h include/mozilla/nsLinebreakConverter.h +include/mozilla/nsLiteralString.h include/mozilla/nsLocalFile.h include/mozilla/nsLocalFileUnix.h include/mozilla/nsLocalFolderSummarySpec.h include/mozilla/nsLocalMailFolder.h -include/mozilla/nsLocalMessage.h +include/mozilla/nsLocalString.h include/mozilla/nsLocalStringBundle.h include/mozilla/nsLocaleCID.h include/mozilla/nsLocaleFactory.h @@ -1312,11 +1316,7 @@ include/mozilla/nsMailboxService.h include/mozilla/nsMailboxUrl.h include/mozilla/nsMargin.h -include/mozilla/nsMemCache.h -include/mozilla/nsMemCacheCID.h include/mozilla/nsMemory.h -include/mozilla/nsMessage.h -include/mozilla/nsMessageView.h include/mozilla/nsMessenger.h include/mozilla/nsMessengerBootstrap.h include/mozilla/nsMessengerMigrator.h @@ -1345,12 +1345,11 @@ include/mozilla/nsMsgBodyHandler.h include/mozilla/nsMsgCompCID.h include/mozilla/nsMsgCompFields.h -include/mozilla/nsMsgCompFieldsFact.h include/mozilla/nsMsgCompUtils.h include/mozilla/nsMsgCompose.h include/mozilla/nsMsgComposeContentHandler.h -include/mozilla/nsMsgComposeFact.h include/mozilla/nsMsgComposeParams.h +include/mozilla/nsMsgComposeProgress.h include/mozilla/nsMsgComposeService.h include/mozilla/nsMsgComposeStringBundle.h include/mozilla/nsMsgCopy.h @@ -1382,10 +1381,8 @@ include/mozilla/nsMsgLineBuffer.h include/mozilla/nsMsgLocalCID.h include/mozilla/nsMsgLocalFolderHdrs.h -include/mozilla/nsMsgMD5.h include/mozilla/nsMsgMailNewsUrl.h include/mozilla/nsMsgMailSession.h -include/mozilla/nsMsgMessageDataSource.h include/mozilla/nsMsgMessageFlags.h include/mozilla/nsMsgMimeCID.h include/mozilla/nsMsgNewsCID.h @@ -1402,38 +1399,27 @@ include/mozilla/nsMsgSearchArray.h include/mozilla/nsMsgSearchBoolExpression.h include/mozilla/nsMsgSearchCore.h -include/mozilla/nsMsgSearchDataSource.h include/mozilla/nsMsgSearchScopeTerm.h include/mozilla/nsMsgSearchSession.h include/mozilla/nsMsgSearchTerm.h include/mozilla/nsMsgSend.h -include/mozilla/nsMsgSendFact.h include/mozilla/nsMsgSendLater.h -include/mozilla/nsMsgSendLaterFact.h include/mozilla/nsMsgServiceProvider.h include/mozilla/nsMsgStatusFeedback.h include/mozilla/nsMsgThread.h include/mozilla/nsMsgTxn.h include/mozilla/nsMsgUtils.h -include/mozilla/nsMsgViewNavigationService.h include/mozilla/nsMsgWindow.h -include/mozilla/nsMsgZapIt.h include/mozilla/nsMutationEvent.h include/mozilla/nsNNTPArticleList.h -include/mozilla/nsNNTPCategoryContainer.h -include/mozilla/nsNNTPHost.h -include/mozilla/nsNNTPNewsgroup.h include/mozilla/nsNNTPNewsgroupList.h include/mozilla/nsNNTPNewsgroupPost.h include/mozilla/nsNNTPProtocol.h include/mozilla/nsNetCID.h -include/mozilla/nsNetDiskCache.h -include/mozilla/nsNetDiskCacheCID.h include/mozilla/nsNetUtil.h include/mozilla/nsNewsDatabase.h include/mozilla/nsNewsDownloadDialogArgs.h include/mozilla/nsNewsFolder.h -include/mozilla/nsNewsMessage.h include/mozilla/nsNewsSummarySpec.h include/mozilla/nsNewsUtils.h include/mozilla/nsNntpIncomingServer.h @@ -1448,6 +1434,8 @@ include/mozilla/nsPIBoxObject.h include/mozilla/nsPIDOMWindow.h include/mozilla/nsPIEditorTransaction.h +include/mozilla/nsPIPluginHost.h +include/mozilla/nsPIPromptService.h include/mozilla/nsPIWindowRoot.h include/mozilla/nsPIWindowWatcher.h include/mozilla/nsPIXPIManagerCallbacks.h @@ -1471,6 +1459,9 @@ include/mozilla/nsPrintfCString.h include/mozilla/nsPrivateSharableString.h include/mozilla/nsProcess.h +include/mozilla/nsPromiseConcatenation.h +include/mozilla/nsPromiseFlatString.h +include/mozilla/nsPromiseSubstring.h include/mozilla/nsProxiedService.h include/mozilla/nsProxyEvent.h include/mozilla/nsQuickSort.h @@ -1502,7 +1493,12 @@ include/mozilla/nsStreamConverter.h include/mozilla/nsString.h include/mozilla/nsString2.h +include/mozilla/nsStringFragment.h +include/mozilla/nsStringFwd.h include/mozilla/nsStringIO.h +include/mozilla/nsStringIterator.h +include/mozilla/nsStringIteratorUtils.h +include/mozilla/nsStringTraits.h include/mozilla/nsStringUtil.h include/mozilla/nsStyleChangeList.h include/mozilla/nsStyleConsts.h @@ -1537,6 +1533,7 @@ include/mozilla/nsUInt32Array.h include/mozilla/nsURILoader.h include/mozilla/nsURLFetcher.h +include/mozilla/nsUint8Array.h include/mozilla/nsUnicharUtilCIID.h include/mozilla/nsUnitConversion.h include/mozilla/nsUnixColorPrintf.h @@ -1566,73 +1563,107 @@ include/mozilla/nslog.h include/mozilla/nsplugin.h include/mozilla/nsplugindefs.h -include/mozilla/nspr.h +include/mozilla/nspr/md/_aix32.cfg +include/mozilla/nspr/md/_aix32in6.cfg +include/mozilla/nspr/md/_aix64.cfg +include/mozilla/nspr/md/_beos.cfg +include/mozilla/nspr/md/_bsdi.cfg +include/mozilla/nspr/md/_dgux.cfg +include/mozilla/nspr/md/_freebsd.cfg +include/mozilla/nspr/md/_hpux32.cfg +include/mozilla/nspr/md/_hpux64.cfg +include/mozilla/nspr/md/_irix32.cfg +include/mozilla/nspr/md/_irix64.cfg +include/mozilla/nspr/md/_linux.cfg +include/mozilla/nspr/md/_ncr.cfg +include/mozilla/nspr/md/_nec.cfg +include/mozilla/nspr/md/_netbsd.cfg +include/mozilla/nspr/md/_nextstep.cfg +include/mozilla/nspr/md/_nto.cfg +include/mozilla/nspr/md/_openbsd.cfg +include/mozilla/nspr/md/_openvms.cfg +include/mozilla/nspr/md/_os2.cfg +include/mozilla/nspr/md/_osf1.cfg +include/mozilla/nspr/md/_qnx.cfg +include/mozilla/nspr/md/_reliantunix.cfg +include/mozilla/nspr/md/_rhapsody.cfg +include/mozilla/nspr/md/_scoos.cfg +include/mozilla/nspr/md/_solaris32.cfg +include/mozilla/nspr/md/_solaris64.cfg +include/mozilla/nspr/md/_sony.cfg +include/mozilla/nspr/md/_sunos4.cfg +include/mozilla/nspr/md/_unixware.cfg +include/mozilla/nspr/md/_unixware7.cfg +include/mozilla/nspr/md/_win16.cfg +include/mozilla/nspr/md/_win95.cfg +include/mozilla/nspr/md/_winnt.cfg +include/mozilla/nspr/nspr.h +include/mozilla/nspr/obsolete/pralarm.h +include/mozilla/nspr/obsolete/probslet.h +include/mozilla/nspr/obsolete/protypes.h +include/mozilla/nspr/obsolete/prsem.h +include/mozilla/nspr/plarena.h +include/mozilla/nspr/plarenas.h +include/mozilla/nspr/plbase64.h +include/mozilla/nspr/plerror.h +include/mozilla/nspr/plgetopt.h +include/mozilla/nspr/plhash.h +include/mozilla/nspr/plresolv.h +include/mozilla/nspr/plstr.h +include/mozilla/nspr/pratom.h +include/mozilla/nspr/prbit.h +include/mozilla/nspr/prclist.h +include/mozilla/nspr/prcmon.h +include/mozilla/nspr/prcountr.h +include/mozilla/nspr/prcpucfg.h +include/mozilla/nspr/prcvar.h +include/mozilla/nspr/prdtoa.h +include/mozilla/nspr/prenv.h +include/mozilla/nspr/prerr.h +include/mozilla/nspr/prerror.h +include/mozilla/nspr/prinet.h +include/mozilla/nspr/prinit.h +include/mozilla/nspr/prinrval.h +include/mozilla/nspr/prio.h +include/mozilla/nspr/pripcsem.h +include/mozilla/nspr/private/pprio.h +include/mozilla/nspr/private/pprthred.h +include/mozilla/nspr/private/prpriv.h +include/mozilla/nspr/prlink.h +include/mozilla/nspr/prlock.h +include/mozilla/nspr/prlog.h +include/mozilla/nspr/prlong.h +include/mozilla/nspr/prmem.h +include/mozilla/nspr/prmon.h +include/mozilla/nspr/prmwait.h +include/mozilla/nspr/prnetdb.h +include/mozilla/nspr/prolock.h +include/mozilla/nspr/prpdce.h +include/mozilla/nspr/prprf.h +include/mozilla/nspr/prproces.h +include/mozilla/nspr/prrng.h +include/mozilla/nspr/prrwlock.h +include/mozilla/nspr/prshm.h +include/mozilla/nspr/prshma.h +include/mozilla/nspr/prsystem.h +include/mozilla/nspr/prthread.h +include/mozilla/nspr/prtime.h +include/mozilla/nspr/prtpool.h +include/mozilla/nspr/prtrace.h +include/mozilla/nspr/prtypes.h +include/mozilla/nspr/prvrsion.h +include/mozilla/nspr/prwin16.h include/mozilla/nspr_md.h include/mozilla/nsres.h include/mozilla/nsrootidl.h -include/mozilla/ntypes.h -include/mozilla/obsolete/pralarm.h -include/mozilla/obsolete/probslet.h -include/mozilla/obsolete/protypes.h -include/mozilla/obsolete/prsem.h include/mozilla/oobj.h -include/mozilla/plarena.h -include/mozilla/plarenas.h include/mozilla/platform.h -include/mozilla/plbase64.h include/mozilla/pldhash.h -include/mozilla/plerror.h include/mozilla/plevent.h -include/mozilla/plgetopt.h -include/mozilla/plhash.h -include/mozilla/plresolv.h -include/mozilla/plstr.h include/mozilla/plvector.h -include/mozilla/pratom.h -include/mozilla/prbit.h -include/mozilla/prclist.h -include/mozilla/prcmon.h -include/mozilla/prcountr.h -include/mozilla/prcpucfg.h -include/mozilla/prcvar.h -include/mozilla/prdtoa.h include/mozilla/prefldap.h -include/mozilla/prenv.h -include/mozilla/prerr.h -include/mozilla/prerror.h -include/mozilla/prinet.h -include/mozilla/prinit.h -include/mozilla/prinrval.h -include/mozilla/prio.h -include/mozilla/pripcsem.h -include/mozilla/private/pprio.h -include/mozilla/private/pprthred.h -include/mozilla/private/prpriv.h -include/mozilla/prlink.h -include/mozilla/prlock.h -include/mozilla/prlog.h -include/mozilla/prlong.h -include/mozilla/prmem.h -include/mozilla/prmon.h -include/mozilla/prmwait.h -include/mozilla/prnetdb.h -include/mozilla/prolock.h -include/mozilla/prpdce.h -include/mozilla/prprf.h -include/mozilla/prproces.h -include/mozilla/prrng.h -include/mozilla/prrwlock.h -include/mozilla/prshm.h -include/mozilla/prshma.h -include/mozilla/prsystem.h -include/mozilla/prthread.h -include/mozilla/prtime.h -include/mozilla/prtpool.h -include/mozilla/prtrace.h -include/mozilla/prtypes.h -include/mozilla/prvrsion.h -include/mozilla/prwin16.h include/mozilla/rdf.h +include/mozilla/srchpref.h include/mozilla/stopwatch.h include/mozilla/sysmacros_md.h include/mozilla/tree.h @@ -1646,7 +1677,6 @@ include/mozilla/xp_mem.h include/mozilla/xp_obs.h include/mozilla/xp_path.h -include/mozilla/xp_regexp.h include/mozilla/xp_str.h include/mozilla/xpccomponents.h include/mozilla/xpcexception.h @@ -1657,6 +1687,7 @@ include/mozilla/xpctest_attributes.h include/mozilla/xpctest_calljs.h include/mozilla/xpctest_const.h +include/mozilla/xpctest_domstring.h include/mozilla/xpctest_in.h include/mozilla/xpctest_inout.h include/mozilla/xpctest_multiple.h @@ -1672,7 +1703,8 @@ include/mozilla/zip.h include/mozilla/zipfile.h include/mozilla/zipstub.h -@dirrm include/mozilla/private -@dirrm include/mozilla/obsolete -@dirrm include/mozilla/md +@dirrm include/mozilla/nspr/private +@dirrm include/mozilla/nspr/obsolete +@dirrm include/mozilla/nspr/md +@dirrm include/mozilla/nspr @dirrm include/mozilla Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla-embedded/pkg-plist,v retrieving revision 1.8 diff -d -u -r1.8 pkg-plist --- pkg-plist 2001/04/10 15:13:01 1.8 +++ pkg-plist 2001/05/15 16:42:55 @@ -9,20 +9,29 @@ lib/mozilla-embedded/components/dom.xpt lib/mozilla-embedded/components/editor.xpt lib/mozilla-embedded/components/gfx.xpt +lib/mozilla-embedded/components/gfx2.xpt +lib/mozilla-embedded/components/imglib2.xpt lib/mozilla-embedded/components/jar.xpt lib/mozilla-embedded/components/layout_base.xpt lib/mozilla-embedded/components/layout_xul.xpt lib/mozilla-embedded/components/libcaps.so +lib/mozilla-embedded/components/libchardet.so lib/mozilla-embedded/components/libchrome.so lib/mozilla-embedded/components/libcookie.so lib/mozilla-embedded/components/libdocshell.so lib/mozilla-embedded/components/libeditor.so lib/mozilla-embedded/components/libembedcomponents.so +lib/mozilla-embedded/components/libgfx2.so lib/mozilla-embedded/components/libgfx_gtk.so lib/mozilla-embedded/components/libgkcontent.so lib/mozilla-embedded/components/libgklayout.so lib/mozilla-embedded/components/libgkview.so lib/mozilla-embedded/components/libhtmlpars.so +lib/mozilla-embedded/components/libimggif.so +lib/mozilla-embedded/components/libimgjpeg.so +lib/mozilla-embedded/components/libimglib2.so +lib/mozilla-embedded/components/libimgpng.so +lib/mozilla-embedded/components/libimgppm.so lib/mozilla-embedded/components/libjar50.so lib/mozilla-embedded/components/liblwbrk.so lib/mozilla-embedded/components/libmozbrwsr.so @@ -104,6 +113,7 @@ lib/mozilla-embedded/res/quirk.css lib/mozilla-embedded/res/ua.css lib/mozilla-embedded/res/unixcharset.properties +lib/mozilla-embedded/res/viewsource.css lib/mozilla-embedded/run-mozilla.sh @dirrm lib/mozilla-embedded/res/builtin @dirrm lib/mozilla-embedded/res --%--multipart-mixed-boundary-1.14713.989946971--%-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 10:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBDCB37B424 for ; Tue, 15 May 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHK1P96663; Tue, 15 May 2001 10:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 396C037B422; Tue, 15 May 2001 10:15:20 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id DCA3110F410; Tue, 15 May 2001 12:15:22 -0500 (CDT) Message-Id: <20010515171522.DCA3110F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 12:15:22 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: joerg@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27347: UPDATE devel/avr-binutils Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27347 >Category: ports >Synopsis: UPDATE devel/avr-binutils >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 May 15 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing libs to pkg-plist >How-To-Repeat: >Fix: begin 644 avr-binutils.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!ORelease-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 May 15 10:42:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from panda.pearlview.com (00-c0-df-46-9c-29.bconnected.net [209.53.12.21]) by hub.freebsd.org (Postfix) with SMTP id 49CE537B424; Tue, 15 May 2001 10:42:04 -0700 (PDT) (envelope-from kellyzg@hotmail.com) Date: Tue, 15 May 2001 17:28:32 +0000 (UTC) From: "Leonard K." To: Mikhail Teterin Cc: , , , , Subject: Re: GhostScript and JPEG In-Reply-To: <200105151458.f4FEwrt62595@aldan.algebra.com> Message-ID: <20010515172345.Q4904-100000@panda.pearlview.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Status: RO X-Status: X-Keywords: X-UID: 1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 15 May 2001, Mikhail Teterin wrote: > > Ok, this is an argument to keep C_MAX_BLOCKS_IN_MCU at 10, but to bump > up the D_... to 64. Any objections to me applying this change to the > jpeg port? (JSeger seems to be off-line for months :( ) Then the > ghostscript ports can be modified to the shared jpeg library. Just out of curiosity: if we bump the jpeg library's 'max block' to 64, and I use the library to write a new jpeg file (using maybe xv), would the new file be sometimes non-standard-compliant and thus be rejected by some viewers ? (I guess what I mean to ask, is that whether the few arrays affected are only used during decoding, or if they're used during encoding as well.) If so, then in my humble opinion I think we need to keep jpeg library the way it is, and let ghostscript fend for itself. - LK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 10:50:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 517D437B43E for ; Tue, 15 May 2001 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHo1Y04198; Tue, 15 May 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0CB837B422 for ; Tue, 15 May 2001 10:42:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHgGn98457; Tue, 15 May 2001 10:42:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200105151742.f4FHgGn98457@freefall.freebsd.org> Date: Tue, 15 May 2001 10:42:16 -0700 (PDT) From: ats@first.gmd.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27348: ports/audio/gdcd MASTERSITE has been changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27348 >Category: ports >Synopsis: ports/audio/gdcd MASTERSITE has been changed >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: Tue May 15 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.3-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May 3 20:2 8:30 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: gdcd can no longer be found under the "old" URL given in the Makefile for the MASTERSITE. It is now at http://gdcd.undergrid.net/source_archive/ >How-To-Repeat: Try to do a make fetch or make checksum without the file in /usr/ports/distfiles. >Fix: Use the new URL as given above for MASTERSITE, gives the same checksum. >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 May 15 10:50:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7465B37B440 for ; Tue, 15 May 2001 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHo1704207; Tue, 15 May 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 75A2E37B424; Tue, 15 May 2001 10:44:05 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 1C03B10F410; Tue, 15 May 2001 12:44:08 -0500 (CDT) Message-Id: <20010515174408.1C03B10F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 12:44:08 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: ache@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27349: UPDATE comms/ecu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27349 >Category: ports >Synopsis: UPDATE comms/ecu >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 May 15 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add lib/ecu to pkg-plist >How-To-Repeat: >Fix: begin 644 ecu.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!ORelease-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 May 15 10:50:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEDF237B443 for ; Tue, 15 May 2001 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHo1Q04234; Tue, 15 May 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C231E37B422 for ; Tue, 15 May 2001 10:48:38 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHmch04053; Tue, 15 May 2001 10:48:38 -0700 (PDT) (envelope-from nobody) Message-Id: <200105151748.f4FHmch04053@freefall.freebsd.org> Date: Tue, 15 May 2001 10:48:38 -0700 (PDT) From: albert.kinderman@csun.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27352: mc-4.5.54_1: mcedit linked to mc (not midc) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27352 >Category: ports >Synopsis: mc-4.5.54_1: mcedit linked to mc (not midc) >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: Tue May 15 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Albert Kinderman >Release: 4.3-STABLE >Organization: >Environment: FreeBSD 4.3-STABLE Saturday May 5, 2001 >Description: after make and install -DWITH_SLANG /usr/local/bin/mcedit is a symlink to mc mc does not exist, so invocations of mcedit produce "command not found" >How-To-Repeat: make and install -DWITH_SLANG >Fix: create symlink from /usr/local/bin/mcedit to /usr/local/bin/midc I believe this is done in edit/Makefile line 179 -$(LN_S) mc $(DESTDIR)$(bindir)/$(binprefix)mcedit +$(LN_S) midc $(DESTDIR)$(bindir)/$(binprefix)mcedit >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 May 15 11: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DBC437B42C for ; Tue, 15 May 2001 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FI02W04808; Tue, 15 May 2001 11:00:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id AE80037B424; Tue, 15 May 2001 10:54:57 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 78B1710F410; Tue, 15 May 2001 12:55:00 -0500 (CDT) Message-Id: <20010515175500.78B1710F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 12:55:00 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: jim@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27353: UPDATE net/everybuddy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27353 >Category: ports >Synopsis: UPDATE net/everybuddy >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 May 15 11:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add a pixmap to pkg-plist >How-To-Repeat: >Fix: begin 644 everybuddy.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!O6)U9&1Y+W!K9RUP;&ES M="QV"G)E=')I979I;F<@6)U9&1Y"B!B:6XO=7!D871E+G!L"B!B:6XO8V]N M=&%C="UU<&1A=&4N<&P**W-H87)E+W!I>&UA<',O96)I8V]N+G!N9PH@6)U9&1Y+T)U9&1Y3&5A=F4N874*('-H87)E+W-O=6YD6)U9&1Y+U-E;F0N874*('-H87)E+W-O=6YD6)U9&1Y+U)E M8V5I=F4N874**T!D:7)R;2!S:&%R92]P:7AM87!S"B!`9&ERRelease-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 May 15 11: 6:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id E78F037B422; Tue, 15 May 2001 11:06:42 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id NAA26587; Tue, 15 May 2001 13:27:18 -0400 From: mi@aldan.algebra.com Received: from misha.privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.11.3/8.11.1) with ESMTP id f4FI6Yr26882; Tue, 15 May 2001 14:06:35 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200105151806.f4FI6Yr26882@misha.privatelabs.com> Date: Tue, 15 May 2001 14:06:33 -0400 (EDT) Reply-To: mi@aldan.algebra.com Subject: Re: GhostScript and JPEG To: kellyzg@hotmail.com Cc: ghost@aladdin.com, ports@freebsd.org, andreas@freebsd.org, raph@artofcode.com, jseger@freebsd.org In-Reply-To: <20010515172345.Q4904-100000@panda.pearlview.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 15 May, Leonard K. wrote: > > On Tue, 15 May 2001, Mikhail Teterin wrote: >> >> Ok, this is an argument to keep C_MAX_BLOCKS_IN_MCU at 10, but to bump >> up the D_... to 64. Any objections to me applying this change to the >> jpeg port? (JSeger seems to be off-line for months :( ) Then the >> ghostscript ports can be modified to the shared jpeg library. > > Just out of curiosity: if we bump the jpeg library's 'max block' to 64, > and I use the library to write a new jpeg file (using maybe xv), > would the new file be sometimes non-standard-compliant and thus be > rejected by some viewers ? My understanding is, no. To produce a non-compliant jpeg, you need the value of C_MAX_BLOCKS_IN_MCU (Compress) increased. D_MAX_BLOCKS_IN_MCU is for the Decompressor. > If so, then in my humble opinion I think we need to keep jpeg library > the way it is, and let ghostscript fend for itself. No, I think it is safe to bump up D_MAX_BLOCKS_IN_MCU. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 11:38:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id A747F37B424 for ; Tue, 15 May 2001 11:38:52 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id EFD5B17D32; Tue, 15 May 2001 13:32:50 -0500 (EST) Date: Tue, 15 May 2001 13:32:50 -0500 From: Will Andrews To: FreeBSD Ports , portmgr@casimir.physics.purdue.edu Subject: biology/ && misc/ -> science/ Message-ID: <20010515133250.Q11113@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , FreeBSD Ports , portmgr@casimir.physics.purdue.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I would like to move all non-biology-related science stuff from biology/* and misc/* to science/. Basically everything that's physical science related that doesn't already have an appropriate category (e.g. biology or math). The following repocopies are hence requested (sorry for long lines): misc/xgas --> science/xgas: chemical process biology/babel --> science/babel: molecular file format conversion biology/chemeq --> science/chemeq: chemical equation to LaTeX biology/deft --> science/deft: Density functional molecular orbital calculation biology/emboss --> science/emboss: genetic sequence analysis biology/fasta --> science/fasta: A collection of programs for searching DNA and protein databases biology/fasta3 --> science/fasta3 biology/fastdnaml --> science/fastdnaml: The faster variant of DNAML, makes phylogenetic trees using maximum likelihood biology/gaussian98 --> science/gaussian98: An ab-initio molecular orbital calculation program biology/genpak --> science/genpak: small utilities to manipulate DNA sequences biology/gperiodic --> science/gperiodic: Displays a periodic table of the elements biology/kinemage --> science/kinemage: molecular visualization program biology/molden --> science/molden: Display molecular orbitals and electron densities in 2D and 3D biology/mopac --> science/mopac: Semi-empirical molecular orbital calculation biology/p5-AcePerl --> science/p5-AcePerl: Perl5 interface to the ACEDB genome database system biology/paml --> science/paml: Phylogenetic Analysis by Maximum Likelihood (PAML) biology/phylip --> science/phylip: A Phylogeny Inference Package biology/platon --> science/platon: Tool for viewing molecular/crystallographic structures biology/povchem --> science/povchem: Simple yet powerful tool to generate POV from a PDB file biology/psi88 --> science/psi88: Plotting wavefunctions (molecular orbitals) in 3D biology/rasmol --> science/rasmol: Fast Molecular Visualization Program biology/seaview --> science/seaview: Multiple DNA sequence alignment editor biology/sim4 --> science/sim4: An algorithm for aligning expressed DNA with genomic sequences biology/tinker --> science/tinker: A general purpose molecular modelling package biology/xdrawchem --> science/xdrawchem: Chemical drawing program biology/xmolwt --> science/xmolwt: Calculate formula weight and percent of each element for a given formula [more controversial] misc/lifelines --> science/lifelines: genealogy misc/ftree --> science/ftree: genealogy while I'm here, move stuff that's in the wrong place: misc/wmweather --> astro/wmweather -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 11:40:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 647F537B423; Tue, 15 May 2001 11:40:01 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id D036617D32; Tue, 15 May 2001 13:33:59 -0500 (EST) Date: Tue, 15 May 2001 13:33:59 -0500 From: Will Andrews To: portmgr@FreeBSD.org Subject: FW: biology/ && misc/ -> science/ Message-ID: <20010515133359.R11113@casimir.physics.purdue.edu> Reply-To: Will Andrews Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oops [resending to portmgr@]. :^) ----- Forwarded message from Will Andrews ----- Date: Tue, 15 May 2001 13:32:50 -0500 Reply-To: Will Andrews From: Will Andrews To: FreeBSD Ports , portmgr@casimir.physics.purdue.edu Subject: biology/ && misc/ -> science/ User-Agent: Mutt/1.3.15i Sender: owner-freebsd-ports@FreeBSD.ORG Hello, I would like to move all non-biology-related science stuff from biology/* and misc/* to science/. Basically everything that's physical science related that doesn't already have an appropriate category (e.g. biology or math). The following repocopies are hence requested (sorry for long lines): misc/xgas --> science/xgas: chemical process biology/babel --> science/babel: molecular file format conversion biology/chemeq --> science/chemeq: chemical equation to LaTeX biology/deft --> science/deft: Density functional molecular orbital calculation biology/emboss --> science/emboss: genetic sequence analysis biology/fasta --> science/fasta: A collection of programs for searching DNA and protein databases biology/fasta3 --> science/fasta3 biology/fastdnaml --> science/fastdnaml: The faster variant of DNAML, makes phylogenetic trees using maximum likelihood biology/gaussian98 --> science/gaussian98: An ab-initio molecular orbital calculation program biology/genpak --> science/genpak: small utilities to manipulate DNA sequences biology/gperiodic --> science/gperiodic: Displays a periodic table of the elements biology/kinemage --> science/kinemage: molecular visualization program biology/molden --> science/molden: Display molecular orbitals and electron densities in 2D and 3D biology/mopac --> science/mopac: Semi-empirical molecular orbital calculation biology/p5-AcePerl --> science/p5-AcePerl: Perl5 interface to the ACEDB genome database system biology/paml --> science/paml: Phylogenetic Analysis by Maximum Likelihood (PAML) biology/phylip --> science/phylip: A Phylogeny Inference Package biology/platon --> science/platon: Tool for viewing molecular/crystallographic structures biology/povchem --> science/povchem: Simple yet powerful tool to generate POV from a PDB file biology/psi88 --> science/psi88: Plotting wavefunctions (molecular orbitals) in 3D biology/rasmol --> science/rasmol: Fast Molecular Visualization Program biology/seaview --> science/seaview: Multiple DNA sequence alignment editor biology/sim4 --> science/sim4: An algorithm for aligning expressed DNA with genomic sequences biology/tinker --> science/tinker: A general purpose molecular modelling package biology/xdrawchem --> science/xdrawchem: Chemical drawing program biology/xmolwt --> science/xmolwt: Calculate formula weight and percent of each element for a given formula [more controversial] misc/lifelines --> science/lifelines: genealogy misc/ftree --> science/ftree: genealogy while I'm here, move stuff that's in the wrong place: misc/wmweather --> astro/wmweather -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message ----- End forwarded message ----- -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 11:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A19B837B424 for ; Tue, 15 May 2001 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FIe2p11198; Tue, 15 May 2001 11:40:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 15 May 2001 11:40:02 -0700 (PDT) Message-Id: <200105151840.f4FIe2p11198@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Hye-Shik Chang Subject: Re:Re: ports/26793: New port: java/ibm-jdk Reply-To: Hye-Shik Chang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/26793; it has been noted by GNATS. From: Hye-Shik Chang To: ernst@jollem.com, freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re:Re: ports/26793: New port: java/ibm-jdk Date: Wed, 16 May 2001 03:35:57 +0900 (KST) Hi, Ernst. >No problem. Glad to see your `face' again :) Thank you. :-) >[1] I suggest using the link to the download page as I suggested in a previous > reply to your PR (see the audit trail), it's: > > * http://www6.software.ibm.com/dl/dklx130/dklx130-p I think that url can be changed sometime by ibm's web service layout policy or their load balancing. so, I'm sorry but it seems to be more suitable for freebsd port http://www.ibm.com/developerworks/java/jdk/linux130. > >[2] Improve the message about linprocfs: > > Suggestion: > > "This Java VM will attempt to detect the number of processors by taking > cpuinfo from linux's procfs. You may want to install the Linux > emulation procfs filesystem. You may do so by adding the following > line to your /etc/fstab file: > > linprocfs /compat/linux/proc linprocfs rw 0 0" > Thank you for your favor! :) Since I'm not good at english, I am always in difficult when write describe or messages, therefore yours was very helpful. and I uploaded final(maybe?) port shar. You can download it from http://www3.kr.freebsd.org/~perky/distfiles/linux-ibm-jdk.txt have a nice day! -------------------------------- Hye-Shik Chang, a.k.a. "Perky" Mechatronics, Yonsei University, Korea Public Key: http://openlook.org/pgp.txt PGP Fingerprint : 115C CF2F D90D 8AFE F45B 0356 21DA 398B 6474 11EA ------------------------------------------------- DreamWiz Free Mail @ http://www.dreamwiz.com/ DreamSearch Click the world!!! http://search.dreamwiz.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 11:44: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id A6A4137B42C for ; Tue, 15 May 2001 11:44:00 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: (from root@localhost) by thehousleys.net (8.11.3/8.11.2) id f4FIhmX07815; Tue, 15 May 2001 14:43:48 -0400 (EDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) (authenticated) by thehousleys.net (8.11.3/8.11.3) with ESMTP id f4FIhkm07797; Tue, 15 May 2001 14:43:46 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <3B0178E2.2184E080@thehousleys.net> Date: Tue, 15 May 2001 14:43:46 -0400 From: James Housley X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Will Andrews Cc: FreeBSD Ports , portmgr@casimir.physics.purdue.edu Subject: Re: biology/ && misc/ -> science/ References: <20010515133250.Q11113@casimir.physics.purdue.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > > Hello, > > I would like to move all non-biology-related science stuff from > biology/* and misc/* to science/. Basically everything that's physical > science related that doesn't already have an appropriate category (e.g. > biology or math). > > The following repocopies are hence requested (sorry for long lines): [snip] > > biology/emboss --> science/emboss: genetic sequence analysis > biology/fasta --> science/fasta: A collection of programs for searching DNA and protein databases > biology/fasta3 --> science/fasta3 > biology/genpak --> science/genpak: small utilities to manipulate DNA sequences > biology/seaview --> science/seaview: Multiple DNA sequence alignment editor > biology/seaview --> science/seaview: Multiple DNA sequence alignment editor Genitics sounds a lot like biology to me. Just my $.02 Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- PC hardware is the ductape of the computer inustry... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 12: 4:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dante.tlw.com (tlw.ne.mediaone.net [65.96.164.252]) by hub.freebsd.org (Postfix) with ESMTP id 229C737B422 for ; Tue, 15 May 2001 12:04:34 -0700 (PDT) (envelope-from bryce@tlw.com) Received: from localhost (bryce@localhost) by dante.tlw.com (8.9.3/8.9.3) with ESMTP id PAA07679 for ; Tue, 15 May 2001 15:05:10 -0400 Date: Tue, 15 May 2001 15:05:10 -0400 (EDT) From: Bryce Denney Reply-To: bryce.denney@bigfoot.com To: ports@freebsd.org Subject: bochs port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please forward to whoever is maintaining the bochs port to FreeBSD. A group of us from the bochs-developers mailing list have taken over development of Bochs, with Kevin Lawton's support. He has redirected http://www.bochs.com to our new site at http://bochs.sourceforge.net. We have made a few bugfix releases to improve the most common problems, and have an active CVS tree with lots of new features in progress. I expect your Bochs port has some diffs since Kevin's 3/25/2000 release last year. If you would like to submit those diffs as a patch, or (even better) check out our CVS tree and submit patches against the current CVS, we will have better FreeBSD support in the future releases. Feel free to ask for merging advice if you want it, since we've made quite a few changes since last year. The web site describes how to join bochs-developers if you want. Thanks, Bryce Denney To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 12: 5: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 4E33B37B424 for ; Tue, 15 May 2001 12:05:02 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 3C82017D32; Tue, 15 May 2001 13:59:00 -0500 (EST) Date: Tue, 15 May 2001 13:59:00 -0500 From: Will Andrews To: James Housley Cc: Will Andrews , FreeBSD Ports , portmgr@casimir.physics.purdue.edu Subject: Re: biology/ && misc/ -> science/ Message-ID: <20010515135900.U11113@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , James Housley , FreeBSD Ports , portmgr@casimir.physics.purdue.edu References: <20010515133250.Q11113@casimir.physics.purdue.edu> <3B0178E2.2184E080@thehousleys.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3B0178E2.2184E080@thehousleys.net>; from jim@thehousleys.net on Tue, May 15, 2001 at 02:43:46PM -0400 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 15, 2001 at 02:43:46PM -0400, James Housley wrote: > Genitics sounds a lot like biology to me. Good point. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 12:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B63B37B43E for ; Tue, 15 May 2001 12:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJK3T26099; Tue, 15 May 2001 12:20:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 15 May 2001 12:20:03 -0700 (PDT) Message-Id: <200105151920.f4FJK3T26099@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/26793: New port: java/ibm-jdk Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/26793; it has been noted by GNATS. From: Ernst de Haan To: Hye-Shik Chang Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/26793: New port: java/ibm-jdk Date: Tue, 15 May 2001 21:08:54 +0200 > >[1] I suggest using the link to the download page as I suggested in a previous > > reply to your PR (see the audit trail), it's: > > > > * http://www6.software.ibm.com/dl/dklx130/dklx130-p Okay, then perhaps include both, because this link may allow people to find the file minutes earlier. What's the disadvantage? > I think that url can be changed sometime by ibm's web service > layout policy or their load balancing. so, I'm sorry but it seems to > be more suitable for freebsd port > http://www.ibm.com/developerworks/java/jdk/linux130. You may be right about the load balancing and/or layout policies. And yet, if the link is changed, we could just change the port :) > and I uploaded final(maybe?) port shar. You can download it from > http://www3.kr.freebsd.org/~perky/distfiles/linux-ibm-jdk.txt Downloaded it. And found that the name of the port is "linux-ibm-jdk" although IBM provides several JDKs for Linux, including 1.1 and 1.2 JDKs. Perhaps "linux-ibm-jdk13" is a better name? This is in this respect analog to the name of the other non-IBM Linux JDKs, which are named "linux-jdk" and "linux-jdk13". My suggestion would be to change the names of these ports as well, but I'll submit a new PR for that. Oh, and I must say the Makefile looks very professional! Gonna have to look at it to improve my own ports a bit =) Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 12:23:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E828637B42C; Tue, 15 May 2001 12:23:56 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJNul26489; Tue, 15 May 2001 12:23:56 -0700 (PDT) (envelope-from joerg) Date: Tue, 15 May 2001 12:23:56 -0700 (PDT) From: Message-Id: <200105151923.f4FJNul26489@freefall.freebsd.org> To: dwcjr@inethouston.net, joerg@FreeBSD.org, freebsd-ports@FreeBSD.org, joerg@FreeBSD.org Subject: Re: ports/27347: UPDATE devel/avr-binutils Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE devel/avr-binutils State-Changed-From-To: open->closed State-Changed-By: joerg State-Changed-When: Tue May 15 21:21:57 MEST 2001 State-Changed-Why: Those libraries are not needed to be installed at all. However, my files/patch-aa just didn't work (braino), and i missed libbfd.a and libopcodes.a anyway. Fixed in rev 1.2 of files/patch-aa, neither of the libs is going to be installed now. Responsible-Changed-From-To: freebsd-ports->joerg Responsible-Changed-By: joerg Responsible-Changed-When: Tue May 15 21:21:57 MEST 2001 Responsible-Changed-Why: joerg is the maintainer of the devel/avr-binutils port. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27347 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 12:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF5C637B42C for ; Tue, 15 May 2001 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJe1b30115; Tue, 15 May 2001 12:40:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 2CE0837B424 for ; Tue, 15 May 2001 12:30:11 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 895B510F410; Tue, 15 May 2001 14:30:14 -0500 (CDT) Message-Id: <20010515193014.895B510F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 14:30:14 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27354: UPDATE mail/cyrus Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27354 >Category: ports >Synopsis: UPDATE mail/cyrus >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 May 15 12:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add imapd.conf to pkg-plist >How-To-Repeat: >Fix: begin 644 cyrus.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!O&5C(&EF(&-M<"`MRelease-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 May 15 12:40:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1565737B43E for ; Tue, 15 May 2001 12:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJe2130124; Tue, 15 May 2001 12:40:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id CA52637B424; Tue, 15 May 2001 12:33:23 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 3C6C010F410; Tue, 15 May 2001 14:33:27 -0500 (CDT) Message-Id: <20010515193327.3C6C010F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 14:33:27 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: trevor@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27355: UPDATE irc/kvirc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27355 >Category: ports >Synopsis: UPDATE irc/kvirc >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 May 15 12:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing locale >How-To-Repeat: >Fix: begin 644 kvirc.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!O6YT87A?=F%R:6%B;&5S+FMV:6AE M;'`*('-H87)E+VMV:7)C+VQO8V%L92]D92YM;PH@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 May 15 12:40:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4454737B440 for ; Tue, 15 May 2001 12:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJe3630133; Tue, 15 May 2001 12:40:03 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id DECDC37B42C for ; Tue, 15 May 2001 12:38:42 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 43A7910F410; Tue, 15 May 2001 14:38:46 -0500 (CDT) Message-Id: <20010515193846.43A7910F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 14:38:46 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: adsharma@sharmas.dhs.org X-Send-Pr-Version: 3.113 Subject: ports/27356: UPDATE news/krn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27356 >Category: ports >Synopsis: UPDATE news/krn >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 May 15 12:40:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add Krn.kdelnk to pkg-plist >How-To-Repeat: >Fix: begin 644 krn.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!O'!M"F%I ` 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 May 15 12:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DD6137B43E for ; Tue, 15 May 2001 12:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJo4G31310; Tue, 15 May 2001 12:50:04 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id E765E37B422; Tue, 15 May 2001 12:48:00 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 656C610F410; Tue, 15 May 2001 14:48:04 -0500 (CDT) Message-Id: <20010515194804.656C610F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 14:48:04 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: joe@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27357: UPDATE net/jabber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27357 >Category: ports >Synopsis: UPDATE net/jabber >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 May 15 12:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add jabber.xlm to pkg-plist jabberd.sh should be changed to jabberd.sh.sample as most ports do >How-To-Repeat: >Fix: begin 644 jabber.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!O&5C(&EF(&-M<"`MRelease-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 May 15 12:53:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 14D2837B422 for ; Tue, 15 May 2001 12:53:27 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.11.3/8.11.0) id f4FJrPU44213; Tue, 15 May 2001 12:53:25 -0700 (PDT) (envelope-from mph) Date: Tue, 15 May 2001 12:53:24 -0700 From: Matthew Hunt To: Will Andrews Cc: FreeBSD Ports , portmgr@casimir.physics.purdue.edu Subject: Re: biology/ && misc/ -> science/ Message-ID: <20010515125324.B42596@wopr.caltech.edu> References: <20010515133250.Q11113@casimir.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010515133250.Q11113@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Tue, May 15, 2001 at 01:32:50PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 15, 2001 at 01:32:50PM -0500, Will Andrews wrote: > while I'm here, move stuff that's in the wrong place: > > misc/wmweather --> astro/wmweather Astronomy is not meteorology. If you're going to remove things from biology which aren't biology, I think you should remove things from astro which are not astronomy, rather than adding them. Things which are not astronomy include meterology and timekeeping, although knowledge of these is sometimes handy to astronomers, just like molecular modeling is probably handy for some biologists. -- Matthew Hunt * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 12:56: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 4966737B423 for ; Tue, 15 May 2001 12:56:00 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 3285318930; Tue, 15 May 2001 14:49:58 -0500 (EST) Date: Tue, 15 May 2001 14:49:58 -0500 From: Will Andrews To: Matthew Hunt Cc: Will Andrews , FreeBSD Ports , portmgr@casimir.physics.purdue.edu Subject: Re: biology/ && misc/ -> science/ Message-ID: <20010515144957.V11113@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Matthew Hunt , FreeBSD Ports , portmgr@casimir.physics.purdue.edu References: <20010515133250.Q11113@casimir.physics.purdue.edu> <20010515125324.B42596@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010515125324.B42596@wopr.caltech.edu>; from mph@astro.caltech.edu on Tue, May 15, 2001 at 12:53:24PM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 15, 2001 at 12:53:24PM -0700, Matthew Hunt wrote: > Astronomy is not meteorology. If you're going to remove things from > biology which aren't biology, I think you should remove things from > astro which are not astronomy, rather than adding them. > > Things which are not astronomy include meterology and timekeeping, > although knowledge of these is sometimes handy to astronomers, just like > molecular modeling is probably handy for some biologists. Ah, okay. You're the astro expert. :) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 12:59:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from aladdin.com (aladdin.com [209.157.132.18]) by hub.freebsd.org (Postfix) with ESMTP id 2E74437B423; Tue, 15 May 2001 12:59:49 -0700 (PDT) (envelope-from ghost@aladdin.com) Received: (from daemon@localhost) by aladdin.com (8.10.1/8.9.1) id f4FJgOl11481; Tue, 15 May 2001 12:42:24 -0700 (PDT) Received: from lamp.aladdin.com(10.0.0.4), claiming to be "aladdin.com" via SMTP by sand.aladdin.com, id smtpdt16839; Tue May 15 12:42:21 2001 Received: (from ghost@localhost) by aladdin.com (8.9.1/8.9.1) id NAA01514; Tue, 15 May 2001 13:02:29 -0700 Date: Tue, 15 May 2001 13:02:29 -0700 Message-Id: <200105152002.NAA01514@aladdin.com> From: "L. Peter Deutsch" To: mi@aldan.algebra.com Cc: kellyzg@hotmail.com, ports@freebsd.org, andreas@freebsd.org, raph@artofcode.com, jseger@freebsd.org In-reply-to: <200105151806.f4FI6Yr26882@misha.privatelabs.com> Subject: Re: GhostScript and JPEG References: <200105151806.f4FI6Yr26882@misha.privatelabs.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > My understanding is, no. To produce a non-compliant jpeg, you need the > value of C_MAX_BLOCKS_IN_MCU (Compress) increased. D_MAX_BLOCKS_IN_MCU > is for the Decompressor. > ... I think it is safe to bump up D_MAX_BLOCKS_IN_MCU. I agree. D_MAX_BLOCKS_IN_MCU, which affects only decompression, should be increased; C_MAX_BLOCKS_IN_MCU should stay the same. Neither the PostScript spec nor Adobe compatibility requires the ability to *produce* non-compliant JPEG data. Ghostscript only needs to be able to *read* non-compliant data. -- L. Peter Deutsch | Aladdin Enterprises | 203 Santa Margarita Ave. ghost@aladdin.com | http://www.aladdin.com | Menlo Park, CA 94025 The future of software is at http://www.opensource.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 13: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BCC037B43C for ; Tue, 15 May 2001 13:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FK04g33325; Tue, 15 May 2001 13:00:04 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 6589037B422; Tue, 15 May 2001 12:57:54 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D5AA610F410; Tue, 15 May 2001 14:57:57 -0500 (CDT) Message-Id: <20010515195757.D5AA610F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 14:57:57 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: alex@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27359: UPDATE x11/xmms-gforce Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27359 >Category: ports >Synopsis: UPDATE x11/xmms-gforce >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 May 15 13:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Added gforce to pkg-plist >How-To-Repeat: >Fix: begin 644 xmms-gforce.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!ORelease-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 May 15 13: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2477437B423 for ; Tue, 15 May 2001 13:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FK04e33313; Tue, 15 May 2001 13:00:04 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 2DFC437B424 for ; Tue, 15 May 2001 12:53:07 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4FJpRp85999; Tue, 15 May 2001 21:51:27 +0200 (CEST) (envelope-from ernst) Message-Id: <200105151951.f4FJpRp85999@heinz.jollem.com> Date: Tue, 15 May 2001 21:51:27 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27358: Naming scheme for JDK ports (java) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27358 >Category: ports >Synopsis: Naming scheme for JDK ports (java) >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 15 13:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: The ports for the different JDKs do not seem to conform to a certain naming scheme. The currently available JDKs are listed below. Port name Version Platform Provider ---------------- ------- -------- -------- java/jdk 1.1 FreeBSD FreeBSD java/jdk12-beta 1.2 FreeBSD FreeBSD java/linux-jdk 1.2 Linux Blackdown java/linux-jdk13 1.3 Linux Sun A new JDK is in the process of being submitted as a new port: Port name Version Platform Provider ---------------- ------- -------- -------- java/??? 1.3 Linux IBM And other JDKs may qualify as candidates as well: Port name Version Platform Provider ---------------- ------- -------- -------- java/??? 1.1 Linux IBM java/??? 1.2 Linux IBM java/??? 1.2 Linux Sun And what if both Bill Huey and Greg Lewis would come up with a native JDK 1.3 for FreeBSD? Perhaps we should leave such situations out of the picture for a moment, but something like this *may* happen. If me or anybody else would like to add one of these JDKs, then what would have to be the name for this port? I know that we could ofcourse find unique names, but perhaps we should come up with a naming scheme, apply it to the existing JDK ports and apply it to any new JDK ports. >How-To-Repeat: >Fix: One possible naming scheme would be the following: * For native FreeBSD JDK ports, name the port "jdkXX" where XX is the major (2-digit) version number of the JDK, for example "11", "12", "13" or "14". * If there would be multiple native JDK ports, then these could be distinguished by using the name "PPP-jdkXX" where PPP is the name of the provider. * For Linux JDK ports, name the port "linux-PPP-jdkXX" where PPP is the name of the provider in lowercase, for example "blackdown", "ibm", "sun" or "inprise". And XX is again the major (2-digit) version number of the JDK. Any suggestions? >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 May 15 13:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17D9A37B43E for ; Tue, 15 May 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FKK1341777; Tue, 15 May 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id DC37C37B423; Tue, 15 May 2001 13:19:32 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id C359210F410; Tue, 15 May 2001 15:19:35 -0500 (CDT) Message-Id: <20010515201935.C359210F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 15:19:35 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: jdp@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27360: UPDATE net/cvsup-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27360 >Category: ports >Synopsis: UPDATE net/cvsup-devel >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 May 15 13:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Added share/cvsup to pkg-plist >How-To-Repeat: >Fix: begin 644 cvsup-devel.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!ORelease-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 May 15 13:27:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id B83DD37B424 for ; Tue, 15 May 2001 13:27:20 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4FKTh078816 for ; Tue, 15 May 2001 23:29:47 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from notebook.vega.com (das0-l79.uic-in.net [212.35.189.206]) by mail.uic-in.net (8.11.3/8.11.3) with ESMTP id f4FKR7130551 for ; Tue, 15 May 2001 23:27:08 +0300 (EEST) (envelope-from sobomax@mail-in.net) Date: Tue, 15 May 2001 23:27:08 +0300 (EEST) Message-Id: <200105152027.f4FKR7130551@mail.uic-in.net> To: ports@FreeBSD.ORG From: Maxim Sobolev Reply-To: sobomax@FreeBSD.ORG Subject: Re: bochs port X-Mailer: Pygmy (v0.5.7) In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 15 May 2001 15:05:10 -0400 (EDT), Bryce Denney wrote: > Please forward to whoever is maintaining the bochs port to FreeBSD. > > A group of us from the bochs-developers mailing list have taken over > development of Bochs, with Kevin Lawton's support. He has redirected > http://www.bochs.com to our new site at http://bochs.sourceforge.net. We > have made a few bugfix releases to improve the most common problems, and > have an active CVS tree with lots of new features in progress. > > I expect your Bochs port has some diffs since Kevin's 3/25/2000 release > last year. If you would like to submit those diffs as a patch, or (even > better) check out our CVS tree and submit patches against the current CVS, > we will have better FreeBSD support in the future releases. Feel free to > ask for merging advice if you want it, since we've made quite a few > changes since last year. > > The web site describes how to join bochs-developers if you want. Looks like a resonable proposition, any takers? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 13:33:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 684C237B424; Tue, 15 May 2001 13:33:55 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FKXtq42874; Tue, 15 May 2001 13:33:55 -0700 (PDT) (envelope-from jdp) Date: Tue, 15 May 2001 13:33:55 -0700 (PDT) From: Message-Id: <200105152033.f4FKXtq42874@freefall.freebsd.org> To: dwcjr@inethouston.net, jdp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27360: UPDATE net/cvsup-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE net/cvsup-devel State-Changed-From-To: open->closed State-Changed-By: jdp State-Changed-When: Tue May 15 13:33:14 PDT 2001 State-Changed-Why: Thanks for catching this! I have committed your patch as revision 1.2 of pkg-plist. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27360 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 14:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C838B37B43C for ; Tue, 15 May 2001 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FLK1756819; Tue, 15 May 2001 14:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 4423037B43C; Tue, 15 May 2001 14:11:39 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 1AFEB10F410; Tue, 15 May 2001 16:11:43 -0500 (CDT) Message-Id: <20010515211143.1AFEB10F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 16:11:43 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: adrian@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27362: UPDATE www/squid23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27362 >Category: ports >Synopsis: UPDATE www/squid23 >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 May 15 14:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Modified Makefile to install squid.sh.sample instead of squid.sh Add errors and icons to pkg-plist Install squid.conf.default to compare against squid.conf Do the same for mime.conf Fix @unexec lines at the bottom of pkg-plist and add icons and errors to it >How-To-Repeat: >Fix: begin 644 squid23.diff.gz M'XL(`&>;`3L``[V474_;,!2&K^M?<8;85>HX[B>T&PI*PX@&#+5<3-HF5!*' M6DW28"<%"?K?9R:S:72+!,<+;DR34(]9)\D0`U M^WT4\#`$G`,6>KEN$V-<+1HMRZ+$:I/6/M#>H-T9=/<;A=LPC)>J+J%=:-$! MM90*V39@2GO-/ACER[81-';O3[^.O/$*=N_/Q^Z1]WU5]DS\J3]C2F#S$'[` M!\#A$PG+?")\,RBUIIS!KR%D,Y;`3V51H:YS_&T%.UXBLVD4Z;-N,RN1R/*T M&*2Y,U0A6(=X9Y.+PY.3RXDS]LXO5H!CZ'>I2CKR3MR)[GH=L25>YQG_,,^4 MTSB-V+`X:\@1(#!YXD=YP.#3E0Q,??UF/#]`7@E<.K_&:<1E]C^)JXK6(D<[ MSY"CG2>-:N:J504=;0/M:.BL;J/P:^A>RBKJZ,"R2NJ:'<5)PZ_&B0P[ M3]@=\T&1YL'QYZ#CN9'(Y!YP`3C5QWOV9ZC['"VN)<*/`Q:Q M_O[<"ZT#$K`E2?(H@H<'R$3.:ATZ[CV&C5KCE78]J/J6MKFXNMO-?6USU1YF 2FZF\R??:-NI_`ZCQT7("!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 May 15 14:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5508237B424 for ; Tue, 15 May 2001 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FLU1U57698; Tue, 15 May 2001 14:30:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 066B737B423 for ; Tue, 15 May 2001 14:24:32 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D3DF810F410; Tue, 15 May 2001 16:24:35 -0500 (CDT) Message-Id: <20010515212435.D3DF810F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 16:24:35 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: janek@gaja.ipan.lublin.pl X-Send-Pr-Version: 3.113 Subject: ports/27363: UPDATE ftp/ftptool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27363 >Category: ports >Synopsis: UPDATE ftp/ftptool >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 May 15 14:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add ftptool to pkg-plist >How-To-Repeat: >Fix: begin 644 ftptool.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!O; Tue, 15 May 2001 14:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FLe3n58452; Tue, 15 May 2001 14:40:03 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 6FE3237B422 for ; Tue, 15 May 2001 14:36:05 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 75C4510F410; Tue, 15 May 2001 16:36:09 -0500 (CDT) Message-Id: <20010515213609.75C4510F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 16:36:09 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: greid@dogma.freebsd-uk.eu.org X-Send-Pr-Version: 3.113 Subject: ports/27364: UPDATE www/html2wml Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27364 >Category: ports >Synopsis: UPDATE www/html2wml >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 May 15 14:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add .pod file to pkg-plist >How-To-Repeat: >Fix: begin 644 html2wml.diff M26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F M:6QE.B`O:&]M92]N8W9S+W!ORelease-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 May 15 14:46:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.mayn.de (mail.mayn.de [194.145.150.13]) by hub.freebsd.org (Postfix) with ESMTP id 4797437B423; Tue, 15 May 2001 14:46:24 -0700 (PDT) (envelope-from treif@mayn.de) Received: from mayn.de (cottbus.mayn.de [194.145.150.15]) by mail.mayn.de (Postfix) with ESMTP id E5B227C8C; Tue, 15 May 2001 23:46:21 +0200 (CEST) Message-ID: <3B01A39E.6C316232@mayn.de> Date: Tue, 15 May 2001 23:46:06 +0200 From: Tobias Reifenberger X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Maxim Sobolev Cc: ports@freebsd.org Subject: Re: Mozilla update [patch] References: <3B00F77C.79E80CA5@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------4541293E05CC0C08514D133B" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------4541293E05CC0C08514D133B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Maxim Sobolev wrote: > > Hi folks (or should I call you gnomes?), Hi Mozilla 0.9 runs fine here under -stable. I just had to make a minor update to your patches. The diff 'patch-security::manager::Makefile' wants to patch 'Makefile'. But there's only a 'Makefile.in' in that dir BTW: galeon 0.10.6 is happy with mozilla too. :) (patch included, plist may be incorrect) bye -- Tobias Reifenberger -- treif@mayn.de -- DG1NGT GEE e* dpu s:- a-- C+++ UB+++ L- W+ N+ w--- Y+ tv+ b++ D++ h++ r--- --------------4541293E05CC0C08514D133B Content-Type: text/plain; charset=us-ascii; name="port_galeon.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="port_galeon.diff" diff -u --exclude=CVS -rdN galeon.orig/Makefile galeon/Makefile --- galeon.orig/Makefile Tue May 15 22:54:53 2001 +++ galeon/Makefile Tue May 15 22:55:06 2001 @@ -6,7 +6,7 @@ # PORTNAME= galeon -PORTVERSION= 0.10.5 +PORTVERSION= 0.10.6 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} diff -u --exclude=CVS -rdN galeon.orig/distinfo galeon/distinfo --- galeon.orig/distinfo Tue May 15 22:54:53 2001 +++ galeon/distinfo Tue May 15 23:04:28 2001 @@ -1 +1 @@ -MD5 (galeon-0.10.5.tar.gz) = 1368c32bd78bb730419cd4e9dd54031e +MD5 (galeon-0.10.6.tar.gz) = eda0f7dc904298dcdff09e871825eaf7 diff -u --exclude=CVS -rdN galeon.orig/files/patch-ab galeon/files/patch-ab --- galeon.orig/files/patch-ab Tue May 15 22:54:53 2001 +++ galeon/files/patch-ab Tue May 15 23:43:19 2001 @@ -1,15 +1,17 @@ $FreeBSD: ports/www/galeon/files/patch-ab,v 1.7 2001/05/03 11:59:33 sobomax Exp $ ---- src/galeon.orig Mon Apr 30 11:46:07 2001 -+++ src/galeon Thu May 3 14:37:04 2001 -@@ -1,17 +1,13 @@ +--- src/galeon.orig Tue May 15 23:21:42 2001 ++++ src/galeon Tue May 15 23:22:58 2001 +@@ -1,19 +1,13 @@ #!/bin/sh -dist_bin=`dirname $0` - if test -n "$MOZILLA_FIVE_HOME"; then MOZILLA_HOME=$MOZILLA_FIVE_HOME +-elif [ -f /usr/lib/mozilla/chrome/embed.jar ]; then +- MOZILLA_HOME=/usr/lib/mozilla -elif [ -f /usr/local/mozilla/chrome/embed.jar ]; then - MOZILLA_HOME=/usr/local/mozilla -elif [ -f /usr/lib/mozilla/chrome/embed.jar ]; then @@ -27,7 +29,7 @@ else echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" exit -@@ -31,5 +27,5 @@ +@@ -34,6 +28,6 @@ if [ -f ./galeon-bin ]; then exec ./galeon-bin "$@" else diff -u --exclude=CVS -rdN galeon.orig/pkg-plist galeon/pkg-plist --- galeon.orig/pkg-plist Tue May 15 22:54:53 2001 +++ galeon/pkg-plist Tue May 15 23:39:21 2001 @@ -2,23 +2,21 @@ bin/galeon-bin etc/sound/events/galeon.soundlist share/gnome/apps/Internet/galeon.desktop -share/gnome/galeon/delete.xpm -share/gnome/galeon/dir.xpm -share/gnome/galeon/dir_open.xpm -share/gnome/galeon/drag-url-icon.png -share/gnome/galeon/galeon-composite.png -share/gnome/galeon/galeon-watermark.png -share/gnome/galeon/galeon.glade -share/gnome/galeon/galeon.png -share/gnome/galeon/google.png -share/gnome/galeon/i-bookmark.xpm -share/gnome/galeon/link.xpm -share/gnome/galeon/logo.png -share/gnome/galeon/myportal.css -share/gnome/galeon/new_folder.xpm -share/gnome/galeon/new_item.xpm -share/gnome/galeon/new_separator.xpm -share/gnome/galeon/small-close.xpm +share/gnome/galeon/spinners/pipeon/001.png +share/gnome/galeon/spinners/pipeon/002.png +share/gnome/galeon/spinners/pipeon/003.png +share/gnome/galeon/spinners/pipeon/004.png +share/gnome/galeon/spinners/pipeon/005.png +share/gnome/galeon/spinners/pipeon/006.png +share/gnome/galeon/spinners/pipeon/007.png +share/gnome/galeon/spinners/pipeon/008.png +share/gnome/galeon/spinners/pipeon/009.png +share/gnome/galeon/spinners/pipeon/010.png +share/gnome/galeon/spinners/pipeon/011.png +share/gnome/galeon/spinners/pipeon/012.png +share/gnome/galeon/spinners/pipeon/013.png +share/gnome/galeon/spinners/pipeon/014.png +share/gnome/galeon/spinners/pipeon/rest.png share/gnome/galeon/spinners/crux/001.png share/gnome/galeon/spinners/crux/002.png share/gnome/galeon/spinners/crux/003.png @@ -82,51 +80,31 @@ share/gnome/galeon/spinners/pacspin/030.png share/gnome/galeon/spinners/pacspin/031.png share/gnome/galeon/spinners/pacspin/rest.png -share/gnome/galeon/spinners/pipeon/001.png -share/gnome/galeon/spinners/pipeon/002.png -share/gnome/galeon/spinners/pipeon/003.png -share/gnome/galeon/spinners/pipeon/004.png -share/gnome/galeon/spinners/pipeon/005.png -share/gnome/galeon/spinners/pipeon/006.png -share/gnome/galeon/spinners/pipeon/007.png -share/gnome/galeon/spinners/pipeon/008.png -share/gnome/galeon/spinners/pipeon/009.png -share/gnome/galeon/spinners/pipeon/010.png -share/gnome/galeon/spinners/pipeon/011.png -share/gnome/galeon/spinners/pipeon/012.png -share/gnome/galeon/spinners/pipeon/013.png -share/gnome/galeon/spinners/pipeon/014.png -share/gnome/galeon/spinners/pipeon/rest.png +share/gnome/galeon/delete.xpm +share/gnome/galeon/dir.xpm +share/gnome/galeon/dir_open.xpm +share/gnome/galeon/drag-url-icon.png +share/gnome/galeon/galeon.glade +share/gnome/galeon/galeon.png +share/gnome/galeon/galeon-watermark.png +share/gnome/galeon/galeon-composite.png +share/gnome/galeon/i-bookmark.xpm +share/gnome/galeon/link.xpm +share/gnome/galeon/logo.png +share/gnome/galeon/new_folder.xpm +share/gnome/galeon/new_item.xpm +share/gnome/galeon/new_separator.xpm +share/gnome/galeon/small-close.xpm +share/gnome/galeon/small-detach.xpm +share/gnome/galeon/google.png +share/gnome/galeon/myportal.css share/gnome/help/galeon/C/aboutbook.html -share/gnome/help/galeon/C/authors.html -share/gnome/help/galeon/C/bookmarks-importing.html -share/gnome/help/galeon/C/bookmarks-my-portal.html -share/gnome/help/galeon/C/bookmarks-nicks.html -share/gnome/help/galeon/C/bookmarks-smart-bookmarks.html -share/gnome/help/galeon/C/bookmarks-temporary-bookmarks.html -share/gnome/help/galeon/C/bookmarks-toolbars.html -share/gnome/help/galeon/C/bookmarks-with-images.html -share/gnome/help/galeon/C/bookmarks.html share/gnome/help/galeon/C/browser-window.html -share/gnome/help/galeon/C/bugs.html -share/gnome/help/galeon/C/command-line-options.html -share/gnome/help/galeon/C/compiling-from-source.html -share/gnome/help/galeon/C/context-menus.html -share/gnome/help/galeon/C/cookie-manager.html -share/gnome/help/galeon/C/cookieman-images.html -share/gnome/help/galeon/C/cookieman-sites.html -share/gnome/help/galeon/C/docbook.css -share/gnome/help/galeon/C/full-screen-mode.html share/gnome/help/galeon/C/getting-started.html share/gnome/help/galeon/C/index.html share/gnome/help/galeon/C/introduction.html -share/gnome/help/galeon/C/preferences.html -share/gnome/help/galeon/C/prefs-advanced.html -share/gnome/help/galeon/C/prefs-gnome-url-handlers.html -share/gnome/help/galeon/C/prefs-handlers.html -share/gnome/help/galeon/C/prefs-rendering.html -share/gnome/help/galeon/C/prefs-user-interface.html -share/gnome/help/galeon/C/statusbar.html +share/gnome/help/galeon/C/ln23.html +share/gnome/help/galeon/C/docbook.css share/gnome/help/galeon/C/stylesheet-images/caution.gif share/gnome/help/galeon/C/stylesheet-images/home.gif share/gnome/help/galeon/C/stylesheet-images/important.gif @@ -139,7 +117,6 @@ share/gnome/help/galeon/C/stylesheet-images/toc-plus.gif share/gnome/help/galeon/C/stylesheet-images/up.gif share/gnome/help/galeon/C/stylesheet-images/warning.gif -share/gnome/help/galeon/C/toolbar.html share/gnome/oaf/galeon.oaf share/gnome/pixmaps/galeon.png share/gnome/sounds/galeon/clicked.wav --------------4541293E05CC0C08514D133B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 15:16: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 858C037B423; Tue, 15 May 2001 15:16:07 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FMG7b71788; Tue, 15 May 2001 15:16:07 -0700 (PDT) (envelope-from jmz) Date: Tue, 15 May 2001 15:16:07 -0700 (PDT) From: Message-Id: <200105152216.f4FMG7b71788@freefall.freebsd.org> To: dwcjr@inethouston.net, jmz@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27339: UPDATE emulators/mtools missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE emulators/mtools missing State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Tue May 15 15:15:13 PDT 2001 State-Changed-Why: The port has been updated. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27339 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 15:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14B4637B424 for ; Tue, 15 May 2001 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FMo2H82611; Tue, 15 May 2001 15:50:02 -0700 (PDT) (envelope-from gnats) Received: from emily.cc.duth.gr (emily.cc.duth.gr [192.108.114.21]) by hub.freebsd.org (Postfix) with ESMTP id 62A7D37B423 for ; Tue, 15 May 2001 15:46:13 -0700 (PDT) (envelope-from kkonstan@emily.cc.duth.gr) Received: (from kkonstan@localhost) by emily.cc.duth.gr (8.11.3/8.11.3) id f4FMjwS61195; Wed, 16 May 2001 01:45:58 +0300 (EEST) (envelope-from kkonstan) Message-Id: <200105152245.f4FMjwS61195@emily.cc.duth.gr> Date: Wed, 16 May 2001 01:45:58 +0300 (EEST) From: kkonstan@duth.gr Reply-To: kkonstan@daemon.gr To: FreeBSD-gnats-submit@freebsd.org Cc: mi@misha.privatelabs.com X-Send-Pr-Version: 3.113 Subject: ports/27365: Update port: x11-fonts/webfonts: distfile checksum changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27365 >Category: ports >Synopsis: Update port: x11-fonts/webfonts: distfile checksum changed >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 May 15 15:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Konstantinos Konstantinidis >Release: FreeBSD 4.3-RELEASE i386 >Organization: Demokritos University of Thrace >Environment: >Description: Updated distinfo - apparently trebuc32.exe has been updated from version 1.15 to 1.22 (cheers Mikhail). Also removed NO_PACKAGE, it doesn't seem to be justified. >How-To-Repeat: >Fix: diff -ruN webfonts.orig/Makefile webfonts/Makefile --- webfonts.orig/Makefile Sat Jan 20 13:14:29 2001 +++ webfonts/Makefile Wed May 16 01:33:52 2001 @@ -21,7 +21,6 @@ RESTRICTED= "Restrictive license \(can\'t place on server for distribution\)" NO_CDROM= "Restrictive license \(can\'t sell for profit\)" -NO_PACKAGE= "Restrictive license \(can\'t distribute in forms other than the original\)" USE_X_PREFIX= yes diff -ruN webfonts.orig/distinfo webfonts/distinfo --- webfonts.orig/distinfo Sat Jan 20 13:14:29 2001 +++ webfonts/distinfo Wed May 16 01:36:41 2001 @@ -6,6 +6,6 @@ MD5 (webfonts/georgi32.exe) = 4d90016026e2da447593b41a8d8fa8bd MD5 (webfonts/impact32.exe) = 7907c7dd6684e9bade91cff82683d9d7 MD5 (webfonts/times32.exe) = ed39c8ef91b9fb80f76f702568291bd5 -MD5 (webfonts/trebuc32.exe) = d682547558bdeff6e4cd0454a4d6c18e +MD5 (webfonts/trebuc32.exe) = 0d7ea16cac6261f8513a061fbfcdb2b5 MD5 (webfonts/verdan32.exe) = 12d2a75f8156e10607be1eaa8e8ef120 MD5 (webfonts/webdin32.exe) = 230a1d13a365b22815f502eb24d9149b >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 May 15 16:17: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 993D137B43E; Tue, 15 May 2001 16:17:01 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f4FNGxe28836; Wed, 16 May 2001 11:16:59 +1200 (NZST) (envelope-from jonc) Date: Wed, 16 May 2001 11:16:59 +1200 From: Jonathan Chen To: reg@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Mozilla 0.9 Message-ID: <20010516111659.A28458@itouchnz.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Just a query about the status of the port for Mozilla. The port is still at PORTVERSION=0.8.1, but the latest milestone release is 0.9. Are there any plans afoot to upgrade the version in the ports subsystem? Cheers. Jonathan Chen ---------------------------------------------------------------------- "If you wish your merit to be known, acknowledge that of other people" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 16:18: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id A32ED37B422; Tue, 15 May 2001 16:18:03 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 472A010F40F; Tue, 15 May 2001 18:18:08 -0500 (CDT) Message-ID: <04ac01c0dd95$4adc6fc0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Jonathan Chen" , Cc: References: <20010516111659.A28458@itouchnz.itouch> Subject: Re: Mozilla 0.9 Date: Tue, 15 May 2001 18:18:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org For the past few days people have been passing around patches for testing, pay more attention :) I'm sure you can find it in the archives if you want to test it. ----- Original Message ----- From: "Jonathan Chen" To: Cc: Sent: Tuesday, May 15, 2001 6:16 PM Subject: Mozilla 0.9 > Hi, > > Just a query about the status of the port for Mozilla. The port is still > at PORTVERSION=0.8.1, but the latest milestone release is 0.9. Are there > any plans afoot to upgrade the version in the ports subsystem? > > Cheers. > > Jonathan Chen > ---------------------------------------------------------------------- > "If you wish your merit to be known, acknowledge that of other people" > > 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 Tue May 15 16:25:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 96ACC37B43C; Tue, 15 May 2001 16:25:17 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f4FNPDp29300; Wed, 16 May 2001 11:25:13 +1200 (NZST) (envelope-from jonc) Date: Wed, 16 May 2001 11:25:13 +1200 From: Jonathan Chen To: "David W. Chapman Jr." Cc: reg@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Mozilla 0.9 Message-ID: <20010516112513.B28458@itouchnz.itouch> References: <20010516111659.A28458@itouchnz.itouch> <04ac01c0dd95$4adc6fc0$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <04ac01c0dd95$4adc6fc0$931576d8@inethouston.net>; from dwcjr@inethouston.net on Tue, May 15, 2001 at 06:18:04PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 15, 2001 at 06:18:04PM -0500, David W. Chapman Jr. wrote: > For the past few days people have been passing around patches for testing, > pay more attention :) I'm sure you can find it in the archives if you want > to test it. Checked the archives before I posted; if I query freebsd-ports with: "mozilla and 0.9" I get back a lot of non-related stuff! :-( Looks like I'll have to be patient... Cheers! -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 16:30:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81AA937B42C for ; Tue, 15 May 2001 16:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNU7712021; Tue, 15 May 2001 16:30:07 -0700 (PDT) (envelope-from gnats) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166]) by hub.freebsd.org (Postfix) with ESMTP id D8C5037B422 for ; Tue, 15 May 2001 16:20:45 -0700 (PDT) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.11.3/8.11.3) id f4FNKic46406; Tue, 15 May 2001 18:20:44 -0500 (CDT) (envelope-from stephen) Message-Id: <200105152320.f4FNKic46406@cauchy.math.missouri.edu> Date: Tue, 15 May 2001 18:20:44 -0500 (CDT) From: Stephen Montgomery-Smith Reply-To: stephen@math.missouri.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27366: Small bug in dvipdfm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27366 >Category: ports >Synopsis: Small bug in dvipdfm >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: Tue May 15 16:30:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 4.3-STABLE i386 >Organization: University of Missouri >Environment: System: FreeBSD cauchy 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Apr 30 11:26:28 CDT 2001 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386 >Description: dvipdfm rotates embedded postscript in 100ths of radians rather than degrees. The author of dvipdfm plans to come out with a version 0.13.2c which will fix this problem, but in the meantime here is a fix. >How-To-Repeat: >Fix: diff -urN dvipdfm-orig/Makefile dvipdfm/Makefile --- dvipdfm-orig/Makefile Thu May 10 15:37:55 2001 +++ dvipdfm/Makefile Thu May 10 15:42:23 2001 @@ -7,6 +7,7 @@ PORTNAME= dvipdfm PORTVERSION= 0.13.2b +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://gaspra.kettering.edu/dvipdfm/ diff -urN dvipdfm-orig/files/patch-01 dvipdfm/files/patch-01 --- dvipdfm-orig/files/patch-01 Wed Dec 31 18:00:00 1969 +++ dvipdfm/files/patch-01 Thu May 10 15:37:50 2001 @@ -0,0 +1,11 @@ +--- psspecial.c-orig Thu May 10 15:31:24 2001 ++++ psspecial.c Thu May 10 15:33:02 2001 +@@ -116,7 +116,7 @@ + p -> yscale = atof(val)/100.0; + break; + case ANGLE: +- p -> rotate = atof(val)/100.0; ++ p -> rotate = atof(val) * M_PI / 180.0; + break; + case LLX: + p -> user_bbox = 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 Tue May 15 16:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB5437B43E for ; Tue, 15 May 2001 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNe2220942; Tue, 15 May 2001 16:40:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D7EC37B42C for ; Tue, 15 May 2001 16:30:23 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNUNk12296; Tue, 15 May 2001 16:30:23 -0700 (PDT) (envelope-from nobody) Message-Id: <200105152330.f4FNUNk12296@freefall.freebsd.org> Date: Tue, 15 May 2001 16:30:23 -0700 (PDT) From: reel@sympatico.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27367: pgp4pine has a wrong named file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27367 >Category: ports >Synopsis: pgp4pine has a wrong named file >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 15 16:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Félix-Antoine Paradis >Release: FreeBSD 4.3-STABLE >Organization: Idemnia Networks >Environment: FreeBSD idemnia.ath.cx 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 14 08:51:49 EDT 2001 reel@idemnia.ath.cx:/usr/src/sys/compile/ZEUS i386 >Description: When doing "make" in /usr/ports/mail/pgp4pine, i get this error: ===> Building for pgp4pine-1.76 make: don't know how to make ./stamp-h.in. Stop *** Error code 2 Stop in /usr/ports/mail/pgp4pine. >How-To-Repeat: ===> Building for pgp4pine-1.76 make: don't know how to make ./stamp-h.in. Stop *** Error code 2 Stop in /usr/ports/mail/pgp4pine. do a make >Fix: mv stamp-h stamp-h.in >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 May 15 17:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6579137B423 for ; Tue, 15 May 2001 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G0A2650674; Tue, 15 May 2001 17:10:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id B4AC337B42C; Tue, 15 May 2001 17:04:33 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id A834510F410; Tue, 15 May 2001 19:04:37 -0500 (CDT) Message-Id: <20010516000437.A834510F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 19:04:37 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27368: UPDATE chinese/cxterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27368 >Category: ports >Synopsis: UPDATE chinese/cxterm >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 May 15 17:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add manpages to Makefile, would appreciate maintainer double checking it as I didn't have x on that system >How-To-Repeat: >Fix: begin 644 cxterm.diff M26YD97@Z($UA:V5F:6QE"CT]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T*4D-3(&9I M;&4Z("]H;VUE+VYC=G,O<&]R=',O8VAI;F5S92]C>'1E65S"B`**TU!3C$]"0EC:70R=&ET+C$@8WAT97)M+C$@:'II;6-T'1E'1E'1E'1ERelease-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 May 15 17:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A008237B423 for ; Tue, 15 May 2001 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G0K1S63025; Tue, 15 May 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id C206A37B423; Tue, 15 May 2001 17:16:32 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D6DD410F410; Tue, 15 May 2001 19:16:36 -0500 (CDT) Message-Id: <20010516001636.D6DD410F410@leviathan.inethouston.net> Date: Tue, 15 May 2001 19:16:36 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: kevlo@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27369: UPDATE net/vtun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27369 >Category: ports >Synopsis: UPDATE net/vtun >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 May 15 17:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Take manpage from pkg-plist and add it as a link in Makefile Add vtund.conf to pkg-plist >How-To-Repeat: >Fix: begin 644 vtune.diff M26YD97@Z($UA:V5F:6QE"CT]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T*4D-3(&9I M;&4Z("]H;VUE+VYC=G,O<&]R=',O;F5T+W9T=6XO36%K969I;&4L=@IR971R M:65V:6YG(')E=FES:6]N(#$N-0ID:69F("UU("UR,2XU($UA:V5F:6QE"BTM M+2!-86ME9FEL90DR,#`Q+S`S+S`W(#`S.C(Y.C$Q"3$N-0HK*RL@36%K969I M;&4),C`P,2\P-2\Q-B`P,#HQ-3HT-0I`0"`M,38L-B`K,38L-R!`0`H@"B!- M04XU/0D)=G1U;F0N8V]N9BXU"B!-04XX/0D)=G1U;F0N.`HK34Q)3DM3/0D) M=G1U;F0N."!V='5N+C@*($U!3D-/35!215-3140]"6YO"B`*(%5315]/4$5. M4U-,/0EY97,*26YD97@Z('!K9RUP;&ES=`H]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]"E)#4R!F:6QE.B`O:&]M92]N8W9S+W!ORelease-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 May 15 18:41: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web13708.mail.yahoo.com (web13708.mail.yahoo.com [216.136.175.141]) by hub.freebsd.org (Postfix) with SMTP id 4BA8437B422 for ; Tue, 15 May 2001 18:40:56 -0700 (PDT) (envelope-from bsd_ports@yahoo.com) Message-ID: <20010516014056.660.qmail@web13708.mail.yahoo.com> Received: from [202.155.77.66] by web13708.mail.yahoo.com; Tue, 15 May 2001 18:40:56 PDT Date: Tue, 15 May 2001 18:40:56 -0700 (PDT) From: jayy sbastian Subject: The error messages while running WINE To: ports@FreeBSD.ORG In-Reply-To: <4rvlo8kl.fsf@gits.dyndns.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-846930886-989977256=:204" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --0-846930886-989977256=:204 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, i have an error message while running WINE. My machine is FreeBSD.4.3 with KDE. The error message is like this: myshell# wine notepad.exe Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Warning: could not find wine config [Drive x] entry for current working directory /usr/ports/misc/kdeutils2; starting in windows directory. Invalid path 'c:\windows' for windows directory: does not exist Perhaps you have not properly edited or created your wine configuration file. This is '/root/.wine/config' Protocol error: process 0x806b100: partial recvmsg 0 for fd myshell# what can i do? Note: my /root/.wine/config file enclosed in the attachment) regards, __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ --0-846930886-989977256=:204 Content-Type: text/plain; name="config.txt" Content-Description: config.txt Content-Disposition: inline; filename="config.txt" WINE REGISTRY Version 2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config ;; ;; MS-DOS drives configuration ;; [Drive A] "Path" = "/mnt/fd0" "Type" = "floppy" "Label" = "Floppy" "Serial" = "87654321" "Device" = "/dev/fd0" [Drive C] "Path" = "/c" "Type" = "hd" "Label" = "MS-DOS" "Filesystem" = "win95" [Drive D] "Path" = "/cdrom" "Type" = "cdrom" "Label" = "CD-Rom" "Filesystem" = "win95" ; make sure that device is correct and has proper permissions ! "Device" = "/dev/cdrom" [Drive E] "Path" = "/tmp" "Type" = "hd" "Label" = "Tmp Drive" "Filesystem" = "win95" [Drive F] "Path" = "${HOME}" "Type" = "network" "Label" = "Home" "Filesystem" = "win95" [wine] "Windows" = "C:\\Windows" "System" = "c:\\windows\\system" "Temp" = "e:\\" "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\" "Profile" = "c:\\windows\\Profiles\\Administrator" "GraphicsDriver" = "x11drv" ; Wine doesn't pass directory symlinks to Windows programs by default. ; Enabling this may crash some programs that do recursive lookups of a whole ; subdir tree in case of a symlink pointing back to itself. ;"ShowDirSymlinks" = "1" "ShellLinker" = "wineshelllink" # [DllOverrides] "commdlg" = "builtin, native" "comdlg32" = "builtin, native" "ver" = "builtin, native" "version" = "builtin, native" "shell" = "builtin, native" "shell32" = "builtin, native" "shfolder" = "builtin, native" "shlwapi" = "builtin, native" "lzexpand" = "builtin, native" "lz32" = "builtin, native" "comctl32" = "builtin, native" "commctrl" = "builtin, native" "advapi32" = "builtin, native" "crtdll" = "builtin, native" "mpr" = "builtin, native" "winspool.drv" = "builtin, native" "ddraw" = "builtin, native" "dinput" = "builtin, native" "dsound" = "builtin, native" "opengl32" = "builtin, native" "msvcrt" = "native, builtin" "rpcrt4" = "native, builtin" "msvideo" = "builtin, native" "msvfw32" = "builtin, native" "mcicda.drv" = "builtin, native" "mciseq.drv" = "builtin, native" "mciwave.drv" = "builtin, native" "mciavi.drv" = "native, builtin" "mcianim.drv" = "native, builtin" "msacm.drv" = "builtin, native" "msacm" = "builtin, native" "msacm32" = "builtin, native" "midimap.drv" = "builtin, native" ; default for all other dlls "*" = "native, builtin, so" [x11drv] ; Number of colors to allocate from the system palette "AllocSystemColors" = "100" ; Use a private color map "PrivateColorMap" = "N" ; Favor correctness over speed in some graphics operations "PerfectGraphics" = "N" ; Color depth to use on multi-depth screens ;;"ScreenDepth" = "16" ; Name of X11 display to use ;;"Display" = ":0.0" ; Allow the window manager to manage created windows "Managed" = "N" ; Use a desktop window of 640x480 for Wine ;"Desktop" = "640x480" ; Use XFree86 DGA extension if present ; (make sure /dev/mem is accessible by you !) "UseDGA" = "Y" ; Use XShm extension if present "UseXShm" = "Y" ; Enable DirectX mouse grab "DXGrab" = "N" ; Create the desktop window with a double-buffered visual ; (useful to play OpenGL games) "DesktopDoubleBuffered" = "N" ; Code page used for captions in managed mode ; 0 means default ANSI code page (CP_ACP == 0) "TextCP" = "0" ; Use this if you have more than one port for video on your setup ; (Wine uses for now the first 'input image' it finds). ;; "XVideoPort" = "43" ; Run in synchronous mode (useful for debugging X11 problems) ;;"Synchronous" = "Y" [fonts] ;Read documentation/fonts before adding aliases ;See a couple of examples for russian users below "Resolution" = "96" "Default" = "-adobe-helvetica-" "DefaultFixed" = "fixed" "DefaultSerif" = "-adobe-times-" "DefaultSansSerif" = "-adobe-helvetica-" ;; default TrueType fonts with russian koi8-r encoding ;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r" ;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r" ;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r" ;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r" ;; default cyrillic bitmap X fonts ;"Default" = "-cronyx-helvetica-" ;"DefaultFixed" = "fixed" ;"DefaultSerif" = "-cronyx-times-" ;"DefaultSansSerif" = "-cronyx-helvetica-" [serialports] "Com1" = "/dev/ttyd0" "Com2" = "/dev/ttyd1" "Com3" = "/dev/ttyd2" "Com4" = "/dev/modem" [parallelports] "Lpt1" = "/dev/lp0" [spooler] "LPT1:" = "|lpr" "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -" "LPT3:" = "/dev/lp3" [ports] ;"read" = "0x779,0x379,0x280-0x2a0" ; "write" = "0x779,0x379,0x280-0x2a0" [spy] "Exclude" = "WM_SIZE;WM_TIMER;" [registry] ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false. ;Defaults are read all, write to Home ; Global registries (stored in /etc) "LoadGlobalRegistryFiles" = "Y" ; Home registries (stored in ~user/.wine/) "LoadHomeRegistryFiles" = "Y" ; Load Windows registries from the Windows directory "LoadWindowsRegistryFiles" = "Y" ; TRY to write all changes to home registries "WritetoHomeRegistryFiles" = "Y" ; Registry periodic save timeout in seconds ; "PeriodicSave" = "600" ; Save only modified keys "SaveOnlyUpdatedKeys" = "Y" [Tweak.Layout] ;; supported styles are 'Win31'(default), 'Win95', 'Win98' "WineLook" = "Win95" [Console] ;"Drivers" = "tty" ;"XtermProg" = "nxterm" ;"InitialRows" = "25" ;"InitialColumns" = "80" ;"TerminalType" = "nxterm" [Clipboard] "ClearAllSelections" = "0" "PersistentSelection" = "1" ; List of all directories directly contain .AFM files [afmdirs] "1" = "/usr/share/ghostscript/fonts" "2" = "/usr/share/a2ps/afm" "3" = "/usr/share/enscript" "4" = "/usr/X11R6/lib/X11/fonts/Type1" # --0-846930886-989977256=:204-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 15 19:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EDE537B423 for ; Tue, 15 May 2001 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G2K1D95346; Tue, 15 May 2001 19:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1239937B422 for ; Tue, 15 May 2001 19:13:53 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G2Drm94867; Tue, 15 May 2001 19:13:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200105160213.f4G2Drm94867@freefall.freebsd.org> Date: Tue, 15 May 2001 19:13:53 -0700 (PDT) From: josh@elsasser.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27371: New version of gabber released (/usr/ports/net/gabber) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27371 >Category: ports >Synopsis: New version of gabber released (/usr/ports/net/gabber) >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 May 15 19:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Josh Elsasser >Release: 4.3-STABLE >Organization: >Environment: FreeBSD jade.elsasser.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Apr 26 20:57:06 EDT 2001 joshe@jade.elsasser.org:/sd1/usr/obj/usr/src/sys/JADE i386 >Description: The version of gabber in ports is 0.8.2, and the newest version is 0.8.3. >How-To-Repeat: I don't think this field really applies... >Fix: Try to build it, I guess. >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 May 16 0:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A540F37B424 for ; Wed, 16 May 2001 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G7A2k37351; Wed, 16 May 2001 00:10:02 -0700 (PDT) (envelope-from gnats) Received: from alpha.a2z.co.jp (a2z194.a2z.co.jp [210.145.109.194]) by hub.freebsd.org (Postfix) with ESMTP id 9D29737B424 for ; Wed, 16 May 2001 00:07:49 -0700 (PDT) (envelope-from saito@a2z.co.jp) Received: from omega.a2z.co.jp (a2z198.a2z.co.jp [210.145.109.198]) by alpha.a2z.co.jp (8.11.3/3.7W-) with ESMTP id f4G77ml45377 for ; Wed, 16 May 2001 16:07:48 +0900 (JST) Received: by omega.a2z.co.jp (8.11.3/3.7W-) with ESMTP id f4G77gZ61498 for ; Wed, 16 May 2001 16:07:42 +0900 (JST) Message-Id: <200105160707.f4G77gr97399@elephant.a2z.co.jp> Date: Wed, 16 May 2001 16:07:42 +0900 (JST) From: saito@a2z.co.jp Reply-To: saito@a2z.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27372: japanese/postgresql7 version up Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27372 >Category: ports >Synopsis: jpapnese/postgresql7 version from 7.1 with 20010429 patch to 7.1.1 with 20010508 patch >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 May 16 00:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Saito Tomokatsu >Release: FreeBSD 4.3-STABLE i386 >Organization: AlphaOmega Inc. >Environment: System: FreeBSD elephant.a2z.co.jp 4.3-STABLE FreeBSD 4.3-STABLE #2: Fri May 4 20:41:18 JST 2001 saito@elephant.a2z.co.jp:/usr/src/sys/compile/ELEPHANT i386 >Description: japanese postgresql7 version up to 7.1.1 with jumbo-patch 20010508, and include new binary japanize psql, called by psqlj. >How-To-Repeat: >Fix: begin 644 ports.patch.gz M'XL("!TA`CL``W!OI66ZJOS]:T[G1R:(([CYR&#C\["4GV'4$*,"L8+S"%!"(,H MBJ[R'1#A("8%R@N,_B!&(QCS&P&COHQ&`+X`$,#W\VHY&Y>3X>#(!N*^^V%2 M+:;SV7`@$IST#(@2":*+T=.0H1S`-^/EY-V\FDX6P\%:->K>M0Y:U2FM6M<" M6(X7RTGU>3%=]B=\UQ1I&FK2;E5B-LFZ29N=3LV=3??;I"]_GMQ85+_@)P!/ MD,>M@W.K1_C#WY`T8.SS^=BZ[>I[OSGS<]^\GL]^^O_Y7""NYH-O,ACU)>03 MEV\9?'7D2(^_<>][I[;)ZL=K.(2,2DDIY9);B:677GOBO%$^=XPB0BZIUKL[ MO8GWH2:-ZLR7)S(EEA6N:9 M1(9GPOKP68UYKJ2Q.D/>AX?T#WFG`IW`C%N&A.`V0YQAHE!&I,?,9X(S=DEV M(C`\S#.!5E"J.,N=H$@AZ:CW#A,DF$`H-YY?V>P@\$RBSH,[SBJJ"`TF&:HQ 2I9DEX4J1:>/!;\YF)L44!``` ` 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 May 16 0:10:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E26E837B42C for ; Wed, 16 May 2001 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G7A2h37360; Wed, 16 May 2001 00:10:02 -0700 (PDT) (envelope-from gnats) Received: from stimpy.nlanr.net (stimpy.nlanr.net [192.172.226.108]) by hub.freebsd.org (Postfix) with ESMTP id 6E8BB37B423 for ; Wed, 16 May 2001 00:08:39 -0700 (PDT) (envelope-from jabrown@stimpy.nlanr.net) Received: (from jabrown@localhost) by stimpy.nlanr.net (8.9.3/8.9.3) id AAA48641; Wed, 16 May 2001 00:08:35 -0700 (PDT) (envelope-from jabrown) Message-Id: <200105160708.AAA48641@stimpy.nlanr.net> Date: Wed, 16 May 2001 00:08:35 -0700 (PDT) From: jabrown@caida.org Reply-To: jabrown@caida.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27373: Update port: lang/clisp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27373 >Category: ports >Synopsis: Update port: lang/clisp -- new clisp version >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 May 16 00:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Brown >Release: FreeBSD 4.1.1-RELEASE i386 >Organization: none >Environment: Just my good ol' 4.1.1-R laptop. >Description: Update CLISP from the 14-month old version, to one released last month. >How-To-Repeat: Commit, install, enjoy! >Fix: diff -uNr /usr/ports/lang/clisp/Makefile clisp/Makefile --- /usr/ports/lang/clisp/Makefile Sat May 13 22:40:46 2000 +++ clisp/Makefile Tue May 15 23:52:15 2001 @@ -6,59 +6,56 @@ # PORTNAME= clisp -PORTVERSION= 2000.03.06 +PORTVERSION= 2.25.1 CATEGORIES= lang -MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ \ - ftp://ftp.freesoftware.com/pub/lisp/clisp/source/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} +MASTER_SITES= ftp://clisp.cons.org/pub/lisp/clisp/source/ +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= jabrown@caida.org USE_BZIP2= yes +GNU_CONFIGURE= yes + +# The build uses INSTALL_* to copy files around, but since the Ports +# INSTALL_* try to set file permissions, using them breaks non-root builds. +# Instead, we'll just fix up permissions in the post-install target, after we +# install the files. +CONFIGURE_ENV+= INSTALL=cp INSTALL_DATA=cp INSTALL_PROGRAM=cp \ + INSTALL_SCRIPT=cp INSTALL_MAN=cp # Build subdirectory -BUILD_DIRNAME=obj +BUILD_DIRNAME=${CONFIGURE_TARGET} -# These came from clisp's "configure" on my system. +# These came from clisp-2.25.1's "configure" on my 4.1.1-R system. MAKEMAKE_ARGS=--prefix=${PREFIX} --with-readline --with-gettext \ --with-dynamic-ffi # The post-install target uses these to fix permissions. DATA_PATHS=${PREFIX}/lib/clisp ${PREFIX}/share/doc/clisp \ ${PREFIX}/share/locale/de/LC_MESSAGES/clisp.mo \ + ${PREFIX}/share/locale/de/LC_MESSAGES/clisplow.mo \ ${PREFIX}/share/locale/en/LC_MESSAGES/clisp.mo \ + ${PREFIX}/share/locale/en/LC_MESSAGES/clisplow.mo \ ${PREFIX}/share/locale/es/LC_MESSAGES/clisp.mo \ + ${PREFIX}/share/locale/es/LC_MESSAGES/clisplow.mo \ ${PREFIX}/share/locale/fr/LC_MESSAGES/clisp.mo \ - ${PREFIX}/share/locale/nl/LC_MESSAGES/clisp.mo + ${PREFIX}/share/locale/fr/LC_MESSAGES/clisplow.mo \ + ${PREFIX}/share/locale/nl/LC_MESSAGES/clisp.mo \ + ${PREFIX}/share/locale/nl/LC_MESSAGES/clisplow.mo PROG_PATHS=${PREFIX}/bin/clisp MAN_PATHS=${PREFIX}/man/man1/clisp.1 ${PREFIX}/man/man3/clreadline.3 # The source doesn't include a top-level Makefile, so we'll fake one. post-extract: - @cd ${WRKSRC} && \ + cd ${WRKSRC} && \ printf "all install:\n\t@cd ${WRKSRC}/${BUILD_DIRNAME} && \$${MAKE} \$${MAKEFLAGS} \$$@\n" > ${WRKSRC}/Makefile -# It looks like the 'configure' script in the source gets seriously confused -# by the environment it gets from GNU_CONFIGURE=YES, so we'll call it here. -# -# The 'configure' wants the CC environment variable to include CFLAGS; but -# I'll edit it since if CFLAGS includes "-pipe", configure gets stuck reading -# from stdin, using the assembler in gcc 2.7.2.3 -pre-configure: - @cd ${WRKSRC} && \ - ${RM} -rf ${BUILD_DIRNAME} && \ - ${SETENV} CC="${CC} `echo ${CFLAGS} | ${SED} s/-pipe//`" \ - ./configure --prefix=${PREFIX} ${BUILD_DIRNAME} - # The 'configure' script stops short of doing this for us. post-configure: - @cd ${WRKSRC}/${BUILD_DIRNAME} && \ + cd ${WRKSRC}/${BUILD_DIRNAME} && \ ./makemake ${MAKEMAKE_ARGS} > Makefile && \ - make config.lsp + make config.lisp -# The build uses INSTALL_* to copy files around, but since the Ports -# INSTALL_* try to set file permissions, using them breaks non-root builds. -# Instead, we'll just fix up permissions after we install the files. post-install: ${CHOWN} -R ${BINOWN}.${BINGRP} ${PROG_PATHS} ${CHMOD} -R ugo+rX,ugo-w ${PROG_PATHS} diff -uNr /usr/ports/lang/clisp/distinfo clisp/distinfo --- /usr/ports/lang/clisp/distinfo Sun Apr 30 18:44:42 2000 +++ clisp/distinfo Tue May 15 12:20:45 2001 @@ -1 +1 @@ -MD5 (clisp-2000-03-06.tar.bz2) = 1eaf0cd4e3818ff75dd4e4d277a3c010 +MD5 (clisp-2.25.1.tar.bz2) = 3806df44a0e77c63788ad0bb9186f1f6 diff -uNr /usr/ports/lang/clisp/files/patch-aa clisp/files/patch-aa --- /usr/ports/lang/clisp/files/patch-aa Sat Feb 12 18:18:17 2000 +++ clisp/files/patch-aa Tue May 15 13:32:30 2001 @@ -1,6 +1,6 @@ --- src/makemake.in.orig Tue Jul 20 12:03:11 1999 +++ src/makemake.in Sun Feb 6 11:12:23 2000 -@@ -1593,7 +1593,14 @@ +@@ -1619,7 +1619,14 @@ echol "mandir = \$(exec_prefix)${NEXT_}man" echol "htmldir = \$(exec_prefix)${NEXT_}share${NEXT_}html" echol "dvidir = \$(exec_prefix)${NEXT_}share${NEXT_}dvi" diff -uNr /usr/ports/lang/clisp/files/patch-ab clisp/files/patch-ab --- /usr/ports/lang/clisp/files/patch-ab Tue Apr 3 04:31:19 2001 +++ clisp/files/patch-ab Tue May 15 13:35:53 2001 @@ -1,19 +1,20 @@ ---- src/socket.d.orig Fri Jan 14 07:06:05 2000 -+++ src/socket.d Tue Apr 3 03:07:32 2001 -@@ -299,14 +299,14 @@ - { +--- src/socket.d.orig Mon Mar 19 11:13:09 2001 ++++ src/socket.d Tue May 15 13:35:22 2001 +@@ -304,7 +304,7 @@ #ifdef HAVE_INET_PTON #ifdef HAVE_IPV6 -- { var struct sockaddr_in6 inaddr; -+ { var struct sockaddr_in6 inaddr = {0}; - if (inet_pton(AF_INET6,host,&inaddr.sin6_addr) > 0) - { inaddr.sin6_family = AF_INET6; - inaddr.sin6_port = htons(port); - return connector((struct sockaddr *) &inaddr, sizeof(struct sockaddr_in6)); - } } + { +- var struct sockaddr_in6 inaddr; ++ var struct sockaddr_in6 inaddr = {0}; + if (inet_pton(AF_INET6,host,&inaddr.sin6_addr) > 0) { + inaddr.sin6_family = AF_INET6; + inaddr.sin6_port = htons(port); +@@ -313,7 +313,7 @@ + } #endif -- { var struct sockaddr_in inaddr; -+ { var struct sockaddr_in inaddr = {0}; - if (inet_pton(AF_INET,host,&inaddr.sin_addr) > 0) - { inaddr.sin_family = AF_INET; - inaddr.sin_port = htons(port); + { +- var struct sockaddr_in inaddr; ++ var struct sockaddr_in inaddr = {0}; + if (inet_pton(AF_INET,host,&inaddr.sin_addr) > 0) { + inaddr.sin_family = AF_INET; + inaddr.sin_port = htons(port); diff -uNr /usr/ports/lang/clisp/pkg-plist clisp/pkg-plist --- /usr/ports/lang/clisp/pkg-plist Sun Apr 30 18:44:43 2000 +++ clisp/pkg-plist Tue May 15 23:33:17 2001 @@ -1,5 +1,4 @@ bin/clisp -lib/clisp/clisp-link lib/clisp/base/libavcall.a lib/clisp/base/libcallback.a lib/clisp/base/libiconv.a @@ -13,7 +12,9 @@ lib/clisp/base/makevars lib/clisp/base/modules.h lib/clisp/base/modules.o +lib/clisp/clisp-link lib/clisp/data/UnicodeData.txt +lib/clisp/data/clhs.txt lib/clisp/full/libavcall.a lib/clisp/full/libcallback.a lib/clisp/full/libiconv.a @@ -52,10 +53,15 @@ share/doc/clisp/doc/impnotes.html share/doc/clisp/doc/readline.dvi share/locale/de/LC_MESSAGES/clisp.mo +share/locale/de/LC_MESSAGES/clisplow.mo share/locale/en/LC_MESSAGES/clisp.mo +share/locale/en/LC_MESSAGES/clisplow.mo share/locale/es/LC_MESSAGES/clisp.mo +share/locale/es/LC_MESSAGES/clisplow.mo share/locale/fr/LC_MESSAGES/clisp.mo +share/locale/fr/LC_MESSAGES/clisplow.mo share/locale/nl/LC_MESSAGES/clisp.mo +share/locale/nl/LC_MESSAGES/clisplow.mo @dirrm share/doc/clisp/doc @dirrm share/doc/clisp @dirrm lib/clisp/base >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 May 16 0:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD36537B424 for ; Wed, 16 May 2001 00:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G7e2m40552; Wed, 16 May 2001 00:40:02 -0700 (PDT) (envelope-from gnats) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 2D88D37B43C for ; Wed, 16 May 2001 00:30:27 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.3/8.11.3) id f4G7UJA43518; Wed, 16 May 2001 09:30:19 +0200 (CEST) (envelope-from stijn) Message-Id: <200105160730.f4G7UJA43518@pcwin002.win.tue.nl> Date: Wed, 16 May 2001 09:30:19 +0200 (CEST) From: stijn@win.tue.nl Reply-To: stijn@win.tue.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27376: NEW PORT: emulators/zsnes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27376 >Category: ports >Synopsis: NEW PORT: emulators/zsnes >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 May 16 00:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD 4.3-STABLE #0: Mon May 14 04:41:13 CEST 2001 >Description: - A port of zsnes, the premiere SNES emulator available. - This PR obsoletes PR ports/27077 >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: # # zsnes # zsnes/files # zsnes/files/patch-src::makefile.linux # zsnes/Makefile # zsnes/distinfo # zsnes/pkg-comment # zsnes/pkg-descr # zsnes/pkg-message # zsnes/pkg-plist # echo c - zsnes mkdir -p zsnes > /dev/null 2>&1 echo c - zsnes/files mkdir -p zsnes/files > /dev/null 2>&1 echo x - zsnes/files/patch-src::makefile.linux sed 's/^X//' >zsnes/files/patch-src::makefile.linux << 'END-of-zsnes/files/patch-src::makefile.linux' X--- src/makefile.linux.orig Wed May 16 09:21:41 2001 X+++ src/makefile.linux Wed May 16 09:22:39 2001 X@@ -23,7 +23,7 @@ X WINDIR=linux X OBJDIR=obj X ZIPDIR=zip X-MANDIR=/usr/man/man1 X+MANDIR=$(PREFIX)/man/man1 X X CHIPSOBJ=${CHIPDIR}/sfxproc.o ${CHIPDIR}/fxemu2.o ${CHIPDIR}/dsp1proc.o\ X ${CHIPDIR}/fxemu2b.o ${CHIPDIR}/fxemu2c.o ${CHIPDIR}/fxtable.o\ X@@ -58,8 +58,8 @@ X MAINOBJ=cfgload.o endmem.o fixsin.o init.o ui.o vcache.o water.o X X OBJS=${CHIPSOBJ} ${CPUOBJ} ${WINOBJ} ${WINDOSOBJ} ${GUIOBJ} ${VIDEOBJ} ${ZIPOBJ} ${MAINOBJ} X-SDLLIBS := $(shell sdl-config --libs) X-SDLCFLAGS := $(shell sdl-config --cflags) X+SDLLIBS := $(shell $(SDL_CONFIG) --libs) X+SDLCFLAGS := $(shell $(SDL_CONFIG) --cflags) X #LIBS=-static -pg ${SDLLIBS} -lz X LIBS=${SDLLIBS} -lz -lpng X #CFLAGS=-pg -g -Wall -D__LINUX__ ${SDLCFLAGS} END-of-zsnes/files/patch-src::makefile.linux echo x - zsnes/Makefile sed 's/^X//' >zsnes/Makefile << 'END-of-zsnes/Makefile' X# New ports collection makefile for: zsnes X# Date created: Fri May 4 13:10:11 CEST 2001 X# Whom: Stijn Hoop X# X# $FreeBSD$ X# X XPORTNAME= zsnes XPORTVERSION= 1.25 XCATEGORIES= emulators XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= zsnesv${PORTVERSION}src X XMAINTAINER= stijn@win.tue.nl X X# This must be >= 0.98! XBUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm XLIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 X XUSE_X_PREFIX= yes XUSE_GMAKE= yes X XMAN1= zsnes.1 X XSDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config XMAKE_ENV+= SDL_CONFIG=${SDL_CONFIG} PREFIX=${PREFIX} X XWRKSRC= ${WRKDIR}/${PORTNAME} XBUILD_WRKSRC= ${WRKSRC}/src XMAKEFILE= makefile.linux XALL_TARGET= ALL X X.include X X.if ${MACHINE_ARCH} != "i386" Xpre-everything: X @${ECHO_MSG} "This port is x86 specific. Please see ${PORTSDIR}/emulators/snes9x" X @${ECHO_MSG} "for a portable SNES emulator that should work on your platform." X @exit 1 X.else X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/zsnes ${PREFIX}/bin/zsnes X ${INSTALL_MAN} ${WRKSRC}/src/linux/zsnes.man ${PREFIX}/man/man1/zsnes.1 X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.endif # MACHINE_ARCH != i386 X X.include END-of-zsnes/Makefile echo x - zsnes/distinfo sed 's/^X//' >zsnes/distinfo << 'END-of-zsnes/distinfo' XMD5 (zsnesv1.25src.tar.gz) = 34020ec5d3c661c65b8e3375ab16a999 END-of-zsnes/distinfo echo x - zsnes/pkg-comment sed 's/^X//' >zsnes/pkg-comment << 'END-of-zsnes/pkg-comment' XIntel x86 only Super Nintendo Entertainment System (SNES) Emulator END-of-zsnes/pkg-comment echo x - zsnes/pkg-descr sed 's/^X//' >zsnes/pkg-descr << 'END-of-zsnes/pkg-descr' XAn x86 only Super Nintendo Entertainment System (SNES) Emulator, Xwith higher compatibility rates than snes9x. X XWWW: http://www.zsnes.com/ END-of-zsnes/pkg-descr echo x - zsnes/pkg-message sed 's/^X//' >zsnes/pkg-message << 'END-of-zsnes/pkg-message' X X*WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* X X Please note that this port does *NOT* work in 16bit color mode! X You must set your X-server to at use least 24bit color. X X*WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* X END-of-zsnes/pkg-message echo x - zsnes/pkg-plist sed 's/^X//' >zsnes/pkg-plist << 'END-of-zsnes/pkg-plist' Xbin/zsnes END-of-zsnes/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 Wed May 16 2:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFB8137B42C for ; Wed, 16 May 2001 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G9e1m56722; Wed, 16 May 2001 02:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B927A37B422 for ; Wed, 16 May 2001 02:30:45 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G9Uj255740; Wed, 16 May 2001 02:30:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200105160930.f4G9Uj255740@freefall.freebsd.org> Date: Wed, 16 May 2001 02:30:45 -0700 (PDT) From: ats@first.gmd.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27378: ports/audio/id3ren MASTERSITE directories vanished Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27378 >Category: ports >Synopsis: ports/audio/id3ren MASTERSITE directories vanished >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: Wed May 16 02:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.3-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May 3 20:2 8:30 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: The zip file for audio/id3ren no longer exists on the mastersite. So the ports need to be fetched from another place. >How-To-Repeat: Try to fetch it. >Fix: I have now used for MASTER_SITE instead of: http://tscnet.com/pages/badcrc/apps/id3ren/ http://adis.on.ca/pub/Linux/cd-tools/ fetches ok and checksum also ok. >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 May 16 3:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C593737B424 for ; Wed, 16 May 2001 03:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GAe0665431; Wed, 16 May 2001 03:40:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1568537B422 for ; Wed, 16 May 2001 03:32:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GAWeq64560; Wed, 16 May 2001 03:32:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200105161032.f4GAWeq64560@freefall.freebsd.org> Date: Wed, 16 May 2001 03:32:40 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27379: Update port: www/mod_python Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27379 >Category: ports >Synopsis: Update port: www/mod_python >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 May 16 03:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD perky.linuxkorea.co.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue May 15 18:19:32 KST 2001 root@perky.linuxkorea.co.kr:/usr/src/sys/compile/PERKY i386 >Description: Updated to 2.7.3 (mostly bug fixes) >How-To-Repeat: >Fix: diff -ruN mod_python.orig/Makefile mod_python/Makefile --- mod_python.orig/Makefile Fri May 11 21:38:46 2001 +++ mod_python/Makefile Wed May 16 19:11:43 2001 @@ -6,8 +6,7 @@ # PORTNAME= mod_python -PORTVERSION= 2.7.2 -PORTREVISION= 2 +PORTVERSION= 2.7.3 CATEGORIES= www python MASTER_SITES= http://www.python.org/ftp/python/${PYTHON_VERSION:S/python//g}/ \ http://www.modpython.org/dist/ \ diff -ruN mod_python.orig/distinfo mod_python/distinfo --- mod_python.orig/distinfo Fri May 11 21:38:46 2001 +++ mod_python/distinfo Wed May 16 19:12:12 2001 @@ -1,2 +1,2 @@ -MD5 (python/mod_python-2.7.2.tgz) = 5b73af91c891c63f4be450d7a7dc0bb2 +MD5 (python/mod_python-2.7.3.tgz) = 06798145df78dbd8de7cbd089842264b MD5 (python/Python-2.1.tgz) = 2ba2baeccd6100a4be80e6368a975054 diff -ruN mod_python.orig/files/optpatch-WANT_EAPI mod_python/files/optpatch-WANT_EAPI --- mod_python.orig/files/optpatch-WANT_EAPI Fri May 11 21:38:46 2001 +++ mod_python/files/optpatch-WANT_EAPI Wed May 16 19:22:39 2001 @@ -1,5 +1,5 @@ ---- work/mod_python-2.7.2/src/Makefile.in.orig Sun Mar 25 16:05:21 2001 -+++ work/mod_python-2.7.2/src/Makefile.in Sun Mar 25 16:05:30 2001 +--- work/mod_python-2.7.3/src/Makefile.in.orig Wed May 16 19:20:23 2001 ++++ work/mod_python-2.7.3/src/Makefile.in Wed May 16 19:20:52 2001 @@ -52,7 +52,7 @@ INCLUDES=@INCLUDES@ LIBS=@LIBS@ diff -ruN mod_python.orig/files/patch-configure mod_python/files/patch-configure --- mod_python.orig/files/patch-configure Thu Dec 28 01:15:55 2000 +++ mod_python/files/patch-configure Wed May 16 19:14:31 2001 @@ -1,9 +1,9 @@ ---- configure.orig Wed Dec 27 13:49:44 2000 -+++ configure Wed Dec 27 13:50:32 2000 -@@ -1313,7 +1313,7 @@ +--- configure.orig Wed May 16 19:13:31 2001 ++++ configure Wed May 16 19:14:11 2001 +@@ -1324,7 +1324,7 @@ # check if python is compiled with threads echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6 - echo "configure:1316: checking whether Python is compiled with thread support" >&5 + echo "configure:1327: checking whether Python is compiled with thread support" >&5 -PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"` +PyTHREADS="0" if test "$PyTHREADS" = "1"; then >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 May 16 4:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AD9037B424 for ; Wed, 16 May 2001 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GBK2376854; Wed, 16 May 2001 04:20:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AE5A37B422 for ; Wed, 16 May 2001 04:14:00 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GBE0976384; Wed, 16 May 2001 04:14:00 -0700 (PDT) (envelope-from nobody) Message-Id: <200105161114.f4GBE0976384@freefall.freebsd.org> Date: Wed, 16 May 2001 04:14:00 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27381: Update port: editors/nano Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27381 >Category: ports >Synopsis: Update port: editors/nano >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 May 16 04:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD perky.linuxkorea.co.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue May 15 18:19:32 KST 2001 root@perky.linuxkorea.co.kr:/usr/src/sys/compile/PERKY i386 >Description: update to 1.0.2 . one site has broken. . added one site instead. >How-To-Repeat: >Fix: diff -ruN nano.old/Makefile nano/Makefile --- nano.old/Makefile Mon Apr 16 18:16:41 2001 +++ nano/Makefile Wed May 16 19:43:30 2001 @@ -6,10 +6,10 @@ # PORTNAME= nano -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/ \ - http://www.asty.org/nano/dist/ \ +MASTER_SITES= http://www.nano-editor.org/dist/v1.0/ \ + ftp://ftp.gnu.org/gnu/nano/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN nano.old/distinfo nano/distinfo --- nano.old/distinfo Mon Apr 16 18:16:41 2001 +++ nano/distinfo Wed May 16 19:39:30 2001 @@ -1 +1 @@ -MD5 (nano-1.0.1.tar.gz) = 0bd21e512c8cb8ad8a21c0990bf195a4 +MD5 (nano-1.0.2.tar.gz) = 5535dcaf7f412d6fe0b9f4505f3ff4e9 >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 May 16 4:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 439AB37B423 for ; Wed, 16 May 2001 04:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GBU2377545; Wed, 16 May 2001 04:30:02 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 4ECB337B422 for ; Wed, 16 May 2001 04:27:46 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4GBPVW03127; Wed, 16 May 2001 13:25:31 +0200 (CEST) (envelope-from ernst) Message-Id: <200105161125.f4GBPVW03127@heinz.jollem.com> Date: Wed, 16 May 2001 13:25:31 +0200 (CEST) From: Ernst de Haan Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org, leeym@bsd.ce.ntu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/27382: Port java/jad: MASTER_SITES update and new port version. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27382 >Category: ports >Synopsis: Port java/jad: MASTER_SITES update and new port version. >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 May 16 04:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: The first MASTER_SITE is not accessible to me (Forbidden) and I'm not the only one, according to: * http://www.geocities.com/SiliconValley/Bridge/8617/jad.html#download and the only other one is very slow, at least for me. Plus, the current version of the port is 1.5.7f, while the current version of the application is 1.5.8c. >How-To-Repeat: >Fix: I've added a few mirrors to the MASTER_SITES, and upgraded the port to 1.5.8c. Here are the diffs: diff -ruN /usr/ports/java/jad/Makefile /home/ernst/freebsd-ports/java/jad/Makefile --- /usr/ports/java/jad/Makefile Wed May 16 13:11:17 2001 +++ /home/ernst/freebsd-ports/java/jad/Makefile Wed May 16 13:15:37 2001 @@ -6,11 +6,14 @@ # PORTNAME= jad -PORTVERSION= 1.5.7f +PORTVERSION= 1.5.8c CATEGORIES= java MASTER_SITES= http://www.geocities.com/SiliconValley/Bridge/8617/jad/freebsd/ \ - ftp://freebsd.ntu.edu.tw/FreeBSD/taiwan/NTU/leeym/distfiles/ -DISTNAME= jadfb157 + http://members.nbci.com/kpdus/jad/freebsd/ \ + http://www.znerd.demon.nl/ \ + http://www.pensioenconsult.com/ \ + http://www.jollem.com/~ernst/ +DISTNAME= jadfb158 MAINTAINER= leeym@cae.ce.ntu.edu.tw diff -ruN /usr/ports/java/jad/distinfo /home/ernst/freebsd-ports/java/jad/distinfo --- /usr/ports/java/jad/distinfo Wed Jan 3 20:54:20 2001 +++ /home/ernst/freebsd-ports/java/jad/distinfo Wed May 16 13:16:00 2001 @@ -1 +1 @@ -MD5 (jadfb157.zip) = 7516fb0c9e12363e60ea2412624228cd +MD5 (jadfb158.zip) = ccc876b8c95b3f41cadce3e1855111a5 >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 May 16 5:48: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id D2CB437B423; Wed, 16 May 2001 05:47:58 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4GCkHE09043; Wed, 16 May 2001 14:46:17 +0200 (CEST) (envelope-from ernst) Date: Wed, 16 May 2001 14:46:17 +0200 From: Ernst de Haan To: ports@freebsd.org, sobomax@freebsd.org Subject: Shouldn't editors/jedit depend on java/jfc ? Message-ID: <20010516144617.A9023@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey Maxim & all, I wonder why the editors/jedit port downloads a separate swingall.jar file. Can't we make jedit depend on java/jfc instead ? /Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 6: 1:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 5A66D37B623 for ; Wed, 16 May 2001 06:01:47 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4GD41092619; Wed, 16 May 2001 16:04:05 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l72.uic-in.net [212.35.189.199]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4GD1u042409; Wed, 16 May 2001 16:02:02 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4GD14k18841; Wed, 16 May 2001 16:01:04 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B027A0E.BB3DDBD3@FreeBSD.org> Date: Wed, 16 May 2001 16:01:02 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ernst de Haan Cc: ports@FreeBSD.ORG Subject: Re: Shouldn't editors/jedit depend on java/jfc ? References: <20010516144617.A9023@c187104187.telekabel.chello.nl> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ernst de Haan wrote: > Hey Maxim & all, > > I wonder why the editors/jedit port downloads a separate swingall.jar file. > Can't we make jedit depend on java/jfc instead ? The reason here is the size of jfc. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 6:21:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 2D1A737B422; Wed, 16 May 2001 06:21:27 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4GDJkJ10089; Wed, 16 May 2001 15:19:46 +0200 (CEST) (envelope-from ernst) Date: Wed, 16 May 2001 15:19:46 +0200 From: Ernst de Haan To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: Shouldn't editors/jedit depend on java/jfc ? Message-ID: <20010516151946.A9383@c187104187.telekabel.chello.nl> References: <20010516144617.A9023@c187104187.telekabel.chello.nl> <3B027A0E.BB3DDBD3@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B027A0E.BB3DDBD3@FreeBSD.org>; from sobomax@FreeBSD.ORG on Wed, May 16, 2001 at 04:01:02PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maxim, > > I wonder why the editors/jedit port downloads a separate swingall.jar file. > > Can't we make jedit depend on java/jfc instead ? > The reason here is the size of jfc. Okay, then how about this: * Create a new port `java/jfc-bin' that just installs swingall.jar somewhere under /usr/local/share/java/classes * Make `java/jfc' depend on `java/jfc-bin' and not install a new swingall.jar file * Make `editors/jedit' depend on `java/jfc-bin' Whaddayathink? Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 6:32:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 8CDB837B42C for ; Wed, 16 May 2001 06:32:06 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4GDYb093461; Wed, 16 May 2001 16:34:37 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l72.uic-in.net [212.35.189.199]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4GDWe043583; Wed, 16 May 2001 16:32:41 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4GDVhk18922; Wed, 16 May 2001 16:31:43 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B02813C.3A08561@FreeBSD.org> Date: Wed, 16 May 2001 16:31:40 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ernst de Haan Cc: ports@FreeBSD.ORG Subject: Re: Shouldn't editors/jedit depend on java/jfc ? References: <20010516144617.A9023@c187104187.telekabel.chello.nl> <3B027A0E.BB3DDBD3@FreeBSD.org> <20010516151946.A9383@c187104187.telekabel.chello.nl> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ernst de Haan wrote: > Maxim, > > > > I wonder why the editors/jedit port downloads a separate swingall.jar file. > > > Can't we make jedit depend on java/jfc instead ? > > The reason here is the size of jfc. > > Okay, then how about this: > > * Create a new port `java/jfc-bin' that just installs swingall.jar somewhere > under /usr/local/share/java/classes > > * Make `java/jfc' depend on `java/jfc-bin' and not install a new swingall.jar > file > > * Make `editors/jedit' depend on `java/jfc-bin' > > Whaddayathink? Unfortunately jfc license doesn't permit this. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 8:54:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id A704E37B422 for ; Wed, 16 May 2001 08:54:56 -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 B48762E460 for ; Wed, 16 May 2001 11:54:55 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.3) id f4GFstU93704; Wed, 16 May 2001 11:54:55 -0400 (EDT) (envelope-from khera@kcilink.com) X-Authentication-Warning: onceler.kciLink.com: khera set sender to khera@kcilink.com using -f To: ports@freebsd.org Subject: Re: ports/27318: liedentd has no distfile References: <200105150407.f4F47xk67786@freefall.freebsd.org> From: Vivek Khera Date: 16 May 2001 11:54:55 -0400 In-Reply-To: <200105150407.f4F47xk67786@freefall.freebsd.org> Message-ID: Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "o" == okazaki writes: o> Synopsis: liedentd has no distfile o> Responsible-Changed-From-To: freebsd-ports->wes o> Responsible-Changed-By: okazaki o> Responsible-Changed-When: Mon May 14 21:07:18 PDT 2001 o> Responsible-Changed-Why: o> over to maintainer o> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27318 the site started accepting anonymous ftp again, so this can be closed. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 8:56:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id A92E437B43E for ; Wed, 16 May 2001 08:56:33 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4GFx2097281; Wed, 16 May 2001 18:59:02 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l80.uic-in.net [212.35.189.207]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4GFv0049767; Wed, 16 May 2001 18:57:02 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4GFh9k19561; Wed, 16 May 2001 18:43:09 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B02A00C.646E54DF@FreeBSD.org> Date: Wed, 16 May 2001 18:43:08 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: bryce.denney@bigfoot.com Cc: ports@FreeBSD.ORG Subject: Re: bochs port References: Content-Type: multipart/mixed; boundary="------------C6AC1C383E005D2EBA75D8E2" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------C6AC1C383E005D2EBA75D8E2 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Bryce Denney wrote: > Please forward to whoever is maintaining the bochs port to FreeBSD. > > A group of us from the bochs-developers mailing list have taken over > development of Bochs, with Kevin Lawton's support. He has redirected > http://www.bochs.com to our new site at http://bochs.sourceforge.net. We > have made a few bugfix releases to improve the most common problems, and > have an active CVS tree with lots of new features in progress. > > I expect your Bochs port has some diffs since Kevin's 3/25/2000 release > last year. If you would like to submit those diffs as a patch, or (even > better) check out our CVS tree and submit patches against the current CVS, > we will have better FreeBSD support in the future releases. Feel free to > ask for merging advice if you want it, since we've made quite a few > changes since last year. > > The web site describes how to join bochs-developers if you want. Thank you for notification. Attached please fix set of patches against current bochs cvs that required to make it working on FreeBSD. It would be nice if you can itegrate them into the mainline. -Maxim --------------C6AC1C383E005D2EBA75D8E2 Content-Type: text/plain; charset=koi8-r; name="patch-ac" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ac" --- iodev/serial.cc.orig Thu Nov 11 21:44:52 1999 +++ iodev/serial.cc Fri Jan 14 00:59:57 2000 @@ -75,8 +75,8 @@ term_new.c_iflag |= IGNBRK; term_new.c_iflag &= ~BRKINT; #endif - term_new.c_iflag |= IXOFF; - tcsetattr(0, TCSAFLUSH, &term_new); + // term_new.c_iflag |= IXOFF; + // tcsetattr(0, TCSAFLUSH, &term_new); #endif // nothing for now #if USE_RAW_SERIAL --------------C6AC1C383E005D2EBA75D8E2 Content-Type: text/plain; charset=koi8-r; name="patch-aa" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-aa" --- .bochsrc.orig Sun Nov 14 16:01:27 1999 +++ .bochsrc Mon Nov 22 17:44:06 1999 @@ -84,4 +84,4 @@ -#log: /dev/null -log: ./bochs.out +log: /dev/null +#log: ./bochs.out keyboard_serial_delay: 200 --------------C6AC1C383E005D2EBA75D8E2 Content-Type: text/plain; charset=koi8-r; name="patch-ad" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ad" $FreeBSD$ --- iodev/cdrom.cc.orig Tue May 15 17:49:56 2001 +++ iodev/cdrom.cc Wed May 16 18:21:21 2001 @@ -52,7 +52,7 @@ } #endif /* __sun */ -#ifdef __OpenBSD__ +#if (defined(__OpenBSD__) || defined(__FreeBSD__)) // OpenBSD pre version 2.7 may require extern "C" { } structure around // all the includes, because the i386 sys/disklabel.h contains code which // c++ considers invalid. @@ -154,7 +154,7 @@ // some ioctl() calls to really eject the CD as well. if (fd >= 0) { -#ifdef __OpenBSD__ +#if (defined(__OpenBSD__) || defined(__FreeBSD__)) (void) ioctl (fd, CDIOCALLOW); if (ioctl (fd, CDIOCEJECT) < 0) BX_DEBUG(( "eject_cdrom: eject returns error.\n" )); @@ -264,7 +264,7 @@ return true; } -#elif defined(__OpenBSD__) +#elif (defined(__OpenBSD__) || defined(__FreeBSD__)) { struct ioc_toc_header h; struct ioc_read_toc_entry t; @@ -402,6 +402,53 @@ BX_DEBUG(( "capacity: %u\n", lp.d_secperunit )); return(lp.d_secperunit); + } +#elif defined(__FreeBSD__) + { + // Read the TOC to get the data size, since disklabel doesn't appear + // to work, sadly. + // Keith Jones, 16 January 2000 + +#define MAX_TRACKS 100 + + int i, num_tracks, num_sectors; + struct ioc_toc_header td; + struct ioc_read_toc_entry rte; + struct cd_toc_entry toc_buffer[MAX_TRACKS + 1]; + + if (fd < 0) + BX_PANIC(("cdrom: capacity: file not open.\n")); + + if (ioctl(fd, CDIOREADTOCHEADER, &td) < 0) + BX_PANIC(("cdrom: ioctl(CDIOREADTOCHEADER) failed\n")); + + num_tracks = (td.ending_track - td.starting_track) + 1; + if (num_tracks > MAX_TRACKS) + BX_PANIC(("cdrom: TOC is too large\n")); + + rte.address_format = CD_LBA_FORMAT; + rte.starting_track = td.starting_track; + rte.data_len = (num_tracks + 1) * sizeof(struct cd_toc_entry); + rte.data = toc_buffer; + if (ioctl(fd, CDIOREADTOCENTRYS, &rte) < 0) + BX_PANIC(("cdrom: ioctl(CDIOREADTOCENTRYS) failed\n")); + + num_sectors = -1; + for (i = 0; i < num_tracks; i++) { + if (rte.data[i].control & 4) { /* data track */ + num_sectors = ntohl(rte.data[i + 1].addr.lba) + - ntohl(rte.data[i].addr.lba); + fprintf(stderr, "cdrom: Data track %d, length %d\n", + rte.data[i].track, num_sectors); + break; + } + } + + if (num_sectors < 0) + BX_PANIC(("cdrom: no data track found\n")); + + return(num_sectors); + } #elif defined WIN32 { --------------C6AC1C383E005D2EBA75D8E2 Content-Type: text/plain; charset=koi8-r; name="patch-ae" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ae" --- debug/lexer.c.orig Wed Feb 2 17:00:44 2000 +++ debug/lexer.c Wed Feb 2 17:00:02 2000 @@ -1272,7 +1272,7 @@ case 92: YY_RULE_SETUP #line 108 "lexer.l" -{ bxlval.ulval = strtoull(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); } +{ bxlval.ulval = strtouq(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); } YY_BREAK case 93: YY_RULE_SETUP --------------C6AC1C383E005D2EBA75D8E2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 9: 2:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 9F66A37B424 for ; Wed, 16 May 2001 09:02:30 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4GG4x097440; Wed, 16 May 2001 19:04:59 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l80.uic-in.net [212.35.189.207]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4GG33049986; Wed, 16 May 2001 19:03:03 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4GG2Bk19742; Wed, 16 May 2001 19:02:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B02A482.E6A982F@FreeBSD.org> Date: Wed, 16 May 2001 19:02:10 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: bryce.denney@bigfoot.com, ports@FreeBSD.ORG Subject: Re: bochs port References: <3B02A00C.646E54DF@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maxim Sobolev wrote: > Thank you for notification. Attached please fix set of patches against current s/please fix/please find/ -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 9: 5:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta-02-uk.srv.ic5.net (pc1-barr2-0-cust175.ren.cable.ntl.com [62.255.161.175]) by hub.freebsd.org (Postfix) with ESMTP id 85FA037B423 for ; Wed, 16 May 2001 09:05:05 -0700 (PDT) (envelope-from johnm@ic5.net) Received: from mta-03-uk.srv.ic5.net (coda-h20.wst.ic5.net [10.1.1.20]) by mta-02-uk.srv.ic5.net (8.11.3/8.11.3) with ESMTP id f4GG53w29560 for ; Wed, 16 May 2001 17:05:04 +0100 (BST) (envelope-from johnm@ic5.net) Received: from coda ([10.1.1.20]) by mta-03-uk.srv.ic5.net with Microsoft SMTPSVC(5.0.2195.2966); Wed, 16 May 2001 17:05:03 +0100 From: "John McGarrigle" To: Cc: Subject: FreeBSD Port: dnews-4.7k Date: Wed, 16 May 2001 17:05:02 +0100 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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 X-OriginalArrivalTime: 16 May 2001 16:05:03.0080 (UTC) FILETIME=[F74ED680:01C0DE21] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Flex:/usr/ports/news/dnews# make ===> Extracting for dnews-4.7k >> Checksum OK for dnews47k_freebsd.tar.Z. ===> Patching for dnews-4.7k ===> Configuring for dnews-4.7k Flex:/usr/ports/news/dnews# make install ===> Installing for dnews-4.7k Couldn't open /usr/libexec/ld.so. *** Error code 1 Stop in /usr/ports/news/dnews. *** Error code 1 Stop in /usr/ports/news/dnews. *** Error code 1 Stop in /usr/ports/news/dnews. Flex:/usr/ports/news/dnews# This is using the latest port. I sync my entire ports tree with CVSup every night. Any ideas? :) Thanks, ---- John 'Neuron' McGarrigle Email: johnm@ic5.net ICQ: 18220396 Phone: +44 (0)7944 604 644 ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 9:10:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FDC437B424 for ; Wed, 16 May 2001 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GGA2h20231; Wed, 16 May 2001 09:10:02 -0700 (PDT) (envelope-from gnats) Received: from m1.bezeqint.net (m1.bezeqint.net [192.115.106.45]) by hub.freebsd.org (Postfix) with ESMTP id 4F1D837B422 for ; Wed, 16 May 2001 09:04:29 -0700 (PDT) (envelope-from mapc@alchemy.ath.cx) Received: from alchemy.oven.org (bzq-248-39.bezeqint.net [212.179.248.39] (may be forged)) by m1.bezeqint.net (Mirapoint) with ESMTP id ACN30522; Wed, 16 May 2001 19:04:14 +0300 (IDT) Received: (from mapc@localhost) by alchemy.oven.org (8.11.3/8.11.3) id f4GG3S174239; Wed, 16 May 2001 19:03:28 +0300 (IDT) (envelope-from mapc) Message-Id: <200105161603.f4GG3S174239@alchemy.oven.org> Date: Wed, 16 May 2001 19:03:28 +0300 (IDT) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27388: [MAINTAINER UPDATE] graphics/xine 0.3.7->0.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27388 >Category: ports >Synopsis: [MAINTAINER UPDATE] graphics/xine 0.3.7->0.4.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: Wed May 16 09:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD alchemy.oven.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed May 2 00:58:34 IDT 2001 root@alchemy.oven.org:/local/src/sys/compile/ALCHEMY i386 >Description: >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xine/Makefile xine/Makefile --- /usr/ports/graphics/xine/Makefile Sat Feb 10 02:46:52 2001 +++ xine/Makefile Tue May 15 13:30:34 2001 @@ -6,10 +6,11 @@ # PORTNAME= xine -PORTVERSION= 0.3.7 +PORTVERSION= 0.4.2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= xine +MASTER_SITES= http://xine.sourceforge.net/files/ +#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +#MASTER_SITE_SUBDIR= xine DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= roman@xpert.com diff -urN /usr/ports/graphics/xine/distinfo xine/distinfo --- /usr/ports/graphics/xine/distinfo Sat Feb 10 02:46:52 2001 +++ xine/distinfo Tue May 15 13:31:51 2001 @@ -1 +1 @@ -MD5 (xine_0.3.7.tar.gz) = 3fe2e0ba47e9baf72a115c928392a328 +MD5 (xine_0.4.2.tar.gz) = e9ef0c2a856726fda4cb4ec4c48b327c diff -urN /usr/ports/graphics/xine/files/patch-audio_oss_out.c xine/files/patch-audio_oss_out.c --- /usr/ports/graphics/xine/files/patch-audio_oss_out.c Thu Jan 1 02:00:00 1970 +++ xine/files/patch-audio_oss_out.c Tue May 15 14:17:40 2001 @@ -0,0 +1,11 @@ +--- audio_out/audio_oss_out.c.orig Tue May 15 13:52:12 2001 ++++ audio_out/audio_oss_out.c Tue May 15 13:52:37 2001 +@@ -160,7 +160,7 @@ + * we need. On powermac with AWACS dmasound driver they + * switch us from BE to LE, which is not what we want! + */ +- tmp = bits == 16 ? AFMT_S16_NE : AFMT_S8; ++ tmp = bits == 16 ? AFMT_S16_LE : AFMT_S8; + ioctl(gAudioOSS.audio_fd,SNDCTL_DSP_SETFMT,&tmp); + + tmp = gAudioOSS.input_sample_rate; diff -urN /usr/ports/graphics/xine/files/patch-bitstream.c xine/files/patch-bitstream.c --- /usr/ports/graphics/xine/files/patch-bitstream.c Thu Jan 1 02:00:00 1970 +++ xine/files/patch-bitstream.c Tue May 15 14:01:10 2001 @@ -0,0 +1,11 @@ +--- libac3/bitstream.c.orig Tue May 15 13:45:53 2001 ++++ libac3/bitstream.c Tue May 15 14:00:50 2001 +@@ -25,7 +25,7 @@ + #include + #include + +-#include ++#include "bswap.h" + #ifdef HAVE_CONFIG_H + #include "config.h" + #endif diff -urN /usr/ports/graphics/xine/files/patch-bswap.h xine/files/patch-bswap.h --- /usr/ports/graphics/xine/files/patch-bswap.h Thu Jan 1 02:00:00 1970 +++ xine/files/patch-bswap.h Tue May 15 14:03:01 2001 @@ -0,0 +1,12 @@ +--- libac3/bswap.h.orig Tue May 15 14:01:56 2001 ++++ libac3/bswap.h Tue May 15 14:02:45 2001 +@@ -15,7 +15,9 @@ + #define WORDS_BIGENDIAN + #endif + ++#ifndef __FreeBSD__ + #define HAVE_BYTESWAP_H ++#endif + + #ifdef HAVE_BYTESWAP_H + #include diff -urN /usr/ports/graphics/xine/pkg-plist xine/pkg-plist --- /usr/ports/graphics/xine/pkg-plist Sat Feb 10 02:46:52 2001 +++ xine/pkg-plist Thu Apr 19 19:31:48 2001 @@ -95,6 +95,33 @@ share/xine/skins/metal/slider_v.png share/xine/skins/metal/smallbtn.png share/xine/skins/metal/stop.png +share/xine/skins/pitt/arrowdn.png +share/xine/skins/pitt/arrowup.png +share/xine/skins/pitt/bg.png +share/xine/skins/pitt/close.png +share/xine/skins/pitt/eject.png +share/xine/skins/pitt/fastb.png +share/xine/skins/pitt/fastf.png +share/xine/skins/pitt/fullsc.png +share/xine/skins/pitt/largebtn.png +share/xine/skins/pitt/letters.png +share/xine/skins/pitt/next.png +share/xine/skins/pitt/pause.png +share/xine/skins/pitt/pl_bg.png +share/xine/skins/pitt/pl_btn.png +share/xine/skins/pitt/pl_itembtn.png +share/xine/skins/pitt/pl_slidpad.png +share/xine/skins/pitt/pl_slidv.png +share/xine/skins/pitt/play.png +share/xine/skins/pitt/power.png +share/xine/skins/pitt/prev.png +share/xine/skins/pitt/ptdn.png +share/xine/skins/pitt/ptup.png +share/xine/skins/pitt/skinconfig +share/xine/skins/pitt/slider_bg.png +share/xine/skins/pitt/slider_pad.png +share/xine/skins/pitt/smallbtn.png +share/xine/skins/pitt/stop.png share/xine/skins/xine_logo.png @dirrm lib/xine/plugins @dirrm lib/xine @@ -102,5 +129,6 @@ @dirrm share/xine/skins/default @dirrm share/xine/skins/lcd @dirrm share/xine/skins/metal +@dirrm share/xine/skins/pitt @dirrm share/xine/skins @dirrm share/xine >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 May 16 9:29:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 75CB737B422 for ; Wed, 16 May 2001 09:29:12 -0700 (PDT) (envelope-from michael@327.ca) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.3/8.11.3) with SMTP id f4GGW1L00690; Wed, 16 May 2001 09:32:02 -0700 (PDT) (envelope-from michael@327.ca) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@327.ca To: jeremy@external.org Subject: FreeBSD Port: quanta-2.0p1 Date: Wed, 16 May 2001 09:32:01 -0700 X-Mailer: KMail [version 1.2] Cc: ports@FreeBSD.org MIME-Version: 1.0 Message-Id: <01051609320100.00529@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there... Quanta 2.0 pr2 has been out for a while. I just wondered whether there was any plan to update the port? Thank you. M. -- Michael O'Henly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 9:42:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id BFEC037B423 for ; Wed, 16 May 2001 09:42:21 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 90222 invoked by uid 1001); 16 May 2001 16:42:21 -0000 Date: Wed, 16 May 2001 12:42:21 -0400 From: Pete Fritchman To: John McGarrigle Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dnews-4.7k Message-ID: <20010516124221.C86785@databits.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from johnm@ic5.net on Wed, May 16, 2001 at 05:05:02PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ++ 16/05/01 17:05 +0100 - John McGarrigle: | Flex:/usr/ports/news/dnews# make install | ===> Installing for dnews-4.7k | Couldn't open /usr/libexec/ld.so. | *** Error code 1 [...] | Any ideas? :) You need to install the compat22 distribution set. /stand/sysinstall -pete -- Pete Fritchman Databits Network Services, Inc. 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 May 16 10:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 585FD37B43C for ; Wed, 16 May 2001 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GHe1k55934; Wed, 16 May 2001 10:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A24837B423 for ; Wed, 16 May 2001 10:38:49 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GHcnN53622; Wed, 16 May 2001 10:38:49 -0700 (PDT) (envelope-from nobody) Message-Id: <200105161738.f4GHcnN53622@freefall.freebsd.org> Date: Wed, 16 May 2001 10:38:49 -0700 (PDT) From: philippe@le-berre.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27390: New ports : ftpproxy an ftp protocol level proxy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27390 >Category: ports >Synopsis: New ports : ftpproxy an ftp protocol level proxy >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 May 16 10:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Philippe Le Berre >Release: 4.3-STABLE >Organization: >Environment: >Description: New port, ftpproxy an ftp proxy. >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: # # ftpproxy # ftpproxy/pkg-plist # ftpproxy/pkg-list # ftpproxy/pkg-descr # ftpproxy/pkg-comment # ftpproxy/distinfo # ftpproxy/Makefile # ftpproxy/files # ftpproxy/files/patch-aa # ftpproxy/files/patch-ab # echo c - ftpproxy mkdir -p ftpproxy > /dev/null 2>&1 echo x - ftpproxy/pkg-plist sed 's/^X//' >ftpproxy/pkg-plist << 'END-of-ftpproxy/pkg-plist' END-of-ftpproxy/pkg-plist echo x - ftpproxy/pkg-list sed 's/^X//' >ftpproxy/pkg-list << 'END-of-ftpproxy/pkg-list' Xsbin/ftp.proxy END-of-ftpproxy/pkg-list echo x - ftpproxy/pkg-descr sed 's/^X//' >ftpproxy/pkg-descr << 'END-of-ftpproxy/pkg-descr' Xftp.proxy is an application level gateway for FTP. XIt sits between a client and a server forwarding command and data streams Xsupporting a subset of the file transfer protocol as described in RFC 959. X XBeside this basic function which makes the program useful on firewall Xor masqueraders it offers fixing the FTP server (e.g. for connections Xinto a protected LAN) and proxy authentication. X XWWW: http://www.quietsche-entchen.de/software/ftp.proxy.html X X-Philippe Xphilippe@le-berre.com END-of-ftpproxy/pkg-descr echo x - ftpproxy/pkg-comment sed 's/^X//' >ftpproxy/pkg-comment << 'END-of-ftpproxy/pkg-comment' XA ftp proxy END-of-ftpproxy/pkg-comment echo x - ftpproxy/distinfo sed 's/^X//' >ftpproxy/distinfo << 'END-of-ftpproxy/distinfo' XMD5 (ftpproxy-1.0.1.tar.gz) = d9f1ce0a3e028c060a9c5d0d8ae7d6ac END-of-ftpproxy/distinfo echo x - ftpproxy/Makefile sed 's/^X//' >ftpproxy/Makefile << 'END-of-ftpproxy/Makefile' X# New ports collection makefile for: ftpproxy X# Date created: 15 May 2001 X# Whom: pleberre X# X# $FreeBSD$ X# X XPORTNAME= ftpproxy XPORTVERSION= 1.0.1 XCATEGORIES= ftp XMASTER_SITES= http://www.quietsche-entchen.de/download/ XDISTNAME= ftpproxy-${PORTVERSION} X XMAINTAINER= philippe@le-berre.com X XMAN1= ftp.proxy.1 XMANCOMPRESSED= no X Xpost-patch: X ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile X X.include END-of-ftpproxy/Makefile echo c - ftpproxy/files mkdir -p ftpproxy/files > /dev/null 2>&1 echo x - ftpproxy/files/patch-aa sed 's/^X//' >ftpproxy/files/patch-aa << 'END-of-ftpproxy/files/patch-aa' X*** main.orig Wed May 16 09:50:37 2001 X--- main.c Wed May 16 09:50:57 2001 X*************** X*** 29,35 **** X #include X X #include X! #include X X #include X #include X--- 29,35 ---- X #include X X #include X! #include X X #include X #include END-of-ftpproxy/files/patch-aa echo x - ftpproxy/files/patch-ab sed 's/^X//' >ftpproxy/files/patch-ab << 'END-of-ftpproxy/files/patch-ab' X*** ftp.orig Wed May 16 09:53:13 2001 X--- ftp.c Wed May 16 09:54:08 2001 X*************** X*** 30,36 **** X X #include X #include X! #include X X #include X #include X--- 30,36 ---- X X #include X #include X! #include X X #include X #include END-of-ftpproxy/files/patch-ab 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 May 16 10:45:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id C9E3137B422 for ; Wed, 16 May 2001 10:45:07 -0700 (PDT) (envelope-from jon@witchspace.com) Received: from witchspace.com ([213.105.80.222]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010516174507.RWB283.mta03-svc.ntlworld.com@witchspace.com> for ; Wed, 16 May 2001 18:45:07 +0100 Message-ID: <3B02BCD5.88B5B9F1@witchspace.com> Date: Wed, 16 May 2001 18:45:57 +0100 From: Jonathan Belson Organization: Jon's Place X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: How long...? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hiya How long does it take on average for a port to appear following the send-pr? I submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=27236 a week ago but nothing seems to have happened yet 8^/ Did I get something wrong? -- C-YA Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 11: 7: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id EFDCA37B422 for ; Wed, 16 May 2001 11:07:00 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id B8ED010F40F; Wed, 16 May 2001 13:07:03 -0500 (CDT) Message-ID: <086301c0de33$02f3bbc0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Jonathan Belson" , References: <3B02BCD5.88B5B9F1@witchspace.com> Subject: Re: How long...? Date: Wed, 16 May 2001 13:07:03 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Right now, there's an increased demand for committers to look at pr's, I have about 3-5 open from 2 weeks ago. Basically just send a weekly reminder and maybe you'll annoy someone to the point of committing to quiet you :) ----- Original Message ----- From: "Jonathan Belson" To: Sent: Wednesday, May 16, 2001 12:45 PM Subject: How long...? > Hiya > > > How long does it take on average for a port to appear > following the send-pr? I submitted > > http://www.freebsd.org/cgi/query-pr.cgi?pr=27236 > > a week ago but nothing seems to have happened yet 8^/ > > Did I get something wrong? > > > -- > C-YA > Jon > > > > 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 Wed May 16 12: 7:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.6.200.230]) by hub.freebsd.org (Postfix) with ESMTP id 4DFB937B423; Wed, 16 May 2001 12:07:44 -0700 (PDT) (envelope-from mdharnois@home.com) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id C948714A0C; Wed, 16 May 2001 08:00:19 -0500 (CDT) To: Ken McGlothlen Cc: ports@FreeBSD.ORG, reg@FreeBSD.ORG Subject: Re: Updating mozilla to 0.9. References: <87ofsw68a4.fsf@ralf.artlogix.com> From: Michael Harnois Date: 16 May 2001 08:00:19 -0500 In-Reply-To: <87ofsw68a4.fsf@ralf.artlogix.com> (Ken McGlothlen's message of "13 May 2001 18:14:59 -0700") Message-ID: <86vgn1o3do.fsf@mharnois.workgroup.net> Lines: 9 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (anise) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This doesn't build for me on -current ... have you made any changes since you posted this original patch? -- Michael D. Harnois mdharnois@home.com Redeemer Lutheran Church Washburn, Iowa Be radical, be as radical as you can ... because radicals empower liberals. --John Preston To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 13:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ED6237B42C for ; Wed, 16 May 2001 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GKA1t08882; Wed, 16 May 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 4033837B424 for ; Wed, 16 May 2001 13:09:09 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 13978209; Thu, 17 May 2001 00:09:07 +0400 (MSD) Message-Id: <20010516200907.13978209@freebsd.org.ru> Date: Thu, 17 May 2001 00:09:07 +0400 (MSD) From: osa@FreeBSD.org.ru Reply-To: osa@FreeBSD.org.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27393: update databases/gigabase from 2.31 to 2.32 (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27393 >Category: ports >Synopsis: update databases/gigabase from 2.31 to 2.32 (by maintainer) >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 May 16 13:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.3-STABLE i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD hole.etrust.ru 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Apr 26 18:59:10 MSD 2001 root@hole.etrust.ru:/usr/obj/usr/src/sys/SWEET i386 >Description: update databases/gigabase from 2.31 to 2.32 (by maintainer) >How-To-Repeat: >Fix: Please commit PR 27255. (www/oops depends databases/gigabase) diff -ruN gigabase.old/Makefile gigabase/Makefile --- gigabase.old/Makefile Thu May 17 00:04:13 2001 +++ gigabase/Makefile Wed May 16 23:56:10 2001 @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.31 +PORTVERSION= 2.32 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff -ruN gigabase.old/distinfo gigabase/distinfo --- gigabase.old/distinfo Thu May 17 00:04:13 2001 +++ gigabase/distinfo Wed May 16 23:57:36 2001 @@ -1 +1 @@ -MD5 (gigabase-2.31.tar.gz) = 388162560751c763bc5f745d20c2b947 +MD5 (gigabase-2.32.tar.gz) = 399e9eeb4221504ae57a1dc0957388b9 >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 May 16 14: 0:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72C6B37B43F for ; Wed, 16 May 2001 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GL02q20006; Wed, 16 May 2001 14:00:02 -0700 (PDT) (envelope-from gnats) Received: from belldandy.unnumbered.net (belldandy.unnumbered.net [202.212.35.170]) by hub.freebsd.org (Postfix) with ESMTP id 5180737B622 for ; Wed, 16 May 2001 13:57:16 -0700 (PDT) (envelope-from umeno@unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.11.3/3.7W-primary) id f4GKv9o04287; Thu, 17 May 2001 05:57:09 +0900 (JST) Message-Id: <200105162057.f4GKv9o04287@belldandy.unnumbered.net> Date: Thu, 17 May 2001 05:57:09 +0900 (JST) From: umeno@rr.iij4u.or.jp Reply-To: umeno@rr.iij4u.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27394: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-0.8) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27394 >Category: ports >Synopsis: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-0.8) >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 May 16 14:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD belldandy.unnumbered.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Mon Apr 30 11:21:14 JST 2001 umeno@belldandy.unnumbered.net:/data2/umeno/free/kernel/sys/compile/BELLDANDY2 i386 >Description: Update to gnomekiss-0.8, See http://www.freebsd.org/cgi/query-pr.cgi?pr=27233 Class is changed from update-request to maintainer-update. >How-To-Repeat: N/A >Fix: diff -urN gnomekiss.orig/Makefile gnomekiss/Makefile --- gnomekiss.orig/Makefile Sat Apr 7 14:33:57 2001 +++ gnomekiss/Makefile Tue May 8 08:54:03 2001 @@ -6,7 +6,7 @@ # PORTNAME= gnomekiss -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= games gnome MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/kiss/ DISTNAME= gnomekiss-${PORTVERSION} diff -urN gnomekiss.orig/distinfo gnomekiss/distinfo --- gnomekiss.orig/distinfo Sat Apr 7 14:33:57 2001 +++ gnomekiss/distinfo Tue May 8 08:54:15 2001 @@ -1 +1 @@ -MD5 (gnomekiss-0.7.tar.gz) = d740b9b2e7c105ae16f63d8dcbcb919d +MD5 (gnomekiss-0.8.tar.gz) = 3bcacdf9076af97bcdc62167cbc37dd1 >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 May 16 18:10:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 489A137B42C for ; Wed, 16 May 2001 18:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H1A5a50302; Wed, 16 May 2001 18:10:05 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 99FA337B423 for ; Wed, 16 May 2001 18:00:15 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.3/8.11.3) id f4H10Bk72742; Wed, 16 May 2001 21:00:11 -0400 (EDT) (envelope-from pat) Message-Id: <200105170100.f4H10Bk72742@wlgrv1.pa.home.com> Date: Wed, 16 May 2001 21:00:11 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27396: New Port audio/xmms-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27396 >Category: ports >Synopsis: New port based on Espen Skoglund's audio/xmms port. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 16 18:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 7 20:34:03 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: New port based on Espen Skoglund's audio/xmms port. XMMS version 1.2.5pre1 >How-To-Repeat: N/A >Fix: begin 644 xmms-devel.shar M(R!4:&ES(&ES(&$@2!Y;W4@86YD"B,@:&%V92!D969A=6QT('!E M&UM M&UM&UM&UM&UM&UM"`M('AM;7,M9&5V96PO9FEL M97,O<&%T8V@M86$*&UMF%T:6]N+TUA:V5F:6QE+FEN+F]R:6<)5V5D($UA>2`Q M-B`Q-CHU-3HQ,"`R,#`Q"E@K*RL@5FES=6%L:7IA=&EO;B]-86ME9FEL92YI M;@E7960@36%Y(#$V(#$V.C4U.C(U(#(P,#$*6$!`("TQ-38L-R`K,34V+#<@ M0$`*6"!S:61P;&%Y7VQI8G)A5]L:6)R87)Y0`I8('AM M;7-D:7(@/2!`>&UMF5R(&]P96YG;%]S<&5C=')U;0I8*T%,3%]03%5'24Y3(#T@ M8FQU"`M('AM;7,M9&5V96PO9FEL97,O<&%T8V@M860* M&UM2`Q-B`Q-SHQ-SHT-R`R,#`Q M"EA`0"`M,34V+#<@*S$U-BPQ,"!`0`I8('-I9'!L87E?;&EB2`]($!S M:61P;&%Y7VQI8G)A&UM"`M('AM;7,M9&5V96PO9FEL97,O<&%T8V@M86,*&UM5]L:6)R87)Y0`I8 M('AM;7-D:7(@/2!`>&UM&UM M6"\O)R`^>&UM2`Q-B`Q-SHP.#HP-"`R,#`Q"E@K*RL@8V]N9FEG=7)E"5=E9"!- M87D@,38@,365S(B!=.R!T:&5N"E@K("!H879E7V5S9#UN;PI8 M*V9I"E@@"E@@:68@=&5S="`B>"1H879E7V5S9"(@/2!X>65S.R!T:&5N"E@@ M("!(059%7T531%]44E5%/0I80$`@+30T-#`L-R`K-#0T,BPY($!`"E@@("`* M6"`@(')M("UF(&-O;F8N;6EK;6]D=&5S=`I8(`I8+0I8*VEF(%L@>"(D>TA! M5D5?34E+34]$?2(@(3T@>")Y97,B(%T[('1H96X*6"L@(&AA=F5?;6EK;6]D M/6YO"E@K9FD*6"`*6"!I9B!T97-T(")X)&AA=F5?;6EK;6]D(B`]('AY97,[ M('1H96X*6"`@($A!5D5?34E+34]$7U12544]"EA`0"`M-#"(D>TA!5D5?5D]20DE3?2(@(3T@>")Y97,B(%T[('1H96X*6"L@(&AA M=F5?;V=G/6YO"E@K("!H879E7W9O"`M('AM;7,M9&5V96PO36%K969I;&4*&UM&UM&UM&UM"\@7`I8"0EH='1P.B\O=W=W+GAM;7,N;W)G+V9I;&5S+S$N,BYX+PI8 M1$E35$Y!344]"21[4$]25$Y!345]+3$N,BXU+7!R93$*6`I834%)3E1!24Y% M4CT)<&%T0&1A=&%B:71S+FYE=`I8"EA,24)?1$5014Y$4ST)>&UL+C4Z)'M0 M3U)44T1)4GTO=&5X='!R;V,O;&EB>&UL"E@*6%5315]87U!2149)6#T)>65S M"EA54T5?1U1+/0EY97,*6%=!3E1?15-/54Y$/0EY97,*6%=!3E1?1TY/344] M"7EE&UMT]35D52 M4TE/3GT@/"`T,#`P,C$*6'!OTU6?2!D96-O9&5?:34X-BYS(&1E8V]D95]I M-3@V+E,@)B8@7`I8"2`@8V0@)'M74DM34D-]+U9ITU6?2!B;'5R7S@NU=22U-20WTO26YP=70O M;7!G,3(S+TUA:V5F:6QE+FEN"E@))'M015),?2`M<&DN8F%K("UE("=S.F)L M=7)?."YS.F)L=7)?."Y3.FF%T M:6]N+V)L=7)?T5#2$]?35-'?2`B66]U(&-A;B!D:7-A8FQE M('-U<'!O2!D969I;FEN9R!7251(3U547U9/4D)) M4RXB"E@N96YD:68*6"YI9B`A9&5F:6YE9"A7251(3U547S-$3D]7*2`F)B`D M>T]35D524TE/3GT@/CT@-#`P,#(Q"E@)0"1[14-(3U]-4T=](")9;W4@8V%N M(&1I2!D969I;FEN9R!7251(3U547S-$3D]7+B(*6"YE;F1I9@I8"4`D>T5#2$]? M35-'?0I8+F5N9&EF"E@*6'!R92UP871C:#H*6`E`)'M015),?2`M<&D@+64@ M)W->+6PH<'1H&%R9W,@)'M015),?2`M<&D@+64@7`I8"0DG%PI+W-H87)E+V%C;&]C86Q\ M9R`[(%P*6`D)('-\7"1<*&1A=&%D:7)<*2]L;V-A;&5\7"1<*'!R969I>%PI M+W-H87)E+VQO8V%L97QG)PI8"EAP;W-T+6EN6"\O)R`^>&UM&UM65R('=I=&@@82!7:6YA;7`@1U5)"D5.1"UO9BUX;6US+61E M=F5L+W!K9RUC;VUM96YT"F5C:&\@>"`M('AM;7,M9&5V96PO<&MG+61E6"\O)R`^>&UM7-T96TN(%A-35,@:7,@82!M=6QT:6UE9&EA('!L87EE7,@;7!E M9R!L87EE6]U(&1O;B=T('-P M96-I9GD@5TE42$]55%]63U)"25,I(&ES('1H90I8;VYE('1H870@:7,@:6YC M;'5D960@:6X@=&AE(%A-35,@9&ES=')I8G5T:6]N+B`@268@>6]U(&AA=F4@ M=&AE('9O&UM&UM&UM&UM&UM&UM&UM&UM&UM&UM&UM&UM M&UMF%T:6]N+VQI8G-A;F%L>7IE&UM&UM&UM&UM&UM&UM&UM&UM M&UM&UM M&UM&UMFA?0TXN1T(R,S$R+TQ#7TU%4U-!1T53+WAM;7,N;6\*6'-H87)E+VQO8V%L M92]Z:%]45RY":6&5C(')M9&ER("5$+VQI8B]X;6US+U9I&UM&UM&5C(')M9&ER("5$+VQI8B]X;6US+T=E;F5R86P@,CXO9&5V+VYU M;&P@?'P@=')U90I80'5N97AE8R!R;61I&UM&UM M&5C(')M9&ER("5$+W-H87)E+WAM;7,O4VMI M;G,@)40O&UM2!3:VENRelease-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 May 16 18:10:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8302937B43F for ; Wed, 16 May 2001 18:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H1A5550311; Wed, 16 May 2001 18:10:05 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id A745437B422 for ; Wed, 16 May 2001 18:00:17 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.3/8.11.3) id f4H10Gf72829; Wed, 16 May 2001 21:00:16 -0400 (EDT) (envelope-from pat) Message-Id: <200105170100.f4H10Gf72829@wlgrv1.pa.home.com> Date: Wed, 16 May 2001 21:00:16 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27397: Update Port audio/xmms Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27397 >Category: ports >Synopsis: Update Port audio/xmms >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 May 16 18:10:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 7 20:34:03 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Be more graceful handling deletion of the plugins directory >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/xmms/pkg-plist xmms/pkg-plist --- /usr/ports/audio/xmms/pkg-plist Wed Mar 28 21:32:02 2001 +++ xmms/pkg-plist Wed May 16 19:56:17 2001 @@ -67,12 +67,12 @@ share/locale/zh_CN.GB2312/LC_MESSAGES/xmms.mo share/locale/zh_TW.Big5/LC_MESSAGES/xmms.mo @dirrm %%DATADIR%%/xmms -@dirrm lib/xmms/Visualization -@dirrm lib/xmms/Output -@dirrm lib/xmms/Input -@dirrm lib/xmms/General -@dirrm lib/xmms/Effect -@dirrm lib/xmms +@unexec rmdir %D/lib/xmms/Visualization 2>/dev/null || true +@unexec rmdir %D/lib/xmms/Output 2>/dev/null || true +@unexec rmdir %D/lib/xmms/Input 2>/dev/null || true +@unexec rmdir %D/lib/xmms/General 2>/dev/null || true +@unexec rmdir %D/lib/xmms/Effect 2>/dev/null || true +@unexec rmdir %D/lib/xmms 2>/dev/null || echo "If you are permanently removing this port, you should deinstall any xmms plugin ports you have installed." | fmt @dirrm include/xmms @exec mkdir -p %D/share/xmms/Skins @unexec rmdir %D/share/xmms/Skins %D/share/xmms 2>/dev/null || echo "If you are permanently removing xmms, do not forget to remove skin files left under %D/share/xmms/Skins. Use \`\`rm -Rf %D/share/xmms/Skins; rmdir %D/share/xmms''" | fmt >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 May 16 18:10:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A67E937B424 for ; Wed, 16 May 2001 18:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H1A5a50320; Wed, 16 May 2001 18:10:05 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 8120537B422 for ; Wed, 16 May 2001 18:00:25 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.3/8.11.3) id f4H10Pt72916; Wed, 16 May 2001 21:00:25 -0400 (EDT) (envelope-from pat) Message-Id: <200105170100.f4H10Pt72916@wlgrv1.pa.home.com> Date: Wed, 16 May 2001 21:00:25 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27398: Update port audio/xmms-crossfade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27398 >Category: ports >Synopsis: Update port audio/xmms-crossfade. I am maintainer >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 16 18:10:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 7 20:34:03 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fixes: - Update xmms-crossfade 0.2.7 => 0.2.8 - Add noportdocs support - Add author of xmms-crossfade to pkg-descr >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/xmms-crossfade/Makefile xmms-crossfade/Makefile --- /usr/ports/audio/xmms-crossfade/Makefile Thu May 3 08:06:59 2001 +++ xmms-crossfade/Makefile Sat May 12 14:38:32 2001 @@ -6,7 +6,7 @@ # PORTNAME= xmms-crossfade -PORTVERSION= 0.2.7 +PORTVERSION= 0.2.8 CATEGORIES= audio MASTER_SITES= http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/ \ ftp://ftp.falsehope.com/pub/xmms-crossfade/ @@ -20,5 +20,12 @@ USE_GMAKE= yes USE_GTK= yes INSTALLS_SHLIB= yes + +post-install: +.ifndef(NOPORTDOCS) + @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ + ${PREFIX}/share/doc/${PORTNAME} + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} +.endif # !NOPORTDOCS .include diff -ruN /usr/ports/audio/xmms-crossfade/distinfo xmms-crossfade/distinfo --- /usr/ports/audio/xmms-crossfade/distinfo Thu May 3 08:06:59 2001 +++ xmms-crossfade/distinfo Sat May 12 14:13:59 2001 @@ -1 +1 @@ -MD5 (xmms-crossfade-0.2.7.tar.gz) = 5a9bcf167443d14ea3f9bbbf1d97485d +MD5 (xmms-crossfade-0.2.8.tar.gz) = 9a3af05dfcbce9480ad740d888dea630 diff -ruN /usr/ports/audio/xmms-crossfade/pkg-descr xmms-crossfade/pkg-descr --- /usr/ports/audio/xmms-crossfade/pkg-descr Sat Dec 23 10:32:44 2000 +++ xmms-crossfade/pkg-descr Sat May 12 19:29:11 2001 @@ -1,3 +1,4 @@ An XMMS Output plugin that allows you to crossfade between different tunes. WWW: http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/ +Author: Peter Eisenlohr diff -ruN /usr/ports/audio/xmms-crossfade/pkg-plist xmms-crossfade/pkg-plist --- /usr/ports/audio/xmms-crossfade/pkg-plist Sat Dec 23 10:32:44 2000 +++ xmms-crossfade/pkg-plist Sat May 12 14:13:59 2001 @@ -1 +1,3 @@ lib/xmms/Output/libcrossfade.so +%%PORTDOCS%%share/doc/xmms-crossfade/README +%%PORTDOCS%%@dirrm share/doc/xmms-crossfade >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 May 16 19:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1B5E37B43C for ; Wed, 16 May 2001 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H2e1960351; Wed, 16 May 2001 19:40:01 -0700 (PDT) (envelope-from gnats) Received: from roc-24-169-96-227.rochester.rr.com (roc-24-169-96-227.rochester.rr.com [24.169.96.227]) by hub.freebsd.org (Postfix) with ESMTP id 57D0C37B423 for ; Wed, 16 May 2001 19:33:18 -0700 (PDT) (envelope-from justin@roc-24-169-96-227.rochester.rr.com) Received: (from root@localhost) by roc-24-169-96-227.rochester.rr.com (8.11.3/8.11.3) id f4H2aKc04327; Wed, 16 May 2001 22:36:20 -0400 (EDT) (envelope-from justin) Message-Id: <200105170236.f4H2aKc04327@roc-24-169-96-227.rochester.rr.com> Date: Wed, 16 May 2001 22:36:20 -0400 (EDT) From: justin@shiningsilence.com Reply-To: justin@shiningsilence.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27401: ports/audio/linux-realplayer port has wrong checksum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27401 >Category: ports >Synopsis: checksum for /ports/audio/linux-realplayer doesn't match >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: Wed May 16 19:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Justin C Sherrill >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD roc-24-169-96-227.rochester.rr.com 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue May 1 02:05:58 EDT 2001 justin@roc-24-169-96-227.rochester.rr.com:/usr/obj/usr/src/sys/DUALS i386 >Description: Checksum for downloaded RPM (needed for install) doesn't match what's in port. >How-To-Repeat: Download the i386 Linux RPM. Place in /usr/ports/distfiles. cd /usr/ports/audio/linux-realplayer. "make install" produces: ===> Extracting for linux-realplayer-8.cs1 >Fix: make NO_CHECKSUM=yes install may work, though I haven't been successful yet. >Release-Note: >Audit-Trail: >Unformatted: >> Checksum mismatch for rp8_linux20_libc6_i386_cs1_rpm. Make sure the Makefile and distinfo file (/usr/ports/audio/linux-realplayer/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 20:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AED837B424 for ; Wed, 16 May 2001 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H3o1D69066; Wed, 16 May 2001 20:50:01 -0700 (PDT) (envelope-from gnats) Received: from freebsd4.build.webmaster.com (freebsd4.build.webmaster.com [216.152.64.229]) by hub.freebsd.org (Postfix) with ESMTP id 14C6837B422 for ; Wed, 16 May 2001 20:42:57 -0700 (PDT) (envelope-from davids@freebsd4.build.webmaster.com) Received: (from davids@localhost) by freebsd4.build.webmaster.com (8.11.3/8.11.1) id f4H3gnl12391; Wed, 16 May 2001 20:42:49 -0700 (PDT) (envelope-from davids) Message-Id: <200105170342.f4H3gnl12391@freebsd4.build.webmaster.com> Date: Wed, 16 May 2001 20:42:49 -0700 (PDT) From: davids@webmaster.com Reply-To: davids@webmaster.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27402: LinuxThreads ports fails to statically link (size changed) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27402 >Category: ports >Synopsis: Static linking problems with time functinos from LinuxThreads port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 16 20:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Schwartz >Release: FreeBSD 4.3-STABLE i386 >Organization: WebMaster, Incorporated >Environment: System: FreeBSD freebsd4.build.webmaster.com 4.3-STABLE FreeBSD 4.3-STABLE #10: Wed May 16 12:22:09 PDT 2001 davids@freebsd4.build.webmaster.com:/usr/src/sys/compile/DAVIDS i386 LinuxThreads port >Description: Attemping to statically link causes problems with functions like localtime, gtime, and so on. Problem is that the symbols size has changed, causing fatal linker errors: /usr/lib/libc.a(localtime.o): In function ctime': localtime.o(.text+0x160c): multiple definition of ctime' /usr/local/lib/liblthread.a(libc_calls.o)(.text+0x60):/usr/ports/devel/ linuxthreads/work/linuxthreads-2.1.3_2/libc_calls.c: first defined here /usr/libexec/elf/ld: Warning: size of symbol ctime' changed from 93 to 28 in localtime.o /usr/lib/libc.a(localtime.o): In function localtime': localtime.o(.text+0x11cc): multiple definition of localtime' /usr/local/lib/liblthread.a(libc_calls.o)(.text+0xc0):/usr/ports/devel/ linuxthreads/work/linuxthreads-2.1.3_2/libc_calls.c: first defined here /usr/libexec/elf/ld: Warning: size of symbol localtime' changed from 93 to 41 in localtime.o /usr/lib/libc.a(localtime.o): In function gmtime': localtime.o(.text+0x1258): multiple definition of gmtime' /usr/local/lib/liblthread.a(libc_calls.o)(.text+0x120):/usr/ports/devel/ linuxthreads/work/linuxthreads-2.1.3_2/libc_calls.c: first defined here /usr/libexec/elf/ld: Warning: size of symbol gmtime' changed from 93 to 31 in localtime.o /usr/lib/libc.a(asctime.o): In function asctime': asctime.o(.text+0x0): multiple definition of asctime' /usr/local/lib/liblthread.a(libc_calls.o)(.text+0x0):/usr/ports/devel/ linuxthreads/work/linuxthreads-2.1.3_2/libc_calls.c: first defined here /usr/libexec/elf/ld: Warning: size of symbol asctime' changed from 93 to 24 in asctime.o >How-To-Repeat: Unfortunately, I'm not sure exactly what combination of circumstances triggers this problem. I'm working on the simplest possible code that triggers this. Perhaps something in my code grabs a header file that manages to pull in the wrong prototypes for these functions? I'm not really sure. >Fix: I'm not sure what the right fix is. Removing the code for 'ctime' 'asctime' 'gmtime', and 'localtime' from the LinuxThreads port works. Well-behaved multithreaded programs don't call these functions anyway. David Schwartz >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 May 16 21: 7:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D777537B628; Wed, 16 May 2001 21:07:15 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H47Fv73292; Wed, 16 May 2001 21:07:15 -0700 (PDT) (envelope-from dinoex) Date: Wed, 16 May 2001 21:07:15 -0700 (PDT) From: Message-Id: <200105170407.f4H47Fv73292@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/27340: UPDATE news/nntp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE news/nntp Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Wed May 16 21:02:07 PDT 2001 Responsible-Changed-Why: Over to Maintainter. Files are not created by this port, Problem does not show on bento. What is sent in make.conf to make you seee this file from the cnews port? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27340 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 22: 3:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C6E837B422; Wed, 16 May 2001 22:03:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H53uW78101; Wed, 16 May 2001 22:03:56 -0700 (PDT) (envelope-from ijliao) Date: Wed, 16 May 2001 22:03:56 -0700 (PDT) From: Message-Id: <200105170503.f4H53uW78101@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, marcel@FreeBSD.org Subject: Re: ports/27019: patch supplied in PR ports/26976 breaks linux_communicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch supplied in PR ports/26976 breaks linux_communicator Responsible-Changed-From-To: freebsd-ports->marcel Responsible-Changed-By: ijliao Responsible-Changed-When: Wed May 16 21:59:26 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27019 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 23: 3:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5D0F37B423; Wed, 16 May 2001 23:03:07 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H637D93639; Wed, 16 May 2001 23:03:07 -0700 (PDT) (envelope-from ijliao) Date: Wed, 16 May 2001 23:03:07 -0700 (PDT) From: Message-Id: <200105170603.f4H637D93639@freefall.freebsd.org> To: blaz@si.FreeBSD.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27012: [MAINTAINER UPDATE] netsaint-plugins port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] netsaint-plugins port update State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 16 23:02:28 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27012 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 23: 5:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E117237B422; Wed, 16 May 2001 23:05:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H65dG96426; Wed, 16 May 2001 23:05:39 -0700 (PDT) (envelope-from ijliao) Date: Wed, 16 May 2001 23:05:39 -0700 (PDT) From: Message-Id: <200105170605.f4H65dG96426@freefall.freebsd.org> To: blaz@si.FreeBSD.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27013: [MAINTAINER UPDATE] netsaint port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] netsaint port update State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 16 23:03:25 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27013 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 23:14:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hedgehog.highway1.com.au (hedgehog.highway1.com.au [203.7.224.11]) by hub.freebsd.org (Postfix) with ESMTP id 55AF437B422 for ; Wed, 16 May 2001 23:14:38 -0700 (PDT) (envelope-from jerrod@highway1.com.au) Received: from highway1.com.au (flash179.highway1.net.au [203.23.218.189]) by hedgehog.highway1.com.au (8.9.3/8.9.3) with ESMTP id OAA24311 for ; Thu, 17 May 2001 14:07:51 +0800 (WST) Message-ID: <3B036AE6.A7F59C21@highway1.com.au> Date: Thu, 17 May 2001 14:08:38 +0800 From: jerrod lim X-Mailer: Mozilla 4.73 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: hello Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi there, i'm just wondering how, where, who i can get some russian fonts from - cp1251. please advice. thanks. jerrod To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 23:34:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7023F37B423; Wed, 16 May 2001 23:34:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H6YNW98838; Wed, 16 May 2001 23:34:23 -0700 (PDT) (envelope-from ijliao) Date: Wed, 16 May 2001 23:34:23 -0700 (PDT) From: Message-Id: <200105170634.f4H6YNW98838@freefall.freebsd.org> To: jus@athena.za.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27026: port update for mail/ripmime Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update for mail/ripmime State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 16 23:33:51 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27026 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 16 23:50:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id D8C1A37B423 for ; Wed, 16 May 2001 23:50:10 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) id f4H6o4b01570; Thu, 17 May 2001 08:50:04 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.3/8.11.3) id f4HLDrd08191; Thu, 17 May 2001 23:13:53 +0200 (CEST) (envelope-from andreas) Date: Thu, 17 May 2001 23:13:53 +0200 From: Andreas Klemm To: Eric Jacoboni Cc: freebsd-ports@FreeBSD.ORG, apsfilter-hackers@apsfilter.org Subject: Re: porting the Hewlett-Packard Linux Inkjet Driver Project to FBSD ? Message-ID: <20010517231353.A8166@titan.klemm.gtn.com> References: <86d7b3jg0w.fsf@titine.fr.eu.org> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86d7b3jg0w.fsf@titine.fr.eu.org>; from jaco@teaser.fr on Tue, Mar 27, 2001 at 07:08:47PM +0200 X-Operating-System: FreeBSD 4.3-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --jI8keyz6grp/JLjh Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Have no time. But if there is any take I would be more than happy to commit it .. On Tue, Mar 27, 2001 at 07:08:47PM +0200, Eric Jacoboni wrote: > Hi, >=20 > Owner of a Deskjet 890C, i've always think it was a pity to obtain > such awful color pictures wit Ghostscript under Unix. >=20 > Recently, HP has released the source of its Linux Inkjet Driver > Project. I've downloaded the sources and tried to play with them and > GS in order to build something runnable under FBSD but i must admit my > lack of experience: the build still fails. >=20 > I've downloaded the binary rpm packages and i've installed them on my > FreeBSD box. Wow... I don't recognize my printer! >=20 > As this installation was a bit tricky, i would prefer the cleaner > FBSD's style, so my question is: is the integration of HPIJS planned > for GS port ? >=20 > I'm still trying to build the whole stuff, starting from the current > GS6 port but, as i've said before, i'm not very experienced in GS > build. >=20 > BTW: see for more informations >=20 > --=20 > =C9ric Jacoboni, n=E9 il y a 1289076860 secondes. >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message Andreas /// --=20 Andreas Klemm - Powered by FreeBSD 4.2 SMP Need a magic printfilter today ? -> http://www.apsfilter.org/ --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE7BD8Rd3o+lGxvbLoRAv8YAJ9u5H0OgUv9o5AoFie+U9tmNmFdzwCfap7n 1af2/K42SfVm6Pf15YEesy4= =SUya -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 0: 5:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from eniac.cable.net.co (eniac.cable.net.co [196.27.25.66]) by hub.freebsd.org (Postfix) with ESMTP id 3850137B422 for ; Thu, 17 May 2001 00:05:31 -0700 (PDT) (envelope-from servicios@digitecnia.com) Received: from localhost ([209.88.49.106]) by eniac.cable.net.co (Post.Office MTA v3.5.3 release 223 ID# 637-71558U30000L25000S0V35) with ESMTP id co for ; Thu, 17 May 2001 02:10:34 -0500 X-Sender: servicios@digitecnia.com From: digitecnia.com To: ports@freebsd.org Date: Thu, 17 May 2001 02:05:48 -0500 Subject: Su negocio esta al aire?... o en el aire? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001__38844088_7548,08" Message-Id: <20010517070531.3850137B422@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a Multipart MIME message. ------=_NextPart_000_001__38844088_7548,08 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit ------=_NextPart_000_001__38844088_7548,08 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT5XRUJQQUNLIERJR0lURUNOSUE8L3RpdGxlPg0KPG1l dGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJz ZXQ9aXNvLTg4NTktMSI+DQo8U1RZTEU+DQo8IS0tDQphOmxpbmsgeyB0ZXh0LWRlY29yYXRp b24gOiBub25lOyBjb2xvciA6IHdoaXRlOyB9DQphOnZpc2l0ZWQgeyB0ZXh0LWRlY29yYXRp b24gOiBub25lOyBjb2xvciA6IHdoaXRlOyB9DQphOmFjdGl2ZSB7IHRleHQtZGVjb3JhdGlv biA6IG5vbmU7IGNvbG9yIDogI0ZGMDAwMDsgfQ0KYTpob3ZlciB7IHRleHQtZGVjb3JhdGlv biA6IG5vbmU7IGNvbG9yIDogI0ZGMDAwMDsgfQ0KLS0+DQo8L1NUWUxFPg0KPC9oZWFkPg0K DQo8Ym9keSA8Ym9keSBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGZvbnQtc2l6ZTog MTAgcHQiIGJnY29sb3I9IiNmZmZmZmYiIHRleHQ9IiMwMDAwMDAiIGxpbms9IiMwMDAwOTki IHZsaW5rPSIjQ0NDQ0ZGIiBhbGluaz0iI0NDQ0NGRiINCiA+DQoNCjxwIGFsaWduPSJjZW50 ZXIiPg0KPGltZyBib3JkZXI9IjAiIHNyYz0iaHR0cDovL3d3dy5kaWdpdGVjbmlhLmNvbS9p bWFnZXMvMWEuZ2lmIiB3aWR0aD0iNDY4IiBoZWlnaHQ9IjYwIj48L3A+DQoNCjxwIGFsaWdu PSJjZW50ZXIiPjxpbWcgYm9yZGVyPSIwIiBzcmM9Imh0dHA6Ly93d3cuZGlnaXRlY25pYS5j b20vaW1hZ2VzL3dlYnBhY2tfMDEuZ2lmIiB3aWR0aD0iMTYwIiBoZWlnaHQ9IjQwIj48L3A+ DQo8cCBhbGlnbj0ibGVmdCI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiMwMDY2RkYiPkVsIDxp PldFQlBBQ0s8L2k+Jm5ic3A7IGVzIHVuYSANCnNvbHVjafNuIGludGVncmFsIGNvbXB1ZXN0 YSBwb3IgbG9zIHNlcnZpY2lvcyBi4XNpY29zIG5lY2VzYXJpb3MgcGFyYSB0ZW5lciB1biAN CnNpdGlvIGVuIEludGVybmV0IGRlIHVuYSBmb3JtYSBy4XBpZGEsIGVjb27zbWljYSB5IHBy b2Zlc2lvbmFsLCBlc3RhIGNvbXB1ZXN0byANCnBvcjo8L2ZvbnQ+PC9wPg0KPHAgYWxpZ249 ImxlZnQiPjxmb250IGNvbG9yPSIjMDA2NkZGIj48Yj5Ob21icmUgZGUgRG9taW5pbzwvYj48 L2ZvbnQ+IFJlZ2lzdHJvIA0KcG9yIDEgYfFvJm5ic3A7IC0tIDxmb250IGNvbG9yPSIjRkZG RkZGIj4gPGEgaHJlZj0iaHR0cDovL3d3dy5zdS1lbXByZXNhLmNvbSI+DQo8Zm9udCBjb2xv cj0iIzAwMDAwMCI+d3d3LnN1LWVtcHJlc2EuY29tPC9mb250PjwvYT48L2ZvbnQ+IC0tPC9w Pg0KPHAgYWxpZ249ImxlZnQiPjxmb250IGNvbG9yPSIjMDA2NkZGIj48Yj5EaXNl8W8gV2Vi PC9iPjwvZm9udD4gDQpQb3J0YWRhIGluaWNpYWwsIDUgcGFnaW5hcyBhZGljaW9uYWxlcywg bG9nb3RpcG8geSAyIEZvcm11bGFyaW9zPC9wPg0KPHAgYWxpZ249ImxlZnQiPjxmb250IGNv bG9yPSIjMDA2NkZGIj48Yj5Ib3N0aW5nIFdlYjwvYj48L2ZvbnQ+IDEgYfFvIGRlIHNlcnZp Y2lvIGluY2x1aWRvLCBjb24gMjAgTUIgZGUgZXNwYWNpbzwvcD4NCjxwIGFsaWduPSJsZWZ0 Ij48Zm9udCBjb2xvcj0iIzAwNjZGRiI+PGI+NSBCdXpvbmVzIGRlIENvcnJlbyBFbGVjdHLz bmljbzwvYj48L2ZvbnQ+PC9wPg0KPGZvbnQgY29sb3I9IiNGRkZGMDAiPg0KPHAgYWxpZ249 ImxlZnQiPjwvZm9udD48Yj48Zm9udCBjb2xvcj0iIzAwNjZGRiI+VmFsb3I8L2ZvbnQ+IDQ5 MCBE82xhcmVzPC9iPjwvcD4NCjxwIGFsaWduPSJsZWZ0Ij4mbmJzcDs8L3A+DQo8cCBhbGln bj0iY2VudGVyIj48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+PGI+QWRpY2lvbmVzIGFsIFdFQlBB Q0s6PC9iPjwvZm9udD48L3A+DQo8cCBhbGlnbj0ibGVmdCI+PGZvbnQgY29sb3I9IiNGRjAw MDAiPjxiPk51ZXZvISANClBsdWcgQ29tZXJjaWFsIDwvYj48L2ZvbnQ+Q29uc2lzdGUgZW4g dW4gcGFxdWV0ZSANCmFkaWNpb25hbCwgcXVlIHBlcm1pdGUgbGEgaW1wbGVtZW50YWNp824g ZGUgY29tZXJjaW8gZWxlY3Ry825pY28gZW4gc3Ugc2l0aW8gDQpXZWIuIEVzdGEgY29tcHVl c3RvIHBvciBlbCBzaXN0ZW1hIGRlIGNhdGFsb2dvIGVuIGztbmVhLCBjYXJyaXRvIGRlIGNv bXByYXMsIA0KbW9kdWxvIGRlIGFkbWluaXN0cmFjafNuIHkgdW4gY3Vyc28gdmlydHVhbCBk ZSBjb21lcmNpbyBlbGVjdHLzbmljby4gMSBh8W8gZGUgDQpzZXJ2aWNpbyBpbmNsdWlkby4g PGZvbnQgY29sb3I9IiNGRjAwMDAiPlZhbG9yIDIxMCBE82xhcmVzPC9mb250PjwvcD4NCjxw IGFsaWduPSJsZWZ0Ij48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+RGlzZfFvIGRlIFBhZ2luYSBh ZGljaW9uYWw6PC9mb250PiAzMCBE82xhcmVzIGMvdTwvcD4NCjxwIGFsaWduPSJsZWZ0Ij48 Zm9udCBjb2xvcj0iI0ZGMDAwMCI+Rm9ybXVsYXJpbyBjb24gZW52aW8gZGUgcmVzdWx0YWRv cyBhIHVuIA0KZW1haWw6PC9mb250PiAyNSBE82xhcmVzIGMvdTwvcD4NCjxwIGFsaWduPSJs ZWZ0Ij4mbmJzcDs8L3A+DQo8cCBhbGlnbj0ibGVmdCI+PGZvbnQgY29sb3I9IiMwMDY2RkYi PlNpIGVzdGEgaW50ZXJlc2FkbyBlbiBlbCBXRUJQQUNLLCBwb3IgDQpmYXZvciBsbGVuZSBl bCBzaWd1aWVudGUgZm9ybXVsYXJpbzo8L2ZvbnQ+PC9wPg0KDQogICAgICAgICAgPEZPUk0g YWN0aW9uPWh0dHA6Ly82My4xNjYuMTE3LjQxL3NlbmRtYWlsLmNmbSBtZXRob2Q9cG9zdD4N CiAgICAgICAgICAgIDxJTlBVVCANCiAgICAgIG5hbWU9ZW1haWx0byB0eXBlPWhpZGRlbiB2 YWx1ZT12ZW50YXNAZGlnaXRlY25pYS5jb20+DQogICAgICAgICAgICA8SU5QVVQgbmFtZT1l bWFpbGZyb20gDQogICAgICB0eXBlPWhpZGRlbiB2YWx1ZT13ZWJwYWNrPg0KICAgICAgICAg ICAgPElOUFVUIG5hbWU9ZW1haWxzdWJqZWN0IHR5cGU9aGlkZGVuIA0KICAgICAgdmFsdWU9 d2VicGFjaz4NCiAgICAgICAgICAgIDxJTlBVVCBuYW1lPWVtYWlsY29uZmlybSB0eXBlPWhp ZGRlbiANCiAgICAgIHZhbHVlPWh0dHA6Ly93d3cuZGlnaXRlY25pYS5jb20vY29uZmlybWFj aW9uLmh0bT4NCjx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2lu Zz0iMCIgc3R5bGU9ImJvcmRlci1jb2xsYXBzZTogY29sbGFwc2UiIGJvcmRlcmNvbG9yPSIj MTExMTExIiB3aWR0aD0iMTAwJSIgaWQ9IkF1dG9OdW1iZXIxIj4NCiAgICA8dHI+DQogICAg ICA8dGQgd2lkdGg9IjE2JSI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiMwMDY2RkYiPk5vbWJy ZTwvZm9udD48L3RkPg0KICAgICAgPHRkIHdpZHRoPSI4NCUiPjxpbnB1dCB0eXBlPSJ0ZXh0 IiBuYW1lPSJub21icmUiIHNpemU9IjIwIj48L3RkPg0KICAgIDwvdHI+DQogICAgPHRyPg0K ICAgICAgPHRkIHdpZHRoPSIxNiUiPjxmb250IHNpemU9IjIiIGNvbG9yPSIjMDA2NkZGIj5F bXByZXNhPC9mb250PjwvdGQ+DQogICAgICA8dGQgd2lkdGg9Ijg0JSI+PGlucHV0IHR5cGU9 InRleHQiIG5hbWU9ImVtcHJlc2EiIHNpemU9IjIwIj48L3RkPg0KICAgIDwvdHI+DQogICAg PHRyPg0KICAgICAgPHRkIHdpZHRoPSIxNiUiPjxmb250IHNpemU9IjIiIGNvbG9yPSIjMDA2 NkZGIj5DaXVkYWQ8L2ZvbnQ+PC90ZD4NCiAgICAgIDx0ZCB3aWR0aD0iODQlIj48aW5wdXQg dHlwZT0idGV4dCIgbmFtZT0iY2l1ZGFkIiBzaXplPSIyMCI+PC90ZD4NCiAgICA8L3RyPg0K ICAgIDx0cj4NCiAgICAgIDx0ZCB3aWR0aD0iMTYlIj48Zm9udCBzaXplPSIyIiBjb2xvcj0i IzAwNjZGRiI+UGHtczwvZm9udD48L3RkPg0KICAgICAgPHRkIHdpZHRoPSI4NCUiPjxpbnB1 dCB0eXBlPSJ0ZXh0IiBuYW1lPSJwYWlzIiBzaXplPSIyMCI+PC90ZD4NCiAgICA8L3RyPg0K ICAgIDx0cj4NCiAgICAgIDx0ZCB3aWR0aD0iMTYlIj48Zm9udCBzaXplPSIyIiBjb2xvcj0i IzAwNjZGRiI+RGlyZWNjafNuPC9mb250PjwvdGQ+DQogICAgICA8dGQgd2lkdGg9Ijg0JSI+ PGlucHV0IHR5cGU9InRleHQiIG5hbWU9ImRpcmVjY2lvbiIgc2l6ZT0iMjAiPjwvdGQ+DQog ICAgPC90cj4NCiAgICA8dHI+DQogICAgICA8dGQgd2lkdGg9IjE2JSI+PGZvbnQgc2l6ZT0i MiIgY29sb3I9IiMwMDY2RkYiPlRlbOlmb25vPC9mb250PjwvdGQ+DQogICAgICA8dGQgd2lk dGg9Ijg0JSI+PGlucHV0IHR5cGU9InRleHQiIG5hbWU9InRlbGVmb25vIiBzaXplPSIyMCI+ PC90ZD4NCiAgICA8L3RyPg0KICAgIDx0cj4NCiAgICAgIDx0ZCB3aWR0aD0iMTYlIj48Zm9u dCBzaXplPSIyIiBjb2xvcj0iIzAwNjZGRiI+ZW1haWw8L2ZvbnQ+PC90ZD4NCiAgICAgIDx0 ZCB3aWR0aD0iODQlIj48aW5wdXQgdHlwZT0idGV4dCIgbmFtZT0iZW1haWwiIHNpemU9IjIw Ij48L3RkPg0KICAgIDwvdHI+DQogICAgPHRyPg0KICAgICAgPHRkIHdpZHRoPSIxNiUiPiZu YnNwOzwvdGQ+DQogICAgICA8dGQgd2lkdGg9Ijg0JSI+PGZvbnQgY29sb3I9IiMwMDY2RkYi Pg0KICAgICAgPGlucHV0IHR5cGU9ImNoZWNrYm94IiBuYW1lPSJ3ZWJwYWNrIiB2YWx1ZT0i T04iPjwvZm9udD48Zm9udCBzaXplPSIyIiBjb2xvcj0iIzAwNjZGRiI+V0VCUEFDSzwvZm9u dD48L3RkPg0KICAgIDwvdHI+DQogICAgPHRyPg0KICAgICAgPHRkIHdpZHRoPSIxNiUiPiZu YnNwOzwvdGQ+DQogICAgICA8dGQgd2lkdGg9Ijg0JSI+PGZvbnQgY29sb3I9IiMwMDY2RkYi Pg0KICAgICAgPGlucHV0IHR5cGU9ImNoZWNrYm94IiBuYW1lPSJ3ZWJwYWNrcGx1Z2NvbWVy Y2lhbCIgdmFsdWU9Ik9OIj48L2ZvbnQ+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiMwMDY2RkYi PldFQlBBQ0sgDQogICAgICArIFBsdWcgQ29tZXJjaWFsPC9mb250PjwvdGQ+DQogICAgPC90 cj4NCiAgICA8dHI+DQogICAgICA8dGQgd2lkdGg9IjE2JSI+DQogIDxpbnB1dCB0eXBlPSJz dWJtaXQiIHZhbHVlPSJPSyIgbmFtZT0iQjEiIHN0eWxlPSJmbG9hdDogcmlnaHQiPjxwPjwv cD4NCiAgPHA+PC90ZD4NCiAgICAgIDx0ZCB3aWR0aD0iODQlIj4NCiAgICAgIDxibG9ja3F1 b3RlPg0KJm5ic3A7PHA+PGZvbnQgc2l6ZT0iMiI+Tm90YTogRXMgcG9zaWJsZSBxdWUgZXN0 ZSBmb3JtdWxhcmlvIG5vIGZ1bmNpb25lIGNvcnJlY3RhbWVudGUgDQplbiBhbGd1bm9zIHBy b2dyYW1hcyBkZSBjb3JyZW8gDQogICAgICBlbGVjdHLzbmljby4gUHVlZGUgY29tcGxldGFy bG8gZW4gbO1uZWEgZW46IGh0dHA6Ly93d3cuZGlnaXRlY25pYS5jb20vd2VicGFjay5odG0g PC9mb250PjwvcD4NCiAgICAgIDwvYmxvY2txdW90ZT4NCiAgICAgIDwvdGQ+DQogICAgPC90 cj4NCiAgPC90YWJsZT4NCiAgPHAgYWxpZ249ImNlbnRlciI+DQogICAgICAgICAgICA8L3A+ DQo8L2Zvcm0+DQo8cCBhbGlnbj0ibGVmdCI+PGI+byBjb250YWN0YXJzZSBhIDogdmVudGFz QGRpZ2l0ZWNuaWEuY29tPC9iPjwvcD4NCg0KPHAgYWxpZ249ImxlZnQiPiZuYnNwOzwvcD4N Cg0KPHAgYWxpZ249ImNlbnRlciI+d3d3LmRpZ2l0ZWNuaWEuY29tPC9wPg0KPHAgYWxpZ249 ImNlbnRlciI+PGZvbnQgc2l6ZT0iMSI+U0kgTk8gREVTRUEgUkVDSUJJUiBPRkVSVEFTIERF IERJR0lURUNOSUEsIA0KQ09OVEVTVEUgRVNURSBFTUFJTCBDT04gTEEgUEFMQUJSQSBSRU1P VkVSIENPTU8gQVNVTlRPLjwvZm9udD48L3A+DQoNCjwvYm9keT4NCjwvaHRtbD4= ------=_NextPart_000_001__38844088_7548,08-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 0:39:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FB8237B423; Thu, 17 May 2001 00:39:40 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H7dek07417; Thu, 17 May 2001 00:39:40 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 00:39:40 -0700 (PDT) From: Message-Id: <200105170739.f4H7dek07417@freefall.freebsd.org> To: dim@xs4all.nl, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27083: Add docs and examples to socks5 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add docs and examples to socks5 port State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 17 00:36:24 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27083 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 2:50:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B02AA37B423 for ; Thu, 17 May 2001 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H9o1C26403; Thu, 17 May 2001 02:50:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0F25B37B424; Thu, 17 May 2001 02:46:45 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 0C96410F410; Thu, 17 May 2001 04:46:44 -0500 (CDT) Message-Id: <20010517094644.0C96410F410@leviathan.inethouston.net> Date: Thu, 17 May 2001 04:46:44 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: jmz@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27405: UPDATE x11/XFree86-4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27405 >Category: ports >Synopsis: UPDATE x11/XFree86-4 >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 May 17 02:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Move manpages to Makefile from pkg-plist, handbook says not to put manpages in pkg-plist files This should probably warrant portrevision, but I'm not sure >How-To-Repeat: >Fix: begin 644 xfree86-4.diff.gz M'XL(`+&<`SL``[V]:6\;2;8F_+G\*S0S]\/[HMJ69*MLMX'"E#:SA!(MEU*V MV1<#%)+)))FMW&XN)-47\]_GG%@R8SDGDH,+3`-=%L_SY!9[G(@XS_\\.:R; M-/WX_O7%FU6V7K_9_.M-WZ=E4JW25W?E*CU\.IG'S^DZR]-7O_[7__?J\3HZ MP9M].CG=5D5Z6B:[]K2NFJX]/9R?GRX^J[G9Q>GY^?SMY] M^N7\)WG]SS__[-)^.3W_<'+V]T\7P'S_ZK??3EZ??_C;^Y.?X;^_?/S[R6^_ MO3JY73P]7EX__?7PY?X?O_ZTN#A[VS;)Z_,WW>9?)_K76_SUZF1^>??E"?Y_ M^_CK3_\L_O4;?MY5=/.F:C:O3E[]/+_\O7S3S_%==VD+?R*NVI9P+_+U;JKZF2- M?Z;KJDGS;+/%ZY=95\2UOFY9=%4,/Y)#C5>M-O@C766=O-NZS.^VXJ_Q.\"4A7^?5ZN_BJ@+.EK\^6A;JK#"_S. ML^6A.8@_6O7,O%QE^'EX\2JMTW*EKT/+1B%U*]GX-UPI_GQ.UH7X%VZPS40: MR>N>\=7E7:LDKQ),SSK)NGT:BS_Q98IR@WC=[ILQ>>`9V;_PO:'(U;'XM*:( M2_RG[>*F&_[`=VR3N(2[ZFO;M(5WQ/=MT^[PO)2IWFZK/;Z-^K/98!:VA4X/ M>27>$1.EE;G2[?&_NRS=RV^&.@)%93W^E53%\,H'E06')=9D^#>)\T3\FV?U MLHJ;E?PA4^&0%.UJ*$6'I"K;*D\%T'=MFN-?4!KPV>+/0ORW?E$Y?L"B,ER= M[H3I1;[D^N/[9+W1?U7E.I,_Q//76;FROOD@2I=\X%I>O\=O.FSBHHC%'^(K MMI6H!8;2A!XMH<]Y!FW.9YU_S&%J6-^].KD3#`/]]:%;PY'?R[M+Z M%=)+,[YA4FLTCY/GK]D!\@W@XB!799DF';3O7_IB*=[DYNI6HS?I.N[S[KK*JP83`4#;XCY;P3=I#=5B M8(N?#'5V/?)FUPSI$;+D!Q3B:C^22:(T/JQOLK;.XQ<'_9ZU?9R/MY"_O6?* M:T4R(E?^_#T53;K-D<;Y?*19B3O8A@=5 M:7L%10`NB3KH<08BV*-XEWZ#D42#C[C=0>[/X_;9_<[9_?ZZ2>,NG=\T,13: MS27\,D#;:ANP![_NFP9N35\1[:%T]^NU?`=-<)ZDD\]],VDWK'?0%J17+UUJ MU9:[%EZAK9H_4LSHN_9S7XJ2+'\K"ORHXY6FS+,V(6GS"@8VZ7"KKY\M]&N3 M[2"AS'O=QVWW1UGMR\?T/WKH%&$LD4#KE*[T5?/X<`TUQ*R)\[3LOU8U%./A M4Y6IQ[HUSTKW"L'YDAXZ]10PR;+CM#`-3R0&5M]AP%%AALH_'M,\C=NA M+.OZ*2^3-U+-G\!'B_'.JHJX7R',AG%Q"84`,U5:L,H,!6MQN5J-#>./N$NV MXHK5ZO>J[4P6_FX5IE\-_WZJ\(91:I!S&`1QJ?M5W757J1RVNMW&Y245VRG*6-K,F7@Z725Q^`.0J]._Y>)DTWX`9 MJDL=;Z!`X,/)BZ'BSV'H+QMI$_Z+A6Q@?ZK3]1E M:?)\M[8+@S!B/V1D'%B>7NIT13"%73Z90&U@<9TU29]#WCE4;5:M)X-&_7(O M[M=:]QK--T:#3>'?QLICU?!K:,T:LU>5EJ'-7_6*G(1CTIUR6*YR[:][LVF*) M%E-@8IPC1]2?FZJXB3OC?@(TFD%EP>9'#C`B'YFWPE">&GR8\D/O`QW>@4%;^CK*CS,1--JI&SQF^G MVT)6#J5&C\#U*%;2P)J5Z9@4-Y"U7:H*A,%"JQB#9:DHHM",O3BPT5R!I85V M[L5(4FW1::I^/WB,,1V4P:K^%G5,!\M@)X2LF+IODK^>L@*^L6I6(RMK9)&& M.L!5$ZC.\3*'G@P'DFY+KNHZ]`+H*!0ME3+-*[RO'&RKL8!U"7:H!OUA;303 M@TTV%?A&LM-6L/S=:DRDKIO#MOW\O2;?9V5JL=`PW$KT218L+`/^",D%G4]N MWV*P#KPHW136H$08]2L:O\2+C90G6?Z&OPWXMJ@[HYC0_V0XZ0_^[0?YPB+VT,-[?3(.718-*"//ZBVU\I0`7>M.3):?/[X_GNV MFJ,S0]-&TU"O4BLS1L(L[6`0IPDMS0A?/Z_*K#,:)`O\GJ60KTU'H/<5#`?@ MWVB?R?&U2X#_!YX,"=F\B`0Q)S-+%3XTZ\-EK55/!CDV:7O,S188V.[ M^)SWK9C*?*Z2OI6C.^<"-1*6)%'*5*FS*.-8#W^U_EC]<]4DSM1JH7IJ18`? M9I\[_&YMRM!SX"_9NEH#=#3CPS4%_[Y#]YM+P)1O3=;7N-MZ+%VKX*?1J^-/ MW3O-Q_<=.NB1)=L:]8:+V?7W..^-,C!3F8$]M9P78`WLJD*5"\4:;:WBF./* M@71=%05,XA1%=41B;$N(B9#`V8D%4?`+LN930(J MVD\&N<$=HF]R:)#U-JMU`PX^YFIO%R=;L@"2DON>',VP4X.`W M$;^H4O!CKGL!^0/OE>O+#)9VX(UW,[TX(]&?GH]F;XZ/KA'91@@>_')FEJ.) MHAEN46&5O_6?Y MV7W=X5>6V&H;+&UJ1T:: M:.)D81INIA(T79DMQ7B)FMTBT@W7J)*=&8W7?16O]%@`_Q9#0&70C"3.4VL` MK4W&K$B;Y*0(!ZK.>A+8JN>^'CPK\J>3_M(X)NM]M4\;IU#.C0R"OQ_CS%A! M$!;;!8,F8KXZUVV1HM3&Q%PS#,?;'#W:5I.G2JU$#"Y8WA5E\JNRU0E.I!U+('J/1B1K]X6*_;=*PHDO8` M$^O1R2E^.?F&-I'1XB^9OU]CJ'2VRUR8S"[_:YH^VZ^$%J-)^0KS-K/C,XOL MV)W:DU[QZZX<:[L:]#M?I5:6_/;#9(A&?GR;OL.U0>>-^['1@[^'Y0I12ZX@ MTQW/TF#7A6$T=%E=&W.1`7C*\I%I)^EH:@>&S*NH@V&GS=.56/QPRIZP&=V* M^(W=O3M/<0'IF9!6PLSX1MNL_&M@7<*%\(:14?%A6B:6 M<(:I"QJTTW3N5!&#;&=-E>ZW37D]4H'XMYWV4 M5TK<1`Q9[3&MPR.9D]4.3;;+2(%D>#8.*BQW5 MOC0>/,Y]!]I-W&YE.QN%9\.1-ZV-C*EKZO.X2=5`P"8^[E3;%JFYZN_P?KE1 MVL$NO#9]KC\"?T;=2VX]4C=^$3%A%;8F'5)<&(A,L@;6?:.?=W>MOWA@&C-9 M\7/N3`C1]N!\CC"Z$YO(F=Y&SFQV8*%#SYZMH%$,N70Z6WP_\='JS5PC>^8* M/\7R3^$4.V^BBD9GCCJ0QV8YHANPB)J2HM'JTX1!=YGBEQ["N<7M*;*JA#.+ M'6G9<"MV5AM1DUAE9>:OD35_CO8P`ZF84IK,*W="1$Y MI1W9`K/:'`T3:NH?D-6--QU:6$QT##"WKN; M1CVWMUR[2-"%>OQAK(*9:Y@+T%,-D;4(3)&?U^*YNCAOG?RM;LY1??8[F"_P6& MA^G**@`P_\^669YU+U]@-K]V_$S*.W"#)UN*>(>5UX`OWI!3Z/!`CO.;RT,S.@:*+P-WMO=CZ-OX0;39N1O5Y&KHG+[AGK\A*\XI^ MY_+ZG?E0WWK/7W!/72&?9UZQ^,>_C[Q^]P\'/KS\0\-N@NIM1X,G`FUR!]"U M]<%ZI_NU?B.Q'&ES'#<@6.3>_8$@/2.YK**&H4\]EGD7VUEB\V9Z`ZLV/*;^ M(\7.6$6"P:V)P\],(3B-XDH2#G'P)I>K?_9R=S.%:H>6L)G=\LBTNF>T/*7/ MOW^WDE%:W#)C6[_S%WQGKHABW.'4V]MBZ>_Y44;'W2&->FVV6#JN;TT2?B"Q:`,__"F"IHD! M4)O`J%+[4)3-&2A):V``)PE?TP:WI])7CV,D?2^#T*]EC\1FS$AA>S9!D=L/ MQPP9C1'TC&GE]/8(JQUGSD5J,.&ZM1#"0A1ZSV'=59<@972'\\H<_""OY"V: M0LU5].K]P!\0[3=U4/6A!@+&V[(OT@;2A[@`=Q%8Y)EPI#!4[:`;J+)4$F1< M",SB7(W,FT*O`A'4>=ILAN>UDOY0HQ,`OB:!$:3!E?8_,CE3;0JUW&![K\"< M-H6>ZY;P/D7LP8S>\#HV$PJ/+6-OE/.WDT^T^QSAXWR59O8S%M MU`7V4Y7%>^)`QZ\SUQOAPZTLU42='%>96%L1UUDUE$PQR^30Y:C=(`M_T4#` M]>5+X8H_O1&V:1Q9X5CF,=*O75`AC< M`.IWE&W*.'=9XXN;ELKZ%&'^437/:@`B3*KEW,HMMR-5>"DU2?R8MQN+X6XQ M"H+6_B--.&3=YSS>Z*>86U*HM[?;%+3@E,&BS&,8WE9RQQW^-I=#1Y:Y`*D, M]H*CL,F50HNGCE1=Q\D6VHJUG;&^I]HR0_*Y/FP-.^F`;FA5*72-]YX43"CT M9+Z@PXLJ4CA4B!N8MG.OHU#F?>4D3+^JXEJ,\7K)ZL7JC79ZV/7AJL_RU7"H M4O"Q/<`UE-IQ=BL`;S"47S3I]L-JG2RD';E^BFC2[2')^S;;I0,9K5\J8[N2 M937H#CH>2I0V8[`/O\LDS=VU)@,7XQ^Y++=22X>=.*03]XD&20T9; M!VS05N-RL-/J6.:GROU\PZ^E_[9:.YOVL'Y8_C--.I,N>VKYBJU8DW9JIN(] M5:%/'UM]H\E?=+CSV?()=?J@4(=.'GT"V-RP,P)ZX",LX[-Q@@?%[MHNU#:' M:/[T]EUKP"RLT+!T#;3_P_#);A%PI"N3H-67,-U7N.\2>UKU';3#5#15;J9* M'/>#X9D'?E?"+`>;;W/$X;%:^N*6O;I?-D;.:MO.7H-$JWE[WPG>&9LF.W+79.=LFX3Q M7FMV"XJ%8['6/&V]Z*CJ-]ID5CME5VYT](:5AAE[9:]3E;@_(!WA3G6).<[B M3#?6`+)X2[3':(8Y$XR=L\[\NG:L0HJE&FN38[0\\`,:FR9;N?Z8.@5,[X##T1\Q7-8PNBB'7DT;ASY9 MIG9%7(?M\>68,VI"94ZGE4G[$JU=X)W<,^?,M971'O!;%]@3;K5]SW-&V/;6 MX-(MLX&1#;O$!S^$_.FX(J21;?PE;%0E:?#<%-)LS>W1/]SLV'1LW7+05CFP MXVY;FI[W,3*0_M,?+^E@)4;7@%OD^)%)!(45['B,I'K6-Y>VQ[3KFU*;!WX' MC9>BT=O!.G*:+_:GJLJ?,W*XI2!YGH0D6!LIU/VTS3V:T3G[*+3!W`71^=L@.GH?1#=L?*#[ M(-QW8/?4EL7JJ]4>A:$NXOX$NYT>B`W5_'Z/.3^>0!RWF=[%`#6JM8> MVS")^KT-IK^`O)-MN?4RVBB>[KYBY'\\&+NJ=MY5MTOJ:ZE[[1-BS5D:G>(I MC7K->9]XIZ\US2V<^\0MFOO$7W)6-J?T2&N@]$D"4_84R):\3;ZXWE95FPX[ MKM`BPMU8E1VM*FB-M@^FV?W"WLD*B/(.6FQEH^CR*+[@WBZ>)%WXL,24UE";26$7S_B MK)O=&WPT+-Z\$X%%+W[%>,3%FXN39)O5+?Z;-4TO_GAIL@/\*RY;O91Q#2ES M<9+FU48=#X!?Z^4JW6F2^+'=P\]-CBZ5BY/L_.U'_.?#Q9DF91_/\>]G/>*X M."DV,?XW2W!W=Y]L-;.H>AAT`])KCMSBX0V3?HF@U;A@[C-]_/K32]J^^OG5R8_'/Z+':[C] MO_TG_'ES]_B_3__M/V_NHJ>_HF]7^//5R9ML??+__=M_SB^O?[_[$TBD+,=*OGS>L:`S__OPTJ/CR6C2I^\=X**G[QWGA5#"H^_!JCBI]A5/'S]Y_. M,*HX7(]!Q5V:&57\@X@J_N[BW?G?SL\_7)S\+/Y\+T*+Y]GRM*A6?9ZVIQ@@ M>_WQKW=OEW7])K:QW?G9V=G;U9L^<>QO!_MK&"Z?PO_/3\WPXF\V_S*0(=:X M8Y:!QQVCC$+N&'5(HZXY=A6!WK2WUX2HXNVTT([7[R(8RJO#M/B!CN3MV&=C=-0Y1WEU@B/9N M`SKTNVT=X\`[]C$HO`.H"/&V54>*=ZTJ;+QC%A'$'9L**$]9O70=0LT[9AUR MWC4/\><=8`A&[]M%9'K'7)`%2(>K=ZQ$!1.![&W3$-7>-@\A[DFSC/'N0%2= M44'P':.,B.\:Q_#X'D(4&QTXW[7J`/JN7473=\Q#:'W7[J73&'3?LB%36,?H)LPK8[R)^\ABA_%U$A_1W[<2+[/T,59'_7:N?=5(3P#%J@0#7 M7!+)I54#/+.0$/"L2D_`M0MQ`<0G8V4J7`LWD- MSBA=X-J%CH%K5*(&CKGR;ROE#AQC0]2500C!L0M!!-]&]6F65((/2=T$U^[7 MK4%1P;%+907'.,@L>':J>N[][!_4&%Q[[W#?G1KZ##;@BC50J#CX00%2P<%! M#"4'#AD##M@,1][!`6FM!X?D:3[8N!"`<$RN$$00YM[.5H?@L8GK9]X7$?H1 M),&,>$\2@E=[$>Y)EO;=!$#V+2WE"1+3,A0!$.4A2)@L#)Y&!0G3]<(1KB!! M=<:4QXC7]:0M?-R4N+!10N_")C"Z%Q[I:-1R*H6(EI_'(X9>QU?*H'`.=>4S M'-24T7`A2RS#!0T]#!?RA#8\@B&XX6)*?<,S>RH<-B,@R6$3?6D.!S=U.DBH M]YI`7[S#QBT1#QMR%3T9;0DH(Q&98@B`49*F#4`2V M#64D0QR2)1UB8XZ.B`.:>B(V9(J+<`B7'I[B"`%S("U#XG((.1*?(B,UT7:O MO3$$2WS`4"]Q04?%A(3E$5`6(KLW0N>$(HQA'BG4/"=-X48`"A+V0E)0K.&( M.P$Z,BD4@\,&[107P"#1KLT65.%1O[@%5%9R&=@V)T0.!4="&LC\0=K+9=R1O/-26 MON'@C@^3HOCT#Q3),=GC(><:,S81.P1M(P.`7AR.@2':A%'C1T7(05W M2!+;V_HJ/"R!;+<&:1X:,"5Z2,8==ZD*`45B#]Q%>I=%``R^#:WP0U+UR6(2 MM&5_2,H1(%,5;$T@!W4$@GS4""'E@99J$(GZT;I)&ML+&I)"#$)FNZ$S1"-, M;A#B0S2#R0U*DZ$F9(;1\,=>!1\\@!; MKLN%3>TN'B/N:X5()T`='LJ'R+CF'(WK$&=.8 MBMQ.@.3$9V;'=_?1*4_IC)`P\RE'E)FITO(02+"'0(+1ZR,S7P&-901>V@XY M[^.A3F,6T$KCJ&.`>H(QA+7V,?N4"X%[\>=]CAEYTD>]*/4DQ3WP29'HA9F9 M'<>>0@.(&=R>(A@1[2F87W(B8RQR'#X'C/.A!,1X7GV--Y9`K+./PF^T71U$ M)<#A2"J!Z0#=/N1+Q/D<0R_.`2W=.`?3(G*NF5ME=)3E7)19RS#DY@ADT)[S M,%J#SJ?9LLCV#0"_6^9AY)\`7T")HCI$510=P)-4Y'"R,ODZBQQ!ZD!1 M*%T>+%T!"K,4&2D"V<1;,HT4QHW[?.W&"0*Q.&`(.CJ()>SH8H[*8Q`FUUIM MZ4&Q2/))D62*2)(/G=*Y)$DJH!B).>*7'&<"#F:GH8Q)(5-?X,IE$@1;.Y,@:`U-'S*%[7R4 M]QI;*ILTIJ4%:32P3.-+LDX.Y%SO.]4PI>?H4.XZ; MCX_RGC2FM#X)D.I6HX!_V1$")=!`\?/507W.(")&0>FB MD(LZ"GJB"<51@N'*C_J4(TH0ZVB.`HYF6ZB4`,.N9$^]E,#I080K:4K`8<_Q MJ'-*`?30U1<_]0FC""J!A=S1@S(J89]R4U-RJ21EPA$=\8[H*.B(CEA'M*^R M2A%"`X.PH]J58"7@*4*X@C!4A1+$)8B3.R7(51B60:WR.I+QWH$4T?6!?DB.W62 MQQ*9)3%R3XTI<<="S&5TU7:U:3V) M6P<+S?7#T_Q1!)O!&W[ASQ;: M#8!'7$\M\QE!:#F$7@)TXM*2*+,,2(CV^@Q?O)?F<)BIZ.NA.;?\XBB[ M2.5I_U(XXW68%`3V^"T_IJ=4@ET*K1;LLSS58)I"K3&84L(>1#?TEKZPBTT- M6AS181*EO]-5(G9A5Y;8P0UY8@=!K6+/9`D7>^@H8.Q!,UO-F,)=56./,TH< M>]`H=>Q!INZQ!QKZQR[FIZ6CC,R@@2[4ETLF"$HVF4,,:=HIROT1E,G;",%C MFH)JRQPR^9J6!/,D9?(V_&L*?682$6+-)")$FPF$S55;R9D@C++./FC*._OH MH/7L0Z'592T`[9M-(6@6[?U*[*A#AU`R#4S):`9])&8(CHZTCPI1:=*<479? M:9KD>(K3/(M>2W1DJ$,HF5Q:FYI#@C7,$ZR>I!QSFT'%.LP4:M8.)2!M[3-- MB6L?Y?6N?>ZH>^UCK@BVSYAQ8M@D-7ROB2FLJY3MP+YLMD\(3F_7?@$E-+5) M1A`D-S6[JML>/$0]]Y`I_Y$OR4T3F(D=K]--$MW@Z32)"*+N$7G];I8Z.6@D M]+Q9ABWN3=!9F>K3%#KQ%C-31IM"75RG^/*F%,,6\Z<8H115W'-YVEYBG\QYB4.GIBK_3A%":FXKP-*BU MXFB43Q1;,YZ&1WTY`K<$J`A<20MSB)!H(D!?IO<($CFF\U3G:=S77B-X@3YF MU*4G@%$.E`#Y';:.:#V)TAM)?25[@N#+VA.DJ1T;G-8]0POE`NZX4,V2H1I& M$X_*+E\.CR:Y:G=!UL1':C5.`AH4RGB,K@Z]V"UF*\ZYI*L^RU=#W%8?OU9B MPC6SQ4,1A#HA6=<1U[T&V8M9#.8!@:S05]X>DKQOADN>("Z"YV@AGEE&QB_X.2M9:-N+[I0&SABLOPR]5N>5P[/<0V. M)3].\R:GS.K4*PX-"BH;L"SU*W67RMK@;!FY-088B-P%R#^,'?G?M4U7?ISL897(7#UMP M688,WL["/^8\Q+2LSCEPNFE$W0!1T%C!`,G!E@[*4E$'>/QL&54B]/X6MF%% MDG4@B:+08_RY*=X=`!MB*;B;CVK>'H2^YSJ4O)1<(A94?K7U) MB<$J&!E?:!?P0.!.I23EO$NT]LVBD_MB.?N#'V^]\V2^*0+;].H:'IXB/P0' MRB8:[.^^QI1*B;"WJ=$^,@,103->E*/Q?A_6Z,QA<()#&,FC%PHDQOC$)3@Y]I$TKG&3*.LZES#O&\>M`LUN,E?;8"%OJQQN M$7?;DNP&F#.HRL[/R+2"##=FPC.@&F:K>D3,%)1GW<;GI8Z$0010&//L6URBE ML$W+.3>(C:;GJ-&14]"C7.2"Q(YAH^"T;=JW'O$3NZ-.@75'>.:/<\L?[5D2 MDM/,Z/RIJO+G+#C+4Q09C2I(M(XO4`_3!"[X4A<\O=#QQPNZB?,%7?B`03<< M(@B/M7#??6`L;<'D:%IMW*<;1MRY'QP>C%O[^0[^>SRU?"D8H7S4F_ZA!6OI M>9%FS,/^;$T+>;0UA[_'T>Y!00T[;02%J[_?X\GQ^OKN(:NF]R3)PBW);2BD*`T0P0;;;IA M1Q[)B+J,J)4[L;MUE5)W%7?A2$D2 MU@G$79], MA,O>)\%ZOD^X6KY/)NJO(C!U3:)'U%U)G*BYBC19;S?YXGI;56U*'VA#6"@H MD:TYHDKE*(S/[A?T,79@J%56_A:*$+J'C!HO;G"[>"((8M5->&?)7%4,J5// M87CWNQO^_E(CE_^.D<-XRVP.,SH"TEV!IY:#WWN'T7LH>RM7K0DHH/,+J#J( M(Q,!FFKZL>$&R2.T;&X(GCPL&^8P&[H!#IQ]`/1;FRZH\ZX`_8BS;N8=_5+` MPK9?G,9U\>;"-B7;K&X]8]8TO6]]:;*#:UR]E'$-V>>8T[S:J-`V+K1>KM(= M:=SN7?,FQQ4>[5E/6!Q[L8D]4Y9@G(X^V7I(U;>I M9^Q);IE6T#%DB6?WDJ`A/JM!'ZT8&3M`^VZ7-1OO)=IX%Q/6#$:Z55E4Y)TR M+X>ZU=K+YPX=XWY>=&T*Y=TQ[M+62\V=G\"[*O/R81\GE5-&?Q'R+*J]^\5$ M/IPNWGQP#+CP!PU.UA<>!!T,#M>?TMC'=)B*UD/:-.F;#+HV`9S\ENQ7)Z=I ME[PZ69R?0XVJ7Z_D^<7V]"I=5TV:H_XWA8I3R*_NRE5Z^'12/V]>PP0$.KDX MK[?QJU__Z_][]7@=G:RS//UTJ22&#TQTT7B>-4K<^.7]S_O'5*ENO3U[W)Z\;_.F]]NO7KUW;3V_/SLY/ MSRY.S\].SLX_G;__=/;V)W&OGW_^F2'_3L[Y\NSC^=?7SUVV\GK]]= MO'W[M_/S#V]/?A9_OC_Y[;=7)WFVA-JWZO.T/86_#^N/?[U[NZSK-[&-[<[/ MSL[>KM[TB6-_.]AU%I^?"G<-%(YE^N;H`L[O'AV*&'-P;>VU(?GT%)[&8UOL1*J?12RH8QU2]P<`7BJ;W]. MUEYF%<_P)MO,+W;%,^8!\9I5(A;7'&N=9-T^C7T[IE4!DR4/:/>-7\@:L3CA M6W=U[&=E`__U;&T7-UZ)AJE+"6](D[WD;M,6TM5+<)@<'9Z71,UHM]4>$XNR M-QNO\K8%68#$NW@%J"4J6+?W3+LLW1-%`5IR:*Z\&J/,T'MZWW*@ZLQA"0V[ M9TSB//&->5;+09./$,7FD!3MRDNA0X(=<^Z5@T/2PQ@B]\S0NF`"^'8OG0ZK M^H5J+`[80OG&G6]Z(5)Y_?%]LO;*BS#+D8B'^,FSSLH562X.HBTDOGI-O,C> MS]!-7!1>@WS8^%FWK?P^Z9"E9`'*2B*YGI=DB7I>ICO_>Y^7N`F`N`DZHEPC M!O$AC!L_'_,V%L(8OCT1TV0*(3L;F)#[^48T.(="ZFO[]N?"3S?H48@&Y%#Y MMZU1\,XU-D1=:63H:,^.NV$(&]6GH;U6JR\$U%05<2N_;K7=*J&^#F[KDW?9 MJNM+_U5V9/7<^]F_AS)(4GN'^^[T,L]%K$YOOBR'V?#?!RI@H42)R"`2^(9U MP$4P5`@97'Y$N#C.UVF>MRPH2N\80N-A3<0Y<55?7/SFZM8SJ7@J3(`/!^;> M3M&$P$H(F[C>WZDR`!-7/D(1I1=@M'QUZ&J]-X%Q7RD6[4BT0/8MY8U%#C/8 M[ZD8BH?`N2?`'<8QJ MBU'T?.?6<-*,^Z39_5ZM?"K-ZTOX19".1@.>0YL8<,D!,?0Z.F>Y;Y(XAXIU M!(QY2;9?=ZT,0TBLR=^U.M`T"8*QCE/\HJ[W>%\1NY,40/QA.F4NO>5KVS(Y%!?E[%N=9&;PG[F1E]BO)RL5= MJ"/[/BH?"HZ-I/6ZZOWR;@L1$,W-1!LJX8G^2_K% MY79R%Y-6M6_1`U7K2]Q3/I+JD4>$2P_5C`5A5I4!]TUBJ0X%ZY9G\(/R'$`A ME3>4W5\@`X!6M\%3]Q6G\2&#];$R!8%8?B-$=F\&3O0OWB=@750HLZ MXWHHK]QV16WUD;NZZ#>5QXM%>4[5)BUR@ZSDA26,3\?X!G3BR4T#-\)EKS8VD+5=\F"`$F"PX0X4QI\BPFTL M=,:+_2TRF2[+%7F4'#E4BPAFT5O[B(RA)X,D-U5!:JSIO3-,;RMA[)Z8,.DC M@6RWY,X;XJTED+_4V^"-B2U."B!C[4N,T)!4^V=I&0L3#+Z-$F"$M)2I&DA1 M)K25VE"<836G3]"5@Q?G9/')0*Z0Z+;7^K=#4A MMJQVM/(3L\\?WW_/5J2\U@@-;6)*%K.1B"4RV,DPO^/>+.)W>(.D8N4.]*BHSY"OOQ$;DG24T73 M4L`8-2.)D6I&`B+;2=0JI-H[92=N!8!2:B8QOH6Q4/+&>(Z9K"X8[8CK\3_G M?4L4"#P"*:>KS"V5)X$$1`Q`>C.Y@.E)+$*ANEJAU&K`M4<.M^5V;F98/(#$ M>R)$CZ`0DIT^Z4%!F)2_T0!Y/$6#6,KHMV$5+C5()AI@Q+@=S89,(XDSH^R) M(P\S3MEQI@H@#KN)-\*VLZL*LI(9&''?D-;KC)=;G1TGJCK0N`YQ($S[UF9A M@=8!#OC=9L?*M!K$0068?.1TT"Y-8D'=#W#M/`8&G_`4S@(*KAKC9ALBIAA7 MZ@#CHD_,`@*MLX!`ZRP@OSH+R:\B2$Y\9D%=5B,X6B#YICR@LVEA5D$)EQ96 MN'46$&[%DW?D^LAL$&T-?-B$K.ML0M9U%A9O'<*@I8Z>-7VGL,ZK/&_+YG'P M*-;L".G5L,C&;%J8=7;,D?P9+\PZ"PJSSEAAUMF4,.LL++PZ"PNO'B.W,'#X M'."/VL]XF<#9E$C@+"@1R$6X"P:X"\6WF_'2@)::-3.N`\XNZY@%-%S^1/6S ME`B=<#=_6!,.'W:5$8%LS;EDN+4,/*=/UR]$9$P&XMU$E+Q)K];=A'#B'29X M2<9X&2'JZ8C%N;M7C&&V*2LR"@6"3I:I_D'YBEC54S"SGGTG,AR+,QZ,/V#: M(ALE#\)!DMBDYJ<$0F(^P",H+4BV@\B@%^H1$1VMK(\<092"=,7W*4A33F1D M,$\*G-"_YR0R$1!S9@:5`B?<:%_CA--.0X3/[CX@RAG2<),84Z*"!Y_OJWW* M+9#-N7((P&.<4;$$$0DM*\V#XJ%S5CI4#3FXFW(+JG/<51+HIR><5KJ9DG62 M@(<1&H'M4AULBOXB$8.0A+ZD>Z.!)&`N>N"7*M2??*D>_)L]0%]!>/EEX$"F M[1.A`>DN.!0U$#&B.J"9J`I*P("=/<-`#U'&.):,-Z8<-R+$>VRNB:\ M:@/AB8H&'E"4#,E)"DP6UJB+B3@7?!,O$*;J"XP;]PDP%!3")1"+`Y)"N=%$ MR\NT'*AN&]#PM6%RK?4Q7<*MX:LCHB=Y3!.QU8W.?D3UIH$Y^X()7REXA^NC M/.8Q-;%^_+^2EU:A%2>V($H6NLJXK4220>Y3'"&_$#RFM0AL2M=.C;+IV(8G MTU9`7NX1@>Y)![.:BSA:3+@&9'6QWFQ$?&+5!30')6K-!*D!&GX?YS&W-^8R M>U&E67\0\R5J19"PHYO!]D']C4)>8P%F-2FQH["')MMDY/L@&EBF M$0SU$+-KM_1=CW%F1V$'=&0XE\D7.\[U/!!QZ$+'D)^*^QD) M*:985%W0L#4MUJ%/`O"ZQ)^9(2*GZ63Z4GE'4B]#*SZ1(40#TT%6&;I736J[&/D5\2Q5T1R-.C>:B M(]S4T;0C^JC8L!'OB(Z"CNB(=41'4X[HJ=B*4=A1'84=U=$1CNJ!$^Z^7`ZS M7#LR*^K`FHL?=Q?R(.)(8AVHT3;&8,)"L)CN70U"J!.U:'2--"CB;YHAU(#" MSQ'MH5XCHBG2<1%XS,1^&8=#%9R!P2VR"D9P3+B%,>@SEUQ\D9TZR2/.E3)[ M:B1&[JD1$#VU'B'F,KIJ:X0YMC1N6I@(BJBE?!G/)KO"!T#7Q*SS/NIK$>Q) M]H\^_%(FI'';5"7EV@C-]'#.P.02+=>`P(]6QV M;ZT=8CLK8ZJDX=GFP(;H8(QM"3)^1Q,\XGIJF8\/X3T1P3L2`@HX^56@<=+K M,(81/\Z%\ZUL^3&]CM_]!:;,Z8JL!-^S-EMF>=:]R(BU]!>I!80;=`+1<1`6 M@36&'W/65GT#V+7&/>]#@HJL77/^FW5Z",Q0]"8"'Y`H8^S*\:<479T$$Y50IR*X>,N5__L9?".$(M>2T0" M/T:W4#*YGM+GW[^3V2Z18`VS*=^/H!QSFRC&`WN!M]5UT7_@:IF*UA&7%J#D MR?D.V5<`\PIZI/)NE1$;A0"]D:IF1]WIMERQ]\&*%1@"`&,F?>#R$8'>6U+# M]YJ8P@(C$))G`0/@\!.`$)S>KOT"6BRG#H])1A`D-S47R^#VE6+)Q>TOEE/^ MHV(Y$=E?$9B)G42/F,1*XD1D?T6:5N0HEOU:#NXFR])(G1PT"JH\WDS4>V:0OFX6!FX M@:%7WQF62K\`X[;L"Q2]#-T%CQT$T8FW,-2Y:516R<`=`DI.3:%WP06N%RJN M&O?SI"D>:G3C0W(E,$-F\3\RPFW;%&J#45%0ZWL`ITVAW4]_]AC&FN#T4XD( MC'OA&643$AAA5+Y$@/-G.*?^%)OEXR;9DNV)20C=)?R>?Q[UHIB,[.Y42.Y@ MB=69<96)G5KB9LP73>6;A3/WD(X3[@Z,-CS,-J5B**'!A>&N6)E/`V0NY77_ M``W+;B)!K8D^5)1^ZV5=#PE- MJZJ:#"H]!1Q0996$4)H+`I%:I8"ZH:2>%1V3:N82M*4 M#JG%FOA(3A`;(%87<<3HZM"+W6)A2TAR?N6U*S5E"\5L;/`0J?OP:JI7S/2X]=QF:3Y MM&ZRG`/-I2(HM8.S$R'3HG[)2-%><^9`I*_.B*!%ZX>JE&>!RW)%!@H>"&3( MK$XII!XAVNDQF3[C*$75:3U5U2]-9U=0=348S(D?/W9J4G5,N@Q!B.@WD%&$ MV-R#`@&EF`]9-HAC,]V`!;/*J)S:W`"$.L8Q;!`CRVJ%P#Y"QUGQC].*9<8? M_.`#8V:0*TX=&6>BPP4B':*9VC8P$NA6TY;U17\@5$6F#3A:`E@'1^`=")T4 M)(2R!V.38;+%OJ)*<_I1$R.UXX9IXC0_:;;DV;D2*GEX()'6@YY-JZ\;,ULV M'8Z29S=Y;,-SU)C3)#&S0(]R5R:-<#%2\P&//?'ZDC-YRZ#8]"PH-1\0H@X< MS.ZX\]-=\`!U%SI!#?/*-C!^PT$ M;W+*K$Z]XM`P1R5T5=M=2BF`!UFT2A:EA`05SO`@AT M*"B3R+[0HY2;)V^+NV'@UA048=/:D:-,`+F'\0._N_:IJN_3'8PRN8N'+;@L M0P9O9^$?@QOBQ>UUN82@7!AE@*[L1Y8CH)A6_YLA%[XXB,EZ=SZ4O)!4)AY4=K M7U)BL`I&QA?:!3P0N%,I23GO$JU]L^CDOEC._N#'6^_P7*[1=M`$MNG5-3P\ M17X(#I1---C??8TIE1)A;U.C?60&(H)FO"A'X_T^K-.'G=.2:AO*'-5BUV85 MKZBZ&'8B*93V>RF0.6P6:W62NML%" MWE8YW"+NMB79#3!G4)6=GY%I!1ENS(1G.*=G,!'4;L`Q@%7U3+Z&)#RF7=^4 M+*>#CI&TA_W.QSB=D8,E0'LY&`Z,;'2#3%7OR)F"DHS[N-STL5"((`H#GGV+ M:Y12V*;EG!O$1M-SU.C(*>A1+G)!8L>P47#:-NU;C_B)W5&GP+HC///'N>6/ M]BP)R6EF=/Y45?ES%ISE*8J,1A4D6L<7J(=I`A=\J0N>7NCXXP7=Q/F"+GS` MH!L.$83'6KCO/C"6MF!R-*TV[M,-(^[<#PX/QJW]?`?_/9Y:OA2,4#[J3?_0 M@K7TO$@SYF%_MJ:%/-J:P]_C:/>@H(:=-H+"U=_O\>1X_7L0\V9@$DG*(+!'8A(X/8@(C:U"Q$Y$_L0 M!PJS=U#C1^Q%U-2)W8@#;7H_HK]Q?X=>^[)$X3;$EI12%":(8*- M-MVP(X]D1%U&U,J=V-VZ2JF[BF:46+39H54>`2*PGGL2(,R3Q%1*I8&?O+MP MI"0)ZP3B+N<7$G9RG!'Z)LD0+\]3IK(@ZJJ:^7[=95%I'7KJ/IFJS)(1!,F* MO$\FPF7ODV`]WR=<+=\G$_57$9BZ)M$CZJXD3M1<19JLMYM\<;VMJC:E#[0A M+!24R-8<4:5R%,9G]POZ&#LPU"HK?PM%"-U#1HT7-[A=/!$$L>HFO+-DKBJ& MU*GG,+S[W0U_?ZF1RW_'R&&\93:'&1T!Z:[`4\O![[W#Z#V4O96KU@04T/D% M5!W$D8D`337]V'"#Y!%:-C<$3QZ6#7.8#=T`!\X^`/JM31?4>5>`?L19-_.. M?BE@8=LO3N.Z>'-AFY)M5K>>,6N:WK>^--G!-:Y>RKB&['/,:5YM5&@;%UHO M5^F.-&[WKGF3XPJ.8\S.WW[T;!\NSES;LYZ<./9B$WNF+,&8''VR]9"J;U// MV)/<,JV@$\@2S^Y];D-\0H/^6#$*=H#VW2YK-MY+M!F,7ZNRJ,AK,B_=N]7: MR[T.W=U^"G=M"J78,>[2UDNWG9^4NRKS4GP?)Y53\GX1HBNJ%?O%1#Z<+MY\ M<`RXG`?-2-87'@3=!@["G]+8QW3PB=9#VC3IFPPZ+`&<_);L5R>G:9>\.EF< MGT,]J5^OY*G$]O0J75=-FJ.J-X6*L\6O[LI5>OAT4C]O7L.T`KJN.OG[QU>_ M_M?_]^KQ.CI99WGZZ>1T6Q7I:9GLVE,1">+T`"\CNI./[U]?G-K/_MON59-" M]J8[:)!.&J58?7+^YOS\U2I;KT]>]R>O&_SIOO3KUZ\=TT]OS\[.3\\N3L_/ M3L[./YV__W3V]B=QIY]__IGF_G)Z_N'D[.^?+H!^]NJWWTY>O[MX=_ZW\_,/ M%R<_BS_?G_SVVZN3/%M"%5OU>=J>PM^']<>_WKU=UO6;V,9VYV=G9V]7;_K$ ML;\=[#IWST^%_P7*Q3)]9`H=YZUZ*K8-2:'VGOB:N/14FA]B!=>MQG. M=CQKWJY%@&T/@`]<>5^RR0_4;;(DC?'TN6?VF05T^:[Q>;GZJT"_EF//EP?H MDPXOGAU*6'/PK2WUX3DTQUY&XUNLA`P?A6PH8]T2-T<`GNK;GY.UEUG%,[S) M-O.+7?&,>4"\9I6(U3+'6B=9MT]CWXYI5<#LQP/:?>,7LD:L-OC671W[6=G` M?SU;V\6-5Z*EU4M7F**4\.*>.6TA7;T$A]G.X7E)U(QV6^TQL2A[L_$J;UN0 M!4B\HE>`6J*"=7O/M,O2/5$4H!6'YLJK,JSAR6T*I[QB3.$]^8 M9[4<&?D(46P.2=&NO!0Z)-@GYUXY."0]#!]RSPRM"R:`;_?2Z;"J7ZC&XH`M ME&_<^:87(I77']\G:Z^\"+,(@VD+BJ]?$B^S]#-W$1>$U MR(>-GW7;RN^3#EE*%J"L))+K>4F6J.=ENO._]WF)J_K$3="SY!HQ*@]AW/CY MF+>Q4+KP[8F8]U((V=G`#-O/-Z+!.112,-NW/Q=^ND&/0C0@A\J_;8T*=JZQ M(>I*(V-!>W;S_X]E$&2VCO<=Z>7>2Z";WH38#G"AO\^4!$()4J$^I#`-ZP#+H*Q/\AH M\2/"!6:^3O.\94%1>L>8&`]K(G")*^/BXC=7MYY)!4AA(G8X,/=VBB844T+8 MQ/7^UI,!F+CR$8HHO:*B]:A#5^O-!HP_2K%HSZ`%LF\I;RQRF,%^3\50/`3. M/56(X>`"41@&+/A*=+VPSCLP(!DLS\2(UZW2%J-^P$W)DSR(8YA:#(OG>ZN& MHV/<)\WN]VHI4XE87\(O@G0T&G`%VL2`CPV(H=?1.=8FP6M%!.64?NC7S[2YR79R)P']5-R6^T=9 M[?5&'W9G+L;LP?C(7'K-T[)GMB`JR-^$.,_*X#UQ:RJS`4E6+NY"':KW43E0 M.)QQ[?YYGY8;OP;R+>&(<&\DK==5[Y=W6UF`:&XFVE`)3_1?TM$M]X>[F+2J MC8@>J%I?XI[RD52//")<>JAF+`BS,@NX$1)+=2CZMCQ4']3;``HII:'L_HH7 M`+1<#1ZCKSC1#AE]C]4="`3G&R&R>S-PNJ^1!%:,;RKPG\#Y&,$2G@H4+%A< M]$D$]S).*B._*1@<5C)1-"EM[LN^JQYAQA7C/O00ZA>W*Z@66J49%SAY*;8K M:N^.W*9%OZD\+RS*'WG="7M4C!Q[$KY!+FJOR1H;!P=?TMF=D-HY8N3H]SPF("Y!7J M!(S;-AGMEA$/16X5K"`A:Y(>=R].P$&%F8$5B.Y+<&ZH`Q`$[YO?3O$-M%#3 MH0:8$F%VFRDE!.G!8#XRS^JKZD#8\;`_4RQ#@0`$2.C>"3LA?$!F],[%E2`!D\7V*$**3:$$OK4IA@\&V4HB*DI4S50(HRL:K4#N$, M(XAR9344)<($F:K05&W+ZHUJ+PJ]4>PF%.'^!HHUNVU*H9/BR)+&]H)JWQ21 MZQHALUV!1+XKA,D-A0;ZA"&>!ID;%LHEN(CK3XWC),3+$LAM3_#>T!I--5S0 M@N/.J[`0FFKFU2D`XF,E+K5AI8^$'.'])"Z8N5P!\#\I\?_')RIZD&B&MN MB[KCZM%M.5WX;O\#>E7N>CQZ1=>?@!4#8O?$R:>0D+#8Q[=*5Q/JR6J+*C\Q M^_SQ_?=L1>IEC=#0)J9D,1N)>-0BSS71SV>+>=S]YE694>?/+-+W+-V3&YU' M%I[&Q7^C?4:Y/$8B_/^(-YO8_NT0N="W(RTZZB/DRT_DEB0]530M!8R1)Y(8 M*4\D(+*=1/%!JKU3=N)6`"CI91+C6Q@+)6^,!Y/)ZH+AB[@>_W/>MT2!P#.- M^1P6^[/9H;%`TB\)T+T"`HA MV>F3'A2$23T;#9#G332(I8Q^&U:R4H-DH@%&C-O1;.@NDC@SRIXXPS#CI!IG MJ@#BL)MX(VP[NZH@*YF!$?<-B;?.>/W4V7$JJ0.-ZQ`'PK1O;1967!W@@-]M M=JSNJD$<9'W)1TY'X=(D%M3]`-?.8Z3O"4_A+"#)JC%NMB&"A'&E#C`NG,0L MH+@Z"RBNS@)ZJK.0GBJ"Y,1G%A1:-:*=!9)OR@,ZFU9:%91P:6&56&NC\P&%=;`ATWHM,XF=%IG8376(:Y9Z@A4TW<*"[?*`[1L'@?/5LV.T%(- MJV;,II569\>'P85<9$88*79-"6$:*> MCEB:C2+B!V+L%'YD.$Z\VXH'UFV\*,J6GWM;#><4J\RN_$ MH7*+G]];44PQ@F(^JAJ/#> M`8G(D#ZDP&1AC;J8"%S!-_$"8:J^P+AQGP!#41Y<`K$X("F4&TVTO$S+@7*U M`5%>&R;76A_3)=P:OCHB>I+'-!%;W>CL1U1O&IBS+YCPE8)WN#[*8QY3$^O' M_RN]:!4K<6(+HF2AJXS;2B09Y#[%$?(+P6-:BTBE=.W4*)N.;7@R;478Y1X1 MZ)YT=*JY"(S%Q%]`5A?KS4;$)U9=0$10HM9,D!J@X?=Q'G-[8RZS%U6:]0Z)9 M5EC4O3`@U:U&`?^RP)J4+RFAXF?Y5'I"*B="+S.;WJP#.@HXH!%[F$H_UDL7 MA5S44=`3C2%-LS(->-F0(6::NI"0E"-*$.MHC@*.9@P8AGOH"J;F3KB2HPE7 MHZ108X4!4`/764L5CFMY6KL4\2W5$%W-.+4:"XZPDT=33NB MCPKV&O&.Z"CHB(Y81W0TY8B>"I88A1W54=A1'1WAJ!XXX>[+Y3#+M2.SH@ZL MN?AQ=R$/(HXDUH$:;6.,#BP4B.G>U2"$.E&+1M=(@R+^IAE"WB?\'-$>ZC4B MFB(=%X''3.R7<3A4P1D8W"*K8`3'A%L8@SYSR<47V:F3/.)<*;.G1F+DGAH! MT5/K$6(NHZNV1IAC2^.FA8DHAUJ;E_%LLBM\`'1-S#KOH[X6@9YD_^C#+V5" M&K=-55*NC=!6^?B8W!,AN<,1N27*+`,.T;K9*@T,G/BHIH("37T4.)[T.8USPXUPX MW\J6']/K@-Q?8,J4"8+8=P3 M)BQ:,/N^[(DF*.[Q"63?$O>X!PTNNGK!]6\:1R]RD(,+;%?<_&/?V>0?O!N\(L>BU1"3P8W0+)9/K M*7W^_3N9[1()UC";\OT(RC&WB6(\L!=X6UT7_0>NEJEH'7%I`4J>G.^0?04P MKZ!'*N]6&;%1"-`;*5-VU)UNRQ5['ZQ8@2$`,&;2!RX?$>B])35\KXDI+#`" M(7D6,``./P$(P>GMVB^@Q7+J\)AD!$%R4W.Q#&Y?*99<(/YB.>4_*I83H?H5 M@9G82?2(2:PD3H3J5Z1IB8UBV:_EX&ZR+(W4R4&CH,K3S4RQ&1D1#$O3BADD M(DT=X@S=2>438A M@1%&Y4L$.'^&<^I/L5D^;I(MV9Z8A-!=PN_YYU$OBLG([DZ%Y`Z66)T95YG8 MJ25NQGS15+Y9.',/Z3CA[L"(O<-L4TJ`$J):&.Z*U>TT0.927L@/T+".)A+4 MFNA3Q4S1D40K>0+`R'@",JGAB7&W.(E.A9':AWJ$1PFR7M;UD-"T3*K)H-)3 MP`&954D(I;D@<.DB0$ZW5*)\H@PPG2X"YF5-IS3S`!?+U3Q"BKL!Z!Y0.XI$ MCNDT\9!UG_.8?=JT0.:$_!_`M/0Q`+R(.8`!P6U``]+/`F74GQ$+JC4#047X MNXZ3+?09:[KH3DJO&IR0[*:BA7(!=URH9BD@5RB)1V77M"RI)$T)BUJLB8_D M%*X!8H4.1XRN#KW8+1;6V+SJLWPUQ&WU<6SP<=-5S6SQ4`0A)4O6=<1UKT'+ M6YH,Y@&!K-!7WAZ2O&])$5I-^5(1.PLL=/H>K#SZ-:,E?AV729I/"R'+.=!< M2GQ2.S@[$3(MZI>,MNPU9PY$^NJ,"%JT(*A*>1:X+%=DH."!0(;,ZI3DZ1$J MG!Z3Z3..DDB=%DA5_=)T=@5E5(/!G/CQ8ZDRQ"$B'X#&46(S3TH$%"* M^9!E@]HUTPU8,"MURLG'#4"H8QS#!C$ZJU8([".$F17_./%79OS!#SXP9@:Y MXM21<28Z7"#2(9JI;0,C@6XU;9U>]`="563:@*,U?75P!-Z!T$F%02A[,#89 M)EOL*ZHTIQ\U,5([;I@F3O.39DMOG2NADH<'$FF!Y]FTG+HQLV73X2B]=9/' M-CQ'C3E-$C,+]"AW9=((%R,U'_#8$Z\O.9.W#*I'SX+:\0%EZ<#![(X[/]T% M#U!WH1/4,*]L`^,7G+RU;-3M15`,?L1D^67JMSRO')[C&AP3J7OI1<(!16?K3V)24&JV!D M?*%=P`.!.Y62E/,NT=HWBT[NB^7L#WZ\]0[/Y1IM!TU@FUY=P\-3Y(?@0-E$ M@_W=UYA2*1'V-C7:1V8@(FC&BW(TWN_#.GW8.2VIMJ',42UV;5;QBJJ+82>2 M0FF_EP(YAXC<5<%M5NM4F\P5\<>4J<+Z5"9.5P/>!DWC-*]'QC"$EJ6#FDQH M*@XN+IGBI9QMU!!707HYEHPSTLG#G2$WM&($?3"2$_!%JV.J[-*!C;-/"(\Y M#$YP""-Y]$*!Q!B?N`0GQSZ2QC5N$F5=YQ+F?>.X5:#93>9J&RSD;97#+>)N M6Y+=`',&5=GY&9E6D.'&3'B&#X<#(1C?(5/6.G"DHR;B/RTT?"X4(HC#@V;>X1BF%;5K. MN4%L-#U'C8Z<@A[E(AHLAH5$&B=7R!>I@F<,&7NN#IA8X_7M!-G"_HP@<,NN$007BL MA?ON`V-I"R9'TVKC/MTPXL[]X/!@W-K/=_#?XZGE2\$(Y:/>]`\M6$O/BS1C M'O9G:UK(HZTY_#V.=@\*:MAI(RA<_?T>3X[7O\>!^L]6P-`RF/SNX[R^G,=> MB[)Q'9_$V9E5WZT_3NT]U)P)F'2"(AC<@8@$;@\B8E.[$)$SL0]QH#![!S5^ MQ%Y$39W8C3C0IO,',9;9G.8T1&0[@H\M1S\WCN,WD/96[EJ34`!G5]`U4$V*=EF=>L9LZ;I?>M+DQUY(XW;O MFCR9L@3C=/3)UD.JODT]8T]R MR[2"CB%+/+N7!`WQ60WZ:,7(V`':=[NLV7@OT<:[F+!F,-*MRJ(B[Y1Y.=2M MUEX^=^@8]_.B:U,H[XYQE[9>:N[\!-Y5F9W=+R;RX73Q MYH-CP(4_:'"ROO`@Z&!PN/Z4QCZFPU2T'M*F2=]DT+4)X.2W9+\Z.4V[Y-7) DXOP<:E3]>B7/+[:G5^FZ:M(<];\I5)Q"?O5_`,,BO?.*``(` ` 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 May 17 4:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 908ED37B423 for ; Thu, 17 May 2001 04:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HBK5E45393; Thu, 17 May 2001 04:20:05 -0700 (PDT) (envelope-from gnats) Date: Thu, 17 May 2001 04:20:05 -0700 (PDT) Message-Id: <200105171120.f4HBK5E45393@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Espen Skoglund Subject: Re: ports/27397: Update Port audio/xmms Reply-To: Espen Skoglund Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/27397; it has been noted by GNATS. From: Espen Skoglund To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: pat@databits.net Subject: Re: ports/27397: Update Port audio/xmms Date: Thu, 17 May 2001 13:10:19 +0200 (CEST) > Be more graceful handling deletion of the plugins directory > @dirrm %%DATADIR%%/xmms > -@dirrm lib/xmms/Visualization > -@dirrm lib/xmms/Output > -@dirrm lib/xmms/Input > -@dirrm lib/xmms/General > -@dirrm lib/xmms/Effect > -@dirrm lib/xmms > +@unexec rmdir %D/lib/xmms/Visualization 2>/dev/null || true > +@unexec rmdir %D/lib/xmms/Output 2>/dev/null || true > +@unexec rmdir %D/lib/xmms/Input 2>/dev/null || true > +@unexec rmdir %D/lib/xmms/General 2>/dev/null || true > +@unexec rmdir %D/lib/xmms/Effect 2>/dev/null || true > +@unexec rmdir %D/lib/xmms 2>/dev/null || echo "If you are permanently removing this port, you should deinstall any xmms plugin ports you have installed." | fmt Is this necessary? I mean, if you deinstall xmms and you still have plugin ports that depend on it, the deinstall process will complain pretty loudly anyway. If you have something installed under lib/xmms (i.e., plugins) which does *not* have any dependencies to xmms, you probably have set up the dependencies for that port incorrectly. eSk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 6:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED82B37B424 for ; Thu, 17 May 2001 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HDA1e61023; Thu, 17 May 2001 06:10:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id F112237B422; Thu, 17 May 2001 06:08:50 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f4HD8FH34772; Thu, 17 May 2001 09:08:15 -0400 (EDT) (envelope-from petef) Message-Id: <200105171308.f4HD8FH34772@electron.databits.net> Date: Thu, 17 May 2001 09:08:15 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: tom@freebsd.org, mi@aldan.algebra.com X-Send-Pr-Version: 3.113 Subject: ports/27406: Update mail/maildrop to version 1.3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27406 >Category: ports >Synopsis: Update mail/maildrop 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: Thu May 17 06:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update mail/maildrop to 1.3.2 - take over as MAINTAINER (with tom@ ok) - conform to hier(7) - respect CPPFLAGS - make pkg-descr sane >How-To-Repeat: N/A >Fix: [ Remember to cvs add files/patch-Makefile.in, thanks ] Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/maildrop/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2001/02/26 13:43:52 1.12 +++ Makefile 2001/05/17 00:39:17 @@ -6,21 +6,20 @@ # PORTNAME= maildrop -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier -MAINTAINER= tom@FreeBSD.org +MAINTAINER= petef@databits.net # Maildrop is usually installed with gdbm extensions. If you do not # want these extensions installed, NO_GDBM must be defined. # .if !defined(NO_GDBM) -BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm .endif -ALL_TARGET= all INSTALL_TARGET= install-strip # Maildrop will be installed with suid permissions for MAILDROP_SUID, @@ -32,21 +31,23 @@ MAILDROP_SGID?= mail CONFIGURE_ARGS= --enable-syslog=1 \ - --with-docdir="${PREFIX}/share/doc/maildrop" \ + --enable-use-flock \ --with-etcdir="${PREFIX}/etc" \ --enable-maildrop-uid="${MAILDROP_SUID}" \ --enable-maildrop-gid="${MAILDROP_SGID}" -CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \ - LIBS="-L${PREFIX}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${CPPFLAGS}" \ + LIBS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes .if defined(NOPORTDOCS) +# Just install the binary and man pages, no extra documentation INSTALL_TARGET= install-maildrop install-man -.else -MAN1= dotlock.1 maildirmake.1 maildrop.1 makemime.1 reformail.1 reformime.1 +.endif + +MAN1= dotlock.1 maildirmake.1 maildrop.1 mailbot.1 makemime.1 \ + reformail.1 reformime.1 MAN5= maildropex.5 maildropfilter.5 maildropgdbm.5 MAN8= maildirquota.8 deliverquota.8 -.endif .if defined(NO_GDBM) CONFIGURE_ARGS+= --without-db Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/maildrop/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/02/21 21:39:34 1.5 +++ distinfo 2001/05/16 11:49:29 @@ -1 +1 @@ -MD5 (maildrop-1.3.0.tar.gz) = ad2e4c92374083d4b82da58fc0987204 +MD5 (maildrop-1.3.2.tar.gz) = c2d194c41dc07330c9a89f0b8b933c6b Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/mail/maildrop/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 1999/05/03 05:50:13 1.3 +++ pkg-descr 2001/05/17 00:32:54 @@ -1,23 +1,13 @@ -maildrop is a replacement for your local mail delivery agent. maildrop -reads a mail message from standard input, then delivers the message to -your mailbox. maildrop knows how to deliver mail to mbox-style -mailboxes, and maildirs. "maildir" is a mailbox format used by the Qmail -MTA. +maildrop is a replacement for your local mail delivery agent. +maildrop reads a mail message from standard input, then delivers +the message to your mailbox. maildrop knows how to deliver mail to +mbox-style mailboxes and maildirs. "maildir" is the mailbox format +used by the Qmail MTA. maildrop is written in C++, and handles +resources more efficiently. -maildrop can optionally read instructions from a file on how to filter -incoming mail, and, based upon the instructions, deliver mail to -alternate mailboxes, or forward it to somewhere else, like procmail. -Unlike procmail, maildrop uses a structured filtering language that's a -bit easier on the eyes. - -maildrop is written in C++, and is significantly larger than procmail, -in compiled form. However, it uses resources much more efficiently. -Unlike procmail, maildrop will not read a 10 megabyte mail message into -memory. Large messages are saved in a temporary file, and are filtered -from that file. Files are saved in the user's home directory. If the -standard input to maildrop is a file, not a pipe, no temporary file will -be necessary. - maildrop can be used with sendmail, Qmail, and other MTAs. WWW: http://www.flounder.net/~mrsam/maildrop/ + +- Pete +petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/maildrop/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2001/02/21 21:39:34 1.3 +++ pkg-plist 2001/05/17 00:43:11 @@ -1,19 +1,20 @@ bin/dotlock +bin/mailbot bin/maildirmake bin/maildrop bin/makemime bin/reformail bin/reformime -%%PORTDOCS%%share/maildrop/html/dotlock.html -%%PORTDOCS%%share/maildrop/html/maildirmake.html -%%PORTDOCS%%share/maildrop/html/maildrop.html -%%PORTDOCS%%share/maildrop/html/maildropex.html -%%PORTDOCS%%share/maildrop/html/maildropfilter.html -%%PORTDOCS%%share/maildrop/html/maildropgdbm.html -%%PORTDOCS%%share/maildrop/html/makemime.html -%%PORTDOCS%%share/maildrop/html/reformail.html -%%PORTDOCS%%share/maildrop/html/reformime.html -%%PORTDOCS%%share/maildrop/html/rfc2045.html -%%PORTDOCS%%share/maildrop/html/rfc822.html -%%PORTDOCS%%@dirrm share/maildrop/html -%%PORTDOCS%%@dirrm share/maildrop +%%PORTDOCS%%share/doc/maildrop/dotlock.html +%%PORTDOCS%%share/doc/maildrop/mailbot.html +%%PORTDOCS%%share/doc/maildrop/maildirmake.html +%%PORTDOCS%%share/doc/maildrop/maildrop.html +%%PORTDOCS%%share/doc/maildrop/maildropex.html +%%PORTDOCS%%share/doc/maildrop/maildropfilter.html +%%PORTDOCS%%share/doc/maildrop/maildropgdbm.html +%%PORTDOCS%%share/doc/maildrop/makemime.html +%%PORTDOCS%%share/doc/maildrop/reformail.html +%%PORTDOCS%%share/doc/maildrop/reformime.html +%%PORTDOCS%%share/doc/maildrop/rfc2045.html +%%PORTDOCS%%share/doc/maildrop/rfc822.html +%%PORTDOCS%%@dirrm share/doc/maildrop --- /dev/null Wed May 16 20:42:43 2001 +++ files/patch-Makefile.in Wed May 16 20:29:44 2001 @@ -0,0 +1,20 @@ +--- Makefile.in.orig Wed May 16 20:29:17 2001 ++++ Makefile.in Wed May 16 20:29:34 2001 +@@ -27,7 +27,7 @@ + bindir = @bindir@ + sbindir = @sbindir@ + libexecdir = @libexecdir@ +-datadir = @datadir@ ++datadir = ${PREFIX}/share/doc + sysconfdir = @sysconfdir@ + sharedstatedir = @sharedstatedir@ + localstatedir = @localstatedir@ +@@ -88,7 +88,7 @@ + EXTRA_DIST = UPGRADE.html UPGRADE.txt INSTALL.txt README README.postfix maildroptips.txt maildropldap.config + + scriptdir = $(pkgdatadir)/scripts +-htmldir = $(pkgdatadir)/html ++htmldir = $(pkgdatadir) + @INSTALL_USERDB_TRUE@USERDBHTML = userdb.html makeuserdb.html userdbpw.html + @INSTALL_USERDB_FALSE@USERDBHTML = + @INSTALL_USERDB_TRUE@USERDBMAN = userdb.8 makeuserdb.8 userdbpw.8 >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 May 17 6:20:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1105D37B424 for ; Thu, 17 May 2001 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HDK1E62062; Thu, 17 May 2001 06:20:01 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 2A89637B422 for ; Thu, 17 May 2001 06:19:48 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4HDI7h08517; Thu, 17 May 2001 15:18:07 +0200 (CEST) (envelope-from ernst) Message-Id: <200105171318.f4HDI7h08517@heinz.jollem.com> Date: Thu, 17 May 2001 15:18:07 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27407: Update port: java/orion Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27407 >Category: ports >Synopsis: Update port: java/orion >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 17 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: The current version of the java/orion port installs a script in ${PREFIX}/etc/rc.d, but this script doesn't work to due to numerous small problems. Log: * Portrevision from 1 to 2 (version is still 1.4.5) * Changed reference to linux-jdk1.2.2 into linux-jdk1.3.0 in the shell script, since the port depends on linux-jdk1.3.0. * Fixed a few typos and other issues in the shell script * No longer installing a link from ${PREFIX}/orion -> ${PREFIX}/orion1.4.5 * Making all directories under ${PREFIX}/orion1.4.5 a+x * Added one mirror site for the DISTFILE * Renamed shell script from `orion.sh' to `orionctl' (similar to `apachectl') * Installing the shell script in the ${PREFIX}/bin/ directory and symlinking from ${PREFIX}/etc/rc.d/orion.sh to the former file, making sure that the shell script is +x * Including the shell script in ${FILESDIR} instead of downloading * TODO: Create a new account for Orion so it won't run as root * TODO: Support restarting Orion with the shell script script * TODO: Support obtaining status info from a running Orion instance * TODO: Add a man page for `orionctl' >How-To-Repeat: N/A >Fix: You can fetch this file from: * http://jollem.com/~ernst/orion1.4.5_1--1.4.5_2.diff diff -ruN --exclude=CVS /usr/ports/java/orion/Makefile /home/ernst/freebsd-ports/java/orion/Makefile --- /usr/ports/java/orion/Makefile Wed May 9 12:09:46 2001 +++ /home/ernst/freebsd-ports/java/orion/Makefile Thu May 17 15:03:41 2001 @@ -7,13 +7,13 @@ PORTNAME= orion PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java www MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ - http://www.jollem.com/ + http://www.jollem.com/ \ + http://www.sebster.com/~elvis/ DISTNAME= ${PORTNAME}${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - orion.sh${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ernst@jollem.com @@ -26,6 +26,8 @@ ORION_DESTDIR= ${PREFIX}/${DISTNAME} ORION_LINKDIR= ${PREFIX}/${PORTNAME} PORTTITLE= Orion Server +ORIONCTL_NAME= orionctl +ORIONCTL_DEST= ${PREFIX}/bin/${ORIONCTL_NAME} RC_SCRIPT= ${PREFIX}/etc/rc.d/${PORTNAME}.sh .include @@ -35,28 +37,33 @@ ${ECHO} "ERROR: The destination directory ${ORION_DESTDIR} already exists. Cancelling."; \ exit 65; \ fi - @if [ -L ${ORION_LINKDIR} ]; then \ - ${ECHO} "WARNING: The link ${ORION_LINKDIR} already exists. Overwriting."; \ - /bin/ls -ld ${ORION_LINKDIR}; \ - else \ - if [ -e ${ORION_LINKDIR} ]; then \ - ${ECHO} "ERROR: ${ORION_LINKDIR} already exists, and it's not a symlink. Cancelling."; \ - /bin/ls -ld ${ORION_LINKDIR}; \ - exit 66; \ - fi; \ - fi - @if [ -e ${ORION_LINKDIR} ]; then \ - ${ECHO} "WARNING: ${RC_SCRIPT} already exists. Overwriting."; \ - fi @${MKDIR} ${ORION_DESTDIR} @${CP} -R ${WRKSRC}/* ${ORION_DESTDIR} - @${CP} ${WRKDIR}/orion.sh ${RC_SCRIPT} - @if [ -e ${ORION_LINKDIR} ]; then \ - ${RM} ${ORION_LINKDIR}; \ - fi - @${LN} -sf ${ORION_DESTDIR} ${ORION_LINKDIR} + @${CHMOD} 755 `find ${ORION_DESTDIR} -type d` + @${CP} ${FILESDIR}/${ORIONCTL_NAME} ${ORIONCTL_DEST} + @${CHMOD} 755 ${ORIONCTL_DEST} + @${LN} -s ${ORIONCTL_DEST} ${RC_SCRIPT} post-install: @echo "${PORTTITLE} ${PORTVERSION} has been installed in ${ORION_DESTDIR}." .include + + +# Portrevision from 1 to 2 (version is still 1.4.5) +# Changed reference to linux-jdk1.2.2 into linux-jdk1.3.0 in the shell script, +# since the port depends on linux-jdk1.3.0. +# Fixed a few typos and other issues in the shell script +# No longer installing a link from ${PREFIX}/orion -> ${PREFIX}/orion1.4.5 +# Making all directories under ${PREFIX}/orion1.4.5 a+x +# Added one mirror site for the DISTFILE +# Renamed shell script from `orion.sh' to `orionctl' (similar to `apachectl') +# Installing the shell script in the ${PREFIX}/bin/ directory and symlinking +# from ${PREFIX}/etc/rc.d/orion.sh to the former file, making sure that the +# shell script is +x +# Including the shell script in ${FILESDIR} instead of downloading + +# TODO: Create a new account for Orion so it won't run as root +# TODO: Support restarting Orion with the shell script script +# TODO: Support obtaining status info from a running Orion instance +# TODO: Add a man page for `orionctl' diff -ruN --exclude=CVS /usr/ports/java/orion/files/orionctl /home/ernst/freebsd-ports/java/orion/files/orionctl --- /usr/ports/java/orion/files/orionctl Thu Jan 1 01:00:00 1970 +++ /home/ernst/freebsd-ports/java/orion/files/orionctl Thu May 17 14:36:13 2001 @@ -0,0 +1,33 @@ +#!/bin/sh + +if [ "${LOCALBASE}a" = "a" ]; then + LOCALBASE=/usr/local +fi + +JAVA_HOME=${LOCALBASE}/linux-jdk1.2.2 +ORION_HOME=${LOCALBASE}/orion +LOG=${ORION_HOME}/log/orion.log +PID_FILE=/var/run/orion.pid + +case "$1" in + start) + if [ -r ${ORION_HOME}/orion.jar ]; then + rm -rf ${PID_FILE} + touch ${PID_FILE} + chown root:wheel ${PID_FILE} + chmod 600 ${PID_FILE} + echo -n ' orion' + ( cd ${ORION_HOME} && ${JAVA_HOME}/bin/java -jar orion.jar & echo $! > ${PID_FILE} ) > ${LOG} 2>&1 + fi + ;; + stop) + /bin/kill `cat ${PID_FILE}` + echo -n ' orion' + ;; + *) + echo "" + echo "Usage: `basename $0` { start | stop }" + echo "" + exit 64 + ;; +esac diff -ruN --exclude=CVS /usr/ports/java/orion/orion1.4.5_1--1.4.5_2.diff /home/ernst/freebsd-ports/java/orion/orion1.4.5_1--1.4.5_2.diff --- /usr/ports/java/orion/orion1.4.5_1--1.4.5_2.diff Thu Jan 1 01:00:00 1970 +++ /home/ernst/freebsd-ports/java/orion/orion1.4.5_1--1.4.5_2.diff Thu May 17 15:12:13 2001 @@ -0,0 +1,119 @@ +diff -ruN --exclude=CVS /usr/ports/java/orion/Makefile /home/ernst/freebsd-ports/java/orion/Makefile +--- /usr/ports/java/orion/Makefile Wed May 9 12:09:46 2001 ++++ /home/ernst/freebsd-ports/java/orion/Makefile Thu May 17 15:03:41 2001 +@@ -7,13 +7,13 @@ + + PORTNAME= orion + PORTVERSION= 1.4.5 +-PORTREVISION= 1 ++PORTREVISION= 2 + CATEGORIES= java www + MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ +- http://www.jollem.com/ ++ http://www.jollem.com/ \ ++ http://www.sebster.com/~elvis/ + DISTNAME= ${PORTNAME}${PORTVERSION} +-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +- orion.sh${EXTRACT_SUFX} ++DISTFILES= ${DISTNAME}${EXTRACT_SUFX} + + MAINTAINER= ernst@jollem.com + +@@ -26,6 +26,8 @@ + ORION_DESTDIR= ${PREFIX}/${DISTNAME} + ORION_LINKDIR= ${PREFIX}/${PORTNAME} + PORTTITLE= Orion Server ++ORIONCTL_NAME= orionctl ++ORIONCTL_DEST= ${PREFIX}/bin/${ORIONCTL_NAME} + RC_SCRIPT= ${PREFIX}/etc/rc.d/${PORTNAME}.sh + + .include +@@ -35,28 +37,33 @@ + ${ECHO} "ERROR: The destination directory ${ORION_DESTDIR} already exists. Cancelling."; \ + exit 65; \ + fi +- @if [ -L ${ORION_LINKDIR} ]; then \ +- ${ECHO} "WARNING: The link ${ORION_LINKDIR} already exists. Overwriting."; \ +- /bin/ls -ld ${ORION_LINKDIR}; \ +- else \ +- if [ -e ${ORION_LINKDIR} ]; then \ +- ${ECHO} "ERROR: ${ORION_LINKDIR} already exists, and it's not a symlink. Cancelling."; \ +- /bin/ls -ld ${ORION_LINKDIR}; \ +- exit 66; \ +- fi; \ +- fi +- @if [ -e ${ORION_LINKDIR} ]; then \ +- ${ECHO} "WARNING: ${RC_SCRIPT} already exists. Overwriting."; \ +- fi + @${MKDIR} ${ORION_DESTDIR} + @${CP} -R ${WRKSRC}/* ${ORION_DESTDIR} +- @${CP} ${WRKDIR}/orion.sh ${RC_SCRIPT} +- @if [ -e ${ORION_LINKDIR} ]; then \ +- ${RM} ${ORION_LINKDIR}; \ +- fi +- @${LN} -sf ${ORION_DESTDIR} ${ORION_LINKDIR} ++ @${CHMOD} 755 `find ${ORION_DESTDIR} -type d` ++ @${CP} ${FILESDIR}/${ORIONCTL_NAME} ${ORIONCTL_DEST} ++ @${CHMOD} 755 ${ORIONCTL_DEST} ++ @${LN} -s ${ORIONCTL_DEST} ${RC_SCRIPT} + + post-install: + @echo "${PORTTITLE} ${PORTVERSION} has been installed in ${ORION_DESTDIR}." + + .include ++ ++ ++# Portrevision from 1 to 2 (version is still 1.4.5) ++# Changed reference to linux-jdk1.2.2 into linux-jdk1.3.0 in the shell script, ++# since the port depends on linux-jdk1.3.0. ++# Fixed a few typos and other issues in the shell script ++# No longer installing a link from ${PREFIX}/orion -> ${PREFIX}/orion1.4.5 ++# Making all directories under ${PREFIX}/orion1.4.5 a+x ++# Added one mirror site for the DISTFILE ++# Renamed shell script from `orion.sh' to `orionctl' (similar to `apachectl') ++# Installing the shell script in the ${PREFIX}/bin/ directory and symlinking ++# from ${PREFIX}/etc/rc.d/orion.sh to the former file, making sure that the ++# shell script is +x ++# Including the shell script in ${FILESDIR} instead of downloading ++ ++# TODO: Create a new account for Orion so it won't run as root ++# TODO: Support restarting Orion with the shell script script ++# TODO: Support obtaining status info from a running Orion instance ++# TODO: Add a man page for `orionctl' +diff -ruN --exclude=CVS /usr/ports/java/orion/files/orionctl /home/ernst/freebsd-ports/java/orion/files/orionctl +--- /usr/ports/java/orion/files/orionctl Thu Jan 1 01:00:00 1970 ++++ /home/ernst/freebsd-ports/java/orion/files/orionctl Thu May 17 14:36:13 2001 +@@ -0,0 +1,33 @@ ++#!/bin/sh ++ ++if [ "${LOCALBASE}a" = "a" ]; then ++ LOCALBASE=/usr/local ++fi ++ ++JAVA_HOME=${LOCALBASE}/linux-jdk1.2.2 ++ORION_HOME=${LOCALBASE}/orion ++LOG=${ORION_HOME}/log/orion.log ++PID_FILE=/var/run/orion.pid ++ ++case "$1" in ++ start) ++ if [ -r ${ORION_HOME}/orion.jar ]; then ++ rm -rf ${PID_FILE} ++ touch ${PID_FILE} ++ chown root:wheel ${PID_FILE} ++ chmod 600 ${PID_FILE} ++ echo -n ' orion' ++ ( cd ${ORION_HOME} && ${JAVA_HOME}/bin/java -jar orion.jar & echo $! > ${PID_FILE} ) > ${LOG} 2>&1 ++ fi ++ ;; ++ stop) ++ /bin/kill `cat ${PID_FILE}` ++ echo -n ' orion' ++ ;; ++ *) ++ echo "" ++ echo "Usage: `basename $0` { start | stop }" ++ echo "" ++ exit 64 ++ ;; ++esac diff -ruN --exclude=CVS /usr/ports/java/orion/pkg-descr /home/ernst/freebsd-ports/java/orion/pkg-descr --- /usr/ports/java/orion/pkg-descr Wed Jan 3 20:52:29 2001 +++ /home/ernst/freebsd-ports/java/orion/pkg-descr Thu May 17 15:01:24 2001 @@ -5,6 +5,6 @@ This version is only for development use or for non-commercial use. You need to purchase a license from http://www.orionserver.com/ -to be able to use this server commercially. +if you would like to use this server commercially. - WWW: http://www.orionserver.com/ +WWW: http://www.orionserver.com/ diff -ruN --exclude=CVS /usr/ports/java/orion/pkg-plist /home/ernst/freebsd-ports/java/orion/pkg-plist --- /usr/ports/java/orion/pkg-plist Wed May 9 12:09:46 2001 +++ /home/ernst/freebsd-ports/java/orion/pkg-plist Thu May 17 15:05:28 2001 @@ -1,5 +1,5 @@ etc/rc.d/orion.sh -orion +bin/orionctl orion1.4.5/config/database-schemas/hypersonic.xml orion1.4.5/config/database-schemas/ms-access.xml orion1.4.5/config/database-schemas/ms-sql.xml >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 May 17 6:53:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0669437B422; Thu, 17 May 2001 06:53:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HDrCd17113; Thu, 17 May 2001 06:53:12 -0700 (PDT) (envelope-from sobomax) Date: Thu, 17 May 2001 06:53:12 -0700 (PDT) From: Message-Id: <200105171353.f4HDrCd17113@freefall.freebsd.org> To: ernst@heinz.jollem.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27407: Update port: java/orion Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: java/orion State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu May 17 06:52:40 PDT 2001 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=27407 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 6:59:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id A891637B423; Thu, 17 May 2001 06:59:18 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4HDvc408708; Thu, 17 May 2001 15:57:38 +0200 (CEST) (envelope-from ernst) Date: Thu, 17 May 2001 15:57:38 +0200 From: Ernst de Haan To: sobomax@FreeBSD.ORG Cc: ernst@heinz.jollem.com, freebsd-ports@FreeBSD.ORG Subject: Re: ports/27407: Update port: java/orion Message-ID: <20010517155738.A8699@c187104187.telekabel.chello.nl> References: <200105171353.f4HDrCd17113@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105171353.f4HDrCd17113@freefall.freebsd.org>; from sobomax@FreeBSD.ORG on Thu, May 17, 2001 at 06:53:12AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maxim, > Committed, thank you! Wow, that was *fast* !!! Thank *you* !!! :) Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 7:10:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D152537B627 for ; Thu, 17 May 2001 07:10:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HEAFP58206; Thu, 17 May 2001 07:10:15 -0700 (PDT) (envelope-from gnats) Received: from box.mfnx.net (box.mfnx.net [64.124.216.37]) by hub.freebsd.org (Postfix) with ESMTP id 5D8DC37B422 for ; Thu, 17 May 2001 07:09:04 -0700 (PDT) (envelope-from jabley@mfnx.net) Received: from ug.mfnx.net (ug.mfnx.net [64.124.216.38]) by box.mfnx.net (8.9.3/8.9.1) via ESMTP id HAA21319 for ; Thu, 17 May 2001 07:09:04 -0700 (PDT) env-from (jabley@mfnx.net) Received: (from jabley@localhost) by ug.mfnx.net (8.9.3/8.9.1) id HAA40542; Thu, 17 May 2001 07:09:03 -0700 (PDT) env-from (jabley@mfnx.net) Message-Id: <200105171409.HAA40542@ug.mfnx.net> Date: Thu, 17 May 2001 07:09:03 -0700 (PDT) From: jabley@mfnx.net Reply-To: jabley@mfnx.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27409: upgrade to port net/aggregate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27409 >Category: ports >Synopsis: upgrade to port net/aggregate >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 May 17 07:10:15 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Abley >Release: FreeBSD 3.4-RELEASE i386 >Organization: Metromedia Fiber Network >Environment: N/A >Description: Update port net/aggregate for aggregate-1.2 >How-To-Repeat: N/A >Fix: jabley@goose[256]$ diff -u aggregate.old aggregate diff -u aggregate.old/Makefile aggregate/Makefile --- aggregate.old/Makefile Thu May 17 10:04:11 2001 +++ aggregate/Makefile Thu May 17 10:01:04 2001 @@ -6,11 +6,15 @@ # PORTNAME= aggregate -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= http://www.mfnx.net/public/ MAINTAINER= jabley@automagic.org + +RUN_DEPENDS= perl:${PORTSDIR}/lang/perl5 + +GNU_CONFIGURE= yes MAN1= aggregate.1 aggregate-ios.1 diff -u aggregate.old/distinfo aggregate/distinfo --- aggregate.old/distinfo Thu May 17 10:04:11 2001 +++ aggregate/distinfo Thu May 17 10:01:55 2001 @@ -1 +1 @@ -MD5 (aggregate-1.1.tar.gz) = 6371136a8bef3f56da08c2a58c35f5ce +MD5 (aggregate-1.2.tar.gz) = cb6816394d8191dab7f6bc35d2113ed0 Common subdirectories: aggregate.old/files and aggregate/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 Thu May 17 7:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6319737B422 for ; Thu, 17 May 2001 07:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HEo3c71370; Thu, 17 May 2001 07:50:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 17 May 2001 07:50:03 -0700 (PDT) Message-Id: <200105171450.f4HEo3c71370@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Abley Subject: Re: ports/27409: upgrade to port net/aggregate Reply-To: Joe Abley Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/27409; it has been noted by GNATS. From: Joe Abley To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/27409: upgrade to port net/aggregate Date: Thu, 17 May 2001 10:43:44 -0400 Sorry -- autoconf/PREFIX snafu. The following is better, please discard the previous patch. goose# diff -u aggregate aggregate.old diff -u aggregate/Makefile aggregate.old/Makefile --- aggregate/Makefile Thu May 17 10:38:50 2001 +++ aggregate.old/Makefile Thu May 17 10:04:11 2001 @@ -6,13 +6,11 @@ # PORTNAME= aggregate -PORTVERSION= 1.3 +PORTVERSION= 1.1 CATEGORIES= net MASTER_SITES= http://www.mfnx.net/public/ MAINTAINER= jabley@automagic.org - -GNU_CONFIGURE= yes MAN1= aggregate.1 aggregate-ios.1 diff -u aggregate/distinfo aggregate.old/distinfo --- aggregate/distinfo Thu May 17 10:39:24 2001 +++ aggregate.old/distinfo Thu May 17 10:04:11 2001 @@ -1 +1 @@ -MD5 (aggregate-1.3.tar.gz) = 729839d1da1e61037b25d0d7e48bb1de +MD5 (aggregate-1.1.tar.gz) = 6371136a8bef3f56da08c2a58c35f5ce Only in aggregate.old: files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 9: 1:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sclp3.sclp.com (sclp3.sclp.com [209.196.61.66]) by hub.freebsd.org (Postfix) with SMTP id 1194137B43E for ; Thu, 17 May 2001 09:01:36 -0700 (PDT) (envelope-from jason-dated-990806479.2c753b@mastaler.com) Received: (qmail 27792 invoked from network); 17 May 2001 16:01:23 -0000 Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 17 May 2001 16:01:23 -0000 Received: (qmail 1346 invoked by uid 500); 17 May 2001 16:01:19 -0000 From: "Jason R. Mastaler" Mail-Followup-To: freebsd-ports@FreeBSD.org, jon@witchspace.com To: Jonathan Belson Cc: freebsd-ports@FreeBSD.org Subject: Re: How long...? References: <3B02BCD5.88B5B9F1@witchspace.com> Mail-Copies-To: never X-Face: "Whz7py/hGVg+:}u&Q$/5z>j)gy%qNRX{j]0xGF&?Z"^b3`[6dY'^jSDlZDHh$m1~YX6U3J 1gOce%&je3)lVMOa/P,=9Kj:lmZb6]1hMmam*SW$GrVPa>b05y9/svb[uX.i><]^; iE1^(p_*=eLQJ6g$[aOX9I#`DCP\^O=RR:7|95hZ Date: 17 May 2001 10:01:19 -0600 In-Reply-To: <3B02BCD5.88B5B9F1@witchspace.com> (Jonathan Belson's message of "Wed, 16 May 2001 18:45:57 +0100") Message-ID: Lines: 22 User-Agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Delivery-Agent: TMDA v0.13/Python 2.1 (linux2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jonathan Belson writes: > How long does it take on average for a port to appear > following the send-pr? I submitted > > http://www.freebsd.org/cgi/query-pr.cgi?pr=27236 > > a week ago but nothing seems to have happened yet 8^/ > > Did I get something wrong? You did nothing wrong, it just takes a really long time for new ports to committed it seems. I'm still waiting on a 4-week-old submission that would take about 5 minutes for someone to test. Whether it's due to apathy or lack of volunteers, I personally find the long delay very disconcerting and likely to make me think twice next time I decide to contribute a port. -- (TMDA - http://tmda.sourceforge.net/) (OSI-certified SPAM reduction system) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 9:11:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kira.epconline.net (kira2.epconline.net [209.83.132.2]) by hub.freebsd.org (Postfix) with ESMTP id B089537B422; Thu, 17 May 2001 09:11:51 -0700 (PDT) (envelope-from carock@epctech.com) Received: from therock (betterguard.epconline.net [207.206.185.193]) by kira.epconline.net (8.11.2/8.11.2) with SMTP id f4HGBjd74492; Thu, 17 May 2001 11:11:45 -0500 (CDT) Reply-To: From: "Chuck Rock" To: Cc: Subject: FreeBSD Port: webmin-0.85_5 Date: Thu, 17 May 2001 11:11:45 -0500 Message-ID: <001201c0deec$11c3b2e0$1805010a@epconline.net> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I downloaded this, and tried to build it, but make is complaining file/md5 doesn't exist.. It doesn't exist on the download link under the files directory. Can you let me know when this is fixed please so I can continue to build it on my system. Thanks, Chuck Rock >> .tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://webadmin.sourceforge.net/webmin/updates/. grep: /root/webmin/files/md5: No such file or directory fetch: .tar.gz: webadmin.sourceforge.net: HTTP server returned error code 404 >> Attempting to fetch from http://webadmin.sourceforge.net/webmin/download/. grep: /root/webmin/files/md5: No such file or directory fetch: .tar.gz: webadmin.sourceforge.net: HTTP server returned error code 404 >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. grep: /root/webmin/files/md5: No such file or directory fetch: ftp.FreeBSD.org: distfiles: 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 /root/webmin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 9:20:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from clueless.redbus.aaisp.net (clueless.redbus.aaisp.net [213.161.73.195]) by hub.freebsd.org (Postfix) with SMTP id DD65537B422 for ; Thu, 17 May 2001 09:20:36 -0700 (PDT) (envelope-from jon@witchspace.com) Received: from zebedee.innovision-group.com (HELO:garfield.innovisiongroup.com) by clueless.redbus.aaisp.net for freebsd-ports@FreeBSD.org; Thu, 17 May 2001 17:21:29 +0100 Message-ID: <006501c0deed$8e2552c0$650e850a@innovisiongroup.com> From: "Jonathan Belson" To: "Jason R. Mastaler" Cc: References: <3B02BCD5.88B5B9F1@witchspace.com> Subject: Re: How long...? Date: Thu, 17 May 2001 17:22:19 +0100 Organization: Jon's Place MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Jonathan Belson writes: > > > How long does it take on average for a port to appear > > following the send-pr? I submitted > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=27236 > > > > a week ago but nothing seems to have happened yet 8^/ > > > > Did I get something wrong? > > You did nothing wrong, it just takes a really long time for new ports > to committed it seems. I'm still waiting on a 4-week-old submission > that would take about 5 minutes for someone to test. Ack...that's a shame. Maybe because it's my first port I'm extra impatient -- C-YA Jon http://www.witchspace.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 9:37:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DD8B37B422; Thu, 17 May 2001 09:37:48 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HGbmT87539; Thu, 17 May 2001 09:37:48 -0700 (PDT) (envelope-from sobomax) Date: Thu, 17 May 2001 09:37:48 -0700 (PDT) From: Message-Id: <200105171637.f4HGbmT87539@freefall.freebsd.org> To: jason-dated-b47dda0a269c026d@mastaler.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26723: NEW PORT: py-amkCrypto - Python cryptography modules Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT: py-amkCrypto - Python cryptography modules State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu May 17 09:37:32 PDT 2001 State-Changed-Why: Comitted, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=26723 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 9:59:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [66.42.61.27]) by hub.freebsd.org (Postfix) with ESMTP id 32B5937B422 for ; Thu, 17 May 2001 09:59:14 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id 4EC5C1555F; Mon, 14 May 2001 16:18:36 -0700 (PDT) Date: Mon, 14 May 2001 16:18:36 -0700 From: Ron 'The InSaNe One' Rosson To: "Chad R. Larson" Cc: ports@FreeBSD.org Subject: Re: lynx port broken Message-ID: <20010514161836.A84779@lunatic.oneinsane.net> Reply-To: Ron Rosson Mail-Followup-To: "Chad R. Larson" , ports@FreeBSD.org References: <4.2.2.20010514144811.00be3568@mailhost.dcfinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.2.2.20010514144811.00be3568@mailhost.dcfinc.com>; from chad@eldocomp.com on Mon, May 14, 2001 at 02:49:57PM -0700 X-Operating-System: FreeBSD lunatic.oneinsane.net 4.3-STABLE X-Moon: The Moon is Waning Gibbous (56% of Full) X-Opinion: What you read here is my IMHO X-WWW: http://www.oneinsane.net X-GPG-FINGERPRINT: 3F11 DB43 F080 C037 96F0 F8D3 5BD2 652B 171C 86DB X-Uptime: 4:15PM up 11 days, 7:47, 1 user, load averages: 0.02, 0.02, 0.00 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chad R. Larson (chad@eldocomp.com) wrote: > Attempts to build www/lynx from a cvs updated today results in: > > >> lynx2.8.3rel.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > > >> Attempting to fetch from http://lynx.isc.org/current/. > >fetch: lynx2.8.3rel.1.tar.bz2: Connection refused > > >> Attempting to fetch from > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > >fetch: lynx2.8.3rel.1.tar.bz2: 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 > Try adding this to your /etc/make.conf # Port master sites. # # If you want your port fetches to go somewhere else than the default # (specified below) in case the distfile/patchfile was not found, # uncomment this and change it to a location nearest you. (Don't # remove the "/${DIST_SUBDIR}/" part.) # MASTER_SITE_BACKUP?= \ ftp://ftp7.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ and then try building the port TIA -- ------------------------------------------------------------------------------ Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was /dev/null and *void() ------------------------------------------------------------------------------ "Outside of a dog, a book is a man's best friend. Inside of a dog it's too dark to read." - Groucho Marx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 10: 1:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12A8037B422; Thu, 17 May 2001 10:01:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HH1sD89540; Thu, 17 May 2001 10:01:54 -0700 (PDT) (envelope-from sobomax) Date: Thu, 17 May 2001 10:01:54 -0700 (PDT) From: Message-Id: <200105171701.f4HH1sD89540@freefall.freebsd.org> To: jon@witchspace.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27236: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu May 17 09:58:51 PDT 2001 State-Changed-Why: Committed, thank you! Please next time don't use cut'n'paste to insert shar archive into web form - use either uuencoded archive or send-pr(1) command. Otherwise, tabs are converted into spaces which makes Makefile and patches unusable. http://www.freebsd.org/cgi/query-pr.cgi?pr=27236 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 10: 7:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8708037B422; Thu, 17 May 2001 10:07:38 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HH7ck92630; Thu, 17 May 2001 10:07:38 -0700 (PDT) (envelope-from ade) Date: Thu, 17 May 2001 10:07:38 -0700 (PDT) From: Message-Id: <200105171707.f4HH7ck92630@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/27352: mc-4.5.54_1: mcedit linked to mc (not midc) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mc-4.5.54_1: mcedit linked to mc (not midc) Responsible-Changed-From-To: freebsd-ports->ade Responsible-Changed-By: ade Responsible-Changed-When: Thu May 17 10:07:11 PDT 2001 Responsible-Changed-Why: I'll take care of this momentarily. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27352 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 10:35: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by hub.freebsd.org (Postfix) with ESMTP id BE81437B423 for ; Thu, 17 May 2001 10:34:56 -0700 (PDT) (envelope-from rjmcintire@earthlink.net) Received: from emilyd ([64.161.77.242]) by mta7.pltn13.pbi.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with SMTP id <0GDH00GL9Q5YSL@mta7.pltn13.pbi.net> for freebsd-ports@FreeBSD.org; Thu, 17 May 2001 10:34:46 -0700 (PDT) Date: Thu, 17 May 2001 10:34:46 -0700 From: "Riley J. McIntire" Subject: Problems starting Zope 2.3.1 In-reply-to: <006501c0deed$8e2552c0$650e850a@innovisiongroup.com> To: freebsd-ports@FreeBSD.org Message-id: MIME-version: 1.0 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Priority: 3 (Normal) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings: I recently installed zope 2.3.1 using the ports collection on a 4.3-r machine. Using (on startup or manually) /usr/local/etc/rc.d/zope.sh start gives this: root@zumwalt# ps ax |grep Zope 335 p0 I 0:02.19 /usr/local/bin/python2.0 /usr/local/www/Zope/z2.py -D 339 p0 S 0:15.89 /usr/local/bin/python2.0 /usr/local/www/Zope/z2.py -D 346 p0 S+ 0:00.01 grep Zope root@zumwalt# However, trying to connect via port 8080 fails: root@zumwalt#lynx localhost:8080 Looking up localhost first Looking up localhost:8080 localhost:8080 Making HTTP connection to localhost:8080 Alert!: Unable to connect to remote host. lynx: Can't access startfile http://localhost:8080/ root@zumwalt# Starting from the Zope directory works: root@zumwalt# /usr/local/www/Zope/start ------ 2001-05-17T09:11:24 INFO(0) ZServer HTTP server started at Thu May 17 09:11:24 2001 Hostname: zumwalt.wilshire.net Port: 8080 ------ 2001-05-17T09:11:24 INFO(0) ZServer FTP server started at Thu May 17 09:11:24 2001 Hostname: zumwalt.wilshire.net Port: 8021 This works, but the debug switch "-D" requires a terminal to bind to. I'm completely new to Zope and don't see the need to go into debug mode by default, and don't quite see what's wrong with the rc.d script. I can work around this ok, but it seems there's a problem with the port. Thanks, Riley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 11:13:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A07437B42C; Thu, 17 May 2001 11:13:20 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HIDJj01897; Thu, 17 May 2001 11:13:19 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 11:13:19 -0700 (PDT) From: Message-Id: <200105171813.f4HIDJj01897@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/26890: KDE Media Player don't work! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: KDE Media Player don't work! Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 17 11:12:46 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26890 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 11:19:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF17637B424; Thu, 17 May 2001 11:19:11 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HIJBm02691; Thu, 17 May 2001 11:19:11 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 11:19:11 -0700 (PDT) From: Message-Id: <200105171819.f4HIJBm02691@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/27093: qpopper-4.0.1 - make fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: qpopper-4.0.1 - make fails Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 17 11:18:41 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27093 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 11:24:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16F0C37B43C; Thu, 17 May 2001 11:24:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HIOEZ03236; Thu, 17 May 2001 11:24:14 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 11:24:14 -0700 (PDT) From: Message-Id: <200105171824.f4HIOEZ03236@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, kbyanc@FreeBSD.org Subject: Re: ports/21548: libcoro.a (ports) should use MAP_STACK when allocating stacks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libcoro.a (ports) should use MAP_STACK when allocating stacks Responsible-Changed-From-To: freebsd-ports->kbyanc Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 17 11:23:50 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21548 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 11:29:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02F2937B424; Thu, 17 May 2001 11:29:35 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HITYL03736; Thu, 17 May 2001 11:29:34 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 11:29:34 -0700 (PDT) From: Message-Id: <200105171829.f4HITYL03736@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/24381: graphics/dia does not support "libraries" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/dia does not support "libraries" Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 17 11:28:53 PDT 2001 Responsible-Changed-Why: over to maintainer(s) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24381 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 11:53:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55CA737B422; Thu, 17 May 2001 11:53:54 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HIrs106427; Thu, 17 May 2001 11:53:54 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 11:53:54 -0700 (PDT) From: Message-Id: <200105171853.f4HIrs106427@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/25265: DIA crashes when using delete on an object Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: DIA crashes when using delete on an object Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 17 11:53:33 PDT 2001 Responsible-Changed-Why: over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25265 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 12:14:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C14437B617; Thu, 17 May 2001 12:14:04 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJE4V11252; Thu, 17 May 2001 12:14:04 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 12:14:04 -0700 (PDT) From: Message-Id: <200105171914.f4HJE4V11252@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/26202: slib 2d1 breaks GnuCash 1.2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: slib 2d1 breaks GnuCash 1.2.4 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 17 12:12:33 PDT 2001 Responsible-Changed-Why: over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26202 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 12:18:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A705737B42C; Thu, 17 May 2001 12:18:52 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJIqH11998; Thu, 17 May 2001 12:18:52 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 12:18:52 -0700 (PDT) From: Message-Id: <200105171918.f4HJIqH11998@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, assar@FreeBSD.org Subject: Re: ports/26797: arla-0.34.6 causes kernel panic/page fault Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: arla-0.34.6 causes kernel panic/page fault Responsible-Changed-From-To: freebsd-ports->assar Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 17 12:17:49 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26797 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 12:52:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9F0B37B423; Thu, 17 May 2001 12:52:54 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJqsP15855; Thu, 17 May 2001 12:52:54 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 12:52:54 -0700 (PDT) From: Message-Id: <200105171952.f4HJqsP15855@freefall.freebsd.org> To: thomas@cuivre.fr.eu.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27018: Fix the compiled-in default configuration file path. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix the compiled-in default configuration file path. State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 17 12:52:01 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27018 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 12:56: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B247037B423; Thu, 17 May 2001 12:56:04 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJu4A16360; Thu, 17 May 2001 12:56:04 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 12:56:04 -0700 (PDT) From: Message-Id: <200105171956.f4HJu4A16360@freefall.freebsd.org> To: evenson@panix.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27033: mozilla segmentation fault Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mozilla segmentation fault State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 17 12:54:45 PDT 2001 State-Changed-Why: originator reports : The segmentation fault is related to something incompatible with the previous mozilla profile. By deleting the $USER/.mozilla directory, mozilla no longer segfaults. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27033 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 13: 0: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 053EC37B422; Thu, 17 May 2001 13:00:02 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HK01O16776; Thu, 17 May 2001 13:00:01 -0700 (PDT) (envelope-from ijliao) Date: Thu, 17 May 2001 13:00:01 -0700 (PDT) From: Message-Id: <200105172000.f4HK01O16776@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/27056: kscd installed by x11/kde2 crashes on XFree86-4.0.3/FreeBSD 4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kscd installed by x11/kde2 crashes on XFree86-4.0.3/FreeBSD 4.3 Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 17 12:59:27 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27056 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 13:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C87437B43C for ; Thu, 17 May 2001 13:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HKK3b21644; Thu, 17 May 2001 13:20:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 17 May 2001 13:20:03 -0700 (PDT) Message-Id: <200105172020.f4HKK3b21644@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/27382: Port java/jad: MASTER_SITES update and new port version. Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/27382; it has been noted by GNATS. From: Ernst de Haan To: freebsd-gnats-submit@FreeBSD.org, ernst@heinz.jollem.com Cc: Subject: Re: ports/27382: Port java/jad: MASTER_SITES update and new port version. Date: Thu, 17 May 2001 22:16:01 +0200 --------------Boundary-00=_PMXH51ATM918JNY3K79K Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Subject: Okay, I've created a new diff file. This time, I changed the maintainer to myself, as agreed with the former maintainer. I've also added another mirror site. The new shar file has been attached, and it can also be fetched from: * http://jollem.com/~ernst/jad-port_1.5.7f--1.5.8c.diff /Ernst --------------Boundary-00=_PMXH51ATM918JNY3K79K Content-Type: text/plain; charset="iso-8859-1"; name="jad-port_1.5.7f--1.5.8c.diff" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="jad-port_1.5.7f--1.5.8c.diff" diff -ruN --exclude=CVS /usr/ports/java/jad/Makefile /home/ernst/freebsd-ports/java/jad/Makefile --- /usr/ports/java/jad/Makefile Wed May 16 13:11:17 2001 +++ /home/ernst/freebsd-ports/java/jad/Makefile Thu May 17 22:10:16 2001 @@ -6,13 +6,17 @@ # PORTNAME= jad -PORTVERSION= 1.5.7f +PORTVERSION= 1.5.8c CATEGORIES= java MASTER_SITES= http://www.geocities.com/SiliconValley/Bridge/8617/jad/freebsd/ \ - ftp://freebsd.ntu.edu.tw/FreeBSD/taiwan/NTU/leeym/distfiles/ -DISTNAME= jadfb157 + http://members.nbci.com/kpdus/jad/freebsd/ \ + http://www.znerd.demon.nl/ \ + http://www.pensioenconsult.com/ \ + http://www.schraven.nl/ \ + http://www.jollem.com/~ernst/ +DISTNAME= jadfb158 -MAINTAINER= leeym@cae.ce.ntu.edu.tw +MAINTAINER= ernst@jollem.com USE_ZIP= yes NO_WRKSUBDIR= yes diff -ruN --exclude=CVS /usr/ports/java/jad/distinfo /home/ernst/freebsd-ports/java/jad/distinfo --- /usr/ports/java/jad/distinfo Wed Jan 3 20:54:20 2001 +++ /home/ernst/freebsd-ports/java/jad/distinfo Wed May 16 13:16:00 2001 @@ -1 +1 @@ -MD5 (jadfb157.zip) = 7516fb0c9e12363e60ea2412624228cd +MD5 (jadfb158.zip) = ccc876b8c95b3f41cadce3e1855111a5 diff -ruN --exclude=CVS /usr/ports/java/jad/pkg-comment /home/ernst/freebsd-ports/java/jad/pkg-comment --- /usr/ports/java/jad/pkg-comment Thu Jan 4 08:07:36 2001 +++ /home/ernst/freebsd-ports/java/jad/pkg-comment Thu May 17 22:11:08 2001 @@ -1 +1 @@ -Jad - the fast Java Decompiler +Jad, a Java decompiler --------------Boundary-00=_PMXH51ATM918JNY3K79K-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 13:20:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1778737B43F for ; Thu, 17 May 2001 13:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HKK3D21653; Thu, 17 May 2001 13:20:03 -0700 (PDT) (envelope-from gnats) Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 0C6CA37B42C for ; Thu, 17 May 2001 13:19:44 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 575BE540B; Thu, 17 May 2001 22:19:29 +0200 (CEST) Message-Id: <20010517201929.575BE540B@heechee.tobez.org> Date: Thu, 17 May 2001 22:19:29 +0200 (CEST) From: tobez@tobez.org Reply-To: tobez@tobez.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27412: New port: devel/p5-Log-Dispatch (A suite of OO modules for logging messages to multiple outputs) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27412 >Category: ports >Synopsis: New port: devel/p5-Log-Dispatch (A suite of OO modules for logging messages to multiple outputs) >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 May 17 13:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: Log::Dispatch is a suite of OO modules for logging messages to multiple outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs. It also allows both global (dispatcher level) and local (logging object) message formatting callbacks which allows greater flexibility and should reduce the need for subclassing. Subclassing is only needed to send a message to a different output, not to change the message format. >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-Log-Dispatch # p5-Log-Dispatch/scripts # p5-Log-Dispatch/scripts/configure.pl # p5-Log-Dispatch/files # p5-Log-Dispatch/files/patch-broken-perl-syslog # p5-Log-Dispatch/files/patch-simpler-Makefile.PL # p5-Log-Dispatch/pkg-plist # p5-Log-Dispatch/pkg-descr # p5-Log-Dispatch/pkg-comment # p5-Log-Dispatch/Makefile # p5-Log-Dispatch/distinfo # echo c - p5-Log-Dispatch mkdir -p p5-Log-Dispatch > /dev/null 2>&1 echo c - p5-Log-Dispatch/scripts mkdir -p p5-Log-Dispatch/scripts > /dev/null 2>&1 echo x - p5-Log-Dispatch/scripts/configure.pl sed 's/^X//' >p5-Log-Dispatch/scripts/configure.pl << 'END-of-p5-Log-Dispatch/scripts/configure.pl' X#! /usr/bin/perl -w Xuse strict; X Xunless (defined $ENV{WRKDIRPREFIX} and X defined $ENV{REALCURDIR} and X defined $ENV{LOCALBASE}) X{ X die "this script should not be run like that!\n"; X} X Xmy $batch = $ENV{BATCH} || 0; X Xmy $makedir = "$ENV{WRKDIRPREFIX}$ENV{REALCURDIR}"; Xmy $makefile = "$makedir/Makefile.inc"; Xexit if -f $makefile; X Xmy @modules = ( X { X module => 'ApacheLog', X check => 'Apache::Log', X# file => '${PERL_ARCH}/Apache/Log.pm', X port => 'www/mod_perl', X# man3 => 'Log::Dispatch::ApacheLog', X }, X { X module => 'Email::MIMELite', X check => 'MIME::Lite', X port => 'mail/p5-MIME-Lite', X }, X { X module => 'Email::MailSend', X check => 'Mail::Send', X port => 'mail/p5-Mail-Tools', X }, X { X module => 'Email::MailSendmail', X check => 'Mail::Sendmail', X port => 'mail/p5-Mail-Sendmail', X }, X { X module => 'Syslog', X check => 'Sys::Syslog', X port => 'base perl', X nodepend=> 1, X } X); X Xscan_modules(@modules); X@modules = select_modules(@modules); Xgenerate_makefile_inc(@modules); Xexit; X Xsub generate_makefile_inc X{ X my @modules = @_; X X mkdir $makedir, 0777; X open INC, "> $makefile" or die "open: $makefile: $!\n"; X X for my $m (@modules) { X next if $m->{nodepend}; X my $mpath = $m->{found} || "/nonexistent"; X $mpath = varify_hardcoded_paths($mpath); X my $port = $m->{port}; X print INC "BUILD_DEPENDS+= $mpath:\${PORTSDIR}/$port\n"; X } X close INC; X} X Xsub varify_hardcoded_paths X{ X local ($_) = @_; X s|(perl5/site_perl/)([\d._]+)/|$1\${PERL_VER}/|; X s|(perl5/site_perl/\${PERL_VER}/)mach/|$1\${PERL_ARCH}/|; X s|^$ENV{LOCALBASE}/|\${LOCALBASE}/|; X $_; X} X Xsub got_module X{ X my ($m) = @_; X X $m =~ s|::|/|g; X $m .= ".pm"; X for (@INC) { X my $f = "$_/$m"; X return $f if -r $f; X } X return 0; X} X Xsub scan_modules X{ X my @modules = @_; X for my $module (@modules) { X $module->{found} = got_module($module->{check}); X } X} X Xsub select_modules X{ X my @modules = @_; X my @selected; X if ($batch) { X @selected = batch_select(@_); X } else { X @selected = ask_user(@_); X } X my @mod; X my %modules = map { $_->{module} => $_ } @modules; X for my $module (@selected) { X push @mod, $modules{$module} if exists $modules{$module}; X } X @mod; X} X Xsub batch_select X{ X my @modules = @_; X my @selected; X for my $module (@modules) { X push @selected, $module->{module} if $module->{found}; X } X @selected; X} X Xsub ask_user X{ X my @modules = @_; X my @dlg; X push @dlg, "/usr/bin/dialog"; X push @dlg, "--title", "Log::Dispatch configuration"; X push @dlg, "--clear", "--checklist", <{module}, "requires $module->{check}" . X ($module->{found} ? " (already installed)" : ""), X ($module->{found} ? "ON" : "OFF"); X } X X my @selected; X X my $pid = open(RESULT, "-|"); X if ($pid) { X # parent X my $r = ""; X while () { X $r .= $_; X } X close(RESULT) or die "dialog(1) exited with non-zero return code\n"; X $r =~ s/"//g; X $r =~ s/\s+/ /g; X @selected = split ' ', $r; X } elsif (defined $pid) { X # child X open XCHG, ">& STDOUT" or die "dup: $!\n"; X open STDOUT, ">& STDERR" or die "dup: $!\n"; X open STDERR, ">& XCHG" or die "dup: $!\n"; X close XCHG if fileno(XCHG) > 2; X exec @dlg or die "cannot exec: $!\n"; X } else { X die "cannot fork: $!\n"; X } X X return @selected; X} END-of-p5-Log-Dispatch/scripts/configure.pl echo c - p5-Log-Dispatch/files mkdir -p p5-Log-Dispatch/files > /dev/null 2>&1 echo x - p5-Log-Dispatch/files/patch-broken-perl-syslog sed 's/^X//' >p5-Log-Dispatch/files/patch-broken-perl-syslog << 'END-of-p5-Log-Dispatch/files/patch-broken-perl-syslog' X--- Dispatch/Syslog.pm.orig Thu May 17 16:23:51 2001 X+++ Dispatch/Syslog.pm Thu May 17 16:24:15 2001 X@@ -45,7 +45,7 @@ X $self->{ident} = $params{ident} || $0; X $self->{logopt} = $params{logopt} || ''; X $self->{facility} = $params{facility} || 'user'; X- $self->{socket} = $params{socket} || 'unix'; X+ $self->{socket} = $params{socket} || undef; X X $self->{priorities} = [ 'DEBUG', X 'INFO', X@@ -56,7 +56,7 @@ X 'ALERT', X 'EMERG' ]; X X- Sys::Syslog::setlogsock $self->{socket}; X+ Sys::Syslog::setlogsock $self->{socket} if defined $self->{socket}; X } X X sub log_message END-of-p5-Log-Dispatch/files/patch-broken-perl-syslog echo x - p5-Log-Dispatch/files/patch-simpler-Makefile.PL sed 's/^X//' >p5-Log-Dispatch/files/patch-simpler-Makefile.PL << 'END-of-p5-Log-Dispatch/files/patch-simpler-Makefile.PL' X--- Makefile.PL.orig Thu May 17 18:13:04 2001 X+++ Makefile.PL Thu May 17 18:13:22 2001 X@@ -6,104 +6,8 @@ X require 5.005; X } X X-{ X- unless (-d './Install') X- { X- mkdir './Install', 0755 X- or die "can't make dir ./Install: $!"; X- } X- X- my %config; X- $config{email_address} = prompt( q[ X-To do a full test of the Log::Dispatch::* modules, we need X-to attempt to send an email. If you want these tests to X-be done please supply an address. X-Address?] ); X- X- $config{syslog} = prompt( q[ X-Do you want to test Log::Dispatch::Syslog by sending a message as X-daemon.notice? X-Yes/No?], 'No' ); X- X- delete $config{syslog} if $config{syslog} !~ /^y(?:es)?/i; X- X- if ($config{syslog}) X- { X- my $default; X- foreach ( qw( /var/adm/messages X- /var/adm/syslog X- /var/log/messages X- /var/log/syslog X- /var/log/syslog X- /etc/log/syslog ) ) X- { X- if (-e) X- { X- $default = $_; X- last; X- } X- } X- X- $config{syslog_file} = prompt('What file would a message sent as daemon.notice end up in?', $default); X- X- unless (-r $config{syslog_file}) X- { X- warn "$config{syslog_file} is not readable. Syslog tests will be skipped\n"; X- delete $config{syslog}; X- delete $config{syslog_file}; X- } X- } X- X- open CFG, ">./Install/TestConfig.pm" X- or die "can't write to ./Install/TestConfig.pm: $!"; X- X- print CFG <<"EOF"; X-# X-# This file was automatically generated by Makefile.PL. Do not X-# edit, instead do a "make realclean" in the toplevel directory and X-# rerun "perl makefile.PL". X-# X- X-package Install::TestConfig; X-EOF X- X- print CFG "\%config = \n(\n"; X- foreach (keys %config) X- { X- print CFG "\t$_ => '$config{$_}',\n"; X- } X- print CFG ');'; X- close CFG; X-} X X my %extra_pms; X-{ X- print <<'EOF'; X- X-Please list any extra modules you would like added as part of this X-installation. These should be located somewhere under the Dispatch/ X-directory. Please type the path after Dispatch/ (including the .pm X-extension). X- X-Press enter a blank line when you are done. X- X-EOF X- X- while (1) X- { X- chomp (my $module = ); X- last unless $module; X- X- if (-e "./Dispatch/$module") X- { X- $extra_pms{"Dispatch/$module"} = '$(INST_LIBDIR)/Dispatch/' . $module; X- } X- else X- { X- warn "Couldn't find ./Dispatch/$module\n"; X- } X- } X-} X X X END-of-p5-Log-Dispatch/files/patch-simpler-Makefile.PL echo x - p5-Log-Dispatch/pkg-plist sed 's/^X//' >p5-Log-Dispatch/pkg-plist << 'END-of-p5-Log-Dispatch/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Dispatch/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/ApacheLog.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Base.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email/MIMELite.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email/MailSend.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email/MailSendmail.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Handle.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Output.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Screen.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Syslog.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Dispatch 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Log 2>/dev/null || true END-of-p5-Log-Dispatch/pkg-plist echo x - p5-Log-Dispatch/pkg-descr sed 's/^X//' >p5-Log-Dispatch/pkg-descr << 'END-of-p5-Log-Dispatch/pkg-descr' XLog::Dispatch is a suite of OO modules for logging messages to multiple Xoutputs, each of which can have a minimum and maximum log level. It is Xdesigned to be easily subclassed, both for creating a new dispatcher Xobject and particularly for creating new outputs. X XIt also allows both global (dispatcher level) and local (logging object) Xmessage formatting callbacks which allows greater flexibility and should Xreduce the need for subclassing. X XSubclassing is only needed to send a message to a different output, not Xto change the message format. X X-Anton X END-of-p5-Log-Dispatch/pkg-descr echo x - p5-Log-Dispatch/pkg-comment sed 's/^X//' >p5-Log-Dispatch/pkg-comment << 'END-of-p5-Log-Dispatch/pkg-comment' XA suite of OO modules for logging messages to multiple outputs END-of-p5-Log-Dispatch/pkg-comment echo x - p5-Log-Dispatch/Makefile sed 's/^X//' >p5-Log-Dispatch/Makefile << 'END-of-p5-Log-Dispatch/Makefile' X# New ports collection makefile for: devel/p5-Log-Dispatch X# Date created: 17 May 2001 X# Whom: Anton Berezin X# X# $FreeBSD$ X# X XPORTNAME= Log-Dispatch XPORTVERSION= 1.79 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Log XPKGNAMEPREFIX= p5- X XMAINTAINER= tobez@tobez.org X XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Log::Dispatch.3 \ X Log::Dispatch::ApacheLog.3 \ X Log::Dispatch::Base.3 \ X Log::Dispatch::Email.3 \ X Log::Dispatch::Email::MIMELite.3 \ X Log::Dispatch::Email::MailSend.3 \ X Log::Dispatch::Email::MailSendmail.3 \ X Log::Dispatch::File.3 \ X Log::Dispatch::Handle.3 \ X Log::Dispatch::Output.3 \ X Log::Dispatch::Screen.3 \ X Log::Dispatch::Syslog.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X XSCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \ X REALCURDIR="${.CURDIR}" X Xpre-fetch: X @${SETENV} ${SCRIPTS_ENV} ${PERL} ${SCRIPTDIR}/configure.pl 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-p5-Log-Dispatch/Makefile echo x - p5-Log-Dispatch/distinfo sed 's/^X//' >p5-Log-Dispatch/distinfo << 'END-of-p5-Log-Dispatch/distinfo' XMD5 (Log-Dispatch-1.79.tar.gz) = 454da144672bd6b0fb24a12b17830991 END-of-p5-Log-Dispatch/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 Thu May 17 13:48:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2433037B422; Thu, 17 May 2001 13:48:14 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HKmEu24424; Thu, 17 May 2001 13:48:14 -0700 (PDT) (envelope-from sobomax) Date: Thu, 17 May 2001 13:48:14 -0700 (PDT) From: Message-Id: <200105172048.f4HKmEu24424@freefall.freebsd.org> To: ernst@heinz.jollem.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27382: Port java/jad: MASTER_SITES update and new port version. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Synopsis: Port java/jad: MASTER_SITES update and new port version. State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu May 17 13:47:19 PDT 2001 State-Changed-Why: Served, have a nice day! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27382 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 14:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADC2237B423 for ; Thu, 17 May 2001 14:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HLA5l28806; Thu, 17 May 2001 14:10:05 -0700 (PDT) (envelope-from gnats) Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id AB93637B422 for ; Thu, 17 May 2001 14:08:09 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 124505410; Thu, 17 May 2001 23:08:05 +0200 (CEST) Message-Id: <20010517210805.124505410@heechee.tobez.org> Date: Thu, 17 May 2001 23:08:05 +0200 (CEST) From: tobez@tobez.org Reply-To: tobez@tobez.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27413: Maintainer update: lang/p5-Switch 2.02 -> 2.03 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27413 >Category: ports >Synopsis: Maintainer update: lang/p5-Switch 2.02 -> 2.03 >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 May 17 14:10:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -u -ruN /usr/ports/lang/p5-Switch/Makefile jail/usr/ports/lang/p5-Switch/Makefile --- /usr/ports/lang/p5-Switch/Makefile Sat Apr 28 17:08:07 2001 +++ jail/usr/ports/lang/p5-Switch/Makefile Thu May 17 23:01:52 2001 @@ -6,7 +6,7 @@ # PORTNAME= Switch -PORTVERSION= 2.02 +PORTVERSION= 2.03 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/DCONWAY @@ -14,7 +14,8 @@ MAINTAINER= tobez@tobez.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Balanced.pm:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff -u -ruN /usr/ports/lang/p5-Switch/distinfo jail/usr/ports/lang/p5-Switch/distinfo --- /usr/ports/lang/p5-Switch/distinfo Sat Apr 28 17:08:08 2001 +++ jail/usr/ports/lang/p5-Switch/distinfo Thu May 17 22:56:06 2001 @@ -1 +1 @@ -MD5 (Switch-2.02.tar.gz) = 91e1d2dfb0b78e7a8ab1451f685fb94b +MD5 (Switch-2.03.tar.gz) = de7d2e3b973e140aabd34c9e2c705b7f >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 May 17 14:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FB5C37B423 for ; Thu, 17 May 2001 14:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HLe2K31683; Thu, 17 May 2001 14:40:02 -0700 (PDT) (envelope-from gnats) Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 9138037B423 for ; Thu, 17 May 2001 14:35:17 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 4361B540B; Thu, 17 May 2001 23:35:13 +0200 (CEST) Message-Id: <20010517213513.4361B540B@heechee.tobez.org> Date: Thu, 17 May 2001 23:35:13 +0200 (CEST) From: tobez@tobez.org Reply-To: tobez@tobez.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27414: Maintainer update: print/p5-Text-PDF 0.13 -> 0.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27414 >Category: ports >Synopsis: Maintainer update: print/p5-Text-PDF 0.13 -> 0.14 >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 May 17 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -u -ruN p5-Text-PDF/Makefile /usr/ports/print/p5-Text-PDF/Makefile --- p5-Text-PDF/Makefile Thu May 17 23:09:59 2001 +++ /usr/ports/print/p5-Text-PDF/Makefile Sun Apr 15 23:44:55 2001 @@ -6,7 +6,7 @@ # PORTNAME= Text-PDF -PORTVERSION= 0.14 +PORTVERSION= 0.13 CATEGORIES= print perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text diff -u -ruN p5-Text-PDF/distinfo /usr/ports/print/p5-Text-PDF/distinfo --- p5-Text-PDF/distinfo Thu May 17 23:11:26 2001 +++ /usr/ports/print/p5-Text-PDF/distinfo Sun Apr 15 23:44:55 2001 @@ -1 +1 @@ -MD5 (Text-PDF-0.14.tar.gz) = bbb3794eb575d7dc856f9d1496067a3a +MD5 (Text-PDF-0.13.tar.gz) = 1e30a4360c07de64ebcc747a2034a2ad >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 May 17 14:48:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail12.sdc1.sfba.home.com (femail12.sdc1.sfba.home.com [24.0.95.108]) by hub.freebsd.org (Postfix) with ESMTP id 18F8C37B42C for ; Thu, 17 May 2001 14:48:26 -0700 (PDT) (envelope-from pat@databits.net) Received: from bsod ([24.5.63.190]) by femail12.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010517214820.DMOG24113.femail12.sdc1.sfba.home.com@bsod>; Thu, 17 May 2001 14:48:20 -0700 Message-ID: <007d01c0df1b$169b6e50$0200a8c0@bsod> From: "Patrick Li" To: "Espen Skoglund" , References: <200105170100.f4H10Gf72829@wlgrv1.pa.home.com> <15107.45467.879488.834701@i30nb2.ira.uka.de> Subject: Re: ports/27397: Update Port audio/xmms Date: Thu, 17 May 2001 17:48:19 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2469.0002 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2469.0002 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Nope not necessary. It would be nice to not get pkg-plist error messages if plugin ports are still installed rather getting a message telling you to uninstall the plugins if you are permanently removing xmms. -pat > Is this necessary? I mean, if you deinstall xmms and you still have > plugin ports that depend on it, the deinstall process will complain > pretty loudly anyway. If you have something installed under lib/xmms > (i.e., plugins) which does *not* have any dependencies to xmms, you > probably have set up the dependencies for that port incorrectly. > > eSk > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 15:15:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id A1C1837B42C; Thu, 17 May 2001 15:15:07 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V6.0-24 #45575) with ESMTP id <0GDI00M68356WU@jaguar.ir.miami.edu>; Thu, 17 May 2001 18:15:07 -0400 (EDT) Date: Thu, 17 May 2001 18:15:06 -0400 (EDT) From: Joe Clarke Subject: PR-27056 X-X-Sender: To: ernst@heinz.jollem.com Cc: will@freebsd.org, FreeBSD Ports Mailing List Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org In order to prevent kscd from crashing at startup, add a symlink in /dev that points your CD-ROM device to /dev/cdrom. For example, if you use an ATAPI CD: ln -s /dev/acd0c /dev/cdrom That will allow kscd to work correctly. Joe Clarke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 16: 8:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id 97F1337B422; Thu, 17 May 2001 16:08:19 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id D63661B9EAF; Thu, 17 May 2001 16:08:09 -0700 (PDT) To: Michael Harnois Cc: ports@FreeBSD.ORG, reg@FreeBSD.ORG Subject: Re: Updating mozilla to 0.9. References: <87ofsw68a4.fsf@ralf.artlogix.com> <86vgn1o3do.fsf@mharnois.workgroup.net> From: Ken McGlothlen Date: 17 May 2001 16:08:09 -0700 In-Reply-To: Michael Harnois's message of "16 May 2001 08:00:19 -0500" Message-ID: <8766ezr2ue.fsf@ralf.artlogix.com> Lines: 13 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Michael Harnois writes: | This doesn't build for me on -current ... have you made any changes since you | posted this original patch? No. It's building fine on -release, but YMMV, of course. There are some real quirks with this, though. Conditional image loading isn't working; it's almost as if all the ads get through just fine, but I get asked if I want to load images from freebsd.org or slashdot.org or other sites I use a lot, and it asks unpredictably and repeatedly. Almost enough to make you wonder if Mozilla cut a deal. . . . :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 16:12:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id 21AD237B423; Thu, 17 May 2001 16:12:15 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id 971851B9EAF; Thu, 17 May 2001 16:12:14 -0700 (PDT) To: Cc: evenson@panix.com, freebsd-ports@FreeBSD.org Subject: Re: ports/27033: mozilla segmentation fault References: <200105171956.f4HJu4A16360@freefall.freebsd.org> From: Ken McGlothlen Date: 17 May 2001 16:12:14 -0700 In-Reply-To: 's message of "Thu, 17 May 2001 12:56:04 -0700 (PDT)" Message-ID: <873da3r2nl.fsf@ralf.artlogix.com> Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org writes: | The segmentation fault is related to something incompatible with the | previous mozilla profile. By deleting the $USER/.mozilla directory, | mozilla no longer segfaults. I dunno. I just tried out the new mozilla-0.9,1 port, and removed my $HOME/.mozilla directory entirely, and it just manages to create the directory (if it doesn't exist) or display all the environment variables on STDOUT just before coredumping (signal 10). (This on 4.3-RELEASE.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 16:22:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id 7AAD037B422; Thu, 17 May 2001 16:22:27 -0700 (PDT) (envelope-from tadayuki@mediaone.net) Received: from photoniii (h0005025b549e.ne.mediaone.net [24.147.67.188]) by chmls05.mediaone.net (8.11.1/8.11.1) with SMTP id f4HNMHx26900; Thu, 17 May 2001 19:22:18 -0400 (EDT) Date: Thu, 17 May 2001 19:22:25 -0400 From: Tadayuki OKADA To: Ken McGlothlen Cc: ijliao@FreeBSD.ORG, evenson@panix.com, freebsd-ports@FreeBSD.ORG Subject: Re: ports/27033: mozilla segmentation fault Message-Id: <20010517192225.72062c02.tadayuki@mediaone.net> In-Reply-To: <873da3r2nl.fsf@ralf.artlogix.com> References: <200105171956.f4HJu4A16360@freefall.freebsd.org> <873da3r2nl.fsf@ralf.artlogix.com> X-Mailer: Sylpheed version 0.4.66 (GTK+ 1.2.10; i386--freebsd4.3) 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: X-Loop: FreeBSD.org On 17 May 2001 16:12:14 -0700 Ken McGlothlen wrote: > writes: > > | The segmentation fault is related to something incompatible with the > | previous mozilla profile. By deleting the $USER/.mozilla directory, > | mozilla no longer segfaults. > > I dunno. I just tried out the new mozilla-0.9,1 port, and removed my > $HOME/.mozilla directory entirely, and it just manages to create the directory > (if it doesn't exist) or display all the environment variables on STDOUT just > before coredumping (signal 10). (This on 4.3-RELEASE.) same here. -- Tadayuki OKADA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 16:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70B8837B423; Thu, 17 May 2001 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HNe1265759; Thu, 17 May 2001 16:40:01 -0700 (PDT) (envelope-from gnats) Received: from palle.girgensohn.se (c213.89.165.253.cm-upc.chello.se [213.89.165.253]) by hub.freebsd.org (Postfix) with ESMTP id 318D737B422 for ; Thu, 17 May 2001 16:31:27 -0700 (PDT) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.11.3/8.11.3) id f4HN1Q089244; Fri, 18 May 2001 01:01:26 +0200 (CEST) (envelope-from girgen) Message-Id: <200105172301.f4HN1Q089244@palle.girgensohn.se> Date: Fri, 18 May 2001 01:01:26 +0200 (CEST) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: mi@aldan.algebra.com,scrappy@FreeBSD.org,vanilla@FreeBSD.org Subject: ports/27416: databases/postgresql7 fails to depend on tcl/tk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27416 >Category: ports >Synopsis: databases/postgresql7 fails to depend on tcl/tk >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: Thu May 17 16:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.3-RELEASE i386 >Organization: Partitur >Environment: System: FreeBSD palle.girgensohn.se 4.3-RELEASE FreeBSD 4.3-RELEASE #8: Mon Apr 23 04:00:26 CEST 2001 girgen@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386 >Description: A pair of \" have mistaknely made their way into the configure script. This makes tcl/tk dependencies break when they are not already installed. Thanks to mi@aldan.algebra.com for pointing it out. >How-To-Repeat: >Fix: Index: scripts/configure.postgresql =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/scripts/configure.postgresql,v retrieving revision 1.4 diff -u -u -r1.4 configure.postgresql --- scripts/configure.postgresql 2001/04/25 17:23:33 1.4 +++ scripts/configure.postgresql 2001/05/17 22:53:52 @@ -220,7 +220,7 @@ exit 1 ;; esac - echo WITH_TCL=\"$1\" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc + echo WITH_TCL=$1 >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc fi cat <<-EOF >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc CONFIGURE_ARGS+= --with-tcl --with-tclconfig="\${TCLCONFIG}" >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 May 17 16:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97FF937B42C for ; Thu, 17 May 2001 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HNe1J65768; Thu, 17 May 2001 16:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0F9737B424 for ; Thu, 17 May 2001 16:35:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HNZ4665388; Thu, 17 May 2001 16:35:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200105172335.f4HNZ4665388@freefall.freebsd.org> Date: Thu, 17 May 2001 16:35:04 -0700 (PDT) From: dyeske@yahoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27417: ports/net/etherboot port looks broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27417 >Category: ports >Synopsis: ports/net/etherboot port looks broken >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 May 17 16:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: 4.x stable >Organization: unemployed, but looking for work >Environment: FreeBSD flagship 4.3-STABLE FreeBSD 4.3-STABLE #10: Sat May 12 23:15:55 PDT 2001 root@flagship:/usr/src/sys/compile/FL6 >Description: The patch "patch-aa" does not work. It fails during a make {/usr/ports/net/etherboot} [] >How-To-Repeat: type make in /usr/ports/net/etherboot >Fix: remove files/patch-aa >Release-Note: >Audit-Trail: >Unformatted: >make ===> Extracting for etherboot-5.0.1 >> Checksum OK for etherboot-5.0.1.tar.gz. ===> etherboot-5.0.1 depends on executable: gmake - found ===> Patching for etherboot-5.0.1 ===> Applying FreeBSD patches for etherboot-5.0.1 1 out of 1 hunks failed--saving rejects to Config.rej >> Patch patch-aa failed to apply cleanly. *** Error code 1 Stop in /usr/ports/net/etherboot. *** Error code 1 Stop in /usr/ports/net/etherboot. *** Error code 1 Stop in /usr/ports/net/etherboot. *** Error code 1 Stop in /usr/ports/net/etherboot. *** Error code 1 Stop in /usr/ports/net/etherboot. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 16:59:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ernie.sesamestreet.net (p3EE39AB4.dip.t-dialin.net [62.227.154.180]) by hub.freebsd.org (Postfix) with SMTP id CCCE537B423 for ; Thu, 17 May 2001 16:59:24 -0700 (PDT) (envelope-from lehmann@ans-netz.de) Received: (qmail 40997 invoked by uid 83); 18 May 2001 00:00:45 -0000 Received: from unknown (HELO sina.sesamestreet.net) (192.168.168.200) by ernie.sesamestreet.net with SMTP; 18 May 2001 00:00:45 -0000 Date: Fri, 18 May 2001 02:02:18 +0200 From: Oliver Lehmann To: obrien@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: stlport-4.0 Message-Id: <20010518020218.4f29ff64.lehmann@ans-netz.de> X-Mailer: Sylpheed version 0.4.67cvs9 (GTK+ 1.2.8; i386-unknown-freebsdelf4.3) 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: X-Loop: FreeBSD.org Hi! I can't compile your "stlport" port i've tryed it many times befor your newest port update, but finaly (after changing some files) i've faild to compile because, FreeBSd does not have a wchar.h. And now, i've tryed your port, but the compilation failed again... now the logfile: sina# make build ===> Extracting for stlport-4.0 >> Checksum OK for STLport-4.0.tar.gz. ===> stlport-4.0 depends on executable: gmake - found ===> Patching for stlport-4.0 ===> Applying FreeBSD patches for stlport-4.0 ===> Configuring for stlport-4.0 ===> Building for stlport-4.0 /bin/ln -sf /usr/include/g++ /usr/ports/devel/stlport/work/STLport-4.0/src/../include rm -rf obj/GCCi386/Release obj/GCCi386/Debug \ obj/GCCi386/DebugSTL obj/GCCi386/ReleaseD \ obj/GCCi386/DebugD obj/GCCi386/DebugSTLD SunWS_cache Templates.DB tempinc mkdir -p obj/GCCi386/ReleaseD c++ -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32 -O2 -fPIC dll_main.cpp -c -o obj/GCCi386/ReleaseD/dll_main.o c++ -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32 -O2 -fPIC range_errors.cpp -c -o obj/GCCi386/ReleaseD/range_errors.o In file included from ../stlport/stl/_iosfwd.h:21, from ../stlport/iosfwd:33, from ../stlport/stl/_string_fwd.h:22, from ../stlport/stl/_string.h:31, from ../stlport/string:44, from range_errors.cpp:21: ../stlport/cwchar:123: `wint_t' not declared In file included from ../stlport/stl/_iosfwd.h:114, from ../stlport/iosfwd:33, from ../stlport/stl/_string_fwd.h:22, from ../stlport/stl/_string.h:31, from ../stlport/string:44, from range_errors.cpp:21: ../stlport/stl/char_traits.h:176: `wint_t' was not declared in this scope ../stlport/stl/char_traits.h:177: template argument 2 is invalid In file included from ../stlport/stl/_string.h:1532, from ../stlport/string:44, from range_errors.cpp:21: ../stlport/stl/_string_io.h:37: confused by earlier errors, bailing out gmake: *** [obj/GCCi386/ReleaseD/range_errors.o] Error 1 *** Error code 2 Stop in /usr/ports/devel/stlport. *** Error code 1 Stop in /usr/ports/devel/stlport. *** Error code 1 Stop in /usr/ports/devel/stlport. sina# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 17: 3:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 66BC037B424 for ; Thu, 17 May 2001 17:03:07 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f4I035S07701 for freebsd-ports@freebsd.org; Fri, 18 May 2001 12:03:05 +1200 (NZST) (envelope-from jonc) Date: Fri, 18 May 2001 12:03:05 +1200 From: Jonathan Chen To: freebsd-ports@freebsd.org Subject: Mozilla 0.9 port Message-ID: <20010518120305.A7211@itouchnz.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Noticed that the port for mozilla-0.9 had been checked in, so I cvsup'd, compiled it, and installed it. On running it, however, I get: jonc-~,11:55am> uname -v FreeBSD 4.3-STABLE #0: Tue May 15 12:09:44 NZST 2001 root@jonc.itouch:/usr/obj/usr/src/sys/JONC jonc-~,11:55am> mozilla -v ./run-mozilla.sh ./mozilla-bin -v MOZILLA_FIVE_HOME=. LD_LIBRARY_PATH=.:./plugins LIBRARY_PATH=.:./components SHLIB_PATH=. LIBPATH=. ADDON_PATH=. MOZ_PROGRAM=./mozilla-bin MOZ_TOOLKIT= moz_debug=0 moz_debugger= Mozilla/5.0 (X11; U; FreeBSD 4.3-STABLE i386; rv:0.9) Gecko/20010518 jonc-~,11:55am> mozilla ./run-mozilla.sh ./mozilla-bin MOZILLA_FIVE_HOME=. LD_LIBRARY_PATH=.:./plugins LIBRARY_PATH=.:./components SHLIB_PATH=. LIBPATH=. ADDON_PATH=. MOZ_PROGRAM=./mozilla-bin MOZ_TOOLKIT= moz_debug=0 moz_debugger= Registering plugin 0 for: "*","All types",".*" Bus error jonc-~,11:55am> The head and end of the core-dump (as root) gives: This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... Core was generated by `mozilla-bin'. Program terminated with signal 10, Bus error. Reading symbols from /usr/X11R6/lib/mozilla/./libgkgfx.so... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/mozilla/./libxpcom.so... (no debugging symbols found)...done. [...pages-and-pages...] Reading symbols from /usr/X11R6/lib/mozilla/components/libtimer_gtk.so... (no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... done. #0 0x28247610 in __get_eh_info () from /usr/lib/libstdc++.so.3 (gdb) Anyone else have any luck with it? Cheers -- Jonathan Chen ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 17:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A75CE37B42C for ; Thu, 17 May 2001 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I0A1U70740; Thu, 17 May 2001 17:10:01 -0700 (PDT) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 36A8137B422 for ; Thu, 17 May 2001 17:01:13 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (dsl-154.bmi.net [207.173.60.230]) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id RAA14604 for ; Thu, 17 May 2001 17:00:26 -0700 Received: (from jmcoopr@localhost) by johncoop.MSHOME (8.11.3/8.11.3) id f4I018H40177; Thu, 17 May 2001 17:01:08 -0700 (PDT) (envelope-from jmcoopr) Message-Id: <200105180001.f4I018H40177@johncoop.MSHOME> Date: Thu, 17 May 2001 17:01:08 -0700 (PDT) From: jmcoopr@webmail.bmi.net Reply-To: jmcoopr@webmail.bmi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27419: E-FancyLauncer clones itself over and over again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27419 >Category: ports >Synopsis: E-FancyLauncer clones itself over and over again >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 May 17 17:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.3-STABLE FreeBSD 4.3-STABLE #49: Thu May 17 12:22:51 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: On upgrading by GNOME+enlightenment to gnome-1.4, I've discovered a nuisance bug in E-FancyLauncher. The damn thing clones itself forever--filling the screen with more and more copies of itself each time X is restarted. Apparently, gnome-1.4 now defaults to "save settings on exist" (it was defaulted to OFF in gnome-1.2). There appears to be some sort of interaction between this change and E-FancyLauncher. The only way I've succeeded (temporarily) in turning this bug off is to delete the .gnome and .enlightenment subdirectories and start over. But of course, this lasts only until the next restart. At least the "ESC" key works well at killing all of the offspring off . . . :) >How-To-Repeat: Enable "Save Session" under GNOME >Fix: None other than "ESC"aping the buggers . . . >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 May 17 17:10:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 8956237B423 for ; Thu, 17 May 2001 17:10:36 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f4I0AWv08052; Fri, 18 May 2001 12:10:32 +1200 (NZST) (envelope-from jonc) Date: Fri, 18 May 2001 12:10:32 +1200 From: Jonathan Chen To: "David W. Chapman Jr." Cc: freebsd-ports@freebsd.org Subject: Re: Mozilla 0.9 port Message-ID: <20010518121032.A7930@itouchnz.itouch> References: <20010518120305.A7211@itouchnz.itouch> <022401c0df2e$98c4d520$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <022401c0df2e$98c4d520$931576d8@inethouston.net>; from dwcjr@inethouston.net on Thu, May 17, 2001 at 07:07:58PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org On Thu, May 17, 2001 at 07:07:58PM -0500, David W. Chapman Jr. wrote: > Did you delete your .mozilla directory? Yup. First thing I thought of: rm -r ~/.mozilla. Twice. Same problem. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Computers are like air conditioners. They stop working when 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 Thu May 17 18: 7:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wesleyan.edu (smtp.wesleyan.edu [129.133.1.61]) by hub.freebsd.org (Postfix) with ESMTP id 2BDB037B422 for ; Thu, 17 May 2001 18:07:49 -0700 (PDT) (envelope-from vsavichev@mail.wesleyan.edu) Received: from wesleyan.edu (ariel.phys.wesleyan.edu [129.133.71.143]) by mail.wesleyan.edu (8.9.3/8.9.1) with ESMTP id VAA23102 for ; Thu, 17 May 2001 21:07:47 -0400 (EDT) Message-Id: <200105180107.VAA23102@mail.wesleyan.edu> Date: Thu, 17 May 2001 21:09:09 -0400 From: Vladimir Savichev X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, ru MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: gnomecontrolcenter build stop: undefined reference to `getline' ? Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Hi, here is stop in gnomecontrolcenter port. configure:5130: checking for getline configure:5158: cc -o conftest -O -pipe -I/usr/X11R6/include -Wall -Wunused -I/usr/local/include -I/usr/X11R6/incl ude/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -L/usr/ local/lib 1>&5 /tmp/cctrpFF3.o: In function `main': /tmp/cctrpFF3.o(.text+0x7): undefined reference to `getline' configure: failed program was: #line 5135 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getline(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getline(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_getline) || defined (__stub___getline) choke me #else getline(); #endif -Vlad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 18:30:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05E2937B423; Thu, 17 May 2001 18:30:55 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I1Utk80389; Thu, 17 May 2001 18:30:55 -0700 (PDT) (envelope-from mi) Date: Thu, 17 May 2001 18:30:55 -0700 (PDT) From: Message-Id: <200105180130.f4I1Utk80389@freefall.freebsd.org> To: mi@aldan.algebra.com, scrappy@FreeBSD.org, vanilla@FreeBSD.org, girgen@partitur.se, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27416: databases/postgresql7 fails to depend on tcl/tk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Synopsis: databases/postgresql7 fails to depend on tcl/tk State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Thu May 17 18:30:36 PDT 2001 State-Changed-Why: Patch committed. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27416 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 18:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F78337B43C for ; Thu, 17 May 2001 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I1o1X81702; Thu, 17 May 2001 18:50:01 -0700 (PDT) (envelope-from gnats) Received: from sclp3.sclp.com (sclp3.sclp.com [209.196.61.66]) by hub.freebsd.org (Postfix) with SMTP id 114F737B424 for ; Thu, 17 May 2001 18:42:12 -0700 (PDT) (envelope-from jason@mastaler.com) Received: (qmail 9957 invoked from network); 18 May 2001 01:42:10 -0000 Received: from localhost (HELO aguirre.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 18 May 2001 01:42:10 -0000 Received: (qmail 87649 invoked by uid 100); 18 May 2001 01:42:06 -0000 Message-Id: <20010518014205.87648.qmail@aguirre.la.mastaler.com> Date: 18 May 2001 01:42:05 -0000 From: jason-dated-990840946.7cac68@mastaler.com Reply-To: jason-dated-990840946.7cac68@mastaler.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27420: Update port: security/py-amkCrypto - typo in pkg-comment Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27420 >Category: ports >Synopsis: typo in pkg-comment >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 17 18:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jason R. Mastaler >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD aguirre.la.mastaler.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Apr 22 14:35:06 MDT 2001 root@aguirre.la.mastaler.com:/usr/obj/usr/src/sys/AGUIRRE i386 >Description: "A Python cryptography modules" is not proper english. My original submission did not contain this error, so I am not sure how it got there. >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/py-amkCrypto/pkg-comment /tmp/py-amkCrypto/pkg-comment --- /usr/ports/security/py-amkCrypto/pkg-comment Thu May 17 10:21:32 2001 +++ /tmp/py-amkCrypto/pkg-comment Thu May 17 19:32:40 2001 @@ -1 +1 @@ -A Python cryptography modules +Python cryptography modules >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 May 17 19:42:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail3.cableone.net (mail3.cableone.net [24.116.0.57]) by hub.freebsd.org (Postfix) with ESMTP id 8671037B423; Thu, 17 May 2001 19:42:15 -0700 (PDT) (envelope-from bdelmoni@truman.edu) Received: from truman.edu ([24.116.72.153]) by mail3.cableone.net with Microsoft SMTPSVC(5.5.1877.447.44); Thu, 17 May 2001 19:42:11 -0700 Message-ID: <3B048BD4.811DA215@truman.edu> Date: Thu, 17 May 2001 21:41:24 -0500 From: Betsy Delmonico X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: reg@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: mozilla-0.9 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Greetings. The new Mozilla port (9) won't compile because it cannot find the zip-2.3 files. Is there anything that can be done to get around this? Thanks Neal D. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 19:45:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pi.yip.org (yip.org [199.45.111.121]) by hub.freebsd.org (Postfix) with ESMTP id E009937B42C for ; Thu, 17 May 2001 19:45:24 -0700 (PDT) (envelope-from melange@yip.org) Received: from localhost (melange@localhost) by pi.yip.org (8.11.1/8.11.1) with ESMTP id f4I2jN189197 for ; Thu, 17 May 2001 22:45:24 -0400 (EDT) (envelope-from melange@yip.org) Date: Thu, 17 May 2001 22:45:23 -0400 (EDT) From: Bob K To: ports@freebsd.org Subject: socksified client-side identliciousness (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org I figured this may or may not be of interest to the socks5 port maintainer. Since the Makefile lists ports@freebsd.org, well, here. -- Bob | "Villain, I have done thy mother" - Shakespeare, Titus Andronicus, act IV, scene II ---------- Forwarded message ---------- Date: Tue, 8 May 2001 12:06:43 -0400 (EDT) From: bastard To: melange@yip.org Subject: socksified client-side identliciousness Hey Bob, I've managed to solve my client-side ident problem, albeit with an assload of work. I thought you might like to know how, since I'm fairly certain only a handful of freebsd users on the planet, if that, have gotten socksified client-side ident working. I've seen no fbsd success stories in any newsgroup or mailing list archives online - only pleas for help. There are a few success stories from linux admins who have gotten it working, but from what they report it seems to have worked for them because the involved compilations completed cleanly without manual intervention. The process to get it working under freebsd was non-existent. Fortunately, I invented it as I went along. Sorry about the length of this mail, but it was a complicated procedure, and I think it'll interest you. Okay, well, socks5 does, in fact, have means of supporting retrieval of ident info from socksified clients which connect to it, but the support is very poorly documented and broken by default (even when explicitly enabled). First of all, libident needs to be installed on the system before compiling socks5, so I made and installed it. Then socks5 need to have it's configuration script passed the "--with-ident" feature. Did that, via the top-level port makefile, then compiled. Didn't work. The script couldn't find ident.h, even though it was in the current path. Had a look the goodies whut makes de script go, and it's statically coded to look for it in /usr/include. ln -s'd it from /usr/local/include. Script then found it, but now ld cannot pass -lident. /usr/local/lib/libident.a is in library path, though, so I untar the socks5 distfile and have a look at the socks5-v1.0r11/server Makefile for goodness. It's looking for the lib statically, of course (yay dumbness, etc.). So, I symlink the real lib to the /usr/lib dir, then try make again. It works. socks5 is now compiled with client-retrieved ident support. I test it, and it works, with this socks5.conf: auth 192.168.0. - n interface 192.168.0. - 192.168.0.1 interface - - ep0 permit n - 192.168.0. - - - - set SOCKS5_BINDINTFC 192.168.0.1:13090 set SOCKS5_DEMAND_IDENT set SOCKS5_IDENTFILE /tmp/socks5.ident At least, it works in that it does what the socks5 server itself is supposed to, but client-side ident is still broken. Next, I need to patch pidentd to interoperate with socks5, or none of this ident goodness will work. The problem with this is that the latest patch is for pidentd-2.8a4. Besides the fact that the current version in the ports collection is 2.8.5, 2.8a4 has security holes. Less than pleased, I grab the 2.8a4 source tarball and apply the socks5 patch to parse.c. Now, the standard pidentd source will not compile on fbsd 3.x or later systems. The ports collection version is extensively patched with natively maintained code before it gets made. This presents a problem, because the 2.8a4 parse.c patch will not be mergeable with the standard 2.8.5 code, LET ALONE the ports-patched version of 2.8.5's parse.c. This pisses me off. A lot. Enough, in fact, that I can't stop thinking about it. Fifteen minutes of frustrated consideration buys me a possible solution. I decide to diff -b -B -c the socks5 patched 2.8a4 parse.c against the ports-patched 2.8.5 parse.c, then patch the latter with with patch thus produced. It works. All hunks succeed. So, I edit the Makefile in /usr/ports/security/pidentd/work/pidentd-2.8.5 so that it passes arguments and variables set in /usr/ports/security/pidentd/Makefile to the gnu tools in use (so I can make from the distfile tarball's top level dir and produce output identical to that reaped from a standard port make, except with all the new parse.c goodies included). I then make clean from the top level dir, and finally make. Success. All the files produced by a /usr/ports/security/pidentd make now sit under that dir's work subdir, where the port Makefile expects to find them. So, I ascend to /usr/ports/security/pidentd and do a make deinstall to remove the standard, nonsocksified version I had previously compiled, then a make reinstall to get down with sum ident gudnezz from mah homie Socks 5. Hoping that everything will actually work, I then fire up the two daemons and configure mIRC to use the firewall. I-MUTHAFUCKIN'-DENT! De client be droppin' sum mad crazy ident blam-blam all over d'irc server! At this point I actually yelled, "Ha! Bitch!" Current socks5 playing nicely with current pidentd! Heh. Sorry about the enthusiasm, but every other instance of this configuration I've come across is using the (buggy) pident-2.8a4 release. I had actually looked into other options before pursuing all this crap. None exist for FreeBSD, other than ident reply randomizers. oidentd will forward ident requests to internal hosts only via IP masquerading, on Linux and OpenBSD, and the method it uses is itself broken in many ways (ipmasq sucks much). A nice thing about the solution I've implemented is that while socks clients will ellicit an identd session to any identd server running on the client host, pidentd will function normally in all other cases, returning standard replies for any other requests (such as those caused by local ircii sessions). So, uh, ya. I need to sleep more now. =) Charlie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 19:46:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.6.200.230]) by hub.freebsd.org (Postfix) with ESMTP id 0454437B423; Thu, 17 May 2001 19:46:41 -0700 (PDT) (envelope-from mdharnois@home.com) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id B9A5014A08; Thu, 17 May 2001 21:47:28 -0500 (CDT) To: Tadayuki OKADA Cc: Ken McGlothlen , ijliao@FreeBSD.ORG, evenson@panix.com, freebsd-ports@FreeBSD.ORG Subject: Re: ports/27033: mozilla segmentation fault References: <200105171956.f4HJu4A16360@freefall.freebsd.org> <873da3r2nl.fsf@ralf.artlogix.com> <20010517192225.72062c02.tadayuki@mediaone.net> From: Michael Harnois Date: 17 May 2001 21:47:27 -0500 In-Reply-To: <20010517192225.72062c02.tadayuki@mediaone.net> (Tadayuki OKADA's message of "Thu, 17 May 2001 19:22:25 -0400") Message-ID: <861ypn9xvk.fsf@mharnois.workgroup.net> Lines: 11 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (anise) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org On Thu, 17 May 2001 19:22:25 -0400, Tadayuki OKADA said: > same here. Same here, on -current. -- Michael D. Harnois mdharnois@home.com Redeemer Lutheran Church Washburn, Iowa "I have never heard anything about the resolutions of the apostles, but a good deal about their acts." --Horace Mann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 17 20:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A53C37B42C for ; Thu, 17 May 2001 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I3e1B94201; Thu, 17 May 2001 20:40:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id C8DA737B423 for ; Thu, 17 May 2001 20:36:45 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 2224010F410; Thu, 17 May 2001 22:36:44 -0500 (CDT) Message-Id: <20010518033644.2224010F410@leviathan.inethouston.net> Date: Thu, 17 May 2001 22:36:44 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27421: UPDATE databases/mysql323-server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27421 >Category: ports >Synopsis: UPDATE databases/mysql323-server >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 May 17 20:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Sometimes /tmp/mysql.sock doesn't get deleted when you run mysql-server.sh stop and causes mysql not to start up again Maybe it should also go in the start, or go in the start instead, I'm open to suggestions Bump portrevision >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mysql323-server/Makefile,v retrieving revision 1.114 diff -u -r1.114 Makefile --- Makefile 2001/05/12 14:43:51 1.114 +++ Makefile 2001/05/18 03:36:25 @@ -7,6 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 3.23.38 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \ Index: files/mysql-server.sh =================================================================== RCS file: /home/ncvs/ports/databases/mysql323-server/files/mysql-server.sh,v retrieving revision 1.2 diff -u -r1.2 mysql-server.sh --- files/mysql-server.sh 2000/07/05 12:36:21 1.2 +++ files/mysql-server.sh 2001/05/18 03:36:25 @@ -8,6 +8,9 @@ ;; stop) /usr/bin/killall mysqld > /dev/null 2>&1 && echo -n ' mysqld' + if [ -x /tmp/mysql.sock ] ; then + rm -f /tmp/mysql.sock > /dev/null 2>&1 + fi ;; *) 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 Fri May 18 0:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1298D37B424 for ; Fri, 18 May 2001 00:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I7K2Z30199; Fri, 18 May 2001 00:20:02 -0700 (PDT) (envelope-from gnats) Received: from neva.vlink.ru (neva.vlink.ru [195.239.222.8]) by hub.freebsd.org (Postfix) with ESMTP id 3782537B422 for ; Fri, 18 May 2001 00:17:00 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: by neva.vlink.ru (Postfix, from userid 1000) id 00D149BB9F; Fri, 18 May 2001 11:16:57 +0400 (MSD) Message-Id: <20010518071657.00D149BB9F@neva.vlink.ru> Date: Fri, 18 May 2001 11:16:57 +0400 (MSD) From: dsh@vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27424: update www/p5-HTML-Mason to 1.03 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27424 >Category: ports >Synopsis: update www/p5-HTML-Mason to 1.03 >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 May 18 00:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD neva.vlink.ru 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Apr 24 10:57:16 MSD 2001 dsh@neva.vlink.ru:/var/FreeBSD/src/sys/compile/NEVA i386 >Description: >How-To-Repeat: diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile --- p5-HTML-Mason.orig/Makefile Fri May 18 11:02:46 2001 +++ p5-HTML-Mason/Makefile Fri May 18 11:03:03 2001 @@ -6,7 +6,7 @@ # PORTNAME= HTML-Mason -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML diff -Nru p5-HTML-Mason.orig/distinfo p5-HTML-Mason/distinfo --- p5-HTML-Mason.orig/distinfo Fri May 18 11:02:46 2001 +++ p5-HTML-Mason/distinfo Fri May 18 11:03:44 2001 @@ -1 +1 @@ -MD5 (HTML-Mason-1.02.tar.gz) = 47a64b6c6f7885fa7192c7a9382fa998 +MD5 (HTML-Mason-1.03.tar.gz) = 7b914a712b0b58194d80701d27dca2aa >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 Fri May 18 1:10:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 9CA0837B422 for ; Fri, 18 May 2001 01:10:40 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.3/8.11.3) id f4I8AKl50474; Fri, 18 May 2001 10:10:20 +0200 (CEST) (envelope-from stijn) Date: Fri, 18 May 2001 10:10:20 +0200 From: Stijn Hoop To: Jonathan Chen Cc: "David W. Chapman Jr." , freebsd-ports@freebsd.org Subject: Re: Mozilla 0.9 port Message-ID: <20010518101020.A50297@pcwin002.win.tue.nl> References: <20010518120305.A7211@itouchnz.itouch> <022401c0df2e$98c4d520$931576d8@inethouston.net> <20010518121032.A7930@itouchnz.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010518121032.A7930@itouchnz.itouch>; from jonathan.chen@itouch.co.nz on Fri, May 18, 2001 at 12:10:32PM +1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org On Fri, May 18, 2001 at 12:10:32PM +1200, Jonathan Chen wrote: > On Thu, May 17, 2001 at 07:07:58PM -0500, David W. Chapman Jr. wrote: > > Did you delete your .mozilla directory? > > Yup. First thing I thought of: rm -r ~/.mozilla. Twice. Same problem. Do you still have the build directory (work/mozilla) ? I had the same problem, but after manually coping dist/bin from the work directory with the following commands: # cd /usr/X11R6/lib # mv mozilla mozilla.port # mkdir mozilla # cd mozilla # (cd /usr/ports/www/mozilla/work/mozilla/dist/bin && tar -chf - . ) | \ tar -xf - things magically worked for me. I still do not know *why* though, but it's happened to me on 2 machines now so I know it's not a hardware problem. --Stijn -- "I used to think I was indecisive, but now I'm not so sure." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 1:30:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 8865737B422; Fri, 18 May 2001 01:30:27 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4I8THE02957; Fri, 18 May 2001 11:29:18 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l110.uic-in.net [212.35.189.237]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4I8Sm018158; Fri, 18 May 2001 11:28:49 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4I8Rt928883; Fri, 18 May 2001 11:27:55 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105180827.f4I8Rt928883@vega.vega.com> Subject: Re: Mozilla 0.9 port To: stijn@win.tue.nl (Stijn Hoop) Date: Fri, 18 May 2001 11:27:24 +0300 (EEST) Cc: jonathan.chen@itouch.co.nz (Jonathan Chen), dwcjr@inethouston.net (David W. Chapman Jr.), freebsd-ports@FreeBSD.org, gnome@FreeBSD.org In-Reply-To: <20010518101020.A50297@pcwin002.win.tue.nl> from "Stijn Hoop" at May 18, 2001 10:10:20 AM 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: X-Loop: FreeBSD.org > > On Fri, May 18, 2001 at 12:10:32PM +1200, Jonathan Chen wrote: > > On Thu, May 17, 2001 at 07:07:58PM -0500, David W. Chapman Jr. wrote: > > > Did you delete your .mozilla directory? > > > > Yup. First thing I thought of: rm -r ~/.mozilla. Twice. Same problem. > > Do you still have the build directory (work/mozilla) ? I had the > same problem, but after manually coping dist/bin from the work directory > with the following commands: > > # cd /usr/X11R6/lib > # mv mozilla mozilla.port > # mkdir mozilla > # cd mozilla > # (cd /usr/ports/www/mozilla/work/mozilla/dist/bin && tar -chf - . ) | \ > tar -xf - > > things magically worked for me. I still do not know *why* though, but > it's happened to me on 2 machines now so I know it's not a hardware > problem. Ok folks. I got flooded with problem reports and decided to step down for awhile until I have 4-STABLE testbox up and running to test and debug Mozilla on. I'm currently working on setting up such a box and hopefully will have it ready to go later today. That said, it doesn't mean that nobody else should try to find a solution for "Mozilla 0.9 on 4-STABLE" problem - I'll be glad if someone will identofy it and submit a patch. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 1:36:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.mayn.de (mail.mayn.de [194.145.150.13]) by hub.freebsd.org (Postfix) with ESMTP id 0331F37B422 for ; Fri, 18 May 2001 01:36:36 -0700 (PDT) (envelope-from treif@mayn.de) Received: from mayn.de (cottbus.mayn.de [194.145.150.15]) by mail.mayn.de (Postfix) with ESMTP id 424D47C1C for ; Fri, 18 May 2001 10:36:34 +0200 (CEST) Message-ID: <3B04DE2B.5DB1840D@mayn.de> Date: Fri, 18 May 2001 10:32:43 +0200 From: Tobias Reifenberger X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: galeon & mozilla 0.9 -> crash Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Hi I got very frequently crashes of galeon 0.10.6 (using mozilla 0.9), so I built a debug Version and ran gdb. Here is some information. Can someone reproduce this problem? location: mozilla/widget/src/gtksuperwin/gtkmozarea.c Program received signal SIGSEGV, Segmentation fault. 0x286f5c32 in toplevel_window_filter (aGdkXEvent=0xbfbff1d0, aEvent=0x815c85c, data=0x84812c0) at gtkmozarea.c:299 299 gtk_signal_emit(GTK_OBJECT(mozarea), mozarea_signals[TOPLEVEL_FOCUS_OUT]); (gdb) bt #0 0x286f5c32 in toplevel_window_filter (aGdkXEvent=0xbfbff1d0, aEvent=0x815c85c, data=0x84812c0) at gtkmozarea.c:299 #1 0x28419339 in gdk_event_apply_filters () from /usr/X11R6/lib/libgdk12.so.2 #2 0x28419472 in gdk_event_translate () from /usr/X11R6/lib/libgdk12.so.2 #3 0x2841a3b9 in gdk_events_queue () from /usr/X11R6/lib/libgdk12.so.2 #4 0x2841a5f5 in gdk_event_dispatch () from /usr/X11R6/lib/libgdk12.so.2 #5 0x2859413a in g_main_dispatch () from /usr/local/lib/libglib12.so.3 #6 0x28594743 in g_main_iterate () from /usr/local/lib/libglib12.so.3 #7 0x285948f0 in g_main_run () from /usr/local/lib/libglib12.so.3 #8 0x28364c84 in gtk_main () from /usr/X11R6/lib/libgtk12.so.2 #9 0x808e27b in main (argc=1, argv=0xbfbffa64) at main.c:288 #10 0x8067009 in _start () bye -- Tobias Reifenberger -- treif@mayn.de -- DG1NGT GEE e* dpu s:- a-- C+++ UB+++ L- W+ N+ w--- Y+ tv+ b++ D++ h++ r--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 2: 6:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from krystech.ru (dns.krystech.ru [195.239.40.130]) by hub.freebsd.org (Postfix) with ESMTP id DB1D937B637; Fri, 18 May 2001 02:06:15 -0700 (PDT) (envelope-from dim@lavtech.ru) Received: from andrew.inside.krystech.ru (andrew.inside.krystech.ru [192.168.1.189]) by krystech.ru (8.9.3/8.9.3) with ESMTP id NAA20233; Fri, 18 May 2001 13:06:13 +0400 Date: Fri, 18 May 2001 13:06:22 +0400 From: Dmitry Tkatchenko X-Mailer: The Bat! (v1.52) Reply-To: Dmitry Tkatchenko Organization: Lavtech.Com Corp. X-Priority: 3 (Normal) Message-ID: <2860821877.20010518130622@lavtech.ru> To: ache@FreeBSD.org Cc: ports@FreeBSD.org, www@FreeBSD.org Subject: FreeBSD Port: mnogosearch-3.1.12_3 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: X-Loop: FreeBSD.org Hallo! The new version 3.1.13 of mnoGoSearch free Open Source search engine software is available from mnoGoSearch website at http://www.mnogosearch.org. The new version includes various enhancements and fixes including HTTPS support, simplified configuration, all of the enhancements are listed in ChangeLog at http://www.mnogosearch.org/history.html. Could you please update mnoGoSearch port listing on your site? I would also like to offer mnoGoSearch as a search engine solution for freebsd.org website. I have tested search on your website at http://www.freebsd.org/search/search.html and believe that with mnoGoSearch you can offer more flexible and efficient search services for your visitors. Above all we provide extensive technical support for mnoGoSearch users. Please visit mnoGoSearch website at http://mnogosearch.org to learn more about our Open Source search engine software. Please don't hesitate to contact me if you have any questions. -- Best regards, Dmitry Tkatchenko mnoGoSearch developers team http://mnogosearch.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 2: 7: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 1DAE637B422; Fri, 18 May 2001 02:07:05 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4I96jo71724; Fri, 18 May 2001 02:06:45 -0700 (PDT) (envelope-from obrien) Date: Fri, 18 May 2001 02:06:44 -0700 From: "David O'Brien" To: "David W. Chapman Jr." Cc: John Polstra , sobomax@FreeBSD.ORG, ports@FreeBSD.ORG, cvs@FreeBSD.ORG, ade@FreeBSD.ORG Subject: Re: FreeBSD Port: samba-2.2.0_1 Message-ID: <20010518020644.A71658@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <019c01c0db36$f962e9e0$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <019c01c0db36$f962e9e0$931576d8@inethouston.net>; from dwcjr@inethouston.net on Sat, May 12, 2001 at 05:57:52PM -0500 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: X-Loop: FreeBSD.org On Sat, May 12, 2001 at 05:57:52PM -0500, David W. Chapman Jr. wrote: > Because some people are still weary of 2.2.0 due to the massive changes in > it while 2.0.9 has been around a while. It doesn't matter to me how it > happens, but we should atleast keep around 2.0.9 for a while and 2.2.0 isn't > alpha anymore so it should not be samba-devel `samba' should be the lastest release, period. That means 2.2.0. For those afraid of it, repo copy the exiting 2.0.9 to samba20, with a plan to cvs rm it in 3 mo. All this numbered ports crap just confuses the hell out of users. -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 2: 8:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 083AC37B422 for ; Fri, 18 May 2001 02:08:19 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4I980m71739; Fri, 18 May 2001 02:08:00 -0700 (PDT) (envelope-from obrien) Date: Fri, 18 May 2001 02:07:59 -0700 From: "David O'Brien" To: Will Andrews Cc: "David W. Chapman Jr." , Patrick Li , freebsd-ports@FreeBSD.ORG Subject: Re: FreeBSD Port: samba-2.2.0_1 Message-ID: <20010518020759.B71658@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <01b601c0db3c$5b02ba40$931576d8@inethouston.net> <002d01c0db41$70cdda30$0200a8c0@bsod> <01c201c0db57$7273c000$931576d8@inethouston.net> <004f01c0db59$9e6fe740$0200a8c0@bsod> <021c01c0db5a$6b946200$931576d8@inethouston.net> <20010512222441.N29602@casimir.physics.purdue.edu> <023401c0db5d$7838be40$931576d8@inethouston.net> <20010512223512.O29602@casimir.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010512223512.O29602@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Sat, May 12, 2001 at 10:35:12PM -0500 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: X-Loop: FreeBSD.org On Sat, May 12, 2001 at 10:35:12PM -0500, Will Andrews wrote: > On Sat, May 12, 2001 at 10:33:25PM -0500, David W. Chapman Jr. wrote: > > But its not in development anymore, its like calling XFree86-4, > > XFree86-4-devel. I wouldn't mind keeping up the -devel branch of samba for > > samba 3.0, but I currently can't do that without making 2.0.9 unavailable, > > which a few people still need access to. > > So repocopy samba to samba-stable and have 3 levels of samba support. We don't need, -stable. That isn't a nomiclaure the Samba team uses. And it implies `samba' (being 2.2.0), isn't stable. -- -- David (obrien@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 May 18 2:10:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 7573537B423 for ; Fri, 18 May 2001 02:10:11 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4I9A8x71757; Fri, 18 May 2001 02:10:08 -0700 (PDT) (envelope-from obrien) Date: Fri, 18 May 2001 02:10:08 -0700 From: "David O'Brien" To: Patrick Li Cc: "David W. Chapman Jr." , freebsd-ports@FreeBSD.org Subject: Re: FreeBSD Port: samba-2.2.0_1 Message-ID: <20010518021008.C71658@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <004f01c0db59$9e6fe740$0200a8c0@bsod> <021c01c0db5a$6b946200$931576d8@inethouston.net> <20010512222441.N29602@casimir.physics.purdue.edu> <023401c0db5d$7838be40$931576d8@inethouston.net> <20010512223512.O29602@casimir.physics.purdue.edu> <023e01c0db5f$0e2d4dc0$931576d8@inethouston.net> <001f01c0db62$7bbaede0$0200a8c0@bsod> <003201c0db62$c8cba0c0$0200a8c0@bsod> <026701c0db63$14717900$931576d8@inethouston.net> <000901c0db65$993d38c0$0200a8c0@bsod> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000901c0db65$993d38c0$0200a8c0@bsod>; from pat@databits.net on Sun, May 13, 2001 at 12:31:37AM -0400 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: X-Loop: FreeBSD.org On Sun, May 13, 2001 at 12:31:37AM -0400, Patrick Li wrote: > i think its more proper to make them samba20 and samba22 > or just samba and samba22 or something along those lines. Other way around. `samba' and `samba20' or `samba-old'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 2:18:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 5C0D337B423; Fri, 18 May 2001 02:18:12 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4I9JGE04180; Fri, 18 May 2001 12:19:16 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l110.uic-in.net [212.35.189.237]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4I9In020078; Fri, 18 May 2001 12:18:50 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4I9Hv929674; Fri, 18 May 2001 12:17:57 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105180917.f4I9Hv929674@vega.vega.com> Subject: Re: FreeBSD Port: samba-2.2.0_1 To: obrien@FreeBSD.ORG Date: Fri, 18 May 2001 12:17:56 +0300 (EEST) Cc: dwcjr@inethouston.net (David W. Chapman Jr.), jdp@polstra.com (John Polstra), sobomax@FreeBSD.ORG, ports@FreeBSD.ORG, cvs@FreeBSD.ORG, ade@FreeBSD.ORG In-Reply-To: <20010518020644.A71658@dragon.nuxi.com> from "David O'Brien" at May 18, 2001 02:06:44 AM 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: X-Loop: FreeBSD.org > > On Sat, May 12, 2001 at 05:57:52PM -0500, David W. Chapman Jr. wrote: > > Because some people are still weary of 2.2.0 due to the massive changes in > > it while 2.0.9 has been around a while. It doesn't matter to me how it > > happens, but we should atleast keep around 2.0.9 for a while and 2.2.0 isn't > > alpha anymore so it should not be samba-devel > > `samba' should be the lastest release, period. That means 2.2.0. > For those afraid of it, repo copy the exiting 2.0.9 to samba20, with a > plan to cvs rm it in 3 mo. > > All this numbered ports crap just confuses the hell out of users. IMO net/samba and net/samba20 will confuse users even more, as it is not clear from the first glance whether samba > samba20 or not. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 2:23:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 03F4E37B423; Fri, 18 May 2001 02:23:08 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4I9N7A72322; Fri, 18 May 2001 02:23:07 -0700 (PDT) (envelope-from obrien) Date: Fri, 18 May 2001 02:23:07 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: "David W. Chapman Jr." , John Polstra , ports@FreeBSD.ORG, cvs@FreeBSD.ORG, ade@FreeBSD.ORG Subject: Re: FreeBSD Port: samba-2.2.0_1 Message-ID: <20010518022307.A72303@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010518020644.A71658@dragon.nuxi.com> <200105180917.f4I9Hv929674@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105180917.f4I9Hv929674@vega.vega.com>; from sobomax@FreeBSD.ORG on Fri, May 18, 2001 at 12:17:56PM +0300 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: X-Loop: FreeBSD.org On Fri, May 18, 2001 at 12:17:56PM +0300, Maxim Sobolev wrote: > IMO net/samba and net/samba20 will confuse users even more, as > it is not clear from the first glance whether samba > samba20 or > not. People have not complained about a2ps and a2ps43 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 2:31:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 2219537B422; Fri, 18 May 2001 02:31:07 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4I9VtE04556; Fri, 18 May 2001 12:32:07 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l110.uic-in.net [212.35.189.237]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4I9VU020544; Fri, 18 May 2001 12:31:33 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4I9Ucs29732; Fri, 18 May 2001 12:30:38 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105180930.f4I9Ucs29732@vega.vega.com> Subject: Re: FreeBSD Port: samba-2.2.0_1 To: obrien@FreeBSD.ORG Date: Fri, 18 May 2001 12:30:37 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), dwcjr@inethouston.net (David W. Chapman Jr.), jdp@polstra.com (John Polstra), ports@FreeBSD.ORG, cvs@FreeBSD.ORG, ade@FreeBSD.ORG In-Reply-To: <20010518022307.A72303@dragon.nuxi.com> from "David O'Brien" at May 18, 2001 02:23:07 AM 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: X-Loop: FreeBSD.org > > On Fri, May 18, 2001 at 12:17:56PM +0300, Maxim Sobolev wrote: > > IMO net/samba and net/samba20 will confuse users even more, as > > it is not clear from the first glance whether samba > samba20 or > > not. > > People have not complained about a2ps and a2ps43 People have not complained about squid{21,22,23,24} or gtk{10,11,12} as well. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 2:34: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 7F9B737B422; Fri, 18 May 2001 02:34:03 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4I9Y3f72692; Fri, 18 May 2001 02:34:03 -0700 (PDT) (envelope-from obrien) Date: Fri, 18 May 2001 02:34:02 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: "David W. Chapman Jr." , John Polstra , ports@FreeBSD.ORG, cvs@FreeBSD.ORG, ade@FreeBSD.ORG Subject: Re: FreeBSD Port: samba-2.2.0_1 Message-ID: <20010518023402.A72664@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010518022307.A72303@dragon.nuxi.com> <200105180930.f4I9Ucs29732@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105180930.f4I9Ucs29732@vega.vega.com>; from sobomax@FreeBSD.ORG on Fri, May 18, 2001 at 12:30:37PM +0300 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: X-Loop: FreeBSD.org On Fri, May 18, 2001 at 12:30:37PM +0300, Maxim Sobolev wrote: > > > > On Fri, May 18, 2001 at 12:17:56PM +0300, Maxim Sobolev wrote: > > > IMO net/samba and net/samba20 will confuse users even more, as > > > it is not clear from the first glance whether samba > samba20 or > > > not. > > > > People have not complained about a2ps and a2ps43 > > People have not complained about squid{21,22,23,24} > or gtk{10,11,12} as well. As JDP pointed out (and I know you know this as well), gtk (and tcl/tk) are a totally differnt thing. Something needs to be done with the Squids also. -- -- David (obrien@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 May 18 3: 4:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 404F137B422; Fri, 18 May 2001 03:04:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IA4uC51256; Fri, 18 May 2001 03:04:56 -0700 (PDT) (envelope-from sobomax) Date: Fri, 18 May 2001 03:04:56 -0700 (PDT) From: Message-Id: <200105181004.f4IA4uC51256@freefall.freebsd.org> To: roman@xpert.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27388: [MAINTAINER UPDATE] graphics/xine 0.3.7->0.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] graphics/xine 0.3.7->0.4.2 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri May 18 03:04:42 PDT 2001 State-Changed-Why: Port updated, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=27388 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 3:14:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 3F7FC37B422; Fri, 18 May 2001 03:14:24 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IAFQE05639; Fri, 18 May 2001 13:15:28 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l110.uic-in.net [212.35.189.237]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IAF4022282; Fri, 18 May 2001 13:15:05 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4IADgk29877; Fri, 18 May 2001 13:13:42 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B04F5D5.D2AC010D@FreeBSD.org> Date: Fri, 18 May 2001 13:13:42 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: obrien@FreeBSD.ORG Cc: "David W. Chapman Jr." , John Polstra , ports@FreeBSD.ORG, cvs@FreeBSD.ORG, ade@FreeBSD.ORG Subject: Re: FreeBSD Port: samba-2.2.0_1 References: <20010518022307.A72303@dragon.nuxi.com> <200105180930.f4I9Ucs29732@vega.vega.com> <20010518023402.A72664@dragon.nuxi.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org David O'Brien wrote: > On Fri, May 18, 2001 at 12:30:37PM +0300, Maxim Sobolev wrote: > > > > > > On Fri, May 18, 2001 at 12:17:56PM +0300, Maxim Sobolev wrote: > > > > IMO net/samba and net/samba20 will confuse users even more, as > > > > it is not clear from the first glance whether samba > samba20 or > > > > not. > > > > > > People have not complained about a2ps and a2ps43 > > > > People have not complained about squid{21,22,23,24} > > or gtk{10,11,12} as well. > > As JDP pointed out (and I know you know this as well), gtk (and tcl/tk) > are a totally differnt thing. Something needs to be done with the > Squids also. I disagree. In fact they are quite similar. In one case there are users who can't upgrade right away, while in another there are software that also can't use newest version yet. If we would follow this logic then gtk12 should be renamed into gtk, so there would be gtk, gtk13 and gtk11. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 3:22:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 7A48237B423; Fri, 18 May 2001 03:22:32 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4IAMVU73393; Fri, 18 May 2001 03:22:31 -0700 (PDT) (envelope-from obrien) Date: Fri, 18 May 2001 03:22:31 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: "David W. Chapman Jr." , John Polstra , ports@FreeBSD.ORG, cvs@FreeBSD.ORG, ade@FreeBSD.ORG Subject: Re: FreeBSD Port: samba-2.2.0_1 Message-ID: <20010518032231.A73324@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010518022307.A72303@dragon.nuxi.com> <200105180930.f4I9Ucs29732@vega.vega.com> <20010518023402.A72664@dragon.nuxi.com> <3B04F5D5.D2AC010D@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B04F5D5.D2AC010D@FreeBSD.org>; from sobomax@FreeBSD.ORG on Fri, May 18, 2001 at 01:13:42PM +0300 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: X-Loop: FreeBSD.org On Fri, May 18, 2001 at 01:13:42PM +0300, Maxim Sobolev wrote: > I disagree. In fact they are quite similar. In one case there are users who > can't upgrade right away, while in another there are software that also > can't use newest version yet. If we would follow this logic then gtk12 > should be renamed into gtk, so there would be gtk, gtk13 and gtk11. In the case of gtk/tcl/tk we have designed these ports so mulitple versions can be installed and used at the time on the same system. Just like I can have both /usr/lib on my 5-CURRENT system and the compat4x libs installed. Are you telling me I can install both samba20 and samba22 and have both of their daemons running and simulataniously use both??? I would like to see that setup. -- -- David (obrien@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 May 18 3:23:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id A216537B424; Fri, 18 May 2001 03:23:37 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4IALTa01287; Fri, 18 May 2001 12:21:29 +0200 (CEST) (envelope-from ernst) Date: Fri, 18 May 2001 12:21:29 +0200 From: Ernst de Haan To: Joe Clarke Cc: ernst@heinz.jollem.com, will@freebsd.org, FreeBSD Ports Mailing List Subject: Re: PR-27056 Message-ID: <20010518122129.A1258@c187104187.telekabel.chello.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from marcus@miami.edu on Thu, May 17, 2001 at 06:15:06PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Joe, Joe Clarke wrote: > In order to prevent kscd from crashing at startup, add a symlink in /dev > that points your CD-ROM device to /dev/cdrom. For example, if you use an > ATAPI CD: > > ln -s /dev/acd0c /dev/cdrom Yeah, I found that out, see the audit trail. I'm just wondering how new users can be warned about this in advance. If someone else tries installing kde2 from ports, and then runs kscd, it will core dump. This should not be the case. The user should either be notified after installing kde2 or kscd, or the program should just display a warning or something. Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 4: 0:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39FFC37B423 for ; Fri, 18 May 2001 04:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IB09458275; Fri, 18 May 2001 04:00:09 -0700 (PDT) (envelope-from gnats) Received: from speedy.netbeat.de (speedy.netbeat.de [212.6.214.36]) by hub.freebsd.org (Postfix) with ESMTP id B09A337B423 for ; Fri, 18 May 2001 03:58:09 -0700 (PDT) (envelope-from wwwrun@speedy.netbeat.de) Received: (from wwwrun@localhost) by speedy.netbeat.de (8.9.3/8.9.3) id MAA18420; Fri, 18 May 2001 12:57:57 +0200 Message-Id: <200105181057.MAA18420@speedy.netbeat.de> Date: Thu, 17 May 2001 16:24:39 +0200 (CEST) From: lehmann@ans-netz.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27426: ports-update: devel/libuta Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27426 >Category: ports >Synopsis: ports-update: devel/libuta >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 May 18 04:00:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD ollis.brainwire.de 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue May 8 02:11:51 CEST 2001 olivleh1@ollis.brainwire.de:/usr/obj/usr/src/sys/OLLIS i386 >Description: >How-To-Repeat: >Fix: diff -ruN libuta.org/Makefile libuta/Makefile --- libuta.org/Makefile Mon Apr 9 23:55:03 2001 +++ libuta/Makefile Thu May 17 14:09:00 2001 @@ -6,7 +6,7 @@ # PORTNAME= libuta -PORTVERSION= 0.3.36 +PORTVERSION= 0.3.38 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN libuta.org/distinfo libuta/distinfo --- libuta.org/distinfo Thu Apr 5 21:01:47 2001 +++ libuta/distinfo Thu May 17 16:02:06 2001 @@ -1 +1 @@ -MD5 (libuta-0.3.36.tar.gz) = 7237fb067884745cde01f290f35932f4 +MD5 (libuta-0.3.38.tar.gz) = 19e9b692fa046fb7c8e16c5cceaea232 diff -ruN libuta.org/files/patch-aa libuta/files/patch-aa --- libuta.org/files/patch-aa Tue Apr 24 16:19:40 2001 +++ libuta/files/patch-aa Thu May 17 16:00:45 2001 @@ -1,5 +1,5 @@ ---- configure.orig Thu Apr 5 17:21:15 2001 -+++ configure Thu Apr 5 17:23:51 2001 +--- configure.orig Thu Apr 12 11:21:35 2001 ++++ configure Thu May 17 14:44:42 2001 @@ -7,6 +7,9 @@ # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. @@ -10,6 +10,26 @@ # Defaults: ac_help= ac_default_prefix=/usr/local +@@ -1829,8 +1832,8 @@ + LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ + LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ + DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ +-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \ ++${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ ++$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $lt_target \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + + # Reload cache, that may have been modified by ltconfig +@@ -1844,7 +1847,7 @@ + + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -4603,7 +4606,7 @@ no_sdl=yes else @@ -19,3 +39,30 @@ sdl_major_version=`$SDL_CONFIG $sdl_args --version | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` +@@ -4627,7 +4630,7 @@ + #include + #include + #include +-#include ++#include + + char* + my_strdup (char *str) +@@ -4717,7 +4720,7 @@ + #include "confdefs.h" + + #include +-#include ++#include + + int main() { + return 0; +@@ -5042,7 +5045,7 @@ + cat > conftest.$ac_ext < ++#include + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" + { (eval echo configure:5049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } >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 May 18 4: 0:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFC1F37B423; Fri, 18 May 2001 04:00:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IB0bW58343; Fri, 18 May 2001 04:00:37 -0700 (PDT) (envelope-from ijliao) Date: Fri, 18 May 2001 04:00:37 -0700 (PDT) From: Message-Id: <200105181100.f4IB0bW58343@freefall.freebsd.org> To: dougy@bryden.apana.org.au, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27102: lzo-1.07 port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org Synopsis: lzo-1.07 port broken State-Changed-From-To: open->analyzed State-Changed-By: ijliao State-Changed-When: Fri May 18 03:59:09 PDT 2001 State-Changed-Why: seems ok on my stable box ... would you plz try it again ? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27102 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 4: 6:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 372AE37B422; Fri, 18 May 2001 04:06:25 -0700 (PDT) (envelope-from dougy@brizzie.org) Received: from oracle ([192.168.0.3]) by bryden.apana.org.au (8.9.3/8.9.3) with SMTP id VAA80280; Fri, 18 May 2001 21:05:08 +1000 (EST) (envelope-from dougy@brizzie.org) Message-ID: <118d01c0df8a$91bb8380$0300a8c0@oracle> From: "Doug Young" To: , References: <200105181100.f4IB0bW58343@freefall.freebsd.org> Subject: Re: ports/27102: lzo-1.07 port broken Date: Fri, 18 May 2001 21:05:34 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org FWIW, I've experienced problems with installing lzo from ports also. Its been a while since I tried but as I recall I found some other application to do the job of the one that depended on lzo ----- Original Message ----- From: To: ; ; Sent: Friday, May 18, 2001 9:00 PM Subject: Re: ports/27102: lzo-1.07 port broken > Synopsis: lzo-1.07 port broken > > State-Changed-From-To: open->analyzed > State-Changed-By: ijliao > State-Changed-When: Fri May 18 03:59:09 PDT 2001 > State-Changed-Why: > seems ok on my stable box ... would you plz try it again ? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27102 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 5:38:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id E849D37B422 for ; Fri, 18 May 2001 05:38:51 -0700 (PDT) (envelope-from james@bloodflowers.org) Received: from eclipse.bloodflowers.org ([62.253.132.224]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20010518123851.NXUA285.mta07-svc.ntlworld.com@eclipse.bloodflowers.org>; Fri, 18 May 2001 13:38:51 +0100 Date: Fri, 18 May 2001 13:38:50 +0100 From: James Greenhalgh To: girgen@partitur.se Cc: ports@FreeBSD.org Subject: FreeBSD Port: postgresql-7.1_2 Message-Id: <20010518133850.60d992c2.james@bloodflowers.org> X-Mailer: Sylpheed version 0.4.64 (GTK+ 1.2.10; i386--freebsd4.3) 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: X-Loop: FreeBSD.org Hi - do you know what's wrong with this at all? (after configure, during build of postgres) gmake[5]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.1.1/src/backend/access/heap' cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/local/include -c -o heapam.o heapam.c cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/local/include -c -o hio.o hio.c cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/local/include -c -o stats.o stats.c cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/local/include -c -o tuptoaster.o tuptoaster.c tuptoaster.c: In function `toast_delete_datum': tuptoaster.c:892: `F_OIDEQ' undeclared (first use in this function) tuptoaster.c:892: (Each undeclared identifier is reported only once tuptoaster.c:892: for each function it appears in.) tuptoaster.c: In function `toast_fetch_datum': tuptoaster.c:983: `F_OIDEQ' undeclared (first use in this function) gmake[5]: *** [tuptoaster.o] Error 1 Ouch. I'm running a stable 4.3 system, no options were selected at the configure screen, this happens with the old layout flag or without. I built postgres 7.1 beta versions several times with success in the pat, but this port just explodes for me :/ thanks, james -- The wheel is still turning, but the hamster is dead. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 5:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56F6A37B42C for ; Fri, 18 May 2001 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ICe1m77987; Fri, 18 May 2001 05:40:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.popsite.net (smtp.popsite.net [216.126.128.16]) by hub.freebsd.org (Postfix) with ESMTP id E779237B422 for ; Fri, 18 May 2001 05:33:30 -0700 (PDT) (envelope-from bill@twwells.com) Received: from twwells.com (01-044.051.popsite.net [64.24.21.44]) by smtp.popsite.net (Postfix) with ESMTP id 64937FEBA for ; Fri, 18 May 2001 07:33:11 -0500 (CDT) Received: from bill by twwells.com with local (Exim 3.22 #1) id 150jQz-000DaS-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 18 May 2001 08:32:45 -0400 Message-Id: Date: Fri, 18 May 2001 08:32:45 -0400 From: "T. William Wells" Reply-To: bill@twwells.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27427: mozilla-fonts can't get its distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27427 >Category: ports >Synopsis: mozilla-fonts can't get its distfile >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 18 05:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: T. William Wells >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: Yesterday's cvsup. >Description: See below. >How-To-Repeat: root@twwells: cd /usr/ports/x11-fonts/mozilla-fonts/ root@twwells: make fetch >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> mozilla-fonts.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://fox.mit.edu/skunk/xwin/. fetch: mozilla-fonts.tar.gz: Not Found >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: mozilla-fonts.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/x11-fonts/mozilla-fonts. *** Error code 1 Stop in /usr/ports/x11-fonts/mozilla-fonts. *** Error code 1 Stop in /usr/ports/x11-fonts/mozilla-fonts. root@twwells: exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 5:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C23DF37B424 for ; Fri, 18 May 2001 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ICo2p79018; Fri, 18 May 2001 05:50:02 -0700 (PDT) (envelope-from gnats) Received: from snake.se.uec.ac.jp (snake.se.uec.ac.jp [130.153.154.30]) by hub.freebsd.org (Postfix) with SMTP id CE52037B42C for ; Fri, 18 May 2001 05:42:51 -0700 (PDT) (envelope-from kaoru@snake.se.uec.ac.jp) Received: (qmail 31655 invoked by uid 1690); 18 May 2001 12:42:50 -0000 Message-Id: <20010518124250.31654.qmail@snake.se.uec.ac.jp> Date: 18 May 2001 12:42:50 -0000 From: kaoru@kaisei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27428: New port: sysutils/ttyrec (tty session recorder & player) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.org >Number: 27428 >Category: ports >Synopsis: New port: sysutils/ttyrec (tty session recorder & player) >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 May 18 05:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Kaoru >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD snake.se.uec.ac.jp 4.3-STABLE FreeBSD 4.3-STABLE #778: Wed May 16 10:36:37 JST 2001 root@snake.se.uec.ac.jp:/usr/obj/usr/src/sys/SNAKE i386 >Description: Ttyrec is a tty recorder. It is a derivative of script(1) command for recording timing information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty. >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: # # ttyrec # ttyrec/distinfo # ttyrec/Makefile # ttyrec/pkg-comment # ttyrec/pkg-descr # ttyrec/pkg-plist # echo c - ttyrec mkdir -p ttyrec > /dev/null 2>&1 echo x - ttyrec/distinfo sed 's/^X//' >ttyrec/distinfo << 'END-of-ttyrec/distinfo' XMD5 (ttyrec-1.0.4.tar.gz) = 81b2bce50087c7d2cd46fb557f10ef20 END-of-ttyrec/distinfo echo x - ttyrec/Makefile sed 's/^X//' >ttyrec/Makefile << 'END-of-ttyrec/Makefile' X# New ports collection makefile for: ttyrec X# Date created: 17 May 2001 X# Whom: TAKAHASHI Kaoru X# X# $FreeBSD$ X# X XPORTNAME= ttyrec XPORTVERSION= 1.0.4 XCATEGORIES= sysutils XMASTER_SITES= http://namazu.org/~satoru/ttyrec/ X XMAINTAINER= ports@FreeBSD.org X XMAN1= ttyrec.1 ttyplay.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ttyrec ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/ttyplay ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/ttyrec.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/ttyplay.1 ${PREFIX}/man/man1 X X.include END-of-ttyrec/Makefile echo x - ttyrec/pkg-comment sed 's/^X//' >ttyrec/pkg-comment << 'END-of-ttyrec/pkg-comment' XTty session recorder and player END-of-ttyrec/pkg-comment echo x - ttyrec/pkg-descr sed 's/^X//' >ttyrec/pkg-descr << 'END-of-ttyrec/pkg-descr' XTtyrec is a tty recorder. It is a derivative of script(1) Xcommand for recording timing information with microsecond Xaccuracy as well. It can record emacs -nw, vi, lynx, or Xany programs running on tty. X XWWW: http://namazu.org/~satoru/ttyrec/ END-of-ttyrec/pkg-descr echo x - ttyrec/pkg-plist sed 's/^X//' >ttyrec/pkg-plist << 'END-of-ttyrec/pkg-plist' Xbin/ttyrec Xbin/ttyplay END-of-ttyrec/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 May 18 8: 4:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 941FC37B422; Fri, 18 May 2001 08:04:28 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 0A06210F40F; Fri, 18 May 2001 10:04:30 -0500 (CDT) Message-ID: <000d01c0dfab$d5445200$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Maxim Sobolev" , Cc: "John Polstra" , , , References: <20010518022307.A72303@dragon.nuxi.com> <200105180930.f4I9Ucs29732@vega.vega.com> <20010518023402.A72664@dragon.nuxi.com> <3B04F5D5.D2AC010D@FreeBSD.org> Subject: Re: FreeBSD Port: samba-2.2.0_1 Date: Fri, 18 May 2001 10:04:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ISC-DHCP{2,3} XFree86(4) Just FYI, I'd rather keep it in -devel than overwrite 2.0.9 because there are still some bugs in 2.2.0 that the samba team has admitted to. > > > > > > People have not complained about squid{21,22,23,24} > > > or gtk{10,11,12} as well. > > > > As JDP pointed out (and I know you know this as well), gtk (and tcl/tk) > > are a totally differnt thing. Something needs to be done with the > > Squids also. > > I disagree. In fact they are quite similar. In one case there are users who > can't upgrade right away, while in another there are software that also > can't use newest version yet. If we would follow this logic then gtk12 > should be renamed into gtk, so there would be gtk, gtk13 and gtk11. > > -Maxim > > > 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 Fri May 18 8:10:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 3D22737B422; Fri, 18 May 2001 08:10:01 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IFB6E17374; Fri, 18 May 2001 18:11:09 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l105.uic-in.net [212.35.189.232]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IFAZ033688; Fri, 18 May 2001 18:10:41 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4IF9YQ01060; Fri, 18 May 2001 18:09:34 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105181509.f4IF9YQ01060@vega.vega.com> Subject: Divorcing gdk-pixbuf and gnome-canvas To: gnome@FreeBSD.org Date: Fri, 18 May 2001 18:09:34 +0300 (EEST) Cc: ports@FreeBSD.org X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="%--multipart-mixed-boundary-1.907.990198574--%" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --%--multipart-mixed-boundary-1.907.990198574--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi folks, To debug problems with new Mozilla on 4-STABLE I've set up a virgin 4-STABLE box and found that I previously overlooked one of the Mozilla dependencies - a gdk-pixbuf package. While that missed dependency it is unlikely to be a source of problems people having with 0.9 release, but this issue should be addressed as well. The problem with making Mozilla depend on gdk_pixbuf is that gdk-pixbuf in its current state requires gnomelibs, which in turn depends upon number of things (imlib, scrollkeeper etc.) Thus, if we just automatically add gdk-pixbuf into Mozilla's LIB_DEPENDS it will make already no a slim package even more fat due to additional dependencies. After pocking around I found that in fact gtk-pixbuf package consists of two parts: one gdk-pixbuf itself, which doesn't depend on gnomelibs, but only on gtk+ and number of graphics libs, and another gnome-canvas - which actually requires Gnome. Therefore we could split gdk-pixbuf into two ports - gtk-pixbuf and gnome-canvas. Attached please find patches that do the trick. I would like to hear what do gnomers think about my proposal. -Maxim --%--multipart-mixed-boundary-1.907.990198574--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Description: ASCII English text Content-Disposition: attachment; filename="gdk_pixbuf.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/Makefile,v retrieving revision 1.308 diff -d -u -r1.308 Makefile --- Makefile 2001/05/17 16:28:42 1.308 +++ Makefile 2001/05/18 15:07:59 @@ -66,6 +66,7 @@ SUBDIR += gliv SUBDIR += gltk SUBDIR += gnofract4d + SUBDIR += gnomecanvas SUBDIR += gnomeiconedit SUBDIR += gozer SUBDIR += gpaint Index: gdk-pixbuf/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gdk-pixbuf/Makefile,v retrieving revision 1.18 diff -d -u -r1.18 Makefile --- gdk-pixbuf/Makefile 2001/05/11 16:36:26 1.18 +++ gdk-pixbuf/Makefile 2001/05/18 15:07:59 @@ -5,25 +5,33 @@ # $FreeBSD: ports/graphics/gdk-pixbuf/Makefile,v 1.18 2001/05/11 16:36:26 ade Exp $ # -PORTNAME= gdk-pixbuf +PORTNAME?= gdk-pixbuf PORTVERSION= 0.11.0 -CATEGORIES= graphics gnome +CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gdk-pixbuf +DISTNAME= gdk-pixbuf-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org +LIB_DEPENDS+= png.4:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff \ + jpeg.9:${PORTSDIR}/graphics/jpeg + USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOMELIBS= yes USE_LIBTOOL= yes +USE_GTK= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + BUILD_CANVAS="${BUILD_CANVAS}" +BUILD_CANVAS?= no + pre-patch: @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ - s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g' + 's|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g' .include Index: gdk-pixbuf/pkg-comment =================================================================== RCS file: /home/ncvs/ports/graphics/gdk-pixbuf/pkg-comment,v retrieving revision 1.1.1.1 diff -d -u -r1.1.1.1 pkg-comment --- gdk-pixbuf/pkg-comment 1999/10/14 05:00:14 1.1.1.1 +++ gdk-pixbuf/pkg-comment 2001/05/18 15:07:59 @@ -1 +1 @@ -A graphic library for GNOME +A graphic library for GTK+ Index: gdk-pixbuf/pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/gdk-pixbuf/pkg-plist,v retrieving revision 1.12 diff -d -u -r1.12 pkg-plist --- gdk-pixbuf/pkg-plist 2001/05/04 21:39:36 1.12 +++ gdk-pixbuf/pkg-plist 2001/05/18 15:07:59 @@ -1,13 +1,11 @@ bin/gdk-pixbuf-config etc/gdk_pixbufConf.sh etc/gdk_pixbuf_xlibConf.sh -etc/gnomecanvaspixbufConf.sh include/gdk-pixbuf/gdk-pixbuf-features.h include/gdk-pixbuf/gdk-pixbuf-loader.h include/gdk-pixbuf/gdk-pixbuf-xlib.h include/gdk-pixbuf/gdk-pixbuf-xlibrgb.h include/gdk-pixbuf/gdk-pixbuf.h -include/gdk-pixbuf/gnome-canvas-pixbuf.h lib/gdk-pixbuf/loaders/libpixbufloader-bmp.so lib/gdk-pixbuf/loaders/libpixbufloader-gif.so lib/gdk-pixbuf/loaders/libpixbufloader-ico.so @@ -24,49 +22,46 @@ lib/libgdk_pixbuf_xlib.a lib/libgdk_pixbuf_xlib.so lib/libgdk_pixbuf_xlib.so.2 -lib/libgnomecanvaspixbuf.a -lib/libgnomecanvaspixbuf.so -lib/libgnomecanvaspixbuf.so.1 share/aclocal/gdk-pixbuf.m4 -share/gnome/html/gdk-pixbuf/a2605.html -share/gnome/html/gdk-pixbuf/a3640.html -share/gnome/html/gdk-pixbuf/a3652.html -share/gnome/html/gdk-pixbuf/a3694.html -share/gnome/html/gdk-pixbuf/a3716.html -share/gnome/html/gdk-pixbuf/book1.html -share/gnome/html/gdk-pixbuf/compiling.html -share/gnome/html/gdk-pixbuf/extra-configuration-options.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-animation.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-creating.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-file-loading.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-from-drawables.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-refcounting.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-rendering.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-scaling.html -share/gnome/html/gdk-pixbuf/gdk-pixbuf-util.html -share/gnome/html/gdk-pixbuf/gdkpixbufloader.html -share/gnome/html/gdk-pixbuf/gnomecanvaspixbuf.html -share/gnome/html/gdk-pixbuf/index.html -share/gnome/html/gdk-pixbuf/index.sgml -share/gnome/html/gdk-pixbuf/license.html -share/gnome/html/gdk-pixbuf/r15.html -share/gnome/html/gdk-pixbuf/r27.html -share/gnome/html/gdk-pixbuf/x2624.html -share/gnome/html/gdk-pixbuf/x2676.html -share/gnome/html/gdk-pixbuf/x3659.html -share/gnome/html/gdk-pixbuf/x3671.html -share/gnome/html/gdk-pixbuf/x3711.html -share/gnome/html/gdk-pixbuf/x3713.html -share/gnome/html/gdk-pixbuf/x3723.html -share/gnome/html/gdk-pixbuf/x3735.html -share/gnome/html/gdk-pixbuf/x3765.html -share/gnome/html/gdk-pixbuf/x3787.html -@dirrm share/gnome/html/gdk-pixbuf +share/doc/gdk-pixbuf/a2605.html +share/doc/gdk-pixbuf/a3640.html +share/doc/gdk-pixbuf/a3652.html +share/doc/gdk-pixbuf/a3694.html +share/doc/gdk-pixbuf/a3716.html +share/doc/gdk-pixbuf/book1.html +share/doc/gdk-pixbuf/compiling.html +share/doc/gdk-pixbuf/extra-configuration-options.html +share/doc/gdk-pixbuf/gdk-pixbuf-animation.html +share/doc/gdk-pixbuf/gdk-pixbuf-creating.html +share/doc/gdk-pixbuf/gdk-pixbuf-file-loading.html +share/doc/gdk-pixbuf/gdk-pixbuf-from-drawables.html +share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html +share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html +share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html +share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html +share/doc/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +share/doc/gdk-pixbuf/gdk-pixbuf-refcounting.html +share/doc/gdk-pixbuf/gdk-pixbuf-rendering.html +share/doc/gdk-pixbuf/gdk-pixbuf-scaling.html +share/doc/gdk-pixbuf/gdk-pixbuf-util.html +share/doc/gdk-pixbuf/gdkpixbufloader.html +share/doc/gdk-pixbuf/gnomecanvaspixbuf.html +share/doc/gdk-pixbuf/index.html +share/doc/gdk-pixbuf/index.sgml +share/doc/gdk-pixbuf/license.html +share/doc/gdk-pixbuf/r15.html +share/doc/gdk-pixbuf/r27.html +share/doc/gdk-pixbuf/x2624.html +share/doc/gdk-pixbuf/x2676.html +share/doc/gdk-pixbuf/x3659.html +share/doc/gdk-pixbuf/x3671.html +share/doc/gdk-pixbuf/x3711.html +share/doc/gdk-pixbuf/x3713.html +share/doc/gdk-pixbuf/x3723.html +share/doc/gdk-pixbuf/x3735.html +share/doc/gdk-pixbuf/x3765.html +share/doc/gdk-pixbuf/x3787.html +@dirrm share/doc/gdk-pixbuf @dirrm lib/gdk-pixbuf/loaders @dirrm lib/gdk-pixbuf @dirrm include/gdk-pixbuf Index: gdk-pixbuf/files/patch-aa =================================================================== RCS file: /home/ncvs/ports/graphics/gdk-pixbuf/files/patch-aa,v retrieving revision 1.5 diff -d -u -r1.5 patch-aa --- gdk-pixbuf/files/patch-aa 2001/05/04 21:39:37 1.5 +++ gdk-pixbuf/files/patch-aa 2001/05/18 15:08:00 @@ -1,14 +1,45 @@ ---- configure.orig Thu Apr 26 18:41:47 2001 -+++ configure Fri Apr 27 16:39:52 2001 -@@ -3593,4 +3593,4 @@ + +$FreeBSD$ + +--- configure.orig Fri Apr 27 02:41:47 2001 ++++ configure Fri May 18 16:03:47 2001 +@@ -3443,6 +3443,8 @@ + INSIDE_GNOME=yes + BUILD_CANVAS=yes + else ++ ++if [ x"$BUILD_CANVAS" != x"no" ]; then + + # Extract the first word of "gnome-config", so it can be a program name with args. + set dummy gnome-config; ac_word=$2 +@@ -3474,6 +3476,10 @@ + esac + fi + GNOME_CONFIG="$ac_cv_path_GNOME_CONFIG" ++else ++GNOME_CONFIG="no" ++fi ++ + if test -n "$GNOME_CONFIG"; then + echo "$ac_t""$GNOME_CONFIG" 1>&6 + else +@@ -3591,8 +3597,8 @@ + #define USE_GMODULE 1 + EOF - GMODULE_LIBS="`glib-config --libs gmodule`" - GMODULE_FLAGS="`glib-config --cflags gmodule`" + GMODULE_LIBS="`$GLIB_CONFIG --libs gmodule`" + GMODULE_FLAGS="`$GLIB_CONFIG --cflags gmodule`" -@@ -4470,3 +4470,3 @@ + + echo "$ac_t""yes" 1>&6 +@@ -4468,7 +4474,7 @@ + + if test "x$with_html_dir" = "x" ; then - HTML_DIR='${datadir}/gnome/html' + HTML_DIR='${datadir}/html' else + HTML_DIR=$with_html_dir + fi Index: gdk-pixbuf/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/graphics/gdk-pixbuf/files/patch-ab,v retrieving revision 1.2 diff -d -u -r1.2 patch-ab --- gdk-pixbuf/files/patch-ab 2000/08/28 18:10:38 1.2 +++ gdk-pixbuf/files/patch-ab 2001/05/18 15:08:00 @@ -1,7 +1,20 @@ ---- Makefile.in.orig Sun Aug 27 18:48:23 2000 -+++ Makefile.in Mon Aug 28 10:14:58 2000 -@@ -109,3 +109,3 @@ + +$FreeBSD$ + +--- Makefile.in.orig Fri May 18 16:16:44 2001 ++++ Makefile.in Fri May 18 16:20:28 2001 +@@ -111,11 +111,11 @@ + + bin_SCRIPTS = gdk-pixbuf-config -confexecdir = $(libdir) +-confexec_DATA = gdk_pixbufConf.sh gdk_pixbuf_xlibConf.sh gnomecanvaspixbufConf.sh +confexecdir = $(sysconfdir) - confexec_DATA = gdk_pixbufConf.sh gdk_pixbuf_xlibConf.sh gnomecanvaspixbufConf.sh ++confexec_DATA = gdk_pixbufConf.sh gdk_pixbuf_xlibConf.sh @BUILD_CANVAS_ITEM_TRUE@gnomecanvaspixbufConf.sh + + +-EXTRA_DIST = gdk_pixbufConf.sh.in gdk_pixbuf_xlibConf.sh.in gnomecanvaspixbufConf.sh.in gdk-pixbuf-config.in gdk-pixbuf.m4 gdk-pixbuf.spec gdk-pixbuf.spec.in ++EXTRA_DIST = gdk_pixbufConf.sh.in gdk_pixbuf_xlibConf.sh.in gdk-pixbuf-config.in gdk-pixbuf.m4 gdk-pixbuf.spec gdk-pixbuf.spec.in @BUILD_CANVAS_ITEM_TRUE@gnomecanvaspixbufConf.sh.in + + + m4datadir = $(prefix)/share/aclocal Index: gnomecanvas/Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null Fri May 18 08:07:01 2001 +++ Makefile Fri May 18 08:08:00 2001 @@ -0,0 +1,33 @@ +# New ports collection makefile for: gnomecanvas +# Date created: 18 May 2001 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= gnomecanvas +CATEGORIES= graphics gnome + +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf + +MASTERDIR= ${.CURDIR}/../gdk-pixbuf + +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +USE_GNOMELIBS= yes + +BUILD_CANVAS= yes + +NAME= gnomecanvaspixbuf + +do-install: + ${INSTALL_DATA} ${WRKSRC}/${NAME}Conf.sh ${PREFIX}/etc + cd ${WRKSRC}/gdk-pixbuf/.libs && \ + ${INSTALL_DATA} ../gnome-canvas-pixbuf.h ${PREFIX}/include && \ + ${INSTALL_DATA} lib${NAME}.a ${PREFIX}/lib && \ + ${INSTALL_PROGRAM} lib${NAME}.so.1 ${PREFIX}/lib && \ + ${LN} -sf lib${NAME}.so.1 ${PREFIX}/lib/lib${NAME}.so + +.include "${MASTERDIR}/Makefile" Index: gnomecanvas/pkg-comment =================================================================== RCS file: pkg-comment diff -N pkg-comment --- /dev/null Fri May 18 08:07:01 2001 +++ pkg-comment Fri May 18 08:08:00 2001 @@ -0,0 +1 @@ +A graphic library for GNOME Index: gnomecanvas/pkg-descr =================================================================== RCS file: pkg-descr diff -N pkg-descr --- /dev/null Fri May 18 08:07:01 2001 +++ pkg-descr Fri May 18 08:08:00 2001 @@ -0,0 +1,6 @@ +The GNOMECanvas library provides a number of features: + + - Image loading facilities. + - Rendering of a GdkPixBuf into various formats: + drawables (windows, pixmaps), GdkRGB buffers. + - A cache interface Index: gnomecanvas/pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- /dev/null Fri May 18 08:07:01 2001 +++ pkg-plist Fri May 18 08:08:00 2001 @@ -0,0 +1,5 @@ +etc/gnomecanvaspixbufConf.sh +include/gdk-pixbuf/gnome-canvas-pixbuf.h +lib/libgnomecanvaspixbuf.a +lib/libgnomecanvaspixbuf.so +lib/libgnomecanvaspixbuf.so.1 --%--multipart-mixed-boundary-1.907.990198574--%-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 8:18: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 13B3637B424; Fri, 18 May 2001 08:18:04 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 150m0s-0003rO-00; Fri, 18 May 2001 10:17:58 -0500 Date: Fri, 18 May 2001 10:17:58 -0500 From: Ade Lovett To: Maxim Sobolev Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: Divorcing gdk-pixbuf and gnome-canvas Message-ID: <20010518101758.I7295@FreeBSD.org> References: <200105181509.f4IF9YQ01060@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105181509.f4IF9YQ01060@vega.vega.com>; from sobomax@FreeBSD.org on Fri, May 18, 2001 at 06:09:34PM +0300 Sender: owner-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, May 18, 2001 at 06:09:34PM +0300, Maxim Sobolev wrote: > Therefore we could split gdk-pixbuf into two ports - > gtk-pixbuf and gnome-canvas. > > Attached please find patches that do the trick. I would like > to hear what do gnomers think about my proposal. I'm not amazingly happy about this. Remember, if nautilus ever works, I'd expect the primary consumer of mozilla to be the x11/gnome metaport, where everything is already in place anyway. I also don't see patches for mail/stuphead and sysutils/gnomecontrolcenter which currently depend on gdk_pixbuf.2 directly and would want to see at least a full successful build of x11/gnome before doing this. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 May 18 8:20:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id E231B37B43E for ; Fri, 18 May 2001 08:20:17 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4IFI2203586 for ports@freebsd.org; Fri, 18 May 2001 17:18:02 +0200 (CEST) (envelope-from ernst) Date: Fri, 18 May 2001 17:16:47 +0200 From: Ernst de Haan To: ports@freebsd.org Subject: How to deal with /var/log Message-ID: <20010518171647.A3528@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-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, How does one deal with /var/log when installing ports? I know that Apache writes to /var/log/httpd-access.log, but I don't think this file is removed after deinstalling Apache. In my quest of improving the Java ports for FreeBSD, I'm thinking about adding symlinks from /var/log to /usr/local/orion1.4.5/log/. My questions: [a] How is /var/log usually dealt with in ports? Or how *should* it be dealt with? [b] Is it allowed for a port to add files or symlinks in /var/log? [c] If so, then how do I specofy these files in my pkg-plist? Sincerely, Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 8:31:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 4F2FC37B42C; Fri, 18 May 2001 08:31:41 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IFWnE18295; Fri, 18 May 2001 18:32:49 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l105.uic-in.net [212.35.189.232]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IFWO034493; Fri, 18 May 2001 18:32:25 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4IFVQb01132; Fri, 18 May 2001 18:31:26 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105181531.f4IFVQb01132@vega.vega.com> Subject: Re: Divorcing gdk-pixbuf and gnome-canvas To: ade@FreeBSD.ORG (Ade Lovett) Date: Fri, 18 May 2001 18:30:56 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <20010518101758.I7295@FreeBSD.org> from "Ade Lovett" at May 18, 2001 10:17:58 AM 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 > > On Fri, May 18, 2001 at 06:09:34PM +0300, Maxim Sobolev wrote: > > Therefore we could split gdk-pixbuf into two ports - > > gtk-pixbuf and gnome-canvas. > > > > Attached please find patches that do the trick. I would like > > to hear what do gnomers think about my proposal. > > I'm not amazingly happy about this. Remember, if nautilus ever > works, I'd expect the primary consumer of mozilla to be the x11/gnome > metaport, where everything is already in place anyway. Yes, but we should not force user to install Gnome just because he wants to run Mozilla. Mozilla should be available in the Gnome-free environment (KDE for example) as well. > I also don't see patches for mail/stuphead and sysutils/gnomecontrolcenter > which currently depend on gdk_pixbuf.2 directly and would want to see > at least a full successful build of x11/gnome before doing this. I supposed that it is obvious: just replace all gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf lines in LIB_DEPENDS with gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas. This will provide 1:1 mapping between old and new layout. After that, ports that only need gdk-pixbuf but not gnomecanvas have to be identified and ajusted accordingly. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 8:32: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id 3E53F37B422 for ; Fri, 18 May 2001 08:32:06 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id 67F1B22B0A; Fri, 18 May 2001 08:28:13 -0700 (PDT) Received: from beast.talarian.com (beast.talarian.com [10.4.10.6]) by moya.talarian.com (Postfix) with ESMTP id 6C8096D; Fri, 18 May 2001 08:31:59 -0700 (PDT) Received: from quack.kfu.com (localhost [127.0.0.1]) by beast.talarian.com (8.11.3/8.11.3) with ESMTP id f4IFVx715680; Fri, 18 May 2001 08:31:59 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3B05406F.8090207@quack.kfu.com> Date: Fri, 18 May 2001 08:31:59 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RELEASE i386; en-US; 0.8.1) Gecko/20010411 X-Accept-Language: en MIME-Version: 1.0 To: Stijn Hoop Cc: Jonathan Chen , "David W. Chapman Jr." , freebsd-ports@freebsd.org Subject: Re: Mozilla 0.9 port 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 Stijn Hoop wrote: [...] >Do you still have the build directory (work/mozilla) ? I had the >same problem, but after manually coping dist/bin from the work directory >with the following commands: ># cd /usr/X11R6/lib ># mv mozilla mozilla.port ># mkdir mozilla ># cd mozilla ># (cd /usr/ports/www/mozilla/work/mozilla/dist/bin && tar -chf - . ) | \ tar -xf - >things magically worked for me. I still do not know *why* though, but >it's happened to me on 2 machines now so I know it's not a hardware >problem. I can confirm that this worked for me, although the Personal Security Manager refuses to come up. HTTP+SSL does work, however, as well as SSL IMAP servers. You just can't view certificates and the like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 8:37:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id D543F37B422; Fri, 18 May 2001 08:37:47 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: from kyoto-tc011-p38.alpha-net.ne.jp (kyoto-tc011-p38.alpha-net.ne.jp [210.237.119.38]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id AAA04351; Sat, 19 May 2001 00:37:07 +0900 (JST) Received: from souffle.bogus-local.net (localhost.bogus-local.net [127.0.0.1]) by kyoto-tc011-p38.alpha-net.ne.jp (Postfix) with ESMTP id 0E8099B22; Sat, 19 May 2001 00:36:48 +0900 (JST) Date: Sat, 19 May 2001 00:36:48 +0900 Message-ID: <86ae4a654f.wl@cheerful.com> From: FUJISHIMA Satsuki To: Maxim Sobolev Cc: stijn@win.tue.nl (Stijn Hoop), jonathan.chen@itouch.co.nz (Jonathan Chen), dwcjr@inethouston.net (David W. Chapman Jr.), freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: Mozilla 0.9 port In-Reply-To: <200105180827.f4I8Rt928883@vega.vega.com> References: <20010518101020.A50297@pcwin002.win.tue.nl> <200105180827.f4I8Rt928883@vega.vega.com> User-Agent: Wanderlust/2.5.8 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) 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 Just disable .jar build or install .jar files correctly would solve this problem. -- FUJISHIMA Satsuki Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- Makefile 2001/05/17 08:15:35 1.61 +++ Makefile 2001/05/18 15:33:14 @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -15,7 +16,6 @@ MAINTAINER= reg@FreeBSD.org -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ @@ -35,6 +35,7 @@ --disable-cpp-rtti \ --disable-debug \ --disable-idltool \ + --disable-jar-packaging \ --disable-md \ --disable-pedantic \ --disable-xterm-updates \ @@ -48,7 +49,6 @@ --enable-tests \ --enable-toolkit=gtk \ --enable-x11-shm \ - --enable-chrome-format=both \ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} \ --with-mng=${LOCALBASE} \ @@ -70,7 +70,7 @@ do-install: ${MKDIR} ${PREFIX}/lib/mozilla ${CHMOD} 755 ${PREFIX}/lib/mozilla - cd ${WRKSRC}/dist/bin && ${TAR} --exclude "*.jar" -chf - . | \ + cd ${WRKSRC}/dist/bin && ${TAR} -chf - . | \ ${TAR} -xf - -C ${PREFIX}/lib/mozilla ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 8:39:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id E216B37B43C for ; Fri, 18 May 2001 08:39:08 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 4F79E18A47; Fri, 18 May 2001 10:38:50 -0500 (EST) Date: Fri, 18 May 2001 10:38:50 -0500 From: Will Andrews To: Ernst de Haan Cc: ports@FreeBSD.ORG Subject: Re: How to deal with /var/log Message-ID: <20010518103850.W26877@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Ernst de Haan , ports@FreeBSD.ORG References: <20010518171647.A3528@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010518171647.A3528@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Fri, May 18, 2001 at 05:16:47PM +0200 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-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, May 18, 2001 at 05:16:47PM +0200, Ernst de Haan wrote: > How does one deal with /var/log when installing ports? I know that Apache > writes to /var/log/httpd-access.log, but I don't think this file is removed > after deinstalling Apache. > > In my quest of improving the Java ports for FreeBSD, I'm thinking about adding > symlinks from /var/log to /usr/local/orion1.4.5/log/. > > My questions: > > [a] How is /var/log usually dealt with in ports? Or how *should* it be dealt > with? > > [b] Is it allowed for a port to add files or symlinks in /var/log? > > [c] If so, then how do I specofy these files in my pkg-plist? /var/log is not touched by default. We don't have proper mechanisms to allow system administrators to choose at package removal time. Please don't change files from their expected default (even if it is just a symlink). -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 8:56:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEEE037B424; Fri, 18 May 2001 08:56:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IFuNo10951; Fri, 18 May 2001 08:56:23 -0700 (PDT) (envelope-from ijliao) Date: Fri, 18 May 2001 08:56:23 -0700 (PDT) From: Message-Id: <200105181556.f4IFuNo10951@freefall.freebsd.org> To: adsharma@sharmas.dhs.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27132: Updating the port x11-toolkits/py-qt Sender: owner-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: Updating the port x11-toolkits/py-qt State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 18 08:55:56 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27132 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 9: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2825C37B42C for ; Fri, 18 May 2001 09:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IG06E11378; Fri, 18 May 2001 09:00:06 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA1A537B43C for ; Fri, 18 May 2001 08:53:10 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IFrAB10427; Fri, 18 May 2001 08:53:10 -0700 (PDT) (envelope-from nobody) Message-Id: <200105181553.f4IFrAB10427@freefall.freebsd.org> Date: Fri, 18 May 2001 08:53:10 -0700 (PDT) From: josh@elsasser.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27431: /usr/ports/ftp/proftpd will not build with both ldap and mysql Sender: owner-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: 27431 >Category: ports >Synopsis: /usr/ports/ftp/proftpd will not build with both ldap and mysql >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 May 18 09:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Josh Elsasser >Release: 4.3-BETA >Organization: >Environment: FreeBSD king2 4.3-BETA FreeBSD 4.3-BETA #0: Sun Mar 18 12:54:43 EST 2001 ericx@king2:/k21/obj/k21/src/sys/KING2 i386 >Description: If I try to build the proftpd port with both ldap and mysql support, it fails. >How-To-Repeat: cd /usr/ports/net/proftpd && make -DWITH_LDAP -DWITH_MYSQL >Fix: Apply this patch to /usr/ports/ftp/proftpd/Makefile http://www.elsasser.org/proftpd-makefile.diff >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 May 18 9: 5:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4567D37B422; Fri, 18 May 2001 09:05:41 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IG5fI12435; Fri, 18 May 2001 09:05:41 -0700 (PDT) (envelope-from ijliao) Date: Fri, 18 May 2001 09:05:41 -0700 (PDT) From: Message-Id: <200105181605.f4IG5fI12435@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/27331: GhostScript6 needs pdf_sec.ps which cannot be found Sender: owner-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: GhostScript6 needs pdf_sec.ps which cannot be found Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 18 09:04:53 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27331 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 9: 8:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01B0137B43E; Fri, 18 May 2001 09:08:17 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IG8Gp14903; Fri, 18 May 2001 09:08:16 -0700 (PDT) (envelope-from ijliao) Date: Fri, 18 May 2001 09:08:16 -0700 (PDT) From: Message-Id: <200105181608.f4IG8Gp14903@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, wes@FreeBSD.org Subject: Re: ports/27336: lident uses wrong UID Sender: owner-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: lident uses wrong UID Responsible-Changed-From-To: freebsd-ports->wes Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 18 09:07:15 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27336 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 9:16:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6890637B422; Fri, 18 May 2001 09:16:33 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IGGW316093; Fri, 18 May 2001 09:16:32 -0700 (PDT) (envelope-from ijliao) Date: Fri, 18 May 2001 09:16:32 -0700 (PDT) From: Message-Id: <200105181616.f4IGGW316093@freefall.freebsd.org> To: kkonstan@daemon.gr, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27365: Update port: x11-fonts/webfonts: distfile checksum 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 port: x11-fonts/webfonts: distfile checksum changed State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 18 09:16:15 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27365 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 9:19:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45E4A37B422; Fri, 18 May 2001 09:19:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IGJGt16394; Fri, 18 May 2001 09:19:16 -0700 (PDT) (envelope-from ijliao) Date: Fri, 18 May 2001 09:19:16 -0700 (PDT) From: Message-Id: <200105181619.f4IGJGt16394@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, tegge@FreeBSD.org Subject: Re: ports/27402: Static linking problems with time functinos from LinuxThreads 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: Static linking problems with time functinos from LinuxThreads port Responsible-Changed-From-To: freebsd-ports->tegge Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 18 09:18:48 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27402 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 9:52:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [212.209.169.194]) by hub.freebsd.org (Postfix) with ESMTP id 403E337B42C for ; Fri, 18 May 2001 09:52:49 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [212.209.169.222]) by bastuba.partitur.se (8.11.1/8.11.1) with ESMTP id f4IGqlX63889; Fri, 18 May 2001 18:52:47 +0200 (CEST) (envelope-from girgen@partitur.se) Received: from partitur.se (localhost [127.0.0.1]) by elbas.partitur.se (8.11.3/8.11.3) with ESMTP id f4IGqlq66710; Fri, 18 May 2001 18:52:47 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <3B05535F.8D764E29@partitur.se> Date: Fri, 18 May 2001 18:52:47 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: James Greenhalgh Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: postgresql-7.1_2 References: <20010518133850.60d992c2.james@bloodflowers.org> 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 I have FreeBSD 4.3-RELEASE, and it works fine here. Odd... gmake[5]: Entering directory `/home/girgen/ports/cluster1/ports/databases/postgresql7/work/postgresql-7.1.1/src/backend/access/heap' cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/local/include -c -o heapam.o heapam.c cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/local/include -c -o hio.o hio.c cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/local/include -c -o stats.o stats.c cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/local/include -c -o tuptoaster.o tuptoaster.c /usr/libexec/elf/ld -r -o SUBSYS.o heapam.o hio.o stats.o tuptoaster.o gmake[5]: Leaving directory `/home/girgen/ports/cluster1/ports/databases/postgresql7/work/postgresql-7.1.1/src/backend/access/heap' /usr/local/bin/gmake -C index SUBSYS.o F_OIDEQ is defined here: postgresql-7.1.1/src/backend/utils/fmgroids.h:159:#define F_OIDEQ 184 are your source files intact? /Palle James Greenhalgh wrote: > > Hi - do you know what's wrong with this at all? > > (after configure, during build of postgres) > > gmake[5]: Entering directory > `/usr/ports/databases/postgresql7/work/postgresql-7.1.1/src/backend/access/heap' > cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations > -I../../../../src/include -I/usr/local/include -c -o heapam.o heapam.c > cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations > -I../../../../src/include -I/usr/local/include -c -o hio.o hio.c > cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations > -I../../../../src/include -I/usr/local/include -c -o stats.o stats.c > cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations > -I../../../../src/include -I/usr/local/include -c -o tuptoaster.o tuptoaster.c > tuptoaster.c: In function `toast_delete_datum': > tuptoaster.c:892: `F_OIDEQ' undeclared (first use in this function) > tuptoaster.c:892: (Each undeclared identifier is reported only once > tuptoaster.c:892: for each function it appears in.) > tuptoaster.c: In function `toast_fetch_datum': > tuptoaster.c:983: `F_OIDEQ' undeclared (first use in this function) > gmake[5]: *** [tuptoaster.o] Error 1 > > Ouch. I'm running a stable 4.3 system, no options were selected at the > configure screen, this happens with the old layout flag or without. I built > postgres 7.1 beta versions several times with success in the pat, but this port > just explodes for me :/ > > thanks, > james > > -- > > The wheel is still turning, but the hamster is dead. -- Partitur Informationsteknik AB Wenner-Gren Center +46 8 566 280 02 113 46 Stockholm +46 70 785 86 02 Sweden girgen@partitur.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 9:58:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns.absistemas.com.mx (absistemas.com.mx [66.70.15.50]) by hub.freebsd.org (Postfix) with ESMTP id 1846137B422 for ; Fri, 18 May 2001 09:58:22 -0700 (PDT) (envelope-from renteria@certmx.org) Received: from defcon.certmx.org ([200.34.175.95]) by ns.absistemas.com.mx (8.11.1/8.11.1) with ESMTP id f4IGDsF95612 for ; Fri, 18 May 2001 12:13:55 -0400 (EDT) (envelope-from renteria@certmx.org) X-Sender: Renteria X-ID: Unix System 2000 Message-Id: <5.1.0.14.2.20010518120215.01c8d650@webmail.compranet.gob.mx> X-Sender: renteria@certmx.org (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 18 May 2001 12:03:37 -0600 To: ports@FreeBSD.org From: "Renteria T. Juan" Subject: Mirros empty update package .... 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 Im retry more 15 server mirros.. downdlos 1 file for Freebsd 4.2 -release and next messages: All mirros is empty :( fetch ftp://ftp5.freebsd.org/pub/FreeBSD/ports/i386/packages-4.2-release/All/libtool-1.3.4_2.tgz fetch: libtool-1.3.4_2.tgz: File unavailable (e.g., file not found, no access) what up? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 10:21: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC3E437B422; Fri, 18 May 2001 10:20:59 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IHKxV25723; Fri, 18 May 2001 10:20:59 -0700 (PDT) (envelope-from ijliao) Date: Fri, 18 May 2001 10:20:59 -0700 (PDT) From: Message-Id: <200105181720.f4IHKxV25723@freefall.freebsd.org> To: kaoru@kaisei.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27428: New port: sysutils/ttyrec (tty session recorder & player) Sender: owner-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/ttyrec (tty session recorder & player) State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 18 10:17:59 PDT 2001 State-Changed-Why: already in misc/ttyrec, and I am the maintainer of it now maybe you'd like to be maintainer ? :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27428 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 10:27:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 530E937B422 for ; Fri, 18 May 2001 10:27:42 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: (from root@localhost) by thehousleys.net (8.11.3/8.11.2) id f4IHRUF53525; Fri, 18 May 2001 13:27:30 -0400 (EDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) (authenticated) by thehousleys.net (8.11.3/8.11.3) with ESMTP id f4IHRTm53517; Fri, 18 May 2001 13:27:29 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <3B055B81.738D7031@thehousleys.net> Date: Fri, 18 May 2001 13:27:29 -0400 From: James Housley X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Renteria T. Juan" Cc: ports@freebsd.org Subject: Re: Mirros empty update package .... References: <5.1.0.14.2.20010518120215.01c8d650@webmail.compranet.gob.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "Renteria T. Juan" wrote: > > Im retry more 15 server mirros.. downdlos 1 file for Freebsd 4.2 -release > and next messages: > > All mirros is empty :( > > fetch > ftp://ftp5.freebsd.org/pub/FreeBSD/ports/i386/packages-4.2-release/All/libtool-1.3.4_2.tgz > fetch: libtool-1.3.4_2.tgz: File unavailable (e.g., file not found, no access) > > what up? > libtool-1.3.4_2.tgz was not part of 4.2-RELEASE, it is part of 4.2-STABLE Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- Life begins at 4.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 10:28:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 4D31437B422; Fri, 18 May 2001 10:28:45 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 150o3P-00045S-00; Fri, 18 May 2001 12:28:43 -0500 Date: Fri, 18 May 2001 12:28:43 -0500 From: Ade Lovett To: Maxim Sobolev Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Divorcing gdk-pixbuf and gnome-canvas Message-ID: <20010518122843.A15446@FreeBSD.org> References: <20010518101758.I7295@FreeBSD.org> <200105181531.f4IFVQb01132@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105181531.f4IFVQb01132@vega.vega.com>; from sobomax@FreeBSD.ORG on Fri, May 18, 2001 at 06:30:56PM +0300 Sender: owner-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, May 18, 2001 at 06:30:56PM +0300, Maxim Sobolev wrote: > Yes, but we should not force user to install Gnome just because > he wants to run Mozilla. Mozilla should be available in the > Gnome-free environment (KDE for example) as well. Let me look at this over the weekend, and run through a complete rebuild of x11/gnome to make sure things don't get messed up. Do not commit this until it's been tested. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 May 18 10:45:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 9ED1237B50C; Fri, 18 May 2001 10:45:16 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IHkKE22309; Fri, 18 May 2001 20:46:25 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l28.uic-in.net [212.35.189.155]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IHjt038190; Fri, 18 May 2001 20:45:56 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4IHeTb01523; Fri, 18 May 2001 20:40:29 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105181740.f4IHeTb01523@vega.vega.com> Subject: Re: Divorcing gdk-pixbuf and gnome-canvas To: ade@FreeBSD.ORG (Ade Lovett) Date: Fri, 18 May 2001 20:39:09 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <20010518122843.A15446@FreeBSD.org> from "Ade Lovett" at May 18, 2001 12:28:43 PM 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 > > On Fri, May 18, 2001 at 06:30:56PM +0300, Maxim Sobolev wrote: > > Yes, but we should not force user to install Gnome just because > > he wants to run Mozilla. Mozilla should be available in the > > Gnome-free environment (KDE for example) as well. > > Let me look at this over the weekend, and run through a complete > rebuild of x11/gnome to make sure things don't get messed up. > > Do not commit this until it's been tested. Ok, I have no problems with that. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 11:10:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 99D3F37B422 for ; Fri, 18 May 2001 11:10:51 -0700 (PDT) (envelope-from james@bloodflowers.org) Received: from eclipse.bloodflowers.org ([62.253.132.224]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20010518181051.EFVI290.mta02-svc.ntlworld.com@eclipse.bloodflowers.org>; Fri, 18 May 2001 19:10:51 +0100 Date: Fri, 18 May 2001 19:10:49 +0100 From: James Greenhalgh To: Palle Girgensohn Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: postgresql-7.1_2 Message-Id: <20010518191049.4ac11b48.james@bloodflowers.org> In-Reply-To: <3B05535F.8D764E29@partitur.se> References: <20010518133850.60d992c2.james@bloodflowers.org> <3B05535F.8D764E29@partitur.se> X-Mailer: Sylpheed version 0.4.64 (GTK+ 1.2.10; i386--freebsd4.3) 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 > F_OIDEQ is defined here: > postgresql-7.1.1/src/backend/utils/fmgroids.h:159:#define > F_OIDEQ 184 After a lot of digging around, it seems that the port only builds if you log in as root on a console, or su - root. Using su root leads to fmgroids.h not being generated properly. That was a fun one to find... thanks, james -- The wheel is still turning, but the hamster is dead. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 11:45:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 261B837B61D; Fri, 18 May 2001 11:44:19 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IIbAE23166; Fri, 18 May 2001 21:37:22 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l28.uic-in.net [212.35.189.155]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IIOG039087; Fri, 18 May 2001 21:24:17 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4IIMmJ00407; Fri, 18 May 2001 21:22:48 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B056876.1F736393@FreeBSD.org> Date: Fri, 18 May 2001 21:22:46 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: osa@freebsd.org.ru, stijn@win.tue.nl, treif@mayn.de, rex@rexroof.com, ade@FreeBSD.org, jmcoopr@webmail.bmi.net, mcglk@artlogix.com, watchman@ludd.luth.se, treif@mayn.de, jonathan.chen@itouch.co.nz, mdharnois@home.com, mcglk@artlogix.com, tadayuki@mediaone.net, bdelmoni@truman.edu, treif@mayn.de, nsayer@quack.kfu.com, sf@FreeBSD.org, ports@FreeBSD.org, gnome@FreeBSD.org Subject: Mozilla 0.9 [corrected patch w/o sigbus on 4.3] Content-Type: multipart/mixed; boundary="------------E127C1FBF27567F2FA90DE46" Sender: owner-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. --------------E127C1FBF27567F2FA90DE46 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Ok, thanks to all who responded. Attached please find corrected patchfile tested on 4.3-STABLE and 5-CURRENT. It appears that for some strange reason it just can't live w/o its .jar files on 4.3-STABLE, while feels nice on 5-CURRENT. I can't disable .jar building because then it breaks mozilla-embedded then (missed scrollbars problem).If there are no more problem reports I'm ready to commit this patch tomorrow. Thank you for your help! -Maxim P.S. It would be nice if somebody could look into problems with PSM, I have no slightest idea about what's going on there. --------------E127C1FBF27567F2FA90DE46 Content-Type: text/plain; charset=koi8-r; name="mozilla.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mozilla.diff" Index: galeon/Makefile =================================================================== RCS file: /home/ncvs/ports/www/galeon/Makefile,v retrieving revision 1.31 diff -d -u -r1.31 Makefile --- galeon/Makefile 2001/05/18 05:43:15 1.31 +++ galeon/Makefile 2001/05/18 17:58:32 @@ -6,7 +6,7 @@ # PORTNAME= galeon -PORTVERSION= 0.10.5 +PORTVERSION= 0.10.6 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} @@ -37,12 +37,8 @@ CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla" \ --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - -D_REENTRANT ${PTHREAD_CFLAGS} -fno-rtti" \ - LIBS="-L${LOCALBASE}/lib -L${WRKSRC} ${PTHREAD_LIBS} ${GCC_R_LIB}" - -.if exists(/usr/lib/libgcc_r.a) -GCC_R_LIB= -lgcc_r -.endif + -D_REENTRANT ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib -L${WRKSRC} ${PTHREAD_LIBS}" post-extract: .if !defined(WITH_FULL_MOZILLA) Index: galeon/distinfo =================================================================== RCS file: /home/ncvs/ports/www/galeon/distinfo,v retrieving revision 1.17 diff -d -u -r1.17 distinfo --- galeon/distinfo 2001/05/18 05:43:15 1.17 +++ galeon/distinfo 2001/05/18 17:58:32 @@ -1 +1 @@ -MD5 (galeon-0.10.5.tar.gz) = 1368c32bd78bb730419cd4e9dd54031e +MD5 (galeon-0.10.6.tar.gz) = eda0f7dc904298dcdff09e871825eaf7 Index: galeon/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/galeon/pkg-plist,v retrieving revision 1.16 diff -d -u -r1.16 pkg-plist --- galeon/pkg-plist 2001/05/18 05:43:15 1.16 +++ galeon/pkg-plist 2001/05/18 17:58:32 @@ -19,6 +19,7 @@ share/gnome/galeon/new_item.xpm share/gnome/galeon/new_separator.xpm share/gnome/galeon/small-close.xpm +share/gnome/galeon/small-detach.xpm share/gnome/galeon/spinners/crux/001.png share/gnome/galeon/spinners/crux/002.png share/gnome/galeon/spinners/crux/003.png @@ -98,35 +99,12 @@ share/gnome/galeon/spinners/pipeon/014.png share/gnome/galeon/spinners/pipeon/rest.png share/gnome/help/galeon/C/aboutbook.html -share/gnome/help/galeon/C/authors.html -share/gnome/help/galeon/C/bookmarks-importing.html -share/gnome/help/galeon/C/bookmarks-my-portal.html -share/gnome/help/galeon/C/bookmarks-nicks.html -share/gnome/help/galeon/C/bookmarks-smart-bookmarks.html -share/gnome/help/galeon/C/bookmarks-temporary-bookmarks.html -share/gnome/help/galeon/C/bookmarks-toolbars.html -share/gnome/help/galeon/C/bookmarks-with-images.html -share/gnome/help/galeon/C/bookmarks.html share/gnome/help/galeon/C/browser-window.html -share/gnome/help/galeon/C/bugs.html -share/gnome/help/galeon/C/command-line-options.html -share/gnome/help/galeon/C/compiling-from-source.html -share/gnome/help/galeon/C/context-menus.html -share/gnome/help/galeon/C/cookie-manager.html -share/gnome/help/galeon/C/cookieman-images.html -share/gnome/help/galeon/C/cookieman-sites.html share/gnome/help/galeon/C/docbook.css -share/gnome/help/galeon/C/full-screen-mode.html share/gnome/help/galeon/C/getting-started.html share/gnome/help/galeon/C/index.html share/gnome/help/galeon/C/introduction.html -share/gnome/help/galeon/C/preferences.html -share/gnome/help/galeon/C/prefs-advanced.html -share/gnome/help/galeon/C/prefs-gnome-url-handlers.html -share/gnome/help/galeon/C/prefs-handlers.html -share/gnome/help/galeon/C/prefs-rendering.html -share/gnome/help/galeon/C/prefs-user-interface.html -share/gnome/help/galeon/C/statusbar.html +share/gnome/help/galeon/C/ln23.html share/gnome/help/galeon/C/stylesheet-images/caution.gif share/gnome/help/galeon/C/stylesheet-images/home.gif share/gnome/help/galeon/C/stylesheet-images/important.gif @@ -139,7 +117,6 @@ share/gnome/help/galeon/C/stylesheet-images/toc-plus.gif share/gnome/help/galeon/C/stylesheet-images/up.gif share/gnome/help/galeon/C/stylesheet-images/warning.gif -share/gnome/help/galeon/C/toolbar.html share/gnome/oaf/galeon.oaf share/gnome/pixmaps/galeon.png share/gnome/sounds/galeon/clicked.wav @@ -159,6 +136,7 @@ share/locale/ja/LC_MESSAGES/galeon.mo share/locale/ko/LC_MESSAGES/galeon.mo share/locale/lt/LC_MESSAGES/galeon.mo +share/locale/ms/LC_MESSAGES/galeon.mo share/locale/nl/LC_MESSAGES/galeon.mo share/locale/no/LC_MESSAGES/galeon.mo share/locale/pl/LC_MESSAGES/galeon.mo @@ -170,6 +148,8 @@ share/locale/sv/LC_MESSAGES/galeon.mo share/locale/tr/LC_MESSAGES/galeon.mo share/locale/uk/LC_MESSAGES/galeon.mo +share/locale/zh_TW.Big5/LC_MESSAGES/galeon.mo +@dirrm share/gnome/sounds/galeon @dirrm share/gnome/help/galeon/C/stylesheet-images @dirrm share/gnome/help/galeon/C/fig @dirrm share/gnome/help/galeon/C Index: galeon/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/www/galeon/files/patch-ab,v retrieving revision 1.9 diff -d -u -r1.9 patch-ab --- galeon/files/patch-ab 2001/05/18 05:43:15 1.9 +++ galeon/files/patch-ab 2001/05/18 17:58:32 @@ -1,15 +1,18 @@ $FreeBSD$ ---- src/galeon.orig Mon Apr 30 11:46:07 2001 -+++ src/galeon Thu May 3 14:37:04 2001 -@@ -1,17 +1,13 @@ +--- src/galeon.in 2001/05/15 11:38:39 1.1 ++++ src/galeon.in 2001/05/15 11:42:43 +@@ -1,19 +1,15 @@ #!/bin/sh -dist_bin=`dirname $0` - if test -n "$MOZILLA_FIVE_HOME"; then MOZILLA_HOME=$MOZILLA_FIVE_HOME +-elif [ -f @MOZILLA_HOME@/chrome/embed.jar ]; then ++elif [ -f @MOZILLA_HOME@/libgtkembedmoz.so ]; then + MOZILLA_HOME=@MOZILLA_HOME@ -elif [ -f /usr/local/mozilla/chrome/embed.jar ]; then - MOZILLA_HOME=/usr/local/mozilla -elif [ -f /usr/lib/mozilla/chrome/embed.jar ]; then @@ -27,10 +30,11 @@ else echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" exit -@@ -31,5 +27,5 @@ +@@ -34,6 +30,6 @@ if [ -f ./galeon-bin ]; then exec ./galeon-bin "$@" else -exec $dist_bin/galeon-bin "$@" +exec %%PREFIX%%/bin/galeon-bin "$@" fi + Index: mozilla/Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.62 diff -d -u -r1.62 Makefile --- mozilla/Makefile 2001/05/18 05:43:15 1.62 +++ mozilla/Makefile 2001/05/18 17:58:32 @@ -6,8 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.9 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -16,9 +15,13 @@ MAINTAINER= reg@FreeBSD.org +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png + png.4:${PORTSDIR}/graphics/png \ + mng.1:${PORTSDIR}/graphics/libmng + # Not yet... + # gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf WRKSRC= ${WRKDIR}/${PORTNAME} @@ -34,7 +37,6 @@ --disable-cpp-rtti \ --disable-debug \ --disable-idltool \ - --disable-jar-packaging \ --disable-md \ --disable-pedantic \ --disable-xterm-updates \ @@ -48,9 +50,12 @@ --enable-tests \ --enable-toolkit=gtk \ --enable-x11-shm \ + --enable-chrome-format=both \ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} \ + --with-mng=${LOCALBASE} \ --with-pthreads +CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin post-build: @@ -67,7 +72,8 @@ do-install: ${MKDIR} ${PREFIX}/lib/mozilla ${CHMOD} 755 ${PREFIX}/lib/mozilla - cd ${WRKSRC}/dist/bin && ${TAR} -chf - * | \ +# cd ${WRKSRC}/dist/bin && ${TAR} --exclude "*.jar" -chf - . | \ + cd ${WRKSRC}/dist/bin && ${TAR} -chf - . | \ ${TAR} -xf - -C ${PREFIX}/lib/mozilla ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin Index: mozilla/distinfo =================================================================== RCS file: /home/ncvs/ports/www/mozilla/distinfo,v retrieving revision 1.35 diff -d -u -r1.35 distinfo --- mozilla/distinfo 2001/05/18 05:43:15 1.35 +++ mozilla/distinfo 2001/05/18 17:58:32 @@ -1 +1 @@ -MD5 (mozilla-source-0.8.1.tar.bz2) = d987f440d9acd5f085eb7d6bb9b91363 +MD5 (mozilla-source-0.9.tar.bz2) = ebe1d6bae2182e2a096a714dd54303ec Index: mozilla/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla/pkg-plist,v retrieving revision 1.36 diff -d -u -r1.36 pkg-plist --- mozilla/pkg-plist 2001/05/18 05:43:15 1.36 +++ mozilla/pkg-plist 2001/05/18 17:58:38 @@ -44,6 +44,7 @@ lib/mozilla/TestID lib/mozilla/TestInterfaceInfo lib/mozilla/TestLineBreak +lib/mozilla/TestMCTransport lib/mozilla/TestObserverService lib/mozilla/TestOutSinks.pl lib/mozilla/TestOutput @@ -67,6 +68,7 @@ lib/mozilla/TestXPTCInvoke lib/mozilla/UnicharSelfTest lib/mozilla/bloaturls.txt +lib/mozilla/chrome/US.jar lib/mozilla/chrome/US/locale/US/communicator-region/contents.rdf lib/mozilla/chrome/US/locale/US/communicator-region/region.dtd lib/mozilla/chrome/US/locale/US/communicator-region/taskbar.rdf @@ -83,6 +85,7 @@ lib/mozilla/chrome/all-locales.rdf lib/mozilla/chrome/all-packages.rdf lib/mozilla/chrome/all-skins.rdf +lib/mozilla/chrome/classic.jar lib/mozilla/chrome/classic/skin/classic/communicator/bookmarks/bookmark-folder-button.gif lib/mozilla/chrome/classic/skin/classic/communicator/bookmarks/bookmark-folder-closed.gif lib/mozilla/chrome/classic/skin/classic/communicator/bookmarks/bookmark-folder-open.gif @@ -121,6 +124,7 @@ lib/mozilla/chrome/classic/skin/classic/communicator/directory/file-icon-sel.gif lib/mozilla/chrome/classic/skin/classic/communicator/directory/file-icon.gif lib/mozilla/chrome/classic/skin/classic/communicator/formatting.css +lib/mozilla/chrome/classic/skin/classic/communicator/help.css lib/mozilla/chrome/classic/skin/classic/communicator/lock.gif lib/mozilla/chrome/classic/skin/classic/communicator/menubutton.css lib/mozilla/chrome/classic/skin/classic/communicator/menubuttonBindings.xml @@ -138,7 +142,6 @@ lib/mozilla/chrome/classic/skin/classic/communicator/related/sitemap.gif lib/mozilla/chrome/classic/skin/classic/communicator/search-active.gif lib/mozilla/chrome/classic/skin/classic/communicator/search-hover.gif -lib/mozilla/chrome/classic/skin/classic/communicator/search-widgets.css lib/mozilla/chrome/classic/skin/classic/communicator/search.gif lib/mozilla/chrome/classic/skin/classic/communicator/search/category.gif lib/mozilla/chrome/classic/skin/classic/communicator/search/findresults.css @@ -219,11 +222,13 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-normal.gif lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-preview.gif lib/mozilla/chrome/classic/skin/classic/editor/images/editmode-tags.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/embarrassed_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/find.gif lib/mozilla/chrome/classic/skin/classic/editor/images/frown.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/frown_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/hline-hover.gif @@ -260,6 +265,7 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/justify-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/justify-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/justify.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/laughing_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/left-hover.gif @@ -314,6 +320,7 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/smile_active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/smile_disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/smile_hover.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/smile_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/span.gif lib/mozilla/chrome/classic/skin/classic/editor/images/spell-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/spell-hover-active.gif @@ -324,11 +331,14 @@ lib/mozilla/chrome/classic/skin/classic/editor/images/table-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/table-white.gif lib/mozilla/chrome/classic/skin/classic/editor/images/table.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/tongue_n.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/undecided_n.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-disabled.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-hover-active.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline-hover.gif lib/mozilla/chrome/classic/skin/classic/editor/images/underline.gif lib/mozilla/chrome/classic/skin/classic/editor/images/wink.gif +lib/mozilla/chrome/classic/skin/classic/editor/images/wink_n.gif lib/mozilla/chrome/classic/skin/classic/global/alert-icon.gif lib/mozilla/chrome/classic/skin/classic/global/animthrob.gif lib/mozilla/chrome/classic/skin/classic/global/animthrob_single.gif @@ -395,6 +405,7 @@ lib/mozilla/chrome/classic/skin/classic/global/moreCols.gif lib/mozilla/chrome/classic/skin/classic/global/moreCols_dis.gif lib/mozilla/chrome/classic/skin/classic/global/moreCols_mo.gif +lib/mozilla/chrome/classic/skin/classic/global/outliner.css lib/mozilla/chrome/classic/skin/classic/global/preview.gif lib/mozilla/chrome/classic/skin/classic/global/preview.png lib/mozilla/chrome/classic/skin/classic/global/print-disabled.gif @@ -574,6 +585,7 @@ lib/mozilla/chrome/classic/skin/classic/messenger/message-mail-imapdelete.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-mail-new.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-mail.gif +lib/mozilla/chrome/classic/skin/classic/messenger/message-news-attach.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-news-new.gif lib/mozilla/chrome/classic/skin/classic/messenger/message-news.gif lib/mozilla/chrome/classic/skin/classic/messenger/messenger.css @@ -689,6 +701,7 @@ lib/mozilla/chrome/classic/skin/classic/navigator/stop-hover-active.gif lib/mozilla/chrome/classic/skin/classic/navigator/stop-hover.gif lib/mozilla/chrome/classic/skin/classic/navigator/stop.gif +lib/mozilla/chrome/comm.jar lib/mozilla/chrome/comm/content/communicator-platform/contents.rdf lib/mozilla/chrome/comm/content/communicator-region/contents.rdf lib/mozilla/chrome/comm/content/communicator/PSMTaskMenu.xul @@ -718,6 +731,7 @@ lib/mozilla/chrome/comm/content/communicator/contentAreaUtils.js lib/mozilla/chrome/comm/content/communicator/contents.rdf lib/mozilla/chrome/comm/content/communicator/dialogBindings.xml +lib/mozilla/chrome/comm/content/communicator/directory/directory.html lib/mozilla/chrome/comm/content/communicator/directory/directory.js lib/mozilla/chrome/comm/content/communicator/directory/directory.xul lib/mozilla/chrome/comm/content/communicator/editorBindings.xul @@ -777,7 +791,6 @@ lib/mozilla/chrome/comm/content/communicator/pref/pref-winhooks.xul lib/mozilla/chrome/comm/content/communicator/pref/pref.xul lib/mozilla/chrome/comm/content/communicator/pref/preftree.xul -lib/mozilla/chrome/comm/content/communicator/pref/prefutilities.js lib/mozilla/chrome/comm/content/communicator/profile/confirmMigration.js lib/mozilla/chrome/comm/content/communicator/profile/confirmMigration.xul lib/mozilla/chrome/comm/content/communicator/profile/createProfileWizard.js @@ -937,7 +950,10 @@ lib/mozilla/chrome/comm/content/editor/editorOverlay.js lib/mozilla/chrome/comm/content/editor/editorOverlay.xul lib/mozilla/chrome/comm/content/editor/editorPrefsOverlay.xul +lib/mozilla/chrome/comm/content/editor/images/embarrassed_n.gif lib/mozilla/chrome/comm/content/editor/images/frown.gif +lib/mozilla/chrome/comm/content/editor/images/frown_n.gif +lib/mozilla/chrome/comm/content/editor/images/laughing_n.gif lib/mozilla/chrome/comm/content/editor/images/s_frown.gif lib/mozilla/chrome/comm/content/editor/images/s_smile.gif lib/mozilla/chrome/comm/content/editor/images/s_wink.gif @@ -946,6 +962,7 @@ lib/mozilla/chrome/comm/content/editor/images/smile_active.gif lib/mozilla/chrome/comm/content/editor/images/smile_disabled.gif lib/mozilla/chrome/comm/content/editor/images/smile_hover.gif +lib/mozilla/chrome/comm/content/editor/images/smile_n.gif lib/mozilla/chrome/comm/content/editor/images/tag-a.gif lib/mozilla/chrome/comm/content/editor/images/tag-abr.gif lib/mozilla/chrome/comm/content/editor/images/tag-acr.gif @@ -1042,7 +1059,10 @@ lib/mozilla/chrome/comm/content/editor/images/tag-userdefined.gif lib/mozilla/chrome/comm/content/editor/images/tag-var.gif lib/mozilla/chrome/comm/content/editor/images/tag-xmp.gif +lib/mozilla/chrome/comm/content/editor/images/tongue_n.gif +lib/mozilla/chrome/comm/content/editor/images/undecided_n.gif lib/mozilla/chrome/comm/content/editor/images/wink.gif +lib/mozilla/chrome/comm/content/editor/images/wink_n.gif lib/mozilla/chrome/comm/content/editor/pref-composer.js lib/mozilla/chrome/comm/content/editor/pref-composer.xul lib/mozilla/chrome/comm/content/editor/pref-editing.xul @@ -1058,13 +1078,17 @@ lib/mozilla/chrome/comm/content/navigator-platform/contents.rdf lib/mozilla/chrome/comm/content/navigator-region/contents.rdf lib/mozilla/chrome/comm/content/navigator/contents.rdf +lib/mozilla/chrome/comm/content/navigator/metadata.js +lib/mozilla/chrome/comm/content/navigator/metadata.xul lib/mozilla/chrome/comm/content/navigator/navExtraOverlay.xul lib/mozilla/chrome/comm/content/navigator/navigator.js lib/mozilla/chrome/comm/content/navigator/navigator.xul lib/mozilla/chrome/comm/content/navigator/navigatorDD.js lib/mozilla/chrome/comm/content/navigator/navigatorOverlay.xul +lib/mozilla/chrome/comm/content/navigator/nsBrowserStatusHandler.js lib/mozilla/chrome/comm/content/navigator/pageInfo.js lib/mozilla/chrome/comm/content/navigator/pageInfo.xul +lib/mozilla/chrome/comm/content/navigator/personalToolbar.js lib/mozilla/chrome/comm/content/navigator/platformNavigationBindings.xul lib/mozilla/chrome/comm/content/navigator/sessionHistoryUI.js lib/mozilla/chrome/comm/content/navigator/tooltip.js @@ -1080,6 +1104,7 @@ lib/mozilla/chrome/comm/content/wallet/walletOverlay.js lib/mozilla/chrome/comm/content/wallet/walletPrefsOverlay.xul lib/mozilla/chrome/comm/content/wallet/walletTasksOverlay.xul +lib/mozilla/chrome/embed.jar lib/mozilla/chrome/embed/content/embed/back.gif lib/mozilla/chrome/embed/content/embed/contents.rdf lib/mozilla/chrome/embed/content/embed/embedding.css @@ -1093,6 +1118,7 @@ lib/mozilla/chrome/embed/locale/en-US/embed/contents.rdf lib/mozilla/chrome/embed/locale/en-US/embed/embedding.dtd lib/mozilla/chrome/embed/skin/classic/embed/contents.rdf +lib/mozilla/chrome/en-US.jar lib/mozilla/chrome/en-US/locale/en-US/communicator/PSMTaskMenu.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/askViewZoom.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/bookmarks/addBookmark.dtd @@ -1191,7 +1217,7 @@ lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/SignonViewer.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletEditor.properties -lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletPreview.properties +lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletPreview.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/WalletViewer.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/cookie.properties lib/mozilla/chrome/en-US/locale/en-US/communicator/wallet/index.html @@ -1342,6 +1368,7 @@ lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/messengercompose.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/pref-composing_messages.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/pref-formatting.dtd +lib/mozilla/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/mime.properties lib/mozilla/chrome/en-US/locale/en-US/messenger/mimeheader.properties lib/mozilla/chrome/en-US/locale/en-US/messenger/msgAccountCentral.dtd @@ -1370,6 +1397,8 @@ lib/mozilla/chrome/en-US/locale/en-US/messenger/threadpane.dtd lib/mozilla/chrome/en-US/locale/en-US/messenger/vcard.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/contents.rdf +lib/mozilla/chrome/en-US/locale/en-US/navigator/metadata.dtd +lib/mozilla/chrome/en-US/locale/en-US/navigator/metadata.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/navigator.dtd lib/mozilla/chrome/en-US/locale/en-US/navigator/navigator.properties lib/mozilla/chrome/en-US/locale/en-US/navigator/pageInfo.dtd @@ -1384,6 +1413,7 @@ lib/mozilla/chrome/en-US/locale/en-US/wallet/walletNavigatorOverlay.dtd lib/mozilla/chrome/en-US/locale/en-US/wallet/walletPrefsOverlay.dtd lib/mozilla/chrome/en-US/locale/en-US/wallet/walletTasksOverlay.dtd +lib/mozilla/chrome/en-unix.jar lib/mozilla/chrome/en-unix/locale/en-US/communicator-platform/contents.rdf lib/mozilla/chrome/en-unix/locale/en-US/communicator-platform/pref/platformPrefOverlay.dtd lib/mozilla/chrome/en-unix/locale/en-US/global-platform/contents.rdf @@ -1392,7 +1422,76 @@ lib/mozilla/chrome/en-unix/locale/en-US/global-platform/printdialog.dtd lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform/contents.rdf lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform/platformNavigationBindings.dtd +lib/mozilla/chrome/en-win.jar +lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/contents.rdf +lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/pref/platformPrefOverlay.dtd +lib/mozilla/chrome/help.jar +lib/mozilla/chrome/help/content/help/contents.rdf +lib/mozilla/chrome/help/content/help/help.js +lib/mozilla/chrome/help/content/help/help.xul +lib/mozilla/chrome/help/content/help/helpMenuOverlay.xul +lib/mozilla/chrome/help/locale/en-US/help/cert_concepts_help.html +lib/mozilla/chrome/help/locale/en-US/help/cert_dialog_help.html +lib/mozilla/chrome/help/locale/en-US/help/certs_help.html +lib/mozilla/chrome/help/locale/en-US/help/composer_help.html +lib/mozilla/chrome/help/locale/en-US/help/content_style.css +lib/mozilla/chrome/help/locale/en-US/help/contents.rdf +lib/mozilla/chrome/help/locale/en-US/help/customize_help.html +lib/mozilla/chrome/help/locale/en-US/help/glossary.html +lib/mozilla/chrome/help/locale/en-US/help/help-toc.rdf +lib/mozilla/chrome/help/locale/en-US/help/help.dtd +lib/mozilla/chrome/help/locale/en-US/help/help_index.html +lib/mozilla/chrome/help/locale/en-US/help/im_help.html +lib/mozilla/chrome/help/locale/en-US/help/images/anchor.gif +lib/mozilla/chrome/help/locale/en-US/help/images/banner.gif +lib/mozilla/chrome/help/locale/en-US/help/images/biActive.gif +lib/mozilla/chrome/help/locale/en-US/help/images/bkmkmenu.gif +lib/mozilla/chrome/help/locale/en-US/help/images/bullets.gif +lib/mozilla/chrome/help/locale/en-US/help/images/frown.gif +lib/mozilla/chrome/help/locale/en-US/help/images/hrule.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image5.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image6.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image7.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image8.gif +lib/mozilla/chrome/help/locale/en-US/help/images/image9.gif +lib/mozilla/chrome/help/locale/en-US/help/images/imtaskbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/locationbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/mailicon.gif +lib/mozilla/chrome/help/locale/en-US/help/images/navbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/navbuttons.gif +lib/mozilla/chrome/help/locale/en-US/help/images/newmail.gif +lib/mozilla/chrome/help/locale/en-US/help/images/numbers.gif +lib/mozilla/chrome/help/locale/en-US/help/images/paperclip.gif +lib/mozilla/chrome/help/locale/en-US/help/images/personalbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/reload.gif +lib/mozilla/chrome/help/locale/en-US/help/images/search.gif +lib/mozilla/chrome/help/locale/en-US/help/images/searchmusic.gif +lib/mozilla/chrome/help/locale/en-US/help/images/sick.gif +lib/mozilla/chrome/help/locale/en-US/help/images/sidebarclosed_small.gif +lib/mozilla/chrome/help/locale/en-US/help/images/smile.gif +lib/mozilla/chrome/help/locale/en-US/help/images/table.gif +lib/mozilla/chrome/help/locale/en-US/help/images/tagicon2.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-ab.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-aim-online.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar-mail.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar.gif +lib/mozilla/chrome/help/locale/en-US/help/images/taskbar_menus.gif +lib/mozilla/chrome/help/locale/en-US/help/images/thread.gif +lib/mozilla/chrome/help/locale/en-US/help/images/threadbutton.gif +lib/mozilla/chrome/help/locale/en-US/help/images/wink.gif +lib/mozilla/chrome/help/locale/en-US/help/mail_help.html +lib/mozilla/chrome/help/locale/en-US/help/nav_help.html +lib/mozilla/chrome/help/locale/en-US/help/passwords_help.html +lib/mozilla/chrome/help/locale/en-US/help/privacy_help.html +lib/mozilla/chrome/help/locale/en-US/help/privsec_help.html +lib/mozilla/chrome/help/locale/en-US/help/sll_page_info_help.html +lib/mozilla/chrome/help/locale/en-US/help/ssl_help.html +lib/mozilla/chrome/help/locale/en-US/help/using_certs_help.html +lib/mozilla/chrome/help/locale/en-US/help/validation_help.html +lib/mozilla/chrome/help/locale/en-US/help/welcome_help.html lib/mozilla/chrome/installed-chrome.txt +lib/mozilla/chrome/messenger.jar lib/mozilla/chrome/messenger/content/messenger-region/contents.rdf lib/mozilla/chrome/messenger/content/messenger/AccountManager.js lib/mozilla/chrome/messenger/content/messenger/AccountManager.xul @@ -1512,6 +1611,8 @@ lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-composing_messages.xul lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-formatting.js lib/mozilla/chrome/messenger/content/messenger/messengercompose/pref-formatting.xul +lib/mozilla/chrome/messenger/content/messenger/messengercompose/sendProgress.js +lib/mozilla/chrome/messenger/content/messenger/messengercompose/sendProgress.xul lib/mozilla/chrome/messenger/content/messenger/messengerdnd.js lib/mozilla/chrome/messenger/content/messenger/mime.js lib/mozilla/chrome/messenger/content/messenger/msgAccountCentral.js @@ -1550,6 +1651,7 @@ lib/mozilla/chrome/messenger/content/messenger/threadPane.js lib/mozilla/chrome/messenger/content/messenger/threadPane.xul lib/mozilla/chrome/messenger/content/messenger/widgetglue.js +lib/mozilla/chrome/modern.jar lib/mozilla/chrome/modern/skin/modern/communicator/bookmarks/bookmark-folder-closed.gif lib/mozilla/chrome/modern/skin/modern/communicator/bookmarks/bookmark-folder-open.gif lib/mozilla/chrome/modern/skin/modern/communicator/bookmarks/bookmark-item.gif @@ -1585,6 +1687,7 @@ lib/mozilla/chrome/modern/skin/modern/communicator/directory/file-folder-open.gif lib/mozilla/chrome/modern/skin/modern/communicator/directory/file-icon.gif lib/mozilla/chrome/modern/skin/modern/communicator/formatting.css +lib/mozilla/chrome/modern/skin/modern/communicator/help.css lib/mozilla/chrome/modern/skin/modern/communicator/icons/content-large.gif lib/mozilla/chrome/modern/skin/modern/communicator/icons/content-small.gif lib/mozilla/chrome/modern/skin/modern/communicator/icons/loading.gif @@ -1821,10 +1924,17 @@ lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-mid.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-rit.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/img-align-top.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/embarrassed_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/frown.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/frown_n.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/laughing_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/sick.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/smile.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/smile_n.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/tongue_n.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/undecided_n.gif lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/wink.gif +lib/mozilla/chrome/modern/skin/modern/editor/icons/smiley/wink_n.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-dn-dis.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-dn.gif lib/mozilla/chrome/modern/skin/modern/global/arrow/arrow-lft-dis.gif @@ -2150,6 +2260,7 @@ lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail-imapdelete.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail-new.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-mail.gif +lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news-attach.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news-new.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/message-news.gif lib/mozilla/chrome/modern/skin/modern/messenger/icons/readcol-read.gif @@ -2237,10 +2348,60 @@ lib/mozilla/chrome/overlayinfo/editor/content/overlays.rdf lib/mozilla/chrome/overlayinfo/messenger/content/overlays.rdf lib/mozilla/chrome/overlayinfo/navigator/content/overlays.rdf +lib/mozilla/chrome/pipnss.jar +lib/mozilla/chrome/pipnss/content/pipnss/contents.rdf +lib/mozilla/chrome/pipnss/locale/en-US/pipnss/contents.rdf +lib/mozilla/chrome/pipnss/locale/en-US/pipnss/pipnss.properties +lib/mozilla/chrome/pippki.jar +lib/mozilla/chrome/pippki/content/pippki/CAOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/MineOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/PageInfoOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/PrefOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/WebSitesOverlay.xul +lib/mozilla/chrome/pippki/content/pippki/certDump.xul +lib/mozilla/chrome/pippki/content/pippki/certManager.js +lib/mozilla/chrome/pippki/content/pippki/certManager.xul +lib/mozilla/chrome/pippki/content/pippki/certViewer.xul +lib/mozilla/chrome/pippki/content/pippki/changepassword.xul +lib/mozilla/chrome/pippki/content/pippki/clientauthask.js +lib/mozilla/chrome/pippki/content/pippki/clientauthask.xul +lib/mozilla/chrome/pippki/content/pippki/contents.rdf +lib/mozilla/chrome/pippki/content/pippki/domainMismatch.js +lib/mozilla/chrome/pippki/content/pippki/domainMismatch.xul +lib/mozilla/chrome/pippki/content/pippki/downloadcert.js +lib/mozilla/chrome/pippki/content/pippki/downloadcert.xul +lib/mozilla/chrome/pippki/content/pippki/editcerts.js +lib/mozilla/chrome/pippki/content/pippki/editcerts.xul +lib/mozilla/chrome/pippki/content/pippki/getp12password.xul +lib/mozilla/chrome/pippki/content/pippki/getpassword.xul +lib/mozilla/chrome/pippki/content/pippki/newserver.js +lib/mozilla/chrome/pippki/content/pippki/newserver.xul +lib/mozilla/chrome/pippki/content/pippki/password.js +lib/mozilla/chrome/pippki/content/pippki/pippki.js +lib/mozilla/chrome/pippki/content/pippki/pref-security.js +lib/mozilla/chrome/pippki/content/pippki/pref-security.xul +lib/mozilla/chrome/pippki/content/pippki/pref-ssl.xul +lib/mozilla/chrome/pippki/content/pippki/serverCertExpired.js +lib/mozilla/chrome/pippki/content/pippki/serverCertExpired.xul +lib/mozilla/chrome/pippki/content/pippki/setp12password.xul +lib/mozilla/chrome/pippki/content/pippki/viewCertDetails.js +lib/mozilla/chrome/pippki/content/pippki/viewCertDetails.xul +lib/mozilla/chrome/pippki/locale/en-US/pippki/PageInfoOverlay.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/PrefOverlay.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/certManager.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/contents.rdf +lib/mozilla/chrome/pippki/locale/en-US/pippki/newserver.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/newserver.properties +lib/mozilla/chrome/pippki/locale/en-US/pippki/pippki.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/pippki.properties +lib/mozilla/chrome/pippki/locale/en-US/pippki/pref-security.dtd +lib/mozilla/chrome/pippki/locale/en-US/pippki/pref-ssl.dtd +lib/mozilla/chrome/toolkit.jar lib/mozilla/chrome/toolkit/content/global-platform/contents.rdf lib/mozilla/chrome/toolkit/content/global-region/contents.rdf lib/mozilla/chrome/toolkit/content/global/about.xul lib/mozilla/chrome/toolkit/content/global/autocomplete.xml +lib/mozilla/chrome/toolkit/content/global/browserBindings.xml lib/mozilla/chrome/toolkit/content/global/build.dtd lib/mozilla/chrome/toolkit/content/global/charsetDetectorsOverlay.js lib/mozilla/chrome/toolkit/content/global/charsetDetectorsOverlay.xul @@ -2314,6 +2475,7 @@ lib/mozilla/chrome/user-skins.rdf lib/mozilla/component.reg lib/mozilla/components/absync.xpt +lib/mozilla/components/accessibility.xpt lib/mozilla/components/addrbook.xpt lib/mozilla/components/appshell.xpt lib/mozilla/components/autocomplete.xpt @@ -2322,7 +2484,7 @@ lib/mozilla/components/chardet.xpt lib/mozilla/components/chrome.xpt lib/mozilla/components/content_base.xpt -lib/mozilla/components/cookieviewer.xpt +lib/mozilla/components/cookie.xpt lib/mozilla/components/directory.xpt lib/mozilla/components/docshell.xpt lib/mozilla/components/dom.xpt @@ -2330,7 +2492,9 @@ lib/mozilla/components/embed_base.xpt lib/mozilla/components/exthandler.xpt lib/mozilla/components/gfx.xpt +lib/mozilla/components/gfx2.xpt lib/mozilla/components/history.xpt +lib/mozilla/components/imglib2.xpt lib/mozilla/components/import.xpt lib/mozilla/components/intl.xpt lib/mozilla/components/jar.xpt @@ -2342,6 +2506,7 @@ lib/mozilla/components/layout_xul_outliner.xpt lib/mozilla/components/libMyService.so lib/mozilla/components/libabsyncsvc.so +lib/mozilla/components/libaccessibility.so lib/mozilla/components/libaddrbook.so lib/mozilla/components/libappcomps.so lib/mozilla/components/libcaps.so @@ -2351,6 +2516,7 @@ lib/mozilla/components/libdocshell.so lib/mozilla/components/libeditor.so lib/mozilla/components/libembedcomponents.so +lib/mozilla/components/libgfx2.so lib/mozilla/components/libgfx_gtk.so lib/mozilla/components/libgfxps.so lib/mozilla/components/libgkcontent.so @@ -2358,6 +2524,11 @@ lib/mozilla/components/libgkplugin.so lib/mozilla/components/libgkview.so lib/mozilla/components/libhtmlpars.so +lib/mozilla/components/libimggif.so +lib/mozilla/components/libimgjpeg.so +lib/mozilla/components/libimglib2.so +lib/mozilla/components/libimgpng.so +lib/mozilla/components/libimgppm.so lib/mozilla/components/libimpText.so lib/mozilla/components/libimport.so lib/mozilla/components/libjar50.so @@ -2371,6 +2542,7 @@ lib/mozilla/components/libmork.so lib/mozilla/components/libmozbrwsr.so lib/mozilla/components/libmozfind.so +lib/mozilla/components/libmozldap.so lib/mozilla/components/libmozucth.so lib/mozilla/components/libmozxfer.so lib/mozilla/components/libmsgcompose.so @@ -2379,6 +2551,7 @@ lib/mozilla/components/libmsgnews.so lib/mozilla/components/libnecko.so lib/mozilla/components/libnecko2.so +lib/mozilla/components/libnkcache.so lib/mozilla/components/libnpsimple.so lib/mozilla/components/libnsappshell.so lib/mozilla/components/libnsgif.so @@ -2388,9 +2561,10 @@ lib/mozilla/components/libnspng.so lib/mozilla/components/libnsprefm.so lib/mozilla/components/liboji.so +lib/mozilla/components/libpipnss.so +lib/mozilla/components/libpippki.so lib/mozilla/components/libpref.so lib/mozilla/components/libprofile.so -lib/mozilla/components/libpsmglue.so lib/mozilla/components/librdf.so lib/mozilla/components/libregviewer.so lib/mozilla/components/libsample.so @@ -2430,6 +2604,7 @@ lib/mozilla/components/mozbrwsr.xpt lib/mozilla/components/mozcomps.xpt lib/mozilla/components/mozfind.xpt +lib/mozilla/components/mozldap.xpt lib/mozilla/components/mozucth.xpt lib/mozilla/components/mozxfer.xpt lib/mozilla/components/msgbase.xpt @@ -2450,20 +2625,23 @@ lib/mozilla/components/necko_res.xpt lib/mozilla/components/necko_socket.xpt lib/mozilla/components/necko_strconv.xpt +lib/mozilla/components/necko_viewsource.xpt lib/mozilla/components/npsimple.xpt lib/mozilla/components/nsDictionary.js lib/mozilla/components/nsFilePicker.js +lib/mozilla/components/nsProxyAutoConfig.js lib/mozilla/components/nsSample.js lib/mozilla/components/nsSidebar.js lib/mozilla/components/nsXmlRpcClient.js lib/mozilla/components/oji.xpt +lib/mozilla/components/pipnss.xpt +lib/mozilla/components/pippki.xpt lib/mozilla/components/plugin.xpt lib/mozilla/components/pref.xpt lib/mozilla/components/prefmigr.xpt lib/mozilla/components/profile.xpt lib/mozilla/components/proxyObjInst.xpt lib/mozilla/components/proxytest.xpt -lib/mozilla/components/psmglue.xpt lib/mozilla/components/rdf.xpt lib/mozilla/components/regviewer.xpt lib/mozilla/components/related.xpt @@ -2529,27 +2707,27 @@ lib/mozilla/defaults/wallet/SchemaStrings.tbl lib/mozilla/defaults/wallet/StateSchema.tbl lib/mozilla/defaults/wallet/VcardSchema.tbl +lib/mozilla/dirver lib/mozilla/dtd/mathml.dtd lib/mozilla/gtkEmbed lib/mozilla/htmlrobot lib/mozilla/icons/mozicon16.xpm lib/mozilla/icons/mozicon50.xpm lib/mozilla/libDebugRobot.so -lib/mozilla/libcmt.so lib/mozilla/libgkgfx.so lib/mozilla/libgtkembedmoz.so lib/mozilla/libgtksuperwin.so lib/mozilla/libgtkxtbin.so lib/mozilla/libjsdom.so lib/mozilla/libjsj.so +lib/mozilla/liblber40.so +lib/mozilla/libldap40.so lib/mozilla/libmozjs.so lib/mozilla/libmsgbaseutil.so lib/mozilla/libnspr4.so -lib/mozilla/libnssckbi.so lib/mozilla/libnullplugin.so lib/mozilla/libplc4.so lib/mozilla/libplds4.so -lib/mozilla/libprotocol.so lib/mozilla/libxpcom.so lib/mozilla/libxpistub.so lib/mozilla/lots @@ -2562,24 +2740,11 @@ lib/mozilla/nsTestSample lib/mozilla/nsinstall lib/mozilla/plugins/libnullplugin.so +lib/mozilla/profile/defaults/profile/US/chrome/userChrome.css +lib/mozilla/profile/defaults/profile/US/chrome/userContent.css +lib/mozilla/profile/defaults/profile/chrome/userChrome.css +lib/mozilla/profile/defaults/profile/chrome/userContent.css lib/mozilla/proxytests -lib/mozilla/psm -lib/mozilla/psmdata/doc/04digsgn.gif -lib/mozilla/psmdata/doc/06pcrypt.gif -lib/mozilla/psmdata/doc/bannerrn.gif -lib/mozilla/psmdata/doc/cartbanner.gif -lib/mozilla/psmdata/doc/cmcjavascriptapi.html -lib/mozilla/psmdata/doc/contents.htm -lib/mozilla/psmdata/doc/glossary.htm -lib/mozilla/psmdata/doc/help.htm -lib/mozilla/psmdata/doc/next.gif -lib/mozilla/psmdata/doc/prev.gif -lib/mozilla/psmdata/doc/psmtest.html -lib/mozilla/psmdata/doc/release_notes.html -lib/mozilla/psmdata/ui/psm_bin.properties -lib/mozilla/psmdata/ui/psm_doc.properties -lib/mozilla/psmdata/ui/psm_text.properties -lib/mozilla/psmdata/ui/psm_ui.properties lib/mozilla/rdfcat lib/mozilla/rdfpoll lib/mozilla/regExport @@ -2601,7 +2766,10 @@ lib/mozilla/res/fonts/mathfontCMEX10.properties lib/mozilla/res/fonts/mathfontCMSY10.properties lib/mozilla/res/fonts/mathfontMTExtra.properties +lib/mozilla/res/fonts/mathfontMath1.properties +lib/mozilla/res/fonts/mathfontMath2.properties lib/mozilla/res/fonts/mathfontMath4.properties +lib/mozilla/res/fonts/mathfontPUA.properties lib/mozilla/res/fonts/mathfontSymbol.properties lib/mozilla/res/forms.css lib/mozilla/res/gfx/icon_0.gif @@ -2637,6 +2805,7 @@ lib/mozilla/res/rdf/ignore-test.xul lib/mozilla/res/rdf/loading.gif lib/mozilla/res/rdf/xpidl-test-1.xul +lib/mozilla/res/sample.unixpsfonts.properties lib/mozilla/res/samples/Anieyes.gif lib/mozilla/res/samples/aform.css lib/mozilla/res/samples/beeptest.html @@ -2747,6 +2916,7 @@ lib/mozilla/res/ua.css lib/mozilla/res/unixcharset.properties lib/mozilla/res/viewer.properties +lib/mozilla/res/viewsource.css lib/mozilla/run-mozilla.sh lib/mozilla/searchplugins/NetscapeSearch.gif lib/mozilla/searchplugins/NetscapeSearch.src @@ -2761,12 +2931,13 @@ lib/mozilla/searchplugins/mozilla.gif lib/mozilla/searchplugins/mozilla.src lib/mozilla/splash.xpm -lib/mozilla/start-psm +lib/mozilla/startup-test.html lib/mozilla/timebombgen lib/mozilla/urltest lib/mozilla/viewer lib/mozilla/viewer_gtk lib/mozilla/xpcshell +lib/mozilla/xpicleanup lib/mozilla/xpidl lib/mozilla/xpt_dump lib/mozilla/xpt_link @@ -2781,9 +2952,12 @@ @dirrm lib/mozilla/res/entityTables @dirrm lib/mozilla/res/builtin @dirrm lib/mozilla/res -@dirrm lib/mozilla/psmdata/ui -@dirrm lib/mozilla/psmdata/doc -@dirrm lib/mozilla/psmdata +@dirrm lib/mozilla/profile/defaults/profile/chrome +@dirrm lib/mozilla/profile/defaults/profile/US/chrome +@dirrm lib/mozilla/profile/defaults/profile/US +@dirrm lib/mozilla/profile/defaults/profile +@dirrm lib/mozilla/profile/defaults +@dirrm lib/mozilla/profile @dirrm lib/mozilla/plugins @dirrm lib/mozilla/icons @dirrm lib/mozilla/dtd @@ -2798,6 +2972,18 @@ @dirrm lib/mozilla/chrome/toolkit/content/global @dirrm lib/mozilla/chrome/toolkit/content @dirrm lib/mozilla/chrome/toolkit +@dirrm lib/mozilla/chrome/pippki/locale/en-US/pippki +@dirrm lib/mozilla/chrome/pippki/locale/en-US +@dirrm lib/mozilla/chrome/pippki/locale +@dirrm lib/mozilla/chrome/pippki/content/pippki +@dirrm lib/mozilla/chrome/pippki/content +@dirrm lib/mozilla/chrome/pippki +@dirrm lib/mozilla/chrome/pipnss/locale/en-US/pipnss +@dirrm lib/mozilla/chrome/pipnss/locale/en-US +@dirrm lib/mozilla/chrome/pipnss/locale +@dirrm lib/mozilla/chrome/pipnss/content/pipnss +@dirrm lib/mozilla/chrome/pipnss/content +@dirrm lib/mozilla/chrome/pipnss @dirrm lib/mozilla/chrome/overlayinfo/navigator/content @dirrm lib/mozilla/chrome/overlayinfo/navigator @dirrm lib/mozilla/chrome/overlayinfo/messenger/content @@ -2862,6 +3048,18 @@ @dirrm lib/mozilla/chrome/messenger/content/messenger @dirrm lib/mozilla/chrome/messenger/content @dirrm lib/mozilla/chrome/messenger +@dirrm lib/mozilla/chrome/help/locale/en-US/help/images +@dirrm lib/mozilla/chrome/help/locale/en-US/help +@dirrm lib/mozilla/chrome/help/locale/en-US +@dirrm lib/mozilla/chrome/help/locale +@dirrm lib/mozilla/chrome/help/content/help +@dirrm lib/mozilla/chrome/help/content +@dirrm lib/mozilla/chrome/help +@dirrm lib/mozilla/chrome/en-win/locale/en-US/communicator-platform/pref +@dirrm lib/mozilla/chrome/en-win/locale/en-US/communicator-platform +@dirrm lib/mozilla/chrome/en-win/locale/en-US +@dirrm lib/mozilla/chrome/en-win/locale +@dirrm lib/mozilla/chrome/en-win @dirrm lib/mozilla/chrome/en-unix/locale/en-US/navigator-platform @dirrm lib/mozilla/chrome/en-unix/locale/en-US/global-platform @dirrm lib/mozilla/chrome/en-unix/locale/en-US/communicator-platform/pref Index: mozilla/files/patch-ap =================================================================== RCS file: /home/ncvs/ports/www/mozilla/files/patch-ap,v retrieving revision 1.5 diff -d -u -r1.5 patch-ap --- mozilla/files/patch-ap 2001/05/18 05:43:16 1.5 +++ mozilla/files/patch-ap 2001/05/18 17:58:38 @@ -1,28 +1,17 @@ ---- security/coreconf/config.mk.orig Thu Jan 18 21:58:30 2001 -+++ security/coreconf/config.mk Thu Jan 18 21:58:41 2001 +--- security/coreconf/config.mk.orig Tue Mar 13 21:00:48 2001 ++++ security/coreconf/config.mk Mon May 14 18:13:01 2001 @@ -56,7 +56,7 @@ # each OS release. # ####################################################################### - --ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) -+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET))) - include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk - else - include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk ---- security/psm/Makefile.in.orig Thu Jan 18 22:00:05 2001 -+++ security/psm/Makefile.in Thu Jan 18 22:00:19 2001 -@@ -28,7 +28,7 @@ - CORE_DEPTH=$(topsrcdir)/security - include $(CORE_DEPTH)/coreconf/arch.mk --ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) -+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET))) +-ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET))) ++ifeq (,$(filter-out BSD_OS NetBSD OS2 FreeBSD,$(OS_TARGET))) include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk else include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk ---- security/psm/server/Makefile.orig Tue Dec 19 17:24:58 2000 -+++ security/psm/server/Makefile Fri Jan 19 03:49:36 2001 -@@ -59,11 +59,11 @@ +--- security/psm/server/Makefile.orig Fri Mar 30 21:46:06 2001 ++++ security/psm/server/Makefile Mon May 14 18:03:23 2001 +@@ -67,11 +67,11 @@ endif endif @@ -36,7 +25,7 @@ endif endif -@@ -153,8 +153,8 @@ +@@ -165,8 +165,8 @@ XPCOM_LINK_LIBS = -lxpcom XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX) else Index: mozilla/files/patch-qt =================================================================== RCS file: /home/ncvs/ports/www/mozilla/files/patch-qt,v retrieving revision 1.8 diff -d -u -r1.8 patch-qt --- mozilla/files/patch-qt 2001/05/18 05:43:16 1.8 +++ mozilla/files/patch-qt 2001/05/18 17:58:38 @@ -1,15 +1,18 @@ ---- configure.orig Sat Sep 30 23:16:14 2000 -+++ configure Thu Dec 21 00:49:23 2000 -@@ -6020,7 +6020,7 @@ - echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6 - echo "configure:6022: checking for Qt insanity" >&5 + +$FreeBSD$ + +--- configure.orig Tue Apr 24 01:59:58 2001 ++++ configure Mon May 14 21:48:26 2001 +@@ -6596,7 +6596,7 @@ + fi -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" + +- QT_CFLAGS="-I${QTDIR}/include -DQT_GENUINE_STR" ++ QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR" QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" # Check whether --with-static-qt or --without-static-qt was given. -@@ -8052,6 +8052,9 @@ +@@ -8703,6 +8703,9 @@ os2*) LIBS= ;; @@ -19,7 +22,7 @@ esac for ac_hdr in sys/byteorder.h compat.h getopt.h do -@@ -8702,8 +8705,6 @@ +@@ -9392,8 +9395,6 @@ if test $? -eq 0; then if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then ac_cv_have_dash_pthread=yes @@ -28,7 +31,7 @@ fi fi rm -f conftest* -@@ -8737,7 +8738,7 @@ +@@ -9427,7 +9428,7 @@ EOF if test "$ac_cv_have_dash_pthread" = "yes"; then @@ -37,3 +40,11 @@ else _PTHREAD_LDFLAGS="-lc_r" fi +@@ -13902,6 +13903,7 @@ + ;; + *) + NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs` ++ NSPR_LIBS="$NSPR_LIBS $BSD_PTHREAD_LIBS" + $PERL -pi.bak -e "s {^NSPR_LIBS\s*=.*} {NSPR_LIBS = $NSPR_LIBS }" config/autoconf.mk + ;; + esac Index: mozilla/files/patch-security::manager::Makefile.in =================================================================== RCS file: patch-security::manager::Makefile.in diff -N patch-security::manager::Makefile.in --- /dev/null Fri May 18 09:24:54 2001 +++ patch-security::manager::Makefile.in Fri May 18 10:58:38 2001 @@ -0,0 +1,14 @@ + +$FreeBSD: ports/www/mozilla/files/patch-security::manager::Makefile.in,v 1.1 2001/05/17 08:15:36 sobomax Exp $ + +--- security/manager/Makefile.in 2001/05/15 08:03:09 1.1 ++++ security/manager/Makefile.in 2001/05/15 08:03:22 +@@ -84,7 +84,7 @@ + cd $(MOZ_BUILD_ROOT)/security/nss; $(MAKE) $(DEFAULT_GMAKE_FLAGS) moz_import + cd $(MOZ_BUILD_ROOT)/security/nss; $(INSTALL) $(DIST)/include $(DIST)/public/dbm + cd $(MOZ_BUILD_ROOT)/security/nss/lib; $(MAKE) $(DEFAULT_GMAKE_FLAGS) +- $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin ++# $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin + $(MAKE) -C ssl $@ + $(MAKE) -C pki $@ + Index: mozilla-embedded/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla-embedded/pkg-plist,v retrieving revision 1.10 diff -d -u -r1.10 pkg-plist --- mozilla-embedded/pkg-plist 2001/05/18 05:43:17 1.10 +++ mozilla-embedded/pkg-plist 2001/05/18 17:58:41 @@ -9,20 +9,29 @@ lib/mozilla-embedded/components/dom.xpt lib/mozilla-embedded/components/editor.xpt lib/mozilla-embedded/components/gfx.xpt +lib/mozilla-embedded/components/gfx2.xpt +lib/mozilla-embedded/components/imglib2.xpt lib/mozilla-embedded/components/jar.xpt lib/mozilla-embedded/components/layout_base.xpt lib/mozilla-embedded/components/layout_xul.xpt lib/mozilla-embedded/components/libcaps.so +lib/mozilla-embedded/components/libchardet.so lib/mozilla-embedded/components/libchrome.so lib/mozilla-embedded/components/libcookie.so lib/mozilla-embedded/components/libdocshell.so lib/mozilla-embedded/components/libeditor.so lib/mozilla-embedded/components/libembedcomponents.so +lib/mozilla-embedded/components/libgfx2.so lib/mozilla-embedded/components/libgfx_gtk.so lib/mozilla-embedded/components/libgkcontent.so lib/mozilla-embedded/components/libgklayout.so lib/mozilla-embedded/components/libgkview.so lib/mozilla-embedded/components/libhtmlpars.so +lib/mozilla-embedded/components/libimggif.so +lib/mozilla-embedded/components/libimgjpeg.so +lib/mozilla-embedded/components/libimglib2.so +lib/mozilla-embedded/components/libimgpng.so +lib/mozilla-embedded/components/libimgppm.so lib/mozilla-embedded/components/libjar50.so lib/mozilla-embedded/components/liblwbrk.so lib/mozilla-embedded/components/libmozbrwsr.so @@ -104,6 +113,7 @@ lib/mozilla-embedded/res/quirk.css lib/mozilla-embedded/res/ua.css lib/mozilla-embedded/res/unixcharset.properties +lib/mozilla-embedded/res/viewsource.css lib/mozilla-embedded/run-mozilla.sh @dirrm lib/mozilla-embedded/res/builtin @dirrm lib/mozilla-embedded/res Index: mozilla-headers/Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla-headers/Makefile,v retrieving revision 1.1 diff -d -u -r1.1 Makefile --- mozilla-headers/Makefile 2001/02/01 11:43:48 1.1 +++ mozilla-headers/Makefile 2001/05/18 17:58:41 @@ -28,6 +28,10 @@ USE_GMAKE= yes ALL_TARGET= export +post-build: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} BUILD_MODULES=psm \ + ${ALL_TARGET} + do-install: ${MKDIR} ${PREFIX}/include/mozilla ${CHMOD} 755 ${PREFIX}/include/mozilla Index: mozilla-headers/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla-headers/pkg-plist,v retrieving revision 1.6 diff -d -u -r1.6 pkg-plist --- mozilla-headers/pkg-plist 2001/05/18 05:43:17 1.6 +++ mozilla-headers/pkg-plist 2001/05/18 17:58:41 @@ -1,5 +1,6 @@ include/mozilla/CNavDTD.h include/mozilla/COtherDTD.h +include/mozilla/ImageLogging.h include/mozilla/MailNewsTypes.h include/mozilla/MailNewsTypes2.h include/mozilla/NSReg.h @@ -9,12 +10,17 @@ include/mozilla/cdefs.h include/mozilla/comi18n.h include/mozilla/csid.h +include/mozilla/disptmpl.h include/mozilla/domstubs.h include/mozilla/dummy_nc.h include/mozilla/fdlibm.h include/mozilla/ftpCore.h -include/mozilla/gbdate.h include/mozilla/gdksuperwin.h +include/mozilla/gfx2types.h +include/mozilla/gfxIFormats.h +include/mozilla/gfxIImageFrame.h +include/mozilla/gfxcompat.h +include/mozilla/gfxtypes.h include/mozilla/gtkmozarea.h include/mozilla/gtkmozbox.h include/mozilla/gtkmozembed.h @@ -33,6 +39,13 @@ include/mozilla/il_types.h include/mozilla/il_util.h include/mozilla/il_utilp.h +include/mozilla/imgICache.h +include/mozilla/imgIContainer.h +include/mozilla/imgIContainerObserver.h +include/mozilla/imgIDecoder.h +include/mozilla/imgIDecoderObserver.h +include/mozilla/imgILoader.h +include/mozilla/imgIRequest.h include/mozilla/interpreter.h include/mozilla/javaString.h include/mozilla/javaThreads.h @@ -89,47 +102,11 @@ include/mozilla/jsutil.h include/mozilla/jsxdrapi.h include/mozilla/jvmmgr.h +include/mozilla/lber.h +include/mozilla/ldap.h include/mozilla/libimg.h -include/mozilla/libmng.h -include/mozilla/libmng_conf.h -include/mozilla/libmng_types.h include/mozilla/mcom_db.h -include/mozilla/md/_aix32.cfg -include/mozilla/md/_aix32in6.cfg -include/mozilla/md/_aix64.cfg -include/mozilla/md/_beos.cfg -include/mozilla/md/_bsdi.cfg -include/mozilla/md/_dgux.cfg -include/mozilla/md/_freebsd.cfg -include/mozilla/md/_hpux32.cfg -include/mozilla/md/_hpux64.cfg -include/mozilla/md/_irix32.cfg -include/mozilla/md/_irix64.cfg -include/mozilla/md/_linux.cfg -include/mozilla/md/_ncr.cfg -include/mozilla/md/_nec.cfg -include/mozilla/md/_netbsd.cfg -include/mozilla/md/_nextstep.cfg -include/mozilla/md/_nto.cfg -include/mozilla/md/_openbsd.cfg -include/mozilla/md/_openvms.cfg -include/mozilla/md/_os2.cfg -include/mozilla/md/_osf1.cfg -include/mozilla/md/_qnx.cfg -include/mozilla/md/_reliantunix.cfg -include/mozilla/md/_rhapsody.cfg -include/mozilla/md/_scoos.cfg -include/mozilla/md/_solaris32.cfg -include/mozilla/md/_solaris64.cfg -include/mozilla/md/_sony.cfg -include/mozilla/md/_sunos4.cfg -include/mozilla/md/_unixware.cfg -include/mozilla/md/_unixware7.cfg -include/mozilla/md/_win16.cfg -include/mozilla/md/_win95.cfg -include/mozilla/md/_winnt.cfg include/mozilla/mdb.h -include/mozilla/merrors.h include/mozilla/mimecont.h include/mozilla/mimecth.h include/mozilla/mimehdrs.h @@ -145,9 +122,7 @@ include/mozilla/mozIJSSubScriptLoader.h include/mozilla/mozITXTToHTMLConv.h include/mozilla/msgCore.h -include/mozilla/msgtypes.h include/mozilla/ncompat.h -include/mozilla/net.h include/mozilla/netCore.h include/mozilla/netscape_javascript_JSException.h include/mozilla/netscape_javascript_JSObject.h @@ -156,18 +131,24 @@ include/mozilla/npapi.h include/mozilla/npupp.h include/mozilla/nsABSyncDriver.h +include/mozilla/nsAFlatString.h +include/mozilla/nsAPromiseString.h include/mozilla/nsAReadableString.h +include/mozilla/nsAString.h include/mozilla/nsAVLTree.h include/mozilla/nsAWritableString.h include/mozilla/nsAbAddressCollecter.h include/mozilla/nsAbAutoCompleteSession.h +include/mozilla/nsAbBSDirectory.h include/mozilla/nsAbBaseCID.h -include/mozilla/nsAbCard.h include/mozilla/nsAbCardProperty.h include/mozilla/nsAbDirProperty.h -include/mozilla/nsAbDirectory.h +include/mozilla/nsAbMDBCard.h +include/mozilla/nsAbMDBCardProperty.h +include/mozilla/nsAbMDBDirProperty.h +include/mozilla/nsAbMDBDirectory.h +include/mozilla/nsAbMDBRDFResource.h include/mozilla/nsAbRDFDataSource.h -include/mozilla/nsAbRDFResource.h include/mozilla/nsAbSync.h include/mozilla/nsAbSyncCID.h include/mozilla/nsAbSyncCRCModel.h @@ -204,7 +185,7 @@ include/mozilla/nsCURILoader.h include/mozilla/nsCWeakReference.h include/mozilla/nsCWebBrowser.h -include/mozilla/nsCacheManager.h +include/mozilla/nsCacheService.h include/mozilla/nsCardDataSource.h include/mozilla/nsCertificatePrincipal.h include/mozilla/nsCharTraits.h @@ -216,16 +197,15 @@ include/mozilla/nsColorNameList.h include/mozilla/nsColorNames.h include/mozilla/nsCom.h +include/mozilla/nsCommonString.h include/mozilla/nsComponentManagerUtils.h include/mozilla/nsContentCID.h include/mozilla/nsContentPolicyUtils.h include/mozilla/nsContentUtils.h -include/mozilla/nsCookie.h include/mozilla/nsCookieHTTPNotify.h include/mozilla/nsCoord.h include/mozilla/nsCopyMessageStreamListener.h include/mozilla/nsCppSharedAllocator.h -include/mozilla/nsDBAccessor.h include/mozilla/nsDBFolderInfo.h include/mozilla/nsDOMCID.h include/mozilla/nsDOMCSSDeclaration.h @@ -267,7 +247,6 @@ include/mozilla/nsGfxPSCID.h include/mozilla/nsHTMLAtomList.h include/mozilla/nsHTMLAtoms.h -include/mozilla/nsHTMLContentSinkStream.h include/mozilla/nsHTMLEntities.h include/mozilla/nsHTMLEntityList.h include/mozilla/nsHTMLParts.h @@ -288,6 +267,8 @@ include/mozilla/nsIAbCard.h include/mozilla/nsIAbDirectory.h include/mozilla/nsIAbListener.h +include/mozilla/nsIAbMDBCard.h +include/mozilla/nsIAbMDBDirectory.h include/mozilla/nsIAbSync.h include/mozilla/nsIAbSyncDriver.h include/mozilla/nsIAbSyncListener.h @@ -297,6 +278,10 @@ include/mozilla/nsIAbUpgrader.h include/mozilla/nsIAboutModule.h include/mozilla/nsIAcceptLang.h +include/mozilla/nsIAccessibilityService.h +include/mozilla/nsIAccessible.h +include/mozilla/nsIAccessibleEventListener.h +include/mozilla/nsIAccessibleEventReceiver.h include/mozilla/nsIAddbookUrl.h include/mozilla/nsIAddrBookSession.h include/mozilla/nsIAddrDBAnnouncer.h @@ -310,15 +295,18 @@ include/mozilla/nsIAppShellComponent.h include/mozilla/nsIAppShellComponentImpl.h include/mozilla/nsIAppShellService.h +include/mozilla/nsIAppStartupNotifier.h include/mozilla/nsIArena.h include/mozilla/nsIAtom.h include/mozilla/nsIAtomService.h include/mozilla/nsIAttributeContent.h +include/mozilla/nsIAuthPrompt.h include/mozilla/nsIAuthenticator.h include/mozilla/nsIAutoCompleteListener.h include/mozilla/nsIAutoCompleteResults.h include/mozilla/nsIAutoCompleteSession.h include/mozilla/nsIAutoCopy.h +include/mozilla/nsIBadCertListener.h include/mozilla/nsIBaseWindow.h include/mozilla/nsIBidi.h include/mozilla/nsIBidiKeyboard.h @@ -353,12 +341,18 @@ include/mozilla/nsICSSStyleRule.h include/mozilla/nsICSSStyleRuleProcessor.h include/mozilla/nsICSSStyleSheet.h -include/mozilla/nsICachedNetData.h +include/mozilla/nsICache.h +include/mozilla/nsICacheEntryDescriptor.h +include/mozilla/nsICacheListener.h +include/mozilla/nsICacheService.h +include/mozilla/nsICacheSession.h +include/mozilla/nsICacheVisitor.h include/mozilla/nsICachingChannel.h include/mozilla/nsICaret.h include/mozilla/nsICaseConversion.h include/mozilla/nsICategoryHandler.h include/mozilla/nsICategoryManager.h +include/mozilla/nsICertSelect.h include/mozilla/nsICertificatePrincipal.h include/mozilla/nsIChannel.h include/mozilla/nsICharRepresentable.h @@ -386,7 +380,6 @@ include/mozilla/nsIComboBox.h include/mozilla/nsIComboboxControlFrame.h include/mozilla/nsICommandHandler.h -include/mozilla/nsICommonDialogs.h include/mozilla/nsIComponentLoader.h include/mozilla/nsIComponentManager.h include/mozilla/nsICompositeListener.h @@ -409,14 +402,14 @@ include/mozilla/nsIController.h include/mozilla/nsIControllerCommand.h include/mozilla/nsIControllers.h +include/mozilla/nsICookie.h +include/mozilla/nsICookieManager.h include/mozilla/nsICookieService.h include/mozilla/nsICookieStorage.h -include/mozilla/nsICookieViewer.h include/mozilla/nsICopyMessageListener.h include/mozilla/nsICopyMsgStreamListener.h include/mozilla/nsICurrentCharsetListener.h include/mozilla/nsID.h -include/mozilla/nsIDBAccessor.h include/mozilla/nsIDBChangeAnnouncer.h include/mozilla/nsIDBChangeListener.h include/mozilla/nsIDBFolderInfo.h @@ -443,6 +436,7 @@ include/mozilla/nsIDOMCharacterData.h include/mozilla/nsIDOMComment.h include/mozilla/nsIDOMCompositionListener.h +include/mozilla/nsIDOMContextMenuListener.h include/mozilla/nsIDOMCounter.h include/mozilla/nsIDOMCrypto.h include/mozilla/nsIDOMDOMException.h @@ -722,6 +716,7 @@ include/mozilla/nsIHTTPIndex.h include/mozilla/nsIHTTPProtocolHandler.h include/mozilla/nsIHelperAppLauncherDialog.h +include/mozilla/nsIHistoryEntry.h include/mozilla/nsIHttpNotify.h include/mozilla/nsIID.h include/mozilla/nsIIFrameBoxObject.h @@ -746,6 +741,7 @@ include/mozilla/nsIImapUrl.h include/mozilla/nsIImgDCallbk.h include/mozilla/nsIImgDecoder.h +include/mozilla/nsIImgManager.h include/mozilla/nsIImportABDescriptor.h include/mozilla/nsIImportAddressBooks.h include/mozilla/nsIImportFieldMap.h @@ -784,6 +780,13 @@ include/mozilla/nsIJVMWindow.h include/mozilla/nsIKBStateControl.h include/mozilla/nsIKeyedStreamGenerator.h +include/mozilla/nsILDAPConnection.h +include/mozilla/nsILDAPErrors.h +include/mozilla/nsILDAPMessage.h +include/mozilla/nsILDAPMessageListener.h +include/mozilla/nsILDAPOperation.h +include/mozilla/nsILDAPServer.h +include/mozilla/nsILDAPURL.h include/mozilla/nsILabel.h include/mozilla/nsILanguageAtom.h include/mozilla/nsILanguageAtomService.h @@ -834,8 +837,6 @@ include/mozilla/nsIMenuItem.h include/mozilla/nsIMenuListener.h include/mozilla/nsIMenuRollup.h -include/mozilla/nsIMessage.h -include/mozilla/nsIMessageView.h include/mozilla/nsIMessenger.h include/mozilla/nsIMessengerMigrator.h include/mozilla/nsIMessengerWindowService.h @@ -857,9 +858,11 @@ include/mozilla/nsIMsgCompFields.h include/mozilla/nsIMsgCompose.h include/mozilla/nsIMsgComposeParams.h +include/mozilla/nsIMsgComposeProgress.h include/mozilla/nsIMsgComposeService.h include/mozilla/nsIMsgCopyService.h include/mozilla/nsIMsgCopyServiceListener.h +include/mozilla/nsIMsgDBView.h include/mozilla/nsIMsgDatabase.h include/mozilla/nsIMsgDraft.h include/mozilla/nsIMsgFilter.h @@ -884,6 +887,7 @@ include/mozilla/nsIMsgMessageService.h include/mozilla/nsIMsgNewsFolder.h include/mozilla/nsIMsgOfflineImapOperation.h +include/mozilla/nsIMsgOfflineManager.h include/mozilla/nsIMsgOfflineNewsState.h include/mozilla/nsIMsgParseMailMsgState.h include/mozilla/nsIMsgPrintEngine.h @@ -908,29 +912,21 @@ include/mozilla/nsIMsgStringService.h include/mozilla/nsIMsgThread.h include/mozilla/nsIMsgVCard.h -include/mozilla/nsIMsgViewNavigationService.h include/mozilla/nsIMsgWindow.h +include/mozilla/nsIMutableAccessible.h include/mozilla/nsIMutableStyleContext.h include/mozilla/nsINNTPArticleList.h -include/mozilla/nsINNTPCategory.h -include/mozilla/nsINNTPCategoryContainer.h -include/mozilla/nsINNTPHost.h -include/mozilla/nsINNTPNewsgroup.h include/mozilla/nsINNTPNewsgroupList.h include/mozilla/nsINNTPNewsgroupPost.h include/mozilla/nsINNTPProtocol.h include/mozilla/nsINSEvent.h +include/mozilla/nsINSSDialogs.h include/mozilla/nsINameSpace.h include/mozilla/nsINameSpaceManager.h include/mozilla/nsINativeAppSupport.h -include/mozilla/nsINetDataCache.h -include/mozilla/nsINetDataCacheManager.h -include/mozilla/nsINetDataCacheRecord.h -include/mozilla/nsINetDataDiskCache.h include/mozilla/nsINetModRegEntry.h include/mozilla/nsINetModuleMgr.h include/mozilla/nsINetNotify.h -include/mozilla/nsINetSupportDialogService.h include/mozilla/nsINewsDatabase.h include/mozilla/nsINewsDownloadDialogArgs.h include/mozilla/nsINntpIncomingServer.h @@ -950,14 +946,19 @@ include/mozilla/nsIOutlinerSelection.h include/mozilla/nsIOutlinerView.h include/mozilla/nsIOutputStream.h +include/mozilla/nsIPK11TokenDB.h +include/mozilla/nsIPKCS11Slot.h +include/mozilla/nsIPKIParamBlock.h include/mozilla/nsIPageSequenceFrame.h include/mozilla/nsIParser.h include/mozilla/nsIParserFilter.h include/mozilla/nsIParserNode.h include/mozilla/nsIParserService.h +include/mozilla/nsIPassword.h include/mozilla/nsIPasswordManager.h -include/mozilla/nsIPasswordManagerUtils.h include/mozilla/nsIPasswordSink.h +include/mozilla/nsIPermission.h +include/mozilla/nsIPermissionManager.h include/mozilla/nsIPersistentProperties2.h include/mozilla/nsIPipe.h include/mozilla/nsIPlaintextEditor.h @@ -1009,6 +1010,7 @@ include/mozilla/nsIProfileStartupListener.h include/mozilla/nsIProgressEventSink.h include/mozilla/nsIPrompt.h +include/mozilla/nsIPromptService.h include/mozilla/nsIProperties.h include/mozilla/nsIProtocolHandler.h include/mozilla/nsIProtocolProxyService.h @@ -1048,6 +1050,8 @@ include/mozilla/nsIRemoteBrowserControl.h include/mozilla/nsIRenderingContext.h include/mozilla/nsIRequest.h +include/mozilla/nsIRequestObserver.h +include/mozilla/nsIRequestObserverProxy.h include/mozilla/nsIResChannel.h include/mozilla/nsIResProtocolHandler.h include/mozilla/nsIRollupListener.h @@ -1056,6 +1060,7 @@ include/mozilla/nsISHEntry.h include/mozilla/nsISHTransaction.h include/mozilla/nsISHistory.h +include/mozilla/nsISHistoryInternal.h include/mozilla/nsISHistoryListener.h include/mozilla/nsISOCKSSocketInfo.h include/mozilla/nsISOCKSSocketProvider.h @@ -1127,14 +1132,12 @@ include/mozilla/nsISplashScreen.h include/mozilla/nsIStatefulFrame.h include/mozilla/nsIStorageStream.h -include/mozilla/nsIStreamAsFile.h include/mozilla/nsIStreamConverter.h include/mozilla/nsIStreamConverterService.h include/mozilla/nsIStreamIO.h include/mozilla/nsIStreamIOChannel.h include/mozilla/nsIStreamListener.h include/mozilla/nsIStreamLoader.h -include/mozilla/nsIStreamObserver.h include/mozilla/nsIStreamProvider.h include/mozilla/nsIStreamTransfer.h include/mozilla/nsIStreamTransferOperation.h @@ -1179,6 +1182,7 @@ include/mozilla/nsITimer.h include/mozilla/nsITimerCallback.h include/mozilla/nsITimerQueue.h +include/mozilla/nsITimingService.h include/mozilla/nsITokenizer.h include/mozilla/nsIToolkit.h include/mozilla/nsITooltipListener.h @@ -1200,6 +1204,7 @@ include/mozilla/nsIURIFixup.h include/mozilla/nsIURILoader.h include/mozilla/nsIURL.h +include/mozilla/nsIURLFetcher.h include/mozilla/nsIURLParser.h include/mozilla/nsIUnicharBuffer.h include/mozilla/nsIUnicharInputStream.h @@ -1215,15 +1220,18 @@ include/mozilla/nsIView.h include/mozilla/nsIViewManager.h include/mozilla/nsIViewObserver.h +include/mozilla/nsIViewSourceChannel.h include/mozilla/nsIWalletEditor.h include/mozilla/nsIWalletPreview.h include/mozilla/nsIWalletService.h include/mozilla/nsIWeakReference.h include/mozilla/nsIWebBrowser.h include/mozilla/nsIWebBrowserChrome.h +include/mozilla/nsIWebBrowserChromeFocus.h include/mozilla/nsIWebBrowserFind.h include/mozilla/nsIWebBrowserFocus.h include/mozilla/nsIWebBrowserPersist.h +include/mozilla/nsIWebBrowserPrint.h include/mozilla/nsIWebBrowserSetup.h include/mozilla/nsIWebFilters.h include/mozilla/nsIWebNavigation.h @@ -1240,6 +1248,8 @@ include/mozilla/nsIWindowlessPlugInstPeer.h include/mozilla/nsIWordBreaker.h include/mozilla/nsIWordBreakerFactory.h +include/mozilla/nsIX509Cert.h +include/mozilla/nsIX509CertDB.h include/mozilla/nsIXBLBinding.h include/mozilla/nsIXBLBindingAttachedHandler.h include/mozilla/nsIXBLDocumentInfo.h @@ -1272,12 +1282,12 @@ include/mozilla/nsIXmlRpcClient.h include/mozilla/nsIXmlRpcClientListener.h include/mozilla/nsIZipReader.h +include/mozilla/nsImageMapUtils.h include/mozilla/nsImapCore.h include/mozilla/nsImapFlagAndUidState.h include/mozilla/nsImapIncomingServer.h include/mozilla/nsImapMailDatabase.h include/mozilla/nsImapMailFolder.h -include/mozilla/nsImapMessage.h include/mozilla/nsImapProtocol.h include/mozilla/nsImapProxyEvent.h include/mozilla/nsImapSearchResults.h @@ -1292,16 +1302,18 @@ include/mozilla/nsJSUtils.h include/mozilla/nsJVMManager.h include/mozilla/nsJVMPluginTagInfo.h +include/mozilla/nsLDAP.h include/mozilla/nsLWBrkCIID.h include/mozilla/nsLayoutAtomList.h include/mozilla/nsLayoutAtoms.h include/mozilla/nsLayoutCID.h include/mozilla/nsLinebreakConverter.h +include/mozilla/nsLiteralString.h include/mozilla/nsLocalFile.h include/mozilla/nsLocalFileUnix.h include/mozilla/nsLocalFolderSummarySpec.h include/mozilla/nsLocalMailFolder.h -include/mozilla/nsLocalMessage.h +include/mozilla/nsLocalString.h include/mozilla/nsLocalStringBundle.h include/mozilla/nsLocaleCID.h include/mozilla/nsLocaleFactory.h @@ -1312,11 +1324,7 @@ include/mozilla/nsMailboxService.h include/mozilla/nsMailboxUrl.h include/mozilla/nsMargin.h -include/mozilla/nsMemCache.h -include/mozilla/nsMemCacheCID.h include/mozilla/nsMemory.h -include/mozilla/nsMessage.h -include/mozilla/nsMessageView.h include/mozilla/nsMessenger.h include/mozilla/nsMessengerBootstrap.h include/mozilla/nsMessengerMigrator.h @@ -1345,12 +1353,11 @@ include/mozilla/nsMsgBodyHandler.h include/mozilla/nsMsgCompCID.h include/mozilla/nsMsgCompFields.h -include/mozilla/nsMsgCompFieldsFact.h include/mozilla/nsMsgCompUtils.h include/mozilla/nsMsgCompose.h include/mozilla/nsMsgComposeContentHandler.h -include/mozilla/nsMsgComposeFact.h include/mozilla/nsMsgComposeParams.h +include/mozilla/nsMsgComposeProgress.h include/mozilla/nsMsgComposeService.h include/mozilla/nsMsgComposeStringBundle.h include/mozilla/nsMsgCopy.h @@ -1382,10 +1389,8 @@ include/mozilla/nsMsgLineBuffer.h include/mozilla/nsMsgLocalCID.h include/mozilla/nsMsgLocalFolderHdrs.h -include/mozilla/nsMsgMD5.h include/mozilla/nsMsgMailNewsUrl.h include/mozilla/nsMsgMailSession.h -include/mozilla/nsMsgMessageDataSource.h include/mozilla/nsMsgMessageFlags.h include/mozilla/nsMsgMimeCID.h include/mozilla/nsMsgNewsCID.h @@ -1402,38 +1407,27 @@ include/mozilla/nsMsgSearchArray.h include/mozilla/nsMsgSearchBoolExpression.h include/mozilla/nsMsgSearchCore.h -include/mozilla/nsMsgSearchDataSource.h include/mozilla/nsMsgSearchScopeTerm.h include/mozilla/nsMsgSearchSession.h include/mozilla/nsMsgSearchTerm.h include/mozilla/nsMsgSend.h -include/mozilla/nsMsgSendFact.h include/mozilla/nsMsgSendLater.h -include/mozilla/nsMsgSendLaterFact.h include/mozilla/nsMsgServiceProvider.h include/mozilla/nsMsgStatusFeedback.h include/mozilla/nsMsgThread.h include/mozilla/nsMsgTxn.h include/mozilla/nsMsgUtils.h -include/mozilla/nsMsgViewNavigationService.h include/mozilla/nsMsgWindow.h -include/mozilla/nsMsgZapIt.h include/mozilla/nsMutationEvent.h include/mozilla/nsNNTPArticleList.h -include/mozilla/nsNNTPCategoryContainer.h -include/mozilla/nsNNTPHost.h -include/mozilla/nsNNTPNewsgroup.h include/mozilla/nsNNTPNewsgroupList.h include/mozilla/nsNNTPNewsgroupPost.h include/mozilla/nsNNTPProtocol.h include/mozilla/nsNetCID.h -include/mozilla/nsNetDiskCache.h -include/mozilla/nsNetDiskCacheCID.h include/mozilla/nsNetUtil.h include/mozilla/nsNewsDatabase.h include/mozilla/nsNewsDownloadDialogArgs.h include/mozilla/nsNewsFolder.h -include/mozilla/nsNewsMessage.h include/mozilla/nsNewsSummarySpec.h include/mozilla/nsNewsUtils.h include/mozilla/nsNntpIncomingServer.h @@ -1448,6 +1442,8 @@ include/mozilla/nsPIBoxObject.h include/mozilla/nsPIDOMWindow.h include/mozilla/nsPIEditorTransaction.h +include/mozilla/nsPIPluginHost.h +include/mozilla/nsPIPromptService.h include/mozilla/nsPIWindowRoot.h include/mozilla/nsPIWindowWatcher.h include/mozilla/nsPIXPIManagerCallbacks.h @@ -1471,6 +1467,9 @@ include/mozilla/nsPrintfCString.h include/mozilla/nsPrivateSharableString.h include/mozilla/nsProcess.h +include/mozilla/nsPromiseConcatenation.h +include/mozilla/nsPromiseFlatString.h +include/mozilla/nsPromiseSubstring.h include/mozilla/nsProxiedService.h include/mozilla/nsProxyEvent.h include/mozilla/nsQuickSort.h @@ -1502,7 +1501,12 @@ include/mozilla/nsStreamConverter.h include/mozilla/nsString.h include/mozilla/nsString2.h +include/mozilla/nsStringFragment.h +include/mozilla/nsStringFwd.h include/mozilla/nsStringIO.h +include/mozilla/nsStringIterator.h +include/mozilla/nsStringIteratorUtils.h +include/mozilla/nsStringTraits.h include/mozilla/nsStringUtil.h include/mozilla/nsStyleChangeList.h include/mozilla/nsStyleConsts.h @@ -1537,6 +1541,7 @@ include/mozilla/nsUInt32Array.h include/mozilla/nsURILoader.h include/mozilla/nsURLFetcher.h +include/mozilla/nsUint8Array.h include/mozilla/nsUnicharUtilCIID.h include/mozilla/nsUnitConversion.h include/mozilla/nsUnixColorPrintf.h @@ -1566,73 +1571,107 @@ include/mozilla/nslog.h include/mozilla/nsplugin.h include/mozilla/nsplugindefs.h -include/mozilla/nspr.h +include/mozilla/nspr/md/_aix32.cfg +include/mozilla/nspr/md/_aix32in6.cfg +include/mozilla/nspr/md/_aix64.cfg +include/mozilla/nspr/md/_beos.cfg +include/mozilla/nspr/md/_bsdi.cfg +include/mozilla/nspr/md/_dgux.cfg +include/mozilla/nspr/md/_freebsd.cfg +include/mozilla/nspr/md/_hpux32.cfg +include/mozilla/nspr/md/_hpux64.cfg +include/mozilla/nspr/md/_irix32.cfg +include/mozilla/nspr/md/_irix64.cfg +include/mozilla/nspr/md/_linux.cfg +include/mozilla/nspr/md/_ncr.cfg +include/mozilla/nspr/md/_nec.cfg +include/mozilla/nspr/md/_netbsd.cfg +include/mozilla/nspr/md/_nextstep.cfg +include/mozilla/nspr/md/_nto.cfg +include/mozilla/nspr/md/_openbsd.cfg +include/mozilla/nspr/md/_openvms.cfg +include/mozilla/nspr/md/_os2.cfg +include/mozilla/nspr/md/_osf1.cfg +include/mozilla/nspr/md/_qnx.cfg +include/mozilla/nspr/md/_reliantunix.cfg +include/mozilla/nspr/md/_rhapsody.cfg +include/mozilla/nspr/md/_scoos.cfg +include/mozilla/nspr/md/_solaris32.cfg +include/mozilla/nspr/md/_solaris64.cfg +include/mozilla/nspr/md/_sony.cfg +include/mozilla/nspr/md/_sunos4.cfg +include/mozilla/nspr/md/_unixware.cfg +include/mozilla/nspr/md/_unixware7.cfg +include/mozilla/nspr/md/_win16.cfg +include/mozilla/nspr/md/_win95.cfg +include/mozilla/nspr/md/_winnt.cfg +include/mozilla/nspr/nspr.h +include/mozilla/nspr/obsolete/pralarm.h +include/mozilla/nspr/obsolete/probslet.h +include/mozilla/nspr/obsolete/protypes.h +include/mozilla/nspr/obsolete/prsem.h +include/mozilla/nspr/plarena.h +include/mozilla/nspr/plarenas.h +include/mozilla/nspr/plbase64.h +include/mozilla/nspr/plerror.h +include/mozilla/nspr/plgetopt.h +include/mozilla/nspr/plhash.h +include/mozilla/nspr/plresolv.h +include/mozilla/nspr/plstr.h +include/mozilla/nspr/pratom.h +include/mozilla/nspr/prbit.h +include/mozilla/nspr/prclist.h +include/mozilla/nspr/prcmon.h +include/mozilla/nspr/prcountr.h +include/mozilla/nspr/prcpucfg.h +include/mozilla/nspr/prcvar.h +include/mozilla/nspr/prdtoa.h +include/mozilla/nspr/prenv.h +include/mozilla/nspr/prerr.h +include/mozilla/nspr/prerror.h +include/mozilla/nspr/prinet.h +include/mozilla/nspr/prinit.h +include/mozilla/nspr/prinrval.h +include/mozilla/nspr/prio.h +include/mozilla/nspr/pripcsem.h +include/mozilla/nspr/private/pprio.h +include/mozilla/nspr/private/pprthred.h +include/mozilla/nspr/private/prpriv.h +include/mozilla/nspr/prlink.h +include/mozilla/nspr/prlock.h +include/mozilla/nspr/prlog.h +include/mozilla/nspr/prlong.h +include/mozilla/nspr/prmem.h +include/mozilla/nspr/prmon.h +include/mozilla/nspr/prmwait.h +include/mozilla/nspr/prnetdb.h +include/mozilla/nspr/prolock.h +include/mozilla/nspr/prpdce.h +include/mozilla/nspr/prprf.h +include/mozilla/nspr/prproces.h +include/mozilla/nspr/prrng.h +include/mozilla/nspr/prrwlock.h +include/mozilla/nspr/prshm.h +include/mozilla/nspr/prshma.h +include/mozilla/nspr/prsystem.h +include/mozilla/nspr/prthread.h +include/mozilla/nspr/prtime.h +include/mozilla/nspr/prtpool.h +include/mozilla/nspr/prtrace.h +include/mozilla/nspr/prtypes.h +include/mozilla/nspr/prvrsion.h +include/mozilla/nspr/prwin16.h include/mozilla/nspr_md.h include/mozilla/nsres.h include/mozilla/nsrootidl.h -include/mozilla/ntypes.h -include/mozilla/obsolete/pralarm.h -include/mozilla/obsolete/probslet.h -include/mozilla/obsolete/protypes.h -include/mozilla/obsolete/prsem.h include/mozilla/oobj.h -include/mozilla/plarena.h -include/mozilla/plarenas.h include/mozilla/platform.h -include/mozilla/plbase64.h include/mozilla/pldhash.h -include/mozilla/plerror.h include/mozilla/plevent.h -include/mozilla/plgetopt.h -include/mozilla/plhash.h -include/mozilla/plresolv.h -include/mozilla/plstr.h include/mozilla/plvector.h -include/mozilla/pratom.h -include/mozilla/prbit.h -include/mozilla/prclist.h -include/mozilla/prcmon.h -include/mozilla/prcountr.h -include/mozilla/prcpucfg.h -include/mozilla/prcvar.h -include/mozilla/prdtoa.h include/mozilla/prefldap.h -include/mozilla/prenv.h -include/mozilla/prerr.h -include/mozilla/prerror.h -include/mozilla/prinet.h -include/mozilla/prinit.h -include/mozilla/prinrval.h -include/mozilla/prio.h -include/mozilla/pripcsem.h -include/mozilla/private/pprio.h -include/mozilla/private/pprthred.h -include/mozilla/private/prpriv.h -include/mozilla/prlink.h -include/mozilla/prlock.h -include/mozilla/prlog.h -include/mozilla/prlong.h -include/mozilla/prmem.h -include/mozilla/prmon.h -include/mozilla/prmwait.h -include/mozilla/prnetdb.h -include/mozilla/prolock.h -include/mozilla/prpdce.h -include/mozilla/prprf.h -include/mozilla/prproces.h -include/mozilla/prrng.h -include/mozilla/prrwlock.h -include/mozilla/prshm.h -include/mozilla/prshma.h -include/mozilla/prsystem.h -include/mozilla/prthread.h -include/mozilla/prtime.h -include/mozilla/prtpool.h -include/mozilla/prtrace.h -include/mozilla/prtypes.h -include/mozilla/prvrsion.h -include/mozilla/prwin16.h include/mozilla/rdf.h +include/mozilla/srchpref.h include/mozilla/stopwatch.h include/mozilla/sysmacros_md.h include/mozilla/tree.h @@ -1646,7 +1685,6 @@ include/mozilla/xp_mem.h include/mozilla/xp_obs.h include/mozilla/xp_path.h -include/mozilla/xp_regexp.h include/mozilla/xp_str.h include/mozilla/xpccomponents.h include/mozilla/xpcexception.h @@ -1657,6 +1695,7 @@ include/mozilla/xpctest_attributes.h include/mozilla/xpctest_calljs.h include/mozilla/xpctest_const.h +include/mozilla/xpctest_domstring.h include/mozilla/xpctest_in.h include/mozilla/xpctest_inout.h include/mozilla/xpctest_multiple.h @@ -1672,7 +1711,8 @@ include/mozilla/zip.h include/mozilla/zipfile.h include/mozilla/zipstub.h -@dirrm include/mozilla/private -@dirrm include/mozilla/obsolete -@dirrm include/mozilla/md +@dirrm include/mozilla/nspr/private +@dirrm include/mozilla/nspr/obsolete +@dirrm include/mozilla/nspr/md +@dirrm include/mozilla/nspr @dirrm include/mozilla --------------E127C1FBF27567F2FA90DE46-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 12:31:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id CA97337B422; Fri, 18 May 2001 12:31:15 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id CF20E18A47; Fri, 18 May 2001 14:30:55 -0500 (EST) Date: Fri, 18 May 2001 14:30:55 -0500 From: Will Andrews To: Maxim Sobolev Cc: Ying-Chieh Liao , FreeBSD Ports , Jordan Hubbard Subject: Re: cvs commit: ports/x11-fonts/webfonts Makefile distinfo Message-ID: <20010518143055.Z26877@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Maxim Sobolev , Ying-Chieh Liao , FreeBSD Ports , Jordan Hubbard References: <200105181615.f4IGFdx15995@freefall.freebsd.org> <3B056D82.28A61294@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3B056D82.28A61294@FreeBSD.org>; from sobomax@FreeBSD.org on Fri, May 18, 2001 at 09:44:18PM +0300 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [ redirected to ports@, cc: jkh@ ] On Fri, May 18, 2001 at 09:44:18PM +0300, Maxim Sobolev wrote: > > Also removed NO_PACKAGE, it doesn't seem to be justified. > > I don't think it is right. By removing NO_PACKAGE you allow ftp > distribution of the resulting package. I'm really not sure that > the licence allows this. > Please verify and adjust if necessary. > We really don't want to be sued by M$. > > I'm not a lawyer, but the following clause from the licence rings > a bell to me: > > http://www.microsoft.com/typography/fontpack/eula.htm > > "Restrictions on Alteration. You may not rename, edit or create any > derivative > works from the SOFTWARE PRODUCT, other than subsetting > when embedding them in documents." I don't think that by packaging the fonts we are in any way violating the EULA. It is still the same as it was before; now it is merely in another distribution format. The clause above seems to be directed specifically at the fonts themselves, not the format in which they were originally distributed. Of course, IANAL. Perhaps Jordan should give his decision on the matter since the people legally responsible for FreeBSD.org rest within his moniker. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 12:36: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 4DA2E37B424 for ; Fri, 18 May 2001 12:35:58 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni (ppp-191.dial3.ctonet.it [212.110.178.191]) by mail.ctonet.it (Postfix) with ESMTP id A2B17121F5; Fri, 18 May 2001 21:35:36 +0200 (CEST) Received: from localhost (bogus@localhost [127.0.0.1]) by olgeni.olgeni (8.11.3/8.11.3) with ESMTP id f4IJaFA06770; Fri, 18 May 2001 21:36:41 +0200 (CEST) (envelope-from olgeni@FreeBSD.org) Date: Fri, 18 May 2001 21:36:15 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: Chuck Rock Cc: Subject: Re: FreeBSD Port: webmin-0.85_5 In-Reply-To: <001201c0deec$11c3b2e0$1805010a@epconline.net> Message-ID: <20010518205955.O1074-100000@olgeni.olgeni> 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 Thu, 17 May 2001, Chuck Rock wrote: > I downloaded this, and tried to build it, but make is complaining file/md5 > doesn't exist.. The md5 file was used some time ago to record tarball checksums. As of today, it is named "distinfo". The fact that "make" complains about the missing file suggests that you have downloaded a very recent version of the webmin port, but have a rather old ports collection installed. You should at least upgrade the files in /usr/ports/Mk/, but while you are there you may as well update the entire collection. See /usr/share/doc/en_US.ISO_8859-1/books/handbook/cvsup.html for instructions on updating the ports collection. As a quick fix, you may try to use this command: # cvsup -g -1 -h cvsup10.freebsd.org /usr/share/examples/cvsup/ports-supfile (cvsup10 is one of the many cvsup mirrors, see the cvsup.html page for more) Make sure your system date is correctly set before installing webmin: the security/p5-Net-SSLeay port used by webmin may have problem if the date is wrong. Then: # cd /usr/ports/sysutils/webmin && make install -DWITH_UPDATES And you'll get the webmin updates too :o) If you have any troubles with the webmin port just drop me a note. -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 12:39:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 884E437B422; Fri, 18 May 2001 12:39:15 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IJe3E24284; Fri, 18 May 2001 22:40:06 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l86.uic-in.net [212.35.189.213]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IJdb041632; Fri, 18 May 2001 22:39:38 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4IJcdL00438; Fri, 18 May 2001 22:38:39 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105181938.f4IJcdL00438@vega.vega.com> Subject: Re: cvs commit: ports/x11-fonts/webfonts Makefile distinfo To: will@physics.purdue.edu Date: Fri, 18 May 2001 22:38:38 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), ijliao@FreeBSD.ORG (Ying-Chieh Liao), ports@FreeBSD.ORG (FreeBSD Ports), jkh@FreeBSD.ORG (Jordan Hubbard) In-Reply-To: <20010518143055.Z26877@casimir.physics.purdue.edu> from "Will Andrews" at May 18, 2001 02:30:55 PM 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 X-Operating-System: Linux 2.2.18 sparc64 ^^^^^ - WTF it is? There should be NetBSD! ;-P > [ redirected to ports@, cc: jkh@ ] > > On Fri, May 18, 2001 at 09:44:18PM +0300, Maxim Sobolev wrote: > > > Also removed NO_PACKAGE, it doesn't seem to be justified. > > > > I don't think it is right. By removing NO_PACKAGE you allow ftp > > distribution of the resulting package. I'm really not sure that > > the licence allows this. > Please verify and adjust if necessary. > > We really don't want to be sued by M$. > > > > I'm not a lawyer, but the following clause from the licence rings > > a bell to me: > > > > http://www.microsoft.com/typography/fontpack/eula.htm > > > > "Restrictions on Alteration. You may not rename, edit or create any > > derivative > works from the SOFTWARE PRODUCT, other than subsetting > > when embedding them in documents." > > I don't think that by packaging the fonts we are in any way violating > the EULA. It is still the same as it was before; now it is merely in > another distribution format. The clause above seems to be directed > specifically at the fonts themselves, not the format in which they were > originally distributed. Of course, IANAL. Perhaps Jordan should give > his decision on the matter since the people legally responsible for > FreeBSD.org rest within his moniker. I'm trying to be at the safe side. After all, we gain almost nothing by distributing those fonts as a package on our ftp server. It is not something that requires huge computation resources to produce. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 12:43:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 20F5137B422; Fri, 18 May 2001 12:43:39 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id DD37918A48; Fri, 18 May 2001 14:43:18 -0500 (EST) Date: Fri, 18 May 2001 14:43:18 -0500 From: Will Andrews To: Maxim Sobolev Cc: will@physics.purdue.edu, Ying-Chieh Liao , FreeBSD Ports , Jordan Hubbard Subject: Re: cvs commit: ports/x11-fonts/webfonts Makefile distinfo Message-ID: <20010518144318.B26877@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Maxim Sobolev , Ying-Chieh Liao , FreeBSD Ports , Jordan Hubbard References: <20010518143055.Z26877@casimir.physics.purdue.edu> <200105181938.f4IJcdL00438@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105181938.f4IJcdL00438@vega.vega.com>; from sobomax@FreeBSD.ORG on Fri, May 18, 2001 at 10:38:38PM +0300 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-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, May 18, 2001 at 10:38:38PM +0300, Maxim Sobolev wrote: > X-Operating-System: Linux 2.2.18 sparc64 > ^^^^^ - WTF it is? There should be NetBSD! > ;-P There is, but I've not had luck booting it via tftp (gets to the NetBSD kernel ident, but then stops there, can't load kernel etc.. I've not cared enough to figure out why, since I have real work to do). Besides, this machine's an SMP Ultra2. I'd hate to waste the 2nd cpu just to run NetBSD, unless I'm mistaken and they've added SMP support for sparc64 recently (which I highly doubt given the current state of the port). > I'm trying to be at the safe side. After all, we gain almost > nothing by distributing those fonts as a package on our ftp > server. It is not something that requires huge computation > resources to produce. You're probably right. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 14:40:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4852A37B424 for ; Fri, 18 May 2001 14:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ILe2b56761; Fri, 18 May 2001 14:40:02 -0700 (PDT) (envelope-from gnats) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 4B48537B424 for ; Fri, 18 May 2001 14:30:44 -0700 (PDT) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 150rpb-0003wb-00; Fri, 18 May 2001 23:30:43 +0200 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.3/8.11.1) id f4ILSwq79264; Fri, 18 May 2001 23:28:58 +0200 (CEST) (envelope-from naddy) Message-Id: <200105182128.f4ILSwq79264@kemoauc.mips.inka.de> Date: Fri, 18 May 2001 23:28:58 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@mips.inka.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27436: New: gtypist Sender: owner-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: 27436 >Category: ports >Synopsis: New: gtypist >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 May 18 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon May 14 00:29:21 CEST 2001 root@:/home/obj/usr/src/sys/KEMOAUC alpha >Description: This is a new port for gtypist. I'm not certain in which category this should go. games? misc? Alas, there is no category "education". ---- GNU typist is a typing tutor package built using curses(3). The package contains a number of tutorials, drills and practise sessions to help with mastering touch typing on the standard computer keyboard. The accent is on the US keyboard layout, but the lessons may also be useful with other layouts. A Dvorak and a Spanish lesson set are included. WWW: http://www.gnu.org/software/gtypist/ >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: # # gtypist # gtypist/files # gtypist/files/patch-aclocal_m4 # gtypist/files/patch-Makefile_in # gtypist/Makefile # gtypist/pkg-comment # gtypist/distinfo # gtypist/pkg-descr # gtypist/pkg-plist # echo c - gtypist mkdir -p gtypist > /dev/null 2>&1 echo c - gtypist/files mkdir -p gtypist/files > /dev/null 2>&1 echo x - gtypist/files/patch-aclocal_m4 sed 's/^X//' >gtypist/files/patch-aclocal_m4 << 'END-of-gtypist/files/patch-aclocal_m4' X$FreeBSD$ X--- aclocal.m4.orig Fri Dec 8 12:32:15 2000 X+++ aclocal.m4 Thu May 17 15:54:17 2001 X@@ -173,10 +173,9 @@ AC_DEFUN(AM_WITH_NLS, X X if test "$gt_cv_func_gettext_libc" != "yes"; then X AC_CHECK_LIB(intl, bindtextdomain, X- [AC_CACHE_CHECK([for gettext in libintl], X- gt_cv_func_gettext_libintl, X+ [AC_CACHE_VAL(gt_cv_func_gettext_libintl, X [AC_CHECK_LIB(intl, gettext, X- gt_cv_func_gettext_libintl=yes, X+ [gt_cv_func_gettext_libintl=yes; LIBS="$LIBS -lintl"], X gt_cv_func_gettext_libintl=no)], X gt_cv_func_gettext_libintl=no)]) X fi END-of-gtypist/files/patch-aclocal_m4 echo x - gtypist/files/patch-Makefile_in sed 's/^X//' >gtypist/files/patch-Makefile_in << 'END-of-gtypist/files/patch-Makefile_in' X$FreeBSD$ X--- Makefile.in.orig Thu May 17 15:58:41 2001 X+++ Makefile.in Thu May 17 15:59:28 2001 X@@ -95,8 +95,6 @@ gtypist_LDADD = @INTLLIBS@ X man_MANS = gtypist.1 X INCLUDES = -I./intl -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" X X-CPPFLAGS = -Wall X- X # GEN_MAN is a shell command that generates the man page X GEN_MAN = @GEN_MAN@ X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 X@@ -107,6 +105,7 @@ PROGRAMS = $(bin_PROGRAMS) X X X DEFS = @DEFS@ -I. -I$(srcdir) -I. X+CPPFLAGS = @CPPFLAGS@ X LDFLAGS = @LDFLAGS@ X LIBS = @LIBS@ X gtypist_OBJECTS = gtypist.o getopt.o getopt1.o END-of-gtypist/files/patch-Makefile_in echo x - gtypist/Makefile sed 's/^X//' >gtypist/Makefile << 'END-of-gtypist/Makefile' X# New ports collection makefile for: gtypist X# Date created: 2001-05-18 X# Whom: Christian Weisgerber X# X# $FreeBSD$ X XPORTNAME= gtypist XPORTVERSION= 2.3.2 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= naddy@mips.inka.de X XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext X XUSE_AUTOCONF= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XMAN1= gtypist.1 X X.include END-of-gtypist/Makefile echo x - gtypist/pkg-comment sed 's/^X//' >gtypist/pkg-comment << 'END-of-gtypist/pkg-comment' XInteractive typing tutor END-of-gtypist/pkg-comment echo x - gtypist/distinfo sed 's/^X//' >gtypist/distinfo << 'END-of-gtypist/distinfo' XMD5 (gtypist-2.3.2.tar.gz) = 26cc537a215d8ba8b1cfb4e7d7471df3 END-of-gtypist/distinfo echo x - gtypist/pkg-descr sed 's/^X//' >gtypist/pkg-descr << 'END-of-gtypist/pkg-descr' XGNU typist is a typing tutor package built using curses(3). The Xpackage contains a number of tutorials, drills and practise sessions Xto help with mastering touch typing on the standard computer keyboard. XThe accent is on the US keyboard layout, but the lessons may also Xbe useful with other layouts. A Dvorak and a Spanish lesson set Xare included. X XWWW: http://www.gnu.org/software/gtypist/ END-of-gtypist/pkg-descr echo x - gtypist/pkg-plist sed 's/^X//' >gtypist/pkg-plist << 'END-of-gtypist/pkg-plist' X@comment $FreeBSD$ X@unexec install-info --delete %D/info/gtypist.info %D/info/dir Xbin/gtypist Xinfo/gtypist.info Xshare/gtypist/d.typ Xshare/gtypist/demo.typ Xshare/gtypist/esp.typ Xshare/gtypist/gtypist.typ Xshare/gtypist/m.typ Xshare/gtypist/n.typ Xshare/gtypist/q.typ Xshare/gtypist/r.typ Xshare/gtypist/s.typ Xshare/gtypist/t.typ Xshare/gtypist/u.typ Xshare/gtypist/v.typ Xshare/locale/de/LC_MESSAGES/gtypist.mo Xshare/locale/es/LC_MESSAGES/gtypist.mo X@dirrm share/gtypist X@exec install-info %D/info/gtypist.info %D/info/dir END-of-gtypist/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 May 18 15:19: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 0B50B37B424 for ; Fri, 18 May 2001 15:19:04 -0700 (PDT) (envelope-from mail@stefan-knoblauch.de) Received: from [195.20.224.204] (helo=mrvdom00.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 150saM-0006xB-00 for ports@freebsd.org; Sat, 19 May 2001 00:19:02 +0200 Received: from kre2-3e368764.pool.mediaways.net ([62.54.135.100] helo=proxy) by mrvdom00.schlund.de with smtp (Exim 2.12 #2) id 150sa5-0008TM-00 for ports@FreeBSD.org; Sat, 19 May 2001 00:18:46 +0200 Date: Sat, 19 May 2001 00:20:11 +0200 From: Stefan Knoblauch To: ports@FreeBSD.org Subject: port of bochs X-Mailer: Sylpheed version 0.4.66 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: Sender: owner-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, bochs development is going on so ... could someone update the port ? regards Stefan -- ################################################## # Stefan Knoblauch # # An der Berufsschule 16 # # 47441 Moers # # Tel.: 02841 / 396692 - 0171 / 9749687 # # URL : http://www.stefan-knoblauch.de # # Mail: mail@stefan-knoblauch.de # ################################################## To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 16:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B70C37B42C for ; Fri, 18 May 2001 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4INU2287141; Fri, 18 May 2001 16:30:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8B58337B422 for ; Fri, 18 May 2001 16:26:56 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 32B8510F410; Fri, 18 May 2001 18:27:01 -0500 (CDT) Message-Id: <20010518232701.32B8510F410@leviathan.inethouston.net> Date: Fri, 18 May 2001 18:27:01 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27437: UPDATE devel/tcl81-thread Sender: owner-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: 27437 >Category: ports >Synopsis: UPDATE devel/tcl81-thread >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 May 18 16:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add files to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/tcl81-thread/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2000/06/15 17:59:36 1.2 +++ pkg-plist 2001/05/18 23:26:07 @@ -1,18 +1,27 @@ bin/tclsh8.1_r +include/tcl8.1/generic/chr.h +include/tcl8.1/generic/guts.h include/tcl8.1/generic/regcustom.h include/tcl8.1/generic/regerrs.h include/tcl8.1/generic/regex.h include/tcl8.1/generic/regguts.h include/tcl8.1/generic/tcl.h include/tcl8.1/generic/tclCompile.h +include/tcl8.1/generic/tclDecls.h +include/tcl8.1/generic/tclIntDecls.h include/tcl8.1/generic/tclInitScript.h +include/tcl8.1/generic/tclIntPlatDecls.h include/tcl8.1/generic/tclInt.h include/tcl8.1/generic/tclMath.h +include/tcl8.1/generic/tclPlatDecls.h include/tcl8.1/generic/tclPort.h include/tcl8.1/generic/tclRegexp.h include/tcl8.1/unix/tclUnixPort.h +include/tcl8.1/tcl.h +include/tcl8.1/tclDecls.h lib/libtcl81_r.a lib/libtcl81_r.so.1 +lib/libtcl81_r.so lib/tcl8.1/auto.tcl lib/tcl8.1/encoding/ascii.enc lib/tcl8.1/encoding/big5.enc >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 May 18 19:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A540737B424 for ; Fri, 18 May 2001 19:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J2U2W04317; Fri, 18 May 2001 19:30:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 18 May 2001 19:30:02 -0700 (PDT) Message-Id: <200105190230.f4J2U2W04317@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/27401: ports/audio/linux-realplayer port has wrong checksum Reply-To: Cyrille Lefevre Sender: owner-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/27401; it has been noted by GNATS. From: Cyrille Lefevre To: justin@shiningsilence.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/27401: ports/audio/linux-realplayer port has wrong checksum Date: 19 May 2001 04:29:29 +0200 justin@shiningsilence.com writes: > > >Description: > > Checksum for downloaded RPM (needed for install) doesn't match what's in port. humm! I suspect you didn't understand the meaning of this sentence. there is a checksum file (distinfo) to validate the retreived files. so, the file (rp8_linux20_libc6_i386_cs1_rpm) you've retrieved didn't match the recorded checksum in the distinfo file. you have to retrieve it again, it is broken. just to be sure, the content of the disinfo file is : MD5 (rp8_linux20_libc6_i386_cs1_rpm) = a6503993cc1f5d38f2bd135f6fffcf8c if yours didn'y match this one, you'll have to update your port tree which seems to be broken. [snip] well, this PR may be probably closed. Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 19:46:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from palle.girgensohn.se (c213.89.165.253.cm-upc.chello.se [213.89.165.253]) by hub.freebsd.org (Postfix) with ESMTP id EE7D137B422 for ; Fri, 18 May 2001 19:46:16 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from partitur.se (localhost [127.0.0.1]) by palle.girgensohn.se (8.11.3/8.11.3) with ESMTP id f4J2Nlg00808; Sat, 19 May 2001 04:23:58 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <3B05D933.849B3A87@partitur.se> Date: Sat, 19 May 2001 04:23:47 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: James Greenhalgh Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: postgresql-7.1_2 References: <20010518133850.60d992c2.james@bloodflowers.org> <3B05535F.8D764E29@partitur.se> <20010518191049.4ac11b48.james@bloodflowers.org> 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 James Greenhalgh wrote: > > > F_OIDEQ is defined here: > > postgresql-7.1.1/src/backend/utils/fmgroids.h:159:#define > > F_OIDEQ 184 > > After a lot of digging around, it seems that the port only builds if you log in > as root on a console, or su - root. Using su root leads to fmgroids.h not > being generated properly. I never build any ports as root, I build as myself... Do you mean that if you su -l root and build the port, it fails, but if you *log* into a console as root, it works. This really sounds *very* strange, but I suspect it might have something to do with environments? /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 20: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C89537B42C for ; Fri, 18 May 2001 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J301H06387; Fri, 18 May 2001 20:00:01 -0700 (PDT) (envelope-from gnats) Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id 8421C37B42C for ; Fri, 18 May 2001 19:54:10 -0700 (PDT) (envelope-from tokada@localhost.isi.com) Received: from localhost.isi.com (h0005025b549e.ne.mediaone.net [24.147.67.188]) by chmls06.mediaone.net (8.11.1/8.11.1) with ESMTP id f4J2s6802495 for ; Fri, 18 May 2001 22:54:07 -0400 (EDT) Received: (from tokada@localhost) by localhost.isi.com (8.11.3/8.11.3) id f4J2rcl22873; Fri, 18 May 2001 22:53:38 -0400 (EDT) (envelope-from tokada) Message-Id: <200105190253.f4J2rcl22873@localhost.isi.com> Date: Fri, 18 May 2001 22:53:38 -0400 (EDT) From: tadayuki@mediaone.net Reply-To: tadayuki@mediaone.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27438: port update: graphics/Mesa3 Sender: owner-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: 27438 >Category: ports >Synopsis: port update: graphics/Mesa3 >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 May 18 20:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tadayuki OKADA >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD photoniii 4.3-STABLE FreeBSD 4.3-STABLE #22: Sat May 12 19:00:04 EDT 2001 root@photoniii:/usr/obj/usr/src/sys/PHOTON i386 >Description: It seems the distfile has been changed. I'm not sure if PORTREVISION should be set. >How-To-Repeat: >Fix: diff -ruN Mesa3.orig/distinfo Mesa3/distinfo --- Mesa3.orig/distinfo Fri May 18 13:40:53 2001 +++ Mesa3/distinfo Fri May 18 22:36:00 2001 @@ -1,2 +1,2 @@ -MD5 (MesaLib-3.4.2.tar.bz2) = 9169942475db0786229079f57909f7bc +MD5 (MesaLib-3.4.2.tar.bz2) = 5bad47f1f86a87b2a35e8c8c33d97e4a MD5 (MesaDemos-3.4.2.tar.bz2) = b3a7b01dae8b1f09f951f9257c242b08 >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 May 18 20: 4:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD4AF37B422; Fri, 18 May 2001 20:04:22 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J34MO06728; Fri, 18 May 2001 20:04:22 -0700 (PDT) (envelope-from jim) Date: Fri, 18 May 2001 20:04:22 -0700 (PDT) From: Message-Id: <200105190304.f4J34MO06728@freefall.freebsd.org> To: dwcjr@inethouston.net, jim@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27353: UPDATE net/everybuddy Sender: owner-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 net/everybuddy State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Fri May 18 20:03:29 PDT 2001 State-Changed-Why: The file in the PR isn't installed by the port. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27353 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 20: 9:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 6031837B424 for ; Fri, 18 May 2001 20:09:46 -0700 (PDT) (envelope-from james@bloodflowers.org) Received: from eclipse.bloodflowers.org ([62.253.132.224]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20010519030945.NEBV290.mta02-svc.ntlworld.com@eclipse.bloodflowers.org>; Sat, 19 May 2001 04:09:45 +0100 Date: Sat, 19 May 2001 04:09:44 +0100 From: James Greenhalgh To: Palle Girgensohn Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: postgresql-7.1_2 Message-Id: <20010519040944.68e64b24.james@bloodflowers.org> In-Reply-To: <3B05D933.849B3A87@partitur.se> References: <20010518133850.60d992c2.james@bloodflowers.org> <3B05535F.8D764E29@partitur.se> <20010518191049.4ac11b48.james@bloodflowers.org> <3B05D933.849B3A87@partitur.se> X-Mailer: Sylpheed version 0.4.64 (GTK+ 1.2.10; i386--freebsd4.3) 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 On Sat, 19 May 2001 04:23:47 +0200 Palle Girgensohn wrote: > James Greenhalgh wrote: > > > > > F_OIDEQ is defined here: > > > postgresql-7.1.1/src/backend/utils/fmgroids.h:159:#define > > > F_OIDEQ 184 > > > > After a lot of digging around, it seems that the port only builds if you log in > > as root on a console, or su - root. Using su root leads to fmgroids.h not > > being generated properly. > > I never build any ports as root, I build as myself... Do you > mean that if you su -l root and build the port, it fails, but > if you *log* into a console as root, it works. This really > sounds *very* strange, but I suspect it might have something to > do with environments? Yep, su - and su -l are one and the same. It's got to be path related, I'm sure - probably more related to building with one account su'd to from another without the login flag, as opposed to having to be root - maybe it's reading the current/working directory wrong. I think the postgresql script that generates the header file is probably broken in some subtle way. james -- The wheel is still turning, but the hamster is dead. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 20:15: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id D16BE37B422; Fri, 18 May 2001 20:14:58 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id B8A1510F40F; Fri, 18 May 2001 22:15:04 -0500 (CDT) Message-ID: <028901c0e011$e35a84c0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Cc: Subject: PR Review Date: Fri, 18 May 2001 22:14:59 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-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 someone take a look at this and let me know if this is the "right way to do it" http://www.freebsd.org/cgi/query-pr.cgi?pr=27405 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 20:17:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 75B2C37B424 for ; Fri, 18 May 2001 20:17:52 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5C7CA67B2A; Fri, 18 May 2001 20:17:51 -0700 (PDT) Date: Fri, 18 May 2001 20:17:51 -0700 From: Kris Kennaway To: john Cc: ports@FreeBSD.org Subject: Re: pptpd-1.0.1.tar.gz Message-ID: <20010518201751.A20615@xor.obsecurity.org> References: <001301bd7ff1$70cd71c0$904da8c0@mtcnet.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001301bd7ff1$70cd71c0$904da8c0@mtcnet.ru>; from john@mtcnet.ru on Fri, May 15, 1998 at 06:05:55PM +0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 15, 1998 at 06:05:55PM +0700, john wrote: Fix your clock, please. > The Checksum for pptpd-1.0.1.tar.gz does not coincide >=20 > On http://www.freebsd.org/cgi/pds.cgi?ports/net/poptop=20 > Sources for ports/net/poptop > http://poptop.lineo.com/releases/pptpd-1.0.1.tar.gz > MD5 Checksum for ports/net/poptop > MD5 (pptpd-1.0.1.tar.gz) =3D 67fbb621e1de325012feeb105846fe7d >=20 > And is real 67fbb621e1de325012feeb105846fe7d Those are the same. Kris --Q68bSM7Ycu6FN28Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7BeXeWry0BWjoQKURAvWBAJ0Rj/o2gcYATNE85iTe5w3QeHkqqACgifrm VwyAqo1e3tsNgvBIxr3dq8c= =i7Wo -----END PGP SIGNATURE----- --Q68bSM7Ycu6FN28Q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 20:18:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id A8E1D37B424 for ; Fri, 18 May 2001 20:18:38 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5A74667B31; Fri, 18 May 2001 20:18:38 -0700 (PDT) Date: Fri, 18 May 2001 20:18:38 -0700 From: Kris Kennaway To: Neil Blakey-Milner Cc: Kris Kennaway , freebsd-ports@FreeBSD.ORG Subject: Re: (long) upgrade kit for 3.x ports?! Message-ID: <20010518201838.B20615@xor.obsecurity.org> References: <20010509140838.C17000@dell.dannyland.org> <200105100026.RAA04754@usr06.primenet.com> <20010509180154.E17000@dell.dannyland.org> <20010510143702.A84503@rapier.smartspace.co.za> <20010513140646.B63072@xor.obsecurity.org> <20010514160801.A68517@rapier.smartspace.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="l76fUT7nc3MelDdI" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514160801.A68517@rapier.smartspace.co.za>; from nbm@mithrandr.moria.org on Mon, May 14, 2001 at 04:08:01PM +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 --l76fUT7nc3MelDdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 14, 2001 at 04:08:01PM +0200, Neil Blakey-Milner wrote: > > On Thu, May 10, 2001 at 02:37:03PM +0200, Neil Blakey-Milner wrote: > >=20 > > > I've brought up the fact we could easily support 3.x machines for the > > > ports tree (ie, building from source, not packages built on later > > > releaess) with an upgrade package on the ports list, but I was met wi= th > > > silence. > > >=20 > > > And could people please talk about ports on ports@FreeBSD.org. > >=20 > > Perhaps you meant to say "*I* could easily support 3.x machines". > > Most ports committers have little motivation to do the extra work of > > supporting the old releases, but if you're willing to support it > > yourself thats an entirely different story. >=20 > Infrastructure, not specific ports. Same comment applies. Kris --l76fUT7nc3MelDdI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7BeYNWry0BWjoQKURArabAKC+eAqQ2ykWp9clxYQ31O2L0mSGtQCfYXKN LWll3dnQpz2kBunXr+zfvUE= =ha4L -----END PGP SIGNATURE----- --l76fUT7nc3MelDdI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 20:19:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 0049F37B422; Fri, 18 May 2001 20:19:52 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B1D6A67B2A; Fri, 18 May 2001 20:19:52 -0700 (PDT) Date: Fri, 18 May 2001 20:19:52 -0700 From: Kris Kennaway To: =?iso-8859-1?Q?Eino_M=E4kitalo?= Cc: DougB@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: bind-8.2.3 Message-ID: <20010518201952.C20615@xor.obsecurity.org> References: <3AFFAD26.3B9902D9@openmobile.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="da4uJneut+ArUgXk" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AFFAD26.3B9902D9@openmobile.com>; from eino.makitalo@openmobile.com on Mon, May 14, 2001 at 01:02:14PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --da4uJneut+ArUgXk Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 14, 2001 at 01:02:14PM +0300, Eino M=E4kitalo wrote: > Content-Description: Card for Eino M=E4kitalo Empty mail. Did you mean to say something here? Kris --da4uJneut+ArUgXk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7BeZXWry0BWjoQKURAp+KAKDT7/KJXC2XwsoeRqV7y1qLPFqAqQCgrSw+ PZtdoLcH/VURF2d/wOw/I1o= =khdF -----END PGP SIGNATURE----- --da4uJneut+ArUgXk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 20:22:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13F8937B422; Fri, 18 May 2001 20:22:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J3MM310357; Fri, 18 May 2001 20:22:22 -0700 (PDT) (envelope-from ijliao) Date: Fri, 18 May 2001 20:22:22 -0700 (PDT) From: Message-Id: <200105190322.f4J3MM310357@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/27405: UPDATE x11/XFree86-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 x11/XFree86-4 Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 18 20:21:58 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27405 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 20:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4529537B43C for ; Fri, 18 May 2001 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J3U1U10757; Fri, 18 May 2001 20:30:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0771237B424 for ; Fri, 18 May 2001 20:20:54 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 120A010F410; Fri, 18 May 2001 22:21:00 -0500 (CDT) Message-Id: <20010519032100.120A010F410@leviathan.inethouston.net> Date: Fri, 18 May 2001 22:21:00 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: jamie@jamiesdomain.org.uk X-Send-Pr-Version: 3.113 Subject: ports/27439: UPDATE audio/cd2mp3 Sender: owner-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: 27439 >Category: ports >Synopsis: UPDATE audio/cd2mp3 >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 May 18 20:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add docs to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/cd2mp3/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2001/01/15 01:09:46 1.2 +++ pkg-plist 2001/05/19 03:20:33 @@ -1 +1,3 @@ bin/cd2mp3 +share/doc/cd2mp3/README +@dirrm share/doc/cd2mp3 >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 May 18 21:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 821F237B424 for ; Fri, 18 May 2001 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J4A1S15134; Fri, 18 May 2001 21:10:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 97EBE37B424 for ; Fri, 18 May 2001 21:02:50 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 5E28210F410; Fri, 18 May 2001 23:02:56 -0500 (CDT) Message-Id: <20010519040256.5E28210F410@leviathan.inethouston.net> Date: Fri, 18 May 2001 23:02:56 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: mb@imp.ch X-Send-Pr-Version: 3.113 Subject: ports/27441: UPDATE audio/kmp3 Sender: owner-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: 27441 >Category: ports >Synopsis: UPDATE audio/kmp3 >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 May 18 21:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing mimelink >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/kmp3/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2000/03/25 19:44:49 1.3 +++ pkg-plist 2001/05/19 04:01:07 @@ -72,6 +72,7 @@ share/locale/ru/LC_MESSAGES/kmp3.mo share/mimelnk/audio/x-mp1.kdelnk share/mimelnk/audio/x-mp2.kdelnk +share/mimelnk/audio/x-mp3.kdelnk share/mimelnk/audio/x-playlist.kdelnk @dirrm share/apps/kmp3/skins/winamp/Panic @dirrm share/apps/kmp3/skins/winamp >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 May 18 21:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B70BD37B422 for ; Fri, 18 May 2001 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J4A1F15143; Fri, 18 May 2001 21:10:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 96B2137B42C for ; Fri, 18 May 2001 21:08:16 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D891210F410; Fri, 18 May 2001 23:08:22 -0500 (CDT) Message-Id: <20010519040822.D891210F410@leviathan.inethouston.net> Date: Fri, 18 May 2001 23:08:22 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: wellers@netvision.net.il X-Send-Pr-Version: 3.113 Subject: ports/27442: UPDATE mail/knewmail Sender: owner-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: 27442 >Category: ports >Synopsis: UPDATE mail/knewmail >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 May 18 21:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing icons and links >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/knewmail/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2000/03/25 16:17:31 1.2 +++ pkg-plist 2001/05/19 04:07:50 @@ -17,6 +17,7 @@ share/apps/knewmail/pics/knewmail_panel_8.xpm share/apps/knewmail/pics/knewmail_panel_normal.xpm share/apps/knewmail/pics/knewmail_splash.xpm +share/applnk/Internet/knewmail.kdelnk share/doc/HTML/en/knewmail/3dletter.gif share/doc/HTML/en/knewmail/backward.gif share/doc/HTML/en/knewmail/bar.gif @@ -38,6 +39,7 @@ share/doc/HTML/en/knewmail/knewmail_9.html share/doc/HTML/en/knewmail/knewmail_docs.gif share/icons/mini/knewmail.xpm +share/icons/knewmail.xpm @dirrm share/doc/HTML/en/knewmail @dirrm share/apps/knewmail/pics @dirrm share/apps/knewmail >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 May 18 22: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FA2B37B424 for ; Fri, 18 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J501X17843; Fri, 18 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats) Received: from nexus7.polaris.ca (nexus7.polaris.ca [199.247.156.222]) by hub.freebsd.org (Postfix) with SMTP id 391EB37B42C for ; Fri, 18 May 2001 21:59:41 -0700 (PDT) (envelope-from svenasse@nexus7.polaris.ca) Received: (qmail 57517 invoked by uid 1000); 19 May 2001 04:59:41 -0000 Message-Id: <20010519045941.57516.qmail@nexus7.polaris.ca> Date: 19 May 2001 04:59:41 -0000 From: svenasse@polaris.ca Reply-To: svenasse@polaris.ca To: FreeBSD-gnats-submit@freebsd.org Cc: svenasse@polaris.ca X-Send-Pr-Version: 3.113 Subject: ports/27443: New port textproc/p5-Tree-Nary Sender: owner-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: 27443 >Category: ports >Synopsis: New Port: textproc/p5-Tree-Nary >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 May 18 22:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.3-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD nexus7.polaris.ca. 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue May 15 22:31:30 PDT 2001 root@nexus7.polaris.ca.:/usr/obj/usr/src/sys/NEXUS7 i386 >Description: Perl implementation of N-ary search trees >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-Tree-Nary # p5-Tree-Nary/pkg-comment # p5-Tree-Nary/Makefile # p5-Tree-Nary/distinfo # p5-Tree-Nary/pkg-descr # p5-Tree-Nary/pkg-plist # echo c - p5-Tree-Nary mkdir -p p5-Tree-Nary > /dev/null 2>&1 echo x - p5-Tree-Nary/pkg-comment sed 's/^X//' >p5-Tree-Nary/pkg-comment << 'END-of-p5-Tree-Nary/pkg-comment' XPerl implementation of N-ary search trees END-of-p5-Tree-Nary/pkg-comment echo x - p5-Tree-Nary/Makefile sed 's/^X//' >p5-Tree-Nary/Makefile << 'END-of-p5-Tree-Nary/Makefile' X# New ports collection makefile for: Tree:Nary X# Date created: 18 May 2001 X# Whom: svenasse X# X# $FreeBSD$ X# X XPORTNAME= Tree-Nary XPORTVERSION= 1.1 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Tree XPKGNAMEPREFIX= p5- X XMAINTAINER= svenasse@polaris.ca X XPERL_CONFIGURE= yes X XMAN3= Tree::Nary.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Tree-Nary/Makefile echo x - p5-Tree-Nary/distinfo sed 's/^X//' >p5-Tree-Nary/distinfo << 'END-of-p5-Tree-Nary/distinfo' XMD5 (Tree-Nary-1.1.tar.gz) = 5add379acd8aeb1d93715cc2768eeff5 END-of-p5-Tree-Nary/distinfo echo x - p5-Tree-Nary/pkg-descr sed 's/^X//' >p5-Tree-Nary/pkg-descr << 'END-of-p5-Tree-Nary/pkg-descr' XThe Tree::Nary class implements N-ary trees (trees of data with any Xnumber of branches), providing the organizational structure for a Xtree (collection) of any number of nodes, but knowing nothing about Xthe specific type of node used. It can be used to display Xhierarchical database entries in an internal application (the NIS Xnetgroup file is an example of such a database). It offers the Xcapability to select nodes on the tree, and attachment points for Xnodes on the tree. Each attachment point can support multiple Xchild nodes. END-of-p5-Tree-Nary/pkg-descr echo x - p5-Tree-Nary/pkg-plist sed 's/^X//' >p5-Tree-Nary/pkg-plist << 'END-of-p5-Tree-Nary/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tree/Nary/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Tree/Nary.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tree/Nary X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tree X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Tree END-of-p5-Tree-Nary/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 May 18 22:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51BD737B424 for ; Fri, 18 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5K2028945; Fri, 18 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 31BA637B422 for ; Fri, 18 May 2001 22:10:07 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id BE5EA10F410; Sat, 19 May 2001 00:10:13 -0500 (CDT) Message-Id: <20010519051013.BE5EA10F410@leviathan.inethouston.net> Date: Sat, 19 May 2001 00:10:13 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: pbecke@javagear.com X-Send-Pr-Version: 3.113 Subject: ports/27444: UPDATE devel/arm-aout-binutils Sender: owner-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: 27444 >Category: ports >Synopsis: UPDATE devel/arm-aout-binutils >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 May 18 22:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add a few dirs to pkg-plist, I'm not familiar with compilers so input from the maintainer would be appreciated >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/arm-aout-binutils/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2001/04/17 08:39:15 1.3 +++ pkg-plist 2001/05/19 05:08:17 @@ -19,6 +19,7 @@ bin/arm-aout-objcopy bin/arm-aout-objdump bin/arm-aout-ranlib +bin/arm-aout-readelf bin/arm-aout-size bin/arm-aout-strings bin/arm-aout-strip @@ -28,3 +29,7 @@ lib/libbfd.a lib/libiberty.a lib/libopcodes.a +@dirrm arm-aout/lib/ldscripts +@dirrm arm-aout/bin +@dirrm arm-aout/lib +@dirrm arm-aout >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 May 18 23:21:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id 381E937B422; Fri, 18 May 2001 23:21:47 -0700 (PDT) (envelope-from tadayuki@mediaone.net) Received: from photoniii (h0005025b549e.ne.mediaone.net [24.147.67.188]) by chmls06.mediaone.net (8.11.1/8.11.1) with SMTP id f4J6Li808267; Sat, 19 May 2001 02:21:45 -0400 (EDT) Date: Sat, 19 May 2001 02:21:09 -0400 From: Tadayuki OKADA To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: Mozilla 0.9 [corrected patch w/o sigbus on 4.3] Message-Id: <20010519022109.6ea0b9e0.tadayuki@mediaone.net> In-Reply-To: <3B056876.1F736393@FreeBSD.org> References: <3B056876.1F736393@FreeBSD.org> X-Mailer: Sylpheed version 0.4.66 (GTK+ 1.2.10; i386--freebsd4.3) 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 On Fri, 18 May 2001 21:22:46 +0300 Maxim Sobolev wrote: > Ok, thanks to all who responded. Attached please find corrected > patchfile tested on 4.3-STABLE and 5-CURRENT. It appears that for some > strange reason it just can't live w/o its .jar files on 4.3-STABLE, > while feels nice on 5-CURRENT. I can't disable .jar building because > then it breaks mozilla-embedded then (missed scrollbars problem).If > there are no more problem reports I'm ready to commit this patch > tomorrow. No big deal, but you put some comments at the shell command line in Makefile. So I had to remove them. # I know those comments are temporally. Does it work? I'm still compiling. -- Tadayuki OKADA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 18 23:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CF3737B42C for ; Fri, 18 May 2001 23:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J6o1G37669; Fri, 18 May 2001 23:50:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id C07E637B422 for ; Fri, 18 May 2001 23:44:19 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D161F10F410; Sat, 19 May 2001 01:44:26 -0500 (CDT) Message-Id: <20010519064426.D161F10F410@leviathan.inethouston.net> Date: Sat, 19 May 2001 01:44:26 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: greid@dogma.freebsd-uk.eu.org X-Send-Pr-Version: 3.113 Subject: ports/27447: UPDATE shells/wapsh Sender: owner-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: 27447 >Category: ports >Synopsis: UPDATE shells/wapsh >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 May 18 23:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add share/wapsh dir >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/shells/wapsh/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/03/10 20:05:08 1.1 +++ pkg-plist 2001/05/19 06:42:56 @@ -89,3 +89,4 @@ @dirrm share/doc/wapsh/user_guide @dirrm share/doc/wapsh @dirrm share/wapsh/htdocs +@dirrm share/wapsh >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 May 19 0: 0:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE9FB37B42C for ; Sat, 19 May 2001 00:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J701n38350; Sat, 19 May 2001 00:00:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id D7E8B37B42C for ; Fri, 18 May 2001 23:56:35 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id F109B10F410; Sat, 19 May 2001 01:56:41 -0500 (CDT) Message-Id: <20010519065641.F109B10F410@leviathan.inethouston.net> Date: Sat, 19 May 2001 01:56:41 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: dyfet@gnu.org X-Send-Pr-Version: 3.113 Subject: ports/27448: UPDATE lang/ccscript Sender: owner-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: 27448 >Category: ports >Synopsis: UPDATE lang/ccscript >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 May 19 00:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing dir to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/ccscript/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2001/04/06 01:37:56 1.4 +++ pkg-plist 2001/05/19 06:55:16 @@ -52,3 +52,4 @@ share/doc/ccscript/null.gif share/doc/ccscript/script_h-source.html share/doc/ccscript/script_h.html +@dirrm share/doc/ccscript >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 May 19 0:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9435637B424 for ; Sat, 19 May 2001 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J7A2741658; Sat, 19 May 2001 00:10:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id AF7B537B422 for ; Sat, 19 May 2001 00:04:23 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id EC24410F410; Sat, 19 May 2001 02:04:30 -0500 (CDT) Message-Id: <20010519070430.EC24410F410@leviathan.inethouston.net> Date: Sat, 19 May 2001 02:04:30 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: jdp@polstra.com X-Send-Pr-Version: 3.113 Subject: ports/27449: UPDATE lang/modula-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: 27449 >Category: ports >Synopsis: UPDATE lang/modula-3 >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 May 19 00:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add modula-3 dir to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/modula-3/pkg-plist,v retrieving revision 1.15 diff -u -r1.15 pkg-plist --- pkg-plist 1998/09/18 01:02:00 1.15 +++ pkg-plist 2001/05/19 07:02:24 @@ -793,5 +793,6 @@ lib/m3/pkg/web/src/Web.i3 lib/m3/www/m3tohtml.1.html share/modula-3/COPYRIGHT +@dirrm share/modula-3 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/m3/FreeBSD2 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Index: pkg-plist.noX11 =================================================================== RCS file: /home/ncvs/ports/lang/modula-3/pkg-plist.noX11,v retrieving revision 1.3 diff -u -r1.3 pkg-plist.noX11 --- pkg-plist.noX11 1998/09/18 01:02:01 1.3 +++ pkg-plist.noX11 2001/05/19 07:02:24 @@ -478,5 +478,6 @@ lib/m3/pkg/web/src/Web.i3 lib/m3/www/m3tohtml.1.html share/modula-3/COPYRIGHT +@dirrm share/modula-3 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/m3/FreeBSD2 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -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 Sat May 19 1:11:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6CAB37B42C; Sat, 19 May 2001 01:11:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J8Blk47770; Sat, 19 May 2001 01:11:47 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 01:11:47 -0700 (PDT) From: Message-Id: <200105190811.f4J8Blk47770@freefall.freebsd.org> To: keichii@peorth.iteration.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23453: Re: New port: audio/gdrdao Sender: owner-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: Re: New port: audio/gdrdao State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 01:09:42 PDT 2001 State-Changed-Why: already committed by dinoex, pr/22611 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23453 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 1:29:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EDC237B422; Sat, 19 May 2001 01:29:41 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J8Tfc48926; Sat, 19 May 2001 01:29:41 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 01:29:41 -0700 (PDT) From: Message-Id: <200105190829.f4J8Tfc48926@freefall.freebsd.org> To: brian@atlanta-bsd.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22295: lua 4.0 beta 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: lua 4.0 beta port State-Changed-From-To: open->analyzed State-Changed-By: ijliao State-Changed-When: Sat May 19 01:28:40 PDT 2001 State-Changed-Why: anything different with already-exist lang/lua ? it's ver 4.0 now http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22295 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 2:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB96637B424 for ; Sat, 19 May 2001 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9K1H53788; Sat, 19 May 2001 02:20:01 -0700 (PDT) (envelope-from gnats) Received: from dominik.saargate.de (dominik.saargate.de [212.88.130.241]) by hub.freebsd.org (Postfix) with ESMTP id 6D7E337B422 for ; Sat, 19 May 2001 02:11:34 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.11.2/8.11.2) id f4J9BQS03035; Sat, 19 May 2001 11:11:26 +0200 (CEST) (envelope-from domi) Message-Id: <200105190911.f4J9BQS03035@dominik.saargate.de> Date: Sat, 19 May 2001 11:11:26 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27450: rand address change for distfile and homepage Sender: owner-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: 27450 >Category: ports >Synopsis: rand address change for distfile and homepage >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 May 19 02:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -urN rand.old/Makefile rand/Makefile --- rand.old/Makefile Sat May 19 11:09:59 2001 +++ rand/Makefile Sat May 19 11:03:54 2001 @@ -8,7 +8,7 @@ PORTNAME= rand PORTVERSION= 1.7 CATEGORIES= textproc -MASTER_SITES= http://math.smsu.edu/~br0ke/files/ +MASTER_SITES= http://math.smsu.edu/~erik/files/ MAINTAINER= domi@saargate.de diff -urN rand.old/pkg-descr rand/pkg-descr --- rand.old/pkg-descr Sat May 19 11:09:59 2001 +++ rand/pkg-descr Sat May 19 11:04:05 2001 @@ -1,4 +1,4 @@ rand is a cat-like utility that displays the lines of a file or stream in random order. -WWW: http://math.smsu.edu/~br0ke/rand.html +WWW: http://math.smsu.edu/~erik/software.php?id=7 >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 May 19 3:22:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62B7237B424; Sat, 19 May 2001 03:22:12 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JAMCx60012; Sat, 19 May 2001 03:22:12 -0700 (PDT) (envelope-from greid) Date: Sat, 19 May 2001 03:22:12 -0700 (PDT) From: Message-Id: <200105191022.f4JAMCx60012@freefall.freebsd.org> To: dwcjr@inethouston.net, greid@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27447: UPDATE shells/wapsh Sender: owner-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 shells/wapsh State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat May 19 03:21:55 PDT 2001 State-Changed-Why: Fixed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27447 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 3:46: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E13437B422; Sat, 19 May 2001 03:46:08 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JAk7762320; Sat, 19 May 2001 03:46:07 -0700 (PDT) (envelope-from trevor) Date: Sat, 19 May 2001 03:46:07 -0700 (PDT) From: Message-Id: <200105191046.f4JAk7762320@freefall.freebsd.org> To: dbader@eece.unm.edu, trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/12188: new port: misc/pbs - a batch scheduler Sender: owner-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/pbs - a batch scheduler State-Changed-From-To: closed->open State-Changed-By: trevor State-Changed-When: Sat May 19 03:42:05 PDT 2001 State-Changed-Why: I have found a freely redistributable version at ftp://metalab.unc.edu/pub/Linux/distributions/suse/ suse/i386/6.4/full-names/src/pbs-2.2p11-28.src.rpm . Responsible-Changed-From-To: freebsd-ports->trevor Responsible-Changed-By: trevor Responsible-Changed-When: Sat May 19 03:42:05 PDT 2001 Responsible-Changed-Why: I'll look at this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=12188 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 4:20: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26B4137B422; Sat, 19 May 2001 04:20:02 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JBK1273090; Sat, 19 May 2001 04:20:01 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 04:20:01 -0700 (PDT) From: Message-Id: <200105191120.f4JBK1273090@freefall.freebsd.org> To: oleg@pobox.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23053: New devel port, cppadvio; request for local hosting Sender: owner-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 devel port, cppadvio; request for local hosting State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 04:19:34 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23053 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 4:54:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D118237B422; Sat, 19 May 2001 04:54:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JBsHL74710; Sat, 19 May 2001 04:54:17 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 04:54:17 -0700 (PDT) From: Message-Id: <200105191154.f4JBsHL74710@freefall.freebsd.org> To: ns88@k.pl, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24217: new port: ssmtp Sender: owner-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: ssmtp State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 04:53:55 PDT 2001 State-Changed-Why: already committed by steve http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24217 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 5: 7:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84C6837B422; Sat, 19 May 2001 05:07:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JC7u378340; Sat, 19 May 2001 05:07:56 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 05:07:56 -0700 (PDT) From: Message-Id: <200105191207.f4JC7u378340@freefall.freebsd.org> To: clefevre@citeweb.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24240: Re: Updated port: mail/elm+ME - 2.4ME+87 Sender: owner-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: Re: Updated port: mail/elm+ME - 2.4ME+87 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 05:04:57 PDT 2001 State-Changed-Why: already committed http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24240 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 5:20:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B37D037B422; Sat, 19 May 2001 05:20:49 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JCKn679298; Sat, 19 May 2001 05:20:49 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 05:20:49 -0700 (PDT) From: Message-Id: <200105191220.f4JCKn679298@freefall.freebsd.org> To: ernst@heinz.jollem.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24454: New port: BugSeeker for Java 2 (Trial 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: BugSeeker for Java 2 (Trial version) State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 05:19:51 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24454 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 5:27: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5309637B424; Sat, 19 May 2001 05:27:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JCR4c79951; Sat, 19 May 2001 05:27:04 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 05:27:04 -0700 (PDT) From: Message-Id: <200105191227.f4JCR4c79951@freefall.freebsd.org> To: yumoto@mail.forks.co.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24688: Full Screen Editor - MicroEmacs 4.0/PK-TOY (version 4.0.16) Sender: owner-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: Full Screen Editor - MicroEmacs 4.0/PK-TOY (version 4.0.16) State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 05:26:20 PDT 2001 State-Changed-Why: superseded by pr/24747 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24688 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 5:28:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E572237B422; Sat, 19 May 2001 05:28:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JCSlG80139; Sat, 19 May 2001 05:28:47 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 05:28:47 -0700 (PDT) From: Message-Id: <200105191228.f4JCSlG80139@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/24775: Gabber freezes upon login Sender: owner-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: Gabber freezes upon login Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 05:27:54 PDT 2001 Responsible-Changed-Why: over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24775 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 5:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F36F37B424 for ; Sat, 19 May 2001 05:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JCe3880619; Sat, 19 May 2001 05:40:03 -0700 (PDT) (envelope-from gnats) Received: from m1.bezeqint.net (m1.bezeqint.net [192.115.106.45]) by hub.freebsd.org (Postfix) with ESMTP id 4A08937B422 for ; Sat, 19 May 2001 05:31:56 -0700 (PDT) (envelope-from mapc@alchemy.ath.cx) Received: from alchemy.oven.org (bzq-248-5.bezeqint.net [212.179.248.5] (may be forged)) by m1.bezeqint.net (Mirapoint) with ESMTP id ACO49255; Sat, 19 May 2001 15:31:42 +0300 (IDT) Received: (from mapc@localhost) by alchemy.oven.org (8.11.3/8.11.3) id f4JCUu572257; Sat, 19 May 2001 15:30:56 +0300 (IDT) (envelope-from mapc) Message-Id: <200105191230.f4JCUu572257@alchemy.oven.org> Date: Sat, 19 May 2001 15:30:56 +0300 (IDT) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27451: [MAINTAINER UPDATE] audio/musicbrainz 1.0.0pre6->1.0.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 >Number: 27451 >Category: ports >Synopsis: [MAINTAINER UPDATE] audio/musicbrainz 1.0.0pre6->1.0.0 >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 May 19 05:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD alchemy.oven.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed May 2 00:58:34 IDT 2001 root@alchemy.oven.org:/local/src/sys/compile/ALCHEMY i386 >Description: >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/musicbrainz/Makefile musicbrainz/Makefile --- /usr/ports/audio/musicbrainz/Makefile Mon Jan 29 00:00:38 2001 +++ musicbrainz/Makefile Sat May 19 15:18:30 2001 @@ -6,17 +6,17 @@ # PORTNAME= musicbrainz -PORTVERSION= 1.0.0.pre6 +PORTVERSION= 1.0.0 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ -DISTNAME= ${PORTNAME}-1.0.0pre6 MAINTAINER= roman@xpert.com -USE_NEWGCC= yes -INSTALLS_SHLIB= yes +USE_AUTOCONF= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_NEWGCC= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" @@ -30,6 +30,8 @@ .endif post-extract: - ${TOUCH} ${WRKSRC}/stamp-h.in + @${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess ;\ + ${LN} -s ${LOCALBASE}/share/autoconf/config.* ${WRKSRC}/ ;\ + ${PERL} -pi -e 's/-ldl//g' ${WRKSRC}/examples/Makefile.* .include diff -urN /usr/ports/audio/musicbrainz/distinfo musicbrainz/distinfo --- /usr/ports/audio/musicbrainz/distinfo Mon Jan 29 00:00:38 2001 +++ musicbrainz/distinfo Sat May 19 14:35:32 2001 @@ -1 +1 @@ -MD5 (musicbrainz-1.0.0pre6.tar.gz) = 2f7d292231decd05ffe71b8a619055ec +MD5 (musicbrainz-1.0.0.tar.gz) = 77572ecfeb16261230b065af0d1f4b83 diff -urN /usr/ports/audio/musicbrainz/files/patch-configure.in musicbrainz/files/patch-configure.in --- /usr/ports/audio/musicbrainz/files/patch-configure.in Thu Jan 1 02:00:00 1970 +++ musicbrainz/files/patch-configure.in Sat May 19 14:54:01 2001 @@ -0,0 +1,11 @@ +--- configure.in.orig Sat May 19 14:53:45 2001 ++++ configure.in Sat May 19 14:53:51 2001 +@@ -5,8 +5,6 @@ + AM_INIT_AUTOMAKE(musicbrainz, "$VERSION") + dnl AC_DEFINE_UNQUOTED(VERSION, "$VERSION") + +-CFLAGS="-Wall -O2" +-CPPFLAGS="-Wall -O2" + + dnl Canonicalize host. + AC_CANONICAL_HOST diff -urN /usr/ports/audio/musicbrainz/files/patch-id3.c musicbrainz/files/patch-id3.c --- /usr/ports/audio/musicbrainz/files/patch-id3.c Thu Jan 1 02:00:00 1970 +++ musicbrainz/files/patch-id3.c Sat May 19 14:48:42 2001 @@ -0,0 +1,10 @@ +--- lib/bitzi/id3.c.orig Sat May 19 14:47:54 2001 ++++ lib/bitzi/id3.c Sat May 19 14:48:09 2001 +@@ -13,6 +13,7 @@ + #include + #include + #include ++#include + #ifdef WIN32 + #include + #else diff -urN /usr/ports/audio/musicbrainz/pkg-plist musicbrainz/pkg-plist --- /usr/ports/audio/musicbrainz/pkg-plist Tue Nov 7 00:02:53 2000 +++ musicbrainz/pkg-plist Sat May 19 15:27:21 2001 @@ -1,3 +1,8 @@ +include/musicbrainz/bitprint.h +include/musicbrainz/bitzi/bitcollider.h +include/musicbrainz/bitzi/gui_win32.h +include/musicbrainz/bitzi/list.h +include/musicbrainz/bitzi/plugin.h include/musicbrainz/errors.h include/musicbrainz/mb_c.h include/musicbrainz/musicbrainz.h @@ -5,4 +10,5 @@ lib/libmusicbrainz.a lib/libmusicbrainz.so lib/libmusicbrainz.so.1 +@dirrm include/musicbrainz/bitzi @dirrm include/musicbrainz >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 May 19 5:58:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F7AC37B424; Sat, 19 May 2001 05:58:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JCwcs83682; Sat, 19 May 2001 05:58:38 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 05:58:38 -0700 (PDT) From: Message-Id: <200105191258.f4JCwcs83682@freefall.freebsd.org> To: mb@imp.ch, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25486: [PATCH] ports/editors/staroffice52 PR25443, PR25231, PR24049 Sender: owner-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] ports/editors/staroffice52 PR25443, PR25231, PR24049 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 05:56:23 PDT 2001 State-Changed-Why: Should be fixed http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25486 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 6:14:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10FE237B424; Sat, 19 May 2001 06:14:41 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JDEfb87945; Sat, 19 May 2001 06:14:41 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 06:14:41 -0700 (PDT) From: Message-Id: <200105191314.f4JDEfb87945@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/26007: dia script in dia port doesn't show library menus/buttons Sender: owner-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: dia script in dia port doesn't show library menus/buttons Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 06:14:28 PDT 2001 Responsible-Changed-Why: over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26007 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 6:29:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dominik.saargate.de (dominik.saargate.de [212.88.130.241]) by hub.freebsd.org (Postfix) with ESMTP id 2E88937B42C for ; Sat, 19 May 2001 06:29:18 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.11.2/8.11.2) with ESMTP id f4JDTG908916 for ; Sat, 19 May 2001 15:29:16 +0200 (CEST) (envelope-from domi@saargate.de) Date: Sat, 19 May 2001 15:29:16 +0200 (CEST) From: Dominik Brettnacher To: ports@freebsd.org Subject: perl script to find orphaned files Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1854608797-990278956=:8899" Sender: owner-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. --0-1854608797-990278956=:8899 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I don't know if somebody already wrote something like this, but if not, it could be useful e.g. to clean up the /usr/local and /usr/X11R6 directories or to complete pkg-plist files. Feedback is always welcome! -- Dominik - http://www.brettnacher.org/users/dominik/ "My brain is built of paths and slides and ladders and lasers and I have invited all of you to enter its pavillon. My brain, as you enter, will smell of tangerines and brand-new running shoes." -- Douglas Coupland --0-1854608797-990278956=:8899 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=find-orphaned-files Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=find-orphaned-files IyEvdXNyL2Jpbi9wZXJsDQoNCiMgdGhpcyBzY3JpcHQgY2hlY2tzIHdoaWNo IGZpbGVzIGluIC91c3IvbG9jYWwgYW5kIC91c3IvWDExUjYgZG8gbm90DQoj IGJlbG9uZyB0byBhbnkgcG9ydCBvciBwYWNrYWdlDQojDQojIHJlZ3VsYXIg ZXhwcmVzc2lvbnMgZm9yIGZpbGVzIHdoaWNoIHNob3VsZCBiZSBpZ25vcmVk IGNhbiBiZSBhcHBlbmRlZA0KIyBhdCB0aGUgZW5kIG9mIHRoaXMgZmlsZSAo YWZ0ZXIgX19FTkRfXykNCiMNCiMgaWYgdGhlIHNjcmlwdCBpcyBnaXZlbiBh IHBhcmFtZXRlciAoZS5nLiAiLXYiKSwgaXQgcHJpbnRzIG91dCBtb3JlDQoj IHZlcmJvc2Ugb3V0cHV0DQojDQojIG90aGVyd2lzZSBpdCBwcmludHMgb3V0 IHRoZSBwcm9iYWJseSBvcnBoYW5lZCBmaWxlcw0KDQokdmVyYm9zZSA9IHNo aWZ0Ow0KDQpvcGVuKFBLR0lORk8sInBrZ19pbmZvIC1MYXwiKTsNCg0Kd2hp bGUoPFBLR0lORk8+KQ0Kew0KCWNob21wOw0KDQoJaWYobS9eSW5mb3JtYXRp b24gZm9yICguKik6LykNCgl7DQoJCSRjdXJyZW50cG9ydCA9ICQxOw0KCX0N CgllbHNpZihtL15cLy8pDQoJew0KCQkkcG9ydHskX30gPSAkY3VycmVudHBv cnQ7DQoJfQ0KfQ0KDQpjbG9zZShQS0dJTkZPKTsNCg0Kb3BlbihUSElTLCI8 JDAiKTsNClNLSVA6IHdoaWxlKDxUSElTPikNCnsNCglpZihtL15fX0VORF9f JC8pDQoJew0KCQlsYXN0IFNLSVA7DQoJfQ0KfQ0KDQp3aGlsZSg8VEhJUz4p DQp7DQoJY2hvbXA7DQoJcHVzaChAbWFudWFscywkXyk7DQp9DQpjbG9zZShU SElTKTsNCg0Kb3BlbihGSU5ELCJmaW5kIC91c3IvWDExUjYgL3Vzci9sb2Nh bCAtdHlwZSBmIHwiKTsNCg0Kd2hpbGUoPEZJTkQ+KQ0Kew0KCWNob21wOw0K DQoJaWYoZGVmaW5lZCgkcG9ydHskX30pKQ0KCXsNCgkJcHJpbnQgIiRfIGJl bG9uZ3MgdG8gJHBvcnR7JF99XG4iIGlmICR2ZXJib3NlOw0KCX0NCgllbHNp ZihtYW51YWwoJF8pKQ0KCXsNCgkJcHJpbnQgIiRfIGlnbm9yZWRcbiIgaWYg JHZlcmJvc2U7DQoJfQ0KCWVsc2UNCgl7DQoJCXByaW50ICIkX1xuIjsNCgl9 DQp9DQoNCmNsb3NlKEZJTkQpOw0KDQpzdWIgbWFudWFsIHsNCglteSAkZmls ZSA9IHNoaWZ0Ow0KDQoJZm9yKEBtYW51YWxzKQ0KCXsNCgkJaWYoJGZpbGUg PX4gbS9eJF8vKQ0KCQl7DQoJCQlyZXR1cm4gMTsNCgkJfQ0KCX0NCglyZXR1 cm4gMDsNCn0NCg0KIyBtYW51YWxseSBhZGRlZCBmaWxlcyBmb2xsb3cgaGVy ZQ0KX19FTkRfXw0KL3Vzci9sb2NhbC9iaW4vaWNld20NCi91c3IvbG9jYWwv YmluL2dlbnByZWYNCi91c3IvbG9jYWwvYmluL215ZmlsdGVyDQovdXNyL2xv Y2FsL2Jpbi9pc2RuZF9hY2N0DQovdXNyL2xvY2FsL2Jpbi9pY2V3bWhpbnQN Ci91c3IvbG9jYWwvYmluL2ljZXdtYmcNCi91c3IvbG9jYWwvYmluL3BvcGNs aWVudA0KL3Vzci9sb2NhbC9iaW4vcHBwbG9naW4NCi91c3IvbG9jYWwvZXRj L2ljZXdtLw0KL3Vzci9sb2NhbC9ldGMvcmMuZC9odHRwZC5zaA0KL3Vzci9s b2NhbC9ldGMvcmMuZC9kaGNwZC5zaA0KL3Vzci9sb2NhbC9ldGMvcmMuZC91 cHMuc2gNCi91c3IvbG9jYWwvZXRjL3JjLmQvcmM1LnNoDQovdXNyL2xvY2Fs L2V0Yy9yYy5kL3NhbWJhLnNoDQovdXNyL2xvY2FsL2V0Yy9yYy5kL3NvdW5k LnNoDQovdXNyL2xvY2FsL2V0Yy9yYy5kL2ZpcmV3YWxsLnNoDQovdXNyL2xv Y2FsL2V0Yy9yYy5kL2EtaXNkbi5zYWFyZ2F0ZQ0KL3Vzci9sb2NhbC9ldGMv bHlueC5jZmcNCi91c3IvbG9jYWwvZXRjL2FwYWNoZS8NCi91c3IvbG9jYWwv ZXRjL2xtaG9zdHMNCi91c3IvbG9jYWwvZXRjL3dnZXRyYy5uZXcNCi91c3Iv bG9jYWwvZXRjL3NzaGRfY29uZmlnDQovdXNyL2xvY2FsL2V0Yy9kaGNsaWVu dC5jb25mDQovdXNyL2xvY2FsL2V0Yy9zc2hfaG9zdF9rZXkucHViDQovdXNy L2xvY2FsL2V0Yy9kaGNwZC5jb25mDQovdXNyL2xvY2FsL2V0Yy9waW5lLmNv bmYNCi91c3IvbG9jYWwvZXRjL3NzaF9yYW5kb21fc2VlZA0KL3Vzci9sb2Nh bC9ldGMvb3JiaXRyYw0KL3Vzci9sb2NhbC9ldGMvc21iLmNvbmYNCi91c3Iv bG9jYWwvaW5mby9kaXINCi91c3IvbG9jYWwvbGliL3Blcmw1LzUuMDA1MDMv bWFuL3doYXRpcw0KL3Vzci9sb2NhbC9tYW4vY2F0MS9iYXNoLjEuZ3oNCi91 c3IvbG9jYWwvbGliL2FvdXQNCi91c3IvbG9jYWwvbWFuL3doYXRpcw0KL3Vz ci9sb2NhbC9wcml2YXRlLw0KL3Vzci9sb2NhbC9zaGFyZS9pY29ucy8NCi91 c3IvbG9jYWwvc2hhcmUvYXBwbG5rLw0KL3Vzci9sb2NhbC93d3cvDQovdXNy L1gxMVI2L2V0Yy9nY29uZi8xL3BhdGgNCi91c3IvWDExUjYvaW5mby9kaXIN Ci91c3IvWDExUjYvbGliL2FvdXQNCi91c3IvWDExUjYvbWFuL3doYXRpcw0K L3Vzci9YMTFSNi9zaGFyZS9sb2NhbGUvbG9jYWxlLmFsaWFzDQo= --0-1854608797-990278956=:8899-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 6:32:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C34CA37B424; Sat, 19 May 2001 06:32:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JDWGo88941; Sat, 19 May 2001 06:32:16 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 06:32:16 -0700 (PDT) From: Message-Id: <200105191332.f4JDWGo88941@freefall.freebsd.org> To: tolid@plab.ku.dk, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26389: New port: Perl extensions for keeping data partially sorted Sender: owner-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: Perl extensions for keeping data partially sorted State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 06:31:58 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26389 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 6:49:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC8E637B422; Sat, 19 May 2001 06:49:33 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JDnXF53165; Sat, 19 May 2001 06:49:33 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 06:49:33 -0700 (PDT) From: Message-Id: <200105191349.f4JDnXF53165@freefall.freebsd.org> To: k@123.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26406: Update of /usr/ports/www/roxen/ Sender: owner-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 of /usr/ports/www/roxen/ State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 06:48:19 PDT 2001 State-Changed-Why: committed, thanks and, please, use "diff -ruN old-dir new-dir" next time :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26406 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 6:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE52237B42C for ; Sat, 19 May 2001 06:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JDo0m54609; Sat, 19 May 2001 06:50:00 -0700 (PDT) (envelope-from gnats) Received: from dominik.saargate.de (dominik.saargate.de [212.88.130.241]) by hub.freebsd.org (Postfix) with ESMTP id 56E8A37B42C for ; Sat, 19 May 2001 06:47:09 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from root@localhost) by dominik.saargate.de (8.11.2/8.11.2) id f4JDl8m14605; Sat, 19 May 2001 15:47:08 +0200 (CEST) (envelope-from domi) Message-Id: <200105191347.f4JDl8m14605@dominik.saargate.de> Date: Sat, 19 May 2001 15:47:08 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27452: xsane update 0.75 -> 0.76 Sender: owner-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: 27452 >Category: ports >Synopsis: xsane update 0.75 -> 0.76 >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 May 19 06:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -urN xsane.old/Makefile xsane/Makefile --- xsane.old/Makefile Sat May 19 11:19:16 2001 +++ xsane/Makefile Sat May 19 11:20:03 2001 @@ -6,7 +6,7 @@ # PORTNAME= xsane -PORTVERSION= 0.75 +PORTVERSION= 0.76 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ diff -urN xsane.old/distinfo xsane/distinfo --- xsane.old/distinfo Sat May 19 11:19:16 2001 +++ xsane/distinfo Sat May 19 13:40:17 2001 @@ -1 +1 @@ -MD5 (xsane-0.75.tar.gz) = 13234dc594fd3868fa1b3eb1c591632b +MD5 (xsane-0.76.tar.gz) = 316af9567762af3e8ed0cb6899ee4e80 diff -urN xsane.old/pkg-message xsane/pkg-message --- xsane.old/pkg-message Sat May 19 11:19:16 2001 +++ xsane/pkg-message Sat May 19 15:45:47 2001 @@ -1,6 +1,6 @@ Congratulations, XSane is now installed. -If you built it with GIMP packages/ports installed, you can use +If you built it with WITH_GIMP set to yes, you can use XSane as a GIMP plug-in. To do this, type: ln -sf /usr/X11R6/bin/xsane ~/.gimp-1.2/plug-ins/xsane diff -urN xsane.old/pkg-plist xsane/pkg-plist --- xsane.old/pkg-plist Sat May 19 11:19:16 2001 +++ xsane/pkg-plist Sat May 19 15:44:42 2001 @@ -31,6 +31,7 @@ share/sane/xsane/UMAX-logo.xpm share/sane/xsane/sane-epson-logo.xpm share/sane/xsane/sane-hp-logo.xpm +share/sane/xsane/sane-umax-logo.xpm share/sane/xsane/sane-xsane-logo.xpm share/sane/xsane/umax-logo.xpm share/sane/xsane/xsane-calibration.pnm @@ -78,5 +79,9 @@ share/sane/xsane-zoom-undo.jpg share/sane/xsane-zoom.jpg share/sane/xsane.jpg +share/sane/sane-xsane-setup-image-doc.html +share/sane/xsane-preset-area.jpg +share/sane/xsane-rotation.jpg +share/sane/xsane-setup-image.jpg @dirrm share/sane/xsane @dirrm share/sane >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 May 19 7: 1:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id CDC5C37B50F; Sat, 19 May 2001 07:00:57 -0700 (PDT) (envelope-from mixtim@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010519140057.TOTL578.femail8.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Sat, 19 May 2001 07:00:57 -0700 Received: (from mixtim@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f4JE0uM15894; Sat, 19 May 2001 10:00:56 -0400 (EDT) (envelope-from mixtim) Date: Sat, 19 May 2001 10:00:55 -0400 From: Mixtim To: gnome@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: dia build failure (4.3-STABLE) Message-ID: <20010519100054.A15848@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org $ make If you want to compile with GNOME support, hit Ctrl-C right now and use "make WITH_GNOME=yes" >> dia-0.88.tar.gz doesn't seem to exist in /opt/src/distfiles/. >> Attempting to fetch from ftp://ftp2.freebsd.org/pub/FreeBSD/ports/distfiles/. fetch: dia-0.88.tar.gz: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org/pub/GNOME/stable/sources/dia/. 1964975 bytes transferred in 14.4 seconds (133.03 kBps) ===> Extracting for dia-0.88 >> Checksum OK for dia-0.88.tar.gz. ===> dia-0.88 depends on executable: gmake - found ===> dia-0.88 depends on executable: libtool - found ===> dia-0.88 depends on shared library: X11.6 - found ===> dia-0.88 depends on shared library: glib12.3 - found ===> dia-0.88 depends on shared library: gtk12.2 - found ===> dia-0.88 depends on shared library: Imlib.5 - found ===> Patching for dia-0.88 ===> Applying FreeBSD patches for dia-0.88 ===> Configuring for dia-0.88 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether gmake sets ${MAKE}... yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to run the C preprocessor... cc -E checking for style of include used by gmake... include checking for Cygwin environment... no checking for mingw32 environment... no checking host system type... i386--freebsd4.3 checking build system type... i386--freebsd4.3 checking for gcc... cc checking whether the C compiler (cc -O ) works... yes checking whether the C compiler (cc -O ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking dependency style of cc... none checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.3 ld.so checking if libtool supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking host system type... i386-unknown-freebsdelf4.3 checking whether we are using GNU C... yes checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... -static checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... freebsdelf4.3 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool loading cache ./config.cache checking whether build environment is sane... yes checking for gcc... (cached) cc checking whether the C compiler (cc -O ) works... yes checking whether the C compiler (cc -O ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking dependency style of cc... (cached) none checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether ln -s works... (cached) yes checking whether gmake sets ${MAKE}... (cached) yes checking for strerror in -lcposix... no checking for gtk-config... /usr/X11R6/bin/gtk12-config checking for GTK - version >= 1.2.0... yes checking whether to enable XIM support... yes checking whether GNOME specific code should be used... no checking for poptSetOtherOptionHelp in -lpopt... yes checking for popt.h... yes checking for libart-config... no checking for LIBART - version >= 2.1.0... no *** The libart-config script installed by LIBART could not be found *** If LIBART was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the LIBART_CONFIG environment variable to the *** full path to libart-config. checking for gdk-pixbuf-config... no checking for GDK_PIXBUF - version >= 0.7.0... no *** The gdk-pixbuf-config script installed by GDK_PIXBUF could not be found *** If GDK_PIXBUF was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GDK_PIXBUF_CONFIG environment variable to the *** full path to gdk-pixbuf-config. configure: error: gdk-pixbuf >= 0.7.0 is required ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:769: checking for a BSD compatible install configure:822: checking whether build environment is sane configure:894: checking for gawk configure:894: checking for mawk configure:924: checking whether gmake sets ${MAKE} configure:1081: checking whether to enable maintainer-specific portions of Makefiles configure:1130: checking how to run the C preprocessor configure:1151: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1217: checking for style of include used by gmake configure:1231: checking for Cygwin environment configure:1247: cc -c -O -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1243: `__CYGWIN32__' undeclared (first use in this function) configure:1243: (Each undeclared identifier is reported only once configure:1243: for each function it appears in.) configure: failed program was: #line 1236 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1264: checking for mingw32 environment configure:1276: cc -c -O -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1272: `__MINGW32__' undeclared (first use in this function) configure:1272: (Each undeclared identifier is reported only once configure:1272: for each function it appears in.) configure: failed program was: #line 1269 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1345: checking host system type configure:1366: checking build system type configure:1386: checking for gcc configure:1499: checking whether the C compiler (cc -O ) works configure:1515: cc -o conftest -O -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:1541: checking whether the C compiler (cc -O ) is a cross-compiler configure:1546: checking whether we are using GNU C configure:1555: cc -E conftest.c configure:1574: checking whether cc accepts -g configure:1611: checking dependency style of cc configure:1684: checking for ld used by GCC configure:1752: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.10.1 (with BFD 2.10.1) configure:1769: checking for /usr/libexec/elf/ld option to reload object files configure:1781: checking for BSD-compatible nm configure:1819: checking whether ln -s works configure:1840: checking how to recognise dependant libraries configure:2013: checking for object suffix configure:2019: cc -c -O -I/usr/local/include conftest.c 1>&5 configure:2039: checking for executable suffix configure:2049: cc -o conftest -O -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:2080: checking command to parse /usr/bin/nm -B output configure:2156: cc -c -O -I/usr/local/include conftest.c 1>&5 configure:2159: /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:2210: cc -o conftest -O -I/usr/local/include conftest.c conftstm.o 1>&5 configure:2256: checking for dlfcn.h configure:2266: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:2434: checking for ranlib configure:2501: checking for strip configure:2737: checking for objdir configure:2764: checking for cc option to produce PIC configure:2916: checking if cc PIC flag -fPIC works configure:2930: cc -c -O -fPIC -DPIC -I/usr/local/include conftest.c 1>&5 configure:2982: checking if cc static flag -static works configure:2997: cc -o conftest -O -I/usr/local/include -static conftest.c -L/usr/local/lib -lintl 1>&5 configure:3024: checking if cc supports -c -o file.o configure:3043: cc -c -O -o out/conftest2.o -I/usr/local/include conftest.c 1>&5 configure:3072: checking if cc supports -c -o file.lo configure:3088: cc -c -O -c -o conftest.lo -I/usr/local/include conftest.c 1>&5 configure:3137: checking if cc supports -fno-rtti -fno-exceptions configure:3150: cc -c -O -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 configure:3177: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:3793: checking how to hardcode library paths into programs configure:3821: checking whether stripping libraries is possible configure:3835: checking dynamic linker characteristics configure:4221: checking if libtool supports shared libraries configure:4714: checking whether -lc should be explicitly linked in configure:4721: cc -c -O -I/usr/local/include conftest.c 1>&5 configure:4734: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 ltconfig:581: checking whether we are using GNU C ltconfig:589: cc -E conftest.c ltconfig:603: checking for object suffix ltconfig:604: cc -c -O -I/usr/local/include conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: cc -o conftest -O -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 ltconfig:776: checking if cc PIC flag -fPIC works ltconfig:777: cc -c -O -fPIC -DPIC -I/usr/local/include conftest.c 1>&5 ltconfig:829: checking if cc supports -c -o file.o ltconfig:830: cc -c -O -o out/conftest2.o -I/usr/local/include conftest.c 1>&5 ltconfig:862: checking if cc supports -c -o file.lo ltconfig:863: cc -c -O -c -o conftest.lo -I/usr/local/include conftest.c 1>&5 ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig:915: cc -c -O -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 ltconfig:958: checking if cc static flag -static works ltconfig:959: cc -o conftest -O -I/usr/local/include -static conftest.c -L/usr/local/lib -lintl 1>&5 GNU ld version 2.10.1 (with BFD 2.10.1) ltconfig:1635: checking if global_symbol_pipe works ltconfig:1636: cc -c -O -I/usr/local/include conftest.c 1>&5 ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1691: cc -o conftest -O -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include conftest.c conftstm.o 1>&5 configure:5313: checking whether build environment is sane configure:5354: checking for gcc configure:5467: checking whether the C compiler (cc -O ) works configure:5483: cc -o conftest -O -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5509: checking whether the C compiler (cc -O ) is a cross-compiler configure:5514: checking whether we are using GNU C configure:5542: checking whether cc accepts -g configure:5579: checking dependency style of cc configure:5652: checking for a BSD compatible install configure:5705: checking whether ln -s works configure:5726: checking whether gmake sets ${MAKE} configure:5754: checking for strerror in -lcposix configure:5773: cc -o conftest -O -I/usr/local/include conftest.c -lcposix -L/usr/local/lib -lintl 1>&5 /usr/libexec/elf/ld: cannot find -lcposix configure: failed program was: #line 5762 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror(); int main() { strerror() ; return 0; } configure:5846: checking for gtk-config configure:5881: checking for GTK - version >= 1.2.0 configure:5982: cc -o conftest -O -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -L/usr/local/lib -lintl 1>&5 configure:6074: checking whether to enable XIM support configure:6088: checking whether GNOME specific code should be used configure:6248: checking for poptSetOtherOptionHelp in -lpopt configure:6267: cc -o conftest -O -I/usr/local/include conftest.c -lpopt -L/usr/local/lib -lintl 1>&5 configure:6295: checking for popt.h configure:6305: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:6374: checking for libart-config configure:6409: checking for LIBART - version >= 2.1.0 configure:6615: checking for gdk-pixbuf-config configure:6650: checking for GDK_PIXBUF - version >= 0.7.0 (end of "config.log") *** Error code 1 Stop in /usr/ports/graphics/dia. *** Error code 1 Stop in /usr/ports/graphics/dia. *** Error code 1 Stop in /usr/ports/graphics/dia. *** Error code 1 Stop in /usr/ports/graphics/dia. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 7: 2:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail10.sdc1.sfba.home.com (femail10.sdc1.sfba.home.com [24.0.95.106]) by hub.freebsd.org (Postfix) with ESMTP id A2A2237B50F; Sat, 19 May 2001 07:02:13 -0700 (PDT) (envelope-from mixtim@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail10.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010519140213.ETXN6845.femail10.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Sat, 19 May 2001 07:02:13 -0700 Received: (from mixtim@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f4JE2CR15910; Sat, 19 May 2001 10:02:12 -0400 (EDT) (envelope-from mixtim) Date: Sat, 19 May 2001 10:02:12 -0400 From: Mixtim To: sobomax@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: mesa checksum failure (4.3-STABLE) Message-ID: <20010519100211.B15848@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org $ make >> MesaLib-3.4.2.tar.bz2 doesn't seem to exist in /opt/src/distfiles/. >> Attempting to fetch from ftp://ftp2.freebsd.org/pub/FreeBSD/ports/distfiles/. fetch: MesaLib-3.4.2.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp2.sourceforge.net/pub/sourceforge/mesa3d/. 1380805 bytes transferred in 3.7 seconds (369.42 kBps) >> MesaDemos-3.4.2.tar.bz2 doesn't seem to exist in /opt/src/distfiles/. >> Attempting to fetch from ftp://ftp2.freebsd.org/pub/FreeBSD/ports/distfiles/. fetch: MesaDemos-3.4.2.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp2.sourceforge.net/pub/sourceforge/mesa3d/. 854130 bytes transferred in 2.7 seconds (310.64 kBps) ===> Extracting for Mesa-3.4.2 >> Checksum mismatch for MesaLib-3.4.2.tar.bz2. >> Checksum OK for MesaDemos-3.4.2.tar.bz2. Make sure the Makefile and distinfo file (/usr/ports/graphics/Mesa3/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/graphics/Mesa3. *** Error code 1 Stop in /usr/ports/graphics/Mesa3. *** Error code 1 Stop in /usr/ports/graphics/Mesa3. *** Error code 1 Stop in /usr/ports/graphics/Mesa3. *** Error code 1 Stop in /usr/ports/graphics/Mesa3. *** Error code 1 Stop in /usr/ports/graphics/Mesa3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 7: 3: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 085AB37B509; Sat, 19 May 2001 07:03:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JE34988427; Sat, 19 May 2001 07:03:04 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 07:03:04 -0700 (PDT) From: Message-Id: <200105191403.f4JE34988427@freefall.freebsd.org> To: tolid@plab.ku.dk, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26412: New port: Modules to assemble/disassemble network packets at the protocol level Sender: owner-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: Modules to assemble/disassemble network packets at the protocol level State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 07:02:34 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26412 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 7: 6:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EEB637B43E; Sat, 19 May 2001 07:06:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JE6Md90146; Sat, 19 May 2001 07:06:22 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 07:06:22 -0700 (PDT) From: Message-Id: <200105191406.f4JE6Md90146@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/26424: dnssec-keygen command including ports/net/bind9 is not create hmac-md5 key on 4.3-RC Sender: owner-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: dnssec-keygen command including ports/net/bind9 is not create hmac-md5 key on 4.3-RC Responsible-Changed-From-To: freebsd-ports->dougb Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 07:05:52 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26424 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 7: 8:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jsbach.henocoffice.com (modemcable236.10-203-24.mtl.mc.videotron.ca [24.203.10.236]) by hub.freebsd.org (Postfix) with ESMTP id 4DE2937B42C; Sat, 19 May 2001 07:08:19 -0700 (PDT) (envelope-from Roger@henoc.com) Received: from henoc.com (localhost [127.0.0.1]) by jsbach.henocoffice.com (8.11.3/8.11.3) with ESMTP id f4JE9ub46347; Sat, 19 May 2001 10:09:57 -0400 (EDT) (envelope-from Roger@henoc.com) Message-ID: <3B067EB4.392824F3@henoc.com> Date: Sat, 19 May 2001 10:09:56 -0400 From: Roger X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: fr-CA, en MIME-Version: 1.0 To: sobomax@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: sdl12-1.2.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 Hi, I just tried many times installing sdl12 but it is missing an automake. Thanks for looking into this port build process. Roger@henoc.com ranlib .libs/libSDL.a rm -fr .libs/libSDL.lax creating libSDL.la (cd .libs && rm -f libSDL.la && ln -s ../libSDL.la libSDL.la) Making all in include Making all in docs Making all in html Making all in man3 cd . && cd . && --foreign --include-deps Makefile --foreign: not found *** Error code 127 Stop in /.amd_mnt/haydn/host/data/ports/devel/sdl12/work/SDL-1.2.0. *** Error code 1 Stop in /.amd_mnt/haydn/host/data/ports/devel/sdl12/work/SDL-1.2.0. jsbach# pwd /.amd_mnt/haydn/host/data/ports/devel/sdl12/work/SDL-1.2.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 7:16:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 988FE37B42C for ; Sat, 19 May 2001 07:16:16 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 1F14010F40F for ; Sat, 19 May 2001 09:16:18 -0500 (CDT) Message-ID: <04e401c0e06e$460486a0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: pr=26976 Date: Sat, 19 May 2001 09:16:19 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Anyone know what should be done with this. Currently linux_base can't be fetched. The pr above fixes this but is also a major upgrade. I won't dare suggest linue_base7 like I did samba22, but does anyone have any reservations about this pr? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 7:20:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 585D037B424 for ; Sat, 19 May 2001 07:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JEK2892732; Sat, 19 May 2001 07:20:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0F50E37B422 for ; Sat, 19 May 2001 07:11:24 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 622CB10F410; Sat, 19 May 2001 09:11:25 -0500 (CDT) Message-Id: <20010519141125.622CB10F410@leviathan.inethouston.net> Date: Sat, 19 May 2001 09:11:25 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: esk@ira.uka.de X-Send-Pr-Version: 3.113 Subject: ports/27453: UPDATE devel/arm-elf-gcc295 Sender: owner-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: 27453 >Category: ports >Synopsis: UPDATE devel/arm-elf-gcc295 >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 May 19 07:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing bin to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/arm-elf-gcc295/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2001/04/17 09:53:12 1.3 +++ pkg-plist 2001/05/19 14:09:39 @@ -2,6 +2,7 @@ arm-elf/bin/g++ arm-elf/include/assert.h bin/arm-elf-c++ +bin/arm-elf-c++filt bin/arm-elf-g++ bin/arm-elf-gcc bin/arm-elf-cpp >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 May 19 7:21: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 596AB37B43E; Sat, 19 May 2001 07:21:00 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JEKx492887; Sat, 19 May 2001 07:20:59 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 07:20:59 -0700 (PDT) From: Message-Id: <200105191420.f4JEKx492887@freefall.freebsd.org> To: perky@python.or.kr, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26448: New port: databases/py-bsddb3 Sender: owner-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/py-bsddb3 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 07:20:47 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26448 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 7:38:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3EB837B424; Sat, 19 May 2001 07:38:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JEcuR94413; Sat, 19 May 2001 07:38:56 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 07:38:56 -0700 (PDT) From: Message-Id: <200105191438.f4JEcuR94413@freefall.freebsd.org> To: dsh@neva.vlink.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26504: www/p5-HTML-Mason Sender: owner-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/p5-HTML-Mason State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 07:38:22 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26504 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 8: 6:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDBA837B422; Sat, 19 May 2001 08:06:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JF6l899382; Sat, 19 May 2001 08:06:47 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 08:06:47 -0700 (PDT) From: Message-Id: <200105191506.f4JF6l899382@freefall.freebsd.org> To: kanou@mil.allnet.ne.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26513: New port (print/ft2demos) is included. ft2demos is demo programs of freetype2. Sender: owner-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 (print/ft2demos) is included. ft2demos is demo programs of freetype2. State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 08:06:17 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26513 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 8:30:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A74837B422; Sat, 19 May 2001 08:30:34 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JFUYV01226; Sat, 19 May 2001 08:30:34 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 08:30:34 -0700 (PDT) From: Message-Id: <200105191530.f4JFUYV01226@freefall.freebsd.org> To: kanou@mil.allnet.ne.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26514: New port for AutoTrace, automatic outline/midline tracer. Sender: owner-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 for AutoTrace, automatic outline/midline tracer. State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 08:30:15 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26514 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 8:36:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E805637B422; Sat, 19 May 2001 08:36:08 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JFa8F01615; Sat, 19 May 2001 08:36:08 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 08:36:08 -0700 (PDT) From: Message-Id: <200105191536.f4JFa8F01615@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/26639: AbiWord 0.7.13 's libole2 conflict witn devel/libole2 Sender: owner-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: AbiWord 0.7.13 's libole2 conflict witn devel/libole2 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 08:35:48 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26639 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 8:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 215DE37B424 for ; Sat, 19 May 2001 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JFe2I02020; Sat, 19 May 2001 08:40:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6F4837B422 for ; Sat, 19 May 2001 08:39:01 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JFd1H01830; Sat, 19 May 2001 08:39:01 -0700 (PDT) (envelope-from nobody) Message-Id: <200105191539.f4JFd1H01830@freefall.freebsd.org> Date: Sat, 19 May 2001 08:39:01 -0700 (PDT) From: goranrunfeldt@home.se To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27454: Update port: games/xtux 2001.03.24 -> 2001.05.08 Sender: owner-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: 27454 >Category: ports >Synopsis: Update port: games/xtux 2001.03.24 -> 2001.05.08 >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 May 19 08:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Göran Runfeldt >Release: >Organization: >Environment: >Description: Update of xtux port to latest version. >How-To-Repeat: >Fix: Patch: http://bofh.vadstena.nu/nib/xtux-20010508 >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 May 19 8:43:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 62F3C37B42C for ; Sat, 19 May 2001 08:43:31 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.11.0+3.3W/8.11.0/BETO3.11-20000907025324) with ESMTP id f4JFhUb12903 for ; Sun, 20 May 2001 00:43:30 +0900 (envelope-from okazaki@be.to) Received: from REISHI (eatkyo017087.adsl.ppp.infoweb.ne.jp [61.124.125.87]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000090621000000) with SMTP id AAA06444 for ; Sun, 20 May 2001 00:43:29 +0900 Received: (qmail 4221 invoked from network); 19 May 2001 15:18:37 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 19 May 2001 15:18:37 -0000 Date: Sun, 20 May 2001 00:18:31 +0900 Message-ID: <86ofspjrjs.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: Mixtim Cc: gnome@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: dia build failure (4.3-STABLE) In-Reply-To: <20010519100054.A15848@home.com> References: <20010519100054.A15848@home.com> User-Agent: Wanderlust/2.5.8 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) 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 In the message <20010519100054.A15848@home.com> Mixtim wrote: > checking for gdk-pixbuf-config... no > checking for GDK_PIXBUF - version >= 0.7.0... no > *** The gdk-pixbuf-config script installed by GDK_PIXBUF could not be found > *** If GDK_PIXBUF was installed in PREFIX, make sure PREFIX/bin is in > *** your path, or set the GDK_PIXBUF_CONFIG environment variable to the > *** full path to gdk-pixbuf-config. > configure: error: gdk-pixbuf >= 0.7.0 is required Yes, dia-0.88 requires gdk-pixbuf and does not use imlib anymore. -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 9:10:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C45537B424 for ; Sat, 19 May 2001 09:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JGA3D07167; Sat, 19 May 2001 09:10:03 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id D5E2337B422 for ; Sat, 19 May 2001 09:05:10 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.3/8.11.3) id f4JG59V70397; Sat, 19 May 2001 12:05:09 -0400 (EDT) (envelope-from pat) Message-Id: <200105191605.f4JG59V70397@wlgrv1.pa.home.com> Date: Sat, 19 May 2001 12:05:09 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27455: New Port: net/everybuddy-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: 27455 >Category: ports >Synopsis: New port of everybuddy 0.2.1beta3 >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 May 19 09:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 7 20:34:03 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: New port net/everybuddy-devel is version 0.2.1beta3 of everybuddy. net/everybuddy is stable version 0.2.0 >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: # # everybuddy-devel # everybuddy-devel/files # everybuddy-devel/files/patch-ab # everybuddy-devel/files/patch-ac # everybuddy-devel/files/patch-aa # everybuddy-devel/Makefile # everybuddy-devel/distinfo # everybuddy-devel/pkg-comment # everybuddy-devel/pkg-descr # everybuddy-devel/pkg-plist # echo c - everybuddy-devel mkdir -p everybuddy-devel > /dev/null 2>&1 echo c - everybuddy-devel/files mkdir -p everybuddy-devel/files > /dev/null 2>&1 echo x - everybuddy-devel/files/patch-ab sed 's/^X//' >everybuddy-devel/files/patch-ab << 'END-of-everybuddy-devel/files/patch-ab' X--- libtoc/libtoc.c.orig Sat Mar 31 18:36:05 2001 X+++ libtoc/libtoc.c Sat Apr 28 14:42:01 2001 X@@ -37,6 +37,9 @@ X X #define TOC_HOST "toc.oscar.aol.com" X #define TOC_PORT 80 X+#ifndef MSG_NOSIGNAL X+#define MSG_NOSIGNAL 0 X+#endif X X #define REVISION "Everybuddy" X #define ROAST "Tic/Toc" END-of-everybuddy-devel/files/patch-ab echo x - everybuddy-devel/files/patch-ac sed 's/^X//' >everybuddy-devel/files/patch-ac << 'END-of-everybuddy-devel/files/patch-ac' X--- libyahoo/yahoolib.c.orig Fri Feb 2 10:28:48 2001 X+++ libyahoo/yahoolib.c Sat Apr 28 15:13:46 2001 X@@ -52,6 +52,9 @@ X #else X #include X #endif X+#ifndef MSG_NOSIGNAL X+#define MSG_NOSIGNAL 0 X+#endif X X #include "libproxy/libproxy.h" X END-of-everybuddy-devel/files/patch-ac echo x - everybuddy-devel/files/patch-aa sed 's/^X//' >everybuddy-devel/files/patch-aa << 'END-of-everybuddy-devel/files/patch-aa' X--- configure.orig Tue Apr 24 06:55:02 2001 X+++ configure Sat May 19 10:43:12 2001 X@@ -3515,10 +3515,10 @@ X CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include" X X EB_CFLAGS="$CFLAGS -I../" X-EB_LIBS="$LIBS -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -lpthread -L../libicq -licq -L../libjabber -lEBjabber -ljabber -L../libxode -lxode -L../zephyr -lzephyr" X+EB_LIBS="$LIBS -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -pthread -L../libicq -licq -L../libjabber -lEBjabber -ljabber -L../libxode -lxode -L../zephyr -lzephyr" X EB_LDADD="$LDADD" X X-EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall -g " X+EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall" X X esd_val=yes X # Check whether --enable-esd or --disable-esd was given. X@@ -4821,14 +4821,14 @@ X X X PTHREAD_LIB="" X- echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 X-echo "configure:4826: checking for pthread_create in -lpthread" >&5 X+ echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 X+echo "configure:4826: checking for pthread_create in -pthread" >&5 X ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpthread $LIBS" X+LIBS="-pthread $LIBS" X cat > conftest.$ac_ext <&6 X- PTHREAD_LIB="-lpthread" X+ PTHREAD_LIB="-pthread" X else X echo "$ac_t""no" 1>&6 X-echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6 X-echo "configure:4864: checking for pthread_create in -lpthreads" >&5 X+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 X+echo "configure:4864: checking for pthread_create in -pthread" >&5 X ac_lib_var=`echo pthreads'_'pthread_create | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpthreads $LIBS" X+LIBS="-pthread $LIBS" X cat > conftest.$ac_ext <&6 X- PTHREAD_LIB="-lpthreads" X+ PTHREAD_LIB="-pthread" X else X echo "$ac_t""no" 1>&6 X echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 END-of-everybuddy-devel/files/patch-aa echo x - everybuddy-devel/Makefile sed 's/^X//' >everybuddy-devel/Makefile << 'END-of-everybuddy-devel/Makefile' X# New ports collection makefile for: everybuddy-devel X# Date created: Sat May 19 10:33:37 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= everybuddy XPORTVERSION= 0.2.1 XCATEGORIES= net XMASTER_SITES= http://www.everybuddy.com/files/ XDISTNAME= ${PORTNAME}-${PORTVERSION}beta3 X XMAINTAINER= pat@databits.net X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XUSE_GTK= yes XGNU_CONFIGURE= yes X XMAN1= everybuddy.1 X X.include END-of-everybuddy-devel/Makefile echo x - everybuddy-devel/distinfo sed 's/^X//' >everybuddy-devel/distinfo << 'END-of-everybuddy-devel/distinfo' XMD5 (everybuddy-0.2.1beta3.tar.gz) = afd97e904cbb5eccfb44263f146e0528 END-of-everybuddy-devel/distinfo echo x - everybuddy-devel/pkg-comment sed 's/^X//' >everybuddy-devel/pkg-comment << 'END-of-everybuddy-devel/pkg-comment' XA "chat" program that combines AIM, ICQ, MSN, and Yahoo! Chat into one END-of-everybuddy-devel/pkg-comment echo x - everybuddy-devel/pkg-descr sed 's/^X//' >everybuddy-devel/pkg-descr << 'END-of-everybuddy-devel/pkg-descr' XEverybuddy is a chat application that combines several different chat Xprograms including AIM, ICQ, MSN, and Yahoo! Chat into one. It also can file Xtransfer between other Everybuddy users and planned support for file Xtransfers to other users. X XWarning: This program is a beta release and may be unstable and buggy. X XWWW: http://www.everybuddy.com/ X X- Patrick Li END-of-everybuddy-devel/pkg-descr echo x - everybuddy-devel/pkg-plist sed 's/^X//' >everybuddy-devel/pkg-plist << 'END-of-everybuddy-devel/pkg-plist' Xbin/everybuddy Xbin/update.pl Xbin/contact-update.pl Xshare/pixmaps/ebicon.png Xshare/sounds/everybuddy/BuddyArrive.au Xshare/sounds/everybuddy/BuddyLeave.au Xshare/sounds/everybuddy/Send.au Xshare/sounds/everybuddy/Receive.au X@dirrm share/pixmaps X@dirrm share/sounds/everybuddy X@dirrm share/sounds END-of-everybuddy-devel/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 Sat May 19 10:10:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF64537B422; Sat, 19 May 2001 10:10:49 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JHAn314110; Sat, 19 May 2001 10:10:49 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 10:10:49 -0700 (PDT) From: Message-Id: <200105191710.f4JHAn314110@freefall.freebsd.org> To: kanou@mil.allnet.ne.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26515: New port for pfaedit, an outline/bitmap font editor. Sender: owner-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 for pfaedit, an outline/bitmap font editor. State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 10:10:09 PDT 2001 State-Changed-Why: committed (w/ upgrade), thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26515 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 10:22:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C482337B422; Sat, 19 May 2001 10:22:31 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JHMVm14932; Sat, 19 May 2001 10:22:31 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 10:22:31 -0700 (PDT) From: Message-Id: <200105191722.f4JHMVm14932@freefall.freebsd.org> To: mohacsi@ik.bme.hu, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26732: phpnuke port is out dated and misses some runtime 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: phpnuke port is out dated and misses some runtime dependency State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 10:22:17 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26732 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 10:47:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E81A337B422; Sat, 19 May 2001 10:47:46 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JHlkm16442; Sat, 19 May 2001 10:47:46 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 10:47:46 -0700 (PDT) From: Message-Id: <200105191747.f4JHlkm16442@freefall.freebsd.org> To: roman@xpert.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26737: [NEW PORT] net/asfrecorder - records streaming media Sender: owner-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/asfrecorder - records streaming media State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 10:47:32 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26737 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 10:48:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 3866637B42C; Sat, 19 May 2001 10:48:47 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 151Aq7-0006Ij-00; Sat, 19 May 2001 12:48:31 -0500 Date: Sat, 19 May 2001 12:48:31 -0500 From: Ade Lovett To: OKAZAKI Tetsurou Cc: Mixtim , gnome@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: dia build failure (4.3-STABLE) Message-ID: <20010519124831.A23913@FreeBSD.org> References: <20010519100054.A15848@home.com> <86ofspjrjs.wl@dolphin.be.to> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86ofspjrjs.wl@dolphin.be.to>; from okazaki@FreeBSD.org on Sun, May 20, 2001 at 12:18:31AM +0900 Sender: owner-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, May 20, 2001 at 12:18:31AM +0900, OKAZAKI Tetsurou wrote: > In the message <20010519100054.A15848@home.com> > Mixtim wrote: > > > checking for gdk-pixbuf-config... no > > checking for GDK_PIXBUF - version >= 0.7.0... no > > *** The gdk-pixbuf-config script installed by GDK_PIXBUF could not be found > > *** If GDK_PIXBUF was installed in PREFIX, make sure PREFIX/bin is in > > *** your path, or set the GDK_PIXBUF_CONFIG environment variable to the > > *** full path to gdk-pixbuf-config. > > configure: error: gdk-pixbuf >= 0.7.0 is required > > Yes, dia-0.88 requires gdk-pixbuf and does not use imlib anymore. This will be fixed in the next day or so, once I've finished off some more testing involving splitting gdk-pixbuf into two parts, so that it will still be possible to build dia without the full GNOME environment if so needed. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 Sat May 19 11: 2: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 595FE37B43C; Sat, 19 May 2001 11:02:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JI23k17768; Sat, 19 May 2001 11:02:03 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:02:03 -0700 (PDT) From: Message-Id: <200105191802.f4JI23k17768@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/27343: UPDATE x11-toolkits/pango Sender: owner-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 x11-toolkits/pango Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:00:46 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27343 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11: 4:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CAC137B422; Sat, 19 May 2001 11:04:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JI4tv17973; Sat, 19 May 2001 11:04:55 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:04:55 -0700 (PDT) From: Message-Id: <200105191804.f4JI4tv17973@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/27344: UPDATE net/proftpd Sender: owner-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 net/proftpd Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:04:22 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27344 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11: 6:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3DBD37B422; Sat, 19 May 2001 11:06:33 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JI6Xs20728; Sat, 19 May 2001 11:06:33 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:06:33 -0700 (PDT) From: Message-Id: <200105191806.f4JI6Xs20728@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/27345: UPDATE net/totd Sender: owner-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 net/totd Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:05:41 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27345 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:11: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D15937B422; Sat, 19 May 2001 11:10:59 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIAxL21115; Sat, 19 May 2001 11:10:59 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:10:59 -0700 (PDT) From: Message-Id: <200105191810.f4JIAxL21115@freefall.freebsd.org> To: ats@first.gmd.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27348: ports/audio/gdcd MASTERSITE has been 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: ports/audio/gdcd MASTERSITE has been changed State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 11:10:28 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27348 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:12: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 889FD37B424; Sat, 19 May 2001 11:11:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIBw421270; Sat, 19 May 2001 11:11:58 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:11:58 -0700 (PDT) From: Message-Id: <200105191811.f4JIBw421270@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/27349: UPDATE comms/ecu Sender: owner-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 comms/ecu Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:11:43 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27349 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:13:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6BE837B424; Sat, 19 May 2001 11:13:10 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIDAI21507; Sat, 19 May 2001 11:13:10 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:13:10 -0700 (PDT) From: Message-Id: <200105191813.f4JIDAI21507@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/27351: UPDATE news/tin Sender: owner-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 news/tin Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:12:50 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27351 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:17:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC51037B424; Sat, 19 May 2001 11:17:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIHG521920; Sat, 19 May 2001 11:17:16 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:17:16 -0700 (PDT) From: Message-Id: <200105191817.f4JIHG521920@freefall.freebsd.org> To: dwcjr@inethouston.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27354: UPDATE mail/cyrus Sender: owner-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 mail/cyrus State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 11:16:59 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27354 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:18:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94B4337B618; Sat, 19 May 2001 11:18:26 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIIQU22115; Sat, 19 May 2001 11:18:26 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:18:26 -0700 (PDT) From: Message-Id: <200105191818.f4JIIQU22115@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/27355: UPDATE irc/kvirc Sender: owner-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/kvirc Responsible-Changed-From-To: freebsd-ports->trevor Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:18:03 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27355 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:19:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 863C537B424; Sat, 19 May 2001 11:19:44 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIJib22274; Sat, 19 May 2001 11:19:44 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:19:44 -0700 (PDT) From: Message-Id: <200105191819.f4JIJib22274@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, joe@FreeBSD.org Subject: Re: ports/27357: UPDATE net/jabber Sender: owner-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 net/jabber Responsible-Changed-From-To: freebsd-ports->joe Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:19:29 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27357 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:20:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF62837B42C; Sat, 19 May 2001 11:20:54 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIKsQ22436; Sat, 19 May 2001 11:20:54 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:20:54 -0700 (PDT) From: Message-Id: <200105191820.f4JIKsQ22436@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, alex@FreeBSD.org Subject: Re: ports/27359: UPDATE x11/xmms-gforce Sender: owner-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 x11/xmms-gforce Responsible-Changed-From-To: freebsd-ports->alex Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:20:39 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27359 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:21:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 567CB37B422; Sat, 19 May 2001 11:21:28 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 151BLu-0006Mr-00; Sat, 19 May 2001 13:21:22 -0500 Date: Sat, 19 May 2001 13:21:22 -0500 From: Ade Lovett To: Maxim Sobolev Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Divorcing gdk-pixbuf and gnome-canvas Message-ID: <20010519132122.C23913@FreeBSD.org> References: <20010518122843.A15446@FreeBSD.org> <200105181740.f4IHeTb01523@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105181740.f4IHeTb01523@vega.vega.com>; from sobomax@FreeBSD.ORG on Fri, May 18, 2001 at 08:39:09PM +0300 Sender: owner-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, May 18, 2001 at 08:39:09PM +0300, Maxim Sobolev wrote: > > Let me look at this over the weekend, and run through a complete > > rebuild of x11/gnome to make sure things don't get messed up. > > > > Do not commit this until it's been tested. > > Ok, I have no problems with that. Just running a final test. There were a couple of trivial typos in the patch, which I've fixed. Once the build has complete, I'll go hack on dia to use the GNOME-free gdk-pixbuf and commit the whole lot, probably on Monday. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 Sat May 19 11:24: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BCC037B42C; Sat, 19 May 2001 11:24:06 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIO6Y22700; Sat, 19 May 2001 11:24:06 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:24:06 -0700 (PDT) From: Message-Id: <200105191824.f4JIO6Y22700@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, adrian@FreeBSD.org Subject: Re: ports/27362: UPDATE www/squid23 Sender: owner-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 www/squid23 Responsible-Changed-From-To: freebsd-ports->adrian Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:23:48 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27362 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:35:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61F0F37B43C; Sat, 19 May 2001 11:35:21 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIZLP23546; Sat, 19 May 2001 11:35:21 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:35:21 -0700 (PDT) From: Message-Id: <200105191835.f4JIZLP23546@freefall.freebsd.org> To: adam@alameda.edu, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26754: New port: Slash'Em (tty interface) Sender: owner-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: Slash'Em (tty interface) State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 11:34:56 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26754 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:48:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A7B437B422; Sat, 19 May 2001 11:48:41 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JImfu24291; Sat, 19 May 2001 11:48:41 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:48:41 -0700 (PDT) From: Message-Id: <200105191848.f4JImfu24291@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/27364: UPDATE www/html2wml Sender: owner-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 www/html2wml Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:48:12 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27364 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:50:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B001C37B42C; Sat, 19 May 2001 11:50:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIoFS24412; Sat, 19 May 2001 11:50:15 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:50:15 -0700 (PDT) From: Message-Id: <200105191850.f4JIoFS24412@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/27368: UPDATE chinese/cxterm Sender: owner-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 chinese/cxterm Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:49:46 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27368 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:50:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA44F37B42C; Sat, 19 May 2001 11:50:53 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIort24494; Sat, 19 May 2001 11:50:53 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:50:53 -0700 (PDT) From: Message-Id: <200105191850.f4JIort24494@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, kevlo@FreeBSD.org Subject: Re: ports/27369: UPDATE net/vtun Sender: owner-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 net/vtun Responsible-Changed-From-To: freebsd-ports->kevlo Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:50:41 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27369 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:51:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52C7037B422; Sat, 19 May 2001 11:51:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIptZ24611; Sat, 19 May 2001 11:51:55 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:51:55 -0700 (PDT) From: Message-Id: <200105191851.f4JIptZ24611@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/27371: New version of gabber released (/usr/ports/net/gabber) Sender: owner-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 gabber released (/usr/ports/net/gabber) Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 11:51:39 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27371 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 11:55:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03A1537B42C; Sat, 19 May 2001 11:55:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JItLA24933; Sat, 19 May 2001 11:55:21 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 11:55:21 -0700 (PDT) From: Message-Id: <200105191855.f4JItLA24933@freefall.freebsd.org> To: saito@a2z.co.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27372: jpapnese/postgresql7 version from 7.1 with 20010429 patch to 7.1.1 with 20010508 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 Synopsis: jpapnese/postgresql7 version from 7.1 with 20010429 patch to 7.1.1 with 20010508 patch State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 11:55:10 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27372 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12: 4:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E14F037B505; Sat, 19 May 2001 12:04:10 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJ4Ax25662; Sat, 19 May 2001 12:04:10 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 12:04:10 -0700 (PDT) From: Message-Id: <200105191904.f4JJ4Ax25662@freefall.freebsd.org> To: jabrown@caida.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27373: Update port: lang/clisp -- new clisp 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: Update port: lang/clisp -- new clisp version State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 12:03:49 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27373 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12: 8:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id 12EBE37B422 for ; Sat, 19 May 2001 12:08:47 -0700 (PDT) (envelope-from clefevre@poboxes.com) Received: (qmail 3339365 invoked by uid 0); 19 May 2001 19:08:46 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by descartes.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 May 2001 19:08:46 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4JJ8hY33835; Sat, 19 May 2001 21:08:43 +0200 (CEST) (envelope-from clefevre@poboxes.com) To: "David W. Chapman Jr." Cc: , Subject: Re: PR Review References: <028901c0e011$e35a84c0$931576d8@inethouston.net> X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre In-Reply-To: <028901c0e011$e35a84c0$931576d8@inethouston.net> Mail-Copies-To: never From: Cyrille Lefevre Date: 19 May 2001 21:08:40 +0200 Message-ID: <7kzd40nb.fsf@gits.dyndns.org> Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) 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 "David W. Chapman Jr." writes: > Can someone take a look at this and let me know if this is the "right way to > do it" > > http://www.freebsd.org/cgi/query-pr.cgi?pr=27405 not tested but looks good. Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12: 9:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5193A37B422; Sat, 19 May 2001 12:09:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJ9E328784; Sat, 19 May 2001 12:09:14 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 12:09:14 -0700 (PDT) From: Message-Id: <200105191909.f4JJ9E328784@freefall.freebsd.org> To: perky@python.or.kr, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27379: Update port: www/mod_python Sender: owner-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/mod_python State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 12:09:00 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27379 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12:14:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id EC34E37B422; Sat, 19 May 2001 12:14:42 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 3BF5610F40F; Sat, 19 May 2001 14:14:46 -0500 (CDT) Message-ID: <058f01c0e097$f77fb840$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Cyrille Lefevre" Cc: , References: <028901c0e011$e35a84c0$931576d8@inethouston.net> <7kzd40nb.fsf@gits.dyndns.org> Subject: Re: PR Review Date: Sat, 19 May 2001 14:14:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-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 tested it, I was just looking at the porters handbook and it said no man pages in the pkg-plist so that's what I did, it works correctly, just wondering if its the right thing to do. ----- Original Message ----- From: "Cyrille Lefevre" To: "David W. Chapman Jr." Cc: ; Sent: Saturday, May 19, 2001 2:08 PM Subject: Re: PR Review > "David W. Chapman Jr." writes: > > > Can someone take a look at this and let me know if this is the "right way to > > do it" > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=27405 > > not tested but looks good. > > Cyrille. > -- > home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular > work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12:20:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5467F37B42C for ; Sat, 19 May 2001 12:20:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJKAP29849; Sat, 19 May 2001 12:20:10 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 3D58937B424 for ; Sat, 19 May 2001 12:17:25 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.3/8.11.3) id f4JJHMD18882; Sun, 20 May 2001 03:17:22 +0800 (CST) (envelope-from leeym) Message-Id: <200105191917.f4JJHMD18882@utopia.leeym.com> Date: Sun, 20 May 2001 03:17:22 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27458: new port: mail/autosig Sender: owner-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: 27458 >Category: ports >Synopsis: new port: mail/autosig >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 May 19 12:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 9 08:07:30 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: This application is used to generate .signature and .plan files from a list of quotes. The files are generated by combining a constant header file with one quote which is randomly selected from the quote file. This package includes th source which can be used to build the autosig application and a number of sample shell script which demonstrate how everything works. >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: # # autosig # autosig/Makefile # autosig/pkg-comment # autosig/pkg-descr # autosig/pkg-plist # autosig/distinfo # echo c - autosig mkdir -p autosig > /dev/null 2>&1 echo x - autosig/Makefile sed 's/^X//' >autosig/Makefile << 'END-of-autosig/Makefile' X# New ports collection makefile for: autosig X# Date created: 23 April 2001 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= autosig XPORTVERSION= 2.3 XCATEGORIES= mail XMASTER_SITES= http://www.irendi.com/ X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XMAKEFILE= makefile XALL_TARGET= ${PORTNAME} X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-autosig/Makefile echo x - autosig/pkg-comment sed 's/^X//' >autosig/pkg-comment << 'END-of-autosig/pkg-comment' XA random .signature generator with header file included END-of-autosig/pkg-comment echo x - autosig/pkg-descr sed 's/^X//' >autosig/pkg-descr << 'END-of-autosig/pkg-descr' X Auto-Sig v2.3 X ------------- X XThis application is used to generate .signature and .plan files from a list of Xquotes. The files are generated by combining a constant header file with one Xquote which is randomly selected from the quote file. This package includes the Xsource which can be used to build the autosig application and a number of Xsample shell script which demonstrate how everything works. X XWWW: http://www.irendi.com/ END-of-autosig/pkg-descr echo x - autosig/pkg-plist sed 's/^X//' >autosig/pkg-plist << 'END-of-autosig/pkg-plist' Xbin/autosig END-of-autosig/pkg-plist echo x - autosig/distinfo sed 's/^X//' >autosig/distinfo << 'END-of-autosig/distinfo' XMD5 (autosig-2.3.tar.gz) = b13ddbef5051b2b2249d5faef61374be END-of-autosig/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 Sat May 19 12:23:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CE0537B424; Sat, 19 May 2001 12:23:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJNJJ30412; Sat, 19 May 2001 12:23:19 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 12:23:19 -0700 (PDT) From: Message-Id: <200105191923.f4JJNJJ30412@freefall.freebsd.org> To: osa@FreeBSD.org.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27393: update databases/gigabase from 2.31 to 2.32 (by maintainer) Sender: owner-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 databases/gigabase from 2.31 to 2.32 (by maintainer) State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 12:22:36 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27393 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12:28:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 850CD37B424; Sat, 19 May 2001 12:28:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJSmT31113; Sat, 19 May 2001 12:28:48 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 12:28:48 -0700 (PDT) From: Message-Id: <200105191928.f4JJSmT31113@freefall.freebsd.org> To: pat@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27398: Update port audio/xmms-crossfade. I am maintainer Sender: owner-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/xmms-crossfade. I am maintainer State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 12:28:39 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27398 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12:30:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAF4937B43E; Sat, 19 May 2001 12:30:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJUtH31308; Sat, 19 May 2001 12:30:55 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 12:30:55 -0700 (PDT) From: Message-Id: <200105191930.f4JJUtH31308@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, tom@FreeBSD.org Subject: Re: ports/27406: Update mail/maildrop 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 mail/maildrop to version 1.3.2 Responsible-Changed-From-To: freebsd-ports->tom Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 12:30:32 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27406 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12:40:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13C9537B43C for ; Sat, 19 May 2001 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJe2n31781; Sat, 19 May 2001 12:40:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 2A3E437B424; Sat, 19 May 2001 12:36:14 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 60A3410F410; Sat, 19 May 2001 14:36:17 -0500 (CDT) Message-Id: <20010519193617.60A3410F410@leviathan.inethouston.net> Date: Sat, 19 May 2001 14:36:17 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: deischen@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27459: UPDATE deskutils/plan Sender: owner-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: 27459 >Category: ports >Synopsis: UPDATE deskutils/plan >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 May 19 12:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add share/plan to pkg-plist Maybe it shouldn't be created in the first place since it appears to be empy and have no pkg-plist references >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/deskutils/plan/pkg-plist,v retrieving revision 1.10 diff -u -r1.10 pkg-plist --- pkg-plist 2000/11/24 22:10:00 1.10 +++ pkg-plist 2001/05/19 19:34:39 @@ -43,3 +43,4 @@ @dirrm share/netplan.dir @dirrm share/doc/plan/examples @dirrm share/doc/plan +@dirrm share/plan >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 May 19 12:44: 3 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05F1C37B424; Sat, 19 May 2001 12:44:02 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJhu232113; Sat, 19 May 2001 12:43:56 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 12:43:56 -0700 (PDT) From: Message-Id: <200105191943.f4JJhu232113@freefall.freebsd.org> To: tobez@tobez.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27413: Maintainer update: lang/p5-Switch 2.02 -> 2.03 Sender: owner-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: lang/p5-Switch 2.02 -> 2.03 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 12:43:47 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27413 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12:49:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADB537B422; Sat, 19 May 2001 12:49:54 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJnsU32587; Sat, 19 May 2001 12:49:54 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 12:49:54 -0700 (PDT) From: Message-Id: <200105191949.f4JJnsU32587@freefall.freebsd.org> To: tobez@tobez.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27414: Maintainer update: print/p5-Text-PDF 0.13 -> 0.14 Sender: owner-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/p5-Text-PDF 0.13 -> 0.14 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 12:49:37 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27414 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12:52: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 59E1737B424 for ; Sat, 19 May 2001 12:52:03 -0700 (PDT) (envelope-from clefevre@poboxes.com) Received: (qmail 10442806 invoked by uid 0); 19 May 2001 19:52:02 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by lafontaine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 May 2001 19:52:02 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4JJq1h35643; Sat, 19 May 2001 21:52:01 +0200 (CEST) (envelope-from clefevre@poboxes.com) To: "David W. Chapman Jr." Cc: , Subject: Re: PR Review References: <028901c0e011$e35a84c0$931576d8@inethouston.net> X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre In-Reply-To: <028901c0e011$e35a84c0$931576d8@inethouston.net> Mail-Copies-To: never From: Cyrille Lefevre Date: 19 May 2001 21:52:00 +0200 Message-ID: <1ypl3yn3.fsf@gits.dyndns.org> Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) 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 "David W. Chapman Jr." writes: > Can someone take a look at this and let me know if this is the "right way to > do it" > > http://www.freebsd.org/cgi/query-pr.cgi?pr=27405 well, I answer too fast. you didn't take care of symlinked manual pages. I followup a new patch to this PR. Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 12:53:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AD9137B422; Sat, 19 May 2001 12:53:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJru032926; Sat, 19 May 2001 12:53:56 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 12:53:56 -0700 (PDT) From: Message-Id: <200105191953.f4JJru032926@freefall.freebsd.org> To: dsh@neva.vlink.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27424: update www/p5-HTML-Mason to 1.03 Sender: owner-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 www/p5-HTML-Mason to 1.03 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 12:53:45 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27424 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13: 0:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 6F57437B42C; Sat, 19 May 2001 13:00:09 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id E1AFA10F40F; Sat, 19 May 2001 15:00:12 -0500 (CDT) Message-ID: <062e01c0e09e$50a7c240$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Cyrille Lefevre" Cc: , References: <028901c0e011$e35a84c0$931576d8@inethouston.net> <1ypl3yn3.fsf@gits.dyndns.org> Subject: Re: PR Review Date: Sat, 19 May 2001 15:00:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-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 got your follow up and I like it a lot since the manpages are a huge part of the actual contents of /usr/ports/x11/XFree86-4. Yeah I forgot about the links because I assumed there weren't any when it just worked without MLINKS. ----- Original Message ----- From: "Cyrille Lefevre" To: "David W. Chapman Jr." Cc: ; Sent: Saturday, May 19, 2001 2:52 PM Subject: Re: PR Review > "David W. Chapman Jr." writes: > > > Can someone take a look at this and let me know if this is the "right way to > > do it" > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=27405 > > well, I answer too fast. you didn't take care of symlinked manual pages. > > I followup a new patch to this PR. > > Cyrille. > -- > home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular > work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13: 4:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id A259937B42C for ; Sat, 19 May 2001 13:04:33 -0700 (PDT) (envelope-from fm@astral.ntu-kpi.kiev.ua) Received: from astral.ntu-kpi.kiev.ua (if-14-13-10M.astral.ntu-kpi.kiev.ua [10.100.0.14]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 25E1F2FA0E for ; Sat, 19 May 2001 23:04:26 +0300 (EEST) Received: (from fm@localhost) by astral.ntu-kpi.kiev.ua (8.11.3/8.11.1) id f4JK2LQ19948 for freebsd-ports@freebsd.org; Sat, 19 May 2001 23:02:21 +0300 (EEST) (envelope-from fm) Date: Sat, 19 May 2001 23:02:21 +0300 From: "Dmitry A. Yanko" To: freebsd-ports@freebsd.org Subject: errors during editors/openoffice compilation Message-ID: <20010519230221.A19751@astral.ntu-kpi.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ===> Extracting for openoffice-6.0.a627 >> Checksum OK for oo_627_src.tar.gz. ===> Patching for openoffice-6.0.a627 ===> Applying FreeBSD patches for openoffice-6.0.a627 1 out of 1 hunks failed--saving rejects to config_office/configure.rej >> Patch patch-configure failed to apply cleanly. >> Patch(es) patch-bootstrap.1 applied cleanly. *** Error code 1 Stop in /usr/ports/editors/openoffice. *** Error code 1 Stop in /usr/ports/editors/openoffice. *** Error code 1 Stop in /usr/ports/editors/openoffice. *** Error code 1 Stop in /usr/ports/editors/openoffice. *** Error code 1 Stop in /usr/ports/editors/openoffice. -- #include , fm. GnuPG fpr = 6101 9519 9A45 3D44 3BCB 0974 C774 5143 8F26 95B5 Mail message with GPG-KEY in subject to get my public key |&| DAY-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13: 4:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 6B57A37B43C; Sat, 19 May 2001 13:04:47 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4JK67E44510; Sat, 19 May 2001 23:06:09 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from notebook.vega.com (das0-l81.uic-in.net [212.35.189.208]) by mail.uic-in.net (8.11.3/8.11.3) with ESMTP id f4JK4fr00912; Sat, 19 May 2001 23:04:42 +0300 (EEST) (envelope-from sobomax@mail-in.net) Date: Sat, 19 May 2001 23:04:42 +0300 (EEST) Message-Id: <200105192004.f4JK4fr00912@mail.uic-in.net> To: ade@FreeBSD.ORG Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG From: Maxim Sobolev Reply-To: sobomax@FreeBSD.ORG Subject: Re: Divorcing gdk-pixbuf and gnome-canvas X-Mailer: Pygmy (v0.5.7) In-Reply-To: <20010519132122.C23913@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 Sat, 19 May 2001 13:21:22 -0500, Ade Lovett wrote: > On Fri, May 18, 2001 at 08:39:09PM +0300, Maxim Sobolev wrote: > > > Let me look at this over the weekend, and run through a complete > > > rebuild of x11/gnome to make sure things don't get messed up. > > > > > > Do not commit this until it's been tested. > > > > Ok, I have no problems with that. > > Just running a final test. There were a couple of trivial typos in > the patch, which I've fixed. Once the build has complete, I'll go > hack on dia to use the GNOME-free gdk-pixbuf and commit the whole > lot, probably on Monday. Sounds fine to me. Go ahead! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13: 7:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6339B37B422; Sat, 19 May 2001 13:07:12 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JK7B236398; Sat, 19 May 2001 13:07:11 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 13:07:11 -0700 (PDT) From: Message-Id: <200105192007.f4JK7B236398@freefall.freebsd.org> To: lehmann@ans-netz.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27426: ports-update: devel/libuta Sender: owner-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-update: devel/libuta State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 13:06:28 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27426 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13: 8:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AD9E37B422; Sat, 19 May 2001 13:08:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JK8EP36620; Sat, 19 May 2001 13:08:14 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 13:08:14 -0700 (PDT) From: Message-Id: <200105192008.f4JK8EP36620@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/27431: /usr/ports/ftp/proftpd will not build with both ldap and mysql Sender: owner-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: /usr/ports/ftp/proftpd will not build with both ldap and mysql Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 13:07:51 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27431 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:12:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E36437B424; Sat, 19 May 2001 13:12:21 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKCLh36950; Sat, 19 May 2001 13:12:21 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 13:12:21 -0700 (PDT) From: Message-Id: <200105192012.f4JKCLh36950@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, ejc@FreeBSD.org Subject: Re: ports/27437: UPDATE devel/tcl81-thread Sender: owner-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 devel/tcl81-thread Responsible-Changed-From-To: freebsd-ports->ejc Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 13:11:58 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27437 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:12:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 9CBFD37B43E; Sat, 19 May 2001 13:12:21 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f4JKCKd05260; Sat, 19 May 2001 22:12:20 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Sat, 19 May 2001 22:12:20 +0200 (CEST) From: "Hartmann, O." To: Cc: Subject: SAMBA trouble 2.0.8 ->> 2.2.0 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 Dear Sirs. Well, I know this is not subject of FreeBSD, but hope someone has done several upgrades and stepped over the same problem. Due the problem with the security whole in SAMBA 2.0.8 I decided to come up with SAMBA 2.2.0 and took the whole configuration over with minor corrections. We use here several FreeBSD-UNIX based shares for Windows clients. One of them is "SCRATCH" as an example. It should be accessible only by those who are in the SAMBA and/or UNIX passowrd file/passwd system. I realized this prior by putting a line 'valid users = %U' into smb.conf. But this does not work anymore in SAMBA 2.2.0. User authentication by 'homes' still works as expected, but all other shares based on a common use basis do not :-( If I remove this user's specification in smb.conf other users in the domain (we use a harsh kind of 'melting pot' of several domains here, domains differented by names, but not by IP address space ... idiots at work ...) could access the share. FreeBSD assigns unluckily all users the same group ID as this is identical to their UID. This is a security benefit - but in some cases this could be a disadvantage, like SAMBA. Does anyone has a solution for this problem? -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:13:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA02D37B422; Sat, 19 May 2001 13:13:20 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKDKO37077; Sat, 19 May 2001 13:13:20 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 13:13:20 -0700 (PDT) From: Message-Id: <200105192013.f4JKDKO37077@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/27438: port update: graphics/Mesa3 Sender: owner-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: graphics/Mesa3 Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 13:13:00 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27438 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:17:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B447B37B422; Sat, 19 May 2001 13:17:45 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKHjK37429; Sat, 19 May 2001 13:17:45 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 13:17:45 -0700 (PDT) From: Message-Id: <200105192017.f4JKHjK37429@freefall.freebsd.org> To: domi@saargate.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27450: rand address change for distfile and homepage Sender: owner-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: rand address change for distfile and homepage State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 13:17:25 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27450 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:18: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id CFE6837B424; Sat, 19 May 2001 13:17:54 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 6FC8110F40F; Sat, 19 May 2001 15:17:57 -0500 (CDT) Message-ID: <065c01c0e0a0$cb1f7700$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Hartmann, O." , Cc: References: Subject: Re: SAMBA trouble 2.0.8 ->> 2.2.0 Date: Sat, 19 May 2001 15:17:57 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Dear Sirs. > > Well, I know this is not subject of FreeBSD, but hope someone has done > several upgrades and stepped over the same problem. > > Due the problem with the security whole in SAMBA 2.0.8 I decided to come up > with SAMBA 2.2.0 and took the whole configuration over with minor > corrections. Samba 2.0.9 resides in /usr/ports/net/samba if you cvsup your ports. > We use here several FreeBSD-UNIX based shares for Windows clients. One > of them is "SCRATCH" as an example. It should be accessible only by those > who are in the SAMBA and/or UNIX passowrd file/passwd system. I realized > this prior by putting a line 'valid users = %U' into smb.conf. But this does not > work anymore in SAMBA 2.2.0. User authentication by 'homes' still works as > expected, but all other shares based on a common use basis do not :-( I think this is a known bug in 2.2.0 that should be fixed in 2.2.1 > If I remove this user's specification in smb.conf other users in the > domain (we use a harsh kind of 'melting pot' of several domains here, > domains differented by names, but not by IP address space ... idiots at > work ...) could access the share. > > FreeBSD assigns unluckily all users the same group ID as this is identical > to their UID. This is a security benefit - but in some cases this could be a > disadvantage, like SAMBA. give samba 2.0.9 a shot. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:18:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 5CC8837B42C for ; Sat, 19 May 2001 13:18:29 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 0B63710F40F for ; Sat, 19 May 2001 15:18:33 -0500 (CDT) Message-ID: <066001c0e0a0$e0561160$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: Fw: SAMBA trouble 2.0.8 ->> 2.2.0 Date: Sat, 19 May 2001 15:18:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-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 exactly why we need the two branches in samba. While 2.2.0 is "stable" it still has a few bugs that 2.0.9 doesn't. ----- Original Message ----- From: "Hartmann, O." To: Cc: Sent: Saturday, May 19, 2001 3:12 PM Subject: SAMBA trouble 2.0.8 ->> 2.2.0 > Dear Sirs. > > Well, I know this is not subject of FreeBSD, but hope someone has done > several upgrades and stepped over the same problem. > > Due the problem with the security whole in SAMBA 2.0.8 I decided to come up > with SAMBA 2.2.0 and took the whole configuration over with minor > corrections. > > We use here several FreeBSD-UNIX based shares for Windows clients. One > of them is "SCRATCH" as an example. It should be accessible only by those > who are in the SAMBA and/or UNIX passowrd file/passwd system. I realized > this prior by putting a line 'valid users = %U' into smb.conf. But this does not > work anymore in SAMBA 2.2.0. User authentication by 'homes' still works as > expected, but all other shares based on a common use basis do not :-( > > If I remove this user's specification in smb.conf other users in the > domain (we use a harsh kind of 'melting pot' of several domains here, > domains differented by names, but not by IP address space ... idiots at > work ...) could access the share. > > FreeBSD assigns unluckily all users the same group ID as this is identical > to their UID. This is a security benefit - but in some cases this could be a > disadvantage, like SAMBA. > > Does anyone has a solution for this problem? > > -- > MfG > O. Hartmann > > ohartman@klima.physik.uni-mainz.de > ---------------------------------------------------------------- > IT-Administration des Institut fuer Physik der Atmosphaere (IPA) > ---------------------------------------------------------------- > Johannes Gutenberg Universitaet Mainz > Becherweg 21 > 55099 Mainz > > Tel: +496131/3924662 (Maschinensaal) > Tel: +496131/3924144 > FAX: +496131/3923532 > > > 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 Sat May 19 13:23:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C87C37B422; Sat, 19 May 2001 13:23:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKNmC37981; Sat, 19 May 2001 13:23:48 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 13:23:48 -0700 (PDT) From: Message-Id: <200105192023.f4JKNmC37981@freefall.freebsd.org> To: domi@saargate.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27452: xsane update 0.75 -> 0.76 Sender: owner-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: xsane update 0.75 -> 0.76 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 19 13:23:33 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27452 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:30:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CBEC37B43C; Sat, 19 May 2001 13:30:45 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKUiG38540; Sat, 19 May 2001 13:30:44 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 13:30:44 -0700 (PDT) From: Message-Id: <200105192030.f4JKUiG38540@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, deischen@FreeBSD.org Subject: Re: ports/27459: UPDATE deskutils/plan Sender: owner-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 deskutils/plan Responsible-Changed-From-To: freebsd-ports->deischen Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 13:30:21 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27459 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:40:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 4F69137B422; Sat, 19 May 2001 13:40:32 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f4JKeSd25675; Sat, 19 May 2001 22:40:28 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Sat, 19 May 2001 22:40:28 +0200 (CEST) From: "Hartmann, O." To: "David W. Chapman Jr." Cc: , Subject: Re: SAMBA trouble 2.0.8 ->> 2.2.0 In-Reply-To: <065c01c0e0a0$cb1f7700$931576d8@inethouston.net> 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 Sat, 19 May 2001, David W. Chapman Jr. wrote: I did so, changed back to 2.0.9 and things work as expected! I do not understand why SAMBA team recommend using 2.2.0 with this serious bug (this bug makes samba within our environment useless ...). I think using the tag 'valid users = %U' is a very common way to limit access to shares only to those are registered on the local machine ... :>> Dear Sirs. :>> :>> Well, I know this is not subject of FreeBSD, but hope someone has done :>> several upgrades and stepped over the same problem. :>> :>> Due the problem with the security whole in SAMBA 2.0.8 I decided to come :>up :>> with SAMBA 2.2.0 and took the whole configuration over with minor :>> corrections. :>Samba 2.0.9 resides in /usr/ports/net/samba if you cvsup your ports. :> :> :>> We use here several FreeBSD-UNIX based shares for Windows clients. One :>> of them is "SCRATCH" as an example. It should be accessible only by those :>> who are in the SAMBA and/or UNIX passowrd file/passwd system. I realized :>> this prior by putting a line 'valid users = %U' into smb.conf. But this :>does not :>> work anymore in SAMBA 2.2.0. User authentication by 'homes' still works as :>> expected, but all other shares based on a common use basis do not :-( :> :>I think this is a known bug in 2.2.0 that should be fixed in 2.2.1 :> :>> If I remove this user's specification in smb.conf other users in the :>> domain (we use a harsh kind of 'melting pot' of several domains here, :>> domains differented by names, but not by IP address space ... idiots at :>> work ...) could access the share. :>> :>> FreeBSD assigns unluckily all users the same group ID as this is identical :>> to their UID. This is a security benefit - but in some cases this could be :>a :>> disadvantage, like SAMBA. :> :>give samba 2.0.9 a shot. :> :> -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:41:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 45E1A37B422; Sat, 19 May 2001 13:41:49 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 6A7D910F40F; Sat, 19 May 2001 15:41:52 -0500 (CDT) Message-ID: <068b01c0e0a4$225f4060$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Hartmann, O." Cc: , References: Subject: Re: SAMBA trouble 2.0.8 ->> 2.2.0 Date: Sat, 19 May 2001 15:41:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-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 do not understand why SAMBA team recommend using 2.2.0 with this serious bug > (this bug makes samba within our environment useless ...). I think using > the tag 'valid users = %U' is a very common way to limit access to shares > only to those are registered on the local machine ... They just found this bug recently, it is common, but bugs happen and that's why they still have 2.0.9-for stability incase 2.2.0 has a major bug in it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 13:57:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 1266C37B424 for ; Sat, 19 May 2001 13:57:28 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 81294 invoked by uid 1000); 19 May 2001 20:56:40 -0000 Date: Sat, 19 May 2001 23:56:40 +0300 From: Peter Pentchev To: Ernst de Haan Cc: Will Andrews , ports@FreeBSD.ORG Subject: Re: How to deal with /var/log Message-ID: <20010519235639.B885@ringworld.oblivion.bg> Mail-Followup-To: Ernst de Haan , Will Andrews , ports@FreeBSD.ORG References: <20010518171647.A3528@c187104187.telekabel.chello.nl> <20010518103850.W26877@casimir.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010518103850.W26877@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Fri, May 18, 2001 at 10:38:50AM -0500 Sender: owner-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, May 18, 2001 at 10:38:50AM -0500, Will Andrews wrote: > On Fri, May 18, 2001 at 05:16:47PM +0200, Ernst de Haan wrote: > > How does one deal with /var/log when installing ports? I know that Apache > > writes to /var/log/httpd-access.log, but I don't think this file is removed > > after deinstalling Apache. > > > > In my quest of improving the Java ports for FreeBSD, I'm thinking about adding > > symlinks from /var/log to /usr/local/orion1.4.5/log/. > > > > My questions: > > > > [a] How is /var/log usually dealt with in ports? Or how *should* it be dealt > > with? > > > > [b] Is it allowed for a port to add files or symlinks in /var/log? > > > > [c] If so, then how do I specofy these files in my pkg-plist? > > /var/log is not touched by default. We don't have proper mechanisms to > allow system administrators to choose at package removal time. > > Please don't change files from their expected default (even if it is > just a symlink). Just another datapoint: IMNSHO, log files should NOT be removed automatically when deinstalling a package/port. Consider the case of a port being upgraded on a production server - well, call me paranoid, but I would certainly like to keep my logfiles across the upgrade :) (just think about statistics and pretty, colorful pie-charts and bargraphs for the marketing dudes.. eeewwww ;) G'luck, Peter -- I am not the subject of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 14: 1:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E53637B505; Sat, 19 May 2001 14:01:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JL1IZ40368; Sat, 19 May 2001 14:01:18 -0700 (PDT) (envelope-from knu) Date: Sat, 19 May 2001 14:01:18 -0700 (PDT) From: Message-Id: <200105192101.f4JL1IZ40368@freefall.freebsd.org> To: gordon@hammy.lonestar.org, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27234: cvsweb build fails if CVSROOT contains an @ Sender: owner-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: cvsweb build fails if CVSROOT contains an @ State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Sun May 20 06:00:59 JST 2001 State-Changed-Why: Fix committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27234 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 14: 6: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 520C237B422 for ; Sat, 19 May 2001 14:06:03 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 2E65118A47; Sat, 19 May 2001 16:00:53 -0500 (EST) Date: Sat, 19 May 2001 16:00:53 -0500 From: Will Andrews To: Ernst de Haan , Will Andrews , ports@FreeBSD.ORG Subject: Re: How to deal with /var/log Message-ID: <20010519160052.L1198@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Ernst de Haan , ports@FreeBSD.ORG References: <20010518171647.A3528@c187104187.telekabel.chello.nl> <20010518103850.W26877@casimir.physics.purdue.edu> <20010519235639.B885@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010519235639.B885@ringworld.oblivion.bg>; from roam@orbitel.bg on Sat, May 19, 2001 at 11:56:40PM +0300 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-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, May 19, 2001 at 11:56:40PM +0300, Peter Pentchev wrote: > Just another datapoint: IMNSHO, log files should NOT be removed > automatically when deinstalling a package/port. Consider the case > of a port being upgraded on a production server - well, call me > paranoid, but I would certainly like to keep my logfiles across > the upgrade :) (just think about statistics and pretty, colorful > pie-charts and bargraphs for the marketing dudes.. eeewwww ;) Yes, that is your HO, and not everyone has the same attitude about how packages should handle log files. Which is why I say we don't have the proper mechanisms to handle this kind of thing. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 14:11:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 07C5837B424 for ; Sat, 19 May 2001 14:11:39 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 89140 invoked by uid 1000); 19 May 2001 21:10:51 -0000 Date: Sun, 20 May 2001 00:10:51 +0300 From: Peter Pentchev To: FUJISHIMA Satsuki Cc: Adam Kranzel , ports@FreeBSD.org Subject: [Fwd: cvs commit: ports/games/nethack Makefile] Message-ID: <20010520001050.C885@ringworld.oblivion.bg> Mail-Followup-To: FUJISHIMA Satsuki , Adam Kranzel , ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-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, Just to apologize once again for the delays that my unresponsiveness has caused to the various Nethack port updates.. Please, whoever feels comfortable updating and unifying the ports, go ahead, and thanks for the great work you all have done so far! G'luck, Peter -- .siht ekil ti gnidaer eb d'uoy ,werbeH ni erew ecnetnes siht fI ----- Forwarded message from Peter Pentchev ----- From: Peter Pentchev Date: Sat, 19 May 2001 13:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/nethack Makefile X-FreeBSD-CVS-Branch: HEAD roam 2001/05/19 13:45:59 PDT Modified files: games/nethack Makefile Log: As much as I like Nethack, I just do not have the resources to maintain this port anymore. Taking maintainership over from -ports was done in an effort to unbreak it and preserve this classic game, but now it seems that my unresponsiveness is only standing in the way of more and much better updates. Apologies to all those who have CC'd me in the last few months in mail WRT updating/unifying the various Nethack ports; do not let my silence stop you any longer! Revision Changes Path 1.28 +2 -2 ports/games/nethack/Makefile ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 14:12:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id E0D4937B422; Sat, 19 May 2001 14:12:10 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 151E18-0006fG-00; Sat, 19 May 2001 16:12:06 -0500 Date: Sat, 19 May 2001 16:12:06 -0500 From: Ade Lovett To: portmgr@FreeBSD.org Cc: ports@FreeBSD.org Subject: Decoupling gdk-pixbuf from GNOME Message-ID: <20010519161206.B24602@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just FYI. This appears to be working just fine. Unfortunately, in the case of graphics/dia, it doesn't help any, since for full gdk-pixbuf functionality, it needs the libart libraries from x11/gnomelibs. So, unless anyone has any better ideas, I'll be reworking graphics/dia for no gdk-pixbuf in the non-GNOME case. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 Sat May 19 15:16:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id BE32837B422; Sat, 19 May 2001 15:16:42 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 151F1Y-0006kM-00; Sat, 19 May 2001 17:16:36 -0500 Date: Sat, 19 May 2001 17:16:36 -0500 From: Ade Lovett To: portmgr@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: Decoupling gdk-pixbuf from GNOME Message-ID: <20010519171635.D24602@FreeBSD.org> References: <20010519161206.B24602@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010519161206.B24602@FreeBSD.org>; from ade@FreeBSD.org on Sat, May 19, 2001 at 04:12:06PM -0500 Sender: owner-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, May 19, 2001 at 04:12:06PM -0500, Ade Lovett wrote: > So, unless anyone has any better ideas, I'll be reworking graphics/dia > for no gdk-pixbuf in the non-GNOME case. Sigh. It appears I can't do this. gdk-pixbuf is required for dia to build now, which means at least a dependency on USE_GNOMELIBS (otherwise the gdk-pixbuf dependency will not be used). -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 Sat May 19 15:32:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE08B37B424; Sat, 19 May 2001 15:32:39 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JMWdZ66605; Sat, 19 May 2001 15:32:39 -0700 (PDT) (envelope-from joe) Date: Sat, 19 May 2001 15:32:39 -0700 (PDT) From: Message-Id: <200105192232.f4JMWdZ66605@freefall.freebsd.org> To: tobez@tobez.org, joe@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27412: New port: devel/p5-Log-Dispatch (A suite of OO modules for logging messages to multiple outputs) Sender: owner-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/p5-Log-Dispatch (A suite of OO modules for logging messages to multiple outputs) State-Changed-From-To: open->closed State-Changed-By: joe State-Changed-When: Sat May 19 15:32:17 PDT 2001 State-Changed-Why: Committed; thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27412 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 16:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7694C37B424 for ; Sat, 19 May 2001 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JNe1h87638; Sat, 19 May 2001 16:40:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id BE9B737B42C for ; Sat, 19 May 2001 16:32:07 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D43FD10F410; Sat, 19 May 2001 18:32:11 -0500 (CDT) Message-Id: <20010519233211.D43FD10F410@leviathan.inethouston.net> Date: Sat, 19 May 2001 18:32:11 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: dbaker@distributed.net X-Send-Pr-Version: 3.113 Subject: ports/27461: UPDATE misc/dnetc Sender: owner-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: 27461 >Category: ports >Synopsis: UPDATE misc/dnetc >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 May 19 16:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add ini files to pkg-plist >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/dnetc/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 2001/03/22 19:17:49 1.25 +++ Makefile 2001/05/19 23:31:37 @@ -72,7 +72,7 @@ fi ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 - + ${INSTALL} -c -m 644 -o ${CLIENTUID} -g ${CLIENTGID} ${WRKDIR}/dnetc.ini ${BINDIR}/dnetc.ini.default .if !exists(${BINDIR}/dnetc.ini) @echo "" @echo "" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/dnetc/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2000/10/31 06:32:58 1.4 +++ pkg-plist 2001/05/19 23:31:37 @@ -1,5 +1,7 @@ +@unexec if cmp -s %D/distributed.net/dnetc.ini %D/distributed.net/dnetc.ini.default; then rm -f %D/distributed.net/dnetc.ini; fi distributed.net/dnetc distributed.net/dnetc.sh distributed.net/INFO +distributed.net/dnetc.ini.default etc/rc.d/dnetc.sh @unexec rmdir %D/distributed.net 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 Sat May 19 19:12: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13B8A37B424; Sat, 19 May 2001 19:12:03 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2C2702012; Sat, 19 May 2001 19:12:02 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:12:02 -0700 (PDT) From: Message-Id: <200105200212.f4K2C2702012@freefall.freebsd.org> To: kargl@apl.washington.edu, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24855: New port of FSF GMP library Sender: owner-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 of FSF GMP library State-Changed-From-To: open->analyzed State-Changed-By: will State-Changed-When: Sat May 19 19:11:38 PDT 2001 State-Changed-Why: Sorry it took so long to get back to you. This port compiles but doesn't install due to missing pkg-plist file. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24855 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:14:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 689A037B424; Sat, 19 May 2001 19:14:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2ESQ02156; Sat, 19 May 2001 19:14:28 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:14:28 -0700 (PDT) From: Message-Id: <200105200214.f4K2ESQ02156@freefall.freebsd.org> To: pelle@fukt.bth.se, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27162: =09New port: WMaker dockapp which displays the local temperature Sender: owner-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: =09New port: WMaker dockapp which displays the local temperature State-Changed-From-To: open->analyzed State-Changed-By: will State-Changed-When: Sat May 19 19:13:59 PDT 2001 State-Changed-Why: After a long wait, I finally got this file: <1 5025-1> (21:12:48) [will@puck ~/ports/misc/temperature.app]% more /usr/ports/distfiles/Temperature.app-1.0.tar.gz Either this is a crock or you messed up something. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27162 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:15:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9310737B422; Sat, 19 May 2001 19:15:52 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2FqU02283; Sat, 19 May 2001 19:15:52 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:15:52 -0700 (PDT) From: Message-Id: <200105200215.f4K2FqU02283@freefall.freebsd.org> To: aa8vb@nc.rr.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Sender: owner-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) osg - Open Scene Graph State-Changed-From-To: open->analyzed State-Changed-By: will State-Changed-When: Sat May 19 19:15:43 PDT 2001 State-Changed-Why: This PR is missing pkg-plist. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26926 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:22:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D929D37B632; Sat, 19 May 2001 19:22:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2MXM03008; Sat, 19 May 2001 19:22:33 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:22:33 -0700 (PDT) From: Message-Id: <200105200222.f4K2MXM03008@freefall.freebsd.org> To: aa8vb@nc.rr.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26929: (NEW PORT) shapelib - C API for reading and writing ArcView Shapefiles Sender: owner-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) shapelib - C API for reading and writing ArcView Shapefiles State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 19:22:27 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26929 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:31:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02B3837B42C; Sat, 19 May 2001 19:31:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2VPO03689; Sat, 19 May 2001 19:31:25 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:31:25 -0700 (PDT) From: Message-Id: <200105200231.f4K2VPO03689@freefall.freebsd.org> To: martti.kuparinen@iki.fi, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27274: New port: isakmpd Sender: owner-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: isakmpd State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 19:31:16 PDT 2001 State-Changed-Why: Committed, thanks!! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27274 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:35:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50BA437B424; Sat, 19 May 2001 19:35:31 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2ZUw03925; Sat, 19 May 2001 19:35:30 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:35:30 -0700 (PDT) From: Message-Id: <200105200235.f4K2ZUw03925@freefall.freebsd.org> To: koj@ofug.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27025: New port: lla(LDAP logfile Analyzer) Sender: owner-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: lla(LDAP logfile Analyzer) State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 19:35:01 PDT 2001 State-Changed-Why: Committed, thanks. Next time be sure to change the Makefile to match your port when you copy them from another port... ;) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27025 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:40:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BD1237B422; Sat, 19 May 2001 19:40:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2e8d04271; Sat, 19 May 2001 19:40:08 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:40:08 -0700 (PDT) From: Message-Id: <200105200240.f4K2e8d04271@freefall.freebsd.org> To: petef@databits.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26975: New port: security/ssh-multiadd Sender: owner-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/ssh-multiadd State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 19:39:50 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26975 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:43:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88B9837B422; Sat, 19 May 2001 19:43:53 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2hqW04618; Sat, 19 May 2001 19:43:52 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:43:52 -0700 (PDT) From: Message-Id: <200105200243.f4K2hqW04618@freefall.freebsd.org> To: mutoh@info.nara-k.ac.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27172: New ports: mbone/wbd Sender: owner-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 ports: mbone/wbd State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 19:43:36 PDT 2001 State-Changed-Why: Committed by assar on May 11th, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27172 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:48:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1A6637B422; Sat, 19 May 2001 19:48:43 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2mhK04996; Sat, 19 May 2001 19:48:43 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:48:43 -0700 (PDT) From: Message-Id: <200105200248.f4K2mhK04996@freefall.freebsd.org> To: stijn@win.tue.nl, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27077: NEW PORT: emulators/zsnes Sender: owner-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: emulators/zsnes State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 19:48:19 PDT 2001 State-Changed-Why: Committed, thanks. I changed your pre-everything: hack to use ONLY_FOR_ARCHS instead. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27077 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:49:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 132D637B422; Sat, 19 May 2001 19:49:47 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2nkD05119; Sat, 19 May 2001 19:49:46 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:49:46 -0700 (PDT) From: Message-Id: <200105200249.f4K2nkD05119@freefall.freebsd.org> To: sf@dsinw.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27272: New Port: John McCalpin's STREAM Benchmark Sender: owner-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: John McCalpin's STREAM Benchmark State-Changed-From-To: open->analyzed State-Changed-By: will State-Changed-When: Sat May 19 19:49:07 PDT 2001 State-Changed-Why: I change your patchfile (patch-aa) to patch-stream_d.c, and got this: ===> Applying FreeBSD patches for stream-1.0 1 out of 1 hunks failed--saving rejects to stream_d.c.rej >> Patch patch-stream_d.c failed to apply cleanly. *** Error code 1 can you check to see if it's been updated recently? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27272 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 19:54:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D56837B424; Sat, 19 May 2001 19:54:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2sed05478; Sat, 19 May 2001 19:54:40 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 19:54:40 -0700 (PDT) From: Message-Id: <200105200254.f4K2sed05478@freefall.freebsd.org> To: anders@fix.no, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27308: New port: sysutils/msyslog Sender: owner-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/msyslog State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 19:54:29 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27308 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20: 1:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BD7037B42C; Sat, 19 May 2001 20:01:52 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K31fU06031; Sat, 19 May 2001 20:01:41 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:01:41 -0700 (PDT) From: Message-Id: <200105200301.f4K31fU06031@freefall.freebsd.org> To: jan@jungnickel.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27062: New Port: games/crimson Sender: owner-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: games/crimson State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:00:46 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27062 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20: 2:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2189637B43F; Sat, 19 May 2001 20:02:23 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K32NQ06241; Sat, 19 May 2001 20:02:23 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:02:23 -0700 (PDT) From: Message-Id: <200105200302.f4K32NQ06241@freefall.freebsd.org> To: perky@python.or.kr, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27015: New port: misc/xosd Sender: owner-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/xosd State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:02:00 PDT 2001 State-Changed-Why: Committed, thanks. I integrated pkg-plist and pkg-plist.xmms for you. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27015 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:15:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3123037B63C; Sat, 19 May 2001 20:15:44 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3Fit09868; Sat, 19 May 2001 20:15:44 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:15:44 -0700 (PDT) From: Message-Id: <200105200315.f4K3Fit09868@freefall.freebsd.org> To: philippe@le-berre.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27390: New ports : ftpproxy an ftp protocol level proxy Sender: owner-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 ports : ftpproxy an ftp protocol level proxy State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:15:34 PDT 2001 State-Changed-Why: Committed with a lot of fixes, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27390 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:16: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E34E137B43C; Sat, 19 May 2001 20:16:01 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3G1209970; Sat, 19 May 2001 20:16:01 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:16:01 -0700 (PDT) From: Message-Id: <200105200316.f4K3G1209970@freefall.freebsd.org> To: anders@fix.no, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27321: New port: www/mod_auth_external Sender: owner-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: www/mod_auth_external State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:15:50 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27321 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:17: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 306F037B422; Sat, 19 May 2001 20:16:58 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.11.3/8.11.3) id f4K3GwV70075; Sat, 19 May 2001 20:16:58 -0700 (PDT) (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <200105200316.f4K3GwV70075@troutmask.apl.washington.edu> Subject: Re: ports/24855: New port of FSF GMP library In-Reply-To: <200105200212.f4K2C2702012@freefall.freebsd.org> "from will@FreeBSD.org at May 19, 2001 07:12:02 pm" To: will@FreeBSD.org Date: Sat, 19 May 2001 20:16:57 -0700 (PDT) Cc: freebsd-ports@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 will@FreeBSD.org said: > Synopsis: New port of FSF GMP library > > State-Changed-From-To: open->analyzed > State-Changed-By: will > State-Changed-When: Sat May 19 19:11:38 PDT 2001 > State-Changed-Why: > Sorry it took so long to get back to you. This port compiles > but doesn't install due to missing pkg-plist file. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24855 > Please close the PR. I submitted that port in February, and I no longer care if it makes it into the ports collections. -- Steve http://troutmask.apl.washington.edu/~kargl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:19:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id A5FB237B422; Sat, 19 May 2001 20:19:19 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 4CBF918A47; Sat, 19 May 2001 22:14:07 -0500 (EST) Date: Sat, 19 May 2001 22:14:07 -0500 From: Will Andrews To: "Steven G. Kargl" Cc: will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24855: New port of FSF GMP library Message-ID: <20010519221407.V1198@casimir.physics.purdue.edu> Reply-To: Will Andrews References: <200105200212.f4K2C2702012@freefall.freebsd.org> <200105200316.f4K3GwV70075@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105200316.f4K3GwV70075@troutmask.apl.washington.edu>; from kargl@troutmask.apl.washington.edu on Sat, May 19, 2001 at 08:16:57PM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-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, May 19, 2001 at 08:16:57PM -0700, Steven G. Kargl wrote: > Please close the PR. I submitted that port in February, > and I no longer care if it makes it into the ports > collections. Erm, why not? -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:20:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id A1BD537B422; Sat, 19 May 2001 20:20:48 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 066B110F40F; Sat, 19 May 2001 22:20:54 -0500 (CDT) Message-ID: <07e501c0e0db$dfea2e60$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Will Andrews" , "Steven G. Kargl" Cc: , References: <200105200212.f4K2C2702012@freefall.freebsd.org> <200105200316.f4K3GwV70075@troutmask.apl.washington.edu> <20010519221407.V1198@casimir.physics.purdue.edu> Subject: Re: ports/24855: New port of FSF GMP library Date: Sat, 19 May 2001 22:20:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sometimes ports sit there in gnats so long we get frustrated and no longer care. ----- Original Message ----- From: "Will Andrews" To: "Steven G. Kargl" Cc: ; Sent: Saturday, May 19, 2001 10:14 PM Subject: Re: ports/24855: New port of FSF GMP library > On Sat, May 19, 2001 at 08:16:57PM -0700, Steven G. Kargl wrote: > > Please close the PR. I submitted that port in February, > > and I no longer care if it makes it into the ports > > collections. > > Erm, why not? > > -- > wca > > 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 Sat May 19 20:21:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C17137B424; Sat, 19 May 2001 20:21:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3Lbg10819; Sat, 19 May 2001 20:21:37 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:21:37 -0700 (PDT) From: Message-Id: <200105200321.f4K3Lbg10819@freefall.freebsd.org> To: yoichi@eken.phys.nagoya-u.ac.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27248: new port: deskutils/gemcal Sender: owner-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: deskutils/gemcal State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:21:26 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27248 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:22: 2 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8588D37B422; Sat, 19 May 2001 20:21:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3LuX10951; Sat, 19 May 2001 20:21:56 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:21:56 -0700 (PDT) From: Message-Id: <200105200321.f4K3LuX10951@freefall.freebsd.org> To: anders@fix.no, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27170: New port: graphics/kuickshow Sender: owner-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: graphics/kuickshow State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:21:46 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27170 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:25:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1469337B50E; Sat, 19 May 2001 20:25:28 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3PSW11346; Sat, 19 May 2001 20:25:28 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:25:28 -0700 (PDT) From: Message-Id: <200105200325.f4K3PSW11346@freefall.freebsd.org> To: anders@fix.no, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27096: New port: mail/nbsmtp Sender: owner-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/nbsmtp State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:25:18 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27096 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:26:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B01E37B42C; Sat, 19 May 2001 20:26:18 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3QIK11540; Sat, 19 May 2001 20:26:18 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:26:18 -0700 (PDT) From: Message-Id: <200105200326.f4K3QIK11540@freefall.freebsd.org> To: leeym@bsd.ce.ntu.edu.tw, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27458: new port: mail/autosig Sender: owner-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/autosig State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:26:11 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27458 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:29:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2FF237B424; Sat, 19 May 2001 20:29:40 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3Tem11906; Sat, 19 May 2001 20:29:40 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:29:40 -0700 (PDT) From: Message-Id: <200105200329.f4K3Tem11906@freefall.freebsd.org> To: mcgee@mcgee.student.umd.edu, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27071: New Port: uf-view (GTK app for viewing on-line comics) Sender: owner-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: uf-view (GTK app for viewing on-line comics) State-Changed-From-To: open->analyzed State-Changed-By: will State-Changed-When: Sat May 19 20:29:21 PDT 2001 State-Changed-Why: Distfile not available: >> Attempting to fetch from http://hadess.net/files/. fetch: uf-view-1.4.1.tar.gz: Not Found http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27071 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:36:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E33137B42C; Sat, 19 May 2001 20:36:38 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3acs12472; Sat, 19 May 2001 20:36:38 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:36:38 -0700 (PDT) From: Message-Id: <200105200336.f4K3acs12472@freefall.freebsd.org> To: freebsd@spatula.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26887: New port: games/sex Sender: owner-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: games/sex State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:36:27 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26887 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:41: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D850237B422; Sat, 19 May 2001 20:41:05 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3f5a12911; Sat, 19 May 2001 20:41:05 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:41:05 -0700 (PDT) From: Message-Id: <200105200341.f4K3f5a12911@freefall.freebsd.org> To: kkonstan@daemon.gr, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26934: New port: devel/libvanessa_logger-0.0.1: Library that provides a generic logging layer Sender: owner-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/libvanessa_logger-0.0.1: Library that provides a generic logging layer State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:41:01 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26934 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:43:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6342D37B422; Sat, 19 May 2001 20:43:33 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3hXw13203; Sat, 19 May 2001 20:43:33 -0700 (PDT) (envelope-from ade) Date: Sat, 19 May 2001 20:43:33 -0700 (PDT) From: Message-Id: <200105200343.f4K3hXw13203@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/24855: New port of FSF GMP library Sender: owner-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 of FSF GMP library Responsible-Changed-From-To: freebsd-ports->ade Responsible-Changed-By: ade Responsible-Changed-When: Sat May 19 20:43:09 PDT 2001 Responsible-Changed-Why: I'm going to deal with this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24855 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:44:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id DE1DB37B422 for ; Sat, 19 May 2001 20:44:08 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 151K82-0007An-00; Sat, 19 May 2001 22:43:38 -0500 Date: Sat, 19 May 2001 22:43:38 -0500 From: Ade Lovett To: "David W. Chapman Jr." Cc: ports@FreeBSD.org Subject: Re: ports/24855: New port of FSF GMP library Message-ID: <20010519224338.H24602@FreeBSD.org> References: <200105200212.f4K2C2702012@freefall.freebsd.org> <200105200316.f4K3GwV70075@troutmask.apl.washington.edu> <20010519221407.V1198@casimir.physics.purdue.edu> <07e501c0e0db$dfea2e60$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <07e501c0e0db$dfea2e60$931576d8@inethouston.net>; from dwcjr@inethouston.net on Sat, May 19, 2001 at 10:20:52PM -0500 Sender: owner-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, May 19, 2001 at 10:20:52PM -0500, David W. Chapman Jr. wrote: > Sometimes ports sit there in gnats so long we get frustrated and no longer > care. As is often the problem with volunteer projects, it's all a question of resources. With only so many active committers, so many hours in the day, and external constraints (school, college, RealJob[tm], family), it's sometimes very tough to get things done in a timely manner. Interesting exercise for the interested reader. Using the cvs logs and gnats database, work out an average time for updates to be committed, and the factors that appear to influence a faster commit time. Seriously. I for one would love to know the results. As an aside, I have a port of the FSF GMP library sitting around here somewhere (I used it once for some reason that I forget), so I'll grab this particular PR, merge it with what I have, and commit. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 Sat May 19 20:49:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 2ED4437B43E; Sat, 19 May 2001 20:49:11 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 80C6318A47; Sat, 19 May 2001 22:43:58 -0500 (EST) Date: Sat, 19 May 2001 22:43:58 -0500 From: Will Andrews To: Ade Lovett Cc: "David W. Chapman Jr." , ports@FreeBSD.ORG Subject: Re: ports/24855: New port of FSF GMP library Message-ID: <20010519224358.X1198@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Ade Lovett , "David W. Chapman Jr." , ports@FreeBSD.ORG References: <200105200212.f4K2C2702012@freefall.freebsd.org> <200105200316.f4K3GwV70075@troutmask.apl.washington.edu> <20010519221407.V1198@casimir.physics.purdue.edu> <07e501c0e0db$dfea2e60$931576d8@inethouston.net> <20010519224338.H24602@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010519224338.H24602@FreeBSD.org>; from ade@FreeBSD.ORG on Sat, May 19, 2001 at 10:43:38PM -0500 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-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, May 19, 2001 at 10:43:38PM -0500, Ade Lovett wrote: > As is often the problem with volunteer projects, it's all a question > of resources. With only so many active committers, so many hours in > the day, and external constraints (school, college, RealJob[tm], family), > it's sometimes very tough to get things done in a timely manner. ESPECIALLY stuff like this GMP thing. There aren't very many simple ways to distinguish between base and ports when it's the same thing but a different version. :( The only solution that seems to be sensible would be to put most of the base system in packages, a suggestion that JKH himself has brought up. Getting the work done is another matter.. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:59:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E3E237B446; Sat, 19 May 2001 20:59:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3xfp14403; Sat, 19 May 2001 20:59:41 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:59:41 -0700 (PDT) From: Message-Id: <200105200359.f4K3xfp14403@freefall.freebsd.org> To: kkonstan@daemon.gr, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26935: New port: libvanessa_adt-0.0.1: Library that provides ADTs (queues, dynamic arrays and more) Sender: owner-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: libvanessa_adt-0.0.1: Library that provides ADTs (queues, dynamic arrays and more) State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:59:32 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26935 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 20:59:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C53D37B424; Sat, 19 May 2001 20:59:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3xsG14475; Sat, 19 May 2001 20:59:54 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 20:59:54 -0700 (PDT) From: Message-Id: <200105200359.f4K3xsG14475@freefall.freebsd.org> To: kkonstan@daemon.gr, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26936: New port: libvanessa_socket-0.0.1: Library that provides a simple layer for TCP/IP socket operations Sender: owner-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: libvanessa_socket-0.0.1: Library that provides a simple layer for TCP/IP socket operations State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:59:49 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26936 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 21: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59B9937B42C; Sat, 19 May 2001 21:00:05 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K405Z14647; Sat, 19 May 2001 21:00:05 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 21:00:05 -0700 (PDT) From: Message-Id: <200105200400.f4K405Z14647@freefall.freebsd.org> To: kkonstan@daemon.gr, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26937: New port: mail/perdition-0.1.7: A POP3 & IMAP4 proxy that can map users to multiple backend 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: New port: mail/perdition-0.1.7: A POP3 & IMAP4 proxy that can map users to multiple backend servers State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 20:59:57 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26937 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 21:11:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 35A2237B422 for ; Sat, 19 May 2001 21:11:43 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 151KYk-0007Dv-00; Sat, 19 May 2001 23:11:14 -0500 Date: Sat, 19 May 2001 23:11:14 -0500 From: Ade Lovett To: Will Andrews , "David W. Chapman Jr." , ports@FreeBSD.ORG Subject: Re: ports/24855: New port of FSF GMP library Message-ID: <20010519231114.I24602@FreeBSD.org> References: <200105200212.f4K2C2702012@freefall.freebsd.org> <200105200316.f4K3GwV70075@troutmask.apl.washington.edu> <20010519221407.V1198@casimir.physics.purdue.edu> <07e501c0e0db$dfea2e60$931576d8@inethouston.net> <20010519224338.H24602@FreeBSD.org> <20010519224358.X1198@casimir.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010519224358.X1198@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Sat, May 19, 2001 at 10:43:58PM -0500 Sender: owner-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, May 19, 2001 at 10:43:58PM -0500, Will Andrews wrote: > The only solution that seems to be sensible would be to put most of the > base system in packages, a suggestion that JKH himself has brought up. Of course, it would be interesting to see if a "base system" could be built up (albeit sourced under /usr/local, say) purely from ports (starting with userland programs first)... -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org 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 Sat May 19 21:12: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 3033F37B422; Sat, 19 May 2001 21:11:59 -0700 (PDT) (envelope-from kway@overtone.org) Received: from bean.overtone.org (user-2inik06.dialup.mindspring.com [165.121.80.6]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id VAA02999; Sat, 19 May 2001 21:11:56 -0700 (PDT) Received: by bean.overtone.org (Postfix, from userid 1001) id 3F16C3228; Sun, 20 May 2001 00:02:09 -0400 (EDT) Date: Sun, 20 May 2001 00:02:08 -0400 From: Kevin Way To: dburr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, chuchr@FreeBSD.ORG Subject: Re: ports/26909: a2ps cannot handle long hostnames Message-ID: <20010520000208.A82127@bean.overtone.org> References: <200104292228.f3TMSoM74992@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104292228.f3TMSoM74992@freefall.freebsd.org>; from dburr@FreeBSD.ORG on Sun, Apr 29, 2001 at 03:28:50PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I believe the following patch solves pr/26909 properly. I'd appreciate if it could be reviewed and committed/rejected as appropriate. Kevin Way --- lib/xgethostname.c.orig Sat Aug 28 13:11:35 1999 +++ lib/xgethostname.c Sat May 19 23:54:39 2001 @@ -22,6 +22,7 @@ #endif #include +#include #include #ifndef errno @@ -38,7 +39,7 @@ int gethostname (); #ifndef INITIAL_HOSTNAME_LENGTH -# define INITIAL_HOSTNAME_LENGTH 34 +# define INITIAL_HOSTNAME_LENGTH MAXHOSTNAMELEN + 1 #endif char=20 --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7B0HAKxA01iDoLN4RAs6oAJ46wrNhib59O0AGUJjPlJPuGRftzACfdQVc 37VACLQYMv64WHjRfFuGwXQ= =iF72 -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 21:12:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 9317637B422; Sat, 19 May 2001 21:12:46 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id C8A2B18A47; Sat, 19 May 2001 23:07:33 -0500 (EST) Date: Sat, 19 May 2001 23:07:33 -0500 From: Will Andrews To: Ade Lovett Cc: Will Andrews , "David W. Chapman Jr." , ports@FreeBSD.org Subject: Re: ports/24855: New port of FSF GMP library Message-ID: <20010519230733.Y1198@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Ade Lovett , "David W. Chapman Jr." , ports@FreeBSD.org References: <200105200212.f4K2C2702012@freefall.freebsd.org> <200105200316.f4K3GwV70075@troutmask.apl.washington.edu> <20010519221407.V1198@casimir.physics.purdue.edu> <07e501c0e0db$dfea2e60$931576d8@inethouston.net> <20010519224338.H24602@FreeBSD.org> <20010519224358.X1198@casimir.physics.purdue.edu> <20010519231114.I24602@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010519231114.I24602@FreeBSD.org>; from ade@FreeBSD.org on Sat, May 19, 2001 at 11:11:14PM -0500 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-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, May 19, 2001 at 11:11:14PM -0500, Ade Lovett wrote: > Of course, it would be interesting to see if a "base system" could > be built up (albeit sourced under /usr/local, say) purely from ports > (starting with userland programs first)... Sure, create a ports/system category and start adding ports... -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 21:20:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2262537B424 for ; Sat, 19 May 2001 21:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4K2u18258; Sat, 19 May 2001 21:20:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id ACCEA37B422 for ; Sat, 19 May 2001 21:14:51 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f4K4EEf10916; Sun, 20 May 2001 00:14:14 -0400 (EDT) (envelope-from petef) Message-Id: <200105200414.f4K4EEf10916@electron.databits.net> Date: Sun, 20 May 2001 00:14:14 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27462: New port net/iperf Sender: owner-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: 27462 >Category: ports >Synopsis: New port net/iperf >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 May 19 21:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: A tool to measure maximum TCP and UDP bandwidth WWW: http://dast.nlanr.net/Projects/Iperf/ I'm a bit confused about the license, though (although I probably shouldn't be). It says "The UI grants you (hereafter, Licensee) a license to use the Software for academic, research and internal business purposes only, without a fee." I'm guessing that merits NO_CDROM? >How-To-Repeat: N/A >Fix: (http://hex.databits.net/~petef/freebsd/iperf.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: # # iperf # iperf/Makefile # iperf/distinfo # iperf/pkg-comment # iperf/pkg-descr # iperf/pkg-plist # iperf/files # iperf/files/patch-cfg::Makefile # iperf/files/patch-cfg::configure # echo c - iperf mkdir -p iperf > /dev/null 2>&1 echo x - iperf/Makefile sed 's/^X//' >iperf/Makefile << 'END-of-iperf/Makefile' X# New ports collection makefile for: iperf X# Date Created: 20 May 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= iperf XPORTVERSION= 1.2 XCATEGORIES= net XMASTER_SITES= http://dast.nlanr.net/Projects/Iperf/ X XMAINTAINER= petef@databits.net X XNO_CDROM= "can't charge a fee for the software" X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/iperf ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/iperf X.for file in README doc/index.html doc/jperf.gif doc/lib.html doc/release.html \ X doc/ui_license.html X ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/iperf X.endfor X.endif X X.include END-of-iperf/Makefile echo x - iperf/distinfo sed 's/^X//' >iperf/distinfo << 'END-of-iperf/distinfo' XMD5 (iperf-1.2.tar.gz) = b727074c779f8f3087dec5e455840201 END-of-iperf/distinfo echo x - iperf/pkg-comment sed 's/^X//' >iperf/pkg-comment << 'END-of-iperf/pkg-comment' XA tool to measure maximum TCP and UDP bandwidth END-of-iperf/pkg-comment echo x - iperf/pkg-descr sed 's/^X//' >iperf/pkg-descr << 'END-of-iperf/pkg-descr' XIperf is a tool for measuring maximum TCP and UDP bandwidth, Xreminiscent of ttcp and nettest. It has been written to overcome Xthe shortcomings of those aging tools. Iperf can also test UDP Xbandwidth, loss, and jitter. X XWWW: http://dast.nlanr.net/Projects/Iperf/ X X- Pete Xpetef@databits.net END-of-iperf/pkg-descr echo x - iperf/pkg-plist sed 's/^X//' >iperf/pkg-plist << 'END-of-iperf/pkg-plist' Xbin/iperf X%%PORTDOCS%%share/doc/iperf/README X%%PORTDOCS%%share/doc/iperf/index.html X%%PORTDOCS%%share/doc/iperf/jperf.gif X%%PORTDOCS%%share/doc/iperf/lib.html X%%PORTDOCS%%share/doc/iperf/release.html X%%PORTDOCS%%share/doc/iperf/ui_license.html X%%PORTDOCS%%@dirrm share/doc/iperf END-of-iperf/pkg-plist echo c - iperf/files mkdir -p iperf/files > /dev/null 2>&1 echo x - iperf/files/patch-cfg::Makefile sed 's/^X//' >iperf/files/patch-cfg::Makefile << 'END-of-iperf/files/patch-cfg::Makefile' X--- cfg/Makefile.orig Sat May 19 23:54:00 2001 X+++ cfg/Makefile Sat May 19 23:54:12 2001 X@@ -31,7 +31,7 @@ X # X X all: configure X- ./configure X+ ./configure --cc=${CC} --cxx=${CXX} X X clean: X -rm -f $(CLEAN_FILES) END-of-iperf/files/patch-cfg::Makefile echo x - iperf/files/patch-cfg::configure sed 's/^X//' >iperf/files/patch-cfg::configure << 'END-of-iperf/files/patch-cfg::configure' X--- cfg/configure.orig Sat May 19 23:45:26 2001 X+++ cfg/configure Sat May 19 23:54:28 2001 X@@ -90,6 +90,12 @@ X | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) X cache_file="$ac_optarg" ;; X X+ --cc=*) X+ ac_cv_prog_CC="$ac_optarg" ;; X+ X+ --cxx=*) X+ ac_cv_prog_CXX="$ac_optarg" ;; X+ X -datadir | --datadir | --datadi | --datad | --data | --dat | --da) X ac_prev=datadir ;; X -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ X@@ -952,7 +958,7 @@ X echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 X echo "configure:954: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 X echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 X-cross_compiling=$ac_cv_prog_cxx_cross X+cross_compiling="no" X X echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 X echo "configure:959: checking whether we are using GNU C++" >&5 X@@ -1065,14 +1071,7 @@ X echo X X X-if test -z "$ac_cv_use_pthread"; then X- ac_cv_use_pthread="yes" X-fi X-echo "Make iperf multi-threaded (using pthreads)? [$ac_cv_use_pthread] " X-read tmp X-if test -n "$tmp"; then X- ac_cv_use_pthread="$tmp" X-fi X+ac_cv_use_pthread="no" X X X if test "$ac_cv_use_pthread" = yes ; then END-of-iperf/files/patch-cfg::configure 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 Sat May 19 21:27:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Terry.Dorm8.NCTU.edu.tw (Terry.Dorm8.NCTU.edu.tw [140.113.93.99]) by hub.freebsd.org (Postfix) with ESMTP id E2BDE37B422; Sat, 19 May 2001 21:27:28 -0700 (PDT) (envelope-from ijliao@Terry.Dorm8.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm8.NCTU.edu.tw (8.11.3/8.11.2) id f4K4RYa15955; Sun, 20 May 2001 12:27:34 +0800 (CST) (envelope-from ijliao) Date: Sun, 20 May 2001 12:27:34 +0800 From: Ying-Chieh Liao To: ade@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/24855: New port of FSF GMP library Message-ID: <20010520122734.A14943@terry.dragon2.net> References: <200105200343.f4K3hXw13203@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: =?big5:gb2312:us-ascii:iso-8859-1:utf-8:x-unknown?Q?=3C200105200343=2Ef4?= =?big5:gb2312:us-ascii:iso-8859-1:utf-8:x-unknown?Q?K3hXw13203=40freefal?= =?big5:gb2312:us-ascii:iso-8859-1:utf-8:x-unknown?Q?l=2Efreebsd=2Eorg=3E?= =?big5:gb2312:us-ascii:iso-8859-1:utf-8:x-unknown?Q?=3B_from_ade=40FreeB?= =?big5:gb2312:us-ascii:iso-8859-1:utf-8:x-unknown?Q?SD=2EORG_on_=A4=BB?= =?big5:gb2312:us-ascii:iso-8859-1:utf-8:x-unknown?Q?=2C__5_19=2C_2001_at?= =?big5:gb2312:us-ascii:iso-8859-1:utf-8:x-unknown?Q?_08:43:33=A4U=A4=C8_?= =?big5:gb2312:us-ascii:iso-8859-1:utf-8:x-unknown?Q?-0700?= X-Operating-System: FreeBSD 5.0-CURRENT X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 Sender: owner-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=big5:gb2312:us-ascii:iso-8859-1:utf-8:x-unknown Content-Disposition: inline Content-Transfer-Encoding: 8bit On ¤», 5 19, 2001 at 20:43:33 -0700, ade@FreeBSD.ORG wrote: > Synopsis: New port of FSF GMP library > > Responsible-Changed-From-To: freebsd-ports->ade > Responsible-Changed-By: ade > Responsible-Changed-When: Sat May 19 20:43:09 PDT 2001 > Responsible-Changed-Why: > I'm going to deal with this. how about get my pr, too ? it's pr/24268 btw, I think the best way to do is to upgrade gmp in the base system and close these two prs :) -- Pi seconds is a nanocentury. --- Tom Duff --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7B0ezrMYBZRHAI4IRAr7vAJ4sitbw8Czx+jSESzN4NEQQxnJuqACgwl+H +VWd1LepIfVR28yjEheAfDw= =u/Zq -----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 Sat May 19 21:30:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3520437B43E for ; Sat, 19 May 2001 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4U2118697; Sat, 19 May 2001 21:30:02 -0700 (PDT) (envelope-from gnats) Received: from pendragon.tacni.net (mail.tacni.net [216.178.136.165]) by hub.freebsd.org (Postfix) with SMTP id AC9E837B440 for ; Sat, 19 May 2001 21:26:00 -0700 (PDT) (envelope-from needo@cerebro.superhero.org) Received: (qmail 53342 invoked by alias); 20 May 2001 04:25:59 -0000 Received: from unknown (HELO cerebro.superhero.org) (216.201.173.186) by ns2.sohos.net with SMTP; 20 May 2001 04:25:59 -0000 Received: (qmail 48270 invoked by uid 1000); 20 May 2001 04:26:32 -0000 Message-Id: <20010520042632.48269.qmail@cerebro.superhero.org> Date: 20 May 2001 04:26:32 -0000 From: Erich Zigler To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27463: UPDATE net/gabber Sender: owner-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: 27463 >Category: ports >Synopsis: Update of Gabber from 0.8.2 to 0.8.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: Sat May 19 21:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD cerebro.superhero.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu May 3 10:58:53 CDT 2001 root@cerebro.superhero.org:/usr/obj/usr/src/sys/CEREBRO i386 >Description: Update of Gabber from 0.8.2 to 0.8.3 files/patch-ai, files/patch-al, files/patch-am, files/patch-an deleted files/patch-ap, and files/patch-aq added. >How-To-Repeat: >Fix: --- net/gabber.orig/Makefile Sun May 6 01:14:05 2001 +++ net/gabber/Makefile Sat May 19 22:53:30 2001 @@ -2,19 +2,20 @@ # Date created: 20 Jun 2000 # Whom: Erich Zigler # -# $FreeBSD: ports/net/gabber/Makefile,v 1.13 2001/05/04 21:51:10 ade Exp $ +# $FreeBSD: ports/net/gabber/Makefile,v 1.14 2001/05/11 16:36:30 ade Exp $ # PORTNAME= gabber -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= erich@tacni.net +MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gnomemm.6:${PORTSDIR}/x11-toolkits/gnome-- \ - gal.6:${PORTSDIR}/x11-toolkits/gal + gal.6:${PORTSDIR}/x11-toolkits/gal \ + glade.4:${PORTSDIR}/devel/libglade USE_X_PREFIX= yes USE_GMAKE= yes @@ -31,7 +32,5 @@ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - @find ${WRKSRC}/src -name "*.[ch]" | xargs ${PERL} -pi -e \ - 's|\|\|g' .include diff -ru net/gabber.orig/distinfo net/gabber/distinfo --- net/gabber.orig/distinfo Sun May 6 01:14:05 2001 +++ net/gabber/distinfo Sat May 19 21:51:33 2001 @@ -1 +1 @@ -MD5 (gabber-0.8.2.tar.gz) = fd7e2884e28dff9029222768ec7a1af1 +MD5 (gabber-0.8.3.tar.gz) = e74cd30afd9c7ada4e0990e7b4838a4d Only in net/gabber.orig/files: patch-ai Only in net/gabber.orig/files: patch-al Only in net/gabber.orig/files: patch-am Only in net/gabber.orig/files: patch-an Only in net/gabber/files: patch-ao Only in net/gabber/files: patch-ap Only in net/gabber/files: patch-aq diff -ru net/gabber.orig/pkg-plist net/gabber/pkg-plist --- net/gabber.orig/pkg-plist Sun May 6 01:14:05 2001 +++ net/gabber/pkg-plist Sat May 19 23:10:27 2001 @@ -1,6 +1,19 @@ bin/gabber etc/sound/events/gabber.soundlist -share/gnome/apps/Internet/gabber.desktop +man/man1/gabber.1 +share/locale/az/LC_MESSAGES/gabber.mo +share/locale/da/LC_MESSAGES/gabber.mo +share/locale/de/LC_MESSAGES/gabber.mo +share/locale/es/LC_MESSAGES/gabber.mo +share/locale/fi/LC_MESSAGES/gabber.mo +share/locale/fr/LC_MESSAGES/gabber.mo +share/locale/nl/LC_MESSAGES/gabber.mo +share/locale/no/LC_MESSAGES/gabber.mo +share/locale/ru/LC_MESSAGES/gabber.mo +share/locale/sv/LC_MESSAGES/gabber.mo +share/locale/tr/LC_MESSAGES/gabber.mo +share/locale/uk/LC_MESSAGES/gabber.mo +share/gnome/gabber/gabber-logs.css share/gnome/gabber/AUDruid_win.glade share/gnome/gabber/AgentBrowser_dlg.glade share/gnome/gabber/Autoupdate_dlg.glade @@ -16,10 +29,10 @@ share/gnome/gabber/GC_win.glade share/gnome/gabber/GPGInfo_dlg.glade share/gnome/gabber/GPGPass_dlg.glade +share/gnome/gabber/Login_dlg.glade share/gnome/gabber/Gabber_win.glade -share/gnome/gabber/IgnoreAdd_dlg.glade share/gnome/gabber/Ignore_dlg.glade -share/gnome/gabber/Login_dlg.glade +share/gnome/gabber/IgnoreAdd_dlg.glade share/gnome/gabber/Message_win.glade share/gnome/gabber/MyContactInfo_win.glade share/gnome/gabber/OOOChat_win.glade @@ -30,63 +43,99 @@ share/gnome/gabber/SubscriptionRequest_dlg.glade share/gnome/gabber/TransInfo_dlg.glade share/gnome/gabber/Welcome_win.glade -share/gnome/gabber/gabber-logs.css -share/gnome/gabber/glade-add-group-menu.xpm -share/gnome/gabber/glade-alert.xpm -share/gnome/gabber/glade-blank.xpm -share/gnome/gabber/glade-contact.xpm -share/gnome/gabber/glade-delete-user-menu.xpm -share/gnome/gabber/glade-delete-user.xpm -share/gnome/gabber/glade-edit-group-menu.xpm -share/gnome/gabber/glade-edit-user-menu.xpm -share/gnome/gabber/glade-edit-user.xpm +share/gnome/gabber/gnome-info.png +share/gnome/gabber/gnome-locksreen.png +share/gnome/gabber/gnome-globe.png +share/gnome/gabber/gnome-modem.png share/gnome/gabber/glade-gabber-logo.png -share/gnome/gabber/glade-gabber-sideways.png -share/gnome/gabber/glade-gci.xpm -share/gnome/gabber/glade-group.xpm -share/gnome/gabber/glade-groupchat-menu.xpm -share/gnome/gabber/glade-groupchat.xpm share/gnome/gabber/glade-message.xpm -share/gnome/gabber/glade-new-user-menu.xpm -share/gnome/gabber/glade-new-user.xpm -share/gnome/gabber/glade-noclose.xpm share/gnome/gabber/glade-ooochat.xpm +share/gnome/gabber/glade-blank.xpm share/gnome/gabber/glade-s10n.xpm -share/gnome/gabber/glade-send-contact-menu.xpm -share/gnome/gabber/glade-send-gci.xpm -share/gnome/gabber/glade-sendasnormal.xpm -share/gnome/gabber/glade-sendasooo.xpm -share/gnome/gabber/glade-unlock-key.xpm +share/gnome/gabber/glade-new-user.xpm +share/gnome/gabber/glade-new-user-menu.xpm +share/gnome/gabber/glade-add-group-menu.xpm +share/gnome/gabber/glade-edit-user.xpm +share/gnome/gabber/glade-edit-user-menu.xpm +share/gnome/gabber/glade-edit-group-menu.xpm +share/gnome/gabber/glade-delete-user.xpm +share/gnome/gabber/glade-delete-user-menu.xpm +share/gnome/gabber/glade-groupchat.xpm +share/gnome/gabber/glade-groupchat-menu.xpm share/gnome/gabber/glade-users.xpm -share/gnome/gabber/gpg-badsigned.xpm +share/gnome/gabber/glade-sendasooo.xpm +share/gnome/gabber/glade-noclose.xpm +share/gnome/gabber/glade-sendasnormal.xpm +share/gnome/gabber/glade-gabber-sideways.png share/gnome/gabber/gpg-encrypted.xpm -share/gnome/gabber/gpg-signed.xpm share/gnome/gabber/gpg-unencrypted.xpm +share/gnome/gabber/gpg-signed.xpm +share/gnome/gabber/gpg-badsigned.xpm share/gnome/gabber/gpg-unsigned.xpm +share/gnome/gabber/glade-alert.xpm +share/gnome/gabber/glade-unlock-key.xpm +share/gnome/gabber/glade-send-contact-menu.xpm +share/gnome/gabber/glade-send-gci.xpm +share/gnome/gabber/glade-gci.xpm +share/gnome/gabber/glade-contact.xpm +share/gnome/gabber/glade-group.xpm share/gnome/gabber/offline.xpm +share/gnome/pixmaps/gabber.png +share/gnome/pixmaps/gabber/away.xpm +share/gnome/pixmaps/gabber/chat.xpm +share/gnome/pixmaps/gabber/dnd.xpm +share/gnome/pixmaps/gabber/offline.xpm +share/gnome/pixmaps/gabber/online.xpm +share/gnome/pixmaps/gabber/stalker.xpm +share/gnome/pixmaps/gabber/xa.xpm +share/gnome/pixmaps/gabber/gnome-gabber.xpm +share/gnome/pixmaps/gabber/gnome-message.xpm +share/gnome/pixmaps/gabber/gnome-ooochat.xpm +share/gnome/pixmaps/gabber/gnome-groupchat.xpm +share/gnome/pixmaps/gabber/gnome-s10n.xpm +share/gnome/pixmaps/gabber/gnome-editgroups.xpm +share/gnome/pixmaps/gabber/gnome-userinfo.xpm +share/gnome/pixmaps/gabber/gnome-gpg.xpm +share/gnome/sounds/gabber/gabber_message_queue.wav +share/gnome/sounds/gabber/gabber_message_recv.wav +share/gnome/sounds/gabber/gabber_ooochat_queue.wav +share/gnome/sounds/gabber/gabber_ooochat_recv.wav +share/gnome/sounds/gabber/gabber_online.wav +share/gnome/sounds/gabber/gabber_offline.wav +share/gnome/sounds/gabber/gabber_encrypted.wav +share/gnome/sounds/gabber/gabber_subrequest.wav +share/gnome/sounds/gabber/gabber_startup.wav +share/gnome/sounds/gabber/gabber_connected.wav +share/gnome/help/gabber/C/index.html +share/gnome/help/gabber/C/topic.dat +share/gnome/help/gabber/C/gabber.sgml +share/gnome/help/gabber/C/stylesheet-images/caution.gif +share/gnome/help/gabber/C/stylesheet-images/home.gif +share/gnome/help/gabber/C/stylesheet-images/important.gif +share/gnome/help/gabber/C/stylesheet-images/next.gif +share/gnome/help/gabber/C/stylesheet-images/note.gif +share/gnome/help/gabber/C/stylesheet-images/prev.gif +share/gnome/help/gabber/C/stylesheet-images/tip.gif +share/gnome/help/gabber/C/stylesheet-images/toc-blank.gif +share/gnome/help/gabber/C/stylesheet-images/toc-minus.gif +share/gnome/help/gabber/C/stylesheet-images/toc-plus.gif +share/gnome/help/gabber/C/stylesheet-images/up.gif +share/gnome/help/gabber/C/stylesheet-images/warning.gif share/gnome/help/gabber/C/agents-search.html -share/gnome/help/gabber/C/agents.html -share/gnome/help/gabber/C/authors.html +share/gnome/help/gabber/C/agents.html +share/gnome/help/gabber/C/authors.html share/gnome/help/gabber/C/bugs.html -share/gnome/help/gabber/C/docbook.css share/gnome/help/gabber/C/first.html -share/gnome/help/gabber/C/first.png -share/gnome/help/gabber/C/gabber.sgml -share/gnome/help/gabber/C/index.html share/gnome/help/gabber/C/intro.html -share/gnome/help/gabber/C/license.html +share/gnome/help/gabber/C/license.html share/gnome/help/gabber/C/login.html -share/gnome/help/gabber/C/login.png share/gnome/help/gabber/C/main-menubar.html share/gnome/help/gabber/C/main-status.html share/gnome/help/gabber/C/main-toolbar.html share/gnome/help/gabber/C/main.html -share/gnome/help/gabber/C/main.png share/gnome/help/gabber/C/msg-gc.html share/gnome/help/gabber/C/msg-normal.html -share/gnome/help/gabber/C/msg-normal.png share/gnome/help/gabber/C/msg-ooo.html -share/gnome/help/gabber/C/msg-ooo.png share/gnome/help/gabber/C/msg-que.html share/gnome/help/gabber/C/msg-rules.html share/gnome/help/gabber/C/msg.html @@ -98,19 +147,6 @@ share/gnome/help/gabber/C/pref-logs.html share/gnome/help/gabber/C/pref-msg.html share/gnome/help/gabber/C/pref.html -share/gnome/help/gabber/C/stylesheet-images/caution.gif -share/gnome/help/gabber/C/stylesheet-images/home.gif -share/gnome/help/gabber/C/stylesheet-images/important.gif -share/gnome/help/gabber/C/stylesheet-images/next.gif -share/gnome/help/gabber/C/stylesheet-images/note.gif -share/gnome/help/gabber/C/stylesheet-images/prev.gif -share/gnome/help/gabber/C/stylesheet-images/tip.gif -share/gnome/help/gabber/C/stylesheet-images/toc-blank.gif -share/gnome/help/gabber/C/stylesheet-images/toc-minus.gif -share/gnome/help/gabber/C/stylesheet-images/toc-plus.gif -share/gnome/help/gabber/C/stylesheet-images/up.gif -share/gnome/help/gabber/C/stylesheet-images/warning.gif -share/gnome/help/gabber/C/topic.dat share/gnome/help/gabber/C/userinfo-vcard.html share/gnome/help/gabber/C/userinfo.html share/gnome/help/gabber/C/users-adduser.html @@ -120,49 +156,18 @@ share/gnome/help/gabber/C/users-ignore.html share/gnome/help/gabber/C/users-send.html share/gnome/help/gabber/C/users.html +share/gnome/help/gabber/C/docbook.css +share/gnome/help/gabber/C/first.png +share/gnome/help/gabber/C/login.png +share/gnome/help/gabber/C/main.png +share/gnome/help/gabber/C/msg-normal.png +share/gnome/help/gabber/C/msg-ooo.png share/gnome/omf/gabber/gabber-C.omf -share/gnome/pixmaps/gabber.png -share/gnome/pixmaps/gabber/away.xpm -share/gnome/pixmaps/gabber/chat.xpm -share/gnome/pixmaps/gabber/dnd.xpm -share/gnome/pixmaps/gabber/gnome-editgroups.xpm -share/gnome/pixmaps/gabber/gnome-gabber.xpm -share/gnome/pixmaps/gabber/gnome-gpg.xpm -share/gnome/pixmaps/gabber/gnome-groupchat.xpm -share/gnome/pixmaps/gabber/gnome-message.xpm -share/gnome/pixmaps/gabber/gnome-ooochat.xpm -share/gnome/pixmaps/gabber/gnome-s10n.xpm -share/gnome/pixmaps/gabber/gnome-userinfo.xpm -share/gnome/pixmaps/gabber/offline.xpm -share/gnome/pixmaps/gabber/online.xpm -share/gnome/pixmaps/gabber/stalker.xpm -share/gnome/pixmaps/gabber/xa.xpm -share/gnome/sounds/Gabber/gabber_connected.wav -share/gnome/sounds/Gabber/gabber_encrypted.wav -share/gnome/sounds/Gabber/gabber_message_queue.wav -share/gnome/sounds/Gabber/gabber_message_recv.wav -share/gnome/sounds/Gabber/gabber_offline.wav -share/gnome/sounds/Gabber/gabber_online.wav -share/gnome/sounds/Gabber/gabber_ooochat_queue.wav -share/gnome/sounds/Gabber/gabber_ooochat_recv.wav -share/gnome/sounds/Gabber/gabber_startup.wav -share/gnome/sounds/Gabber/gabber_subrequest.wav -share/locale/da/LC_MESSAGES/gabber.mo -share/locale/de/LC_MESSAGES/gabber.mo -share/locale/es/LC_MESSAGES/gabber.mo -share/locale/fi/LC_MESSAGES/gabber.mo -share/locale/fr/LC_MESSAGES/gabber.mo -share/locale/nl/LC_MESSAGES/gabber.mo -share/locale/no/LC_MESSAGES/gabber.mo -share/locale/ru/LC_MESSAGES/gabber.mo -share/locale/sv/LC_MESSAGES/gabber.mo -share/locale/tr/LC_MESSAGES/gabber.mo -@unexec rmdir %D/etc/sound/events 2>/dev/null || true -@unexec rmdir %D/etc/sound 2>/dev/null || true -@dirrm share/gnome/sounds/Gabber +share/gnome/apps/Internet/gabber.desktop +@dirrm share/gnome/gabber @dirrm share/gnome/pixmaps/gabber -@dirrm share/gnome/omf/gabber +@dirrm share/gnome/sounds/gabber @dirrm share/gnome/help/gabber/C/stylesheet-images @dirrm share/gnome/help/gabber/C @dirrm share/gnome/help/gabber -@dirrm share/gnome/gabber +@dirrm share/gnome/omf/gabber >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 May 19 21:34:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 277BB37B424; Sat, 19 May 2001 21:34:27 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4YRN18995; Sat, 19 May 2001 21:34:27 -0700 (PDT) (envelope-from will) Date: Sat, 19 May 2001 21:34:27 -0700 (PDT) From: Message-Id: <200105200434.f4K4YRN18995@freefall.freebsd.org> To: oberman@es.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27064: New port of ThinkPad mWave ACP WinModem support Sender: owner-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 of ThinkPad mWave ACP WinModem support State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sat May 19 21:33:33 PDT 2001 State-Changed-Why: I ran into *MANY* problems, and spent some time turning your Makefile patches into regexes instead. However, I've added the port. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27064 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 22:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42D5637B422 for ; Sat, 19 May 2001 22:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5e3X33339; Sat, 19 May 2001 22:40:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 19 May 2001 22:40:03 -0700 (PDT) Message-Id: <200105200540.f4K5e3X33339@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Andre Goeree" Subject: Re: ports/27246: Update port: databases/adodb [correct my address!] Reply-To: "Andre Goeree" Sender: owner-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/27246; it has been noted by GNATS. From: "Andre Goeree" To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/27246: Update port: databases/adodb [correct my address!] Date: Sun, 20 May 2001 07:31:04 +0200 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I was suprised to notice that my email address in the PR got chewed up somewehere underway. Probably a problem with send-pr and local variables, but i have not investigated this yet. Anyways, i would like to correct the error: The email address to send replies to is abgoeree@uwnet.nl. Also, although the PR is still open, i have an update :-) --Andre. --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="adodb110.diff" --- Makefile.orig Sat May 19 23:18:21 2001 +++ Makefile Sat May 19 23:17:05 2001 @@ -6,10 +6,10 @@ # PORTNAME= adodb -PORTVERSION= 1.01 +PORTVERSION= 1.10 CATEGORIES= databases www MASTER_SITES= http://phplens.com/lens/dl/ -DISTNAME= ${PORTNAME}101 +DISTNAME= ${PORTNAME}110 EXTRACT_SUFX= .tgz MAINTAINER= abgoeree@uwnet.nl --- distinfo.old Sat May 19 23:15:32 2001 +++ distinfo Sat May 19 23:17:10 2001 @@ -1 +1 @@ -MD5 (adodb101.tgz) = 9051a3f028b95f2d3beeef43fdd2dac4 +MD5 (adodb110.tgz) = 3c339272a6f200a5fa4bcd4c54cadc42 --- pkg-comment.orig Fri May 4 22:18:37 2001 +++ pkg-comment Sun May 20 06:41:01 2001 @@ -1 +1 @@ -ADODB library for PHP4 +Standardized database access for PHP4 --- pkg-comment.orig Fri May 4 22:18:37 2001 +++ pkg-comment Sun May 20 06:41:01 2001 @@ -1 +1 @@ -ADODB library for PHP4 +Standardized database access for PHP4 --- pkg-descr.orig Thu May 10 13:10:27 2001 +++ pkg-descr Sun May 20 07:03:24 2001 @@ -1,15 +1,21 @@ -PHP is a wonderful language for building dynamic web pages. -Unfortunately, PHP's database access functions are not standardised. +PHP's database access functions are not standardized. Every database extension uses a different and incompatibile API. -This creates a need for a database class library to hide the differences -between the different databases (encapsulate the differences) so we can -easily switch databases. +This creates a need for a database class library to hide the differences +between the different databases (encapsulate the differences) so we can +easily switch databases. -ADODB stands for Active Data Objects Data Base. +ADODB stands for Active Data Objects Data Base. -We currently support MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7, -Foxpro, Access, ADO, Sybase and generic ODBC. -The Sybase and PostgreSQL drivers are community contributions. -We hope more people will contribute drivers to support more databases. +ADODB currently supports: MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7, +Foxpro, Access, ADO, Sybase and generic ODBC. +The Sybase and PostgreSQL drivers are community contributions. +The developers of ABODB hope more people will contribute drivers to support +more databases. + +Feature requests and bug reports can be emailed to jlim@natsoft.com.my or +posted to http://php.weblogs.com/discuss/msgReader$96. WWW: http://php.weblogs.com/ADODB + +-- +Andre Goeree --jI8keyz6grp/JLjh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 23:31:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Imani.swahilie.net (dsl081-211-156.nyc1.dsl.speakeasy.net [64.81.211.156]) by hub.freebsd.org (Postfix) with ESMTP id 8DA0C37B42C for ; Sat, 19 May 2001 23:31:31 -0700 (PDT) (envelope-from network@network.shacknet.nu) Received: from Slo (Slo.integrity.net [192.168.0.3]) by Imani.swahilie.net (8.11.1/8.9.3) with SMTP id f4K6VR129041; Sun, 20 May 2001 02:31:32 -0400 (EDT) (envelope-from network@network.shacknet.nu) Message-ID: <001001c0e0f6$86789540$0300a8c0@integrity.net> From: "Network" To: Cc: Subject: FreeBSD Port: hylafax-4.1.b2_2 Date: Sun, 20 May 2001 02:31:34 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-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 a reason why (post-install) of Hylafax, has all of hylafax's files spread all over --/usr/local/sbin-- and not in its own sub-dir? - Trying to run faxsetup yields the following fatal error: FATAL ERROR: /usr/local/bin/gs does not exist or is not an executable program! The file: /usr/local/bin/gs does not exist or this file is not an executable program. The HylaFAX software expects this program to exist and be in this location. If the program resides in a different location then you must either reconfigure and rebuild HylaFAX or override the default pathnames in the distributed software through one of the HylaFAX configuration files (consult the HylaFAX documentation). After looking though http://www.hylafax.org/setup.html#faxsetup , I fail to see any reference to "gs". Is this GhostScript? If so, shouldn't it have been pulled/installed when hylafax was installed -or- at least check and see if this "gs" was installed ... provided it was needed enough whereas, a fatal error would occur if it wasn't installed. More on this as I stumble across them. Peace. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 23:36:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A62137B424; Sat, 19 May 2001 23:36:49 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K6anK38652; Sat, 19 May 2001 23:36:49 -0700 (PDT) (envelope-from ijliao) Date: Sat, 19 May 2001 23:36:49 -0700 (PDT) From: Message-Id: <200105200636.f4K6anK38652@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/27463: Update of Gabber from 0.8.2 to 0.8.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 of Gabber from 0.8.2 to 0.8.3 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 19 23:36:28 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27463 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 19 23:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE4FD37B424 for ; Sat, 19 May 2001 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K6o2o39364; Sat, 19 May 2001 23:50:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 19 May 2001 23:50:02 -0700 (PDT) Message-Id: <200105200650.f4K6o2o39364@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Andre Goeree" Subject: Re: ports/27246: New port: databases/adodb Reply-To: "Andre Goeree" Sender: owner-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/27246; it has been noted by GNATS. From: "Andre Goeree" To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/27246: New port: databases/adodb Date: Sun, 20 May 2001 08:44:45 +0200 Please close this PR, the mail address is not correct. Also the port is updated again, i will send a new PR. --Andre. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 0: 0:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74A6137B43E for ; Sun, 20 May 2001 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K702x39855; Sun, 20 May 2001 00:00:02 -0700 (PDT) (envelope-from gnats) Received: from snake.se.uec.ac.jp (snake.se.uec.ac.jp [130.153.154.30]) by hub.freebsd.org (Postfix) with SMTP id E9C5137B422 for ; Sat, 19 May 2001 23:55:14 -0700 (PDT) (envelope-from kaoru@snake.se.uec.ac.jp) Received: (qmail 44721 invoked by uid 1690); 20 May 2001 06:55:12 -0000 Message-Id: <20010520065512.44720.qmail@snake.se.uec.ac.jp> Date: 20 May 2001 06:55:12 -0000 From: kaoru@kaisei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27465: Update port: security/pgpdump Sender: owner-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: 27465 >Category: ports >Synopsis: Update port: security/pgpdump >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 May 20 00:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Kaoru >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD snake.se.uec.ac.jp 4.3-STABLE FreeBSD 4.3-STABLE #778: Wed May 16 10:36:37 JST 2001 root@snake.se.uec.ac.jp:/usr/obj/usr/src/sys/SNAKE i386 >Description: Update to pgpdump 0.11. >How-To-Repeat: >Fix: diff -ruN pgpdump.orig/Makefile pgpdump/Makefile --- pgpdump.orig/Makefile Wed May 9 05:57:14 2001 +++ pgpdump/Makefile Sun May 20 15:50:50 2001 @@ -6,7 +6,7 @@ # PORTNAME= pgpdump -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ diff -ruN pgpdump.orig/distinfo pgpdump/distinfo --- pgpdump.orig/distinfo Wed May 9 05:57:14 2001 +++ pgpdump/distinfo Sun May 20 15:50:56 2001 @@ -1 +1 @@ -MD5 (pgpdump-0.10.tar.gz) = b062802dead32bb0c1e19e193ec353f2 +MD5 (pgpdump-0.11.tar.gz) = 982a87e1c6ae529c0a03b95bf24abb26 >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 May 20 0: 0:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89E7037B42C for ; Sun, 20 May 2001 00:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K701n39844; Sun, 20 May 2001 00:00:01 -0700 (PDT) (envelope-from gnats) Received: from dagobert.skystream.nl (smtp.uwnet.nl [195.7.130.55]) by hub.freebsd.org (Postfix) with ESMTP id 2971937B42C for ; Sat, 19 May 2001 23:54:31 -0700 (PDT) (envelope-from abgoeree@uwnet.nl) Received: from dyn.dailup.c227129170.isd.to (dyn.dailup.c227129170.isd.to [213.227.129.170]) by dagobert.skystream.nl (8.11.3/8.11.0) with ESMTP id f4K6wZE24854 for ; Sun, 20 May 2001 08:58:35 +0200 Received: (qmail 4561 invoked by uid 1000); 20 May 2001 06:53:49 -0000 Message-Id: <20010520065349.4560.qmail@mandark.attica.home> Date: 20 May 2001 06:53:49 -0000 From: "Andre Goeree" Reply-To: abgoeree@uwnet.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27464: New Port: databases/adodb Sender: owner-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: 27464 >Category: ports >Synopsis: New Port: databases/adodb >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 May 20 00:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: ago >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD 4.3-STABLE #0: Fri May 18 20:54:47 CEST 2001 >Description: New port ADODB: Standardized database access for PHP4 >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: # # adodb # adodb/Makefile # adodb/distinfo # adodb/pkg-plist # adodb/pkg-comment # adodb/pkg-descr # echo c - adodb mkdir -p adodb > /dev/null 2>&1 echo x - adodb/Makefile sed 's/^X//' >adodb/Makefile << 'END-of-adodb/Makefile' X# New ports collection makefile for: adodb X# Date created: 4 May 2001 X# Whom: abgoeree@uwnet.nl X# X# $FreeBSD$ X# X XPORTNAME= adodb XPORTVERSION= 1.10 XCATEGORIES= databases www XMASTER_SITES= http://phplens.com/lens/dl/ XDISTNAME= ${PORTNAME}110 XEXTRACT_SUFX= .tgz X XMAINTAINER= abgoeree@uwnet.nl X XRUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 X XWRKSRC= ${WRKDIR}/${PORTNAME} XNO_BUILD= YES X Xdo-install: X ${MKDIR} ${PREFIX}/share/doc/apache/php/adodb X ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/doc/apache/php/adodb X X.include END-of-adodb/Makefile echo x - adodb/distinfo sed 's/^X//' >adodb/distinfo << 'END-of-adodb/distinfo' XMD5 (adodb110.tgz) = 3c339272a6f200a5fa4bcd4c54cadc42 END-of-adodb/distinfo echo x - adodb/pkg-plist sed 's/^X//' >adodb/pkg-plist << 'END-of-adodb/pkg-plist' Xshare/doc/apache/php/adodb/adodb-access.inc.php Xshare/doc/apache/php/adodb/adodb-ado.inc.php Xshare/doc/apache/php/adodb/adodb-ado_access.inc.php Xshare/doc/apache/php/adodb/adodb-ado_mssql.inc.php Xshare/doc/apache/php/adodb/adodb-csv.inc.php Xshare/doc/apache/php/adodb/adodb-db2.inc.php Xshare/doc/apache/php/adodb/adodb-fbsql.inc.php Xshare/doc/apache/php/adodb/adodb-ibase.inc.php Xshare/doc/apache/php/adodb/adodb-mssql.inc.php Xshare/doc/apache/php/adodb/adodb-mysql.inc.php Xshare/doc/apache/php/adodb/adodb-mysqlt.inc.php Xshare/doc/apache/php/adodb/adodb-oci8.inc.php Xshare/doc/apache/php/adodb/adodb-odbc.inc.php Xshare/doc/apache/php/adodb/adodb-odbc_mssql.inc.php Xshare/doc/apache/php/adodb/adodb-oracle.inc.php Xshare/doc/apache/php/adodb/adodb-postgres.inc.php Xshare/doc/apache/php/adodb/adodb-postgres7.inc.php Xshare/doc/apache/php/adodb/adodb-session.php Xshare/doc/apache/php/adodb/adodb-sybase.inc.php Xshare/doc/apache/php/adodb/adodb-vfp.inc.php Xshare/doc/apache/php/adodb/adodb.inc.php Xshare/doc/apache/php/adodb/benchmark.php Xshare/doc/apache/php/adodb/client.php Xshare/doc/apache/php/adodb/hs~test.php Xshare/doc/apache/php/adodb/license.txt Xshare/doc/apache/php/adodb/readme.htm Xshare/doc/apache/php/adodb/readme.txt Xshare/doc/apache/php/adodb/server.php Xshare/doc/apache/php/adodb/test.php Xshare/doc/apache/php/adodb/test2.php Xshare/doc/apache/php/adodb/test3.php Xshare/doc/apache/php/adodb/testdatabases.inc.php Xshare/doc/apache/php/adodb/tohtml.inc.php Xshare/doc/apache/php/adodb/tute.htm Xshare/doc/apache/php/adodb/vssver.scc X@dirrm share/doc/apache/php/adodb X@dirrm share/doc/apache/php END-of-adodb/pkg-plist echo x - adodb/pkg-comment sed 's/^X//' >adodb/pkg-comment << 'END-of-adodb/pkg-comment' XStandardized database access for PHP4 END-of-adodb/pkg-comment echo x - adodb/pkg-descr sed 's/^X//' >adodb/pkg-descr << 'END-of-adodb/pkg-descr' XPHP's database access functions are not standardized. XEvery database extension uses a different and incompatibile API. XThis creates a need for a database class library to hide the differences Xbetween the different databases (encapsulate the differences) so we can Xeasily switch databases. X XADODB stands for Active Data Objects Data Base. X XADODB currently supports: MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7, XFoxpro, Access, ADO, Sybase and generic ODBC. XThe Sybase and PostgreSQL drivers are community contributions. XThe developers of ABODB hope more people will contribute drivers to support Xmore databases. X XFeature requests and bug reports can be emailed to jlim@natsoft.com.my or Xposted to http://php.weblogs.com/discuss/msgReader$96. X XWWW: http://php.weblogs.com/ADODB X X-- XAndre Goeree END-of-adodb/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