From owner-freebsd-ports Sun Nov 11 1: 0:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.dada.it (mail4.dada.it [195.110.96.56]) by hub.freebsd.org (Postfix) with SMTP id 40B7637B420 for ; Sun, 11 Nov 2001 01:00:34 -0800 (PST) Received: (qmail 7293 invoked from network); 11 Nov 2001 09:00:24 -0000 Received: from unknown (HELO torrini.org) (195.110.114.101) by mail.dada.it with SMTP; 11 Nov 2001 09:00:24 -0000 Received: (from riccardo@localhost) by torrini.org (8.11.6/8.11.6) id fAB900j10038; Sun, 11 Nov 2001 10:00:00 +0100 (CET) (envelope-from riccardo) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200111101841.fAAIf3P05002@felix.cheetahusa.net> Date: Sun, 11 Nov 2001 10:00:00 +0100 (CET) From: Riccardo Torrini To: Craig Burgess Subject: Re: Permission denied? Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 10-Nov-2001 (18:41:03/GMT) Craig Burgess wrote: > When similar has happened to me it was because I was not > running cvsup as root. No no, I was local root, but (I think) message warnig was for unreadable remote file, _ALL_ others files get updated fine. I cutted out successfully updates ports from report, changed in '[...]', to make it more readable. >> Server warning: Cannot open >> "/usr/local/etc/cvsup/prefixes/FreeBSD.cvs/ >> ports/misc/gkrellmlaunch/Makefile,v": Permission denied And if you look deeply the path you can see that is from cvsup server, my local files go to /usr/ports/ And I haven't _ANY_ file "*,v", it is really server side. Anyway, now (09:55 GMT+1 -italy time) updated fine. -----8<----- [...] Edit ports/mail/qmail-ldap/pkg-message Add delta 1.4 2001.11.11.01.25.28 lioux Checkout ports/misc/gkrellmlaunch/Makefile Checkout ports/misc/gkrellmlaunch/distinfo Checkout ports/misc/gkrellmlaunch/files/patch-Makefile Checkout ports/misc/gkrellmlaunch/pkg-comment Checkout ports/misc/gkrellmlaunch/pkg-descr Checkout ports/misc/gkrellmlaunch/pkg-plist Shutting down connection to server Finished successfully -----8<----- Sorry for wasting you time. Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 1:30: 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 87A9937B41A for ; Sun, 11 Nov 2001 01:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAB9U0p52787; Sun, 11 Nov 2001 01:30:00 -0800 (PST) (envelope-from gnats) Received: from bifrost.lyngbol.dk (bifrost.lyngbol.dk [193.162.32.2]) by hub.freebsd.org (Postfix) with ESMTP id 0333137B405 for ; Sun, 11 Nov 2001 01:27:15 -0800 (PST) Received: (from lyngbol@localhost) by bifrost.lyngbol.dk (8.11.6/8.11.6) id fAB9RCs87507; Sun, 11 Nov 2001 10:27:12 +0100 (CET) (envelope-from lyngbol) Message-Id: <200111110927.fAB9RCs87507@bifrost.lyngbol.dk> Date: Sun, 11 Nov 2001 10:27:12 +0100 (CET) From: Michael Lyngbøl Reply-To: Michael Lyngbøl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31908: MAINTAINER UPDATE: audio/gqmpeg Sender: owner-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: 31908 >Category: ports >Synopsis: MAINTAINER UPDATE: audio/gqmpeg >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 Nov 11 01:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lyngbøl >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD bifrost 4.4-STABLE FreeBSD 4.4-STABLE #3: Sun Oct 14 09:51:32 CEST 2001 lyngbol@bifrost:/usr/src/sys/compile/BIFROST i386 >Description: - Update to 0.11.0 - Make GNOME an option (not a requirement) >How-To-Repeat: >Fix: diff -ruN gqmpeg.090/Makefile gqmpeg/Makefile --- gqmpeg.090/Makefile Sun Nov 11 10:21:13 2001 +++ gqmpeg/Makefile Sun Nov 11 10:17:55 2001 @@ -6,8 +6,7 @@ # PORTNAME= gqmpeg -PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTVERSION= 0.11.0 CATEGORIES+= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,14 +19,14 @@ USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes -WANT_GNOME= yes MAN1= gqmpeg.1 .include -.if defined(HAVE_GNOME) +.if defined(WITH_GNOME) USE_GNOME= yes +PLIST= ${WRKSRC}/pkg-plist.gnome .endif .include diff -ruN gqmpeg.090/distinfo gqmpeg/distinfo --- gqmpeg.090/distinfo Sun Nov 11 10:21:13 2001 +++ gqmpeg/distinfo Sat Nov 10 18:36:36 2001 @@ -1 +1 @@ -MD5 (gqmpeg-0.9.0.tar.gz) = 78e30f5ff2fa7af0d2501fe6bd373f1b +MD5 (gqmpeg-0.11.0.tar.gz) = a6b1f35c47afc5e5c67ad801dffb93ae diff -ruN gqmpeg.090/files/patch-ad gqmpeg/files/patch-ad --- gqmpeg.090/files/patch-ad Sun Nov 11 10:21:13 2001 +++ gqmpeg/files/patch-ad Sat Nov 10 18:40:35 2001 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sun Dec 24 13:03:03 2000 -+++ Makefile.in Sun Dec 24 13:03:15 2000 -@@ -109,7 +109,7 @@ +--- Makefile.in.orig Sat Nov 10 18:39:44 2001 ++++ Makefile.in Sat Nov 10 18:40:14 2001 +@@ -116,7 +116,7 @@ skindir = $(prefix)/share/gqmpeg/skins - skin_DATA = + skin_DATA = SKIN-SPECS --@HAVE_GNOME_TRUE@desktopdir = $(GNOME_DATADIR)/gnome/apps/Multimedia -+@HAVE_GNOME_TRUE@desktopdir = $(GNOME_DATADIR)/apps/Multimedia - @HAVE_GNOME_TRUE@desktop_DATA = gqmpeg.desktop +-@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/gnome/apps/Multimedia ++@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/apps/Multimedia + @HAVE_GNOME_TRUE@desktop_DATA = @HAVE_GNOME_TRUE@gqmpeg.desktop - @HAVE_GNOME_TRUE@icondir = $(GNOME_DATADIR)/pixmaps + @HAVE_GNOME_TRUE@icondir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/pixmaps diff -ruN gqmpeg.090/pkg-plist gqmpeg/pkg-plist --- gqmpeg.090/pkg-plist Sun Nov 11 10:21:13 2001 +++ gqmpeg/pkg-plist Sun Nov 11 10:07:31 2001 @@ -1,7 +1,5 @@ bin/gqmpeg bin/gqmpeg-shoutcast-plugin.sh -%%GNOME:%%%%DATADIR%%/apps/Multimedia/gqmpeg.desktop -%%GNOME:%%%%DATADIR%%/pixmaps/gqmpeg.png share/gqmpeg/skins/SKIN-SPECS share/locale/cs/LC_MESSAGES/gqmpeg.mo share/locale/de/LC_MESSAGES/gqmpeg.mo diff -ruN gqmpeg.090/pkg-plist.gnome gqmpeg/pkg-plist.gnome --- gqmpeg.090/pkg-plist.gnome Thu Jan 1 01:00:00 1970 +++ gqmpeg/pkg-plist.gnome Sun Nov 11 10:07:21 2001 @@ -0,0 +1,12 @@ +bin/gqmpeg +bin/gqmpeg-shoutcast-plugin.sh +%%GNOME:%%%%DATADIR%%/apps/Multimedia/gqmpeg.desktop +%%GNOME:%%%%DATADIR%%/pixmaps/gqmpeg.png +share/gqmpeg/skins/SKIN-SPECS +share/locale/cs/LC_MESSAGES/gqmpeg.mo +share/locale/de/LC_MESSAGES/gqmpeg.mo +share/locale/fr/LC_MESSAGES/gqmpeg.mo +share/locale/ja/LC_MESSAGES/gqmpeg.mo +share/locale/pt_BR/LC_MESSAGES/gqmpeg.mo +@dirrm share/gqmpeg/skins +@dirrm share/gqmpeg >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 Nov 11 3: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 DA0CE37B41E for ; Sun, 11 Nov 2001 03:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABBA4g67050; Sun, 11 Nov 2001 03:10:04 -0800 (PST) (envelope-from gnats) Received: from mail017.syd.optusnet.com.au (mail017.syd.optusnet.com.au [203.2.75.179]) by hub.freebsd.org (Postfix) with ESMTP id 3BD4737B41F for ; Sun, 11 Nov 2001 03:05:18 -0800 (PST) Received: from pcuse.com (adlax2-200.dialup.optusnet.com.au [198.142.52.200]) by mail017.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id fABB5FZ23625 for ; Sun, 11 Nov 2001 22:05:15 +1100 Received: (from shaun@localhost) by pcuse.com (8.11.6/8.11.6) id fABB5Jg48986; Sun, 11 Nov 2001 21:35:19 +1030 (CST) (envelope-from shaun) Message-Id: <200111111105.fABB5Jg48986@pcuse.com> Date: Sun, 11 Nov 2001 21:35:19 +1030 (CST) From: Shaun Branden Reply-To: Shaun Branden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31910: comms/sms_client Sender: owner-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: 31910 >Category: ports >Synopsis: comms/sms_client >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 Nov 11 03:10:04 PST 2001 >Closed-Date: >Last-Modified: >Originator: Shaun Branden >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD sagan.tpn 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Oct 26 04:12:43 CST 2001 shaun@sagan.tpn:/usr/obj/usr/src/sys/SAGAN i386 >Description: comms/sms_client installs resource files in /usr/local/etc/sms/services. There is a typo with the Australian vodafone file: vodafone_autralia should be vodafone_australia. >How-To-Repeat: cd /usr/ports/comms/sms_client;make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 5:10: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 E852737B416 for ; Sun, 11 Nov 2001 05:10:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABDA8f92516; Sun, 11 Nov 2001 05:10:08 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B41A037B421 for ; Sun, 11 Nov 2001 05:03:09 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABD39688755; Sun, 11 Nov 2001 05:03:09 -0800 (PST) (envelope-from nobody) Message-Id: <200111111303.fABD39688755@freefall.freebsd.org> Date: Sun, 11 Nov 2001 05:03:09 -0800 (PST) From: "Antonio D'souza" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31911: x11-servers/XFree86-4-Server will not build using gcc302 Sender: owner-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: 31911 >Category: ports >Synopsis: x11-servers/XFree86-4-Server will not build using gcc302 >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 Nov 11 05:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Antonio D'souza >Release: 4.4-stable >Organization: University of Waterloo >Environment: FreeBSD alice.quiknet 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #3: Wed Aug 8 14:06:44 EDT 2001 quik@quikbox.ca:/usr/obj/usr/src/sys/QUIK i386 >Description: xc/programs/Xserver/os/libcwrapper.c has a problem on line 402. In function int xf86open(const char *path, int flags, ...), mode_t mode = va_arg(ap, mode_t); will not work because mode_t gets 'promoted' to an int during (...) >How-To-Repeat: Try building the port under gcc302 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 5:29: 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 BA03437B41A; Sun, 11 Nov 2001 05:29:06 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABDJaq93397; Sun, 11 Nov 2001 05:19:36 -0800 (PST) (envelope-from sf) Date: Sun, 11 Nov 2001 05:19:36 -0800 (PST) From: Message-Id: <200111111319.fABDJaq93397@freefall.freebsd.org> To: sf@FreeBSD.org, freebsd-ports@FreeBSD.org, sf@FreeBSD.org Subject: Re: ports/31908: MAINTAINER UPDATE: audio/gqmpeg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: MAINTAINER UPDATE: audio/gqmpeg Responsible-Changed-From-To: freebsd-ports->sf Responsible-Changed-By: sf Responsible-Changed-When: Sun Nov 11 05:19:19 PST 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31908 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 5: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 C4DCF37B41F for ; Sun, 11 Nov 2001 05:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABDU1k01803; Sun, 11 Nov 2001 05:30:01 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Nov 2001 05:30:01 -0800 (PST) Message-Id: <200111111330.fABDU1k01803@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Antonio M . D'souza" Subject: Re: ports/31911: x11-servers/XFree86-4-Server will not build using gcc302 Reply-To: "Antonio M . D'souza" Sender: owner-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/31911; it has been noted by GNATS. From: "Antonio M . D'souza" To: freebsd-gnats-submit@FreeBSD.org, quik@quikbox.ca Cc: Subject: Re: ports/31911: x11-servers/XFree86-4-Server will not build using gcc302 Date: Sun, 11 Nov 2001 08:21:28 -0500 When doing a `make install` on XFree86-4-Clients, I recieved this very similiar error message: libc_wrapper.c: In function `xf86open': libc_wrapper.c:402: `mode_t' is promoted to `int' when passed through `...' libc_wrapper.c:402: (so you should pass `int' not `mode_t' to `va_arg') -- "Think Random" www.quikbox.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 6: 9: 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 7299D37B422; Sun, 11 Nov 2001 06:09:06 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABDxA803992; Sun, 11 Nov 2001 05:59:11 -0800 (PST) (envelope-from sf) Date: Sun, 11 Nov 2001 05:59:11 -0800 (PST) From: Message-Id: <200111111359.fABDxA803992@freefall.freebsd.org> To: quik@quikbox.ca, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31911: x11-servers/XFree86-4-Server will not build using gcc302 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: x11-servers/XFree86-4-Server will not build using gcc302 State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Sun Nov 11 05:57:29 PST 2001 State-Changed-Why: We don't support gcc-3. If you have problem with it, please submit it to xfree86.org. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31911 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 6: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 C829337B41A for ; Sun, 11 Nov 2001 06:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABEU0H09931; Sun, 11 Nov 2001 06:30:00 -0800 (PST) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 826C237B41E for ; Sun, 11 Nov 2001 06:20:52 -0800 (PST) Received: by softwareliberty.org (Postfix, from userid 1014) id 864797528; Sun, 11 Nov 2001 17:30:59 +0800 (CST) Message-Id: <20011111093059.864797528@softwareliberty.org> Date: Sun, 11 Nov 2001 17:30:59 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31912: Update port: chinese/ghostscript6 to 6.52 Sender: owner-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: 31912 >Category: ports >Synopsis: Update port: chinese/ghostscript6 to 6.52 >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 Nov 11 06:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: >How-To-Repeat: >Fix: diff -ruN ghostscript6.orig/Makefile ghostscript6/Makefile --- ghostscript6.orig/Makefile Sun Nov 11 17:14:02 2001 +++ ghostscript6/Makefile Sun Nov 11 17:25:45 2001 @@ -6,7 +6,7 @@ # PORTNAME= ghostscript -PORTVERSION= 6.51 +PORTVERSION= 6.52 CATEGORIES= chinese print MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/CID/CMap/ \ ftp://freebsd.sinica.edu.tw/pub/keith/GS6TTF/ \ >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 Nov 11 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 8F85237B41B for ; Sun, 11 Nov 2001 09:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABHo1V13820; Sun, 11 Nov 2001 09:50:01 -0800 (PST) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.67.200.82]) by hub.freebsd.org (Postfix) with ESMTP id 5A46D37B41B; Sun, 11 Nov 2001 09:42:38 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id fABHf0p16881; Sun, 11 Nov 2001 12:41:00 -0500 (EST) (envelope-from alane) Message-Id: <200111111741.fABHf0p16881@wwweasel.geeksrus.net> Date: Sun, 11 Nov 2001 12:41:00 -0500 (EST) From: Alan E Reply-To: Alan E To: FreeBSD-gnats-submit@freebsd.org Cc: kde@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31914: Update kdepim to include kpilot 4.2.x Sender: owner-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: 31914 >Category: ports >Synopsis: Update kdepim to include kpilot 4.2.x >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 11 09:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.4-RELEASE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sun Oct 28 04:44:34 EST 2001 root@wwweasel.geeksrus.net:/usr/src-4.4-RELEASE/sys/compile/WWWEASEL i386 KDE-2.2.1 >Description: KPilot port is obsolete. For KDE-1.x. KPilot 4.x is integrated into kdepim. >How-To-Repeat: N/A >Fix: Patch to add kpilot to kdepim build. Note that this raises some issues with the way bsd.kde.mk is set up. I'll address those in another PR, but the basic idea is that it is difficult and non-intuitive to add extra include or library paths to the configure step. ---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<--- --- Makefile.or Sat Oct 27 04:50:17 2001 +++ Makefile Sun Nov 11 10:30:56 2001 @@ -21,6 +21,13 @@ USE_AUTOCONF= yes USE_GMAKE= yes +LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link + +QTCPPFLAGS?= -I${LOCALBASE}/pilot/include + +CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/pilot/lib +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/pilot/lib -L${LOCALBASE}/lib" + pre-configure: find ${WRKSRC}/libical -name Makefile.in | xargs ${PERL} -pi -e \ "s|INSTALL = \@INSTALL\@|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g" --- pkg-descr.or Sat Mar 3 04:10:48 2001 +++ pkg-descr Sun Nov 11 11:38:39 2001 @@ -1,4 +1,4 @@ Personal Information Management tools for KDE. -This rather broad scope encompasses mail clients, addressbooks, usenet news, -scheduling and even sticky notes. +This rather broad scope encompasses PalmOS device support, mail clients, +addressbooks, usenet news, scheduling and even sticky notes. --- pkg-plist.or Sat Oct 27 04:50:18 2001 +++ pkg-plist Sun Nov 11 11:35:43 2001 @@ -1,8 +1,18 @@ +bin/abbrowser_conduit bin/alarmd +bin/conduitExpense +bin/conduitKNotes bin/ical2vcal bin/kandy bin/kandy_client bin/korganizer +bin/kpilot +bin/kpilotDaemon +bin/null_conduit +bin/pilotListener +bin/popmail_conduit +bin/todoconduit +bin/vcalconduit include/kgantt/KGantt.h include/kgantt/KGanttBarConfig.h include/kgantt/KGanttItem.h @@ -74,6 +84,8 @@ lib/libvcard.so.0 share/applnk/Applications/korganizer.desktop share/applnk/Utilities/kandy.desktop +share/applnk/Utilities/kpilot.desktop +share/applnk/Utilities/kpilotdaemon.desktop share/apps/kandy/default.kandy share/apps/kandy/kandymobileui.rc share/apps/kandy/kandyui.rc @@ -189,6 +201,11 @@ share/apps/korganizer/sounds/onscreen.wav share/apps/korganizer/sounds/spinout.wav share/apps/korganizer/tips +share/apps/kpilot/icons/hicolor/16x16/actions/backup.png +share/apps/kpilot/icons/hicolor/16x16/actions/fastsync.png +share/apps/kpilot/icons/hicolor/16x16/actions/hotsync.png +share/apps/kpilot/icons/hicolor/16x16/actions/restore.png +share/apps/kpilot/kpilotui.rc share/autostart/alarmd.desktop share/config/korganizerrc share/doc/HTML/en/kandy/common @@ -251,17 +268,43 @@ share/doc/HTML/en/kpilot/toolbar_hotsync.png share/icons/hicolor/16x16/apps/kandy.png share/icons/hicolor/16x16/apps/korganizer.png +share/icons/hicolor/16x16/apps/kpilot.png share/icons/hicolor/32x32/apps/kandy.png share/icons/hicolor/32x32/apps/korganizer.png +share/icons/hicolor/32x32/apps/kpilot.png share/icons/hicolor/48x48/apps/korganizer.png +share/icons/locolor/16x16/apps/kpilot.xpm +share/services/abbrowser_conduit.desktop +share/services/expense-conduit.desktop +share/services/knotes-conduit.desktop +share/services/null-conduit.desktop +share/services/popmail-conduit.desktop +share/services/todo-conduit.desktop +share/services/vcal-conduit.desktop +share/servicetypes/kpilotconduit.desktop +@dirrm share/servicetypes +@dirrm share/services +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor @dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 @dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16 +@dirrm share/icons/hicolor +@dirrm share/icons @dirrm share/doc/HTML/en/kpilot @dirrm share/doc/HTML/en/korganizer @dirrm share/doc/HTML/en/kandy @dirrm share/config @dirrm share/autostart +@dirrm share/apps/kpilot/icons/hicolor/16x16/actions +@dirrm share/apps/kpilot/icons/hicolor/16x16 +@dirrm share/apps/kpilot/icons/hicolor +@dirrm share/apps/kpilot/icons +@dirrm share/apps/kpilot @dirrm share/apps/korganizer/sounds @dirrm share/apps/korganizer/icons/hicolor/32x32/actions @dirrm share/apps/korganizer/icons/hicolor/32x32 @@ -286,5 +329,6 @@ @dirrm share/apps/kandy @dirrm share/applnk/Utilities @dirrm share/applnk/Applications +@dirrm share/applnk @dirrm include/rmm @dirrm include/kgantt --- Makefile.or Sat Oct 27 04:50:17 2001 +++ Makefile Sun Nov 11 10:30:56 2001 @@ -21,6 +21,13 @@ USE_AUTOCONF= yes USE_GMAKE= yes +LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link + +QTCPPFLAGS?= -I${LOCALBASE}/pilot/include + +CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/pilot/lib +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/pilot/lib -L${LOCALBASE}/lib" + pre-configure: find ${WRKSRC}/libical -name Makefile.in | xargs ${PERL} -pi -e \ "s|INSTALL = \@INSTALL\@|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g" --- pkg-descr.or Sat Mar 3 04:10:48 2001 +++ pkg-descr Sun Nov 11 11:38:39 2001 @@ -1,4 +1,4 @@ Personal Information Management tools for KDE. -This rather broad scope encompasses mail clients, addressbooks, usenet news, -scheduling and even sticky notes. +This rather broad scope encompasses PalmOS device support, mail clients, +addressbooks, usenet news, scheduling and even sticky notes. --- pkg-plist.or Sat Oct 27 04:50:18 2001 +++ pkg-plist Sun Nov 11 11:35:43 2001 @@ -1,8 +1,18 @@ +bin/abbrowser_conduit bin/alarmd +bin/conduitExpense +bin/conduitKNotes bin/ical2vcal bin/kandy bin/kandy_client bin/korganizer +bin/kpilot +bin/kpilotDaemon +bin/null_conduit +bin/pilotListener +bin/popmail_conduit +bin/todoconduit +bin/vcalconduit include/kgantt/KGantt.h include/kgantt/KGanttBarConfig.h include/kgantt/KGanttItem.h @@ -74,6 +84,8 @@ lib/libvcard.so.0 share/applnk/Applications/korganizer.desktop share/applnk/Utilities/kandy.desktop +share/applnk/Utilities/kpilot.desktop +share/applnk/Utilities/kpilotdaemon.desktop share/apps/kandy/default.kandy share/apps/kandy/kandymobileui.rc share/apps/kandy/kandyui.rc @@ -189,6 +201,11 @@ share/apps/korganizer/sounds/onscreen.wav share/apps/korganizer/sounds/spinout.wav share/apps/korganizer/tips +share/apps/kpilot/icons/hicolor/16x16/actions/backup.png +share/apps/kpilot/icons/hicolor/16x16/actions/fastsync.png +share/apps/kpilot/icons/hicolor/16x16/actions/hotsync.png +share/apps/kpilot/icons/hicolor/16x16/actions/restore.png +share/apps/kpilot/kpilotui.rc share/autostart/alarmd.desktop share/config/korganizerrc share/doc/HTML/en/kandy/common @@ -251,17 +268,43 @@ share/doc/HTML/en/kpilot/toolbar_hotsync.png share/icons/hicolor/16x16/apps/kandy.png share/icons/hicolor/16x16/apps/korganizer.png +share/icons/hicolor/16x16/apps/kpilot.png share/icons/hicolor/32x32/apps/kandy.png share/icons/hicolor/32x32/apps/korganizer.png +share/icons/hicolor/32x32/apps/kpilot.png share/icons/hicolor/48x48/apps/korganizer.png +share/icons/locolor/16x16/apps/kpilot.xpm +share/services/abbrowser_conduit.desktop +share/services/expense-conduit.desktop +share/services/knotes-conduit.desktop +share/services/null-conduit.desktop +share/services/popmail-conduit.desktop +share/services/todo-conduit.desktop +share/services/vcal-conduit.desktop +share/servicetypes/kpilotconduit.desktop +@dirrm share/servicetypes +@dirrm share/services +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor @dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 @dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16 +@dirrm share/icons/hicolor +@dirrm share/icons @dirrm share/doc/HTML/en/kpilot @dirrm share/doc/HTML/en/korganizer @dirrm share/doc/HTML/en/kandy @dirrm share/config @dirrm share/autostart +@dirrm share/apps/kpilot/icons/hicolor/16x16/actions +@dirrm share/apps/kpilot/icons/hicolor/16x16 +@dirrm share/apps/kpilot/icons/hicolor +@dirrm share/apps/kpilot/icons +@dirrm share/apps/kpilot @dirrm share/apps/korganizer/sounds @dirrm share/apps/korganizer/icons/hicolor/32x32/actions @dirrm share/apps/korganizer/icons/hicolor/32x32 @@ -286,5 +329,6 @@ @dirrm share/apps/kandy @dirrm share/applnk/Utilities @dirrm share/applnk/Applications +@dirrm share/applnk @dirrm include/rmm @dirrm include/kgantt ---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---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 Sun Nov 11 10: 9:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.67.200.82]) by hub.freebsd.org (Postfix) with ESMTP id 769BC37B41A for ; Sun, 11 Nov 2001 10:09:19 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id fABI7lD17228 for ports@freebsd.org; Sun, 11 Nov 2001 13:07:47 -0500 (EST) (envelope-from alane) Message-Id: <200111111807.fABI7lD17228@wwweasel.geeksrus.net> Content-Type: text/plain; charset="iso-8859-1" From: Alan E To: freebsd-gnats-submit@freebsd.org, alane@geeksrus.net Subject: Re: ports/31914: Update kdepim to include kpilot 4.2.x Date: Sun, 11 Nov 2001 12:58:48 -0500 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Looks like I dup'd the patch text. Sorry. At least it's obvious where the 2nd copy starts. -- Alan Eldridge #include free(sklyarov); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 10: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 02A6B37B416 for ; Sun, 11 Nov 2001 10:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABIA1G19021; Sun, 11 Nov 2001 10:10:01 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Nov 2001 10:10:01 -0800 (PST) Message-Id: <200111111810.fABIA1G19021@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alan E Subject: Re: ports/31914: Update kdepim to include kpilot 4.2.x Reply-To: Alan E Sender: owner-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/31914; it has been noted by GNATS. From: Alan E To: freebsd-gnats-submit@FreeBSD.org, alane@geeksrus.net Cc: Subject: Re: ports/31914: Update kdepim to include kpilot 4.2.x Date: Sun, 11 Nov 2001 12:58:48 -0500 Looks like I dup'd the patch text. Sorry. At least it's obvious where the 2nd copy starts. -- Alan Eldridge #include free(sklyarov); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 10:29: 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 8A1F237B41A; Sun, 11 Nov 2001 10:29:06 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABIONr20416; Sun, 11 Nov 2001 10:24:23 -0800 (PST) (envelope-from petef) Date: Sun, 11 Nov 2001 10:24:23 -0800 (PST) From: Message-Id: <200111111824.fABIONr20416@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/31914: Update kdepim to include kpilot 4.2.x Sender: owner-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 kdepim to include kpilot 4.2.x Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: petef Responsible-Changed-When: Sun Nov 11 10:24:16 PST 2001 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31914 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 10:42: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.67.200.82]) by hub.freebsd.org (Postfix) with ESMTP id B388037B405 for ; Sun, 11 Nov 2001 10:42:07 -0800 (PST) Received: from geeksrus.net (localhost.geeksrus.net [127.0.0.1]) by wwweasel.geeksrus.net (8.11.6/8.11.6) with ESMTP id fABIeZ517600 for ; Sun, 11 Nov 2001 13:40:35 -0500 (EST) (envelope-from alane@geeksrus.net) Date: Sun, 11 Nov 2001 13:40:35 -0500 (EST) Message-Id: <200111111840.fABIeZ517600@wwweasel.geeksrus.net> From: alane@geeksrus.net To: ports@freebsd.org Subject: Mail from kpilot X-mailer: popmail-conduit 2.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sent using settings: /dev/cuaa0 115200 bps auto flow control To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 10: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 62F5737B418 for ; Sun, 11 Nov 2001 10:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABIo1c22634; Sun, 11 Nov 2001 10:50:01 -0800 (PST) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 60D6B37B405 for ; Sun, 11 Nov 2001 10:48:05 -0800 (PST) Received: by softwareliberty.org (Postfix, from userid 1014) id 073CD7528; Mon, 12 Nov 2001 02:48:07 +0800 (CST) Message-Id: <20011111184807.073CD7528@softwareliberty.org> Date: Mon, 12 Nov 2001 02:48:07 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31916: update port: chinese/moefonts-cid for pkg-install make error Sender: owner-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: 31916 >Category: ports >Synopsis: update port: chinese/moefonts-cid for pkg-install make error >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 Nov 11 10:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: >How-To-Repeat: >Fix: diff -ruN moefonts-cid.orig/pkg-install moefonts-cid/pkg-install --- moefonts-cid.orig/pkg-install Mon Nov 12 02:45:37 2001 +++ moefonts-cid/pkg-install Mon Nov 12 02:44:30 2001 @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=6.51 +GSVER=6.52 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS >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 Nov 11 11:10: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (law2-f118.hotmail.com [216.32.181.118]) by hub.freebsd.org (Postfix) with ESMTP id 8297237B417 for ; Sun, 11 Nov 2001 11:09:57 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 11 Nov 2001 11:09:57 -0800 Received: from 24.69.169.0 by lw2fd.hotmail.msn.com with HTTP; Sun, 11 Nov 2001 19:09:56 GMT X-Originating-IP: [24.69.169.0] From: "Daniel Phoenix" To: ports@freebsd.org Subject: pine port does not work Date: Sun, 11 Nov 2001 11:09:56 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Nov 2001 19:09:57.0360 (UTC) FILETIME=[73F4DF00:01C16AE4] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ===> Registering installation for cclient-2001,1 ===> Returning to build of pine-4.33 ===> Patching for pine-4.33 ===> Applying distribution patches for pine-4.33 ===> Applying FreeBSD patches for pine-4.33 2 out of 4 hunks failed--saving rejects to build.rej >>Patch patch-al failed to apply cleanly. >>Patch(es) patch-aa patch-ac patch-af patch-ai patch-aj patch-ak applied >>cleanly. *** Error code 1 Stop in /home/ports/mail/pine4. *** Error code 1 Stop in /home/ports/mail/pine4. *** Error code 1 Stop in /home/ports/mail/pine4. *** Error code 1 Stop in /home/ports/mail/pine4. *** Error code 1 Stop in /home/ports/mail/pine4. [root@siren pine4]# this was from an attempted make NO_CHECKSUM=yes WITH_MAILDIR=yes with a change to make file to use pine 4.33 so hopefully the maildir patch would work....the way the port is with 4.4x as default patches did not apply at all. I have been unsuccessful with both. Any ideas on how to fix...or if some kind developer would update this port would be much appreciate :) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 11:10: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 6F14937B419 for ; Sun, 11 Nov 2001 11:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABJA1527295; Sun, 11 Nov 2001 11:10:01 -0800 (PST) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 25ABD37B416 for ; Sun, 11 Nov 2001 11:08:12 -0800 (PST) Received: by softwareliberty.org (Postfix, from userid 1014) id 086507528; Mon, 12 Nov 2001 03:08:14 +0800 (CST) Message-Id: <20011111190814.086507528@softwareliberty.org> Date: Mon, 12 Nov 2001 03:08:14 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31917: update port: chinese/kde2-i18n for kde2.2.1 support zh_TW.Big5 Sender: owner-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: 31917 >Category: ports >Synopsis: update port: chinese/kde2-i18n for kde2.2.1 support zh_TW.Big5 >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 Nov 11 11:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: >How-To-Repeat: >Fix: diff -ruN kde2-i18n.orig/Makefile kde2-i18n/Makefile --- kde2-i18n.orig/Makefile Mon Nov 12 03:05:25 2001 +++ kde2-i18n/Makefile Mon Nov 12 03:05:36 2001 @@ -9,7 +9,7 @@ MAINTAINER= ports@FreeBSD.org -LINGUAS= "zh_CN.GB2312" +LINGUAS= "zh_CN.GB2312 zh_TW.Big5" MASTERDIR= ${.CURDIR}/../../misc/kde2-i18n SCRIPTS_ENV+= LINGUAS=${LINGUAS} >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 Nov 11 11:20: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id F276337B417 for ; Sun, 11 Nov 2001 11:19:57 -0800 (PST) Received: (qmail 41175094 invoked by uid 0); 11 Nov 2001 19:19:56 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.74 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Nov 2001 19:19:56 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fABJJsY10633; Sun, 11 Nov 2001 20:19:54 +0100 (CET) (envelope-from root) Message-Id: <200111111919.fABJJsY10633@gits.dyndns.org> Subject: netscape 6.2 - unable to resolv hostnames To: freebsd-ports , freebsd-emulation Date: Sun, 11 Nov 2001 20:19:53 +0100 (CET) Cc: trevor@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Hi, I wanted to upgrade the linux-netscape6 port to 6.2 but netscape 6.2 doesn't seem to resolv hostnames nor IP addresses anymore except localhost ! I got the following message : could not be found. Please check the name and try again. I'm running -stable updated yesterday and linux_base-6.1. netscape 4.78 and 6.1 both work fine. any idea ? If someone wants to try it, the installer is here : ftp://ftp.netscape.com/pub/netscape6/english/6.2/unix/linux22/netscape-i686-pc-linux-gnu-installer.tar.gz for instance, I've stopped to update the port since it won't work. CC -ports, -emulation and trevor. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 11:50: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 541C337B41C for ; Sun, 11 Nov 2001 11:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABJo1i32051; Sun, 11 Nov 2001 11:50:01 -0800 (PST) (envelope-from gnats) Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id A2AB137B405 for ; Sun, 11 Nov 2001 11:44:58 -0800 (PST) Received: (qmail 87630 invoked by uid 85); 11 Nov 2001 19:44:34 -0000 Message-Id: <20011111194432.87624.qmail@pris.polaris.ca> Date: 11 Nov 2001 19:44:32 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31919: Updated port: ftp/vcheck 1.1.1 to 1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31919 >Category: ports >Synopsis: Updated port: ftp/vcheck 1.1.1 to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 11 11:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: Port upgraded from 1.1.1 to 1.2. This port does not have a maintainer, so I will assume the responsibilities. >How-To-Repeat: >Fix: diff -ruN /usr/ports/ftp/vcheck/Makefile vcheck/Makefile --- /usr/ports/ftp/vcheck/Makefile Sun Sep 9 06:56:34 2001 +++ vcheck/Makefile Sun Nov 11 10:59:51 2001 @@ -7,11 +7,11 @@ # PORTNAME= vcheck -PORTVERSION= 1.1.1 +PORTVERSION= 1.2 CATEGORIES= ftp MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/vcheck/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= svenasse@polaris.ca BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} diff -ruN /usr/ports/ftp/vcheck/distinfo vcheck/distinfo --- /usr/ports/ftp/vcheck/distinfo Sun Sep 9 06:56:34 2001 +++ vcheck/distinfo Sun Nov 11 10:59:03 2001 @@ -1 +1 @@ -MD5 (vcheck-1.1.1.tar.gz) = f25f1c2fc764d0ee6486ced4b99716fa +MD5 (vcheck-1.2.tar.gz) = 887d912d394d718c636c24b51c0e0e4d >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 Nov 11 11:50: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 C8FFF37B419 for ; Sun, 11 Nov 2001 11:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABJo1u32042; Sun, 11 Nov 2001 11:50:01 -0800 (PST) (envelope-from gnats) Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 413A737B419 for ; Sun, 11 Nov 2001 11:44:31 -0800 (PST) Received: (qmail 87501 invoked by uid 85); 11 Nov 2001 19:44:01 -0000 Message-Id: <20011111194359.87495.qmail@pris.polaris.ca> Date: 11 Nov 2001 19:43:59 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31918: Updated port: www/mod_trigger Sender: owner-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: 31918 >Category: ports >Synopsis: Updated port: www/mod_trigger >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 Nov 11 11:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: The author of the module has changed the location of where the module can be found. The author also made a change to the README to reflect this change, but the tar.gz is of the same version. Any mirror carrying the original tar.gz will have to be updated. Also this port does not have a maintainer, so I will assume the responsibilities of keeping it updated. >How-To-Repeat: >Fix: diff -ruN /usr/ports/www/mod_trigger/Makefile mod_trigger/Makefile --- /usr/ports/www/mod_trigger/Makefile Tue Apr 10 16:00:31 2001 +++ mod_trigger/Makefile Sun Nov 11 11:35:18 2001 @@ -7,13 +7,15 @@ PORTNAME= mod_trigger PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://www.tangent.org/mod_trigger/ +MASTER_SITES= http://software.tangent.org/download/ \ + ftp://ftp.tangent.org/pub/apache/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= svenasse@polaris.ca BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${BUILD_DEPENDS} APXS?= ${LOCALBASE}/sbin/apxs diff -ruN /usr/ports/www/mod_trigger/distinfo mod_trigger/distinfo --- /usr/ports/www/mod_trigger/distinfo Tue Apr 10 16:00:31 2001 +++ mod_trigger/distinfo Sun Nov 11 11:34:06 2001 @@ -1 +1 @@ -MD5 (mod_trigger-1.0.tar.gz) = 555b795820c00308b3ae68263d739534 +MD5 (mod_trigger-1.0.tar.gz) = d064701aab58c31829cb6d80384cf17e diff -ruN /usr/ports/www/mod_trigger/pkg-descr mod_trigger/pkg-descr --- /usr/ports/www/mod_trigger/pkg-descr Tue Apr 10 16:00:31 2001 +++ mod_trigger/pkg-descr Sun Nov 11 11:27:18 2001 @@ -9,4 +9,4 @@ are required to the content of your site and users of your server never need to know that a trigger has been put in place. -WWW: http://tangent.org/mod_trigger/ +WWW: http://software.tangent.org/projects.pl?view=mod_trigger >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 Nov 11 11:51:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id DD26D37B420 for ; Sun, 11 Nov 2001 11:51:34 -0800 (PST) Received: (qmail 41335078 invoked by uid 0); 11 Nov 2001 19:51:32 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.74 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Nov 2001 19:51:32 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fABJpTP11901; Sun, 11 Nov 2001 20:51:29 +0100 (CET) (envelope-from root) Message-Id: <200111111951.fABJpTP11901@gits.dyndns.org> Subject: Re: patches for bsd.port.mk In-Reply-To: <86lmheb8gg.wl@archon.local.idaemons.org> To: Akinori MUSHA Date: Sun, 11 Nov 2001 20:51:29 +0100 (CET) Cc: portmgr@FreeBSD.org, ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Akinori MUSHA wrote: [snip] > 3) Add a bunch of generally used commands, and use shell (ash or ksh) > builtins where available for efficiency. [snip] > -ECHO?= /bin/echo > +CUT?= /usr/bin/cut > +DC?= /usr/bin/dc > +ECHO?= echo # Shell builtin +ECHO_CMD?= echo > +EGREP?= /usr/bin/egrep > 5) Add a optional field to *DEPENDS, to pass arbitrary arguments to > make when building depend target. [snip] take care when using ${ECHO} since it may not work as expected. it is better to declare and use ECHO_CMD in addition to ECHO to avoid inappropriate results. the explanation is in /usr/share/mk/sys.mk : .if ${.MAKEFLAGS:M-s} == "" ECHO ?= echo ECHODIR ?= echo .else ECHO ?= true .if ${.MAKEFLAGS:M-s} == "-s" ECHODIR ?= echo .else ECHODIR ?= true .endif .endif so, ECHO may be defined to `true' instead of `echo' and this may broke many constructions if `make' is called w/ `-s'. let's try : $ cd /usr/ports/net/isc-dhcp3 $ make -V ECHO -V ECHODIR echo echo $ make -V ECHO -V ECHODIR -s true echo $ make -V ECHO -V ECHODIR -s -s true true declaring and using ECHO_CMD avoid this problem. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 12:11:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id 20A5537B418; Sun, 11 Nov 2001 12:11:09 -0800 (PST) Received: from whizzo.transsys.com (#6@localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.11.6/8.11.6) with ESMTP id fABKB6E38682; Sun, 11 Nov 2001 15:11:06 -0500 (EST) (envelope-from louie@whizzo.transsys.com) Message-Id: <200111112011.fABKB6E38682@whizzo.transsys.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: clefevre@citeweb.net Cc: freebsd-ports , freebsd-emulation , trevor@FreeBSD.ORG X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" Subject: Re: netscape 6.2 - unable to resolv hostnames References: <200111111919.fABJJsY10633@gits.dyndns.org> In-reply-to: Your message of "Sun, 11 Nov 2001 20:19:53 +0100." <200111111919.fABJJsY10633@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 11 Nov 2001 15:11:06 -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 The linux resolver really seems intent on having a /compat/linux/etc/resolv.conf file, even though the native resolver "does the right thing" without it. louie > Hi, > > I wanted to upgrade the linux-netscape6 port to 6.2 but netscape 6.2 > doesn't seem to resolv hostnames nor IP addresses anymore except localhost ! > I got the following message : > > could not be found. Please check the name and try again. > > I'm running -stable updated yesterday and linux_base-6.1. netscape 4.78 and > 6.1 both work fine. > > any idea ? > > If someone wants to try it, the installer is here : > > ftp://ftp.netscape.com/pub/netscape6/english/6.2/unix/linux22/netscape-i686-pc-linux-gnu-installer.tar.gz > > for instance, I've stopped to update the port since it won't work. > > CC -ports, -emulation and trevor. > > Cyrille. > -- > Cyrille Lefevre mailto:clefevre@citeweb.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 13: 0: 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 D9DDD37B419 for ; Sun, 11 Nov 2001 13:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABL01Q40783; Sun, 11 Nov 2001 13:00:01 -0800 (PST) (envelope-from gnats) Received: from hammy.lonestar.org (hammy.lonestar.org [206.138.224.67]) by hub.freebsd.org (Postfix) with ESMTP id 9E0FF37B405 for ; Sun, 11 Nov 2001 12:50:17 -0800 (PST) Received: from localhost (2084 bytes) by hammy.lonestar.org via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Sun, 11 Nov 2001 14:50:06 -0600 (CST) (Smail-3.2.0.96 1997-Jun-2 #110 built 2000-Jan-16) Message-Id: Date: Sun, 11 Nov 2001 14:50:06 -0600 (CST) From: Gordon Burditt Reply-To: Gordon Burditt To: FreeBSD-gnats-submit@freebsd.org Cc: gordon@hammy.lonestar.org X-Send-Pr-Version: 3.113 Subject: ports/31920: sniffit does not detect packets on some interfaces Sender: owner-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: 31920 >Category: ports >Synopsis: sniffit does not detect packets on some interfaces >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 Nov 11 13:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Gordon Burditt >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD hammy.lonestar.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sun Nov 4 18:05:35 CST 2001 gordon@hammy.lonestar.org:/scratch5/i386-obj/usr/src/sys/HAMMY i386 >Description: The 'sniffit' port does not detect packets on some interfaces because of an out-of-range array access to determine the packet header length. >How-To-Repeat: sniffit -I -F ed0 on a machine with an ed0 interface. Also fails on de0, tun0, and lo0. Probably fails on ppp0. >Fix: Apply the following patch (after patch-03 in the port). This patch is specific to FreeBSD (all of the affected code is inside an ifdef for FreeBSD). HEADSIZE[] needs to have dimension at least NETDEV_NR, with entries corresponding to entries in NETDEV[]. Index: sn_data.h *** sn_data.h.old Sat Nov 10 20:18:21 2001 --- sn_data.h Sat Nov 10 20:32:54 2001 *************** *** 40,46 **** */ #define NETDEV_NR 6 char *NETDEV[]={"fxp","de","ed","ppp","tun","lo"}; ! int HEADSIZE[]={14}; #endif #ifdef BSDI /* ppp: 4 or 0 ? */ --- 40,46 ---- */ #define NETDEV_NR 6 char *NETDEV[]={"fxp","de","ed","ppp","tun","lo"}; ! int HEADSIZE[]={14, 14, 14, 4, 4, 4}; #endif #ifdef BSDI /* ppp: 4 or 0 ? */ This patch has been tested for de, ed, tun, and lo. It should still work for fxp as this entry hasn't changed, but I don't have one to test. The entry for ppp is a guess but I expect it to be the same as tun. Gordon L. Burditt >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 Nov 11 13: 1:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id 07E4837B41A; Sun, 11 Nov 2001 13:01:35 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 11 Nov 2001 16:01:06 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: "Louis A. Mamakos" , clefevre@citeweb.net Subject: Re: netscape 6.2 - unable to resolv hostnames Date: Sun, 11 Nov 2001 16:00:15 -0500 X-Mailer: KMail [version 1.2] Cc: freebsd-ports , freebsd-emulation , trevor@FreeBSD.ORG References: <200111111919.fABJJsY10633@gits.dyndns.org> <200111112011.fABKB6E38682@whizzo.transsys.com> In-Reply-To: <200111112011.fABKB6E38682@whizzo.transsys.com> MIME-Version: 1.0 Message-Id: <01111116001508.18530@i8k.babbleon.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sunday 11 November 2001 15:11, Louis A. Mamakos wrote: > The linux resolver really seems intent on having a > /compat/linux/etc/resolv.conf file, even though the native resolver "does > the right thing" without it. Linux uses the Linux resolver, which is less "loose" about the format of the resolv.conf files. All fields must be expclitly labeled; that is, the strings "search" and "nameserver" *mustI* apepar within the file. Is that a posssible source of the difficulty? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 13: 5:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 996F437B41A for ; Sun, 11 Nov 2001 13:05:46 -0800 (PST) Received: (qmail 96789042 invoked by uid 0); 11 Nov 2001 21:05:37 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Nov 2001 21:05:37 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fABL5Xx15522; Sun, 11 Nov 2001 22:05:33 +0100 (CET) (envelope-from root) Message-Id: <200111112105.fABL5Xx15522@gits.dyndns.org> Subject: Re: netscape 6.2 - unable to resolv hostnames In-Reply-To: <200111112011.fABKB6E38682@whizzo.transsys.com> To: "Louis A. Mamakos" Date: Sun, 11 Nov 2001 22:05:32 +0100 (CET) Cc: freebsd-ports , freebsd-emulation , trevor@FreeBSD.ORG Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Louis A. Mamakos wrote: > The linux resolver really seems intent on having a /compat/linux/etc/resolv.conf > file, even though the native resolver "does the right thing" without it. biiip! game over, try again :P I've tryed w/ and w/o /compat/linux/etc/resolv.conf (copy of /etc/resolv.conf) w/ no luck. it's content is : domain gits.fr.invalid search gits.fr.invalid cybercable.fr nameserver 127.0.0.1 nameserver 212.198.0.66 nameserver 212.198.0.67 I've also tried any combination of domain/search/nameserver (w/ and w/o local domain and/or local nameserver). /compat/linux/etc/nsswitch.conf is the original one : hosts: files nisplus nis dns and /compat/linux/etc/host.conf is : order hosts,bind multi on there is no /compat/linux/etc/hosts. any other idea ? PS : the big advantage of netscape 6.2 over 6.1 is that all plugins get loaded (don't know yet is all works ;^). Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 13:15:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 54E9C37B405 for ; Sun, 11 Nov 2001 13:15:16 -0800 (PST) Received: from graf.pompo.net (unknown [213.228.35.11]) by postfix2-2.free.fr (Postfix) with ESMTP id A9E8A5F997; Sun, 11 Nov 2001 22:15:10 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id C6C897686; Sun, 11 Nov 2001 22:11:13 +0100 (CET) Date: Sun, 11 Nov 2001 22:11:13 +0100 From: Thierry Thomas To: freebsd-ports@FreeBSD.ORG Cc: Cyrille Lefevre Subject: Re: ports/29286: New port: french/xtel - an emulator for the french Minitel Message-ID: <20011111221113.A71650@graf.pompo.net> References: <200111092310.fA9NA2u70578@freefall.freebsd.org> <200111100116.fAA1GHo04726@gits.dyndns.org> <20011110080443.A89434@graf.pompo.net> 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: <20011110080443.A89434@graf.pompo.net>; from thierry@thomas.as on Sat, Nov 10, 2001 at 08:04:43AM +0100 X-Operating-System: FreeBSD 4.4-STABLE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc;y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Le 10 Nov 01 à 8:04:43 +0000, Thierry Thomas écrivait : > It seems that I-Minitel requires special modems, and I do not have one. Today I am no more sure of that... The support of I-Minitel is still disabled, but I am on a trail, and it might be re-enabled soon. > Thanks for your remarks, I shall take them into account. Here is the new release: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # french/xtel # french/xtel/files # french/xtel/files/patch-aa # french/xtel/files/patch-ab # french/xtel/files/patch-ac # french/xtel/files/patch-ad # french/xtel/Makefile # french/xtel/distinfo # french/xtel/pkg-descr # french/xtel/pkg-comment # french/xtel/pkg-plist # french/xtel/pkg-message # french/xtel/pkg-message-fr # echo c - french/xtel mkdir -p french/xtel > /dev/null 2>&1 echo c - french/xtel/files mkdir -p french/xtel/files > /dev/null 2>&1 echo x - french/xtel/files/patch-aa sed 's/^X//' >french/xtel/files/patch-aa << 'END-of-french/xtel/files/patch-aa' X--- Config.tmpl.orig Tue Feb 13 09:53:03 2001 X+++ Config.tmpl Sat Jul 28 11:34:57 2001 X@@ -13,6 +13,9 @@ X * Pas de popup-menu DONT_USE_POPUP (pb LessTif) X */ X X+#define __FreeBSD__ X+#define i386BsdArchitecture X+ X /* Pour installer le démon */ X #define INSTALLDEMON X END-of-french/xtel/files/patch-aa echo x - french/xtel/files/patch-ab sed 's/^X//' >french/xtel/files/patch-ab << 'END-of-french/xtel/files/patch-ab' X--- Imakefile.orig Mon Feb 12 17:33:01 2001 X+++ Imakefile Sun Nov 11 21:12:45 2001 X@@ -23,6 +23,12 @@ X NETWORKCFLAGS = -DNO_NETWORK X #endif X X+#if defined(__FreeBSD__) X+EXTRA_INCLUDES = -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib X+#else X+EXTRA_INCLUDES= X+#endif X+ X #ifdef NO_TERMIO X TERMIOCFLAGS = -DNO_TERMIO X #else X@@ -91,7 +97,7 @@ X SVR4CFLAGS= -DSVR4 X #endif X X- XTELCFLAGS = $(NETWORKCFLAGS) $(TERMIOCFLAGS) $(SELFILECFLAGS) $(LOWMCFLAGS) $(XPMCFLAGS) $(MOTIFCFLAGS) $(SYSLOGCFLAGS) $(TVRCFLAGS) $(WINCFLAGS) $(XTELDFLAGS) $(POPUPFLAGS) X+ XTELCFLAGS = $(NETWORKCFLAGS) $(TERMIOCFLAGS) $(SELFILECFLAGS) $(LOWMCFLAGS) $(XPMCFLAGS) $(MOTIFCFLAGS) $(SYSLOGCFLAGS) $(TVRCFLAGS) $(WINCFLAGS) $(XTELDFLAGS) $(POPUPFLAGS) $(EXTRA_INCLUDES) X X DEPENDFLAGS = $(XTELCFLAGS) X X@@ -193,7 +199,7 @@ X X PROGRAMS = xtel xteld mdmdetect X X-SUBDIRS= Videotex $(WIDGETS) $(XSRA) fonts $(BITMAPSDIR) $(PIXMAPSDIR) iminitel X+SUBDIRS= Videotex $(WIDGETS) $(XSRA) fonts $(BITMAPSDIR) $(PIXMAPSDIR) X X #if !defined(MOTIF) && !defined(NO_SEL_FILE) X NamedMakeSubdirs(all, Xsra) END-of-french/xtel/files/patch-ab echo x - french/xtel/files/patch-ac sed 's/^X//' >french/xtel/files/patch-ac << 'END-of-french/xtel/files/patch-ac' X--- modem.c.orig Tue Feb 13 10:39:23 2001 X+++ modem.c Tue Jul 24 00:03:52 2001 X@@ -307,14 +307,14 @@ X * (comme le Hayes Optima par exemple)... X */ X #ifdef USE_TERMIOS X- ioctl (fd, TCIOCGETA, &term); X+ ioctl (fd, TIOCGETA, &term); X #else X ioctl (fd, TCGETA, &term); X #endif /* USE_TERMIOS */ X if ((term.c_cflag | CLOCAL) == 0) { X term.c_cflag |= CLOCAL; X #ifdef USE_TERMIOS X- ioctl (fd, TCIOCSETA, &term); X+ ioctl (fd, TIOCSETA, &term); X #else X ioctl (fd, TCSETA, &term); X #endif /* USE_TERMIOS */ X@@ -592,7 +592,7 @@ X if (cmodem) { X term.c_cflag &= ~CLOCAL; X #ifdef USE_TERMIOS X- ioctl (fd, TCIOCSETA, &term); X+ ioctl (fd, TIOCSETA, &term); X #else X ioctl (fd, TCSETA, &term); X #endif /* USE_TERMIOS */ END-of-french/xtel/files/patch-ac echo x - french/xtel/files/patch-ad sed 's/^X//' >french/xtel/files/patch-ad << 'END-of-french/xtel/files/patch-ad' X--- mdmdetect.c.orig Sun Feb 11 01:02:58 2001 X+++ mdmdetect.c Tue Jul 24 00:10:05 2001 X@@ -37,7 +37,16 @@ X #include X #include X #include X+#ifdef NO_TERMIO X+#include X+#else X+#ifdef USE_TERMIOS X+#include X+#include X+#else X #include X+#endif /* USE_TERMIOS */ X+#endif X #ifdef SVR4 X #include X #endif /* SVR4 */ END-of-french/xtel/files/patch-ad echo x - french/xtel/Makefile sed 's/^X//' >french/xtel/Makefile << 'END-of-french/xtel/Makefile' X# Ports collection makefile for: xtel X# Date created: Wed Jul 11, 2001 X# Whom: Thierry Thomas () X# X# $FreeBSD$ X# X XPORTNAME= xtel XPORTVERSION= 3.3.0 XCATEGORIES= french comms emulators XMASTER_SITES= http://pficheux.free.fr/xtel/download/ X XMAINTAINER= thierry@thomas.as X XLIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg X X# Remark: Xtel can serve a network, and emulate TVR and I-Minitel, but this is X# the first release of this port, and these functionnalities have not (yet) X# been implemented. X XUSE_IMAKE= yes XUSE_XPM= yes X X.include X XMAN1= xtel.1 xteld.1 X X.if defined(LANG) XCUT= /usr/bin/cut XLANGUE= `${ECHO} ${LANG} | ${CUT} -c 1-2` X.else XLANGUE= english X.endif X XDOCS= COPYING COPYRIGHT FAQ.txt HISTOIRE.txt LISEZMOI.txt README_IMINITEL.txt XPATCH_FILES= Imakefile X Xpost-patch: X.for FILE in ${PATCH_FILES} X @${PERL} -pi -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/${FILE} X.endfor X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for FILE in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X @${ECHO} X @(if [ 0${LANGUE} = 0fr ] ; then \ X ${ECHO_MSG} "La documentation a été installée dans ${DOCSDIR}." ; \ X else \ X ${ECHO_MSG} "Documentation installed in ${DOCSDIR}." ; \ X fi) X.endif X @${TOUCH} ${PREFIX}/lib/X11/xtel/xtel.log X @(if [ 0${LANGUE} = 0fr ] ; then \ X ${CP} ${PKGMESSAGE}-fr ${WRKDIR}/pkg-message ; \ X else \ X ${CP} ${PKGMESSAGE} ${WRKDIR} ; \ X fi) X @${ECHO} X @${CAT} ${WRKDIR}/pkg-message | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" X @${ECHO} X X.include END-of-french/xtel/Makefile echo x - french/xtel/distinfo sed 's/^X//' >french/xtel/distinfo << 'END-of-french/xtel/distinfo' XMD5 (xtel-3.3.0.tar.gz) = 9c26286ec7d4e2d893ddafdf755759bd END-of-french/xtel/distinfo echo x - french/xtel/pkg-descr sed 's/^X//' >french/xtel/pkg-descr << 'END-of-french/xtel/pkg-descr' X[please see english description below] X XXTEL permet d'émuler un Minitel 1B, 2. Xtel est aussi utilisable en réseau, Xet il permet d'émuler les TVR et les I-Minitel, mais ceci n'est pas encore Xpris en compte ce port FreeBSD. X XXTEL is an emulator for the Minitel. The Minitel is a passive terminal, used Xin France to access to different network services via a telephone line. X XWWW: http://www.com1.fr/~pficheux/xtel/ END-of-french/xtel/pkg-descr echo x - french/xtel/pkg-comment sed 's/^X//' >french/xtel/pkg-comment << 'END-of-french/xtel/pkg-comment' XAn emulator for the french Minitel END-of-french/xtel/pkg-comment echo x - french/xtel/pkg-plist sed 's/^X//' >french/xtel/pkg-plist << 'END-of-french/xtel/pkg-plist' Xbin/xtel Xbin/xteld Xbin/mdmdetect Xbin/make_xtel_lignes Xlib/X11/app-defaults/XTel Xlib/X11/app-defaults/XTel-msg Xlib/X11/xtel/modem.list Xlib/X11/xtel/xtel.lignes Xlib/X11/xtel/xtel.log Xlib/X11/xtel/xtel.services Xlib/X11/fonts/xtel/fonts.alias Xlib/X11/fonts/xtel/fonts.dir Xlib/X11/fonts/xtel/g016x10.pcf.gz Xlib/X11/fonts/xtel/g016x20.pcf.gz Xlib/X11/fonts/xtel/g016x40.pcf.gz Xlib/X11/fonts/xtel/g032x20.pcf.gz Xlib/X11/fonts/xtel/g032x40.pcf.gz Xlib/X11/fonts/xtel/g08x10.pcf.gz Xlib/X11/fonts/xtel/g08x20.pcf.gz Xlib/X11/fonts/xtel/g0s16x10.pcf.gz Xlib/X11/fonts/xtel/g0s16x20.pcf.gz Xlib/X11/fonts/xtel/g0s16x40.pcf.gz Xlib/X11/fonts/xtel/g0s32x20.pcf.gz Xlib/X11/fonts/xtel/g0s32x40.pcf.gz Xlib/X11/fonts/xtel/g0s8x10.pcf.gz Xlib/X11/fonts/xtel/g0s8x20.pcf.gz Xlib/X11/fonts/xtel/g116x20.pcf.gz Xlib/X11/fonts/xtel/g18x10.pcf.gz Xlib/X11/fonts/xtel/g1s16x20.pcf.gz Xlib/X11/fonts/xtel/g1s8x10.pcf.gz Xlib/X11/fonts/xtel/xteldigit.pcf.gz X%%PORTDOCS%%share/doc/xtel/COPYING X%%PORTDOCS%%share/doc/xtel/COPYRIGHT X%%PORTDOCS%%share/doc/xtel/FAQ.txt X%%PORTDOCS%%share/doc/xtel/HISTOIRE.txt X%%PORTDOCS%%share/doc/xtel/LISEZMOI.txt X%%PORTDOCS%%share/doc/xtel/README_IMINITEL.txt X@dirrm lib/X11/xtel X@dirrm lib/X11/fonts/xtel X%%PORTDOCS%%@dirrm share/doc/xtel END-of-french/xtel/pkg-plist echo x - french/xtel/pkg-message sed 's/^X//' >french/xtel/pkg-message << 'END-of-french/xtel/pkg-message' X**************************************************************************** XXtel has been installed on %%PREFIX%%/bin/xtel. X XIn order to use it, you have to edit the file /etc/services Xand add the line: X Xxtel 1313/tcp #xtel Minitel emulator X XThen you have to edit the file /etc/inetd.conf (or its equivalent Xif you run another internet services daemon) and add the line: X Xxtel stream tcp nowait root %%PREFIX%%/bin/xteld xteld X XForce the super-daemon to re-read its configuration file by Xkillall -1 inetd X XIf your modem is plugged to /dev/cuaax (where x = 0, 1, 2,...) Xdetect its initialization string by: X Xmdmdetect cuaax X XAfter some time while your computer should be dialoguing with the Xmodem, you should get such a line X XModemModel , 38400 \dat&fm1e0&k3f3\r-OK X XTake note of the second (speed) and last parameters, and report them Xinto the file %%PREFIX%%/lib/X11/xtel/xtel.lignes so that you have a Xline like this one: X Xmodem0,/dev/cuaa0,38400,7,E,\dat&fm1e0&k3f3\r OK atdt\T\r CONNECT,30 X Xwhere cuaa0 should be adjusted to your port number, 38400 to the speed Xdetected by mdmdetect, and where the string included between "E," and atdt Xcorresponds to the third parameter (Note that the "-" has been replaced by Xa space). X XTo end, you just have to install the fonts, either by entering Xxset +fp %%PREFIX%%/lib/X11/fonts/xtel Xxset fp rehash Xor by adding %%PREFIX%%/lib/X11/fonts/xtel to FontPath in your XXF86Config. X**************************************************************************** END-of-french/xtel/pkg-message echo x - french/xtel/pkg-message-fr sed 's/^X//' >french/xtel/pkg-message-fr << 'END-of-french/xtel/pkg-message-fr' X************************************************************************ XXtel a été installé sur %%PREFIX%%/bin/xtel. X XPour pouvoir l'utiliser, vous devez modifier le fichier /etc/services Xet y ajouter la ligne : X Xxtel 1313/tcp #xtel emulateur Minitel X XVous devez ensuite modifier le fichier /etc/inetd.conf (ou son Xéquivalent si vous utilisez un autre super-démon) pour y ajouter la Xligne : X Xxtel stream tcp nowait root %%PREFIX%%/bin/xteld xteld X XForcez le super-démon à relire son fichier de configuration par Xkillall -1 inetd X XSi votre modem est connecté à /dev/cuaax (où x = 0, 1, 2,...) Xdétectez sa chaîne d'initialisation par : X Xmdmdetect cuaax X XAprès quelques instants pendant lesquels votre ordinateur doit dialoguer Xavec le modem, une ligne semblable à la suivante doit s'afficher : X XModèleModem , 38400 \dat&fm1e0&k3f3\r-OK X XNotez le deuxième paramètre (vitesse) et le dernier, et reportez-les Xdans le fichier %%PREFIX%%/lib/X11/xtel/xtel.lignes de façon à avoir Xune ligne telle que : X Xmodem0,/dev/cuaa0,38400,7,E,\dat&fm1e0&k3f3\r OK atdt\T\r CONNECT,30 X Xoù cuaa0 doit être adapté à votre n° de port, 38400 à la vitesse Xdétectée par mdmdetect, et où la chaîne comprise entre "E," et "atdt" Xcorrespond au troisième paramètre (Notez que le "-" est remplacé par Xun blanc). X XIl ne reste plus qu'à installer les polices, soit en entrant Xxset +fp %%PREFIX%%/lib/X11/fonts/xtel Xxset fp rehash Xsoit en ajoutant %%PREFIX%%/lib/X11/fonts/xtel au FontPath de votre Xfichier de XF86Config. X************************************************************************ END-of-french/xtel/pkg-message-fr exit -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 14: 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 ACD6737B419 for ; Sun, 11 Nov 2001 14:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABM01448970; Sun, 11 Nov 2001 14:00:01 -0800 (PST) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 1566637B418 for ; Sun, 11 Nov 2001 13:56:19 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id B5EAF2B67C for ; Sun, 11 Nov 2001 22:56:08 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 15731844; Mon, 12 Nov 2001 08:56:02 +1100 (EST) Message-Id: <20011111215602.15731844@k7.mavetju.org> Date: Mon, 12 Nov 2001 08:56:02 +1100 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31921: net/freenet6: maintainer update Sender: owner-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: 31921 >Category: ports >Synopsis: net/freenet6: maintainer update >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 Nov 11 14:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.4-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Oct 4 08:49:05 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 # $FreeBSD: ports/net/freenet6/Makefile,v 1.1 2001/11/08 15:24:23 kevlo Exp $ >Description: I got a remark that the port didn't work on read-only file systems, therefor this patch. Thanks to Gregory Neil Shapiro. >How-To-Repeat: >Fix: --- freenet6-old/Makefile Mon Nov 12 08:42:42 2001 +++ freenet6/Makefile Mon Nov 12 08:48:10 2001 @@ -7,6 +7,7 @@ PORTNAME= freenet6 PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= # fetch manually EXTRACT_SUFX= .tgz @@ -50,25 +51,22 @@ @${INSTALL_SCRIPT} ${WRKSRC}/template/freebsd4.sh ${PREFIX}/bin/tspc-freebsd4.sh @${INSTALL_MAN} ${WRKSRC}/man/man8/tspc.8 ${PREFIX}/man/man8 @${INSTALL_MAN} ${WRKSRC}/man/man5/tspc.conf.5 ${PREFIX}/man/man5 - @${INSTALL_SCRIPT} ${FILESDIR}/freenet6.sh ${PREFIX}/etc/rc.d/ + @${INSTALL_SCRIPT} ${WRKSRC}/freenet6.sh ${PREFIX}/etc/rc.d/ post-install: - @${CAT} pkg-message + @${CAT} ${WRKSRC}/pkg-message post-patch: @${MV} ${WRKSRC}/src/tspc.c ${WRKSRC}/src/tspc.c.orig @${SED} -e "s|tspc.conf|${PREFIX}/etc/tspc.conf|" < ${WRKSRC}/src/tspc.c.orig > ${WRKSRC}/src/tspc.c - @${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${FILESDIR}/freenet6.sh.in > ${FILESDIR}/freenet6.sh - @${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${FILESDIR}/pkg-message.in > pkg-message + @${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${FILESDIR}/freenet6.sh.in > ${WRKSRC}/freenet6.sh + @${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${FILESDIR}/pkg-message.in > ${WRKSRC}/pkg-message @${MV} ${WRKSRC}/man/man8/tspc.8 ${WRKSRC}/man/man8/tspc.8.orig @${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${WRKSRC}/man/man8/tspc.8.orig > ${WRKSRC}/man/man8/tspc.8 @${MV} ${WRKSRC}/man/man5/tspc.conf.5 ${WRKSRC}/man/man5/tspc.conf.5.orig @${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${WRKSRC}/man/man5/tspc.conf.5.orig > ${WRKSRC}/man/man5/tspc.conf.5 - -post-clean: - @${RM} -f ${FILESDIR}/freenet6.sh .include --- freenet6-old/pkg-message Mon Nov 12 08:42:42 2001 +++ freenet6/pkg-message Mon Nov 12 08:43:00 2001 @@ -4,4 +4,4 @@ - Check the values of /usr/local/etc/tspc.conf. If you have registered at the website, fill in your userid and password there. - Run /usr/local/etc/rc.d/freenet6.sh to start the tunnel. -- Try to ping a IPv6 host, for example: ping6 mud6.fataldimensions.org +- Try to ping a IPv6 host, for example: ping6 www.jp.FreeBSD.org >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 Nov 11 14: 1:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BE3B37B41B for ; Sun, 11 Nov 2001 14:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABM01v48979; Sun, 11 Nov 2001 14:00:01 -0800 (PST) (envelope-from gnats) Received: from mix.premierbank.dp.ua (premierbank.atlantis.dp.ua [193.108.46.78]) by hub.freebsd.org (Postfix) with SMTP id 8170537B417 for ; Sun, 11 Nov 2001 13:57:39 -0800 (PST) Received: (qmail 24847 invoked by uid 85); 11 Nov 2001 21:57:29 -0000 Received: from kot@premierbank.dp.ua by mix.premierbank.dp.ua with qmail-scanner-1.01 (. Clean. Processed in 5.793804 secs); 11 Nov 2001 21:57:29 -0000 Received: from hkot.premierbank.dp.ua (HELO hkot) (192.168.2.4) by mix.premierbank.dp.ua with SMTP; 11 Nov 2001 21:57:23 -0000 Message-Id: <000c01c16afb$d7aefeb0$0402a8c0@premierbank.dp.ua> Date: Sun, 11 Nov 2001 23:57:22 +0200 From: "Konstantin Reznichenko" To: Subject: ports/31922: new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31922 >Category: ports >Synopsis: new 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: Sun Nov 11 14:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bourne-again Superuser >Release: FreeBSD 4.2-RELEASE i386 >Organization: PREMIERBANK >Environment: =20 >Description: =20 # 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: # # drweb-qmail # drweb-qmail/files # drweb-qmail/files/patch-aa # drweb-qmail/Makefile # drweb-qmail/distinfo # drweb-qmail/pkg-comment # drweb-qmail/pkg-descr # drweb-qmail/pkg-plist # echo c - drweb-qmail mkdir -p drweb-qmail > /dev/null 2>&1 echo c - drweb-qmail/files mkdir -p drweb-qmail/files > /dev/null 2>&1 echo x - drweb-qmail/files/patch-aa sed 's/^X//' >drweb-qmail/files/patch-aa << = 'END-of-drweb-qmail/files/patch-aa' X--- configure.orig Thu Sep 6 02:11:26 2001 X+++ configure Sun Nov 11 18:01:40 2001 X@@ -341,6 +341,10 @@ X then X INOCUCMD=3D"${INOCUCMD:-$dir/inocucmd}" X fi =20 X+ if test -x $dir/drweb_qmail.pl X+ then X+ DRWEB=3D"${DRWEB:-$dir/drweb_qmail.pl}" X+ fi =20 X if test -x $dir/find X then X FIND=3D"${FIND:-$dir/find}" X@@ -652,6 +656,12 @@ X SCANNER_ARRAY=3D"$SCANNER_ARRAY,\"inocucmd\"" X fi X=20 X+if [ "$DRWEB" !=3D "" ]; then=20 X+ echo "drweb=3D$DRWEB"=20 X+ SCANNER_ARRAY=3D"$SCANNER_ARRAY,\"drweb\"" X+fi X+ X+ X USERNAME=3D${USERNAME:-$LOGNAME} X=20 X SCANNER_ARRAY=3D`echo $SCANNER_ARRAY|sed 's/^,//g'` X@@ -800,6 +810,7 @@ X s?AVPDAEMON?$AVPDAEMON?g; X s?FSECURE?$FSECURE?g; X s?INOCUCMD?$INOCUCMD?g; X+s?DRWEB?$DRWEB?g; X s?USERNAME?$USERNAME?g; X s?FQDN?$FQDN?g; X s?MAILDOMAIN?$MAILDOMAIN?g; X--- qmail-scanner-queue.template.orig Fri Sep 7 01:12:20 2001 X+++ qmail-scanner-queue.template Wed Oct 17 17:29:37 2001 X@@ -166,6 +166,7 @@ X my $avpdaemon_binary=3D'AVPDAEMON'; X my $fsecure_binary=3D'FSECURE'; X my $inocucmd_binary=3D'INOCUCMD'; X+my $drweb_binary=3D'DRWEB'; X $ENV{'PATH'}=3D'/bin:/usr/bin'; X=20 X my $SCANINFO=3D''; X--- sub-drweb.pl.orig Thu Jan 1 03:00:00 1970 X+++ sub-drweb.pl Wed Oct 17 17:33:36 2001 X@@ -0,0 +1,42 @@ X+sub drweb { X+ # Call DrWeb Daemon Perl-Wrapper Client X+ &debug("drweb: starting scan of directory = \"$scandir/$file_id\"..."); X+ my ($drweb_verbose)=3D"" if ($DEBUG); X+ my ($start_drweb_time)=3D[gettimeofday]; X+ my ($DD,$drweb_status,$stop_drweb_time,$drweb_time); X+ &debug("drweb: run $drweb_binary $scandir/$file_id"); X+ $DD =3D `perl $drweb_binary $scandir/$file_id`; X+ $drweb_status =3D ($? >> 8); X+ &debug("drweb: wrapper return code($drweb_status) and = string:\n$DD"); X+ if( $drweb_status eq 1 ) { X+ my @list =3D split(/\n/,$DD); X+ $quarantine_description =3D ''; =20 X+ foreach( @list ) { =20 X+ $quarantine_description .=3D "$_\n"; X+ $quarantine_event++; X+ } X+ &debug("drweb: Found a viruses:\n$quarantine_description"); X+ $description .=3D "\n--- drweb results ---\n$DD"; X+ }=20 X+ elsif( $drweb_status eq 2 ) { X+ $quarantine_description =3D "possible contain a mailbomb"; =20 X+ $quarantine_event=3D1; X+ &debug("drweb: message possible contain a mailbomb"); X+ $description .=3D "\n--- drweb results ---\nmessage possible = contain a mailbomb"; X+ } =20 X+ elsif( $drweb_status eq 3 ) { X+ $quarantine_description =3D "contain an unchecked objects"; =20 X+ $quarantine_event=3D1; X+ &debug("drweb: message possible contain an unchecked objects"); X+ $description .=3D "\n--- drweb results ---\nmessage contain an = unchecked objects"; X+ } =20 X+ elsif( $drweb_status eq 10 ) { X+ &debug("drweb: message has not been checked - $DD"); X+ } =20 X+ elsif( $drweb_status > 0 ) { X+ &tempfail("drweb: antivirus software failure"); X+ } =20 X+ my ($stop_drweb_time)=3D[gettimeofday]; X+ $drweb_time =3D tv_interval ($start_drweb_time, $stop_drweb_time); X+ &debug("drweb: finished scan of dir \"$scandir/$file_id\" in = $drweb_time secs"); X+} END-of-drweb-qmail/files/patch-aa echo x - drweb-qmail/Makefile sed 's/^X//' >drweb-qmail/Makefile << 'END-of-drweb-qmail/Makefile' X# New ports collection makefile for: DrWeb_QMail X# Date created: 9 November 2001 X# Whom: Konstantin Reznichenko X# X# $FreeBSD$ X# X XPORTNAME=3D drweb_qmail XPORTVERSION=3D 4.26c XCATEGORIES=3D security mail XMASTER_SITES=3D http://prdownloads.sourceforge.net/qmail-scanner/ XDISTNAME=3D qmail-scanner-1.01 XEXTRACT_SUFX=3D .tgz X XMAINTAINER=3D kot@premierbank.dp.ua X XDRWEBBASE=3D ${LOCALBASE}/drweb XIS_INTERACTIVE=3D yes X XBUILD_DEPENDS=3D ${DRWEBBASE}/drwebd:${PORTSDIR}/security/drweb \ X ${PORTSDIR}/mail/qmail \ X ${PORTSDIR}/devel/p5-Time-HiRes \ X ${LOCALBASE}/bin/maildrop:${PORTSDIR}/mail/maildrop \ X ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef XRUN_DEPENDS=3D ${BUILD_DEPENDS} X XWRKSRC=3D ${WRKDIR}/${DISTNAME} X XCONFIGURE_ENV=3D PATH=3D${PATH}:${LOCALBASE}/drweb/clients/qmail XNO_BUILD=3D yes X Xdo-install: X cd ${DRWEBBASE}/clients/drwebdc && ./${CONFIGURE_SCRIPT} && ${MAKE} X cd ${WRKSRC} && ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} --install X ${CHMOD} 4711 /usr/bin/suidperl X X.include END-of-drweb-qmail/Makefile echo x - drweb-qmail/distinfo sed 's/^X//' >drweb-qmail/distinfo << 'END-of-drweb-qmail/distinfo' XMD5 (qmail-scanner-1.01.tgz) =3D 82b92420eda64e18197f35dbbd0a8a3d END-of-drweb-qmail/distinfo echo x - drweb-qmail/pkg-comment sed 's/^X//' >drweb-qmail/pkg-comment << = 'END-of-drweb-qmail/pkg-comment' XQmail message filter for virus processing through DrWeb daemon END-of-drweb-qmail/pkg-comment echo x - drweb-qmail/pkg-descr sed 's/^X//' >drweb-qmail/pkg-descr << 'END-of-drweb-qmail/pkg-descr' XQmail message filter for virus processing through Qmail-Scanner and XDrWeb daemon (Qmail-Scanner: Email Scanning Harness for = Qmail).END-of-drweb-qmail/pkg-descr echo x - drweb-qmail/pkg-plist sed 's/^X//' >drweb-qmail/pkg-plist << 'END-of-drweb-qmail/pkg-plist' X@cwd /usr/bin X@exec chmod 4711 %D/suidperl X@cwd /var/spool X@exec mkdir -p %D/qmailscan/quarantine/cur X@exec mkdir -p %D/qmailscan/quarantine/new X@exec mkdir -p %D/qmailscan/quarantine/tmp X@exec mkdir -p %D/qmailscan/working/cur X@exec mkdir -p %D/qmailscan/working/new X@exec mkdir -p %D/qmailscan/working/tmp X@exec ln -s %D/qmailscan/quarantine %D/qmailscan/viruses Xqmailscan/qmail-queue.log Xqmailscan/qmail-scanner-queue-version.txt Xqmailscan/quarantine-attachments.db Xqmailscan/quarantine-attachments.txt Xqmailscan/quarantine.log X@exec ln -s %D/qmailscan/quarantine.log %D/qmailscan/viruses.log X@dirrm qmailscan/quarantine/cur X@dirrm qmailscan/quarantine/new X@dirrm qmailscan/quarantine/tmp X@dirrm qmailscan/quarantine X@dirrm qmailscan/working/cur X@dirrm qmailscan/working/new X@dirrm qmailscan/working/tmp X@dirrm qmailscan/working X@unexec unlink /var/spool/qmailscan/viruses X@unexec unlink /var/spool/qmailscan/viruses.log X@dirrm qmailscan END-of-drweb-qmail/pkg-plist exit >How-To-Repeat: =20 >Fix: =20 ------=_NextPart_000_0009_01C16B0C.9AA68B30 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
>Submitter-Id:  =20 current-users
>Originator:     Bourne-again=20 Superuser
>Organization:  =20 PREMIERBANK
>Confidential:  =20 no
>Synopsis:       new=20 port
>Severity:       non-critic= al
>Priority:       low
>C= ategory:      =20 ports
>Release:        FreeBSD=20 4.2-RELEASE=20 i386
>Class:          = change-request
>Environment:
 
 <Relevant environment information (multiple = lines)>
 
>Description:
 
# This is a shell archive.  Save it = in a file,=20 remove anything before
# this line, and then unpack it by entering = "sh=20 file".  Note, it may
# create directories; files and directories = will be=20 owned by you and
# have default permissions.
#
# This archive=20 contains:
#
# drweb-qmail
# drweb-qmail/files
#&nbs= p;drweb-qmail/files/patch-aa
# drweb-qmail/Makefile
# drw= eb-qmail/distinfo
# drweb-qmail/pkg-comment
# drweb-qmail= /pkg-descr
# drweb-qmail/pkg-plist
#
echo=20 c - drweb-qmail
mkdir -p drweb-qmail > /dev/null = 2>&1
echo c -=20 drweb-qmail/files
mkdir -p drweb-qmail/files > /dev/null=20 2>&1
echo x - drweb-qmail/files/patch-aa
sed 's/^X//'=20 >drweb-qmail/files/patch-aa <<=20 'END-of-drweb-qmail/files/patch-aa'
X--- configure.orig Thu = Sep  6=20 02:11:26 2001
X+++ configure Sun Nov 11 18:01:40 2001
X@@ = -341,6=20 +341,10 @@
X     then
X=20  INOCUCMD=3D"${INOCUCMD:-$dir/inocucmd}"
X    = ;=20 fi   
X+    if test -x=20 $dir/drweb_qmail.pl
X+   =20 then
X+ DRWEB=3D"${DRWEB:-$dir/drweb_qmail.pl}"
X+  =  =20 fi   
X     if test -x=20 $dir/find
X     then
X=20  FIND=3D"${FIND:-$dir/find}"
X@@ -652,6 +656,12=20 @@
X     = SCANNER_ARRAY=3D"$SCANNER_ARRAY,\"inocucmd\""
X=20 fi
X
X+if [ "$DRWEB" !=3D "" ]; then
X+    = echo=20 "drweb=3D$DRWEB"
X+   =20 SCANNER_ARRAY=3D"$SCANNER_ARRAY,\"drweb\""
X+fi
X+
X+
X=20 USERNAME=3D${USERNAME:-$LOGNAME}
X
X SCANNER_ARRAY=3D`echo = $SCANNER_ARRAY|sed=20 's/^,//g'`
X@@ -800,6 +810,7 @@
X s?AVPDAEMON?$AVPDAEMON?g;
X=20 s?FSECURE?$FSECURE?g;
X = s?INOCUCMD?$INOCUCMD?g;
X+s?DRWEB?$DRWEB?g;
X=20 s?USERNAME?$USERNAME?g;
X s?FQDN?$FQDN?g;
X=20 s?MAILDOMAIN?$MAILDOMAIN?g;
X--- = qmail-scanner-queue.template.orig Fri=20 Sep  7 01:12:20 2001
X+++ qmail-scanner-queue.template Wed = Oct 17=20 17:29:37 2001
X@@ -166,6 +166,7 @@
X my=20 $avpdaemon_binary=3D'AVPDAEMON';
X my = $fsecure_binary=3D'FSECURE';
X my=20 $inocucmd_binary=3D'INOCUCMD';
X+my $drweb_binary=3D'DRWEB';
X=20 $ENV{'PATH'}=3D'/bin:/usr/bin';
X
X my $SCANINFO=3D'';
X---=20 sub-drweb.pl.orig Thu Jan  1 03:00:00 1970
X+++=20 sub-drweb.pl Wed Oct 17 17:33:36 2001
X@@ -0,0 +1,42 @@
X+sub = drweb=20 {
X+  # Call DrWeb Daemon Perl-Wrapper Client
X+ =20 &debug("drweb: starting scan of directory=20 \"$scandir/$file_id\"...");
X+  my ($drweb_verbose)=3D"" if=20 ($DEBUG);
X+  my = ($start_drweb_time)=3D[gettimeofday];
X+  my=20 ($DD,$drweb_status,$stop_drweb_time,$drweb_time);
X+  = &debug("drweb:=20 run $drweb_binary $scandir/$file_id");
X+  $DD =3D `perl = $drweb_binary=20 $scandir/$file_id`;
X+  $drweb_status =3D ($? >> = 8);
X+ =20 &debug("drweb: wrapper return code($drweb_status) and=20 string:\n$DD");
X+  if( $drweb_status eq 1 ) = {
X+   =20 my @list =3D split(/\n/,$DD);
X+    = $quarantine_description =3D=20 '';   
X+    foreach( @list )=20 {       =20
X+        $quarantine_description = .=3D=20 "$_\n";
X+       =20 $quarantine_event++;
X+    }
X+   =20 &debug("drweb: Found a=20 viruses:\n$quarantine_description");
X+    = $description .=3D=20 "\n--- drweb results ---\n$DD";
X+  }
X+  elsif( = $drweb_status=20 eq 2 ) {
X+    $quarantine_description =3D "possible = contain a=20 mailbomb";   
X+   =20 $quarantine_event=3D1;
X+    &debug("drweb: = message possible=20 contain a mailbomb");
X+    $description .=3D "\n--- = drweb=20 results ---\nmessage possible contain a mailbomb";
X+  } =20
X+  elsif( $drweb_status eq 3 ) {
X+   =20 $quarantine_description =3D "contain an unchecked = objects";   =20
X+    $quarantine_event=3D1;
X+   =20 &debug("drweb: message possible contain an unchecked=20 objects");
X+    $description .=3D "\n--- drweb = results=20 ---\nmessage contain an unchecked objects";
X+  }  =
X+ =20 elsif( $drweb_status eq 10 ) {
X+    = &debug("drweb:=20 message has not been checked - $DD");
X+  } 
X+  = elsif(=20 $drweb_status > 0 ) {
X+    &tempfail("drweb: = antivirus=20 software failure");
X+  } 
X+  my=20 ($stop_drweb_time)=3D[gettimeofday];
X+  $drweb_time =3D = tv_interval=20 ($start_drweb_time, $stop_drweb_time);
X+  &debug("drweb: = finished=20 scan of dir \"$scandir/$file_id\" in $drweb_time=20 secs");
X+}
END-of-drweb-qmail/files/patch-aa
echo x -=20 drweb-qmail/Makefile
sed 's/^X//' >drweb-qmail/Makefile <<=20 'END-of-drweb-qmail/Makefile'
X# New ports collection makefile = for: =20 DrWeb_QMail
X# Date = created:        =20 9 November 2001
X#=20 Whom:           &n= bsp;    =20 Konstantin Reznichenko <kot@premierbank.dp.ua>
X#=
X#=20 $FreeBSD$
X#
X
XPORTNAME=3D drweb_qmail
XPORTVERSION=3D&= nbsp;4.26c
XCATEGORIES=3D security=20 mail
XMASTER_SITES=3D http://prdownl= oads.sourceforge.net/qmail-scanner/
XDISTNAME=3D qmail-scanne= r-1.01
XEXTRACT_SUFX=3D .tgz
X
XMAINTAINER=3D  &n= bsp; =20 kot@premierbank.dp.ua
X
X= DRWEBBASE=3D ${LOCALBASE}/drweb
XIS_INTERACTIVE=3D yes
X<= BR>XBUILD_DEPENDS=3D ${DRWEBBASE}/drwebd:${PORTSDIR}/security/drweb = \
X  ${PORTSDIR}/mail/qmail=20 \
X  ${PORTSDIR}/devel/p5-Time-HiRes=20 \
X  ${LOCALBASE}/bin/maildrop:${PORTSDIR}/mail/maildrop=20 \
X  ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef
XR= UN_DEPENDS=3D ${BUILD_DEPENDS}
X
XWRKSRC=3D  ${WRKDI= R}/${DISTNAME}
X
XCONFIGURE_ENV=3D PATH=3D${PATH}:${LOCALBASE}= /drweb/clients/qmail
XNO_BUILD=3D yes
X
Xdo-install:
X&n= bsp;cd=20 ${DRWEBBASE}/clients/drwebdc && ./${CONFIGURE_SCRIPT} && = ${MAKE}
X cd ${WRKSRC} && ${CONFIGURE_ENV} = ./${CONFIGURE_SCRIPT}=20 --install
X ${CHMOD} 4711 /usr/bin/suidperl
X
X.include=20 <bsd.port.mk>
END-of-drweb-qmail/Makefile
echo x -=20 drweb-qmail/distinfo
sed 's/^X//' >drweb-qmail/distinfo <<=20 'END-of-drweb-qmail/distinfo'
XMD5 (qmail-scanner-1.01.tgz) =3D=20 82b92420eda64e18197f35dbbd0a8a3d
END-of-drweb-qmail/distinfo
echo = x -=20 drweb-qmail/pkg-comment
sed 's/^X//' >drweb-qmail/pkg-comment = <<=20 'END-of-drweb-qmail/pkg-comment'
XQmail message filter for virus = processing=20 through DrWeb daemon
END-of-drweb-qmail/pkg-comment
echo x -=20 drweb-qmail/pkg-descr
sed 's/^X//' >drweb-qmail/pkg-descr << = 'END-of-drweb-qmail/pkg-descr'
XQmail message filter for virus = processing=20 through Qmail-Scanner and
XDrWeb daemon (Qmail-Scanner: Email = Scanning=20 Harness for Qmail).END-of-drweb-qmail/pkg-descr
echo x -=20 drweb-qmail/pkg-plist
sed 's/^X//' >drweb-qmail/pkg-plist << = 'END-of-drweb-qmail/pkg-plist'
X@cwd=20 /usr/bin
X@exec chmod 4711 = %D/suidperl
X@cwd /var/spool
X@exec=20 mkdir -p %D/qmailscan/quarantine/cur
X@exec mkdir=20 -p %D/qmailscan/quarantine/new
X@exec = mkdir -p=20 %D/qmailscan/quarantine/tmp
X@exec = mkdir -p=20 %D/qmailscan/working/cur
X@exec mkdir = -p=20 %D/qmailscan/working/new
X@exec mkdir = -p=20 %D/qmailscan/working/tmp
X@exec ln -s=20 %D/qmailscan/quarantine=20 %D/qmailscan/viruses
Xqmailscan/qmail-queue.log
Xqmailscan/qmail-sc= anner-queue-version.txt
Xqmailscan/quarantine-attachments.db
Xqmail= scan/quarantine-attachments.txt
Xqmailscan/quarantine.log
X@exec ln -s %D/qmailscan/quarantine.log=20 %D/qmailscan/viruses.log
X@dirrm=20 qmailscan/quarantine/cur
X@dirrm=20 qmailscan/quarantine/new
X@dirrm=20 qmailscan/quarantine/tmp
X@dirrm=20 qmailscan/quarantine
X@dirrm=20 qmailscan/working/cur
X@dirrm=20 qmailscan/working/new
X@dirrm=20 qmailscan/working/tmp
X@dirrm=20 qmailscan/working
X@unexec unlink=20 /var/spool/qmailscan/viruses
X@unexec = unlink=20 /var/spool/qmailscan/viruses.log
X@dirrm=20 qmailscan
END-of-drweb-qmail/pkg-plist
exit
 
>How-To-Repeat:
 
 <Code/input/activities to reproduce the problem (multiple=20 lines)>
 
>Fix:
 
 <How to correct or work around the problem, if known = (multiple=20 lines)>
------=_NextPart_000_0009_01C16B0C.9AA68B30-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C16B0C.9AA68B30 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 14:50: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 514FB37B422 for ; Sun, 11 Nov 2001 14:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABMo1R56304; Sun, 11 Nov 2001 14:50:01 -0800 (PST) (envelope-from gnats) Received: from sharmas.dhs.org (cpe-66-1-147-119.ca.sprintbbd.net [66.1.147.119]) by hub.freebsd.org (Postfix) with ESMTP id C3A2F37B405 for ; Sun, 11 Nov 2001 14:46:19 -0800 (PST) Received: by sharmas.dhs.org (Postfix, from userid 500) id 9DA715E2E7; Sun, 11 Nov 2001 14:46:16 -0800 (PST) Received: from astra.mirabella.net (astra.mirabella.net [192.168.1.3]) by sharmas.dhs.org (Postfix) with ESMTP id 4B6A05E2B9 for ; Sun, 11 Nov 2001 09:20:13 -0800 (PST) Received: (from adsharma@localhost) by astra.mirabella.net (8.11.6/8.11.6) id fAB4jCW42456; Sat, 10 Nov 2001 20:45:12 -0800 (PST) (envelope-from adsharma) Message-Id: <200111110445.fAB4jCW42456@astra.mirabella.net> Date: Sat, 10 Nov 2001 20:45:12 -0800 (PST) From: Arun Sharma To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31923: Maintainer update devel/sip to 2.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31923 >Category: ports >Synopsis: Maintainer update devel/sip to 2.5 >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 Nov 11 14:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Arun Sharma >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD astra.mirabella.net 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sat Oct 20 22:59:10 PDT 2001 root@astra.mirabella.net:/usr.current/obj/usr.current/src/sys/astra i386 >Description: The attached patch updated the port to sip-2.5 >How-To-Repeat: >Fix: diff -urN sip.old/Makefile sip/Makefile --- sip.old/Makefile Sat Nov 10 11:49:21 2001 +++ sip/Makefile Sat Nov 10 11:51:02 2001 @@ -6,9 +6,9 @@ # PORTNAME= sip -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= devel python -MASTER_SITES= http://www.river-bank.demon.co.uk/software/ +MASTER_SITES= ftp://ftp.rygannon.com/pub/sip/ MAINTAINER= adsharma@sharmas.dhs.org diff -urN sip.old/distinfo sip/distinfo --- sip.old/distinfo Sat Nov 10 11:49:21 2001 +++ sip/distinfo Sat Nov 10 12:00:36 2001 @@ -1 +1 @@ -MD5 (sip-2.4.tar.gz) = 281a1a18fdd126a8e8722ee97c808729 +MD5 (sip-2.5.tar.gz) = 61d0663c1e015f77e2b2de4b43f8ebbf diff -urN sip.old/pkg-plist sip/pkg-plist --- sip.old/pkg-plist Sat Nov 10 11:49:21 2001 +++ sip/pkg-plist Sat Nov 10 11:59:38 2001 @@ -1,7 +1,7 @@ bin/sip include/sip/sip.h include/sip/sipQt.h -lib/libsip.so.5 +lib/libsip.so.6 lib/libsip.so lib/libsip.la lib/libsip.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 Sun Nov 11 15: 1:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from forrie.net (forrie.net [64.20.73.229]) by hub.freebsd.org (Postfix) with ESMTP id B9E3137B417 for ; Sun, 11 Nov 2001 15:01:18 -0800 (PST) Received: from dell.forrie.com (forrie.cmt.det.wayport.net [204.92.48.88]) by forrie.net with id fABN1Hn14265 for ; Sun, 11 Nov 2001 18:01:17 -0500 (EST) Message-Id: <5.1.0.14.2.20011111175828.00b7aea0@64.20.73.229> X-Sender: forrie@64.20.73.229 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 11 Nov 2001 18:01:17 -0500 To: ports@freebsd.org From: Forrest Aldrich Subject: gdImageGif on PHP-4.0.6 with GD FreeBSD Port 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 I've perused the net and have found many references to this bug, but no apparent fix. I'm attempting to compile php-4.0.6 on FreeBSD-4.4-STABLE (currently cvsup'd), using GD, and continue to experience the error below. I've followed some suggested direction, ensuring that I only have 1 version of GD installed. In fact, last night, I tried compiling against GD-1 and GD-2 and I get the same errors. This is very frustrating, and I wonder if you can shed some light on this. There was a couple of postings that suggested this problem may be specifically related to the FreeBSD ports of GD, which I am depending upon in this compile. Note that I am not using the Ports version of PHP to compile this, but this shouldn't make any difference as the bug is still present somewhere. Forrest gmake[3]: Entering directory `/usr/local/src/php-4.0.6/ext/gd' /bin/sh /usr/local/src/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/usr/local/src/php-4.0.6/ext/gd -I/usr/local/src/php-4.0.6/main -I/usr/local/src/php-4.0.6 -I/usr/apache/include/apache -I/usr/local/src/php-4.0.6/Zend -I/usr/local/include/freetype -I/usr/local/include/gd -I/usr/local/include -I/usr/local/include/c-client -I/usr/local/include/mysql -I/usr/local/src/php-4.0.6/ext/xml/expat/xmltok -I/usr/local/src/php-4.0.6/ext/xml/expat/xmlparse -I/usr/local/src/php-4.0.6/TSRM -DMOD_SSL=208104 -DEAPI -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c gd.c gd.c: In function `php_if_imagegif': gd.c:1404: `gdImageGif' undeclared (first use in this function) gd.c:1404: (Each undeclared identifier is reported only once gd.c:1404: for each function it appears in.) gmake[3]: *** [gd.lo] Error 1 gmake[3]: Leaving directory `/usr/local/src/php-4.0.6/ext/gd' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/local/src/php-4.0.6/ext/gd' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/src/php-4.0.6/ext' gmake: *** [all-recursive] Error 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 15:23: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (aragon.noos.net [212.198.2.75]) by hub.freebsd.org (Postfix) with ESMTP id EE4DE37B41A for ; Sun, 11 Nov 2001 15:23:01 -0800 (PST) Received: (qmail 52423459 invoked by uid 0); 11 Nov 2001 21:08:08 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.75 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Nov 2001 21:08:08 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fABL85615657; Sun, 11 Nov 2001 22:08:05 +0100 (CET) (envelope-from root) Message-Id: <200111112108.fABL85615657@gits.dyndns.org> Subject: Re: netscape 6.2 - unable to resolv hostnames In-Reply-To: <01111116001508.18530@i8k.babbleon.org> To: "Brian T . Schellenberger" Date: Sun, 11 Nov 2001 22:08:05 +0100 (CET) Cc: "Louis A. Mamakos" , freebsd-ports , freebsd-emulation , trevor@FreeBSD.ORG Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Brian T . Schellenberger wrote: > On Sunday 11 November 2001 15:11, Louis A. Mamakos wrote: > > The linux resolver really seems intent on having a > > /compat/linux/etc/resolv.conf file, even though the native resolver "does > > the right thing" without it. > > Linux uses the Linux resolver, which is less "loose" about the format of the > resolv.conf files. All fields must be expclitly labeled; that is, the > strings "search" and "nameserver" *mustI* apepar within the file. > > Is that a posssible source of the difficulty? they're all here. see my previous answer about the precise content of my resolv.conf. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 15:39: 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 314FB37B41C; Sun, 11 Nov 2001 15:39:07 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABNW6o63019; Sun, 11 Nov 2001 15:32:06 -0800 (PST) (envelope-from petef) Date: Sun, 11 Nov 2001 15:32:06 -0800 (PST) From: Message-Id: <200111112332.fABNW6o63019@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/31921: net/freenet6: maintainer update Sender: owner-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: net/freenet6: maintainer update Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sun Nov 11 15:31:56 PST 2001 Responsible-Changed-Why: I'm working with the submitter on this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31921 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 16:20: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 51F0E37B417 for ; Sun, 11 Nov 2001 16:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAC0K3B70331; Sun, 11 Nov 2001 16:20:03 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Nov 2001 16:20:03 -0800 (PST) Message-Id: <200111120020.fAC0K3B70331@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/29286: New port: french/xtel - an emulator for the french Minitel Reply-To: Thierry Thomas Sender: owner-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/29286; it has been noted by GNATS. From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/29286: New port: french/xtel - an emulator for the french Minitel Date: Mon, 12 Nov 2001 01:12:43 +0100 Le 9 Nov 01 à 15:10:02 +0000, Thierry Thomas écrivait : > Please replace the archive enclosed in the original PR with this one: Sorry, I have sent the new one (with Cyrille's suggestions) to the ports list, but I had forgotten to Cc: to gnats. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # french/xtel # french/xtel/files # french/xtel/files/patch-aa # french/xtel/files/patch-ab # french/xtel/files/patch-ac # french/xtel/files/patch-ad # french/xtel/Makefile # french/xtel/distinfo # french/xtel/pkg-descr # french/xtel/pkg-comment # french/xtel/pkg-plist # french/xtel/pkg-message # french/xtel/pkg-message-fr # echo c - french/xtel mkdir -p french/xtel > /dev/null 2>&1 echo c - french/xtel/files mkdir -p french/xtel/files > /dev/null 2>&1 echo x - french/xtel/files/patch-aa sed 's/^X//' >french/xtel/files/patch-aa << 'END-of-french/xtel/files/patch-aa' X--- Config.tmpl.orig Tue Feb 13 09:53:03 2001 X+++ Config.tmpl Sat Jul 28 11:34:57 2001 X@@ -13,6 +13,9 @@ X * Pas de popup-menu DONT_USE_POPUP (pb LessTif) X */ X X+#define __FreeBSD__ X+#define i386BsdArchitecture X+ X /* Pour installer le démon */ X #define INSTALLDEMON X END-of-french/xtel/files/patch-aa echo x - french/xtel/files/patch-ab sed 's/^X//' >french/xtel/files/patch-ab << 'END-of-french/xtel/files/patch-ab' X--- Imakefile.orig Mon Feb 12 17:33:01 2001 X+++ Imakefile Sun Nov 11 21:12:45 2001 X@@ -23,6 +23,12 @@ X NETWORKCFLAGS = -DNO_NETWORK X #endif X X+#if defined(__FreeBSD__) X+EXTRA_INCLUDES = -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib X+#else X+EXTRA_INCLUDES= X+#endif X+ X #ifdef NO_TERMIO X TERMIOCFLAGS = -DNO_TERMIO X #else X@@ -91,7 +97,7 @@ X SVR4CFLAGS= -DSVR4 X #endif X X- XTELCFLAGS = $(NETWORKCFLAGS) $(TERMIOCFLAGS) $(SELFILECFLAGS) $(LOWMCFLAGS) $(XPMCFLAGS) $(MOTIFCFLAGS) $(SYSLOGCFLAGS) $(TVRCFLAGS) $(WINCFLAGS) $(XTELDFLAGS) $(POPUPFLAGS) X+ XTELCFLAGS = $(NETWORKCFLAGS) $(TERMIOCFLAGS) $(SELFILECFLAGS) $(LOWMCFLAGS) $(XPMCFLAGS) $(MOTIFCFLAGS) $(SYSLOGCFLAGS) $(TVRCFLAGS) $(WINCFLAGS) $(XTELDFLAGS) $(POPUPFLAGS) $(EXTRA_INCLUDES) X X DEPENDFLAGS = $(XTELCFLAGS) X X@@ -193,7 +199,7 @@ X X PROGRAMS = xtel xteld mdmdetect X X-SUBDIRS= Videotex $(WIDGETS) $(XSRA) fonts $(BITMAPSDIR) $(PIXMAPSDIR) iminitel X+SUBDIRS= Videotex $(WIDGETS) $(XSRA) fonts $(BITMAPSDIR) $(PIXMAPSDIR) X X #if !defined(MOTIF) && !defined(NO_SEL_FILE) X NamedMakeSubdirs(all, Xsra) END-of-french/xtel/files/patch-ab echo x - french/xtel/files/patch-ac sed 's/^X//' >french/xtel/files/patch-ac << 'END-of-french/xtel/files/patch-ac' X--- modem.c.orig Tue Feb 13 10:39:23 2001 X+++ modem.c Tue Jul 24 00:03:52 2001 X@@ -307,14 +307,14 @@ X * (comme le Hayes Optima par exemple)... X */ X #ifdef USE_TERMIOS X- ioctl (fd, TCIOCGETA, &term); X+ ioctl (fd, TIOCGETA, &term); X #else X ioctl (fd, TCGETA, &term); X #endif /* USE_TERMIOS */ X if ((term.c_cflag | CLOCAL) == 0) { X term.c_cflag |= CLOCAL; X #ifdef USE_TERMIOS X- ioctl (fd, TCIOCSETA, &term); X+ ioctl (fd, TIOCSETA, &term); X #else X ioctl (fd, TCSETA, &term); X #endif /* USE_TERMIOS */ X@@ -592,7 +592,7 @@ X if (cmodem) { X term.c_cflag &= ~CLOCAL; X #ifdef USE_TERMIOS X- ioctl (fd, TCIOCSETA, &term); X+ ioctl (fd, TIOCSETA, &term); X #else X ioctl (fd, TCSETA, &term); X #endif /* USE_TERMIOS */ END-of-french/xtel/files/patch-ac echo x - french/xtel/files/patch-ad sed 's/^X//' >french/xtel/files/patch-ad << 'END-of-french/xtel/files/patch-ad' X--- mdmdetect.c.orig Sun Feb 11 01:02:58 2001 X+++ mdmdetect.c Tue Jul 24 00:10:05 2001 X@@ -37,7 +37,16 @@ X #include X #include X #include X+#ifdef NO_TERMIO X+#include X+#else X+#ifdef USE_TERMIOS X+#include X+#include X+#else X #include X+#endif /* USE_TERMIOS */ X+#endif X #ifdef SVR4 X #include X #endif /* SVR4 */ END-of-french/xtel/files/patch-ad echo x - french/xtel/Makefile sed 's/^X//' >french/xtel/Makefile << 'END-of-french/xtel/Makefile' X# Ports collection makefile for: xtel X# Date created: Wed Jul 11, 2001 X# Whom: Thierry Thomas () X# X# $FreeBSD$ X# X XPORTNAME= xtel XPORTVERSION= 3.3.0 XCATEGORIES= french comms emulators XMASTER_SITES= http://pficheux.free.fr/xtel/download/ X XMAINTAINER= thierry@thomas.as X XLIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg X X# Remark: Xtel can serve a network, and emulate TVR and I-Minitel, but this is X# the first release of this port, and these functionnalities have not (yet) X# been implemented. X XUSE_IMAKE= yes XUSE_XPM= yes X X.include X XMAN1= xtel.1 xteld.1 X X.if defined(LANG) XCUT= /usr/bin/cut XLANGUE= `${ECHO} ${LANG} | ${CUT} -c 1-2` X.else XLANGUE= english X.endif X XDOCS= COPYING COPYRIGHT FAQ.txt HISTOIRE.txt LISEZMOI.txt README_IMINITEL.txt XPATCH_FILES= Imakefile X Xpost-patch: X.for FILE in ${PATCH_FILES} X @${PERL} -pi -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/${FILE} X.endfor X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for FILE in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X @${ECHO} X @(if [ 0${LANGUE} = 0fr ] ; then \ X ${ECHO_MSG} "La documentation a été installée dans ${DOCSDIR}." ; \ X else \ X ${ECHO_MSG} "Documentation installed in ${DOCSDIR}." ; \ X fi) X.endif X @${TOUCH} ${PREFIX}/lib/X11/xtel/xtel.log X @(if [ 0${LANGUE} = 0fr ] ; then \ X ${CP} ${PKGMESSAGE}-fr ${WRKDIR}/pkg-message ; \ X else \ X ${CP} ${PKGMESSAGE} ${WRKDIR} ; \ X fi) X @${ECHO} X @${CAT} ${WRKDIR}/pkg-message | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" X @${ECHO} X X.include END-of-french/xtel/Makefile echo x - french/xtel/distinfo sed 's/^X//' >french/xtel/distinfo << 'END-of-french/xtel/distinfo' XMD5 (xtel-3.3.0.tar.gz) = 9c26286ec7d4e2d893ddafdf755759bd END-of-french/xtel/distinfo echo x - french/xtel/pkg-descr sed 's/^X//' >french/xtel/pkg-descr << 'END-of-french/xtel/pkg-descr' X[please see english description below] X XXTEL permet d'émuler un Minitel 1B, 2. Xtel est aussi utilisable en réseau, Xet il permet d'émuler les TVR et les I-Minitel, mais ceci n'est pas encore Xpris en compte ce port FreeBSD. X XXTEL is an emulator for the Minitel. The Minitel is a passive terminal, used Xin France to access to different network services via a telephone line. X XWWW: http://www.com1.fr/~pficheux/xtel/ END-of-french/xtel/pkg-descr echo x - french/xtel/pkg-comment sed 's/^X//' >french/xtel/pkg-comment << 'END-of-french/xtel/pkg-comment' XAn emulator for the french Minitel END-of-french/xtel/pkg-comment echo x - french/xtel/pkg-plist sed 's/^X//' >french/xtel/pkg-plist << 'END-of-french/xtel/pkg-plist' Xbin/xtel Xbin/xteld Xbin/mdmdetect Xbin/make_xtel_lignes Xlib/X11/app-defaults/XTel Xlib/X11/app-defaults/XTel-msg Xlib/X11/xtel/modem.list Xlib/X11/xtel/xtel.lignes Xlib/X11/xtel/xtel.log Xlib/X11/xtel/xtel.services Xlib/X11/fonts/xtel/fonts.alias Xlib/X11/fonts/xtel/fonts.dir Xlib/X11/fonts/xtel/g016x10.pcf.gz Xlib/X11/fonts/xtel/g016x20.pcf.gz Xlib/X11/fonts/xtel/g016x40.pcf.gz Xlib/X11/fonts/xtel/g032x20.pcf.gz Xlib/X11/fonts/xtel/g032x40.pcf.gz Xlib/X11/fonts/xtel/g08x10.pcf.gz Xlib/X11/fonts/xtel/g08x20.pcf.gz Xlib/X11/fonts/xtel/g0s16x10.pcf.gz Xlib/X11/fonts/xtel/g0s16x20.pcf.gz Xlib/X11/fonts/xtel/g0s16x40.pcf.gz Xlib/X11/fonts/xtel/g0s32x20.pcf.gz Xlib/X11/fonts/xtel/g0s32x40.pcf.gz Xlib/X11/fonts/xtel/g0s8x10.pcf.gz Xlib/X11/fonts/xtel/g0s8x20.pcf.gz Xlib/X11/fonts/xtel/g116x20.pcf.gz Xlib/X11/fonts/xtel/g18x10.pcf.gz Xlib/X11/fonts/xtel/g1s16x20.pcf.gz Xlib/X11/fonts/xtel/g1s8x10.pcf.gz Xlib/X11/fonts/xtel/xteldigit.pcf.gz X%%PORTDOCS%%share/doc/xtel/COPYING X%%PORTDOCS%%share/doc/xtel/COPYRIGHT X%%PORTDOCS%%share/doc/xtel/FAQ.txt X%%PORTDOCS%%share/doc/xtel/HISTOIRE.txt X%%PORTDOCS%%share/doc/xtel/LISEZMOI.txt X%%PORTDOCS%%share/doc/xtel/README_IMINITEL.txt X@dirrm lib/X11/xtel X@dirrm lib/X11/fonts/xtel X%%PORTDOCS%%@dirrm share/doc/xtel END-of-french/xtel/pkg-plist echo x - french/xtel/pkg-message sed 's/^X//' >french/xtel/pkg-message << 'END-of-french/xtel/pkg-message' X**************************************************************************** XXtel has been installed on %%PREFIX%%/bin/xtel. X XIn order to use it, you have to edit the file /etc/services Xand add the line: X Xxtel 1313/tcp #xtel Minitel emulator X XThen you have to edit the file /etc/inetd.conf (or its equivalent Xif you run another internet services daemon) and add the line: X Xxtel stream tcp nowait root %%PREFIX%%/bin/xteld xteld X XForce the super-daemon to re-read its configuration file by Xkillall -1 inetd X XIf your modem is plugged to /dev/cuaax (where x = 0, 1, 2,...) Xdetect its initialization string by: X Xmdmdetect cuaax X XAfter some time while your computer should be dialoguing with the Xmodem, you should get such a line X XModemModel , 38400 \dat&fm1e0&k3f3\r-OK X XTake note of the second (speed) and last parameters, and report them Xinto the file %%PREFIX%%/lib/X11/xtel/xtel.lignes so that you have a Xline like this one: X Xmodem0,/dev/cuaa0,38400,7,E,\dat&fm1e0&k3f3\r OK atdt\T\r CONNECT,30 X Xwhere cuaa0 should be adjusted to your port number, 38400 to the speed Xdetected by mdmdetect, and where the string included between "E," and atdt Xcorresponds to the third parameter (Note that the "-" has been replaced by Xa space). X XTo end, you just have to install the fonts, either by entering Xxset +fp %%PREFIX%%/lib/X11/fonts/xtel Xxset fp rehash Xor by adding %%PREFIX%%/lib/X11/fonts/xtel to FontPath in your XXF86Config. X**************************************************************************** END-of-french/xtel/pkg-message echo x - french/xtel/pkg-message-fr sed 's/^X//' >french/xtel/pkg-message-fr << 'END-of-french/xtel/pkg-message-fr' X************************************************************************ XXtel a été installé sur %%PREFIX%%/bin/xtel. X XPour pouvoir l'utiliser, vous devez modifier le fichier /etc/services Xet y ajouter la ligne : X Xxtel 1313/tcp #xtel emulateur Minitel X XVous devez ensuite modifier le fichier /etc/inetd.conf (ou son Xéquivalent si vous utilisez un autre super-démon) pour y ajouter la Xligne : X Xxtel stream tcp nowait root %%PREFIX%%/bin/xteld xteld X XForcez le super-démon à relire son fichier de configuration par Xkillall -1 inetd X XSi votre modem est connecté à /dev/cuaax (où x = 0, 1, 2,...) Xdétectez sa chaîne d'initialisation par : X Xmdmdetect cuaax X XAprès quelques instants pendant lesquels votre ordinateur doit dialoguer Xavec le modem, une ligne semblable à la suivante doit s'afficher : X XModèleModem , 38400 \dat&fm1e0&k3f3\r-OK X XNotez le deuxième paramètre (vitesse) et le dernier, et reportez-les Xdans le fichier %%PREFIX%%/lib/X11/xtel/xtel.lignes de façon à avoir Xune ligne telle que : X Xmodem0,/dev/cuaa0,38400,7,E,\dat&fm1e0&k3f3\r OK atdt\T\r CONNECT,30 X Xoù cuaa0 doit être adapté à votre n° de port, 38400 à la vitesse Xdétectée par mdmdetect, et où la chaîne comprise entre "E," et "atdt" Xcorrespond au troisième paramètre (Notez que le "-" est remplacé par Xun blanc). X XIl ne reste plus qu'à installer les polices, soit en entrant Xxset +fp %%PREFIX%%/lib/X11/fonts/xtel Xxset fp rehash Xsoit en ajoutant %%PREFIX%%/lib/X11/fonts/xtel au FontPath de votre Xfichier de XF86Config. X************************************************************************ END-of-french/xtel/pkg-message-fr exit -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 16:28:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id 94B1137B416; Sun, 11 Nov 2001 16:28:26 -0800 (PST) Received: from pool0638.cvx14-bradley.dialup.earthlink.net ([209.179.40.128] helo=enterprise) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 1634xd-00062Z-00; Sun, 11 Nov 2001 16:28:26 -0800 From: "Eric Lam" To: Cc: Subject: FreeBSD Port: proftpd-1.2.4 Date: Sun, 11 Nov 2001 16:32:13 -0800 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.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-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 compiled proftpd, blah, blah, blah. I left the configurations default; port 21, launch as nobody/nogroup. However, when I top, it lists proftpd as started in root? Can you advise? Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 17:10:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 2B8D337B419 for ; Sun, 11 Nov 2001 17:10:32 -0800 (PST) Received: (qmail 96906292 invoked by uid 0); 12 Nov 2001 01:10:30 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 12 Nov 2001 01:10:30 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAC1ATu24120; Mon, 12 Nov 2001 02:10:29 +0100 (CET) (envelope-from root) Message-Id: <200111120110.fAC1ATu24120@gits.dyndns.org> Subject: Re: ports/29286: New port: french/xtel - an emulator for the french Minitel In-Reply-To: <200111120020.fAC0K3B70331@freefall.freebsd.org> To: Thierry Thomas Date: Mon, 12 Nov 2001 02:10:28 +0100 (CET) Cc: freebsd-ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thierry Thomas wrote: > The following reply was made to PR ports/29286; it has been noted by GNATS. > > From: Thierry Thomas > To: FreeBSD-gnats-submit@FreeBSD.ORG > Cc: > Subject: Re: ports/29286: New port: french/xtel - an emulator for the french Minitel > Date: Mon, 12 Nov 2001 01:12:43 +0100 > > Le 9 Nov 01 à 15:10:02 +0000, Thierry Thomas écrivait : > > Please replace the archive enclosed in the original PR with this one: > > Sorry, I have sent the new one (with Cyrille's suggestions) to the ports > list, but I had forgotten to Cc: to gnats. [snip] > X @${TOUCH} ${PREFIX}/lib/X11/xtel/xtel.log > X @(if [ 0${LANGUE} = 0fr ] ; then \ > X ${CP} ${PKGMESSAGE}-fr ${WRKDIR}/pkg-message ; \ > X else \ > X ${CP} ${PKGMESSAGE} ${WRKDIR} ; \ > X fi) > X @${ECHO} > X @${CAT} ${WRKDIR}/pkg-message | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" > X @${ECHO} > X > X.include Sorry, but you are still wrong. the installed pkg-message always contains %%PREFIX%%. since you didn't understand all my suggestions, tomorrow, I'll play w/ your package to make it more correct :P Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 18: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 EF52E37B417 for ; Sun, 11 Nov 2001 18:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAC2A0391144; Sun, 11 Nov 2001 18:10:00 -0800 (PST) (envelope-from gnats) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 4FE9237B417 for ; Sun, 11 Nov 2001 18:09:08 -0800 (PST) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.11.6/8.11.6) id fAC297F46585; Mon, 12 Nov 2001 12:39:07 +1030 (CST) (envelope-from doconnor) Message-Id: <200111120209.fAC297F46585@cain.gsoft.com.au> Date: Mon, 12 Nov 2001 12:39:07 +1030 (CST) From: "Daniel O'Connor" Reply-To: "Daniel O'Connor" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31924: Port of the shim code for the linux binary only LT winmodem driv Sender: owner-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: 31924 >Category: ports >Synopsis: Port of the shim code for the linux binary only LT winmodem driv >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 Nov 11 18:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD cain.gsoft.com.au 4.4-RC FreeBSD 4.4-RC #1: Wed Sep 5 18:14:11 CST 2001 doconnor@spare0.gsoft.com.au:/usr/obj/usr/src/sys/NEWCAIN i386 >Description: >How-To-Repeat: >Fix: http://www.gsoft.com.au/~doconnor/ltmdm-port.tgz >Release-Note: >Audit-Trail: >Unformatted: er To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 18:39: 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 A636537B405; Sun, 11 Nov 2001 18:39:07 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAC2XFk93789; Sun, 11 Nov 2001 18:33:15 -0800 (PST) (envelope-from ijliao) Date: Sun, 11 Nov 2001 18:33:15 -0800 (PST) From: Message-Id: <200111120233.fAC2XFk93789@freefall.freebsd.org> To: svenasse@polaris.ca, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31919: Updated port: ftp/vcheck 1.1.1 to 1.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: Updated port: ftp/vcheck 1.1.1 to 1.2 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sun Nov 11 18:33:06 PST 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31919 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 21:39:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dermis.amis.com (dermis.amis.com [207.141.5.253]) by hub.freebsd.org (Postfix) with SMTP id 3F8CA37B405 for ; Sun, 11 Nov 2001 21:39:23 -0800 (PST) Received: from [172.16.89.23] by dermis.amis.com via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 12 Nov 2001 05:40:13 UT Received: from ntphil.man.amis.com ([172.16.190.62]) by mx1.pc.amis.com (Lotus Domino Release 5.0.8) with ESMTP id 2001111122385075:53286 ; Sun, 11 Nov 2001 22:38:50 -0700 X-Priority: 3 (Normal) Subject: PCNFSD To: ports@FreeBSD.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: ccalso@amis.com Date: Mon, 12 Nov 2001 13:46:19 +0800 MIME-Version: 1.0 X-MIMETrack: Serialize by Router on ntphil/Man/AMI(Release 5.0.8 |June 18, 2001) at 11/12/2001 01:46:21 PM, Itemize by SMTP Server on mx1/amis(Release 5.0.8 |June 18, 2001) at 11/11/2001 10:38:51 PM, Serialize by Router on mx1/amis(Release 5.0.8 |June 18, 2001) at 11/11/2001 10:38:56 PM, Serialize complete at 11/11/2001 10:38:56 PM 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 To whom it may concocern: I would like to download "PCNFSD for FreeBSD version 3", where can I download this file? Because the file pcnfsd-93.02.16 is use only for FreeBSD version 4. Thank you very much!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 22: 1:11 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 70CED37B417; Sun, 11 Nov 2001 22:01:07 -0800 (PST) Received: (from uucp@localhost) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) id fAC615h01323; Mon, 12 Nov 2001 07:01:05 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.6/8.11.3) id fAC60Eh00530; Mon, 12 Nov 2001 07:00:14 +0100 (CET) (envelope-from andreas) Date: Mon, 12 Nov 2001 07:00:14 +0100 From: Andreas Klemm To: marcel@FreeBSD.org Cc: ports@FreeBSD.org Subject: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011112060014.GA489@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.3.23.1i X-Operating-System: FreeBSD 4.4-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable We have 3 linux_base ports: linux_base with PORTVERSION=3D6.1 linux_base-6.2 with PORTVERSION=3D6.1 linux_base with PORTVERSION=3D7 I think PORTVERSION has to be 6.2 in linux_base-6.2, or ? Just a guess ;-) Andreas /// --=20 Andreas Klemm - Powered by FreeBSD Need a magic printfilter today ? http://www.apsfilter.org/ Songs from our band >> 64Bits << http://members.aol.com/II64BitsII/ Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.ht= ml --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE772Vtd3o+lGxvbLoRAtZuAKCfHJY2BWHqBT9vElC+0r77B9ydsQCgmFPk GebFJ6gSjBm3nCjqVmdEt0o= =LWPf -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 22:16:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 7C26C37B416; Sun, 11 Nov 2001 22:16:23 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id FAA00925; Mon, 12 Nov 2001 05:22:42 -0800 Date: Sun, 11 Nov 2001 22:16:17 -0800 From: John Merryweather Cooper To: Andreas Klemm Cc: marcel@FreeBSD.org, ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011111221617.G717@johncoop.MSHOME> References: <20011112060014.GA489@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011112060014.GA489@titan.klemm.gtn.com>; from andreas@FreeBSD.org on Sun, Nov 11, 2001 at 22:00:14 -0800 X-Mailer: Balsa 1.2.3 Lines: 41 Sender: owner-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 2001.11.11 22:00 Andreas Klemm wrote: > We have 3 linux_base ports: > > linux_base with PORTVERSION=6.1 > linux_base-6.2 with PORTVERSION=6.1 > linux_base with PORTVERSION=7 > > I think PORTVERSION has to be 6.2 in linux_base-6.2, or ? > > Just a guess ;-) > > Andreas /// > > -- > Andreas Klemm - Powered by FreeBSD > Need a magic printfilter today ? http://www.apsfilter.org/ > Songs from our band >> 64Bits << > http://members.aol.com/II64BitsII/ > Inofficial band pages with add-on stuff > http://www.apsfilter.org/64bits.html > I think it's a "work-in-progress." Running makepatch over the two directories reveals no substantive difference. (I don't think the $FreeBSD$ line counts. :) ) Also, they appear in linux_base, linux_base-62, and linux_base-7 in my tree. -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 11 23:26: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id F1E8337B417; Sun, 11 Nov 2001 23:26:03 -0800 (PST) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAC7Q3Q24809; Sun, 11 Nov 2001 23:26:03 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.11.6/8.11.5) id fAC7Q3J14128; Sun, 11 Nov 2001 23:26:03 -0800 (PST) (envelope-from marcel) Date: Sun, 11 Nov 2001 23:26:03 -0800 From: Marcel Moolenaar To: Andreas Klemm Cc: ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011111232603.A14074@athlon.pn.xcllnt.net> References: <20011112060014.GA489@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011112060014.GA489@titan.klemm.gtn.com> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Nov 12, 2001 at 07:00:14AM +0100, Andreas Klemm wrote: > We have 3 linux_base ports: > > linux_base with PORTVERSION=6.1 > linux_base-6.2 with PORTVERSION=6.1 > linux_base with PORTVERSION=7 > > I think PORTVERSION has to be 6.2 in linux_base-6.2, or ? I think linux_base-6.2 should not have been created. There was no reason for... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 2:28:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id A827537B405; Mon, 12 Nov 2001 02:28:13 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id MAA98801; Mon, 12 Nov 2001 12:27:56 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h160.229.dialup.iptcom.net [212.9.229.160]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id MAA68533; Mon, 12 Nov 2001 12:27:44 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id fACAQtj03514; Mon, 12 Nov 2001 12:26:55 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BEFA474.8CCB05BD@FreeBSD.org> Date: Mon, 12 Nov 2001 12:29:08 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "Erik B. Ordway" Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: evolution-0.99.0 References: <3BEC3B9B.1040904@evergreen.edu> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "Erik B. Ordway" wrote: > > depends on /usr/ports/print/gnomeprint > 0.25 > > as part of gtkhtml-0.16.0.tar.gz. > > char *codeset = nl_langinfo (CODESET); > ; return 0; } > configure:5324: checking for GnomePrint libraries >= 0.25 > (end of "config.log") Yes, you need an updated gnomeprint to build it. Unfortunately our ports system doesn't have a way to automatically enforce this sort of dependency, so you have to keep all dependencies up to date manually (it is relatively easy with some help from pkg_version(1)). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 2:30: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 1432737B418 for ; Mon, 12 Nov 2001 02:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACAU1O01525; Mon, 12 Nov 2001 02:30:01 -0800 (PST) (envelope-from gnats) Received: from mix.premierbank.dp.ua (premierbank.atlantis.dp.ua [193.108.46.78]) by hub.freebsd.org (Postfix) with SMTP id BFD1D37B405 for ; Mon, 12 Nov 2001 02:21:16 -0800 (PST) Received: (qmail 30096 invoked by uid 85); 12 Nov 2001 10:20:59 -0000 Received: from kot@premierbank.dp.ua by mix.premierbank.dp.ua with qmail-scanner-1.01 (. Clean. Processed in 0.379327 secs); 12 Nov 2001 10:20:59 -0000 Received: from kot.premierbank.dp.ua (HELO kot) (192.168.2.136) by mix.premierbank.dp.ua with SMTP; 12 Nov 2001 10:20:58 -0000 Message-Id: <001001c16b63$b8a10820$8802a8c0@premierbank.dp.ua> Date: Mon, 12 Nov 2001 12:20:58 +0200 From: "Konstantin Reznichenko" To: Subject: ports/31926: New port security/drweb-qmail: Qmail message filter for virus processing through DrWeb daemon Sender: owner-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: 31926 >Category: ports >Synopsis: New port security/drweb-qmail: Qmail message filter for >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 Nov 12 02:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Konstantin Reznichenko >Release: FreeBSD 4.2-RELEASE i386 >Organization: PREMIERBANK >Environment: System: FreeBSD saturn.premierbank.dp.ua 4.2-RELEASE FreeBSD 4.2-RELEASE #7: Sun Oct 14 10:21:45 EEST 2001 toor@saturn.premierbank.dp.ua:/usr/src/sys/compile/SATURN i386 >Description: Qmail message filter for virus processing through Qmail-Scanner and DrWeb daemon (Qmail-Scanner: Email Scanning Harness for Qmail). >How-To-Repeat: Execute the following shar file. >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: # # drweb-qmail # drweb-qmail/files # drweb-qmail/files/patch-aa # drweb-qmail/Makefile # drweb-qmail/distinfo # drweb-qmail/pkg-comment # drweb-qmail/pkg-descr # drweb-qmail/pkg-plist # echo c - drweb-qmail mkdir -p drweb-qmail > /dev/null 2>&1 echo c - drweb-qmail/files mkdir -p drweb-qmail/files > /dev/null 2>&1 echo x - drweb-qmail/files/patch-aa sed 's/^X//' >drweb-qmail/files/patch-aa << 'END-of-drweb-qmail/files/patch-aa' X--- configure.orig Thu Sep 6 02:11:26 2001 X+++ configure Sun Nov 11 18:01:40 2001 X@@ -341,6 +341,10 @@ X then X INOCUCMD="${INOCUCMD:-$dir/inocucmd}" X fi X+ if test -x $dir/drweb_qmail.pl X+ then X+ DRWEB="${DRWEB:-$dir/drweb_qmail.pl}" X+ fi X if test -x $dir/find X then X FIND="${FIND:-$dir/find}" X@@ -652,6 +656,12 @@ X SCANNER_ARRAY="$SCANNER_ARRAY,\"inocucmd\"" X fi X X+if [ "$DRWEB" != "" ]; then X+ echo "drweb=$DRWEB" X+ SCANNER_ARRAY="$SCANNER_ARRAY,\"drweb\"" X+fi X+ X+ X USERNAME=${USERNAME:-$LOGNAME} X X SCANNER_ARRAY=`echo $SCANNER_ARRAY|sed 's/^,//g'` X@@ -800,6 +810,7 @@ X s?AVPDAEMON?$AVPDAEMON?g; X s?FSECURE?$FSECURE?g; X s?INOCUCMD?$INOCUCMD?g; X+s?DRWEB?$DRWEB?g; X s?USERNAME?$USERNAME?g; X s?FQDN?$FQDN?g; X s?MAILDOMAIN?$MAILDOMAIN?g; X--- qmail-scanner-queue.template.orig Fri Sep 7 01:12:20 2001 X+++ qmail-scanner-queue.template Wed Oct 17 17:29:37 2001 X@@ -166,6 +166,7 @@ X my $avpdaemon_binary='AVPDAEMON'; X my $fsecure_binary='FSECURE'; X my $inocucmd_binary='INOCUCMD'; X+my $drweb_binary='DRWEB'; X $ENV{'PATH'}='/bin:/usr/bin'; X X my $SCANINFO=''; X--- sub-drweb.pl.orig Thu Jan 1 03:00:00 1970 X+++ sub-drweb.pl Wed Oct 17 17:33:36 2001 X@@ -0,0 +1,42 @@ X+sub drweb { X+ # Call DrWeb Daemon Perl-Wrapper Client X+ &debug("drweb: starting scan of directory \"$scandir/$file_id\"..."); X+ my ($drweb_verbose)="" if ($DEBUG); X+ my ($start_drweb_time)=[gettimeofday]; X+ my ($DD,$drweb_status,$stop_drweb_time,$drweb_time); X+ &debug("drweb: run $drweb_binary $scandir/$file_id"); X+ $DD = `perl $drweb_binary $scandir/$file_id`; X+ $drweb_status = ($? >> 8); X+ &debug("drweb: wrapper return code($drweb_status) and string:\n$DD"); X+ if( $drweb_status eq 1 ) { X+ my @list = split(/\n/,$DD); X+ $quarantine_description = ''; X+ foreach( @list ) { X+ $quarantine_description .= "$_\n"; X+ $quarantine_event++; X+ } X+ &debug("drweb: Found a viruses:\n$quarantine_description"); X+ $description .= "\n--- drweb results ---\n$DD"; X+ } X+ elsif( $drweb_status eq 2 ) { X+ $quarantine_description = "possible contain a mailbomb"; X+ $quarantine_event=1; X+ &debug("drweb: message possible contain a mailbomb"); X+ $description .= "\n--- drweb results ---\nmessage possible contain a mailbomb"; X+ } X+ elsif( $drweb_status eq 3 ) { X+ $quarantine_description = "contain an unchecked objects"; X+ $quarantine_event=1; X+ &debug("drweb: message possible contain an unchecked objects"); X+ $description .= "\n--- drweb results ---\nmessage contain an unchecked objects"; X+ } X+ elsif( $drweb_status eq 10 ) { X+ &debug("drweb: message has not been checked - $DD"); X+ } X+ elsif( $drweb_status > 0 ) { X+ &tempfail("drweb: antivirus software failure"); X+ } X+ my ($stop_drweb_time)=[gettimeofday]; X+ $drweb_time = tv_interval ($start_drweb_time, $stop_drweb_time); X+ &debug("drweb: finished scan of dir \"$scandir/$file_id\" in $drweb_time secs"); X+} END-of-drweb-qmail/files/patch-aa echo x - drweb-qmail/Makefile sed 's/^X//' >drweb-qmail/Makefile << 'END-of-drweb-qmail/Makefile' X# New ports collection makefile for: DrWeb_QMail X# Date created: 9 November 2001 X# Whom: Konstantin Reznichenko X# X# $FreeBSD$ X# X XPORTNAME= drweb_qmail XPORTVERSION= 4.26c XCATEGORIES= security mail XMASTER_SITES= http://prdownloads.sourceforge.net/qmail-scanner/ XDISTNAME= qmail-scanner-1.01 XEXTRACT_SUFX= .tgz X XMAINTAINER= kot@premierbank.dp.ua X XDRWEBBASE= ${LOCALBASE}/drweb XIS_INTERACTIVE= yes X XBUILD_DEPENDS= ${DRWEBBASE}/drwebd:${PORTSDIR}/security/drweb \ X ${PORTSDIR}/mail/qmail \ X ${PORTSDIR}/devel/p5-Time-HiRes \ X ${LOCALBASE}/bin/maildrop:${PORTSDIR}/mail/maildrop \ X ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/${DISTNAME} X XCONFIGURE_ENV= PATH=${PATH}:${LOCALBASE}/drweb/clients/qmail XNO_BUILD= yes X Xdo-install: X cd ${DRWEBBASE}/clients/drwebdc && ./${CONFIGURE_SCRIPT} && ${MAKE} X cd ${WRKSRC} && ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} --install X ${CHMOD} 4711 /usr/bin/suidperl X X.include END-of-drweb-qmail/Makefile echo x - drweb-qmail/distinfo sed 's/^X//' >drweb-qmail/distinfo << 'END-of-drweb-qmail/distinfo' XMD5 (qmail-scanner-1.01.tgz) = 82b92420eda64e18197f35dbbd0a8a3d END-of-drweb-qmail/distinfo echo x - drweb-qmail/pkg-comment sed 's/^X//' >drweb-qmail/pkg-comment << 'END-of-drweb-qmail/pkg-comment' XQmail message filter for virus processing through DrWeb daemon END-of-drweb-qmail/pkg-comment echo x - drweb-qmail/pkg-descr sed 's/^X//' >drweb-qmail/pkg-descr << 'END-of-drweb-qmail/pkg-descr' XQmail message filter for virus processing through Qmail-Scanner and XDrWeb daemon (Qmail-Scanner: Email Scanning Harness for Qmail).END-of-drweb-qmail/pkg-descr echo x - drweb-qmail/pkg-plist sed 's/^X//' >drweb-qmail/pkg-plist << 'END-of-drweb-qmail/pkg-plist' X@cwd /usr/bin X@exec chmod 4711 %D/suidperl X@cwd /var/spool X@exec mkdir -p %D/qmailscan/quarantine/cur X@exec mkdir -p %D/qmailscan/quarantine/new X@exec mkdir -p %D/qmailscan/quarantine/tmp X@exec mkdir -p %D/qmailscan/working/cur X@exec mkdir -p %D/qmailscan/working/new X@exec mkdir -p %D/qmailscan/working/tmp X@exec ln -s %D/qmailscan/quarantine %D/qmailscan/viruses Xqmailscan/qmail-queue.log Xqmailscan/qmail-scanner-queue-version.txt Xqmailscan/quarantine-attachments.db Xqmailscan/quarantine-attachments.txt Xqmailscan/quarantine.log X@exec ln -s %D/qmailscan/quarantine.log %D/qmailscan/viruses.log X@dirrm qmailscan/quarantine/cur X@dirrm qmailscan/quarantine/new X@dirrm qmailscan/quarantine/tmp X@dirrm qmailscan/quarantine X@dirrm qmailscan/working/cur X@dirrm qmailscan/working/new X@dirrm qmailscan/working/tmp X@dirrm qmailscan/working X@unexec unlink /var/spool/qmailscan/viruses X@unexec unlink /var/spool/qmailscan/viruses.log X@dirrm qmailscan END-of-drweb-qmail/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: virus processing through DrWeb daemon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 4: 6:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (sentinel.office1.bg [217.75.134.126]) by hub.freebsd.org (Postfix) with SMTP id 8285837B405 for ; Mon, 12 Nov 2001 04:06:36 -0800 (PST) Received: (qmail 6397 invoked by uid 1000); 12 Nov 2001 12:05:28 -0000 Date: Mon, 12 Nov 2001 14:05:28 +0200 From: Peter Pentchev To: Ying-Chieh Liao Cc: Pete Fritchman , Michael McGoldrick , ports@FreeBSD.ORG Subject: Re: mpeg_lib-1.3.1 port Message-ID: <20011112140528.C549@straylight.oblivion.bg> Mail-Followup-To: Ying-Chieh Liao , Pete Fritchman , Michael McGoldrick , ports@FreeBSD.ORG References: <20011109192517.A29027@linuxdriven.net> <20011110085307.A45272@terry.dragon2.net> <20011109225721.A12495@databits.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011109225721.A12495@databits.net>; from petef@databits.net on Fri, Nov 09, 2001 at 10:57:21PM -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, Nov 09, 2001 at 10:57:21PM -0500, Pete Fritchman wrote: > ++ 10/11/01 08:53 +0800 - Ying-Chieh Liao: > | I've tried this : > | > | post-patch: > | @(cd ${WRKSRC} ; \ > | ${GREP} -r "" * | ${AWK} -F: "{ print $1 }" | \ > | xargs ${PERL} -pi -e "s///") > | > | but failed , it seems that "awk -F:" didnt work > > entropy [114] % grep -r "malloc.h" * | awk -F: "{ print $1 }" > foo4:malloc.h > entropy [115] % grep -r "malloc.h" * | awk -F: '{ print $1 }' > foo4 > entropy [116] % > > You need to use single quotes around the {print $1}. And just as a side note, grep(1) has a nice -l option :) G'luck, Peter -- I am the meaning 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 Mon Nov 12 4:40: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 E16E437B41A for ; Mon, 12 Nov 2001 04:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACCe1R55066; Mon, 12 Nov 2001 04:40:01 -0800 (PST) (envelope-from gnats) Received: from lion.com.ua (lion.com.ua [213.133.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 190C837B419 for ; Mon, 12 Nov 2001 04:36:40 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by lion.com.ua (8.11.6/8.11.6) with ESMTP id fACCaRx04060 for ; Mon, 12 Nov 2001 14:36:34 +0200 (EET) (envelope-from sa@simon.org.ua) Message-Id: <20011112130346.H3261-100000@lion.com.ua> Date: Mon, 12 Nov 2001 14:36:27 +0200 (EET) From: Andrey Simonenko To: FreeBSD-gnats-submit@freebsd.org Subject: ports/31928: Maintainer updates port sysutils/ipa 1.1.6 -> 1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31928 >Category: ports >Synopsis: Maintainer updates port sysutils/ipa 1.1.6 -> 1.2 >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: Mon Nov 12 04:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: Current FreeBSD ports collection >Description: Update port sysutils/ipa from version 1.1.6 to 1.2 I use some ${INSTALL_*} variables in my Makefile, so please check if it is correct for the port of IPA. I didn't find any problems, nevertheless let ports commiters check this. >How-To-Repeat: >Fix: diff -ruN ipa.orig/Makefile ipa/Makefile --- ipa.orig/Makefile Fri Oct 5 22:29:35 2001 +++ ipa/Makefile Sun Nov 11 22:44:26 2001 @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.1.6 +PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ @@ -21,12 +21,5 @@ MAN5= ipa.5 ipa.conf.5 MAN8= ipa.8 ipastat.8 MANLANG= "" ru_RU.KOI8-R - -post-patch: - @${PERL} -pi -ne "s|/usr/local/|${PREFIX}/|" \ - ${WRKSRC}/Makefile - -post-install: - ${CHMOD} 0400 ${PREFIX}/etc/ipa.conf.default .include diff -ruN ipa.orig/distinfo ipa/distinfo --- ipa.orig/distinfo Fri Oct 5 22:29:35 2001 +++ ipa/distinfo Sun Nov 11 22:38:42 2001 @@ -1 +1 @@ -MD5 (ipa-1.1.6.tar.gz) = b495ae5db65bd9d7d653b4770a7ed45d +MD5 (ipa-1.2.tar.gz) = e48422034e60272653712a4df5419a51 diff -ruN ipa.orig/files/patch-aa ipa/files/patch-aa --- ipa.orig/files/patch-aa Fri Oct 5 22:29:35 2001 +++ ipa/files/patch-aa Sun Nov 11 23:19:12 2001 @@ -1,71 +1,37 @@ ---- Makefile.orig Wed Oct 3 14:27:19 2001 -+++ Makefile Thu Oct 4 20:46:16 2001 +--- Makefile.orig Fri Nov 9 22:06:30 2001 ++++ Makefile Sun Nov 11 23:19:10 2001 @@ -38,7 +38,7 @@ - # -Ox - optimize (it seems that -O3 also help to find out some errors); + # -Ox - optimize; # -g - produce debugging information. # --CFLAGS= -Wall -O -g -+#CFLAGS= -Wall -O -g +-CFLAGS= -Wall -O1 -g ++#CFLAGS= -Wall -O1 -g # - # DSTBINDIR - where to install binaries -@@ -63,7 +63,7 @@ + # PREFIX - prefix for all below listed paths +@@ -97,10 +97,10 @@ # - # DSTSHAREDIR - where to install examples, etc. + # Some INSTALL_* variables # --DSTSHAREDIR= /usr/local/share/ipa -+DSTSHAREDIR= /usr/local/share/examples/ipa +-INSTALL_MAN= ${INSTALL} -c -g wheel -o root -m 0444 +-INSTALL_DATA= ${INSTALL} -c -g wheel -o root -m 0444 +-INSTALL_PROGRAM= ${INSTALL} -c -g wheel -o root -m 0555 +-INSTALL_SCRIPT= ${INSTALL} -c -g wheel -o root -m 0500 ++INSTALL_MAN= ${BSD_INSTALL_MAN} ++INSTALL_DATA= ${BSD_INSTALL_DATA} ++INSTALL_PROGRAM= ${BSD_INSTALL_PROGRAM} ++INSTALL_SCRIPT= ${BSD_INSTALL_SCRIPT} + INSTALL_MAN_DIR= ${INSTALL} -d -m 0555 -g wheel -o root + INSTALL_DATA_DIR= ${INSTALL} -d -m 0555 -g wheel -o root - # - # IP6FW (FreeBSD only) -@@ -204,10 +204,10 @@ - @${ECHO} - .else - @${ECHO} ">> Installing binaries, manual pages and miscellaneous files" -- ${INSTALL} -c -g wheel -o root -m 0555 ipa ipastat ${DSTBINDIR} -+ ${BSD_INSTALL_PROGRAM} ipa ipastat ${DSTBINDIR} - ${CHMOD} u+s ${DSTBINDIR}/ipastat -- ${INSTALL} -c -g wheel -o root -m 0444 man/ipa.5 man/ipa.conf.5 ${DSTMANDIR}/man5 -- ${INSTALL} -c -g wheel -o root -m 0444 man/ipa.8 man/ipastat.8 ${DSTMANDIR}/man8 -+ ${BSD_INSTALL_MAN} man/ipa.5 man/ipa.conf.5 ${DSTMANDIR}/man5 -+ ${BSD_INSTALL_MAN} man/ipa.8 man/ipastat.8 ${DSTMANDIR}/man8 - .if !exists(${DSTMANDIR}/ru_SU.KOI8-R/man5) - ${INSTALL} -d -m 0555 ${DSTMANDIR}/ru_SU.KOI8-R/man5 - .endif -@@ -216,13 +216,22 @@ +@@ -235,8 +235,10 @@ .endif - .if !exists(${DSTMANDIR}/ru_RU.KOI8-R) - ${LN} -s ${DSTMANDIR}/ru_SU.KOI8-R ${DSTMANDIR}/ru_RU.KOI8-R -+.else -+.if !exists(${DSTMANDIR}/ru_RU.KOI8-R/man5) -+ ${INSTALL} -d -m 0555 ${DSTMANDIR}/ru_RU.KOI8-R/man5 -+.endif -+.if !exists(${DSTMANDIR}/ru_RU.KOI8-R/man8) -+ ${INSTALL} -d -m 0555 ${DSTMANDIR}/ru_RU.KOI8-R/man8 -+.endif -+.endif -+ ${BSD_INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DSTMANDIR}/ru_RU.KOI8-R/man5 -+ ${BSD_INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DSTMANDIR}/ru_RU.KOI8-R/man8 + ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5 + ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8 +.if !defined(NOPORTDOCS) -+ ${INSTALL} -d -m 0555 ${DSTSHAREDIR} -+ ${BSD_INSTALL_DATA} examples/* ${DSTSHAREDIR} - .endif -- ${INSTALL} -c -g wheel -o root -m 0444 man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DSTMANDIR}/ru_RU.KOI8-R/man5 -- ${INSTALL} -c -g wheel -o root -m 0444 man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DSTMANDIR}/ru_RU.KOI8-R/man8 -- ${INSTALL} -d -m 0555 ${DSTSHAREDIR}/examples -- ${INSTALL} -c -g wheel -o root -m 0444 examples/* ${DSTSHAREDIR}/examples + ${INSTALL_DATA_DIR} ${DSTEXAMPLEDIR} + ${INSTALL_DATA} examples/* ${DSTEXAMPLEDIR} ++.endif .if exists(${DSTRCDIR}) -- ${INSTALL} -c -g wheel -o root -m 0500 etc/ipa.sh.sample ${DSTRCDIR} -+ ${BSD_INSTALL_DATA} etc/ipa.sh.sample ${DSTRCDIR} - .else - @${ECHO} - @${ECHO} ">> Can't find directory ${DSTRCDIR}, skip installing of ipa.sh.sample" -@@ -230,7 +239,7 @@ - @${ECHO} - .endif - .if exists(${DSTETCDIR}) -- ${INSTALL} -c -g wheel -o root -m 0400 etc/ipa.conf.default ${DSTETCDIR} -+ ${BSD_INSTALL_DATA} etc/ipa.conf.default ${DSTETCDIR} + ${INSTALL_SCRIPT} etc/ipa.sh.sample ${DSTRCDIR} .else - @${ECHO} - @${ECHO} ">> Can't find directory ${DSTETCDIR}, skip installing of ipa.conf.default" >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 Nov 12 5: 9:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns.klondike.ru (ns.klondike.ru [195.170.237.2]) by hub.freebsd.org (Postfix) with ESMTP id 0A0FA37B405 for ; Mon, 12 Nov 2001 05:09:40 -0800 (PST) Received: (from root@localhost) by ns.klondike.ru (8.9.3/8.9.3) id QAA16024 for freebsd-ports@freebsd.org.KAV; Mon, 12 Nov 2001 16:09:38 +0300 (MSK) Received: from freebsd.klondike.ru (freebsd [195.170.237.64]) by ns.klondike.ru (8.9.3/8.9.3) with SMTP id QAA16014 for ; Mon, 12 Nov 2001 16:09:37 +0300 (MSK) Date: Mon, 12 Nov 2001 16:14:32 +0300 From: Kaltashkin Eugene To: freebsd-ports@freebsd.org Subject: strange error when i wanna build mplayer Message-Id: <20011112161432.187e75dc.zhecka@klondike.ru> X-Mailer: stuphead ver. 0.5.4 (Insensible-cvs) (GTK+ 1.2.10; FreeBSD 5.0-CURRENT; i386) Organization: Klondike Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart_Mon__12_Nov_2001_16:14:32_+0300_08147b00" Sender: owner-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. --Multipart_Mon__12_Nov_2001_16:14:32_+0300_08147b00 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi I try compile mplayer-0.50.x from ports tree, cvsupped today, and see some errors when linker build mplayer binary dec_video.o: In function `init_video': dec_video.o(.text+0x17c): undefined reference to `memalign' dec_video.o(.text+0x36a): undefined reference to `memalign' dec_video.o: In function `decode_video': dec_video.o(.text+0x624): undefined reference to `memalign' dec_video.o: In function `video_read_properties': dec_video.o(.text+0xac5): undefined reference to `memalign' dll_init.o: In function `init_vfw_video_codec': dll_init.o(.text+0x8b5): undefined reference to `memalign' libmpeg2/libmpeg2.a(decode.o)(.text+0x57f): more undefined references to `memalign' follow gmake: *** [mplayer] Error 1 if i use make WITH_GUI=YES i see another errors. dec_video.o: In function `init_video': dec_video.o(.text+0x3aa): undefined reference to `memalign' dec_video.o(.text+0x587): undefined reference to `memalign' dec_video.o: In function `decode_video': dec_video.o(.text+0x831): undefined reference to `memalign' dec_video.o: In function `video_read_properties': dec_video.o(.text+0xc5e): undefined reference to `memalign' dll_init.o: In function `init_vfw_video_codec': dll_init.o(.text+0x96f): undefined reference to `memalign' libmpeg2/libmpeg2.a(decode.o)(.text+0xc2): more undefined references to `memalign' follow Gui/libgui.a(png.o): In function `pngLoadRawF': png.o(.text+0x50): undefined reference to `png_create_read_struct' png.o(.text+0xa5): undefined reference to `png_read_info' png.o(.text+0xd2): undefined reference to `png_get_IHDR' png.o(.text+0xfc): undefined reference to `png_get_rowbytes' png.o(.text+0x13c): undefined reference to `png_get_rowbytes' png.o(.text+0x15b): undefined reference to `png_read_image' png.o(.text+0x184): undefined reference to `png_get_PLTE' png.o(.text+0x1fd): undefined reference to `png_read_end' png.o(.text+0x214): undefined reference to `png_destroy_read_struct' gmake: *** [mplayer] Error 1 *** Error code 2 Stop in /usr/ports/graphics/mplayer. *** Error code 1 Stop in /usr/ports/graphics/mplayer. *** Error code 1 FreeBSD-CURRENT , Xfree 4.1.x. -- Best Regards Kaltashkin Eugene ZHECKA-RIPN --Multipart_Mon__12_Nov_2001_16:14:32_+0300_08147b00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 6:35:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rabbit.netstyle.com.ua (rabbit.netstyle.com.ua [193.193.194.5]) by hub.freebsd.org (Postfix) with ESMTP id 6203837B418 for ; Mon, 12 Nov 2001 06:35:43 -0800 (PST) Received: from mile.nevermind.kiev.ua (km-radio.kvazar-micro.com [213.186.199.26] (may be forged)) by rabbit.netstyle.com.ua (8.11.6/8.11.3) with ESMTP id fACEbF918190; Mon, 12 Nov 2001 16:37:16 +0200 (EET) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.11.6/8.11.4) id fACEfJr46873; Mon, 12 Nov 2001 16:41:19 +0200 (EET) (envelope-from never) Date: Mon, 12 Nov 2001 16:41:19 +0200 From: Nevermind To: Forrest Aldrich Cc: ports@FreeBSD.ORG Subject: Re: gdImageGif on PHP-4.0.6 with GD FreeBSD Port Message-ID: <20011112164119.A46795@nevermind.kiev.ua> References: <5.1.0.14.2.20011111175828.00b7aea0@64.20.73.229> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.2.20011111175828.00b7aea0@64.20.73.229>; from forrie@forrie.com on Sun, Nov 11, 2001 at 06:01:17PM -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 Hello, Forrest Aldrich! On Sun, Nov 11, 2001 at 06:01:17PM -0500, you wrote: > I've perused the net and have found many references to this bug, but no > apparent fix. > > I'm attempting to compile php-4.0.6 on FreeBSD-4.4-STABLE (currently > cvsup'd), using GD, and continue to experience the error below. I've > followed some suggested direction, ensuring that I only have 1 version of > GD installed. In fact, last night, I tried compiling against GD-1 and > GD-2 and I get the same errors. This is very frustrating, and I wonder if > you can shed some light on this. > > There was a couple of postings that suggested this problem may be > specifically related to the FreeBSD ports of GD, which I am depending upon > in this compile. > > Note that I am not using the Ports version of PHP to compile this, but this > shouldn't make any difference as the bug is still present somewhere. cd /usr/ports/graphics/gd make configure then manually apply patch taken from http://www.rhyme.com.au/gd/ It works fine for me. -- NEVE-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 9:33: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.67.200.82]) by hub.freebsd.org (Postfix) with ESMTP id 6A7E137B417 for ; Mon, 12 Nov 2001 09:32:59 -0800 (PST) Received: from there (localhost.geeksrus.net [127.0.0.1]) by wwweasel.geeksrus.net (8.11.6/8.11.6) with SMTP id fACHUv541734; Mon, 12 Nov 2001 12:30:57 -0500 (EST) (envelope-from alane@geeksrus.net) Message-Id: <200111121730.fACHUv541734@wwweasel.geeksrus.net> Content-Type: text/plain; charset="iso-8859-1" From: Alan E To: jonathan.chen@itouch.co.nz Subject: Artsd and fonts Date: Mon, 12 Nov 2001 12:30:57 -0500 X-Mailer: KMail [version 1.3.1] Cc: ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Are you running Xfs (fontserver) and is there a port conflict? -- Alan Eldridge #include free(sklyarov); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 9:54:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.setec.com (adsl-63-193-134-166.dsl.lsan03.pacbell.net [63.193.134.166]) by hub.freebsd.org (Postfix) with ESMTP id 1A61537B416 for ; Mon, 12 Nov 2001 09:54:39 -0800 (PST) Received: from apclmz9mlykdnm ([24.20.196.79]) by mail.setec.com (Merak 4.10.040) with SMTP id DTC36919 for ; Mon, 12 Nov 2001 09:54:36 -0800 Message-ID: <003e01c16ba3$c65d2940$0201a8c0@apclmz9mlykdnm> From: "James C Powers MD" To: Cc: Subject: FreeBSD Port: postilion-0.9.3c Date: Mon, 12 Nov 2001 09:59:28 -0800 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.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: 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 Nov 12 11: 1:23 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 B0E3437B405 for ; Mon, 12 Nov 2001 11:00:19 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACJ0IX74324 for freebsd-ports@freebsd.org; Mon, 12 Nov 2001 11:00:18 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Nov 2001 11:00:18 -0800 (PST) Message-Id: <200111121900.fACJ0IX74324@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The 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/05/07] ports/27186 ports Firebird's gbak failed at make install o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/09/30] ports/30935 ports pips sc880 - needs to have syvr4 support o [2001/10/21] ports/31423 ports Can't use "pop_auth" of the port "mail/so o [2001/11/07] ports/31816 ports Port failed: mail/imp 5 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/11/27] ports/15123 ports www/apache13-modssl has PREFIX problems f a [2000/06/13] ports/19238 ports sgmltools1 a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/11/27] ports/23140 ports GNU id-utils port is out-of-date 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 a [2001/01/09] ports/24190 ports [NEW PORT] kde-18n polish internationaliz a [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH a [2001/02/08] ports/24948 ports New port: Orchard - innovative, lightweig o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install a [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) a [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/11] ports/28030 ports VMware requires block device for linux /d o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with o [2001/07/02] ports/28623 ports New port: Sun's Java Communication API o [2001/07/02] ports/28624 ports New port: FreeBSD-specific support for Su o [2001/08/03] ports/29422 ports New port: archivers/stuffit (un)compress f [2001/08/05] ports/29468 ports apache+ssl-1.3.12.1.40 port doesn't insta o [2001/08/22] ports/29954 ports Tircproxy breaks in transparent proxy mod o [2001/09/09] ports/30477 ports mogrify (ImageMagick-5.3.7) is not moving a [2001/09/17] ports/30638 ports SQL-Ledger port update o [2001/09/18] ports/30663 ports NEW PORT: devel/libCxClient f [2001/09/20] ports/30679 ports Update port: Sablot-0.70 o [2001/09/21] ports/30728 ports pkg_add causes install of multiple versio o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/10/06] ports/31086 ports StarOffice52 port failing on FreeBSD 4.4 o [2001/10/08] ports/31143 ports gd does not compile, uses nonexistent ftg o [2001/10/09] ports/31184 ports Latex2html problem o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/10/11] ports/31216 ports New port: devel/plist-builder o [2001/10/18] ports/31352 ports Netsaint check_by_ssh: fcntl(0, F_SETFL, o [2001/10/20] ports/31390 ports Citrix ICA client 6.0.908 is no longer av o [2001/10/21] ports/31414 ports gd won't compile on 4.3 o [2001/10/21] ports/31426 ports New Ports:graphics/phplot A PHP class for o [2001/10/26] ports/31525 ports New port: Doom for SVGA library o [2001/10/28] ports/31567 ports tgif -print fails to create temp files o [2001/10/28] ports/31578 ports ports: patch for /usr/ports/java/linux-ib o [2001/10/29] ports/31587 ports new port o [2001/10/30] ports/31641 ports Firebird o [2001/11/01] ports/31688 ports JDK 1.3.1 Update for Sun's Java Communica o [2001/11/01] ports/31689 ports JDK 1.3.1 update for FreeBSD/Java Commapi o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap o [2001/11/04] ports/31767 ports Fix glide3 includes for DRI compile o [2001/11/05] ports/31782 ports New port: p5-Class-Contract o [2001/11/05] ports/31783 ports New port: p5-Class-Delegation o [2001/11/05] ports/31793 ports snmpd loops on udp.ipv6UdpTable.ipv6UdpEn o [2001/11/06] ports/31810 ports [something about the gale port] o [2001/11/07] ports/31831 ports New Port: bcpp, an ident for c++ o [2001/11/07] ports/31840 ports package naming inadequation (gnome vs gtk o [2001/11/08] ports/31869 ports New port: ruby-interbase o [2001/11/09] ports/31871 ports Update port: firebird o [2001/11/09] ports/31889 ports Port mail/imp: security-update - webmail o [2001/11/09] ports/31892 ports KPilot port is history. KPilot is fully i o [2001/11/09] ports/31893 ports gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/10] ports/31895 ports graphics/graphviz-1.7.7 fails to build on o [2001/11/10] ports/31904 ports Port mail/imp: security update to v. 2.2. 62 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/04/05] ports/10965 ports lcc-3.6 unable to compile anything o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/05/29] ports/18896 ports Tcl "info hostname" command returns chop- o [2000/07/17] ports/19977 ports mod_php3 and mod_php4 ports doesn't recog a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells 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/11/07] ports/22683 ports New port net/dnip-update f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan a [2000/12/02] ports/23232 ports gettext/xview port collision a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/19] ports/23649 ports the port of mod_php4 does not install cor o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current a [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD a [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client 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 a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr a [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so a [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/05/06] ports/27167 ports ETHOberonV4 won't run f [2001/05/15] ports/27332 ports New port: swedish/staroffice52 a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] ports/27573 ports The port of ascd dumped core o [2001/05/24] ports/27610 ports www/apache-jserv: some docs are installed o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi a [2001/06/08] ports/27956 ports New port:A messenging client supporting A o [2001/06/12] ports/28106 ports New port: libCxClient-0.10 - Citadel/UX C o [2001/06/12] ports/28111 ports pcb port has unlisted dependencies a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/17] ports/28225 ports [New Port] net/xipdump - displays ip pack o [2001/06/18] ports/28256 ports New port: citadel-5.74 a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/21] ports/28332 ports Gimp manual port 1-2 years out of date, m o [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod a [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail f [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/07/02] ports/28658 ports new port: x11/mwheel.el o [2001/07/05] ports/28727 ports patch to make expect build WITHOUT_X11 o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/19] ports/29080 ports New port: net/icradius - IC-Radius daemon o [2001/07/19] ports/29081 ports New port: net/p5-IC-Radius o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp o [2001/07/25] ports/29223 ports cyrus-imapd and postfix master.8 manpage o [2001/07/25] ports/29227 ports New port: zclock time/date applet for GNO o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/08/01] ports/29369 ports new port for the CHTML package o [2001/08/02] ports/29392 ports Small built-time glitch in Makefile for a o [2001/08/03] ports/29418 ports New Port: www/waccess-1.1 - A Quick-N-Dir o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e o [2001/08/04] ports/29456 ports New port of blimitd (daemon to enforce lo o [2001/08/04] ports/29461 ports new port: x11-wm/bbapm (blackbox APM mete o [2001/08/04] ports/29462 ports new port: x11-wm/bbrun (blackbox run box) o [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/09] ports/29573 ports New port: A script to fetch mail from a H o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server a [2001/08/11] ports/29630 ports New port : xtexsh o [2001/08/12] ports/29667 ports New port: www/mod_auth_pwcheck o [2001/08/13] ports/29674 ports diclookup-mule port which works on emacs- o [2001/08/14] ports/29711 ports New port: xjumpx -- improved version of g o [2001/08/15] ports/29731 ports minor errors in docs, install o [2001/08/17] ports/29836 ports New port: cyrus-imspd o [2001/08/18] ports/29843 ports StarOffice 5.2 port does not find CD-ROM o [2001/08/21] ports/29924 ports remove port smalleiffel-0.76.b4 o [2001/08/23] ports/30007 ports [NEW PORT] of Gary Pearlman's unix|stat s o [2001/08/24] ports/30029 ports new port: net/papaya-plugins (plugins for o [2001/08/24] ports/30030 ports new port: net/papaya-plugins (graphical m o [2001/08/24] ports/30050 ports New port: audio/ecawave f [2001/08/28] ports/30166 ports ports/net/nettest2001 f [2001/09/01] ports/30249 ports SmallEiffel update to -0.75 o [2001/09/04] ports/30314 ports [PATCH] Add Exim packages to CDROM 1 f [2001/09/06] ports/30395 ports New port: lang/spl f [2001/09/08] ports/30431 ports ircd-hybrid fails to open logfile when st o [2001/09/10] ports/30497 ports ftp.freesoftware.com no longer exists o [2001/09/13] ports/30549 ports Maintainer update: Jakarta Ant 1.4 o [2001/09/13] ports/30557 ports bitchx fails to build when WITH_TCL=yes i o [2001/09/13] ports/30560 ports Typos in /usr/ports/french/staroffice52/p o [2001/09/14] ports/30573 ports /usr/X11R6/bin/xfce_setup does not create o [2001/09/15] ports/30604 ports postgresql7 doesn't build with kerberos5 f [2001/09/16] ports/30615 ports The 'bcwipe' port installs Linux binaries o [2001/09/17] ports/30625 ports [PATCH] vmware2 patch for -current with K o [2001/09/20] ports/30698 ports New port: news/pl-slrn o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user o [2001/09/26] ports/30841 ports News port: fortuneru, contains fortune fi o [2001/09/26] ports/30845 ports New port: textproc/xerces-c: Xerces C++ X o [2001/09/26] ports/30849 ports news/ntpcache fails compiling authinfo_pa o [2001/09/26] ports/30859 ports A New Port o [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/09/29] ports/30926 ports LPRngTool port update o [2001/09/30] ports/30933 ports New port : lang/linux-j o [2001/09/30] ports/30942 ports New port: Pike 7.0 from CVS o [2001/10/01] ports/30979 ports New port for "txfonts" TeX's font package a [2001/10/02] ports/30997 ports new port: security/p5-Digest-HMAC o [2001/10/03] ports/31012 ports security/aide doesn't compile o [2001/10/03] ports/31026 ports New Port: Internet Message Support Protoc o [2001/10/04] ports/31036 ports NEW PORT: KWebget o [2001/10/04] ports/31037 ports NEW PORT: Krusader o [2001/10/04] ports/31038 ports [PATCH] ratpoison port is out of date. o [2001/10/04] ports/31039 ports New Port: nhc98 1.08 - a haskell compiler f [2001/10/04] ports/31053 ports Update port: devel/stlport o [2001/10/05] ports/31061 ports New port: security/gnupg-devel o [2001/10/05] ports/31063 ports Upgrade aim-transport in jabber port. o [2001/10/05] ports/31082 ports New port: LaBrea security utility o [2001/10/06] ports/31090 ports Port mail/imp: change the default IMAP se o [2001/10/06] ports/31093 ports new port "flyway" o [2001/10/06] ports/31096 ports New port for jakarta-tomcat 4 o [2001/10/08] ports/31144 ports New port: x11/xcursor f [2001/10/09] ports/31159 ports gmixer 0.98c dumps core with some mixers o [2001/10/10] ports/31188 ports New port: www/orion-current o [2001/10/10] ports/31208 ports Fix bugs in net/generic-nqs. Now it real o [2001/10/10] ports/31211 ports New port: Complete XINE for User Interfac o [2001/10/10] ports/31212 ports New port: Complete XINE for library (depe o [2001/10/11] ports/31222 ports ports:astro/SETIsupport(version is wrong) o [2001/10/11] ports/31223 ports ImageMagick utilities link without -lciph o [2001/10/11] ports/31229 ports new port: astro/linux-setiathome-i686 o [2001/10/14] ports/31268 ports New port: comms/zssh o [2001/10/15] ports/31282 ports NEW PORT: aolserver+ad o [2001/10/15] ports/31286 ports ifhp-3.4.7 port (LPRng) update o [2001/10/15] ports/31288 ports LPRng-3.7.9 port (LPRng) update o [2001/10/15] ports/31295 ports Update port: games/nethack-qt|games/netha o [2001/10/17] ports/31331 ports new port of adpcm library o [2001/10/17] ports/31342 ports I was trying to install xscreensaver and o [2001/10/18] ports/31364 ports URW fonts needed to run jdk13 jfc demos a o [2001/10/19] ports/31368 ports Update port: devel/doxygen 1.2.11 -> 1.2. o [2001/10/19] ports/31369 ports New KMerlin Port o [2001/10/19] ports/31377 ports New port: squidpurge a [2001/10/19] ports/31385 ports grip fails to build out of the box o [2001/10/20] ports/31386 ports New ports/Math pari-devel o [2001/10/21] ports/31399 ports sysinstall (4.4REL) hangs on pkg_add of c o [2001/10/21] ports/31416 ports New port misc/libmcal: Modular Calendar A o [2001/10/23] ports/31451 ports Update port: graphics/gd o [2001/10/23] ports/31453 ports New Port: nhc98 1.10 - a haskell compiler o [2001/10/23] ports/31461 ports New ports: deskutils/mcal & gmcal - a lib o [2001/10/23] ports/31463 ports Updates to vterrain-sdk and vterrain-apps o [2001/10/24] ports/31470 ports New port: devel/py-pqueue o [2001/10/24] ports/31473 ports New port: Courier-MTA SMTP IMAP POP3 HTTP o [2001/10/24] ports/31475 ports New port: sysconftool o [2001/10/24] ports/31478 ports new port - apcupsd a [2001/10/25] ports/31498 ports Update Port: net/gale to v0.99egg o [2001/10/26] ports/31505 ports New port: linux-dri o [2001/10/26] ports/31508 ports Coding error in py-4suite: Ft/Lib/Uuid.py f [2001/10/26] ports/31509 ports bbkeys port outdated! o [2001/10/26] ports/31517 ports New Port: kdetheme-qnix o [2001/10/26] ports/31518 ports GD 1.8.4 port fails to build TTF support o [2001/10/26] ports/31520 ports Update port: graphics/tgif-nls to 4.1.41 o [2001/10/27] ports/31528 ports New port: GTK client for StaticCling.org o [2001/10/27] ports/31529 ports avifile-0.60.20010429_1 doesn't build if o [2001/10/27] ports/31539 ports New port: graphics/xpcd (PhotoCD tool col o [2001/10/27] ports/31543 ports Maintainer update: devel/gengetopt (NOPOR o [2001/10/28] ports/31547 ports cthumb port is stale o [2001/10/28] ports/31568 ports new port: mhc-emacs21 o [2001/10/29] ports/31596 ports [MAINTAINER UPDATE]: emulators/xmame o [2001/10/29] ports/31606 ports New port: irc/gruftistats o [2001/10/29] ports/31612 ports Update port: mail/nail to 9.28 o [2001/10/29] ports/31625 ports New Port: Frontpage v5.0 + language speci o [2001/10/29] ports/31626 ports Update to mod_frontpage v5, removal of FP o [2001/10/30] ports/31630 ports Port se-ispell install the dictionary in o [2001/10/31] ports/31669 ports New port: graphics/xawtv_applet o [2001/10/31] ports/31674 ports port math/plplot doesn't build a TCL enab o [2001/10/31] ports/31675 ports ports update : ftp/pure-ftpd o [2001/10/31] ports/31679 ports Maintainer update: graphics/linux_mesa3 o [2001/10/31] ports/31684 ports ports/comms/hylafax fixes o [2001/11/01] ports/31690 ports new port: wmnd (dock app net monitor) o [2001/11/01] ports/31697 ports Jabber port doesn't install jud o [2001/11/01] ports/31701 ports New port: script to convert intuitive mat o [2001/11/02] ports/31712 ports Add the Linux to flash Cisco/Aironet card o [2001/11/02] ports/31714 ports update mod_watch from 2.3 to 2.4 o [2001/11/03] ports/31726 ports Update X-Files port to use tcl83/tk83 o [2001/11/03] ports/31727 ports update pnet 0.1.8->0.2.2 o [2001/11/03] ports/31732 ports libdv port o [2001/11/03] ports/31739 ports New port: lang/python-devel o [2001/11/03] ports/31740 ports Update port: ftp/py-curl o [2001/11/03] ports/31741 ports Update port: www/moinmoin o [2001/11/03] ports/31744 ports New port: emulators/minix (2.0.0) o [2001/11/04] ports/31755 ports linux-jdk1.2.2 looks for registervm in st o [2001/11/04] ports/31756 ports MAINTAINER UPDATE: japanese/weather-emacs o [2001/11/04] ports/31757 ports devel/gvd doesn't build without tex o [2001/11/04] ports/31759 ports [MAINTAINER-UPDATE] update of dhisd port o [2001/11/04] ports/31765 ports [MAINTAINER UPDATE] Update NetRexx to Net o [2001/11/05] ports/31773 ports New port: audio/cplay, audioplayer for th o [2001/11/05] ports/31774 ports Maintainer update port: emulators/uae Upd o [2001/11/05] ports/31775 ports Better path for the X11 fonts from the po o [2001/11/05] ports/31792 ports pkg_version pkg list output bug o [2001/11/06] ports/31798 ports port upgrade (gsl) o [2001/11/06] ports/31813 ports New Port - Update: dbXML - Java Native XM o [2001/11/07] ports/31824 ports update of security/swatch to 3.0.4 o [2001/11/07] ports/31827 ports New port: Mird database library o [2001/11/07] ports/31833 ports update port: mail/sylpheed o [2001/11/07] ports/31841 ports update to geda tool set o [2001/11/07] ports/31847 ports [MAINTAINER UPDATE] Update libesmtp to li o [2001/11/07] ports/31848 ports [MAINTAINER UPDATE] Bug Fix for makepatch o [2001/11/07] ports/31849 ports Port update of chinese/gb2jis: Convert Gu o [2001/11/08] ports/31855 ports New Port: mail to news gateway o [2001/11/08] ports/31856 ports New port: security/pcsc-lite o [2001/11/08] ports/31858 ports New port: pike 7.2.234 (current CVS versi o [2001/11/08] ports/31862 ports [PATCH] 'make search' problem if /usr/obj o [2001/11/08] ports/31868 ports New port--chinese/jis2gb: Convert JIS Kan o [2001/11/09] ports/31870 ports Update the Wine port to 2001.11.08 o [2001/11/09] ports/31885 ports net/bpft has been superceded by net/trafd o [2001/11/09] ports/31888 ports Update net/gtk-gnutella and take maintain o [2001/11/10] ports/31896 ports Update: databases/adodb o [2001/11/10] ports/31897 ports New port: plugin for xmms to alter pitch o [2001/11/10] ports/31900 ports New port devel/pear: a framework and dist o [2001/11/10] ports/31907 ports Cups: MAINTAINER UPDATE o [2001/11/11] ports/31910 ports comms/sms_client o [2001/11/11] ports/31912 ports Update port: chinese/ghostscript6 to 6.52 o [2001/11/11] ports/31916 ports update port: chinese/moefonts-cid for pkg o [2001/11/11] ports/31917 ports update port: chinese/kde2-i18n for kde2.2 o [2001/11/11] ports/31918 ports Updated port: www/mod_trigger o [2001/11/11] ports/31920 ports sniffit does not detect packets on some i o [2001/11/11] ports/31922 ports new port o [2001/11/11] ports/31923 ports Maintainer update devel/sip to 2.5 o [2001/11/11] ports/31924 ports Port of the shim code for the linux binar o [2001/11/12] ports/31926 ports New port security/drweb-qmail: Qmail mess o [2001/11/12] ports/31928 ports Maintainer updates port sysutils/ipa 1.1. 236 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 Nov 12 11:54:35 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 6B43A37B417 for ; Mon, 12 Nov 2001 11:54:31 -0800 (PST) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 163NA1-000MV8-00; Tue, 13 Nov 2001 08:54:25 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id fACJsPs52018; Tue, 13 Nov 2001 08:54:25 +1300 (NZDT) (envelope-from jonc) Date: Tue, 13 Nov 2001 08:54:25 +1300 From: Jonathan Chen To: Alan E Cc: ports@freebsd.org Subject: Re: Artsd and fonts Message-ID: <20011113085425.A51982@jonc.itouch> References: <200111121730.fACHUv541734@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111121730.fACHUv541734@wwweasel.geeksrus.net>; from alane@geeksrus.net on Mon, Nov 12, 2001 at 12:30:57PM -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 Mon, Nov 12, 2001 at 12:30:57PM -0500, Alan E wrote: > Are you running Xfs (fontserver) and is there a port conflict? Nope. Just plain XFree86-4, using the "nv" driver. I only found out why my fonts weren't displaying when artsd didn't start up for some reason; all of a sudden, my font list was heaps bigger, but no sound was present. 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 Mon Nov 12 12: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 0AC1737B419 for ; Mon, 12 Nov 2001 12:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACKA1r07138; Mon, 12 Nov 2001 12:10:01 -0800 (PST) (envelope-from gnats) Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id 38CCB37B416 for ; Mon, 12 Nov 2001 12:06:21 -0800 (PST) Received: (from root@localhost) by mail.wlcg.com (8.11.6/8.11.6) id fACK6KD67709 for freebsd-gnats-submit@freebsd.org; Mon, 12 Nov 2001 15:06:20 -0500 (EST) (envelope-from rsimmons) Received: (from rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6av) id fACK6JT67701; Mon, 12 Nov 2001 15:06:19 -0500 (EST) (envelope-from rsimmons) Message-Id: <200111122006.fACK6JT67701@mail.wlcg.com> Date: Mon, 12 Nov 2001 15:06:19 -0500 (EST) From: Rob Simmons Reply-To: Rob Simmons To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31936: Minor change to bind8 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31936 >Category: ports >Synopsis: Minor change to bind8 port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 12 12:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD mail 4.4-STABLE FreeBSD 4.4-STABLE #1: Tue Oct 9 11:45:16 EDT 2001 rsimmons@mail:/usr/obj/usr/src/sys/WASABI i386 >Description: Makefile option to make building the port for a chroot environment less messy. I'm not sure if the variable name is acceptable. >How-To-Repeat: n/a >Fix: --- Makefile Thu Oct 11 01:06:30 2001 +++ Makefile.new Mon Nov 12 15:02:26 2001 @@ -24,6 +24,10 @@ WRKSRC= ${WRKDIR}/src +.if defined(STATIC) +CFLAGS+= -static +.endif + MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ getnameinfo.3 inet_cidr.3 hesiod.3 resolver.3 tsig.3 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 12:52: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.67.200.82]) by hub.freebsd.org (Postfix) with ESMTP id 374B137B419 for ; Mon, 12 Nov 2001 12:51:47 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id fACKnvr43149; Mon, 12 Nov 2001 15:49:57 -0500 (EST) (envelope-from alane) Date: Mon, 12 Nov 2001 15:49:57 -0500 From: Alan Eldridge To: Jonathan Chen Cc: ports@freebsd.org Subject: Re: Artsd and fonts Message-ID: <20011112154956.A43114@wwweasel.geeksrus.net> References: <200111121730.fACHUv541734@wwweasel.geeksrus.net> <20011113085425.A51982@jonc.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011113085425.A51982@jonc.itouch>; from jonathan.chen@itouch.co.nz on Tue, Nov 13, 2001 at 08:54:25AM +1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Nov 13, 2001 at 08:54:25AM +1300, Jonathan Chen wrote: >On Mon, Nov 12, 2001 at 12:30:57PM -0500, Alan E wrote: >> Are you running Xfs (fontserver) and is there a port conflict? > >Nope. Just plain XFree86-4, using the "nv" driver. I only found out why >my fonts weren't displaying when artsd didn't start up for some >reason; all of a sudden, my font list was heaps bigger, but no sound >was present. I'm having a hard time with this. No font server, but artsd conflicts with fonts. Could you please send the font path from your X config file? Also, a full (all users) process listing from both the successful and failed font states? Arts must be interfering with another process. I'd like to just nail down what's running in both cases. Also, how are you starting KDE? With 'startx'? Using xdm? Using kdm? And, if it's *dm, are you starting it from /etc/ttys? -- Alan Eldridge #include free(sklyarov); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 13: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 0CAB137B416 for ; Mon, 12 Nov 2001 13:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACLe1727662; Mon, 12 Nov 2001 13:40:01 -0800 (PST) (envelope-from gnats) Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 8B09F37B416 for ; Mon, 12 Nov 2001 13:32:49 -0800 (PST) Received: from graf.pompo.net (lyon-2-a7-58-97.dial.proxad.net [212.27.58.97]) by postfix2-2.free.fr (Postfix) with ESMTP id 0CCB25F851 for ; Mon, 12 Nov 2001 22:32:47 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id D0D0C7685; Mon, 12 Nov 2001 22:31:53 +0100 (CET) Message-Id: <20011112213153.D0D0C7685@graf.pompo.net> Date: Mon, 12 Nov 2001 22:31:53 +0100 (CET) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31937: Port www/horde: security update to v. 1.2.7 Sender: owner-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: 31937 >Category: ports >Synopsis: Port www/horde: security update to v. 1.2.7 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 12 13:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.4-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 22 10:41:40 CEST 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: This is not a real security update (companion to IMP v2.2.7 only) but it supersedes the PR ports/31816, change owner to www:www, and it prepares for the next release (Horde v. 2). >How-To-Repeat: Apply the enclosed shar file. >Fix: diff -ruN www/horde.orig/Makefile www/horde/Makefile --- www/horde.orig/Makefile Tue Sep 18 07:51:51 2001 +++ www/horde/Makefile Mon Nov 12 22:08:47 2001 @@ -7,8 +7,7 @@ # PORTNAME= horde -PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTVERSION= 1.2.7 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ @@ -68,6 +67,14 @@ @${ECHO_MSG} "" .endif +pre-install: + @if [ -f ${HORDEDIR}/index.php ]; then \ + ${ECHO_MSG} "" ; \ + ${ECHO_MSG} "Please deinstall the port www/horde-devel." ; \ + ${ECHO_MSG} "" ; \ + ${FALSE} ; \ + fi + do-install: ${MKDIR} ${HORDEDIR} ${MKDIR} ${PHPLIBDIR} @@ -83,6 +90,8 @@ ${PERL} -pi -e "s:config/horde:${HORDEDIR}/config/horde:g" ${HORDESBIN}/horde_setup.sh ${PERL} -pi -e "s:imp/config:${HORDEDIR}/imp/config:g" ${HORDESBIN}/horde_setup.sh ${PERL} -pi -e "s:chmod 444 :chmod 444 ${HORDEDIR}/:g" ${HORDESBIN}/horde_setup.sh + ${CHMOD} u+x ${HORDESBIN}/horde_secure.sh + ${CHMOD} u+x ${HORDESBIN}/horde_setup.sh ${PERL} -pi -e "s:go to the top level directory for your installation and run:run:g" ${HORDEDIR}/setup.php3 ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" ${HORDEDIR}/setup.php3 ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" ${HORDEDIR}/templates/index/horde_notconfigured.inc @@ -108,15 +117,14 @@ @(if [ -f ${APACHE_CONF} ] ; then \ (if [ ! -f ${APACHE_CONF}.beforeHorde ] ; then \ ${ECHO} "===> Updating httpd.conf..." ; \ - ${CP} -p ${.CURDIR}/httpd.conf.phplib ${WRKDIR}/httpd.conf.phplib.orig ; \ + ${CP} -p ${MASTERDIR}/httpd.conf.phplib ${WRKDIR}/httpd.conf.phplib ; \ ${PERL} -pi -e "s:/home/httpd/html/horde:${HORDEDIR}:g" ${WRKDIR}/httpd.conf.phplib ; \ ${PERL} -pi -e "s:/home/httpd/phplib:${PHPLIBDIR}:g" ${WRKDIR}/httpd.conf.phplib ; \ ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeHorde ; \ ${GREP} -qw 'phplib' ${APACHE_CONF} || ${CAT} ${WRKDIR}/httpd.conf.phplib >> ${APACHE_CONF} ; \ - ${RM} ${.CURDIR}/httpd.conf.phplib ; \ - ${MV} ${.CURDIR}/httpd.conf.phplib.orig ${.CURDIR}/httpd.conf.phplib ; \ fi) ; \ fi) + ${CHOWN} -R www:www ${HORDEDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} diff -ruN www/horde.orig/distinfo www/horde/distinfo --- www/horde.orig/distinfo Sat Aug 18 06:17:52 2001 +++ www/horde/distinfo Mon Nov 12 20:40:06 2001 @@ -1 +1 @@ -MD5 (horde-1.2.6.tar.gz) = 123d9b8b91f2526ece1595271d33d52c +MD5 (horde-1.2.7.tar.gz) = 2433ed0e67739c41021b1a9397130a96 diff -ruN www/horde.orig/pkg-deinstall www/horde/pkg-deinstall --- www/horde.orig/pkg-deinstall Thu Jan 1 01:00:00 1970 +++ www/horde/pkg-deinstall Fri Oct 12 14:33:31 2001 @@ -0,0 +1,12 @@ +#!/bin/sh +# Try to restore httpd.conf when deinstalling Horde + +if [ x$2 != xDEINSTALL ]; then + exit +fi + +if [ -f ${PKG_PREFIX}/etc/apache/httpd.conf.beforeHorde ] ; then + echo "Restoring httpd.conf..." + cp ${PKG_PREFIX}/etc/apache/httpd.conf ${PKG_PREFIX}/etc/apache/httpd.conf.deinstHorde + mv ${PKG_PREFIX}/etc/apache/httpd.conf.beforeHorde ${PKG_PREFIX}/etc/apache/httpd.conf +fi >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 Nov 12 14: 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 6FD8837B405 for ; Mon, 12 Nov 2001 14:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACM02431424; Mon, 12 Nov 2001 14:00:02 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Nov 2001 14:00:02 -0800 (PST) Message-Id: <200111122200.fACM02431424@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/31816: Port failed: mail/imp Reply-To: Thierry Thomas Sender: owner-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/31816; it has been noted by GNATS. From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/31816: Port failed: mail/imp Date: Mon, 12 Nov 2001 22:58:17 +0100 Le 7 Nov 01 à 13:20:08 +0000, Thierry Thomas écrivait : > The following reply was made to PR ports/31816; it has been noted by GNATS. This PR have to be closed: it has been superseded by PR ports/31937 (upgrade to v. 1.2.7). -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 14: 0: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 9F4D537B419 for ; Mon, 12 Nov 2001 14:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACM02u31434; Mon, 12 Nov 2001 14:00:02 -0800 (PST) (envelope-from gnats) Received: from rooster.creighton.edu (rooster.creighton.edu [147.134.2.73]) by hub.freebsd.org (Postfix) with ESMTP id BF11137B405 for ; Mon, 12 Nov 2001 14:00:01 -0800 (PST) Received: by rooster.creighton.edu (Postfix, from userid 1000) id E3F4F62D02; Mon, 12 Nov 2001 15:59:54 -0600 (CST) Message-Id: <20011112215954.E3F4F62D02@rooster.creighton.edu> Date: Mon, 12 Nov 2001 15:59:54 -0600 (CST) From: Sean Kelly Reply-To: Sean Kelly To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31938: Broken cookie handling in lynx-ssl-2.8.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31938 >Category: ports >Synopsis: Broken cookie handling in lynx-ssl-2.8.4.1 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 12 14:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sean Kelly >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD rooster.creighton.edu 4.4-STABLE FreeBSD 4.4-STABLE #6: Mon Sep 24 17:13:26 CDT 2001 root@rooster.creighton.edu:/usr/obj/usr/src/sys/ROOSTER i386 >Description: Attempts to login to various websites (Slashdot, local campus site, etc) which have a login/password form which set a cookie and then redirect you to another page are failing. It appears that the browser is not telling the web server about the cookie after the redirect. >How-To-Repeat: Try to login to a user account at http://slashdot.org or some other site that uses a form to collect username/password, POSTs to a page which sets a cookie, and then redirects you to a new page which requires that the previously set cookie be present. >Fix: None known so far. >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 Nov 12 14: 9: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 543F737B417; Mon, 12 Nov 2001 14:09:09 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACM0oF31650; Mon, 12 Nov 2001 14:00:50 -0800 (PST) (envelope-from petef) Date: Mon, 12 Nov 2001 14:00:50 -0800 (PST) From: Message-Id: <200111122200.fACM0oF31650@freefall.freebsd.org> To: ernsth@nl.euro.net, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31816: Port failed: mail/imp Sender: owner-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 failed: mail/imp State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Mon Nov 12 14:00:43 PST 2001 State-Changed-Why: Superseded by ports/31937 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31816 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 14:20: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 D444637B416 for ; Mon, 12 Nov 2001 14:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACMK1F38312; Mon, 12 Nov 2001 14:20:01 -0800 (PST) (envelope-from gnats) Received: from bifrost.lyngbol.dk (bifrost.lyngbol.dk [193.162.32.2]) by hub.freebsd.org (Postfix) with ESMTP id A641337B405 for ; Mon, 12 Nov 2001 14:10:47 -0800 (PST) Received: (from lyngbol@localhost) by bifrost.lyngbol.dk (8.11.6/8.11.6) id fACMAgH98351; Mon, 12 Nov 2001 23:10:42 +0100 (CET) (envelope-from lyngbol) Message-Id: <200111122210.fACMAgH98351@bifrost.lyngbol.dk> Date: Mon, 12 Nov 2001 23:10:42 +0100 (CET) From: Michael Lyngbøl Reply-To: Michael Lyngbøl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31939: MAINTAINER UPDATE: net/stools Sender: owner-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: 31939 >Category: ports >Synopsis: MAINTAINER UPDATE: net/stools >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 Nov 12 14:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lyngbøl >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD bifrost 4.4-STABLE FreeBSD 4.4-STABLE #3: Sun Oct 14 09:51:32 CEST 2001 lyngbol@bifrost:/usr/src/sys/compile/BIFROST i386 >Description: - rename to scli - update to 0.2.3 net/stools/ should be delete and this added (perhaps a repo-copy?) >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: # # scli # scli/Makefile # scli/distinfo # scli/pkg-comment # scli/pkg-descr # scli/pkg-plist # echo c - scli mkdir -p scli > /dev/null 2>&1 echo x - scli/Makefile sed 's/^X//' >scli/Makefile << 'END-of-scli/Makefile' X# New ports collection makefile for: scli X# Date created: 12 Nov 2001 X# Whom: Michael Lyngbøl X# X# $FreeBSD: $ X# X XPORTNAME= scli XPORTVERSION= 0.2.3 XCATEGORIES= net XMASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/ X XMAINTAINER= lyngbol@wheel.dk X XLIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 X XGNU_CONFIGURE= yes XUSE_GLIB= yes X XMAN1= scli.1 X X.include END-of-scli/Makefile echo x - scli/distinfo sed 's/^X//' >scli/distinfo << 'END-of-scli/distinfo' XMD5 (scli-0.2.3.tar.gz) = b5f51a11b7df4a268b59a173a3450f61 END-of-scli/distinfo echo x - scli/pkg-comment sed 's/^X//' >scli/pkg-comment << 'END-of-scli/pkg-comment' XA collection of SNMP command line management tools END-of-scli/pkg-comment echo x - scli/pkg-descr sed 's/^X//' >scli/pkg-descr << 'END-of-scli/pkg-descr' XThe scli package written to address the need for small and efficient Xcommand line utilities to monitor and configure network devices and Xhost systems. The scli package is based on the SNMP management Xprotocol. X XWWW: http://www.ibr.cs.tu-bs.de/projects/scli/ X END-of-scli/pkg-descr echo x - scli/pkg-plist sed 's/^X//' >scli/pkg-plist << 'END-of-scli/pkg-plist' Xbin/scli X@unexec install-info --delete %D/info/scli.info %D/info/dir Xinfo/scli.info X@exec install-info %D/info/scli.info %D/info/dir END-of-scli/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 14:50:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 0F1A737B416; Mon, 12 Nov 2001 14:50:10 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id VAA19690; Mon, 12 Nov 2001 21:56:21 -0800 Date: Mon, 12 Nov 2001 14:50:00 -0800 From: John Merryweather Cooper To: Maxim Sobolev Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Found two more GNOME ports with the gdk-pixbuf header problem Message-ID: <20011112145000.A15749@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.2.3 Lines: 20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org With the gdk-pixbuf in currently in ports, I've found the following ports fail to build: games/bombermaze www/screem It appears that the path to the gdk-pixbuf headers is hard-coded in these two ports also. -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 15:33:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id A609637B405; Mon, 12 Nov 2001 15:33:44 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 539E714C40; Tue, 13 Nov 2001 00:33:43 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: clefevre@citeweb.net Cc: "Louis A. Mamakos" , freebsd-ports , freebsd-emulation , trevor@FreeBSD.ORG Subject: Re: netscape 6.2 - unable to resolv hostnames References: <200111112105.fABL5Xx15522@gits.dyndns.org> From: Dag-Erling Smorgrav Date: 13 Nov 2001 00:33:42 +0100 In-Reply-To: <200111112105.fABL5Xx15522@gits.dyndns.org> Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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 Cyrille Lefevre writes: > domain gits.fr.invalid > search gits.fr.invalid cybercable.fr It makes no sense to have both "domain" and "search". DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 15:39:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id E582B37B416 for ; Mon, 12 Nov 2001 15:39:49 -0800 (PST) Received: from mkc-65-30-96-67.kc.rr.com (HELO yahoo.com) (65.30.96.67) by smtp.mail.vip.sc5.yahoo.com with SMTP; 12 Nov 2001 23:39:49 -0000 X-Apparently-From: Message-ID: <3BF05DC3.7000608@yahoo.com> Date: Mon, 12 Nov 2001 17:39:47 -0600 From: Jim Bryant Reply-To: kc5vdj@yahoo.com User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Dag-Erling Smorgrav Cc: clefevre@citeweb.net, "Louis A. Mamakos" , freebsd-ports , freebsd-emulation , trevor@FreeBSD.ORG Subject: Re: netscape 6.2 - unable to resolv hostnames References: <200111112105.fABL5Xx15522@gits.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've been running Netscape-6.2 for about 24 hours now, under -current. The only problem I can see is that my bookmarks got cleared [had to restore from tape] when I first ran it. I have seen no problems with the resolver. Dag-Erling Smorgrav wrote: > Cyrille Lefevre writes: > >>domain gits.fr.invalid >>search gits.fr.invalid cybercable.fr >> > > It makes no sense to have both "domain" and "search". > > DES > jim -- ET has one helluva sense of humor! He's always anal-probing right-wing schizos! ----------------------------------------------------- POWER TO THE PEOPLE! ----------------------------------------------------- "Religious fundamentalism is the biggest threat to international security that exists today." United Nations Secretary General B.B.Ghali, 1995 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 15:49: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 101D837B420; Mon, 12 Nov 2001 15:49:11 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACNgde58061; Mon, 12 Nov 2001 15:42:39 -0800 (PST) (envelope-from des) Date: Mon, 12 Nov 2001 15:42:39 -0800 (PST) From: Message-Id: <200111122342.fACNgde58061@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31829: Re: update of security/swatch to 3.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: update of security/swatch to 3.0.4 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: des Responsible-Changed-When: Mon Nov 12 15:41:22 PST 2001 Responsible-Changed-Why: Argh, this is actually a ports PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31829 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 15: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 B3F6237B417 for ; Mon, 12 Nov 2001 15:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACNo0x59465; Mon, 12 Nov 2001 15:50:00 -0800 (PST) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id E2B9A37B405; Mon, 12 Nov 2001 15:47:24 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 93A302B697; Tue, 13 Nov 2001 00:47:22 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 6456113D; Tue, 13 Nov 2001 10:47:16 +1100 (EST) Message-Id: <20011112234716.6456113D@k7.mavetju.org> Date: Tue, 13 Nov 2001 10:47:16 +1100 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org Cc: Maxim Sobolev X-Send-Pr-Version: 3.113 Subject: ports/31941: [patch] fix games/bombermaze Sender: owner-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: 31941 >Category: ports >Synopsis: [patch] fix games/bombermaze >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 12 15:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.4-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Sat Nov 10 21:31:47 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 # $FreeBSD: ports/games/bombermaze/Makefile,v 1.15 2001/06/27 10:33:32 sobomax Exp $ >Description: As described by John Merryweather Cooper , bombermaze doesn't build with the new gdk-pixbuf. >How-To-Repeat: cd to games/bombermaze and make >Fix: Add this patch to games/bombermaze/files as patch-src-Makefile.in --- src/Makefile.in.old Tue Nov 13 10:37:23 2001 +++ src/Makefile.in Tue Nov 13 10:37:39 2001 @@ -127,7 +127,7 @@ CPPFLAGS = -Wall -INCLUDES = -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"$(PACKAGE)\" -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DPACKAGE_DATADIR=\"$(configdir)\" -I../intl -I$(top_srcdir)/intl +INCLUDES = -I$(top_srcdir) -I$(includedir) $(GDK_PIXBUF_CFLAGS) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"$(PACKAGE)\" -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DPACKAGE_DATADIR=\"$(configdir)\" -I../intl -I$(top_srcdir)/intl bin_PROGRAMS = bombermaze >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 Nov 12 16: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 985D837B416 for ; Mon, 12 Nov 2001 16:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD0A1Z66064; Mon, 12 Nov 2001 16:10:01 -0800 (PST) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 0AF1C37B417; Mon, 12 Nov 2001 16:08:38 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 334922B76D; Tue, 13 Nov 2001 01:08:33 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id F3091FE; Tue, 13 Nov 2001 11:08:29 +1100 (EST) Message-Id: <20011113000829.F3091FE@k7.mavetju.org> Date: Tue, 13 Nov 2001 11:08:29 +1100 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org Cc: Maxim Sobolev X-Send-Pr-Version: 3.113 Subject: ports/31942: [patch] fix www/screem Sender: owner-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: 31942 >Category: ports >Synopsis: [patch] fix www/screem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 12 16:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.4-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Sat Nov 10 21:31:47 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 # $FreeBSD: ports/www/screem/Makefile,v 1.21 2001/06/19 09:43:07 ade Exp $ >Description: As described by John Merryweather Cooper , screem doesn't build with the new gdk-pixbuf. >How-To-Repeat: cd to www/screem and make >Fix: Add the following files to www/screem/files: For patch-plugins-cssWizard-Makefile.in --- plugins/cssWizard/Makefile.in.old Tue Nov 13 11:01:27 2001 +++ plugins/cssWizard/Makefile.in Tue Nov 13 11:01:45 2001 @@ -141,7 +141,7 @@ cxxflags_set = @cxxflags_set@ l = @l@ -INCLUDES = -I../../include -I../../pixmaps -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGLADE_PATH=\""$(gladedir)"\" $(GNOME_INCLUDEDIR) -D _GNU_SOURCE +INCLUDES = -I../../include -I../../pixmaps -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGLADE_PATH=\""$(gladedir)"\" $(GNOME_INCLUDEDIR) $(GDK_PIXBUF_CFLAGS) -D _GNU_SOURCE plugins_execdir = $(libdir)/screem/plugins For patch-plugins-imageWizard-Makefile.in --- plugins/imageWizard/Makefile.in.old Tue Nov 13 10:56:55 2001 +++ plugins/imageWizard/Makefile.in Tue Nov 13 10:57:12 2001 @@ -141,7 +141,7 @@ cxxflags_set = @cxxflags_set@ l = @l@ -INCLUDES = -I../../include -I../../pixmaps -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGLADE_PATH=\""$(gladedir)"\" $(GNOME_INCLUDEDIR) -D _GNU_SOURCE +INCLUDES = -I../../include -I../../pixmaps -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGLADE_PATH=\""$(gladedir)"\" $(GNOME_INCLUDEDIR) $(GDK_PIXBUF_CFLAGS) -D _GNU_SOURCE plugins_execdir = $(libdir)/screem/plugins for patch-src-Makefile.in: --- src/Makefile.in.old Tue Nov 13 10:53:49 2001 +++ src/Makefile.in Tue Nov 13 10:53:26 2001 @@ -143,7 +143,7 @@ bin_PROGRAMS = screem -INCLUDES = -I../include -I../pixmaps -DG_LOG_DOMAIN=\"screem\" -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DPLUGIN_PATH=\""$(libdir)/"\" -DTAG_TREE_FILE=\""$(datadir)/screem/screem.tagtree"\" -DSPLASH_DIR=\""$(datadir)/pixmaps/screem/splash/"\" -DGLADE_PATH=\""$(gladedir)/screem.glade"\" -DRESOURCE_PATH=\""$(datadir)/screem/resources/"\" -DPIXMAP_PATH=\""$(datadir)/pixmaps/screem/"\" -DHINTS_PATH=\""$(datadir)/screem/hints"\" -DHELP_PATH=\""$(datadir)/screem/htmlhelp"\" -DSYNTAX_PATH=\""$(datadir)/screem/syntax"\" -DSCREEM_DTD_PATH=\""$(datadir)/screem/dtd"\" $(GNOME_INCLUDEDIR) -D _GNU_SOURCE +INCLUDES = -I../include -I../pixmaps -DG_LOG_DOMAIN=\"screem\" -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DPLUGIN_PATH=\""$(libdir)/"\" -DTAG_TREE_FILE=\""$(datadir)/screem/screem.tagtree"\" -DSPLASH_DIR=\""$(datadir)/pixmaps/screem/splash/"\" -DGLADE_PATH=\""$(gladedir)/screem.glade"\" -DRESOURCE_PATH=\""$(datadir)/screem/resources/"\" -DPIXMAP_PATH=\""$(datadir)/pixmaps/screem/"\" -DHINTS_PATH=\""$(datadir)/screem/hints"\" -DHELP_PATH=\""$(datadir)/screem/htmlhelp"\" -DSYNTAX_PATH=\""$(datadir)/screem/syntax"\" -DSCREEM_DTD_PATH=\""$(datadir)/screem/dtd"\" $(GNOME_INCLUDEDIR) $(GDK_PIXBUF_CFLAGS) -D _GNU_SOURCE SUBDIRS = glade >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 Nov 12 17: 4: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web20208.mail.yahoo.com (web20208.mail.yahoo.com [216.136.226.63]) by hub.freebsd.org (Postfix) with SMTP id E6D3637B41B for ; Mon, 12 Nov 2001 17:03:42 -0800 (PST) Message-ID: <20011113010342.26086.qmail@web20208.mail.yahoo.com> Received: from [212.16.200.210] by web20208.mail.yahoo.com via HTTP; Mon, 12 Nov 2001 17:03:42 PST Date: Mon, 12 Nov 2001 17:03:42 -0800 (PST) From: GoodNews To: temiy@iname.com 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 Äîðîãîé äðóã! Èçâèíè, ÷òî îòáèðàþ òâîå âðåìÿ íà ÷òåíèå äàííîãî ïîñëàíèÿ,òàê êàê ìû âñå óñòàëè îò áåñêîíå÷íûõ ðåêëàìíûõ ðàññûëîê è âñÿ÷åñêîãî ìóñîðà,íî ÿ íàäåþñü, ÷òî íåñêîëüêî ìèíóò çàòðà÷åííîãî âðåìåíè ñìîãóò îêóïèòüñÿ, åñëè òû ðåøèøüñÿ èçìåíèòü ñâîé âçãëÿä íà îêðóæàþùóþ òåáÿ äåéñòâèòåëüíîñòü. Ïðåäëàãàåòñÿ â êîðíå èçìåíèòü ñâîþ æèçíü! È äëÿ ýòîãî ïðåäíàçíà÷åíà ïðîãðàììà, ðåàëüíî äåéñòâóþùàÿ, ñ ðåàëüíûìè âîçìîæíîñòÿìè çàðàáîòàòü äåíüãè, çàòðàòèâ íà ýòî íå î÷åíü áîëüøèå óñèëèÿ. Ýòîò ìåòîä çàðàáîòêà äåíåã íà ñàìîì äåëå ÄÅÉÑÒÂÓÅÒ ÍÀ 100%, ÊÎÃÄÀ ÓÃÎÄÍÎ, ÃÄÅ ÓÃÎÄÍÎ. Âû ñìîæåòå çàðàáîòàòü áîëåå 1.000.000 ðóáëåé â ïîñëåäóþùèå 90 äíåé. Ýòî íå öåïíîå ïèñüìî, à îòëè÷íàÿ ëåãàëüíàÿ âîçìîæíîñòü çàðàáîòàòü äåíüãè. Íå ïîæàëåéòå âðåìåíè, îçíàêîìüòåñü ñ ïðåäëàãàåìîé ïðîãðàììîé, è óñïåõ è áëàãîïîëó÷èå ïîñåòÿò Âàø äîì! Äàííîå ïèñüìî ïðèäåò ê Âàì íà ýòîò àäðåñ îäèí åäèíñòâåííûé ðàç, áîëüøå ÿ Âàñ íå ïîáåñïîêîþ. Íî åñëè ó Âàñ èìåþòñÿ è äðóãèå àäðåñà, íå îáèæàéòåñü, åñëè ýòî ïîñëàíèå ïðèäåò è íà íèõ,ïðîãðàììà íå ìîæåò îòñëåäèòü õîçÿèíà ÿùèêà, òîëüêî ôàêò ñóùåñòâîâàíèÿ àäðåñà. Åñëè Âàñ ýòî çàèíòåðåñîâàëî è Âû æåëàåòå áîëüøå óçíàòü î ðàáîòå ïðåäëàãàåìîé ïðîãðàììû, Âû ìîæåòå îòïðàâèòü äàííîå ñîîáùåíèå îáðàòíî ñ ïîìåòêîé "More", ÷òî áû ÿ âûñëàëà Âàì ïîäðîáíîå îïèñàíèå ðàáîòû ñèñòåìû ïî Âàøåìó æåëàíèþ, à íå çàíèìàòü Âàøå âðåìÿ è íå òðàòèòü Âàøè äåíüãè íà ïîëó÷åíèå âëîæåííîãî äîêóìåíòà. Âîçâðàùåííûå áåç äàííîé ïîìåòêè ïèñüìà áóäóò, êàê Âû ïðàâèëüíî äîãàäûâàåòåñü, óäàëÿòñÿ áåç ïðî÷òåíèÿ. Íî åñëè Âû õîòèòå ïîðóãàòüñÿ è âûïóñòèòü ïàð, òî ïîæàëóéñòà :-) Íàäåþñü, Âàì ñòàíåò ëåã÷å :-) Åùå ðàç èçâèíèòå, ÷òî îòíèìàþ Âàøå âðåìÿ. Óñïåõîâ âàì è âñÿ÷åñêèõ áëàã! __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 17: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 65CFD37B416 for ; Mon, 12 Nov 2001 17:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD1o2q92083; Mon, 12 Nov 2001 17:50:02 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Nov 2001 17:50:02 -0800 (PST) Message-Id: <200111130150.fAD1o2q92083@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/31942: [patch] fix www/screem Reply-To: John Merryweather Cooper Sender: owner-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/31942; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, edwin@mavetju.org Cc: Subject: Re: ports/31942: [patch] fix www/screem Date: Mon, 12 Nov 2001 17:40:19 -0800 I've got a fix for the gdk-pixbuf that also fixes some other problems: * updates to screem-0.4.1 * fixes gdk-pixbuf problem * fixes configure failure to detect gtkhtml * fixes configure failure to detect gnome-print (which results in disabled printing) * enables SSL upload Do you (Edwin) want to take over maintainership (I'll send my upgrade patch to you then)? Otherwise, I'll upload my upgrade/fix as a separate PR. -- jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 17: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 AFA8337B419 for ; Mon, 12 Nov 2001 17:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD1o2192092; Mon, 12 Nov 2001 17:50:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A78C737B405 for ; Mon, 12 Nov 2001 17:43:24 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD1hOR90848; Mon, 12 Nov 2001 17:43:24 -0800 (PST) (envelope-from nobody) Message-Id: <200111130143.fAD1hOR90848@freefall.freebsd.org> Date: Mon, 12 Nov 2001 17:43:24 -0800 (PST) From: Donnie Jones To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31943: mysql323-server port hostname look up failed Sender: owner-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: 31943 >Category: ports >Synopsis: mysql323-server port hostname look up failed >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 Nov 12 17:50:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Donnie Jones >Release: 4.4 >Organization: >Environment: FreeBSD dorm0379.dorm-net.louisville.edu 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: I did "make" and then "make install" for the mysql323-server port, and once the program reaches the point where mysql_install_db wants to lookup the hostname it errors and stops saying that the hostname couldn't not be looked up. It was only using part of my hostname to be looked up.... >How-To-Repeat: run "make install" for the port of mysql322-server >Fix: In the mysql_install_db code it says to do "hostname -s" when looking up the hostname, I changed it to just "hostname" without the "-s" and the problem was fixed eventhough I had to do some working around with the make install b.c by re-running the "make install" it tries to reinstall the database and will overwrite the mysql_install_db file that was just edited. Maybe this is a probkem that should be reported to mysql and not freebsd, but here you go. :) >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 Nov 12 18: 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 5B50437B416 for ; Mon, 12 Nov 2001 18:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD202c94531; Mon, 12 Nov 2001 18:00:02 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Nov 2001 18:00:02 -0800 (PST) Message-Id: <200111130200.fAD202c94531@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/31942: [patch] fix www/screem Reply-To: Edwin Groothuis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31942; it has been noted by GNATS. From: Edwin Groothuis To: John Merryweather Cooper Cc: Subject: Re: ports/31942: [patch] fix www/screem Date: Tue, 13 Nov 2001 12:48:22 +1100 On Mon, Nov 12, 2001 at 05:40:19PM -0800, John Merryweather Cooper wrote: > I've got a fix for the gdk-pixbuf that also fixes some other problems: > > * updates to screem-0.4.1 > * fixes gdk-pixbuf problem > * fixes configure failure to detect gtkhtml > * fixes configure failure to detect gnome-print (which results in > disabled printing) > * enables SSL upload > > Do you (Edwin) want to take over maintainership (I'll send my upgrade > patch to you then)? Otherwise, I'll upload my upgrade/fix as a separate PR. I'm not an user of screem, I just responded to the problem reported by you. I'm not a commitor neither, so I don't have the power to solve problems. Please send it as a pr and so what I do: pray :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 18: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 9618A37B41A for ; Mon, 12 Nov 2001 18:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD2o5M18250; Mon, 12 Nov 2001 18:50:05 -0800 (PST) (envelope-from gnats) Received: from smtp.noos.fr (zola.noos.net [212.198.2.76]) by hub.freebsd.org (Postfix) with ESMTP id D8A6B37B405 for ; Mon, 12 Nov 2001 18:47:47 -0800 (PST) Received: (qmail 21268625 invoked by uid 0); 13 Nov 2001 02:47:42 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.76 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Nov 2001 02:47:42 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAD2lfI97503; Tue, 13 Nov 2001 03:47:41 +0100 (CET) (envelope-from root) Message-Id: <200111130247.fAD2lfI97503@gits.dyndns.org> Date: Tue, 13 Nov 2001 03:47:41 +0100 (CET) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31944: bsd.port.mk: USE_XPM (implied by USE_MOTIF) should be in the pre- section Sender: owner-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: 31944 >Category: ports >Synopsis: bsd.port.mk: USE_XPM (implied by USE_MOTIF) should be in the pre- section >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 Nov 12 18:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-STABLE FreeBSD 4.4-STABLE #10: Sat Nov 10 19:15:45 CET 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: since USE_XPM is implied by USE_MOTIF, it should not be needed to define it in /etc/make.conf. but since it is in the post- section of bsd.port.mk, it is necessary to define it in there or ports such as xmotd (or the one - xtel - I'm currently updating) are build w/o Xpm support ! >How-To-Repeat: cd x11/xmotd make >Fix: Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.387 diff -u -r1.387 bsd.port.mk --- bsd.port.mk 2001/11/09 15:48:40 1.387 +++ bsd.port.mk 2001/11/13 02:38:21 @@ -720,6 +720,10 @@ .include "${PORTSDIR}/Mk/bsd.gnome.mk" +.if defined(USE_MOTIF) +USE_XPM= yes +.endif + # defaults to 4.x for -CURRENT; and 3.3.6 for all other branches .if ${OSVERSION} > 500025 XFREE86_VERSION?= 4 @@ -827,7 +831,6 @@ .endif .if defined(USE_MOTIF) -USE_XPM= yes .if !defined(NO_OPENMOTIF) LIB_DEPENDS+= Xm.2:${PORTSDIR}/x11-toolkits/open-motif .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 19: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 CA0EF37B418 for ; Mon, 12 Nov 2001 19:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD3U0x29601; Mon, 12 Nov 2001 19:30:00 -0800 (PST) (envelope-from gnats) Received: from www.x-itec.de (pD9049597.dip.t-dialin.net [217.4.149.151]) by hub.freebsd.org (Postfix) with ESMTP id A15BC37B417 for ; Mon, 12 Nov 2001 19:22:33 -0800 (PST) Received: (from root@localhost) by www.x-itec.de (8.11.6/8.11.3) id fAD4Lpn10283; Tue, 13 Nov 2001 05:21:51 +0100 (CET) (envelope-from bk) Message-Id: <200111130421.fAD4Lpn10283@www.x-itec.de> Date: Tue, 13 Nov 2001 05:21:51 +0100 (CET) From: bk Reply-To: bk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31945: new port: devel/xbkregex 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 >Number: 31945 >Category: ports >Synopsis: new port: devel/xbkregex library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 12 19:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: bk >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD www.x-itec.de 4.4-STABLE FreeBSD 4.4-STABLE #2: Wed Sep 19 10:42:34 CEST 2001 bk@lappy.lappy:/usr/obj/usr/src/sys/lap01092001 i386 >Description: A new port for devel: libxbkregex # 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: # # libxbkregex # libxbkregex/Makefile # libxbkregex/distinfo # libxbkregex/pkg-comment # libxbkregex/pkg-descr # libxbkregex/pkg-plist # echo c - libxbkregex mkdir -p libxbkregex > /dev/null 2>&1 echo x - libxbkregex/Makefile sed 's/^X//' >libxbkregex/Makefile << 'END-of-libxbkregex/Makefile' X# New ports collection makefile for: libxbkregex X# Date created: 13 November 2001 X# Whom: Boris Koester X# X# $FreeBSD$ X# XPORTNAME= libxbkregex XPORTVERSION= 1.0 XCATEGORIES= devel XMASTER_SITES= http://www.x-itec.de/distfiles/ XMAINTAINER= koester@x-itec.de X.include END-of-libxbkregex/Makefile echo x - libxbkregex/distinfo sed 's/^X//' >libxbkregex/distinfo << 'END-of-libxbkregex/distinfo' XMD5 (libxbkregex-1.0.tar.gz) = 747cb577e776a790d4b932e4c281cfeb END-of-libxbkregex/distinfo echo x - libxbkregex/pkg-comment sed 's/^X//' >libxbkregex/pkg-comment << 'END-of-libxbkregex/pkg-comment' XA C++ library that gives you easier work with regex.h END-of-libxbkregex/pkg-comment echo x - libxbkregex/pkg-descr sed 's/^X//' >libxbkregex/pkg-descr << 'END-of-libxbkregex/pkg-descr' XA shared C++ library that gives the c++ programmer a better way to use regex.h. Now it is really easy to work with regulary expressions including error messages. X XWWW: http://www.x-itec.de/projects/libxbkregex/www X XX-ITEC IT-Consulting X- Boris Koester Xkoester@x-itec.de END-of-libxbkregex/pkg-descr echo x - libxbkregex/pkg-plist sed 's/^X//' >libxbkregex/pkg-plist << 'END-of-libxbkregex/pkg-plist' Xlib/libxbkregex1.so.1.0.0 X/usr/local/include/xbk/xbkregex/xbkregex1.h X@dirrm include/xbk/xbkregex END-of-libxbkregex/pkg-plist exit >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 Nov 12 19:30: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 E2D6D37B41A for ; Mon, 12 Nov 2001 19:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD3U0C29610; Mon, 12 Nov 2001 19:30:00 -0800 (PST) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id A46CF37B417; Mon, 12 Nov 2001 19:27:30 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id TAA29560; Mon, 12 Nov 2001 19:24:08 -0800 Received: by johncoop.MSHOME (Postfix, from userid 0) id ACC8B15503; Mon, 12 Nov 2001 19:27:10 -0800 (PST) Message-Id: <20011113032710.ACC8B15503@johncoop.MSHOME> Date: Mon, 12 Nov 2001 19:27:10 -0800 (PST) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: sobomax@freebsd.org, gnome@freebsd.org, edwin@mavetju.org X-Send-Pr-Version: 3.113 Subject: ports/31946: [PATCH] Fix and update screem to screem-0.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31946 >Category: ports >Synopsis: [PATCH] Fix and update screem to screem-0.4.1 >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 Nov 12 19:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #5: Mon Nov 12 01:16:03 PST 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: As described in my response to PR ports/31942, this patch does everything Edwin's does and: * updates to screem-0.4.1 * fixes gdk-pixbuf problem * fixes configure failure to detect gtkhtml * fixes configure failure to detect gnome-print (which results in disabled printing) * enables SSL upload However, the Help is broken (the sgml isn't quiet complete, and I don't have a working db2html to build the html) :( I'll take over maintainership, unless the gnome group wants it. >How-To-Repeat: N/A >Fix: makepatch -nomanifest -diff "diff -u" screem screem.new (a fancy diff -ru -- see textproc/makepatch) follows: # This is a patch for screem to update it to screem.new # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # If you have a decent Bourne-type shell: # STEP 2: Run the shell with this file as input. # If you don't have such a shell, you may need to manually create # the files as shown below. # STEP 3: Run the 'patch' program with this file as input. # # These are the commands needed to create/delete files/directories: # touch 'files/patch-plugins::uploadWizard::Makefile.in' chmod 0644 'files/patch-plugins::uploadWizard::Makefile.in' # # This command terminates the shell and need not be executed manually. exit # #### End of Preamble #### #### Patch data follows #### diff -u 'screem/Makefile' 'screem.new/Makefile' Index: ./Makefile --- ./Makefile Tue Jun 19 02:43:07 2001 +++ ./Makefile Mon Nov 12 17:28:42 2001 @@ -2,31 +2,38 @@ # Date created: 05 Nov 1999 # Whom: Will Andrews # -# $FreeBSD: ports/www/screem/Makefile,v 1.21 2001/06/19 09:43:07 ade Exp $ +# $FreeBSD$ # PORTNAME= screem -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.4.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmcoopr@webmail.bmi.net USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gnomevfs +USE_OPENSSL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + -I${X11BASE}/include \ + -I${X11BASE}/include/gnome-1.0 \ + `gdk-pixbuf-config --cflags` \ + ${PTHREAD_CFLAGS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + X11BASE="${X11BASE}" +CONFIGURE_ARGS= --with-gnomevfs --with-ssl pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \ + ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g ; \ s|\$\(datadir\)/gnome|\$\(datadir\)|g ; \ diff -u 'screem/distinfo' 'screem.new/distinfo' Index: ./distinfo --- ./distinfo Wed Feb 28 02:51:58 2001 +++ ./distinfo Mon Nov 12 15:43:38 2001 @@ -1 +1 @@ -MD5 (screem-0.4.0.tar.gz) = 19743289b85849775538b1f41daeabc5 +MD5 (screem-0.4.1.tar.gz) = 8424eb59a232e976f9dd276320727f5b diff -u 'screem/files/patch-ab' 'screem.new/files/patch-ab' Index: ./files/patch-ab --- ./files/patch-ab Mon Aug 21 03:55:21 2000 +++ ./files/patch-ab Mon Nov 12 17:27:05 2001 @@ -1,6 +1,24 @@ ---- configure 2000/08/21 10:10:04 1.1 -+++ configure 2000/08/21 10:10:33 -@@ -5006,7 +5006,7 @@ +--- configure Mon Nov 12 17:17:17 2001 ++++ configure.new Mon Nov 12 17:26:23 2001 +@@ -4851,7 +4851,7 @@ + #include "confdefs.h" + #include + EOF +-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ++ac_try="$ac_cpp -I${X11BASE}/include conftest.$ac_ext >/dev/null 2>conftest.out" + { (eval echo configure:4856: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then +@@ -4916,7 +4916,7 @@ + #include "confdefs.h" + #include + EOF +-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ++ac_try="$ac_cpp -I${X11BASE}include/gnome-1.0 conftest.$ac_ext >/dev/null 2>conftest.out" + { (eval echo configure:4921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then +@@ -5029,7 +5029,7 @@ HAVE_PTHREADS_FALSE= fi diff -u /dev/null 'screem.new/files/patch-plugins::uploadWizard::Makefile.in' Index: ./files/patch-plugins::uploadWizard::Makefile.in --- ./files/patch-plugins::uploadWizard::Makefile.in Wed Dec 31 16:00:00 1969 +++ ./files/patch-plugins::uploadWizard::Makefile.in Mon Nov 12 16:53:42 2001 @@ -0,0 +1,11 @@ +--- plugins/uploadWizard/Makefile.in Wed Mar 14 12:50:51 2001 ++++ plugins/uploadWizard/Makefile.in.new Mon Nov 12 16:53:15 2001 +@@ -168,7 +168,7 @@ + + + uploadWizard_la_LDFLAGS = -avoid-version -module +-uploadWizard_la_LIBADD = $(LIBGLADE_LIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(PTHREAD_LIB) $(NEONOBJS) ++uploadWizard_la_LIBADD = $(LIBGLADE_LIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(PTHREAD_LIB) $(NEONOBJS) -lssl -lcrypto + + config_h = $(top_builddir)/config.h + obj_ext = o diff -u 'screem/pkg-descr' 'screem.new/pkg-descr' Index: ./pkg-descr --- ./pkg-descr Sun Dec 26 18:18:07 1999 +++ ./pkg-descr Mon Nov 12 19:12:40 2001 @@ -3,9 +3,9 @@ functions from your bluefish installation! SCREEM makes a rather ideal GUI HTML editor, especially for -Unixheads like myself who like using CVS to manage source trees, -as SCREEM has functional CVS interaction. +Unixheads who like using CVS to manage source trees, as SCREEM +has functional CVS interaction. WWW: http://www.screem.org/ -- Will +-- John Merryweather Cooper #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Mon Nov 12 19:14:26 2001 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 962 1005614922 0100644 # p 'distinfo' 61 1005608618 0100644 # p 'files/patch-ab' 219 1005614825 0100644 # c 'files/patch-plugins::uploadWizard::Makefile.in' 0 1005612822 0100644 # p 'pkg-descr' 406 1005621160 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Mon Nov 12 19:14:26 2001] #### #### Checksum: 169 6163 17060 #### >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 Nov 12 19:40: 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 66CDE37B405 for ; Mon, 12 Nov 2001 19:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD3e1131703; Mon, 12 Nov 2001 19:40:01 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Nov 2001 19:40:01 -0800 (PST) Message-Id: <200111130340.fAD3e1131703@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/31942: [patch] fix www/screem Reply-To: John Merryweather Cooper Sender: owner-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/31942; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, edwin@mavetju.org Cc: Subject: Re: ports/31942: [patch] fix www/screem Date: Mon, 12 Nov 2001 19:35:57 -0800 PR ports/31946 may supercede this PR. A copy of PR ports/31946 has been forwarded to the originator. -- jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 20: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 E71F137B419 for ; Mon, 12 Nov 2001 20:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD4A0Y40059; Mon, 12 Nov 2001 20:10:00 -0800 (PST) (envelope-from gnats) Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 8452937B405 for ; Mon, 12 Nov 2001 20:00:07 -0800 (PST) Received: (qmail 97677665 invoked by uid 0); 13 Nov 2001 04:00:02 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Nov 2001 04:00:02 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAD400a14877; Tue, 13 Nov 2001 05:00:00 +0100 (CET) (envelope-from root) Message-Id: <200111130400.fAD400a14877@gits.dyndns.org> Date: Tue, 13 Nov 2001 05:00:00 +0100 (CET) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31948: open-motif: having USE_MOTIF in /etc/make.conf cause a loop Sender: owner-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: 31948 >Category: ports >Synopsis: open-motif: having USE_MOTIF in /etc/make.conf cause a loop >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 12 20:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-STABLE FreeBSD 4.4-STABLE #10: Sat Nov 10 19:15:45 CET 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: having USE_MOTIF in /etc/make.conf cause a loop in `make package-depends-list' (thousand of make...). adding NO_OPENMOTIF to the open-motif Makefile prevent this. >How-To-Repeat: cd /usr/ports/x11-toolkits/open-motif make package-depends-list (wait a few seconds, then ^Z) ps >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/open-motif/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 2001/09/13 15:56:52 1.20 +++ Makefile 2001/11/13 03:54:36 @@ -24,6 +24,7 @@ MAINTAINER= steve@FreeBSD.org USE_IMAKE= yes +NO_OPENMOTIF= yes .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 20:15:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id 40A9237B418 for ; Mon, 12 Nov 2001 20:15:31 -0800 (PST) Received: (qmail 42708026 invoked by uid 0); 13 Nov 2001 04:15:29 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.74 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Nov 2001 04:15:29 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAD4FS715812; Tue, 13 Nov 2001 05:15:28 +0100 (CET) (envelope-from root) Message-Id: <200111130415.fAD4FS715812@gits.dyndns.org> Subject: Re: netscape 6.2 - unable to resolv hostnames In-Reply-To: To: Dag-Erling Smorgrav Date: Tue, 13 Nov 2001 05:15:28 +0100 (CET) Cc: "Louis A. Mamakos" , freebsd-ports , freebsd-emulation , trevor@FreeBSD.ORG Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Dag-Erling Smorgrav wrote: > Cyrille Lefevre writes: > > domain gits.fr.invalid > > search gits.fr.invalid cybercable.fr > > It makes no sense to have both "domain" and "search". I've added domain just in case (usually, I only have search). Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 20:16:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (aragon.noos.net [212.198.2.75]) by hub.freebsd.org (Postfix) with ESMTP id C27AE37B418 for ; Mon, 12 Nov 2001 20:16:28 -0800 (PST) Received: (qmail 53472107 invoked by uid 0); 13 Nov 2001 04:16:27 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.75 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Nov 2001 04:16:27 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAD4GQq15824; Tue, 13 Nov 2001 05:16:26 +0100 (CET) (envelope-from root) Message-Id: <200111130416.fAD4GQq15824@gits.dyndns.org> Subject: Re: netscape 6.2 - unable to resolv hostnames In-Reply-To: <3BF05DC3.7000608@yahoo.com> To: kc5vdj@yahoo.com Date: Tue, 13 Nov 2001 05:16:26 +0100 (CET) Cc: Dag-Erling Smorgrav , "Louis A. Mamakos" , freebsd-ports , freebsd-emulation , trevor@FreeBSD.ORG Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Jim Bryant wrote: > I've been running Netscape-6.2 for about 24 hours now, under -current. > > The only problem I can see is that my bookmarks got cleared [had to restore from tape] when I first ran it. > > I have seen no problems with the resolver. you are lucky ;^) do you have a -stable box to try it ? Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 20:30: 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 8FD5C37B416 for ; Mon, 12 Nov 2001 20:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD4U1T43270; Mon, 12 Nov 2001 20:30:01 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Nov 2001 20:30:01 -0800 (PST) Message-Id: <200111130430.fAD4U1T43270@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31948: open-motif: having USE_MOTIF in /etc/make.conf cause a loop 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/31948; it has been noted by GNATS. From: Cyrille Lefevre To: Cyrille Lefevre Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31948: open-motif: having USE_MOTIF in /etc/make.conf cause a loop Date: Tue, 13 Nov 2001 05:24:28 +0100 (CET) Cyrille Lefevre wrote: > > >Number: 31948 > >Category: ports > >Synopsis: open-motif: having USE_MOTIF in /etc/make.conf cause a loop oops, sorry, this patch don't fix the problem on having USE_MOTIF in /etc/make.conf. I have it commented in /etc/make.conf during my tests! so, any ideas to fix this problem which may crash a machine ? Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 20: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 D7A6737B419 for ; Mon, 12 Nov 2001 20:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD4e1U45152; Mon, 12 Nov 2001 20:40:01 -0800 (PST) (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 397EA37B416 for ; Mon, 12 Nov 2001 20:38:20 -0800 (PST) Received: (qmail 17290 invoked by uid 1690); 13 Nov 2001 04:38:17 -0000 Message-Id: <20011113043817.17289.qmail@snake.se.uec.ac.jp> Date: 13 Nov 2001 04:38:17 -0000 From: TAKAHASHI Kaoru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31949: 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: 31949 >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: Mon Nov 12 20:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Kaoru >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD snake.se.uec.ac.jp 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Nov 9 16:47:51 JST 2001 root@snake.se.uec.ac.jp:/usr/obj/usr/src/sys/SNAKE i386 >Description: Update to pgpdump 0.15. >How-To-Repeat: >Fix: diff -ruN pgpdump.orig/Makefile pgpdump/Makefile --- pgpdump.orig/Makefile Sat Nov 10 05:59:01 2001 +++ pgpdump/Makefile Tue Nov 13 13:34:34 2001 @@ -6,7 +6,7 @@ # PORTNAME= pgpdump -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ diff -ruN pgpdump.orig/distinfo pgpdump/distinfo --- pgpdump.orig/distinfo Sat Nov 10 05:59:01 2001 +++ pgpdump/distinfo Tue Nov 13 13:34:53 2001 @@ -1 +1 @@ -MD5 (pgpdump-0.14.tar.gz) = db1a93af0dd7c65c6d21884b686f9b55 +MD5 (pgpdump-0.15.tar.gz) = 72031e65fa25fd76f2b35f4b1bca89ea >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 Nov 12 21: 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 3B27937B405 for ; Mon, 12 Nov 2001 21:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD503X48774; Mon, 12 Nov 2001 21:00:03 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Nov 2001 21:00:03 -0800 (PST) Message-Id: <200111130500.fAD503X48774@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Garance A Drosihn Subject: Re: ports/31862: [PATCH] 'make search' problem if /usr/obj/usr/ports/* exist Reply-To: Garance A Drosihn Sender: owner-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/31862; it has been noted by GNATS. From: Garance A Drosihn To: freebsd-gnats-submit@FreeBSD.org Cc: gad@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/31862: [PATCH] 'make search' problem if /usr/obj/usr/ports/* exist Date: Mon, 12 Nov 2001 23:56:05 -0500 Here's a better patch to fix the problem with 'make search', as described in the PR. It still amazes me that no one had run into this before. This is to /usr/ports/Mk/bsd.port.subdir.mk --- Mk/bsd.port.subdir.mk.orig Thu Jun 28 23:39:54 2001 +++ Mk/bsd.port.subdir.mk Mon Nov 12 22:25:59 2001 @@ -248,7 +248,7 @@ search: ${PORTSDIR}/INDEX - @here=`pwd`; \ + @here="${.CURDIR}"; \ cd ${PORTSDIR}; \ top=`pwd`; \ there=`echo "$$here/" | sed s%$$top%${PORTSDIR}%`; \ In limited testing, this also seems to fix the problem which was described in PR 18455: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/18455 (and the patch in that PR isn't quite right for what it is trying to fix, either). If no one objects to this change, I'll take ownership of both PR's, apply the massive 1-line update, and see what happens. -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 21:20: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 9646637B418 for ; Mon, 12 Nov 2001 21:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD5K0155911; Mon, 12 Nov 2001 21:20:00 -0800 (PST) (envelope-from gnats) Received: from al.xdsl.ne.jp (al.xdsl.ne.jp [211.15.33.145]) by hub.freebsd.org (Postfix) with ESMTP id B0ACE37B418 for ; Mon, 12 Nov 2001 21:19:58 -0800 (PST) Received: from akia.my.domain (xdsl035090.061122.metallic.ne.jp [61.122.35.90]) by al.xdsl.ne.jp (Postfix) with ESMTP id ECB5CB5BC for ; Tue, 13 Nov 2001 14:19:48 +0900 (JST) Received: by akia.my.domain (Postfix, from userid 1001) id A44C65350E; Tue, 13 Nov 2001 14:19:33 +0900 (JST) Message-Id: <20011113051933.A44C65350E@akia.my.domain> Date: Tue, 13 Nov 2001 14:19:33 +0900 (JST) From: IWASHITA Yoji Reply-To: IWASHITA Yoji To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31950: New port: japanese/celrw Sender: owner-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: 31950 >Category: ports >Synopsis: New port: japanese/celrw >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 Nov 12 21:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji >Release: FreeBSD 4.4-STABLE i386 >Organization: personal >Environment: System: FreeBSD akia.my.domain 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Nov 11 21:26:17 JST 2001 root@akia.my.domain:/usr/src/sys/compile/AKIA i386 >Description: Celrw is cellular phone-number read/write tool. Celrw's target is PDC only (in Japan). >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: # # celrw # celrw/Makefile # celrw/distinfo # celrw/pkg-comment # celrw/pkg-plist # celrw/pkg-descr # echo c - celrw mkdir -p celrw > /dev/null 2>&1 echo x - celrw/Makefile sed 's/^X//' >celrw/Makefile << 'END-of-celrw/Makefile' X# New ports collection makefile for: ja-celrw X# Date created: 13 Nov 2001 X# Whom: IWASHITA Yoji X# X# $FreeBSD:$ X# X XPORTNAME= celrw XPORTVERSION= 0.12 XCATEGORIES= japanese misc XMASTER_SITES= http://www.nurs.or.jp/~kurati/celrw/ X XMAINTAINER= shuna@pop16.odn.ne.jp X XBUILD_DEPENDS= automake:${PORTSDIR}/devel/automake X XUSE_BZIP2= yes XHAS_CONFIGURE= yes XALL_TARGET= X Xpre-configure: X ${RM} -f ${WRKSRC}/install.sh X ${LN} -sf ${PREFIX}/share/automake/install-sh ${WRKSRC}/install-sh X ${LN} -sf ${PREFIX}/share/automake/config.guess ${WRKSRC}/config.guess X ${LN} -sf ${PREFIX}/share/automake/config.sub ${WRKSRC}/config.sub X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/celrw ${PREFIX}/bin X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X X.include END-of-celrw/Makefile echo x - celrw/distinfo sed 's/^X//' >celrw/distinfo << 'END-of-celrw/distinfo' XMD5 (celrw-0.12.tar.bz2) = 5a5f87e1aef18e53085a5027e5fcf7c8 END-of-celrw/distinfo echo x - celrw/pkg-comment sed 's/^X//' >celrw/pkg-comment << 'END-of-celrw/pkg-comment' XCellular phone-number read/write tool (in Japan only) END-of-celrw/pkg-comment echo x - celrw/pkg-plist sed 's/^X//' >celrw/pkg-plist << 'END-of-celrw/pkg-plist' Xbin/celrw Xshare/doc/celrw/README X@dirrm share/doc/celrw END-of-celrw/pkg-plist echo x - celrw/pkg-descr sed 's/^X//' >celrw/pkg-descr << 'END-of-celrw/pkg-descr' XCelrw is cellular phone-number read/write tool. XCelrw's target is PDC only (in Japan). X Xsee /usr/local/share/doc/celrw/README X XWWW: http://www.nurs.or.jp/~kurati/celrw/ X X- XIWASHITA Yoji Xshuna@pop16.odn.ne.jp END-of-celrw/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 21:30: 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 06D5B37B417 for ; Mon, 12 Nov 2001 21:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD5U0957325; Mon, 12 Nov 2001 21:30:00 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Nov 2001 21:30:00 -0800 (PST) Message-Id: <200111130530.fAD5U0957325@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Garance A Drosihn Subject: Re: ports/31862: [PATCH] 'make search' problem if /usr/obj/usr/ports/* exist Reply-To: Garance A Drosihn Sender: owner-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/31862; it has been noted by GNATS. From: Garance A Drosihn To: freebsd-gnats-submit@FreeBSD.org Cc: gad@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/31862: [PATCH] 'make search' problem if /usr/obj/usr/ports/* exist Date: Tue, 13 Nov 2001 00:27:16 -0500 Actually, it occurs to me that I've never changed anything in the ports collection, and I'm not even sure where that cvs tree is. I also don't follow the freebsd-ports mailing list. So, maybe someone else should pick up the two PR's and see if the suggested patch will do the job. -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 22: 4: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from peak.mountin.net (peak.mountin.net [207.227.119.2]) by hub.freebsd.org (Postfix) with ESMTP id 6715437B405; Mon, 12 Nov 2001 22:03:59 -0800 (PST) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id AAA25791; Tue, 13 Nov 2001 00:03:48 -0600 (CST) (envelope-from jeff-ml@mountin.net) Received: from mke-65-29-139-162.wi.rr.com(65.29.139.162) by peak.mountin.net via smap (V1.3) id sma025789; Tue Nov 13 00:03:37 2001 Message-Id: <4.3.2.20011113000015.01927840@207.227.119.2> X-Sender: jeff-ml@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Tue, 13 Nov 2001 00:02:31 -0600 To: Dag-Erling Smorgrav From: "Jeffrey J. Mountin" Subject: Re: netscape 6.2 - unable to resolv hostnames Cc: ports@FreeBSD.ORG, emulation@FreeBSD.ORG In-Reply-To: References: <200111112105.fABL5Xx15522@gits.dyndns.org> <200111112105.fABL5Xx15522@gits.dyndns.org> 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 At 12:33 AM 11/13/01 +0100, Dag-Erling Smorgrav wrote: >Cyrille Lefevre writes: > > domain gits.fr.invalid > > search gits.fr.invalid cybercable.fr > >It makes no sense to have both "domain" and "search". Pointless in fact. From resolv.conf(5): The domain and search keywords are mutually exclusive. If more than one instance of these keywords is present, the last instance will override. Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 22:19: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 33A6D37B416; Mon, 12 Nov 2001 22:19:10 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD6DBQ64555; Mon, 12 Nov 2001 22:13:11 -0800 (PST) (envelope-from petef) Date: Mon, 12 Nov 2001 22:13:11 -0800 (PST) From: Message-Id: <200111130613.fAD6DBQ64555@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/31943: mysql323-server port hostname look up failed Sender: owner-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: mysql323-server port hostname look up failed Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: petef Responsible-Changed-When: Mon Nov 12 22:13:03 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31943 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 22:19: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 ABFA837B417; Mon, 12 Nov 2001 22:19:10 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD6EdH64795; Mon, 12 Nov 2001 22:14:39 -0800 (PST) (envelope-from petef) Date: Mon, 12 Nov 2001 22:14:39 -0800 (PST) From: Message-Id: <200111130614.fAD6EdH64795@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/31948: open-motif: having USE_MOTIF in /etc/make.conf cause a loop Sender: owner-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: open-motif: having USE_MOTIF in /etc/make.conf cause a loop Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: petef Responsible-Changed-When: Mon Nov 12 22:14:33 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31948 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 12 22:19: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 3DD9B37B418; Mon, 12 Nov 2001 22:19:11 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD6Dt564663; Mon, 12 Nov 2001 22:13:55 -0800 (PST) (envelope-from petef) Date: Mon, 12 Nov 2001 22:13:55 -0800 (PST) From: Message-Id: <200111130613.fAD6Dt564663@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/31944: bsd.port.mk: USE_XPM (implied by USE_MOTIF) should be in the pre- section Sender: owner-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: bsd.port.mk: USE_XPM (implied by USE_MOTIF) should be in the pre- section Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: petef Responsible-Changed-When: Mon Nov 12 22:13:30 PST 2001 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31944 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 0:29: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 5937437B405; Tue, 13 Nov 2001 00:29:10 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD8N1h93077; Tue, 13 Nov 2001 00:23:01 -0800 (PST) (envelope-from ijliao) Date: Tue, 13 Nov 2001 00:23:01 -0800 (PST) From: Message-Id: <200111130823.fAD8N1h93077@freefall.freebsd.org> To: thierry@thomas.as, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31937: Port www/horde: security update to v. 1.2.7 Sender: owner-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 www/horde: security update to v. 1.2.7 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Nov 13 00:22:51 PST 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31937 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 0:35:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id C969037B419 for ; Tue, 13 Nov 2001 00:35:43 -0800 (PST) Received: from mkc-65-30-96-67.kc.rr.com (HELO yahoo.com) (65.30.96.67) by smtp.mail.vip.sc5.yahoo.com with SMTP; 13 Nov 2001 08:35:43 -0000 X-Apparently-From: Message-ID: <3BF0DB5E.2060509@yahoo.com> Date: Tue, 13 Nov 2001 02:35:42 -0600 From: Jim Bryant Reply-To: kc5vdj@yahoo.com User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: clefevre@citeweb.net Cc: Dag-Erling Smorgrav , "Louis A. Mamakos" , freebsd-ports , freebsd-emulation , trevor@FreeBSD.ORG Subject: Re: netscape 6.2 - unable to resolv hostnames References: <200111130416.fAD4GQq15824@gits.dyndns.org> 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 Cyrille Lefevre wrote: > Jim Bryant wrote: > >>I've been running Netscape-6.2 for about 24 hours now, under -current. >> >>The only problem I can see is that my bookmarks got cleared [had to restore from tape] when I first ran it. >> >>I have seen no problems with the resolver. >> > > you are lucky ;^) > > do you have a -stable box to try it ? > > Cyrille. > Well, the one -stable box we have around here developed a serious case of discitis, in /usr at that... The drive needs reformatted and the whole thing needs reinstalled. Later in the week, maybe. We think it might have to do with the use of a new 1500 watt HF linear amplifier that was messing with several computers prior to some cable re-routing, best guess is that the filesystem got hosed during some disk writes because of the strong RF, a WinBlowz box shows similar symptoms. Note to softupdates maintainers: strong RF fields can create situations that softupdates cannot recover from :^) Anyhow, netscape-6.2 under -current has my seal of approval, with one caveat: make a backup of your bookmarks before installing, and put them back after installing! The install will clear your netscape-6.1 bookmarks! jim -- ET has one helluva sense of humor! He's always anal-probing right-wing schizos! ----------------------------------------------------- POWER TO THE PEOPLE! ----------------------------------------------------- "Religious fundamentalism is the biggest threat to international security that exists today." United Nations Secretary General B.B.Ghali, 1995 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 6: 0:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from savvyworld.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by hub.freebsd.org (Postfix) with ESMTP id 56A1C37B41B; Tue, 13 Nov 2001 06:00:38 -0800 (PST) Received: (from root@localhost) by savvyworld.net (8.11.6/8.11.4) id fADE0ca42993; Tue, 13 Nov 2001 06:00:38 -0800 (PST) (envelope-from eculp@EnContacto.Net) Received: from 24.20.19.75 ( [24.20.19.75]) as user eculp@SavvyWorld.Net by Mail.SavvyWorld.Net with HTTP; Tue, 13 Nov 2001 06:00:37 -0800 Message-ID: <1005660037.3bf12785d175b@Mail.SavvyWorld.Net> Date: Tue, 13 Nov 2001 06:00:37 -0800 From: Edwin Culp To: freebsd-emulation@FreeBSD.ORG Cc: freebsd-ports , freebsd-emulation@SavvyWorld.Net Subject: Re: netscape 6.2 - unable to resolv hostnames References: <200111130416.fAD4GQq15824@gits.dyndns.org> <3BF0DB5E.2060509@yahoo.com> In-Reply-To: <3BF0DB5E.2060509@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0 X-Originating-IP: 24.20.19.75 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Except for menus not displaying properly, it works fine here, too. I just installed it from ports after commenting out the broken line and changing the depends to linux_base-7. The menu is usable but not exactly intuitive.:-) ed P.S. It seems to have screwed up my bookmarks but didn't actually erase them I have to look at that a bit closer. All I did was check them and they we were not there and then do a tail on bookmarks.html and the last one was there but not visible to netscape, so I copied it quickly but still haven't tried to figure it if I lost them or not but I think not. Quoting Jim Bryant : | Cyrille Lefevre wrote: | | > Jim Bryant wrote: | > | >>I've been running Netscape-6.2 for about 24 hours now, under -current. | >> | >>The only problem I can see is that my bookmarks got cleared [had to restore | from tape] when I first ran it. | >> | >>I have seen no problems with the resolver. | >> | > | > you are lucky ;^) | > | > do you have a -stable box to try it ? | > | > Cyrille. | > | | | Well, the one -stable box we have around here developed a serious case of | discitis, in /usr at that... The drive needs reformatted | and the whole thing needs reinstalled. Later in the week, maybe. We think | it might have to do with the use of a new 1500 watt HF | linear amplifier that was messing with several computers prior to some cable | re-routing, best guess is that the filesystem got hosed | during some disk writes because of the strong RF, a WinBlowz box shows | similar symptoms. | | Note to softupdates maintainers: strong RF fields can create situations that | softupdates cannot recover from :^) | | Anyhow, netscape-6.2 under -current has my seal of approval, with one caveat: | make a backup of your bookmarks before installing, and | put them back after installing! The install will clear your netscape-6.1 | bookmarks! | | | jim | -- | ET has one helluva sense of humor! | He's always anal-probing right-wing schizos! | ----------------------------------------------------- | POWER TO THE PEOPLE! | ----------------------------------------------------- | "Religious fundamentalism is the biggest threat to | international security that exists today." | United Nations Secretary General B.B.Ghali, 1995 | | | _________________________________________________________ | Do You Yahoo!? | Get your free @yahoo.com address at http://mail.yahoo.com | | | 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 Nov 13 6: 1: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from savvyworld.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by hub.freebsd.org (Postfix) with ESMTP id 19F4737B41B; Tue, 13 Nov 2001 06:00:55 -0800 (PST) Received: (from root@localhost) by savvyworld.net (8.11.6/8.11.4) id fADE0s743006; Tue, 13 Nov 2001 06:00:54 -0800 (PST) (envelope-from eculp@EnContacto.Net) Received: from 24.20.19.75 ( [24.20.19.75]) as user eculp@SavvyWorld.Net by Mail.SavvyWorld.Net with HTTP; Tue, 13 Nov 2001 06:00:54 -0800 Message-ID: <1005660054.3bf12796c2de0@Mail.SavvyWorld.Net> Date: Tue, 13 Nov 2001 06:00:54 -0800 From: Edwin Culp To: freebsd-emulation@FreeBSD.ORG Cc: freebsd-ports Subject: Re: netscape 6.2 - unable to resolv hostnames References: <200111130416.fAD4GQq15824@gits.dyndns.org> <3BF0DB5E.2060509@yahoo.com> In-Reply-To: <3BF0DB5E.2060509@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0 X-Originating-IP: 24.20.19.75 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Except for menus not displaying properly, it works fine here, too. I just installed it from ports after commenting out the broken line and changing the depends to linux_base-7. The menu is usable but not exactly intuitive.:-) ed P.S. It seems to have screwed up my bookmarks but didn't actually erase them I have to look at that a bit closer. All I did was check them and they we were not there and then do a tail on bookmarks.html and the last one was there but not visible to netscape, so I copied it quickly but still haven't tried to figure it if I lost them or not but I think not. Quoting Jim Bryant : | Cyrille Lefevre wrote: | | > Jim Bryant wrote: | > | >>I've been running Netscape-6.2 for about 24 hours now, under -current. | >> | >>The only problem I can see is that my bookmarks got cleared [had to restore | from tape] when I first ran it. | >> | >>I have seen no problems with the resolver. | >> | > | > you are lucky ;^) | > | > do you have a -stable box to try it ? | > | > Cyrille. | > | | | Well, the one -stable box we have around here developed a serious case of | discitis, in /usr at that... The drive needs reformatted | and the whole thing needs reinstalled. Later in the week, maybe. We think | it might have to do with the use of a new 1500 watt HF | linear amplifier that was messing with several computers prior to some cable | re-routing, best guess is that the filesystem got hosed | during some disk writes because of the strong RF, a WinBlowz box shows | similar symptoms. | | Note to softupdates maintainers: strong RF fields can create situations that | softupdates cannot recover from :^) | | Anyhow, netscape-6.2 under -current has my seal of approval, with one caveat: | make a backup of your bookmarks before installing, and | put them back after installing! The install will clear your netscape-6.1 | bookmarks! | | | jim | -- | ET has one helluva sense of humor! | He's always anal-probing right-wing schizos! | ----------------------------------------------------- | POWER TO THE PEOPLE! | ----------------------------------------------------- | "Religious fundamentalism is the biggest threat to | international security that exists today." | United Nations Secretary General B.B.Ghali, 1995 | | | _________________________________________________________ | Do You Yahoo!? | Get your free @yahoo.com address at http://mail.yahoo.com | | | 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 Nov 13 6:55:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wp4.ipform.ru (osiris.ipform.ru [212.158.165.98]) by hub.freebsd.org (Postfix) with ESMTP id 65D3737B405 for ; Tue, 13 Nov 2001 06:55:11 -0800 (PST) Received: (from root@localhost) by wp4.ipform.ru (8.11.6/8.11.4) id fADEuJ375849; Tue, 13 Nov 2001 17:56:19 +0300 (MSK) (envelope-from root) Date: Tue, 13 Nov 2001 17:56:19 +0300 (MSK) From: Alexander Root Message-Id: <200111131456.fADEuJ375849@wp4.ipform.ru> To: ports@FreeBSD.org Subject: Create new port russian/mtc Subject: Create new port russian/mtc - Multifile text Encoding Converter From: infoteacher@ipform.ru Reply-To: infoteacher@ipform.ru Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Category:ports >Synopsis: Create new port russian/mtc # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/russian/mtc/ # /usr/ports/russian/mtc/Makefile # /usr/ports/russian/mtc/distinfo # /usr/ports/russian/mtc/pkg-descr # /usr/ports/russian/mtc/pkg-plist # /usr/ports/russian/mtc/pkg-comment # echo c - /usr/ports/russian/mtc/ mkdir -p /usr/ports/russian/mtc/ > /dev/null 2>&1 echo x - /usr/ports/russian/mtc/Makefile sed 's/^X//' >/usr/ports/russian/mtc/Makefile << 'END-of-/usr/ports/russian/mtc/Makefile' X# New ports collection makefile for: mtc X# Date created: 13 Nov 2001 X# Whom: Artem Koutchine , Alexander Trapeznikov X# X# $FreeBSD$ X# X# This port is self contained in the src directory. X# X XPORTNAME= mtc XPORTVERSION= 1.3 XCATEGORIES= russian XMASTER_SITES= http://www.ipform.ru/files/ X XMAINTAINER= infoteacher@ipform.ru X XMAN7= mtc.7 XMANCOMPRESSED= yes XNO_BUILD= yes X Xdo-install: X ${INSTALL_MAN} ${WRKSRC}/mtc.7 ${PREFIX}/man/man7 X ${INSTALL_SCRIPT} ${WRKSRC}/mtc ${PREFIX}/bin/mtc X ${INSTALL_SCRIPT} ${WRKSRC}/wee ${PREFIX}/bin/wee X ${INSTALL_DATA} ${WRKSRC}/koi8 ${PREFIX}/etc/koi8 X ${INSTALL_DATA} ${WRKSRC}/win1251 ${PREFIX}/etc/win1251 X ${INSTALL_DATA} ${WRKSRC}/dos866 ${PREFIX}/etc/dos866 X X.include END-of-/usr/ports/russian/mtc/Makefile echo x - /usr/ports/russian/mtc/distinfo sed 's/^X//' >/usr/ports/russian/mtc/distinfo << 'END-of-/usr/ports/russian/mtc/distinfo' XMD5 (mtc-1.3.tar.gz) = 9c1022bf6ff86ae4a55f01aa2d8d7511 END-of-/usr/ports/russian/mtc/distinfo echo x - /usr/ports/russian/mtc/pkg-descr sed 's/^X//' >/usr/ports/russian/mtc/pkg-descr << 'END-of-/usr/ports/russian/mtc/pkg-descr' XMultifile Text encoding Converter 1.3 X XConverts text from one codepage to another Xusing codepage definition files. X XUsefull in case of languages where a number Xof codepages exists and chars are encoded Xin one byte (Russian for example). X XComes with win1251/koi8/dos866 codepages. X XExamples: X mtc -f koi8 -t dos866 doc2print.txt X cat doc2print | mtc --from win1251 --to dos866 --silent | lpr -Psmb X mtc --from win1251 --to koi8 -s *.html *.ht *.js X mtc -f koi8 -t win1251 > z X Xftp: ftp://ftp.ipform.ru/pub/ipform/software/ X Xemail: info@ipform.ru END-of-/usr/ports/russian/mtc/pkg-descr echo x - /usr/ports/russian/mtc/pkg-plist sed 's/^X//' >/usr/ports/russian/mtc/pkg-plist << 'END-of-/usr/ports/russian/mtc/pkg-plist' Xbin/mtc Xbin/wee Xetc/koi8 Xetc/win1251 Xetc/dos866 Xman/man7/mtc.7 END-of-/usr/ports/russian/mtc/pkg-plist echo x - /usr/ports/russian/mtc/pkg-comment sed 's/^X//' >/usr/ports/russian/mtc/pkg-comment << 'END-of-/usr/ports/russian/mtc/pkg-comment' XMultifile text Encoding Converter 1.3 END-of-/usr/ports/russian/mtc/pkg-comment exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 6:59: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 30F9C37B405; Tue, 13 Nov 2001 06:59:11 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADEvgn70285; Tue, 13 Nov 2001 06:57:42 -0800 (PST) (envelope-from dwmalone) Date: Tue, 13 Nov 2001 06:57:42 -0800 (PST) From: Message-Id: <200111131457.fADEvgn70285@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/31952: Evolution still broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Evolution still broken Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Nov 13 06:57:03 PST 2001 Responsible-Changed-Why: Looks like a ports PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31952 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 7: 4:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (sentinel.office1.bg [217.75.134.126]) by hub.freebsd.org (Postfix) with SMTP id B44D437B405 for ; Tue, 13 Nov 2001 07:04:17 -0800 (PST) Received: (qmail 74555 invoked by uid 1000); 13 Nov 2001 13:44:59 -0000 Date: Tue, 13 Nov 2001 15:44:59 +0200 From: Peter Pentchev To: Julian Elischer Cc: ports@freebsd.org Subject: Re: Latest ghostscript backed out? Message-ID: <20011113154459.H82363@straylight.oblivion.bg> Mail-Followup-To: Julian Elischer , ports@freebsd.org 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 julian@elischer.org on Sat, Nov 10, 2001 at 11:23:03PM -0800 Sender: owner-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, Nov 10, 2001 at 11:23:03PM -0800, Julian Elischer wrote: > > the latest ghostscript port 6.52, seems to not exist on any major gnu > sites any more (just the previous one...) > > has it been withdrawn? > > maybe they discovered a flaw in it? > > Maybe our port should be backed down to the previous version too since > it can't find any copies of what it's looking for.... It finds the copies at the site listed in the port's Makefile right after the MASTER_SITE_GNU; if you do something like: make fetch MASTER_SITE_OVERRIDE=ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs652/ ..it should fetch the files just fine. Oh, and BTW, it's already in the pub/FreeBSD/ports/distfiles/ directory on at least ftp.de.FreeBSD.org, so you could fetch it from the nearest FreeBSD FTP mirror. G'luck, Peter -- I had to translate this sentence into English because I could not read the original Sanskrit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 7: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 3E99F37B41A for ; Tue, 13 Nov 2001 07:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADFK1J80758; Tue, 13 Nov 2001 07:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50EA437B417 for ; Tue, 13 Nov 2001 07:16:29 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADFGT379647; Tue, 13 Nov 2001 07:16:29 -0800 (PST) (envelope-from nobody) Message-Id: <200111131516.fADFGT379647@freefall.freebsd.org> Date: Tue, 13 Nov 2001 07:16:29 -0800 (PST) From: John Holland To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31953: netpbm make fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31953 >Category: ports >Synopsis: netpbm make fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 13 07:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: John Holland >Release: 4.4 Stable >Organization: >Environment: FreeBSD sneezy.kazoocmh.org 4.4-STABLE FreeBSD 4.4-STABLE #2: Mon Sep 24 16:49:54 EDT 2001 toor@sneezy.kazoocmh.org:/usr/obj/usr/src/sys/SNEEZY i386 >Description: Make of port netpbm fails. /usr/ports/graphics/netpbm/work/netpbm-9.20/pnm/pnmtopng.c:1134: `PNG_INFO_tIME' undeclared (first use in this function) /usr/ports/graphics/netpbm/work/netpbm-9.20/pnm/pnmtopng.c:1174: syntax error before `)' /usr/ports/graphics/netpbm/work/netpbm-9.20/pnm/pnmtopng.c: At top level: /usr/ports/graphics/netpbm/work/netpbm-9.20/pnm/pnmtopng.c:1181: `depth' undeclared here (not in a function) /usr/ports/graphics/netpbm/work/netpbm-9.20/pnm/pnmtopng.c:1181: initializer element is not constant /usr/ports/graphics/netpbm/work/netpbm-9.20/pnm/pnmtopng.c:1181: warning: data definition has no type or storage class /usr/ports/graphics/netpbm/work/netpbm-9.20/pnm/pnmtopng.c:1183: syntax error before `for' gmake[1]: *** [pnmtopng.o] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/netpbm/work/netpbm-9.20/pnm' gmake: *** [pnm.merge] Error 2 *** Error code 2 Stop in /usr/ports/graphics/netpbm. *** Error code 1 >How-To-Repeat: cd /usr/ports/graphics/netpbm ; make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 7:59: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 4903537B405; Tue, 13 Nov 2001 07:59:11 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADFrTK92203; Tue, 13 Nov 2001 07:53:29 -0800 (PST) (envelope-from tobez) Date: Tue, 13 Nov 2001 07:53:29 -0800 (PST) From: Message-Id: <200111131553.fADFrTK92203@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31587: new 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: new port State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Nov 13 07:52:45 PST 2001 State-Changed-Why: Superceeded by 31690. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31587 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 8:28:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from emout1.wish.nl (emout1.wish.nl [212.123.129.74]) by hub.freebsd.org (Postfix) with ESMTP id 8D07837B417 for ; Tue, 13 Nov 2001 08:28:54 -0800 (PST) Received: from mail3.inside.servers (mail3.INSIDE.servers [10.1.0.7]) by emout1.wish.nl (Postfix) with SMTP id 1AAD72086F for ; Tue, 13 Nov 2001 17:52:13 +0100 (CET) Received: (qmail 51147 invoked from network); 13 Nov 2001 16:28:52 -0000 Received: from p13044.nl.wish.net (HELO ) ([212.123.188.244]) (envelope-sender ) by mail3.outside.servers (qmail-ldap-1.03) with SMTP for ; 13 Nov 2001 16:28:52 -0000 Received: (qmail 49560 invoked by uid 1000); 13 Nov 2001 16:29:11 -0000 From: "Andre Goeree" Date: Tue, 13 Nov 2001 17:29:11 +0100 To: ports@freebsd.org Subject: Re: ports/31896: Update: databases/adodb Message-ID: <20011113172911.A49353@mandark.attica.home> References: <20011110121927.19253.qmail@mandark.attica.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011110121927.19253.qmail@mandark.attica.home>; from abgoeree@wish.net on Sat, Nov 10, 2001 at 12:19:27PM -0000 X-Sender: abgoeree@wish.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Nov 10, 2001 at 12:19:27PM -0000, Andre Goeree wrote: > > >Number: 31896 > >Category: ports > >Synopsis: Update: databases/adodb > >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 Nov 10 04:20:01 PST 2001 > >Closed-Date: > >Last-Modified: > >Originator: ago > >Release: FreeBSD 4.4-STABLE i386 > >Organization: > >Environment: > System: FreeBSD mandark.attica.home 4.4-STABLE FreeBSD 4.4-STABLE #2: Fri Nov 9 09:26:58 CET 2001 toor@mandark.attica.home:/usr/obj/usr/src/sys/CUSTOM i386 > > > > >Description: > > Update adodb to version 1.52 Please close this PR. A newer version of adodb has arised and i will send in a new PR. -ago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 8:59: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from exploder1.em5000.com (exploder1.em5000.com [66.77.58.65]) by hub.freebsd.org (Postfix) with SMTP id 1CC8337B417 for ; Tue, 13 Nov 2001 08:58:47 -0800 (PST) From: ALC Subject: ALC Learn English- 156-0000 Joyful NIGHT! Cheerful DAY! Happy LIFE! To: ports@FreeBSD.org X-Info: To report abuse forward this mail to twisted_solo@complaints.em5000.com . Please include all mail header fields! X-Owner: twisted_solo MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------100566993050541" X-RMD-Text: yes Date: Tue, 13 Nov 2001 08:58:47 PST X-Mailer: em5000 [pth-async-rmd Nov 7 2001.18:00:38] Message-ID: <1596$999219783670864$3215022804$134570528@exploder1.em5000.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --------------100566993050541 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Did Anyone Ever Tell You, Just How Special You Are The Light that You Emit Might even Light a Star Центр Американского Английского ----------------------------------------------------------------------- Call Now! Звоните Cейчас. Visit Today! Приходите Сегодня. 156-00-00, 159-57-34, 274-22-15 ----------------------------------------------------------------------- Английский разговорный с преподавателями из США МЫШЛЕНИЕ, ПРОИЗНОШЕНИЕ, СТИЛЬ РЕЧИ ----------------------------------------------------------------------- Joke: Q: Hear about the terrorist that hijacked a 747 full of lawyers? A: He threatened to release one every hour if his demands weren't met. Wisdom: John Wooden's seven-point creed: "Making the most of oneself". 1. Be true to yourself. 2. Make each day your masterpiece. 3. Help others. 4. Drink deeply from good books. 5. Make friendship a fine art. 6. Build a shelter against a rainy day. 7. Pray for guidance and give thanks for your blessings every day. ----------------------------------------------------------------------- Эксклюзивная авторская методика Все стадии обучения : от нуля до высшего ПРИЕМЛЕМЫЕ ЦЕНЫ плюс ВЫСШЕЕ КАЧЕСТВО LOWEST CHARGES plus HIGHEST GRATIFICATION ----------------------------------------------------------------------- Moscow, Russia ------------------------------------- To unsubscribe, please click or copy and paste the following address into your browser: http://em5000.com/unsub.php?client=twisted_solo&listname=alc&email=ports@FreeBSD.org --------------100566993050541 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
Did Anyone Ever Tell You,
Just How Special You Are
The Light that You Emit
Might even Light a Star
Центр Американского Английского


Call Now! Звоните Cейчас. Visit Today! Приходите Сегодня.
156-00-00, 159-57-34, 274-22-15
Английский разговорный с преподавателями из США

МЫШЛЕНИЕ, ПРОИЗНОШЕНИЕ, СТИЛЬ РЕЧИ

Joke: Q: Hear about the terrorist that hijacked a 747 full of lawyers?
A: He threatened to release one every hour if his demands weren't met.
Wisdom: John Wooden's seven-point creed: "Making the most of oneself".
1. Be true to yourself.
2. Make each day your masterpiece.
3. Help others.
4. Drink deeply from good books.
5. Make friendship a fine art.
6. Build a shelter against a rainy day.
7. Pray for guidance and give thanks for your blessings every day.


Эксклюзивная авторская методика
Все стадии обучения : от нуля до высшего

ПРИЕМЛЕМЫЕ ЦЕНЫ плюс ВЫСШЕЕ КАЧЕСТВО

LOWEST CHARGES plus HIGHEST GRATIFICATION


Moscow, Russia





-------------------------------------

To unsubscribe, please click or copy and paste the following address into your browser:
http://em5000.com/unsub.php?client=twisted_solo&listname=alc&email=ports@FreeBSD.org




em5000.com
--------------100566993050541-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 9:30: 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 C216B37B417 for ; Tue, 13 Nov 2001 09:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADHU2J29729; Tue, 13 Nov 2001 09:30:02 -0800 (PST) (envelope-from gnats) Date: Tue, 13 Nov 2001 09:30:02 -0800 (PST) Message-Id: <200111131730.fADHU2J29729@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/31946: [PATCH] Fix and update screem to screem-0.4.1 Reply-To: John Merryweather Cooper Sender: owner-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/31946; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, john_m_cooper@yahoo.com?sub.bmi.net Cc: Subject: Re: ports/31946: [PATCH] Fix and update screem to screem-0.4.1 Date: Tue, 13 Nov 2001 09:27:48 -0800 sobomax has committed this PR. It can therefore be closed. -- jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 10:32:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id F0A4837B417; Tue, 13 Nov 2001 10:32:28 -0800 (PST) Received: from [198.60.22.22] (helo=mail.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 163iMG-0004I9-00; Tue, 13 Nov 2001 11:32:28 -0700 Received: from [166.70.130.35] (helo=marketing) by mail.xmission.com with smtp (Exim 3.22 #1) id 163iMG-0000gO-00; Tue, 13 Nov 2001 11:32:28 -0700 Message-ID: <000601c16c6f$d3889d80$0200000a@stanslc.esreco.net> From: "Eric Kingston" To: Cc: Subject: FreeBSD Port: mod_jk-3.2.3 Date: Tue, 13 Nov 2001 11:20:08 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C16C35.26F15060" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C16C35.26F15060 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, When is mod_jk-4.0 going to be available? Can anyone tell me? Regards, Eric ------=_NextPart_000_0003_01C16C35.26F15060 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
When is mod_jk-4.0 going to be = available?  Can=20 anyone tell me?
 
Regards,
 
Eric
------=_NextPart_000_0003_01C16C35.26F15060-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 10:49: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 9A32F37B417; Tue, 13 Nov 2001 10:49:11 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADIi2v55578; Tue, 13 Nov 2001 10:44:02 -0800 (PST) (envelope-from ijliao) Date: Tue, 13 Nov 2001 10:44:02 -0800 (PST) From: Message-Id: <200111131844.fADIi2v55578@freefall.freebsd.org> To: abgoeree@wish.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31896: Update: 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 Synopsis: Update: databases/adodb State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Nov 13 10:43:41 PST 2001 State-Changed-Why: originator requests http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31896 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 10:49: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 0BA5837B41A; Tue, 13 Nov 2001 10:49:12 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADIibN55797; Tue, 13 Nov 2001 10:44:37 -0800 (PST) (envelope-from ijliao) Date: Tue, 13 Nov 2001 10:44:37 -0800 (PST) From: Message-Id: <200111131844.fADIibN55797@freefall.freebsd.org> To: john_m_cooper@yahoo.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31946: [PATCH] Fix and update screem to screem-0.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Fix and update screem to screem-0.4.1 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Nov 13 10:44:23 PST 2001 State-Changed-Why: sobomax has committed it, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31946 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 10:56:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from calcon.calcon.net (calcon.net [63.149.52.2]) by hub.freebsd.org (Postfix) with ESMTP id 58B1237B417 for ; Tue, 13 Nov 2001 10:56:39 -0800 (PST) Received: from calcon.net (vpn1.calcon.net [63.149.52.253]) by calcon.calcon.net (8.11.2/8.11.2) with ESMTP id fADItQh10616 for ; Tue, 13 Nov 2001 12:55:26 -0600 Message-ID: <3BF16CE6.E878D544@calcon.net> Date: Tue, 13 Nov 2001 12:56:38 -0600 From: Douglas Egan 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: bsd.port.mk 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 get an error "your port uses an old layout" when I try to install ports. I downloaded the ports tarball after the 4.4 release but I get the error with that. I am using 4.4-Stable i386 I haven't been able to find anything that talks about this issue. thanks, Doug Egan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 11: 5:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from manetheren.cl.msu.edu (mlss15.cl.msu.edu [35.9.4.115]) by hub.freebsd.org (Postfix) with ESMTP id 31D8037B417; Tue, 13 Nov 2001 11:05:13 -0800 (PST) Received: from manetheren.cl.msu.edu (localhost.cl.msu.edu [127.0.0.1]) by manetheren.cl.msu.edu (8.12.1/8.11.4) with ESMTP id fADJ5DBe055591; Tue, 13 Nov 2001 14:05:13 -0500 (EST) (envelope-from buchanon@mlss15.cl.msu.edu) Received: from localhost (buchanon@localhost) by manetheren.cl.msu.edu (8.12.1/8.12.1/Submit) with ESMTP id fADJ5CYT055588; Tue, 13 Nov 2001 14:05:12 -0500 (EST)?g (envelope-from buchanon@mlss15.cl.msu.edu) X-Authentication-Warning: manetheren.cl.msu.edu: buchanon owned process doing -bs Date: Tue, 13 Nov 2001 14:05:12 -0500 (EST) From: Mike Buchanon To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: nautilus-1.0.6 Message-ID: <20011113140025.P55507-100000@manetheren.cl.msu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi All, The first few seconds that this program runs make it look like a great utility. I did some looking and /usr/X11R6/bin/nautilus-config says that: config_file="/usr/X11R6/lib/nautilusConf.sh" when it should really say: config_file="/usr/X11R6/etc/nautilusConf.sh" Atleast that's where I found it :) I also get the following on the command line after starting Nautilus: GnomeVFS-CRITICAL **: file gnome-vfs-utils.c: line 668 (gnome_vfs_get_uri_from_local_path): assertion `local_path[0] == '/'' failed. ** CRITICAL **: file nautilus-link-desktop-file.c: line 134 (nautilus_link_desktop_file_local_create): assertion `target_uri != NULL' failed. is this bad? After setting the LD_LIBRARY_PATH to include the embedded mozilla stuff, it runs Thanks alot. TTFN, /mtb -- ,,, (. .) +--oOO--(_)--OOo---------------------------------------------+ Michael Thomas Buchanon --------- Information Technologist Home Page URL: http://manetheren.cl.msu.edu/~buchanon/ Brighter the honour hence +============================================================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 11:15:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id BBBD837B419 for ; Tue, 13 Nov 2001 11:15:35 -0800 (PST) Received: from mkc-65-30-96-67.kc.rr.com (HELO yahoo.com) (65.30.96.67) by smtp.mail.vip.sc5.yahoo.com with SMTP; 13 Nov 2001 19:15:35 -0000 X-Apparently-From: Message-ID: <3BF17156.4060908@yahoo.com> Date: Tue, 13 Nov 2001 13:15:34 -0600 From: Jim Bryant Reply-To: kc5vdj@yahoo.com User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Edwin Culp Cc: freebsd-emulation@FreeBSD.ORG, freebsd-ports Subject: Re: netscape 6.2 - unable to resolv hostnames References: <200111130416.fAD4GQq15824@gits.dyndns.org> <3BF0DB5E.2060509@yahoo.com> <1005660054.3bf12796c2de0@Mail.SavvyWorld.Net> 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 Yeah, what's up with that? The menus issue ONLY happens when you attempt to install from /usr/ports. Downloading 6.1 from netscape.com directly never has produced this issue. If the 6.2 port has the same issue, I say don't install it from /usr/ports, and just get it direct. My question is this: is the version /usr/ports fetches hacked? downloading from Netscape doesn't have any issues with the menus. Edwin Culp wrote: > Except for menus not displaying properly, it works fine here, too. I just > installed it from ports after commenting out the broken line and changing > the depends to linux_base-7. The menu is usable but not exactly intuitive.:-) > > ed > > P.S. It seems to have screwed up my bookmarks but didn't actually erase > them I have to look at that a bit closer. All I did was check them and > they we were not there and then do a tail on bookmarks.html and the last > one was there but not visible to netscape, so I copied it quickly but > still haven't tried to figure it if I lost them or not but I think not. > > Quoting Jim Bryant : > > | Cyrille Lefevre wrote: > | > | > Jim Bryant wrote: > | > > | >>I've been running Netscape-6.2 for about 24 hours now, under -current. > | >> > | >>The only problem I can see is that my bookmarks got cleared [had to restore > | from tape] when I first ran it. > | >> > | >>I have seen no problems with the resolver. > | >> > | > > | > you are lucky ;^) > | > > | > do you have a -stable box to try it ? > | > > | > Cyrille. > | > > | > | > | Well, the one -stable box we have around here developed a serious case of > | discitis, in /usr at that... The drive needs reformatted > | and the whole thing needs reinstalled. Later in the week, maybe. We think > | it might have to do with the use of a new 1500 watt HF > | linear amplifier that was messing with several computers prior to some cable > | re-routing, best guess is that the filesystem got hosed > | during some disk writes because of the strong RF, a WinBlowz box shows > | similar symptoms. > | > | Note to softupdates maintainers: strong RF fields can create situations that > | softupdates cannot recover from :^) > | > | Anyhow, netscape-6.2 under -current has my seal of approval, with one caveat: > | make a backup of your bookmarks before installing, and > | put them back after installing! The install will clear your netscape-6.1 > | bookmarks! jim -- ET has one helluva sense of humor! He's always anal-probing right-wing schizos! ----------------------------------------------------- POWER TO THE PEOPLE! ----------------------------------------------------- "Religious fundamentalism is the biggest threat to international security that exists today." United Nations Secretary General B.B.Ghali, 1995 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 11:51:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 563C237B416 for ; Tue, 13 Nov 2001 11:51:33 -0800 (PST) Received: (qmail 98217948 invoked by uid 0); 13 Nov 2001 19:51:30 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Nov 2001 19:51:30 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fADJpPt49995; Tue, 13 Nov 2001 20:51:25 +0100 (CET) (envelope-from root) Message-Id: <200111131951.fADJpPt49995@gits.dyndns.org> Subject: Re: netscape 6.2 - unable to resolv hostnames In-Reply-To: <1005660037.3bf12785d175b@Mail.SavvyWorld.Net> To: Edwin Culp Date: Tue, 13 Nov 2001 20:51:24 +0100 (CET) Cc: freebsd-emulation@FreeBSD.ORG, freebsd-ports , freebsd-emulation@SavvyWorld.Net Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Edwin Culp wrote: > Except for menus not displaying properly, it works fine here, too. I just > installed it from ports after commenting out the broken line and changing > the depends to linux_base-7. The menu is usable but not exactly intuitive.:-) are you running -stable ? is installing linux_base-7 don't break some other port ? > P.S. It seems to have screwed up my bookmarks but didn't actually erase > them I have to look at that a bit closer. All I did was check them and > they we were not there and then do a tail on bookmarks.html and the last > one was there but not visible to netscape, so I copied it quickly but > still haven't tried to figure it if I lost them or not but I think not. using linux_base-6.1, I have no problem w/ menus and my bookmark file looks good while it is somewhat bigger then using netscape-4 (400K instead of 300K !) PS : in fact, it's not a resolver problem, but a TCP/IP stack problem since using IP addresses doesn't work also. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 12:43:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from savvyworld.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by hub.freebsd.org (Postfix) with ESMTP id 3B8EA37B416; Tue, 13 Nov 2001 12:43:29 -0800 (PST) Received: (from root@localhost) by savvyworld.net (8.11.6/8.11.4) id fADKgwD46798; Tue, 13 Nov 2001 12:42:58 -0800 (PST) (envelope-from eculp@EnContacto.Net) Received: from 24.20.19.75 ( [24.20.19.75]) as user eculp@SavvyWorld.Net by Mail.SavvyWorld.Net with HTTP; Tue, 13 Nov 2001 12:42:57 -0800 Message-ID: <1005684177.3bf185d1eebd2@Mail.SavvyWorld.Net> Date: Tue, 13 Nov 2001 12:42:57 -0800 From: Edwin Culp To: clefevre@citeweb.net Cc: freebsd-emulation@FreeBSD.ORG, freebsd-ports , freebsd-emulation@SavvyWorld.Net Subject: Re: netscape 6.2 - unable to resolv hostnames References: <200111131951.fADJpPt49995@gits.dyndns.org> In-Reply-To: <200111131951.fADJpPt49995@gits.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0 X-Originating-IP: 24.20.19.75 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Quoting Cyrille Lefevre : | Edwin Culp wrote: | > Except for menus not displaying properly, it works fine here, too. I | just | > installed it from ports after commenting out the broken line and changing | > the depends to linux_base-7. The menu is usable but not exactly | intuitive.:-) | | are you running -stable ? is installing linux_base-7 don't break some | other port ? Running current 5.0. | | > P.S. It seems to have screwed up my bookmarks but didn't actually erase | > them I have to look at that a bit closer. All I did was check them and | > they we were not there and then do a tail on bookmarks.html and the last | > one was there but not visible to netscape, so I copied it quickly but | > still haven't tried to figure it if I lost them or not but I think not. | | using linux_base-6.1, I have no problem w/ menus and my bookmark file | looks good while it is somewhat bigger then using netscape-4 (400K | instead of 300K !) | | PS : in fact, it's not a resolver problem, but a TCP/IP stack problem | since using IP addresses doesn't work also. | | Cyrille. | -- | Cyrille Lefevre mailto:clefevre@citeweb.net | --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 13: 7: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 43B7937B416 for ; Tue, 13 Nov 2001 13:06:55 -0800 (PST) Received: (qmail 98411624 invoked by uid 0); 13 Nov 2001 21:06:53 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Nov 2001 21:06:53 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fADL6pw53408; Tue, 13 Nov 2001 22:06:51 +0100 (CET) (envelope-from root) Message-Id: <200111132106.fADL6pw53408@gits.dyndns.org> Subject: Re: netscape 6.2 - unable to resolv hostnames In-Reply-To: <3BF17156.4060908@yahoo.com> To: kc5vdj@yahoo.com Date: Tue, 13 Nov 2001 22:06:51 +0100 (CET) Cc: Edwin Culp , freebsd-emulation@FreeBSD.ORG, freebsd-ports Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Jim Bryant wrote: > Yeah, what's up with that? > > The menus issue ONLY happens when you attempt to install from /usr/ports. > > Downloading 6.1 from netscape.com directly never has produced > this issue. If the 6.2 port has the same issue, I say don't install > it from /usr/ports, and just get it direct. > > My question is this: is the version /usr/ports fetches hacked? > downloading from Netscape doesn't have any issues with the menus. I've began a new port but since the installed version using the netscape installer doesn't seem to work, I've stopped. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 13:10: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 EF75337B41C for ; Tue, 13 Nov 2001 13:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADLA0s08172; Tue, 13 Nov 2001 13:10:00 -0800 (PST) (envelope-from gnats) Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id A357237B416; Tue, 13 Nov 2001 13:07:27 -0800 (PST) Received: (from root@localhost) by mail.wlcg.com (8.11.6/8.11.6) id fADL7Qg01273; Tue, 13 Nov 2001 16:07:26 -0500 (EST) (envelope-from rsimmons) Received: (from rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6av) id fADL7P901264; Tue, 13 Nov 2001 16:07:25 -0500 (EST) (envelope-from rsimmons) Message-Id: <200111132107.fADL7P901264@mail.wlcg.com> Date: Tue, 13 Nov 2001 16:07:25 -0500 (EST) From: Rob Simmons Reply-To: Rob Simmons To: FreeBSD-gnats-submit@freebsd.org Cc: dirk@freebsd.org, freebsd-java@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31957: Update tomcat port to jdk 1.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31957 >Category: ports >Synopsis: Update tomcat port to jdk 1.3.1 >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 Nov 13 13:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD mail 4.4-STABLE FreeBSD 4.4-STABLE #1: Tue Oct 9 11:45:16 EDT 2001 rsimmons@mail:/usr/obj/usr/src/sys/WASABI i386 >Description: Update the tomcat port to use jdk 1.3.1 >How-To-Repeat: n/a >Fix: --- Makefile.orig Tue Nov 13 13:36:50 2001 +++ Makefile Tue Nov 13 13:37:05 2001 @@ -14,7 +14,7 @@ MAINTAINER= dirk@FreeBSD.org BUILD_DEPENDS= pinstall:${PORTSDIR}/devel/pinstall -RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk +RUN_DEPENDS= ${LOCALBASE}/jdk1.3.1/bin/javac:${PORTSDIR}/java/jdk13 NO_BUILD= yes --- files/patch-aa.orig Tue Nov 13 13:39:34 2001 +++ files/patch-aa Tue Nov 13 13:40:34 2001 @@ -12,7 +12,7 @@ # you should have a bin and lib directories beneath it. # -workers.java_home=c:\jdk1.2.2 -+workers.java_home=%%PREFIX%%/jdk1.1.8 ++workers.java_home=%%PREFIX%%/jdk1.3.1 # # You should configure your environment slash... ps=\ on NT and / on UNIX --- files/tomcat.sh.orig Tue Nov 13 13:39:40 2001 +++ files/tomcat.sh Tue Nov 13 13:40:49 2001 @@ -1,6 +1,6 @@ #!/bin/sh -JAVA_HOME=%%PREFIX%%/jdk1.1.8 +JAVA_HOME=%%PREFIX%%/jdk1.3.1 export JAVA_HOME TOMCAT_HOME=%%PREFIX%%/tomcat export TOMCAT_HOME >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 Nov 13 13:56:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 0488337B405 for ; Tue, 13 Nov 2001 13:56:14 -0800 (PST) Received: (qmail 13422 invoked by uid 0); 13 Nov 2001 21:56:11 -0000 Received: from a1as09-p20.bln.tli.de (HELO linux) (195.252.153.20) by mail.gmx.net (mp009-rz3) with SMTP; 13 Nov 2001 21:56:11 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Enrico Schnepel To: ports@FreeBSD.org Subject: html2fo Date: Tue, 13 Nov 2001 19:54:32 +0100 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01111319543200.01471@linux> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 14: 9: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 E2FED37B405; Tue, 13 Nov 2001 14:09:11 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADM60a28398; Tue, 13 Nov 2001 14:06:00 -0800 (PST) (envelope-from dirk) Date: Tue, 13 Nov 2001 14:06:00 -0800 (PST) From: Message-Id: <200111132206.fADM60a28398@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/31957: Update tomcat port to jdk 1.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update tomcat port to jdk 1.3.1 Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: dirk Responsible-Changed-When: Tue Nov 13 14:05:44 PST 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31957 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 14:10: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 CBCDC37B41A for ; Tue, 13 Nov 2001 14:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADMA0J29489; Tue, 13 Nov 2001 14:10:00 -0800 (PST) (envelope-from gnats) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 7FD7F37B416 for ; Tue, 13 Nov 2001 14:06:29 -0800 (PST) Received: from home.dinoex.sub.org (home [217.6.200.196]) by net2.dinoex.sub.org (8.11.6/8.11.6) with ESMTP id fADM69400533 for ; Tue, 13 Nov 2001 23:06:10 +0100 (CET) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.12.1/8.12.1/Submit) id fADM64wq041572; Tue, 13 Nov 2001 23:06:04 +0100 (CET)?g (envelope-from dm) Message-Id: <200111132206.fADM64wq041572@home.dinoex.sub.org> Date: Tue, 13 Nov 2001 23:06:04 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31960: [PATCH] freebsd-uucp Sender: owner-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: 31960 >Category: ports >Synopsis: [PATCH] freebsd-uucp >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 13 14:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.4-STABLE i386 >Organization: privat >Environment: System: FreeBSD 4.4-STABLE >Description: port does not build >How-To-Repeat: cd /usr/ports/net/freebsd-uucp make >Fix: Hotfix: apply this patches Clean: Reroll a new distfile The package still not builds. I am willing to take Maintainership. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany +As we allow the Logfiles to be rotated, we sould allow UUCP to open new ones +(see gnu/#17202). + +The Grade patch is now common in use, so it seem to make sense to include +it in the base distribution (see gnu/#17202). diff freebsd-uucp/files/patch-local.mtree freebsd-uucp/files/patch-local.mtree --- freebsd-uucp/files/patch-local.mtree Thu Jan 1 01:00:00 1970 +++ freebsd-uucp/files/patch-local.mtree Wed Oct 3 15:53:07 2001 @@ -0,0 +1,8 @@ +--- local.mtree.orig Sun Sep 9 07:00:26 2001 ++++ local.mtree Wed Oct 3 15:53:03 2001 +@@ -14,3 +14,5 @@ + libexec + uucp + .. ++ info ++ .. diff freebsd-uucp/files/patch-policy.h freebsd-uucp/files/patch-policy.h --- freebsd-uucp/files/patch-policy.h Thu Jan 1 01:00:00 1970 +++ freebsd-uucp/files/patch-policy.h Tue Oct 2 06:06:03 2001 @@ -0,0 +1,19 @@ +*** uucp/common_sources/policy.h Fri Sep 1 08:01:38 1995 +--- uucp/common_sources/policy.h.neu Tue Apr 15 05:24:44 1997 +*************** +*** 566,572 **** + exist when a new message is written out, it will be created. + Setting CLOSE_LOGFILES to 1 will obviously require slightly more + processing time. */ +! #define CLOSE_LOGFILES 0 + + /* The name of the default spool directory. If HAVE_TAYLOR_CONFIG is + set to 1, this may be overridden by the ``spool'' command in the +--- 566,572 ---- + exist when a new message is written out, it will be created. + Setting CLOSE_LOGFILES to 1 will obviously require slightly more + processing time. */ +! #define CLOSE_LOGFILES 1 + + /* The name of the default spool directory. If HAVE_TAYLOR_CONFIG is + set to 1, this may be overridden by the ``spool'' command in the diff freebsd-uucp/files/patch-uucico.c freebsd-uucp/files/patch-uucico.c --- freebsd-uucp/files/patch-uucico.c Thu Jan 1 01:00:00 1970 +++ freebsd-uucp/files/patch-uucico.c Tue Oct 2 06:06:07 2001 @@ -0,0 +1,89 @@ +--- uucp/uucico/uucico.c.orig Mon Aug 21 13:28:23 1995 ++++ uucp/uucico/uucico.c Mon Feb 22 21:04:40 1999 +@@ -126,6 +126,9 @@ + struct sconnection *qconn; + }; + ++/* min. grade set on commandline */ ++static char cmdlgrade = '\0'; ++ + /* Local functions. */ + + static void uusage P((void)); +@@ -176,6 +179,7 @@ + { "nodetach", no_argument, NULL, 'D' }, + { "loop", no_argument, NULL, 'e' }, + { "force", no_argument, NULL, 'f'}, ++ { "grade", required_argument, NULL, 'g'}, + { "stdin", required_argument, NULL, 'i' }, + { "prompt", no_argument, NULL, 'l' }, + { "port", required_argument, NULL, 'p' }, +@@ -250,9 +254,9 @@ + ++zProgram; + + #if COHERENT_C_OPTION +- zopts = "c:CDefi:I:lp:qr:s:S:u:x:X:vwz"; ++ zopts = "c:CDefg:i:I:lp:qr:s:S:u:x:X:vwz"; + #else +- zopts = "cCDefi:I:lp:qr:s:S:u:x:X:vwz"; ++ zopts = "cCDefg:i:I:lp:qr:s:S:u:x:X:vwz"; + #endif + + while ((iopt = getopt_long (argc, argv, zopts, +@@ -293,6 +297,14 @@ + failed call. */ + fforce = TRUE; + break; ++ ++ case 'g': ++ /* Force a grade */ ++ if (isalpha(optarg[0])) ++ cmdlgrade = optarg[0]; ++ else ++ fprintf (stderr, "%s: invalid grade \n", zProgram); ++ break; + + case 'i': + /* Type of port to use for standard input. Only TLI is +@@ -794,6 +806,7 @@ + printf ("Usage: %s [options]\n", zProgram); + printf (" -s,-S,--system system: Call system (-S implies -f)\n"); + printf (" -f,--force: Force call despite system status\n"); ++ printf (" -g,--grade: limit outgoing call to a given grade\n"); + printf (" -r state: 1 for master, 0 for slave (default)\n"); + printf (" --master: Act as master\n"); + printf (" --slave: Act as slave (default)\n"); +@@ -940,6 +953,9 @@ + if (! qsys->uuconf_fcall || qsys->uuconf_qtimegrade == NULL) + continue; + ++ if (qport && strcmp (qsys->uuconf_zport,qport->uuconf_zname)) ++ continue; ++ + fnevertime = FALSE; + + /* Make sure this is a legal time to call. */ +@@ -1331,12 +1347,18 @@ + boolean fret; + + /* Determine the grade we should request of the other system. A +- '\0' means that no restrictions have been made. */ +- if (! ftimespan_match (qsys->uuconf_qcalltimegrade, &ival, +- (int *) NULL)) +- bgrade = '\0'; ++ '\0' means that no restrictions have been made. ++ If a grade is set on the command line, the calltimegrade-value ++ is overwritten. */ ++ ++ if (cmdlgrade != '\0') ++ bgrade = cmdlgrade; + else +- bgrade = (char) ival; ++ if (! ftimespan_match (qsys->uuconf_qcalltimegrade, &ival, ++ (int *) NULL)) ++ bgrade = '\0'; ++ else ++ bgrade = (char) ival; + + /* Determine the name we will call ourselves. */ + if (qsys->uuconf_zlocalname != NULL) diff freebsd-uucp/files/patch-uucpd-Makefile freebsd-uucp/files/patch-uucpd-Makefile --- freebsd-uucp/files/patch-uucpd-Makefile Thu Jan 1 01:00:00 1970 +++ freebsd-uucp/files/patch-uucpd-Makefile Wed Oct 3 15:58:58 2001 @@ -0,0 +1,10 @@ +--- uucpd/Makefile.orig Mon Oct 1 09:39:27 2001 ++++ uucpd/Makefile Wed Oct 3 15:58:51 2001 +@@ -4,6 +4,7 @@ + PROG= uucpd + MAN= uucpd.8 + BINDIR= ${PREFIX}/libexec ++MANDIR= ${PREFIX}/man/man + LDADD= -lcrypt -lutil + DPADD= ${LIBCRYPT} ${LIBUTIL} + diff freebsd-uucp/pkg-plist freebsd-uucp/pkg-plist --- freebsd-uucp/pkg-plist Tue Oct 2 22:48:40 2001 +++ freebsd-uucp/pkg-plist Wed Oct 3 15:06:26 2001 @@ -20,6 +20,8 @@ etc/uucp/sys1.sample etc/uucp/sys2.sample info/uucp.info.gz +@exec install-info %D/info/uucp.info %D/info/dir +@unexec install-info --delete %D/info/uucp.info %D/info/dir libexec/uucp/uucico libexec/uucp/uuxqt libexec/uucpd >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 Nov 13 14:22:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 77A8137B405 for ; Tue, 13 Nov 2001 14:22:16 -0800 (PST) Received: (qmail 23793 invoked by uid 0); 13 Nov 2001 22:22:15 -0000 Received: from a1as04-p200.bln.tli.de (HELO linux) (195.252.150.200) by mail.gmx.net (mp003-rz3) with SMTP; 13 Nov 2001 22:22:15 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Enrico Schnepel To: ports@FreeBSD.org Subject: html2fo Date: Tue, 13 Nov 2001 23:28:35 +0100 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01111319543200.01471@linux> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Sorry for the empty email. I've found a port of html2fo in the textproc page and added the changes to the CVS tree. html2fo should be compileable without changes to the Makefile now. It would be grateful if someone could test it with FreeBSD - I am running Linux (gcc). If it does work, I will create a new release 0.4.2. regards, Enrico Schnepel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 14: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 895F437B416 for ; Tue, 13 Nov 2001 14:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADMU0C34964; Tue, 13 Nov 2001 14:30:00 -0800 (PST) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 5CC7B37B420 for ; Tue, 13 Nov 2001 14:26:23 -0800 (PST) Received: by softwareliberty.org (Postfix, from userid 1014) id 7B023752A; Wed, 14 Nov 2001 06:26:22 +0800 (CST) Message-Id: <20011113222622.7B023752A@softwareliberty.org> Date: Wed, 14 Nov 2001 06:26:22 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31961: Update port: chinese/mozilla-tclp to 0.9.5_1105 Sender: owner-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: 31961 >Category: ports >Synopsis: Update port: chinese/mozilla-tclp to 0.9.5_1105 >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 Nov 13 14:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: update port: chinese/mozilla-tclp to 0.9.5_1105 merge with pr=31051 and pr=31713 >How-To-Repeat: >Fix: diff -ruN mozilla-tclp.orig/Makefile mozilla-tclp/Makefile --- mozilla-tclp.orig/Makefile Fri Nov 2 23:56:50 2001 +++ mozilla-tclp/Makefile Sat Nov 3 00:00:27 2001 @@ -4,16 +4,15 @@ # # $FreeBSD: ports/chinese/mozilla-tclp/Makefile,v 1.7 2001/08/31 12:44:56 sf Exp $ # -BROKEN= "out of sync with mozilla." PORTNAME= mozilla -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.5 CATEGORIES= chinese www MASTER_SITES= http://www.csie.ntu.edu.tw/~b7506051/mt4/langpack/ PKGNAMESUFFIX= -tclp # Same as ftp://ftp.mozilla.org/pub/mozilla/l10n/lang/moz0.81/langzhtw.xpi. # Use this to avoid checksum problems. -DISTNAME= 0.9.1-0615-RELEASE-langzhtw +DISTNAME= langzhtw-0.9.5-1105 EXTRACT_SUFX= .xpi MAINTAINER= keith@FreeBSD.org diff -ruN mozilla-tclp.orig/distinfo mozilla-tclp/distinfo --- mozilla-tclp.orig/distinfo Fri Nov 2 23:56:50 2001 +++ mozilla-tclp/distinfo Fri Nov 2 23:59:30 2001 @@ -1 +1 @@ -MD5 (0.9.1-0615-RELEASE-langzhtw.xpi) = ab68f2518c4ffcb5d45e9a276ec46680 +MD5 (langzhtw-0.9.5-1105.xpi) = 3561fed7e28651dd4bdabc1fccc2307c >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 Nov 13 14:49: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 F345A37B405; Tue, 13 Nov 2001 14:49:11 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADMdgN37400; Tue, 13 Nov 2001 14:39:42 -0800 (PST) (envelope-from des) Date: Tue, 13 Nov 2001 14:39:42 -0800 (PST) From: Message-Id: <200111132239.fADMdgN37400@freefall.freebsd.org> To: joseph@randomnetworks.com, des@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31829: Re: update of security/swatch to 3.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: update of security/swatch to 3.0.4 State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Tue Nov 13 14:39:01 PST 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31829 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 15:29: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 0753F37B417; Tue, 13 Nov 2001 15:29:12 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADNLkS49685; Tue, 13 Nov 2001 15:21:46 -0800 (PST) (envelope-from petef) Date: Tue, 13 Nov 2001 15:21:46 -0800 (PST) From: Message-Id: <200111132321.fADNLkS49685@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, keith@FreeBSD.org Subject: Re: ports/31961: Update port: chinese/mozilla-tclp to 0.9.5_1105 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: chinese/mozilla-tclp to 0.9.5_1105 Responsible-Changed-From-To: freebsd-ports->keith Responsible-Changed-By: petef Responsible-Changed-When: Tue Nov 13 15:21:38 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31961 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 15: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 0234137B419 for ; Tue, 13 Nov 2001 15:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADNU0M51746; Tue, 13 Nov 2001 15:30:00 -0800 (PST) (envelope-from gnats) Received: from emout1.wish.nl (emout1.wish.nl [212.123.129.74]) by hub.freebsd.org (Postfix) with ESMTP id 8805237B416 for ; Tue, 13 Nov 2001 15:29:04 -0800 (PST) Received: from mail4.inside.servers (mail4.INSIDE.servers [10.1.0.8]) by emout1.wish.nl (Postfix) with SMTP id 32FC3207AD for ; Wed, 14 Nov 2001 00:52:24 +0100 (CET) Received: (qmail 20021 invoked from network); 13 Nov 2001 23:29:01 -0000 Received: from p13810.nl.wish.net (HELO ) ([212.123.191.242]) (envelope-sender ) by mail4.outside.servers (qmail-ldap-1.03) with SMTP for ; 13 Nov 2001 23:29:01 -0000 Received: (qmail 57967 invoked by uid 1000); 13 Nov 2001 23:29:38 -0000 Message-Id: <20011113232938.57966.qmail@mandark.attica.home> Date: 13 Nov 2001 23:29:38 -0000 From: "Andre Goeree" Reply-To: abgoeree@wish.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31962: Update databases/adodb to version 1.53 Sender: owner-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: 31962 >Category: ports >Synopsis: Update databases/adodb to version 1.53 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 13 15:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: ago >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD mandark.attica.home 4.4-STABLE FreeBSD 4.4-STABLE #4: Mon Nov 12 20:59:52 CET 2001 toor@mandark.attica.home:/usr/obj/usr/src/sys/CUSTOM i386 >Description: Update adodb to 1.53 Modified: Makefile: distfile, use DOCSDIR distinfo pkg-plist use DOCSDIR >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 10 Nov 2001 08:01:55 -0000 1.16 +++ Makefile 13 Nov 2001 23:20:42 -0000 @@ -6,10 +6,10 @@ # PORTNAME= adodb -PORTVERSION= 1.51 +PORTVERSION= 1.53 CATEGORIES= databases www MASTER_SITES= http://phplens.com/lens/dl/ -DISTNAME= ${PORTNAME}151 +DISTNAME= ${PORTNAME}153 EXTRACT_SUFX= .tgz MAINTAINER= abgoeree@wish.net @@ -20,9 +20,10 @@ NO_BUILD= YES ADODB_DIR= www/data.default/adodb -ADODB_TEST= share/examples/adodb/test +ADODB_TEST= share/examples/adodb PLIST_SUB= ADODB_DIR=${ADODB_DIR} \ - ADODB_TEST=${ADODB_TEST} + ADODB_TEST=${ADODB_TEST} \ + DOCSDIR=share/doc/adodb DOCS= readme.htm tute.htm readme.txt LIBS= adodb-access.inc.php adodb-ado.inc.php adodb-ado_access.inc.php \ @@ -34,16 +35,17 @@ adodb-oracle.inc.php adodb-pear.inc.php adodb-postgres.inc.php \ adodb-postgres7.inc.php adodb-proxy.inc.php adodb-sybase.inc.php \ adodb.inc.php adodb-vfp.inc.php crypt.inc.php tohtml.inc.php +PICS= adodb.gif adodb.png SAMPLES=adodb-cryptsession.php adodb-session.php server.php TESTS= benchmark.php client.php test.php test2.php test3.php test4.php \ test5.php testcache.php testdatabases.inc.php testoci8.php \ - testpear.php testsessions.php + testpaging.php testpear.php testsessions.php post-patch: .for FILE in adodb-session.php benchmark.php client.php server.php test.php \ test2.php test3.php test4.php test5.php testcache.php testoci8.php \ - testpear.php testsessions.php - ${PERL} -pi -e "s#(\./)?(adodb(-session)?|tohtml)+(\.inc)?\.php#${PREFIX}/${ADODB_DIR}/\2\4\.php#" ${WRKSRC}/${FILE} + testpaging.php testpear.php testsessions.php + ${PERL} -pi -e "s#(\./)?(adodb(-session|-pear)?|tohtml)+(\.inc)?\.php#${PREFIX}/${ADODB_DIR}/\2\4\.php#" ${WRKSRC}/${FILE} .endfor do-install: @@ -52,7 +54,7 @@ ${INSTALL_DATA} ${WRKSRC}/${FILE} \ ${PREFIX}/${ADODB_DIR}/${FILE}.sample .endfor -.for FILE in ${LIBS} +.for FILE in ${LIBS} ${PICS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/${ADODB_DIR} .endfor @${MKDIR} ${PREFIX}/${ADODB_TEST} @@ -62,9 +64,9 @@ post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/adodb + @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} - ${INSTALL_MAN} ${WRKSRC}/${FILE} ${PREFIX}/share/doc/adodb + ${INSTALL_MAN} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif Index: distinfo =================================================================== RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 10 Nov 2001 08:01:55 -0000 1.4 +++ distinfo 13 Nov 2001 23:20:49 -0000 @@ -1 +1 @@ -MD5 (adodb151.tgz) = 17b2ca1b765927bb1abd17ba62ed341c +MD5 (adodb153.tgz) = 22c2e37edb2a9cab91b6fed59761bd52 Index: pkg-plist =================================================================== RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- pkg-plist 5 Nov 2001 17:11:43 -0000 1.9 +++ pkg-plist 12 Nov 2001 16:35:48 -0000 @@ -24,7 +24,9 @@ %%ADODB_DIR%%/adodb-session.php.sample %%ADODB_DIR%%/adodb-sybase.inc.php %%ADODB_DIR%%/adodb-vfp.inc.php +%%ADODB_DIR%%/adodb.gif %%ADODB_DIR%%/adodb.inc.php +%%ADODB_DIR%%/adodb.png %%ADODB_DIR%%/crypt.inc.php %%ADODB_DIR%%/server.php.sample %%ADODB_DIR%%/tohtml.inc.php @@ -38,11 +40,12 @@ %%ADODB_TEST%%/testcache.php %%ADODB_TEST%%/testdatabases.inc.php %%ADODB_TEST%%/testoci8.php +%%ADODB_TEST%%/testpaging.php %%ADODB_TEST%%/testpear.php %%ADODB_TEST%%/testsessions.php -%%PORTDOCS%%share/doc/adodb/readme.htm -%%PORTDOCS%%share/doc/adodb/readme.txt -%%PORTDOCS%%share/doc/adodb/tute.htm -%%PORTDOCS%%@dirrm share/doc/adodb +%%PORTDOCS%%%%DOCSDIR%%/readme.htm +%%PORTDOCS%%%%DOCSDIR%%/readme.txt +%%PORTDOCS%%%%DOCSDIR%%/tute.htm +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%ADODB_DIR%% @dirrm %%ADODB_TEST%% >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 Nov 13 15: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 199FB37B41D for ; Tue, 13 Nov 2001 15:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADNe1i54058; Tue, 13 Nov 2001 15:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E5DC37B419 for ; Tue, 13 Nov 2001 15:39:34 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADNdYA53943; Tue, 13 Nov 2001 15:39:34 -0800 (PST) (envelope-from nobody) Message-Id: <200111132339.fADNdYA53943@freefall.freebsd.org> Date: Tue, 13 Nov 2001 15:39:34 -0800 (PST) From: Glen Neff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31963: Upgrade to net/aim port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31963 >Category: ports >Synopsis: Upgrade to net/aim 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: Tue Nov 13 15:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Glen Neff >Release: v4.4-stable >Organization: Trioptimum, Inc. >Environment: FreeBSD skorpion.citadel.trioptimum.com 4.4-STABLE FreeBSD 4.4-STABLE #7: Sun Nov 11 12:09:26 EST 2001 gneff@skorpion.citadel.trioptimum.com:/usr/src/sys/compile/skorpion i386 >Description: The official AOL AIM Linux binary has been upgraded to v1.5.234 (1.1.112 is where the current port is at). >How-To-Repeat: n/a >Fix: Here's a link to a patch that will upgrade the current port.: http://www.trioptimum.com/~crtxreavr/aim-patch >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 Nov 13 16:49: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 4A52037B416; Tue, 13 Nov 2001 16:49:16 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE0k6a73912; Tue, 13 Nov 2001 16:46:06 -0800 (PST) (envelope-from ijliao) Date: Tue, 13 Nov 2001 16:46:06 -0800 (PST) From: Message-Id: <200111140046.fAE0k6a73912@freefall.freebsd.org> To: thierry@thomas.as, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31090: Port mail/imp: change the default IMAP server. Sender: owner-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 mail/imp: change the default IMAP server. State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Nov 13 16:45:53 PST 2001 State-Changed-Why: superceded by pr/31904 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31090 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 16:49: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 A9DFB37B418; Tue, 13 Nov 2001 16:49:16 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE0jJL73591; Tue, 13 Nov 2001 16:45:19 -0800 (PST) (envelope-from ijliao) Date: Tue, 13 Nov 2001 16:45:19 -0800 (PST) From: Message-Id: <200111140045.fAE0jJL73591@freefall.freebsd.org> To: thierry@thomas.as, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31889: Port mail/imp: security-update - webmail session hijacking vulnerability Sender: owner-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 mail/imp: security-update - webmail session hijacking vulnerability State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Nov 13 16:45:02 PST 2001 State-Changed-Why: superceded by pr/31904 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31889 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 16:59: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 2448C37B405; Tue, 13 Nov 2001 16:59:12 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE0ugB75515; Tue, 13 Nov 2001 16:56:42 -0800 (PST) (envelope-from ijliao) Date: Tue, 13 Nov 2001 16:56:42 -0800 (PST) From: Message-Id: <200111140056.fAE0ugB75515@freefall.freebsd.org> To: thierry@thomas.as, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31904: Port mail/imp: security update to v. 2.2.7 Sender: owner-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 mail/imp: security update to v. 2.2.7 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Nov 13 16:56:34 PST 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 17: 9: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 3C44737B417; Tue, 13 Nov 2001 17:09:12 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE11W776069; Tue, 13 Nov 2001 17:01:32 -0800 (PST) (envelope-from petef) Date: Tue, 13 Nov 2001 17:01:32 -0800 (PST) From: Message-Id: <200111140101.fAE11W776069@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, roger@FreeBSD.org Subject: Re: ports/31963: Upgrade to net/aim 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: Upgrade to net/aim port Responsible-Changed-From-To: freebsd-ports->roger Responsible-Changed-By: petef Responsible-Changed-When: Tue Nov 13 17:01:20 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31963 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 18:30: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 8660037B41B for ; Tue, 13 Nov 2001 18:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE2U0e94714; Tue, 13 Nov 2001 18:30:00 -0800 (PST) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 65AA237B405 for ; Tue, 13 Nov 2001 18:20:10 -0800 (PST) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id fAE2K9I03398 for ; Tue, 13 Nov 2001 20:20:09 -0600 (CST) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id fAE2K8163929; Tue, 13 Nov 2001 20:20:08 -0600 (CST) (envelope-from ishmael) Message-Id: <200111140220.fAE2K8163929@babylon.merseine.nu> Date: Tue, 13 Nov 2001 20:20:08 -0600 (CST) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31964: Update port lang/ferite Sender: owner-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: 31964 >Category: ports >Synopsis: Update port lang/ferite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 13 18:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-STABLE i386 >Organization: None >Environment: System: FreeBSD babylon.merseine.nu 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Nov 5 20:03:33 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port lang/ferite to latest verion, 0.99.2 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ferite/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 14 Oct 2001 14:45:03 -0000 1.1 +++ Makefile 12 Nov 2001 03:36:58 -0000 @@ -6,7 +6,7 @@ # PORTNAME= ferite -PORTVERSION= 0.99.1 +PORTVERSION= 0.99.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/lang/ferite/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 14 Oct 2001 14:45:04 -0000 1.1 +++ distinfo 12 Nov 2001 03:37:08 -0000 @@ -1 +1 @@ -MD5 (ferite-0.99.1.tar.gz) = aac4c03b8fe5b01ee86fb927bfe0e98e +MD5 (ferite-0.99.2.tar.gz) = 036385afde16239ea17792b5a268d72d Index: files/patch-Makefile.in =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile.in --- files/patch-Makefile.in 14 Oct 2001 14:45:04 -0000 1.1 +++ files/patch-Makefile.in 12 Nov 2001 03:44:15 -0000 @@ -1,7 +1,7 @@ ---- Makefile.in.orig Tue Aug 21 04:21:23 2001 -+++ Makefile.in Sat Aug 25 19:40:04 2001 -@@ -105,7 +105,7 @@ - MAINTAINERCLEANFILES = INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure install-sh ltconfig ltmain.sh missing mkinstalldirs stamp-h.in +--- Makefile.in.orig Sun Nov 11 11:47:00 2001 ++++ Makefile.in Sun Nov 11 21:43:41 2001 +@@ -116,7 +116,7 @@ + stamp-h.in -SUBDIRS = libs src builder test include modules docs scripts Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-configure,v retrieving revision 1.1 diff -u -r1.1 patch-configure --- files/patch-configure 14 Oct 2001 14:45:04 -0000 1.1 +++ files/patch-configure 12 Nov 2001 03:39:50 -0000 @@ -1,6 +1,6 @@ ---- configure.orig Mon Oct 8 14:11:39 2001 -+++ configure Mon Oct 8 17:45:36 2001 -@@ -260,7 +260,6 @@ +--- configure.orig Sun Nov 11 11:47:08 2001 ++++ configure Sun Nov 11 21:39:39 2001 +@@ -261,7 +261,6 @@ : ${ac_max_here_lines=38} ac_unique_file="src/ferite.c" @@ -8,12 +8,12 @@ # Initialize some variables set by options. ac_init_help= -@@ -2455,18 +2454,6 @@ +@@ -2666,18 +2665,6 @@ SET_MAKE="MAKE=${MAKE-make}" fi - case $enable_ltdl_convenience in -- no) { { echo "$as_me:2459: error: this package needs a convenience libltdl" >&5 +- no) { { echo "$as_me:2670: error: this package needs a convenience libltdl" >&5 -echo "$as_me: error: this package needs a convenience libltdl" >&2;} - { (exit 1); exit 1; }; } ;; - "") enable_ltdl_convenience=yes @@ -27,7 +27,7 @@ # Check whether --enable-shared or --disable-shared was given. if test "${enable_shared+set}" = set; then enableval="$enable_shared" -@@ -6257,7 +6244,7 @@ +@@ -6507,7 +6494,7 @@ build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. @@ -36,13 +36,13 @@ # Whether or not to optimize for fast installation. fast_install=$enable_fast_install -@@ -6846,13 +6833,13 @@ +@@ -7096,13 +7083,13 @@ { (exit 1); exit 1; }; } fi --echo "$as_me:6849: checking for pthread_mutex_lock in -lpthread" >&5 +-echo "$as_me:7099: checking for pthread_mutex_lock in -lpthread" >&5 -echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6 -+echo "$as_me:6849: checking for pthread_mutex_lock in -pthread" >&5 ++echo "$as_me:7099: checking for pthread_mutex_lock in -pthread" >&5 +echo $ECHO_N "checking for pthread_mutex_lock in -pthread... $ECHO_C" >&6 if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -51,9 +51,9 @@ -LIBS="-lpthread $LIBS" +LIBS="-pthread $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line 6857 "configure" + #line 7107 "configure" #include "confdefs.h" -@@ -6900,7 +6887,7 @@ +@@ -7150,7 +7137,7 @@ #define HAVE_LIBPTHREAD 1 EOF @@ -62,12 +62,3 @@ else -@@ -6937,7 +6924,7 @@ - modules="$modules file" - - echo "checking module math ..." --math_LIBS="" -+math_LIBS="-lm" - math_CFLAGS="" - - modules="$modules math" Index: files/patch-docs::Makefile.in =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-docs::Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-docs::Makefile.in --- files/patch-docs::Makefile.in 14 Oct 2001 14:45:04 -0000 1.1 +++ files/patch-docs::Makefile.in 12 Nov 2001 03:44:42 -0000 @@ -1,7 +1,7 @@ ---- docs/Makefile.in.orig Tue Aug 21 04:21:48 2001 -+++ docs/Makefile.in Sat Aug 25 19:42:51 2001 -@@ -102,7 +102,7 @@ - docs_DATA = ferite_language_def.pdf +--- docs/Makefile.in.orig Sun Nov 11 11:47:01 2001 ++++ docs/Makefile.in Sun Nov 11 21:43:41 2001 +@@ -111,7 +111,7 @@ + manual.pdf -docsdir = $(prefix)/share/ferite/docs Index: files/patch-docs::images::Makefile.in =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-docs::images::Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-docs::images::Makefile.in --- files/patch-docs::images::Makefile.in 14 Oct 2001 14:45:04 -0000 1.1 +++ files/patch-docs::images::Makefile.in 12 Nov 2001 03:45:18 -0000 @@ -1,11 +1,11 @@ ---- docs/images/Makefile.in.orig Tue Aug 21 04:21:49 2001 -+++ docs/images/Makefile.in Sat Aug 25 19:43:23 2001 -@@ -102,7 +102,7 @@ - images_DATA = ferite_logo_colour_blue.png ferite_logo_black.png ferite_logo_black_600x300.png ferite_logo_colour.png ferite_logo.xcf +--- docs/images/Makefile.in.orig Sun Nov 11 11:47:01 2001 ++++ docs/images/Makefile.in Sun Nov 11 21:43:41 2001 +@@ -114,7 +114,7 @@ + ferite_logo.xcf -imagesdir = $(prefix)/share/ferite/images +imagesdir = $(prefix)/share/doc/ferite/images EXTRA_DIST = $(images_DATA) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + subdir = docs/images Index: files/patch-libs::Makefile.in =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-libs::Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-libs::Makefile.in --- files/patch-libs::Makefile.in 14 Oct 2001 14:45:04 -0000 1.1 +++ files/patch-libs::Makefile.in 12 Nov 2001 03:45:58 -0000 @@ -1,6 +1,6 @@ ---- libs/Makefile.in.orig Tue Aug 21 04:21:24 2001 -+++ libs/Makefile.in Sat Aug 25 19:11:20 2001 -@@ -104,7 +104,7 @@ +--- libs/Makefile.in.orig Sun Nov 11 11:47:02 2001 ++++ libs/Makefile.in Sun Nov 11 21:43:41 2001 +@@ -112,7 +112,7 @@ # A list of all the files in the current directory which can be regenerated MAINTAINERCLEANFILES = @@ -8,4 +8,4 @@ +SUBDIRS = EXTRA_DIST = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + subdir = libs Index: files/patch-src::Makefile.in =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-src::Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-src::Makefile.in --- files/patch-src::Makefile.in 14 Oct 2001 14:45:04 -0000 1.1 +++ files/patch-src::Makefile.in 12 Nov 2001 03:42:37 -0000 @@ -1,20 +1,20 @@ ---- src/Makefile.in.orig Mon Oct 8 14:18:25 2001 -+++ src/Makefile.in Mon Oct 8 17:43:52 2001 -@@ -110,7 +110,7 @@ - +--- src/Makefile.in.orig Sun Nov 11 11:47:04 2001 ++++ src/Makefile.in Sun Nov 11 21:42:22 2001 +@@ -116,7 +116,7 @@ LDFLAGS = -L/usr/local/lib --INCLUDES = -I${top_srcdir}/include -I${prefix}/include -I$(includedir) -I${top_srcdir}/include/ferite/ -I$(top_srcdir)/libs/ltdl @pcre_cflags@ -+INCLUDES = -I${top_srcdir}/include -I${prefix}/include -I$(includedir) -I${top_srcdir}/include/ferite/ @pcre_cflags@ + INCLUDES = -I${top_srcdir}/include -I${prefix}/include -I$(includedir) \ +- -I${top_srcdir}/include/ferite/ -I$(top_srcdir)/libs/ltdl @pcre_cflags@ ++ -I${top_srcdir}/include/ferite/ @pcre_cflags@ DEFS = -DMODULE_DIR=\"$(libdir)/ferite/modules\" -DSCRIPT_DIR=\"$(libdir)/ferite/scripts\" @debugdefs@ -@@ -122,7 +122,7 @@ - libferite_la_SOURCES = ferite_mem_classic.c ferite_mem_jedi.c ferite_variables.c ferite_namespace.c ferite_function.c ferite_compile.c ferite_execute.c ferite_scanner.c ferite_globals.c ferite_parser.c ferite_opcode.c ferite_module.c ferite_error.c ferite_utils.c ferite_stack.c ferite_regex.c ferite_class.c ferite_file.c ferite_hash.c ferite_uarray.c ferite_ops.c ferite_gc. c ferite.c +@@ -151,7 +151,7 @@ + ferite.c -libferite_la_LIBADD = $(top_builddir)/libs/ltdl/libltdlc.la -lm @pcre_libs@ $(LDFLAGS) +libferite_la_LIBADD = -lltdl -lm @pcre_libs@ $(LDFLAGS) libferite_la_DEPENDENCIES = $(top_builddir)/config.h libferite_la_LDFLAGS = -version-info 0:99:0 -export-dynamic - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + subdir = src >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 Nov 13 18: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 7DA8237B41B for ; Tue, 13 Nov 2001 18:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE2o1696890; Tue, 13 Nov 2001 18:50:01 -0800 (PST) (envelope-from gnats) Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.193.7]) by hub.freebsd.org (Postfix) with ESMTP id 3D3C837B405 for ; Tue, 13 Nov 2001 18:41:25 -0800 (PST) Received: from gateway.lefort.net ([213.189.162.247]) by mirapoint2.brutele.be (Mirapoint) with SMTP id ANM60865; Wed, 14 Nov 2001 03:41:22 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (8.11.6/8.11.6) with ESMTP id fAE2fLI10233 for ; Wed, 14 Nov 2001 03:41:22 +0100 (CET) (envelope-from jylefort@jsite.lefort.net) Received: (from jylefort@localhost) by jsite.lefort.net (8.11.6/8.11.6) id fAE2fLI91590; Wed, 14 Nov 2001 03:41:21 +0100 (CET) (envelope-from jylefort) Message-Id: <200111140241.fAE2fLI91590@jsite.lefort.net> Date: Wed, 14 Nov 2001 03:41:21 +0100 (CET) From: Jean-Yves Lefort Reply-To: Jean-Yves Lefort To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31965: New port: editss, an editor for XPilot shipshapes Sender: owner-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: 31965 >Category: ports >Synopsis: New port: editss, an editor for XPilot shipshapes >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 Nov 13 18:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.4-RELEASE FreeBSD 4.4-RELEASE #4: Tue Nov 13 17:27:26 CET 2001 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: New port: editss, an editor for XPilot shipshapes >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: # # /usr/ports/games/editss # /usr/ports/games/editss/Makefile # /usr/ports/games/editss/distinfo # /usr/ports/games/editss/pkg-comment # /usr/ports/games/editss/pkg-descr # /usr/ports/games/editss/pkg-plist # /usr/ports/games/editss/pkg-message # echo c - /usr/ports/games/editss mkdir -p /usr/ports/games/editss > /dev/null 2>&1 echo x - /usr/ports/games/editss/Makefile sed 's/^X//' >/usr/ports/games/editss/Makefile << 'END-of-/usr/ports/games/editss/Makefile' X# New ports collection makefile for: editss X# Date created: 14 November 2001 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= editss XPORTVERSION= 2.2 XCATEGORIES= games XMASTER_SITES= ftp://ftp.xpilot.org/pub/contrib/ X XMAINTAINER= jylefort@brutele.be X XUSE_IMAKE= yes XALL_TARGET= editss XMAN6= editss.6 XNO_INSTALL_MANPAGES= yes XXFREE86_HTML_MAN= no XMAN_COMPRESSED= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/editss ${PREFIX}/bin X ${MKDIR} ${PREFIX}/share/editss X ${INSTALL_DATA} ${WRKSRC}/editssrc ${PREFIX}/share/editss X ${INSTALL_MAN} ${WRKSRC}/editss.6 ${MANPREFIX}/man/man6 X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-/usr/ports/games/editss/Makefile echo x - /usr/ports/games/editss/distinfo sed 's/^X//' >/usr/ports/games/editss/distinfo << 'END-of-/usr/ports/games/editss/distinfo' XMD5 (editss-2.2.tar.gz) = 3756ad18f1025dde1706660562f94d02 END-of-/usr/ports/games/editss/distinfo echo x - /usr/ports/games/editss/pkg-comment sed 's/^X//' >/usr/ports/games/editss/pkg-comment << 'END-of-/usr/ports/games/editss/pkg-comment' XAn editor for XPilot shipshapes END-of-/usr/ports/games/editss/pkg-comment echo x - /usr/ports/games/editss/pkg-descr sed 's/^X//' >/usr/ports/games/editss/pkg-descr << 'END-of-/usr/ports/games/editss/pkg-descr' XEditss is an utility for designing XPilot shipshapes. X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-/usr/ports/games/editss/pkg-descr echo x - /usr/ports/games/editss/pkg-plist sed 's/^X//' >/usr/ports/games/editss/pkg-plist << 'END-of-/usr/ports/games/editss/pkg-plist' Xbin/editss Xshare/editss/editssrc X@dirrm share/editss END-of-/usr/ports/games/editss/pkg-plist echo x - /usr/ports/games/editss/pkg-message sed 's/^X//' >/usr/ports/games/editss/pkg-message << 'END-of-/usr/ports/games/editss/pkg-message' X------------------------------------------------------------------------------- XWARNING: editss will dump a core if it is not able to find a shipshapes file. X XYou should copy the editss rc file from /usr/X11R6/share/editss/editssrc Xto $HOME/.editssrc and change the shiplib keyword in that file to make Xit point to your shipshapes file. X XA nice shipshapes file can be found at ftp://ftp.xpilot.org/pub/shipshapes X------------------------------------------------------------------------------- END-of-/usr/ports/games/editss/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 19: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 6380137B418; Tue, 13 Nov 2001 19:19:12 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE3CnS02673; Tue, 13 Nov 2001 19:12:49 -0800 (PST) (envelope-from ijliao) Date: Tue, 13 Nov 2001 19:12:49 -0800 (PST) From: Message-Id: <200111140312.fAE3CnS02673@freefall.freebsd.org> To: ishmael@home.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31964: Update port lang/ferite Sender: owner-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/ferite State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Nov 13 19:12:34 PST 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 19:51:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ginsberg.uol.com.br (ginsberg.uol.com.br [200.231.206.26]) by hub.freebsd.org (Postfix) with ESMTP id 7228337B405 for ; Tue, 13 Nov 2001 19:51:15 -0800 (PST) Received: from 200.181.48.122 ([200.181.48.122]) by ginsberg.uol.com.br (8.9.1/8.9.1) with ESMTP id BAA10112 for ; Wed, 14 Nov 2001 01:48:50 -0200 (BRST) Received: (qmail 17778 invoked by uid 1001); 14 Nov 2001 03:48:55 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Wed, 14 Nov 2001 01:48:33 -0200 To: Thomas Gellekum Cc: freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20011114014833.A17257@exxodus.fedaykin.here> References: <200111131312.fADDCC911711@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: <200111131312.fADDCC911711@freefall.freebsd.org>; from tg@FreeBSD.org on Tue, Nov 13, 2001 at 05:11:50AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Nov 13, 2001 at 05:11:50AM -0800, Thomas Gellekum wrote: > tg 2001/11/13 05:12:12 PST > > Modified files: > Mk bsd.port.mk > Log: > Add variables $ACLOCAL and $AUTOHEADER, now that the program names > contain version numbers. > > Approved by: portmgr (sobomax) > > Revision Changes Path > 1.388 +3 -1 ports/Mk/bsd.port.mk That's sweeeet but what about discussing this one too? It was proposed a while ago. :) So that we can automagically take care of this based on _VER For reference, the original message had Message-ID: <20011101002119.A47809@exxodus.fedaykin.here> Regards, ------ --- bsd.port.mk.orig Wed Nov 14 00:26:42 2001 +++ bsd.port.mk Wed Nov 14 01:47:11 2001 @@ -793,11 +793,42 @@ .endif .if defined(USE_AUTOMAKE) USE_AUTOCONF= yes +USE_AUTOMAKE_VER?= 14 +.endif +.if defined(USE_AUTOMAKE_VER) +USE_AUTOMAKE?= yes +.if ${USE_AUTOMAKE_VER} == 15 +BUILD_DEPENDS+= automake:${PORTSDIR}/devel/automake + +AUTOMAKE?= automake +ACLOCAL?= aclocal +ACLOCAL_DIR?= ${LOCALBASE}/share/aclocal +AUTOMAKE_DIR?= ${LOCALBASE}/share/automake +.else BUILD_DEPENDS+= automake14:${PORTSDIR}/devel/automake14 + +USE_AUTOCONF_VER?= 213 + +AUTOMAKE?= automake14 +ACLOCAL?= aclocal14 +ACLOCAL_DIR?= ${LOCALBASE}/share/automake14/aclocal +AUTOMAKE_DIR?= ${LOCALBASE}/share/automake14/automake .endif -.if defined(USE_AUTOCONF) +.endif +.if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER) +USE_AUTOCONF?= yes + GNU_CONFIGURE= yes BUILD_DEPENDS+= autoconf213:${PORTSDIR}/devel/autoconf213 + +AUTOCONF?= autoconf213 +AUTOHEADER?= autoheader213 +AUTORECONF?= autoreconf213 +AUTOSCAN?= autoscan213 +AUTOUPDATE?= autoupdate213 +AUTOIFNAMES?= ifnames213 + +AUTOCONF_DIR?= ${LOCALBASE}/share/autoconf213/autoconf .endif .if defined(USE_LIBTOOL) GNU_CONFIGURE= yes @@ -941,10 +972,6 @@ # Miscellaneous overridable commands: GMAKE?= gmake -ACLOCAL?= aclocal14 -AUTOMAKE?= automake14 -AUTOCONF?= autoconf213 -AUTOHEADER?= autoheader213 LIBTOOL?= libtool XMKMF?= xmkmf -a .if exists(/sbin/md5) ------ -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 19:52: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 EC31937B416; Tue, 13 Nov 2001 19:52:52 -0800 (PST) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 61C2124261; Tue, 13 Nov 2001 22:52:50 -0500 (EST) Date: Tue, 13 Nov 2001 22:52:50 -0500 From: Will Andrews To: Mario Sergio Fujikawa Ferreira Cc: Thomas Gellekum , freebsd-ports@freebsd.org, portmgr@freebsd.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20011113225250.I17600@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Mario Sergio Fujikawa Ferreira , Thomas Gellekum , freebsd-ports@freebsd.org, portmgr@freebsd.org References: <200111131312.fADDCC911711@freefall.freebsd.org> <20011114014833.A17257@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011114014833.A17257@exxodus.fedaykin.here> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Nov 14, 2001 at 01:48:33AM -0200, Mario Sergio Fujikawa Ferreira wrote: > That's sweeeet but what about discussing this one too? > It was proposed a while ago. :) So that we can automagically take > care of this based on _VER Yes, please. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 22: 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 EAF0637B418 for ; Tue, 13 Nov 2001 22:00:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE600W25238; Tue, 13 Nov 2001 22:00:00 -0800 (PST) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 5AB9937B405 for ; Tue, 13 Nov 2001 21:57:56 -0800 (PST) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id fAE5vsl06980 for ; Wed, 14 Nov 2001 06:57:54 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id fAE5vs912592 for ; Wed, 14 Nov 2001 06:57:54 +0100 (MET) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.1/8.12.1/Siemens CERT [ $Revision: 1.18 ]) with ESMTP id fAE5vnDg076688 for ; Wed, 14 Nov 2001 06:57:51 +0100 (CET) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.10 ]) with ESMTP id fAE5vna5045437 for ; Wed, 14 Nov 2001 06:57:49 +0100 (CET) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.2 ]) id fAE5vmiE045436; Wed, 14 Nov 2001 06:57:48 +0100 (CET) Message-Id: <200111140557.fAE5vmiE045436@reims.mchp.siemens.de> Date: Wed, 14 Nov 2001 06:57:48 +0100 (CET) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31968: maintainer-update of mail/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31968 >Category: ports >Synopsis: maintainer-update of mail/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 13 22:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.4-STABLE FreeBSD 4.4-STABLE #20: Mon Nov 12 10:10:02 CET 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Little Makefile fix: - port does no longer need GNU make - use AUTOCONF (and not AUTOMAKE) >How-To-Repeat: >Fix: --- /usr/ports/mail/mutt-devel/Makefile Sun Nov 11 06:15:16 2001 +++ Makefile Tue Nov 13 20:09:30 2001 @@ -31,9 +31,7 @@ .include -USE_GMAKE= yes -USE_AUTOMAKE= yes -AUTOMAKE= automake +USE_AUTOCONF= yes AUTOCONF= autoconf .if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \ >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 Nov 13 22: 9: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 AECC537B405; Tue, 13 Nov 2001 22:09:12 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE66Jr29136; Tue, 13 Nov 2001 22:06:19 -0800 (PST) (envelope-from petef) Date: Tue, 13 Nov 2001 22:06:19 -0800 (PST) From: Message-Id: <200111140606.fAE66Jr29136@freefall.freebsd.org> To: Udo.Schweigert@siemens.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31968: maintainer-update of mail/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update of mail/mutt-devel State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Tue Nov 13 22:06:11 PST 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31968 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 22:20: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 B6A2937B43E for ; Tue, 13 Nov 2001 22:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE6K2X30697; Tue, 13 Nov 2001 22:20:02 -0800 (PST) (envelope-from gnats) Date: Tue, 13 Nov 2001 22:20:02 -0800 (PST) Message-Id: <200111140620.fAE6K2X30697@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Matthew Braithwaite Subject: Re: ports/31282: NEW PORT: aolserver+ad Reply-To: Matthew Braithwaite Sender: owner-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/31282; it has been noted by GNATS. From: Matthew Braithwaite To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/31282: NEW PORT: aolserver+ad Date: Tue, 13 Nov 2001 22:18:50 -0800 Say, this port hasn't gone anywhere in weeks. Can somebody give me a clue why? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 22:20: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 0710437B43F for ; Tue, 13 Nov 2001 22:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE6K2J30706; Tue, 13 Nov 2001 22:20:02 -0800 (PST) (envelope-from gnats) Received: from alberich.braithwaite.net (foo86.dsl.alink.net [207.135.112.86]) by hub.freebsd.org (Postfix) with ESMTP id 3F88537B416 for ; Tue, 13 Nov 2001 22:19:37 -0800 (PST) Received: by alberich.braithwaite.net (Postfix, from userid 1000) id 2A64F1CB2; Tue, 13 Nov 2001 22:19:37 -0800 (PST) Message-Id: <20011114061937.2A64F1CB2@alberich.braithwaite.net> Date: Tue, 13 Nov 2001 22:19:37 -0800 (PST) From: Matthew Braithwaite To: FreeBSD-gnats-submit@freebsd.org Cc: Matthew Braithwaite X-Send-Pr-Version: 3.113 Subject: ports/31969: Fix broken distfile for www/aolserver Sender: owner-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: 31969 >Category: ports >Synopsis: Fix broken distfile for www/aolserver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 13 22:20:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matthew Braithwaite >Release: >Organization: Red Bean Software http://www.red-bean.com/ >Environment: >Description: AOLserver renamed their distribution *again*. This fixes it. >How-To-Repeat: >Fix: --- www/aolserver/Makefile~ Fri Jun 15 15:51:34 2001 +++ www/aolserver/Makefile Tue Nov 13 22:12:27 2001 @@ -8,13 +8,12 @@ PORTNAME= aolserver PORTVERSION= 3.4 CATEGORIES= www -MASTER_SITES= ftp://ftp.aolserver.com/server/ \ - http://aolserver.com/archive/server/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= ftp://ftp.aolserver.com/aolserver/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= mab@red-bean.com -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes --- www/aolserver/distinfo~ Fri Jun 15 15:51:34 2001 +++ www/aolserver/distinfo Tue Nov 13 22:10:20 2001 @@ -1 +1 @@ -MD5 (aolserver-3.4.tar.gz) = 45ed3ed31ac373bc4951b4f1ecb09da3 +MD5 (aolserver-3.4-src.tar.gz) = 45ed3ed31ac373bc4951b4f1ecb09da3 >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 Nov 13 22:39: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 A245637B416; Tue, 13 Nov 2001 22:39:12 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE6b5t33144; Tue, 13 Nov 2001 22:37:05 -0800 (PST) (envelope-from dinoex) Date: Tue, 13 Nov 2001 22:37:05 -0800 (PST) From: Message-Id: <200111140637.fAE6b5t33144@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/18896: Tcl "info hostname" command returns chop-off hostname, when hostname length >= 32 Sender: owner-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: Tcl "info hostname" command returns chop-off hostname, when hostname length >= 32 Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Tue Nov 13 22:36:03 PST 2001 Responsible-Changed-Why: I will take care of it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18896 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 22:49: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 A403B37B405; Tue, 13 Nov 2001 22:49:12 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE6l6p34311; Tue, 13 Nov 2001 22:47:06 -0800 (PST) (envelope-from dinoex) Date: Tue, 13 Nov 2001 22:47:06 -0800 (PST) From: Message-Id: <200111140647.fAE6l6p34311@freefall.freebsd.org> To: dmaddox@csranet.com, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31726: Update X-Files port to use tcl83/tk83 Sender: owner-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 X-Files port to use tcl83/tk83 State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Tue Nov 13 22:46:46 PST 2001 State-Changed-Why: Committed, Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31726 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 22:59: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 BC0FA37B427; Tue, 13 Nov 2001 22:59:12 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE6q7a34859; Tue, 13 Nov 2001 22:52:07 -0800 (PST) (envelope-from petef) Date: Tue, 13 Nov 2001 22:52:07 -0800 (PST) From: Message-Id: <200111140652.fAE6q7a34859@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: misc/31952: Evolution still broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Evolution still broken Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Tue Nov 13 22:51:59 PST 2001 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31952 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 13 23:10: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 3678437B417 for ; Tue, 13 Nov 2001 23:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE7A1A39800; Tue, 13 Nov 2001 23:10:01 -0800 (PST) (envelope-from gnats) Received: from mail010.syd.optusnet.com.au (mail010.syd.optusnet.com.au [203.2.75.171]) by hub.freebsd.org (Postfix) with ESMTP id A30F937B417 for ; Tue, 13 Nov 2001 23:00:19 -0800 (PST) Received: from shaoz.activesky.com (sdcax59-203.dialup.optusnet.com.au [198.142.224.203]) by mail010.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id fAE709g28439; Wed, 14 Nov 2001 18:00:10 +1100 Received: (from shaoz@localhost) by shaoz.activesky.com (8.11.6/8.11.6) id fADJ16U54856; Wed, 14 Nov 2001 06:01:06 +1100 (EST) (envelope-from shaoz) Message-Id: <200111131901.fADJ16U54856@shaoz.activesky.com> Date: Wed, 14 Nov 2001 06:01:06 +1100 (EST) From: Shao Zhang Reply-To: Shao Zhang To: FreeBSD-gnats-submit@freebsd.org Cc: shao@blueskyhost.com, shaoz@asia.com X-Send-Pr-Version: 3.113 Subject: ports/31970: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31970 >Category: ports >Synopsis: New 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: Tue Nov 13 23:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Shao Zhang >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD shaoz.activesky.com 4.4-RELEASE FreeBSD 4.4-RELEASE #3: Tue Nov 13 02:57:48 EST 2001 root@shaoz.activesky.com:/usr/src/sys/compile/SHAO i386 >Description: New port: An x11 Go(weiqi, baduk) client for the Internet Go Server >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/games/xgospel # /usr/ports/games/xgospel/Makefile # /usr/ports/games/xgospel/pkg-comment # /usr/ports/games/xgospel/pkg-descr # /usr/ports/games/xgospel/pkg-plist # /usr/ports/games/xgospel/distinfo # echo c - /usr/ports/games/xgospel mkdir -p /usr/ports/games/xgospel > /dev/null 2>&1 echo x - /usr/ports/games/xgospel/Makefile sed 's/^X//' >/usr/ports/games/xgospel/Makefile << 'END-of-/usr/ports/games/xgospel/Makefile' X# New ports collection makefile for: xgospel X# Date created: 13 November 2001 X# Whom: Shao Zhang X# X# $FreeBSD$ X XPORTNAME= xgospel XPORTVERSION= 1.12d XCATEGORIES= games XMASTER_SITES= http://www.teaser.fr/~jlgailly/ X XMAINTAINER= shaoz@asia.com X XLIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d XUSE_XLIB= yes XUSE_XPM= yes XGNU_CONFIGURE= yes X XCONFIGURE_ARGS= --with-x \ X --with-xpm \ X --with-xaw3d X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/xgospel ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/relay ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/rport ${PREFIX}/bin X @${MKDIR} ${PREFIX}/share/xgospel X ${INSTALL_DATA} ${WRKSRC}/board.xpm ${PREFIX}/share/xgospel X ${INSTALL_DATA} ${WRKSRC}/pagoda.xpm ${PREFIX}/share/xgospel X @${MKDIR} ${PREFIX}/share/doc/xgospel X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xgospel X Xpost-install: X strip ${PREFIX}/bin/xgospel X strip ${PREFIX}/bin/relay X strip ${PREFIX}/bin/rport X X.include END-of-/usr/ports/games/xgospel/Makefile echo x - /usr/ports/games/xgospel/pkg-comment sed 's/^X//' >/usr/ports/games/xgospel/pkg-comment << 'END-of-/usr/ports/games/xgospel/pkg-comment' XAn x11 Go(weiqi, baduk) client for the Internet Go Server END-of-/usr/ports/games/xgospel/pkg-comment echo x - /usr/ports/games/xgospel/pkg-descr sed 's/^X//' >/usr/ports/games/xgospel/pkg-descr << 'END-of-/usr/ports/games/xgospel/pkg-descr' XThis is a port of xgospel. Xgospel is an X11 Go client for playing the game XGo(weiqi, Baduk) on the IGS(Internet Go Server) or NNGS(No Name Go Server). XFor more information, see http://igs.joyjoy.net X XWWW: http://www.teaser.fr/~jlgailly/go.html END-of-/usr/ports/games/xgospel/pkg-descr echo x - /usr/ports/games/xgospel/pkg-plist sed 's/^X//' >/usr/ports/games/xgospel/pkg-plist << 'END-of-/usr/ports/games/xgospel/pkg-plist' Xbin/xgospel Xbin/relay Xbin/rport Xshare/xgospel/board.xpm Xshare/xgospel/pagoda.xpm Xshare/doc/xgospel/README X@dirrm share/xgospel X@dirrm share/doc/xgospel END-of-/usr/ports/games/xgospel/pkg-plist echo x - /usr/ports/games/xgospel/distinfo sed 's/^X//' >/usr/ports/games/xgospel/distinfo << 'END-of-/usr/ports/games/xgospel/distinfo' XMD5 (xgospel-1.12d.tar.gz) = edbfb454491dcb3a4115a98f6dc28d40 END-of-/usr/ports/games/xgospel/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 Wed Nov 14 0: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 BA9BF37B416 for ; Wed, 14 Nov 2001 00:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE8A1754455; Wed, 14 Nov 2001 00:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80B6137B405 for ; Wed, 14 Nov 2001 00:03:09 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE839a50482; Wed, 14 Nov 2001 00:03:09 -0800 (PST) (envelope-from nobody) Message-Id: <200111140803.fAE839a50482@freefall.freebsd.org> Date: Wed, 14 Nov 2001 00:03:09 -0800 (PST) From: Andrew Milton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31973: Turbo Vision doesn't handle mouse events correctly at 80x50 Sender: owner-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: 31973 >Category: ports >Synopsis: Turbo Vision doesn't handle mouse events correctly at 80x50 >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 Nov 14 00:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Andrew Milton >Release: 5.0-current >Organization: N/A >Environment: FreeBSD marty.theinternet.com.au 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Oct 5 21:35:30 EST 2001 akm@marty.theinternet.com.au:/export/src/sys/i386/compile/marty i386 >Description: When putting the console into 80x50 the demo that comes with tvision, detects mouse events on the wrong line (approx 1/2 the actual line number). As a result using menus or buttons in anything but 80x25 is impossible. >How-To-Repeat: run the tvision demo at higher console resolutions. >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 Wed Nov 14 0: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 0F80C37B418 for ; Wed, 14 Nov 2001 00:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE8e1a57894; Wed, 14 Nov 2001 00:40:01 -0800 (PST) (envelope-from gnats) Received: from miata.iec.hiroshima-u.ac.jp (miata.iec.hiroshima-u.ac.jp [133.41.37.29]) by hub.freebsd.org (Postfix) with ESMTP id 650AE37B417 for ; Wed, 14 Nov 2001 00:38:25 -0800 (PST) Received: (from katsu@localhost) by miata.iec.hiroshima-u.ac.jp (8.11.6/8.11.6) id fAE8cKF37116; Wed, 14 Nov 2001 17:38:20 +0900 (JST) (envelope-from katsu) Message-Id: <200111140838.fAE8cKF37116@miata.iec.hiroshima-u.ac.jp> Date: Wed, 14 Nov 2001 17:38:20 +0900 (JST) From: TATEISHI Katsuyuki Reply-To: TATEISHI Katsuyuki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31974: Update port: japanese/gqmpeg Sender: owner-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: 31974 >Category: ports >Synopsis: Update port: japanese/gqmpeg >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 Nov 14 00:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: TATEISHI Katsuyuki >Release: FreeBSD 4.4-STABLE i386 >Organization: Hiroshima University >Environment: System: FreeBSD miata.iec.hiroshima-u.ac.jp 4.4-STABLE FreeBSD 4.4-STABLE #44: Sun Nov 11 08:00:21 JST 2001 root@miata.iec.hiroshima-u.ac.jp:/usr/obj/usr/src/sys/MIATA i386 >Description: >How-To-Repeat: >Fix: diff -rNu gqmpeg.orig/distinfo gqmpeg/distinfo --- gqmpeg.orig/distinfo Mon Oct 22 15:21:17 2001 +++ gqmpeg/distinfo Fri Nov 9 20:54:15 2001 @@ -1,2 +1,2 @@ -MD5 (gqmpeg-0.9.0.tar.gz) = 78e30f5ff2fa7af0d2501fe6bd373f1b +MD5 (gqmpeg-0.11.0.tar.gz) = a6b1f35c47afc5e5c67ad801dffb93ae MD5 (gqmpeg-0.9.0-jp_title.patch) = 3dbfe441de2915a8277c674f70c42588 >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 Nov 14 0: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 51AB637B419 for ; Wed, 14 Nov 2001 00:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE8e1g57903; Wed, 14 Nov 2001 00:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C961737B405 for ; Wed, 14 Nov 2001 00:38:41 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE8cfk57782; Wed, 14 Nov 2001 00:38:41 -0800 (PST) (envelope-from nobody) Message-Id: <200111140838.fAE8cfk57782@freefall.freebsd.org> Date: Wed, 14 Nov 2001 00:38:41 -0800 (PST) From: Yoshihiro Hanahara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31975: "Error in backend/storage/lmgr/proc.c: ProcSleep()" patch is not applied yet. Sender: owner-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: 31975 >Category: ports >Synopsis: "Error in backend/storage/lmgr/proc.c: ProcSleep()" patch is not applied yet. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Wed Nov 14 00:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Hanahara >Release: 4.4-Release >Organization: Meiko Ltd. >Environment: FreeBSD momi.meiko.co.jp 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Wed Oct 10 10:54:00 JST 2001 root@momi.meiko.co.jp:/usr/obj/usr/src/sys/MOMI i386 >Description: I found that deadlock related patch is not applied to ports-current/databases/postgresql7. I found this patch in pgsql-bugs@postgresql.org mailing list archives. > http://archives2.us.postgresql.org/pgsql-bugs/2001-09/msg00002.php > http://archives2.us.postgresql.org/pgsql-bugs/2001-09/msg00011.php > http://archives2.us.postgresql.org/pgsql-bugs/2001-09/msg00013.php > http://archives2.us.postgresql.org/pgsql-bugs/2001-09/msg00033.php >How-To-Repeat: See http://archives2.us.postgresql.org/pgsql-bugs/2001-09/msg00002.php >Fix: See http://archives2.us.postgresql.org/pgsql-bugs/2001-09/msg00013.php >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 Nov 14 0:49:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id 4E23337B41B for ; Wed, 14 Nov 2001 00:49:16 -0800 (PST) Received: from bilbo.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id E9ACE71055; Wed, 14 Nov 2001 09:49:11 +0100 (CET) Received: from club-internet.fr (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id 663DF71055; Wed, 14 Nov 2001 09:49:08 +0100 (CET) Message-ID: <3BF23004.239A91A3@club-internet.fr> Date: Wed, 14 Nov 2001 09:49:08 +0100 From: Mathieu Arnold Organization: http://www.absolight.com/ X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: freebsd-ports@hub.freebsd.org Subject: Re: ports/30899: build of lang/pm3-base failure on -current References: <200109282305.f8SN5XG89023@lappy.slackerbsd.org> <200110081029.f98ATDn02294@sakura.mk.bsdclub.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 Motoyuki Konno wrote: > > Hi, > > This error caused by the NFS changes (NFS -> NFSSERVER + NFSCLIENT). > > Apply the patch I enclose will this eventually get committed ? -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 2: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 2DC3F37B416 for ; Wed, 14 Nov 2001 02:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEAU1n94072; Wed, 14 Nov 2001 02:30:01 -0800 (PST) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 436DD37B41D; Wed, 14 Nov 2001 02:25:46 -0800 (PST) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id fAEAPil13466; Wed, 14 Nov 2001 11:25:44 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id fAEAPh906206; Wed, 14 Nov 2001 11:25:43 +0100 (MET) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.1/8.12.1/Siemens CERT [ $Revision: 1.18 ]) with ESMTP id fAEAPhDg081363; Wed, 14 Nov 2001 11:25:43 +0100 (CET) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.10 ]) with ESMTP id fAEAPh3E002636; Wed, 14 Nov 2001 11:25:43 +0100 (CET) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.2 ]) id fAEAPhoj002635; Wed, 14 Nov 2001 11:25:43 +0100 (CET) Message-Id: <200111141025.fAEAPhoj002635@reims.mchp.siemens.de> Date: Wed, 14 Nov 2001 11:25:43 +0100 (CET) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org Cc: olgeni@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31977: problem with nasl in security/nessus-libnasl Sender: owner-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: 31977 >Category: ports >Synopsis: problem with nasl in security/nessus-libnasl >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 Nov 14 02:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.4-STABLE FreeBSD 4.4-STABLE #20: Mon Nov 12 10:10:02 CET 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: When building port security/nessus-libnasl the "nasl" program is linked with settings determined by the previously installed nessus-config program, which is part of the security/nessus-libraries port. This links in the -lc too late, which then will call the wrong getopt function. Through this nasl will not take any arguments. The attached patch to the security/nessus-libraries port fixes this. >How-To-Repeat: # nasl -v nasl: open() : No such file or directory nasl: open() : No such file or directory After the fix it gives: # nasl -v nasl 1.0.9 Copyright (C) 1999, 2000 Renaud Deraison See the license for details >Fix: diff -ruN nessus-libraries.orig/files/patch-aa nessus-libraries/files/patch-aa --- nessus-libraries.orig/files/patch-aa Thu Jan 1 01:00:00 1970 +++ nessus-libraries/files/patch-aa Wed Nov 14 12:02:54 2001 @@ -0,0 +1,11 @@ +--- nessus-config.pre.in.orig Fri Nov 17 20:46:14 2000 ++++ nessus-config.pre.in Wed Nov 14 12:01:46 2001 +@@ -45,7 +45,7 @@ + ;; + --libs) + +- echo $Xn "-L$LIBDIR -lnessus -lhosts_gatherer @pcap_flag@ $CIPHER $EXTRA $Xc" ++ echo $Xn "-lc -L$LIBDIR -lnessus -lhosts_gatherer @pcap_flag@ $CIPHER $EXTRA $Xc" + ;; + --cflags) + echo $Xn "-I$INCLUDEDIR $DEFS -I$INCLUDEDIR/nessus $CIPHER_CFLAGS $Xc" >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 Nov 14 2:39: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 1E5FA37B418; Wed, 14 Nov 2001 02:39:13 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEAYuL96118; Wed, 14 Nov 2001 02:34:56 -0800 (PST) (envelope-from petef) Date: Wed, 14 Nov 2001 02:34:56 -0800 (PST) From: Message-Id: <200111141034.fAEAYuL96118@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, olgeni@FreeBSD.org Subject: Re: ports/31977: problem with nasl in security/nessus-libnasl Sender: owner-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: problem with nasl in security/nessus-libnasl Responsible-Changed-From-To: freebsd-ports->olgeni Responsible-Changed-By: petef Responsible-Changed-When: Wed Nov 14 02:34:46 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31977 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 2: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 9050737B417 for ; Wed, 14 Nov 2001 02:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEAe1698005; Wed, 14 Nov 2001 02:40:01 -0800 (PST) (envelope-from gnats) Received: from torpy.unbc.ca (torpy.unbc.ca [142.207.144.60]) by hub.freebsd.org (Postfix) with ESMTP id 1728A37B405 for ; Wed, 14 Nov 2001 02:30:48 -0800 (PST) Received: from ugrad.unbc.ca (ugrad.unbc.ca [142.207.112.20]) by torpy.unbc.ca (8.9.3/8.9.3) with ESMTP id CAA2709530 for ; Wed, 14 Nov 2001 02:30:46 -0800 (PST) Received: from localhost (karlj000@localhost) by ugrad.unbc.ca (8.9.3/8.9.3) with ESMTP id CAA15391 for ; Wed, 14 Nov 2001 02:28:48 -0800 Message-Id: Date: Wed, 14 Nov 2001 02:28:48 -0800 (PST) From: Jeremy Karlson To: freebsd-gnats-submit@freebsd.org Subject: ports/31978: Update port: x11/wmmenu 0.8 -> 0.9 Sender: owner-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: 31978 >Category: ports >Synopsis: Update port: x11/wmmenu 0.8 -> 0.9 >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 Nov 14 02:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Karlson >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD lucretia.karlson.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Sun Oct 28 11:34:41 PST 2001 root@lucretia.karlson.ca:/usr/src/sys/compile/LUCRETIA i386 >Description: Update of port x11/wmmenu, from version 0.8 to 0.9. Updates Makefile, distinfo, pkg-message, adds patch patch-ad. Thanks! >How-To-Repeat: >Fix: Apply the following diff to the x11/wmmenu directory: diff -ur wmmenu.BACKUP/Makefile wmmenu/Makefile --- wmmenu.BACKUP/Makefile Wed Nov 14 00:47:38 2001 +++ wmmenu/Makefile Wed Nov 14 01:50:51 2001 @@ -6,7 +6,7 @@ # PORTNAME= wmmenu -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= x11 gnome MASTER_SITES= http://www.fcoutant.freesurf.fr/download/ @@ -19,13 +19,14 @@ USE_GMAKE= yes USE_GNOMECTRL= yes +MAN1= wmmenu.1 + post-patch: @ ${MV} ${WRKSRC}/example/defaults ${WRKSRC}/example/defaults.presed @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#' ${WRKSRC}/example/defaults.presed \ > ${WRKSRC}/example/defaults -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmmenu ${PREFIX}/bin +post-install: .ifndef(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/wmmenu ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmmenu @@ -33,8 +34,6 @@ ${INSTALL_DATA} ${WRKSRC}/example/apps ${PREFIX}/share/doc/wmmenu/example ${INSTALL_DATA} ${WRKSRC}/example/defaults ${PREFIX}/share/doc/wmmenu/example .endif - -post-install: @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${PKGMESSAGE} .include diff -ur wmmenu.BACKUP/distinfo wmmenu/distinfo --- wmmenu.BACKUP/distinfo Wed Nov 14 00:47:38 2001 +++ wmmenu/distinfo Wed Nov 14 01:20:34 2001 @@ -1 +1 @@ -MD5 (wmmenu-0.8.tar.gz) = 059d023f394256cc326e1e3cb57a68ba +MD5 (wmmenu-0.9.tar.gz) = cc1314f6a33547aee4dad832bbdf5cd8 Only in wmmenu/files: patch-ad diff -ur wmmenu.BACKUP/pkg-message wmmenu/pkg-message --- wmmenu.BACKUP/pkg-message Wed Nov 14 00:47:38 2001 +++ wmmenu/pkg-message Wed Nov 14 01:38:57 2001 @@ -1 +1,3 @@ -Read %%PREFIX%%/share/doc/wmmenu/README for info on configuring this dockapp. +Read man page on "wmmenu" and see examples in +%%PREFIX%%/share/doc/wmmenu +for info on configuring this dockapp. >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 Nov 14 3:57:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from matrix.eurocontrol.fr (matrix.eurocontrol.fr [147.196.254.254]) by hub.freebsd.org (Postfix) with ESMTP id 3B2B437B417; Wed, 14 Nov 2001 03:57:06 -0800 (PST) Received: from caerdonn.eurocontrol.fr (caerdonn.eurocontrol.fr [147.196.51.214]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "caerdonn.eurocontrol.fr", Issuer CN "CA ITM" (not verified)) by matrix.eurocontrol.fr (Postfix/TLS) with ESMTP id 7CCEF21C9; Wed, 14 Nov 2001 12:57:05 +0100 (CET) Received: by caerdonn.eurocontrol.fr (Postfix/TLS, from userid 1193) id BED4115; Wed, 14 Nov 2001 12:57:04 +0100 (CET) Date: Wed, 14 Nov 2001 12:57:04 +0100 From: Ollivier Robert To: dinoex@freebsd.org Cc: ports@freebsd.org Subject: Incomplete patch for tcl82/tcl83. Message-ID: <20011114125704.B16629@caerdonn.eurocontrol.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 5.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org WRT to the following commit, the tclUnixSock.c diff is incomplete and leads to an undeclared variable « buffer ». Find here a diff to patch-tclUnixSock.c for both tcl82 and tcl83. dinoex 2001/11/14 00:44:08 PST Modified files: lang/tcl82 Makefile lang/tcl83 Makefile lang/tcl83/files patch-tmpnam Added files: lang/tcl82/files patch-tclUnixPipe.c patch-tclUnixSock.c lang/tcl83/files patch-tclUnixPipe.c patch-tclUnixSock.c Log: Tcl will get hostname using uname(3). It seems FreeBSD's uname(3) returns only 31 letters by /usr/include/sys/utsname.h. Tcl 8.3 : Index: patch-tclUnixSock.c =================================================================== RCS file: /home/ncvs/ports/lang/tcl83/files/patch-tclUnixSock.c,v retrieving revision 1.1 diff -u -2 -r1.1 patch-tclUnixSock.c --- patch-tclUnixSock.c 14 Nov 2001 08:44:08 -0000 1.1 +++ patch-tclUnixSock.c 14 Nov 2001 11:50:21 -0000 @@ -1,4 +1,13 @@ --- tclUnixSock.c.orig Fri Apr 16 02:48:05 1999 -+++ tclUnixSock.c Wed Nov 14 09:25:20 2001 ++++ tclUnixSock.c Wed Nov 14 12:49:15 2001 +@@ -65,7 +65,7 @@ + char * + Tcl_GetHostName() + { +-#ifndef NO_UNAME ++#if 0 + struct utsname u; + struct hostent *hp; + #else @@ -80,7 +80,7 @@ } Tcl 8.2 : Index: patch-tclUnixSock.c =================================================================== RCS file: /home/ncvs/ports/lang/tcl82/files/patch-tclUnixSock.c,v retrieving revision 1.1 diff -u -2 -r1.1 patch-tclUnixSock.c --- patch-tclUnixSock.c 14 Nov 2001 08:44:04 -0000 1.1 +++ patch-tclUnixSock.c 14 Nov 2001 11:50:38 -0000 @@ -1,4 +1,13 @@ --- tclUnixSock.c.orig Fri Apr 16 02:48:05 1999 -+++ tclUnixSock.c Wed Nov 14 09:25:20 2001 ++++ tclUnixSock.c Wed Nov 14 12:49:32 2001 +@@ -65,7 +65,7 @@ + char * + Tcl_GetHostName() + { +-#ifndef NO_UNAME ++#if 0 + struct utsname u; + struct hostent *hp; + #else @@ -80,7 +80,7 @@ } -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 4: 0:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id E1CC137B41D; Wed, 14 Nov 2001 04:00:27 -0800 (PST) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.RWTH-Aachen.DE [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.11.5/8.11.1) with ESMTP id fAEC0Q970347; Wed, 14 Nov 2001 13:00:26 +0100 (CET) (envelope-from tg@melaten.rwth-aachen.de) Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.11.3/8.9.3) id fAEC5o367791; Wed, 14 Nov 2001 13:05:51 +0100 (CET) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: "Mario Sergio Fujikawa Ferreira" Cc: freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk References: <200111131312.fADDCC911711@freefall.freebsd.org> <20011114014833.A17257@exxodus.fedaykin.here> From: Thomas Gellekum In-Reply-To: "Mario Sergio Fujikawa Ferreira"'s message of "Wed, 14 Nov 2001 01:48:33 -0200" Date: 14 Nov 2001 13:05:49 +0100 Message-ID: Lines: 13 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) 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 "Mario Sergio Fujikawa Ferreira" writes: > That's sweeeet but what about discussing this one too? > It was proposed a while ago. :) I missed that, sorry. > So that we can automagically take > care of this based on _VER Fine with me. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 4:18:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gandalf.mgi.de (gandalf.mgi.de [194.120.211.9]) by hub.freebsd.org (Postfix) with ESMTP id C149437B416 for ; Wed, 14 Nov 2001 04:18:33 -0800 (PST) Received: from dusvw.mgi.de ([164.61.225.211]) by gandalf.mgi.de (Build 101 8.9.3/NT-8.9.3) with SMTP id NAA21762 for ; Wed, 14 Nov 2001 13:18:21 +0100 Received: by kol9009a.mgi.de with Internet Mail Service (5.5.2653.19) id ; Wed, 14 Nov 2001 13:11:03 +0100 Message-ID: From: Haedecke Niels To: "'freebsd-ports@FreeBSD.org'" Subject: Problem Report: ports/31767 Date: Wed, 14 Nov 2001 13:15:15 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello there, FreeBSD maintainers! I tried to apply the shell archive regarding "problem report ports/31767" following the instructions given. Unfortunately, my system rejects the patches for Glide3 and I don't know what to do here. I tried to patch the Gliede headers manually, but still the patch is rejected. Is there any way you people can help me?! I'm really looking forward to having my 3dfx adapter running with DRI and XFree86-4, so please - help me!! ;-) Kind Regards, Niels Haedecke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 5: 2:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id B25F237B417; Wed, 14 Nov 2001 05:02:48 -0800 (PST) Received: from naos (naos [128.130.111.28]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id fAED2fI19048; Wed, 14 Nov 2001 14:02:41 +0100 (MET) Date: Wed, 14 Nov 2001 14:02:39 +0100 (CET) From: Gerald Pfeifer To: , Subject: Re: ports/31870: Update the Wine port to 2001.11.08 In-Reply-To: <200111090810.fA98A1p82723@freefall.freebsd.org> 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 Fri, 9 Nov 2001 gnats-admin@freebsd.org wrote: > http://www.freebsd.org/cgi/query-pr.cgi?pr=31870 Could someone please apply this patch for me? I am the maintainer of this port (and I have been getting support request off-list which I believe might be addressed by this update). Thanks, Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 5: 3: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 E769A37B41A; Wed, 14 Nov 2001 05:03:23 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAED0XF43999; Wed, 14 Nov 2001 05:00:33 -0800 (PST) (envelope-from tg) Date: Wed, 14 Nov 2001 05:00:33 -0800 (PST) From: Message-Id: <200111141300.fAED0XF43999@freefall.freebsd.org> To: edwin@mavetju.org, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31895: graphics/graphviz-1.7.7 fails to build on an include file. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: graphics/graphviz-1.7.7 fails to build on an include file. State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Wed Nov 14 05:00:10 PST 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31895 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 5:12:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.siol.net (odin.siol.net [193.189.160.10]) by hub.freebsd.org (Postfix) with ESMTP id E977D37B416; Wed, 14 Nov 2001 05:12:21 -0800 (PST) Received: from [213.250.17.67] by mail.siol.net (InterMail vK.4.02.00.10 201-232-116-110 license 3b7ff800a4377eede9efc7be81e8a7c4) with ESMTP id <20011114131214.LGVD2093.mail@[213.250.17.67]>; Wed, 14 Nov 2001 14:12:14 +0100 Date: Wed, 14 Nov 2001 14:12:14 +0100 From: Uros Gruber X-Mailer: The Bat! (v1.53d) Reply-To: Uros Gruber Organization: Slovenska Internet Revija X-Priority: 3 (Normal) Message-ID: <22498429954.20011114141214@sir-mag.com> To: dwcjr@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: postfix-current MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------751ED1A5320277C1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------------751ED1A5320277C1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I have some patches for you. Can you please update port and upgrade postfix on 20011105. I attach patches and i checked but there are some files wich does not exist. And i don't know how to make patch to automaticali create this missing file. 1 patch in separated by files. This is pgsql addon. And anothes is maildir and mailbox virtual quota patch. Please notify me when you will do this. -- by , Uros mailto:uros.gruber@sir-mag.com ------------751ED1A5320277C1 Content-Type: application/octet-stream; name="dict_open.c.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dict_open.c.patch" LS0tIHNuYXBzaG90LTIwMDExMTA1L3NyYy91dGlsL2RpY3Rfb3Blbi5jCUZyaSBOb3YgIDIgMTY6 Mjg6MDQgMjAwMQorKysgc25hcHNob3QtMjAwMTExMDVvbGQvc3JjL3V0aWwvZGljdF9vcGVuLmMJ V2VkIE5vdiAxNCAxMjozNjozOCAyMDAxCkBAIC0xNjYsNiArMTY2LDcgQEAKICNpbmNsdWRlIDxk aWN0X25pLmg+CiAjaW5jbHVkZSA8ZGljdF9sZGFwLmg+CiAjaW5jbHVkZSA8ZGljdF9teXNxbC5o PgorI2luY2x1ZGUgPGRpY3RfcGdzcWwuaD4KICNpbmNsdWRlIDxkaWN0X3BjcmUuaD4KICNpbmNs dWRlIDxkaWN0X3JlZ2V4cC5oPgogI2luY2x1ZGUgPHN0cmluZ29wcy5oPgpAQCAtMjA3LDYgKzIw OCw5IEBACiAjZW5kaWYKICNpZmRlZiBIQVNfTVlTUUwKICAgICBESUNUX1RZUEVfTVlTUUwsIGRp Y3RfbXlzcWxfb3BlbiwKKyNlbmRpZgorI2lmZGVmIEhBU19QR1NRTAorICAgIERJQ1RfVFlQRV9Q R1NRTCwgZGljdF9wZ3NxbF9vcGVuLAogI2VuZGlmCiAjaWZkZWYgSEFTX1BDUkUKICAgICBESUNU X1RZUEVfUENSRSwgZGljdF9wY3JlX29wZW4sCg== ------------751ED1A5320277C1 Content-Type: application/octet-stream; name="dict_pgsql.c.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dict_pgsql.c.patch" LS0tIHNuYXBzaG90LTIwMDExMTA1L3NyYy91dGlsL2RpY3RfcGdzcWwuYwlXZWQgTm92IDE0IDEz OjAyOjE2IDIwMDEKKysrIHNuYXBzaG90LTIwMDExMTA1b2xkL3NyYy91dGlsL2RpY3RfcGdzcWwu YwlXZWQgTm92IDE0IDEyOjMwOjMzIDIwMDEKQEAgLTEgKzEsNTk2IEBACi0KKy8qKysNCisvKiBO QU1FDQorLyoJZGljdF9wZ3NxbCAzDQorLyogU1VNTUFSWQ0KKy8qCWRpY3Rpb25hcnkgbWFuYWdl ciBpbnRlcmZhY2UgdG8gZGIgZmlsZXMNCisvKiBTWU5PUFNJUw0KKy8qCSNpbmNsdWRlIDxkaWN0 Lmg+DQorLyoJI2luY2x1ZGUgPGRpY3RfcGdzcWwuaD4NCisvKg0KKy8qCURJQ1QJKmRpY3RfcGdz cWxfb3BlbihuYW1lLCBkdW1teSwgdW51c2VkX2RpY3RfZmxhZ3MpDQorLyoJY29uc3QgY2hhcgkq bmFtZTsNCisvKglpbnQgICAgIGR1bW15Ow0KKy8qCWludCAgICAgdW51c2VkX2RpY3RfZmxhZ3M7 DQorLyogREVTQ1JJUFRJT04NCisvKglkaWN0X3Bnc3FsX29wZW4oKSBjcmVhdGVzIGEgZGljdGlv bmFyeSBvZiB0eXBlICdwZ3NxbCcuICBUaGlzDQorLyoJZGljdGlvbmFyeSBpcyBhbiBpbnRlcmZh Y2UgZm9yIHRoZSBwb3N0Zml4IGtleS0+dmFsdWUgbWFwcGluZ3MNCisvKgl0byBwZ3NxbC4gIFRo ZSByZXN1bHQgaXMgYSBwb2ludGVyIHRvIHRoZSBpbnN0YWxsZWQgZGljdGlvbmFyeSwNCisvKglv ciBhIG51bGwgcG9pbnRlciBpbiBjYXNlIG9mIHByb2JsZW1zLg0KKy8qDQorLyoJVGhlIHBnc3Fs IGRpY3Rpb25hcnkgY2FuIG1hbmFnZSBtdWx0aXBsZSBjb25uZWN0aW9ucyB0byBkaWZmZXJlbnQN CisvKglzcWwgc2VydmVycyBvbiBkaWZmZXJlbnQgaG9zdHMuICBJdCBhc3N1bWVzIHRoYXQgdGhl IHVuZGVybHlpbmcgZGF0YQ0KKy8qCW9uIGVhY2ggaG9zdCBpcyBpZGVudGljYWwgKG1pcnJvcmVk KSBhbmQgbWFpbnRhaW5zIG9uZSBjb25uZWN0aW9uDQorLyoJYXQgYW55IGdpdmVuIHRpbWUuICBJ ZiBhbnkgY29ubmVjdGlvbiBmYWlscywgIGFueSBvdGhlciBhdmFpbGFibGUNCisvKglvbmVzIHdp bGwgYmUgb3BlbmVkIGFuZCB1c2VkLiAgVGhlIGludGVudCBvZiB0aGlzIGZlYXR1cmUgaXMgdG8g ZWxpbWluYXRlDQorLyoJYSBzaW5nbGUgcG9pbnQgb2YgZmFpbHVyZSBmb3IgbWFpbCBzeXN0ZW1z IHRoYXQgd291bGQgb3RoZXJ3aXNlIHJlbHkNCisvKglvbiBhIHNpbmdsZSBwZ3NxbCBzZXJ2ZXIu DQorLyoNCisvKglBcmd1bWVudHM6DQorLyogLklQIG5hbWUNCisvKglUaGUgcGF0aCBvZiB0aGUg UG9zdGdyZVNRTCBjb25maWd1cmF0aW9uIGZpbGUuICBUaGUgZmlsZSBlbmNvZGVzIGEgbnVtYmVy IG9mDQorLyoJcGllY2VzIG9mIGluZm9ybWF0aW9uOiB1c2VybmFtZSwgcGFzc3dvcmQsIGRhdGFi YXNlbmFtZSwgdGFibGUsDQorLyoJc2VsZWN0X2ZpZWxkLCB3aGVyZV9maWVsZCwgYW5kIGhvc3Rz LiAgRm9yIGV4YW1wbGUsIGlmIHlvdSB3YW50IHRoZSBtYXAgdG8NCisvKglyZWZlcmVuY2UgZGF0 YWJhc2VzIG9mIHRoZSBuYW1lICJ5b3VyX2RiIiBhbmQgZXhlY3V0ZSBhIHF1ZXJ5IGxpa2UgdGhp czoNCisvKglzZWxlY3QgZm9yd19hZGRyIGZyb20gYWxpYXNlcyB3aGVyZSBhbGlhcyBsaWtlICc8 c29tZSB1c2VybmFtZT4nIGFnYWluc3QNCisvKglhbnkgZGF0YWJhc2UgY2FsbGVkICJ2bWFpbGVy X2luZm8iIGxvY2F0ZWQgb24gaG9zdHMgaG9zdDEuc29tZS5kb21haW4gYW5kDQorLyoJaG9zdDIu c29tZS5kb21haW4sIGxvZ2dpbmcgaW4gYXMgdXNlciAidm1haWxlciIgYW5kIHBhc3N3b3JkICJw YXNzd2QiIHRoZW4NCisvKgl0aGUgY29uZmlndXJhdGlvbiBmaWxlIHNob3VsZCByZWFkOg0KKy8q DQorLyoJdXNlciA9IHZtYWlsZXINCisvKglwYXNzd29yZCA9IHBhc3N3ZA0KKy8qCURCbmFtZSA9 IHZtYWlsZXJfaW5mbw0KKy8qCXRhYmxlID0gYWxpYXNlcw0KKy8qCXNlbGVjdF9maWVsZCA9IGZv cndfYWRkcg0KKy8qCXdoZXJlX2ZpZWxkID0gYWxpYXMNCisvKglob3N0cyA9IGhvc3QxLnNvbWUu ZG9tYWluIGhvc3QyLnNvbWUuZG9tYWluDQorLyoNCisvKiAuSVAgb3RoZXJfbmFtZQ0KKy8qCXJl ZmVyZW5jZSBmb3Igb3V0c2lkZSB1c2UuDQorLyogLklQIHVudXN1ZWRfZmxhZ3MNCisvKgl1bnVz ZWQgZmxhZ3MNCisvKiBTRUUgQUxTTw0KKy8qCWRpY3QoMykgZ2VuZXJpYyBkaWN0aW9uYXJ5IG1h bmFnZXINCisvKiBBVVRIT1IoUykNCisvKglBYXJvbiBTZXRobWFuDQorLyoJYW5kcm9zeW5AcmF0 Ym94Lm9yZw0KKy8qDQorLyoJQmFzZWQgdXBvbiBkaWN0X215c3FsLmMgYnkNCisvKg0KKy8qCVNj b3R0IENvdHRvbg0KKy8qCUlDIEdyb3VwLCBJbmMuDQorLyoJc2NvdHRAaWNncm91cC5jb20NCisv Kg0KKy8qCUpvc2h1YSBNYXJjdXMNCisvKglJQyBHcm91cCwgSW5jLg0KKy8qCWpvc2hAaWNncm91 cC5jb20NCisvKi0tKi8NCisNCisvKiBTeXN0ZW0gbGlicmFyeS4gKi8NCisjaW5jbHVkZSAic3lz X2RlZnMuaCINCisNCisjaWZkZWYgSEFTX1BHU1FMDQorI2luY2x1ZGUgPHN5cy9zb2NrZXQuaD4N CisjaW5jbHVkZSA8bmV0aW5ldC9pbi5oPg0KKyNpbmNsdWRlIDxhcnBhL2luZXQuaD4NCisjaW5j bHVkZSA8bmV0ZGIuaD4NCisjaW5jbHVkZSA8c3RkaW8uaD4NCisjaW5jbHVkZSA8c3RyaW5nLmg+ DQorI2luY2x1ZGUgPHN0ZGxpYi5oPg0KKyNpbmNsdWRlIDxzeXNsb2cuaD4NCisjaW5jbHVkZSA8 dGltZS5oPg0KKw0KKy8qIFV0aWxpdHkgbGlicmFyeS4gKi8NCisjaW5jbHVkZSAiZGljdC5oIg0K KyNpbmNsdWRlICJtc2cuaCINCisjaW5jbHVkZSAibXltYWxsb2MuaCINCisjaW5jbHVkZSAiZGlj dF9wZ3NxbC5oIg0KKyNpbmNsdWRlICJhcmd2LmgiDQorI2luY2x1ZGUgInZzdHJpbmcuaCINCisj aW5jbHVkZSAic3BsaXRfYXQuaCINCisjaW5jbHVkZSAiZmluZF9pbmV0LmgiDQorDQorLyogZXh0 ZXJuYWwgZGVjbGFyYXRpb25zICovDQorZXh0ZXJuIGludCBkaWN0X2Vycm5vOw0KKw0KK3R5cGVk ZWYgc3RydWN0IHsNCisgICAgUEdjb25uICAqZGI7DQorICAgIGNoYXIgICAqaG9zdG5hbWU7DQor ICAgIGludCAgICAgc3RhdDsJCQkvKiBTVEFUVU5UUklFRCB8IFNUQVRGQUlMIHwgU1RBVENVUiAq Lw0KKyAgICB0aW1lX3QgIHRzOwkJCQkvKiB1c2VkIGZvciBhdHRlbXB0aW5nIHJlY29ubmVjdGlv biAqLw0KKw0KK30gSE9TVDsNCisNCit0eXBlZGVmIHN0cnVjdCB7DQorICAgIGludCAgICAgbGVu X2hvc3RzOwkJCS8qIG51bWJlciBvZiBob3N0cyAqLw0KKyAgICBIT1NUICAgKmRiX2hvc3RzOwkJ CS8qIHRoZSBob3N0cyBvbiB3aGljaCB0aGUgZGF0YWJhc2VzICovDQorICAgIAkJCQkJLyogcmVz aWRlICovDQorfSBQTFBHU1FMOw0KKw0KK3R5cGVkZWYgc3RydWN0IHsNCisgICAgY2hhciAgICp1 c2VybmFtZTsNCisgICAgY2hhciAgICpwYXNzd29yZDsNCisgICAgY2hhciAgICpkYm5hbWU7DQor ICAgIGNoYXIgICAqdGFibGU7DQorICAgIGNoYXIgICAqc2VsZWN0X2ZpZWxkOw0KKyAgICBjaGFy ICAgKndoZXJlX2ZpZWxkOw0KKyAgICBjaGFyICAgKmFkZGl0aW9uYWxfY29uZGl0aW9uczsNCisg ICAgY2hhciAgKipob3N0bmFtZXM7DQorICAgIGludCAgICAgbGVuX2hvc3RzOw0KK30gUEdTUUxf TkFNRTsNCisNCit0eXBlZGVmIHN0cnVjdCB7DQorICAgIERJQ1QgICAgZGljdDsNCisgICAgUExQ R1NRTCAqcGxkYjsNCisgICAgUEdTUUxfTkFNRSAqbmFtZTsNCit9IERJQ1RfUEdTUUw7DQorDQor DQorLyogSnVzdCBtYWtlcyB0aGluZ3MgYSBsaXR0bGUgZWFzaWVyIGZvciBtZS4uICovDQorI2Rl ZmluZSBQR1NRTF9SRVMgUEdyZXN1bHQNCisNCisvKiBpbnRlcm5hbCBmdW5jdGlvbiBkZWNsYXJh dGlvbnMgKi8NCitzdGF0aWMgUExQR1NRTCAqcGxwZ3NxbF9pbml0KGNoYXIgKmhvc3RuYW1lc1td LCBpbnQpOw0KK3N0YXRpYyBQR1NRTF9SRVMgKnBscGdzcWxfcXVlcnkoUExQR1NRTCAqLCBjb25z dCBjaGFyICosIGNoYXIgKiwgY2hhciAqLCBjaGFyICopOw0KK3N0YXRpYyB2b2lkIHBscGdzcWxf ZGVhbGxvYyhQTFBHU1FMICopOw0KK3N0YXRpYyB2b2lkIHBscGdzcWxfZG93bl9ob3N0KEhPU1Qg Kik7DQorc3RhdGljIHZvaWQgcGxwZ3NxbF9jb25uZWN0X3NpbmdsZShIT1NUICosIGNoYXIgKiwg Y2hhciAqLCBjaGFyICopOw0KK3N0YXRpYyBpbnQgcGxwZ3NxbF9yZWFkeV9yZWNvbm4oSE9TVCAq KTsNCitzdGF0aWMgdm9pZCBkaWN0X3Bnc3FsX3VwZGF0ZShESUNUICosIGNvbnN0IGNoYXIgKiwg Y29uc3QgY2hhciAqKTsNCitzdGF0aWMgY29uc3QgY2hhciAqZGljdF9wZ3NxbF9sb29rdXAoRElD VCAqLCBjb25zdCBjaGFyICopOw0KK0RJQ1QgICAqZGljdF9wZ3NxbF9vcGVuKGNvbnN0IGNoYXIg KiwgaW50LCBpbnQpOw0KK3N0YXRpYyB2b2lkIGRpY3RfcGdzcWxfY2xvc2UoRElDVCAqKTsNCitz dGF0aWMgUEdTUUxfTkFNRSAqcGdzcWxuYW1lX3BhcnNlKGNvbnN0IGNoYXIgKik7DQorc3RhdGlj IEhPU1QgaG9zdF9pbml0KGNoYXIgKik7DQorDQorDQorDQorLyoqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCisgKiBw dWJsaWMgaW50ZXJmYWNlIGRpY3RfcGdzcWxfbG9va3VwDQorICogZmluZCBkYXRhYmFzZSBlbnRy eSByZXR1cm4gMCBpZiBubyBhbGlhcyBmb3VuZCwgc2V0IGRpY3RfZXJybm8NCisgKiBvbiBlcnJv cnMgdG8gRElDVF9FUlJCT19SRVRSWSBhbmQgc2V0IGRpY3RfZXJybm8gdG8gMCBvbiBzdWNjZXNz DQorICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKi8NCitzdGF0aWMgdm9pZCBwZ3NxbF9lc2NhcGVfc3RyaW5nKGNoYXIg Km5ldywgY29uc3QgY2hhciAqb2xkLCB1bnNpZ25lZCBpbnQgbGVuKQ0KK3sNCisJdW5zaWduZWQg aW50IHgsIHk7DQorCWZvcih4ID0gMCwgeSA9IDA7IHggPCBsZW47IHgrKywgeSsrKQ0KKwl7DQor CQlzd2l0Y2gob2xkW3hdKQ0KKwkJew0KKwkJCWNhc2UgJ1xuJzoNCisJCQkJbmV3W3ldID0gJ1xc JzsNCisJCQkJbmV3W3krK10gPSAnbic7DQorCQkJCWJyZWFrOw0KKwkJCWNhc2UgJ1xyJzoNCisJ CQkJbmV3W3ldID0gJ1xcJzsNCisJCQkJbmV3W3krK10gPSAncic7DQorCQkJCWJyZWFrOw0KKwkJ CWNhc2UgJ1wnJzoNCisJCQkJbmV3W3ldID0gJ1xcJzsNCisJCQkJbmV3W3krK10gPSAnXCcnOw0K KwkJCQlicmVhazsNCisJCQljYXNlICciJzoNCisJCQkJbmV3W3ldID0gJ1xcJzsNCisJCQkJbmV3 W3krK10gPSAnIic7DQorCQkJCWJyZWFrOw0KKwkJCWNhc2UgMDoNCisJCQkJbmV3W3ldID0gJ1xc JzsNCisJCQkJbmV3W3krK10gPSAnMCc7DQorCQkJCWJyZWFrOw0KKwkJCWRlZmF1bHQ6DQorCQkJ CW5ld1t5XSA9IG9sZFt4XTsNCisJCQkJYnJlYWs7CQ0KKwkJfQ0KKwl9DQorCW5ld1t5XSA9IDA7 DQorfQ0KK3N0YXRpYyBjb25zdCBjaGFyICpkaWN0X3Bnc3FsX2xvb2t1cChESUNUICpkaWN0LCBj b25zdCBjaGFyICpuYW1lKQ0KK3sNCisgICAgUEdTUUxfUkVTICpxdWVyeV9yZXM7DQorLy8gICAg UEdTUUxfUk9XIHJvdzsNCisgICAgRElDVF9QR1NRTCAqZGljdF9wZ3NxbDsNCisgICAgUExQR1NR TCAqcGxkYjsNCisgICAgc3RhdGljIFZTVFJJTkcgKnJlc3VsdDsNCisgICAgc3RhdGljIFZTVFJJ TkcgKnF1ZXJ5ID0gMDsNCisgICAgaW50ICAgICBpLA0KKyAgICAgICAgICAgIGosDQorICAgICAg ICAgICAgbnVtcm93czsNCisgICAgY2hhciAgICpuYW1lX2VzY2FwZWQgPSAwOw0KKw0KKyAgICBk aWN0X3Bnc3FsID0gKERJQ1RfUEdTUUwgKikgZGljdDsNCisgICAgcGxkYiA9IGRpY3RfcGdzcWwt PnBsZGI7DQorICAgIC8qIGluaXRpYWxpemF0aW9uICBmb3IgcXVlcnkgKi8NCisgICAgcXVlcnkg PSB2c3RyaW5nX2FsbG9jKDI0KTsNCisgICAgdnN0cmluZ19zdHJjcHkocXVlcnksICIiKTsNCisg ICAgaWYgKChuYW1lX2VzY2FwZWQgPSAoY2hhciAqKSBteW1hbGxvYygoc2l6ZW9mKGNoYXIpICog KHN0cmxlbihuYW1lKSAqIDIpICsxKSkpID09IE5VTEwpIHsNCisJbXNnX2ZhdGFsKCJkaWN0X3Bn c3FsX2xvb2t1cDogb3V0IG9mIG1lbW9yeS4iKTsNCisgICAgfQ0KKyAgICAvKiBwcmVwYXJlIHRo ZSBxdWVyeSAqLw0KKyAgICBwZ3NxbF9lc2NhcGVfc3RyaW5nKG5hbWVfZXNjYXBlZCwgbmFtZSwg KHVuc2lnbmVkIGludCkgc3RybGVuKG5hbWUpKTsNCisgICAgdnN0cmluZ19zcHJpbnRmKHF1ZXJ5 LCAic2VsZWN0ICVzIGZyb20gJXMgd2hlcmUgJXMgPSAnJXMnICVzIiwgZGljdF9wZ3NxbC0+bmFt ZS0+c2VsZWN0X2ZpZWxkLA0KKyAgICAgICBkaWN0X3Bnc3FsLT5uYW1lLT50YWJsZSwgZGljdF9w Z3NxbC0+bmFtZS0+d2hlcmVfZmllbGQsIG5hbWVfZXNjYXBlZCwNCisJCSAgICBkaWN0X3Bnc3Fs LT5uYW1lLT5hZGRpdGlvbmFsX2NvbmRpdGlvbnMpOw0KKyAgICBpZiAobXNnX3ZlcmJvc2UpDQor CW1zZ19pbmZvKCJkaWN0X3Bnc3FsX2xvb2t1cCB1c2luZyBzcWwgcXVlcnk6ICVzIiwgdnN0cmlu Z19zdHIocXVlcnkpKTsNCisgICAgLyogZnJlZSBtZW0gYXNzb2NpYXRlZCB3aXRoIHByZXBhcmlu ZyB0aGUgcXVlcnkgKi8NCisgICAgbXlmcmVlKG5hbWVfZXNjYXBlZCk7DQorICAgIC8qIGRvIHRo ZSBxdWVyeSAtIHNldCBkaWN0X2Vycm5vICYgY2xlYW51cCBpZiB0aGVyZSdzIGFuIGVycm9yICov DQorICAgIGlmICgocXVlcnlfcmVzID0gcGxwZ3NxbF9xdWVyeShwbGRiLA0KKwkJCQkgICB2c3Ry aW5nX3N0cihxdWVyeSksDQorCQkJCSAgIGRpY3RfcGdzcWwtPm5hbWUtPmRibmFtZSwNCisJCQkJ ICAgZGljdF9wZ3NxbC0+bmFtZS0+dXNlcm5hbWUsDQorCQkJCSAgIGRpY3RfcGdzcWwtPm5hbWUt PnBhc3N3b3JkKSkgPT0gMCkgew0KKwlkaWN0X2Vycm5vID0gRElDVF9FUlJfUkVUUlk7DQorCXZz dHJpbmdfZnJlZShxdWVyeSk7DQorCXJldHVybiAwOw0KKyAgICB9DQorICAgIGRpY3RfZXJybm8g PSAwOw0KKyAgICAvKiBmcmVlIHRoZSB2c3RyaW5nIHF1ZXJ5ICovDQorICAgIHZzdHJpbmdfZnJl ZShxdWVyeSk7DQorICAgIG51bXJvd3MgPSBQUW50dXBsZXMocXVlcnlfcmVzKTsNCisgICAgaWYg KG1zZ192ZXJib3NlKQ0KKwltc2dfaW5mbygiZGljdF9wZ3NxbF9sb29rdXA6IHJldHJpZXZlZCAl ZCByb3dzIiwgbnVtcm93cyk7DQorICAgIGlmIChudW1yb3dzID09IDApIHsNCisJUFFjbGVhcihx dWVyeV9yZXMpOw0KKwlyZXR1cm4gMDsNCisgICAgfQ0KKyAgICBpZiAocmVzdWx0ID09IDApDQor CXJlc3VsdCA9IHZzdHJpbmdfYWxsb2MoMTApOw0KKyAgICB2c3RyaW5nX3N0cmNweShyZXN1bHQs ICIiKTsNCisgICAgZm9yIChpID0gMDsgaSA8IG51bXJvd3M7IGkrKykgDQorICAgIHsNCisJaWYg KGkgPiAwKSANCisJICAgIHZzdHJpbmdfc3RyY2F0KHJlc3VsdCwgIiwiKTsNCisJZm9yIChqID0g MDsgaiA8IFBRbmZpZWxkcyhxdWVyeV9yZXMpOyBqKyspIHsNCisJICAgIGlmIChqID4gMCkgDQor CQl2c3RyaW5nX3N0cmNhdChyZXN1bHQsICIsIik7DQorCSAgICB2c3RyaW5nX3N0cmNhdChyZXN1 bHQsIFBRZ2V0dmFsdWUocXVlcnlfcmVzLCBpLCBqKSk7DQorCSAgICBpZiAobXNnX3ZlcmJvc2Ug PiAxKQ0KKwkJbXNnX2luZm8oImRpY3RfcGdzcWxfbG9va3VwOiByZXRyaWV2ZWQgZmllbGQ6ICVk OiAlcyIsIGosIFBRZ2V0dmFsdWUocXVlcnlfcmVzLCBpLCBqKSk7DQorCX0NCisgICAgfQ0KKyAg ICBQUWNsZWFyKHF1ZXJ5X3Jlcyk7DQorICAgIHJldHVybiB2c3RyaW5nX3N0cihyZXN1bHQpOw0K K30NCisNCisvKg0KKyAqIHBscGdzcWxfcXVlcnkgLSBwcm9jZXNzIGEgTXlTUUwgcXVlcnkuICBS ZXR1cm4gUEdTUUxfUkVTKiBvbiBzdWNjZXNzLg0KKyAqCQkgICAgIE9uIGZhaWx1cmUsIGxvZyBm YWlsdXJlIGFuZCB0cnkgb3RoZXIgZGIgaW5zdGFuY2VzLg0KKyAqCQkgICAgIG9uIGZhaWx1cmUg b2YgYWxsIGRiIGluc3RhbmNlcywgcmV0dXJuIDA7DQorICoJCSAgICAgY2xvc2UgdW5uZWNlc3Nh cnkgYWN0aXZlIGNvbm5lY3Rpb25zDQorICovDQorDQorc3RhdGljIFBHU1FMX1JFUyAqcGxwZ3Nx bF9xdWVyeShQTFBHU1FMICpQTERCLA0KKwkJCQkgICAgICAgIGNvbnN0IGNoYXIgKnF1ZXJ5LA0K KwkJCQkgICAgICAgIGNoYXIgKmRibmFtZSwNCisJCQkJICAgICAgICBjaGFyICp1c2VybmFtZSwN CisJCQkJICAgICAgICBjaGFyICpwYXNzd29yZCkNCit7DQorICAgIGludCAgICAgaTsNCisgICAg SE9TVCAgICpob3N0Ow0KKyAgICBQR1NRTF9SRVMgKnJlcyA9IDA7DQorDQorICAgIGZvciAoaSA9 IDA7IGkgPCBQTERCLT5sZW5faG9zdHM7IGkrKykgew0KKwkvKiBjYW4ndCBkZWFsIHdpdGggdHlw aW5nIG9yIHJlYWRpbmcgUExEQi0+ZGJfaG9zdHNbaV0gb3ZlciAmIG92ZXIgKi8NCisJaG9zdCA9 ICYoUExEQi0+ZGJfaG9zdHNbaV0pOw0KKwlpZiAobXNnX3ZlcmJvc2UgPiAxKQ0KKwkgICAgbXNn X2luZm8oImRpY3RfcGdzcWw6IHRyeWluZyBob3N0ICVzIHN0YXQgJWQsIGxhc3QgcmVzICVwIiwg aG9zdC0+aG9zdG5hbWUsIGhvc3QtPnN0YXQsIHJlcyk7DQorDQorCS8qIGFuc3dlciBhbHJlYWR5 IGZvdW5kICovDQorCWlmIChyZXMgIT0gMCAmJiBob3N0LT5zdGF0ID09IFNUQVRBQ1RJVkUpIHsN CisJICAgIGlmIChtc2dfdmVyYm9zZSkNCisJCW1zZ19pbmZvKCJkaWN0X3Bnc3FsOiBjbG9zaW5n IHVubmVzc2FyeSBjb25uZWN0aW9uIHRvICVzIiwNCisJCQkgaG9zdC0+aG9zdG5hbWUpOw0KKwkg ICAgcGxwZ3NxbF9kb3duX2hvc3QoaG9zdCk7DQorCX0NCisJLyogdHJ5IHRvIGNvbm5lY3QgZm9y IHRoZSBmaXJzdCB0aW1lIGlmIHdlIGRvbid0IGhhdmUgYSByZXN1bHQgeWV0ICovDQorCWlmIChy ZXMgPT0gMCAmJiBob3N0LT5zdGF0ID09IFNUQVRVTlRSSUVEKSB7DQorCSAgICBpZiAobXNnX3Zl cmJvc2UpDQorCQltc2dfaW5mbygiZGljdF9wZ3NxbDogYXR0ZW1wdGluZyB0byBjb25uZWN0IHRv IGhvc3QgJXMiLA0KKwkJCSBob3N0LT5ob3N0bmFtZSk7DQorCSAgICBwbHBnc3FsX2Nvbm5lY3Rf c2luZ2xlKGhvc3QsIGRibmFtZSwgdXNlcm5hbWUsIHBhc3N3b3JkKTsNCisJfQ0KKw0KKwkvKg0K KwkgKiB0cnkgdG8gcmVjb25uZWN0IGlmIHdlIGRvbid0IGhhdmUgYW4gYW5zd2VyIGFuZCB0aGUg aG9zdCBoYWQgYQ0KKwkgKiBwcm9iIGluIHRoZSBwYXN0IGFuZCBpdCdzIHRpbWUgZm9yIGl0IHRv IHJlY29ubmVjdA0KKwkgKi8NCisJaWYgKHJlcyA9PSAwICYmIGhvc3QtPnN0YXQgPT0gU1RBVEZB SUwgJiYgaG9zdC0+dHMgPCB0aW1lKCh0aW1lX3QgKikgMCkpIHsNCisJICAgIGlmIChtc2dfdmVy Ym9zZSkNCisJCW1zZ19pbmZvKCJkaWN0X3Bnc3FsOiBhdHRlbXB0aW5nIHRvIHJlY29ubmVjdCB0 byBob3N0ICVzIiwNCisJCQkgaG9zdC0+aG9zdG5hbWUpOw0KKwkgICAgcGxwZ3NxbF9jb25uZWN0 X3NpbmdsZShob3N0LCBkYm5hbWUsIHVzZXJuYW1lLCBwYXNzd29yZCk7DQorCX0NCisNCisJLyoN CisJICogaWYgd2UgZG9uJ3QgaGF2ZSBhIHJlc3VsdCBhbmQgdGhlIGN1cnJlbnQgaG9zdCBpcyBt YXJrZWQgYWN0aXZlLA0KKwkgKiB0cnkgdGhlIHF1ZXJ5LiAgSWYgdGhlIHF1ZXJ5IGZhaWxzLCBt YXJrIHRoZSBob3N0IFNUQVRGQUlMDQorCSAqLw0KKwlpZiAocmVzID09IDAgJiYgaG9zdC0+c3Rh dCA9PSBTVEFUQUNUSVZFKSB7DQorCSAgICBpZiAoKHJlcyA9IFBRZXhlYyhob3N0LT5kYiwgcXVl cnkpKSkgew0KKwkJaWYgKG1zZ192ZXJib3NlKQ0KKwkJICAgICBtc2dfaW5mbygiZGljdF9wZ3Nx bDogc3VjY2Vzc2Z1bCBxdWVyeSBmcm9tIGhvc3QgJXMiLCBob3N0LT5ob3N0bmFtZSk7DQorCSAg ICB9IGVsc2Ugew0KKwkJbXNnX3dhcm4oIiVzIiwgUFFlcnJvck1lc3NhZ2UoaG9zdC0+ZGIpKTsN CisJCXBscGdzcWxfZG93bl9ob3N0KGhvc3QpOw0KKwkgICAgfQ0KKwl9DQorICAgIH0NCisgICAg cmV0dXJuIHJlczsNCit9DQorDQorLyoNCisgKiBwbHBnc3FsX2Nvbm5lY3Rfc2luZ2xlIC0NCisg KiB1c2VkIHRvIHJlY29ubmVjdCB0byBhIHNpbmdsZSBkYXRhYmFzZSB3aGVuIG9uZSBpcyBkb3du IG9yIG5vbmUgaXMNCisgKiBjb25uZWN0ZWQgeWV0LiBMb2cgYWxsIGVycm9ycyBhbmQgc2V0IHRo ZSBzdGF0IGZpZWxkIG9mIGhvc3QgYWNjb3JkaW5nbHkNCisgKi8NCitzdGF0aWMgdm9pZCBwbHBn c3FsX2Nvbm5lY3Rfc2luZ2xlKEhPU1QgKmhvc3QsIGNoYXIgKmRibmFtZSwgY2hhciAqdXNlcm5h bWUsIGNoYXIgKnBhc3N3b3JkKQ0KK3sNCisgICAgY2hhciAgICpkZXN0aW5hdGlvbiA9IGhvc3Qt Pmhvc3RuYW1lOw0KKyAgICBjaGFyICAgKnVuaXhfc29ja2V0ID0gMDsNCisgICAgY2hhciAgICpo b3N0bmFtZSA9IDA7DQorICAgIGNoYXIgICAqc2VydmljZTsNCisgICAgY2hhciAgICpwb3J0ID0g MDsNCisNCisgICAgLyoNCisgICAgICogQWQtaG9jIHBhcnNpbmcgY29kZS4gRXhwZWN0ICJ1bml4 OnBhdGhuYW1lIiBvciAiaW5ldDpob3N0OnBvcnQiLCB3aGVyZQ0KKyAgICAgKiBib3RoICJpbmV0 OiIgYW5kICI6cG9ydCIgYXJlIG9wdGlvbmFsLg0KKyAgICAgKi8NCisgICAgaWYgKHN0cm5jbXAo ZGVzdGluYXRpb24sICJ1bml4OiIsIDUpID09IDApIHsNCisJdW5peF9zb2NrZXQgPSBkZXN0aW5h dGlvbiArIDU7DQorICAgIH0gZWxzZSB7DQorCWlmIChzdHJuY21wKGRlc3RpbmF0aW9uLCAiaW5l dDoiLCA1KSA9PSAwKQ0KKwkgICAgZGVzdGluYXRpb24gKz0gNTsNCisJaG9zdG5hbWUgPSBteXN0 cmR1cChkZXN0aW5hdGlvbik7DQorCWlmICgoc2VydmljZSA9IHNwbGl0X2F0KGhvc3RuYW1lLCAn OicpKSAhPSAwKQ0KKwkgICAgcG9ydCA9IHNlcnZpY2U7DQorICAgIH0NCisNCisgICAgaWYoKGhv c3QtPmRiID0gUFFzZXRkYkxvZ2luKGhvc3RuYW1lLCBwb3J0LCBOVUxMLCBOVUxMLCBkYm5hbWUs IHVzZXJuYW1lLCBwYXNzd29yZCkpKSB7DQorCWlmKFBRc3RhdHVzKGhvc3QtPmRiKSA9PSBDT05O RUNUSU9OX09LKQ0KKwl7DQorCQlpZiAobXNnX3ZlcmJvc2UpDQorCQkgICAgbXNnX2luZm8oImRp Y3RfcGdzcWw6IHN1Y2Nlc3NmdWwgY29ubmVjdGlvbiB0byBob3N0ICVzIiwNCisJCQkgICAgIGhv c3QtPmhvc3RuYW1lKTsNCisJCWhvc3QtPnN0YXQgPSBTVEFUQUNUSVZFOw0KKwl9IGVsc2UNCisJ CW1zZ193YXJuKCIlcyIsIFBRZXJyb3JNZXNzYWdlKGhvc3QtPmRiKSk7DQorICAgIH0gZWxzZSB7 DQorCW1zZ193YXJuKCJVbmFibGUgdG8gY29ubmVjdCB0byBkYXRhYmFzZSIpOw0KKwlwbHBnc3Fs X2Rvd25faG9zdChob3N0KTsNCisgICAgfQ0KKyAgICBpZiAoaG9zdG5hbWUpDQorCW15ZnJlZSho b3N0bmFtZSk7DQorfQ0KKw0KKy8qDQorICogcGxwZ3NxbF9kb3duX2hvc3QgLSBtYXJrIGEgSE9T VCBkb3duIHVwZGF0ZSB0cyBpZiBtYXJrZWQgZG93bg0KKyAqIGZvciB0aGUgZmlyc3QgdGltZSBz byB0aGF0IHdlJ2xsIGtub3cgd2hlbiB0byByZXRyeSB0aGUgY29ubmVjdGlvbg0KKyAqLw0KK3N0 YXRpYyB2b2lkIHBscGdzcWxfZG93bl9ob3N0KEhPU1QgKmhvc3QpDQorew0KKyAgICBpZiAoaG9z dC0+c3RhdCAhPSBTVEFURkFJTCkgew0KKwlob3N0LT50cyA9IHRpbWUoKHRpbWVfdCAqKSAwKSAr IFJFVFJZX0NPTk5fSU5UVjsNCisJaG9zdC0+c3RhdCA9IFNUQVRGQUlMOw0KKyAgICB9DQorICAg IFBRZmluaXNoKGhvc3QtPmRiKTsNCisgICAgaG9zdC0+ZGIgPSAwOw0KK30NCisNCisvKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKg0KKyAqIHB1YmxpYyBpbnRlcmZhY2UgZGljdF9wZ3NxbF9vcGVuDQorICogICAgY3Jl YXRlIGFzc29jaWF0aW9uIHdpdGggZGF0YWJhc2Ugd2l0aCBhcHByb3ByaWF0ZSB2YWx1ZXMNCisg KiAgICBwYXJzZSB0aGUgbWFwJ3MgY29uZmlnIGZpbGUNCisgKiAgICBhbGxvY2F0ZSBtZW1vcnkN CisgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKi8NCitESUNUICAgKmRpY3RfcGdzcWxfb3Blbihjb25zdCBjaGFyICpu YW1lLCBpbnQgdW51c2VkX2ZsYWdzLCBpbnQgdW51c2VkX2RpY3RfZmxhZ3MpDQorew0KKyAgICBE SUNUX1BHU1FMICpkaWN0X3Bnc3FsOw0KKy8vICAgIGludCAgICAgY29ubmVjdGlvbnM7DQorDQor ICAgIGRpY3RfcGdzcWwgPSAoRElDVF9QR1NRTCAqKSBteW1hbGxvYyhzaXplb2YoRElDVF9QR1NR TCkpOw0KKyAgICBkaWN0X3Bnc3FsLT5kaWN0Lmxvb2t1cCA9IGRpY3RfcGdzcWxfbG9va3VwOw0K KyAgICBkaWN0X3Bnc3FsLT5kaWN0LnVwZGF0ZSA9IGRpY3RfcGdzcWxfdXBkYXRlOw0KKyAgICBk aWN0X3Bnc3FsLT5kaWN0LmNsb3NlID0gZGljdF9wZ3NxbF9jbG9zZTsNCisgICAgZGljdF9wZ3Nx bC0+ZGljdC5mZCA9IC0xOwkJCS8qIHRoZXJlJ3Mgbm8gZmlsZSBkZXNjcmlwdG9yDQorCQkJCQkJ ICogZm9yIGxvY2tpbmcgKi8NCisgICAgZGljdF9wZ3NxbC0+bmFtZSA9IHBnc3FsbmFtZV9wYXJz ZShuYW1lKTsNCisgICAgZGljdF9wZ3NxbC0+cGxkYiA9IHBscGdzcWxfaW5pdChkaWN0X3Bnc3Fs LT5uYW1lLT5ob3N0bmFtZXMsDQorCQkJCSAgICBkaWN0X3Bnc3FsLT5uYW1lLT5sZW5faG9zdHMp Ow0KKyAgICBpZiAoZGljdF9wZ3NxbC0+cGxkYiA9PSBOVUxMKQ0KKwltc2dfZmF0YWwoImNvdWxk bid0IGludGlhbGl6ZSBwbGRiIVxuIik7DQorICAgIGRpY3RfcmVnaXN0ZXIobmFtZSwgKERJQ1Qg KikgZGljdF9wZ3NxbCk7DQorICAgIHJldHVybiAmZGljdF9wZ3NxbC0+ZGljdDsNCit9DQorDQor LyogcGdzcWxuYW1lX3BhcnNlIC0gcGFyc2UgcGdzcWwgY29uZmlndXJhdGlvbiBmaWxlICovDQor c3RhdGljIFBHU1FMX05BTUUgKnBnc3FsbmFtZV9wYXJzZShjb25zdCBjaGFyICpwZ3NxbGNmX3Bh dGgpDQorew0KKyAgICBpbnQgICAgIGk7DQorICAgIGNoYXIgICAqbmFtZXZhbDsNCisgICAgY2hh ciAgICpob3N0czsNCisgICAgUEdTUUxfTkFNRSAqbmFtZSA9IChQR1NRTF9OQU1FICopIG15bWFs bG9jKHNpemVvZihQR1NRTF9OQU1FKSk7DQorICAgIEFSR1YgICAqaG9zdHNfYXJndjsNCisgICAg VlNUUklORyAqb3B0X2RpY3RfbmFtZTsNCisNCisgICAgLyoNCisgICAgICogc2V0dXAgYSBkaWN0 IGNvbnRhaW5pbmcgaW5mbyBpbiB0aGUgcGdzcWwgY2YgZmlsZS4gdGhlIGRpY3QgaGFzIGENCisg ICAgICogbmFtZSwgYW5kIGEgcGF0aC4gIFRoZSBuYW1lIG11c3QgYmUgZGlzdGluY3QgZnJvbSB0 aGUgcGF0aCwgb3IgdGhlDQorICAgICAqIGRpY3QgaW50ZXJmYWNlIGdldHMgY29uZnVzZWQuICBU aGUgbmFtZSBtdXN0IGJlIGRpc3RpbmN0IGZvciB0d28NCisgICAgICogZGlmZmVyZW50IHBhdGhz LCBvciB0aGUgY29uZmlndXJhdGlvbiBpbmZvIHdpbGwgY2FjaGUgYWNyb3NzIGRpZmZlcmVudA0K KyAgICAgKiBwZ3NxbCBtYXBzLCB3aGljaCBjYW4gYmUgY29uZnVzaW5nLg0KKyAgICAgKi8NCisg ICAgb3B0X2RpY3RfbmFtZSA9IHZzdHJpbmdfYWxsb2MoNjQpOw0KKyAgICB2c3RyaW5nX3Nwcmlu dGYob3B0X2RpY3RfbmFtZSwgInBnc3FsIG9wdCBkaWN0ICVzIiwgcGdzcWxjZl9wYXRoKTsNCisg ICAgZGljdF9sb2FkX2ZpbGUodnN0cmluZ19zdHIob3B0X2RpY3RfbmFtZSksIHBnc3FsY2ZfcGF0 aCk7DQorICAgIC8qIHBnc3FsIHVzZXJuYW1lIGxvb2t1cCAqLw0KKyAgICBpZiAoKG5hbWV2YWwg PSAoY2hhciAqKSBkaWN0X2xvb2t1cCh2c3RyaW5nX3N0cihvcHRfZGljdF9uYW1lKSwgInVzZXIi KSkgPT0gTlVMTCkNCisJbmFtZS0+dXNlcm5hbWUgPSBteXN0cmR1cCgiIik7DQorICAgIGVsc2UN CisJbmFtZS0+dXNlcm5hbWUgPSBteXN0cmR1cChuYW1ldmFsKTsNCisgICAgaWYgKG1zZ192ZXJi b3NlKQ0KKwltc2dfaW5mbygicGdzcWxuYW1lX3BhcnNlKCk6IHNldCB1c2VybmFtZSB0byAnJXMn IiwgbmFtZS0+dXNlcm5hbWUpOw0KKyAgICAvKiBwYXNzd29yZCBsb29rdXAgKi8NCisgICAgaWYg KChuYW1ldmFsID0gKGNoYXIgKikgZGljdF9sb29rdXAodnN0cmluZ19zdHIob3B0X2RpY3RfbmFt ZSksICJwYXNzd29yZCIpKSA9PSBOVUxMKQ0KKwluYW1lLT5wYXNzd29yZCA9IG15c3RyZHVwKCIi KTsNCisgICAgZWxzZQ0KKwluYW1lLT5wYXNzd29yZCA9IG15c3RyZHVwKG5hbWV2YWwpOw0KKyAg ICBpZiAobXNnX3ZlcmJvc2UpDQorCW1zZ19pbmZvKCJwZ3NxbG5hbWVfcGFyc2UoKTogc2V0IHBh c3N3b3JkIHRvICclcyciLCBuYW1lLT5wYXNzd29yZCk7DQorDQorICAgIC8qIGRhdGFiYXNlIG5h bWUgbG9va3VwICovDQorICAgIGlmICgobmFtZXZhbCA9IChjaGFyICopIGRpY3RfbG9va3VwKHZz dHJpbmdfc3RyKG9wdF9kaWN0X25hbWUpLCAiZGJuYW1lIikpID09IE5VTEwpDQorCW1zZ19mYXRh bCgiJXM6IHBnc3FsIG9wdGlvbnMgZmlsZSBkb2VzIG5vdCBpbmNsdWRlIGRhdGFiYXNlIG5hbWUi LCBwZ3NxbGNmX3BhdGgpOw0KKyAgICBlbHNlDQorCW5hbWUtPmRibmFtZSA9IG15c3RyZHVwKG5h bWV2YWwpOw0KKyAgICBpZiAobXNnX3ZlcmJvc2UpDQorCW1zZ19pbmZvKCJwZ3NxbG5hbWVfcGFy c2UoKTogc2V0IGRhdGFiYXNlIG5hbWUgdG8gJyVzJyIsIG5hbWUtPmRibmFtZSk7DQorDQorICAg IC8qIHRhYmxlIGxvb2t1cCAqLw0KKyAgICBpZiAoKG5hbWV2YWwgPSAoY2hhciAqKSBkaWN0X2xv b2t1cCh2c3RyaW5nX3N0cihvcHRfZGljdF9uYW1lKSwgInRhYmxlIikpID09IE5VTEwpDQorCW1z Z19mYXRhbCgiJXM6IHBnc3FsIG9wdGlvbnMgZmlsZSBkb2VzIG5vdCBpbmNsdWRlIHRhYmxlIG5h bWUiLCBwZ3NxbGNmX3BhdGgpOw0KKyAgICBlbHNlDQorCW5hbWUtPnRhYmxlID0gbXlzdHJkdXAo bmFtZXZhbCk7DQorICAgIGlmIChtc2dfdmVyYm9zZSkNCisJbXNnX2luZm8oInBnc3FsbmFtZV9w YXJzZSgpOiBzZXQgdGFibGUgbmFtZSB0byAnJXMnIiwgbmFtZS0+dGFibGUpOw0KKw0KKyAgICAv KiBzZWxlY3QgZmllbGQgbG9va3VwICovDQorICAgIGlmICgobmFtZXZhbCA9IChjaGFyICopIGRp Y3RfbG9va3VwKHZzdHJpbmdfc3RyKG9wdF9kaWN0X25hbWUpLCAic2VsZWN0X2ZpZWxkIikpID09 IE5VTEwpDQorCW1zZ19mYXRhbCgiJXM6IHBnc3FsIG9wdGlvbnMgZmlsZSBkb2VzIG5vdCBpbmNs dWRlIHNlbGVjdCBmaWVsZCIsIHBnc3FsY2ZfcGF0aCk7DQorICAgIGVsc2UNCisJbmFtZS0+c2Vs ZWN0X2ZpZWxkID0gbXlzdHJkdXAobmFtZXZhbCk7DQorICAgIGlmIChtc2dfdmVyYm9zZSkNCisJ bXNnX2luZm8oInBnc3FsbmFtZV9wYXJzZSgpOiBzZXQgc2VsZWN0X2ZpZWxkIHRvICclcyciLCBu YW1lLT5zZWxlY3RfZmllbGQpOw0KKw0KKyAgICAvKiB3aGVyZSBmaWVsZCBsb29rdXAgKi8NCisg ICAgaWYgKChuYW1ldmFsID0gKGNoYXIgKikgZGljdF9sb29rdXAodnN0cmluZ19zdHIob3B0X2Rp Y3RfbmFtZSksICJ3aGVyZV9maWVsZCIpKSA9PSBOVUxMKQ0KKwltc2dfZmF0YWwoIiVzOiBwZ3Nx bCBvcHRpb25zIGZpbGUgZG9lcyBub3QgaW5jbHVkZSB3aGVyZSBmaWVsZCIsIHBnc3FsY2ZfcGF0 aCk7DQorICAgIGVsc2UNCisJbmFtZS0+d2hlcmVfZmllbGQgPSBteXN0cmR1cChuYW1ldmFsKTsN CisgICAgaWYgKG1zZ192ZXJib3NlKQ0KKwltc2dfaW5mbygicGdzcWxuYW1lX3BhcnNlKCk6IHNl dCB3aGVyZV9maWVsZCB0byAnJXMnIiwgbmFtZS0+d2hlcmVfZmllbGQpOw0KKw0KKyAgICAvKiBh ZGRpdGlvbmFsIGNvbmRpdGlvbnMgKi8NCisgICAgaWYgKChuYW1ldmFsID0gKGNoYXIgKikgZGlj dF9sb29rdXAodnN0cmluZ19zdHIob3B0X2RpY3RfbmFtZSksICJhZGRpdGlvbmFsX2NvbmRpdGlv bnMiKSkgPT0gTlVMTCkNCisJbmFtZS0+YWRkaXRpb25hbF9jb25kaXRpb25zID0gbXlzdHJkdXAo IiIpOw0KKyAgICBlbHNlDQorCW5hbWUtPmFkZGl0aW9uYWxfY29uZGl0aW9ucyA9IG15c3RyZHVw KG5hbWV2YWwpOw0KKyAgICBpZiAobXNnX3ZlcmJvc2UpDQorCW1zZ19pbmZvKCJwZ3NxbG5hbWVf cGFyc2UoKTogc2V0IGFkZGl0aW9uYWxfY29uZGl0aW9ucyB0byAnJXMnIiwgbmFtZS0+YWRkaXRp b25hbF9jb25kaXRpb25zKTsNCisNCisgICAgLyogcGdzcWwgc2VydmVyIGhvc3RzICovDQorICAg IGlmICgobmFtZXZhbCA9IChjaGFyICopIGRpY3RfbG9va3VwKHZzdHJpbmdfc3RyKG9wdF9kaWN0 X25hbWUpLCAiaG9zdHMiKSkgPT0gTlVMTCkNCisJaG9zdHMgPSBteXN0cmR1cCgiIik7DQorICAg IGVsc2UNCisJaG9zdHMgPSBteXN0cmR1cChuYW1ldmFsKTsNCisgICAgLyogY29vIGFyZ3YgaW50 ZXJmYWNlICovDQorICAgIGhvc3RzX2FyZ3YgPSBhcmd2X3NwbGl0KGhvc3RzLCAiICxcdFxyXG4i KTsNCisNCisgICAgaWYgKGhvc3RzX2FyZ3YtPmFyZ2MgPT0gMCkgewkJLyogbm8gaG9zdHMgc3Bl Y2lmaWVkLA0KKwkJCQkJCSAqIGRlZmF1bHQgdG8gJ2xvY2FsaG9zdCcgKi8NCisJaWYgKG1zZ192 ZXJib3NlKQ0KKwkgICAgbXNnX2luZm8oInBnc3FsbmFtZV9wYXJzZSgpOiBubyBob3N0bmFtZXMg c3BlY2lmaWVkLCBkZWZhdWx0aW5nIHRvICdsb2NhbGhvc3QnIik7DQorCWFyZ3ZfYWRkKGhvc3Rz X2FyZ3YsICJsb2NhbGhvc3QiLCBBUkdWX0VORCk7DQorCWFyZ3ZfdGVybWluYXRlKGhvc3RzX2Fy Z3YpOw0KKyAgICB9DQorICAgIG5hbWUtPmxlbl9ob3N0cyA9IGhvc3RzX2FyZ3YtPmFyZ2M7DQor ICAgIG5hbWUtPmhvc3RuYW1lcyA9IChjaGFyICoqKSBteW1hbGxvYygoc2l6ZW9mKGNoYXIgKikp ICogbmFtZS0+bGVuX2hvc3RzKTsNCisgICAgaSA9IDA7DQorICAgIGZvciAoaSA9IDA7IGhvc3Rz X2FyZ3YtPmFyZ3ZbaV0gIT0gTlVMTDsgaSsrKSB7DQorCW5hbWUtPmhvc3RuYW1lc1tpXSA9IG15 c3RyZHVwKGhvc3RzX2FyZ3YtPmFyZ3ZbaV0pOw0KKwlpZiAobXNnX3ZlcmJvc2UpDQorCSAgICBt c2dfaW5mbygicGdzcWxuYW1lX3BhcnNlKCk6IGFkZGluZyBob3N0ICclcycgdG8gbGlzdCBvZiBw Z3NxbCBzZXJ2ZXIgaG9zdHMiLA0KKwkJICAgICBuYW1lLT5ob3N0bmFtZXNbaV0pOw0KKyAgICB9 DQorICAgIG15ZnJlZShob3N0cyk7DQorICAgIHZzdHJpbmdfZnJlZShvcHRfZGljdF9uYW1lKTsN CisgICAgYXJndl9mcmVlKGhvc3RzX2FyZ3YpOw0KKyAgICByZXR1cm4gbmFtZTsNCit9DQorDQor DQorLyoNCisgKiBwbHBnc3FsX2luaXQgLSBpbml0YWxpemUgYSBQR1NRTCBkYXRhYmFzZS4NCisg KgkJICAgIFJldHVybiBOVUxMIG9uIGZhaWx1cmUsIG9yIGEgUExQR1NRTCAqIG9uIHN1Y2Nlc3Mu DQorICovDQorc3RhdGljIFBMUEdTUUwgKnBscGdzcWxfaW5pdChjaGFyICpob3N0bmFtZXNbXSwg aW50IGxlbl9ob3N0cykNCit7DQorICAgIFBMUEdTUUwgKlBMREI7DQorICAgIGludCAgICAgaTsN CisvLyAgICBIT1NUICAgIGhvc3Q7DQorDQorICAgIGlmICgoUExEQiA9IChQTFBHU1FMICopIG15 bWFsbG9jKHNpemVvZihQTFBHU1FMKSkpID09IE5VTEwpIHsNCisJbXNnX2ZhdGFsKCJteW1hbGxv YyBvZiBwbGRiIGZhaWxlZCIpOw0KKyAgICB9DQorICAgIFBMREItPmxlbl9ob3N0cyA9IGxlbl9o b3N0czsNCisgICAgaWYgKChQTERCLT5kYl9ob3N0cyA9IChIT1NUICopIG15bWFsbG9jKHNpemVv ZihIT1NUKSAqIGxlbl9ob3N0cykpID09IE5VTEwpDQorCXJldHVybiBOVUxMOw0KKyAgICBmb3Ig KGkgPSAwOyBpIDwgbGVuX2hvc3RzOyBpKyspIHsNCisJUExEQi0+ZGJfaG9zdHNbaV0gPSBob3N0 X2luaXQoaG9zdG5hbWVzW2ldKTsNCisgICAgfQ0KKyAgICByZXR1cm4gUExEQjsNCit9DQorDQor DQorLyogaG9zdF9pbml0IC0gaW5pdGlhbGl6ZSBIT1NUIHN0cnVjdHVyZSAqLw0KK3N0YXRpYyBI T1NUIGhvc3RfaW5pdChjaGFyICpob3N0bmFtZSkNCit7DQorICAgIEhPU1QgICAgaG9zdDsNCisN CisgICAgaG9zdC5zdGF0ID0gU1RBVFVOVFJJRUQ7DQorICAgIGhvc3QuaG9zdG5hbWUgPSBteXN0 cmR1cChob3N0bmFtZSk7DQorICAgIGhvc3QuZGIgPSAwOw0KKyAgICBob3N0LnRzID0gMDsNCisg ICAgcmV0dXJuIGhvc3Q7DQorfQ0KKw0KKy8qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqDQorICogcHVibGljIGludGVy ZmFjZSBkaWN0X3Bnc3FsX2Nsb3NlDQorICogdW5yZWdpc3RlciwgZGlzYXNzb2NpYXRlIGZyb20g ZGF0YWJhc2UsIGZyZWVpbmcgYXBwcm9wcmlhdGUgbWVtb3J5DQorICoqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovDQor c3RhdGljIHZvaWQgZGljdF9wZ3NxbF9jbG9zZShESUNUICpkaWN0KQ0KK3sNCisgICAgaW50ICAg ICBpOw0KKyAgICBESUNUX1BHU1FMICpkaWN0X3Bnc3FsID0gKERJQ1RfUEdTUUwgKikgZGljdDsN CisNCisgICAgcGxwZ3NxbF9kZWFsbG9jKGRpY3RfcGdzcWwtPnBsZGIpOw0KKyAgICBteWZyZWUo ZGljdF9wZ3NxbC0+bmFtZS0+dXNlcm5hbWUpOw0KKyAgICBteWZyZWUoZGljdF9wZ3NxbC0+bmFt ZS0+cGFzc3dvcmQpOw0KKyAgICBteWZyZWUoZGljdF9wZ3NxbC0+bmFtZS0+ZGJuYW1lKTsNCisg ICAgbXlmcmVlKGRpY3RfcGdzcWwtPm5hbWUtPnRhYmxlKTsNCisgICAgbXlmcmVlKGRpY3RfcGdz cWwtPm5hbWUtPnNlbGVjdF9maWVsZCk7DQorICAgIG15ZnJlZShkaWN0X3Bnc3FsLT5uYW1lLT53 aGVyZV9maWVsZCk7DQorICAgIG15ZnJlZShkaWN0X3Bnc3FsLT5uYW1lLT5hZGRpdGlvbmFsX2Nv bmRpdGlvbnMpOw0KKyAgICBmb3IgKGkgPSAwOyBpIDwgZGljdF9wZ3NxbC0+bmFtZS0+bGVuX2hv c3RzOyBpKyspIHsNCisJbXlmcmVlKGRpY3RfcGdzcWwtPm5hbWUtPmhvc3RuYW1lc1tpXSk7DQor ICAgIH0NCisgICAgbXlmcmVlKChjaGFyICopIGRpY3RfcGdzcWwtPm5hbWUtPmhvc3RuYW1lcyk7 DQorICAgIG15ZnJlZSgoY2hhciAqKSBkaWN0X3Bnc3FsLT5uYW1lKTsNCit9DQorDQorLyogcGxw Z3NxbF9kZWFsbG9jIC0gZnJlZSBtZW1vcnkgYXNzb2NpYXRlZCB3aXRoIFBMUEdTUUwgY2xvc2Ug ZGF0YWJhc2VzICovDQorc3RhdGljIHZvaWQgcGxwZ3NxbF9kZWFsbG9jKFBMUEdTUUwgKlBMREIp DQorew0KKyAgICBpbnQgICAgIGk7DQorDQorICAgIGZvciAoaSA9IDA7IGkgPCBQTERCLT5sZW5f aG9zdHM7IGkrKykgew0KKwlpZiAoUExEQi0+ZGJfaG9zdHNbaV0uZGIpDQorCSAgICBQUWZpbmlz aChQTERCLT5kYl9ob3N0c1tpXS5kYik7DQorCW15ZnJlZShQTERCLT5kYl9ob3N0c1tpXS5ob3N0 bmFtZSk7DQorICAgIH0NCisgICAgbXlmcmVlKChjaGFyICopIFBMREItPmRiX2hvc3RzKTsNCisg ICAgbXlmcmVlKChjaGFyICopIChQTERCKSk7DQorfQ0KKw0KKw0KKy8qKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqDQor ICogcHVibGljIGludGVyZmFjZSBkaWN0X3Bnc3FsX3VwZGF0ZSAtIGFkZCBvciB1cGRhdGUgdGFi bGUgZW50cnkNCisgKg0KKyAqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKiovDQorc3RhdGljIHZvaWQgZGljdF9wZ3NxbF91 cGRhdGUoRElDVCAqZGljdCwgY29uc3QgY2hhciAqdW51c2VkX25hbWUsIGNvbnN0IGNoYXIgKnVu dXNlZF92YWx1ZSkNCit7DQorICAgIERJQ1RfUEdTUUwgKmRpY3RfcGdzcWwgPSAoRElDVF9QR1NR TCAqKSBkaWN0Ow0KKw0KKyAgICBtc2dfZmF0YWwoImRpY3RfcGdzcWxfdXBkYXRlOiBhdHRlbXB0 IHRvIHVwZGF0ZSBwZ3NxbCBkYXRhYmFzZSIpOw0KK30NCisNCisjZW5kaWYNCg== ------------751ED1A5320277C1 Content-Type: application/octet-stream; name="dict_pgsql.h.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dict_pgsql.h.patch" LS0tIHNuYXBzaG90LTIwMDExMTA1L3NyYy91dGlsL2RpY3RfcGdzcWwuaAlXZWQgTm92IDE0IDEz OjAyOjI1IDIwMDEKKysrIHNuYXBzaG90LTIwMDExMTA1b2xkL3NyYy91dGlsL2RpY3RfcGdzcWwu aAlXZWQgTm92IDE0IDEyOjMwOjMzIDIwMDEKQEAgLTEgKzEsMTUgQEAKLQorI2lmZGVmIEhBU19Q R1NRTA0KKw0KKyNpbmNsdWRlIDx0aW1lLmg+DQorI2luY2x1ZGUgPHBvc3RncmVzLmg+DQorI2lu Y2x1ZGUgPGxpYnBxLWZlLmg+DQorDQorI2RlZmluZSBTVEFUQUNUSVZFIDANCisjZGVmaW5lIFNU QVRGQUlMIDENCisjZGVmaW5lIFNUQVRVTlRSSUVEIDINCisjZGVmaW5lIFJFVFJZX0NPTk5fSU5U ViA2MAkJLyogMSBtaW51dGUgKi8NCisNCitleHRlcm4gRElDVCAqZGljdF9wZ3NxbF9vcGVuKGNv bnN0IGNoYXIgKm5hbWUsIGludCB1bnVzZWRfZmxhZ3MsIGludCBkaWN0X2ZsYWdzKTsNCisNCisN CisjZW5kaWYNCg== ------------751ED1A5320277C1 Content-Type: application/octet-stream; name="Makefile.in.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Makefile.in.patch" LS0tIHNuYXBzaG90LTIwMDExMTA1L3NyYy91dGlsL01ha2VmaWxlLmluCVNhdCBOb3YgIDMgMDI6 MTc6MzcgMjAwMQorKysgc25hcHNob3QtMjAwMTExMDVvbGQvc3JjL3V0aWwvTWFrZWZpbGUuaW4J V2VkIE5vdiAxNCAxMjozOTo0MSAyMDAxCkBAIC0yLDcgKzIsNyBAQAogU1JDUwk9IGFyZ3YuYyBh cmd2X3NwbGl0LmMgYmFzZW5hbWUuYyBiaW5oYXNoLmMgY2hyb290X3VpZC5jIFwKIAljbG9zZV9v bl9leGVjLmMgY29uY2F0ZW5hdGUuYyBkaWN0LmMgZGljdF9kYi5jIGRpY3RfZGJtLmMgXAogCWRp Y3RfZW52LmMgZGljdF9odC5jIGRpY3RfbGRhcC5jIGRpY3RfbXlzcWwuYyBkaWN0X25pLmMgZGlj dF9uaXMuYyBcCi0JZGljdF9uaXNwbHVzLmMgZGljdF9vcGVuLmMgZGlyX2ZvcmVzdC5jIGRvemUu YyBlbnZpcm9uLmMgXAorCWRpY3RfbmlzcGx1cy5jIGRpY3Rfb3Blbi5jIGRpY3RfcGdzcWwuYyBk aXJfZm9yZXN0LmMgZG96ZS5jIGVudmlyb24uYyBcCiAJZXZlbnRzLmMgZXhlY19jb21tYW5kLmMg Zmlmb19saXN0ZW4uYyBmaWZvX3RyaWdnZXIuYyBmaWxlX2xpbWl0LmMgXAogCWZpbmRfaW5ldC5j IGZzc3BhY2UuYyBmdWxsbmFtZS5jIGdldF9kb21haW5uYW1lLmMgZ2V0X2hvc3RuYW1lLmMgXAog CWh0YWJsZS5jIGluZXRfYWRkcl9ob3N0LmMgaW5ldF9hZGRyX2xpc3QuYyBpbmV0X2FkZHJfbG9j YWwuYyBcCkBAIC0yOCw3ICsyOCw3IEBACiBPQkpTCT0gYXJndi5vIGFyZ3Zfc3BsaXQubyBiYXNl bmFtZS5vIGJpbmhhc2gubyBjaHJvb3RfdWlkLm8gXAogCWNsb3NlX29uX2V4ZWMubyBjb25jYXRl bmF0ZS5vIGRpY3QubyBkaWN0X2RiLm8gZGljdF9kYm0ubyBcCiAJZGljdF9lbnYubyBkaWN0X2h0 Lm8gZGljdF9sZGFwLm8gZGljdF9teXNxbC5vIGRpY3RfbmkubyBkaWN0X25pcy5vIFwKLQlkaWN0 X25pc3BsdXMubyBkaWN0X29wZW4ubyBkaXJfZm9yZXN0Lm8gZG96ZS5vIGVudmlyb24ubyBcCisJ ZGljdF9uaXNwbHVzLm8gZGljdF9vcGVuLm8gZGljdF9wZ3NxbC5vIGRpcl9mb3Jlc3QubyBkb3pl Lm8gZW52aXJvbi5vIFwKIAlldmVudHMubyBleGVjX2NvbW1hbmQubyBmaWZvX2xpc3Rlbi5vIGZp Zm9fdHJpZ2dlci5vIGZpbGVfbGltaXQubyBcCiAJZmluZF9pbmV0Lm8gZnNzcGFjZS5vIGZ1bGxu YW1lLm8gZ2V0X2RvbWFpbm5hbWUubyBnZXRfaG9zdG5hbWUubyBcCiAJaHRhYmxlLm8gaW5ldF9h ZGRyX2hvc3QubyBpbmV0X2FkZHJfbGlzdC5vIGluZXRfYWRkcl9sb2NhbC5vIFwKQEAgLTUzLDcg KzUzLDcgQEAKIAlhdHRyX3NjYW4ubyBiYXNlNjRfY29kZS5vCiBIRFJTCT0gYXJndi5oIGF0dHIu aCBiaW5oYXNoLmggY2hyb290X3VpZC5oIGNvbm5lY3QuaCBkaWN0LmggZGljdF9kYi5oIFwKIAlk aWN0X2RibS5oIGRpY3RfZW52LmggZGljdF9odC5oIGRpY3RfbGRhcC5oIGRpY3RfbXlzcWwuaCBc Ci0JZGljdF9uaS5oIGRpY3RfbmlzLmggZGljdF9uaXNwbHVzLmggZGlyX2ZvcmVzdC5oIGV2ZW50 cy5oIFwKKwlkaWN0X25pLmggZGljdF9uaXMuaCBkaWN0X25pc3BsdXMuaCBkaWN0X3Bnc3FsLmgg ZGlyX2ZvcmVzdC5oIGV2ZW50cy5oIFwKIAlleGVjX2NvbW1hbmQuaCBmaW5kX2luZXQuaCBmc3Nw YWNlLmggZnVsbG5hbWUuaCBnZXRfZG9tYWlubmFtZS5oIFwKIAlnZXRfaG9zdG5hbWUuaCBodGFi bGUuaCBpbmV0X2FkZHJfaG9zdC5oIGluZXRfYWRkcl9saXN0LmggXAogCWluZXRfYWRkcl9sb2Nh bC5oIGluZXRfdXRpbC5oIGlvc3R1ZmYuaCBsaW5lX3dyYXAuaCBsaXN0ZW4uaCBsc3RhdF9hcy5o IFwK ------------751ED1A5320277C1 Content-Type: application/octet-stream; name="PGSQL_README.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="PGSQL_README.patch" ZGlmZiAtdSAtciAtTiBzbmFwc2hvdC0yMDAxMTEwNS9QR1NRTF9SRUFETUUgc25hcHNob3QtMjAw MTExMDVvbGQvUEdTUUxfUkVBRE1FCi0tLSBzbmFwc2hvdC0yMDAxMTEwNS9QR1NRTF9SRUFETUUJ V2VkIE5vdiAxNCAxMjo1OTo1NyAyMDAxCisrKyBzbmFwc2hvdC0yMDAxMTEwNW9sZC9QR1NRTF9S RUFETUUJV2VkIE5vdiAxNCAxMjozMDozMiAyMDAxCkBAIC0xICsxLDk0IEBACitQb3N0Z3JlU1FM IG1hcCB0eXBlIGZvciBQb3N0Zml4LgorCitUaGlzIGlzIGJhc2VkIHVwb24gY29kZSB3cml0dGVu IGJ5IFNjb3R0IENvdHRvbiBhbmQgSm9zaHVhIE1hcmN1cywgSUMgR3JvdXAsIEluYy4KKworQWN0 dWFsbHkgaXQgd2FzIHJlYWxseSBtb3JlIG9mIGEgc2VhcmNoIGFuZCByZXBsYWNlIHNvcnQgb2Yg ZGVhbCBmb3IgdGhlCittb3N0IHBhcnQuCisKK0FueXdheXMsIHRoZSBQb3N0Z3JlU1FMIGNoYW5n ZXMgd2VyZSBkb25lIGJ5IEFhcm9uIFNldGhtYW4KKzxhbmRyb3N5bkByYXRib3gub3JnPiBzbyBi dWcgaGltIHdpdGggY29tcGxhaW50cyBpZiB0aGlzIGRvZXNuJ3Qgd29yayByaWdodC4KKworCitJ biBvcmRlciB0byBidWlsZCBwb3N0Zml4IHdpdGggcGdzcWwgbWFwIHN1cHBvcnQsIHlvdSB3aWxs IG5lZWQgdG8gYWRkCistREhBU19QR1NRTCBhbmQgLUkgZm9yIHRoZSBkaXJlY3RvcnkgY29udGFp bmluZyB0aGUgUG9zdGdyZVNRTCBoZWFkZXJzIGFuZAordGhlIGxpYnBxIGxpYnJhcnkgdG8gQVVY TElCUywgZm9yIGV4YW1wbGU6CisKK21ha2UgLWYgTWFrZWZpbGUuaW5pdCBtYWtlZmlsZXMgXAor CSdDQ0FSR1M9LURIQVNfUEdTUUwgLUkvdXNyL2luY2x1ZGUvcGdzcWwnIFwKKwknQVVYTElCUz0t TC91c3IvbGliIC1scHEnCisKK3RoZW4sIGp1c3QgcnVuICdtYWtlJy4KKworUG9zdGZpeCBpbnN0 YWxsYXRpb25zIHdoaWNoIG1heSBiZW5lZml0IGZyb20gdXNpbmcgcGdzcWwgbWFwIHR5cGVzCitp bmNsdWRlIHNpdGVzIHRoYXQgaGF2ZSBhIG5lZWQgZm9yIGluc3RhbnRhbmVvdXMgdXBkYXRlcyBv ZgorZm9yd2FyZGluZywgYW5kIHNpdGVzIHRoYXQgbWF5IGJlbmVmaXQgZnJvbSBoYXZpbmcgbWFp bCBleGNoYW5nZXJzCityZWZlcmVuY2UgYSBuZXR3b3JrZWQgZGF0YWJhc2UsIHBvc3NpYmx5IHdv cmtpbmcgaW4gY29uanVuY3Rpb24gd2l0aCBhCitjdXN0b21lciBkYXRhYmFzZSBvZiBzb3J0cy4K KworT25jZSBwb3N0Zml4IGlzIGJ1aWx0IHdpdGggbXlzcWwgc3VwcG9ydCwgeW91IGNhbiBzcGVj aWZ5IGEgbWFwIHR5cGUKK2luIG1haW4uY2YgbGlrZSB0aGlzOgorCithbGlhc19tYXBzID0gcGdz cWw6L2V0Yy9wb3N0Zml4L3Bnc3FsLWFsaWFzZXMuY2YKKworVGhlIGZpbGUgL2V0Yy9wb3N0Zml4 L3Bnc3FsLWFsaWFzZXMuY2Ygc3BlY2lmaWVzIGxvdHMgb2YgaW5mb3JtYXRpb24KK3RlbGxpbmcg cG9zdGZpeCBob3cgdG8gcmVmZXJlbmNlIHRoZSBwZ3NxbCBkYXRhYmFzZS4gIEFuIGV4YW1wbGUg cGdzcWwgCittYXAgY29uZmlnIGZpbGUgZm9sbG93czoKKworIworIyBwZ3NxbCBjb25maWcgZmls ZSBmb3IgYWxpYXMgbG9va3VwcyBvbiBwb3N0Zml4CisjIGNvbW1lbnRzIGFyZSBvay4KKyMKKwor IyB0aGUgdXNlciBuYW1lIGFuZCBwYXNzd29yZCB0byBsb2cgaW50byB0aGUgbXlzcWwgc2VydmVy Cit1c2VyID0gc29tZW9uZQorcGFzc3dvcmQgPSBzb21lX3Bhc3N3b3JkIAorCisjIHRoZSBkYXRh YmFzZSBuYW1lIG9uIHRoZSBzZXJ2ZXJzCitkYm5hbWUgPSBjdXN0b21lcl9kYXRhYmFzZQorCisj IHRoZSB0YWJsZSBuYW1lCit0YWJsZSA9IG14YWxpYXNlcworCisjCitzZWxlY3RfZmllbGQgPSBm b3J3X2FkZHIKK3doZXJlX2ZpZWxkID0gYWxpYXMKKworIyB5b3UgbWF5IHNwZWNpZnkgYWRkaXRp b25hbF9jb25kaXRpb25zIGhlcmUKK2FkZGl0aW9uYWxfY29uZGl0aW9ucyA9IGFuZCBzdGF0dXMg PSAncGFpZCcKKworIyB0aGUgYWJvdmUgdmFyaWFibGVzIHdpbGwgcmVzdWx0IGluIGEgcXVlcnkg b2YKKyMgdGhlIGZvcm06IAorIyBzZWxlY3QgZm9yd19hZGRyIGZyb20gbXhhbGlhc2VzIHdoZXJl IGFsaWFzID0gJyRsb29rdXAnIGFuZCBzdGF0dXMgPSAncGFpZCcKKyMgKCRsb29rdXAgaXMgZXNj YXBlZCBzbyBpZiBpdCBjb250YWlucyBzaW5nbGUgcXVvdGVzIG9yIG90aGVyIG9kZAorIyBjaGFy YWN0ZXJzLCBpdCB3aWxsIG5vdCBjYXVzZSBhIHBhcnNlIGVycm9yIGluIHRoZSBzcWwpLgorIwor IyB0aGUgaG9zdHMgdGhhdCBwb3N0Zml4IHdpbGwgdHJ5IHRvIGNvbm5lY3QgdG8KKyMgYW5kIHF1 ZXJ5IGZyb20gKGluIHRoZSBvcmRlciBsaXN0ZWQpCisjIHNwZWNpZnkgdW5peDogZm9yIHVuaXgt ZG9tYWluIHNvY2tldHMsIGluZXQ6IGZvciBUQ1AgY29ubmVjdGlvbnMgKGRlZmF1bHQpCitob3N0 cyA9IGhvc3QxLnNvbWUuZG9tYWluIGhvc3QyLnNvbWUuZG9tYWluIHVuaXg6L2ZpbGUvbmFtZQor CisjIGVuZCBwZ3NxbCBjb25maWcgZmlsZQorCitTb21lIG5vdGVzOgorCitUaGlzIGNvbmZpZ3Vy YXRpb24gaW50ZXJmYWNlIHNldHVwIGFsbG93cyBmb3IgbXVsdGlwbGUgbXlzcWwKK2RhdGFiYXNl czogeW91IGNhbiB1c2Ugb25lIGZvciBhIHZpcnR1YWwgdGFibGUsIG9uZSBmb3IgYW4gYWNjZXNz Cit0YWJsZSwgYW5kIG9uZSBmb3IgYW4gYWxpYXNlcyB0YWJsZSBpZiB5b3Ugd2FudC4KKworU2lu Y2Ugc2l0ZXMgdGhhdCBoYXZlIGEgbmVlZCBmb3IgbXVsdGlwbGUgbWFpbCBleGNoYW5nZXJzIG1h eSBlbmpveQordGhlIGNvbnZlbmllbmNlIG9mIHVzaW5nIGEgbmV0d29ya2VkIG1haWxlciBkYXRh YmFzZSwgYnV0IGRvIG5vdCB3YW50IAordG8gaW50cm9kdWNlIGEgc2luZ2xlIHBvaW50IG9mIGZh aWx1cmUgdG8gdGhlaXIgc3lzdGVtLCB3ZSd2ZSBpbmNsdWRlZCAKK3RoZSBhYmlsaXR5IHRvIGhh dmUgcG9zdGZpeCByZWZlcmVuY2UgbXVsdGlwbGUgaG9zdHMgZm9yIGFjY2VzcyB0byBhCitzaW5n bGUgbXlzcWwgbWFwLiAgVGhpcyB3aWxsIHdvcmsgaWYgc2l0ZXMgc2V0IHVwIG1pcnJvcmVkIG15 c3FsCitkYXRhYmFzZXMgb24gdHdvIG9yIG1vcmUgaG9zdHMuICBXaGVuZXZlciBxdWVyaWVzIGZh aWwgd2l0aCBhbiBlcnJvcgorYXQgb25lIGhvc3QsIHRoZSByZXN0IG9mIHRoZSBob3N0cyB3aWxs IGJlIHRyaWVkIGluIG9yZGVyLiAgRWFjaCBob3N0Cit0aGF0IGlzIGluIGFuIGVycm9yIHN0YXRl IHdpbGwgdW5kZXJnbyBhIHJlY29ubmVjdGlvbiBhdHRlbXB0IGV2ZXJ5IHNvIAorb2Z0ZW4sIGFu ZCBpZiBubyBteXNxbCBzZXJ2ZXIgaG9zdHMgYXJlIHJlYWNoYWJsZSwgdGhlbiBtYWlsIHdpbGwg YmUKK2RlZmVycmVkIHVudGlsIGF0IGxlYXN0IG9uZSBvZiB0aG9zZSBob3N0cyBpcyByZWFjaGFi bGUuCisKK1BlcmZvcm1hbmNlIG9mIHBvc3RmaXggd2l0aCBwZ3NxbCBoYXMgbm90IGJlZW4gdGhv cm91Z2hseSB0ZXN0ZWQsCitob3dldmVyLCB3ZSBoYXZlIGZvdW5kIGl0IHRvIGJlIHN0YWJsZS4g IEJ1c3kgbWFpbCBzZXJ2ZXJzIHVzaW5nIHBnc3FsCittYXBzIHdpbGwgZ2VuZXJhdGUgbG90cyBv ZiBjb25jdXJyZW50IHBnc3FsIGNsaWVudHMsIHNvIHRoZSBwZ3NxbAorc2VydmVyKHMpIHNob3Vs ZCBiZSBydW4gd2l0aCB0aGlzIGZhY3QgaW4gbWluZC4gIEFueSBmdXJ0aGVyCitwZXJmb3JtYW5j ZSBpbmZvcm1hdGlvbiwgaW4gYWRkaXRpb24gdG8gYW55IGZlZWRiYWNrIGlzIG1vc3Qgd2VsY29t ZS4KKwo= ------------751ED1A5320277C1 Content-Type: application/octet-stream; name="snapshot-20011105_quota.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="snapshot-20011105_quota.patch" ZGlmZiAtdSAtLW5ldy1maWxlIC0tcmVjdXJzaXZlIHNuYXBzaG90LTIwMDExMTA1Lm9yaWcvVklS VFVBTF9SRUFETUUgc25hcHNob3QtMjAwMTExMDUvVklSVFVBTF9SRUFETUUKLS0tIHNuYXBzaG90 LTIwMDExMTA1Lm9yaWcvVklSVFVBTF9SRUFETUUJRnJpIEZlYiAyMyAwMTo1NDoyMSAyMDAxCisr KyBzbmFwc2hvdC0yMDAxMTEwNS9WSVJUVUFMX1JFQURNRQlUdWUgTm92ICA2IDExOjMyOjA3IDIw MDEKQEAgLTc1LDYgKzc1LDI0IEBACiAgICAgU3BlY2lmaWVzIGEgbWluaW11bSB1aWQgdGhhdCB3 aWxsIGJlIGFjY2VwdGVkIGFzIGEgcmV0dXJuIGZyb20KICAgICBhIHZpcnR1YWxfdWlkX21hcHMg bG9va3VwLiBSZXR1cm5lZCB2YWx1ZXMgbGVzcyB0aGFuIHRoaXMgd2lsbAogICAgIGJlIHJlamVj dGVkLCBhbmQgdGhlIG1lc3NhZ2Ugd2lsbCBiZSBkZWZlcnJlZC4KKyAgICBOb3RlIHRoYXQgdGhp cyB2YWx1ZSBpcyBub3QgY2hlY2tlZCB3aGVuIHZpcnR1YWxfc3RhdGljX3VpZGdpZCBpcworICAg IHNldCB0byBvbi4KKwordmlydHVhbF9zdGF0aWNfdWlkZ2lkCisKKyAgICBXaGVuIHNldCB0byBZ ZXMsIHRoZSB2aXJ0dWFsX3N0YXRpY191aWQgYW5kIHZpcnR1YWxfc3RhdGljX2dpZCB3aWxsCisg ICAgYmUgdXNlZCBmb3IgYWxsIHJlY2lwaWVudHMgaW5zdGVhZCBvZiB2aXJ0dWFsX3VpZF9tYXBz IGFuZCB2aXJ0dWFsX2dpZF9tYXBzLgorICAgIE5vdGUgdGhhdCB2aXJ0dWFsX21pbmltdW1fdWlk IHdpbGwgbm90IGJlIHVzZWQgYXQgYWxsLgorCit2aXJ0dWFsX3N0YXRpY191aWQKKworICAgIFRo ZSB1aWQgdG8gdXNlIGZvciB0aGUgcmVjaXBpZW50cyB3aGVuIHZpcnR1YWxfc3RhdGljX3VpZGdp ZCBpcyBzZXQgdG8KKyAgICB5ZXMuCisKK3ZpcnR1YWxfc3RhdGljX2dpZAorCisgICAgVGhlIGdp ZCB0byB1c2UgZm9yIHRoZSByZWNpcGllbnRzIHdoZW4gdmlydHVhbF9zdGF0aWNfdWlkZ2lkIGlz IHNldCB0bworICAgIHllcy4KIAogdmlydHVhbF91aWRfbWFwcwogCkBAIC04NCw2ICsxMDIsMTEg QEAKICAgICBGb3Igc2VjdXJpdHkgcmVhc29ucywgcmVnZXhwIG1hcHMgYXJlIG5vdCBhbGxvd2Vk IGhlcmUsIGJlY2F1c2UKICAgICB0aGVpciAkMSBldGMuIHN1YnN0aXR1dGlvbnMgd291bGQgb3Bl biBhIHNlY3VyaXR5IGhvbGUuCiAKKyAgICBSZWNpcGllbnRzIG1heSBiZSBzcGVjaWZpZWQgYnkg ZnVsbCBhZGRyZXNzICh1c2VyQGRvbWFpbiksCisgICAgdXNlciBuYW1lICh1c2VyIC0gbm90IHJl Y29tbWVuZGVkIGhvd2V2ZXIpIG9yIGRvbWFpbiBuYW1lIG9ubHkKKyAgICAoQGRvbWFpbikuIFRo ZSBsYXR0ZXIgZm9ybWF0IGlzIHZlcnkgdXNlZnVsIGZvciB1c2VyIHBlciB2aXJ0dWFsCisgICAg ZG9tYWluIGNvbmZpZ3VyYXRpb25zLgorICAgIAogdmlydHVhbF9naWRfbWFwcwogCiAgICAgUmVj aXBpZW50cyBhcmUgbG9va2VkIHVwIGluIHRoaXMgbWFwIHRvIGRldGVybWluZSB0aGUgR0lEIChn cm91cApAQCAtOTEsNyArMTE0LDEyIEBACiAKICAgICBGb3Igc2VjdXJpdHkgcmVhc29ucywgcmVn ZXhwIG1hcHMgYXJlIG5vdCBhbGxvd2VkIGhlcmUsIGJlY2F1c2UKICAgICB0aGVpciAkMSBldGMu IHN1YnN0aXR1dGlvbnMgd291bGQgb3BlbiBhIHNlY3VyaXR5IGhvbGUuCi0KKyAgICAKKyAgICBS ZWNpcGllbnRzIG1heSBiZSBzcGVjaWZpZWQgYnkgZnVsbCBhZGRyZXNzICh1c2VyQGRvbWFpbiks CisgICAgdXNlciBuYW1lICh1c2VyIC0gbm90IHJlY29tbWVuZGVkIGhvd2V2ZXIpIG9yIGRvbWFp biBuYW1lIG9ubHkKKyAgICAoQGRvbWFpbikuIFRoZSBsYXR0ZXIgZm9ybWF0IGlzIHZlcnkgdXNl ZnVsIGZvciBncm91cCBwZXIgdmlydHVhbAorICAgIGRvbWFpbiBjb25maWd1cmF0aW9ucy4KKyAg ICAKIHZpcnR1YWxfbWFpbGJveF9sb2NrCiAKICAgICBUaGlzIHNldHRpbmcgaXMgaWdub3JlZCBp biBjYXNlIG9mIG1haWxkaXIgZGVsaXZlcnkuCkBAIC0xMDIsMTMgKzEzMCw1NSBAQAogICAgIHJl cXVpcmVzIHRoYXQgdGhlIHJlY2lwaWVudCBVSUQgb3IgR0lEIGhhcyB3cml0ZSBhY2Nlc3MgdG8g dGhlCiAgICAgcGFyZW50IGRpcmVjdG9yeSBvZiB0aGUgbWFpbGJveCBmaWxlLgogCi0gICAgVXNl IHRoZSAicG9zdGNvbmYgLW0iIGNvbW1hbmQgdG8gZmluZCBvdXQgd2hhdCBsb2NraW5nIG1ldGhv ZHMKKyAgICBVc2UgdGhlICJwb3N0Y29uZiAtbCIgY29tbWFuZCB0byBmaW5kIG91dCB3aGF0IGxv Y2tpbmcgbWV0aG9kcwogICAgIFBvc3RmaXggc3VwcG9ydHMgb24geW91ciBzeXN0ZW0uCiAKIHZp cnR1YWxfbWFpbGJveF9zaXplCiAKLSAgICBBbiB1cHBlciBsaW1pdCBvbiB0aGUgc2l6ZSBvZiBh IG1haWxib3ggb3IgbWFpbGRpciBmaWxlLgorICAgIEFuIHVwcGVyIGxpbWl0IG9uIHRoZSBzaXpl IG9mIGEgbWFpbGJveCBvciBtYWlsZGlyIGZpbGUgaW4gYnl0ZXMuCisKK3ZpcnR1YWxfbWFpbGJv eF9saW1pdF9tYXBzCisKKyAgICBSZWNpcGllbnRzIGFyZSBsb29rZWQgdXAgaW4gdGhpcyBtYXAg dG8gZGV0ZXJtaW5lIHRoZSB1cHBlciBsaW1pdAorICAgIG9uIHRoZSBzaXplIG9mIGEgbWFpbGJv eCBmaWxlIG9yIGEgbWFpbGRpciBkaXJlY3RvcnkgKGFuZCBzdWJkaXJlY3RvcmllcykKKyAgICBp biBieXRlcy4KKyAgICAKKyAgICBSZWNpcGllbnRzIG1heSBiZSBzcGVjaWZpZWQgYnkgZnVsbCBh ZGRyZXNzICh1c2VyQGRvbWFpbiksCisgICAgdXNlciBuYW1lICh1c2VyIC0gbm90IHJlY29tbWVu ZGVkIGhvd2V2ZXIpIG9yIGRvbWFpbiBuYW1lIG9ubHkKKyAgICAoQGRvbWFpbikuIFRoZSBsYXR0 ZXIgZm9ybWF0IGlzIHZlcnkgdXNlZnVsIGZvciBvbmUgbGltaXQgcGVyCisgICAgdmlydHVhbCBk b21haW4gY29uZmlndXJhdGlvbnMuCisKK3ZpcnR1YWxfbWFpbGRpcl9saW1pdF9tZXNzYWdlCisK KyAgICBFcnJvciBtZXNzYWdlIHRvIGRpc3BsYXkgd2hlbiBNYWlsYm94L01haWxkaXIgbGltaXQg aGFzIGJlZW4gcmVhY2hlZC4KKyAgICBUaGUgbWVzc2FnZSBzaXplIGlzIGxpbWl0ZWQgdG8gODAg Y2hhcmFjdGVycy4KKyAgICAoTk9URTogb25seSB1c2VkIG9uIE1haWxkaXIgZGVsaXZlcnkgZm9y IG5vdykuCisKK3ZpcnR1YWxfbWFpbGJveF9saW1pdF9pbmJveAorCisgICAgQm9vbGVhbiBhbmQg Y2hlY2tlZCBvbmx5IHdoZW4gTWFpbGRpciBkZWxpdmVyeSBpcyB1c2VkLiBJZiBzZXQgdG8KKyAg ICB5ZXMgKGRlZmF1bHQgbm8pLCBvbmx5IElOQk9YIGlzIGNoZWNrZWQgbm90IGFsbCBzdWJmb2xk ZXJzIHRoYXQgaGFzIGJlZW4KKyAgICBjcmVhdGVkIGJ5IElNQVAgYWNjZXNzIHRvIE1haWxkaXIu CisgICAgSWYgdmlydHVhbF9tYWlsZGlyX2V4dGVuZGVkIGlzIHNldCwgdGhlbiB0aGUgZGlza3F1 b3RhIGNhbGN1bGF0aW9uIHdpbGwKKyAgICBiZSBjb21wdXRlZCB1c2luZyBNYWlsZGlyKysgZmls YW5hbWUgaW5zdGVhZCBvZiB1c2luZyBzdGF0KCkuCisKK3ZpcnR1YWxfbWFpbGJveF9saW1pdF9v dmVycmlkZQorCisgICAgQm9vbGVhbi4gSWYgc2V0IHRoaXMgd2lsbCBvdmVycmlkZSBtZXNzYWdl X3NpemVfbGltaXQgZXZlbiBpZiB0aGUKKyAgICB2aXJ0dWFsX21haWxib3hfbGltaXRfc2l6ZSB2 YWx1ZSBvciBpZiB0aGUgdmFsdWUgZ2l2ZW4gYnkgdGhlIG1hcHMKKyAgICB2aXJ0dWFsX21haWxi b3hfbGltaXRfbWFwcyBpcyBzbWFsbGVyIHRoYW4gbWVzc2FnZV9zaXplX2xpbWl0LgorCit2aXJ0 dWFsX21haWxkaXJfZXh0ZW5kZWQKKworICAgIEJvb2xlYW4gYW5kIHVzZWQgb25seSBvbiBNYWls ZGlyIGRlbGl2ZXJ5LiBJZiBzZXQgdG8geWVzIChkZWZhdWx0IG5vKSwgCisgICAgdGhlbiB0aGUg c2l6ZSBvZiB0aGUgbWFpbCB3aWxsIGJlIGFwcGVuZWQgdG8gdGhlIGZpbGVuYW1lIHRvIGZvbGxv dyB0aGUKKyAgICBzcGVjaWZpY2F0aW9uIG9mIE1haWxkaXIrKyAodXNlZCB3aXRoIGNvdXJpZXIt aW1hcCBzb2Z0cXVvdGEgb3B0aW9ucykuCisKK3ZpcnR1YWxfbWFpbGRpcl9zdWZmaXgKIAorICAg IFN0cmluZyB0byBhZGQgdG8gZXhpc3RpbmcgTWFpbGRpciBQYXRoLiBNdXN0IGhhdmUgYSAiLyIg dHJhaWxsZXIgdG8KKyAgICBoYXZlIGEgZGlyZWN0b3J5IG1ha2VkLgorCQkgICAgCiBFeGFtcGxl IDE6IHVzaW5nIHRoZSB2aXJ0dWFsIGRlbGl2ZXJ5IGFnZW50IGZvciBhbGwgbG9jYWwgbWFpbAog PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT0KIApkaWZmIC11IC0tbmV3LWZpbGUgLS1yZWN1cnNpdmUgc25hcHNob3QtMjAwMTExMDUu b3JpZy9zcmMvZ2xvYmFsL21haWxfcGFyYW1zLmggc25hcHNob3QtMjAwMTExMDUvc3JjL2dsb2Jh bC9tYWlsX3BhcmFtcy5oCi0tLSBzbmFwc2hvdC0yMDAxMTEwNS5vcmlnL3NyYy9nbG9iYWwvbWFp bF9wYXJhbXMuaAlTYXQgT2N0IDEzIDAyOjU1OjM4IDIwMDEKKysrIHNuYXBzaG90LTIwMDExMTA1 L3NyYy9nbG9iYWwvbWFpbF9wYXJhbXMuaAlUdWUgTm92ICA2IDExOjMyOjA3IDIwMDEKQEAgLTEy NDQsNiArMTI0NCwxOCBAQAogI2RlZmluZSBERUZfVklSVF9NQUlMQk9YX01BUFMJCSIiCiBleHRl cm4gY2hhciAqdmFyX3ZpcnRfbWFpbGJveF9tYXBzOwogCisjZGVmaW5lIFZBUl9WSVJUX1NUQVRJ Q19VSURHSUQJCSJ2aXJ0dWFsX3N0YXRpY191aWRnaWQiCisjZGVmaW5lIERFRl9WSVJUX1NUQVRJ Q19VSURHSUQJCTAKK2V4dGVybiBib29sIHZhcl92aXJ0X3N0YXRpY191aWRnaWQ7CisKKyNkZWZp bmUgVkFSX1ZJUlRfU1RBVElDX1VJRAkJInZpcnR1YWxfc3RhdGljX3VpZCIKKyNkZWZpbmUgREVG X1ZJUlRfU1RBVElDX1VJRAkJMTAwCitleHRlcm4gaW50IHZhcl92aXJ0X3N0YXRpY191aWQ7CisK KyNkZWZpbmUgVkFSX1ZJUlRfU1RBVElDX0dJRAkJInZpcnR1YWxfc3RhdGljX2dpZCIKKyNkZWZp bmUgREVGX1ZJUlRfU1RBVElDX0dJRAkJMTAwCitleHRlcm4gaW50IHZhcl92aXJ0X3N0YXRpY19n aWQ7CisKICNkZWZpbmUgVkFSX1ZJUlRfVUlEX01BUFMJCSJ2aXJ0dWFsX3VpZF9tYXBzIgogI2Rl ZmluZSBERUZfVklSVF9VSURfTUFQUwkJIiIKIGV4dGVybiBjaGFyICp2YXJfdmlydF91aWRfbWFw czsKQEAgLTEyNTEsNiArMTI2MywzMCBAQAogI2RlZmluZSBWQVJfVklSVF9HSURfTUFQUwkJInZp cnR1YWxfZ2lkX21hcHMiCiAjZGVmaW5lIERFRl9WSVJUX0dJRF9NQVBTCQkiIgogZXh0ZXJuIGNo YXIgKnZhcl92aXJ0X2dpZF9tYXBzOworCisjZGVmaW5lIFZBUl9WSVJUX01BSUxCT1hfTElNSVRf TUFQUwkidmlydHVhbF9tYWlsYm94X2xpbWl0X21hcHMiCisjZGVmaW5lIERFRl9WSVJUX01BSUxC T1hfTElNSVRfTUFQUwkiIgorZXh0ZXJuIGNoYXIgKnZhcl92aXJ0X21haWxib3hfbGltaXRfbWFw czsKKworI2RlZmluZSBWQVJfVklSVF9NQUlMRElSX0xJTUlUX01FU1NBR0UJInZpcnR1YWxfbWFp bGRpcl9saW1pdF9tZXNzYWdlIgorI2RlZmluZSBERUZfVklSVF9NQUlMRElSX0xJTUlUX01FU1NB R0UJIlNvcnJ5LCB0aGUgdXNlcidzIG1haWxkaXIgaGFzIG92ZXJkcmF3biBoaXMgZGlza3NwYWNl IHF1b3RhLCBwbGVhc2UgdHJ5IGFnYWluIGxhdGVyLiIKK2V4dGVybiBjaGFyICp2YXJfdmlydF9t YWlsZGlyX2xpbWl0X21lc3NhZ2U7CisKKyNkZWZpbmUgVkFSX1ZJUlRfTUFJTEJPWF9MSU1JVF9J TkJPWAkidmlydHVhbF9tYWlsYm94X2xpbWl0X2luYm94IgorI2RlZmluZSBERUZfVklSVF9NQUlM Qk9YX0xJTUlUX0lOQk9YCTAKK2V4dGVybiBib29sIHZhcl92aXJ0X21haWxib3hfbGltaXRfaW5i b3g7CisKKyNkZWZpbmUgVkFSX1ZJUlRfTUFJTEJPWF9MSU1JVF9PVkVSUklERQkidmlydHVhbF9t YWlsYm94X2xpbWl0X292ZXJyaWRlIgorI2RlZmluZSBERUZfVklSVF9NQUlMQk9YX0xJTUlUX09W RVJSSURFCTAKK2V4dGVybiBib29sIHZhcl92aXJ0X21haWxib3hfbGltaXRfb3ZlcnJpZGU7CisK KyNkZWZpbmUgVkFSX1ZJUlRfTUFJTERJUl9FWFRFTkRFRAkidmlydHVhbF9tYWlsZGlyX2V4dGVu ZGVkIgorI2RlZmluZQlERUZfVklSVF9NQUlMRElSX0VYVEVOREVECTAKK2V4dGVybiBib29sIHZh cl92aXJ0X21haWxkaXJfZXh0ZW5kZWQ7CisKKyNkZWZpbmUgVkFSX1ZJUlRfTUFJTERJUl9TVUZG SVgJCSJ2aXJ0dWFsX21haWxkaXJfc3VmZml4IgorI2RlZmluZSBERUZfVklSVF9NQUlMRElSX1NV RkZJWAkJIiIKK2V4dGVybiBjaGFyICp2YXJfdmlydF9tYWlsZGlyX3N1ZmZpeDsKIAogI2RlZmlu ZSBWQVJfVklSVF9NSU5VSUQJCQkidmlydHVhbF9taW5pbXVtX3VpZCIKICNkZWZpbmUgREVGX1ZJ UlRfTUlOVUlECQkJMTAwCmRpZmYgLXUgLS1uZXctZmlsZSAtLXJlY3Vyc2l2ZSBzbmFwc2hvdC0y MDAxMTEwNS5vcmlnL3NyYy92aXJ0dWFsL21haWxib3guYyBzbmFwc2hvdC0yMDAxMTEwNS9zcmMv dmlydHVhbC9tYWlsYm94LmMKLS0tIHNuYXBzaG90LTIwMDExMTA1Lm9yaWcvc3JjL3ZpcnR1YWwv bWFpbGJveC5jCVR1ZSBNYXIgMjcgMjM6NTI6MDEgMjAwMQorKysgc25hcHNob3QtMjAwMTExMDUv c3JjL3ZpcnR1YWwvbWFpbGJveC5jCVR1ZSBOb3YgIDYgMTE6MzI6MDcgMjAwMQpAQCAtNTYsNiAr NTYsNyBAQAogLyogR2xvYmFsIGxpYnJhcnkuICovCiAKICNpbmNsdWRlIDxtYWlsX2NvcHkuaD4K KyNpbmNsdWRlIDxtYWlsX2FkZHJfZmluZC5oPgogI2luY2x1ZGUgPG1ib3hfb3Blbi5oPgogI2lu Y2x1ZGUgPGRlZmVyLmg+CiAjaW5jbHVkZSA8c2VudC5oPgpAQCAtNzIsNiArNzMsNDAgQEAKICNk ZWZpbmUgWUVTCTEKICNkZWZpbmUgTk8JMAogCisvKiBjaGFuZ2VfbWFpbGJveF9saW1pdCAtIGNo YW5nZSBsaW1pdCBmb3IgbWFpbGJveCBmaWxlICovCisKK3N0YXRpYyBpbnQgY2hhbmdlX21haWxi b3hfbGltaXQoTE9DQUxfU1RBVEUgc3RhdGUsIFVTRVJfQVRUUiB1c3JfYXR0cikKK3sKKyAgICBj aGFyICAgKm15bmFtZSA9ICJjaGFuZ2VfbWFpbGJveF9saW1pdCI7CisgICAgY29uc3QgY2hhciAq bGltaXRfcmVzOworICAgIGxvbmcgICAgbjsKKyAgICBpbnQgICAgIHN0YXR1cyA9IE5POworICAg IAorICAgIC8qCisgICAgICogTG9vayB1cCB0aGUgbWFpbGJveCBsaW1pdCBzaXplLiBGYWxsIGJh Y2sgdG8gdmlydHVhbF9tYWlsYm94X2xpbWl0IGluCisgICAgICogY2FzZSBsaW1pdCBpcyBzbWFs bGVyIHRoYW4gbWVzc2FnZV9zaXplX2xpbWl0LgorICAgICAqLworICAgIGlmIChsaW1pdF9yZXMg PSBtYWlsX2FkZHJfZmluZCh2aXJ0dWFsX21haWxib3hfbGltaXRfbWFwcywKKwkJCQkgICBzdGF0 ZS5tc2dfYXR0ci51c2VyLCAoY2hhciAqKikgMCkpIHsKKwluID0gYXRvbChsaW1pdF9yZXMpOwor CWlmICgobiA+IDApICYmIChuIDwgdmFyX21lc3NhZ2VfbGltaXQpICYmICghdmFyX3ZpcnRfbWFp bGJveF9saW1pdF9vdmVycmlkZSkpIHsKKwkgICAgbXNnX3dhcm4oInJlY2lwaWVudCAlczogbWFp bGJveCBsaW1pdCBpcyBzbWFsbGVyIHRoYW4gJXMgIgorCQkgICAgICJpbiAlcyAtIGZhbGxpbmcg YmFjayB0byAlcyIsCisJCSAgICAgc3RhdGUubXNnX2F0dHIudXNlciwgVkFSX01FU1NBR0VfTElN SVQsCisJCSAgICAgdmlydHVhbF9tYWlsYm94X2xpbWl0X21hcHMtPnRpdGxlLAorCQkgICAgIFZB Ul9WSVJUX01BSUxCT1hfTElNSVQpOworCX0gZWxzZSB7CisJICAgIHNldF9maWxlX2xpbWl0KG4p OworCSAgICBzdGF0dXMgPSBZRVM7CisJICAgIGlmIChtc2dfdmVyYm9zZSkKKwkgICAgICAgIG1z Z19pbmZvKCIlc1slZF06IHNldCBtYXhpbXVtIG1haWxib3ggc2l6ZSAlcyB0byAlbGQiLAorCQkJ IG15bmFtZSwgc3RhdGUubGV2ZWwsIHVzcl9hdHRyLm1haWxib3gsIG4pOworCX0KKyAgICB9CisK KyAgICByZXR1cm4gKHN0YXR1cyk7Cit9CisKIC8qIGRlbGl2ZXJfbWFpbGJveF9maWxlIC0gZGVs aXZlciB0byByZWNpcGllbnQgbWFpbGJveCAqLwogCiBzdGF0aWMgaW50IGRlbGl2ZXJfbWFpbGJv eF9maWxlKExPQ0FMX1NUQVRFIHN0YXRlLCBVU0VSX0FUVFIgdXNyX2F0dHIpCkBAIC0xODQsNDIg KzIxOSw0OSBAQAogCQkJCSAgIG1haWxib3hfcmVzLCAoY2hhciAqKSAwKTsKIAogI2RlZmluZSBS RVRVUk4ocmVzKSB7IG15ZnJlZSh1c3JfYXR0ci5tYWlsYm94KTsgcmV0dXJuIChyZXMpOyB9Ci0K LSAgICAvKgotICAgICAqIExvb2sgdXAgdGhlIG1haWxib3ggb3duZXIgcmlnaHRzLiBEZWZlciBp biBjYXNlIG9mIHRyb3VibGUuCi0gICAgICovCi0gICAgaWYgKCh1aWRfcmVzID0gbWFwc19maW5k KHZpcnR1YWxfdWlkX21hcHMsIHN0YXRlLm1zZ19hdHRyLnVzZXIsCi0JCQkgICAgIERJQ1RfRkxB R19GSVhFRCkpID09IDApIHsKLQkqc3RhdHVzcCA9IGRlZmVyX2FwcGVuZChCT1VOQ0VfRkxBR19L RUVQLCBCT1VOQ0VfQVRUUihzdGF0ZS5tc2dfYXR0ciksCi0JCQkJInJlY2lwaWVudCAlczogdWlk IG5vdCBmb3VuZCBpbiAlcyIsCi0JCQkgICAgICBzdGF0ZS5tc2dfYXR0ci51c2VyLCB2aXJ0dWFs X3VpZF9tYXBzLT50aXRsZSk7Ci0JUkVUVVJOKFlFUyk7Ci0gICAgfQotICAgIGlmICgobiA9IGF0 b2wodWlkX3JlcykpIDwgdmFyX3ZpcnRfbWluaW11bV91aWQpIHsKLQkqc3RhdHVzcCA9IGRlZmVy X2FwcGVuZChCT1VOQ0VfRkxBR19LRUVQLCBCT1VOQ0VfQVRUUihzdGF0ZS5tc2dfYXR0ciksCi0J CQkJInJlY2lwaWVudCAlczogYmFkIHVpZCAlcyBpbiAlcyIsCi0JCSAgICAgc3RhdGUubXNnX2F0 dHIudXNlciwgdWlkX3JlcywgdmlydHVhbF91aWRfbWFwcy0+dGl0bGUpOwotCVJFVFVSTihZRVMp OwotICAgIH0KLSAgICB1c3JfYXR0ci51aWQgPSAodWlkX3QpIG47Ci0KLSAgICAvKgotICAgICAq IExvb2sgdXAgdGhlIG1haWxib3ggZ3JvdXAgcmlnaHRzLiBEZWZlciBpbiBjYXNlIG9mIHRyb3Vi bGUuCi0gICAgICovCi0gICAgaWYgKChnaWRfcmVzID0gbWFwc19maW5kKHZpcnR1YWxfZ2lkX21h cHMsIHN0YXRlLm1zZ19hdHRyLnVzZXIsCi0JCQkgICAgIERJQ1RfRkxBR19GSVhFRCkpID09IDAp IHsKLQkqc3RhdHVzcCA9IGRlZmVyX2FwcGVuZChCT1VOQ0VfRkxBR19LRUVQLCBCT1VOQ0VfQVRU UihzdGF0ZS5tc2dfYXR0ciksCi0JCQkJInJlY2lwaWVudCAlczogZ2lkIG5vdCBmb3VuZCBpbiAl cyIsCi0JCQkgICAgICBzdGF0ZS5tc2dfYXR0ci51c2VyLCB2aXJ0dWFsX2dpZF9tYXBzLT50aXRs ZSk7Ci0JUkVUVVJOKFlFUyk7Ci0gICAgfQotICAgIGlmICgobiA9IGF0b2woZ2lkX3JlcykpIDw9 IDApIHsKLQkqc3RhdHVzcCA9IGRlZmVyX2FwcGVuZChCT1VOQ0VfRkxBR19LRUVQLCBCT1VOQ0Vf QVRUUihzdGF0ZS5tc2dfYXR0ciksCi0JCQkJInJlY2lwaWVudCAlczogYmFkIGdpZCAlcyBpbiAl cyIsCi0JCSAgICAgc3RhdGUubXNnX2F0dHIudXNlciwgZ2lkX3JlcywgdmlydHVhbF9naWRfbWFw cy0+dGl0bGUpOwotCVJFVFVSTihZRVMpOworICAgIGlmKHZhcl92aXJ0X3N0YXRpY191aWRnaWQp IHsKKyAgICAgICAvKgorCSogU3RhdGljIHVzZWQgaGVyZQorCSovCisgICAgICAgdXNyX2F0dHIu dWlkID0gdmFyX3ZpcnRfc3RhdGljX3VpZDsKKyAgICAgICB1c3JfYXR0ci5naWQgPSB2YXJfdmly dF9zdGF0aWNfZ2lkOwkgICAgCisgICAgfSBlbHNlIHsKKyAgICAgICAvKgorICAgICAgICAqIExv b2sgdXAgdGhlIG1haWxib3ggb3duZXIgcmlnaHRzLiBEZWZlciBpbiBjYXNlIG9mIHRyb3VibGUu CisgICAgICAgICovCisgICAgICAgaWYgKCh1aWRfcmVzID0gbWFpbF9hZGRyX2ZpbmQodmlydHVh bF91aWRfbWFwcywgc3RhdGUubXNnX2F0dHIudXNlciwKKyAJCQkJICAgICAoY2hhciAqKikgMCkp ID09IDApIHsKKwkgICAqc3RhdHVzcCA9IGRlZmVyX2FwcGVuZChCT1VOQ0VfRkxBR19LRUVQLCBC T1VOQ0VfQVRUUihzdGF0ZS5tc2dfYXR0ciksCisJCQkJICAgInJlY2lwaWVudCAlczogdWlkIG5v dCBmb3VuZCBpbiAlcyIsCisJCQkgICAgICAgICBzdGF0ZS5tc2dfYXR0ci51c2VyLCB2aXJ0dWFs X3VpZF9tYXBzLT50aXRsZSk7CisJICAgUkVUVVJOKFlFUyk7CisgICAgICAgfQorICAgICAgIGlm ICgobiA9IGF0b2wodWlkX3JlcykpIDwgdmFyX3ZpcnRfbWluaW11bV91aWQpIHsKKwkgICAqc3Rh dHVzcCA9IGRlZmVyX2FwcGVuZChCT1VOQ0VfRkxBR19LRUVQLCBCT1VOQ0VfQVRUUihzdGF0ZS5t c2dfYXR0ciksCisJCQkJICAgInJlY2lwaWVudCAlczogYmFkIHVpZCAlcyBpbiAlcyIsCisJCSAg ICAgICAgc3RhdGUubXNnX2F0dHIudXNlciwgdWlkX3JlcywgdmlydHVhbF91aWRfbWFwcy0+dGl0 bGUpOworCSAgIFJFVFVSTihZRVMpOworICAgICAgIH0KKyAgICAgICB1c3JfYXR0ci51aWQgPSAo dWlkX3QpIG47CisKKyAgICAgICAvKgorICAgICAgICAqIExvb2sgdXAgdGhlIG1haWxib3ggZ3Jv dXAgcmlnaHRzLiBEZWZlciBpbiBjYXNlIG9mIHRyb3VibGUuCisgICAgICAgICovCisgICAgICAg aWYgKChnaWRfcmVzID0gbWFpbF9hZGRyX2ZpbmQodmlydHVhbF9naWRfbWFwcywgc3RhdGUubXNn X2F0dHIudXNlciwKKwkJCQkgICAgIChjaGFyICoqKSAwKSkgPT0gMCkgeworCSAgICpzdGF0dXNw ID0gZGVmZXJfYXBwZW5kKEJPVU5DRV9GTEFHX0tFRVAsIEJPVU5DRV9BVFRSKHN0YXRlLm1zZ19h dHRyKSwKKwkJCQkgICAicmVjaXBpZW50ICVzOiBnaWQgbm90IGZvdW5kIGluICVzIiwKKwkJCSAg ICAgICAgIHN0YXRlLm1zZ19hdHRyLnVzZXIsIHZpcnR1YWxfZ2lkX21hcHMtPnRpdGxlKTsKKwkg ICBSRVRVUk4oWUVTKTsKKyAgICAgICB9CisgICAgICAgaWYgKChuID0gYXRvbChnaWRfcmVzKSkg PD0gMCkgeworCSAgICpzdGF0dXNwID0gZGVmZXJfYXBwZW5kKEJPVU5DRV9GTEFHX0tFRVAsIEJP VU5DRV9BVFRSKHN0YXRlLm1zZ19hdHRyKSwKKwkJCQkgICAicmVjaXBpZW50ICVzOiBiYWQgZ2lk ICVzIGluICVzIiwKKwkJICAgICAgICBzdGF0ZS5tc2dfYXR0ci51c2VyLCBnaWRfcmVzLCB2aXJ0 dWFsX2dpZF9tYXBzLT50aXRsZSk7CisJICAgUkVUVVJOKFlFUyk7CisgICAgICAgfQorICAgICAg IHVzcl9hdHRyLmdpZCA9IChnaWRfdCkgbjsKICAgICB9Ci0gICAgdXNyX2F0dHIuZ2lkID0gKGdp ZF90KSBuOwogCiAgICAgaWYgKG1zZ192ZXJib3NlKQogCW1zZ19pbmZvKCIlc1slZF06IHNldCB1 c2VyX2F0dHI6ICVzLCB1aWQgPSAlZCwgZ2lkID0gJWQiLApAQCAtMjMzLDkgKzI3NSwxNSBAQAog CiAgICAgaWYgKExBU1RfQ0hBUih1c3JfYXR0ci5tYWlsYm94KSA9PSAnLycpCiAJKnN0YXR1c3Ag PSBkZWxpdmVyX21haWxkaXIoc3RhdGUsIHVzcl9hdHRyKTsKLSAgICBlbHNlCisgICAgZWxzZSB7 CisJaW50IGNoYW5nZWRfbGltaXQ7CisJCisJY2hhbmdlZF9saW1pdCA9IGNoYW5nZV9tYWlsYm94 X2xpbWl0KHN0YXRlLCB1c3JfYXR0cik7CiAJKnN0YXR1c3AgPSBkZWxpdmVyX21haWxib3hfZmls ZShzdGF0ZSwgdXNyX2F0dHIpOwotCisJaWYgKGNoYW5nZWRfbGltaXQpCisJICAgIHNldF9maWxl X2xpbWl0KHZhcl92aXJ0X21haWxib3hfbGltaXQpOworICAgIH0KKyAgICAKICAgICAvKgogICAg ICAqIENsZWFudXAuCiAgICAgICovCmRpZmYgLXUgLS1uZXctZmlsZSAtLXJlY3Vyc2l2ZSBzbmFw c2hvdC0yMDAxMTEwNS5vcmlnL3NyYy92aXJ0dWFsL21haWxkaXIuYyBzbmFwc2hvdC0yMDAxMTEw NS9zcmMvdmlydHVhbC9tYWlsZGlyLmMKLS0tIHNuYXBzaG90LTIwMDExMTA1Lm9yaWcvc3JjL3Zp cnR1YWwvbWFpbGRpci5jCVN1biBKYW4gMjggMjI6NDQ6MjQgMjAwMQorKysgc25hcHNob3QtMjAw MTExMDUvc3JjL3ZpcnR1YWwvbWFpbGRpci5jCVR1ZSBOb3YgIDYgMTE6MzI6MDcgMjAwMQpAQCAt MzYsNiArMzYsMTEgQEAKIAogI2luY2x1ZGUgInN5c19kZWZzLmgiCiAjaW5jbHVkZSA8ZXJybm8u aD4KKyNpbmNsdWRlIDxzeXMvdHlwZXMuaD4JLyogb3BlbmRpcigzKSwgc3RhdCgyKSAqLworI2lu Y2x1ZGUgPHN5cy9zdGF0Lmg+CS8qIHN0YXQoMikgKi8KKyNpbmNsdWRlIDxkaXJlbnQuaD4JLyog b3BlbmRpcigzKSAqLworI2luY2x1ZGUgPHVuaXN0ZC5oPgkvKiBzdGF0KDIpICovCisjaW5jbHVk ZSA8c3RkbGliLmg+CS8qIGF0b2woMykgKi8KIAogI2lmbmRlZiBFRFFVT1QKICNkZWZpbmUgRURR VU9UIEVGQklHCkBAIC01Niw2ICs2MSw3IEBACiAvKiBHbG9iYWwgbGlicmFyeS4gKi8KIAogI2lu Y2x1ZGUgPG1haWxfY29weS5oPgorI2luY2x1ZGUgPG1haWxfYWRkcl9maW5kLmg+CiAjaW5jbHVk ZSA8Ym91bmNlLmg+CiAjaW5jbHVkZSA8ZGVmZXIuaD4KICNpbmNsdWRlIDxzZW50Lmg+CkBAIC02 NSw2ICs3MSwxMjUgQEAKIAogI2luY2x1ZGUgInZpcnR1YWwuaCIKIAorLyoKKyAqIEdpdmVzIHRo ZSBzaXplIG9mIHRoZSBmaWxlIGFjY29yZGluZyBvZiB0aGUgTWFpbGRpcisrIGV4dGVuc2lvbnMK KyAqIChjb2RlIHRha2VuIGZyb20gY291cmllci1pbWFwKS4KKyAqCisgKiBBcmd1bWVudHMgOgor ICogIG4gOiBmaWxlbmFtZQorICogIAorICogUmV0dXJuIHRoZSBzaXplIGdpdmVuIGluICIsUz1z aXplIiBpbiB0aGUgZmlsZW5hbWUsCisgKiAgICB6ZXJvIGlmIGl0IGNhbm5vdCBmaW5kICIsUz1z aXplIiBpbiB0aGUgZmlsZW5hbWUuLi4KKyAqCisgKi8KK3N0YXRpYyBsb25nIG1haWxkaXJfcGFy c2VxdW90YShjb25zdCBjaGFyICpuKQoreworY29uc3QgY2hhciAqbzsKK2ludAl5ZXM7Citsb25n CXM7CisKKwlpZiAoKG89c3RycmNocihuLCAnLycpKSA9PSAwKQlvPW47CisKKwlmb3IgKDsgKm87 IG8rKykKKwkJaWYgKCpvID09ICc6JykJYnJlYWs7CisJeWVzPTA7CisJZm9yICggOyBvID49IG47 IC0tbykKKwl7CisJCWlmICgqbyA9PSAnLycpCWJyZWFrOworCisJCWlmICgqbyA9PSAnLCcgJiYg b1sxXSA9PSAnUycgJiYgb1syXSA9PSAnPScpCisJCXsKKwkJCXllcz0xOworCQkJbyArPSAzOwor CQkJYnJlYWs7CisJCX0KKwl9CisJaWYgKHllcykKKwl7CisJCXM9MDsKKwkJd2hpbGUgKCpvID49 ICcwJyAmJiAqbyA8PSAnOScpCisJCQlzPSBzKjEwICsgKCpvKysgLSAnMCcpOworCQlyZXR1cm4g czsKKwl9CisJcmV0dXJuIDA7Cit9CisKKy8qCisgKiBDaGVja3MgZGlyZWN0b3J5IGZpbGVzIGZv ciBxdW90YSAodGFrZW4gZnJvbSBleGltKQorICoKKyAqIFRoaXMgZnVuY3Rpb24gaXMgY2FsbGVk IGlmIHF1b3RhIGlzIHNldCBmb3IgYSB2aXJ0dWFsIE1haWxkaXIgYm94LgorICogSXQgc2NhbnMg dGhlIGRpcmVjdG9yeSBhbmQgc3RhdHMgYWxsIHRoZSBmaWxlcyBpbiBvcmRlciB0byBnZXQgYSB0 b3RhbAorICogc2l6ZSBhbmQgY291bnQuIFRoaXMgaXMgYW4gZXhwZW5zaXZlIHRoaW5nIHRvIGRv LiBCdXQgaW4gdGhpcyB3YXkgbm8KKyAqIHdyaXRlIGFjY2VzcyBpcyBuZWVkZWQgaW4gYSBzaW5n bGUgZmlsZSB0aGF0IGNhbiBiZSBlcmFzZWQgb3IgbWV0bGVkCisgKiBiZWNhdXNlIGEgbG9jayBw cm9ibGVtLgorICoKKyAqIEFyZ3VtZW50cyA6CisgKiAgZGlybmFtZSA6IHRoZSBuYW1lIG9mIHRo ZSBkaXJlY3RvcnkKKyAqICBjb3VudHB0cjogd2hlcmUgdG8gYWRkIHRoZSBmaWxlIGNvdW50IChi ZWNhdXNlIHRoaXMgZnVuY3Rpb24gcmVjdXJzZXMpCisgKiAgbWFpbHBsdXM6IGlzIGNoZWNrIHdp bGwgbG9vayBhdCBNYWlsZGlyKysgZnVuY3Rpb25hbGl0eSBpZiBjb25maWd1cmVkCisgKgorICog UmV0dXJucyB0aGUgc3VtIG9mIHRoZSBzaXplcyBvZiBzdGF0dGFibGUgZmlsZXMKKyAqICAgIHpl cm8gaWYgdGhlIGRpcmVjdG9yeSBjYW5ub3QgYmUgb3BlbmVkLgorICovCitzdGF0aWMgbG9uZyBj aGVja19kaXJfc2l6ZShjaGFyICpkaXJuYW1lLCBsb25nICpjb3VudHB0ciwgYm9vbCBtYWlscGx1 cykgCit7CisgICBESVIgICAgKmRpcjsKKyAgIGxvbmcgICBjb3VudCA9ICpjb3VudHB0cjsKKyAg IGxvbmcgICBzdW0gPSAwOworICAgc3RydWN0IGRpcmVudCAqZW50OworICAgc3RydWN0IHN0YXQg ICBzdGF0YnVmOworCisgICBkaXIgPSBvcGVuZGlyKGRpcm5hbWUpOworICAgaWYgKGRpciA9PSBO VUxMKSB7CisgICAgIGlmIChtYWtlX2RpcnMoZGlybmFtZSwwNzAwKSA9PSAwKSB7CS8qIFRyeSB0 byBjcmVhdGUgZGlycyAqLworICAgICAgIGRpciA9IG9wZW5kaXIoZGlybmFtZSk7CQkJLyogUmVv cGVuIHRoZSBkaXIgKi8KKyAgICAgICBpZiAoZGlyID09IE5VTEwpIHsKKwkgIG1zZ193YXJuKCJj aGVja19kaXJfc2l6ZTogY2Fubm90IG9wZW4gZGlyZWN0b3J5IDogJXMsIHRyeSB0d2ljZSIsIGRp cm5hbWUpOworCSAgcmV0dXJuIDA7CisgICAgICAgfQorICAgICB9IGVsc2UgeworICAgICAgIG1z Z193YXJuKCJjaGVja19kaXJfc2l6ZTogY2Fubm90IG9wZW4gZGlyZWN0b3J5IDogJXMiLCBkaXJu YW1lKTsKKyAgICAgICByZXR1cm4gMDsKKyAgICAgfQorICAgfQorCisgICB3aGlsZSAoKGVudCA9 IHJlYWRkaXIoZGlyKSkgIT0gTlVMTCkgeworICAgICBjaGFyICpuYW1lID0gZW50LT5kX25hbWU7 CisgICAgIFZTVFJJTkcgKmJ1ZmZlcjsKKworICAgICBpZihzdHJjbXAobmFtZSwgIi4iKSA9PSAw IHx8IHN0cmNtcChuYW1lLCAiLi4iKSA9PSAwKSBjb250aW51ZTsKKyAgICAgY291bnQrKzsKKyAg IAorICAgICBpZiAodmFyX3ZpcnRfbWFpbGRpcl9leHRlbmRlZCAmJiBtYWlscGx1cykgeworICAg ICAgIC8qCisgICAgICAgICogVXNpbmcgTWFpbGRpcisrIHNpemUgY29tcHV0YXRpb24gYW5kIGNo ZWNrIG9ubHkgdGhlIAorICAgICAgICAqIGRpcmVjdG9yeSB3ZSd2ZSBoYXMgYmVlbiBhc2tlZCB0 bworICAgICAgICAqLworICAgICAgIHN1bSArPSBtYWlsZGlyX3BhcnNlcXVvdGEobmFtZSk7CisK KyAgICAgfSBlbHNlIHsKKworICAgICAgIGJ1ZmZlciA9IHZzdHJpbmdfYWxsb2MoMTAyNCk7Cisg ICAgCisgICAgICAgdnN0cmluZ19zcHJpbnRmKGJ1ZmZlciwiJXMvJXMiLGRpcm5hbWUsbmFtZSk7 CisgICAgICAgaWYgKHN0YXQodnN0cmluZ19zdHIoYnVmZmVyKSwgJnN0YXRidWYpIDwgMCkgewor CSAgdnN0cmluZ19mcmVlKGJ1ZmZlcik7CisJICBjb250aW51ZTsKKyAgICAgICB9CisgICAgICAg aWYgKChzdGF0YnVmLnN0X21vZGUgJiBTX0lGUkVHKSAhPSAwKQorCSAgc3VtICs9IHN0YXRidWYu c3Rfc2l6ZTsKKyAgICAgICBlbHNlIGlmICgoc3RhdGJ1Zi5zdF9tb2RlICYgU19JRkRJUikgIT0g MCkKKwkgICAgICAgc3VtICs9IGNoZWNrX2Rpcl9zaXplKHZzdHJpbmdfc3RyKGJ1ZmZlciksICZj b3VudCwgbWFpbHBsdXMpOworICAgICAgIHZzdHJpbmdfZnJlZShidWZmZXIpOworICAgICB9Cisg ICB9CisgICBjbG9zZWRpcihkaXIpOworICAgaWYgKG1zZ192ZXJib3NlKQorICAgICAgbXNnX2lu Zm8oImNoZWNrX2Rpcl9zaXplOiBkaXI9JXMgc3VtPSVsZCBjb3VudD0lbGQiLCBkaXJuYW1lLCBz dW0sIGNvdW50KTsKKyAgICpjb3VudHB0ciA9IGNvdW50OworICAgcmV0dXJuIHN1bTsKK30KKwkK IC8qIGRlbGl2ZXJfbWFpbGRpciAtIGRlbGl2ZXJ5IHRvIG1haWxkaXItc3R5bGUgbWFpbGJveCAq LwogCiBpbnQgICAgIGRlbGl2ZXJfbWFpbGRpcihMT0NBTF9TVEFURSBzdGF0ZSwgVVNFUl9BVFRS IHVzcl9hdHRyKQpAQCAtODEsNiArMjA2LDEyIEBACiAgICAgaW50ICAgICBzdGF0dXM7CiAgICAg aW50ICAgICBjb3B5X2ZsYWdzOwogICAgIHN0YXRpYyBpbnQgY291bnQ7CisgICAgLyogTWFpbGRp ciBRdW90YSAqLworICAgIGNvbnN0IGNoYXIgKmxpbWl0X3JlczsJLyogTGltaXQgZnJvbSBtYXAg Ki8KKyAgICBsb25nICAgIG47CQkJLyogTGltaXQgaW4gaW50ZWdlciBmb3JtYXQgKi8KKyAgICBs b25nICAgIGN1cl9xdW90YTsJCS8qIEN1cnJlbnQgcXVvdGEgKi8KKyAgICBsb25nICAgIHNhdmVk X3NpemU7CQkvKiBUaGUgcXVvdGEgb2YgdGhlIE1haWxkaXIgYXQgYWxsICovCisgICAgc3RydWN0 IHN0YXQgc3RhdGJ1ZjsJLyogVG8gY2hlY2sgdGhlIHNpemUgb2YgdGhlIG1haWwgd3JpdHRlbiAq LwogCiAgICAgLyoKICAgICAgKiBNYWtlIHZlcmJvc2UgbG9nZ2luZyBlYXNpZXIgdG8gdW5kZXJz dGFuZC4KQEAgLTEwMiwxMSArMjMzLDc5IEBACiAKICAgICBjb3B5X2ZsYWdzID0gTUFJTF9DT1BZ X1RPRklMRSB8IE1BSUxfQ09QWV9SRVRVUk5fUEFUSCB8IE1BSUxfQ09QWV9ERUxJVkVSRUQ7CiAK LSAgICBuZXdkaXIgPSBjb25jYXRlbmF0ZSh1c3JfYXR0ci5tYWlsYm94LCAibmV3LyIsIChjaGFy ICopIDApOwotICAgIHRtcGRpciA9IGNvbmNhdGVuYXRlKHVzcl9hdHRyLm1haWxib3gsICJ0bXAv IiwgKGNoYXIgKikgMCk7Ci0gICAgY3VyZGlyID0gY29uY2F0ZW5hdGUodXNyX2F0dHIubWFpbGJv eCwgImN1ci8iLCAoY2hhciAqKSAwKTsKKyAgICAvKgorICAgICAqIENvbmNhdCB0aGUgbWFpbGRp ciBzdWZmaXggaWYgaXQgaXMgc2V0LgorICAgICAqLworICAgIGlmICgqdmFyX3ZpcnRfbWFpbGRp cl9zdWZmaXggPT0gMCkgeworCW5ld2RpciA9IGNvbmNhdGVuYXRlKHVzcl9hdHRyLm1haWxib3gs ICJuZXcvIiwgKGNoYXIgKikgMCk7CisgICAgICAgIHRtcGRpciA9IGNvbmNhdGVuYXRlKHVzcl9h dHRyLm1haWxib3gsICJ0bXAvIiwgKGNoYXIgKikgMCk7CisgICAgICAgIGN1cmRpciA9IGNvbmNh dGVuYXRlKHVzcl9hdHRyLm1haWxib3gsICJjdXIvIiwgKGNoYXIgKikgMCk7CisgICAgfSBlbHNl IHsKKyAgICAgICAgbmV3ZGlyID0gY29uY2F0ZW5hdGUodXNyX2F0dHIubWFpbGJveCwgdmFyX3Zp cnRfbWFpbGRpcl9zdWZmaXgsIChjaGFyICopIDApOworICAgICAgICB0bXBkaXIgPSBjb25jYXRl bmF0ZSh1c3JfYXR0ci5tYWlsYm94LCB2YXJfdmlydF9tYWlsZGlyX3N1ZmZpeCwgKGNoYXIgKikg MCk7CisgICAgICAgIGN1cmRpciA9IGNvbmNhdGVuYXRlKHVzcl9hdHRyLm1haWxib3gsIHZhcl92 aXJ0X21haWxkaXJfc3VmZml4LCAoY2hhciAqKSAwKTsKKyAgICAgICAgbmV3ZGlyID0gY29uY2F0 ZW5hdGUobmV3ZGlyLCAibmV3LyIsIChjaGFyICopIDApOworICAgICAgICB0bXBkaXIgPSBjb25j YXRlbmF0ZSh0bXBkaXIsICJ0bXAvIiwgKGNoYXIgKikgMCk7CisgICAgICAgIGN1cmRpciA9IGNv bmNhdGVuYXRlKGN1cmRpciwgImN1ci8iLCAoY2hhciAqKSAwKTsKKyAgICB9CiAKICAgICAvKgor ICAgICAqIEZpbmQgdGhlIE1haWxkaXIgbGltaXQgaW4gdGhlIG1hcHMuIEZhbGwgYmFjayB2aXJ0 dWFsX21haWxib3hfbGltaXQgaW4KKyAgICAgKiBjYXNlIGxpbWl0IGlzIHNtYWxsZXIgdGhhbiBt ZXNzYWdlX3NpemVfbGltaXQuCisgICAgICovCisgICAgaWYgKGxpbWl0X3JlcyA9IG1haWxfYWRk cl9maW5kKHZpcnR1YWxfbWFpbGJveF9saW1pdF9tYXBzLAorCQkJICAgICAgICAgIHN0YXRlLm1z Z19hdHRyLnVzZXIsIChjaGFyICoqKSAwKSkgeworICAgICAgIG4gPSBhdG9sKGxpbWl0X3Jlcyk7 CisgICAgICAgaWYoIXZhcl92aXJ0X21haWxib3hfbGltaXRfb3ZlcnJpZGUpIHsKKyAgICAgICAg aWYgKChuID4gMCkgJiYgKG4gPCB2YXJfbWVzc2FnZV9saW1pdCkpIHsKKyAgICAgICAgICAgIG1z Z193YXJuKCIoMilyZWNpcGllbnQgJXM6IG1haWxkaXIgbGltaXQgaXMgc21hbGxlciB0aGVuICVz ICIKKwkgICAgICAgICAgICAgImluICVzIC0gZmFsbGluZyBiYWNrIHRvICVzLiIsCisJCSAgICAg c3RhdGUubXNnX2F0dHIudXNlciwgVkFSX01FU1NBR0VfTElNSVQsCisJCSAgICAgdmlydHVhbF9t YWlsYm94X2xpbWl0X21hcHMtPnRpdGxlLAorCQkgICAgIFZBUl9WSVJUX01BSUxCT1hfTElNSVQp OworICAgICAgICB9IGVsc2UgeworCSAgICBpZiAobXNnX3ZlcmJvc2UpCisJICAgICAgICBtc2df aW5mbygiJXNbJWRdOiBzZXQgbWF4aW11bSBtYWlsYm94IHNpemUgJXMgdG8gJWxkLiIsCisJCQkg bXluYW1lLCBzdGF0ZS5sZXZlbCwgdXNyX2F0dHIubWFpbGJveCxuKTsKKyAgICAgICAgfQorICAg ICAgIH0KKyAgICB9IGVsc2UgeworICAgICAgIC8qCisJKiBUaGVyZSBpcyBubyBsaW1pdCB0aGVy ZS4uLiB0aGVuIHNldCBuIHRvIDAKKwkqLworICAgICAgIG4gPSAwOworICAgIH0KKyAgICAKKyAg ICAvKgorICAgICAqIENoZWNraW5nIHF1b3RhIGJlZm9yZSBkZWxpdmVyaW5nIHRoZSBtYWlsCisg ICAgICovCisgICAgY3VyX3F1b3RhID0gMDsJLyogc2FuaXR5ICovCisgICAgc2F2ZWRfc2l6ZSA9 IDA7CS8qIHNhbml0eSAqLworICAgIGlmICggbiAhPSAwICkgeworICAgICAgICAgICAgc2V0X2V1 Z2lkKHVzcl9hdHRyLnVpZCwgdXNyX2F0dHIuZ2lkKTsKKwkgICAgaWYgKHZhcl92aXJ0X21haWxi b3hfbGltaXRfaW5ib3gpIHsKKwkJICAgIC8qCisJCSAgICAgKiBDaGVjayBvbmx5IGluYm94CisJ CSAgICAgKi8KKwkJICAgIHNhdmVkX3NpemUgPSBjaGVja19kaXJfc2l6ZShuZXdkaXIsICZjdXJf cXVvdGEsIDEpOworCQkgICAgY3VyX3F1b3RhID0gMDsKKwkJICAgIHNhdmVkX3NpemUgKz0gY2hl Y2tfZGlyX3NpemUoY3VyZGlyLCAmY3VyX3F1b3RhLCAxKTsKKwkJICAgIGN1cl9xdW90YSA9IDA7 CisJCSAgICAvKiBDaGVja2VkIHdpdGhvdXQgTWFpbGRpcisrIGZpbGUgZm9ybWF0ICovCisJCSAg ICBzYXZlZF9zaXplICs9IGNoZWNrX2Rpcl9zaXplKHRtcGRpciwgJmN1cl9xdW90YSwgMCk7CisJ ICAgIH0gZWxzZSB7CisJCSAgICAvKgorCQkgICAgICogQ2hlY2sgYWxsIGJveGVzLiAKKwkJICAg ICAqIFRoaXMgd2lsbCB1c2VyICJvbGQiIHN0YXQoKSBjYWxsIGluc3RlYWQgb2YgZmFzdAorCQkg ICAgICogTWFpbGRpcisrIHN1cHBvcnQgYmVjYXVzZSB3ZSBjYW5ub3QgYWZmb3JkIHRoZQorCQkg ICAgICogdGltZSB0byB0ZXN0IGFsbCBmaWxlbmFtZSB0eXBlcy4uLgorCQkgICAgICovCisJCSAg ICBzYXZlZF9zaXplID0gY2hlY2tfZGlyX3NpemUodXNyX2F0dHIubWFpbGJveCwgJmN1cl9xdW90 YSwgMCk7CisJICAgIH0KKyAgICAgICAgICAgIHNldF9ldWdpZCh2YXJfb3duZXJfdWlkLCB2YXJf b3duZXJfZ2lkKTsKKyAgICB9CisgICAgCisgICAgLyoKICAgICAgKiBDcmVhdGUgYW5kIHdyaXRl IHRoZSBmaWxlIGFzIHRoZSByZWNpcGllbnQsIHNvIHRoYXQgZmlsZSBxdW90YSB3b3JrLgogICAg ICAqIENyZWF0ZSBhbnkgbWlzc2luZyBkaXJlY3RvcmllcyBvbiB0aGUgZmx5LiBUaGUgZmlsZSBu YW1lIGlzIGNob3NlbgogICAgICAqIGFjY29yZGluZyB0byBmdHA6Ly9rb29iZXJhLm1hdGgudWlj LmVkdS93d3cvcHJvdG8vbWFpbGRpci5odG1sOgpAQCAtMTM0LDE4ICszMzMsNTEgQEAKIAl2c3Ry aW5nX3NwcmludGYod2h5LCAiY3JlYXRlICVzOiAlbSIsIHRtcGZpbGUpOwogICAgIH0gZWxzZSB7 CiAJaWYgKG1haWxfY29weShDT1BZX0FUVFIoc3RhdGUubXNnX2F0dHIpLCBkc3QsIGNvcHlfZmxh Z3MsICJcbiIsIHdoeSkgPT0gMCkgewotCSAgICBpZiAoc2FuZV9saW5rKHRtcGZpbGUsIG5ld2Zp bGUpIDwgMAotCQkmJiAoZXJybm8gIT0gRU5PRU5UCi0JCSAgICB8fCAobWFrZV9kaXJzKGN1cmRp ciwgMDcwMCksIG1ha2VfZGlycyhuZXdkaXIsIDA3MDApKSA8IDAKLQkJICAgIHx8IHNhbmVfbGlu ayh0bXBmaWxlLCBuZXdmaWxlKSA8IDApKSB7Ci0JCXZzdHJpbmdfc3ByaW50Zih3aHksICJsaW5r IHRvICVzOiAlbSIsIG5ld2ZpbGUpOworCSAgICAvKgorCSAgICAgKiBBZGQgYSAiLFM9PHNpemVv ZmZpbGU+IiB0byB0aGUgZmlsZSBuZXdseSB3cml0dGVuIGFjY29yZGluZyB0bworCSAgICAgKiBN YWlsZGlyKysgc3BlY2lmaWNhdGlvbnMgOiBodHRwOi8vd3d3LmludGVyNy5jb20vY291cmllcmlt YXAvUkVBRE1FLm1haWxkaXJxdW90YS5odG1sCisJICAgICAqIFRoaXMgbmVlZHMgYSBzdGF0KDIp IG9mIHRoZSB0ZW1wZmlsZSBhbmQgbW9kaWZpY2F0aW9uIG9mIHRoZQorCSAgICAgKiBuYW1lIG9m IHRoZSBmaWxlLgorCSAgICAgKi8KKwkgICAgaWYgKHZhcl92aXJ0X21haWxkaXJfZXh0ZW5kZWQp IHsKKwkJLyogQ2hlY2sgc2l6ZSBvZiB0aGUgbmV3IG1haWwgY3JlYXRlZCAqLworCQlpZiAoc3Rh dCh0bXBmaWxlLCAmc3RhdGJ1ZikgPT0gMCkgeworCQkgICAvKiBXZSBjYW4gc3RhdCBpdCB0aGVu IGFwcGVuZCB0aGUgc2l6ZSBvZiB0aGUgZmlsZSB0byBuZXdmaWxlICovCisJCSAgIHZzdHJpbmdf c3ByaW50ZihidWYsIixTPSVsZCIsIChsb25nKSBzdGF0YnVmLnN0X3NpemUpOworCQkgICBuZXdm aWxlID0gY29uY2F0ZW5hdGUobmV3ZmlsZSwgU1RSKGJ1ZiksIChjaGFyICopIDApOworCQkgICBp ZiAoIG4gIT0gMCApCisJCSAgICAgc2F2ZWRfc2l6ZSArPSAobG9uZykgc3RhdGJ1Zi5zdF9zaXpl OwkvKiBBZGRpbmcgdG8gdGggY3VycmVudCBxdW90YSAqLworCQl9CisJICAgIH0gZWxzZSB7CisJ ICAgICAgaWYgKCBuICE9IDAgKSB7CisJCSBpZiAoc3RhdCh0bXBmaWxlLCAmc3RhdGJ1ZikgPT0g MCkgc2F2ZWRfc2l6ZSArPSAobG9uZykgc3RhdGJ1Zi5zdF9zaXplOworCSAgICAgIH0KKwkgICAg fQorCSAgICAvKgorCSAgICAgKiBOb3cgd2UgaGF2ZSB0aGUgbWFpbGRpciBzaXplIGluIHNhdmVk X2ZpbGUsIGNvbXBhcmUgdG8gdGhlIHZhbHVlCisJICAgICAqIGFuZCBldmVudWFseSBpc3N1ZSBh IG1lc3NhZ2UgdGhhdCB3ZSBvdmVyZHJhd24gdGhlIG1heCBzaXplCisJICAgICAqLworCSAgICBp ZiAoc2F2ZWRfc2l6ZSA+IG4pIHsKKwkJICAgIHN0YXR1cyA9IDE7CS8qIGJvdW5jZSB0aGUgbWVz c2FnZSAqLworCQkgICAgdnN0cmluZ19zcHJpbnRmKHdoeSwiJXMiLHZhcl92aXJ0X21haWxkaXJf bGltaXRfbWVzc2FnZSk7CisJCSAgICBlcnJubyA9IEVGQklHOwogCSAgICB9IGVsc2UgewotCQlz dGF0dXMgPSAwOworCSAgICAgIC8qIERlbGl2ZXIgdG8gY3VyZGlyICovCisJICAgICAgaWYgKHNh bmVfbGluayh0bXBmaWxlLCBuZXdmaWxlKSA8IDAKKwkgCSAgJiYgKGVycm5vICE9IEVOT0VOVAor CQkgICAgICB8fCAobWFrZV9kaXJzKGN1cmRpciwgMDcwMCksIG1ha2VfZGlycyhuZXdkaXIsIDA3 MDApKSA8IDAKKwkJICAgICAgfHwgc2FuZV9saW5rKHRtcGZpbGUsIG5ld2ZpbGUpIDwgMCkpIHsK KwkJICB2c3RyaW5nX3NwcmludGYod2h5LCAibGluayB0byAlczogJW0iLCBuZXdmaWxlKTsKKwkg ICAgICB9IGVsc2UgeworCQkgIHN0YXR1cyA9IDA7CisJICAgICAgfQogCSAgICB9CiAJfQogCWlm ICh1bmxpbmsodG1wZmlsZSkgPCAwKQogCSAgICBtc2dfd2FybigicmVtb3ZlICVzOiAlbSIsIHRt cGZpbGUpOworCiAgICAgfQorCiAgICAgc2V0X2V1Z2lkKHZhcl9vd25lcl91aWQsIHZhcl9vd25l cl9naWQpOwogCiAgICAgLyoKZGlmZiAtdSAtLW5ldy1maWxlIC0tcmVjdXJzaXZlIHNuYXBzaG90 LTIwMDExMTA1Lm9yaWcvc3JjL3ZpcnR1YWwvdmlydHVhbC5jIHNuYXBzaG90LTIwMDExMTA1L3Ny Yy92aXJ0dWFsL3ZpcnR1YWwuYwotLS0gc25hcHNob3QtMjAwMTExMDUub3JpZy9zcmMvdmlydHVh bC92aXJ0dWFsLmMJVHVlIE1hciAyNyAyMzo1MTozOCAyMDAxCisrKyBzbmFwc2hvdC0yMDAxMTEw NS9zcmMvdmlydHVhbC92aXJ0dWFsLmMJVHVlIE5vdiAgNiAxMTozMjowNyAyMDAxCkBAIC02Myw4 ICs2MywxMCBAQAogLyogLmZpCiAvKglNYWlsYm94IG93bmVyc2hpcCBpcyBjb250cm9sbGVkIGJ5 IHRoZSBcZkJ2aXJ0dWFsX3VpZF9tYXBzXGZSCiAvKglhbmQgXGZCdmlydHVhbF9naWRfbWFwc1xm UiBsb29rdXAgdGFibGVzLCB3aGljaCBhcmUgaW5kZXhlZAotLyoJd2l0aCB0aGUgZnVsbCByZWNp cGllbnQgYWRkcmVzcy4gRWFjaCB0YWJsZSBwcm92aWRlcwotLyoJYSBzdHJpbmcgd2l0aCB0aGUg bnVtZXJpY2FsIHVzZXIgYW5kIGdyb3VwIElELCByZXNwZWN0aXZlbHkuCisvKgl3aXRoIHRoZSBm dWxsIHJlY2lwaWVudCBhZGRyZXNzIChcZkl1c2VyQGRvbWFpblxmUiksCisvKgl1c2VyIG5hbWUg KFxmSXVzZXJcZlIpIG9yIGRvbWFpbiBuYW1lIChcZklAZG9tYWluXGZSKS4KKy8qCUVhY2ggdGFi bGUgcHJvdmlkZXMgYSBzdHJpbmcgd2l0aCB0aGUgbnVtZXJpY2FsIHVzZXIgYW5kIGdyb3VwIElE LAorLyoJcmVzcGVjdGl2ZWx5LgogLyoKIC8qCVRoZSBcZkJ2aXJ0dWFsX21pbmltdW1fdWlkXGZS IHBhcmFtZXRlciBpbXBvc2VzIGEgbG93ZXIgYm91bmQgb24KIC8qCW51bWVyaWNhbCB1c2VyIElE IHZhbHVlcyB0aGF0IG1heSBiZSBzcGVjaWZpZWQgaW4gYW55CkBAIC0xMjAsMTIgKzEyMiwyNyBA QAogLyoJYSBcZkJ2aXJ0dWFsX293bmVyX21hcHNcZlIgb3IgXGZCdmlydHVhbF91aWRfbWFwc1xm UiBsb29rdXAuCiAvKglSZXR1cm5lZCB2YWx1ZXMgbGVzcyB0aGFuIHRoaXMgd2lsbCBiZSByZWpl Y3RlZCwgYW5kIHRoZSBtZXNzYWdlCiAvKgl3aWxsIGJlIGRlZmVycmVkLgorLyoJTm90ZSB0aGF0 IHRoaXMgdmFsdWUgaXMgbm90IGNoZWNrZWQgd2hlbiBcZkJ2aXJ0dWFsX3N0YXRpY191aWRnaWZc ZlIKKy8qCWlzIHNldCB0byBvbi4KKy8qIC5JUCBcZkJ2aXJ0YXVsX3N0YXRpY19naWR1aWRcZlIK Ky8qCVdoZW4gc2V0IHRvIFxmQnllc1xmUiwgdGhlIFxmQnZpcnR1YWxfc3RhdGljX3VpZFxmUiBh bmQgCisvKglcZkJ2aXJ0dWFsX3N0YXRpY19naWRcZlIgd2lsbCBiZSB1c2VkIGZvciBhbGwgcmVj aXBpZW50cyBpbnN0ZWFkIG9mCisvKglcZkJ2aXJ0dWFsX3VpZF9tYXBzXGZSIGFuZCBcZkJ2aXJ0 dWFsX2dpZF9tYXBzXGZCLiBOb3RlIHRoYXQKKy8qCVxmQnZpcnR1YWxfbWluaW11bV91aWRcZlIg d2lsbCBub3QgYmUgdXNlZCBhdCBhbGwuCisvKiAuSVAgXGZCdmlydHVhbF9zdGF0aWNfdWlkXGZS CisvKglUaGUgdWlkIHRvIHVzZSBmb3IgdGhlIHJlY2lwaWVudHMgd2hlbiBcZkJ2aXJ0dWFsX3N0 YXRpY191aWRnaWRcZlIgaXMKKy8qCXNldCB0byB5ZXMuCisvKiAuSVAgXGZCdmlydHVhbF9zdGF0 aWNfZ2lkXGZSCisvKglUaGUgZ2lkIHRvIHVzZSBmb3IgdGhlIHJlY2lwaWVudHMgd2hlbiBcZkJ2 aXJ0dWFsX3N0YXRpY191aWRnaWRcZlIgaXMKKy8qCXNldCB0byB5ZXMuCiAvKiAuSVAgIlxmQnZp cnR1YWxfdWlkX21hcHNcZlIgKHJlZ2V4cCBtYXBzIGRpc2FsbG93ZWQpIgogLyoJUmVjaXBpZW50 cyBhcmUgbG9va2VkIHVwIGluIHRoZXNlIG1hcHMgdG8gZGV0ZXJtaW5lIHRoZSB1c2VyIElEIHRv IGJlCiAvKgl1c2VkIHdoZW4gd3JpdGluZyB0byB0aGUgdGFyZ2V0IG1haWxib3guCiAvKiAuSVAg IlxmQnZpcnR1YWxfZ2lkX21hcHNcZlIgKHJlZ2V4cCBtYXBzIGRpc2FsbG93ZWQpIgogLyoJUmVj aXBpZW50cyBhcmUgbG9va2VkIHVwIGluIHRoZXNlIG1hcHMgdG8gZGV0ZXJtaW5lIHRoZSBncm91 cCBJRCB0byBiZQogLyoJdXNlZCB3aGVuIHdyaXRpbmcgdG8gdGhlIHRhcmdldCBtYWlsYm94Lgor LyogLklQIFxmQnZpcnR1YWxfbWFpbGRpcl9zdWZmaXhcZlIKKy8qICAgICAgU3RyaW5nIHRvIGFk ZCB0byBleGlzdGluZyBNYWlsZGlyIFBhdGggKGRlZmF1bHQgTWFpbGRpci8pLgogLyogLlNIICJM b2NraW5nIGNvbnRyb2xzIgogLyogLmFkCiAvKiAuZmkKQEAgLTE2OCw2ICsxODUsMjcgQEAKIC8q IC5JUCBcZkJ2aXJ0dWFsX21haWxib3hfbGltaXRcZlIKIC8qCVRoZSBtYXhpbWFsIHNpemUgaW4g Ynl0ZXMgb2YgYSBtYWlsYm94IG9yIG1haWxkaXIgZmlsZS4KIC8qCVNldCB0byB6ZXJvIHRvIGRp c2FibGUgdGhlIGxpbWl0LgorLyogLklQICJcZkJ2aXJ0dWFsX21haWxib3hfbGltaXRfbWFwc1xm UiAocmVnZXhwIG1hcHMgZGlzYWxsb3dlZCkiCisvKglSZWNpcGllbnRzIGFyZSBsb29rZWQgdXAg aW4gdGhlc2UgbWFwcyB0byBkZXRlcm1pbmUgdGhlIG1heGltYWwgc2l6ZQorLyoJaW4gYnl0ZXMg b2YgdGhlIHRhcmdldCBtYWlsYm94IG9yIG1haWxkaXIuCisvKiAuSVAgXGZCdmlydHVhbF9tYWls Ym94X2xpbWl0X21lc3NhZ2VcZlIKKy8qICAgICAgRXJyb3IgbWVzc2FnZSB0byBkaXNwbGF5IHdo ZW4gTWFpbGJveC9NYWlsZGlyIGxpbWl0IGhhcyBiZWVuIHJlYWNoZWQuCisvKglUaGUgbWVzc2Fn ZSBzaXplIGlzIGxpbWl0ZWQgdG8gODAgY2hhcmFjdGVycy4KKy8qCShOT1RFOiBvbmx5IHVzZWQg b24gTWFpbGRpciBkZWxpdmVyeSBmb3Igbm93KS4KKy8qIC5JUCBcZkJ2aXJ0dWFsX21haWxib3hf bGltaXRfaW5ib3hcZlIKKy8qCUJvb2xlYW4gYW5kIGNoZWNrZWQgb25seSB3aGVuIE1haWxkaXIg ZGVsaXZlcnkgaXMgdXNlZC4gSWYgc2V0IHRvIAorLyoJeWVzIChkZWZhdWx0IG5vKSwgb25seSBJ TkJPWCBpcyBjaGVja2VkIG5vdCBhbGwgc3ViZm9sZGVycyB0aGF0IGhhcworLyoJY3JlYXRlZCBi eSBJTUFQIGFjY2VzcyB0byBNYWlsZGlyLm8KKy8qIC5JUCBcZkJ2aXJ0dWFsX21haWxib2NfbGlt aXRfb3ZlcnJpZGVcZlIKKy8qICAgICAgQm9vbGVhbi4gSWYgc2VyIHRoaXMgd2lsbCBvdmVycmlk ZSBcZkJtZXNzYWdlX3NpemVfbGltaXRcZlIgZXZlbiBpZgorLyoJdGhlIFxmQnZpcnR1YWxfbWFp bGJveF9saW1pdFxmUiB2YWx1ZSBvciBpZiB0aGUgdmFsdWUgZ2l2ZW4gYnkKKy8qCXRoZSBtYXAg XGZCdmlydHVhbF9tYWlsYm94XGxpbWl0X21hcHNcZlIgaXMgc21hbGxlciB0aGFuIAorLyoJXGZC bWVzc2FnZV9zaXplX2xpbWl0XGZSLgorLyogLklQIFxmQnZpcnR1YWxfbWFpbGRpcl9leHRlbmRl ZFxmUgorLyoJQm9vbGVhbiBhbmQgdXNlZCBvbmx5IG9uIE1haWxkaXIgZGVsaXZlcnkuIElmIHNl dCB0byB5ZXMgKGRlZmF1bHQKKy8qCW5vKSwgdGhlbiB0aGUgc2l6ZSBvZiB0aGUgbWFpbCB3aWxs IGJlIGFwcGVuZWQgdG8gdGhlIGZpbGVuYW1lIHRvCisvKglmb2xsb3cgdGhlIHNwZWNpZmljYXRp b24gb2YgTWFpbGRpcisrICh1c2VkIHdpdGggY291cmllci1pbWFwCisvKglzb2Z0cXVvdGEgb3B0 aW9ucykuCiAvKiBISVNUT1JZCiAvKiAuYWQKIC8qIC5maQpAQCAtMjQwLDEwICsyNzgsMTkgQEAK IGNoYXIgICAqdmFyX3ZpcnRfbWFpbGJveF9tYXBzOwogY2hhciAgICp2YXJfdmlydF91aWRfbWFw czsKIGNoYXIgICAqdmFyX3ZpcnRfZ2lkX21hcHM7CitjaGFyICAgKnZhcl92aXJ0X21haWxib3hf bGltaXRfbWFwczsKIGludCAgICAgdmFyX3ZpcnRfbWluaW11bV91aWQ7CiBjaGFyICAgKnZhcl92 aXJ0X21haWxib3hfYmFzZTsKIGNoYXIgICAqdmFyX3ZpcnRfbWFpbGJveF9sb2NrOwogaW50ICAg ICB2YXJfdmlydF9tYWlsYm94X2xpbWl0OworYm9vbAl2YXJfdmlydF9zdGF0aWNfdWlkZ2lkOwor aW50CXZhcl92aXJ0X3N0YXRpY191aWQ7CitpbnQJdmFyX3ZpcnRfc3RhdGljX2dpZDsKK2NoYXIg ICAqdmFyX3ZpcnRfbWFpbGRpcl9saW1pdF9tZXNzYWdlOworYm9vbAl2YXJfdmlydF9tYWlsYm94 X2xpbWl0X2luYm94OworYm9vbAl2YXJfdmlydF9tYWlsYm94X2xpbWl0X292ZXJyaWRlOworYm9v bAl2YXJfdmlydF9tYWlsZGlyX2V4dGVuZGVkOworY2hhciAgICp2YXJfdmlydF9tYWlsZGlyX3N1 ZmZpeDsKIAogIC8qCiAgICogTWFwcGluZ3MuCkBAIC0yNTEsNiArMjk4LDcgQEAKIE1BUFMgICAq dmlydHVhbF9tYWlsYm94X21hcHM7CiBNQVBTICAgKnZpcnR1YWxfdWlkX21hcHM7CiBNQVBTICAg KnZpcnR1YWxfZ2lkX21hcHM7CitNQVBTICAgKnZpcnR1YWxfbWFpbGJveF9saW1pdF9tYXBzOwog CiAgLyoKICAgKiBCaXQgbWFza3MuCkBAIC0zNTksNiArNDA3LDkgQEAKIAogICAgIHZpcnR1YWxf Z2lkX21hcHMgPQogCW1hcHNfY3JlYXRlKFZBUl9WSVJUX0dJRF9NQVBTLCB2YXJfdmlydF9naWRf bWFwcywgRElDVF9GTEFHX0xPQ0spOworICAgIAorICAgIHZpcnR1YWxfbWFpbGJveF9saW1pdF9t YXBzID0KKwltYXBzX2NyZWF0ZShWQVJfVklSVF9NQUlMQk9YX0xJTUlUX01BUFMsIHZhcl92aXJ0 X21haWxib3hfbGltaXRfbWFwcywgRElDVF9GTEFHX0xPQ0spOwogCiAgICAgdmlydHVhbF9tYm94 X2xvY2tfbWFzayA9IG1ib3hfbG9ja19tYXNrKHZhcl92aXJ0X21haWxib3hfbG9jayk7CiB9CkBA IC0zOTEsMTQgKzQ0MiwyNiBAQAogICAgIHN0YXRpYyBDT05GSUdfSU5UX1RBQkxFIGludF90YWJs ZVtdID0gewogCVZBUl9WSVJUX01JTlVJRCwgREVGX1ZJUlRfTUlOVUlELCAmdmFyX3ZpcnRfbWlu aW11bV91aWQsIDEsIDAsCiAJVkFSX1ZJUlRfTUFJTEJPWF9MSU1JVCwgREVGX1ZJUlRfTUFJTEJP WF9MSU1JVCwgJnZhcl92aXJ0X21haWxib3hfbGltaXQsIDAsIDAsCisJVkFSX1ZJUlRfU1RBVElD X1VJRCwgREVGX1ZJUlRfU1RBVElDX1VJRCwgJnZhcl92aXJ0X3N0YXRpY191aWQsIDAsIDAsCisJ VkFSX1ZJUlRfU1RBVElDX0dJRCwgREVGX1ZJUlRfU1RBVElDX0dJRCwgJnZhcl92aXJ0X3N0YXRp Y19naWQsIDAsIDAsCisJMCwKKyAgICB9OworICAgIHN0YXRpYyBDT05GSUdfQk9PTF9UQUJMRSBi b29sX3RhYmxlW10gPSB7CisJVkFSX1ZJUlRfU1RBVElDX1VJREdJRCwgREVGX1ZJUlRfU1RBVElD X1VJREdJRCwgJnZhcl92aXJ0X3N0YXRpY191aWRnaWQsCisJVkFSX1ZJUlRfTUFJTEJPWF9MSU1J VF9JTkJPWCwgREVGX1ZJUlRfTUFJTEJPWF9MSU1JVF9JTkJPWCwgJnZhcl92aXJ0X21haWxib3hf bGltaXRfaW5ib3gsCisJVkFSX1ZJUlRfTUFJTEJPWF9MSU1JVF9PVkVSUklERSwgREVGX1ZJUlRf TUFJTEJPWF9MSU1JVF9PVkVSUklERSwgJnZhcl92aXJ0X21haWxib3hfbGltaXRfb3ZlcnJpZGUs CisJVkFSX1ZJUlRfTUFJTERJUl9FWFRFTkRFRCwgREVGX1ZJUlRfTUFJTERJUl9FWFRFTkRFRCwg JnZhcl92aXJ0X21haWxkaXJfZXh0ZW5kZWQsCiAJMCwKICAgICB9OwogICAgIHN0YXRpYyBDT05G SUdfU1RSX1RBQkxFIHN0cl90YWJsZVtdID0gewogCVZBUl9WSVJUX01BSUxCT1hfTUFQUywgREVG X1ZJUlRfTUFJTEJPWF9NQVBTLCAmdmFyX3ZpcnRfbWFpbGJveF9tYXBzLCAwLCAwLAogCVZBUl9W SVJUX1VJRF9NQVBTLCBERUZfVklSVF9VSURfTUFQUywgJnZhcl92aXJ0X3VpZF9tYXBzLCAwLCAw LAogCVZBUl9WSVJUX0dJRF9NQVBTLCBERUZfVklSVF9HSURfTUFQUywgJnZhcl92aXJ0X2dpZF9t YXBzLCAwLCAwLAorCVZBUl9WSVJUX01BSUxCT1hfTElNSVRfTUFQUywgREVGX1ZJUlRfTUFJTEJP WF9MSU1JVF9NQVBTLCAmdmFyX3ZpcnRfbWFpbGJveF9saW1pdF9tYXBzLCAwLCAwLAogCVZBUl9W SVJUX01BSUxCT1hfQkFTRSwgREVGX1ZJUlRfTUFJTEJPWF9CQVNFLCAmdmFyX3ZpcnRfbWFpbGJv eF9iYXNlLCAwLCAwLAogCVZBUl9WSVJUX01BSUxCT1hfTE9DSywgREVGX1ZJUlRfTUFJTEJPWF9M T0NLLCAmdmFyX3ZpcnRfbWFpbGJveF9sb2NrLCAxLCAwLAorCVZBUl9WSVJUX01BSUxESVJfTElN SVRfTUVTU0FHRSwgREVGX1ZJUlRfTUFJTERJUl9MSU1JVF9NRVNTQUdFLCAmdmFyX3ZpcnRfbWFp bGRpcl9saW1pdF9tZXNzYWdlLCAxLCAwLAorCVZBUl9WSVJUX01BSUxESVJfU1VGRklYLCBERUZf VklSVF9NQUlMRElSX1NVRkZJWCwgJnZhcl92aXJ0X21haWxkaXJfc3VmZml4LCAwLCAwLAogCTAs CiAgICAgfTsKIApAQCAtNDA4LDUgKzQ3MSw2IEBACiAJCSAgICAgICBNQUlMX1NFUlZFUl9QUkVf SU5JVCwgcHJlX2luaXQsCiAJCSAgICAgICBNQUlMX1NFUlZFUl9QT1NUX0lOSVQsIHBvc3RfaW5p dCwKIAkJICAgICAgIE1BSUxfU0VSVkVSX1BSRV9BQ0NFUFQsIHByZV9hY2NlcHQsCisJCSAgICAg ICBNQUlMX1NFUlZFUl9CT09MX1RBQkxFLCBib29sX3RhYmxlLAogCQkgICAgICAgMCk7CiB9CmRp ZmYgLXUgLS1uZXctZmlsZSAtLXJlY3Vyc2l2ZSBzbmFwc2hvdC0yMDAxMTEwNS5vcmlnL3NyYy92 aXJ0dWFsL3ZpcnR1YWwuaCBzbmFwc2hvdC0yMDAxMTEwNS9zcmMvdmlydHVhbC92aXJ0dWFsLmgK LS0tIHNuYXBzaG90LTIwMDExMTA1Lm9yaWcvc3JjL3ZpcnR1YWwvdmlydHVhbC5oCUZyaSBEZWMg MjIgMDI6MDQ6NTggMjAwMAorKysgc25hcHNob3QtMjAwMTExMDUvc3JjL3ZpcnR1YWwvdmlydHVh bC5oCVR1ZSBOb3YgIDYgMTE6MzI6MDcgMjAwMQpAQCAtMzIsNiArMzIsNyBAQAogZXh0ZXJuIE1B UFMgKnZpcnR1YWxfbWFpbGJveF9tYXBzOwogZXh0ZXJuIE1BUFMgKnZpcnR1YWxfdWlkX21hcHM7 CiBleHRlcm4gTUFQUyAqdmlydHVhbF9naWRfbWFwczsKK2V4dGVybiBNQVBTICp2aXJ0dWFsX21h aWxib3hfbGltaXRfbWFwczsKIAogIC8qCiAgICogVXNlciBhdHRyaWJ1dGVzOiB0aGVzZSBjb250 cm9sIHRoZSBwcml2aWxlZ2VzIGZvciBkZWxpdmVyeSB0byBleHRlcm5hbAo= ------------751ED1A5320277C1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 6: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 5F4A037B419 for ; Wed, 14 Nov 2001 06:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEEK1h72401; Wed, 14 Nov 2001 06:20:01 -0800 (PST) (envelope-from gnats) Received: from seagull.cpinternet.com (mail.cpinternet.com [209.240.224.4]) by hub.freebsd.org (Postfix) with ESMTP id 4726437B405 for ; Wed, 14 Nov 2001 06:13:46 -0800 (PST) Received: from 209.240.253.23 ([209.240.253.23]) by seagull.cpinternet.com (8.12.0/8.12.0) with ESMTP id fAEEDb2M025858 for ; Wed, 14 Nov 2001 08:13:38 -0600 (CST) Received: by 209.240.253.23 (Postfix, from userid 1001) id 11C1214A03; Wed, 14 Nov 2001 08:13:42 -0600 (CST) Message-Id: <86wv0twicp.fsf@mharnois.workgroup.net> Date: Wed, 14 Nov 2001 08:11:52 -0600 (CST) From: Michael Harnois To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31980: evolution fails to load Sender: owner-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: 31980 >Category: ports >Synopsis: evolution fails to load >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 Nov 14 06:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Harnois >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mharnois.workgroup.net 5.0-CURRENT FreeBSD 5.0-CURRENT #14: Fri Nov 9 08:55:41 CST 2001 mdharnois@mharnois.workgroup.net:/usr/src/sys/i386/compile/NEWKERNEL i386 >Description: attemping to run evolution fails with evolution-shell-WARNING **: Cannot access Bonobo/ConfigDatabase on wombat: (IDL:OAF/GeneralError:1.0) >How-To-Repeat: $ evolution >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 Wed Nov 14 6:54: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gamehaus.net (adsl-63-197-175-153.dsl.lsan03.pacbell.net [63.197.175.153]) by hub.freebsd.org (Postfix) with ESMTP id 8352437B416; Wed, 14 Nov 2001 06:53:59 -0800 (PST) Received: from [192.168.1.2] (helo=dsl) by gamehaus.net with smtp (Exim 3.16 #1) id 1641PN-0000rf-00; Wed, 14 Nov 2001 06:52:57 -0800 From: "Rick" To: Cc: Subject: FreeBSD Port: vim-6.0.52 Date: Wed, 14 Nov 2001 07:04:11 -0800 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 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 There seems to be something wrong with the "vim-6.0.52" port under /usr/ports/editors/vim/. I get the following error when trying to install: >> vim-.tar.bz2 is not in /usr/ports/editors/vim/distinfo. >> Either /usr/ports/editors/vim/distinfo is out of date, or >> vim-.tar.bz2 is spelled incorrectly. *** Error code 1 I deleted my vim directory and got a fresh one from cvsup and the error still happened. I eventually downloaded the package and installed it with pkg_add. Sorry in advance if this has already been reported. --r To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 7: 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 E35AB37B41B; Wed, 14 Nov 2001 07:09:13 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEF8Vx98282; Wed, 14 Nov 2001 07:08:31 -0800 (PST) (envelope-from petef) Date: Wed, 14 Nov 2001 07:08:31 -0800 (PST) From: Message-Id: <200111141508.fAEF8Vx98282@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/31980: evolution fails to load Sender: owner-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: evolution fails to load Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Wed Nov 14 07:08:24 PST 2001 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31980 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 7:21:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from w2xo.pgh.pa.us (18.gibs5.xdsl.nauticom.net [209.195.184.19]) by hub.freebsd.org (Postfix) with ESMTP id 0F39037B405 for ; Wed, 14 Nov 2001 07:21:55 -0800 (PST) Received: from there (pgh.nepinc.com [192.204.162.27]) by w2xo.pgh.pa.us (8.11.6/8.11.3) with SMTP id fAEFLoW29249 for ; Wed, 14 Nov 2001 10:21:50 -0500 (EST) (envelope-from durham@w2xo.pgh.pa.us) Message-Id: <200111141521.fAEFLoW29249@w2xo.pgh.pa.us> Content-Type: text/plain; charset="iso-8859-1" From: Jim Durham To: freebsd-ports@freebsd.org Subject: KDE-2.2.1_1 base Date: Wed, 14 Nov 2001 10:22:18 -0500 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org A couple wierd things I have noticed since upgrading to the 2.2.1_1 version of kdebase. If I have a konsole window open and open a bunch of other windows, when I close the other windows, (a sprinkling of Konqueror, Kmail and Konsole), then, when I get down to the last window (the original Konsole window), it's green on the top aprox 2/3 and blue at the bottom! Pyschadelic!! Also, and I suppose this makes sense, but it didn't seem to do it in 2.2, a window opened with "sudo su -" and "run in terminal" clicked, (to get a root window), won't close if you click on the "X" at the upper right corner. In 2.2, it would. Now you have to type "exit" at the shell prompt. Not complaints... I love KDE, but just observations. -- Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 8: 2:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.67.200.82]) by hub.freebsd.org (Postfix) with ESMTP id CAA2237B405 for ; Wed, 14 Nov 2001 08:02:13 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id fAEG09Z46513 for ports@freebsd.org; Wed, 14 Nov 2001 11:00:09 -0500 (EST) (envelope-from alane) Date: Wed, 14 Nov 2001 10:43:52 -0500 From: Alan Eldridge To: Jim Durham Cc: ports@freebsd.com Subject: Re: KDE-2.2.1_1 base Message-ID: <20011114104352.A46309@wwweasel.geeksrus.net> References: <200111141521.fAEFLoW29249@w2xo.pgh.pa.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111141521.fAEFLoW29249@w2xo.pgh.pa.us>; from durham@w2xo.pgh.pa.us on Wed, Nov 14, 2001 at 10:22:18AM -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 Wed, Nov 14, 2001 at 10:22:18AM -0500, Jim Durham wrote: >A couple wierd things I have noticed since upgrading to the 2.2.1_1 version >of kdebase. >If I have a konsole window open and open a bunch of other windows, when I >close the other windows, (a sprinkling of Konqueror, Kmail and Konsole), then, >when I get down to the last window (the original Konsole window), it's green >on the top aprox 2/3 and blue at the bottom! Pyschadelic!! If you file a PR on this, please be sure to state what medication you are taking. It may be hard to reproduce otherwise. :) >Also, and I suppose this makes sense, but it didn't seem to do it in 2.2, >a window opened with "sudo su -" and "run in terminal" clicked, (to get a >root window), won't close if you click on the "X" at the upper right corner. >In 2.2, it would. Now you have to type "exit" at the shell prompt. Reproduced here. Makes perfect sense. Konsole doesn't have the rights to do a kill on the su shell. I'd be interested to find out how it worked before. May have something to do with the parent-process chain leading to the su shell.... that is, did the konsole just go away and leave the su shell w/o a controlling terminal? And if so, did the su shell really end, or was it just left hanging out in the ether somewhere where it went unnoticed (a "Tommy" process [deaf, dumb, and blind], as opposed to a zombie)? Could be as simple as whether konsole did a wait() or not on the child before dying or not. Here's another data point supporting that hypothesis: use the "New" button to open a second shell in that konsole. Now click the [X] to close out. Say OK to the dialog about whether you really want to do this with more than one shell open, and then ... POOF! your non-root shell(s) get(s) whacked, and you're left with just your su shell again. -- Alan Eldridge #include free(sklyarov); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 9: 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 C192237B41F for ; Wed, 14 Nov 2001 09:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEH04K16474; Wed, 14 Nov 2001 09:00:04 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Nov 2001 09:00:04 -0800 (PST) Message-Id: <200111141700.fAEH04K16474@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Andrew Milton Subject: Re: ports/31973: Turbo Vision doesn't handle mouse events correctly at 80x50 Reply-To: Andrew Milton Sender: owner-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/31973; it has been noted by GNATS. From: Andrew Milton To: freebsd-gnats-submit@FreeBSD.org, akm@theinternet.com.au Cc: Subject: Re: ports/31973: Turbo Vision doesn't handle mouse events correctly at 80x50 Date: Thu, 15 Nov 2001 02:54:42 +1000 fbsdmHandle() in system.cc assumes the height divider 16 (hard coded constant). I think if the screenHeight is > 25 it should be 8. I'm not sure what the dividers should be for 132x60. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 9: 0: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 3495437B421 for ; Wed, 14 Nov 2001 09:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEH05i16485; Wed, 14 Nov 2001 09:00:05 -0800 (PST) (envelope-from gnats) Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id EA4C937B417 for ; Wed, 14 Nov 2001 08:55:11 -0800 (PST) Received: (from root@localhost) by mail.wlcg.com (8.11.6/8.11.6) id fAEGtBE25593 for freebsd-gnats-submit@freebsd.org; Wed, 14 Nov 2001 11:55:11 -0500 (EST) (envelope-from rsimmons) Received: (from rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6av) id fAEGtAX25582; Wed, 14 Nov 2001 11:55:10 -0500 (EST) (envelope-from rsimmons) Message-Id: <200111141655.fAEGtAX25582@mail.wlcg.com> Date: Wed, 14 Nov 2001 11:55:10 -0500 (EST) From: Rob Simmons Reply-To: Rob Simmons To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31984: Update orion port for config of rmi server during install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31984 >Category: ports >Synopsis: Update orion port for config of rmi server during install >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 14 09:00:04 PST 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD mail 4.4-STABLE FreeBSD 4.4-STABLE #1: Tue Oct 9 11:45:16 EDT 2001 rsimmons@mail:/usr/obj/usr/src/sys/WASABI i386 >Description: Update to the orionserver port so that the port that the rmi server runs on can be configured during install. This patch also shows users, by example, where they can configure the host that the rmi server is bound to. >How-To-Repeat: >Fix: --- www/orion/Makefile.orig Wed Nov 14 11:23:56 2001 +++ www/orion/Makefile Wed Nov 14 11:40:26 2001 @@ -43,6 +43,7 @@ GROUP_ID?= ${USER_ID} PW?= /usr/sbin/pw LISTEN_PORT?= 8090 +RMI_PORT?= 23791 AUTO_START?= YES .include @@ -57,6 +58,7 @@ @${ECHO} " Using Jikes: ${WITH_JIKES}" @${ECHO} " Running as (user/group): ${USER_NAME}/${GROUP_NAME} (${USER_ID}:${GROUP_ID})" @${ECHO} " Port to listen at: ${LISTEN_PORT}" + @${ECHO} " Port for rmi server: ${RMI_PORT}" @${ECHO} " Starting after install: ${AUTO_START}" do-install: @@ -82,6 +84,11 @@ ${CAT} ${WRKSRC}/config/default-web-site.xml \ | ${SED} "/port=\"80\"/s//port=\"${LISTEN_PORT}\"/" \ > ${ORION_HOME}/config/default-web-site.xml + + @# Configure the port for the rmi server to listen to + ${CAT} ${WRKSRC}/config/rmi.xml \ + | ${SED} "//s///" \ + > ${ORION_HOME}/config/rmi.xml @# Install the 'orionctl' script ${CAT} ${FILESDIR}/${ORIONCTL_NAME} \ >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 Nov 14 9: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 DCEA637B417 for ; Wed, 14 Nov 2001 09:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEHA1u21172; Wed, 14 Nov 2001 09:10:01 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Nov 2001 09:10:01 -0800 (PST) Message-Id: <200111141710.fAEHA1u21172@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Andrew Milton Subject: Re: ports/31973: Turbo Vision doesn't handle mouse events correctly at 80x50 Reply-To: Andrew Milton Sender: owner-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/31973; it has been noted by GNATS. From: Andrew Milton To: freebsd-gnats-submit@FreeBSD.org, akm@theinternet.com.au Cc: Subject: Re: ports/31973: Turbo Vision doesn't handle mouse events correctly at 80x50 Date: Thu, 15 Nov 2001 03:03:57 +1000 This seems to work for me. --- work/tvision-0.7/lib/system.cc.orig Mon Sep 28 22:16:39 1998 +++ work/tvision-0.7/lib/system.cc Thu Nov 15 03:00:19 2001 @@ -857,13 +857,20 @@ { TEvent event; mouse_info_t mi; + int heightDivider=16; mi.operation = MOUSE_GETINFO; ioctl(STDOUT_FILENO, CONS_MOUSECTL, &mi); + + if(TScreen::screenHeight > 25) + { + heightDivider=8; + } + event.mouse.controlKeyState = kbReadShiftState(); event.mouse.where.x = range(mi.u.data.x / 8, 0, TScreen::screenWidth - 1); - event.mouse.where.y = range(mi.u.data.y / 16, 0, + event.mouse.where.y = range(mi.u.data.y / heightDivider, 0, TScreen::screenHeight - 1); /* convert button bits to TV standard */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 9: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 05CDA37B416 for ; Wed, 14 Nov 2001 09:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEHK0m22829; Wed, 14 Nov 2001 09:20:00 -0800 (PST) (envelope-from gnats) Received: from sharmas.dhs.org (cpe-66-1-147-119.ca.sprintbbd.net [66.1.147.119]) by hub.freebsd.org (Postfix) with ESMTP id 9B77A37B405 for ; Wed, 14 Nov 2001 09:13:55 -0800 (PST) Received: from sharma-home.net (astra.mirabella.net [192.168.1.3]) by sharmas.dhs.org (Postfix) with ESMTP id D374A5E2B9 for ; Wed, 14 Nov 2001 09:13:49 -0800 (PST) Received: (from adsharma@localhost) by sharma-home.net (8.11.6/8.11.6) id fAEHBce60604; Wed, 14 Nov 2001 09:11:38 -0800 (PST) (envelope-from adsharma) Message-Id: <200111141711.fAEHBce60604@sharma-home.net> Date: Wed, 14 Nov 2001 09:11:38 -0800 (PST) From: Arun Sharma Reply-To: Arun Sharma To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31986: Maintainer update to 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 >Number: 31986 >Category: ports >Synopsis: Maintainer update to py-qt >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 14 09:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Arun Sharma >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD astra.mirabella.net 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sat Oct 20 22:59:10 PDT 2001 root@astra.mirabella.net:/usr.current/obj/usr.current/src/sys/astra i386 >Description: Updates the py-qt port to 2.5. >How-To-Repeat: Apply the patch. >Fix: diff -urN py-qt.old/Makefile py-qt/Makefile --- py-qt.old/Makefile Tue Nov 13 22:40:46 2001 +++ py-qt/Makefile Tue Nov 13 22:43:12 2001 @@ -5,14 +5,14 @@ # $FreeBSD: ports/x11-toolkits/py-qt/Makefile,v 1.6 2001/04/03 08:14:32 will Exp $ PORTNAME= py-qt -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= x11-toolkits python -MASTER_SITES= http://www.river-bank.demon.co.uk/software/ +MASTER_SITES= ftp://ftp.rygannon.com/pub/PyQt/ DISTNAME= PyQt-${PORTVERSION} MAINTAINER= adsharma@sharmas.dhs.org -LIB_DEPENDS= sip.5:${PORTSDIR}/devel/sip +LIB_DEPENDS= sip.6:${PORTSDIR}/devel/sip USE_QT_VER= 2 USE_PYTHON= yes diff -urN py-qt.old/distinfo py-qt/distinfo --- py-qt.old/distinfo Tue Nov 13 22:40:46 2001 +++ py-qt/distinfo Wed Nov 14 09:06:04 2001 @@ -1 +1 @@ -MD5 (PyQt-2.4.tar.gz) = fd0d89874f66f6190421839188aff02f +MD5 (PyQt-2.5.tar.gz) = 4a7314bf51d14093983dbbc471bad904 diff -urN py-qt.old/pkg-plist py-qt/pkg-plist --- py-qt.old/pkg-plist Tue Nov 13 22:40:46 2001 +++ py-qt/pkg-plist Wed Nov 14 09:05:54 2001 @@ -1,6 +1,6 @@ bin/pyuic bin/eric -lib/%%PYTHON_VERSION%%/site-packages/libqtcmodule-2.4.so +lib/%%PYTHON_VERSION%%/site-packages/libqtcmodule-2.5.so lib/%%PYTHON_VERSION%%/site-packages/libqtcmodule.so lib/%%PYTHON_VERSION%%/site-packages/libqtcmodule.la lib/%%PYTHON_VERSION%%/site-packages/libqtcmodule.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 Wed Nov 14 10: 0: 5 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 E965237B417 for ; Wed, 14 Nov 2001 10:00:01 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEI01i28428 for ports@freebsd.org; Wed, 14 Nov 2001 10:00:01 -0800 (PST) (envelope-from fenner) Date: Wed, 14 Nov 2001 10:00:01 -0800 (PST) From: Message-Id: <200111141800.fAEI01i28428@freefall.freebsd.org> To: ports@freebsd.org Subject: Possibly unbuildable ports reminder Sender: owner-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 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 Wed Nov 14 10: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 64F1A37B416 for ; Wed, 14 Nov 2001 10:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEIo1r38006; Wed, 14 Nov 2001 10:50:01 -0800 (PST) (envelope-from gnats) Received: from beorn.in.mat.cc (bas51-157.idf.w.club-internet.fr [212.194.43.157]) by hub.freebsd.org (Postfix) with ESMTP id 22F0F37B41D for ; Wed, 14 Nov 2001 10:48:18 -0800 (PST) Received: (from root@localhost) by beorn.in.mat.cc (8.11.6/8.11.6) id fAEImCi16342; Wed, 14 Nov 2001 19:48:12 +0100 (CET) (envelope-from root) Message-Id: <200111141848.fAEImCi16342@beorn.in.mat.cc> Date: Wed, 14 Nov 2001 19:48:12 +0100 (CET) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31989: graphviz-1.7.7 fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31989 >Category: ports >Synopsis: graphviz-1.7.7 fails to build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 14 10:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 5.0-CURRENT i386 >Organization: Absolight >Environment: System: FreeBSD beorn.in.mat.cc 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Nov 13 14:15:07 CET 2001 root@beorn.in.mat.cc:/usr/obj/usr/src/sys/beorn i386 >Description: On a fresh system, it fails to build : cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../tools/expr -I../../tools/vmalloc -I../../tools/sfio -I../../tools/ast -I../../tools/src -I../../agraph -I../../cdt -I/usr/local/include -I/usr/local/include/tcl8.3 -I/usr/local/include/tk8.3 -O -pipe -c gpr.c gpr.c:26: getopt.h: No such file or directory >How-To-Repeat: delete libgnugetopt and build the port >Fix: --- Makefile Wed Nov 14 19:19:40 2001 +++ Makefile Wed Nov 14 19:12:46 2001 @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + libgnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ png.5:${PORTSDIR}/graphics/png \ freetype.7:${PORTSDIR}/print/freetype2 \ tk83.1:${PORTSDIR}/x11-toolkits/tk83 >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 Nov 14 11: 0: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.shikoku.ne.jp (smtp.shikoku.ne.jp [210.143.160.28]) by hub.freebsd.org (Postfix) with SMTP id 1FF6437B417 for ; Wed, 14 Nov 2001 10:59:57 -0800 (PST) Received: (qmail 52589 invoked from network); 14 Nov 2001 18:57:37 -0000 Received: from unknown (HELO localhost) (210.143.174.97) by smtp.shikoku.ne.jp with SMTP; 14 Nov 2001 18:57:37 -0000 Date: Thu, 15 Nov 2001 03:59:05 +0900 (JST) Message-Id: <20011115.035904.71100979.nin@smtp.shikoku.ne.jp> To: ernst@jollem.com Cc: ports@freebsd.org, java@freebsd.org Subject: Re: Port for JBuilder ? From: NINOMIYA Hideyuki In-Reply-To: <20011003232140.A10035@c104187.upc-c.chello.nl> References: <20011003232140.A10035@c104187.upc-c.chello.nl> X-cite-me: nin X-PGP-Fingerprint: 6C59 EC08 5B23 6490 44D0 7CD3 DA40 219F 7114 8553 X-PGP-Public-Key: http://user.shikoku.ne.jp/~nin/pgp/public-key.txt X-URI: http://user.shikoku.ne.jp/~nin/index.html X-URI: http://home.Jp.FreeBSD.org/~nin/index.html X-Mailer: Mew version 3.0.50 on Emacs 21.1 / Mule 5.0 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello # Because I do not subscribe for java@freebsd.org, please do CC Ernst de Haan wrote: date: Wed, 3 Oct 2001 23:21:40 +0200 Subject: Port for JBuilder ? Message-Id: <20011003232140.A10035@c104187.upc-c.chello.nl> > Has there been any attempt to create a port for JBuilder 5 ? http://home.jp.FreeBSD/~nin/files/jbuilder-personal.tgz This is the port that I made. I can install it with my environment nicely and work on native version jdk.1.3.1p5. But there was a person not to succeed therefore. If this is useful for you, please test this. And I request with more a lot of testing results and Tips of improvement in order to let this port be useful more. I think to send-pr as new port if able to identify that this port does not have a problem. Please comment to me. Thanks. ---- *************************************************************** * This message is a thing by output of automatic translation. * * Therefore it will be for there to be a lot of funny parts. * * Please approve it. * *************************************************************** NINOMIYA(family name) Hideyuki(fast name) @ ehime japan mailto:nin@shikoku.ne.jp mailto:nin@Jp.FreeBSD.org PGP-Fingerprint:6C59 EC08 5B23 6490 44D0 7CD3 DA40 219F 7114 8553 PGP-Public-Key: http://user.shikoku.ne.jp/~nin/pgp/public-key.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 11: 9: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 D525C37B50C; Wed, 14 Nov 2001 11:09:13 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEJ6gB45150; Wed, 14 Nov 2001 11:06:42 -0800 (PST) (envelope-from okazaki) Date: Wed, 14 Nov 2001 11:06:42 -0800 (PST) From: Message-Id: <200111141906.fAEJ6gB45150@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, taoka@FreeBSD.org Subject: Re: ports/30935: pips sc880 - needs to have syvr4 support enabled - print an advisory to user at install ? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pips sc880 - needs to have syvr4 support enabled - print an advisory to user at install ? Responsible-Changed-From-To: freebsd-ports->taoka Responsible-Changed-By: okazaki Responsible-Changed-When: Wed Nov 14 11:06:09 PST 2001 Responsible-Changed-Why: over to MAINTAINER. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30935 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 12:19: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 15EDA37B405; Wed, 14 Nov 2001 12:19:14 -0800 (PST) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEKJBK58649; Wed, 14 Nov 2001 12:19:11 -0800 (PST) (envelope-from tom) Date: Wed, 14 Nov 2001 12:19:11 -0800 (PST) From: Message-Id: <200111142019.fAEKJBK58649@freefall.freebsd.org> To: tom@FreeBSD.org, freebsd-ports@FreeBSD.org, anders@FreeBSD.org Subject: Re: ports/31714: update mod_watch from 2.3 to 2.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 mod_watch from 2.3 to 2.4 Responsible-Changed-From-To: freebsd-ports->anders Responsible-Changed-By: tom Responsible-Changed-When: Wed Nov 14 12:18:52 PST 2001 Responsible-Changed-Why: Over to MAINTAINER http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31714 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 12:29: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 0EE6937B416; Wed, 14 Nov 2001 12:29:14 -0800 (PST) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEKK6L58822; Wed, 14 Nov 2001 12:20:06 -0800 (PST) (envelope-from tom) Date: Wed, 14 Nov 2001 12:20:06 -0800 (PST) From: Message-Id: <200111142020.fAEKK6L58822@freefall.freebsd.org> To: tom@FreeBSD.org, freebsd-ports@FreeBSD.org, cy@FreeBSD.org Subject: Re: ports/31012: security/aide doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: security/aide doesn't compile Responsible-Changed-From-To: freebsd-ports->cy Responsible-Changed-By: tom Responsible-Changed-When: Wed Nov 14 12:19:43 PST 2001 Responsible-Changed-Why: Over to MAINTAINER http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31012 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 12:50: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 6174E37B416 for ; Wed, 14 Nov 2001 12:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEKo1A62541; Wed, 14 Nov 2001 12:50:01 -0800 (PST) (envelope-from gnats) Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id A91FC37B417 for ; Wed, 14 Nov 2001 12:42:16 -0800 (PST) Received: (from root@localhost) by mail.wlcg.com (8.11.6/8.11.6) id fAEKg9u33917; Wed, 14 Nov 2001 15:42:09 -0500 (EST) (envelope-from rsimmons) Received: (from rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6av) id fAEKg7833909; Wed, 14 Nov 2001 15:42:07 -0500 (EST) (envelope-from rsimmons) Message-Id: <200111142042.fAEKg7833909@mail.wlcg.com> Date: Wed, 14 Nov 2001 15:42:07 -0500 (EST) From: Rob Simmons Reply-To: Rob Simmons To: FreeBSD-gnats-submit@freebsd.org Cc: girgen@partitur.se X-Send-Pr-Version: 3.113 Subject: ports/31992: Checksum mismatch for crimson port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31992 >Category: ports >Synopsis: Checksum mismatch for crimson 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 Nov 14 12:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD mail 4.4-STABLE FreeBSD 4.4-STABLE #1: Tue Oct 9 11:45:16 EDT 2001 rsimmons@mail:/usr/obj/usr/src/sys/WASABI i386 >Description: The crimson tarball has been changed, but retains the same version number as the old tar ball. It is getting a checksum mismatch now. >How-To-Repeat: Here is the output from md5: su-2.05# md5 ../../distfiles/crimson-1.1.3-bin.tar.gz MD5 (../../distfiles/crimson-1.1.3-bin.tar.gz) = 15cebe89e360c9f9e4a21d077de4fd92 su-2.05# ls -l ../../distfiles/crimson-1.1.3-bin.tar.gz -rw-r--r-- 1 root wheel 550594 Nov 1 00:34 ../../distfiles/crimson-1.1.3-bin.tar.gz Also, here is the md5 output from a copy that I downloaded months ago: bash-2.05$ md5 crimson-1.1.3-bin.tar.gz MD5 (crimson-1.1.3-bin.tar.gz) = b6bc733ce901d2ef43f4580826436fde bash-2.05$ ls -l crimson-1.1.3-bin.tar.gz -rw-r--r-- 1 root wheel 551448 Oct 3 10:22 crimson-1.1.3-bin.tar.gz >Fix: Determine if the tar ball has been tampered with. If not, update the distinfo to: MD5 (crimson-1.1.3-bin.tar.gz) = 15cebe89e360c9f9e4a21d077de4fd92 >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 Nov 14 13: 8:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 5EBA137B405; Wed, 14 Nov 2001 13:08:52 -0800 (PST) Received: from Dilbert ([24.68.139.43]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011114210852.ENZJ24353.femail4.sdc1.sfba.home.com@Dilbert>; Wed, 14 Nov 2001 13:08:52 -0800 From: "Wade Hovind" To: Cc: Subject: FreeBSD Port: courier-imap-1.3.10 Date: Wed, 14 Nov 2001 14:13:15 -0700 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.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org just letting you know the current port is busted. Courier won't build with vpop support unless vpop is version 5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 13: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 DCD0337B417 for ; Wed, 14 Nov 2001 13:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAELU2u69791; Wed, 14 Nov 2001 13:30:02 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Nov 2001 13:30:02 -0800 (PST) Message-Id: <200111142130.fAELU2u69791@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tony Maher Subject: Re: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Reply-To: Tony Maher Sender: owner-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/31208; it has been noted by GNATS. From: Tony Maher To: freebsd-gnats-submit@FreeBSD.org, sa264@cam.ac.uk Cc: tom@FreeBSD.org Subject: Re: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Date: Thu, 15 Nov 2001 08:26:26 +1100 [MAINTAINER RESPONSE] Sorry for the delay at looking at this. > files/patch-ab is empty so should be removed. Yes it should. > files/patch-ah fixes the bug which prevented NQS from sending emails. Looks ok to me. > files/patch-ai fixes the bug which caused removal of jobs from a pipe > queue when all the inbound-load-balanced queues that follow it are > busy. Looks correct to me but I do not have a network to test with at the moment. interconn is required on BSD systems (see patch-aa). Actually I'd suggest that this patch-ai be modified to do error checking as in patch-aa if (interconn () < 0) { fprintf (stderr, "%s(FATAL): Unable to get ", Nqsmgr_prefix); fprintf (stderr, "a pipe to the local daemon.\n"); exit (16); } > files/nqs.sh really kills the nqsdaemon. Looks good to me - it gets all the daemons and -KILL _is_ required. Please commit. thanks -- Tony Maher Systems Engineer email: tonym@biolateral.com.au BioLateral Pty Ltd. phone: +61 2 9980 8595 PO Box A51 Enfield South fax: +61 2 9642 5011 NSW Australia 2133 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 14: 0: 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 9AB0B37B416 for ; Wed, 14 Nov 2001 14:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEM01c72859; Wed, 14 Nov 2001 14:00:01 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Nov 2001 14:00:01 -0800 (PST) Message-Id: <200111142200.fAEM01c72859@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: sk-ports@vegamuse.org Subject: Re: ports/30947: mail/mahogany fails to build, conflic Reply-To: sk-ports@vegamuse.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 The following reply was made to PR ports/30947; it has been noted by GNATS. From: sk-ports@vegamuse.org To: freebsd-gnats-submit@FreeBSD.org, j.kossen@home.nl Cc: sk-ports@vegamuse.org Subject: Re: ports/30947: mail/mahogany fails to build, conflic Date: Wed, 14 Nov 2001 16:49:36 -0500 (EST) This is a known problem. I am currently resolving an issue when linking with ports version of the cclient library in order to update this port to the newer version of Mahogany (0.63). I hope to have this resolved by the weekend. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 14: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 AF8D337B405 for ; Wed, 14 Nov 2001 14:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEMA0o77245; Wed, 14 Nov 2001 14:10:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3289A37B417 for ; Wed, 14 Nov 2001 14:03:05 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEM35q73228; Wed, 14 Nov 2001 14:03:05 -0800 (PST) (envelope-from nobody) Message-Id: <200111142203.fAEM35q73228@freefall.freebsd.org> Date: Wed, 14 Nov 2001 14:03:05 -0800 (PST) From: "Peter C. Lai" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31993: update the wmWeather port under ports-misc to check for wget(1) from ports-net, since it is required for wmWeather Sender: owner-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: 31993 >Category: ports >Synopsis: update the wmWeather port under ports-misc to check for wget(1) from ports-net, since it is required for wmWeather >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 Nov 14 14:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Peter C. Lai >Release: 4.4-STABLE >Organization: Cesium HyperFine Enterprises >Environment: not needed >Description: The wmWeather port, maintained by Kris Kennaway, which can be found under ports-misc, needs to change its makefile to check for wget(1), since wmWeather requires it. >How-To-Repeat: n/a >Fix: make wmWeather, read the wmWeather documentation, and install wget(1) from ports-net before running wmWeather. >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 Nov 14 14:20: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 3C9E037B418 for ; Wed, 14 Nov 2001 14:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEMK2V78234; Wed, 14 Nov 2001 14:20:02 -0800 (PST) (envelope-from gnats) Received: from mailout01.sul.t-online.de (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id 451F737B416 for ; Wed, 14 Nov 2001 14:12:39 -0800 (PST) Received: from fwd04.sul.t-online.de by mailout01.sul.t-online.de with smtp id 1648Gs-0007Kf-00; Wed, 14 Nov 2001 23:12:38 +0100 Received: from kim.sixpack.de (520030847883-0001@[217.80.167.149]) by fmrl04.sul.t-online.com with esmtp id 1648Gj-06zvAuC; Wed, 14 Nov 2001 23:12:29 +0100 Received: from orange.sixpack.de (orange.sixpack.de [192.168.2.34]) by kim.sixpack.de (8.11.6/8.11.1) with ESMTP id fAEMCFJ15526 for ; Wed, 14 Nov 2001 23:12:15 +0100 (CET) (envelope-from oliver@sixpack.de) Received: (from oliver@localhost) by orange.sixpack.de (8.11.6/8.9.3) id fAEMCFm05821; Wed, 14 Nov 2001 23:12:15 +0100 (CET) (envelope-from oliver) Message-Id: <200111142212.fAEMCFm05821@orange.sixpack.de> Date: Wed, 14 Nov 2001 23:12:15 +0100 (CET) From: Carl Johan Madestrand To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31994: update port: security/saint Sender: owner-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: 31994 >Category: ports >Synopsis: update port: security/saint >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 Nov 14 14:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: >Description: update saint port, also change maintainer email >How-To-Repeat: >Fix: diff -urN /usr/ports/security/saint/Makefile saint/Makefile --- /usr/ports/security/saint/Makefile Mon Aug 13 18:28:01 2001 +++ saint/Makefile Wed Nov 14 19:23:01 2001 @@ -6,12 +6,12 @@ # PORTNAME= saint -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.7 CATEGORIES= security MASTER_SITES= ftp://ftp.wwdsi.com/pub/saint/ \ http://www.wwdsi.com/saint/downloads/ -MAINTAINER= calle.madestrand@norrgarden.se +MAINTAINER= carl_johan@gmx.net BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap diff -urN /usr/ports/security/saint/distinfo saint/distinfo --- /usr/ports/security/saint/distinfo Mon Aug 13 18:28:01 2001 +++ saint/distinfo Wed Nov 14 19:28:54 2001 @@ -1 +1 @@ -MD5 (saint-3.2.1.tar.gz) = 3a4715f609d619b1ce81371a08598811 +MD5 (saint-3.3.7.tar.gz) = 88e50d5eebe37768567ad4486432bb92 diff -urN /usr/ports/security/saint/pkg-plist saint/pkg-plist --- /usr/ports/security/saint/pkg-plist Mon Aug 13 18:28:01 2001 +++ saint/pkg-plist Wed Nov 14 22:24:01 2001 @@ -4,6 +4,8 @@ saint/READMEs/CHANGES-1.3.6-1.5 saint/READMEs/CHANGES-2.0 saint/READMEs/CHANGES-2.1 +saint/READMEs/CHANGES-2.2-3.1 +saint/READMEs/CHANGES-3.2 saint/READMEs/README.1.3.1 saint/READMEs/README.1.3.2 saint/READMEs/README.1.3.3 @@ -40,11 +42,9 @@ saint/bin/login.saint saint/bin/imap.saint saint/bin/md5 -saint/bin/mountd.sara saint/bin/nfs-chk saint/bin/nfs-chk.saint saint/bin/ostype.saint -saint/bin/pop3.sara saint/bin/printer.saint saint/bin/rcmd saint/bin/relay.saint @@ -77,6 +77,12 @@ saint/bin/yp-chk.saint saint/bin/ypbind.saint saint/bin/ssh.saint +saint/bin/mountd.saint +saint/bin/pop3.saint +saint/bin/registry.saint +saint/bin/telnet.saint +saint/bin/win_login.saint +saint/bin/yppasswdd.saint saint/config/SNMP_communities.pl saint/config/passwd saint/config/paths.pl @@ -98,6 +104,7 @@ saint/html/admin/saint_cf_form.pl saint/html/admin/saint_custom_action.pl saint/html/admin/saint_custom_form.pl +saint/html/admin/saint_custom_select.pl saint/html/auth/saint_auth_action.pl saint/html/auth/saint_auth_form.pl saint/html/data/saint_save_action.pl @@ -346,9 +353,30 @@ saint/html/tutorials/vulnerability/MERCUR_vulnerabilities.html saint/html/tutorials/vulnerability/OpenServer_calserver.html saint/html/tutorials/vulnerability/VShell_vulnerability.html -saint/html/tutorials/vulnerability/WFTP_vulnerabilities.html saint/html/tutorials/vulnerability/XMail_vulnerabilities.html saint/html/tutorials/vulnerability/Zope_vulnerabilities.html +saint/html/tutorials/vulnerability/Apache_vulnerabilities.html +saint/html/tutorials/vulnerability/Cisco_developers_shell.html +saint/html/tutorials/vulnerability/Cisco_web_interface_access.html +saint/html/tutorials/vulnerability/Cross_site_scripting.html +saint/html/tutorials/vulnerability/Exim_vulnerability.html +saint/html/tutorials/vulnerability/LDAP_over_SSL.html +saint/html/tutorials/vulnerability/LDAP_vulnerabilities.html +saint/html/tutorials/vulnerability/Microsoft_Telnet_Server.html +saint/html/tutorials/vulnerability/Microsoft_mail_server_vulnerabilities.html +saint/html/tutorials/vulnerability/Oracle_TNS_Listener.html +saint/html/tutorials/vulnerability/Samba_vulnerabilities.html +saint/html/tutorials/vulnerability/SpoonFTP_vulnerabilities.html +saint/html/tutorials/vulnerability/Sun_lpd.html +saint/html/tutorials/vulnerability/Tektronix_printer.html +saint/html/tutorials/vulnerability/WFTPD_vulnerabilities.html +saint/html/tutorials/vulnerability/WS_FTP_vulnerabilities.html +saint/html/tutorials/vulnerability/cfingerd_vulnerability.html +saint/html/tutorials/vulnerability/espd_vulnerability.html +saint/html/tutorials/vulnerability/registry_access.html +saint/html/tutorials/vulnerability/signal_handling_problems.html +saint/html/tutorials/vulnerability/telnetd_vulnerabilities.html +saint/html/tutorials/vulnerability/yppasswdd_detected.html saint/include/glibc21/arpa/inet.h saint/include/glibc21/rpc/auth.h saint/include/glibc21/rpc/auth_des.h @@ -426,6 +454,7 @@ saint/perllib/SNMP_util.pm saint/perllib/ctime.pl saint/perllib/getopts.pl +saint/perllib/netbios.pl saint/reconfig saint/rules/cve saint/rules/drop >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 Nov 14 14: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 21A9537B418 for ; Wed, 14 Nov 2001 14:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAEMe4E80488; Wed, 14 Nov 2001 14:40:04 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Nov 2001 14:40:04 -0800 (PST) Message-Id: <200111142240.fAEMe4E80488@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: AMAKAWA Shuhei Subject: Re: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Reply-To: AMAKAWA Shuhei Sender: owner-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/31208; it has been noted by GNATS. From: AMAKAWA Shuhei To: tonym@biolateral.com.au Cc: freebsd-gnats-submit@FreeBSD.org, tom@FreeBSD.org, Tony Maher Subject: Re: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Date: Wed, 14 Nov 2001 22:31:19 +0000 Thank you very much for reviewing the pr. > > files/patch-ai fixes the bug which caused removal of jobs from a pipe > > queue when all the inbound-load-balanced queues that follow it are > > busy. > > Looks correct to me but I do not have a network to test with at the moment. > interconn is required on BSD systems (see patch-aa). > Actually I'd suggest that this patch-ai be modified to do error checking > as in patch-aa > > if (interconn () < 0) { > fprintf (stderr, "%s(FATAL): Unable to get ", Nqsmgr_prefix); > fprintf (stderr, "a pipe to the local daemon.\n"); > exit (16); > } Looks good to me, although I haven't tested. My fix (without your error checking) has been working fine and you could trust me about that. The addition of the error checking shouldn't affect that. > Please commit. Please do. -- Shuhei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 15: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 D232737B416 for ; Wed, 14 Nov 2001 15:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAENe1G88968; Wed, 14 Nov 2001 15:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3149A37B405 for ; Wed, 14 Nov 2001 15:36:26 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAENaQ888701; Wed, 14 Nov 2001 15:36:26 -0800 (PST) (envelope-from nobody) Message-Id: <200111142336.fAENaQ888701@freefall.freebsd.org> Date: Wed, 14 Nov 2001 15:36:26 -0800 (PST) From: Rob Byrnes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31996: Build of db3 fails at ./configure Sender: owner-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: 31996 >Category: ports >Synopsis: Build of db3 fails at ./configure >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 14 15:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Rob Byrnes >Release: 4.4-STABLE >Organization: >Environment: FreeBSD erwin 4.4-STABLE FreeBSD 4.4-STABLE #1: Sun Nov 4 19:04:24 EST 2001 root@erwin:/usr/obj/usr/src/sys/ERWIN alpha >Description: build of db3 fails with following error message: ===> Verifying install for db3.2 in /usr/ports/databases/db3 ===> Extracting for db3-3.2.9_2,1 >How-To-Repeat: Build db3 >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for bdb/db-3.2.9.tar.gz. >> Checksum OK for bdb/patch.3.2.9.1. >> Checksum OK for bdb/patch.3.2.9.2. ===> db3-3.2.9_2,1 depends on executable: libtool - found ===> Patching for db3-3.2.9_2,1 ===> Applying distribution patches for db3-3.2.9_2,1 ===> Applying FreeBSD patches for db3-3.2.9_2,1 ===> Configuring for db3-3.2.9_2,1 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking host system type... alpha--freebsd4.4 checking if building in the top-level directory... no checking if --disable-bigfile option specified... no checking if --enable-compat185 option specified... yes checking if --enable-cxx option specified... yes checking if --enable-debug option specified... no checking if --enable-debug_rop option specified... no checking if --enable-debug_wop option specified... no checking if --enable-diagnostic option specified... no checking if --enable-dump185 option specified... yes checking if --enable-dynamic option specified... yes checking if --enable-java option specified... no checking if --enable-posixmutexes option specified... no checking if --enable-rpc option specified... no checking if --enable-shared option specified... no checking if --enable-tcl option specified... no checking if --enable-test option specified... no checking if --enable-uimutexes option specified... no checking if --enable-umrw option specified... no checking if --with-tcl option specified... no checking for cc... cc checking for gcc... (cached) cc checking for gcc... (cached) cc checking whether the C compiler (cc -O -pipe -mcpu=ev56 ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. ===> Script "../dist/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:595: checking for a BSD compatible install configure:654: checking host system type configure:695: checking if building in the top-level directory configure:756: checking if --disable-bigfile option specified configure:768: checking if --enable-compat185 option specified configure:780: checking if --enable-cxx option specified configure:792: checking if --enable-debug option specified configure:804: checking if --enable-debug_rop option specified configure:816: checking if --enable-debug_wop option specified configure:828: checking if --enable-diagnostic option specified configure:840: checking if --enable-dump185 option specified configure:852: checking if --enable-dynamic option specified configure:864: checking if --enable-java option specified configure:876: checking if --enable-posixmutexes option specified configure:888: checking if --enable-rpc option specified configure:900: checking if --enable-shared option specified configure:915: checking if --enable-tcl option specified configure:927: checking if --enable-test option specified configure:939: checking if --enable-uimutexes option specified configure:951: checking if --enable-umrw option specified configure:963: checking if --with-tcl option specified configure:1026: checking for cc configure:1055: checking for gcc configure:1084: checking for gcc configure:1197: checking whether the C compiler (cc -O -pipe -mcpu=ev56 ) works configure:1213: cc -o conftest -O -pipe -mcpu=ev56 -D_THREAD_SAFE conftest.c -pthread 1>&5 /usr/lib/libc_r.so: undefined reference to `_thread_sys_sigreturn' configure: failed program was: #line 1208 "configure" #include "confdefs.h" main(){return(0);} (end of "config.log") *** Error code 1 Stop in /usr/ports/databases/db3. *** Error code 1 The ports on this machine were CVSup'ed 14th November To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 16:39: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 842A037B416; Wed, 14 Nov 2001 16:39:14 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF0Vpc08862; Wed, 14 Nov 2001 16:31:51 -0800 (PST) (envelope-from petef) Date: Wed, 14 Nov 2001 16:31:51 -0800 (PST) From: Message-Id: <200111150031.fAF0Vpc08862@freefall.freebsd.org> To: thomas.lotterer@cw.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31855: New Port: mail to news gateway Sender: owner-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 to news gateway State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Nov 14 16:31:35 PST 2001 State-Changed-Why: Already committed by rse http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31855 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 16:49: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 98EFA37B416; Wed, 14 Nov 2001 16:49:14 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF0hL410204; Wed, 14 Nov 2001 16:43:21 -0800 (PST) (envelope-from petef) Date: Wed, 14 Nov 2001 16:43:21 -0800 (PST) From: Message-Id: <200111150043.fAF0hL410204@freefall.freebsd.org> To: ma@absolight.fr, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31989: graphviz-1.7.7 fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: graphviz-1.7.7 fails to build State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Nov 14 16:43:00 PST 2001 State-Changed-Why: A fix for this was just committed, please re-cvsup. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31989 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 18: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 DB14637B417 for ; Wed, 14 Nov 2001 18:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF2K0H30807; Wed, 14 Nov 2001 18:20:00 -0800 (PST) (envelope-from gnats) Received: from tcp.nttmcl.com (tcp.nttmcl.com [216.69.69.135]) by hub.freebsd.org (Postfix) with ESMTP id 1383437B416 for ; Wed, 14 Nov 2001 18:19:16 -0800 (PST) Received: (from root@localhost) by tcp.nttmcl.com (8.11.6/8.11.6) id fAF2E1C36545; Wed, 14 Nov 2001 18:14:01 -0800 (PST) (envelope-from root) Message-Id: <200111150214.fAF2E1C36545@tcp.nttmcl.com> Date: Wed, 14 Nov 2001 18:14:01 -0800 (PST) From: jj@nttmcl.com To: FreeBSD-gnats-submit@freebsd.org Cc: gene@nttmcl.com, jj@nttmcl.com X-Send-Pr-Version: 3.113 Subject: ports/31998: libxml2-2.4.10 breaks kdelibs-2.2.1 build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31998 >Category: ports >Synopsis: libxml2-2.4.10 breaks kdelibs-2.2.1 build >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 Nov 14 18:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: JJ Behrens >Release: FreeBSD 4.4-RELEASE i386 >Organization: NTT MCL, INC. >Environment: System: FreeBSD tcp.nttmcl.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: libxml2-2.4.10 builds and installs successfully. However, when attempting to build kdelibs-2.2.1, the following build error is generated: cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/usr/local/include/libxml2/libxml -I/usr/local/include/libxml2 -I/usr/include -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/qt2 -D_THREAD_SAFE -I/usr/local/include -O0 -O -pipe -c templates.c -fPIC -DPIC -o .libs/templates.o In file included from /usr/local/include/libxml2/libxml/parser.h:576, from /usr/local/include/libxml2/libxml/xmlerror.h:4, from templates.c:18: /usr/local/include/libxml2/libxml/globals.h:70: syntax error before `xmlGenericErrorFunc' /usr/local/include/libxml2/libxml/globals.h:217: syntax error before `xmlGenericError' /usr/local/include/libxml2/libxml/globals.h:217: warning: data definition has no type or storage class gmake[3]: *** [templates.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1/kdoctools/libxslt' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1/kdoctools' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 ... It appears that the headers have a cyclical dependency. >How-To-Repeat: Starting from a naked system, use cvsup to grab the latest version of ports. Then try to build the kde2 meta port--libxml2 is a dependency. >Fix: This may be a libxml issue more than a ports issue. >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 Nov 14 19:10: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 4417537B416 for ; Wed, 14 Nov 2001 19:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF3A2i40098; Wed, 14 Nov 2001 19:10:02 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Nov 2001 19:10:02 -0800 (PST) Message-Id: <200111150310.fAF3A2i40098@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/30604: postgresql7 doesn't build with kerberos5 Reply-To: Palle Girgensohn Sender: owner-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/30604; it has been noted by GNATS. From: Palle Girgensohn To: freebsd-gnats-submit@FreeBSD.org Cc: sean@chittenden.org, Tom Hukins Subject: Re: ports/30604: postgresql7 doesn't build with kerberos5 Date: 15 Nov 2001 03:05:18 +0100 Hi! Sorry for the long delay, I actually forgot about this. Could you please try the attached patch? It seems to work for me, only I have no Kerberos to test it with. Configure gets the idea and fails for me since Kerberos cannot be found, which seems OK :) The exists() in make take a *file* as an argument, and searches for it in the system path. Hence, looking for /usr/local doesn't seem to work, so skipping it seems easiest... Here's how configure reacts: configure:4316: checking for krb5_encrypt in -lk5crypto configure:4335: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -lk5crypto -lcom_err -lz -lcrypt -lcompat -lm -lutil -lreadline 1>&5 /usr/libexec/elf/ld: cannot find -lk5crypto configure: failed program was: #line 4324 "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 krb5_encrypt(); int main() { krb5_encrypt() ; return 0; } (end of "config.log") *** Error code 1 Index: configure.postgresql =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/scripts/configure.postgresql,v retrieving revision 1.7 diff -u -r1.7 configure.postgresql --- configure.postgresql 2001/06/13 14:37:45 1.7 +++ configure.postgresql 2001/11/15 01:59:36 @@ -270,8 +270,8 @@ echo KRB5_HOME=\"$1\" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc fi cat <<-EOF >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - .if defined(KRB5_HOME) && exists(\${KRB5_HOME}) - CONFIGURE_KRB= --with-krb5=\${KRB5_HOME} + .if defined(KRB5_HOME) + CONFIGURE_ARGS= --with-krb5=\${KRB5_HOME} .endif EOF To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 19:11:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mbm.mobias.com (mbm.mobias.com [195.22.228.130]) by hub.freebsd.org (Postfix) with ESMTP id A5E9637B419; Wed, 14 Nov 2001 19:10:27 -0800 (PST) Received: from clsmtp.edf.fr (XX-8ZBM2OJ7BWYS [209.134.35.18]) by mbm.mobias.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id V0F0Y69M; Thu, 15 Nov 2001 05:04:04 +0200 Message-ID: <000067cf4f5a$000049c7$00007829@smtp.cityweb.de> To: From: "The Mail Man" Subject: Add to your PlayStation collection for $4 per Game LRVU Date: Wed, 14 Nov 2001 19:06:09 -2000 MIME-Version: 1.0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org

COPY ANY DVD MOVIE!
With our revolut= ionary software you can copy virtually
any DVD Movie using your existing equipment! 
Conventional DVD copying equipment can cost tho= usands of $$
Our DVD Wizard cost less than the price of 2 DVD Movies! =

F= ree Live Tech Support With each Order

CLICK HERE To Learn About DVD Wizard!

= CONVERT VHS INTO DVD!
Why pay for a co= py of a movie on DVD that you already
own of VHS???
  Not all movies o= n VHS are available on DVD.
So MAKE Them into a DVD yourself!!  DVD Wizard Will teach you. Our Revolutionary DVD Wizard will help you create DVD's!


Copy DVD Movies An= d Create Your Own Personal Collection!
Convert VHS and Camcorder Movies into DVD Movies! 

Free Live Tech Support With each Order
.
CLICK HERE To Learn About VHS Wizard!

3D"VHS.gif

COPY PLAYSTATION=FFFFFFAE GAMES

With our= revolutionary software you can copy virtually any  PlayStation=FFFFFFAE Game using your existing CD Burner!


Conventional Game Coping copying equipment can cost thousands of  dollars. 

The Play= Station =FFFFFFAE Wizard costs less than the price of ONE GAME!


Rent any game for less than $4 and copy it for FREE!


Save HUNDREDS of dollars copying games! For the price of just one game= you can 
own this software and have UNLIMITED GAMES! 

This me= ans the software pays for 
itself the first time you use it!!!

Free Live Tech Support With each Order

CLICK HERE To Learn About PlayStation Wizard!

 

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 19:49: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 B7DE137B416; Wed, 14 Nov 2001 19:49:14 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF3g2943678; Wed, 14 Nov 2001 19:42:02 -0800 (PST) (envelope-from okazaki) Date: Wed, 14 Nov 2001 19:42:02 -0800 (PST) From: Message-Id: <200111150342.fAF3g2943678@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, okazaki@FreeBSD.org Subject: Re: ports/31992: Checksum mismatch for crimson 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: Checksum mismatch for crimson port Responsible-Changed-From-To: freebsd-ports->okazaki Responsible-Changed-By: okazaki Responsible-Changed-When: Wed Nov 14 19:41:13 PST 2001 Responsible-Changed-Why: I will handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31992 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 20:56:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 6449537B405; Wed, 14 Nov 2001 20:56:54 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAF4umQ33559; Wed, 14 Nov 2001 20:56:49 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id fAF4v9n04012; Wed, 14 Nov 2001 20:57:09 -0800 (PST) (envelope-from marcel) Date: Wed, 14 Nov 2001 20:57:09 -0800 From: Marcel Moolenaar To: dwcjr@FreeBSD.org Cc: ports@FreeBSD.org Subject: Ok, what's the story with linux_base-62 Message-ID: <20011114205709.B3930@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.21i Sender: owner-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, Can you please tell me why we have a third linux_base? I don't approve it and yet, since my name is all over the place, I have to reply to mail sent to me about it. Also, what's wrong with upgrading the existing linux_base from 6.1 to 6.2? Thanks, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 20:58:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from carbon.anonymous-daemon.org (carbon.anonymous-daemon.org [207.208.227.190]) by hub.freebsd.org (Postfix) with ESMTP id A7D0A37B405 for ; Wed, 14 Nov 2001 20:58:49 -0800 (PST) Received: by carbon.anonymous-daemon.org (Postfix, from userid 1001) id BA46821; Wed, 14 Nov 2001 22:58:43 -0600 (CST) To: freebsd-ports@freebsd.org Subject: pine4.40 with Maildir patch fails (patch is for 4.33??) Message-Id: <20011115045843.BA46821@carbon.anonymous-daemon.org> Date: Wed, 14 Nov 2001 22:58:43 -0600 (CST) From: d_jab@anonymous-daemon.org (Daniel Schrock) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am getting the following errors trying to compile pine4.40 with maildir support from the ports collection. ===> Registering installation for cclient-2001,1 ===> Returning to build of pine-4.40 ===> Patching for pine-4.40 ===> Applying distribution patches for pine-4.40 2 out of 4 hunks failed--saving rejects to imap/src/osdep/unix/Makefile.rej 2 out of 2 hunks failed--saving rejects to imap/src/osdep/unix/dummy.c.rej 1 out of 1 hunks failed--saving rejects to pine/pine.h.rej *** Error code 5 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4 There is a patch available for pine 4.40. Why is a 4.33 patch being used? Thanks .daniel.schrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 21:19: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 E44C737B416; Wed, 14 Nov 2001 21:19:14 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF59oo63691; Wed, 14 Nov 2001 21:09:50 -0800 (PST) (envelope-from petef) Date: Wed, 14 Nov 2001 21:09:50 -0800 (PST) From: Message-Id: <200111150509.fAF59oo63691@freefall.freebsd.org> To: tkato@prontomail.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31612: Update port: mail/nail to 9.28 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: mail/nail to 9.28 State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Nov 14 21:09:26 PST 2001 State-Changed-Why: Oops, I committed this a few days ago and forgot to close it. Thanks for your submission! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31612 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 21:41:30 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 A6E6837B416; Wed, 14 Nov 2001 21:41:27 -0800 (PST) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 992A82438A; Thu, 15 Nov 2001 00:41:23 -0500 (EST) Date: Thu, 15 Nov 2001 00:41:23 -0500 From: Will Andrews To: Charlie Root Cc: ports@FreeBSD.org Subject: Re: Fetching of packages Message-ID: <20011115004123.A17600@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Charlie Root , ports@FreeBSD.org References: <20011115053556.AF1518FBE@xlr82xs.shacknet.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011115053556.AF1518FBE@xlr82xs.shacknet.nu> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [ wrong place to send it. try ports@FreeBSD.org next time. ] On Thu, Nov 15, 2001 at 03:35:56PM +1000, Charlie Root wrote: > I've found the settings in make.conf for telling fetch to use proxies, but after searching through the make.conf and what i could make out from the Mk/* tree, i couldn't find anywhere to set flags (other than proxy flags) going to fetch. > > The reason i was looking for this is as i use a dialup connection, it would be nice to be able to install something like the gnome meta port, or anything else with a lot of files, large files to fetch, and be able to send the flags -a -r to fetch so it tries to resume or restart connections that die when my isp decides to kick me off. > > I'm not sure if this is the correct person/address to contact, but since this is listed as the main ports maintainer i thaught the worst that can happen is some flames ;) > > regards, > David Trzcinski You're probably looking to set FETCH_[BEFORE,AFTER]_ARGS. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 21:59: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 92B8037B417; Wed, 14 Nov 2001 21:59:25 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF5siP67985; Wed, 14 Nov 2001 21:54:44 -0800 (PST) (envelope-from petef) Date: Wed, 14 Nov 2001 21:54:44 -0800 (PST) From: Message-Id: <200111150554.fAF5siP67985@freefall.freebsd.org> To: one@netlab.is.tsukuba.ac.jp, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31520: Update port: graphics/tgif-nls to 4.1.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/tgif-nls to 4.1.41 State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Nov 14 21:54:34 PST 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31520 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 21:59: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 E973237B437; Wed, 14 Nov 2001 21:59:29 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF5wxC68703; Wed, 14 Nov 2001 21:58:59 -0800 (PST) (envelope-from petef) Date: Wed, 14 Nov 2001 21:58:59 -0800 (PST) From: Message-Id: <200111150558.fAF5wxC68703@freefall.freebsd.org> To: clefevre@citeweb.net, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31543: Maintainer update: devel/gengetopt (NOPORTDOCS added) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: devel/gengetopt (NOPORTDOCS added) State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Nov 14 21:58:52 PST 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31543 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 22: 6:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 7B48F37B405 for ; Wed, 14 Nov 2001 22:06:14 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fAF66Fd44846 for ; Thu, 15 Nov 2001 01:06:15 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 15 Nov 2001 01:06:15 -0500 (EST) From: Joe Clarke To: freebsd-ports@freebsd.org Subject: How to USE_AUTOMAKE for automake 1.5 Message-ID: <20011115010210.E86071-100000@shumai.marcuscom.com> 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 Apologies if this has been asked. I didn't see anything in the archives. netatalk currently uses USE_AUTOMAKE to build. Now that both automake 1.4 and automake 1.5 are in the tree, I find the build fails if both are installed. The port first uses automake14, but then, the configure script recalls automake, only this time to find automake 1.5, and depcomp is missing. Admitedly, netatalk's build system is screwed up, but I'm wondering how can I force netatalk to use and require automake 1.5 throughout? If I USE_AUTOMAKE and set AUTOMAKE= automake, the port still requires automake14. I guess I can explicitly add a BUILD_DEPENDS on automake 1.5, but I was wondering if there was a more preferred way to do this. Thanks. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Nov 14 23: 5:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id C653637B405 for ; Wed, 14 Nov 2001 23:05:11 -0800 (PST) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id fAF757l18564; Thu, 15 Nov 2001 08:05:07 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id fAF757929865; Thu, 15 Nov 2001 08:05:07 +0100 (MET) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.1/8.12.1/Siemens CERT [ $Revision: 1.18 ]) with ESMTP id fAF757Dg014027; Thu, 15 Nov 2001 08:05:07 +0100 (CET) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.10 ]) with ESMTP id fAF7573E066861; Thu, 15 Nov 2001 08:05:07 +0100 (CET) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.2 ]) id fAF757TT066860; Thu, 15 Nov 2001 08:05:07 +0100 (CET) Date: Thu, 15 Nov 2001 08:05:07 +0100 From: Udo Schweigert To: Joe Clarke Cc: freebsd-ports@FreeBSD.ORG Subject: Re: How to USE_AUTOMAKE for automake 1.5 Message-ID: <20011115070507.GA66412@alaska.cert.siemens.de> Mail-Followup-To: Joe Clarke , freebsd-ports@FreeBSD.ORG References: <20011115010210.E86071-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011115010210.E86071-100000@shumai.marcuscom.com> User-Agent: Mutt/1.3.23.2i X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Nov 15, 2001 at 01:06:15 -0500, Joe Clarke wrote: > Apologies if this has been asked. I didn't see anything in the archives. > > If I USE_AUTOMAKE and set AUTOMAKE= automake, the port still requires > automake14. I guess I can explicitly add a BUILD_DEPENDS on automake 1.5, > but I was wondering if there was a more preferred way to do this. Thanks. > The BUILD_DEPENDS on automake14 is (at the moment) hardwired into /usr/ports/Mk/bsd.port.mk. For using the most recent automake you have to set AUTOMAKE=automake (as you already have done) and add a line like: BUILD_DEPENDS+=automake:${PORTSDIR}/devel/automake It's a little annoying that automake14 is also built if you build your port, but as it is only a BUILD_DEPENDS it does not do any harm. (Maybe things with USE_AUTOMAKE and USE_AUTOCONF will again change, there were some discussions on that) Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 0:54:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id 67C2137B419; Thu, 15 Nov 2001 00:54:15 -0800 (PST) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id fAF8sHC52251; Thu, 15 Nov 2001 09:54:17 +0100 (CET) (envelope-from ernst) Message-Id: <200111150854.fAF8sHC52251@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: NINOMIYA Hideyuki Subject: Re: Port for JBuilder ? Date: Thu, 15 Nov 2001 09:54:17 +0100 X-Mailer: KMail [version 1.3] Cc: ports@freebsd.org, java@freebsd.org References: <20011003232140.A10035@c104187.upc-c.chello.nl> <20011115.035904.71100979.nin@smtp.shikoku.ne.jp> In-Reply-To: <20011115.035904.71100979.nin@smtp.shikoku.ne.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The URL should be: > http://home.jp.FreeBSD/~nin/files/jbuilder-personal.tgz * http://home.jp.FreeBSD.org/~nin/files/jbuilder-personal.tgz And an alternative download location here: * http://www.metaverse.nl/~ernst/jbuilder-personal.tgz -- Ernst znerd@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 1:37:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 1EFF837B418; Thu, 15 Nov 2001 01:37:42 -0800 (PST) Received: from dwcjr (dwcjr [192.168.0.216]) by leviathan.inethouston.net (Postfix) with ESMTP id 7C43710F43E; Thu, 15 Nov 2001 03:37:36 -0600 (CST) Message-ID: <000601c16db9$28cbb260$d800a8c0@inethouston.net> From: "David W. Chapman Jr." To: "Marcel Moolenaar" , Cc: References: <20011114205709.B3930@dhcp01.pn.xcllnt.net> Subject: Re: Ok, what's the story with linux_base-62 Date: Thu, 15 Nov 2001 03:37:36 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You are speaking with the wrong David. This is not my doing. Although I do agree with it, speak with obrien@freebsd.org ----- Original Message ----- From: "Marcel Moolenaar" To: Cc: Sent: Wednesday, November 14, 2001 10:57 PM Subject: Ok, what's the story with linux_base-62 > David, > > Can you please tell me why we have a third linux_base? > I don't approve it and yet, since my name is all over the > place, I have to reply to mail sent to me about it. > > Also, what's wrong with upgrading the existing linux_base > from 6.1 to 6.2? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 1:44:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns2.kfu.edu.sa (ns2.kfu.edu.sa [212.26.27.82]) by hub.freebsd.org (Postfix) with ESMTP id 17A7837B447; Thu, 15 Nov 2001 01:44:06 -0800 (PST) Received: from postbox.dammam.kfu.edu.sa (Deewar-lan1.kfu.edu.sa [212.26.27.83]) by ns2.kfu.edu.sa (8.8.7/8.8.7) with ESMTP id PAA29381; Thu, 15 Nov 2001 15:49:18 +0307 From: nqr377e9k@hotmail.com Received: from 65.90.223.243 ([212.26.20.15]) by postbox.dammam.kfu.edu.sa (Netscape Messaging Server 4.1) with SMTP id GN18MC00.AV6; Thu, 15 Nov 2001 12:30:12 -1700 To: Subject: We want your business! 5.85% Fixed Rate Mortgage Date: Thu, 15 Nov 2001 04:47:04 -0400 MIME-Version: 1.0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 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 5.85% Fixed Rate

5.85% Fixed Rate

3D"1-log.jpg"

Rates Have Fallen Again!!!

DO NOT MISS OUT!!

LET BANKS COMPETE FOR YOUR BUSINESS!!!

ALL CREDIT WELCOME

CLI= CK HERE FOR MORE INFO

 

 

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 1:50: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 DC3D437B417 for ; Thu, 15 Nov 2001 01:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF9o1C09884; Thu, 15 Nov 2001 01:50:01 -0800 (PST) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 11B4137B405 for ; Thu, 15 Nov 2001 01:42:46 -0800 (PST) Received: by freebsd.org.ru (Postfix, from userid 1000) id 8101C2B4; Thu, 15 Nov 2001 12:42:39 +0300 (MSK) Message-Id: <20011115094239.8101C2B4@freebsd.org.ru> Date: Thu, 15 Nov 2001 12:42:39 +0300 (MSK) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32000: update mail/postfix to 20010228-pl07 Sender: owner-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: 32000 >Category: ports >Synopsis: update mail/postfix to 20010228-pl07 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 01:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.4-STABLE i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD 4.4-STABLE i386 >Description: Update mail/postfix to 20010228-pl07. Latest release fix smtpd command log memory exhaustion bug. For more information look at postfix-announce maillist. >How-To-Repeat: >Fix: diff -ruN postfix.old/Makefile postfix/Makefile --- postfix.old/Makefile Thu Nov 15 12:35:21 2001 +++ postfix/Makefile Thu Nov 15 12:22:12 2001 @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 20010228.6 +PORTVERSION= 20010228.7 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ diff -ruN postfix.old/distinfo postfix/distinfo --- postfix.old/distinfo Thu Nov 15 12:35:21 2001 +++ postfix/distinfo Thu Nov 15 12:33:32 2001 @@ -1,3 +1,3 @@ MD5 (postfix/pfixtls-0.7.12-20010228-pl06-0.9.6b.tar.gz) = 1cc36b0d1e907111dfc6458b46490b9f -MD5 (postfix/postfix-20010228-pl06.tar.gz) = c0c609014d6e9037ab09356e8e23a969 +MD5 (postfix/postfix-20010228-pl07.tar.gz) = 32de69416aef37c8ebf958456e8710e9 MD5 (postfix/postfix-20010228pl04-v6-20010913a.diff.gz) = 82e7777c84e2c95f2e3fe9aa3596a3ea >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 Nov 15 2: 1: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 6EEA737B418 for ; Thu, 15 Nov 2001 02:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFA06611600; Thu, 15 Nov 2001 02:00:06 -0800 (PST) (envelope-from gnats) Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 5586B37B417 for ; Thu, 15 Nov 2001 01:52:08 -0800 (PST) Received: from jaffacakes.freeserve.co.uk ([213.107.104.12]) by mta05-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20011115095146.JKU22193.mta05-svc.ntlworld.com@jaffacakes.freeserve.co.uk> for ; Thu, 15 Nov 2001 09:51:46 +0000 Received: (from root@localhost) by jaffacakes.freeserve.co.uk (8.11.6/8.11.2) id fAF9pjZ10262; Thu, 15 Nov 2001 09:51:45 GMT (envelope-from simonm) Message-Id: <200111150951.fAF9pjZ10262@jaffacakes.freeserve.co.uk> Date: Thu, 15 Nov 2001 09:51:45 GMT From: Simon Marlow Reply-To: Simon Marlow To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32001: Update lang/ghc to 5.02.1 (REPLACES PR ports/30910) Sender: owner-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: 32001 >Category: ports >Synopsis: Update lang/ghc to 5.02.1 (REPLACES PR ports/30910) >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 Nov 15 02:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Simon Marlow >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD rachel.home 4.4-STABLE FreeBSD 4.4-STABLE #25: Sun Sep 23 15:14:18 BST 2001 simonm@rachel.home:/usr/src/sys/compile/RACHEL i386 >Description: >How-To-Repeat: >Fix: The patch below updates the port lang/ghc to version 5.02.1. Some users have requested that the old version 4 port be kept around, so I suggest repo-copying the existing lang/ghc to lang/ghc4 first. (Originally in PR ports/30910 I suggested making the new port lang/ghc5, but the feeling was that just upgrading the existing port and renaming the old one is better. Please close the original report). The new port is much simpler, and builds much faster, because it bootstraps by downloading a cut-down binary distribution of itself in a similar way to lang/gnat. Note that the files subdirectory is no longer needed. diff -cr ghc-OLD/Makefile ghc/Makefile *** ghc-OLD/Makefile Tue Feb 27 19:03:03 2001 --- ghc/Makefile Thu Nov 15 09:29:26 2001 *************** *** 1,15 **** ! # New ports collection makefile for: ghc ! # Date created: 28 August 1999 # Whom: Simon Marlow # # $FreeBSD: ports/lang/ghc/Makefile,v 1.6 2001/02/26 04:39:59 steve Exp $ PORTNAME= ghc ! PORTVERSION= 4.08.2 CATEGORIES= lang MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/ ! DISTFILES= ghc-${PORTVERSION}-src${EXTRACT_SUFX} \ ! ghc-${PORTVERSION}-x86-hc${EXTRACT_SUFX} MAINTAINER= simonmar@microsoft.com --- 1,18 ---- ! # New ports collection makefile for: ghc ! # Date created: September 2001 # Whom: Simon Marlow # # $FreeBSD: ports/lang/ghc/Makefile,v 1.6 2001/02/26 04:39:59 steve Exp $ PORTNAME= ghc ! PORTVERSION= 5.02.1 CATEGORIES= lang MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/ ! ! SRC_DIST= ghc-${PORTVERSION}-src-1${EXTRACT_SUFX} ! BOOT_DIST= ghc-${PORTVERSION}-i386-unknown-freebsd-boot${EXTRACT_SUFX} ! ! DISTFILES= ${SRC_DIST} ${BOOT_DIST} MAINTAINER= simonmar@microsoft.com *************** *** 18,24 **** USE_GMAKE= yes GNU_CONFIGURE= yes ! CONFIGURE_ARGS= --enable-hc-boot --libdir=${PREFIX}/lib/ghc # specifying CONFIGURE_TARGET doesn't work for some reason. CONFIGURE_TARGET= --- 21,34 ---- USE_GMAKE= yes GNU_CONFIGURE= yes ! PLIST_SUB= GHC_VERSION=${PORTVERSION} ! ! # This port builds by downloading a minimal binary distribution of GHC and ! # using that to bootstrap. ! BOOT_DIR= ${WRKDIR}/ghc-${PORTVERSION}-boot ! BOOT_GHC= ${BOOT_DIR}/bin/i386-unknown-freebsd/ghc-${PORTVERSION} ! ! CONFIGURE_ARGS= --with-ghc=${BOOT_GHC} # specifying CONFIGURE_TARGET doesn't work for some reason. CONFIGURE_TARGET= *************** *** 27,69 **** TMPDIR = ${WRKSRC}/tmp MAKE_ENV += TMPDIR=${TMPDIR} ! # Note: ! # - This port will bootstrap from pre-compiled C files. ! # - ToDo: bootstrap using existing compiler, if one is installed. ! ! # XXX: we touch the happy-generated files to ensure that when we ! # switch to non-bootstrapping mode for installation, the build system ! # won't try to create them. ! # ! BOOT_COOKIE = ${WRKDIR}/.boot_done ! ! ${BOOT_COOKIE}: @${MKDIR} ${TMPDIR} - @${CP} ${FILESDIR}/build.mk ${WRKSRC}/mk - @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/ghc/compiler/rename/ParseIface.hs - @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/ghc/compiler/parser/Parser.hs - @(cd ${WRKSRC}/glafp-utils; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) - @(cd ${WRKSRC}/ghc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) - @(cd ${WRKSRC}/hslibs; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) - @${TOUCH} ${TOUCH_FLAGS} ${BOOT_COOKIE} - - pre-build: ${BOOT_COOKIE} - - # After building the compiler, we go back and build the libraries from - # source using the compiler we just built. We also build profiling - # versions of the libraries at this point. - - REAL_LIBS_COOKIE = ${WRKDIR}/.real_libs_done - - ${REAL_LIBS_COOKIE}: - @echo "GhcWithHscBuiltViaC=NO" >>${WRKSRC}/mk/build.mk - @echo "GhcLibWays=p" >>${WRKSRC}/mk/build.mk - @(cd ${WRKSRC}/ghc/rts; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean boot all) - @(cd ${WRKSRC}/ghc/lib; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean boot all) - @(cd ${WRKSRC}/hslibs; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean boot all) - @${TOUCH} ${TOUCH_FLAGS} ${REAL_LIBS_COOKIE} - - post-build: ${REAL_LIBS_COOKIE} .include --- 37,47 ---- TMPDIR = ${WRKSRC}/tmp MAKE_ENV += TMPDIR=${TMPDIR} + pre-configure: + @(cd ${BOOT_DIR} && ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) + @(cd ${BOOT_DIR} && ${MAKE} in-place) ! pre-build: @${MKDIR} ${TMPDIR} .include diff -cr ghc-OLD/distinfo ghc/distinfo *** ghc-OLD/distinfo Tue Feb 27 19:03:04 2001 --- ghc/distinfo Wed Nov 14 14:26:12 2001 *************** *** 1,2 **** ! MD5 (ghc-4.08.2-src.tar.bz2) = c5199db1c12cc633970dfe920f50244d ! MD5 (ghc-4.08.2-x86-hc.tar.bz2) = d25dd1062b09af699f8361fb35394587 --- 1,2 ---- ! MD5 (ghc-5.02.1-src-1.tar.bz2) = 836a694411a2ec702eadb01df8d26936 ! MD5 (ghc-5.02.1-i386-unknown-freebsd-boot.tar.bz2) = 7e04f91990d67560281b852a7dece0c5 Only in ghc-OLD: files diff -cr ghc-OLD/pkg-plist ghc/pkg-plist *** ghc-OLD/pkg-plist Tue Feb 27 19:03:04 2001 --- ghc/pkg-plist Thu Nov 15 09:28:44 2001 *************** *** 1,476 **** bin/ghc ! bin/ghc-4.08.2 ! bin/ghcprof bin/hp2ps bin/stat2resid bin/DrIFT bin/DtdToHaskell bin/Xtract ! lib/ghc/cgprof ! lib/ghc/ghc-asm.prl ! lib/ghc/ghc-consist.prl ! lib/ghc/ghc-iface.prl ! lib/ghc/ghc-split.prl ! lib/ghc/hsc ! lib/ghc/hscpp ! lib/ghc/icons/absdelta.xbm ! lib/ghc/icons/absolute.xbm ! lib/ghc/icons/comm.xbm ! lib/ghc/icons/commslack.xbm ! lib/ghc/icons/comp.xbm ! lib/ghc/icons/compress.xbm ! lib/ghc/icons/compslack.xbm ! lib/ghc/icons/delete.xbm ! lib/ghc/icons/help.xbm ! lib/ghc/icons/hrel.xbm ! lib/ghc/icons/hrelslack.xbm ! lib/ghc/icons/jump.xbm ! lib/ghc/icons/mycomm.xbm ! lib/ghc/icons/oxpara.xbm ! lib/ghc/icons/percent.xbm ! lib/ghc/icons/reldelta.xbm ! lib/ghc/icons/sync.xbm ! lib/ghc/icons/time.xbm ! lib/ghc/icons/time1.xbm ! lib/ghc/icons/uncompress.xbm ! lib/ghc/icons/undo.xbm ! lib/ghc/icons/wait.xbm ! lib/ghc/icons/weightdelta.xbm ! lib/ghc/imports/concurrent/CVar.hi ! lib/ghc/imports/concurrent/CVar.p_hi ! lib/ghc/imports/concurrent/Chan.hi ! lib/ghc/imports/concurrent/Chan.p_hi ! lib/ghc/imports/concurrent/Channel.hi ! lib/ghc/imports/concurrent/Channel.p_hi ! lib/ghc/imports/concurrent/ChannelVar.hi ! lib/ghc/imports/concurrent/ChannelVar.p_hi ! lib/ghc/imports/concurrent/Concurrent.hi ! lib/ghc/imports/concurrent/Concurrent.p_hi ! lib/ghc/imports/concurrent/MVar.hi ! lib/ghc/imports/concurrent/MVar.p_hi ! lib/ghc/imports/concurrent/Merge.hi ! lib/ghc/imports/concurrent/Merge.p_hi ! lib/ghc/imports/concurrent/Parallel.hi ! lib/ghc/imports/concurrent/Parallel.p_hi ! lib/ghc/imports/concurrent/QSem.hi ! lib/ghc/imports/concurrent/QSem.p_hi ! lib/ghc/imports/concurrent/QSemN.hi ! lib/ghc/imports/concurrent/QSemN.p_hi ! lib/ghc/imports/concurrent/SampleVar.hi ! lib/ghc/imports/concurrent/SampleVar.p_hi ! lib/ghc/imports/concurrent/Semaphore.hi ! lib/ghc/imports/concurrent/Semaphore.p_hi ! lib/ghc/imports/concurrent/Strategies.hi ! lib/ghc/imports/concurrent/Strategies.p_hi ! lib/ghc/imports/data/Assoc.hi ! lib/ghc/imports/data/Assoc.p_hi ! lib/ghc/imports/data/AssocDefaults.hi ! lib/ghc/imports/data/AssocDefaults.p_hi ! lib/ghc/imports/data/AssocList.hi ! lib/ghc/imports/data/AssocList.p_hi ! lib/ghc/imports/data/BankersQueue.hi ! lib/ghc/imports/data/BankersQueue.p_hi ! lib/ghc/imports/data/BinaryRandList.hi ! lib/ghc/imports/data/BinaryRandList.p_hi ! lib/ghc/imports/data/BraunSeq.hi ! lib/ghc/imports/data/BraunSeq.p_hi ! lib/ghc/imports/data/Collection.hi ! lib/ghc/imports/data/Collection.p_hi ! lib/ghc/imports/data/CollectionDefaults.hi ! lib/ghc/imports/data/CollectionDefaults.p_hi ! lib/ghc/imports/data/CollectionUtils.hi ! lib/ghc/imports/data/CollectionUtils.p_hi ! lib/ghc/imports/data/EdisonPrelude.hi ! lib/ghc/imports/data/EdisonPrelude.p_hi ! lib/ghc/imports/data/FiniteMap.hi ! lib/ghc/imports/data/FiniteMap.p_hi ! lib/ghc/imports/data/JoinList.hi ! lib/ghc/imports/data/JoinList.p_hi ! lib/ghc/imports/data/LazyPairingHeap.hi ! lib/ghc/imports/data/LazyPairingHeap.p_hi ! lib/ghc/imports/data/LeftistHeap.hi ! lib/ghc/imports/data/LeftistHeap.p_hi ! lib/ghc/imports/data/ListSeq.hi ! lib/ghc/imports/data/ListSeq.p_hi ! lib/ghc/imports/data/MinHeap.hi ! lib/ghc/imports/data/MinHeap.p_hi ! lib/ghc/imports/data/MyersStack.hi ! lib/ghc/imports/data/MyersStack.p_hi ! lib/ghc/imports/data/PatriciaLoMap.hi ! lib/ghc/imports/data/PatriciaLoMap.p_hi ! lib/ghc/imports/data/RandList.hi ! lib/ghc/imports/data/RandList.p_hi ! lib/ghc/imports/data/RevSeq.hi ! lib/ghc/imports/data/RevSeq.p_hi ! lib/ghc/imports/data/Sequence.hi ! lib/ghc/imports/data/Sequence.p_hi ! lib/ghc/imports/data/SequenceDefaults.hi ! lib/ghc/imports/data/SequenceDefaults.p_hi ! lib/ghc/imports/data/Set.hi ! lib/ghc/imports/data/Set.p_hi ! lib/ghc/imports/data/SimpleQueue.hi ! lib/ghc/imports/data/SimpleQueue.p_hi ! lib/ghc/imports/data/SizedSeq.hi ! lib/ghc/imports/data/SizedSeq.p_hi ! lib/ghc/imports/data/SkewHeap.hi ! lib/ghc/imports/data/SkewHeap.p_hi ! lib/ghc/imports/data/SplayHeap.hi ! lib/ghc/imports/data/SplayHeap.p_hi ! lib/ghc/imports/data/TestOrdBag.hi ! lib/ghc/imports/data/TestOrdBag.p_hi ! lib/ghc/imports/data/TestOrdSet.hi ! lib/ghc/imports/data/TestOrdSet.p_hi ! lib/ghc/imports/data/TestSeq.hi ! lib/ghc/imports/data/TestSeq.p_hi ! lib/ghc/imports/data/UnbalancedSet.hi ! lib/ghc/imports/data/UnbalancedSet.p_hi ! lib/ghc/imports/lang/Addr.hi ! lib/ghc/imports/lang/Addr.p_hi ! lib/ghc/imports/lang/ArrayBase.hi ! lib/ghc/imports/lang/ArrayBase.p_hi ! lib/ghc/imports/lang/Bits.hi ! lib/ghc/imports/lang/Bits.p_hi ! lib/ghc/imports/lang/ByteArray.hi ! lib/ghc/imports/lang/ByteArray.p_hi ! lib/ghc/imports/lang/CCall.hi ! lib/ghc/imports/lang/CCall.p_hi ! lib/ghc/imports/lang/CString.hi ! lib/ghc/imports/lang/CString.p_hi ! lib/ghc/imports/lang/CTypes.hi ! lib/ghc/imports/lang/CTypes.p_hi ! lib/ghc/imports/lang/CTypesISO.hi ! lib/ghc/imports/lang/CTypesISO.p_hi ! lib/ghc/imports/lang/Dynamic.hi ! lib/ghc/imports/lang/Dynamic.p_hi ! lib/ghc/imports/lang/Exception.hi ! lib/ghc/imports/lang/Exception.p_hi ! lib/ghc/imports/lang/Foreign.hi ! lib/ghc/imports/lang/Foreign.p_hi ! lib/ghc/imports/lang/ForeignObj.hi ! lib/ghc/imports/lang/ForeignObj.p_hi ! lib/ghc/imports/lang/GlaExts.hi ! lib/ghc/imports/lang/GlaExts.p_hi ! lib/ghc/imports/lang/IArray.hi ! lib/ghc/imports/lang/IArray.p_hi ! lib/ghc/imports/lang/IOExts.hi ! lib/ghc/imports/lang/IOExts.p_hi ! lib/ghc/imports/lang/Int.hi ! lib/ghc/imports/lang/Int.p_hi ! lib/ghc/imports/lang/LazyST.hi ! lib/ghc/imports/lang/LazyST.p_hi ! lib/ghc/imports/lang/MArray.hi ! lib/ghc/imports/lang/MArray.p_hi ! lib/ghc/imports/lang/MonadEither.hi ! lib/ghc/imports/lang/MonadEither.p_hi ! lib/ghc/imports/lang/MonadError.hi ! lib/ghc/imports/lang/MonadError.p_hi ! lib/ghc/imports/lang/MonadFix.hi ! lib/ghc/imports/lang/MonadFix.p_hi ! lib/ghc/imports/lang/MonadIdentity.hi ! lib/ghc/imports/lang/MonadIdentity.p_hi ! lib/ghc/imports/lang/MonadRWS.hi ! lib/ghc/imports/lang/MonadRWS.p_hi ! lib/ghc/imports/lang/MonadReader.hi ! lib/ghc/imports/lang/MonadReader.p_hi ! lib/ghc/imports/lang/MonadState.hi ! lib/ghc/imports/lang/MonadState.p_hi ! lib/ghc/imports/lang/MonadTrans.hi ! lib/ghc/imports/lang/MonadTrans.p_hi ! lib/ghc/imports/lang/MonadWriter.hi ! lib/ghc/imports/lang/MonadWriter.p_hi ! lib/ghc/imports/lang/Monoid.hi ! lib/ghc/imports/lang/Monoid.p_hi ! lib/ghc/imports/lang/MutableArray.hi ! lib/ghc/imports/lang/MutableArray.p_hi ! lib/ghc/imports/lang/NativeInfo.hi ! lib/ghc/imports/lang/NativeInfo.p_hi ! lib/ghc/imports/lang/NumExts.hi ! lib/ghc/imports/lang/NumExts.p_hi ! lib/ghc/imports/lang/PackedString.hi ! lib/ghc/imports/lang/PackedString.p_hi ! lib/ghc/imports/lang/ST.hi ! lib/ghc/imports/lang/ST.p_hi ! lib/ghc/imports/lang/ShowFunctions.hi ! lib/ghc/imports/lang/ShowFunctions.p_hi ! lib/ghc/imports/lang/Stable.hi ! lib/ghc/imports/lang/Stable.p_hi ! lib/ghc/imports/lang/StableName.hi ! lib/ghc/imports/lang/StableName.p_hi ! lib/ghc/imports/lang/StablePtr.hi ! lib/ghc/imports/lang/StablePtr.p_hi ! lib/ghc/imports/lang/Storable.hi ! lib/ghc/imports/lang/Storable.p_hi ! lib/ghc/imports/lang/TimeExts.hi ! lib/ghc/imports/lang/TimeExts.p_hi ! lib/ghc/imports/lang/Weak.hi ! lib/ghc/imports/lang/Weak.p_hi ! lib/ghc/imports/lang/Word.hi ! lib/ghc/imports/lang/Word.p_hi ! lib/ghc/imports/net/BSD.hi ! lib/ghc/imports/net/BSD.p_hi ! lib/ghc/imports/net/Socket.hi ! lib/ghc/imports/net/Socket.p_hi ! lib/ghc/imports/net/SocketPrim.hi ! lib/ghc/imports/net/SocketPrim.p_hi ! lib/ghc/imports/net/URI.hi ! lib/ghc/imports/net/URI.p_hi ! lib/ghc/imports/posix/Posix.hi ! lib/ghc/imports/posix/Posix.p_hi ! lib/ghc/imports/posix/PosixDB.hi ! lib/ghc/imports/posix/PosixDB.p_hi ! lib/ghc/imports/posix/PosixErr.hi ! lib/ghc/imports/posix/PosixErr.p_hi ! lib/ghc/imports/posix/PosixFiles.hi ! lib/ghc/imports/posix/PosixFiles.p_hi ! lib/ghc/imports/posix/PosixIO.hi ! lib/ghc/imports/posix/PosixIO.p_hi ! lib/ghc/imports/posix/PosixProcEnv.hi ! lib/ghc/imports/posix/PosixProcEnv.p_hi ! lib/ghc/imports/posix/PosixProcPrim.hi ! lib/ghc/imports/posix/PosixProcPrim.p_hi ! lib/ghc/imports/posix/PosixTTY.hi ! lib/ghc/imports/posix/PosixTTY.p_hi ! lib/ghc/imports/posix/PosixUtil.hi ! lib/ghc/imports/posix/PosixUtil.p_hi ! lib/ghc/imports/std/Array.hi ! lib/ghc/imports/std/Array.p_hi ! lib/ghc/imports/std/CPUTime.hi ! lib/ghc/imports/std/CPUTime.p_hi ! lib/ghc/imports/std/Char.hi ! lib/ghc/imports/std/Char.p_hi ! lib/ghc/imports/std/Complex.hi ! lib/ghc/imports/std/Complex.p_hi ! lib/ghc/imports/std/Directory.hi ! lib/ghc/imports/std/Directory.p_hi ! lib/ghc/imports/std/IO.hi ! lib/ghc/imports/std/IO.p_hi ! lib/ghc/imports/std/Ix.hi ! lib/ghc/imports/std/Ix.p_hi ! lib/ghc/imports/std/List.hi ! lib/ghc/imports/std/List.p_hi ! lib/ghc/imports/std/Locale.hi ! lib/ghc/imports/std/Locale.p_hi ! lib/ghc/imports/std/Maybe.hi ! lib/ghc/imports/std/Maybe.p_hi ! lib/ghc/imports/std/Monad.hi ! lib/ghc/imports/std/Monad.p_hi ! lib/ghc/imports/std/Numeric.hi ! lib/ghc/imports/std/Numeric.p_hi ! lib/ghc/imports/std/PrelAddr.hi ! lib/ghc/imports/std/PrelAddr.p_hi ! lib/ghc/imports/std/PrelArr.hi ! lib/ghc/imports/std/PrelArr.p_hi ! lib/ghc/imports/std/PrelArrExtra.hi ! lib/ghc/imports/std/PrelArrExtra.p_hi ! lib/ghc/imports/std/PrelBase.hi ! lib/ghc/imports/std/PrelBase.p_hi ! lib/ghc/imports/std/PrelByteArr.hi ! lib/ghc/imports/std/PrelByteArr.p_hi ! lib/ghc/imports/std/PrelConc.hi ! lib/ghc/imports/std/PrelConc.p_hi ! lib/ghc/imports/std/PrelDynamic.hi ! lib/ghc/imports/std/PrelDynamic.p_hi ! lib/ghc/imports/std/PrelEnum.hi ! lib/ghc/imports/std/PrelEnum.p_hi ! lib/ghc/imports/std/PrelErr.hi ! lib/ghc/imports/std/PrelErr.p_hi ! lib/ghc/imports/std/PrelException.hi ! lib/ghc/imports/std/PrelException.p_hi ! lib/ghc/imports/std/PrelFloat.hi ! lib/ghc/imports/std/PrelFloat.p_hi ! lib/ghc/imports/std/PrelForeign.hi ! lib/ghc/imports/std/PrelForeign.p_hi ! lib/ghc/imports/std/PrelGHC.hi ! lib/ghc/imports/std/PrelGHC.p_hi ! lib/ghc/imports/std/PrelHandle.hi ! lib/ghc/imports/std/PrelHandle.p_hi ! lib/ghc/imports/std/PrelHugs.hi ! lib/ghc/imports/std/PrelHugs.p_hi ! lib/ghc/imports/std/PrelIO.hi ! lib/ghc/imports/std/PrelIO.p_hi ! lib/ghc/imports/std/PrelIOBase.hi ! lib/ghc/imports/std/PrelIOBase.p_hi ! lib/ghc/imports/std/PrelList.hi ! lib/ghc/imports/std/PrelList.p_hi ! lib/ghc/imports/std/PrelMain.hi ! lib/ghc/imports/std/PrelMain.p_hi ! lib/ghc/imports/std/PrelMaybe.hi ! lib/ghc/imports/std/PrelMaybe.p_hi ! lib/ghc/imports/std/PrelNum.hi ! lib/ghc/imports/std/PrelNum.p_hi ! lib/ghc/imports/std/PrelPack.hi ! lib/ghc/imports/std/PrelPack.p_hi ! lib/ghc/imports/std/PrelRead.hi ! lib/ghc/imports/std/PrelRead.p_hi ! lib/ghc/imports/std/PrelReal.hi ! lib/ghc/imports/std/PrelReal.p_hi ! lib/ghc/imports/std/PrelST.hi ! lib/ghc/imports/std/PrelST.p_hi ! lib/ghc/imports/std/PrelShow.hi ! lib/ghc/imports/std/PrelShow.p_hi ! lib/ghc/imports/std/PrelStable.hi ! lib/ghc/imports/std/PrelStable.p_hi ! lib/ghc/imports/std/PrelTup.hi ! lib/ghc/imports/std/PrelTup.p_hi ! lib/ghc/imports/std/PrelWeak.hi ! lib/ghc/imports/std/PrelWeak.p_hi ! lib/ghc/imports/std/Prelude.hi ! lib/ghc/imports/std/Prelude.p_hi ! lib/ghc/imports/std/Random.hi ! lib/ghc/imports/std/Random.p_hi ! lib/ghc/imports/std/Ratio.hi ! lib/ghc/imports/std/Ratio.p_hi ! lib/ghc/imports/std/System.hi ! lib/ghc/imports/std/System.p_hi ! lib/ghc/imports/std/Time.hi ! lib/ghc/imports/std/Time.p_hi ! lib/ghc/imports/text/Haskell2Xml.hi ! lib/ghc/imports/text/Haskell2Xml.p_hi ! lib/ghc/imports/text/Html.hi ! lib/ghc/imports/text/Html.p_hi ! lib/ghc/imports/text/HtmlBlockTable.hi ! lib/ghc/imports/text/HtmlBlockTable.p_hi ! lib/ghc/imports/text/MatchPS.hi ! lib/ghc/imports/text/MatchPS.p_hi ! lib/ghc/imports/text/ParseSTLib.hi ! lib/ghc/imports/text/ParseSTLib.p_hi ! lib/ghc/imports/text/Parsec.hi ! lib/ghc/imports/text/Parsec.p_hi ! lib/ghc/imports/text/ParsecError.hi ! lib/ghc/imports/text/ParsecError.p_hi ! lib/ghc/imports/text/ParsecExpr.hi ! lib/ghc/imports/text/ParsecExpr.p_hi ! lib/ghc/imports/text/ParsecLanguage.hi ! lib/ghc/imports/text/ParsecLanguage.p_hi ! lib/ghc/imports/text/ParsecToken.hi ! lib/ghc/imports/text/ParsecToken.p_hi ! lib/ghc/imports/text/Pretty.hi ! lib/ghc/imports/text/Pretty.p_hi ! lib/ghc/imports/text/Regex.hi ! lib/ghc/imports/text/Regex.p_hi ! lib/ghc/imports/text/RegexString.hi ! lib/ghc/imports/text/RegexString.p_hi ! lib/ghc/imports/text/Xml2Haskell.hi ! lib/ghc/imports/text/Xml2Haskell.p_hi ! lib/ghc/imports/text/XmlCombinators.hi ! lib/ghc/imports/text/XmlCombinators.p_hi ! lib/ghc/imports/text/XmlHtmlGen.hi ! lib/ghc/imports/text/XmlHtmlGen.p_hi ! lib/ghc/imports/text/XmlHtmlPP.hi ! lib/ghc/imports/text/XmlHtmlPP.p_hi ! lib/ghc/imports/text/XmlHtmlParse.hi ! lib/ghc/imports/text/XmlHtmlParse.p_hi ! lib/ghc/imports/text/XmlLex.hi ! lib/ghc/imports/text/XmlLex.p_hi ! lib/ghc/imports/text/XmlLib.hi ! lib/ghc/imports/text/XmlLib.p_hi ! lib/ghc/imports/text/XmlPP.hi ! lib/ghc/imports/text/XmlPP.p_hi ! lib/ghc/imports/text/XmlParse.hi ! lib/ghc/imports/text/XmlParse.p_hi ! lib/ghc/imports/text/XmlTypes.hi ! lib/ghc/imports/text/XmlTypes.p_hi ! lib/ghc/imports/util/GetOpt.hi ! lib/ghc/imports/util/GetOpt.p_hi ! lib/ghc/imports/util/MD5.hi ! lib/ghc/imports/util/MD5.p_hi ! lib/ghc/imports/util/Memo.hi ! lib/ghc/imports/util/Memo.p_hi ! lib/ghc/imports/util/QuickCheck.hi ! lib/ghc/imports/util/QuickCheck.p_hi ! lib/ghc/imports/util/QuickCheckBatch.hi ! lib/ghc/imports/util/QuickCheckBatch.p_hi ! lib/ghc/imports/util/QuickCheckPoly.hi ! lib/ghc/imports/util/QuickCheckPoly.p_hi ! lib/ghc/imports/util/QuickCheckUtils.hi ! lib/ghc/imports/util/QuickCheckUtils.p_hi ! lib/ghc/imports/util/Readline.hi ! lib/ghc/imports/util/Readline.p_hi ! lib/ghc/imports/util/Select.hi ! lib/ghc/imports/util/Select.p_hi ! lib/ghc/includes/Assembler.h ! lib/ghc/includes/Block.h ! lib/ghc/includes/CCall.h ! lib/ghc/includes/ClosureMacros.h ! lib/ghc/includes/ClosureTypes.h ! lib/ghc/includes/Closures.h ! lib/ghc/includes/Constants.h ! lib/ghc/includes/DietHEP.h ! lib/ghc/includes/GranSim.h ! lib/ghc/includes/Hooks.h ! lib/ghc/includes/HsFFI.h ! lib/ghc/includes/InfoMacros.h ! lib/ghc/includes/InfoTables.h ! lib/ghc/includes/MachDeps.h ! lib/ghc/includes/MachRegs.h ! lib/ghc/includes/NativeDefs.h ! lib/ghc/includes/Parallel.h ! lib/ghc/includes/PrimOps.h ! lib/ghc/includes/Regs.h ! lib/ghc/includes/Rts.h ! lib/ghc/includes/RtsAPI.h ! lib/ghc/includes/RtsTypes.h ! lib/ghc/includes/SMP.h ! lib/ghc/includes/SchedAPI.h ! lib/ghc/includes/Stable.h ! lib/ghc/includes/Stg.h ! lib/ghc/includes/StgDLL.h ! lib/ghc/includes/StgMacros.h ! lib/ghc/includes/StgMiscClosures.h ! lib/ghc/includes/StgProf.h ! lib/ghc/includes/StgStorage.h ! lib/ghc/includes/StgTicky.h ! lib/ghc/includes/StgTypes.h ! lib/ghc/includes/TSO.h ! lib/ghc/includes/TailCalls.h ! lib/ghc/includes/Updates.h ! lib/ghc/includes/config.h ! lib/ghc/includes/fileObject.h ! lib/ghc/includes/floatExtreme.h ! lib/ghc/includes/gmp.h ! lib/ghc/includes/ieee-flpt.h ! lib/ghc/includes/options.h ! lib/ghc/includes/sainteger.h ! lib/ghc/includes/stgerror.h ! lib/ghc/includes/stgio.h ! lib/ghc/includes/timezone.h ! lib/ghc/libHSconcurrent.a ! lib/ghc/libHSconcurrent_p.a ! lib/ghc/libHSdata.a ! lib/ghc/libHSdata_p.a ! lib/ghc/libHSlang.a ! lib/ghc/libHSlang_cbits.a ! lib/ghc/libHSlang_p.a ! lib/ghc/libHSnet.a ! lib/ghc/libHSnet_cbits.a ! lib/ghc/libHSnet_p.a ! lib/ghc/libHSposix.a ! lib/ghc/libHSposix_cbits.a ! lib/ghc/libHSposix_p.a ! lib/ghc/libHSrts.a ! lib/ghc/libHSrts_p.a ! lib/ghc/libHSstd.a ! lib/ghc/libHSstd_cbits.a ! lib/ghc/libHSstd_p.a ! lib/ghc/libHStext.a ! lib/ghc/libHStext_cbits.a ! lib/ghc/libHStext_p.a ! lib/ghc/libHSutil.a ! lib/ghc/libHSutil_cbits.a ! lib/ghc/libHSutil_p.a ! lib/ghc/mkdependHS ! lib/ghc/parse-gcstats.prl ! lib/ghc/process-gcstats.prl ! lib/ghc/unlit ! @dirrm lib/ghc/icons ! @dirrm lib/ghc/imports/concurrent ! @dirrm lib/ghc/imports/data ! @dirrm lib/ghc/imports/lang ! @dirrm lib/ghc/imports/net ! @dirrm lib/ghc/imports/posix ! @dirrm lib/ghc/imports/std ! @dirrm lib/ghc/imports/text ! @dirrm lib/ghc/imports/util ! @dirrm lib/ghc/imports ! @dirrm lib/ghc/includes ! @dirrm lib/ghc --- 1,593 ---- bin/ghc ! bin/ghc-%%GHC_VERSION%% ! bin/ghci ! bin/ghci-%%GHC_VERSION%% ! bin/ghc-pkg ! bin/ghc-pkg-%%GHC_VERSION%% ! bin/hsc2hs bin/hp2ps + bin/ghcprof bin/stat2resid bin/DrIFT bin/DtdToHaskell bin/Xtract ! lib/ghc-%%GHC_VERSION%%/HSconcurrent.o ! lib/ghc-%%GHC_VERSION%%/HSdata.o ! lib/ghc-%%GHC_VERSION%%/HShssource.o ! lib/ghc-%%GHC_VERSION%%/HSlang.o ! lib/ghc-%%GHC_VERSION%%/HSlang_cbits.o ! lib/ghc-%%GHC_VERSION%%/HSnet.o ! lib/ghc-%%GHC_VERSION%%/HSnet_cbits.o ! lib/ghc-%%GHC_VERSION%%/HSposix.o ! lib/ghc-%%GHC_VERSION%%/HSposix_cbits.o ! lib/ghc-%%GHC_VERSION%%/HSrts.o ! lib/ghc-%%GHC_VERSION%%/HSstd.o ! lib/ghc-%%GHC_VERSION%%/HSstd_cbits.o ! lib/ghc-%%GHC_VERSION%%/HStext.o ! lib/ghc-%%GHC_VERSION%%/HStext_cbits.o ! lib/ghc-%%GHC_VERSION%%/HSutil.o ! lib/ghc-%%GHC_VERSION%%/HSutil_cbits.o ! lib/ghc-%%GHC_VERSION%%/cgprof ! lib/ghc-%%GHC_VERSION%%/ghc-%%GHC_VERSION%% ! lib/ghc-%%GHC_VERSION%%/ghc-asm ! lib/ghc-%%GHC_VERSION%%/ghc-pkg.bin ! lib/ghc-%%GHC_VERSION%%/ghc-split ! lib/ghc-%%GHC_VERSION%%/ghc-usage.txt ! lib/ghc-%%GHC_VERSION%%/hsc2hs-bin ! lib/ghc-%%GHC_VERSION%%/icons/absdelta.xbm ! lib/ghc-%%GHC_VERSION%%/icons/absolute.xbm ! lib/ghc-%%GHC_VERSION%%/icons/comm.xbm ! lib/ghc-%%GHC_VERSION%%/icons/commslack.xbm ! lib/ghc-%%GHC_VERSION%%/icons/comp.xbm ! lib/ghc-%%GHC_VERSION%%/icons/compress.xbm ! lib/ghc-%%GHC_VERSION%%/icons/compslack.xbm ! lib/ghc-%%GHC_VERSION%%/icons/delete.xbm ! lib/ghc-%%GHC_VERSION%%/icons/help.xbm ! lib/ghc-%%GHC_VERSION%%/icons/hrel.xbm ! lib/ghc-%%GHC_VERSION%%/icons/hrelslack.xbm ! lib/ghc-%%GHC_VERSION%%/icons/jump.xbm ! lib/ghc-%%GHC_VERSION%%/icons/mycomm.xbm ! lib/ghc-%%GHC_VERSION%%/icons/oxpara.xbm ! lib/ghc-%%GHC_VERSION%%/icons/percent.xbm ! lib/ghc-%%GHC_VERSION%%/icons/reldelta.xbm ! lib/ghc-%%GHC_VERSION%%/icons/sync.xbm ! lib/ghc-%%GHC_VERSION%%/icons/time.xbm ! lib/ghc-%%GHC_VERSION%%/icons/time1.xbm ! lib/ghc-%%GHC_VERSION%%/icons/uncompress.xbm ! lib/ghc-%%GHC_VERSION%%/icons/undo.xbm ! lib/ghc-%%GHC_VERSION%%/icons/wait.xbm ! lib/ghc-%%GHC_VERSION%%/icons/weightdelta.xbm ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/CVar.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/CVar.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Chan.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Chan.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Channel.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Channel.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/ChannelVar.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/ChannelVar.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Concurrent.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Concurrent.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/MVar.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/MVar.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Merge.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Merge.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Parallel.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Parallel.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSem.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSem.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSemN.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/QSemN.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/SampleVar.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/SampleVar.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Semaphore.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Semaphore.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Strategies.hi ! lib/ghc-%%GHC_VERSION%%/imports/concurrent/Strategies.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/Assoc.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/Assoc.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/AssocDefaults.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/AssocDefaults.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/AssocList.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/AssocList.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/BankersQueue.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/BankersQueue.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/BinaryRandList.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/BinaryRandList.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/BraunSeq.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/BraunSeq.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/Collection.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/Collection.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/CollectionDefaults.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/CollectionDefaults.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/CollectionUtils.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/CollectionUtils.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/EdisonPrelude.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/EdisonPrelude.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/FiniteMap.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/FiniteMap.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/JoinList.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/JoinList.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/LazyPairingHeap.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/LazyPairingHeap.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/LeftistHeap.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/LeftistHeap.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/ListSeq.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/ListSeq.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/MinHeap.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/MinHeap.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/MyersStack.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/MyersStack.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/PatriciaLoMap.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/PatriciaLoMap.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/RandList.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/RandList.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/RevSeq.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/RevSeq.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/Sequence.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/Sequence.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SequenceDefaults.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SequenceDefaults.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/Set.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/Set.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SimpleQueue.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SimpleQueue.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SizedSeq.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SizedSeq.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SkewHeap.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SkewHeap.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SplayHeap.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/SplayHeap.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdBag.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdBag.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdSet.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/TestOrdSet.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/TestSeq.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/TestSeq.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/data/UnbalancedSet.hi ! lib/ghc-%%GHC_VERSION%%/imports/data/UnbalancedSet.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsLexer.hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsLexer.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseMonad.hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseMonad.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseUtils.hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParseUtils.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParser.hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsParser.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsPretty.hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsPretty.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsSyn.hi ! lib/ghc-%%GHC_VERSION%%/imports/hssource/HsSyn.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Addr.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Addr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ArrayBase.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ArrayBase.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Bits.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Bits.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ByteArray.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ByteArray.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CCall.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CCall.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CError.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CError.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CForeign.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CForeign.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CString.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CString.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CTypes.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CTypes.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CTypesISO.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/CTypesISO.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/DiffArray.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/DiffArray.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Dynamic.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Dynamic.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Exception.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Exception.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Foreign.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Foreign.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignObj.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignObj.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignPtr.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ForeignPtr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Generics.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Generics.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/GlaExts.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/GlaExts.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/IArray.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/IArray.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/IOExts.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/IOExts.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/IORef.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/IORef.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Int.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Int.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/LazyST.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/LazyST.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MArray.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MArray.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalAlloc.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalAlloc.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalArray.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalArray.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalError.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalError.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalUtils.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MarshalUtils.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadCont.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadCont.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadEither.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadEither.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadError.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadError.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadFix.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadFix.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadIdentity.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadIdentity.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadList.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadList.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadRWS.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadRWS.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadReader.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadReader.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadState.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadState.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadTrans.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadTrans.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadWriter.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MonadWriter.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Monoid.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Monoid.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MutableArray.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/MutableArray.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/NativeInfo.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/NativeInfo.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/NumExts.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/NumExts.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/PackedString.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/PackedString.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Ptr.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Ptr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ST.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ST.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ShowFunctions.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/ShowFunctions.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Stable.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Stable.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/StableName.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/StableName.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/StablePtr.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/StablePtr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Storable.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Storable.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/StorableArray.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/StorableArray.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/SystemExts.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/SystemExts.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/TimeExts.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/TimeExts.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Weak.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Weak.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Word.hi ! lib/ghc-%%GHC_VERSION%%/imports/lang/Word.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/net/BSD.hi ! lib/ghc-%%GHC_VERSION%%/imports/net/BSD.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/net/CGI.hi ! lib/ghc-%%GHC_VERSION%%/imports/net/CGI.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/net/Socket.hi ! lib/ghc-%%GHC_VERSION%%/imports/net/Socket.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/net/SocketPrim.hi ! lib/ghc-%%GHC_VERSION%%/imports/net/SocketPrim.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/net/URI.hi ! lib/ghc-%%GHC_VERSION%%/imports/net/URI.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/Posix.hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/Posix.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixDB.hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixDB.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixErr.hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixErr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixFiles.hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixFiles.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixIO.hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixIO.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcEnv.hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcEnv.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcPrim.hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixProcPrim.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixTTY.hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixTTY.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixUtil.hi ! lib/ghc-%%GHC_VERSION%%/imports/posix/PosixUtil.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Array.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Array.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/CPUTime.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/CPUTime.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Char.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Char.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Complex.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Complex.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Directory.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Directory.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/IO.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/IO.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Ix.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Ix.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/List.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/List.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Locale.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Locale.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Maybe.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Maybe.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Monad.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Monad.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Numeric.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Numeric.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelArr.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelArr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelArrExtra.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelArrExtra.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelBase.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelBase.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelBits.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelBits.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelByteArr.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelByteArr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelCError.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelCError.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelCString.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelCString.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelCTypes.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelCTypes.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelCTypesISO.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelCTypesISO.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelConc.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelConc.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelDynamic.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelDynamic.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelEnum.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelEnum.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelErr.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelErr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelException.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelException.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelFloat.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelFloat.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelForeign.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelForeign.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelGHC.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelGHC.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelHandle.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelHandle.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelIO.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelIO.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelIOBase.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelIOBase.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelInt.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelInt.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelList.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelList.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMain.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMain.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMarshalAlloc.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMarshalAlloc.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMarshalArray.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMarshalArray.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMarshalError.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMarshalError.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMarshalUtils.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMarshalUtils.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMaybe.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelMaybe.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelNum.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelNum.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelPack.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelPack.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelPosix.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelPosix.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelPrimopWrappers.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelPrimopWrappers.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelPtr.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelPtr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelRead.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelRead.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelReal.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelReal.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelST.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelST.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelShow.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelShow.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelStable.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelStable.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelStorable.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelStorable.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelTopHandler.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelTopHandler.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelTup.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelTup.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelWeak.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelWeak.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelWord.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/PrelWord.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Prelude.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Prelude.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Random.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Random.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Ratio.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Ratio.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/System.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/System.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Time.hi ! lib/ghc-%%GHC_VERSION%%/imports/std/Time.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Haskell2Xml.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Haskell2Xml.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Html.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Html.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/HtmlBlockTable.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/HtmlBlockTable.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/IsPrefixOf.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/IsPrefixOf.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/IsSuffixOf.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/IsSuffixOf.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/MatchPS.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/MatchPS.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParseSTLib.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParseSTLib.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Parsec.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Parsec.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParsecError.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParsecError.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParsecExpr.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParsecExpr.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParsecLanguage.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParsecLanguage.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParsecToken.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/ParsecToken.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Pretty.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Pretty.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Regex.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Regex.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/RegexString.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/RegexString.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Xml2Haskell.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/Xml2Haskell.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlCombinators.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlCombinators.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlGen.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlGen.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlPP.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlPP.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlParse.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlHtmlParse.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlLex.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlLex.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlLib.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlLib.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlPP.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlPP.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlParse.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlParse.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlTypes.hi ! lib/ghc-%%GHC_VERSION%%/imports/text/XmlTypes.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/GetOpt.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/GetOpt.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/MD5.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/MD5.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Memo.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Memo.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Observe.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Observe.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheck.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheck.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckBatch.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckBatch.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckPoly.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckPoly.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckUtils.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/QuickCheckUtils.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Readline.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Readline.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Select.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Select.p_hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Unique.hi ! lib/ghc-%%GHC_VERSION%%/imports/util/Unique.p_hi ! lib/ghc-%%GHC_VERSION%%/include/Block.h ! lib/ghc-%%GHC_VERSION%%/include/Bytecodes.h ! lib/ghc-%%GHC_VERSION%%/include/CCall.h ! lib/ghc-%%GHC_VERSION%%/include/ClosureMacros.h ! lib/ghc-%%GHC_VERSION%%/include/ClosureTypes.h ! lib/ghc-%%GHC_VERSION%%/include/Closures.h ! lib/ghc-%%GHC_VERSION%%/include/Constants.h ! lib/ghc-%%GHC_VERSION%%/include/Derived.h ! lib/ghc-%%GHC_VERSION%%/include/DietHEP.h ! lib/ghc-%%GHC_VERSION%%/include/GranSim.h ! lib/ghc-%%GHC_VERSION%%/include/Hooks.h ! lib/ghc-%%GHC_VERSION%%/include/HsConcurrent.h ! lib/ghc-%%GHC_VERSION%%/include/HsData.h ! lib/ghc-%%GHC_VERSION%%/include/HsFFI.h ! lib/ghc-%%GHC_VERSION%%/include/HsLang.h ! lib/ghc-%%GHC_VERSION%%/include/HsNet.h ! lib/ghc-%%GHC_VERSION%%/include/HsPosix.h ! lib/ghc-%%GHC_VERSION%%/include/HsStd.h ! lib/ghc-%%GHC_VERSION%%/include/HsText.h ! lib/ghc-%%GHC_VERSION%%/include/HsUtil.h ! lib/ghc-%%GHC_VERSION%%/include/InfoMacros.h ! lib/ghc-%%GHC_VERSION%%/include/InfoTables.h ! lib/ghc-%%GHC_VERSION%%/include/Linker.h ! lib/ghc-%%GHC_VERSION%%/include/MachDeps.h ! lib/ghc-%%GHC_VERSION%%/include/MachRegs.h ! lib/ghc-%%GHC_VERSION%%/include/NativeDefs.h ! lib/ghc-%%GHC_VERSION%%/include/Parallel.h ! lib/ghc-%%GHC_VERSION%%/include/PosixSource.h ! lib/ghc-%%GHC_VERSION%%/include/PrimOps.h ! lib/ghc-%%GHC_VERSION%%/include/Regs.h ! lib/ghc-%%GHC_VERSION%%/include/Rts.h ! lib/ghc-%%GHC_VERSION%%/include/RtsAPI.h ! lib/ghc-%%GHC_VERSION%%/include/RtsFlags.h ! lib/ghc-%%GHC_VERSION%%/include/RtsTypes.h ! lib/ghc-%%GHC_VERSION%%/include/SMP.h ! lib/ghc-%%GHC_VERSION%%/include/SchedAPI.h ! lib/ghc-%%GHC_VERSION%%/include/Stable.h ! lib/ghc-%%GHC_VERSION%%/include/Stg.h ! lib/ghc-%%GHC_VERSION%%/include/StgDLL.h ! lib/ghc-%%GHC_VERSION%%/include/StgMacros.h ! lib/ghc-%%GHC_VERSION%%/include/StgMiscClosures.h ! lib/ghc-%%GHC_VERSION%%/include/StgProf.h ! lib/ghc-%%GHC_VERSION%%/include/StgStorage.h ! lib/ghc-%%GHC_VERSION%%/include/StgTicky.h ! lib/ghc-%%GHC_VERSION%%/include/StgTypes.h ! lib/ghc-%%GHC_VERSION%%/include/TSO.h ! lib/ghc-%%GHC_VERSION%%/include/TailCalls.h ! lib/ghc-%%GHC_VERSION%%/include/Updates.h ! lib/ghc-%%GHC_VERSION%%/include/config.h ! lib/ghc-%%GHC_VERSION%%/include/gmp.h ! lib/ghc-%%GHC_VERSION%%/include/ieee-flpt.h ! lib/ghc-%%GHC_VERSION%%/include/lockFile.h ! lib/ghc-%%GHC_VERSION%%/libHSconcurrent.a ! lib/ghc-%%GHC_VERSION%%/libHSconcurrent_p.a ! lib/ghc-%%GHC_VERSION%%/libHSdata.a ! lib/ghc-%%GHC_VERSION%%/libHSdata_p.a ! lib/ghc-%%GHC_VERSION%%/libHShssource.a ! lib/ghc-%%GHC_VERSION%%/libHShssource_p.a ! lib/ghc-%%GHC_VERSION%%/libHSlang.a ! lib/ghc-%%GHC_VERSION%%/libHSlang_cbits.a ! lib/ghc-%%GHC_VERSION%%/libHSlang_cbits_p.a ! lib/ghc-%%GHC_VERSION%%/libHSlang_p.a ! lib/ghc-%%GHC_VERSION%%/libHSnet.a ! lib/ghc-%%GHC_VERSION%%/libHSnet_cbits.a ! lib/ghc-%%GHC_VERSION%%/libHSnet_cbits_p.a ! lib/ghc-%%GHC_VERSION%%/libHSnet_p.a ! lib/ghc-%%GHC_VERSION%%/libHSposix.a ! lib/ghc-%%GHC_VERSION%%/libHSposix_cbits.a ! lib/ghc-%%GHC_VERSION%%/libHSposix_cbits_p.a ! lib/ghc-%%GHC_VERSION%%/libHSposix_p.a ! lib/ghc-%%GHC_VERSION%%/libHSrts.a ! lib/ghc-%%GHC_VERSION%%/libHSrts_p.a ! lib/ghc-%%GHC_VERSION%%/libHSstd.a ! lib/ghc-%%GHC_VERSION%%/libHSstd_cbits.a ! lib/ghc-%%GHC_VERSION%%/libHSstd_p.a ! lib/ghc-%%GHC_VERSION%%/libHStext.a ! lib/ghc-%%GHC_VERSION%%/libHStext_cbits.a ! lib/ghc-%%GHC_VERSION%%/libHStext_cbits_p.a ! lib/ghc-%%GHC_VERSION%%/libHStext_p.a ! lib/ghc-%%GHC_VERSION%%/libHSutil.a ! lib/ghc-%%GHC_VERSION%%/libHSutil_cbits.a ! lib/ghc-%%GHC_VERSION%%/libHSutil_cbits_p.a ! lib/ghc-%%GHC_VERSION%%/libHSutil_p.a ! lib/ghc-%%GHC_VERSION%%/libgmp.a ! lib/ghc-%%GHC_VERSION%%/package.conf ! lib/ghc-%%GHC_VERSION%%/parse-gcstats.prl ! lib/ghc-%%GHC_VERSION%%/process-gcstats.prl ! lib/ghc-%%GHC_VERSION%%/template-hsc.h ! lib/ghc-%%GHC_VERSION%%/unlit ! @dirrm lib/ghc-%%GHC_VERSION%%/include ! @dirrm lib/ghc-%%GHC_VERSION%%/imports/util ! @dirrm lib/ghc-%%GHC_VERSION%%/imports/text ! @dirrm lib/ghc-%%GHC_VERSION%%/imports/std ! @dirrm lib/ghc-%%GHC_VERSION%%/imports/posix ! @dirrm lib/ghc-%%GHC_VERSION%%/imports/net ! @dirrm lib/ghc-%%GHC_VERSION%%/imports/lang ! @dirrm lib/ghc-%%GHC_VERSION%%/imports/hssource ! @dirrm lib/ghc-%%GHC_VERSION%%/imports/data ! @dirrm lib/ghc-%%GHC_VERSION%%/imports/concurrent ! @dirrm lib/ghc-%%GHC_VERSION%%/imports ! @dirrm lib/ghc-%%GHC_VERSION%%/icons ! @dirrm lib/ghc-%%GHC_VERSION%% >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 Nov 15 2:23: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from emout1.wish.nl (emout1.wish.nl [212.123.129.74]) by hub.freebsd.org (Postfix) with ESMTP id C808037B416 for ; Thu, 15 Nov 2001 02:23:03 -0800 (PST) Received: from mail4.inside.servers (mail4.INSIDE.servers [10.1.0.8]) by emout1.wish.nl (Postfix) with SMTP id B359F20D8E for ; Thu, 15 Nov 2001 11:46:29 +0100 (CET) Received: (qmail 30853 invoked from network); 15 Nov 2001 10:23:01 -0000 Received: from p11343.nl.wish.net (HELO ) ([212.123.182.79]) (envelope-sender ) by mail4.outside.servers (qmail-ldap-1.03) with SMTP for ; 15 Nov 2001 10:23:01 -0000 Received: (qmail 1437 invoked by uid 1000); 15 Nov 2001 10:23:48 -0000 From: "Andre Goeree" Date: Thu, 15 Nov 2001 11:23:48 +0100 To: ports@freebsd.org Subject: Re: ports/31962: Update databases/adodb to version 1.53 Message-ID: <20011115112348.A1407@mandark.attica.home> References: <20011113232938.57966.qmail@mandark.attica.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011113232938.57966.qmail@mandark.attica.home>; from abgoeree@wish.net on Tue, Nov 13, 2001 at 11:29:38PM -0000 X-Sender: abgoeree@wish.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Nov 13, 2001 at 11:29:38PM -0000, Andre Goeree wrote: > > >Number: 31962 > >Category: ports > >Synopsis: Update databases/adodb to version 1.53 > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: maintainer-update > >Submitter-Id: current-users > >Arrival-Date: Tue Nov 13 15:30:00 PST 2001 > >Closed-Date: > >Last-Modified: > >Originator: ago > >Release: FreeBSD 4.4-STABLE i386 > >Organization: > >Environment: > System: FreeBSD mandark.attica.home 4.4-STABLE FreeBSD 4.4-STABLE #4: Mon Nov 12 20:59:52 CET 2001 toor@mandark.attica.home:/usr/obj/usr/src/sys/CUSTOM i386 > > > > >Description: > > Update adodb to 1.53 > Please close this PR. Another (bugfix) version, 1.54 has appeared. I will send in a new PR. -ago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 2:29: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 4DEA937B405; Thu, 15 Nov 2001 02:29:15 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFARtK18739; Thu, 15 Nov 2001 02:27:55 -0800 (PST) (envelope-from ijliao) Date: Thu, 15 Nov 2001 02:27:55 -0800 (PST) From: Message-Id: <200111151027.fAFARtK18739@freefall.freebsd.org> To: abgoeree@wish.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31962: Update databases/adodb to version 1.53 Sender: owner-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/adodb to version 1.53 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Nov 15 02:27:04 PST 2001 State-Changed-Why: originator requests http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31962 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 2:30:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from www.s-stock.com.tw (www.s-stock.com.tw [211.20.140.18]) by hub.freebsd.org (Postfix) with ESMTP id 95D6637B416; Thu, 15 Nov 2001 02:30:24 -0800 (PST) Received: from 65.91.241.79 (ppp-65-91-241-79.mclass.broadwing.net [65.91.241.79]) by www.s-stock.com.tw (8.11.2/8.11.2) with SMTP id fAFASFr15324; Thu, 15 Nov 2001 18:28:18 +0800 Message-Id: <200111151028.fAFASFr15324@www.s-stock.com.tw> To: From: tzkmu91ilpz@hotmail.com Subject: This New Business is thriving in our weak economy....... Date: Sat, 17 Nov 2001 17:07:57 -0400 MIME-Version: 1.0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 IRG Associates
 = ;


 

 
  Does this describe your dream business?
         
        * = Work from home or of= fice
* No need to quit your= job to start
* Millions of potentia= l clients
* Prestigious and pote= ntially high income position
* No previous experien= ce required
* High demand service = that sells itself
* Super successful Com= pany with a proven management team
* Low start-up cost
 
       

 
Click Here for More Information
 

   
       
By drastically cutting the cost-per-hire for American businesses with our unique high-tech & high-touch approach, IRG Associates are generating extraordinary fees of = $10,000 to $40,000 per transaction. Though certainly not typical, one = IRG Associate recently netted placement fees of more than $100,000= in each of two back-to-back months.
 
           
   
  Serious about = starting your own business?
   
 
   
We Can Help Yo= u!
        Click Here for More Information  

 

Thank you for your time in reading this email.  W= e appreciate your business.  If you wish to opt yourself out of our mai= ling list please click here.=

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 2:44:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tth.taiyo-toy.co.jp (tth.taiyo-toy.co.jp [210.225.132.20]) by hub.freebsd.org (Postfix) with ESMTP id 7810837B405; Thu, 15 Nov 2001 02:44:37 -0800 (PST) Received: from 12.64.234.141 (slip-12-64-234-141.mis.prserv.net [12.64.234.141]) by tth.taiyo-toy.co.jp (8.8.5+ExpressMail-1.14/3.5Wpl1) with SMTP id TAC00330; Thu, 15 Nov 2001 19:44:02 +0900 (JST) From: xwts3bvr3ne@hotmail.com Message-Id: <200111151044.TAC00330@tth.taiyo-toy.co.jp> To: Subject: Increase Your Bust Up To 3 Cup Sizes! Natural Bust! Date: Thu, 15 Nov 2001 18:43:53 -0400 MIME-Version: 1.0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Enhance Your Breast Naturally
 


See Dramatic Results In 
As Little As 90 Days!


One of the most Revolutionary Breakthroughs of this Decade!
=

Why pay thousands of dollars t= o undergo dangerous surgery, endure pain and discomfort only to end up with breasts that lo= ok and feel unnatural? 

It is now quick, easy and inex= pensive for you to permanently achieve the bust line you've always wan= ted! 

A practical, low cost, safe alternative= that is COMPLETELY NATURAL - Certified Natural Bust Capsules!

Bigger, Firmer Breasts, 
That Look Natural!

 

 

&n= bsp;

Click Here For
More Information


"My self confidence has gone up 1000% since I started using Natura= l Bust. I'm no longer embarrassed to change at the gym!"

-S. Sanders

Click Here For Information=
 

To = be taken off our mailing list please click here.


To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 3: 9: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 7B4F837B41D; Thu, 15 Nov 2001 03:09:15 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFB4BU23460; Thu, 15 Nov 2001 03:04:11 -0800 (PST) (envelope-from petef) Date: Thu, 15 Nov 2001 03:04:11 -0800 (PST) From: Message-Id: <200111151104.fAFB4BU23460@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/32000: update mail/postfix to 20010228-pl07 Sender: owner-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/postfix to 20010228-pl07 Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: petef Responsible-Changed-When: Thu Nov 15 03:04:01 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 5:30: 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 6E4C137B416 for ; Thu, 15 Nov 2001 05:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFDU5M62369; Thu, 15 Nov 2001 05:30:05 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Nov 2001 05:30:05 -0800 (PST) Message-Id: <200111151330.fAFDU5M62369@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Reply-To: Tom Hukins Sender: owner-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/31208; it has been noted by GNATS. From: Tom Hukins To: Tony Maher Cc: freebsd-gnats-submit@FreeBSD.org, sa264@cam.ac.uk Subject: Re: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Date: Thu, 15 Nov 2001 13:26:54 +0000 On Thu, Nov 15, 2001 at 08:26:26AM +1100, Tony Maher wrote: > > Looks correct to me but I do not have a network to test with at the moment. > interconn is required on BSD systems (see patch-aa). > Actually I'd suggest that this patch-ai be modified to do error checking > as in patch-aa > > if (interconn () < 0) { > fprintf (stderr, "%s(FATAL): Unable to get ", Nqsmgr_prefix); > fprintf (stderr, "a pipe to the local daemon.\n"); > exit (16); > } > > Please commit. Okay, if someone submits an updated patch to deal with the patch-aa discussed above, I'll be happy to commit it. Thanks, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 5:30:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 6CFF037B405 for ; Thu, 15 Nov 2001 05:30:53 -0800 (PST) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 164MbU-0003Mf-00; Thu, 15 Nov 2001 14:30:52 +0100 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id fAFCWdu41061 for freebsd-ports@freebsd.org; Thu, 15 Nov 2001 13:32:39 +0100 (CET) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: How to USE_AUTOMAKE for automake 1.5 Date: Thu, 15 Nov 2001 12:32:38 +0000 (UTC) Message-ID: <9t0cl6$17n6$2@kemoauc.mips.inka.de> References: <20011115010210.E86071-100000@shumai.marcuscom.com> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Joe Clarke wrote: > netatalk currently uses USE_AUTOMAKE to build. Now that both automake 1.4 > and automake 1.5 are in the tree, I find the build fails if both are > installed. The port first uses automake14, but then, the configure script > recalls automake, So fix it. Check which files trigger the automake run. A more or less extensive use of touch(1) may be required to adjust the dependencies. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 5:39: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 B164F37B405; Thu, 15 Nov 2001 05:39:15 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFDY5F63928; Thu, 15 Nov 2001 05:34:05 -0800 (PST) (envelope-from tobez) Date: Thu, 15 Nov 2001 05:34:05 -0800 (PST) From: Message-Id: <200111151334.fAFDY5F63928@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/31993: update the wmWeather port under ports-misc to check for wget(1) from ports-net, since it is required for wmWeather Sender: owner-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 the wmWeather port under ports-misc to check for wget(1) from ports-net, since it is required for wmWeather Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: tobez Responsible-Changed-When: Thu Nov 15 05:33:43 PST 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31993 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 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 C6EA937B416 for ; Thu, 15 Nov 2001 05:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFDe1i64681; Thu, 15 Nov 2001 05:40:01 -0800 (PST) (envelope-from gnats) Received: from leland.infor.org (IP140.dialup.ntu.edu.tw [140.112.6.140]) by hub.freebsd.org (Postfix) with ESMTP id 9EB3F37B418 for ; Thu, 15 Nov 2001 05:32:10 -0800 (PST) Received: (from llwang@localhost) by leland.infor.org (8.11.6/8.11.4) id fAFDW6135577; Thu, 15 Nov 2001 21:32:06 +0800 (CST) (envelope-from llwang) Message-Id: <200111151332.fAFDW6135577@leland.infor.org> Date: Thu, 15 Nov 2001 21:32:06 +0800 (CST) From: Leland Wang Reply-To: Leland Wang To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32003: [new port] www/ump - The Unix Midi Plugin Sender: owner-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: 32003 >Category: ports >Synopsis: [new port] www/ump - The Unix Midi Plugin >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 Nov 15 05:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Leland Wang >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD leland.infor.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Wed Nov 7 16:54:36 CST 2001 llwang@leland.infor.org:/usr/src/sys/compile/LELAND i386 >Description: There is a UNIX MIDI plugin based on TiMidity++ available. However, there is currently no binary built for native ELF FreeBSD. This port build the Unix MIDI Plugin for native ELF mozilla. However, I could not make the MOTIF interface work, and thus I disabled the interface. This is plugin works well if we do not try to control the player. >How-To-Repeat: >Fix: begin 644 ump.tar.gz M'XL(`/B\\SL``^T::5/;2#9?K5_1DY")#;;NPT!,8;`AGMC&Y2.PV=UQZ6C9 MFLB22I(QA.*_S^N6?(+)L#6P.[-Z))+Z>$>_JR_/9C-N.@FX-R\(2.8U14%O M$`%^XYT6D"9ILB:I@J(B)`B")+Q!RDL*-8=I%.LA0F]<=Z9[H^W]9F.,W=<0 MZ'5AEMJ_I7_#MN/BE^`A\+PJRUOM+RNB-+>_)(K$_J*J*F\0_Q+";,+_N?W? MH3:>H<`/XPB9ONMB,W9\#TU2=T"V'Q[DP$&8=ZBFQQB9(8:7=9#+"0IJ^]=( MY'D!&B_'_@0JX:%=R`BOP#'-:[=?/+[J->J^2`V]EF%:UW:\VVO5N M);?)@#3V^O7NL-?HD_[C.`X..`[0V)'OF)@U??:W@)O@B8%#;N)SL3-Q+">^ MY2PGBKGU]TT-(MU]0-3BR+*B>4!'X-,Y@: M,VRPAN<"TVLNP'[@8F[LVS9'F'%D6`F"3?O#D_5P')EZ@"DC(,!%UC].)SBM!058CFU'29$A!,X:3:*[G;N4XSW:N:.4[T%D MIE/MGW[Z#_7+)-@I`Q"H%.BQ.2X)[.@[6A;%]:*T7I2A"%YQT3YKG`^Z]6&U M>][;J^1*)>SIAHM+U(_.VX/AHDLE=XLC9M"K#\];U<\KQ:MFXR0IO4/;"4[\ MV+&9^E6_6QU2^1/ML*>#;JW1O>=8EOS3IY:S'._>'D?")^)VF<[G<^@&5EFB M4#4/>X,3VC#'82Z[GWO=4]H3/BGM![9F0%0B>NNBWSA[*'N]_:62HVUD:&]W M[N;?]V\9!E[#6KU3;]?(^*Z""2L?[-R1D.M19J-0#\:.&7$WP81ANH/V2N^= MN^;%:;5Y4NW5[SD#O'(N]1J%3250+]^YNQ*$)>+$_^ZXKKZ&1V:AM)YA6,:D M,E;\*"KBR&)8[$;XC_2&GAY$2B)"(OO%R2]G%]U6%2*D4D%OL6N_939,T:R= M-:OGO4H)WY"!E*Q;3Y\XYH*8Y4-+'.IF?,#DCG?NNJU[5`H)@]0#:&V+?JY5 MYDUK648__XS(+%;Z[8:@$N^B:DT^4T[)PL!:(!]Q7D!R)6MN*"%A M#,G>=D;3$">L6U]663M>C$-;-_%BZ?1D(\Q.SHB2Z=5K8&.,/D2_3H:1/W0= M(T(5M+.S5BPU5\(&ZM!***.2>Q63!V@&7KT6/!JG=5(C".C7#U2-"8?4WX9@ MG!%,,0F?AY4+>8<3-O)3"C\<#CIZBB*:+:(Q8+K$$"TNU>!K1J#&FCFL=;+`@MCN$(DWS]XA:$OHZ'B"Z M;F+%1KO7KS:;PT[WXKQ;;6UZ$_P'#:!UY<]S4SHC1X_G*'`9FJ3^VTNZ9\%\ M_1]\&Y5(3&`O_M-Y_&#]3W8`R?I?U41%$&']#_L`.5O_OP8,(/VA5J/60$E^ M1(8>80O!%F"Y]/AK>70&SX'5^+=P9(8OP.-'\:](6KK_%Q15$TC\\T(6_Z\" M@U8'.1'2T:#=N$(DXA&9Y&#.)%M_U$[WI:BM7SLC/8:J/-G?IQ-B@46-F$F6 MRA&Z]:7EP;-WXPQZSJ;4-XGSTP4".XXG+L-4I_&8''DT]5F(/1.C3[!O1Q_= MM$AV\<>W^MCWB1!'3*ZE1[JG^ZCQ?3KQT<>)?[S"\R^P%EB-_\"%3?H+\/CA M_*_(:?SSBBKS6?R_(AR;,PN]?Y^N=M^_9QY9[J:+XO]]9\[@V3"/?W(^1XY1 M7X+'#^)?X.7Y_0\OJ>0N0!`U)8O_5X%634'YQ82X]6BY@"JHC-5]39$,#6L" MKRA8%71L2*8HR;QB9(B6+.WSJF59IK(OFR:(N4%G_:";$,`V5M6RP=L: M"&&)@K@O6ZK!2R8V);\L M0)3QDJ:(9EG1!%-1]*T$Y)2`N:_8V`0;V*925B19L[`E6=:^(*J":@E2EO/_ MYC#/_\EMQ,;]OP+N3/*_2,Y_LOO_EX=U^R?)0=?_7!X_NO^'M+-A?TF3 MQ&S^?PTHE4KDG)PCYX"],79=UJ1G^ZR0ZX^G](9?4)#('\C:`?W@!69O;V\3 M9Z.SPA](6M+Y^!B5I')10WOT>7S,(&Z70;N[J!=/86M-3AG(\4"[TQGV<'SI M>)8_0Q,,VW#K`/IQ3.F=8UO81E>=(3FD8/:@C'@&O5N+2"]"WA`31 MB2CQ1"G)BV@%D5L8Y/I^<$@P>-"![D7):8KON>1AXB+R?*_T'8=^VDSZ$QWB M:QQ2Z1!B$I;T0,?28QTE)Q_14[I$Z-*Q1CBF[(HHT*<1\(IB/RB2\Z"HB":. M-XVH9,8TCGT/S2@"M)#S(+"@$Z+`,>-IB$E=A&;@&.1-C.OZ(W_>FDK9<6XF M>D!;DL\BY3T-5DN6MR@1B58:27'92@1=-I+2"B:(OTIU&BW;Z*"6C;0X;STD M4M:F?+\Q-*\ER405_A]?UL+/V]96FO>8:F^1Y!7U/EXZWRH:2N575&H[(KZ4/85 MU3VDMZ;*+(\E&SAC@Y`%7@R`%60%@/8 M-B/Y@Y&%(4B8X$L$<4^5M*5C[>8BYSM&YA@6#23AX=AD MDX8D!V]WG[O4P9(GH0^[:2H@O)>N.X5XP<-!JY-O=]K#\Z7R@\ M5+0]]>CO]B*JUB:H_=3W/&S&CZD2LF,/DQ_Z8>LTG97R5W''IS?XJ3JOX@8I M7>MNP]I%CE6X6\/+MP?-9C'M2[X+AVD0"@*_3\\+OWRWR_@!0``"# ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 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 E0CB437B416 for ; Thu, 15 Nov 2001 06:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFEo0J73433; Thu, 15 Nov 2001 06:50:00 -0800 (PST) (envelope-from gnats) Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id D5FB337B405 for ; Thu, 15 Nov 2001 06:49:10 -0800 (PST) Received: from astral.ntu-kpi.kiev.ua (if-14-13-10M.astral.ntu-kpi.kiev.ua [10.100.2.14]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id CFA592EFF9 for ; Thu, 15 Nov 2001 16:49:03 +0200 (EET) Received: (from fm@localhost) by astral.ntu-kpi.kiev.ua (8.11.6/8.11.4) id fAFEml216411; Thu, 15 Nov 2001 16:48:47 +0200 (EET) (envelope-from fm) Message-Id: <200111151448.fAFEml216411@astral.ntu-kpi.kiev.ua> Date: Thu, 15 Nov 2001 16:48:47 +0200 (EET) From: "Dmitry A. Yanko" Reply-To: "Dmitry A. Yanko" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32005: update port: ftp/lftp Sender: owner-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: 32005 >Category: ports >Synopsis: update port: ftp/lftp >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 Nov 15 06:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry A. Yanko >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: >Description: update lftp port MASTER-SITES fix >How-To-Repeat: >Fix: diff -ruN lftp.orig/Makefile lftp/Makefile --- lftp.orig/Makefile Thu Nov 15 15:10:58 2001 +++ lftp/Makefile Thu Nov 15 15:22:39 2001 @@ -6,11 +6,18 @@ # PORTNAME= lftp -PORTVERSION= 2.4.6 +PORTVERSION= 2.4.7 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= system/network/file-transfer + ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \ + ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ + ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \ + http://the.wiretapped.net/mirrors/lftp/ \ + http://the.wiretapped.net/mirrors/lftp/old \ + ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ + ftp://ftp.wiretapped.net/pub/mirrors/lftp/old \ + ftp://ftp.ayamura.org/pub/lftp/ \ + ftp://ftp.ayamura.org/pub/lftp/old/ MAINTAINER= fm@astral.ntu-kpi.kiev.ua diff -ruN lftp.orig/distinfo lftp/distinfo --- lftp.orig/distinfo Thu Nov 15 15:10:58 2001 +++ lftp/distinfo Thu Nov 15 15:13:56 2001 @@ -1 +1 @@ -MD5 (lftp-2.4.6.tar.bz2) = 9fcf7aa68ad1f50ce4309f495bf6e759 +MD5 (lftp-2.4.7.tar.bz2) = fa8c6e05f4c18ae37397d711eceb9a3e >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 Nov 15 6:50:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id C654337B405 for ; Thu, 15 Nov 2001 06:50:38 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fAFEocW47634; Thu, 15 Nov 2001 09:50:38 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 15 Nov 2001 09:50:38 -0500 (EST) From: Joe Clarke To: Udo Schweigert Cc: freebsd-ports@FreeBSD.ORG Subject: Re: How to USE_AUTOMAKE for automake 1.5 In-Reply-To: <20011115070507.GA66412@alaska.cert.siemens.de> Message-ID: <20011115094635.S47613-100000@shumai.marcuscom.com> 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, 15 Nov 2001, Udo Schweigert wrote: > On Thu, Nov 15, 2001 at 01:06:15 -0500, Joe Clarke wrote: > > Apologies if this has been asked. I didn't see anything in the archives. > > > > If I USE_AUTOMAKE and set AUTOMAKE= automake, the port still requires > > automake14. I guess I can explicitly add a BUILD_DEPENDS on automake 1.5, > > but I was wondering if there was a more preferred way to do this. Thanks. > > > > The BUILD_DEPENDS on automake14 is (at the moment) hardwired into > /usr/ports/Mk/bsd.port.mk. For using the most recent automake you have to > set AUTOMAKE=automake (as you already have done) and add a line like: > > BUILD_DEPENDS+=automake:${PORTSDIR}/devel/automake Thanks. That's what I thought. Yeah, the build of automake14 is a bit annoying. What about a modification to bsd.port.mk: .if defined(USE_AUTOMAKE) && ${AUTOMAKE} != automake USE_AUTOCONF= yes BUILD_DEPENDS+= automake:${PORTSDIR}/devel/automake .endif Something like that. Joe > > It's a little annoying that automake14 is also built if you build your port, > but as it is only a BUILD_DEPENDS it does not do any harm. > > (Maybe things with USE_AUTOMAKE and USE_AUTOCONF will again change, there > were some discussions on that) > > Best regards > > -- > Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 > CT IC 3, Siemens CERT | Fax : +49 89 636 41166 > D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 7: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 B8D3237B416 for ; Thu, 15 Nov 2001 07:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFFU0101210; Thu, 15 Nov 2001 07:30:00 -0800 (PST) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 3A68937B416 for ; Thu, 15 Nov 2001 07:28:38 -0800 (PST) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) id fAFFSeB07710; Thu, 15 Nov 2001 10:28:40 -0500 (EST) (envelope-from marcus) Message-Id: <200111151528.fAFFSeB07710@shumai.marcuscom.com> Date: Thu, 15 Nov 2001 10:28:40 -0500 (EST) From: Marcus Reply-To: Marcus To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32006 >Category: ports >Synopsis: [MAINTAINER UPDATE] Fix netatalk build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 07:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Marcus >Release: FreeBSD 4.4-STABLE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD shumai.marcuscom.com 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 14 13:39:24 EST 2001 marcus@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: This fixes a build problem with netatalk when both versions of automake are installed (automake14 and automake 1.5). It also cleans up the build in general. >How-To-Repeat: >Fix: --- Makefile.orig Thu Nov 15 10:25:12 2001 +++ Makefile Thu Nov 15 10:14:26 2001 @@ -82,7 +82,7 @@ @${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs post-configure: - @${TOUCH} -f ${WRKSRC}/config/Makefile.in + @find ${WRKSRC} -exec ${TOUCH} -f {} \; post-install: @${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \ >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 Nov 15 7: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 490F437B417 for ; Thu, 15 Nov 2001 07:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFFe1302326; Thu, 15 Nov 2001 07:40:01 -0800 (PST) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id A0FB337B417 for ; Thu, 15 Nov 2001 07:34:31 -0800 (PST) Received: by freebsd.org.ru (Postfix, from userid 1000) id E7E6F2A3; Thu, 15 Nov 2001 18:34:28 +0300 (MSK) Message-Id: <20011115153428.E7E6F2A3@freebsd.org.ru> Date: Thu, 15 Nov 2001 18:34:28 +0300 (MSK) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32007: upgrade postfix to 20010228-pl08 Sender: owner-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: 32007 >Category: ports >Synopsis: upgrade postfix to 20010228-pl08 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 07:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.4-STABLE i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD 4.4-STABLE i386 >Description: upgrade postfix to 20010228-pl08 It containes 2 fixes for smtpd command log memory exhaustion bug. For more information look at postfix-announce maillist. >How-To-Repeat: >Fix: Close http://www.freebsd.org/cgi/query-pr.cgi?pr=32000, becase this is superset. Apply following patch. diff -ruN postfix.old/Makefile postfix/Makefile --- postfix.old/Makefile Thu Nov 15 12:35:21 2001 +++ postfix/Makefile Thu Nov 15 18:25:25 2001 @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 20010228.6 +PORTVERSION= 20010228.8 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ diff -ruN postfix.old/distinfo postfix/distinfo --- postfix.old/distinfo Thu Nov 15 12:35:21 2001 +++ postfix/distinfo Thu Nov 15 18:28:00 2001 @@ -1,3 +1,3 @@ MD5 (postfix/pfixtls-0.7.12-20010228-pl06-0.9.6b.tar.gz) = 1cc36b0d1e907111dfc6458b46490b9f -MD5 (postfix/postfix-20010228-pl06.tar.gz) = c0c609014d6e9037ab09356e8e23a969 +MD5 (postfix/postfix-20010228-pl08.tar.gz) = 3efd7d52e01acc014e7dabdd8081a369 MD5 (postfix/postfix-20010228pl04-v6-20010913a.diff.gz) = 82e7777c84e2c95f2e3fe9aa3596a3ea >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 Nov 15 7:55:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 8EE9D37B418; Thu, 15 Nov 2001 07:55:00 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fAFFt2f07823; Thu, 15 Nov 2001 10:55:02 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 15 Nov 2001 10:55:02 -0500 (EST) From: Joe Clarke To: freebsd-ports@freebsd.org Cc: freebsd-stable@freebsd.org Subject: sigreturn: eflags creash (fixed!) Message-ID: <20011115104710.D47613-200000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1695988314-1005839702=:47613" Sender: owner-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-1695988314-1005839702=:47613 Content-Type: TEXT/PLAIN; charset=US-ASCII Sorry for the wide distribution, but I have sent email to both lists regarding this problem in the past. It seems that while doing intensive threaded operations in Gnome applications, crashes occur with the following kernel message: sigreturn: eflags 0x280 And, in .gnomerc-errors: Fatal error 'Thread has returned from sigreturn or longjump' The problem as I have found it is with libpng. libpng uses MMX optimizations by default on FreeBSD. If you apply the attached patch to patch-aa in /usr/ports/graphics/png, the problem goes away. You only need to recompile and install libpng. Reinstalling Gnome isn't necessary. It seems the MMX optimizations are corrupting eflags, and when a thread tries to restore context after a signal, things go really wrong. The true fix will probably come in analyzing the MMX code in libpng. Unfortunately, I don't know enough about x86 assembly to be of much use here. Hopefully this will help other experiencing the same problem. Joe --0-1695988314-1005839702=:47613 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="patch-aa.diff" Content-Transfer-Encoding: BASE64 Content-ID: <20011115105502.A47613@shumai.marcuscom.com> Content-Description: Content-Disposition: attachment; filename="patch-aa.diff" LS0tIHBhdGNoLWFhLm9yaWcJVGh1IE5vdiAxNSAxMDo1MjozMyAyMDAxDQor KysgcGF0Y2gtYWEJVGh1IE5vdiAxNSAxMDo1MjoyMyAyMDAxDQpAQCAtNDIs MTAgKzQyLDYgQEANCiAgCXBuZ3d0cmFuLm8gcG5nbWVtLm8gcG5nZXJyb3Iu byBwbmdwcmVhZC5vDQogIA0KIC1hbGw6IGxpYnBuZy5hIHBuZ3Rlc3QNCi0r LmlmICgke0FSQ0h9ID09ICJpMzg2IikNCi0rQ0ZMQUdTKz0tRFBOR19VU0Vf UE5HR0NDUkQNCi0rT0JKUys9cG5nZ2NjcmQubw0KLSsuZW5kaWYNCiArDQog Ky5TVUZGSVhFUzogLmMgLnNvIC5vDQogKw0KQEAgLTkxLDUgKzg3LDQgQEAN CiAgcG5nd3RyYW4ubzogcG5nLmggcG5nY29uZi5oDQogIHBuZ3d1dGlsLm86 IHBuZy5oIHBuZ2NvbmYuaA0KICBwbmdwcmVhZC5vOiBwbmcuaCBwbmdjb25m LmgNCi0rcG5nZ2NjcmQubzogcG5nLmggcG5nY29uZi5oIHBuZ2FzbXJkLmgN CiAgDQo= --0-1695988314-1005839702=:47613-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 7:59: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 29DB937B419; Thu, 15 Nov 2001 07:59:16 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFFuZG04781; Thu, 15 Nov 2001 07:56:35 -0800 (PST) (envelope-from petef) Date: Thu, 15 Nov 2001 07:56:35 -0800 (PST) From: Message-Id: <200111151556.fAFFuZG04781@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/32007: upgrade postfix to 20010228-pl08 Sender: owner-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: upgrade postfix to 20010228-pl08 Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: petef Responsible-Changed-When: Thu Nov 15 07:56:29 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32007 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 8: 4:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from traven.uol.com.br (traven.uol.com.br [200.231.206.184]) by hub.freebsd.org (Postfix) with ESMTP id 9B9D437B416 for ; Thu, 15 Nov 2001 08:04:20 -0800 (PST) Received: from 200.181.49.76 ([200.181.49.76]) by traven.uol.com.br (8.9.1/8.9.1) with ESMTP id NAA14722 for ; Thu, 15 Nov 2001 13:55:50 -0200 (BRST) Received: (qmail 1185 invoked by uid 1001); 15 Nov 2001 16:01:01 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Thu, 15 Nov 2001 14:00:39 -0200 To: Joe Clarke Cc: freebsd-ports@FreeBSD.ORG Subject: Re: How to USE_AUTOMAKE for automake 1.5 Message-ID: <20011115140039.A1112@exxodus.fedaykin.here> References: <20011115010210.E86071-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011115010210.E86071-100000@shumai.marcuscom.com>; from marcus@marcuscom.com on Thu, Nov 15, 2001 at 01:05:53AM -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 Hi, On Thu, Nov 15, 2001 at 01:05:53AM -0500, Joe Clarke wrote: > If I USE_AUTOMAKE and set AUTOMAKE= automake, the port still requires > automake14. I guess I can explicitly add a BUILD_DEPENDS on automake 1.5, > but I was wondering if there was a more preferred way to do this. Thanks. We've been discussing a complete solution for this. Check the mailing list archives for -ports with message id 20011114014833.A17257@exxodus.fedaykin.here Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 8:20: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 5E62D37B417 for ; Thu, 15 Nov 2001 08:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFGK1H11236; Thu, 15 Nov 2001 08:20:01 -0800 (PST) (envelope-from gnats) Received: from ws.urai.ru (ws.urai.ru [212.76.171.29]) by hub.freebsd.org (Postfix) with ESMTP id 21F4D37B405 for ; Thu, 15 Nov 2001 08:14:56 -0800 (PST) Received: (from root@localhost) by ws.urai.ru (8.11.6/8.11.5) id fAFGErI52753 for FreeBSD-gnats-submit@freebsd.org.AVP; Thu, 15 Nov 2001 21:14:53 +0500 (YEKT) (envelope-from root) Received: (from root@localhost) by ws.urai.ru (8.11.6/8.11.5) id fAFGErv52746; Thu, 15 Nov 2001 21:14:53 +0500 (YEKT) (envelope-from root) Message-Id: <200111151614.fAFGErv52746@ws.urai.ru> Date: Thu, 15 Nov 2001 21:14:53 +0500 (YEKT) From: Belousov Oleg Reply-To: Belousov Oleg To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32009: Port update: misc/mc-4.5.55 Sender: owner-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: 32009 >Category: ports >Synopsis: Port update: misc/mc-4.5.55 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 08:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Belousov Oleg >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD ws 4.4-STABLE FreeBSD 4.4-STABLE #2: Fri Oct 5 09:01:24 YEKST 2001 root@ws:/usr/src/sys/compile/WS 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: # # mc # mc/files # mc/files/patch-aa # mc/pkg-comment # mc/Makefile # mc/distinfo # mc/pkg-descr # mc/pkg-plist # echo c - mc mkdir -p mc > /dev/null 2>&1 echo c - mc/files mkdir -p mc/files > /dev/null 2>&1 echo x - mc/files/patch-aa sed 's/^X//' >mc/files/patch-aa << 'END-of-mc/files/patch-aa' X--- lib/Makefile.in.orig Thu Nov 15 19:42:05 2001 X+++ lib/Makefile.in Thu Nov 15 19:42:06 2001 X@@ -24,7 +24,7 @@ X bindir = @bindir@ X sbindir = @sbindir@ X libexecdir = @libexecdir@ X-datadir = @datadir@ X+datadir = @libdir@ X sysconfdir = @sysconfdir@ X sharedstatedir = @sharedstatedir@ X localstatedir = @localstatedir@ X@@ -33,7 +33,7 @@ X mandir = @mandir@ X includedir = @includedir@ X oldincludedir = /usr/include X-pkgdatadir = $(datadir)/@PACKAGE@ X+pkgdatadir = $(libdir)/@PACKAGE@ X pkglibdir = $(libdir)/@PACKAGE@ X pkgincludedir = $(includedir)/@PACKAGE@ X top_builddir = .. X--- src/Makefile.in.orig Thu Nov 15 19:42:05 2001 X+++ src/Makefile.in Thu Nov 15 19:42:06 2001 X@@ -12,9 +12,9 @@ X LDFLAGS = $(XLDFLAGS) X DEFS = $(XDEFS) -DREGEX_MALLOC -DLIBDIR=\""$(mclibdir)/"\" \ X -DCONFDIR=\""$(confdir)/"\" -DLOCALEDIR=\""$(localedir)/"\" X-LIBS = @LSLANG@ @LEDIT@ @LVFS@ @LINTL@ @LGPM@ \ X+LIBS = -lslang @LEDIT@ @LVFS@ @LINTL@ @LGPM@ \ X $(XLIBS) $(XLIB) @TERMNET@ @MCLIBS@ @LIBICONV@ X-DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ $(top_builddir)/slang/@LIBSLANG@ \ X+DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ \ X $(top_builddir)/edit/@LIBEDIT_A@ @INTLDEPS@ X INSTALL = @INSTALL@ X X--- vfs/extfs/Makefile.in.orig Thu Nov 15 19:42:05 2001 X+++ vfs/extfs/Makefile.in Thu Nov 15 19:42:06 2001 X@@ -24,7 +24,7 @@ X bindir = @bindir@ X sbindir = @sbindir@ X libexecdir = @libexecdir@ X-datadir = @datadir@ X+datadir = @libdir@ X sysconfdir = @sysconfdir@ X sharedstatedir = @sharedstatedir@ X localstatedir = @localstatedir@ X@@ -33,7 +33,7 @@ X mandir = @mandir@ X includedir = @includedir@ X oldincludedir = /usr/include X-pkgdatadir = $(datadir)/@PACKAGE@ X+pkgdatadir = $(libdir)/@PACKAGE@ X pkglibdir = $(libdir)/@PACKAGE@ X pkgincludedir = $(includedir)/@PACKAGE@ X top_builddir = ../.. X--- vfs/extfs/uzip.orig Wed Aug 8 02:02:05 2001 X+++ vfs/extfs/uzip Thu Nov 15 19:42:06 2001 X@@ -15,9 +15,9 @@ X # X X # Location of the zip program X-my $app_zip = '/usr/bin/zip'; X+my $app_zip = '/usr/local/bin/zip'; X # Location of the unzip program X-my $app_unzip = '/usr/bin/unzip'; X+my $app_unzip = '/usr/local/bin/unzip'; X # Set this to 1 if zipinfo (unzip -Z) is to be used (recommended), otherwise 0. X my $op_has_zipinfo = 1; X X--- syntax/Makefile.in.orig Thu Nov 15 19:42:05 2001 X+++ syntax/Makefile.in Thu Nov 15 19:42:06 2001 X@@ -24,7 +24,7 @@ X bindir = @bindir@ X sbindir = @sbindir@ X libexecdir = @libexecdir@ X-datadir = @datadir@ X+datadir = @libdir@ X sysconfdir = @sysconfdir@ X sharedstatedir = @sharedstatedir@ X localstatedir = @localstatedir@ X@@ -33,7 +33,7 @@ X mandir = @mandir@ X includedir = @includedir@ X oldincludedir = /usr/include X-pkgdatadir = $(datadir)/@PACKAGE@ X+pkgdatadir = $(libdir)/@PACKAGE@ X pkglibdir = $(libdir)/@PACKAGE@ X pkgincludedir = $(includedir)/@PACKAGE@ X top_builddir = .. END-of-mc/files/patch-aa echo x - mc/pkg-comment sed 's/^X//' >mc/pkg-comment << 'END-of-mc/pkg-comment' XMidnight Commander, a free Norton Commander Clone END-of-mc/pkg-comment echo x - mc/Makefile sed 's/^X//' >mc/Makefile << 'END-of-mc/Makefile' X# New ports collection makefile for: mc X# Date created: 15 Nov 2001 X# Whom: strijar@urai.ru X# X# $FreeBSD: ports/misc/mc/Makefile,v 1.55 2001/05/17 17:35:19 ade Exp $ X# X XPORTNAME= mc XPORTVERSION= 4.5.55 XCATEGORIES= misc XMASTER_SITES= ${MASTER_SITE_GNOME} XMASTER_SITE_SUBDIR= stable/sources/mc X XMAINTAINER= gnome@FreeBSD.org X XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext X.if defined(WITH_NCURSES_PORT) XLIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses X.elif defined(WITH_SLANG) XLIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang XBUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell XRUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell X.endif X.if defined(WITH_CHARSET) XLIB_DEPENDS+= iconv:${PORTSDIR}/converters/iconv X.endif X XUSE_GMAKE= yes XUSE_GLIB= yes XGNU_CONFIGURE= yes X.if defined(WITH_SLANG) XCONFIGURE_ARGS= --with-slang --without-gnome --with-edit X.else XCONFIGURE_ARGS= --with-ncurses --without-gnome --without-edit X.endif XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib -lintl" X X.if defined(WITH_CHARSET) XCONFIGURE_ARGS+= --enable-charset X.endif X XMAN1= mc.1 mcedit.1 X Xpre-patch: X @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ X 's|\$\(libdir\)/mc|\$\(datadir\)/mc|g' X X.if defined(WITH_SLANG) XPLIST= ${WRKDIR}/PLIST Xpre-install: X @${CAT} ${PKGDIR}/pkg-plist > ${PLIST} X @${ECHO} bin/mcedit >> ${PLIST} X.endif X X.include END-of-mc/Makefile echo x - mc/distinfo sed 's/^X//' >mc/distinfo << 'END-of-mc/distinfo' XMD5 (mc-4.5.55.tar.gz) = bb670d48589f26f00b7fce8d25f66bd6 END-of-mc/distinfo echo x - mc/pkg-descr sed 's/^X//' >mc/pkg-descr << 'END-of-mc/pkg-descr' XThis is version 3.0 of the Midnight Commander, a free Norton Commander XClone with many useful features. The Midnight Commander comes with Xmouse support on xterms. X XThe Midnight Commander is a directory browsing tool which bears a Xcertain remote resemblance to John Socha's Norton Commander for DOS. XThe Midnight Commander doesn't have all the bells and whistles of its XDOS counterpart, but was written in much less time. X XWWW: http://www.gnome.org/projects/mc/ END-of-mc/pkg-descr echo x - mc/pkg-plist sed 's/^X//' >mc/pkg-plist << 'END-of-mc/pkg-plist' Xbin/mcmfmt Xbin/mc Xetc/mc.global Xshare/locale/az/LC_MESSAGES/mc.mo Xshare/locale/ca/LC_MESSAGES/mc.mo Xshare/locale/cs/LC_MESSAGES/mc.mo Xshare/locale/da/LC_MESSAGES/mc.mo Xshare/locale/de/LC_MESSAGES/mc.mo Xshare/locale/el/LC_MESSAGES/mc.mo Xshare/locale/es/LC_MESSAGES/mc.mo Xshare/locale/es_ES/LC_MESSAGES/mc.mo Xshare/locale/fi/LC_MESSAGES/mc.mo Xshare/locale/fr/LC_MESSAGES/mc.mo Xshare/locale/hu/LC_MESSAGES/mc.mo Xshare/locale/it/LC_MESSAGES/mc.mo Xshare/locale/ja/LC_MESSAGES/mc.mo Xshare/locale/ko/LC_MESSAGES/mc.mo Xshare/locale/lv/LC_MESSAGES/mc.mo Xshare/locale/nl/LC_MESSAGES/mc.mo Xshare/locale/no/LC_MESSAGES/mc.mo Xshare/locale/pl/LC_MESSAGES/mc.mo Xshare/locale/pt_BR/LC_MESSAGES/mc.mo Xshare/locale/ro/LC_MESSAGES/mc.mo Xshare/locale/ru/LC_MESSAGES/mc.mo Xshare/locale/sk/LC_MESSAGES/mc.mo Xshare/locale/sl/LC_MESSAGES/mc.mo Xshare/locale/sv/LC_MESSAGES/mc.mo Xshare/locale/ta/LC_MESSAGES/mc.mo Xshare/locale/tr/LC_MESSAGES/mc.mo Xshare/locale/uk/LC_MESSAGES/mc.mo Xshare/locale/wa/LC_MESSAGES/mc.mo Xshare/locale/zh_CN.GB2312/LC_MESSAGES/mc.mo Xshare/locale/zh_TW.Big5/LC_MESSAGES/mc.mo Xlib/mc/extfs/README Xlib/mc/extfs/extfs.ini Xlib/mc/extfs/unarj.diff Xlib/mc/extfs/sfs.ini Xlib/mc/extfs/a Xlib/mc/extfs/apt Xlib/mc/extfs/audio Xlib/mc/extfs/deba Xlib/mc/extfs/debd Xlib/mc/extfs/dpkg Xlib/mc/extfs/hp48 Xlib/mc/extfs/mailfs Xlib/mc/extfs/patchfs Xlib/mc/extfs/rpm Xlib/mc/extfs/bpp Xlib/mc/extfs/rpms Xlib/mc/extfs/trpm Xlib/mc/extfs/uarj Xlib/mc/extfs/uzip Xlib/mc/extfs/deb Xlib/mc/extfs/lslR Xlib/mc/extfs/ucpio Xlib/mc/extfs/urar Xlib/mc/extfs/uzoo Xlib/mc/extfs/ftplist Xlib/mc/extfs/uar Xlib/mc/extfs/ulha Xlib/mc/extfs/uha Xlib/mc/mc.hlp Xlib/mc/mc.hint Xlib/mc/mc.hint.cs Xlib/mc/mc.hint.es Xlib/mc/mc.hint.hu Xlib/mc/mc.hint.it Xlib/mc/mc.hint.nl Xlib/mc/mc.hint.pl Xlib/mc/mc.hint.ru Xlib/mc/mc.hint.uk Xlib/mc/mc.hint.zh Xlib/mc/mc.lib Xlib/mc/mc.menu Xlib/mc/cedit.menu Xlib/mc/edit.indent.rc Xlib/mc/edit.spell.rc Xlib/mc/mc.charsets Xlib/mc/mc.ext Xlib/mc/mc.hlp.hu Xlib/mc/bin/mc.csh Xlib/mc/bin/mc.sh Xlib/mc/term/README.xterm Xlib/mc/term/linux.ti Xlib/mc/term/xterm.ad Xlib/mc/term/xterm.ti Xlib/mc/term/ansi.ti Xlib/mc/term/vt100.ti Xlib/mc/term/xterm.tcap Xlib/mc/syntax/ada95.syntax Xlib/mc/syntax/c.syntax Xlib/mc/syntax/changelog.syntax Xlib/mc/syntax/diff.syntax Xlib/mc/syntax/fortran.syntax Xlib/mc/syntax/html.syntax Xlib/mc/syntax/java.syntax Xlib/mc/syntax/latex.syntax Xlib/mc/syntax/lsm.syntax Xlib/mc/syntax/mail.syntax Xlib/mc/syntax/makefile.syntax Xlib/mc/syntax/ml.syntax Xlib/mc/syntax/nroff.syntax Xlib/mc/syntax/octave.syntax Xlib/mc/syntax/pascal.syntax Xlib/mc/syntax/perl.syntax Xlib/mc/syntax/po.syntax Xlib/mc/syntax/python.syntax Xlib/mc/syntax/sh.syntax Xlib/mc/syntax/smalltalk.syntax Xlib/mc/syntax/slang.syntax Xlib/mc/syntax/swig.syntax Xlib/mc/syntax/texinfo.syntax Xlib/mc/syntax/unknown.syntax X@dirrm lib/mc/bin X@dirrm lib/mc/term X@dirrm lib/mc/syntax X@dirrm lib/mc/extfs X@dirrm lib/mc END-of-mc/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 8:50: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 CF29A37B41B for ; Thu, 15 Nov 2001 08:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFGo1115368; Thu, 15 Nov 2001 08:50:01 -0800 (PST) (envelope-from gnats) Received: from emout1.wish.nl (emout1.wish.nl [212.123.129.74]) by hub.freebsd.org (Postfix) with ESMTP id BCEAC37B416 for ; Thu, 15 Nov 2001 08:40:15 -0800 (PST) Received: from mail2.inside.servers (mail2.INSIDE.servers [10.1.0.6]) by emout1.wish.nl (Postfix) with SMTP id E63B920D22 for ; Thu, 15 Nov 2001 18:03:21 +0100 (CET) Received: (qmail 97790 invoked from network); 15 Nov 2001 16:39:52 -0000 Received: from p13782.nl.wish.net (HELO ) ([212.123.191.214]) (envelope-sender ) by mail2.outside.servers (qmail-ldap-1.03) with SMTP for ; 15 Nov 2001 16:39:52 -0000 Received: (qmail 9161 invoked by uid 1000); 15 Nov 2001 16:40:19 -0000 Message-Id: <20011115164019.9160.qmail@mandark.attica.home> Date: 15 Nov 2001 16:40:19 -0000 From: "Andre Goeree" Reply-To: abgoeree@wish.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32010: Update databases/adodb to 1.54 Sender: owner-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: 32010 >Category: ports >Synopsis: Update databases/adodb to 1.54 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 08:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: ago >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD mandark.attica.home 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Nov 15 08:47:22 CET 2001 toor@mandark.attica.home:/usr/obj/usr/src/sys/CUSTOM i386 >Description: Update databases/adodb from 1.51 to 1.54 Modified: Makefile distfile, new files, DOCSDIR distinfo updated distfile pkg-plist added new files, DOCSDIR >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 10 Nov 2001 08:01:55 -0000 1.16 +++ Makefile 15 Nov 2001 10:43:29 -0000 @@ -6,10 +6,10 @@ # PORTNAME= adodb -PORTVERSION= 1.51 +PORTVERSION= 1.54 CATEGORIES= databases www MASTER_SITES= http://phplens.com/lens/dl/ -DISTNAME= ${PORTNAME}151 +DISTNAME= ${PORTNAME}154 EXTRACT_SUFX= .tgz MAINTAINER= abgoeree@wish.net @@ -20,9 +20,10 @@ NO_BUILD= YES ADODB_DIR= www/data.default/adodb -ADODB_TEST= share/examples/adodb/test +ADODB_TEST= share/examples/adodb PLIST_SUB= ADODB_DIR=${ADODB_DIR} \ - ADODB_TEST=${ADODB_TEST} + ADODB_TEST=${ADODB_TEST} \ + DOCSDIR=share/doc/adodb DOCS= readme.htm tute.htm readme.txt LIBS= adodb-access.inc.php adodb-ado.inc.php adodb-ado_access.inc.php \ @@ -34,16 +35,17 @@ adodb-oracle.inc.php adodb-pear.inc.php adodb-postgres.inc.php \ adodb-postgres7.inc.php adodb-proxy.inc.php adodb-sybase.inc.php \ adodb.inc.php adodb-vfp.inc.php crypt.inc.php tohtml.inc.php +PICS= adodb.gif adodb.png SAMPLES=adodb-cryptsession.php adodb-session.php server.php TESTS= benchmark.php client.php test.php test2.php test3.php test4.php \ test5.php testcache.php testdatabases.inc.php testoci8.php \ - testpear.php testsessions.php + testpaging.php testpear.php testsessions.php post-patch: .for FILE in adodb-session.php benchmark.php client.php server.php test.php \ test2.php test3.php test4.php test5.php testcache.php testoci8.php \ - testpear.php testsessions.php - ${PERL} -pi -e "s#(\./)?(adodb(-session)?|tohtml)+(\.inc)?\.php#${PREFIX}/${ADODB_DIR}/\2\4\.php#" ${WRKSRC}/${FILE} + testpaging.php testpear.php testsessions.php + ${PERL} -pi -e "s#(\./)?(adodb(-session|-pear)?|tohtml)+(\.inc)?\.php#${PREFIX}/${ADODB_DIR}/\2\4\.php#" ${WRKSRC}/${FILE} .endfor do-install: @@ -52,7 +54,7 @@ ${INSTALL_DATA} ${WRKSRC}/${FILE} \ ${PREFIX}/${ADODB_DIR}/${FILE}.sample .endfor -.for FILE in ${LIBS} +.for FILE in ${LIBS} ${PICS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/${ADODB_DIR} .endfor @${MKDIR} ${PREFIX}/${ADODB_TEST} @@ -62,9 +64,9 @@ post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/adodb + @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} - ${INSTALL_MAN} ${WRKSRC}/${FILE} ${PREFIX}/share/doc/adodb + ${INSTALL_MAN} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif Index: distinfo =================================================================== RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 10 Nov 2001 08:01:55 -0000 1.4 +++ distinfo 15 Nov 2001 10:46:35 -0000 @@ -1 +1 @@ -MD5 (adodb151.tgz) = 17b2ca1b765927bb1abd17ba62ed341c +MD5 (adodb154.tgz) = 9831fd2e4c7adb937fb96cfb18fb25de Index: pkg-plist =================================================================== RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/pkg-plist,v retrieving revision 1.9 retrieving revision 1.11 diff -u -r1.9 -r1.11 --- pkg-plist 5 Nov 2001 17:11:43 -0000 1.9 +++ pkg-plist 13 Nov 2001 23:34:15 -0000 1.11 @@ -24,7 +24,9 @@ %%ADODB_DIR%%/adodb-session.php.sample %%ADODB_DIR%%/adodb-sybase.inc.php %%ADODB_DIR%%/adodb-vfp.inc.php +%%ADODB_DIR%%/adodb.gif %%ADODB_DIR%%/adodb.inc.php +%%ADODB_DIR%%/adodb.png %%ADODB_DIR%%/crypt.inc.php %%ADODB_DIR%%/server.php.sample %%ADODB_DIR%%/tohtml.inc.php @@ -38,11 +40,12 @@ %%ADODB_TEST%%/testcache.php %%ADODB_TEST%%/testdatabases.inc.php %%ADODB_TEST%%/testoci8.php +%%ADODB_TEST%%/testpaging.php %%ADODB_TEST%%/testpear.php %%ADODB_TEST%%/testsessions.php -%%PORTDOCS%%share/doc/adodb/readme.htm -%%PORTDOCS%%share/doc/adodb/readme.txt -%%PORTDOCS%%share/doc/adodb/tute.htm -%%PORTDOCS%%@dirrm share/doc/adodb +%%PORTDOCS%%%%DOCSDIR%%/readme.htm +%%PORTDOCS%%%%DOCSDIR%%/readme.txt +%%PORTDOCS%%%%DOCSDIR%%/tute.htm +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%ADODB_DIR%% @dirrm %%ADODB_TEST%% >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 Nov 15 8:56:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 9D40737B417 for ; Thu, 15 Nov 2001 08:56:40 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fAFGuO202745; Thu, 15 Nov 2001 08:56:24 -0800 (PST) (envelope-from obrien) Date: Thu, 15 Nov 2001 08:56:23 -0800 From: "David O'Brien" To: Joe Clarke Cc: freebsd-ports@freebsd.org Subject: Re: How to USE_AUTOMAKE for automake 1.5 Message-ID: <20011115085623.A2084@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20011115010210.E86071-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011115010210.E86071-100000@shumai.marcuscom.com>; from marcus@marcuscom.com on Thu, Nov 15, 2001 at 01:06:15AM -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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Nov 15, 2001 at 01:06:15AM -0500, Joe Clarke wrote: > > netatalk currently uses USE_AUTOMAKE to build. Now that both automake 1.4 Normally the use of automake by most ports is stupid. In general most people should stop patching configure.in and Makefile.in and just patch configure and Makefile. The current practice only adds needless build depandancies to the port. I've also seen bugs with various versions of autoconf/automake such that it is actually much more reliable to just patch configure and Makefile. However I see that the netatalk author has not seen fit to supply Makefile's. Shame on him. Nor could I even find him admitting automake is required in any of his install documentation. :-( So what you need to do, is figure out where 'automake' is specified in the Makefile.in and patch it to be 'automake14' instead. Patching configure rather than configure.in may help 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 Thu Nov 15 9: 0:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 7CD7837B417; Thu, 15 Nov 2001 09:00:52 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fAFH0p002811; Thu, 15 Nov 2001 09:00:51 -0800 (PST) (envelope-from obrien) Date: Thu, 15 Nov 2001 09:00:51 -0800 From: "David O'Brien" To: Andreas Klemm Cc: marcel@FreeBSD.org, ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011115090051.B2084@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20011112060014.GA489@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011112060014.GA489@titan.klemm.gtn.com>; from andreas@FreeBSD.org on Mon, Nov 12, 2001 at 07:00:14AM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Nov 12, 2001 at 07:00:14AM +0100, Andreas Klemm wrote: > We have 3 linux_base ports: > > linux_base with PORTVERSION=6.1 > linux_base-6.2 with PORTVERSION=6.1 > linux_base with PORTVERSION=7 Yes this is totally ridiculous. There should be 'linux_base' which is always the latest and greatest. In this case that is the Red Hat 7.x bits. 'linux_base' should also have any needed RH 6.2 bits (ie, "compat libs"); but I am not sure that list of needed bits has been determined yet. Until 'linux_base' is fully usable by all ports, there should be a 'linux_base-6.2' which can be used as a dependency. I am not sure all involved that has asked for repo copies, or updated the ports have been on this sheet of music. The proliferation of version numbers in ports has gotten *totally* ridiculous and we need to rane it back in. We've gotten to the point that in order to use our ports collection; a user has to have way too much knowledge about version numbers and what port is actually what. -- -- 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 Thu Nov 15 9: 3:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 6AD0237B417; Thu, 15 Nov 2001 09:03:13 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fAFH3B902852; Thu, 15 Nov 2001 09:03:11 -0800 (PST) (envelope-from obrien) Date: Thu, 15 Nov 2001 09:03:11 -0800 From: "David O'Brien" To: Marcel Moolenaar Cc: Andreas Klemm , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011115090311.C2084@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20011112060014.GA489@titan.klemm.gtn.com> <20011111232603.A14074@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011111232603.A14074@athlon.pn.xcllnt.net>; from marcel@xcllnt.net on Sun, Nov 11, 2001 at 11:26:03PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Nov 11, 2001 at 11:26:03PM -0800, Marcel Moolenaar wrote: > On Mon, Nov 12, 2001 at 07:00:14AM +0100, Andreas Klemm wrote: > > We have 3 linux_base ports: > > > > linux_base with PORTVERSION=6.1 > > linux_base-6.2 with PORTVERSION=6.1 > > linux_base with PORTVERSION=7 > > > > I think PORTVERSION has to be 6.2 in linux_base-6.2, or ? > > I think linux_base-6.2 should not have been created. There was > no reason for... Yes there is. The "plain" port name should be the latest-and-greatest port. Do you plan for the 6.2 version to last for a very long time, beside the 7.1 version? If so, then both ports should have a version number (ie, like StarOffice, where there are strong reasons for the separation). For linux_base, I don't see that need. The 7.1 version should include any needed 6.2 "compat" libs(bits). Satoshi used to keep things clean along these lines, but with his absence has come mayhem. -- -- 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 Thu Nov 15 9: 7:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id C262837B405 for ; Thu, 15 Nov 2001 09:07:30 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fAFH7Io02918; Thu, 15 Nov 2001 09:07:18 -0800 (PST) (envelope-from obrien) Date: Thu, 15 Nov 2001 09:07:18 -0800 From: "David O'Brien" To: Andrew Stuart Cc: freebsd-ports@freebsd.org Subject: Re: Vim6 needs pthreads Message-ID: <20011115090718.D2084@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20011005141207.A85318@freebsd.tekrealm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011005141207.A85318@freebsd.tekrealm.net>; from elitetek@tekrealm.net on Fri, Oct 05, 2001 at 02:12:07PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Oct 05, 2001 at 02:12:07PM -0700, Andrew Stuart wrote: > On Vim6, with x3 it errors out from pthreads. what is x3? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 9:12:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hopi.hostsharing.net (hopi.hostsharing.net [66.70.34.150]) by hub.freebsd.org (Postfix) with ESMTP id 4387737B405 for ; Thu, 15 Nov 2001 09:12:33 -0800 (PST) Received: by hopi.hostsharing.net (Postfix, from userid 542) id A12F198192; Thu, 15 Nov 2001 18:11:54 +0100 (CET) Date: Thu, 15 Nov 2001 18:11:54 +0100 From: Noel Koethe To: ports@freebsd.org Subject: Samba 2.2.2 isn't devel code Message-ID: <20011115181154.A28661@hopi.hostsharing.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.22i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, samba 2.2.2 is the latest release of Samba. Why is its name samba-devel? Shouldn't net/samba (samba 2.0.10) be removed and net/samba-devel move to net/samba ? thx. -- Noèl Köthe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 9:17:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hopi.hostsharing.net (hopi.hostsharing.net [66.70.34.150]) by hub.freebsd.org (Postfix) with ESMTP id B411537B416 for ; Thu, 15 Nov 2001 09:17:37 -0800 (PST) Received: by hopi.hostsharing.net (Postfix, from userid 542) id 540F698191; Thu, 15 Nov 2001 18:17:04 +0100 (CET) Date: Thu, 15 Nov 2001 18:17:04 +0100 From: Noel Koethe To: ports@freebsd.org Subject: security/cyrus-sasl compile problem Message-ID: <20011115181704.B28661@hopi.hostsharing.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.22i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have a problem when compiling cyrus-sasl from the ports ===> Extracting for cyrus-sasl-1.5.24_7 >> Checksum OK for cyrus-sasl-1.5.24.tar.gz. >> Checksum OK for cyrus-sasl-1.5.24-ipv6-20010321.diff.gz. ===> cyrus-sasl-1.5.24_7 depends on executable: automake14 - found ===> cyrus-sasl-1.5.24_7 depends on executable: autoconf213 - found ===> cyrus-sasl-1.5.24_7 depends on executable: libtool - found ===> cyrus-sasl-1.5.24_7 depends on shared library: db3.2 - found ===> Patching for cyrus-sasl-1.5.24_7 ===> Applying distribution patches for cyrus-sasl-1.5.24_7 ===> Applying FreeBSD patches for cyrus-sasl-1.5.24_7 ===> Configuring for cyrus-sasl-1.5.24_7 autoheader: not found *** Error code 127 I thing its a dependencies problem. But I don't know what package provides "autoheader". -- Noèl Köthe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 9:41: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from carbon.anonymous-daemon.org (carbon.anonymous-daemon.org [207.208.227.190]) by hub.freebsd.org (Postfix) with ESMTP id 3AB2737B417 for ; Thu, 15 Nov 2001 09:40:59 -0800 (PST) Received: by carbon.anonymous-daemon.org (Postfix, from userid 0) id D4E5E21; Thu, 15 Nov 2001 11:40:56 -0600 (CST) To: freebsd-ports@freebsd.org Subject: Pine 4 with Maildir support broken Message-Id: <20011115174056.D4E5E21@carbon.anonymous-daemon.org> Date: Thu, 15 Nov 2001 11:40:56 -0600 (CST) From: root@anonymous-daemon.org (root-carbon) Sender: owner-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 pine4 port has been updated to 4.40 but the maildir patch is still at version 4.33. -------errors-------- ===> Generating temporary packing list install -c -o root -g wheel -m 444 /usr/ports/mail/cclient/work/portrevision.h / usr/local/include/c-client ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for cclient-2001,1 ===> Returning to build of pine-4.40 ===> Patching for pine-4.40 ===> Applying distribution patches for pine-4.40 2 out of 4 hunks failed--saving rejects to imap/src/osdep/unix/Makefile.rej 2 out of 2 hunks failed--saving rejects to imap/src/osdep/unix/dummy.c.rej 1 out of 1 hunks failed--saving rejects to pine/pine.h.rej *** Error code 5 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4. -----end of errors-------- i've tried changing the patch references of 4.33 to 4.40, which got rid of the pine.h errors but the Makefile and dummy.c errors remain. Not being a coder, I have no idea how to fix those issues. Hopefully someone can look into this and provide a fix. thanks, .daniel.schrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 9:49: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 53DFC37B418; Thu, 15 Nov 2001 09:49:17 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFHh0g25632; Thu, 15 Nov 2001 09:43:00 -0800 (PST) (envelope-from asmodai) Date: Thu, 15 Nov 2001 09:43:00 -0800 (PST) From: Message-Id: <200111151743.fAFHh0g25632@freefall.freebsd.org> To: roelof@eboa.com, asmodai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27186: Firebird's gbak failed at make install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Firebird's gbak failed at make install State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Thu Nov 15 09:40:10 PST 2001 State-Changed-Why: Testing showed it compiling ok. Try the latest ports or a later version of FreeBSD. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27186 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 10: 2:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freebsd.tekrealm.net (dsl081-247-162.sfo1.dsl.speakeasy.net [64.81.247.162]) by hub.freebsd.org (Postfix) with ESMTP id 6754837B405; Thu, 15 Nov 2001 10:02:24 -0800 (PST) Received: (from root@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4) id fAFI2Nq86385; Thu, 15 Nov 2001 10:02:23 -0800 (PST) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4av) id fAFI2Nm86377; Thu, 15 Nov 2001 10:02:23 -0800 (PST) (envelope-from elitetek@tekrealm.net) X-Authentication-Warning: freebsd.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Thu, 15 Nov 2001 10:02:23 -0800 From: Andrew Stuart To: "David O'Brien" Cc: freebsd-ports@freebsd.org Subject: Re: Vim6 needs pthreads Message-ID: <20011115100223.A86334@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net References: <20011005141207.A85318@freebsd.tekrealm.net> <20011115090718.D2084@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011115090718.D2084@dragon.nuxi.com>; from obrien@freebsd.org on Thu, Nov 15, 2001 at 09:07:18AM -0800 X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 15 Nov 2001 at 09:07:18 -0800, David O'Brien wrote: > On Fri, Oct 05, 2001 at 02:12:07PM -0700, Andrew Stuart wrote: > > On Vim6, with x3 it errors out from pthreads. > > what is x3? Xfree86 V 3.* -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 10:20:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 890EB37B405; Thu, 15 Nov 2001 10:20:10 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA99025; Thu, 15 Nov 2001 20:19:30 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h79.229.dialup.iptcom.net [212.9.229.79]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA11541; Thu, 15 Nov 2001 20:19:26 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id fAFIItY39122; Thu, 15 Nov 2001 20:18:55 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BF40798.7F66C0DD@FreeBSD.org> Date: Thu, 15 Nov 2001 20:21:12 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Will Andrews Cc: Mario Sergio Fujikawa Ferreira , Thomas Gellekum , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk References: <200111131312.fADDCC911711@freefall.freebsd.org> <20011114014833.A17257@exxodus.fedaykin.here> <20011113225250.I17600@casimir.physics.purdue.edu> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Will Andrews wrote: > > On Wed, Nov 14, 2001 at 01:48:33AM -0200, Mario Sergio Fujikawa Ferreira wrote: > > That's sweeeet but what about discussing this one too? > > It was proposed a while ago. :) So that we can automagically take > > care of this based on _VER > > Yes, please. This patch is incomplete because it lacks documentation in the comments at the beginning of the file. Please extend it appropriately and resubmit. Other than that looks fine to me. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 10:32:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id E398D37B431; Thu, 15 Nov 2001 10:32:26 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA03689; Thu, 15 Nov 2001 20:32:21 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h79.229.dialup.iptcom.net [212.9.229.79]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA15165; Thu, 15 Nov 2001 20:32:18 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id fAFIVlY39172; Thu, 15 Nov 2001 20:31:47 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BF40A9C.F4A2394D@FreeBSD.org> Date: Thu, 15 Nov 2001 20:34:04 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: Marcel Moolenaar , Andreas Klemm , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? References: <20011112060014.GA489@titan.klemm.gtn.com> <20011111232603.A14074@athlon.pn.xcllnt.net> <20011115090311.C2084@dragon.nuxi.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David O'Brien wrote: > > On Sun, Nov 11, 2001 at 11:26:03PM -0800, Marcel Moolenaar wrote: > > On Mon, Nov 12, 2001 at 07:00:14AM +0100, Andreas Klemm wrote: > > > We have 3 linux_base ports: > > > > > > linux_base with PORTVERSION=6.1 > > > linux_base-6.2 with PORTVERSION=6.1 > > > linux_base with PORTVERSION=7 > > > > > > I think PORTVERSION has to be 6.2 in linux_base-6.2, or ? > > > > I think linux_base-6.2 should not have been created. There was > > no reason for... > > Yes there is. The "plain" port name should be the latest-and-greatest > port. Do you plan for the 6.2 version to last for a very long time, > beside the 7.1 version? If so, then both ports should have a version > number (ie, like StarOffice, where there are strong reasons for the > separation). For linux_base, I don't see that need. The 7.1 version > should include any needed 6.2 "compat" libs(bits). Unfortunately it doesn't work that way. For example, I've tried to make linux-jdk working with linux_base-7 (installed RedHat's compat package for 7.1), but failed miserably. I suspect that many other linux ports will have the same problems. > Satoshi used to keep things clean along these lines, but with his absence > has come mayhem. Are you going to replace him? I would be glad if you do, otherwise I do not see much sense in such whining. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 10:38:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sploo.aagh.net (pc2-hart4-0-cust103.mid.cable.ntl.com [213.107.122.103]) by hub.freebsd.org (Postfix) with ESMTP id 1355B37B416 for ; Thu, 15 Nov 2001 10:38:46 -0800 (PST) Received: from freaky by sploo.aagh.net with local (Exim 3.33 #1) id 164RPQ-000AR5-00 for freebsd-ports@FreeBSD.org; Thu, 15 Nov 2001 18:38:44 +0000 Date: Thu, 15 Nov 2001 18:38:44 +0000 From: Thomas Hurst To: freebsd-ports@FreeBSD.org Subject: Perl ports (and world) ignore $LOCALBASE Message-ID: <20011115183844.A40014@sploo> Mail-Followup-To: freebsd-ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Not much. Sender: owner-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 $LOCALBASE set to /usr/pkg to keep /usr/local clean for stuff I install manually. However: ===> Installing for p5-Mail-Audit-1.11 ===> p5-Mail-Audit-1.11 depends on file: /usr/pkg/lib/perl5/site_perl/5.005/Net/Config.pm - not found ===> Verifying install for /usr/pkg/lib/perl5/site_perl/5.005/Net/Config.pm in /usr/ports/net/p5-Net ===> Returning to build of p5-Mail-Audit-1.11 ===> p5-Mail-Audit-1.11 depends on file: /usr/pkg/lib/perl5/site_perl/5.005/Mail/Internet.pm - not found ===> Verifying install for /usr/pkg/lib/perl5/site_perl/5.005/Mail/Internet.pm in /usr/ports/mail/p5-Mail-Tools ===> Returning to build of p5-Mail-Audit-1.11 Installing /usr/local/lib/perl5/site_perl/5.005/Mail/Audit/PGP.pm Installing /usr/local/lib/perl5/site_perl/5.005/Mail/Audit/KillDups.pm Installing /usr/local/lib/perl5/site_perl/5.005/Mail/Audit/MAPS.pm Installing /usr/local/lib/perl5/site_perl/5.005/Mail/Audit/List.pm Installing /usr/local/lib/perl5/site_perl/5.005/Mail/Audit.pm Installing /usr/local/lib/perl5/5.00503/man/man3/Mail::Audit::PGP.3 Installing /usr/local/lib/perl5/5.00503/man/man3/Mail::Audit::KillDups.3 Installing /usr/local/lib/perl5/5.00503/man/man3/Mail::Audit::MAPS.3 Installing /usr/local/lib/perl5/5.00503/man/man3/Mail::Audit.3 Installing /usr/local/lib/perl5/5.00503/man/man3/Mail::Audit::List.3 Writing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Mail/Audit/.packlist Appending installation info to /usr/libdata/perl/5.00503/mach/perllocal.pod ===> Generating temporary packing list ===> Compressing manual pages for p5-Mail-Audit-1.11 /usr/pkg/lib/perl5/5.00503/man//man3/Mail::Audit.3: No such file or directory /usr/pkg/lib/perl5/5.00503/man//man3/Mail::Audit::KillDups.3: No such file or directory /usr/pkg/lib/perl5/5.00503/man//man3/Mail::Audit::List.3: No such file or directory /usr/pkg/lib/perl5/5.00503/man//man3/Mail::Audit::MAPS.3: No such file or directory /usr/pkg/lib/perl5/5.00503/man//man3/Mail::Audit::PGP.3: No such file or directory ===> Registering installation for p5-Mail-Audit-1.11 Note the totally broken mixture of use of $LOCALBASE and /usr/local. Additionally, the build of world ignores $LOCALBASE so perl doesn't look in /usr/pkg anyway. pkg_add ignores it too. Most things work fine with ports moved, but I think things like this need to be looked atfor those of us that like to keep /usr/local for ourselves :) -- Thomas 'Freaky' Hurst - freaky@aagh.net - http://www.aagh.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 10:53:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from quarter.csl.sri.com (quarter.csl.sri.com [130.107.1.30]) by hub.freebsd.org (Postfix) with ESMTP id A4CAD37B417 for ; Thu, 15 Nov 2001 10:53:46 -0800 (PST) Received: from glob.csl.sri.com (glob.csl.sri.com [130.107.15.161]) by quarter.csl.sri.com (8.12.1/8.12.1) with ESMTP id fAFIrksL027309 for ; Thu, 15 Nov 2001 10:53:46 -0800 Received: from glob.csl.sri.com (hogsett@localhost) by glob.csl.sri.com (8.11.2/8.8.7) with ESMTP id fAFIrks19617 for ; Thu, 15 Nov 2001 10:53:46 -0800 Message-Id: <200111151853.fAFIrks19617@glob.csl.sri.com> X-Authentication-Warning: glob.csl.sri.com: hogsett owned process doing -bs To: freebsd-ports@freebsd.org Subject: port : nmh Date: Thu, 15 Nov 2001 10:53:46 -0800 From: Mike Hogsett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hogx# cd /usr/ports/mail/nmh hogx# make ===> Building for nmh-1.0.4_1 cd . && autoheader autoheader: not found *** Error code 127 Stop in /usr/ports/mail/nmh/work/nmh-1.0.4. *** Error code 1 Stop in /usr/ports/mail/nmh. *** Error code 1 Stop in /usr/ports/mail/nmh. *** Error code 1 Stop in /usr/ports/mail/nmh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 11:24: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailout04.sul.t-online.de (mailout04.sul.t-online.com [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id 2E8BE37B416; Thu, 15 Nov 2001 11:23:55 -0800 (PST) Received: from fwd06.sul.t-online.de by mailout04.sul.t-online.de with smtp id 164S77-0005gW-08; Thu, 15 Nov 2001 20:23:53 +0100 Received: from twoflower (320072111332-0001@[217.80.121.23]) by fwd06.sul.t-online.com with smtp id 164S74-0Sjsv2C; Thu, 15 Nov 2001 20:23:50 +0100 Reply-To: From: Jan.Stocker@t-online.de (Jan Stocker) To: "gnome@FreeBSD. ORG" Cc: "ports@FreeBSD. ORG" Subject: FreeBSD Port: evolution-0.99.0 Date: Thu, 15 Nov 2001 20:23:07 +0100 Message-ID: <000001c16e0a$f47dd4a0$fe02010a@twoflower.liebende.de> 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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Wont compile on my -current system... Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 11:35:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from p074.kmtn.ru (p074.kmtn.ru [213.24.38.74]) by hub.freebsd.org (Postfix) with SMTP id E97F037B417 for ; Thu, 15 Nov 2001 11:35:21 -0800 (PST) Message-ID: <002901c16e0b$672729c0$4a2618d5@kmtn.ru> From: =?koi8-r?B?7M/MwQ==?= To: ports@FreeBSD.org Subject: =?koi8-r?B?8NLFxMzP1sXOycU=?= Date: Thu, 15 Nov 2001 22:26:13 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0026_01C16E24.898A3A20" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0026_01C16E24.898A3A20 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable =E4=CF=C2=D2=CF=C7=CF =D7=D2=C5=CD=C5=CE=C9 =D3=D5=D4=CF=CB!. =F7=C1=DB =C1=C4=D2=C5=D3 =D1 =CE=C1=DB=C5=CC =CE=C1 =CF=C4=CE=CF=CD =C9=DA =C9=CE=C6=CF=D2=CD=C1=C3=C9=CF=CE=CE=D9=C8 = =D2=C5=D3=D5=D2=D3=CF=D7 =D3=C5=D4=C9 =E9=CE=D4=C5=D2=CE=C5=D4. =FC=D4=CF =D0=C9=D3=D8=CD=CF, = =D2=C1=D3=D3=D9=CC=C1=C5=D4=D3=D1 =D4=CF=CC=D8=CB=CF 1 =D2=C1=DA =C9 =CE=C5 =CF=C2=D1=DA=D9=D7=C1=C5=D4 = =F7=C1=D3 =CE=C1 =CB=C1=CB=C9=C5-=CC=C9=C2=CF =C4=C5=CA=D3=D4=D7=C9=D1. =E5=D3=CC=C9 = =F7=C1=D3 =CE=C5 =DA=C1=C9=CE=D4=C5=D2=C5=D3=D5=C5=D4 =CD=CF=C5 = =D0=D2=C5=C4=CC=CF=D6=C5=CE=C9=C5, =D4=CF =D3=CD=C5=CC=CF =D3=D4=C9=D2=C1=CA=D4=C5 =D0=C9=D3=D8=CD=CF - =C2=CF=CC=D8=DB=C5 = =CF=CE=CF =CB =F7=C1=CD =CE=C5 =D0=D2=C9=C4=C5=D4. =E9=D4=C1=CB! =E4=CF=D2=CF=C7=C9=C5 =E4=D2=D5=DA=D8=D1! =F1 =C8=CF=DE=D5 =D0=CF=C4=C5=CC=C9=D4=D8=D3=D1 =D3 =F7=C1=CD=C9 = =C9=CE=C6=CF=D2=CD=C1=C3=C9=C5=CA =C9 =CF=D3=CF=C2=C5=CE=CE=CF =D3 =D4=C5=CD=C9 =C9=DA =F7=C1=D3, =CB=D4=CF = =DA=C1=CE=C9=CD=C1=C5=D4=D3=D1 =C2=C9=DA=CE=C5=D3=CF=CD =C9=CC=C9 =CB=C1=CB=C9=CD-=D4=CF = =C2=CF=CB=CF=CD =D3 =CE=C9=CD =D3=D4=C1=CC=CB=C9=D7=C1=C5=D4=D3=D1. =E5=D3=CC=C9 =D5 =F7=C1=D3 = =D0=D2=CF=C2=CC=C5=CD=D9 =D3 =D0=CF=D3=D4=C1=D7=CB=CF=CA =D4=CF=D7=C1=D2=C1 =C9=CC=C9 =D6=C5 = =F7=C1=CD =C5=C7=CF =C8=CF=DE=C5=D4=D3=D1 =CB=D5=D0=C9=D4=D8 =C2=CF=CC=D8=DB=C5, =CE=CF =CE=C5 = =D0=CF=CC=D5=DE=C1=C5=D4=D3=D1 - =D0=D2=CF=DE=D4=C9=D4=C5 =D7=CE=C9=CD=C1=D4=C5=CC=D8=CE=CF = =D0=D2=C9=CB=D2=C5=D0=CC=C5=CE=CE=D9=CA =CB =D0=C9=D3=D8=CD=D5 =C6=C1=CA=CC =D3=C1=CD=C9 =C9 =C4=C1=CA=D4=C5 = =DA=C1=C4=C1=CE=C9=C5 =D4=CF=CD=D5 =DE=C5=CC=CF=D7=C5=CB=D5, =CB=CF=D4=CF=D2=D9=CA =D5 =F7=C1=D3 = =CF=D4=D7=C5=DE=C1=C5=D4 =DA=C1 =CB=CF=CD=D0=D8=C0=D4=C5=D2=D9 =C9 =D7=D3=C5 =DE=D4=CF = =D3=D7=D1=DA=C1=CE=CF =D3 =CE=C9=CD=C9. =ED=CF=D1 =C9=CE=C6=CF=D2=CD=C1=C3=C9=D1 =D4=C1=CB =D6=C5 = =DA=C1=C9=CE=D4=C5=D2=C5=D3=D5=C5=D4 =D4=C5=C8, =D5 =CB=CF=C7=CF =C5=D3=D4=D8 =CB=CF=CD=D0=D8=C0=D4=C5=D2 =C9 = =C5=C7=CF =CE=D5=D6=CE=CF =CD=CF=C4=C5=D2=CE=C9=DA=C9=D2=CF=D7=C1=D4=D8. = =EF=D3=CF=C2=C5=CE=CE=D9=CA =D5=D0=CF=D2 =D7 =D3=D7=CF=C5=CD =D0=D2=C5=C4=CC=CF=D6=C5=CE=C9=C9 =D1 =C4=C5=CC=C1=C0 =CE=C1 = =C4=CF=CD=CF=C8=CF=DA=D1=C5=CB =C9 =CE=C1 =D4=C5=C8 =CC=C0=C4=C5=CA, =CB=CF=D4=CF=D2=D9=C5 =D0=CF =D4=C5=CD = =C9=CC=C9 =C9=CE=D9=CD =D0=D2=C9=DE=C9=CE=C1=CD =CE=C5 =CD=CF=C7=D5=D4 =D7=D9=CA=D4=C9 =C9=DA = =C4=CF=CD=C1. =EE=CF =CF=D3=CF=C2=C5=CE=CE=CF =CD=C5=CE=D1 =C9=CE=D4=C5=D2=C5=D3=D5=C0=D4 = =D0=D2=C5=C4=D0=D2=C9=C9=CD=DE=C9=D7=D9=C5 =CC=C0=C4=C9, =CB=CF=D4=CF=D2=D9=C8, =D3=CF=C7=CC=C1=D3=C9=D4=C5=D3=D8, = =C2=CF=CC=D8=DB=C9=CE=D3=D4=D7=CF =D7 =CE=C1=DB=C5=CA =D3=D4=D2=C1=CE=C5. =F1 =CE=C1=D0=C9=D3=C1=CC = =D3=D7=CF=C5 =CB=CF=CD=CD=C5=D2=DE=C5=D3=CB=CF=C5 =D0=D2=C5=C4=CC=CF=D6=C5=CE=C9=C5 = =C9 =D0=D2=CF=DB=D5 =F7=C1=D3 =D0=CF=CD=CF=DE=D8 =C9 =F7=C1=CD =C9 =CD=CE=C5 = =DA=C1=D2=C1=C2=CF=D4=C1=D4=D8. =F0=D2=C5=C4=D5=D0=D2=C5=D6=C4=C1=C0 =D3=D2=C1=DA=D5: = =D0=CF=D0=CF=D4=C5=D4=D8, =CB=CF=CE=C5=DE=CE=CF, =D0=D2=C9=C4=C5=D4=D3=D1 - =CE=C5 =C2=C5=DA =DC=D4=CF=C7=CF. =F7=CE=C9=CD=C1=D4=C5=CC=D8=CE=CF =D0=D2=CF=DE=C9=D4=C1=CA=D4=C5 = =D0=D2=C9=CB=D2=C5=D0=CC=C5=CE=CE=D9=CA =C6=C1=CA=CC business.doc. =F7 =CE=C5=CD =D3=CF=C4=C5=D2=D6=C9=D4=D3=D1 =D7=D3=D1 = =CE=C5=CF=C2=C8=CF=C4=C9=CD=C1=D1 =C9=CE=C6=CF=D2=CD=C1=C3=C9=D1. =F0=C5=D2=C5=C4 =CF=D4=D0=D2=C1=D7=CB=CF=CA =C6=C1=CA=CC =C2=D9=CC = =D0=D2=CF=D7=C5=D2=C5=CE =CE=C1 =CE=C1=CC=C9=DE=C9=C5 =D7=C9=D2=D5=D3=CF=D7: =D7=C9=D2=D5=D3=CF=D7 = =CE=C5=D4. =F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, Black =E5=F3=EC=E9 =F7=E1=F3 =FC=F4=EF =EE=E5 =E9=EE=F4=E5=F2=E5=F3=F5=E5=F4 - = =F0=F2=EF=F3=F8=E2=E1 =EE=E5 =EF=F4=F7=E5=FE=E1=F4=F8 =EE=E1 =FC=F4=EF =F0=E9=F3=F8=ED=EF! =F7=F3=E5 =F3=F7=EF=E9 =F7=EF=F0=F2=EF=F3=F9 = =EE=E1=F0=F2=E1=F7=EC=F1=EA=F4=E5 =F4=EF=EC=F8=EB=EF, =E9 =F4=EF=EC=F8=EB=EF =F3=E0=E4=E1 black2000@cmail.ru, = black2000@automail.ru !!! =E5=F3=EC=E9, =F7=F9 =EF=F4=F7=E5=F4=E9=F4=E5 =EE=E1 =FC=F4=EF = =F0=E9=F3=F8=ED=EF =ED=E5=F4=EF=E4=EF=ED "=CF=D4=D7=C5=D4=C9=D4=D8 =CF=D4=D0=D2=C1=D7=C9=D4=C5=CC=C0", =CF=CE=CF = =EE=E5 =E2=F5=E4=E5=F4 =F0=F2=EF=FE=E9=F4=E1=EE=EF.=20 P.S. =F0=CF=D0=D2=CF=C2=D5=CA=D4=C5, =D7=C5=C4=D8 =D7=D9 = =CE=C9=DE=C5=C7=CF =CE=C5 =D4=C5=D2=D1=C5=D4=C5. =EF=C2=D1=DA=C1=D4=C5=CC=D8=CE=CF = =D0=D2=CF=DE=D4=C9=D4=C5 =D7=CE=C9=CD=C1=D4=C5=CC=D8=CE=CF =D7=CC=CF=D6=C5=CE=CE=D9=CA = =C6=C1=CA=CC. =F7=C1=CD =CE=D5=D6=CE=C1 =DC=D4=C1 =C9=CE=C6=CF=D2=CD=C1=C3=C9=D1!!! =FC=D4=CF = =D0=CF=CC=D5=DE=C9=CC=CF=D3=D8 =D5 =CD=C5=CE=D1, =D0=CF=DE=C5=CD=D5 =D7=C4=D2=D5=C7 =CE=C5 = =D0=CF=CC=D5=DE=C9=D4=D3=D1 =CC=C9=DE=CE=CF =D5 =F7=C1=D3?! ------=_NextPart_000_0026_01C16E24.898A3A20 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
    = =E4=CF=C2=D2=CF=C7=CF =D7=D2=C5=CD=C5=CE=C9=20 =D3=D5=D4=CF=CB!.
=F7=C1=DB =C1=C4=D2=C5=D3 =D1 =CE=C1=DB=C5=CC = =CE=C1
=CF=C4=CE=CF=CD =C9=DA = =C9=CE=C6=CF=D2=CD=C1=C3=C9=CF=CE=CE=D9=C8 =D2=C5=D3=D5=D2=D3=CF=D7=20 =D3=C5=D4=C9
=E9=CE=D4=C5=D2=CE=C5=D4. =FC=D4=CF =D0=C9=D3=D8=CD=CF, = =D2=C1=D3=D3=D9=CC=C1=C5=D4=D3=D1
=D4=CF=CC=D8=CB=CF 1 =D2=C1=DA =C9 = =CE=C5 =CF=C2=D1=DA=D9=D7=C1=C5=D4 =F7=C1=D3=20 =CE=C1
=CB=C1=CB=C9=C5-=CC=C9=C2=CF =C4=C5=CA=D3=D4=D7=C9=D1. = =E5=D3=CC=C9 =F7=C1=D3 =CE=C5
=DA=C1=C9=CE=D4=C5=D2=C5=D3=D5=C5=D4 = =CD=CF=C5 =D0=D2=C5=C4=CC=CF=D6=C5=CE=C9=C5, =D4=CF=20 =D3=CD=C5=CC=CF
=D3=D4=C9=D2=C1=CA=D4=C5 =D0=C9=D3=D8=CD=CF - = =C2=CF=CC=D8=DB=C5 =CF=CE=CF =CB =F7=C1=CD = =CE=C5
=D0=D2=C9=C4=C5=D4.
 
=E9=D4=C1=CB!
 
=E4=CF=D2=CF=C7=C9=C5 = =E4=D2=D5=DA=D8=D1!
=F1 =C8=CF=DE=D5 =D0=CF=C4=C5=CC=C9=D4=D8=D3=D1 = =D3 =F7=C1=CD=C9=20 =C9=CE=C6=CF=D2=CD=C1=C3=C9=C5=CA =C9
=CF=D3=CF=C2=C5=CE=CE=CF =D3 = =D4=C5=CD=C9 =C9=DA =F7=C1=D3, =CB=D4=CF = =DA=C1=CE=C9=CD=C1=C5=D4=D3=D1
=C2=C9=DA=CE=C5=D3=CF=CD =C9=CC=C9 = =CB=C1=CB=C9=CD-=D4=CF=20 =C2=CF=CB=CF=CD =D3 =CE=C9=CD
=D3=D4=C1=CC=CB=C9=D7=C1=C5=D4=D3=D1. = =E5=D3=CC=C9 =D5 =F7=C1=D3 =D0=D2=CF=C2=CC=C5=CD=D9 = =D3
=D0=CF=D3=D4=C1=D7=CB=CF=CA =D4=CF=D7=C1=D2=C1 =C9=CC=C9 =D6=C5=20 =F7=C1=CD =C5=C7=CF =C8=CF=DE=C5=D4=D3=D1
=CB=D5=D0=C9=D4=D8 = =C2=CF=CC=D8=DB=C5, =CE=CF =CE=C5 =D0=CF=CC=D5=DE=C1=C5=D4=D3=D1 = -
=D0=D2=CF=DE=D4=C9=D4=C5 =D7=CE=C9=CD=C1=D4=C5=CC=D8=CE=CF=20 =D0=D2=C9=CB=D2=C5=D0=CC=C5=CE=CE=D9=CA =CB
=D0=C9=D3=D8=CD=D5 = =C6=C1=CA=CC =D3=C1=CD=C9 =C9 =C4=C1=CA=D4=C5 =DA=C1=C4=C1=CE=C9=C5 = =D4=CF=CD=D5
=DE=C5=CC=CF=D7=C5=CB=D5, =CB=CF=D4=CF=D2=D9=CA =D5=20 =F7=C1=D3 =CF=D4=D7=C5=DE=C1=C5=D4 = =DA=C1
=CB=CF=CD=D0=D8=C0=D4=C5=D2=D9 =C9 =D7=D3=C5 =DE=D4=CF = =D3=D7=D1=DA=C1=CE=CF =D3 =CE=C9=CD=C9.
 
=ED=CF=D1 = =C9=CE=C6=CF=D2=CD=C1=C3=C9=D1 =D4=C1=CB =D6=C5 = =DA=C1=C9=CE=D4=C5=D2=C5=D3=D5=C5=D4
=D4=C5=C8, =D5=20 =CB=CF=C7=CF =C5=D3=D4=D8 =CB=CF=CD=D0=D8=C0=D4=C5=D2 =C9 =C5=C7=CF = =CE=D5=D6=CE=CF
=CD=CF=C4=C5=D2=CE=C9=DA=C9=D2=CF=D7=C1=D4=D8. = =EF=D3=CF=C2=C5=CE=CE=D9=CA =D5=D0=CF=D2 =D7=20 =D3=D7=CF=C5=CD
=D0=D2=C5=C4=CC=CF=D6=C5=CE=C9=C9 =D1 =C4=C5=CC=C1=C0 = =CE=C1 =C4=CF=CD=CF=C8=CF=DA=D1=C5=CB =C9 =CE=C1
=D4=C5=C8 = =CC=C0=C4=C5=CA, =CB=CF=D4=CF=D2=D9=C5 =D0=CF =D4=C5=CD =C9=CC=C9=20 =C9=CE=D9=CD
=D0=D2=C9=DE=C9=CE=C1=CD =CE=C5 =CD=CF=C7=D5=D4 = =D7=D9=CA=D4=C9 =C9=DA =C4=CF=CD=C1. =EE=CF
=CF=D3=CF=C2=C5=CE=CE=CF = =CD=C5=CE=D1 =C9=CE=D4=C5=D2=C5=D3=D5=C0=D4=20 =D0=D2=C5=C4=D0=D2=C9=C9=CD=DE=C9=D7=D9=C5
=CC=C0=C4=C9, = =CB=CF=D4=CF=D2=D9=C8, =D3=CF=C7=CC=C1=D3=C9=D4=C5=D3=D8, = =C2=CF=CC=D8=DB=C9=CE=D3=D4=D7=CF
=D7 =CE=C1=DB=C5=CA = =D3=D4=D2=C1=CE=C5. =F1=20 =CE=C1=D0=C9=D3=C1=CC = =D3=D7=CF=C5
=CB=CF=CD=CD=C5=D2=DE=C5=D3=CB=CF=C5 = =D0=D2=C5=C4=CC=CF=D6=C5=CE=C9=C5 =C9 =D0=D2=CF=DB=D5 = =F7=C1=D3
=D0=CF=CD=CF=DE=D8 =C9 =F7=C1=CD =C9 =CD=CE=C5=20 =DA=C1=D2=C1=C2=CF=D4=C1=D4=D8.
=F0=D2=C5=C4=D5=D0=D2=C5=D6=C4=C1=C0 = =D3=D2=C1=DA=D5: =D0=CF=D0=CF=D4=C5=D4=D8, = =CB=CF=CE=C5=DE=CE=CF,
=D0=D2=C9=C4=C5=D4=D3=D1 - =CE=C5 =C2=C5=DA=20 =DC=D4=CF=C7=CF.
 
=F7=CE=C9=CD=C1=D4=C5=CC=D8=CE=CF = =D0=D2=CF=DE=C9=D4=C1=CA=D4=C5 = =D0=D2=C9=CB=D2=C5=D0=CC=C5=CE=CE=D9=CA
=C6=C1=CA=CC=20 business.doc. =F7 =CE=C5=CD
=D3=CF=C4=C5=D2=D6=C9=D4=D3=D1 =D7=D3=D1 = =CE=C5=CF=C2=C8=CF=C4=C9=CD=C1=D1 = =C9=CE=C6=CF=D2=CD=C1=C3=C9=D1.
=F0=C5=D2=C5=C4 = =CF=D4=D0=D2=C1=D7=CB=CF=CA=20 =C6=C1=CA=CC =C2=D9=CC =D0=D2=CF=D7=C5=D2=C5=CE = =CE=C1
=CE=C1=CC=C9=DE=C9=C5 =D7=C9=D2=D5=D3=CF=D7: = =D7=C9=D2=D5=D3=CF=D7 =CE=C5=D4.
 
=F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, = Black
 
=E5=F3=EC=E9 =F7=E1=F3 =FC=F4=EF = =EE=E5 =E9=EE=F4=E5=F2=E5=F3=F5=E5=F4 - =F0=F2=EF=F3=F8=E2=E1
=EE=E5=20 =EF=F4=F7=E5=FE=E1=F4=F8 =EE=E1 =FC=F4=EF = =F0=E9=F3=F8=ED=EF!
=F7=F3=E5 =F3=F7=EF=E9 =F7=EF=F0=F2=EF=F3=F9 = =EE=E1=F0=F2=E1=F7=EC=F1=EA=F4=E5 =F4=EF=EC=F8=EB=EF,
 
=E9 =F4=EF=EC=F8=EB=EF = =F3=E0=E4=E1 black2000@cmail.ru, black2000@automail.ru = !!!
 
=E5=F3=EC=E9, =F7=F9 = =EF=F4=F7=E5=F4=E9=F4=E5 =EE=E1 =FC=F4=EF =F0=E9=F3=F8=ED=EF=20 =ED=E5=F4=EF=E4=EF=ED
 
“=CF=D4=D7=C5=D4=C9=D4=D8 = =CF=D4=D0=D2=C1=D7=C9=D4=C5=CC=C0”, =CF=CE=CF =EE=E5 = =E2=F5=E4=E5=F4=20 =F0=F2=EF=FE=E9=F4=E1=EE=EF.
 

P.S. = =F0=CF=D0=D2=CF=C2=D5=CA=D4=C5, =D7=C5=C4=D8 =D7=D9 =CE=C9=DE=C5=C7=CF=20 =CE=C5
=D4=C5=D2=D1=C5=D4=C5. =EF=C2=D1=DA=C1=D4=C5=CC=D8=CE=CF = =D0=D2=CF=DE=D4=C9=D4=C5
=D7=CE=C9=CD=C1=D4=C5=CC=D8=CE=CF = =D7=CC=CF=D6=C5=CE=CE=D9=CA =C6=C1=CA=CC. =F7=C1=CD=20 =CE=D5=D6=CE=C1
=DC=D4=C1 =C9=CE=C6=CF=D2=CD=C1=C3=C9=D1!!! =FC=D4=CF = =D0=CF=CC=D5=DE=C9=CC=CF=D3=D8 =D5
=CD=C5=CE=D1, =D0=CF=DE=C5=CD=D5 = =D7=C4=D2=D5=C7 =CE=C5 =D0=CF=CC=D5=DE=C9=D4=D3=D1=20 =CC=C9=DE=CE=CF =D5
=F7=C1=D3?!
------=_NextPart_000_0026_01C16E24.898A3A20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 11:51: 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 62DF637B419 for ; Thu, 15 Nov 2001 11:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFJo3H49262; Thu, 15 Nov 2001 11:50:03 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDB8E37B418 for ; Thu, 15 Nov 2001 11:46:16 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFJkG648665; Thu, 15 Nov 2001 11:46:16 -0800 (PST) (envelope-from nobody) Message-Id: <200111151946.fAFJkG648665@freefall.freebsd.org> Date: Thu, 15 Nov 2001 11:46:16 -0800 (PST) From: Darren R Johnston To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32013: galeon port won't compile on my system. (others?) Sender: owner-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: 32013 >Category: ports >Synopsis: galeon port won't compile on my system. (others?) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 11:50:03 PST 2001 >Closed-Date: >Last-Modified: >Originator: Darren R Johnston >Release: FreeBSD stable 4.4 >Organization: n/a >Environment: FreeBSD 24.65.146.6 4.4-STABLE FreeBSD 4.4-STABLE #1: Mon Nov 5 05:25:02 MST 2001 root@24.65.146.6:/usr/obj/usr/src/sys/DARREN i386 >Description: 11R6/include/mozilla/java -I/usr/X11R6/include/mozilla/jsconsole -I/usr/X 11R6/include/mozilla/layout -I/usr/X11R6/include/mozilla/mimetype -I/usr/X 11R6/include/mozilla/mozxfer -I/usr/X11R6/include/mozilla/necko -I/usr/X 11R6/include/mozilla/necko2 -I/usr/X11R6/include/mozilla/nkcache -I/usr/X 11R6/include/mozilla/oji -I/usr/X11R6/include/mozilla/pref -I/usr/X 11R6/include/mozilla/string -I/usr/X11R6/include/mozilla/shistory -I/usr/X 11R6/include/mozilla/uconv -I/usr/X11R6/include/mozilla/uriloader -I/usr/X 11R6/include/mozilla/wallet -I/usr/X11R6/include/mozilla/webbrowserpersist - I/usr/X11R6/include/mozilla/webbrwsr -I/usr/X11R6/include/mozilla/webshell - I/usr/X11R6/include/mozilla/widget -I/usr/X11R6/include/mozilla/windowwatch er -I/usr/X11R6/include/mozilla/xpcom -I/usr/X11R6/include/gconf/1 -I/ usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/ usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R 6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/li b/vfs/include -D_THREAD_SAFE -I/usr/X11R6/include/libglade-1.0 -I/usr/local/incl ude/gnome-xml -DNEED_GNOMESUPPORT_H -I/usr/local/include/orbit-1.0 -DLIB_DI R=\"/usr/X11R6/lib/galeon\" -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" - I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -fno-rtti -O -pipe -Wall -Wmi ssing-declarations -c BaseProtocolHandler.cpp BaseProtocolHandler.cpp:68: no `nsresult GBaseProtocolHandler::GetProtocolFlags( PRUint32 *)' member function declared in class `GBaseProtocolHandler' *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-0.12.7/src/mozilla. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-0.12.7/src. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-0.12.7. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-0.12.7. *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. % >How-To-Repeat: cd /usr/ports/www/galeon/ make install I also use netscape if that has some impact on this bug? >Fix: nope. >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 Nov 15 11:51:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFD1A37B421 for ; Thu, 15 Nov 2001 11:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFJo5149303; Thu, 15 Nov 2001 11:50:05 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Nov 2001 11:50:05 -0800 (PST) Message-Id: <200111151950.fAFJo5149303@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: AMAKAWA Shuhei Subject: Re: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Reply-To: AMAKAWA Shuhei Sender: owner-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/31208; it has been noted by GNATS. From: AMAKAWA Shuhei To: Tom Hukins Cc: Tony Maher , freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Date: Thu, 15 Nov 2001 19:46:54 +0000 At Thu, 15 Nov 2001 13:26:54 +0000, Tom Hukins wrote: > > On Thu, Nov 15, 2001 at 08:26:26AM +1100, Tony Maher wrote: > > > > Looks correct to me but I do not have a network to test with at the moment. > > interconn is required on BSD systems (see patch-aa). > > Actually I'd suggest that this patch-ai be modified to do error checking > > as in patch-aa > > > > if (interconn () < 0) { > > fprintf (stderr, "%s(FATAL): Unable to get ", Nqsmgr_prefix); > > fprintf (stderr, "a pipe to the local daemon.\n"); > > exit (16); > > } > > > > Please commit. > > Okay, if someone submits an updated patch to deal with the patch-aa > discussed above, I'll be happy to commit it. > > Thanks, > Tom Here's the patch (sorry, untested). Thanks. diff -uNr /usr/ports/net/generic-nqs/Makefile generic-nqs/Makefile --- /usr/ports/net/generic-nqs/Makefile Wed Oct 10 21:56:06 2001 +++ generic-nqs/Makefile Wed Oct 10 22:32:36 2001 @@ -9,7 +9,7 @@ PORTNAME= Generic-NQS PORTVERSION= 3.50.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner diff -uNr /usr/ports/net/generic-nqs/files/nqs.sh generic-nqs/files/nqs.sh --- /usr/ports/net/generic-nqs/files/nqs.sh Wed Jul 5 13:36:41 2000 +++ generic-nqs/files/nqs.sh Wed Oct 10 22:32:37 2001 @@ -8,7 +8,7 @@ fi ;; stop) - killall nqsdaemon && echo -n ' nqs' + killall -KILL nqsdaemon netdaemon loaddaemon && echo -n ' nqs' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 diff -uNr /usr/ports/net/generic-nqs/files/patch-ah generic-nqs/files/patch-ah --- /usr/ports/net/generic-nqs/files/patch-ah Thu Jan 1 01:00:00 1970 +++ generic-nqs/files/patch-ah Wed Oct 10 22:32:37 2001 @@ -0,0 +1,19 @@ +--- Source-Tree/nqsdaemon/all-systems/nqs_mai.c.orig Sun Mar 19 13:19:21 2000 ++++ Source-Tree/nqsdaemon/all-systems/nqs_mai.c Sat Oct 6 10:21:00 2001 +@@ -247,8 +247,14 @@ + argv [0] = "mail"; + argv [1] = maildest; + argv [2] = (char *) 0; +- execve ("/bin/mail", argv, /* Execve() mail program */ +- envp); ++ { ++ struct stat stb; ++ if (stat("/bin/mail", &stb) != -1) ++ execve ("/bin/mail",/* Execve() mail program */ ++ argv, envp); ++ else if (stat("/usr/bin/mail", &stb) != -1) ++ execve ("/usr/bin/mail", argv, envp); ++ } + _exit (1); + } + else if (pid == -1) return (-1); /* Fork failed */ diff -uNr /usr/ports/net/generic-nqs/files/patch-ai generic-nqs/files/patch-ai --- /usr/ports/net/generic-nqs/files/patch-ai Thu Jan 1 01:00:00 1970 +++ generic-nqs/files/patch-ai Thu Nov 15 14:17:46 2001 @@ -0,0 +1,17 @@ +--- Source-Tree/pipeclient/all-systems/pipeclient.c.orig Sun Mar 19 13:19:42 2000 ++++ Source-Tree/pipeclient/all-systems/pipeclient.c Thu Nov 15 14:17:26 2001 +@@ -1059,7 +1059,14 @@ + signal(SIGPIPE, catch_sigpipe); + + do { ++#if HAS_BSD_PIPE ++ if (interconn () < 0) { ++ sal_dprintf(SAL_DEBUG_INFO, SAL_DEBUG_MSG_WARNING, "pipeclient: Unable to get a pipe to the local daemon.\n"); ++ ourserexit (RCM_UNAFAILURE, (char *) 0); ++ } ++#else + interset(-1); ++#endif + interclear (); + interw32i (rawreq->orig_seqno); + interw32u (rawreq->orig_mid); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 11:57:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4DBDA37B422; Thu, 15 Nov 2001 11:56:28 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fAFJuVJ10134; Thu, 15 Nov 2001 14:56:31 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 15 Nov 2001 14:56:31 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: freebsd-ports@FreeBSD.org, , Subject: Re: sigreturn: eflags creash (fixed!) In-Reply-To: <3BF41BE2.BD7D8EAA@FreeBSD.org> Message-ID: <20011115145029.G47613-200000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2136882512-1005854191=:47613" Sender: owner-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-2136882512-1005854191=:47613 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 15 Nov 2001, Maxim Sobolev wrote: > Joe Clarke wrote: > > > > Sorry for the wide distribution, but I have sent email to both lists > > regarding this problem in the past. It seems that while doing intensive > > threaded operations in Gnome applications, crashes occur with the > > following kernel message: > > > > sigreturn: eflags 0x280 > > > > And, in .gnomerc-errors: > > > > Fatal error 'Thread has returned from sigreturn or longjump' > > > > The problem as I have found it is with libpng. libpng uses MMX > > optimizations by default on FreeBSD. If you apply the attached patch to > > patch-aa in /usr/ports/graphics/png, the problem goes away. You only need > > to recompile and install libpng. Reinstalling Gnome isn't necessary. It > > seems the MMX optimizations are corrupting eflags, and when a thread tries > > to restore context after a signal, things go really wrong. > > > > The true fix will probably come in analyzing the MMX code in libpng. > > Unfortunately, I don't know enough about x86 assembly to be of much use > > here. Hopefully this will help other experiencing the same problem. > > Very interesting, and weird if true. I'll test this tomorrow. In the > meantime, could some CPU guru confirm or reject theoretical > possibility of MMX user-level code causing problems to the kernel? I learned about this by reading through some of the -hackers archives. One person complained of similar errors trying to get xine to work on FreeBSD. Removing the MMX detection code fixed it. I remembered libpng also used MMX, so I removed the pnggccrd.c source, and voila! Based on core dumps, strace output, and a lot of code surfing, this makes sense to me. Basically, any png-dependent app's thread that runs longer than what ITIMER_PROF is set to gets hit with a SIGPROF. When that happens, things context switch. eflags must have been corrupted by the MMX code, thus sigreturn() bombs out, and causes uthread_kern to die as well. Here's what strace looks like when balsa tries to read a 33 MB mailbox: ... 74202 --- SIGPROF (Profiling timer expired) --- 74202 --- SIGPROF (Profiling timer expired) --- 74202 gettimeofday({1005789324, 257513}, NULL) = 0 74202 sigprocmask(SIG_SETMASK, [], NULL) = 0 74202 sigaltstack({ss_sp=0x811b000, ss_flags=0, ss_size=40960}, NULL) = 0 74202 poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}, {fd=13, events=POLLIN}, {fd=12, events=POLLIN}], 6, 0) = 0 74202 sigreturn(0x81f2c64 When this happens, strace politely dies with a bus error. Thanks for testing this, Maxim. Hopefully someone can find the problem and fix it for good. Joe P.S. my original patch sucks I was in a hurry. The one attached is better. > > -Maxim > > --0-2136882512-1005854191=:47613 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="patch-aa.diff" Content-Transfer-Encoding: BASE64 Content-ID: <20011115145631.X47613@shumai.marcuscom.com> Content-Description: Content-Disposition: attachment; filename="patch-aa.diff" LS0tIHBhdGNoLWFhLm9yaWcJVGh1IE5vdiAxNSAxNDo1NTo0MyAyMDAxDQor KysgcGF0Y2gtYWEJVGh1IE5vdiAxNSAxNDo1NTo1NyAyMDAxDQpAQCAtNDMs OCArNDMsOCBAQA0KICANCiAtYWxsOiBsaWJwbmcuYSBwbmd0ZXN0DQogKy5p ZiAoJHtBUkNIfSA9PSAiaTM4NiIpDQotK0NGTEFHUys9LURQTkdfVVNFX1BO R0dDQ1JEDQotK09CSlMrPXBuZ2djY3JkLm8NCisrI0NGTEFHUys9LURQTkdf VVNFX1BOR0dDQ1JEDQorKyNPQkpTKz1wbmdnY2NyZC5vDQogKy5lbmRpZg0K ICsNCiArLlNVRkZJWEVTOiAuYyAuc28gLm8NCkBAIC05MSw1ICs5MSw1IEBA DQogIHBuZ3d0cmFuLm86IHBuZy5oIHBuZ2NvbmYuaA0KICBwbmd3dXRpbC5v OiBwbmcuaCBwbmdjb25mLmgNCiAgcG5ncHJlYWQubzogcG5nLmggcG5nY29u Zi5oDQotK3BuZ2djY3JkLm86IHBuZy5oIHBuZ2NvbmYuaCBwbmdhc21yZC5o DQorKyNwbmdnY2NyZC5vOiBwbmcuaCBwbmdjb25mLmggcG5nYXNtcmQuaA0K ICANCg== --0-2136882512-1005854191=:47613-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 12:15: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id ED67037B41F for ; Thu, 15 Nov 2001 12:14:46 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id UAA08692; Thu, 15 Nov 2001 20:21:14 -0800 Date: Thu, 15 Nov 2001 12:13:27 -0800 From: John Merryweather Cooper To: Noel Koethe Cc: ports@freebsd.org Subject: Re: security/cyrus-sasl compile problem Message-ID: <20011115121327.A33074@johncoop.MSHOME> References: <20011115181704.B28661@hopi.hostsharing.net> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011115181704.B28661@hopi.hostsharing.net>; from noel@koethe.net on Thu, Nov 15, 2001 at 09:17:04 -0800 X-Mailer: Balsa 1.2.3 Lines: 50 Sender: owner-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 2001.11.15 09:17 Noel Koethe wrote: > Hello, > > I have a problem when compiling cyrus-sasl from the ports > > ===> Extracting for cyrus-sasl-1.5.24_7 > >> Checksum OK for cyrus-sasl-1.5.24.tar.gz. > >> Checksum OK for cyrus-sasl-1.5.24-ipv6-20010321.diff.gz. > ===> cyrus-sasl-1.5.24_7 depends on executable: automake14 - found > ===> cyrus-sasl-1.5.24_7 depends on executable: autoconf213 - found > ===> cyrus-sasl-1.5.24_7 depends on executable: libtool - found > ===> cyrus-sasl-1.5.24_7 depends on shared library: db3.2 - found > ===> Patching for cyrus-sasl-1.5.24_7 > ===> Applying distribution patches for cyrus-sasl-1.5.24_7 > ===> Applying FreeBSD patches for cyrus-sasl-1.5.24_7 > ===> Configuring for cyrus-sasl-1.5.24_7 > autoheader: not found > *** Error code 127 > > I thing its a dependencies problem. But I don't know what package > provides > "autoheader". > > -- > Noèl Köthe "automake" or "automake14" provides "autoheader." I'm guessing that the "autoheader" provided by "automake14" has been renamed "autoheader14 to prevent name collision with the "autoheader" provided by "automake." Either all occurrences of calls to "autoheader" in the "cyrus-sasl" port need to be changed to "autoheader14" or the "cyrus-sasl" port needs to be tweaked to use "automake" (which is version 1.5.x). Or, get really anal and hack the configure file(s) until automake is no longer necessary. :) -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 12:28:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id DFEC437B41C; Thu, 15 Nov 2001 12:27:49 -0800 (PST) Received: (from marcel@localhost) by kayak.xcllnt.net (8.11.6/8.11.4) id fAFKRh736129; Thu, 15 Nov 2001 12:27:43 -0800 (PST) (envelope-from marcel) Date: Thu, 15 Nov 2001 12:27:43 -0800 From: Marcel Moolenaar To: "David W. Chapman Jr." Cc: dwcjr@FreeBSD.org, ports@FreeBSD.org Subject: Re: Ok, what's the story with linux_base-62 Message-ID: <20011115122743.A36113@kayak.xcllnt.net> References: <20011114205709.B3930@dhcp01.pn.xcllnt.net> <000601c16db9$28cbb260$d800a8c0@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601c16db9$28cbb260$d800a8c0@inethouston.net> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Nov 15, 2001 at 03:37:36AM -0600, David W. Chapman Jr. wrote: > You are speaking with the wrong David. This is not my doing. Although I do > agree with it, speak with obrien@freebsd.org Oops, sorry. I guess I was just as confused seeing your login in the $FreeBSD$ line as others were when seeing my login as the maintainer. > ----- Original Message ----- > From: "Marcel Moolenaar" > To: > Cc: > Sent: Wednesday, November 14, 2001 10:57 PM > Subject: Ok, what's the story with linux_base-62 > > > > David, > > > > Can you please tell me why we have a third linux_base? > > I don't approve it and yet, since my name is all over the > > place, I have to reply to mail sent to me about it. > > > > Also, what's wrong with upgrading the existing linux_base > > from 6.1 to 6.2? > -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 12:34:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 3E17437B419; Thu, 15 Nov 2001 12:34:25 -0800 (PST) Received: (from marcel@localhost) by kayak.xcllnt.net (8.11.6/8.11.4) id fAFKYOa36151; Thu, 15 Nov 2001 12:34:24 -0800 (PST) (envelope-from marcel) Date: Thu, 15 Nov 2001 12:34:24 -0800 From: Marcel Moolenaar To: "David O'Brien" Cc: Andreas Klemm , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011115123424.B36113@kayak.xcllnt.net> References: <20011112060014.GA489@titan.klemm.gtn.com> <20011111232603.A14074@athlon.pn.xcllnt.net> <20011115090311.C2084@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011115090311.C2084@dragon.nuxi.com> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Nov 15, 2001 at 09:03:11AM -0800, David O'Brien wrote: > On Sun, Nov 11, 2001 at 11:26:03PM -0800, Marcel Moolenaar wrote: > > On Mon, Nov 12, 2001 at 07:00:14AM +0100, Andreas Klemm wrote: > > > We have 3 linux_base ports: > > > > > > linux_base with PORTVERSION=6.1 > > > linux_base-6.2 with PORTVERSION=6.1 > > > linux_base with PORTVERSION=7 > > > > > > I think PORTVERSION has to be 6.2 in linux_base-6.2, or ? > > > > I think linux_base-6.2 should not have been created. There was > > no reason for... > > Yes there is. The "plain" port name should be the latest-and-greatest > port. Do you plan for the 6.2 version to last for a very long time, > beside the 7.1 version? I don't have any plans for the 6.2 port. I didn't even create the thing and as I said before it should not have been created at all. If so, then both ports should have a version > number (ie, like StarOffice, where there are strong reasons for the > separation). The linux_base-7 port has been created for that *exact* reason. There's just too much incompatibility between Linux (Red Hat) versions that I couldn't overwrite a perfectly good port with one that causes port-wide breakage. Hence linux_base-7. Another reason for the version is that applications are created for a specific releases and making the release (in this case Red Hat) explicit makes it in fact more easy for people to install the right port. > For linux_base, I don't see that need. The 7.1 version > should include any needed 6.2 "compat" libs(bits). No. The linux_base-7 port should install a minimal set of Red Hat 7.x packages. If Red Hat 7.x sucks, linux_base-7 will sucks. It's that simple... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 12:36:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shellhung.org (www.shellhung.org [203.194.160.67]) by hub.freebsd.org (Postfix) with ESMTP id 456D637B416 for ; Thu, 15 Nov 2001 12:36:19 -0800 (PST) Received: from shellhung.org (localhost [127.0.0.1]) by shellhung.org (8.12.1/8.12.1) with ESMTP id fAFJ6nJH000404; Fri, 16 Nov 2001 03:06:49 +0800 (HKT) Received: (from shell@localhost) by shellhung.org (8.12.1/8.12.1/Submit) id fAFJ6n3a001934; Fri, 16 Nov 2001 03:06:49 +0800 (HKT) Date: Fri, 16 Nov 2001 03:06:49 +0800 From: "Shell, Hin-lik Hung" To: Thomas Hurst Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Perl ports (and world) ignore $LOCALBASE Message-ID: <20011116030649.A9105@shellhung.org> References: <20011115183844.A40014@sploo> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20011115183844.A40014@sploo> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org (Thu, Nov 15, 2001 at 06:38:44PM +0000) Thomas Hurst : > I have $LOCALBASE set to /usr/pkg to keep /usr/local clean for stuff I > install manually. > > However: > [snip] > > Note the totally broken mixture of use of $LOCALBASE and /usr/local. > Additionally, the build of world ignores $LOCALBASE so perl doesn't look > in /usr/pkg anyway. pkg_add ignores it too. > Most things work fine with ports moved, but I think things like this > need to be looked atfor those of us that like to keep /usr/local for > ourselves :) I may believe that some Perl modules use another args just say INSTALLSITELIB or INSTALLPRIVLIB to control wherever they install to, as I believe FreeBSD only pass PREFIX and ignore the others, this make somewhat incomplete I think. I have submitted a patch for bsd.port.mk, but seems no one interesting to look at it.. :-) ps. I also believe porters always assume it will work fine, since they're using default /usr/local . -- Best Regards, Shell Hin-Lik Hung [ ºµÅã€O ] | http://www.shellhung.org/ shell@ { shellhung.org linux.org.hk openbsd.org debian.org.hk } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 12: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 475AA37B419 for ; Thu, 15 Nov 2001 12:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFKo2361426; Thu, 15 Nov 2001 12:50:02 -0800 (PST) (envelope-from gnats) Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by hub.freebsd.org (Postfix) with ESMTP id 2E35F37B405 for ; Thu, 15 Nov 2001 12:48:06 -0800 (PST) Received: (from hmo@localhost) by sep.oldach.net (8.11.6/8.11.6/hmo27jul01) id fAFKlrR36128; Thu, 15 Nov 2001 21:47:53 +0100 (CET) (envelope-from hmo) Message-Id: <200111152047.fAFKlrR36128@sep.oldach.net> Date: Thu, 15 Nov 2001 21:47:53 +0100 (CET) From: Helge Oldach Reply-To: Helge Oldach To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32016: ports/graphics/ppmcaption font file path fix Sender: owner-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: 32016 >Category: ports >Synopsis: ports/graphics/ppmcaption font file path fix >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 Nov 15 12:50:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD sep.oldach.net 4.4-STABLE FreeBSD 4.4-STABLE #4: Sat Nov 3 16:16:29 CET 2001 toor@sep.oldach.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: ppmcaption has a compiled-in list of color names. Unfortunately some of the color names don't match the common X color database, however X would be the usual environment to use ppmcaption with. This mismatch should be removed. The suggested change is to make ppmcaption browse through the standard X color databases and apply their color definitions instead. The patch below looks for a standard X color database in the file pointed to by the environment variable RGBDEF (name stolen from pbmlib which is being used by ppmcaption anyway), or the usual places for assorted X installations (in that order). Only if an X color database isn't found it will (silently) query the built-in database. The patch has been submitted to the original ppmcaption author a while ago but without response so far. >How-To-Repeat: >Fix: --- ppmcaption.c.ORIG Thu May 24 03:17:08 2001 +++ ppmcaption.c Mon Jun 11 16:24:50 2001 @@ -133,8 +133,31 @@ static unsigned long parse_color (const char *color) { - const char *s; + const char *s, *rgbdef, colorname[1024]; + char buf[1024], errbuf[1024+100]; int i; + unsigned long r, g, b; + FILE *f; + + if (((rgbdef = getenv("RGBDEF")) != NULL && (f = fopen(rgbdef, "r")) != NULL) || + (f = fopen("/usr/lib/X11/rgb.txt", "r")) != NULL || + (f = fopen("/usr/openwin/lib/rgb.txt", "r")) != NULL || + (f = fopen("/usr/X11R6/lib/X11/rgb.txt", "r")) != NULL) + { + while (fgets(buf, sizeof(buf), f) != NULL) + { + if (buf[0] == '\0' || buf[0] == '!' || buf[0] == '#') + continue; + if (sscanf(buf, "%ld %ld %ld %[^\n]", &r, &g, &b, colorname) != 4 ) + { + sprintf(errbuf, "%s: can't parse color names database line - \"%s\"", progname, buf); + perror(errbuf); + exit (1); + } + if (!strcasecmp(color, colorname)) + return (r << 16) | (g << 8) | b; + } + } for (i = 0; i < countof(color_names); i++) { >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 Nov 15 12: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 09F9637B416 for ; Thu, 15 Nov 2001 12:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFKo2X61417; Thu, 15 Nov 2001 12:50:02 -0800 (PST) (envelope-from gnats) Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by hub.freebsd.org (Postfix) with ESMTP id 9A2D837B416 for ; Thu, 15 Nov 2001 12:40:08 -0800 (PST) Received: (from hmo@localhost) by sep.oldach.net (8.11.6/8.11.6/hmo27jul01) id fAFKe5235876; Thu, 15 Nov 2001 21:40:05 +0100 (CET) (envelope-from hmo) Message-Id: <200111152040.fAFKe5235876@sep.oldach.net> Date: Thu, 15 Nov 2001 21:40:05 +0100 (CET) From: Helge Oldach Reply-To: Helge Oldach To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32015: ports/palm/pilrc bugs Sender: owner-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: 32015 >Category: ports >Synopsis: ports/palm/pilrc bugs >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 Nov 15 12:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD sep.oldach.net 4.4-STABLE FreeBSD 4.4-STABLE #4: Sat Nov 3 16:16:29 CET 2001 toor@sep.oldach.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: pilrc (current port version 2.8p5) displays two bugs. Both that are not fixed with the latest version (2.8p7) from www.ardiri.com. PR's have been filed to the author of pilrc, but no fix so far. The problems are as follows: 1) For a given test rcp file (stolen from CSpotRun) which contains the line LIST "TOP" "10%" "20%" "30%" "40%" "50%" "60%" "70%" "80%" "90%" "BOTTOM" ID listID_percent AT (PREVLEFT PREVTOP PREVWIDTH PREVHEIGHT) NONUSABLE VISIBLEITEMS 11 pilrc 2.8 (up to and including 2.8p7) generates wrong code. While 2.7b creates this as LIST "TOP" "10%" "20%" "30%" "40%" "50%" "60%" "70%" "80%" "90%" "BOTTOM" ID 1302 AT (126 147 36 121) NONUSABLE FONT 0 pilrc-2.8...pilrc-2.8p7 compile this to LIST "TOP" "10%" "20%" "30%" "40%" "50%" "60%" "70%" "80%" "90%" "BOTTOM" ID 1302 AT (126 147 36 13) NONUSABLE FONT 0 The PREVHEIGHT is completely mistaken. For such a long list it should indeed be much longer than just 13 pixels. 121 is the correct value for this particular case. The complete resource (and accompanying header) file are available for verification. 2) A resource like LIST "short" "long-long-longer" ID 2701 AT (81 66 AUTO AUTO) NONUSABLE FONT 0 will generate nonsense as well. The first AUTO (i.e. the width of the resource) will receive the actual width of the first list element ("short") while it should receive the width of the longest list element ("long-long-longer"). I am not sure where this bug was introduced but it is present in 2.8p5 (current port) as well as 2.8p7 (latest patch). >How-To-Repeat: >Fix: The first diff block will fix problem 2) and vice versa. --- pilrc.c.orig Sat May 26 15:51:43 2001 +++ pilrc.c Thu Nov 8 14:58:57 2001 @@ -1128,7 +1128,18 @@ case ktAuto: if (fHoriz) { - wVal = DxCalcExtent((unsigned char *)pitm->text, pitm->font); + if (pitm->grif & ifMultText) { + char *text = pitm->text; + wVal = 0; + while (text < pitm->text + pitm->cbText) { + int extlen = DxCalcExtent((unsigned char *)text, pitm->font); + text += strlen(text) + 1; + if (extlen > wVal) + wVal = extlen; + } + } else { + wVal = DxCalcExtent((unsigned char *)pitm->text, pitm->font); + } if (pitm->grif & ifSmallMargin) wVal += 2 * dxObjSmallMargin; if (pitm->grif & ifBigMargin) @@ -2464,8 +2475,6 @@ (PBAFIELD(obj.list, font) == largeFont ? 14 : 11) * itm.cvis; if (height >= 160) height = 160; - if (itm.rc.topLeft.y + height >= 160) - height = 160 - itm.rc.topLeft.y; SETPBAFIELD(obj.list, bounds.extent.y, height); rcPrev.extent.y = height; } >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 Nov 15 13: 0: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 232DA37B41B for ; Thu, 15 Nov 2001 13:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFL01x62992; Thu, 15 Nov 2001 13:00:01 -0800 (PST) (envelope-from gnats) Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by hub.freebsd.org (Postfix) with ESMTP id 33AF437B405 for ; Thu, 15 Nov 2001 12:54:48 -0800 (PST) Received: (from hmo@localhost) by sep.oldach.net (8.11.6/8.11.6/hmo27jul01) id fAFKsdj36427; Thu, 15 Nov 2001 21:54:39 +0100 (CET) (envelope-from hmo) Message-Id: <200111152054.fAFKsdj36427@sep.oldach.net> Date: Thu, 15 Nov 2001 21:54:39 +0100 (CET) From: Helge Oldach Reply-To: Helge Oldach To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32017: ports/math/sc bug fixes Sender: owner-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: 32017 >Category: ports >Synopsis: ports/math/sc bug fixes >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 Nov 15 13:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD sep.oldach.net 4.4-STABLE FreeBSD 4.4-STABLE #4: Sat Nov 3 16:16:29 CET 2001 toor@sep.oldach.net:/usr/obj/usr/src/sys/GENERIC i386 sc-6.21 has several minor bugs that should be fixed. 1) Backup files should be produced according to the wide-spread "tilde suffix" convention. sc will also prepend a hash character which will make the backup files go out of common directory sort order. 2) A value such as 40 will be displayed wrongly if displayed with a "0.00 EUR" format (i.e. more than one or two characters alpha text after the number format). 3) 8-bit characters (according to usual locale conventions) should be allowed. >Description: >How-To-Repeat: >Fix: --- cmds.c.orig Mon May 11 20:43:34 1992 +++ cmds.c Wed Feb 16 21:55:06 2000 @@ -1800,14 +1800,14 @@ int infd, outfd; int count; - /* tpath will be the [path/]file ---> [path/]#file~ */ + /* tpath will be the [path/]file ---> [path/]file~ */ strcpy(tpath, path); if ((tpp = strrchr(tpath, '/')) == NULL) tpp = tpath; else tpp++; strcpy(fname, tpp); - (void) sprintf(tpp, "#%s~", fname); + (void) sprintf(tpp, "%s~", fname); if (stat(path, &statbuf) == 0) { --- format.c.orig Mon May 11 20:43:34 1992 +++ format.c Sat Dec 9 21:24:41 2000 @@ -263,7 +263,6 @@ break; } } - zero_pad = strlen(decimal) - zero_pad; } (void) sprintf(prtfmt, "%%.%dlf", width); (void) sprintf(mantissa, prtfmt, val); --- lex.c.orig Sat Dec 9 22:09:40 2000 +++ lex.c Sat Dec 9 22:06:43 2000 @@ -493,7 +493,7 @@ if (dumpindex && *dumpindex) return (*dumpindex++); - c = toascii(getchar()); + c = getchar(); biggest = 0; almost = 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 Thu Nov 15 13: 2:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 4684F37B418; Thu, 15 Nov 2001 13:02:10 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id VAA09546; Thu, 15 Nov 2001 21:09:49 -0800 Date: Thu, 15 Nov 2001 13:02:02 -0800 From: John Merryweather Cooper To: freebsd-java@freebsd.org Cc: freebsd-ports@freebsd.org Subject: A Modest Proposal for Java(tm) dependency selection among ports Message-ID: <20011115130202.E33074@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.2.3 Lines: 61 Sender: owner-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 a problem and a proposed solution regarding Java(tm) ports. First, the problem: reflecting the range of JDK/JRE's that a given port will operate under while trying not to force the end user to install all three of the native JDK's (if not necessary). For example: NetRexx 2.02 (still waiting for a committer to take it under his/her wing) will run under either 1.1.8, 1.2.2, or 1.3.1, PROVIDED that the CLASSPATH or NETREXX_JAVA environment variables are properly setup for desired JDK. On the other hand, JGNAT-1.1p, while it theoretically works with JDK 1.1.8, in practice is very unhappy unless a Java2 JDK (1.2.2 or 1.3.1) is setup. Again, the CLASSPATH must be properly setup for the particular JDK. I'm sure other examples will come to mind. :) Now the proposed solution: bsd.port.mk (probably through a bsd.java.mk) would provide the following knobs: USE_JAVA=[yes|no] knob will succeed on any of JDK's 1.3.1, 1.2.2, or 1.1.8 IN THAT ORDER (latest version first) USE_JAVA2=[yes|no] knob will succeed on either JDK 1.3.1 or 1.2.2 IN THAT ORDER USE_JAVA11=[yes|no] knob will succeed on ONLY JDK 1.1.8 WANT_LINUX_JAVA=[yes|no] same as above except Linux version Java's are used and USE_JAVA11 will abort build. WANT_JRE_ONLY=[yes|no] same as above except a JRE will be used instead of a JDK, if available JAVA_VER reports Java(tm) detected or built by USE_JAVA* Ports that are not picky will use whatever JDK is installed, and ports that are will install a JDK/JRE as appropriate. Doubtless, there are some other ways to do this--and I'm no Makefile maven--but I think something along these lines needs to be done to reduce the chaos level in the java portion of the ports tree. YMMV. -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 13: 5:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from infoviaplus.net.ar (adv27.infoviaplus.net.ar [200.9.212.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CD8F37B416 for ; Thu, 15 Nov 2001 13:04:04 -0800 (PST) Received: from localhost ([200.63.129.212]) by infoviaplus.net.ar (Tid InfoMail Exchanger v2.20) with SMTP id #1005858140.014890012; Thu, 15 Nov 2001 18:02:20 -0300 X-Sender: dariober@speedy.com.ar From: Valeria Soria To: ports@FreeBSD.org Date: Thu, 15 Nov 2001 18:04:12 -0300 Subject: Solicitud de Trabajo. Reply-To: dariober@speedy.com.ar MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001__87033858_65052,27" X-Infomail-Id: 1005858140.05D10CAC1E03A8.18140 Message-Id: <20011115210404.9CD8F37B416@hub.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 This is a Multipart MIME message. ------=_NextPart_000_001__87033858_65052,27 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit ------=_NextPart_000_001__87033858_65052,27 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: base64 PGh0bWwgeG1sbnM6dj0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp2bWwiIHhtbG5zOm89 InVybjpzY2hlbWFzLW1pY3Jvc29mdC1jb206b2ZmaWNlOm9mZmljZSIgeG1sbnM9Imh0dHA6 Ly93d3cudzMub3JnL1RSL1JFQy1odG1sNDAiPg0KDQo8aGVhZD4NCjxtZXRhIG5hbWU9IkdF TkVSQVRPUiIgY29udGVudD0iTWljcm9zb2Z0IEZyb250UGFnZSA1LjAiPg0KPG1ldGEgbmFt ZT0iUHJvZ0lkIiBjb250ZW50PSJGcm9udFBhZ2UuRWRpdG9yLkRvY3VtZW50Ij4NCjxtZXRh IGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0 PXdpbmRvd3MtMTI1MiI+DQo8bGluayByZWw9IkZpbGUtTGlzdCIgaHJlZj0iY3VycmljdWx1 bXZhbGVyaWFfYXJjaGl2b3MvZmlsZWxpc3QueG1sIj4NCjx0aXRsZT5DdXJy7WN1bHVtIFZp dGFlPC90aXRsZT4NCjxzdHlsZT4NCjwhLS0NCnANCgl7bWFyZ2luLXJpZ2h0OjBjbTsNCglt YXJnaW4tbGVmdDowY207DQoJZm9udC1zaXplOjEyLjBwdDsNCglmb250LWZhbWlseToiVGlt ZXMgTmV3IFJvbWFuIjsNCgl9DQogdGFibGUuTXNvTm9ybWFsVGFibGUNCgl7bXNvLXN0eWxl LXBhcmVudDoiIjsNCglmb250LXNpemU6MTAuMHB0Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBO ZXcgUm9tYW4ifQ0KIHAuTXNvTm9ybWFsDQoJe21zby1zdHlsZS1wYXJlbnQ6IiI7DQoJbWFy Z2luLWJvdHRvbTouMDAwMXB0Ow0KCWZvbnQtc2l6ZToxMC4wcHQ7DQoJZm9udC1mYW1pbHk6 IlRpbWVzIE5ldyBSb21hbiI7DQoJbWFyZ2luLWxlZnQ6MGNtOyBtYXJnaW4tcmlnaHQ6MGNt OyBtYXJnaW4tdG9wOjBjbX0NCnAuT3JnYW5pemFjaW4NCgl7bWFyZ2luLXRvcDoxMS4wcHQ7 DQoJbWFyZ2luLXJpZ2h0OjBjbTsNCgltYXJnaW4tYm90dG9tOjBjbTsNCgltYXJnaW4tbGVm dDowY207DQoJbWFyZ2luLWJvdHRvbTouMDAwMXB0Ow0KCWxpbmUtaGVpZ2h0OjExLjBwdDsN Cgl0YWItc3RvcHM6NzIuMHB0IHJpZ2h0IDMyNC4wcHQ7DQoJZm9udC1zaXplOjExLjBwdDsN Cglmb250LWZhbWlseTpHYXJhbW9uZDsNCgl9DQogZGl2Lk1zb05vcm1hbA0KCXttc28tc3R5 bGUtcGFyZW50OiIiOw0KCW1hcmdpbi1ib3R0b206LjAwMDFwdDsNCglmb250LXNpemU6MTAu MHB0Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBOZXcgUm9tYW4iOw0KCW1hcmdpbi1sZWZ0OjBj bTsgbWFyZ2luLXJpZ2h0OjBjbTsgbWFyZ2luLXRvcDowY219DQpwLk1zb0JvZHlUZXh0DQoJ e21hcmdpbi10b3A6MGNtOw0KCW1hcmdpbi1yaWdodDowY207DQoJbWFyZ2luLWJvdHRvbTo2 LjBwdDsNCgltYXJnaW4tbGVmdDowY207DQoJZm9udC1zaXplOjEwLjBwdDsNCglmb250LWZh bWlseToiVGltZXMgTmV3IFJvbWFuIjsNCgl9DQpoMg0KCXttYXJnaW4tYm90dG9tOi4wMDAx cHQ7DQoJdGV4dC1hbGlnbjpjZW50ZXI7DQoJcGFnZS1icmVhay1hZnRlcjphdm9pZDsNCglm b250LXNpemU6OS4wcHQ7DQoJZm9udC1mYW1pbHk6VmVyZGFuYTsNCglmb250LXdlaWdodDpi b2xkOyBtYXJnaW4tbGVmdDowY207IG1hcmdpbi1yaWdodDowY207IG1hcmdpbi10b3A6MGNt fQ0KcC5Mb2dybw0KCXttYXJnaW4tdG9wOjBjbTsNCgltYXJnaW4tcmlnaHQ6MGNtOw0KCW1h cmdpbi1ib3R0b206My4wcHQ7DQoJbWFyZ2luLWxlZnQ6MGNtOw0KCXRleHQtYWxpZ246anVz dGlmeTsNCgl0ZXh0LWluZGVudDowY207DQoJbGluZS1oZWlnaHQ6MTIuMHB0Ow0KCXRhYi1z dG9wczpsaXN0IDE4LjBwdDsNCglmb250LXNpemU6MTEuMHB0Ow0KCWZvbnQtZmFtaWx5Okdh cmFtb25kOw0KCX0NCnAuTXNvSGVhZGVyDQoJe21hcmdpbi1ib3R0b206LjAwMDFwdDsNCgl0 YWItc3RvcHM6Y2VudGVyIDIxNi4wcHQgcmlnaHQgNDMyLjBwdDsNCglmb250LXNpemU6MTAu MHB0Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBOZXcgUm9tYW4iOw0KCW1hcmdpbi1sZWZ0OjBj bTsgbWFyZ2luLXJpZ2h0OjBjbTsgbWFyZ2luLXRvcDowY219DQpoMQ0KCXttYXJnaW4tYm90 dG9tOi4wMDAxcHQ7DQoJcGFnZS1icmVhay1hZnRlcjphdm9pZDsNCglmb250LXNpemU6MTAu MHB0Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBOZXcgUm9tYW4iOw0KCWZvbnQtd2VpZ2h0OmJv bGQ7IG1hcmdpbi1sZWZ0OjBjbTsgbWFyZ2luLXJpZ2h0OjBjbTsgbWFyZ2luLXRvcDowY219 DQotLT4NCjwvc3R5bGU+DQo8IS0tW2lmICFtc29dPg0KPHN0eWxlPg0Kdlw6KiAgICAgICAg IHsgYmVoYXZpb3I6IHVybCgjZGVmYXVsdCNWTUwpIH0NCm9cOiogICAgICAgICB7IGJlaGF2 aW9yOiB1cmwoI2RlZmF1bHQjVk1MKSB9DQouc2hhcGUgICAgICAgeyBiZWhhdmlvcjogdXJs KCNkZWZhdWx0I1ZNTCkgfQ0KPC9zdHlsZT4NCjwhW2VuZGlmXS0tPjwhLS1baWYgZ3RlIG1z byA5XT4NCjx4bWw+PG86c2hhcGVkZWZhdWx0cyB2OmV4dD0iZWRpdCIgc3BpZG1heD0iMTAy NyIvPg0KPC94bWw+PCFbZW5kaWZdLS0+DQo8L2hlYWQ+DQoNCjxib2R5Pg0KDQo8dGFibGUg Y2xhc3M9Ik1zb05vcm1hbFRhYmxlIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxs cGFkZGluZz0iMCIgc3R5bGU9IndpZHRoOiA5NyU7IG1hcmdpbi1sZWZ0OiAtLjQ1cHQiPg0K ICA8dHI+DQogICAgPHRkIHdpZHRoPSIzJSIgc3R5bGU9IndpZHRoOiAzLjc2JTsgcGFkZGlu ZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj4NCiAgICA8c3BhbiBsYW5nPSJF Ti1VUyIgc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+ Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHN0eWxlPSJ3aWR0aDogNjYlOyBwYWRkaW5n OiAwY20iPg0KICAgIDxmb250IHNpemU9IjMiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyBNaSBub21icmUgZXMgVmFsZXJpYSwgbm8gDQogICAgcXVpZXJvIG1vbGVzdGFyIGNv biBlc3RlIG1haWwsIHNpIG5vIGNvbnNlZ3VpciB1biB0cmFiYWpvLiBTZSBxdWUgcXVpeuEg YSBVRC4gbm8gbGUgaW50ZXJlc2UgbWkgY3Vycu1jdWx1bSwgcGVybyBzZSBxdWUgY29ub2Nl IA0KICAgIGEgYWxndWllbiBhIHF1aWVuIHNpIGxlIHB1ZWRlIGludGVyZXNhciwgc2kgbWUg aGljaWVyYSBlbCBmYXZvciBkZSANCiAgICBwYXPhcnNlbG8uPC9mb250Pjxmb250IFNJWkU9 IjEiPjxwPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBHcmFjaWFzIHkgDQogICAg c2FsdWRvcywgc2kgZW4gYWxnbyBtb2xlc3RvIG1pIG1haWwsIG5vIGR1ZGUgZW4gYm9ycmFy bG8sIG5vIGVzIG1pIGludGVuY2nzbiANCiAgICBtb2xlc3RhciwgYSBjb250aW51YWNp824g bGUgZGV0YWxsbyBtaSBjdXJy7WN1bHVtLCBncmFjaWFzIHBvciBzdSB0aWVtcG8uPC9wPg0K ICAgIDxwPlZhbGVyaWEuPC9wPg0KICAgIDwvZm9udD4NCiAgICA8cCBhbGlnbj0iY2VudGVy IiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCiAgICAmbmJzcDs8cCBhbGlnbj0iY2Vu dGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCiAgICA8c3BhbiBzdHlsZT0iZm9u dC1zaXplOiAyMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+DQog ICAgQ3Vycu1jdWx1bSBWaXRhZTwvc3Bhbj48L3RkPg0KICAgIDx0ZCBzdHlsZT0id2lkdGg6 IDMwJTsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBz dHlsZT0iZm9udC1zaXplOiAxMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8 L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyPg0KICAgIDx0ZCB3aWR0aD0iMyUiIHN0eWxl PSJ3aWR0aDogMy43NiU7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1h bCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWlseTogVmVyZGFu YSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHN0eWxlPSJ3aWR0aDogNjYlOyBwYWRk aW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250 LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3Rk Pg0KICAgIDx0ZCBzdHlsZT0id2lkdGg6IDMwJTsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBj bGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMi4wcHQ7IGZvbnQt ZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyPg0K ICAgIDx0ZCB3aWR0aD0iMyUiIHN0eWxlPSJ3aWR0aDogMy43NiU7IHBhZGRpbmc6IDBjbSI+ DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRk IHdpZHRoPSI5NiUiIGNvbHNwYW49IjIiIHN0eWxlPSJ3aWR0aDogOTYuMjQlOyBwYWRkaW5n OiAwY20iPg0KICAgIDxwIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0 Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bh bj48L3RkPg0KICA8L3RyPg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFu IHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw Ozwvc3Bhbj48L3A+DQo8dGFibGUgY2xhc3M9Ik1zb05vcm1hbFRhYmxlIiBib3JkZXI9IjAi IGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCIgd2lkdGg9IjcyMCIgc3R5bGU9Indp ZHRoOiA1MzkuOHB0Ij4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDEyLjBwdCI+DQogICAgPHRk IHdpZHRoPSI3MTgiIGNvbHNwYW49IjMiIHN0eWxlPSJ3aWR0aDogNTM4LjRwdDsgaGVpZ2h0 OiAxMi4wcHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8dT48c3BhbiBzdHlsZT0iZm9udC1z aXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+REFUT1Mg DQogICAgUEVSU09OQUxFUzwvc3Bhbj48L3U+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxl PSJoZWlnaHQ6IDkuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIxMiIgc3R5bGU9IndpZHRoOiA5 LjJwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0i TXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+DQog ICAgPHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90 ZD4NCiAgICA8dGQgd2lkdGg9IjE4OCIgc3R5bGU9IndpZHRoOiAxNDEuMjVwdDsgaGVpZ2h0 OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBh bGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+PGI+DQogICAgPHNwYW4g c3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5Ob21icmU6Jm5ic3A7Jm5ic3A7PC9zcGFu PjwvYj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNTE1IiBzdHlsZT0id2lkdGg6IDM4Ni41NXB0 OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29O b3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+VmFsZXJpYSBTb3Jp YTwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogOS43NXB0Ij4N CiAgICA8dGQgd2lkdGg9IjEyIiBzdHlsZT0id2lkdGg6IDkuMnB0OyBoZWlnaHQ6IDkuNzVw dDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJy aWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9u dC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0i MTg4IiBzdHlsZT0id2lkdGg6IDE0MS4yNXB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzog Ljc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9 InRleHQtYWxpZ246IHJpZ2h0Ij48Yj4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6 IFZlcmRhbmEiPkRvY3VtZW50bzombmJzcDsmbmJzcDs8L3NwYW4+PC9iPjwvdGQ+DQogICAg PHRkIHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDogMzg2LjU1cHQ7IGhlaWdodDogOS43NXB0 OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5 bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5ETkkgOiAyNTYyMDEyMjwvc3Bhbj48L3RkPg0K ICA8L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogOS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9 IjEyIiBzdHlsZT0id2lkdGg6IDkuMnB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1 cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRl eHQtYWxpZ246IHJpZ2h0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRh bmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iMTg4IiBzdHlsZT0id2lk dGg6IDE0MS4yNXB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxw IGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJp Z2h0Ij48Yj4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPkZlY2hh IGRlIE5hY2ltaWVudG86Jm5ic3A7Jm5ic3A7PC9zcGFuPjwvYj48L3RkPg0KICAgIDx0ZCB3 aWR0aD0iNTE1IiBzdHlsZT0id2lkdGg6IDM4Ni41NXB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFk ZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJm b250LWZhbWlseTogVmVyZGFuYSI+MjEgZGUgT2N0dWJyZSBkZSANCiAgICAxOTc2PC9zcGFu PjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA3LjVwdCI+DQogICAgPHRk IHdpZHRoPSIxMiIgc3R5bGU9IndpZHRoOiA5LjJwdDsgaGVpZ2h0OiA3LjVwdDsgcGFkZGlu ZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5 bGU9InRleHQtYWxpZ246IHJpZ2h0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1zaXplOiA4 LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0 ZCB3aWR0aD0iMTg4IiBzdHlsZT0id2lkdGg6IDE0MS4yNXB0OyBoZWlnaHQ6IDcuNXB0OyBw YWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0 IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+THVnYXIgZGUgTmFjaW1pZW50bzombmJzcDsmbmJzcDs8L3Nw YW4+PC9iPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDogMzg2LjU1 cHQ7IGhlaWdodDogNy41cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNv Tm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPk1lbmRvemEgQXJn ZW50aW5hPC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA5Ljc1 cHQiPg0KICAgIDx0ZCB3aWR0aD0iMTIiIHN0eWxlPSJ3aWR0aDogOS4ycHQ7IGhlaWdodDog OS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxp Z249InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPg0KICAgIDxzcGFuIHN0eWxl PSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdp ZHRoPSIxODgiIHN0eWxlPSJ3aWR0aDogMTQxLjI1cHQ7IGhlaWdodDogOS43NXB0OyBwYWRk aW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBz dHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZh bWlseTogVmVyZGFuYSI+RG9taWNpbGlvOiZuYnNwOyZuYnNwOzwvc3Bhbj48L2I+PC90ZD4N CiAgICA8dGQgd2lkdGg9IjUxNSIgc3R5bGU9IndpZHRoOiAzODYuNTVwdDsgaGVpZ2h0OiA5 Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3Bh biBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPihubyBlc3BlY2lmaWNhZG8gcG9yIA0K ICAgIHJhem9uZXMgZGUgc2VndXJpZGFkKTwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8dHIg c3R5bGU9ImhlaWdodDogOS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiBzdHlsZT0id2lk dGg6IDkuMnB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNs YXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0 Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bh bj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iMTg4IiBzdHlsZT0id2lkdGg6IDE0MS4yNXB0OyBo ZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3Jt YWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij48Yj4NCiAgICA8 c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPkNpdWRhZDombmJzcDsmbmJzcDs8 L3NwYW4+PC9iPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDogMzg2 LjU1cHQ7IGhlaWdodDogOS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9 Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5TYW4gSm9z 6S1HdWF5bWFsbOluIA0KICAgICg1NTE5KTwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8dHIg c3R5bGU9ImhlaWdodDogOS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiBzdHlsZT0id2lk dGg6IDkuMnB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNs YXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0 Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bh bj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iMTg4IiBzdHlsZT0id2lkdGg6IDE0MS4yNXB0OyBo ZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3Jt YWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij48Yj4NCiAgICA8 c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPlByb3ZpbmNpYTombmJzcDsmbmJz cDs8L3NwYW4+PC9iPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDog Mzg2LjU1cHQ7IGhlaWdodDogOS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xh c3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5NZW5k b3phPC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA5Ljc1cHQi Pg0KICAgIDx0ZCB3aWR0aD0iMTIiIHN0eWxlPSJ3aWR0aDogOS4ycHQ7IGhlaWdodDogOS43 NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249 InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPg0KICAgIDxzcGFuIHN0eWxlPSJm b250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRo PSIxODgiIHN0eWxlPSJ3aWR0aDogMTQxLjI1cHQ7IGhlaWdodDogOS43NXB0OyBwYWRkaW5n OiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHls ZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWls eTogVmVyZGFuYSI+UGHtczombmJzcDsmbmJzcDs8L3NwYW4+PC9iPjwvdGQ+DQogICAgPHRk IHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDogMzg2LjU1cHQ7IGhlaWdodDogOS43NXB0OyBw YWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9 ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5BcmdlbnRpbmE8L3NwYW4+PC90ZD4NCiAgPC90cj4N CiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDkuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIxMiIgc3R5 bGU9IndpZHRoOiA5LjJwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAg ICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWdu OiByaWdodCI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJz cDs8L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjE4OCIgc3R5bGU9IndpZHRoOiAxNDEu MjVwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0i TXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+PGI+ DQogICAgPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+ VGVsOiZuYnNwOyZuYnNwOzwvc3Bhbj48L2I+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjUxNSIg c3R5bGU9IndpZHRoOiAzODYuNTVwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0 Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9 ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4NCiAgICA1NC0yNjEtMTU2NTM1MzYyIG8gNTQtMjYx LTQ0NTM3Mjk8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDku NzVwdCI+DQogICAgPHRkIHdpZHRoPSIxMiIgc3R5bGU9IndpZHRoOiA5LjJwdDsgaGVpZ2h0 OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBh bGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+DQogICAgPHNwYW4gbGFu Zz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwv dGQ+DQogICAgPHRkIHdpZHRoPSIxODgiIHN0eWxlPSJ3aWR0aDogMTQxLjI1cHQ7IGhlaWdo dDogOS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIg YWxpZ249InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFu IGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPkVtYWlsOiZuYnNw OyZuYnNwOzwvc3Bhbj48L2I+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjUxNSIgc3R5bGU9Indp ZHRoOiAzODYuNTVwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8 cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFt aWx5OiBWZXJkYW5hIj4NCiAgICBXYWxlc29yaWFAaG90bWFpbC5jb208L3NwYW4+PC90ZD4N CiAgPC90cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDkuNzVwdCI+DQogICAgPHRkIHdpZHRo PSIxMiIgc3R5bGU9IndpZHRoOiA5LjJwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43 NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0 ZXh0LWFsaWduOiByaWdodCI+DQogICAgPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI3 MDUiIGNvbHNwYW49IjIiIHN0eWxlPSJ3aWR0aDogNTI4LjVwdDsgaGVpZ2h0OiA5Ljc1cHQ7 IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmln aHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+DQogICAgPHNwYW4gbGFuZz0iRU4tVVMi IHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogIDwv dHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA5Ljc1cHQiPg0KICAgIDx0ZCB3aWR0aD0iMTIi IHN0eWxlPSJ3aWR0aDogOS4ycHQ7IGhlaWdodDogOS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+ DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHlsZT0idGV4dC1h bGlnbjogcmlnaHQiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+ Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI3MDUiIGNvbHNwYW49IjIiIHN0 eWxlPSJ3aWR0aDogNTI4LjVwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4N CiAgICA8cCBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCiAg ICA8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5h Ij5Fc3RveSBkaXNwdWVzdG8gYSANCiAgICByZXViaWNhcm1lIGVuIG90cmEgY2l1ZGFkIHkg UGHtczwvc3Bhbj48L3RkPg0KICA8L3RyPg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29Ob3Jt YWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+PGJyPg0KPC9zcGFuPjx1 PjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9y OiAjMjk0NDc5Ij4NCk9CSkVUSVZPPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0i Zm9udC1mYW1pbHk6IFZlcmRhbmEiPiA8L3NwYW4+PC91PjwvcD4NCjx0YWJsZSBjbGFzcz0i TXNvTm9ybWFsVGFibGUiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5n PSIwIiB3aWR0aD0iNzE4IiBzdHlsZT0id2lkdGg6IDUzOC4zNXB0Ij4NCiAgPHRyPg0KICAg IDx0ZCB3aWR0aD0iMTAiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDcuNXB0OyBwYWRk aW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVT IiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPjwhLS1baWYgZ3RlIHZtbCAxXT48djpz aGFwZXR5cGUgaWQ9Il94MDAwMF90NzUiDQogY29vcmRzaXplPSIyMTYwMCwyMTYwMCIgbzpz cHQ9Ijc1IiBvOnByZWZlcnJlbGF0aXZlPSJ0IiBwYXRoPSJtQDRANWxANEAxMUA5QDExQDlA NXhlIg0KIGZpbGxlZD0iZiIgc3Ryb2tlZD0iZiI+DQogPHY6c3Ryb2tlIGpvaW5zdHlsZT0i bWl0ZXIiLz4NCiA8djpmb3JtdWxhcz4NCiAgPHY6ZiBlcW49ImlmIGxpbmVEcmF3biBwaXhl bExpbmVXaWR0aCAwIi8+DQogIDx2OmYgZXFuPSJzdW0gQDAgMSAwIi8+DQogIDx2OmYgZXFu PSJzdW0gMCAwIEAxIi8+DQogIDx2OmYgZXFuPSJwcm9kIEAyIDEgMiIvPg0KICA8djpmIGVx bj0icHJvZCBAMyAyMTYwMCBwaXhlbFdpZHRoIi8+DQogIDx2OmYgZXFuPSJwcm9kIEAzIDIx NjAwIHBpeGVsSGVpZ2h0Ii8+DQogIDx2OmYgZXFuPSJzdW0gQDAgMCAxIi8+DQogIDx2OmYg ZXFuPSJwcm9kIEA2IDEgMiIvPg0KICA8djpmIGVxbj0icHJvZCBANyAyMTYwMCBwaXhlbFdp ZHRoIi8+DQogIDx2OmYgZXFuPSJzdW0gQDggMjE2MDAgMCIvPg0KICA8djpmIGVxbj0icHJv ZCBANyAyMTYwMCBwaXhlbEhlaWdodCIvPg0KICA8djpmIGVxbj0ic3VtIEAxMCAyMTYwMCAw Ii8+DQogPC92OmZvcm11bGFzPg0KIDx2OnBhdGggbzpleHRydXNpb25vaz0iZiIgZ3JhZGll bnRzaGFwZW9rPSJ0IiBvOmNvbm5lY3R0eXBlPSJyZWN0Ii8+DQogPG86bG9jayB2OmV4dD0i ZWRpdCIgYXNwZWN0cmF0aW89InQiLz4NCjwvdjpzaGFwZXR5cGU+PHY6c2hhcGUgaWQ9Il94 MDAwMF9zMTAyNSIgdHlwZT0iI194MDAwMF90NzUiIGFsdD0iIiBzdHlsZT0nd2lkdGg6Ljc1 cHQ7DQogaGVpZ2h0Oi43NXB0Jz4NCiA8djppbWFnZWRhdGEgc3JjPSJjdXJyaWN1bHVtdmFs ZXJpYV9hcmNoaXZvcy9pbWFnZTAwMS5naWYiIG86aHJlZj0iaHR0cDovL2J1bWVyYW4udGVy cmEuY29tLmFyL2FwbGljYW50ZXMvaW1hZ2VzL3RyYXBvaW50LmdpZiIvPg0KPC92OnNoYXBl PjwhW2VuZGlmXS0tPjwhW2lmICF2bWxdPjxpbWcgYm9yZGVyPTAgd2lkdGg9MSBoZWlnaHQ9 MQ0Kc3JjPSJjdXJyaWN1bHVtdmFsZXJpYV9hcmNoaXZvcy9pbWFnZTAwMS5naWYiIHY6c2hh cGVzPSJfeDAwMDBfczEwMjUiPjwhW2VuZGlmXT48L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lk dGg9IjcwOCIgc3R5bGU9IndpZHRoOiA1MzAuODVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8 cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEi PkVuY29udHJhciB1biB0cmFiYWpvIA0KICAgIHF1ZSBtZSBwZXJtaXRhIGRlc2Fycm9sbGFy bWUgaW50ZWxlY3R1YWxtZW50ZSB5IGNvbW8gcGVyc29uYSA8L3NwYW4+PC90ZD4NCiAgPC90 cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDcuNXB0Ij4NCiAgICA8dGQgd2lkdGg9IjcxOCIg Y29sc3Bhbj0iMiIgc3R5bGU9IndpZHRoOiA1MzguMzVwdDsgaGVpZ2h0OiA3LjVwdDsgcGFk ZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1V UyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj48IS0tW2lmIGd0ZSB2bWwgMV0+PHY6 c2hhcGUNCiBpZD0iX3gwMDAwX3MxMDI2IiB0eXBlPSIjX3gwMDAwX3Q3NSIgYWx0PSIiIHN0 eWxlPSd3aWR0aDouNzVwdDtoZWlnaHQ6Ny41cHQnPg0KIDx2OmltYWdlZGF0YSBzcmM9ImN1 cnJpY3VsdW12YWxlcmlhX2FyY2hpdm9zL2ltYWdlMDAxLmdpZiIgbzpocmVmPSJodHRwOi8v YnVtZXJhbi50ZXJyYS5jb20uYXIvYXBsaWNhbnRlcy9pbWFnZXMvdHJhcG9pbnQuZ2lmIi8+ DQo8L3Y6c2hhcGU+PCFbZW5kaWZdLS0+PCFbaWYgIXZtbF0+PGltZyBib3JkZXI9MCB3aWR0 aD0xIGhlaWdodD0xMA0Kc3JjPSJjdXJyaWN1bHVtdmFsZXJpYV9hcmNoaXZvcy9pbWFnZTAw Mi5naWYiIHY6c2hhcGVzPSJfeDAwMDBfczEwMjYiPjwhW2VuZGlmXT48L3NwYW4+PC90ZD4N CiAgPC90cj4NCjwvdGFibGU+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJF Ti1VUyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9wPg0K PHRhYmxlIGNsYXNzPSJNc29Ob3JtYWxUYWJsZSIgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0i MCI+DQogIDx0cj4NCiAgICA8dGQgc3R5bGU9InBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBj bGFzcz0iTXNvTm9ybWFsIj48dT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7 IGNvbG9yOiAjMjk0NDc5Ij4NCiAgICBFU1RVRElPUzwvc3Bhbj48c3BhbiBzdHlsZT0iZm9u dC1mYW1pbHk6IFZlcmRhbmEiPiA8L3NwYW4+PC91PjwvdGQ+DQogIDwvdHI+DQo8L3RhYmxl Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJk YW5hOyBkaXNwbGF5OiBub25lIj4mbmJzcDs8L3NwYW4+PC9wPg0KPHRhYmxlIGNsYXNzPSJN c29Ob3JtYWxUYWJsZSIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9 IjAiIHdpZHRoPSI3MTgiIHN0eWxlPSJ3aWR0aDogNTM4LjM1cHQiPg0KICA8dHIgc3R5bGU9 ImhlaWdodDogMTUuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIxMiIgdmFsaWduPSJ0b3AiIHN0 eWxlPSJ3aWR0aDogOS4wcHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAg ICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMi4wcHQ7 IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lk dGg9IjcwNiIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogNTI5LjM1cHQ7IGhlaWdodDog MTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48Yj48 c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4NCiAgICBQ cmltYXJpbyBDb21wbGV0bzwvc3Bhbj48L2I+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBW ZXJkYW5hIj4gPC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiAx NS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRo OiA5LjBwdDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNz PSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1p bHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNzA2IiB2 YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA1MjkuMzVwdDsgaGVpZ2h0OiAxNS43NXB0OyBw YWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJPcmdhbml6YWNpbiI+PGI+DQogICAgPHNw YW4gc3R5bGU9ImZvbnQtc2l6ZTogMTAuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+MTk4 MiAtIDE5ODk8L3NwYW4+PC9iPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEwLjBwdDsgZm9u dC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOyANCiAgICAmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsgRXNjdWVsYSBBcu1zdGlkZXMgVmlsbGFudWV2YSZuYnNw OyAtJm5ic3A7Jm5ic3A7IENpdWRhZCwgTWVuZG96YTwvc3Bhbj48L3RkPg0KICA8L3RyPg0K ICA8dHIgc3R5bGU9ImhlaWdodDogMTUuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIxMiIgdmFs aWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogOS4wcHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGlu ZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1z aXplOiAxMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4N CiAgICA8dGQgd2lkdGg9IjcwNiIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogNTI5LjM1 cHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8ZGl2IGNsYXNzPSJN c29Ob3JtYWwiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0K ICAgICAgPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+ DQogICAgICA8aHIgc2l6ZT0iMiIgd2lkdGg9IjEwMCUiIG5vc2hhZGUgY29sb3I9ImdyYXki IGFsaWduPSJjZW50ZXIiPjwvc3Bhbj4NCiAgICA8L2Rpdj4NCiAgICA8cCBjbGFzcz0iTXNv Tm9ybWFsIj4mbmJzcDs8L3RkPg0KICA8L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogMTUu MHB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA5 LjBwdDsgaGVpZ2h0OiAxNS4wcHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1z b05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWlseTog VmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI3MDYiIHZhbGln bj0idG9wIiBzdHlsZT0id2lkdGg6IDUyOS4zNXB0OyBoZWlnaHQ6IDE1LjBwdDsgcGFkZGlu ZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48Yj48c3BhbiBzdHlsZT0iZm9u dC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4NCiAgICBTZWN1bmRhcmlvIENvbXBs ZXRvPC9zcGFuPjwvYj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiA8L3Nw YW4+DQogICAgPC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDE1Ljc1cHQi Pg0KICAgIDx0ZCB3aWR0aD0iMTIiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDkuMHB0 OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05v cm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWlseTogVmVy ZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI3MDYiIHZhbGlnbj0i dG9wIiBzdHlsZT0id2lkdGg6IDUyOS4zNXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6 IDBjbSI+DQogICAgPHAgY2xhc3M9Ik9yZ2FuaXphY2luIj48Yj4NCiAgICA8c3BhbiBzdHls ZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4xOTkwIJYgMTk5 NTwvc3Bhbj48L2I+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTAuMHB0OyBmb250LWZhbWls eTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 IA0KICAgIE5vcm1hbCBTdXBlcmlvciBUb23hcyBHb2RveSBDcnV6Jm5ic3A7Jm5ic3A7IC0m bmJzcDsmbmJzcDsgQ2l1ZGFkLCBNZW5kb3phPC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0 ciBzdHlsZT0iaGVpZ2h0OiAxNS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiB2YWxpZ249 InRvcCIgc3R5bGU9IndpZHRoOiA5LjBwdDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAw Y20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6 IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAg IDx0ZCB3aWR0aD0iNzA2IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA1MjkuMzVwdDsg aGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxkaXYgY2xhc3M9Ik1zb05v cm1hbCIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQogICAg ICA8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4NCiAg ICAgIDxociBzaXplPSIyIiB3aWR0aD0iMTAwJSIgbm9zaGFkZSBjb2xvcj0iZ3JheSIgYWxp Z249ImNlbnRlciI+PC9zcGFuPg0KICAgIDwvZGl2Pg0KICAgIDxwIGNsYXNzPSJNc29Ob3Jt YWwiPiZuYnNwOzwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiAxNS43NXB0 Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA5LjBw dDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29O b3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEi PjwhLS1baWYgZ3RlIHZtbCAxXT48djpzaGFwZQ0KIGlkPSJfeDAwMDBfczEwMjciIHR5cGU9 IiNfeDAwMDBfdDc1IiBhbHQ9IiIgc3R5bGU9J3dpZHRoOjcuNXB0O2hlaWdodDouNzVwdCc+ DQogPHY6aW1hZ2VkYXRhIHNyYz0iY3VycmljdWx1bXZhbGVyaWFfYXJjaGl2b3MvaW1hZ2Uw MDEuZ2lmIiBvOmhyZWY9Imh0dHA6Ly9idW1lcmFuLnRlcnJhLmNvbS5hci9hcGxpY2FudGVz L2ltYWdlcy90cmFwb2ludC5naWYiLz4NCjwvdjpzaGFwZT48IVtlbmRpZl0tLT48IVtpZiAh dm1sXT48aW1nIGJvcmRlcj0wIHdpZHRoPTEwIGhlaWdodD0xDQpzcmM9ImN1cnJpY3VsdW12 YWxlcmlhX2FyY2hpdm9zL2ltYWdlMDAzLmdpZiIgdjpzaGFwZXM9Il94MDAwMF9zMTAyNyI+ PCFbZW5kaWZdPjwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNzA2IiB2YWxpZ249InRv cCIgc3R5bGU9IndpZHRoOiA1MjkuMzVwdDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAw Y20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPg0KICAgIDxzcGFuIGxhbmc9IkVOLVVT IiBzdHlsZT0iZm9udC1zaXplOiAxMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJz cDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDE1Ljc1cHQi Pg0KICAgIDx0ZCB3aWR0aD0iNzE4IiBjb2xzcGFuPSIyIiBzdHlsZT0id2lkdGg6IDUzOC4z NXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1z b05vcm1hbCI+DQogICAgPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6IDEy LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICA8L3Ry Pg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPg0KPHNwYW4gbGFuZz0iRU4tVVMi IHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6ICMyOTQ0NzkiPiZuYnNwOzwv c3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj4NCjxzcGFuIGxhbmc9IkVOLVVTIiBz dHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiAjMjk0NDc5Ij4mbmJzcDs8L3Nw YW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+DQo8c3BhbiBsYW5nPSJFTi1VUyIgc3R5 bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogIzI5NDQ3OSI+Jm5ic3A7PC9zcGFu PjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxl PSJmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6ICMyOTQ0NzkiPiZuYnNwOzwvc3Bhbj48 L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48dT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6 IFZlcmRhbmE7IGNvbG9yOiAjMjk0NDc5Ij4NCkNVUlNPUyBZIFNFTUlOQVJJT1M8L3NwYW4+ PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+PGJyPg0K PCFbaWYgIXN1cHBvcnRMaW5lQnJlYWtOZXdMaW5lXT48YnI+DQombmJzcDs8IVtlbmRpZl0+ PC9zcGFuPjwvdT48L3A+DQo8dGFibGUgY2xhc3M9Ik1zb05vcm1hbFRhYmxlIiBib3JkZXI9 IjAiIGNlbGxwYWRkaW5nPSIwIiB3aWR0aD0iNzE0IiBzdHlsZT0id2lkdGg6IDUzNS44cHQi Pg0KICA8dHI+DQogICAgPHRkIHdpZHRoPSIxNCIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0 aDogMTAuNXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+ PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+PCEtLVtp ZiBndGUgdm1sIDFdPjx2OnNoYXBlDQogaWQ9Il94MDAwMF9zMTAyOCIgdHlwZT0iI194MDAw MF90NzUiIGFsdD0iIiBzdHlsZT0nd2lkdGg6Ny41cHQ7aGVpZ2h0Oi43NXB0Jz4NCiA8djpp bWFnZWRhdGEgc3JjPSJjdXJyaWN1bHVtdmFsZXJpYV9hcmNoaXZvcy9pbWFnZTAwMS5naWYi IG86aHJlZj0iaHR0cDovL2J1bWVyYW4udGVycmEuY29tLmFyL2FwbGljYW50ZXMvaW1hZ2Vz L3RyYXBvaW50LmdpZiIvPg0KPC92OnNoYXBlPjwhW2VuZGlmXS0tPjwhW2lmICF2bWxdPjxp bWcgYm9yZGVyPTAgd2lkdGg9MTAgaGVpZ2h0PTENCnNyYz0iY3VycmljdWx1bXZhbGVyaWFf YXJjaGl2b3MvaW1hZ2UwMDMuZ2lmIiB2OnNoYXBlcz0iX3gwMDAwX3MxMDI4Ij48IVtlbmRp Zl0+PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI2OTQiIHZhbGlnbj0idG9wIiBzdHls ZT0id2lkdGg6IDUyMC44cHQ7IHBhZGRpbmc6IC43NXB0Ij48Yj48aT4NCiAgICA8c3BhbiBz dHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgPC9zcGFuPjwvaT4NCiAgICA8c3BhbiBzdHlsZT0i Zm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4xOTk5PGk+Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0KICAg ICZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOzwvaT48L3NwYW4+ PC9iPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEwLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRh bmEiPkN1cnNvIA0KICAgIGRlIHRyYXRhbWllbnRvIHkgcmV0ZW5jafNuIGRlIGNsaWVudGVz LiA8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyPg0KICAgIDx0ZCB3aWR0aD0iMTQiIHZh bGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDEwLjVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAg IDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFu YSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI2OTQiIHZhbGlnbj0idG9w IiBzdHlsZT0id2lkdGg6IDUyMC44cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8c3BhbiBz dHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDsm bmJzcDsgDQogICAgJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7PC9zcGFuPjxzcGFuIGxhbmc9IkVOLUdC IiBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj5Db25z dWx0b3JhIA0KICAgIFByaWNlIJZXYXRlcmhvdXNlLjwvc3Bhbj48L3RkPg0KICA8L3RyPg0K ICA8dHI+DQogICAgPHRkIHdpZHRoPSIxNCIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDog MTAuNXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNw YW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+PCEtLVtpZiBn dGUgdm1sIDFdPjx2OnNoYXBlDQogaWQ9Il94MDAwMF9zMTAyOSIgdHlwZT0iI194MDAwMF90 NzUiIGFsdD0iIiBzdHlsZT0nd2lkdGg6Ny41cHQ7aGVpZ2h0Oi43NXB0Jz4NCiA8djppbWFn ZWRhdGEgc3JjPSJjdXJyaWN1bHVtdmFsZXJpYV9hcmNoaXZvcy9pbWFnZTAwMS5naWYiIG86 aHJlZj0iaHR0cDovL2J1bWVyYW4udGVycmEuY29tLmFyL2FwbGljYW50ZXMvaW1hZ2VzL3Ry YXBvaW50LmdpZiIvPg0KPC92OnNoYXBlPjwhW2VuZGlmXS0tPjwhW2lmICF2bWxdPjxpbWcg Ym9yZGVyPTAgd2lkdGg9MTAgaGVpZ2h0PTENCnNyYz0iY3VycmljdWx1bXZhbGVyaWFfYXJj aGl2b3MvaW1hZ2UwMDMuZ2lmIiB2OnNoYXBlcz0iX3gwMDAwX3MxMDI5Ij48IVtlbmRpZl0+ PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI2OTQiIHZhbGlnbj0idG9wIiBzdHlsZT0i d2lkdGg6IDUyMC44cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9y bWFsIj48c3BhbiBsYW5nPSJFTi1HQiIgc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4m bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQogICAgJm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7QlMgQVMsIEFyZ2VudGluYS4NCiAgICA8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAg PHRyPg0KICAgIDx0ZCB3aWR0aD0iMTQiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDEw LjVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFu IHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw Ozwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk0IiB2YWxpZ249InRvcCIgc3R5bGU9 IndpZHRoOiA1MjAuOHB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb0Jv ZHlUZXh0Ij48Yj48aT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyA8L3NwYW4+DQogICAgPC9pPjxzcGFuIHN0eWxl PSJmb250LWZhbWlseTogVmVyZGFuYSI+MTk5OTxpPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyA8L2k+PC9zcGFuPg0KICAgIDwvYj48c3BhbiBzdHlsZT0i Zm9udC1mYW1pbHk6IFZlcmRhbmEiPlTpY25pY2FzIGRlIFZlbnRhIHkgUHJvZHVjdG8gcGFy YSANCiAgICBUZWxlZm9u7WEgTfN2aWwuPC9zcGFuPjwvcD4NCiAgICA8cCBjbGFzcz0iTXNv Qm9keVRleHQiIHN0eWxlPSJtYXJnaW4tbGVmdDogMTExLjBwdCI+DQogICAgPHNwYW4gc3R5 bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgVW5pZvNuLjwvc3Bhbj48L3A+DQog ICAgPHAgY2xhc3M9Ik1zb0JvZHlUZXh0IiBzdHlsZT0ibWFyZ2luLWxlZnQ6IDExMS4wcHQi Pg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7IE1lbmRvemEsIA0KICAgIEFyZ2VudGluYS48L3NwYW4+PC9w Pg0KICAgIDxwPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9z cGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0cj4NCiAgICA8dGQgd2lkdGg9IjE0IiB2YWxpZ249 InRvcCIgc3R5bGU9IndpZHRoOiAxMC41cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBj bGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZu YnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk0IiBzdHlsZT0id2lkdGg6IDUy MC44cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvQm9keVRleHQiIHN0 eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyBsaW5lLWhlaWdodDogMTIuMHB0OyBtYXJnaW4t Ym90dG9tOiAxMS4wcHQiPg0KICAgIDxiPjxpPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTog VmVyZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IDwvc3Bhbj48 L2k+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4xOTk5PC9zcGFu PjwvYj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiANCiAgICAmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDtDdXJzbyBkZSBUZWxlIG1hcmtldGluZyB5 IFRlbGVnZXN0afNuLjwvc3Bhbj48L3A+DQogICAgPHAgY2xhc3M9Ik1zb0JvZHlUZXh0IiBz dHlsZT0ibWFyZ2luLWxlZnQ6IDExMS4wcHQiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZh bWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7ICZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO0hhcmRjb3JlIA0KICAgIFMuQS48L3NwYW4+ PC9wPg0KICAgIDxwIGNsYXNzPSJNc29Cb2R5VGV4dCIgc3R5bGU9Im1hcmdpbi1sZWZ0OiAx MTEuMHB0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCiAgICBNZW5kb3phLCBBcmdlbnRp bmEuJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IDwvc3Bhbj48L3A+DQogICAgPHAgY2xhc3M9 Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWls eTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogIDwvdHI+DQo8L3RhYmxlPg0KPHAg Y2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hOyBk aXNwbGF5OiBub25lIj4mbmJzcDs8L3NwYW4+PC9wPg0KPHRhYmxlIGNsYXNzPSJNc29Ob3Jt YWxUYWJsZSIgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgd2lkdGg9IjcxNCIgc3R5bGU9 IndpZHRoOiA1MzUuOHB0Ij4NCiAgPHRyPg0KICAgIDx0ZCB3aWR0aD0iMTQiIHZhbGlnbj0i dG9wIiBzdHlsZT0id2lkdGg6IDEwLjc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBj bGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZu YnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk0IiBzdHlsZT0id2lkdGg6IDUy MC41NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb0JvZHlUZXh0IiBz dHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsgdGV4dC1pbmRlbnQ6IC0xOC4wcHQ7IGxpbmUt aGVpZ2h0OiAxMi4wcHQ7IG1hcmdpbi1sZWZ0OiAzNi4wcHQ7IG1hcmdpbi1yaWdodDogMGNt OyBtYXJnaW4tdG9wOiAwY207IG1hcmdpbi1ib3R0b206IDExLjBwdCI+DQogICAgPGI+PHNw YW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4yMDAwPHNwYW4gc3R5bGU9ImZvbnQt c3R5bGU6IG5vcm1hbDsgZm9udC12YXJpYW50OiBub3JtYWw7IGZvbnQtd2VpZ2h0OiBub3Jt YWw7IGZvbnQtc2l6ZTogNy4wcHQ7IGZvbnQtZmFtaWx5OiBUaW1lcyBOZXcgUm9tYW4iPiZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOw0KICAgIDwvc3Bhbj48 L3NwYW4+PC9iPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7VOlj bmljYXMgZGUgDQogICAgVmVudGEgeSBQcm9kdWN0bywgQWR2YW5jZS48L3NwYW4+PC9wPg0K ICAgIDxwIGNsYXNzPSJNc29Cb2R5VGV4dCIgc3R5bGU9Im1hcmdpbi1sZWZ0OiAxMTQuMHB0 Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyAmbmJz cDtUZWxlZvNuaWNhIA0KICAgIGRlIEFyZ2VudGluYTwvc3Bhbj48L3A+DQogICAgPHAgY2xh c3M9Ik1zb0JvZHlUZXh0IiBzdHlsZT0ibWFyZ2luLWxlZnQ6IDExNC4wcHQiPg0KICAgIDxz cGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7IE1lbmRvemEsIA0KICAgIEFyZ2VudGluYS4mbmJzcDsgPC9zcGFuPjwvcD4N CiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMi4w cHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4N CiAgPHRyPg0KICAgIDx0ZCB3aWR0aD0iMTQiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6 IDEwLjc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48 c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0K ICAgIDx0ZCB3aWR0aD0iNjk0IiBzdHlsZT0id2lkdGg6IDUyMC41NXB0OyBwYWRkaW5nOiAu NzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb0JvZHlUZXh0Ij48Yj48aT48c3BhbiBzdHlsZT0i Zm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyA8L3NwYW4+ DQogICAgPC9pPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+MjAwMSAmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDs8L3NwYW4+PC9iPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+U2Vydmlj aW9zIA0KICAgIEVzcGVjaWFsZXMsIFByb2R1Y3RvIEUtbW9jaW9uLjwvc3Bhbj48L3A+DQog ICAgPHAgY2xhc3M9Ik1zb0JvZHlUZXh0IiBzdHlsZT0ibWFyZ2luLWxlZnQ6IDExMS4wcHQi Pg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 IDwvc3Bhbj4NCiAgICA8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBW ZXJkYW5hIj5Vbmlm824uPC9zcGFuPjwvcD4NCiAgICA8cCBjbGFzcz0iTXNvQm9keVRleHQi IHN0eWxlPSJtYXJnaW4tbGVmdDogMTExLjBwdCI+DQogICAgPHNwYW4gbGFuZz0iRU4tVVMi IHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+DQogICAgJm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7IE1lbmRvemEsIEFyZ2VudGluYS4mbmJzcDsmbmJzcDsgPGI+Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7PC9iPjwvc3Bhbj48L3A+DQog ICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0 OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogIDwvdHI+DQog IDx0cj4NCiAgICA8dGQgd2lkdGg9IjE0IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAx MC43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNw YW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAg ICA8dGQgd2lkdGg9IjY5NCIgc3R5bGU9IndpZHRoOiA1MjAuNTVwdDsgcGFkZGluZzogLjc1 cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6 IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICA8 L3RyPg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjx0YWJsZSBjbGFzcz0iTXNv Tm9ybWFsVGFibGUiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIw IiB3aWR0aD0iNzEwIiBzdHlsZT0id2lkdGg6IDUzMi4zNXB0Ij4NCiAgPHRyIHN0eWxlPSJo ZWlnaHQ6IDMuMjVwdCI+DQogICAgPHRkIHdpZHRoPSI3MTAiIHN0eWxlPSJ3aWR0aDogNTMy LjM1cHQ7IGhlaWdodDogMy4yNXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJN c29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6 IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICA8L3RyPg0KPC90YWJsZT4NCjxwIGNs YXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYTsgY29s b3I6ICMyOTQ0NzkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48 dT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiAjMjk0NDc5Ij4N ClBSRUZFUkVOQ0lBUyBMQUJPUkFMRVM8L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5 OiBWZXJkYW5hIj4gPGJyPg0KPCFbaWYgIXN1cHBvcnRMaW5lQnJlYWtOZXdMaW5lXT48YnI+ DQombmJzcDs8IVtlbmRpZl0+PC9zcGFuPjwvdT48L3A+DQo8dGFibGUgY2xhc3M9Ik1zb05v cm1hbFRhYmxlIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCIg d2lkdGg9IjcxMSIgc3R5bGU9IndpZHRoOiA1MzMuNTVwdCI+DQogIDx0cj4NCiAgICA8dGQg d2lkdGg9IjIwIiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAxNS4wcHQ7IHBhZGRpbmc6 IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0 eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+PCEtLVtpZiBndGUgdm1sIDFdPjx2OnNoYXBl DQogaWQ9Il94MDAwMF9zMTAzMCIgdHlwZT0iI194MDAwMF90NzUiIGFsdD0iIiBzdHlsZT0n d2lkdGg6Ny41cHQ7aGVpZ2h0Oi43NXB0Jz4NCiA8djppbWFnZWRhdGEgc3JjPSJjdXJyaWN1 bHVtdmFsZXJpYV9hcmNoaXZvcy9pbWFnZTAwMS5naWYiIG86aHJlZj0iaHR0cDovL2J1bWVy YW4udGVycmEuY29tLmFyL2FwbGljYW50ZXMvaW1hZ2VzL3RyYXBvaW50LmdpZiIvPg0KPC92 OnNoYXBlPjwhW2VuZGlmXS0tPjwhW2lmICF2bWxdPjxpbWcgYm9yZGVyPTAgd2lkdGg9MTAg aGVpZ2h0PTENCnNyYz0iY3VycmljdWx1bXZhbGVyaWFfYXJjaGl2b3MvaW1hZ2UwMDMuZ2lm IiB2OnNoYXBlcz0iX3gwMDAwX3MxMDMwIj48IVtlbmRpZl0+PC9zcGFuPjwvdGQ+DQogICAg PHRkIHdpZHRoPSIxMzkiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDEwNC41NXB0OyBw YWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIg c3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij48Yj4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1z aXplOiA5LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPkFSRUEgOiA8L3NwYW4+PC9iPg0K ICAgIDxzcGFuIHN0eWxlPSJmb250LXNpemU6IDkuMHB0OyBmb250LWZhbWlseTogVmVyZGFu YSI+PGJyPg0KICAgICZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNTUyIiB2 YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA0MTQuMHB0OyBwYWRkaW5nOiAwY20iPg0KICAg IDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFu YSI+QWRtaW5pc3RyYWNp824gLyANCiAgICBWZW50YXMgPC9zcGFuPjwvdGQ+DQogIDwvdHI+ DQogIDx0cj4NCiAgICA8dGQgd2lkdGg9IjIwIiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRo OiAxNS4wcHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNw YW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAg ICA8dGQgd2lkdGg9IjEzOSIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogMTA0LjU1cHQ7 IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0 IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250 LXNpemU6IDkuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+SU5EVVNUUklBIDogPC9zcGFu PjwvYj4NCiAgICA8L3RkPg0KICAgIDx0ZCB3aWR0aD0iNTUyIiB2YWxpZ249InRvcCIgc3R5 bGU9IndpZHRoOiA0MTQuMHB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29O b3JtYWwiIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5Ij4NCiAgICA8c3BhbiBzdHlsZT0i Zm9udC1mYW1pbHk6IFZlcmRhbmEiPkNvbXVuaWNhY2lvbmVzIC8gVGVsZWZvbu1hIENlbHVs YXIgLw0KICAgIDwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8dHI+DQogICAgPHRkIHdpZHRo PSIyMCIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogMTUuMHB0OyBwYWRkaW5nOiAwY20i Pg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0i Zm9udC1mYW1pbHk6IFZlcmRhbmEiPjwhLS1baWYgZ3RlIHZtbCAxXT48djpzaGFwZQ0KIGlk PSJfeDAwMDBfczEwMzEiIHR5cGU9IiNfeDAwMDBfdDc1IiBhbHQ9IiIgc3R5bGU9J3dpZHRo OjcuNXB0O2hlaWdodDouNzVwdCc+DQogPHY6aW1hZ2VkYXRhIHNyYz0iY3VycmljdWx1bXZh bGVyaWFfYXJjaGl2b3MvaW1hZ2UwMDEuZ2lmIiBvOmhyZWY9Imh0dHA6Ly9idW1lcmFuLnRl cnJhLmNvbS5hci9hcGxpY2FudGVzL2ltYWdlcy90cmFwb2ludC5naWYiLz4NCjwvdjpzaGFw ZT48IVtlbmRpZl0tLT48IVtpZiAhdm1sXT48aW1nIGJvcmRlcj0wIHdpZHRoPTEwIGhlaWdo dD0xDQpzcmM9ImN1cnJpY3VsdW12YWxlcmlhX2FyY2hpdm9zL2ltYWdlMDAzLmdpZiIgdjpz aGFwZXM9Il94MDAwMF9zMTAzMSI+PCFbZW5kaWZdPjwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3 aWR0aD0iMTM5IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAxMDQuNTVwdDsgcGFkZGlu ZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxl PSJ0ZXh0LWFsaWduOiByaWdodCI+PGI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTog OS4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj5QVUVTVE8gOiA8L3NwYW4+PC9iPg0KICAg IDwvdGQ+DQogICAgPHRkIHdpZHRoPSI1NTIiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6 IDQxNC4wcHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNw YW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5BbmFsaXN0YSBkZSBWZW50YXMgLyAN CiAgICBBZG1pbmlzdHJhdGl2YTwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8dHIgc3R5bGU9 InBhZ2UtYnJlYWstaW5zaWRlOiBhdm9pZDsgaGVpZ2h0OiA4Ljg1cHQiPg0KICAgIDx0ZCB3 aWR0aD0iMjAiIHJvd3NwYW49IjIiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDE1LjBw dDsgaGVpZ2h0OiA4Ljg1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05v cm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+ PCEtLVtpZiBndGUgdm1sIDFdPjx2OnNoYXBlDQogaWQ9Il94MDAwMF9zMTAzMiIgdHlwZT0i I194MDAwMF90NzUiIGFsdD0iIiBzdHlsZT0nd2lkdGg6Ny41cHQ7aGVpZ2h0Oi43NXB0Jz4N CiA8djppbWFnZWRhdGEgc3JjPSJjdXJyaWN1bHVtdmFsZXJpYV9hcmNoaXZvcy9pbWFnZTAw MS5naWYiIG86aHJlZj0iaHR0cDovL2J1bWVyYW4udGVycmEuY29tLmFyL2FwbGljYW50ZXMv aW1hZ2VzL3RyYXBvaW50LmdpZiIvPg0KPC92OnNoYXBlPjwhW2VuZGlmXS0tPjwhW2lmICF2 bWxdPjxpbWcgYm9yZGVyPTAgd2lkdGg9MTAgaGVpZ2h0PTENCnNyYz0iY3VycmljdWx1bXZh bGVyaWFfYXJjaGl2b3MvaW1hZ2UwMDMuZ2lmIiB2OnNoYXBlcz0iX3gwMDAwX3MxMDMyIj48 IVtlbmRpZl0+PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSIxMzkiIHZhbGlnbj0idG9w IiBzdHlsZT0id2lkdGg6IDEwNC41NXB0OyBoZWlnaHQ6IDguODVwdDsgcGFkZGluZzogMGNt Ij4NCiAgICA8aDI+U1VFTERPIE1JTklNTzwvaDI+DQogICAgPC90ZD4NCiAgICA8dGQgd2lk dGg9IjU1MiIgcm93c3Bhbj0iMiIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogNDE0LjBw dDsgaGVpZ2h0OiA4Ljg1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05v cm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj48YnI+DQogICAgVSRT IDcwMCBNZW5zdWFsLiBFbCB2YWxvciBkZWwgc3VlbGRvIGVzdOEgZW4gcmVsYWNp824gY29u IGxhIHJlc3BvbnNhYmlsaWRhZCANCiAgICBkZWwgY2FyZ28sIGNvbmRpY2nzbiBkZSBjb250 cmF0YWNp824geSBsdWdhciBkZSByZXNpZGVuY2lhLjwvc3Bhbj48L3RkPg0KICA8L3RyPg0K ICA8dHIgc3R5bGU9InBhZ2UtYnJlYWstaW5zaWRlOiBhdm9pZDsgaGVpZ2h0OiAxMi4zNXB0 Ij4NCiAgICA8dGQgd2lkdGg9IjEzOSIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogMTA0 LjU1cHQ7IGhlaWdodDogMTIuMzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0i TXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+PGI+ DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogOS4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJk YW5hIj5QUkVURU5ESURPIDo8L3NwYW4+PC9iPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHls ZT0iaGVpZ2h0OiA3LjVwdCI+DQogICAgPHRkIHdpZHRoPSI3MTEiIGNvbHNwYW49IjMiIHN0 eWxlPSJ3aWR0aDogNTMzLjU1cHQ7IGhlaWdodDogNy41cHQ7IHBhZGRpbmc6IDBjbSI+DQog ICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJk YW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCjwvdGFibGU+DQo8cCBjbGFzcz0i TXNvTm9ybWFsIj48dT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9y OiAjMjk0NDc5Ij4NCkVYUEVSSUVOQ0lBIExBQk9SQUw8L3NwYW4+PHNwYW4gc3R5bGU9ImZv bnQtZmFtaWx5OiBWZXJkYW5hIj4gPGJyPg0KPCFbaWYgIXN1cHBvcnRMaW5lQnJlYWtOZXdM aW5lXT48YnI+DQombmJzcDs8IVtlbmRpZl0+PC9zcGFuPjwvdT48L3A+DQo8dGFibGUgY2xh c3M9Ik1zb05vcm1hbFRhYmxlIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFk ZGluZz0iMCIgd2lkdGg9IjcxNSIgc3R5bGU9IndpZHRoOiA1MzUuOTVwdCI+DQogIDx0ciBz dHlsZT0iaGVpZ2h0OiAxNS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjIwIiB2YWxpZ249InRv cCIgc3R5bGU9IndpZHRoOiAxNS4wcHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNt Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48Yj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5 bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj48IS0tW2lmIGd0ZSB2bWwgMV0+PHY6c2hhcGUN CiBpZD0iX3gwMDAwX3MxMDMzIiB0eXBlPSIjX3gwMDAwX3Q3NSIgYWx0PSIiIHN0eWxlPSd3 aWR0aDo3LjVwdDtoZWlnaHQ6Ljc1cHQnPg0KIDx2OmltYWdlZGF0YSBzcmM9ImN1cnJpY3Vs dW12YWxlcmlhX2FyY2hpdm9zL2ltYWdlMDAxLmdpZiIgbzpocmVmPSJodHRwOi8vYnVtZXJh bi50ZXJyYS5jb20uYXIvYXBsaWNhbnRlcy9pbWFnZXMvdHJhcG9pbnQuZ2lmIi8+DQo8L3Y6 c2hhcGU+PCFbZW5kaWZdLS0+PCFbaWYgIXZtbF0+PGltZyBib3JkZXI9MCB3aWR0aD0xMCBo ZWlnaHQ9MQ0Kc3JjPSJjdXJyaWN1bHVtdmFsZXJpYV9hcmNoaXZvcy9pbWFnZTAwMy5naWYi IHY6c2hhcGVzPSJfeDAwMDBfczEwMzMiPjwhW2VuZGlmXT48L3NwYW4+PC9iPjwvdGQ+DQog ICAgPHRkIHdpZHRoPSI2OTUiIGNvbHNwYW49IjIiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lk dGg6IDUyMC45NXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAg Y2xhc3M9Ik9yZ2FuaXphY2luIj48Yj4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAx MC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4wMy8xOTk3IJYgMTIvMTk5Nzwvc3Bhbj48 c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4m bmJzcDsmbmJzcDsmbmJzcDsgDQogICAgfCZuYnNwOyZuYnNwOyZuYnNwOyBIaXRlY2gsIEVu c2FtYmxhbWllbnRvcyBFbGVjdHLzbmljb3MgZGUgbWFxdWluYXJpYXMgcGFyYSBzdWJ0ZXJy 4W5lb3MuPC9zcGFuPjwvYj48L3A+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PGI+PHNw YW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4NCiAgICAmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsgJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7PC9z cGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPk51 ZXZhIA0KICAgIFlvcmssIEVFIFVVPC9zcGFuPjwvYj48L3RkPg0KICA8L3RyPg0KICA8dHIg c3R5bGU9ImhlaWdodDogMTUuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIyMCIgdmFsaWduPSJ0 b3AiIHN0eWxlPSJ3aWR0aDogMTUuMHB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBj bSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxl PSJmb250LWZhbWlseTogVmVyZGFuYSI+PCEtLVtpZiBndGUgdm1sIDFdPjx2OnNoYXBlDQog aWQ9Il94MDAwMF9zMTAzNCIgdHlwZT0iI194MDAwMF90NzUiIGFsdD0iIiBzdHlsZT0nd2lk dGg6Ny41cHQ7aGVpZ2h0Oi43NXB0Jz4NCiA8djppbWFnZWRhdGEgc3JjPSJjdXJyaWN1bHVt dmFsZXJpYV9hcmNoaXZvcy9pbWFnZTAwMS5naWYiIG86aHJlZj0iaHR0cDovL2J1bWVyYW4u dGVycmEuY29tLmFyL2FwbGljYW50ZXMvaW1hZ2VzL3RyYXBvaW50LmdpZiIvPg0KPC92OnNo YXBlPjwhW2VuZGlmXS0tPjwhW2lmICF2bWxdPjxpbWcgYm9yZGVyPTAgd2lkdGg9MTAgaGVp Z2h0PTENCnNyYz0iY3VycmljdWx1bXZhbGVyaWFfYXJjaGl2b3MvaW1hZ2UwMDMuZ2lmIiB2 OnNoYXBlcz0iX3gwMDAwX3MxMDM0Ij48IVtlbmRpZl0+PC9zcGFuPjwvdGQ+DQogICAgPHRk IHdpZHRoPSI2OTUiIGNvbHNwYW49IjIiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDUy MC45NXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9 Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5UaXBvIGRl IFB1ZXN0bzogDQogICAgQWRtaW5pc3RyYXRpdmE8L3NwYW4+PC9wPg0KICAgIDxwIGNsYXNz PSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+VGFyZWEg RGVzZW1wZfFhZGE6IA0KICAgIEZpZGVsaXphY2nzbiBhIGNsaWVudGVzIHkgZW1wcmVzYXMg PC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0icGFnZS1icmVhay1pbnNpZGU6 IGF2b2lkOyBoZWlnaHQ6IDE1Ljc1cHQiPg0KICAgIDx0ZCB3aWR0aD0iNzE1IiBjb2xzcGFu PSIzIiBzdHlsZT0id2lkdGg6IDUzNS45NXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6 IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFt aWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxl PSJoZWlnaHQ6IDE1Ljc1cHQiPg0KICAgIDx0ZCB3aWR0aD0iMjAiIHN0eWxlPSJ3aWR0aDog MTUuMHB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9 Ik1zb05vcm1hbCI+PGI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBm b250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvYj48L3RkPg0KICAgIDx0ZCB3 aWR0aD0iNjk1IiBjb2xzcGFuPSIyIiBzdHlsZT0id2lkdGg6IDUyMC45NXB0OyBoZWlnaHQ6 IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik9yZ2FuaXphY2luIj48 Yj4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBW ZXJkYW5hIj4wMS8xOTk4IJYgMDQvMTk5OTwvc3Bhbj48c3BhbiBzdHlsZT0iZm9udC1zaXpl OiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsgDQogICAgfCZuYnNwOyZuYnNwOyBXaW5kaGFtLCBIb3RlbHMgJmFtcDsgUmVzb3J0cywg Q2FkZW5hIGRlIEhvdGVsZXM8L3NwYW4+PC9iPjwvcD4NCiAgICA8cCBjbGFzcz0iT3JnYW5p emFjaW4iPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEwLjBwdDsgZm9udC1m YW1pbHk6IFZlcmRhbmEiPg0KICAgICZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyAm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgTnVldmEgWW9yaywg RUUgVVU8L3NwYW4+PC9iPjwvcD4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48Yj48c3Bh biBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L2I+PC90ZD4N CiAgPC90cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDE1Ljc1cHQiPg0KICAgIDx0ZCB3aWR0 aD0iMjAiIHN0eWxlPSJ3aWR0aDogMTUuMHB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6 IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6 ZTogMTIuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQog ICAgPHRkIHdpZHRoPSI2OTUiIGNvbHNwYW49IjIiIHN0eWxlPSJ3aWR0aDogNTIwLjk1cHQ7 IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTG9ncm8i PjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEwLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEi PlRpcG8gDQogICAgZGUgUHVlc3RvOiBTdXBlcnZpc29yYTwvc3Bhbj48L3A+DQogICAgPHAg Y2xhc3M9IkxvZ3JvIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFt aWx5OiBWZXJkYW5hIj5UYXJlYSANCiAgICBkZXNlbXBl8WFkYTogU3VwZXJ2aXNvcmEgZGUg SG91c2VrZWVwaW5nLCBBdGVuY2nzbiB5IGd17WEgYSB0dXJpc3RhcyBkZSANCiAgICBoYWJs YSBoaXNwYW5hPC9zcGFuPjwvcD4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBz dHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICA8L3Ry Pg0KICA8dHIgc3R5bGU9ImhlaWdodDogMTUuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIyMCIg c3R5bGU9IndpZHRoOiAxNS4wcHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4N CiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMi4w cHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgICA8dGQg d2lkdGg9IjY5NSIgY29sc3Bhbj0iMiIgc3R5bGU9IndpZHRoOiA1MjAuOTVwdDsgaGVpZ2h0 OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxz cGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+PGJyPg0KICAgIDwhW2lmICFzdXBw b3J0TGluZUJyZWFrTmV3TGluZV0+PGJyPg0KJm5ic3A7PCFbZW5kaWZdPjwvc3Bhbj48L3Rk Pg0KICA8L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogMTUuNzVwdCI+DQogICAgPHRkIHdp ZHRoPSI3MTUiIGNvbHNwYW49IjMiIHN0eWxlPSJ3aWR0aDogNTM1Ljk1cHQ7IGhlaWdodDog MTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3Bh biBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICA8 L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogMTUuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIy MCIgc3R5bGU9IndpZHRoOiAxNS4wcHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNt Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48Yj4NCiAgICA8c3BhbiBzdHlsZT0iZm9u dC1zaXplOiAxMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9i PjwvdGQ+DQogICAgPHRkIHdpZHRoPSI2OTUiIGNvbHNwYW49IjIiIHN0eWxlPSJ3aWR0aDog NTIwLjk1cHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFz cz0iT3JnYW5pemFjaW4iPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEwLjBw dDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPjA2LzE5OTkgliAwOC8yMDAxPC9zcGFuPjxzcGFu IHN0eWxlPSJmb250LXNpemU6IDEwLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw OyZuYnNwOyZuYnNwOyANCiAgICB8Jm5ic3A7Jm5ic3A7Jm5ic3A7IEhhcmRjb3JlIFMuQS4g LCBBZ2VudGUgT2ZpY2lhbCBVbmlm8248L3NwYW4+PC9iPjwvcD4NCiAgICA8cCBjbGFzcz0i T3JnYW5pemFjaW4iPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEwLjBwdDsg Zm9udC1mYW1pbHk6IFZlcmRhbmEiPg0KICAgICZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgJm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7TWVuZG96YSwgDQogICAgQXJnZW50aW5hPC9zcGFuPjwvYj48L3A+DQogICAgPHAg Y2xhc3M9Ik1zb05vcm1hbCI+PGI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5h Ij4mbmJzcDs8L3NwYW4+PC9iPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0 OiAxNS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjIwIiBzdHlsZT0id2lkdGg6IDE1LjBwdDsg aGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3Jt YWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRh bmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk1IiBjb2xzcGFuPSIy IiBzdHlsZT0id2lkdGg6IDUyMC45NXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBj bSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5 OiBWZXJkYW5hIj5UaXBvIGRlIFB1ZXN0bzogDQogICAgQWRtaW5pc3RyYXRpdmE8L3NwYW4+ PC9wPg0KICAgIDxwIGNsYXNzPSJMb2dybyI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTAu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+VGFyZWEgDQogICAgRGVzZW1wZfFhZGE6IEVu Y2FyZ2FkYSBkZSBQb3N0IFZlbnRhIHkgc2Fs824gZGUgdmVudGFzIGRlIGNhc2EgY2VudHJh bDwvc3Bhbj48L3A+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZv bnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsgDQogICAgJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7RW5jYXJnYWRh Jm5ic3A7IFBvc3QgVmVudGEgZGUgSGFyZGNvcmUgUy5BLiBTYW4gSnVhbiB5IFNhbiBMdWlz PC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0icGFnZS1icmVhay1pbnNpZGU6 IGF2b2lkOyBoZWlnaHQ6IDE1Ljc1cHQiPg0KICAgIDx0ZCB3aWR0aD0iNzE1IiBjb2xzcGFu PSIzIiBzdHlsZT0id2lkdGg6IDUzNS45NXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6 IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFt aWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxl PSJoZWlnaHQ6IDcuNXB0Ij4NCiAgICA8dGQgd2lkdGg9IjcxMCIgY29sc3Bhbj0iMiIgc3R5 bGU9IndpZHRoOiA1MzIuMzVwdDsgaGVpZ2h0OiA3LjVwdDsgcGFkZGluZzogMGNtIj4NCiAg ICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQt ZmFtaWx5OiBWZXJkYW5hIj48IS0tW2lmIGd0ZSB2bWwgMV0+PHY6c2hhcGUNCiBpZD0iX3gw MDAwX3MxMDM1IiB0eXBlPSIjX3gwMDAwX3Q3NSIgYWx0PSIiIHN0eWxlPSd3aWR0aDouNzVw dDtoZWlnaHQ6Ny41cHQnPg0KIDx2OmltYWdlZGF0YSBzcmM9ImN1cnJpY3VsdW12YWxlcmlh X2FyY2hpdm9zL2ltYWdlMDAxLmdpZiIgbzpocmVmPSJodHRwOi8vYnVtZXJhbi50ZXJyYS5j b20uYXIvYXBsaWNhbnRlcy9pbWFnZXMvdHJhcG9pbnQuZ2lmIi8+DQo8L3Y6c2hhcGU+PCFb ZW5kaWZdLS0+PCFbaWYgIXZtbF0+PGltZyBib3JkZXI9MCB3aWR0aD0xIGhlaWdodD0xMA0K c3JjPSJjdXJyaWN1bHVtdmFsZXJpYV9hcmNoaXZvcy9pbWFnZTAwMi5naWYiIHY6c2hhcGVz PSJfeDAwMDBfczEwMzUiPjwhW2VuZGlmXT48L3NwYW4+PC90ZD4NCiAgICA8dGQgc3R5bGU9 ImJvcmRlcjogbWVkaXVtIG5vbmU7IHBhZGRpbmc6IDBjbSIgd2lkdGg9IjUiPg0KICAgIDxw IGNsYXNzPSJNc29Ob3JtYWwiPiZuYnNwOzwvdGQ+DQogIDwvdHI+DQogIDwhW2lmICFzdXBw b3J0TWlzYWxpZ25lZENvbHVtbnNdPg0KICA8dHIgaGVpZ2h0PSIwIj4NCiAgICA8dGQgd2lk dGg9IjIwIiBzdHlsZT0iYm9yZGVyOiBtZWRpdW0gbm9uZSI+Jm5ic3A7PC90ZD4NCiAgICA8 dGQgd2lkdGg9IjY5MCIgc3R5bGU9ImJvcmRlcjogbWVkaXVtIG5vbmUiPiZuYnNwOzwvdGQ+ DQogICAgPHRkIHdpZHRoPSI1IiBzdHlsZT0iYm9yZGVyOiBtZWRpdW0gbm9uZSI+Jm5ic3A7 PC90ZD4NCiAgPC90cj4NCiAgPCFbZW5kaWZdPg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29O b3JtYWwiPjx1PjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6ICMy OTQ0NzkiPg0KUkVGRVJFTkNJQVM8L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBW ZXJkYW5hIj4gPC9zcGFuPjwvdT48L3A+DQo8dGFibGUgY2xhc3M9Ik1zb05vcm1hbFRhYmxl IiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCIgc3R5bGU9Indp ZHRoOiA3NDgiPg0KICA8dHIgc3R5bGU9ImhlaWdodDogMTYyLjE1cHQiPg0KICAgIDx0ZCB3 aWR0aD0iMTIiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDkuMHB0OyBoZWlnaHQ6IDE2 Mi4xNXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFu IGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPjwhLS1baWYgZ3Rl IHZtbCAxXT48djpzaGFwZQ0KIGlkPSJfeDAwMDBfczEwMzYiIHR5cGU9IiNfeDAwMDBfdDc1 IiBhbHQ9IiIgc3R5bGU9J3dpZHRoOjcuNXB0O2hlaWdodDouNzVwdCc+DQogPHY6aW1hZ2Vk YXRhIHNyYz0iY3VycmljdWx1bXZhbGVyaWFfYXJjaGl2b3MvaW1hZ2UwMDEuZ2lmIiBvOmhy ZWY9Imh0dHA6Ly9idW1lcmFuLnRlcnJhLmNvbS5hci9hcGxpY2FudGVzL2ltYWdlcy90cmFw b2ludC5naWYiLz4NCjwvdjpzaGFwZT48IVtlbmRpZl0tLT48IVtpZiAhdm1sXT48aW1nIGJv cmRlcj0wIHdpZHRoPTEwIGhlaWdodD0xDQpzcmM9ImN1cnJpY3VsdW12YWxlcmlhX2FyY2hp dm9zL2ltYWdlMDAzLmdpZiIgdjpzaGFwZXM9Il94MDAwMF9zMTAzNiI+PCFbZW5kaWZdPjwv c3Bhbj48L3RkPg0KICAgIDx0ZCB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA3MzY7IGhl aWdodDogMTYyLjE1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1h bCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj48YnI+DQogICAgPGI+T3N2 YWxkbyBWYWx2ZXJkZTwvYj4gR2VyZW50ZSBDb21lcmNpYWwgSGFyZGNvcmUsIFJlcHJlc2Vu dGFudGUgZGUgVW5pZm9uIE1lbmRvemEgDQogICAgVEVMOiA1NC0yNjEtMTU2NTAwNTI2PGJy Pg0KICAgIDxicj4NCiAgICA8Yj5NYXJpYW5vIFp3YW5pazwvYj4gR2VyZW50ZSBkZSBJUFAg U1JMIFN1Y3Vyc2FsIE1lbmRvemEgVEVMOiANCiAgICA1NC0yNjEtNDI5NjU4MSZuYnNwOzxi cj4NCiAgICA8YnI+DQogICAgPGI+Jm5ic3A7PC9iPjwvc3Bhbj48L3A+DQogICAgPHAgY2xh c3M9Ik1zb05vcm1hbCI+PHU+DQogICAgPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjog bm9uZTsgZm9udC1zaXplOiA3LjVwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPg0KICAgICZu YnNwOzwvc3Bhbj48L3U+PC9wPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0 eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwv c3Bhbj48L3RkPg0KICA8L3RyPg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPiZu YnNwOzwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0 ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBm b250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjx0YWJsZSBjbGFzcz0i TXNvTm9ybWFsVGFibGUiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5n PSIwIiBzdHlsZT0iYm9yZGVyLWNvbGxhcHNlOiBjb2xsYXBzZSI+DQogIDx0cj4NCiAgICA8 dGQgd2lkdGg9IjQ4MSIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogMzYxLjFwdDsgcGFk ZGluZy1sZWZ0OiAzLjVwdDsgcGFkZGluZy1yaWdodDogMy41cHQ7IHBhZGRpbmctdG9wOiAw Y207IHBhZGRpbmctYm90dG9tOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFs aWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KICAgIDxzcGFuIHN0 eWxlPSJmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48 L3RkPg0KICAgIDx0ZCB3aWR0aD0iMjM4IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAx NzguOHB0OyBwYWRkaW5nLWxlZnQ6IDMuNXB0OyBwYWRkaW5nLXJpZ2h0OiAzLjVwdDsgcGFk ZGluZy10b3A6IDBjbTsgcGFkZGluZy1ib3R0b206IDBjbSI+DQogICAgPGgxPjxzcGFuIHN0 eWxlPSJmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPlZhbGVyaWEgU29yaWE8 L3NwYW4+PC9oMT4NCiAgICA8cCBjbGFzcz0iTXNvSGVhZGVyIj48c3BhbiBzdHlsZT0iY29s b3I6IG5hdnkiPlRFTCA6IA0KICAgIDU0LTI2MS0xNTY1MzUzNjIvNDQ1MzcyOTwvc3Bhbj48 L3A+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9InRleHQtaW5kZW50OiAtMzYu MHB0OyBtYXJnaW4tbGVmdDogMzYuMHB0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1p bHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij5NYWlsIDogd2FsZXNvcmlhQGhvdG1haWwuY29t PC9zcGFuPjwvcD4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9u dC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij5NZW5kb3phIA0KICAgIJYgQXJnZW50 aW5hPC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSIxOSIgdmFsaWduPSJ0b3AiIHN0eWxl PSJ3aWR0aDogMTQuM3B0OyBwYWRkaW5nLWxlZnQ6IDMuNXB0OyBwYWRkaW5nLXJpZ2h0OiAz LjVwdDsgcGFkZGluZy10b3A6IDBjbTsgcGFkZGluZy1ib3R0b206IDBjbSI+DQogICAgPHAg Y2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjogcmln aHQiPg0KICAgIDxzcGFuIHN0eWxlPSJjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvdGQ+ DQogIDwvdHI+DQo8L3RhYmxlPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRl ciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXpl OiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9wPg0KPHAg Y2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNl bnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBW ZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29I ZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNw YW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29s b3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGln bj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJm b250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4m bmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIg c3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAy OC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFu PjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0 LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250 LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBj bGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2Vu dGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZl cmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hl YWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3Bh biBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xv cjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWdu PSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZv bnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZu YnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBz dHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4 LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+ PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQt YWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQt ZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNs YXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50 ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVy ZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVh ZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFu IHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9y OiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249 ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9u dC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5i c3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0 eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjgu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48 L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1h bGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1m YW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xh c3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRl ciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJk YW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFk ZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4g c3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6 IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0i Y2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250 LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJz cDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5 bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4w cHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwv cD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFs aWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZh bWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFz cz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVy Ij4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRh bmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRl ciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBz dHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjog bmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJj ZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQt c2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNw Ozwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHls ZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBw dDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9w Pg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxp Z246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFt aWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNz PSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIi Pg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFu YTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVy IiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0 eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBu YXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNl bnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1z aXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7 PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxl PSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0 OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+ DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGln bjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1p bHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9 Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+ DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5h OyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIi IGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5 bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5h dnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2Vu dGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNp emU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8 L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9 InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQt c2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4N CjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWdu OiBjZW50ZXIiPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6IDI4LjBw dDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0i TXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4N CjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFt aWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIg YWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBsYW5n PSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFu YSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50 ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHN0 eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwv c3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0i dGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1z aXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9wPg0K PHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246 IGNlbnRlciI+DQo8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0 OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJN c29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0K PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1p bHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBh bGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIGxhbmc9 IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5h Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRl ciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBsYW5nPSJFTi1VUyIgc3R5 bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9z cGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0 ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNp emU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3A+DQo8 cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjog Y2VudGVyIj4NCjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7 IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1z b0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8 c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWls eTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFs aWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gbGFuZz0i RU4tVVMiIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEi PiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIj48c3BhbiBsYW5nPSJF Ti1VUyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9wPg0K PHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjog cmlnaHQiPg0KPHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3Nw YW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHlsZT0idGV4 dC1hbGlnbjogcmlnaHQiPg0KPHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4m bmJzcDs8L3NwYW4+PC9wPg0KPHRhYmxlIGNsYXNzPSJNc29Ob3JtYWxUYWJsZSIgYm9yZGVy PSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiIHN0eWxlPSJib3JkZXItY29s bGFwc2U6IGNvbGxhcHNlIj4NCiAgPHRyPg0KICAgIDx0ZCB3aWR0aD0iNTAyIiB2YWxpZ249 InRvcCIgc3R5bGU9IndpZHRoOiAzNzYuN3B0OyBwYWRkaW5nLWxlZnQ6IDMuNXB0OyBwYWRk aW5nLXJpZ2h0OiAzLjVwdDsgcGFkZGluZy10b3A6IDBjbTsgcGFkZGluZy1ib3R0b206IDBj bSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHlsZT0idGV4 dC1hbGlnbjogcmlnaHQiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFu YTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iMjE4 IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAxNjMuMnB0OyBwYWRkaW5nLWxlZnQ6IDMu NXB0OyBwYWRkaW5nLXJpZ2h0OiAzLjVwdDsgcGFkZGluZy10b3A6IDBjbTsgcGFkZGluZy1i b3R0b206IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImNv bG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjE5IiB2YWxp Z249InRvcCIgc3R5bGU9IndpZHRoOiAxNC4zcHQ7IHBhZGRpbmctbGVmdDogMy41cHQ7IHBh ZGRpbmctcmlnaHQ6IDMuNXB0OyBwYWRkaW5nLXRvcDogMGNtOyBwYWRkaW5nLWJvdHRvbTog MGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0 ZXh0LWFsaWduOiByaWdodCI+DQogICAgPHNwYW4gc3R5bGU9ImNvbG9yOiBuYXZ5Ij4mbmJz cDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCjwvdGFibGU+DQo8cCBjbGFzcz0iTXNvTm9ybWFs IiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+Jm5ic3A7PC9wPg0K DQo8L2JvZHk+DQoNCjwvaHRtbD4= ------=_NextPart_000_001__87033858_65052,27-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 13:10: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 252A837B419 for ; Thu, 15 Nov 2001 13:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFLA1467487; Thu, 15 Nov 2001 13:10:01 -0800 (PST) (envelope-from gnats) Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by hub.freebsd.org (Postfix) with ESMTP id 6D16537B418 for ; Thu, 15 Nov 2001 13:07:57 -0800 (PST) Received: (from hmo@localhost) by sep.oldach.net (8.11.6/8.11.6/hmo27jul01) id fAFL7tf36775; Thu, 15 Nov 2001 22:07:55 +0100 (CET) (envelope-from hmo) Message-Id: <200111152107.fAFL7tf36775@sep.oldach.net> Date: Thu, 15 Nov 2001 22:07:55 +0100 (CET) From: Helge Oldach Reply-To: Helge Oldach To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32018: ports/graphics/tiff fix for fax2ps Sender: owner-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: 32018 >Category: ports >Synopsis: ports/graphics/tiff fix for fax2ps >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 Nov 15 13:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD sep.oldach.net 4.4-STABLE FreeBSD 4.4-STABLE #4: Sat Nov 3 16:16:29 CET 2001 toor@sep.oldach.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: fax2ps does not behave correctly for non-Letter paper sizes. There are two problems which are fixed by the patch below: Without scaling (-S) the fax is now centered on the page size specified with -H and/or -W. Before, fax2ps was using an obscure and practially useless algorithm to allocate the image relative to Letter sized paper which sometime sled to useless whitespace on the paper, while at the same time cutting of the faxes printable area at the opposite border. Second, scaling now preserves aspect ratio, which makes unusual faxes (in particular short ones) print properly. In fact it also simplifies the code to do the scaling. :-) This patch has been submitted to tiff@sgi.com a while ago already but has not been implemented yet. >How-To-Repeat: >Fix: --- tools/fax2ps.c.orig Tue Sep 2 19:54:34 1997 +++ tools/fax2ps.c Sat Feb 13 16:43:01 1999 @@ -151,7 +151,7 @@ { uint32 w, h; uint16 unit; - float xres, yres; + float xres, yres, scale = 1.0; tstrip_t s, ns; TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &h); @@ -174,21 +174,13 @@ printf("%%%%Page: \"%d\" %d\n", pageNumber, pageNumber); printf("/$pageTop save def gsave\n"); - if (scaleToPage) { - float yscale = pageHeight / (h/yres); - float xscale = pageWidth / (w/xres); - printf("%d %d translate\n", - (int) (((basePageWidth - pageWidth) * points) * half), - (int)((yscale*(h/yres)*points) + - (basePageHeight - pageHeight) * points * half) ); - printf("%g %g scale\n", (72.*xscale)/xres, -(72.*yscale)/yres); - } else { - printf("%d %d translate\n", - (int) ((basePageWidth - pageWidth) * points * half), - (int)((72.*h/yres) + - (basePageHeight - pageHeight) * points * half) ); - printf("%g %g scale\n", 72./xres, -72./yres); - } + if (scaleToPage) + scale = pageHeight / (h/yres) < pageWidth / (w/xres) ? + pageHeight / (h/yres) : pageWidth / (w/xres); + printf("%g %g translate\n", + points * (pageWidth - scale*w/xres) * half, + points * (scale*h/yres + (pageHeight - scale*h/yres) * half)); + printf("%g %g scale\n", points/xres*scale, -points/yres*scale); printf("0 setgray\n"); TIFFSetField(tif, TIFFTAG_FAXFILLFUNC, printruns); ns = TIFFNumberOfStrips(tif); >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 Nov 15 13:56:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 92D9837B405; Thu, 15 Nov 2001 13:56:32 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id XAA67156; Thu, 15 Nov 2001 23:56:25 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from notebook.vega.com (h30.229.dialup.iptcom.net [212.9.229.30]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id XAA79972; Thu, 15 Nov 2001 23:56:21 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-Id: <200111152156.XAA79972@ipcard.iptcom.net> To: marcus@marcuscom.com Cc: freebsd-ports@FreeBSD.org, hackers@FreeBSD.org From: Maxim Sobolev Subject: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: eflags creash (fixed!)] X-Mailer: Pygmy (v0.5.13) Date: Thu, 15 Nov 2001 23:56:13 EET In-Reply-To: <20011115145029.G47613-200000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="192.168.1.100.0.992.1005861375.631.10189" Sender: owner-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. --192.168.1.100.0.992.1005861375.631.10189 Content-Type: text/plain On Thu, 15 Nov 2001 14:56:31 -0500 (EST), Joe Clarke wrote: > > I learned about this by reading through some of the -hackers archives. > One person complained of similar errors trying to get xine to work on > FreeBSD. Removing the MMX detection code fixed it. I remembered libpng > also used MMX, so I removed the pnggccrd.c source, and voila! > > Based on core dumps, strace output, and a lot of code surfing, this makes > sense to me. Basically, any png-dependent app's thread that runs longer > than what ITIMER_PROF is set to gets hit with a SIGPROF. When that > happens, things context switch. eflags must have been corrupted by the > MMX code, thus sigreturn() bombs out, and causes uthread_kern to die as > well. Here's what strace looks like when balsa tries to read a 33 MB > mailbox: > > 74202 sigreturn(0x81f2c64 > > When this happens, strace politely dies with a bus error. > > Thanks for testing this, Maxim. Hopefully someone can find the problem > and fix it for good. That explains... After a quick glance at png code I found that the only place where EFLAGS is altered is CPUID code, where the library flips bit 21 of EFLAGS in order to ensure that the CPUID instruction is supported (otherwise it will get SIGILL on older processors). Unfortunately, for some reason FreeBSB kernel considers bit 21 of EFLAGS as one that should not be altered in the user mode, thus making it illegal to use standard user-mode processor-detection routines based around that bit. AFAIK, it is a bug in FreeBSD, because there is actually nothing wrong with altering bit 21 in the user mode - it doesn't have any side effects and pretty much any of the currently available on the i386 OSes allows it. Therefore, I would like to ask you to test attached patch and if it works and there are no other objections I would like to commit it shortly. To test the patch, you need to recompile kernel with patch applied, reboot, recompile/reinstall png with MXX support turned on and try to run Nautilus. Please let me know if it helped or not. Thanks! -Maxim --192.168.1.100.0.992.1005861375.631.10189 Content-Type: application/octet-stream; name="psl.h.diff" Content-Transfer-Encoding: base64 SW5kZXg6IHN5cy9pMzg2L2luY2x1ZGUvcHNsLmgKPT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpSQ1MgZmlsZTogL2hvbWUv bmN2cy9zcmMvc3lzL2kzODYvaW5jbHVkZS9wc2wuaCx2CnJldHJpZXZpbmcgcmV2aXNpb24gMS4x MApkaWZmIC1kIC11IC1yMS4xMCBwc2wuaAotLS0gc3lzL2kzODYvaW5jbHVkZS9wc2wuaAkyOCBB dWcgMTk5OSAwMDo0NDoyMiAtMDAwMAkxLjEwCisrKyBzeXMvaTM4Ni9pbmNsdWRlL3BzbC5oCTE1 IE5vdiAyMDAxIDIxOjI1OjAyIC0wMDAwCkBAIC04Myw2ICs4Myw2IEBACiAgKiAzODYncy4KICAq LwogI2RlZmluZQlQU0xfVVNFUkNIQU5HRSAoUFNMX0MgfCBQU0xfUEYgfCBQU0xfQUYgfCBQU0xf WiB8IFBTTF9OIHwgUFNMX1QgXAotCQkJfCBQU0xfRCB8IFBTTF9WIHwgUFNMX05UIHwgUFNMX0FD KQorCQkJfCBQU0xfRCB8IFBTTF9WIHwgUFNMX05UIHwgUFNMX0FDIHwgUFNMX0lEKQogCiAjZW5k aWYgLyogIV9NQUNISU5FX1BTTF9IXyAqLwo= --192.168.1.100.0.992.1005861375.631.10189-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 14:12:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 1181437B405 for ; Thu, 15 Nov 2001 14:12:34 -0800 (PST) Received: (qmail 14733 invoked from network); 15 Nov 2001 22:12:04 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Nov 2001 22:12:04 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200111152156.XAA79972@ipcard.iptcom.net> Date: Thu, 15 Nov 2001 14:12:32 -0800 (PST) From: John Baldwin To: Maxim Sobolev Subject: RE: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: efl Cc: hackers@FreeBSD.org, freebsd-ports@FreeBSD.org, marcus@marcuscom.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 15-Nov-01 Maxim Sobolev wrote: > That explains... After a quick glance at png code I found that > the only place where EFLAGS is altered is CPUID code, where > the library flips bit 21 of EFLAGS in order to ensure that the > CPUID instruction is supported (otherwise it will get SIGILL > on older processors). Unfortunately, for some reason FreeBSB > kernel considers bit 21 of EFLAGS as one that should not be > altered in the user mode, thus making it illegal to use standard > user-mode processor-detection routines based around that bit. > AFAIK, it is a bug in FreeBSD, because there is actually nothing > wrong with altering bit 21 in the user mode - it doesn't have > any side effects and pretty much any of the currently available > on the i386 OSes allows it. Agreed, patch looks good to me. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 14:36:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 247CF37B419; Thu, 15 Nov 2001 14:36:36 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fAFMadn10807; Thu, 15 Nov 2001 17:36:39 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 15 Nov 2001 17:36:39 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: freebsd-ports@FreeBSD.org, Subject: Re: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: eflags creash (fixed!)] In-Reply-To: <200111152156.XAA79972@ipcard.iptcom.net> Message-ID: <20011115173550.W47613-100000@shumai.marcuscom.com> 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, 15 Nov 2001, Maxim Sobolev wrote: > On Thu, 15 Nov 2001 14:56:31 -0500 (EST), Joe Clarke wrote: > > > > I learned about this by reading through some of the -hackers archives. > > One person complained of similar errors trying to get xine to work on > > FreeBSD. Removing the MMX detection code fixed it. I remembered libpng > > also used MMX, so I removed the pnggccrd.c source, and voila! > > > > Based on core dumps, strace output, and a lot of code surfing, this makes > > sense to me. Basically, any png-dependent app's thread that runs longer > > than what ITIMER_PROF is set to gets hit with a SIGPROF. When that > > happens, things context switch. eflags must have been corrupted by the > > MMX code, thus sigreturn() bombs out, and causes uthread_kern to die as > > well. Here's what strace looks like when balsa tries to read a 33 MB > > mailbox: > > > > 74202 sigreturn(0x81f2c64 > > > > When this happens, strace politely dies with a bus error. > > > > Thanks for testing this, Maxim. Hopefully someone can find the problem > > and fix it for good. > > That explains... After a quick glance at png code I found that > the only place where EFLAGS is altered is CPUID code, where > the library flips bit 21 of EFLAGS in order to ensure that the > CPUID instruction is supported (otherwise it will get SIGILL > on older processors). Unfortunately, for some reason FreeBSB > kernel considers bit 21 of EFLAGS as one that should not be > altered in the user mode, thus making it illegal to use standard > user-mode processor-detection routines based around that bit. > AFAIK, it is a bug in FreeBSD, because there is actually nothing > wrong with altering bit 21 in the user mode - it doesn't have > any side effects and pretty much any of the currently available > on the i386 OSes allows it. > > Therefore, I would like to ask you to test attached patch and > if it works and there are no other objections I would like to > commit it shortly. To test the patch, you need to recompile > kernel with patch applied, reboot, recompile/reinstall png with > MXX support turned on and try to run Nautilus. Please let me know > if it helped or not. Works like a champ! Thanks a lot for taking this to the next step. It's really good to have full Gnome functionality. Joe > > Thanks! > > -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 14:42:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 04EE737B416; Thu, 15 Nov 2001 14:42:43 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.12.1/8.12.1) id fAFMfWZa011587; Thu, 15 Nov 2001 17:41:32 -0500 (EST) Date: Thu, 15 Nov 2001 17:41:32 -0500 (EST) From: Daniel Eischen To: Maxim Sobolev Cc: marcus@marcuscom.com, freebsd-ports@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: eflags creash (fixed!)] In-Reply-To: <200111152156.XAA79972@ipcard.iptcom.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 Thu, 15 Nov 2001, Maxim Sobolev wrote: > On Thu, 15 Nov 2001 14:56:31 -0500 (EST), Joe Clarke wrote: > > > > I learned about this by reading through some of the -hackers archives. > > One person complained of similar errors trying to get xine to work on > > FreeBSD. Removing the MMX detection code fixed it. I remembered libpng > > also used MMX, so I removed the pnggccrd.c source, and voila! > > > > Based on core dumps, strace output, and a lot of code surfing, this makes > > sense to me. Basically, any png-dependent app's thread that runs longer > > than what ITIMER_PROF is set to gets hit with a SIGPROF. When that > > happens, things context switch. eflags must have been corrupted by the > > MMX code, thus sigreturn() bombs out, and causes uthread_kern to die as > > well. Here's what strace looks like when balsa tries to read a 33 MB > > mailbox: > > > > 74202 sigreturn(0x81f2c64 > > > > When this happens, strace politely dies with a bus error. > > > > Thanks for testing this, Maxim. Hopefully someone can find the problem > > and fix it for good. > > That explains... After a quick glance at png code I found that > the only place where EFLAGS is altered is CPUID code, where > the library flips bit 21 of EFLAGS in order to ensure that the > CPUID instruction is supported (otherwise it will get SIGILL > on older processors). Unfortunately, for some reason FreeBSB Does it need to keep bit 21 of EFLAGS flipped, or can libpng set it back and keep knowledge that CPUID is supported? Or does that bit need to remain set for CPUID to work? > kernel considers bit 21 of EFLAGS as one that should not be > altered in the user mode, thus making it illegal to use standard > user-mode processor-detection routines based around that bit. > AFAIK, it is a bug in FreeBSD, because there is actually nothing > wrong with altering bit 21 in the user mode - it doesn't have > any side effects and pretty much any of the currently available > on the i386 OSes allows it. > > Therefore, I would like to ask you to test attached patch and > if it works and there are no other objections I would like to > commit it shortly. To test the patch, you need to recompile > kernel with patch applied, reboot, recompile/reinstall png with > MXX support turned on and try to run Nautilus. Please let me know > if it helped or not. If at all possible, a fix should be committed that wouldn't necessitate a new kernel be built for -stable. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 15: 5:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 44CCE37B416 for ; Thu, 15 Nov 2001 15:05:51 -0800 (PST) Received: (qmail 2551 invoked from network); 15 Nov 2001 23:05:50 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Nov 2001 23:05:50 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 15 Nov 2001 15:05:49 -0800 (PST) From: John Baldwin To: Daniel Eischen Subject: Re: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: efl Cc: hackers@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, marcus@marcuscom.com, Maxim Sobolev Sender: owner-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 15-Nov-01 Daniel Eischen wrote: > On Thu, 15 Nov 2001, Maxim Sobolev wrote: >> On Thu, 15 Nov 2001 14:56:31 -0500 (EST), Joe Clarke wrote: >> > >> > I learned about this by reading through some of the -hackers archives. >> > One person complained of similar errors trying to get xine to work on >> > FreeBSD. Removing the MMX detection code fixed it. I remembered libpng >> > also used MMX, so I removed the pnggccrd.c source, and voila! >> > >> > Based on core dumps, strace output, and a lot of code surfing, this makes >> > sense to me. Basically, any png-dependent app's thread that runs longer >> > than what ITIMER_PROF is set to gets hit with a SIGPROF. When that >> > happens, things context switch. eflags must have been corrupted by the >> > MMX code, thus sigreturn() bombs out, and causes uthread_kern to die as >> > well. Here's what strace looks like when balsa tries to read a 33 MB >> > mailbox: >> > >> > 74202 sigreturn(0x81f2c64 >> > >> > When this happens, strace politely dies with a bus error. >> > >> > Thanks for testing this, Maxim. Hopefully someone can find the problem >> > and fix it for good. >> >> That explains... After a quick glance at png code I found that >> the only place where EFLAGS is altered is CPUID code, where >> the library flips bit 21 of EFLAGS in order to ensure that the >> CPUID instruction is supported (otherwise it will get SIGILL >> on older processors). Unfortunately, for some reason FreeBSB > > Does it need to keep bit 21 of EFLAGS flipped, or can libpng > set it back and keep knowledge that CPUID is supported? Or > does that bit need to remain set for CPUID to work? It needs to be able to change it. If you can change the value of the bit (done by pushf ; pop %eax ; mov %eax,%ebx ; xor $PSL_ID,%eax ; push %eax ; popf ; pushf ; pop %eax ; compare bit PSL_ID of eax ebx to see if they match). The problem is if a signal comes in during the middle of that bit toggling due to a profiling timer. I think the problem may be that it uses a sequence that leaves the bit set, thus the kernel freaks out thinking that the user has changed a kernel only flag. The solution is Maxim's patch to make the kernel not care about the flag (which it shouldn't since cpuid is not a privileged instruction). > If at all possible, a fix should be committed that wouldn't > necessitate a new kernel be built for -stable. Perhaps if you patched libpng to block all signals and changed the code to add a pushf/popf around the entire sequence to preserve the PSL_ID flag. You would need to do this for xien and other apps that attempt to use cpuid as well. Fixing the kernel is much easier as Maxim's patch shows. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 15: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 A7E6337B418; Thu, 15 Nov 2001 15:19:16 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFNEcS87171; Thu, 15 Nov 2001 15:14:38 -0800 (PST) (envelope-from pat) Date: Thu, 15 Nov 2001 15:14:38 -0800 (PST) From: Message-Id: <200111152314.fAFNEcS87171@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, pat@FreeBSD.org Subject: Re: ports/31969: Fix broken distfile for www/aolserver Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix broken distfile for www/aolserver Responsible-Changed-From-To: freebsd-ports->pat Responsible-Changed-By: pat Responsible-Changed-When: Thu Nov 15 15:08:06 PST 2001 Responsible-Changed-Why: I'll take care of this one. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 15:42:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id C4D8A37B405; Thu, 15 Nov 2001 15:42:55 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fAFNgmU01071; Thu, 15 Nov 2001 15:42:48 -0800 (PST) (envelope-from obrien) Date: Thu, 15 Nov 2001 15:42:48 -0800 From: "David O'Brien" To: Marcel Moolenaar Cc: Andreas Klemm , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011115154248.B1031@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20011112060014.GA489@titan.klemm.gtn.com> <20011111232603.A14074@athlon.pn.xcllnt.net> <20011115090311.C2084@dragon.nuxi.com> <20011115123424.B36113@kayak.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011115123424.B36113@kayak.xcllnt.net>; from marcel@xcllnt.net on Thu, Nov 15, 2001 at 12:34:24PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Nov 15, 2001 at 12:34:24PM -0800, Marcel Moolenaar wrote: > I don't have any plans for the 6.2 port. I didn't even create the thing > and as I said before it should not have been created at all. It sounds like you do. Don't get hung up on the port directory name for this question. Do we need to have two Linux ports for enternity? One that provides RH 6.x compat and one that provides RH 7.x compatibility? I will respond to the rest of your email once I know this answer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 16: 2:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.shikoku.ne.jp (smtp.shikoku.ne.jp [210.143.160.28]) by hub.freebsd.org (Postfix) with SMTP id 5A45237B416 for ; Thu, 15 Nov 2001 16:02:05 -0800 (PST) Received: (qmail 82116 invoked from network); 15 Nov 2001 23:59:36 -0000 Received: from unknown (HELO mebius.private) (210.143.174.88) by smtp.shikoku.ne.jp with SMTP; 15 Nov 2001 23:59:36 -0000 Date: Fri, 16 Nov 2001 09:05:34 +0900 (JST) Message-Id: <20011116.090533.74735903.nin@smtp.shikoku.ne.jp> To: noel@koethe.net Cc: ports@freebsd.org Subject: Re: security/cyrus-sasl compile problem From: NINOMIYA Hideyuki In-Reply-To: <20011115181704.B28661@hopi.hostsharing.net> References: <20011115181704.B28661@hopi.hostsharing.net> X-cite-me: nin X-PGP-Fingerprint: 6C59 EC08 5B23 6490 44D0 7CD3 DA40 219F 7114 8553 X-PGP-Public-Key: http://user.shikoku.ne.jp/~nin/pgp/public-key.txt X-URI: http://user.shikoku.ne.jp/~nin/index.html X-URI: http://home.Jp.FreeBSD.org/~nin/index.html X-Mailer: Mew version 3.0.50 on Emacs 21.1 / Mule 5.0 X-Face: R#rQ~9ds84W^$S/"*e~%3L-S`8Nnr&L#!,L2!%E{eo@1#Z#m&LS^_`B3K[[du>B+U<-yIYU P.6/YPs8sL#S>.sZcktuaFr96.2K(.v@GopoW1({*N[cVK7w2$Hu>Lv3qRlCd~c#c)I/]5m;0"}=`L21WL3a04T~1zN Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp 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, Noel Koethe wrote: date: Thu, 15 Nov 2001 18:17:04 +0100 $B:"$K(B Subject: security/cyrus-sasl compile problem Message-Id: <20011115181704.B28661@hopi.hostsharing.net> > I have a problem when compiling cyrus-sasl from the ports > > ===> Extracting for cyrus-sasl-1.5.24_7 > ===> Configuring for cyrus-sasl-1.5.24_7 > autoheader: not found > *** Error code 127 > > I thing its a dependencies problem. But I don't know what package provides > "autoheader". It is successful when I edit port Makefile. AUTOHEADER=autoheader I edit this line with AUTOHEADER=autoheader213 This will be a autoconf vs autoconf213 problem. I do not understand which cyrus-sasl should DEPENDS on. ---- *************************************************************** * This message is a thing by output of automatic translation. * * Therefore it will be for there to be a lot of funny parts. * * Please approve it. * *************************************************************** NINOMIYA(family name) Hideyuki(fast name) @ ehime japan mailto:nin@shikoku.ne.jp mailto:nin@Jp.FreeBSD.org PGP-Fingerprint:6C59 EC08 5B23 6490 44D0 7CD3 DA40 219F 7114 8553 PGP-Public-Key: http://user.shikoku.ne.jp/~nin/pgp/public-key.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 16:10:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 812C837B416; Thu, 15 Nov 2001 16:10:15 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id CAA08165; Fri, 16 Nov 2001 02:10:12 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from notebook.vega.com (h141.227.dialup.iptcom.net [212.9.227.141]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id CAA15164; Fri, 16 Nov 2001 02:10:08 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-Id: <200111160010.CAA15164@ipcard.iptcom.net> To: eischen@pcnet1.pcnet.com Cc: marcus@marcuscom.com, freebsd-ports@FreeBSD.org, hackers@FreeBSD.org From: Maxim Sobolev Subject: Re: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: eflags creash (fixed!)] X-Mailer: Pygmy (v0.5.13) Date: Fri, 16 Nov 2001 02:10:01 EET In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 15 Nov 2001 17:41:32 -0500 (EST), Daniel Eischen wrote: > On Thu, 15 Nov 2001, Maxim Sobolev wrote: > > On Thu, 15 Nov 2001 14:56:31 -0500 (EST), Joe Clarke wrote: > > > > > > I learned about this by reading through some of the -hackers archives. > > > One person complained of similar errors trying to get xine to work on > > > FreeBSD. Removing the MMX detection code fixed it. I remembered libpng > > > also used MMX, so I removed the pnggccrd.c source, and voila! > > > > > > Based on core dumps, strace output, and a lot of code surfing, this makes > > > sense to me. Basically, any png-dependent app's thread that runs longer > > > than what ITIMER_PROF is set to gets hit with a SIGPROF. When that > > > happens, things context switch. eflags must have been corrupted by the > > > MMX code, thus sigreturn() bombs out, and causes uthread_kern to die as > > > well. Here's what strace looks like when balsa tries to read a 33 MB > > > mailbox: > > > > > > 74202 sigreturn(0x81f2c64 > > > > > > When this happens, strace politely dies with a bus error. > > > > > > Thanks for testing this, Maxim. Hopefully someone can find the problem > > > and fix it for good. > > > > That explains... After a quick glance at png code I found that > > the only place where EFLAGS is altered is CPUID code, where > > the library flips bit 21 of EFLAGS in order to ensure that the > > CPUID instruction is supported (otherwise it will get SIGILL > > on older processors). Unfortunately, for some reason FreeBSB > > Does it need to keep bit 21 of EFLAGS flipped, or can libpng > set it back and keep knowledge that CPUID is supported? Or > does that bit need to remain set for CPUID to work? No it doesn't need it to be in any specific state. The only knowelege a program gains from the bit 21 is that its state could be changed, which means that CPUID instruction is supported. Unfortunately original libpng doesn't bother to set the state of the bit back, which exposed this problem. > If at all possible, a fix should be committed that wouldn't > necessitate a new kernel be built for -stable. Yes, I was also thinking about that. I've committed a patch, which restores state of the bit 21 as soon as possible. There is still a chance that the program will get a signal during that time, but this change is rather slim. The "unsafe" piece of code in question looks like: popfl <-load eflags with bit 21 flipped pushfl <-save resulting eflags + popl %%eax <-load resulting eflags into eax + pushl %%ecx <-save original eflags popfl <-restore original eflags Of course, it is possible to either mask all signals during detection period, or rip out detection code based around eflags and replace it with SIGILL handler, but this will cannibalize on speed improvement from MMX optimisations because of the additonal overhead associated with doing syscall necessary to set-up signal handler or signal mask. In any case, tomorrow I will test this workaround extensively, and if it appears that it is not sufficient to prevent `sigreturn: eflags...' errors, then I'll just disable MMX code in the libpng. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 16:11: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id BF61C37B416; Thu, 15 Nov 2001 16:10:46 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.12.1/8.12.1) id fAG09etu025898; Thu, 15 Nov 2001 19:09:40 -0500 (EST) Date: Thu, 15 Nov 2001 19:09:40 -0500 (EST) From: Daniel Eischen To: John Baldwin Cc: hackers@FreeBSD.org, freebsd-ports@FreeBSD.org, marcus@marcuscom.com, Maxim Sobolev Subject: Re: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: efl In-Reply-To: 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 Thu, 15 Nov 2001, John Baldwin wrote: > On 15-Nov-01 Daniel Eischen wrote: > > On Thu, 15 Nov 2001, Maxim Sobolev wrote: > >> On Thu, 15 Nov 2001 14:56:31 -0500 (EST), Joe Clarke wrote: > >> > > >> > I learned about this by reading through some of the -hackers archives. > >> > One person complained of similar errors trying to get xine to work on > >> > FreeBSD. Removing the MMX detection code fixed it. I remembered libpng > >> > also used MMX, so I removed the pnggccrd.c source, and voila! > >> > > >> > Based on core dumps, strace output, and a lot of code surfing, this makes > >> > sense to me. Basically, any png-dependent app's thread that runs longer > >> > than what ITIMER_PROF is set to gets hit with a SIGPROF. When that > >> > happens, things context switch. eflags must have been corrupted by the > >> > MMX code, thus sigreturn() bombs out, and causes uthread_kern to die as > >> > well. Here's what strace looks like when balsa tries to read a 33 MB > >> > mailbox: > >> > > >> > 74202 sigreturn(0x81f2c64 > >> > > >> > When this happens, strace politely dies with a bus error. > >> > > >> > Thanks for testing this, Maxim. Hopefully someone can find the problem > >> > and fix it for good. > >> > >> That explains... After a quick glance at png code I found that > >> the only place where EFLAGS is altered is CPUID code, where > >> the library flips bit 21 of EFLAGS in order to ensure that the > >> CPUID instruction is supported (otherwise it will get SIGILL > >> on older processors). Unfortunately, for some reason FreeBSB > > > > Does it need to keep bit 21 of EFLAGS flipped, or can libpng > > set it back and keep knowledge that CPUID is supported? Or > > does that bit need to remain set for CPUID to work? > > It needs to be able to change it. If you can change the value of the bit (done > by pushf ; pop %eax ; mov %eax,%ebx ; xor $PSL_ID,%eax ; push %eax ; popf ; > pushf ; pop %eax ; compare bit PSL_ID of eax ebx to see if they match). > The problem is if a signal comes in during the middle of that bit toggling due > to a profiling timer. I think the problem may be that it uses a sequence that > leaves the bit set, thus the kernel freaks out thinking that the user has > changed a kernel only flag. The solution is Maxim's patch to make the kernel > not care about the flag (which it shouldn't since cpuid is not a privileged > instruction). I just thought perhaps libpng could do something like: static int init_done = 0; static int cpuid_supported = 0; ... if (init_done == 0) { block_all_sigs(); cpuid_supported = check_cpuid(); init_done = 1; unblock_sigs(); } But if it always needs to change the bit, I guess the above doesn't help. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 16:52:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.dsab.rresearch.com (c1737633-a.bllvu1.wa.home.com [24.176.11.38]) by hub.freebsd.org (Postfix) with ESMTP id B042A37B416 for ; Thu, 15 Nov 2001 16:52:55 -0800 (PST) Received: by mail.dsab.rresearch.com (Postfix, from userid 1000) id 184B4701E; Thu, 15 Nov 2001 16:52:55 -0800 (PST) Date: Thu, 15 Nov 2001 16:52:54 -0800 From: Scott Blachowicz To: Mike Hogsett Cc: freebsd-ports@freebsd.org Subject: Re: port : nmh Message-ID: <20011115165254.A71824@sabami.seaslug.org> Reply-To: Scott Blachowicz References: <200111151853.fAFIrks19617@glob.csl.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111151853.fAFIrks19617@glob.csl.sri.com>; from hogsett@csl.sri.com on Thu, Nov 15, 2001 at 10:53:46AM -0800 Sender: owner-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, Nov 15, 2001 at 10:53:46AM -0800, Mike Hogsett wrote: > > hogx# cd /usr/ports/mail/nmh > hogx# make > ===> Building for nmh-1.0.4_1 > cd . && autoheader > autoheader: not found > *** Error code 127 Well...The port Makefile has USE_AUTOCONF= yes and autoheader is part of autoconf, so it seems like it should be OK. And my copy of /usr/ports/Mk/bsd.port.mk has these lines in there: .if defined(USE_AUTOCONF) GNU_CONFIGURE= yes BUILD_DEPENDS+= autoconf213:${PORTSDIR}/devel/autoconf213 .endif which should get it built/installed before trying to build nmh. Hmmm...in scanning for "autoheader" among 'pkg_info -L' output, I see that the autoconf-2.13_1 pkg has "autoheader" in it and the package autoconf213-2.13.000227 has "autoheader213" in it. So, it looks like the command names change somewhere in here? How is a standard autoconf'd package supposed to know to run "autoheader213" instead of "autoheader"? Does the port have to patch it up to use the new command name? -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 16:54:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 5619837B418 for ; Thu, 15 Nov 2001 16:54:29 -0800 (PST) Received: (qmail 28277 invoked from network); 16 Nov 2001 00:54:28 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Nov 2001 00:54:28 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 15 Nov 2001 16:54:27 -0800 (PST) From: John Baldwin To: Daniel Eischen Subject: Re: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: efl Cc: Maxim Sobolev , marcus@marcuscom.com, freebsd-ports@FreeBSD.org, hackers@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 16-Nov-01 Daniel Eischen wrote: > On Thu, 15 Nov 2001, John Baldwin wrote: >> On 15-Nov-01 Daniel Eischen wrote: >> > On Thu, 15 Nov 2001, Maxim Sobolev wrote: >> >> On Thu, 15 Nov 2001 14:56:31 -0500 (EST), Joe Clarke wrote: >> >> > >> >> > I learned about this by reading through some of the -hackers archives. >> >> > One person complained of similar errors trying to get xine to work on >> >> > FreeBSD. Removing the MMX detection code fixed it. I remembered >> >> > libpng >> >> > also used MMX, so I removed the pnggccrd.c source, and voila! >> >> > >> >> > Based on core dumps, strace output, and a lot of code surfing, this >> >> > makes >> >> > sense to me. Basically, any png-dependent app's thread that runs >> >> > longer >> >> > than what ITIMER_PROF is set to gets hit with a SIGPROF. When that >> >> > happens, things context switch. eflags must have been corrupted by the >> >> > MMX code, thus sigreturn() bombs out, and causes uthread_kern to die as >> >> > well. Here's what strace looks like when balsa tries to read a 33 MB >> >> > mailbox: >> >> > >> >> > 74202 sigreturn(0x81f2c64 >> >> > >> >> > When this happens, strace politely dies with a bus error. >> >> > >> >> > Thanks for testing this, Maxim. Hopefully someone can find the problem >> >> > and fix it for good. >> >> >> >> That explains... After a quick glance at png code I found that >> >> the only place where EFLAGS is altered is CPUID code, where >> >> the library flips bit 21 of EFLAGS in order to ensure that the >> >> CPUID instruction is supported (otherwise it will get SIGILL >> >> on older processors). Unfortunately, for some reason FreeBSB >> > >> > Does it need to keep bit 21 of EFLAGS flipped, or can libpng >> > set it back and keep knowledge that CPUID is supported? Or >> > does that bit need to remain set for CPUID to work? >> >> It needs to be able to change it. If you can change the value of the bit >> (done >> by pushf ; pop %eax ; mov %eax,%ebx ; xor $PSL_ID,%eax ; push %eax ; popf ; >> pushf ; pop %eax ; compare bit PSL_ID of eax ebx to see if they match). >> The problem is if a signal comes in during the middle of that bit toggling >> due >> to a profiling timer. I think the problem may be that it uses a sequence >> that >> leaves the bit set, thus the kernel freaks out thinking that the user has >> changed a kernel only flag. The solution is Maxim's patch to make the >> kernel >> not care about the flag (which it shouldn't since cpuid is not a privileged >> instruction). > > I just thought perhaps libpng could do something like: > > static int init_done = 0; > static int cpuid_supported = 0; > > ... > > if (init_done == 0) { > block_all_sigs(); > cpuid_supported = check_cpuid(); > init_done = 1; > unblock_sigs(); > } > > But if it always needs to change the bit, I guess the above doesn't help. No, that's correct. The problem is the check_cpuid() function left the state of the PSL_ID flag bit changed. :) So you need to change the check_cpuid() to include a wrapper to save/restore the flags. Maxim just committed a change to do this. I'm not sure if he included the signal blocking though. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 17: 0:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ginsberg.uol.com.br (ginsberg.uol.com.br [200.231.206.26]) by hub.freebsd.org (Postfix) with ESMTP id 7D39837B416 for ; Thu, 15 Nov 2001 17:00:31 -0800 (PST) Received: from 200.181.49.76 ([200.181.49.76]) by ginsberg.uol.com.br (8.9.1/8.9.1) with ESMTP id WAA24708 for ; Thu, 15 Nov 2001 22:58:09 -0200 (BRST) Received: (qmail 2863 invoked by uid 1001); 16 Nov 2001 01:00:40 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Thu, 15 Nov 2001 23:00:18 -0200 To: Maxim Sobolev Cc: Will Andrews , Thomas Gellekum , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20011115230018.A2836@exxodus.fedaykin.here> References: <200111131312.fADDCC911711@freefall.freebsd.org> <20011114014833.A17257@exxodus.fedaykin.here> <20011113225250.I17600@casimir.physics.purdue.edu> <3BF40798.7F66C0DD@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BF40798.7F66C0DD@FreeBSD.org>; from sobomax@FreeBSD.org on Thu, Nov 15, 2001 at 08:20:50PM +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 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Nov 15, 2001 at 08:20:50PM +0200, Maxim Sobolev wrote: > Will Andrews wrote: > > > > On Wed, Nov 14, 2001 at 01:48:33AM -0200, Mario Sergio Fujikawa Ferreira wrote: > > > That's sweeeet but what about discussing this one too? > > > It was proposed a while ago. :) So that we can automagically take > > > care of this based on _VER > > > > Yes, please. > > This patch is incomplete because it lacks documentation in the > comments at the beginning of the file. Please extend it appropriately > and resubmit. Other than that looks fine to me. Sweeet. I added some documentation. Could you review? Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-autotools --- bsd.port.mk.orig Tue Nov 13 11:11:49 2001 +++ bsd.port.mk Thu Nov 15 20:33:36 2001 @@ -139,18 +139,54 @@ # the system or installed from a port. # USE_GMAKE - Says that the port uses gmake. # GMAKE - Set to path of GNU make if not in $PATH (default: gmake). -# USE_AUTOMAKE - Says that the port uses automake. Implies USE_AUTOCONF. +# USE_AUTOMAKE - Says that the port uses automake. Implies +# USE_AUTOCONF and USE_AUTOMAKE_VER?=14. +# USE_AUTOMAKE_VER - Says that the port uses automake. Possible +# values: 14, 15; +# each specify a version of automake to use +# and appropriatly set both AUTOMAKE{,_DIR} +# and ACLOCAL{,_DIR} variables. +# Implies USE_AUTOMAKE. If set with +# unknown value, defaults to 15. # AUTOMAKE - Set to path of GNU automake if not in $PATH (default: -# automake). -# AUTOMAKE_ARGS - Pass these args to automake if ${USE_AUTOMAKE} is set. -# AUTOMAKE_ENV - Pass these env (shell-like) to automake if -# ${USE_AUTOMAKE} is set. -# USE_AUTOCONF - Says that the port uses autoconf. Implies GNU_CONFIGURE. -# AUTOCONF - Set to path of GNU autoconf if not in $PATH (default: -# autoconf). -# AUTOCONF_ARGS - Pass these args to autoconf if ${USE_AUTOCONF} is set. -# AUTOCONF_ENV - Pass these env (shell-like) to autoconf if -# ${USE_AUTOCONF} is set. +# according to USE_AUTOMAKE_VER value) +# AUTOMAKE_ARGS - Pass these args to ${AUTOMAKE} if ${USE_AUTOMAKE_VER} is set. +# AUTOMAKE_ENV - Pass these env (shell-like) to ${AUTOMAKE} if +# ${USE_AUTOMAKE_VER} is set. +# ACLOCAL - Set to path of GNU automake aclocal if not in $PATH (default: +# according to USE_AUTOMAKE_VER value) +# ACLOCAL_DIR - Set to path of GNU automake aclocal shared directory (default: +# according to USE_AUTOMAKE_VER value) +# AUTOMAKE_DIR - Set to path of GNU automake shared directory (default: +# according to USE_AUTOMAKE_VER value) +# USE_AUTOCONF_VER - Says that the port uses autoconf. Possible +# values: 213; +# each specify a version of autoconf to use +# and appropriatly set both AUTOCONF{,_DIR} +# and ACLOCAL{,_DIR} variables. +# Implies USE_AUTOCONF. If set with +# unknown value, defaults to 213. +# USE_AUTOCONF - Says that the port uses autoconf. Implies +# GNU_CONFIGURE and USE_AUTOCONF_VER?=213. +# AUTOCONF - Set to path of GNU autoconf if not in $PATH (default: +# according to USE_AUTOCONF_VER value) +# AUTOCONF_ARGS - Pass these args to ${AUTOCONF} if ${USE_AUTOCONF} is set. +# AUTOCONF_ENV - Pass these env (shell-like) to ${AUTOCONF} if +# ${USE_AUTOCONF} is set. +# AUTOHEADER - Set to path of GNU autoconf autoheader +# if not in $PATH (default: according +# to USE_AUTOCONF_VER value) +# AUTORECONF - Set to path of GNU autoconf autoreconf +# if not in $PATH (default: according +# to USE_AUTOCONF_VER value) +# AUTOSCAN - Set to path of GNU autoconf autoscan +# if not in $PATH (default: according +# to USE_AUTOCONF_VER value) +# AUTOIFNAMES - Set to path of GNU autoconf autoifnames +# if not in $PATH (default: according +# to USE_AUTOCONF_VER value) +# AUTOCONF_DIR - Set to path of GNU autoconf shared directory (default: +# according to USE_AUTOCONF_VER value) # USE_LIBTOOL - Says that the port uses Libtool. Implies GNU_CONFIGURE. # LIBTOOL - Set to path of libtool (default: libtool). # LIBTOOLFILES - Files to patch for libtool (defaults: "aclocal.m4" if @@ -791,13 +827,44 @@ BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake CONFIGURE_ENV+= MAKE=${GMAKE} .endif -.if defined(USE_AUTOMAKE) +.if defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER) USE_AUTOCONF= yes +USE_AUTOMAKE?= yes +USE_AUTOMAKE_VER?= 14 +.endif +.if defined(USE_AUTOMAKE_VER) +.if ${USE_AUTOMAKE_VER} == 14 BUILD_DEPENDS+= automake14:${PORTSDIR}/devel/automake14 + +USE_AUTOCONF_VER?= 213 + +AUTOMAKE?= automake14 +ACLOCAL?= aclocal14 +ACLOCAL_DIR?= ${LOCALBASE}/share/automake14/aclocal +AUTOMAKE_DIR?= ${LOCALBASE}/share/automake14/automake +.else +BUILD_DEPENDS+= automake:${PORTSDIR}/devel/automake + +AUTOMAKE?= automake +ACLOCAL?= aclocal +ACLOCAL_DIR?= ${LOCALBASE}/share/aclocal +AUTOMAKE_DIR?= ${LOCALBASE}/share/automake .endif -.if defined(USE_AUTOCONF) +.endif +.if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER) +USE_AUTOCONF?= yes + GNU_CONFIGURE= yes BUILD_DEPENDS+= autoconf213:${PORTSDIR}/devel/autoconf213 + +AUTOCONF?= autoconf213 +AUTOHEADER?= autoheader213 +AUTORECONF?= autoreconf213 +AUTOSCAN?= autoscan213 +AUTOUPDATE?= autoupdate213 +AUTOIFNAMES?= ifnames213 + +AUTOCONF_DIR?= ${LOCALBASE}/share/autoconf213/autoconf .endif .if defined(USE_LIBTOOL) GNU_CONFIGURE= yes @@ -941,10 +1008,6 @@ # Miscellaneous overridable commands: GMAKE?= gmake -ACLOCAL?= aclocal14 -AUTOMAKE?= automake14 -AUTOCONF?= autoconf213 -AUTOHEADER?= autoheader213 LIBTOOL?= libtool XMKMF?= xmkmf -a .if exists(/sbin/md5) --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 17:10: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 6A73337B418 for ; Thu, 15 Nov 2001 17:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG1A1A06272; Thu, 15 Nov 2001 17:10:01 -0800 (PST) (envelope-from gnats) Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id 2282F37B418; Thu, 15 Nov 2001 17:06:05 -0800 (PST) Received: (from root@localhost) by mail.wlcg.com (8.11.6/8.11.6) id fAG164h73731; Thu, 15 Nov 2001 20:06:04 -0500 (EST) (envelope-from rsimmons) Received: (from rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6av) id fAG163U73717; Thu, 15 Nov 2001 20:06:03 -0500 (EST) (envelope-from rsimmons) Message-Id: <200111160106.fAG163U73717@mail.wlcg.com> Date: Thu, 15 Nov 2001 20:06:03 -0500 (EST) From: Rob Simmons Reply-To: Rob Simmons To: FreeBSD-gnats-submit@freebsd.org Cc: dirk@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32022: New port: Jakarta Tomcat 4.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32022 >Category: ports >Synopsis: New port: Jakarta Tomcat 4.0.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 17:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD mail 4.4-STABLE FreeBSD 4.4-STABLE #1: Tue Oct 9 11:45:16 EDT 2001 rsimmons@mail:/usr/obj/usr/src/sys/WASABI i386 >Description: New port of Jakarta Tomcat 4.0.1 >How-To-Repeat: n/a >Fix: begin 644 tomcat4.sh.tar.gz M'XL("$%C]#L``W1O;6-A=#0NW/;1I+/O]:GP#I.O'MU)"WY MD8N3N")1E$T=*7%%VE+5U9UW"`Q)2'CM`*"H)/[NUS,`2/`ESH#=2L42!<[\ M^C'=/3U/)*%OL^1-/9Y\1_;?X:M7[]Z\L;ZSY'^O5GX?O7E]].ZM9?WT^J>W MK]X=OG[[DV4='AZ]??>=]8J.I<5_:9PP85G?B3!,'BMW/^'<>PJ&GO:_[ZW! MQ(TM^)]9\81[GL6$/7&GO&Y9?3;EEIM8;@!?CER/_Z2B2*YP90A@4._,D#*PTB9M])A.&#Q8.$"UGE>3Q18,^!PD680`4H MX+,'`+$%9PFW'%=P.PF%R^-?5-%8898>6_&1 M8F;;\T8R]Z4-1;KLCLMB&[YRW#AQ@U&XX:OH;ERS0]\'[6WYUN&Q+;9\%WF` M#+)Q>Q):ME6SUD3T[T"K5BU:^\;Z8#4'#<:5^L5\IIS.LL%92D;!9SZ_F+P^?@703E9[E0FC44A^7FN/''RW5&"^MO,I+"3ERY<]??E',A9$6 M;Y,T<<`C39DK59.DS)C[#\69*O/\^>+CYYB-^7OK7T/0<\!\;KUX]2_KSUSZ MOS(ZWYZO5IU!*'KWIL#F,;,/-$UINSW/'?]Q.RZ*/6:_11EIM]8%O[>D;<40 MQCP/(B,$.8BC.0J$Y?>K,4'6.I4!-HNSSOMGSP[?0@R>6D>O7AW*;Z\GH0]/ MGXG8]7V(F;_'$?/M,*H'/('O99$79X+SD_[I"_7WP4WO\FIP<0S6OT(M^^9+ MZZK?OKSX[=F;^BOI0N`'K8^75^U6_[=G]_?W!S?=X_Z@=?6UWQ[(1Y,DB=XW M&CE2G4'_,>'U4(P;P]3UG+BQ3*,&J`W!/0Z-W)B^^+-$\9LRK8.;TW9_\+7_ M^>2T?37G,&^VQG(%*4SWN'TQ@'\M**QT^WLNK>1!%CCYW.Z=[[#*H/5+Y)V^5>H_CJX.;J\\6BQHL_.Y?-X\[)<;_U;1Y:%*^W;,KL M)2#Y1):1A"\NORK:OSU[@&`+#YRP5A`'>_T=<"^^@6_&UHL_KZ_^NW_5_)9] M4DAS`WCV>\&759M:-6=1)@/IMTZ_00_]U\)5_P*.U,=O?XV?6[]"A;-VI]4O MPTK'_;!.37J%`FU?]"'Z=;[VFU?MWF`#7Q)@3J;!$[LA[+HCI8S".%F1L]7\ M=`D\%J5*&,^M#Y*-0;?7ZT"SJQ:MNX'MI0ZXU3!VZK)-Z_[=AVU>/??5K=X\ M[ZL?]^:BV&/>7)0!;^Z>OK7^OF*=RF,V&'S]L`Y!K#[^XQ_6;];1V[?L[=&; M_WKSZO7;H?/:_GDT//S9&1Z]^7GH'/*?V39!YV)L%;2<>3PN:ZGD8^*6BH'$ MQQ:,"GZP>JG@UCG8N77/AU;,Q90+2.Z2B24=7C:]U8>''D]4"GC>[UEQ&LEF MW"99F>]'AOE&EX< MRL[SX$;P$1<\L"$+]R./2YF8"O,0W66)3'.%@H[JKS,EP<-^1J\'G6!L'=:/ M#FX24$80>N$8TN>Z](SKZ^OWUO:`FUOA8VK.-/BHDK,,=+>25;E=2E:%0,E; MDH>5+^8IS_+S6Q;#H&#M,7Q@,'QAZ^7CR%Y[Z+B@UV3M)&]M>^N=U:9\[J.EHN\SI8)O3:\R$,>N-$L*A^R\0&N=4:%ST$+K5\+Z1C((FRA8:K[ M^1?]27C?#U-A&`C2M7;V4?`.($LN/*,)UPO`\7>74,/5;&R!39 MFD&<:T/*LV>#+'`J,[32-'L*9EQ_"KV'PY(0/."4#]/QE^)O4\UL!S)E:91[ MY!7_=PIAY#3UP?LJQNX"J\^3YH0)9L-?K<`.'3<8[PF9-]R>*)N$--3\9H8J M@CRB*$/$.`NF8`ZI[S\T(1DQ5M(&"--`S[S&>1PUF0?9$S/O)Z#Z@`T]?L)9 ML%]EXYX;:K>"1$YP[ROT/J2KUGVHPG16T92D'`CP(#->92^=_,$>2,TP2/@L MF2,9"K.=IB#TW69 MZU6TG64Q*II^+L8GSAS(TBH*\HE[7G@="L^IBI"ST8-TT.ZPG MGJ-9T9%#4K-J\$5]YGN/E)3`,B>`?V.9$-23V6,SH6O%)XD9/#S845PFT7)6 M/]#!EH7AWY$&VWG10TT6%*IVT2R+T62X&)<8\*Q7M)Q1Z=58C.WTRF>CF]UE M\T7*XK>&(DLU=/2X2D"?I5$8&K`C2VNPDV6T\J<&)Z7"NQDI%=8QKR*K51_, M:@@>IUYB5&>1.QOSEE/3,+M-U7;K#?XEH>P;&[>)5IA:5(B36PV^%N7E+D,= MFRJQ5'Q2/:>A++M9R\:Z\%,#>UXV%-%8QR!+%734NN!%GV\M:\K&T[9G5%K] MTC&Z3:-U(SI"JZ];8DL#/_)2Z!E7DH]=F<_6BCNREE*][);SJ3836LZP80)60XP5,KOE6%2H1$"CA@\C-J@6./*#AN#+Y8T):(@*U5U`X?/JE7-(N+NJJ-0W#/A M%+\UU#&O<>_H:+HH'@8ZX;PHG=QK)3JKW&NH2FWU@6&+RJ4T&G^IO(YE+570 M8"A?QM;(`:4Q[.`@[\7CAN#_EAO0M,O;:O2ZT_/+^!,U6M:O4L08[0HJD[F7 M,QDF;$5R"*U/Y#9P7.W"6FW@^G);&&@4!@)C=[2[I.!)*@*]LGP&OIYL`<[^ MKCFA/>>91:[:Z#HK'F0S#K4TYHTMNS(VBU<-.U]C:4UYL*T?,@3.ETX)F#Q. M8"`\!.6B<]N22WIZ*B7J8)C5975U<)L'$P/TKV7!O58C\'\(7KR>DLFF9;#5DD:LXC`FZ_ MX`9CCP\F8&].%WK(;4,!0]ABTX\;1RRQ)_MQ*W=ME["SB7U$P$_P9[[B28-Z M`GD*Z!G#*#82P>HOMDMP;"?N5&W&IQ6"B'M,M]S9`@C^N5T4A%"['9Q:/?OW MZSM];.]<<0.%SXGK;1O`[,DU!;OXPPA%1!YNAR%/;03#N?W;$$^OI'Y.X'F$ M_0*%*V-VCA3!@"[^%@8/N3@JFYA-@A,_J,(H4J96-$2<^CX3#P0F0V'96&9( MFX45NDWW5!=['YQ9S/OXJ$IAZ%G;L`\;Z\`LI5WT$\_ M.ZJ-#I\?-`)[[$(<@&\);6=QJ(F`!IV""`U3'BJG"F.+TW5$)DG!-!(F%*QE MU\J4FZ]VN,=2RD;T7!,]$2:A'7K8\.6^@HH&.C2R31/TE[B])&(&N1SU$+QS`0J`RO81%B'7@&E0KX6[YP:/-<@S)B\VW=M% MEX4/QFZ`XJ)+L!BMC]SF:&V":3*840+1\1!3(-0T!<\)\&P4SX.0TVVDZ-[/ M?B/.S\X1L=8=L+P(=5='+B76UD'4K2&(EH:T-7"AK3TWG&'O65IN1HP%A&7$ M?9#P]GPA0*`%^F7]X&UGW7_+;^P8P)8J$^Y%\J%9K4+%ZII7 MPTJ&.UW"*7QV^7V%7&!>M4(+*%76H!4-&P["-_/-&=AGPXLLTD>?=8G=3L-1/]0QIF>NIY80>,Q>!V1G6AV=A5U MHAG8S!EOY[<^H&,7"4Y.@"P*2'.T)SK#<`/@F>_1AA=)X,;WN@1*R:&/;(`&5X?&?ZQ&>Z&W0-4,^@?Y`O93F#+($AJ[LG0IO'<2N8 MNB(,?+U1E@%^=JE9CXD8V[[EA;0Q3RA?DX53H*+K"\*OO=&US,?Z8\10X2V0[?01ABQPG"L'EZV=5>/S&.#ET6 M`-M$)HP?Y"&C4?<=]+6FS`R`;[H="B6WY;N1`N!7>XG;O/_XQ#WT*-S\V*;N MG3KNB-L/MD>D&WF+`X?VA#X*635I##4OA[?<-IRL,^E&"I)[/EF7E:&?7YRVK^0G9%R%J5[Q0*,-W*X@PX:T7P:4K58$M(25R?3U-Z^=:4R&- M5FG]4$8SBFF_+8HC]'_R4$;?^,1:HO3VQ;9^U%6',@'E#V?,9HA[2]8%(/.# M@@#J%.V:?HC02Q%)4>@)=^IZ?,R=CSS1OY^JNE7A+LVO4R"SJY+FGH(&K771 MM4,Y4:"5@)!FK07Z:#G_=N;G["D3#^)#$'.VM::M-CQT$V&?`GD:11HYD_D(NRKHV/ MWV-Q?.]\CKF0]X\-,:UG503L_:P%?LL?05BM6)D&KH4^CSF)0" MV3:CS6U`QC_RQH?"0N4QXTXHWWFF?Y6*&8F3,$SB1"#N>%U5#>XFK%6VJ>)/ M?E@*^8#@JEF2A`,BG@FV#\W#3$REZ)483Q.#LZT7Q!(@SA`)7FP!Q#X2J+"/ MH\B30X;2"R464]F0@NM?!VE`M`^FZ3#A9&V!?,ILB0+R?J$2,G8LV]8:J/AT M*W9KK4J#W7,C[J&C[W("D[M'*@B53RNCKX:4&AQY`76CSBCXIUBA!5AYZI2\;3>S` M7EC3LH3\M=>4QDWA/[J"]5@RP8MI#H^\\*&AUD.0,]L:\V!BPLS"0Z[K5"X'5+9'W;BN@*/&^K6 M[-OSD,]YY!064>615]M71E'Y:G$@$]/[*4_.( MT+#9!VQ<_+0Z![Y6`!T2IJEBP!+KI5G<^5G+5I#@DRN2$5I=H?;7*]BXP7)% M+>5V(&_H18IVY@8.E3.W9@D/4/>%;A4(;5XSV\A:G'9%'<\6V#1+#SDXQ3': M#!G2--Y/(.='1^YQ$:OK=Q/TA;!M%$@:5FF'!/D4F,_N*<9?*URQ2OPK%3)\ M>6T&C?DLICG4W\BS[TVJ/0F`'-LU)`I M@?O]SE/I!==P@ORB<"K.;2^%>$FVV3Q'[X)=PH@E!N,,,+OQ`K^9_:9&SU[< MC3KWO4SBBMO<19W#S?&O^'S(B#Z3NRQ"E_M#+E!O<5FS(C(U+9)T]3>^CO!7 M?5;\%WT!=`4?>=PE[UD@'/\J^/X#2."WA$"^UB&'IYAR4,`R$:=A.=/(99K0 MP%.-HY?`40T1.QU#7HFC4>A\-=?@G2B&R+IOX-9N(L1=P2>P)F\GB-E9< M?5+%7=R]WKB#2>1Y))K#4ZB;N[#S/>35Y?(!4?P`A'U;&_HV+?R+3/)A"GI0 MSW%Q0Q#REKJ/7CADB#>DSZ]ZQI5Z`8N^_VX.C=WNB!$8->?$/B)=A`Z\7?'X MT0UY=(J]X[=TL0"B$C%O8CY5B]P4&2]ZRD<0Q^78!'L><1YWL/@-F.\&X\8H MX[/1NATBL;P"7"R*TJ#+&&B0%?_RO&.?T#BE82X6TPA]JQ5,:0B@S;UML4R4"9<<6^3*B!NW@8/\ MPL+'2>"&ARU$$)UXA0+2S:AKX*>NR.=I/E]ULKNBJ$AA[;QY7`:\^[;7Z%P? M7RU(U>$O,HGDK'>)E/RSH#5_B3.6N^O8`F[@6E#LB7#V4!(4W^1D.B8/3URH MKXK7T]%;!\JNPC4:V*%^@4P=)E\7ARKVO*8C0&*_<)$#8, M;?Y`T*O?LBGZDL,F:"J6,16M@.6/K-?.#YDB]C,$RLBZD9S;$Q*G7%ZY^Q MTTB*WJ%0)9X>45^9NRE*5<($_^:S2C4='@D.C[E3\]R*JPP3[D7RNVKJF,KP MR>^K=["%X4C^3>O&R8/'XPGG2=V.X\J\[Q,)<_:KN1'S/%L>ZN'Q'GX#?:X+ MC_X`&QB%HN+:4*&*ZFPH(ZZ!1":U1VE@QQ&'1Z.XQAQPI)HL7!GBUAG:-6&Z M1+8$X69O+]Q3BC#BHKH8OGJ9ZYZ".-DQB&KUC4/2)AVH-RSOT9B04FCKX)9! M/;$Q3N=?57FQN2&JKO=HPIKV5IJP_TQY2B"\?A35%=^%H03OZ;WM6A-3W@LD MWZ$M+_QF.KZQ&]<._/A<\Y&G+V)WF$7$]W/('53 M@R4B$?"#TD([H;AGPB%B_)3',-![Z/)D$CH$FL_F*>K'NBM$!M`#-C[A8Y>J M20&^XPX%1%EYKDASIL4`'R(!C&($&":,*(!8*Z!J8[5YUFE.F+K,F(B(O-)$ MPN,KJN>E=*V$_,,]UYMLR MD!4O9V=IQX'SG-[5FD2N,`#$G)@I)?#B#MD,$U"Q+?O3;#I;$"B['=A>ZG`J M1Y(G-*D'-5TF7^Y'$`+D-@.J1*;P55Q0LJ0.?9:XK`@:EL_9'1,)H^TI2'M. MH_7]W>AQUJN!8N2?VL>=]8$IPFN!/5"U\HY9^VRH@5+B2/]$<$5=EV\P9]EU MCZC$2+73S-'UE_7-#0=O8G85&2UN_7][U[;;N`U$^YROZ`](3M)M%WUK+F[7 M0.H43A9]+!19=N3(DB#)CO?OR^'%EF31'-+C-PZPV,`\10[+:Y$VZ M3J!$9%P>GTL[F':69`GK+6"FC;*HU'.E%7IW3,M>G/1)K3<@FRYLE9X87),S MT[M2GYFR=3-Z$ZSK7,B38"5*_"EGT"_Y1L34M+-N?0M?HK'H%?7!PA/HXQDZ M;KXE64G4(ZL'WQ?S']QW&7TL!)Y2#KU'*<;Z"R)*>,9["]0,[->HF0[ZWMT M@Z-+V&H_PV%YR2&F$/`AZV@SP=4G%WSO":RZ+Z(XN2$U&)FS\JMOD[G\SGKF M'DO5!5-75Q@)J[M=R9P*S$9"Y%YV%@'X1]FPC=ON$]A$;6L?[NB-)3YTOJ]J M'_/>9[#?.3%8=.<4FWNKZ[!OX*@$+;9.:`R'V;+![ZH;K?$;;H3"%GMRIH#7 MZ&-F!1X=W2[@,7YOCU#`W^DD\._(QYKLJXD*\)57=HH\I]FX[O'O\=ALS/4Z*YJ7<6C]0_9'HR^ MB:='V\B&XVV39G-T.:\ MI''_\E:.D<)DVWR#C7.66GM[F%]=>OI*K#T&K"4HS/YN63VL*B-ONH+WXK/! MW+H@NR4TGO>Y@6C>8%^LQ+. M$$&CZSK#8^6%FH&MA1`>+RG-?C5[?GY%HDZ9A`-..3L'J"KT%N40MZ<'RKTD\U?B7Q.!7%CI9KOU5O((PN-TJ:^B1[H`D:>V M\>H@7J9AE>1P/VRA`_.QHI%).+L6MR]$(U%=F[-TR/^`?5LXU714R3+9E<%- M>*N%*L,T?;<=>JS:"&T@BU:(@E,?@$:@VK1L+L&\*'H/GHV?QGOHQ/JGPU9=WT9HBLWVLLLS=MGZ$]>/ICGE;5^F>5]I;F1[^IWDLU MC/O>4DZK\-@TN3U37-=>VW.H!'O-+80T0YR=@^["-;OR:D8'S3C*[)4RN4?! MI6!ATM[%IIE3B>:;M;T2,Y^+Y>/W)/YX*W;6FGB%55W"IQYK1:UTT&`S$'*` M*E0`HIP+@*F("L.!D>;A&4";!-#L7U-`+X6#(UV9YP/IOH`M^?Y4M)D/*C@L MOJD`-(R2D;PYPLU$!L0'(GR#-DG<)',[/1QZ(;:Y(ZGY:15-M$3!S2`UTC$C MQ82*$:<%=+^\^5-AEA_F\7;[T%(Q][&I]?4+10-ST9129Q$X*5LJH>#QJ>/=]HG\X!C6X%%3\B]C4DI".CZ3 M2LAG;,[L*6-U91C_>K\(,5\ZN[X8]26("3FC]J5^A+Q\=9?2$^HFJIH-;7%6 MN$821R<6>P@)Q2($:?WD0SI"QAS9T",-(N[Z(BU"6+>F(SR?J7OY"AE?]QH1 M>EHR1K%R3$-V-H\[@9NFO9:=QOYH12LU%-@<'(<>G&""=L6\/Q&=S9`4O5N$ MB$WL8B`BD_'D9%9`]H]&JC-97-5=]&QU+/"X2BE7[A#02!?4Y*AMF&,XJ>R@ MA2Z]2!^.Y*9OKV6A@8):%+6%3;687CR$":=-;X=+G`1I$[N!"P:8+OGH]\-Z MN2Y)-X,ND@=^SA='/P[1'Y8M=4FZ)XODXX<4RX%/H8%(M` M+1DK;/FQ#$H>S9OLTN;JZB+%BQ+%BQ+%BQ+%2UO^![O>,LP`:`$` ` 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 Nov 15 17:10: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 3F09037B41B for ; Thu, 15 Nov 2001 17:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG1A1m06292; Thu, 15 Nov 2001 17:10:01 -0800 (PST) (envelope-from gnats) Received: from spyros.hermans.ca (h24-65-98-68.ed.shawcable.net [24.65.98.68]) by hub.freebsd.org (Postfix) with ESMTP id 9969B37B417 for ; Thu, 15 Nov 2001 17:09:19 -0800 (PST) Received: by spyros.hermans.ca (Postfix, from userid 1000) id 53B532F9C3C; Thu, 15 Nov 2001 18:09:18 -0700 (MST) Message-Id: <20011116010918.53B532F9C3C@spyros.hermans.ca> Date: Thu, 15 Nov 2001 18:09:18 -0700 (MST) From: Jamie Hermans Reply-To: Jamie Hermans To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32024: Update port www/gallery Sender: owner-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: 32024 >Category: ports >Synopsis: Update port www/gallery >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 Nov 15 17:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jamie Hermans >Release: FreeBSD 4.4-STABLE i386 >Organization: hermans.ca >Environment: System: FreeBSD spyros.hermans.ca 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Nov 3 16:31:42 MST 2001 root@spyros.hermans.ca:/usr/obj/usr/src/sys/SPYROS i386 >Description: Update port www/gallery to latest verion, 1.2.2 >How-To-Repeat: >Fix: diff -ruN gallery-old/Makefile gallery/Makefile --- gallery-old/Makefile Mon Oct 15 05:53:18 2001 +++ gallery/Makefile Thu Nov 15 17:52:57 2001 @@ -6,7 +6,7 @@ # PORTNAME= gallery -PORTVERSION= 1.2 +PORTVERSION= 1.2.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN gallery-old/distinfo gallery/distinfo --- gallery-old/distinfo Mon Oct 15 05:53:18 2001 +++ gallery/distinfo Thu Nov 15 17:52:57 2001 @@ -1 +1 @@ -MD5 (gallery-1.2.tar.gz) = aeddde54b0fa8c3613fda56949e93c1b +MD5 (gallery-1.2.2.tar.gz) = 81886b8d29a1ae0884efdf0787efeb48 diff -ruN gallery-old/pkg-plist gallery/pkg-plist --- gallery-old/pkg-plist Mon Oct 15 05:53:18 2001 +++ gallery/pkg-plist Thu Nov 15 17:52:57 2001 @@ -1,143 +1,144 @@ bin/jhead -www/data/gallery/add_comment.php -www/data/gallery/add_photos.php -www/data/gallery/album_permissions.php -www/data/gallery/albums.php -www/data/gallery/ChangeLog -www/data/gallery/classes/Album.php -www/data/gallery/classes/AlbumDB.php -www/data/gallery/classes/AlbumItem.php -www/data/gallery/classes/Comment.php -www/data/gallery/classes/Database.php -www/data/gallery/classes/database/mysql/Database.php -www/data/gallery/classes/EverybodyUser.php -www/data/gallery/classes/gallery/User.php -www/data/gallery/classes/gallery/UserDB.php -www/data/gallery/classes/Image.php -www/data/gallery/classes/NobodyUser.php -www/data/gallery/classes/nuke5/AdminUser.php -www/data/gallery/classes/nuke5/User.php -www/data/gallery/classes/nuke5/UserDB.php -www/data/gallery/classes/User.php -www/data/gallery/classes/UserDB.php -www/data/gallery/configure.bat -www/data/gallery/configure.sh -www/data/gallery/create_user.php +www/data/gallery/images/gallery-tag.png +www/data/gallery/images/admin_hide.gif +www/data/gallery/images/admin_highlight.gif +www/data/gallery/images/admin_move.gif +www/data/gallery/images/admin_rotate.gif +www/data/gallery/images/admin_unhide.gif +www/data/gallery/images/computer.gif +www/data/gallery/images/movie.thumb.jpg +www/data/gallery/images/nav_dot.gif +www/data/gallery/images/nav_dot_left.gif +www/data/gallery/images/nav_dot_right.gif +www/data/gallery/images/nav_first.gif +www/data/gallery/images/nav_home.gif +www/data/gallery/images/nav_last.gif +www/data/gallery/images/nav_next.gif +www/data/gallery/images/nav_page.gif +www/data/gallery/images/nav_prev.gif +www/data/gallery/images/pixel_trans.gif +www/data/gallery/images/admin_delete.gif www/data/gallery/css/embedded_style.css.default www/data/gallery/css/standalone_style.css.default -www/data/gallery/delete_album.php -www/data/gallery/delete_photo.php -www/data/gallery/delete_user.php -www/data/gallery/do_command.php -www/data/gallery/edit_appearance.php -www/data/gallery/edit_caption.php -www/data/gallery/edit_field.php -www/data/gallery/edit_thumb.php www/data/gallery/errors/configmode.php -www/data/gallery/errors/configure_instructions.php www/data/gallery/errors/needinit.php www/data/gallery/errors/reconfigure.php www/data/gallery/errors/unconfigured.php -www/data/gallery/highlight_photo.php +www/data/gallery/errors/configure_help.php +www/data/gallery/errors/configure_instructions.php www/data/gallery/html/errorRow.inc www/data/gallery/html/userData.inc -www/data/gallery/html_wrap/album.footer.default +www/data/gallery/html_wrap/wrapper.header.default www/data/gallery/html_wrap/album.header.default www/data/gallery/html_wrap/gallery.footer.default www/data/gallery/html_wrap/gallery.header.default +www/data/gallery/html_wrap/photo.footer.default +www/data/gallery/html_wrap/photo.header.default www/data/gallery/html_wrap/inline_albumthumb.footer.default www/data/gallery/html_wrap/inline_albumthumb.header.default www/data/gallery/html_wrap/inline_photo.footer.default www/data/gallery/html_wrap/inline_photo.header.default -www/data/gallery/html_wrap/photo.footer.default -www/data/gallery/html_wrap/photo.header.default www/data/gallery/html_wrap/search.footer.default www/data/gallery/html_wrap/search.header.default www/data/gallery/html_wrap/wrapper.footer.default -www/data/gallery/html_wrap/wrapper.header.default -www/data/gallery/images/admin_delete.gif -www/data/gallery/images/admin_hide.gif -www/data/gallery/images/admin_highlight.gif -www/data/gallery/images/admin_move.gif -www/data/gallery/images/admin_rotate.gif -www/data/gallery/images/admin_unhide.gif -www/data/gallery/images/computer.gif -www/data/gallery/images/gallery-tag.png -www/data/gallery/images/movie.thumb.jpg -www/data/gallery/images/nav_dot.gif -www/data/gallery/images/nav_dot_left.gif -www/data/gallery/images/nav_dot_right.gif -www/data/gallery/images/nav_first.gif -www/data/gallery/images/nav_home.gif -www/data/gallery/images/nav_last.gif -www/data/gallery/images/nav_next.gif -www/data/gallery/images/nav_page.gif -www/data/gallery/images/nav_prev.gif -www/data/gallery/images/pixel_trans.gif -www/data/gallery/index.php -www/data/gallery/init.php -www/data/gallery/java/ImageTools.jar +www/data/gallery/html_wrap/album.footer.default +www/data/gallery/classes/gallery/User.php +www/data/gallery/classes/gallery/UserDB.php +www/data/gallery/classes/database/mysql/Database.php +www/data/gallery/classes/nuke5/AdminUser.php +www/data/gallery/classes/nuke5/User.php +www/data/gallery/classes/nuke5/UserDB.php +www/data/gallery/classes/Album.php +www/data/gallery/classes/EverybodyUser.php +www/data/gallery/classes/Image.php +www/data/gallery/classes/NobodyUser.php +www/data/gallery/classes/User.php +www/data/gallery/classes/UserDB.php +www/data/gallery/classes/Comment.php +www/data/gallery/classes/Database.php +www/data/gallery/classes/AlbumDB.php +www/data/gallery/classes/AlbumItem.php www/data/gallery/layout/adminbox.inc www/data/gallery/layout/breadcrumb.inc -www/data/gallery/layout/commentdraw.inc www/data/gallery/layout/navigator.inc www/data/gallery/layout/navphoto.inc www/data/gallery/layout/searchdraw.inc -www/data/gallery/LICENSE.txt +www/data/gallery/layout/commentdraw.inc +www/data/gallery/setup/defaults.inc +www/data/gallery/setup/check.inc +www/data/gallery/setup/config_data.inc +www/data/gallery/setup/confirm.inc +www/data/gallery/setup/phpinfo.php +www/data/gallery/setup/functions.inc +www/data/gallery/setup/php_value.template +www/data/gallery/setup/gpl.txt +www/data/gallery/setup/php_value_ok.php +www/data/gallery/setup/index.php +www/data/gallery/setup/init.php +www/data/gallery/setup/write.inc +www/data/gallery/setup/mod_rewrite.template +www/data/gallery/setup/constants.inc +www/data/gallery/setup/.htaccess +www/data/gallery/java/ImageTools.jar +www/data/gallery/platform/fs_unix.php +www/data/gallery/platform/fs_win32.php +www/data/gallery/delete_photo.php +www/data/gallery/delete_user.php +www/data/gallery/do_command.php +www/data/gallery/edit_appearance.php +www/data/gallery/edit_caption.php +www/data/gallery/edit_field.php +www/data/gallery/highlight_photo.php +www/data/gallery/index.php +www/data/gallery/init.php www/data/gallery/login.php +www/data/gallery/secure.sh www/data/gallery/manage_users.php www/data/gallery/modify_user.php www/data/gallery/move_album.php www/data/gallery/move_photo.php -www/data/gallery/platform/fs_unix.php -www/data/gallery/platform/fs_win32.php www/data/gallery/progress_uploading.php -www/data/gallery/README www/data/gallery/rename_album.php www/data/gallery/resize_photo.php www/data/gallery/rotate_photo.php www/data/gallery/save_photos.php -www/data/gallery/search.php -www/data/gallery/secure.bat -www/data/gallery/secure.sh www/data/gallery/session.php -www/data/gallery/setup/.htaccess -www/data/gallery/setup/check.inc -www/data/gallery/setup/config_data.inc -www/data/gallery/setup/confirm.inc -www/data/gallery/setup/constants.inc -www/data/gallery/setup/defaults.inc -www/data/gallery/setup/functions.inc -www/data/gallery/setup/gpl.txt -www/data/gallery/setup/index.php -www/data/gallery/setup/init.php -www/data/gallery/setup/mod_rewrite.template -www/data/gallery/setup/php_value.template -www/data/gallery/setup/php_value_ok.php -www/data/gallery/setup/phpinfo.php -www/data/gallery/setup/write.inc -www/data/gallery/sort_album.php www/data/gallery/todo -www/data/gallery/upgrade_album.php -www/data/gallery/UPGRADING www/data/gallery/user_preferences.php -www/data/gallery/util.php www/data/gallery/version.php www/data/gallery/view_album.php www/data/gallery/view_photo.php +www/data/gallery/edit_thumb.php +www/data/gallery/sort_album.php +www/data/gallery/UPGRADING +www/data/gallery/search.php www/data/gallery/view_photo_properties.php -@dirrm www/data/gallery/classes/database/mysql -@dirrm www/data/gallery/classes/database -@dirrm www/data/gallery/classes/gallery -@dirrm www/data/gallery/classes/nuke5 -@dirrm www/data/gallery/classes +www/data/gallery/add_comment.php +www/data/gallery/configure.bat +www/data/gallery/README +www/data/gallery/secure.bat +www/data/gallery/upgrade_album.php +www/data/gallery/util.php +www/data/gallery/ChangeLog +www/data/gallery/LICENSE.txt +www/data/gallery/add_photos.php +www/data/gallery/album_permissions.php +www/data/gallery/albums.php +www/data/gallery/configure.sh +www/data/gallery/create_user.php +www/data/gallery/delete_album.php +@dirrm www/data/gallery/images @dirrm www/data/gallery/css @dirrm www/data/gallery/errors @dirrm www/data/gallery/html @dirrm www/data/gallery/html_wrap -@dirrm www/data/gallery/images -@dirrm www/data/gallery/java +@dirrm www/data/gallery/classes/gallery +@dirrm www/data/gallery/classes/database/mysql +@dirrm www/data/gallery/classes/database +@dirrm www/data/gallery/classes/nuke5 +@dirrm www/data/gallery/classes @dirrm www/data/gallery/layout -@dirrm www/data/gallery/platform @dirrm www/data/gallery/setup +@dirrm www/data/gallery/java +@dirrm www/data/gallery/platform @dirrm www/data/gallery >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 Nov 15 17: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 E7EFB37B419 for ; Thu, 15 Nov 2001 17:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG1U1C12697; Thu, 15 Nov 2001 17:30:01 -0800 (PST) (envelope-from gnats) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by hub.freebsd.org (Postfix) with ESMTP id AFB4337B405 for ; Thu, 15 Nov 2001 17:26:44 -0800 (PST) Received: (from admin@localhost) by mail.westbend.net (8.11.5/8.11.5) id fAG1QhP03755; Thu, 15 Nov 2001 19:26:43 -0600 (CST) (envelope-from admin) Message-Id: <200111160126.fAG1QhP03755@mail.westbend.net> Date: Thu, 15 Nov 2001 19:26:43 -0600 (CST) From: "Scot W. Hetzel" Reply-To: "Scot W. Hetzel" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32026: cyrus-sasl: remove AUTOHEADER from Makefile Sender: owner-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: 32026 >Category: ports >Synopsis: cyrus-sasl: remove AUTOHEADER from Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 17:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: West Bend Internet >Environment: System: FreeBSD mail.westbend.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sat Aug 11 10:55:29 CDT 2001 root@wbiW09.westbend.net:/usr/obj/usr/src/sys/WBIW09-SMP i386 >Description: The Cyrus-SASL port fails to build due to the name of autoheader was changed to autoheader213 when autoconf port was renamed to autoconf213. >How-To-Repeat: Try to build the port with autoconf213 installed. >Fix: Remove "AUTOHEADER= autoheader" fromt the Makefile, since AUTOHEADER is defined in bsd.port.mk. >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 Nov 15 17: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 CAA6837B417 for ; Thu, 15 Nov 2001 17:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG1U1l12688; Thu, 15 Nov 2001 17:30:01 -0800 (PST) (envelope-from gnats) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 95A6237B416 for ; Thu, 15 Nov 2001 17:20:36 -0800 (PST) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id RAA81999 for freebsd-gnats-submit@freebsd.org; Thu, 15 Nov 2001 17:21:44 -0800 (PST) (envelope-from scottj) Received: (from scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) id RAA81991; Thu, 15 Nov 2001 17:21:42 -0800 (PST) (envelope-from scottj) Message-Id: <200111160121.RAA81991@pebkac.owp.csus.edu> Date: Thu, 15 Nov 2001 17:21:42 -0800 (PST) From: joseph@randomnetworks.com Reply-To: joseph@randomnetworks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/32025: MAINTAINER UPDATE: www/webresolve 0.0.1 -> 0.1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32025 >Category: ports >Synopsis: MAINTAINER UPDATE: www/webresolve 0.0.1 -> 0.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 17:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 3.5-STABLE i386 >Organization: >Environment: >Description: MAINTAINER UPDATE: www/webresolve 0.0.1 -> 0.1.0 Also included in the update : 1 new MASTER_SITES portlint fix to pkg-comment >How-To-Repeat: >Fix: diff -ruN webresolve.orig/Makefile webresolve/Makefile --- webresolve.orig/Makefile Thu Nov 15 17:49:06 2001 +++ webresolve/Makefile Thu Nov 15 17:59:14 2001 @@ -6,12 +6,15 @@ # PORTNAME= webresolve -PORTVERSION= 0.0.1 +PORTVERSION= 0.1.0 CATEGORIES= www -MASTER_SITES= ftp://siag.nu/pub/webresolve/ +MASTER_SITES= http://siag.nu/pub/webresolve/ \ + ftp://siag.nu/pub/webresolve/ MAINTAINER= joseph@randomnetworks.com ALL_TARGET= webresolve + +MAN1= webresolve.1 splitwr.1 .include diff -ruN webresolve.orig/distinfo webresolve/distinfo --- webresolve.orig/distinfo Thu Nov 15 17:49:06 2001 +++ webresolve/distinfo Thu Nov 15 17:52:22 2001 @@ -1 +1 @@ -MD5 (webresolve-0.0.1.tar.gz) = b0ecb991ebbf6b2c4cebe6e6ebfbce03 +MD5 (webresolve-0.1.0.tar.gz) = 89a27032c70289eab4a26838bfa81313 diff -ruN webresolve.orig/files/patch-Makefile webresolve/files/patch-Makefile --- webresolve.orig/files/patch-Makefile Thu Nov 15 17:49:06 2001 +++ webresolve/files/patch-Makefile Thu Nov 15 18:06:03 2001 @@ -1,11 +1,8 @@ - -$FreeBSD: ports/www/webresolve/files/patch-Makefile,v 1.1 2001/03/14 15:05:24 sobomax Exp $ - ---- Makefile 2001/03/14 14:45:39 1.1 -+++ Makefile 2001/03/14 14:46:41 -@@ -1,9 +1,9 @@ - - VERSION = 0.0.1 +--- Makefile.orig Fri Aug 10 01:52:57 2001 ++++ Makefile Thu Nov 15 18:05:40 2001 +@@ -3,9 +3,9 @@ + PKG = webresolve + THIS = $(PKG)-$(VERSION) -CC = gcc -CFLAGS = -Wall -g @@ -14,15 +11,17 @@ +CFLAGS += -Wall +PREFIX ?= /usr/local BINDIR = $(PREFIX)/bin - - webresolve: webresolve.c -@@ -17,7 +17,8 @@ - rm -rf webresolve-$(VERSION) + MANDIR = $(PREFIX)/man + MAN1DIR = $(MANDIR)/man1 +@@ -24,8 +24,9 @@ + livelog: livelog.o install: webresolve - cp webresolve splitwr $(BINDIR) +- cp webresolve.1 splitwr.1 $(MAN1DIR) + $(BSD_INSTALL_PROGRAM) webresolve $(BINDIR) + $(BSD_INSTALL_SCRIPT) splitwr $(BINDIR) ++ $(BSD_INSTALL_MAN) webresolve.1 splitwr.1 $(MAN1DIR) uninstall: rm -f $(BINDIR)/webresolve $(BINDIR)/splitwr diff -ruN webresolve.orig/pkg-comment webresolve/pkg-comment --- webresolve.orig/pkg-comment Thu Nov 15 17:49:06 2001 +++ webresolve/pkg-comment Thu Nov 15 18:02:53 2001 @@ -1 +1 @@ -Webresolve resolves IP addresses to host names in web log files. +Webresolve resolves IP addresses to host names in web log 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 Nov 15 17:39: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 1CC4E37B416; Thu, 15 Nov 2001 17:39:17 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG1ccm13501; Thu, 15 Nov 2001 17:38:38 -0800 (PST) (envelope-from steve) Date: Thu, 15 Nov 2001 17:38:38 -0800 (PST) From: Message-Id: <200111160138.fAG1ccm13501@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31870: Update the Wine port to 2001.11.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 Synopsis: Update the Wine port to 2001.11.08 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Nov 15 17:37:45 PST 2001 State-Changed-Why: Update committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31870 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 17:42:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp-cpf.boh.com (smtp-cpf.boh.com [216.235.35.50]) by hub.freebsd.org (Postfix) with ESMTP id 6BAFA37B417 for ; Thu, 15 Nov 2001 17:42:22 -0800 (PST) Received: from EXCHANGE.bankoh.net ([192.168.229.35]) by smtp-cpf.boh.com (8.11.3/8.11.3) with ESMTP id fAG1gLN75444 for ; Thu, 15 Nov 2001 15:42:21 -1000 (HST) (envelope-from aneilson@boh.com) X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: cyrus-sasl-1.5.24_7 port Date: Thu, 15 Nov 2001 15:41:59 -1000 Message-ID: <022175C9A38611418CCBDF860A467ABB61BA25@EXCHANGE.bankoh.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cyrus-sasl-1.5.24_7 port Thread-Index: AcFuNiolOLszXnedT2q1JS6ag2AbewACX1Og From: "Neilson, Art" To: Cc: , X-Virus-Scanned: by AMaViS/NAI-uvscan-4.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 I'm having trouble building this port on FreeBSD 4.4-Stable. It appears somethings wrong with the automake stuff for the port. Any ideas on how to fix this??? =3D=3D=3D> Extracting for cyrus-sasl-1.5.24_7 >> Checksum OK for cyrus-sasl-1.5.24.tar.gz. >> Checksum OK for cyrus-sasl-1.5.24-ipv6-20010321.diff.gz. =3D=3D=3D> cyrus-sasl-1.5.24_7 depends on executable: automake14 - = found =3D=3D=3D> cyrus-sasl-1.5.24_7 depends on executable: autoconf213 - = found =3D=3D=3D> cyrus-sasl-1.5.24_7 depends on executable: libtool - found =3D=3D=3D> cyrus-sasl-1.5.24_7 depends on shared library: db3.2 - = found =3D=3D=3D> Patching for cyrus-sasl-1.5.24_7 =3D=3D=3D> Applying distribution patches for cyrus-sasl-1.5.24_7 =3D=3D=3D> Applying FreeBSD patches for cyrus-sasl-1.5.24_7 =3D=3D=3D> Configuring for cyrus-sasl-1.5.24_7 autoheader: not found *** Error code 127 Stop in /usr/ports/security/cyrus-sasl. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 17:43:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from c000.snv.cp.net (c000-h007.c000.snv.cp.net [209.228.32.71]) by hub.freebsd.org (Postfix) with SMTP id 8C27037B41E for ; Thu, 15 Nov 2001 17:43:27 -0800 (PST) Received: (cpmta 18819 invoked from network); 15 Nov 2001 17:43:26 -0800 Received: from 210.50.45.136 (HELO ?10.0.0.2?) by smtp.nelsonnet.org (209.228.32.71) with SMTP; 15 Nov 2001 17:43:26 -0800 X-Sent: 16 Nov 2001 01:43:26 GMT Subject: Netatalk build failure Date: Fri, 16 Nov 01 12:44:23 +1100 x-sender: neal@getmail.nelsonnet.org x-mailer: Claris Emailer 2.0, March 15, 1997 From: Neal To: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Message-Id: <20011116014327.8C27037B41E@hub.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 I am trying to build the latest version of Netatalk (1.5pre8) but the build fails. It complains of the following: ../../depcomp: Can't open ../../depcomp: No such file or directory Does anyone have any ideas about this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 17:51:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by hub.freebsd.org (Postfix) with ESMTP id A502637B405 for ; Thu, 15 Nov 2001 17:51:37 -0800 (PST) Received: from admin0 (admin0.westbend.net [216.47.253.17]) by mail.westbend.net (8.11.5/8.11.5) with ESMTP id fAG1neH04607; Thu, 15 Nov 2001 19:50:06 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <009001c16e41$0c8bc260$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Neilson, Art" Cc: , References: <022175C9A38611418CCBDF860A467ABB61BA25@EXCHANGE.bankoh.net> Subject: Re: cyrus-sasl-1.5.24_7 port Date: Thu, 15 Nov 2001 19:49:18 -0600 Organization: West Bend Interent 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.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: "Neilson, Art" > I'm having trouble building this port on FreeBSD 4.4-Stable. > It appears somethings wrong with the automake stuff for the port. > Any ideas on how to fix this??? > Remove "AUTOHEADER= autoheader" from the ports Makefile, as AUTOHEADER is now defined in bsd.port.mk. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 18:10: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 AE3A037B419 for ; Thu, 15 Nov 2001 18:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG2A1w20472; Thu, 15 Nov 2001 18:10:01 -0800 (PST) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id D886E37B419 for ; Thu, 15 Nov 2001 18:05:03 -0800 (PST) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id fAG252I06394 for ; Thu, 15 Nov 2001 20:05:02 -0600 (CST) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id fAG252T53296; Thu, 15 Nov 2001 20:05:02 -0600 (CST) (envelope-from ishmael) Message-Id: <200111160205.fAG252T53296@babylon.merseine.nu> Date: Thu, 15 Nov 2001 20:05:02 -0600 (CST) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32027: Update port lang/ferite Sender: owner-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: 32027 >Category: ports >Synopsis: Update port lang/ferite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 18:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-STABLE i386 >Organization: None >Environment: System: FreeBSD babylon.merseine.nu 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Nov 5 20:03:33 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port lang/ferite to latest version, 0.99.3. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ferite/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 14 Nov 2001 03:12:34 -0000 1.2 +++ Makefile 16 Nov 2001 00:25:22 -0000 @@ -6,15 +6,13 @@ # PORTNAME= ferite -PORTVERSION= 0.99.2 +PORTVERSION= 0.99.3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ishmael27@home.com -BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake - LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool \ mysqlclient.10:${PORTSDIR}/databases/mysql323-client \ pcre.0:${PORTSDIR}/devel/pcre \ @@ -40,8 +38,9 @@ .endif post-patch: - @${PERL} -pi -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:S/"//g}|g' \ - ${WRKSRC}/ferite-config.in + @${PERL} -pi -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \ + s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:S/"//g}|g' \ + ${WRKSRC}/configure ${WRKSRC}/ferite-config.in post-configure: @${PERL} -pi -e 's|^s%\@LIBS.*|s%\@LIBS\@%-L${LOCALBASE}/lib%g|' \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/lang/ferite/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 14 Nov 2001 03:12:34 -0000 1.2 +++ distinfo 16 Nov 2001 00:05:56 -0000 @@ -1 +1 @@ -MD5 (ferite-0.99.2.tar.gz) = 036385afde16239ea17792b5a268d72d +MD5 (ferite-0.99.3.tar.gz) = 294b9161383c3bc4080753c778db5c6e Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/ferite/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 14 Oct 2001 14:45:04 -0000 1.1 +++ pkg-plist 16 Nov 2001 00:45:10 -0000 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/builder bin/ferite bin/ferite-config @@ -35,6 +36,7 @@ lib/ferite/modules/time.so lib/ferite/modules/xml.so lib/ferite/scripts/cgi/cgi.fe +lib/ferite/scripts/test/autoload.fe lib/ferite/scripts/test/error.fe lib/ferite/scripts/test/helloworld.fe lib/ferite/scripts/test/loop.fe @@ -49,6 +51,7 @@ lib/ferite/scripts/test/test2.fe lib/ferite/scripts/test/testfncparams.fe lib/ferite/scripts/test/uarray.fe +lib/ferite/scripts/test/var_args.fe lib/libferite.a lib/libferite.so lib/libferite.so.0 Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-configure,v retrieving revision 1.2 diff -u -r1.2 patch-configure --- files/patch-configure 14 Nov 2001 03:12:36 -0000 1.2 +++ files/patch-configure 16 Nov 2001 00:40:21 -0000 @@ -1,5 +1,8 @@ ---- configure.orig Sun Nov 11 11:47:08 2001 -+++ configure Sun Nov 11 21:39:39 2001 + +$FreeBSD$ + +--- configure.orig Thu Nov 15 11:09:00 2001 ++++ configure Thu Nov 15 18:26:26 2001 @@ -261,7 +261,6 @@ : ${ac_max_here_lines=38} @@ -27,29 +30,20 @@ # Check whether --enable-shared or --disable-shared was given. if test "${enable_shared+set}" = set; then enableval="$enable_shared" -@@ -6507,7 +6494,7 @@ - build_old_libs=$enable_static - - # Whether or not to add -lc for building shared libraries. --build_libtool_need_lc=$need_lc -+build_libtool_need_lc=no - - # Whether or not to optimize for fast installation. - fast_install=$enable_fast_install @@ -7096,13 +7083,13 @@ { (exit 1); exit 1; }; } fi -echo "$as_me:7099: checking for pthread_mutex_lock in -lpthread" >&5 -echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6 -+echo "$as_me:7099: checking for pthread_mutex_lock in -pthread" >&5 -+echo $ECHO_N "checking for pthread_mutex_lock in -pthread... $ECHO_C" >&6 ++echo "$as_me:7099: checking for pthread_mutex_lock in %%PTHREAD_LIBS%%" >&5 ++echo $ECHO_N "checking for pthread_mutex_lock in %%PTHREAD_LIBS%%... $ECHO_C" >&6 if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lpthread $LIBS" -+LIBS="-pthread $LIBS" ++LIBS="%%PTHREAD_LIBS%% $LIBS" cat >conftest.$ac_ext <<_ACEOF #line 7107 "configure" #include "confdefs.h" @@ -58,7 +52,7 @@ EOF - LIBS="-lpthread $LIBS" -+ LIBS="-pthread $LIBS" ++ LIBS="%%PTHREAD_LIBS%% $LIBS" else Index: files/patch-ferite-config.in =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-ferite-config.in,v retrieving revision 1.1 diff -u -r1.1 patch-ferite-config.in --- files/patch-ferite-config.in 14 Oct 2001 14:45:04 -0000 1.1 +++ files/patch-ferite-config.in 16 Nov 2001 00:40:51 -0000 @@ -1,6 +1,14 @@ + +$FreeBSD$ + --- ferite-config.in.orig Wed Jul 25 15:47:03 2001 -+++ ferite-config.in Sat Aug 25 19:13:09 2001 -@@ -46,7 +46,7 @@ ++++ ferite-config.in Thu Nov 15 18:21:57 2001 +@@ -42,11 +42,11 @@ + if test @includedir@ != /usr/include ; then + includes=-I@includedir@ + fi +- echo $includes @debugdefs@ ++ echo %%PTHREAD_CFLAGS%% $includes @debugdefs@ ;; --libs) libdirs=-L@libdir@ Index: files/patch-ltmain.sh =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-ltmain.sh,v retrieving revision 1.2 diff -u -r1.2 patch-ltmain.sh --- files/patch-ltmain.sh 31 Oct 2001 08:32:29 -0000 1.2 +++ files/patch-ltmain.sh 16 Nov 2001 00:38:28 -0000 @@ -1,8 +1,8 @@ $FreeBSD: ports/lang/ferite/files/patch-ltmain.sh,v 1.2 2001/10/31 08:32:29 sobomax Exp $ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 +--- ltmain.sh.orig Tue Aug 14 16:55:55 2001 ++++ ltmain.sh Thu Nov 15 18:07:04 2001 @@ -944,6 +944,7 @@ ;; @@ -11,7 +11,7 @@ avoid_version=yes continue ;; -@@ -2408,6 +2408,9 @@ +@@ -2408,6 +2409,9 @@ *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; @@ -20,8 +20,8 @@ + ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4175,10 +4179,12 @@ fi # Install the pseudo-library for information purposes. Index: files/patch-scripts::test::test.fe =================================================================== RCS file: /home/ncvs/ports/lang/ferite/files/patch-scripts::test::test.fe,v retrieving revision 1.1 diff -u -r1.1 patch-scripts::test::test.fe --- files/patch-scripts::test::test.fe 14 Oct 2001 14:45:04 -0000 1.1 +++ files/patch-scripts::test::test.fe 16 Nov 2001 01:00:28 -0000 @@ -1,5 +1,8 @@ + +$FreeBSD$ + --- scripts/test/test.fe.orig Thu Jul 26 01:10:56 2001 -+++ scripts/test/test.fe Sun Aug 26 00:06:31 2001 ++++ scripts/test/test.fe Thu Nov 15 18:53:41 2001 @@ -17,17 +17,17 @@ a_global_int = 10; testfile = new File(); @@ -16,11 +19,11 @@ - (\/[a-z]*(\/[a-z]*)*) # mount point - [\ \t]* # whitespace - ext2 # force adherance to ext2 -+ (\/dev\/[ad][ad][0-9]s[1-4][a-h]) # device entry -+ [\ \t]* # whitespace -+ (\/[a-z]*(\/[a-z]*)*) # mount point -+ [\ \t]* # whitespace -+ ufs # force adherance to ext2 ++ (\/dev\/[adw][ad][0-9][0-9]?s?[1-4]?[a-h]) # device entry ++ [\ \t]* # whitespace ++ (\/[a-z]*(\/[a-z]*)*) # mount point ++ [\ \t]* # whitespace ++ ufs # force adherance to ufs /xoi /* make usre it's not case sensitive */ ) { >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 Nov 15 18:32:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.shikoku.ne.jp (smtp.shikoku.ne.jp [210.143.160.28]) by hub.freebsd.org (Postfix) with SMTP id 1210037B416 for ; Thu, 15 Nov 2001 18:32:11 -0800 (PST) Received: (qmail 20249 invoked from network); 16 Nov 2001 02:29:40 -0000 Received: from unknown (HELO mebius.private) (210.143.174.77) by smtp.shikoku.ne.jp with SMTP; 16 Nov 2001 02:29:40 -0000 Date: Fri, 16 Nov 2001 11:34:55 +0900 (JST) Message-Id: <20011116.113455.71103438.nin@smtp.shikoku.ne.jp> To: noel@koethe.net Cc: ports@freebsd.org Subject: Re: security/cyrus-sasl compile problem From: NINOMIYA Hideyuki In-Reply-To: <20011116.090533.74735903.nin@smtp.shikoku.ne.jp> References: <20011115181704.B28661@hopi.hostsharing.net> <20011116.090533.74735903.nin@smtp.shikoku.ne.jp> X-cite-me: nin X-PGP-Fingerprint: 6C59 EC08 5B23 6490 44D0 7CD3 DA40 219F 7114 8553 X-PGP-Public-Key: http://user.shikoku.ne.jp/~nin/pgp/public-key.txt X-URI: http://user.shikoku.ne.jp/~nin/index.html X-URI: http://home.Jp.FreeBSD.org/~nin/index.html X-Mailer: Mew version 3.0.50 on Emacs 21.1 / Mule 5.0 =?iso-2022-jp?B?KBskQjgtTFobKEIp?= 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 Sorry. Japanese had been mixed and has gone with iso-2022-jp Subject: Re: security/cyrus-sasl compile problem Message-Id: <20011116.090533.74735903.nin@smtp.shikoku.ne.jp> me> Noel Koethe wrote: me> date: Thu, 15 Nov 2001 18:17:04 +0100 me> Subject: security/cyrus-sasl compile problem me> Message-Id: <20011115181704.B28661@hopi.hostsharing.net> me> > I have a problem when compiling cyrus-sasl from the ports me> > me> > ===> Extracting for cyrus-sasl-1.5.24_7 me> me> > ===> Configuring for cyrus-sasl-1.5.24_7 me> > autoheader: not found me> > *** Error code 127 me> > me> > I thing its a dependencies problem. But I don't know what package provides me> > "autoheader". me> me> It is successful when I edit port Makefile. me> me> AUTOHEADER=autoheader me> me> I edit this line with me> me> AUTOHEADER=autoheader213 me> me> This will be a autoconf vs autoconf213 problem. me> I do not understand which cyrus-sasl should DEPENDS on. ---- *************************************************************** * This message is a thing by output of automatic translation. * * Therefore it will be for there to be a lot of funny parts. * * Please approve it. * *************************************************************** NINOMIYA(family name) Hideyuki(fast name) @ ehime japan mailto:nin@shikoku.ne.jp mailto:nin@Jp.FreeBSD.org PGP-Fingerprint:6C59 EC08 5B23 6490 44D0 7CD3 DA40 219F 7114 8553 PGP-Public-Key: http://user.shikoku.ne.jp/~nin/pgp/public-key.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 18:51:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CA47937B405; Thu, 15 Nov 2001 18:51:30 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fAG2pTa48188; Thu, 15 Nov 2001 19:51:29 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fAG2pS719339; Thu, 15 Nov 2001 19:51:28 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111160251.fAG2pS719339@harmony.village.org> To: Daniel Eischen Subject: Re: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: efl Cc: John Baldwin , hackers@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, marcus@marcuscom.com, Maxim Sobolev In-reply-to: Your message of "Thu, 15 Nov 2001 19:09:40 EST." References: Date: Thu, 15 Nov 2001 19:51:28 -0700 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm also seeing this in my X server... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 18:59: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 16E4B37B416; Thu, 15 Nov 2001 18:59:21 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG2t7I25822; Thu, 15 Nov 2001 18:55:07 -0800 (PST) (envelope-from bmah) Date: Thu, 15 Nov 2001 18:55:07 -0800 (PST) From: Message-Id: <200111160255.fAG2t7I25822@freefall.freebsd.org> To: darren780@yahoo.com, bmah@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31792: pkg_version pkg list output bug Sender: owner-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: pkg_version pkg list output bug State-Changed-From-To: open->closed State-Changed-By: bmah State-Changed-When: Thu Nov 15 18:52:36 PST 2001 State-Changed-Why: This isn't really a bug...the "upgrading ports" problem isn't well- handled by any utility in the base system. The portupgrade utility, (sysutils/portupgrade) will do almost all of the work for you. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31792 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 19:17:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 108D537B417 for ; Thu, 15 Nov 2001 19:17:49 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fAG3Hpm11982; Thu, 15 Nov 2001 22:17:51 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 15 Nov 2001 22:17:51 -0500 (EST) From: Joe Clarke To: Neal Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Netatalk build failure In-Reply-To: <20011116014327.8C27037B41E@hub.freebsd.org> Message-ID: <20011115221733.H11972-100000@shumai.marcuscom.com> 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 Yes, I submitted a PR to fix this. If you want a quick workaround, you can deinstall automake 1.5. Joe On Fri, 16 Nov 2001, Neal wrote: > I am trying to build the latest version of Netatalk (1.5pre8) but the > build fails. > > It complains of the following: > ../../depcomp: Can't open ../../depcomp: No such file or directory > > Does anyone have any ideas about this? > > 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 Thu Nov 15 19:18:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 7F87C37B418 for ; Thu, 15 Nov 2001 19:18:21 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fAG3IOF11986; Thu, 15 Nov 2001 22:18:24 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 15 Nov 2001 22:18:24 -0500 (EST) From: Joe Clarke To: Neal Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Netatalk build failure In-Reply-To: <20011116014327.8C27037B41E@hub.freebsd.org> Message-ID: <20011115221758.F11972-200000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1318071174-1005880704=:11972" Sender: owner-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-1318071174-1005880704=:11972 Content-Type: TEXT/PLAIN; charset=US-ASCII ...or apply the attached patch ;-). Joe On Fri, 16 Nov 2001, Neal wrote: > I am trying to build the latest version of Netatalk (1.5pre8) but the > build fails. > > It complains of the following: > ../../depcomp: Can't open ../../depcomp: No such file or directory > > Does anyone have any ideas about this? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > --0-1318071174-1005880704=:11972 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="Makefile.patch" Content-Transfer-Encoding: BASE64 Content-ID: <20011115221824.K11972@shumai.marcuscom.com> Content-Description: Content-Disposition: attachment; filename="Makefile.patch" LS0tIE1ha2VmaWxlLm9yaWcJVGh1IE5vdiAxNSAxMDoyNToxMiAyMDAxDQor KysgTWFrZWZpbGUJVGh1IE5vdiAxNSAxMDoxNDoyNiAyMDAxDQpAQCAtODIs NyArODIsNyBAQA0KIAlAJHtSTX0gLWYgJHtXUktTUkN9L21pc3NpbmcgJHtX UktTUkN9L21raW5zdGFsbGRpcnMNCiANCiBwb3N0LWNvbmZpZ3VyZToNCi0J QCR7VE9VQ0h9IC1mICR7V1JLU1JDfS9jb25maWcvTWFrZWZpbGUuaW4NCisJ QGZpbmQgJHtXUktTUkN9IC1leGVjICR7VE9VQ0h9IC1mIHt9IFw7DQogDQog cG9zdC1pbnN0YWxsOg0KIAlAJHtSTX0gLWYgJHtQUkVGSVh9L2Jpbi9udSAk e1BSRUZJWH0vYmluL2xwMnBhcC5zaCBcDQo= --0-1318071174-1005880704=:11972-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 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 6B3B237B405 for ; Thu, 15 Nov 2001 19:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG3U2g41182; Thu, 15 Nov 2001 19:30:02 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Nov 2001 19:30:02 -0800 (PST) Message-Id: <200111160330.fAG3U2g41182@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build 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/32006; it has been noted by GNATS. From: Cyrille Lefevre To: Marcus Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Date: Fri, 16 Nov 2001 04:26:36 +0100 (CET) Marcus wrote: > > >Fix: > > --- Makefile.orig Thu Nov 15 10:25:12 2001 > +++ Makefile Thu Nov 15 10:14:26 2001 > @@ -82,7 +82,7 @@ > @${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs > > post-configure: > - @${TOUCH} -f ${WRKSRC}/config/Makefile.in > + @find ${WRKSRC} -exec ${TOUCH} -f {} \; find ${WRKSRC} -type f | xargs ${TOUCH} -f would be optimum. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 19: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 0EED637B417 for ; Thu, 15 Nov 2001 19:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG3U4U41188; Thu, 15 Nov 2001 19:30:04 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Nov 2001 19:30:04 -0800 (PST) Message-Id: <200111160330.fAG3U4U41188@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Reply-To: Joe Clarke Sender: owner-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/32006; it has been noted by GNATS. From: Joe Clarke To: Cyrille Lefevre Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Date: Thu, 15 Nov 2001 22:28:07 -0500 (EST) Yep, pre9 is around the corner, and I wanted a quick kludge to tide me over. You're absolutely right. I'll whip up another PR. Joe On Fri, 16 Nov 2001, Cyrille Lefevre wrote: > Marcus wrote: > > > > >Fix: > > > > --- Makefile.orig Thu Nov 15 10:25:12 2001 > > +++ Makefile Thu Nov 15 10:14:26 2001 > > @@ -82,7 +82,7 @@ > > @${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs > > > > post-configure: > > - @${TOUCH} -f ${WRKSRC}/config/Makefile.in > > + @find ${WRKSRC} -exec ${TOUCH} -f {} \; > > find ${WRKSRC} -type f | xargs ${TOUCH} -f > > would be optimum. > > Cyrille. > -- > Cyrille Lefevre mailto:clefevre@citeweb.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 19:36:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 364FC37B419 for ; Thu, 15 Nov 2001 19:36:43 -0800 (PST) Received: (qmail 100156660 invoked by uid 0); 16 Nov 2001 03:36:41 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 Nov 2001 03:36:41 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAG3abG13456; Fri, 16 Nov 2001 04:36:37 +0100 (CET) (envelope-from root) Message-Id: <200111160336.fAG3abG13456@gits.dyndns.org> Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? In-Reply-To: <20011115123424.B36113@kayak.xcllnt.net> To: Marcel Moolenaar Date: Fri, 16 Nov 2001 04:36:37 +0100 (CET) Cc: "David O'Brien" , Andreas Klemm , ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Marcel Moolenaar wrote: > On Thu, Nov 15, 2001 at 09:03:11AM -0800, David O'Brien wrote: [snip] > > For linux_base, I don't see that need. The 7.1 version > > should include any needed 6.2 "compat" libs(bits). > > No. The linux_base-7 port should install a minimal set of Red Hat 7.x > packages. If Red Hat 7.x sucks, linux_base-7 will sucks. It's that > simple... I guess David was thinking to something like linux_compat-7 which install cleanly over linux_base-7 as linux_devtools and such do. so, linux ports which require 7.1 are safe w/ linux_base-7 and the ones which require 6.x are safe w/ linux_compat-7. no more need to install linux_base-7 over linux_base or whatever... Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 19:38:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (claudel.noos.net [212.198.2.83]) by hub.freebsd.org (Postfix) with ESMTP id A51D437B417 for ; Thu, 15 Nov 2001 19:38:28 -0800 (PST) Received: (qmail 20396459 invoked by uid 0); 16 Nov 2001 03:38:27 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.83 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 Nov 2001 03:38:27 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAG3cP213471; Fri, 16 Nov 2001 04:38:25 +0100 (CET) (envelope-from root) Message-Id: <200111160338.fAG3cP213471@gits.dyndns.org> Subject: Re: cvs commit: ports/Mk bsd.port.mk In-Reply-To: <3BF40798.7F66C0DD@FreeBSD.org> To: Maxim Sobolev Date: Fri, 16 Nov 2001 04:38:25 +0100 (CET) Cc: Will Andrews , Mario Sergio Fujikawa Ferreira , Thomas Gellekum , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Maxim Sobolev wrote: [ Charset KOI8-R unsupported, converting... ] > Will Andrews wrote: > > > > On Wed, Nov 14, 2001 at 01:48:33AM -0200, Mario Sergio Fujikawa Ferreira wrote: > > > That's sweeeet but what about discussing this one too? > > > It was proposed a while ago. :) So that we can automagically take > > > care of this based on _VER > > > > Yes, please. > > This patch is incomplete because it lacks documentation in the > comments at the beginning of the file. Please extend it appropriately > and resubmit. Other than that looks fine to me. PS : please, followup to your own PR and don't submit a new one using send-pr. this is a common error... Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 19:40: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 372AB37B41A for ; Thu, 15 Nov 2001 19:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG3e1H42835; Thu, 15 Nov 2001 19:40:01 -0800 (PST) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4863137B418 for ; Thu, 15 Nov 2001 19:31:50 -0800 (PST) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) id fAG3Vn800659; Thu, 15 Nov 2001 22:31:49 -0500 (EST) (envelope-from marcus) Message-Id: <200111160331.fAG3Vn800659@shumai.marcuscom.com> Date: Thu, 15 Nov 2001 22:31:49 -0500 (EST) From: Marcus Reply-To: Marcus To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32029: [MAINTAINER UPDATE] Patch for PR-32006 Sender: owner-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: 32029 >Category: ports >Synopsis: [MAINTAINER UPDATE] Patch for PR-32006 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 19:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joe Clarke >Release: FreeBSD 4.4-STABLE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD shumai.marcuscom.com 4.4-STABLE FreeBSD 4.4-STABLE #2: Thu Nov 15 22:22:58 EST 2001 marcus@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: This PR superceeds not yet commited PR-32006. This patch is a little nicer than the previous. Thanks to Cyrille Lefevre . >How-To-Repeat: >Fix: --- Makefile.orig Thu Nov 15 10:25:12 2001 +++ Makefile Thu Nov 15 22:28:53 2001 @@ -82,7 +82,7 @@ @${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs post-configure: - @${TOUCH} -f ${WRKSRC}/config/Makefile.in + @find ${WRKSRC} -type f | xargs ${TOUCH} -f post-install: @${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \ >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 Nov 15 19:42:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by hub.freebsd.org (Postfix) with ESMTP id 028B237B417; Thu, 15 Nov 2001 19:42:20 -0800 (PST) Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id 1DE851EA303; Thu, 15 Nov 2001 22:42:20 -0500 (EST) Date: Thu, 15 Nov 2001 22:42:20 -0500 (EST) From: Vladimir Savichev To: freebsd-ports@FreeBSD.ORG Cc: cvs-committers@FreeBSD.org Subject: somebody please commit non-critical PR's Message-ID: <20011115220300.S26936-100000@ariel.phys.wesleyan.edu> 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 i found above 100 PR Status o non-critical problems submited to GNATS during first 2 weeks of November. Great pace ! Among them some obvious port upgrades/maintainer updates etc. I wonder, is there at least one committer supervising particular port's section. The other alternative would be to browse GNATS and committ port upgrades privately. Great idea ! --Vlad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 20: 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 11EBA37B417 for ; Thu, 15 Nov 2001 20:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG402a45553; Thu, 15 Nov 2001 20:00:02 -0800 (PST) (envelope-from gnats) Received: from caffeine.titan-project.org (caffeine.titan-project.org [64.81.251.151]) by hub.freebsd.org (Postfix) with ESMTP id F253937B419 for ; Thu, 15 Nov 2001 19:52:20 -0800 (PST) Received: (from cshumway@localhost) by caffeine.titan-project.org (8.11.6/8.11.6) id fAG3ppx34515; Thu, 15 Nov 2001 19:51:51 -0800 (PST) (envelope-from cshumway) Message-Id: <200111160351.fAG3ppx34515@caffeine.titan-project.org> Date: Thu, 15 Nov 2001 19:51:51 -0800 (PST) From: Christopher Shumway Reply-To: Christopher Shumway To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32030: [PATCH] Update port: textproc/sablotron to 0.71 Sender: owner-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: 32030 >Category: ports >Synopsis: [PATCH] Update port: textproc/sablotron to 0.71 >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 Nov 15 20:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Shumway >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD caffeine.titan-project.org 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Oct 14 15:23:56 PDT 2001 cshumway@caffeine.titan-project.org:/usr/obj/usr/src/sys/CAFFEINE i386 >Description: Update the port textproc/sablotron to 0.71 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/sablotron/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/11/06 12:40:46 1.10 +++ Makefile 2001/11/16 03:40:30 @@ -6,9 +6,9 @@ # PORTNAME= Sablot -PORTVERSION= 0.70 +PORTVERSION= 0.71 CATEGORIES= textproc -MASTER_SITES= http://download.gingerall.cz/sablot/ +MASTER_SITES= http://download-2.gingerall.cz/download/sablot/ MAINTAINER= skv@protey.ru Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/sablotron/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 2001/11/06 12:40:46 1.8 +++ distinfo 2001/11/16 03:40:39 @@ -1 +1 @@ -MD5 (Sablot-0.70.tar.gz) = c7e68658c10ca6f92dbf27c18270dc31 +MD5 (Sablot-0.71.tar.gz) = 5c5436b5b3c28f79e9d7f3bfddff5948 >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 Nov 15 20: 2:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 94FA537B419; Thu, 15 Nov 2001 20:02:19 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id EAA25192; Fri, 16 Nov 2001 04:09:49 -0800 Date: Thu, 15 Nov 2001 20:02:03 -0800 From: John Merryweather Cooper To: clefevre@citeweb.net Cc: Maxim Sobolev , Will Andrews , Mario Sergio Fujikawa Ferreira , Thomas Gellekum , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20011115200203.M33074@johncoop.MSHOME> References: <3BF40798.7F66C0DD@FreeBSD.org> <200111160338.fAG3cP213471@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200111160338.fAG3cP213471@gits.dyndns.org>; from clefevre@citeweb.net on Thu, Nov 15, 2001 at 19:38:25 -0800 X-Mailer: Balsa 1.2.3 Lines: 43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.11.15 19:38 Cyrille Lefevre wrote: > Maxim Sobolev wrote: > [ Charset KOI8-R unsupported, converting... ] > > Will Andrews wrote: > > > > > > On Wed, Nov 14, 2001 at 01:48:33AM -0200, Mario Sergio Fujikawa > Ferreira wrote: > > > > That's sweeeet but what about discussing this one too? > > > > It was proposed a while ago. :) So that we can automagically > take > > > > care of this based on _VER > > > > > > Yes, please. > > > > This patch is incomplete because it lacks documentation in the > > comments at the beginning of the file. Please extend it > appropriately > > and resubmit. Other than that looks fine to me. > > PS : please, followup to your own PR and don't submit a new one > using send-pr. this is a common error... > > Cyrille. > -- > Cyrille Lefevre mailto:clefevre@citeweb.net > Regrettably, it's common because followup appears to be ignored. There are a few instances I can point to with PR's I have submitted where this is clearly the case. :( -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 21: 0:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 91CD637B416; Thu, 15 Nov 2001 21:00:09 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAG509Q37432; Thu, 15 Nov 2001 21:00:09 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id fAG50Y200827; Thu, 15 Nov 2001 21:00:34 -0800 (PST) (envelope-from marcel) Date: Thu, 15 Nov 2001 21:00:34 -0800 From: Marcel Moolenaar To: "David O'Brien" Cc: Andreas Klemm , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011115210034.A721@dhcp01.pn.xcllnt.net> References: <20011112060014.GA489@titan.klemm.gtn.com> <20011111232603.A14074@athlon.pn.xcllnt.net> <20011115090311.C2084@dragon.nuxi.com> <20011115123424.B36113@kayak.xcllnt.net> <20011115154248.B1031@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011115154248.B1031@dragon.nuxi.com> User-Agent: Mutt/1.3.21i Sender: owner-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, Nov 15, 2001 at 03:42:48PM -0800, David O'Brien wrote: > On Thu, Nov 15, 2001 at 12:34:24PM -0800, Marcel Moolenaar wrote: > > I don't have any plans for the 6.2 port. I didn't even create the thing > > and as I said before it should not have been created at all. > > It sounds like you do. Don't get hung up on the port directory name for > this question. Do we need to have two Linux ports for enternity? No, we can have three just like we have now :-) :-) Seriously: Shortly after linux_base-5.2 was overwritten by 6.1 people got stuck in a situation where 6.1 didn't work and 5.2 didn't exist anymore. I wanted to avoid that with 6.1 -> 7.1. The underlying thought I had was (and is) that we'd be better off with a scheme where we have two ports for a while. Removal of the older could be done at our convenience once stability with the new has been achieved. The advantage also is that it allows is to keep the older when important dependent ports cannot be upgraded for whatever reason (see below). > One > that provides RH 6.x compat and one that provides RH 7.x compatibility? In principle, yes. Once 6.x support is no longer needed we can remove the port. If Red Hat 8.x sees the day of light we can simply create a linux_base-8 port as necessary. If we need for more than a single release line, multiple ports can exist. Having the version number in the port name is not really that bad. It probably avoids a lot of headaches. I don't want us to have to deal with compatibility issues when they are not dealt with by Red Hat. I know it's not perfect, but neither is other solutions. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 21:10:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 9B3E037B417; Thu, 15 Nov 2001 21:10:13 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAG5ADQ37454; Thu, 15 Nov 2001 21:10:13 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id fAG5Ab200839; Thu, 15 Nov 2001 21:10:37 -0800 (PST) (envelope-from marcel) Date: Thu, 15 Nov 2001 21:10:37 -0800 From: Marcel Moolenaar To: Cyrille Lefevre Cc: "David O'Brien" , Andreas Klemm , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011115211037.B721@dhcp01.pn.xcllnt.net> References: <20011115123424.B36113@kayak.xcllnt.net> <200111160336.fAG3abG13456@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111160336.fAG3abG13456@gits.dyndns.org> User-Agent: Mutt/1.3.21i Sender: owner-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, Nov 16, 2001 at 04:36:37AM +0100, Cyrille Lefevre wrote: > Marcel Moolenaar wrote: > > On Thu, Nov 15, 2001 at 09:03:11AM -0800, David O'Brien wrote: > [snip] > > > For linux_base, I don't see that need. The 7.1 version > > > should include any needed 6.2 "compat" libs(bits). > > > > No. The linux_base-7 port should install a minimal set of Red Hat 7.x > > packages. If Red Hat 7.x sucks, linux_base-7 will sucks. It's that > > simple... > > I guess David was thinking to something like linux_compat-7 which > install cleanly over linux_base-7 as linux_devtools and such do. > > so, linux ports which require 7.1 are safe w/ linux_base-7 and > the ones which require 6.x are safe w/ linux_compat-7. no more > need to install linux_base-7 over linux_base or whatever... We don't need ports for that. People have all the freedom to remove and install packages to tweak the environment for their needs. The port is kept clean especially for that reason. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 21:20: 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 8F4EF37B417 for ; Thu, 15 Nov 2001 21:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG5K1761203; Thu, 15 Nov 2001 21:20:01 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Nov 2001 21:20:01 -0800 (PST) Message-Id: <200111160520.fAG5K1761203@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Rob Simmons Subject: Re: ports/32022: New port: Jakarta Tomcat 4.0.1 Reply-To: Rob Simmons Sender: owner-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/32022; it has been noted by GNATS. From: Rob Simmons To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/32022: New port: Jakarta Tomcat 4.0.1 Date: Fri, 16 Nov 2001 00:14:18 -0500 (EST) There was a minor problem with the jdk dependency. Here is a fixed version: http://staff.wlcg.com/~rsimmons/tomcat4.sh.gz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 21:29: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 4FF9437B416; Thu, 15 Nov 2001 21:29:17 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG5JMB61150; Thu, 15 Nov 2001 21:19:22 -0800 (PST) (envelope-from pat) Date: Thu, 15 Nov 2001 21:19:22 -0800 (PST) From: Message-Id: <200111160519.fAG5JMB61150@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, pat@FreeBSD.org Subject: Re: ports/31765: [MAINTAINER UPDATE] Update NetRexx to NetRexx 2.02 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] Update NetRexx to NetRexx 2.02 Responsible-Changed-From-To: freebsd-ports->pat Responsible-Changed-By: pat Responsible-Changed-When: Thu Nov 15 21:18:25 PST 2001 Responsible-Changed-Why: I'll be working with the maintainer on this one http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 21: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 307C837B416 for ; Thu, 15 Nov 2001 21:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG5U1e62184; Thu, 15 Nov 2001 21:30:01 -0800 (PST) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 9A51A37B419 for ; Thu, 15 Nov 2001 21:25:25 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 426262B696 for ; Fri, 16 Nov 2001 06:25:17 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 8029031D; Fri, 16 Nov 2001 16:25:13 +1100 (EST) Message-Id: <20011116052513.8029031D@k7.mavetju.org> Date: Fri, 16 Nov 2001 16:25:13 +1100 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32031: new port: net/ipfw-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 >Number: 32031 >Category: ports >Synopsis: new port: net/ipfw-graph >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 Nov 15 21:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.4-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Sat Nov 10 21:31:47 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: New port: ipfw-graph. It generates a graphical realtime output of the traffic as it goes through the ipfw-rules. >How-To-Repeat: n/a >Fix: thanks in advance! # 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/ipfw-graph # net/ipfw-graph/Makefile # net/ipfw-graph/distinfo # net/ipfw-graph/files # net/ipfw-graph/files/patch-Makefile # net/ipfw-graph/pkg-plist # net/ipfw-graph/pkg-descr # net/ipfw-graph/pkg-comment # echo c - net/ipfw-graph mkdir -p net/ipfw-graph > /dev/null 2>&1 echo x - net/ipfw-graph/Makefile sed 's/^X//' >net/ipfw-graph/Makefile << 'END-of-net/ipfw-graph/Makefile' X# New ports collection makefile for: ipfw-graph X# Date created: 16 November 2001 X# Whom: Edwin Groothuis (edwin@mavetju.org) X# X# $FreeBSD$ X# X XPORTNAME= ipfw-graph XPORTVERSION= 1.3 XCATEGORIES= net XMASTER_SITES= http://www.mavetju.org/download/ X XMAINTAINER= edwin@mavetju.org X XUSE_GTK= yes X XMAN8= ipfw-al.8 ipfw-graph.8 X X.include END-of-net/ipfw-graph/Makefile echo x - net/ipfw-graph/distinfo sed 's/^X//' >net/ipfw-graph/distinfo << 'END-of-net/ipfw-graph/distinfo' XMD5 (ipfw-graph-1.3.tar.gz) = d624be15caf4f0f5401658138ad04850 END-of-net/ipfw-graph/distinfo echo c - net/ipfw-graph/files mkdir -p net/ipfw-graph/files > /dev/null 2>&1 echo x - net/ipfw-graph/files/patch-Makefile sed 's/^X//' >net/ipfw-graph/files/patch-Makefile << 'END-of-net/ipfw-graph/files/patch-Makefile' X--- Makefile.orig Fri Nov 16 15:57:26 2001 X+++ Makefile Fri Nov 16 16:02:17 2001 X@@ -2,7 +2,6 @@ X # $Id: Makefile,v 1.8 2001/11/16 04:46:20 mavetju Exp $ X # X X-CC = gcc X OPT_C = -c -Wall -g X OPT_L = -g X X@@ -32,13 +31,13 @@ X deinstall: X uninstall X uninstall: X- rm /usr/local/sbin/ipfw-al X- rm /usr/local/bin/ipfw-graph X- rm /usr/local/man/man8/ipfw-al.8 X- rm /usr/local/man/man8/ipfw-graph.8 X+ $(RM) $(PREFIX)/sbin/ipfw-al X+ $(RM) $(PREFIX)/bin/ipfw-graph X+ $(RM) $(PREFIX)/man/man8/ipfw-al.8 X+ $(RM) $(PREFIX)/man/man8/ipfw-graph.8 X X install: X- install -o root -g wheel -m 4755 ipfw-al /usr/local/sbin X- install -o root -g wheel -m 0755 ipfw-graph /usr/local/bin X- install -o root -g wheel -m 0644 ipfw-al.8 /usr/local/man/man8 X- install -o root -g wheel -m 0644 ipfw-graph.8 /usr/local/man/man8 X+ ${BSD_INSTALL_PROGRAM} -m 4755 ipfw-al ${PREFIX}/sbin X+ ${BSD_INSTALL_PROGRAM} ipfw-graph ${PREFIX}/bin X+ ${BSD_INSTALL_MAN} ipfw-al.8 ${PREFIX}/man/man8 X+ ${BSD_INSTALL_MAN} ipfw-graph.8 ${PREFIX}/man/man8 END-of-net/ipfw-graph/files/patch-Makefile echo x - net/ipfw-graph/pkg-plist sed 's/^X//' >net/ipfw-graph/pkg-plist << 'END-of-net/ipfw-graph/pkg-plist' Xbin/ipfw-graph Xsbin/ipfw-al END-of-net/ipfw-graph/pkg-plist echo x - net/ipfw-graph/pkg-descr sed 's/^X//' >net/ipfw-graph/pkg-descr << 'END-of-net/ipfw-graph/pkg-descr' XDisplays a graphical overview of bytes going through your IPFW Xrules and a piled overview of the percentage on which rule it Xpassed. X XFreeBSD only, GTK required. X XWWW: http://www.mavetju.org X X- Edwin Groothuis Xedwin@mavetju.org END-of-net/ipfw-graph/pkg-descr echo x - net/ipfw-graph/pkg-comment sed 's/^X//' >net/ipfw-graph/pkg-comment << 'END-of-net/ipfw-graph/pkg-comment' XGraphical overview of traffic going through your IPFW rules END-of-net/ipfw-graph/pkg-comment 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 Nov 15 21: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 04C4237B416 for ; Thu, 15 Nov 2001 21:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG5o0m64173; Thu, 15 Nov 2001 21:50:00 -0800 (PST) (envelope-from gnats) Received: from hershey.dyn.bar.net (c1603280-a.provo1.ut.home.com [65.5.37.42]) by hub.freebsd.org (Postfix) with ESMTP id D499437B418 for ; Thu, 15 Nov 2001 21:44:15 -0800 (PST) Received: (from heath@localhost) by hershey.dyn.bar.net (8.11.6/8.11.5) id fAG5iDq23718; Thu, 15 Nov 2001 22:44:13 -0700 (MST) (envelope-from heath) Message-Id: <200111160544.fAG5iDq23718@hershey.dyn.bar.net> Date: Thu, 15 Nov 2001 22:44:13 -0700 (MST) From: Heath Nielson Reply-To: Heath Nielson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32032: [patch] fix devel/linguist Sender: owner-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: 32032 >Category: ports >Synopsis: [patch] fix devel/linguist >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 21:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Heath Nielson >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD hershey.dyn.bar.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 14 22:15:39 MST 2001 heath@hershey.dyn.bar.net:/usr/src/sys/compile/HERSHEY i386 >Description: Build fails with the following linker error: /usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_getspecific' /usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_key_create' /usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_setspecific' Note: I tried submitting this pr earlier, but I think I thoroughly screwed it up so it wasn't accepted, if this is a dup please disregard. >How-To-Repeat: cd /usr/ports/devel/linguist && make >Fix: I'm not sure how it's supposed to be fixed, but by adding thread to the CONFIG line in each of the .pro files fixes the problem. --- Makefile.orig Wed Nov 14 12:54:41 2001 +++ Makefile Wed Nov 14 12:51:15 2001 @@ -33,6 +33,10 @@ CFLAGS+= -O0 .endif +pre-configure: + @find ${WRKSRC} -name '*.pro' | xargs ${PERL} -pi -e \ + 's/(^CONFIG.*)/\1 thread/' + post-configure: @${PERL} -pi -e 's|\$\(SUBDIRS\):.*tmake_all|\$\(SUBDIRS\):|' \ ${WRKSRC}/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 Thu Nov 15 22:21:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id BE2A137B417; Thu, 15 Nov 2001 22:21:49 -0800 (PST) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id WAA02386; Thu, 15 Nov 2001 22:21:49 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda02384; Thu Nov 15 22:21:48 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.6/8.9.1) id fAG6Lmk26087; Thu, 15 Nov 2001 22:21:48 -0800 (PST) Received: from UNKNOWN(10.1.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdT26085; Thu Nov 15 22:21:15 2001 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.6/8.9.1) id fAG6LEY39540; Thu, 15 Nov 2001 22:21:14 -0800 (PST) Message-Id: <200111160621.fAG6LEY39540@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdc39534; Thu Nov 15 22:20:34 2001 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-Sender: schubert To: tom@FreeBSD.org Cc: freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/31012: security/aide doesn't compile In-reply-to: Your message of "Wed, 14 Nov 2001 12:20:06 PST." <200111142020.fAEKK6L58822@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_-12910557880" Date: Thu, 15 Nov 2001 22:20:34 -0800 Sender: owner-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 multipart MIME message. --==_Exmh_-12910557880 Content-Type: text/plain; charset=us-ascii In message <200111142020.fAEKK6L58822@freefall.freebsd.org>, tom@FreeBSD.org wr ites: > Synopsis: security/aide doesn't compile > > Responsible-Changed-From-To: freebsd-ports->cy > Responsible-Changed-By: tom > Responsible-Changed-When: Wed Nov 14 12:19:43 PST 2001 > Responsible-Changed-Why: > Over to MAINTAINER > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31012 Tom, I have a workaround for you. Please put the enclosed patch-files.c into the files directory of the bison port. Rebuild and reinstall the bison port, then build the aide port. The new bison creates an #ifdef against a cpp macro which is generated from the pathname of the header file that is created by bison. The macro name contains slashes and dots which causes the C compiler some gas because of its illegal syntax. The bison patch changes any characters in the generated macro name which could cause the C compiler any gas to underscores. I will discuss with the bison port maintainer whether changes need to be made to the aide port to compensate for the new bison or whether the bison port needs to be patched. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD Ministry of Management Services Province of BC --==_Exmh_-12910557880 Content-Type: text/plain ; name="patch-files.c"; charset=us-ascii Content-Description: patch-files.c Content-Disposition: attachment; filename="patch-files.c" --- src/files.c.orig Wed Aug 15 01:53:15 2001 +++ src/files.c Mon Sep 24 19:58:50 2001 @@ -104,7 +104,9 @@ strcat (macro_name, header_extension); for (ite = 0; macro_name[ite]; ite++) - if (macro_name[ite] == '.') + if (!((macro_name[ite] >= '0' && macro_name[ite] <= '9') || + (macro_name[ite] >= 'A' && macro_name[ite] <= 'Z') || + (macro_name[ite] >= 'a' && macro_name[ite] <= 'z'))) macro_name[ite] = '_'; else { --==_Exmh_-12910557880-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 22:40:13 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 9675C37B416; Thu, 15 Nov 2001 22:40:09 -0800 (PST) Received: (from uucp@localhost) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) id fAG6e4d08520; Fri, 16 Nov 2001 07:40:04 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.6/8.11.3) id fAG6Ln203883; Fri, 16 Nov 2001 07:21:49 +0100 (CET) (envelope-from andreas) Date: Fri, 16 Nov 2001 07:21:49 +0100 From: Andreas Klemm To: Marcel Moolenaar Cc: "David O'Brien" , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011116062148.GA3852@titan.klemm.gtn.com> References: <20011112060014.GA489@titan.klemm.gtn.com> <20011111232603.A14074@athlon.pn.xcllnt.net> <20011115090311.C2084@dragon.nuxi.com> <20011115123424.B36113@kayak.xcllnt.net> <20011115154248.B1031@dragon.nuxi.com> <20011115210034.A721@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20011115210034.A721@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.3.23.1i X-Operating-System: FreeBSD 4.4-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 15, 2001 at 09:00:34PM -0800, Marcel Moolenaar wrote: > On Thu, Nov 15, 2001 at 03:42:48PM -0800, David O'Brien wrote: > > One > > that provides RH 6.x compat and one that provides RH 7.x compatibility? >=20 > In principle, yes. Once 6.x support is no longer needed we can remove > the port. If Red Hat 8.x sees the day of light we can simply create > a linux_base-8 port as necessary. If we need for more than a single > release line, multiple ports can exist. I hope other people get that backward compat better done than I with a _crude_ hack, that finally didn't work. I installed every linux port and created a backup of /usr/compat using tar. Then I untarred from the oldest to the lastest linux_base version. I hoped doing that I should have backward compat .... I can't remember the failure anymore. I ran out of time and fun... But it simply didn't work ... but actually it should ... Had the feeling some utility (ld ? really can't remember) was pissed to be fooled by me ;-) Andreas /// --=20 Andreas Klemm - Powered by FreeBSD Need a magic printfilter today ? http://www.apsfilter.org/ Songs from our band >> 64Bits << http://members.aol.com/II64BitsII/ Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.ht= ml --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE79LB8d3o+lGxvbLoRAmILAJ9EA3xaE7t2BiC/BG29A7gzRRozmgCgoaWU jGjvPM9tXOhckh2LA0Ri3/s= =MN/z -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 22:40:20 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 A515D37B416; Thu, 15 Nov 2001 22:40:14 -0800 (PST) Received: (from uucp@localhost) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) id fAG6e5f08530; Fri, 16 Nov 2001 07:40:05 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.6/8.11.3) id fAG6Tst03912; Fri, 16 Nov 2001 07:29:54 +0100 (CET) (envelope-from andreas) Date: Fri, 16 Nov 2001 07:29:54 +0100 From: Andreas Klemm To: Marcel Moolenaar Cc: Cyrille Lefevre , "David O'Brien" , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011116062954.GB3852@titan.klemm.gtn.com> References: <20011115123424.B36113@kayak.xcllnt.net> <200111160336.fAG3abG13456@gits.dyndns.org> <20011115211037.B721@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20011115211037.B721@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.3.23.1i X-Operating-System: FreeBSD 4.4-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --s/l3CgOIzMHHjg/5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 15, 2001 at 09:10:37PM -0800, Marcel Moolenaar wrote: > We don't need ports for that. People have all the freedom to > remove and install packages to tweak the environment for their > needs. The port is kept clean especially for that reason. I would be more than glad seeing the old spirit, that the port maintainer does his best, to get best results without having n people spending their time to fiddle around. Currently both doesn't work a) trying to install new linux-base over old and running old and new binaries (things that simply run in native FreeBSD world) b) removing every linux-* port and only trying latest staroffice I don't remember the exact reasons, but I was a little bit unhappy not being able to try the latest staroffice even after removing older port using older linux compat binaries ... So much work for no result at all ... If only the new staroffice works with the linux_base7 port, then I think this port is not of much use at all, since I can't imaging of a person who uses only staroffice and no linux-navigatore etc ... So could somebody please try to find out, if there is a possibility, to use the newest libs, provide compat libs for older linux binaries... Currently new stuff is simply broken and makes people unhappy. Ports collection should at least provide working binaries or mark it as broken. If you can't reproduce, I could try to make a better bug report at the weekend. But since I have to prepare for Solaris certifications, I didn't plan not to spend more time on this which at least the port maintainer should easily be able to reproduce himself. --=20 Andreas Klemm - Powered by FreeBSD Need a magic printfilter today ? http://www.apsfilter.org/ Songs from our band >> 64Bits << http://members.aol.com/II64BitsII/ Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.ht= ml --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE79LJhd3o+lGxvbLoRAo3WAJ4416hQwoeXv2WmB/g+L7w1fYFDmQCfVcnW RAgOJ4AyS1CNrud9dlFeglY= =dk/p -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 22:50:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id C064F37B417; Thu, 15 Nov 2001 22:50:53 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAG6orQ37631; Thu, 15 Nov 2001 22:50:53 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id fAG6pHt14971; Thu, 15 Nov 2001 22:51:17 -0800 (PST) (envelope-from marcel) Date: Thu, 15 Nov 2001 22:51:17 -0800 From: Marcel Moolenaar To: Andreas Klemm Cc: "David O'Brien" , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011115225117.A1610@dhcp01.pn.xcllnt.net> References: <20011112060014.GA489@titan.klemm.gtn.com> <20011111232603.A14074@athlon.pn.xcllnt.net> <20011115090311.C2084@dragon.nuxi.com> <20011115123424.B36113@kayak.xcllnt.net> <20011115154248.B1031@dragon.nuxi.com> <20011115210034.A721@dhcp01.pn.xcllnt.net> <20011116062148.GA3852@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011116062148.GA3852@titan.klemm.gtn.com> User-Agent: Mutt/1.3.21i Sender: owner-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, Nov 16, 2001 at 07:21:49AM +0100, Andreas Klemm wrote: > On Thu, Nov 15, 2001 at 09:00:34PM -0800, Marcel Moolenaar wrote: > > On Thu, Nov 15, 2001 at 03:42:48PM -0800, David O'Brien wrote: > > > One > > > that provides RH 6.x compat and one that provides RH 7.x compatibility? > > > > In principle, yes. Once 6.x support is no longer needed we can remove > > the port. If Red Hat 8.x sees the day of light we can simply create > > a linux_base-8 port as necessary. If we need for more than a single > > release line, multiple ports can exist. > > I hope other people get that backward compat better done than > I with a _crude_ hack, that finally didn't work. That's the whole point. If Red Hat doesn't provide the backward compatibility, then they very likely have a very good reason for it. I think it's best we take that as a pretty strong hint that compatibility is not going to work, unless we're willing to do things Red Hat itself is not willing to do. By all means, it's not worth it... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 22:59:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 3DAE237B427; Thu, 15 Nov 2001 22:59:42 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAG6xfQ37651; Thu, 15 Nov 2001 22:59:41 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id fAG706u17255; Thu, 15 Nov 2001 23:00:06 -0800 (PST) (envelope-from marcel) Date: Thu, 15 Nov 2001 23:00:06 -0800 From: Marcel Moolenaar To: Andreas Klemm Cc: Cyrille Lefevre , "David O'Brien" , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011115230006.B1610@dhcp01.pn.xcllnt.net> References: <20011115123424.B36113@kayak.xcllnt.net> <200111160336.fAG3abG13456@gits.dyndns.org> <20011115211037.B721@dhcp01.pn.xcllnt.net> <20011116062954.GB3852@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011116062954.GB3852@titan.klemm.gtn.com> User-Agent: Mutt/1.3.21i Sender: owner-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, Nov 16, 2001 at 07:29:54AM +0100, Andreas Klemm wrote: > On Thu, Nov 15, 2001 at 09:10:37PM -0800, Marcel Moolenaar wrote: > > We don't need ports for that. People have all the freedom to > > remove and install packages to tweak the environment for their > > needs. The port is kept clean especially for that reason. > > I would be more than glad seeing the old spirit, that the > port maintainer does his best, to get best results without > having n people spending their time to fiddle around. The best results are achieved by providing the least amount of packages that still create a consistent and workable environment, without trying to solve the worlds problems. Any other solution is going to hurt; one way or the other. > If only the new staroffice works with the linux_base7 port, then > I think this port is not of much use at all, since I can't imaging > of a person who uses only staroffice and no linux-navigatore etc ... What can I do? Wait until every application works with RH 7 before creating the port? I tried that; doesn't work. People still complain it's not there. Creating the port stops one group of people, but makes another group of people start complaining. > So could somebody please try to find out, if there is a possibility, > to use the newest libs, provide compat libs for older linux binaries... Ask Red Hat... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 23:27:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 507CB37B416; Thu, 15 Nov 2001 23:27:37 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id HAA07040; Fri, 16 Nov 2001 07:35:22 -0800 Date: Thu, 15 Nov 2001 13:02:02 -0800 From: John Merryweather Cooper To: freebsd-java@freebsd.org Cc: freebsd-ports@freebsd.org Subject: A Modest Proposal for Java(tm) dependency selection among ports Message-ID: <20011115130202.E33074@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.2.3 Lines: 61 Sender: owner-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 a problem and a proposed solution regarding Java(tm) ports. First, the problem: reflecting the range of JDK/JRE's that a given port will operate under while trying not to force the end user to install all three of the native JDK's (if not necessary). For example: NetRexx 2.02 (still waiting for a committer to take it under his/her wing) will run under either 1.1.8, 1.2.2, or 1.3.1, PROVIDED that the CLASSPATH or NETREXX_JAVA environment variables are properly setup for desired JDK. On the other hand, JGNAT-1.1p, while it theoretically works with JDK 1.1.8, in practice is very unhappy unless a Java2 JDK (1.2.2 or 1.3.1) is setup. Again, the CLASSPATH must be properly setup for the particular JDK. I'm sure other examples will come to mind. :) Now the proposed solution: bsd.port.mk (probably through a bsd.java.mk) would provide the following knobs: USE_JAVA=[yes|no] knob will succeed on any of JDK's 1.3.1, 1.2.2, or 1.1.8 IN THAT ORDER (latest version first) USE_JAVA2=[yes|no] knob will succeed on either JDK 1.3.1 or 1.2.2 IN THAT ORDER USE_JAVA11=[yes|no] knob will succeed on ONLY JDK 1.1.8 WANT_LINUX_JAVA=[yes|no] same as above except Linux version Java's are used and USE_JAVA11 will abort build. WANT_JRE_ONLY=[yes|no] same as above except a JRE will be used instead of a JDK, if available JAVA_VER reports Java(tm) detected or built by USE_JAVA* Ports that are not picky will use whatever JDK is installed, and ports that are will install a JDK/JRE as appropriate. Doubtless, there are some other ways to do this--and I'm no Makefile maven--but I think something along these lines needs to be done to reduce the chaos level in the java portion of the ports tree. YMMV. -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 23:27:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 2AA2837B416; Thu, 15 Nov 2001 23:27:49 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id HAA07055; Fri, 16 Nov 2001 07:35:26 -0800 Date: Thu, 15 Nov 2001 20:02:03 -0800 From: John Merryweather Cooper To: clefevre@citeweb.net Cc: Maxim Sobolev , Will Andrews , Mario Sergio Fujikawa Ferreira , Thomas Gellekum , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20011115200203.M33074@johncoop.MSHOME> References: <3BF40798.7F66C0DD@FreeBSD.org> <200111160338.fAG3cP213471@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200111160338.fAG3cP213471@gits.dyndns.org>; from clefevre@citeweb.net on Thu, Nov 15, 2001 at 19:38:25 -0800 X-Mailer: Balsa 1.2.3 Lines: 43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.11.15 19:38 Cyrille Lefevre wrote: > Maxim Sobolev wrote: > [ Charset KOI8-R unsupported, converting... ] > > Will Andrews wrote: > > > > > > On Wed, Nov 14, 2001 at 01:48:33AM -0200, Mario Sergio Fujikawa > Ferreira wrote: > > > > That's sweeeet but what about discussing this one too? > > > > It was proposed a while ago. :) So that we can automagically > take > > > > care of this based on _VER > > > > > > Yes, please. > > > > This patch is incomplete because it lacks documentation in the > > comments at the beginning of the file. Please extend it > appropriately > > and resubmit. Other than that looks fine to me. > > PS : please, followup to your own PR and don't submit a new one > using send-pr. this is a common error... > > Cyrille. > -- > Cyrille Lefevre mailto:clefevre@citeweb.net > Regrettably, it's common because followup appears to be ignored. There are a few instances I can point to with PR's I have submitted where this is clearly the case. :( -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 23:28:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 47C9337B416 for ; Thu, 15 Nov 2001 23:28:33 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id HAA07031; Fri, 16 Nov 2001 07:35:20 -0800 Date: Thu, 15 Nov 2001 12:13:27 -0800 From: John Merryweather Cooper To: Noel Koethe Cc: ports@freebsd.org Subject: Re: security/cyrus-sasl compile problem Message-ID: <20011115121327.A33074@johncoop.MSHOME> References: <20011115181704.B28661@hopi.hostsharing.net> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011115181704.B28661@hopi.hostsharing.net>; from noel@koethe.net on Thu, Nov 15, 2001 at 09:17:04 -0800 X-Mailer: Balsa 1.2.3 Lines: 50 Sender: owner-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 2001.11.15 09:17 Noel Koethe wrote: > Hello, > > I have a problem when compiling cyrus-sasl from the ports > > ===> Extracting for cyrus-sasl-1.5.24_7 > >> Checksum OK for cyrus-sasl-1.5.24.tar.gz. > >> Checksum OK for cyrus-sasl-1.5.24-ipv6-20010321.diff.gz. > ===> cyrus-sasl-1.5.24_7 depends on executable: automake14 - found > ===> cyrus-sasl-1.5.24_7 depends on executable: autoconf213 - found > ===> cyrus-sasl-1.5.24_7 depends on executable: libtool - found > ===> cyrus-sasl-1.5.24_7 depends on shared library: db3.2 - found > ===> Patching for cyrus-sasl-1.5.24_7 > ===> Applying distribution patches for cyrus-sasl-1.5.24_7 > ===> Applying FreeBSD patches for cyrus-sasl-1.5.24_7 > ===> Configuring for cyrus-sasl-1.5.24_7 > autoheader: not found > *** Error code 127 > > I thing its a dependencies problem. But I don't know what package > provides > "autoheader". > > -- > Noèl Köthe "automake" or "automake14" provides "autoheader." I'm guessing that the "autoheader" provided by "automake14" has been renamed "autoheader14 to prevent name collision with the "autoheader" provided by "automake." Either all occurrences of calls to "autoheader" in the "cyrus-sasl" port need to be changed to "autoheader14" or the "cyrus-sasl" port needs to be tweaked to use "automake" (which is version 1.5.x). Or, get really anal and hack the configure file(s) until automake is no longer necessary. :) -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 23:29: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 7E01B37B405; Thu, 15 Nov 2001 23:29:17 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG7Sw881557; Thu, 15 Nov 2001 23:28:58 -0800 (PST) (envelope-from ijliao) Date: Thu, 15 Nov 2001 23:28:58 -0800 (PST) From: Message-Id: <200111160728.fAG7Sw881557@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/32015: ports/palm/pilrc bugs Sender: owner-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/palm/pilrc bugs Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: ijliao Responsible-Changed-When: Thu Nov 15 23:28:45 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32015 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 23:30: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 EA6D037B416 for ; Thu, 15 Nov 2001 23:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG7U0f81719; Thu, 15 Nov 2001 23:30:00 -0800 (PST) (envelope-from gnats) Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 3C9A437B418; Thu, 15 Nov 2001 23:27:49 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id HAA07064; Fri, 16 Nov 2001 07:35:33 -0800 Message-Id: <20011115232734.A78861@johncoop.MSHOME> Date: Thu, 15 Nov 2001 23:27:34 -0800 From: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: pat@freebsd.org Subject: ports/32034: [NEW PORT] ncurses-ada -- an Ada 95 binding to ncurses-5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32034 >Category: ports >Synopsis: [NEW PORT] ncurses-ada -- an Ada 95 binding to ncurses-5.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 Nov 15 23:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #8: Thu Nov 15 00:29:55 PST 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: For those of us considered totally insane by the C++/Java/WinDoze world, I introduce ncurses-ada, a port which builds the Ada 95 binding to ncurses-5.2. I've adapted it so it uses the ncurses that is part of world. NOTE: Thomas Dickey's web site has moved. The new URL is in the pkg-descr for this port. Someone might want to update world's ncurses HTML doc to reflect this. >How-To-Repeat: N/A >Fix: ARGH!! The hated, despised, and much-loathed shell archive follows: # 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: # # ncurses-ada # ncurses-ada/Makefile # ncurses-ada/distinfo # ncurses-ada/pkg-comment # ncurses-ada/pkg-descr # ncurses-ada/pkg-plist # ncurses-ada/files # ncurses-ada/files/patch-Ada95::gen::Makefile.in # ncurses-ada/files/patch-Ada95::samples::Makefile.in # ncurses-ada/pkg-message # echo c - ncurses-ada mkdir -p ncurses-ada > /dev/null 2>&1 echo x - ncurses-ada/Makefile sed 's/^X//' >ncurses-ada/Makefile << 'END-of-ncurses-ada/Makefile' X# New ports collection makefile for: ncurses-ada X# Date created: 15 November 2001 X# Whom: John Merryweather Cooper X# X# $FreeBSD$ X# X XPORTNAME= ncurses-ada XPORTVERSION= 5.2 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= ncurses XDISTNAME= ncurses-${PORTVERSION} X XBUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat \ X gm4:${PORTSDIR}/devel/m4 XUSE_LIBTOOL= yes XUSE_GMAKE= yes X XMAINTAINER= jmcoopr@webmail.bmi.net X X.include X X# ADAHOST should be computed with adagcc -dumpmachine, but I can't X# quite get it to cooperate (writing to stderr?) XADAHOST= ${MACHINE_ARCH}-unknown-freebsd${OSREL} XADAINC= `gnatls -v | ${GREP} adainclude | ${TR} -d [:space:]` XADALIB= `gnatls -v | ${GREP} adalib | ${TR} -d [:space:]` XADAINC_P= lib/gcc-lib/${ADAHOST}/2.8.1/adainclude XADALIB_P= lib/gcc-lib/${ADAHOST}/2.8.1/adalib X XCONFIGURE_ARGS= --datadir=/usr/share/misc --disable-overwrite \ X --disable-termcap --includedir=/usr/include/ncurses \ X --with-profile --with-shared --without-debug \ X --without-curses-h --with-termlib --with-libtool \ X --with-ada \ X --with-ada-include="${ADAINC}" \ X --with-ada-objects="${ADALIB}" XCONFIGURE_ENV= gnat_exists="yes" ac_cv_path_LDCONFIG="${LDCONFIG} -m ${PREFIX}/lib" X XBUILD_WRKSRC= ${WRKSRC}/Ada95 X XPLIST_SUB= ADAINC=${ADAINC_P} ADALIB=${ADALIB_P} X Xpre-patch: X# test to make sure world has an Ncurses 5.x installed X.if !exists(/usr/lib/libncurses.so.5) X @${ECHO} "This port requires the Ncurses 5.x library, which is part of" X @${ECHO} "the FreeBSD world distribution but is not installed on your" X @${ECHO} "machine. You will need to upgrade your FreeBSD to build" X @${ECHO} "and install this port." X @${FALSE} X.endif X X# hack index.html to use absolute paths for world Ncurses docs X @${PERL} -pi -e 's|hackguide.html|/usr/share/doc/ncurses/hackguide.html|g ; \ X s|ncurses-intro.html|/usr/share/doc/ncurses/ncurses-intro.html|g' \ X ${WRKSRC}/doc/html/index.html X Xdo-install: X# install static library X @${MKDIR} ${PREFIX}/lib X @${INSTALL_DATA} ${WRKSRC}/Ada95/src/libAdaCurses.a \ X ${PREFIX}/lib/libAdaCurses.a X @ranlib ${PREFIX}/lib/libAdaCurses.a X X# install Ada objects X @${MKDIR} ${ADALIB} X @${INSTALL_DATA} ${WRKSRC}/Ada95/src/*.ali ${ADALIB} X @${CHMOD} a-r ${ADALIB}/*.ali X X# install Ada includes X @${MKDIR} ${ADAINC} X @${INSTALL_DATA} ${WRKSRC}/Ada95/src/*.adb ${ADAINC} X @${INSTALL_DATA} ${WRKSRC}/Ada95/src/*.ads ${ADAINC} X X# install Ada examples X @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/Ada95/samples/*.adb \ X ${PREFIX}/share/examples/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/Ada95/samples/*.ads \ X ${PREFIX}/share/examples/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/Ada95/samples/explain.msg \ X ${PREFIX}/share/examples/${PORTNAME}/explain.msg X @${INSTALL_PROGRAM} ${WRKSRC}/Ada95/samples/rain \ X ${PREFIX}/share/examples/${PORTNAME}/rain X @${INSTALL_PROGRAM} ${WRKSRC}/Ada95/samples/tour \ X ${PREFIX}/share/examples/${PORTNAME}/tour X X# if not NOPORTDOCS, install html documentation X.ifndef(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${MKDIR} ${DOCSDIR}/ada X @${MKDIR} ${DOCSDIR}/man X @${INSTALL_DATA} ${WRKSRC}/doc/html/Ada95.html \ X ${DOCSDIR}/Ada95.html X @${INSTALL_DATA} ${WRKSRC}/doc/html/announce.html \ X ${DOCSDIR}/announce.html X @${INSTALL_DATA} ${WRKSRC}/doc/html/index.html \ X ${DOCSDIR}/index.html X @${CP} -R ${WRKSRC}/doc/html/ada/* \ X ${DOCSDIR}/ada X @${INSTALL_DATA} ${WRKSRC}/doc/html/man/* \ X ${DOCSDIR}/man X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-ncurses-ada/Makefile echo x - ncurses-ada/distinfo sed 's/^X//' >ncurses-ada/distinfo << 'END-of-ncurses-ada/distinfo' XMD5 (ncurses-5.2.tar.gz) = 464d6a49010cf2a6eb9ce59a264d4d47 END-of-ncurses-ada/distinfo echo x - ncurses-ada/pkg-comment sed 's/^X//' >ncurses-ada/pkg-comment << 'END-of-ncurses-ada/pkg-comment' XAda 95 binding to the ncurses terminal libraryEND-of-ncurses-ada/pkg-comment echo x - ncurses-ada/pkg-descr sed 's/^X//' >ncurses-ada/pkg-descr << 'END-of-ncurses-ada/pkg-descr' X"ncurses-ada" provides an Ada 95 binding to the FreeBSD world ncurses Xlibrary. With this binding, control over terminal i/o is enhanced in XAda 95 programs. For more information, see the comprehensive HTML Xdocumentation installed with this port. X XWWW: http://invisible-island.net/ncurses/announce.html X X-- John Merryweather Cooper END-of-ncurses-ada/pkg-descr echo x - ncurses-ada/pkg-plist sed 's/^X//' >ncurses-ada/pkg-plist << 'END-of-ncurses-ada/pkg-plist' X%%ADAINC%%/terminal_interface-curses-aux.adb X%%ADAINC%%/terminal_interface-curses-aux.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-alpha.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-alpha.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-alphanumeric.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-alphanumeric.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-enumeration-ada.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-enumeration-ada.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-enumeration.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-enumeration.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-intfield.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-intfield.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-ipv4_address.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-ipv4_address.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-numeric.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-numeric.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-regexp.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-regexp.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-user-choice.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-user-choice.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types-user.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types-user.ads X%%ADAINC%%/terminal_interface-curses-forms-field_types.adb X%%ADAINC%%/terminal_interface-curses-forms-field_types.ads X%%ADAINC%%/terminal_interface-curses-forms-field_user_data.adb X%%ADAINC%%/terminal_interface-curses-forms-field_user_data.ads X%%ADAINC%%/terminal_interface-curses-forms-form_user_data.adb X%%ADAINC%%/terminal_interface-curses-forms-form_user_data.ads X%%ADAINC%%/terminal_interface-curses-forms.adb X%%ADAINC%%/terminal_interface-curses-forms.ads X%%ADAINC%%/terminal_interface-curses-menus-item_user_data.adb X%%ADAINC%%/terminal_interface-curses-menus-item_user_data.ads X%%ADAINC%%/terminal_interface-curses-menus-menu_user_data.adb X%%ADAINC%%/terminal_interface-curses-menus-menu_user_data.ads X%%ADAINC%%/terminal_interface-curses-menus.adb X%%ADAINC%%/terminal_interface-curses-menus.ads X%%ADAINC%%/terminal_interface-curses-mouse.adb X%%ADAINC%%/terminal_interface-curses-mouse.ads X%%ADAINC%%/terminal_interface-curses-panels-user_data.adb X%%ADAINC%%/terminal_interface-curses-panels-user_data.ads X%%ADAINC%%/terminal_interface-curses-panels.adb X%%ADAINC%%/terminal_interface-curses-panels.ads X%%ADAINC%%/terminal_interface-curses-text_io-aux.adb X%%ADAINC%%/terminal_interface-curses-text_io-aux.ads X%%ADAINC%%/terminal_interface-curses-text_io-complex_io.adb X%%ADAINC%%/terminal_interface-curses-text_io-complex_io.ads X%%ADAINC%%/terminal_interface-curses-text_io-decimal_io.adb X%%ADAINC%%/terminal_interface-curses-text_io-decimal_io.ads X%%ADAINC%%/terminal_interface-curses-text_io-enumeration_io.adb X%%ADAINC%%/terminal_interface-curses-text_io-enumeration_io.ads X%%ADAINC%%/terminal_interface-curses-text_io-fixed_io.adb X%%ADAINC%%/terminal_interface-curses-text_io-fixed_io.ads X%%ADAINC%%/terminal_interface-curses-text_io-float_io.adb X%%ADAINC%%/terminal_interface-curses-text_io-float_io.ads X%%ADAINC%%/terminal_interface-curses-text_io-integer_io.adb X%%ADAINC%%/terminal_interface-curses-text_io-integer_io.ads X%%ADAINC%%/terminal_interface-curses-text_io-modular_io.adb X%%ADAINC%%/terminal_interface-curses-text_io-modular_io.ads X%%ADAINC%%/terminal_interface-curses-text_io.adb X%%ADAINC%%/terminal_interface-curses-text_io.ads X%%ADAINC%%/terminal_interface-curses.adb X%%ADAINC%%/terminal_interface-curses.ads X%%ADAINC%%/terminal_interface.ads X%%ADALIB%%/terminal_interface-curses-aux.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-alpha.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-alphanumeric.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-enumeration-ada.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-enumeration.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-intfield.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-ipv4_address.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-numeric.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-regexp.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-user-choice.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types-user.ali X%%ADALIB%%/terminal_interface-curses-forms-field_types.ali X%%ADALIB%%/terminal_interface-curses-forms-field_user_data.ali X%%ADALIB%%/terminal_interface-curses-forms-form_user_data.ali X%%ADALIB%%/terminal_interface-curses-forms.ali X%%ADALIB%%/terminal_interface-curses-menus-item_user_data.ali X%%ADALIB%%/terminal_interface-curses-menus-menu_user_data.ali X%%ADALIB%%/terminal_interface-curses-menus.ali X%%ADALIB%%/terminal_interface-curses-mouse.ali X%%ADALIB%%/terminal_interface-curses-panels-user_data.ali X%%ADALIB%%/terminal_interface-curses-panels.ali X%%ADALIB%%/terminal_interface-curses-text_io-aux.ali X%%ADALIB%%/terminal_interface-curses-text_io-complex_io.ali X%%ADALIB%%/terminal_interface-curses-text_io-decimal_io.ali X%%ADALIB%%/terminal_interface-curses-text_io-enumeration_io.ali X%%ADALIB%%/terminal_interface-curses-text_io-fixed_io.ali X%%ADALIB%%/terminal_interface-curses-text_io-float_io.ali X%%ADALIB%%/terminal_interface-curses-text_io-integer_io.ali X%%ADALIB%%/terminal_interface-curses-text_io-modular_io.ali X%%ADALIB%%/terminal_interface-curses-text_io.ali X%%ADALIB%%/terminal_interface-curses.ali X%%ADALIB%%/terminal_interface.ali Xlib/libAdaCurses.a X%%PORTDOCS%%share/doc/ncurses-ada/Ada95.html X%%PORTDOCS%%share/doc/ncurses-ada/ada/files.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/files/T.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/A.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/B.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/C.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/D.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/E.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/F.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/G.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/H.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/I.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/K.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/L.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/M.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/N.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/O.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/P.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/Q.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/R.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/S.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/T.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/U.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/V.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/funcs/W.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/index.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/main.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/table.html X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-aux__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-aux__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-alpha__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-alpha__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-alphanumeric__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-alphanumeric__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-enumeration-ada__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-enumeration-ada__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-enumeration__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-enumeration__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-intfield__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-intfield__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-ipv4_address__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-ipv4_address__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-numeric__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-numeric__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-regexp__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-regexp__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-user-choice__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-user-choice__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-user__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types-user__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_types__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_user_data__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-field_user_data__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-form_user_data__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms-form_user_data__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-forms__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-menus-item_user_data__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-menus-item_user_data__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-menus-menu_user_data__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-menus-menu_user_data__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-menus__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-menus__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-mouse__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-mouse__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-panels-user_data__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-panels-user_data__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-panels__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-panels__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-aux__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-aux__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-complex_io__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-complex_io__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-decimal_io__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-decimal_io__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-enumeration_io__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-enumeration_io__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-fixed_io__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-fixed_io__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-float_io__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-float_io__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-integer_io__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-integer_io__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-modular_io__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io-modular_io__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses-text_io__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses__adb.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface-curses__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/ada/terminal_interface__ads.htm X%%PORTDOCS%%share/doc/ncurses-ada/announce.html X%%PORTDOCS%%share/doc/ncurses-ada/index.html X%%PORTDOCS%%share/doc/ncurses-ada/man/captoinfo.1m.html X%%PORTDOCS%%share/doc/ncurses-ada/man/clear.1.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_addch.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_addchstr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_addstr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_attr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_beep.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_bkgd.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_border.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_clear.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_color.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_delch.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_deleteln.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_extend.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_getch.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_getstr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_getyx.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_inch.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_inchstr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_initscr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_inopts.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_insch.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_insstr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_instr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_kernel.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_mouse.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_move.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_outopts.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_overlay.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_pad.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_print.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_printw.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_refresh.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_scanw.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_scr_dump.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_scroll.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_slk.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_termattrs.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_termcap.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_terminfo.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_touch.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_trace.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_util.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/curs_window.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/default_colors.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/define_key.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_cursor.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_data.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_driver.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_field.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_field_attributes.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_field_buffer.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_field_info.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_field_just.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_field_new.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_field_opts.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_field_userptr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_field_validation.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_fieldtype.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_hook.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_new.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_new_page.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_opts.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_page.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_post.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_requestname.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_userptr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/form_win.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/infocmp.1m.html X%%PORTDOCS%%share/doc/ncurses-ada/man/infotocap.1m.html X%%PORTDOCS%%share/doc/ncurses-ada/man/keybound.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/keyok.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_attributes.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_cursor.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_driver.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_format.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_hook.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_items.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_mark.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_new.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_opts.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_pattern.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_post.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_requestname.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_spacing.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_userptr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/menu_win.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/mitem_current.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/mitem_name.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/mitem_new.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/mitem_opts.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/mitem_userptr.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/mitem_value.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/mitem_visible.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/ncurses.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/panel.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/resizeterm.3x.html X%%PORTDOCS%%share/doc/ncurses-ada/man/term.5.html X%%PORTDOCS%%share/doc/ncurses-ada/man/term.7.html X%%PORTDOCS%%share/doc/ncurses-ada/man/terminfo.5.html X%%PORTDOCS%%share/doc/ncurses-ada/man/tic.1m.html X%%PORTDOCS%%share/doc/ncurses-ada/man/toe.1m.html X%%PORTDOCS%%share/doc/ncurses-ada/man/tput.1.html X%%PORTDOCS%%share/doc/ncurses-ada/man/tset.1.html X%%PORTDOCS%%share/doc/ncurses-ada/man/wresize.3x.html Xshare/examples/ncurses-ada/explain.msg Xshare/examples/ncurses-ada/rain Xshare/examples/ncurses-ada/rain.adb Xshare/examples/ncurses-ada/rain.ads Xshare/examples/ncurses-ada/sample-curses_demo-attributes.adb Xshare/examples/ncurses-ada/sample-curses_demo-attributes.ads Xshare/examples/ncurses-ada/sample-curses_demo-mouse.adb Xshare/examples/ncurses-ada/sample-curses_demo-mouse.ads Xshare/examples/ncurses-ada/sample-curses_demo.adb Xshare/examples/ncurses-ada/sample-curses_demo.ads Xshare/examples/ncurses-ada/sample-explanation.adb Xshare/examples/ncurses-ada/sample-explanation.ads Xshare/examples/ncurses-ada/sample-form_demo-aux.adb Xshare/examples/ncurses-ada/sample-form_demo-aux.ads Xshare/examples/ncurses-ada/sample-form_demo-handler.adb Xshare/examples/ncurses-ada/sample-form_demo-handler.ads Xshare/examples/ncurses-ada/sample-form_demo.adb Xshare/examples/ncurses-ada/sample-form_demo.ads Xshare/examples/ncurses-ada/sample-function_key_setting.adb Xshare/examples/ncurses-ada/sample-function_key_setting.ads Xshare/examples/ncurses-ada/sample-header_handler.adb Xshare/examples/ncurses-ada/sample-header_handler.ads Xshare/examples/ncurses-ada/sample-helpers.adb Xshare/examples/ncurses-ada/sample-helpers.ads Xshare/examples/ncurses-ada/sample-keyboard_handler.adb Xshare/examples/ncurses-ada/sample-keyboard_handler.ads Xshare/examples/ncurses-ada/sample-manifest.ads Xshare/examples/ncurses-ada/sample-menu_demo-aux.adb Xshare/examples/ncurses-ada/sample-menu_demo-aux.ads Xshare/examples/ncurses-ada/sample-menu_demo-handler.adb Xshare/examples/ncurses-ada/sample-menu_demo-handler.ads Xshare/examples/ncurses-ada/sample-menu_demo.adb Xshare/examples/ncurses-ada/sample-menu_demo.ads Xshare/examples/ncurses-ada/sample-my_field_type.adb Xshare/examples/ncurses-ada/sample-my_field_type.ads Xshare/examples/ncurses-ada/sample-text_io_demo.adb Xshare/examples/ncurses-ada/sample-text_io_demo.ads Xshare/examples/ncurses-ada/sample.adb Xshare/examples/ncurses-ada/sample.ads Xshare/examples/ncurses-ada/status.adb Xshare/examples/ncurses-ada/status.ads Xshare/examples/ncurses-ada/tour Xshare/examples/ncurses-ada/tour.adb Xshare/examples/ncurses-ada/tour.ads X%%PORTDOCS%%@dirrm share/doc/ncurses-ada/ada/files X%%PORTDOCS%%@dirrm share/doc/ncurses-ada/ada/funcs X%%PORTDOCS%%@dirrm share/doc/ncurses-ada/ada X%%PORTDOCS%%@dirrm share/doc/ncurses-ada/man X%%PORTDOCS%%@dirrm share/doc/ncurses-ada X@dirrm share/examples/ncurses-ada END-of-ncurses-ada/pkg-plist echo c - ncurses-ada/files mkdir -p ncurses-ada/files > /dev/null 2>&1 echo x - ncurses-ada/files/patch-Ada95::gen::Makefile.in sed 's/^X//' >ncurses-ada/files/patch-Ada95::gen::Makefile.in << 'END-of-ncurses-ada/files/patch-Ada95::gen::Makefile.in' X--- Ada95/gen/Makefile.in Sat Sep 30 12:13:01 2000 X+++ Ada95/gen/Makefile.in.new Thu Nov 15 15:27:44 2001 X@@ -71,9 +71,9 @@ X X RANLIB = @RANLIB@ X X-LIB_CURSES = -L../../lib -lncurses@LIB_SUFFIX@ X+LIB_CURSES = -L/usr/lib -lncurses@LIB_SUFFIX@ X X-M4 = m4 X+M4 = gm4 X M4FLAGS = X X GENERATE = ./gen$x '@DFT_ARG_SUFFIX@' END-of-ncurses-ada/files/patch-Ada95::gen::Makefile.in echo x - ncurses-ada/files/patch-Ada95::samples::Makefile.in sed 's/^X//' >ncurses-ada/files/patch-Ada95::samples::Makefile.in << 'END-of-ncurses-ada/files/patch-Ada95::samples::Makefile.in' X--- Ada95/samples/Makefile.in Sat Aug 26 16:49:18 2000 X+++ Ada95/samples/Makefile.in.new Thu Nov 15 16:05:52 2001 X@@ -84,7 +84,7 @@ X ABASE = $(ALIB)-curses X X CARGS =-cargs $(ADAFLAGS) X-LARGS =-largs -L../../lib $(LD_FLAGS) -lAdaCurses -lncurses@LIB_SUFFIX@ X+LARGS =-largs -L/usr/lib $(LD_FLAGS) -lAdaCurses -lncurses@LIB_SUFFIX@ X X PROGS = tour rain X END-of-ncurses-ada/files/patch-Ada95::samples::Makefile.in echo x - ncurses-ada/pkg-message sed 's/^X//' >ncurses-ada/pkg-message << 'END-of-ncurses-ada/pkg-message' X------------------------------------------------------------------------ X XIf your PREFIX is /usr/local (the default), and you chose to install Xthe PORTDOCS, comprehensive HTML documentation is installed at: X X file:///usr/local/share/doc/ncurses-ada/index.html X X------------------------------------------------------------------------ END-of-ncurses-ada/pkg-message exit --=_lrZ03NoBR/3+SX-- >Release-Note: >Audit-Trail: >Unformatted: --=_lrZ03NoBR/3+SX Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit --=_lrZ03NoBR/3+SX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ncurses-ada.txt" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 23:34:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id C995737B41A for ; Thu, 15 Nov 2001 23:34:27 -0800 (PST) Received: (qmail 26429 invoked from network); 16 Nov 2001 07:33:58 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Nov 2001 07:33:58 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200111160251.fAG2pS719339@harmony.village.org> Date: Thu, 15 Nov 2001 23:34:26 -0800 (PST) From: John Baldwin To: Warner Losh Subject: Re: Using bit 21 of EFLAGS in user-mode [was: Re: sigreturn: efl Cc: Maxim Sobolev , marcus@marcuscom.com, freebsd-ports@FreeBSD.ORG, hackers@FreeBSD.ORG, Daniel Eischen Sender: owner-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 16-Nov-01 Warner Losh wrote: > I'm also seeing this in my X server... Maxim has fixed the kernel, so it should work fine now. > Warner -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 23:39: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 AEC0E37B41B; Thu, 15 Nov 2001 23:39:17 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG7ULP81808; Thu, 15 Nov 2001 23:30:21 -0800 (PST) (envelope-from ijliao) Date: Thu, 15 Nov 2001 23:30:21 -0800 (PST) From: Message-Id: <200111160730.fAG7ULP81808@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/32018: ports/graphics/tiff fix for fax2ps Sender: owner-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/graphics/tiff fix for fax2ps Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: ijliao Responsible-Changed-When: Thu Nov 15 23:30:08 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32018 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Nov 15 23:39: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 2EB0D37B41E; Thu, 15 Nov 2001 23:39:19 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG7TUt81663; Thu, 15 Nov 2001 23:29:30 -0800 (PST) (envelope-from ijliao) Date: Thu, 15 Nov 2001 23:29:30 -0800 (PST) From: Message-Id: <200111160729.fAG7TUt81663@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, markp@FreeBSD.org Subject: Re: ports/32016: ports/graphics/ppmcaption font file path fix Sender: owner-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/graphics/ppmcaption font file path fix Responsible-Changed-From-To: freebsd-ports->markp Responsible-Changed-By: ijliao Responsible-Changed-When: Thu Nov 15 23:29:16 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32016 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 0:29:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.siol.net (odin.siol.net [193.189.160.10]) by hub.freebsd.org (Postfix) with ESMTP id 5C54137B41C; Fri, 16 Nov 2001 00:29:44 -0800 (PST) Received: from [213.250.63.197] by mail.siol.net (InterMail vK.4.02.00.10 201-232-116-110 license 3b7ff800a4377eede9efc7be81e8a7c4) with ESMTP id <20011116082942.ZZAK2093.mail@[213.250.63.197]>; Fri, 16 Nov 2001 09:29:42 +0100 Date: Fri, 16 Nov 2001 09:29:40 +0100 From: Uros Gruber X-Mailer: The Bat! (v1.53d) Reply-To: Uros Gruber Organization: Slovenska Internet Revija X-Priority: 3 (Normal) Message-ID: <21654276720.20011116092940@sir-mag.com> To: nbm@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: courier-imap-1.3.10 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 Hi! can you please update to 1.3.12. Because there is some important fixes and new postgresql support. by Uros, P.S. let me know when you update it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 0:58:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id C668837B416 for ; Fri, 16 Nov 2001 00:58:34 -0800 (PST) Received: (from www@localhost) by odyssey.apana.org.au (8.9.3/8.9.3) id QAA30074 for ports@freebsd.org; Fri, 16 Nov 2001 16:58:29 +0800 (WST) X-Authentication-Warning: odyssey.apana.org.au: www set sender to dean@odyssey.apana.org.au using -f To: ports@freebsd.org Subject: squidpurge-1.17 Message-ID: <1005901109.3bf4d535304ab@www.mail.wa.apana.org.au> Date: Fri, 16 Nov 2001 16:58:29 +0800 (WST) From: Dean Hollister MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.6 X-Originating-IP: 203.59.231.242 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I submitted this as a new port over a month ago and haven't heard anything back. I followed the directions in the tutorial at http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting- submitting.html Could someone please get back to me when they can... :-) Many thanks. Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 1:39:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail3.panix.com (mail3.panix.com [166.84.0.167]) by hub.freebsd.org (Postfix) with ESMTP id BC55937B416; Fri, 16 Nov 2001 01:39:47 -0800 (PST) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail3.panix.com (Postfix) with ESMTP id D2F089821D; Fri, 16 Nov 2001 04:39:46 -0500 (EST) Received: (from evenson@localhost) by panix3.panix.com (8.11.3nb1/8.8.8/PanixN1.0) id fAG9dkw27362; Fri, 16 Nov 2001 04:39:46 -0500 (EST) X-Authentication-Warning: panix3.panix.com: evenson set sender to evenson@panix.com using -f To: ports@freebsd.org Cc: obrien@freebsd.org Subject: [editors/openoffice] OpenOffice 638 port status? From: Mark Evenson Date: 16 Nov 2001 04:39:46 -0500 Message-ID: Lines: 19 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 I have recently needed to use the OpenOffice filters for Microsoft Office document conversion as a source of information about the file formats for another project, so I have become interested in getting OpenOffice 638c working on FreeBSD. I noticed that there is a port marked as broken under 'editors/openoffice'. Is there any work that has been done at this point with files more recent than what has made it to the ports tree? I would be grateful for any scraps of information (unfinished, unsupported, etc.) as a basis for figuring out how to get this beast to build. Thanks, -- Mark Evenson "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 2:42:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id 0E16637B419; Fri, 16 Nov 2001 02:42:08 -0800 (PST) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id fAGAg8V55897; Fri, 16 Nov 2001 11:42:08 +0100 (CET) (envelope-from ernst) Message-Id: <200111161042.fAGAg8V55897@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: John Merryweather Cooper , freebsd-java@freebsd.org Subject: Re: A Modest Proposal for Java(tm) dependency selection among ports Date: Fri, 16 Nov 2001 11:42:08 +0100 X-Mailer: KMail [version 1.3] Cc: freebsd-ports@freebsd.org References: <20011115130202.E33074@johncoop.MSHOME> In-Reply-To: <20011115130202.E33074@johncoop.MSHOME> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John, The problem you are addressing is one that has been discussed a few times before. But up until now, no solution was implemented. Now that I'm a member of the FreeBSD Project, I'm determined to find a solution for this. :-) > bsd.port.mk (probably through a bsd.java.mk) would provide the > following knobs: So far this sounds good. > USE_JAVA=[yes|no] knob will succeed on any of JDK's 1.3.1, > 1.2.2, or 1.1.8 IN THAT ORDER (latest > version first) > USE_JAVA2=[yes|no] knob will succeed on either JDK 1.3.1 or > 1.2.2 IN THAT ORDER > USE_JAVA11=[yes|no] knob will succeed on ONLY JDK 1.1.8 I'm suggestion a solution that's a bit different: If a port wants to use Java, then it should set either of the following flags: [ Note that a JDK is a JRE plus development tools ] USE_JAVA=[yes|no] --> This port needs any JRE/JDK, version 1.1 or higher. If a JRE/JDK is installed, then this port will succeed. If not, then any JRE will be installed. The preference order for a JRE/JDK to be installed is stored somewhere in /usr/ports/Mk and it should be possible to override this setting in some config file, similar to the way the order for GNOME download sites can be tweaked. Preferrably the order should take the following rules into account: [1] A JRE/JDK with a higher version number is preferred over one with a lower version number [2] A native FreeBSD JDK/JRE is preferred over a non-native JDK [3] A JRE/JDK that has no dependencies on other JDKs is preferred over a JDK that does [4] A JRE/JDK that can be installed without fetching any files manually is preferred over one that fails with a message like "You must manually fetch the JDK from , place it in /usr/ports/distfiles and then run make again" [5] A JRE is preferred over a JDK USE_JAVA_1_1=[yes|no] --> This is synonymous to USE_JAVA USE_JAVA_1_2=[yes|no] --> This port needs any JRE/JDK (1.2+). If a JRE/JDK 1.2 port is installed, then this port will install, otherwise it will fail, *or* (preferrably!!!!) install a JRE/JDK, using the rules layed out above USE_JAVA_1_3=[yes|no] --> Similar to USE_JAVA_1_2, but then 1.3 i.s.o. 1.2 USE_JAVA_1_4=[yes|no] --> Similar to USE_JAVA_1_3, but for 1.4 i.s.o. 1.3 USE_JDK=[yes|no] --> Similar for USE_JAVA, but now mandates a JDK, just a JRE won't do USE_JDK_11=[yes|no] --> Synonym for USE_JDK USE_JDK_12=[yes|no] --> See USE_JDK_11, but for 1.2 i.s.o. 1.1 USE_JDK_13=[yes|no] --> See USE_JDK_12, but for 1.3 i.s.o. 1.2 USE_JDK_14=[yes|no] --> See USE_JDK_13, but for 1.4 i.s.o. 1.3 > WANT_LINUX_JAVA=[yes|no] > same as above except Linux version Java's > are used and USE_JAVA11 will abort build. I suggest not introducing this flag in the first phase. We can discuss it's usefullness later. > WANT_JRE_ONLY=[yes|no] > same as above except a JRE will be used > instead of a JDK, if available See above proposed solution. > JAVA_VER reports Java(tm) detected or built by > USE_JAVA* Hmm, what *exactly* would you like this variable to return as its value? Ernst -- Ernst de Haan EuroNet Internet B.V. "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 Nov 16 3:17:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id 653CE37B405; Fri, 16 Nov 2001 03:17:04 -0800 (PST) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id fAGBH1B00795; Fri, 16 Nov 2001 12:17:01 +0100 (CET) (envelope-from ernst) Message-Id: <200111161117.fAGBH1B00795@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: John Merryweather Cooper , freebsd-java@freebsd.org Subject: Re: A Modest Proposal for Java(tm) dependency selection among ports Date: Fri, 16 Nov 2001 12:17:01 +0100 X-Mailer: KMail [version 1.3] Cc: freebsd-ports@freebsd.org References: <20011115130202.E33074@johncoop.MSHOME> <200111161042.fAGAg8V55897@zaphod.euronet.nl> In-Reply-To: <200111161042.fAGAg8V55897@zaphod.euronet.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org After a little extra thought, here's an addition: The USE_JAVA* and USE_JDK* flags are used in the Makefile by the port writer to specify what the port needs. After the bsd.port.pre is included, the port writer gets some flags in return that specify what the JRE/JDK is that is selected by the system. For this I propose the following: JAVA_VER_MAJOR=1 <-- Currently always 1 JAVA_VER_MEDIOR=[1|2|3|4] <-- For JDK 1.1, 1.2, 1.3, 1.4 JAVA_MINOR=[1..x] <-- Is 0 for JDK 1.3.0 or 1.4.0, is 1 for 1.3.1, etc. JAVA_MANUFACTURER <-- Currently either Sun, Blackdown, IBM, or FreeBSD JAVA_VERSION <-- Complete version, (1.1.8, 1.2.2b10, 1.3.1, 1.4.0b3, etc.) JAVA_PLATFORM=[linux|freebsd] <-- The target platform JAVA_JRE=[yes|no] <-- no for a JDK, yes for a JRE JAVA_JDK=[yes|no] <-- yes for a JDK, no for a JRE JRE_HOME <-- Points to the JRE base dir, like /usr/local/jdk1.3.1/jre JDK_HOME <-- Only for JDKs: For example /usr/local/linux-jdk1.3.1 Any other suggestions or comments? Ernst On Friday 16 November 2001 11:42, Ernst de Haan wrote: > John, > > The problem you are addressing is one that has been discussed a few times > before. But up until now, no solution was implemented. Now that I'm a > member of the FreeBSD Project, I'm determined to find a solution for this. > :-) > > > bsd.port.mk (probably through a bsd.java.mk) would provide the > > following knobs: > > So far this sounds good. > > > USE_JAVA=[yes|no] knob will succeed on any of JDK's 1.3.1, > > 1.2.2, or 1.1.8 IN THAT ORDER (latest > > version first) > > USE_JAVA2=[yes|no] knob will succeed on either JDK 1.3.1 or > > 1.2.2 IN THAT ORDER > > USE_JAVA11=[yes|no] knob will succeed on ONLY JDK 1.1.8 > > I'm suggestion a solution that's a bit different: If a port wants to use > Java, then it should set either of the following flags: > > [ Note that a JDK is a JRE plus development tools ] > > USE_JAVA=[yes|no] --> This port needs any JRE/JDK, version 1.1 or higher. > If a JRE/JDK is installed, then this port will succeed. If not, then any > JRE will be installed. The preference order for a JRE/JDK to be installed > is stored somewhere in /usr/ports/Mk and it should be possible to override > this setting in some config file, similar to the way the order for GNOME > download sites can be tweaked. > Preferrably the order should take the following rules into account: > [1] A JRE/JDK with a higher version number is preferred over one with a > lower version number > [2] A native FreeBSD JDK/JRE is preferred over a non-native JDK > [3] A JRE/JDK that has no dependencies on other JDKs is preferred over a > JDK that does > [4] A JRE/JDK that can be installed without fetching any files manually is > preferred over one that fails with a message like "You must manually fetch > the JDK from , place it in /usr/ports/distfiles and > then run make again" > [5] A JRE is preferred over a JDK > > USE_JAVA_1_1=[yes|no] --> This is synonymous to USE_JAVA > > USE_JAVA_1_2=[yes|no] --> This port needs any JRE/JDK (1.2+). If a JRE/JDK > 1.2 port is installed, then this port will install, otherwise it will fail, > *or* (preferrably!!!!) install a JRE/JDK, using the rules layed out above > > USE_JAVA_1_3=[yes|no] --> Similar to USE_JAVA_1_2, but then 1.3 i.s.o. 1.2 > > USE_JAVA_1_4=[yes|no] --> Similar to USE_JAVA_1_3, but for 1.4 i.s.o. 1.3 > > USE_JDK=[yes|no] --> Similar for USE_JAVA, but now mandates a JDK, just a > JRE won't do > > USE_JDK_11=[yes|no] --> Synonym for USE_JDK > > USE_JDK_12=[yes|no] --> See USE_JDK_11, but for 1.2 i.s.o. 1.1 > > USE_JDK_13=[yes|no] --> See USE_JDK_12, but for 1.3 i.s.o. 1.2 > > USE_JDK_14=[yes|no] --> See USE_JDK_13, but for 1.4 i.s.o. 1.3 > > > WANT_LINUX_JAVA=[yes|no] > > same as above except Linux version Java's > > are used and USE_JAVA11 will abort build. > > I suggest not introducing this flag in the first phase. We can discuss it's > usefullness later. > > > WANT_JRE_ONLY=[yes|no] > > same as above except a JRE will be used > > instead of a JDK, if available > > See above proposed solution. > > > JAVA_VER reports Java(tm) detected or built by > > USE_JAVA* > > Hmm, what *exactly* would you like this variable to return as its value? > > > > Ernst -- Ernst de Haan EuroNet Internet B.V. "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 Nov 16 3: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 F08A037B418 for ; Fri, 16 Nov 2001 03:30:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGBU7l21711; Fri, 16 Nov 2001 03:30:07 -0800 (PST) (envelope-from gnats) Date: Fri, 16 Nov 2001 03:30:07 -0800 (PST) Message-Id: <200111161130.fAGBU7l21711@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build 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/32006; it has been noted by GNATS. From: Cyrille Lefevre To: Joe Clarke Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Date: Fri, 16 Nov 2001 12:20:50 +0100 (CET) Joe Clarke wrote: > On Fri, 16 Nov 2001, Cyrille Lefevre wrote: > > > Marcus wrote: > > > > > > >Fix: > > > > > > --- Makefile.orig Thu Nov 15 10:25:12 2001 > > > +++ Makefile Thu Nov 15 10:14:26 2001 > > > @@ -82,7 +82,7 @@ > > > @${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs > > > > > > post-configure: > > > - @${TOUCH} -f ${WRKSRC}/config/Makefile.in > > > + @find ${WRKSRC} -exec ${TOUCH} -f {} \; > > > > find ${WRKSRC} -type f | xargs ${TOUCH} -f > > > > would be optimum. > > Yep, pre9 is around the corner, and I wanted a quick kludge to tide me > over. You're absolutely right. I'll whip up another PR. no need to submit a new PR, just followup to the current one. the much simple way is to reply to this mail w/ the patch in the body (since there is a problem w/ attached patch in followups). Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 4: 3:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id 4DB8F37B419 for ; Fri, 16 Nov 2001 04:03:27 -0800 (PST) Received: (qmail 46345864 invoked by uid 0); 16 Nov 2001 12:03:25 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.74 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 Nov 2001 12:03:25 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAGC3FI05149; Fri, 16 Nov 2001 13:03:15 +0100 (CET) (envelope-from root) Message-Id: <200111161203.fAGC3FI05149@gits.dyndns.org> Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? In-Reply-To: <20011115211037.B721@dhcp01.pn.xcllnt.net> To: Marcel Moolenaar Date: Fri, 16 Nov 2001 13:03:15 +0100 (CET) Cc: "David O'Brien" , Andreas Klemm , ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Marcel Moolenaar wrote: > On Fri, Nov 16, 2001 at 04:36:37AM +0100, Cyrille Lefevre wrote: > > Marcel Moolenaar wrote: > > > On Thu, Nov 15, 2001 at 09:03:11AM -0800, David O'Brien wrote: > > [snip] > > > > For linux_base, I don't see that need. The 7.1 version > > > > should include any needed 6.2 "compat" libs(bits). > > > > > > No. The linux_base-7 port should install a minimal set of Red Hat 7.x > > > packages. If Red Hat 7.x sucks, linux_base-7 will sucks. It's that > > > simple... > > > > I guess David was thinking to something like linux_compat-7 which > > install cleanly over linux_base-7 as linux_devtools and such do. > > > > so, linux ports which require 7.1 are safe w/ linux_base-7 and > > the ones which require 6.x are safe w/ linux_compat-7. no more > > need to install linux_base-7 over linux_base or whatever... > > We don't need ports for that. People have all the freedom to > remove and install packages to tweak the environment for their > needs. The port is kept clean especially for that reason. are you saying me that if I want staroffice-6, I have to get rid of linux_base-6, to install linux_base-7 and to tweak it myself to make linux_netscape working fine ? are you serious... I a wonderfull world, I only have to install linux_base-7 to make staroffice-6 happy, and linux_compat-7 to make linux_netscape happy. no more, no less. so, a compat port would greatly simplify things and linux_base-6 wouldn't be needed any more. that is what I anderstand but maybe I'm wrong somewhere. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 5:49: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 2801637B416; Fri, 16 Nov 2001 05:49:18 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGDepA55496; Fri, 16 Nov 2001 05:40:51 -0800 (PST) (envelope-from okazaki) Date: Fri, 16 Nov 2001 05:40:51 -0800 (PST) From: Message-Id: <200111161340.fAGDepA55496@freefall.freebsd.org> To: marcus@marcuscom.com, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] Fix netatalk build State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Fri Nov 16 05:37:43 PST 2001 State-Changed-Why: Superseded by 32029. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32006 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 6: 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 9E2AB37B419 for ; Fri, 16 Nov 2001 06:00:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGE00757577; Fri, 16 Nov 2001 06:00:00 -0800 (PST) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id D37FB37B416 for ; Fri, 16 Nov 2001 05:56:59 -0800 (PST) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id fAGDuxI07375 for ; Fri, 16 Nov 2001 07:56:59 -0600 (CST) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id fAGDuwB56000; Fri, 16 Nov 2001 07:56:58 -0600 (CST) (envelope-from ishmael) Message-Id: <200111161356.fAGDuwB56000@babylon.merseine.nu> Date: Fri, 16 Nov 2001 07:56:58 -0600 (CST) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32037: New port: pm-lib Sender: owner-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: 32037 >Category: ports >Synopsis: New port: pm-lib >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 Nov 16 06:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-STABLE i386 >Organization: None >Environment: System: FreeBSD babylon.merseine.nu 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Nov 5 20:03:33 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: New port for pm-lib. pm-lib is a collection of procmail modules. >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: # # pm-lib # pm-lib/Makefile # pm-lib/distinfo # pm-lib/pkg-plist # pm-lib/pkg-descr # pm-lib/pkg-comment # echo c - pm-lib mkdir -p pm-lib > /dev/null 2>&1 echo x - pm-lib/Makefile sed 's/^X//' >pm-lib/Makefile << 'END-of-pm-lib/Makefile' X# ports collection makefile for: pm-lib X# Date created: 14 November 2001 X# Whom: Jeremy Norris X# X# $FreeBSD$ X# X XPORTNAME= pm-lib XPORTVERSION= 20010728 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-2001.0728 X XMAINTAINER= ishmael27@home.com X XRUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail X XUSE_ZIP= yes XWRKSRC= ${WRKDIR}/${PORTNAME} XNO_BUILD= yes X XLIBS= pm-jaaddr.rc pm-jabup.rc pm-jacookie.rc \ X pm-jacookie1.rc pm-jacron.rc pm-jadaemon.rc pm-jadate.rc \ X pm-jadate1.rc pm-jadate2.rc pm-jadate3.rc pm-jadate4.rc \ X pm-jadate5.rc pm-jadup.rc pm-jaempty.rc pm-jafrom.rc \ X pm-jafwd.rc pm-jalist.rc pm-jamime-decode.rc \ X pm-jamime-kill.rc pm-jamime-save.rc pm-jamime.rc \ X pm-janetmind.rc pm-janslookup.rc pm-jaorig.rc pm-japing.rc \ X pm-japop3.rc pm-jarandf.rc pm-jasrv-check.rc \ X pm-jasrv-daemon.rc pm-jasrv-err.rc pm-jasrv-from.rc \ X pm-jasrv-msg.rc pm-jasrv-multi.rc pm-jasrv-req.rc \ X pm-jasrv-send.rc pm-jasrv.rc pm-jastore.rc pm-jasubject.rc \ X pm-jatime.rc pm-jaube.rc pm-jaube1.rc pm-javac.rc pm-javar.rc XDOCS= README.html README.txt index.html pm-lib-body.html \ X pm-lib-toc.html pm-lib.html pm-lib.txt X Xdo-install: X ${MKDIR} ${PREFIX}/share/${PORTNAME} X.for i in ${LIBS} X ${INSTALL_DATA} ${WRKSRC}/lib/${i} ${PREFIX}/share/${PORTNAME} X.endfor X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X ${INSTALL_DATA} ${WRKSRC}/lib/ChangeLog ${PREFIX}/share/doc/${PORTNAME} X.for i in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/${PORTNAME} X.endfor X.endif X X.include END-of-pm-lib/Makefile echo x - pm-lib/distinfo sed 's/^X//' >pm-lib/distinfo << 'END-of-pm-lib/distinfo' XMD5 (pm-lib-2001.0728.zip) = 13f18a6484c9cdc03a07ef8a1edf8ebd END-of-pm-lib/distinfo echo x - pm-lib/pkg-plist sed 's/^X//' >pm-lib/pkg-plist << 'END-of-pm-lib/pkg-plist' X%%PORTDOCS%%share/doc/pm-lib/ChangeLog X%%PORTDOCS%%share/doc/pm-lib/README.html X%%PORTDOCS%%share/doc/pm-lib/README.txt X%%PORTDOCS%%share/doc/pm-lib/index.html X%%PORTDOCS%%share/doc/pm-lib/pm-lib-body.html X%%PORTDOCS%%share/doc/pm-lib/pm-lib-toc.html X%%PORTDOCS%%share/doc/pm-lib/pm-lib.html X%%PORTDOCS%%share/doc/pm-lib/pm-lib.txt Xshare/pm-lib/pm-jaaddr.rc Xshare/pm-lib/pm-jabup.rc Xshare/pm-lib/pm-jacookie.rc Xshare/pm-lib/pm-jacookie1.rc Xshare/pm-lib/pm-jacron.rc Xshare/pm-lib/pm-jadaemon.rc Xshare/pm-lib/pm-jadate.rc Xshare/pm-lib/pm-jadate1.rc Xshare/pm-lib/pm-jadate2.rc Xshare/pm-lib/pm-jadate3.rc Xshare/pm-lib/pm-jadate4.rc Xshare/pm-lib/pm-jadate5.rc Xshare/pm-lib/pm-jadup.rc Xshare/pm-lib/pm-jaempty.rc Xshare/pm-lib/pm-jafrom.rc Xshare/pm-lib/pm-jafwd.rc Xshare/pm-lib/pm-jalist.rc Xshare/pm-lib/pm-jamime-decode.rc Xshare/pm-lib/pm-jamime-kill.rc Xshare/pm-lib/pm-jamime-save.rc Xshare/pm-lib/pm-jamime.rc Xshare/pm-lib/pm-janetmind.rc Xshare/pm-lib/pm-janslookup.rc Xshare/pm-lib/pm-jaorig.rc Xshare/pm-lib/pm-japing.rc Xshare/pm-lib/pm-japop3.rc Xshare/pm-lib/pm-jarandf.rc Xshare/pm-lib/pm-jasrv-check.rc Xshare/pm-lib/pm-jasrv-daemon.rc Xshare/pm-lib/pm-jasrv-err.rc Xshare/pm-lib/pm-jasrv-from.rc Xshare/pm-lib/pm-jasrv-msg.rc Xshare/pm-lib/pm-jasrv-multi.rc Xshare/pm-lib/pm-jasrv-req.rc Xshare/pm-lib/pm-jasrv-send.rc Xshare/pm-lib/pm-jasrv.rc Xshare/pm-lib/pm-jastore.rc Xshare/pm-lib/pm-jasubject.rc Xshare/pm-lib/pm-jatime.rc Xshare/pm-lib/pm-jaube.rc Xshare/pm-lib/pm-jaube1.rc Xshare/pm-lib/pm-javac.rc Xshare/pm-lib/pm-javar.rc X%%PORTDOCS%%@dirrm share/doc/pm-lib X@dirrm share/pm-lib END-of-pm-lib/pkg-plist echo x - pm-lib/pkg-descr sed 's/^X//' >pm-lib/pkg-descr << 'END-of-pm-lib/pkg-descr' XA collection of several self standing plug-in modules that intend to make your Xprocmail experience more fun. X XWWW: http://pm-lib.sourceforge.net/ END-of-pm-lib/pkg-descr echo x - pm-lib/pkg-comment sed 's/^X//' >pm-lib/pkg-comment << 'END-of-pm-lib/pkg-comment' XA collection of procmail plug-in modules END-of-pm-lib/pkg-comment 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 Nov 16 7:41:27 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 DCF9A37B417 for ; Fri, 16 Nov 2001 07:41:25 -0800 (PST) Received: (qmail 1378 invoked by uid 1001); 16 Nov 2001 15:41:25 -0000 Date: Fri, 16 Nov 2001 10:41:25 -0500 From: Pete Fritchman To: Vladimir Savichev Cc: freebsd-ports@FreeBSD.ORG Subject: Re: somebody please commit non-critical PR's Message-ID: <20011116104125.A1162@databits.net> References: <20011115220300.S26936-100000@ariel.phys.wesleyan.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011115220300.S26936-100000@ariel.phys.wesleyan.edu>; from vlad@ariel.phys.wesleyan.edu on Thu, Nov 15, 2001 at 10:42:20PM -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 ++ 15/11/01 22:42 -0500 - Vladimir Savichev: | i found above 100 PR Status o non-critical problems submited to GNATS | during first 2 weeks of November. Great pace ! Among them some obvious | port upgrades/maintainer updates etc. I wonder, is there | at least one committer supervising particular port's section. The | other alternative would be to browse GNATS and committ port upgrades | privately. Great idea ! People are going through and committing these when they have time. We just got a whole slew of new ports committers in (yay!), and I'm sure that will help out with ports PRs. People have non-FreeBSD things in their lives too, and this is a busy time of the year (with Thanksgiving come up, lots of people making plans or going away). -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] 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 Fri Nov 16 7:50: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 B5ABE37B41C for ; Fri, 16 Nov 2001 07:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGFo1u91069; Fri, 16 Nov 2001 07:50:01 -0800 (PST) (envelope-from gnats) Date: Fri, 16 Nov 2001 07:50:01 -0800 (PST) Message-Id: <200111161550.fAGFo1u91069@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/32030: [PATCH] Update port: textproc/sablotron to 0.71 Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/32030; it has been noted by GNATS. From: Pete Fritchman To: skv@protey.ru Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/32030: [PATCH] Update port: textproc/sablotron to 0.71 Date: Fri, 16 Nov 2001 10:42:24 -0500 What does the maintainer think of this? -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] 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 Fri Nov 16 8:40:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id E6D4237B405; Fri, 16 Nov 2001 08:40:13 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id QAA27631; Fri, 16 Nov 2001 16:47:52 -0800 Date: Fri, 16 Nov 2001 08:40:05 -0800 From: John Merryweather Cooper To: Ernst de Haan Cc: freebsd-java@freebsd.org, freebsd-ports@freebsd.org Subject: Re: A Modest Proposal for Java(tm) dependency selection among ports Message-ID: <20011116084005.A40560@johncoop.MSHOME> References: <20011115130202.E33074@johncoop.MSHOME> <200111161042.fAGAg8V55897@zaphod.euronet.nl> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200111161042.fAGAg8V55897@zaphod.euronet.nl>; from znerd@freebsd.org on Fri, Nov 16, 2001 at 02:42:08 -0800 X-Mailer: Balsa 1.2.3 Lines: 178 Sender: owner-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 2001.11.16 02:42 Ernst de Haan wrote: > John, > > The problem you are addressing is one that has been discussed a few > times > before. But up until now, no solution was implemented. Now that I'm a > member > of the FreeBSD Project, I'm determined to find a solution for this. > :-) > > > bsd.port.mk (probably through a bsd.java.mk) would provide the > > following knobs: > > So far this sounds good. > > > USE_JAVA=[yes|no] knob will succeed on any of JDK's 1.3.1, > > 1.2.2, or 1.1.8 IN THAT ORDER (latest > > version first) > > USE_JAVA2=[yes|no] knob will succeed on either JDK 1.3.1 or > > 1.2.2 IN THAT ORDER > > USE_JAVA11=[yes|no] knob will succeed on ONLY JDK 1.1.8 > > I'm suggestion a solution that's a bit different: If a port wants to > use > Java, then it should set either of the following flags: > > [ Note that a JDK is a JRE plus development tools ] > My thought here is that a "black box" application, where the user could care less if it's Java(tm) under the hood, is a very good candidate for a JRE, but the nature of development tools is that they need a JDK (debugging sucks without a debugger, etc.) > USE_JAVA=[yes|no] --> This port needs any JRE/JDK, version 1.1 or > higher. If > a JRE/JDK is installed, then this port will succeed. If not, then any > JRE > will be installed. The preference order for a JRE/JDK to be installed > is > stored somewhere in /usr/ports/Mk and it should be possible to > override this > setting in some config file, similar to the way the order for GNOME > download > sites can be tweaked. > Preferrably the order should take the following rules into account: > [1] A JRE/JDK with a higher version number is preferred over one with > a lower > version number > [2] A native FreeBSD JDK/JRE is preferred over a non-native JDK > [3] A JRE/JDK that has no dependencies on other JDKs is preferred over > a JDK > that does > [4] A JRE/JDK that can be installed without fetching any files > manually is > preferred over one that fails with a message like "You must manually > fetch > the JDK from , place it in /usr/ports/distfiles > and then > run make again" > [5] A JRE is preferred over a JDK > > USE_JAVA_1_1=[yes|no] --> This is synonymous to USE_JAVA > > USE_JAVA_1_2=[yes|no] --> This port needs any JRE/JDK (1.2+). If a > JRE/JDK > 1.2 port is installed, then this port will install, otherwise it will > fail, > *or* (preferrably!!!!) install a JRE/JDK, using the rules layed out > above > > USE_JAVA_1_3=[yes|no] --> Similar to USE_JAVA_1_2, but then 1.3 i.s.o. > 1.2 > > USE_JAVA_1_4=[yes|no] --> Similar to USE_JAVA_1_3, but for 1.4 i.s.o. > 1.3 > In my experience (yours may be different), the dividing line for most apps is whether they work better (or at all) with a Java or Java2 JRE/JDK. I've yet to find an app/tool that whines too much about the many variations of Java2 (1.2.x and up), but many are unhappy with first generation Java (1.1.8 and before)--and vice versa. Hence, following IBM's breakdown--call one set JAVA11 and the other set JAVA2. Getting more fine-grained than necessary leads back to the current situation--where I effectively have ALL the JDK's installed. In reality, two should cover most of the known world. People who simply must have every JDK can still install them. :) > USE_JDK=[yes|no] --> Similar for USE_JAVA, but now mandates a JDK, > just a JRE > won't do > > USE_JDK_11=[yes|no] --> Synonym for USE_JDK > > USE_JDK_12=[yes|no] --> See USE_JDK_11, but for 1.2 i.s.o. 1.1 > > USE_JDK_13=[yes|no] --> See USE_JDK_12, but for 1.3 i.s.o. 1.2 > > USE_JDK_14=[yes|no] --> See USE_JDK_13, but for 1.4 i.s.o. 1.3 > My thought here is that a single JDK versus JRE switch can be used to influence the version selection mechanism--and avoid proliferating switches unnecessarily. > > WANT_LINUX_JAVA=[yes|no] > > same as above except Linux version Java's > > are used and USE_JAVA11 will abort build. > > I suggest not introducing this flag in the first phase. We can discuss > it's > usefullness later. > I can definitely understand why! But, practically, a user who wants Java(tm) only/mostly for her favorite Linux application--Star Office is an example--wants a JRE/JDK that works (I can almost get Star Office to do Java with a Linux JDK--no dice (probably because there's no emulator support) for a native JDK). Of course, the solution is native versions of BOTH the JDK/JRE and the application. At the glacial rate this is happening with Sun, some of us may need to chain themselves to the front doors of their main office and chant "Free BSD" until the powers-that-be allow native binaries . . . (rant off--sorry) > > WANT_JRE_ONLY=[yes|no] > > same as above except a JRE will be used > > instead of a JDK, if available > > See above proposed solution. > > > JAVA_VER reports Java(tm) detected or built by > > USE_JAVA* > > Hmm, what *exactly* would you like this variable to return as its > value? > CLASSPATH and/or environment variable construction for an install-user script on the Makefiles. For example, a whole host of environment variables need to be correctly set for my NetRexx port to function. If they're not set correctly, the port acts like it is broken. But unless I get really tyrannical (YOU user SHALL have the following ports installed and NO OTHERS . . .) it's not practical to construct such a script. NetRexx will run with ANY of the JDK's. But which one to setup? That is the problem. If I know: 1) whether or not it is linux based on the WANT_LINUX_JAVA flag; and 2) what JAVA_VER it is (1.1.8, 1.2.2, etc.), I can construct the necessary environment variables. In fact, for Java2 (if I know Java2 is the target), I can install my JAR file in the EXT portion of the JDK tree and eliminate setting/changing the CLASSPATH (same also with JGNAT). But I don't know, so I can't. > > > Ernst > > -- > Ernst de Haan > EuroNet Internet B.V. > > "Come to me all who are weary and burdened > and I will give you rest" -- Jesus Christ > Nice quotes are left. :) -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 9: 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 3F73D37B417 for ; Fri, 16 Nov 2001 09:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGH03a01752; Fri, 16 Nov 2001 09:00:03 -0800 (PST) (envelope-from gnats) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id B5F0037B405 for ; Fri, 16 Nov 2001 08:52:42 -0800 (PST) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id IAA91888 for freebsd-gnats-submit@freebsd.org; Fri, 16 Nov 2001 08:53:50 -0800 (PST) (envelope-from scottj) Received: (from scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) id IAA91880; Fri, 16 Nov 2001 08:53:49 -0800 (PST) (envelope-from scottj) Message-Id: <200111161653.IAA91880@pebkac.owp.csus.edu> Date: Fri, 16 Nov 2001 08:53:49 -0800 (PST) From: joseph@randomnetworks.com Reply-To: joseph@randomnetworks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/32038: UPDATE textproc/antiword 0.31 -> 0.32 Sender: owner-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: 32038 >Category: ports >Synopsis: UPDATE textproc/antiword 0.31 -> 0.32 >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 Nov 16 09:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 3.5-STABLE i386 >Organization: >Environment: >Description: UPDATE textproc/antiword 0.31 -> 0.32 I'll send a copy of this to the maintainer, leeym@cae.ce.ntu.edu.tw, for review. >How-To-Repeat: >Fix: diff -ruN antiword.orig/Makefile antiword/Makefile --- antiword.orig/Makefile Fri Nov 16 08:36:29 2001 +++ antiword/Makefile Fri Nov 16 08:37:18 2001 @@ -6,7 +6,7 @@ # PORTNAME= antiword -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= textproc MASTER_SITES= http://www.winfield.demon.nl/linux/ diff -ruN antiword.orig/distinfo antiword/distinfo --- antiword.orig/distinfo Fri Nov 16 08:36:29 2001 +++ antiword/distinfo Fri Nov 16 08:37:28 2001 @@ -1 +1 @@ -MD5 (antiword-0.31.tar.gz) = bacc1727e44453f8ae38f2cdb7b7c54d +MD5 (antiword-0.32.tar.gz) = bbbef871b7e7bea4df2102c8f634f81e diff -ruN antiword.orig/files/patch-aa antiword/files/patch-aa --- antiword.orig/files/patch-aa Fri Nov 16 08:36:29 2001 +++ antiword/files/patch-aa Fri Nov 16 08:42:30 2001 @@ -1,18 +1,6 @@ ---- antiword.h.orig Thu Nov 30 03:54:14 2000 -+++ antiword.h Sun Dec 17 05:44:49 2000 -@@ -41,7 +41,9 @@ - #endif /* __riscos */ - #endif /* !PATH_MAX */ - -+#ifndef SIZE_T_MAX - #define SIZE_T_MAX (size_t)UINT_MAX -+#endif - - #if defined(__riscos) - #define FILE_SEPARATOR "." --- Makefile.orig Sun Dec 17 05:45:07 2000 +++ Makefile Sun Dec 17 05:45:47 2000 -@@ -43,8 +43,7 @@ +@@ -46,8 +46,7 @@ kantiword: Unix-only/KDE-only/kantiword.sh @rm -f $@ >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 Nov 16 9: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 9E79437B41B for ; Fri, 16 Nov 2001 09:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGHK2F08455; Fri, 16 Nov 2001 09:20:02 -0800 (PST) (envelope-from gnats) Received: from gamera.ecs.csus.edu (gamera.ecs.csus.edu [130.86.75.166]) by hub.freebsd.org (Postfix) with ESMTP id D533937B419; Fri, 16 Nov 2001 09:17:39 -0800 (PST) Received: (from root@localhost) by gamera.ecs.csus.edu (8.11.6/8.11.6) id fAGHHjM09392; Fri, 16 Nov 2001 09:17:45 -0800 (PST) (envelope-from scottj) Message-Id: <200111161717.fAGHHjM09392@gamera.ecs.csus.edu> Date: Fri, 16 Nov 2001 09:17:45 -0800 (PST) From: Joseph Scott Reply-To: Joseph Scott To: FreeBSD-gnats-submit@freebsd.org Cc: greid@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32039: UPDATE devel/asmutils 0.14 -> 0.15 Sender: owner-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: 32039 >Category: ports >Synopsis: UPDATE devel/asmutils 0.14 -> 0.15 >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 Nov 16 09:20:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD gamera.ecs.csus.edu 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Nov 13 10:56:14 PST 2001 scottj@gamera.ecs.csus.edu:/usr/src/sys/compile/GAMERA i386 >Description: UPDATE devel/asmutils 0.14 -> 0.15 Also adds a WWW to pkg-descr I've cc'd the maintainer, greid@FreeBSD.org, in this PR. >How-To-Repeat: >Fix: diff -ruN asmutils.orig/Makefile asmutils/Makefile --- asmutils.orig/Makefile Fri Nov 16 09:09:49 2001 +++ asmutils/Makefile Fri Nov 16 09:12:48 2001 @@ -6,7 +6,7 @@ # PORTNAME= asmutils -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= devel MASTER_SITES= http://linuxassembly.org/asmutils/ diff -ruN asmutils.orig/distinfo asmutils/distinfo --- asmutils.orig/distinfo Fri Nov 16 09:09:49 2001 +++ asmutils/distinfo Fri Nov 16 09:10:35 2001 @@ -1 +1 @@ -MD5 (asmutils-0.14.tar.gz) = 9fac89195bc43e38224695e11f27ba10 +MD5 (asmutils-0.15.tar.gz) = 6166108feee1636fe3fdb39b29e70588 diff -ruN asmutils.orig/pkg-descr asmutils/pkg-descr --- asmutils.orig/pkg-descr Fri Nov 16 09:09:49 2001 +++ asmutils/pkg-descr Fri Nov 16 09:13:56 2001 @@ -6,3 +6,5 @@ - George Reid greid@ukug.uk.freebsd.org + +WWW: http://www.linuxassembly.org/asmutils.html >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 Nov 16 9:20:27 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 666FD37B439; Fri, 16 Nov 2001 09:20:19 -0800 (PST) Received: (from uucp@localhost) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) id fAGHK9L09188; Fri, 16 Nov 2001 18:20:09 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.6/8.11.3) id fAGDUbw06785; Fri, 16 Nov 2001 14:30:37 +0100 (CET) (envelope-from andreas) Date: Fri, 16 Nov 2001 14:30:37 +0100 From: Andreas Klemm To: Marcel Moolenaar Cc: Cyrille Lefevre , "David O'Brien" , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011116133037.GA5439@titan.klemm.gtn.com> References: <20011115123424.B36113@kayak.xcllnt.net> <200111160336.fAG3abG13456@gits.dyndns.org> <20011115211037.B721@dhcp01.pn.xcllnt.net> <20011116062954.GB3852@titan.klemm.gtn.com> <20011115230006.B1610@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20011115230006.B1610@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.3.23.1i X-Operating-System: FreeBSD 4.4-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 15, 2001 at 11:00:06PM -0800, Marcel Moolenaar wrote: > On Fri, Nov 16, 2001 at 07:29:54AM +0100, Andreas Klemm wrote: >=20 > > So could somebody please try to find out, if there is a possibility, > > to use the newest libs, provide compat libs for older linux binaries... >=20 > Ask Red Hat... I ask myself, what the technical problem is ... Does a newer "ld" or other tool from linux_base-7 need the libraries in another format which would explain, why I had no success in overwriting /usr/compat with linux_base 6.1, 6.2 and 7 in that order ??? Do we need to create linux binaries ourselves instead of using packages from RedHAt, to get a really good working emulator ... ??? Andreas /// --=20 Andreas Klemm - Powered by FreeBSD Need a magic printfilter today ? http://www.apsfilter.org/ Songs from our band >> 64Bits << http://members.aol.com/II64BitsII/ Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.ht= ml --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE79RT9d3o+lGxvbLoRAmi6AJ0VtPNRq5ioDgFLT8R8kfTkvuyhDQCfWwea jH1ecdRiAnyII5W4fkCLE+g= =hDIH -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 10: 0:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from po4.glue.umd.edu (po4.glue.umd.edu [128.8.10.124]) by hub.freebsd.org (Postfix) with ESMTP id B3D9037B418; Fri, 16 Nov 2001 10:00:26 -0800 (PST) Received: from glue.umd.edu (darkstar.umd.edu [128.8.215.163]) by po4.glue.umd.edu (8.10.1/8.10.1) with ESMTP id fAGHxWs22165; Fri, 16 Nov 2001 12:59:32 -0500 (EST) Message-ID: <3BF55402.2D05875@glue.umd.edu> Date: Fri, 16 Nov 2001 12:59:30 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: clefevre@citeweb.net Cc: Marcel Moolenaar , "David O'Brien" , Andreas Klemm , ports@FreeBSD.ORG Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? References: <200111160336.fAG3abG13456@gits.dyndns.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 Cyrille Lefevre wrote: > > Marcel Moolenaar wrote: > > On Thu, Nov 15, 2001 at 09:03:11AM -0800, David O'Brien wrote: > [snip] > > > For linux_base, I don't see that need. The 7.1 version > > > should include any needed 6.2 "compat" libs(bits). > > > > No. The linux_base-7 port should install a minimal set of Red Hat 7.x > > packages. If Red Hat 7.x sucks, linux_base-7 will sucks. It's that > > simple... > > I guess David was thinking to something like linux_compat-7 which > install cleanly over linux_base-7 as linux_devtools and such do. > > so, linux ports which require 7.1 are safe w/ linux_base-7 and > the ones which require 6.x are safe w/ linux_compat-7. no more > need to install linux_base-7 over linux_base or whatever... Sorry for jumping in mid-thread... Is there someway to have /compat/linux6 and /compat/linux7? i.e. run the two different versions in their own seperate linuxulators. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 10:30:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id 9160637B405; Fri, 16 Nov 2001 10:30:53 -0800 (PST) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id VAA22831; Fri, 16 Nov 2001 21:36:31 +0300 (MSK) Message-Id: <200111161836.VAA22831@aaz.links.ru> Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? In-Reply-To: <3BF55402.2D05875@glue.umd.edu> from "Brandon Fosdick" at "Nov 16, 1 12:59:30 pm" To: bfoz@glue.umd.edu (Brandon Fosdick) Date: Fri, 16 Nov 2001 21:36:30 +0300 (MSK) Cc: clefevre@citeweb.net, marcel@xcllnt.net, obrien@FreeBSD.ORG, andreas@FreeBSD.ORG, ports@FreeBSD.ORG From: "."@babolo.ru 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 Brandon Fosdick writes: > Cyrille Lefevre wrote: > > > > Marcel Moolenaar wrote: > > > On Thu, Nov 15, 2001 at 09:03:11AM -0800, David O'Brien wrote: > > [snip] > > > > For linux_base, I don't see that need. The 7.1 version > > > > should include any needed 6.2 "compat" libs(bits). > > > > > > No. The linux_base-7 port should install a minimal set of Red Hat 7.x > > > packages. If Red Hat 7.x sucks, linux_base-7 will sucks. It's that > > > simple... > > > > I guess David was thinking to something like linux_compat-7 which > > install cleanly over linux_base-7 as linux_devtools and such do. > > > > so, linux ports which require 7.1 are safe w/ linux_base-7 and > > the ones which require 6.x are safe w/ linux_compat-7. no more > > need to install linux_base-7 over linux_base or whatever... > > Sorry for jumping in mid-thread... > > Is there someway to have /compat/linux6 and /compat/linux7? i.e. run the two > different versions in their own seperate linuxulators. And non-standart brandelf'ing... ... or ln -s linux{6|7} linux before execute some linux binary FreeBSD with single user Linux :-) -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 10:51: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 D531537B416 for ; Fri, 16 Nov 2001 10:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGIo0M20484; Fri, 16 Nov 2001 10:50:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E71737B416 for ; Fri, 16 Nov 2001 10:41:46 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGIfkk19773; Fri, 16 Nov 2001 10:41:46 -0800 (PST) (envelope-from nobody) Message-Id: <200111161841.fAGIfkk19773@freefall.freebsd.org> Date: Fri, 16 Nov 2001 10:41:46 -0800 (PST) From: Hye-Shik Chang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32043: Update port: www/apache2 (to 2.0.28, 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 >Number: 32043 >Category: ports >Synopsis: Update port: www/apache2 (to 2.0.28, by maintainer) >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 Nov 16 10:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.4 >Organization: Yonsei University >Environment: FreeBSD perky.dnip.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Nov 16 15:54:51 KST 2001 root@perky.dnip.net:/usr/src/sys/compile/PERKY i386 >Description: update to 2.0.28, the second beta release added files: files/patch-docs:conf:ssl-std.conf removed files: files/patch-build:rules.mk files/patch-include:httpd.h files/patch-srclib:apr-util:Makefile.in files/patch-srclib:apr:Makefile.in >How-To-Repeat: >Fix: diff -ruN apache2.orig/Makefile apache2/Makefile --- apache2.orig/Makefile Wed Nov 7 10:31:45 2001 +++ apache2/Makefile Sat Nov 17 03:25:40 2001 @@ -6,19 +6,14 @@ # PORTNAME= apache -PORTVERSION= 2.0.16 -PORTREVISION= 3 +PORTVERSION= 2.0.28 CATEGORIES= www ipv6 -MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ - http://www.cybernic.com/mirror/dist/httpd/ \ - http://mirrors.partnersforever.net/apache/dist/httpd/ \ - http://www.technotopia.com/vroom/apache/dist/httpd/ \ - http://www.tux.org/pub/net/apache/dist/httpd/ \ - ftp://ftp.raver.net/pub/ftp.apache.org/httpd/ \ - ftp://ftp.epix.net/pub/apache/dist/httpd/ \ - ftp://ftp.connectnet.com/pub/www/apache/httpd/ \ +MASTER_SITES= http://www.apache.org/dist/httpd/ \ + http://apache.mirrorcentral.com/dist/httpd/ \ + http://apache.missouri.edu/dist/httpd/ \ + http://ftp.epix.net/apache/dist/httpd/ \ ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ - ftp://ftp.cuckoo.com/pub/mirrors/apache/httpd/ + ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ DISTNAME= httpd-${PORTVERSION:S/./_/g}-beta MAINTAINER?= perky@fallin.lv @@ -26,46 +21,61 @@ LATEST_LINK= apache2 WRKSRC= ${WRKDIR}/httpd-${PORTVERSION:S/./_/g} -FIND?= find -XARGS?= xargs +FIND= find -# apache2 doesn't process '--enable-share=max' option yet. -# and some modules are very unstable at DSO mode. -SHARED_MODS?= unique_id mime_magic rewrite speling auth_db \ - auth_anon digest headers cern_meta expires include \ - cgid status info usertrack dav dav_fs imap proxy \ - auth_digest file_cache echo optional_fn_import \ - optional_fn_export -STATIC_MODS?= so env setenvif dir autoindex access auth negotiation \ - userdir alias asis cgi mime log_config vhost_alias actions +WITH_MPM?= prefork # or perchild, threaded +HTTP_PORT?= 80 GNU_CONFIGURE= yes -CONFIGURE_ARGS= \ - --prefix=${PREFIX} \ +CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-layout=FreeBSD \ --with-perl=${PERL} \ + --enable-so \ --with-suexec-docroot=${PREFIX}/www/data \ - --enable-shared \ - --disable-threads \ - --with-mpm=prefork # Apache's thread doesn't work well in FreeBSD + --with-mpm=${WITH_MPM} \ + --with-port=${HTTP_PORT} \ + --includedir=${PREFIX}/include/apache # for apr, apr-util +CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ + LDFLAGS="${LDFLAGS}" +SHARED_MODULES= all cgid + +.if defined(NOPORTDOCS) +MAKE_ENV+= NOPORTDOCS=YES +.endif + +.if !defined(WITHOUT_SSL) && exists(/usr/lib/libcrypto.so) +SHARED_MODULES+= ssl +PLIST_SUB+= SSLOPT="" +.else +PLIST_SUB+= SSLOPT="@comment " +.endif + +.if !defined(WITHOUT_PROXY) +SHARED_MODULES+= proxy proxy-connect proxy-ftp proxy-http +PLIST_SUB+= PROXYOPT="" +.else +PLIST_SUB+= PROXYOPT="@comment " +.endif + +.if !defined(WITHOUT_CACHE) +SHARED_MODULES+= cache mem-cache file-cache #disk-cache +PLIST_SUB+= CACHEOPT="" +.else +PLIST_SUB+= CACHEOPT="@comment " +.endif -OPTIM+= -DHARD_SERVER_LIMIT=512 \ - -DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" - -CONFIGURE_ENV= OPTIM='${OPTIM}' +CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 -.for mod in ${SHARED_MODS} -CONFIGURE_ARGS+= --enable-${mod}=shared -.endfor -.for mod in ${STATIC_MODS} -CONFIGURE_ARGS+= --enable-${mod}=yes -.endfor +pre-extract: +.if !defined(WITHOUT_SSL) + @${ECHO_MSG} "You can disable support for SSL by defining WITHOUT_SSL." +.endif post-patch: - @${FIND} ${WRKSRC} -name "*.orig"|${XARGS} ${RM} -f + @${FIND} ${WRKSRC} -name "*.orig" -exec rm -f {} \; pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL diff -ruN apache2.orig/distinfo apache2/distinfo --- apache2.orig/distinfo Fri Apr 13 13:43:47 2001 +++ apache2/distinfo Fri Nov 16 16:21:47 2001 @@ -1 +1 @@ -MD5 (httpd-2_0_16-beta.tar.gz) = 364fc61593185789cb9744bae1ebb655 +MD5 (httpd-2_0_28-beta.tar.gz) = 99a10290773221f16fd86383c598da0e diff -ruN apache2.orig/files/patch-Makefile.in apache2/files/patch-Makefile.in --- apache2.orig/files/patch-Makefile.in Fri Apr 13 13:43:48 2001 +++ apache2/files/patch-Makefile.in Sat Nov 17 03:19:08 2001 @@ -1,123 +1,45 @@ ---- Makefile.in.orig Wed Apr 4 02:03:35 2001 -+++ Makefile.in Sun Apr 8 06:06:58 2001 -@@ -16,7 +16,7 @@ - targets = $(PROGRAMS) $(other_targets) - phony_targets = $(srcdir)/buildmark.c - install_targets = install-conf install-htdocs install-icons install-other \ -- install-cgi install-include install-support install-suexec -+ install-cgi install-include install-support install-manpages install-suexec - DISTCLEAN_TARGETS = include/config_auto.h modules.c aclocal.m4 buildmk.stamp \ - configure generated_lists include/ap_config_auto.h \ - include/ap_config_auto.h.in include/ap_config_path.h install-sh \ -@@ -28,25 +28,32 @@ - install-conf: - @echo Installing configuration files - @test -d $(sysconfdir) || $(MKINSTALLDIRS) $(sysconfdir) -+ - @cd docs/conf; \ - for i in mime.types magic; do \ -- $(INSTALL_DATA) $$i $(sysconfdir); \ -+ $(INSTALL_DATA) $$i $(sysconfdir)/$$i.default; \ -+ test -f $(sysconfdir)/$$i || cp -fp $(sysconfdir)/$$i.default $(sysconfdir)/$$i; \ - done; \ - for i in *-std*; do \ - sed -e 's#@@ServerRoot@@#$(prefix)#g' \ - -e 's#@@Port@@#$(PORT)#g' \ -- < $$i > $(sysconfdir)/$$i; \ -- chmod 0644 $(sysconfdir)/$$i; \ -+ < $$i > $(sysconfdir)/$$i.default; \ -+ chmod 0644 $(sysconfdir)/$$i.default; \ -+ test -f $(sysconfdir)/$$i || cp -fp $(sysconfdir)/$$i.default $(sysconfdir)/$$i; \ - file=`echo $$i|sed s/-std//`; \ - if [ "$$file" = "httpd.conf" ]; then \ - file=`echo $$file|sed s/.*.conf/$(PROGRAM_NAME).conf/`; \ - fi; \ - if test "$$file" != "$$i" && test ! -f $(sysconfdir)/$$file; then \ -- $(INSTALL_DATA) $(sysconfdir)/$$i $(sysconfdir)/$$file; \ -+ $(INSTALL_DATA) $(sysconfdir)/$$i.default $(sysconfdir)/$$file.default; \ -+ test -f $(sysconfdir)/$$file || cp -fp $(sysconfdir)/$$file.default $(sysconfdir)/$$file; \ - fi; \ - done - - htdocs-srcdir = docs/docroot -+htman-srcdir = docs/manual -+doc_prefix = $(prefix)/share/doc/apache -+man-srcdir = docs/man - - docs:: - mkdir -p ./docs/api -@@ -57,11 +64,14 @@ +--- Makefile.in.orig Mon Oct 22 21:46:29 2001 ++++ Makefile.in Sat Nov 17 01:36:38 2001 +@@ -51,7 +51,7 @@ + < $$i; \ + for j in $(DSO_MODULES) "^EOL^"; do \ + if test $$j != "^EOL^"; then \ +- echo "LoadModule $${j}_module modules/mod_$${j}.so"; \ ++ echo "LoadModule $${j}_module ${libexecdir:S|^${prefix}/||}/mod_$${j}.so"; \ + fi; \ + done; \ + sed -e '1,/@@LoadModule@@/d' \ +@@ -93,11 +93,14 @@ install-htdocs: @echo Installing HTML documents - @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) - @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir)) -- @test -d $(htdocsdir)/manual || $(MKINSTALLDIRS) $(htdocsdir)/manual -- @test -d docs/manual && (cd docs/manual && cp -rp * $(htdocsdir)/manual) +- @test -d $(prefix)/manual || $(MKINSTALLDIRS) $(prefix)/manual +- @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(prefix)/manual) - @(cd $(htdocsdir) && find . -name "CVS" -print | xargs rm -rf {} \;) -+ @test -d $(doc_prefix) || $(MKINSTALLDIRS) $(doc_prefix) -+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(doc_prefix)) -+ @test -d $(doc_prefix)/manual || $(MKINSTALLDIRS) $(doc_prefix)/manual -+ @test -d $(htman-srcdir) && (cd $(htman-srcdir) && cp -rp * $(doc_prefix)/manual) -+ @test -d $(htdocsdir) || ($(MKINSTALLDIRS) $(htdocsdir) && rm -rf $(htdocsdir)) -+ @test -d $(htdocsdir) || ln -s $(doc_prefix) $(htdocsdir) -+ @test -d $(htdocsdir).default || ln -s $(doc_prefix) $(htdocsdir).default -+ @(cd $(doc_prefix) && find . -name "CVS" -print | xargs rm -rf {} \;) - - install-icons: - @echo Installing icons -@@ -71,24 +81,27 @@ ++ @test -d $(htdocsdir).default || $(MKINSTALLDIRS) $(htdocsdir).default ++ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir).default) ++ @test -e $(htdocsdir) || ln -sf $(htdocsdir).default $(htdocsdir) ++.if !defined(NOPORTDOCS) ++ @test -d $(manualdir) || $(MKINSTALLDIRS) $(manualdir) ++ @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(manualdir)) ++.endif ++ @(cd $(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf {} \;) + + install-error: + @echo Installing error documents +@@ -113,9 +116,10 @@ install-cgi: @echo Installing CGIs - @test -d $(cgidir) || $(MKINSTALLDIRS) $(cgidir) -- @(cd docs/cgi-examples && cp -rp * $(cgidir)) +- @(cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir)) - @(cd $(cgidir) && find . -name "CVS" -print | xargs rm -rf {} \;) + @test -d $(cgidir).default || $(MKINSTALLDIRS) $(cgidir).default -+ @(cd docs/cgi-examples && cp -rp * $(cgidir).default) -+ @test -d $(cgidir) || ln -s $(cgidir).default $(cgidir) ++ @(cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir).default) ++ @test -e $(cgidir) || ln -sf $(cgidir).default $(cgidir) + @(cd $(cgidir).default && find . -name "CVS" -print | xargs rm -rf {} \;) - install-support: - @echo Installing Support Binaries - @test -d $(bindir) || $(MKINSTALLDIRS) $(bindir) -- @cp -p $(srcdir)/support/httpd.exp $(bindir) -+ @test -d $(sbindir) || $(MKINSTALLDIRS) $(sbindir) -+ @test -d $(libexecdir) || $(MKINSTALLDIRS) $(libexecdir) -+ @cp -p $(srcdir)/support/httpd.exp $(libexecdir) - @cp -p $(builddir)/support/htpasswd $(bindir) - @cp -p $(builddir)/support/htdigest $(bindir) -- @cp -p $(builddir)/support/rotatelogs $(bindir) -- @cp -p $(builddir)/support/logresolve $(bindir) -- @cp -p $(builddir)/support/ab $(bindir) -- @cp -p $(builddir)/support/apachectl $(bindir) -- chmod 755 $(bindir)/apachectl -+ @cp -p $(builddir)/support/rotatelogs $(sbindir) -+ @cp -p $(builddir)/support/logresolve $(sbindir) -+ @cp -p $(builddir)/support/ab $(sbindir) -+ @cp -p $(builddir)/support/apachectl $(sbindir) -+ chmod 755 $(sbindir)/apachectl - @if test -f $(builddir)/support/apxs; then \ -- cp -p $(builddir)/support/apxs $(bindir); \ -- chmod 755 $(bindir)/apxs; \ -+ cp -p $(builddir)/support/apxs $(sbindir); \ -+ chmod 755 $(sbindir)/apxs; \ - fi - - -@@ -117,6 +130,15 @@ - @cp -p $(srcdir)/srclib/apr-util/include/*.h $(includedir) - @cp -p $(srcdir)/os/$(OS_DIR)/*.h $(includedir) - @chmod 644 $(includedir)/*.h -+ -+install-manpages: -+ @echo Installing manual pages -+ @test -d $(mandir) || $(MKINSTALLDIRS) $(mandir) -+ @for sect in 1 8; do \ -+ test -d $(mandir)/man$$sect || $(MKINSTALLDIRS) $(mandir)/man$$sect; \ -+ test -d $(man-srcdir) && (cd $(man-srcdir) && cp -p *.$$sect $(mandir)/man$$sect); \ -+ done; -+ @(cd $(mandir) && find . -name "CVS" -print | xargs rm -rf {} \;) - - install-suexec: - @if test -f $(builddir)/support/suexec; then \ + install-other: + @test -d $(logfiledir) || $(MKINSTALLDIRS) $(logfiledir) diff -ruN apache2.orig/files/patch-build:rules.mk apache2/files/patch-build:rules.mk --- apache2.orig/files/patch-build:rules.mk Fri Apr 13 13:43:48 2001 +++ apache2/files/patch-build:rules.mk Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ ---- build/rules.mk.orig Sun Apr 8 01:06:22 2001 -+++ build/rules.mk Sun Apr 8 01:05:46 2001 -@@ -172,9 +172,9 @@ - all-p: $(targets) - install-p: $(targets) $(install_targets) - @if test -n '$(PROGRAMS)'; then \ -- test -d $(bindir) || $(MKINSTALLDIRS) $(bindir); \ -+ test -d $(sbindir) || $(MKINSTALLDIRS) $(sbindir); \ - for i in "$(PROGRAMS)"; do \ -- $(INSTALL_PROGRAM) $$i $(bindir); \ -+ $(INSTALL_PROGRAM) $$i $(sbindir); \ - done; \ - fi - diff -ruN apache2.orig/files/patch-config.layout apache2/files/patch-config.layout --- apache2.orig/files/patch-config.layout Fri Apr 13 13:43:48 2001 +++ apache2/files/patch-config.layout Sat Nov 17 03:28:23 2001 @@ -1,6 +1,6 @@ ---- config.layout.orig Sat Apr 7 04:19:44 2001 -+++ config.layout Sat Apr 7 04:20:28 2001 -@@ -249,3 +249,22 @@ +--- config.layout.orig Fri Oct 26 11:59:26 2001 ++++ config.layout Fri Nov 16 18:36:14 2001 +@@ -285,3 +285,25 @@ logfiledir: $prefix/logs proxycachedir: $prefix/proxy @@ -14,8 +14,11 @@ + mandir: $prefix/man + sysconfdir: $prefix/etc/apache + datadir: $prefix/www ++ installbuilddir: $prefix/share/mk/apache ++ errordir: $datadir/error + iconsdir: $datadir/icons + htdocsdir: $datadir/data ++ manualdir: ${prefix}/share/doc/apache + cgidir: $datadir/cgi-bin + includedir: $prefix/include/apache + localstatedir: /var diff -ruN apache2.orig/files/patch-configure apache2/files/patch-configure --- apache2.orig/files/patch-configure Wed Apr 18 02:26:55 2001 +++ apache2/files/patch-configure Fri Nov 16 23:33:21 2001 @@ -1,50 +1,32 @@ ---- configure.orig Wed Apr 4 12:45:36 2001 -+++ configure Sat Apr 14 18:25:08 2001 -@@ -3760,7 +3760,9 @@ - -e "s/[ ]*$/'/g" \ - $srcdir/config.layout > $pldconf - layout_name=$LAYOUT -+ prefix_backup=$prefix # poor patch to prevent override prefix arg with default - . $pldconf -+ prefix=$prefix_backup - rm $pldconf - for var in prefix exec_prefix bindir sbindir libexecdir mandir \ - sysconfdir datadir iconsdir htdocsdir cgidir includedir \ -@@ -3777,7 +3779,7 @@ - ;; - esac - val=`echo $val | sed -e 's:\(.\)/*$:\1:'` -- val=`echo $val | sed -e 's:$\([a-z_]*\):$(\1):g'` -+ val=`echo $val | sed -e 's:$\([a-z_]*\):${\1}:g'` - if test "$autosuffix" = "yes"; then - if echo $val | grep apache >/dev/null; then - addtarget=no -@@ -3788,7 +3790,7 @@ - val="$val/apache" - fi - fi -- eval "$var='$val'" -+ eval "$var=\"$val\"" - done - +--- configure.orig Tue Nov 13 04:07:39 2001 ++++ configure Fri Nov 16 23:32:52 2001 +@@ -1084,7 +1084,7 @@ + esac -@@ -9678,6 +9680,10 @@ + # The eval makes quoting arguments work. +- if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "$apache_apr_flags --prefix=$prefix $disable_shared" ++ if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --includedir=$includedir "$apache_apr_flags --prefix=$prefix $disable_shared" + then : + echo "srclib/apr configured properly" + else +@@ -1175,7 +1175,7 @@ + esac - - APACHE_VAR_SUBST="$APACHE_VAR_SUBST sysconfdir" -+ APACHE_VAR_SUBST="$APACHE_VAR_SUBST runtimedir" -+ APACHE_VAR_SUBST="$APACHE_VAR_SUBST logfiledir" -+ APACHE_VAR_SUBST="$APACHE_VAR_SUBST mandir" -+ APACHE_VAR_SUBST="$APACHE_VAR_SUBST libdir" - - - -@@ -9814,7 +9820,7 @@ + # The eval makes quoting arguments work. +- if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir "--with-apr=../apr --prefix=$prefix $disable_shared" ++ if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --includedir=$includedir "--with-apr=../apr --prefix=$prefix $disable_shared" + then : + echo "srclib/apr-util configured properly" + else +@@ -10508,7 +10508,10 @@ EOF cat >> confdefs.h <> confdefs.h < -ScoreBoardFile logs/apache_runtime_status +ScoreBoardFile /var/run/apache_runtime_status + +@@ -73,7 +73,7 @@ + # PidFile: The file in which the server should record its process + # identification number when it starts. # -@@ -182,6 +182,28 @@ - # - # Example: - # LoadModule foo_module modules/mod_foo.so -+#LoadModule auth_anon_module libexec/apache/mod_auth_anon.so -+#LoadModule auth_db_module libexec/apache/mod_auth_db.so -+#LoadModule auth_digest_module libexec/apache/mod_auth_digest.so -+#LoadModule cern_meta_module libexec/apache/mod_cern_meta.so -+#LoadModule cgid_module libexec/apache/mod_cgid.so -+#LoadModule dav_module libexec/apache/mod_dav.so -+#LoadModule dav_fs_module libexec/apache/mod_dav_fs.so -+#LoadModule digest_module libexec/apache/mod_digest.so -+#LoadModule expires_module libexec/apache/mod_expires.so -+#LoadModule file_cache_module libexec/apache/mod_file_cache.so -+#LoadModule headers_module libexec/apache/mod_headers.so -+#LoadModule imap_module libexec/apache/mod_imap.so -+#LoadModule include_module libexec/apache/mod_include.so -+#LoadModule info_module libexec/apache/mod_info.so -+#LoadModule mime_magic_module libexec/apache/mod_mime_magic.so -+#LoadModule optional_fn_export_module libexec/apache/mod_optional_fn_export.so -+#LoadModule optional_fn_import_module libexec/apache/mod_optional_fn_import.so -+#LoadModule rewrite_module libexec/apache/mod_rewrite.so -+#LoadModule speling_module libexec/apache/mod_speling.so -+#LoadModule status_module libexec/apache/mod_status.so -+#LoadModule unique_id_module libexec/apache/mod_unique_id.so -+#LoadModule usertrack_module libexec/apache/mod_usertrack.so +-PidFile logs/httpd.pid ++PidFile /var/run/httpd.pid - ### Section 2: 'Main' server configuration # -@@ -220,8 +242,8 @@ + # Timeout: The number of seconds before receives and sends time out. +@@ -229,8 +229,8 @@ # when the value of (unsigned)Group is above 60000; # don't use Group #-1 on these systems! # @@ -55,10 +26,10 @@ -Group #-1 +User www +Group www + # - # ServerAdmin: Your address, where problems with the server should be -@@ -249,7 +271,7 @@ +@@ -259,7 +259,7 @@ # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # @@ -67,7 +38,7 @@ # # Each directory to which Apache has access, can be configured with respect -@@ -274,7 +296,7 @@ +@@ -284,7 +284,7 @@ # # This should be changed to whatever you set DocumentRoot to. # @@ -76,31 +47,7 @@ # # This may also be "None", "All", or any combination of "Indexes", -@@ -326,7 +348,22 @@ - # DirectoryIndex: Name of the file or files to use as a pre-written HTML - # directory index. Separate multiple entries with spaces. - # --DirectoryIndex index.html -+ -+ -+ DirectoryIndex index.php index.php3 index.html -+ -+ -+ DirectoryIndex index.php3 index.html -+ -+ -+ -+ -+ DirectoryIndex index.php index.html -+ -+ -+ DirectoryIndex index.html -+ -+ - - # - # AccessFileName: The name of the file to look for in each directory -@@ -372,7 +409,7 @@ +@@ -377,7 +377,7 @@ # TypesConfig describes where the mime.types file (or equivalent) is # to be found. # @@ -109,8 +56,8 @@ # # DefaultType is the default MIME type the server will use for a document -@@ -397,7 +434,7 @@ - # module is part of the server. +@@ -396,7 +396,7 @@ + # directive tells the module where the hint definitions are located. # - MIMEMagicFile conf/magic @@ -118,7 +65,7 @@ # -@@ -417,7 +454,7 @@ +@@ -416,7 +416,7 @@ # logged here. If you *do* define an error logfile for a # container, that host's errors will be logged there and not here. # @@ -127,7 +74,7 @@ # # LogLevel: Control the number of messages logged to the error_log. -@@ -442,7 +479,7 @@ +@@ -441,7 +441,7 @@ # define per- access logfiles, transactions will be # logged therein and *not* in this file. # @@ -136,7 +83,7 @@ # # If you would like to have agent and referer logfiles, uncomment the -@@ -455,7 +492,7 @@ +@@ -454,7 +454,7 @@ # If you prefer a single logfile with access, agent, and referer information # (Combined Logfile Format) you can use the following directive. # @@ -145,9 +92,9 @@ # # Optionally add a line containing the server version and virtual host -@@ -474,9 +511,9 @@ - # require it to be present in the URL. So "/icons" isn't aliased in this - # example, only "/icons/".. +@@ -478,9 +478,9 @@ + # We include the /icons/ alias for FancyIndexed directory listings. If you + # do not use FancyIndexing, you may comment this out. # -Alias /icons/ "@@ServerRoot@@/icons/" +Alias /icons/ "@@ServerRoot@@/www/icons/" @@ -157,7 +104,19 @@ Options Indexes MultiViews AllowOverride None Order allow,deny -@@ -491,7 +528,7 @@ +@@ -492,9 +492,9 @@ + # the manual, even if you choose to move your DocumentRoot. You may comment + # this out if you do not care for the documentation. + # +-Alias /manual "@@ServerRoot@@/manual" ++Alias /manual "@@ServerRoot@@/share/doc/apache" + +- ++ + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Order allow,deny +@@ -509,21 +509,21 @@ # The same rules about trailing "/" apply to ScriptAlias directives as to # Alias. # @@ -166,7 +125,14 @@ # -@@ -505,7 +542,7 @@ + # Additional to mod_cgid.c settings, mod_cgid has Scriptsock + # for setting UNIX socket for communicating with cgid. + # +-#Scriptsock logs/cgisock ++Scriptsock /var/run/cgisock + + + # # "@@ServerRoot@@/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # @@ -175,31 +141,24 @@ AllowOverride None Options None Order allow,deny -@@ -657,6 +694,7 @@ - AddLanguage ja .ja - AddLanguage pl .po - AddLanguage kr .kr -+AddLanguage ko .kr - AddLanguage pt .pt - AddLanguage no .no - AddLanguage pt-br .pt-br -@@ -741,8 +779,17 @@ - # For example, the PHP3 module (not part of the Apache distribution - see - # http://www.php.net) will typically use: - # --#AddType application/x-httpd-php3 .php3 --#AddType application/x-httpd-php3-source .phps -+ -+ AddType application/x-httpd-php3 .php3 -+ AddType application/x-httpd-php3-source .php3s -+ -+# -+# And for PHP 4.x, use: -+# -+ -+ AddType application/x-httpd-php .php -+ AddType application/x-httpd-php-source .phps -+ +@@ -851,9 +851,9 @@ + # + + +- Alias /error/ "@@ServerRoot@@/error/" ++ Alias /error/ "@@ServerRoot@@/www/error/" + +- ++ + AllowOverride None + Options IncludesNoExec + AddOutputFilter Includes html +@@ -964,7 +964,7 @@ + # Bring in additional module-specific configurations + # + +- Include conf/ssl.conf ++ Include etc/apache/ssl.conf + - AddType application/x-tar .tgz diff -ruN apache2.orig/files/patch-docs:conf:ssl-std.conf apache2/files/patch-docs:conf:ssl-std.conf --- apache2.orig/files/patch-docs:conf:ssl-std.conf Thu Jan 1 09:00:00 1970 +++ apache2/files/patch-docs:conf:ssl-std.conf Fri Nov 16 22:02:42 2001 @@ -0,0 +1,96 @@ +--- docs/conf/ssl-std.conf.orig Fri Nov 16 21:56:55 2001 ++++ docs/conf/ssl-std.conf Fri Nov 16 22:00:27 2001 +@@ -57,7 +57,7 @@ + #SSLSessionCache none + #SSLSessionCache shmht:logs/ssl_scache(512000) + #SSLSessionCache shmcb:logs/ssl_scache(512000) +-SSLSessionCache dbm:logs/ssl_scache ++SSLSessionCache dbm:/var/log/httpd-ssl_scache + SSLSessionCacheTimeout 300 + + # Semaphore: +@@ -99,11 +99,11 @@ + + + # General setup for the virtual host +-DocumentRoot "@@ServerRoot@@/htdocs" ++DocumentRoot "@@ServerRoot@@/www/data" + ServerName new.host.name:443 + ServerAdmin you@your.address +-ErrorLog logs/error_log +-TransferLog logs/access_log ++ErrorLog /var/log/httpd-error.log ++TransferLog /var/log/httpd-access.log + + # SSL Engine Switch: + # Enable/Disable SSL for this virtual host. +@@ -122,16 +122,16 @@ + # built time. Keep in mind that if you've both a RSA and a DSA + # certificate you can configure both in parallel (to also allow + # the use of DSA ciphers, etc.) +-SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt +-#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt ++SSLCertificateFile @@ServerRoot@@/etc/apache/ssl.crt/server.crt ++#SSLCertificateFile @@ServerRoot@@/etc/apache/ssl.crt/server-dsa.crt + + # Server Private Key: + # If the key is not combined with the certificate, use this + # directive to point at the key file. Keep in mind that if + # you've both a RSA and a DSA private key you can configure + # both in parallel (to also allow the use of DSA ciphers, etc.) +-SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key +-#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key ++SSLCertificateKeyFile @@ServerRoot@@/etc/apache/ssl.key/server.key ++#SSLCertificateKeyFile @@ServerRoot@@/etc/apache/ssl.key/server-dsa.key + + # Server Certificate Chain: + # Point SSLCertificateChainFile at a file containing the +@@ -140,7 +140,7 @@ + # the referenced file can be the same as SSLCertificateFile + # when the CA certificates are directly appended to the server + # certificate for convinience. +-#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt ++#SSLCertificateChainFile @@ServerRoot@@/etc/apache/ssl.crt/ca.crt + + # Certificate Authority (CA): + # Set the CA certificate verification path where to find CA +@@ -149,8 +149,8 @@ + # Note: Inside SSLCACertificatePath you need hash symlinks + # to point to the certificate files. Use the provided + # Makefile to update the hash symlinks after changes. +-#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt +-#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt ++#SSLCACertificatePath @@ServerRoot@@/etc/apache/ssl.crt ++#SSLCACertificateFile @@ServerRoot@@/etc/apache/ssl.crt/ca-bundle.crt + + # Certificate Revocation Lists (CRL): + # Set the CA revocation path where to find CA CRLs for client +@@ -159,8 +159,8 @@ + # Note: Inside SSLCARevocationPath you need hash symlinks + # to point to the certificate files. Use the provided + # Makefile to update the hash symlinks after changes. +-#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl +-#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl ++#SSLCARevocationPath @@ServerRoot@@/etc/apache/ssl.crl ++#SSLCARevocationFile @@ServerRoot@@/etc/apache/ssl.crl/ca-bundle.crl + + # Client Authentication (Type): + # Client certificate verification type and depth. Types are +@@ -220,7 +220,7 @@ + + SSLOptions +StdEnvVars + +- ++ + SSLOptions +StdEnvVars + + +@@ -255,7 +255,7 @@ + # Per-Server Logging: + # The home of a custom SSL log file. Use this when you want a + # compact non-error SSL logfile on a virtual host basis. +-CustomLog logs/ssl_request_log \ ++CustomLog /var/log/httpd-ssl_request.log \ + "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" + + diff -ruN apache2.orig/files/patch-include:httpd.h apache2/files/patch-include:httpd.h --- apache2.orig/files/patch-include:httpd.h Fri Apr 13 13:43:48 2001 +++ apache2/files/patch-include:httpd.h Thu Jan 1 09:00:00 1970 @@ -1,38 +0,0 @@ ---- include/httpd.h.orig Sat Apr 7 09:11:19 2001 -+++ include/httpd.h Sat Apr 7 09:08:43 2001 -@@ -127,7 +127,7 @@ - /* Set default for OS/2 file system */ - #define DOCUMENT_LOCATION HTTPD_ROOT "/docs" - #else --#define DOCUMENT_LOCATION HTTPD_ROOT "/htdocs" -+#define DOCUMENT_LOCATION HTTPD_ROOT "/www/data" - #endif - #endif /* DOCUMENT_LOCATION */ - -@@ -144,7 +144,7 @@ - #if defined(OS2) || defined(WIN32) - #define DEFAULT_ERRORLOG "logs/error.log" - #else --#define DEFAULT_ERRORLOG "logs/error_log" -+#define DEFAULT_ERRORLOG "/var/log/httpd-error.log" - #endif - #endif /* DEFAULT_ERRORLOG */ - -@@ -160,7 +160,7 @@ - - /* The name of the server config file */ - #ifndef SERVER_CONFIG_FILE --#define SERVER_CONFIG_FILE "conf/httpd.conf" -+#define SERVER_CONFIG_FILE "etc/apache/httpd.conf" - #endif - - /* Whether we should enable rfc1413 identity checking */ -@@ -247,7 +247,7 @@ - - /* The name of the MIME types file */ - #ifndef AP_TYPES_CONFIG_FILE --#define AP_TYPES_CONFIG_FILE "conf/mime.types" -+#define AP_TYPES_CONFIG_FILE "etc/apache/mime.types" - #endif - - /* diff -ruN apache2.orig/files/patch-srclib:apr-util:Makefile.in apache2/files/patch-srclib:apr-util:Makefile.in --- apache2.orig/files/patch-srclib:apr-util:Makefile.in Fri Apr 13 13:43:48 2001 +++ apache2/files/patch-srclib:apr-util:Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- srclib/apr-util/Makefile.in.orig Wed Apr 4 12:27:42 2001 -+++ srclib/apr-util/Makefile.in Sun Apr 8 03:34:15 2001 -@@ -22,8 +22,8 @@ - - prefix=@prefix@ - exec_prefix=@exec_prefix@ --libdir=@libdir@ --includedir=@includedir@ -+libdir=$(prefix)/lib -+includedir=$(prefix)/include/apache - - delete-lib: - @if test -f $(TARGET_LIB); then \ -@@ -43,7 +43,7 @@ - if [ ! -d $(libdir) ]; then \ - @APR_SOURCE_DIR@/build/mkdir.sh $(libdir); \ - fi; \ -- libtool --mode=install cp $(TARGET_LIB) $(libdir) -+ ../../libtool --mode=install cp $(TARGET_LIB) $(libdir) - - $(TARGET_LIB): - @objects="`find $(SUBDIRS) -name '*.lo'`" ; \ diff -ruN apache2.orig/files/patch-srclib:apr:Makefile.in apache2/files/patch-srclib:apr:Makefile.in --- apache2.orig/files/patch-srclib:apr:Makefile.in Fri Apr 13 13:43:48 2001 +++ apache2/files/patch-srclib:apr:Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- srclib/apr/Makefile.in.orig Wed Apr 4 05:32:06 2001 -+++ srclib/apr/Makefile.in Sun Apr 8 03:33:43 2001 -@@ -37,8 +37,8 @@ - - prefix=@prefix@ - exec_prefix=@exec_prefix@ --libdir=@libdir@ --includedir=@includedir@ -+libdir=$(prefix)/lib -+includedir=$(prefix)/include/apache - - delete-lib: - @if test -f $(TARGET_LIB); then \ -@@ -58,7 +58,7 @@ - if [ ! -d $(libdir) ]; then \ - ./build/mkdir.sh $(libdir); \ - fi; \ -- libtool --mode=install cp $(TARGET_LIB) $(libdir) -+ ../../libtool --mode=install cp $(TARGET_LIB) $(libdir) - - $(TARGET_LIB): - @for i in $(SUBDIRS); do objects="$$objects $$i/*.lo"; done ; \ diff -ruN apache2.orig/files/patch-support:apachectl.in apache2/files/patch-support:apachectl.in --- apache2.orig/files/patch-support:apachectl.in Fri Apr 13 13:43:48 2001 +++ apache2/files/patch-support:apachectl.in Sat Nov 17 01:17:47 2001 @@ -1,23 +1,22 @@ ---- support/apachectl.in.orig Fri Feb 16 13:26:53 2001 -+++ support/apachectl.in Sun Apr 8 03:49:34 2001 +--- support/apachectl.in.orig Fri Nov 16 21:22:36 2001 ++++ support/apachectl.in Fri Nov 16 22:07:31 2001 @@ -25,10 +25,10 @@ # -------------------- -------------------- # # the path to your PID file --PIDFILE=@prefix@/logs/httpd.pid -+PIDFILE=/var/run/httpd.pid +-PIDFILE=@prefix@/logs/@progname@.pid ++PIDFILE=/var/run/@progname@.pid # # the path to your httpd binary, including options if necessary --HTTPD='@prefix@/bin/httpd' -+HTTPD='@prefix@/sbin/httpd' +-HTTPD='@prefix@/bin/@progname@' ++HTTPD='@prefix@/sbin/@progname@' # # a command that outputs a formatted text version of the HTML at the # url given on the command line. Designed for lynx, however other -@@ -41,6 +41,8 @@ +@@ -41,6 +41,7 @@ # # -------------------- -------------------- # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| -+ +eval `limits -e -C daemon` >/dev/null 2>&1 ERROR=0 diff -ruN apache2.orig/files/patch-support:apxs.in apache2/files/patch-support:apxs.in --- apache2.orig/files/patch-support:apxs.in Fri Apr 13 13:43:48 2001 +++ apache2/files/patch-support:apxs.in Sat Nov 17 02:52:04 2001 @@ -1,11 +1,20 @@ ---- support/apxs.in.orig Sat Apr 7 11:56:15 2001 -+++ support/apxs.in Sat Apr 7 11:55:28 2001 -@@ -73,7 +73,7 @@ - my $prefix = "$CFG_PREFIX"; - my $CFG_EXEC_PREFIX = "@exec_prefix@"; - my $exec_prefix = "$CFG_EXEC_PREFIX"; --my $CFG_SBINDIR = "@bindir@"; -+my $CFG_SBINDIR = "@sbindir@"; - my $CFG_INCLUDEDIR = "@includedir@"; - my $CFG_LIBEXECDIR = "@libexecdir@"; - my $CFG_SYSCONFDIR = "@sysconfdir@"; +--- support/apxs.in.orig Sat Nov 3 05:09:20 2001 ++++ support/apxs.in Sat Nov 17 02:51:43 2001 +@@ -66,7 +66,7 @@ + + # read the configuration variables once + my %config_vars = (); +-get_config_vars("$prefix/build/config_vars.mk",\%config_vars); ++get_config_vars("$prefix/share/mk/apache/config_vars.mk",\%config_vars); + + my $exec_prefix = get_vars("exec_prefix"); + my $CFG_TARGET = get_vars("progname"); +@@ -218,7 +218,7 @@ + ## + ## Initial shared object support check + ## +-my $httpd = get_vars("bindir") . "/" . get_vars("progname"); ++my $httpd = get_vars("sbindir") . "/" . get_vars("progname"); + $httpd = eval qq("$httpd"); + $httpd = eval qq("$httpd"); + diff -ruN apache2.orig/files/patch-support:log_server_status.in apache2/files/patch-support:log_server_status.in --- apache2.orig/files/patch-support:log_server_status.in Fri Apr 13 13:43:48 2001 +++ apache2/files/patch-support:log_server_status.in Fri Nov 16 22:13:54 2001 @@ -1,15 +1,15 @@ ---- support/log_server_status.in.orig Mon Mar 12 08:40:47 2001 -+++ support/log_server_status.in Sat Apr 7 05:45:42 2001 +--- support/log_server_status.in.orig Fri Nov 16 22:11:16 2001 ++++ support/log_server_status.in Fri Nov 16 22:13:50 2001 @@ -63,10 +63,10 @@ # require 'sys/socket.ph'; -$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "/var/log/httpd-status-"; ++$wherelog = "/var/log/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log" $server = "localhost"; # Name of server, could be "www.foo.com" $port = "80"; # Port on server -$request = "/status/?auto"; # Request to send -+$request = "/server-status/?auto"; # Request to send ++$request = "/status-status/?auto"; # Request to send sub tcp_connect { diff -ruN apache2.orig/pkg-plist apache2/pkg-plist --- apache2.orig/pkg-plist Fri Apr 13 13:43:47 2001 +++ apache2/pkg-plist Sat Nov 17 03:19:54 2001 @@ -1,490 +1,759 @@ -bin/htpasswd -bin/htdigest +etc/apache/highperformance-std.conf +etc/apache/highperformance.conf +etc/apache/httpd-std.conf +etc/apache/httpd.conf +etc/apache/magic +etc/apache/mime.types +etc/apache/ssl-std.conf +etc/apache/ssl.conf +@dirrm etc/apache etc/rc.d/apache.sh -@unexec if cmp -s %D/etc/apache/mime.types %D/etc/apache/mime.types.default; then rm -f %D/etc/apache/mime.types; fi -etc/apache/mime.types.default -@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types -@unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic.default; then rm -f %D/etc/apache/magic; fi -etc/apache/magic.default -@exec [ ! -f %B/magic ] && cp %B/%f %B/magic -@unexec if cmp -s %D/etc/apache/highperformance-std.conf %D/etc/apache/highperformance-std.conf.default; then rm -f %D/etc/apache/highperformance-std.conf; fi -etc/apache/highperformance-std.conf.default -@exec [ ! -f %B/highperformance-std.conf ] && cp %B/%f %B/highperformance-std.conf -@unexec if cmp -s %D/etc/apache/highperformance.conf %D/etc/apache/highperformance.conf.default; then rm -f %D/etc/apache/highperformance.conf; fi -etc/apache/highperformance.conf.default -@exec [ ! -f %B/highperformance.conf ] && cp %B/%f %B/highperformance.conf -@unexec if cmp -s %D/etc/apache/httpd-std.conf %D/etc/apache/httpd-std.conf.default; then rm -f %D/etc/apache/httpd-std.conf; fi -etc/apache/httpd-std.conf.default -@exec [ ! -f %B/httpd-std.conf ] && cp %B/%f %B/httpd-std.conf -@unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf.default; then rm -f %D/etc/apache/httpd.conf; fi -etc/apache/httpd.conf.default -@exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf +include/apache/ap_compat.h +include/apache/ap_config.h +include/apache/ap_config_auto.h +include/apache/ap_listen.h +include/apache/ap_mmn.h +include/apache/ap_mpm.h +include/apache/ap_release.h include/apache/apr.h -include/apache/apr_want.h -include/apache/apr_uuid.h -include/apache/apr_user.h -include/apache/apr_time.h -include/apache/apr_thread_proc.h -include/apache/apr_tables.h -include/apache/apr_strings.h -include/apache/apr_signal.h -include/apache/apr_shmem.h -include/apache/apr_portable.h -include/apache/apr_pools.h -include/apache/apr_network_io.h -include/apache/apr_mmap.h -include/apache/apr_md5.h -include/apache/apr_lock.h -include/apache/apr_lib.h -include/apache/apr_hash.h -include/apache/apr_getopt.h -include/apache/apr_general.h -include/apache/apr_fnmatch.h -include/apache/apr_file_io.h -include/apache/apr_file_info.h -include/apache/apr_errno.h -include/apache/apr_dso.h +include/apache/apr_base64.h +include/apache/apr_buckets.h include/apache/apr_compat.h +include/apache/apr_date.h +include/apache/apr_dbm.h +include/apache/apr_dso.h +include/apache/apr_errno.h +include/apache/apr_file_info.h +include/apache/apr_file_io.h +include/apache/apr_fnmatch.h +include/apache/apr_general.h +include/apache/apr_getopt.h +include/apache/apr_hash.h +include/apache/apr_hooks.h +include/apache/apr_inherit.h +include/apache/apr_ldap.h +include/apache/apr_lib.h +include/apache/apr_lock.h +include/apache/apr_md4.h +include/apache/apr_md5.h +include/apache/apr_mmap.h +include/apache/apr_network_io.h +include/apache/apr_optional.h +include/apache/apr_optional_hooks.h +include/apache/apr_pools.h +include/apache/apr_portable.h +include/apache/apr_proc_mutex.h +include/apache/apr_ring.h +include/apache/apr_sdbm.h +include/apache/apr_sha1.h +include/apache/apr_shmem.h +include/apache/apr_signal.h +include/apache/apr_strings.h +include/apache/apr_tables.h +include/apache/apr_thread_cond.h +include/apache/apr_thread_mutex.h +include/apache/apr_thread_proc.h +include/apache/apr_thread_rwlock.h +include/apache/apr_time.h +include/apache/apr_uri.h +include/apache/apr_user.h +include/apache/apr_uuid.h +include/apache/apr_want.h include/apache/apr_xlate.h -include/apache/apr_base64.h -include/apache/apu.h include/apache/apr_xml.h -include/apache/apr_sha1.h -include/apache/apr_sdbm.h -include/apache/apr_ring.h -include/apache/apr_optional.h -include/apache/apr_hooks.h -include/apache/apr_generic_hook.h -include/apache/apr_dbm.h -include/apache/apr_buckets.h +include/apache/apu.h include/apache/apu_compat.h -include/apache/ap_compat.h -include/apache/util_uri.h -include/apache/util_script.h -include/apache/util_md5.h -include/apache/util_filter.h -include/apache/util_ebcdic.h -include/apache/util_date.h -include/apache/util_charset.h -include/apache/util_cfgtree.h -include/apache/scoreboard.h -include/apache/rfc1413.h -include/apache/pcreposix.h -include/apache/mpm_common.h -include/apache/httpd.h -include/apache/http_vhost.h -include/apache/http_request.h -include/apache/http_protocol.h -include/apache/http_main.h -include/apache/http_log.h -include/apache/http_core.h -include/apache/http_connection.h +include/apache/config.h +include/apache/expat.h include/apache/http_config.h -include/apache/ap_release.h -include/apache/ap_mpm.h -include/apache/ap_mmn.h -include/apache/ap_listen.h -include/apache/ap_config_auto.h -include/apache/ap_config.h -include/apache/util_xml.h -include/apache/os.h -include/apache/os-inline.c -include/apache/mpm_default.h -include/apache/mpm.h +include/apache/http_connection.h +include/apache/http_core.h +include/apache/http_log.h +include/apache/http_main.h +include/apache/http_protocol.h +include/apache/http_request.h +include/apache/http_vhost.h +include/apache/httpd.h +include/apache/internal.h +include/apache/mod_cgi.h +include/apache/mod_core.h include/apache/mod_dav.h include/apache/mod_include.h +include/apache/mod_proxy.h +include/apache/mod_ssl.h +include/apache/mpm.h +include/apache/mpm_common.h +include/apache/mpm_default.h +include/apache/os.h include/apache/pcre.h -include/apache/internal.h -include/apache/config.h +include/apache/pcreposix.h +include/apache/rfc1413.h +include/apache/scoreboard.h +include/apache/ssl_expr.h +include/apache/ssl_expr_parse.h +include/apache/ssl_util_ssl.h +include/apache/ssl_util_table.h include/apache/unixd.h -lib/libapr.la +include/apache/util_cfgtree.h +include/apache/util_charset.h +include/apache/util_ebcdic.h +include/apache/util_filter.h +include/apache/util_ldap.h +include/apache/util_md5.h +include/apache/util_script.h +include/apache/util_time.h +include/apache/util_xml.h +@dirrm include/apache +lib/APRVARS lib/libapr.a -lib/libaprutil.la +lib/libapr.la +lib/libapr.so.0 lib/libaprutil.a -libexec/apache/mod_auth_anon.so +lib/libaprutil.la +lib/libaprutil.so.0 +lib/libexpat.a +lib/libexpat.la +lib/libexpat.so.1 +libexec/apache/httpd.exp +libexec/apache/mod_access.la +libexec/apache/mod_access.so +libexec/apache/mod_actions.la +libexec/apache/mod_actions.so +libexec/apache/mod_alias.la +libexec/apache/mod_alias.so +libexec/apache/mod_asis.la +libexec/apache/mod_asis.so +libexec/apache/mod_auth.la +libexec/apache/mod_auth.so libexec/apache/mod_auth_anon.la -libexec/apache/mod_auth_db.so +libexec/apache/mod_auth_anon.so libexec/apache/mod_auth_db.la -libexec/apache/mod_auth_digest.so +libexec/apache/mod_auth_db.so +libexec/apache/mod_auth_dbm.la +libexec/apache/mod_auth_dbm.so libexec/apache/mod_auth_digest.la -libexec/apache/mod_file_cache.so -libexec/apache/mod_file_cache.la -libexec/apache/mod_dav_fs.so -libexec/apache/mod_dav_fs.la -libexec/apache/mod_dav.so -libexec/apache/mod_dav.la -libexec/apache/mod_echo.so -libexec/apache/mod_echo.la -libexec/apache/mod_optional_fn_import.so -libexec/apache/mod_optional_fn_import.la -libexec/apache/mod_optional_fn_export.so -libexec/apache/mod_optional_fn_export.la -libexec/apache/mod_include.so -libexec/apache/mod_include.la -libexec/apache/mod_imap.so -libexec/apache/mod_imap.la -libexec/apache/mod_speling.so -libexec/apache/mod_speling.la -libexec/apache/mod_rewrite.so -libexec/apache/mod_rewrite.la -libexec/apache/mod_mime_magic.so -libexec/apache/mod_mime_magic.la -libexec/apache/mod_cern_meta.so +libexec/apache/mod_auth_digest.so +libexec/apache/mod_autoindex.la +libexec/apache/mod_autoindex.so +%%CACHEOPT%%libexec/apache/mod_cache.la +%%CACHEOPT%%libexec/apache/mod_cache.so libexec/apache/mod_cern_meta.la -libexec/apache/mod_expires.so +libexec/apache/mod_cern_meta.so +libexec/apache/mod_cgi.la +libexec/apache/mod_cgi.so +libexec/apache/mod_cgid.la +libexec/apache/mod_cgid.so +libexec/apache/mod_dav.la +libexec/apache/mod_dav.so +libexec/apache/mod_dav_fs.la +libexec/apache/mod_dav_fs.so +libexec/apache/mod_dir.la +libexec/apache/mod_dir.so +libexec/apache/mod_env.la +libexec/apache/mod_env.so libexec/apache/mod_expires.la -libexec/apache/mod_headers.so +libexec/apache/mod_expires.so +%%CACHEOPT%%libexec/apache/mod_file_cache.la +%%CACHEOPT%%libexec/apache/mod_file_cache.so libexec/apache/mod_headers.la -libexec/apache/mod_usertrack.so -libexec/apache/mod_usertrack.la -libexec/apache/mod_unique_id.so -libexec/apache/mod_unique_id.la -libexec/apache/mod_status.so -libexec/apache/mod_status.la -libexec/apache/mod_info.so +libexec/apache/mod_headers.so +libexec/apache/mod_imap.la +libexec/apache/mod_imap.so +libexec/apache/mod_include.la +libexec/apache/mod_include.so libexec/apache/mod_info.la -libexec/apache/mod_cgid.so -libexec/apache/mod_cgid.la -libexec/apache/httpd.exp -sbin/rotatelogs -sbin/htpasswd -sbin/logresolve +libexec/apache/mod_info.so +libexec/apache/mod_log_config.la +libexec/apache/mod_log_config.so +%%CACHEOPT%%libexec/apache/mod_mem_cache.la +%%CACHEOPT%%libexec/apache/mod_mem_cache.so +libexec/apache/mod_mime.la +libexec/apache/mod_mime.so +libexec/apache/mod_mime_magic.la +libexec/apache/mod_mime_magic.so +libexec/apache/mod_negotiation.la +libexec/apache/mod_negotiation.so +%%PROXYOPT%%libexec/apache/mod_proxy.la +%%PROXYOPT%%libexec/apache/mod_proxy.so +%%PROXYOPT%%libexec/apache/mod_proxy_connect.la +%%PROXYOPT%%libexec/apache/mod_proxy_connect.so +%%PROXYOPT%%libexec/apache/mod_proxy_ftp.la +%%PROXYOPT%%libexec/apache/mod_proxy_ftp.so +%%PROXYOPT%%libexec/apache/mod_proxy_http.la +%%PROXYOPT%%libexec/apache/mod_proxy_http.so +libexec/apache/mod_rewrite.la +libexec/apache/mod_rewrite.so +libexec/apache/mod_setenvif.la +libexec/apache/mod_setenvif.so +libexec/apache/mod_speling.la +libexec/apache/mod_speling.so +%%SSLOPT%%libexec/apache/mod_ssl.la +%%SSLOPT%%libexec/apache/mod_ssl.so +libexec/apache/mod_status.la +libexec/apache/mod_status.so +libexec/apache/mod_unique_id.la +libexec/apache/mod_unique_id.so +libexec/apache/mod_userdir.la +libexec/apache/mod_userdir.so +libexec/apache/mod_usertrack.la +libexec/apache/mod_usertrack.so +libexec/apache/mod_vhost_alias.la +libexec/apache/mod_vhost_alias.so +@dirrm libexec/apache sbin/ab sbin/apachectl sbin/apxs +sbin/checkgid +sbin/dbmmanage +sbin/htdigest +sbin/htpasswd sbin/httpd -share/doc/apache/README.rus +sbin/logresolve +sbin/rotatelogs +%%PORTDOCS%%share/doc/apache/LICENSE +%%PORTDOCS%%share/doc/apache/bind.html +%%PORTDOCS%%share/doc/apache/cgi_path.html +%%PORTDOCS%%share/doc/apache/configuring.html.en +%%PORTDOCS%%share/doc/apache/configuring.html.ja.jis +%%PORTDOCS%%share/doc/apache/content-negotiation.html +%%PORTDOCS%%share/doc/apache/custom-error.html +%%PORTDOCS%%share/doc/apache/developer/API.html +%%PORTDOCS%%share/doc/apache/developer/debugging.html +%%PORTDOCS%%share/doc/apache/developer/documenting.html +%%PORTDOCS%%share/doc/apache/developer/footer.html +%%PORTDOCS%%share/doc/apache/developer/header.html +%%PORTDOCS%%share/doc/apache/developer/hooks.html +%%PORTDOCS%%share/doc/apache/developer/index.html +%%PORTDOCS%%share/doc/apache/developer/layeredio.html +%%PORTDOCS%%share/doc/apache/developer/modules.html +%%PORTDOCS%%share/doc/apache/developer/request.html +%%PORTDOCS%%share/doc/apache/dns-caveats.html +%%PORTDOCS%%share/doc/apache/dso.html +%%PORTDOCS%%share/doc/apache/ebcdic.html +%%PORTDOCS%%share/doc/apache/env.html +%%PORTDOCS%%share/doc/apache/faq/footer.html +%%PORTDOCS%%share/doc/apache/faq/header.html +%%PORTDOCS%%share/doc/apache/faq/index.html +%%PORTDOCS%%share/doc/apache/faq/support.html +%%PORTDOCS%%share/doc/apache/filter.html +%%PORTDOCS%%share/doc/apache/footer.html +%%PORTDOCS%%share/doc/apache/handler.html.en +%%PORTDOCS%%share/doc/apache/handler.html.ja.jis +%%PORTDOCS%%share/doc/apache/header.html +%%PORTDOCS%%share/doc/apache/howto/auth.html +%%PORTDOCS%%share/doc/apache/howto/cgi.html.en +%%PORTDOCS%%share/doc/apache/howto/cgi.html.ja.jis +%%PORTDOCS%%share/doc/apache/howto/footer.html +%%PORTDOCS%%share/doc/apache/howto/header.html +%%PORTDOCS%%share/doc/apache/howto/ssi.html.en +%%PORTDOCS%%share/doc/apache/howto/ssi.html.ja.jis +%%PORTDOCS%%share/doc/apache/images/apache_header.gif +%%PORTDOCS%%share/doc/apache/images/apache_header.png +%%PORTDOCS%%share/doc/apache/images/custom_errordocs.gif +%%PORTDOCS%%share/doc/apache/images/custom_errordocs.png +%%PORTDOCS%%share/doc/apache/images/home.gif +%%PORTDOCS%%share/doc/apache/images/home.png +%%PORTDOCS%%share/doc/apache/images/index.gif +%%PORTDOCS%%share/doc/apache/images/index.png +%%PORTDOCS%%share/doc/apache/images/mod_rewrite_fig1.fig +%%PORTDOCS%%share/doc/apache/images/mod_rewrite_fig1.gif +%%PORTDOCS%%share/doc/apache/images/mod_rewrite_fig1.png +%%PORTDOCS%%share/doc/apache/images/mod_rewrite_fig2.fig +%%PORTDOCS%%share/doc/apache/images/mod_rewrite_fig2.gif +%%PORTDOCS%%share/doc/apache/images/mod_rewrite_fig2.png +%%PORTDOCS%%share/doc/apache/images/pixel.gif +%%PORTDOCS%%share/doc/apache/images/pixel.png +%%PORTDOCS%%share/doc/apache/images/sub.gif +%%PORTDOCS%%share/doc/apache/images/sub.png +%%PORTDOCS%%share/doc/apache/index.html.en +%%PORTDOCS%%share/doc/apache/index.html.fr +%%PORTDOCS%%share/doc/apache/index.html.ja.jis +%%PORTDOCS%%share/doc/apache/install.html +%%PORTDOCS%%share/doc/apache/invoking.html +%%PORTDOCS%%share/doc/apache/logs.html +%%PORTDOCS%%share/doc/apache/misc/custom_errordocs.html +%%PORTDOCS%%share/doc/apache/misc/descriptors.html +%%PORTDOCS%%share/doc/apache/misc/fin_wait_2.html +%%PORTDOCS%%share/doc/apache/misc/footer.html +%%PORTDOCS%%share/doc/apache/misc/header.html +%%PORTDOCS%%share/doc/apache/misc/index.html +%%PORTDOCS%%share/doc/apache/misc/known_client_problems.html +%%PORTDOCS%%share/doc/apache/misc/perf-tuning.html +%%PORTDOCS%%share/doc/apache/misc/rewriteguide.html +%%PORTDOCS%%share/doc/apache/misc/security_tips.html +%%PORTDOCS%%share/doc/apache/misc/tutorials.html +%%PORTDOCS%%share/doc/apache/mod/core.html +%%PORTDOCS%%share/doc/apache/mod/directive-dict.html +%%PORTDOCS%%share/doc/apache/mod/directives.html +%%PORTDOCS%%share/doc/apache/mod/footer.html +%%PORTDOCS%%share/doc/apache/mod/header.html +%%PORTDOCS%%share/doc/apache/mod/index-bytype.html +%%PORTDOCS%%share/doc/apache/mod/index.html +%%PORTDOCS%%share/doc/apache/mod/mod_TEMPLATE.html +%%PORTDOCS%%share/doc/apache/mod/mod_access.html +%%PORTDOCS%%share/doc/apache/mod/mod_actions.html +%%PORTDOCS%%share/doc/apache/mod/mod_alias.html +%%PORTDOCS%%share/doc/apache/mod/mod_asis.html +%%PORTDOCS%%share/doc/apache/mod/mod_auth.html +%%PORTDOCS%%share/doc/apache/mod/mod_auth_anon.html +%%PORTDOCS%%share/doc/apache/mod/mod_auth_db.html +%%PORTDOCS%%share/doc/apache/mod/mod_auth_dbm.html +%%PORTDOCS%%share/doc/apache/mod/mod_auth_digest.html +%%PORTDOCS%%share/doc/apache/mod/mod_auth_ldap.html +%%PORTDOCS%%share/doc/apache/mod/mod_autoindex.html +%%PORTDOCS%%share/doc/apache/mod/mod_cern_meta.html +%%PORTDOCS%%share/doc/apache/mod/mod_cgi.html +%%PORTDOCS%%share/doc/apache/mod/mod_cgid.html +%%PORTDOCS%%share/doc/apache/mod/mod_charset_lite.html +%%PORTDOCS%%share/doc/apache/mod/mod_dav.html +%%PORTDOCS%%share/doc/apache/mod/mod_dir.html +%%PORTDOCS%%share/doc/apache/mod/mod_env.html +%%PORTDOCS%%share/doc/apache/mod/mod_example.html +%%PORTDOCS%%share/doc/apache/mod/mod_expires.html +%%PORTDOCS%%share/doc/apache/mod/mod_ext_filter.html +%%PORTDOCS%%share/doc/apache/mod/mod_file_cache.html +%%PORTDOCS%%share/doc/apache/mod/mod_headers.html +%%PORTDOCS%%share/doc/apache/mod/mod_imap.html +%%PORTDOCS%%share/doc/apache/mod/mod_include.html +%%PORTDOCS%%share/doc/apache/mod/mod_info.html +%%PORTDOCS%%share/doc/apache/mod/mod_isapi.html +%%PORTDOCS%%share/doc/apache/mod/mod_ldap.html +%%PORTDOCS%%share/doc/apache/mod/mod_log_config.html +%%PORTDOCS%%share/doc/apache/mod/mod_mime.html +%%PORTDOCS%%share/doc/apache/mod/mod_mime_magic.html +%%PORTDOCS%%share/doc/apache/mod/mod_mmap_static.html +%%PORTDOCS%%share/doc/apache/mod/mod_negotiation.html +%%PORTDOCS%%share/doc/apache/mod/mod_proxy.html +%%PORTDOCS%%share/doc/apache/mod/mod_rewrite.html +%%PORTDOCS%%share/doc/apache/mod/mod_setenvif.html +%%PORTDOCS%%share/doc/apache/mod/mod_so.html +%%PORTDOCS%%share/doc/apache/mod/mod_speling.html +%%PORTDOCS%%share/doc/apache/mod/mod_ssl.html +%%PORTDOCS%%share/doc/apache/mod/mod_status.html +%%PORTDOCS%%share/doc/apache/mod/mod_suexec.html +%%PORTDOCS%%share/doc/apache/mod/mod_unique_id.html +%%PORTDOCS%%share/doc/apache/mod/mod_userdir.html +%%PORTDOCS%%share/doc/apache/mod/mod_usertrack.html +%%PORTDOCS%%share/doc/apache/mod/mod_vhost_alias.html +%%PORTDOCS%%share/doc/apache/mod/module-dict.html +%%PORTDOCS%%share/doc/apache/mod/mpm_common.html +%%PORTDOCS%%share/doc/apache/mod/mpm_winnt.html +%%PORTDOCS%%share/doc/apache/mod/perchild.html +%%PORTDOCS%%share/doc/apache/mod/prefork.html +%%PORTDOCS%%share/doc/apache/mod/threaded.html +%%PORTDOCS%%share/doc/apache/mpm.html +%%PORTDOCS%%share/doc/apache/new_features_2_0.html.en +%%PORTDOCS%%share/doc/apache/new_features_2_0.html.fr +%%PORTDOCS%%share/doc/apache/platform/footer.html +%%PORTDOCS%%share/doc/apache/platform/header.html +%%PORTDOCS%%share/doc/apache/platform/perf-hp.html +%%PORTDOCS%%share/doc/apache/platform/win_compiling.html +%%PORTDOCS%%share/doc/apache/platform/win_service.html +%%PORTDOCS%%share/doc/apache/platform/windows.html +%%PORTDOCS%%share/doc/apache/programs/ab.html +%%PORTDOCS%%share/doc/apache/programs/apachectl.html +%%PORTDOCS%%share/doc/apache/programs/apxs.html +%%PORTDOCS%%share/doc/apache/programs/dbmmanage.html +%%PORTDOCS%%share/doc/apache/programs/footer.html +%%PORTDOCS%%share/doc/apache/programs/header.html +%%PORTDOCS%%share/doc/apache/programs/htdigest.html +%%PORTDOCS%%share/doc/apache/programs/htpasswd.html +%%PORTDOCS%%share/doc/apache/programs/httpd.html +%%PORTDOCS%%share/doc/apache/programs/index.html +%%PORTDOCS%%share/doc/apache/programs/logresolve.html +%%PORTDOCS%%share/doc/apache/programs/other.html +%%PORTDOCS%%share/doc/apache/programs/rotatelogs.html +%%PORTDOCS%%share/doc/apache/programs/suexec.html +%%PORTDOCS%%share/doc/apache/search/manual-index.cgi +%%PORTDOCS%%share/doc/apache/sections.html +%%PORTDOCS%%share/doc/apache/server-wide.html.en +%%PORTDOCS%%share/doc/apache/server-wide.html.ja.jis +%%PORTDOCS%%share/doc/apache/ssl/Makefile +%%PORTDOCS%%share/doc/apache/ssl/footer.html +%%PORTDOCS%%share/doc/apache/ssl/header.html +%%PORTDOCS%%share/doc/apache/ssl/index.html +%%PORTDOCS%%share/doc/apache/ssl/mod_ssl_sb.gif +%%PORTDOCS%%share/doc/apache/ssl/openssl_ics.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_compat.gfont000.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_compat.html +%%PORTDOCS%%share/doc/apache/ssl/ssl_compat.wml +%%PORTDOCS%%share/doc/apache/ssl/ssl_cover.wml +%%PORTDOCS%%share/doc/apache/ssl/ssl_cover_logo.jpg +%%PORTDOCS%%share/doc/apache/ssl/ssl_cover_title.jpg +%%PORTDOCS%%share/doc/apache/ssl/ssl_faq.gfont000.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_faq.html +%%PORTDOCS%%share/doc/apache/ssl/ssl_faq.wml +%%PORTDOCS%%share/doc/apache/ssl/ssl_glossary.html +%%PORTDOCS%%share/doc/apache/ssl/ssl_glossary.wml +%%PORTDOCS%%share/doc/apache/ssl/ssl_howto.gfont000.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_howto.html +%%PORTDOCS%%share/doc/apache/ssl/ssl_howto.wml +%%PORTDOCS%%share/doc/apache/ssl/ssl_intro.gfont000.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_intro.html +%%PORTDOCS%%share/doc/apache/ssl/ssl_intro.wml +%%PORTDOCS%%share/doc/apache/ssl/ssl_intro_fig1.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_intro_fig2.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_intro_fig3.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_overview.gfont000.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_overview.html +%%PORTDOCS%%share/doc/apache/ssl/ssl_overview.wml +%%PORTDOCS%%share/doc/apache/ssl/ssl_overview_fig1.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_reference.gfont000.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_reference.html +%%PORTDOCS%%share/doc/apache/ssl/ssl_reference.wml +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.head-chapter.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.head-num-1.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.head-num-2.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.head-num-3.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.head-num-4.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.head-num-5.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.head-num-6.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.head-num-7.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.imgdot-1x1-000000.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.imgdot-1x1-transp.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.inc +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.navbut-next-n.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.navbut-next-s.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.navbut-prev-n.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.navbut-prev-s.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-abstract.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-compat.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-faq.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-gloss.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-howto.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-intro.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-over.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-preface.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-ref.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-toc.gif +%%PORTDOCS%%share/doc/apache/ssl/ssl_template.title-tutor.gif +%%PORTDOCS%%share/doc/apache/stopping.html +%%PORTDOCS%%share/doc/apache/suexec.html +%%PORTDOCS%%share/doc/apache/upgrading.html.en +%%PORTDOCS%%share/doc/apache/upgrading.html.fr +%%PORTDOCS%%share/doc/apache/urlmapping.html +%%PORTDOCS%%share/doc/apache/vhosts/details.html +%%PORTDOCS%%share/doc/apache/vhosts/examples.html +%%PORTDOCS%%share/doc/apache/vhosts/fd-limits.html +%%PORTDOCS%%share/doc/apache/vhosts/footer.html +%%PORTDOCS%%share/doc/apache/vhosts/header.html +%%PORTDOCS%%share/doc/apache/vhosts/index.html +%%PORTDOCS%%share/doc/apache/vhosts/ip-based.html +%%PORTDOCS%%share/doc/apache/vhosts/mass.html +%%PORTDOCS%%share/doc/apache/vhosts/name-based.html +%%PORTDOCS%%@dirrm share/doc/apache/vhosts +%%PORTDOCS%%@dirrm share/doc/apache/ssl +%%PORTDOCS%%@dirrm share/doc/apache/search +%%PORTDOCS%%@dirrm share/doc/apache/programs +%%PORTDOCS%%@dirrm share/doc/apache/platform +%%PORTDOCS%%@dirrm share/doc/apache/mod +%%PORTDOCS%%@dirrm share/doc/apache/misc +%%PORTDOCS%%@dirrm share/doc/apache/images +%%PORTDOCS%%@dirrm share/doc/apache/howto +%%PORTDOCS%%@dirrm share/doc/apache/faq +%%PORTDOCS%%@dirrm share/doc/apache/developer +%%PORTDOCS%%@dirrm share/doc/apache +share/mk/apache/config_vars.mk +share/mk/apache/library.mk +share/mk/apache/libtool +share/mk/apache/ltlib.mk +share/mk/apache/program.mk +share/mk/apache/rules.mk +share/mk/apache/special.mk +@dirrm share/mk/apache +@dirrm share/mk @exec mkdir -p %D/www -@exec ln -fs %B %D/www/data.default -@unexec rm -f %D/www/data.default -@exec [ ! -d %D/www/data ] && ln -fs %B %D/www/data @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin -share/doc/apache/index.html.tw -share/doc/apache/index.html.se -share/doc/apache/index.html.ru.utf8 -share/doc/apache/index.html.ru.ucs4 -share/doc/apache/index.html.ru.ucs2 -share/doc/apache/index.html.ru.koi8-r -share/doc/apache/index.html.ru.iso-ru -share/doc/apache/index.html.ru.cp866 -share/doc/apache/index.html.ru.cp-1251 -share/doc/apache/index.html.pt-br -share/doc/apache/index.html.pt -share/doc/apache/index.html.po.iso-pl -share/doc/apache/index.html.no -share/doc/apache/index.html.nl -share/doc/apache/index.html.lu -share/doc/apache/index.html.ltz -share/doc/apache/index.html.kr.iso-kr -share/doc/apache/index.html.kr.iso2022-kr -share/doc/apache/index.html.ja.jis -share/doc/apache/index.html.ja.iso2022-jp -share/doc/apache/index.html.it -share/doc/apache/index.html.he.iso8859-8 -share/doc/apache/index.html.fr -share/doc/apache/index.html.et -share/doc/apache/index.html.es -share/doc/apache/index.html.en -share/doc/apache/index.html.el -share/doc/apache/index.html.ee -share/doc/apache/index.html.dk -share/doc/apache/index.html.de -share/doc/apache/index.html.cz -share/doc/apache/index.html.ca -share/doc/apache/apache_pb.gif -share/doc/apache/index.html.tw.Big5 -share/doc/apache/manual/misc/tutorials.html -share/doc/apache/manual/misc/FAQ.html -share/doc/apache/manual/misc/known_client_problems.html -share/doc/apache/manual/misc/client_block_api.html -share/doc/apache/manual/misc/compat_notes.html -share/doc/apache/manual/misc/custom_errordocs.html -share/doc/apache/manual/misc/descriptors.html -share/doc/apache/manual/misc/fin_wait_2.html -share/doc/apache/manual/misc/footer.html -share/doc/apache/manual/misc/header.html -share/doc/apache/manual/misc/howto.html -share/doc/apache/manual/misc/index.html -share/doc/apache/manual/misc/perf-tuning.html -share/doc/apache/manual/misc/rewriteguide.html -share/doc/apache/manual/misc/security_tips.html -share/doc/apache/manual/misc/API.html -share/doc/apache/manual/developer/modules.html -share/doc/apache/manual/developer/documenting -share/doc/apache/manual/developer/footer.html -share/doc/apache/manual/developer/header.html -share/doc/apache/manual/developer/hooks.html -share/doc/apache/manual/developer/index.html -share/doc/apache/manual/developer/layeredio.html -share/doc/apache/manual/developer/debugging.html -share/doc/apache/manual/platform/windows.html -share/doc/apache/manual/platform/header.html -share/doc/apache/manual/platform/netware.html -share/doc/apache/manual/platform/perf-bsd44.html -share/doc/apache/manual/platform/perf-dec.html -share/doc/apache/manual/platform/perf-hp.html -share/doc/apache/manual/platform/perf.html -share/doc/apache/manual/platform/readme-tpf.html -share/doc/apache/manual/platform/unixware.html -share/doc/apache/manual/platform/win_compiling.html -share/doc/apache/manual/platform/win_service.html -share/doc/apache/manual/platform/footer.html -share/doc/apache/manual/mod/threaded.html -share/doc/apache/manual/mod/directive-dict.html -share/doc/apache/manual/mod/directives.html -share/doc/apache/manual/mod/footer.html -share/doc/apache/manual/mod/header.html -share/doc/apache/manual/mod/index-bytype.html -share/doc/apache/manual/mod/index.html -share/doc/apache/manual/mod/mod_access.html -share/doc/apache/manual/mod/mod_actions.html -share/doc/apache/manual/mod/mod_alias.html -share/doc/apache/manual/mod/mod_asis.html -share/doc/apache/manual/mod/mod_auth.html -share/doc/apache/manual/mod/mod_auth_anon.html -share/doc/apache/manual/mod/mod_auth_db.html -share/doc/apache/manual/mod/mod_auth_dbm.html -share/doc/apache/manual/mod/mod_auth_digest.html -share/doc/apache/manual/mod/mod_autoindex.html -share/doc/apache/manual/mod/mod_cern_meta.html -share/doc/apache/manual/mod/mod_so.html -share/doc/apache/manual/mod/mod_cgi.html -share/doc/apache/manual/mod/mod_charset_lite.html -share/doc/apache/manual/mod/mod_dav.html -share/doc/apache/manual/mod/mod_dir.html -share/doc/apache/manual/mod/mod_env.html -share/doc/apache/manual/mod/mod_example.html -share/doc/apache/manual/mod/mod_expires.html -share/doc/apache/manual/mod/mod_ext_filter.html -share/doc/apache/manual/mod/mod_file_cache.html -share/doc/apache/manual/mod/mod_headers.html -share/doc/apache/manual/mod/mod_imap.html -share/doc/apache/manual/mod/mod_include.html -share/doc/apache/manual/mod/mod_info.html -share/doc/apache/manual/mod/mod_isapi.html -share/doc/apache/manual/mod/mod_log_config.html -share/doc/apache/manual/mod/mod_mime.html -share/doc/apache/manual/mod/mod_mime_magic.html -share/doc/apache/manual/mod/mod_mmap_static.html -share/doc/apache/manual/mod/mod_negotiation.html -share/doc/apache/manual/mod/mod_proxy.html -share/doc/apache/manual/mod/mod_rewrite.html -share/doc/apache/manual/mod/mod_setenvif.html -share/doc/apache/manual/mod/mod_speling.html -share/doc/apache/manual/mod/mod_status.html -share/doc/apache/manual/mod/mod_unique_id.html -share/doc/apache/manual/mod/mod_userdir.html -share/doc/apache/manual/mod/mod_usertrack.html -share/doc/apache/manual/mod/mod_vhost_alias.html -share/doc/apache/manual/mod/module-dict.html -share/doc/apache/manual/mod/mpm_common.html -share/doc/apache/manual/mod/mpm_winnt.html -share/doc/apache/manual/mod/perchild.html -share/doc/apache/manual/mod/prefork.html -share/doc/apache/manual/mod/core.html -share/doc/apache/manual/search/manual-index.cgi -share/doc/apache/manual/programs/suexec.html -share/doc/apache/manual/programs/apachectl.html -share/doc/apache/manual/programs/apxs.html -share/doc/apache/manual/programs/dbmmanage.html -share/doc/apache/manual/programs/footer.html -share/doc/apache/manual/programs/header.html -share/doc/apache/manual/programs/htdigest.html -share/doc/apache/manual/programs/htpasswd.html -share/doc/apache/manual/programs/httpd.html -share/doc/apache/manual/programs/index.html -share/doc/apache/manual/programs/logresolve.html -share/doc/apache/manual/programs/other.html -share/doc/apache/manual/programs/rotatelogs.html -share/doc/apache/manual/programs/ab.html -share/doc/apache/manual/images/sub.gif -share/doc/apache/manual/images/custom_errordocs.gif -share/doc/apache/manual/images/home.gif -share/doc/apache/manual/images/index.gif -share/doc/apache/manual/images/mod_rewrite_fig1.fig -share/doc/apache/manual/images/mod_rewrite_fig1.gif -share/doc/apache/manual/images/mod_rewrite_fig2.fig -share/doc/apache/manual/images/mod_rewrite_fig2.gif -share/doc/apache/manual/images/pixel.gif -share/doc/apache/manual/images/apache_header.gif -share/doc/apache/manual/howto/cgi.html.en -share/doc/apache/manual/howto/cgi.html.ja.jis -share/doc/apache/manual/howto/footer.html -share/doc/apache/manual/howto/header.html -share/doc/apache/manual/howto/ssi.html.en -share/doc/apache/manual/howto/ssi.html.ja.jis -share/doc/apache/manual/vhosts/virtual-host.html -share/doc/apache/manual/vhosts/examples.html -share/doc/apache/manual/vhosts/fd-limits.html -share/doc/apache/manual/vhosts/footer.html -share/doc/apache/manual/vhosts/header.html -share/doc/apache/manual/vhosts/host.html -share/doc/apache/manual/vhosts/index.html -share/doc/apache/manual/vhosts/ip-based.html -share/doc/apache/manual/vhosts/mass.html -share/doc/apache/manual/vhosts/name-based.html -share/doc/apache/manual/vhosts/vhosts-in-depth.html -share/doc/apache/manual/vhosts/details.html -share/doc/apache/manual/new_features_2_0.html.fr -share/doc/apache/manual/new_features_2_0.html -share/doc/apache/manual/mpm.html -share/doc/apache/manual/location.html -share/doc/apache/manual/invoking.html -share/doc/apache/manual/install.html -share/doc/apache/manual/install-tpf.html -share/doc/apache/manual/index.html.fr -share/doc/apache/manual/index.html -share/doc/apache/manual/header.html -share/doc/apache/manual/handler.html -share/doc/apache/manual/footer.html -share/doc/apache/manual/filter.html -share/doc/apache/manual/env.html -share/doc/apache/manual/ebcdic.html -share/doc/apache/manual/dso.html -share/doc/apache/manual/dns-caveats.html -share/doc/apache/manual/custom-error.html -share/doc/apache/manual/content-negotiation.html -share/doc/apache/manual/configuring.html -share/doc/apache/manual/cgi_path.html -share/doc/apache/manual/bind.html -share/doc/apache/manual/STATUS -share/doc/apache/manual/LICENSE -share/doc/apache/manual/urlmapping.html -share/doc/apache/manual/upgrading.html.fr -share/doc/apache/manual/upgrading.html -share/doc/apache/manual/suexec.html -share/doc/apache/manual/stopping.html -share/doc/apache/manual/server-wide.html -share/doc/apache/manual/sections.html -share/doc/apache/manual/process-model.html -www/cgi-bin.default/test-cgi +@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi www/cgi-bin.default/printenv -www/icons/small/uu.gif +www/cgi-bin.default/test-cgi +www/cgi-bin.default/test-cgi.bat +@exec [ ! -d %D/www/data ] && ln -fs %D/www/data.default %D/www/data +@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi +www/data.default/apache_pb.gif +www/data.default/apache_pb.png +www/data.default/apache_pb2.gif +www/data.default/apache_pb2.png +www/data.default/apache_pb2_ani.gif +www/data.default/error.README +www/data.default/index.html.ca +www/data.default/index.html.cz.iso8859-2 +www/data.default/index.html.de +www/data.default/index.html.dk +www/data.default/index.html.ee +www/data.default/index.html.el +www/data.default/index.html.en +www/data.default/index.html.es +www/data.default/index.html.et +www/data.default/index.html.fr +www/data.default/index.html.he.iso8859-8 +www/data.default/index.html.hr.iso8859-2 +www/data.default/index.html.it +www/data.default/index.html.ja.iso2022-jp +www/data.default/index.html.kr.iso2022-kr +www/data.default/index.html.ltz.utf8 +www/data.default/index.html.lu.utf8 +www/data.default/index.html.nl +www/data.default/index.html.nn +www/data.default/index.html.no +www/data.default/index.html.po.iso8859-2 +www/data.default/index.html.pt +www/data.default/index.html.pt-br +www/data.default/index.html.ru.cp-1251 +www/data.default/index.html.ru.cp866 +www/data.default/index.html.ru.iso-ru +www/data.default/index.html.ru.koi8-r +www/data.default/index.html.ru.utf8 +www/data.default/index.html.se +www/data.default/index.html.tw +www/data.default/index.html.tw.Big5 +www/data.default/index.html.var +@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi +www/error/HTTP_BAD_GATEWAY.html.var +www/error/HTTP_BAD_REQUEST.html.var +www/error/HTTP_FORBIDDEN.html.var +www/error/HTTP_GONE.html.var +www/error/HTTP_INTERNAL_SERVER_ERROR.html.var +www/error/HTTP_LENGTH_REQUIRED.html.var +www/error/HTTP_METHOD_NOT_ALLOWED.html.var +www/error/HTTP_NOT_ACCEPTABLE.html.var +www/error/HTTP_NOT_FOUND.html.var +www/error/HTTP_NOT_IMPLEMENTED.html.var +www/error/HTTP_PRECONDITION_FAILED.html.var +www/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var +www/error/HTTP_REQUEST_TIME_OUT.html.var +www/error/HTTP_REQUEST_URI_TOO_LARGE.html.var +www/error/HTTP_SERVICE_UNAVAILABLE.html.var +www/error/HTTP_UNAUTHORIZED.html.var +www/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var +www/error/HTTP_VARIANT_ALSO_VARIES.html.var +www/error/contact.html.var +www/error/include/bottom.html +www/error/include/spacer.html +www/error/include/top.html +www/icons/README +www/icons/a.gif +www/icons/a.png +www/icons/alert.black.gif +www/icons/alert.black.png +www/icons/alert.red.gif +www/icons/alert.red.png +www/icons/apache_pb.gif +www/icons/apache_pb.png +www/icons/apache_pb2.gif +www/icons/apache_pb2.png +www/icons/apache_pb2_ani.gif +www/icons/back.gif +www/icons/back.png +www/icons/ball.gray.gif +www/icons/ball.gray.png +www/icons/ball.red.gif +www/icons/ball.red.png +www/icons/binary.gif +www/icons/binary.png +www/icons/binhex.gif +www/icons/binhex.png +www/icons/blank.gif +www/icons/blank.png +www/icons/bomb.gif +www/icons/bomb.png +www/icons/box1.gif +www/icons/box1.png +www/icons/box2.gif +www/icons/box2.png +www/icons/broken.gif +www/icons/broken.png +www/icons/burst.gif +www/icons/burst.png +www/icons/c.gif +www/icons/c.png +www/icons/comp.blue.gif +www/icons/comp.blue.png +www/icons/comp.gray.gif +www/icons/comp.gray.png +www/icons/compressed.gif +www/icons/compressed.png +www/icons/continued.gif +www/icons/continued.png +www/icons/dir.gif +www/icons/dir.png +www/icons/down.gif +www/icons/down.png +www/icons/dvi.gif +www/icons/dvi.png +www/icons/f.gif +www/icons/f.png +www/icons/folder.gif +www/icons/folder.open.gif +www/icons/folder.open.png +www/icons/folder.png +www/icons/folder.sec.gif +www/icons/folder.sec.png +www/icons/forward.gif +www/icons/forward.png +www/icons/generic.gif +www/icons/generic.png +www/icons/generic.red.gif +www/icons/generic.red.png +www/icons/generic.sec.gif +www/icons/generic.sec.png +www/icons/hand.right.gif +www/icons/hand.right.png +www/icons/hand.up.gif +www/icons/hand.up.png +www/icons/icon.sheet.gif +www/icons/icon.sheet.png +www/icons/image1.gif +www/icons/image1.png +www/icons/image2.gif +www/icons/image2.png +www/icons/image3.gif +www/icons/image3.png +www/icons/index.gif +www/icons/index.png +www/icons/layout.gif +www/icons/layout.png +www/icons/left.gif +www/icons/left.png +www/icons/link.gif +www/icons/link.png +www/icons/movie.gif +www/icons/movie.png +www/icons/p.gif +www/icons/p.png +www/icons/patch.gif +www/icons/patch.png +www/icons/pdf.gif +www/icons/pdf.png +www/icons/pie0.gif +www/icons/pie0.png +www/icons/pie1.gif +www/icons/pie1.png +www/icons/pie2.gif +www/icons/pie2.png +www/icons/pie3.gif +www/icons/pie3.png +www/icons/pie4.gif +www/icons/pie4.png +www/icons/pie5.gif +www/icons/pie5.png +www/icons/pie6.gif +www/icons/pie6.png +www/icons/pie7.gif +www/icons/pie7.png +www/icons/pie8.gif +www/icons/pie8.png +www/icons/portal.gif +www/icons/portal.png +www/icons/ps.gif +www/icons/ps.png +www/icons/quill.gif +www/icons/quill.png +www/icons/right.gif +www/icons/right.png +www/icons/screw1.gif +www/icons/screw1.png +www/icons/screw2.gif +www/icons/screw2.png +www/icons/script.gif +www/icons/script.png +www/icons/small/README.txt www/icons/small/back.gif +www/icons/small/back.png www/icons/small/binary.gif +www/icons/small/binary.png www/icons/small/binhex.gif +www/icons/small/binhex.png www/icons/small/blank.gif +www/icons/small/blank.png www/icons/small/broken.gif +www/icons/small/broken.png www/icons/small/burst.gif +www/icons/small/burst.png www/icons/small/comp1.gif +www/icons/small/comp1.png www/icons/small/comp2.gif +www/icons/small/comp2.png www/icons/small/compressed.gif +www/icons/small/compressed.png www/icons/small/continued.gif +www/icons/small/continued.png www/icons/small/dir.gif +www/icons/small/dir.png www/icons/small/dir2.gif +www/icons/small/dir2.png www/icons/small/doc.gif +www/icons/small/doc.png www/icons/small/forward.gif +www/icons/small/forward.png www/icons/small/generic.gif +www/icons/small/generic.png www/icons/small/generic2.gif +www/icons/small/generic2.png www/icons/small/generic3.gif +www/icons/small/generic3.png www/icons/small/image.gif +www/icons/small/image.png www/icons/small/image2.gif +www/icons/small/image2.png www/icons/small/index.gif +www/icons/small/index.png www/icons/small/key.gif +www/icons/small/key.png www/icons/small/movie.gif +www/icons/small/movie.png www/icons/small/patch.gif +www/icons/small/patch.png www/icons/small/ps.gif +www/icons/small/ps.png www/icons/small/rainbow.gif +www/icons/small/rainbow.png www/icons/small/sound.gif +www/icons/small/sound.png www/icons/small/sound2.gif +www/icons/small/sound2.png www/icons/small/tar.gif +www/icons/small/tar.png www/icons/small/text.gif +www/icons/small/text.png www/icons/small/transfer.gif +www/icons/small/transfer.png www/icons/small/unknown.gif -www/icons/small/README.txt -www/icons/world1.gif -www/icons/uuencoded.gif -www/icons/uu.gif -www/icons/up.gif -www/icons/unknown.gif -www/icons/transfer.gif -www/icons/text.gif -www/icons/tex.gif -www/icons/tar.gif -www/icons/sphere2.gif -www/icons/sphere1.gif -www/icons/sound2.gif +www/icons/small/unknown.png +www/icons/small/uu.gif +www/icons/small/uu.png www/icons/sound1.gif -www/icons/script.gif -www/icons/screw2.gif -www/icons/screw1.gif -www/icons/right.gif -www/icons/quill.gif -www/icons/ps.gif -www/icons/portal.gif -www/icons/pie8.gif -www/icons/pie7.gif -www/icons/pie6.gif -www/icons/pie5.gif -www/icons/pie4.gif -www/icons/pie3.gif -www/icons/pie2.gif -www/icons/pie1.gif -www/icons/pie0.gif -www/icons/pdf.gif -www/icons/patch.gif -www/icons/p.gif -www/icons/movie.gif -www/icons/link.gif -www/icons/left.gif -www/icons/layout.gif -www/icons/index.gif -www/icons/image3.gif -www/icons/image2.gif -www/icons/image1.gif -www/icons/icon.sheet.gif -www/icons/hand.up.gif -www/icons/hand.right.gif -www/icons/generic.sec.gif -www/icons/generic.red.gif -www/icons/generic.gif -www/icons/forward.gif -www/icons/folder.sec.gif -www/icons/folder.gif -www/icons/folder.open.gif -www/icons/f.gif -www/icons/dvi.gif -www/icons/down.gif -www/icons/dir.gif -www/icons/continued.gif -www/icons/compressed.gif -www/icons/comp.gray.gif -www/icons/comp.blue.gif -www/icons/c.gif -www/icons/burst.gif -www/icons/broken.gif -www/icons/box2.gif -www/icons/box1.gif -www/icons/bomb.gif -www/icons/blank.gif -www/icons/binhex.gif -www/icons/binary.gif -www/icons/ball.red.gif -www/icons/ball.gray.gif -www/icons/back.gif -www/icons/apache_pb.gif -www/icons/alert.red.gif -www/icons/alert.black.gif -www/icons/a.gif +www/icons/sound1.png +www/icons/sound2.gif +www/icons/sound2.png +www/icons/sphere1.gif +www/icons/sphere1.png +www/icons/sphere2.gif +www/icons/sphere2.png +www/icons/tar.gif +www/icons/tar.png +www/icons/tex.gif +www/icons/tex.png +www/icons/text.gif +www/icons/text.png +www/icons/transfer.gif +www/icons/transfer.png +www/icons/unknown.gif +www/icons/unknown.png +www/icons/up.gif +www/icons/up.png +www/icons/uu.gif +www/icons/uu.png +www/icons/uuencoded.gif +www/icons/uuencoded.png +www/icons/world1.gif +www/icons/world1.png www/icons/world2.gif -www/icons/README -@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi -@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi -@dirrm etc/apache -@dirrm include/apache -@dirrm libexec/apache -@dirrm share/doc/apache/manual/vhosts -@dirrm share/doc/apache/manual/search -@dirrm share/doc/apache/manual/programs -@dirrm share/doc/apache/manual/platform -@dirrm share/doc/apache/manual/mod -@dirrm share/doc/apache/manual/misc -@dirrm share/doc/apache/manual/images -@dirrm share/doc/apache/manual/howto -@dirrm share/doc/apache/manual/developer -@dirrm share/doc/apache/manual -@dirrm share/doc/apache +www/icons/world2.png @dirrm www/icons/small @dirrm www/icons +@dirrm www/error/include +@dirrm www/error +@dirrm www/data.default @dirrm www/cgi-bin.default @dirrm www >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 Nov 16 12: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 8F96537B416 for ; Fri, 16 Nov 2001 12:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGKK1737690; Fri, 16 Nov 2001 12:20:01 -0800 (PST) (envelope-from gnats) Received: from sclp3.sclp.com (sclp3.sclp.com [209.196.61.66]) by hub.freebsd.org (Postfix) with SMTP id 1923E37B405 for ; Fri, 16 Nov 2001 12:17:26 -0800 (PST) Received: (qmail 28529 invoked from network); 16 Nov 2001 20:17:25 -0000 Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 16 Nov 2001 20:17:25 -0000 Received: (qmail 54332 invoked by uid 666); 16 Nov 2001 20:17:21 -0000 Message-Id: <20011116201721.54331.qmail@nightshade.la.mastaler.com> Date: 16 Nov 2001 20:17:21 -0000 From: jason-dated-1006632927.8d69ab@mastaler.com Reply-To: jason-dated-1006632927.8d69ab@mastaler.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32044: Update port: audio/mad to latest release (0.14.2b) Sender: owner-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: 32044 >Category: ports >Synopsis: Update port: audio/mad to latest release (0.14.2b) >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 Nov 16 12:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jason R. Mastaler >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD nightshade.la.mastaler.com 4.4-RELEASE FreeBSD 4.4-RELEASE #3: Fri Sep 21 04:46:01 MDT 2001 root@nightshade.la.mastaler.com:/usr/obj/usr/src/sys/NIGHTSHADE i386 >Description: Update audio/mad to the latest release (0.14.2b). >How-To-Repeat: >Fix: diff -ruN /usr/ports/audio/mad/Makefile /root/ports/mad/Makefile --- /usr/ports/audio/mad/Makefile Mon Oct 29 09:32:34 2001 +++ /root/ports/mad/Makefile Fri Nov 16 13:01:39 2001 @@ -6,7 +6,7 @@ # PORTNAME= mad -PORTVERSION= 0.14.1b +PORTVERSION= 0.14.2b CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.mars.org/pub/mpeg/ diff -ruN /usr/ports/audio/mad/distinfo /root/ports/mad/distinfo --- /usr/ports/audio/mad/distinfo Mon Oct 29 09:32:34 2001 +++ /root/ports/mad/distinfo Fri Nov 16 13:05:51 2001 @@ -1 +1 @@ -MD5 (mad-0.14.1b.tar.gz) = 4e70a3129d93a47b19202dade3b86f89 +MD5 (mad-0.14.2b.tar.gz) = eb3bfbe634ba9d5b4928aa11e0f6819d diff -ruN /usr/ports/audio/mad/pkg-plist /root/ports/mad/pkg-plist --- /usr/ports/audio/mad/pkg-plist Mon Oct 29 09:32:34 2001 +++ /root/ports/mad/pkg-plist Fri Nov 16 13:08:41 2001 @@ -5,10 +5,10 @@ include/mad.h lib/libmad.a lib/libmad.so -lib/libmad.so.0 +lib/libmad.so.1 lib/libid3tag.a lib/libid3tag.so -lib/libid3tag.so.0 +lib/libid3tag.so.1 share/locale/en/LC_MESSAGES/mad.mo share/locale/es/LC_MESSAGES/mad.mo share/locale/fr/LC_MESSAGES/mad.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 13:59:24 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 0E50B37B416; Fri, 16 Nov 2001 13:59:20 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGLqeX51183; Fri, 16 Nov 2001 13:52:40 -0800 (PST) (envelope-from ache) Date: Fri, 16 Nov 2001 13:52:40 -0800 (PST) From: Message-Id: <200111162152.fAGLqeX51183@freefall.freebsd.org> To: ache@FreeBSD.org, ache@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/29929: wginstall.pl script chokes on calculated cgi-bin directory Sender: owner-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: wginstall.pl script chokes on calculated cgi-bin directory Responsible-Changed-From-To: ache->ports Responsible-Changed-By: ache Responsible-Changed-When: Fri Nov 16 13:52:13 PST 2001 Responsible-Changed-Why: I am not maintain this port anymore http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29929 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 14: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 942EE37B417 for ; Fri, 16 Nov 2001 14:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGMK1905554; Fri, 16 Nov 2001 14:20:01 -0800 (PST) (envelope-from gnats) Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 9956837B416 for ; Fri, 16 Nov 2001 14:14:11 -0800 (PST) Received: from olgeni.olgeni (ppp-43.dial3.ctonet.it [212.110.178.43]) by mail.ctonet.it (Postfix) with ESMTP id 467AF1239E for ; Fri, 16 Nov 2001 23:13:57 +0100 (CET) Received: (from olgeni@localhost) by olgeni.olgeni (8.11.6/8.11.6) id fAGME0v29705; Fri, 16 Nov 2001 23:14:00 +0100 (CET) (envelope-from olgeni) Message-Id: <200111162214.fAGME0v29705@olgeni.olgeni> Date: Fri, 16 Nov 2001 23:14:00 +0100 (CET) From: Jimmy Olgeni Reply-To: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32045: Repocopy request: lang/ghc -> lang/ghc4 Sender: owner-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: 32045 >Category: ports >Synopsis: Repocopy request: lang/ghc -> lang/ghc4 >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 Nov 16 14:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: >Description: Repocopy request related to ports/32001: lang/ghc -> lang/ghc4. >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 Fri Nov 16 14:29: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 06D3837B419; Fri, 16 Nov 2001 14:29:20 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGMMO705831; Fri, 16 Nov 2001 14:22:24 -0800 (PST) (envelope-from pat) Date: Fri, 16 Nov 2001 14:22:24 -0800 (PST) From: Message-Id: <200111162222.fAGMMO705831@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/32039: UPDATE devel/asmutils 0.14 -> 0.15 Sender: owner-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/asmutils 0.14 -> 0.15 Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: pat Responsible-Changed-When: Fri Nov 16 14:21:15 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 14:49: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 08C4837B417; Fri, 16 Nov 2001 14:49:19 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGMnEP08357; Fri, 16 Nov 2001 14:49:14 -0800 (PST) (envelope-from pat) Date: Fri, 16 Nov 2001 14:49:14 -0800 (PST) From: Message-Id: <200111162249.fAGMnEP08357@freefall.freebsd.org> To: jason-dated-1006632927.8d69ab@mastaler.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/32044: Update port: audio/mad to latest release (0.14.2b) Sender: owner-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/mad to latest release (0.14.2b) State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Nov 16 14:48:26 PST 2001 State-Changed-Why: Committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32044 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 16: 9: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 C4CCE37B420; Fri, 16 Nov 2001 16:09:19 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH07As23586; Fri, 16 Nov 2001 16:07:10 -0800 (PST) (envelope-from petef) Date: Fri, 16 Nov 2001 16:07:10 -0800 (PST) From: Message-Id: <200111170007.fAH07As23586@freefall.freebsd.org> To: petef@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29929: wginstall.pl script chokes on calculated cgi-bin directory Sender: owner-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: wginstall.pl script chokes on calculated cgi-bin directory Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: petef Responsible-Changed-When: Fri Nov 16 16:06:32 PST 2001 Responsible-Changed-Why: Unassigned PRs should be assigned to 'freebsd-ports' http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29929 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 16: 9:25 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 C4CCE37B420; Fri, 16 Nov 2001 16:09:19 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH07As23586; Fri, 16 Nov 2001 16:07:10 -0800 (PST) (envelope-from petef) Date: Fri, 16 Nov 2001 16:07:10 -0800 (PST) From: Message-Id: <200111170007.fAH07As23586@freefall.freebsd.org> To: petef@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29929: wginstall.pl script chokes on calculated cgi-bin directory Sender: owner-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: wginstall.pl script chokes on calculated cgi-bin directory Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: petef Responsible-Changed-When: Fri Nov 16 16:06:32 PST 2001 Responsible-Changed-Why: Unassigned PRs should be assigned to 'freebsd-ports' http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29929 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 18:10: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 5E77437B41B for ; Fri, 16 Nov 2001 18:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH2A1n46173; Fri, 16 Nov 2001 18:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1CAF37B416 for ; Fri, 16 Nov 2001 18:07:03 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH273h45993; Fri, 16 Nov 2001 18:07:03 -0800 (PST) (envelope-from nobody) Message-Id: <200111170207.fAH273h45993@freefall.freebsd.org> Date: Fri, 16 Nov 2001 18:07:03 -0800 (PST) From: Nakata Maho To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32047: Existence of linux_base-62 appeares to be wrong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32047 >Category: ports >Synopsis: Existence of linux_base-62 appeares to be wrong >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 16 18:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Nakata Maho >Release: 4.x-stable >Organization: Kyoto Univ. >Environment: FreeBSD scarlatti.synchem.kyoto-u.ac.jp 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon No v 5 10:24:44 JST 2001 maho@scarlatti.synchem.kyoto-u.ac.jp:/work/cvsup/src/ sys/compile/MAHO-MEBIUS-4.4-STABLE i386 >Description: Status of Linux base seems to be wrong. We don't need linux_base-62 since linux_base7 should be renamed to linux_base and old linux_base should be linux_base6 in future or must disappear. Who wants linux_base-62? If someone needs linux_base based on RedHat 6.2,linux_base should REALLY be updated, and there's no essential difference between linux_base and linux_base-62. I wish linux_base7 should be upper compatible with linux_base6 and linux_base? will desappear and only one linux_base should live. Note, I mailed to maintener and he doesn't seems to approve it. If it is possible, 1. delete linux_base-62 and replace linux_base with my updated ports. 2. linux_base-7 should be renamed to linux_base 3. linux_base-6 should be updated to be compatible with RH6(and before) base >How-To-Repeat: % diff -ru linux_base-62 linux_base diff -ru linux_base-62/Makefile linux_base/Makefile --- linux_base-62/Makefile Mon Sep 24 04:50:29 2001 +++ linux_base/Makefile Mon Sep 24 04:50:29 2001 @@ -2,7 +2,7 @@ # Date created: Jul 7, 1999 # Whom: marcel@FreeBSD.org # -# $FreeBSD: ports/emulators/linux_base-62/Makefile,v 1.55 2001/09/23 19:50:29 d wcjr Exp $ +# $FreeBSD: ports/emulators/linux_base/Makefile,v 1.55 2001/09/23 19:50:29 dwcj r Exp $ # PORTNAME= linux_base >Fix: I updated linux_base based on RH6.2. Since this port affects linux_base, I also updated linux_devtools. I tested these ports and seems to work well with netscape, with flashplugin, realaudio plugin, acroread, xmoive, vmware2. For Alpha systems, I only tested these ports normally install. I only tested how these ports work. http://130.54.33.30/~maho/linux_base.tar.gz http://130.54.33.30/~maho/linux_devtools.tar.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 18:10: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 4021F37B418 for ; Fri, 16 Nov 2001 18:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH2A1146164; Fri, 16 Nov 2001 18:10:01 -0800 (PST) (envelope-from gnats) Received: from smtp.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id 00AF237B405 for ; Fri, 16 Nov 2001 18:03:12 -0800 (PST) Received: (qmail 12425423 invoked by uid 0); 17 Nov 2001 02:03:09 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.73 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 Nov 2001 02:03:09 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAH237F70696; Sat, 17 Nov 2001 03:03:07 +0100 (CET) (envelope-from root) Message-Id: <200111170203.fAH237F70696@gits.dyndns.org> Date: Sat, 17 Nov 2001 03:03:07 +0100 (CET) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org Cc: kkonstan@daemon.gr X-Send-Pr-Version: 3.113 Subject: ports/32046: Port cleanup: x11-fonts/webfonts Sender: owner-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: 32046 >Category: ports >Synopsis: Port cleanup: x11-fonts/webfonts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 16 18:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-STABLE FreeBSD 4.4-STABLE #10: Sat Nov 10 19:15:45 CET 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: fonts renamed from `truetype' to `webfonts' to follow the naming done by `xfstt' when used under XFree86 3.3.6. -netscape- aliases deleted (they are not needed and slow down XFree86 and netscape startup). the number of aliases has been lower from 5400 to 3832. -0-0- aliases added to allow font scaling under netscape. intermediates font sizes (9, 16 and 20) deleted to follow the other fonts name space. Makefile PORTREVISION and PLIST_SUB added. WITHOUT_NETSCAPE renamed to WITHOUT_NETSCAPE_ALIASES WRKDIR/webfonts changed to WRKSRC. pkg-message handling added. rules rewritten (simplified and boosted). long lines wrapped, ECHO changed to ECHO_CMD, useless usage of backquote deleted, cp changed to INSTALL_DATA, etc. pkg-message ${X11BASE}/lib/X11/fonts/webfonts changed to %%FONTSDIR%% pkg-plist %%FONTALIAS%% added. >How-To-Repeat: make install ln -s ../webfonts /usr/X11R6/lib/X11/fonts/TrueType /usr/X11R6/etc/rc.d/xfstt.sh stop /usr/X11R6/etc/rc.d/xfstt.sh start xlsfonts -fn -webfonts-\* >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fonts/webfonts/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2001/06/11 16:09:37 1.4 +++ Makefile 2001/11/17 01:44:40 @@ -7,6 +7,7 @@ PORTNAME= webfonts PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.microsoft.com/typography/downloads/ DISTFILES= andale32.exe trebuc32.exe georgi32.exe verdan32.exe \ @@ -16,79 +17,131 @@ MAINTAINER= kkonstan@daemon.gr +# Global variables +# + BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir \ cabextract:${PORTSDIR}/archivers/cabextract + +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\) -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\)" +EXTRACT_CMD= cabextract --lowercase +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= > /dev/null USE_X_PREFIX= yes +PLIST_SUB= FONTALIAS=${FONTALIAS} -EXTRACT_CMD= cabextract -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= >/dev/null +MSG_FILE= ${PKGDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + +# Local variables +# -post-extract: - @${MKDIR} ${WRKDIR}/webfonts - @${MV} ${WRKDIR}/*.* ${WRKDIR}/webfonts - @${RM} ${WRKDIR}/webfonts/*.[Dd][Ll][Ll] - @${RM} ${WRKDIR}/webfonts/*.[Ee][Xx][Ee] - @${RM} ${WRKDIR}/webfonts/*.[Ii][Nn][Ff] - @for file in `cd ${WRKDIR}/webfonts; ${ECHO} *` ; do \ - ${MV} `${ECHO} ${WRKDIR}/webfonts/$${file}` \ - `${ECHO} ${WRKDIR}/webfonts/``${ECHO} $${file} | ${AWK} 'BEGIN { FS=" " } { print tolower($$1) }'` ;\ - done - @${MV} ${WRKDIR}/webfonts/licen.txt ${WRKDIR}/webfonts/LICENSE - @${CHMOD} 644 ${WRKDIR}/webfonts/* - -do-build: - @${X11BASE}/bin/ttmkfdir -d ${WRKDIR}/webfonts | \ - ${SED} -e "s,monotype,truetype,g;s,microsoft,truetype,g" > ${WRKDIR}/webfonts/fonts.scale - @head -1 ${WRKDIR}/webfonts/fonts.scale > ${WRKDIR}/webfonts/fonts.dir - @tail +2 ${WRKDIR}/webfonts/fonts.scale | ${CAT} -n | sort -r | cut -c8- >>${WRKDIR}/webfonts/fonts.dir - @cp ${WRKDIR}/webfonts/fonts.dir ${WRKDIR}/webfonts/fonts.scale - @cp /dev/null ${WRKDIR}/webfonts/fonts.alias -.if !defined(WITHOUT_NETSCAPE) - @${ECHO} "" - @${ECHO} "Building aliases for Netscape. You can skip this by defining WITHOUT_NETSCAPE." - @${ECHO} -n "This might take a few minutes, please be patient..." - @tail +2 ${WRKDIR}/webfonts/fonts.scale | cut -f2- -d" " | while read LINE; do \ - for NSIZE in 8 9 10 12 14 16 18 20 24 ; do \ - if [ $${NSIZE} -lt 11 ] ; then \ - TSIZE=11 ;\ - else \ - TSIZE=$${NSIZE} ;\ - fi ;\ - TFONT=`${ECHO} $${LINE} | ${SED} -e "s,--0-0-0-0-,--$${TSIZE}-$${TSIZE}0-75-75-,g"` ;\ - NFONT=`${ECHO} $${LINE} | ${SED} -e "s,--0-0-0-0-,--$${NSIZE}-$${NSIZE}0-0-0-,g; s,truetype,netscape,g"` ;\ - ${ECHO} "\"$${NFONT}\" \"$${TFONT}\"" >>${WRKDIR}/webfonts/fonts.alias ;\ - done ;\ - ${ECHO} -n "." ;\ - done - @cp ${WRKDIR}/webfonts/fonts.alias ${WRKDIR}/webfonts/fonts.tmp - @grep -- "-netscape-Arial-" ${WRKDIR}/webfonts/fonts.tmp | \ - ${SED} -e "s,-netscape-Arial-,-netscape-MS Sans Serif-,g" >>${WRKDIR}/webfonts/fonts.alias - @grep -- "-netscape-Arial-" ${WRKDIR}/webfonts/fonts.tmp | \ - ${SED} -e "s,-netscape-Arial-,-netscape-helvetica-,g" >>${WRKDIR}/webfonts/fonts.alias - @grep -- "-netscape-Times New Roman-" ${WRKDIR}/webfonts/fonts.tmp | \ - ${SED} -e "s,-netscape-Times New Roman-,-netscape-times-,g" >>${WRKDIR}/webfonts/fonts.alias - @grep -- "-netscape-Courier New-" ${WRKDIR}/webfonts/fonts.tmp | \ - ${SED} -e "s,-netscape-Courier New-,-netscape-courier-,g" >>${WRKDIR}/webfonts/fonts.alias - @${RM} -f ${WRKDIR}/webfonts/fonts.tmp - @${ECHO} "" +.if !defined(WITHOUT_NETSCAPE_ALIASES) +FONTALIAS= +.else +FONTALIAS= "@comment " .endif - @${CHMOD} 644 ${WRKDIR}/webfonts/* + +FONTSIZES= 8 10 12 14 18 24 # was 8 9 10 12 14 16 18 20 24 +FONTLIMIT= 11 +FONTSDIR?= ${PREFIX}/lib/X11/fonts/${PORTNAME} + +DEV_NULL?= /dev/null +CUT?= cut +ECHO_CMD?= echo +SORT?= sort +TAIL?= tail +TTMKFDIR?= ${X11BASE}/bin/ttmkfdir + +# Post-extract +# + +post-extract: move-fonts rename-license remove-extras + +move-fonts: + @${MKDIR} ${WRKSRC} + @${MV} ${WRKDIR}/*.ttf ${WRKSRC} + +rename-license: + @${MV} ${WRKDIR}/licen.txt ${WRKSRC}/LICENSE + +remove-extras: + @${RM} -f ${WRKDIR}/*.dll ${WRKDIR}/*.exe ${WRKDIR}/*.inf + +# Post-patch +# + +post-patch: patch-message + +patch-message: + @${SED} 's|%%FONTSDIR%%|${FONTSDIR}|g' ${MSG_FILE} > ${PKGMESSAGE} + +# Build +# + +do-build: make-fonts.scale make-fonts.dir make-fonts.alias + +make-fonts.scale: + @${TTMKFDIR} -d ${WRKSRC} | ${CAT} -n | ${SED} -e ' \ + s,^ 1,100000,; \ + s,monotype,webfonts,; \ + s,microsoft,webfonts,; \ + ' | ${SORT} -r | ${CUT} -c 8- > ${WRKSRC}/fonts.scale + +make-fonts.dir: + @${CP} ${WRKSRC}/fonts.scale ${WRKSRC}/fonts.dir + +make-fonts.alias: +.if !defined(WITHOUT_NETSCAPE_ALIASES) + @${ECHO_MSG} + @${ECHO_MSG} "Building aliases for Netscape." \ + "You can skip this by defining WITHOUT_NETSCAPE_ALIASES." + @${ECHO_MSG} -n "This might take a few minutes, please be patient..." + @[ -t 0 ] && tty=/dev/tty || tty=/dev/null; \ + ${TAIL} +2 ${WRKSRC}/fonts.scale | ${CUT} -f 2- -d" " | \ + while read font; do \ + ${ECHO_CMD} \"$${font}\" \"$${font}\"; \ + for nsize in ${FONTSIZES}; do \ + tsize=$${nsize}; \ + [ $${tsize} -lt ${FONTLIMIT} ] && tsize=${FONTLIMIT}; \ + ${ECHO_CMD} \"$${font}\" \"$${font}\" | \ + ${SED} -e "s,--0-0-0-0-,--$${nsize}-$${nsize}0-0-0-," \ + -e "s,--0-0-0-0-,--$${tsize}-$${tsize}0-75-75-,"; \ + done; \ + ${ECHO_MSG} -n "." > $${tty}; \ + done | \ + ${SED} -n -e p -e "\ + s,-Arial-,-Helvetica-,p; \ + s,-Helvetica-,-MS Sans Serif-,p; \ + s,-Times New Roman-,-Times-,p; \ + s,-Courier New-,-Courier-,p; \ + " | \ + ${SED} -e '/"\([^"]*\)" "\1"/d' > ${WRKSRC}/fonts.alias + @${ECHO_MSG} +.endif + +# Install +# + +do-install: install-fonts + +install-fonts: + @${MKDIR} ${FONTSDIR} + @${INSTALL_DATA} ${WRKSRC}/* ${FONTSDIR} + +# Post-install +# -do-install: - @${MKDIR} ${PREFIX}/lib/X11/fonts/webfonts - @${CP} ${WRKDIR}/webfonts/* ${PREFIX}/lib/X11/fonts/webfonts - @${CHMOD} 755 ${PREFIX}/lib/X11/fonts/webfonts - @${CHMOD} 644 ${PREFIX}/lib/X11/fonts/webfonts/* +post-install: display-message -post-install: - @${ECHO} "" +display-message: + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} - @${ECHO} "" + @${ECHO_MSG} .include Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/x11-fonts/webfonts/pkg-message,v retrieving revision 1.1 diff -u -r1.1 pkg-message --- pkg-message 2001/01/20 11:14:29 1.1 +++ pkg-message 2001/11/15 23:21:34 @@ -1,13 +1,13 @@ IMPORTANT - READ CAREFULLY: You may not use these fonts if you do not agree to the terms of the Microsoft End-User License Agreement ("EULA"). You will find -the EULA at ${X11BASE}/lib/X11/fonts/webfonts/LICENSE. +the EULA at %%FONTSDIR%%/LICENSE. If you read and agreed to the EULA, you can start using the fonts. To be able -to use them, you must add ${X11BASE}/lib/X11/fonts/webfonts to the X font path +to use them, you must add %%FONTSDIR%% to the X font path by either: -xset +fp ${X11BASE}/lib/X11/fonts/webfonts -xset fp rehash + xset fp+ %%FONTSDIR%% + xset fp rehash or by adding it to your X server configuration file. If you're using XFree86, check XF86Config(5) for detailed instructions. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-fonts/webfonts/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/01/20 11:14:29 1.1 +++ pkg-plist 2001/11/16 19:53:14 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ lib/X11/fonts/webfonts/LICENSE lib/X11/fonts/webfonts/andalemo.ttf lib/X11/fonts/webfonts/arial.ttf @@ -11,7 +12,7 @@ lib/X11/fonts/webfonts/courbd.ttf lib/X11/fonts/webfonts/courbi.ttf lib/X11/fonts/webfonts/couri.ttf -lib/X11/fonts/webfonts/fonts.alias +%%FONTALIAS%%lib/X11/fonts/webfonts/fonts.alias lib/X11/fonts/webfonts/fonts.dir lib/X11/fonts/webfonts/fonts.scale lib/X11/fonts/webfonts/georgia.ttf >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 Nov 16 18:30: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 22B8E37B419 for ; Fri, 16 Nov 2001 18:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH2U0f47735; Fri, 16 Nov 2001 18:30:00 -0800 (PST) (envelope-from gnats) Received: from smtp.noos.fr (zola.noos.net [212.198.2.76]) by hub.freebsd.org (Postfix) with ESMTP id ED67937B416 for ; Fri, 16 Nov 2001 18:25:11 -0800 (PST) Received: (qmail 24254066 invoked by uid 0); 17 Nov 2001 02:25:10 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.76 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 Nov 2001 02:25:10 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAH2P9M72157; Sat, 17 Nov 2001 03:25:09 +0100 (CET) (envelope-from root) Message-Id: <200111170225.fAH2P9M72157@gits.dyndns.org> Date: Sat, 17 Nov 2001 03:25:09 +0100 (CET) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32048: New port: palm/hdunix (1.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32048 >Category: ports >Synopsis: New port: palm/hdunix (1.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: Fri Nov 16 18:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-STABLE FreeBSD 4.4-STABLE #10: Sat Nov 10 19:15:45 CET 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: hdunix is a unix port of HDDOS, a program to convert .CSV files to HanDBase database files, and vice versa. >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: # # hdunix/Makefile # hdunix/distinfo # hdunix/pkg-comment # hdunix/pkg-descr # hdunix/pkg-plist # echo x - hdunix/Makefile sed 's/^X//' >hdunix/Makefile << 'END-of-hdunix/Makefile' X# ports collection makefile for: hdunix X# Date created: 17 Nov 2001 X# Whom: Cyrille Lefevre X# X# $FreeBSD$ X# X XPORTNAME= hdunix XPORTVERSION= 1.0 XCATEGORIES= palm databases XMASTER_SITES= ftp://ftp.nndev.org/pub/handbase/ XDISTNAME= freebsd XEXTRACT_SUFX= .tar.Z X XMAINTAINER= clefevre@citeweb.net X XONLY_FOR_ARCHS= i386 XNO_BUILD= yes XWRKSRC= ${WRKDIR}/handbase XSTRIP= # no strip X Xdo-install: install-bin install-doc X Xinstall-bin: X ${INSTALL_PROGRAM} ${WRKSRC}/hdunix ${PREFIX}/bin X Xinstall-doc: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR} X.endif X X.include END-of-hdunix/Makefile echo x - hdunix/distinfo sed 's/^X//' >hdunix/distinfo << 'END-of-hdunix/distinfo' XMD5 (freebsd.tar.Z) = 6ff37529d497d4be6c20c99ce1a302d5 END-of-hdunix/distinfo echo x - hdunix/pkg-comment sed 's/^X//' >hdunix/pkg-comment << 'END-of-hdunix/pkg-comment' XConverts .CSV files to HanDBase databases, and vice versa END-of-hdunix/pkg-comment echo x - hdunix/pkg-descr sed 's/^X//' >hdunix/pkg-descr << 'END-of-hdunix/pkg-descr' Xhdunix is a unix port of HDDOS, a program to convert .CSV files to XHanDBase database files, and vice versa. X XWWW: http://www.nndev.org/handbase/ END-of-hdunix/pkg-descr echo x - hdunix/pkg-plist sed 's/^X//' >hdunix/pkg-plist << 'END-of-hdunix/pkg-plist' X@comment $FreeBSD$ Xbin/hdunix X%%PORTDOCS%%share/doc/hdunix/readme X%%PORTDOCS%%@dirrm share/doc/hdunix END-of-hdunix/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 Nov 16 18:45:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 2844937B41A; Fri, 16 Nov 2001 18:45:27 -0800 (PST) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAH2jMQ40260; Fri, 16 Nov 2001 18:45:22 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.11.6/8.11.5) id fAH2jMX00585; Fri, 16 Nov 2001 18:45:22 -0800 (PST) (envelope-from marcel) Date: Fri, 16 Nov 2001 18:45:22 -0800 From: Marcel Moolenaar To: Cyrille Lefevre Cc: "David O'Brien" , Andreas Klemm , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011116184522.A528@athlon.pn.xcllnt.net> References: <20011115211037.B721@dhcp01.pn.xcllnt.net> <200111161203.fAGC3FI05149@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111161203.fAGC3FI05149@gits.dyndns.org> User-Agent: Mutt/1.3.21i Sender: owner-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, Nov 16, 2001 at 01:03:15PM +0100, Cyrille Lefevre wrote: > > > > We don't need ports for that. People have all the freedom to > > remove and install packages to tweak the environment for their > > needs. The port is kept clean especially for that reason. > > are you saying me that if I want staroffice-6, I have to get rid > of linux_base-6, to install linux_base-7 and to tweak it myself > to make linux_netscape working fine ? are you serious... staroffice-6 works with linux_base-6, so there's no tweaking involved. In cases where people really need linux_base-7 for one application and really need linux_base-7 for another, they need to tweak. This will be the same tweakage a Linux user needs to do to get it to work. If the tweakage is caused by us not having updated all our ports, it's just a matter of patience. Rome wasn't built in a day... > I a wonderfull world, I only have to install linux_base-7 to > make staroffice-6 happy, and linux_compat-7 to make linux_netscape > happy. no more, no less. so, a compat port would greatly simplify > things and linux_base-6 wouldn't be needed any more. In a wonderful world, backward compatibility problems would not exist or would have been solved so that it works OOTB for us... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 18:54: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id C6B0237B417; Fri, 16 Nov 2001 18:53:57 -0800 (PST) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAH2rvQ40271; Fri, 16 Nov 2001 18:53:57 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.11.6/8.11.5) id fAH2rvO00594; Fri, 16 Nov 2001 18:53:57 -0800 (PST) (envelope-from marcel) Date: Fri, 16 Nov 2001 18:53:57 -0800 From: Marcel Moolenaar To: Andreas Klemm Cc: Cyrille Lefevre , "David O'Brien" , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011116185357.B528@athlon.pn.xcllnt.net> References: <20011115123424.B36113@kayak.xcllnt.net> <200111160336.fAG3abG13456@gits.dyndns.org> <20011115211037.B721@dhcp01.pn.xcllnt.net> <20011116062954.GB3852@titan.klemm.gtn.com> <20011115230006.B1610@dhcp01.pn.xcllnt.net> <20011116133037.GA5439@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011116133037.GA5439@titan.klemm.gtn.com> User-Agent: Mutt/1.3.21i Sender: owner-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, Nov 16, 2001 at 02:30:37PM +0100, Andreas Klemm wrote: > > I ask myself, what the technical problem is ... > > Does a newer "ld" or other tool from linux_base-7 need the > libraries in another format which would explain, why I had > no success in overwriting /usr/compat with linux_base 6.1, 6.2 > and 7 in that order ??? I can't answer the question, because I don't know. The reason I don't know is because I don't really care. I had hoped that linux_base-7 could be installed on top of linux_base-6, but apparently it doesn't. This is Red Hat brokenness AFAICT, and as I said before, I'm not really anxious to solve problems Red Hat didn't bother to solve themselves. > Do we need to create linux binaries ourselves instead of using > packages from RedHAt, to get a really good working emulator ... ??? For example. Using a different distribution might also make a difference. I choose Red Hat because it had the best overall support. Chances were that if something run on Linux, it run on Red Hat. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 19:30: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 6CE1837B416 for ; Fri, 16 Nov 2001 19:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3U0v56352; Fri, 16 Nov 2001 19:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A136C37B405 for ; Fri, 16 Nov 2001 19:26:30 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3QU456060; Fri, 16 Nov 2001 19:26:30 -0800 (PST) (envelope-from nobody) Message-Id: <200111170326.fAH3QU456060@freefall.freebsd.org> Date: Fri, 16 Nov 2001 19:26:30 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32049: Update port: audio/xsidplay to 1.6.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: 32049 >Category: ports >Synopsis: Update port: audio/xsidplay to 1.6.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: Fri Nov 16 19:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.6.3 New file: files/patch-scripts:ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xsidplay/Makefile audio/xsidplay/Makefile --- /usr/ports/audio/xsidplay/Makefile Sat Oct 20 09:19:00 2001 +++ audio/xsidplay/Makefile Sat Nov 17 10:33:15 2001 @@ -6,7 +6,7 @@ # PORTNAME= xsidplay -PORTVERSION= 1.6.2.1 +PORTVERSION= 1.6.3 PORTEPOCH= 1 CATEGORIES= audio emulators MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ @@ -18,7 +18,7 @@ USE_QT_VER= 2 USE_GMAKE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-qt-binaries=${X11BASE}/bin QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} diff -urN /usr/ports/audio/xsidplay/distinfo audio/xsidplay/distinfo --- /usr/ports/audio/xsidplay/distinfo Sat Oct 20 09:19:01 2001 +++ audio/xsidplay/distinfo Sat Nov 17 01:11:10 2001 @@ -1 +1 @@ -MD5 (xsidplay-1.6.2.1.tgz) = ddf115409d9ca0554c74e6e51c2f0a6e +MD5 (xsidplay-1.6.3.tgz) = 2712556f53848749644f1f0466685885 diff -urN /usr/ports/audio/xsidplay/files/patch-scripts:ltmain.sh audio/xsidplay/files/patch-scripts:ltmain.sh --- /usr/ports/audio/xsidplay/files/patch-scripts:ltmain.sh Thu Jan 1 09:00:00 1970 +++ audio/xsidplay/files/patch-scripts:ltmain.sh Sat Nov 17 10:32:18 2001 @@ -0,0 +1,25 @@ +--- scripts/ltmain.sh.orig Wed Nov 14 08:32:24 2001 ++++ scripts/ltmain.sh Sat Nov 17 10:31:51 2001 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4175,10 +4178,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" >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 Nov 16 19: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 A180637B41A for ; Fri, 16 Nov 2001 19:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3U0P56370; Fri, 16 Nov 2001 19:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D182437B405 for ; Fri, 16 Nov 2001 19:28:36 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3Sag56211; Fri, 16 Nov 2001 19:28:36 -0800 (PST) (envelope-from nobody) Message-Id: <200111170328.fAH3Sag56211@freefall.freebsd.org> Date: Fri, 16 Nov 2001 19:28:36 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32051: Update port: graphics/gqview to 0.13.0 (fix ports/31721) Sender: owner-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: 32051 >Category: ports >Synopsis: Update port: graphics/gqview to 0.13.0 (fix ports/31721) >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 Nov 16 19:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.13.0 Remove file: files/patch-ae Thise PR supersedes ports/31721. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gqview/Makefile graphics/gqview/Makefile --- /usr/ports/graphics/gqview/Makefile Sun Jun 17 10:21:29 2001 +++ graphics/gqview/Makefile Fri Nov 16 20:16:43 2001 @@ -6,7 +6,7 @@ # PORTNAME= gqview -PORTVERSION= 0.11.0 +PORTVERSION= 0.13.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,22 +22,25 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.if defined(WITH_GNOME) +MAN1= gqview.1 + +.include + +.if defined(HAVE_GNOME) USE_GNOME= yes .endif -MAN1= gqview.1 - pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e \ + 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|GNOME_DATADIR\)/gnome/|GNOME_DATADIR\)/|g' + @${PERL} -pi -e 's|"ee"|"ElectricEyes"|g' ${WRKSRC}/src/main.c post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gqview - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include diff -urN /usr/ports/graphics/gqview/distinfo graphics/gqview/distinfo --- /usr/ports/graphics/gqview/distinfo Mon May 21 16:43:25 2001 +++ graphics/gqview/distinfo Fri Nov 16 20:19:43 2001 @@ -1 +1 @@ -MD5 (gqview-0.11.0.tar.gz) = 13302d9f99e5f591f2bceee06935a603 +MD5 (gqview-0.13.0.tar.gz) = 28c750bcc859437c8dfb1b5496694b11 diff -urN /usr/ports/graphics/gqview/files/patch-ae graphics/gqview/files/patch-ae --- /usr/ports/graphics/gqview/files/patch-ae Tue Apr 18 09:24:30 2000 +++ graphics/gqview/files/patch-ae Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/main.c.orig Wed Apr 5 23:24:00 2000 -+++ src/main.c Thu Apr 13 04:09:49 2000 -@@ -370,7 +370,7 @@ - editor_command[0] = g_strdup("gimp"); - - editor_name[1] = g_strdup(_("Electric Eyes")); -- editor_command[1] = g_strdup("ee"); -+ editor_command[1] = g_strdup("ElectricEyes"); - - editor_name[2] = g_strdup(_("XV")); - editor_command[2] = g_strdup("xv"); diff -urN /usr/ports/graphics/gqview/pkg-plist graphics/gqview/pkg-plist --- /usr/ports/graphics/gqview/pkg-plist Mon May 21 16:43:25 2001 +++ graphics/gqview/pkg-plist Fri Nov 16 22:57:41 2001 @@ -4,16 +4,20 @@ %%GNOME:%%share/gnome/pixmaps/gqview.png share/locale/de/LC_MESSAGES/gqview.mo share/locale/es/LC_MESSAGES/gqview.mo +share/locale/et/LC_MESSAGES/gqview.mo +share/locale/fi/LC_MESSAGES/gqview.mo share/locale/fr/LC_MESSAGES/gqview.mo share/locale/hu/LC_MESSAGES/gqview.mo share/locale/it/LC_MESSAGES/gqview.mo share/locale/ja/LC_MESSAGES/gqview.mo +share/locale/nl/LC_MESSAGES/gqview.mo share/locale/pl/LC_MESSAGES/gqview.mo share/locale/pt_BR/LC_MESSAGES/gqview.mo share/locale/ru/LC_MESSAGES/gqview.mo share/locale/sk/LC_MESSAGES/gqview.mo share/locale/sl/LC_MESSAGES/gqview.mo share/locale/tr/LC_MESSAGES/gqview.mo +share/locale/uk/LC_MESSAGES/gqview.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo share/locale/zh_TW.Big5/LC_MESSAGES/gqview.mo %%PORTDOCS%%@dirrm share/doc/gqview >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 Nov 16 19:30: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 363EB37B41D for ; Fri, 16 Nov 2001 19:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3U0T56379; Fri, 16 Nov 2001 19:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 773C937B405 for ; Fri, 16 Nov 2001 19:29:45 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3Tja56313; Fri, 16 Nov 2001 19:29:45 -0800 (PST) (envelope-from nobody) Message-Id: <200111170329.fAH3Tja56313@freefall.freebsd.org> Date: Fri, 16 Nov 2001 19:29:45 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32052: Update port: graphics/libwmf to 0.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32052 >Category: ports >Synopsis: Update port: graphics/libwmf to 0.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 16 19:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.2.2 New file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/libwmf/Makefile graphics/libwmf/Makefile --- /usr/ports/graphics/libwmf/Makefile Thu Sep 13 19:41:28 2001 +++ graphics/libwmf/Makefile Sat Nov 17 07:28:22 2001 @@ -6,7 +6,7 @@ # PORTNAME= libwmf -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware @@ -20,11 +20,12 @@ xml2.5:${PORTSDIR}/textproc/libxml2 USE_XLIB= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts +GNU_CONFIGURE= yes +CONFIGURE_TARGET= # none +CONFIGURE_ARGS= --build=${ARCH}-portbld-freebsd${OSREL} \ + --enable-magick --with-sys-gd=no \ + --with-png=${LOCALBASE} --with-jpeg=${LOCALBASE} \ + --with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts INSTALLS_SHLIB= yes pre-patch: diff -urN /usr/ports/graphics/libwmf/distinfo graphics/libwmf/distinfo --- /usr/ports/graphics/libwmf/distinfo Thu Sep 13 19:41:28 2001 +++ graphics/libwmf/distinfo Sat Nov 17 05:07:53 2001 @@ -1 +1 @@ -MD5 (libwmf-0.2.1.tar.gz) = 79ef659f58758bf5053d0e27c7d4214b +MD5 (libwmf-0.2.2.tar.gz) = 49fc8a235b09cdb62f0cf03ec514669f diff -urN /usr/ports/graphics/libwmf/files/patch-ltmain.sh graphics/libwmf/files/patch-ltmain.sh --- /usr/ports/graphics/libwmf/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 +++ graphics/libwmf/files/patch-ltmain.sh Sat Nov 17 05:11:51 2001 @@ -0,0 +1,25 @@ +--- ltmain.sh.orig Sun Oct 28 22:08:24 2001 ++++ ltmain.sh Sat Nov 17 05:11:40 2001 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test $build_libtool_need_lc = "yes"; then +@@ -4175,10 +4178,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/graphics/libwmf/pkg-plist graphics/libwmf/pkg-plist --- /usr/ports/graphics/libwmf/pkg-plist Thu Sep 13 19:41:43 2001 +++ graphics/libwmf/pkg-plist Sat Nov 17 07:21:02 2001 @@ -11,6 +11,7 @@ include/libwmf/defs.h include/libwmf/eps.h include/libwmf/fig.h +include/libwmf/foreign.h include/libwmf/fund.h include/libwmf/gd/gd.h include/libwmf/gd/gd_clip.h @@ -133,6 +134,8 @@ %%PORTDOCS%%share/doc/libwmf/html/fig_8c.html %%PORTDOCS%%share/doc/libwmf/html/fig_8h.html %%PORTDOCS%%share/doc/libwmf/html/files.html +%%PORTDOCS%%share/doc/libwmf/html/foreign_8c.html +%%PORTDOCS%%share/doc/libwmf/html/foreign_8h.html %%PORTDOCS%%share/doc/libwmf/html/functions.html %%PORTDOCS%%share/doc/libwmf/html/fund_8h.html %%PORTDOCS%%share/doc/libwmf/html/gd_2bmp_8h.html @@ -152,6 +155,7 @@ %%PORTDOCS%%share/doc/libwmf/html/ipa_2plot_2region_8h.html %%PORTDOCS%%share/doc/libwmf/html/ipa_2svg_2region_8h.html %%PORTDOCS%%share/doc/libwmf/html/ipa_2x_2region_8h.html +%%PORTDOCS%%share/doc/libwmf/html/ipa_2xgd_2region_8h.html %%PORTDOCS%%share/doc/libwmf/html/ipa_8c.html %%PORTDOCS%%share/doc/libwmf/html/ipa_8h.html %%PORTDOCS%%share/doc/libwmf/html/macro_8h.html @@ -175,6 +179,7 @@ %%PORTDOCS%%share/doc/libwmf/html/src_2ipa_2x_2color_8h.html %%PORTDOCS%%share/doc/libwmf/html/src_2player_2color_8h.html %%PORTDOCS%%share/doc/libwmf/html/stream_8c.html +%%PORTDOCS%%share/doc/libwmf/html/struct__gd__t.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfAPI.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfAPI__Options.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfBMP.html @@ -200,6 +205,7 @@ %%PORTDOCS%%share/doc/libwmf/html/struct__wmfGS__FontData.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfGS__FontInfo.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfHead.html +%%PORTDOCS%%share/doc/libwmf/html/struct__wmfImage.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfMapping.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfMetaHeader.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfPen.html @@ -215,6 +221,7 @@ %%PORTDOCS%%share/doc/libwmf/html/struct__wmf__eps__t.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmf__fig__t.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmf__fig__t_1_1__wmf__fig__image.html +%%PORTDOCS%%share/doc/libwmf/html/struct__wmf__foreign__t.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmf__gd__t.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmf__gd__t_1_1__wmf__gd__sink.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmf__magick__t.html @@ -238,6 +245,12 @@ %%PORTDOCS%%share/doc/libwmf/html/x_2font_8h.html %%PORTDOCS%%share/doc/libwmf/html/x_8c.html %%PORTDOCS%%share/doc/libwmf/html/x_8h.html +%%PORTDOCS%%share/doc/libwmf/html/xgd_2bmp_8h.html +%%PORTDOCS%%share/doc/libwmf/html/xgd_2device_8h.html +%%PORTDOCS%%share/doc/libwmf/html/xgd_2draw_8h.html +%%PORTDOCS%%share/doc/libwmf/html/xgd_2font_8h.html +%%PORTDOCS%%share/doc/libwmf/html/xgd_8c.html +%%PORTDOCS%%share/doc/libwmf/html/xgd_8h.html %%PORTDOCS%%share/doc/libwmf/index.html %%PORTDOCS%%share/doc/libwmf/smlogo2.gif %%PORTDOCS%%share/doc/libwmf/tutapi.html >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 Nov 16 19:30: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 8664437B418 for ; Fri, 16 Nov 2001 19:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3U0256361; Fri, 16 Nov 2001 19:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC7E237B405 for ; Fri, 16 Nov 2001 19:27:25 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3RP056147; Fri, 16 Nov 2001 19:27:25 -0800 (PST) (envelope-from nobody) Message-Id: <200111170327.fAH3RP056147@freefall.freebsd.org> Date: Fri, 16 Nov 2001 19:27:25 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32050: Update port: editors/biew to 5.3.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: 32050 >Category: ports >Synopsis: Update port: editors/biew to 5.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 16 19:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.3.0 Remove file: files/patch-aa files/patch-ai files/patch-aj >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/biew/Makefile editors/biew/Makefile --- /usr/ports/editors/biew/Makefile Wed Jan 17 02:30:24 2001 +++ editors/biew/Makefile Fri Nov 9 05:54:36 2001 @@ -6,11 +6,11 @@ # PORTNAME= biew -PORTVERSION= 5.2.0 +PORTVERSION= 5.3.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org @@ -22,7 +22,7 @@ .include -HOST_CFLAGS= ${CFLAGS} -DLIBDIR="\'\"${PREFIX}/share\"\'" +HOST_CFLAGS= ${CFLAGS} -DPREFIX="\'\"${PREFIX}\"\'" MAKEFILE= makefile .if ${OSVERSION} < 400010 @@ -45,14 +45,13 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/biew ${PREFIX}/bin - @ ${MKDIR} ${PREFIX}/share/biew -.for file in bin_rc/assembly.skn bin_rc/standard.skn hlp/biew.hlp - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/biew -.endfor + @ ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/bin_rc/skn/*.skn ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/hlp/biew.hlp ${DATADIR} .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/biew + @ ${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/biew + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/editors/biew/distinfo editors/biew/distinfo --- /usr/ports/editors/biew/distinfo Sat Nov 11 15:02:17 2000 +++ editors/biew/distinfo Thu Nov 8 23:51:46 2001 @@ -1 +1 @@ -MD5 (biew-520.tar.bz2) = fa1a992ce9abd7538e7fc4ac23023c4d +MD5 (biew530.tar.bz2) = 902e1af264c93032ec40fa22d04f936a diff -urN /usr/ports/editors/biew/files/patch-aa editors/biew/files/patch-aa --- /usr/ports/editors/biew/files/patch-aa Wed Aug 2 08:43:30 2000 +++ editors/biew/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- biewlib/sysdep/generic/unix/os_dep.c.orig Thu Jul 6 14:31:08 2000 -+++ biewlib/sysdep/generic/unix/os_dep.c Mon Jul 24 23:00:55 2000 -@@ -26,7 +26,9 @@ - #include "biewlib/biewlib.h" - #include "console.h" - -+#ifndef LIBDIR - #define LIBDIR "/usr/lib" -+#endif - - static char _ini_name[FILENAME_MAX + 1]; - static char _rc_dir_name[FILENAME_MAX + 1]; diff -urN /usr/ports/editors/biew/files/patch-af editors/biew/files/patch-af --- /usr/ports/editors/biew/files/patch-af Wed Aug 2 08:43:32 2000 +++ editors/biew/files/patch-af Fri Nov 9 00:00:59 2001 @@ -1,6 +1,6 @@ ---- biewlib/sysdep/generic/unix/keyboard.c.orig Thu Jul 6 14:31:08 2000 -+++ biewlib/sysdep/generic/unix/keyboard.c Mon Jul 24 23:06:19 2000 -@@ -27,7 +27,11 @@ +--- biewlib/sysdep/generic/unix/keyboard.c.orig Thu Mar 1 09:19:32 2001 ++++ biewlib/sysdep/generic/unix/keyboard.c Fri Nov 9 00:00:37 2001 +@@ -41,7 +41,11 @@ #endif #ifdef _CURSES_ @@ -9,6 +9,6 @@ +#else #include +#endif - MEVENT me; + #ifdef NCURSES_MOUSE_VERSION + #define HAVE_MOUSE #endif - diff -urN /usr/ports/editors/biew/files/patch-ai editors/biew/files/patch-ai --- /usr/ports/editors/biew/files/patch-ai Sat Nov 11 15:02:20 2000 +++ editors/biew/files/patch-ai Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- tools/biewhlp/makefile.orig Mon Sep 25 00:35:56 2000 -+++ tools/biewhlp/makefile Fri Nov 10 21:37:47 2000 -@@ -62,7 +62,11 @@ - biewlib/biewlib.o\ - biewlib/file_ini.o\ - biewlib/pmalloc.o\ --biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o -+biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/nls.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/os_dep.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/vio.o - all: $(TARGET) - - clean: diff -urN /usr/ports/editors/biew/files/patch-aj editors/biew/files/patch-aj --- /usr/ports/editors/biew/files/patch-aj Sat Nov 11 15:02:20 2000 +++ editors/biew/files/patch-aj Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- tools/lzss/makefile.orig Mon Sep 25 00:35:58 2000 -+++ tools/lzss/makefile Fri Nov 10 21:39:13 2000 -@@ -60,7 +60,11 @@ - biewlib/pmalloc.o\ - biewlib/bbio.o\ - biewlib/biewlib.o\ --biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o -+biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/nls.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/os_dep.o\ -+biewlib/sysdep/$(MACHINE)/$(HOST)/vio.o - all: $(TARGET) - - clean: diff -urN /usr/ports/editors/biew/pkg-plist editors/biew/pkg-plist --- /usr/ports/editors/biew/pkg-plist Wed Aug 2 08:43:35 2000 +++ editors/biew/pkg-plist Fri Nov 9 00:22:37 2001 @@ -1,16 +1,18 @@ bin/biew share/biew/biew.hlp share/biew/assembly.skn +share/biew/golded.skn +share/biew/insight.skn share/biew/standard.skn -share/doc/biew/biew_en.txt -share/doc/biew/biew_ru.txt -share/doc/biew/develop.en -share/doc/biew/develop.ru -share/doc/biew/file_ini.en -share/doc/biew/file_ini.ru -share/doc/biew/licence.en -share/doc/biew/licence.ru -share/doc/biew/release.txt -share/doc/biew/unix.txt -@dirrm share/doc/biew +%%PORTDOCS%%share/doc/biew/biew_en.txt +%%PORTDOCS%%share/doc/biew/biew_ru.txt +%%PORTDOCS%%share/doc/biew/develop.en +%%PORTDOCS%%share/doc/biew/develop.ru +%%PORTDOCS%%share/doc/biew/file_ini.en +%%PORTDOCS%%share/doc/biew/file_ini.ru +%%PORTDOCS%%share/doc/biew/licence.en +%%PORTDOCS%%share/doc/biew/licence.ru +%%PORTDOCS%%share/doc/biew/release.txt +%%PORTDOCS%%share/doc/biew/unix.txt +%%PORTDOCS%%@dirrm share/doc/biew @dirrm share/biew >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 Nov 16 19:40: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 E18B037B419 for ; Fri, 16 Nov 2001 19:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3e1I57100; Fri, 16 Nov 2001 19:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBF5637B419 for ; Fri, 16 Nov 2001 19:30:47 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3UlC56414; Fri, 16 Nov 2001 19:30:47 -0800 (PST) (envelope-from nobody) Message-Id: <200111170330.fAH3UlC56414@freefall.freebsd.org> Date: Fri, 16 Nov 2001 19:30:47 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32053: Update port: textproc/wv to 0.7.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: 32053 >Category: ports >Synopsis: Update port: textproc/wv to 0.7.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 16 19:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.7.0 New file: files/patch-ltmain.sh Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/wv/Makefile textproc/wv/Makefile --- /usr/ports/textproc/wv/Makefile Mon Sep 17 19:04:46 2001 +++ textproc/wv/Makefile Sat Nov 17 09:21:34 2001 @@ -6,7 +6,7 @@ # PORTNAME= wv -PORTVERSION= 0.6.7 +PORTVERSION= 0.7.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware @@ -16,8 +16,10 @@ LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf USE_GMAKE= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \ +GNU_CONFIGURE= yes +CONFIGURE_TARGET= # none +CONFIGURE_ARGS= --build=${ARCH}-portbld-freebsd${OSREL} \ + --with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \ --with-png=${LOCALBASE} --with-exporter MAN1= wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \ diff -urN /usr/ports/textproc/wv/distinfo textproc/wv/distinfo --- /usr/ports/textproc/wv/distinfo Mon Sep 17 19:04:47 2001 +++ textproc/wv/distinfo Sat Nov 17 07:30:09 2001 @@ -1 +1 @@ -MD5 (wv-0.6.7.tar.gz) = c20bb0b131a04b40a726ced2e26ae717 +MD5 (wv-0.7.0.tar.gz) = 85dd21ed7788c523751ff94bf011a416 diff -urN /usr/ports/textproc/wv/files/patch-Makefile.in textproc/wv/files/patch-Makefile.in --- /usr/ports/textproc/wv/files/patch-Makefile.in Thu Sep 13 23:10:19 2001 +++ textproc/wv/files/patch-Makefile.in Sat Nov 17 08:28:07 2001 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Sun May 6 02:52:01 2001 -+++ Makefile.in Fri May 11 03:27:48 2001 -@@ -63,6 +63,8 @@ +--- Makefile.in.orig Mon Oct 15 18:09:43 2001 ++++ Makefile.in Sat Nov 17 08:24:35 2001 +@@ -61,6 +61,8 @@ RM = rm INSTALL = @INSTALL@ @@ -9,7 +9,16 @@ INSTALL_DATA = @INSTALL_DATA@ @SET_MAKE@ -@@ -429,31 +431,25 @@ +@@ -81,7 +83,7 @@ + VPATH = @srcdir@ + + DEFS = @DEFS@ -DVERSION=\"@VERSION@\" -DXMLCONFIG=\"$(datadir)/wv/wvConfig.xml\" -DHTMLCONFIG=\"$(datadir)/wv/wvHtml.xml\" +-CPPFLAGS = @ICONV_CFLAGS@ @WMF_CFLAGS@ @XML_CFLAGS@ @GLIB_CFLAGS@ @PNG_CFLAGS@ @ZLIB_CFLAGS@ @CPPFLAGS@ ++CPPFLAGS = @WMF_CFLAGS@ @XML_CFLAGS@ @GLIB_CFLAGS@ @PNG_CFLAGS@ @ZLIB_CFLAGS@ @ICONV_CFLAGS@ @CPPFLAGS@ + CFLAGS = @CFLAGS@ -ansi -pedantic + INCLUDES = -I. -I./ -I$(srcdir)/ -I$(srcdir)/magick/ -I$(srcdir)/libole2/ -I$(srcdir)/oledecod/ + +@@ -422,31 +424,25 @@ $(includedir) install: installdirs all diff -urN /usr/ports/textproc/wv/files/patch-ltmain.sh textproc/wv/files/patch-ltmain.sh --- /usr/ports/textproc/wv/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 +++ textproc/wv/files/patch-ltmain.sh Sat Nov 17 08:35:37 2001 @@ -0,0 +1,33 @@ +--- ltmain.sh.orig Wed Sep 26 23:26:27 2001 ++++ ltmain.sh Sat Nov 17 08:35:28 2001 +@@ -1043,7 +1043,7 @@ + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; +@@ -2441,7 +2441,7 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + ;; + *) +@@ -4210,10 +4210,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" >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 Nov 16 20:19: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 8F40B37B417; Fri, 16 Nov 2001 20:19:19 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH4BvZ62551; Fri, 16 Nov 2001 20:11:57 -0800 (PST) (envelope-from pat) Date: Fri, 16 Nov 2001 20:11:57 -0800 (PST) From: Message-Id: <200111170411.fAH4BvZ62551@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/32051: Update port: graphics/gqview to 0.13.0 (fix ports/31721) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/gqview to 0.13.0 (fix ports/31721) Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: pat Responsible-Changed-When: Fri Nov 16 20:10:44 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32051 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 20: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 F107537B428; Fri, 16 Nov 2001 20:29:19 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH4SYh63950; Fri, 16 Nov 2001 20:28:34 -0800 (PST) (envelope-from pat) Date: Fri, 16 Nov 2001 20:28:34 -0800 (PST) From: Message-Id: <200111170428.fAH4SYh63950@freefall.freebsd.org> To: edwin@mavetju.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31941: [patch] fix games/bombermaze Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] fix games/bombermaze State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Nov 16 20:26:35 PST 2001 State-Changed-Why: Similar fix has been committed few days ago, thanks for the report! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31941 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 20: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 B9D4137B418 for ; Fri, 16 Nov 2001 20:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH4e2f64955; Fri, 16 Nov 2001 20:40:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1A2737B416 for ; Fri, 16 Nov 2001 20:32:55 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH4Wtq64406; Fri, 16 Nov 2001 20:32:55 -0800 (PST) (envelope-from nobody) Message-Id: <200111170432.fAH4Wtq64406@freefall.freebsd.org> Date: Fri, 16 Nov 2001 20:32:55 -0800 (PST) From: William Richard To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32055: kdelibs-2.2.1 build throws up on libxml/globals.h Sender: owner-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: 32055 >Category: ports >Synopsis: kdelibs-2.2.1 build throws up on libxml/globals.h >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 16 20:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: William Richard >Release: 4.4-STABLE >Organization: Wm. Richard & Associates, Ltd >Environment: FreeBSD C11631-A 4.4-STABLE FreeBSD 4.4-STABLE #7: Thu Nov 15 12:33:55 PST 2001 root@C11631-A:/usr/src/sys/compile/SAFFRON i386 >Description: Building kdelib-2.2.1 (from the kde2 meta-port) fails while the build of kdoctool/libxslt: gmake[3]: Entering directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1/kdoctools/libxslt' /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/usr/local/include/libxml2/libxml -I/usr/local/include/libxml2 -I/usr/include -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/qt2 -D_THREAD_SAFE -I/usr/local/include -O0 -pipe -c templates.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/usr/local/include/libxml2/libxml -I/usr/local/include/libxml2 -I/usr/include -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/qt2 -D_THREAD_SAFE -I/usr/local/include -O0 -pipe -c templates.c -fPIC -DPIC -o .libs/templates.o In file included from /usr/local/include/libxml2/libxml/parser.h:576, from /usr/local/include/libxml2/libxml/xmlerror.h:4, from templates.c:18: /usr/local/include/libxml2/libxml/globals.h:70: syntax error before `xmlGenericErrorFunc' /usr/local/include/libxml2/libxml/globals.h:217: syntax error before `xmlGenericError' /usr/local/include/libxml2/libxml/globals.h:217: warning: data definition has no type or storage class gmake[3]: *** [templates.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1/kdoctools/libxslt' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2.1/kdoctools' [ ... ] >How-To-Repeat: cd /usr/ports/x11/kdelibs2/ make install >Fix: Unknown--the code appears to be valid, yet gcc throws a syntax error. But what do I know? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 20:59: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 B188A37B416; Fri, 16 Nov 2001 20:59:19 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH4uJf66295; Fri, 16 Nov 2001 20:56:19 -0800 (PST) (envelope-from pat) Date: Fri, 16 Nov 2001 20:56:19 -0800 (PST) From: Message-Id: <200111170456.fAH4uJf66295@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/31910: comms/sms_client Sender: owner-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: comms/sms_client Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: pat Responsible-Changed-When: Fri Nov 16 20:54:45 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31910 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 20:59: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 0AC9237B417; Fri, 16 Nov 2001 20:59:20 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH4nl565815; Fri, 16 Nov 2001 20:49:47 -0800 (PST) (envelope-from pat) Date: Fri, 16 Nov 2001 20:49:47 -0800 (PST) From: Message-Id: <200111170449.fAH4nl565815@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/32032: [patch] fix devel/linguist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] fix devel/linguist Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: pat Responsible-Changed-When: Fri Nov 16 20:48:31 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32032 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 21: 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 1C57337B416 for ; Fri, 16 Nov 2001 21:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH504F66714; Fri, 16 Nov 2001 21:00:04 -0800 (PST) (envelope-from gnats) Date: Fri, 16 Nov 2001 21:00:04 -0800 (PST) Message-Id: <200111170500.fAH504F66714@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: R Joseph Wright Subject: Re:ports/31517:New Port: kdetheme-qnix Reply-To: R Joseph Wright Sender: owner-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/31517; it has been noted by GNATS. From: R Joseph Wright To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re:ports/31517:New Port: kdetheme-qnix Date: Fri, 16 Nov 2001 23:25:50 -0500 Sorry about that shar file being messed up. I had pasted it in through the web interface. This new one has been modified a bit, and it should definitely work. # 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: # # . # ./distinfo # ./Makefile # ./pkg-comment # ./pkg-plist # ./files # ./files/patch-aa # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (qnix-0.2.1.tar.gz) = 1f00aab03ee7a6137f26b9b2197c383c END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: QNiX KDE theme X# Date created: 26 October 2001 X# Whom: R. Joseph Wright X# X# $FreeBSD$ X# X XPORTNAME= kdetheme-qnix XPORTVERSION= 0.2.1 XCATEGORIES= x11-wm kde XMASTER_SITES= http://www.del.f2s.com/files/ XDISTNAME= qnix-${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org X XUSE_KDELIBS_VER= 2 XGNU_CONFIGURE= yes XUSE_AUTOMAKE= yes XUSE_GMAKE= yes X Xpre-configure: X cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA QNX-like theme for KDE END-of-./pkg-comment echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xshare/apps/kdisplay/color-schemes/QNiX-Brown.kcsrc Xshare/apps/kdisplay/color-schemes/QNiX-Green.kcsrc Xshare/apps/kdisplay/color-schemes/QNiX-LightBlue.kcsrc Xshare/apps/kdisplay/color-schemes/QNiX-Slate.kcsrc Xshare/apps/kdisplay/color-schemes/QNiX-Tan.kcsrc Xshare/apps/kdisplay/color-schemes/QNiX-Wine.kcsrc Xshare/apps/kdisplay/color-schemes/QNiX-Yellow.kcsrc Xshare/apps/kdisplay/color-schemes/QNiX-Marine.kcsrc Xshare/apps/kstyle/themes/qnix.themerc Xlib/kde2/libkwinqnix_config.la Xlib/kde2/libkwinqnix_config.so Xlib/kde2/libkwinqnix.la Xlib/kde2/libkwinqnix.so Xlib/qnixstyle.la Xlib/qnixstyle.so END-of-./pkg-plist echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- admin/Makefile.common.orig Fri Nov 16 19:23:34 2001 X+++ admin/Makefile.common Fri Nov 16 19:24:53 2001 X@@ -17,9 +17,9 @@ X $(MAKE) -f Makefile.am top_srcdir=. configure.in ;\ X fi X @echo "*** Creating aclocal.m4" X- @aclocal X+ @aclocal14 X @echo "*** Creating configure" X- @autoconf X+ @autoconf213 X @if test -r configure.in.in ; then \ X perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\ X then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\ X@@ -32,10 +32,10 @@ X @perl -pi -e 'if (/\[\/\$$\]\*. INSTALL=/) { print $$_ ; $$_ = "\"\") ;;\n"; }' configure X @if egrep "^AM_CONFIG_HEADER" configure.in >/dev/null 2>&1; then \ X echo "*** Creating config.h template" ;\ X- autoheader ;\ X+ autoheader213 ;\ X fi X @echo "*** Creating Makefile templates" X- @automake X+ @automake14 X @echo "*** Postprocessing Makefile templates" X @perl admin/am_edit X @if egrep "^cvs-local:" Makefile.am >/dev/null; then \ X@@ -54,11 +54,11 @@ X @if test -r configure.in.in; then \ X $(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \ X fi ;\ X- aclocal; \ X- autoheader; \ X- automake --foreign --include-deps; \ X+ aclocal14; \ X+ autoheader213; \ X+ automake14 --foreign --include-deps; \ X perl admin/am_edit; \ X- autoconf; \ X+ autoconf213; \ X if test -r configure.in.in ; then \ X perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\ X then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\ END-of-./files/patch-aa echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XA QNX-like theme for KDE END-of-./pkg-descr exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 21: 9: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 8B17437B405; Fri, 16 Nov 2001 21:09:19 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH4xR766640; Fri, 16 Nov 2001 20:59:27 -0800 (PST) (envelope-from pat) Date: Fri, 16 Nov 2001 20:59:27 -0800 (PST) From: Message-Id: <200111170459.fAH4xR766640@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, keith@FreeBSD.org Subject: Re: ports/31912: Update port: chinese/ghostscript6 to 6.52 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: chinese/ghostscript6 to 6.52 Responsible-Changed-From-To: freebsd-ports->keith Responsible-Changed-By: pat Responsible-Changed-When: Fri Nov 16 20:58:17 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31912 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 21: 9: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 B35D837B41C; Fri, 16 Nov 2001 21:09:20 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH56Z870566; Fri, 16 Nov 2001 21:06:35 -0800 (PST) (envelope-from pat) Date: Fri, 16 Nov 2001 21:06:35 -0800 (PST) From: Message-Id: <200111170506.fAH56Z870566@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/32055: kdelibs-2.2.1 build throws up on libxml/globals.h Sender: owner-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: kdelibs-2.2.1 build throws up on libxml/globals.h Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: pat Responsible-Changed-When: Fri Nov 16 21:05:31 PST 2001 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32055 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 16 21: 9: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 5DBB637B416; Fri, 16 Nov 2001 21:09:22 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH51lu66957; Fri, 16 Nov 2001 21:01:47 -0800 (PST) (envelope-from pat) Date: Fri, 16 Nov 2001 21:01:47 -0800 (PST) From: Message-Id: <200111170501.fAH51lu66957@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, keith@FreeBSD.org Subject: Re: ports/31916: update port: chinese/moefonts-cid for pkg-install make error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update port: chinese/moefonts-cid for pkg-install make error Responsible-Changed-From-To: freebsd-ports->keith Responsible-Changed-By: pat Responsible-Changed-When: Fri Nov 16 21:01:01 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31916 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 0:10:29 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 EA1DD37B405; Sat, 17 Nov 2001 00:10:24 -0800 (PST) Received: (from uucp@localhost) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) id fAH8A9T28656; Sat, 17 Nov 2001 09:10:09 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.6/8.11.3) id fAH7owR22315; Sat, 17 Nov 2001 08:50:58 +0100 (CET) (envelope-from andreas) Date: Sat, 17 Nov 2001 08:50:58 +0100 From: Andreas Klemm To: Marcel Moolenaar Cc: Cyrille Lefevre , "David O'Brien" , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011117075058.GA21776@titan.klemm.gtn.com> References: <20011115211037.B721@dhcp01.pn.xcllnt.net> <200111161203.fAGC3FI05149@gits.dyndns.org> <20011116184522.A528@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20011116184522.A528@athlon.pn.xcllnt.net> User-Agent: Mutt/1.3.23.1i X-Operating-System: FreeBSD 4.4-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 16, 2001 at 06:45:22PM -0800, Marcel Moolenaar wrote: > On Fri, Nov 16, 2001 at 01:03:15PM +0100, Cyrille Lefevre wrote: > > >=20 > > > We don't need ports for that. People have all the freedom to > > > remove and install packages to tweak the environment for their > > > needs. The port is kept clean especially for that reason. > >=20 > > are you saying me that if I want staroffice-6, I have to get rid > > of linux_base-6, to install linux_base-7 and to tweak it myself > > to make linux_netscape working fine ? are you serious... >=20 > staroffice-6 works with linux_base-6, so there's no tweaking > involved. In cases where people really need linux_base-7 for > one application and really need linux_base-7 for another, > they need to tweak. Well, could we then agree upon, to change staroffice60 port dependencies to linux_base or linux_base or linux_base-62 ? BTW, could we upgrade the port linux_base to match linux_base-62 and get rid of linux_base-62 ??? Andreas /// --=20 Andreas Klemm - Powered by FreeBSD Need a magic printfilter today ? http://www.apsfilter.org/ Songs from our band >> 64Bits << http://members.aol.com/II64BitsII/ Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.ht= ml --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE79hbid3o+lGxvbLoRAj3EAKCAXJgZmnhu44jmPGw1CcjDL6JPmgCfaidR mjUY6mLMubuqT/r7/2pAGd8= =T4je -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 2:29: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 28D1137B417; Sat, 17 Nov 2001 02:29:20 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHAPEE09740; Sat, 17 Nov 2001 02:25:14 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 02:25:14 -0800 (PST) From: Message-Id: <200111171025.fAHAPEE09740@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/32050: Update port: editors/biew to 5.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: editors/biew to 5.3.0 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Nov 17 02:25:01 PST 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32050 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 2:50: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 E1D3E37B41A for ; Sat, 17 Nov 2001 02:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHAo0211283; Sat, 17 Nov 2001 02:50:00 -0800 (PST) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 6292B37B405 for ; Sat, 17 Nov 2001 02:41:11 -0800 (PST) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id fAHAf8l14529 for ; Sat, 17 Nov 2001 11:41:09 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id fAHAf8912429 for ; Sat, 17 Nov 2001 11:41:08 +0100 (MET) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.1/8.12.1/Siemens CERT [ $Revision: 1.18 ]) with ESMTP id fAHAf8hK016836 for ; Sat, 17 Nov 2001 11:41:08 +0100 (CET) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.10 ]) with ESMTP id fAHAf8hr029839 for ; Sat, 17 Nov 2001 11:41:08 +0100 (CET) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.2 ]) id fAHAf8NI029838; Sat, 17 Nov 2001 11:41:08 +0100 (CET) Message-Id: <200111171041.fAHAf8NI029838@reims.mchp.siemens.de> Date: Sat, 17 Nov 2001 11:41:08 +0100 (CET) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32057: maintainer-update of security/nessus-*-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: 32057 >Category: ports >Synopsis: maintainer-update of security/nessus-*-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 17 02:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.4-STABLE FreeBSD 4.4-STABLE #24: Fri Nov 16 10:16:38 CET 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Maintainer update of the nessus-devel ports to version 1.1.9 >How-To-Repeat: >Fix: diff -ruN --exclude=CVS nessus-libraries-devel/Makefile /usr/ports/security/nessus-libraries-devel/Makefile --- nessus-libraries-devel/Makefile Sat Nov 17 11:36:08 2001 +++ /usr/ports/security/nessus-libraries-devel/Makefile Tue Oct 30 14:51:15 2001 @@ -4,7 +4,7 @@ # PORTNAME= nessus-libraries-devel -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.8 CATEGORIES= security MASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \ ftp://ftp.nessus.org/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \ diff -ruN --exclude=CVS nessus-libraries-devel/distinfo /usr/ports/security/nessus-libraries-devel/distinfo --- nessus-libraries-devel/distinfo Sat Nov 17 08:56:41 2001 +++ /usr/ports/security/nessus-libraries-devel/distinfo Tue Oct 30 14:51:15 2001 @@ -1 +1 @@ -MD5 (nessus/nessus-libraries-1.1.9.tar.gz) = e29bf647771ba434ff7aaf6d9c30b8ab +MD5 (nessus/nessus-libraries-1.1.8.tar.gz) = c3e0bbca7d90b6cc9606d11c858f6469 diff -ruN --exclude=CVS nessus-libnasl-devel/Makefile /usr/ports/security/nessus-libnasl-devel/Makefile --- nessus-libnasl-devel/Makefile Sat Nov 17 11:37:08 2001 +++ /usr/ports/security/nessus-libnasl-devel/Makefile Tue Oct 30 14:51:15 2001 @@ -4,7 +4,7 @@ # PORTNAME= nessus-libnasl-devel -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.8 CATEGORIES= security MASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \ ftp://ftp.nessus.org/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \ diff -ruN --exclude=CVS nessus-libnasl-devel/distinfo /usr/ports/security/nessus-libnasl-devel/distinfo --- nessus-libnasl-devel/distinfo Sat Nov 17 08:56:41 2001 +++ /usr/ports/security/nessus-libnasl-devel/distinfo Tue Oct 30 14:51:15 2001 @@ -1 +1 @@ -MD5 (nessus/libnasl-1.1.9.tar.gz) = 08c7a3d77c56ff2684dbc9df023668e1 +MD5 (nessus/libnasl-1.1.8.tar.gz) = 154412f54f90f952994059205293c24f diff -ruN --exclude=CVS nessus-libnasl-devel/files/patch-ab /usr/ports/security/nessus-libnasl-devel/files/patch-ab --- nessus-libnasl-devel/files/patch-ab Sat Nov 17 11:21:29 2001 +++ /usr/ports/security/nessus-libnasl-devel/files/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ ---- nasl/nasl.c.orig Tue Nov 6 14:38:40 2001 -+++ nasl/nasl.c Sat Nov 17 11:06:13 2001 -@@ -112,7 +112,9 @@ - Command-line options - ---------------------------------------------*/ - -+#ifndef __FreeBSD__ - optind = 0; -+#endif - while((i = getopt(argc, argv, "hvt:"))!=EOF) - switch(i) - { diff -ruN --exclude=CVS nessus-devel/Makefile /usr/ports/security/nessus-devel/Makefile --- nessus-devel/Makefile Sat Nov 17 11:38:00 2001 +++ /usr/ports/security/nessus-devel/Makefile Tue Oct 30 14:51:15 2001 @@ -4,7 +4,7 @@ # PORTNAME= nessus-devel -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.8 CATEGORIES= security MASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \ ftp://ftp.nessus.org/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \ diff -ruN --exclude=CVS nessus-devel/distinfo /usr/ports/security/nessus-devel/distinfo --- nessus-devel/distinfo Sat Nov 17 08:56:41 2001 +++ /usr/ports/security/nessus-devel/distinfo Tue Oct 30 14:51:15 2001 @@ -1 +1 @@ -MD5 (nessus/nessus-core-1.1.9.tar.gz) = 5f50d675ea590c44a1e13e3e11e087bd +MD5 (nessus/nessus-core-1.1.8.tar.gz) = cd374aa14aefe19d6f44c7439e2d768a diff -ruN --exclude=CVS nessus-plugins-devel/Makefile /usr/ports/security/nessus-plugins-devel/Makefile --- nessus-plugins-devel/Makefile Sat Nov 17 11:38:49 2001 +++ /usr/ports/security/nessus-plugins-devel/Makefile Tue Oct 30 14:51:15 2001 @@ -4,7 +4,7 @@ # PORTNAME= nessus-plugins-devel -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.8 CATEGORIES= security MASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \ ftp://ftp.nessus.org/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \ diff -ruN --exclude=CVS nessus-plugins-devel/distinfo /usr/ports/security/nessus-plugins-devel/distinfo --- nessus-plugins-devel/distinfo Sat Nov 17 08:56:41 2001 +++ /usr/ports/security/nessus-plugins-devel/distinfo Tue Oct 30 14:51:15 2001 @@ -1 +1 @@ -MD5 (nessus/nessus-plugins-1.1.9.tar.gz) = 2547b99af26b7c4fd39c6b939ce9ed5c +MD5 (nessus/nessus-plugins-1.1.8.tar.gz) = 6b598fb86b2c2b4e1fedf51d9b9011ad diff -ruN --exclude=CVS nessus-plugins-devel/pkg-plist /usr/ports/security/nessus-plugins-devel/pkg-plist --- nessus-plugins-devel/pkg-plist Sat Nov 17 08:56:41 2001 +++ /usr/ports/security/nessus-plugins-devel/pkg-plist Tue Oct 30 14:51:15 2001 @@ -6,7 +6,6 @@ lib/nessus/plugins/BEA_weblogic_Reveal_Script_Code.nasl lib/nessus/plugins/ColdFusion.nasl lib/nessus/plugins/DDI_Unprotected_SiteScope.nasl -lib/nessus/plugins/DDI_Unprotected_PCanywhere.nasl lib/nessus/plugins/ExAir_dos_advsearch.nasl lib/nessus/plugins/ExAir_dos_query.nasl lib/nessus/plugins/ExAir_dos_search.nasl @@ -94,7 +93,6 @@ lib/nessus/plugins/cayman_any_username.nasl lib/nessus/plugins/cdk.nasl lib/nessus/plugins/cern_httpd_path.nasl -lib/nessus/plugins/cf_debug.nasl lib/nessus/plugins/cfinger_format_bug.nasl lib/nessus/plugins/cfinger_search.nasl lib/nessus/plugins/cfinger_version.nasl @@ -243,7 +241,6 @@ lib/nessus/plugins/i2odialogd.nasl lib/nessus/plugins/iChat.nasl lib/nessus/plugins/iParty.nasl -lib/nessus/plugins/ibm_server_code.nasl lib/nessus/plugins/icat.nasl lib/nessus/plugins/icecap_default_pw.nasl lib/nessus/plugins/icecast_overflow.nasl @@ -285,7 +282,6 @@ lib/nessus/plugins/imap4_rev1_overflow.nasl lib/nessus/plugins/imap_overflow.nasl lib/nessus/plugins/imate_overflow.nasl -lib/nessus/plugins/imp_session_hijacking.nasl lib/nessus/plugins/in_fingerd.nasl lib/nessus/plugins/info2www.nasl lib/nessus/plugins/infosrch.nasl @@ -308,7 +304,6 @@ lib/nessus/plugins/krb_pingpong.nasl lib/nessus/plugins/kuang2_the_virus.nasl lib/nessus/plugins/kw_whois.nasl -lib/nessus/plugins/labrea.nasl lib/nessus/plugins/land.nasl lib/nessus/plugins/lcdproc_buffer_overflow.nasl lib/nessus/plugins/lcdproc_detect.nasl @@ -321,7 +316,6 @@ lib/nessus/plugins/listrec.nasl lib/nessus/plugins/lotus_envid.nasl lib/nessus/plugins/lotus_esmtp_overflow.nasl -lib/nessus/plugins/lotus_notes_openserver_disclosure.nasl lib/nessus/plugins/lpd_overflow.nasl lib/nessus/plugins/mailman_webmail.nasl lib/nessus/plugins/mailnews.nasl @@ -655,7 +649,6 @@ lib/nessus/plugins/snmp_lanman_shares.nasl lib/nessus/plugins/snmp_lanman_users.nasl lib/nessus/plugins/snmp_processes.nasl -lib/nessus/plugins/snmp_sysDesc.nasl lib/nessus/plugins/snmp_vacm.nasl lib/nessus/plugins/sojourn.nasl lib/nessus/plugins/spinclient.nasl @@ -681,6 +674,7 @@ lib/nessus/plugins/sygate_remote_control.nasl lib/nessus/plugins/systat.nasl lib/nessus/plugins/tcp_chorusing.nasl +lib/nessus/plugins/tcp_syn_scan.nasl lib/nessus/plugins/teardrop.nasl lib/nessus/plugins/technote.nasl lib/nessus/plugins/telnet.nasl >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 Nov 17 4:30: 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 32A7C37B417 for ; Sat, 17 Nov 2001 04:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHCU3k32412; Sat, 17 Nov 2001 04:30:03 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Nov 2001 04:30:03 -0800 (PST) Message-Id: <200111171230.fAHCU3k32412@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: SADA Kenji Subject: Re: ports/31596: [MAINTAINERUPDATE]: emulators/xmame Reply-To: SADA Kenji Sender: owner-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/31596; it has been noted by GNATS. From: SADA Kenji To: freebsd-gnats-submit@FreeBSD.org, stijn@win.tue.nl Cc: Subject: Re: ports/31596: [MAINTAINERUPDATE]: emulators/xmame Date: Sat, 17 Nov 2001 21:24:16 +0900 Isn't it need PORTREVISION defined ? -- SADA Kenji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 4:49: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 6C11237B416; Sat, 17 Nov 2001 04:49:20 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHClMt33610; Sat, 17 Nov 2001 04:47:22 -0800 (PST) (envelope-from olgeni) Date: Sat, 17 Nov 2001 04:47:22 -0800 (PST) From: Message-Id: <200111171247.fAHClMt33610@freefall.freebsd.org> To: olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org, olgeni@FreeBSD.org Subject: Re: ports/32057: maintainer-update of security/nessus-*-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update of security/nessus-*-devel Responsible-Changed-From-To: freebsd-ports->olgeni Responsible-Changed-By: olgeni Responsible-Changed-When: Sat Nov 17 04:46:35 PST 2001 Responsible-Changed-Why: The patch is reversed but I'll figure it out :o) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32057 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 4:59: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 5C6FD37B405; Sat, 17 Nov 2001 04:59:24 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHCpiC33976; Sat, 17 Nov 2001 04:51:44 -0800 (PST) (envelope-from olgeni) Date: Sat, 17 Nov 2001 04:51:44 -0800 (PST) From: Message-Id: <200111171251.fAHCpiC33976@freefall.freebsd.org> To: simon@smarlow.com, olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org, olgeni@FreeBSD.org Subject: Re: ports/32001: Update lang/ghc to 5.02.1 (REPLACES PR ports/30910) Sender: owner-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 lang/ghc to 5.02.1 (REPLACES PR ports/30910) State-Changed-From-To: open->analyzed State-Changed-By: olgeni State-Changed-When: Sat Nov 17 04:49:15 PST 2001 State-Changed-Why: Waiting for repocopy (lang/ghc -> lang/ghc4). Responsible-Changed-From-To: freebsd-ports->olgeni Responsible-Changed-By: olgeni Responsible-Changed-When: Sat Nov 17 04:49:15 PST 2001 Responsible-Changed-Why: I'll take this (I swear that I'll be faster this time :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 5: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 C222B37B416 for ; Sat, 17 Nov 2001 05:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHDe2P48151; Sat, 17 Nov 2001 05:40:02 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Nov 2001 05:40:02 -0800 (PST) Message-Id: <200111171340.fAHDe2P48151@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: SADA Kenji Subject: Re: ports/27805: New port: SQL-Ledger Accounting Reply-To: SADA Kenji Sender: owner-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/27805; it has been noted by GNATS. From: SADA Kenji To: freebsd-gnats-submit@FreeBSD.org, dsimader@sql-ledger.org Cc: Subject: Re: ports/27805: New port: SQL-Ledger Accounting Date: Sat, 17 Nov 2001 22:40:42 +0900 Is the category ``deskutils'' valid ? Not ``databases'' ? -- SADA Kenji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 5: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 D18F437B417; Sat, 17 Nov 2001 05:49:29 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHDlZI49172; Sat, 17 Nov 2001 05:47:35 -0800 (PST) (envelope-from dd) Date: Sat, 17 Nov 2001 05:47:35 -0800 (PST) From: Message-Id: <200111171347.fAHDlZI49172@freefall.freebsd.org> To: dd@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/32056: New Port: emulators/adamem Sender: owner-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/adamem Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: dd Responsible-Changed-When: Sat Nov 17 05:47:21 PST 2001 Responsible-Changed-Why: ports pr http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32056 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 5: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 5B15337B418; Sat, 17 Nov 2001 05:49:30 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHDkmB48919; Sat, 17 Nov 2001 05:46:48 -0800 (PST) (envelope-from dd) Date: Sat, 17 Nov 2001 05:46:48 -0800 (PST) From: Message-Id: <200111171346.fAHDkmB48919@freefall.freebsd.org> To: dd@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31991: [patch] fix for devel\linguist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Old Synopsis: New Synopsis: [patch] fix for devel\linguist Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: dd Responsible-Changed-When: Sat Nov 17 05:45:50 PST 2001 Responsible-Changed-Why: ports pr http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31991 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 8: 9: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 A163737B416; Sat, 17 Nov 2001 08:09:20 -0800 (PST) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHG7MU51066; Sat, 17 Nov 2001 08:07:22 -0800 (PST) (envelope-from tom) Date: Sat, 17 Nov 2001 08:07:22 -0800 (PST) From: Message-Id: <200111171607.fAHG7MU51066@freefall.freebsd.org> To: sa264@cam.ac.uk, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix bugs in net/generic-nqs. Now it really works! State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Sat Nov 17 08:07:02 PST 2001 State-Changed-Why: Committed - thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31208 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 9: 9:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B024537B417; Sat, 17 Nov 2001 09:09:26 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHH2Ex59641; Sat, 17 Nov 2001 09:02:14 -0800 (PST) (envelope-from petef) Date: Sat, 17 Nov 2001 09:02:14 -0800 (PST) From: Message-Id: <200111171702.fAHH2Ex59641@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/30573: /usr/X11R6/bin/xfce_setup does not create .xsession and .Xclients files correctly Sender: owner-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/X11R6/bin/xfce_setup does not create .xsession and .Xclients files correctly Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: petef Responsible-Changed-When: Sat Nov 17 07:39:42 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30573 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 9: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 045AD37B416 for ; Sat, 17 Nov 2001 09:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHHe1q74169; Sat, 17 Nov 2001 09:40:01 -0800 (PST) (envelope-from gnats) Received: from moon.infolab.ne.jp (moon.infolab.ne.jp [210.166.231.66]) by hub.freebsd.org (Postfix) with ESMTP id E494037B405 for ; Sat, 17 Nov 2001 09:37:18 -0800 (PST) Received: by moon.infolab.ne.jp (8.11.3/3.7W-tym-1.2) id fAHHbCd73984; Sun, 18 Nov 2001 02:37:12 +0900 (JST) Message-Id: <200111171737.fAHHbCd73984@moon.infolab.ne.jp> Date: Sun, 18 Nov 2001 02:37:12 +0900 (JST) From: HATANOU Tomomi Reply-To: hatanou@infolab.ne.jp To: FreeBSD-gnats-submit@freebsd.org Cc: hatanou@tym.infolab.ne.jp X-Send-Pr-Version: 3.113 Subject: ports/32060: New port: mkfile(8) for FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32060 >Category: ports >Synopsis: New port: mkfile(8) for FreeBSD >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 Nov 17 09:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: HATANOU Tomomi >Release: FreeBSD 4.3-RELEASE i386 >Organization: Infolab. >Environment: System: FreeBSD moon.tym.infolab.ne.jp 4.3-RELEASE FreeBSD 4.3-RELEASE #6: Tue Sep 11 16:40:06 JST 2001 hatanou@moon.tym.infolab.ne.jp:/usr/src/sys/compile/MOON i386 >Description: mkfile(8) command, which is useful for creating swap files, etc. Original source archive installs binary into /usr/sbin. This port installs in ${PREFIX}/sbin. >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: # # mkfile # mkfile/Makefile # mkfile/distinfo # mkfile/pkg-comment # mkfile/pkg-descr # mkfile/pkg-plist # mkfile/files # mkfile/files/patch-aa # echo c - mkfile mkdir -p mkfile > /dev/null 2>&1 echo x - mkfile/Makefile sed 's/^X//' >mkfile/Makefile << 'END-of-mkfile/Makefile' X# New ports collection makefile for: mkfile X# Date created: 18 November 2001 X# Whom: HATANOU Tomomi X# X# $FreeBSD$ X# X XPORTNAME= mkfile XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= http://www.infolab.ne.jp/~hatanou/freebsd/mkfile/ XDISTNAME= mkfile X XMAINTAINER= hatanou@infolab.ne.jp X XMAN8= mkfile.8 XMANCOMPRESSED= yes X X.include END-of-mkfile/Makefile echo x - mkfile/distinfo sed 's/^X//' >mkfile/distinfo << 'END-of-mkfile/distinfo' XMD5 (mkfile.tar.gz) = 7770d43b132f35f21cec325db4840da9 END-of-mkfile/distinfo echo x - mkfile/pkg-comment sed 's/^X//' >mkfile/pkg-comment << 'END-of-mkfile/pkg-comment' XCreate a file END-of-mkfile/pkg-comment echo x - mkfile/pkg-descr sed 's/^X//' >mkfile/pkg-descr << 'END-of-mkfile/pkg-descr' Xmkfile(8) command for FreeBSD, found in SunOS. Xmkfile(8) creates one or more files that are suitable for swap area. X X---- XHATANOU Tomomi Xhatanou@infolab.ne.jp END-of-mkfile/pkg-descr echo x - mkfile/pkg-plist sed 's/^X//' >mkfile/pkg-plist << 'END-of-mkfile/pkg-plist' Xsbin/mkfile END-of-mkfile/pkg-plist echo c - mkfile/files mkdir -p mkfile/files > /dev/null 2>&1 echo x - mkfile/files/patch-aa sed 's/^X//' >mkfile/files/patch-aa << 'END-of-mkfile/files/patch-aa' X--- Makefile.dist Fri Nov 16 14:50:21 2001 X+++ Makefile Fri Nov 16 14:54:44 2001 X@@ -1,7 +1,8 @@ X # X # @(#)Makefile 1.1 (HATANOU Tomomi) 2001/06/22 X # X-BINDIR?= /usr/sbin X+BINDIR= ${PREFIX}/sbin X+MANDIR= ${PREFIX}/man/man X PROG= mkfile X MAN8= mkfile.8 X END-of-mkfile/files/patch-aa 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 Nov 17 9:58:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from fepF.post.tele.dk (fepF.post.tele.dk [195.41.46.135]) by hub.freebsd.org (Postfix) with ESMTP id D858737B405 for ; Sat, 17 Nov 2001 09:58:51 -0800 (PST) Received: from there ([62.243.124.243]) by fepF.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20011117175850.FZCL1982.fepF.post.tele.dk@there> for ; Sat, 17 Nov 2001 18:58:50 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Bjarne Wichmann Petersen To: freebsd-ports@freebsd.org Subject: x11-toolkits/gal will not compile Date: Sat, 17 Nov 2001 18:59:09 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011117175850.FZCL1982.fepF.post.tele.dk@there> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm trying to install GAIM but the process stops around gal: cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -DGAL_GLADEDIR=\"/usr/X11R6/share/gnome/gal/0.18/glade\" -DGAL_IMAGESDIR=\"/usr/X11R6/share/gnome/pixmaps/gal/categories\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=k6 -I/usr/X11R6/include -Wall -Wunused -c e-gui-utils.c -fPIC -DPIC -o .libs/e-gui-utils.lo e-gui-utils.c:33: gdk-pixbuf/gnome-canvas-pixbuf.h: No such file or directory gmake[3]: *** [e-gui-utils.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.18/gal/widgets' The gdk-pixbuf I'm using is 0.13.0_1 Am I doing something wrong or is there some bugs in here? Bjarne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 10: 9: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 411BB37B417; Sat, 17 Nov 2001 10:09:22 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHI6NE79833; Sat, 17 Nov 2001 10:06:23 -0800 (PST) (envelope-from okazaki) Date: Sat, 17 Nov 2001 10:06:23 -0800 (PST) From: Message-Id: <200111171806.fAHI6NE79833@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, DougB@FreeBSD.org Subject: Re: ports/31936: Minor change to bind8 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: Minor change to bind8 port Responsible-Changed-From-To: freebsd-ports->DougB Responsible-Changed-By: okazaki Responsible-Changed-When: Sat Nov 17 10:05:09 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31936 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 10:10: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 3630337B417 for ; Sat, 17 Nov 2001 10:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHIA1U80426; Sat, 17 Nov 2001 10:10:01 -0800 (PST) (envelope-from gnats) Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 5252E37B435 for ; Sat, 17 Nov 2001 10:04:22 -0800 (PST) Received: (qmail 42304 invoked by uid 100); 17 Nov 2001 18:04:21 -0000 Message-Id: <20011117180421.42303.qmail@guru.mired.org> Date: 17 Nov 2001 18:04:21 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32061: New port: keylaunch Sender: owner-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: 32061 >Category: ports >Synopsis: New port: keylaunch >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: Sat Nov 17 10:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.4-STABLE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.4-STABLE FreeBSD 4.4-STABLE #4: Mon Oct 29 18:17:27 CST 2001 mwm@guru.mired.org:/usr/src/sys/compile/ATHLON i386 >Description: The tool keylaunch isn't in the ports collection, and should be. >How-To-Repeat: "make search key=keylaunch" in /usr/ports, and note it isn't there. >Fix: Commit the attached port. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # keylaunch # keylaunch/Makefile # keylaunch/pkg-plist # keylaunch/pkg-descr # keylaunch/pkg-comment # keylaunch/distinfo # keylaunch/files # keylaunch/files/patch-Makefile # keylaunch/pkg-message # echo c - keylaunch mkdir -p keylaunch > /dev/null 2>&1 echo x - keylaunch/Makefile sed 's/^X//' >keylaunch/Makefile << 'END-of-keylaunch/Makefile' X# New ports collection makefile for: keylaunch X# Date created: Sat Nov 17 10:10:07 CDT 2001 X# Whom: mwm@mired.org X# X# $FreeBSD: $ X# X XPORTNAME= keylaunch XPORTVERSION= 1.3.0 XCATEGORIES= x11-wm XMASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/ X XMAINTAINER= mwm@mired.org X XWRKSRC= ${WRKDIR}/keylaunch XUSE_X_PREFIX= yes XUSE_GMAKE= yes X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/example_rc ${PREFIX}/share/examples/keylaunch.rc X Xpost-install: X @strip ${PREFIX}/bin/keylaunch X @sed -e 's;/usr/X11R6;${PREFIX};g' ${PKGMESSAGE} X X.include END-of-keylaunch/Makefile echo x - keylaunch/pkg-plist sed 's/^X//' >keylaunch/pkg-plist << 'END-of-keylaunch/pkg-plist' Xbin/keylaunch Xshare/examples/keylaunch.rc END-of-keylaunch/pkg-plist echo x - keylaunch/pkg-descr sed 's/^X//' >keylaunch/pkg-descr << 'END-of-keylaunch/pkg-descr' XAn X utility for binding commands to a hot key. END-of-keylaunch/pkg-descr echo x - keylaunch/pkg-comment sed 's/^X//' >keylaunch/pkg-comment << 'END-of-keylaunch/pkg-comment' XAn X utility for binding commands to a hot key END-of-keylaunch/pkg-comment echo x - keylaunch/distinfo sed 's/^X//' >keylaunch/distinfo << 'END-of-keylaunch/distinfo' XMD5 (keylaunch-1.3.0.tar.gz) = f4f7e73d84a635b5aa2fb1738a3f965f END-of-keylaunch/distinfo echo c - keylaunch/files mkdir -p keylaunch/files > /dev/null 2>&1 echo x - keylaunch/files/patch-Makefile sed 's/^X//' >keylaunch/files/patch-Makefile << 'END-of-keylaunch/files/patch-Makefile' X--- Makefile.orig Mon May 21 17:23:17 2001 X+++ Makefile Sat Nov 17 11:46:47 2001 X@@ -1,6 +1,4 @@ X-CC = gcc X-CFLAGS = -g -O2 -Wall X-XROOT = /usr/X11 X+XROOT = $(X11BASE) X INCLUDES = -I$(XROOT)/include X LIBS = -lX11 X LDPATH = -L$(XROOT)/lib END-of-keylaunch/files/patch-Makefile echo x - keylaunch/pkg-message sed 's/^X//' >keylaunch/pkg-message << 'END-of-keylaunch/pkg-message' XSee /usr/X11R6/share/examples/keylaunch.rc for a sample configuration. END-of-keylaunch/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 10:50: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 8152D37B416 for ; Sat, 17 Nov 2001 10:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHIo1W87448; Sat, 17 Nov 2001 10:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E148237B405 for ; Sat, 17 Nov 2001 10:48:37 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHImbb87204; Sat, 17 Nov 2001 10:48:37 -0800 (PST) (envelope-from nobody) Message-Id: <200111171848.fAHImbb87204@freefall.freebsd.org> Date: Sat, 17 Nov 2001 10:48:37 -0800 (PST) From: James Halstead To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32062: Update print/cups to 1.1.12 [MAINTAINER UPDATE] Sender: owner-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: 32062 >Category: ports >Synopsis: Update print/cups to 1.1.12 [MAINTAINER UPDATE] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 17 10:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: James Halstead >Release: 4-STABLE >Organization: >Environment: 4-STABLE >Description: Bring the cups port up to newest version. This Pr obseletes ports/31907 (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/31907) Whoever commites this patch please also close that pr. >How-To-Repeat: >Fix: All files are located here: http://www.rit.edu/~jah4007/FreeBSD/cups/ *NOTE* DO _NOT_ apply the patches from the previous pr! This patch set is against the version currently in ports tree. Remove old patch-* files from print/cups/files. Copy the new patch-* files from url above. apply the cups.patch. Any problems please send me email directly. >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 Nov 17 11: 0: 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 8844237B405 for ; Sat, 17 Nov 2001 11:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHJ02M88618; Sat, 17 Nov 2001 11:00:02 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Nov 2001 11:00:02 -0800 (PST) Message-Id: <200111171900.fAHJ02M88618@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: James Halstead Subject: Re: ports/31907: Cups: 0MAINTAINER UPDATE Reply-To: James Halstead Sender: owner-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/31907; it has been noted by GNATS. From: James Halstead To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/31907: Cups: 0MAINTAINER UPDATE Date: 17 Nov 2001 23:55:58 +0500 This pr has been obseleted by ports/32062 http://www.freebsd.org/cgi/query-pr.cgi?pr=32062 Please close this pr. Thanks, James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 11:10: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 8AF0237B419 for ; Sat, 17 Nov 2001 11:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHJA0H92900; Sat, 17 Nov 2001 11:10:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CFFA37B416 for ; Sat, 17 Nov 2001 11:01:09 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHJ19B88863; Sat, 17 Nov 2001 11:01:09 -0800 (PST) (envelope-from nobody) Message-Id: <200111171901.fAHJ19B88863@freefall.freebsd.org> Date: Sat, 17 Nov 2001 11:01:09 -0800 (PST) From: Daichi GOTO To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32063: patch for /usr/ports/java/linux-jdk about Japanese font representation Sender: owner-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: 32063 >Category: ports >Synopsis: patch for /usr/ports/java/linux-jdk about Japanese font representation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 17 11:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Daichi GOTO >Release: FreeBSD 4.4 >Organization: ONGS >Environment: FreeBSD brave.vnet 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sun Oct 28 08:41:50 JST 2001 >Description: Linux JDK122(/usr/ports/java/linux-jdk) cannot display Japanese fonts because of their font.properties.ja file. >How-To-Repeat: Install Linux JDK122(/usr/ports/java/linux-jdk) and run as follow: % setenv JAVA_HOME /usr/local/linux-jdk1.2.2 % setenv PATH $JAVA_HOME/bin:$PATH % cd /usr/local/linux-jdk1.2.2/demo/jfc/Notepad/ % java -jar Notepad.jar --> and open Japenese file. You will see boxes instead of Japanese strings. >Fix: diff -crN linux-jdk.orig/files/patch-ac linux-jdk/files/patch-ac *** linux-jdk.orig/files/patch-ac Sun Nov 18 01:20:52 2001 --- linux-jdk/files/patch-ac Sun Nov 18 03:53:43 2001 *************** *** 0 **** --- 1,263 ---- + --- jre/lib/font.properties.ja.orig Sun Nov 18 02:01:50 2001 + +++ jre/lib/font.properties.ja Fri Jan 28 08:19:10 2000 + @@ -0,0 +1,260 @@ + +# + +# @(#)font.properties 1.12 98/10/22 + +# + +# Copyright 1998 by Sun Microsystems, Inc., + +# 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. + +# All rights reserved. + +# + +# This software is the confidential and proprietary information + +# of Sun Microsystems, Inc. ("Confidential Information"). You + +# shall not disclose such Confidential Information and shall use + +# it only in accordance with the terms of the license agreement + +# you entered into with Sun. + +# + + + +# + +# Japanese AWT Font default Properties for FreeBSD + +# + + + +# Serif font definition + +# + +serif.0=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 + +serif.1=-*-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +serif.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +serif.3=-*-symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +serif.italic.0=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 + +serif.italic.1=-*-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +serif.italic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +serif.italic.3=-*-symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +serif.bold.0=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 + +serif.bold.1=-*-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +serif.bold.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +serif.bold.3=-*-symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +serif.bolditalic.0=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 + +serif.bolditalic.1=-*-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +serif.bolditalic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +serif.bolditalic.3=-*-symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +# SansSerif font definition + +# + +sansserif.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 + +sansserif.1=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +sansserif.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +sansserif.3=-*-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=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +sansserif.italic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +sansserif.italic.3=-*-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=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +sansserif.bold.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +sansserif.bold.3=-*-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=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +sansserif.bolditalic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +sansserif.bolditalic.3=-*-symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +# Monospaced font definition + +# + +monospaced.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + +monospaced.1=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +monospaced.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +monospaced.3=-*-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=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +monospaced.italic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +monospaced.italic.3=-*-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=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +monospaced.bold.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +monospaced.bold.3=-*-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=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +monospaced.bolditalic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +monospaced.bolditalic.3=-*-symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +# Dialog font definition + +# + +dialog.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 + +dialog.1=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialog.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +dialog.3=-*-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=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialog.italic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +dialog.italic.3=-*-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=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialog.bold.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +dialog.bold.3=-*-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=-*-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialog.bolditalic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +dialog.bolditalic.3=-*-symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +# DialogInput font definition + +# + +dialoginput.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + +dialoginput.1=-*-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialoginput.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +dialoginput.3=-*-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=-*-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialoginput.italic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +dialoginput.italic.3=-*-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=-*-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialoginput.bold.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +dialoginput.bold.3=-*-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=-*-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialoginput.bolditalic.2=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific + +dialoginput.bolditalic.3=-*-symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +# Default font definition + +# + +default.char=274f + + + +# name aliases + +# + +alias.timesroman=serif + +alias.helvetica=sansserif + +alias.courier=monospaced + + + +# for backward compatibility + +zapfdingbats.0=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +# Static FontCharset info. + +# + +# This information is used by the font which is not indexed by Unicode. + +# Such fonts can use their own subclass of FontCharset. + +# + +# This information can be overriden by describing more specific style. + +# For example + +# + +# fontcharset.serif.plain.3=SpecialSymbols + +# means serif.plain.3 font's index can be retrieved with the convert() method + +# of instance of SpecialSymbols and what kind of characters serif.plain.3 font + +# has can be judged with the isCovered() method of instance of SpecialSymbols. + +# + +fontcharset.serif.0=sun.io.CharToByteISO8859_1 + +fontcharset.serif.1=sun.awt.motif.CharToByteX11JIS0208 + +fontcharset.serif.2=sun.awt.motif.CharToByteX11Dingbats + +fontcharset.serif.3=sun.awt.CharToByteSymbol + + + +fontcharset.sansserif.0=sun.io.CharToByteISO8859_1 + +fontcharset.sansserif.1=sun.awt.motif.CharToByteX11JIS0208 + +fontcharset.sansserif.2=sun.awt.motif.CharToByteX11Dingbats + +fontcharset.sansserif.3=sun.awt.CharToByteSymbol + + + +fontcharset.monospaced.0=sun.io.CharToByteISO8859_1 + +fontcharset.monospaced.1=sun.awt.motif.CharToByteX11JIS0208 + +fontcharset.monospaced.2=sun.awt.motif.CharToByteX11Dingbats + +fontcharset.monospaced.3=sun.awt.CharToByteSymbol + + + +fontcharset.dialog.0=sun.io.CharToByteISO8859_1 + +fontcharset.dialog.1=sun.awt.motif.CharToByteX11JIS0208 + +fontcharset.dialog.2=sun.awt.motif.CharToByteX11Dingbats + +fontcharset.dialog.3=sun.awt.CharToByteSymbol + + + +fontcharset.dialoginput.0=sun.io.CharToByteISO8859_1 + +fontcharset.dialoginput.1=sun.awt.motif.CharToByteX11JIS0208 + +fontcharset.dialoginput.2=sun.awt.motif.CharToByteX11Dingbats + +fontcharset.dialoginput.3=sun.awt.CharToByteSymbol + + + +fontcharset.zapfdingbats.0=sun.io.CharToByteISO8859_1 + + + +# exclusion info. + +# + +# This information describe exclusion ranges for each fonts. + +# + +# 'exclusion.serif.plain.0' overrides 'exclusion.serif.0', and + +# 'exclusion.serif.0' overrides exclusion.0, and so on. + +# + + + +# XFontSet string + +# X11 only properties + +# + + + +fontset.serif.plain=\ + +-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 + + + +fontset.serif.italic=\ + +-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 + + + +fontset.serif.bold=\ + +-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 + + + +fontset.serif.bolditalic=\ + +-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 + + + +fontset.sansserif.italic=\ + +-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 + + + +fontset.sansserif.bold=\ + +-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 + + + +fontset.sansserif.bolditalic=\ + +-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 + + + +fontset.sansserif.plain=\ + +-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 + + + +fontset.monospaced.italic=\ + +-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + + + +fontset.monospaced.bold=\ + +-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + + + +fontset.monospaced.bolditalic=\ + +-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + + + +fontset.monospaced.plain=\ + +-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + + + +fontset.dialog.italic=\ + +-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 + + + +fontset.dialog.bold=\ + +-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 + + + +fontset.dialog.bolditalic=\ + +-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 + + + +fontset.dialog.plain=\ + +-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 + + + +fontset.dialoginput.italic=\ + +-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + + + +fontset.dialoginput.bold=\ + +-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + + + +fontset.dialoginput.bolditalic=\ + +-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + + + +fontset.dialoginput.plain=\ + +-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 + + + +fontset.zapfdingbats=\ + +--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + + +# + +fontset.default=\ + +-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-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 Sat Nov 17 11:27: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 0A88C37B416; Sat, 17 Nov 2001 11:27:04 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAHJR3Q44553; Sat, 17 Nov 2001 11:27:03 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id fAHJRVM08500; Sat, 17 Nov 2001 11:27:31 -0800 (PST) (envelope-from marcel) Date: Sat, 17 Nov 2001 11:27:30 -0800 From: Marcel Moolenaar To: Andreas Klemm Cc: Cyrille Lefevre , "David O'Brien" , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011117112730.A8398@dhcp01.pn.xcllnt.net> References: <20011115211037.B721@dhcp01.pn.xcllnt.net> <200111161203.fAGC3FI05149@gits.dyndns.org> <20011116184522.A528@athlon.pn.xcllnt.net> <20011117075058.GA21776@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011117075058.GA21776@titan.klemm.gtn.com> User-Agent: Mutt/1.3.21i Sender: owner-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, Nov 17, 2001 at 08:50:58AM +0100, Andreas Klemm wrote: > > Well, could we then agree upon, to change staroffice60 port > dependencies to linux_base or linux_base or linux_base-62 ? It has a dependency on one of the linux_base ports. The intend is to move everything over to linux_base-7, AFAICT. The one thing that we need to avoid is that if a port does work with both 6 and 7 and 6 is installed, the port does not try to install 7 on top of 6 if we make it dependent on 7. It's probably a good idea to block the ability to install 7 on top of 6 by default and create a knob that puts the user in the driver's seat with a loaded gun pointing at his feet... > BTW, could we upgrade the port linux_base to match linux_base-62 > and get rid of linux_base-62 ??? Yes. It's up to David to fill us in about his intentions. There's no point to continue to be in each other's way. If David has a good idea and is implementing it then I don't want to step on his toes, irrespective of whether or not he stepped on my toes. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 11:29: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 CB5B937B417; Sat, 17 Nov 2001 11:29:21 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHJJnB93961; Sat, 17 Nov 2001 11:19:49 -0800 (PST) (envelope-from pat) Date: Sat, 17 Nov 2001 11:19:49 -0800 (PST) From: Message-Id: <200111171919.fAHJJnB93961@freefall.freebsd.org> To: edwin@mavetju.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/32031: new port: net/ipfw-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: net/ipfw-graph State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Sat Nov 17 11:19:11 PST 2001 State-Changed-Why: Committed with modifications, Thanks :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32031 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 11:40: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 0D92C37B417 for ; Sat, 17 Nov 2001 11:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHJe1K97639; Sat, 17 Nov 2001 11:40:01 -0800 (PST) (envelope-from gnats) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 837AE37B417; Sat, 17 Nov 2001 11:31:28 -0800 (PST) Received: from wn4-marvin.wn4.uni-karlsruhe.de (steele@wn4-marvin.wn4.uni-karlsruhe.de [172.20.12.211]) by mailgate.rz.uni-karlsruhe.de with smtp (Exim 3.16 #1) id 165BBX-0002mP-00; Sat, 17 Nov 2001 20:31:27 +0100 Received: by wn4-marvin.wn4.uni-karlsruhe.de (sSMTP sendmail emulation); Sat, 17 Nov 2001 20:31:36 +0100 Message-Id: <20011117203136.A14321@wn4-marvin.wn4.uni-karlsruhe.de> Date: Sat, 17 Nov 2001 20:31:36 +0100 From: "Benedikt Schmidt" To: FreeBSD-gnats-submit@freebsd.org Cc: petef@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32064: Update news/slrn to 0.9.7.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: 32064 >Category: ports >Synopsis: update news/slrn to 0.9.7.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 17 11:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Benedikt Schmidt >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD wn4-marvin.wn4.uni-karlsruhe.de 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Oct 17 16:33:25 CEST 2001 root@wn4-marvin.wn4.uni-karlsruhe.de:/usr/obj/cvs/checkouts/src-stable/sys/STEELE i386 >Description: Update the slrn port to newest version >How-To-Repeat: >Fix: apply the following patch to news/slrn: Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/news/slrn/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 2001/10/03 05:38:39 1.26 +++ Makefile 2001/11/17 19:00:58 @@ -6,16 +6,12 @@ # PORTNAME= slrn -PORTVERSION= 0.9.7.2 +PORTVERSION= 0.9.7.3 PORTREVISION= 1 CATEGORIES= news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -PATCHFILES= slrn-0.9.7.2-decode.diff -PATCH_SITES= http://slrn.sourceforge.net/patches/ -PATCH_DIST_STRIP= -p1 - MAINTAINER= petef@FreeBSD.org LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang @@ -30,17 +26,17 @@ CONFIGURE_ARGS+= --with-ssl .endif -ALL_TARGET= all slrnpull +ALL_TARGET= all -MAN1= slrn.1 +MAN1= slrn.1 slrnpull.1 post-patch: @${PERL} -pi -e 's,/usr/lib/sendmail,/usr/sbin/sendmail,' \ ${WRKSRC}/src/slrnfeat.h do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrn ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrnpull ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/slrn ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/slrnpull ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/examples/slrn ${INSTALL_DATA} ${WRKSRC}/doc/slrn.rc ${PREFIX}/share/examples/slrn @${MKDIR} ${PREFIX}/share/examples/slrn/slrnpull @@ -48,5 +44,6 @@ ${INSTALL_DATA} ${WRKSRC}/doc/slrnpull/${file} ${PREFIX}/share/examples/slrn/slrnpull .endfor ${INSTALL_MAN} ${WRKSRC}/doc/slrn.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/slrnpull.1 ${PREFIX}/man/man1 .include Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/news/slrn/distinfo,v retrieving revision 1.20 diff -u -r1.20 distinfo --- distinfo 2001/10/03 05:38:39 1.20 +++ distinfo 2001/11/17 18:46:28 @@ -1,2 +1 @@ -MD5 (slrn-0.9.7.2.tar.gz) = 36645f69e4dc01986c1c1f0277bfca01 -MD5 (slrn-0.9.7.2-decode.diff) = 89701c2d878c5efe6b0998b3edf9ddff +MD5 (slrn-0.9.7.3.tar.gz) = 5077b8eaec6eae2b881991d843bcb4d8 >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 Nov 17 11:49: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 2784A37B416; Sat, 17 Nov 2001 11:49:21 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHJhmx98200; Sat, 17 Nov 2001 11:43:48 -0800 (PST) (envelope-from okazaki) Date: Sat, 17 Nov 2001 11:43:48 -0800 (PST) From: Message-Id: <200111171943.fAHJhmx98200@freefall.freebsd.org> To: bledbett@yellowbrix.com, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28106: New port: libCxClient-0.10 - Citadel/UX Client SDK Sender: owner-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: libCxClient-0.10 - Citadel/UX Client SDK State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Sat Nov 17 11:40:58 PST 2001 State-Changed-Why: Superseded by 30663. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28106 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 11:59: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 E219A37B41A; Sat, 17 Nov 2001 11:59:21 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHJqav99222; Sat, 17 Nov 2001 11:52:36 -0800 (PST) (envelope-from okazaki) Date: Sat, 17 Nov 2001 11:52:36 -0800 (PST) From: Message-Id: <200111171952.fAHJqav99222@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/31364: URW fonts needed to run jdk13 jfc demos and apps without complaints Sender: owner-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: URW fonts needed to run jdk13 jfc demos and apps without complaints Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: okazaki Responsible-Changed-When: Sat Nov 17 11:51:18 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31364 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 11:59: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 3DF6F37B419; Sat, 17 Nov 2001 11:59:22 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHJvMY99712; Sat, 17 Nov 2001 11:57:22 -0800 (PST) (envelope-from okazaki) Date: Sat, 17 Nov 2001 11:57:22 -0800 (PST) From: Message-Id: <200111171957.fAHJvMY99712@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, jkh@FreeBSD.org Subject: Re: ports/31399: sysinstall (4.4REL) hangs on pkg_add of cvsupit-3.0 (due to masked term I/O?) Sender: owner-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: sysinstall (4.4REL) hangs on pkg_add of cvsupit-3.0 (due to masked term I/O?) Responsible-Changed-From-To: freebsd-ports->jkh Responsible-Changed-By: okazaki Responsible-Changed-When: Sat Nov 17 11:56:49 PST 2001 Responsible-Changed-Why: over to MAINTAINER http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31399 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 12: 7:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 8336237B405 for ; Sat, 17 Nov 2001 12:07:40 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fAHK7hs79800; Sat, 17 Nov 2001 15:07:43 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Sat, 17 Nov 2001 15:07:43 -0500 (EST) From: Joe Clarke To: Bjarne Wichmann Petersen Cc: freebsd-ports@FreeBSD.ORG Subject: Re: x11-toolkits/gal will not compile In-Reply-To: <20011117175850.FZCL1982.fepF.post.tele.dk@there> Message-ID: <20011117150047.C78638-100000@shumai.marcuscom.com> 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, 17 Nov 2001, Bjarne Wichmann Petersen wrote: > I'm trying to install GAIM but the process stops around gal: > > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -DGAL_GLADEDIR=\"/usr/X11R6/share/gnome/gal/0.18/glade\" -DGAL_IMAGESDIR=\"/usr/X11R6/share/gnome/pixmaps/gal/categories\" -I/usr/local/include -I/usr/X11R6/include/gtk12 > -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=k6 -I/usr/X11R6/include -Wall -Wunused -c e-gui-utils.c -fPIC -DPIC -o .libs/e-gui-utils.lo > e-gui-utils.c:33: gdk-pixbuf/gnome-canvas-pixbuf.h: No such file or directory > gmake[3]: *** [e-gui-utils.lo] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.18/gal/widgets' > > The gdk-pixbuf I'm using is 0.13.0_1 I found that after updating all the gnome packages, the problem went away trying to build bonobo-conf. However, you could also symlink /usr/X11R6/include/gdk-pixbuf-1.0 to /usr/X11R6/include/gdk-pixbuf, and that will fix the immediate problem. Joe > > Am I doing something wrong or is there some bugs in here? > > Bjarne > > 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 Nov 17 12: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 DCAEA37B419 for ; Sat, 17 Nov 2001 12:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHKA3L04284; Sat, 17 Nov 2001 12:10:03 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Nov 2001 12:10:03 -0800 (PST) Message-Id: <200111172010.fAHKA3L04284@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/32064: Update news/slrn to 0.9.7.3 Reply-To: Thierry Thomas Sender: owner-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/32064; it has been noted by GNATS. From: Thierry Thomas To: Benedikt Schmidt Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/32064: Update news/slrn to 0.9.7.3 Date: Sat, 17 Nov 2001 20:59:22 +0100 Le 17 Nov 01 à 20:31:36 +0000, Benedikt Schmidt écrivait : > > >Number: 32064 > >Category: ports > >Synopsis: update news/slrn to 0.9.7.3 8< 8< 8< > -PORTVERSION= 0.9.7.2 > +PORTVERSION= 0.9.7.3 > PORTREVISION= 1 Why a PORTREVISION? -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 12:29: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 1692137B417; Sat, 17 Nov 2001 12:29:21 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHKKvn05864; Sat, 17 Nov 2001 12:20:57 -0800 (PST) (envelope-from okazaki) Date: Sat, 17 Nov 2001 12:20:57 -0800 (PST) From: Message-Id: <200111172020.fAHKKvn05864@freefall.freebsd.org> To: jah4007@cs.rit.edu, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31907: Cups: MAINTAINER UPDATE Sender: owner-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: Cups: MAINTAINER UPDATE State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Sat Nov 17 12:16:12 PST 2001 State-Changed-Why: Superseded by 32062. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31907 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 12: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 BBC5B37B417 for ; Sat, 17 Nov 2001 12:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHKU1f07496; Sat, 17 Nov 2001 12:30:01 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Nov 2001 12:30:01 -0800 (PST) Message-Id: <200111172030.fAHKU1f07496@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Benedikt Schmidt" Subject: Re: ports/32064: Update news/slrn to 0.9.7.3 Reply-To: "Benedikt Schmidt" Sender: owner-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/32064; it has been noted by GNATS. From: "Benedikt Schmidt" To: Thierry Thomas Cc: Benedikt Schmidt , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/32064: Update news/slrn to 0.9.7.3 Date: Sat, 17 Nov 2001 21:20:56 +0100 Thierry Thomas wrote: > Le 17 Nov 01 à 20:31:36 +0000, Benedikt Schmidt écrivait : > > > > >Number: 32064 > > >Category: ports > > >Synopsis: update news/slrn to 0.9.7.3 > > 8< 8< 8< > > > -PORTVERSION= 0.9.7.2 > > +PORTVERSION= 0.9.7.3 > > PORTREVISION= 1 ^ should be -PORTREVISION= 1 > > Why a PORTREVISION? I just forgot to remove it together with the patch. -- Benedikt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 13: 4:54 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 DA22037B416 for ; Sat, 17 Nov 2001 13:04:50 -0800 (PST) Received: (from uucp@localhost) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) id fAHL12s09088; Sat, 17 Nov 2001 22:01:03 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.6/8.11.3) id fAHILG553968; Sat, 17 Nov 2001 19:21:16 +0100 (CET) (envelope-from andreas) Date: Sat, 17 Nov 2001 19:21:16 +0100 From: Andreas Klemm To: Chuck Robey Cc: ports@freebsd.org Subject: a2ps port still has problems... Message-ID: <20011117182116.GA53793@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.3.23.1i X-Operating-System: FreeBSD 4.4-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Chuck, hope you feel well. My system: (relatively new ;-) FreeBSD titan.klemm.gtn.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Nov 10 14= :57:16 CET 2001 root@titan.klemm.gtn.com:/usr/src/sys/compile/TITAN i3= 86 I re-compiled a2ps-a4 and get the following error when trying to print files: root@titan[ttyp2]{144} ...print/a2ps-letter a2ps /etc/passwd a2ps:/usr/local/share/a2ps/sheets/sheets.map:50: unexpected character `*' Another thing is, that the port installs the following two files to /: -r--r--r-- 1 root wheel 3937 Nov 17 19:04 a2ps-print.el -r--r--r-- 1 root wheel 11168 Nov 17 19:04 a2ps.el Can you fix it ? Or does it help if I release a PR, so that it doesn't get forgotten ? Strange is, that the FreeBSD a2ps precompiled *package* works fine. a) a2ps binary works and b) there is no rubbish installed in / Best regards Andreas /// --=20 Andreas Klemm Powered by Free= BSD My homepage ............................... http://people.FreeBSD.ORG/~andr= eas Apsfilter Homepage ........................ http://www.apsfilter.org/ Songs from our band >> 64Bits << ........ http://members.aol.com/II64BitsII/ Inofficial band pages with add-on stuff.. http://www.apsfilter.org/64bits.h= tml --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE79qqcd3o+lGxvbLoRAgVGAKC4key32qdeTY2P0vwXAvEeaQm5NwCgirAs Qx9nCOHRs+6gX/HPdc0Npb4= =qBjI -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 13:29:40 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 29E3737B405 for ; Sat, 17 Nov 2001 13:28:54 -0800 (PST) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 165D16-0002Rb-00; Sun, 18 Nov 2001 10:28:48 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id fAHLSeb75479; Sun, 18 Nov 2001 10:28:40 +1300 (NZDT) (envelope-from jonc) Date: Sun, 18 Nov 2001 10:28:40 +1300 From: Jonathan Chen To: Alan Eldridge Cc: freebsd-ports@freebsd.org Subject: Re: Artsd and fonts Message-ID: <20011118102839.A75369@jonc.itouch> References: <200111121730.fACHUv541734@wwweasel.geeksrus.net> <20011113085425.A51982@jonc.itouch> <20011112154956.A43114@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011112154956.A43114@wwweasel.geeksrus.net>; from alane@geeksrus.net on Mon, Nov 12, 2001 at 03:49:57PM -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 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 12, 2001 at 03:49:57PM -0500, Alan Eldridge wrote: > On Tue, Nov 13, 2001 at 08:54:25AM +1300, Jonathan Chen wrote: > >On Mon, Nov 12, 2001 at 12:30:57PM -0500, Alan E wrote: > >> Are you running Xfs (fontserver) and is there a port conflict? > > > >Nope. Just plain XFree86-4, using the "nv" driver. I only found out why > >my fonts weren't displaying when artsd didn't start up for some > >reason; all of a sudden, my font list was heaps bigger, but no sound > >was present. > > I'm having a hard time with this. No font server, but artsd conflicts > with fonts. Ok. I've just upgraded to 2.2.1 and something's behaving a bit different. This time, even if artsd isn't running I do not get a complete font list. > Could you please send the font path from your X config file? Also, a > full (all users) process listing from both the successful and failed > font states? I've included /etc/X11/XFree86, the process-list and xsession-error files for a KDE session with limited font-list, as well as one with a complete font-list. Hope it helps. > Arts must be interfering with another process. I'd like to just nail > down what's running in both cases. > > Also, how are you starting KDE? With 'startx'? Using xdm? Using kdm? > And, if it's *dm, are you starting it from /etc/ttys? I'm starting KDE via /etc/ttys, with xdm. -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=XF86Config # File generated by xf86config. # # Copyright (c) 1999 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the Type1 and FreeType font modules Load "type1" Load "freetype" # This loads the GLX module Load "glx" Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # If you don't have a floating point coprocessor and emacs, Mosaic or other # programs take long to start up, try moving the Type1 and Speedo directory # to the end of this list (or comment them out). # FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/URW/" FontPath "/usr/X11R6/lib/X11/fonts/freefont/" FontPath "/usr/X11R6/lib/X11/fonts/sharefont/" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), # uncomment the following line. # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" Option "XkbOptions" "ctrl:nocaps" # These are the default XKB settings for XFree86 # Option "XkbRules" "xfree86" # Option "XkbModel" "pc101" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" Option "XkbCompat" "" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Option "Protocol" "Xqueue" # Baudrate and SampleRate are only for some Logitech mice. In # almost every case these lines should be omitted. # Option "BaudRate" "9600" # Option "SampleRate" "150" # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice # Option "ChordMiddle" EndSection # ********************************************************************** # Other input device sections # this is optional and is required only if you # are using extended input devices. This is for example only. Refer # to the XF86Config man page for a description of the options. # ********************************************************************** # # Section "InputDevice" # Identifier "Mouse2" # Driver "mouse" # Option "Protocol" "MouseMan" # Option "Device" "/dev/mouse2" # EndSection # # Section "InputDevice" # Identifier "spaceball" # Driver "magellan" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "spaceball2" # Driver "spaceorb" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "touchscreen0" # Driver "microtouch" # Option "Device" "/dev/ttyS0" # Option "MinX" "1412" # Option "MaxX" "15184" # Option "MinY" "15372" # Option "MaxY" "1230" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # # Section "InputDevice" # Identifier "touchscreen1" # Driver "elo2300" # Option "Device" "/dev/ttyS0" # Option "MinX" "231" # Option "MaxX" "3868" # Option "MinY" "3858" # Option "MaxY" "272" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonThreshold" "17" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Dell M770" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 30-70 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 50-160 EndSection Section "Monitor" Identifier "Dell P991" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. HorizSync 30-107 # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. VertRefresh 48-120 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. # Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. Driver "vga" # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection # Device configured by xf86config: Section "Device" Identifier "GeForce2" Driver "nv" # Option "DPMS" # Option "NoDDC" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen 1" Device "GeForce2" Monitor "Dell M770" DefaultDepth 24 Subsection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" # Modes "1280x1024" "1024x768" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Description: Processes for limited font-list Content-Disposition: attachment; filename="processes.bad" PID TT STAT TIME COMMAND 673 ?? Is 0:00.01 /bin/sh /usr/local/bin/startkde 679 ?? S 0:00.10 xscreensaver 700 ?? I 0:00.04 kdeinit: dcopserver --nosid (kdeinit) 704 ?? I 0:00.04 kdeinit: klauncher (kdeinit) 706 ?? S 0:00.22 kdeinit: kded (kdeinit) 717 ?? I 0:00.09 kdeinit: knotify (kdeinit) 718 ?? I 0:00.03 kdeinit: Running... (kdeinit) 719 ?? I 0:00.14 ksmserver --restore 720 ?? S 0:00.24 kdeinit: kwin -session 117f00000100010031358920000066 722 ?? S 0:01.50 kdeinit: kdesktop (kdeinit) 724 ?? S 0:00.50 kdeinit: kicker (kdeinit) 726 ?? S 0:00.27 kdeinit: klipper -icon klipper -miniicon klipper (kde 728 ?? I 0:00.07 kdeinit: kwrited (kdeinit) 729 ?? S 0:00.02 kdeinit: kio_file file /tmp/ksocket-jonc/klauncherMi0 734 ?? S 0:00.13 Eterm 731 p1 Is+ 0:00.00 /bin/cat 735 p2 Ss 0:00.04 -tcsh (tcsh) 744 p2 R+ 0:00.00 ps -U jonc --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Description: .xsession-errors for limited font-list Content-Disposition: attachment; filename="xsession-errors.bad" kdeinit: Launched DCOPServer, pid = 698 result = 0 DCOP: register 'anonymous-698' -> number of clients is now 1 DCOPServer up and running. DCOP: unregister 'anonymous-698' kdeinit: Launched KLauncher, pid = 703 result = 0 DCOP: register 'klauncher' -> number of clients is now 1 DCOP: unregister 'klauncher' DCOP: register 'klauncher' -> number of clients is now 1 DCOP: new daemon klauncher DCOP: register 'anonymous-703' -> number of clients is now 1 DCOP: unregister 'anonymous-703' kdeinit: Launched KDED, pid = 705 result = 0 DCOP: register 'kded' -> number of clients is now 1 DCOP: unregister 'kded' DCOP: register 'kded' -> number of clients is now 1 kio (KDirWatch): KDirWatch: Can't use FAM kio (KDirWatch): KDirWatch: Can't use FAM kded: Does not exist! (/home/jonc/.kde/share/servicetypes/) DCOP: register 'anonymous-705' -> number of clients is now 2 DCOP: register 'anonymous-706' -> number of clients is now 3 kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kbuildsycoca', ...) kdeinit: Got EXEC_NEW 'kbuildsycoca' from launcher. kio (KLauncher): kbuildsycoca (pid 707) up and running. DCOP: register 'kbuildsycoca' -> number of clients is now 4 kbuildsycoca: Recreating ksycoca file DCOP: register 'anonymous-696' -> number of clients is now 5 kbuildsycoca: Database is up to date kdeinit: PID 707 terminated. DCOP: unregister 'kbuildsycoca' DCOP: unregister 'anonymous-696' DCOP Cleaning up dead connections. DCOP: unregister 'anonymous-706' DCOP: register 'ksplash' -> number of clients is now 3 kio (KDirWatch): KDirWatch: Can't use FAM kio (KDirWatch): KDirWatch: Can't use FAM kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kconf_update', ...) kdeinit: Got EXEC_NEW 'kconf_update' from launcher. kio (KLauncher): kconf_update (pid 708) up and running. kdeinit: PID 708 terminated. DCOP: new daemon kded kdeinit: PID 705 terminated. DCOP: unregister 'anonymous-705' kdeinit: opened connection to :0.0 kdeinit: Launched 'kcminit', pid = 709 result = 0 DCOP: register 'anonymous-709' -> number of clients is now 2 kcminit: Initializing libkcm_input: init_mouse kdecore (KLibLoader): library libkcm_xmlrpcd.la not found under 'module' but under 'lib' kcminit: Initializing libkcm_xmlrpcd: init_xmlrpcd kdecore (KLibLoader): library libkcm_keyboard.la not found under 'module' but under 'lib' kcminit: Initializing libkcm_keyboard: init_keyboard kcminit: Initializing libkcm_style: init_style kdeinit: setgroups: Operation not permitted kdeinit: Got SETENV 'GTK_RC_FILES=/etc/gtk/gtkrc:/home/jonc/.gtkrc:/home/jonc/.gtkrc-kde' from klauncher. kdeinit: Got SETENV 'KDE_MULTIHEAD=false' from klauncher. kdecore (KLibLoader): library libkcm_nsplugin.la not found under 'module' but under 'lib' kcminit: Initializing libkcm_nsplugin: init_nsplugin kcminit: Initializing libkcm_fonts: init_fonts kdeinit: Got SETENV 'QT_XFT=1' from klauncher. kcminit: Initializing libkcm_keys: init_keys kcminit: Initializing libkcm_energy: init_energy kcminit: Initializing libkcm_arts: init_arts kcminit: Initializing libkcm_access: init_access kcminit: Initializing libkcm_bell: init_bell DCOP: unregister 'anonymous-709' kdeinit: PID 709 terminated. kdeinit: Launched 'knotify', pid = 716 result = 0 DCOP: register 'knotify' -> number of clients is now 2 DCOP: register 'anonymous-716' -> number of clients is now 3 DCOP: new daemon knotify kdeinit: PID 716 terminated. DCOP: unregister 'anonymous-716' DCOP: register 'ksmserver' -> number of clients is now 2 kdeinit: Got SETENV 'SESSION_MANAGER=local/grimoire.wizards.domain:/tmp/.ICE-unix/719' from klauncher. ksmserver: KSMServer: SetAProc_loc: conn 0, prot=local, file=/tmp/.ICE-unix/719 ksmserver: KSMServer::restoreSession kio (KLauncher): KLauncher: Got exec_blind('kwin', ...) kdeinit: Got EXEC_NEW 'kwin' from launcher. kio (KLauncher): kwin (pid 720) up and running. DCOP: register 'anonymous-720' -> number of clients is now 3 DCOP: unregister 'anonymous-720' DCOP: register 'anonymous-720' -> number of clients is now 3 DCOP: unregister 'anonymous-720' DCOP: register 'kwin' -> number of clients is now 3 klauncher: KLauncher::process ---> autoStart kdeinit: Got EXEC_NEW 'kdesktop' from launcher. kio (KLauncher): kdesktop (pid 721) up and running. DCOP: register 'kdesktop' -> number of clients is now 4 DCOP: register 'anonymous-721' -> number of clients is now 5 kdesktop: relPath=System/ScreenSavers/ kdesktop: Saver Engine disabled kio (KDirWatch): KDirWatch: Can't use FAM kio (KDirLister): KDirLister::openURL file:/home/jonc/Desktop/ keep=false libkonq: KNewMenu::KNewMenu 0x80efc00 kdeinit: PID 721 terminated. DCOP: unregister 'anonymous-721' kdeinit: Got EXEC_NEW 'kicker' from launcher. kio (KLauncher): kicker (pid 723) up and running. DCOP: register 'kicker' -> number of clients is now 5 DCOP: register 'anonymous-723' -> number of clients is now 6 kdeinit: PID 723 terminated. DCOP: unregister 'anonymous-723' kdeinit: Got EXT_EXEC 'klipper' from launcher. kio (KLauncher): klipper (pid 725) up and running. kdeinit: Got EXEC_NEW 'kwrited' from launcher. kio (KLauncher): kwrited (pid 727) up and running. DCOP: register 'klipper' -> number of clients is now 6 DCOP: register 'kwrited' -> number of clients is now 7 DCOP: register 'anonymous-727' -> number of clients is now 8 kdesktop: Esetroot compat: setting pixmap to 18874494 kio (KTrader): KServiceTypeProfile::offers( ThumbCreator, ) kio (KTrader): No profile, using KServiceType::offers, result: 4 offers kdeinit: Got EXEC_NEW 'kio_file' from launcher. kio_file: Starting 729 kio (KLauncher): kio_file (pid 729) up and running. DCOP: register 'anonymous-725' -> number of clients is now 9 DCOP: new daemon kwrited kdeinit: setgroups: Operation not permitted DCOP: unregister 'anonymous-727' kdeinit: PID 727 terminated. DCOP: unregister 'ksplash' kio_file: ========= LIST file:/home/jonc/Desktop/ ========= kio (kioslave): listEntries 5 kio_file: ============= COMPLETED LIST ============ kio_file: =============== BYE =========== kio (KTrader): KServiceTypeProfile::offers( ThumbCreator, ) kio (KTrader): No profile, using KServiceType::offers, result: 4 offers kdeinit: PID 725 terminated. DCOP: unregister 'anonymous-725' libkonq: KNewMenu::slotCheckUpToDate() 0x80efc00 : menuItemsVersion=0 s_templatesVersion=0 libkonq: KNewMenu::slotCheckUpToDate() : recreating actions libkonq: KNewMenu::slotFillTemplates() kio (KDirWatch): KDirWatch: Can't use FAM libkonq: Templates resource dir: /home/jonc/.kde/share/templates/ libkonq: Templates resource dir: /usr/local/share/templates/ libkonq: /usr/local/share/templates/linkProgram.desktop libkonq: /usr/local/share/templates/linkURL.desktop libkonq: /usr/local/share/templates/linkFloppy.desktop libkonq: /usr/local/share/templates/linkHD.desktop libkonq: /usr/local/share/templates/linkCDROM.desktop libkonq: /usr/local/share/templates/Directory.desktop libkonq: /usr/local/share/templates/TextFile.desktop libkonq: /usr/local/share/templates/HTMLFile.desktop libkonq: /usr/local/share/templates/Presentation.desktop libkonq: /usr/local/share/templates/TextDocument.desktop libkonq: /usr/local/share/templates/SpreadSheet.desktop libkonq: /usr/local/share/templates/Illustration.desktop libkonq: KNewMenu::parseFiles() libkonq: KNewMenu::fillMenu() Grabbing the mouse failed with "GrabNotViewable" kio (KLauncher): KLauncher: Got start_service_by_desktop_path('/usr/local/share/applnk/KControl.desktop', ...) kdeinit: Got EXT_EXEC 'kcontrol' from launcher. kio (KLauncher): kcontrol (pid 732) up and running. DCOP: register 'kcontrol' -> number of clients is now 6 DCOP: register 'anonymous-732' -> number of clients is now 7 kcontrol: Found basegroup = Settings/ kdeinit: PID 732 terminated. DCOP: unregister 'anonymous-732' kcontrol: activate: Settings/LookNFeel/fonts.desktop DCOP: unregister 'kcontrol' kio (KLauncher): KLauncher: Got start_service_by_desktop_path('/home/jonc/.kde/share/applnk/System/Eterm.desktop', ...) kdeinit: Got EXT_EXEC 'Eterm' from launcher. library=Eterm.la: No file names Eterm.la found in paths. Could not load library! Trying exec.... kio (KLauncher): Eterm (pid 734) up and running. --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Description: Processes for correct font-list Content-Disposition: attachment; filename="process.ok" PID TT STAT TIME COMMAND 545 ?? Is 0:00.01 /bin/sh /usr/local/bin/startkde 570 ?? S 0:00.15 ksmserver --restore 575 ?? S 0:00.04 kdeinit: dcopserver --nosid --suicide (kdeinit) 579 ?? I 0:00.05 kdeinit: klauncher (kdeinit) 581 ?? S 0:00.27 kdeinit: kded (kdeinit) 584 ?? I 0:00.03 kdeinit: Running... (kdeinit) 586 ?? S 0:00.12 kdeinit: knotify (kdeinit) 587 ?? S 0:00.32 kdeinit: kwin (kdeinit) 589 ?? S 0:00.93 kdeinit: kdesktop (kdeinit) 591 ?? S 0:00.57 kdeinit: kicker (kdeinit) 593 ?? S 0:00.35 kdeinit: klipper -icon klipper -miniicon klipper (kde 595 ?? S 0:00.10 kdeinit: kwrited (kdeinit) 596 ?? I 0:00.02 kdeinit: kio_file file /tmp/ksocket-mika/klauncherJsJ 601 ?? S 0:00.01 /bin/tcsh -c Eterm 602 ?? S 0:00.11 Eterm 598 p0 Is+ 0:00.01 /bin/cat 605 p1 Ss 0:00.03 -tcsh (tcsh) 608 p1 R+ 0:00.00 ps -U mika --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Description: .xsesion-errors for correct font-list Content-Disposition: attachment; filename="xsession.ok" kdeinit: Launched DCOPServer, pid = 567 result = 0 _KDE_IceTransSocketUNIXCreateListener: ...SocketCreateListener() failed _KDE_IceTransMakeAllCOTSServerListeners: server already running Cannot establish any listening sockets DCOPServer self-test failed. kdeinit: DCOPServer could not be started, aborting. kdeinit: Launched DCOPServer, pid = 573 result = 0 DCOP: register 'anonymous-573' -> number of clients is now 1 DCOPServer up and running. DCOP: unregister 'anonymous-573' kdeinit: Launched KLauncher, pid = 578 result = 0 DCOP: register 'klauncher' -> number of clients is now 1 DCOP: unregister 'klauncher' DCOP: register 'klauncher' -> number of clients is now 1 DCOP: new daemon klauncher DCOP: register 'anonymous-578' -> number of clients is now 1 DCOP: unregister 'anonymous-578' kdeinit: Launched KDED, pid = 580 result = 0 DCOP: register 'kded' -> number of clients is now 1 DCOP: unregister 'kded' DCOP: register 'kded' -> number of clients is now 1 kio (KDirWatch): KDirWatch: Can't use FAM kio (KDirWatch): KDirWatch: Can't use FAM kded: Does not exist! (/home/mika/.kde/share/servicetypes/) DCOP: register 'anonymous-580' -> number of clients is now 2 DCOP: register 'anonymous-565' -> number of clients is now 3 DCOP: unregister 'anonymous-565' DCOP: register 'ksplash' -> number of clients is now 3 DCOP: register 'anonymous-581' -> number of clients is now 4 kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kbuildsycoca', ...) kdeinit: Got EXEC_NEW 'kbuildsycoca' from launcher. kio (KLauncher): kbuildsycoca (pid 582) up and running. DCOP: register 'kbuildsycoca' -> number of clients is now 5 kbuildsycoca: Recreating ksycoca file kbuildsycoca: Database is up to date DCOP: unregister 'kbuildsycoca' kdeinit: PID 582 terminated. DCOP: unregister 'anonymous-581' kio (KDirWatch): KDirWatch: Can't use FAM kio (KDirWatch): KDirWatch: Can't use FAM kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kconf_update', ...) kdeinit: Got EXEC_NEW 'kconf_update' from launcher. kio (KLauncher): kconf_update (pid 583) up and running. kdeinit: PID 583 terminated. DCOP: new daemon kded DCOP: unregister 'anonymous-580' kdeinit: PID 580 terminated. kdeinit: opened connection to :0.0 DCOP: register 'ksmserver' -> number of clients is now 2 kdeinit: Got SETENV 'SESSION_MANAGER=local/grimoire.wizards.domain:/tmp/.ICE-unix/570' from klauncher. ksmserver: KSMServer: SetAProc_loc: conn 0, prot=local, file=/tmp/.ICE-unix/570 kio (KLauncher): KLauncher: Got start_service_by_desktop_name('knotify', ...) kdeinit: Got EXEC_NEW 'knotify' from launcher. kio (KLauncher): knotify (pid 585) up and running. DCOP: register 'knotify' -> number of clients is now 3 kio (KLauncher): KLauncher: Got exec_blind('kwin', ...) kdeinit: Got EXEC_NEW 'kwin' from launcher. kio (KLauncher): kwin (pid 587) up and running. DCOP: register 'anonymous-585' -> number of clients is now 4 DCOP: new daemon knotify kdecore (KLibLoader): library=libkdedefault.la: No file names libkdedefault.la found in paths. kdeinit: PID 585 terminated. DCOP: unregister 'anonymous-585' DCOP: register 'anonymous-587' -> number of clients is now 3 DCOP: unregister 'anonymous-587' DCOP: register 'anonymous-587' -> number of clients is now 3 DCOP: unregister 'anonymous-587' DCOP: register 'kwin' -> number of clients is now 3 klauncher: KLauncher::process ---> autoStart kdeinit: Got EXEC_NEW 'kdesktop' from launcher. kio (KLauncher): kdesktop (pid 588) up and running. DCOP: unregister 'ksplash' DCOP: register 'kdesktop' -> number of clients is now 3 DCOP: register 'anonymous-588' -> number of clients is now 4 kdesktop: relPath=System/ScreenSavers/ kdesktop: Saver Engine disabled kio (KDirWatch): KDirWatch: Can't use FAM kio (KDirLister): KDirLister::openURL file:/home/mika/Desktop/ keep=false libkonq: KNewMenu::KNewMenu 0x80d1500 kdeinit: PID 588 terminated. DCOP: unregister 'anonymous-588' kdeinit: Got EXEC_NEW 'kicker' from launcher. kio (KLauncher): kicker (pid 590) up and running. DCOP: register 'kicker' -> number of clients is now 4 DCOP: register 'anonymous-590' -> number of clients is now 5 kdeinit: PID 590 terminated. DCOP: unregister 'anonymous-590' kdeinit: Got EXT_EXEC 'klipper' from launcher. kio (KLauncher): klipper (pid 592) up and running. kdeinit: Got EXEC_NEW 'kwrited' from launcher. kio (KLauncher): kwrited (pid 594) up and running. DCOP: register 'klipper' -> number of clients is now 5 DCOP: register 'kwrited' -> number of clients is now 6 DCOP: register 'anonymous-594' -> number of clients is now 7 kdesktop: Esetroot compat: setting pixmap to 4194446 kio (KTrader): KServiceTypeProfile::offers( ThumbCreator, ) kio (KTrader): No profile, using KServiceType::offers, result: 4 offers kdeinit: Got EXEC_NEW 'kio_file' from launcher. kio_file: Starting 596 kio (KLauncher): kio_file (pid 596) up and running. DCOP: register 'anonymous-592' -> number of clients is now 8 kio_file: ========= LIST file:/home/mika/Desktop/ ========= kio (kioslave): listEntries 5 kio_file: ============= COMPLETED LIST ============ kio_file: =============== BYE =========== kio (KTrader): KServiceTypeProfile::offers( ThumbCreator, ) kio (KTrader): No profile, using KServiceType::offers, result: 4 offers DCOP: new daemon kwrited kdeinit: setgroups: Operation not permitted kdeinit: PID 594 terminated. DCOP: unregister 'anonymous-594' kdeinit: PID 592 terminated. DCOP: unregister 'anonymous-592' kio (KLauncher): KLauncher: Got start_service_by_desktop_path('/usr/local/share/applnk/KControl.desktop', ...) kdeinit: Got EXT_EXEC 'kcontrol' from launcher. kio (KLauncher): kcontrol (pid 599) up and running. DCOP: register 'kcontrol' -> number of clients is now 6 DCOP: register 'anonymous-599' -> number of clients is now 7 kcontrol: Found basegroup = Settings/ kdeinit: PID 599 terminated. DCOP: unregister 'anonymous-599' kcontrol: activate: Settings/LookNFeel/fonts.desktop DCOP: unregister 'kcontrol' libkonq: KNewMenu::slotCheckUpToDate() 0x80d1500 : menuItemsVersion=0 s_templatesVersion=0 libkonq: KNewMenu::slotCheckUpToDate() : recreating actions libkonq: KNewMenu::slotFillTemplates() kio (KDirWatch): KDirWatch: Can't use FAM libkonq: Templates resource dir: /home/mika/.kde/share/templates/ libkonq: Templates resource dir: /usr/local/share/templates/ libkonq: /usr/local/share/templates/linkProgram.desktop libkonq: /usr/local/share/templates/linkURL.desktop libkonq: /usr/local/share/templates/linkFloppy.desktop libkonq: /usr/local/share/templates/linkHD.desktop libkonq: /usr/local/share/templates/linkCDROM.desktop libkonq: /usr/local/share/templates/Directory.desktop libkonq: /usr/local/share/templates/TextFile.desktop libkonq: /usr/local/share/templates/HTMLFile.desktop libkonq: /usr/local/share/templates/Presentation.desktop libkonq: /usr/local/share/templates/TextDocument.desktop libkonq: /usr/local/share/templates/SpreadSheet.desktop libkonq: /usr/local/share/templates/Illustration.desktop libkonq: KNewMenu::parseFiles() libkonq: KNewMenu::fillMenu() Grabbing the mouse failed with "GrabNotViewable" kdeui (KComboBox): Popup Completion kdeui (KComboBox): Popup Completion kdeui (KComboBox): Popup Completion kdeui (KComboBox): Popup Completion kdeui (KComboBox): Popup Completion kdecore (KURL): KURL couldn't parse URL "Eterm" kio (KTrader): KServiceTypeProfile::offers( KURIFilter/Plugin, ) kio (KTrader): No profile, using KServiceType::offers, result: 3 offers kurifilter (plugins): (589) Keywords Engine: Loading config... kurifilter (plugins): (589) Internet Keyword Enabled: true kurifilter (plugins): (589) Selected IKWS Engine(s): RealNames kurifilter (plugins): (589) Internet Keywords Fallback Search Engine: google kurifilter (plugins): (589) Keywords Engine: Loading config... kurifilter (plugins): (589) Internet Keyword Enabled: true kurifilter (plugins): (589) Selected IKWS Engine(s): RealNames kurifilter (plugins): (589) Internet Keywords Fallback Search Engine: google kdecore (KURL): KURL couldn't parse URL "Eterm" kdeinit: setgroups: Operation not permitted --sm4nu43k4a2Rpi4c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 14:45:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Mail.ZEDAT.FU-Berlin.DE (mail.zedat.fu-berlin.de [130.133.1.48]) by hub.freebsd.org (Postfix) with ESMTP id 3D8CB37B416; Sat, 17 Nov 2001 14:45:17 -0800 (PST) Received: by Mail.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) id ; Sat, 17 Nov 2001 23:45:16 +0100 (MET) Date: Sat, 17 Nov 2001 23:45:16 +0100 From: "Sven C. Koehler" To: obrien@FreeBSD.org Cc: freebsd-ports@freebsd.org Subject: gcc30(gcc30-3.0.2): C++ and ObjC broken? Message-ID: <20011117234516.A8949056@zedat.fu-berlin.de> Reply-To: schween@snafu.de Mail-Followup-To: "Sven C. Koehler" , obrien@FreeBSD.org, freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="d6Gm4EdcadzBjdND" 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 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! I'm not able to run C++ and ObjC executables, when using gcc30's GCC-3.0.2. I attached simple hello worlds for both languages to this e-mail; the coredumps's back traces are also included. My system: FreeBSD 4.1.1-STABLE as of 2001-01-06. This is what it looks like when I run the appended programs (they both work when I use GCC-2.95.2): C++: (% g++30 -g -o cppHello cppHello.cpp) % ./cppHello zsh: 23925 bus error (core dumped) ./cppHello ObjC: (% gcc30 -Wno-import -g -o objcHello objcHello.m -lobjc) % ./objcHello assertion "__objc_class_hash" failed: file "../../../gcc-3.0.2/libobjc/class.c", line 131 zsh: 23946 abort (core dumped) ./objcHello Drop me a note, if you want this as a PR. Regards, Sven C. Koehler --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cppHello.cpp" #include int main() { std::cout << "Hello" << std::endl; return 0; } --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="objcHello.m" #include #import #import @interface Test + (void)sayHello; @end @implementation Test + (void)sayHello { printf("Hello\n"); } @end int main() { [Test sayHello]; return 0; } --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cppHello.stacktrace" Core was generated by `cppHello'. Program terminated with signal 10, Bus error. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/lib/libc.so.4...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x8053c49 in sentry (this=0xbfbff5c8, __os=@0x8066d20) at ostream.tcc:39 39 : _M_ok(__os.good()), _M_os(__os) (gdb) bt #0 0x8053c49 in sentry (this=0xbfbff5c8, __os=@0x8066d20) at ostream.tcc:39 #1 0x8053946 in _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc ( __out=@0x8066d20, __s=0x8064de0 "Hello") at ostream.tcc:691 #2 0x8048c63 in main () at cppHello.cpp:4 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="objcHello.stacktrace" Core was generated by `objcHello'. Program terminated with signal 6, Abort trap. Reading symbols from /usr/lib/libc.so.4...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x280aafc8 in kill () from /usr/lib/libc.so.4 (gdb) bt #0 0x280aafc8 in kill () from /usr/lib/libc.so.4 #1 0x280e6bf2 in abort () from /usr/lib/libc.so.4 #2 0x280c39cb in __assert () from /usr/lib/libc.so.4 #3 0x8048bf5 in objc_get_class () #4 0x80489b8 in main () at objcHello.m:13 --d6Gm4EdcadzBjdND-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 15:39: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 83D9137B417; Sat, 17 Nov 2001 15:39:21 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHNYdB39643; Sat, 17 Nov 2001 15:34:39 -0800 (PST) (envelope-from petef) Date: Sat, 17 Nov 2001 15:34:39 -0800 (PST) From: Message-Id: <200111172334.fAHNYdB39643@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/32064: update news/slrn to 0.9.7.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 news/slrn to 0.9.7.3 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Nov 17 15:34:30 PST 2001 Responsible-Changed-Why: My port http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32064 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 15:46:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (claudel.noos.net [212.198.2.83]) by hub.freebsd.org (Postfix) with ESMTP id 4005E37B435 for ; Sat, 17 Nov 2001 15:46:41 -0800 (PST) Received: (qmail 21687568 invoked by uid 0); 17 Nov 2001 23:46:39 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.83 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 Nov 2001 23:46:39 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAHNkUn28977; Sun, 18 Nov 2001 00:46:30 +0100 (CET) (envelope-from root) Message-Id: <200111172346.fAHNkUn28977@gits.dyndns.org> Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? In-Reply-To: <20011117112730.A8398@dhcp01.pn.xcllnt.net> To: Marcel Moolenaar Date: Sun, 18 Nov 2001 00:46:30 +0100 (CET) Cc: Andreas Klemm , "David O'Brien" , ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 Marcel Moolenaar wrote: > On Sat, Nov 17, 2001 at 08:50:58AM +0100, Andreas Klemm wrote: > > BTW, could we upgrade the port linux_base to match linux_base-62 > > and get rid of linux_base-62 ??? > > Yes. It's up to David to fill us in about his intentions. There's > no point to continue to be in each other's way. If David has a good > idea and is implementing it then I don't want to step on his toes, > irrespective of whether or not he stepped on my toes. let him the time to get off his bed :P Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 15:54:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 522D137B405; Sat, 17 Nov 2001 15:54:20 -0800 (PST) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id CCB7C10F440; Sat, 17 Nov 2001 17:54:24 -0600 (CST) Date: Sat, 17 Nov 2001 17:54:24 -0600 From: "David W. Chapman Jr." To: Cyrille Lefevre Cc: Marcel Moolenaar , Andreas Klemm , ports@FreeBSD.org Subject: Re: PORTVERSION=6.1 wrong in linux_base-62 ??? Message-ID: <20011117235424.GC93531@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Cyrille Lefevre , Marcel Moolenaar , Andreas Klemm , ports@FreeBSD.org References: <20011117112730.A8398@dhcp01.pn.xcllnt.net> <200111172346.fAHNkUn28977@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111172346.fAHNkUn28977@gits.dyndns.org> User-Agent: Mutt/1.3.23.2i X-Operating-System: FreeBSD 4.4-STABLE i386 Sender: owner-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, Nov 18, 2001 at 12:46:30AM +0100, Cyrille Lefevre wrote: > Marcel Moolenaar wrote: > > On Sat, Nov 17, 2001 at 08:50:58AM +0100, Andreas Klemm wrote: > > > BTW, could we upgrade the port linux_base to match linux_base-62 > > > and get rid of linux_base-62 ??? > > > > Yes. It's up to David to fill us in about his intentions. There's > > no point to continue to be in each other's way. If David has a good > > idea and is implementing it then I don't want to step on his toes, > > irrespective of whether or not he stepped on my toes. > > let him the time to get off his bed :P > linux_base-62 was to be able to phase in ports to linux_base (7.1) without breaking all the ports that have problems with 7.1. After they have been "phased in" linux_base-62 will be removed. Atleast that's what I understood David to mean. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 16:20:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E29E137B405 for ; Sat, 17 Nov 2001 16:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI0K1G46431; Sat, 17 Nov 2001 16:20:01 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Nov 2001 16:20:01 -0800 (PST) Message-Id: <200111180020.fAI0K1G46431@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/32046: Port cleanup: x11-fonts/webfonts 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/32046; it has been noted by GNATS. From: Cyrille Lefevre To: Konstantinos Konstantinidis Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/32046: Port cleanup: x11-fonts/webfonts Date: Sun, 18 Nov 2001 01:16:11 +0100 (CET) Konstantinos Konstantinidis wrote: [ Charset ISO-8859-7 unsupported, converting... ] > Cyrille Lefevre wrote: > > Wow - lots of changes, most great, some I didn't quite understand > though. > > > >Description: > > fonts renamed from `truetype' to `webfonts' to follow the > > naming done by `xfstt' when used under XFree86 3.3.6. > > I am not familiar with xfstt/XFree86 3.3.6 - I've been using XFree86 4 > for over a year now... care to explain what was the problem with using > foundry "truetype"? "webfonts" works ok with XFree86 4 of course, but I also use XFree86 4 for at least the same amount of time, but as someone suggested to 3.3.6 users the use of Xfstt, I've tried it w/o freetype under XFree86 4.x. see the following message for details : http://docs.freebsd.org/cgi/getmsg.cgi?fetch=614091+0+current/freebsd-stable and using webfonts as a subdir of TrueType, name them -webfonts- while putting them at the TrueType top level, name them -ttf- whatever the foundry name they could have before. the is a ttf FAQ. this is also a ttf FAQ to only have -0- fonts :( unfortunately, aliases doesn't seem to work through xfstt. don't know why ? so, -truetype- or -netscape- aliases are meaningless is this case. this problem doesn't exists using `freetype' under XFree86 4.x, but to be compatible w/ xfstt, they should be named -webfonts- or -ttf- except if someone know how to have working aliases under xfstt... > I'd like to know... especially since this would force many that had > hardwired the foundry to change their configs... Perhaps a better idea > would be to change the name of the port from webfonts to truetype as > many suggested, and leave the foundry as it was. by `leave the foundry as it was', do you intend to left them to -microsoft- and -monotype- or to -truetype- ? frankly, I'm not sure that somebody have hardwired the foundry name somewhere except within netscape preferences. of course, it would be better to add a comment about the name change in the pkg-message (my fault to not have done this :). see the attached patch about that. > > -netscape- aliases deleted (they are not needed and slow > > down XFree86 and netscape startup). the number of aliases > > has been lower from 5400 to 3832. -0-0- aliases added to > > allow font scaling under netscape. intermediates font sizes > > (9, 16 and 20) deleted to follow the other fonts name space. > > It's been a long time since I hacked that port together, and the whole > point of the -netscape- aliases was that netscape didn't scale them > properly, thus you could use the -netscape- aliases as a fixed font > to aproximate the behaviour of Win32 netscape and make life more > bearable. If you don't use netscape or don't want that behaviour, w/ the -0- aliases, netscape seems to be happy w/ font scaling, as well as w/ fixed point sized fonts. no need to bind them to -netscape- or whatever. -truetype- or -webfonts- is sufficient. > there's no point in creating those aliases in the first place... I > am not sure if there's any point to have the aliases with the same > foundry name, I think that they won't work as intended, or at all, > in which case you might as well not build them... As I said, it's w/o these aliases, netscape won't find fixed point size fonts except the default (12) one. of course, it's still possible to enter a fixed size in the scale box, but this information don't survive netscape restarts. having them explicitely makes everybody (netscaep, you, me, etc :) happy. > been a long time and I'm not sure why I took some of the decisions > that I took, chances are you're right, but I'd appreciate if you'd > explain... until two days, I don't know the webfonts port, while I've manually done the same job a long time ago, but w/o the aliases. so, I've tried the webfonts port and see that fixed size font don't work as expected, IMHO. then, I've played w/ aliases to make them work better. and I see a great difference on having 12000+ aliases (all sizes and -netscape- aliases) on X and netscape startup. maybe you don't see this difference because you probably have a powerfull machine. but using a P200, the difference is significant. w/ 12000+ aliases, netscape takes a long time to start and the X server don't do anything during this time until netscape has got all aliases. in one word, you cannot do anything... the conclusion was, the least aliases you have, the faster everything works :P since aliases doesn't seem to work w/ xfstt, XFree86 3.3.6 users probably have to play w/ both xfstt and the usual font path. the first of render well the fonts and the second to access the aliases. something such as : xset fp+ unix/:7101 xset fp+ /usr/X11R6/lib/X11/fonts/webfonts xset fp rehash xlsfonts -fn -webfonts-* | grep -c helvetica -> 406 could someone try this under XFree86 3.3.6 w/ and w/o the second xset ? thanks. this patch (-p1) should be applyed to the first one. features are : Makefile CABEXTRACT added. FONTSDIR depends on FONTNAME which depends on PORTNAME. pkg-message :%!fmt to reformat long lines. netscape note added (well, humm, maybe %%FONTNAME%% should be used there...) pkg-plist %%FONTSDIR%% added. diff -ruN -x CVS -x work -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ webfonts/Makefile webfonts.new/Makefile --- webfonts/Makefile Sat Nov 17 02:44:40 2001 +++ webfonts.new/Makefile Sat Nov 17 17:35:53 2001 @@ -13,7 +13,7 @@ DISTFILES= andale32.exe trebuc32.exe georgi32.exe verdan32.exe \ comic32.exe arialb32.exe impact32.exe arial32.exe \ times32.exe courie32.exe webdin32.exe -DIST_SUBDIR= webfonts +DIST_SUBDIR= ${PORTNAME} MAINTAINER= kkonstan@daemon.gr @@ -28,12 +28,12 @@ NO_PACKAGE= Restrictive license \(can\'t distribute in forms \ other than the original\) -EXTRACT_CMD= cabextract --lowercase +EXTRACT_CMD= ${CABEXTRACT} --lowercase EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > /dev/null USE_X_PREFIX= yes -PLIST_SUB= FONTALIAS=${FONTALIAS} +PLIST_SUB= FONTALIAS=${FONTALIAS} FONTSDIR="${FONTSDIR:S|${PREFIX}/||} MSG_FILE= ${PKGDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -47,11 +47,13 @@ FONTALIAS= "@comment " .endif +FONTNAME= ${PORTNAME} FONTSIZES= 8 10 12 14 18 24 # was 8 9 10 12 14 16 18 20 24 FONTLIMIT= 11 -FONTSDIR?= ${PREFIX}/lib/X11/fonts/${PORTNAME} +FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME} DEV_NULL?= /dev/null +CABEXTRACT?= ${LOCALBASE}/bin/cabextract CUT?= cut ECHO_CMD?= echo SORT?= sort @@ -89,8 +91,8 @@ make-fonts.scale: @${TTMKFDIR} -d ${WRKSRC} | ${CAT} -n | ${SED} -e ' \ s,^ 1,100000,; \ - s,monotype,webfonts,; \ - s,microsoft,webfonts,; \ + s,monotype,${FONTNAME},; \ + s,microsoft,${FONTNAME},; \ ' | ${SORT} -r | ${CUT} -c 8- > ${WRKSRC}/fonts.scale make-fonts.dir: diff -ruN -x CVS -x work -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ webfonts/pkg-message webfonts.new/pkg-message --- webfonts/pkg-message Fri Nov 16 00:21:34 2001 +++ webfonts.new/pkg-message Sat Nov 17 17:49:08 2001 @@ -1,13 +1,19 @@ -IMPORTANT - READ CAREFULLY: You may not use these fonts if you do not agree to -the terms of the Microsoft End-User License Agreement ("EULA"). You will find -the EULA at %%FONTSDIR%%/LICENSE. +IMPORTANT - READ CAREFULLY: You may not use these fonts if you do +not agree to the terms of the Microsoft End-User License Agreement +("EULA"). You will find the EULA at %%FONTSDIR%%/LICENSE. -If you read and agreed to the EULA, you can start using the fonts. To be able -to use them, you must add %%FONTSDIR%% to the X font path -by either: +If you read and agreed to the EULA, you can start using the fonts. +To be able to use them, you must add %%FONTSDIR%%/ +to the X font path by either: - xset fp+ %%FONTSDIR%% + xset fp+ %%FONTSDIR%%/ xset fp rehash -or by adding it to your X server configuration file. If you're using XFree86, -check XF86Config(5) for detailed instructions. +or by adding it to your X server configuration file. If you're +using XFree86, check XF86Config(5) for detailed instructions. + +NOTE TO NETSCAPE USERS: The foundry names have been changed from +`Truetype' or `Netscape' to `Webfonts'. To take advantage of this +new foundry name, you have to change your netscape font preferences +(Edit->Preferences->Appearence->Font) from `Some Family (Truetype)' +or `Some Family (Netscape)' to `Some Family (Webfonts)'. diff -ruN -x CVS -x work -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ webfonts/pkg-plist webfonts.new/pkg-plist --- webfonts/pkg-plist Fri Nov 16 20:53:14 2001 +++ webfonts.new/pkg-plist Sat Nov 17 17:30:53 2001 @@ -1,36 +1,36 @@ @comment $FreeBSD$ -lib/X11/fonts/webfonts/LICENSE -lib/X11/fonts/webfonts/andalemo.ttf -lib/X11/fonts/webfonts/arial.ttf -lib/X11/fonts/webfonts/arialbd.ttf -lib/X11/fonts/webfonts/arialbi.ttf -lib/X11/fonts/webfonts/ariali.ttf -lib/X11/fonts/webfonts/ariblk.ttf -lib/X11/fonts/webfonts/comic.ttf -lib/X11/fonts/webfonts/comicbd.ttf -lib/X11/fonts/webfonts/cour.ttf -lib/X11/fonts/webfonts/courbd.ttf -lib/X11/fonts/webfonts/courbi.ttf -lib/X11/fonts/webfonts/couri.ttf -%%FONTALIAS%%lib/X11/fonts/webfonts/fonts.alias -lib/X11/fonts/webfonts/fonts.dir -lib/X11/fonts/webfonts/fonts.scale -lib/X11/fonts/webfonts/georgia.ttf -lib/X11/fonts/webfonts/georgiab.ttf -lib/X11/fonts/webfonts/georgiai.ttf -lib/X11/fonts/webfonts/georgiaz.ttf -lib/X11/fonts/webfonts/impact.ttf -lib/X11/fonts/webfonts/times.ttf -lib/X11/fonts/webfonts/timesbd.ttf -lib/X11/fonts/webfonts/timesbi.ttf -lib/X11/fonts/webfonts/timesi.ttf -lib/X11/fonts/webfonts/trebuc.ttf -lib/X11/fonts/webfonts/trebucbd.ttf -lib/X11/fonts/webfonts/trebucbi.ttf -lib/X11/fonts/webfonts/trebucit.ttf -lib/X11/fonts/webfonts/verdana.ttf -lib/X11/fonts/webfonts/verdanab.ttf -lib/X11/fonts/webfonts/verdanai.ttf -lib/X11/fonts/webfonts/verdanaz.ttf -lib/X11/fonts/webfonts/webdings.ttf -@dirrm lib/X11/fonts/webfonts +%%FONTSDIR%%/LICENSE +%%FONTSDIR%%/andalemo.ttf +%%FONTSDIR%%/arial.ttf +%%FONTSDIR%%/arialbd.ttf +%%FONTSDIR%%/arialbi.ttf +%%FONTSDIR%%/ariali.ttf +%%FONTSDIR%%/ariblk.ttf +%%FONTSDIR%%/comic.ttf +%%FONTSDIR%%/comicbd.ttf +%%FONTSDIR%%/cour.ttf +%%FONTSDIR%%/courbd.ttf +%%FONTSDIR%%/courbi.ttf +%%FONTSDIR%%/couri.ttf +%%FONTALIAS%%%%FONTSDIR%%/fonts.alias +%%FONTSDIR%%/fonts.dir +%%FONTSDIR%%/fonts.scale +%%FONTSDIR%%/georgia.ttf +%%FONTSDIR%%/georgiab.ttf +%%FONTSDIR%%/georgiai.ttf +%%FONTSDIR%%/georgiaz.ttf +%%FONTSDIR%%/impact.ttf +%%FONTSDIR%%/times.ttf +%%FONTSDIR%%/timesbd.ttf +%%FONTSDIR%%/timesbi.ttf +%%FONTSDIR%%/timesi.ttf +%%FONTSDIR%%/trebuc.ttf +%%FONTSDIR%%/trebucbd.ttf +%%FONTSDIR%%/trebucbi.ttf +%%FONTSDIR%%/trebucit.ttf +%%FONTSDIR%%/verdana.ttf +%%FONTSDIR%%/verdanab.ttf +%%FONTSDIR%%/verdanai.ttf +%%FONTSDIR%%/verdanaz.ttf +%%FONTSDIR%%/webdings.ttf +@dirrm %%FONTSDIR%% Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 16:35:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sploo.aagh.net (pc2-hart4-0-cust103.mid.cable.ntl.com [213.107.122.103]) by hub.freebsd.org (Postfix) with ESMTP id B669837B417 for ; Sat, 17 Nov 2001 16:35:29 -0800 (PST) Received: from freaky by sploo.aagh.net with local (Exim 3.33 #1) id 165Fvk-000ORI-00 for freebsd-ports@FreeBSD.ORG; Sun, 18 Nov 2001 00:35:28 +0000 Date: Sun, 18 Nov 2001 00:35:28 +0000 From: Thomas Hurst To: freebsd-ports@FreeBSD.ORG Subject: Re: Perl ports (and world) ignore $LOCALBASE Message-ID: <20011118003528.A93817@sploo> Mail-Followup-To: freebsd-ports@FreeBSD.ORG References: <20011115183844.A40014@sploo> <20011116030649.A9105@shellhung.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011116030649.A9105@shellhung.org>; from shell@shellhung.org on Fri, Nov 16, 2001 at 03:06:49AM +0800 Organization: Not much. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Shell, Hin-lik Hung (shell@shellhung.org) wrote: [SNIP] ---> Deinstalling 'p5-Mail-Tools-1.16' pkg_delete: file `/usr/pkg/lib/perl5/5.00503/man/man3/Mail::Address.3.gz' doesn't really exist pkg_delete: file `/usr/pkg/lib/perl5/5.00503/man/man3/Mail::Cap.3.gz' doesn't really exist pkg_delete: file `/usr/pkg/lib/perl5/5.00503/man/man3/Mail::Field.3.gz' doesn't really exist ... So not only does it and it's related ports install to the wrong place and try to compress manpages in the right place, it also specifies an incorrect packagelist so it has to be uninstalled by hand and breaks installing other ports because they're not detected and installed again. Since you've submitted a patch, can I also assume there's a pr on this? What about the world build of Perl and @INC? -- Thomas 'Freaky' Hurst - freaky@aagh.net - http://www.aagh.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 16:40: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 17DC137B416 for ; Sat, 17 Nov 2001 16:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI0e4W48140; Sat, 17 Nov 2001 16:40:04 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Nov 2001 16:40:04 -0800 (PST) Message-Id: <200111180040.fAI0e4W48140@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Konstantinos Konstantinidis Subject: Re: ports/32046: Port cleanup: x11-fonts/webfonts Reply-To: Konstantinos Konstantinidis Sender: owner-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/32046; it has been noted by GNATS. From: Konstantinos Konstantinidis To: clefevre@citeweb.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/32046: Port cleanup: x11-fonts/webfonts Date: Sun, 18 Nov 2001 02:37:16 +0200 Cyrille Lefevre wrote: > > Konstantinos Konstantinidis wrote: > > > > I am not familiar with xfstt/XFree86 3.3.6 - I've been using XFree86 4 > > for over a year now... care to explain what was the problem with using > > foundry "truetype"? "webfonts" works ok with XFree86 4 of course, but > > I also use XFree86 4 for at least the same amount of time, but as > someone suggested to 3.3.6 users the use of Xfstt, I've tried it > w/o freetype under XFree86 4.x. see the following message for details : > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=614091+0+current/freebsd-stable > and using webfonts as a subdir of TrueType, name them -webfonts- > while putting them at the TrueType top level, name them -ttf- > whatever the foundry name they could have before. the is a ttf FAQ. > this is also a ttf FAQ to only have -0- fonts :( unfortunately, > aliases doesn't seem to work through xfstt. don't know why ? so, > -truetype- or -netscape- aliases are meaningless is this case. > this problem doesn't exists using `freetype' under XFree86 4.x, but > to be compatible w/ xfstt, they should be named -webfonts- or -ttf- > except if someone know how to have working aliases under xfstt... > > > I'd like to know... especially since this would force many that had > > hardwired the foundry to change their configs... Perhaps a better idea > > would be to change the name of the port from webfonts to truetype as > > many suggested, and leave the foundry as it was. > > by `leave the foundry as it was', do you intend to left them to > -microsoft- and -monotype- or to -truetype- ? frankly, I'm not > sure that somebody have hardwired the foundry name somewhere > except within netscape preferences. of course, it would be better > to add a comment about the name change in the pkg-message (my fault > to not have done this :). see the attached patch about that. Sorry, I wasn't clear - I meant -truetype-. I guess it is simpler to just change the foundry and put a note on pkg-message, so I'm fine with that. Anyway, I must admit I never thought about XFree86 3.3.6, which is a shame since it is the 'default' when installing FreeBSD, and chances are many people are still using it. I think the right thing to do would be to check XFREE86_VERSION, and if it's not 4 then depend on Xfstt and possibly setup the symlink too or mention it in pkg-message... When I'll merge your patches I'll be adding that too. > > > -netscape- aliases deleted (they are not needed and slow > > > down XFree86 and netscape startup). the number of aliases > > > has been lower from 5400 to 3832. -0-0- aliases added to > > > allow font scaling under netscape. intermediates font sizes > > > (9, 16 and 20) deleted to follow the other fonts name space. > > > > It's been a long time since I hacked that port together, and the whole > > point of the -netscape- aliases was that netscape didn't scale them > > properly, thus you could use the -netscape- aliases as a fixed font > > to aproximate the behaviour of Win32 netscape and make life more > > bearable. If you don't use netscape or don't want that behaviour, > > w/ the -0- aliases, netscape seems to be happy w/ font scaling, > as well as w/ fixed point sized fonts. no need to bind them to > -netscape- or whatever. -truetype- or -webfonts- is sufficient. > > > there's no point in creating those aliases in the first place... I > > am not sure if there's any point to have the aliases with the same > > foundry name, I think that they won't work as intended, or at all, > > in which case you might as well not build them... As I said, it's > > w/o these aliases, netscape won't find fixed point size fonts except > the default (12) one. of course, it's still possible to enter a fixed > size in the scale box, but this information don't survive netscape > restarts. having them explicitely makes everybody (netscaep, you, > me, etc :) happy. OK, that refreshed my memory quite well :> I'm still not sure WHY I took the decision to have aliases with -netscape- foundry in the first place, but having checked w/ your patched webfonts all seems the same, so they really are no longer needed. > > been a long time and I'm not sure why I took some of the decisions > > that I took, chances are you're right, but I'd appreciate if you'd > > explain... > > until two days, I don't know the webfonts port, while I've manually > done the same job a long time ago, but w/o the aliases. so, I've > tried the webfonts port and see that fixed size font don't work as > expected, IMHO. then, I've played w/ aliases to make them work better. > and I see a great difference on having 12000+ aliases (all sizes > and -netscape- aliases) on X and netscape startup. maybe you don't > see this difference because you probably have a powerfull machine. > but using a P200, the difference is significant. w/ 12000+ aliases, > netscape takes a long time to start and the X server don't do > anything during this time until netscape has got all aliases. > in one word, you cannot do anything... the conclusion was, the least > aliases you have, the faster everything works :P Point taken - Both my workstations are quite fast so I didn't know that this was even an issue. As for the fixed size fonts not working quite as expected, what can I say... Netscape is VERY weird. At least mozilla is working great with webfonts, even with none of these alias nonsense... I can't wait till the day I'll be able to get rid of Netscape altogether. > since aliases doesn't seem to work w/ xfstt, XFree86 3.3.6 users > probably have to play w/ both xfstt and the usual font path. > the first of render well the fonts and the second to access the > aliases. something such as : > xset fp+ unix/:7101 > xset fp+ /usr/X11R6/lib/X11/fonts/webfonts > xset fp rehash > xlsfonts -fn -webfonts-* | grep -c helvetica > -> 406 > could someone try this under XFree86 3.3.6 w/ and w/o the second xset ? > thanks. > > this patch (-p1) should be applyed to the first one. features are : > > Makefile > CABEXTRACT added. > FONTSDIR depends on FONTNAME which depends on PORTNAME. > pkg-message > :%!fmt to reformat long lines. > netscape note added (well, humm, maybe %%FONTNAME%% > should be used there...) > pkg-plist > %%FONTSDIR%% added. > [patch sniped] --kkonstan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 16:48:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from out004pub.verizon.net (out004pub.verizon.net [206.46.170.104]) by hub.freebsd.org (Postfix) with ESMTP id 81D1B37B41C for ; Sat, 17 Nov 2001 16:48:00 -0800 (PST) Received: from verizon.net (pool-141-150-205-234.delv.east.verizon.net [141.150.205.234]) by out004pub.verizon.net with ESMTP for ; id fAI0nQY06377 Sat, 17 Nov 2001 18:49:26 -0600 (CST) Message-ID: <3BF70454.3095E9F9@verizon.net> Date: Sat, 17 Nov 2001 19:44:05 -0500 From: "J. Brian Walters" Reply-To: j.bw@verizon.net X-Mailer: Mozilla 4.73 [en]C-CCK-MCD BA45DSL (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: gnucash/guppi 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'm trying to install gnucash but it is failing becuase of a lib dependency of guppidata.11 which is supposed to be in guppi 0.40.0 . guppi-0.40.0 is installed but I did a pkg_info -L guppi-0.40.0 and there is no guppidata.11 in the listing. This causes gnucash to fail in the installation. What can be done to fix this so I can install gnucash thanks, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 16:59: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 3BABD37B418; Sat, 17 Nov 2001 16:59:25 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI0u1d49289; Sat, 17 Nov 2001 16:56:01 -0800 (PST) (envelope-from kris) Date: Sat, 17 Nov 2001 16:56:01 -0800 (PST) From: Message-Id: <200111180056.fAI0u1d49289@freefall.freebsd.org> To: tiamat@telegraph.spb.ru, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31525: New port: Doom for SVGA 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: Doom for SVGA library State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Nov 17 16:54:48 PST 2001 State-Changed-Why: As discussed with the submitter in private mail, the prboom port can do all this, it has music as well, and fixes a number of bugs in the doom engine. Therefore this port is redundant - thanks anyway. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31525 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 17: 1:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-80.dsl.lsan03.pacbell.net [63.207.60.80]) by hub.freebsd.org (Postfix) with ESMTP id 9907C37B416 for ; Sat, 17 Nov 2001 17:01:10 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EF6B566B43; Sat, 17 Nov 2001 17:01:09 -0800 (PST) Date: Sat, 17 Nov 2001 17:01:09 -0800 From: Kris Kennaway To: Igor Roshchin Cc: ports@FreeBSD.ORG Subject: Re: portcheckout Message-ID: <20011117170109.A95629@xor.obsecurity.org> References: <200111061713.fA6HDSI91846@giganda.komkon.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111061713.fA6HDSI91846@giganda.komkon.org>; from str@giganda.komkon.org on Tue, Nov 06, 2001 at 12:13:28PM -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 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 06, 2001 at 12:13:28PM -0500, Igor Roshchin wrote: >=20 > Hello! >=20 > I just was wondering if it is normal behavior > that portchekout does not calculate second-level dependencies > (i.e. dependencies of dependencies), and doesn't include them in the > script. You should ask the portcheckout author. Kris --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE79whUWry0BWjoQKURAqCQAKD7Ja7swe1sS6uSDjNB9LCxGJ8SDQCg5AVR qiLzwo42si36nda9/8rZpOE= =lNJz -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 17: 2:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-80.dsl.lsan03.pacbell.net [63.207.60.80]) by hub.freebsd.org (Postfix) with ESMTP id AEAB737B416 for ; Sat, 17 Nov 2001 17:02:25 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 67C1866B43; Sat, 17 Nov 2001 17:02:25 -0800 (PST) Date: Sat, 17 Nov 2001 17:02:25 -0800 From: Kris Kennaway To: Peter Pentchev Cc: Satoshi TAOKA , kris@obsecurity.org, ports@FreeBSD.ORG Subject: Re: cvs commit: ports/print Makefile ports/print/pips-sc480 Makefile distinfo pkg-comment pkg-descr Message-ID: <20011117170225.B95629@xor.obsecurity.org> References: <200111071755.fA7HtGH45299@freefall.freebsd.org> <20011107123409.C45824@xor.obsecurity.org> <20011108095631J.taoka@infonets.hiroshima-u.ac.jp> <20011108101921.B672@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="kORqDWCi7qDJ0mEj" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011108101921.B672@straylight.oblivion.bg>; from roam@ringlet.net on Thu, Nov 08, 2001 at 10:19:21AM +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 --kORqDWCi7qDJ0mEj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Nov 08, 2001 at 10:19:21AM +0200, Peter Pentchev wrote: > Would it be possible to create a single port with many distfiles, > and use dialog(1) in a pre-fetch target to only set DISTFILES to > those that are needed? I think that would be useful. Kris --kORqDWCi7qDJ0mEj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE79wigWry0BWjoQKURAlf5AJ9BHpxyDPPr6FdF4zAuyEJ01lhFgQCg6Wuu n1N7pGSQM+wGRnK9wbiiuM0= =CYv/ -----END PGP SIGNATURE----- --kORqDWCi7qDJ0mEj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 17: 3:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-80.dsl.lsan03.pacbell.net [63.207.60.80]) by hub.freebsd.org (Postfix) with ESMTP id E975737B405 for ; Sat, 17 Nov 2001 17:03:34 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ACF7A66D18; Sat, 17 Nov 2001 17:03:34 -0800 (PST) Date: Sat, 17 Nov 2001 17:03:34 -0800 From: Kris Kennaway To: Satoshi TAOKA Cc: kris@obsecurity.org, ports@FreeBSD.ORG Subject: Re: cvs commit: ports/print Makefile ports/print/pips-sc480 Makefile distinfo pkg-comment pkg-descr Message-ID: <20011117170334.C95629@xor.obsecurity.org> References: <200111071755.fA7HtGH45299@freefall.freebsd.org> <20011107123409.C45824@xor.obsecurity.org> <20011108095631J.taoka@infonets.hiroshima-u.ac.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ctP54qlpMx3WjD+/" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011108095631J.taoka@infonets.hiroshima-u.ac.jp>; from taoka@infonets.hiroshima-u.ac.jp on Thu, Nov 08, 2001 at 09:56: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 --ctP54qlpMx3WjD+/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 08, 2001 at 09:56:31AM +0900, Satoshi TAOKA wrote: >=20 > > On Wed, Nov 07, 2001 at 09:55:16AM -0800, Satoshi Taoka wrote: > > > taoka 2001/11/07 09:55:16 PST > > >=3D20 > > > Modified files: > > > print Makefile=3D20 > > > Added files: > > > print/pips-sc480 Makefile distinfo pkg-comment pkg-descr=3D20 > > > Log: > > > Photo Image Print System for Linux --- EPSON Stylus SC40 > >=20 > > Do these really have to be separate ports? >=20 > I think do. >=20 > First the above message "EPSON Stylus SC40" in Log is wrong. > This port is for "EPSON Stylus SC480". >=20 > Each names of the ports came from printer names (e.g. > Photo Image Print System for linux --- epson Stylus SC480 > is abbreviated to pips-sc480). >=20 > Each of the printer drivers pips* and bjfilter* is for a EPSON injet > printer and a Canon bubble jet print, respectively. >=20 > And then its size is more than 1 MB.=20 > So total size of these drivers for each vendors is too large to > collect (in the case of EPSON, the size is more than 30MB). >=20 > These were distributed from the vendors and a part of source codes > (which is concerned with patents) is not open. > So we cannot modify the codes to reduce the size. Yes, I understand this, but since there are potentially dozens or hundreds of these near-identical ports it seems like they should be collapsed into something simpler. Kris --ctP54qlpMx3WjD+/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE79wjlWry0BWjoQKURAr48AKCSwxOFiFfB30u68k9y3cmuXL8mQACfcAWZ r5eVI2xbzvPGdJ20t1pfyac= =5bhv -----END PGP SIGNATURE----- --ctP54qlpMx3WjD+/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 17: 4:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-80.dsl.lsan03.pacbell.net [63.207.60.80]) by hub.freebsd.org (Postfix) with ESMTP id 206FF37B417 for ; Sat, 17 Nov 2001 17:04:57 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C533066B43; Sat, 17 Nov 2001 17:04:56 -0800 (PST) Date: Sat, 17 Nov 2001 17:04:56 -0800 From: Kris Kennaway To: Piotr KUCHARSKI Cc: ports@FreeBSD.ORG Subject: Re: irc/irc package Message-ID: <20011117170456.D95629@xor.obsecurity.org> References: <20011111053148.W5298@sgh.waw.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="8w3uRX/HFJGApMzv" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011111053148.W5298@sgh.waw.pl>; from chopin@sgh.waw.pl on Sun, Nov 11, 2001 at 05:31:50AM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --8w3uRX/HFJGApMzv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 11, 2001 at 05:31:50AM +0100, Piotr KUCHARSKI wrote: >=20 > there's already 2.10.3p3, which contains numerous > fixes for irc package; if including it (somehow) > in ports is something I should do, please guide me > (url will do) Please submit an update to the port. The porters handbook available on the main website explains how to do this. Kris --8w3uRX/HFJGApMzv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE79wk4Wry0BWjoQKURAjNxAJ42N5+l0SHjbvy1x+OZdyE6AeywiwCgomS4 ViMU4QM+lkEYx1ZJkb12Tz4= =hKgg -----END PGP SIGNATURE----- --8w3uRX/HFJGApMzv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 17: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 912CF37B426 for ; Sat, 17 Nov 2001 17:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI1A0K53473; Sat, 17 Nov 2001 17:10:00 -0800 (PST) (envelope-from gnats) Received: from krusty.e-technik.uni-dortmund.de (krusty.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 3215737B416; Sat, 17 Nov 2001 17:09:01 -0800 (PST) Received: from emma1.emma.line.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by krusty.e-technik.uni-dortmund.de (Postfix) with ESMTP id 07ED0A3827; Sun, 18 Nov 2001 02:08:55 +0100 (CET) Received: from freebsd.emma.line.org (freebsd.emma.line.org [192.168.0.4]) by emma1.emma.line.org (Postfix) with ESMTP id 281ACA2429; Sun, 18 Nov 2001 02:08:55 +0100 (CET) Received: by freebsd.emma.line.org (Postfix, from userid 500) id 8DB912D308; Sun, 18 Nov 2001 02:08:54 +0100 (CET) Message-Id: <20011118010854.8DB912D308@freebsd.emma.line.org> Date: Sun, 18 Nov 2001 02:08:54 +0100 (CET) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org Cc: dwcjr@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32068: Vulnerable to memory exhaustion attack/Update available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32068 >Category: ports >Synopsis: Vulnerable to memory exhaustion attack/Update available >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 17 17:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.emma.line.org 4.4-STABLE FreeBSD 4.4-STABLE #1: Sat Nov 17 17:23:57 CET 2001 root@freebsd.emma.line.org:/usr/obj/usr/src/sys/M2A2 i386 >Description: Postfix-Snapshot is - as announced by Wietse Venema - vulnerable to the same memory exhaustion attack that was reported and fixed for the stable version in 20010228-pl08. An updated version, snapshot-20011116, is available. However, the TLS stuff by Lutz Jänicke is for 20011115, so I'm not adding a patch now because I'm unsure what's more important for the maintainer: TLS ready or memory exhaustion attack bug fixed. >How-To-Repeat: >Fix: update to snapshot-20011116. >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 Nov 17 18: 1:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id E86EF37B405; Sat, 17 Nov 2001 18:01:46 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fAI21ja58606; Sat, 17 Nov 2001 19:01:46 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fAI21j757358; Sat, 17 Nov 2001 19:01:45 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111180201.fAI21j757358@harmony.village.org> To: developers@freebsd.org, ports@freebsd.org Cc: core@freebsd.org, portmgr@freebsd.org Subject: Portmgr duties expand Date: Sat, 17 Nov 2001 19:01:45 -0700 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Core is pleased to announce that as of Tuesday, November 11, we've delegated the maintenance of the ports tree to the portsmgr team. They have been maintaining the infrastructure make system for a while now. To that list, we've added the ability to approve ports committers; to resolve disputes within the ports tree; and to generally manage the ports tree as appropriate. portmgr currently consists of: ade, asami, kris, sobomax, steve, will The charter we approved for portmgr is: The portmgr team may approve new ports committers by decision-making processes it deems appropriate. All committer approvals must be sent to admins@, and CC'd to core; they must be PGP-signed. The portmgr team manages the ports portion of the FreeBSD repository. The membership of the portmgr team is the current alias on freefall.freebsd.org. This charter is valid until such time as it is modified or revoked by the Core Team; any changes to this charter must be approved by the Core Team. Warner Losh speaking for core@freebsd.org -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface iQCVAwUBO/cWh9xynu/2qPVhAQF9WgQAkkrYwHtvlOyOIkvERi5ISUi1S3sRdOGi fgLrRKvBAyJgW4X1uoH+W3ya/OKKhIct+rAMh9Gp3Y0YFZa8vywF6Rtfn+JzS/44 kiZQT+ngPLw8k+kIOiQPTCAjyws0BlMaHkrl5k7p4WZ61SgrnC4ZI50RV9Qt05bI Bxt5fq0qg74= =rRoc -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 18:49: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 A5B1A37B405; Sat, 17 Nov 2001 18:49:21 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI2k1472243; Sat, 17 Nov 2001 18:46:01 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 18:46:01 -0800 (PST) From: Message-Id: <200111180246.fAI2k1472243@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/32068: Vulnerable to memory exhaustion attack/Update available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Vulnerable to memory exhaustion attack/Update available Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: ijliao Responsible-Changed-When: Sat Nov 17 18:45:49 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32068 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 19:29: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 25D2937B418; Sat, 17 Nov 2001 19:29:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3OuR80457; Sat, 17 Nov 2001 19:24:56 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 19:24:56 -0800 (PST) From: Message-Id: <200111180324.fAI3OuR80457@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/31793: snmpd loops on udp.ipv6UdpTable.ipv6UdpEntry.ipv6UdpLocalAddress. Sender: owner-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: snmpd loops on udp.ipv6UdpTable.ipv6UdpEntry.ipv6UdpLocalAddress. Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: ijliao Responsible-Changed-When: Sat Nov 17 19:24:46 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31793 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 19:29: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 C25DD37B416; Sat, 17 Nov 2001 19:29:21 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3Kbw79554; Sat, 17 Nov 2001 19:20:37 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 19:20:37 -0800 (PST) From: Message-Id: <200111180320.fAI3Kbw79554@freefall.freebsd.org> To: skv@protey.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31782: New port: p5-Class-Contract Sender: owner-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: p5-Class-Contract State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Nov 17 19:20:29 PST 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31782 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 19:39: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 E4B1237B416; Sat, 17 Nov 2001 19:39:21 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3Y1S81311; Sat, 17 Nov 2001 19:34:01 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 19:34:01 -0800 (PST) From: Message-Id: <200111180334.fAI3Y1S81311@freefall.freebsd.org> To: buchanon@mlss15.cl.msu.edu, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31831: New Port: bcpp, an ident for c++ Sender: owner-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: bcpp, an ident for c++ State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Nov 17 19:33:52 PST 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31831 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 19:39: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 D3A9637B418; Sat, 17 Nov 2001 19:39:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3ZXH81672; Sat, 17 Nov 2001 19:35:33 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 19:35:33 -0800 (PST) From: Message-Id: <200111180335.fAI3ZXH81672@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/31840: package naming inadequation (gnome vs gtk vs etc.) Sender: owner-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: package naming inadequation (gnome vs gtk vs etc.) Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Sat Nov 17 19:35:26 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31840 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 19:39: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 A822C37B41A; Sat, 17 Nov 2001 19:39:23 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3c5381849; Sat, 17 Nov 2001 19:38:05 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 19:38:05 -0800 (PST) From: Message-Id: <200111180338.fAI3c5381849@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dima@FreeBSD.org Subject: Re: ports/31892: KPilot port is history. KPilot is fully integrated in kdepim. Sender: owner-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: KPilot port is history. KPilot is fully integrated in kdepim. Responsible-Changed-From-To: freebsd-ports->dima Responsible-Changed-By: ijliao Responsible-Changed-When: Sat Nov 17 19:37:21 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31892 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 19:49: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 C1D6C37B418; Sat, 17 Nov 2001 19:49:21 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3j3e82517; Sat, 17 Nov 2001 19:45:03 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 19:45:03 -0800 (PST) From: Message-Id: <200111180345.fAI3j3e82517@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/31991: [patch] fix for devel\linguist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] fix for devel\linguist Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: ijliao Responsible-Changed-When: Sat Nov 17 19:44:54 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31991 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 19:49: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 22AA137B419; Sat, 17 Nov 2001 19:49:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3jqh82649; Sat, 17 Nov 2001 19:45:52 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 19:45:52 -0800 (PST) From: Message-Id: <200111180345.fAI3jqh82649@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/31998: libxml2-2.4.10 breaks kdelibs-2.2.1 build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: libxml2-2.4.10 breaks kdelibs-2.2.1 build Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Sat Nov 17 19:45:37 PST 2001 Responsible-Changed-Why: over to libxml2 maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 19:49: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 0C28C37B416; Sat, 17 Nov 2001 19:49:23 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3lDk82754; Sat, 17 Nov 2001 19:47:13 -0800 (PST) (envelope-from ijliao) Date: Sat, 17 Nov 2001 19:47:13 -0800 (PST) From: Message-Id: <200111180347.fAI3lDk82754@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, marcel@FreeBSD.org Subject: Re: ports/32047: Existence of linux_base-62 appeares to be wrong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Existence of linux_base-62 appeares to be wrong Responsible-Changed-From-To: freebsd-ports->marcel Responsible-Changed-By: ijliao Responsible-Changed-When: Sat Nov 17 19:47:03 PST 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32047 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 19:50: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 9D8AD37B41A for ; Sat, 17 Nov 2001 19:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3o0q82925; Sat, 17 Nov 2001 19:50:00 -0800 (PST) (envelope-from gnats) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id C130537B418; Sat, 17 Nov 2001 19:47:17 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fAI3lGF74687; Sat, 17 Nov 2001 22:47:16 -0500 (EST) (envelope-from wollman) Message-Id: <200111180347.fAI3lGF74687@khavrinen.lcs.mit.edu> Date: Sat, 17 Nov 2001 22:47:16 -0500 (EST) From: Garrett Wollman Reply-To: Garrett Wollman To: FreeBSD-gnats-submit@freebsd.org Cc: nakai@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32069: malloc.h fix for games/kxl Sender: owner-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: 32069 >Category: ports >Synopsis: malloc.h fix for games/kxl >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: Sat Nov 17 19:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD Project >Environment: FreeBSD-current no longer includes the deprecated System V header file. >Description: games/kxl builds fail on bento >How-To-Repeat: Examine http://bento.freebsd.org/errorlogs/5-latest/kxl-0.5.6.log >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files/patch-ab # echo x - files/patch-ab sed 's/^X//' >files/patch-ab << 'END-of-files/patch-ab' Xdiff -ru2 ./src/KXLmisc.c ../../work.works/KXL-0.5.6/src/KXLmisc.c X--- ./src/KXLmisc.c Thu May 17 05:08:12 2001 X+++ ../../work.works/KXL-0.5.6/src/KXLmisc.c Sat Nov 17 22:41:32 2001 X@@ -1,5 +1,7 @@ X #include X #include X+#ifdef HAVE_MALLOC_H /* probably wrong anyway */ X #include X+#endif X #include X #include END-of-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 Sat Nov 17 20: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 BD90037B417 for ; Sat, 17 Nov 2001 20:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI4A0A87481; Sat, 17 Nov 2001 20:10:00 -0800 (PST) (envelope-from gnats) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 4AEA837B405 for ; Sat, 17 Nov 2001 20:01:34 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fAI41XO88946; Sat, 17 Nov 2001 23:01:33 -0500 (EST) (envelope-from wollman) Message-Id: <200111180401.fAI41XO88946@khavrinen.lcs.mit.edu> Date: Sat, 17 Nov 2001 23:01:33 -0500 (EST) From: Garrett Wollman Reply-To: Garrett Wollman To: FreeBSD-gnats-submit@freebsd.org Cc: bruno@tinkerbox.org X-Send-Pr-Version: 3.113 Subject: ports/32070: malloc.h update for libgdgeda Sender: owner-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: 32070 >Category: ports >Synopsis: malloc.h update for libgdgeda >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: Sat Nov 17 20:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD Project >Environment: Ports build cluster >Description: FreeBSD-current no longer has the obsolete System V header malloc.h >How-To-Repeat: See http://bento.freebsd.org/errorlogs/5-latest/libgdgeda-1.8.log >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files # files/patch-aa # echo c - files mkdir -p files > /dev/null 2>&1 echo x - files/patch-aa sed 's/^X//' >files/patch-aa << 'END-of-files/patch-aa' Xdiff -ru2 ../../work.orig/libgdgeda-1.8/src/gd.c ./src/gd.c X--- ../../work.orig/libgdgeda-1.8/src/gd.c Sat Nov 17 22:51:38 2001 X+++ ./src/gd.c Sat Nov 17 22:54:00 2001 X@@ -1,5 +1,8 @@ X-#ifndef _OSD_POSIX /* _OSD_POSIX defines *alloc() in stdlib.h */ X+#ifdef HAVE_CONFIG_H X+#include "config.h" X+#endif X+#ifdef HAVE_MALLOC_H X #include X-#endif /*_OSD_POSIX*/ X+#endif /* HAVE_MALLOC_H */ X #include X #include END-of-files/patch-aa 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 Nov 17 20: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 E20E037B418 for ; Sat, 17 Nov 2001 20:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI4K1M88064; Sat, 17 Nov 2001 20:20:01 -0800 (PST) (envelope-from gnats) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 2333337B417; Sat, 17 Nov 2001 20:19:02 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fAI4J1x97164; Sat, 17 Nov 2001 23:19:01 -0500 (EST) (envelope-from wollman) Message-Id: <200111180419.fAI4J1x97164@khavrinen.lcs.mit.edu> Date: Sat, 17 Nov 2001 23:19:01 -0500 (EST) From: Garrett Wollman Reply-To: Garrett Wollman To: FreeBSD-gnats-submit@freebsd.org Cc: mita@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32071: malloc.h update Sender: owner-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: 32071 >Category: ports >Synopsis: malloc.h update >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: Sat Nov 17 20:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD Project >Environment: Ports build cluster >Description: magicpoint uses a bizarre mixture of autoconf and imake for its configuration. In one of the imake-controlled bits, a source file references the obsolete System V header file and thus won't compile on -current. >How-To-Repeat: See http://bento.freebsd.org/errorlogs/5-latest/magicpoint-1.09a.log >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files # files/patch-aa # echo c - files mkdir -p files > /dev/null 2>&1 echo x - files/patch-aa sed 's/^X//' >files/patch-aa << 'END-of-files/patch-aa' Xdiff -ru2 ../../work.orig/magicpoint-1.09a/image/new.c ./image/new.c X--- ../../work.orig/magicpoint-1.09a/image/new.c Sat Nov 17 23:06:01 2001 X+++ ./image/new.c Sat Nov 17 23:11:45 2001 X@@ -12,5 +12,9 @@ X #include "image.h" X X+#ifdef CSRG_BASED X+#include X+#else X #include X+#endif X X extern int _Xdebug; END-of-files/patch-aa 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 Nov 17 21:53:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from monorchid.lemis.com (monorchid.lemis.com [192.109.197.75]) by hub.freebsd.org (Postfix) with ESMTP id 21D3137B405 for ; Sat, 17 Nov 2001 21:53:39 -0800 (PST) Received: by monorchid.lemis.com (Postfix, from userid 1004) id 4EFD2786E1; Sun, 18 Nov 2001 16:23:36 +1030 (CST) Date: Sun, 18 Nov 2001 16:23:36 +1030 From: Greg Lehey To: ports@FreeBSD.org Subject: Adding Emacs 21 to the Ports Collection Message-ID: <20011118162336.L72712@monorchid.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm using Emaacs 21 here, and since nobody else has committed it, I'm planning to do so. First, though, I'd like to do some name changes. Currently we have: editors/emacs - Emacs 19.34, completely out of date editors/emacs20 - Emacs 20.7, only marginally out of date I could call the new one emacs21, but I think that's the wrong approach. I'd rather rename editors/emacs to editors/emacs19, and call the new port editors/emacs. Comments? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 22: 1:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 3892B37B41B for ; Sat, 17 Nov 2001 22:01:14 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id GAA01029; Sun, 18 Nov 2001 06:08:40 -0800 Date: Sat, 17 Nov 2001 22:00:55 -0800 From: John Merryweather Cooper To: Greg Lehey Cc: ports@FreeBSD.org Subject: Re: Adding Emacs 21 to the Ports Collection Message-ID: <20011117220055.Q91400@johncoop.MSHOME> Disposition-Notification-To: John Merryweather Cooper References: <20011118162336.L72712@monorchid.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011118162336.L72712@monorchid.lemis.com>; from grog@lemis.com on Sat, Nov 17, 2001 at 21:53:36 -0800 X-Mailer: Balsa 1.2.3 Lines: 38 Sender: owner-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 2001.11.17 21:53 Greg Lehey wrote: > I'm using Emaacs 21 here, and since nobody else has committed it, I'm > planning to do so. First, though, I'd like to do some name changes. > Currently we have: > > editors/emacs - Emacs 19.34, completely out of date > editors/emacs20 - Emacs 20.7, only marginally out of date > > I could call the new one emacs21, but I think that's the wrong > approach. I'd rather rename editors/emacs to editors/emacs19, and > call the new port editors/emacs. Comments? > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Which ports tree are you looking at? Mine on -STABLE has an editors/emacs21 which builds and runs (but still isn't as nice as xemacs21.1.4). I think someone's already beaten you to the punch. P.S. instant-workstation PR? :) -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =======================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =======================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 22:19:24 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 0604C37B405; Sat, 17 Nov 2001 22:19:22 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI6Edr02300; Sat, 17 Nov 2001 22:14:39 -0800 (PST) (envelope-from marcel) Date: Sat, 17 Nov 2001 22:14:39 -0800 (PST) From: Message-Id: <200111180614.fAI6Edr02300@freefall.freebsd.org> To: marcel@FreeBSD.org, marcel@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/32047: Existence of linux_base-62 appeares to be wrong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Existence of linux_base-62 appeares to be wrong Responsible-Changed-From-To: marcel->ports Responsible-Changed-By: marcel Responsible-Changed-When: Sat Nov 17 22:09:16 PST 2001 Responsible-Changed-Why: Improper assignment. The MAINTAINER line didn't reflect reality. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32047 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 22:50: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 9BB7037B416 for ; Sat, 17 Nov 2001 22:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI6o1T05814; Sat, 17 Nov 2001 22:50:01 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Nov 2001 22:50:01 -0800 (PST) Message-Id: <200111180650.fAI6o1T05814@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/32046: Port cleanup: x11-fonts/webfonts 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/32046; it has been noted by GNATS. From: Cyrille Lefevre To: Konstantinos Konstantinidis Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/32046: Port cleanup: x11-fonts/webfonts Date: Sun, 18 Nov 2001 07:45:05 +0100 (CET) Konstantinos Konstantinidis wrote: > Cyrille Lefevre wrote: > > Konstantinos Konstantinidis wrote: [snip] > Anyway, I must admit I never thought about XFree86 3.3.6, which is > a shame since it is the 'default' when installing FreeBSD, and chances > are many people are still using it. I think so ;^) > I think the right thing to do would be to check XFREE86_VERSION, and > if it's not 4 then depend on Xfstt and possibly setup the symlink too > or mention it in pkg-message... > > When I'll merge your patches I'll be adding that too. it's not so simple to just check about XFREE86_VERSION at compile time. how do you handle this case for pre-build packages ? remember you the Mesa port which is required by some port and which overwrite XFree86 4.x headers and libraries... however, installing xfstt shouldn't be a problem under XFree86 4.x and nor starting it automagically w/o unix/:7101 in the font path. so, you don't have to check whether or not you are running XFree86 4.x. some times later... well, job done. see the attached patch :)) [snip] > OK, that refreshed my memory quite well :> I'm still not sure WHY I took > the decision to have aliases with -netscape- foundry in the first place, > but having checked w/ your patched webfonts all seems the same, so they > really are no longer needed. are you talking about getting rid of font.alias or about the -netscape- aliases ? I guess you are talking about the last one, no ? PS : during my last investigations, I've found we need those f*king aliases... see the following URL for details : http://www.dcs.ed.ac.uk/home/jec/programs/xfsft/#ALTERNATIVES [snip] > As for the fixed size fonts not working quite as expected, what can I > say... Netscape is VERY weird. At least mozilla is working great with regarding the xfsft page, I'm not sure that netscape is the problem... however, the comment about xfstt on the xfsft page, which is the XFree86 4.x freetype extension, imply that xfsft should generate those f*king aliases. unfortunately, this doesn't seem to work ! > webfonts, even with none of these alias nonsense... I can't wait till > the day I'll be able to get rid of Netscape altogether. to see if everything works fine, go there : http://www.joerg-pommnitz.de/TrueType/xfsft.html then click on the first screenshot :-) PS : don't forget to activate javascript and the style sheet if they are disabled. I say that since as a general rule, I disable the style sheets to avoid netscape crash... so, everything works fine w/ or without those f*king aliases except the netscape font size selection box. so, we still need them... at least Helvetica, Time, etc. re-PS : whaooo! netscape 6.x is so slow regarding netscape 4.x :( and... yet another patch (-p1) ! Makefile XFree86 3.x vs. 4.x handling added. pkg-message XFree86 3.x note added. also, reworked a lot to be less than 25 lines long and to make portlint happy :P pkg-plist XFree86 3.x handling added. diff -ruN -x CVS -x work -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ webfonts/Makefile webfonts.new/Makefile --- webfonts/Makefile Sat Nov 17 17:35:53 2001 +++ webfonts.new/Makefile Sun Nov 18 07:02:09 2001 @@ -22,6 +22,9 @@ BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir \ cabextract:${PORTSDIR}/archivers/cabextract +.if ${XFREE86_VERSION} == 3 +RUN_DEPENDS= xfstt:${PORTSDIR}/x11-servers/Xfstt +.endif RESTRICTED= Restrictive license \(can\'t place on server for distribution\) NO_CDROM= Restrictive license \(can\'t sell for profit\) @@ -33,7 +36,10 @@ EXTRACT_AFTER_ARGS= > /dev/null USE_X_PREFIX= yes -PLIST_SUB= FONTALIAS=${FONTALIAS} FONTSDIR="${FONTSDIR:S|${PREFIX}/||} +PLIST_SUB= XFREE3=${XFREE3} FONTALIAS=${FONTALIAS} \ + FONTNAME="${FONTNAME}" \ + FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" \ + TTFONTSDIR="${TTFONTSDIR:S|${X11BASE}/||}" MSG_FILE= ${PKGDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -41,6 +47,12 @@ # Local variables # +.if ${XFREE86_VERSION} == 3 +XFREE3= +.else +XFREE3= "@comment " +.endif + .if !defined(WITHOUT_NETSCAPE_ALIASES) FONTALIAS= .else @@ -51,6 +63,7 @@ FONTSIZES= 8 10 12 14 18 24 # was 8 9 10 12 14 16 18 20 24 FONTLIMIT= 11 FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME} +TTFONTSDIR?= ${X11BASE}/lib/X11/fonts/TrueType DEV_NULL?= /dev/null CABEXTRACT?= ${LOCALBASE}/bin/cabextract @@ -139,7 +152,12 @@ # Post-install # -post-install: display-message +post-install: truetype-link display-message + +truetype-link: +.if ${XFREE86_VERSION} == 3 + @${LN} -fs ${FONTSDIR} ${TTFONTSDIR}/${FONTNAME} +.endif display-message: @${ECHO_MSG} diff -ruN -x CVS -x work -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ webfonts/pkg-message webfonts.new/pkg-message --- webfonts/pkg-message Sat Nov 17 17:49:08 2001 +++ webfonts.new/pkg-message Sun Nov 18 06:41:43 2001 @@ -5,15 +5,20 @@ If you read and agreed to the EULA, you can start using the fonts. To be able to use them, you must add %%FONTSDIR%%/ to the X font path by either: - xset fp+ %%FONTSDIR%%/ xset fp rehash +or by adding the following line to the `Files' section of your XF86Config file: + FontPath "%%FONTSDIR%%/" -or by adding it to your X server configuration file. If you're -using XFree86, check XF86Config(5) for detailed instructions. +NOTE TO XFREE86 3.3.6 USERS: In addition to the above setup, you +also have to add the X TrueType font server path by either : + xset fp+ unix/:7101 + xset fp rehash +or by adding the following line to the `Files' section of your XF86Config file: + FontPath "unix/:7101" -NOTE TO NETSCAPE USERS: The foundry names have been changed from -`Truetype' or `Netscape' to `Webfonts'. To take advantage of this -new foundry name, you have to change your netscape font preferences +NOTE TO NETSCAPE USERS: The `Truetype' and `Netscape' foundries +have been changed to `Webfonts'. To take advantage of this new +foundry, you have to change your netscape font preferences (Edit->Preferences->Appearence->Font) from `Some Family (Truetype)' or `Some Family (Netscape)' to `Some Family (Webfonts)'. diff -ruN -x CVS -x work -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ webfonts/pkg-plist webfonts.new/pkg-plist --- webfonts/pkg-plist Sat Nov 17 17:30:53 2001 +++ webfonts.new/pkg-plist Sun Nov 18 07:01:24 2001 @@ -34,3 +34,5 @@ %%FONTSDIR%%/verdanaz.ttf %%FONTSDIR%%/webdings.ttf @dirrm %%FONTSDIR%% +%%XFREE3%%@exec ln -fs %D/%%FONTSDIR%% %D/%%TTFONTSDIR%%/%%FONTNAME%% +%%XFREE3%%@unexec rm -f %D/%%TTFONTSDIR%%/%%FONTNAME%% Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 23: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 2055037B417 for ; Sat, 17 Nov 2001 23:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI7K1i11183; Sat, 17 Nov 2001 23:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4509437B417 for ; Sat, 17 Nov 2001 23:12:29 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI7CTY10683; Sat, 17 Nov 2001 23:12:29 -0800 (PST) (envelope-from nobody) Message-Id: <200111180712.fAI7CTY10683@freefall.freebsd.org> Date: Sat, 17 Nov 2001 23:12:29 -0800 (PST) From: Hidenori Ishikawa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32073: openssh port upgrade to OpenSSH 3.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32073 >Category: ports >Synopsis: openssh port upgrade to OpenSSH 3.0.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 17 23:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Hidenori Ishikawa >Release: FreeBSD 4.4-RELEASE >Organization: Chiba BSD Users Group >Environment: FreeBSD casper.geofront.magisystem.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sun Sep 16 22:00:48 JST 2001 root@casper.geofront.magisystem.net:/raid0/src/4.4-RELEASE/src+uaudio/sys/compile/SMP-4.4-RELEASE+uaudio i386 >Description: Since OpenSSH team has announced the new version of OpenSSH, 3.0.1, which fixed some more bugs and security hole, I thought it is better to update the FreeBSD port as well. >How-To-Repeat: >Fix: Non-portable version of OpenSSH 3.0.1 now requires "readpassphrase" which is a function included in libc on OpenBSD platform. So, I ported "readpassphrase.{c,h}" from OpenBSD 3.0-current so that it can be complied on FreeBSD. Patches to Makefile and distinfo is: http://www.geofront.magisystem.net/misc/ports/openssh-3.0.1.ports.diff Patch files (which go under openssh/files) are: http://www.geofront.magisystem.net/misc/ports/openssh-3.0.1.patches.tar.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 17 23:20:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (aragon.noos.net [212.198.2.75]) by hub.freebsd.org (Postfix) with ESMTP id 4747637B416 for ; Sat, 17 Nov 2001 23:20:22 -0800 (PST) Received: (qmail 56457214 invoked by uid 0); 18 Nov 2001 07:20:20 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.75 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Nov 2001 07:20:20 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAI7KJB55939; Sun, 18 Nov 2001 08:20:19 +0100 (CET) (envelope-from root) Message-Id: <200111180720.fAI7KJB55939@gits.dyndns.org> Subject: Re: Adding Emacs 21 to the Ports Collection In-Reply-To: <20011117220055.Q91400@johncoop.MSHOME> To: John Merryweather Cooper Date: Sun, 18 Nov 2001 08:20:18 +0100 (CET) Cc: Greg Lehey , ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (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 John Merryweather Cooper wrote: > On 2001.11.17 21:53 Greg Lehey wrote: > > I'm using Emaacs 21 here, and since nobody else has committed it, I'm > > planning to do so. First, though, I'd like to do some name changes. > > Currently we have: > > > > editors/emacs - Emacs 19.34, completely out of date > > editors/emacs20 - Emacs 20.7, only marginally out of date > > > > I could call the new one emacs21, but I think that's the wrong > > approach. I'd rather rename editors/emacs to editors/emacs19, and > > call the new port editors/emacs. Comments? are you sure that you port tree is up to date ? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html http://www.freebsd.org/doc/en_US.ISO8859-1/articles/cvsup-advanced/article.html > Which ports tree are you looking at? Mine on -STABLE has an > editors/emacs21 which builds and runs (but still isn't as nice as > xemacs21.1.4). I think someone's already beaten you to the punch. yes, emacs21 exists since 23 Oct 2001 :P http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/emacs21/ Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message