From owner-freebsd-ports Sun May 14 0:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 0AF1337B9AC for ; Sun, 14 May 2000 00:09:59 -0700 (PDT) (envelope-from fjoe@iclub.nsu.ru) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id OAA50087 for ; Sun, 14 May 2000 14:09:52 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Date: Sun, 14 May 2000 14:09:52 +0700 (NSS) From: Max Khon To: ports@freebsd.org Subject: libtool adds -lc when linking libraries Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, there! libtool silently adds -lc when linking libraries. As a result all the programs which a linked with -pthread and with library built with libtool is linked against both libc and libc_r. This is a program which is linked with -pthread and with libodbc.so.1 (unixODBC), both libtool and unixODBC are built from ports: lark:~/plesk2/src/plesk$ldd foo foo: libmd.so.2 => /usr/lib/libmd.so.2 (0x2809a000) libodbc++.so.4 => /usr/local/lib/libodbc++.so.4 (0x2809e000) libACE.so => /home/fjoe/ACE_wrappers/ace/libACE.so (0x28148000) libTAO.so => /home/fjoe/ACE_wrappers/ace/libTAO.so (0x2835f000) libm.so.2 => /usr/lib/libm.so.2 (0x28a68000) libc_r.so.4 => /usr/lib/libc_r.so.4 (0x28a83000) libodbc.so.1 => /usr/local/lib/libodbc.so.1 (0x28b19000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28b49000) libc.so.3 => /usr/lib/libc.so.3 (0x28b5e000) Another question (maybe not related to -ports) is how to link program with libtool against static library even if shared libraries are present (I need to link against /usr/lib/libdescrypt.a instead of shared one to ensure that I will always have DES crypt). Using /usr/lib/libdescrypt.a instead of -lcrypt does not help -- libtool complains about using non-libtool object. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 0:41:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 335C137BA10 for ; Sun, 14 May 2000 00:41:56 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000050921000035) with ESMTP id QAA22784 for ; Sun, 14 May 2000 16:41:51 +0900 Received: from localhost (ppp39-Mobara1.mtci.ne.jp [210.172.1.241]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000050215000000) with SMTP id QAA01840 for ; Sun, 14 May 2000 16:41:46 +0900 X-Authentication-Warning: mail1.be.to: Host ppp39-Mobara1.mtci.ne.jp [210.172.1.241] claimed to be localhost Received: (qmail 21306 invoked from network); 14 May 2000 07:39:25 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 14 May 2000 07:39:25 -0000 Date: Sun, 14 May 2000 16:39:23 +0900 Message-ID: <863dnlk2c4.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: fjoe@iclub.nsu.ru Cc: ports@freebsd.org Subject: Re: libtool adds -lc when linking libraries In-Reply-To: In your message of "Sun, 14 May 2000 14:09:52 +0700 (NSS)" References: User-Agent: Wanderlust/2.3.0 (Roam) REMI/1.14.1 (=?ISO-8859-4?Q?Mushigawa?= =?ISO-8859-4?Q?=F2sugi?=) Chao/1.14.1 (=?ISO-8859-4?Q?Rokujiz=F2?=) APEL/10.2 Emacs/20.6 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 (generated by REMI 1.14.1 - =?ISO-8859-4?Q?=22Mushigawa=F2?= =?ISO-8859-4?Q?sugi=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, In the message Max Khon wrote: > libtool silently adds -lc when linking libraries. As a result > all the programs which a linked with -pthread and with library built with > libtool is linked against both libc and libc_r. See Makefile of the port devel/libgii for a workaround, though it does not declare USE_LIBTOOL for other reason. -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 1:16:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 4C68D37B52B for ; Sun, 14 May 2000 01:16:31 -0700 (PDT) (envelope-from fjoe@iclub.nsu.ru) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id PAA51823 for ; Sun, 14 May 2000 15:16:24 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Date: Sun, 14 May 2000 15:16:24 +0700 (NSS) From: Max Khon To: ports@freebsd.org Subject: Re: libtool adds -lc when linking libraries In-Reply-To: <863dnlk2c4.wl@dolphin.be.to> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, there! On Sun, 14 May 2000, OKAZAKI Tetsurou wrote: > > libtool silently adds -lc when linking libraries. As a result > > all the programs which a linked with -pthread and with library built with > > libtool is linked against both libc and libc_r. > > See Makefile of the port devel/libgii for a workaround, > though it does not declare USE_LIBTOOL for other reason. thanks for quick reply! if you are talking about s/deplibs -lc/deplibs/ -- I am using it by myself. I think that our libtool port should be fixed instead. Should I send a PR or I still miss something? /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 3:27:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 8847837B59D for ; Sun, 14 May 2000 03:27:32 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4EARBP09430; Sun, 14 May 2000 06:27:15 -0400 (EDT) Date: Sun, 14 May 2000 06:27:11 -0400 (EDT) From: Trevor Johnson To: SADA Kenji Cc: freebsd-ports@freebsd.org, rorsten@ualberta.ca Subject: Re: BSDI Netscape ports--comments and testing sought In-Reply-To: <20000514012308O.sada@bsdclub.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> The way I wrote them, they require small modifications to the > >> netscape4-communicator port, maintained by Kenji Sada. > > I've just committed the diff to FreeBSD ports tree. > Please verify it. Great! Thanks for the quick response. The changes look fine. -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 4:35:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id 2003C37BAA1; Sun, 14 May 2000 04:35:45 -0700 (PDT) (envelope-from se@freebsd.org) Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout0.freenet.de with esmtp (Exim 3.14 #3) id 12qwgS-0006Mg-00; Sun, 14 May 2000 13:35:44 +0200 Received: from [213.6.106.36] (helo=StefanEsser.FreeBSD.org) by mx3.freenet.de with esmtp (Exim 3.14 #3) id 12qwgR-0004pA-00; Sun, 14 May 2000 13:35:44 +0200 Received: by StefanEsser.FreeBSD.org (Postfix, from userid 200) id C3295D86; Sun, 14 May 2000 13:36:13 +0200 (CEST) Date: Sun, 14 May 2000 13:36:13 +0200 From: Stefan Esser To: Joe Kiser Cc: ports@freebsd.org, Stefan Esser Subject: Re: FreeBSD Port: kde11-1.1.2 Message-ID: <20000514133613.D3914@StefanEsser.FreeBSD.org> Reply-To: Stefan Esser References: <391D94EF.CD6CC8DF@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <391D94EF.CD6CC8DF@mindspring.com>; from joekiser@mindspring.com on Sat, May 13, 2000 at 05:46:23PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 2000-05-13 17:46 +0000, Joe Kiser wrote: > Is there a port of kde-1.90 yet? Sorry, but I do not have the time required to maintain the KDE ports anymore. Will Andrews showed interest to take over my KDE ports, a few weeks back (and he has already upgraded the kdelibs11 port), so you may want to ask him about his plans ... Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 4:35:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id 21AB137BB90; Sun, 14 May 2000 04:35:48 -0700 (PDT) (envelope-from se@freebsd.org) Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout0.freenet.de with esmtp (Exim 3.14 #3) id 12qwgS-0006MZ-00; Sun, 14 May 2000 13:35:44 +0200 Received: from [213.6.106.36] (helo=StefanEsser.FreeBSD.org) by mx3.freenet.de with esmtp (Exim 3.14 #3) id 12qwgR-0004p9-00; Sun, 14 May 2000 13:35:44 +0200 Received: by StefanEsser.FreeBSD.org (Postfix, from userid 200) id 1E4EBD75; Sun, 14 May 2000 13:26:58 +0200 (CEST) Date: Sun, 14 May 2000 13:26:58 +0200 From: Stefan Esser To: Gerald Pfeifer Cc: ports@freebsd.org, Stefan Esser Subject: Re: FreeBSD Port: wine-99.11.14 Message-ID: <20000514132658.C3914@StefanEsser.FreeBSD.org> Reply-To: Stefan Esser References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Sat, May 13, 2000 at 03:42:20PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 2000-05-13 15:42 +0200, Gerald Pfeifer wrote: > Please consider updating that port to the next (not the current, but > the one that will be released on Monday, or so) version of Wine. I have been looking for somebody else to become maintainer of the Wine port for quite some time already. If you (or somebody else, possibly splitting tasks into providing diffs and doing the commits) wants to become the new port maintainer, just let me know. Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 5:20: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADA837BD5C for ; Sun, 14 May 2000 05:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA28188; Sun, 14 May 2000 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from arthur.cs.uni-magdeburg.de (arthur.CS.Uni-Magdeburg.De [141.44.27.36]) by hub.freebsd.org (Postfix) with ESMTP id CF11837B9F1 for ; Sun, 14 May 2000 05:14:33 -0700 (PDT) (envelope-from r@arthur.cs.uni-magdeburg.de) Received: (from r@localhost) by arthur.cs.uni-magdeburg.de (8.9.3/8.9.3) id OAA13943; Sun, 14 May 2000 14:14:45 +0200 (CEST) (envelope-from r) Message-Id: <200005141214.OAA13943@arthur.cs.uni-magdeburg.de> Date: Sun, 14 May 2000 14:14:45 +0200 (CEST) From: jesse@cs.uni-magdeburg.de Reply-To: jesse@cs.uni-magdeburg.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18544: Update of port devel/tmake from 1.3 to 1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18544 >Category: ports >Synopsis: Update of port devel/tmake from 1.3 to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 14 05:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: FreeBSD 4.0-STABLE i386 >Organization: Otto-von-Guericke University of Magdeburg >Environment: FreeBSD arthur.cs.uni-magdeburg.de 4.0-STABLE FreeBSD 4.0-STABLE #10: Sat May 13 15:21:10 CEST 2000 root@arthur.cs.uni-magdeburg.de:/usr/src/sys/compile/ARTHUR i386 >Description: no new files added >How-To-Repeat: >Fix: diff -ruN tmake.bak/Makefile tmake/Makefile --- tmake.bak/Makefile Fri Apr 14 07:44:36 2000 +++ tmake/Makefile Sun May 14 13:58:23 2000 @@ -6,7 +6,7 @@ # PORTNAME= tmake -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= devel perl5 MASTER_SITES= ftp://ftp.troll.no/freebies/tmake/ @@ -14,7 +14,6 @@ USE_PERL5= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/tmake TMAKE_BIN= progen tmake do-install: @@ -25,6 +24,7 @@ .endfor post-install: + @${ECHO} @${ECHO} "Make sure to set your TMAKEPATH environment variable" @${ECHO} "to ${PREFIX}/share/tmake/freebsd-g++." @${ECHO} diff -ruN tmake.bak/files/md5 tmake/files/md5 --- tmake.bak/files/md5 Sat Mar 25 22:10:11 2000 +++ tmake/files/md5 Sun May 14 13:54:18 2000 @@ -1 +1 @@ -MD5 (tmake-1.3.tar.gz) = afb94874a0ec92861740d4b54bc3b4e7 +MD5 (tmake-1.4.tar.gz) = 6e5c13829a085ed8ae1b525ea1bbb54a diff -ruN tmake.bak/patches/patch-aa tmake/patches/patch-aa --- tmake.bak/patches/patch-aa Fri Apr 7 03:34:33 2000 +++ tmake/patches/patch-aa Sun May 14 13:55:37 2000 @@ -1,6 +1,6 @@ ---- lib/unix/generic.t Fri Jul 30 08:55:18 1999 -+++ lib/unix/generic.t.new Thu Apr 6 20:43:17 2000 -@@ -150,10 +150,10 @@ +--- lib/unix/generic.t Fri Apr 7 16:18:05 2000 ++++ lib/unix/generic.t.new Sun May 14 13:51:52 2000 +@@ -156,10 +156,10 @@ ####### Compiler, tools and options diff -ruN tmake.bak/patches/patch-ab tmake/patches/patch-ab --- tmake.bak/patches/patch-ab Fri Apr 7 03:34:34 2000 +++ tmake/patches/patch-ab Sun May 14 13:56:01 2000 @@ -1,5 +1,5 @@ ---- lib/freebsd-g++/tmake.conf Wed Jul 28 11:21:38 1999 -+++ lib/freebsd-g++/tmake.conf.new Thu Apr 6 20:56:26 2000 +--- lib/freebsd-g++/tmake.conf Fri Apr 7 16:18:05 2000 ++++ lib/freebsd-g++/tmake.conf.new Sun May 14 13:52:46 2000 @@ -29,7 +29,7 @@ TMAKE_LIBDIR = TMAKE_INCDIR_X11 = /usr/X11R6/include diff -ruN tmake.bak/pkg/PLIST tmake/pkg/PLIST --- tmake.bak/pkg/PLIST Sat Mar 25 22:10:13 2000 +++ tmake/pkg/PLIST Sun May 14 14:05:49 2000 @@ -1,158 +1,188 @@ bin/progen bin/tmake -share/tmake/aix-g++/subdirs.t share/tmake/aix-g++/app.t share/tmake/aix-g++/lib.t +share/tmake/aix-g++/subdirs.t share/tmake/aix-g++/tmake.conf -share/tmake/aix-xlc/subdirs.t share/tmake/aix-xlc/app.t share/tmake/aix-xlc/lib.t +share/tmake/aix-xlc/subdirs.t share/tmake/aix-xlc/tmake.conf -share/tmake/bsdi-g++/subdirs.t share/tmake/bsdi-g++/app.t share/tmake/bsdi-g++/lib.t +share/tmake/bsdi-g++/subdirs.t share/tmake/bsdi-g++/tmake.conf -share/tmake/dgux-g++/subdirs.t share/tmake/dgux-g++/app.t share/tmake/dgux-g++/lib.t +share/tmake/dgux-g++/subdirs.t share/tmake/dgux-g++/tmake.conf -share/tmake/freebsd-g++/subdirs.t share/tmake/freebsd-g++/app.t share/tmake/freebsd-g++/lib.t +share/tmake/freebsd-g++/subdirs.t share/tmake/freebsd-g++/tmake.conf -share/tmake/gnu-g++/subdirs.t +share/tmake/freebsd-g++/tmake.conf.orig share/tmake/gnu-g++/app.t share/tmake/gnu-g++/lib.t +share/tmake/gnu-g++/subdirs.t share/tmake/gnu-g++/tmake.conf -share/tmake/hpux-acc/subdirs.t share/tmake/hpux-acc/app.t share/tmake/hpux-acc/lib.t +share/tmake/hpux-acc/subdirs.t share/tmake/hpux-acc/tmake.conf -share/tmake/hpux-cc/subdirs.t share/tmake/hpux-cc/app.t share/tmake/hpux-cc/lib.t +share/tmake/hpux-cc/subdirs.t share/tmake/hpux-cc/tmake.conf -share/tmake/hpux-g++/subdirs.t share/tmake/hpux-g++/app.t share/tmake/hpux-g++/lib.t +share/tmake/hpux-g++/subdirs.t share/tmake/hpux-g++/tmake.conf -share/tmake/irix-64/subdirs.t +share/tmake/hpux-n64/app.t +share/tmake/hpux-n64/lib.t +share/tmake/hpux-n64/subdirs.t +share/tmake/hpux-n64/tmake.conf +share/tmake/hpux-o64/app.t +share/tmake/hpux-o64/lib.t +share/tmake/hpux-o64/subdirs.t +share/tmake/hpux-o64/tmake.conf share/tmake/irix-64/app.t share/tmake/irix-64/lib.t +share/tmake/irix-64/subdirs.t share/tmake/irix-64/tmake.conf -share/tmake/irix-dcc/subdirs.t share/tmake/irix-dcc/app.t share/tmake/irix-dcc/lib.t +share/tmake/irix-dcc/subdirs.t share/tmake/irix-dcc/tmake.conf -share/tmake/irix-g++/subdirs.t share/tmake/irix-g++/app.t share/tmake/irix-g++/lib.t +share/tmake/irix-g++/subdirs.t share/tmake/irix-g++/tmake.conf -share/tmake/irix-n32/subdirs.t share/tmake/irix-n32/app.t share/tmake/irix-n32/lib.t +share/tmake/irix-n32/subdirs.t share/tmake/irix-n32/tmake.conf -share/tmake/irix-o32/subdirs.t share/tmake/irix-o32/app.t share/tmake/irix-o32/lib.t +share/tmake/irix-o32/subdirs.t share/tmake/irix-o32/tmake.conf -share/tmake/linux-g++/subdirs.t +share/tmake/linux-cxx/app.t +share/tmake/linux-cxx/lib.t +share/tmake/linux-cxx/subdirs.t +share/tmake/linux-cxx/tmake.conf share/tmake/linux-g++/app.t share/tmake/linux-g++/lib.t +share/tmake/linux-g++/subdirs.t share/tmake/linux-g++/tmake.conf -share/tmake/netbsd-g++/subdirs.t +share/tmake/linux-qws-g++/app.t +share/tmake/linux-qws-g++/lib.t +share/tmake/linux-qws-g++/subdirs.t +share/tmake/linux-qws-g++/tmake.conf share/tmake/netbsd-g++/app.t share/tmake/netbsd-g++/lib.t +share/tmake/netbsd-g++/subdirs.t share/tmake/netbsd-g++/tmake.conf -share/tmake/openbsd-g++/subdirs.t share/tmake/openbsd-g++/app.t share/tmake/openbsd-g++/lib.t +share/tmake/openbsd-g++/subdirs.t share/tmake/openbsd-g++/tmake.conf -share/tmake/osf1-cxx/subdirs.t share/tmake/osf1-cxx/app.t share/tmake/osf1-cxx/lib.t +share/tmake/osf1-cxx/subdirs.t share/tmake/osf1-cxx/tmake.conf -share/tmake/osf1-g++/subdirs.t share/tmake/osf1-g++/app.t share/tmake/osf1-g++/lib.t +share/tmake/osf1-g++/subdirs.t share/tmake/osf1-g++/tmake.conf -share/tmake/qnx-g++/subdirs.t share/tmake/qnx-g++/app.t share/tmake/qnx-g++/lib.t +share/tmake/qnx-g++/subdirs.t share/tmake/qnx-g++/tmake.conf -share/tmake/sco-g++/subdirs.t +share/tmake/reliant-cds/app.t +share/tmake/reliant-cds/lib.t +share/tmake/reliant-cds/subdirs.t +share/tmake/reliant-cds/tmake.conf share/tmake/sco-g++/app.t share/tmake/sco-g++/lib.t +share/tmake/sco-g++/subdirs.t share/tmake/sco-g++/tmake.conf -share/tmake/solaris-cc/subdirs.t -share/tmake/solaris-cc/app.t -share/tmake/solaris-cc/lib.t -share/tmake/solaris-cc/tmake.conf -share/tmake/solaris-cc-gcc/subdirs.t +share/tmake/solaris-64/app.t +share/tmake/solaris-64/lib.t +share/tmake/solaris-64/subdirs.t +share/tmake/solaris-64/tmake.conf share/tmake/solaris-cc-gcc/app.t share/tmake/solaris-cc-gcc/lib.t +share/tmake/solaris-cc-gcc/subdirs.t share/tmake/solaris-cc-gcc/tmake.conf -share/tmake/solaris-g++/subdirs.t +share/tmake/solaris-cc/app.t +share/tmake/solaris-cc/lib.t +share/tmake/solaris-cc/subdirs.t +share/tmake/solaris-cc/tmake.conf share/tmake/solaris-g++/app.t share/tmake/solaris-g++/lib.t +share/tmake/solaris-g++/subdirs.t share/tmake/solaris-g++/tmake.conf -share/tmake/sunos-g++/subdirs.t share/tmake/sunos-g++/app.t share/tmake/sunos-g++/lib.t +share/tmake/sunos-g++/subdirs.t share/tmake/sunos-g++/tmake.conf -share/tmake/ultrix-g++/subdirs.t share/tmake/ultrix-g++/app.t share/tmake/ultrix-g++/lib.t +share/tmake/ultrix-g++/subdirs.t share/tmake/ultrix-g++/tmake.conf -share/tmake/unix/generic.t share/tmake/unix/app.t -share/tmake/unix/subdirs.t +share/tmake/unix/generic.t share/tmake/unix/lib.t -share/tmake/unixware-g++/subdirs.t +share/tmake/unix/subdirs.t +share/tmake/unix/generic.t.orig share/tmake/unixware-g++/app.t share/tmake/unixware-g++/lib.t +share/tmake/unixware-g++/subdirs.t share/tmake/unixware-g++/tmake.conf -share/tmake/unixware7-cc/subdirs.t share/tmake/unixware7-cc/app.t share/tmake/unixware7-cc/lib.t +share/tmake/unixware7-cc/subdirs.t share/tmake/unixware7-cc/tmake.conf -share/tmake/unixware7-g++/subdirs.t share/tmake/unixware7-g++/app.t share/tmake/unixware7-g++/lib.t +share/tmake/unixware7-g++/subdirs.t share/tmake/unixware7-g++/tmake.conf -share/tmake/win32/subdirs.t -share/tmake/win32-borland/generic.t share/tmake/win32-borland/app.t -share/tmake/win32-borland/subdirs.t +share/tmake/win32-borland/generic.t share/tmake/win32-borland/lib.t +share/tmake/win32-borland/subdirs.t share/tmake/win32-borland/tmake.conf -share/tmake/win32-g++/generic.t share/tmake/win32-g++/app.t -share/tmake/win32-g++/subdirs.t +share/tmake/win32-g++/generic.t share/tmake/win32-g++/lib.t +share/tmake/win32-g++/subdirs.t share/tmake/win32-g++/tmake.conf -share/tmake/win32-msvc/generic.t share/tmake/win32-msvc/app.t -share/tmake/win32-msvc/subdirs.t +share/tmake/win32-msvc/generic.t share/tmake/win32-msvc/lib.t +share/tmake/win32-msvc/subdirs.t share/tmake/win32-msvc/tmake.conf share/tmake/win32-msvc/vcapp.t +share/tmake/win32-msvc/vcgeneric.t share/tmake/win32-msvc/vclib.t -share/tmake/win32-symantec/generic.t +share/tmake/win32-msvc/win32app.dsp +share/tmake/win32-msvc/win32dll.dsp +share/tmake/win32-msvc/win32lib.dsp share/tmake/win32-symantec/app.t -share/tmake/win32-symantec/subdirs.t +share/tmake/win32-symantec/generic.t share/tmake/win32-symantec/lib.t +share/tmake/win32-symantec/subdirs.t share/tmake/win32-symantec/tmake.conf -share/tmake/win32-visage/generic.t share/tmake/win32-visage/app.t -share/tmake/win32-visage/subdirs.t +share/tmake/win32-visage/generic.t share/tmake/win32-visage/lib.t +share/tmake/win32-visage/subdirs.t share/tmake/win32-visage/tmake.conf -share/tmake/win32-watcom/generic.t share/tmake/win32-watcom/app.t -share/tmake/win32-watcom/subdirs.t +share/tmake/win32-watcom/generic.t share/tmake/win32-watcom/lib.t +share/tmake/win32-watcom/subdirs.t share/tmake/win32-watcom/tmake.conf +share/tmake/win32/subdirs.t @dirrm share/tmake/aix-g++ @dirrm share/tmake/aix-xlc @dirrm share/tmake/bsdi-g++ @@ -162,20 +192,26 @@ @dirrm share/tmake/hpux-acc @dirrm share/tmake/hpux-cc @dirrm share/tmake/hpux-g++ +@dirrm share/tmake/hpux-n64 +@dirrm share/tmake/hpux-o64 @dirrm share/tmake/irix-64 @dirrm share/tmake/irix-dcc @dirrm share/tmake/irix-g++ @dirrm share/tmake/irix-n32 @dirrm share/tmake/irix-o32 +@dirrm share/tmake/linux-cxx @dirrm share/tmake/linux-g++ +@dirrm share/tmake/linux-qws-g++ @dirrm share/tmake/netbsd-g++ @dirrm share/tmake/openbsd-g++ @dirrm share/tmake/osf1-cxx @dirrm share/tmake/osf1-g++ @dirrm share/tmake/qnx-g++ +@dirrm share/tmake/reliant-cds @dirrm share/tmake/sco-g++ -@dirrm share/tmake/solaris-cc +@dirrm share/tmake/solaris-64 @dirrm share/tmake/solaris-cc-gcc +@dirrm share/tmake/solaris-cc @dirrm share/tmake/solaris-g++ @dirrm share/tmake/sunos-g++ @dirrm share/tmake/ultrix-g++ @@ -183,11 +219,11 @@ @dirrm share/tmake/unixware-g++ @dirrm share/tmake/unixware7-cc @dirrm share/tmake/unixware7-g++ -@dirrm share/tmake/win32 @dirrm share/tmake/win32-borland @dirrm share/tmake/win32-g++ @dirrm share/tmake/win32-msvc @dirrm share/tmake/win32-symantec @dirrm share/tmake/win32-visage @dirrm share/tmake/win32-watcom +@dirrm share/tmake/win32 @dirrm share/tmake >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 5:27:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id 44DEB37BD5C; Sun, 14 May 2000 05:27:37 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #42699) with ESMTP id <01JPE68Z20GY0002EX@research.kpn.com>; Sun, 14 May 2000 14:27:35 +0200 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Sun, 14 May 2000 14:27:33 +0100 Content-return: allowed Date: Sun, 14 May 2000 14:27:31 +0100 From: "Koster, K.J." Subject: FW: Please commit the linux-jdk port To: "'ports@freebsd.org'" , "'chuckr@FreeBSD.org'" Message-id: <59063B5B4D98D311BC0D0001FA7E4522026D74FE@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Ports, Chuck, I was wonddering if any of you have a little time to commit the linux-jdk port into the regular FreeBSD ports tree. The port can be found at http://www.jmcm.org/tech/ports/linux_jdk.html The Makefile needs a little update. Replace the line PKGNAME= linux-jdk-1.2.2 with PORTNAME= linux-jdk PORTVERSION= 1.2.2 Thanks in advance. Kees Jan ============================================== You are only young once, but you can stay immature all your life -----Original Message----- From: Nate Williams [mailto:nate@yogotech.com] Sent: vrijdag 12 mei 2000 16:17 To: Koster, K.J. Cc: 'nate@freebsd.org' Subject: Re: Please commit the linux-jdk port > Could you spare a little time to commit the blackdown linux jdk 1.2.2 port > into the FreeBSD ports tree? It's been available for months and it's pretty > widely used, so I don't think that there are any blocking issues left to > sort out. I'm not a ports guy. I didn't even commit *any* of the current ports, but you might send email to 'ports@FreeBSD.org' and see if you can find any takers. In particular, send email to Chuck Robey (chuckr@FreeBSD.org) and tell him I asked him to do it. Thanks! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 6:10: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F99B37BDC4 for ; Sun, 14 May 2000 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA34254; Sun, 14 May 2000 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id E0CE237BBD3 for ; Sun, 14 May 2000 06:01:38 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.ORG) Received: from gradius.myhome ([211.58.1.6]) by kfug.kr.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15137 for ; Sun, 14 May 2000 22:02:37 +0900 (KST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from root@localhost) by gradius.myhome (8.9.3/8.9.3) id WAA06837; Sun, 14 May 2000 22:01:30 +0900 (KST) (envelope-from cjh) Message-Id: <200005141301.WAA06837@gradius.myhome> Date: Sun, 14 May 2000 22:01:30 +0900 (KST) From: cjh@kr.FreeBSD.ORG Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18546: Ports update: korean/netscape47-communicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18546 >Category: ports >Synopsis: Ports update: korean/netscape47-communicator >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 14 06:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 4.0-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 4.0-STABLE FreeBSD 4.0-STABLE #5: Fri May 12 09:21:48 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: update to 4.73. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/korean/netscape47-communicator/Makefile netscape47-communicator/Makefile --- /usr/ports/korean/netscape47-communicator/Makefile Thu Apr 13 18:17:08 2000 +++ netscape47-communicator/Makefile Sun May 14 21:48:54 2000 @@ -15,8 +15,8 @@ BROWSER_CMD= ko-${BROWSER}-47 -BROWSER_VERSION= 4.72 +BROWSER_VERSION= 4.73 NETHELP= nethelp-v451 -KOREAN_KIT= netscape-korean-kit-v472.20000302 +KOREAN_KIT= netscape-korean-kit-v473.20000514 .include "${MASTERDIR}/Makefile" diff -uNr /usr/ports/korean/netscape47-communicator/files/md5 netscape47-communicator/files/md5 --- /usr/ports/korean/netscape47-communicator/files/md5 Sun Mar 5 13:23:24 2000 +++ netscape47-communicator/files/md5 Sun May 14 21:48:54 2000 @@ -1 +1 @@ -MD5 (netscape-korean-kit-v472.20000302.tar.gz) = 4222e473d6696e40f6ad35e64e9965ef +MD5 (netscape-korean-kit-v473.20000514.tar.gz) = 99199ca761f270c0cd2d73d28a9dd723 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 6:13:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id 5192537BBD3; Sun, 14 May 2000 06:13:11 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (ppp146.dialup.st.keio.ac.jp [131.113.27.146]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id WAA07067; Sun, 14 May 2000 22:13:08 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id WAA06769; Sun, 14 May 2000 22:13:10 +0900 (JST) Date: Sun, 14 May 2000 22:13:10 +0900 (JST) Message-Id: <200005141313.WAA06769@lavender.yy.cs.keio.ac.jp> To: ports@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG Subject: Re: Exec format error: vmware2-2.0.476 and -CURRENT In-Reply-To: Your message of "Fri, 12 May 2000 12:45:18 JST". <864s845t4h.wl@waterblue.imgsrc.co.jp> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org kuriyama@FreeBSD.ORG wrote: >> At 11 May 2000 14:42:37 GMT, >> Kentaro Inagaki wrote: >> > Not in post-extract, it is in post-patch. >> > Please use the following patches. >> >> Fixed on my box! Thanks! I also fixed this problem, Thanks! MIHIRA Yoshiro Yokohama, Japan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 9:13: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id E626937B698 for ; Sun, 14 May 2000 09:12:41 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9D38B9.dip0.t-ipconnect.de [62.157.56.185]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id GAA19969; Sun, 14 May 2000 06:10:04 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 34800AC2C; Sun, 14 May 2000 18:17:36 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id SAA10527; Sun, 14 May 2000 18:12:16 +0200 (CEST) (envelope-from alex) Date: Sun, 14 May 2000 18:12:16 +0200 From: Alexander Langer To: Will Andrews , freebsd-ports@FreeBSD.ORG Subject: Re: ports/18502: Mutt is now at 1.2 Message-ID: <20000514181216.F511@cichlids.cichlids.com> Mail-Followup-To: Will Andrews , freebsd-ports@FreeBSD.ORG References: <200005111620.JAA02643@freefall.freebsd.org> <20000511124313.J393@argon.blackdawn.com> <20000512111314.A48584@lunatic.oneinsane.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000512111314.A48584@lunatic.oneinsane.net>; from insane@lunatic.oneinsane.net on Fri, May 12, 2000 at 11:13:15AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Ron 'The InSaNe One' Rosson (insane@lunatic.oneinsane.net): > I sent that PR as FYI. I am working on getting better with assistance > to getting ports updated. Learning 'C' does not happen in a day to the > point I am willing to risk it going into a port. Beside the fact I learned C in a week (/me runs away), you don't need to know C to update the port. Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 9:20:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 881A737B73A; Sun, 14 May 2000 09:20:45 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9D38B9.dip0.t-ipconnect.de [62.157.56.185]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id GAA21482; Sun, 14 May 2000 06:18:04 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 8A616AC2C; Sun, 14 May 2000 18:25:39 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id SAA10699; Sun, 14 May 2000 18:20:24 +0200 (CEST) (envelope-from alex) Date: Sun, 14 May 2000 18:20:24 +0200 From: Alexander Langer To: Kris Kennaway Cc: Randall Hopper , Bill Fumerola , ports@FreeBSD.ORG Subject: Re: Ports silently marked BROKEN Message-ID: <20000514182024.G511@cichlids.cichlids.com> Mail-Followup-To: Kris Kennaway , Randall Hopper , Bill Fumerola , ports@FreeBSD.ORG References: <20000513234432.A2445@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from kris@FreeBSD.ORG on Sat, May 13, 2000 at 08:54:02PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Kris Kennaway (kris@FreeBSD.ORG): > > MASTER site line, removed the BROKEN = reference, did a "make all", and it > > built just fine. > Please see bento for the error logs. I checked before committing and saw > the same problems locally. Perhaps it is missing a dependency or > something. Also, maybe his machine might have been 3.x or even older before 4.0 (or whatever) and carries old header-files with which were gone with 4.0. Therefore, it won't compile on bento and compiles on his machine. I had this, too. Just a hint. (Not for you, kris, actually, but for the public :-) Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 9:50: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ECAF37BDD8 for ; Sun, 14 May 2000 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA26513; Sun, 14 May 2000 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lilac.csi.cam.ac.uk (lilac.csi.cam.ac.uk [131.111.8.44]) by hub.freebsd.org (Postfix) with ESMTP id 4D43637BFFE for ; Sun, 14 May 2000 09:43:34 -0700 (PDT) (envelope-from sa264@cam.ac.uk) Received: from sa264.wolfson.cam.ac.uk ([131.111.242.86]) by lilac.csi.cam.ac.uk with esmtp (Exim 3.13 #1) id 12r1UK-0002xz-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 14 May 2000 17:43:32 +0100 Received: (from sa264@localhost) by sa264.wolfson.cam.ac.uk (8.9.3/3.7W) id RAA01989; Sun, 14 May 2000 17:43:32 +0100 (BST) Message-Id: <200005141643.RAA01989@sa264.wolfson.cam.ac.uk> Date: Sun, 14 May 2000 17:43:32 +0100 (BST) From: sa264@cam.ac.uk Reply-To: sa264@cam.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18548: net/ucd-snmp fix & update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18548 >Category: ports >Synopsis: net/ucd-snmp fix & update >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 14 09:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Amakawa Shuhei >Release: FreeBSD 4.0-RELEASE i386 >Organization: Univ. of Cambridge >Environment: FreeBSD 4.0-RELEASE i386, latest ports >Description: net/ucd-snmp is broken and not up to date as was claimed. >How-To-Repeat: make install >Fix: Shared library is disabled in the fix enclosed below. Fine to enable it if you wish, but please make it a working port! Removed file: patches/patch-aa diff -uNr /usr/ports/net/ucd-snmp/Makefile ucd-snmp/Makefile --- /usr/ports/net/ucd-snmp/Makefile Sun May 14 09:22:35 2000 +++ ucd-snmp/Makefile Sun May 14 14:11:41 2000 @@ -6,7 +6,7 @@ # PORTNAME= ucd-snmp -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ @@ -14,7 +14,6 @@ MAINTAINER= billf@FreeBSD.org -CONFIGURE_ARGS= --enable-shared GNU_CONFIGURE= YES .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where @@ -24,10 +23,18 @@ USE_GMAKE= YES #CFLAGS= -g -MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ - snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ +MAN1= snmpbulkget.1 snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 \ + snmpgetnext.1 snmpinform.1 snmpnetstat.1 snmpset.1 \ + snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 -MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 +MAN3= default_store.3 read_config.3 mib_api.3 snmp_agent_api.3 \ + snmp_alarm.3 snmp_api.3 snmp_close.3 snmp_free_pdu.3 \ + snmp_open.3 snmp_read.3 snmp_select_info.3 snmp_send.3 \ + snmp_sess_api.3 snmp_sess_async_send.3 snmp_sess_close.3 \ + snmp_sess_error.3 snmp_sess_init.3 snmp_sess_open.3 \ + snmp_sess_read.3 snmp_sess_select_info.3 snmp_sess_send.3 \ + snmp_sess_session.3 snmp_sess_timeout.3 snmp_timeout.3 \ + snmp_trap_api.3 MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ snmptrapd.conf.5 variables.5 MAN8= snmptrapd.8 @@ -39,13 +46,6 @@ .include -.if ${OSVERSION} >= 400000 -CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/vmstat_freebsd2 ucd-snmp/memory_freebsd2" -.endif - -SHLIB_VERSION=4 -PLIST_SUB= shlib=${SHLIB_VERSION} - post-patch: @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s @@ -54,7 +54,6 @@ @( cd ${PREFIX}/sbin && strip ${SBIN} ) @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) - @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/EXAMPLE.conf ${WRKSRC}/agent/mibgroup/examples/ucdDemoPublic.conf; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @@ -64,6 +63,5 @@ ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ ${CHMOD} 751 ${STARTUP_FILE}; \ fi - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include diff -uNr /usr/ports/net/ucd-snmp/files/md5 ucd-snmp/files/md5 --- /usr/ports/net/ucd-snmp/files/md5 Sun May 14 09:22:36 2000 +++ ucd-snmp/files/md5 Sun May 14 11:18:08 2000 @@ -1 +1 @@ -MD5 (ucd-snmp-4.1.1.tar.gz) = 2f0d6130af510a8ce283dfdb557a85fa +MD5 (ucd-snmp-4.1.2.tar.gz) = 378c8cf99e0845da4662fb72c956d20d diff -uNr /usr/ports/net/ucd-snmp/patches/patch-aa ucd-snmp/patches/patch-aa --- /usr/ports/net/ucd-snmp/patches/patch-aa Wed Apr 7 17:07:40 1999 +++ ucd-snmp/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- snmplib/Makefile.in~ Tue Mar 16 01:49:10 1999 -+++ snmplib/Makefile.in Sat Apr 3 13:30:11 1999 -@@ -41,6 +41,10 @@ - - libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${OBJS} - $(SHLIB_LD_CMD) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${OBJS} -+ ld -Bshareable -soname libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libsnmp.$(SHLIB_EXTENSION) ${OBJS} -+ ln -f libsnmp.$(SHLIB_EXTENSION) \ -+ libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - installdirs: diff -uNr /usr/ports/net/ucd-snmp/patches/patch-ai ucd-snmp/patches/patch-ai --- /usr/ports/net/ucd-snmp/patches/patch-ai Sun May 14 09:22:37 2000 +++ ucd-snmp/patches/patch-ai Sun May 14 13:09:10 2000 @@ -1,11 +1,10 @@ ---- agent/mibgroup/mibII/tcp.c.orig Wed Aug 18 12:30:37 1999 -+++ agent/mibgroup/mibII/tcp.c Tue Jan 25 14:36:56 2000 -@@ -387,6 +387,23 @@ - #ifdef hpux - static counter MIB_tcpcounter[MIB_tcpMAXCTR+1]; +--- agent/mibgroup/mibII/tcp.c.orig Mon Mar 13 21:26:40 2000 ++++ agent/mibgroup/mibII/tcp.c Sun May 14 13:08:01 2000 +@@ -426,6 +426,22 @@ + #ifdef TCPTV_NEEDS_HZ + int hz = 1000; #endif +#if defined(CAN_USE_SYSCTL) && defined(freebsd4) || defined(freebsd5) -+ int hz; + + { + int sname[] = { CTL_KERN, KERN_CLOCKRATE }; diff -uNr /usr/ports/net/ucd-snmp/pkg/PLIST ucd-snmp/pkg/PLIST --- /usr/ports/net/ucd-snmp/pkg/PLIST Sun May 14 09:22:38 2000 +++ ucd-snmp/pkg/PLIST Sun May 14 13:59:28 2000 @@ -1,9 +1,11 @@ bin/encode_keychange +bin/snmpbulkget bin/snmpbulkwalk bin/snmpcheck bin/snmpdelta bin/snmpget bin/snmpgetnext +bin/snmpinform bin/snmpnetstat bin/snmpset bin/snmpstatus @@ -15,40 +17,67 @@ bin/snmpwalk bin/tkmib etc/rc.d/snmpd.sh.sample +include/ucd-snmp/agent_read_config.h +include/ucd-snmp/agent_registry.h +include/ucd-snmp/agent_trap.h include/ucd-snmp/asn1.h +include/ucd-snmp/auto_nlist.h include/ucd-snmp/callback.h include/ucd-snmp/default_store.h +include/ucd-snmp/ds_agent.h +include/ucd-snmp/header_complex.h include/ucd-snmp/int64.h +include/ucd-snmp/keytools.h include/ucd-snmp/mib.h +include/ucd-snmp/mibincl.h include/ucd-snmp/parse.h +include/ucd-snmp/read_config.h +include/ucd-snmp/scapi.h include/ucd-snmp/snmp.h +include/ucd-snmp/snmp_agent.h include/ucd-snmp/snmp_alarm.h include/ucd-snmp/snmp_api.h include/ucd-snmp/snmp_client.h include/ucd-snmp/snmp_debug.h include/ucd-snmp/snmp_impl.h +include/ucd-snmp/snmp_logging.h +include/ucd-snmp/snmp_vars.h +include/ucd-snmp/snmpv3.h +include/ucd-snmp/struct.h include/ucd-snmp/system.h +include/ucd-snmp/tools.h +include/ucd-snmp/transform_oids.h +include/ucd-snmp/ucd-snmp-agent-includes.h include/ucd-snmp/ucd-snmp-config.h include/ucd-snmp/ucd-snmp-includes.h +include/ucd-snmp/util_funcs.h +include/ucd-snmp/var_struct.h include/ucd-snmp/version.h @dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.%%shlib%% +lib/libsnmp.a +lib/libucdagent.a +lib/libucdmibs.a sbin/snmpd sbin/snmptrapd -share/examples/ucd-snmp/README -share/examples/ucdDemoPublic.conf +share/examples/ucd-snmp/EXAMPLE.conf +share/examples/ucd-snmp/ucdDemoPublic.conf @dirrm share/examples/ucd-snmp -share/snmp/mibs/DLMOD-MIB.txt +share/snmp/mibs/DISMAN-SCRIPT-MIB.txt share/snmp/mibs/EtherLike-MIB.txt share/snmp/mibs/HOST-RESOURCES-MIB.txt +share/snmp/mibs/HOST-RESOURCES-TYPES.txt share/snmp/mibs/IANAifType-MIB.txt share/snmp/mibs/IF-MIB.txt share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/IPFWACC-MIB.txt +share/snmp/mibs/IPV6-ICMP-MIB.txt +share/snmp/mibs/IPV6-MIB.txt +share/snmp/mibs/IPV6-TC.txt +share/snmp/mibs/IPV6-TCP-MIB.txt +share/snmp/mibs/IPV6-UDP-MIB.txt share/snmp/mibs/RFC1155-SMI.txt share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/RFC1271-MIB.txt +share/snmp/mibs/RMON-MIB.txt +share/snmp/mibs/SNMP-COMMUNITY-MIB.txt share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt share/snmp/mibs/SNMP-MPD-MIB.txt share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt @@ -57,17 +86,17 @@ share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-M2M-MIB.txt share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-PARTY-MIB.txt share/snmp/mibs/SNMPv2-SMI.txt share/snmp/mibs/SNMPv2-TC.txt share/snmp/mibs/SNMPv2-TM.txt share/snmp/mibs/TCP-MIB.txt +share/snmp/mibs/UCD-DEMO-MIB.txt +share/snmp/mibs/UCD-DISKIO-MIB.txt +share/snmp/mibs/UCD-DLMOD-MIB.txt +share/snmp/mibs/UCD-IPFWACC-MIB.txt share/snmp/mibs/UCD-SNMP-MIB.txt share/snmp/mibs/UDP-MIB.txt @unexec rm -f %D/share/snmp/mibs/.index @dirrm share/snmp/mibs @dirrm share/snmp -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 10:12:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 5899D37BE03; Sun, 14 May 2000 10:12:42 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12r01t-0004FW-00; Sun, 14 May 2000 16:10:05 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12r01t-000C1R-00; Sun, 14 May 2000 16:10:05 +0100 Date: Sun, 14 May 2000 16:10:05 +0100 From: Ben Smithurst To: obrien@FreeBSD.org, ports@FreeBSD.org Subject: FreeBSD lsof port seems broken on -current Message-ID: <20000514161005.S10128@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, lsof doesn't seem to compile on current. The first problem was about an incomplete type, which is easy to fix: --- dialects/freebsd/dlsof.h.orig Sun May 14 15:44:13 2000 +++ dialects/freebsd/dlsof.h Sun May 14 15:45:28 2000 @@ -208,6 +208,9 @@ # if FREEBSDV>=220 #undef B_NEEDCOMMIT +# if FREEBSDV>=500 +#include +# endif /* FREEBSDV>=500 */ #include #include #include The second problem is about Fctty, which has been removed from the fdesc code, so it doesn't seem as easy to fix. Simply removing the code which mentions it: --- dialects/freebsd/dnode.c.orig Sun Nov 28 11:40:27 1999 +++ dialects/freebsd/dnode.c Sun May 14 15:57:18 2000 @@ -426,15 +426,6 @@ if (f->fd_link && kread((KA_T)f->fd_link, Namech, sizeof(Namech) - 1) == 0) Namech[sizeof(Namech) - 1] = '\0'; - else if (f->fd_type == Fctty) { - if (f_tty_s == 0) - f_tty_s = lkup_dev_tty(&f_tty_dev, &f_tty_ino); - if (f_tty_s == 1) { - dev = f_tty_dev; - Lf->inode = f_tty_ino; - devs = Lf->inp_ty = 1; - } - } } #endif /* defined(HASFDESCFS) */ ... allows lsof to compile, but the output isn't good, e.g.: lsof 7877 ben 0u VCHR 5,1 0t529851 8188 / (/dev/ad0s1a) lsof 7877 ben 1u VCHR 5,1 0t529851 8188 / (/dev/ad0s1a) lsof 7877 ben 2u VCHR 5,1 0t529851 8188 / (/dev/ad0s1a) instead of: lsof 72993 ben 0u VCHR 5,1 0t962089 538 /dev/ttyp1 lsof 72993 ben 1u VCHR 5,1 0t962089 538 /dev/ttyp1 lsof 72993 ben 2u VCHR 5,1 0t962089 538 /dev/ttyp1 Is this a known problem, and is there a known fix? -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 11:20:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7C2C37BB7A for ; Sun, 14 May 2000 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA39814; Sun, 14 May 2000 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cr1003333-a.crdva1.bc.home.com (cr1003333-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id D84F737B7F1 for ; Sun, 14 May 2000 11:13:00 -0700 (PDT) (envelope-from jh@cr1003333-a.crdva1.bc.home.com) Received: (from jh@localhost) by cr1003333-a.crdva1.bc.home.com (8.9.3/8.9.3) id LAA31584; Sun, 14 May 2000 11:12:56 -0700 (PDT) (envelope-from jh) Message-Id: <200005141812.LAA31584@cr1003333-a.crdva1.bc.home.com> Date: Sun, 14 May 2000 11:12:56 -0700 (PDT) From: Jonathan Hanna Reply-To: pangolin@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18549: spin update to 3.3.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18549 >Category: ports >Synopsis: spin update to 3.3.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 14 11:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jonathan Hanna >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -r -u -N -P spin.orig/Makefile spin/Makefile --- spin.orig/Makefile Sun Apr 23 17:57:53 2000 +++ spin/Makefile Sun May 14 10:57:36 2000 @@ -6,12 +6,12 @@ # PORTNAME= spin -PORTVERSION= 3.39 +PORTVERSION= 3.310 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ \ ftp://wcarchive.cdrom.com/pub/netlib/spin/ -DISTFILES= spin339.tar.gz html.tar.gz +DISTFILES= spin3310.tar.gz html.tar.gz MAINTAINER= jhanna@home.com @@ -28,9 +28,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin338.tcl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin3310.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ${LN} -s ${PREFIX}/bin/xspin338.tcl ${PREFIX}/bin/xspin + ${LN} -s ${PREFIX}/bin/xspin3310.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc diff -r -u -N -P spin.orig/files/md5 spin/files/md5 --- spin.orig/files/md5 Sat Feb 12 10:25:03 2000 +++ spin/files/md5 Sun May 14 10:56:07 2000 @@ -1,2 +1,2 @@ -MD5 (spin/spin339.tar.gz) = a01f4feabaf00d08d45a449f1e623fb1 +MD5 (spin/spin3310.tar.gz) = f65835381d2194288139d3fcc7d73b6b MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e diff -r -u -N -P spin.orig/patches/patch-aa spin/patches/patch-aa --- spin.orig/patches/patch-aa Wed Jan 26 22:59:31 2000 +++ spin/patches/patch-aa Sun May 14 10:58:02 2000 @@ -1,5 +1,5 @@ ---- ../Xspin3.3/xspin338.tcl.orig Wed Jun 23 18:29:29 1999 -+++ ../Xspin3.3/xspin338.tcl Wed Jun 23 18:30:51 1999 +--- ../Xspin3.3/xspin3310.tcl.orig Wed Jun 23 18:29:29 1999 ++++ ../Xspin3.3/xspin3310.tcl Wed Jun 23 18:30:51 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/wish -f +#!/usr/local/bin/wish8.0 -f diff -r -u -N -P spin.orig/pkg/PLIST spin/pkg/PLIST --- spin.orig/pkg/PLIST Wed Jan 26 22:59:31 2000 +++ spin/pkg/PLIST Sun May 14 10:59:35 2000 @@ -1,6 +1,6 @@ bin/spin bin/xspin -bin/xspin338.tcl +bin/xspin3310.tcl share/doc/spin/Doc/Book.Ch6.add share/doc/spin/Doc/Book.Errata share/doc/spin/Doc/Book.answers >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 11:43:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 115F837B5B1 for ; Sun, 14 May 2000 11:43:48 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-042.dial.008.popsite.net [209.69.77.42]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id LAA34933 for ; Sun, 14 May 2000 11:43:45 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 34459192F; Sun, 14 May 2000 14:43:34 -0400 (EDT) Date: Sun, 14 May 2000 14:43:34 -0400 From: Will Andrews To: FreeBSD Ports Subject: New patching policy proposal Message-ID: <20000514144334.D82488@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've been thinking about how ports handles patches, and I've decided that it may be prudent to change our policy about how patches are made. It seems that many active development projects would be extremely happy to implement patches to their source code. Some reasons why we should: 1) We won't have to change our patches every time they update code. 2) Their users can now build CVS snapshots out of the box, without having to apply OS-specific patches. 3) We can reduce repository bloat by removing patches as they are integrated into the distributions. These reasons seem enough to me to implement a new policy on ports patching. Note that this is a proposal/idea-type thing and not something I'm forcing on you. It's just food for thought. When source code patches are made, we should use #ifdef (or #ifndef) __FreeBSD__ to select particular code sections for use under FreeBSD. If this is done, we can try implementing a script or somesuch that will send patches to development teams (based on Author email address links in pkg/DESCR) that are ready to be applied to a certain distfile. This will, hopefully, greatly reduce turnaround time in getting patches removed from our repository and into distfiles. Of course, not all patches are source code patches. We also have Makefile, configure, shell script, etc. patches. We can adopt different plans for each kind of diff. Then, say somebody updates a port. A script that runs (nightly? TBD) every so often will check the ports that have been changed recently to see if any patches were added. Then it'll look up the Author email address if available and automatically send these patches to that email address, requesting a return reply to the port's maintainer as well as ports@FreeBSD.org, in case said maintainer is inactive. What does everyone think on this one? Granted, it will take some time to convert patches to conform to this sort of standard, but I'm sure that if this is implemented, it will save a fair amount of time quadruply on developers', committers', users', and maintainers' parts. Respectfully, -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 11:50:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id AAC1437B63F; Sun, 14 May 2000 11:49:59 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-042.dial.008.popsite.net [209.69.77.42]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id LAA34989; Sun, 14 May 2000 11:49:29 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id B5A901A0C; Thu, 11 May 2000 12:34:09 -0400 (EDT) Date: Thu, 11 May 2000 12:34:09 -0400 From: Will Andrews To: Trevor Johnson Cc: "David A. Bader" , will@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/12188: New port: pbs-2.1.11 (misc/PBS) a batch scheduler Message-ID: <20000511123409.C393@argon.blackdawn.com> References: <200004230101.TAA00723@eece.unm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from trevor@jpj.net on Sat, Apr 22, 2000 at 10:45:47PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Apr 22, 2000 at 10:45:47PM -0400, Trevor Johnson wrote: > > Rationale: there are several Linux clustering projects (Beowulf, > > ExtremeLinux, TurboLinux, etc.) that aim to provide all the tools to > > use Linux in high-performance cluster computing. > > This sort of thing is the height of fashion and has attracted a lot of > favorable attention for the Linux folks. Yes, I agree. I will make more effort to test the port and get it added to the tree. Thanks for your contribution, David, and sorry for not realizing the purpose/advantage of this port before. :-) > I am not a lawyer, but from my reading of the license (which can be > displayed by browsing http://pbs.mrj.com/license.php3\?site_id=anonymous) > it looks to me as though we could include this program as a package on > CD-ROMs and mirror the distfile, so long as the license is not removed > from the distfile (assuming it is in there--I didn't feel like filling out > their survey) and is printed before the package is installed. It looks > like putting it in pkg/MESSAGE would achieve this. The license reads like > a BSD license with the old advertising clause--no more restrictive than > the license on FreeBSD itself was last July (see /usr/src/COPYRIGHT). Ok, I'll take another shot at the license and perhaps we will finally close this very-old PR, and see pbs included in the 4.1-RELEASE CDs. The fact that David replied so quickly also helps with this job, since there is probably no way I can test this port in clustering environments. I only have two FreeBSD systems and they are linked by ethernet. > > > I think perhaps if people want to install PBS they could read a > > > howto instead of usin a port. > > It's strange to read such seeming dismissal of the ports collection from > someone who has contributed so much to it. You know, you're absolutely right. But I'm used to programs that do not have restrictive licenses. If you look at the 80 or so ports I maintain, you will notice none of them have anything other than the QPL, GPL, BSDL, or artistic licenses. My real sympathy is with open-source programs. ;-) Since I'm mostly complaining about silly restrictions and since pbs covers a niche the ports collection doesn't currently, I will personally see to it that pbs is in the tree before June. Thanks, -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 11:50:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 4ABB937BEEC for ; Sun, 14 May 2000 11:50:17 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-042.dial.008.popsite.net [209.69.77.42]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id LAA34990; Sun, 14 May 2000 11:49:39 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 5C14D1A0B; Thu, 11 May 2000 12:34:20 -0400 (EDT) Date: Thu, 11 May 2000 12:34:20 -0400 From: Will Andrews To: Maxim Sobolev Cc: Neil Blakey-Milner , Will Andrews , Michael Haro , ports@FreeBSD.ORG Subject: Re: port helper scripts directory Message-ID: <20000511123420.D393@argon.blackdawn.com> References: <20000426170301.A24093@area51.fremont.ca.us> <3907F075.1D6865E8@altavista.net> <20000427075903.A39186@area51.fremont.ca.us> <20000427111810.A369@argon.blackdawn.com> <20000427193908.A27000@mithrandr.moria.org> <3908820E.3DCC85B1@altavista.net> <20000427201115.C27000@mithrandr.moria.org> <39088F88.50085B4D@altavista.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39088F88.50085B4D@altavista.net>; from sobomax@altavista.net on Thu, Apr 27, 2000 at 10:05:44PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 27, 2000 at 10:05:44PM +0300, Maxim Sobolev wrote: > 1. wordclean. This script intended to clean mandatory pieces of base system > resulting from removing/renaming/moving in /usr/src. This problem is known to all > people actively tracking -current or doing system upgrade via cvsup/makeworld. The > idea is simple: > - do "make buildworld installworld" as usually; > - do "make DESTDIR=[....] installworld" into some temporary directory (/tmp/world > in my case); > - list files in each dir in /tmp/world, compare it with the listing in the > appropriate "real" directory and report differences I assume you mean "worldclean".. in any case, if this script were to be added to the repository, it wouldn't go under ports. Well, I guess I could be persuaded to believe that it could be added as misc/worldclean or something like that... it would indeed be helpful to clean systems that have been around for so long they have outdated includes/binaries/etc. > I've actually wrote small script in Python doing this procedure and use it > regularly. I'm attaching it with this message. Thanks! I'm gonna add it to my private collection of scripts (at least for the time being). > 2. . The script to report stale files in ${LOCALBASE} and ${X11BASE} usually > resulting from incomplete PLISTs. Following is main idea: > - parse +CONTENT files in /var/db/pkg and build list of files which are "allowed" > to be in ${LOCALBASE} and ${X11BASE} > - list actual files in above mentioned directories, compare list with one obtained > on previous step and report differences (optionally comparing md5 checksums). > > This is still in the "idea" stage, but if someone could implement it please be my > guest ;). Methinks this was implemented by Satoshi on bento. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 11:53:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B09A637B6A4; Sun, 14 May 2000 11:53:34 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA45509; Sun, 14 May 2000 11:53:35 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Date: Sun, 14 May 2000 11:53:35 -0700 (PDT) From: Message-Id: <200005141853.LAA45509@freefall.freebsd.org> To: ve@sci.fi, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18456 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of the fetchmail port to version 5.3.8 State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Mon May 15 03:53:02 JST 2000 State-Changed-Why: committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 11:57:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 0B86537B60D for ; Sun, 14 May 2000 11:57:15 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id OAA29705; Sun, 14 May 2000 14:56:49 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Sun, 14 May 2000 14:56:49 -0400 (EDT) From: Chuck Robey To: Will Andrews Cc: FreeBSD Ports Subject: Re: New patching policy proposal In-Reply-To: <20000514144334.D82488@argon.blackdawn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 14 May 2000, Will Andrews wrote: > When source code patches are made, we should use #ifdef (or #ifndef) > __FreeBSD__ to select particular code sections for use under FreeBSD. If > this is done, we can try implementing a script or somesuch that will send > patches to development teams (based on Author email address links in > pkg/DESCR) that are ready to be applied to a certain distfile. This will, > hopefully, greatly reduce turnaround time in getting patches removed from > our repository and into distfiles. I think probably, most non-FreeBSD developers are going to regard nightly reminders of FreeBSD incompatibilities as spam, after the first one. This is going to cause some bad feelings. It's one thing to ask FreeBSD committers to look at things, but something totally different to ask it of others. Some authors may be willing to give out their email addresses on the FreeBSD port, thinking that they won't get bothered too much extra, and they'll just see this as good reason to revoke their email from any FreeBSD-related stuff. > > Of course, not all patches are source code patches. We also have Makefile, > configure, shell script, etc. patches. We can adopt different plans for > each kind of diff. Then, say somebody updates a port. A script that runs > (nightly? TBD) every so often will check the ports that have been changed > recently to see if any patches were added. Then it'll look up the Author > email address if available and automatically send these patches to that > email address, requesting a return reply to the port's maintainer as well > as ports@FreeBSD.org, in case said maintainer is inactive. > > What does everyone think on this one? Granted, it will take some time to > convert patches to conform to this sort of standard, but I'm sure that if > this is implemented, it will save a fair amount of time quadruply on > developers', committers', users', and maintainers' parts. You're trying to move work from FreeBSD committers to software authors, who don't have any strong reason to accept that. The great majority of those developers who WILL add the patches to their software, intend to wait until their next release, and will just get insulted at automated henpecking that they didn't sign up for. > > Respectfully, > ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 12: 9:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 93AA737B60D; Sun, 14 May 2000 12:09:23 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-042.dial.008.popsite.net [209.69.77.42]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id MAA35223; Sun, 14 May 2000 12:06:29 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 8AF50192A; Sun, 14 May 2000 15:05:15 -0400 (EDT) Date: Sun, 14 May 2000 15:05:15 -0400 From: Will Andrews To: Stefan Esser Cc: Joe Kiser , ports@FreeBSD.ORG Subject: Re: FreeBSD Port: kde11-1.1.2 Message-ID: <20000514150515.G82488@argon.blackdawn.com> References: <391D94EF.CD6CC8DF@mindspring.com> <20000514133613.D3914@StefanEsser.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000514133613.D3914@StefanEsser.FreeBSD.org>; from se@FreeBSD.ORG on Sun, May 14, 2000 at 01:36:13PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 14, 2000 at 01:36:13PM +0200, Stefan Esser wrote: > Sorry, but I do not have the time required to maintain the KDE ports > anymore. Will Andrews showed interest to > take over my KDE ports, a few weeks back (and he has already upgraded > the kdelibs11 port), so you may want to ask him about his plans ... Yes, I have already created KDE 1.90 ports and they will be entering the tree very soon now. I'll also take over MAINTAINER for your ports and clean them up a bit, and if it's ok with you I can take care of most of your KDE-related PRs. Thanks, -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 12:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F87937B60D for ; Sun, 14 May 2000 12:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA47873; Sun, 14 May 2000 12:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 May 2000 12:10:03 -0700 (PDT) Message-Id: <200005141910.MAA47873@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/18470: Remove port: x11-toolkits/gtkgl Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18470; it has been noted by GNATS. From: Will Andrews To: tkato@prontomail.ne.jp Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/18470: Remove port: x11-toolkits/gtkgl Date: Sun, 14 May 2000 15:06:58 -0400 On Tue, May 09, 2000 at 10:56:10AM -0700, tkato@prontomail.ne.jp wrote: > Now gtkGL can be removed from ports tree, sinse original source archive > hasn't been fetchable from its master site for long time, and no other > ports use this port. Wrong. gtkglarea, fsv, and xtraceroute depend on gtkgl. Besides, I've got local copies of the gtkGL distfile and probably could host it somewhere. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 12:12:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id B6A9A37B6F8 for ; Sun, 14 May 2000 12:12:34 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-042.dial.008.popsite.net [209.69.77.42]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id MAA35298; Sun, 14 May 2000 12:10:39 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 0BBA71930; Sun, 14 May 2000 15:10:26 -0400 (EDT) Date: Sun, 14 May 2000 15:10:26 -0400 From: Will Andrews To: Conrad Sabatier Cc: Will Andrews , ports@FreeBSD.ORG Subject: Re: ports/18357: Xswallow port, final version (promise!) :-) Message-ID: <20000514151025.M82488@argon.blackdawn.com> References: <20000512073120.A804@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from conrads@home.com on Thu, May 11, 2000 at 07:16:05AM -0500 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 11, 2000 at 07:16:05AM -0500, Conrad Sabatier wrote: > :-) I was hesitant to even mention that, for fear it might be > misinterpreted. What I was thinking was that maybe there was another port > that had already filled the purpose of this one, and so it was considered > unnecessary or redundant. Either that, or perhaps, given the occasionally > flakey e-mail service on @Home, that someone had written me about it and I > hadn't gotten their message, so it was assumed that I had lost interest or > wouldn't be a reliable maintainer. My friend, perhaps you haven't perused the ports collection enough yet. Redundancy is what it's all about.. i'd prefer the adjective "choices, choices" > I wasn't taking it personally. :-) Oh, good. Many people have the habit of doing that. ;-) > Whoa! Heh, that number will jump (i do mean saliently) in coming weeks... > > Anyway, I had some interest in your port when you submitted it, but at > > this time I have a 2.5hr physics senior final to take that starts in > > about 30 minutes. Other people probably have similar excuses these days. > > Fair enough. I wouldn't have even asked about it this soon, but it looked > like other port submissions were just zipping through, so I was wondering > if there was a problem. Heck, that physics exam was easy; just a bunch of E&M questions relating to Faraday's law, Gauss's law, Ampere's law, and Ohm's law. What other port submissions? As near as I can tell, the new port submissions have been piling up fast in the last 2-3 weeks. ;-) Geez, we'll have 4,000 in no time, maybe even before 4.2-RELEASE. And to think there were less than 1,500 when I first started using FreeBSD... methinks Satoshi needs to regen that "ports collection growth" graph... -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 12:14: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id AA79437B6CC; Sun, 14 May 2000 12:14:01 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-042.dial.008.popsite.net [209.69.77.42]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id MAA35348; Sun, 14 May 2000 12:13:29 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id CA471192A; Sun, 14 May 2000 15:12:56 -0400 (EDT) Date: Sun, 14 May 2000 15:12:56 -0400 From: Will Andrews To: FreeBSD Ports Cc: Satoshi Asami Subject: X11 issues (XFree86-libs port uploaded) Message-ID: <20000514151256.N82488@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I have successfully created a XFree86-libs port which builds, installs, and links correctly with various graphics libraries and one windowmanager (window maker), as well as python and gd. I am posting the tarball for this port at (and its tarball at ~will/distfiles/XFree86-libs-3.3.6.tar.gz): http://people.FreeBSD.org/~will/XFree86-libs.tar.gz The port has me wondering about breaking up the X11 build into various parts and using the current x11/XFree86 as a psuedo-port. For example, we would have a XFree86-docs (which includes docs + manpages, etc.), XFree86-server, XFree86-[], XFree86-libs, XFree86-aoutlibs, and so forth. If we were to setup this sort of system, it would allow us to eliminate the current inane setup used on the CDs for setting up X11, which relies on the X Consortium's method. It would allow users to delete X11 parts more selectively and also actually have package files for X11. (For some reason, why our XFree86 port needs a script to ask you the various options is beyond me. Perhaps I should actually read the script a little to figure it out, but I think it's a real pain in the ass to have something like that. Could this possibly be replaced by the files/options system that nbm and I have been discussing of late?) Thoughts, comments, scornful remarks? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 12:16: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D638437BFD3; Sun, 14 May 2000 12:16:05 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA48863; Sun, 14 May 2000 12:16:05 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Sun, 14 May 2000 12:16:05 -0700 (PDT) From: Message-Id: <200005141916.MAA48863@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18544 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of port devel/tmake from 1.3 to 1.4 Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Sun May 14 12:15:30 PDT 2000 Responsible-Changed-Why: I'll take care of this. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 12:23:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id F0B6237B63D; Sun, 14 May 2000 12:23:23 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-042.dial.008.popsite.net [209.69.77.42]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id MAA35881; Sun, 14 May 2000 12:23:09 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 48413192F; Sun, 14 May 2000 15:22:52 -0400 (EDT) Date: Sun, 14 May 2000 15:22:52 -0400 From: Will Andrews To: Gerald Pfeifer Cc: se@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: wine-99.11.14 Message-ID: <20000514152252.O82488@argon.blackdawn.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Sat, May 13, 2000 at 03:42:20PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 13, 2000 at 03:42:20PM +0200, Gerald Pfeifer wrote: > Please consider updating that port to the next (not the current, but > the one that will be released on Monday, or so) version of Wine. Please look at the patches I made to this port and sent to -ports about a week or two ago, let me know if it works on the current version or not, so it'll be easier to upgrade. > With the addition of just one single-line patch that I submitted just > an hour ago, the CVS version of Wine builds and runs on FreeBSD 3.4 > without problems. Ooh, nice. > Most of the patches in the port, apart from those affecting FreeBSD > itselfs, should be either obsolete or submitted to the Wine folks > (i.e., Alexandre Julliard ). Submit them yourself. Do you want to maintain this port? ;-) > Note that Alexandre usually integrated my patches within a few days, > so that won't be a wasted effort! Then you must be the maintainer; for, you're quite FreeBSD's liaison. ;) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 12:26:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cielo.eece.unm.edu (cielo.eece.unm.edu [129.24.24.11]) by hub.freebsd.org (Postfix) with ESMTP id 6E70137B5FA; Sun, 14 May 2000 12:26:10 -0700 (PDT) (envelope-from dbader@eece.unm.edu) Received: from jalapeno.eece.unm.edu ([129.24.24.88] helo=eece.unm.edu) by cielo.eece.unm.edu with esmtp (Exim 3.12 #4) id 12r41f-00069H-00; Sun, 14 May 2000 13:26:07 -0600 Received: (from dbader@localhost) by eece.unm.edu (8.9.3+Sun/8.9.1) id NAA10453; Sun, 14 May 2000 13:26:06 -0600 (MDT) Date: Sun, 14 May 2000 13:26:06 -0600 (MDT) Message-Id: <200005141926.NAA10453@eece.unm.edu> X-Authentication-Warning: jalapeno.eece.unm.edu: dbader set sender to dbader@eece.unm.edu using -f From: "David A. Bader" To: andrews@technologist.com Cc: trevor@jpj.net, will@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG In-reply-to: <20000511123409.C393@argon.blackdawn.com> (message from Will Andrews on Thu, 11 May 2000 12:34:09 -0400) Subject: Re: ports/12188: New port: pbs-2.1.11 (misc/PBS) a batch scheduler References: <200004230101.TAA00723@eece.unm.edu> <20000511123409.C393@argon.blackdawn.com> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will, Thanks, -david David A. Bader, Ph.D. Office: 505-277-6724 Dept of Electrical and Computer Engineering FAX: 505-277-1439 EECE Building University of New Mexico dbader@eece.unm.edu Albuquerque, NM 87131 http://www.eece.unm.edu/~dbader > Date: Thu, 11 May 2000 12:34:09 -0400 > From: Will Andrews > Cc: "David A. Bader" , will@FreeBSD.ORG, > freebsd-ports@FreeBSD.ORG > Content-Type: text/plain; charset=us-ascii > X-Operating-System: FreeBSD 5.0-CURRENT i386 > Sender: will@blackdawn.com > X-Sorted: Default > > On Sat, Apr 22, 2000 at 10:45:47PM -0400, Trevor Johnson wrote: > > > Rationale: there are several Linux clustering projects (Beowulf, > > > ExtremeLinux, TurboLinux, etc.) that aim to provide all the tools to > > > use Linux in high-performance cluster computing. > > > > This sort of thing is the height of fashion and has attracted a lot of > > favorable attention for the Linux folks. > > Yes, I agree. I will make more effort to test the port and get it added to > the tree. Thanks for your contribution, David, and sorry for not realizing > the purpose/advantage of this port before. :-) > > > I am not a lawyer, but from my reading of the license (which can be > > displayed by browsing http://pbs.mrj.com/license.php3\?site_id=anonymous) > > it looks to me as though we could include this program as a package on > > CD-ROMs and mirror the distfile, so long as the license is not removed > > from the distfile (assuming it is in there--I didn't feel like filling out > > their survey) and is printed before the package is installed. It looks > > like putting it in pkg/MESSAGE would achieve this. The license reads like > > a BSD license with the old advertising clause--no more restrictive than > > the license on FreeBSD itself was last July (see /usr/src/COPYRIGHT). > > Ok, I'll take another shot at the license and perhaps we will finally close > this very-old PR, and see pbs included in the 4.1-RELEASE CDs. The fact > that David replied so quickly also helps with this job, since there is > probably no way I can test this port in clustering environments. I only > have two FreeBSD systems and they are linked by ethernet. > > > > > I think perhaps if people want to install PBS they could read a > > > > howto instead of usin a port. > > > > It's strange to read such seeming dismissal of the ports collection from > > someone who has contributed so much to it. > > You know, you're absolutely right. But I'm used to programs that do not > have restrictive licenses. If you look at the 80 or so ports I maintain, > you will notice none of them have anything other than the QPL, GPL, BSDL, > or artistic licenses. My real sympathy is with open-source programs. ;-) > > Since I'm mostly complaining about silly restrictions and since pbs covers > a niche the ports collection doesn't currently, I will personally see to it > that pbs is in the tree before June. > > Thanks, > -- > Will Andrews > GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- > ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ > G++>+++ e->++++ h! r-->+++ y? > -- David A. Bader, Ph.D. Office: 505-277-6724 Dept of Electrical and Computer Engineering FAX: 505-277-1439 EECE Building University of New Mexico dbader@eece.unm.edu Albuquerque, NM 87131 http://www.eece.unm.edu/~dbader To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 13:10: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3076237B58B for ; Sun, 14 May 2000 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA59225; Sun, 14 May 2000 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hyperhost.net (hyperhost.net [207.159.132.249]) by hub.freebsd.org (Postfix) with ESMTP id 1F23237B58B for ; Sun, 14 May 2000 13:09:02 -0700 (PDT) (envelope-from root@hyperhost.net) Received: from foobar.foobar.eyep.net (postfix@p23.a8.du.radix.net [207.192.132.151]) by hyperhost.net (8.9.3/8.9.3) with ESMTP id QAA25347 for ; Sun, 14 May 2000 16:08:58 -0400 (EDT) Received: by foobar.foobar.eyep.net (Postfix, from userid 0) id 89A6C137F32; Sun, 14 May 2000 16:06:44 -0400 (EDT) Message-Id: <20000514200644.89A6C137F32@foobar.foobar.eyep.net> Date: Sun, 14 May 2000 16:06:44 -0400 (EDT) From: patseal@hyperhost.net Reply-To: patseal@hyperhost.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18552: Port Upgradee: boxes-1.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18552 >Category: ports >Synopsis: Port Upgradee: boxes-1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 14 13:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Patrick Seal >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Upgrade boxes-1.0 to 1.0.1 Fixes fetching of distfiles on sunsite (they no longer carry the old ver.) obsoletes patches patch-a[bc] Please close ports/18539 before committing this, as this superceeds it. >How-To-Repeat: >Fix: diff -ruN boxes.orig/Makefile boxes/Makefile --- boxes.orig/Makefile Sat Apr 15 21:50:44 2000 +++ boxes/Makefile Sun May 14 15:53:00 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: boxes -# Date created: 3 March 2000 -# Whom: Patrick Seal (patseal@hyperhost.net) +# Date created: 3 March 2000 +# Whom: Patrick Seal (patseal@hyperhost.net) # # $FreeBSD: ports/misc/boxes/Makefile,v 1.3 2000/04/16 01:50:44 will Exp $ # PORTNAME= boxes -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= misc MASTER_SITES= http://www6.informatik.uni-erlangen.de/~tsjensen/software/boxes/download/ \ ${MASTER_SITE_SUNSITE} @@ -17,6 +17,7 @@ MAN1= boxes.1 USE_GMAKE= yes +USE_BISON= yes ALL_TARGET= do-install: diff -ruN boxes.orig/files/md5 boxes/files/md5 --- boxes.orig/files/md5 Sun Apr 2 19:56:26 2000 +++ boxes/files/md5 Sun May 14 15:40:49 2000 @@ -1 +1 @@ -MD5 (boxes-1.0.src.tar.gz) = fce851c773342ea80cb746ca917448e5 +MD5 (boxes-1.0.1.src.tar.gz) = 77935fb3b566755db798d678f945bd4d diff -ruN boxes.orig/patches/patch-aa boxes/patches/patch-aa --- boxes.orig/patches/patch-aa Sun Apr 2 19:56:27 2000 +++ boxes/patches/patch-aa Sun May 14 15:49:40 2000 @@ -1,19 +1,11 @@ -*** Makefile.orig Sun Aug 22 07:46:23 1999 ---- Makefile Sat Mar 11 14:06:53 2000 -*************** -*** 46,52 **** - - - # The following line (GLOBALCONF) is the only line you should need to edit! -! GLOBALCONF = /usr/local/share/boxes - BVERSION = 1.0 - - SNAPFILE = boxes-SNAP-$(shell date +%Y%m%d) ---- 46,52 ---- - - - # The following line (GLOBALCONF) is the only line you should need to edit! -! GLOBALCONF = /usr/local/share/boxes/boxes-config - BVERSION = 1.0 - - SNAPFILE = boxes-SNAP-$(shell date +%Y%m%d) +--- Makefile.orig Fri Mar 17 18:53:58 2000 ++++ Makefile Sun May 14 15:49:15 2000 +@@ -51,7 +51,7 @@ + + + # The following line (GLOBALCONF) is the only line you should need to edit! +-GLOBALCONF = /usr/local/share/boxes ++GLOBALCONF = /usr/local/share/boxes/boxes-config + BVERSION = 1.0.1 + + SNAPFILE = boxes-SNAP-$(shell date +%Y%m%d) diff -ruN boxes.orig/patches/patch-ab boxes/patches/patch-ab --- boxes.orig/patches/patch-ab Sun Apr 2 19:56:27 2000 +++ boxes/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ -*** src/config.h.orig Sat Mar 11 13:02:47 2000 ---- src/config.h Sat Mar 11 13:03:07 2000 -*************** -*** 46,52 **** - #define _POSIX_SOURCE - #define __EXTENSIONS__ - -! #elif - - #define _POSIX_SOURCE - ---- 46,52 ---- - #define _POSIX_SOURCE - #define __EXTENSIONS__ - -! #else - - #define _POSIX_SOURCE - diff -ruN boxes.orig/patches/patch-ac boxes/patches/patch-ac --- boxes.orig/patches/patch-ac Sun Apr 2 19:56:27 2000 +++ boxes/patches/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,12 +0,0 @@ -*** src/lexer.l.orig Sat Mar 11 13:02:56 2000 ---- src/lexer.l Sat Mar 11 13:03:14 2000 -*************** -*** 97,102 **** ---- 97,103 ---- - - #include "config.h" - #include -+ #include - #include - #include - #include "shape.h" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 15:10:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from front002.cluster1.charter.net (24-216-159-200.hsacorp.net [24.216.159.200]) by hub.freebsd.org (Postfix) with ESMTP id 3122937B5AB; Sun, 14 May 2000 15:10:42 -0700 (PDT) (envelope-from duhring@charter.net) Received: from [24.217.4.31] (HELO dave) by front002.cluster1.charter.net (CommuniGate Pro SMTP 3.2.4) with SMTP id 7909670; Sun, 14 May 2000 18:10:09 -0400 Message-ID: <000301bfbdf1$3c484340$0300a8c0@uhring.com> From: "David Uhring" To: Cc: Subject: FreeBSD Port: linux-realplayer-5.0 Date: Sun, 14 May 2000 17:10:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: base64 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org SSB0cmllZCB0byBidWlsZCB0aGUgbGludXgtcmVhbHBsYXllci01LjAgcG9ydCBpbiBGcmVlQlNE NC4wLVJlbGVhc2UsIGJ1dCB0aGUgZGlzdGZpbGUgd2FzIG5vdCBvbiB0aGUgc2VydmVyLiAgU28g SSBnb3QgdGhlIFJlYWxQbGF5ZXI3IHRhcmJhbGwgZm9yIExpbnV4LCB1bnBhY2tlZCBpdCBhbmQg cmFuIHdpdGggaXQuICBPbmx5IHByb2JsZW0gdGhhdCBoYXMgc2hvd24gdXAgaXMgYSBmaWVyY2Ug Y3Jhc2ggaWYgSSdtIGRvaW5nIHNvbWV0aGluZyBDUFUgaW50ZW5zaXZlIHdoaWxlIGxpc3Rlbmlu ZyB0byBtdXNpYyBvbiBSUDcuICBOYXR1cmFsbHkgSSBoYXZlIHRoZSBsaW51eC1jb21wYXQgcG9y dCBpbnN0YWxsZWQuDQoNClNpbmNlIHJlYWxwbGF5ZXItNSBhbHdheXMgaGFkIHNlcmlvdXMgcHJv YmxlbXMgd2l0aCBpdCwgd2h5IGRvbid0IHlvdSBjb25zaWRlciB1cGdyYWRpbmcgdGhlIHBvcnQg dG8gUmVhbFBsYXllcjcuICBJdCBpcyBhbHJlYWR5IHVzYWJsZSB3aXRob3V0IHBhdGNoaW5nLCBn aXZlbiB0aGUgcmVzdHJpY3Rpb24gdGhhdCB5b3UgZG9uJ3Qgd2FudCB0byBiZSBkb2luZyBhIGNv bXBpbGUgb3IgdW5wYWNraW5nIGEgdGFyYmFsbCB3aGlsZSB1c2luZyBpdC4NCg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 15:19: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 831D237B5AB; Sun, 14 May 2000 15:19:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id PAA81820; Sun, 14 May 2000 15:19:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 14 May 2000 15:19:05 -0700 (PDT) From: Kris Kennaway To: David Uhring Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: linux-realplayer-5.0 In-Reply-To: <000301bfbdf1$3c484340$0300a8c0@uhring.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 14 May 2000, David Uhring wrote: > I tried to build the linux-realplayer-5.0 port in FreeBSD4.0-Release, > but the distfile was not on the server. So I got the RealPlayer7 > tarball for Linux, unpacked it and ran with it. Only problem that has > shown up is a fierce crash if I'm doing something CPU intensive while > listening to music on RP7. Naturally I have the linux-compat port > installed. > > Since realplayer-5 always had serious problems with it, why don't you > consider upgrading the port to RealPlayer7. It is already usable > without patching, given the restriction that you don't want to be > doing a compile or unpacking a tarball while using it. Thanks for the reminder - I'll try and get to this soon. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 15:29:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 980D337B939; Sun, 14 May 2000 15:29:48 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id PAA28602; Sun, 14 May 2000 15:28:19 -0700 (PDT) (envelope-from adsharma) Date: Sun, 14 May 2000 15:28:19 -0700 From: Arun Sharma To: freebsd-ports@freebsd.org, chat@freebsd.org Subject: A bunch of KDE python applets Message-ID: <20000514152819.A28583@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I added a bunch of KDE python applets to my projects page. You need the py-kde port installed to run them. http://sharmas.dhs.org/~adsharma/projects.html - KXMLViewer a KDE based XML viewer written in Python - KLogViewer a KDE based viewer for viewing syslog messages - KHM a KDE based hardware monitor. The only thing it does now, is to display motherboard/CPU temperatures on a ABIT BP6 board. All of them carry a BSD license, if you care about it. -Arun PS: What's the right place to announce these trivial applets that could be useful to many others ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 16: 4:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rr.com (rdu25-28-142.nc.rr.com [24.25.28.142]) by hub.freebsd.org (Postfix) with ESMTP id 2835337B72F; Sun, 14 May 2000 16:04:43 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id TAA02749; Sun, 14 May 2000 19:05:28 -0400 (EDT) (envelope-from rhh) Date: Sun, 14 May 2000 19:05:28 -0400 From: Randall Hopper To: Kris Kennaway , Bill Fumerola , ports@FreeBSD.ORG, IWASHITA Yoji Cc: Thomas Gellekum Subject: Re: Ports silently marked BROKEN Message-ID: <20000514190528.A2388@ipass.net> References: <20000512025803.A99629@pop16.odn.ne.jp> <20000513204205.A2612@ipass.net> <20000515022343.A26691@pop16.odn.ne.jp> <20000513234432.A2445@ipass.net> <20000514182024.G511@cichlids.cichlids.com> <20000513234432.A2445@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from kris@FreeBSD.org on Sat, May 13, 2000 at 08:54:02PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kris Kennaway: |> I fetched the py-opengl port ... did a "make all", and it built just fine | |Please see bento for the error logs. I checked before committing and saw |the same problems locally. Perhaps it is missing a dependency or |something. Thanks for the tips. It appears one reason py-opengl failed to build is because a dependent port, numpy, was updated. The new numpy doesn't build here, due to an apparently bad NumPy setup.py file. I found a reference to this problem at: http://sourceforge.net/forum/thread.php?thread_id=16541 My error is the same: ===> Building for Numerical-15.2 Traceback (innermost last): File "setup.py", line 21, in ? class Install (install.Install): AttributeError: Install Build with python-1.5.2, Distutils-0.8.2 -- Randall Hopper aa8vb@ipass.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 16:20: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01A8B37BA08 for ; Sun, 14 May 2000 16:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA89100; Sun, 14 May 2000 16:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from telia.com (t1o90p14.telia.com [195.67.216.14]) by hub.freebsd.org (Postfix) with ESMTP id 93D1537B640 for ; Sun, 14 May 2000 16:12:48 -0700 (PDT) (envelope-from girgen@telia.com) Received: (from girgen@localhost) by stordatan.telia.com (8.9.3/8.9.1) id BAA09035; Mon, 15 May 2000 01:07:54 +0200 (CEST) (envelope-from girgen) Message-Id: <200005142307.BAA09035@stordatan.telia.com> Date: Mon, 15 May 2000 01:07:54 +0200 (CEST) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18554: Update: linux-netscape -> 4.73 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18554 >Category: ports >Synopsis: Update: linux-netscape -> 4.73 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 14 16:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.0-STABLE i386 >Organization: Partitur >Environment: n/a >Description: This set of patches updates the linux-netscape47-[navigator|communicator] ports to the latest version 4.73 >How-To-Repeat: >Fix: Index: linux-netscape47-communicator/Makefile =================================================================== RCS file: /home/ncvs/ports/www/linux-netscape47-communicator/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- linux-netscape47-communicator/Makefile 2000/05/08 19:20:34 1.22 +++ linux-netscape47-communicator/Makefile 2000/05/14 22:46:35 @@ -9,9 +9,11 @@ PORTNAME= linux-netscape-${BROWSER} PORTVERSION= ${BROWSER_VER} CATEGORIES= www linux -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ \ - ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ -DISTFILES= ${BROWSER}-v472-export.x86-unknown-linuxglibc2.0.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.73/unix/supported/linux20_glibc2/complete_install/ \ + ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.73/unix/supported/linux20_glibc2/complete_install/ \ + ftp://ftp.netscape.com/pub/communicator/english/4.73/unix/supported/linux20_glibc2/navigator_standalone/ \ + ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.73/unix/supported/linux20_glibc2/navigator_standalone/ +DISTFILES= ${BROWSER}-v473-export.x86-unknown-linuxglibc2.0.tar.gz MAINTAINER= girgen@partitur.se @@ -23,7 +25,7 @@ # don't overwrite the native FreeBSD port's shell script wrapper in ${PREFIX}/bin BROWSER_ARC= ${BROWSER}-linux -WRKSRC= ${WRKDIR}/${BROWSER}-v472.x86-unknown-linux2.0 +WRKSRC= ${WRKDIR}/${BROWSER}-v473.x86-unknown-linux2.0 USE_LINUX_LIB= yes Index: netscape4-communicator/files/md5 =================================================================== RCS file: /home/ncvs/ports/www/netscape4-communicator/files/md5,v retrieving revision 1.36 diff -u -r1.36 md5 --- netscape4-communicator/files/md5 2000/05/13 16:19:22 1.36 +++ netscape4-communicator/files/md5 2000/05/14 23:01:11 @@ -2,16 +2,14 @@ MD5 (autoadmin-v408.x86-unknown-freebsd.tar.gz) = 0435245b83fc5d9be6844ebfa1a242f0 MD5 (communicator-v408-export.x86-unknown-freebsd.tar.gz) = dfe7005dd39ac900fe336d6f052acfdb MD5 (communicator-v461-export.x86-unknown-freebsd.tar.gz) = 308686a3266e5e3aa27692c33313a159 -MD5 (communicator-v461-export.x86-unknown-linux2.0.tar.gz) = 946cf6cc68b7010fcfebb39d91f2b6b1 -MD5 (communicator-v47-export.x86-unknown-linuxglibc2.0.tar.gz) = b4c1de5f30ceb158021805cc201b4121 MD5 (communicator-v47-us.x86-unknown-freebsd.tar.gz) = fae5e2d150dfe9c05c5d8b577e99a8c3 MD5 (communicator-v472-export.alpha-dec-osf4.0.tar.gz) = 474e77c256c7aff48268d58b3682372e -MD5 (communicator-v472-export.x86-unknown-linuxglibc2.0.tar.gz) = c287d5c1322a752773bc552a1dbc44c1 MD5 (communicator-v473-export.x86-bsdi-bsd2.tar.gz) = fd7975f7aeb2c6ebac9ca96724b0afb6 MD5 (communicator-v473-export.x86-unknown-freebsd.tar.gz) = e80e68312b98be84c7379d1ed1569c4d +MD5 (communicator-v473-export.x86-unknown-linuxglibc2.0.tar.gz) = e5434d67a50f1328a21825033055584c +MD5 (navigator-v473-export.x86-unknown-linuxglibc2.0.tar.gz) = 022693778a13275d1e3993fef3844e54 MD5 (navigator-v408-export.x86-unknown-freebsd.tar.gz) = 63d607f8e861471f4dcd14d048e1f652 MD5 (navigator-v461-export.x86-unknown-freebsd.tar.gz) = 49600fb97ba24ca14baf91282f3ad441 MD5 (navigator-v472-export.alpha-dec-osf4.0.tar.gz) = 685a6614d81a2b8a632bc3f39e7fc070 -MD5 (navigator-v472-export.x86-unknown-linuxglibc2.0.tar.gz) = 32308e9609149dd7b2b6f90092526534 MD5 (navigator-v473-export.x86-bsdi-bsd2.tar.gz) = af6995971ae513e25ac760c9c8d3565b MD5 (navigator-v473-export.x86-unknown-freebsd.tar.gz) = 4d6f294e816aff8bc858d9fcc40ecfe6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 16:26: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from telia.com (t1o90p14.telia.com [195.67.216.14]) by hub.freebsd.org (Postfix) with ESMTP id 6EB3C37B51B; Sun, 14 May 2000 16:26:00 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from partitur.se (localhost [127.0.0.1]) by telia.com (8.9.3/8.9.1) with ESMTP id BAA09082; Mon, 15 May 2000 01:25:20 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <391F35E0.558573DF@partitur.se> Date: Mon, 15 May 2000 01:25:20 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: SADA Kenji Cc: obrien@FreeBSD.org, tom@eborcom.com, cjh@kr.freebsd.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: Netscape 4.73 are released. References: <20000514004153J.sada@bsdclub.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org SADA Kenji wrote: > > Hello, netscape ports maintainers. > > I've just updated www/netscape47-c|n to v4.73. linux-communicator47-* in i PR 18554 Cheers, Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 16:35:32 2000 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 18FFC37BA08; Sun, 14 May 2000 16:35:29 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.2] (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id BAA07182; Mon, 15 May 2000 01:35:25 +0200 (MET DST) Date: Mon, 15 May 2000 01:35:25 +0200 (CEST) From: Gerald Pfeifer To: Stefan Esser Cc: ports@freebsd.org Subject: Re: FreeBSD Port: wine-99.11.14 In-Reply-To: <20000514132658.C3914@StefanEsser.FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 14 May 2000, Stefan Esser wrote: > I have been looking for somebody else to become maintainer of the Wine > port for quite some time already. If you (or somebody else, possibly > splitting tasks into providing diffs and doing the commits) wants to > become the new port maintainer, just let me know. How about the following: You do the next one or two updates, and I have a look at all the patches in the port of Wine before that, to ease your work? . patch-af is obsolete, it has already been integrated into Wine . patch-az is obsolete, the problem does not exist any longer. . patch-eb is obsolete, it has already been integrated into Wine. . I have just submitted patch-bc to the Wine folks. · Is patch-ar really needed? What's its purpose? There is no comment. Or would you prefer this kind of information ("patch-xyz is obsolete") be sent as PRs? 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 Sun May 14 16:47:18 2000 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 A179C37BA08; Sun, 14 May 2000 16:47:15 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.2] (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id BAA07212; Mon, 15 May 2000 01:47:09 +0200 (MET DST) Date: Mon, 15 May 2000 01:47:08 +0200 (CEST) From: Gerald Pfeifer To: Will Andrews Cc: se@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: wine-99.11.14 In-Reply-To: <20000514152252.O82488@argon.blackdawn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 14 May 2000, Will Andrews wrote: > Please look at the patches I made to this port and sent to -ports about a > week or two ago, let me know if it works on the current version or not, so > it'll be easier to upgrade. Without having looked at these specific patches, I'm afraid that you might have taken the more bumpy road here. When it takes just a few days in many cases to get simple bug fixes into the Wine master sources, we probably should refrain from putting these fixes into the FreeBSD ports tree instead of submitting them to the Wine folks. >> With the addition of just one single-line patch that I submitted just >> an hour ago, the CVS version of Wine builds and runs on FreeBSD 3.4 >> without problems. > Ooh, nice. ...and without using the FreeBSD ports tree, btw! :-) >> Most of the patches in the port, apart from those affecting FreeBSD >> itselfs, should be either obsolete or submitted to the Wine folks >> (i.e., Alexandre Julliard ). > Submit them yourself. Do you want to maintain this port? ;-) Unless someone better suited for the job (which probably boils down to almost *everyone* else ;-) ) steps up, why not? Though I'd be just as happy to submit PRs with concrete changes and try to make the Wine port as small as possible and to submit changes back to the Wine folks without becoming official maintainer. Just let me know! 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 Sun May 14 16:54:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 9BD9537B60E; Sun, 14 May 2000 16:54:26 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-042.dial.008.popsite.net [209.69.77.42]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id QAA41601; Sun, 14 May 2000 16:54:02 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 6A8F11907; Sun, 14 May 2000 19:53:44 -0400 (EDT) Date: Sun, 14 May 2000 19:53:44 -0400 From: Will Andrews To: Gerald Pfeifer Cc: Will Andrews , se@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: wine-99.11.14 Message-ID: <20000514195344.A90744@argon.blackdawn.com> References: <20000514152252.O82488@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Mon, May 15, 2000 at 01:47:08AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 01:47:08AM +0200, Gerald Pfeifer wrote: > Without having looked at these specific patches, I'm afraid that you might > have taken the more bumpy road here. I'm afriad of that too.. ;-( > Unless someone better suited for the job (which probably boils down to > almost *everyone* else ;-) ) steps up, why not? Not if you USE Wine often and can do some coding, which you appear to be able to do based on the fact you have apparently submitted patches to the wine people and they have accepted them in their main repository. > Though I'd be just as happy to submit PRs with concrete changes and try to > make the Wine port as small as possible and to submit changes back to the > Wine folks without becoming official maintainer. Sometimes it's just better for people to contact you for help.. there's no easier way for somebody just getting started with wine on FreeBSD to find out the guy who's been watching its status on FreeBSD the most. Besides, I think Stefan needs a break; he's done plenty for the ports team in the last three years. Submit your update and I will take care of it. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 18:30: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7358F37B548 for ; Sun, 14 May 2000 18:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06504; Sun, 14 May 2000 18:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 May 2000 18:30:02 -0700 (PDT) Message-Id: <200005150130.SAA06504@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Patrick Seal Subject: Re: ports/18355: New port: tkregex Reply-To: Patrick Seal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18355; it has been noted by GNATS. From: Patrick Seal To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/18355: New port: tkregex Date: Sun, 14 May 2000 21:23:57 -0400 The port is tkregexp not tkregex and should be placed in the appropriate directory. whoops, -- ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 18:50: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93AE737B54D for ; Sun, 14 May 2000 18:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA13276; Sun, 14 May 2000 18:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 May 2000 18:50:03 -0700 (PDT) Message-Id: <200005150150.SAA13276@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Trevor Johnson Subject: Re: ports/12188: New port: pbs-2.1.11 (misc/PBS) a batch scheduler Reply-To: Trevor Johnson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12188; it has been noted by GNATS. From: Trevor Johnson To: Will Andrews Cc: "David A. Bader" , will@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/12188: New port: pbs-2.1.11 (misc/PBS) a batch scheduler Date: Sun, 14 May 2000 21:40:11 -0400 (EDT) > > I am not a lawyer, but from my reading of the license (which can be > > displayed by browsing http://pbs.mrj.com/license.php3\?site_id=anonymous) [...] > > like putting it in pkg/MESSAGE would achieve this. The license reads like > > a BSD license with the old advertising clause--no more restrictive than > > the license on FreeBSD itself was last July (see /usr/src/COPYRIGHT). > You know, you're absolutely right. But I'm used to programs that do not > have restrictive licenses. If you look at the 80 or so ports I maintain, > you will notice none of them have anything other than the QPL, GPL, BSDL, > or artistic licenses. My real sympathy is with open-source programs. ;-) Hi Will, David. Maybe I was unclear, so please let me rephrase: look at the sections in /COPYRIGHT and in the PBS license (at http://pbs.mrj.com/license.php3\?site_id=anyone ) that start with "Redistribution". See how they just changed the names and changed the numbers to
  • tags? It's a "copy center" license. :-) Users might want to give their personal information to MRJ, but the license doesn't require it. -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 19:47:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail1.rdc3.on.home.com (mail1.rdc3.on.home.com [24.2.9.40]) by hub.freebsd.org (Postfix) with ESMTP id 6E71E37B5D5; Sun, 14 May 2000 19:47:12 -0700 (PDT) (envelope-from matthewrg@home.com) Received: from cr830485a ([24.42.36.220]) by mail1.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with SMTP id <20000515024711.CPIN416.mail1.rdc3.on.home.com@cr830485a>; Sun, 14 May 2000 19:47:11 -0700 Message-ID: <000601bfbe17$f3ba6eb0$dc242a18@ktchnr.on.wave.home.com> From: "Matthew Grant" To: Cc: Subject: FreeBSD Port: poptop-1.0.0 Date: Sun, 14 May 2000 22:46:57 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01BFBDF6.5365FAE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0003_01BFBDF6.5365FAE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello just wondering if you could lend me some knowledge on how to set = up VPNS on FreeBSD!! Here is the scenario we have an NT Domain and = FreeBSD is primarily our firewall to our ISP and I would like to set up = VPNs for our remote users to access network resources including server = shares Outlook Web Access. Can you lead me in the right direction for = how to?! I would appreciate it as I am primarily a Windows user who is = quite excited about this new mystery box we call our new firewall any = help would be greatly appreciated!!! Thanks for your time and all the = great work you have been doing!! Matthew=20 ------=_NextPart_000_0003_01BFBDF6.5365FAE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    Hello just wondering if you could lend me some = knowledge on=20 how to set up VPNS on FreeBSD!!  Here is the scenario we have an NT = Domain=20 and FreeBSD is primarily our firewall to our ISP and I would like to set = up VPNs=20 for our remote users to access network resources including server shares = Outlook=20 Web Access.  Can you lead me in the right direction for how = to?!  I=20 would appreciate it as I am primarily a Windows user who is quite = excited about=20 this new mystery box we call our new firewall  any help would be = greatly=20 appreciated!!!   Thanks for your time and all the great work = you have=20 been doing!!
     
     
    Matthew
    ------=_NextPart_000_0003_01BFBDF6.5365FAE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 20: 5:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id C35CA37B68D; Sun, 14 May 2000 20:05:55 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id XAA65056; Sun, 14 May 2000 23:05:30 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Sun, 14 May 2000 23:05:29 -0400 (EDT) From: Chuck Robey To: Will Andrews Cc: FreeBSD Ports , Satoshi Asami Subject: Re: X11 issues (XFree86-libs port uploaded) In-Reply-To: <20000514151256.N82488@argon.blackdawn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 14 May 2000, Will Andrews wrote: > Hello, > > I have successfully created a XFree86-libs port which builds, installs, and > links correctly with various graphics libraries and one windowmanager > (window maker), as well as python and gd. I am posting the tarball for this > port at (and its tarball at ~will/distfiles/XFree86-libs-3.3.6.tar.gz): > > http://people.FreeBSD.org/~will/XFree86-libs.tar.gz > Thoughts, comments, scornful remarks? I've spent some time thinking about it, trying to see why breaking it up into smaller chunks might be a good thing. About the only arguments I can see are negative ones, reasons why I'd much rather have more confidence that most people were required by the port to install ALL of XFree86. Could you talk a bit about why you think breaking the port up could be regarded as a good thing? I'm not sure why breaking it up would be a needed first step in having our own setup (if someone wanted to do that). > > ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 20:33:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dell.dannyland.org (dell.dannyland.org [216.254.28.116]) by hub.freebsd.org (Postfix) with ESMTP id BB40B37B64C; Sun, 14 May 2000 20:33:50 -0700 (PDT) (envelope-from dannyman@dell.dannyland.org) Received: by dell.dannyland.org (Postfix, from userid 1001) id DED615BB9; Sun, 14 May 2000 20:33:00 +0000 (GMT) Date: Sun, 14 May 2000 20:33:00 +0000 From: dannyman To: Roman Korolyov Cc: stb@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: cyrus-1.5.19 Message-ID: <20000514203300.A266@dell.dannyland.org> References: <391BB3CD.7AD9E1EC@podolsk.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <391BB3CD.7AD9E1EC@podolsk.ru>; from rk@podolsk.ru on Fri, May 12, 2000 at 11:33:33AM +0400 X-Loop: djhoward@uiuc.edu X-URL: http://www.dannyland.org/~dannyman/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 12, 2000 at 11:33:33AM +0400, Roman Korolyov wrote: > Greets! > Just a one question: are you planning to update cyrus port for version > 1.6.22? > > thank for your attention At this point, it may not be worth the effort, with the newer new version rolling through alpha. Just a thought. -d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 20:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F37C37BA1C for ; Sun, 14 May 2000 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA26357; Sun, 14 May 2000 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cummings.uol.com.br (cummings.uol.com.br [200.230.198.69]) by hub.freebsd.org (Postfix) with ESMTP id EFC2737B667 for ; Sun, 14 May 2000 20:47:05 -0700 (PDT) (envelope-from lioux-alias-ppp-FreeBSD-gnats-submit=freebsd.org@uol.com.br) Received: from bsa-1-as01-7-a19.gd.uol.com.br (bsa-1-as01-7-a19.gd.uol.com.br [200.197.118.19]) by cummings.uol.com.br (8.9.1/8.9.1) with ESMTP id AAA20456 for ; Mon, 15 May 2000 00:47:32 -0300 (BRT) Received: (qmail 14240 invoked by uid 1001); 14 May 2000 23:51:11 -0000 Message-Id: <20000514235111.14239.qmail@Fedaykin.here> Date: 14 May 2000 23:51:11 -0000 From: lioux@uol.com.br Reply-To: lioux@uol.com.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18556: Incorrect PLIST in x11-toolkits/linux-gtk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18556 >Category: ports >Synopsis: Incorrect PLIST in x11-toolkits/linux-gtk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 14 20:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD Here.here 4.0-STABLE FreeBSD 4.0-STABLE #15: Fri May 5 11:27:27 EST 2000 lioux@Here.here:/usr/src/sys/compile/LIOUX i386 >Description: Incorrect PLIST. I don't know if that is exactly what I should add to PLIST but it does the job. As expected, libgdk-1.2.so.0 is a link to the .5.0 but it was not being removed. >How-To-Repeat: n/a >Fix: --- PLIST.ORIG Sun May 14 20:45:14 2000 +++ PLIST Sun May 14 20:45:25 2000 @@ -5,6 +5,7 @@ usr/doc/gtk+-1.2.5/README usr/doc/gtk+-1.2.5/TODO usr/lib/libgdk-1.2.so.0.5.0 +usr/lib/libgdk-1.2.so.0 usr/share/locale/ca/LC_MESSAGES/gtk+.mo usr/share/locale/cs/LC_MESSAGES/gtk+.mo usr/share/locale/da/LC_MESSAGES/gtk+.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 Sun May 14 22: 2:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 2F67D37B58F for ; Sun, 14 May 2000 22:02:36 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-042.dial.008.popsite.net [209.69.77.42]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id WAA48086 for ; Sun, 14 May 2000 22:02:33 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 33FEA1930; Mon, 15 May 2000 01:02:20 -0400 (EDT) Date: Mon, 15 May 2000 01:02:19 -0400 From: Will Andrews To: FreeBSD Ports Subject: **HEADS UP** KDE2 -> ports tree Message-ID: <20000515010219.B53719@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Within 24 hours, I will be doing the initial import of KDE2 to our beloved ports collection. This includes the following: 1) kde-qt-addon 1.90 2) kdelibs 1.90 3) kdebase 1.90 4) kdesupport 1.90 5) kdenetwork 1.90 6) kdegames 1.90 7) kdeutils 1.90 8) kdetoys 1.90 9) koffice 1.90 *) complimented with a kde2 meta-port which installs all of the above except #8 and #9. That's right - it all works on FreeBSD now. Of course, as I don't really have time to test it on 3.4-STABLE, it has only been tested on my 5.0-CURRENT devbox, running the latest sources. So if you find any discrepancies, report them and they will be fixed ASAP. Everyone should consider this email a warning. I have tried my best to ensure that users don't accidentally install KDE + KDE2 stuff at the same time. I'm not sure it's even possible to have both kdelibs 1.x AND 2.x installed at the same time without a lot of trouble.. Anyway, these version conflicts will be resolved in later revisions of these ports. Sorry, but these ports are really only intended for developers (stable API now) and for users who like having / can handle the latest and hottest in goodies. So, if you want to play around in KDE2, be my guest, and send me bug reports/fixes. But don't send complaints! Especially not about how long it takes (approx 6 1/2 hours for the entire x11/kde2 port, on my PII-300 w/ 128MB SDRAM) to compile!! ;-) This is a call for people to start porting KDE2-based programs! If you create any, just assign them to me (will@FreeBSD.org) in GNATS and I'll get them in as soon as possible. It'd be nice to have a fairly functional KDE2 in the ports collection in time for 4.1-RELEASE... Thanks, -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 22:27:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.167]) by hub.freebsd.org (Postfix) with ESMTP id 1EAA337B5AB; Sun, 14 May 2000 22:27:34 -0700 (PDT) (envelope-from shuna@pop16.odn.ne.jp) Received: from odn.ne.jp ([210.231.49.28]) by t-mta3.odn.ne.jp (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20000515052731682.OTJZ.886.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Mon, 15 May 2000 14:27:31 +0900 To: Randall Hopper Cc: Kris Kennaway , Bill Fumerola , ports@FreeBSD.ORG, Thomas Gellekum Date: Mon, 15 May 2000 14:32:11 +0900 From: IWASHITA Yoji Subject: Re: Ports silently marked BROKEN Message-ID: <20000515143211.A28740@pop16.odn.ne.jp> References: <20000512025803.A99629@pop16.odn.ne.jp> <20000513204205.A2612@ipass.net> <20000515022343.A26691@pop16.odn.ne.jp> <20000513234432.A2445@ipass.net> <20000514182024.G511@cichlids.ci Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hlids.com> <20000513234432.A2445@ipass.net> <20000514190528.A2388@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mutt 1.0.1i-jp0 In-Reply-To: <20000514190528.A2388@ipass.net>; from aa8vb@ipass.net on Sun, May 14, 2000 at 07:05:28PM -0400 X-MailAgent: smpost version 2.00b2 On Sun, May 14, 2000 at 07:05:28PM -0400, Randall Hopper wrote: > The new numpy doesn't build here, due to an apparently bad NumPy setup.py > file. I found a reference to this problem at: > > http://sourceforge.net/forum/thread.php?thread_id=16541 Sorry, I did not notice this problem. Because, installed py-distutils in my FreeBSD is version 0.1.3 ... It's old, but I succeeded in installation of ports py-numeric-15.2. The same problems happened if I updated py-distutils to 0.8.2. There will be a problem where? My english is no good, sorry. -- IWASHITA Yoji @ ODN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 14 23:10: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A10337B57F for ; Sun, 14 May 2000 23:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA44548; Sun, 14 May 2000 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B561B37B57F; Sun, 14 May 2000 23:07:27 -0700 (PDT) Message-Id: <20000515060727.B561B37B57F@hub.freebsd.org> Date: Sun, 14 May 2000 23:07:27 -0700 (PDT) From: satherrl@itssa.curtin.edu.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18557: inclusion request [www, sql, database] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18557 >Category: ports >Synopsis: inclusion request [www, sql, database] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 14 23:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: richard >Release: 2.2.8 3.4 >Organization: curtin university >Environment: >Description: can someone port sqlweb or something similar www.sqlweb.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 0:30:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from island3.pc.mycom.co.jp (pix230.pc.mycom.co.jp [202.227.184.230]) by hub.freebsd.org (Postfix) with ESMTP id 057A137B58F for ; Mon, 15 May 2000 00:30:53 -0700 (PDT) (envelope-from hiraoka@pc.mycom.co.jp) Received: from localhost (localhost [127.0.0.1]) by island3.pc.mycom.co.jp (8.9.3/8.9.3) with ESMTP id QAA05176 for ; Mon, 15 May 2000 16:30:53 +0900 (JST) (envelope-from hiraoka@pc.mycom.co.jp) To: ports@FreeBSD.ORG Subject: typo? X-Mailer: Mew version 1.94.1 on Emacs 20.6 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Message-Id: <20000515163053X.hiraoka@pc.mycom.co.jp> Date: Mon, 15 May 2000 16:30:53 +0900 From: HIRAOKA Shinji X-Dispatcher: imput version 990905(IM130) Lines: 11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $BJ?2,(B@$B3yAR$G$9!#(B http://www.jp.freebsd.org/www.FreeBSD.org/ja/ports/index.html $B!&(BPython (37) -- Pyson $B8@8l$K4XO"$9$k%=%U%H%&%'%"(B. ^^^^^ Python $B$N(B typo $B$G$9$h$M!#(B $B To: Patrick Oonk Cc: ports@freebsd.org Subject: Re: Amanda port In-Reply-To: <20000417144915.M11875@pine.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 17 Apr 2000, Patrick Oonk wrote: > in the amanda INSTALL script there's an error: it tries to > run /sbin/chown instead of /usr/sbin/chown Fixed! Thanks. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 0:35:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C98437B677; Mon, 15 May 2000 00:35:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id AAA57077; Mon, 15 May 2000 00:35:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 15 May 2000 00:35:35 -0700 (PDT) From: Kris Kennaway To: Charlie Root Cc: issei@jp.FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: ssh2-2.0.13 In-Reply-To: <38FEE4E9.59B06F7C@bayarea.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 20 Apr 2000, Charlie Root wrote: > I am trying to compile up ssh or ssh2 but both are missing > patch-ssh-1.2.27-bsd.tty.chown > I am not able to find this in your ftp distfiles directory nor is it on > the Walnut Creek CDROM set I just paid $$$ for. Could someone direct me > how I might get this patch. This patch is not required to be downloaded specially - it is included in the port. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 0:40: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7204B37B677 for ; Mon, 15 May 2000 00:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA57564; Mon, 15 May 2000 00:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 15 May 2000 00:40:03 -0700 (PDT) Message-Id: <200005150740.AAA57564@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/18241: ports/security/{ssh,ssh2} Makefile problems Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18241; it has been noted by GNATS. From: Kris Kennaway To: ota@drexel.edu Cc: freebsd-gnats-submit@FreeBSD.org, issei@jp.FreeBSD.org Subject: Re: ports/18241: ports/security/{ssh,ssh2} Makefile problems Date: Mon, 15 May 2000 00:39:46 -0700 (PDT) On Wed, 26 Apr 2000 ota@drexel.edu wrote: > .if ${OSVERSION} < 400016 && !defined(WITHOUT_SSH1) > It is said that "String comparison operator shuold be either == or !." > and then some more message due to failure of this line. > The same error occures on line 132 of ssh Makefile. I think the ssh2 maintainer should just remove this section from the makefile - we no longer support old versions of 4.0-CURRENT in ports. I already made the corresponding change to the ssh port a few weeks ago. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 0:58:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id AA11037B5FB for ; Mon, 15 May 2000 00:58:50 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-40.sugnm1.kt.home.ne.jp [203.165.77.40]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id QAA27031; Mon, 15 May 2000 16:58:15 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id QAA07997; Mon, 15 May 2000 16:57:44 +0900 (JST) Date: Mon, 15 May 2000 16:57:43 +0900 Message-ID: <86n1lsjle0.wl@daemon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: hiraoka@pc.mycom.co.jp Cc: ports@FreeBSD.org, ports-jp@jp.FreeBSD.org Subject: Re: typo? In-Reply-To: In your message of "Mon, 15 May 2000 16:30:53 +0900" <20000515163053X.hiraoka@pc.mycom.co.jp> References: <20000515163053X.hiraoka@pc.mycom.co.jp> User-Agent: Wanderlust/1.1.1 (Purple Rain) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/20.6 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=ISO-2022-JP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Mon, 15 May 2000 16:30:53 +0900, HIRAOKA Shinji wrote: > $BJ?2,(B@$B3yAR$G$9!#(B > > http://www.jp.freebsd.org/www.FreeBSD.org/ja/ports/index.html > > $B!&(BPython (37) -- Pyson $B8@8l$K4XO"$9$k%=%U%H%&%'%"(B. > ^^^^^ > Python $B$N(B typo $B$G$9$h$M!#(B > $B Cc: Kris Kennaway , Bill Fumerola , ports@FreeBSD.org, IWASHITA Yoji Subject: Re: Ports silently marked BROKEN References: <20000512025803.A99629@pop16.odn.ne.jp> <20000513204205.A2612@ipass.net> <20000515022343.A26691@pop16.odn.ne.jp> <20000513234432.A2445@ipass.net> <20000514182024.G511@cichlids.cichlids.com> <20000513234432.A2445@ipass.net> <20000514190528.A2388@ipass.net> From: Thomas Gellekum In-Reply-To: Randall Hopper's message of "Sun, 14 May 2000 19:05:28 -0400" Date: 15 May 2000 11:05:36 +0200 Message-ID: Lines: 16 User-Agent: Gnus/5.0806 (Gnus v5.8.6) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper writes: > Kris Kennaway: > |> I fetched the py-opengl port ... did a "make all", and it built just fine > | > |Please see bento for the error logs. I checked before committing and saw > |the same problems locally. Perhaps it is missing a dependency or > |something. > > Thanks for the tips. It appears one reason py-opengl failed to build is > because a dependent port, numpy, was updated. It was the new py-distutils. Should be fixed now with the upgrade of py-numeric. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 3:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BBD837B6E8 for ; Mon, 15 May 2000 03:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA84715; Mon, 15 May 2000 03:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Crazyman.Dorm13.NCTU.edu.tw (Crazyman.Dorm13.NCTU.edu.tw [140.113.141.212]) by hub.freebsd.org (Postfix) with ESMTP id 96F3E37B73C for ; Mon, 15 May 2000 03:25:25 -0700 (PDT) (envelope-from yinjieh@Crazyman.Dorm13.NCTU.edu.tw) Received: (from yinjieh@localhost) by Crazyman.Dorm13.NCTU.edu.tw (8.9.3/8.9.3) id SAA05741; Mon, 15 May 2000 18:25:09 +0800 (CST) (envelope-from yinjieh) Message-Id: <200005151025.SAA05741@Crazyman.Dorm13.NCTU.edu.tw> Date: Mon, 15 May 2000 18:25:09 +0800 (CST) From: Yin-Jieh Chen Reply-To: yinjieh@Crazyman.Dorm13.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18561: Update port: games/xpuyopuyo to 0.3.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18561 >Category: ports >Synopsis: Update port: games/xpuyopuyo to 0.3.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 03:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yin-Jieh Chen >Release: FreeBSD 4.0-STABLE i386 >Organization: NCTU CSIE FreeBSD Users' Group >Environment: FreeBSD Crazyman.Dorm13.NCTU.edu.tw 4.0-STABLE FreeBSD 4.0-STABLE #4: Sat Apr 15 22:14:23 CST 2000 root@Crazyman.Dorm13.NCTU.edu.tw:/usr/src/sys/compile/YIN JIEH i386 ports CTM update to ports-cur.3295 >Description: update games/xpuyopuyo to 0.3.8 modified files: Makefile, files/md5, pkg/PLIST removed files: patches/patches-ab Please commit this port, thanks. >How-To-Repeat: N/A >Fix: Apply the following patch. diff -ruN /usr/ports/games/xpuyopuyo/Makefile xpuyopuyo/Makefile --- /usr/ports/games/xpuyopuyo/Makefile Sat Apr 15 16:41:26 2000 +++ xpuyopuyo/Makefile Fri May 12 23:55:11 2000 @@ -6,7 +6,7 @@ # PORTNAME= xpuyopuyo -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.8 CATEGORIES= games MASTER_SITES= http://chaos2.org/xpuyopuyo/ \ http://lenin.dabney.caltech.edu/~justins/xpuyopuyo/ @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" -CONFIGURE_ARGS= --enable-rotate-fixed --without-gnome +CONFIGURE_ARGS= --without-gnome MAN6= xpuyopuyo.6 diff -ruN /usr/ports/games/xpuyopuyo/files/md5 xpuyopuyo/files/md5 --- /usr/ports/games/xpuyopuyo/files/md5 Tue Mar 21 22:58:43 2000 +++ xpuyopuyo/files/md5 Sat May 13 09:48:53 2000 @@ -1 +1 @@ -MD5 (xpuyopuyo-0.3.4.tar.gz) = 2273bd583ab47f6e975ab9913ab9f197 +MD5 (xpuyopuyo-0.3.8.tar.gz) = 3b5333d49f17944538018b3197a3e906 diff -ruN /usr/ports/games/xpuyopuyo/pkg/PLIST xpuyopuyo/pkg/PLIST --- /usr/ports/games/xpuyopuyo/pkg/PLIST Tue Mar 21 22:58:43 2000 +++ xpuyopuyo/pkg/PLIST Sat May 13 11:38:55 2000 @@ -26,6 +26,7 @@ share/xpuyopuyo/themes/default/img_num7.xpm share/xpuyopuyo/themes/default/img_num8.xpm share/xpuyopuyo/themes/default/img_num9.xpm +share/xpuyopuyo/themes/default/img_paused.xpm share/xpuyopuyo/themes/default/img_rock.xpm share/xpuyopuyo/themes/default/img_rockbig.xpm share/xpuyopuyo/themes/default/img_rockdemon.xpm @@ -45,7 +46,55 @@ share/xpuyopuyo/themes/default/img_title.xpm share/xpuyopuyo/themes/default/img_top.xpm share/xpuyopuyo/themes/default/img_trans.xpm +share/xpuyopuyo/themes/3dRokz/img_0.xpm +share/xpuyopuyo/themes/3dRokz/img_0j.xpm +share/xpuyopuyo/themes/3dRokz/img_1.xpm +share/xpuyopuyo/themes/3dRokz/img_1j.xpm +share/xpuyopuyo/themes/3dRokz/img_2.xpm +share/xpuyopuyo/themes/3dRokz/img_2j.xpm +share/xpuyopuyo/themes/3dRokz/img_3.xpm +share/xpuyopuyo/themes/3dRokz/img_3j.xpm +share/xpuyopuyo/themes/3dRokz/img_4.xpm +share/xpuyopuyo/themes/3dRokz/img_4j.xpm +share/xpuyopuyo/themes/3dRokz/img_5.xpm +share/xpuyopuyo/themes/3dRokz/img_5j.xpm +share/xpuyopuyo/themes/3dRokz/img_clear.xpm +share/xpuyopuyo/themes/3dRokz/img_clearb.xpm +share/xpuyopuyo/themes/3dRokz/img_expl.xpm +share/xpuyopuyo/themes/3dRokz/img_gameover.xpm +share/xpuyopuyo/themes/3dRokz/img_ind.xpm +share/xpuyopuyo/themes/3dRokz/img_num0.xpm +share/xpuyopuyo/themes/3dRokz/img_num1.xpm +share/xpuyopuyo/themes/3dRokz/img_num2.xpm +share/xpuyopuyo/themes/3dRokz/img_num3.xpm +share/xpuyopuyo/themes/3dRokz/img_num4.xpm +share/xpuyopuyo/themes/3dRokz/img_num5.xpm +share/xpuyopuyo/themes/3dRokz/img_num6.xpm +share/xpuyopuyo/themes/3dRokz/img_num7.xpm +share/xpuyopuyo/themes/3dRokz/img_num8.xpm +share/xpuyopuyo/themes/3dRokz/img_num9.xpm +share/xpuyopuyo/themes/3dRokz/img_rock.xpm +share/xpuyopuyo/themes/3dRokz/img_rockbig.xpm +share/xpuyopuyo/themes/3dRokz/img_rockdemon.xpm +share/xpuyopuyo/themes/3dRokz/img_side.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_bottom1.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_bottom2.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_bottom3.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_left.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_leftbottom.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_lefttop.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_ltrans.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_right.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_rightbottom.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_righttop.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_rtrans.xpm +share/xpuyopuyo/themes/3dRokz/img_tile_top.xpm +share/xpuyopuyo/themes/3dRokz/img_title.xpm +share/xpuyopuyo/themes/3dRokz/img_top.xpm +share/xpuyopuyo/themes/3dRokz/img_trans.xpm share/xpuyopuyo/xpuyopuyo.txt +share/xpuyopuyo/copying.txt +@dirrm share/xpuyopuyo/themes/3dRokz @dirrm share/xpuyopuyo/themes/default @dirrm share/xpuyopuyo/themes @dirrm share/xpuyopuyo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 3:57:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 80D3C37B7C6 for ; Mon, 15 May 2000 03:57:16 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id MAA37298; Mon, 15 May 2000 12:56:46 +0200 (CEST) (envelope-from ibex) Date: Mon, 15 May 2000 12:56:46 +0200 From: Dirk Froemberg To: "dowee.com Webmaster" Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: apache+php-1.3.12+4.0RC1 Message-ID: <20000515125645.A37135@physik.TU-Berlin.DE> References: <000901bfbc65$36c71a00$83f7fea9@wwwmein> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000901bfbc65$36c71a00$83f7fea9@wwwmein>; from webmaster@dowee.com on Sat, May 13, 2000 at 12:55:48AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! On Sat, May 13, 2000 at 12:55:48AM +0200, dowee.com Webmaster wrote: > I have a big problem. I am new to FreeBSD, but had enough experience to setup a system including the apache+php and the mysql packages. My problem is, that the php version from the apache+php package has no mysql support. The easiest way to solve that, would be to add the mysql.so, but there is no mysql.so file on the whole FreeBSD ISO Cd. I have absolutely no idea how to get this working, can you help me? You have to use the apache13-php4 _port_ (/usr/ports/www/apache13-php4/). Before it is actually build a configuration menu pops up. You can select MySQL support there. Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 4:16:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF69B37B59A; Mon, 15 May 2000 04:16:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA01791; Mon, 15 May 2000 04:16:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Mon, 15 May 2000 04:16:30 -0700 (PDT) From: Message-Id: <200005151116.EAA01791@freefall.freebsd.org> To: sobomax@altavista.net, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18192 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Several fixes and improvements for pysol-sound-server port State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Mon May 15 04:14:56 PDT 2000 State-Changed-Why: Committed, thanks. If anyone comes up with a patch for 3.4 users, please send a new PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 4:45:10 2000 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 CE96D37B5A6 for ; Mon, 15 May 2000 04:45:05 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.10] (nunki [128.130.111.10]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id NAA20837; Mon, 15 May 2000 13:41:39 +0200 (MET DST) Date: Mon, 15 May 2000 13:41:38 +0200 (MET DST) From: Gerald Pfeifer To: Mikhail Teterin Cc: freebsd-ports@freebsd.org Subject: http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/emulators/wine/patches/patch-da Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Mikhail, I am currently trying to update the Wine port in FreeBSD's port collection and I've got a question concerning the patch from you that I mentioned in the subject. A similiar change has been made to the Wine master sources (which means that your patch won't apply any longer), but in the "official" patch we have if (((*data = ptrace( PTRACE_PEEKDATA, thread->unix_pid, addr, 0 )) ... while your patch has if (((*data = ptrace( PTRACE_PEEKDATA, thread->unix_pid, addr, *data )) ... What do you think about this? Which of these versions is the one we should take (and possibly submit to the Wine folks)? 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 Mon May 15 4:50:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BE3137B5A6 for ; Mon, 15 May 2000 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA15000; Mon, 15 May 2000 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from relay1.ntu-kpi.kiev.ua (oberon.ntu-kpi.kiev.ua [195.178.136.20]) by hub.freebsd.org (Postfix) with ESMTP id F3B6737B50C for ; Mon, 15 May 2000 04:41:16 -0700 (PDT) (envelope-from antonz@library.ntu-kpi.kiev.ua) Received: from library.ntu-kpi.kiev.ua (eth0.library.ntu-kpi.kiev.ua [10.0.1.251]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 5AB1E2FA9D for ; Mon, 15 May 2000 14:41:04 +0300 (EEST) Received: (from antonz@localhost) by library.ntu-kpi.kiev.ua (8.9.3/8.9.3) id OAA46903; Mon, 15 May 2000 14:41:08 +0300 (EEST) (envelope-from antonz) Message-Id: <200005151141.OAA46903@library.ntu-kpi.kiev.ua> Date: Mon, 15 May 2000 14:41:08 +0300 (EEST) From: antonz@library.ntu-kpi.kiev.ua Reply-To: antonz@library.ntu-kpi.kiev.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18563: POrt update: Samba 2.0.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18563 >Category: ports >Synopsis: Port update with utmp support. Resending it. Previous PR somewhere dropped. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 04:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Anton N. Breusov >Release: FreeBSD 3.4-STABLE i386 >Organization: NTUU "KPI" >Environment: 1. After compiling and installing port add next lines to /usr/local/etc/smb.conf: ========================================================= ; utmp options utmp = Yes utmp dir = /var/run wtmp dir = /var/log utmp consolidate = No ; end of utmp options ========================================================= >Description: 1. Added YaP (Yet another patch) by David Lee (T.D.Lee@durham.ac.uk) with utmp support (currently for 'last' command only). >How-To-Repeat: List of changes: 1. Makefile changed: Added '--with-utmp' to CONFIGURE_ARGS line. 2. patch-ba replaced with new file. 3. Added patch-bb, patch-bc, patch-bd and patch-be. >Fix: begin 644 samba.tgz M'XL(`&Y]&CD``^R=>W?:QK;`\^_QIYA+W-HN!NO]<.*>$ALGW#@V![";W*9+ ME4'8.L82E80?)\UWO[-GA``]8,3+W'7+:H.0YJ4]^S=[9L^67#YXM?(/DCA5 MEM$K!!\N]AW^0"K/*9*J2(J"?ZNBJ+Q"\NJ;]NK5P`],#Z%7GNL&T](]WEI6 M;QT-6N^G;P;M6\M?J1;DZG^)1P@?"OS?_;^.S[#_R7?IVEQ%'3R'NU;*ZG]> MX#DU['^%EV7H?T$4Y5>(6T5CXI__Y_U?*I50VW6Z]LW`L\JV4W8]^^8?OUH= M5.E[2%`0)QQRRJ&H(X'CN*UBL3B1_!^MVP'Z9#XCGL?4'HK*(0:=I/SE%U02 M.&5?0T7Z] M^I9GWUM.8/;0(+CO(W_0[[M>L%5*%`F7<1GP]02%%&<4@79[IA_TW!OD.LAW M[RWTKGE2ZMEW%K0IL.Y]7,:,6E!8!&TTHC7^.7`#TX=2KW#-<'CU=-I$7;MG MA05G"*3K'SP\&20[%`@=H_+BOHJ*\$4[IN/T$+IW<:W/Z-\8"13<6O2V=ATW MH.W:PW59O8Y?AC9!315<%ZUO][DME\?/O^T1.&8G@ MQH+GOH7[]V?<)RF9T6]^X`W:M/'XGS<(_U,.V_@;]SLZ0COFSAM(F=7.HV?+ MS[R)(\?-OM;V7-_?^QUWG]U%@84%^E38SDI=P$UY*N"Z"F]`[@[M(H$G720( M81=U;31%\`/?\J8+_K)9;;RLX*&-LP4/[1EA6YW9HN\=I(I<'PI0]SX"K.P:R?IHA95(FJ)8Q+U+1Z?I@O[ MPT6S];+BAC;.%CBT,U/DY&*&T,DU9K%#ZG3!2S(5O,XD^,">-:JW:B\WJD/K M#&RQWH1=0%I[A']G21\:FRE]H$QZ@"QZR^^`JNP>N,N5_E4/Z5PG9D^4&%L!)];1V M7MV=2+PW[(-B5A]@TSQA52_1'B0*#%K-JS10H7LX0*UR*Q M%F>)%:=."+:8+5B<'!?:M;>*F9+MSS*A=6)#5R-7J'R:6.M3;&,]VSC6QZWC M+)G64\QCMDAQZED2M9[L&8:R^KG66IE,H?JR15LQ3;;0B$SADHL9TB77F,4+ MJ7/(%Y+/$K#9Z%#-]3BN5[0H,GZ(JG\JBM86?$ M3=U82].Z8_QRLD/&K[*8O;'T;*9O+,.D^2,NA-/+\^/F;G\0#`+PT"!R]$0. M!_W.(U%)^OV$;JR`N@@P,ZF]>F=YCM5#;K_GMN\0,68=JVL[=F"[CA_OX8_5 MQGGUS+BHGUT4&#=37,N1`JE1[M MX-8=!*4[[UH>N:-/7&<'!E!:U$?+N[:P_)$\\O'@QIN#7K!'=(.*]E/SO=&H M-B_/6KM8\'MQD7]LO).-RF7KP]Y6":ZF9[N1D-M**X].SRGO(2`]0J;8--XYG;`?A388)STZ& M*<,C5#J+DO;LZP+<;_QN'7=OZZ7=F']_YOS$_/_7JZACNO\?(9F3A_Y_012( M_U]0^;_]_^OX@/_?;%.7?ODVP_O/\R/O_RAQS/2,O+]\P*_+\-XR^_K M9+A]/7#PJ(EB[HFT\[!P3CU_A8J2=Q_/DM-,PO4L[#Y.36*5C]C&Z M$EJ@AM&\K-A/N__*2+`'_$L?]S?\Z M/I/[?SDV_R;HYP\E"0\`(_IU3H/9%OT"^K?HK+7T'U38KITW6Y6S,^.DTJH4 MT(\_HO$31SO;W\+?WU'I'F'-V8&=.YA%FFVC[[DWL#*X,1_OT#W\X\`_^'^\ ML)A,0J[>3"1!'1>VTZI/@6>VZ297U_9PNQY=KX/<+FY<6$!A'_DNP@O8MNF@ M:PN9",YZYCTB6UPP)T*F=P.;8;X5H,[@_OX9#3._@69`D4?;`MT(%161[(32 M;[+CYCH6B(5A3S*\K]O1FG.T5;B<_@K0V[?5BU/4B"5JYB%NMGJ(OA)IXKE[W^Y97PM[(`_Y39AC M[-(>$LB%[\,E]]2"M?D+QN.S=X]*7C>2^D]P;MI^*>[QGF^%G:A+^P('G:C+ MX/$>\W1GJD5L+S.I'B6J=^.WJ.-;G%H(PG>U54S)J+-DA#4WD52!C&%?"U3U M=[9W=K[M9.TM[A3QN/!]YX^OL!;'AV,K\?%[WVV;N`&=O8E;I"(D+I*I.E\* M=5[@I`F=+T;GY1=A87*C-S<+`K8G*V%!X,6UL##D0H\5D<&!($JSL^6FH':R5@9$+9T!Z67LP?B^>WX")'E%!$CKL09T MUV1"_Q4AU'\ECRT8W_-G(D!1DJH\44@6`TJ*+4AFS$T!+'+7RH$JI'.@OHPM MF`R(R$^"JJ^(!&T]MF`8ZC'!@JY0%D0NCRT8#\-@80&7GE3IB4(R6!"Y%'N0 MS)B;!7#LK),%D5-261#Y==N$S!B5W$"(B\QAI@$A\NLQ#LB"P8Q!3#$,^6'X6KM8(0FP1%($CK-@HS`X;R`R&M:.4L MRNNQ$#04:@('A0:(X0-]GU>$T(,6[M!.)6(L2BG)1(IRJVE,C!="J4:U8^X@-:),5)O"AT/>OOU*%8G$(UCQG27$AUT)#451 M2S/PZT];KB?ID[@4T])/K-?SPE?/7GFO@CV)EU^$O6'H7F[T)&&1*12[WH>Q M@R]('HU07!`\$I[(Q%UF(&,N['`I^:@;#W=DPDY*,7H3ARL$P_X=-T M_TA66'E^AXBVHNU365BYAS`6,#_A%-'5?5Y"14V6I'V5F_2)A`$LW8'3!O7+ M%[6^5>RX4VS;=E@PBU&393Z&191[MC6#DA](8F.8:RF&C,F,R7+<5YZNZP<_ MH2:)&T*WEMFQ/!2X*!R_#,,/!M=8N^%I!60Z'73K]JWNH-=[1EWK$4;YP"5T M[-,A\?'6;M^2""NHHF=C$DA@5?O6'`EN=^\-NK9Z[F,9H9\.QF$S?=_R`F(Q M<:LN'BS/L_%YTWE&-^VV`*A9GH.%'54,C34?7+QPQ'7BY*X7%HKS_XHUQ+=H MW==6VX0?!%;[YA:0#7!3(6`L9)$4YW:12>JB]W,]L'L!5C^X=>@F9`<^1(D- M("YKK!6/[J#7P>S;O1XR^_W><]B*^'W#T#\Y%R`M;>%6O#^_1,>H9U][IO<< M=H"/*[5]HG50`'FT(I0QK&WN^ST+&N+3QH(H>H_FLT^,,!5\]?P"PX=;TX1` ML5$AIH?%V@X&)G0E1#IU:!D03X;KQ*H.490!')!R#&,H`^2XWCWN`OIB"-`* M7*MM^E%G=L/&=]`NU9](]_?07W\E+AJCRR`O]\Y"]UC)7U-=GY#=:\OIV%V0 M6<[YD3S:<\1LW*4-H%YST:#.(>?@C&O/(0/\7 M"CRT8U[#>UYN;NU_W_7N';?_IX<5Y>'QZ?D_.VBG\N[XI'KZ_D/MOS^>?3J_ MJ/^KT6Q=7OWZ^,#/C#(SIG,*)\]13HZIW>0C7>NF"0PO,LDSLT>W(W M?-2,SE,D7H#09UR^',8^4QGB\_;,6:"/[A1/W2BV/?L) M^7VK;7?M-HI>+65;;(2):HR,*>5ET27%`S%FE9&#K%JC]MEHUJO'M=,:/'E9 MK[RKG=5:M>H2**,"ET*%EN3HR4G6)M`'5T?,LA$KI8=M*)*^)&+C[Q@;HBNK M]$X5+KS3[Z!9,U%3^*7.%^#Z;OE@>.D-`D\KY#[`8\.!@^?3TP%5I'4W)](K M9KV(0ZW)$.6/1:]%X?ZOIU/M!+Q"[!(\EA7V;`==/R.OWS[`_V-58,%;BWLA M60K.XER/6V/FPO(`?][B%>.T6WD3*WHC!;E5NUIR1-">)0R8)`H5(% M>0C5#%LY6!)6LI`(PUV`*U5(;!6L`JS+ER9+%M-C=U61*4QK`;)$C9(E#5^. M,%@4+4E8$5J+A,:S.2&9V)+UD"U%8&0+2Q3W[^)H*6+2R,PL.(NL1+@\&6U6`DE2%"E*R%5 MNI[#8BT#*R49++\`5QH7AY2]M)P6ZT7)4C(B[#5NT:7:#+*4T,NB15Z6P8)H M*:MRF&@K=YBDJD&<+464*%N:J`[9FDK6<$\&?L.+BXQJHW'1&&[VV$Y.OL3X M9G..\K,HD^*[;7G+S,$:"'54I'%\<7YZ5CM>Z[-=\!:-5-HD=5':HK>>-+\T MC6;U^+)1:WTQ/H2J(TL4-N(?"$< MX?Y-3,?'=Z4>3<_!"0]A6Q=>'>\-'/0(>Z&DI-)82?C&A)R>047+`$#+"4!A M^YOOM3NV5RI_/X`*,0Z>_6";O7*[P*#!H^#]3?#X:?K:'9`Q!4CLWXW3H-/% MI<[QT7Y< M:56-ZN=6]7P)3\$3,:H<-MOP4)#.-BX_5<^-]M?6^<7%97];>ERJ)(722D@5=O.KYH(M- MX2+H9*80Q*G015)E@T[>J-TL7=Z4W:Q$/\>A4SD*G2K.A@Y/B7`M'FA\W_1] MY-^2F+!KB"_K]\RVQ6;W)A[?9"@S"TA5G:,<-CP;U?I9Y;@*"'IR.F<$+>!J1GSS#O//U5:QTMP M_U'A"2)Y`1]NJ`('J=--6N-SHDY#=[;4%[$DS&,E"6C^FYX9;?P M4]DM[*/"$_G"K3;JE=8'>&/='CHZ0MP_$7>(^#TF4C11V"#SB,6U]BERUIPT M5(8XA#)/(92E7%-1K`R!X02NR42A'%_%)4K)PE#.F,3&%1272NX2C;7RH1W,>C8;A15A>>VM/&J&C6>O`BD M?=_?C<2\:_?W]@N\P)4UI2P+95XK[$4@<\`F*`W\P*"R<*INDHM&Y[27<]%, MT90XK#H)@--YCF.#%?X:)V["KM$\-L[IM-CX5/F\QP(MMLLQ]#)+RX"73[RG M:GH);!`WOS3!KQLK8DDD8YZH6>4Y/<6LIM<]%]`ZG_K.'YWGQ9P&=N#8F.@4 M^YHE;3"J)1[]$_'H$'%L=E7?*%\/EM(&^'HRM"$&K4Z=/3K/ZNR!5YTS`9IP M\)"<63`FG#JCU'FVV2XNEK"G1@43.F]PTS*=-U#=?'BE.VRP&K/-7R=)@D<1 M[0[^_5]'S,!LE)\&W_>F^&E(E\89H8$X.A\%XKQ&/=>](WIJ(GB*S24O@,?K M[`[H+SRZUL/#'IS#4Q18F]'G";MF&XJVX?O(<=],"_B"-*A2^\P$6V(_;Y0] MB[C$7EXL2YX0K5.8&."] M=('7([_7<.=ZFZ)PA#"B8;DS.+6[T#8&5'5.2#S.,UY"!JV"D(C;3.3*#6SM M%"8(RV$6WQ<=).%5Y=.8I97.@RVN(C424Q=$MDC,5&QI>T)R=8X^'Z8+T?-A M*R87UZAN$KD"/&VV0>2&ZA*'5Z9_(490^*7`ZUE_,K&KI-M,6D`6NDKYC>J_E@6N0I?M@LK-`!?7.1^W:FI,`*Z1+28@@UO@<&7,00I3N93",47FU\.E MO%&Q1)*\`;%$XRH2YU*EBR5)5?89'B3Q;TW/ZJ#[>Y/ESP/ATN,O>AHO(`M" M+>X*3F3*X1EJ?J@TJB?&IT^5^K)HU`2Z!4I>L).^!3I6ZWQ0:JG/`.,J`)<49RP MU)(R4),3NR[9N=F8&SU%[*P.'M4 MO"!4)O1$<:/0D\4-0"^UG^/X2705*,L"(W[PNDD$KY2$QVA9N)/C2[[)(K*` MD^,+OY1L>>+3C\];9P:\TW%9D,E:")G"9SX1&54Z'U]*^D)05G*^D2F-+Y"F M`=)DXTO9J/@`6=F4^(#_9>]*V]-&MG1_M7]%/=S;$PB+T2Z<3O_ON<4U42FR0*3-+^7%*2#)ENA=95>55WW5;:145U9]U;W(8POXD@:J2[J?JBIB?FA(1ZNZJV6J?Q@&A&BK? MJ=&3G1H>_U_@+&U#U5^4[ZKK+\!W38-^51I-ME"JFX)WNX)9\$"<:,->K,VND-)7,9AE>YFWPUTA=& M]<;S`^/@('9@$,6L6^-%[0$:]1>P![@,[XH,:1+;HC=DP2M7&%0[86S@R7$T MP3=`NJX])E&`N88](0'3UFX@BY'.D#Y#7MW#WX*E5B=68#VIH@NNE%NGYLVD(E0&/L*7*>.6R#S6[0HNGFK;J MD&XFFR6I^JIW*DAJ"P,:+WS!8)Y<[&M55=/YJJJA9^YF+%>\FY3JZL*2LS"9B2=0D$D33J>>'&^)B MA1Y]C7$AVI*`%.K*HA1FD\H0/U/1Q8M#]][3[L7YJE5\^K"ZT%,O3O2B<#'] MT0K(T'FP)[7%2*N_8\[./!N52BZ2:"3+`PFB MQ=+6KJ:A[7=11,`);>QY,R3?/66LG,JW[`'D!;?4X$$9&O.@#'M2W=HS-+4*K7I3WYH("--_8B MD,.M)@]XQOOR^NZJ+0*0*>4YH@FE='R@KW*>/[I:IQ+ MS$^-<\>8L0?@H!_)"W#/Q`QF)CM`UKI\)XZ8*F4(H$S!5$RV=,]5+@2M) MW3#-$P2Z_[/E2]R"$O+%*-)@S8AB8T_S$(MEDA'!LYFRU#2E#PL,8,0F)B1H]F@N[>` MIB0K^T*3+]3M"FAF<1%,&W*.0&53SH15SC&N&\AE(1NOB2^!&R?FXT:Y\_'Z\BRVE9L>#5@>.%I4"%0UQXE<(I:)HY9CV[S`+ M7&](X-\0.BVXY[!41@`2:'CNQL,RO2QXY-S=AQ0:F4BQO,M@L;1[J^ M&?D]&[/I\BJA(\13QGW?7[9/K=__`K=Y?(R^T@IJW\76BA0[WG>"^R@H*82!) M&?*01C`+!D7:`.0:D2PD6)YE''A:'@HLBQ`&O!4Q`BR&!'0A"2*1*2-1.)X2 MJ]?#.3ZU4N*HK!050T;)6/G((IJ)CI*A,7,)92%$,R_A0U/RT,$,0MA@QA@9 M.49F'MYC%WT7;T'PV/;-'P!4AH87GL`:^-Z9._H>K.WHB`L-]!#!S[=U;PWA>/L=ZY#WB.`YA M'C`_/D&"*<8.C0(HD0/O4LA1`4)9X.KF]G18"CT3A&/11H2H-PU6YF$0Z&IM M,2#.=#56*X$RK4^W:N;%K(0.&4237NAX$U+$`B+/AL#0&(N3T&Q:F4-B:.+E MTY,/GFLPS0*W6_1];S#S.D<]&Z_.GO6^9&4>_59J5K^,,(Y!D5O22R0'J4@**-K`=`%B6>*K;YZ MUFH;@M#K+65Y$"@=+QA(^[+,BLY7*C5#SK/,<;WS\]7B"L%0,A2"H0M;YD71 MGUJ^-5X0?%/F73"U5*N,TIZ8Y`H)G-]L;X!?)=IA$)2V,-6*^9("F&"__[H( M)GFLLJHM6)10`$J7Y,W:XF_X_$^N7@@?O359P^D4_USK(M*X]-J%25T1J%6( M6E/>M4[%=`6-[KFO"K/TARZMWI1Y;B6[Z!2Y0ZGN2ZFH$E^UT^5ZOE+A%>^@ M550Y]2$'K%/X)0<'_R+QK>;.S`^H6ZH^<*O[B+VAI8A]H:YY]G%XN2" M!PB!:DQUDS)(/`SZN;Z-;C!?TK,0V-F_[EV(#(Y9U0I:G9_W-"1)1"NH-15, M)<%;"5=V"!^?Y6$,EFSQ&FTQY:%)JY'0GEUMEEHQI-7ISWZJVLWG&.S3YV!! M7RDCY"XQ)A7OH'PT.6.-T9"W?8IX5?GD>2*:PB3 MJ4KT+28N.:2W4QVJ M"WRG6=I"9S1>TEO-V,6_[K'F##Y9U1:ZS%U'<_ZXV-H&*_31!=EA`3&28P<] M:T*Z-K$G5M>U^X*W#['&#!_9E,5\Y)2ML(OKJP_XKT1':.FKZ_-S7>VT2^2/ M/^;?M)K_@C;A=_@-EEE,(6_?$K-4BO?5=(4?O#.3"[)X5]'9?F5>5\RO$M`" MFJ9*7R^B!1W'LR\W%\WWS7;GXN3VPQE&L^BT[FYNKF]7(VU#-S4:W`M'C$42 M8D)^O*V&TO6,I5E3%UN:S8WC%8W'EC\3B0^$+7E)3\_"`'S[@$7+)FP^^N3Z MY\(;CNQW__[)^)GBE68;-P?@=[7;_QIU2/6ZKJKD.[J_4%_Y38ALU"5"#%Q3 M,R2]KA(BR8ID?$?J7Z,QJS\16"&?D._PG8.\?(\CVW:_18.^[4^U6HV/LATQ MT:F-:LZDYOG.\."SW2;EV>IZ9]`^:ZG M_G)SEI9^TSQ-2S[[TFRGI9^5"" MQ>H_G+5;-U?#DLY[;)];JY[;FX?A?W5-=H M3PTY/D^2378:A5-_^KBALS=W[9O;F\\;NPO4HI#:WYS^`K&[]D7S"MAB(ZTG M(6)?.+6\?C[Z3KA*:;F/GV^;[3,^A+I.F44WC,U#".XSRET>;>!2?.`L?_"B M:?\13]GF]/;NYO0SL$K^P'$ZN3S'"6W@N2AP;7NU0#SZ;]@\C)P@]\*U&/Y*1;?5MGTX<4NKXV&RUKV]_@U"]O^ MSW[DCZQQS>K5HGM"6O8T9*OL4J/1`.&J?H0Y<$!7UG`QP)D,CP^K!QXY<1^M M64"L$+)CI-OD8M;0MV#"%3H]%BIH@`N1Q<2H%$O$#GNU$J71!@DM/!5(D=I7 MVKZG-[''`)JM\[%$`ML>!T#7'M@^KC_4#LL'GW$Y#^H)[4'D8I#=R7U``G"@ MJ-!/L#%C#%CT"!,8J@I&MCN%T:>K&0XV%HCTG0&0Q$5";PJD0WK>D1[@#D`_ M8-,>+-^QPQD&)+IND5\CQX=J\&B^W9T!`="HWH.-U^H<&(>Q]1M0J-5J.&:0 MG8T]CE7+T[**+&4OIS!`&4#T!;-4$%V_T*4$&,`PK'Q)TMDZ%1HX)X/0J: MRAJ`&-',O.K:N+Z/Y:Y;Y[3N4MYX4J'Z@[8V#P"5"6XOS M0'/PRP)E*RL(O)Y#(ZHS.0`D,.-G-DE`,T?ZC@^FT)WA.+HT;EWH/-C0"ZI1 M@)O!UW0F1:5T!!]@F.`35M:*)L#[ZCH8MZ"AQEVDS)O/.`T&DA%*Z+!.LLT7:!P45H`%,_#AR6(A#WX9ON0H,L#=0>D0' M&+6ESP8,W+51C_0+9!*A MV!VC+J=&FMVMJS.'Z-'SZ?Y.-`42KN?-'RJ8@#FQ'!>-%0E<+V1*_1R^*M#K MHFA2/-=!SBRPF7(T!`:A'(,7#\=H^2`X#A+=##VL'KT^K)+79,%^ MH6G9:,.H"&!!Y+@POAI([1/K$(.\:)7(V`,NHJ'FJ%=3[);HE<718 M7=@RH^?RP-->7HFCK@HDLM>\JLO;N/'7*SU\8ON]_`$P.H-?4%'`=!A>9@R3 M%7SK@B2BF>BN4F4A"^!3C%49G=<#M19^FVBK1/6M:"WH6,^EMT=Q=$+/J[%U M@84.S-<%RO,NS'4%I+).E`^IUP.C2)TF%J'T-17T#O`RN%'D+3=^].S\P\?F__X^>+RZOKFG[>M M]MVGSU]^^1=NF%!15A2Y`MQ:5@REHK#YVI]LY8)"?^Z`AP?3-(M=\2[B&-%Q M+Q%TKEV0OL,RY(/VH5(]QC\.Z)&H8`S.(:CKA8$ZAOG^&Q);BV-BTMQ3]-/] M"7;W@6E\-(\X!2(6O>F83'YH3:!0\8HNZ>%P0\O"1]NB6B.D7,K:!'SI>H^L MP(D_C-!!J#!P$ETW`Y_)FC!W#R:Y-;K,1J].V-1;8DL[Z5A@7SM)96\ITHG3 MV^GP'G8ZJ"(*0/Q[T(-O$&+R\0B=7B&UYA4017:"?'_%7KV!?40)$(>=J\Y"$N'Y/>T MRZC)_@%D..`T0V=,]R/Y[S>QKL"5N:S2%/<#BC7#>3S]+ZDNJ__SY@!*@7*< M@-'N.D,P+=2SI!>FW2FT+QP4>6EL-BT,N:%2^K??(V_I(Q0(=2PUZ*E7\`,X M?CX3GQ8WPN"[NC^5$IV3S'A8N\$S`)5+I_ULSD*Y_:!)?0#;"AR4'_!&>RYX MZN4$I@U&AX@)%%URU"?\8J#W$M M!RE[4QA5)[!IQ4>9B-RUSFX1$82P-YT5H^J/O+N4%2;P)WPN;8*&DL%ZJ-;2 MZKBU5%8ET%HZ`?`\4%'.?: M#V;&5`'2!5ZX7H\!<2]0ZN"DX%D1"EW`9)]7P+ MQA[7?*@S5(B9LL`FW`EQ6CWQ6/`$<)$?K0G.04+?8B&5KNXN+M"MYZTE@\@% M@5@L@ZM&`^")Q5R/L;ZD-IYR`Q;DH)?7?]5?Q$>\D&8]= MEN?#.L^]FJ]"BDS+ELBJGN5C?A#+%1YM"WWX,"^-7T/;BTF6'][&-*U=BZ60^)_P#Y4XHW!Z]N[N0_'_VSO:KK21[F?X%5/6=J%" M$%MK2]?N4G6KIQ4\8.OV/+N'$R%H6B`\"1$\KO_]N6^33$+`UM5]OM2S:S&Y M,W/GSIW[/D.M7"Q$TJX>$WI+3N[4 MX2\TFSEL70NS3L!V!_G$L]"RTB2A0HNS8^G?F+MYV`HX2T`PH#]HXBMIL M;EC!^[;6V#W))?VK?$6;O&SLSKN(&JI3M'.SS.$$!%Z89/AY MW"W6ZN$:QW\I7%#P$4W8K@E,*TFWB*P_?ZD/+.0*!6DH_EX2U]FMN,Y6X7J: MP/5T-:ZG*5R?;]#QBJWH2X`TPZ+-:%)83(PDD:>W$GEZ"Y$3-%Y-8A-K/HBZ M57OVC12^%='9*D1/341/5R)ZFD)T\R55G6P^+]>68"J^?X5BY]IHYJ_S0$O( MB+SI:++V\6$W4+H)/<)(T@$6XL)G%)?D<%7!()?H,.GPT17&B)?XC,-A@G!) MLG2/&R<'.D!0PJYGJ,W8-:50OBIR./97<2\2+2H+&\CO@R MFI1(Z2J6WCY5[X`8A*XW6)1%Y!V+5*VK`<'!=*>V.PZB!`0OW/9F^>4KK!=Z M5=[Z( MO.Q*3L/34J']&=N\9K]UBIZE-A`8N6S!2E0N>N7Y=8JXT;Z<4F%QX&)$OPBN M-'144G;_2TC1:V/;XKQN3'-CD7T5A1D7@H9)CHCJG!Z&'V;WP@^[OM-WIW5U MY((`<8?JD]MW,;%TJ7X9`4$<_S?7M@-K%(26'[YY4/Z1E)W)/;/;N6?]6L(@ M@SZY?O%E(N`9#."1N&J/I`%[5&S'HOV9%N64&`*A@WR#/C.F]J]T!"6=[K`5 MI[LP>N_YG'I$CQI_4^T*A8/-3'7G8[/5P0ND*"EDPTIA^MEC^4=W!):E.?HU M$@SAA#?THG/@R8',;!UASDDL6/Z^B]^X'$3HHP\$GU%^D?=$?H7T(L%$]=S: M6.C)3I92!!-P>`97JGA!E1&8_24'19HU8*/YOA-,O'&?SJ!QQB3V`C0Z<4X\ MQJ,J+C,Z^]I%?V($6THIS]]XPU[LDK8DLS/;TIO(Z\98_-0;ZKL987T3]8P8 MZ1RZ9WA-HS@PN,PZ;#'TZ!A1]4P^H/N)+,!)30G9`3,6!^@S>Q-G7!06;W5/ MVZWFA\]_M[J-X^/]YAZ=6%>_P._8-==AAP&R-_115D^`QTMXBF=#&!M?4Y4H MO=9$"*,I&UNI1(?.LIYC1T7DN9(:Z*_MIOY@-"N8=K%-1#`![`V]`('P^:+T M%%G(JO^!!.*E:QME7G$45I08*A`@13]JA1KT4T=.8HQK/-8]<C/4N@G;!)M?<#:L&+5N##5606B`-.O2Z0>,'8U=F9@).D2;'@Q8AD7 MCH.KT<@!7NW90]%!JJ&E.B8*6IVR,@JB=+Y20F*>/X)^,9EVX4AKFC<6E0TI M/5=BBX9B=6#G._.I'N:06D6=]S`X1(DV_`^TS="Y!"NOCM6-F'$F[0;=2.L9 M],G5>ER;1GUA,1OV0^ESG9;N4?B1\LG<%$-_G'+%$@;)X[&M4.9P-A98S7&1 MJ-0!BY06*"M1^%\C':>9,6=8/;-%=ELA1I$3;_(/+DU%?*HB$\['8]Q@/2>$ M[<.+UCN)58P#/DH%\;A.D?4\&,M\KB68AH,!6,][OC=!^X;+V>@IDSHMWF%H M'M)8J.'":/&Q#AFPU<<:J@.,79L5$6-=_24%0X55J*1R`5I:7&1TFBA"T@9, M)!SO-B=]SN?V&25+#N]C/G&/=YP-[;AL7:M,73M7X;R,$4?4N(JC\CPR=/LD MG%,D'N4PF8[966+C8!?6>N?"N07*&;_HQ,PH40\5^NJ1CEA7<_AX+TO MF&6CZ.J2>+6)``'FXM0EC<7T$0PH2P!XFKIK8-@6*-^,""RTJ*25EUZZ@:FX M!EIQ54S%-4@JKHJ4F\:C4H,;S)`BY>=B'0!Z\]B$8,[FY:BP%1$#DADQ3]H1 ME04[(F%#S+.,B$IL1!!"2T@T$Q+-'I)$6A_+H#SSY>;@XI(M-TT6<5^P3=)V M8])`,7>3#L:P?[0;?T>%2\HSY'"?S\!@5^!N)#=;/"K*`$8J-L`J2=#HNCJY MS++!EDE:%P51O*+!N0\I7E@L5N;7C6'@E947^NBRV4/]S014$D[V`WH/F%-W ML5H2W&!/O@=:VB?%&9A$%QX*PN(^EB&U#UY0'^>>U]<8T"&4`A?+%;CV/_8& MD]8H>W-XB4/2S*/GAKF]4MRI5`HYWE^Q@9[<7"2#LG<7O$IL+_$ST_L+'G__ M!L-&L9E.YO6B%?N'82G-->.*(&:YOEQR+7A%]R^X$G*+3.MLE1A;U`5+(AU+ MU!]`&^9W6MME6X5_L)2/I&8D"Y,.5R7A<*T2:`O^"@)+'N-@-!I)<3[@@J$Z M,\0QD]PWV`\@C0N!A=P9T`WN/'MP6!(5>4'6`H2\,$D]#/ZX$K\ M2L-00:=4KJ5G;>2Y;HRB@L6R72G//`/#_)P";EQ`\[N-NZ.H4P+\,'-O M$QXPM.#J!*\C`(Y;JDM[&%($DOL&[,OZ.!.>@L#)C!,#255.N@Z/QZ/JLXQW MT8K@YW$72$'QAGOV7PA!('F\6@]5?AB[)U=8>U.,*PIOJSVD:D.N+TS$>$(2 M-V.4%A.'PWUC[@:I!81UR0Z,N"EZ$VD9/-[E%CA'H23P/9S0]Q45.\V/1YC9 M&I=(C:@%:4W3J$?P)9+L(G14+*:UK4A(`E(:BRX%-+,DK'2,@'5%%8A@/_2@ M2?UQ7[GXJTB=U77)4B6GC*(Z76"'+D#O9`:BB::<54D\9FJ^R` MF1FQ9PM M>C)G;()5X@3'8_Y4"YF`,!7^3\2\R;NPY(`5#+*WW]CK'K=;N_N=C@Z+9E4$ MX5T?5`R';?$R(0LK">E4#6D*+L5-O*8[X.AY)5X6*F%^PF7+7)U,K,>VU4[2 MWM!6'X)+99B1;5^&I(0GEQ6@?3ZF,,4*&JP<@MKK".C*6>G52D]N/7MR946* M6ONHHNKO\2>_SKKT7]489*6I:8FX-M97E!A],O:L_(F7WOV7?KAG\A/0>N?R,_E$WTHI;%T3%CD M.NX+Z+8%AX?6E3>\J^@CC\Z?I32=/F-'^C-V M1E7(4>(SJ5'6[ZI1:DLTRKK.F+DK,UFERHU@<,:;LD+WT%2#*<\8,3T]/#D@SQA1^[_<_W)D?W70 M97W(,6ZY_V][<_N%OO]G<^,9WO^#5W;_N/_GW_CY236=&5V4@B9AIAE^"Q_SI(XURM-KU0OSMG>/G.%@"<7G@C>I$[G]C# MD>/G?X*G:]'13AJG.G:F5>JRJKFO?*EJUO-MNB^HNK%5W7BA:B_JSY[5-VKJ MZSA4^_.)6H.^\GB_'A[)VA&<\.]/^^W.8:NYD]NT-JSM_&[C9/]=JWVXW]G) MP4CYHT;G!"_G.SS!)X/II%ZMPF^+.K`\_[PZ"<\$'_5G/B<@:(]9=F!?N/A] MW0!G?9D09(R]`/0R8%8\K[:,_NW+Q-+E@0'R.<_;[[?R>4N MIM1S&-2,P;F?OM>3+J\VOUH7T]$P#^O*A8P>&@3Y3XWVWB&,D<-K%O*=QM'; M1K=SW&I]V,FM7?/+FVHP\;PA]R,@'UKOJ%D,,_3.Y=UQ^_`3K"6^/&[O_W[X MQTUUXKN7>$"5`?!Z.VFM`9QI#Q"#$29#N5,CWSEIM$\^'G<[N^W#XY,4<-7O M67U9O>#"XH;8_?&'?>K_\!VV2(P'\Y!SP9;$V5-^H?$/0*LZ57PN/22_ M?SD3$I87&)N_.=EL1=:>?,9JN`0*LG#XW&PCJV%.2=;L)I^W#$7^OOUVJWO0 MPI.4X"_P.:/BVG7T^*:4HM;ZC@SQU3_;VC$A\Q8KT?QI^WVGO0L,MW8-'PG+ MM>N]PPZ)!\#8"_V>@_S?K`'0>'2&UTB$$ZN&I[KY`B'^W!NZ>-Z+/OOAF#^` M3H`/.%>\X6!B^R/XDS[Z8VR'\K&+C;V^@R67TNV%5<,1MV#$B$>V\,W$#H)9 M'SX/1V@-O[YDIOUK9=JS/_$+>$SK![\@SC!XQ%:V@P1&I]' M^"&?G\`8%4F2U?-`HB.BD$ISA#,GAI>]C8"[Q\!P/DC;3*I&\$]O[>HW6/__ MJ$>J,@#0Y!Z\47_Q!=^H*'`^:]?[NP>M&U4X9)31%5YL1#>%A%Q$;174:VEZ MV`3`#Q\BL+5K/!_28;Y-;FS%P^46^WXMJ`QWM[=3[-#5,\9)!C,X^=%-QU,_!H\>/C7X>/WZ4[/?1SS*A M)#`+50.:'R!X!K1((0-YD6AU] MC3=`<&&PW)D[KNHMR._S.4WA>-VT,%)_J32)4\L80;Z.08`C3YLW"NU"BXR_ M;.AH@K+\VQL;"X`QZ(ZIB:+33R]EJ[G=(*20862BS$-*_M M-4X:28'0WF_L'>UKZV=5+U@!X6(>+9M1N2/-+4N4T&[K^/-A\]UJH"-[[`Y` MXJR&:CMVOZ)!*TUOMAK:L_LC>[*ZR].#QDFGN7]J3>?3E8!D_3VU?.?\=K"3 M@T;S?>=V.'L\!JW5Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 5:30: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F86037B79C for ; Mon, 15 May 2000 05:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA29917; Mon, 15 May 2000 05:30:01 -0700 (PDT) (envelope-from gnats@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 60A3A37B584 for ; Mon, 15 May 2000 05:24:45 -0700 (PDT) (envelope-from pfeifer@deneb.dbai.tuwien.ac.at) Received: from deneb.dbai.tuwien.ac.at (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id OAA23637; Mon, 15 May 2000 14:24:40 +0200 (MET DST) Received: (from pfeifer@localhost) by deneb.dbai.tuwien.ac.at (8.9.3/8.8.3) id OAA54412; Mon, 15 May 2000 14:24:40 +0200 (CEST) Message-Id: <200005151224.OAA54412@deneb.dbai.tuwien.ac.at> Date: Mon, 15 May 2000 14:24:40 +0200 (CEST) From: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) To: FreeBSD-gnats-submit@freebsd.org Cc: pfeifer@dbai.tuwien.ac.at X-Send-Pr-Version: 3.2 Subject: ports/18564: Remove many obsolete patches from the Wine port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18564 >Category: ports >Synopsis: Remove many obsolete patches from the Wine port >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 May 15 05:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 3.4-RELEASE i386 >Organization: Vienna University of Technology >Environment: Vanilla FreeBSD 3.4-RELEASE i386 with only those kernel configs required by Wine. >Description: The Wine port contains many patches that have become obsolete, either because these patches already have been included in Wine itself or because the problems have been fixed diferently. I doubt that the Wine port will build currently, but the fix I have provided below will at least improve the situation. >How-To-Repeat: >Fix: Please remove the following patches. I have analysed each one of them carefully and also provide that analysis for each patch: . patch-af is obsolete, it has already been integrated into Wine. . patch-az is obsolete, the problem does not exist any longer. . patch-db is obsolete, it is not required for current Wine sources. . patch-ea is obsolete, most of it (and everything relevant, AFAIS) has been integrated into Wine . patch-eb is obsolete, it has already been integrated into Wine. . patch-ec is obsolete, it has already been integrated into Wine and wouldn't apply anymore (even with -R), as some files have been renamed/moved. . patch-ed is obsolete, it has already been integrated into Wine. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 5:36:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id 20C9037B6F9 for ; Mon, 15 May 2000 05:36:00 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id HAA24364; Mon, 15 May 2000 07:34:56 -0400 (EDT) Received: from privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.9.3/8.9.3) with ESMTP id IAA52674; Mon, 15 May 2000 08:35:33 -0400 (EDT) (envelope-from mi@privatelabs.com) From: mi@privatelabs.com Message-Id: <200005151235.IAA52674@misha.privatelabs.com> Date: Mon, 15 May 2000 08:35:32 -0400 (EDT) Subject: Re: Apache & Module Port Status To: "Scot W. Hetzel" Cc: FreeBSD-Ports@freebsd.org In-Reply-To: <005a01bfbd51$8af9f1a0$8dfee0d1@westbend.net> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I always wanted to be able to add/remove modules without rebuilging the server. May be, a new ports subtree is due -- /usr/ports/apache? -mi On 13 May, Scot W. Hetzel wrote: = I have done some more work on these ports, and now have the following = building: = = New port Old port = -------------- -------------- = apache13-base = apache13 = apache13+ipv6 = - need port maintainer to check how I fixed the IPv6 patch to co-exist = with the EAPI patches = = (ftp://www.westbend.net/pub/kame/misc/apache+eapi-1.3.12-v6-20000309a.diff.g = z) = (replaced patches for http_main.c, and proxy_http.c due to conflict) = = apache13-ssl = + preliminary SSL configuration info added to httpd.conf-dist (needs to = be checked) = = All apache13* ports now use the same layout (FreeBSD.layout). = = mod_dav = mod_dtcl = mod_frontpage apache13-fp = mod_jserv apache-jserv = mod_php3 apache13-php3 = + added support for mod_dav (needs testing) = = mod_php4 apache13-php4 = - needs upgrade to RC2 = + added support for mod_dav (needs testing) = = mod_ssl apache13-modssl = - still needs a way to build a certificate = = Could the maintainers of these ports check them out. = = The ports are available from: = http://www.westbend.net/~hetzels/mod_apache13.tgz = = I think they are almost ready to be submitted but I thought I would get your = opinions/changes first. = = Scot. = = P.S. Listed below are a few things that still need to be accomplished. = = It might be possible to combine the apache13 & apache13+ipv6 ports into one = port, as the apache13+ipv6 port can be built with IPv6 support disabled. = This still needs to be tested on 3-Stable. = = If the above works for the apache13 port, then we might want to see if we = can get the IPv6 patch to work with apache13-ssl in a similar manner. = = We also need to check the Apache modules to see if they will work in an IPv6 = environment. = = mod_php3 - add IPv6 Support = - ftp://ftp.kame.net/pub/kame/misc/php-307-v6-19990418.diff.gz = (NOTE: Patch mentions that it will not work on a non-IPv6 system due = to missing functions). = = mod_php4 - add IPv6 Support = - no patch available(Is one required?). = = mod_frontpage - IPv6 Ready = - doesn't do anything with the IP addresses = (Don't know if the client will work because I have no IPv6 stack for = Windows). = = mod_ssl - check if IPv6 Support is needed = = mod_dav - check if IPv6 Support is needed = = mod_jserv - check if IPv6 Support is needed = = mod_dtcl - check if IPv6 Support is needed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 5:50: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 667F537B7FE for ; Mon, 15 May 2000 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38175; Mon, 15 May 2000 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 15 May 2000 05:50:02 -0700 (PDT) Message-Id: <200005151250.FAA38175@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "KATO Tsuguru" Subject: Re: ports/18470: Remove port: x11-toolkits/gtkgl Reply-To: "KATO Tsuguru" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18470; it has been noted by GNATS. From: "KATO Tsuguru" To: Will Andrews Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/18470: Remove port: x11-toolkits/gtkgl Date: Mon, 15 May 2000 21:48:51 +0900 > Wrong. gtkglarea, fsv, and xtraceroute depend on gtkgl. Have you ever looked at LIB_DEPENDS line of these ports? Well, I surely confirmed that these three ports can be completed building/running without installing gtkGL. -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 6: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB50F37B5A5 for ; Mon, 15 May 2000 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41187; Mon, 15 May 2000 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DD4AD37B684; Mon, 15 May 2000 05:55:27 -0700 (PDT) Message-Id: <20000515125527.DD4AD37B684@hub.freebsd.org> Date: Mon, 15 May 2000 05:55:27 -0700 (PDT) From: rsargent@cisco.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18565: com_err's --defsection argument to install-info breaks make world Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18565 >Category: ports >Synopsis: com_err's --defsection argument to install-info breaks make world >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 15 06:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Robert Sargent >Release: FreeBSD 3.4-RELEASE >Organization: >Environment: FreeBSD knox6202 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Sun Jan 30 05:46:56 EST 2000 sargent@knox6202:/usr/src/sys/compile/LUCIFER i386 >Description: cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include install -c -o root -g wheel -m 444 libcom_err.a /usr/lib install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib install -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib ln -sf libcom_err.so.2 /usr/lib/libcom_err.so install -c -o root -g wheel -m 444 com_err.3.gz /usr/share/man/man3 ===> lib/libcom_err/doc install-info --quiet --defsection="Programming & development tools." --defentry="* libcom_err: (com_err). A Common Error Description Library for UNIX." com_err.info /usr/share/info/dir install-info: unrecognized option `--defsection=Programming & development tools.' Try `install-info --help' for a complete list of options. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ================================================== the install-info program (unless manually upgraded doesn't seem to support --defsection: [//knox6202//usr/src/contrib/texinfo]:108 which install-info /usr/bin/install-info [//knox6202//usr/src/contrib/texinfo]:109 /usr/bin/install-info --help Usage: /usr/bin/install-info [OPTION]... [INFO-FILE [DIR-FILE]] Install INFO-FILE in the Info directory file DIR-FILE. Options: --delete Delete existing entries in INFO-FILE; don't insert any new entries. --dir-file=NAME Specify file name of Info directory file. This is equivalent to using the DIR-FILE argument. --entry=TEXT Insert TEXT as an Info directory entry. TEXT should have the form of an Info menu item line plus zero or more extra lines starting with whitespace. If you specify more than one entry, they are all added. If you don't specify any entries, they are determined from information in the Info file itself. --help Display this help and exit. --info-file=FILE Specify Info file to install in the directory. This is equivalent to using the INFO-FILE argument. --info-dir=DIR Same as --dir-file=DIR/dir. --item=TEXT Same as --entry TEXT. An Info directory entry is actually a menu item. --quiet Suppress warnings. --remove Same as --delete. --section=SEC Put this file's entries in section SEC of the directory. If you specify more than one section, all the entries are added in each of the sections. If you don't specify any sections, they are determined from information in the Info file itself. --version Display version information and exit. Email bug reports to bug-texinfo@gnu.org. >How-To-Repeat: cd /usr/src make world >Fix: manually upgrade install-info before performing cvsupgrades >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 6:10: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8A4C37B687 for ; Mon, 15 May 2000 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA43625; Mon, 15 May 2000 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 15 May 2000 06:10:01 -0700 (PDT) Message-Id: <200005151310.GAA43625@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexander Langer Subject: Re: ports/18565: com_err's --defsection argument to install-info breaks make world Reply-To: Alexander Langer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18565; it has been noted by GNATS. From: Alexander Langer To: rsargent@cisco.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/18565: com_err's --defsection argument to install-info breaks make world Date: Mon, 15 May 2000 15:04:13 +0200 Thus spake rsargent@cisco.com (rsargent@cisco.com): > cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include What cvs-tag has your src-tree? Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 6:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAA2537B72A for ; Mon, 15 May 2000 06:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA71899; Mon, 15 May 2000 06:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4914137B59D; Mon, 15 May 2000 06:30:37 -0700 (PDT) Message-Id: <20000515133037.4914137B59D@hub.freebsd.org> Date: Mon, 15 May 2000 06:30:37 -0700 (PDT) From: rsargent@cisco.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18566: make world breaks on gperf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18566 >Category: ports >Synopsis: make world breaks on gperf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 15 06:40:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Robert Sargent >Release: 3.4-RELEASE >Organization: >Environment: FreeBSD knox6202 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Sun Jan 30 05:46:56 EST 2000 sargent@knox6202:/usr/src/sys/compile/LUCIFER i386 >Description: make world breaks when it hits gperf >How-To-Repeat: type make world >Fix: This seems to work: cd to /usr/src/contrib/gperf type ./configure then go back and make world again >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 8:39:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id F3B9437B64E for ; Mon, 15 May 2000 08:39:22 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id IAA21502; Mon, 15 May 2000 08:38:59 -0700 Date: Mon, 15 May 2000 08:38:59 -0700 From: Arun Sharma Message-Id: <200005151538.IAA21502@sharmas.dhs.org> To: andrews@technologist.com Cc: ports@freebsd.org Subject: Re: **HEADS UP** KDE2 -> ports tree In-Reply-To: <20000515010219.B53719@argon.blackdawn.com> References: <20000515010219.B53719@argon.blackdawn.com> Reply-To: adsharma@sharmas.dhs.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In muc.lists.freebsd.ports, you wrote: > Everyone should consider this email a warning. I have tried my best to > ensure that users don't accidentally install KDE + KDE2 stuff at the same > time. I'm not sure it's even possible to have both kdelibs 1.x AND 2.x > installed at the same time without a lot of trouble.. I have both KDE and KDE2 installed on my machine at the same time. The switch can be done with the following script: $ cat $HOME/.kde2 export KDEDIR=/home/adsharma/kde export QTDIR=/home/adsharma/kde/qt-copy export PATH=$KDEDIR/bin:$PATH export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib Given that kde2 still has a lot of bugs and crashes, I'd expect everyone to have KDE around for non development work. How about changing the ports to install in say, /usr/local/kde2 ? -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 9: 2:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 700F437B72D; Mon, 15 May 2000 09:02:26 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.ORG) Received: from gradius.myhome ([211.58.2.210]) by kfug.kr.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15846; Tue, 16 May 2000 01:03:09 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id BAA01032; Tue, 16 May 2000 01:01:54 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) X-Authentication-Warning: gradius.myhome: cjh set sender to cjh@kr.FreeBSD.org using -f To: SADA Kenji , obrien@FreeBSD.org, tom@eborcom.com, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: Netscape 4.73 are released. References: <20000514004153J.sada@bsdclub.org> <391F35E0.558573DF@partitur.se> From: CHOI Junho Date: 16 May 2000 01:01:54 +0900 In-Reply-To: Palle Girgensohn's message of "Mon, 15 May 2000 01:25:20 +0200" Message-ID: <86itwfg5u5.fsf@gradius.myhome> Lines: 19 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "PG" == Palle Girgensohn writes: PG> SADA Kenji wrote: > > Hello, netscape ports maintainers. > > I've just updated www/netscape47-c|n to v4.73. PG> linux-communicator47-* in i PR 18554 ko-netscape-communicator update in PR 18546. Regards, -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho FreeBSD Rocks! -------- Korea FreeBSD Users Group Public Service of Youido Post Office / Web Data Bank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 9:30:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE93837BB2C for ; Mon, 15 May 2000 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50761; Mon, 15 May 2000 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ns.snowy.to (ns.snowy.to [210.225.67.218]) by hub.freebsd.org (Postfix) with SMTP id DFDED37B6C0 for ; Mon, 15 May 2000 09:23:38 -0700 (PDT) (envelope-from goto@ns.snowy.to) Received: (qmail 90898 invoked by uid 0); 15 May 2000 16:23:24 -0000 Message-Id: <20000515162324.90897.qmail@ns.snowy.to> Date: 15 May 2000 16:23:24 -0000 From: goto@snowy.to Reply-To: goto@snowy.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18570: New port - IRcatLite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18570 >Category: ports >Synopsis: New port - IRcatLite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 09:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yoshikazu GOTO >Release: FreeBSD 5.0-CURRENT i386 >Organization: Snowy >Environment: >Description: # 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: # # IRcatLite # IRcatLite/pkg # IRcatLite/pkg/COMMENT # IRcatLite/pkg/DESCR # IRcatLite/pkg/PLIST # IRcatLite/files # IRcatLite/files/md5 # IRcatLite/Makefile # echo c - IRcatLite mkdir -p IRcatLite > /dev/null 2>&1 echo c - IRcatLite/pkg mkdir -p IRcatLite/pkg > /dev/null 2>&1 echo x - IRcatLite/pkg/COMMENT sed 's/^X//' >IRcatLite/pkg/COMMENT << 'END-of-IRcatLite/pkg/COMMENT' XA GTK based 'Internet Relay Chat' Client END-of-IRcatLite/pkg/COMMENT echo x - IRcatLite/pkg/DESCR sed 's/^X//' >IRcatLite/pkg/DESCR << 'END-of-IRcatLite/pkg/DESCR' XIRcatLite - A GTK based 'Internet Relay Chat' Client X======================================================================= X XAuthor: Atsushi Tagami XEmail: XWWW: http://www.pp.iij4u.or.jp/~tagami/gtk/ircat.html X XDescription (from original "README" file) X=========== X* This software is IRC client using gtk+. X X* The INSTALL file gives detailed instructions how to install IRcatLite. X X* The LICENCE file contains the IRcatLite license. IRcatLite is licensed X under the "modified" BSD style license. X X X- Yoshikazu GOTO END-of-IRcatLite/pkg/DESCR echo x - IRcatLite/pkg/PLIST sed 's/^X//' >IRcatLite/pkg/PLIST << 'END-of-IRcatLite/pkg/PLIST' Xbin/ircat Xshare/doc/IRcatLite/LICENSE Xshare/doc/IRcatLite/README Xshare/doc/IRcatLite/README.jp Xshare/doc/IRcatLite/INSTALL Xshare/doc/IRcatLite/INSTALL.jp X@dirrm share/doc/IRcatLite END-of-IRcatLite/pkg/PLIST echo c - IRcatLite/files mkdir -p IRcatLite/files > /dev/null 2>&1 echo x - IRcatLite/files/md5 sed 's/^X//' >IRcatLite/files/md5 << 'END-of-IRcatLite/files/md5' XMD5 (IRcatLite-r20000308.tar.gz) = b38d04b8eb37facd41449d7555e0c26d END-of-IRcatLite/files/md5 echo x - IRcatLite/Makefile sed 's/^X//' >IRcatLite/Makefile << 'END-of-IRcatLite/Makefile' X# New ports collection makefile for: IRcatLite-r20000308 X# Date Created: May 14 2000 X# Whom: Yoshikazu GOTO X# X# $FreeBSD: $ X# X XDISTNAME= IRcatLite-r20000308 XPORTNAME= IRcatLite XPORTVERSION= 2000.03.08 XCATEGORIES= irc XMASTER_SITES= http://www.pp.iij4u.or.jp/~tagami/gtk/ X XMAINTAINER= goto@snowy.to X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+=--with-gtk-config=gtk12-config X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes XMAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" X XDOCS= LICENSE INSTALL INSTALL.jp README README.jp X XWRKSRC= ${WRKDIR}/${PORTNAME} X X.include X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/ircat ${PREFIX}/bin/ircat X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/IRcatLite X.for file in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IRcatLite X.endfor X.endif X X.include END-of-IRcatLite/Makefile 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 May 15 9:46: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ns.cvzoom.net (ns.cvzoom.net [208.226.154.2]) by hub.freebsd.org (Postfix) with SMTP id 3D73837B72D for ; Mon, 15 May 2000 09:45:59 -0700 (PDT) (envelope-from dmmiller@cvzoom.net) Received: (qmail 27476 invoked from network); 15 May 2000 16:45:31 -0000 Received: from lc210.cvzoom.net (HELO cvzoom.net) (208.226.154.210) by ns.cvzoom.net with SMTP; 15 May 2000 16:45:31 -0000 Message-ID: <392029AA.A0896281@cvzoom.net> Date: Mon, 15 May 2000 12:45:30 -0400 From: Donn Miller X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: port of OpenMotif? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Motif was just released today under a special open source license. http://www.opengroup.org/openmotif/. I tried compiling it, but I'm getting errors; it seems to want , for one, which only Linux has. - Donn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 10:30:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C68F37B623 for ; Mon, 15 May 2000 10:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA59412; Mon, 15 May 2000 10:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mvfx.com (mvfx-gw.mvfx.com [207.211.10.2]) by hub.freebsd.org (Postfix) with ESMTP id A6DEB37BB38 for ; Mon, 15 May 2000 10:27:26 -0700 (PDT) (envelope-from dan@mvfx.com) Received: from mobiledan.mvfx.com (mobiledan.mvfx.com [10.62.6.38]) by mvfx.com (8.9.3/8.9.3) with ESMTP id KAA99352 for ; Mon, 15 May 2000 10:27:22 -0700 (PDT) (envelope-from dan@mvfx.com) Received: (from dan@localhost) by mobiledan.mvfx.com (8.9.3/8.9.3) id KAA26209 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 May 2000 10:24:40 -0700 (PDT) (envelope-from dan) Message-Id: <20000515102440.A26193@mobiledan.mvfx.com> Date: Mon, 15 May 2000 10:24:40 -0700 From: dan@tanelorn.demon.co.uk Reply-To: dan@tanelorn.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18571: New port of dog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18571 >Category: ports >Synopsis: New port of 'dog' >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 10:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dan Piponi >Release: FreeBSD 4.0-RELEASE i386 >Organization: no >Environment: N/A >Description: Dog is an improvement over cat that supports reading from URLs. This is a new port. >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: # # dog # dog/Makefile # dog/files # dog/files/md5 # dog/pkg # dog/pkg/COMMENT # dog/pkg/DESCR # dog/pkg/PLIST # echo c - dog mkdir -p dog > /dev/null 2>&1 echo x - dog/Makefile sed 's/^X//' >dog/Makefile << 'END-of-dog/Makefile' X# New ports collection makefile for: wmtop X# Date created: 15 May 2000 X# Whom: Dan Piponi X# X# $FreeBSD$ X XPORTNAME= dog XPORTVERSION= 1.5 XCATEGORIES= sysutils XMASTER_SITES= http://jl.photodex.com/dog/ X XMAINTAINER= dan@tanelorn.demon.co.uk X XUSE_GMAKE= yes XALL_TARGET= dog X XMAN1= dog.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/dog ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/dog.1 ${PREFIX}/man/man1 X X.include END-of-dog/Makefile echo c - dog/files mkdir -p dog/files > /dev/null 2>&1 echo x - dog/files/md5 sed 's/^X//' >dog/files/md5 << 'END-of-dog/files/md5' XMD5 (dog-1.5.tar.gz) = b10290506457aafcb82593d92a02c4ec END-of-dog/files/md5 echo c - dog/pkg mkdir -p dog/pkg > /dev/null 2>&1 echo x - dog/pkg/COMMENT sed 's/^X//' >dog/pkg/COMMENT << 'END-of-dog/pkg/COMMENT' XDog writes the contents of each given file, URL, or stdin END-of-dog/pkg/COMMENT echo x - dog/pkg/DESCR sed 's/^X//' >dog/pkg/DESCR << 'END-of-dog/pkg/DESCR' XDog, better than cat. X XDog writes the contents of each given file, URL, or the standard Xinput if none are given or when a file named '-' is given, to the Xstandard output. It currently supports the file, http, and Xraw URL types. It is designed as a compatible, but enhanced, Xreplacement of cat(1). X XWWW: http://jl.photodex.com/dog/ END-of-dog/pkg/DESCR echo x - dog/pkg/PLIST sed 's/^X//' >dog/pkg/PLIST << 'END-of-dog/pkg/PLIST' Xbin/dog END-of-dog/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 May 15 10:36:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id D43D237B74A for ; Mon, 15 May 2000 10:36:25 -0700 (PDT) (envelope-from kuku@gilberto.physik.rwth-aachen.de) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.9.3/8.9.3) id TAA46750 for freebsd-ports@freebsd.org; Mon, 15 May 2000 19:36:28 +0200 (CEST) (envelope-from kuku) Date: Mon, 15 May 2000 19:36:28 +0200 (CEST) From: Christoph Kukulies Message-Id: <200005151736.TAA46750@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: gcc-2.8.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Some ports (in this case gnat) require gcc-2.8.1. How does gcc-2.8.1 into 4.0? Does it replace the egcs compiler? Or can both compilers coexist? I'm trying to get a working gnat 3.12p under FreeBSD. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 10:48:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 21E3637B515 for ; Mon, 15 May 2000 10:48:50 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9C1148.dip0.t-ipconnect.de [62.156.17.72]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id HAA03156; Mon, 15 May 2000 07:46:21 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 8B3C2AC2C; Mon, 15 May 2000 19:48:45 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id TAA04343; Mon, 15 May 2000 19:48:41 +0200 (CEST) (envelope-from alex) Date: Mon, 15 May 2000 19:48:41 +0200 From: Alexander Langer To: dan@tanelorn.demon.co.uk Cc: ports@freebsd.org Subject: Re: ports/18571: New port of dog Message-ID: <20000515194841.A4277@cichlids.cichlids.com> Mail-Followup-To: dan@tanelorn.demon.co.uk, ports@freebsd.org References: <20000515102440.A26193@mobiledan.mvfx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000515102440.A26193@mobiledan.mvfx.com>; from dan@tanelorn.demon.co.uk on Mon, May 15, 2000 at 10:24:40AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake dan@tanelorn.demon.co.uk (dan@tanelorn.demon.co.uk): > XDog writes the contents of each given file, URL, or the standard > Xinput if none are given or when a file named '-' is given, to the > Xstandard output. It currently supports the file, http, and > Xraw URL types. It is designed as a compatible, but enhanced, > Xreplacement of cat(1). I wonder if this is a shell-script which uses lynx -dump for URLs and cat(1) otherwise. ;-) Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 10:57:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id B3E7437B74A for ; Mon, 15 May 2000 10:57:29 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.76.105]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id KAA67564; Mon, 15 May 2000 10:57:21 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 10B09194D; Mon, 15 May 2000 13:56:43 -0400 (EDT) Date: Mon, 15 May 2000 13:56:43 -0400 From: Will Andrews To: Donn Miller Cc: ports@FreeBSD.ORG Subject: Re: port of OpenMotif? Message-ID: <20000515135642.C95803@argon.blackdawn.com> References: <392029AA.A0896281@cvzoom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <392029AA.A0896281@cvzoom.net>; from dmmiller@cvzoom.net on Mon, May 15, 2000 at 12:45:30PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 12:45:30PM -0400, Donn Miller wrote: > Motif was just released today under a special open source license. > http://www.opengroup.org/openmotif/. I tried compiling it, but I'm > getting errors; it seems to want , for one, which only > Linux has. Somebody who likes Motif and actually wants to use it will do it. ;-) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 11: 0:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8751C37B5B7 for ; Mon, 15 May 2000 11:00:10 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA63267 for freebsd-ports@freebsd.org; Mon, 15 May 2000 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 15 May 2000 11:00:09 -0700 (PDT) Message-Id: <200005151800.LAA63267@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/03/16] ports/17426 ports tkrat2 port broken -- builds, but does no 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/02/19] ports/16829 ports kaffe port is broken - dumps core with al f [2000/03/28] ports/17654 ports gnome broken o [2000/04/08] ports/17863 ports Running DAP reboots computer a [2000/04/14] ports/18006 ports ssh2 and tcsh ports won't make install o [2000/04/16] ports/18039 ports new port: news/krn o [2000/04/17] ports/18060 ports xmms...turning on equalizer disrupts play o [2000/04/18] ports/18081 ports netpbm-8.4 fails to build under 3.4-STABL o [2000/05/03] ports/18367 ports Staroffice personal dir cannot be on nfs o [2000/05/04] ports/18388 ports New port: devel/tcltls o [2000/05/07] ports/18434 ports 'make readmes' broken by EMACS_PORT_NAME o [2000/05/08] ports/18458 ports update arla port to 0.33 o [2000/05/10] ports/18493 ports New port o [2000/05/15] ports/18564 ports Remove many obsolete patches from the Win 13 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1999/06/13] ports/12188 ports new port: misc/pbs - a batch scheduler o [1999/07/05] ports/12518 ports new port: mail/ifmail-os o [1999/08/17] ports/13191 ports new port: misc/fire o [1999/08/18] ports/13251 ports new port: misc/founts o [1999/09/30] ports/14070 ports new port: devel/crossgo32-f77 o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in o [1999/10/02] ports/14088 ports update port: x11-wm/fvwm2 to 2.3.8 f [1999/10/07] ports/14185 ports update port: x11-wm/fvwm2 to 2.3.8 o [1999/10/11] ports/14260 ports new port: www/woda - A Web Oriented Datab o [1999/10/25] ports/14515 ports new port: security/tripwire version 1.3 o [1999/11/01] ports/14643 ports new port: chinese/pydict - A Chinese/Engl o [1999/11/18] ports/14991 ports new port: devel/tcl-trf - Tcl Data transf o [1999/11/28] ports/15147 ports new port: audio/xsidplay o [1999/12/08] ports/15367 ports new ports on linux emulator f [1999/12/17] ports/15545 ports new port: x11/xterm o [2000/01/02] ports/15840 ports new port: x11-fonts/ucs-fixed o [2000/01/03] ports/15873 ports new port: www/apache_fp+php+mod_ssl-1.3.9 o [2000/01/04] ports/15886 ports new port: audio/cd2mp3 o [2000/01/04] ports/15894 ports new port: security/aide o [2000/01/08] ports/15994 ports new port: libapreq o [2000/01/12] ports/16088 ports apache13-ssl lacks sbin/gcache in PLIST o [2000/01/19] ports/16201 ports Port of CDD isn't up to date o [2000/01/25] ports/16347 ports Inconsistencies between Java ports o [2000/01/26] ports/16377 ports new port: security/pgp6 o [2000/01/27] ports/16417 ports nethack3 port won't compile on 3.4-Stable o [2000/01/30] ports/16486 ports new port: devel/linux-jdk2 o [2000/02/09] ports/16606 ports new port: Adobe Acrobat Viewer - a new Ad o [2000/02/10] ports/16629 ports new port: net/vtun o [2000/02/10] ports/16636 ports new port: GNU find o [2000/02/10] ports/16638 ports new port: GNU fileutils o [2000/02/10] ports/16640 ports rwhois port install tries to copy wrong l o [2000/02/10] ports/16648 ports new port: graphics/gdtclft - Tcl interfac o [2000/02/12] ports/16693 ports new port: audio/wavplay o [2000/02/16] ports/16763 ports new port: emulators/vxtools o [2000/02/17] ports/16794 ports new port: devel/sdts++ o [2000/02/23] ports/16949 ports new port: audio/pimp3 o [2000/02/24] ports/16970 ports new port: lang/tclX82 o [2000/02/25] ports/16989 ports new port: comms/qico o [2000/02/25] ports/16997 ports Incompatibility between GNOME and KDE o [2000/02/25] ports/16998 ports Eterm fails to function from Gnome/Enligh o [2000/02/28] ports/17066 ports audio/xmms chewing CPU (and skipping too) o [2000/03/02] ports/17130 ports new port: korean/hlatex-uhcstd o [2000/03/02] ports/17131 ports new port: korean/hlatexpsfonts-uhcextra o [2000/03/04] ports/17176 ports Update ports: Mew-1.94.2 o [2000/03/08] ports/17279 ports USA/Canada Netscape Navigator 4.72 FreeBS o [2000/03/09] ports/17286 ports New port of ISC DHCP 3.0 beta o [2000/03/09] ports/17293 ports samba port installs man-pages twice, fail o [2000/03/10] ports/17302 ports new port: news/c-nocem o [2000/03/10] ports/17309 ports ports/audio/cdd doesn't support .wav outp o [2000/03/12] ports/17350 ports tripwire used mktemp(), siggen not instal o [2000/03/15] ports/17390 ports new port: security/saint-devel o [2000/03/16] ports/17416 ports new port: net/p5-File-CounterFile o [2000/03/16] ports/17417 ports new port: net/p5-Mail-Sendmail o [2000/03/16] ports/17418 ports new port: net/p5-Net-Netmask o [2000/03/16] ports/17419 ports new port: net/p5-Net-SSLeay o [2000/03/16] ports/17420 ports new port: xbone o [2000/03/16] ports/17427 ports a big enhancement to the flexability of t o [2000/03/17] ports/17436 ports new port: emulators/vxtools - utilites f o [2000/03/17] ports/17447 ports new port: sysutils/slay o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/03/19] ports/17496 ports /usr/ports/editors/emacs termcap problem o [2000/03/20] ports/17513 ports new port: russian/apache13-php3 (fix, ple o [2000/03/21] ports/17523 ports new port: www/ssserver o [2000/03/22] ports/17547 ports new port: games/xtrojka o [2000/03/22] ports/17556 ports new port: audio/linux-realplayer7 o [2000/03/23] ports/17572 ports new port: pvmpov - distributing rendering o [2000/03/24] ports/17577 ports new port: hebrew/elmar-fonts o [2000/03/24] ports/17586 ports new port: database/myodbc o [2000/03/24] ports/17587 ports new port: databases/libiodbc o [2000/03/25] ports/17597 ports new port: net/p5-Net-ext - a perl modules o [2000/03/25] ports/17603 ports ports/www/wwwoffle SPOOL=/home, then fail o [2000/03/29] ports/17663 ports new port: audio/bwap o [2000/03/29] ports/17675 ports new port: textproc/findutils o [2000/03/29] ports/17676 ports new port: astro/rmap o [2000/03/30] ports/17693 ports new port: www/linux-djvuplugin o [2000/03/31] ports/17707 ports new port: audio/sphinx o [2000/04/01] ports/17727 ports new port: Pine with Hebrew support, see a o [2000/04/03] ports/17769 ports new port: sgmltools 2.0.2 o [2000/04/03] ports/17771 ports new port: japanese/elisp-manual o [2000/04/04] ports/17799 ports new port: lang/jgnat o [2000/04/04] ports/17803 ports new port: devel/gdb11 o [2000/04/06] ports/17823 ports new port: audio/streamripper o [2000/04/11] ports/17941 ports new port: devel/lwp - needed for coda 5.3 o [2000/04/11] ports/17942 ports new port: devel/rvm - needed for coda 5.3 o [2000/04/11] ports/17943 ports new port: devel/rpc2 - needed for coda 5. o [2000/04/12] ports/17959 ports Netscape can't run if LD_LIBRARY_PATH con o [2000/04/12] ports/17964 ports xmms-1.0.1 segfaults on song change o [2000/04/14] ports/18004 ports new port: mail/pgp4pine o [2000/04/14] ports/18005 ports games/mindfocus broken under latest stabl o [2000/04/15] ports/18032 ports new port: p5-String-Approx o [2000/04/17] ports/18059 ports new port: devel/adabroker o [2000/04/18] ports/18072 ports [NEW PORT] New port of Basilisk II - a fr o [2000/04/18] ports/18083 ports Gratuitous Apache package inconsistencies o [2000/04/19] ports/18087 ports Port of SmallEiffel -0.76 beta1 f [2000/04/19] ports/18088 ports libXext.so.6.x never found - often looked o [2000/04/20] ports/18112 ports [NEW PORT] New port of Digger - a VGL ver o [2000/04/20] ports/18116 ports new port: audio/ripit-dagrab o [2000/04/20] ports/18122 ports new port: mail/listar o [2000/04/21] ports/18130 ports new port: net/tcpillust o [2000/04/21] ports/18150 ports new port: audio/ripit-cdda2wav o [2000/04/22] ports/18159 ports new port: games/nadar o [2000/04/22] ports/18169 ports Update port x11-wm/afterstep-devel o [2000/04/22] ports/18170 ports new port: misc/prestimel o [2000/04/25] ports/18215 ports new port: lang/oo2c o [2000/04/26] ports/18228 ports Patch to enable LDAP support for Pine4 o [2000/04/26] ports/18239 ports Had to create symbolic link for StarOffic o [2000/04/26] ports/18250 ports new port: misc/kdirstat o [2000/04/27] ports/18262 ports new port: net/crescendo o [2000/04/27] ports/18263 ports new port: devel/tcllib o [2000/04/28] ports/18273 ports [NEW PORT] New port of Moonshine - a QT2- o [2000/04/29] ports/18298 ports New port o [2000/04/30] ports/18310 ports ports/devel/cdk install error o [2000/05/01] ports/18324 ports pipsecd contains practically no documenta o [2000/05/02] ports/18349 ports Update to x11-wm/enlightenment port o [2000/05/02] ports/18355 ports New port: tkregex o [2000/05/02] ports/18356 ports /usr/ports/net/pipsecd build fails o [2000/05/02] ports/18357 ports Final revisions to new XSwallow port o [2000/05/02] ports/18359 ports New port: biblereader o [2000/05/02] ports/18362 ports Fix for xtide o [2000/05/03] ports/18368 ports Update port emulators/xmame to 0.37b1.2 o [2000/05/03] ports/18371 ports New port: perforce o [2000/05/03] ports/18372 ports wwwoffle port has hardcoded path and owne o [2000/05/03] ports/18374 ports New port: gnat-glade o [2000/05/03] ports/18380 ports New port cad/electric o [2000/05/04] ports/18383 ports [NEW PORT] New port of py-MySQLdb - a Pyt o [2000/05/04] ports/18386 ports [NEW PORT] New port of eXtace - a audio v o [2000/05/05] ports/18395 ports Port for Generic Java o [2000/05/07] ports/18401 ports New Port: misc/upclient-4.09 o [2000/05/07] ports/18407 ports submission to make ports/graphics/togl mo o [2000/05/07] ports/18412 ports New port o [2000/05/07] ports/18413 ports New port - gvid o [2000/05/07] ports/18415 ports new port mail/sendmail o [2000/05/07] ports/18416 ports New port for gbackground-1.0.0b2 o [2000/05/07] ports/18419 ports Update nonstandard rc.d file for www/aols o [2000/05/07] ports/18426 ports new port: misc/xdrawchem o [2000/05/07] ports/18432 ports Patches are no longer needed for SWIG por o [2000/05/07] ports/18433 ports UPDATE: www/tidy to version april 30 2000 o [2000/05/07] ports/18436 ports Update port: games/agm o [2000/05/07] ports/18437 ports Update port: graphics/netpbm to 9.1 o [2000/05/07] ports/18438 ports Update port: mail/asmail to 0.56 o [2000/05/07] ports/18439 ports Update port: math/xlispstat to 3.52.18 o [2000/05/08] ports/18444 ports zope port outdated o [2000/05/08] ports/18448 ports VTK port updated to 3.1.2 o [2000/05/08] ports/18453 ports Seahorse port update o [2000/05/08] ports/18454 ports 'netcat' and 'nedit' ports conflict. o [2000/05/09] ports/18462 ports update port: textutils/diffstat to 1.28 o [2000/05/09] ports/18463 ports new port www/http_load o [2000/05/09] ports/18470 ports Remove port: x11-toolkits/gtkgl o [2000/05/09] ports/18472 ports Update port: devel/rpm o [2000/05/09] ports/18475 ports New port - net/isc-dhcp3 o [2000/05/09] ports/18476 ports New port - net/sting o [2000/05/10] ports/18479 ports Update: japanese/bookview o [2000/05/10] ports/18480 ports patch port: net/icqnix o [2000/05/10] ports/18484 ports New port: x11-wm/icewm-i18n o [2000/05/10] ports/18488 ports update: emulators/bochs o [2000/05/10] ports/18490 ports Proftpd requires /var/run/proftpd to exis o [2000/05/10] ports/18491 ports new port: linux_mesa3.2 o [2000/05/10] ports/18492 ports Update port: java/shujit o [2000/05/10] ports/18494 ports Update port: japanese/groff o [2000/05/10] ports/18495 ports Update port: japanese/gxditview o [2000/05/11] ports/18497 ports New port: japanese/balsa o [2000/05/11] ports/18500 ports ucd-snmp port update to 4.1.1 o [2000/05/11] ports/18508 ports new port: net/sting o [2000/05/11] ports/18509 ports Update to CAD/Spice o [2000/05/11] ports/18511 ports Re: [PORTS] ports/18444: zope port outdat o [2000/05/11] ports/18513 ports Update to CAD/felt o [2000/05/12] ports/18517 ports update cooledit to latest version o [2000/05/12] ports/18518 ports Update port sysutils/wmhm to 1.43 o [2000/05/13] ports/18525 ports request for port [video,nonlinear,editor, o [2000/05/13] ports/18529 ports Update mail/postfix to 19991231-pl07 and o [2000/05/13] ports/18534 ports New port - felis-1.0 o [2000/05/13] ports/18537 ports Fix for "BROKEN" py-opengl port o [2000/05/13] ports/18539 ports boxes port bugfix o [2000/05/13] ports/18540 ports xtide: new checksum o [2000/05/14] ports/18546 ports Ports update: korean/netscape47-communica o [2000/05/14] ports/18548 ports net/ucd-snmp fix & update o [2000/05/14] ports/18549 ports spin update to 3.3.10 o [2000/05/14] ports/18552 ports Port Upgradee: boxes-1.0.1 o [2000/05/14] ports/18554 ports Update: linux-netscape -> 4.73 o [2000/05/14] ports/18556 ports Incorrect PLIST in x11-toolkits/linux-gtk o [2000/05/14] ports/18557 ports inclusion request [www, sql, database] o [2000/05/15] ports/18561 ports Update port: games/xpuyopuyo to 0.3.8 o [2000/05/15] ports/18563 ports Port update with utmp support. Resending o [2000/05/15] ports/18565 ports com_err's --defsection argument to instal o [2000/05/15] ports/18566 ports make world breaks on gperf o [2000/05/15] ports/18570 ports New port - IRcatLite o [2000/05/15] ports/18571 ports New port of 'dog' 187 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 11: 8:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 5D38937B7B3 for ; Mon, 15 May 2000 11:07:49 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.76.105]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id LAA67828; Mon, 15 May 2000 11:07:34 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 7DDC61946; Mon, 15 May 2000 13:40:58 -0400 (EDT) Date: Mon, 15 May 2000 13:40:58 -0400 From: Will Andrews To: Arun Sharma Cc: andrews@technologist.com, ports@freebsd.org Subject: Re: **HEADS UP** KDE2 -> ports tree Message-ID: <20000515134057.A95803@argon.blackdawn.com> References: <20000515010219.B53719@argon.blackdawn.com> <200005151538.IAA21502@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005151538.IAA21502@sharmas.dhs.org>; from adsharma@sharmas.dhs.org on Mon, May 15, 2000 at 08:38:59AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 08:38:59AM -0700, Arun Sharma wrote: > I have both KDE and KDE2 installed on my machine at the same time. The > switch can be done with the following script: > > $ cat $HOME/.kde2 > export KDEDIR=/home/adsharma/kde > export QTDIR=/home/adsharma/kde/qt-copy > export PATH=$KDEDIR/bin:$PATH > export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib > > Given that kde2 still has a lot of bugs and crashes, I'd expect everyone > to have KDE around for non development work. > > How about changing the ports to install in say, /usr/local/kde2 ? I don't know, man, but KDEDIR/QTDIR mentality just doesn't work well with hier(7). ;-\ It seems like one way to fix the problem.. but you are asking to modify 60+ ports to conform to a new method... so you'd better argue this out on -ports before something like that happens. You might want to consider looking at the archives. ;-) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 11: 9:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (Postfix) with ESMTP id F172B37BB9C for ; Mon, 15 May 2000 11:09:38 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.10.0/8.10.0) with ESMTP id e4FI9Kt42013; Mon, 15 May 2000 11:09:21 -0700 (PDT) Date: Mon, 15 May 2000 11:09:20 -0700 (PDT) From: "Eric J. Schwertfeger" To: Will Andrews Cc: Donn Miller , ports@FreeBSD.ORG Subject: Re: port of OpenMotif? In-Reply-To: <20000515135642.C95803@argon.blackdawn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, Will Andrews wrote: > On Mon, May 15, 2000 at 12:45:30PM -0400, Donn Miller wrote: > > Motif was just released today under a special open source license. > > http://www.opengroup.org/openmotif/. I tried compiling it, but I'm > > getting errors; it seems to want , for one, which only > > Linux has. > > Somebody who likes Motif and actually wants to use it will do it. ;-) I suspect that the java list may be interested in this, as LessTif still isn't 100% there for purposes of replacing Motif in the FreeBSD JDK, last I heard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 11:12:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bart.datasoft-dev.com (na-216-214-157-14.corecomm.net [216.214.157.14]) by hub.freebsd.org (Postfix) with ESMTP id C1F1937BE0F for ; Mon, 15 May 2000 11:12:48 -0700 (PDT) (envelope-from palkino@netzero.net) Received: from localhost (pal@localhost) by bart.datasoft-dev.com (8.9.3/8.9.3) with ESMTP id OAA31760 for ; Mon, 15 May 2000 14:12:54 -0400 (EDT) (envelope-from palkino@netzero.net) X-Authentication-Warning: bart.datasoft-dev.com: pal owned process doing -bs Date: Mon, 15 May 2000 14:12:54 -0400 (EDT) From: Gene Raytsin X-Sender: pal@bart.datasoft-dev.com To: freebsd-ports@freebsd.org Subject: openssh 2.1.0 broken? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org was ubable to compile openssh 2.1.0 on 4.0-stable from ports Warning: Object directory not changed from original /usr/ports/security/openssh/work/ssh/ssh cc -O -pipe -I/usr/ports/security/openssh/work/ssh/ssh/.. -I/usr/include -DINET6 -I/usr/ports/security/openssh/work/ssh/ssh/.. -I/usr/local/usr/include -I/usr/ports/security/openssh/work/ssh/ssh/.. -o ssh ssh.o log-client.o readconf.o clientloop.o sshconnect.o sshconnect1.o sshconnect2.o -L/usr/ports/security/openssh/work/ssh/ssh/../lib -lssh -lutil -lz -L/usr/lib -lcrypto ssh.o: In function `main': ssh.o(.text+0xa83): undefined reference to `OpenSSL_add_all_algorithms' *** Error code 1 Stop in /usr/ports/security/openssh/work/ssh/ssh. *** Error code 1 is that my problem :?) or something wrong with port? regards, gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 11:20:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7193837B8F4 for ; Mon, 15 May 2000 11:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA65765; Mon, 15 May 2000 11:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nowcool.dhs.org (fx3-3-235.mgfairfax.rr.com [24.28.202.235]) by hub.freebsd.org (Postfix) with ESMTP id 6617B37B7B3 for ; Mon, 15 May 2000 11:17:32 -0700 (PDT) (envelope-from byung@nowcool.dhs.org) Received: (from byung@localhost) by nowcool.dhs.org (8.9.3/8.9.3) id NAA09720; Mon, 15 May 2000 13:49:30 -0400 (EDT) (envelope-from byung) Message-Id: <200005151749.NAA09720@nowcool.dhs.org> Date: Mon, 15 May 2000 13:49:30 -0400 (EDT) From: byung@nowcool.dhs.org Reply-To: byung@nowcool.dhs.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18573: ztelnet spits core on 4.0 systems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18573 >Category: ports >Synopsis: ztelnet spits core on 4.0 systems >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 May 15 11:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Byung Yang >Release: FreeBSD 4.0-STABLE i386 >Organization: http://nowcool.dhs.org >Environment: Requires FreeBSD 4.0-RELEASE and up. >Description: Ztelnet spits a 65M+ core due to change in libtermcap. >How-To-Repeat: cd /usr/ports/net/ztelnet; make install /usr/local/bin/ztelnet This simple installation will cause the problem. >Fix: ----------------------------------------------------------------------- diff -uNr ../ztelnet/Config.generic ./Config.generic --- ../ztelnet/Config.generic Mon May 15 01:32:28 2000 +++ ./Config.generic Mon May 15 01:34:55 2000 @@ -190,7 +190,7 @@ LIBPATH="/lib/libc.a /usr/lib/libtermcap.a \ ../libtelnet/libtelnet.a" \ DEST=${DESTDIR}/usr/bin \ - DEFINES="-DLINEMODE -DTERMCAP -DKLUDGELINEMODE \ + DEFINES="-DLINEMODE -DKLUDGELINEMODE \ -DUSE_TERMIO -DDIAGNOSTICS -DHANGUL" \ INCLUDES="-I.." \ # LIB_OBJ="gettytab.o" \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 11:25: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 530DF37B5EE for ; Mon, 15 May 2000 11:25:00 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.13 #1) id 12rPXr-000821-00; Mon, 15 May 2000 13:24:47 -0500 Date: Mon, 15 May 2000 13:24:46 -0500 From: Ade Lovett To: Alexander Langer Cc: ports@FreeBSD.org Subject: Re: ports/18571: New port of dog Message-ID: <20000515132446.C61578@lovett.com> References: <20000515102440.A26193@mobiledan.mvfx.com> <20000515194841.A4277@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000515194841.A4277@cichlids.cichlids.com>; from alex@big.endian.de on Mon, May 15, 2000 at 07:48:41PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 07:48:41PM +0200, Alexander Langer wrote: > I wonder if this is a shell-script which uses lynx -dump for URLs and > cat(1) otherwise. ;-) lynx? LYNX?!? That security-hole-ridden (I know, it's supposedly fixed now) piece of junk? What's wrong with cat(1) and fetch(1) ? :) -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 11:29:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id 5C59637B655 for ; Mon, 15 May 2000 11:29:28 -0700 (PDT) (envelope-from kuku@gilberto.physik.rwth-aachen.de) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.9.3/8.9.3) id UAA47291 for freebsd-ports@freebsd.org; Mon, 15 May 2000 20:29:31 +0200 (CEST) (envelope-from kuku) Date: Mon, 15 May 2000 20:29:31 +0200 (CEST) From: Christoph Kukulies Message-Id: <200005151829.UAA47291@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: gnat ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone using GNAT (GNU ADA Translator)? I'm trying to build it under -current (4.0 probably no difference) and gcc-2.8.1 cannot be built with the GNAT patches applied. The GNAT patches apply flawlessly without a glitch. The error that occurs then is: isdn-kukulies# cd ge1/xgcc -Bstage1/" in "cc") if [ x != x ]; then echo ../; else true; fi ;; esac` `if [ x != x ]; then echo ../; else true; fi` Unmatched ". ../varasm.o: In function `initializer_constant_valid_p': /c/ports/lang/gcc28/work/gcc-2.8.1/varasm.c:4045: multiple definition of `initializer_constant_valid_p' typeck2.o:/c/ports/lang/gcc28/work/gcc-2.8.1/cp/typeck2.c:364: first defined here /usr/libexec/elf/ld: Warning: size of symbol `initializer_constant_valid_p' changed from 774 to 802 in ../varasm.o gmake[2]: *** [../cc1plus] Error 1 -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 11:33:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B17837B5EE; Mon, 15 May 2000 11:33:51 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA67261; Mon, 15 May 2000 11:33:51 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 15 May 2000 11:33:51 -0700 (PDT) From: Message-Id: <200005151833.LAA67261@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18564 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Remove many obsolete patches from the Wine port State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 15 11:33:26 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 11:36:42 2000 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 9119F37B655 for ; Mon, 15 May 2000 11:36:27 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer goliath.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.10.1/8.10.1) with ESMTP id e4FIaOu05163; Mon, 15 May 2000 20:36:24 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.10.1/8.10.1) with ESMTP id e4FIaMJ12100; Mon, 15 May 2000 20:36:22 +0200 (MET DST) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.10.1/8.10.1/Siemens CERT [ $Revision: 1.8 ]) with ESMTP id e4FIaMB22131; Mon, 15 May 2000 20:36:22 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.10.1/8.10.1/alaska [ $Revision: 1.5 ]) id e4FIaM570111; Mon, 15 May 2000 18:36:22 GMT Date: Mon, 15 May 2000 20:36:22 +0200 From: Udo Schweigert To: Gene Raytsin Cc: freebsd-ports@FreeBSD.ORG Subject: Re: openssh 2.1.0 broken? Message-ID: <20000515203622.A70057@alaska.cert.siemens.de> Mail-Followup-To: Gene Raytsin , freebsd-ports@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from palkino@netzero.net on Mon, May 15, 2000 at 02:12:54PM -0400 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 14:12:54 -0400, Gene Raytsin wrote: > was ubable to compile openssh 2.1.0 on 4.0-stable from ports > > Warning: Object directory not changed from original > /usr/ports/security/openssh/work/ssh/ssh > cc -O -pipe -I/usr/ports/security/openssh/work/ssh/ssh/.. -I/usr/include > -DINET6 > -I/usr/ports/security/openssh/work/ssh/ssh/.. -I/usr/local/usr/include > -I/usr/ports/security/openssh/work/ssh/ssh/.. -o ssh ssh.o log-client.o > readconf.o clientloop.o sshconnect.o sshconnect1.o sshconnect2.o > -L/usr/ports/security/openssh/work/ssh/ssh/../lib -lssh -lutil -lz > -L/usr/lib -lcrypto > ssh.o: In function `main': > ssh.o(.text+0xa83): undefined reference to `OpenSSL_add_all_algorithms' > *** Error code 1 > You need openssl 0.9.5a. You have to wait for a MFC of openssl to 4.0-stable (since the openssl-port won`t compile for 4.0) Regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 ZT IK 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : ust@cert.siemens.de PGP-2/5 fingerprint | D8 A5 DF 34 EC 87 E8 C6 E2 26 C4 D0 EE 80 36 B2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 13: 6: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from po3.glue.umd.edu (po3.glue.umd.edu [128.8.10.123]) by hub.freebsd.org (Postfix) with ESMTP id 3650F37B862 for ; Mon, 15 May 2000 13:06:04 -0700 (PDT) (envelope-from bfoz@Glue.umd.edu) Received: from y.glue.umd.edu (root@y.glue.umd.edu [128.8.10.68]) by po3.glue.umd.edu (8.9.3/8.9.3) with ESMTP id QAA05611 for ; Mon, 15 May 2000 16:06:01 -0400 (EDT) Received: from y.glue.umd.edu (sendmail@localhost [127.0.0.1]) by y.glue.umd.edu (8.9.3/8.9.3) with SMTP id QAA22112 for ; Mon, 15 May 2000 16:06:01 -0400 (EDT) Received: from localhost (bfoz@localhost) by y.glue.umd.edu (8.9.3/8.9.3) with ESMTP id QAA22108 for ; Mon, 15 May 2000 16:06:00 -0400 (EDT) X-Authentication-Warning: y.glue.umd.edu: bfoz owned process doing -bs Date: Mon, 15 May 2000 16:06:00 -0400 (EDT) From: Brandon Fosdick To: ports@freebsd.org Subject: Cyrus Troubles Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone have Cyrus IMAP working on a 4.0-S box? I installed it from ports, changed the approriate lines in inet.conf, did a kill -HUP pid, and...nothing. I can't access the account. What am I forgetting? I've looked through the install instructions in /usr/local/share/docs/cyrus/ but didn't receive any more wisdom than i started out with. Trying the imtest thing listed in the install file gives me this: 119 4:02pm~>imtest -m login -p imap localhost C: C01 CAPABILITY S: * OK 63-216-196-27.sdsl.cais.net Cyrus IMAP4 v1.6.22 server ready S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS X-NON-HIERARCHICAL-RENAME NO_ATOMIC_RENAME UNSELECT S: C01 OK Completed Password: + go ahead L01 NO Login failed: authentication failure Authenticated. Security strength factor: 0 Thanks, Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:12:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.rdc2.pa.home.com (ha1.rdc2.pa.home.com [24.12.106.194]) by hub.freebsd.org (Postfix) with ESMTP id D2FCD37B854 for ; Mon, 15 May 2000 14:12:16 -0700 (PDT) (envelope-from qfreaki@home.com) Received: from quedawg.com ([24.8.210.114]) by mail.rdc2.pa.home.com (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000515211216.VJWD15184.mail.rdc2.pa.home.com@quedawg.com> for ; Mon, 15 May 2000 14:12:16 -0700 Received: by quedawg.com (Postfix, from userid 1002) id B9DBD3A7; Mon, 15 May 2000 17:14:02 -0400 (EDT) Date: Mon, 15 May 2000 17:14:02 -0400 From: Mbwa To: freebsd-ports@freebsd.org Subject: apsfilter port - broken Message-ID: <20000515171402.A27218@ol-arem.quedawg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I get the following messages when trying to install the apsfilter port. I did a cvsup of the ports today and still receive the same error message. ===> Extracting for ghostscript-6.01 >> Checksum OK for ghostscript-6.01.tar.gz. >> Checksum OK for ghostscript-fonts-std-6.0.tar.gz. >> Checksum OK for ghostscript-fonts-other-6.0.tar.gz. >> Checksum OK for gdevcd8.tar.gz. >> Checksum OK for hpdj-2.6.tar.gz. ===> ghostscript-6.01 depends on file: /nonexistent - not found ===> Verifying extract for /nonexistent in /usr/ports/graphics/jpeg -: You need to define PORTNAME and PORTVERSION instead of PKGNAME. (This port is too old for your bsd.port.mk, please update it to match your bsd.port.mk.) *** Error code 1 Stop. *** Error code 1 Stop in /usr/ports/print/ghostscript6. *** Error code 1 Stop in /usr/ports/print/ghostscript6. *** Error code 1 Stop in /usr/ports/print/ghostscript6. *** Error code 1 Stop in /usr/ports/print/ghostscript6. *** Error code 1 Stop in /usr/ports/print/ghostscript6. *** Error code 1 Stop in /usr/ports/print/ghostscript6. *** Error code 1 Stop in /usr/ports/print/ghostscript6. *** Error code 1 Stop in /usr/ports/print/apsfilter. *** Error code 1 Stop in /usr/ports/print/apsfilter. *** Error code 1 Stop in /usr/ports/print/apsfilter. It seems like something in the port is not specified correctly. Any idea when this will be fixed. thanks, Brian, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:14:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp9.xs4all.nl (smtp9.xs4all.nl [194.109.127.52]) by hub.freebsd.org (Postfix) with ESMTP id B91DA37B852 for ; Mon, 15 May 2000 14:14:50 -0700 (PDT) (envelope-from lars@lawnet.xs4all.nl) Received: from list1.xs4all.nl (list1.xs4all.nl [194.109.6.52]) by smtp9.xs4all.nl (8.9.3/8.9.3) with ESMTP id XAA17510 for ; Mon, 15 May 2000 23:14:49 +0200 (CEST) Received: (from root@localhost) by list1.xs4all.nl (8.9.3/8.9.3) id XAA24751; Mon, 15 May 2000 23:14:49 +0200 (CEST) From: "Lars Wittebrood" To: freebsd-ports@freebsd.org X-Via: imploder /usr/local/lib/mail/news2mail/news2mail at list1.xs4all.nl Subject: SSH2 v 2.1.0 Date: Mon, 15 May 2000 23:13:12 +0200 Organization: XS4ALL Internet BV Message-ID: <8fppbv$rmj$1@news1.xs4all.nl> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, is there a SSH2 v 2.1.0 port to be expected soon (do not say that there's a OpenSSH2 port. I know.)? I get compile errors when compiling the source (from ssh.com)on a FBSD 3.3 box. So I am just curious. Thanx. Lars Wittebrood The Hague The Netherlands. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:20:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from kira.epconline.net (kira.epconline.net [209.83.132.2]) by hub.freebsd.org (Postfix) with ESMTP id 68F0A37B787 for ; Mon, 15 May 2000 14:20:48 -0700 (PDT) (envelope-from better@epctech.com) Received: from exec (better@exec.betterbox.net [216.178.14.76]) by kira.epconline.net (8.9.3/8.9.3) with SMTP id PAA74281 for ; Mon, 15 May 2000 15:33:43 -0500 (CDT) Reply-To: From: "Joong H. Kim" To: Subject: PPOE Client Port Request Date: Mon, 15 May 2000 15:39:57 -0500 Message-ID: <004701bfbead$bc5e9cc0$4c0eb2d8@betterbox.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org http://www.roaringpenguin.com/pppoe.html I've found this great PPOE client for linux. Where would I request to have this client ported over to FreeBSD? -Joong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:31:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 53EA037B882 for ; Mon, 15 May 2000 14:31:23 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id 99F559B1D; Mon, 15 May 2000 17:31:21 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 8F99DBA0F; Mon, 15 May 2000 17:31:21 -0400 (EDT) Date: Mon, 15 May 2000 17:31:21 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: "Joong H. Kim" Cc: ports@freebsd.org Subject: Re: PPOE Client Port Request In-Reply-To: <004701bfbead$bc5e9cc0$4c0eb2d8@betterbox.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, Joong H. Kim wrote: > http://www.roaringpenguin.com/pppoe.html > > I've found this great PPOE client for linux. Where would I request to have > this client ported over to FreeBSD? > If you don't want to port this yourself, your best bet would be to request/inquire with the relavent group(s) (say, freebsd-ports, freebsd-net, or freebsd-security). ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:32:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EF1037B882; Mon, 15 May 2000 14:32:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA89893; Mon, 15 May 2000 14:32:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Mon, 15 May 2000 14:32:18 -0700 (PDT) From: Message-Id: <200005152132.OAA89893@freefall.freebsd.org> To: rsargent@cisco.com, kris@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/18566 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make world breaks on gperf State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Mon May 15 14:30:07 PDT 2000 State-Changed-Why: Misfiled PR. Also needs more information to identify the problem and how to fix. Responsible-Changed-From-To: freebsd-ports->freebsd-bugs Responsible-Changed-By: kris Responsible-Changed-When: Mon May 15 14:30:07 PDT 2000 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:34:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8359137B555; Mon, 15 May 2000 14:34:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id OAA90152; Mon, 15 May 2000 14:34:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 15 May 2000 14:34:39 -0700 (PDT) From: Kris Kennaway To: "Joong H. Kim" Cc: ports@freebsd.org Subject: Re: PPOE Client Port Request In-Reply-To: <004701bfbead$bc5e9cc0$4c0eb2d8@betterbox.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, Joong H. Kim wrote: > http://www.roaringpenguin.com/pppoe.html > > I've found this great PPOE client for linux. Where would I request to > have this client ported over to FreeBSD? I'm not sure there's a need for it, given that ppp(8) already supports PPPoE - unless there is something special this port does that ours doesn't? Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:36: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id A2F8437B555 for ; Mon, 15 May 2000 14:35:56 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id RAA28685; Mon, 15 May 2000 17:35:51 -0400 (EDT) Message-ID: <39206DB7.9456B9BF@thehousleys.net> Date: Mon, 15 May 2000 17:35:51 -0400 From: James Housley Organization: The Housleys dot Net X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Chris D. Faulhaber" Cc: "Joong H. Kim" , ports@FreeBSD.ORG Subject: Re: PPOE Client Port Request References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Chris D. Faulhaber" wrote: > > On Mon, 15 May 2000, Joong H. Kim wrote: > > > http://www.roaringpenguin.com/pppoe.html > > > > I've found this great PPOE client for linux. Where would I request to have > > this client ported over to FreeBSD? > > > > If you don't want to port this yourself, your best bet would be to > request/inquire with the relavent group(s) (say, freebsd-ports, > freebsd-net, or freebsd-security). > Don't we now have PPPOE support built in???? Jim -- The wise man built his network upon U*nx. The foolish man built his network upon Windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:37:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79B4A37B555; Mon, 15 May 2000 14:37:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id OAA90526; Mon, 15 May 2000 14:37:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 15 May 2000 14:37:32 -0700 (PDT) From: Kris Kennaway To: Christoph Kukulies Cc: freebsd-ports@freebsd.org Subject: Re: gcc-2.8.1 In-Reply-To: <200005151736.TAA46750@gilberto.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, Christoph Kukulies wrote: > Some ports (in this case gnat) require gcc-2.8.1. > > How does gcc-2.8.1 into 4.0? We have gcc-2.95.2 in 4.0 - are you sure the source doesnt compile as is? Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:37:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 7913D37B7FC for ; Mon, 15 May 2000 14:37:52 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1003) id D28929B1E; Mon, 15 May 2000 17:37:50 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id BE1E0BA0F; Mon, 15 May 2000 17:37:50 -0400 (EDT) Date: Mon, 15 May 2000 17:37:50 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: jedgar@pawn.primelocation.net To: James Housley Cc: "Joong H. Kim" , ports@FreeBSD.ORG Subject: Re: PPOE Client Port Request In-Reply-To: <39206DB7.9456B9BF@thehousleys.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, James Housley wrote: > "Chris D. Faulhaber" wrote: > > > > On Mon, 15 May 2000, Joong H. Kim wrote: > > > > > http://www.roaringpenguin.com/pppoe.html > > > > > > I've found this great PPOE client for linux. Where would I request to have > > > this client ported over to FreeBSD? > > > > > > > If you don't want to port this yourself, your best bet would be to > > request/inquire with the relavent group(s) (say, freebsd-ports, > > freebsd-net, or freebsd-security). > > > Don't we now have PPPOE support built in???? > Yes, but perhaps this program provides something we don't. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:44:58 2000 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 7436737B89D for ; Mon, 15 May 2000 14:44:49 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from bigeye.rhein-neckar.de (uucp@) by mail.inka.de with local-bsmtp id 12rSfP-0006eQ-03; Mon, 15 May 2000 23:44:47 +0200 Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id XAA99597 for freebsd-ports@freebsd.org; Mon, 15 May 2000 23:17:03 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: **HEADS UP** KDE2 -> ports tree Date: 15 May 2000 23:17:03 +0200 Message-ID: <8fppgf$3185$1@bigeye.rhein-neckar.de> References: <20000515010219.B53719@argon.blackdawn.com> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > That's right - it all works on FreeBSD now. Has this seen any testing on alpha? KDE 1.1.2 as shipped with 4.0-RELEASE seems to basically work on alpha but spews large numbers of unaligned access errors. When I mentioned this to Matthias Ettrich over the weekend, I got what amounts to little more than a don't care response. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 14:50:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 2ABA137B555 for ; Mon, 15 May 2000 14:50:19 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.76.105]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id OAA74339; Mon, 15 May 2000 14:50:16 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id C9F04194D; Mon, 15 May 2000 17:49:59 -0400 (EDT) Date: Mon, 15 May 2000 17:49:59 -0400 From: Will Andrews To: Christian Weisgerber Cc: freebsd-ports@FreeBSD.ORG Subject: Re: **HEADS UP** KDE2 -> ports tree Message-ID: <20000515174959.C96150@argon.blackdawn.com> References: <20000515010219.B53719@argon.blackdawn.com> <8fppgf$3185$1@bigeye.rhein-neckar.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <8fppgf$3185$1@bigeye.rhein-neckar.de>; from naddy@mips.inka.de on Mon, May 15, 2000 at 11:17:03PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 11:17:03PM +0200, Christian Weisgerber wrote: > Has this seen any testing on alpha? Sorry, no. If I _HAD_ any alphas to test it on, it would have been tested on there. ;-) By the way, kword looks real nice. ;-) > KDE 1.1.2 as shipped with 4.0-RELEASE seems to basically work on > alpha but spews large numbers of unaligned access errors. When I > mentioned this to Matthias Ettrich over the weekend, I got what > amounts to little more than a don't care response. Not too many people use Alphas; I'd guess that's why you got a response like that. Perhaps if you actually wrote bugfixes you'd get more attention... -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 15: 5: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 7BD8837B555 for ; Mon, 15 May 2000 15:05:01 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id RAA52103; Mon, 15 May 2000 17:04:55 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Mon, 15 May 2000 17:04:55 -0500 (CDT) From: Chris Dillon To: Brandon Fosdick Cc: ports@FreeBSD.ORG Subject: Re: Cyrus Troubles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, Brandon Fosdick wrote: > Does anyone have Cyrus IMAP working on a 4.0-S box? I installed it from > ports, changed the approriate lines in inet.conf, did a kill -HUP pid, > and...nothing. I can't access the account. What am I forgetting? I've > looked through the install instructions in /usr/local/share/docs/cyrus/ > but didn't receive any more wisdom than i started out with. Trying the > imtest thing listed in the install file gives me this: > > 119 4:02pm~>imtest -m login -p imap localhost > C: C01 CAPABILITY > S: * OK 63-216-196-27.sdsl.cais.net Cyrus IMAP4 v1.6.22 server ready > S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS > X-NON-HIERARCHICAL-RENAME NO_ATOMIC_RENAME UNSELECT > S: C01 OK Completed > Password: > + go ahead > L01 NO Login failed: authentication failure > Authenticated. > Security strength factor: 0 I'm having the same problem. I think it has to do with Cyrus not finding the SASL plugins, since it isn't showing any possible AUTH types. Connected to localhost. Escape character is '^]'. * OK tech43.tech.wolves.k12.mo.us Cyrus IMAP4 v1.6.22 server ready . CAPABILITY * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS X-NON-HIERARCHICAL-RENAME NO_ATOMIC_RENAME UNSELECT . OK Completed . AUTHENTICATE PLAIN . NO no mechanism available I've gone thorough all of the Cyrus and SASL docs and played with various configure options and so forth, without figuring it out. I'm only testing things out here, but I'd like to eventually get it running on a 3.4-STABLE box as well. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( http://www.freebsd.org ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 15:25:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rr.com (rdu25-28-182.nc.rr.com [24.25.28.182]) by hub.freebsd.org (Postfix) with ESMTP id 169C837B79B for ; Mon, 15 May 2000 15:25:33 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id SAA01630; Mon, 15 May 2000 18:25:23 -0400 (EDT) (envelope-from rhh) Date: Mon, 15 May 2000 18:25:22 -0400 From: Randall Hopper To: Thomas Gellekum Cc: ports@FreeBSD.org, IWASHITA Yoji Subject: Re: Ports silently marked BROKEN Message-ID: <20000515182522.A1610@ipass.net> References: <20000512025803.A99629@pop16.odn.ne.jp> <20000513204205.A2612@ipass.net> <20000515022343.A26691@pop16.odn.ne.jp> <20000513234432.A2445@ipass.net> <20000514182024.G511@cichlids.cichlids.com> <20000513234432.A2445@ipass.net> <20000514190528.A2388@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from tg@melaten.rwth-aachen.de on Mon, May 15, 2000 at 11:05:36AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thomas Gellekum: |Randall Hopper writes: |> |> Thanks for the tips. It appears one reason py-opengl failed to build is |> because a dependent port, numpy, was updated. | |It was the new py-distutils. Should be fixed now with the upgrade of |py-numeric. Thanks. Numeric-15.3 works much better. I'll submit the updated py-opengl port this evening. BTW, why was the name changed from py-numeric to Numeric? Just curious; it appears the convention is for Python pkgs to start with py-. -- Randall Hopper aa8vb@ipass.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 15:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAEA837B91A for ; Mon, 15 May 2000 15:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA04559; Mon, 15 May 2000 15:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rr.com (rdu25-28-182.nc.rr.com [24.25.28.182]) by hub.freebsd.org (Postfix) with ESMTP id BC77837B58D for ; Mon, 15 May 2000 15:43:45 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id SAA02077; Mon, 15 May 2000 18:44:41 -0400 (EDT) (envelope-from rhh) Message-Id: <200005152244.SAA02077@rr.com> Date: Mon, 15 May 2000 18:44:41 -0400 (EDT) From: aa8vb@ipass.net Reply-To: aa8vb@ipass.net To: FreeBSD-gnats-submit@freebsd.org Cc: aa8vb@ipass.net X-Send-Pr-Version: 3.2 Subject: ports/18575: py-opengl port fix for numpy breakage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18575 >Category: ports >Synopsis: py-opengl port fix for numpy breakage >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 15:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Randall Hopper >Release: FreeBSD 3.4-RELEASE i386 >Organization: self >Environment: 3.4-RELEASE, python-1.5.2, Distutils-0.8.2, Numerical-15.3 >Description: This patch to the py-opengl port fixes the breakage caused by the recent update to the numpy port. Note that you'll need the Numerical-15.3 numpy port (committed last night) to build this py-opengl update. >How-To-Repeat: Build port. >Fix: Thanks. --- old/files/Setup.base Sun Nov 28 18:14:00 1999 +++ py-opengl/files/Setup.base Mon May 15 17:46:58 2000 @@ -9,10 +9,10 @@ # # This module provides most of the interfaces to the standard OpenGL API -_opengl _openglmodule.c -IX11BASE/include -LX11BASE/lib -lGL +_opengl _openglmodule.c -IX11BASE/include -LX11BASE/lib -lGL -lXext -lX11 # Some convenience functions contributed by users. -openglutil openglutil.c -IX11BASE/include -LX11BASE/lib -lGL +openglutil openglutil.c -IX11BASE/include -LX11BASE/lib -lGL -lXext -lX11 # # If you have the Numeric extensions installed, make sure the @@ -22,13 +22,22 @@ # These modules provide a few more features than the two modules # above, and significantly more speed in some circumstances # +# (( Will these guys ever decide on "one" include directory name?! )) _opengl_num _opengl_nummodule.c -DNUMERIC \ -ILOCALBASE/include/python1.5/numerical \ - -IX11BASE/include -LX11BASE/lib -lGL + -ILOCALBASE/include/python1.5/Numeric \ + -IX11BASE/include -LX11BASE/lib -lGL -lXext -lX11 openglutil_num openglutil_num.c -DNUMERIC \ -ILOCALBASE/include/python1.5/numerical \ - -IX11BASE/include -LX11BASE/lib -lGL + -ILOCALBASE/include/python1.5/Numeric \ + -IX11BASE/include -LX11BASE/lib -lGL -lXext -lX11 +# NOTES: +# - The -lX11 for _opengl_num and openglutil_num is a hack around +# XFree86 4.0 libGL.so's undeclared dependence on libX11 (e.g. XFreePixmap). +# - The -lXext for _opengl_num and opengl_num is a hack around +# XFree86 4.0 libGL.so's undeclared depdnence on libXext +# (e.g. XextAddDisplay) # The GLU utility library -- part of most standard OpenGL setups _glu _glumodule.c \ @@ -40,7 +49,7 @@ -lglut \ # You'll definitely need these (or maybe edit them for MesaGL/MesaGLU: -IX11BASE/include -LX11BASE/lib \ - -lGLU -lGL \ + -lGLU -lGL \ # Various combinations of these depending on your platform: -lXi -lXmu -lXext -lX11 \ # on SGI IRIX 6, uncomment the following --- old/Makefile Sun Apr 30 06:12:20 2000 +++ py-opengl/Makefile Mon May 15 16:53:30 2000 @@ -8,7 +8,8 @@ PORTNAME= opengl PORTVERSION= 1.5.5 CATEGORIES= graphics python -MASTER_SITES= http://starship.python.net/crew/da/ +MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/TMP/ \ + http://starship.python.net/crew/da/ PKGNAMEPREFIX= py- DISTNAME= PyOpenGL-${PORTVERSION} @@ -20,8 +21,6 @@ ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 -BROKEN= "Does not compile" - ALL_TARGET= default WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -32,7 +31,7 @@ # # Support for Numeric is compiled in by default. # -NUMPYDIR= ${LOCALBASE}/lib/python1.5/site-packages/numerical +NUMPYDIR= ${LOCALBASE}/lib/python1.5/site-packages/Numeric # # The standard setup file >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 15:51: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.rdc2.pa.home.com (ha1.rdc2.pa.home.com [24.12.106.194]) by hub.freebsd.org (Postfix) with ESMTP id 2A0F937B837 for ; Mon, 15 May 2000 15:50:59 -0700 (PDT) (envelope-from qfreaki@home.com) Received: from quedawg.com ([24.8.210.114]) by mail.rdc2.pa.home.com (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000515225056.XSSX15184.mail.rdc2.pa.home.com@quedawg.com> for ; Mon, 15 May 2000 15:50:56 -0700 Received: by quedawg.com (Postfix, from userid 1002) id F2A7C1A9; Mon, 15 May 2000 18:52:42 -0400 (EDT) Date: Mon, 15 May 2000 18:52:42 -0400 From: Mbwa To: freebsd-ports@freebsd.org Subject: problem with sane-1.0.2 port Message-ID: <20000515185242.A54647@ol-arem.quedawg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I get the following error messages when trying to install sane 1.0.2 _MINOR=0 -O -pipe -W -Wall -DSCSIBUFFERSIZE=131072 scanimage.c scanimage.c: In function `sighandler': scanimage.c:90: warning: unused parameter `signum' scanimage.c: In function `print_option': scanimage.c:155: warning: comparison between signed and unsigned scanimage.c:165: warning: comparison between signed and unsigned scanimage.c:177: warning: comparison between signed and unsigned scanimage.c:200: warning: comparison between signed and unsigned scanimage.c: In function `parse_vector': scanimage.c:429: warning: comparison between signed and unsigned scanimage.c:477: warning: comparison between signed and unsigned scanimage.c: In function `scan_it': scanimage.c:765: warning: missing initializer scanimage.c:765: warning: (near initialization for `image.Bpp') scanimage.c: In function `test_it': scanimage.c:981: warning: missing initializer scanimage.c:981: warning: (near initialization for `image.Bpp') mkdir .libs cc -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib -Wl,-E -o .libs/scanimage scanimage.o ../backend/.libs/libsane.so ../lib/liblib.a -ljpeg -lintl -lm -lcam -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib creating scanimage cc -c -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_GNU_SOURCE -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0 -O -pipe -W -Wall -DSCSIBUFFERSIZE=131072 xscanimage.c xscanimage.c:122: warning: missing initializer xscanimage.c:122: warning: (near initialization for `long_options[2].has_arg') xscanimage.c: In function `run': xscanimage.c:304: `SANE_GIMP_EXTENSION' undeclared (first use in this function) xscanimage.c:304: (Each undeclared identifier is reported only once xscanimage.c:304: for each function it appears in.) xscanimage.c:294: warning: unused parameter `nparams' xscanimage.c: In function `null_print_func': xscanimage.c:344: warning: unused parameter `msg' xscanimage.c: In function `update_preview': xscanimage.c:351: warning: unused parameter `dialog' xscanimage.c:351: warning: unused parameter `arg' xscanimage.c: In function `update_param': xscanimage.c:359: warning: unused parameter `arg' xscanimage.c: In function `quit_xscan': xscanimage.c:459: `SANE_GIMP_EXTENSION' undeclared (first use in this function) xscanimage.c: In function `scan_win_delete': xscanimage.c:468: warning: unused parameter `w' xscanimage.c:468: warning: unused parameter `data' xscanimage.c: In function `preview_window_destroyed': xscanimage.c:475: warning: unused parameter `widget' xscanimage.c: In function `scan_preview': xscanimage.c:483: warning: unused parameter `call_data' xscanimage.c: In function `input_available': xscanimage.c:548: warning: unused parameter `data' xscanimage.c:548: warning: unused parameter `source' xscanimage.c:548: warning: unused parameter `cond' xscanimage.c: In function `scan_start': xscanimage.c:806: `SANE_GIMP_EXTENSION' undeclared (first use in this function) xscanimage.c: In function `scan_dialog': xscanimage.c:961: warning: unused parameter `widget' xscanimage.c:961: warning: unused parameter `call_data' xscanimage.c: In function `files_exit_callback': xscanimage.c:1011: warning: unused parameter `widget' xscanimage.c:1011: warning: unused parameter `data' xscanimage.c: In function `pref_set_unit_callback': xscanimage.c:1037: warning: unused parameter `widget' xscanimage.c: In function `preview_options_ok_callback': xscanimage.c:1081: warning: unused parameter `widget' xscanimage.c: In function `preview_options_cancel_callback': xscanimage.c:1096: warning: unused parameter `widget' xscanimage.c: In function `preview_options_dialog': xscanimage.c:1104: warning: unused parameter `widget' xscanimage.c:1104: warning: unused parameter `data' xscanimage.c: In function `pref_device_save': xscanimage.c:1185: warning: unused parameter `widget' xscanimage.c:1185: warning: unused parameter `data' xscanimage.c: In function `pref_toggle_advanced': xscanimage.c:1225: warning: unused parameter `data' xscanimage.c: In function `pref_toggle_tooltips': xscanimage.c:1233: warning: unused parameter `data' xscanimage.c: In function `browse_filename_callback': xscanimage.c:1323: warning: unused parameter `widget' xscanimage.c:1323: warning: unused parameter `data' xscanimage.c: In function `filename_changed_callback': xscanimage.c:1343: warning: unused parameter `data' xscanimage.c: In function `select_device_callback': xscanimage.c:1509: warning: unused parameter `widget' gmake[1]: *** [xscanimage.o] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.0.2/frontend' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/graphics/sane. *** Error code 1 Stop in /usr/ports/graphics/sane. *** Error code 1 Stop in /usr/ports/graphics/sane. What can I do to get this working? thanks Brian, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 17: 0:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from 214.norrgarden.se (214.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 9E99E37B9CE for ; Mon, 15 May 2000 16:59:58 -0700 (PDT) (envelope-from cj@214.norrgarden.se) Received: (from cj@localhost) by 214.norrgarden.se (8.9.3/8.9.3) id BAA43704; Tue, 16 May 2000 01:59:53 +0200 (CEST) (envelope-from cj) Date: Tue, 16 May 2000 01:59:53 +0200 From: Carl Johan Madestrand To: freebsd-ports@freebsd.org Cc: qfreaki@home.com Subject: Re: apsfilter port - broken Message-ID: <20000516015953.A39195@214.norrgarden.se> References: <20000515171402.A27218@ol-arem.quedawg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000515171402.A27218@ol-arem.quedawg.com>; from qfreaki@home.com on Mon, May 15, 2000 at 05:14:02PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 05:14:02PM -0400, Mbwa wrote: > I get the following messages when trying to install the apsfilter port. I > did a cvsup of the ports today and still receive the same error message. > > ===> Extracting for ghostscript-6.01 > >> Checksum OK for ghostscript-6.01.tar.gz. > >> Checksum OK for ghostscript-fonts-std-6.0.tar.gz. > >> Checksum OK for ghostscript-fonts-other-6.0.tar.gz. > >> Checksum OK for gdevcd8.tar.gz. > >> Checksum OK for hpdj-2.6.tar.gz. > ===> ghostscript-6.01 depends on file: /nonexistent - not found > ===> Verifying extract for /nonexistent in /usr/ports/graphics/jpeg > -: You need to define PORTNAME and PORTVERSION instead of PKGNAME. > (This port is too old for your bsd.port.mk, please update it to match > your bsd.port.mk.) > *** Error code 1 > > Stop. > *** Error code 1 > > Stop in /usr/ports/print/ghostscript6. > *** Error code 1 > > Stop in /usr/ports/print/ghostscript6. > *** Error code 1 > > Stop in /usr/ports/print/ghostscript6. > *** Error code 1 > > Stop in /usr/ports/print/ghostscript6. > *** Error code 1 > > Stop in /usr/ports/print/ghostscript6. > *** Error code 1 > > Stop in /usr/ports/print/ghostscript6. > *** Error code 1 > > Stop in /usr/ports/print/ghostscript6. > *** Error code 1 > > Stop in /usr/ports/print/apsfilter. > *** Error code 1 > > Stop in /usr/ports/print/apsfilter. > *** Error code 1 > > Stop in /usr/ports/print/apsfilter. > > > It seems like something in the port is not specified correctly. > > Any idea when this will be fixed. > > thanks, > > Brian, > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message Did you cvsup ports-base too? It looks like your port tree is too old. -- - Carl Johan Madestrand - IRC: Lord_CJ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 17:21:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id D9EEA37B945 for ; Mon, 15 May 2000 17:21:46 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id TAA21231; Mon, 15 May 2000 19:21:39 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <00ee01bfbecc$b4e55f00$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Chris Dillon" , "Brandon Fosdick" Cc: References: Subject: Re: Cyrus Troubles Date: Mon, 15 May 2000 19:21:39 -0500 Organization: West Bend Internet 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.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Chris Dillon" > On Mon, 15 May 2000, Brandon Fosdick wrote: > > > Does anyone have Cyrus IMAP working on a 4.0-S box? I installed it from > > ports, changed the approriate lines in inet.conf, did a kill -HUP pid, > > and...nothing. I can't access the account. What am I forgetting? I've > > looked through the install instructions in /usr/local/share/docs/cyrus/ > > but didn't receive any more wisdom than i started out with. Trying the > > imtest thing listed in the install file gives me this: > > Not currently, runni9ng on 4.0, but I do have it running on 3.3-STABLE. $ imtest -m login -p imap localhost C: C01 CAPABILITY S: * OK spare.westbend.net Cyrus IMAP4 v1.6.22 server ready S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS X-NON-HIERARCHICAL-RENAME NO_ATOMIC_RENAME AUTH=DIGEST-MD5 AUTH=CRAM-MD 5 UNSELECT S: C01 OK Completed Password: The secret to getting SASL working is to create the sasldb.db file by using saslpasswd. NOTE: You must run the program as the cyrus user the first time, as the sasldb.db file needs to be owned by this user. $ ls -l /usr/local/etc/sasldb.db -rw------- 1 cyrus wheel 16384 Feb 14 23:38 sasldb.db In Cyrus.conf I have: cat /usr/local/lib/sasl/Cyrus.conf pwcheck_method:shadow and in imapd.conf I use: # If enabled, the partitions will also be hashed, in addition to the hashing # done on configuration directories. This is recommended if one partition has # a very bushy mailbox tree. # hashimapspool: true # The mechanism used by the server to verify plaintext passwords. Possible # values include "PAM", "kerberos_v4", "passwd", and "shadow" # sasl_pwcheck_method: pwcheck # If enabled, the SASL library will automatically create authentication # secrets when given a plaintext password. See the SASL documentation. # #sasl_auto_transition: no You'll also want to make sure that the pwcheck daemon is running. > I've gone thorough all of the Cyrus and SASL docs and played with > various configure options and so forth, without figuring it out. I'm > only testing things out here, but I'd like to eventually get it > running on a 3.4-STABLE box as well. > It took me a little while in getting it to work the first time. Had to dig thru the cyrus-info archive for others that were having the same problems. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 17:57:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id BF8F937B6A0; Mon, 15 May 2000 17:57:36 -0700 (PDT) To: ache@FreeBSD.ORG, ache@FreeBSD.ORG, ports@FreeBSD.ORG From: ache@FreeBSD.ORG Subject: Re: ports/5034 Message-Id: <20000516005736.BF8F937B6A0@hub.freebsd.org> Date: Mon, 15 May 2000 17:57:36 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: (tcsh) blocked write on named pipe sticks in uninterruptible sleep Responsible-Changed-From-To: ache->ports Responsible-Changed-By: ache Responsible-Changed-When: Mon May 15 17:56:51 PDT 2000 Responsible-Changed-Why: I am not maintainer of tcsh port anymore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 17:59: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 01AAF37B6A0; Mon, 15 May 2000 17:59:08 -0700 (PDT) To: ache@FreeBSD.ORG, ache@FreeBSD.ORG, ports@FreeBSD.ORG From: ache@FreeBSD.ORG Subject: Re: ports/6546 Message-Id: <20000516005908.01AAF37B6A0@hub.freebsd.org> Date: Mon, 15 May 2000 17:59:08 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3line ansi prompt in tcsh: cursor disappears, backspace behaves erratically Responsible-Changed-From-To: ache->ports Responsible-Changed-By: ache Responsible-Changed-When: Mon May 15 17:58:25 PDT 2000 Responsible-Changed-Why: I am not maintainer of tcsh port anymore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 18: 0:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id EC3CC37B627; Mon, 15 May 2000 18:00:26 -0700 (PDT) To: ache@FreeBSD.ORG, ache@FreeBSD.ORG, ports@FreeBSD.ORG From: ache@FreeBSD.ORG Subject: Re: ports/15326 Message-Id: <20000516010026.EC3CC37B627@hub.freebsd.org> Date: Mon, 15 May 2000 18:00:26 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcsh modification Responsible-Changed-From-To: ache->ports Responsible-Changed-By: ache Responsible-Changed-When: Mon May 15 18:00:03 PDT 2000 Responsible-Changed-Why: I am not maintainer of tcsh port anymore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 18:50: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47BCB37B5E4 for ; Mon, 15 May 2000 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA24299; Mon, 15 May 2000 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from doit.wsl.sinica.edu.tw (doit.wsl.sinica.edu.tw [140.109.7.80]) by hub.freebsd.org (Postfix) with ESMTP id E0BF937B5E4 for ; Mon, 15 May 2000 18:44:52 -0700 (PDT) (envelope-from ycheng@doit.wsl.sinica.edu.tw) Received: (from ycheng@localhost) by doit.wsl.sinica.edu.tw (8.9.3/8.9.3) id JAA04697; Tue, 16 May 2000 09:45:04 +0800 (CST) (envelope-from ycheng) Message-Id: <200005160145.JAA04697@doit.wsl.sinica.edu.tw> Date: Tue, 16 May 2000 09:45:04 +0800 (CST) From: ycheng@sinica.edu.tw Reply-To: ycheng@sinica.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18577: Upgrade to version 1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18577 >Category: ports >Synopsis: Upgrade to version 1.5 >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 May 15 18:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Unprivileged user >Release: FreeBSD 4.0-20000406-STABLE i386 >Organization: ASCC >Environment: >Description: upgrade to version 1.5 submit by tkato@prontomail.ne.jp and review by maintainer (me) >How-To-Repeat: >Fix: the following patch: diff -urN popt.orig/Makefile popt/Makefile --- popt.orig/Makefile Tue May 16 09:25:02 2000 +++ popt/Makefile Tue May 16 09:28:59 2000 @@ -6,28 +6,18 @@ # PORTNAME= popt -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= devel -MASTER_SITES= ftp://ftp.redhat.com/redhat/current/SRPMS/SRPMS/ \ - ftp://ftp.freesoftware.com/pub/linux/redhat/current/SRPMS/SRPMS/ -EXTRACT_SUFX= -1.src.rpm +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ MAINTAINER= ycheng@sinica.edu.tw -BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-shared +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" MAN3= popt.3 -MANCOMPRESSED= no - -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @${LOCALBASE}/bin/rpm2cpio ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR}; cpio -i) - @tar -xzf ${WRKDIR}/${DISTNAME}.tar.gz -C ${WRKDIR} .include diff -urN popt.orig/files/md5 popt/files/md5 --- popt.orig/files/md5 Tue May 16 09:25:02 2000 +++ popt/files/md5 Tue May 16 09:26:09 2000 @@ -1 +1 @@ -MD5 (popt-1.4-1.src.rpm) = a4a87c369b0d7aa7cfa5ee575efeccfd +MD5 (popt-1.5.tar.gz) = 13f88aa5db9fa21aa164afdec9c7cfea diff -urN popt.orig/patches/patch-aa popt/patches/patch-aa --- popt.orig/patches/patch-aa Thu Jan 1 08:00:00 1970 +++ popt/patches/patch-aa Tue May 16 09:31:05 2000 @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Thu Sep 30 06:12:45 1999 ++++ po/Makefile.in.in Tue May 9 21:18:58 2000 +@@ -18,7 +18,7 @@ + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +-datadir = $(prefix)/@DATADIRNAME@ ++datadir = @datadir@ + localedir = $(datadir)/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 19:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBF8F37B91C for ; Mon, 15 May 2000 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA27041; Mon, 15 May 2000 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6D24637BB83 for ; Mon, 15 May 2000 19:08:42 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id LAA85797; Tue, 16 May 2000 11:39:17 +0930 (CST) (envelope-from grog) Message-Id: <200005160209.LAA85797@wantadilla.lemis.com> Date: Tue, 16 May 2000 11:39:17 +0930 (CST) From: Greg Lehey Reply-To: grog@wantadilla.lemis.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18578: Build of ghostview fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18578 >Category: ports >Synopsis: Build of ghostview fails >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 May 15 19:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.0-CURRENT i386 >Organization: Greg Lehey LEMIS PO Box 460 Echunga SA 5153 Australia >Environment: Recent 5.0-CURRENT i386 >Description: A 'make install' of print/ghostview fails: cc -o ghostview -O2 -L/usr/X11R6/lib main.o misc.o callbacks.o actions.o dialogs.o Ghostview.o ps.o getenv.o setenv.o strcasecmp.o SelFile.o Dir.o Path.o Draw.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm -lxpg4 -Wl,-rpath,/usr/X11R6/lib /usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() make: don't know how to make ./config/util/rman. Stop *** Error code 2 >How-To-Repeat: cd /usr/ports/print/ghostview make clean make install >Fix: Not investigated >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 19:15: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from funkthat.com (adsl-63-195-54-213.dsl.snfc21.pacbell.net [63.195.54.213]) by hub.freebsd.org (Postfix) with ESMTP id 7FF4037B91E for ; Mon, 15 May 2000 19:15:04 -0700 (PDT) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by funkthat.com (8.9.3/8.8.7) id TAA19271; Mon, 15 May 2000 19:14:58 -0700 (PDT) Message-ID: <20000515191458.01908@hydrogen.funkthat.com> Date: Mon, 15 May 2000 19:14:58 -0700 From: John-Mark Gurney To: freebsd-ports@freebsd.org Subject: cscope port should be easy... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 3.4-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It's been a while since I've written a port, and don't know all the tricks that make it easy, but cscope should now be an easy port to do.. It is a project at source forge, and I have a patch at: http://people.freebsd.org/~jmg/cscope.patch that makes it build cleanly on FreeBSD... all the build needs is the patch applied, a ./configure run, and make, which I know is very easy to setup w/ a poart... so, if someone wants to write the port wrapping, I'll happily maintain/commit it... -- John-Mark Gurney Voice: +1 408 975 9651 Cu Networking "I say all sorts of useless things." -- cmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 19:15:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from has.twoteeth.net (has.twoteeth.net [204.19.191.253]) by hub.freebsd.org (Postfix) with SMTP id 9AECA37B970 for ; Mon, 15 May 2000 19:15:31 -0700 (PDT) (envelope-from alex@twoteeth.net) Received: (qmail 2788 invoked by alias); 16 May 2000 02:13:29 -0000 Received: from unknown (HELO twoteeth.net) (204.19.191.253) by has.twoteeth.net with SMTP; 16 May 2000 02:13:29 -0000 Message-ID: <3920AEC8.343E10E3@twoteeth.net> Date: Mon, 15 May 2000 22:13:28 -0400 From: Alex Root Organization: TwoTeeth X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: se@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: mkmf-4.11 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org a little problem Hi I've installed gmake and i installed it over make (cp gmake make) now I cant compile anything at all. Since you make mkfm which utilises make, do you think you can tell me in what package the "make" command can be found ? or in what port ? I'm running FreeBSD 3.4-RELEASE in desperate need of help. Thank you Regards, Alex. W. http://www.twoteeth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 19:40: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA1F437B59C for ; Mon, 15 May 2000 19:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA30510; Mon, 15 May 2000 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mental.oneinsane.net (mental.oneinsane.net [207.113.133.235]) by hub.freebsd.org (Postfix) with ESMTP id AE2F637BABD for ; Mon, 15 May 2000 19:31:04 -0700 (PDT) (envelope-from root@mental.oneinsane.net) Received: (from root@localhost) by mental.oneinsane.net (8.9.3/8.9.3) id TAA23603; Mon, 15 May 2000 19:31:00 -0700 (PDT) (envelope-from root) Message-Id: <200005160231.TAA23603@mental.oneinsane.net> Date: Mon, 15 May 2000 19:31:00 -0700 (PDT) From: insane@lunatic.oneinsane.net Reply-To: insane@lunatic.oneinsane.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18579: ghostscript5 sets basd link Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18579 >Category: ports >Synopsis: Try building ghostscript5 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 15 19:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ron Rosson >Release: FreeBSD 4.0-RELEASE i386 >Organization: OneInsane Network >Environment: FreeBSD 4.0-RELEASE with a ports tree cvsup'd today 5/15/2000 >Description: Port fails to build because of bad symbolic link >How-To-Repeat: make the port >Fix: --- Makefile Mon May 15 19:16:24 2000 +++ Makefile.orig Mon May 15 19:14:25 2000 @@ -36,7 +36,7 @@ post-extract: ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.6 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.5 ${WRKSRC}/libpng # additional PCL3 driver @${TAR} -xf ${WRKDIR}/hpdj-2.6/hpdj.tar -C ${WRKSRC} @${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 19:50: 4 2000 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 4CD8437B92B for ; Mon, 15 May 2000 19:49:56 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by po4.glue.umd.edu (8.9.3/8.9.3) with ESMTP id WAA09638; Mon, 15 May 2000 22:49:51 -0400 (EDT) Message-ID: <3920B74C.1C658583@glue.umd.edu> Date: Mon, 15 May 2000 22:49:48 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Scot W. Hetzel" Cc: Chris Dillon , ports@FreeBSD.ORG, Patrick Bihan-Faou Subject: Re: Cyrus Troubles References: <00ee01bfbecc$b4e55f00$8dfee0d1@westbend.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here's what I've done so far... 1. Install the port 2. edit inetd.conf 3. Add sasl_pwcheck_method: pwcheck sasl_pwcheck_option: pwcheck to /usr/local/etc/imapd.conf. 4. I ran /usr/local/sbin/saslpasswd as root (since it wouldnt run as cyrus) which created the file /usr/local/etc/sasldb.db even though it said there was a "generic failure". Then I changed the file's owner to cyrus. 5. Run pwcheck &. Then I see that the port installed /usr/local/etc/rc.d/pwcheck.sh, which was nice of it. 6. Run imtest -m login -p imap localhost which yields: C: C01 CAPABILITY S: * OK 63-216-196-27.sdsl.cais.net Cyrus IMAP4 v1.6.22 server ready S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS X-NON-HIERARCHICAL-RENAME NO_ATOMIC_RENAME AUTH=DIGEST-MD5 AUTH=CRAM-MD5 UNSELECT S: C01 OK Completed Password: + go ahead L01 OK User logged in Authenticated. Security strength factor: 0 . logout * BYE LOGOUT received . OK Completed Connection closed. 7. Then I took the cyrusproto.mc file and the genericbsd4.4.mc file and made a new .mc file -> new /etc/mail/sendmail.cf. Then I restarted sendmail. So that much works now. I can even log into my account with netscape. But it doesn't show any folders (not even inbox), I can't create any folders (with netscape or cyradm), 111 10:46pm/usr/local/lib/sasl>cyradm localhost Please enter your password: localhost> cm user.bfoz command failed: Permission denied and when I try to send mail to myself I have no idea where it goes. I also tried all of the above with pwcheck_method:shadow in /usr/local/lib/sasl/Cyrus.conf. Still no good. Any ideas? Thanks, Brandon -- bfoz@glue.umd.edu "Lead, follow, or get run over" "In life there are those who steer, and those who push" "I'm not impatient, the world is too slow" "Life is short, so have fun, play hard, and leave a good looking corpse" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1A1D37B9E0 for ; Mon, 15 May 2000 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA34339; Mon, 15 May 2000 20:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hunahpu.sics.se (hunahpu.sics.se [193.10.66.220]) by hub.freebsd.org (Postfix) with ESMTP id 68CBF37B792 for ; Mon, 15 May 2000 20:06:12 -0700 (PDT) (envelope-from root@hunahpu.sics.se) Received: (from root@localhost) by hunahpu.sics.se (8.9.3/8.9.3) id FAA32519; Tue, 16 May 2000 05:06:34 +0200 (CEST) (envelope-from root) Message-Id: <200005160306.FAA32519@hunahpu.sics.se> Date: Tue, 16 May 2000 05:06:34 +0200 (CEST) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@stacken.kth.se X-Send-Pr-Version: 3.2 Subject: ports/18580: update arla port to 0.33.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18580 >Category: ports >Synopsis: update arla port to 0.33.1 >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 May 15 20:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 5.0-CURRENT i386 >Organization: Arla inc >Environment: >Description: Update to arla port to 0.33.1 >How-To-Repeat: >Fix: diff -N -ruw -x *~ arla/Makefile arla.new/Makefile --- arla/Makefile Mon Apr 17 03:11:19 2000 +++ arla.new/Makefile Tue May 16 04:40:36 2000 @@ -6,7 +6,7 @@ # PORTNAME= arla -PORTVERSION= 0.32 +PORTVERSION= 0.33.1 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ diff -N -ruw -x *~ arla/files/md5 arla.new/files/md5 --- arla/files/md5 Mon Apr 17 03:11:21 2000 +++ arla.new/files/md5 Tue May 16 04:58:08 2000 @@ -1,2 +1 @@ -MD5 (arla-0.31.tar.gz) = a29b1c2815246cf98317af466ac19f3a -MD5 (arla-0.32.tar.gz) = ece2d60625c41d6d95a759a9173fd92f +MD5 (arla-0.33.1.tar.gz) = 361641b00e9ff19e08a322cdb6296878 diff -N -ruw -x *~ arla/patches/patch-ag arla.new/patches/patch-ag --- arla/patches/patch-ag Sat Mar 4 23:05:18 2000 +++ arla.new/patches/patch-ag Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- configure.orig Sat Mar 4 10:54:31 2000 -+++ configure Sat Mar 4 10:54:53 2000 -@@ -3337,7 +3337,7 @@ - if test "X$i" != "X"; then - LIBS="$LIBS -L$i" - fi --LIBS="$LIBS -lkrb -ldes" -+LIBS="$LIBS -lkrb -ldes -lcom_err" - cat > conftest.$ac_ext <&6 - ;; --freebsd[34]*) -- echo "$ac_t""FreeBSD [34].x" 1>&6 -+freebsd[345]*) -+ echo "$ac_t""FreeBSD [345].x" 1>&6 - KERNEL_INCLUDE=-I`(cd $srcdir; pwd)`/xfs/bsd - KERNEL_SRCS='bsd-subr.c' - KERNEL_HDRS='' -@@ -2975,7 +2975,7 @@ - echo $ac_n "checking for kld""... $ac_c" 1>&6 - echo "configure:2977: checking for kld" >&5 - case "$target_os" in -- freebsd4*) -+ freebsd[45]*) - if test "X$kld" = "X"; then - kld="yes"; - fi diff -N -ruw -x *~ arla/pkg/DESCR arla.new/pkg/DESCR --- arla/pkg/DESCR Sat Mar 4 23:05:19 2000 +++ arla.new/pkg/DESCR Tue May 16 04:40:55 2000 @@ -4,7 +4,7 @@ capabilities of commercial AFS. Other planned and implemented things are all the normal management tools and a server. -Version 0.31 status: +Version 0.33.1 status: * Read/write support * Authentication (with kth-krb4) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:11:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E03B437B792; Mon, 15 May 2000 20:11:41 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA34627; Mon, 15 May 2000 20:11:42 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 15 May 2000 20:11:42 -0700 (PDT) From: Message-Id: <200005160311.UAA34627@freefall.freebsd.org> To: billf@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/5034 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: (tcsh) blocked write on named pipe sticks in uninterruptible sleep Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Mon May 15 20:11:20 PDT 2000 Responsible-Changed-Why: that's "freebsd-ports" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:11:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E03B437B792; Mon, 15 May 2000 20:11:41 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA34627; Mon, 15 May 2000 20:11:42 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 15 May 2000 20:11:42 -0700 (PDT) From: Message-Id: <200005160311.UAA34627@freefall.freebsd.org> To: billf@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/5034 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: (tcsh) blocked write on named pipe sticks in uninterruptible sleep Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Mon May 15 20:11:20 PDT 2000 Responsible-Changed-Why: that's "freebsd-ports" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:11:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 542EC37B9B2; Mon, 15 May 2000 20:11:55 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA34696; Mon, 15 May 2000 20:11:55 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Mon, 15 May 2000 20:11:55 -0700 (PDT) From: Message-Id: <200005160311.UAA34696@freefall.freebsd.org> To: patseal@hyperhost.net, hoek@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18539 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: boxes port bugfix State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Mon May 15 20:10:43 PDT 2000 State-Changed-Why: Patch applied, thanks. Please note that I also rewrote pkg/COMMENT to conform to our pkg/COMMENT rules. The COMMENT should not begin with ${PKGNAME}. Cool program. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:12:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E32A237B9E0; Mon, 15 May 2000 20:12:27 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA34790; Mon, 15 May 2000 20:12:22 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 15 May 2000 20:12:22 -0700 (PDT) From: Message-Id: <200005160312.UAA34790@freefall.freebsd.org> To: billf@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6546 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3line ansi prompt in tcsh: cursor disappears, backspace behaves erratically Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Mon May 15 20:11:50 PDT 2000 Responsible-Changed-Why: "freebsd-ports" is the proper way to reassign back to general ports PRs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:12:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E32A237B9E0; Mon, 15 May 2000 20:12:27 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA34790; Mon, 15 May 2000 20:12:22 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 15 May 2000 20:12:22 -0700 (PDT) From: Message-Id: <200005160312.UAA34790@freefall.freebsd.org> To: billf@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6546 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3line ansi prompt in tcsh: cursor disappears, backspace behaves erratically Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Mon May 15 20:11:50 PDT 2000 Responsible-Changed-Why: "freebsd-ports" is the proper way to reassign back to general ports PRs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:12:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 270C737BA80; Mon, 15 May 2000 20:12:46 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA34903; Mon, 15 May 2000 20:12:46 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 15 May 2000 20:12:46 -0700 (PDT) From: Message-Id: <200005160312.UAA34903@freefall.freebsd.org> To: billf@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15326 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcsh modification Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Mon May 15 20:12:29 PDT 2000 Responsible-Changed-Why: "freebsd-ports" is the proper way to reassign back to general ports PRs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:12:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 270C737BA80; Mon, 15 May 2000 20:12:46 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA34903; Mon, 15 May 2000 20:12:46 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 15 May 2000 20:12:46 -0700 (PDT) From: Message-Id: <200005160312.UAA34903@freefall.freebsd.org> To: billf@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15326 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcsh modification Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Mon May 15 20:12:29 PDT 2000 Responsible-Changed-Why: "freebsd-ports" is the proper way to reassign back to general ports PRs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:41:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.millennium20.com (smtp.thecyberguys.net [209.79.190.13]) by hub.freebsd.org (Postfix) with ESMTP id 5E96F37B732; Mon, 15 May 2000 20:41:39 -0700 (PDT) (envelope-from glennpj@bayouhome.net) Received: from gforce.johnson.home (1Cust173.tnt2.covington.la.da.uu.net [63.31.31.173]) by smtp.millennium20.com (8.10.0/8.10.0) with SMTP id e4G2cv317479; Mon, 15 May 2000 19:39:01 -0700 Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id WAA11127; Mon, 15 May 2000 22:41:28 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Mon, 15 May 2000 22:41:04 -0500 To: andreas@FreeBSD.org Cc: ports@FreeBSD.org Subject: apsfilter 5.4.2 does not work with 'raw' print queue Message-ID: <20000515224104.A11019@gforce.johnson.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just installed apsfilter 5.4.2 and now cannot print from Windows machines via the raw print queue. Windows is apparently sending the print job as there is a connection to the raw service for several minutes. Here is the tail end of the samba log file [2000/05/15 22:11:26, 1] smbd/service.c:make_connection(535) puter (192.168.1.2) connect to service raw as user glenn (uid=1000, gid=1000) (pid 1154) [2000/05/15 22:14:10, 1] smbd/service.c:close_cnum(568) puter (192.168.1.2) closed connection to service raw In this particular case it was just a one line test print job so that is a really long connection time. There was no output from the printer and nothing went into the spool file. I noticed this breakage on a machine at work so on my home system I sent a test print job with apsfilter 5.3.3 installed and printing worked fine. I then pkg_deleted that and installed apsfilter 5.4.2 and then I could not print from windows. I have not done a send-pr yet because I do not know what the problem is but I wanted to make you aware of it and thought you might have a better idea. Thanks. -- Glenn Johnson glennpj@bayouhome.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 20:42:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id C2CC137BA07; Mon, 15 May 2000 20:42:52 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (04-076.dial.008.popsite.net [209.69.197.76]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id UAA81575; Mon, 15 May 2000 20:42:45 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 96AA7194D; Mon, 15 May 2000 23:42:30 -0400 (EDT) Date: Mon, 15 May 2000 23:42:30 -0400 From: Will Andrews To: Will Andrews Cc: FreeBSD Ports , Satoshi Asami Subject: Re: **HEADS UP** KDE2 -> ports tree Message-ID: <20000515234230.A98535@argon.blackdawn.com> References: <20000515010219.B53719@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000515010219.B53719@argon.blackdawn.com>; from andrews@TECHNOLOGIST.COM on Mon, May 15, 2000 at 01:02:19AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 01:02:19AM -0400, Will Andrews wrote: > Within 24 hours, I will be doing the initial import of KDE2 to our beloved > ports collection. This includes the following: Unfortunately, it seems this will have to wait at least another 12-24 hours due to the cvsmeisters being lazy and not repo-copying the necessary ports. :P satoshi! wake up! ;-) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 21: 3:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 67ED837BA21; Mon, 15 May 2000 21:03:52 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id AAA68120; Tue, 16 May 2000 00:02:01 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Tue, 16 May 2000 00:01:59 -0400 (EDT) From: Chuck Robey To: Alex Root Cc: se@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: mkmf-4.11 In-Reply-To: <3920AEC8.343E10E3@twoteeth.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, Alex Root wrote: > a little problem > Hi > I've installed gmake and i installed it over make (cp gmake make) > now I cant compile anything at all. > Since you make mkfm which utilises make, do you think you can tell me > in what package the "make" command can be found ? > or in what port ? > I'm running FreeBSD 3.4-RELEASE > in desperate need of help. > Thank you That was a pretty major mistake. FreeBSD's make is the BSD 4.4 make. The GNU make has many major differences, including a lot of thing I personally think they made different just because they could. I always get steamed at folks who toss in incompatibilities for no good reason. Nothing will work until you replace the make. You're running 3.4? Mail me at work tomorrow, at chuckr@torrentnet.com, I have a 3.4 machine there, I'll mail you back the original 3.4 make. Let the port do what it wants to do, which is to install the GNU make as gmake. Tip? Next time you feel like experimenting and replacing some part of the main system, rename the original file as file.orig, so if it breaks things, you can fix it. > > Regards, > Alex. W. > http://www.twoteeth.net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 22: 4: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 49E4D37B609 for ; Mon, 15 May 2000 22:03:58 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id AAA24076; Tue, 16 May 2000 00:03:49 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <000001bfbef4$1fd7d780$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Brandon Fosdick" Cc: "Chris Dillon" , , "Patrick Bihan-Faou" References: <00ee01bfbecc$b4e55f00$8dfee0d1@westbend.net> <3920B74C.1C658583@glue.umd.edu> Subject: Re: Cyrus Troubles Date: Mon, 15 May 2000 22:59:46 -0500 Organization: West Bend Internet 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.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Brandon Fosdick" > 4. I ran /usr/local/sbin/saslpasswd as root (since it wouldnt run as cyrus) > So that much works now. I can even log into my account with netscape. But it > doesn't show any folders (not even inbox), I can't create any folders (with > netscape or cyradm), > You need to create the inboxes on the IMAP server for each user with cyradm using an administrative user as specified in /usr/local/etc/imapd.conf. > 111 10:46pm/usr/local/lib/sasl>cyradm localhost > Please enter your password: > localhost> cm user.bfoz > command failed: Permission denied > Did you create an administrator user for cyrus-imapd in your passwd file? Did you add that admin user to the /usr/local/etc/imapd.conf: : # The list of userids with administrative rights. Separate each userid # with a space. We recommend that administrator userids be separate from # standard userids. Sites using Kerberos authentication may use separate # "admin" instances. # admins: cyadmin : : After you do this, then you login as the administrator to create the mailboxes. $ cyradm -u cyadmin localhost Please enter your password: localhost> cm user.bfoz localhost> sam user.bfoz cyadmin d NOTE: always give the admin user the delete (d) rights to a mailbox so that he can remove the mailbox when necessary. > and when I try to send mail to myself I have no idea where it goes. > You have no defered / error message in the sendmail log. > I also tried all of the above with pwcheck_method:shadow in > /usr/local/lib/sasl/Cyrus.conf. Still no good. > I believe the cyrus-imap server doesn't even use this file. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 22:10:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC4A237BA29 for ; Mon, 15 May 2000 22:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA49836; Mon, 15 May 2000 22:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jimex.jinr.ru (jimex.jinr.ru [159.93.17.7]) by hub.freebsd.org (Postfix) with ESMTP id 91B5437B5B6 for ; Mon, 15 May 2000 22:09:24 -0700 (PDT) (envelope-from isupov@moonhe.jinr.ru) Received: from moonhe.jinr.ru (isupov@moonhe.jinr.ru [159.93.18.27]) by jimex.jinr.ru (8.8.8/8.8.4) with ESMTP id JAA02583 for ; Tue, 16 May 2000 09:09:21 +0400 (MSD) Received: (from isupov@localhost) by moonhe.jinr.ru (8.9.3/8.9.3) id JAA39185; Tue, 16 May 2000 09:10:13 +0400 (MSD) (envelope-from isupov) Message-Id: <200005160510.JAA39185@moonhe.jinr.ru> Date: Tue, 16 May 2000 09:10:13 +0400 (MSD) From: isupov@moonhe.jinr.ru Reply-To: isupov@moonhe.jinr.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18582: joe can't read @7 termcap capability and case insensitive search doesn't work for non-C localizations Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18582 >Category: ports >Synopsis: joe can't read @7 termcap capability and case insensitive search doesn't work for non-C localizations >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 22:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Isupov A.Yu. >Release: FreeBSD 3.4-RELEASE i386 >Organization: JINR, LHE >Environment: ports collection of FreeBSD 3.4-RELEASE i386, /usr/ports/editors/joe >Description: 1) joe can't read @7 termcap capability (used in cons25w entry). 2) case insensitive search doesn't work for non-C localizations. Proposed two refinements, respectively: 1) joe's termcap.c changed to permit it read termcap capabilities with names, beginning from '@' and '#', and 'eol .@7' entry added to all joe's configuration files. 2) in the zstr.c, zstr.h two tables for upper and lower case of characters are added, both initialized in the main.c by localized functions toupper() and tolower(), and functions toup() and todn() are changed to use such tables. >How-To-Repeat: 1) key doesn't work in joe with TERM=cons25r (system termcap). 2) Try to use joe's search in some localized environment. >Fix: 1) (file /usr/ports/editors/joe/patches/patch-af, diff -c output) : ------------------cut here------------------- *** termcap.c.orig Mon Jan 23 12:07:10 1995 --- termcap.c Sun May 14 14:58:14 2000 *************** *** 275,281 **** *pp++=0; loop1: if(pp[0]==' ' || pp[0]=='\t') goto loop; ! for(q=0;pp[q] && pp[q]!='#' && pp[q]!='=' && pp[q]!='@' && pp[q]!=':';++q); qq=pp; c=pp[q]; pp[q]=0; if(c) pp+=q+1; --- 275,281 ---- *pp++=0; loop1: if(pp[0]==' ' || pp[0]=='\t') goto loop; ! for(q=0;pp[q] && pp[q]!='=' && (pp[q]!='#' && pp[q]!='@' || !q) && pp[q]!=':';++q); qq=pp; c=pp[q]; pp[q]=0; if(c) pp+=q+1; *** .jmacsrc.orig Mon Jan 23 06:45:11 1995 --- .jmacsrc Sun May 14 15:44:38 2000 *************** *** 393,398 **** --- 393,399 ---- edit ^X ^F Edit a file: creates orphaned buffers eof ^[ > Go to end of file eol .kH Go to end of line + eol .@7 eol ^E eop ^[ n (uemacs) execmd ^[ x *** .joerc.orig Sun Jan 8 19:04:50 1995 --- .joerc Sun May 14 15:45:15 2000 *************** *** 477,482 **** --- 477,483 ---- eof ^K ^V eof ^K v eol .kH Go to end of line + eol .@7 eol ^E exsave ^K X Save and exit exsave ^K ^X *** .jpicorc.orig Sat Jan 14 19:34:06 1995 --- .jpicorc Sun May 14 15:45:43 2000 *************** *** 372,377 **** --- 372,378 ---- eof ^[ ^V eof ^[ v eol .kH Go to end of line + eol .@7 eol ^E execmd ^[ X Prompt for command to execute execmd ^[ ^X Prompt for command to execute *** .jstarrc.orig Sun Jan 8 19:04:39 1995 --- .jstarrc Sun May 14 15:46:34 2000 *************** *** 403,408 **** --- 403,409 ---- eof ^Q ^C eof ^Q c eol .kH Go to end of line + eol .@7 eol ^Q D eol ^Q ^D eol ^Q d *** .rjoerc.orig Sun Jan 8 19:06:00 1995 --- .rjoerc Sun May 14 15:47:08 2000 *************** *** 457,462 **** --- 457,463 ---- eof ^K ^V eof ^K v eol .kH Go to end of line + eol .@7 eol ^E exsave ^K X Save and exit exsave ^K ^X *** jmacsrc.orig Mon Jan 23 06:45:11 1995 --- jmacsrc Mon May 15 11:51:33 2000 *************** *** 393,398 **** --- 393,399 ---- edit ^X ^F Edit a file: creates orphaned buffers eof ^[ > Go to end of file eol .kH Go to end of line + eol .@7 eol ^E eop ^[ n (uemacs) execmd ^[ x *** joerc.orig Sun Jan 8 19:04:50 1995 --- joerc Mon May 15 11:51:59 2000 *************** *** 477,482 **** --- 477,483 ---- eof ^K ^V eof ^K v eol .kH Go to end of line + eol .@7 eol ^E exsave ^K X Save and exit exsave ^K ^X *** jpicorc.orig Sat Jan 14 19:34:06 1995 --- jpicorc Mon May 15 11:52:21 2000 *************** *** 372,377 **** --- 372,378 ---- eof ^[ ^V eof ^[ v eol .kH Go to end of line + eol .@7 eol ^E execmd ^[ X Prompt for command to execute execmd ^[ ^X Prompt for command to execute *** jstarrc.orig Sun Jan 8 19:04:39 1995 --- jstarrc Mon May 15 11:52:45 2000 *************** *** 403,408 **** --- 403,409 ---- eof ^Q ^C eof ^Q c eol .kH Go to end of line + eol .@7 eol ^Q D eol ^Q ^D eol ^Q d *** rjoerc.orig Sun Jan 8 19:06:00 1995 --- rjoerc Mon May 15 11:53:10 2000 *************** *** 457,462 **** --- 457,463 ---- eof ^K ^V eof ^K v eol .kH Go to end of line + eol .@7 eol ^E exsave ^K X Save and exit exsave ^K ^X ------------------end of cut------------------- 2) (file /usr/ports/editors/joe/patches/patch-ae, diff -c output) : ------------------cut here------------------- *** main.c.orig Tue Oct 15 16:54:32 1996 --- main.c Fri May 12 15:32:00 2000 *************** *** 21,26 **** --- 21,27 ---- #ifdef __FreeBSD__ #include #include + #include "zstr.h" #endif #include "config.h" #include "w.h" *************** *** 202,207 **** --- 203,215 ---- xlata[c]=a; if(isprint(c)) xlatc[c]=c; + _ctaB[c]=_ctaB[c] & !(_upp|_low); + if(isupper(c)) + _ctaB[c]|=_upp; + if(islower(c)) + _ctaB[c]|=_low; + _toup[c]=toupper(c); + _todn[c]=tolower(c); } #endif *** zstr.c.orig Mon Jan 16 21:02:47 1995 --- zstr.c Fri May 12 15:15:13 2000 *************** *** 42,49 **** --- 42,57 ---- 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }; + #ifdef __FreeBSD__ + unsigned char _toup[256]; + unsigned char _todn[256]; + int toup(a) { return _toup[(unsigned char)a]; } + int todn(a) { return _todn[(unsigned char)a]; } + #else int toup(a) { return clower(a) ? a+'A'-'a' : a; } int todn(a) { return cupper(a) ? a+'a'-'A' : a; } + #endif + unsigned Umin(a,b) unsigned a,b; { return ab?a:b; } int Imin(a,b) { return aRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 22:10:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFD6537BA16 for ; Mon, 15 May 2000 22:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA49827; Mon, 15 May 2000 22:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from wbiw01.westbend.net (wbiw01.westbend.net [209.224.254.246]) by hub.freebsd.org (Postfix) with ESMTP id 1678637B5B6 for ; Mon, 15 May 2000 22:02:16 -0700 (PDT) (envelope-from hetzels@wbiw01.westbend.net) Received: (from root@localhost) by wbiw01.westbend.net (8.9.3/8.9.3) id AAA83134; Tue, 16 May 2000 00:03:18 -0500 (CDT) (envelope-from hetzels) Message-Id: <200005160503.AAA83134@wbiw01.westbend.net> Date: Tue, 16 May 2000 00:03:18 -0500 (CDT) From: hetzels@westbend.net Reply-To: hetzels@westbend.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18581: apache13-fp: change to FreeBSD FP4.0 Exts. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18581 >Category: ports >Synopsis: Change FP Exts from BSDI to FreeBSD >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 22:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 4.0-20000307-CURRENT i386 >Organization: West Bend Internet >Environment: >Description: patch-fa doesn't patch change_server.sh file due it has been changed. Microsoft has released a new version of the FP4.0 extentions. Along with this release, they now support FrontPage Exts on FreeBSD (3.3-RELEASE). fpsrvadm.exe is no longer compiled static with libdescrypt. This was the only file that required the server to be built with libdescrypt. Unfortuately, when I changed my links to libscrypt, fpsrvadm.exe created bad MD5 passwords. Using htpasswd on the _vti_pvt/service.pwd file and entering a new password, allowed the FP Client to log into the server. ldd fpsrvadm.exe libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28223000) libg++.so.4 => /usr/lib/compat/libg++.so.4 (0x28225000) libstdc++.so.2 => /usr/lib/compat/libstdc++.so.2 (0x28262000) libm.so.2 => /usr/lib/libm.so.2 (0x28299000) libc.so.3 => /usr/lib/compat/libc.so.3 (0x282b4000) ldd htpasswd libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28069000) libc.so.4 => /usr/lib/libc.so.4 (0x2806b000) fpsrvadm.exe does create the correct DES passwords, when libcrypt -> libdescrypt. Due to this problem, apache13-fp still requires libcrypt -> libdescrypt. >How-To-Repeat: >Fix: Changed Files: Makefile files/md5 patches/patch-fa patches/patch-fb pkg/PLIST diff -ruN apache13-fp.orig/Makefile apache13-fp/Makefile --- apache13-fp.orig/Makefile Sun Apr 9 19:04:19 2000 +++ apache13-fp/Makefile Mon May 15 23:24:18 2000 @@ -36,7 +36,7 @@ #PATCHFILES= APACHE= ${DISTNAME}${EXTRACT_SUFX} -FRONTPAGE= fp40.bsdi.tar.Z +FRONTPAGE= fp40.freebsd.tar.z EXTRACT_ONLY= ${APACHE} diff -ruN apache13-fp.orig/files/md5 apache13-fp/files/md5 --- apache13-fp.orig/files/md5 Wed Mar 1 00:25:05 2000 +++ apache13-fp/files/md5 Mon May 15 20:45:25 2000 @@ -1,5 +1,4 @@ MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 -MD5 (fp40.bsdi.tar.Z) = 2fb460f64fe1853eb791654851be208b +MD5 (fp40.freebsd.tar.z) = 1a4ff48973347a1d2e6036fb02b9d798 MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 MD5 (fplogo.gif) = db0fd186b50fde14ff2ec638382a85e6 -MD5 (apache_1.3.11_css_patch.txt) = 71e31be23012752ffd898f6345c344be diff -ruN apache13-fp.orig/patches/patch-fa apache13-fp/patches/patch-fa --- apache13-fp.orig/patches/patch-fa Wed Mar 1 00:25:09 2000 +++ apache13-fp/patches/patch-fa Mon May 15 21:22:34 2000 @@ -1,35 +1,26 @@ ---- frontpage/version4.0/change_server.sh.orig Mon May 24 13:27:07 1999 -+++ frontpage/version4.0/change_server.sh Thu Feb 24 20:39:30 2000 -@@ -38,9 +38,11 @@ +--- frontpage/version4.0/change_server.sh.orig Mon May 1 11:03:32 2000 ++++ frontpage/version4.0/change_server.sh Mon May 15 21:21:29 2000 +@@ -38,9 +38,12 @@ { VERSION="4.0" PATH=".:/bin:/usr/bin:/sbin:/usr/sbin:/usr/ucb:/etc:/usr/bsd" - NEWHTTPDNEW="/usr/local/frontpage/version${VERSION}/apache-fp/httpd" - NEWHTTPDCOMPAT="/usr/local/frontpage/version${VERSION}/apache-fp/httpd.Compat" - DEFAULTHTTPD="/usr/local/apache/sbin/httpd" -+ NEWHTTPDNEW="PREFIX/sbin/httpd" ++ AP_TARGET=`PREFIX/sbin/apxs -q TARGET` ++ NEWHTTPDNEW="PREFIX/sbin/${AP_TARGET}" + NEWMODFPNEW="PREFIX/libexec/apache/mod_frontpage.so" + NEWHTTPDCOMPAT="${NEWHTTPDNEW}" + NEWMODFPCOMAPT="${NEWMODFPNEW}" -+ DEFAULTHTTPD="PREFIX/sbin/httpd" ++ DEFAULTHTTPD="PREFIX/sbin/${AP_TARGET}" case "`echo 'x\c'`" in 'x\c') echo="echo -n" nnl= ;; #BSD -@@ -60,6 +62,9 @@ - IRIX*) machine="sgi" ;; - SunOS*5.*sun4*) machine="solaris" ;; - SunOS*5.*i386*) machine="solarisx86" ;; -+ FreeBSD* | \ -+ NetBSD* | \ -+ OpenBSD* | \ - BSD/OS*) machine="bsdi" ;; - SCO_SV*) machine="sco5" ;; - UnixWare\ *\ *\ 7*\ i*) machine="uware7" ;; -@@ -214,6 +219,20 @@ +@@ -217,8 +220,22 @@ clear -+ if ($strings $httpdfile | $fgrep "etc/apache/httpd.conf" > /dev/null) ++ if ($strings $httpdfile | $fgrep "etc/apache/${AP_TARGET}.conf" > /dev/null) + then + NEWHTTPD=$NEWHTTPDNEW + NEWMODFP=$NEWMODFPNEW @@ -44,9 +35,12 @@ + sed -e 's%^.*FrontPage/\([0-9\.]*\).*%\1%' | tail -1` + else - if ($strings $httpdfile | $fgrep "etc/httpd.conf" > /dev/null) +- if ($strings $httpdfile | $fgrep "etc/httpd.conf" > /dev/null) ++ if ($strings $httpdfile | $fgrep "etc/${AP_TARGET}.conf" > /dev/null) then -@@ -232,7 +251,8 @@ + NEWHTTPD=$NEWHTTPDNEW + echo "Selected server uses NEW directory structure:" +@@ -235,7 +252,8 @@ sourceVersionNumber=`$NEWHTTPD -v | sed 's%^.*Apache/\([0-9\.]*\).*%\1%' | head -1` sourceFPVersionNumber=`$strings $NEWHTTPD | $fgrep "FrontPage/" 2> /dev/null | sed -e ' s%^.*FrontPage/\([0-9\.]*\).*%\1%' | tail -1` @@ -56,135 +50,3 @@ echo echo "Currently running Apache/${targetVersionNumber} FrontPage/${nnl}" if [ "${targetFPVersionNumber}" = "" ] -@@ -496,10 +516,19 @@ - *pache*) getHttpDirective $configfile AccessConfig $port - if [ "$param" != "" ] - then -- file=`basename $param` -- accessconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ accessconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- accessconffile="${configfiledir}access.conf" -+ accessconffile="${configfiledir}conf/access.conf" -+ if [ ! -f "$accessconffile" ] -+ then -+ configError2 -+ fi - fi - - if [ ! -f "$accessconffile" ] -@@ -1061,10 +1090,19 @@ - getHttpDirective $configfile ResourceConfig $port - if [ "$param" != "" ] - then -- file=`basename $param` -- resconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- resconffile="${configfiledir}srm.conf" -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f "$resconffile" ] -+ then -+ configError2 -+ fi - fi - echo "Getting DocumentRoot from $resconffile." - getparam DocumentRoot $resconffile -@@ -1081,10 +1119,19 @@ - resconffile=$param - if [ "$param" != "" ] - then -- file=`basename $param` -- resconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- resconffile="${configfiledir}srm.conf" -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f "$resconffile" ] -+ then -+ configError2 -+ fi - fi - echo "Getting UserDir from $resconffile." - getparam UserDir $resconffile -@@ -1108,10 +1155,19 @@ - *) getHttpDirective $configfile ResourceConfig $port - if [ "$param" != "" ] - then -- file=`basename $param` -- resconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- resconffile="${configfiledir}srm.conf" -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f "$resconffile" ] -+ then -+ configError2 -+ fi - fi - - if [ ! -f "$resconffile" ] -@@ -1253,6 +1309,39 @@ - getHttpRootDirective $configfile $directive - fi - -+} -+ -+configError() -+{ -+ echo -+ echo "ERROR: ${configfile} invalid format" -+ echo "Change ${configfile} as follows:" -+ echo -+ echo " ResourceConfig ${configfile}" -+ echo " AccessConfig ${configfile}" -+ echo -+ $echo "hit enter to continue${nnl}" -+ read continue -+ echo "Ouch!!!!!!!!!!!!! Not so hard, gently please" -+ echo -+ exit 1 -+} -+ -+configError2() -+{ -+ echo -+ echo "ERROR: ${configfile} invalid" -+ echo -+ echo "Change ${configfile} as follows:" -+ echo -+ echo " ResourceConfig ${configfiledir}srm.conf" -+ echo " AccessConfig ${configfiledir}access.conf" -+ echo -+ $echo "hit enter to continue${nnl}" -+ read continue -+ echo "Ouch!!!!!!!!!!!!! Not so hard, gently please" -+ echo -+ exit 1 - } - - error() diff -ruN apache13-fp.orig/patches/patch-fb apache13-fp/patches/patch-fb --- apache13-fp.orig/patches/patch-fb Wed Mar 1 00:25:09 2000 +++ apache13-fp/patches/patch-fb Mon May 15 21:30:09 2000 @@ -1,25 +1,16 @@ ---- frontpage/version4.0/fp_install.sh.orig Mon May 24 12:45:14 1999 -+++ frontpage/version4.0/fp_install.sh Thu Feb 24 20:22:48 2000 -@@ -48,7 +48,7 @@ +--- frontpage/version4.0/fp_install.sh.orig Mon May 1 11:03:32 2000 ++++ frontpage/version4.0/fp_install.sh Mon May 15 21:26:42 2000 +@@ -48,7 +48,8 @@ { VERSION="4.0" PATH=".:/bin:/usr/bin:/sbin:/usr/sbin:/usr/ucb:/etc:/usr/bsd" - INSTALLDIRDEFAULT="/usr/local/frontpage" ++ AP_TARGET=`PREFIX/sbin/apxs -q TARGET` + INSTALLDIRDEFAULT="PREFIX/frontpage" case "`echo 'x\c'`" in 'x\c') echo="echo -n" nnl= ;; #BSD -@@ -68,6 +68,9 @@ - IRIX*) machine="sgi" ;; - SunOS*5.*sun4*) machine="solaris" ;; - SunOS*5.*i386*) machine="solarisx86" ;; -+ FreeBSD* | \ -+ NetBSD* | \ -+ OpenBSD* | \ - BSD/OS*) machine="bsdi" ;; - SCO_SV*) machine="sco5" ;; - UnixWare\ *\ *\ 7*\ i*) machine="uware7" ;; -@@ -128,7 +131,7 @@ +@@ -129,7 +130,7 @@ checkuser() { # @@ -28,7 +19,7 @@ # whoami=`whoami 2>/dev/null` || whoami=`/usr/bin/id | sed -e ' s/).*//; s/^.*(//;'` -@@ -321,27 +324,27 @@ +@@ -322,27 +323,27 @@ retval=0 @@ -73,7 +64,7 @@ if chmod "$prot" "$installdir" then echo "Directory $installdir chmoded to $prot." -@@ -349,22 +352,22 @@ +@@ -350,22 +351,22 @@ echo "ERROR: Unable to chmod $installdir to $prot." retval=1 fi @@ -112,7 +103,7 @@ if [ "$installdir" != "/usr/local/frontpage" ] then -@@ -414,7 +417,7 @@ +@@ -415,7 +416,7 @@ vtfile="fp40.$machine.tar" echo "Platform is $machine." @@ -121,7 +112,7 @@ getextfilename $vtfilelocation $vtfile || return 1 -@@ -538,7 +541,7 @@ +@@ -539,7 +540,7 @@ upgrade="no" echo "For details on how to upgrade servers manually, please see" echo "the Server Extension Resource Kit (SERK), located in" @@ -130,7 +121,7 @@ echo return $retval else -@@ -655,10 +658,15 @@ +@@ -656,10 +657,15 @@ *pache*) getHttpDirective $configfile AccessConfig $port if [ "$param" != "" ] then @@ -149,11 +140,11 @@ fi if [ ! -f "$accessconffile" ] -@@ -1105,18 +1113,29 @@ +@@ -1106,18 +1112,29 @@ webname="/" -+ defconfigfile="PREFIX/etc/apache/httpd.conf" ++ defconfigfile="PREFIX/etc/apache/${AP_TARGET}.conf" + configfile="" while ( [ "$configfile" = "" ] || [ ! -f $configfile ] ) @@ -182,7 +173,7 @@ done getparam Port $configfile -@@ -1131,6 +1150,39 @@ +@@ -1132,6 +1149,39 @@ getparam User $configfile defwebowner=$param @@ -222,7 +213,7 @@ weconfigfile="${installdir}/we${port}.cnf" webowner="" -@@ -1146,6 +1198,12 @@ +@@ -1147,6 +1197,12 @@ getparam Group $configfile defgroup=$param @@ -235,7 +226,7 @@ webgroup="" until [ "$webgroup" != "" ] do -@@ -1157,6 +1215,8 @@ +@@ -1158,6 +1214,8 @@ webgroup=$defgroup fi done @@ -244,7 +235,7 @@ until [ "$servertype" != "" ] do -@@ -1167,9 +1227,13 @@ +@@ -1168,9 +1226,13 @@ echo " 4. netscape-fasttrack" echo " 5. netscape-enterprise" echo " 6. stronghold" @@ -259,7 +250,7 @@ case $servertypenum in "1") servertype="ncsa" ;; -@@ -1545,6 +1609,8 @@ +@@ -1546,6 +1608,8 @@ read admin done @@ -268,7 +259,7 @@ until [ "$servertype" != "" ] do echo -@@ -1554,9 +1620,13 @@ +@@ -1555,9 +1619,13 @@ echo " 4. netscape-fasttrack" echo " 5. netscape-enterprise" echo " 6. stronghold" @@ -283,7 +274,7 @@ case $servertypenum in "1") servertype="ncsa" ;; -@@ -2023,7 +2093,6 @@ +@@ -2024,7 +2092,6 @@ then getHttpRootDirective $configfile $directive fi @@ -291,7 +282,7 @@ } getnetscapedocroot() -@@ -2216,7 +2285,7 @@ +@@ -2217,7 +2284,7 @@ initialize step1 diff -ruN apache13-fp.orig/pkg/PLIST apache13-fp/pkg/PLIST --- apache13-fp.orig/pkg/PLIST Mon Mar 20 19:20:00 2000 +++ apache13-fp/pkg/PLIST Mon May 15 23:12:51 2000 @@ -103,14 +103,16 @@ share/doc/apache/index.html.es-dist share/doc/apache/index.html.fr-dist share/doc/apache/index.html.it-dist +share/doc/apache/index.html.ja.jis-dist share/doc/apache/index.html.lu-dist share/doc/apache/index.html.nl-dist +share/doc/apache/index.html.po.iso-pl-dist share/doc/apache/index.html.pt-dist share/doc/apache/index.html.pt-br-dist share/doc/apache/index.html.se-dist @unexec rm -rf %B/index.html.?? -@unexec rm -rf %B/index.html.po.iso-pl-dist -@unexec rm -rf %B/index.html.ja.jis-dist +@unexec rm -rf %B/index.html.po.iso-pl +@unexec rm -rf %B/index.html.ja.jis @unexec rm -rf %B/index.html.pt-br share/doc/apache/manual/LICENSE share/doc/apache/manual/bind.html @@ -414,7 +416,7 @@ frontpage/%%FP_REV%%/admin/topright.gif frontpage/%%FP_REV%%/admin/uninstal.htm frontpage/%%FP_REV%%/apache-fp/_vti_bin/fpexe -frontpage/%%FP_REV%%/apache-fp/fp-patch-apache_1.3.3 +frontpage/%%FP_REV%%/apache-fp/fp-patch-apache_1.3.12 frontpage/%%FP_REV%%/apache-fp/fpexe.c @unexec if [ -f %B/suidkey ] ; then rm -f %B/suidkey* ; fi frontpage/%%FP_REV%%/bin/_vti_inf.htm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 22:50: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C76C637B5BE for ; Mon, 15 May 2000 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA57938; Mon, 15 May 2000 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hsw.generalresources.com (z12.generalresources.com [210.242.169.12]) by hub.freebsd.org (Postfix) with ESMTP id 7251C37B510 for ; Mon, 15 May 2000 22:46:48 -0700 (PDT) (envelope-from hsw@hsw.generalresources.com) Received: (from root@localhost) by hsw.generalresources.com (8.9.3/8.9.3) id NAA76628; Tue, 16 May 2000 13:46:47 +0800 (CST) (envelope-from hsw) Message-Id: <200005160546.NAA76628@hsw.generalresources.com> Date: Tue, 16 May 2000 13:46:47 +0800 (CST) From: hsw@acm.org Reply-To: hsw@acm.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18584: devel/mm should ldconfig on install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18584 >Category: ports >Synopsis: devel/mm should ldconfig on install >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 15 22:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Christopher Hall >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD 3.4-STABLE #0: Fri May 12 10:16:10 CST 2000 >Description: When installing devel/mm as a dependancy the mm.so file is not visible in ldconfig -r >How-To-Repeat: Install a port dependant on devel/mm >Fix: I looked at another port that installed files in /usr/local/lib and it had ldconfig+ranlib lines on post install. I don't know if the ranlib is necessary for devel/mm, maybe adding the following two lines to the Makefile would be sufficient post-install: ${LDCONFIG} -m ${PREFIX}/lib >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 23:12:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 6DF6D37B5BE; Mon, 15 May 2000 23:12:44 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id BDD724CE1A; Tue, 16 May 2000 02:12:39 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id CAA21879; Tue, 16 May 2000 02:12:38 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id XAA10474; Mon, 15 May 2000 23:11:15 -0700 (PDT) Message-Id: <200005160611.XAA10474@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: glennpj@bayouhome.net Subject: Re: apsfilter 5.4.2 does not work with 'raw' print queue Cc: andreas@freebsd.org, ports@freebsd.org Date: Mon, 15 May 2000 23:11:15 -0700 Versions: dmail (solaris) 2.2g/makemail 2.9a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org PRINT_REDIR doesn't always get set, but the raw queue always uses it. I fixed this by adding "PRINT_REDIR=cat" above the comment "# When printing to file" in /usr/local/apsfilter/bin/apsfilter . Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 15 23:20:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6831D37B675 for ; Mon, 15 May 2000 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA62194; Mon, 15 May 2000 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 10C5337B6DD for ; Mon, 15 May 2000 23:16:20 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: from myrddin.demon.co.uk ([158.152.54.180]) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 12raeP-000Fxr-0W for FreeBSD-gnats-submit@freebsd.org; Tue, 16 May 2000 07:16:18 +0100 Received: by myrddin.demon.co.uk (Postfix, from userid 1000) id 24A98312B; Tue, 16 May 2000 07:15:44 +0100 (BST) Message-Id: <20000516061544.24A98312B@myrddin.demon.co.uk> Date: Tue, 16 May 2000 07:15:44 +0100 (BST) From: dom@happygiraffe.net Reply-To: dom@happygiraffe.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18585: update to piddle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18585 >Category: ports >Synopsis: Update to graphics/piddle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 23:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.0-STABLE i386 >Organization: None >Environment: FreeBSD myrddin.demon.co.uk 4.0-STABLE FreeBSD 4.0-STABLE #3: Fri Mar 24 23:56:33 GMT 2000 dom@myrddin.demon.co.uk:/usr/src/sys/compile/MYRDDIN i386 >Description: This patch updates graphics/piddle to include the fonts. Many thanks to Hidetoshi Shimokawa , for developing it. >How-To-Repeat: n/a >Fix: Here's the patch. diff -urN /usr/ports/graphics/piddle/Makefile piddle/Makefile --- /usr/ports/graphics/piddle/Makefile Fri Apr 14 11:47:00 2000 +++ piddle/Makefile Tue May 16 06:59:23 2000 @@ -32,8 +32,11 @@ .endfor do-install: - ${MKDIR} ${PIDDLEDIR} + ${MKDIR} ${PIDDLEDIR} ${PIDDLEDIR}/pilfonts ${INSTALL_DATA} ${WRKSRC}/*.py ${PIDDLEDIR} + ${INSTALL_DATA} ${WRKSRC}/pilfonts/*.pil ${PIDDLEDIR}/pilfonts + ${INSTALL_DATA} ${WRKSRC}/pilfonts/*.pbm ${PIDDLEDIR}/pilfonts + ${INSTALL_DATA} ${WRKSRC}/pilfonts/metrics.dat ${PIDDLEDIR}/pilfonts ${ECHO} 'piddle' > ${PIDDLEDIR}.pth @${PYTHON} ${PYTHONLIBDIR}/compileall.py ${PIDDLEDIR} @${PYTHON} -O ${PYTHONLIBDIR}/compileall.py ${PIDDLEDIR} diff -urN /usr/ports/graphics/piddle/pkg/PLIST piddle/pkg/PLIST --- /usr/ports/graphics/piddle/pkg/PLIST Thu Apr 6 10:06:21 2000 +++ piddle/pkg/PLIST Tue May 16 06:59:23 2000 @@ -62,6 +62,91 @@ lib/python1.5/site-packages/piddle/piddletest.py lib/python1.5/site-packages/piddle/piddletest.pyc lib/python1.5/site-packages/piddle/piddletest.pyo +lib/python1.5/site-packages/piddle/pilfonts/courier-10.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-10.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-12.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-12.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-14.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-14.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-18.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-18.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-24.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-24.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-8.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-8.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-10.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-10.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-12.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-12.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-14.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-14.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-18.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-18.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-24.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-24.pil +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-8.pbm +lib/python1.5/site-packages/piddle/pilfonts/courier-bold-8.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-10.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-10.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-12.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-12.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-14.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-14.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-18.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-18.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-24.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-24.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-8.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-8.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-10.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-10.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-12.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-12.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-14.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-14.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-18.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-18.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-24.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-24.pil +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-8.pbm +lib/python1.5/site-packages/piddle/pilfonts/helvetica-bold-8.pil +lib/python1.5/site-packages/piddle/pilfonts/metrics.dat +lib/python1.5/site-packages/piddle/pilfonts/symbol-10.pbm +lib/python1.5/site-packages/piddle/pilfonts/symbol-10.pil +lib/python1.5/site-packages/piddle/pilfonts/symbol-12.pbm +lib/python1.5/site-packages/piddle/pilfonts/symbol-12.pil +lib/python1.5/site-packages/piddle/pilfonts/symbol-14.pbm +lib/python1.5/site-packages/piddle/pilfonts/symbol-14.pil +lib/python1.5/site-packages/piddle/pilfonts/symbol-18.pbm +lib/python1.5/site-packages/piddle/pilfonts/symbol-18.pil +lib/python1.5/site-packages/piddle/pilfonts/symbol-24.pbm +lib/python1.5/site-packages/piddle/pilfonts/symbol-24.pil +lib/python1.5/site-packages/piddle/pilfonts/symbol-8.pbm +lib/python1.5/site-packages/piddle/pilfonts/symbol-8.pil +lib/python1.5/site-packages/piddle/pilfonts/times-10.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-10.pil +lib/python1.5/site-packages/piddle/pilfonts/times-12.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-12.pil +lib/python1.5/site-packages/piddle/pilfonts/times-14.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-14.pil +lib/python1.5/site-packages/piddle/pilfonts/times-18.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-18.pil +lib/python1.5/site-packages/piddle/pilfonts/times-24.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-24.pil +lib/python1.5/site-packages/piddle/pilfonts/times-8.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-8.pil +lib/python1.5/site-packages/piddle/pilfonts/times-bold-10.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-bold-10.pil +lib/python1.5/site-packages/piddle/pilfonts/times-bold-12.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-bold-12.pil +lib/python1.5/site-packages/piddle/pilfonts/times-bold-14.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-bold-14.pil +lib/python1.5/site-packages/piddle/pilfonts/times-bold-18.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-bold-18.pil +lib/python1.5/site-packages/piddle/pilfonts/times-bold-24.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-bold-24.pil +lib/python1.5/site-packages/piddle/pilfonts/times-bold-8.pbm +lib/python1.5/site-packages/piddle/pilfonts/times-bold-8.pil lib/python1.5/site-packages/piddle/stringformat.py lib/python1.5/site-packages/piddle/stringformat.pyc lib/python1.5/site-packages/piddle/stringformat.pyo @@ -119,6 +204,7 @@ share/examples/piddle/textClasses.py share/examples/piddle/using-piddleTK.py share/examples/piddle/using-piddleWX.py +@dirrm lib/python1.5/site-packages/piddle/pilfonts @dirrm lib/python1.5/site-packages/piddle @dirrm share/doc/piddle/notesAI/PiddifyAI @dirrm share/doc/piddle/notesAI >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 0:47:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 610CB37BD82 for ; Tue, 16 May 2000 00:47:37 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4G7lYr22275; Tue, 16 May 2000 03:47:34 -0400 (EDT) Date: Tue, 16 May 2000 03:47:34 -0400 (EDT) From: Trevor Johnson To: John-Mark Gurney Cc: freebsd-ports@FreeBSD.ORG Subject: Re: cscope port should be easy... In-Reply-To: <20000515191458.01908@hydrogen.funkthat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You might look at ports/18217 and the replies to that in gnats. -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 0:53: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bb1.betterbox.net (bb1.betterbox.net [209.83.132.66]) by hub.freebsd.org (Postfix) with ESMTP id 46B6137B544 for ; Tue, 16 May 2000 00:53:04 -0700 (PDT) (envelope-from better@epctech.com) Received: from [10.1.5.111] (guardian.epconline.net [216.178.14.38]) by bb1.betterbox.net (8.9.3/8.9.3) with ESMTP id RAA27422; Mon, 15 May 2000 17:15:27 -0500 (CDT) X-Sender: better@kira.epconline.net Message-Id: In-Reply-To: References: <39206DB7.9456B9BF@thehousleys.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 15 May 2000 17:15:23 -0500 To: "Chris D. Faulhaber" From: Joong Kim Subject: Re: PPOE Client Port Request Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I apologize for not being clear on this manner. Our local phone company is being overwhelmed with the demand for ADSL market and they are growing too fast for their own good. Anyhow, one of the problems with they're having concerns DHCP and availablity of IP Addresses. As I understand correctly, the phone company is going to PPPOE protocol to have more "control" over IP Adddresses so speak. I'm not sure if this would help at all or not. I've heard that they have no control with DHCP and people stealing IP Addresses. We've found this nifty client under Linux that seems to be resolve our problems with ADSL, PPPD and PPPOE. I'm not fully aware of PPPOE implimentation under FreeBSD 4.0 currently. We couldn't get the PPPOE working properly for our purposes. Thus, we seeked other solutions. Here's one of the solutions we've found. It seems to be a good solution for ADSL and PPPOE. Please advise if the current FreeBSD implimentation is designed to work with PPPD and PPPOE on an ADSL connection. As I understand it, the current implimenation only covers Ethernet and PPPOE. We would appreciate the feedback on this issue. Thank You. -Joong Kim EPC, Inc. www.epconline.com P.S. We are in the process of testing out the "Linux Emulation" for this linux application. We got installed and running... but haven't tested it on site just yet. >On Mon, 15 May 2000, James Housley wrote: > >> "Chris D. Faulhaber" wrote: >> > >> > On Mon, 15 May 2000, Joong H. Kim wrote: >> > >> > > http://www.roaringpenguin.com/pppoe.html >> > > >> > > I've found this great PPOE client for linux. Where would I request >>to have >> > > this client ported over to FreeBSD? >> > > >> > >> > If you don't want to port this yourself, your best bet would be to >> > request/inquire with the relavent group(s) (say, freebsd-ports, >> > freebsd-net, or freebsd-security). >> > >> Don't we now have PPPOE support built in???? >> > >Yes, but perhaps this program provides something we don't. > > >----- >Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org >-------------------------------------------------------- >FreeBSD: The Power To Serve - http://www.FreeBSD.org +---------------------------+---------------------------------+ | Joong Hyun Kim | BetterBOX.net | | System Administrator | http://www.betterbox.net/ | +---------------------------+---------------------------------+ | The "BETTER" place to host your mud and web site! | +-------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 1:18:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id 426AE37B810; Tue, 16 May 2000 01:18:42 -0700 (PDT) (envelope-from kuku@gilberto.physik.rwth-aachen.de) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.9.3/8.9.3) id KAA51631; Tue, 16 May 2000 10:18:38 +0200 (CEST) (envelope-from kuku) Date: Tue, 16 May 2000 10:18:38 +0200 From: Christoph Kukulies To: Kris Kennaway Cc: Christoph Kukulies , freebsd-ports@FreeBSD.org Subject: Re: gcc-2.8.1 Message-ID: <20000516101838.A51600@gil.physik.rwth-aachen.de> References: <200005151736.TAA46750@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from kris@FreeBSD.org on Mon, May 15, 2000 at 02:37:32PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 02:37:32PM -0700, Kris Kennaway wrote: > On Mon, 15 May 2000, Christoph Kukulies wrote: > > > Some ports (in this case gnat) require gcc-2.8.1. > > > > How does gcc-2.8.1 into 4.0? > > We have gcc-2.95.2 in 4.0 - are you sure the source doesnt compile as is? The problem: GNAT (Gnu ADA Translator) uses gcc and a special version of it, namely gcc-2.8.1. It applies some hundred patches to gcc and you can easily imagine that the slightest difference in gcc version level would break this. > > Kris > > ---- > In God we Trust -- all others must submit an X.509 certificate. > -- Charles Forsythe -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 1:27:31 2000 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 0E57437B544 for ; Tue, 16 May 2000 01:27:29 -0700 (PDT) (envelope-from tg@melaten.rwth-aachen.de) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.9.3/8.8.8) with ESMTP id KAA29221; Sat, 18 Mar 2000 10:29:17 +0100 Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id KAA36078; Tue, 16 May 2000 10:34:31 +0200 (CEST) (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: Randall Hopper Cc: ports@FreeBSD.org, IWASHITA Yoji Subject: Re: Ports silently marked BROKEN References: <20000512025803.A99629@pop16.odn.ne.jp> <20000513204205.A2612@ipass.net> <20000515022343.A26691@pop16.odn.ne.jp> <20000513234432.A2445@ipass.net> <20000514182024.G511@cichlids.cichlids.com> <20000513234432.A2445@ipass.net> <20000514190528.A2388@ipass.net> <20000515182522.A1610@ipass.net> From: Thomas Gellekum In-Reply-To: Randall Hopper's message of "Mon, 15 May 2000 18:25:22 -0400" Date: 16 May 2000 10:34:31 +0200 Message-ID: Lines: 10 User-Agent: Gnus/5.0806 (Gnus v5.8.6) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper writes: > BTW, why was the name changed from py-numeric to Numeric? The package name wasn't changed, see $PKGNAMEPREFIX (ok, maybe it was named py-numerical some time ago). The NumPy distribution has changed its name and that of its directories more often than any other port I've seen. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 2:10: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACE8A37B59C; Tue, 16 May 2000 02:10:00 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86145; Tue, 16 May 2000 02:09:59 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Tue, 16 May 2000 02:09:59 -0700 (PDT) From: Message-Id: <200005160909.CAA86145@freefall.freebsd.org> To: aa8vb@ipass.net, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18575 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: py-opengl port fix for numpy breakage State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Tue May 16 02:08:26 PDT 2000 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 3:34:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by hub.freebsd.org (Postfix) with ESMTP id 298D537B59C; Tue, 16 May 2000 03:34:31 -0700 (PDT) (envelope-from se@freebsd.org) Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout1.freenet.de with esmtp (Exim 3.14 #3) id 12regC-0003M5-00; Tue, 16 May 2000 12:34:24 +0200 Received: from [213.6.104.225] (helo=StefanEsser.FreeBSD.org) by mx2.freenet.de with esmtp (Exim 3.14 #3) id 12regB-0008JI-00; Tue, 16 May 2000 12:34:24 +0200 Received: by StefanEsser.FreeBSD.org (Postfix, from userid 200) id 1D168D71; Tue, 16 May 2000 11:47:14 +0200 (CEST) Date: Tue, 16 May 2000 11:47:13 +0200 From: Stefan Esser To: Gerald Pfeifer Cc: ports@freebsd.org, Stefan Esser Subject: Re: FreeBSD Port: wine-99.11.14 Message-ID: <20000516114713.C6769@StefanEsser.FreeBSD.org> Reply-To: Stefan Esser References: <20000514132658.C3914@StefanEsser.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Mon, May 15, 2000 at 01:35:25AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 2000-05-15 01:35 +0200, Gerald Pfeifer wrote: > On Sun, 14 May 2000, Stefan Esser wrote: > > I have been looking for somebody else to become maintainer of the Wine > > port for quite some time already. If you (or somebody else, possibly > > splitting tasks into providing diffs and doing the commits) wants to > > become the new port maintainer, just let me know. > > How about the following: You do the next one or two updates, and I have > a look at all the patches in the port of Wine before that, to ease your > work? > > . patch-af is obsolete, it has already been integrated into Wine > . patch-az is obsolete, the problem does not exist any longer. > . patch-eb is obsolete, it has already been integrated into Wine. > > . I have just submitted patch-bc to the Wine folks. > > · Is patch-ar really needed? What's its purpose? There is no comment. Well, since those patches are mostly mine, I can answer this one: There are versions of GCC (at least 2.7.x) that invoke AS with an extra argument of "-" in the following case: gcc -pipe file.s This is a problem in "configure", where I used to add a "< /dev/null" to the compilation commands in two places. These patches had to be modified with each new release of Wine, so I looked for a more generic way that is what patch-ar provides ... Please keep patch-ar since "configure" will hang indefinitely if invoked interactively on at least some of the still supported versions of FreeBSD. (Batch building Wine works without this patch, since e.g. "nohup" does the equivalent of the patch and provides "/dev/null" as STDIN.) Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 3:40: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A09E637B7E8 for ; Tue, 16 May 2000 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA97172; Tue, 16 May 2000 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7FB1637B86D; Tue, 16 May 2000 03:37:48 -0700 (PDT) Message-Id: <20000516103748.7FB1637B86D@hub.freebsd.org> Date: Tue, 16 May 2000 03:37:48 -0700 (PDT) From: qfreaki@home.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18594: sane port broken .. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18594 >Category: ports >Synopsis: sane port broken .. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 16 03:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Brian Walters >Release: 4.0 >Organization: >Environment: FreeBSD cc490218-b.glou1.nj.home.com 4.0-STABLE FreeBSD 4.0-STABLE #2: Wed May 10 22:03:03 EDT 2000 root@cc490218-b.glou1.nj.home.com:/usr/src/sys/compile/BULLDOG i386 >Description: recently cvsup /ports tree to obtain port for sanem 1.0.2 which has support for my scanner. make sane produce the following results.. cc490218-b# pwd /usr/ports/graphics/sane cc490218-b# make -: You need to define PORTNAME and PORTVERSION instead of PKGNAME. (This port is too old for your bsd.port.mk, please update it to match your bsd.port.mk.) *** Error code 1 Stop /usr/ports/base was cvsup'd at the same time >How-To-Repeat: # cd /usr/ports/graphics/sane # 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 May 16 4:19:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from main.avias.com (avias-gw.corbina.net [195.14.40.4]) by hub.freebsd.org (Postfix) with ESMTP id F2B2B37B77C; Tue, 16 May 2000 04:19:19 -0700 (PDT) (envelope-from camel@avias.com) Received: from camel.avias.com (camel.avias.com [195.14.38.87]) by main.avias.com (8.9.3/8.9.3) with ESMTP id PAA16850; Tue, 16 May 2000 15:19:17 +0400 (MSD) (envelope-from camel@avias.com) Date: Tue, 16 May 2000 15:19:17 +0400 (MSD) From: Ilya Naumov To: billf@FreeBSD.org Cc: ports@FreeBSD.org Subject: ucd-snmp port problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org cannot install the latest ucd-snmp port. compilation goes fine, but after "make install" i get the following error messages: [skipped] mibII/tcp.c: In function `var_tcp': mibII/tcp.c:430: redeclaration of `hz' mibII/tcp.c:427: `hz' previously declared here mibII/tcp.c: In function `TCP_Count_Connections': mibII/tcp.c:951: warning: comparison of distinct pointer types lacks a cast gmake[2]: *** [mibII/tcp.o] Error 1 mibgroup/mibII/tcp.c: In function `var_tcp': mibgroup/mibII/tcp.c:430: redeclaration of `hz' mibgroup/mibII/tcp.c:427: `hz' previously declared here mibgroup/mibII/tcp.c: In function `TCP_Count_Connections': mibgroup/mibII/tcp.c:951: warning: comparison of distinct pointer types lacks a cast gmake[1]: *** [mibgroup/mibII/tcp.o] Error 1 install: snmpd: No such file or directory install: libucdagent.so.4: No such file or directory install: libucdmibs.so.4: No such file or directory ===> Generating temporary packing list /usr/libexec/elf/strip: snmpd: No such file or directory *** Error code 1 Stop in /garbage/ports/net/ucd-snmp. *** Error code 1 Stop in /garbage/ports/net/ucd-snmp. *** Error code 1 Stop in /garbage/ports/net/ucd-snmp. by the way, ucd-snmp 4.1.2 is already available. sincerely, ilya naumov (at work) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 5: 0:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 086AD37B700 for ; Tue, 16 May 2000 05:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA10187; Tue, 16 May 2000 05:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id C9DCB37B69E for ; Tue, 16 May 2000 04:56:29 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4GBuS928563 for ; Tue, 16 May 2000 07:56:28 -0400 (EDT) Message-Id: Date: Tue, 16 May 2000 07:56:28 -0400 (EDT) From: Trevor Johnson To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/18595: new port: www/bsdi-netscape47-communicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18595 >Category: ports >Synopsis: new port: www/bsdi-netscape47-communicator >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 16 05:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 4.0-STABLE i386 >Organization: myself >Environment: tested on a recent 4.0-STABLE and on 4.0-20000214-CURRENT >Description: Netscape Communicator 4.73 for BSD/OS, similar to the netscape47-communicator and linux-netscape47-communicator ports but not needing a.out libraries or Linux compatibility The changes to the netscape4-communicator port which this needs have already been committed by Kenji Sada. >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: # # bsdi-netscape47-communicator/ # bsdi-netscape47-communicator/files # bsdi-netscape47-communicator/files/mailcap # bsdi-netscape47-communicator/patches # bsdi-netscape47-communicator/pkg # bsdi-netscape47-communicator/pkg/COMMENT # bsdi-netscape47-communicator/pkg/DESCR # bsdi-netscape47-communicator/pkg/PLIST # bsdi-netscape47-communicator/scripts # bsdi-netscape47-communicator/Makefile # echo c - bsdi-netscape47-communicator/ mkdir -p bsdi-netscape47-communicator/ > /dev/null 2>&1 echo c - bsdi-netscape47-communicator/files mkdir -p bsdi-netscape47-communicator/files > /dev/null 2>&1 echo x - bsdi-netscape47-communicator/files/mailcap sed 's/^X//' >bsdi-netscape47-communicator/files/mailcap << 'END-of-bsdi-netscape47-communicator/files/mailcap' X# Example .mailcap file for FreeBSD machines X# X# First a note about syntax: X# The first token in a configuration line represents a mime type. X# A mime type is of the form "SubGroup/Item" and either token X# can be replaced by the wildcard character "*" X# X# the second token is the command that you would run X# when the specified mime type is encountered. An example X# would be "xv %s" where %s will be replaced by a filename X# X# remaining tokens represent name value pairs. X# X# the "test=" pair invokes the test command X# specified and checks the UNIX shell return code to see if the X# test passed. If the test passes the mime mapping is made, otherwise X# the mapping is not made. X# X# the "stream-buffer-size=" pair tells the application X# to use a popen command to invoke the program specified and to X# pipe all data into the command. Only programs that can handle X# piped input can use this method. When this method is used X# a "%s" should not be included in the command. You should X# make sure that the program you wish to use can accept piped X# data by trying something like this before using it: X# cat "YOUR_DATA_FILE_HERE" | COMMAND_TO_TEST X# X# You may continue lines by using the backslash character "\" X X# FreeBSD doesn't seem to support `sfplay' yet, but if a port comes X# along then the following should be enabled. X# X# plays AIFF files X#audio/x-aiff; sfplay %s X X# plays AIFC files X#audio/x-aifc; sfplay %s X X# FreeBSD has no wavplay utility either, but if someone X# would care to port one then this can also be used. X# plays WAV files X#audio/x-wav; wavplay %s > /dev/null 2>&1 X X# FreeBSD /dev/audio is sun compliant Xaudio/basic; cat %s > /dev/audio X X# use this to play MPEG audio if you have maplay installed Xaudio/x-mpeg; maplay -; stream-buffer-size=2000 X X# use this to play MPEG video files if you have mpeg_play installed Xvideo/mpeg; mpeg_play -quiet %s X X# All other anims go well with xanim (if installed) Xvideo/*; xanim %s > /dev/null 2>&1 X X# use this to display postscript files Xapplication/postscript; ghostview %s X X# use this to display pdf files Xapplication/pdf; acroread %s 2>/dev/null X X# this is the default for non GIF or JPEG images Ximage/*; xv %s X X# if you would prefer an external viewer for GIF and JPEG images X# uncomment the following lines for XV to act as your external viewer. X#image/gif; xv %s X#image/jpg; xv %s X#image/jpeg; xv %s END-of-bsdi-netscape47-communicator/files/mailcap echo c - bsdi-netscape47-communicator/patches mkdir -p bsdi-netscape47-communicator/patches > /dev/null 2>&1 echo c - bsdi-netscape47-communicator/pkg mkdir -p bsdi-netscape47-communicator/pkg > /dev/null 2>&1 echo x - bsdi-netscape47-communicator/pkg/COMMENT sed 's/^X//' >bsdi-netscape47-communicator/pkg/COMMENT << 'END-of-bsdi-netscape47-communicator/pkg/COMMENT' XCommunicator 4.73 browser, editor, mail and news for BSD/OS END-of-bsdi-netscape47-communicator/pkg/COMMENT echo x - bsdi-netscape47-communicator/pkg/DESCR sed 's/^X//' >bsdi-netscape47-communicator/pkg/DESCR << 'END-of-bsdi-netscape47-communicator/pkg/DESCR' XThis is the BSDI BSD/OS version of the Netscape Communicator suite X(Navigator Web browser, Messenger e-mail and news reader, and XComposer HTML editor). X XUnlike the FreeBSD version, this does not require a.out X libraries. X XIf Java applets fail to display, do this: X X # cd /usr/X11R6/lib/X11/fonts/misc X # /usr/X11R6/bin/mkfontdir X # chmod 444 fonts.dir X Xthen exit and restart your X server. X XPlease read /usr/local/lib/netscape/LICENSE. END-of-bsdi-netscape47-communicator/pkg/DESCR echo x - bsdi-netscape47-communicator/pkg/PLIST sed 's/^X//' >bsdi-netscape47-communicator/pkg/PLIST << 'END-of-bsdi-netscape47-communicator/pkg/PLIST' Xbin/%%BROWSER%%-%%BROWSER_VER%% X@exec ln -sf %f %B/%%BROWSER%%-4 X@exec ln -sf %%BROWSER%%-4 %B/netscape.run X@unexec rm -f %B/netscape.run X@unexec rm -f %B/%%BROWSER%%-4 X%%NSUBDIR%%/LICENSE X%%NSUBDIR%%/Netscape.ad X%%NSUBDIR%%/README X%%NSUBDIR%%/XKeysymDB X%%NSUBDIR%%/bookmark.htm X%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin X%%NSUBDIR%%/java/classes/aix/font.properties X%%NSUBDIR%%/java/classes/aix/font.properties.cs X%%NSUBDIR%%/java/classes/aix/font.properties.hu X%%NSUBDIR%%/java/classes/aix/font.properties.ja X%%NSUBDIR%%/java/classes/aix/font.properties.ko X%%NSUBDIR%%/java/classes/aix/font.properties.pl X%%NSUBDIR%%/java/classes/aix/font.properties.ru X%%NSUBDIR%%/java/classes/aix/font.properties.zh X%%NSUBDIR%%/java/classes/aix/font.properties.zh_TW X%%NSUBDIR%%/java/classes/awt.properties X%%NSUBDIR%%/java/classes/font.properties X%%NSUBDIR%%/java/classes/font.properties.cs X%%NSUBDIR%%/java/classes/font.properties.el X%%NSUBDIR%%/java/classes/font.properties.hu X%%NSUBDIR%%/java/classes/font.properties.ja X%%NSUBDIR%%/java/classes/font.properties.ko X%%NSUBDIR%%/java/classes/font.properties.lt X%%NSUBDIR%%/java/classes/font.properties.lv X%%NSUBDIR%%/java/classes/font.properties.pl X%%NSUBDIR%%/java/classes/font.properties.ru X%%NSUBDIR%%/java/classes/font.properties.tr X%%NSUBDIR%%/java/classes/font.properties.zh X%%NSUBDIR%%/java/classes/font.properties.zh_GB2312 X%%NSUBDIR%%/java/classes/font.properties.zh_TW X%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5 X%%NSUBDIR%%/java/classes/font.properties.zh_TW_CNS11643 X%%NSUBDIR%%/java/classes/hpux/font.properties X%%NSUBDIR%%/java/classes/hpux/font.properties.bg X%%NSUBDIR%%/java/classes/hpux/font.properties.cs X%%NSUBDIR%%/java/classes/hpux/font.properties.el X%%NSUBDIR%%/java/classes/hpux/font.properties.hr X%%NSUBDIR%%/java/classes/hpux/font.properties.hu X%%NSUBDIR%%/java/classes/hpux/font.properties.ja X%%NSUBDIR%%/java/classes/hpux/font.properties.ko X%%NSUBDIR%%/java/classes/hpux/font.properties.pl X%%NSUBDIR%%/java/classes/hpux/font.properties.ro X%%NSUBDIR%%/java/classes/hpux/font.properties.ru X%%NSUBDIR%%/java/classes/hpux/font.properties.sk X%%NSUBDIR%%/java/classes/hpux/font.properties.sl X%%NSUBDIR%%/java/classes/hpux/font.properties.tr X%%NSUBDIR%%/java/classes/hpux/font.properties.zh_GB2312 X%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_Big5 X%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_CNS11643 X%%NSUBDIR%%/java/classes/ifc11.jar X%%NSUBDIR%%/java/classes/iiop10.jar X%%NSUBDIR%%/java/classes/jae40.jar X%%NSUBDIR%%/java/classes/java40.jar X%%NSUBDIR%%/java/classes/jio40.jar X%%NSUBDIR%%/java/classes/joptio40.jar X%%NSUBDIR%%/java/classes/jsd10.jar X%%NSUBDIR%%/java/classes/ldap40.jar X%%NSUBDIR%%/java/classes/resource.jar X%%NSUBDIR%%/java/classes/scd10.jar X%%NSUBDIR%%/java/classes/irix/font.properties X%%NSUBDIR%%/java/classes/irix/font.properties.cs X%%NSUBDIR%%/java/classes/irix/font.properties.el X%%NSUBDIR%%/java/classes/irix/font.properties.hu X%%NSUBDIR%%/java/classes/irix/font.properties.ja X%%NSUBDIR%%/java/classes/irix/font.properties.ko X%%NSUBDIR%%/java/classes/irix/font.properties.zh_GB2312 X%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_Big5 X%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_CNS11643 X%%NSUBDIR%%/mailcap X%%NSUBDIR%%/movemail X%%NSUBDIR%%/nethelp/Back_dep.gif X%%NSUBDIR%%/nethelp/Back_dis.gif X%%NSUBDIR%%/nethelp/Back_sel.gif X%%NSUBDIR%%/nethelp/Back_up.gif X%%NSUBDIR%%/nethelp/Blank.htm X%%NSUBDIR%%/nethelp/Button.js X%%NSUBDIR%%/nethelp/CntData.js X%%NSUBDIR%%/nethelp/CntTool.htm X%%NSUBDIR%%/nethelp/CntTool.js X%%NSUBDIR%%/nethelp/Exit_dep.gif X%%NSUBDIR%%/nethelp/Exit_sel.gif X%%NSUBDIR%%/nethelp/Exit_up.gif X%%NSUBDIR%%/nethelp/Forw_dep.gif X%%NSUBDIR%%/nethelp/Forw_dis.gif X%%NSUBDIR%%/nethelp/Forw_sel.gif X%%NSUBDIR%%/nethelp/Forw_up.gif X%%NSUBDIR%%/nethelp/Header.js X%%NSUBDIR%%/nethelp/IdxData.js X%%NSUBDIR%%/nethelp/IdxFill.htm X%%NSUBDIR%%/nethelp/IdxKey.htm X%%NSUBDIR%%/nethelp/IdxTool.htm X%%NSUBDIR%%/nethelp/IdxTopic.htm X%%NSUBDIR%%/nethelp/Local-1.js X%%NSUBDIR%%/nethelp/NSHIfrm.htm X%%NSUBDIR%%/nethelp/NavUI.htm X%%NSUBDIR%%/nethelp/NoJSerr.htm X%%NSUBDIR%%/nethelp/Prnt_dep.gif X%%NSUBDIR%%/nethelp/Prnt_sel.gif X%%NSUBDIR%%/nethelp/Prnt_up.gif X%%NSUBDIR%%/nethelp/Stack.js X%%NSUBDIR%%/nethelp/Status.htm X%%NSUBDIR%%/nethelp/System.htm X%%NSUBDIR%%/nethelp/System.js X%%NSUBDIR%%/nethelp/ToolUI.htm X%%NSUBDIR%%/nethelp/Tool_dep.gif X%%NSUBDIR%%/nethelp/Tool_sel.gif X%%NSUBDIR%%/nethelp/Tool_up.gif X%%NSUBDIR%%/nethelp/Topic.js X%%NSUBDIR%%/nethelp/Utility.js X%%NSUBDIR%%/nethelp/Wait.gif X%%NSUBDIR%%/nethelp/netscape/collabra/coll.htm X%%NSUBDIR%%/nethelp/netscape/collabra/collHdr.htm X%%NSUBDIR%%/nethelp/netscape/collabra/collabra.gif X%%NSUBDIR%%/nethelp/netscape/collabra/discgrps.gif X%%NSUBDIR%%/nethelp/netscape/collabra/help.hpf X%%NSUBDIR%%/nethelp/netscape/collabra/mailbox2.gif X%%NSUBDIR%%/nethelp/netscape/composer/comp.htm X%%NSUBDIR%%/nethelp/netscape/composer/compHdr.htm X%%NSUBDIR%%/nethelp/netscape/composer/composer.gif X%%NSUBDIR%%/nethelp/netscape/composer/comtlbr2.gif X%%NSUBDIR%%/nethelp/netscape/composer/fmtlbr3.gif X%%NSUBDIR%%/nethelp/netscape/composer/help.hpf X%%NSUBDIR%%/nethelp/netscape/composer/tagicon2.gif X%%NSUBDIR%%/nethelp/netscape/home/help.hpf X%%NSUBDIR%%/nethelp/netscape/home/home.gif X%%NSUBDIR%%/nethelp/netscape/home/home.htm X%%NSUBDIR%%/nethelp/netscape/home/homeHdr.htm X%%NSUBDIR%%/nethelp/netscape/messengr/abook.gif X%%NSUBDIR%%/nethelp/netscape/messengr/compbar.gif X%%NSUBDIR%%/nethelp/netscape/messengr/help.hpf X%%NSUBDIR%%/nethelp/netscape/messengr/mailbox.gif X%%NSUBDIR%%/nethelp/netscape/messengr/mailbox2.gif X%%NSUBDIR%%/nethelp/netscape/messengr/mess.htm X%%NSUBDIR%%/nethelp/netscape/messengr/messHdr.htm X%%NSUBDIR%%/nethelp/netscape/messengr/messengr.gif X%%NSUBDIR%%/nethelp/netscape/messengr/mpctrl.gif X%%NSUBDIR%%/nethelp/netscape/messengr/newsgrp.gif X%%NSUBDIR%%/nethelp/netscape/messengr/tabs.gif X%%NSUBDIR%%/nethelp/netscape/navigatr/help.hpf X%%NSUBDIR%%/nethelp/netscape/navigatr/nav.htm X%%NSUBDIR%%/nethelp/netscape/navigatr/navHdr.htm X%%NSUBDIR%%/nethelp/netscape/navigatr/navigatr.gif X%%NSUBDIR%%/nethelp/netscape/news/abook.gif X%%NSUBDIR%%/nethelp/netscape/news/collabra.gif X%%NSUBDIR%%/nethelp/netscape/news/compbar.gif X%%NSUBDIR%%/nethelp/netscape/news/discgrps.gif X%%NSUBDIR%%/nethelp/netscape/news/help.hpf X%%NSUBDIR%%/nethelp/netscape/news/mailbox2.gif X%%NSUBDIR%%/nethelp/netscape/news/news.htm X%%NSUBDIR%%/nethelp/netscape/news/newsgrp.gif X%%NSUBDIR%%/nethelp/netscape/shared/NetHelpm.css X%%NSUBDIR%%/nethelp/netscape/shared/NetHelpu.css X%%NSUBDIR%%/nethelp/netscape/shared/NetHelpw.css X%%NSUBDIR%%/nethelp/netscape/shared/admnIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/calIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/collIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/commIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/compIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/confIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/ibmIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/messIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/navIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/netIcon.gif X%%NSUBDIR%%/nethelp/netscape/trouble/help.hpf X%%NSUBDIR%%/nethelp/netscape/trouble/trouble.htm X%%NSUBDIR%%/nethelp/netwatch.gif X%%NSUBDIR%%/nethelp/picsfail.htm X%%NSUBDIR%%/nethelp/picsfail.jar X%%NSUBDIR%%/plugins/cpPack1.jar X%%NSUBDIR%%/registry X%%NSUBDIR%%/spell/netscape.dic X%%NSUBDIR%%/spell/pen4s324.dat X%%NSUBDIR%%/vreg X@dirrm %%NSUBDIR%%/spell X@dirrm %%NSUBDIR%%/nethelp/netscape/trouble X@dirrm %%NSUBDIR%%/nethelp/netscape/shared X@dirrm %%NSUBDIR%%/nethelp/netscape/news X@dirrm %%NSUBDIR%%/nethelp/netscape/navigatr X@dirrm %%NSUBDIR%%/nethelp/netscape/messengr X@dirrm %%NSUBDIR%%/nethelp/netscape/home X@dirrm %%NSUBDIR%%/nethelp/netscape/composer X@dirrm %%NSUBDIR%%/nethelp/netscape/collabra X@dirrm %%NSUBDIR%%/nethelp/netscape X@dirrm %%NSUBDIR%%/nethelp X@dirrm %%NSUBDIR%%/java/classes/irix X@dirrm %%NSUBDIR%%/java/classes/hpux X@dirrm %%NSUBDIR%%/java/classes/aix X@dirrm %%NSUBDIR%%/java/classes X@dirrm %%NSUBDIR%%/java END-of-bsdi-netscape47-communicator/pkg/PLIST echo c - bsdi-netscape47-communicator/scripts mkdir -p bsdi-netscape47-communicator/scripts > /dev/null 2>&1 echo x - bsdi-netscape47-communicator/Makefile sed 's/^X//' >bsdi-netscape47-communicator/Makefile << 'END-of-bsdi-netscape47-communicator/Makefile' X# New ports collection makefile for: Netscape Communicator for BSDI BSD/OS X# Date created: 10 May 2000 X# Whom: Trevor Johnson X# based on work by thepish and girgen@partitur.se X# X# $FreeBSD$ X# X XPORTNAME= bsdi-netscape-${BROWSER} XPORTVERSION= ${BROWSER_VER} XCATEGORIES= www X X.if !defined(MASTER_SITES) XMASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.73/unix/unsupported/bsdi21/complete_install/ \ X ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.73/unix/unsupported/bsdi21/complete_install/ X.endif X XDISTFILES= ${BROWSER}-v473-export.x86-bsdi-bsd2.tar.gz X XMAINTAINER= trevor@jpj.net X XRUN_DEPENDS= netscape:${PORTSDIR}/www/netscape-wrapper X XONLY_FOR_ARCHS= i386 X X# don't overwrite the FreeBSD port's shell script wrapper in ${PREFIX}/bin XBROWSER_ARC= ${BROWSER}-bsdi X XMASTERDIR= ${.CURDIR}/../netscape4-communicator XWRKSRC= ${WRKDIR}/${BROWSER}-v473.x86-bsdi-bsd2 X XBROWSER_VER= 4.73 X# taken from ,${BLDVERS} in ns-install XINFILE_HEAD?= 'Communicator,4.73.0.20000502' XNO_AUTOADMIN= yes X XMAILCAP= ${.CURDIR}/../bsdi-netscape47-communicator/files/mailcap XNSUBDIR= lib/netscape-bsdi X XPRE_MK_INCLUDED= yes X# don't require a.out libraries XWITHOUT_AOUT= yes X.include "${MASTERDIR}/Makefile" END-of-bsdi-netscape47-communicator/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 5:10:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53FD337B77B for ; Tue, 16 May 2000 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA11162; Tue, 16 May 2000 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id C357A37B8FF for ; Tue, 16 May 2000 05:07:24 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4GC7Ng28838 for ; Tue, 16 May 2000 08:07:23 -0400 (EDT) Message-Id: Date: Tue, 16 May 2000 08:07:23 -0400 (EDT) From: Trevor Johnson To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/18596: new port: www/bsdi-netscape47-navigator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18596 >Category: ports >Synopsis: new port: www/bsdi-netscape47-navigator >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 16 05:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 4.0-STABLE i386 >Organization: myself >Environment: tested on a recent 4.0-STABLE and on 4.0-20000214-CURRENT >Description: Netscape Navigator 4.73 for BSD/OS, similar to the netscape47-navigator and linux-netscape47-navigator ports but not needing a.out libraries or Linux compatibility This port uses files from the www/bsdi-netscape47-communicator port which I just submitted. Please see ports/18595 in GNATS. >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: # # bsdi-netscape47-navigator/ # bsdi-netscape47-navigator/files # bsdi-netscape47-navigator/patches # bsdi-netscape47-navigator/pkg # bsdi-netscape47-navigator/pkg/COMMENT # bsdi-netscape47-navigator/pkg/DESCR # bsdi-netscape47-navigator/pkg/PLIST # bsdi-netscape47-navigator/scripts # bsdi-netscape47-navigator/Makefile # echo c - bsdi-netscape47-navigator/ mkdir -p bsdi-netscape47-navigator/ > /dev/null 2>&1 echo c - bsdi-netscape47-navigator/files mkdir -p bsdi-netscape47-navigator/files > /dev/null 2>&1 echo c - bsdi-netscape47-navigator/patches mkdir -p bsdi-netscape47-navigator/patches > /dev/null 2>&1 echo c - bsdi-netscape47-navigator/pkg mkdir -p bsdi-netscape47-navigator/pkg > /dev/null 2>&1 echo x - bsdi-netscape47-navigator/pkg/COMMENT sed 's/^X//' >bsdi-netscape47-navigator/pkg/COMMENT << 'END-of-bsdi-netscape47-navigator/pkg/COMMENT' XNavigator browser 4.73 for BSD/OS END-of-bsdi-netscape47-navigator/pkg/COMMENT echo x - bsdi-netscape47-navigator/pkg/DESCR sed 's/^X//' >bsdi-netscape47-navigator/pkg/DESCR << 'END-of-bsdi-netscape47-navigator/pkg/DESCR' XThis is the BSDI BSD/OS version of the Netscape Navigator Web browser. XUnlike the FreeBSD version, this does not require a.out X libraries. X XIf Java applets fail to display, do this: X X # cd /usr/X11R6/lib/X11/fonts/misc X # /usr/X11R6/bin/mkfontdir X # chmod 444 fonts.dir X Xthen exit and restart your X server. X XPlease read /usr/local/lib/netscape/LICENSE. END-of-bsdi-netscape47-navigator/pkg/DESCR echo x - bsdi-netscape47-navigator/pkg/PLIST sed 's/^X//' >bsdi-netscape47-navigator/pkg/PLIST << 'END-of-bsdi-netscape47-navigator/pkg/PLIST' Xbin/%%BROWSER%%-%%BROWSER_VER%% X@exec ln -sf %f %B/%%BROWSER%%-4 X@exec ln -sf %%BROWSER%%-4 %B/netscape.run X@unexec rm -f %B/netscape.run X@unexec rm -f %B/%%BROWSER%%-4 X%%NSUBDIR%%/LICENSE X%%NSUBDIR%%/Netscape.ad X%%NSUBDIR%%/README X%%NSUBDIR%%/XKeysymDB X%%NSUBDIR%%/bookmark.htm X%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin X%%NSUBDIR%%/java/classes/aix/font.properties X%%NSUBDIR%%/java/classes/aix/font.properties.cs X%%NSUBDIR%%/java/classes/aix/font.properties.hu X%%NSUBDIR%%/java/classes/aix/font.properties.ja X%%NSUBDIR%%/java/classes/aix/font.properties.ko X%%NSUBDIR%%/java/classes/aix/font.properties.pl X%%NSUBDIR%%/java/classes/aix/font.properties.ru X%%NSUBDIR%%/java/classes/aix/font.properties.zh X%%NSUBDIR%%/java/classes/aix/font.properties.zh_TW X%%NSUBDIR%%/java/classes/awt.properties X%%NSUBDIR%%/java/classes/font.properties X%%NSUBDIR%%/java/classes/font.properties.cs X%%NSUBDIR%%/java/classes/font.properties.el X%%NSUBDIR%%/java/classes/font.properties.hu X%%NSUBDIR%%/java/classes/font.properties.ja X%%NSUBDIR%%/java/classes/font.properties.ko X%%NSUBDIR%%/java/classes/font.properties.lt X%%NSUBDIR%%/java/classes/font.properties.lv X%%NSUBDIR%%/java/classes/font.properties.pl X%%NSUBDIR%%/java/classes/font.properties.ru X%%NSUBDIR%%/java/classes/font.properties.tr X%%NSUBDIR%%/java/classes/font.properties.zh X%%NSUBDIR%%/java/classes/font.properties.zh_GB2312 X%%NSUBDIR%%/java/classes/font.properties.zh_TW X%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5 X%%NSUBDIR%%/java/classes/font.properties.zh_TW_CNS11643 X%%NSUBDIR%%/java/classes/hpux/font.properties X%%NSUBDIR%%/java/classes/hpux/font.properties.bg X%%NSUBDIR%%/java/classes/hpux/font.properties.cs X%%NSUBDIR%%/java/classes/hpux/font.properties.el X%%NSUBDIR%%/java/classes/hpux/font.properties.hr X%%NSUBDIR%%/java/classes/hpux/font.properties.hu X%%NSUBDIR%%/java/classes/hpux/font.properties.ja X%%NSUBDIR%%/java/classes/hpux/font.properties.ko X%%NSUBDIR%%/java/classes/hpux/font.properties.pl X%%NSUBDIR%%/java/classes/hpux/font.properties.ro X%%NSUBDIR%%/java/classes/hpux/font.properties.ru X%%NSUBDIR%%/java/classes/hpux/font.properties.sk X%%NSUBDIR%%/java/classes/hpux/font.properties.sl X%%NSUBDIR%%/java/classes/hpux/font.properties.tr X%%NSUBDIR%%/java/classes/hpux/font.properties.zh_GB2312 X%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_Big5 X%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_CNS11643 X%%NSUBDIR%%/java/classes/ifc11.jar X%%NSUBDIR%%/java/classes/iiop10.jar X%%NSUBDIR%%/java/classes/jae40.jar X%%NSUBDIR%%/java/classes/java40.jar X%%NSUBDIR%%/java/classes/jio40.jar X%%NSUBDIR%%/java/classes/joptio40.jar X%%NSUBDIR%%/java/classes/jsd10.jar X%%NSUBDIR%%/java/classes/ldap40.jar X%%NSUBDIR%%/java/classes/resource.jar X%%NSUBDIR%%/java/classes/scd10.jar X%%NSUBDIR%%/java/classes/irix/font.properties X%%NSUBDIR%%/java/classes/irix/font.properties.cs X%%NSUBDIR%%/java/classes/irix/font.properties.el X%%NSUBDIR%%/java/classes/irix/font.properties.hu X%%NSUBDIR%%/java/classes/irix/font.properties.ja X%%NSUBDIR%%/java/classes/irix/font.properties.ko X%%NSUBDIR%%/java/classes/irix/font.properties.zh_GB2312 X%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_Big5 X%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_CNS11643 X%%NSUBDIR%%/mailcap X%%NSUBDIR%%/nethelp/Back_dep.gif X%%NSUBDIR%%/nethelp/Back_dis.gif X%%NSUBDIR%%/nethelp/Back_sel.gif X%%NSUBDIR%%/nethelp/Back_up.gif X%%NSUBDIR%%/nethelp/Blank.htm X%%NSUBDIR%%/nethelp/Button.js X%%NSUBDIR%%/nethelp/CntData.js X%%NSUBDIR%%/nethelp/CntTool.htm X%%NSUBDIR%%/nethelp/CntTool.js X%%NSUBDIR%%/nethelp/Exit_dep.gif X%%NSUBDIR%%/nethelp/Exit_sel.gif X%%NSUBDIR%%/nethelp/Exit_up.gif X%%NSUBDIR%%/nethelp/Forw_dep.gif X%%NSUBDIR%%/nethelp/Forw_dis.gif X%%NSUBDIR%%/nethelp/Forw_sel.gif X%%NSUBDIR%%/nethelp/Forw_up.gif X%%NSUBDIR%%/nethelp/Header.js X%%NSUBDIR%%/nethelp/IdxData.js X%%NSUBDIR%%/nethelp/IdxFill.htm X%%NSUBDIR%%/nethelp/IdxKey.htm X%%NSUBDIR%%/nethelp/IdxTool.htm X%%NSUBDIR%%/nethelp/IdxTopic.htm X%%NSUBDIR%%/nethelp/Local-1.js X%%NSUBDIR%%/nethelp/NSHIfrm.htm X%%NSUBDIR%%/nethelp/NavUI.htm X%%NSUBDIR%%/nethelp/NoJSerr.htm X%%NSUBDIR%%/nethelp/Prnt_dep.gif X%%NSUBDIR%%/nethelp/Prnt_sel.gif X%%NSUBDIR%%/nethelp/Prnt_up.gif X%%NSUBDIR%%/nethelp/Stack.js X%%NSUBDIR%%/nethelp/Status.htm X%%NSUBDIR%%/nethelp/System.htm X%%NSUBDIR%%/nethelp/System.js X%%NSUBDIR%%/nethelp/ToolUI.htm X%%NSUBDIR%%/nethelp/Tool_dep.gif X%%NSUBDIR%%/nethelp/Tool_sel.gif X%%NSUBDIR%%/nethelp/Tool_up.gif X%%NSUBDIR%%/nethelp/Topic.js X%%NSUBDIR%%/nethelp/Utility.js X%%NSUBDIR%%/nethelp/Wait.gif X%%NSUBDIR%%/nethelp/netscape/home/help.hpf X%%NSUBDIR%%/nethelp/netscape/home/home.gif X%%NSUBDIR%%/nethelp/netscape/home/home.htm X%%NSUBDIR%%/nethelp/netscape/home/homeHdr.htm X%%NSUBDIR%%/nethelp/netscape/navigatr/help.hpf X%%NSUBDIR%%/nethelp/netscape/navigatr/nav.htm X%%NSUBDIR%%/nethelp/netscape/navigatr/navHdr.htm X%%NSUBDIR%%/nethelp/netscape/navigatr/navigatr.gif X%%NSUBDIR%%/nethelp/netscape/shared/NetHelpm.css X%%NSUBDIR%%/nethelp/netscape/shared/NetHelpu.css X%%NSUBDIR%%/nethelp/netscape/shared/NetHelpw.css X%%NSUBDIR%%/nethelp/netscape/shared/admnIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/calIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/collIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/commIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/compIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/confIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/ibmIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/messIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/navIcon.gif X%%NSUBDIR%%/nethelp/netscape/shared/netIcon.gif X%%NSUBDIR%%/nethelp/netwatch.gif X%%NSUBDIR%%/nethelp/picsfail.htm X%%NSUBDIR%%/nethelp/picsfail.jar X%%NSUBDIR%%/plugins/cpPack1.jar X%%NSUBDIR%%/registry X%%NSUBDIR%%/vreg X@dirrm %%NSUBDIR%%/nethelp/netscape/shared X@dirrm %%NSUBDIR%%/nethelp/netscape/navigatr X@dirrm %%NSUBDIR%%/nethelp/netscape/home X@dirrm %%NSUBDIR%%/nethelp/netscape X@dirrm %%NSUBDIR%%/nethelp X@dirrm %%NSUBDIR%%/java/classes/irix X@dirrm %%NSUBDIR%%/java/classes/hpux X@dirrm %%NSUBDIR%%/java/classes/aix X@dirrm %%NSUBDIR%%/java/classes X@dirrm %%NSUBDIR%%/java END-of-bsdi-netscape47-navigator/pkg/PLIST echo c - bsdi-netscape47-navigator/scripts mkdir -p bsdi-netscape47-navigator/scripts > /dev/null 2>&1 echo x - bsdi-netscape47-navigator/Makefile sed 's/^X//' >bsdi-netscape47-navigator/Makefile << 'END-of-bsdi-netscape47-navigator/Makefile' X# New ports collection makefile for: Netscape Navigator for BSDI BSD/OS X# Date created: 10 May 2000 X# Whom: Trevor Johnson X# based on work by Dirk Froemberg and girgen@partitur.se X# X# $FreeBSD$ X# X XBROWSER= navigator X XMASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.73/unix/unsupported/bsdi21/navigator_standalone/ \ X ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.73/unix/unsupported/bsdi21/navigator_standalone/ X.include "../bsdi-netscape47-communicator/Makefile" END-of-bsdi-netscape47-navigator/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: ---------- Forwarded message ---------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 5:40:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 5C15837B570; Tue, 16 May 2000 05:40:55 -0700 (PDT) From: "Jonathan M. Bresler" To: better@epctech.com Cc: jedgar@fxp.org, ports@FreeBSD.ORG In-reply-to: (message from Joong Kim on Mon, 15 May 2000 17:15:23 -0500) Subject: Re: PPOE Client Port Request Message-Id: <20000516124055.5C15837B570@hub.freebsd.org> Date: Tue, 16 May 2000 05:40:55 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Please advise if the current FreeBSD implimentation is designed to work > with PPPD and PPPOE on an ADSL connection. As I understand it, the current > implimenation only covers Ethernet and PPPOE. > > We would appreciate the feedback on this issue. Thank You. > please take a look at http://people.freebsd.org/~jmb/PPPoE.configuration. on that web page, i detail my own PPPoE configuration. I have been using this for several months now with excellent results. jmb ps....okay so its an email that i placed in a web page, not a real web page. should be helpful even if the format is not the best possible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 5:41:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 21F6637B99B for ; Tue, 16 May 2000 05:41:33 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: from earth.fxp (oca-u1-4.hitter.net [207.192.78.4]) by pawn.primelocation.net (Postfix) with ESMTP id B0D4D9B1D; Tue, 16 May 2000 08:41:30 -0400 (EDT) Date: Tue, 16 May 2000 08:41:30 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: jedgar@earth.fxp To: Joong Kim Cc: ports@FreeBSD.ORG Subject: Re: PPOE Client Port Request In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, Joong Kim wrote: > I apologize for not being clear on this manner. Our local phone company is > being overwhelmed with the demand for ADSL market and they are growing too > fast for their own good. Anyhow, one of the problems with they're having > concerns DHCP and availablity of IP Addresses. > > As I understand correctly, the phone company is going to PPPOE protocol to > have more "control" over IP Adddresses so speak. I'm not sure if this > would help at all or not. I've heard that they have no control with DHCP > and people stealing IP Addresses. > > We've found this nifty client under Linux that seems to be resolve our > problems with ADSL, PPPD and PPPOE. > > I'm not fully aware of PPPOE implimentation under FreeBSD 4.0 currently. > We couldn't get the PPPOE working properly for our purposes. Thus, we > seeked other solutions. Here's one of the solutions we've found. It seems > to be a good solution for ADSL and PPPOE. > > Please advise if the current FreeBSD implimentation is designed to work > with PPPD and PPPOE on an ADSL connection. As I understand it, the current > implimenation only covers Ethernet and PPPOE. > > We would appreciate the feedback on this issue. Thank You. > I don't know much about our PPPoE implementation, but a good place to start looing would probably be: ng_pppoe(4) - RFC 2516 PPPOE protocol netgraph node type ng_pppoe(8) - RFC 2516 PPPOE protocol netgraph node type pppoed(8) - handle incoming PPP over Ethernet connections ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 6:30:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61F3A37B9CA for ; Tue, 16 May 2000 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA21729; Tue, 16 May 2000 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sapa.ivcme.elektra.ru (IVCME-NC-LL.Elektra.RU [193.125.127.58]) by hub.freebsd.org (Postfix) with ESMTP id DB8F837B570 for ; Tue, 16 May 2000 06:21:31 -0700 (PDT) (envelope-from lukin@sapa.ivcme.elektra.ru) Received: (from lukin@localhost) by sapa.ivcme.elektra.ru (8.9.3/8.8.8) id RAA45568; Tue, 16 May 2000 17:21:08 +0400 (MSD) (envelope-from lukin) Message-Id: <200005161321.RAA45568@sapa.ivcme.elektra.ru> Date: Tue, 16 May 2000 17:21:08 +0400 (MSD) From: Kostya Lukin Reply-To: lukin@sapa.ivcme.elektra.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18599: Port update: textproc/libxode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18599 >Category: ports >Synopsis: Port update: textproc/libxode >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: Tue May 16 06:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kostya Lukin >Release: FreeBSD 3.3-RELEASE i386 >Organization: IVC Mosenergo >Environment: Should be processed together with net/libjabber, net/libetherx and net/jabber-transport updates. >Description: 0.9 - 1.0 version change. >How-To-Repeat: >Fix: diff -ruN libxode.bak/Makefile libxode/Makefile --- libxode.bak/Makefile Mon May 1 06:37:53 2000 +++ libxode/Makefile Wed May 10 15:22:44 2000 @@ -6,9 +6,9 @@ # PORTNAME= libxode -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= textproc -MASTER_SITES= http://download.jabber.org/dists/0.9/final/ +MASTER_SITES= http://download.jabber.org/dists/1.0/ MAINTAINER= lukin@okbmei.msk.su diff -ruN libxode.bak/files/md5 libxode/files/md5 --- libxode.bak/files/md5 Mon May 1 06:37:57 2000 +++ libxode/files/md5 Wed May 10 15:27:15 2000 @@ -1 +1 @@ -MD5 (libxode-0.9.tar.gz) = 04e6124c6bf3e21cb677620c338adb8c +MD5 (libxode-1.0.tar.gz) = bbfd029fd35133d3ed4686a178d02e28 diff -ruN libxode.bak/pkg/PLIST libxode/pkg/PLIST --- libxode.bak/pkg/PLIST Mon May 1 06:37:58 2000 +++ libxode/pkg/PLIST Wed May 10 16:08:12 2000 @@ -1,7 +1,8 @@ +bin/libxode-config include/libxode.h include/xmlparse.h lib/libxode.a lib/libxode.so -lib/libxode.so.0 +lib/libxode.so.1 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 6:30:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EC4F37B9F2 for ; Tue, 16 May 2000 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA21741; Tue, 16 May 2000 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sapa.ivcme.elektra.ru (IVCME-NC-LL.Elektra.RU [193.125.127.58]) by hub.freebsd.org (Postfix) with ESMTP id A447837B570 for ; Tue, 16 May 2000 06:25:54 -0700 (PDT) (envelope-from lukin@sapa.ivcme.elektra.ru) Received: (from lukin@localhost) by sapa.ivcme.elektra.ru (8.9.3/8.8.8) id RAA45888; Tue, 16 May 2000 17:25:33 +0400 (MSD) (envelope-from lukin) Message-Id: <200005161325.RAA45888@sapa.ivcme.elektra.ru> Date: Tue, 16 May 2000 17:25:33 +0400 (MSD) From: Kostya Lukin Reply-To: lukin@sapa.ivcme.elektra.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18600: Update port: net/libjabber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18600 >Category: ports >Synopsis: Update port: net/libjabber >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: Tue May 16 06:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kostya Lukin >Release: FreeBSD 3.3-RELEASE i386 >Organization: IVC Mosenergo >Environment: Should be processed together with textproc/libxode, net/libetherx and net/jabber-transport updates. >Description: 0.9 - 1.0 version change. >How-To-Repeat: >Fix: diff -ruN libjabber.bak/Makefile libjabber/Makefile --- libjabber.bak/Makefile Mon May 1 07:20:16 2000 +++ libjabber/Makefile Wed May 10 16:28:14 2000 @@ -6,13 +6,13 @@ # PORTNAME= libjabber -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= net -MASTER_SITES= http://download.jabber.org/dists/0.9/final/ +MASTER_SITES= http://download.jabber.org/dists/1.0/ MAINTAINER= lukin@okbmei.msk.su -LIB_DEPENDS= xode.0:${PORTSDIR}/textproc/libxode +LIB_DEPENDS= xode.1:${PORTSDIR}/textproc/libxode USE_LIBTOOL= yes diff -ruN libjabber.bak/files/md5 libjabber/files/md5 --- libjabber.bak/files/md5 Mon May 1 07:20:20 2000 +++ libjabber/files/md5 Wed May 10 16:28:36 2000 @@ -1 +1 @@ -MD5 (libjabber-0.9.tar.gz) = 7433f63f357a9f00d834ac69efd64aa6 +MD5 (libjabber-1.0.tar.gz) = 48a042fc22062028e880a1de103f939b diff -ruN libjabber.bak/patches/patch-aa libjabber/patches/patch-aa --- libjabber.bak/patches/patch-aa Thu Jan 1 03:00:00 1970 +++ libjabber/patches/patch-aa Wed May 10 16:42:14 2000 @@ -0,0 +1,10 @@ +--- man/jabber-config.1.orig Wed Mar 1 00:15:13 2000 ++++ man/jabber-config.1 Wed May 10 16:39:59 2000 +@@ -1,7 +1,6 @@ + .\" Process this file with + .\" groff -man -Tascii jabber-config.1 + .\" +- + .PU + .TH JABBER-CONFIG 1 + diff -ruN libjabber.bak/pkg/PLIST libjabber/pkg/PLIST --- libjabber.bak/pkg/PLIST Mon May 1 07:20:27 2000 +++ libjabber/pkg/PLIST Wed May 10 16:46:33 2000 @@ -2,7 +2,7 @@ include/jabber/jabber.h lib/libjabber.a lib/libjabber.so -lib/libjabber.so.0 +lib/libjabber.so.1 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R @dirrm include/jabber >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 6:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFD6137B87A for ; Tue, 16 May 2000 06:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA43485; Tue, 16 May 2000 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sapa.ivcme.elektra.ru (IVCME-NC-LL.Elektra.RU [193.125.127.58]) by hub.freebsd.org (Postfix) with ESMTP id 8C21937B784 for ; Tue, 16 May 2000 06:29:36 -0700 (PDT) (envelope-from lukin@sapa.ivcme.elektra.ru) Received: (from lukin@localhost) by sapa.ivcme.elektra.ru (8.9.3/8.8.8) id RAA46335; Tue, 16 May 2000 17:29:18 +0400 (MSD) (envelope-from lukin) Message-Id: <200005161329.RAA46335@sapa.ivcme.elektra.ru> Date: Tue, 16 May 2000 17:29:18 +0400 (MSD) From: Kostya Lukin Reply-To: lukin@sapa.ivcme.elektra.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18601: Update port: net/libetherx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18601 >Category: ports >Synopsis: Update port: net/libetherx >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: Tue May 16 06:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kostya Lukin >Release: FreeBSD 3.3-RELEASE i386 >Organization: IVC Mosenergo >Environment: Should be processed together with textproc/libxode, net/libjabber and net/jabber-transport updates. >Description: 0.9 - 1.0 version change. >How-To-Repeat: >Fix: diff -ruN libetherx.bak/Makefile libetherx/Makefile --- libetherx.bak/Makefile Mon May 1 07:22:22 2000 +++ libetherx/Makefile Wed May 10 17:44:33 2000 @@ -6,13 +6,13 @@ # PORTNAME= libetherx -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= net -MASTER_SITES= http://download.jabber.org/dists/0.9/final/ +MASTER_SITES= http://download.jabber.org/dists/1.0/ MAINTAINER= lukin@okbmei.msk.su -LIB_DEPENDS= jabber.0:${PORTSDIR}/net/libjabber \ +LIB_DEPENDS= jabber.1:${PORTSDIR}/net/libjabber \ pth.13:${PORTSDIR}/devel/pth \ adns.0:${PORTSDIR}/net/adns diff -ruN libetherx.bak/files/md5 libetherx/files/md5 --- libetherx.bak/files/md5 Mon May 1 07:22:25 2000 +++ libetherx/files/md5 Wed May 10 17:45:10 2000 @@ -1 +1 @@ -MD5 (libetherx-0.9.tar.gz) = 6cb1b78587d74b53b684dde2b3a3b6af +MD5 (libetherx-1.0.tar.gz) = df26a98e84b96039706e15fadce193ba diff -ruN libetherx.bak/patches/patch-aa libetherx/patches/patch-aa --- libetherx.bak/patches/patch-aa Mon May 1 07:22:26 2000 +++ libetherx/patches/patch-aa Wed May 10 17:51:41 2000 @@ -1,11 +1,10 @@ ---- configure.orig Tue Mar 28 13:59:55 2000 -+++ configure Mon Apr 10 20:02:14 2000 -@@ -2264,7 +2264,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-ladns $LIBS" -+LIBS="-ladns "-L$prefix/lib" $LIBS" - cat > conftest.$ac_ext <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 6:50:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDD7437B875 for ; Tue, 16 May 2000 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA86317; Tue, 16 May 2000 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sapa.ivcme.elektra.ru (IVCME-NC-LL.Elektra.RU [193.125.127.58]) by hub.freebsd.org (Postfix) with ESMTP id D47B537B797 for ; Tue, 16 May 2000 06:39:21 -0700 (PDT) (envelope-from lukin@sapa.ivcme.elektra.ru) Received: (from lukin@localhost) by sapa.ivcme.elektra.ru (8.9.3/8.8.8) id RAA46766; Tue, 16 May 2000 17:38:14 +0400 (MSD) (envelope-from lukin) Message-Id: <200005161338.RAA46766@sapa.ivcme.elektra.ru> Date: Tue, 16 May 2000 17:38:14 +0400 (MSD) From: Kostya Lukin Reply-To: lukin@sapa.ivcme.elektra.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18602: Update port: net/jabber-transport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18602 >Category: ports >Synopsis: Update port: net/jabber-transport >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: Tue May 16 06:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kostya Lukin >Release: FreeBSD 3.3-RELEASE i386 >Organization: IVC Mosenergo >Environment: Should be processed together with textproc/libxode, net/libjabber and net/libetherx updates. >Description: 0.9 - 1.0 version patch. files/jserver.sh, pkg/INSTALL and pkg/DEINSTALL added. >How-To-Repeat: >Fix: diff -ruN jabber-transport.bak/Makefile jabber-transport/Makefile --- jabber-transport.bak/Makefile Mon May 1 07:25:13 2000 +++ jabber-transport/Makefile Tue May 16 15:56:39 2000 @@ -6,14 +6,20 @@ # PORTNAME= jabber-transport -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= net -MASTER_SITES= http://download.jabber.org/dists/0.9/final/ +MASTER_SITES= http://download.jabber.org/dists/1.0/ MAINTAINER= lukin@okbmei.msk.su -LIB_DEPENDS= etherx.0:${PORTSDIR}/net/libetherx +LIB_DEPENDS= etherx.1:${PORTSDIR}/net/libetherx USE_LIBTOOL= yes + +rc=${PREFIX}/etc/rc.d + +post-install: + @PREFIX=${PREFIX} ${PERL5} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${INSTALL_SCRIPT} ${FILESDIR}/jserver.sh ${rc} .include diff -ruN jabber-transport.bak/files/jserver.sh jabber-transport/files/jserver.sh --- jabber-transport.bak/files/jserver.sh Thu Jan 1 03:00:00 1970 +++ jabber-transport/files/jserver.sh Mon May 15 20:42:21 2000 @@ -0,0 +1,27 @@ +#! /bin/sh + +if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/jserver\.sh\$"); then + echo "$0: Cannot determine the PREFIX" >&2 + exit 1 +fi +user=jserver +rundir=/tmp +out=${rundir}/jserver.out + +export PATH=/bin:/usr/bin:${PREFIX}/bin +umask 077 + +test -x ${PREFIX}/bin/jserver || exit 1 +echo -n " jserver" +cd ${rundir} || exit + +arg=${1:-start} +case $arg in +start) + su -f -m ${user} -c \ + "jserver" \ + >>${out} 2>&1 &;; + +stop) + killall jserver;; +esac diff -ruN jabber-transport.bak/files/md5 jabber-transport/files/md5 --- jabber-transport.bak/files/md5 Mon May 1 07:25:18 2000 +++ jabber-transport/files/md5 Wed May 10 18:17:47 2000 @@ -1 +1 @@ -MD5 (jabber-transport-0.9.tar.gz) = dd38ad2b2641ed40ebd45a03a6ce1ffc +MD5 (jabber-transport-1.0.tar.gz) = 5f901c1dee7bf433b0409d4996f744c4 diff -ruN jabber-transport.bak/patches/patch-aa jabber-transport/patches/patch-aa --- jabber-transport.bak/patches/patch-aa Mon May 1 07:25:18 2000 +++ jabber-transport/patches/patch-aa Wed May 10 18:24:05 2000 @@ -1,17 +1,22 @@ ---- src/jserver.xml.in.orig Mon Mar 20 11:01:32 2000 -+++ src/jserver.xml.in Mon Apr 10 16:39:16 2000 -@@ -24,16 +24,16 @@ - The session log, make sure the folder exists! - +--- src/jserver.xml.in.orig Mon May 1 11:30:00 2000 ++++ src/jserver.xml.in Wed May 10 18:22:14 2000 +@@ -37,12 +37,12 @@ + + +- @prefix@/var/log/jserver.error ++ /var/log/jserver.error + - @prefix@/var/log/jserver.log + /var/log/jserver.log + - + +@@ -50,7 +50,7 @@ Data is stored on the filesystem for each user, make sure the folder exists! diff -ruN jabber-transport.bak/pkg/DEINSTALL jabber-transport/pkg/DEINSTALL --- jabber-transport.bak/pkg/DEINSTALL Thu Jan 1 03:00:00 1970 +++ jabber-transport/pkg/DEINSTALL Mon May 15 19:45:22 2000 @@ -0,0 +1,71 @@ +#! /bin/sh + +ask() { + local question default answer + + question=$1 + default=$2 + if [ -z "${PACKAGE_BUILDING}" ]; then + read -p "${question} [${default}]? " answer + fi + if [ x${answer} = x ]; then + answer=${default} + fi + echo ${answer} +} + +yesno() { + local dflt question answer + + question=$1 + dflt=$2 + while :; do + answer=$(ask "${question}" "${dflt}") + case "${answer}" in + [Yy]*) return 0;; + [Nn]*) return 1;; + esac + echo "Please answer yes or no." + done +} + +delete_account() { + local u g home + + u=$1 + g=$2 + if yesno "Do you want me to remove group \"${g}\"" y; then + pw groupdel -n ${g} + echo "Done." + fi + if yesno "Do you want me to remove user \"${u}\"" y; then + eval home=~${u} + pw userdel -n ${u} + echo "Done." + if [ -d "${home}" ]; then + echo "Please remember to remove the home directory \"${home}\" as" + echo "well as the mirrored files." + fi + fi +} + +if [ x$2 != xDEINSTALL ]; then + exit +fi + +export PATH=/bin:/usr/bin:/usr/sbin + +user=jserver +group=jserver + +if ps -axc | grep -q jserver; then + if yesno "There are some jserver processes running. Shall I kill them" y + then + killall jserver + sleep 2 + else + echo "OK ... I hope you know what you are doing." + fi +fi + +delete_account ${user} ${group} diff -ruN jabber-transport.bak/pkg/INSTALL jabber-transport/pkg/INSTALL --- jabber-transport.bak/pkg/INSTALL Thu Jan 1 03:00:00 1970 +++ jabber-transport/pkg/INSTALL Tue May 16 15:49:16 2000 @@ -0,0 +1,146 @@ +#! /bin/sh + +chmods_done=" " + +ask() { + local question default answer + + question=$1 + default=$2 + if [ -z "${PACKAGE_BUILDING}" ]; then + read -p "${question} [${default}]? " answer + fi + if [ x${answer} = x ]; then + answer=${default} + fi + echo ${answer} +} + +yesno() { + local dflt question answer + + question=$1 + dflt=$2 + while :; do + answer=$(ask "${question}" "${dflt}") + case "${answer}" in + [Yy]*) return 0;; + [Nn]*) return 1;; + esac + echo "Please answer yes or no." + done +} + +make_account() { + local u g gcos homeopt home + + u=$1 + g=$2 + gcos=$3 + homeopt=${4:+"-d $4"} + + if pw group show "${g}" >/dev/null 2>&1; then + echo "You already have a group \"${g}\", so I will use it." + else + echo "You need a group \"${g}\"." + if which -s pw && yesno "Would you like me to create it" y; then + pw groupadd ${g} || exit + echo "Done." + else + echo "Please create it, and try again." + if ! grep -q "^${u}:" /etc/passwd; then + echo "While you're at it, please create a user \"${u}\" too," + echo "with a default group of \"${g}\"." + fi + exit 1 + fi + fi + + if pw user show "${u}" >/dev/null 2>&1; then + echo "You already have a user \"${u}\", so I will use it." + else + echo "You need a user \"${u}\"." + if which -s pw && yesno "Would you like me to create it" y; then + pw useradd ${u} -g ${g} -h - ${homeopt} \ + -s /nonexistent -c "${gcos}" || exit + echo "Done." + else + echo "Please create it, and try again." + exit 1 + fi + fi + + if [ x"$homeopt" = x ]; then + eval home=~${u} + if [ ! -d "${home}" ]; then + if yesno \ + "Would you like me to create ${u}'s home directory (${home})" y + then + (umask 77 && \ + mkdir -p ${home}) || exit + chown -R ${u}:${g} ${home} || exit + else + echo "Please create it, and try again." + exit 1 + fi + fi + fi +} + +case $2 in + +POST-INSTALL) + if which -s pw && which -s lockf; then + : + else + cat <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 6:58:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hyperhost.net (hyperhost.net [207.159.132.249]) by hub.freebsd.org (Postfix) with ESMTP id 67F4237B875; Tue, 16 May 2000 06:58:22 -0700 (PDT) (envelope-from patseal@hyperhost.net) Received: from foobar.foobar.eyep.net (postfix@p49.a8.du.radix.net [207.192.132.177]) by hyperhost.net (8.9.3/8.9.3) with ESMTP id JAA07245; Tue, 16 May 2000 09:58:17 -0400 (EDT) Received: by foobar.foobar.eyep.net (Postfix, from userid 1000) id CAF0B137F32; Tue, 16 May 2000 09:56:02 -0400 (EDT) Date: Tue, 16 May 2000 09:56:02 -0400 From: Patrick Seal To: hoek@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/18539 Message-ID: <20000516095602.A57261@hyperhost.net> References: <200005160311.UAA34696@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005160311.UAA34696@freefall.freebsd.org>; from hoek@FreeBSD.org on Mon, May 15, 2000 at 08:11:55PM -0700 X-Operating-System: FreeBSD foobar.foobar.eyep.net 4.0-STABLE FreeBSD 4.0-STABLE Organization: Hyperhost Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ports/18552 need to be committed too. But both patches are not compatible without a small fix of removing USE_BISON. Just look at it, its not that complicated. If you need me to, I can resubmit it. Thanks! On Mon, May 15, 2000 at 20:11:55 -0700i, hoek@FreeBSD.org wrote: > Synopsis: boxes port bugfix > > State-Changed-From-To: open->closed > State-Changed-By: hoek > State-Changed-When: Mon May 15 20:10:43 PDT 2000 > State-Changed-Why: > Patch applied, thanks. Please note that I also rewrote pkg/COMMENT > to conform to our pkg/COMMENT rules. The COMMENT should not begin > with ${PKGNAME}. Cool program. > -- ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 7:20:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C90B837B99B; Tue, 16 May 2000 07:20:47 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA91628; Tue, 16 May 2000 07:20:47 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 16 May 2000 07:20:47 -0700 (PDT) From: Message-Id: <200005161420.HAA91628@freefall.freebsd.org> To: lukin@sapa.ivcme.elektra.ru, nbm@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18599 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: textproc/libxode State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue May 16 07:20:14 PDT 2000 State-Changed-Why: Maintainer update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 7:21:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A80F737B82E; Tue, 16 May 2000 07:21:24 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA91816; Tue, 16 May 2000 07:21:24 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 16 May 2000 07:21:24 -0700 (PDT) From: Message-Id: <200005161421.HAA91816@freefall.freebsd.org> To: lukin@sapa.ivcme.elektra.ru, nbm@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/libjabber State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue May 16 07:20:59 PDT 2000 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 7:21:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD03E37BAC3; Tue, 16 May 2000 07:21:44 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA91913; Tue, 16 May 2000 07:21:44 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 16 May 2000 07:21:44 -0700 (PDT) From: Message-Id: <200005161421.HAA91913@freefall.freebsd.org> To: lukin@sapa.ivcme.elektra.ru, nbm@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18601 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/libetherx State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue May 16 07:21:28 PDT 2000 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 7:22:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 77B4537BAF6; Tue, 16 May 2000 07:22:07 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA92073; Tue, 16 May 2000 07:22:07 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 16 May 2000 07:22:07 -0700 (PDT) From: Message-Id: <200005161422.HAA92073@freefall.freebsd.org> To: lukin@sapa.ivcme.elektra.ru, nbm@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18602 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/jabber-transport State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue May 16 07:21:50 PDT 2000 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 7:56: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tomts1-srv.bellnexxia.net (tomts1.bellnexxia.net [209.226.175.139]) by hub.freebsd.org (Postfix) with ESMTP id F202E37B805; Tue, 16 May 2000 07:55:56 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere ([209.226.183.85]) by tomts1-srv.bellnexxia.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000516145555.VKOD28912.tomts1-srv.bellnexxia.net@localhost.nowhere>; Tue, 16 May 2000 10:55:55 -0400 Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id KAA13547; Tue, 16 May 2000 10:55:51 -0400 (EDT) (envelope-from tim) Date: Tue, 16 May 2000 10:55:51 -0400 From: Tim Vanderhoek To: Chuck Robey Cc: Alex Root , se@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: mkmf-4.11 Message-ID: <20000516105550.A12123@mad> References: <3920AEC8.343E10E3@twoteeth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Chuck Robey on Tue, May 16, 2000 at 12:01:59AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 16, 2000 at 12:01:59AM -0400, Chuck Robey wrote: > On Mon, 15 May 2000, Alex Root wrote: > >> I've installed gmake and i installed it over make (cp gmake make) >> now I cant compile anything at all. su cd /usr/src/usr.bin/make cc -I. -o make *.c lst.lib/*.c cp make /usr/bin/make And all will be back as it should be. If /usr/src isn't installed, you can grab the source from the ftp site using its automatic tar function - ftp://ftp.FreeBSD.org/pub/FreeBSD/???/src/usr.bin/make.tar -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 8: 1:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E5A237B7BD; Tue, 16 May 2000 08:01:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA98784; Tue, 16 May 2000 08:01:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Tue, 16 May 2000 08:01:49 -0700 (PDT) From: Message-Id: <200005161501.IAA98784@freefall.freebsd.org> To: qfreaki@home.com, hoek@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18594 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sane port broken .. State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Tue May 16 07:58:56 PDT 2000 State-Changed-Why: The message "this port too old" means that your system is out of synch. For whatever reason, that port was apparently not cvsuped. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 8: 6:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 4AEE937B9FA for ; Tue, 16 May 2000 08:06:34 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (HSE-MTL-ppp12775.qc.sympatico.ca [209.226.183.85]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id LAA00476; Tue, 16 May 2000 11:12:40 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id LAA14620; Tue, 16 May 2000 11:06:27 -0400 (EDT) (envelope-from tim) Date: Tue, 16 May 2000 11:06:26 -0400 From: Tim Vanderhoek To: Patrick Seal Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/18539 Message-ID: <20000516110626.B12123@mad> References: <200005160311.UAA34696@freefall.freebsd.org> <20000516095602.A57261@hyperhost.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <20000516095602.A57261@hyperhost.net>; from Patrick Seal on Tue, May 16, 2000 at 09:56:02AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 16, 2000 at 09:56:02AM -0400, Patrick Seal wrote: > > ports/18552 need to be committed too. But both patches are not compatible When an earlier PR has been superceded by a later one, please send a message to freebsd-gnats-submit@FreeBSD.org with the subject "pots/#####" containing the PR number and with a message body stating that the PR needs to be closed. This makes it easier to handle the PRs. Thanks. -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 8: 8:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id DC1AF37B805 for ; Tue, 16 May 2000 08:08:41 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id KAA59842; Tue, 16 May 2000 10:08:30 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 16 May 2000 10:08:29 -0500 (CDT) From: Chris Dillon To: "Scot W. Hetzel" Cc: Brandon Fosdick , ports@FreeBSD.ORG Subject: Re: Cyrus Troubles In-Reply-To: <00ee01bfbecc$b4e55f00$8dfee0d1@westbend.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, Scot W. Hetzel wrote: > From: "Chris Dillon" > > On Mon, 15 May 2000, Brandon Fosdick wrote: > > > > > Does anyone have Cyrus IMAP working on a 4.0-S box? I installed it from > > > ports, changed the approriate lines in inet.conf, did a kill -HUP pid, > > > and...nothing. I can't access the account. What am I forgetting? I've > > > looked through the install instructions in /usr/local/share/docs/cyrus/ > > > but didn't receive any more wisdom than i started out with. Trying the > > > imtest thing listed in the install file gives me this: > > > > > Not currently, runni9ng on 4.0, but I do have it running on 3.3-STABLE. > > $ imtest -m login -p imap localhost > C: C01 CAPABILITY > S: * OK spare.westbend.net Cyrus IMAP4 v1.6.22 server ready > S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS > X-NON-HIERARCHICAL-RENAME NO_ATOMIC_RENAME AUTH=DIGEST-MD5 AUTH=CRAM-MD > 5 UNSELECT > S: C01 OK Completed > Password: > > The secret to getting SASL working is to create the sasldb.db file by using > saslpasswd. > > NOTE: You must run the program as the cyrus user the first time, as the > sasldb.db file needs to be owned by this user. > > $ ls -l /usr/local/etc/sasldb.db > -rw------- 1 cyrus wheel 16384 Feb 14 23:38 sasldb.db > > In Cyrus.conf I have: > > cat /usr/local/lib/sasl/Cyrus.conf > pwcheck_method:shadow It turns out that this is not needed. The _only_ thing that needs to be done is cyrus must be able to read /usr/local/etc/sasldb.db. This doesn't make any sense at all to me, since pwcheck is supposed to do this, but cyrus isn't even talking to pwcheck. > and in imapd.conf I use: > > # If enabled, the partitions will also be hashed, in addition to the hashing > # done on configuration directories. This is recommended if one partition > has > # a very bushy mailbox tree. > # > hashimapspool: true > > # The mechanism used by the server to verify plaintext passwords. Possible > # values include "PAM", "kerberos_v4", "passwd", and "shadow" > # > sasl_pwcheck_method: pwcheck This isn't needed either, it seems. > # If enabled, the SASL library will automatically create authentication > # secrets when given a plaintext password. See the SASL documentation. > # > #sasl_auto_transition: no > > You'll also want to make sure that the pwcheck daemon is running. Since cyrus isn't talking to pwcheck, it doesn't have to be running at all. I don't know why it isn't, since thats the way I'd rather things be done (the way cyrus 1.5.x did). > > I've gone thorough all of the Cyrus and SASL docs and played with > > various configure options and so forth, without figuring it out. I'm > > only testing things out here, but I'd like to eventually get it > > running on a 3.4-STABLE box as well. > > > It took me a little while in getting it to work the first time. Had to dig > thru the cyrus-info archive for others that were having the same problems. Your tips helped a lot, thanks! The key was letting cyrus read /usr/local/etc/sasldb.db. I've made a 'sasl' group for the meantime, made the file readable by that group, and put the cyrus user in it. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( 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 Tue May 16 8:28:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 7E20C37B8D5 for ; Tue, 16 May 2000 08:28:15 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id KAA60170; Tue, 16 May 2000 10:28:10 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 16 May 2000 10:28:09 -0500 (CDT) From: Chris Dillon To: "Scot W. Hetzel" Cc: Brandon Fosdick , ports@FreeBSD.ORG Subject: Re: Cyrus Troubles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 16 May 2000, Chris Dillon wrote: > It turns out that this is not needed. The _only_ thing that needs to > be done is cyrus must be able to read /usr/local/etc/sasldb.db. This > doesn't make any sense at all to me, since pwcheck is supposed to do > this, but cyrus isn't even talking to pwcheck. 'Tis best to double-check before I speak. Cyrus does NOT need to read sasldb.db. I got cyrus to use the pwcheck daemon just by adding "sasl_pwcheck_method: pwcheck" in imapd.conf like you mentioned before, which I swear didn't work the first time I tried it. :-) It is also an undocumented method, since the only listed methods in the documentation are "PAM", "passwd", "shadow", "sasldb", and "kerberos_v4". > > and in imapd.conf I use: > > > > # If enabled, the partitions will also be hashed, in addition to the hashing > > # done on configuration directories. This is recommended if one partition > > has > > # a very bushy mailbox tree. > > # > > hashimapspool: true > > > > # The mechanism used by the server to verify plaintext passwords. Possible > > # values include "PAM", "kerberos_v4", "passwd", and "shadow" > > # > > sasl_pwcheck_method: pwcheck > > This isn't needed either, it seems. As I corrected myself, it is. :-) It still doesn't make sense, but it is. The method that would make sense is "sasldb", since pwcheck isn't even a valid method. But I'll be damned if it doesn't work. :-/ But that is ALL that is required. sasldb.db can be readable only by root, which the pwcheck daemon runs as. I do suppose now that you could run the pwcheck daemon as another user (a "sasl" user perhaps?) and be readable by that user. I still can't figure out how to get pwcheck to check the local unix password database instead of sasldb.db, though. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( 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 Tue May 16 9: 6:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by hub.freebsd.org (Postfix) with ESMTP id 2155A37BAB1 for ; Tue, 16 May 2000 09:06:41 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.3/8.9.3) with ESMTP id MAA00331; Tue, 16 May 2000 12:05:58 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <392171E6.6FF040BC@glue.umd.edu> Date: Tue, 16 May 2000 12:05:58 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Scot W. Hetzel" Cc: Chris Dillon , ports@FreeBSD.ORG, Patrick Bihan-Faou Subject: Re: Cyrus Troubles References: <00ee01bfbecc$b4e55f00$8dfee0d1@westbend.net> <3920B74C.1C658583@glue.umd.edu> <000001bfbef4$1fd7d780$8dfee0d1@westbend.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Scot W. Hetzel" wrote: > After you do this, then you login as the administrator to create the > mailboxes. > > $ cyradm -u cyadmin localhost > Please enter your password: > localhost> cm user.bfoz > localhost> sam user.bfoz cyadmin d That cleared it up. Although I first had to use saslpasswd to create an account for the cyadin user. > NOTE: always give the admin user the delete (d) rights to a mailbox so that > he can remove the mailbox when necessary. > > > and when I try to send mail to myself I have no idea where it goes. > > > You have no defered / error message in the sendmail log. Good call. :) Don't know why I didn't think to look there. How do I tell sendmail to find deliver in /usr/local/cyrus/bin? May 16 11:54:13 63-216-196-27 sendmail[1252]: DAA00729: SYSERR(cyrus): Cannot exec /usr/cyrus/bin/deliver: No such file or directory May 16 11:54:13 63-216-196-27 sendmail[1253]: DAA00700: SYSERR(cyrus): Cannot exec /usr/cyrus/bin/deliver: No such file or directory May 16 11:54:13 63-216-196-27 sendmail[1254]: CAA00669: SYSERR(cyrus): Cannot exec /usr/cyrus/bin/deliver: No such file or directory May 16 11:54:13 63-216-196-27 sendmail[1255]: BAA00460: SYSERR(cyrus): Cannot exec /usr/cyrus/bin/deliver: No such file or directory May 16 11:54:13 63-216-196-27 sendmail[1256]: BAA00555: SYSERR(cyrus): Cannot exec /usr/cyrus/bin/deliver: No such file or directory May 16 11:54:13 63-216-196-27 sendmail[1257]: XAA00314: SYSERR(cyrus): Cannot exec /usr/cyrus/bin/deliver: No such file or directory May 16 11:54:14 63-216-196-27 sendmail[1258]: WAA00231: SYSERR(cyrus): Cannot exec /usr/cyrus/bin/deliver: No such file or directory May 16 11:54:14 63-216-196-27 sendmail[1259]: WAA00179: SYSERR(cyrus): Cannot exec /usr/cyrus/bin/deliver: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 9:10:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F84F37B87B for ; Tue, 16 May 2000 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA09587; Tue, 16 May 2000 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sign.chg.ru (sign.chg.ru [193.233.46.10]) by hub.freebsd.org (Postfix) with ESMTP id 5B3FF37BAAE for ; Tue, 16 May 2000 09:06:18 -0700 (PDT) (envelope-from andrew@sign.chg.ru) Received: (from andrew@localhost) by sign.chg.ru (8.9.3/8.9.3) id UAA55027; Tue, 16 May 2000 20:06:15 +0400 (MSD) (envelope-from andrew) Message-Id: <200005161606.UAA55027@sign.chg.ru> Date: Tue, 16 May 2000 20:06:15 +0400 (MSD) From: andrew@chg.ru Reply-To: andrew@chg.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18604: update port: ftp/downloader Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18604 >Category: ports >Synopsis: update port: ftp/downloader >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 16 09:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew L. Neporada >Release: FreeBSD 3.4-20000217-STABLE i386 >Organization: >Environment: current ports tree >Description: Update downloader from 1.15 to 1.16. New feature -- downloading one file in a number of threads. P.S. I'd like to maintain this port. >How-To-Repeat: >Fix: Apply following patch: diff -ruN downloader.orig/Makefile downloader/Makefile --- downloader.orig/Makefile Sat Apr 22 06:15:47 2000 +++ downloader/Makefile Tue May 16 19:04:53 2000 @@ -6,13 +6,13 @@ # PORTNAME= downloader -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= ftp MASTER_SITES= ftp://ftp.server51.freshmeat.net/pub/d4x/ \ ftp://ftp.chg.ru/pub/X11/applications/Xdownloader/ DISTNAME= nt-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= andrew@chg.ru LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 @@ -26,8 +26,8 @@ MAN1= nt.1 -D4X_DOC= ChangeLog FAQ FAQ.es FAQ.fr FAQ.gr INSTALL INSTALL.gr LICENSE \ - NAMES PLANS README README.gr README.ru THANKS TODO TROUBLES +D4X_DOC= ChangeLog FAQ FAQ.de FAQ.es FAQ.fr FAQ.gr LICENSE \ + NAMES PLANS README README.de README.es README.gr README.ru THANKS TODO TROUBLES post-install: ${INSTALL_MAN} ${WRKSRC}/../nt.1 ${PREFIX}/man/man1 diff -ruN downloader.orig/files/md5 downloader/files/md5 --- downloader.orig/files/md5 Sat Apr 22 06:15:48 2000 +++ downloader/files/md5 Tue May 16 18:58:55 2000 @@ -1 +1 @@ -MD5 (nt-1.15.tar.gz) = 845fc9dbb705031ac410a39dee1b9c44 +MD5 (nt-1.16.tar.gz) = 626fb50566c3a4a63eadade690b5b521 diff -ruN downloader.orig/patches/patch-aa downloader/patches/patch-aa --- downloader.orig/patches/patch-aa Sat Apr 22 06:15:49 2000 +++ downloader/patches/patch-aa Tue May 16 18:58:55 2000 @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Apr 20 11:24:29 2000 -+++ Makefile Sat Apr 22 06:00:00 2000 +--- Makefile.orig Thu May 11 05:49:46 2000 ++++ Makefile Tue May 16 17:36:48 2000 @@ -1,40 +1,19 @@ -CXXFLAGS=-Wall -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -# -ggdb @@ -49,7 +49,7 @@ FACE=face/lmenu.o face/list.o face/addd.o face/graph.o face/log.o \ face/prefs.o face/buttons.o face/about.o face/edit.o \ -@@ -50,23 +29,20 @@ +@@ -51,23 +30,20 @@ all: -rm -f nt $(MAKE) nt @@ -81,7 +81,7 @@ clean: -rm -f *.o nt TAGS *~ -@@ -79,8 +55,3 @@ +@@ -80,8 +56,3 @@ uninstall: -rm -f $(DEST)/bin/nt $(MAKE) uninstall -C po diff -ruN downloader.orig/patches/patch-ap downloader/patches/patch-ap --- downloader.orig/patches/patch-ap Sat Apr 22 06:15:50 2000 +++ downloader/patches/patch-ap Tue May 16 18:58:55 2000 @@ -1,8 +1,8 @@ ---- face/Makefile.orig Sun Apr 16 16:18:45 2000 -+++ face/Makefile Sat Apr 22 06:00:00 2000 +--- face/Makefile.orig Thu May 11 05:55:43 2000 ++++ face/Makefile Tue May 16 17:36:58 2000 @@ -2,10 +2,8 @@ buttons.o about.o saveload.o limface.o misc.o lod.o columns.o \ - dndtrash.o passface.o + dndtrash.o passface.o mywidget.o +.cc.o: + $(EXECC) -c $< diff -ruN downloader.orig/patches/patch-aq downloader/patches/patch-aq --- downloader.orig/patches/patch-aq Sat Apr 22 06:15:51 2000 +++ downloader/patches/patch-aq Tue May 16 18:58:56 2000 @@ -1,5 +1,5 @@ ---- po/Makefile.orig Mon Apr 17 10:32:26 2000 -+++ po/Makefile Fri Apr 21 21:00:00 2000 +--- po/Makefile.orig Mon Apr 17 05:32:26 2000 ++++ po/Makefile Tue May 16 17:37:02 2000 @@ -1,12 +1,12 @@ all: for i in `ls *.po`; do \ diff -ruN downloader.orig/pkg/DESCR downloader/pkg/DESCR --- downloader.orig/pkg/DESCR Sat Apr 22 06:15:51 2000 +++ downloader/pkg/DESCR Tue May 16 18:58:56 2000 @@ -1,5 +1,5 @@ This program is a graphical program for downloading files through the -internet which support both ftp and http (not completed yet) protocols. +internet which support both ftp and http protocols. Program also supports REGET if server side supports it too. It is like kget for KDE and ReGet or GetRight for Microsoft Windows. @@ -9,9 +9,12 @@ able to set limit amount of threads saving list before quit log for all downloads + common log limits for strings in logs + ftp and http proxy support + mask support start stop threads, moving they in queue and other - recursive download via ftp (recursive http in plans) + recursive download via ftp and http auto reconnect and reget after break WWW: http://www.krasu.ru/soft/chuchelo/ diff -ruN downloader.orig/pkg/PLIST downloader/pkg/PLIST --- downloader.orig/pkg/PLIST Mon May 8 01:29:41 2000 +++ downloader/pkg/PLIST Tue May 16 18:58:57 2000 @@ -1,15 +1,16 @@ bin/nt share/doc/downloader/ChangeLog share/doc/downloader/FAQ +share/doc/downloader/FAQ.de share/doc/downloader/FAQ.es share/doc/downloader/FAQ.fr share/doc/downloader/FAQ.gr -share/doc/downloader/INSTALL -share/doc/downloader/INSTALL.gr share/doc/downloader/LICENSE share/doc/downloader/NAMES share/doc/downloader/PLANS share/doc/downloader/README +share/doc/downloader/README.de +share/doc/downloader/README.es share/doc/downloader/README.gr share/doc/downloader/README.ru share/doc/downloader/THANKS @@ -26,6 +27,7 @@ share/locale/it/LC_MESSAGES/nt.mo share/locale/ja/LC_MESSAGES/nt.mo share/locale/nl/LC_MESSAGES/nt.mo +share/locale/pl/LC_MESSAGES/nt.mo share/locale/pt_BR/LC_MESSAGES/nt.mo share/locale/ru/LC_MESSAGES/nt.mo share/locale/zh_CN.GBK/LC_MESSAGES/nt.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 9:19:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 5338337B54F for ; Tue, 16 May 2000 09:19:48 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9C1131.dip0.t-ipconnect.de [62.156.17.49]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id NAA01039; Sun, 7 May 2000 13:03:26 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 16565AC2C; Tue, 16 May 2000 18:18:35 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id SAA14933; Tue, 16 May 2000 18:18:32 +0200 (CEST) (envelope-from alex) Date: Tue, 16 May 2000 18:18:32 +0200 From: Alexander Langer To: andrew@chg.ru Cc: ports@freebsd.org Subject: Re: ports/18604: update port: ftp/downloader Message-ID: <20000516181832.A14887@cichlids.cichlids.com> Mail-Followup-To: andrew@chg.ru, ports@freebsd.org References: <200005161606.UAA55027@sign.chg.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005161606.UAA55027@sign.chg.ru>; from andrew@chg.ru on Tue, May 16, 2000 at 08:06:15PM +0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake andrew@chg.ru (andrew@chg.ru): > P.S. I'd like to maintain this port. Hmm. You sure? tkato@prontomail.ne.jp updated this port very often the last weeks, so it's not un-maintained :-) The patch is fine (while I'm here :) Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 9:45: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from io.yi.org (24.67.218.186.bc.wave.home.com [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id 10E6737B93C for ; Tue, 16 May 2000 09:44:59 -0700 (PDT) (envelope-from jburkhol@home.com) Received: from io.yi.org (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by io.yi.org (Postfix) with ESMTP id 265DEBCAC for ; Tue, 16 May 2000 09:45:53 -0700 (PDT) X-Mailer: exmh version 2.1.1 10/15/1999 To: ports@freebsd.org Subject: solicit approval for first ports commit Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 16 May 2000 09:45:52 -0700 From: Jake Burkholder Message-Id: <20000516164553.265DEBCAC@io.yi.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, My mentor suggested I look here for approval for ports commits. I'd like to commit ports/18492, which updates java/shujit to version 0.5.2. Thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 9:51:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sign.chg.ru (sign.chg.ru [193.233.46.10]) by hub.freebsd.org (Postfix) with ESMTP id CF13D37B951 for ; Tue, 16 May 2000 09:51:14 -0700 (PDT) (envelope-from andrew@chg.ru) Received: from localhost (andrew@localhost) by sign.chg.ru (8.9.3/8.9.3) with ESMTP id UAA55900; Tue, 16 May 2000 20:50:53 +0400 (MSD) (envelope-from andrew@chg.ru) X-Authentication-Warning: sign.chg.ru: andrew owned process doing -bs Date: Tue, 16 May 2000 20:50:53 +0400 (MSD) From: "Andrew L. Neporada" To: Alexander Langer Cc: ports@freebsd.org, tkato@prontomail.ne.jp Subject: Re: ports/18604: update port: ftp/downloader In-Reply-To: <20000516181832.A14887@cichlids.cichlids.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [CC'ed to tkato@prontomail.ne.jp] On Tue, 16 May 2000, Alexander Langer wrote: > Thus spake andrew@chg.ru (andrew@chg.ru): > > > P.S. I'd like to maintain this port. > > Hmm. You sure? > tkato@prontomail.ne.jp updated this port very often the last weeks, so > it's not un-maintained :-) > Yes, I know. But IMHO each port should have a maintainer. if KATO Tsuguru does not want me to be maintainer of this port I'll not insist on it. ;-) > The patch is fine (while I'm here :) Thanks. And sorry for my English ;-) > > Alex > > -- > I need a new ~/.sig. > -- Andrew. Speaking only for myself, one of my many tricks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 10: 9:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw2.prontomail.com (mailgw2.prontomail.com [209.185.149.198]) by hub.freebsd.org (Postfix) with ESMTP id 9214A37BAFE for ; Tue, 16 May 2000 10:09:23 -0700 (PDT) (envelope-from tkato@prontomail.ne.jp) Received: from mail46.prontomail.com (209.185.149.146) by mailgw2.prontomail.com (NPlex 2.0.123) for ports@freebsd.org; Tue, 16 May 2000 10:09:21 -0700 Received: from web28 (209.185.149.228) by mail46.prontomail.com (NPlex 2.0.123); Tue, 16 May 2000 10:08:29 -0700 From: "KATO Tsuguru" Message-Id: Date: Wed, 17 May 2000 02:09:17 +0900 X-Priority: Normal Content-Type: text/plain; charset=ISO-2022-JP To: andrew@chg.ru Subject: Re: ports/18604: update port: ftp/downloader Cc: ports@freebsd.org, alex@big.endian.de X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > if KATO Tsuguru does not want me to be maintainer of this port I'll not > insist on it. ;-) I'm glad you to be a maintainer. :-) In addition, I suppose '@dirrm share/doc/downloader' line is required at the bottom of pkg/PLIST. -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 10:16:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw4.prontomail.com (mailgw4.prontomail.com [209.185.149.195]) by hub.freebsd.org (Postfix) with ESMTP id 7009F37B577 for ; Tue, 16 May 2000 10:16:24 -0700 (PDT) (envelope-from tkato@prontomail.ne.jp) Received: from mail46.prontomail.com (209.185.149.146) by mailgw4.prontomail.com (NPlex 2.0.123) for freebsd-ports@freebsd.org; Tue, 16 May 2000 10:15:53 -0700 Received: from web28 (209.185.149.228) by mail46.prontomail.com (NPlex 2.0.123); Tue, 16 May 2000 10:15:32 -0700 From: "KATO Tsuguru" Message-Id: <45A0302764B24D11781300807CFBC69C@tkato.prontomail.ne.jp> Date: Wed, 17 May 2000 02:16:21 +0900 X-Priority: Normal Content-Type: text/plain; charset=ISO-2022-JP To: Mbwa Subject: Re: problem with sane-1.0.2 port Cc: freebsd-ports@freebsd.org X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > What can I do to get this working? Please update ports tree, or simply remove patches/patch-aa. It does harm when GIMP is installed. This modification has already been done at current ports tree. -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 10:20:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sign.chg.ru (sign.chg.ru [193.233.46.10]) by hub.freebsd.org (Postfix) with ESMTP id A93E337BABA for ; Tue, 16 May 2000 10:20:28 -0700 (PDT) (envelope-from andrew@chg.ru) Received: from localhost (andrew@localhost) by sign.chg.ru (8.9.3/8.9.3) with ESMTP id VAA56158; Tue, 16 May 2000 21:20:22 +0400 (MSD) (envelope-from andrew@chg.ru) X-Authentication-Warning: sign.chg.ru: andrew owned process doing -bs Date: Tue, 16 May 2000 21:20:22 +0400 (MSD) From: "Andrew L. Neporada" To: KATO Tsuguru Cc: ports@freebsd.org Subject: Re: ports/18604: update port: ftp/downloader In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 17 May 2000, KATO Tsuguru wrote: > > if KATO Tsuguru does not want me to be maintainer of this port I'll not > > insist on it. ;-) > > I'm glad you to be a maintainer. :-) > > In addition, I suppose '@dirrm share/doc/downloader' line is required > at the bottom of pkg/PLIST. Yes. It is the last line in pkg/PLIST (my patch doesn't touch it) > > > -- > KATO Tsuguru / tkato@prontomail.ne.jp > > Sent by Japanese ProntoMail > -- Andrew. Stealing a rhinoceros should not be attempted lightly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 10:59:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 5254537B784 for ; Tue, 16 May 2000 10:59:12 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: from localhost (rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) with ESMTP id KAA58974 for ; Tue, 16 May 2000 10:59:11 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Date: Tue, 16 May 2000 10:59:11 -0700 (PDT) From: R Joseph Wright To: freebsd-ports Subject: kde2 is really kde11 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The newly committed kde2 port is really just a copy of the kde11 port as far as I can tell :-(. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 11: 2:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AD1E37B9D2 for ; Tue, 16 May 2000 11:02:30 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9C1131.dip0.t-ipconnect.de [62.156.17.49]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id UAA17619; Tue, 16 May 2000 20:02:24 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 39970AC2C; Tue, 16 May 2000 20:02:31 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id UAA26002; Tue, 16 May 2000 20:02:27 +0200 (CEST) (envelope-from alex) Date: Tue, 16 May 2000 20:02:27 +0200 From: Alexander Langer To: R Joseph Wright Cc: freebsd-ports Subject: Re: kde2 is really kde11 Message-ID: <20000516200227.A24294@cichlids.cichlids.com> Mail-Followup-To: R Joseph Wright , freebsd-ports References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from rjoseph@mammalia.org on Tue, May 16, 2000 at 10:59:11AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake R Joseph Wright (rjoseph@mammalia.org): > The newly committed kde2 port is really just a copy of the kde11 port as > far as I can tell :-(. A repo-copy, actually. Will has to commit the updates first. Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 11: 4: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 8F22A37B7E4 for ; Tue, 16 May 2000 11:03:58 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-041.dial.008.popsite.net [209.69.77.41]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id LAA99657; Tue, 16 May 2000 11:03:49 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 4FF52194D; Tue, 16 May 2000 14:03:20 -0400 (EDT) Date: Tue, 16 May 2000 14:03:20 -0400 From: Will Andrews To: R Joseph Wright Cc: freebsd-ports Subject: Re: kde2 is really kde11 Message-ID: <20000516140320.B497@argon.blackdawn.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from rjoseph@mammalia.org on Tue, May 16, 2000 at 10:59:11AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 16, 2000 at 10:59:11AM -0700, R Joseph Wright wrote: > The newly committed kde2 port is really just a copy of the kde11 port as > far as I can tell :-(. No, Satoshi repo-copied kde2 from kde11 to preserve the history. I am going to do the actual upgrade within an hour or two. Be patient! ;-) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 11:38:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 0A45237B9B4 for ; Tue, 16 May 2000 11:38:32 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: from localhost (rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) with ESMTP id LAA02659; Tue, 16 May 2000 11:38:24 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Date: Tue, 16 May 2000 11:38:24 -0700 (PDT) From: R Joseph Wright To: Will Andrews Cc: freebsd-ports Subject: Re: kde2 is really kde11 In-Reply-To: <20000516140320.B497@argon.blackdawn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 16 May 2000, Will Andrews wrote: > On Tue, May 16, 2000 at 10:59:11AM -0700, R Joseph Wright wrote: > > The newly committed kde2 port is really just a copy of the kde11 port as > > far as I can tell :-(. > > No, Satoshi repo-copied kde2 from kde11 to preserve the history. I am > going to do the actual upgrade within an hour or two. Be patient! ;-) > What is a repo-copy? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 11:45:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id B9C2E37BABD for ; Tue, 16 May 2000 11:45:26 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9C1131.dip0.t-ipconnect.de [62.156.17.49]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id UAA31822; Tue, 16 May 2000 20:45:21 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id AD1D6AC2C; Tue, 16 May 2000 20:45:28 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id UAA53566; Tue, 16 May 2000 20:45:25 +0200 (CEST) (envelope-from alex) Date: Tue, 16 May 2000 20:45:25 +0200 From: Alexander Langer To: R Joseph Wright Cc: Will Andrews , freebsd-ports Subject: Re: kde2 is really kde11 Message-ID: <20000516204525.A50465@cichlids.cichlids.com> Mail-Followup-To: R Joseph Wright , Will Andrews , freebsd-ports References: <20000516140320.B497@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from rjoseph@mammalia.org on Tue, May 16, 2000 at 11:38:24AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake R Joseph Wright (rjoseph@mammalia.org): > > No, Satoshi repo-copied kde2 from kde11 to preserve the history. I am > > going to do the actual upgrade within an hour or two. Be patient! ;-) > What is a repo-copy? A repo copy is a copy of the important control files in the cvs-repository. This is done to keep the history (that means, the history of the commits) of the ports, since it is nice (and can be important) to take a look into old commit-logs from time to time. If a commiter just would create a new directory, the history is lost, since this are new files for CVS. Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 11:54: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id 5257337BAF7; Tue, 16 May 2000 11:54:00 -0700 (PDT) (envelope-from gjohnson@nola.srrc.usda.gov) Received: (from glenn@localhost) by symbion.srrc.usda.gov (8.9.3/8.9.3) id NAA38844; Tue, 16 May 2000 13:53:57 -0500 (CDT) (envelope-from glenn) Date: Tue, 16 May 2000 13:53:57 -0500 From: Glenn Johnson To: Bill Fenner Cc: andreas@freebsd.org, ports@freebsd.org Subject: Re: apsfilter 5.4.2 does not work with 'raw' print queue Message-ID: <20000516135357.A38542@node1.cluster.srrc.usda.gov> References: <200005160611.XAA10474@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005160611.XAA10474@windsor.research.att.com>; from fenner@research.att.com on Mon, May 15, 2000 at 11:11:15PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 11:11:15PM -0700, Bill Fenner wrote: > PRINT_REDIR doesn't always get set, but the raw queue always uses it. > I fixed this by adding "PRINT_REDIR=cat" above the comment "# When > printing to file" in /usr/local/apsfilter/bin/apsfilter . Thanks, that fixed it. Should this be an official patch to the apsfilter port? -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@nola.srrc.usda.gov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 12:19: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AD0337BAFF; Tue, 16 May 2000 12:19:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id MAA37577; Tue, 16 May 2000 12:19:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 16 May 2000 12:19:07 -0700 (PDT) From: Kris Kennaway To: Christoph Kukulies Cc: freebsd-ports@FreeBSD.org Subject: Re: gcc-2.8.1 In-Reply-To: <20000516101838.A51600@gil.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 16 May 2000, Christoph Kukulies wrote: > The problem: GNAT (Gnu ADA Translator) uses gcc and a special version of it, > namely gcc-2.8.1. It applies some hundred patches to gcc and you can easily > imagine that the slightest difference in gcc version level would break this. Ah, I didnt realise this was a compiler patch. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 12:20:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7D4937BAEE; Tue, 16 May 2000 12:19:45 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA37678; Tue, 16 May 2000 12:19:45 -0700 (PDT) (envelope-from jake@FreeBSD.org) Date: Tue, 16 May 2000 12:19:45 -0700 (PDT) From: Message-Id: <200005161919.MAA37678@freefall.freebsd.org> To: girgen@partitur.se, jake@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18492 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: java/shujit State-Changed-From-To: open->closed State-Changed-By: jake State-Changed-When: Tue May 16 12:18:03 PDT 2000 State-Changed-Why: Commited, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 15:21:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 5755A37BAD1 for ; Tue, 16 May 2000 15:21:06 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c02-161.006.popsite.net [216.126.135.161]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA52853; Tue, 16 May 2000 15:21:03 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA79541; Tue, 16 May 2000 15:21:43 -0700 (PDT) (envelope-from obrien) Date: Tue, 16 May 2000 15:21:42 -0700 From: "David O'Brien" To: Christoph Kukulies Cc: freebsd-ports@freebsd.org Subject: Re: gcc-2.8.1 Message-ID: <20000516152142.A79475@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200005151736.TAA46750@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005151736.TAA46750@gilberto.physik.rwth-aachen.de>; from kuku@gilberto.physik.rwth-aachen.de on Mon, May 15, 2000 at 07:36:28PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 07:36:28PM +0200, Christoph Kukulies wrote: > Some ports (in this case gnat) require gcc-2.8.1. > How does gcc-2.8.1 into 4.0? pkg_add -v -r gcc28 > Does it replace the egcs compiler? No. > Or can both compilers coexist? Yes. GCC-2.8.1 will be issued by: ``gcc28'' and ``g++28'' -- -- 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 Tue May 16 15:29: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 703A037BAE1; Tue, 16 May 2000 15:29:01 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c02-161.006.popsite.net [216.126.135.161]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA52901; Tue, 16 May 2000 15:28:57 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA79623; Tue, 16 May 2000 15:29:38 -0700 (PDT) (envelope-from obrien) Date: Tue, 16 May 2000 15:29:37 -0700 From: "David O'Brien" To: Will Andrews Cc: FreeBSD Ports , Satoshi Asami Subject: Re: X11 issues (XFree86-libs port uploaded) Message-ID: <20000516152937.C79475@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20000514151256.N82488@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000514151256.N82488@argon.blackdawn.com>; from andrews@technologist.com on Sun, May 14, 2000 at 03:12:56PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 14, 2000 at 03:12:56PM -0400, Will Andrews wrote: > The port has me wondering about breaking up the X11 build into various > parts and using the current x11/XFree86 as a psuedo-port. For example, we > would have a XFree86-docs (which includes docs + manpages, etc.), > XFree86-server, XFree86-[], XFree86-libs, > XFree86-aoutlibs, and so forth. YES, this *must* be done. If it is not done by someone else before 4.1-R I will be doing it. The current situation is unacceptable for the Alpha. -- -- 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 Tue May 16 15:32:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 8E2EF37BB6A for ; Tue, 16 May 2000 15:32:41 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c02-161.006.popsite.net [216.126.135.161]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA52932; Tue, 16 May 2000 15:32:38 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA79661; Tue, 16 May 2000 15:33:14 -0700 (PDT) (envelope-from obrien) Date: Tue, 16 May 2000 15:33:14 -0700 From: "David O'Brien" To: Chuck Robey Cc: FreeBSD Ports Subject: Re: X11 issues (XFree86-libs port uploaded) Message-ID: <20000516153314.D79475@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20000514151256.N82488@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from chuckr@picnic.mat.net on Sun, May 14, 2000 at 11:05:29PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 14, 2000 at 11:05:29PM -0400, Chuck Robey wrote: > I've spent some time thinking about it, trying to see why breaking it up > into smaller chunks might be a good thing. About the only arguments I can > see are negative ones, reasons why I'd much rather have more confidence > that most people were required by the port to install ALL of > XFree86. Could you talk a bit about why you think breaking the port up > could be regarded as a good thing? 1. 4.0-R shipped with FreeBSD 3.x binaries that require compat3x support to run. This is because XFree86 Inc. will only provide bits for released products. This causes us problems in .0 releases. 2. It should be pkg_* controlable. We have this spiffy packaging system, and yet one of the biggest beheemiphs that could really be better controlled with it, isn't. 3. XFree86 Inc. will not provide us with FreeBSD/Alpha bits. Need I go on? > I'm not sure why breaking it up would be a needed first step in having our > own setup (if someone wanted to do that). Install the XFree86 package on the Alpha. It installs every bit in the world. I really don't need all the PC-98 crud on my Alpha. -- -- 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 Tue May 16 16:20: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 253D737B7DC for ; Tue, 16 May 2000 16:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02654; Tue, 16 May 2000 16:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lathian.com (adsl-63-200-45-30.dsl.snfc21.pacbell.net [63.200.45.30]) by hub.freebsd.org (Postfix) with ESMTP id BC1DA37B69D for ; Tue, 16 May 2000 16:14:23 -0700 (PDT) (envelope-from mab@lathian.com) Received: from enzian.lathian (enzian.lathian [10.0.0.33]) by lathian.com (Postfix) with ESMTP id 568161B201 for ; Tue, 16 May 2000 16:14:23 -0700 (PDT) Received: by enzian.lathian (Postfix, from userid 1000) id 8D5602C923; Tue, 16 May 2000 16:14:22 -0700 (PDT) Message-Id: <20000516231422.8D5602C923@enzian.lathian> Date: Tue, 16 May 2000 16:14:22 -0700 (PDT) From: mab@lathian.com Reply-To: mab@lathian.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18609: misc/amanda24: change amdump to set nodump flag on dumps to disk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18609 >Category: ports >Synopsis: misc/amanda24: change amdump to set nodump flag on dumps to disk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 16 16:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Matthew Braithwaite >Release: FreeBSD 4.0-STABLE i386 >Organization: Lathian >Environment: >Description: This is super handy because it allows you to back up your holding disk without sucking in the huge files Amanda is writing there. Yes, I know, you're supposed to dedicate a holding disk, but this is handy for the cases where you can't. Add the following NEW FILE, patches/patch-ag: *** server-src/dumper.c Thu Nov 19 15:12:23 1998 --- server-src/dumper.c.new Wed May 10 22:41:46 2000 *************** *** 288,293 **** --- 288,304 ---- amfree(q); break; } + #ifdef UF_NODUMP + /* + * Do this to make sure this file itself is not backed up + * accidentaly. We do not really care for the return value + * of fchflags, because the open above would've failed if + * anything was wrong. + * XXX configure should tell us if fchflags exists on this + * platform + */ + fchflags(outfd, UF_NODUMP); + #endif filename_seq = 0; check_options(options); >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 16:21:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 2033C37B94E for ; Tue, 16 May 2000 16:21:19 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c02-161.006.popsite.net [216.126.135.161]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA53012; Tue, 16 May 2000 15:53:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA79931; Tue, 16 May 2000 15:53:50 -0700 (PDT) (envelope-from obrien) Date: Tue, 16 May 2000 15:53:49 -0700 From: "David O'Brien" To: Narvi Cc: FreeBSD Ports Subject: Re: rc.d startup scripts Message-ID: <20000516155349.F79475@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20000506155749.K55274@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from narvi@haldjas.folklore.ee on Tue, May 09, 2000 at 02:08:26PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 09, 2000 at 02:08:26PM +0200, Narvi wrote: > In short - if we change from the present scheme, we want something better > than just stop and restart entry points for the scripts. We do?? I would be *quite* happy with just those additions. If we wait for the Holy Grail, we will never make a single step forward. > What happens if the restarting is not an atomic, independent act? Same that happens when I have to: ps -auxww |grep foo kill /usr/local/bin/foo -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 16:21:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 6621937BB4C for ; Tue, 16 May 2000 16:21:22 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c02-161.006.popsite.net [216.126.135.161]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA52950; Tue, 16 May 2000 15:37:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA79709; Tue, 16 May 2000 15:37:58 -0700 (PDT) (envelope-from obrien) Date: Tue, 16 May 2000 15:37:58 -0700 From: "David O'Brien" To: "Scot W. Hetzel" Cc: FreeBSD-Ports Subject: Re: Apache & Module Port Status Message-ID: <20000516153758.E79475@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <005a01bfbd51$8af9f1a0$8dfee0d1@westbend.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <005a01bfbd51$8af9f1a0$8dfee0d1@westbend.net>; from hetzels@westbend.net on Sat, May 13, 2000 at 10:07:25PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 13, 2000 at 10:07:25PM -0500, Scot W. Hetzel wrote: > I have done some more work on these ports, and now have the following > building: YES!! :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 16:37: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 0522337B59F for ; Tue, 16 May 2000 16:36:56 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id RAA32176; Tue, 16 May 2000 17:55:47 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <001201bfbf89$e0141320$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Brandon Fosdick" Cc: References: <00ee01bfbecc$b4e55f00$8dfee0d1@westbend.net> <3920B74C.1C658583@glue.umd.edu> <000001bfbef4$1fd7d780$8dfee0d1@westbend.net> <392171E6.6FF040BC@glue.umd.edu> Subject: Re: Cyrus Troubles Date: Tue, 16 May 2000 17:55:47 -0500 Organization: West Bend Internet 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.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Brandon Fosdick" > "Scot W. Hetzel" wrote: > > You have no defered / error message in the sendmail log. > > Good call. :) Don't know why I didn't think to look there. How do I tell > sendmail to find deliver in /usr/local/cyrus/bin? > You need to define CYRUS_MAILER_PATH in your sendmail *.mc file. I use the following in the *.mc file: dnl This stuff actually makes Cyrus work as the local mailer dnl The flags A5@/:| are standard dnl w: look up users in passwd file - enables .forward processing. dnl S: always run deliver as the cyrus user dnl The mXz flags are there to enable LMTP support with the -l flag on deliver. dnl If you wish to use single-message-store on 1.6.22 uncomment this entry dnl (remove dnl) and comment then next entry (add dnl). dnl define(`CYRUS_MAILER_FLAGS', `SA5@|:/wmXz')dnl dnl define(`CYRUS_MAILER_ARGS', `deliver -l -e')dnl dnl This is the normal way of delivering mail, If you wish to use define(`CYRUS_MAILER_FLAGS',`SA5@|:/w')dnl define(`CYRUS_MAILER_ARGS',`deliver -e -m $h -- $u')dnl define(`CYRUS_MAILER_PATH',`/usr/local/cyrus/bin/deliver')dnl define(`CYRUS_MAILER_MAX',`eval(5*1024*1024)')dnl define(`CYRUS_MAILER_USER',`cyrus:cyrus')dnl define(`CYRUS_BB_MAILER_FLAGS',`S')dnl define(`CYRUS_BB_MAILER_ARGS',`deliver -e -m $u')dnl MAILER(cyrus)dnl LOCAL_RULE_0 R$=N$: $#local $: $1 R$=N < @ $=w . >$: $#local $: $1 Rbb + $+ < @ $=w . > $#cyrusbb $: $1 LOCAL_CONFIG FN /etc/mail/sendmail.cN NOTE: sendmail.cN is a list of users that don't need their messages stored on the IMAP server (i.e. root ). Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 16:50:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 76D8E37B61A for ; Tue, 16 May 2000 16:50:11 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id JAA50157 for ; Wed, 17 May 2000 09:50:05 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from itga.com.au (lightning.itga.com.au [192.168.71.20]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id JAA21942; Wed, 17 May 2000 09:50:04 +1000 (EST) Message-Id: <200005162350.JAA21942@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: ports@freebsd.org Subject: Netscape47 ports outdated Date: Wed, 17 May 2000 09:50:04 +1000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The Makefiles for the Netscape47 ports are still looking for 4.72, but the version available from netscape.com is 4.73. I installed the netscape47-navigator.us 4.73 version (seemingly successfully) by hacking the port Makefile (to change "2" to "3") and using NO_CHECKSUM=yes, so the update to the port should be simple (if only I knew how...!) BTW: non-US people are now allowed to download and install this version - is it time to retire the .us ports and just stick with the strong crypto version? Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 17:10: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AFC037B6E7 for ; Tue, 16 May 2000 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16213; Tue, 16 May 2000 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from adam.komaba.utmc.or.jp (adam.komaba.utmc.or.jp [202.213.131.98]) by hub.freebsd.org (Postfix) with ESMTP id B8DC237B968 for ; Tue, 16 May 2000 17:03:29 -0700 (PDT) (envelope-from ixtl@komaba.utmc.or.jp) Received: (from ixtl@localhost) by adam.komaba.utmc.or.jp (8.9.3/3.7Wruriruri/19990126) id JAA08142; Wed, 17 May 2000 09:03:27 +0900 (JST) Message-Id: <200005170003.JAA08142@adam.komaba.utmc.or.jp> Date: Wed, 17 May 2000 09:03:27 +0900 (JST) From: ixtl@utmc.or.jp Reply-To: ixtl@utmc.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18610: update port japanese/latex2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18610 >Category: ports >Synopsis: update port japanese/latex2html >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 16 17:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sugimoto Sadahiro >Release: FreeBSD 3.3-RELEASE i386 >Organization: University of Tokyo >Environment: FreeBSD babel 3.3-RELEASE FreeBSD 3.3-RELEASE #8: Wed May 10 08:07:00 JST 2000 root@:/usr/src/sys/compile/BABEL i386 >Description: Version 99.1 + JA patch 3.01 Change file name and directory name ... jlatex2html -> latex2html Change default format of image ... GIF -> PNG >How-To-Repeat: >Fix: This port contains a new binary file and many changes. So I send this port as uu-encoded tarball(not patch. excuse me). begin 644 latex2html-20000430.tar.gz M'XL(`/M-##D``^V=ZW+C.':`/9-4:JW*C_S)?^RTJWIV)Z(NENRU>YU:M:7N MT8QE:RSU=*>J*UJ0A"BT>5N0M*WI[;Q%7BROD.=()0`O$B61//"VX\U,<+K< M$HF/!P>W`Y"$`!N'Y+Z]"!V[WFYRZ1PV&WN/+*C3/.YVT1Y"K>-N,_^921.A MXU;SL-EIMX^Z/+C-@3W4?6Q#BB0*0LP0VJ/WH5W%0>$_4[$+RM^_L1ZU#CR@ M_#N=9D>4_W'W4)7_4TA9^9]?C4:#R^FCQ-%J-H\ZG8KR[[17[;]S?,B#.\U# MWOZ;CQ([(/_/R_\[[&.7!`1=X"EYU_YV.KI`=S1AL:C]M2U4\K\I M9>U_?#&]7[8/3ET36IP[U,7WJ=Q/>CU M1P.(THEK89MJ/F$%5A>S0;B$4)/WA#%J\CQV=@/+ M/&QR/O'XI:')H'`G=,K-:&O3T;@@Z*I_M7OVW7*T2B1WSOX"E]6T/&E@YI6U MG@W.6!IV60W;`!?$"4(F2RYE(E_(1K[@12N7GI1<2*"V9V!7)B]M[T[6T/NE MXY166",>".B8-9K-<\\-B1L65)\\Q0@V':*%]V$59^`0VYX%8MDW38\L.=`, M[^5`:LJ";F62C86`@H)VLV9X!M,YX>,F(+V1;_+3)93GSBGOY$G=#T*/.D7Y M<4?TU'O@&S*G-JEBRES%FA#?RBK&!E0RP%Q#BU!*5XH5.L0=BH=4439U;\A] M2[N#H78UY/#,%'^:7VG\G6&']YI."X;&VU!!=*9G!`TM=\M&75I0"V*LO'0W M@K4YPT[1*#ZFL.\3WAW=%^=CC*S;0&&);#*5'F('K7(36W"EK]AFJQU&*5WH M-4KI0M=13A?YCQVZS(EL@=6>9`NN!R\E3R M45&?-CDPUK0>)4>E*!"C8]LT*!G?)LC2)_?\!J/"G@]1$-+YLD*)W5Z(_`DT M7BCEB&5[&C>F'."5KQIPRH:4"4`-XAJD(B7\>B#O.1%A6]/ULAQ/`:/`%>;# M+;NL9:0`OU,$`(S3[?YV+`*">)2;8C!5(AY'U>6I@PT M76E(W[I6S<+Z7C?BD5MRL5L2L7JRL1 M93)(@SE>5VP)+/(K:DL0^;['PHK:&;$JUQ<%A`EW47)]"(]'R#UV?)M4>/^, M8*3HO?&EN%/?Q0K[YQ66=C"WK?8N!/9\$IV>1'\GU]51 M?H-0-[V@H=L1[_UMN[C>K#!C,=.)-6-2&"WQ67G,)!)1.!R7`8H2X.H9RC3K8(A`C^L&9`U#B\8'-OQ0^ M.5I1[OW,8J"NE+)@3(KQ^.`)P#R6C&L!S.>W=!+5WX\8]R>PMEN9S$@I**$< MDV(D,H,/W"42&?DSAULF04E$>;>@(8&KZY+8MG=7E;%Q*Y-P4PF7W,Y`3FB7 MG3%J+2J:X,85L;^I:&0%\(/T5SJJ;5)2<^:R[O62UKS)0663F;,#RSOY5M['I52U4TRAQ"O*F$?=6QK,L&LL/`;EJ,OO!7FK\N!V4\Q7 MMLC<)?+*9=5F+A0N!=B+IAPCM]2+@H?D1]$U$L:O+GM8)-+JTPX!3C/H>Q-, M-CL>D`69"P;CSIQP->F[UMH-\X,J;L,-R[&I4Y6#A8>$R$U/!M%;G@S`>#``3'P5!.1\%H#M^YX&\J&`RE\@KEU6;\SL`N?([$%?D=_Z":R2,W_([ M#Z)EU*_]#D!F?@?`9+/C`5FP]CL`F/,[Q:0;A#RP'I*B)YCKKU5A6O(FK``1 MMS>%]S;)&QR_."`@5O8)`L4WZ'[0IHY5=XM"X(>#T'-!^)&@Q--`F0>!4L\` M91[_R3SYDWKH)_.\#WS4!S_E`Q_P23S;@Q_K04_T2E_KI@$SU_.I7_0^#W@R M%(1+$>_Y=]^7O(!-@>E@-+[H30?5%)XS>H-+9PQDE&V'91,5,L0AC!J@(B?` M#-04Z)YW`T)S3]PO092#P[*Y&&LH6#IEK[/7$#\%,"RDY;,T,B@P'&Q(,YK' MBIQC!D9!R"B4Z3K62=ELJSRB!T#)Z'B!@[+):QD#%IW.\$^EL[]6#`D](%GQ MFV0H[>L7MP!6-64H@SS;@_0(Q+PMFXV940PO/1L7O\I=,1X.P:(U?B(&4+U- M[-(`8J(04D-($DP@+NT&/87U``, M3RF@)O#3MYB9$"3!\!$!0"3O;0!&AHBG(%12U/4C?@,,=`64@962M5*J+SX!=G4W"D`!]G>VY5CH^KL0"C^E@_72PM80Z:7'7)N;+5$,>(S.I M<9\3V;S#M7"D7Y7HL`(9&[E("\CVX(Q85,+*@JB53FYFE5XY3 MF"&()6!\2A+E0+9-I,8'NW&,A&P1`7J+R!+S%Z"B(>S%M"9$.V M\V.3S`'C^;$+#PWX<6AXC@]0$;L![8^D6N@M83H?D0*.(Z.2N7&5Z!W1P5NJ M.V)#UM_Q000X)+OG!6D`97U?YCG%XRWN70V[3MS;XF=&:\3')8^5UHC(HRJ& MJRB;HID#6AHI>BZ1$(PY=>':2I3L0MFX_$O\;@D-X@MG%"3XY)A;.%L MF#45#[T@IF)>39Z28\KG@*ZYREF>:\PV(][.`*AT:M8:V6P;A3!'`NJY:;86 M3E%?(>*H/6O)0&T8.IPU92")Z`YEHNM`T='6[]QJ@M_[6Q`14A>P.&8`@V/F M4(+I2#!=">:HFDG&-E5$.BZK0B*7#W[,',019R[^3_#\107.H(K>=@D5[)9C MJ"*WW4,E^Q!RRU54T+L.HP+>=AL5Z*;SJ`!W7<@?3,J=/0*OW`1S`1N_8BRE M-3\'L_6:K6W;]^>HD48^J>-QMW=G19Z?A!&)O4TP],^^(U_NW&BT&L$WCR\ MV_(?M=H8&S=<'QIAZH;\C[!3-(DLZG@\I1-LX@5E'OJ]J!I_B$+'T#S&=?[S MS\FY%+7_Y!7TX\7QD/7_.NVV:/_MX[9:_^TII+S\LYDRGQ\'X/_;G6X[7?]) M+``IUO_K-@_;RO\_A3S[7*D]0ZLY5>+@0AR@\TT?[K%<_Q)C<:;6O-3A^YP9_ZB)C0B4?PA2J?/ M;/4]XIJ#UY/9Q?`E.D//>5W5T`O4B`*6M(Y&,JRT%JL.J-'5NLW;N4UU#B)) MM"%Y03PUY?D+]`P-W8#WNCS']'7WNE[S09C<'_PX/!\(JWW?8?A.[C+!YTP0 MBX-94C&.+T?GO>GJ\G>MUO51?+GO.@8.)56\&EX,BG6(FB*I9'HUOGQ=K(5W M_JXEI>;E:-3[OM`6W1'W17+9>=&[[$_.>^/!5KY6U06;CV@"`_N:+Y?QX]$/ M;WJ7A5GO.WR8Y$IG_L5P7)+Y-O5EE.C6+)ZI(K2\?Z;/Q3^9Z^*9H_E+Y['( MUKOKJQ*[#>;)V!V[`2+&D:5.H-9Z\7,:U#U`ROO_U8I.GQT'N/XK:F[U_YWN M85/U_T\AY>6_7L;Q<^/@Y5\Q_N^(:+?'?ZW#(U7^3R)_]X^8___EWM[?_L?> MWC^(,W^_M_?%7O*W]ZOTRY?IY]^DGU^G5W_Q[^ZG_TR_?YG^/;G\ZHN_1JQ* ME"A1HD2)$B5*E"A1HD2)$B5*E"A1HD2)$B5*E"A1HD2)$B5*E"A1HD2)$B5* ME"A1HD3)T\E__;<2)4J4*%&B1(D2)4J4*%&BY)L_..9CK;\&K?_1;K=R MZ[\=BO7?CKN':OV'IY!1OXN^_K"N!;.3$ZWUS:'6;,6[@F@\1GJ,\/ MLE7[3O?W#U'/9ZAU?VY=9*%6L!'CPBA'RUU"7H[G'X[$^>_ M_J-(`ZKWLS-__(U6JXVOKJ>7O='@;#^7'G'RQ\'U9'AU>;9_\#']^NG#PFPY>7UT/!Y.S_6RW*,1UA#[SC-JH-YD.KF>3X52$PPO.FD3LC=+P M&;WEAC1,*O;7B,3.M[I-XEVL&=4;@1$D-3OOJM>F?K-A:K*?4VW< MFYY_*V]1T1*X\0K`C9.3>JN1J!,K]$W.4-[+EUJ1./W4#)&"V61Z/1R?[=?] M5HUGV/!RRO\&UV?[6_6B5KM^?UKMUM5( MPNHD,M#[VOZ^>4O]H)B,@V[JR5*+@K5*P-MY;F&^;C=FL;L4:PMULO>9/!I8T'"8J59:$TC+L_)6FU5 M0T6W6EMG]-F^Z&)KM;?7WT^NST4L_%NL*U?%WTP&L_'@^J)[MK\D0>WR:O;R MS?"BGQS5+MK?\@O$I>/KP:OANT^-G?72:V*1Y7I<'TYKFEC0=-S_=$%K& M:+3>_&;;_']]_^S76TMJBOV`3OGI%$R-+[5]6R%/.HHK\5<[2TJNK7__U>F* M>[[*I_?/D\@V-5:HV<[B32/7J>95?Z/FKV/@%\2Q_'DXZKT>S*;_,AZ<:;]] MD3]\;M'Y\Q=_3K)AK7VG^JR:@NG5TT([%3&-XNJ.5J:*<\/+R;1W<3'K]Z8] M$10[KJ15I*O5;IQ<+W:7&K$.6JV#F(L@KDXF9:)";>QT@7([6J#5OA1H<_\) M$45NJPF4WU(B/D#I_A$HVR<"91L^H-7&#D+):@\'E.[5@)(]%U"\MP):[:&` M5GLEB*2=CWFQ7.?KVD>>E'S^;;0:L?*[2.<55\*HV-K%>4`CXE9F[>B!C2@K MP?S1( M/Q)4&)L>QXX.3:_Z5[Q`0BW7W5&7A@6>;7-[[?V"&KBV7AA89'V^*F\ZXO(= M6(KJ>JYYIGM$_?8OU+B;][FB7:OD3DWT?JYA1R9!O]<#4XNW`'1N?E9KX2M1 FHD2)$B5*E"A1HD2)$B5*E"A1HD2)$B5*E/P2Y'\`4T@Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 17:24:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 04B7837B6E7; Tue, 16 May 2000 17:24:41 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id UAA70717; Tue, 16 May 2000 20:24:05 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Tue, 16 May 2000 20:24:05 -0400 (EDT) From: Chuck Robey To: "David O'Brien" Cc: FreeBSD Ports Subject: Re: X11 issues (XFree86-libs port uploaded) In-Reply-To: <20000516153314.D79475@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 16 May 2000, David O'Brien wrote: > On Sun, May 14, 2000 at 11:05:29PM -0400, Chuck Robey wrote: > > I've spent some time thinking about it, trying to see why breaking it up > > into smaller chunks might be a good thing. About the only arguments I can > > see are negative ones, reasons why I'd much rather have more confidence > > that most people were required by the port to install ALL of > > XFree86. Could you talk a bit about why you think breaking the port up > > could be regarded as a good thing? > > 1. 4.0-R shipped with FreeBSD 3.x binaries that require compat3x support > to run. This is because XFree86 Inc. will only provide bits for > released products. This causes us problems in .0 releases. > 2. It should be pkg_* controlable. We have this spiffy packaging system, > and yet one of the biggest beheemiphs that could really be better > controlled with it, isn't. > 3. XFree86 Inc. will not provide us with FreeBSD/Alpha bits. > > Need I go on? Oh, I don't say you're wrong, but I don't understand why it's necessary to break it into smaller packages to get there. Regarding your wish that we use packages; I agree; I offered Jordan to build a port that packages it, so that we could have a package. He turned me down, saying that what he wanted was an absolute replica of what the XFree86 organization produces. I didn't think it was a good idea, but my way of arguing was just to not do one like that. It would have been IMO a lot of effort producing the wrong thing. I like the idea of a i386 package and a alpha package, I just don't see why that mandates the thing has to be in little pieces. I got XFree86 to build on the alpha myself, back when I suggested it to Jordan. Of course, we have a different version now ... ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 17:44:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id CE63637B55D for ; Tue, 16 May 2000 17:44:15 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id TAA33355; Tue, 16 May 2000 19:44:08 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <01cb01bfbf99$036c6480$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Chris Dillon" Cc: "Brandon Fosdick" , References: Subject: Re: Cyrus Troubles Date: Tue, 16 May 2000 19:44:08 -0500 Organization: West Bend Internet 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.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Chris Dillon" > It still doesn't make sense, but it is. The method that would make > sense is "sasldb", since pwcheck isn't even a valid method. But I'll > be damned if it doesn't work. :-/ > > But that is ALL that is required. sasldb.db can be readable only by > root, which the pwcheck daemon runs as. I do suppose now that you > could run the pwcheck daemon as another user (a "sasl" user > perhaps?) and be readable by that user. > > I still can't figure out how to get pwcheck to check the local unix > password database instead of sasldb.db, though. > You don't need to add anymore users to the sasldb.db, if you want it to use the password database. The only user that I have in the sasldb.db is the admin user, all other users are authenticated with the password database. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 18: 1:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 7C73137B5F4 for ; Tue, 16 May 2000 18:01:02 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c06-183.006.popsite.net [64.24.38.183]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id SAA53503; Tue, 16 May 2000 18:00:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA81199; Tue, 16 May 2000 18:01:39 -0700 (PDT) (envelope-from obrien) Date: Tue, 16 May 2000 18:01:38 -0700 From: "David O'Brien" To: Gregory Bond Cc: ports@freebsd.org Subject: Re: Netscape47 ports outdated Message-ID: <20000516180138.A81176@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200005162350.JAA21942@lightning.itga.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005162350.JAA21942@lightning.itga.com.au>; from gnb@itga.com.au on Wed, May 17, 2000 at 09:50:04AM +1000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 17, 2000 at 09:50:04AM +1000, Gregory Bond wrote: > The Makefiles for the Netscape47 ports are still looking for 4.72, but the > version available from netscape.com is 4.73. The Ports .us versions aren't updated yet. I am working on it and all the Alpha versions. > BTW: non-US people are now allowed to download and install this version - is > it time to retire the .us ports and just stick with the strong crypto version? No. There are still some restictions, plus the 128-bit versions aren't on the FTP servers, so they still require manual downloading. -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 18:37:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by hub.freebsd.org (Postfix) with ESMTP id 35E2937B68A for ; Tue, 16 May 2000 18:37:23 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from waterblue.imgsrc.co.jp (localhost [127.0.0.1]) by waterblue.imgsrc.co.jp (8.9.3/8.9.3) with ESMTP id KAA00426; Wed, 17 May 2000 10:37:18 +0900 (JST) (envelope-from kuriyama@FreeBSD.org) Date: Wed, 17 May 2000 10:37:17 +0900 Message-ID: <8666se3qk2.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: camel@avias.com Cc: ports@FreeBSD.org Subject: Re: ucd-snmp port problem In-Reply-To: In your message of "16 May 2000 11:19:41 GMT" References: User-Agent: Wanderlust/1.1.1 (Purple Rain) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 16 May 2000 11:19:41 GMT, Ilya Naumov wrote: > cannot install the latest ucd-snmp port. compilation goes fine, but after > "make install" i get the following error messages: Latest ucd-snmp port has some compilation problem on my -current environment. Bill knows about that and he will update his port to fit -current. Please wait. -- Jun Kuriyama // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 19:57: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 7E59E37BB6F for ; Tue, 16 May 2000 19:56:55 -0700 (PDT) (envelope-from howardjp@wam.umd.edu) Received: from rac3.wam.umd.edu (root@rac3.wam.umd.edu [128.8.10.143]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA00026 for ; Tue, 16 May 2000 22:57:00 -0400 (EDT) Received: from rac3.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac3.wam.umd.edu (8.9.3/8.9.3) with SMTP id WAA16903 for ; Tue, 16 May 2000 22:56:53 -0400 (EDT) Received: from rac3.wam.umd.edu (howardjp@localhost) by rac3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA16898 for ; Tue, 16 May 2000 22:56:52 -0400 (EDT) Message-Id: <200005170256.WAA16898@rac3.wam.umd.edu> X-Authentication-Warning: rac3.wam.umd.edu: howardjp owned process doing -bs To: freebsd-ports@freebsd.org Subject: Conditional Patches in Ports? Date: Tue, 16 May 2000 22:56:51 -0400 From: James Howard Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am working on a port (a text editor) which should optionally have support for ispell. This support is compiled in and cannot be changed at run time. Is it possible to have the ports system apply a patch only if a variable (WITH_ISPELL in this case) set? Thanks, Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 20:40: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9707137B68A for ; Tue, 16 May 2000 20:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA66273; Tue, 16 May 2000 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9D9BE37B620; Tue, 16 May 2000 20:38:33 -0700 (PDT) Message-Id: <20000517033833.9D9BE37B620@hub.freebsd.org> Date: Tue, 16 May 2000 20:38:33 -0700 (PDT) From: bsdx@looksharp.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18615: gcombust port needs updating (pseudo patches included) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18615 >Category: ports >Synopsis: gcombust port needs updating (pseudo patches included) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 16 20:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Adam McDougall >Release: FreeBSD 4.0 and 5 >Organization: >Environment: doesnt matter >Description: current gcombust port (ver 0.1.28) lacks 12x speed option and is not-so-compatable with port's latest mkisofs. Updating to 0.1.32 is easy, solves the problems, and absorbs the current patches in the port dir. Port maintainer has been contacted Sat, 13 May 2000 03:07:19 -0400 (EDT) no reply so far, I will followup if they dont respond in a while. Inquiries about the port several weeks ago did not yeild a response. >How-To-Repeat: use old port, note lack of 12x speed and burn error with latest mkisofs >Fix: cd /usr/ports/sysutils/gcombust rm patches/* edit Makefile and change PORTVERSION to 0.1.32 make makesum commit changes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 16 22:59:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id D53E137B6C6; Tue, 16 May 2000 22:59:18 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.77.41]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id WAA14536; Tue, 16 May 2000 22:59:15 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 8BA1E1920; Wed, 17 May 2000 01:58:59 -0400 (EDT) Date: Wed, 17 May 2000 01:58:59 -0400 From: Will Andrews To: Chuck Robey Cc: "David O'Brien" , FreeBSD Ports Subject: Re: X11 issues (XFree86-libs port uploaded) Message-ID: <20000517015859.B52630@argon.blackdawn.com> References: <20000516153314.D79475@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from chuckr@picnic.mat.net on Tue, May 16, 2000 at 08:24:05PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 16, 2000 at 08:24:05PM -0400, Chuck Robey wrote: > I like the idea of a i386 package and a alpha package, I just don't see > why that mandates the thing has to be in little pieces. It doesn't really mandate that, but what does is flexibility. Not everyone wants to RUN the X server, but just have libs and/or headers installed if they build any ports that need xpm or similar support. There's your reason for breaking it up. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0: 2:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1502637BBFE; Wed, 17 May 2000 00:02:38 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA95852; Wed, 17 May 2000 00:02:38 -0700 (PDT) (envelope-from jake@FreeBSD.org) Date: Wed, 17 May 2000 00:02:38 -0700 (PDT) From: Message-Id: <200005170702.AAA95852@freefall.freebsd.org> To: jake@FreeBSD.org, freebsd-ports@FreeBSD.org, jake@FreeBSD.org Subject: Re: ports/17803 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: devel/gdb11 Responsible-Changed-From-To: freebsd-ports->jake Responsible-Changed-By: jake Responsible-Changed-When: Wed May 17 00:02:08 PDT 2000 Responsible-Changed-Why: I'll take this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0: 2:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from master.telia.net (master.telia.net [194.237.170.70]) by hub.freebsd.org (Postfix) with ESMTP id 1DD0637B54A for ; Wed, 17 May 2000 00:02:45 -0700 (PDT) (envelope-from khaled@w-arts.com) Received: from localhost (elite@localhost) by master.telia.net (8.9.3/8.9.1) with ESMTP id JAA29404 for ; Wed, 17 May 2000 09:02:42 +0200 (CEST) (envelope-from khaled@w-arts.com) X-Authentication-Warning: master.telia.net: elite owned process doing -bs Date: Wed, 17 May 2000 09:02:42 +0200 (CEST) From: Khaled Daham X-Sender: elite@master.telia.net To: freebsd-ports@freebsd.org Subject: Apache13-php4 port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! compiling apache+php4 with the snmp module gives the following error snmp.c: In function `php_if_snmp_set_quick_print': snmp.c:366: syntax error before `int' snmp.c:367: `set_val' undeclared (first use in this function) snmp.c:367: (Each undeclared identifier is reported only once snmp.c:367: for each function it appears in.) This is what I do to correct the problem .. ( The problem is more a PHP problem than a freebsd/ports problem , this error occur on Solaris aswell ) --- work/php/ext/snmp/snmp.c Sun Mar 26 17:43:24 2000 +++ b Wed May 17 09:43:30 2000 @@ -358,12 +358,13 @@ /* {{{ proto void snmp_set_quick_print(int quick_print) Return all objects including their respective object id withing the specified one */ PHP_FUNCTION(snmp_set_quick_print) { + int set_val; zval **a1; if (ARG_COUNT(ht) != 1 || zend_get_parameters_ex(1, &a1) == FAILURE) { WRONG_PARAM_COUNT; } convert_to_long_ex(a1); - int set_val = (*a1)->value.lval; + set_val = (*a1)->value.lval; snmp_set_quick_print(set_val); } /* }}} */ /Khaled Daham, w.arts Mail: khaled@w-arts.com Cell: +46-70-6785492 Cell: +966-54491462 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0:30:53 2000 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 EC1EB37B953 for ; Wed, 17 May 2000 00:30:49 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from bigeye.rhein-neckar.de (uucp@) by mail.inka.de with local-bsmtp id 12ryI4-0006EF-00; Wed, 17 May 2000 09:30:48 +0200 Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id IAA61353 for freebsd-ports@freebsd.org; Wed, 17 May 2000 08:28:06 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: Conditional Patches in Ports? Date: 17 May 2000 08:28:06 +0200 Message-ID: <8fte5m$1rt1$1@bigeye.rhein-neckar.de> References: <200005170256.WAA16898@rac3.wam.umd.edu> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org James Howard wrote: > I am working on a port (a text editor) which should optionally have > support for ispell. This support is compiled in and cannot be changed at > run time. Is it possible to have the ports system apply a patch only if a > variable (WITH_ISPELL in this case) set? Yes, see misc/less. -- 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 Wed May 17 0:49:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8310937B9C0; Wed, 17 May 2000 00:49:17 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03326; Wed, 17 May 2000 00:49:17 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Wed, 17 May 2000 00:49:17 -0700 (PDT) From: Message-Id: <200005170749.AAA03326@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/16606 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: Adobe Acrobat Viewer - a new Adobe's free PDF viewer written entirely in Java Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: knu Responsible-Changed-When: Wed May 17 16:48:08 JST 2000 Responsible-Changed-Why: He's now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0:50:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A43E37BA91 for ; Wed, 17 May 2000 00:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03471; Wed, 17 May 2000 00:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fysgr665.sn.umu.se (fysgr665.sn.umu.se [130.239.129.42]) by hub.freebsd.org (Postfix) with ESMTP id 2429237B9C0 for ; Wed, 17 May 2000 00:44:47 -0700 (PDT) (envelope-from saska@fysgr665.sn.umu.se) Received: by fysgr665.sn.umu.se (Postfix, from userid 1000) id A1192BF; Wed, 17 May 2000 09:49:23 +0200 (CEST) Message-Id: <20000517074923.A1192BF@fysgr665.sn.umu.se> Date: Wed, 17 May 2000 09:49:23 +0200 (CEST) From: markush@acc.umu.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18616: colorls outputs colorization and type char in different order in long and short mode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18616 >Category: ports >Synopsis: colorls outputs colorization and type char in different order in long and short mode >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 00:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Markus Holmberg >Release: FreeBSD 3.4-STABLE i386 >Organization: n/a >Environment: FreeBSD with the colorls-2.2.7 port installed. >Description: When colorls colorizes the long output format, it puts the closing colorization code after the "type character", as opposed to before in short output format. This is a very minor annoyance, but a fix won't hurt (improves readability in long output format IMHO and makes behaviour consistent). >How-To-Repeat: Compare the colorization output of: colorls -FG colorls -FG -l >Fix: Apply the patch below (same patch in plain text and uuencoded). The patch patches the (only) patch in the port to correct the issue. --- patch-aa.orig Tue May 16 18:29:28 2000 +++ patch-aa Tue May 16 18:29:31 2000 @@ -91,7 +91,7 @@ void printscol(dp) DISPLAY *dp; -@@ -124,10 +144,14 @@ +@@ -124,8 +144,12 @@ printtime(sp->st_ctime); else printtime(sp->st_mtime); @@ -99,13 +99,11 @@ + (void)colortype(sp->st_mode); if (f_octal || f_octal_escape) (void)prn_octal(p->fts_name); else (void)printf("%s", p->fts_name); - if (f_type) - (void)printtype(sp->st_mode); + if (f_color) + (void)printf("\033[m"); + if (f_type) + (void)printtype(sp->st_mode); if (S_ISLNK(sp->st_mode)) - printlink(p); - (void)putchar('\n'); @@ -191,10 +215,22 @@ dp->s_block); if ((base += numrows) >= num) begin 644 colorls.patch M+2TM('!A=&-H+6%A+F]R:6<)5'5E($UA>2`Q-B`Q.#HR.3HR."`R,#`P"BLK M*R!P871C:"UA80E4=64@36%Y(#$V(#$X.C(Y.C,Q(#(P,#`*0$`@+3DQ+#<@ M*SDQ+#<@0$`*("!V;VED"B`@<')I;G1S8V]L*&1P*0H@(`E$25-03$%9("ID M<#L*+4!`("TQ,C0L,3`@*S$T-"PQ-"!`0`HK0$`@+3$R-"PX("LQ-#0L,3(@ M0$`*("`)"0EP7!E M*'-P+3YS=%]M;V1E*3L*("L)"6EF("AF7V-O;&]R*0H@*PD)"2AV;VED*7!R M:6YT9B@B7#`S,UMM(BD["BL@"0EI9B`H9E]T>7!E*0HK(`D)"2AV;VED*7!R M:6YT='EP92AS<"T^Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0:50:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5246037BA91; Wed, 17 May 2000 00:50:14 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03512; Wed, 17 May 2000 00:50:14 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Wed, 17 May 2000 00:50:14 -0700 (PDT) From: Message-Id: <200005170750.AAA03512@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/17572 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: pvmpov - distributing rendering package based on the POVRay raytracer and the PVM library Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: knu Responsible-Changed-When: Wed May 17 16:49:25 JST 2000 Responsible-Changed-Why: He's now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0:50:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CFF337BA91; Wed, 17 May 2000 00:50:44 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03619; Wed, 17 May 2000 00:50:44 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Wed, 17 May 2000 00:50:44 -0700 (PDT) From: Message-Id: <200005170750.AAA03619@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/18072 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] New port of Basilisk II - a free, portable, Open Source 68k Mac emulator Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: knu Responsible-Changed-When: Wed May 17 16:50:24 JST 2000 Responsible-Changed-Why: He's now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0:51:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7413437BCD3; Wed, 17 May 2000 00:51:12 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03728; Wed, 17 May 2000 00:51:12 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Wed, 17 May 2000 00:51:12 -0700 (PDT) From: Message-Id: <200005170751.AAA03728@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/18112 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] New port of Digger - a VGL version of the famous Digger game Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: knu Responsible-Changed-When: Wed May 17 16:50:51 JST 2000 Responsible-Changed-Why: He's now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0:51:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A118337BAFE; Wed, 17 May 2000 00:51:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03838; Wed, 17 May 2000 00:51:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Wed, 17 May 2000 00:51:39 -0700 (PDT) From: Message-Id: <200005170751.AAA03838@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/18273 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] New port of Moonshine - a QT2-based highly customizable IDE Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: knu Responsible-Changed-When: Wed May 17 16:51:20 JST 2000 Responsible-Changed-Why: He's now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0:52: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA0AB37BB1F; Wed, 17 May 2000 00:52:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03953; Wed, 17 May 2000 00:52:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Wed, 17 May 2000 00:52:05 -0700 (PDT) From: Message-Id: <200005170752.AAA03953@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/18383 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] New port of py-MySQLdb - a Python module to access MySQL databases Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: knu Responsible-Changed-When: Wed May 17 16:51:45 JST 2000 Responsible-Changed-Why: He's now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 0:52:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D78337BC4E; Wed, 17 May 2000 00:52:27 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA04060; Wed, 17 May 2000 00:52:27 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Wed, 17 May 2000 00:52:27 -0700 (PDT) From: Message-Id: <200005170752.AAA04060@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/18386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] New port of eXtace - a audio visualization plugin for the ESD daemon Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: knu Responsible-Changed-When: Wed May 17 16:52:12 JST 2000 Responsible-Changed-Why: He's now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 1:30: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E78C37BB28 for ; Wed, 17 May 2000 01:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA08871; Wed, 17 May 2000 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 8518C37BB1F for ; Wed, 17 May 2000 01:26:03 -0700 (PDT) (envelope-from keichii@iteration.net) Received: by peorth.iteration.net (Postfix, from userid 1001) id F321564C20; Wed, 17 May 2000 03:26:04 -0500 (CDT) Message-Id: <20000517082604.F321564C20@peorth.iteration.net> Date: Wed, 17 May 2000 03:26:04 -0500 (CDT) From: keichii@bsdconspiracy.net Reply-To: keichii@bsdconspiracy.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18617: ports/mail/mutt i18n patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18617 >Category: ports >Synopsis: fixes mutt i18n support >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 May 17 01:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Michael C. Wu >Release: FreeBSD 4.0-STABLE i386 >Organization: iteration.net >Environment: 4.0-stable >Description: mutt 1.2 and 1.0 needs --enable-locales-fix to work with FreeBSD's broken setlocale. English users will never notice the difference in this patch (i.e. do not worry). Patch included Approved by maintainer >How-To-Repeat: >Fix: *** Makefile Sat May 13 13:27:43 2000 --- /usr/ports/mail/mutt/Makefile Sun May 14 14:01:46 2000 *************** *** 57,63 **** CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ ! --with-docdir=${PREFIX}/share/doc/mutt --with-charmaps .if defined(BATCH) || defined(WITH_SLANG) CONFIGURE_ARGS+= --with-slang=${PREFIX} .elif defined(WITH_NCURSES_PORT) --- 57,64 ---- CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ ! --with-docdir=${PREFIX}/share/doc/mutt --with-charmaps \ ! --enable-locales-fix .if defined(BATCH) || defined(WITH_SLANG) CONFIGURE_ARGS+= --with-slang=${PREFIX} .elif defined(WITH_NCURSES_PORT) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 1:39:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6D5437B6D8; Wed, 17 May 2000 01:39:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA10146; Wed, 17 May 2000 01:39:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 17 May 2000 01:39:18 -0700 (PDT) From: Message-Id: <200005170839.BAA10146@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/18617 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fixes mutt i18n support Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed May 17 01:38:53 PDT 2000 Responsible-Changed-Why: Over to maintainer (I also tested this and it works fine) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 2: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B43A37B8E3 for ; Wed, 17 May 2000 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA13044; Wed, 17 May 2000 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8250E37BAFE; Wed, 17 May 2000 01:53:55 -0700 (PDT) Message-Id: <20000517085355.8250E37BAFE@hub.freebsd.org> Date: Wed, 17 May 2000 01:53:55 -0700 (PDT) From: osa@FreeBSD.org.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18618: bzip2 is up to date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18618 >Category: ports >Synopsis: bzip2 is up to date >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 17 02:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sergey Osokin >Release: FreeBSD 3.4-STABLE >Organization: Russian FreeBSD Team >Environment: FreeBSD 3.4-STABLE >Description: bzip2 port is up to date... >How-To-Repeat: >Fix: here is patch for bzip2 port: --- Makefile.orig Wed May 17 12:37:37 2000 +++ Makefile Wed May 17 12:30:10 2000 @@ -7,10 +7,11 @@ # PORTNAME= bzip2 -PORTVERSION= 0.9.5d +PORTVERSION= 1.0.0 CATEGORIES= archivers -MASTER_SITES= ftp://sourceware.cygnus.com/pub/bzip2/v095/ \ - http://www.kernel.org/pub/software/utils/compress/bzip2/ +MASTER_SITES= ftp://sourceware.cygnus.com/pub/bzip2/v100/ \ + http://www.kernel.org/pub/software/utils/compress/bzip2/ \ + ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/bzip2/v100/ MAINTAINER= obrien@FreeBSD.org --- files/md5.orig Wed May 17 12:38:06 2000 +++ files/md5 Wed May 17 12:25:31 2000 @@ -1 +1 @@ -MD5 (bzip2-0.9.5d.tar.gz) = 8a3f6d1d9e4072bb3c7aeae6578ae6ca +MD5 (bzip2-1.0.0.tar.gz) = bb09685f8db0e8e588e29ecefb5a9851 --- patches/patch-aa.orig Wed May 17 12:40:22 2000 +++ patches/patch-aa Wed May 17 12:34:53 2000 @@ -1,13 +1,14 @@ ---- Makefile.orig Tue Jul 6 15:38:07 1999 -+++ Makefile Tue Aug 10 00:24:52 1999 -@@ -1,7 +1,8 @@ +--- Makefile.orig Wed May 17 12:33:39 2000 ++++ Makefile Wed May 17 12:34:29 2000 +@@ -1,8 +1,9 @@ SHELL=/bin/sh -CC=gcc --CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce +CC?=gcc + BIGFILES=-D_FILE_OFFSET_BITS=64 +-CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) +CFLAGS?=-O2 -+CFLAGS+=-Wall -Winline -fomit-frame-pointer -fno-strength-reduce ++CFLAGS=-Wall -Winline -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) OBJS= blocksort.o \ huffman.o \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 2: 4:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7420437B8E3; Wed, 17 May 2000 02:04:23 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA13855; Wed, 17 May 2000 02:04:23 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 17 May 2000 02:04:23 -0700 (PDT) From: Message-Id: <200005170904.CAA13855@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/18618 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bzip2 is up to date Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed May 17 02:04:14 PDT 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 2:14:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id D654E37B7AA; Wed, 17 May 2000 02:14:34 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9D38F7.dip0.t-ipconnect.de [62.157.56.247]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id LAA09493; Wed, 17 May 2000 11:14:28 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id A5841AC2C; Wed, 17 May 2000 11:14:39 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id LAA03911; Wed, 17 May 2000 11:14:35 +0200 (CEST) (envelope-from alex) Date: Wed, 17 May 2000 11:14:35 +0200 From: Alexander Langer To: asami@freebsd.org, ports@freebsd.org Subject: add (dist|patch)files and (master|patch)sites target to bsd.port.mk Message-ID: <20000517111435.A3863@cichlids.cichlids.com> Mail-Followup-To: asami@freebsd.org, ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wRRV7LY7NUeQGEoC" X-Mailer: Mutt 1.0.1i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Hello! Please take a look at the attached patch. I'd really like to see that (or similar) commited, because I'm going to write some scripts that make use of that (I've already wrote one that extracts stuff itself, but this is not perfect of course). For example, I'm going to write a check-checksum-differences-script, which fetches the new one and the old one and diff -u's them. The targets are very useful in my eyes. Thanks! Alex -- I need a new ~/.sig. --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="distfiles.diff" Index: bsd.port.mk =================================================================== RCS file: /usr/home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.338 diff -u -r1.338 bsd.port.mk --- bsd.port.mk 2000/05/06 10:45:35 1.338 +++ bsd.port.mk 2000/05/17 09:11:37 @@ -1184,6 +1184,26 @@ @${ECHO} ${MAINTAINER} .endif +.if !target(distfiles) +distfiles: + @${ECHO} ${DISTFILES} +.endif + +.if !target(patchfiles) +patchfiles: + @${ECHO} ${PATCHFILES} +.endif + +.if !target(mastersites) +mastersites: + @${ECHO} ${MASTER_SITES} +.endif + +.if !target(patchsites) +patchsites: + @${ECHO} ${PATCH_SITES} +.endif + .if !defined(CATEGORIES) .BEGIN: @${ECHO} "${PKGNAME}: CATEGORIES is mandatory." --wRRV7LY7NUeQGEoC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 2:41:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id F256F37BB1F; Wed, 17 May 2000 02:41:08 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9D38F7.dip0.t-ipconnect.de [62.157.56.247]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id LAA15274; Wed, 17 May 2000 11:41:03 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 96272AC2C; Wed, 17 May 2000 11:41:15 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id LAA04715; Wed, 17 May 2000 11:41:11 +0200 (CEST) (envelope-from alex) Date: Wed, 17 May 2000 11:41:11 +0200 From: Alexander Langer To: asami@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: add (dist|patch)files and (master|patch)sites target to bsd.port.mk Message-ID: <20000517114111.A4698@cichlids.cichlids.com> Mail-Followup-To: asami@FreeBSD.ORG, ports@FreeBSD.ORG References: <20000517111435.A3863@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000517111435.A3863@cichlids.cichlids.com>; from alex@big.endian.de on Wed, May 17, 2000 at 11:14:35AM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will just happened to tell me that make -V has the same effect, but since we have make maintainer also, this keeps consistency ;-) Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 3:16:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id CF81637BBED; Wed, 17 May 2000 03:16:37 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.77.41]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id DAA18242; Wed, 17 May 2000 03:16:08 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 9CAAA1946; Wed, 17 May 2000 06:15:10 -0400 (EDT) Date: Wed, 17 May 2000 06:15:10 -0400 From: Will Andrews To: Will Andrews Cc: FreeBSD Ports , Satoshi Asami Subject: Re: **HEADS UP** KDE2 -> ports tree Message-ID: <20000517061510.D27192@argon.blackdawn.com> References: <20000515010219.B53719@argon.blackdawn.com> <20000515234230.A98535@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000515234230.A98535@argon.blackdawn.com>; from andrews@TECHNOLOGIST.COM on Mon, May 15, 2000 at 11:42:30PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 11:42:30PM -0400, Will Andrews wrote: > Unfortunately, it seems this will have to wait at least another 12-24 > hours due to the cvsmeisters being lazy and not repo-copying the > necessary ports. :P KDE2 has been merged into the tree. If you feel like playing with fire, go ahead and have fun! kdetoys2 is awaiting a commit pending its successful compile. However, all other kde2-related ports have been committed (kde-qt-addon, kdelibs, kdebase, kdesupport, kdegames, kdenetwork, and koffice). -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 4: 0: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2262237BBED for ; Wed, 17 May 2000 04:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA28846; Wed, 17 May 2000 04:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mx1.issei.org (mx1.issei.org [210.254.221.66]) by hub.freebsd.org (Postfix) with ESMTP id 4C72C37B5D1 for ; Wed, 17 May 2000 03:59:14 -0700 (PDT) (envelope-from issei@issei.org) Received: from tole.issei.org (IDENT:XV3CNWzD361C98qMSf3zBNfggWO49KgKjEKKVPXgHj0xFPzXIBhBiYLmZBKNTumD@tole.issei.org [3ffe:505:a:1:200:f8ff:fe05:9fa2]) by mx1.issei.org (8.10.1/3.7W-v6) with ESMTP id e4HAxCo57024 for ; Wed, 17 May 2000 19:59:12 +0900 (JST) (envelope-from issei@issei.org) Received: (from issei@localhost) by tole.issei.org (8.10.1/3.7W-client) id e4HAxB349807; Wed, 17 May 2000 19:59:11 +0900 (JST) Message-Id: <200005171059.e4HAxB349807@tole.issei.org> Date: Wed, 17 May 2000 19:59:11 +0900 (JST) From: issei@jp.FreeBSD.org Reply-To: issei@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18620: Update port : security/ssh2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18620 >Category: ports >Synopsis: Update port : security/ssh2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 04:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 4.0-STABLE i386 >Organization: Individual >Environment: >Description: Update ssh2 version from 2.0.13 to 2.1.0.pl2. Delete wrong entries from pkg/PLIST and pkg/PLIST.ssh2_only Sort MAN1, MAN8, MLINKS etc. by alphabetical order. >How-To-Repeat: >Fix: Apply the following patch. begin 644 ssh2.diff.gz M'XL("+!X(CD``W-S:#(N9&EF9@#M/&MWVS:RGZ5?@3IN*U4FQ8?>KGOBV$JB MK6.[EMQT=[-'2Y&0Q%@BN205V\GZO^\,0%+@0[+4;7MOS[T^-A^#F<',8!X` M2-JRIU,B2?3!7*PL>G+V\Y!(*_^2!,% M4XN\,QZ)VH;?7J/;4UI$4Q2E7*O5T@Q2J-U>H]5KJ!SUY4LB-8[4+JG!L4U> MOBR3%_!+#E_[E+X:GO>(Y_IA4`^HN?+M\+&>XGOTB:ARM\U8U95&75.)TNE! M#TJ#+.>&[Y+^@T<.D:?T`@1XL)?&@HE&/,.\,V:4^/1?*]NG`?EK?T@^&8L5 M7$Y='_'?#T9OQ\/A6_6(7X[.KM_?G%Z729E<7]V,+D_?]4]*R*PLX?W/_9OA MX.KRI*3)BJSJY5H&J,J*IY7)V>FH_^;J9M`?`G&D%7%H6";O3H>C_LUX.!AA MVS3T>O4Z'&4SD.>K4)[:=6\U00/4R84J;5B.)%R:;.E MJ)#OW:,;NO*];5'9L.2/'F7*!FGA&:<^GP2\SE29H$EAR&C[(Y=^^="#FVPSQD M`M_?W\O0F>SZLSIC`-J!B47,PR^B!9^BUJA3+C[*QJA5&$-&BT*,AZ.;P?5) M2?)4'-QWIX/+$?SU;TY*=A!0^^5'3X[\$?MG3MM2CC2%U)J=(TUC;GLQ>#4^ M[U_W+\^'M9/2O6]X]0O$YDZECU%$[T[O52Y M/\DJ^JAT1Q]GU(GO#,M*+@$7KZ!)'0Q..M?#@>7;\A-__3\7;\LR?:4 M6)#P'&I5,!-=W8Y87JKR',/)7]V^D6_Z>$]B3J]/?R*#R^'H].(BQY4)6`(N MFOS3[>#L1\"Z&95KV-7AEZMAE+>>R`\GI`'956V1?_][@Q#D^@*"Z*0$`7C] MXQOFZPR"\:J-76?Q*+@YQDY'/VJ3&CMBY"1MD.N#4+*=(#06BQ[7^ZL-BN<$ M_3Z6\YMO-A$1&3([L8GMX``(@QD[S=I#T"E@O""E_/Q$).SJ^J;_>O#+4WUI M./BGU@^_V$^RBDGGNW;Y"\K!_HC:JNGJ#U5B["QSV[W2&V0&C]!K[7-O%$VWRO&47U'K#GV$Q3I8EIAI\PST""(:>WHZMWIS_VQU?7(T@; M0W1A6<$9'[5G#K%L2$"?;8\XKF11#Z*4.J9-`R26I.'M*\AN2/,91$'K+XUP MSHNH82T@X^#U*K39'!,*?'QI^H]>B!=0'4(7+P(:!+;+$H\W\\"H:]Z_(=N: ME&++Z+:)O@=O/.$X/$QA%E.KY?OYC;O``8!U`8!"&H0$#\$*YKWE&HGZ'M_; M,%R+T``A:G"M:YP(]!W#Y.SF%.?"_!Z'<^X"$ M+F-!'SS#L5@+.KSMP'H$9/`-_S%F_2VYM\%NB+(`=P16P6K"<6SL(&2,>+-S M1P##DV&DN29C(R49J,LF'2;UPWJD*US*1@E^8L7KHA'B%OH04A^D@P(9M0L0 MQ`+(/(B:YD%"A]/U&`J7"=SV(&W#X!N>'34+D(B?'1AWRYB:WS!ZN%M81MR` MEPE;=+$(CI<)'-PG`L/5&HJ.%L/Q.FD)3,.WHA9VG;2$BUA+N%KC+Q,U\7)M MMN5J$=L++A,X^GP$Q\L$'OMWU!;?QFI'`1'WQ.]88^C_"Z%PXKQ*&-<(^8P> M7/M_;_@_ZPU)K1+'O<@X1'`94B25D*\C>'3'FPK28>Y'ETS14[)I9+V%):*A$2=X/K MLTILI\-#F_=2*B6(!-K/KJ[_.AYK:7Q1DC71U#YFB36&6*Y#P2@E M":5$^4%.&"L^^:@RR3Y@>RD6Z^#P$-`.R%T?:)U3.C`$W,EE:!C!7.NY`S(H"2^ZYL)H4+ MDM9V&-+N";.J9 M%>2&(@/F,X9X$L0"8K5(U%+2AR>GX^ MWL$G=O"'_7WAU_E!K?:_4.;8GF)\'59$0:LIV6)916$VBYM`XN*0I:U'[H3R M[ITTS<(<9VY-FN;^2=/,.C:D*SV5-)7BI,FG0[\N9>9H\PE3[X@)L]UET=5. M)B2_929,(4:N7A@!49;<$@9I7FQI4,",P]>H,"W/8@'HUR;0V@Z#M$L2S`]2 MKKSJ+3$%-G@*;"0I\.(<0BW948GGS*6UZ=/3[[6E4W/U_ZFDN)-+/.,..[I" M@B:LF@N0Q=:MGO.')^,];/7'&^//6P.LPI1M;:T!UOXUP,I$-KX@T=ZE!B0K MV1W*@)XO`T7D^4K05(NGSJV"J7-V&+G7_YJI\V]9![9$SN\W2Z[M-DZY2M#, M5X+"<?-A+0P<=&MF7"7-]!R)!@0?S$<0E2B`+["GVNVQ4RH'"G91+CK]H&:3X+/ M[1WHZ]2)(FA*&P,+3T4)4,Z.H)QQAM*.R;"TIJT_U=;9HMNDI/3^]6-3-%U_"\@+UVMX.CM01'*Z++>EFCI[?%,@N3 M^"Z?RZM*\DA^BP"Y,M(2RDBA`)GZT>TUVV+]T/GC53UYO/J,F]?ES,R6D"W) M*HW%/49,6X)OKEOXX^(]Y6!^OY,L+(SVDD>J):P+$;`E>>4HAGW`+3M.E6WC M3X;B59MT(>,?8\CB>H%NS$_`8Q&$9EC5VO=!VG0!&MK:M MF7$@A+\XV;\\XX]TY&B!J/%5(^^YGCRXCQ_K,W[&>'AU>W/&Z-BK6^;"QE?\ MV/Z*.>?O^YG\D8W_B?IPC;OG1>2DE&902G$HB2PXIH<+V!@O?@8488:6[4(L MA!'Z*IR;DF<$P;VUI@CFJLA]Y=@/F-3LF4#"WK=,2$+3FR8<$#_>7PQBDB#; MRX.JQO@%N"GV*<7=Y9)K@Y,XY)DTQ!+B3BIP6=)P[EIF#A(3S!;N9-WCFB\T MA>'C=&',!('F;A!.C(!::Q/D0`*6Y.-EW)/FS3S02+@+J"GHU#%= M*[F#$;`H!^Q=S6:%Q6>VM9K-]J]FLVPU4^%7K&8M+&:MI)9Q)\'W:7(%3.OI MC5ZS(Q2P!%FL6IK>TUM0-86JU504]N9H=([+5J:O3.%1H3NA5JW[RI?GIE"@ MFGJ;]\7/[/TQR`4^"<$U($HJU6/^1IGMA&1IV$ZE2K[PMUN/.J2&!Z2I_?++ M+PD%8!\3GX8KWR'*,7F"^_[5:WS0.B5?2(5^,A:$FG-W+62OJ8!@Y,/!H6&. M\76?#P=5HO[P3?,X0H_A5:(QZ%/RC%$*&!N\YH\78QOJD0UU/5FZ;>Y>[_SW MW1]^`2SZ0.E#^!2)PDW'#@N`?87ZM,V!-BLG=XS`N] M>;XU/.;[A\<\'QYZ>TMX)#.F=.7@#HQ!@*P(R@;2TM`(>>AT":PI MFB"`N*_282)TXOEF[5DAMD?1)B'R24)\([.-:YH:'+D0A+R()RW?KQ;VT@[E M^0\(9>^#D_IWY/9B\&XP&K\EW]5Q\/G&`]]WB!WF!7_5FPR';\?G_5>W;\;O MKLYO+_KD8`CC=#8W'(4<$CH']F<(5HA^1%.UQ;(4.VWWI*.NP`6L-:G8!M$VM>&W6D?<1"U(+ZI&:JUN%S^4B6W45A4&;K=;$1C[8HD51)K^'8S\ MCR/R76@OZ3@(0>[9,<.(=3R;4_..U*$ZUQUWXM4W/A!K0R!1!3L=UA3ZTZ+3V. M*C8T;;:#V6UJB9OG?[X40L'HH;\R0S@9K*@L0)#C#:CH6(A787CNPQ'Y)J*H MDA.8MJOXP48$D8-PC$IC@U+=.XG:A3G/WII$[?V3J)U-'\U>H[4EB48;+/&; M6,*$.$YB\;2#-%@F[0++_`9-(7UF_8PI4'Q@V63Q#T=A];R#.-E5M%*P&5LL M3LXRT+$P66DR<9J1.+DLETN,M\#Y%C@?)&F5QTX2.OSI"P_,[]B3O0J4R+4B1>,"WJF>^N_*")/%%J1=P*BPD M;@?GXYNKJQ$&!J;57$.<"+YPF^AL>&MZ*S&K$'DTA&[QPY$Q*C+&FY59K9+O M,<`V!7HR%A7MB%0.$NH)S/Z7M$C M&AB55E9[VMUF/*G;]%.!6E!->EY%GS."U#/SBZLW@AV7;TZ/Q[T3T,?"?/%Q:P+ZN'FK=U,"^I@)LX:2 MS'K0QK@OC#MVW6S(LRU>.,?OT16BT6JNS$ M/TP0(CWQ<04;DA%)-<%HL.#5R#:"^%C0[&IFOJP;CR. M/H@=CZO`#4.>"\&V@S'HC4]L3Y]X/C1`=0I<%M($?2N";DG.* M%P$$L(O7A+]MQ.*,?T%Q!XF(+KC4L:IP6A@A'3AV.$[53_#KSV.QE1M-4S0, M#WY*&6UUX3JS:4$E9IQXJX#^R;4M;R,Z;\VB%P2A@(X#(8Y38G"F<6U#&XZ% M,`;QF*:'/-[*Y!'X?-#=S?B'FU%PQ+>9,(O!NQ3X0MQN3VOV-.$E)*UU!&OO M&I[8Z)"7L%HTR?(3^?J\/K%9+92,X`XWH0I`*%:99(#`9.7$;*0I^?I5_>LI M8O*K>T7=;M^'DQ-.>`[+-3I)-RN`76$2DB&VWLCW]@ M7=`G:RCN-Z$I[CM%^7S__"ON0@E8TR89$KI-4J2HGY4C_A:\2)"H;8,D`N4& M43+TVV4QO0(A`%C4N^EM[%:@V-)?A[FJW$EW&$&1OB/V*&`7:[JFB?L,HKBR MM'3_"3QUP^,_N7TV\@.8L=*ZY49AM_YP'IBDFZ(/Z7,DKT]_RL&B#^US/)(/ M[W,MT>?]64;9;_+)2\OV_66&.C8,)/N_DZ^8GN?U))7@ICB^./6/Z,N"U1+2 M(E$T[3C:7WM#(5\9(:ROB:K`M'IBAP2)"#X-.#@6LVSTWP^(=$VD"<>60F(% M!I%,!XMJT1MBG2FV@@GK5 MP$?[XC?4#?8-=9.M12-#:&4!`KYEQ4*('=:R$H(B1*`1&/`2*]1'@64B4"TC;ZY"2]ER M6MO<06&5CA2K937/E.UL5<]6[=HF.31>G'U3MGBB08O\OB6^H%1OJ*(;"]OF <.E-0`PJ3M)A^UVGUSYRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 8:40:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A09A737BC5A for ; Wed, 17 May 2000 08:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA35621; Wed, 17 May 2000 08:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nsx.nacsis.ac.jp (nsx.nacsis.ac.jp [136.187.17.2]) by hub.freebsd.org (Postfix) with SMTP id E09C137B6F4 for ; Wed, 17 May 2000 08:33:36 -0700 (PDT) (envelope-from shigeri@m10.alpha-net.ne.jp) Message-Id: <20000517153336.E09C137B6F4@hub.freebsd.org> Date: Wed, 17 May 2000 08:33:36 -0700 (PDT) From: shigeri@m10.alpha-net.ne.jp Reply-To: shigeri@m10.alpha-net.ne.jp X-Send-Pr-Version: 3.2 Subject: ports/18622: New port: mail/sylpheed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18622 >Category: ports >Synopsis: New port: mail/sylpheed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 08:40:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Shigetoshi Inohana >Release: FreeBSD 4.0-STABLE i386 >Organization: Personal >Environment: >Description: New port: mail/sylpheed >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: # # sylpheed # sylpheed/Makefile # sylpheed/pkg # sylpheed/pkg/COMMENT # sylpheed/pkg/DESCR # sylpheed/pkg/PLIST # sylpheed/files # sylpheed/files/md5 # echo c - sylpheed mkdir -p sylpheed > /dev/null 2>&1 echo x - sylpheed/Makefile sed 's/^X//' >sylpheed/Makefile << 'END-of-sylpheed/Makefile' X# New ports collection makefile for: sylpheed X# Date created: 15 June 2000 X# Whom: shigeri X# X# $FreeBSD$ X# X XPORTNAME= sylpheed XPORTVERSION= 0.3.8 XCATEGORIES= mail XMASTER_SITES= http://www.kcn.ne.jp/~hiro-y/sylpheed/ X XMAINTAINER= shigeri@m10.alpha-net.ne.jp X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XGNU_CONFIGURE= yes XDOCS= ABOUT-NLS COPYING ChangeLog ChangeLog.jp \ X INSTALL INSTALL.jp README README.jp TODO.jp XCONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ X GTK_CONFIG=${X11BASE}/bin/gtk12-config XUSE_GMAKE= yes XUSE_BZIP2= yes X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/sylpheed X.for i in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed X.endfor X.endif X X.include END-of-sylpheed/Makefile echo c - sylpheed/pkg mkdir -p sylpheed/pkg > /dev/null 2>&1 echo x - sylpheed/pkg/COMMENT sed 's/^X//' >sylpheed/pkg/COMMENT << 'END-of-sylpheed/pkg/COMMENT' XSylpheed an X based e-mail client END-of-sylpheed/pkg/COMMENT echo x - sylpheed/pkg/DESCR sed 's/^X//' >sylpheed/pkg/DESCR << 'END-of-sylpheed/pkg/DESCR' XThis program is an X based e-mail client X XWWW: http://www.kcn.ne.jp/~hiro-y/ END-of-sylpheed/pkg/DESCR echo x - sylpheed/pkg/PLIST sed 's/^X//' >sylpheed/pkg/PLIST << 'END-of-sylpheed/pkg/PLIST' Xbin/sylpheed Xshare/doc/sylpheed/ABOUT-NLS Xshare/doc/sylpheed/COPYING Xshare/doc/sylpheed/ChangeLog Xshare/doc/sylpheed/ChangeLog.jp Xshare/doc/sylpheed/INSTALL Xshare/doc/sylpheed/INSTALL.jp Xshare/doc/sylpheed/README Xshare/doc/sylpheed/README.jp Xshare/doc/sylpheed/TODO.jp Xshare/locale/ja/LC_MESSAGES/sylpheed.mo X@dirrm share/doc/sylpheed END-of-sylpheed/pkg/PLIST echo c - sylpheed/files mkdir -p sylpheed/files > /dev/null 2>&1 echo x - sylpheed/files/md5 sed 's/^X//' >sylpheed/files/md5 << 'END-of-sylpheed/files/md5' XMD5 (sylpheed-0.3.8.tar.bz2) = e03f8b4e4669be9371145411281495b6 END-of-sylpheed/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 8:44: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id 5187937BC55 for ; Wed, 17 May 2000 08:44:00 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: by sabami.seaslug.org (Postfix, from userid 1000) id 068331F80; Wed, 17 May 2000 08:43:54 -0700 (PDT) Date: Wed, 17 May 2000 08:43:54 -0700 From: Scott Blachowicz To: Will Andrews Cc: FreeBSD Ports Subject: Re: **HEADS UP** KDE2 -> ports tree Message-ID: <20000517084354.A611@sabami.seaslug.org> Reply-To: Scott Blachowicz References: <20000515010219.B53719@argon.blackdawn.com> <20000515234230.A98535@argon.blackdawn.com> <20000517061510.D27192@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000517061510.D27192@argon.blackdawn.com>; from andrews@TECHNOLOGIST.COM on Wed, May 17, 2000 at 06:15:10AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 17, 2000 at 06:15:10AM -0400, Will Andrews wrote: > On Mon, May 15, 2000 at 11:42:30PM -0400, Will Andrews wrote: > > Unfortunately, it seems this will have to wait at least another 12-24 > > hours due to the cvsmeisters being lazy and not repo-copying the > > necessary ports. :P > > KDE2 has been merged into the tree. If you feel like playing with fire, > go ahead and have fun! Hmmm...I think my hands are getting warm now...:-) I'm just doing a build on my FreeBSD 3.2 box with a PREFIX setting like this: cd /usr/ports/x11/kde2 mkdir /usr/X11R6/kde2 make PREFIX=/usr/X11R6/kde2 and I get this on finishing the kde-qt-addon port: gmake[1]: Leaving directory `/files1/ports/x11-toolkits/kde-qt-addon/work/kde-qt-addon-1.90' ===> Generating temporary packing list ===> Registering installation for kde-qt-addon-1.90 ===> Returning to build of kdelibs-1.90 Error: shared library "kde-qt-addon.4" does not exist *** Error code 1 Stop. Shouldn't there be some ldconfig command in the PLIST for any port that creates a new library? That is, something like this: @exec /sbin/ldconfig -m %D/lib @unexec /sbin/ldconfig -R -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 9:51:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id 9BC6A37B729 for ; Wed, 17 May 2000 09:51:18 -0700 (PDT) (envelope-from drew@planetwe.com) Received: from dorado.planetwe.com ([24.2.113.200]) by mail.rdc1.tn.home.com (InterMail vM.4.01.02.00 201-229-116) with SMTP id <20000517165117.RUJM26552.mail.rdc1.tn.home.com@dorado.planetwe.com> for ; Wed, 17 May 2000 09:51:17 -0700 From: Drew Sanford Reply-To: drew@planetwe.com Organization: PlanetWe To: ports@freebsd.org Subject: error building ucd-snmp Date: Wed, 17 May 2000 11:51:48 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00051711212903.00333@dorado.planetwe.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry to have crossposted this. I sent it to questions first and was informed that ports would be the proper mailing list for it. Please CC me in replies as I'm not subscribed to the ports list. Thanks. I'm attempting to install (via ports / make install) ucd-snmp off the 4.0 CD. When I do this I get the following error, and was wondering if anyone could offer any insite to me. If it helps, the box is a dual cpu dell power edge. error as follows: ===> Building for ucd-snmp-4.0.1 for i in snmplib agent apps local ov man ; do ( cd $i ; make ) ; done cd mibgroup; make; cd .. cc -c -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -O -pipe -Dfreebsd4 -o mibII/route_write.o mibII/route_write.c mibII/route_write.c: In function `addRoute': mibII/route_write.c:88: structure has no member named `rt_nodes' mibII/route_write.c:93: structure has no member named `rt_pad1' mibII/route_write.c: In function `delRoute': mibII/route_write.c:130: structure has no member named `rt_nodes' mibII/route_write.c:135: structure has no member named `rt_pad1' *** Error code 1 Stop in /usr/ports/net/ucd-snmp/work/ucd-snmp-4.0.1/agent/mibgroup. *** Error code 1 Stop in /usr/ports/net/ucd-snmp/work/ucd-snmp-4.0.1/agent. *** Error code 1 Stop in /usr/ports/net/ucd-snmp/work/ucd-snmp-4.0.1. *** Error code 1 Stop in /usr/ports/net/ucd-snmp. *** Error code 1 Stop in /usr/ports/net/ucd-snmp. *** Error code 1 Stop in /usr/ports/net/ucd-snmp. *** Error code 1 Stop in /usr/ports/net/ucd-snmp. TIA for any help. -- Drew Sanford Systems Administrator Planetwe.com Email: drew@planetwe.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 10:28: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1307237BC82; Wed, 17 May 2000 10:28:01 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA60889; Wed, 17 May 2000 10:28:00 -0700 (PDT) (envelope-from ade@FreeBSD.org) Date: Wed, 17 May 2000 10:28:00 -0700 (PDT) From: Message-Id: <200005171728.KAA60889@freefall.freebsd.org> To: ade@FreeBSD.org, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10634 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update the hylafax port to do a client install Responsible-Changed-From-To: ade->freebsd-ports Responsible-Changed-By: ade Responsible-Changed-When: Wed May 17 10:25:38 PDT 2000 Responsible-Changed-Why: Let someone else deal with this. as far as I'm concerned, the PR should be closed since comms/hylafax should be nuked from the tree since it has more holes than a 30 year old barn in Termite County, Texas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 10:41:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 356B637BB68; Wed, 17 May 2000 10:41:33 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9D38F7.dip0.t-ipconnect.de [62.157.56.247]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id TAA23744; Wed, 17 May 2000 19:41:26 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 1DEE0AC2C; Wed, 17 May 2000 19:41:36 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id TAA20593; Wed, 17 May 2000 19:41:32 +0200 (CEST) (envelope-from alex) Date: Wed, 17 May 2000 19:41:32 +0200 From: Alexander Langer To: ade@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/10634 Message-ID: <20000517194132.A20572@cichlids.cichlids.com> Mail-Followup-To: ade@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG References: <200005171728.KAA60889@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005171728.KAA60889@freefall.freebsd.org>; from ade@FreeBSD.ORG on Wed, May 17, 2000 at 10:28:00AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake ade@FreeBSD.ORG (ade@FreeBSD.ORG): > PR should be closed since comms/hylafax should be nuked from > the tree since it has more holes than a 30 year old barn in No. setuid uucp exploits aren't quite important on most boxes. Even less, if you can trust your users. Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 10:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id E84CD37BBC7 for ; Wed, 17 May 2000 10:50:03 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.13 #1) id 12s7x3-0002Kg-00; Wed, 17 May 2000 12:49:45 -0500 Date: Wed, 17 May 2000 12:49:45 -0500 From: Ade Lovett To: Alexander Langer Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/10634 Message-ID: <20000517124945.N2742@lovett.com> References: <200005171728.KAA60889@freefall.freebsd.org> <20000517194132.A20572@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000517194132.A20572@cichlids.cichlids.com>; from alex@big.endian.de on Wed, May 17, 2000 at 07:41:32PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 17, 2000 at 07:41:32PM +0200, Alexander Langer wrote: > No. setuid uucp exploits aren't quite important on most boxes. > Even less, if you can trust your users. Well, IMO, if we have any port that has security holes in it of any kind, we mark it BROKEN/FORBIDDEN/whatever. The software author and port maintainer should then have a set period of time (say 3 months), to come up with a suitable fix. If none is found, the port is removed from the tree (we can always bring it back later if it does get finally fixed). As the number of ports grows, we should not let the quality drop. If anything, we should perhaps be more stringent. As far as this port goes, I've said my piece. I have better things to do with my time than argue round in circles over the relative merits of different types of exploits. They're all bad. Period. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 10:52:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.euronet.nl (america.euronet.nl [194.134.0.151]) by hub.freebsd.org (Postfix) with ESMTP id 32B8437B62D for ; Wed, 17 May 2000 10:52:11 -0700 (PDT) (envelope-from giesko@euronet.nl) Received: from Dell400p2-1.dgg.com (i000.gor.euronet.nl [194.134.15.132]) by smtp.euronet.nl (Postfix) with SMTP id CC5F8B431 for ; Wed, 17 May 2000 19:52:07 +0200 (MET DST) Received: by localhost with Microsoft MAPI; Mon, 17 May 1999 19:52:20 +0200 Message-ID: <01BEA09E.C6214A60.giesko@euronet.nl> From: simon Reply-To: "giesko@euronet.nl" To: "'ports@freebsd.org'" Cc: "'ports@freebsd.org'" Subject: freebsd port: upsd-2.0.1.6 Date: Mon, 17 May 1999 19:06:56 +0200 Organization: De Graaf Holding B.V. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I periodically get message: "Cannot put the UPS into smart mode!" I use APC SmartUPS-700 connected by 940-0023A cable to COM1 of the computer running FreeBSD 3.2. What do I wrong? Best regards simon giesko@euronet.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 11: 1:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 85AC537BD2C; Wed, 17 May 2000 11:01:07 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9D38F7.dip0.t-ipconnect.de [62.157.56.247]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id UAA30027; Wed, 17 May 2000 20:00:58 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 8CC7CAC2C; Wed, 17 May 2000 20:01:12 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id UAA21499; Wed, 17 May 2000 20:01:08 +0200 (CEST) (envelope-from alex) Date: Wed, 17 May 2000 20:01:08 +0200 From: Alexander Langer To: Ade Lovett Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/10634 Message-ID: <20000517200108.A21414@cichlids.cichlids.com> Mail-Followup-To: Ade Lovett , freebsd-ports@FreeBSD.org References: <200005171728.KAA60889@freefall.freebsd.org> <20000517194132.A20572@cichlids.cichlids.com> <20000517124945.N2742@lovett.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000517124945.N2742@lovett.com>; from ade@FreeBSD.org on Wed, May 17, 2000 at 12:49:45PM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Ade Lovett (ade@FreeBSD.org): > The software author and port maintainer should then have a set > period of time (say 3 months), to come up with a suitable fix. > If none is found, the port is removed from the tree (we can always > bring it back later if it does get finally fixed). No, since ppl just can comment out the FORBIDDEN thing. Also, please ask Kris Kennaway for my patches for hylafax if you want to review them. I've lost them *hide* Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 13: 3:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 7864C37B773 for ; Wed, 17 May 2000 13:03:55 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id A88AD1C5C; Wed, 17 May 2000 16:03:54 -0400 (EDT) Date: Wed, 17 May 2000 16:03:54 -0400 From: Bill Fumerola To: Drew Sanford Cc: ports@freebsd.org Subject: Re: error building ucd-snmp Message-ID: <20000517160354.I86725@jade.chc-chimes.com> References: <00051711212903.00333@dorado.planetwe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <00051711212903.00333@dorado.planetwe.com>; from drew@planetwe.com on Wed, May 17, 2000 at 11:51:48AM -0500 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 17, 2000 at 11:51:48AM -0500, Drew Sanford wrote: > ===> Building for ucd-snmp-4.0.1 This isn't the newest version of the port. -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 13:10:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D7037BCD2 for ; Wed, 17 May 2000 13:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA86655; Wed, 17 May 2000 13:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 17 May 2000 13:10:04 -0700 (PDT) Message-Id: <200005172010.NAA86655@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/18622: New port: mail/sylpheed Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18622; it has been noted by GNATS. From: Tim Vanderhoek To: shigeri@m10.alpha-net.ne.jp Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/18622: New port: mail/sylpheed Date: Wed, 17 May 2000 15:54:37 -0400 On Wed, May 17, 2000 at 08:33:36AM -0700, shigeri@m10.alpha-net.ne.jp wrote: > > sed 's/^X//' >sylpheed/pkg/COMMENT << 'END-of-sylpheed/pkg/COMMENT' > XSylpheed an X based e-mail client Avoid starting pkg/COMMENT with ${PKGNAME} -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 13:11:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mercury.campbell-mithun.com (Mercury.campbell-mithun.com [192.159.32.151]) by hub.freebsd.org (Postfix) with ESMTP id 2D91337BD64 for ; Wed, 17 May 2000 13:11:13 -0700 (PDT) (envelope-from swb@grasslake.net) Received: from accord.grasslake.net (honda.grasslake.net [192.168.1.1]) by mercury.campbell-mithun.com (8.9.1a/8.9.1) with ESMTP id PAA24858; Wed, 17 May 2000 15:10:05 -0500 Received: from marlowe (Marlowe.campbell-mithun.com [192.159.32.184]) by accord.grasslake.net (8.9.3/8.9.3) with SMTP id PAA23215; Wed, 17 May 2000 15:09:08 -0500 (CDT) (envelope-from swb@grasslake.net) Message-ID: <001201bfc03c$186dc100$b8209fc0@marlowe> From: "Shawn Barnhart" To: "Bill Fumerola" Cc: References: <00051711212903.00333@dorado.planetwe.com> <20000517160354.I86725@jade.chc-chimes.com> Subject: Re: error building ucd-snmp Date: Wed, 17 May 2000 15:11:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to build 4.1.2. # $FreeBSD: ports/net/ucd-snmp/Makefile,v 1.43 2000/05/17 01:11:50 billf Exp $ # PORTNAME= ucd-snmp PORTVERSION= 4.1.2 CVSUP'd 17-May-2000 15:06, and it seems like its still not make install'ing properly on a 4.0-STABLE system. mibII/route_write.c: In function `addRoute': mibII/route_write.c:94: structure has no member named `rt_nodes' mibII/route_write.c:99: structure has no member named `rt_pad1' mibII/route_write.c: In function `delRoute': mibII/route_write.c:136: structure has no member named `rt_nodes' mibII/route_write.c:141: structure has no member named `rt_pad1' gmake[2]: *** [mibII/route_write.o] Error 1 gmake[2]: Leaving directory `/usr/ports/net/ucd-snmp/work/ucd-snmp-4.1.2/agent/mibgroup' ...and... mibgroup/mibII/route_write.c: In function `addRoute': mibgroup/mibII/route_write.c:94: structure has no member named `rt_nodes' mibgroup/mibII/route_write.c:99: structure has no member named `rt_pad1' mibgroup/mibII/route_write.c: In function `delRoute': mibgroup/mibII/route_write.c:136: structure has no member named `rt_nodes' mibgroup/mibII/route_write.c:141: structure has no member named `rt_pad1' gmake[1]: *** [mibgroup/mibII/route_write.o] Error 1 gmake[1]: Leaving directory `/usr/ports/net/ucd-snmp/work/ucd-snmp-4.1.2/agent' during the make itself and then during make install ===> Generating temporary packing list /usr/libexec/elf/strip: snmpd: No such file or directory *** Error code 1 Stop in /usr/ports/net/ucd-snmp. *** Error code 1 Stop in /usr/ports/net/ucd-snmp. *** Error code 1 Stop in /usr/ports/net/ucd-snmp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 13:18:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 6E95A37BCAC for ; Wed, 17 May 2000 13:18:18 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 34DF51C5C; Wed, 17 May 2000 16:18:16 -0400 (EDT) Date: Wed, 17 May 2000 16:18:16 -0400 From: Bill Fumerola To: Shawn Barnhart Cc: ports@FreeBSD.ORG Subject: Re: error building ucd-snmp Message-ID: <20000517161816.K86725@jade.chc-chimes.com> References: <00051711212903.00333@dorado.planetwe.com> <20000517160354.I86725@jade.chc-chimes.com> <001201bfc03c$186dc100$b8209fc0@marlowe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <001201bfc03c$186dc100$b8209fc0@marlowe>; from swb@grasslake.net on Wed, May 17, 2000 at 03:11:32PM -0500 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 17, 2000 at 03:11:32PM -0500, Shawn Barnhart wrote: > PORTNAME= ucd-snmp > PORTVERSION= 4.1.2 > > CVSUP'd 17-May-2000 15:06, and it seems like its still not make install'ing > properly on a 4.0-STABLE system. This port seems to only work on 5.0-CURRENT as of when my PC was built.... > mibII/route_write.c: In function `addRoute': > mibII/route_write.c:94: structure has no member named `rt_nodes' > mibII/route_write.c:99: structure has no member named `rt_pad1' > mibII/route_write.c: In function `delRoute': > mibII/route_write.c:136: structure has no member named `rt_nodes' > mibII/route_write.c:141: structure has no member named `rt_pad1' > gmake[2]: *** [mibII/route_write.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/net/ucd-snmp/work/ucd-snmp-4.1.2/agent/mibgroup' > mibgroup/mibII/route_write.c: In function `addRoute': > mibgroup/mibII/route_write.c:94: structure has no member named `rt_nodes' > mibgroup/mibII/route_write.c:99: structure has no member named `rt_pad1' > mibgroup/mibII/route_write.c: In function `delRoute': > mibgroup/mibII/route_write.c:136: structure has no member named `rt_nodes' > mibgroup/mibII/route_write.c:141: structure has no member named `rt_pad1' > gmake[1]: *** [mibgroup/mibII/route_write.o] Error 1 > gmake[1]: Leaving directory > `/usr/ports/net/ucd-snmp/work/ucd-snmp-4.1.2/agent' > > during the make itself and then during make install > > ===> Generating temporary packing list > /usr/libexec/elf/strip: snmpd: No such file or directory This is caused by the above two errors. I'll take this time to note that ucd-snmp knows too much about the kernel and our kernel is too much of a moving target for this to work well. Matt Ayres (mayres@chc-chimes.com) has just reported that patches from kuriyama-san fix this problem, so I will be committing them momentarily, stay tuned. -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 13:20: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F09437B8F1; Wed, 17 May 2000 13:20:06 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88249; Wed, 17 May 2000 13:20:06 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Wed, 17 May 2000 13:20:06 -0700 (PDT) From: Message-Id: <200005172020.NAA88249@freefall.freebsd.org> To: patseal@hyperhost.net, hoek@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18552 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port Upgradee: boxes-1.0.1 State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Wed May 17 13:19:41 PDT 2000 State-Changed-Why: Port updated, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 14: 8:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hyperhost.net (hyperhost.net [207.159.132.249]) by hub.freebsd.org (Postfix) with ESMTP id CF0B737B651 for ; Wed, 17 May 2000 14:08:48 -0700 (PDT) (envelope-from patseal@hyperhost.net) Received: from foobar.foobar.eyep.net (p4.a8.du.radix.net [207.192.132.132]) by hyperhost.net (8.9.3/8.9.3) with ESMTP id RAA14388 for ; Wed, 17 May 2000 17:08:36 -0400 (EDT) Received: by foobar.foobar.eyep.net (Postfix, from userid 1000) id 4C8CC137F75; Wed, 17 May 2000 17:05:03 -0400 (EDT) Date: Wed, 17 May 2000 17:05:03 -0400 From: Patrick Seal To: freebsd-ports@freebsd.org Subject: WWW: script for maintainers Message-ID: <20000517170503.A13621@hyperhost.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD foobar.foobar.eyep.net 4.0-STABLE FreeBSD 4.0-STABLE Organization: Hyperhost Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here's a small sh(1) script I wrote that reads a config file with a list of ports you maintain, extracts the WWW: and goes to each website. This is handy for checking for newer versions. If there is enough interest, I could make a port. example .myports: archivers/mscompress astro/xtide misc/boxes myports.sh: #!/bin/sh # Copyright (c) 2000 Patrick Seal # All rights reserved. # # cat /usr/share/examples/etc/bsd-style-copyright PORTSDIR=${PORTSDIR:=/usr/ports} BROWSER="netscape" PER_WEBSITES=5 # Number of websites per cmdline (think xargs) CONFIG=~/.myports while getopts ":vb:p:h" opt; do case $opt in v ) VERBOSE=1 ;; b ) BROWSER=$OPTARG ;; p ) PORTSDIR=$OPTARG ;; h | ? ) echo "usage: $0 [-v] [-b broswer] [-c configfile] [-p portsdir]" ;; esac done while read port; do # < $CONFIG www=`grep WWW: $PORTSDIR/$port/pkg/DESCR | cut -d ' ' -f 2` if [ -n "$www" ]; then if [ "$VERBOSE" ]; then echo $www; fi websites="$websites $www" else echo "can't find \"WWW:\" for $port" >&2 fi done < $CONFIG # Launch Browser i=0 for website in $websites; do i=$(($i+1)) if [ "$i" -lt "$PER_WEBSITES" ]; then cmdline="$cmdline $website" elif [ "$i" -eq "$PER_WEBSITES" ]; then cmdline="$cmdline $website" if [ "$VERBOSE" ]; then echo "$BROWSER $cmdline"; fi $BROWSER $cmdline i=0 # Reset loop cmdline="" # Flush cmdline fi done # catch left-overs if [ "$cmdline" != "" ]; then if [ "$VERBOSE" ]; then echo "$BROWSER $cmdline"; fi $BROWSER $cmdline fi -- ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 14:14:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id E4D1337BCC0 for ; Wed, 17 May 2000 14:14:45 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id D49AD5DA9; Wed, 17 May 2000 14:14:41 -0700 (PDT) Date: Wed, 17 May 2000 14:14:41 -0700 From: Ron 'The InSaNe One' Rosson To: freebsd-ports@freebsd.org Subject: Re: error building ucd-snmp Message-ID: <20000517141441.A46867@lunatic.oneinsane.net> Reply-To: Ron Rosson Mail-Followup-To: freebsd-ports@freebsd.org References: <00051711212903.00333@dorado.planetwe.com> <20000517160354.I86725@jade.chc-chimes.com> <001201bfc03c$186dc100$b8209fc0@marlowe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <001201bfc03c$186dc100$b8209fc0@marlowe>; from swb@grasslake.net on Wed, May 17, 2000 at 03:11:32PM -0500 X-Operating-System: FreeBSD lunatic.oneinsane.net 4.0-STABLE X-Moon: The Moon is Full X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane2-pgp5i.txt X-Uptime: 2:13PM up 7 days, 6:11, 1 user, load averages: 0.00, 0.00, 0.00 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just FYI I have the same error here. so you are not alone ;-) On Wed, 17 May 2000, Shawn Barnhart was heard blurting out: > I'm trying to build 4.1.2. > > # $FreeBSD: ports/net/ucd-snmp/Makefile,v 1.43 2000/05/17 01:11:50 billf Exp > $ > # > > PORTNAME= ucd-snmp > PORTVERSION= 4.1.2 > > CVSUP'd 17-May-2000 15:06, and it seems like its still not make install'ing > properly on a 4.0-STABLE system. > > mibII/route_write.c: In function `addRoute': > mibII/route_write.c:94: structure has no member named `rt_nodes' > mibII/route_write.c:99: structure has no member named `rt_pad1' > mibII/route_write.c: In function `delRoute': > mibII/route_write.c:136: structure has no member named `rt_nodes' > mibII/route_write.c:141: structure has no member named `rt_pad1' > gmake[2]: *** [mibII/route_write.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/net/ucd-snmp/work/ucd-snmp-4.1.2/agent/mibgroup' > > ...and... > > > mibgroup/mibII/route_write.c: In function `addRoute': > mibgroup/mibII/route_write.c:94: structure has no member named `rt_nodes' > mibgroup/mibII/route_write.c:99: structure has no member named `rt_pad1' > mibgroup/mibII/route_write.c: In function `delRoute': > mibgroup/mibII/route_write.c:136: structure has no member named `rt_nodes' > mibgroup/mibII/route_write.c:141: structure has no member named `rt_pad1' > gmake[1]: *** [mibgroup/mibII/route_write.o] Error 1 > gmake[1]: Leaving directory > `/usr/ports/net/ucd-snmp/work/ucd-snmp-4.1.2/agent' > > during the make itself and then during make install > > ===> Generating temporary packing list > /usr/libexec/elf/strip: snmpd: No such file or directory > *** Error code 1 > > Stop in /usr/ports/net/ucd-snmp. > *** Error code 1 > > Stop in /usr/ports/net/ucd-snmp. > *** Error code 1 > > Stop in /usr/ports/net/ucd-snmp. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- ------------------------------------------------------------------------------ Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was /dev/null and *void() ------------------------------------------------------------------------------ "Bother!" said Pooh, as the police closed in. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 14:19:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id D70D337B8D9 for ; Wed, 17 May 2000 14:19:29 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id A93141C5C; Wed, 17 May 2000 17:19:27 -0400 (EDT) Date: Wed, 17 May 2000 17:19:27 -0400 From: Bill Fumerola To: Ron 'The InSaNe One' Rosson Cc: freebsd-ports@freebsd.org Subject: Re: error building ucd-snmp Message-ID: <20000517171927.N86725@jade.chc-chimes.com> References: <00051711212903.00333@dorado.planetwe.com> <20000517160354.I86725@jade.chc-chimes.com> <001201bfc03c$186dc100$b8209fc0@marlowe> <20000517141441.A46867@lunatic.oneinsane.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000517141441.A46867@lunatic.oneinsane.net>; from insane@lunatic.oneinsane.net on Wed, May 17, 2000 at 02:14:41PM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 17, 2000 at 02:14:41PM -0700, Ron 'The InSaNe One' Rosson wrote: > Just FYI I have the same error here. so you are not alone ;-) 1.44 Wed May 17 20:27:13 2000 UTC by billf Fixes for recent kernel changes, this will screw over people (like me) who have a -CURRENT before: Fri May 5 9:58:59 2000 UTC by phk .. however, since no __FreeBSD_version bump was performed, I can't handle this with the usual Makefile magic. Submitted by: kuriyama-san Reviewed by: Matt Ayres ("it works now") This should fix stable as well, as Matt just built it on a 4.0-STABLE machine from May 11. -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 14:20:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3DA037BCD2 for ; Wed, 17 May 2000 14:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA96425; Wed, 17 May 2000 14:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id CA8C637B8D9 for ; Wed, 17 May 2000 14:17:58 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id QAA19075 for ; Wed, 17 May 2000 16:17:00 -0400 (EDT) Received: (from root@localhost) by misha.privatelabs.com (8.9.3/8.9.3) id RAA84184; Wed, 17 May 2000 17:17:50 -0400 (EDT) (envelope-from mi) Message-Id: <200005172117.RAA84184@misha.privatelabs.com> Date: Wed, 17 May 2000 17:17:50 -0400 (EDT) From: root@misha.privatelabs.com Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18624: security/tripwire needs a new MASTER_SITE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18624 >Category: ports >Synopsis: security/tripwire needs a new MASTER_SITE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 14:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The old site no longer holds the tarball... >How-To-Repeat: Try fetching... >Fix: --- Makefile.orig Tue Apr 25 09:04:30 2000 +++ Makefile Wed May 17 17:15:11 2000 @@ -10,3 +10,3 @@ CATEGORIES= security net -MASTER_SITES= ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/ +MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/tripwire/ EXTRACT_SUFX= .tar.Z >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 14:25: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mercury.campbell-mithun.com (Mercury.campbell-mithun.com [192.159.32.151]) by hub.freebsd.org (Postfix) with ESMTP id 9984A37BB06 for ; Wed, 17 May 2000 14:25:02 -0700 (PDT) (envelope-from swb@grasslake.net) Received: from accord.grasslake.net (honda.grasslake.net [192.168.1.1]) by mercury.campbell-mithun.com (8.9.1a/8.9.1) with ESMTP id QAA25582; Wed, 17 May 2000 16:23:55 -0500 Received: from marlowe (Marlowe.campbell-mithun.com [192.159.32.184]) by accord.grasslake.net (8.9.3/8.9.3) with SMTP id QAA35275; Wed, 17 May 2000 16:22:57 -0500 (CDT) (envelope-from swb@grasslake.net) Message-ID: <003101bfc046$69059340$b8209fc0@marlowe> From: "Shawn Barnhart" To: "Bill Fumerola" Cc: References: <00051711212903.00333@dorado.planetwe.com> <20000517160354.I86725@jade.chc-chimes.com> <001201bfc03c$186dc100$b8209fc0@marlowe> <20000517161816.K86725@jade.chc-chimes.com> Subject: Re: error building ucd-snmp Date: Wed, 17 May 2000 16:25:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Original Message ----- From: "Bill Fumerola" Yay, it builds and installs. Thanks. | | I'll take this time to note that ucd-snmp knows too much about the kernel and | our kernel is too much of a moving target for this to work well. That's too bad. As far as I can tell, this is the only snmp agent/client in ports, and without snmpd it's hard to monitor interfaces with mrtg.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 14:50:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C25337BF98 for ; Wed, 17 May 2000 14:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA01504; Wed, 17 May 2000 14:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DCF1537BF5C; Wed, 17 May 2000 14:44:22 -0700 (PDT) Message-Id: <20000517214422.DCF1537BF5C@hub.freebsd.org> Date: Wed, 17 May 2000 14:44:22 -0700 (PDT) From: ambrisk@ambrisko.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18626: Update Etherboot to 4.6.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18626 >Category: ports >Synopsis: Update Etherboot to 4.6.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: Wed May 17 14:50:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Doug Ambrisko >Release: -current >Organization: Whistle >Environment: doesn't matter >Description: Update port to 4.6.1. Note patch-ac can now go away. As soon as we get newer binutils the other patches can die (except for enabling FreeBSD options). I do the "RELOCADDR=0x8f000" to work with vmware. >How-To-Repeat: >Fix: begin 664 etherboot.tgz M'XL(`(X1(SD``^U:ZU/;2!+/5^NOZ$VHXK%8UM-@)T[%8,&Y\(.RS>5+JMBQ M-+*UR!J?-,)X2?[WZQEA@P,L=SEPDHM^E921U-/3TSW]T+0H']-XR!@OO7HQ M@*7M[=GP"L#0C++X16@WOS<7L*?K6EG7+,,$T`VM7'X%]LN)=(LTX20&>$4F MPSA(+MAC=+,QI>$Z!%HOZ-+^?A#2Y$5VP7]O?U/?TW+[KP-?VW_B/;_6=0W= MV7K<_H9FW=I?UX3]RY;]"K1GE^0!_.+V;S=LV%IN@J*EEE5=18VHH[^VH0:& M9]F:JVFF:_LFM3U:,]:SRON\9U":*'#\,HI0'85(TU`H.UU3#OLO#M#5B M[!L^CK'-H:55?-LPZ=Z>[[K#BF8IWUL'OS)N_7]*N#M^D0SP#?'?UNT\_J\# M]^TO?XN$/-\<3\1_2[/-._%?1_O;AF[D\7\=V-G9@3:YH"+[JRP.1H4^X7@G M!GT?-*UJ:E5#0[MIFE(L%I>D=ZGT2M4J5W4CH]I9A;B&BK9;L4%>"B;BKA4*F\YR+^IEV-CZI]/K-[N=;=@Z/FUMP\:'S06Y::R2F\9C MY,KO4._7;@/-']0=,U#5$O[#K+53&I&D1))B1&=_(&VK@:S_ACKT\-^"&-F_ M@:,@\H"E'`(?9G0SII`F032"14H$D1)MF(T#=XR/:`($O,#W:4PC#LD\XN0* M@@@2-J&2X30D+E)M35C"81JS21`A93@71+A@8%.7>12?H!VN@,24;*LXL.-\ M/*[WJ[7"QE8RIF&("JGWMU')ES1.`A;!9QC%=`K%?\&F\4FM?%+U3?C\&>0* MBPT<:U3L[0>MIUO&KF[M9_9#$>O]?6$NDNR7I<1-'^8LA3&YI#`A*)L[)M$( MU\"9E'A'[8,L+H&@K@3IC.#:\6E,AVD0>K`3,AP7JZ@TR5'07?LAFT[GNRZ; M?!&/Q<,E`SE71)();$6,0Z8KRJ8AW59^6THH",0>$"P#*60,),'!*%K,TF%( M81;PL132(YS@-O*"F+H\N*2[D$8X]418B8^#1#(9HIUQ/HIW")?#T`QRR2*( M\!V5(4/4_9!"2.(1C05A!!%%BR8DGN,#E^`F@(!+1]`M>U>W]84K_/B:_1D4 M^]`6-K2]74,W%UNX@!O_&CVDUQ9QXFWF!*^=7J_;JX)TKR3XBP*]XUT5P$'_2U\62Q>A$-(TOB.X#$-F4NX<#GB>3'*!P':QW7IE!.A&9^A MLG`MO6Y;3I.@7GM.JWM8;S1Z->VJLB_"J.#N7)(P):@5)&TUV\T!L`@#`8M< M"D50$)\RN=(%8_0\$.4=R8X M";D$A7Z"Z^0TPC(?#IK=OK2@##3+';0@749@,1L/)M)<[H4*<(;#8S1I/"$A MKI*G4B/)+A@GP/R,3+J`H>MHF64V^.$L\^:^:5;-M>__*N;ZWJ5*CA?`H_7_ M\/GF>*+^URU+OU__ZWG]OPZ(['C((C\89=5_&Z-CF\S1!*!K5=VN8FQ>5O\9 MX=>.LW@)QV;ZY M@Y'5]/2"C&UX"AKRCF-*# M?D-.>HZ#TRQ$.Y0E&GAL%HGB2I3PG+DL%%59YZB/P;8KL@*Y)$&XS#HK MKS+B1L1FZGUM-;H?.ZUNO7%^VNL.NN?([J:,S%2\*"-_.!7_S`K^W@[ZPG@T M_KO/-\=3Y_\KYW]9_-<-+8__Z\`=^U^,7J@'_`W]W[*UEY__K@.K]L?DT'8Z M@V>>XTG_MXRO_-_<,_+SW[6@0[E,V8M,+K-X2:3W"QI'-$S^WQ/@+XY5_V\X M_L\_QE/_O:??\W];,W/_7@<%8GDIY%&8D`?$*&$0$RV<_9I/;H!!YX@`I M:T"T@BB]PAHZO$A$2X'P<*[0"(MREWH0\`3\-'+%\1$)`SZ78UTR)<,`+P.: M8'W>Y,!]/MU,)+\LSH`B",5&3)!)1D3"A,E#90(3&J6W;.:JHJA"0/FBD8C3 M+A#GW5PT268LOBC=;NLD=D7OQC20I^,%'%YG;[&OE0=I;PZJ63R7KPD3AJQ] M7&0:2]$'+#NN(Y`=HBO9JX[K/3QSIKGY%-^CY#`I2.F=1R\#E\H'[U7?TT!5 M5'=U.?+P^S(@\##6_HO6[O// M\83]#4W_^OS/+.?]__7@#73H#,0YC4@#84AEZ)9!3FP&$02K:*/E-E'>0$/T M.%P1^:E777BP7H;Z-`Y"T"N5"A)]'+-)%;Y"@Z4CJ-\H&MXM5/YAADF(AU0$ MM/?*&QR]<9-YJIEDI8CRTOV=NGL)NEJ11X\ES2P9EOA@0=^K&CK\2;T1FM6Y MFL(& M>;\Y$'?&G$^KI5M!U(2EL4M112.J"A'ADU)84,UF,S5-U"R[J4A2FJ;#4BB2 M9PFC.`U+(]>]-V*A$J&*DH?J*BD-#,E'S9808.-:7(AU?+GYO@XVK@^:G;-! ML]4_Q[4L;BLH>;,SP/].KU9X2,^*416\%EH+Y/CB4# M67G+Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 15:30:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCA3C37BC81 for ; Wed, 17 May 2000 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA06773; Wed, 17 May 2000 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sign.chg.ru (sign.chg.ru [193.233.46.10]) by hub.freebsd.org (Postfix) with ESMTP id BF40037BB21 for ; Wed, 17 May 2000 15:27:13 -0700 (PDT) (envelope-from andrew@sign.chg.ru) Received: (from andrew@localhost) by sign.chg.ru (8.9.3/8.9.3) id CAA64448; Thu, 18 May 2000 02:27:10 +0400 (MSD) (envelope-from andrew) Message-Id: <200005172227.CAA64448@sign.chg.ru> Date: Thu, 18 May 2000 02:27:10 +0400 (MSD) From: andrew@chg.ru Reply-To: andrew@chg.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18629: update port: net/micq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18629 >Category: ports >Synopsis: update port: net/micq >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 15:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew L. Neporada >Release: FreeBSD 3.4-20000217-STABLE i386 >Organization: >Environment: current ports tree >Description: Update micq port (0.4.4 -> 0.4.5) P.S. I'd like to maintain this port >How-To-Repeat: >Fix: diff -ruN micq.orig/Makefile micq/Makefile --- micq.orig/Makefile Mon Apr 10 13:32:48 2000 +++ micq/Makefile Thu May 18 02:20:17 2000 @@ -6,18 +6,22 @@ # PORTNAME= micq -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 CATEGORIES= net -MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.4/ +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.5/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@freebsd.org +MAINTAINER= andrew@chg.ru + +# There is something strange with distfile, so next line is really needed. +WRKSRC= ${WRKDIR}/micq-0.4.4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/micq ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq + ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/micq .endif .include diff -ruN micq.orig/files/md5 micq/files/md5 --- micq.orig/files/md5 Sun Mar 19 23:44:11 2000 +++ micq/files/md5 Thu May 18 00:55:19 2000 @@ -1 +1 @@ -MD5 (micq-0.4.4.tgz) = ea562bf5186540c08743aff288332cee +MD5 (micq-0.4.5.tgz) = a546b1d47d7eb5730bc8bef1ef2768c0 diff -ruN micq.orig/pkg/PLIST micq/pkg/PLIST --- micq.orig/pkg/PLIST Tue Nov 2 04:24:44 1999 +++ micq/pkg/PLIST Thu May 18 01:57:15 2000 @@ -1,3 +1,4 @@ bin/micq +share/doc/micq/CHANGELOG share/doc/micq/README @dirrm share/doc/micq >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 17:41: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1CEE237BCF2 for ; Wed, 17 May 2000 17:41:04 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@trang.cdrom.com [204.216.28.153]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id RAA60117 for ; Wed, 17 May 2000 17:41:02 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id RAA04552 for ports@freebsd.org; Wed, 17 May 2000 17:41:01 -0700 (PDT) (envelope-from obrien) Date: Wed, 17 May 2000 17:41:01 -0700 From: "David O'Brien" To: ports@freebsd.org Subject: Open Motif port coming along Message-ID: <20000517174101.A4520@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm working on an OpenMotif port and hope to be done with it tonight. Just FYI. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 18:20:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B09837BC2F for ; Wed, 17 May 2000 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA74711; Wed, 17 May 2000 18:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 0B75737B764 for ; Wed, 17 May 2000 18:14:19 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id SAA68944; Wed, 17 May 2000 18:12:57 -0700 (PDT) (envelope-from adsharma) Message-Id: <200005180112.SAA68944@sharmas.dhs.org> Date: Wed, 17 May 2000 18:12:57 -0700 (PDT) From: Arun Sharma Reply-To: adsharma@sharmas.dhs.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18633: New port - pyncurses Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18633 >Category: ports >Synopsis: New port pyncurses-0.3 >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 18:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Arun Sharma >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD 4.0-STABLE i386 >Description: New port. >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: # # python/pyncurses # python/pyncurses/Makefile # python/pyncurses/pkg # python/pyncurses/pkg/COMMENT # python/pyncurses/pkg/DESCR # python/pyncurses/pkg/PLIST # python/pyncurses/files # python/pyncurses/files/md5 # python/pyncurses/patches # python/pyncurses/patches/patch-aa # echo c - python/pyncurses mkdir -p python/pyncurses > /dev/null 2>&1 echo x - python/pyncurses/Makefile sed 's/^X//' >python/pyncurses/Makefile << 'END-of-python/pyncurses/Makefile' X# New ports collection makefile for: pyncurses X# Version required: 0.3 X# Date created: Tue May 16 22:15:11 PDT 2000 X# Whom: adsharma@sharams.dhs.org X# X# $FreeBSD: ports/devel/sip/Makefile,v 1.1 2000/04/22 21:27:54 will Exp $ X# X XDISTNAME= pyncurses-0.3 XCATEGORIES= devel python XMASTER_SITES= http://download.sourceforge.net/pyncurses/ X XMAINTAINER= adsharma@sharmas.dhs.org X XPORTNAME= pyncurses XPORTVERSION= 0.3 X Xdo-build: X cd ${WRKSRC}/ncurses; make X cd ${WRKSRC}; python setup.py build X Xdo-install: X cd ${WRKSRC}; python setup.py install X X.include END-of-python/pyncurses/Makefile echo c - python/pyncurses/pkg mkdir -p python/pyncurses/pkg > /dev/null 2>&1 echo x - python/pyncurses/pkg/COMMENT sed 's/^X//' >python/pyncurses/pkg/COMMENT << 'END-of-python/pyncurses/pkg/COMMENT' XNcurses binding for Python END-of-python/pyncurses/pkg/COMMENT echo x - python/pyncurses/pkg/DESCR sed 's/^X//' >python/pyncurses/pkg/DESCR << 'END-of-python/pyncurses/pkg/DESCR' XPyNcurses now requires the Python Distutils to build and install, they can be Xobtained from the pyncurses ftp site. The INSTALL file included with PyNcurses Xcan be used as installation instructions for both PyNncurses and the Python XDistutils. X XPyNcurses now includes the C source code generated by SWIG, so SWIG is no Xlonger required to build the distribution. If you do have SWIG there is now a Xmakefile included in the ncurses directory which will regenerate C source files Xfor any interface files that have been altered. This will have to be done Xbefore running setup.py if you alter any interface files. X XIf you get a group of "conflicting types for `*'" errors run the following Xcommand: X Xdebian/apply-patch.sh X XThis will apply a patch fixing the problem. X XPyNcurses is now complete in the sense that all classes can be initialized. In Xaddition the curses module has been tested to make sure it is usable (for me.) XIf anyone can tell me what places it is not usable for them I will do my best Xto fix them (especially if you have a fix ready for me to apply :) ) My email Xaddress is hgebel@inet.net . X XRudimentary examples can be found in the examples/ directory . I will gladly Xaccept any other samples provided. X XCVS, a mailing list, and a bug reporting system can be found on the Source XForge project page, a link to which can be found near the bottom of Xhttp://pyncurses.sourceforge.net . X XThere are no user pointer functions in this library, if you wish to store date Xabout an object in that object it is easily accomplished in Python: X X# store user data in PANEL: Xsample = [] Xsample.append(PANEL(10,10,5,5)) Xsample[-1].about = "Keep me" X Xsample.append(PANEL(10,20,0,0)) Xsample[-1].about = "Get rid of me" X Xsample.append(PANEL(5,15,10,10)) Xsample[-1].about = "Keep me" X Xfor index in xrange(len(sample) - 1, -1, -1): X if sample[index].about == "Get rid of me": X del sample[index] X XNote that all objects contain an attribute called user_data (initialized to XNone) which is intended to be used to store this sort of data. This is to help Xprevent NameErrors which could otherwise be caused if you only set an attribute Xon a few objects. X Xcurses: X no delwin function or method, called automatically when WINDOW class instance X is garbage collected. X X no functions which use SCREEN pointers X X no functions which use FILE pointers X X no functions documented on the curs_terminfo manual page X X few functions implemented as macros. X X callback functions except for field validation in libform. X X No mouse support. X X Note that some of these functions are in the _curses module X if they are required X X If you use any of these often notify me so I can move them into the curses X module where they will be more convenient. X X the ACS constants can be accessed with functions ie to access ACS_LLCORNER X call ACS_LLCORNER() X X My programs do not use color, I would appreciate it if someone who does can X tell me if this module has sufficient color support. X Xpanel: X panel imports all names in the curses module, so it is not necessary to import X both curses and panel. X X panel.doupdate() automatically calls panel.update_panels() it is not X necessary to call both. X X PANEL classes include a WINDOW object, which is deleted when panel is garbage X collected. X X panel_above and panel_below take as an argument a list of PANELs and return a X reference to the appropriate PANEL. If you wish to use these functions keep X your PANELs in a list, take care that when you want to destroy a panel you X remove all referances to it. X X All support for mixing WINDOWs and PANELs has been removed as of version X 0.0b3 . I felt that the functions involved, in addition to making the library X hard to maintain, where unnecessary and needlessly confusing to people trying X to use the library. If I was wrong and this capability is necessary for some X reason you will have to tell me. X X new functions get_top and get_bottom take a list of PANELs and return a X reference to the appropriate panel. X X I don't use libpanel, so it is up to users to tell me about places where it is X not effective. X Xmenu: X X MENU.current_item() no longer requires that a list of ITEMs be provided as an Xargument, however it still support being called that way for compatability. X X menu imports all names from panel. It adds a module level variable called X "_update_mode" whose default value is "curses" . If it's value is "panel" then X doupdate will call update_panels, if it is "curses" then it will not. The X function menu_set_update_mode() and menu_get_update_mode() have been provided X to access this variable. X X Note that the default value of _update_mode was 'panel' in previous releases, X programs which assume panel is the default mode will have to be altered. X Xform: X form also has and _update_mode variable, it can be accessed with X form_set_update_mode() and form_get_update_mode. X X form has a class LABEL that represents fields to be used as labels, it's X arguments are different than the FIELD class, read the source for X documentation. X X form now supports field type validation. X XThe SWIG pointer manipulation functions can be found in _curses. X END-of-python/pyncurses/pkg/DESCR echo x - python/pyncurses/pkg/PLIST sed 's/^X//' >python/pyncurses/pkg/PLIST << 'END-of-python/pyncurses/pkg/PLIST' Xlib/python1.5/site-packages/ncurses/__init__.py Xlib/python1.5/site-packages/ncurses/curses.py Xlib/python1.5/site-packages/ncurses/form.py Xlib/python1.5/site-packages/ncurses/menu.py Xlib/python1.5/site-packages/ncurses/panel.py Xlib/python1.5/site-packages/ncurses/__init__.pyc Xlib/python1.5/site-packages/ncurses/curses.pyc Xlib/python1.5/site-packages/ncurses/form.pyc Xlib/python1.5/site-packages/ncurses/menu.pyc Xlib/python1.5/site-packages/ncurses/panel.pyc Xlib/python1.5/site-packages/ncurses/_curses.so Xlib/python1.5/site-packages/ncurses/_panel.so Xlib/python1.5/site-packages/ncurses/_menu.so Xlib/python1.5/site-packages/ncurses/_form.so X@dirrm lib/python1.5/site-packages/ncurses END-of-python/pyncurses/pkg/PLIST echo c - python/pyncurses/files mkdir -p python/pyncurses/files > /dev/null 2>&1 echo x - python/pyncurses/files/md5 sed 's/^X//' >python/pyncurses/files/md5 << 'END-of-python/pyncurses/files/md5' XMD5 (pyncurses-0.3.tar.gz) = f29dc9704afd9a27ff21c6ad076e2eaa END-of-python/pyncurses/files/md5 echo c - python/pyncurses/patches mkdir -p python/pyncurses/patches > /dev/null 2>&1 echo x - python/pyncurses/patches/patch-aa sed 's/^X//' >python/pyncurses/patches/patch-aa << 'END-of-python/pyncurses/patches/patch-aa' X--- ncurses/_curses.i Fri Mar 31 10:38:12 2000 X+++ /home/adsharma/pyncurses-0.3/ncurses/_curses.i Tue May 16 22:06:25 2000 X@@ -284,7 +284,7 @@ X extern bool isendwin(void); X extern bool is_linetouched(WINDOW *,int); X extern bool is_wintouched(WINDOW *); X-extern const char *keyname(int); X+extern char *keyname(int); X extern int keypad(WINDOW *,bool); X extern char killchar(void); X extern int leaveok(WINDOW *,bool); X@@ -295,7 +295,7 @@ X extern int mvwin(WINDOW *,int,int); X extern int napms(int); X extern WINDOW *newpad(int,int); X-extern SCREEN *newterm(const char *,FILE *,FILE *); X+extern SCREEN *newterm(char *,FILE *,FILE *); X extern WINDOW *newwin(int,int,int,int); X extern int nl(void); X extern int nocbreak(void); X@@ -345,15 +345,15 @@ X extern int syncok(WINDOW *, bool); X extern chtype termattrs(void); X extern char *termname(void); X-extern int tigetflag(const char *); X-extern int tigetnum(const char *); X-extern char *tigetstr(const char *); X+extern int tigetflag(char *); X+extern int tigetnum(char *); X+extern char *tigetstr(char *); X extern int typeahead(int); X extern int ungetch(int); X extern void use_env(bool); X extern int vidattr(chtype); X-extern int vwprintw(WINDOW *, const char *,va_list); X-extern int vwscanw(WINDOW *, const char *,va_list); X+extern int vwprintw(WINDOW *, char *,va_list); X+extern int vwscanw(WINDOW *, char *,va_list); X extern int waddch(WINDOW *, const chtype); X extern int waddchnstr(WINDOW *,const chtype *,int); X extern int waddnstr(WINDOW *,const char *,int); X--- ncurses/_panel.i Sat Apr 22 01:44:20 2000 X+++ /home/adsharma/pyncurses-0.3/ncurses/_panel.i Tue May 16 22:07:56 2000 X@@ -35,8 +35,8 @@ X extern PANEL* new_panel(WINDOW *); X extern PANEL* panel_above(const PANEL *); X extern PANEL* panel_below(const PANEL *); X-extern int set_panel_userptr(PANEL *, const void *); X-extern const void* panel_userptr(const PANEL *); X+extern int set_panel_userptr(PANEL *, void *); X+extern void* panel_userptr(const PANEL *); X extern int move_panel(PANEL *, int, int); X extern int replace_panel(PANEL *,WINDOW *); X extern int panel_hidden(const PANEL *); END-of-python/pyncurses/patches/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 Wed May 17 19: 0: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DD9A37BD10 for ; Wed, 17 May 2000 19:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA79452; Wed, 17 May 2000 19:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id F403A37BC9B for ; Wed, 17 May 2000 18:51:31 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from F.privatelabs.com (F.privatelabs.com [198.143.31.2]) by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id UAA20793; Wed, 17 May 2000 20:46:28 -0400 (EDT) Received: (from mi@localhost) by F.privatelabs.com (8.9.3/8.9.3) id VAA22244; Wed, 17 May 2000 21:46:47 -0400 (EDT) (envelope-from mi) Message-Id: <200005180146.VAA22244@F.privatelabs.com> Date: Wed, 17 May 2000 21:46:47 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: jgreco@ns.sol.net X-Send-Pr-Version: 3.2 Subject: ports/18634: security/tripwire port refreshed with new fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18634 >Category: ports >Synopsis: security/tripwire port refreshed with new fixes >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 May 17 19:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: This changes: . fix some of the compiler warning (see patches/patch-warnings) . fix the Makefiles to obey the CC and CFLAGS settings . fix patches/patch-ab to be PREFIX/LOCALBASE safe . fix the post-install to not compress the gunzip and tripwire executables that go onto a floppy -- there is no support for the gzip-ed ELF binaries at all, and even for the older AOUT ones such support was optional . replaces the /kernel with `sysctl -n kern.bootfile` in the tw.conf as the tw.conf.freebsd2 is copied into the right place. and, most importantly: . replace the use of mktemp(3) with tmpfile(3) (see patches/patch-mktemp). This also caused a removal of a few buffers (of size MAXPATHLEN+256) and quite a few strcpy and sprintf invocations. >How-To-Repeat: >Fix: The recursive diff can be found at http://virtual-estates.net/tripwire-port.patch.bz2 Note, it assumes, the change in the MASTER_SITE submitted in ports/18624 is already applied. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 19:57:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BDFE37BD22; Wed, 17 May 2000 19:57:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA85639; Wed, 17 May 2000 19:57:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Wed, 17 May 2000 19:57:36 -0700 (PDT) From: Message-Id: <200005180257.TAA85639@freefall.freebsd.org> To: assar@stacken.kth.se, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18458 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update arla port to 0.33 State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Wed May 17 19:56:58 PDT 2000 State-Changed-Why: Superceded by ports/18580 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 20:12:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B254537B86A; Wed, 17 May 2000 20:12:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA87322; Wed, 17 May 2000 20:12:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Wed, 17 May 2000 20:12:20 -0700 (PDT) From: Message-Id: <200005180312.UAA87322@freefall.freebsd.org> To: assar@stacken.kth.se, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18580 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update arla port to 0.33.1 State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Wed May 17 20:12:03 PDT 2000 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 21:40:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F15F37B995 for ; Wed, 17 May 2000 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA97462; Wed, 17 May 2000 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sapa.ivcme.elektra.ru (IVCME-NC-LL.Elektra.RU [193.125.127.58]) by hub.freebsd.org (Postfix) with ESMTP id 9905637B975 for ; Wed, 17 May 2000 21:33:37 -0700 (PDT) (envelope-from lukin@sapa.ivcme.elektra.ru) Received: (from lukin@localhost) by sapa.ivcme.elektra.ru (8.9.3/8.8.8) id TAA34261; Wed, 17 May 2000 19:37:59 +0400 (MSD) (envelope-from lukin) Message-Id: <200005171537.TAA34261@sapa.ivcme.elektra.ru> Date: Wed, 17 May 2000 19:37:59 +0400 (MSD) From: Kostya Lukin Reply-To: lukin@sapa.ivcme.elektra.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18635: Update port: net/jabber-transport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18635 >Category: ports >Synopsis: Update port: net/jabber-transport >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 21:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kostya Lukin >Release: FreeBSD 3.3-RELEASE i386 >Organization: IVC Mosenergo >Environment: >Description: Changes makefile and INSTALL script to work correctly with pkg_add. >How-To-Repeat: >Fix: diff -ruN jabber-transport.bak/patches/patch-ab jabber-transport/patches/patch-ab --- jabber-transport.bak/patches/patch-ab Mon May 1 07:25:18 2000 +++ jabber-transport/patches/patch-ab Wed May 17 17:15:11 2000 @@ -1,20 +1,19 @@ ---- src/Makefile.in.orig Tue Mar 28 22:56:31 2000 -+++ src/Makefile.in Fri Apr 7 20:58:29 2000 -@@ -444,14 +444,15 @@ +--- src/Makefile.in.orig Mon May 1 19:47:49 2000 ++++ src/Makefile.in Wed May 17 17:05:17 2000 +@@ -442,14 +442,8 @@ install-data-local: -+ $(INSTALL_DATA) $(top_builddir)/src/jserver.xml $(sysconfdir)/jserver.xml.default - $(SH) if test ! -f $(sysconfdir)/jserver.xml; then \ - $(mkinstalldirs) $(sysconfdir); \ - $(INSTALL_DATA) $(top_builddir)/src/jserver.xml $(sysconfdir)/jserver.xml; \ - else \ - echo "You already have a jserver.xml installed, not overwriting"; \ - fi +- $(SH) if test ! -f $(sysconfdir)/jserver.xml; then \ +- $(mkinstalldirs) $(sysconfdir); \ +- $(INSTALL_DATA) $(top_builddir)/src/jserver.xml $(sysconfdir)/jserver.xml; \ +- else \ +- echo "You already have a jserver.xml installed, not overwriting"; \ +- fi - $(mkinstalldirs) $(prefix)/var/jspool - $(mkinstalldirs) $(prefix)/var/log -+ $(mkinstalldirs) /var/jspool -+ chmod 700 /var/jspool ++ $(mkinstalldirs) $(sysconfdir); ++ $(INSTALL_DATA) $(top_builddir)/src/jserver.xml $(sysconfdir)/jserver.xml.default # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -ruN jabber-transport.bak/pkg/INSTALL jabber-transport/pkg/INSTALL --- jabber-transport.bak/pkg/INSTALL Tue May 16 18:18:46 2000 +++ jabber-transport/pkg/INSTALL Wed May 17 17:10:19 2000 @@ -110,14 +110,24 @@ user=jserver group=jserver spooldir="/var/jspool" - etcdir=${PREFIX}/etc + etcdir=${PREFIX:-$PKG_PREFIX}/etc echo "" make_account ${user} ${group} "Jabber Daemon" "/nonexistent" + if [ ! -d ${spooldir} ]; then + echo "Creating \"${spooldir}\"." + mkdir -p ${spooldir} + fi + echo "Fixing ownerships and modes in \"${spooldir}\"." chown -R ${user}:${group} ${spooldir} chmod -R go= ${spooldir} + + if [ ! -f ${etcdir}/jserver.xml ]; then + echo "Creating \"${etcdir}/jserver.xml\"." + cp -p ${etcdir}/jserver.xml.default ${etcdir}/jserver.xml + fi echo "Fixing config files ownerships and modes." chown root:${group} ${etcdir}/jserver.xml ${etcdir}/jserver.xml.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 Wed May 17 22:20: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0DE937BAF8 for ; Wed, 17 May 2000 22:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA02884; Wed, 17 May 2000 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1A80A37B685; Wed, 17 May 2000 22:10:21 -0700 (PDT) Message-Id: <20000518051021.1A80A37B685@hub.freebsd.org> Date: Wed, 17 May 2000 22:10:21 -0700 (PDT) From: d-lewart@uiuc.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18638: perl5/pkg/COMMENT should be "Practical Extraction and Report Language" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18638 >Category: ports >Synopsis: perl5/pkg/COMMENT should be "Practical Extraction and Report Language" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 22:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Daniel S. Lewart >Release: 4.0-RELEASE >Organization: University of Illinois >Environment: FreeBSD www.cvm.uiuc.edu 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: The perl5 port COMMENT should be changed from "Pattern Extraction and Recognition Language" [sic] to "Practical Extraction and Report Language". >How-To-Repeat: cat perl5/pkg/COMMENT >Fix: echo "Practical Extraction and Report Language" > perl5/pkg/COMMENT >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 22:20:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A35237BAB5 for ; Wed, 17 May 2000 22:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA02875; Wed, 17 May 2000 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from micro.if.t.u-tokyo.ac.jp (micro.if.t.u-tokyo.ac.jp [133.11.94.143]) by hub.freebsd.org (Postfix) with ESMTP id A5DF537B685 for ; Wed, 17 May 2000 22:09:38 -0700 (PDT) (envelope-from jeux@micro.if.t.u-tokyo.ac.jp) Received: (from jeux@localhost) by micro.if.t.u-tokyo.ac.jp (8.9.3/8.9.3) id OAA52819; Thu, 18 May 2000 14:20:04 +0900 (JST) (envelope-from jeux) Message-Id: <200005180520.OAA52819@micro.if.t.u-tokyo.ac.jp> Date: Thu, 18 May 2000 14:20:04 +0900 (JST) From: MITA Yoshio Reply-To: MITA Yoshio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18637: japanese/vflib updated to 2.25.1 and japanese/vfxdvi300 followed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18637 >Category: ports >Synopsis: update to the latest version >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 May 17 22:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: MITA Yoshio >Release: FreeBSD 4.0-20000517-JPSNAP i386 >Organization: VLSI Design and Education Center, the University of TOKYO >Environment: ftp://current.jp.FreeBSD.org/pub/FreeBSD/snapshots/i386/4.0-20000517-JPSNAP >Description: VFlib was updated to 2.25.1. Ports follow. >How-To-Repeat: >Fix: After applying this patch, remove empty japanese/vflib/patches/patch-ac please. diff -ruN japanese/vflib.current/Makefile japanese/vflib/Makefile --- japanese/vflib.current/Makefile Thu Apr 13 19:13:42 2000 +++ japanese/vflib/Makefile Thu May 18 14:14:17 2000 @@ -17,7 +17,7 @@ LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype -VFLIB_VERSION= 2.24.2 +VFLIB_VERSION= 2.25.1 PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} GNU_CONFIGURE= yes diff -ruN japanese/vflib.current/files/md5 japanese/vflib/files/md5 --- japanese/vflib.current/files/md5 Mon Dec 27 20:16:04 1999 +++ japanese/vflib/files/md5 Thu May 18 10:02:45 2000 @@ -1,2 +1,2 @@ -MD5 (VFlib2-2.24.2.tar.gz) = bf76c1dbea1210fad8005f6e5910b842 +MD5 (VFlib2-2.25.1.tar.gz) = 34f3dcf401272eda1f9b09a6588342d7 MD5 (watanabe-vf.tar.Z) = 17a6a1ef6bfedac3d0b48f0365741e13 diff -ruN japanese/vflib.current/patches/patch-ac japanese/vflib/patches/patch-ac --- japanese/vflib.current/patches/patch-ac Mon May 3 19:37:09 1999 +++ japanese/vflib/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,45 +0,0 @@ -# just copied from ${PORTSDIR}/print/freetype/patches/patch-ac, thanks! ---- ltmain.sh.orig Sat Sep 19 11:12:26 1998 -+++ ltmain.sh Sat Sep 19 11:19:06 1998 -@@ -967,6 +967,16 @@ - versuffix="$current.$revision" - ;; - -+ freebsd) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ if [ $PORTOBJFORMAT = elf ]; then -+ versuffix="$current" -+ else -+ versuffix="$current.$revision" -+ fi -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 ---- ltconfig.orig Sat Sep 19 11:12:21 1998 -+++ ltconfig Sat Sep 19 11:15:42 1998 -@@ -784,7 +784,7 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd*) - archive_cmds='$CC -shared -o $lib$libobjs' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1130,10 +1130,10 @@ - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' - ;; - --freebsd2* | freebsd3*) -- version_type=sunos -+freebsd*) -+ version_type=freebsd - library_names_spec='${libname}${release}.so.$versuffix $libname.so' -- finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' -+ finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="'"$PORTOBJFORMAT"'" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - ;; - diff -ruN japanese/vflib.current/pkg/PLIST japanese/vflib/pkg/PLIST --- japanese/vflib.current/pkg/PLIST Wed Dec 23 20:17:11 1998 +++ japanese/vflib/pkg/PLIST Thu May 18 10:17:57 2000 @@ -405,8 +405,10 @@ share/VFlib/%%VFLIB_VERSION%%/jTeX/macros/Gen share/VFlib/%%VFLIB_VERSION%%/jTeX/macros/STYLE-SRC share/VFlib/%%VFLIB_VERSION%%/jTeX/README.euc +share/VFlib/%%VFLIB_VERSION%%/vfontcap.mgp share/VFlib/%%VFLIB_VERSION%%/vfontcap.comp2 share/VFlib/%%VFLIB_VERSION%%/vfontcap.bdf +share/VFlib/%%VFLIB_VERSION%%/vfontcap.ORG share/VFlib/%%VFLIB_VERSION%%/vfontcap share/VFlib/%%VFLIB_VERSION%%/QA.txt share/VFlib/%%VFLIB_VERSION%%/QA-english.tex diff -ruN japanese/vfxdvi300.current/patches/patch-aa japanese/vfxdvi300/patches/patch-aa --- japanese/vfxdvi300.current/patches/patch-aa Fri Jan 7 20:19:36 2000 +++ japanese/vfxdvi300/patches/patch-aa Thu May 18 11:08:17 2000 @@ -396,7 +396,7 @@ #endif #ifdef Use_ZEIT -! DEFAULT_FONTCONFDIR=/usr/local/share/VFlib/2.24.2 +! DEFAULT_FONTCONFDIR=/usr/local/share/VFlib/2.25.1 ! DEFAULT_FONTCONF=$(DEFAULT_FONTCONFDIR)/vfontcap #ifdef Use_NTTZEIT ZEIT_DEFS=-DUSE_ZEIT -DNTTZEIT -DDEFAULT_FONTCONF=\"$(DEFAULT_FONTCONF)\" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 23:57: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id E8CA437BC73; Wed, 17 May 2000 23:56:58 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id JAA06486; Thu, 18 May 2000 09:56:00 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id JAA17225; Thu, 18 May 2000 09:56:20 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <3923940A.3D865C6D@FreeBSD.org> Date: Thu, 18 May 2000 09:56:10 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Will Andrews Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/games/gltron Makefile ports/games/gltron/filesmd5 ports/games/gltron/patches patch-ad patch-ae patch-ac patch-aapatch-ab ports/games/gltron/pkg PLIST References: <200005180525.WAA05829@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > Update to GLTron 0.59. WARNING: This requires an enormous amount of CPU > to run! If you don't have sound, be sure to compile with -DNO_SOUND. Not necessary so enormous, if use utah-glx instead of Mesa ;). I have a plans to committ updated utah-glx port during next several days. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 17 23:57: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id 6074F37BD76 for ; Wed, 17 May 2000 23:57:04 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id AEB5D5DB6; Wed, 17 May 2000 23:57:03 -0700 (PDT) Date: Wed, 17 May 2000 23:57:03 -0700 From: Ron 'The InSaNe One' Rosson To: freebsd-ports@freebsd.org Subject: mtr issues Message-ID: <20000517235703.A55140@lunatic.oneinsane.net> Reply-To: Ron Rosson 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.2i X-Operating-System: FreeBSD lunatic.oneinsane.net 4.0-STABLE X-Moon: The Moon is Full X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane2-pgp5i.txt X-Uptime: 11:53PM up 7 days, 15:51, 1 user, load averages: 0.00, 0.00, 0.00 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I go to start mtr after intsalling it I get this error. Anyone have any ideas. mtr: Unable to get raw socket. (Executable not suid?) insane-mental> ll /usr/local/sbin/mtr -rwsr-xr-x 1 root wheel 60872 May 17 23:47 /usr/local/sbin/mtr TIA -- ------------------------------------------------------------------------------ Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was /dev/null and *void() ------------------------------------------------------------------------------ You will forget that you ever knew me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 0:10:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52CA837BEAB for ; Thu, 18 May 2000 00:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18198; Thu, 18 May 2000 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id CA7F037BD4C for ; Thu, 18 May 2000 00:09:45 -0700 (PDT) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (3098 bytes) by henoch.cc.fh-lippe.de via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 18 May 2000 09:09:35 +0200 (MET DST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-17) Received: from door.lippe.de(arabesca.cc.fh-lippe.de[193.16.112.163]) (2709 bytes) by spock.cc.fh-lippe.de via sendmail with P:smtp/R:smart_host/T:smtp (sender: ) id for ; Thu, 18 May 2000 09:09:30 +0200 (MET DST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-17) Received: from odie.lippe.de (root@odie.lippe.de [192.168.4.2]) by door.lippe.de (8.9.3/8.9.3) with ESMTP id IAA90466 for ; Thu, 18 May 2000 08:15:24 +0200 (CEST) (envelope-from lkoeller@lippe.de) Received: (from lkoeller@localhost) by odie.lippe.de (8.9.3/8.9.3) id IAA85841; Thu, 18 May 2000 08:15:23 +0200 (CEST) (envelope-from lkoeller) Message-Id: <200005180615.IAA85841@odie.lippe.de> Date: Thu, 18 May 2000 08:15:23 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18643: tclock additional patch avoids segfaults. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18643 >Category: ports >Synopsis: tclock additional patch avoids segfaults. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 18 00:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.4-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: FreeBSD-3.4 with ports up to date. >Description: In some special cases tclock segfaults after startup. This is due to special cases with the merging of X11 resources. >How-To-Repeat: - >Fix: The appended patch avoids this problem! Simple place it as patch-ab int the ports patch-dir. Regards Lars -- E-Mail: | Lars Koeller Lars.Koeller@Uni-Bielefeld.DE | UNIX Sysadmin lkoeller@cc.fh-lippe.de | Computing Center PGP-key: | University of Bielefeld http://www.pgp.net/pgpnet/www-key.html | Germany ----------- FreeBSD, what else? ---- http://www.freebsd.org ------------- ------------------------- patch-ab for tclock --------------------------- diff -u ../../tclock.old/work/tclock.c ./tclock.c --- ../../tclock.old/work/tclock.c Mon May 15 13:07:35 2000 +++ ./tclock.c Mon May 15 13:18:02 2000 @@ -312,6 +312,7 @@ extern char *getenv(); char *displayName, fn[1000]; + char *sdb; int parseReturn, rc; XrmParseCommand(&db, option, numOptions, "tclock", &ac, av); @@ -344,7 +345,8 @@ exit(1); db = XrmGetStringDatabase(tclockDefaults); - XrmMergeDatabases(XrmGetStringDatabase(XResourceManagerString(display)), &db); + if(sdb = XResourceManagerString(display)) + XrmMergeDatabases(XrmGetStringDatabase(sdb), &db); sprintf(fn, "%s/.Xdefaults", getenv("HOME")); if(access(fn, R_OK) == 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 May 18 0:10:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9652237BDC2 for ; Thu, 18 May 2000 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18189; Thu, 18 May 2000 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mike.dhis.org (hiper1-d33.stk.cwnet.com [209.160.185.33]) by hub.freebsd.org (Postfix) with ESMTP id D721637BD48 for ; Thu, 18 May 2000 00:05:57 -0700 (PDT) (envelope-from mmuir@es.co.nz) Received: by mike.dhis.org (Postfix, from userid 1001) id 14B321F99; Thu, 18 May 2000 00:07:12 -0700 (PDT) Message-Id: <20000518070712.14B321F99@mike.dhis.org> Date: Thu, 18 May 2000 00:07:12 -0700 (PDT) From: mmuir@es.co.nz Reply-To: mmuir@es.co.nz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18642: Update port sysutils/wmhm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18642 >Category: ports >Synopsis: Update port sysutils/wmhm >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 May 18 00:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike C. Muir >Release: FreeBSD 4.0-STABLE i386 >Organization: n/a >Environment: FreeBSD 4.0-STABLE >Description: Version 1.44 * re-wrote cpu reading to display cpu_0 and cpu_1 in their own panel, the temperature bar graph wont be replaced by a cpu temp; as it was originally. * -D is deprecated, use -C now, and all available cpu temperature readings will be displayed on the CPU Temperature panel. * Fixed 'bouncing' on temp readings which involved an additional low byte for +0.5 degrees. (Yes.. I'm mental.. I typo'd += as =+.) * Fixed voltage graph for negative voltages, it went the wrong way and no longer does. * Fixed voltage graph display when cycling back to v_core. Problem was in a switch(), the user defined voltage was being reset to various values while cycling through each voltage display after v_core, within the v_core case, there was no default setting for the user defined voltage and it wouldnt get reset. * Adjustable visual & audible alarm threshold for motherboard temperature. (See wmhm.h and man page) * Support for the Abit BP6's unusual ordering of themisitors on the Winbond sensors (See wmhm.h) * Finally got round to using full ascii rathern than 'degrees'. >How-To-Repeat: >Fix: This diff is for the existing version 1.42 to update to 1.44. This is because my current send-pr for 1.42->1.43 hasnt gone through yet, so just supercede it. diff -ruN /usr/ports/sysutils/wmhm/Makefile ./wmhm/Makefile --- /usr/ports/sysutils/wmhm/Makefile Wed May 10 19:36:56 2000 +++ ./wmhm/Makefile Wed May 17 23:55:52 2000 @@ -1,15 +1,16 @@ # New ports collection makefile for: wmhm +# Version required: 1.44 # Date created: 21 September 1999 # Whom: Mike Muir # -# $FreeBSD: ports/sysutils/wmhm/Makefile,v 1.12 2000/04/22 10:13:41 mharo Exp $ +# $FreeBSD$ # PORTNAME= wmhm -PORTVERSION= 1.42 +PORTVERSION= 1.44 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://www.es.co.nz/~mmuir/ \ - http://muir.dhis.net/wmhm/ +MASTER_SITES= ftp://muir.yi.org/pub/wmhm/ \ + http://www.es.co.nz/~mmuir/ MAINTAINER= mmuir@es.co.nz diff -ruN /usr/ports/sysutils/wmhm/files/md5 ./wmhm/files/md5 --- /usr/ports/sysutils/wmhm/files/md5 Tue Feb 15 10:37:56 2000 +++ ./wmhm/files/md5 Wed May 17 23:35:31 2000 @@ -1 +1 @@ -MD5 (wmhm-1.42.tar.gz) = c1bcb4f04a1fce6cb376747b4696fd1f +MD5 (wmhm-1.44.tar.gz) = 4b02538328d576f11506199110c9c345 diff -ruN /usr/ports/sysutils/wmhm/pkg/COMMENT ./wmhm/pkg/COMMENT --- /usr/ports/sysutils/wmhm/pkg/COMMENT Thu Sep 23 05:37:31 1999 +++ ./wmhm/pkg/COMMENT Tue May 9 12:05:41 2000 @@ -1 +1 @@ -WindowMaker dockable LM78/LM79 hardware monitor for FreeBSD +WindowMaker dockable hardware monitor for FreeBSD diff -ruN /usr/ports/sysutils/wmhm/pkg/DESCR ./wmhm/pkg/DESCR --- /usr/ports/sysutils/wmhm/pkg/DESCR Sat Feb 12 08:26:05 2000 +++ ./wmhm/pkg/DESCR Tue May 9 12:06:30 2000 @@ -1,9 +1,9 @@ -wmhm uses /dev/io OR the SMBus Driver for PIIX4 provided by Takanori Watanabe -to gather information from LM78/79 sensors to provide motherboard temperature, -cpu temperature, fan speeds, voltages and a voltmeter in a nice looking +wmhm uses /dev/io or the SMBus Driver for PIIX4 provided by Takanori Watanabe +to gather information from hardware sensors and provide motherboard temperature, +cpu temperature(s), fan speeds, voltages and a voltmeter in a nice looking WindowMaker dock app. -WWW: http://mongol.dhis.net/wmhm/ +WWW: http://muir.yi.org/wmhm/ - mikem mmuir@es.co.nz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 0:10:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF9DB37BEBB for ; Thu, 18 May 2000 00:10:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18253; Thu, 18 May 2000 00:10:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 26A9137BD57 for ; Thu, 18 May 2000 00:09:56 -0700 (PDT) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (2199 bytes) by henoch.cc.fh-lippe.de via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 18 May 2000 09:09:36 +0200 (MET DST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-17) Received: from door.lippe.de(arabesca.cc.fh-lippe.de[193.16.112.163]) (1822 bytes) by spock.cc.fh-lippe.de via sendmail with P:smtp/R:smart_host/T:smtp (sender: ) id for ; Thu, 18 May 2000 09:09:28 +0200 (MET DST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-17) Received: from odie.lippe.de (root@odie.lippe.de [192.168.4.2]) by door.lippe.de (8.9.3/8.9.3) with ESMTP id IAA90478 for ; Thu, 18 May 2000 08:26:40 +0200 (CEST) (envelope-from lkoeller@lippe.de) Received: (from lkoeller@localhost) by odie.lippe.de (8.9.3/8.9.3) id IAA86126; Thu, 18 May 2000 08:26:39 +0200 (CEST) (envelope-from lkoeller) Message-Id: <200005180626.IAA86126@odie.lippe.de> Date: Thu, 18 May 2000 08:26:39 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18644: hylafax and libtiff-3.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18644 >Category: ports >Synopsis: hylafax and libtiff-3.4 >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 May 18 00:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.4-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: FreeBSD-3.4 RELEASE i386 with up to date ports tree. >Description: First the hylafax port needs to be updated, but thats not the point. Even the newest hylafax version states to work only correctly with tifflib-3.4! This lib isn't available in the ports tree, and using libtiff-3.5 with hylafax leads to nonfunction progs, which consuming all of the CPU time if started. The conversion programs from tiff-3.5 runs well, but the lib must be 3.4. So it would be necessary to reaktivate the latest libtiff-3.4 port for having a chance to get a running hylafax. >How-To-Repeat: Build hylafax and test it. It won't run. >Fix: Update hylafax and make it using libtiff-3.4. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 0:10:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3035037BEC1 for ; Thu, 18 May 2000 00:10:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18263; Thu, 18 May 2000 00:10:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mike.dhis.org (hiper1-d33.stk.cwnet.com [209.160.185.33]) by hub.freebsd.org (Postfix) with ESMTP id 80C8537BE64 for ; Thu, 18 May 2000 00:10:05 -0700 (PDT) (envelope-from mmuir@es.co.nz) Received: by mike.dhis.org (Postfix, from userid 1001) id A6D311F99; Thu, 18 May 2000 00:11:20 -0700 (PDT) Message-Id: <20000518071120.A6D311F99@mike.dhis.org> Date: Thu, 18 May 2000 00:11:20 -0700 (PDT) From: mmuir@es.co.nz Reply-To: mmuir@es.co.nz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18645: Update port sysutils/consolehm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18645 >Category: ports >Synopsis: Update port sysutils/consolehm >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 May 18 00:10:12 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike C. Muir >Release: FreeBSD 4.0-STABLE i386 >Organization: n/a >Environment: FreeBSD 4.0-STABLE >Description: Version 1.3ALPHA * Fan Control by percentage of full voltage * BP6 support by swapped temp order. * Fixed 'bouncing' on temp readings which involved an additional low byte for +0.5 degrees. (Yes.. I'm mental.. I typo'd += as =+.) * Read and Write directly from and to Chipset Registers. **WARNING** Please dont write to registers unless you've read the data sheets and you know damn well what its going to do. Important Note: [This all goes for me at least, please mail me if your results vary] I'm still sorting out what does what as far as the Winbond chipset goes.. But right now, it looks as though the following holds true for chm: - Enabling control of any Fan disables RPM readouts for it. - Disabling control of Fan 3 disables control of Fan 2 (!!) - Fan 1 can be controller regardless of setting (!!!) In light of this, you CAN have RPM readouts AND adjust the speeds of Fans 1 and 2 (CPU Fans) by using 'chm -D 1', 'chm -D 2' and 'chm -e 3'. Then use 'chm -x 40' to set the fans to 40% for example. >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/consolehm/Makefile ./consolehm/Makefile --- /usr/ports/sysutils/consolehm/Makefile Wed May 10 19:36:31 2000 +++ ./consolehm/Makefile Wed May 17 23:56:43 2000 @@ -1,19 +1,23 @@ # New ports collection makefile for: consolehm +# Version required: 1.3A # Date created: 27 September 1999 # Whom: Mike Muir # -# $FreeBSD: ports/sysutils/consolehm/Makefile,v 1.4 2000/04/22 10:11:48 mharo Exp $ +# $FreeBSD$ # PORTNAME= consolehm -PORTVERSION= 1.2 +PORTVERSION= 1.3A CATEGORIES= sysutils -MASTER_SITES= ftp://mongol.dhis.org/pub/consolehm/ \ +MASTER_SITES= ftp://muir.yi.org/pub/consolehm/ \ http://www.es.co.nz/~mmuir/ MAINTAINER= mmuir@es.co.nz WRKSRC= ${WRKDIR}/consolehm/consolehm -GNU_CONFIGURE= yes + +GNU_CONFIGURE= yes +MAN8= chm.8 +MANCOMPRESSED= yes .include diff -ruN /usr/ports/sysutils/consolehm/files/md5 ./consolehm/files/md5 --- /usr/ports/sysutils/consolehm/files/md5 Thu Oct 21 00:34:07 1999 +++ ./consolehm/files/md5 Wed May 17 23:39:55 2000 @@ -1 +1 @@ -MD5 (consolehm-1.2.tar.gz) = e931c8ff2cee20e8093ed1e541873b16 +MD5 (consolehm-1.3A.tar.gz) = 5d48316a9b4db201449c6555dbd978f2 diff -ruN /usr/ports/sysutils/consolehm/patches/patch-aa ./consolehm/patches/patch-aa --- /usr/ports/sysutils/consolehm/patches/patch-aa Wed Oct 20 23:04:16 1999 +++ ./consolehm/patches/patch-aa Wed Dec 31 16:00:00 1969 @@ -1,12 +0,0 @@ ---- Makefile.in.orig Wed Oct 20 23:02:06 1999 -+++ Makefile.in Wed Oct 20 23:02:19 1999 -@@ -1,7 +1,7 @@ - DEFS=-DHAVE_CONFIG_H --PREFIX=/usr/local -+PREFIX?=/usr/local - --CFLAGS=-O2 -g -Wall $(DEFS) -+CFLAGS+=-Wall $(DEFS) - - OBJS=chm.o - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 0:27:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 66A5837B5B3; Thu, 18 May 2000 00:27:25 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4I7RC412940; Thu, 18 May 2000 03:27:13 -0400 (EDT) Date: Thu, 18 May 2000 03:27:12 -0400 (EDT) From: Trevor Johnson To: Gregory Bond Cc: ports@FreeBSD.ORG, FreeBSD Security Officer Subject: Re: Netscape47 ports outdated In-Reply-To: <200005162350.JAA21942@lightning.itga.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 17 May 2000, Gregory Bond wrote: > The Makefiles for the Netscape47 ports are still looking for 4.72, but the > version available from netscape.com is 4.73. Some of the ports have been updated, and updates have been submitted for others. There is a CERT advisory (CA-2000-05, "Netscape Navigator Improperly Validates SSL Sessions") at http://www.cert.org/advisories/CA-2000-05.html . It says "Systems running Netscape Navigator 4.72, 4.61, and 4.07 [are affected]. Other versions less than 4.72 are likely to be affected as well." The problem is also described at http://home.netscape.com/security/notes/index.html . According to both, version 4.73 is not vulnerable. I suggest that: - updates to the Netscape 4.7 ports receive priority - the FreeBSD security officer issue an alert -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 1:26:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from astnet.astelit.ru (astnet.astelit.ru [195.96.64.250]) by hub.freebsd.org (Postfix) with ESMTP id 8E8BA37B51C; Thu, 18 May 2000 01:26:15 -0700 (PDT) (envelope-from A.Isaev@astelit.ru) Received: from ISAEVALE ([195.96.64.172]) by astnet.astelit.ru (8.8.5/8.8.5) with ESMTP id MAA23268; Thu, 18 May 2000 12:24:12 +0400 (MSD) Date: Thu, 18 May 2000 12:21:20 +0400 From: Alexander Isaev X-Mailer: The Bat! (v1.42c) Personal Reply-To: Alexander Isaev Organization: Astelit X-Priority: 3 (Normal) Message-ID: <5298550887.20000518122120@astelit.ru> To: vanilla@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: cucipop-1.31 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello vanilla, I've tried to compile cucipop together with makevpopdb but I've failed. Is there any additional docs for compiling and installing cucipop and makevpopdb for FreeBSD? Best regards, Alexander Isaev mailto:A.Isaev@astelit.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 2: 0:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F4A937BDCE for ; Thu, 18 May 2000 02:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA74016; Thu, 18 May 2000 02:00:08 -0700 (PDT) (envelope-from gnats@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 BE65E37BD4E for ; Thu, 18 May 2000 01:55:16 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.10] (nunki [128.130.111.10]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id KAA14225; Thu, 18 May 2000 10:55:08 +0200 (MET DST) Message-Id: Date: Thu, 18 May 2000 10:55:07 +0200 (MET DST) From: Gerald Pfeifer To: FreeBSD-gnats-submit@freebsd.org Cc: "David O'Brien" , Juergen Lock Subject: ports/18646: Remove three obsolete/bogus patches from the Wine port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18646 >Category: ports >Synopsis: Remove three obsolete/bogus patches from the Wine port >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 May 18 02:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 3.4-RELEASE i386 >Organization: Vienna University of Technology >Environment: Vanilla FreeBSD 3.4-RELEASE i386 with only those kernel configs required by Wine. >Description: The three patches . patch-ee . patch-ef . patch-eh were applied Fri Dec 10 17:36:21 1999 by David O'Brien (who stepped in as the maintainer did not have the time) in response to PR 15118 submitted (with those patches) by Juergen Lock. These patches appear completely unrelated to PR 15118 and they fail to apply to current Wine sources. In addition, these patches are not related to FreeBSD-specific issues in any way, and we should -- IMO -- refrain from causing needless branches from an actively maintained application such as Wine. (Actually it might well be the case that they were included unintentionally with the real patch intended for PR 15118.) >How-To-Repeat: >Fix: Please remove those three patches. (This is a requirement for an update of the Wine port that I have already prepared and will submit shortly.) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 2: 6:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C34237B628; Thu, 18 May 2000 02:06:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA04993; Thu, 18 May 2000 02:06:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Thu, 18 May 2000 02:06:51 -0700 (PDT) From: Message-Id: <200005180906.CAA04993@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, obrien@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18646 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Remove three obsolete/bogus patches from the Wine port State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Thu May 18 02:06:33 PDT 2000 State-Changed-Why: commited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 3:13:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp1-ext.oskarmobil.cz (smtp1-ext.oskarmobil.cz [195.47.29.137]) by hub.freebsd.org (Postfix) with ESMTP id A417B37B524; Thu, 18 May 2000 03:13:35 -0700 (PDT) (envelope-from milon.papezik@oskarmobil.cz) Received: from wh01ex02.ceskymobil.cz (exchange.ceskymobil.cz [172.20.128.42]) by smtp1-ext.oskarmobil.cz (8.9.3/8.9.3) with ESMTP id MAA26543; Fri, 19 May 2000 12:10:58 +0200 (CEST) Received: from oskarmobil.cz (papezik.ceskymobil.cz [172.20.128.9]) by wh01ex02.ceskymobil.cz with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id LB625KH2; Thu, 18 May 2000 12:12:12 +0200 Message-ID: <3923C0B0.E71C344D@oskarmobil.cz> Date: Thu, 18 May 2000 12:06:40 +0200 From: Milon Papezik X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: cz, cs, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ASN.1 parsing in OpenSSL (Apache+mod_ssl problem) References: <3923BD52.7275ACF8@oskarmobil.cz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Yesterday, I installed on the 4.0R server the apache13-php3 port with mod_ssl (using 4.0R ports skeleton) and it seems that I run into similar problem. When I try to connect with Netscape 4.x or Exploder 5 to Apache over SSL I get the following errors in apache_ssl_engine.log: [18/May/2000 16:40:17 65027] [info] Init: Initializing OpenSSL library [18/May/2000 16:40:17 65027] [info] Init: Loading certificate & private key of SSL-aware server www.xxxxxx.cz:443 [18/May/2000 16:40:17 65027] [info] Init: Seeding PRNG with 136 bytes of entropy [18/May/2000 16:40:17 65027] [info] Init: Generating temporary RSA private keys (512/1024 bits) [18/May/2000 16:40:18 65027] [info] Init: Configuring temporary DH parameters (512/1024 bits) [18/May/2000 16:40:22 65038] [info] Init: 2nd startup round (already detached) [18/May/2000 16:40:22 65038] [info] Init: Reinitializing OpenSSL library [18/May/2000 16:40:22 65038] [info] Init: Seeding PRNG with 136 bytes of entropy [18/May/2000 16:40:22 65038] [info] Init: Configuring temporary RSA private keys (512/1024 bits) [18/May/2000 16:40:22 65038] [info] Init: Configuring temporary DH parameters (512/1024 bits) [18/May/2000 16:40:22 65038] [info] Init: Initializing (virtual) servers for SSL [18/May/2000 16:40:22 65038] [info] Init: Configuring server www.xxxxxx.cz:443 for SSL protocol [18/May/2000 16:40:58 65057] [info] Connection to child 2 established (server www.xxxxxx.cz:443, client 172.20.128.10) [18/May/2000 16:40:58 65057] [info] Seeding PRNG with 1160 bytes of entropy [18/May/2000 16:40:58 65057] [error] SSL handshake failed (server www.xxxxxx.cz:443, client 172.20.128.10) (OpenSSL library error follows) [18/May/2000 16:40:58 65057] [error] OpenSSL: error:1409B004:SSL routines:SSL3_SEND_SERVER_KEY_EXCHANGE:nested asn1 error [18/May/2000 16:40:58 65058] [info] Connection to child 3 established (server www.xxxxxx.cz:443, client 172.20.128.10) [18/May/2000 16:40:58 65058] [info] Seeding PRNG with 1160 bytes of entropy [18/May/2000 16:40:58 65058] [error] SSL handshake failed (server www.xxxxxx.cz:443, client 172.20.128.10) (OpenSSL library error follows) [18/May/2000 16:40:58 65058] [error] OpenSSL: error:140BB004:SSL routines:SSL_RSA_PRIVATE_DECRYPT:nested asn1 error The first error happens only with Netscape, the both errors show up for Exploder. This happens regardless of using the SnakeOil test certifikate or using propper certifikace issued by VeriSign. The VeriSign cerifikate works without any problems on my 3.4R server with Apache13-php3 server from 3.4R ports. Is the apache port broken or is it openssl problem? Or is it another well know issue :-( Thanks in advance, any help will be greatly appreciated. Milon -- milon.papezik@oskarmobil.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 3:20:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10D0837BC74 for ; Thu, 18 May 2000 03:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA21349; Thu, 18 May 2000 03:20:03 -0700 (PDT) (envelope-from gnats@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 B2B8337BDC5 for ; Thu, 18 May 2000 03:10:49 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.10] (nunki [128.130.111.10]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id MAA15767 for ; Thu, 18 May 2000 12:10:43 +0200 (MET DST) Message-Id: Date: Thu, 18 May 2000 12:10:43 +0200 (MET DST) From: Gerald Pfeifer To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18648: Update Wine port from 99.11.14 to 2000.04.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18648 >Category: ports >Synopsis: Update Wine port from 99.11.14 to 2000.04.30 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 18 03:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 3.4-RELEASE i386 >Organization: Vienna University of Technology >Environment: Vanilla FreeBSD 3.4-RELEASE i386 with only those kernel configs required by Wine. >Description: This updates the Wine port from 99.11.14 to 2000.04.30. (Do to a mistake I made with ports/18564 the port is currently broken, thus the high priority.) As suggested by Stefan Esser and Will Andrews, I am willing to become the new maintainer of that port and have updated Makefile accordingly. >How-To-Repeat: >Fix: Install my patches :-) and remove the following obsolete files: . patch-bd: Has already been integrated in the Wine master sources. . patch-be: Has already been integrated in the Wine master sources. . patch-eg: The code affected by this single-line patch does not exist in any way that still resembles the state back when the patch was submitted and has undergone sigificant rewriting. . patch-ei: Has already been integrated in the Wine master sources, by duplicate work, it seems. :-( . patch-bc: I submitted that to the Wine folks and the relevant part will be included in the next "release". . patch-da: Fixed in a different way in the Wine sources, and I have not received any feedback from the original author of the patch. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/wine/Makefile,v retrieving revision 1.77 diff -c -3 -p -r1.77 Makefile *** Makefile 2000/04/12 04:56:09 1.77 --- Makefile 2000/05/18 09:56:46 *************** *** 6,18 **** # PORTNAME= wine ! PORTVERSION= 99.11.14 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development DISTNAME= Wine-${PORTVERSION:S/.//g} ! MAINTAINER= se@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ GL.14:${PORTSDIR}/graphics/Mesa3 --- 6,18 ---- # PORTNAME= wine ! PORTVERSION= 2000.04.30 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development DISTNAME= Wine-${PORTVERSION:S/.//g} ! MAINTAINER= pfeifer@dbai.tuwien.ac.at LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ GL.14:${PORTSDIR}/graphics/Mesa3 Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/emulators/wine/files/md5,v retrieving revision 1.48 diff -c -3 -p -r1.48 md5 *** md5 1999/11/21 20:02:21 1.48 --- md5 2000/05/18 09:56:46 *************** *** 1 **** ! MD5 (Wine-991114.tar.gz) = 51df1d91f266b3e72c4e17093670da35 --- 1 ---- ! MD5 (Wine-20000430.tar.gz) = 7dd29f68e26c624115e6654d619e9ab5 Index: patches/patch-ad =================================================================== RCS file: /home/ncvs/ports/emulators/wine/patches/patch-ad,v retrieving revision 1.6 diff -c -3 -p -r1.6 patch-ad *** patch-ad 1999/11/14 20:49:30 1.6 --- patch-ad 2000/05/18 09:56:46 *************** *** 1,19 **** *** wine.ini.orig Sun Oct 31 03:23:49 1999 --- wine.ini Sat Nov 13 13:36:18 1999 *************** - *** 53,57 **** - Temp=e:\ - Path=c:\windows;c:\windows\system;e:\;e:\test;f:\ - ! SymbolTableFile=./wine.sym - - # - --- 53,57 ---- - Temp=e:\ - Path=c:\windows;c:\windows\system;e:\;e:\test;f:\ - ! SymbolTableFile=/usr/local/etc/wine.sym - - # - *************** *** 107,117 **** [serialports] --- 1,6 ---- Index: patches/patch-au =================================================================== RCS file: /home/ncvs/ports/emulators/wine/patches/patch-au,v retrieving revision 1.1 diff -c -3 -p -r1.1 patch-au *** patch-au 1999/12/10 17:36:19 1.1 --- patch-au 2000/05/18 09:56:46 *************** *** 1,53 **** ! Index: server/ptrace.c ! @@ -36,6 +36,11 @@ ! #ifndef PTRACE_POKEDATA ! #define PTRACE_POKEDATA PT_WRITE_D ! #endif ! +#ifdef __FreeBSD__ ! +#define PTRACE_KEEPIP 1 ! +#else ! +#define PTRACE_KEEPIP 0 ! +#endif ! ! static const int use_ptrace = 1; /* set to 0 to disable ptrace */ ! ! @@ -64,10 +69,10 @@ ! if (!thread) ! if (!(thread = get_thread_from_pid( pid ))) break; ! if (!(thread->process->suspend + thread->suspend)) ! - ptrace( PTRACE_CONT, pid, 0, sig ); ! + ptrace( PTRACE_CONT, pid, PTRACE_KEEPIP, sig ); ! break; ! default: /* ignore other signals for now */ ! - ptrace( PTRACE_CONT, pid, 0, sig ); ! + ptrace( PTRACE_CONT, pid, PTRACE_KEEPIP, sig ); ! break; ! } ! if (signal && sig != signal) goto restart; ! @@ -97,7 +102,7 @@ ! static int attach_thread( struct thread *thread ) ! { ! /* this may fail if the client is already being debugged */ ! - if (!use_ptrace || (ptrace( PTRACE_ATTACH, thread->unix_pid, 0, 0 ) == -1)) return 0; ! + if (!use_ptrace || (ptrace( PTRACE_ATTACH, thread->unix_pid, PTRACE_KEEPIP, 0 ) == -1)) return 0; ! if (debug_level) fprintf( stderr, "ptrace: attached to pid %d\n", thread->unix_pid ); ! thread->attached = 1; ! wait4_thread( thread, SIGSTOP ); ! @@ -114,7 +119,7 @@ ! { ! wait4_thread( thread, SIGTERM ); ! if (debug_level) fprintf( stderr, "ptrace: detaching from %d\n", thread->unix_pid ); ! - ptrace( PTRACE_DETACH, thread->unix_pid, 0, SIGTERM ); ! + ptrace( PTRACE_DETACH, thread->unix_pid, PTRACE_KEEPIP, SIGTERM ); ! thread->attached = 0; ! } ! } ! @@ -137,7 +142,7 @@ ! { ! if (!thread->unix_pid) return; ! if (!thread->attached) kill( thread->unix_pid, SIGCONT ); ! - else ptrace( PTRACE_CONT, thread->unix_pid, 0, SIGSTOP ); ! + else ptrace( PTRACE_CONT, thread->unix_pid, PTRACE_KEEPIP, SIGSTOP ); ! } ! ! /* read an int from a thread address space */ --- 1,33 ---- ! *** server/ptrace.c.orig Tue Apr 4 21:55:28 2000 ! --- server/ptrace.c Thu May 18 09:40:09 2000 ! *************** ! *** 36,41 **** ! --- 36,46 ---- ! #ifndef PTRACE_POKEDATA ! #define PTRACE_POKEDATA PT_WRITE_D ! #endif ! + #ifdef __FreeBSD__ ! + #define PTRACE_KEEPIP 1 ! + #else ! + #define PTRACE_KEEPIP 0 ! + #endif ! ! static const int use_ptrace = 1; /* set to 0 to disable ptrace */ ! ! *************** void wait4_thread( struct thread *thread ! *** 109,115 **** ! static int attach_thread( struct thread *thread ) ! { ! /* this may fail if the client is already being debugged */ ! ! if (!use_ptrace || (ptrace( PTRACE_ATTACH, thread->unix_pid, 0, 0 ) == -1)) return 0; ! if (debug_level) fprintf( stderr, "%08x: *attached*\n", (unsigned int)thread ); ! thread->attached = 1; ! wait4_thread( thread, SIGSTOP ); ! --- 114,120 ---- ! static int attach_thread( struct thread *thread ) ! { ! /* this may fail if the client is already being debugged */ ! ! if (!use_ptrace || (ptrace( PTRACE_ATTACH, thread->unix_pid, PTRACE_KEEPIP, 0 ) == -1)) return 0; ! if (debug_level) fprintf( stderr, "%08x: *attached*\n", (unsigned int)thread ); ! thread->attached = 1; ! wait4_thread( thread, SIGSTOP ); *** /dev/null Thu May 18 11:50:59 2000 --- patches/patch-ga Thu May 18 11:24:28 2000 *************** *** 0 **** --- 1,23 ---- + *** include/winsock.h.orig Thu May 18 11:21:35 2000 + --- include/winsock.h Thu May 18 11:20:29 2000 + *************** + *** 7,12 **** + --- 7,14 ---- + #ifndef _WINSOCKAPI_ + #define _WINSOCKAPI_ + + + #include + + + /* Solaris kludge */ + #undef FSHIFT + #undef PAGESIZE + *************** + *** 17,23 **** + #undef TRANSPARENT + + #include + - #include + #include + #include + #include + --- 19,24 ---- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 3:41: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 318E237B6F3; Thu, 18 May 2000 03:41:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id DAA23478; Thu, 18 May 2000 03:41:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Thu, 18 May 2000 03:41:07 -0700 (PDT) From: Kris Kennaway To: Milon Papezik Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ASN.1 parsing in OpenSSL (Apache+mod_ssl problem) In-Reply-To: <3923C0B0.E71C344D@oskarmobil.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 May 2000, Milon Papezik wrote: > When I try to connect with Netscape 4.x or Exploder 5 to Apache over > SSL I get the following errors in apache_ssl_engine.log: I need to compare the contents of a working and non-working certificate - my suspicion is that theres something off about the ASN.1 encoding of the certificate that causes netscape to barf (IE will apparently still read it fine, or it can at least for some people's certs). Install the converters/dumpasn1 port, and run the following on your certificate.pem file: openssl asn1parse -in cert.pem -out cert.der dumpasn1 cert.der > cert.out and mail me cert.out. Do this for both certificates if you have a working and non-working one. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 3:45:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B73037B524; Thu, 18 May 2000 03:45:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id DAA23820; Thu, 18 May 2000 03:45:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Thu, 18 May 2000 03:45:38 -0700 (PDT) From: Kris Kennaway To: Tim Vanderhoek Cc: Patrick Seal , freebsd-ports@FreeBSD.org Subject: Re: ports/18539 In-Reply-To: <20000516110626.B12123@mad> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 16 May 2000, Tim Vanderhoek wrote: > When an earlier PR has been superceded by a later one, please send a > message to freebsd-gnats-submit@FreeBSD.org with the subject > "pots/#####" containing the PR number and with a message body stating > that the PR needs to be closed. This makes it easier to handle the > PRs. Thanks. "ports/#####" might elicit fewer laughs :-) Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 3:50:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A51C437BEF7 for ; Thu, 18 May 2000 03:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA24290; Thu, 18 May 2000 03:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from online.thecia.ie (online.thecia.ie [159.134.244.168]) by hub.freebsd.org (Postfix) with ESMTP id 05F9C37B69C for ; Thu, 18 May 2000 03:42:27 -0700 (PDT) (envelope-from careilly@thecia.ie) Received: from thecia.ie ([195.218.110.130]) by online.thecia.ie (8.9.3/8.8.5) with ESMTP id KAA30303 for ; Thu, 18 May 2000 10:41:10 GMT Received: (from careilly@localhost) by thecia.ie (8.9.3/8.9.3) id LAA33285; Thu, 18 May 2000 11:40:07 +0100 (IST) (envelope-from careilly) Message-Id: <200005181040.LAA33285@thecia.ie> Date: Thu, 18 May 2000 11:40:07 +0100 (IST) From: Colman ReillyCareilly Reply-To: careilly@thecia.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18649: New port of vide-0.2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18649 >Category: ports >Synopsis: New port of vide-0.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 18 03:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Colman Reilly >Release: FreeBSD 4.0-STABLE i386 >Organization: Communications Interactive Agency >Environment: FreeBSD 4.0-STABLE i386 >Description: Simple Gtk+ based filemanager with vi keybindings. >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: # # vide # vide/Makefile # vide/files # vide/files/md5 # vide/pkg # vide/pkg/COMMENT # vide/pkg/DESCR # vide/pkg/PLIST # vide/patches # vide/patches/patch-aa # vide/patches/patch-ab # echo c - vide mkdir -p vide > /dev/null 2>&1 echo x - vide/Makefile sed 's/^X//' >vide/Makefile << 'END-of-vide/Makefile' X# New ports collection makefile for: vide X# Version required: (self contained) X# Date created: May 17 2000 X# Whom: careilly X# X# $FreeBSD$ X# X XDISTNAME= vide-0.2.6 XCATEGORIES= x11-fm XMASTER_SITES= http://vide.sourceforge.net/ X XMAINTAINER= careilly@thecia.ie X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XCFLAGS+= -DHAVE_SYS_PARAM_H X XMANCOMPRESSED= yes XUSE_XLIB= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include END-of-vide/Makefile echo c - vide/files mkdir -p vide/files > /dev/null 2>&1 echo x - vide/files/md5 sed 's/^X//' >vide/files/md5 << 'END-of-vide/files/md5' XMD5 (vide-0.2.6.tar.gz) = cb8479b92e169e15035efa5f9c71c5f3 END-of-vide/files/md5 echo c - vide/pkg mkdir -p vide/pkg > /dev/null 2>&1 echo x - vide/pkg/COMMENT sed 's/^X//' >vide/pkg/COMMENT << 'END-of-vide/pkg/COMMENT' XSimple Gtk+ based filemanager with vi keybindings END-of-vide/pkg/COMMENT echo x - vide/pkg/DESCR sed 's/^X//' >vide/pkg/DESCR << 'END-of-vide/pkg/DESCR' XVide is a simple filemanager with vi keybindings. If you already Xuse vi, Vide enables you to have complete keyboard control over Xyour filemanager without having to learn a new set of commands. X XVide runs under X11 and is based on Gtk+ X XWWW: http://vide.sourceforge.net/ X X- Colman Xcareilly@thecia.ie END-of-vide/pkg/DESCR echo x - vide/pkg/PLIST sed 's/^X//' >vide/pkg/PLIST << 'END-of-vide/pkg/PLIST' Xbin/vide END-of-vide/pkg/PLIST echo c - vide/patches mkdir -p vide/patches > /dev/null 2>&1 echo x - vide/patches/patch-aa sed 's/^X//' >vide/patches/patch-aa << 'END-of-vide/patches/patch-aa' X--- src/search_mode.c.orig Wed May 17 20:28:02 2000 X+++ src/search_mode.c Wed May 17 20:30:57 2000 X@@ -16,6 +16,13 @@ X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA X */ X X+#ifdef HAVE_SYS_PARAM_H X+#include X+#endif X+ X+#if (defined(BSD) && (BSD>=199103)) X+#include X+#endif X #include X #include X #include END-of-vide/patches/patch-aa echo x - vide/patches/patch-ab sed 's/^X//' >vide/patches/patch-ab << 'END-of-vide/patches/patch-ab' X--- configure.orig Wed May 17 21:49:12 2000 X+++ configure Wed May 17 21:50:49 2000 X@@ -1551,18 +1551,18 @@ X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X X- # Extract the first word of "gtk-config", so it can be a program name with args. X-set dummy gtk-config; ac_word=$2 X+ # Extract the first word of "gtk12-config", so it can be a program name with args. X+set dummy gtk12-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:1568: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then X@@ -1648,16 +1648,16 @@ X (gtk_minor_version != $gtk_config_minor_version) || X (gtk_micro_version != $gtk_config_micro_version)) X { X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, X gtk_major_version, gtk_minor_version, gtk_micro_version); X- printf ("*** was found! If gtk-config was correct, then it is best\n"); X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); X printf("*** required on your system.\n"); X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); X printf("*** before re-running configure\n"); X } X #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) X@@ -1688,10 +1688,10 @@ X printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); X printf("***\n"); X printf("*** If you have already installed a sufficiently new version, this error\n"); X- printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); X+ printf("*** probably means that the wrong copy of the gtk12-config shell script is\n"); X printf("*** being found. The easiest way to fix this is to remove the old version\n"); X printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); X- printf("*** correct copy of gtk-config. (In this case, you will have to\n"); X+ printf("*** correct copy of gtk12-config. (In this case, you will have to\n"); X printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); X printf("*** so that the correct libraries are found at run-time))\n"); X } X@@ -1722,10 +1722,10 @@ X else X echo "$ac_t""no" 1>&6 X if test "$GTK_CONFIG" = "no" ; then X- echo "*** The gtk-config script installed by GTK could not be found" X+ echo "*** The gtk12-config script installed by GTK could not be found" X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the GTK_CONFIG environment variable to the" X- echo "*** full path to gtk-config." X+ echo "*** full path to gtk12-config." X else X if test -f conf.gtktest ; then X : X@@ -1767,7 +1767,7 @@ X echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means GTK was incorrectly installed" X echo "*** or that you have moved GTK since it was installed. In the latter case, you" X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" X fi X rm -f conftest* X CFLAGS="$ac_save_CFLAGS" X@@ -1776,7 +1776,7 @@ X fi X GTK_CFLAGS="" X GTK_LIBS="" X- { echo "configure: error: Cannot find GTK: Is gtk-config in path?" 1>&2; exit 1; } X+ { echo "configure: error: Cannot find GTK: Is gtk12-config in path?" 1>&2; exit 1; } X fi X X END-of-vide/patches/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 Thu May 18 3:52:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id AEC9737B8BB for ; Thu, 18 May 2000 03:52:10 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id QAA11668 for ; Thu, 18 May 2000 16:20:42 +0530 (IST) Received: from pcd75.sasi.com ([10.0.16.75]) by sasi.com; Thu, 18 May 2000 16:20:42 +0000 (IST) Received: from localhost (gbnaidu@localhost) by pcd75.sasi.com (8.9.3/8.9.3) with ESMTP id QAA03933 for ; Thu, 18 May 2000 16:23:31 +0530 Date: Thu, 18 May 2000 16:23:31 +0530 (IST) From: "G.B.Naidu" To: freebsd-ports@FreeBSD.org Subject: Cscope compilation problem... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, While I was trying to compile cscope source files, I found that curses.h file is included rather than ncurses.h. With curses.h, it will not work. One has to use ncurses.h whereever curses.h is there. Some body has to commit this change into the source. thanks --gb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 4: 2:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 2DADB37B982 for ; Thu, 18 May 2000 04:02:48 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id QAA11976 for ; Thu, 18 May 2000 16:31:12 +0530 (IST) Received: from pcd75.sasi.com ([10.0.16.75]) by sasi.com; Thu, 18 May 2000 16:31:10 +0000 (IST) Received: from localhost (gbnaidu@localhost) by pcd75.sasi.com (8.9.3/8.9.3) with ESMTP id QAA03943 for ; Thu, 18 May 2000 16:33:56 +0530 Date: Thu, 18 May 2000 16:33:56 +0530 (IST) From: "G.B.Naidu" To: freebsd-ports@FreeBSD.org Subject: Cscope compilation problem... (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Sorry, earlier I didnt mention the details like o/s etc. I am running 3.1 Release. The cscope version is: cscope-15.0bl2 I guess this is the latest one. I did a manual installation rather than using ports list. I did like this because it was not available with me. hope this helps. thanks --gb -- ---------- Forwarded message ---------- Date: Thu, 18 May 2000 16:23:31 +0530 (IST) From: G.B.Naidu To: freebsd-ports@FreeBSD.org Subject: Cscope compilation problem... Hello, While I was trying to compile cscope source files, I found that curses.h file is included rather than ncurses.h. With curses.h, it will not work. One has to use ncurses.h whereever curses.h is there. Some body has to commit this change into the source. thanks --gb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 5:32:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from host.cer.ntnu.edu.tw (cer.ntnu.edu.tw [140.122.119.9]) by hub.freebsd.org (Postfix) with ESMTP id D7B0037BDB0; Thu, 18 May 2000 05:32:10 -0700 (PDT) (envelope-from clive@host.cer.ntnu.edu.tw) Received: (from clive@localhost) by host.cer.ntnu.edu.tw (8.9.3/8.9.3) id UAA28994; Thu, 18 May 2000 20:36:25 +0800 (CST) (envelope-from clive) Date: Thu, 18 May 2000 20:36:25 +0800 From: Clive Lin To: Jim Mock Cc: freebsd-ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: Enlightenment-0.16.4 Message-ID: <20000518203625.A28874@host.cer.ntnu.edu.tw> Reply-To: Clive Lin References: <20000508171608.B11036@luna.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000508171608.B11036@luna.cdrom.com>; from jim@luna.cdrom.com on Mon, May 08, 2000 at 05:16:09PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, sir: As a person who uses E for a long time and upgraded it from E 0.16.1 to E 0.16.3, I tested this patch and didn't find any problem. E 0.16.4 works pretty fine. Nothing broken, especially the multibyte stuff what I concerned about. And the PLIST is flawless. Vanilla uses icewm actually, so he doesn't care about E much. Or he will try to build E 0.16.4 by fair means or foul :-) (Hey, vanilla, don't kick my ass) Uhm.. because both he and I wait for updates like this for a long time, could you commit this ? Thanks :-) - Clive On Mon, May 08, 2000 at 05:16:09PM -0700, Jim Mock wrote: > On Mon, 08 May 2000 at 18:18:23 -0500, Sean Farley wrote: > > I submitted a patch to upgrade the enlightenment port to v0.16.4 last > > Tuesday (May 2nd). How long will it be before "vanilla" gets a > > chance to look at it? Since this is my first patch to a port, I am > > quite curious as to the status of the patch I spent many hours on. > > It all depends on how busy Vanilla is at the moment. He's in the > military now, so he does almost all of his commits on the weekends when > he has some spare time. My advice is to be patient -- he'll get to it. > -- CirX - This site doesnt' exist. 9c k9o h9 s1bg s1f, 7v .y xqx a sj m8r ffg1 vg5 a6 asox tmul h38. ant sj m8r ob ? 1fj mwby a1 tao vg5. soq df v' .a. CirX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 5:40:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B58337BE33 for ; Thu, 18 May 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38793; Thu, 18 May 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ada.eu.org (marvin.enst.fr [137.194.161.2]) by hub.freebsd.org (Postfix) with ESMTP id 94E9E37BDB0 for ; Thu, 18 May 2000 05:32:52 -0700 (PDT) (envelope-from sam@trillian.enst.fr) Received: from trillian.enst.fr (antinea.enst.fr [137.194.160.145]) by ada.eu.org (Postfix) with ESMTP id 4A318190BB for ; Thu, 18 May 2000 14:32:48 +0200 (CEST) Received: by trillian.enst.fr (Postfix, from userid 1000) id 2DBA61FF; Thu, 18 May 2000 14:32:46 +0200 (CEST) Message-Id: <20000518123246.2DBA61FF@trillian.enst.fr> Date: Thu, 18 May 2000 14:32:46 +0200 (CEST) From: sam@inf.enst.fr Reply-To: sam@inf.enst.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18652: New port: devel/libnspr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18652 >Category: ports >Synopsis: New port: devel/libnspr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 18 05:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 5.0-CURRENT i386 >Organization: TELECOM Paris >Environment: >Description: More and more applications use Netscape portable library, called libnspr. This port installs it as well as all the headers needed to use this library standalone. >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: # # libnspr # libnspr/Makefile # libnspr/files # libnspr/files/build_so # libnspr/pkg # libnspr/pkg/PLIST # libnspr/pkg/COMMENT # libnspr/pkg/DESCR # echo c - libnspr mkdir -p libnspr > /dev/null 2>&1 echo x - libnspr/Makefile sed 's/^X//' >libnspr/Makefile << 'END-of-libnspr/Makefile' X# New ports collection makefile for: libnpr X# Date created: 18 May 2000 X# Whom: Samuel Tardieu X# X# $FreeBSD$ X# X XPORTNAME= libnspr XPORTVERSION= 4 XCATEGORIES= devel X XMAINTAINER= sam@inf.enst.fr X XBUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:patch X XMAJOR= 1 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --without-mozilla --enable-optimize \ X --disable-debug --enable-shared --with-pthreads XUSE_GMAKE= yes X Xdo-fetch: X Xdo-extract: X @mkdir -p ${WRKSRC} X Xdo-configure: X cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ../../../../www/mozilla/work/mozilla/nsprpub/configure ${CONFIGURE_ARGS} X Xpost-build: X ${SH} -e ${FILESDIR}/build_so ${WRKSRC}/pr/src nspr${PORTVERSION} 1 X Xdo-install: X ${INSTALL_DATA} -s ${WRKSRC}/pr/src/libnspr${PORTVERSION}.so.${MAJOR} \ X ${PREFIX}/lib X strip ${PREFIX}/lib/libnspr${PORTVERSION}.so.${MAJOR} X ${LN} -sf libnspr${PORTVERSION}.so.${MAJOR} \ X ${PREFIX}/lib/libnspr${PORTVERSION}.so X -${MKDIR} ${PREFIX}/include/nspr X ${INSTALL_DATA} ${WRKSRC}/pr/src/_pr_bld.h ${PREFIX}/include/nspr X ${INSTALL_DATA} ../../www/mozilla/work/mozilla/nsprpub/pr/include/*.h \ X ${PREFIX}/include/nspr X ${INSTALL_DATA} ../../www/mozilla/work/mozilla/nsprpub/pr/include/md/_freebsd.cfg ${PREFIX}/include/nspr/prcpucfg.h X -${MKDIR} ${PREFIX}/include/nspr/md X ${INSTALL_DATA} \ X ../../www/mozilla/work/mozilla/nsprpub/pr/include/md/*.h \ X ${PREFIX}/include/nspr/md X -${MKDIR} ${PREFIX}/include/nspr/private X ${INSTALL_DATA} \ X ../../www/mozilla/work/mozilla/nsprpub/pr/include/private/*.h \ X ${PREFIX}/include/nspr/private X -${MKDIR} ${PREFIX}/include/nspr/obsolete X ${INSTALL_DATA} \ X ../../www/mozilla/work/mozilla/nsprpub/pr/include/obsolete/*.h \ X ${PREFIX}/include/nspr/obsolete X ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-libnspr/Makefile echo c - libnspr/files mkdir -p libnspr/files > /dev/null 2>&1 echo x - libnspr/files/build_so sed 's/^X//' >libnspr/files/build_so << 'END-of-libnspr/files/build_so' X#! /bin/sh -e X# X# Usage: build_so dir archive major X# X Xdir=$1 Xarchive=$2 Xmajor=$3 X Xtmp=build_so.$$ Xcd $dir Xrm lib$archive.so Xmkdir $tmp Xcd $tmp Xar x ../lib$archive.a Xcd .. Xgcc -o lib$archive.so.$major -shared -Wl,-soname -Wl,lib$archive.so.$major $tmp/*.o Xrm -r $tmp Xln -s lib$archive.so.$major lib$archive.so END-of-libnspr/files/build_so echo c - libnspr/pkg mkdir -p libnspr/pkg > /dev/null 2>&1 echo x - libnspr/pkg/PLIST sed 's/^X//' >libnspr/pkg/PLIST << 'END-of-libnspr/pkg/PLIST' X@exec /sbin/ldconfig -m %B X@unexec /sbin/ldconfig -R Xinclude/nspr/_pr_bld.h Xinclude/nspr/md/_aix.h Xinclude/nspr/md/_beos.h Xinclude/nspr/md/_bsdi.h Xinclude/nspr/md/_dgux.h Xinclude/nspr/md/_freebsd.h Xinclude/nspr/md/_hpux.h Xinclude/nspr/md/_irix.h Xinclude/nspr/md/_linux.h Xinclude/nspr/md/_macos.h Xinclude/nspr/md/_ncr.h Xinclude/nspr/md/_nec.h Xinclude/nspr/md/_netbsd.h Xinclude/nspr/md/_nextstep.h Xinclude/nspr/md/_nspr_pthread.h Xinclude/nspr/md/_nto.h Xinclude/nspr/md/_openbsd.h Xinclude/nspr/md/_openvms.h Xinclude/nspr/md/_os2.h Xinclude/nspr/md/_os2_errors.h Xinclude/nspr/md/_osf1.h Xinclude/nspr/md/_pcos.h Xinclude/nspr/md/_pth.h Xinclude/nspr/md/_qnx.h Xinclude/nspr/md/_reliantunix.h Xinclude/nspr/md/_rhapsody.h Xinclude/nspr/md/_scoos.h Xinclude/nspr/md/_solaris.h Xinclude/nspr/md/_sony.h Xinclude/nspr/md/_sunos4.h Xinclude/nspr/md/_unix_errors.h Xinclude/nspr/md/_unixos.h Xinclude/nspr/md/_unixware.h Xinclude/nspr/md/_win16.h Xinclude/nspr/md/_win32_errors.h Xinclude/nspr/md/_win95.h Xinclude/nspr/md/_winnt.h Xinclude/nspr/md/prosdep.h Xinclude/nspr/md/sunos4.h Xinclude/nspr/nspr.h Xinclude/nspr/pratom.h Xinclude/nspr/prbit.h Xinclude/nspr/prclist.h Xinclude/nspr/prcmon.h Xinclude/nspr/prcountr.h Xinclude/nspr/prcvar.h Xinclude/nspr/prdtoa.h Xinclude/nspr/prenv.h Xinclude/nspr/prerr.h Xinclude/nspr/prerror.h Xinclude/nspr/prinet.h Xinclude/nspr/prinit.h Xinclude/nspr/prinrval.h Xinclude/nspr/prio.h Xinclude/nspr/pripcsem.h Xinclude/nspr/private/pprio.h Xinclude/nspr/private/pprmwait.h Xinclude/nspr/private/pprthred.h Xinclude/nspr/private/primpl.h Xinclude/nspr/private/prpriv.h Xinclude/nspr/prlink.h Xinclude/nspr/prlock.h Xinclude/nspr/prlog.h Xinclude/nspr/prlong.h Xinclude/nspr/prmem.h Xinclude/nspr/prmon.h Xinclude/nspr/prmwait.h Xinclude/nspr/prnetdb.h Xinclude/nspr/prolock.h Xinclude/nspr/prpdce.h Xinclude/nspr/prprf.h Xinclude/nspr/prproces.h Xinclude/nspr/prrng.h Xinclude/nspr/prrwlock.h Xinclude/nspr/prshm.h Xinclude/nspr/prshma.h Xinclude/nspr/prsystem.h Xinclude/nspr/prthread.h Xinclude/nspr/prtime.h Xinclude/nspr/prtpool.h Xinclude/nspr/prtrace.h Xinclude/nspr/prtypes.h Xinclude/nspr/prvrsion.h Xinclude/nspr/prwin16.h Xinclude/nspr/prcpucfg.h Xinclude/nspr/obsolete/pralarm.h Xinclude/nspr/obsolete/probslet.h Xinclude/nspr/obsolete/protypes.h Xinclude/nspr/obsolete/prsem.h Xlib/libnspr4.so.1 Xlib/libnspr4.so X@dirrm include/nspr/md X@dirrm include/nspr/private X@dirrm include/nspr/obsolete X@dirrm include/nspr END-of-libnspr/pkg/PLIST echo x - libnspr/pkg/COMMENT sed 's/^X//' >libnspr/pkg/COMMENT << 'END-of-libnspr/pkg/COMMENT' XThe portable OS library from Mozilla END-of-libnspr/pkg/COMMENT echo x - libnspr/pkg/DESCR sed 's/^X//' >libnspr/pkg/DESCR << 'END-of-libnspr/pkg/DESCR' XThe nspr library comes from Mozilla and is used to provide programmers with Xan OS-independent standard library with threads and non-blocking files/sockets Xservices. X XWWW: http://www.mozilla.org/ X X -- Samuel Tardieu X sam@inf.enst.fr END-of-libnspr/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 Thu May 18 7:20: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id E5C9437B925; Thu, 18 May 2000 07:19:57 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id KAA22555; Thu, 18 May 2000 10:19:48 -0400 (EDT) Message-ID: <3923FC04.12335B03@thehousleys.net> Date: Thu, 18 May 2000 10:19:48 -0400 From: James Housley Organization: The Housleys dot Net X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: greg@greg.rim.or.jp, sumikawa@FreeBSD.org, hetzels@westbend.net, rse@engelschall.com, dirk@FreeBSD.org, adam@algroup.co.uk, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Adding IPv6 to all apache ports Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry for sending this to the whole ports list, but I can't seem to find the address of the person working on the all-in-one apache port. The apache 1.3.12 patch from kame.net applies cleanly to apache-1.3.12. I have tested it on 4-STABLE with apache13+ipv6 (that needed some patches removed that were duplicates) and apache13-php3. The additions seem to be simple, the attached are from apache13-php3. But should be able to added to all the ports. This section can go anywhere near the to, but hast to before pre-fetch:, and if the OS support IPv6 will add a second patchfile and set the configure script +.include + +.if ${OSVERSION} >= 400014 +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +PATCHFILES= apache-1.3.12-v6-20000518.diff.gz +PATCH_DIST_STRIP= -p1 + +CONFIGURE_SCRIPT= configure.v6 +.endif + This needs to be added to pre-configure or a pre-configure needs to be created. +.if ${OSVERSION} >= 400014 + ${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT} +.endif I have apache13-php3+mysql+mod_auth_mysql running at http://www.ipv6.fbc-hanover.org (IPv6 only) Jim -- Unix is very user-friendly. It's just picky who its friends are. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 7:22: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id E6BA637BE87; Thu, 18 May 2000 07:21:52 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id KAA22578; Thu, 18 May 2000 10:21:46 -0400 (EDT) Message-ID: <3923FC7A.B9A0B6F9@thehousleys.net> Date: Thu, 18 May 2000 10:21:46 -0400 From: James Housley Organization: The Housleys dot Net X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: greg@greg.rim.or.jp, sumikawa@FreeBSD.org, hetzels@westbend.net, rse@engelschall.com, dirk@FreeBSD.org, adam@algroup.co.uk, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Adding IPv6 to all apache ports Content-Type: multipart/mixed; boundary="------------ECD9C91B9A8227DB782987B5" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------ECD9C91B9A8227DB782987B5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Opps, forgot the full diff. Jim -- Unix is very user-friendly. It's just picky who its friends are. --------------ECD9C91B9A8227DB782987B5 Content-Type: text/plain; charset=us-ascii; name="apache13-php3.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="apache13-php3.diff" Only in apache13-php3: .#Makefile.1.110 diff -ur apache13-php3/Makefile _apache13+ipv6-php3/Makefile --- apache13-php3/Makefile Fri Apr 14 14:53:26 2000 +++ _apache13+ipv6-php3/Makefile Thu May 18 10:02:42 2000 @@ -7,7 +7,7 @@ PORTNAME= apache+php PORTVERSION= ${VERSION_APACHE}+${VERSION_PHP} -CATEGORIES= www +CATEGORIES= www ipv6 MASTER_SITES= http://www.apache.org/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \ @@ -98,6 +98,16 @@ --enable-track-vars \ --without-gd +.include + +.if ${OSVERSION} >= 400014 +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +PATCHFILES= apache-1.3.12-v6-20000518.diff.gz +PATCH_DIST_STRIP= -p1 + +CONFIGURE_SCRIPT= configure.v6 +.endif + pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php @@ -117,6 +127,9 @@ && ${ECHO_MSG} "===> Building for PHP-${VERSION_PHP}" \ && ${MAKE} install \ && ${ECHO_MSG} "===> Configuring for Apache-${VERSION_APACHE}" +.if ${OSVERSION} >= 400014 + ${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT} +.endif post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ diff -ur apache13-php3/files/md5 _apache13+ipv6-php3/files/md5 --- apache13-php3/files/md5 Fri May 5 10:11:37 2000 +++ _apache13+ipv6-php3/files/md5 Wed May 17 21:04:20 2000 @@ -1,3 +1,4 @@ MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 MD5 (php-3.0.16.tar.gz) = 0dc379181f625c30f635c2cf3080acb1 MD5 (mod_ssl-2.6.4-1.3.12.tar.gz) = 364cde55554e29ad72a531370f52d83e +MD5 (apache-1.3.12-v6-20000518.diff.gz) = 9835d33119a37ec56c236c20b73efb32 --------------ECD9C91B9A8227DB782987B5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 7:27:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id 4D5C837BBD1; Thu, 18 May 2000 07:27:27 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.9.3+3.2W/3.7W/smtpfeed 1.06) with ESMTP id XAA21315; Thu, 18 May 2000 23:27:11 +0900 (JST) To: James Housley Cc: greg@greg.rim.or.jp, sumikawa@FreeBSD.org, hetzels@westbend.net, rse@engelschall.com, dirk@FreeBSD.org, adam@algroup.co.uk, ache@FreeBSD.org, freebsd-ports@FreeBSD.org In-reply-to: jim's message of Thu, 18 May 2000 10:19:48 -0400. <3923FC04.12335B03@thehousleys.net> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: Adding IPv6 to all apache ports From: itojun@iijlab.net Date: Thu, 18 May 2000 23:27:11 +0900 Message-ID: <21313.958660031@coconut.itojun.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Sorry for sending this to the whole ports list, but I can't seem to find >the address of the person working on the all-in-one apache port. The >apache 1.3.12 patch from kame.net applies cleanly to apache-1.3.12. I >have tested it on 4-STABLE with apache13+ipv6 (that needed some patches >removed that were duplicates) and apache13-php3. >The additions seem to be simple, the attached are from apache13-php3. >But should be able to added to all the ports. This section can go >anywhere near the to, but hast to before pre-fetch:, and if the OS >support IPv6 will add a second patchfile and set the configure script as one of KAME guy: I'm not sure if it is safe thing to do. unfortunately we needed to change some of apache internal structures and API functions to support IPv6. For example, ap_bind_address variable is changed from in_addr to sockaddr_storage, to support non-IPv4 addresses. structures like server_addr_rec (see include/httpd.h) have experienced changes in member variable types. I think there can be apache modules that are not compatible with IPv6 patch. itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 7:28:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from news.uni-kl.de (news.uni-kl.de [131.246.137.51]) by hub.freebsd.org (Postfix) with SMTP id D481837BAC9 for ; Thu, 18 May 2000 07:28:21 -0700 (PDT) (envelope-from naddy@unix-ag.uni-kl.de) Received: from sushi.unix-ag.uni-kl.de ( root@sushi.unix-ag.uni-kl.de [131.246.89.13] ) by news.uni-kl.de id aa27089 for ; 18 May 2000 16:28 MESZ Received: from fettuccini.unix-ag.uni-kl.de (fettuccini.unix-ag.uni-kl.de [131.246.89.27]) by sushi.unix-ag.uni-kl.de (8.9.3/8.9.1) with ESMTP id QAA06338 for ; Thu, 18 May 2000 16:28:15 +0200 Received: (from naddy@localhost) by fettuccini.unix-ag.uni-kl.de (8.9.3/8.9.3) id QAA32443 for freebsd-ports@freebsd.org; Thu, 18 May 2000 16:28:15 +0200 (CEST) (envelope-from naddy) Date: Thu, 18 May 2000 16:28:15 +0200 From: Christian Weisgerber To: freebsd-ports@freebsd.org Subject: Symlinks to directories and PLIST? Message-ID: <20000518162815.A32408@fettuccini.unix-ag.uni-kl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have an application here that insists on creating symlinks to directories, e.g. share/App/nls/C/ share/App/nls/en -> C share/App/nls/en_US -> C How to handle these in the PLIST? -- Christian "naddy" Weisgerber naddy@unix-ag.uni-kl.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 7:44:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from eastwood.aldigital.algroup.co.uk (eastwood.aldigital.algroup.co.uk [194.128.162.193]) by hub.freebsd.org (Postfix) with ESMTP id B76F037B5DA; Thu, 18 May 2000 07:44:28 -0700 (PDT) (envelope-from adam@algroup.co.uk) Received: from algroup.co.uk ([193.195.56.225]) by eastwood.aldigital.algroup.co.uk (8.8.8/8.6.12) with ESMTP id OAA23597; Thu, 18 May 2000 14:44:01 GMT Message-ID: <392401B1.1AB5467@algroup.co.uk> Date: Thu, 18 May 2000 15:44:01 +0100 From: Adam Laurie Organization: A.L. Group plc X-Mailer: Mozilla 4.72 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: James Housley Cc: greg@greg.rim.or.jp, sumikawa@FreeBSD.org, hetzels@westbend.net, rse@engelschall.com, dirk@FreeBSD.org, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: Adding IPv6 to all apache ports References: <3923FC04.12335B03@thehousleys.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have forwarded this to Ben Laurie (ben@algroup.co.uk), author of apache-ssl, who has indicated that he is willing to assist in incorporating IPv6 into the mega-port... cheers, Adam James Housley wrote: > > Sorry for sending this to the whole ports list, but I can't seem to find > the address of the person working on the all-in-one apache port. The > apache 1.3.12 patch from kame.net applies cleanly to apache-1.3.12. I > have tested it on 4-STABLE with apache13+ipv6 (that needed some patches > removed that were duplicates) and apache13-php3. > > The additions seem to be simple, the attached are from apache13-php3. > But should be able to added to all the ports. This section can go > anywhere near the to, but hast to before pre-fetch:, and if the OS > support IPv6 will add a second patchfile and set the configure script > > +.include > + > +.if ${OSVERSION} >= 400014 > +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ > +PATCHFILES= apache-1.3.12-v6-20000518.diff.gz > +PATCH_DIST_STRIP= -p1 > + > +CONFIGURE_SCRIPT= configure.v6 > +.endif > + > > This needs to be added to pre-configure or a pre-configure needs to be > created. > > +.if ${OSVERSION} >= 400014 > + ${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT} > +.endif > > I have apache13-php3+mysql+mod_auth_mysql running at > http://www.ipv6.fbc-hanover.org (IPv6 only) > > Jim > -- > Unix is very user-friendly. It's just picky who its friends are. -- Adam Laurie Tel: +44 (181) 742 0755 A.L. Digital Ltd. Fax: +44 (181) 742 5995 Voysey House Barley Mow Passage http://www.aldigital.co.uk London W4 4GB mailto:adam@algroup.co.uk UNITED KINGDOM PGP key on keyservers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 7:50:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0DDD37B6F7 for ; Thu, 18 May 2000 07:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA17218; Thu, 18 May 2000 07:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C6F8337B602; Thu, 18 May 2000 07:48:34 -0700 (PDT) Message-Id: <20000518144834.C6F8337B602@hub.freebsd.org> Date: Thu, 18 May 2000 07:48:34 -0700 (PDT) From: rbt@zort.on.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18657: New Port: net/gtk-gnutella Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18657 >Category: ports >Synopsis: New Port: net/gtk-gnutella >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 18 07:50:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: FreeBSD 4-STABLE (diskless no less) >Organization: >Environment: >Description: gtk-gnutella has a nice graphical interface to the gnutella network. Needs some work done to it, but its a good enough start to join the network and start trading files. >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: # # gtk-gnutella/ # gtk-gnutella/files # gtk-gnutella/files/md5 # gtk-gnutella/pkg # gtk-gnutella/pkg/COMMENT # gtk-gnutella/pkg/DESCR # gtk-gnutella/pkg/PLIST # gtk-gnutella/Makefile # echo c - gtk-gnutella/ mkdir -p gtk-gnutella/ > /dev/null 2>&1 echo c - gtk-gnutella/files mkdir -p gtk-gnutella/files > /dev/null 2>&1 echo x - gtk-gnutella/files/md5 sed 's/^X//' >gtk-gnutella/files/md5 << 'END-of-gtk-gnutella/files/md5' XMD5 (gtk-gnutella-0.12.tar.gz) = 2e87deca651122dea2b9ed15748bac9b END-of-gtk-gnutella/files/md5 echo c - gtk-gnutella/pkg mkdir -p gtk-gnutella/pkg > /dev/null 2>&1 echo x - gtk-gnutella/pkg/COMMENT sed 's/^X//' >gtk-gnutella/pkg/COMMENT << 'END-of-gtk-gnutella/pkg/COMMENT' XGTK based Gnutella client. END-of-gtk-gnutella/pkg/COMMENT echo x - gtk-gnutella/pkg/DESCR sed 's/^X//' >gtk-gnutella/pkg/DESCR << 'END-of-gtk-gnutella/pkg/DESCR' XGTK based Gnutella client which supports the standard Gnutella operations. X XSearch, download, file sharing, bandwidth limiting, host caching, as well Xas some basic statistics. X XAn excellent way to find that hidden file on the internet that you know exists Xbut standard search engines do not seem to carry. X XWWW: http://gtk-gnutella.sourceforge.net/ X X- rbt Xrbt@zort.on.ca END-of-gtk-gnutella/pkg/DESCR echo x - gtk-gnutella/pkg/PLIST sed 's/^X//' >gtk-gnutella/pkg/PLIST << 'END-of-gtk-gnutella/pkg/PLIST' Xbin/gtk_gnutella END-of-gtk-gnutella/pkg/PLIST echo x - gtk-gnutella/Makefile sed 's/^X//' >gtk-gnutella/Makefile << 'END-of-gtk-gnutella/Makefile' X# New ports collection makefile for: gtk-gnutella X# Date created: 19 May, 2000 X# Whom: rbt@zort.on.ca X# X# $FreeBSD$ X# X XPORTNAME= gtk-gnutella XPORTVERSION= 0.12 XCATEGORIES= net XMASTER_SITES= http://gtk-gnutella.sourceforge.net/download/ \ X ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/ X XMAINTAINER= rbt@zort.on.ca X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" X X.include END-of-gtk-gnutella/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 7:50:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 705A237B602 for ; Thu, 18 May 2000 07:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA17208; Thu, 18 May 2000 07:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from king.naoe.t.u-tokyo.ac.jp (king.naoe.t.u-tokyo.ac.jp [133.11.65.63]) by hub.freebsd.org (Postfix) with ESMTP id C12DB37B8DE for ; Thu, 18 May 2000 07:41:37 -0700 (PDT) (envelope-from takemura@naoe.t.u-tokyo.ac.jp) Received: from localhost (localhost [127.0.0.1]) by king.naoe.t.u-tokyo.ac.jp (8.9.3/3.7W/hiroko-rubens-2.2) with ESMTP id XAA69575 for ; Thu, 18 May 2000 23:41:35 +0900 (JST) Message-Id: <20000518234135E.takemura@naoe.t.u-tokyo.ac.jp> Date: Thu, 18 May 2000 23:41:35 +0900 From: "Mas.TAKEMURA" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18656: New Ports linux_mesa3 with RedHat Package Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18656 >Category: ports >Synopsis: New Ports linux_mesa3 with RedHat Package >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 18 07:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Masahiro TAKEMURA >Release: FreeBSD 3.4-RELEASE i386 >Organization: University of Tokyo, Japan. >Environment: >Description: To run Jun for Smalltalk in VisualWorks with Linux Emulation, I need Linux Version of MesaLib. So I made this port to be easier to install. >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: # # linux_mesa3 # linux_mesa3/Makefile # linux_mesa3/files # linux_mesa3/files/md5 # linux_mesa3/pkg # linux_mesa3/pkg/PLIST # linux_mesa3/pkg/DESCR # linux_mesa3/pkg/COMMENT # echo c - linux_mesa3 mkdir -p linux_mesa3 > /dev/null 2>&1 echo x - linux_mesa3/Makefile sed 's/^X//' >linux_mesa3/Makefile << 'END-of-linux_mesa3/Makefile' XPORTNAME= linux_mesa XPORTVERSION= 3.2.2 XCATEGORIES= graphics emulators linux XMASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} XDISTFILES= Mesa-${PORTVERSION:S/./-/g:S/-/./}.${MACHINE_ARCH}.rpm X XPATCH_SITES= ${RPM_MIRRORS:S/__DIR__/${UPDDIR}/g} XPATCHFILES= X XMAINTAINER= mastake@msel.t.u-tokyo.ac.jp X XBUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm XRUN_DEPENDS= \ X /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base X XONLY_FOR_ARCHS= i386 XDIST_SUBDIR= rpm XPREFIX= /compat/linux XEXTRACT_ONLY= XNO_BUILD= yes XNO_FILTER_SHLIBS= yes XNO_MTREE= yes X XRPM_MIRRORS= \ X ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \ X ftp://ftp.redhat.com/redhat/__DIR__/ \ X ftp://ftp.infomagic.com/pub/mirrors/linux/RedHat/__DIR__/ \ X ftp://ftp.crc.ca/mirrors/by-site/ftp.redhat.com/redhat/__DIR__/ \ X ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ X ftp://mirror.nucba.ac.jp/mirror/redhat/__DIR__/ \ X ftp://ftp.is.co.za/linux/distributions/redhat/__DIR__/ \ X ftp://mirror.aarnet.edu.au/pub/linux/redhat/__DIR__/ X XSTDDIR= redhat-6.2/${MACHINE_ARCH}/RedHat/RPMS XUPDDIR= updates/6.2/${MACHINE_ARCH} X X.include X XRPMDIR= ${DISTDIR}/${DIST_SUBDIR} X Xdo-install: X @if [ -z "`kldstat -v | ${GREP} -E 'linux(aout|elf)'`" ]; then \ X ${ECHO} 'Linux mode is not enabled.\ X Loading linux kernel module...' | fmt; \ X linux || { \ X ${ECHO} 'The linux kernel module could not be loaded.\ X Please manually load the module and retry.\ X See "man linux" for details.' | fmt; \ X ${FALSE}; \ X };\ X fi X# X# Install all packages. X# X @for R in ${DISTFILES}; do \ X ${ECHO} $$R; \ X cd ${PREFIX} && rpm2cpio ${RPMDIR}/$$R | cpio -di; \ X done X# X# Install updates X# X @for R in ${PATCHFILES}; do \ X ${ECHO} $$R; \ X cd ${PREFIX} && rpm2cpio ${RPMDIR}/$$R | cpio -di; \ X done X# X# Create Symbolic link X# X @for R in GL GLU; do \ X cd ${PREFIX}/usr/X11R6/lib && ${LN} -s lib$$R.so libMesa$$R.so; \ X done X# X# Finish X# X ${PREFIX}/sbin/ldconfig X X.include END-of-linux_mesa3/Makefile echo c - linux_mesa3/files mkdir -p linux_mesa3/files > /dev/null 2>&1 echo x - linux_mesa3/files/md5 sed 's/^X//' >linux_mesa3/files/md5 << 'END-of-linux_mesa3/files/md5' XMD5 (rpm/Mesa-3.2-2.i386.rpm) = 593aa72451380019b466edad1120b02e END-of-linux_mesa3/files/md5 echo c - linux_mesa3/pkg mkdir -p linux_mesa3/pkg > /dev/null 2>&1 echo x - linux_mesa3/pkg/PLIST sed 's/^X//' >linux_mesa3/pkg/PLIST << 'END-of-linux_mesa3/pkg/PLIST' Xetc/mesa.conf Xusr/X11R6/lib/libGL.la Xusr/X11R6/lib/libGL.so Xusr/X11R6/lib/libGL.so.1 Xusr/X11R6/lib/libGL.so.1.2.0 Xusr/X11R6/lib/libGLU.la Xusr/X11R6/lib/libGLU.so Xusr/X11R6/lib/libGLU.so.1 Xusr/X11R6/lib/libGLU.so.1.2.0 Xusr/X11R6/lib/libglut.la Xusr/X11R6/lib/libglut.so Xusr/X11R6/lib/libglut.so.3 Xusr/X11R6/lib/libglut.so.3.7.0 Xusr/X11R6/lib/libMesaGL.so Xusr/X11R6/lib/libMesaGLU.so X@dirrm etc X@dirrm usr/X11R6/lib X@dirrm usr/X11R6 X@dirrm usr END-of-linux_mesa3/pkg/PLIST echo x - linux_mesa3/pkg/DESCR sed 's/^X//' >linux_mesa3/pkg/DESCR << 'END-of-linux_mesa3/pkg/DESCR' XThis port installs a Linux shared library of Mesa from RedHat Package, Xto be used by Linux programs. X XMesa is a 3-D graphics library with an API which is very similar to that Xof OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax Xor state machine, it is being used with authorization from Silicon Graphics, XInc. However, the author makes no claim that Mesa is in any way a Xcompatible replacement for OpenGL or associated with Silicon Graphics, Inc. XThose who want a licensed implementation of OpenGL should contact a licensed Xvendor. This software is distributed under the terms of the GNU Library XGeneral Public License, see the LICENSE file for details. END-of-linux_mesa3/pkg/DESCR echo x - linux_mesa3/pkg/COMMENT sed 's/^X//' >linux_mesa3/pkg/COMMENT << 'END-of-linux_mesa3/pkg/COMMENT' XInstalls Linux shared library of Mesa from RedHat Pachage END-of-linux_mesa3/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 May 18 8:30:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A63737B971 for ; Thu, 18 May 2000 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA24743; Thu, 18 May 2000 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from student-00cdr.williams.edu (student-00cdr.williams.edu [137.165.32.200]) by hub.freebsd.org (Postfix) with ESMTP id ACDC437BA5E for ; Thu, 18 May 2000 08:27:13 -0700 (PDT) (envelope-from chris@student-00cdr.williams.edu) Received: by student-00cdr.williams.edu (Postfix, from userid 1000) id 89B6428F; Thu, 18 May 2000 11:28:02 -0400 (EDT) Message-Id: <20000518152802.89B6428F@student-00cdr.williams.edu> Date: Thu, 18 May 2000 11:28:02 -0400 (EDT) From: Chris Richards Reply-To: Chris Richards To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18658: Update lang/sml-nj to release 110.0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18658 >Category: ports >Synopsis: Update port lang/sml-nj to release 110.0.6 >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 May 18 08:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Chris Richards >Release: FreeBSD 4.0-STABLE i386 >Organization: n/a >Environment: FreeBSD 4.0-STABLE >Description: "Working" version 110.9.1 didn't. (Died on divide by zero exceptions, etc.) This is the latest stable release from Nov. 1999. Note: some CM interfaces differ between the two. Also note: patch includes NEW FILE scripts/mkplist. >How-To-Repeat: >Fix: diff -u /dev/null scripts/mkplist --- /dev/null Wed Dec 31 19:00:00 1969 +++ scripts/mkplist Thu May 18 10:52:15 2000 @@ -0,0 +1,12 @@ +#!/bin/sh + +# Author: Chris Richards +# This file is in the public domain. + +PATH=/bin:/usr/bin +PREFIX=/usr/local +BASE=$PREFIX/lib/sml-nj + +find -s $BASE/bin -perm -0111 \! -type d | sed "s,$BASE/,,g" | grep -v '/\.' +find -s $BASE \( -type f -or -type l \) | sed "s,$PREFIX/,,g" +find -s $BASE -type d -depth | sed "s,$PREFIX/,@dirrm ,g" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/sml-nj/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2000/04/12 06:20:41 1.10 +++ Makefile 2000/05/18 15:04:45 @@ -6,17 +6,14 @@ # PORTNAME= smlnj -PORTVERSION= 110.9.1 +PORTVERSION= 110.0.6 CATEGORIES= lang -MASTER_SITES= ftp://ftp.research.bell-labs.com/dist/smlnj/working/110.9.1/ \ - ftp://ftp.diku.dk/pub/smlnj/working/110.9.1/ \ - ftp://sunsite.doc.ic.ac.uk/computing/programming/languages/ml/smlnj/working/110.9.1/ \ - ftp://compiler.kaist.ac.kr/pub/sml/working/110.9.1/ -DISTFILES= 110.9.1-bin.x86-unix.tar.Z 110.9.1-cm.tar.Z 110.9.1-cml.tar.Z \ - 110.9.1-config.tar.Z 110.9.1-eXene.tar.Z \ - 110.9.1-ml-burg.tar.Z 110.9.1-ml-lex.tar.Z \ - 110.9.1-ml-yacc.tar.Z 110.9.1-runtime.tar.Z \ - 110.9.1-smlnj-c.tar.Z 110.9.1-smlnj-lib.tar.Z +MASTER_SITES= ftp://ftp.research.bell-labs.com/dist/smlnj/release/110.0.6/ +DISTFILES= 110-bin.x86-unix.tar.Z 110-cm.tar.Z 110-cml.tar.Z \ + 110-config.tar.Z 110-eXene.tar.Z \ + 110-ml-burg.tar.Z 110-ml-lex.tar.Z \ + 110-ml-yacc.tar.Z 110-runtime.tar.Z \ + 110-smlnj-c.tar.Z 110-smlnj-lib.tar.Z MAINTAINER= jkoshy@freebsd.org @@ -25,18 +22,18 @@ # ftp://ftp.cl.cam.ac.uk/MIRRORED/smlnj/release/ # ftp://ftp.ntua.gr/pub/lang/smlnj/release/ # Mirror sites that keep files around in gzipped format -# ftp://flint.cs.yale.edu/pub/smlnj/working/110.9.1/ +# ftp://flint.cs.yale.edu/pub/smlnj/release/110.0.6/ DIST_SUBDIR= sml-nj NO_WRKSUBDIR= yes -EXTRACT_ONLY= 110.9.1-config.tar.Z +EXTRACT_ONLY= 110-config.tar.Z USE_GMAKE= yes SML_BASE= ${PREFIX}/lib/sml-nj SML_LIBDIR= ${SML_BASE}/lib SML_BINDIR= ${SML_BASE}/bin SML_SRCDIR= ${SML_BASE}/src -SML_EXES= ml-burg ml-lex ml-yacc sml +SML_EXES= ml-burg ml-lex ml-yacc sml sml-cm # make symlinks to the dist files post-extract: @@ -52,7 +49,7 @@ # 1. create installation directories # 2. copy the ./bin directory across # 3. edit bin/.run_sml to override BIN_DIR -# 4. copy all .stable files in CM/ directories +# 4. copy all x86-unix directories # 5. find all .cm files reachable from $WRKDIR/lib and copy them across # 6. copy the aliases in ./lib changing WRKDIR to SML_LIBDIR # 7. install links to executables in $PREFIX/bin @@ -63,7 +60,7 @@ ${SED} -e "s,^BIN_DIR=.*\$$,BIN_DIR=${SML_BINDIR}," \ < ${WRKDIR}/bin/.run-sml > ${SML_BINDIR}/.run-sml ${CHMOD} 755 ${SML_BINDIR}/.run-sml - cd ${WRKDIR} && tar -cf - `find . -name '*.stable' | ${GREP} CM` | \ + cd ${WRKDIR} && tar -cf - `find . -name x86-unix` | \ tar -C ${SML_BASE} -xf - cd ${WRKDIR} && tar -cf - `${SCRIPTDIR}/get-cm ${WRKDIR}` | \ tar -C ${SML_BASE} -xf - Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/lang/sml-nj/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1998/11/20 08:14:12 1.2 +++ md5 2000/05/18 15:04:45 @@ -1,11 +1,11 @@ -MD5 (sml-nj/110.9.1-bin.x86-unix.tar.Z) = a8d2a792ef392a0ddd8ece325fd4b892 -MD5 (sml-nj/110.9.1-cm.tar.Z) = ee3987dbee99b5f0b59cb09c1a956a0d -MD5 (sml-nj/110.9.1-cml.tar.Z) = 8c33edee5e75fd18600ef9f0b5b253ae -MD5 (sml-nj/110.9.1-config.tar.Z) = 7a386efc49ca847745f818dcbe5a36bf -MD5 (sml-nj/110.9.1-eXene.tar.Z) = 33f16b9d64f2c02f36172e434f29f136 -MD5 (sml-nj/110.9.1-ml-burg.tar.Z) = c25007873fbe1dd6ae68a2f0a54e7089 -MD5 (sml-nj/110.9.1-ml-lex.tar.Z) = acd4a503f087fb0a4a044d3ff6da5d24 -MD5 (sml-nj/110.9.1-ml-yacc.tar.Z) = 478430b7bcaa41f1d3f1cc66055078d7 -MD5 (sml-nj/110.9.1-runtime.tar.Z) = b73c165b4cf445601926f53566a1a589 -MD5 (sml-nj/110.9.1-smlnj-c.tar.Z) = c15c3295fd1a9afd9eb5aa67ae34543f -MD5 (sml-nj/110.9.1-smlnj-lib.tar.Z) = 53f49d01d3f6c3b4eb175ce07a7c8759 +MD5 (sml-nj/110-bin.x86-unix.tar.Z) = 844235e1d8463fc44262b2e1f9aaf333 +MD5 (sml-nj/110-cm.tar.Z) = 6b6d728d1859c35c29b2004a3aaf1046 +MD5 (sml-nj/110-cml.tar.Z) = deb0a7c28fe737d0c5378cf7b3ad7126 +MD5 (sml-nj/110-config.tar.Z) = 4030e40d06a37bf7ffdc3dff458adf9d +MD5 (sml-nj/110-eXene.tar.Z) = 70c1d0699ef8336c12ee1247ac783318 +MD5 (sml-nj/110-ml-burg.tar.Z) = fb89bbf6fd610c652aa73ed3ed32c05b +MD5 (sml-nj/110-ml-lex.tar.Z) = bba23e2eccd27baf66326a127ded65ef +MD5 (sml-nj/110-ml-yacc.tar.Z) = eef9198f5e249f7bb2e51910dbe08a52 +MD5 (sml-nj/110-runtime.tar.Z) = 04da4c79877a49186fba3301a5b434e9 +MD5 (sml-nj/110-smlnj-c.tar.Z) = 331007a78bc5e06a0c235df81d78d027 +MD5 (sml-nj/110-smlnj-lib.tar.Z) = 997907953b8ab435a6002e665fef00b1 Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/lang/sml-nj/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/11/20 08:14:12 1.2 +++ PLIST 2000/05/18 15:05:05 @@ -2,121 +2,505 @@ bin/ml-lex bin/ml-yacc bin/sml -lib/sml-nj/bin/.heap/sml.x86-bsd -lib/sml-nj/bin/.heap/ml-yacc.x86-bsd -lib/sml-nj/bin/.heap/ml-lex.x86-bsd +bin/sml-cm +lib/sml-nj/bin/.arch-n-opsys lib/sml-nj/bin/.heap/ml-burg.x86-bsd +lib/sml-nj/bin/.heap/ml-lex.x86-bsd +lib/sml-nj/bin/.heap/ml-yacc.x86-bsd +lib/sml-nj/bin/.heap/sml-cm.x86-bsd +lib/sml-nj/bin/.heap/sml.x86-bsd lib/sml-nj/bin/.run/run.x86-freebsd -lib/sml-nj/bin/.arch-n-opsys lib/sml-nj/bin/.run-sml lib/sml-nj/bin/ml-burg lib/sml-nj/bin/ml-lex lib/sml-nj/bin/ml-yacc lib/sml-nj/bin/sml +lib/sml-nj/bin/sml-cm lib/sml-nj/lib/cml-lib.cm lib/sml-nj/lib/cml.cm lib/sml-nj/lib/eXene.cm lib/sml-nj/lib/html-lib.cm +lib/sml-nj/lib/inet-lib.cm lib/sml-nj/lib/ml-yacc-lib.cm lib/sml-nj/lib/pp-lib.cm lib/sml-nj/lib/reactive-lib.cm lib/sml-nj/lib/regexp-lib.cm lib/sml-nj/lib/smlnj-lib.cm lib/sml-nj/lib/unix-lib.cm -lib/sml-nj/src/ml-yacc/lib/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/ml-yacc/lib/sources.cm -lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/smlnj-lib/HTML/sources.cm -lib/sml-nj/src/smlnj-lib/PP/devices/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/smlnj-lib/PP/devices/sources.cm -lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/smlnj-lib/PP/src/sources.cm -lib/sml-nj/src/smlnj-lib/PP/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/smlnj-lib/PP/sources.cm -lib/sml-nj/src/smlnj-lib/Reactive/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/smlnj-lib/Reactive/sources.cm -lib/sml-nj/src/smlnj-lib/RegExp/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/smlnj-lib/RegExp/sources.cm -lib/sml-nj/src/smlnj-lib/Unix/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/smlnj-lib/Unix/sources.cm -lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/smlnj-lib/Util/sources.cm +lib/sml-nj/src/cml/cml-lib/CM/x86-unix/multicast-sig.sml.bin +lib/sml-nj/src/cml/cml-lib/CM/x86-unix/multicast.sml.bin +lib/sml-nj/src/cml/cml-lib/CM/x86-unix/simple-rpc-sig.sml.bin +lib/sml-nj/src/cml/cml-lib/CM/x86-unix/simple-rpc.sml.bin lib/sml-nj/src/cml/cml-lib/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/cml/cml-lib/CM/x86-unix/trace-cml-sig.sml.bin lib/sml-nj/src/cml/cml-lib/CM/x86-unix/trace-cml.cm.stable +lib/sml-nj/src/cml/cml-lib/CM/x86-unix/trace-cml.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-INet/CM/x86-unix/sock-util-sig.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-INet/CM/x86-unix/sock-util.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-INet/CM/x86-unix/unix-sock-util.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/atom-binary-map.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/atom-binary-set.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/atom-map.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/atom-redblack-map.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/atom-redblack-set.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/atom-set.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/atom-sig.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/atom-table.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/cml-atom.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/io-util-sig.sml.bin +lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix/io-util.sml.bin lib/sml-nj/src/cml/cml-lib/sources.cm lib/sml-nj/src/cml/cml-lib/trace-cml.cm +lib/sml-nj/src/cml/src/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/cml/src/IO/CM/x86-unix/bin-io-fn.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/bin-prim-io.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/chan-io-fn.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/clean-io.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/cml-bin-io-sig.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/cml-imperative-io-sig.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/cml-stream-io-sig.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/cml-text-io-sig.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/cml-text-stream-io-sig.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/os-prim-io-sig.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/prim-io-fn.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/prim-io-sig.sml.bin lib/sml-nj/src/cml/src/IO/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/cml/src/IO/CM/x86-unix/text-io-fn.sml.bin +lib/sml-nj/src/cml/src/IO/CM/x86-unix/text-prim-io.sml.bin lib/sml-nj/src/cml/src/IO/sources.cm +lib/sml-nj/src/cml/src/OS/CM/x86-unix/os-io-sig.sml.bin +lib/sml-nj/src/cml/src/OS/CM/x86-unix/os-process-sig.sml.bin +lib/sml-nj/src/cml/src/OS/CM/x86-unix/os-sig.sml.bin +lib/sml-nj/src/cml/src/OS/CM/x86-unix/os-signatures.sml.bin lib/sml-nj/src/cml/src/OS/CM/x86-unix/sources.cm.stable lib/sml-nj/src/cml/src/OS/sources.cm +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/cml-generic-sock.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/cml-inet-sock.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/cml-socket-sig.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/cml-socket.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/cml-unix-sock.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/generic-sock-sig.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/inet-sock-sig.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/layer1.cm.stable lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/layer2.cm.stable lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/layer3.cm.stable +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/pre-sock.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/rebind1.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/rebind2-unix-sock.sml.bin +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/rebind2.sml.bin lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/layer1.cm.stable +lib/sml-nj/src/cml/src/Sockets/CM/x86-unix/unix-sock-sig.sml.bin lib/sml-nj/src/cml/src/Sockets/layer1.cm lib/sml-nj/src/cml/src/Sockets/layer2.cm lib/sml-nj/src/cml/src/Sockets/layer3.cm lib/sml-nj/src/cml/src/Sockets/sources.cm -lib/sml-nj/src/cml/src/Unix/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/os-io.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/os-process.sml.bin lib/sml-nj/src/cml/src/Unix/CM/x86-unix/os.cm.stable +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/os.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/posix-bin-io.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/posix-bin-prim-io.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/posix-text-io.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/posix-text-prim-io.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/proc-manager.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/run-cml.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/syscall.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/unix-glue.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/unix-sig.sml.bin +lib/sml-nj/src/cml/src/Unix/CM/x86-unix/unix.sml.bin lib/sml-nj/src/cml/src/Unix/os.cm lib/sml-nj/src/cml/src/Unix/sources.cm +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/channel-sig.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/channel.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/cleanup.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/cml-cleanup-sig.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/cml-sig.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/cml.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/debug.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/event-sig.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/event.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/io-manager.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/mailbox-sig.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/mailbox.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/queue.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/rep-types.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/running.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/scheduler.sml.bin lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/sync-var-sig.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/sync-var.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/thread-sig.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/thread.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/timeout-sig.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/timeout.sml.bin +lib/sml-nj/src/cml/src/core-cml/CM/x86-unix/version.sml.bin lib/sml-nj/src/cml/src/core-cml/sources.cm +lib/sml-nj/src/cml/src/glue/CM/x86-unix/export-fn-fn.sml.bin +lib/sml-nj/src/cml/src/glue/CM/x86-unix/os-glue-sig.sml.bin +lib/sml-nj/src/cml/src/glue/CM/x86-unix/run-cml-fn.sml.bin lib/sml-nj/src/cml/src/glue/CM/x86-unix/sources.cm.stable lib/sml-nj/src/cml/src/glue/sources.cm +lib/sml-nj/src/cml/src/sources.cm +lib/sml-nj/src/cml/src/util/CM/x86-unix/result.sml.bin lib/sml-nj/src/cml/src/util/CM/x86-unix/sources.cm.stable lib/sml-nj/src/cml/src/util/sources.cm -lib/sml-nj/src/cml/src/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/cml/src/sources.cm +lib/sml-nj/src/eXene/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/band.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/bitmap-io-sig.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/bitmap-io.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/box.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/color-space-sig.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/color-space.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/ellipse-sig.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/ellipse.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/get-dpy-sig.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/get-dpy.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/region-sig.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/region.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/rounded-rect-sig.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/rounded-rect.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/scan-convert.sml.bin lib/sml-nj/src/eXene/graph-util/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/spline-sig.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/spline.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/xauth-sig.sml.bin +lib/sml-nj/src/eXene/graph-util/CM/x86-unix/xauth.sml.bin lib/sml-nj/src/eXene/graph-util/sources.cm lib/sml-nj/src/eXene/lib/CM/x86-unix/base.cm.stable lib/sml-nj/src/eXene/lib/CM/x86-unix/sources.cm.stable lib/sml-nj/src/eXene/lib/base.cm +lib/sml-nj/src/eXene/lib/basics/CM/x86-unix/geom.sml.bin +lib/sml-nj/src/eXene/lib/iccc/CM/x86-unix/atom-server.sml.bin +lib/sml-nj/src/eXene/lib/iccc/CM/x86-unix/property-sig.sml.bin +lib/sml-nj/src/eXene/lib/iccc/CM/x86-unix/property.sml.bin +lib/sml-nj/src/eXene/lib/iccc/CM/x86-unix/std-atoms.sml.bin +lib/sml-nj/src/eXene/lib/iccc/CM/x86-unix/xatom-tbl.sml.bin +lib/sml-nj/src/eXene/lib/iccc/CM/x86-unix/xatoms.sml.bin +lib/sml-nj/src/eXene/lib/iccc/CM/x86-unix/xprops.sml.bin +lib/sml-nj/src/eXene/lib/misc/CM/x86-unix/exene-version.sml.bin +lib/sml-nj/src/eXene/lib/misc/CM/x86-unix/mlx-err.sml.bin +lib/sml-nj/src/eXene/lib/misc/CM/x86-unix/xdebug.sml.bin +lib/sml-nj/src/eXene/lib/misc/CM/x86-unix/xprint.sml.bin +lib/sml-nj/src/eXene/lib/misc/CM/x86-unix/xvalid.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/keybut.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xcvtfns.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xdisplay.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xerrors.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xevttypes.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xio.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xprottypes.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xreply.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xrequest.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xsendevt.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xserver-addr.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xshutdown.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xtime.sml.bin +lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix/xwin.sml.bin lib/sml-nj/src/eXene/lib/sources.cm +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/abstract.sml.bin +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/build.sml.bin +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/drawing-sig.sml.bin +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/exene-base-sig.sml.bin +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/exene-win-sig.sml.bin +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/font-sig.sml.bin +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/geometry-sig.sml.bin +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/iccc-sig.sml.bin +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/interact-sig.sml.bin +lib/sml-nj/src/eXene/lib/user/CM/x86-unix/std-cursor-sig.sml.bin +lib/sml-nj/src/eXene/lib/util/CM/x86-unix/hash-xid.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/color-server-sig.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/color-server.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/cursor.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/display.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/draw-master.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/draw-types.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/draw.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/font-base.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/font-server.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/gc-server.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/hash-window.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/image.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/keymap.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/keysym-trans.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/keysym.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/pen-rep.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/pen.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/pixmap.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/property-server-sig.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/property-server.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/selection-server-sig.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/selection-server.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/selection.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/tile.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/toplevel-win.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/window-env.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/window-sig.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/window.sml.bin +lib/sml-nj/src/eXene/lib/window/CM/x86-unix/winreg.sml.bin +lib/sml-nj/src/eXene/sources.cm +lib/sml-nj/src/eXene/styles/CM/x86-unix/parse-resource-specs.sml.bin +lib/sml-nj/src/eXene/styles/CM/x86-unix/quark-sig.sml.bin +lib/sml-nj/src/eXene/styles/CM/x86-unix/quark.sml.bin lib/sml-nj/src/eXene/styles/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/eXene/styles/CM/x86-unix/styles-func.sml.bin lib/sml-nj/src/eXene/styles/sources.cm lib/sml-nj/src/eXene/widgets/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/eXene/widgets/basics/CM/x86-unix/root.sml.bin +lib/sml-nj/src/eXene/widgets/basics/CM/x86-unix/router.sml.bin +lib/sml-nj/src/eXene/widgets/basics/CM/x86-unix/shell.sml.bin +lib/sml-nj/src/eXene/widgets/basics/CM/x86-unix/widget-attrs.sml.bin +lib/sml-nj/src/eXene/widgets/basics/CM/x86-unix/widget-base.sml.bin +lib/sml-nj/src/eXene/widgets/basics/CM/x86-unix/widget.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/background.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/box-layout.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/box.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/frame.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/hideable.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/index.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/menu-button.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/pile.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/scrollbar-layout.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/scrollport-sig.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/scrollport.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/shape.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/simple-menu.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/viewport-sig.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/viewport.sml.bin +lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix/widget-set.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/arrow-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/button-base.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/button-ctrl.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/button-type.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/button-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/button.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/canvas-sig.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/canvas.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/check-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/circle-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/color-rect.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/diamond-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/divider.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/item-list.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/label-bttn-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/label.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/message.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/rect-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/scroll-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/scrollbar-sig.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/scrollbar.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/shape-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/slider-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/slider.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/switch-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/text-list.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/text-view.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/toggle-ctrl.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/toggle-type.sml.bin +lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix/toggle.sml.bin lib/sml-nj/src/eXene/widgets/sources.cm -lib/sml-nj/src/eXene/CM/x86-unix/sources.cm.stable -lib/sml-nj/src/eXene/sources.cm +lib/sml-nj/src/eXene/widgets/text/CM/x86-unix/extstr.sml.bin +lib/sml-nj/src/eXene/widgets/text/CM/x86-unix/field-edit.sml.bin +lib/sml-nj/src/eXene/widgets/text/CM/x86-unix/str-edit.sml.bin +lib/sml-nj/src/eXene/widgets/text/CM/x86-unix/text-widget-sig.sml.bin +lib/sml-nj/src/eXene/widgets/text/CM/x86-unix/text-widget.sml.bin +lib/sml-nj/src/eXene/widgets/text/CM/x86-unix/txtwin.sml.bin +lib/sml-nj/src/eXene/widgets/text/CM/x86-unix/vtty-sig.sml.bin +lib/sml-nj/src/eXene/widgets/text/CM/x86-unix/vtty.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/3d-sig.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/3d.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/attrs-sig.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/attrs.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/image-server.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/images.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/run-exene.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/shade-server.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/styles.sml.bin +lib/sml-nj/src/eXene/widgets/util/CM/x86-unix/tile-server.sml.bin +lib/sml-nj/src/ml-burg/CM/x86-unix/burg-ast.sml.bin +lib/sml-nj/src/ml-burg/CM/x86-unix/burg-gram.sig.bin +lib/sml-nj/src/ml-burg/CM/x86-unix/burg-gram.sml.bin +lib/sml-nj/src/ml-burg/CM/x86-unix/burg-lex.sml.bin +lib/sml-nj/src/ml-burg/CM/x86-unix/burg.sml.bin +lib/sml-nj/src/ml-burg/CM/x86-unix/errormsg.sml.bin +lib/sml-nj/src/ml-burg/CM/x86-unix/main.sml.bin +lib/sml-nj/src/ml-burg/CM/x86-unix/parse.sml.bin +lib/sml-nj/src/ml-yacc/lib/CM/x86-unix/base.sig.bin +lib/sml-nj/src/ml-yacc/lib/CM/x86-unix/join.sml.bin +lib/sml-nj/src/ml-yacc/lib/CM/x86-unix/lrtable.sml.bin +lib/sml-nj/src/ml-yacc/lib/CM/x86-unix/parser2.sml.bin +lib/sml-nj/src/ml-yacc/lib/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/ml-yacc/lib/CM/x86-unix/stream.sml.bin +lib/sml-nj/src/ml-yacc/lib/sources.cm +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/check-html-fn.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-attr-vals.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-attrs-fn.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-attrs-sig.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-defaults.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-elements-fn.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-error-sig.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-gram.sig.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-gram.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-lex.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-lib.cm.stable +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-parser-fn.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html-sig.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/html.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/make-html.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix/pr-html.sml.bin +lib/sml-nj/src/smlnj-lib/HTML/html-lib.cm +lib/sml-nj/src/smlnj-lib/INet/CM/x86-unix/inet-lib.cm.stable +lib/sml-nj/src/smlnj-lib/INet/CM/x86-unix/sock-util-sig.sml.bin +lib/sml-nj/src/smlnj-lib/INet/CM/x86-unix/sock-util.sml.bin +lib/sml-nj/src/smlnj-lib/INet/CM/x86-unix/unix-sock-util.sml.bin +lib/sml-nj/src/smlnj-lib/INet/inet-lib.cm +lib/sml-nj/src/smlnj-lib/PP/CM/x86-unix/pp-lib.cm.stable +lib/sml-nj/src/smlnj-lib/PP/devices/CM/x86-unix/html-dev.sml.bin +lib/sml-nj/src/smlnj-lib/PP/devices/CM/x86-unix/simple-textio-dev.sml.bin +lib/sml-nj/src/smlnj-lib/PP/devices/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/smlnj-lib/PP/devices/CM/x86-unix/string-token.sml.bin +lib/sml-nj/src/smlnj-lib/PP/devices/CM/x86-unix/textio-pp.sml.bin +lib/sml-nj/src/smlnj-lib/PP/devices/sources.cm +lib/sml-nj/src/smlnj-lib/PP/pp-lib.cm +lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix/pp-debug-fn.sml.bin +lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix/pp-desc.sml.bin +lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix/pp-device-sig.sml.bin +lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix/pp-stream-fn.sml.bin +lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix/pp-stream-sig.sml.bin +lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix/pp-token-sig.sml.bin +lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix/sources.cm.stable +lib/sml-nj/src/smlnj-lib/PP/src/sources.cm +lib/sml-nj/src/smlnj-lib/Reactive/CM/x86-unix/instruction.sml.bin +lib/sml-nj/src/smlnj-lib/Reactive/CM/x86-unix/machine.sml.bin +lib/sml-nj/src/smlnj-lib/Reactive/CM/x86-unix/reactive-lib.cm.stable +lib/sml-nj/src/smlnj-lib/Reactive/CM/x86-unix/reactive-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Reactive/CM/x86-unix/reactive.sml.bin +lib/sml-nj/src/smlnj-lib/Reactive/reactive-lib.cm +lib/sml-nj/src/smlnj-lib/RegExp/BackEnd/CM/x86-unix/bt-engine.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/BackEnd/CM/x86-unix/dfa-engine.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/BackEnd/CM/x86-unix/engine-sig.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/BackEnd/CM/x86-unix/fsm.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/CM/x86-unix/regexp-lib.cm.stable +lib/sml-nj/src/smlnj-lib/RegExp/FrontEnd/CM/x86-unix/awk-syntax.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/FrontEnd/CM/x86-unix/parser-sig.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/FrontEnd/CM/x86-unix/syntax-sig.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/FrontEnd/CM/x86-unix/syntax.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/Glue/CM/x86-unix/match-tree.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/Glue/CM/x86-unix/regexp-fn.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/Glue/CM/x86-unix/regexp-sig.sml.bin +lib/sml-nj/src/smlnj-lib/RegExp/regexp-lib.cm +lib/sml-nj/src/smlnj-lib/Unix/CM/x86-unix/unix-env-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Unix/CM/x86-unix/unix-env.sml.bin +lib/sml-nj/src/smlnj-lib/Unix/CM/x86-unix/unix-lib.cm.stable +lib/sml-nj/src/smlnj-lib/Unix/unix-lib.cm +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/array-qsort-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/array-qsort.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/array-sort-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/atom-binary-map.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/atom-binary-set.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/atom-map.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/atom-redblack-map.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/atom-redblack-set.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/atom-set.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/atom-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/atom-table.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/atom.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/binary-map-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/binary-set-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/bit-array-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/bit-array.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/bit-vector-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/bsearch-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/char-map-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/char-map.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/dynamic-array-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/dynamic-array-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/dynamic-array.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/fifo-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/fifo.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/fmt-fields.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/format-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/format.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/getopt-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/getopt.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/hash-key-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/hash-string.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/hash-table-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/hash-table-rep.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/hash-table-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/hash-table.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/hash2-table-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/int-binary-map.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/int-binary-set.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/int-inf-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/int-inf.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/int-list-map.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/int-list-set.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/int-redblack-map.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/int-redblack-set.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/io-util-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/io-util.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/keyword-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/lib-base-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/lib-base.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/list-format-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/list-format.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/list-map-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/list-mergesort.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/list-set-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/list-xprod-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/list-xprod.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/listsort-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/mono-array-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/mono-array-sort-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/mono-dynamic-array-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/mono-hash-table-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/mono-hash2-table-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/ord-key-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/ord-map-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/ord-set-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/parser-comb-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/parser-comb.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/path-util-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/path-util.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/plist-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/plist.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/queue-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/queue.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/rand-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/rand.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/random-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/random.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/real-format.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/redblack-map-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/redblack-set-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/scan-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/scan.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/simple-uref.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/smlnj-lib.cm.stable +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/splay-map-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/splay-set-fn.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/splaytree-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/splaytree.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/time-limit.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/uref-sig.sml.bin +lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix/uref.sml.bin +lib/sml-nj/src/smlnj-lib/Util/smlnj-lib.cm @dirrm lib/sml-nj/bin/.heap @dirrm lib/sml-nj/bin/.run @dirrm lib/sml-nj/bin @dirrm lib/sml-nj/lib -@dirrm lib/sml-nj/src/ml-yacc/lib/CM/x86-unix -@dirrm lib/sml-nj/src/ml-yacc/lib/CM -@dirrm lib/sml-nj/src/ml-yacc/lib -@dirrm lib/sml-nj/src/ml-yacc -@dirrm lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix -@dirrm lib/sml-nj/src/smlnj-lib/HTML/CM -@dirrm lib/sml-nj/src/smlnj-lib/HTML -@dirrm lib/sml-nj/src/smlnj-lib/PP/devices/CM/x86-unix -@dirrm lib/sml-nj/src/smlnj-lib/PP/devices/CM -@dirrm lib/sml-nj/src/smlnj-lib/PP/devices -@dirrm lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix -@dirrm lib/sml-nj/src/smlnj-lib/PP/src/CM -@dirrm lib/sml-nj/src/smlnj-lib/PP/src -@dirrm lib/sml-nj/src/smlnj-lib/PP/CM/x86-unix -@dirrm lib/sml-nj/src/smlnj-lib/PP/CM -@dirrm lib/sml-nj/src/smlnj-lib/PP -@dirrm lib/sml-nj/src/smlnj-lib/Reactive/CM/x86-unix -@dirrm lib/sml-nj/src/smlnj-lib/Reactive/CM -@dirrm lib/sml-nj/src/smlnj-lib/Reactive -@dirrm lib/sml-nj/src/smlnj-lib/RegExp/CM/x86-unix -@dirrm lib/sml-nj/src/smlnj-lib/RegExp/CM -@dirrm lib/sml-nj/src/smlnj-lib/RegExp -@dirrm lib/sml-nj/src/smlnj-lib/Unix/CM/x86-unix -@dirrm lib/sml-nj/src/smlnj-lib/Unix/CM -@dirrm lib/sml-nj/src/smlnj-lib/Unix -@dirrm lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix -@dirrm lib/sml-nj/src/smlnj-lib/Util/CM -@dirrm lib/sml-nj/src/smlnj-lib/Util -@dirrm lib/sml-nj/src/smlnj-lib @dirrm lib/sml-nj/src/cml/cml-lib/CM/x86-unix @dirrm lib/sml-nj/src/cml/cml-lib/CM +@dirrm lib/sml-nj/src/cml/cml-lib/SMLNJ-INet/CM/x86-unix +@dirrm lib/sml-nj/src/cml/cml-lib/SMLNJ-INet/CM +@dirrm lib/sml-nj/src/cml/cml-lib/SMLNJ-INet +@dirrm lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM/x86-unix +@dirrm lib/sml-nj/src/cml/cml-lib/SMLNJ-Util/CM +@dirrm lib/sml-nj/src/cml/cml-lib/SMLNJ-Util @dirrm lib/sml-nj/src/cml/cml-lib +@dirrm lib/sml-nj/src/cml/src/CM/x86-unix +@dirrm lib/sml-nj/src/cml/src/CM @dirrm lib/sml-nj/src/cml/src/IO/CM/x86-unix @dirrm lib/sml-nj/src/cml/src/IO/CM @dirrm lib/sml-nj/src/cml/src/IO @@ -138,24 +522,102 @@ @dirrm lib/sml-nj/src/cml/src/util/CM/x86-unix @dirrm lib/sml-nj/src/cml/src/util/CM @dirrm lib/sml-nj/src/cml/src/util -@dirrm lib/sml-nj/src/cml/src/CM/x86-unix -@dirrm lib/sml-nj/src/cml/src/CM @dirrm lib/sml-nj/src/cml/src @dirrm lib/sml-nj/src/cml +@dirrm lib/sml-nj/src/eXene/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/CM @dirrm lib/sml-nj/src/eXene/graph-util/CM/x86-unix @dirrm lib/sml-nj/src/eXene/graph-util/CM @dirrm lib/sml-nj/src/eXene/graph-util @dirrm lib/sml-nj/src/eXene/lib/CM/x86-unix @dirrm lib/sml-nj/src/eXene/lib/CM +@dirrm lib/sml-nj/src/eXene/lib/basics/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/lib/basics/CM +@dirrm lib/sml-nj/src/eXene/lib/basics +@dirrm lib/sml-nj/src/eXene/lib/iccc/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/lib/iccc/CM +@dirrm lib/sml-nj/src/eXene/lib/iccc +@dirrm lib/sml-nj/src/eXene/lib/misc/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/lib/misc/CM +@dirrm lib/sml-nj/src/eXene/lib/misc +@dirrm lib/sml-nj/src/eXene/lib/protocol/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/lib/protocol/CM +@dirrm lib/sml-nj/src/eXene/lib/protocol +@dirrm lib/sml-nj/src/eXene/lib/user/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/lib/user/CM +@dirrm lib/sml-nj/src/eXene/lib/user +@dirrm lib/sml-nj/src/eXene/lib/util/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/lib/util/CM +@dirrm lib/sml-nj/src/eXene/lib/util +@dirrm lib/sml-nj/src/eXene/lib/window/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/lib/window/CM +@dirrm lib/sml-nj/src/eXene/lib/window @dirrm lib/sml-nj/src/eXene/lib @dirrm lib/sml-nj/src/eXene/styles/CM/x86-unix @dirrm lib/sml-nj/src/eXene/styles/CM @dirrm lib/sml-nj/src/eXene/styles @dirrm lib/sml-nj/src/eXene/widgets/CM/x86-unix @dirrm lib/sml-nj/src/eXene/widgets/CM +@dirrm lib/sml-nj/src/eXene/widgets/basics/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/widgets/basics/CM +@dirrm lib/sml-nj/src/eXene/widgets/basics +@dirrm lib/sml-nj/src/eXene/widgets/composite/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/widgets/composite/CM +@dirrm lib/sml-nj/src/eXene/widgets/composite +@dirrm lib/sml-nj/src/eXene/widgets/simple/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/widgets/simple/CM +@dirrm lib/sml-nj/src/eXene/widgets/simple +@dirrm lib/sml-nj/src/eXene/widgets/text/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/widgets/text/CM +@dirrm lib/sml-nj/src/eXene/widgets/text +@dirrm lib/sml-nj/src/eXene/widgets/util/CM/x86-unix +@dirrm lib/sml-nj/src/eXene/widgets/util/CM +@dirrm lib/sml-nj/src/eXene/widgets/util @dirrm lib/sml-nj/src/eXene/widgets -@dirrm lib/sml-nj/src/eXene/CM/x86-unix -@dirrm lib/sml-nj/src/eXene/CM @dirrm lib/sml-nj/src/eXene +@dirrm lib/sml-nj/src/ml-burg/CM/x86-unix +@dirrm lib/sml-nj/src/ml-burg/CM +@dirrm lib/sml-nj/src/ml-burg +@dirrm lib/sml-nj/src/ml-yacc/lib/CM/x86-unix +@dirrm lib/sml-nj/src/ml-yacc/lib/CM +@dirrm lib/sml-nj/src/ml-yacc/lib +@dirrm lib/sml-nj/src/ml-yacc +@dirrm lib/sml-nj/src/smlnj-lib/HTML/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/HTML/CM +@dirrm lib/sml-nj/src/smlnj-lib/HTML +@dirrm lib/sml-nj/src/smlnj-lib/INet/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/INet/CM +@dirrm lib/sml-nj/src/smlnj-lib/INet +@dirrm lib/sml-nj/src/smlnj-lib/PP/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/PP/CM +@dirrm lib/sml-nj/src/smlnj-lib/PP/devices/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/PP/devices/CM +@dirrm lib/sml-nj/src/smlnj-lib/PP/devices +@dirrm lib/sml-nj/src/smlnj-lib/PP/src/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/PP/src/CM +@dirrm lib/sml-nj/src/smlnj-lib/PP/src +@dirrm lib/sml-nj/src/smlnj-lib/PP +@dirrm lib/sml-nj/src/smlnj-lib/Reactive/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/Reactive/CM +@dirrm lib/sml-nj/src/smlnj-lib/Reactive +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/BackEnd/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/BackEnd/CM +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/BackEnd +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/CM +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/FrontEnd/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/FrontEnd/CM +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/FrontEnd +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/Glue/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/Glue/CM +@dirrm lib/sml-nj/src/smlnj-lib/RegExp/Glue +@dirrm lib/sml-nj/src/smlnj-lib/RegExp +@dirrm lib/sml-nj/src/smlnj-lib/Unix/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/Unix/CM +@dirrm lib/sml-nj/src/smlnj-lib/Unix +@dirrm lib/sml-nj/src/smlnj-lib/Util/CM/x86-unix +@dirrm lib/sml-nj/src/smlnj-lib/Util/CM +@dirrm lib/sml-nj/src/smlnj-lib/Util +@dirrm lib/sml-nj/src/smlnj-lib @dirrm lib/sml-nj/src @dirrm lib/sml-nj >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 8:39:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id 117E837BB57 for ; Thu, 18 May 2000 08:39:24 -0700 (PDT) (envelope-from netch@lucky.net) Received: from netch@localhost by burka.carrier.kiev.ua id SPC31251 for freebsd-ports@freebsd.org; Thu, 18 May 2000 18:39:12 +0300 (EEST) (envelope-from netch) Date: Thu, 18 May 2000 18:39:12 +0300 From: Valentin Nechayev To: freebsd-ports@freebsd.org Subject: lynx Message-ID: <20000518183912.D6286@lucky.net> Reply-To: netch@lucky.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-42: On Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org lynx 2.8.3.pre5 and 2.8.3.rel1 (from lynx-current & lynx port respectively) does not properly work with forms: one cannot select an item from list in form. Folks say that problem is in curses. System is FreeBSD 3.*. How to fix? -- NVA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 9:14:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from f1node03.rhrz.uni-bonn.de (node03.rhrz.uni-bonn.de [131.220.18.133]) by hub.freebsd.org (Postfix) with ESMTP id 7837937B6A6 for ; Thu, 18 May 2000 09:14:37 -0700 (PDT) (envelope-from christian@core-coutainville.org) Received: from core-coutainville.org (rhrz-ts2-p13.rhrz.uni-bonn.de [131.220.59.61]) by f1node03.rhrz.uni-bonn.de (8.9.3/8.9.3) with ESMTP id SAA44278 for ; Thu, 18 May 2000 18:13:23 +0200 Message-ID: <392416E8.634F2E01@core-coutainville.org> Date: Thu, 18 May 2000 18:14:33 +0200 From: Christian Ospelkaus X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.15 i586) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: version-change Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have released a new version of mfm. It is available at http://www.core-coutainville.org/mfm/archive/SOURCES/ I have noticed the activities of some cdrom.com robot on the site; if I can help you to always retrieve the latest version, please tell me how (by providing a version-independant link???). Thanks for putting my program into the ports collection, Christian Ospelkaus -- Christian Ospelkaus christian@core-coutainville.org Humboldtstrasse 42 visit http://www.core-coutainville.org/ D-53115 Bonn Tel.: 0228-694635 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 9:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3701C37BC5C for ; Thu, 18 May 2000 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA32632; Thu, 18 May 2000 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id 3143337BC5C for ; Thu, 18 May 2000 09:19:42 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id LAA26499; Thu, 18 May 2000 11:18:20 -0400 (EDT) Received: (from root@localhost) by misha.privatelabs.com (8.9.3/8.9.3) id MAA00601; Thu, 18 May 2000 12:19:07 -0400 (EDT) (envelope-from mi) Message-Id: <200005181619.MAA00601@misha.privatelabs.com> Date: Thu, 18 May 2000 12:19:07 -0400 (EDT) From: root@misha.privatelabs.com Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: vince@blue-box.net X-Send-Pr-Version: 3.2 Subject: ports/18659: devel/libol port ignores CC/CFLAGS for some files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18659 >Category: ports >Synopsis: devel/libol port ignores CC/CFLAGS for some files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 18 09:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: See synopsis. For the files in the src subdirectory, CFLAGS appear as ``-O2 -Wall'' from nowhere. Strange, because configure seems to set them properly. >How-To-Repeat: >Fix: In any case, the following should be put into patches/patch-aa --- src/Makefile.in Fri Feb 18 05:17:06 2000 +++ src/Makefile.in Thu May 18 12:11:58 2000 @@ -62,3 +62,2 @@ AS = @AS@ -CC = @CC@ DLLTOOL = @DLLTOOL@ @@ -114,3 +113,2 @@ pkt_buffer.lo resource.lo -CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 9:25: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5AC337BB26; Thu, 18 May 2000 09:25:05 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33313; Thu, 18 May 2000 09:25:05 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 18 May 2000 09:25:05 -0700 (PDT) From: Message-Id: <200005181625.JAA33313@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18648 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Wine port from 99.11.14 to 2000.04.30 Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Thu May 18 09:23:33 PDT 2000 Responsible-Changed-Why: I am taking care of this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 9:40:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10B7D37BCD5 for ; Thu, 18 May 2000 09:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34990; Thu, 18 May 2000 09:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 2EAD737B7E3 for ; Thu, 18 May 2000 09:30:16 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from root@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id MAA38861; Thu, 18 May 2000 12:30:14 -0400 (EDT) (envelope-from wollman) Message-Id: <200005181630.MAA38861@khavrinen.lcs.mit.edu> Date: Thu, 18 May 2000 12:30:14 -0400 (EDT) From: Garrett Wollman Reply-To: wollman@khavrinen.lcs.mit.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18660: xlockmore should support Kerberos 5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18660 >Category: ports >Synopsis: xlockmore should support Kerberos 5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 18 09:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 4.0-CURRENT i386 >Organization: MIT Laboratory for Computer Science >Environment: Ports collection from a couple days ago, krb5 port from yesterday >Description: xlockmore supports Kerberos 5, but the xlockmore port doesn't >How-To-Repeat: more /usr/ports/x11/xlockmore/Makefile >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/ports/x11/xlockmore/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- Makefile 2000/04/27 08:31:21 1.52 +++ Makefile 2000/05/18 16:28:00 @@ -23,6 +23,9 @@ .if defined(MAKE_KERBEROS4) CONFIGURE_ARGS+= --enable-kerberos4 .endif +.if defined(KRB5_HOME) +CONFIGURE_ARGS+= --enable-kerberos5 +.endif USE_X_PREFIX= yes MAN1= xlock.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 Thu May 18 9:40:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B88437BCE2 for ; Thu, 18 May 2000 09:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34999; Thu, 18 May 2000 09:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id C73EB37BA1D for ; Thu, 18 May 2000 09:38:07 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id LAA26638 for ; Thu, 18 May 2000 11:36:52 -0400 (EDT) Received: (from root@localhost) by misha.privatelabs.com (8.9.3/8.9.3) id MAA04046; Thu, 18 May 2000 12:37:43 -0400 (EDT) (envelope-from mi) Message-Id: <200005181637.MAA04046@misha.privatelabs.com> Date: Thu, 18 May 2000 12:37:43 -0400 (EDT) From: root@misha.privatelabs.com Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18661: sysutils/syslog-ng ignores CFLAGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18661 >Category: ports >Synopsis: sysutils/syslog-ng ignores CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 18 09:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The software's configure script detects the desired CFLAGS properly, but then overrides them. This is a bug in the original configure script, which can be fixed by the included patch. This patch should be placed into the port's patches/patch-ab >How-To-Repeat: Try building and see, that the source is compiled with ``-O2 -Wall''. >Fix: Put the following into patches/patch-ab. The same problem exists in the devel/libol port, and can be fixed by a similar patch or by what I submitted with an earlier ports/18659. --- configure Wed Apr 19 12:46:10 2000 +++ configure Thu May 18 12:22:27 2000 @@ -2638,3 +2638,3 @@ else - CFLAGS="-O2 -Wall $LIBOL_CFLAGS -D_GNU_SOURCE" + CFLAGS="${CFLAGS} -Wall $LIBOL_CFLAGS -D_GNU_SOURCE" YFLAGS="-d" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 9:53:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 0C75337BDC3 for ; Thu, 18 May 2000 09:53:26 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.76.145]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id JAA48426; Thu, 18 May 2000 09:53:22 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 1119A1932; Thu, 18 May 2000 12:53:05 -0400 (EDT) Date: Thu, 18 May 2000 12:53:05 -0400 From: Will Andrews To: Christian Weisgerber Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Symlinks to directories and PLIST? Message-ID: <20000518125304.A38059@argon.blackdawn.com> References: <20000518162815.A32408@fettuccini.unix-ag.uni-kl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000518162815.A32408@fettuccini.unix-ag.uni-kl.de>; from naddy@unix-ag.uni-kl.de on Thu, May 18, 2000 at 04:28:15PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 18, 2000 at 04:28:15PM +0200, Christian Weisgerber wrote: > I have an application here that insists on creating symlinks to > directories, e.g. > > share/App/nls/C/ > share/App/nls/en -> C > share/App/nls/en_US -> C > > How to handle these in the PLIST? @unexec rm -f %D/share/App/nls/en @unexec rm -f %D/share/App/nls/en_US @dirrm share/app/nls/C/ IMHO, nls (and other kinds of things) should be handled by MTREE, not PLISTs, because they are general information.. too many programs of all disciplines use these directories.. it's not a great idea to put these in the PLISTs, too much ``@unexec rmdir %D/... || true'' crap fills the PLISTs if we do that.. and it'd be much easier just to do it once in a mtree file instead.. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 10:53: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from minubian.houabg.com (minubian.houabg.com [206.109.247.11]) by hub.freebsd.org (Postfix) with ESMTP id 50D9D37B8A1 for ; Thu, 18 May 2000 10:52:59 -0700 (PDT) (envelope-from dchapman@houabg.com) Received: from houcbs2.houabg.com (mailhost.houabg.com [206.109.247.20]) by minubian.houabg.com (8.8.8/8.8.8) with ESMTP id NAA20484 for ; Thu, 18 May 2000 13:48:36 -0500 (CDT) (envelope-from dchapman@houabg.com) Received: from 216-118-21-147.pdq.net by houcbs2.houabg.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id KX89LJFG; Thu, 18 May 2000 12:56:29 -0500 Message-ID: <011701bfc0f1$fe5e2fa0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: Postgresql7 Date: Thu, 18 May 2000 12:53:36 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0114_01BFC0C8.14D8ADC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0114_01BFC0C8.14D8ADC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Anybody know the status of the port for the final version of = postgresql7? ------=_NextPart_000_0114_01BFC0C8.14D8ADC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    Anybody know the status of the port for = the final=20 version of postgresql7?
    ------=_NextPart_000_0114_01BFC0C8.14D8ADC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 11:27:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from typeline.com (typeline.com [209.116.143.131]) by hub.freebsd.org (Postfix) with ESMTP id 54B9F37B967; Thu, 18 May 2000 11:27:45 -0700 (PDT) (envelope-from rjb@typeline.com) Received: from typeline.com (gate.typeline.com [209.116.143.141]) by typeline.com (8.9.3/8.9.3) with ESMTP id OAA06867; Thu, 18 May 2000 14:24:16 -0400 (EDT) Message-ID: <392435E7.FD32D9AF@typeline.com> Date: Thu, 18 May 2000 14:26:47 -0400 From: rjb@typeline.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: dirk@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: apache+php-1.3.12+4.0RC1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've just tried to build this package from source on my 2.2.8 box and get the following error from make: (Not sure what the problem is here... ) Creating Makefile in src + configured for FreeBSD 2.2.8 platform + setting C pre-processor to cc -E + checking for system header files + using custom target name: apache + adding selected modules o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o db_auth_module uses ConfigStart/End using Berkeley-DB/1.x for mod_auth_db (-lc) o ssl_module uses ConfigStart/End + SSL interface: mod_ssl/2.6.4 + SSL interface build type: DSO + SSL interface compatibility: enabled + SSL interface experimental code: disabled + SSL interface conservative code: disabled + SSL interface vendor extensions: disabled + SSL interface plugin: Vendor DBM (libc) Error: Cannot find SSL binaries in /usr/local/bin:/root/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/games:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/local/jdk1.1.8/bin:/usr/typeline/bin:/usr/local/atalk/bin:. + SSL library path: [SYSTEM] ===> Building for apache_1.3.12 ===> src make: don't know how to make all. Stop *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 11:44:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mike.dhis.org (usr3-d39.stk.cwnet.com [209.21.20.135]) by hub.freebsd.org (Postfix) with ESMTP id C1C7C37B7D5; Thu, 18 May 2000 11:44:41 -0700 (PDT) (envelope-from mmuir@es.co.nz) Received: from localhost (localhost [127.0.0.1]) by mike.dhis.org (Postfix) with ESMTP id C33881FA0; Thu, 18 May 2000 11:45:56 -0700 (PDT) Date: Thu, 18 May 2000 11:45:56 -0700 (PDT) From: "Mike C. Muir" X-Sender: mmuir@haus.lan To: ports@freebsd.org Cc: billf@FreeBSD.org Subject: graphics/gd problems? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What happened pretty much speaks for itself: [haus] [/usr/ports/graphics/gd] # make If you want to compile in X support use 'make -DWITH_X11' instead >> gd-1.8.1.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.boutell.com/gd/http/. Receiving gd-1.8.1.tar.gz (274894 bytes): 100% 274894 bytes transferred in 69.6 seconds (3.86 Kbytes/s) ===> Extracting for gd-1.8.1 >> Checksum mismatch for gd-1.8.1.tar.gz. Make sure the Makefile and md5 file (/usr/ports/graphics/gd/files/md5) are up to date. If you are absolutely sure you want to override this "check, type make NO_CHECKSUM=yes [other args]". *** Error code 1 So... [haus] [/usr/ports/graphics/gd] # make NO_CHECKSUM=yes If you want to compile in X support use 'make -DWITH_X11' instead ===> Extracting for gd-1.8.1 If you want to compile in X support use 'make -DWITH_X11' instead ===> gd-1.8.1 depends on shared library: png.3 - found ===> gd-1.8.1 depends on shared library: jpeg.9 - found ===> Patching for gd-1.8.1 ===> Applying FreeBSD patches for gd-1.8.1 patch: **** can't cd to /usr/ports/graphics/gd/work/gd-1.8.1: No such file or directory *** Error code 1 Hmm... [haus] [/usr/ports/graphics/gd] # ls work/ gd-1.8.2 Odd.. I thought that was supposed to be gd-1.8.1.. [haus] [/usr/ports/graphics/gd] # mv work/gd-1.8.2 work/gd-1.8.1 [haus] [/usr/ports/graphics/gd] # make NO_CHECKSUM=yes ===> Patching for gd-1.8.1 ===> Applying FreeBSD patches for gd-1.8.1 3 out of 4 hunks failed--saving rejects to Makefile.rej *** Error code 3 Can't seem to win.. Any suggestions? I had just cvsup'd off cvsup2.freebsd.org so I'm pretty sure its up to date.. -mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 12:14: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 7476337B9CD for ; Thu, 18 May 2000 12:14:01 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c01-120.006.popsite.net [216.126.134.120]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA64711; Thu, 18 May 2000 12:13:58 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA11679; Thu, 18 May 2000 12:13:56 -0700 (PDT) (envelope-from obrien) Date: Thu, 18 May 2000 12:13:56 -0700 From: "David O'Brien" To: "G.B.Naidu" Cc: freebsd-ports@FreeBSD.org Subject: Re: Cscope compilation problem... Message-ID: <20000518121356.A3728@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from gbnaidu@sasi.com on Thu, May 18, 2000 at 04:23:31PM +0530 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 18, 2000 at 04:23:31PM +0530, G.B.Naidu wrote: > While I was trying to compile cscope source files, I found that curses.h > file is included rather than ncurses.h. With curses.h, it will not > work. One has to use ncurses.h whereever curses.h is there. First I need to see ``uname -a'' on your machine. -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 12:15:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 4931737B9CD for ; Thu, 18 May 2000 12:15:06 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c01-120.006.popsite.net [216.126.134.120]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA64718; Thu, 18 May 2000 12:15:04 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA13566; Thu, 18 May 2000 12:15:00 -0700 (PDT) (envelope-from obrien) Date: Thu, 18 May 2000 12:14:59 -0700 From: "David O'Brien" To: "G.B.Naidu" Cc: freebsd-ports@FreeBSD.org Subject: Re: Cscope compilation problem... Message-ID: <20000518121459.B3728@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from gbnaidu@sasi.com on Thu, May 18, 2000 at 04:23:31PM +0530 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > While I was trying to compile cscope source files, I found that curses.h > file is included rather than ncurses.h. With curses.h, it will not > work. One has to use ncurses.h whereever curses.h is there. This is not a problem on 4.0+ since our stock curses is ncurses 5.x. I'll speak to the cscope people to see if we can't get ncurses.h perfered over curses.h -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 12:16:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 7186737B5F5 for ; Thu, 18 May 2000 12:16:44 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c01-120.006.popsite.net [216.126.134.120]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA64728; Thu, 18 May 2000 12:16:42 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA15115; Thu, 18 May 2000 12:16:39 -0700 (PDT) (envelope-from obrien) Date: Thu, 18 May 2000 12:16:38 -0700 From: "David O'Brien" To: Bill Fumerola Cc: freebsd-ports@freebsd.org Subject: Re: error building ucd-snmp Message-ID: <20000518121638.C3728@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <00051711212903.00333@dorado.planetwe.com> <20000517160354.I86725@jade.chc-chimes.com> <001201bfc03c$186dc100$b8209fc0@marlowe> <20000517141441.A46867@lunatic.oneinsane.net> <20000517171927.N86725@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000517171927.N86725@jade.chc-chimes.com>; from billf@chc-chimes.com on Wed, May 17, 2000 at 05:19:27PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 17, 2000 at 05:19:27PM -0400, Bill Fumerola wrote: > Fri May 5 9:58:59 2000 UTC by phk > > .. however, since no __FreeBSD_version bump was performed, I can't > handle this with the usual Makefile magic. It isn't that long ago. Bump __FreeBSD_version now, and we'll only have a 10-day window that things are FUBARed for. -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 12:19:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 8CA2837B847 for ; Thu, 18 May 2000 12:19:34 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 0990D1C5C; Thu, 18 May 2000 15:19:34 -0400 (EDT) Date: Thu, 18 May 2000 15:19:34 -0400 From: Bill Fumerola To: "Mike C. Muir" Cc: ports@freebsd.org Subject: Re: graphics/gd problems? Message-ID: <20000518151933.A86725@jade.chc-chimes.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from mmuir@es.co.nz on Thu, May 18, 2000 at 11:45:56AM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 18, 2000 at 11:45:56AM -0700, Mike C. Muir wrote: > What happened pretty much speaks for itself: [...] > [haus] [/usr/ports/graphics/gd] # ls work/ > gd-1.8.2 The people who "release engineer" gd are idiots. I'll look at it later tonight. -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@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 May 18 14:25:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (luna.cdrom.com [204.216.28.135]) by hub.freebsd.org (Postfix) with ESMTP id 6031E37B8D2; Thu, 18 May 2000 14:25:16 -0700 (PDT) (envelope-from jim@luna.cdrom.com) Received: by luna.cdrom.com (Postfix, from userid 1000) id 3302531F8; Thu, 18 May 2000 14:25:16 -0700 (PDT) Date: Thu, 18 May 2000 14:25:16 -0700 From: Jim Mock To: Clive Lin Cc: freebsd-ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: Enlightenment-0.16.4 Message-ID: <20000518142515.A14654@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: <20000508171608.B11036@luna.cdrom.com> <20000518203625.A28874@host.cer.ntnu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3i In-Reply-To: <20000518203625.A28874@host.cer.ntnu.edu.tw>; from clive@CirX.ORG on Thu, May 18, 2000 at 08:36:25PM +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 May 2000 at 20:36:25 +0800, Clive Lin wrote: > Hi, sir: Hi Clive, > As a person who uses E for a long time and upgraded it from E > 0.16.1 to E 0.16.3, I tested this patch and didn't find any problem. E > 0.16.4 works pretty fine. Nothing broken, especially the multibyte > stuff what I concerned about. And the PLIST is flawless. > > Vanilla uses icewm actually, so he doesn't care about E much. Or > he will try to build E 0.16.4 by fair means or foul :-) (Hey, vanilla, > don't kick my ass) Uhm.. because both he and I wait for updates like > this for a long time, could you commit this ? Thanks :-) I just committed this. Vanilla, if there are any problems, let me know and I'll back it out. - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - - editor - The FreeBSDzine - www.freebsdzine.org - jim@freebsdzine.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 14:26:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B42737B8A1; Thu, 18 May 2000 14:26:20 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA71433; Thu, 18 May 2000 14:26:20 -0700 (PDT) (envelope-from jim@FreeBSD.org) Date: Thu, 18 May 2000 14:26:20 -0700 (PDT) From: Message-Id: <200005182126.OAA71433@freefall.freebsd.org> To: sean-freebsd@farley.org, jim@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18349 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to x11-wm/enlightenment port State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Thu May 18 14:26:00 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 17:16:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AECD37B5EC; Thu, 18 May 2000 17:16:53 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA91355; Thu, 18 May 2000 17:16:53 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 18 May 2000 17:16:53 -0700 (PDT) From: Message-Id: <200005190016.RAA91355@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, tg@FreeBSD.org Subject: Re: ports/18660 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xlockmore should support Kerberos 5 Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: will Responsible-Changed-When: Thu May 18 17:16:38 PDT 2000 Responsible-Changed-Why: Over to MAINTAINER. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 17:21:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7585137BB05; Thu, 18 May 2000 17:21:35 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA91966; Thu, 18 May 2000 17:21:35 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 18 May 2000 17:21:35 -0700 (PDT) From: Message-Id: <200005190021.RAA91966@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18661 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysutils/syslog-ng ignores CFLAGS Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Thu May 18 17:21:22 PDT 2000 Responsible-Changed-Why: I'll handle this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 17:24:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EAFBC37B5EC; Thu, 18 May 2000 17:24:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA92289; Thu, 18 May 2000 17:24:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 18 May 2000 17:24:13 -0700 (PDT) From: Message-Id: <200005190024.RAA92289@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18642 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port sysutils/wmhm Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Thu May 18 17:23:50 PDT 2000 Responsible-Changed-Why: I'll take care of this., To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 17:24:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5579A37BB18; Thu, 18 May 2000 17:24:48 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA92431; Thu, 18 May 2000 17:24:48 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 18 May 2000 17:24:48 -0700 (PDT) From: Message-Id: <200005190024.RAA92431@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18645 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port sysutils/consolehm Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Thu May 18 17:24:23 PDT 2000 Responsible-Changed-Why: I'll take care of this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 21:18:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 77B8C37B6ED for ; Thu, 18 May 2000 21:18:41 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id XAA61042; Thu, 18 May 2000 23:18:33 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <014101bfc149$4c4f44e0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "James Housley" Cc: References: <3923FC04.12335B03@thehousleys.net> Subject: Re: Adding IPv6 to all apache ports Date: Thu, 18 May 2000 23:18:33 -0500 Organization: West Bend Internet 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.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "James Housley" > Sorry for sending this to the whole ports list, but I can't seem to find > the address of the person working on the all-in-one apache port. The I'm working on the all-in-one apache port. > apache 1.3.12 patch from kame.net applies cleanly to apache-1.3.12. I > have tested it on 4-STABLE with apache13+ipv6 (that needed some patches > removed that were duplicates) and apache13-php3. > > The additions seem to be simple, the attached are from apache13-php3. > But should be able to added to all the ports. This section can go > anywhere near the to, but hast to before pre-fetch:, and if the OS > support IPv6 will add a second patchfile and set the configure script > > +.include > + > +.if ${OSVERSION} >= 400014 > +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ > +PATCHFILES= apache-1.3.12-v6-20000518.diff.gz > +PATCH_DIST_STRIP= -p1 > + > +CONFIGURE_SCRIPT= configure.v6 You don't need CONFIGURE_SCRIPT if the following is used instead: CONFIGURE_ARGS+= --enable-rule=INET6 > +.endif > + > > > I have apache13-php3+mysql+mod_auth_mysql running at > http://www.ipv6.fbc-hanover.org (IPv6 only) > Only one problem, the IPv6 Patch will not apply cleanly to a Apache server that has the EAPI extensions installed (mod_ssl). Instead you have to use: ftp://www.westbend.net/pub/kame/misc/apache+eapi-1.3.12-v6-20000518.diff.gz Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 21:20:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat204.37.mpoweredpc.net [142.177.204.37]) by hub.freebsd.org (Postfix) with ESMTP id 378E937B565 for ; Thu, 18 May 2000 21:20:15 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id BAA03736 for ; Fri, 19 May 2000 01:19:35 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Fri, 19 May 2000 01:19:35 -0300 (ADT) From: The Hermit Hacker To: freebsd-ports@freebsd.org Subject: KDE2: make install 'fails' ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just tried to do a 'make install', and it fails in kdebase2: gmake[3]: Entering directory `/usr/local/base/ports/x11/kdebase2/work/kdebase-1.90/nsplugins/wrapper' /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c -fPIC -DPIC -o wrapper.lo In file included from ../../nsplugins/sdk/npupp.h:16, from wrapper.c:6: ../../nsplugins/sdk/npapi.h:39: X11/Xlib.h: No such file or directory ../../nsplugins/sdk/npapi.h:40: X11/Xutil.h: No such file or directory yes, the files exist: > find . -name Xlib.h -print ./include/X11/Xlib.h > find . -name Xutil.h -print ./include/X11/Xutil.h > pwd /usr/X11R6 > A missing -I? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 21:28:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 71C2E37BC0E; Thu, 18 May 2000 21:28:42 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id JAA02286; Fri, 19 May 2000 09:57:14 +0530 (IST) Received: from pcd75.sasi.com ([10.0.16.75]) by sasi.com; Fri, 19 May 2000 09:57:13 +0000 (IST) Received: from localhost (gbnaidu@localhost) by pcd75.sasi.com (8.9.3/8.9.3) with ESMTP id JAA04325; Fri, 19 May 2000 09:59:34 +0530 Date: Fri, 19 May 2000 09:59:34 +0530 (IST) From: "G.B.Naidu" To: "David O'Brien" Cc: freebsd-ports@FreeBSD.org Subject: Re: Cscope compilation problem... In-Reply-To: <20000518121356.A3728@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Here is what you asked: uname -a: 3.1-RELEASE FreeBSD 3.1-RELEASE hope this helps --gb On Thu, 18 May 2000, David O'Brien wrote: > On Thu, May 18, 2000 at 04:23:31PM +0530, G.B.Naidu wrote: > > While I was trying to compile cscope source files, I found that curses.h > > file is included rather than ncurses.h. With curses.h, it will not > > work. One has to use ncurses.h whereever curses.h is there. > > First I need to see ``uname -a'' on your machine. > > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 21:42: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id E37E437BD97 for ; Thu, 18 May 2000 21:41:48 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (02-094.dial.008.popsite.net [209.69.195.94]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id VAA81209; Thu, 18 May 2000 21:41:45 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 5DBE51932; Fri, 19 May 2000 00:41:27 -0400 (EDT) Date: Fri, 19 May 2000 00:41:27 -0400 From: Will Andrews To: The Hermit Hacker Cc: freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000519004127.A41103@argon.blackdawn.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from scrappy@hub.org on Fri, May 19, 2000 at 01:19:35AM -0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 01:19:35AM -0300, The Hermit Hacker wrote: > Just tried to do a 'make install', and it fails in kdebase2: > > gmake[3]: Entering directory `/usr/local/base/ports/x11/kdebase2/work/kdebase-1.90/nsplugins/wrapper' > /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c -fPIC -DPIC -o wrapper.lo > In file included from ../../nsplugins/sdk/npupp.h:16, > from wrapper.c:6: > ../../nsplugins/sdk/npapi.h:39: X11/Xlib.h: No such file or directory > ../../nsplugins/sdk/npapi.h:40: X11/Xutil.h: No such file or directory > > > yes, the files exist: > > > find . -name Xlib.h -print > ./include/X11/Xlib.h > > find . -name Xutil.h -print > ./include/X11/Xutil.h > > pwd > /usr/X11R6 > > > > A missing -I? Hmm... I'll take a look at this tomorrow.. thanks for the bugreport. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 22:10: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A34DC37B871 for ; Thu, 18 May 2000 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24117; Thu, 18 May 2000 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nsx.kgc.co.jp (nsx.kgc.co.jp [210.226.77.146]) by hub.freebsd.org (Postfix) with SMTP id 236B337BD36 for ; Thu, 18 May 2000 22:00:42 -0700 (PDT) (envelope-from candy@kgc.co.jp) Received: (qmail 442 invoked from network); 19 May 2000 14:00:40 +0900 Received: from ssm.kgc.co.jp (@210.226.77.148) by nsx.kgc.co.jp with SMTP; 19 May 2000 14:00:40 +0900 Received: (qmail 44220 invoked from network); 19 May 2000 14:00:40 +0900 Received: from xxx.kgc.co.jp (172.31.2.3) by ssm.kgc.co.jp with SMTP; 19 May 2000 14:00:40 +0900 Received: by xxx.kgc.co.jp (8.9.3/3.3W8:95062916) id OAA20256; Fri, 19 May 2000 14:00:40 +0900 (JST) Message-Id: <200005190500.OAA20256@xxx.kgc.co.jp> Date: Fri, 19 May 2000 14:00:40 +0900 (JST) From: candy@kgc.co.jp Reply-To: candy@kgc.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18670: xtimer port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18670 >Category: ports >Synopsis: xtimer port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 18 22:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Toshihiro KANDA >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: diffs for ther newest version. >How-To-Repeat: >Fix: diff -urN xtimer-8087/Makefile xtimer/Makefile --- xtimer-8087/Makefile Mon Apr 10 09:33:08 2000 +++ xtimer/Makefile Fri May 19 13:49:54 2000 @@ -1,15 +1,15 @@ # New ports collection makefile for: xtimer -# Date created: 05 Apr 1997 -# Whom: candy@fct.kgc.co.jp +# Date created: 19 May 2000 +# Whom: candy@kgc.co.jp # # $FreeBSD: ports/x11-clocks/xtimer/Makefile,v 1.8 2000/04/10 00:33:08 cpiazza Exp $ # PORTNAME= xtimer -PORTVERSION= 0.8087 +PORTVERSION= 0.8089 CATEGORIES= x11-clocks MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/xtimer/ -DISTNAME= ${PORTNAME}-8087 +DISTNAME= ${PORTNAME}-8089 MAINTAINER= candy@kgc.co.jp diff -urN xtimer-8087/files/md5 xtimer/files/md5 --- xtimer-8087/files/md5 Sun Jun 15 01:18:25 1997 +++ xtimer/files/md5 Fri May 19 13:51:22 2000 @@ -1 +1 @@ -MD5 (xtimer-8087.tar.gz) = 90e85ad8a4b8a30da2ff5af7d359c174 +MD5 (xtimer-8089.tar.gz) = 984d2b7e7cb843b7667c80246f2ab3c8 diff -urN xtimer-8087/pkg/COMMENT xtimer/pkg/COMMENT --- xtimer-8087/pkg/COMMENT Sun Jun 15 01:18:25 1997 +++ xtimer/pkg/COMMENT Fri May 19 13:50:13 2000 @@ -1 +1 @@ -A super simple digital timer for X11 +A simple digital timer for X11 diff -urN xtimer-8087/pkg/DESCR xtimer/pkg/DESCR --- xtimer-8087/pkg/DESCR Sun Jun 15 01:18:25 1997 +++ xtimer/pkg/DESCR Fri May 19 13:50:25 2000 @@ -1,3 +1,3 @@ -xtimer is a very simple timer for X11. +xtimer is a simple timer for X11. The best use is to display the connecting time of iij-ppp. -candy@fct.kgc.co.jp (Toshihiro Kanda) +candy@kgc.co.jp (Toshihiro Kanda) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 22:50:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A98C537B9E1 for ; Thu, 18 May 2000 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA31106; Thu, 18 May 2000 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from micro.if.t.u-tokyo.ac.jp (micro.if.t.u-tokyo.ac.jp [133.11.94.143]) by hub.freebsd.org (Postfix) with ESMTP id ADE2A37B90F for ; Thu, 18 May 2000 22:40:09 -0700 (PDT) (envelope-from work00@micro.if.t.u-tokyo.ac.jp) Received: (from work00@localhost) by micro.if.t.u-tokyo.ac.jp (8.9.3/8.9.3) id OAA01784; Fri, 19 May 2000 14:50:44 +0900 (JST) (envelope-from work00) Message-Id: <200005190550.OAA01784@micro.if.t.u-tokyo.ac.jp> Date: Fri, 19 May 2000 14:50:44 +0900 (JST) From: MITA Yoshio Reply-To: MITA Yoshio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18671: misc/magicpoint japanese/magicpoint update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18671 >Category: ports >Synopsis: update magicpoint with maintainer's agreement. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 18 22:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: MITA Yoshio >Release: FreeBSD 4.0-20000517-JPSNAP i386 >Organization: VLSI Design and Education Center, the University of TOKYO >Environment: ftp://current.jp.FreeBSD.org/pub/FreeBSD/snapshots/i386/4.0-20000517-JPSNAP >Description: 1. Update port from 1.06a->1.07a 2. Change of MAINTAINER Current maintainer (itojun) asked me to take after this port. >How-To-Repeat: >Fix: Remove empty misc/magicpoint/patches directory after this patch please. diff -rcN misc/magicpoint.current/Makefile misc/magicpoint/Makefile *** misc/magicpoint.current/Makefile Thu Apr 13 10:14:08 2000 --- misc/magicpoint/Makefile Thu May 18 14:43:35 2000 *************** *** 7,17 **** # "?=" and "+=" are for localized (i.e. Japanese) version PORTNAME= magicpoint ! PORTVERSION= 1.06a CATEGORIES+= misc MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ ! MAINTAINER?= itojun@itojun.org LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype --- 7,17 ---- # "?=" and "+=" are for localized (i.e. Japanese) version PORTNAME= magicpoint ! PORTVERSION= 1.07a CATEGORIES+= misc MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ ! MAINTAINER?= mita@jp.FreeBSD.org LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype *************** *** 28,45 **** MAN1= mgp.1 mgp2ps.1 mgpembed.1 mgpnet.1 xwintoppm.1 xmindpath.1 DOCS= COPYRIGHT COPYRIGHT.jp README README.fonts README.fonts.jp \ ! SYNTAX TODO.jp USAGE USAGE.jp ! SAMPLES= README README.jp ascii.mgp cloud.gif dad.eps dad.gif dns.mgp \ ! default.mgp gradation.mgp mgp-old1.gif mgp-old2.gif \ ! mgp-old3.gif mgp1.gif mgp2.gif mgp3.gif sample.mgp \ ! tutorial.mgp v6.mgp v6header.eps v6header.gif ! SAMPLES= README README.jp cloud.gif dad.eps dad.gif default.mgp \ dns-jp.mgp embed-jp.mgp embed.mgp gradation-jp.mgp \ ! gradation.mgp mgp-old1.gif mgp-old2.gif mgp-old3.gif \ ! mgp1.gif mgp2.gif mgp3.gif mgp3.xbm mgprc-sample \ multilingual.mgp sample-fr.mgp sample-jp.mgp sample.mgp \ ! sendmail6-jp.mgp sendmail6.mgp tutorial-jp.mgp tutorial.mgp \ ! v6-jp.mgp v6.mgp v6header.eps v6header.gif # NOTE: there are some discussions/twists in gzip'ing xmindpath.1. post-install: --- 28,44 ---- MAN1= mgp.1 mgp2ps.1 mgpembed.1 mgpnet.1 xwintoppm.1 xmindpath.1 DOCS= COPYRIGHT COPYRIGHT.jp README README.fonts README.fonts.jp \ ! README.lang RELNOTES SYNTAX TODO.jp USAGE USAGE.jp ! SAMPLES= README README.jp cloud.jpg dad.eps dad.jpg default.mgp \ dns-jp.mgp embed-jp.mgp embed.mgp gradation-jp.mgp \ ! gradation.mgp mgp-old1.jpg mgp-old2.jpg mgp-old3.jpg \ ! mgp1.jpg mgp2.jpg mgp3.jpg mgp3.xbm mgprc-sample \ multilingual.mgp sample-fr.mgp sample-jp.mgp sample.mgp \ ! sendmail6-jp.mgp sendmail6.mgp tutorial-jp.mgp \ ! tutorial.mgp v6-jp.mgp v6.mgp v6header.eps v6header.jpg ! EMACS_LISPS= mgp-mode.el mgp-el/COPYING mgp-el/README \ ! mgp-el/mgp.el mgp-el/mgp.sty mgp-el/sample.tex ! SAMPLE_SCRIPTS= eqn2eps.sh tex2eps.sh mgp2html.pl mgp2latex.pl # NOTE: there are some discussions/twists in gzip'ing xmindpath.1. post-install: *************** *** 53,58 **** --- 52,65 ---- ${MKDIR} ${PREFIX}/share/doc/mgp/sample for i in $(SAMPLES); do \ ${INSTALL_DATA} ${WRKSRC}/sample/$$i ${PREFIX}/share/doc/mgp/sample; \ + done + ${MKDIR} ${PREFIX}/share/doc/mgp/emacs-lisp/mgp-el + for i in $(EMACS_LISPS); do \ + ${INSTALL_DATA} ${WRKSRC}/contrib/$$i ${PREFIX}/share/doc/mgp/emacs-lisp/$$i; \ + done + ${MKDIR} ${PREFIX}/share/doc/mgp/scripts + for i in $(SAMPLE_SCRIPTS); do \ + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/$$i ${PREFIX}/share/doc/mgp/scripts/$$i; \ done .endif diff -rcN misc/magicpoint.current/files/md5 misc/magicpoint/files/md5 *** misc/magicpoint.current/files/md5 Sat Feb 12 23:22:51 2000 --- misc/magicpoint/files/md5 Thu May 18 12:00:00 2000 *************** *** 1 **** ! MD5 (magicpoint-1.06a.tar.gz) = edc2e5eb350abe01a99eb344f72719b5 --- 1 ---- ! MD5 (magicpoint-1.07a.tar.gz) = 11a5d1a56de56ba8a334b3f14e0f6f50 diff -rcN misc/magicpoint.current/patches/patch-aa misc/magicpoint/patches/patch-aa *** misc/magicpoint.current/patches/patch-aa Thu Dec 23 00:05:17 1999 --- misc/magicpoint/patches/patch-aa Thu Jan 1 09:00:00 1970 *************** *** 1,19 **** - --- contrib/xmindpath/uucplock.c.orig Sun Aug 23 13:50:17 1998 - +++ contrib/xmindpath/uucplock.c Sun Dec 19 15:17:54 1999 - @@ -55,7 +55,7 @@ - char tbuf[sizeof(_PATH_LOCKDIRNAME) + MAXNAMLEN]; - off_t lseek(); - - - (void)sprintf(tbuf, _PATH_LOCKDIRNAME, ttyname); - + (void)snprintf(tbuf, sizeof(tbuf), _PATH_LOCKDIRNAME, ttyname); - fd = open(tbuf, O_RDWR|O_CREAT|O_EXCL, 0664); - if (fd < 0) { - /* - @@ -104,6 +104,6 @@ - { - char tbuf[sizeof(_PATH_LOCKDIRNAME) + MAXNAMLEN]; - - - (void)sprintf(tbuf, _PATH_LOCKDIRNAME, ttyname); - + (void)snprintf(tbuf, sizeof(tbuf), _PATH_LOCKDIRNAME, ttyname); - return(unlink(tbuf)); - } --- 0 ---- diff -rcN misc/magicpoint.current/pkg/PLIST misc/magicpoint/pkg/PLIST *** misc/magicpoint.current/pkg/PLIST Thu Jun 17 10:29:13 1999 --- misc/magicpoint/pkg/PLIST Thu May 18 14:04:25 2000 *************** *** 2,39 **** bin/mgp2ps bin/mgpembed bin/mgpnet - bin/xmindpath bin/xwintoppm lib/X11/mgp/default.mgp ! lib/X11/mgp/mgp1.gif ! lib/X11/mgp/mgp2.gif ! lib/X11/mgp/mgp3.gif share/doc/mgp/COPYRIGHT share/doc/mgp/COPYRIGHT.jp share/doc/mgp/README share/doc/mgp/README.fonts share/doc/mgp/README.fonts.jp share/doc/mgp/SYNTAX share/doc/mgp/TODO.jp share/doc/mgp/USAGE share/doc/mgp/USAGE.jp share/doc/mgp/sample/README share/doc/mgp/sample/README.jp ! share/doc/mgp/sample/cloud.gif share/doc/mgp/sample/dad.eps ! share/doc/mgp/sample/dad.gif share/doc/mgp/sample/default.mgp share/doc/mgp/sample/dns-jp.mgp share/doc/mgp/sample/embed-jp.mgp share/doc/mgp/sample/embed.mgp share/doc/mgp/sample/gradation-jp.mgp share/doc/mgp/sample/gradation.mgp ! share/doc/mgp/sample/mgp-old1.gif ! share/doc/mgp/sample/mgp-old2.gif ! share/doc/mgp/sample/mgp-old3.gif ! share/doc/mgp/sample/mgp1.gif ! share/doc/mgp/sample/mgp2.gif ! share/doc/mgp/sample/mgp3.gif share/doc/mgp/sample/mgp3.xbm share/doc/mgp/sample/mgprc-sample share/doc/mgp/sample/multilingual.mgp --- 2,41 ---- bin/mgp2ps bin/mgpembed bin/mgpnet bin/xwintoppm + bin/xmindpath lib/X11/mgp/default.mgp ! lib/X11/mgp/mgp1.jpg ! lib/X11/mgp/mgp2.jpg ! lib/X11/mgp/mgp3.jpg share/doc/mgp/COPYRIGHT share/doc/mgp/COPYRIGHT.jp share/doc/mgp/README share/doc/mgp/README.fonts share/doc/mgp/README.fonts.jp + share/doc/mgp/README.lang + share/doc/mgp/RELNOTES share/doc/mgp/SYNTAX share/doc/mgp/TODO.jp share/doc/mgp/USAGE share/doc/mgp/USAGE.jp share/doc/mgp/sample/README share/doc/mgp/sample/README.jp ! share/doc/mgp/sample/cloud.jpg share/doc/mgp/sample/dad.eps ! share/doc/mgp/sample/dad.jpg share/doc/mgp/sample/default.mgp share/doc/mgp/sample/dns-jp.mgp share/doc/mgp/sample/embed-jp.mgp share/doc/mgp/sample/embed.mgp share/doc/mgp/sample/gradation-jp.mgp share/doc/mgp/sample/gradation.mgp ! share/doc/mgp/sample/mgp-old1.jpg ! share/doc/mgp/sample/mgp-old2.jpg ! share/doc/mgp/sample/mgp-old3.jpg ! share/doc/mgp/sample/mgp1.jpg ! share/doc/mgp/sample/mgp2.jpg ! share/doc/mgp/sample/mgp3.jpg share/doc/mgp/sample/mgp3.xbm share/doc/mgp/sample/mgprc-sample share/doc/mgp/sample/multilingual.mgp *************** *** 47,53 **** share/doc/mgp/sample/v6-jp.mgp share/doc/mgp/sample/v6.mgp share/doc/mgp/sample/v6header.eps ! share/doc/mgp/sample/v6header.gif ! @dirrm lib/X11/mgp @dirrm share/doc/mgp/sample @dirrm share/doc/mgp --- 49,68 ---- share/doc/mgp/sample/v6-jp.mgp share/doc/mgp/sample/v6.mgp share/doc/mgp/sample/v6header.eps ! share/doc/mgp/sample/v6header.jpg ! share/doc/mgp/emacs-lisp/mgp-el/COPYING ! share/doc/mgp/emacs-lisp/mgp-el/README ! share/doc/mgp/emacs-lisp/mgp-el/mgp.el ! share/doc/mgp/emacs-lisp/mgp-el/mgp.sty ! share/doc/mgp/emacs-lisp/mgp-el/sample.tex ! share/doc/mgp/emacs-lisp/mgp-mode.el ! share/doc/mgp/scripts/eqn2eps.sh ! share/doc/mgp/scripts/tex2eps.sh ! share/doc/mgp/scripts/mgp2html.pl ! share/doc/mgp/scripts/mgp2latex.pl ! @dirrm share/doc/mgp/emacs-lisp/mgp-el ! @dirrm share/doc/mgp/emacs-lisp ! @dirrm share/doc/mgp/scripts @dirrm share/doc/mgp/sample @dirrm share/doc/mgp + @dirrm lib/X11/mgp diff -rcN japanese/magicpoint.current/Makefile japanese/magicpoint/Makefile *** japanese/magicpoint.current/Makefile Thu Apr 13 19:13:42 2000 --- japanese/magicpoint/Makefile Fri May 19 09:12:10 2000 *************** *** 12,18 **** CATEGORIES= japanese ! MAINTAINER= itojun@itojun.org # dirty, but this is required for version independent-ness CONFIGURE_ARGS= --with-vfontcap=`ls -1 ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1` --- 12,18 ---- CATEGORIES= japanese ! MAINTAINER= mita@jp.FreeBSD.org # dirty, but this is required for version independent-ness CONFIGURE_ARGS= --with-vfontcap=`ls -1 ${LOCALBASE}/share/VFlib/*/vfontcap | tail -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 Thu May 18 23: 6:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2E8137BC1B; Thu, 18 May 2000 23:06:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA33580; Thu, 18 May 2000 23:06:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 18 May 2000 23:06:24 -0700 (PDT) From: Message-Id: <200005190606.XAA33580@freefall.freebsd.org> To: mi@aldan.algebra.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18624 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: security/tripwire needs a new MASTER_SITE State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu May 18 23:06:06 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 23:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F31337BA3C for ; Thu, 18 May 2000 23:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA34123; Thu, 18 May 2000 23:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 18 May 2000 23:10:02 -0700 (PDT) Message-Id: <200005190610.XAA34123@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/18578: Build of ghostview fails Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18578; it has been noted by GNATS. From: Chris Piazza To: Greg Lehey Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/18578: Build of ghostview fails Date: Thu, 18 May 2000 23:03:17 -0700 On Tue, May 16, 2000 at 11:39:17AM +0930, Greg Lehey wrote: > > >Environment: > > Recent 5.0-CURRENT i386 > > >Description: > > A 'make install' of print/ghostview fails: > > cc -o ghostview -O2 -L/usr/X11R6/lib main.o misc.o callbacks.o actions.o dialogs.o Ghostview.o ps.o getenv.o setenv.o strcasecmp.o SelFile.o Dir.o Path.o Draw.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm -lxpg4 -Wl,-rpath,/usr/X11R6/lib > /usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() > make: don't know how to make ./config/util/rman. Stop > *** Error code 2 Hi Greg, I can't reproduce this problem on any of my machines (3.x, 4.x and 5.x). Any ideas? -Chris -- cpiazza@jaxon.net | yawn..... cpiazza@FreeBSD.org | Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 23:38:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D20737BC9F; Thu, 18 May 2000 23:38:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37967; Thu, 18 May 2000 23:38:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 18 May 2000 23:38:22 -0700 (PDT) From: Message-Id: <200005190638.XAA37967@freefall.freebsd.org> To: lukin@sapa.ivcme.elektra.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18635 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/jabber-transport State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu May 18 23:37:30 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 23:47:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0CDE37BA4B; Thu, 18 May 2000 23:47:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA39599; Thu, 18 May 2000 23:47:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 18 May 2000 23:47:48 -0700 (PDT) From: Message-Id: <200005190647.XAA39599@freefall.freebsd.org> To: hsw@acm.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/18584 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/mm should ldconfig on install State-Changed-From-To: open->feedback State-Changed-By: cpiazza State-Changed-When: Thu May 18 23:47:11 PDT 2000 State-Changed-Why: Waiting for feedback. Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu May 18 23:47:11 PDT 2000 Responsible-Changed-Why: I'll take care of this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 23:50:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 586B837BA4B; Thu, 18 May 2000 23:50:36 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA40168; Thu, 18 May 2000 23:50:36 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 18 May 2000 23:50:36 -0700 (PDT) From: Message-Id: <200005190650.XAA40168@freefall.freebsd.org> To: dann@greycat.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18434 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'make readmes' broken by EMACS_PORT_NAME variable in ports/mail State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu May 18 23:49:29 PDT 2000 State-Changed-Why: This was recently fixed. Please update your ports tree and try again. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 23:54:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 517B037BA4B; Thu, 18 May 2000 23:54:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA40931; Thu, 18 May 2000 23:54:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 18 May 2000 23:54:35 -0700 (PDT) From: Message-Id: <200005190654.XAA40931@freefall.freebsd.org> To: ycheng@sinica.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18577 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade to version 1.5 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu May 18 23:54:25 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 18 23:55:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2894337BC9C; Thu, 18 May 2000 23:55:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA41059; Thu, 18 May 2000 23:55:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 18 May 2000 23:55:14 -0700 (PDT) From: Message-Id: <200005190655.XAA41059@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/18389 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PostgreSQL-7 port fails to build package -- wrong PLIST?, etc. Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu May 18 23:55:06 PDT 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCC3437B53E for ; Fri, 19 May 2000 00:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42078; Fri, 19 May 2000 00:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 19 May 2000 00:00:04 -0700 (PDT) Message-Id: <200005190700.AAA42078@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Shigetoshi Inohana Subject: Re: ports/18622: New port: mail/sylpheed Reply-To: Shigetoshi Inohana Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18622; it has been noted by GNATS. From: Shigetoshi Inohana To: Tim Vanderhoek Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/18622: New port: mail/sylpheed Date: Fri, 19 May 2000 15:57:47 +0900 On Wed, 17 May 2000 15:54:37 -0400 Tim Vanderhoek wrote: > Avoid starting pkg/COMMENT with ${PKGNAME} modify a COMMENT diff -urN /usr/ports/mail/sylpheed/pkg/COMMENT ./sylpheed/pkg/COMMENT --- /usr/ports/mail/sylpheed/pkg/COMMENT Fri May 12 14:39:29 2000 +++ ./sylpheed/pkg/COMMENT Thu May 18 22:57:56 2000 @@ -1 +1 @@ -Sylpheed an X based e-mail client +An X based e-mail client To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0: 4:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9851737BD38; Fri, 19 May 2000 00:04:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42718; Fri, 19 May 2000 00:04:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:04:14 -0700 (PDT) From: Message-Id: <200005190704.AAA42718@freefall.freebsd.org> To: insane@lunatic.oneinsane.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18579 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Try building ghostscript5 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:01:40 PDT 2000 State-Changed-Why: Fixed, thanks. I also put a notice in the png and jpeg ports' Makefile's about this so hopefully it won't happen again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0: 9:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B53D37BD96; Fri, 19 May 2000 00:09:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA43655; Fri, 19 May 2000 00:09:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:09:24 -0700 (PDT) From: Message-Id: <200005190709.AAA43655@freefall.freebsd.org> To: t80382@naoe.t.u-tokyo.ac.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15367 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports on linux emulator State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:09:11 PDT 2000 State-Changed-Why: Supseseded by PR 18656 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:10:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2618E37BDFF; Fri, 19 May 2000 00:10:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA43870; Fri, 19 May 2000 00:10:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:10:25 -0700 (PDT) From: Message-Id: <200005190710.AAA43870@freefall.freebsd.org> To: rjoseph@mammalia.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18491 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: linux_mesa3.2 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:09:42 PDT 2000 State-Changed-Why: PR 18656 contains a newer version of Linux Mesa 3.x To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:11:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2896237BD8E; Fri, 19 May 2000 00:11:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA44051; Fri, 19 May 2000 00:11:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:11:27 -0700 (PDT) From: Message-Id: <200005190711.AAA44051@freefall.freebsd.org> To: voland@mail.mobilix.dk, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ucd-snmp port update to 4.1.1 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:11:01 PDT 2000 State-Changed-Why: ucd-snmp port was recently updated to version 4.1.2. Thanks anyway! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:20:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62D5337BFAF; Fri, 19 May 2000 00:20:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA45616; Fri, 19 May 2000 00:20:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:20:43 -0700 (PDT) From: Message-Id: <200005190720.AAA45616@freefall.freebsd.org> To: takamune@avrl.mei.co.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18479 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/bookview State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:20:33 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:21:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0984B37BD89; Fri, 19 May 2000 00:21:14 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA45690; Fri, 19 May 2000 00:21:13 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Fri, 19 May 2000 00:21:13 -0700 (PDT) From: Message-Id: <200005190721.AAA45690@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: ports/18658 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port lang/sml-nj to release 110.0.6 Responsible-Changed-From-To: freebsd-ports->jkoshy Responsible-Changed-By: jkoshy Responsible-Changed-When: Fri May 19 00:20:26 PDT 2000 Responsible-Changed-Why: Over to maintainer (self). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:22:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAD3A37BCFE; Fri, 19 May 2000 00:22:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA45970; Fri, 19 May 2000 00:22:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:22:46 -0700 (PDT) From: Message-Id: <200005190722.AAA45970@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18470 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Remove port: x11-toolkits/gtkgl Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: cpiazza Responsible-Changed-When: Fri May 19 00:22:32 PDT 2000 Responsible-Changed-Why: will seems to want to take care of this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:27:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4A7137BCEB; Fri, 19 May 2000 00:27:21 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46620; Fri, 19 May 2000 00:27:21 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:27:21 -0700 (PDT) From: Message-Id: <200005190727.AAA46620@freefall.freebsd.org> To: mmuir@es.co.nz, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18518 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port sysutils/wmhm to 1.43 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:26:54 PDT 2000 State-Changed-Why: Committed, thanks! btw, your new MASTER_SITE doesn't contain the latest distfile. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:37: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B9A837B771; Fri, 19 May 2000 00:37:04 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA48144; Fri, 19 May 2000 00:37:04 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:37:04 -0700 (PDT) From: Message-Id: <200005190737.AAA48144@freefall.freebsd.org> To: okazaki@be.to, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18494 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/groff State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:36:37 PDT 2000 State-Changed-Why: Committed, thanks! FYI, There were two missing man pages from MAN7 that I added. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:38:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 1CEE737BD00 for ; Fri, 19 May 2000 00:38:54 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca13-107.ix.netcom.com [209.109.238.107]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA16538; Fri, 19 May 2000 03:38:31 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA58347; Fri, 19 May 2000 00:37:51 -0700 (PDT) To: Will Andrews Cc: FreeBSD Ports Subject: Re: X11 issues (XFree86-libs port uploaded) References: <20000514151256.N82488@argon.blackdawn.com> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 19 May 2000 00:37:42 -0700 In-Reply-To: Will Andrews's message of "Sun, 14 May 2000 15:12:56 -0400" Message-ID: Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Will Andrews * The port has me wondering about breaking up the X11 build into various * parts and using the current x11/XFree86 as a psuedo-port. For example, we I've been working with Taguchi-san on this. It should be ready for commit pretty soon. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:39:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 00E4737BD00 for ; Fri, 19 May 2000 00:39:23 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca13-107.ix.netcom.com [209.109.238.107]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id DAA08857; Fri, 19 May 2000 03:38:56 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA58356; Fri, 19 May 2000 00:38:22 -0700 (PDT) To: Donn Miller Cc: ports@freebsd.org Subject: Re: port of OpenMotif? References: <392029AA.A0896281@cvzoom.net> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 19 May 2000 00:38:14 -0700 In-Reply-To: Donn Miller's message of "Mon, 15 May 2000 12:45:30 -0400" Message-ID: Lines: 11 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Donn Miller * Motif was just released today under a special open source license. * http://www.opengroup.org/openmotif/. I tried compiling it, but I'm * getting errors; it seems to want , for one, which only * Linux has. Whoever makes the port, please make sure to ask me for a repo-copy from Motif-dummy. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:39:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C02FC37BD97; Fri, 19 May 2000 00:39:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA48626; Fri, 19 May 2000 00:39:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:39:43 -0700 (PDT) From: Message-Id: <200005190739.AAA48626@freefall.freebsd.org> To: okazaki@be.to, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18495 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/gxditview State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:39:33 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:41:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CD0037BEE7; Fri, 19 May 2000 00:41:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA48930; Fri, 19 May 2000 00:41:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:41:14 -0700 (PDT) From: Message-Id: <200005190741.AAA48930@freefall.freebsd.org> To: candy@kgc.co.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18670 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xtimer port update State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:41:03 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:43:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B730337BD00; Fri, 19 May 2000 00:43:31 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA49381; Fri, 19 May 2000 00:43:31 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 00:43:31 -0700 (PDT) From: Message-Id: <200005190743.AAA49381@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/18488 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: emulators/bochs Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: sobomax Responsible-Changed-When: Fri May 19 00:41:50 PDT 2000 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:45:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E696337BD89; Fri, 19 May 2000 00:45:51 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA49670; Fri, 19 May 2000 00:45:51 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:45:51 -0700 (PDT) From: Message-Id: <200005190745.AAA49670@freefall.freebsd.org> To: d-lewart@uiuc.edu, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18638 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: perl5/pkg/COMMENT should be "Practical Extraction and Report Language" State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:45:42 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:46:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FEDD37BD00; Fri, 19 May 2000 00:46:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA49797; Fri, 19 May 2000 00:46:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 00:46:40 -0700 (PDT) From: Message-Id: <200005190746.AAA49797@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/18372 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wwwoffle port has hardcoded path and ownerships Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: sobomax Responsible-Changed-When: Fri May 19 00:45:56 PDT 2000 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:50:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0019537BD89 for ; Fri, 19 May 2000 00:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50177; Fri, 19 May 2000 00:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 430EC37BD89 for ; Fri, 19 May 2000 00:45:29 -0700 (PDT) (envelope-from rjoseph@manatee.mammalia.org) Received: (from rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) id AAA10250; Fri, 19 May 2000 00:45:28 -0700 (PDT) (envelope-from rjoseph) Message-Id: <200005190745.AAA10250@manatee.mammalia.org> Date: Fri, 19 May 2000 00:45:28 -0700 (PDT) From: rjoseph@mammalia.org Reply-To: rjoseph@mammalia.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18673: new port: nurbs++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18673 >Category: ports >Synopsis: new port: nurbs++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 19 00:50:05 PDT 2000 >Closed-Date: >Last-Modified: >Originator: R Joseph Wright >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: C++ nurbs library >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: nurbs++ X# Date created: 14 May 2000 X# Whom: R Joseph Wright X# X# $FreeBSD$ X# X XPORTNAME= nurbs++ XPORTVERSION= 3.0.10 XCATEGORIES= graphics XMASTER_SITES= http://yukon.genie.uottawa.ca/~lavoie/software/nurbs/ XMAINTAINER= ports@FreeBSD.org X XGNU_CONFIGURE= yes X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (nurbs++-3.0.10.tar.gz) = f122aaaa55879fb1bd652458fe3f6d88 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA C++ library for representing curves or surfaces END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XNon-Uniform Rational B-Splines (NURBS) are parametric functions which can Xrepresent any type of curves or surfaces. This C++ library hides the basic Xmathematics of NURBS, allowing the user to focus on the more challenging Xparts of their projects. X XThe NURBS++ package includes a matrix library, an image manipulation Xlibrary, a numerical library and a NURBS library. X XThis library is copyrighted under the terms of the LGPL by its author, XPhillipe Lavoie . END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/libmatrixI.a Xlib/libmatrixI.la Xlib/libmatrixI.so Xlib/libmatrixI.so.1 Xlib/libmatrixN.la Xlib/libmatrixN.so.1 Xlib/libmatrixN.so Xlib/libmatrixN.a Xlib/libmatrix.a Xlib/libmatrix.la Xlib/libmatrix.so Xlib/libmatrix.so.1 Xlib/libnurbsd.a Xlib/libnurbsd.la Xlib/libnurbsd.so Xlib/libnurbsd.so.1 Xlib/libnurbsf.a Xlib/libnurbsf.la Xlib/libnurbsf.so Xlib/libnurbsf.so.1 Xinclude/nurbs++/barray2d.hh Xinclude/nurbs++/barray.hh Xinclude/nurbs++/color.hh Xinclude/nurbs++/coordinate.hh Xinclude/nurbs++/curve.hh Xinclude/nurbs++/cvector.hh Xinclude/nurbs++/error.hh Xinclude/nurbs++/filter.hh Xinclude/nurbs++/galloc2d.hh Xinclude/nurbs++/galloc.hh Xinclude/nurbs++/hnurbs.hh Xinclude/nurbs++/hnurbsS.hh Xinclude/nurbs++/hnurbsS_sp.hh Xinclude/nurbs++/hpoint_nd.hh Xinclude/nurbs++/image.hh Xinclude/nurbs++/integrate.hh Xinclude/nurbs++/list.hh Xinclude/nurbs++/matrixMat.hh Xinclude/nurbs++/matrixRT.hh Xinclude/nurbs++/matrixTool.hh Xinclude/nurbs++/matrix.hh Xinclude/nurbs++/matrix_global.hh Xinclude/nurbs++/nurbsGL.hh Xinclude/nurbs++/nurbs.hh Xinclude/nurbs++/nurbs_global.hh Xinclude/nurbs++/nurbsS.hh Xinclude/nurbs++/nurbsS_sp.hh Xinclude/nurbs++/nurbsSub.hh Xinclude/nurbs++/nurbs_sp.hh Xinclude/nurbs++/plib_config.hh Xinclude/nurbs++/point_nd.hh Xinclude/nurbs++/rec_filter.hh Xinclude/nurbs++/specialType.hh Xinclude/nurbs++/specialVcc.hh Xinclude/nurbs++/statistic.hh Xinclude/nurbs++/surface.hh Xinclude/nurbs++/tri_spline.hh Xinclude/nurbs++/vector.hh X@dirrm include/nurbs++ END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:51:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60DA137BDE7; Fri, 19 May 2000 00:51:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50413; Fri, 19 May 2000 00:51:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:51:52 -0700 (PDT) From: Message-Id: <200005190751.AAA50413@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18643 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tclock additional patch avoids segfaults. State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:51:02 PDT 2000 State-Changed-Why: Patch merged into existing patch-aa for tclock.c, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:55: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07AE337C050; Fri, 19 May 2000 00:55:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA51002; Fri, 19 May 2000 00:55:04 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 00:55:04 -0700 (PDT) From: Message-Id: <200005190755.AAA51002@freefall.freebsd.org> To: yinjieh@Crazyman.Dorm13.NCTU.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18561 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xpuyopuyo to 0.3.8 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 00:54:54 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 0:56:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 3226737BD89; Fri, 19 May 2000 00:56:26 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: from localhost (rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) with ESMTP id AAA10677; Fri, 19 May 2000 00:56:21 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Date: Fri, 19 May 2000 00:56:21 -0700 (PDT) From: R Joseph Wright To: Satoshi - Ports Wraith - Asami Cc: Donn Miller , ports@FreeBSD.ORG Subject: Re: port of OpenMotif? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19 May 2000, Satoshi - Ports Wraith - Asami wrote: > * From: Donn Miller > > * Motif was just released today under a special open source license. > * http://www.opengroup.org/openmotif/. I tried compiling it, but I'm > * getting errors; it seems to want , for one, which only > * Linux has. Net/OpenBSDs (as well as some commercial Unices) also have this file. If you compare different versions of the file from various OSes, you'll find each one is different. How can you tell which one Motif wants? I've tried different ones and things always hang up. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1: 0:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBE6A37BDA5; Fri, 19 May 2000 01:00:28 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA51709; Fri, 19 May 2000 01:00:28 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 01:00:28 -0700 (PDT) From: Message-Id: <200005190800.BAA51709@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/18548 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: net/ucd-snmp fix & update Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: cpiazza Responsible-Changed-When: Fri May 19 00:59:38 PDT 2000 Responsible-Changed-Why: billf is the maintainer so he can check this out for any enhancements tp er, to the current port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1: 3:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F0637BE0C; Fri, 19 May 2000 01:03:21 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA52218; Fri, 19 May 2000 01:03:21 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 01:03:21 -0700 (PDT) From: Message-Id: <200005190803.BAA52218@freefall.freebsd.org> To: lioux@uol.com.br, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18556 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Incorrect PLIST in x11-toolkits/linux-gtk State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 01:03:14 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1: 6:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C9AC37BFD5; Fri, 19 May 2000 01:06:01 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA52756; Fri, 19 May 2000 01:06:01 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 01:06:01 -0700 (PDT) From: Message-Id: <200005190806.BAA52756@freefall.freebsd.org> To: girgen@partitur.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18554 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: linux-netscape -> 4.73 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 01:05:48 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1: 9:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8BCE37B99A; Fri, 19 May 2000 01:09:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA53286; Fri, 19 May 2000 01:09:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 01:09:24 -0700 (PDT) From: Message-Id: <200005190809.BAA53286@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18436 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/agm State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 01:09:07 PDT 2000 State-Changed-Why: jedgar committed this a while ago but forgot to close the PR Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1:10: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ns.cvzoom.net (ns.cvzoom.net [208.226.154.2]) by hub.freebsd.org (Postfix) with SMTP id 0FCB537C009 for ; Fri, 19 May 2000 01:09:58 -0700 (PDT) (envelope-from dmmiller@cvzoom.net) Received: (qmail 640 invoked from network); 19 May 2000 08:09:56 -0000 Received: from lc210.cvzoom.net (HELO cvzoom.net) (208.226.154.210) by ns.cvzoom.net with SMTP; 19 May 2000 08:09:56 -0000 Message-ID: <3924F6D4.30E16CB5@cvzoom.net> Date: Fri, 19 May 2000 04:09:56 -0400 From: Donn Miller X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: R Joseph Wright Cc: Satoshi - Ports Wraith - Asami , ports@FreeBSD.ORG Subject: Re: port of OpenMotif? References: Content-Type: multipart/mixed; boundary="------------60C19923B5EDC344F850267E" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------60C19923B5EDC344F850267E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit R Joseph Wright wrote: > > On 19 May 2000, Satoshi - Ports Wraith - Asami wrote: > > > * From: Donn Miller > > > > * Motif was just released today under a special open source license. > > * http://www.opengroup.org/openmotif/. I tried compiling it, but I'm > > * getting errors; it seems to want , for one, which only > > * Linux has. > > Net/OpenBSDs (as well as some commercial Unices) also have this file. If > you compare different versions of the file from various OSes, you'll find > each one is different. How can you tell which one Motif wants? I've > tried different ones and things always hang up. Here's a patch I used to get Motif to successfully compile. The only problem is that only the static libs, and not the shared libs, are built. Also, check in comp.unix.bsd.freebsd.misc, as someone has posted his port of Motif there. - Donn --------------60C19923B5EDC344F850267E Content-Type: application/x-gzip; name="motif_FreeBSD.diff.gz" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="motif_FreeBSD.diff.gz" H4sICMD2JDkAA21vdGlmX0ZyZWVCU0QuZGlmZgDtXftX4zb2/xn+CpXudhISIE54U3oaQhjc b0iySRiY0/awTuIQdxw7X9uBYbvzv+/Vy5ZtOS/m0Z4jzgzYV1dX96HHR7IsD63RCO3MvCaa uIE12nE963HvxvhgjizbpLTwdnNnZ0fGtnFnDtGN8YJQBZUOTrXyaWUflUul0mahUEjI2OiN Z4RXO0Yl7bR8dKpplPfnn9HOQal4iArw+wj9/PMmin5u3qFzNHkKSc2b6v/VgeRMQC6h3rU6 jctWu9cF6s6HzUKS9MfBJrrTm5VyjGoJhfRabSDtAqV22+nUm72HS71DKEOZkwauM8J/Rns6 VmI3mExtZqwsKek8Gc/GlWeh6tRD5WOkaaelyunBcdKR0nyiU0un+yenBweCU4/K4M8C/YPd +v0QQuGY6O1/rGltMkSP8BeopgN2wl9r5AADqk1x4uYO56b3aM+2+nuD6XSzkEyY+d5e33JI okxa020Au+6M3NY0sFwnUkSSiPa2t/cWOd63AnMXS0+6hidkO51zrObyMBev8doR0k5OSyen FaEWHxJ/H3J3EydgLaujwPTegWNcr3YF9J3vEXPAvaa1PfcPcxB0XDfY2IN78G9WKnY00DqH IJnzpBiGgZD6zvKCmWFfWBAU59FvG8EYMS4Szz5LAKWkLrcN59GC2OyOmUsiQtLFUQpx0qU5 QOAb7KQS/IOLwxPBtQnuTJeWiiVU0IplDXs0rHk3reaDtlGKE8obWpxQ2SjHCfsblTjhYGM/ TjjcOIgTjjYO44TjjaM44WTjOKFYaeMkQdE2tISyGmgL6m4WBmPDQ9uO/TBxnWD86+/Q7/y5 9YvhzAzvZauItq7MvsevbwxvMMYXUG8tm1IgYbOwsfXLzDEx4ZeZTVirs8eZH+CrrjkNzEnf 9PBNaxC47LLpPjEyzg/honefziKtEKjFA5WznAARHfObhT8hi2cGM89BuVB18vv3POT/lFGZ oMLdT2j3JYwySXKqYiXS06POfinZclN5EqPP4enBflTJ9k/w6AO/492k7gy6s/7Q8jbuJxH1 evZoNqy+BzHZeF/vRgkNw3s023qtZ/ShQJwURvzKM82L7iXSaKfgDOzZ0EQ/9saeaQx90pX/ BElYF62s4U5EK5eLx7Gx8K0xfDQDaIjsp2G8uLOgFxJ06K2uo2R63wbCb5GMW8cKei9Tk+fq fQyg/5jWntj9jenMgDBoC/fdwAhMIAhiaq7teq3+H5yt5xlPNdcJdbl1xtbj2Ib/VL+2C5VH J+m/be5wKW0PqILC5L7bDin30wncbIDzRzNn4EOPU1g7K5Rb2Hge+AEwPoIkCEO3U+tq0Nqq nuc+X+wOuCx6/zYkXMxs2wwsh7PUDNvuG4MPOtyLPjH8gTE0Q0H8nguquZOJ4QxDsbVZ0DZ8 GFWwFBL4Iw3XQu2oUtQOY5EHa2repRFceW2cndy2rzydyoLbzvCq57bD26ERGHHlSBb9yruY jZgEaBmPJlMGbu+8KzF1bPjjwOjvDsBRBRjEeAXeLNzVug/Yc+A47NLB2Avc5wHOBt4dTKbs yhkYAbuELstjl4H7gehV2IBA4Hw+zzh9CTOGMnxzGuYDfpYTc4eyB/7UCTOGMiIiLYFnC/Ww Tc4w7XsfeCGmz8QGLmEFy03bN0WbMYnAmwIZ29GtbzbcgWF3zEfz4ybq1N/W77l7PEybYhdS MTjG5co+jnF5/3BejF0xxm48xq4YYzcrxq4QYzcVYzcWY1ca49bFL8kYu2GM3SjGbhRjN4yx G4+xG8bYjWLshjF2hRi7YozdKMauLMZuGGNXjLEbxtiNYuxGMXajGLuxGFObl4oxcw+LsRuL 8f4x9NyF8lEp0YHDT7c7xR2Jy++j/pdFadIlPVTXfCQU6Fgd326az/guwtakD8XVrAI6/CPX uui2SK3Lw819+ya8juojvmvW7x7u9Et6T0RgKwQR+JaL4NeRuaIIck+649dpAfe8cVFxr9OI iaPaIep51hr/kSP9fZ5dlPlFJU/ZWEBxub9QNnxR5hfANg/SdKF+4N40Bj4YMQPOsFQJmCln gJlkDileJlNoPJHWKhTLIDoFsS1n9hHf8plBp3qp39euqx0CRy/rNf2m2nhot/RmD7PRmgYT lRCsRIj9JzxFYdO7hwfWbTw8YGomO21lBFZ6xtD6SIHum903GG/KtCqJZBGHEpY8lUIks/km M/T+odGqVRt1YmvMdvjZ20bGk2sNEZ7Z2dYAhvVH9GzBpOhHmFft3dsu8fH4J1awj7Lmoiwm 0fgXC1VIzgh+mL7UVCmZJzHp1073D1MTJoDEeMK0tw3NahvAx/TFw3AM5QZ5kH9yQsjk59J4 AofUPNf30Y8D/Gf4M3Sp3tTaNYezn3YBEdk2Irl96PB803syh7s4P5HRMYcWhlX9GZm9A8RB M9+EeoB8d+YNTEKBaSbAZTRyvYlfpA53PfIXICwRM3HBzRb0+iCkiAzPRFPTm1hBAP6Zei6o CBfB2AjglwmCbNt9xsGDQA4tnMknYnDGiRmckhttN6Gdj9wRV2vgQi2dwBwJbAoMUBfLNfow KYIk5i3uJAfiMDCLwGL5UJsgD8iJSiYmxtWCUge2YU1Mj3gKldOqQJGCW7gqYOtwBup9IW0Q NZSLGrqD2cR0AoPHbg/C4gKDhyaA+j3LsP3I/SRuWLJoCLWvsktqiTF8Mr3A8nGhkQBcAnBi 4sg0YNYI7QrKwdUENCdm+O4oeIbgccWIN6CYqQ31PG4MQG/HfbZNmA1hwadRTe5hSdSBAe+I ItHQpJ9M252CIX0qE2ZDoK5vBS+gRyQGAL4FIXEso4guTO+DaZsvxKkWNADwMzXd9Xxq+v4u apoW8RkW6hgTZlasAMeNkkk1TAoLLQeD+yZ2DkTRRWTRCDvKw5ZBh2ByC30wyAP5QzSCBLkb WQtD/tQc4OYFeS3c8DzcsBzaxHyfR5Hk6l3rXdRtXfXuqp06gut2p/VOv6xfoov3kFgnAKjZ 66Jq8xLVWs1eR7+47bU6XfTvf1e7kOHNG5xEZFWb71H9vt2pd7uo1UH6TbuhgyCQ3Kk2e3q9 W0R6s9a4vdSbb8HXtz3UbPVQQ7/Re8DWaxVxgURSOitqXaGbegfGimaveqE39N57otKV3mvi 8q6gwCpqVzs9vXbbgAGlfdtpt7pUHDbtUu/WGlX9pn4JXZzehKJR/R1YhrrX1UYjZiqIill6 UQclqxcNKoyUBJZe6p16rYdNiq5q4DnQr1FE3TYMsfiifl8HY6qd90Umt1v/1y0wQSIRd1m9 qb4F+3ILXANxqd126jdYZfBF9/ai29N7t706ettqXXaJLCigW++802v17hlqtLrEa7fdehFK 6VWJAiAGXAbJcH1x29WJ8wAE1Dud23ZPbzXzRNJ16w68A/pWIfsl8XSrScwGR7U677Fg7BMS iCK6u64DvYP9SjxXxe7oggdrPSJOYIVywak9wV7UrL9t6OD6Wh2ntrCkO71bz0Pc9C5m0GnR d9X31Mxb4gIcMtCOXgq1uEgCi/QrVL18p2P1GTPUh67O6k7riojq3tauWQhIm9jDq2HRio0f DGE4ppiGE7eidYUtzP2MUc5DgNiAnSOgB27ouhlCbOEMKAuXyoRpcgwLRPQMgBExrIAwhEzL QAyNrcmu5ZxtXlgupMBNEXeJPnYdXn4EFu6zkAlnOYf/ZJUS6GO8jphD2yDGLxTy53AF2eAK 4YVImDRFDndptvkeD5cXYp7h1Axv8+QVfB1mWcbTBwrMKTCnwJwCcwrMKTCnwNy3AHPbdMCW ohWBZkyn0MjTqAX6/DhwgT4pd4aFnFHgchaimRzHMuicwBoqEu7zLCt/8MqE0geuMVVX15TJ DI3EAztnWQozkWcrKYRDHqNkYyacvCJmIlmWwkwHCjMpzKQwk8JMCjMpzKQw07fCTGMvl8Ie BF3Qu+cBhyBDF/1Jd/hYI5TDXOfnJJV2ShFCIVDpU2rph0IoxlYSb5q3jYYMJC2tmoCOIA9j kuAuyxmaH18vcxHWIjtkUsgIU+dgLZy8ItYiWZZ62HiksJbCWgprKaylsJbCWgprfUWshXfl 07Fagjs0ybqPXw5XpyiAIozohx/41fk5Y0MMexUKRBT5UxZxFcuww/g5HiIqraWRgIkgN2WP RC+CRWRvaArEYOocWISTV4RFJMtSsOhEwSIFixQsUrBIwSIFixQs+lZLUNMX8WHY0A9kIMQb yPYaAfM5+S3uNyJP6IAWPaOD3OkHdC7PmFp4WlEhARaRnDgDZVgKF9HXoVIwhpDnICOSviI0 onmWejxXUdhIYSOFjRQ2UthIYSOFjb4iNvKt/5gPAX+1Vvq4KkWDC98MUggJmM2ALAkxoQN3 5gTCFidyf17Cm5x+Jde/nxUK5CLPn/ZhNiLnnBdzxgUj8gfDLP4UED8ajGTxtSqiGT+QgquA 0CcBPHHqJ9EDazsgQmRYQPSED7Msg8noC+hJ+ESo2YiMJK8GyGiWpdaqjhUeU3hM4TGFxxQe U3hM4bFX4LF10RgM1hIswiEH43POS+F7bckdUPyBnVMoiI/pnBTsmV9SBG4wX7jDfAGkceSv zTkL3ptz1nhxzlFvzilYo2CNgjUK1ihYo2DNX3SZSYQWztIvpBU50AHsseA1OgqC5rxIh2UA 7iBbm7LeqWPHBJDt5lzDfGz3OCtU8hzvdVZFMMtJvXNXJIzLwS7pbnBnwXZwZ4394M7yG8IP NAW7FOxSsEvBLgW7FOxSsOvrbwh3Vtl/XYw9vuMABT9rIwT8mK3E1pZi79dtynaR7+zQTN/h TKvsK99M7izfke0r/wyGicgrts+8yPiWA17S/ebOgg3nzho7zp3lt5wf7CvgpYCXAl4KeCng pYCXAl7fbL1L3OIt2+Dte4P5S11453li3znKoRxZ0mKwKkf3oJ9v59j+c4T4FnSM3YC1oIXb rGJLYuGpCqGMcO2LQbtP8a3s8o3sa5spIjAQQXIS1mWXvdh3O5JIiZKz0RdNXw19sTxqU7tC Xwp9KfSl0JdCXwp9/aXRFx6xP8u29sT6VoSl4tvVBYBFGYlI2q/xs6zI8leO72cXtqvzZ5ls PYyDryTUWtemqBQiYfWt6p78aE9vwdme3hqHe3rqdE+FtBTSUkhLIS2FtBTS+hsgLW/5MzQT XDbecMUO5pSd/YnxknD6py1u+/okYi2+5YsBHVu+VWsFRSPE5M0/7dNb77jPtNQFCIx+BzcJ lgg1G3+R5NXgF82yDPo6VOtcCn0p9KXQl0JfCn0p9PU10Vccf8GQHT1/I0tfRRGJDE3bmiRe ICQ7nNhGJ3qaZwy6bPvGkxlu7uJobIrhGEZr8V1gIX4j8iEjhmjnJAMhZ5wAQf7gzfjCCRBU H8JHtKa85d/xk07hwIfvMCqMMZwxUzgO5GdExJhCHNn3TONDdDgEty9UhSJK9o4lvZ0KuJN+ xTpKCR3AHMKcl0Sfq4RJOFqC5KK8lGUptCg97WvBYV9rnPW1wlFfhwotKrSo0KJCiwotKrSo 0OI3Oerrb3PS15/ik9PnjKO+IhjHgFwE5czY6wqp87+WORXsGx0KFpi+7AQNSs7GbjR9NfDG 8iyD3irHR2t85vvJBSBnOTCyBF6O3OCveYdbAcONgBNzAu7JkbTSx9GoiJzY+x4TgEMkf7JC 4pc2fj3WTsq/01c3hOsKvSbBJh8SB+khL1yXw3TMsbeNdvhPD9xCoAEemMjxJ2g0GxDEEPLs kIaI8PDlBKPcFuXL5VFAM5+irXwkGhPJYGtOpjD0Uh+BBDZlir6B7mvFrS06g2EVnx2+ouXF +sxLbVe7MGKxDNGshCdfVfVGMa0IBkO2SZxiDAASRfpItLmeo472WdSZzOzA2llKG7R1bQLq QneuZw/nKSbT7DdnrmYseUFlGEwBHc+cgbQyQL5eRqSJpqwhUFNwG3Cp7hr7apnAUI4xlBmD UNvwhllZbZNXpmd+aDQWTEoMfQdtL/n6U1y1dMVDC0KNYrGmlZz7Rsuqd6/3TkbN/Za2i5aT ev6VjJc1lC/ih8xGhVKtamHbcuY2LqHuO7LKv7D5sUGGGlniFq7g5LnNy4n7tohgdBE8vNjH O/vMyz/8kONDmUYADx4R6U/+790M5/hIDE7pY6lUTEcnVcPDmrVMFebu/ULe/Ys19DmeTjcF 7G5Ja1hu6F23Yp+fC45HX9Tz/tj1ArIYYjj41ZJHvNg3Qv3ZaATUVFzKojO41yU+1cLmTc3S kvWJLVpDSgnMRW+Gb16Ll+YYaf7/zLDx+gw2cBysbKCsYmbXhlRlyKp3Wlk2yoTJi0aZ1ZEb HzSe6dfD6CgRDTk7qcEk4krBdnEQ8eXweCvtnXISwodGz8Xxc03M/XOY3yoiURgKgyNR4Fqq gVYkAUc/phQoorkqFBFWItbfpu366TNLpd98k7lrNbkLam7adyHDKMOL6PVulM78hJLL84t+ ra85WTbpCU9EyKN5ECyj2UhHDamjcdpLmMYMTRzFgIql9RqMUKskYovyZrhqfZVJ/hw1Vi4Z VV7fchfFHR9BFoY9HXWanMTdS3eL8jmJEQh905xKD4hh7VqwaFZcib4wKSqVmigl+6fKK6O9 WnvJ6rQqPN96rn29EXOqVXiyHa9Wsr4ko1oxOSVhrkJG89VH4ufoeD3qjaI0qHyAzJrtzgek ou0ljr4WKpxWrbSSaqt2AUS5C6Ice/DtwGybQp0hCQF99ipfDbTiWqO02sk2z3Ms26hXtUZj ni5iO1DKjiJHcfQhe8aqopXR4qTWIrECrWbuaxva3nYUu8hcYV/DogjOsRX1xqZnCn16Zs1c 1ubPFGEkC/HSNqdMi5nFhtasYKJ5lkm7iZWNq6xqnEz/Spb+2SZ8LngNJrCuzja8Rz7NphYU 5/YtMkPKpaw6hsJ/X7SFpYYyZiMuaexFw5QEHInJ4SiW6ECr9nRsXJiB8daYTIxL0w4MrVxZ OIvkxZMEuMBsuTfGmzw0L2FD3jrwmH85ICW+lGcz8o8l9vMKt6bK0b5cOclKEZaIQs9V3+Tl yw3rQjcIV2ZYZcBRopPxBXTKUkGuQeVzaMCLSovff0OlSyrsZ2qh3oIm6n3pNup94Uaalv+F Wqn39Zup97Xa6fyWKVPjKzdNmQqfs23K5H+pxhk+58cN8pluisnTlhk7Wwrvtf5EW/PCHTKu 7NAnQp2zP8Zd+cgnmmWZ3THH6qBztbdZ7W1We5vV3ma1t1ntbf5W5xDAgP2Agc3c3br4hSrh vStMsQ1futW5bz5aDsVu6d3ODEsxrMTFsLfEOAMnc2SF/vvfqEjJgersTTJMw5uiclyJc57n LNKLXxQKTEZi/zXYyXdN43NC45TvziML8+GreKxo0ZjIB9weQqG6oznK5862I6Vz7Ip8nvDP 9dQNI8Xe9Uu+6ifwy1/0C40QYo5DlwvDlMdnoMY++yN44JOkui1T2cI3L/HAPxDOvsAeTr46 KNRisnGc1tYfqN3pVwr/Giqs3ujEFhcvNogXG5W6cFIA3YJ0WkDo8yYGhGHVqQHNtMzkQNPW 2DlPdqxv85Jy9Jbsj8/+Yidlcv1z4DuLHxi8jffW48otfCU0XOfnp/v6S/mZKpn2CKXP8TNl WNHPLNNSkzD17XI1CVOTMDUJU5MwNQlTk7DXTsJGztAcoYcHGIUfxg8PQIJ7yzFFkohCYl/B TMEUjDYE0Mg2U8zjnvfp0FQG/kphohhnQTlitvCbWZIvS0kVpB+iAm60FPvcb3LN1Sz64tXi kuIWxeIjfqRhYXymL6vGZ674zPjMLyduTfQas+TL9Zhl3pftJQ5JnwUYTlGS7hh7EtdLeaWn AcZ4F5+dmKXGCrzeqnrITpZeVEtwnmUrv1gWfgi2XK65b65L88x7fXthIYOVS8E51nFBbOK+ yM/AvFprXOqkobPVDyeKFyQ80EyoRmeimF06j82wgCQ+DwI3Vc1FXfkTy6gkmvt7wI3WaNH0 Ff5JFgkINXvqSpJXm7jSLEudi1RS01Y1bVXTVjVtVdNWNW1V09Zv9OxQgkmf+9Zjer3dhhZp mxnnmT/bRZyPLK1Hp5k/2+csG3tg9dw/x8LZIr3w0RgbP/sCAezLfs82Xqmn34zpk0/7iY+8 MLvskCNBNDsjHYsCIpYgPulhT34WrfkTQJZGTYycCZtY+kq4iedZBjjtK+CkgJMCTgo4KeCk gJMCTl8TOGWv1CDJt04IxPgfyJfSj2nmAAA= --------------60C19923B5EDC344F850267E-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1:11:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 452AF37C18B; Fri, 19 May 2000 01:11:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA53815; Fri, 19 May 2000 01:11:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 01:11:39 -0700 (PDT) From: Message-Id: <200005190811.BAA53815@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18438 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: mail/asmail to 0.56 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 01:11:33 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1:14:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 400AA37B7A3; Fri, 19 May 2000 01:14:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54402; Fri, 19 May 2000 01:14:47 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 01:14:47 -0700 (PDT) From: Message-Id: <200005190814.BAA54402@freefall.freebsd.org> To: trevor@jpj.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18462 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: textutils/diffstat to 1.28 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 01:14:37 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1:21:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 086C037B893; Fri, 19 May 2000 01:21:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55369; Fri, 19 May 2000 01:21:34 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 01:21:34 -0700 (PDT) From: Message-Id: <200005190821.BAA55369@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18439 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/xlispstat to 3.52.18 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 01:21:27 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1:26:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8886F37B629; Fri, 19 May 2000 01:26:31 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56250; Fri, 19 May 2000 01:26:26 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 01:26:26 -0700 (PDT) From: Message-Id: <200005190826.BAA56250@freefall.freebsd.org> To: andrew@chg.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18604 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: ftp/downloader State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 01:26:10 PDT 2000 State-Changed-Why: Committed, thanks! You are now the maintainer of this port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 1:34:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F093137C1E4; Fri, 19 May 2000 01:34:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA57341; Fri, 19 May 2000 01:34:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 19 May 2000 01:34:22 -0700 (PDT) From: Message-Id: <200005190834.BAA57341@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18437 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/netpbm to 9.1 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri May 19 01:34:15 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 2:50:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3011537BDEB for ; Fri, 19 May 2000 02:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA66988; Fri, 19 May 2000 02:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 19 May 2000 02:50:05 -0700 (PDT) Message-Id: <200005190950.CAA66988@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/18169: Update port x11-wm/afterstep-devel Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18169; it has been noted by GNATS. From: Maxim Sobolev To: freebsd-gnats-submit@FreeBSD.org, jack@germanium.xtalwind.net Cc: Subject: Re: ports/18169: Update port x11-wm/afterstep-devel Date: Fri, 19 May 2000 12:48:06 +0300 Hi, I'm unable to find any file listed in the ${DISTFILES} and ${PATCHFILES}. After some digging on AfterStep's ftp sites, I've found the following, which seems explains this: ftp://ftp.digex.net/pub/X11/window-managers/afterstep/devel/README: "The AfterStep devel has moved to cvs, check the website (www.afterstep.org) for instructions and site address." Please clarify if the AfterStep team is going to make development snapshots available from ftp in the future, and if no, then we would probably remove afterstep-devel port from the tree. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 2:54: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C30537BE55; Fri, 19 May 2000 02:54:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA67472; Fri, 19 May 2000 02:54:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 02:54:02 -0700 (PDT) From: Message-Id: <200005190954.CAA67472@freefall.freebsd.org> To: shige2@pop17.odn.ne.jp, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17603 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/www/wwwoffle SPOOL=/home, then fail pkg/INSTALL State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri May 19 02:52:52 PDT 2000 State-Changed-Why: Fixed in the just committed ports/18372 PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 2:56: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA20037B629; Fri, 19 May 2000 02:55:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA67898; Fri, 19 May 2000 02:55:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 02:55:58 -0700 (PDT) From: Message-Id: <200005190955.CAA67898@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, nate@FreeBSD.org Subject: Re: ports/16347 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Inconsistencies between Java ports Responsible-Changed-From-To: freebsd-ports->nate Responsible-Changed-By: sobomax Responsible-Changed-When: Fri May 19 02:54:50 PDT 2000 Responsible-Changed-Why: Java is Nate's land. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 3:17: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E5AD37BE75; Fri, 19 May 2000 03:16:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA70715; Fri, 19 May 2000 03:16:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 03:16:59 -0700 (PDT) From: Message-Id: <200005191016.DAA70715@freefall.freebsd.org> To: kdulzo@gerp.org, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17654 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gnome broken State-Changed-From-To: feedback->closed State-Changed-By: sobomax State-Changed-When: Fri May 19 03:11:07 PDT 2000 State-Changed-Why: It is likely that it is not a Gnome problem at all. Xfree4.0 is known to be very hungry for shared memory segments, so please ensure that you have options SYSVSHM options SYSVSEM options SYSVMSG options SHMSEG=XXX in your kernel config, where XXX is a some number defined in experimental way. For example I have SHMSEG=100 for my Xfree4.0 workstation and do not see any problems with it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 3:25:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ACE737C0AA; Fri, 19 May 2000 03:25:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71609; Fri, 19 May 2000 03:25:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 03:25:28 -0700 (PDT) From: Message-Id: <200005191025.DAA71609@freefall.freebsd.org> To: aa8vb@ipass.net, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18537 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for "BROKEN" py-opengl port State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri May 19 03:24:35 PDT 2000 State-Changed-Why: Seems like is is already committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 3:50:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A573E37BB94; Fri, 19 May 2000 03:50:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA74814; Fri, 19 May 2000 03:50:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 03:50:23 -0700 (PDT) From: Message-Id: <200005191050.DAA74814@freefall.freebsd.org> To: mi@aldan.algebra.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18659 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/libol port ignores CC/CFLAGS for some files State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri May 19 03:48:44 PDT 2000 State-Changed-Why: Proplem solved, though I have to generate my own patch. Thanks for reporting! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 4: 0:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A88837B713 for ; Fri, 19 May 2000 04:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA76177; Fri, 19 May 2000 04:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 19 May 2000 04:00:04 -0700 (PDT) Message-Id: <200005191100.EAA76177@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "KATO Tsuguru" Subject: Re: ports/18622: New port: mail/sylpheed Reply-To: "KATO Tsuguru" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18622; it has been noted by GNATS. From: "KATO Tsuguru" To: Shigetoshi Inohana Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/18622: New port: mail/sylpheed Date: Fri, 19 May 2000 19:55:10 +0900 Please review foIIowing one. Improvements: - Sort some items in Makefile - Support USE_LIBTOOL properly (instead of using GNU_CONFIGURE) - Support libintl library properly - Modify how to support GTK+ toolkit as more generic way - Modify default mail spool directory as suitable for FreeBSD # 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: # # sylpheed # sylpheed/Makefile # sylpheed/files # sylpheed/files/md5 # sylpheed/patches # sylpheed/patches/patch-aa # sylpheed/patches/patch-ab # sylpheed/patches/patch-ac # sylpheed/pkg # sylpheed/pkg/COMMENT # sylpheed/pkg/DESCR # sylpheed/pkg/PLIST # echo c - sylpheed mkdir -p sylpheed > /dev/null 2>&1 echo x - sylpheed/Makefile sed 's/^X//' >sylpheed/Makefile << 'END-of-sylpheed/Makefile' X# New ports collection makefile for: sylpheed X# Date created: 15 June 2000 X# Whom: shigeri X# X# $FreeBSD$ X# X XPORTNAME= sylpheed XPORTVERSION= 0.3.8 XCATEGORIES= mail XMASTER_SITES= http://www.kcn.ne.jp/~hiro-y/sylpheed/ X XMAINTAINER= shigeri@m10.alpha-net.ne.jp X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_LIBTOOL= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X GLIB_CONFIG="${GLIB_CONFIG}" \ X GTK_CONFIG="${GTK_CONFIG}" \ X LIBS="-L${LOCALBASE}/lib" XCONFIGURE_ARGS= --disable-glibtest --disable-gtktest X XDOCS= ABOUT-NLS COPYING ChangeLog ChangeLog.jp INSTALL INSTALL.jp \ X README README.jp TODO.jp X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/sylpheed X.for i in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed X.endfor X.endif X X.include END-of-sylpheed/Makefile echo c - sylpheed/files mkdir -p sylpheed/files > /dev/null 2>&1 echo x - sylpheed/files/md5 sed 's/^X//' >sylpheed/files/md5 << 'END-of-sylpheed/files/md5' XMD5 (sylpheed-0.3.8.tar.bz2) = e03f8b4e4669be9371145411281495b6 END-of-sylpheed/files/md5 echo c - sylpheed/patches mkdir -p sylpheed/patches > /dev/null 2>&1 echo x - sylpheed/patches/patch-aa sed 's/^X//' >sylpheed/patches/patch-aa << 'END-of-sylpheed/patches/patch-aa' X--- po/Makefile.in.in.orig Wed Feb 9 14:12:05 2000 X+++ po/Makefile.in.in Wed May 3 21:00:00 2000 X@@ -18,7 +18,7 @@ X X prefix = @prefix@ X exec_prefix = @exec_prefix@ X-datadir = $(prefix)/@DATADIRNAME@ X+datadir = @datadir@ X localedir = $(datadir)/locale X gnulocaledir = $(prefix)/share/locale X gettextsrcdir = $(prefix)/share/gettext/po END-of-sylpheed/patches/patch-aa echo x - sylpheed/patches/patch-ab sed 's/^X//' >sylpheed/patches/patch-ab << 'END-of-sylpheed/patches/patch-ab' X--- src/Makefile.in.orig Mon Apr 24 01:24:07 2000 X+++ src/Makefile.in Wed May 3 21:00:00 2000 X@@ -101,7 +101,7 @@ X USE_NLS = @USE_NLS@ X VERSION = @VERSION@ X l = @l@ X-localedir = @localedir@ X+localedir = @datadir@/locale X X bin_PROGRAMS = sylpheed X END-of-sylpheed/patches/patch-ab echo x - sylpheed/patches/patch-ac sed 's/^X//' >sylpheed/patches/patch-ac << 'END-of-sylpheed/patches/patch-ac' X--- src/main.h.orig Fri Apr 21 02:44:30 2000 X+++ src/main.h Wed May 3 21:00:00 2000 X@@ -34,11 +34,15 @@ X #define MARK_VERSION 2 X X #define DEFAULT_SIGNATURE ".signature" X-#define DEFAULT_INC_PATH "/usr/bin/mh/inc" X-#define DEFAULT_INC_PROGRAM "inc" X+#define DEFAULT_INC_PATH "" X+#define DEFAULT_INC_PROGRAM "" X /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ X /* #define DEFAULT_INC_PROGRAM "imget" */ X+#if defined(__FreeBSD__) X+#define DEFAULT_SPOOL_PATH "/var/mail" X+#else X #define DEFAULT_SPOOL_PATH "/var/spool/mail" X+#endif X X #define BUFFSIZE 8192 X #define MAXPATHLEN 4095 END-of-sylpheed/patches/patch-ac echo c - sylpheed/pkg mkdir -p sylpheed/pkg > /dev/null 2>&1 echo x - sylpheed/pkg/COMMENT sed 's/^X//' >sylpheed/pkg/COMMENT << 'END-of-sylpheed/pkg/COMMENT' XAn X based e-mail client END-of-sylpheed/pkg/COMMENT echo x - sylpheed/pkg/DESCR sed 's/^X//' >sylpheed/pkg/DESCR << 'END-of-sylpheed/pkg/DESCR' XThis program is an X based e-mail client X XWWW: http://www.kcn.ne.jp/~hiro-y/ END-of-sylpheed/pkg/DESCR echo x - sylpheed/pkg/PLIST sed 's/^X//' >sylpheed/pkg/PLIST << 'END-of-sylpheed/pkg/PLIST' Xbin/sylpheed Xshare/doc/sylpheed/ABOUT-NLS Xshare/doc/sylpheed/COPYING Xshare/doc/sylpheed/ChangeLog Xshare/doc/sylpheed/ChangeLog.jp Xshare/doc/sylpheed/INSTALL Xshare/doc/sylpheed/INSTALL.jp Xshare/doc/sylpheed/README Xshare/doc/sylpheed/README.jp Xshare/doc/sylpheed/TODO.jp Xshare/locale/ja/LC_MESSAGES/sylpheed.mo X@dirrm share/doc/sylpheed END-of-sylpheed/pkg/PLIST exit -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 4: 2:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0462937B713; Fri, 19 May 2000 04:02:46 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA78809; Fri, 19 May 2000 04:02:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 04:02:45 -0700 (PDT) From: Message-Id: <200005191102.EAA78809@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/18517 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update cooledit to latest version Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: sobomax Responsible-Changed-When: Fri May 19 04:02:12 PDT 2000 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 4:11:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57EA437B569; Fri, 19 May 2000 04:11:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA80238; Fri, 19 May 2000 04:11:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 04:11:30 -0700 (PDT) From: Message-Id: <200005191111.EAA80238@freefall.freebsd.org> To: patseal@hyperhost.net, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18540 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xtide: new checksum State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri May 19 04:10:43 PDT 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 4:50: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id B7C4A37BA27 for ; Fri, 19 May 2000 04:49:54 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) id MAA19206 for ports@freebsd.org; Fri, 19 May 2000 12:11:09 +0100 (BST) (envelope-from nik) Date: Fri, 19 May 2000 12:11:08 +0100 From: Nik Clayton To: ports@freebsd.org Subject: On generating port size statistics Message-ID: <20000519121108.A18067@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="OXfL5xGRrasGEqWY" X-Mailer: Mutt 1.0.1i Organization: FreeBSD Project Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii -ports, I recently needed to find out how big a port and it's dependencies are (in trying to decide whether a particular port is too big to make it a reasonable requirement for the doc project). Not seeing an easy way to do this, I hacked together the attached patch to bsd.port.mk. It assumes that files/md5 has an additional SIZE line for each distfile, which the "makesum" target will now create (based on code that was already there, I just uncommented it). "make stats" will then walk the dependency tree, printing out the size information if it's present. It's not particularly elegant, and if there are repetitive dependencies then they get printed multiple times, with similar problems if a port lists another port as both a BUILD_DEPEND and a RUN_DEPEND (for example), making judicious use of sort(1) and uniq(1) necessary. For example, % cd /usr/ports/graphics/sketch % make stats | sort | uniq Distutils-0.8.2.tar.gz: 113573 Imaging-1.0.tar.gz: 313109 PyXML-0.5.4.tar.gz: 504036 Wraphelp.c: X336src-1.tgz: X336src-2.tgz: jpegsrc.v6b.tar.gz: 613261 libtool-1.3.4.tar.gz: 535519 py152.tgz: 2533053 sketch-0.6.7.tar.gz: 793745 tcl8.2.3.tar.gz: tk8.2.3.tar.gz: The blank entries are where files/md5 doesn't contain a SIZE line, and I don't have a distfile handy to generate it. It could probably be enhanced to flag distfiles that are required, but not present, or distfiles that are not required because they've already been installed, to show the total number of bytes that will be downloaded to satisfy this port's dependencies. Thoughts? If there's interest, I'll submit this as a PR for someone to follow up on. N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="stats.patch" --- bsd.port.mk.org Fri May 19 10:50:14 2000 +++ bsd.port.mk Fri May 19 12:00:21 2000 @@ -2228,6 +2228,23 @@ .endif .endif +# Statistics -- shows the size of the files required by the port + +.if !target(stats) +stats: + @${MKDIR} ${_DISTDIR} + @(cd ${_DISTDIR}; \ + for file in ${DISTFILES}; do \ + DIR=${DIST_SUBDIR}; \ + CKSIZE=`${GREP} "^SIZE ($${DIR:+$$DIR/}$$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + echo "$$file: $$CKSIZE"; \ + done) + @for i in ${DEPENDS_TMP}; do \ + dir=`${ECHO} $$i | ${SED} -e 's/[^:]*://'`; \ + (cd $$dir; ${MAKE} stats) ; \ + done +.endif + # Checksumming utilities .if !target(makesum) @@ -2238,6 +2255,7 @@ @(cd ${DISTDIR}; \ for file in ${_CKSUMFILES}; do \ ${MD5} $$file >> ${MD5_FILE}; \ + echo "SIZE ($$file) = "`wc -c < $$file` >> ${MD5_FILE}; \ done) @for file in ${_IGNOREFILES}; do \ ${ECHO} "MD5 ($$file) = IGNORE" >> ${MD5_FILE}; \ @@ -2351,6 +2369,11 @@ .if make(run-depends) DEPENDS_TMP+= ${RUN_DEPENDS} .endif + +.if make(stats) +DEPENDS_TMP+= ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${RUN_DEPENDS} ${LIB_DEPENDS} +.endif + .if defined(ALWAYS_BUILD_DEPENDS) _DEPEND_ALWAYS= 1 --OXfL5xGRrasGEqWY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 5:40:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ogopogo.flash.net (ogopogo.flash.net [209.30.2.14]) by hub.freebsd.org (Postfix) with ESMTP id E4A5C37BA85 for ; Fri, 19 May 2000 05:40:37 -0700 (PDT) (envelope-from fosburgh@flash.net) Received: from penelope.flash.net (penelope.flash.net [209.30.6.71]) by ogopogo.flash.net (8.9.3/Pro-8.9.3) with ESMTP id HAA05008; Fri, 19 May 2000 07:40:30 -0500 (CDT) Date: Fri, 19 May 2000 07:40:30 -0500 (CDT) Message-Id: <200005191240.HAA05008@ogopogo.flash.net> From: fosburgh@flash.net Organization: FlashNet Communications X-Mailer: FlashNet My/Mail 1.1.2 - 7/29/99 X-Sender: fosburgh@flash.net MIME-Version: 1.0 To: The Hermit Hacker Cc: freebsd-ports@freebsd.org Subject: Re: KDE2: make install 'fails' ... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu May 18 23:19:35 2000, The Hermit Hacker wrote: > Just tried to do a 'make install', and it fails in kdebase2:gmake[3]: Interesting that you got so far. What version of FBSD? I am on 4.0-S and died on a .moc file (syntax error) in kdelibs. I am not able to access that machine right now though so I can provide no more details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 6:24:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id DED2137BA81 for ; Fri, 19 May 2000 06:24:43 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id PAA83050; Fri, 19 May 2000 15:24:25 +0200 (CEST) (envelope-from ibex) Date: Fri, 19 May 2000 15:24:25 +0200 From: Dirk Froemberg To: rjb@typeline.com Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: apache+php-1.3.12+4.0RC1 Message-ID: <20000519152424.A83009@physik.TU-Berlin.DE> References: <392435E7.FD32D9AF@typeline.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <392435E7.FD32D9AF@typeline.com>; from rjb@typeline.com on Thu, May 18, 2000 at 02:26:47PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! On Thu, May 18, 2000 at 02:26:47PM -0400, rjb@typeline.com wrote: > I've just tried to build this package from source on my 2.2.8 box and > get the following error > from make: (Not sure what the problem is here... ) Sorry to say so, but 2.2.8 isn't supported by ports-current any longer. Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 6:35:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.165.mpoweredpc.net [142.177.196.165]) by hub.freebsd.org (Postfix) with ESMTP id E393237BE74 for ; Fri, 19 May 2000 06:35:08 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id KAA20282; Fri, 19 May 2000 10:34:22 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Fri, 19 May 2000 10:34:22 -0300 (ADT) From: The Hermit Hacker To: fosburgh@flash.net Cc: freebsd-ports@freebsd.org Subject: Re: KDE2: make install 'fails' ... In-Reply-To: <200005191240.HAA05008@ogopogo.flash.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 19 May 2000 fosburgh@flash.net wrote: > On Thu May 18 23:19:35 2000, The Hermit Hacker wrote: > > > Just tried to do a 'make install', and it fails in kdebase2:gmake[3]: > > Interesting that you got so far. What version of FBSD? I am on 4.0-S and died > on a .moc file (syntax error) in kdelibs. I am not able to access that machine > right now though so I can provide no more details. 4.0-STABLE as of a couple of nights ago ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 8: 5:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tomts2-srv.bellnexxia.net (tomts2.bellnexxia.net [209.226.175.140]) by hub.freebsd.org (Postfix) with ESMTP id 271AF37BF11; Fri, 19 May 2000 08:05:19 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere ([206.172.130.41]) by tomts2-srv.bellnexxia.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000519150509.NPJE25209.tomts2-srv.bellnexxia.net@localhost.nowhere>; Fri, 19 May 2000 11:05:09 -0400 Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id LAA33930; Fri, 19 May 2000 11:05:07 -0400 (EDT) (envelope-from tim) Date: Fri, 19 May 2000 11:05:02 -0400 From: Tim Vanderhoek To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/libol/patches patch-aa Message-ID: <20000519110502.B15565@mad> References: <200005191048.DAA74511@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <200005191048.DAA74511@freefall.freebsd.org>; from Maxim Sobolev on Fri, May 19, 2000 at 03:48:20AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 03:48:20AM -0700, Maxim Sobolev wrote: > > Added files: > devel/libol/patches patch-aa > Log: > Respect CFLAGS. Just FWIW, it's often easier to fix ports to respect CFLAGS from the port Makefile. In most cases (including libol) the following lines are enough: .if defined(USE_GMAKE) MAKE_ARGS= CFLAGS="${CFLAGS}" .else MAKE_ARGS= -E CFLAGS .endif And this will fix most ports. The difference between our make and gmake occurs because gmake adds variables defined on the commandline to ${.MAKEFLAGS} whereas we don't and have to explicitly request it with either '-e' or '-E'. I've found that sometimes '-e' breaks the whole build altogether so prefer '-E'. Usually just picking one of the five lines for a given port is sufficient. Very few ports need all five lines. ;-) -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 8:30: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A4E937BE7D for ; Fri, 19 May 2000 08:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA77406; Fri, 19 May 2000 08:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 19 May 2000 08:30:06 -0700 (PDT) Message-Id: <200005191530.IAA77406@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: jack Subject: Re: ports/18169: Update port x11-wm/afterstep-devel Reply-To: jack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18169; it has been noted by GNATS. From: jack To: Maxim Sobolev Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/18169: Update port x11-wm/afterstep-devel Date: Fri, 19 May 2000 11:26:40 -0400 (EDT) Yes, they went to cvs shortly after I submitted the update. Might as well remove the port. Today Maxim Sobolev wrote: > I'm unable to find any file listed in the ${DISTFILES} and ${PATCHFILES}. After > some digging on AfterStep's ftp sites, I've found the following, which seems > explains this: > > ftp://ftp.digex.net/pub/X11/window-managers/afterstep/devel/README: > "The AfterStep devel has moved to cvs, check the website > (www.afterstep.org) for instructions and site address." > > Please clarify if the AfterStep team is going to make development snapshots > available from ftp in the future, and if no, then we would probably remove > afterstep-devel port from the tree. > > -Maxim > -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 8:40:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84C4F37BEF3 for ; Fri, 19 May 2000 08:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA78719; Fri, 19 May 2000 08:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 19 May 2000 08:40:08 -0700 (PDT) Message-Id: <200005191540.IAA78719@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: mi@privatelabs.com Subject: Re: ports/18659: devel/libol port ignores CC/CFLAGS for some files Reply-To: mi@privatelabs.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18659; it has been noted by GNATS. From: mi@privatelabs.com To: Vince Valenti Cc: Will Andrews , mi@aldan.algebra.com, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/18659: devel/libol port ignores CC/CFLAGS for some files Date: Fri, 19 May 2000 11:39:22 -0400 (EDT) On 18 May, Vince Valenti wrote: = On Thu, 18 May 2000, Will Andrews wrote: = = > On Thu, May 18, 2000 at 05:30:01PM -0700, Will Andrews wrote: = > > + CFLAGS="${CFLAGS} -Wall $LIBOL_CFLAGS -D_GNU_SOURCE" = > = > Actually, doesn't this sort of thing result in make(1) spewing = > something like "recursive variable CFLAGS" or similar? This may not = > be the best way to implement enforced CFLAGS. You probably should = > have something like ${PCFLAGS} here instead, and define PCFLAGS= = > ${CFLAGS} in the port Makefile. = = It seemed to work when I ran the suggested patch... I'd say go ahead = and commit it. If it would be better to have a PCFLAGS variable, I can = whip up a patch for that if you'd like. The same problem exists for the devel/libol (see ports/18659). That software comes from the author, with the same bug in the configure. Please, consider the same patch (line numbers may be different) :) -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 8:41:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 5B17E37BF09 for ; Fri, 19 May 2000 08:41:14 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id IAA47832; Fri, 19 May 2000 08:39:48 -0700 (PDT) (envelope-from adsharma) Date: Fri, 19 May 2000 08:39:47 -0700 From: Arun Sharma To: kde-devel@kde.org Cc: ports@freebsd.org Subject: C++ exception handling and non Linux platforms Message-ID: <20000519083947.A47819@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Most non Linux platforms do not link in libgcc.a by default. libkhtml.so uses exception handling. So it has undefined references to __eh_rtime_match etc. A stand alone binary like konqueror or khelpcenter does not have libgcc.a linked in the current build system. Therefore, they crash at runtime, when they dlopen(3) libkhtml.so and do not find __eh_rtime_match. I've found that linking such executables with -lgcc -Wl,-export-symbols fixes the problem. Can someone make the right changes to the build system for this ? -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 8:45:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ns.lst.de (ns.lst.de [194.231.72.1]) by hub.freebsd.org (Postfix) with ESMTP id 0162E37BDBC for ; Fri, 19 May 2000 08:45:16 -0700 (PDT) (envelope-from coolo@kde.org) Received: (from daemon@localhost) by ns.lst.de (8.9.3/8.9.3) id RAA05088; Fri, 19 May 2000 17:45:06 +0200 Received: from flakki.lst.de(194.231.72.17), claiming to be "kde.org" via SMTP by ns.lst.de, id smtpdaYeuzw; Fri May 19 17:45:05 2000 Message-ID: <39256080.73EA747D@kde.org> Date: Fri, 19 May 2000 17:40:48 +0200 From: Stephan Kulow X-Mailer: Mozilla 4.72C-CCK-MCD Caldera Systems OpenLinux [en] (X11; U; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: kde-devel@kde.org Cc: ports@freebsd.org Subject: Re: C++ exception handling and non Linux platforms References: <20000519083947.A47819@sharmas.dhs.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Arun Sharma wrote: > > Most non Linux platforms do not link in libgcc.a by default. libkhtml.so > uses exception handling. So it has undefined references to __eh_rtime_match > etc. > > A stand alone binary like konqueror or khelpcenter does not have libgcc.a > linked in the current build system. Therefore, they crash at runtime, > when they dlopen(3) libkhtml.so and do not find __eh_rtime_match. > > I've found that linking such executables with -lgcc -Wl,-export-symbols > fixes the problem. Can someone make the right changes to the build > system for this ? > It's not that easy to do it right. But the new libtool (which is not yet in our HEAD branch) has support for all kind of weired platform/compilers, so you can do that. I'm collecting votes to put the instability issues that come with the new libtool - and I count yours in :) Greetings, Stephan -- Programmers, heed this: If someone starts asking you about agricultural genomes, it's likely time to get a handler. zdnet.com about Torvalds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 9:26:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id 06D3637BEBC for ; Fri, 19 May 2000 09:26:20 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by sabami.seaslug.org (Postfix) with SMTP id 12B4E1F86 for ; Fri, 19 May 2000 09:26:02 -0700 (PDT) To: freebsd-ports@freebsd.org Subject: Re: KDE2: make install 'fails' ... References: Reply-To: scott@sabami.seaslug.org From: Scott Blachowicz Date: 19 May 2000 09:26:01 -0700 In-Reply-To: The Hermit Hacker's message of "Fri, 19 May 2000 01:19:35 -0300 (ADT)" Message-ID: <87ln16fqw6.fsf@sabmail.rresearch.com> Lines: 43 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi- Well...my build fails like this: g++295 -DHAVE_CONFIG_H -I. -I. -I.. -I./../libltdl/ -I../dcop -I../kdecore -I../kdeui -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -I/usr/X11R6/kde2/include -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -I/usr/local/include -I/usr/X11R6/kde2/include -O -pipe -I/usr/X11R6/kde2/include -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -frtti -c ksock.cpp -fPIC -DPIC -o ksock.lo In file included from ksock.cpp:47: /usr/include/arpa/nameser.h:143: parse error before `;' gmake[3]: *** [ksock.lo] Error 1 gmake[3]: Leaving directory `/files1/ports/x11/kdelibs2/work/kdelibs-1.90/kdecore' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/files1/ports/x11/kdelibs2/work/kdelibs-1.90/kdecore' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/files1/ports/x11/kdelibs2/work/kdelibs-1.90' gmake: *** [all-recursive-am] Error 2 *** Error code 2 on a FreeBSD 3.2 system (that I need to update one of these days :-)). That bit of header files looks like this: /* * This is a parsed record. It is caller allocated and has no dynamic data. */ typedef struct __ns_rr { char name[NS_MAXDNAME]; /* XXX need to malloc */ u_int16_t type; u_int16_t class; u_int32_t ttl; u_int16_t rdlength; const u_char *rdata; } ns_rr; I don't think that C++ is going to like "class" as a field name there. Wrapping the #include in ksock.cpp like this: #ifndef __FreeBSD__ // defines MAXDNAME under Solaris #include #endif seems to get the build going again. Probably ought to mention this to the KDE2 developers...where's the best place to do that? -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 9:27:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id D7DDC37BEB1 for ; Fri, 19 May 2000 09:27:27 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.15]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 19 May 2000 09:27:27 -0700 Message-ID: <39256B67.3D42627@3-cities.com> Date: Fri, 19 May 2000 09:27:19 -0700 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: The Hermit Hacker Cc: fosburgh@flash.net, freebsd-ports@freebsd.org Subject: Re: KDE2: make install 'fails' ... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The Hermit Hacker wrote: > > On Fri, 19 May 2000 fosburgh@flash.net wrote: > > > On Thu May 18 23:19:35 2000, The Hermit Hacker wrote: > > > > > Just tried to do a 'make install', and it fails in kdebase2:gmake[3]: > > > > Interesting that you got so far. What version of FBSD? I am on 4.0-S and died > > on a .moc file (syntax error) in kdelibs. I am not able to access that machine > > right now though so I can provide no more details. > > 4.0-STABLE as of a couple of nights ago ... I installed it from the ports Thursday around noon PDT on a 4.0-Stable machine and everything built. It didn't work and I had to back it out and return to KDE 1.1.2. I did really like the appearance. The Mozzilla like wizard was cool. The linkages for the desktop didn't work and I couldn't do anything on the network. Kent > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 9:30:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E65D37BEBC for ; Fri, 19 May 2000 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA85362; Fri, 19 May 2000 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C5DA037BE32; Fri, 19 May 2000 09:28:42 -0700 (PDT) Message-Id: <20000519162842.C5DA037BE32@hub.freebsd.org> Date: Fri, 19 May 2000 09:28:42 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18676: Update port: graphics/netpbm to 9.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18676 >Category: ports >Synopsis: Update port: graphics/netpbm to 9.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 May 19 09:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 9.2 Remove file: patches/patch-af patches/patch-ah patches/patch-bn >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/netpbm/Makefile graphics/netpbm/Makefile --- /usr/ports/graphics/netpbm/Makefile Fri May 19 19:14:29 2000 +++ graphics/netpbm/Makefile Sat May 20 00:00:00 2000 @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 9.1 +PORTVERSION= 9.2 CATEGORIES= graphics MASTER_SITES= http://download.sourceforge.net/netpbm/ EXTRACT_SUFX= .tgz @@ -14,8 +14,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png + jpeg.9:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes MAKEFILE= GNUmakefile @@ -36,13 +35,13 @@ pgmbentley.1 pgmcrater.1 pgmedge.1 pgmenhance.1 pgmhist.1 pgmkernel.1 \ pgmnoise.1 pgmnorm.1 pgmoil.1 pgmramp.1 pgmtexture.1 pgmtofs.1 \ pgmtolispm.1 pgmtopbm.1 pgmtoppm.1 pi1toppm.1 pi3topbm.1 picttoppm.1 \ - pjtoppm.1 pktopbm.1 pngtopnm.1 pnmalias.1 pnmarith.1 pnmcat.1 \ - pnmcomp.1 pnmconvol.1 pnmcrop.1 pnmcut.1 pnmdepth.1 pnmenlarge.1 \ - pnmfile.1 pnmflip.1 pnmgamma.1 pnmhisteq.1 pnmhistmap.1 pnmindex.1 \ - pnminvert.1 pnmmargin.1 pnmnlfilt.1 pnmpad.1 pnmpaste.1 pnmrotate.1 \ - pnmscale.1 pnmshear.1 pnmsmooth.1 pnmtile.1 pnmtoddif.1 pnmtofits.1 \ - pnmtoplainpnm.1 pnmtopng.1 pnmtops.1 pnmtorast.1 pnmtosgi.1 \ - pnmtosir.1 pnmtotiff.1 pnmtotiffcmyk.1 pnmtoxwd.1 ppm3d.1 \ + pjtoppm.1 pktopbm.1 pnmalias.1 pnmarith.1 pnmcat.1 pnmcomp.1 \ + pnmconvol.1 pnmcrop.1 pnmcut.1 pnmdepth.1 pnmenlarge.1 pnmfile.1 \ + pnmflip.1 pnmgamma.1 pnmhisteq.1 pnmhistmap.1 pnmindex.1 pnminterp.1 \ + pnminterp-gen.1 pnminvert.1 pnmmargin.1 pnmnlfilt.1 pnmpad.1 \ + pnmpaste.1 pnmrotate.1 pnmscale.1 pnmshear.1 pnmsmooth.1 pnmtile.1 \ + pnmtoddif.1 pnmtofits.1 pnmtoplainpnm.1 pnmtops.1 pnmtorast.1 \ + pnmtosgi.1 pnmtosir.1 pnmtotiff.1 pnmtotiffcmyk.1 pnmtoxwd.1 ppm3d.1 \ ppmbrighten.1 ppmchange.1 ppmcie.1 ppmcolormask.1 ppmdim.1 ppmdist.1 \ ppmdither.1 ppmfade.1 ppmflash.1 ppmforge.1 ppmhist.1 ppmlabel.1 \ ppmmake.1 ppmmix.1 ppmnorm.1 ppmntsc.1 ppmpat.1 ppmquant.1 \ @@ -58,9 +57,6 @@ yuvsplittoppm.1 yuvtoppm.1 zeisstopnm.1 MAN3= libpbm.3 libpgm.3 libpnm.3 libppm.3 MAN5= pbm.5 pgm.5 pnm.5 ppm.5 - -post-extract: - @find ${WRKSRC} -name Makefile.depend -delete post-patch: @${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/pbmplus.h diff -urN /usr/ports/graphics/netpbm/files/md5 graphics/netpbm/files/md5 --- /usr/ports/graphics/netpbm/files/md5 Fri May 19 19:14:30 2000 +++ graphics/netpbm/files/md5 Sat May 20 00:00:00 2000 @@ -1 +1 @@ -MD5 (netpbm-9.1.tgz) = c2e8d85c371e4511aaf94f5da2d0afa0 +MD5 (netpbm-9.2.tgz) = 11c7bcd42a4edca8f093e7996bf4dc97 diff -urN /usr/ports/graphics/netpbm/patches/patch-af graphics/netpbm/patches/patch-af --- /usr/ports/graphics/netpbm/patches/patch-af Fri May 19 19:14:30 2000 +++ graphics/netpbm/patches/patch-af Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- pnm/pnmmerge.c.orig Fri Apr 14 06:33:44 2000 -+++ pnm/pnmmerge.c Mon May 8 00:00:00 2000 -@@ -59,6 +59,7 @@ - TRY("pnmnlfilt", pnmnlfilt_main); - TRY("pnmtoplainpnm", pnmtoplainpnm_main); - TRY("pnmnoraw", pnmtoplainpnm_main); -+ TRY("pnmpad", pnmpad_main); - TRY("pnmpaste", pnmpaste_main); - TRY("pnmrotate", pnmrotate_main); - TRY("pnmscale", pnmscale_main); diff -urN /usr/ports/graphics/netpbm/patches/patch-ah graphics/netpbm/patches/patch-ah --- /usr/ports/graphics/netpbm/patches/patch-ah Fri May 19 19:14:30 2000 +++ graphics/netpbm/patches/patch-ah Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- pgm/pgmmerge.c.orig Sat May 6 18:37:34 2000 -+++ pgm/pgmmerge.c Mon May 8 00:00:00 2000 -@@ -38,6 +38,7 @@ - - #define TRY(s,m) { if ( strcmp( cp, s ) == 0 ) exit( m( argc, argv ) ); } - -+ TRY("asciitopgm", asciitopgm_main); - TRY("bioradtopgm", bioradtopgm_main); - TRY("fstopgm", fstopgm_main); - TRY("hipstopgm", hipstopgm_main); diff -urN /usr/ports/graphics/netpbm/patches/patch-aj graphics/netpbm/patches/patch-aj --- /usr/ports/graphics/netpbm/patches/patch-aj Fri May 19 19:14:30 2000 +++ graphics/netpbm/patches/patch-aj Sat May 20 00:00:00 2000 @@ -1,5 +1,5 @@ ---- pbmplus.h.orig Sat May 6 16:37:46 2000 -+++ pbmplus.h Mon May 8 00:00:00 2000 +--- pbmplus.h.orig Mon May 8 05:00:47 2000 ++++ pbmplus.h Sat May 20 00:00:00 2000 @@ -25,6 +25,9 @@ #include #endif @@ -19,16 +19,16 @@ /* #define SYSV */ /* #define MSDOS */ /* #define AMIGA */ -@@ -50,7 +53,7 @@ - might be already set right now. I couldn't figure out how, so I changed - their meanings and they are now set unconditionally. -Bryan 00.05.03. - */ +@@ -54,7 +57,7 @@ + #define RGB_DB1 "PBMplus_Dir:RGB.TXT" + #define RGB_DB2 "PBMplus_Dir:RGB.TXT" + #else -#define RGB_DB1 "/usr/lib/X11/rgb.txt" +#define RGB_DB1 "%%X11BASE%%/lib/X11/rgb.txt" #define RGB_DB2 "/usr/openwin/lib/rgb.txt" - #ifdef VMS - #define RGB_DB1 "PBMplus_Dir:RGB.TXT" -@@ -286,37 +289,6 @@ + #endif + +@@ -285,37 +288,6 @@ int pm_writelittleshort ARGS(( FILE* out, short s )); int pm_readlittlelong ARGS(( FILE* in, long* lP )); int pm_writelittlelong ARGS(( FILE* out, long l )); diff -urN /usr/ports/graphics/netpbm/patches/patch-ba graphics/netpbm/patches/patch-ba --- /usr/ports/graphics/netpbm/patches/patch-ba Fri May 19 19:14:30 2000 +++ graphics/netpbm/patches/patch-ba Sat May 20 00:00:00 2000 @@ -1,26 +1,17 @@ ---- GNUmakefile.orig Sat May 6 19:14:26 2000 -+++ GNUmakefile Mon May 8 00:00:00 2000 -@@ -30,7 +30,7 @@ - SRCDIR = . - include $(SRCDIR)/Makefile.config - --SUBDIRS = pbm pgm ppm pnm ppmtompeg pbmtoppa -+SUBDIRS = pbm pgm ppm pnm - - # Note that the Tiff library, from the libtiff subdirectory, only gets built - # if you specify the homegrown libtiff as $(TIFFLIB), in which case it is -@@ -57,8 +57,8 @@ - $(SRCDIR)/stamp-date +--- GNUmakefile.orig Tue May 16 10:15:34 2000 ++++ GNUmakefile Sat May 20 00:00:00 2000 +@@ -68,8 +68,8 @@ + .PHONY: install -install: install.bin install.lib install.man -install-merge: install.merge install.lib install.man -+install: install.bin install.lib install.man install.hdr -+install-merge: install.merge install.lib install.man install.hdr ++install: install.bin install.lib install.man install.dev ++install-merge: install.merge install.lib install.man install.dev .PHONY: merge merge: compile.h -@@ -68,21 +68,21 @@ +@@ -79,21 +79,21 @@ .PHONY: install.bin install.bin: @@ -30,8 +21,7 @@ ( echo install.bin.$$i ; cd $$i ; $(MAKE) install.bin ); \ done --.PHONY: install-merge -+.PHONY: install.merge + .PHONY: install-merge install.merge: - $(INSTALL) -d -mu=rwx,go=rx $(INSTALLBINARIES) + -mkdir -p $(INSTALLBINARIES) @@ -46,7 +36,7 @@ for i in $(SUBDIRS) ; do \ ( echo install.lib.$$i ; cd $$i ; $(MAKE) install.lib ); \ done -@@ -93,10 +93,17 @@ +@@ -104,7 +104,7 @@ .PHONY: install.man install.man: @@ -55,13 +45,23 @@ $(INSTALLMANUALS1) $(INSTALLMANUALS3) $(INSTALLMANUALS5) for i in $(SUBDIRS) ; do \ ( echo install.man.$$i ; cd $$i ; $(MAKE) install.man ); \ -+ done -+ -+.PHONY: install.hdr -+install.hdr: +@@ -115,8 +115,8 @@ + + .PHONY: install.hdr + install.hdr: +- $(INSTALL) -d -mu=rwx,go=rx $(INSTALLHDRS) +- $(INSTALL) -m$(INSTALL_PERM_HDR) pbmplus.h $(INSTALLHDRS) + -mkdir -p $(INSTALLHDRS) -+ for i in $(SUBDIRS) ; do \ -+ ( echo install.hdr.$$i ; cd $$i ; $(MAKE) install.hdr ); \ ++ ${BSD_INSTALL_DATA} pbmplus.h $(INSTALLHDRS) + for i in $(SUBDIRS) ; do \ + ( echo install.hdr.$$i ; cd $$i ; $(MAKE) install.hdr ); \ done +@@ -127,7 +127,7 @@ - .PHONY: clean + .PHONY: install.staticlib + install.staticlib: +- $(INSTALL) -d -mu=rwx,go=rx $(INSTALLLIBS) ++ -mkdir -p $(INSTALLLIBS) + for i in $(SUBDIRS) ; do \ + (echo install.staticlib.$$i; cd $$i; $(MAKE) install.staticlib ); \ + done diff -urN /usr/ports/graphics/netpbm/patches/patch-bb graphics/netpbm/patches/patch-bb --- /usr/ports/graphics/netpbm/patches/patch-bb Fri May 19 19:14:31 2000 +++ graphics/netpbm/patches/patch-bb Sat May 20 00:00:00 2000 @@ -1,34 +1,47 @@ ---- Makefile.common.orig Sat May 6 19:03:55 2000 -+++ Makefile.common Mon May 8 00:00:00 2000 -@@ -56,9 +56,9 @@ - # directories in which to resolve inclusions by C files. - - # Rule for objects. --$(OBJECTS): %.o: %.c -+$(OBJECTS) $(LIBOBJECTS): %.o: %.c - $(CC) -c $(CFLAGS) $(INCLUDE) -o $@ $< --$(LIBOBJECTS): %.o: %.c +--- Makefile.common.orig Tue May 16 10:14:14 2000 ++++ Makefile.common Sat May 20 00:00:00 2000 +@@ -97,24 +97,20 @@ + # BUILDING NETPBM LIBRARIES + + $(LIBOBJECTS): %.o: %.c ++ $(CC) -c $(CFLAGS) $(INCLUDE) -o $@ $< ++ +$(LIBSOBJECTS): %.so: %.c $(CC) -c $(CFLAGS) $(CFLAGS_SHLIB) $(INCLUDE) -o $@ $< - $(MERGE_OBJECTS): %.o2: %.c -@@ -68,7 +68,7 @@ - $(CC) $(CFLAGS) -Wno-implicit -c -o $@ $< - - $(MERGENAME): $(MERGENAME).o $(MERGE_OBJECTS) $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $< $(MERGE_OBJECTS) -lm $(NETPBMLIBS) -+ $(LD) $(LDFLAGS) -o $@ $< $(MERGE_OBJECTS) -lm $(NETPBMLD) - - # Before Netpbm 8.4, we did hard links instead of symbolic. A user - # requested symbolic, and I couldn't see a reason for hard (original reason -@@ -77,27 +77,26 @@ - install.merge: $(MERGENAME) $(NOMERGEBINARIES) install.script +-SONAME = lib$(LIBROOT).so.$(MAJ) ++SONAME = lib$(LIBROOT).so.$(SOVER) + + # The libxxx.so link is needed to link the executables. +-lib$(LIBROOT).so: $(SONAME) +- rm -f $@ +- ln -s $< $@ +-# The $(SONAME) link is only needed to test the programs without +-# installing the libraries (in that case, you also need to direct the +-# dynamic linker to the source directories, e.g. set LD_LIBRARY_PATH). +-$(SONAME): lib$(LIBROOT).so.$(MAJ).$(MIN) ++lib$(LIBROOT).so: $(SONAME) lib$(LIBROOT).a + rm -f $@ +- ln -s $< $@ +-lib$(LIBROOT).so.$(MAJ).$(MIN): $(LIBOBJECTS) $(LIBOBJECTS_X) $(LIBLIBS) \ +- $(LIBOPT) +- $(LD) $(LDSHLIB) -o $@ $(LIBOBJECTS) $(LIBOBJECTS_X) \ +- `$(LIBOPT) $(LIBLIBS)` -lc ++ ln -sf $< $@ ++$(SONAME): $(LIBSOBJECTS) $(LIBOBJECTS_X) $(LIBLIBS) $(LIBOPT) ++ $(LD) $(LDSHLIB) -o $@ $(LIBSOBJECTS) $(LIBOBJECTS_X) \ ++ `$(LIBOPT) $(LIBLIBS)` + + # Static library. Unused by default, but with a small change to make files... + lib$(LIBROOT).a: $(LIBOBJECTS) $(LIBOBJECTS_X) +@@ -129,15 +125,14 @@ + install.merge.common: $(MERGENAME) $(NOMERGEBINARIES) install.script cd $(INSTALLBINARIES) ; rm -f $(BINARIES) $(MERGE_ALIASES) ifneq ($(MERGENAME)x,x) - $(INSTALL) -s -m$(INSTALL_PERM_BIN) $(MERGENAME) $(INSTALLBINARIES) + ${BSD_INSTALL_PROGRAM} $(MERGENAME) $(INSTALLBINARIES) cd $(INSTALLBINARIES) ; \ - for i in $(BINARIES) $(MERGE_ALIASES) ; \ + for i in $(MERGEBINARIES) $(MERGE_ALIASES) ; \ - do ln -s $(MERGENAME)$(EXE) $$i ; \ + do ln -sf $(MERGENAME)$(EXE) $$i ; \ done @@ -39,7 +52,8 @@ + ${BSD_INSTALL_PROGRAM} $(NOMERGEBINARIES) $(INSTALLBINARIES) endif - .PHONY: install.bin.common + # INSTALLING +@@ -146,12 +141,12 @@ install.bin.common: $(BINARIES) install.script # Note that on Cygwin, the executables are actually pbmmake.exe, etc. # Make and Install know that pbmmake.exe counts as pbmmake. @@ -53,8 +67,8 @@ + ${BSD_INSTALL_SCRIPT} $(SCRIPTS) $(INSTALLSCRIPTS) endif - .PHONY: install.man -@@ -127,43 +126,28 @@ + .PHONY: install.man.common +@@ -181,8 +176,7 @@ # compile programs that use the Netpbm libraries. Alternatively, you may # prefer not to "install" them, but just to access the Netpbm source # directory when you compile your programs. @@ -62,51 +76,27 @@ - $(INTERFACE_HEADERS) $(INSTALLHDRS) + ${BSD_INSTALL_DATA} $(INTERFACE_HEADERS) $(INSTALLHDRS) - # The libxxx.so link is needed to link the executables. --lib$(LIBROOT).so: lib$(LIBROOT).so.$(MAJ) -+lib$(LIBROOT).so: lib$(LIBROOT).so.$(MAJ) lib$(LIBROOT).a - rm -f $@ -- ln -s $< $@ --# The libxxx.so.MAJ link is only needed to test the programs without --# installing the libraries (in that case, you also need to direct the --# dynamic linker to the source directories, e.g. set LD_LIBRARY_PATH). --lib$(LIBROOT).so.$(MAJ): lib$(LIBROOT).so.$(MAJ).$(MIN) -- rm -f $@ -- ln -s $< $@ --lib$(LIBROOT).so.$(MAJ).$(MIN): $(LIBOBJECTS) $(LIBOBJECTS_X) $(LIBLIBS) -- $(LD) $(LDSHLIB) -Wl,-soname,lib$(LIBROOT).so.$(MAJ) -o $@ \ -- $(LIBOBJECTS) $(LIBOBJECTS_X) $(LIBLIBS) -lc -+ ln -sf $< $@ -+lib$(LIBROOT).so.$(MAJ): $(LIBSOBJECTS) $(LIBLIBS) -+ $(LD) $(LDSHLIB) -Wl,-soname,$@ -o $@ $(LIBSOBJECTS) - - # Static library. Unused by default, but with a small change to make files... --lib$(LIBROOT).a: $(LIBOBJECTS) $(LIBOBJECTS_X) -+lib$(LIBROOT).a: $(LIBOBJECTS) - -rm -f $@ -- ar rc $@ $(LIBOBJECTS) $(LIBOBJECTS_X) -+ ar rc $@ $(LIBOBJECTS) - -ranlib $@ - + # Install a static library + # +@@ -192,16 +186,15 @@ + # library, the dependency here will do that. + .PHONY: install.staticlib + install.staticlib: lib$(LIBROOT).a +- $(INSTALL) -m$(INSTALL_PERM_LIBS) $< $(INSTALLLIBS)/$< ++ ${BSD_INSTALL_DATA} $< $(INSTALLLIBS) .PHONY: install.lib.common --ifeq ($(NETPBMLIBSUFFIX),so) --# install a shared library + ifeq ($(NETPBMLIBSUFFIX),so) + # install a shared library -install.lib.common: lib$(LIBROOT).so.$(MAJ).$(MIN) - cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).so.$(MAJ).* - $(INSTALL) -m$(INSTALL_PERM_LIBD) $< $(INSTALLLIBS) - cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).so; ln -s $< lib$(LIBROOT).so -- cd $(INSTALLLIBS) ; rm -f; ln -s $< lib$(LIBROOT).so.$(MAJ) --else --# install a static library --install.lib.common: lib$(LIBROOT).a -- $(INSTALL) -m$(INSTALL_PERM_LIBS) $< $(INSTALLLIBS)/$< --endif -+install.lib.common: lib$(LIBROOT).so lib$(LIBROOT).a -+ cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).* -+ ${BSD_INSTALL_DATA} lib$(LIBROOT).a $(INSTALLLIBS) -+ ${BSD_INSTALL_DATA} lib$(LIBROOT).so.$(MAJ) $(INSTALLLIBS) -+ ln -sf lib$(LIBROOT).so.$(MAJ) $(INSTALLLIBS)/lib$(LIBROOT).so +- cd $(INSTALLLIBS) ; rm -f $(SONAME); ln -s $< $(SONAME) ++install.lib.common: $(SONAME) ++ cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).so.* ++ ${BSD_INSTALL_DATA} $< $(INSTALLLIBS) ++ cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).so; ln -sf $< lib$(LIBROOT).so + endif - .PHONY: dep - dep Makefile.depend: + .PHONY: clean.common diff -urN /usr/ports/graphics/netpbm/patches/patch-bc graphics/netpbm/patches/patch-bc --- /usr/ports/graphics/netpbm/patches/patch-bc Fri May 19 19:14:32 2000 +++ graphics/netpbm/patches/patch-bc Sat May 20 00:00:00 2000 @@ -1,6 +1,6 @@ ---- Makefile.config.orig Sat May 6 17:47:58 2000 -+++ Makefile.config Mon May 8 00:00:00 2000 -@@ -34,12 +34,12 @@ +--- Makefile.config.orig Tue May 9 09:32:59 2000 ++++ Makefile.config Sat May 20 00:00:00 2000 +@@ -38,12 +38,12 @@ # The C compiler (including macro preprocessor) #CC = cc #CC = gcc @@ -15,7 +15,7 @@ # Normally the man pages are installed using "install". But via this # variable, you can use something else, for example a script that -@@ -47,7 +47,7 @@ +@@ -51,7 +51,7 @@ # systems which use man pages in the "cat" format. #MANCP = $(SRCDIR)/mantocat @@ -24,7 +24,7 @@ # MAKE is set automatically by Make to what was used to invoke Make. SHELL = /bin/sh -@@ -60,7 +60,7 @@ +@@ -66,7 +66,7 @@ # On DEC Tru64 4.0F (at least), you need -DLONG_32 for ppmtompeg. #CFLAGS = -O2 -std1 DLONG_32 $(CDEBUG) @@ -33,45 +33,67 @@ # EXE is a suffix that the linker puts on any executable it generates. # In cygwin, this is .exe and most program deal with its existence without -@@ -96,7 +96,7 @@ - # On older systems, you have to make shared libraries out of position - # independent code, so you need -fpic here. SunOS requires this. - #CFLAG_SHLIB = -fpic --CFLAG_SHLIB = +@@ -113,7 +113,7 @@ + + #CFLAGS_SHLIB = -fpic + #CFLAGS_SHLIB = -fPIC +-CFLAGS_SHLIB = +CFLAGS_SHLIB = -fPIC -DPIC # The netpbm package contains a version of the Tiff library, # libtiff. If you want to use your own, fill in the appropriate paths -@@ -114,8 +114,8 @@ +@@ -126,13 +126,13 @@ + # but otherwise will not. + + #NetBSD: +-#TIFFHDR_DIR = $(LOCALBASE)/include +-#TIFFLIB_DIR = $(LOCALBASE)/lib ++TIFFHDR_DIR = $(LOCALBASE)/include ++TIFFLIB_DIR = $(LOCALBASE)/lib # OSF, Tru64: #TIFFHDR_DIR = /usr/local1/DEC/include #TIFFLIB_DIR = /usr/local1/DEC/lib -TIFFHDR_DIR = $(SRCDIR)/libtiff -TIFFLIB_DIR = $(SRCDIR)/libtiff -+TIFFHDR_DIR = ${LOCALBASE}/include -+TIFFLIB_DIR = ${LOCALBASE}/lib ++#TIFFHDR_DIR = $(SRCDIR)/libtiff ++#TIFFLIB_DIR = $(SRCDIR)/libtiff # Put the location of your JPEG library here. # If you want to build the jpeg converters or tiff -@@ -139,8 +139,8 @@ +@@ -151,8 +151,8 @@ + # all. + + # Netbsd: +-#JPEGLIB_DIR = ${LOCALBASE}/lib +-#JPEGHDR_DIR = ${LOCALBASE}/include ++JPEGLIB_DIR = ${LOCALBASE}/lib ++JPEGHDR_DIR = ${LOCALBASE}/include + # OSF, Tru64: + #JPEGLIB_DIR = /usr/local1/DEC/lib + #JPEGHDR_DIR = /usr/local1/DEC/include +@@ -160,8 +160,8 @@ #JPEGHDR_DIR = /usr/local/include #JPEGLIB_DIR = NONE #JPEGHDR_DIR = NONE -JPEGLIB_DIR = /usr/lib/jpeg -JPEGHDR_DIR = /usr/include/jpeg -+JPEGLIB_DIR = ${LOCALBASE}/lib -+JPEGHDR_DIR = ${LOCALBASE}/include ++#JPEGLIB_DIR = /usr/lib/jpeg ++#JPEGHDR_DIR = /usr/include/jpeg # Put the location of your PNG library here. If you want to build the -@@ -161,8 +161,8 @@ +@@ -180,10 +180,10 @@ + #PNGLIB_DIR = /usr/local/lib + #PNGHDR_DIR = /usr/local/include # No PNG: - #PNGLIB_DIR = NONE - #PNGHDR_DIR = NONE +-#PNGLIB_DIR = NONE +-#PNGHDR_DIR = NONE -PNGLIB_DIR = /lib -PNGHDR_DIR = /usr/include/png -+PNGLIB_DIR = ${LOCALBASE}/lib -+PNGHDR_DIR = ${LOCALBASE}/include ++PNGLIB_DIR = NONE ++PNGHDR_DIR = NONE ++#PNGLIB_DIR = /lib ++#PNGHDR_DIR = /usr/include/png # And the Utah Raster Toolkit (aka URT aka RLE) library: diff -urN /usr/ports/graphics/netpbm/patches/patch-bd graphics/netpbm/patches/patch-bd --- /usr/ports/graphics/netpbm/patches/patch-bd Fri May 19 19:14:33 2000 +++ graphics/netpbm/patches/patch-bd Sat May 20 00:00:00 2000 @@ -1,20 +1,22 @@ ---- pbm/Makefile.orig Sat May 6 16:16:53 2000 -+++ pbm/Makefile Mon May 8 00:00:00 2000 -@@ -9,11 +9,12 @@ +--- pbm/Makefile.orig Tue May 16 10:01:33 2000 ++++ pbm/Makefile Sat May 20 00:00:00 2000 +@@ -4,13 +4,12 @@ + include $(SRCDIR)/Makefile.config + + +-INCLUDE = -I$(SRCDIR) -I$(SRCDIR)/shhopt ++INCLUDE = -I$(SRCDIR) + # Shared library naming LIBROOT = pbm LIBPBM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 -+MAJ = 1 - MIN = 1 +-MIN = 2 ++SOVER = 1 LIBLIBS = NETPBMLIBS = $(LIBPBM) -+NETPBMLD = -L. -lpbm - - PORTBINARIES = atktopbm brushtopbm cmuwmtopbm g3topbm \ - icontopbm macptopbm mdatopbm mgrtopbm \ -@@ -36,8 +37,7 @@ +@@ -37,8 +36,7 @@ # Library objects to be built and linked by Makefile.common: LIBOBJECTS = libpbm1.o libpbm2.o libpbm3.o libpbm4.o libpbm5.o @@ -24,38 +26,44 @@ MANUALS1 = $(BINARIES) MANUALS3 = libpbm -@@ -45,7 +45,7 @@ - - MERGENAME = pbmmerge - --INTERFACE_HEADERS = pbm.h -+INTERFACE_HEADERS = pbm.h $(SRCDIR)/pbmplus.h +@@ -50,26 +48,21 @@ .PHONY: all all: $(BINARIES) -@@ -55,11 +55,11 @@ +- $(MAKE) -C pbmtoppa all - # Rules for plain programs. - $(PORTBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) $(CDEBUG) - - # Rule for math-dependent programs. - $(MATHBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLIBS) $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLD) $(CDEBUG) + .PHONY: merge + merge: $(MERGENAME) +- $(MAKE) -C pbmtoppa all .PHONY: install.bin install.bin: install.bin.common -@@ -72,11 +72,6 @@ - # Don't use $(SRCDIR) in the target below because Makefile.dep doesn't ! +- $(MAKE) -C pbmtoppa install.bin + + .PHONY: install.merge + install.merge: install.merge.common +- $(MAKE) -C pbmtoppa install.bin + + .PHONY: install.lib + install.lib: install.lib.common + + .PHONY: install.man + install.man: install.man.common +- $(MAKE) -C pbmtoppa install.man + + include $(SRCDIR)/Makefile.common + +@@ -77,13 +70,7 @@ ../compile.h: $(MAKE) -C $(SRCDIR) compile.h -- + -$(SRCDIR)/shhopt/shhopt.o: - cd ../shhopt; $(MAKE) shhopt.o -$(SRCDIR)/shhopt/libshhopt.a: - cd ../shhopt; $(MAKE) libshhopt.a - +- .PHONY: clean - clean: + clean: clean.common +- $(MAKE) -C pbmtoppa clean + + FORCE: diff -urN /usr/ports/graphics/netpbm/patches/patch-be graphics/netpbm/patches/patch-be --- /usr/ports/graphics/netpbm/patches/patch-be Fri May 19 19:14:33 2000 +++ graphics/netpbm/patches/patch-be Sat May 20 00:00:00 2000 @@ -1,41 +1,27 @@ ---- pgm/Makefile.orig Sat May 6 12:01:47 2000 -+++ pgm/Makefile Mon May 8 00:00:00 2000 -@@ -3,7 +3,7 @@ +--- pgm/Makefile.orig Sat May 13 09:36:06 2000 ++++ pgm/Makefile Sat May 20 00:00:00 2000 +@@ -3,14 +3,13 @@ LIBROOT = pgm LIBPGM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 -+MAJ = 1 - MIN = 0 +-MIN = 0 ++SOVER = 1 PBMDIR = $(SRCDIR)/pbm -@@ -13,6 +13,7 @@ - INCLUDE = -I$(SRCDIR) $(INCLUDEPBM) -I$(SRCDIR)/shhopt + INCLUDEPBM = -I$(PBMDIR) + LIBPBM = libpbm.$(NETPBMLIBSUFFIX) + +-INCLUDE = -I$(SRCDIR) $(INCLUDEPBM) -I$(SRCDIR)/shhopt ++INCLUDE = -I$(SRCDIR) $(INCLUDEPBM) NETPBMLIBS = $(LIBPGM) $(PBMDIR)/$(LIBPBM) -+NETPBMLD = -L. -lpgm -L$(PBMDIR) -lpbm LIBLIBS = $(PBMDIR)/$(LIBPBM) - - PORTBINARIES = asciitopgm bioradtopgm fstopgm hipstopgm \ -@@ -26,6 +27,7 @@ - MERGE_OBJECTS = $(patsubst %,%.o2, $(BINARIES)) +@@ -27,6 +26,7 @@ + MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES)) LIBOBJECTS = libpgm1.o libpgm2.o +LIBSOBJECTS = libpgm1.so libpgm2.so MANUALS1 = $(BINARIES) MANUALS3 = libpgm -@@ -42,11 +44,11 @@ - - # Rules for plain programs. - $(PORTBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) $(CDEBUG) - - # Rule for math-dependent programs. - $(MATHBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLIBS) $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLD) $(CDEBUG) - - # And libraries. - $(PBMDIR)/$(LIBPBM): FORCE diff -urN /usr/ports/graphics/netpbm/patches/patch-bf graphics/netpbm/patches/patch-bf --- /usr/ports/graphics/netpbm/patches/patch-bf Fri May 19 19:14:34 2000 +++ graphics/netpbm/patches/patch-bf Sat May 20 00:00:00 2000 @@ -1,77 +1,81 @@ ---- pnm/Makefile.orig Sat May 6 19:03:54 2000 -+++ pnm/Makefile Mon May 8 00:00:00 2000 -@@ -3,7 +3,7 @@ +--- pnm/Makefile.orig Tue May 16 10:29:36 2000 ++++ pnm/Makefile Sat May 20 00:00:00 2000 +@@ -3,8 +3,7 @@ LIBROOT = pnm LIBPNM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 -+MAJ = 1 - MIN = 0 +-MIN = 0 ++SOVER = 1 PPMDIR = $(SRCDIR)/ppm -@@ -36,6 +36,8 @@ - # The order of these libraries is important for static library build - NETPBMLIBS = $(LIBPNM) \ - $(PPMDIR)/$(LIBPPM) $(PGMDIR)/$(LIBPGM) $(PBMDIR)/$(LIBPBM) -+NETPBMLD = -L. -lpnm \ -+ -L$(PPMDIR) -lppm -L$(PGMDIR) -lpgm -L$(PBMDIR) -lpbm - LIBLIBS = $(PPMDIR)/$(LIBPPM) $(PGMDIR)/$(LIBPGM) $(PBMDIR)/$(LIBPBM) - - ifeq ($(JPEGLIB_DIR),NONE) -@@ -102,6 +104,8 @@ - MERGE_OBJECTS = $(patsubst %,%.o2, $(PORTBINARIES) $(MATHBINARIES)) + LIBPPM = libppm.$(NETPBMLIBSUFFIX) +@@ -102,6 +101,8 @@ + MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES)) LIBOBJECTS = libpnm1.o libpnm2.o libpnm3.o libpnm4.o +LIBSOBJECTS = libpnm1.so libpnm2.so libpnm3.so libpnm4.so -+LIBOBJECTS_X = $(SRCDIR)/shhopt/libshhopt.a ++LIBSHHOPT = $(SRCDIR)/shhopt/libshhopt.a MANUALS1 = $(BINARIES) $(SCRIPTS) MANUALS3 = libpnm -@@ -126,27 +130,28 @@ +@@ -113,10 +114,8 @@ + + .PHONY: all + all: $(BINARIES) +- $(MAKE) -C jbig all + PHONY: merge + merge: $(MERGENAME) $(NOMERGEBINARIES) +- $(MAKE) -C jbig all + + ifeq ($(TIFFLIB_DIR),$(TIFFDIR)) + # We're using the internal Tiff library, so make sure it's built +@@ -127,18 +126,18 @@ + endif # The Tiff library references math functions. - tifftopnm pnmtotiff pnmtotiffcmyk: %: %.o \ -- $(NETPBMLIBS) $(TIFFLIB_DIR)/libtiff.$(LIBTIFFSUFFIX) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) -lm -L$(TIFFLIB_DIR) -ltiff \ -- $(JPEGLD) $(CDEBUG) -+ $(NETPBMLIBS) $(TIFFLIB_DIR)/libtiff.$(LIBTIFFSUFFIX) $(LIBOBJECTS_X) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) -lm -L$(TIFFLIB_DIR) -ltiff \ -+ $(LIBOBJECTS_X) $(JPEGLD) $(CDEBUG) - - # Rules for plain programs. - $(PORTBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) $(CDEBUG) - - # Rule for math-dependent programs. - $(MATHBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLIBS) $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLD) $(CDEBUG) - - pngtopnm pnmtopng: %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) \ -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) \ - -L$(PNGLIB_DIR) -lpng -lz -lm $(CDEBUG) +-tifftopnm pnmtotiff pnmtotiffcmyk: %: %.o \ +- $(NETPBMLIBS) $(TIFFLIB_DIR)/libtiff.$(LIBTIFFSUFFIX) $(LIBOPT) ++tifftopnm pnmtotiff pnmtotiffcmyk: %: %.o $(NETPBMLIBS) $(LIBOPT) \ ++ $(TIFFLIB_DIR)/libtiff.$(LIBTIFFSUFFIX) $(LIBSHHOPT) + $(LD) $(LDFLAGS) -o $@ $@.o `$(LIBOPT) $(NETPBMLIBS)` \ +- -L$(TIFFLIB_DIR) -ltiff $(JPEGLD) -lm $(CDEBUG) ++ -L$(TIFFLIB_DIR) -ltiff $(JPEGLD) -lm $(LIBSHHOPT) $(CDEBUG) --jpegtopnm: %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) $(JPEGLD) $(CDEBUG) -+jpegtopnm: %: %.o $(NETPBMLIBS) $(LIBOBJECTS_X) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) \ -+ $(LIBOBJECTS_X) $(JPEGLD) $(CDEBUG) - - rletopnm pnmtorle: %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) \ -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) \ - -L$(URTLIB_DIR) -lrle $(CDEBUG) + pngtopnm pnmtopng: %: %.o $(NETPBMLIBS) $(LIBOPT) + $(LD) $(LDFLAGS) -o $@ $@.o `$(LIBOPT) $(NETPBMLIBS)` \ + -L$(PNGLIB_DIR) -lpng -lz -lm $(CDEBUG) - # And libraries. -@@ -173,6 +178,9 @@ +-jpegtopnm: %: %.o $(NETPBMLIBS) $(LIBOPT) ++jpegtopnm: %: %.o $(NETPBMLIBS) $(LIBOPT) $(LIBSHHOPT) + $(LD) $(LDFLAGS) -o $@ $@.o `$(LIBOPT) $(NETPBMLIBS)` $(JPEGLD) \ +- $(CDEBUG) ++ $(LIBSHHOPT) $(CDEBUG) + + rletopnm pnmtorle: %: %.o $(NETPBMLIBS) $(LIBOPT) + $(LD) $(LDFLAGS) -o $@ $@.o `$(LIBOPT) $(NETPBMLIBS)` \ +@@ -165,22 +164,20 @@ + # backward compatibility: program used to be gemtopbm + rm -f $(INSTALLBINARIES)/gemtopbm + ln -s $(INSTALLBINARIES)/gemtopnm$(EXE) $(INSTALLBINARIES)/gemtopbm +- $(MAKE) -C jbig install.bin + + .PHONY: install.merge + install.merge: install.merge.common +- $(MAKE) -C jbig install.bin .PHONY: install.lib install.lib: install.lib.common -+ + + .PHONY: install.man + install.man: install.man.common +- $(MAKE) -C jbig install.man + +$(SRCDIR)/shhopt/libshhopt.a: + cd ../shhopt; $(MAKE) libshhopt.a .PHONY: clean - clean: + clean: clean.common +- $(MAKE) -C jbig clean + + FORCE: diff -urN /usr/ports/graphics/netpbm/patches/patch-bg graphics/netpbm/patches/patch-bg --- /usr/ports/graphics/netpbm/patches/patch-bg Fri May 19 19:14:34 2000 +++ graphics/netpbm/patches/patch-bg Sat May 20 00:00:00 2000 @@ -1,21 +1,16 @@ ---- ppm/Makefile.orig Sat May 6 12:57:43 2000 -+++ ppm/Makefile Mon May 8 00:00:00 2000 -@@ -3,7 +3,7 @@ +--- ppm/Makefile.orig Tue May 16 10:30:30 2000 ++++ ppm/Makefile Sat May 20 00:00:00 2000 +@@ -3,8 +3,7 @@ LIBROOT = ppm LIBPPM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 -+MAJ = 1 - MIN = 1 +-MIN = 1 ++SOVER = 1 PGMDIR = $(SRCDIR)/pgm -@@ -19,12 +19,13 @@ - endif - - NETPBMLIBS = $(LIBPPM) $(PBMDIR)/$(LIBPBM) $(PGMDIR)/$(LIBPGM) -+NETPBMLD = -L. -lppm -L$(PBMDIR) -lpbm -L$(PGMDIR) -lpgm - LIBLIBS = $(PBMDIR)/$(LIBPBM) $(PGMDIR)/$(LIBPGM) - + LIBPGM = libpgm.$(NETPBMLIBSUFFIX) +@@ -24,7 +23,7 @@ PORTBINARIES = bmptoppm eyuvtoppm gouldtoppm hpcdtoppm ilbmtoppm imgtoppm \ mtvtoppm pcxtoppm pgmtoppm pi1toppm picttoppm \ pjtoppm \ @@ -24,7 +19,7 @@ ppmdim ppmdist ppmdither \ ppmflash ppmhist ppmmake ppmmix ppmnorm \ ppmquant ppmrelief ppmshift ppmspread ppmtoacad \ -@@ -34,19 +35,20 @@ +@@ -34,12 +33,13 @@ ppmtotga ppmtouil ppmtoxpm ppmtoyuv \ ppmtoyuvsplit ppmtv \ qrttoppm rawtoppm rgb3toppm sldtoppm spctoppm \ @@ -39,68 +34,74 @@ ifneq ($(JPEGLIB_DIR), NONE) ifneq ($(JPEGHDR_DIR), NONE) NOMERGEBINARIES += ppmtojpeg - endif - endif +@@ -48,7 +48,7 @@ + + MERGEBINARIES = $(PORTBINARIES) $(MATHBINARIES) -MATHBINARIES = ppmcie ppmforge ppmlabel ppmntsc ppmpat ppmqvga ppmtomap +MATHBINARIES = ppmcie ppmforge ppmlabel ppmpat ppmqvga ppmtomap - BINARIES = $(PORTBINARIES) $(NOMERGEBINARIES) $(MATHBINARIES) + BINARIES = $(MERGEBINARIES) $(NOMERGEBINARIES) SCRIPTS = ppmquantall ppmshadow ppmfade -@@ -55,6 +57,8 @@ - MERGE_OBJECTS = $(patsubst %,%.o2, $(PORTBINARIES) $(MATHBINARIES)) +@@ -57,6 +57,8 @@ + MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES)) LIBOBJECTS = libppm1.o libppm2.o libppm3.o libppm4.o libppm5.o bitio.o +LIBSOBJECTS = libppm1.so libppm2.so libppm3.so libppm4.so libppm5.so bitio.so -+LIBOBJECTS_X = $(SRCDIR)/shhopt/libshhopt.a ++LIBSHHOPT = $(SRCDIR)/shhopt/libshhopt.a MANUALS1 = $(BINARIES) $(SCRIPTS) MANUALS3 = libppm -@@ -62,7 +66,7 @@ +@@ -64,18 +66,24 @@ MERGENAME= ppmmerge --INTERFACE_HEADERS = ppm.h +-INTERFACE_HEADERS = ppm.h ppmcmap.h +INTERFACE_HEADERS = ppm.h ppmcmap.h ppmdraw.h .PHONY: all all: $(BINARIES) -@@ -72,16 +76,23 @@ - - # Rules for plain programs. - $(PORTBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) \ -- $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) $(CDEBUG) - - # Rule for math-dependent programs. - $(MATHBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLIBS) $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLD) $(CDEBUG) +- $(MAKE) -C ppmtompeg all + .PHONY: merge + merge: $(MERGENAME) $(NOMERGEBINARIES) +- $(MAKE) -C ppmtompeg all + +-ppmtojpeg: %: %.o $(NETPBMLIBS) $(LIBOPT) ++ppmcolormask tgatoppm ximtoppm: %: %.o $(NETPBMLIBS) $(LIBOPT) $(LIBSHHOPT) + $(LD) $(LDFLAGS) -o $@ $@.o `$(LIBOPT) $(NETPBMLIBS)` \ +- -L$(JPEGLIB_DIR) -ljpeg $(CDEBUG) ++ $(LIBSHHOPT) $(CDEBUG) + -+ppmcolormask tgatoppm ximtoppm: %: %.o $(NETPBMLIBS) $(LIBOBJECTS_X) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) \ -+ $(LIBOBJECTS_X) $(CDEBUG) ++ppmntsc: %: %.o $(NETPBMLIBS) $(LIBOPT) $(LIBSHHOPT) ++ $(LD) $(LDFLAGS) -o $@ $@.o `$(LIBOPT) $(NETPBMLIBS)` \ ++ -lm $(LIBSHHOPT) $(CDEBUG) + -+ppmntsc: %: %.o $(NETPBMLIBS) $(LIBOBJECTS_X) -+ $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLD) \ -+ $(LIBOBJECTS_X) $(CDEBUG) - - ppmtojpeg: %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) \ -- -L$(JPEGLIB_DIR) -ljpeg $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) \ -+ $(LIBOBJECTS_X) -L$(JPEGLIB_DIR) -ljpeg $(CDEBUG) ++ppmtojpeg: %: %.o $(NETPBMLIBS) $(LIBOPT) $(LIBSHHOPT) ++ $(LD) $(LDFLAGS) -o $@ $@.o `$(LIBOPT) $(NETPBMLIBS)` \ ++ -L$(JPEGLIB_DIR) -ljpeg $(LIBSHHOPT) $(CDEBUG) # And libraries. $(PBMDIR)/$(LIBPBM): FORCE -@@ -96,6 +107,9 @@ +@@ -88,19 +96,19 @@ + + .PHONY: install.merge + install.merge: install.merge.common +- $(MAKE) -C ppmtompeg install.bin + + .PHONY: install.lib install.lib: install.lib.common + .PHONY: install.man + install.man: install.man.common +- $(MAKE) -C ppmtompeg install.man + include $(SRCDIR)/Makefile.common -+ + +$(SRCDIR)/shhopt/libshhopt.a: + cd ../shhopt; $(MAKE) libshhopt.a - ++ .PHONY: clean - clean: + clean: clean.common +- $(MAKE) -C ppmtompeg clean + + FORCE: diff -urN /usr/ports/graphics/netpbm/patches/patch-bn graphics/netpbm/patches/patch-bn --- /usr/ports/graphics/netpbm/patches/patch-bn Fri May 19 19:14:35 2000 +++ graphics/netpbm/patches/patch-bn Thu Jan 1 09:00:00 1970 @@ -1,27 +0,0 @@ ---- ppm/ppmmerge.c.orig Sat May 6 18:43:41 2000 -+++ ppm/ppmmerge.c Mon May 8 00:00:00 2000 -@@ -54,7 +54,6 @@ - TRY("ppmbrighten", ppmbrighten_main); - TRY("ppmchange", ppmchange_main); - TRY("ppmcie", ppmcie_main); -- TRY("ppmcolormask", ppmcolormask_main); - TRY("ppmdim", ppmdim_main); - TRY("ppmdist", ppmdist_main); - TRY("ppmdither", ppmdither_main); -@@ -65,7 +64,6 @@ - TRY("ppmmake", ppmmake_main); - TRY("ppmmix", ppmmix_main); - TRY("ppmnorm", ppmnorm_main); -- TRY("ppmntsc", ppmntsc_main); - TRY("ppmpat", ppmpat_main); - TRY("ppmquant", ppmquant_main); - TRY("ppmqvga", ppmqvga_main); -@@ -101,8 +99,6 @@ - TRY("sldtoppm", sldtoppm_main); - TRY("spctoppm", spctoppm_main); - TRY("sputoppm", sputoppm_main); -- TRY("tgatoppm", tgatoppm_main); -- TRY("ximtoppm", ximtoppm_main); - TRY("xpmtoppm", xpmtoppm_main); - TRY("xvminitoppm", xvminitoppm_main); - TRY("yuvtoppm", yuvtoppm_main); diff -urN /usr/ports/graphics/netpbm/pkg/PLIST graphics/netpbm/pkg/PLIST --- /usr/ports/graphics/netpbm/pkg/PLIST Fri May 19 19:14:37 2000 +++ graphics/netpbm/pkg/PLIST Sat May 20 00:00:00 2000 @@ -9,7 +9,6 @@ bin/fitstopnm bin/fstopgm bin/g3topbm -bin/gemtopbm bin/gemtopnm bin/giftopnm bin/gouldtoppm @@ -83,7 +82,6 @@ bin/picttoppm bin/pjtoppm bin/pktopbm -bin/pngtopnm bin/pnmalias bin/pnmarith bin/pnmcat @@ -99,6 +97,8 @@ bin/pnmhisteq bin/pnmhistmap bin/pnmindex +bin/pnminterp +bin/pnminterp-gen bin/pnminvert bin/pnmmargin bin/pnmmerge @@ -114,7 +114,6 @@ bin/pnmtoddif bin/pnmtofits bin/pnmtoplainpnm -bin/pnmtopng bin/pnmtops bin/pnmtorast bin/pnmtosgi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 9:38:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [209.98.143.44]) by hub.freebsd.org (Postfix) with ESMTP id 0728B37BE32 for ; Fri, 19 May 2000 09:38:40 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from bone.nectar.com (bone.nectar.com [10.0.1.105]) by gw.nectar.com (Postfix) with ESMTP id 42B589B24; Fri, 19 May 2000 11:38:25 -0500 (CDT) Received: by bone.nectar.com (Postfix, from userid 1001) id 8F9C91DAB; Fri, 19 May 2000 11:38:23 -0500 (CDT) Date: Fri, 19 May 2000 11:38:23 -0500 From: "Jacques A . Vidrine" To: Scott Blachowicz Cc: freebsd-ports@freebsd.org Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000519113823.U96307@bone.nectar.com> Mail-Followup-To: "Jacques A . Vidrine" , Scott Blachowicz , freebsd-ports@freebsd.org References: <87ln16fqw6.fsf@sabmail.rresearch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <87ln16fqw6.fsf@sabmail.rresearch.com>; from scott@sabami.seaslug.org on Fri, May 19, 2000 at 09:26:01AM -0700 X-Url: http://www.nectar.com/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 09:26:01AM -0700, Scott Blachowicz wrote: > on a FreeBSD 3.2 system (that I need to update one of these days :-)). > That bit of header files looks like this: [snip] > typedef struct __ns_rr { [snip] > u_int16_t class; [snip] This was fixed post- FreeBSD 3.2 (and post- BIND 8.something). Specifically, it was fixed in src/include/arpa/nameser.h revision 1.13 on June 4 1999. -- Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 9:40: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB92E37BF27 for ; Fri, 19 May 2000 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA87062; Fri, 19 May 2000 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C71C237BEFB; Fri, 19 May 2000 09:30:18 -0700 (PDT) Message-Id: <20000519163018.C71C237BEFB@hub.freebsd.org> Date: Fri, 19 May 2000 09:30:18 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18677: Update port: x11-fm/mfm to 1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18677 >Category: ports >Synopsis: Update port: x11-fm/mfm to 1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 19 09:40:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.5 Remove file: patches/patch-ab >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fm/mfm/Makefile x11-fm/mfm/Makefile --- /usr/ports/x11-fm/mfm/Makefile Mon Apr 10 21:06:39 2000 +++ x11-fm/mfm/Makefile Sat May 13 03:32:08 2000 @@ -6,7 +6,7 @@ # PORTNAME= mfm -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= x11-fm MASTER_SITES= http://www.core-coutainville.org/mfm/archive/SOURCES/ @@ -19,11 +19,9 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} -CONFIGURE_ARGS= --disable-gtktest - -post-patch: - @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.h - @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/*.h +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mfm.conf" \ + --with-mtoolsdir="${LOCALBASE}/bin" \ + --disable-gtktest .include diff -urN /usr/ports/x11-fm/mfm/files/md5 x11-fm/mfm/files/md5 --- /usr/ports/x11-fm/mfm/files/md5 Sun Jan 30 06:49:35 2000 +++ x11-fm/mfm/files/md5 Sat May 13 03:27:02 2000 @@ -1 +1 @@ -MD5 (mfm-1.3.tar.gz) = f736965ab1217d0bc4ac26ea178e4895 +MD5 (mfm-1.5.tar.gz) = fe3297c55fee68a1ba1508e46913bca0 diff -urN /usr/ports/x11-fm/mfm/patches/patch-ab x11-fm/mfm/patches/patch-ab --- /usr/ports/x11-fm/mfm/patches/patch-ab Sun Jan 30 06:49:37 2000 +++ x11-fm/mfm/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,17 +0,0 @@ ---- mfm.h.orig Wed Jan 5 06:06:00 2000 -+++ mfm.h Sat Jan 29 01:42:50 2000 -@@ -18,12 +18,12 @@ - /* The location of the system-wide configuration file. This should be fine */ - /* on most systems. */ - --#define CONFFILE "/etc/mfm.conf" -+#define CONFFILE "%%PREFIX%%/etc/mfm.conf" - - /* Default path for mtools. This can also be changed in the system-wide */ - /* configuration file you gave above. */ - --#define MTOOLSDIR "/usr/bin" -+#define MTOOLSDIR "%%LOCALBASE%%/bin" - - /* Uncomment the following line if you do not want mfm to use pixmaps. */ - /* This might be necessary on some systems with strange libraries */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 10: 1:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id 1AAC337BDC1 for ; Fri, 19 May 2000 10:01:30 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by sabami.seaslug.org (Postfix) with SMTP id DA45F1F86; Fri, 19 May 2000 10:01:04 -0700 (PDT) To: "Jacques A . Vidrine" Cc: freebsd-ports@freebsd.org Subject: Re: KDE2: make install 'fails' ... References: <87ln16fqw6.fsf@sabmail.rresearch.com> <20000519113823.U96307@bone.nectar.com> Reply-To: scott@sabami.seaslug.org From: Scott Blachowicz Date: 19 May 2000 10:01:04 -0700 In-Reply-To: "Jacques A . Vidrine"'s message of "Fri, 19 May 2000 11:38:23 -0500" Message-ID: <87hfbufp9r.fsf@sabmail.rresearch.com> Lines: 50 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "n" == Jacques A Vidrine n> This was fixed post- FreeBSD 3.2 (and post- BIND 8.something). n> Specifically, it was fixed in src/include/arpa/nameser.h revision 1.13 n> on June 4 1999. I figured something like that would be the case. My next error is in: kdelibs-1.90/kdecore/ktempfile.cpp and this code: bool KTempFile::create(const QString &filePrefix, const QString &fileExtension, int mode) { #ifdef __FreeBSD__ mTmpName = filePrefix+QString("XXXX")+fileExtension; char *mktmpName = (char *)malloc(mTmpName.length()); strcpy(mktmpName, mTmpName.ascii()); mFd = mkstemps(mktmpName, fileExtension.length()); if (mFd == -1) { mError = errno; mTmpName = QString::null; free(mktmpName); return false; } mTmpName = mktmpName; free(mktmpName); fchmod( mFd, mode); // Fix the mode #else ...etc... It seems that the mktemps() function doesn't exist on this system. Suppose I can probably go find that mkstemps() function in the latest FreeBSD sources...or just use the other branch of that #ifdef... Is there any easy way to locate a function like this in the FreeBSD sources (I don't have them on my system) and identify with __FreeBSD__ value would likely correspond with the introduction of this function? BTW...it looks like the search indexing on www.freebsd.org needs updating. A search on "mkstemps" within the web pages produced this link: http://www.freebsd.org/handbook/porting.html but that's been split off to a separate "Porter's Handbook". Time to go browsing through that, I guess. -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 10:22:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [209.98.143.44]) by hub.freebsd.org (Postfix) with ESMTP id 6AF1437BF4C for ; Fri, 19 May 2000 10:22:37 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from bone.nectar.com (bone.nectar.com [10.0.1.105]) by gw.nectar.com (Postfix) with ESMTP id BD9B59B24; Fri, 19 May 2000 12:22:35 -0500 (CDT) Received: by bone.nectar.com (Postfix, from userid 1001) id 2BEEA1DAB; Fri, 19 May 2000 12:22:35 -0500 (CDT) Date: Fri, 19 May 2000 12:22:35 -0500 From: "Jacques A . Vidrine" To: Scott Blachowicz Cc: freebsd-ports@freebsd.org Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000519122234.V96307@bone.nectar.com> Mail-Followup-To: "Jacques A . Vidrine" , Scott Blachowicz , freebsd-ports@freebsd.org References: <87ln16fqw6.fsf@sabmail.rresearch.com> <20000519113823.U96307@bone.nectar.com> <87hfbufp9r.fsf@sabmail.rresearch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <87hfbufp9r.fsf@sabmail.rresearch.com>; from scott@sabami.seaslug.org on Fri, May 19, 2000 at 10:01:04AM -0700 X-Url: http://www.nectar.com/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 10:01:04AM -0700, Scott Blachowicz wrote: > It seems that the mktemps() function doesn't exist on this system. No, it was introduced circa FreeBSD 3.4. > Suppose I can probably go find that mkstemps() function in the latest > FreeBSD sources...or just use the other branch of that #ifdef... Or update to FreeBSD 3-STABLE. > Is there any easy way to locate a function like this in the FreeBSD > sources (I don't have them on my system) and identify with __FreeBSD__ > value would likely correspond with the introduction of this function? __FreeBSD__ doesn't have a (meaningful) value. ITYM __FreeBSD_version. That is defined in src/sys/sys/param.h, so you could try: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/param.h A look there shows that mkstemps is available when __FreeBSD_version >= 330002. (Thanks David!) -- Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 10:40:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4976637BDFB; Fri, 19 May 2000 10:40:35 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA95943; Fri, 19 May 2000 10:40:35 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Fri, 19 May 2000 10:40:35 -0700 (PDT) From: Message-Id: <200005191740.KAA95943@freefall.freebsd.org> To: tkato@prontomail.ne.jp, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18677 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-fm/mfm to 1.5 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri May 19 10:37:59 PDT 2000 State-Changed-Why: Committed with small addition (missed manpage in Makefile). Thanks! Wanna be maintainer for this stuff? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 10:56:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 6F4F137BE09; Fri, 19 May 2000 10:56:08 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (05-079.dial.008.popsite.net [209.69.13.79]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id KAA95217; Fri, 19 May 2000 10:55:57 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 6B2991982; Fri, 19 May 2000 13:55:38 -0400 (EDT) Date: Fri, 19 May 2000 13:55:38 -0400 From: Will Andrews To: Nik Clayton Cc: ports@FreeBSD.ORG Subject: Re: On generating port size statistics Message-ID: <20000519135538.B42474@argon.blackdawn.com> References: <20000519121108.A18067@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000519121108.A18067@catkin.nothing-going-on.org>; from nik@FreeBSD.ORG on Fri, May 19, 2000 at 12:11:08PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 12:11:08PM +0100, Nik Clayton wrote: > Not seeing an easy way to do this, I hacked together the attached patch > to bsd.port.mk. It assumes that files/md5 has an additional SIZE line > for each distfile, which the "makesum" target will now create (based on > code that was already there, I just uncommented it). "make stats" will > then walk the dependency tree, printing out the size information if it's > present. Thanks for doing some work on this; I've had it in my queue for quite some time now. :-) > For example, > > % cd /usr/ports/graphics/sketch > % make stats | sort | uniq > Distutils-0.8.2.tar.gz: 113573 > Imaging-1.0.tar.gz: 313109 > PyXML-0.5.4.tar.gz: 504036 > Wraphelp.c: > X336src-1.tgz: > X336src-2.tgz: > jpegsrc.v6b.tar.gz: 613261 > libtool-1.3.4.tar.gz: 535519 > py152.tgz: 2533053 > sketch-0.6.7.tar.gz: 793745 > tcl8.2.3.tar.gz: > tk8.2.3.tar.gz: Instead of piping this to sort | uniq, you could create a target that generates the list of DISTFILES and their associated port and call each md5 file. > Thoughts? If there's interest, I'll submit this as a PR for someone to > follow up on. IMO, I think the "SIZE" is redundant; the size number should be appended to the end of each distfile's md5 sum line. The code looks ok to me; perhaps someone with a better understanding of the bsd.port.mk makefile logic can give a better evaluation. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 10:57:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id E854037BEB1 for ; Fri, 19 May 2000 10:57:17 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (05-079.dial.008.popsite.net [209.69.13.79]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id KAA95249; Fri, 19 May 2000 10:57:14 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 001831960; Fri, 19 May 2000 13:56:53 -0400 (EDT) Date: Fri, 19 May 2000 13:56:53 -0400 From: Will Andrews To: jack Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/18169: Update port x11-wm/afterstep-devel Message-ID: <20000519135653.C42474@argon.blackdawn.com> References: <200005191530.IAA77406@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005191530.IAA77406@freefall.freebsd.org>; from jack@germanium.xtalwind.net on Fri, May 19, 2000 at 08:30:06AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 08:30:06AM -0700, jack wrote: > Yes, they went to cvs shortly after I submitted the > update. Might as well remove the port. Maxim, you have my support to remove this port. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 11: 0:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id EF8B837BF53 for ; Fri, 19 May 2000 11:00:40 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (05-079.dial.008.popsite.net [209.69.13.79]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id LAA95344; Fri, 19 May 2000 11:00:28 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id E6F6C1932; Fri, 19 May 2000 14:00:11 -0400 (EDT) Date: Fri, 19 May 2000 14:00:11 -0400 From: Will Andrews To: Stephan Kulow Cc: kde-devel@kde.org, ports@FreeBSD.ORG Subject: Re: C++ exception handling and non Linux platforms Message-ID: <20000519140011.D42474@argon.blackdawn.com> References: <20000519083947.A47819@sharmas.dhs.org> <39256080.73EA747D@kde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39256080.73EA747D@kde.org>; from coolo@kde.org on Fri, May 19, 2000 at 05:40:48PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 05:40:48PM +0200, Stephan Kulow wrote: > It's not that easy to do it right. But the new libtool (which is not yet > in our HEAD branch) has support for all kind of weired platform/compilers, > so you can do that. I'm collecting votes to put the instability issues > that come with the new libtool - and I count yours in :) Hi Stephan! :-) As the KDE1/KDE2 port maintainer (I maintain the ports for the core distribution of KDE on FreeBSD), I'd be willing to put in some work to help get this new libtool out as soon as possible! In the meantime I will commit the necessary changes to support the __eh_rtime_match symbol in KDE2 ports. (I've always thought it was weird that these libgcc libraries don't get built with a shared library companion, only static). Respectfully, -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 11:15:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 6156D37B5BA; Fri, 19 May 2000 11:15:32 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (05-079.dial.008.popsite.net [209.69.13.79]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id LAA95701; Fri, 19 May 2000 11:15:18 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id CB8CD1932; Fri, 19 May 2000 14:15:01 -0400 (EDT) Date: Fri, 19 May 2000 14:15:01 -0400 From: Will Andrews To: Satoshi - Ports Wraith - Asami Cc: Will Andrews , FreeBSD Ports Subject: Re: X11 issues (XFree86-libs port uploaded) Message-ID: <20000519141501.F42474@argon.blackdawn.com> References: <20000514151256.N82488@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from asami@FreeBSD.org on Fri, May 19, 2000 at 12:37:42AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 12:37:42AM -0700, Satoshi - Ports Wraith - Asami wrote: > I've been working with Taguchi-san on this. It should be ready for > commit pretty soon. So I can just drop this and focus on something else? Are you guys going to use my work? :-p -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 11:29:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id C452D37C064 for ; Fri, 19 May 2000 11:29:27 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.141]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 19 May 2000 11:29:28 -0700 Message-ID: <392587F7.5CD4317B@3-cities.com> Date: Fri, 19 May 2000 11:29:11 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Will Andrews Cc: The Hermit Hacker , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... References: <20000519004127.A41103@argon.blackdawn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I installed kde2 from the port yesterday. One of the problems is flip-floping from kde-2.x to kde-1.x. It wouldn't be to bad if you could do a make deinstall from kdk2 and a make reinstall from kde11 and have it work. What you end up having to do is delete them all and remake from scratch. The only thing you save is the fetching time. My system only required a couple of hours to do the builds but that is down time. A deinstall and a reinstall from the other version should be much faster since no compiling should be involved. I don't know if this is possible but the libraries and such all have different versions and it is the links that seem to matter. BTW, I really like the appearance of KDE-2 but most of the gadgets didn't work and I had to get back to the real world. Kent Will Andrews wrote: > > On Fri, May 19, 2000 at 01:19:35AM -0300, The Hermit Hacker wrote: > > Just tried to do a 'make install', and it fails in kdebase2: > > > > gmake[3]: Entering directory `/usr/local/base/ports/x11/kdebase2/work/kdebase-1.90/nsplugins/wrapper' > > /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c > > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c -fPIC -DPIC -o wrapper.lo > > In file included from ../../nsplugins/sdk/npupp.h:16, > > from wrapper.c:6: > > ../../nsplugins/sdk/npapi.h:39: X11/Xlib.h: No such file or directory > > ../../nsplugins/sdk/npapi.h:40: X11/Xutil.h: No such file or directory > > > > > > yes, the files exist: > > > > > find . -name Xlib.h -print > > ./include/X11/Xlib.h > > > find . -name Xutil.h -print > > ./include/X11/Xutil.h > > > pwd > > /usr/X11R6 > > > > > > > A missing -I? > > Hmm... I'll take a look at this tomorrow.. thanks for the bugreport. > > -- > Will Andrews > GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- > ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ > G++>+++ e->++++ h! r-->+++ y? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 11:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AC1B37C069 for ; Fri, 19 May 2000 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA02398; Fri, 19 May 2000 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 19 May 2000 11:30:02 -0700 (PDT) Message-Id: <200005191830.LAA02398@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Shigetoshi Inohana Subject: Re: ports/18622: New port: mail/sylpheed Reply-To: Shigetoshi Inohana Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18622; it has been noted by GNATS. From: Shigetoshi Inohana To: "KATO Tsuguru" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/18622: New port: mail/sylpheed Date: Sat, 20 May 2000 03:25:18 +0900 On Fri, 19 May 2000 19:55:10 +0900 "KATO Tsuguru" wrote: > Please review foIIowing one. > > Improvements: > - Sort some items in Makefile > - Support USE_LIBTOOL properly (instead of using GNU_CONFIGURE) > - Support libintl library properly > - Modify how to support GTK+ toolkit as more generic way > - Modify default mail spool directory as suitable for FreeBSD Thank you improvements. Please use this improvements. --- Shigetoshi Inohana To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 11:46: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id 8E8B337B5BA for ; Fri, 19 May 2000 11:45:58 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: by sabami.seaslug.org (Postfix, from userid 1000) id 98D2B1F87; Fri, 19 May 2000 11:45:32 -0700 (PDT) Date: Fri, 19 May 2000 11:45:32 -0700 From: Scott Blachowicz To: Kent Stewart Cc: Will Andrews , The Hermit Hacker , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000519114532.A85002@sabami.seaslug.org> Reply-To: Scott Blachowicz References: <20000519004127.A41103@argon.blackdawn.com> <392587F7.5CD4317B@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392587F7.5CD4317B@3-cities.com>; from kstewart@3-cities.com on Fri, May 19, 2000 at 11:29:11AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 11:29:11AM -0700, Kent Stewart wrote: > I installed kde2 from the port yesterday. One of the problems is > flip-floping from kde-2.x to kde-1.x. It wouldn't be to bad if you > could do a make deinstall from kdk2 and a make reinstall from kde11 > and have it work. What you end up having to do is delete them all and > remake from scratch. The only thing you save is the fetching time. Well...I'm trying to do this cd /usr/ports/x11/kde2 make PREFIX=/usr/X11R6/kde2 so I can hopefully flip to kde2 by just altering which kdm I run and adjusting my $PATH value to point at the new dir tree first. The above has finished, but it looks like the LIB_DEPENDS is shorter than the RUN_DEPENDS for that meta-port...I found that out when I saw that complete successfully and went to go do a 'make install'. Now it's busy fetching kdebase... Of course, time (and luck) will tell if the above plan will work... :-)) -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 11:47: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mike.dhis.org (s215.cwnet.com [209.21.20.215]) by hub.freebsd.org (Postfix) with ESMTP id 5892337BFFC; Fri, 19 May 2000 11:46:57 -0700 (PDT) (envelope-from mmuir@es.co.nz) Received: from localhost (localhost [127.0.0.1]) by mike.dhis.org (Postfix) with ESMTP id 63F571FAC; Fri, 19 May 2000 11:47:43 -0700 (PDT) Date: Fri, 19 May 2000 11:47:43 -0700 (PDT) From: "Mike C. Muir" X-Sender: mmuir@haus.lan To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/18518 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org cpiazza@FreeBSD.org wrote: > > Synopsis: Update port sysutils/wmhm to 1.43 > > State-Changed-From-To: open->closed > State-Changed-By: cpiazza > State-Changed-When: Fri May 19 00:26:54 PDT 2000 > State-Changed-Why: > Committed, thanks! > btw, your new MASTER_SITE doesn't contain the latest distfile. Fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 11:50: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 129E737BF53 for ; Fri, 19 May 2000 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA05480; Fri, 19 May 2000 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kraken.itc.gu.edu.au (kraken.itc.gu.edu.au [132.234.250.31]) by hub.freebsd.org (Postfix) with ESMTP id 1844E37C1F4 for ; Fri, 19 May 2000 11:40:19 -0700 (PDT) (envelope-from andrew@itlab70.easstud.gu.edu.au) Received: from itlab70.easstud.gu.edu.au (root@itlab70.easstud.gu.edu.au [132.234.112.223]) by kraken.itc.gu.edu.au (8.8.5/8.7.3) with ESMTP id EAA27553; Sat, 20 May 2000 04:41:24 +1000 (EST) Received: (from andrew@localhost) by itlab70.easstud.gu.edu.au (8.9.3/8.9.3) id EAA77751; Sat, 20 May 2000 04:39:43 +1000 (EST) (envelope-from andrew) Message-Id: <200005191839.EAA77751@itlab70.easstud.gu.edu.au> Date: Sat, 20 May 2000 04:39:43 +1000 (EST) From: andrew@ugh.net.au Reply-To: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org Cc: kelly@ad1440.net X-Send-Pr-Version: 3.2 Subject: ports/18680: print.jadetex port doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18680 >Category: ports >Synopsis: print.jadetex port doesn't compile >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 May 19 11:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 4.0-STABLE i386 >Organization: UgH! >Environment: STABLE as of a few days ago, ports as of a few hours ago >Description: The print/jadetex port fails to build. This is what I get: LaTeX Warning: You have requested, on input line 47, version `2000/03/01' of package hyperref, but only version `2000/01/22 v6.69c Hypertext links for LaTeX' is available. (/usr/local/share/texmf/tex/latex/base/inputenc.sty (dsssl.def)) (mlnames.sty) (unicode.sty WARNING: tipa package not loaded. some symbols will fail (/usr/local/share/texmf/tex/latex/wasysym/wasysym.sty) (/usr/local/share/texmf/tex/latex/misc/stmaryrd.sty) WARNING: Elsevier font setup not found (dummyels.sty) WARNING: mmasym package not loaded. some symbols will fail ) (ucharacters.sty) (uentities.sty ! TeX capacity exceeded, sorry [hash size=10000]. l.712 ...ndafter\def\csname EntHumpEqual\endcsname {\ensuremath{\bumpeq }}% U... No pages of output. Transcript written on jadetex.log. *** Error code 1 Stop in /usr/ports/print/jadetex/work. *** Error code 1 Stop in /usr/ports/print/jadetex. *** Error code 1 Stop in /usr/ports/print/jadetex. *** Error code 1 Stop in /usr/ports/print/jadetex. >How-To-Repeat: cd /usr/ports/print/jadetex && 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 Fri May 19 12:28: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from MexComUSA.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by hub.freebsd.org (Postfix) with ESMTP id 779A037B659 for ; Fri, 19 May 2000 12:28:04 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by MexComUSA.Net (8.9.3/8.9.3) with ESMTP id MAA23139 for ; Fri, 19 May 2000 12:27:51 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <392595B7.79DBB99F@EnContacto.Net> Date: Fri, 19 May 2000 12:27:51 -0700 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: apache13-php4 with imap Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been trying to build apache/php4/imap/mysql/ldap without success. IMAP is disabled in the port. Could someone suggest a solution. Thanks, ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 12:40:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from kenny.blue-box.net (kenny.blue-box.net [199.2.205.167]) by hub.freebsd.org (Postfix) with ESMTP id B03D837BF55 for ; Fri, 19 May 2000 12:40:34 -0700 (PDT) (envelope-from vince@bendnet.com) Received: from kenny.blue-box.net (kenny.blue-box.net [199.2.205.167]) by kenny.blue-box.net (8.10.1/8.10.1/BBMX) with ESMTP id e4JJeUd52720; Fri, 19 May 2000 12:40:30 -0700 (PDT) Date: Fri, 19 May 2000 12:40:29 -0700 (PDT) From: Vince Valenti X-Sender: vince@kenny.blue-box.net To: Edwin Culp Cc: ports@FreeBSD.ORG Subject: Re: apache13-php4 with imap In-Reply-To: <392595B7.79DBB99F@EnContacto.Net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 19 May 2000, Edwin Culp wrote: > I have been trying to build apache/php4/imap/mysql/ldap without > success. IMAP is disabled in the port. Could someone suggest a > solution. I had the same problem. What I ended up doing was just building everything by hand. Also, it seems that PHP doesn't like FreeBSD's IMAP port becuase of the shared library, so I just built a static IMAP library in a separate directory and told configure where it was. Hope that makes sense. ;) -- Vince Valenti Network Services BendNet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 12:47:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 3BDC137BFEC for ; Fri, 19 May 2000 12:47:20 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id MAA01163; Fri, 19 May 2000 12:46:04 -0700 Date: Fri, 19 May 2000 12:46:04 -0700 From: Arun Sharma Message-Id: <200005191946.MAA01163@sharmas.dhs.org> To: rsidd@physics.iisc.ernet.in Cc: ports@freebsd.org Subject: Re: KDE 2 In-Reply-To: <20000519183901.C5984@physics.iisc.ernet.in> References: <20000519183901.C5984@physics.iisc.ernet.in> Reply-To: adsharma@sharmas.dhs.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In muc.lists.freebsd.questions, you wrote: > > Haven't tried the KDE2 port, but on a 3.4 system, exactly the > two programs you mention (kdewizard and konqueror) crashed with > a segv. In the case of konqueror, the program which actually > crashed was kdeinit. I compiled and installed from a cvsup'd kde tree. > I intend to try again sometime, with debugging symbols and all... Actually, all kde2 programs which crash will dump core as kdeinit.core. This is because of the program invocation mechanism in kde2. Someone figured out that loading 20 shared libs is slower than taking an already existing process (kdeinit), forking it and loading "main" as a shared lib. So konqueror really is a shared library, that gets loaded by kdeinit. I'm not sure if this was the right thing to do - but bug reports will tell :) -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 13:39: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id A7B1537B5FA for ; Fri, 19 May 2000 13:39:00 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by sabami.seaslug.org (Postfix) with SMTP id 3E4D01F87; Fri, 19 May 2000 13:38:39 -0700 (PDT) To: The Hermit Hacker Cc: freebsd-ports@freebsd.org Subject: Re: KDE2: make install 'fails' ... References: Reply-To: scott@sabami.seaslug.org From: Scott Blachowicz Date: 19 May 2000 13:38:38 -0700 In-Reply-To: The Hermit Hacker's message of "Fri, 19 May 2000 01:19:35 -0300 (ADT)" Message-ID: <877lcqff75.fsf@sabmail.rresearch.com> Lines: 23 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Just tried to do a 'make install', and it fails in kdebase2: > gmake[3]: Entering directory `/usr/local/base/ports/x11/kdebase2/work/kdebase-1.90/nsplugins/wrapper' > /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c -fPIC -DPIC -o wrapper.lo > In file included from ../../nsplugins/sdk/npupp.h:16, > from wrapper.c:6: > ../../nsplugins/sdk/npapi.h:39: X11/Xlib.h: No such file or directory > ../../nsplugins/sdk/npapi.h:40: X11/Xutil.h: No such file or directory I just got the same thing and fixed it in the Makefile.am in that directory: lib_LTLIBRARIES = libnswrapper.la libnswrapper_la_SOURCES = wrapper.c libnswrapper_la_LDFLAGS = -L$(x_libraries) INCLUDES = -I$(top_srcdir)/nsplugins -I$(x_includes) I added that LDFLAGS line and tacked on the -I$(x_includes) part to the last line. Whether or not it's a "correct" fix is another matter, but it built. -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 13:49:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 916E837BAA5 for ; Fri, 19 May 2000 13:49:37 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.157]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 19 May 2000 13:49:39 -0700 Message-ID: <3925A8D3.F4609B5E@3-cities.com> Date: Fri, 19 May 2000 13:49:23 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Scott Blachowicz Cc: Will Andrews , The Hermit Hacker , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... References: <20000519004127.A41103@argon.blackdawn.com> <392587F7.5CD4317B@3-cities.com> <20000519114532.A85002@sabami.seaslug.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Scott Blachowicz wrote: > > On Fri, May 19, 2000 at 11:29:11AM -0700, Kent Stewart wrote: > > I installed kde2 from the port yesterday. One of the problems is > > flip-floping from kde-2.x to kde-1.x. It wouldn't be to bad if you > > could do a make deinstall from kdk2 and a make reinstall from kde11 > > and have it work. What you end up having to do is delete them all and > > remake from scratch. The only thing you save is the fetching time. > > Well...I'm trying to do this > > cd /usr/ports/x11/kde2 > make PREFIX=/usr/X11R6/kde2 > > so I can hopefully flip to kde2 by just altering which kdm I run and > adjusting my $PATH value to point at the new dir tree first. The > above has finished, but it looks like the LIB_DEPENDS is shorter than > the RUN_DEPENDS for that meta-port...I found that out when I saw that > complete successfully and went to go do a 'make install'. Now it's > busy fetching kdebase... > > Of course, time (and luck) will tell if the above plan will work... > :-)) I think this is very important. When you are presented with choices such as kde/kde2 and not everything works, you need to be able to get it done using the other version. I have more than enough disk but it is my time that is the short side of things. If something doesn't work on kde2, you need to be able to switch to kde and get it done. It should also be a easy and quick thing. I don't imagine this would happen very often but I could imagine logging in and switching at that point. I also can't imagine that all of my user account would be running on the same version of kde. Somethings just don't work with Qt-2. I have wanted to be able to use kword for some time. I have a lot of documents in MS Word and I hate booting to Win 2K on the system I want to test kde2 on just to use them. I have a copy of WordPerfect 8 for linux on a CD and can use it but there are differences. I would hope Kword has fewer warts by comparison. Kent > > -- > Scott Blachowicz -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 13:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BA0937BE97 for ; Fri, 19 May 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA22767; Fri, 19 May 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 36B9F37B6CB; Fri, 19 May 2000 13:43:27 -0700 (PDT) Message-Id: <20000519204327.36B9F37B6CB@hub.freebsd.org> Date: Fri, 19 May 2000 13:43:27 -0700 (PDT) From: klaus.herrmann@gmx.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18681: New Port: gnubile-0.20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18681 >Category: ports >Synopsis: New Port: gnubile-0.20 >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 May 19 13:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Klaus Herrmann >Release: 4.0-Stable >Organization: >Environment: FreeBSD wunderland.own 4.0-STABLE FreeBSD 4.0-STABLE #0: Wed May 17 22:05:29 CEST 2000 root@:/usr/src/sys/compile/WUNDERLAND i386 >Description: A New port of the "gnubile" gnome-frontend to the gnutella distributed network >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: # # gnubile # gnubile/files # gnubile/files/md5 # gnubile/pkg # gnubile/pkg/COMMENT # gnubile/pkg/DESCR # gnubile/pkg/PLIST # gnubile/Makefile # echo c - gnubile mkdir -p gnubile > /dev/null 2>&1 echo c - gnubile/files mkdir -p gnubile/files > /dev/null 2>&1 echo x - gnubile/files/md5 sed 's/^X//' >gnubile/files/md5 << 'END-of-gnubile/files/md5' XMD5 (gnubile-0.20.tar.gz) = 02fee940d1bcfe55f166d67cbc57ec54 END-of-gnubile/files/md5 echo c - gnubile/pkg mkdir -p gnubile/pkg > /dev/null 2>&1 echo x - gnubile/pkg/COMMENT sed 's/^X//' >gnubile/pkg/COMMENT << 'END-of-gnubile/pkg/COMMENT' XA GNOME fronend to the gnutella distributed networkEND-of-gnubile/pkg/COMMENT echo x - gnubile/pkg/DESCR sed 's/^X//' >gnubile/pkg/DESCR << 'END-of-gnubile/pkg/DESCR' Xgnubile is a GNOME frontend for the gnutella distributed network. Xwww: http://gnutella.wego.com END-of-gnubile/pkg/DESCR echo x - gnubile/pkg/PLIST sed 's/^X//' >gnubile/pkg/PLIST << 'END-of-gnubile/pkg/PLIST' Xbin/gnubile END-of-gnubile/pkg/PLIST echo x - gnubile/Makefile sed 's/^X//' >gnubile/Makefile << 'END-of-gnubile/Makefile' X# New ports collection makefile for: gnubile X# Date created: 19 May 2000 X# Whom: Klaus Herrmann X# X# $FreeBSD$ X# X XPORTNAME= gnubile XPORTVERSION= 0.20 XCATEGORIES= net gnome audio XMASTER_SITES= http://gnutella.wego.com/file_depot/0-10000000/110000-120000/116705/folder/127699/ X XMAINTAINER= klaus.herrmann@gmx.net X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config XUSE_GMAKE= yes X X.include END-of-gnubile/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 15: 1:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from fbsd01.granitepost.com (fbsd01.granitepost.com [209.150.104.131]) by hub.freebsd.org (Postfix) with ESMTP id 0C98537B694 for ; Fri, 19 May 2000 15:01:06 -0700 (PDT) (envelope-from clabrown@granitepost.com) Received: from thunder (thunder.granitepost.com [209.150.104.140]) by fbsd01.granitepost.com (8.8.5/8.8.5) with SMTP id SAA12800 for ; Fri, 19 May 2000 18:33:59 -0400 (EDT) From: "Clarence Brown" To: Subject: RE: KDE2: make install 'fails' ... Date: Fri, 19 May 2000 18:05:49 -0400 Message-ID: <002201bfc1de$64e20de0$8c6896d1@granitepost.com> 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 In-Reply-To: <3925A8D3.F4609B5E@3-cities.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Scott Blachowicz wrote: > > > > On Fri, May 19, 2000 at 11:29:11AM -0700, Kent Stewart wrote: > > > I installed kde2 from the port yesterday. One of the problems is > > > flip-floping from kde-2.x to kde-1.x. It wouldn't be to bad if you > > > could do a make deinstall from kdk2 and a make reinstall from kde11 > > > and have it work. What you end up having to do is delete them all and > > > remake from scratch. The only thing you save is the fetching time. > > > > Well...I'm trying to do this > > > > cd /usr/ports/x11/kde2 > > make PREFIX=/usr/X11R6/kde2 > > > > so I can hopefully flip to kde2 by just altering which kdm I run and > > adjusting my $PATH value to point at the new dir tree first. The > > above has finished, but it looks like the LIB_DEPENDS is shorter than > > the RUN_DEPENDS for that meta-port...I found that out when I saw that > > complete successfully and went to go do a 'make install'. Now it's > > busy fetching kdebase... > > > > Of course, time (and luck) will tell if the above plan will work... > > :-)) > > I think this is very important. When you are presented with choices > such as kde/kde2 and not everything works, you need to be able to get > it done using the other version. ... Well, for what it's worth I agree that switching back and forth is important. Certainly while KDE2 is in development. On the KDE site there is a page that describes the configuration for running both and switching back and forth. http://www.kde.org/kde1-and-kde2.html I'm not competant enough at this point to set it up, (I haven't even gotten the kde2 port to work yet) but it would be nice if the kde2 port set things up to make switching easy. Cla. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 15: 9:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 88FBC37BDFE for ; Fri, 19 May 2000 15:09:24 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id PAA16503 for ; Fri, 19 May 2000 15:09:53 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.9.3/8.7.3) id PAA71747 for freebsd-ports@freebsd.org; Fri, 19 May 2000 15:09:21 -0700 (PDT) From: Gary Kline Message-Id: <200005192209.PAA71747@tao.thought.org> Subject: Imake question.... To: freebsd-ports@freebsd.org (FreeBSD Ports) Date: Fri, 19 May 2000 15:09:21 -0700 (PDT) Organization: <> thought.org: pvblic service Unix since 1986... <> X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Guys, Here's a technical Imakefile query for you for my upcoming muuz-0.27.2 port. Among the things I do in this version is use an Imakefile. There are two binaries in the suite: muuz, and an ancillary file muuzbeats. muuz had muuz.1 (or muuz.man) for it's man page. muuzbeats is a fairly simple program that creates dual binaural beats; it is called by muuz and has no man page. Imakefile creates a makefile that it looking for muuzbeats.man. BZZZZT! Is there a way of telling Imakefile to *not* generate a muuzbeats.man? thanks much, gary -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 15:25:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 1029937B635 for ; Fri, 19 May 2000 15:25:49 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (05-079.dial.008.popsite.net [209.69.13.79]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id PAA01814; Fri, 19 May 2000 15:25:39 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 6ABE81960; Fri, 19 May 2000 18:25:17 -0400 (EDT) Date: Fri, 19 May 2000 18:25:17 -0400 From: Will Andrews To: Clarence Brown Cc: freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000519182516.R42474@argon.blackdawn.com> References: <3925A8D3.F4609B5E@3-cities.com> <002201bfc1de$64e20de0$8c6896d1@granitepost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <002201bfc1de$64e20de0$8c6896d1@granitepost.com>; from clabrown@granitepost.com on Fri, May 19, 2000 at 06:05:49PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 06:05:49PM -0400, Clarence Brown wrote: > Well, for what it's worth I agree that switching back and forth is > important. Certainly while KDE2 is in development. On the KDE site > there is a page that describes the configuration for running both > and switching back and forth. http://www.kde.org/kde1-and-kde2.html > > I'm not competant enough at this point to set it up, (I haven't even > gotten the kde2 port to work yet) but it would be nice if the kde2 > port set things up to make switching easy. I am sorry.. I really don't know how to make it work. Unfortunately, kde/qt installation philosophy conflicts with our hier(7) in such a way that it renders installing with respect to $KDEDIR and $QTDIR impossible. :-( I'm still trying to find an acceptable solution for this problem. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 15:43: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id D56D737BBA6 for ; Fri, 19 May 2000 15:42:51 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: from localhost (rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) with ESMTP id PAA13754; Fri, 19 May 2000 15:42:26 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Date: Fri, 19 May 2000 15:42:26 -0700 (PDT) From: R Joseph Wright To: Scott Blachowicz Cc: The Hermit Hacker , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... In-Reply-To: <877lcqff75.fsf@sabmail.rresearch.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19 May 2000, Scott Blachowicz wrote: > > Just tried to do a 'make install', and it fails in kdebase2: > > > gmake[3]: Entering directory `/usr/local/base/ports/x11/kdebase2/work/kdebase-1.90/nsplugins/wrapper' > > /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c > > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c -fPIC -DPIC -o wrapper.lo > > In file included from ../../nsplugins/sdk/npupp.h:16, > > from wrapper.c:6: > > ../../nsplugins/sdk/npapi.h:39: X11/Xlib.h: No such file or directory > > ../../nsplugins/sdk/npapi.h:40: X11/Xutil.h: No such file or directory > > I just got the same thing and fixed it in the Makefile.am in that directory: > > lib_LTLIBRARIES = libnswrapper.la > libnswrapper_la_SOURCES = wrapper.c > libnswrapper_la_LDFLAGS = -L$(x_libraries) > INCLUDES = -I$(top_srcdir)/nsplugins -I$(x_includes) > > I added that LDFLAGS line and tacked on the -I$(x_includes) part to the > last line. Whether or not it's a "correct" fix is another matter, but it > built. Ki kwas kable kto kbuild kit kokay, kbut kit kmatters knot. Knone kof kthe kprograms kwill krun. Kthe konly kone kthat kdoesn't kcrash kis kthe kcrash kwizard! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 15:58:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.interniq.org (mail.interniq.org [207.174.139.135]) by hub.freebsd.org (Postfix) with ESMTP id 1058437B9F1 for ; Fri, 19 May 2000 15:58:38 -0700 (PDT) (envelope-from emre@interniq.org) Received: from interniq.org (adsl-78-214-169.bhm.bellsouth.net [216.78.214.169]) by mail.interniq.org (1.3.3.7/1.3.3.7) with ESMTP id HAA00786 for ; Fri, 19 May 2000 07:00:07 -0600 Message-ID: <3925E3D7.96D318CC@interniq.org> Date: Fri, 19 May 2000 20:01:11 -0500 From: emre X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: PGP5 & XFmail problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've installed PGP5 from the ports collection. I also installed XFmail from the ports, which has support for PGP5 (for signing/encrypting mail). But for some reson it is not working. Is anyone else using XFMail and PGP? I noticed this: bash-2.03# pgp5 Invoked with unknown symlink In XFMail, under Misc->Config Display->PGP, "PGP Program" has /usr/local/bin/pgp5 by default (which is what I executed and have me the symlink error). Because of that, I think, XFMail cannot make use of PGP (it gives me an execution error). Does anyone know how to fix this? I have doing PGP manually and then pasting it to my mail client. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 17: 0: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CA5F37B61C for ; Fri, 19 May 2000 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46373; Fri, 19 May 2000 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sign.chg.ru (sign.chg.ru [193.233.46.10]) by hub.freebsd.org (Postfix) with ESMTP id 0BC0137B50B for ; Fri, 19 May 2000 16:53:39 -0700 (PDT) (envelope-from andrew@sign.chg.ru) Received: (from andrew@localhost) by sign.chg.ru (8.9.3/8.9.3) id DAA81414; Sat, 20 May 2000 03:53:30 +0400 (MSD) (envelope-from andrew) Message-Id: <200005192353.DAA81414@sign.chg.ru> Date: Sat, 20 May 2000 03:53:30 +0400 (MSD) From: andrew@chg.ru Reply-To: andrew@chg.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18684: Update port: ftp/downloader Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18684 >Category: ports >Synopsis: Update port: ftp/downloader >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 19 17:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew L. Neporada >Release: FreeBSD 3.4-20000217-STABLE i386 >Organization: >Environment: current ports tree >Description: Update from 1.16 to 1.16.1 >How-To-Repeat: >Fix: diff -ruN downloader.orig/Makefile downloader/Makefile --- downloader.orig/Makefile Fri May 19 12:26:07 2000 +++ downloader/Makefile Sat May 20 03:20:42 2000 @@ -6,9 +6,10 @@ # PORTNAME= downloader -PORTVERSION= 1.16 +PORTVERSION= 1.16.1 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.server51.freshmeat.net/pub/d4x/ \ +MASTER_SITES= http://www.krasu.ru/soft/chuchelo/files/ \ + ftp://ftp.server51.freshmeat.net/pub/d4x/ \ ftp://ftp.chg.ru/pub/X11/applications/Xdownloader/ DISTNAME= nt-${PORTVERSION} diff -ruN downloader.orig/files/md5 downloader/files/md5 --- downloader.orig/files/md5 Fri May 19 12:26:07 2000 +++ downloader/files/md5 Sat May 20 03:21:02 2000 @@ -1 +1 @@ -MD5 (nt-1.16.tar.gz) = 626fb50566c3a4a63eadade690b5b521 +MD5 (nt-1.16.1.tar.gz) = 276f4dfb2d7d62753f92ae267f6cbdf1 diff -ruN downloader.orig/pkg/PLIST downloader/pkg/PLIST --- downloader.orig/pkg/PLIST Fri May 19 12:26:08 2000 +++ downloader/pkg/PLIST Sat May 20 03:23:48 2000 @@ -21,6 +21,7 @@ share/locale/de/LC_MESSAGES/nt.mo share/locale/el_GR/LC_MESSAGES/nt.mo share/locale/es/LC_MESSAGES/nt.mo +share/locale/fi/LC_MESSAGES/nt.mo share/locale/fr/LC_MESSAGES/nt.mo share/locale/hu/LC_MESSAGES/nt.mo share/locale/id/LC_MESSAGES/nt.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 May 19 18:24:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id 8204437B8FA for ; Fri, 19 May 2000 18:24:12 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by sabami.seaslug.org (Postfix) with SMTP id 876D41F7C; Fri, 19 May 2000 18:25:26 -0700 (PDT) To: R Joseph Wright Cc: freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... References: Reply-To: scott@sabami.seaslug.org From: Scott Blachowicz Date: 19 May 2000 18:25:26 -0700 Message-ID: <87hfbuvwqh.fsf@sabmail.rresearch.com> Lines: 281 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Ki kwas kable kto kbuild kit kokay, kbut kit kmatters knot. Knone kof > kthe kprograms kwill krun. Kthe konly kone kthat kdoesn't kcrash kis kthe > kcrash kwizard! Knot for me. I got it all built into a PREFIX=/usr/X11R6/kde2 setup (after some fixing & tweaking) and mostly running. I'll append my notes. I wonder, though, if some of my runtime problems are related, maybe, to picking up some old files somewhere, somehow... So...how much of this should go to KDE bug reports? If so, what version do I claim to be using? The kcontrol app claims "2.0pre" where the distribution files claim "1.90". -- Scott Blachowicz * Environment: FreeBSD 3.2-RELEASE * Tricks needed to build kde2 ports ** make PREFIX=/usr/X11R6/kde2 ** Library building ports don't seem to run ldconfig to update so cache stuff...I did it "manually". ** The header file has a struct field named "class" that g++ didn't like a whole lot :-). It was included from kdelibs-1.90/kdecore/ksock.cpp to get a constant for Solaris. I ifdef'd it out like this: #ifndef __FreeBSD__ // defines MAXDNAME under Solaris #include #endif ** Got compile errors from kdebase-1.90/nsplugins/wrapper: /bin/sh ../../libtool --mode=compile gcc295 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O -pipe -c wrapper.c gcc295 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O -pipe -c wrapper.c -fPIC -DPIC -o wrapper.lo In file included from ../../nsplugins/sdk/npupp.h:16, from wrapper.c:6: ../../nsplugins/sdk/npapi.h:39: X11/Xlib.h: No such file or directory ../../nsplugins/sdk/npapi.h:40: X11/Xutil.h: No such file or directory Fixed by altering Makefile.am to include X dirs: lib_LTLIBRARIES = libnswrapper.la libnswrapper_la_SOURCES = wrapper.c libnswrapper_la_LDFLAGS = -L$(x_libraries) INCLUDES = -I$(top_srcdir)/nsplugins -I$(x_includes) ** The following dependencies in the x11/kde2/Makefile were satisfied by the old kde files I still have laying around: kcalc:${PORTSDIR}/misc/kdeutils2 \ kmahjongg:${PORTSDIR}/games/kdegames2 \ kmail:${PORTSDIR}/net/kdenetwork2 so I went into those directories and explicitly built them. Do those kde2 ports install anything that is unique to kde2 that could be used for the test instead of kcalc, kmahjongg & kmail? * Tricks needed to run ** /usr/local/bin/kdm: #! /bin/sh PATH=/usr/X11R6/kde2/bin:$PATH export PATH LD_LIBRARY_PATH=/usr/X11R6/kde2/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH exec /usr/X11R6/kde2/bin/kdm -nodaemon ** Make sure my $PATH setting has /usr/X11R6/kde2/bin before /usr/local/bin (where the old kde port installed things). ** Make sure my $LD_LIBRARY_PATH setting has /usr/X11R6/kde2/lib before /usr/local/lib (where the old kde port installed things). Not sure if this is needed or has an effect. I need to read up on shared library handling on FreeBSD... * Broken stuff at runtime ** kdm - There's no text insertion cursor in the username or password text fields. Kind of disconcerting. ** kdm - Hitting return from the password field doesn't activate the "Go" button - I have to hit it myself. ** kcontrol - Going into the "Look & Feel" -> "Desktop" -> "Background" configuration generates a SIGSEGV. Here is the debug output: KApp: Unable to find style plugin coldionsstyle.la. kdecore (KIconLoader): Theme tree: (KDE-HiColor: (KDE-LoColor)) kcontrol: Path Applications/ kcontrol: Path LookNFeel/Windows/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/Windows/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/Themes/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path Information/ kcontrol: Path Sound/ kcontrol: Path Sound/ kcontrol: Path Peripherals/ kcontrol: Path Peripherals/ kcontrol: Path Browsing/Files/ kcontrol: Path Browsing/ kcontrol: Path Browsing/Files/ kcontrol: Path Browsing/Neighbourhood/ kcontrol: Path Browsing/ kcontrol: Path Browsing/Web/ kcontrol: Path Browsing/ kcontrol: Path Browsing/Web/ kcontrol: Path Browsing/Web/ kcontrol: Path Browsing/Web/ kcontrol: Path Browsing/Web/ kcontrol: Path PowerControl/ kcontrol: Path Personalization/ kcontrol: Path Personalization/ kcontrol: Path Personalization/ kcontrol: Path Laptop/ kcontrol: Path Laptop/ kcontrol: Path Laptop/ kcontrol: Path Laptop/ kcontrol: Path Laptop/ kcontrol: path: &File &View &Mode Icon &size &Help kcontrol: Path Applications/ kcontrol: Path LookNFeel/Windows/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/Windows/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/Desktop/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/Themes/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path LookNFeel/ kcontrol: Path Information/ kcontrol: Path Sound/ kcontrol: Path Sound/ kcontrol: Path Peripherals/ kcontrol: Path Peripherals/ kcontrol: Path Browsing/Files/ kcontrol: Path Browsing/ kcontrol: Path Browsing/Files/ kcontrol: Path Browsing/Neighbourhood/ kcontrol: Path Browsing/ kcontrol: Path Browsing/Web/ kcontrol: Path Browsing/ kcontrol: Path Browsing/Web/ kcontrol: Path Browsing/Web/ kcontrol: Path Browsing/Web/ kcontrol: Path Browsing/Web/ kcontrol: Path PowerControl/ kcontrol: Path Personalization/ kcontrol: Path Personalization/ kcontrol: Path Personalization/ kcontrol: Path Laptop/ kcontrol: Path Laptop/ kcontrol: Path Laptop/ kcontrol: Path Laptop/ kcontrol: Path Laptop/ kcontrol: path: kcontrol: path: kcontrol: path: kcontrol: activate: Background kcontrol: path: LookNFeelDesktop kcontrol: KCrash: crashing.... crashRecursionCounter = 0 kcontrol: KCrash: Appname = 0x80abbe0 apppath = 0x0 KApp: Unable to find style plugin coldionsstyle.la. ** konqueror - Whenever I try to connect to an http url, I get this kind of debug output (this for http://www.freebsd.org) and a "Connection to host www.freebsd.org is broken" error. konqueror: Instance kshorturifilter has no about data konqueror: Instance kuriikwsfilter has no about data konqueror: KonqMainView::openURL : url = 'http://www.freebsd.org' serviceType='' konqueror: KonqMainView::setLocationBarURL : url = http://www.freebsd.org konqueror: trying openView for http://www.freebsd.org (servicetype ) konqueror: Creating new konqrun for http://www.freebsd.org konqueror: FILTERING text/html konqueror: KonqMainView::openView text/html http://www.freebsd.org KonqKfmIconView::stop() konqueror: KonqMainView::setLocationBarURL : url = http://www.freebsd.org konqueror: trying to create view for "text/html" libkonq: text/html.desktop libkonq: X-KDE-AutoEmbed set to true konqueror: KonqChildView::switchView kdecore (KIconLoader): Theme tree: (KDE-HiColor: (KDE-LoColor)) konqueror: KonqFrame::attachInternal() kparts: Part child view removed konqueror: slotPartActivated 0x0 kparts: MainWindow::createGUI for 0L kparts: deactivating GUI for child view konqueror: slotPartActivated 0x811d780 kparts: MainWindow::createGUI for child view konqueror: KonqViewManager(0x8087040)::chooseNextView(0x811f100) konqueror: slotPartActivated: setting location bar url to http://www.freebsd.orgkdecore (KProtocolManager): ERROR: Protocol not found kparts: WARNING: Part child view must have at least a ClickFocus policy. Prepare for trouble ! konqueror: -KonqKfmIconView libkonq: forgetting about /usr/users/scott kparts: deleting widget [KonqIconViewWidget pointer (0x8113e00) to widget qiconview, geometry=700x388+0+0] qiconview kdecore (KLibLoader): KLibrary: shutdown timer started! khtml (part): KHTMLPart::openURLhttp://www.freebsd.org khtml (part): closing old URL khtml (part): KHTMLPart::openURL now (before started) m_url = http://www.freebsd.org khtml (part): saveState! khtml (part): KHTMLPart::saveState saving URL http://www.freebsd.org konqueror: KonqChildView::show() kio (Scheduler): Scheduling job kio (Scheduler): Scheduler Info kio (Scheduler): ========== kio (Scheduler): Total Slaves: 1 kio (Scheduler): Slave: file 0 pid: 5018 kio (Scheduler): -- active: 0 idle: 1 kio (Scheduler): Idle Slaves: 1 kio (Scheduler): IdleSlave: file 0 kio (Scheduler): Jobs in Queue: 1 kio (Scheduler): Job: http://www.freebsd.org kio (Slave): createSlave for http://www.freebsd.org kio (Slave): PID of slave = 5022 kio (Scheduler): scheduler: job started 0x8119200 konqueror: KonqRun::~KonqRun() kio (Slave): slave has connected to application kio (Slave): got answer 103 kio (KIOJob): error 24 www.freebsd.org kio (Scheduler): Scheduler: job finished job = 0x8119200 pid = 5022 kio (Scheduler): slave status kio (Scheduler): Slave = 0x8198000 (PID = 5022) protocol = http host = www.freebsd.org Not connected To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 18:43:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 21B7537B552 for ; Fri, 19 May 2000 18:43:24 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.79]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 19 May 2000 18:43:26 -0700 Message-ID: <3925EDB8.5A21AC09@3-cities.com> Date: Fri, 19 May 2000 18:43:20 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Will Andrews Cc: Clarence Brown , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... References: <3925A8D3.F4609B5E@3-cities.com> <002201bfc1de$64e20de0$8c6896d1@granitepost.com> <20000519182516.R42474@argon.blackdawn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > > On Fri, May 19, 2000 at 06:05:49PM -0400, Clarence Brown wrote: > > Well, for what it's worth I agree that switching back and forth is > > important. Certainly while KDE2 is in development. On the KDE site > > there is a page that describes the configuration for running both > > and switching back and forth. http://www.kde.org/kde1-and-kde2.html You aren't alone. If I knew how to do this, I would have sent you the diff's. During the Win 2000 betas, I would have had a second install available as a boot but I don't know how to do that in an acceptable manner with FreeBSD either. > > > > I'm not competant enough at this point to set it up, (I haven't even > > gotten the kde2 port to work yet) but it would be nice if the kde2 > > port set things up to make switching easy. > > I am sorry.. I really don't know how to make it work. Unfortunately, > kde/qt installation philosophy conflicts with our hier(7) in such a way > that it renders installing with respect to $KDEDIR and $QTDIR > impossible. :-( > > I'm still trying to find an acceptable solution for this problem. > It seems like these could be setup using a shell script. I don't know if that is possible either. This isn't the only environment where this is important. It may just be the first one where people had opinions and said something. I think XFree86-4 and 3.3.6 are another pair of candidates. If I feel that way, then there must be a couple of more that fit the need. If people want you to test their product, they should make it easy to use. What we are seeing is the unix way and people may not find that acceptable in the future :) The question is what can we do about it. BTW, I liked your idea of XFree86 broken up into useful pieces. It isn't with out bugs and adding patches or etc. should be much easier than it is currently. Downloading 30+MB of source to get a patch isn't acceptable. Broken up would make it much nicer :). Kent > -- > Will Andrews > GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- > ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ > G++>+++ e->++++ h! r-->+++ y? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 19: 4: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 6EF9937BF06 for ; Fri, 19 May 2000 19:03:48 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (05-079.dial.008.popsite.net [209.69.13.79]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id TAA05483; Fri, 19 May 2000 19:03:41 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 93F8D1990; Fri, 19 May 2000 22:03:22 -0400 (EDT) Date: Fri, 19 May 2000 22:03:22 -0400 From: Will Andrews To: Scott Blachowicz Cc: R Joseph Wright , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000519220322.A45875@argon.blackdawn.com> References: <87hfbuvwqh.fsf@sabmail.rresearch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <87hfbuvwqh.fsf@sabmail.rresearch.com>; from scott@sabmail.rresearch.com on Fri, May 19, 2000 at 06:25:26PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 06:25:26PM -0700, Scott Blachowicz wrote: > Knot for me. I got it all built into a PREFIX=/usr/X11R6/kde2 setup > (after some fixing & tweaking) and mostly running. I'll append my notes. > I wonder, though, if some of my runtime problems are related, maybe, to > picking up some old files somewhere, somehow... > > So...how much of this should go to KDE bug reports? If so, what version > do I claim to be using? The kcontrol app claims "2.0pre" where the > distribution files claim "1.90". Ah geez, you had to go and do all this evaluation for me! (I was busy doing other things today, as you might have noticed. The kde2 stuff was reserved for nighttime when I'm less busy) > * Tricks needed to build kde2 ports > ** make PREFIX=/usr/X11R6/kde2 Does this allow people to have both KDE2 and KDE on their systems?? If so, that's GREAT! > ** Library building ports don't seem to run ldconfig to update so cache > stuff...I did it "manually". I already fixed this in kde-qt-addon's PLIST. > ** The header file has a struct field named "class" that > g++ didn't like a whole lot :-). It was included from > kdelibs-1.90/kdecore/ksock.cpp to get a constant for Solaris. I > ifdef'd it out like this: > #ifndef __FreeBSD__ > // defines MAXDNAME under Solaris > #include > #endif Ok, I'll add this patch, although I didn't have a problem with this particular nit. > ** Got compile errors from kdebase-1.90/nsplugins/wrapper: > /bin/sh ../../libtool --mode=compile gcc295 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O -pipe -c wrapper.c > gcc295 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O -pipe -c wrapper.c -fPIC -DPIC -o wrapper.lo > In file included from ../../nsplugins/sdk/npupp.h:16, > from wrapper.c:6: > ../../nsplugins/sdk/npapi.h:39: X11/Xlib.h: No such file or directory > ../../nsplugins/sdk/npapi.h:40: X11/Xutil.h: No such file or directory > > Fixed by altering Makefile.am to include X dirs: > lib_LTLIBRARIES = libnswrapper.la > libnswrapper_la_SOURCES = wrapper.c > libnswrapper_la_LDFLAGS = -L$(x_libraries) > INCLUDES = -I$(top_srcdir)/nsplugins -I$(x_includes) Yeah, sorry.. I know a better way to fix this. :-) > ** The following dependencies in the x11/kde2/Makefile were satisfied by > the old kde files I still have laying around: > > kcalc:${PORTSDIR}/misc/kdeutils2 \ > kmahjongg:${PORTSDIR}/games/kdegames2 \ > kmail:${PORTSDIR}/net/kdenetwork2 > > so I went into those directories and explicitly built them. Do those > kde2 ports install anything that is unique to kde2 that could be used > for the test instead of kcalc, kmahjongg & kmail? Hmm... you're right, they were satisfied by the old kde installations. We could certainly use unique ones for these: kdf:${PORTSDIR}/misc/kdeutils2 kjumpingcube:${PORTSDIR}/games/kdegames2 Unfortunately, I am unable to find anything in terms of a RUN_DEPENDS that we can use for kdenetwork. But I did find LIB_DEPENDS= libsearch.3:${PORTSDIR}/net/kdenetwork2 which should do the trick. > * Tricks needed to run > ** /usr/local/bin/kdm: > #! /bin/sh > PATH=/usr/X11R6/kde2/bin:$PATH export PATH > LD_LIBRARY_PATH=/usr/X11R6/kde2/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH > exec /usr/X11R6/kde2/bin/kdm -nodaemon I don't use kdm.. > ** Make sure my $PATH setting has /usr/X11R6/kde2/bin before > /usr/local/bin (where the old kde port installed things). Yup.. can have a simple script in .xinitrc to take care of this. > ** Make sure my $LD_LIBRARY_PATH setting has /usr/X11R6/kde2/lib before > /usr/local/lib (where the old kde port installed things). Not sure if > this is needed or has an effect. I need to read up on shared library > handling on FreeBSD... ldconfig -m %B calls ``ldconfig -m ${PREFIX}/lib'', which adds the correct search path for where you installed the libs. > * Broken stuff at runtime > ** kdm - There's no text insertion cursor in the username or password text > fields. Kind of disconcerting. > > ** kdm - Hitting return from the password field doesn't activate the "Go" > button - I have to hit it myself. as i said before, no exp. w/ kdm > ** kcontrol - Going into the "Look & Feel" -> "Desktop" -> "Background" > configuration generates a SIGSEGV. Here is the debug output: > KApp: Unable to find style plugin coldionsstyle.la. > kdecore (KIconLoader): Theme tree: (KDE-HiColor: (KDE-LoColor)) > kcontrol: Path Applications/ > kcontrol: Path LookNFeel/Windows/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/Windows/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/Themes/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path Information/ > kcontrol: Path Sound/ > kcontrol: Path Sound/ > kcontrol: Path Peripherals/ > kcontrol: Path Peripherals/ > kcontrol: Path Browsing/Files/ > kcontrol: Path Browsing/ > kcontrol: Path Browsing/Files/ > kcontrol: Path Browsing/Neighbourhood/ > kcontrol: Path Browsing/ > kcontrol: Path Browsing/Web/ > kcontrol: Path Browsing/ > kcontrol: Path Browsing/Web/ > kcontrol: Path Browsing/Web/ > kcontrol: Path Browsing/Web/ > kcontrol: Path Browsing/Web/ > kcontrol: Path PowerControl/ > kcontrol: Path Personalization/ > kcontrol: Path Personalization/ > kcontrol: Path Personalization/ > kcontrol: Path Laptop/ > kcontrol: Path Laptop/ > kcontrol: Path Laptop/ > kcontrol: Path Laptop/ > kcontrol: Path Laptop/ > kcontrol: path: > > > > > &File > > > > > > &View > > > > &Mode > > > > > > Icon &size > > > > > > > > &Help > > > > > > > > > > > > kcontrol: Path Applications/ > kcontrol: Path LookNFeel/Windows/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/Windows/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/Desktop/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/Themes/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path LookNFeel/ > kcontrol: Path Information/ > kcontrol: Path Sound/ > kcontrol: Path Sound/ > kcontrol: Path Peripherals/ > kcontrol: Path Peripherals/ > kcontrol: Path Browsing/Files/ > kcontrol: Path Browsing/ > kcontrol: Path Browsing/Files/ > kcontrol: Path Browsing/Neighbourhood/ > kcontrol: Path Browsing/ > kcontrol: Path Browsing/Web/ > kcontrol: Path Browsing/ > kcontrol: Path Browsing/Web/ > kcontrol: Path Browsing/Web/ > kcontrol: Path Browsing/Web/ > kcontrol: Path Browsing/Web/ > kcontrol: Path PowerControl/ > kcontrol: Path Personalization/ > kcontrol: Path Personalization/ > kcontrol: Path Personalization/ > kcontrol: Path Laptop/ > kcontrol: Path Laptop/ > kcontrol: Path Laptop/ > kcontrol: Path Laptop/ > kcontrol: Path Laptop/ > kcontrol: path: > kcontrol: path: > kcontrol: path: > kcontrol: activate: Background > kcontrol: path: LookNFeelDesktop > kcontrol: KCrash: crashing.... crashRecursionCounter = 0 > kcontrol: KCrash: Appname = 0x80abbe0 apppath = 0x0 > KApp: Unable to find style plugin coldionsstyle.la. wheefun.. > ** konqueror - Whenever I try to connect to an http url, I get this kind > of debug output (this for http://www.freebsd.org) and a "Connection to > host www.freebsd.org is broken" error. > > konqueror: Instance kshorturifilter has no about data > konqueror: Instance kuriikwsfilter has no about data > konqueror: KonqMainView::openURL : url = 'http://www.freebsd.org' serviceType='' > konqueror: KonqMainView::setLocationBarURL : url = http://www.freebsd.org > konqueror: trying openView for http://www.freebsd.org (servicetype ) > konqueror: Creating new konqrun for http://www.freebsd.org > konqueror: FILTERING text/html > konqueror: KonqMainView::openView text/html http://www.freebsd.org > KonqKfmIconView::stop() > konqueror: KonqMainView::setLocationBarURL : url = http://www.freebsd.org > konqueror: trying to create view for "text/html" > libkonq: text/html.desktop > libkonq: X-KDE-AutoEmbed set to true > konqueror: KonqChildView::switchView > kdecore (KIconLoader): Theme tree: (KDE-HiColor: (KDE-LoColor)) > konqueror: KonqFrame::attachInternal() > kparts: Part child view removed > konqueror: slotPartActivated 0x0 > kparts: MainWindow::createGUI for 0L > kparts: deactivating GUI for child view > konqueror: slotPartActivated 0x811d780 > kparts: MainWindow::createGUI for child view > konqueror: KonqViewManager(0x8087040)::chooseNextView(0x811f100) > konqueror: slotPartActivated: setting location bar url to http://www.freebsd.orgkdecore (KProtocolManager): ERROR: Protocol not found > kparts: WARNING: Part child view must have at least a ClickFocus policy. Prepare for trouble ! > konqueror: -KonqKfmIconView > libkonq: forgetting about /usr/users/scott > kparts: deleting widget [KonqIconViewWidget pointer (0x8113e00) to widget qiconview, geometry=700x388+0+0] qiconview > kdecore (KLibLoader): KLibrary: shutdown timer started! > khtml (part): KHTMLPart::openURLhttp://www.freebsd.org > khtml (part): closing old URL > khtml (part): KHTMLPart::openURL now (before started) m_url = http://www.freebsd.org > khtml (part): saveState! > khtml (part): KHTMLPart::saveState saving URL http://www.freebsd.org > konqueror: KonqChildView::show() > kio (Scheduler): Scheduling job > kio (Scheduler): Scheduler Info > kio (Scheduler): ========== > kio (Scheduler): Total Slaves: 1 > kio (Scheduler): Slave: file 0 pid: 5018 > kio (Scheduler): -- active: 0 idle: 1 > kio (Scheduler): Idle Slaves: 1 > kio (Scheduler): IdleSlave: file 0 > kio (Scheduler): Jobs in Queue: 1 > kio (Scheduler): Job: http://www.freebsd.org > kio (Slave): createSlave for http://www.freebsd.org > kio (Slave): PID of slave = 5022 > kio (Scheduler): scheduler: job started 0x8119200 > konqueror: KonqRun::~KonqRun() > kio (Slave): slave has connected to application > kio (Slave): got answer 103 > kio (KIOJob): error 24 www.freebsd.org > kio (Scheduler): Scheduler: job finished job = 0x8119200 pid = 5022 > kio (Scheduler): slave status > kio (Scheduler): Slave = 0x8198000 (PID = 5022) protocol = http host = www.freebsd.org Not connected This is unusual.. looks like some protocol handling code isn't being built for you. konqueror works flawlessly for me. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 19: 8:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 3E0BA37BE32 for ; Fri, 19 May 2000 19:08:53 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (05-079.dial.008.popsite.net [209.69.13.79]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id TAA05582; Fri, 19 May 2000 19:08:48 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 5DD951960; Fri, 19 May 2000 22:08:22 -0400 (EDT) Date: Fri, 19 May 2000 22:08:22 -0400 From: Will Andrews To: Kent Stewart Cc: Will Andrews , Clarence Brown , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000519220822.B45875@argon.blackdawn.com> References: <3925A8D3.F4609B5E@3-cities.com> <002201bfc1de$64e20de0$8c6896d1@granitepost.com> <20000519182516.R42474@argon.blackdawn.com> <3925EDB8.5A21AC09@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3925EDB8.5A21AC09@3-cities.com>; from kstewart@3-cities.com on Fri, May 19, 2000 at 06:43:20PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 06:43:20PM -0700, Kent Stewart wrote: > It seems like these could be setup using a shell script. I don't know > if that is possible either. Well, you have to consider library namespace pollution.. both KDE 1.x and KDE 2.x call their libraries libkdeui, libkdecore, [...]. Shell scripts can't fix that sort of thing easily.. although I suppose maybe you could override system search paths with LD_LIBRARY_PATH. > BTW, I liked your idea of XFree86 broken up into useful pieces. It > isn't with out bugs and adding patches or etc. should be much easier > than it is currently. Downloading 30+MB of source to get a patch > isn't acceptable. Broken up would make it much nicer :). I agree. However, other developers do not agree and feel that we should be forced to use the vendor's files as they are distributed (the distfiles). So you'd still have to download 30MB of distfiles just to build and install XFree86 libs/headers only. I'm going to pause on this subject because I'm interested in seeing what Satoshi and friends are up to. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 19:14:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id BF0AB37B5BD for ; Fri, 19 May 2000 19:14:40 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: by sabami.seaslug.org (Postfix, from userid 1000) id CD3D71F7C; Fri, 19 May 2000 19:15:55 -0700 (PDT) Date: Fri, 19 May 2000 19:15:55 -0700 From: Scott Blachowicz To: Will Andrews Cc: Scott Blachowicz , R Joseph Wright , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000519191555.A25707@sabami.seaslug.org> Reply-To: Scott Blachowicz References: <87hfbuvwqh.fsf@sabmail.rresearch.com> <20000519220322.A45875@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000519220322.A45875@argon.blackdawn.com>; from andrews@technologist.com on Fri, May 19, 2000 at 10:03:22PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 10:03:22PM -0400, Will Andrews wrote: > > * Tricks needed to build kde2 ports > > ** make PREFIX=/usr/X11R6/kde2 > > Does this allow people to have both KDE2 and KDE on their systems?? If > so, that's GREAT! If you're careful with paths, I think it might...but I'm not completely sure yet. > > ** The header file has a struct field named "class" that > > g++ didn't like a whole lot :-). It was included from > > kdelibs-1.90/kdecore/ksock.cpp to get a constant for Solaris. I > > ifdef'd it out like this: > > #ifndef __FreeBSD__ > > // defines MAXDNAME under Solaris > > #include > > #endif > > Ok, I'll add this patch, although I didn't have a problem with this > particular nit. Yes - I think someone else pointed out that that header file was fixed in a later FreeBSD version than I have (3.2). That reminds me...I forgot to include that problem with the missing mkstemps() function in this list. That was in kdelibs-1.90/kdecore/ktempfile.cpp and this code: bool KTempFile::create(const QString &filePrefix, const QString &fileExtension, int mode) { #ifdef __FreeBSD__ I changed that ifdef to '#if __FreeBSD_version >= 330002'. > > ** Make sure my $PATH setting has /usr/X11R6/kde2/bin before > > /usr/local/bin (where the old kde port installed things). > > Yup.. can have a simple script in .xinitrc to take care of this. Well...the .xinitrc that I've been accumulating over the past 9 years or so isn't so simple any more :-)). > > ** Make sure my $LD_LIBRARY_PATH setting has /usr/X11R6/kde2/lib before > > /usr/local/lib (where the old kde port installed things). Not sure if > > this is needed or has an effect. I need to read up on shared library > > handling on FreeBSD... > > ldconfig -m %B calls ``ldconfig -m ${PREFIX}/lib'', which adds the > correct search path for where you installed the libs. Yes...but I'm wondering if there are kde1 vs kde2 conflicts in the library names. If so, the kde2 programs would need to prefer the kde2 lib dir over the kde1 lib dir. > > ... > > kio (Slave): slave has connected to application > > kio (Slave): got answer 103 > > kio (KIOJob): error 24 www.freebsd.org > > kio (Scheduler): Scheduler: job finished job = 0x8119200 pid = 5022 > > kio (Scheduler): slave status > > kio (Scheduler): Slave = 0x8198000 (PID = 5022) protocol = http host = www.freebsd.org Not connected > > This is unusual.. looks like some protocol handling code isn't being > built for you. konqueror works flawlessly for me. Hmmm...maybe I should just break down and upgrade my OS to 4.0 :-)...what are you running? Ah well...dinner calls... -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 19:18:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id F072F37B5BD for ; Fri, 19 May 2000 19:18:13 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.79]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 19 May 2000 19:18:16 -0700 Message-ID: <3925F5E2.7C818FB8@3-cities.com> Date: Fri, 19 May 2000 19:18:10 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Will Andrews Cc: Clarence Brown , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... References: <3925A8D3.F4609B5E@3-cities.com> <002201bfc1de$64e20de0$8c6896d1@granitepost.com> <20000519182516.R42474@argon.blackdawn.com> <3925EDB8.5A21AC09@3-cities.com> <20000519220822.B45875@argon.blackdawn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > > On Fri, May 19, 2000 at 06:43:20PM -0700, Kent Stewart wrote: > > It seems like these could be setup using a shell script. I don't know > > if that is possible either. > > Well, you have to consider library namespace pollution.. both KDE 1.x > and KDE 2.x call their libraries libkdeui, libkdecore, [...]. Shell > scripts can't fix that sort of thing easily.. although I suppose maybe > you could override system search paths with LD_LIBRARY_PATH. I thought more was on the order of soft links and a script to change those around would do some of it. > > BTW, I liked your idea of XFree86 broken up into useful pieces. It > > isn't with out bugs and adding patches or etc. should be much easier > > than it is currently. Downloading 30+MB of source to get a patch > > isn't acceptable. Broken up would make it much nicer :). > > I agree. However, other developers do not agree and feel that we should > be forced to use the vendor's files as they are distributed (the > distfiles). So you'd still have to download 30MB of distfiles just to > build and install XFree86 libs/headers only. > > I'm going to pause on this subject because I'm interested in seeing what > Satoshi and friends are up to. I noticed and felt it was time to add my $0.02 :). Kent > > -- > Will Andrews > GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- > ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ > G++>+++ e->++++ h! r-->+++ y? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 19:24:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id EEBA437B63F for ; Fri, 19 May 2000 19:24:04 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (05-079.dial.008.popsite.net [209.69.13.79]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id TAA05845; Fri, 19 May 2000 19:23:52 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 468761960; Fri, 19 May 2000 22:23:35 -0400 (EDT) Date: Fri, 19 May 2000 22:23:35 -0400 From: Will Andrews To: Scott Blachowicz Cc: Will Andrews , R Joseph Wright , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000519222335.C45875@argon.blackdawn.com> References: <87hfbuvwqh.fsf@sabmail.rresearch.com> <20000519220322.A45875@argon.blackdawn.com> <20000519191555.A25707@sabami.seaslug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000519191555.A25707@sabami.seaslug.org>; from scott@sabmail.rresearch.com on Fri, May 19, 2000 at 07:15:55PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 07:15:55PM -0700, Scott Blachowicz wrote: > > Does this allow people to have both KDE2 and KDE on their systems?? If > > so, that's GREAT! > > If you're careful with paths, I think it might...but I'm not > completely sure yet. Yes, I think it would work, if people mainpulated $PATH and $LD_LIBRARY_PATH correctly... We'd have to do some interesting hacking around the kde2 ports to make sure they worked whether or not kde 1.x is installed. > Yes - I think someone else pointed out that that header file was fixed > in a later FreeBSD version than I have (3.2). Ok. > That reminds me...I forgot to include that problem with the missing > mkstemps() function in this list. That was in > kdelibs-1.90/kdecore/ktempfile.cpp and this code: > > bool > KTempFile::create(const QString &filePrefix, const QString &fileExtension, > int mode) > { > #ifdef __FreeBSD__ > > I changed that ifdef to '#if __FreeBSD_version >= 330002'. Yeah, mkstemps() was introduced around 3.4. > > Yup.. can have a simple script in .xinitrc to take care of this. > > Well...the .xinitrc that I've been accumulating over the past 9 years or so > isn't so simple any more :-)). I didn't say your .xinitrc would be simple, I said the script in it would be. ;) > > > this is needed or has an effect. I need to read up on shared library > > > handling on FreeBSD... > > > > ldconfig -m %B calls ``ldconfig -m ${PREFIX}/lib'', which adds the > > correct search path for where you installed the libs. > > Yes...but I'm wondering if there are kde1 vs kde2 conflicts in the library > names. If so, the kde2 programs would need to prefer the kde2 lib dir over > the kde1 lib dir. I'm fairly certain we can override system search paths with $LD_LIBRARY_PATH. > Hmmm...maybe I should just break down and upgrade my OS to 4.0 :-)...what are > you running? Ah well...dinner calls... 5.0-CURRENT, of course.. I'm a developer! :-P I warned people that this whole thing had only be tested on 5-current when I announced the finish of the import. ;-p I also have a 3.4-STABLE machine that has a faster CPU, but I rely on it having a "stable" interface so I can get work done... -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 21:19:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id B8CAB37B72F for ; Fri, 19 May 2000 21:19:18 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (05-079.dial.008.popsite.net [209.69.13.79]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id VAA07272 for ; Fri, 19 May 2000 21:19:14 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 264AE1960; Sat, 20 May 2000 00:18:52 -0400 (EDT) Date: Sat, 20 May 2000 00:18:51 -0400 From: Will Andrews To: FreeBSD Ports Subject: Nuke games/xnibbles? Message-ID: <20000520001850.E45875@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I'm considering whether to nuke games/xnibbles because its homepage states that it is no longer being maintained since it was converted to gnome and put in the gnome-games package. See: http://www.tjhsst.edu/xnibbles/ Does anyone want this port to stay? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 22:28:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from minubian.houabg.com (minubian.houabg.com [206.109.247.11]) by hub.freebsd.org (Postfix) with ESMTP id 9A06F37B66B for ; Fri, 19 May 2000 22:28:44 -0700 (PDT) (envelope-from dchapman@houabg.com) Received: from houcbs2.houabg.com (mailhost.houabg.com [206.109.247.20]) by minubian.houabg.com (8.8.8/8.8.8) with ESMTP id BAA24250 for ; Sat, 20 May 2000 01:24:30 -0500 (CDT) (envelope-from dchapman@houabg.com) Received: from 216-118-21-147.pdq.net by houcbs2.houabg.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id KX89LK10; Sat, 20 May 2000 00:32:23 -0500 Message-ID: <002001bfc21c$3b5d3420$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Vince Valenti" , "Edwin Culp" Cc: References: Subject: Re: apache13-php4 with imap Date: Sat, 20 May 2000 00:28:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The problem with imap support was where freebsd stored the imap client, should be fixed in php4rc2 but if its not I can dig up the email from php support telling me what to make a link of to make it find it. ----- Original Message ----- From: "Vince Valenti" To: "Edwin Culp" Cc: Sent: Friday, May 19, 2000 2:40 PM Subject: Re: apache13-php4 with imap > On Fri, 19 May 2000, Edwin Culp wrote: > > > I have been trying to build apache/php4/imap/mysql/ldap without > > success. IMAP is disabled in the port. Could someone suggest a > > solution. > > I had the same problem. What I ended up doing was just building > everything by hand. Also, it seems that PHP doesn't like FreeBSD's IMAP > port becuase of the shared library, so I just built a static IMAP library > in a separate directory and told configure where it was. > > Hope that makes sense. ;) > > -- > Vince Valenti > Network Services > BendNet > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 19 23:44:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 302CC37B517 for ; Fri, 19 May 2000 23:44:29 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000050921000035) with ESMTP id PAA10483 for ; Sat, 20 May 2000 15:44:24 +0900 Received: from localhost (ppp28-Mobara1.mtci.ne.jp [210.172.1.230]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000051721000000) with SMTP id PAA23776 for ; Sat, 20 May 2000 15:44:19 +0900 X-Authentication-Warning: mail1.be.to: Host ppp28-Mobara1.mtci.ne.jp [210.172.1.230] claimed to be localhost Received: (qmail 2058 invoked from network); 20 May 2000 06:44:11 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 20 May 2000 06:44:11 -0000 Date: Sat, 20 May 2000 15:44:09 +0900 Message-ID: <86og61g1qe.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: freebsd-ports@FreeBSD.ORG Subject: MASTER_SITE_GNU User-Agent: Wanderlust/2.3.0 (Roam) REMI/1.14.1 (=?ISO-8859-4?Q?Mushigawa?= =?ISO-8859-4?Q?=F2sugi?=) Chao/1.14.1 (=?ISO-8859-4?Q?Rokujiz=F2?=) APEL/10.2 Emacs/20.6 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 (generated by REMI 1.14.1 - =?ISO-8859-4?Q?=22Mushigawa=F2?= =?ISO-8859-4?Q?sugi=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Should we remove ftp://ftp.ecrc.net/ from MASTER_SITE_GNU? Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 1:47:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ccsun3.csie.nctu.edu.tw (ccsun3.csie.nctu.edu.tw [140.113.209.103]) by hub.freebsd.org (Postfix) with ESMTP id 1ACF937B5FF for ; Sat, 20 May 2000 01:47:48 -0700 (PDT) (envelope-from yinjieh@ccsun3.csie.nctu.edu.tw) Received: (from yinjieh@localhost) by ccsun3.csie.nctu.edu.tw (8.9.3/8.9.0) id QAA07318; Sat, 20 May 2000 16:47:26 +0800 (CST) Date: Sat, 20 May 2000 16:47:26 +0800 (CST) From: ³Çªº¤ß ©pªº¤ß Message-Id: <200005200847.QAA07318@ccsun3.csie.nctu.edu.tw> To: andrews@technologist.com (Will Andrews), ports@freebsd.org Subject: Re: Nuke games/xnibbles? Newsgroups: mailing.freebsd.ports In-Reply-To: <8g53p1$1r1d$1@FreeBSD.csie.NCTU.edu.tw> Organization: ¦P¤@­Ó¬PªÅ¤U X-Newsreader: TIN [UNIX 1.3 unoff BETA 970916; sun4u SunOS 5.7] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <8g53p1$1r1d$1@FreeBSD.csie.NCTU.edu.tw> you wrote: > Hi all, > I'm considering whether to nuke games/xnibbles because its homepage > states that it is no longer being maintained since it was converted to > gnome and put in the gnome-games package. > See: http://www.tjhsst.edu/xnibbles/ > Does anyone want this port to stay? Hi, I think this game is simple, and I like it very much. So please let this port stay, thanks. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 2: 0:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 05D3C37B56B; Sat, 20 May 2000 02:00:15 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c02-106.006.popsite.net [216.126.135.106]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id CAA73954; Sat, 20 May 2000 02:00:12 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id CAA04939; Sat, 20 May 2000 02:00:18 -0700 (PDT) (envelope-from obrien) Date: Sat, 20 May 2000 02:00:17 -0700 From: "David O'Brien" To: Satoshi Asami Cc: ports@FreeBSD.org Subject: `make install' from category level seems broken Message-ID: <20000520020017.A4904@dragon.nuxi.com> Reply-To: obrien@NUXI.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Seems we've broken the ability to install a whole category of ports: bash# cd /usr/ports/vietnamese bash# make install make: don't know how to make vn7to8.realinstall. Stop To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 3:10:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C2AD37B548 for ; Sat, 20 May 2000 03:10:09 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9C1129.dip0.t-ipconnect.de [62.156.17.41]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id MAA05216; Sat, 20 May 2000 12:09:56 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id F19A2AC2C; Sat, 20 May 2000 12:10:27 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id MAA02741; Sat, 20 May 2000 12:10:06 +0200 (CEST) (envelope-from alex) Date: Sat, 20 May 2000 12:10:06 +0200 From: Alexander Langer To: Will Andrews Cc: FreeBSD Ports Subject: Re: Nuke games/xnibbles? Message-ID: <20000520121006.E1832@cichlids.cichlids.com> Mail-Followup-To: Will Andrews , FreeBSD Ports References: <20000520001850.E45875@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000520001850.E45875@argon.blackdawn.com>; from andrews@technologist.com on Sat, May 20, 2000 at 12:18:51AM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Will Andrews (andrews@technologist.com): > Does anyone want this port to stay? Does it work? Why removing a working port? Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 4:20:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB16A37B664 for ; Sat, 20 May 2000 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA63651; Sat, 20 May 2000 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 20 May 2000 04:20:02 -0700 (PDT) Message-Id: <200005201120.EAA63651@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: andrew@ugh.net.au Subject: Re: ports/18680: print.jadetex port doesn't compile Reply-To: andrew@ugh.net.au Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18680; it has been noted by GNATS. From: andrew@ugh.net.au To: freebsd-gnats-submit@FreeBSD.org, andrew@ugh.net.au Cc: Subject: Re: ports/18680: print.jadetex port doesn't compile Date: Sat, 20 May 2000 21:14:08 +1000 Well I got it to compile...I had to add: hash_extra.jadetex=3D15000 po= ol_size.jadetex=3D500000 pool_size.pdfjadetex=3D500000 hash_extra.pdfj= adetex=3D50000 to /usr/local/share/texmf/web2c/texmf.cnf. I got these= values from print/jadetex/work/doc/install.pdf. After the port compile= d it tells me to add similar strings. I haven't tried but perhaps all t= hat is needed is to print this message at the start or the port... Tha= nks, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 4:34:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mercury.campbell-mithun.com (Mercury.campbell-mithun.com [192.159.32.151]) by hub.freebsd.org (Postfix) with ESMTP id 45E6237B589 for ; Sat, 20 May 2000 04:34:45 -0700 (PDT) (envelope-from swb@grasslake.net) Received: from accord.grasslake.net (honda.grasslake.net [192.168.1.1]) by mercury.campbell-mithun.com (8.9.1a/8.9.1) with ESMTP id GAA28160; Sat, 20 May 2000 06:33:27 -0500 Received: from k6 (k6.grasslake.net [192.168.2.1]) by accord.grasslake.net (8.9.3/8.9.3) with SMTP id GAA07901; Sat, 20 May 2000 06:32:31 -0500 (CDT) (envelope-from swb@grasslake.net) Message-ID: <002301bfc24f$6fd295a0$0102a8c0@k6> From: "Shawn Barnhart" To: "emre" , References: <3925E3D7.96D318CC@interniq.org> Subject: Re: PGP5 & XFmail problem Date: Sat, 20 May 2000 06:35:01 -0500 Organization: Grasslake.Net 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.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Original Message ----- From: "emre" | I've installed PGP5 from the ports collection. I also installed XFmail from | | the ports, which has support for PGP5 (for signing/encrypting mail). But for | | some reson it is not working. Is anyone else using XFMail and PGP? | | I noticed this: | | bash-2.03# pgp5 | Invoked with unknown symlink | Is it possible to specify /usr/local/bin/pgpe instead of pgp5? I get the unknown symlink error, but I think it's because pgp5 is supposed to be activated as: pgpe Encrypt (including Encrypt/Sign) pgps Sign pgpv Verify/Decrypt pgpk Key management ..and not just plain pgp5. While we're on the topic, what's the difference between 6.5.1 and 5.0? pgpi.org shows 6.5.1 *and* 5.0i as "current" versions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 6:12: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [209.98.143.44]) by hub.freebsd.org (Postfix) with ESMTP id 2C29837B648 for ; Sat, 20 May 2000 06:12:05 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from bone.nectar.com (bone.nectar.com [10.0.1.105]) by gw.nectar.com (Postfix) with ESMTP id B3E3C9B22; Sat, 20 May 2000 08:12:03 -0500 (CDT) Received: by bone.nectar.com (Postfix, from userid 1001) id 3E83C1DAB; Sat, 20 May 2000 08:12:02 -0500 (CDT) Date: Sat, 20 May 2000 08:12:01 -0500 From: "Jacques A . Vidrine" To: Will Andrews Cc: Scott Blachowicz , R Joseph Wright , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000520081201.A29986@bone.nectar.com> Mail-Followup-To: "Jacques A . Vidrine" , Will Andrews , Scott Blachowicz , R Joseph Wright , freebsd-ports@FreeBSD.ORG References: <87hfbuvwqh.fsf@sabmail.rresearch.com> <20000519220322.A45875@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000519220322.A45875@argon.blackdawn.com>; from andrews@technologist.com on Fri, May 19, 2000 at 10:03:22PM -0400 X-Url: http://www.nectar.com/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 10:03:22PM -0400, Will Andrews wrote: > > ** The header file has a struct field named "class" that > > g++ didn't like a whole lot :-). It was included from > > kdelibs-1.90/kdecore/ksock.cpp to get a constant for Solaris. I > > ifdef'd it out like this: > > #ifndef __FreeBSD__ > > // defines MAXDNAME under Solaris > > #include > > #endif > > Ok, I'll add this patch, although I didn't have a problem with this > particular nit. Please don't. If the comment is correct, then it should be something like: #ifdef solaris #include // for MAXDNAME #endif Do not include any reference to __FreeBSD__ ... this is not a FreeBSD issue. See my previous posting in this thread for more details. [snip] > > ** Make sure my $LD_LIBRARY_PATH setting has /usr/X11R6/kde2/lib before > > /usr/local/lib (where the old kde port installed things). Not sure if > > this is needed or has an effect. I need to read up on shared library > > handling on FreeBSD... > > ldconfig -m %B calls ``ldconfig -m ${PREFIX}/lib'', which adds the > correct search path for where you installed the libs. This will add the libraries to the end of the search path-- and this is the best that the port can do. Users can specify the entire list of paths to ldconfig if they want a different search order, e.g. ldconfig /usr/lib /usr/lib/compat /usr/X11R6/kde2/lib \ /usr/X11R6/lib /usr/local/lib Cheers, -- Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 6:14: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [209.98.143.44]) by hub.freebsd.org (Postfix) with ESMTP id 9C95A37B648 for ; Sat, 20 May 2000 06:14:04 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from bone.nectar.com (bone.nectar.com [10.0.1.105]) by gw.nectar.com (Postfix) with ESMTP id 774D59B22; Sat, 20 May 2000 08:14:03 -0500 (CDT) Received: by bone.nectar.com (Postfix, from userid 1001) id 668441DAB; Sat, 20 May 2000 08:14:03 -0500 (CDT) Date: Sat, 20 May 2000 08:14:03 -0500 From: "Jacques A . Vidrine" To: Scott Blachowicz Cc: Will Andrews , Scott Blachowicz , R Joseph Wright , freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000520081403.B29986@bone.nectar.com> Mail-Followup-To: "Jacques A . Vidrine" , Scott Blachowicz , Will Andrews , Scott Blachowicz , R Joseph Wright , freebsd-ports@FreeBSD.ORG References: <87hfbuvwqh.fsf@sabmail.rresearch.com> <20000519220322.A45875@argon.blackdawn.com> <20000519191555.A25707@sabami.seaslug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000519191555.A25707@sabami.seaslug.org>; from scott@sabami.seaslug.org on Fri, May 19, 2000 at 07:15:55PM -0700 X-Url: http://www.nectar.com/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 07:15:55PM -0700, Scott Blachowicz wrote: [snip] > That reminds me...I forgot to include that problem with the missing > mkstemps() function in this list. That was in > kdelibs-1.90/kdecore/ktempfile.cpp and this code: > > bool > KTempFile::create(const QString &filePrefix, const QString &fileExtension, > int mode) > { > #ifdef __FreeBSD__ > > I changed that ifdef to '#if __FreeBSD_version >= 330002'. This should be #if defined(__FreeBSD__) && __FreeBSD_version >= 330002 Actually, there should be a HAVE_MKSTEMPS defined by configure ... if there isn't already, it should be added. -- Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 8:30:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2028637B646 for ; Sat, 20 May 2000 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA47189; Sat, 20 May 2000 08:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from tinker.exit.com (exit-gw.power.net [207.151.46.196]) by hub.freebsd.org (Postfix) with ESMTP id 06AD937B6FA for ; Sat, 20 May 2000 08:26:46 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime.exit.com [206.223.0.5]) by tinker.exit.com (8.9.3/8.9.3) with ESMTP id IAA43748 for ; Sat, 20 May 2000 08:26:44 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.9.3/8.9.3) id IAA35098 for FreeBSD-gnats-submit@freebsd.org; Sat, 20 May 2000 08:26:43 -0700 (PDT) (envelope-from frank) Message-Id: <200005201526.IAA35098@realtime.exit.com> Date: Sat, 20 May 2000 08:26:43 -0700 (PDT) From: Frank Mayhar Reply-To: frank@exit.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18689: Update ports/misc/tkman to 2.1b4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18689 >Category: ports >Synopsis: This updates tkman to 2.1b4. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 20 08:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Frank Mayhar >Release: FreeBSD 4.0-STABLE i386 >Organization: Exit Consulting >Environment: N/A >Description: This just updates tkman 2.1b2 to the latest version, 2.1b4. Note that it changes its dependency from tk82 to tk83. >How-To-Repeat: N/A >Fix: Attached. -- Frank Mayhar frank@exit.com http://www.exit.com/ --ELM958836403-35055-0_ Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename=tkman-patch Content-Description: tkman-patch Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /cvs/repos/ports/misc/tkman/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- Makefile 2000/04/14 08:46:51 1.38 +++ Makefile 2000/05/20 15:21:27 @@ -6,14 +6,14 @@ # PORTNAME= tkman -PORTVERSION= 2.1b2 -CATEGORIES= misc tk82 +PORTVERSION= 2.1b4 +CATEGORIES= misc tk83 MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@freebsd.org -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \ glimpse:${PORTSDIR}/textproc/glimpse Index: files/md5 =================================================================== RCS file: /cvs/repos/ports/misc/tkman/files/md5,v retrieving revision 1.15 diff -u -r1.15 md5 --- files/md5 1998/12/01 07:15:02 1.15 +++ files/md5 2000/05/20 15:21:27 @@ -1 +1 @@ -MD5 (tkman-2.1b2.tar.Z) = 4543f4d2159e94d9b5bbf6fb04317bc9 +MD5 (tkman-2.1b4.tar.Z) = 15c4567893fa81157332ce8835817c47 --ELM958836403-35055-0_ Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename=patch-aa Content-Description: patches/patch-aa Content-Transfer-Encoding: 7bit --- Makefile.orig Wed Mar 1 20:09:59 2000 +++ Makefile Sat May 20 07:55:37 2000 @@ -27,14 +27,14 @@ ### you need to localize the paths on these lines #WISH = /usr/sww/tcl-8.3/bin/wish -WISH = /private/share/bin/wish +#WISH = /private/share/bin/wish #WISH = /private/share/bin/wish8.3 -#WISH = /usr/local/bin/wish8.3 +WISH = /usr/local/bin/wish8.3 # the executable `tkman' is placed in BINDIR # this should be a directory that's in your bin PATH -BINDIR = /private/share/bin -#BINDIR = /usr/local/bin +#BINDIR = /private/share/bin +BINDIR = ${PREFIX}/bin # OPTIONAL @@ -44,13 +44,13 @@ # This directory should not have any Texinfo source itself. # More information is given in tkman-help.html # if you don't have Texinfo files, leave this variable empty -texinfodir = "" +#texinfodir = "" #texinfodir = /home/orodruin/h/bair/phelps/spine/tkman/info -#texinfodir = /usr/local/info +texinfodir = ${PREFIX}/info # In order to search within Texinfo files you need a grep, such as GNU grep 2.1, # that can report byte offsets (with the -b switch). This needs to be # gzgrep if you'll be searching in compressed Texinfo source. -gzgrep = "" +#gzgrep = "" #gzgrep = "gzgrep -E" #gzgrep = "gzgrep -Ew" # Linux calls it zgrep @@ -59,6 +59,7 @@ #gzgrep = grep # if you don't compress your Texinfo source, this is fine #gzgrep = grep +gzgrep = "/usr/bin/zgrep -E" # OPTIONAL # directory root of hierarchy of RFC files, with "rfc-index.txt" at the root @@ -82,10 +83,12 @@ # will examine for matches if a search in the usual locations fails while searching # for a man pages and displaying its associated binaries (if any). # Use this feature carefully as a large number of directories can slow down startup. -mastermen = "/usr/man /usr/local/man" +#mastermen = "/usr/man /usr/local/man" #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man" -masterbin = "/usr/bin /usr/local/bin" +mastermen = "${PREFIX}/man /usr/share/man ${X11BASE}/man" +#masterbin = "/usr/bin /usr/local/bin" #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin" +masterbin = "/usr/bin ${PREFIX}/bin ${X11BASE}/bin" # names of common printers, in addition to default printer (PRINTER or LPDEST) @@ -115,7 +118,7 @@ # Lines are cached in .../man/cat@; # that is, the line length is appended to the usual cache directory names #manformat = {groff -te -Tascii -man /tmp/ll -} -manformat = {groff -te -Tlatin1 -man /tmp/ll -} +#manformat = {groff -te -Tlatin1 -man /tmp/ll -} # Ultrix users should uncomment the following line (you don't have eqn) #manformat = {tbl | nroff -man } # HP-UX uses a number of macros that groff doesn't define, so use the builtin nroff @@ -123,7 +126,7 @@ # space between the .de and the macro name, and groff doesn't like this.) #manformat = {tbl | neqn | nroff -man } # BSD macros (.Sh, .Ss, .PP, ...) need -mandoc -#manformat = {groff -Tascii -te -mandoc} +manformat = {groff -Tascii -te -mandoc} # BSDI #manformat = {tbl | eqn -Tascii | nroff -man } # It's actually legal to leave this empty if all the pages you'll ever @@ -174,7 +177,8 @@ #manprint = {tbl | eqn | psroff -man} #manprint = {tbl | eqn | gtroff -Tpsc | psdit | lpr} # use an empty pipeline if you're environmentally conscious or have no printer -manprint = "" +#manprint = "" +manprint = {groff -mandoc -Tps -te -l} # printing string for preformatted pages without [tn]roff source #catprint = lpr #catprint = "lpr -h" @@ -461,7 +465,7 @@ chmod +rx $(BINDIR)/tkman $(CP) retkman $(BINDIR) chmod +rx $(BINDIR)/retkman - @echo 'You also need RosettaMan to run TkMan.' +# @echo 'You also need RosettaMan to run TkMan.' test: dox tkman cp tkman $(BINDIR) --ELM958836403-35055-0_ Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename=patch-ab Content-Description: patches/patch-ab Content-Transfer-Encoding: 7bit --- tkmandesc.tcl.orig Wed Mar 1 19:55:54 2000 +++ tkmandesc.tcl Sat May 20 07:57:33 2000 @@ -223,8 +223,9 @@ set mani(manTitleList) $man(manTitleList) if {![info exists env(MANPATH)] || [string equal [string trim $env(MANPATH)] ""]} { - puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)" - exit 1 +# puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)" +# exit 1 + set env(MANPATH) [join $manx(mastermen) ":"] } set manx(MANPATH0) $env(MANPATH) --ELM958836403-35055-0_-- >Release-Note: >Audit-Trail: >Unformatted: --ELM958836403-35055-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 10: 4:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id 96D3A37B5C7 for ; Sat, 20 May 2000 10:04:19 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: by sabami.seaslug.org (Postfix, from userid 1000) id 620AD1F7C; Sat, 20 May 2000 10:05:24 -0700 (PDT) Date: Sat, 20 May 2000 10:05:24 -0700 From: Scott Blachowicz To: freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000520100524.A55649@sabami.seaslug.org> Reply-To: Scott Blachowicz References: <87hfbuvwqh.fsf@sabmail.rresearch.com> <20000519220322.A45875@argon.blackdawn.com> <20000519191555.A25707@sabami.seaslug.org> <20000520081403.B29986@bone.nectar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000520081403.B29986@bone.nectar.com>; from n@nectar.com on Sat, May 20, 2000 at 08:14:03AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 20, 2000 at 08:14:03AM -0500, Jacques A . Vidrine wrote: > > I changed that ifdef to '#if __FreeBSD_version >= 330002'. > > This should be > > #if defined(__FreeBSD__) && __FreeBSD_version >= 330002 Actually, it CAN be either - standard cpp behavior when using an undefined symbol is to have the condition evaluate to false (which is what we want above). Of course, making that change is more aesthetically pleasing :-). > Actually, there should be a HAVE_MKSTEMPS defined by configure ... if > there isn't already, it should be added. True, but that's a little more complicated :-). -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 10:39:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 829D737B5A0 for ; Sat, 20 May 2000 10:39:57 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c03-048.006.popsite.net [216.126.136.48]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA77618; Sat, 20 May 2000 10:39:52 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id KAA12967; Sat, 20 May 2000 10:39:59 -0700 (PDT) (envelope-from obrien) Date: Sat, 20 May 2000 10:39:59 -0700 From: "David O'Brien" To: Arun Sharma Cc: kde-devel@kde.org, ports@freebsd.org Subject: Re: C++ exception handling and non Linux platforms Message-ID: <20000520103959.A12924@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20000519083947.A47819@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000519083947.A47819@sharmas.dhs.org>; from adsharma@sharmas.dhs.org on Fri, May 19, 2000 at 08:39:47AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 08:39:47AM -0700, Arun Sharma wrote: > Most non Linux platforms do not link in libgcc.a by default. Uh... NO! Try running ``cc -v'' sometimes on FreeBSD. libgcc.a is a *REQUIRED* library to link against when using GCC. There is C++ exception handling code in Linux's glibc2, that I cannot fathom why they put it there. I have a feeling your problems are the fault of the software you are trying to port. From other things you've said, I would say libtool could also have a bug and be at fault. -- -- 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 Sat May 20 10:43: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 111DC37B563; Sat, 20 May 2000 10:43:04 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c03-048.006.popsite.net [216.126.136.48]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA77629; Sat, 20 May 2000 10:43:02 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id KAA13031; Sat, 20 May 2000 10:43:10 -0700 (PDT) (envelope-from obrien) Date: Sat, 20 May 2000 10:43:10 -0700 From: "David O'Brien" To: Satoshi - Ports Wraith - Asami Cc: ports@freebsd.org Subject: Re: port of OpenMotif? Message-ID: <20000520104310.B12924@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <392029AA.A0896281@cvzoom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from asami@freebsd.org on Fri, May 19, 2000 at 12:38:14AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 19, 2000 at 12:38:14AM -0700, Satoshi - Ports Wraith - Asami wrote: > Whoever makes the port, please make sure to ask me for a repo-copy > from Motif-dummy. Go ahead and make it and let me know. -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 11: 1:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 575FB37B6B6 for ; Sat, 20 May 2000 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA62660; Sat, 20 May 2000 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from camus.cybercable.fr (camus.cybercable.fr [212.198.0.200]) by hub.freebsd.org (Postfix) with SMTP id 1745637B542 for ; Sat, 20 May 2000 10:54:08 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 2943001 invoked from network); 20 May 2000 17:54:02 -0000 Received: from r224m216.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.224.216]) (envelope-sender ) by camus.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 20 May 2000 17:54:02 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id TAA48126; Sat, 20 May 2000 19:54:01 +0200 (CEST) (envelope-from root) Message-Id: <200005201754.TAA48126@gits.dyndns.org> Date: Sat, 20 May 2000 19:54:01 +0200 (CEST) From: clefevre@citeweb.net Reply-To: clefevre@citeweb.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18691: New port - x11-toolkits/openmotif Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18691 >Category: ports >Synopsis: New port - x11-toolkits/openmotif >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 20 11:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.0-STABLE i386 >Organization: ACME >Environment: FreeBSD gits 4.0-STABLE FreeBSD 4.0-STABLE #15: Tue May 9 00:32:14 CEST 2000 root@gits:/disk2/4.0-STABLE/src/sys/compile/CUSTOM i386 >Description: new port, Open Motif 2.1.30a. Open Motif required some wcs* functions. because they don't exists under FreeBSD, I take them from the GNU/glibc 2.1.3. maybe a builtin implementations of these inside the FreeBSD distrbution would be preferable. the file containing these GNU stuff is named files/FreeBSD.h :) also, I put the same IGNORE rule as in editors/staroffice5 and it doesn't work... I don't understand why ! if someone can fix it. >How-To-Repeat: n/a >Fix: install this shell archive in the ports tree # 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: # # openmotif/Makefile # openmotif/files/md5 # openmotif/files/host.def # openmotif/files/FreeBSD.c # openmotif/files/doc.imk # openmotif/files/man.imk # openmotif/files/man1.imk # openmotif/files/man3.imk # openmotif/files/man4.imk # openmotif/files/man5.imk # openmotif/patches/patch-aa # openmotif/patches/patch-ab # openmotif/patches/patch-ac # openmotif/patches/patch-ad # openmotif/patches/patch-ae # openmotif/patches/patch-af # openmotif/patches/patch-ag # openmotif/patches/patch-ah # openmotif/patches/patch-ai # openmotif/patches/patch-aj # openmotif/pkg/DESCR # openmotif/pkg/PLIST # openmotif/pkg/COMMENT # openmotif/pkg/MESSAGE # echo x - openmotif/Makefile sed 's/^X//' >openmotif/Makefile << 'END-of-openmotif/Makefile' X# New ports collection makefile for: glibc21 X# Date Created: 15 May 2000 X# Whom: clefevre@citeweb.net X# X# $FreeBSD$ X# X XPORTNAME= openmotif XPORTVERSION= 2.1.30 XCATEGORIES= x11-toolkits XMASTER_SITES= \ X ftp://openmotif.opengroup.org/pub/openmotif/%SUBDIR%/tars/ \ X ftp://ftp.rdg.opengroup.org/pub/openmotif/%SUBDIR%/tars/ \ X ftp://ftp.opengroup.org/pub/openmotif/%SUBDIR%/tars/ XMASTER_SITE_SUBDIR= R${PORTVERSION} XDISTNAME= ${PORTNAME}${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org X XNO_CDROM= "Must be downloaded direct from The Open Group via www interface" X X# !!! FIX ME !!! X# X# doesn't work... I don't understand why ! X# it's the same rule as editors/staroffice5 X# X# .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) X# IGNORE= "Please manually download ${DISTNAME}${EXTRACT_SUFX} from \ X# http://www.opengroup.org/openmotif/. Put ${DISTNAME}${EXTRACT_SUFX} into \ X# the directory ${DISTDIR} and run make again" X# .endif X XWRKSRC= ${WRKDIR}/motif X XUSE_IMAKE= yes XMAKE_ENV+= LANG=C XMAKE_ARGS= -k XXMKMF= ${MAKE} Makefile.boot XALL_TARGET= VerifyOS Everything X X# IMAKEINCLUDE= "-I${X11BASE}/lib/X11/config -I${WRKSRC}/config/cf" X# MAKE_ENV+= IMAKEINCLUDE=${IMAKEINCLUDE} X# XMKMF= ${SETENV} IMAKEINCLUDE=${IMAKEINCLUDE} xmkmf -a X# ALL_TARGET= World X XMAN1= $(DOCSMAN1) $(DEMOSMAN1) XMAN3= $(DOCSMAN3) XMAN4= $(DOCSMAN4) XMAN5= $(DOCSMAN5) XMANCOMPRESSED= yes X XDOCSMAN1= \ X mwm.1 \ X uil.1 \ X xmbind.1 X XDEMOSMAN1= \ X DNDDemo.1 \ X animate.1 \ X draw.1 \ X earth.1 \ X exm_in_c.1 \ X exm_in_uil.1 \ X filemanager.1 \ X getsubres.1 \ X helloint.1 \ X i18ninput.1 \ X panner.1 \ X periodic.1 \ X piano.1 \ X sampler2_0.1 \ X setDate.1 \ X simpleDemo.1 \ X simpledrop.1 \ X todo.1 \ X wsm.1 X XDOCSMAN3 = \ X $(DOCSMAN3_1) \ X $(DOCSMAN3_2) \ X $(DOCSMAN3_3) \ X $(DOCSMAN3_4) \ X $(DOCSMAN3_5) \ X $(DOCSMAN3_6) \ X $(DOCSMAN3_7) \ X $(DOCSMAN3_8) \ X $(DOCSMAN3_9) \ X $(DOCSMAN3_10) \ X $(DOCSMAN3_11) X XDOCSMAN3_1 = \ X ApplicationShell.3 \ X Composite.3 \ X Constraint.3 \ X Core.3 \ X MrmCloseHierarchy.3 \ X MrmFetchBitmapLiteral.3 \ X MrmFetchColorLiteral.3 \ X MrmFetchIconLiteral.3 \ X MrmFetchLiteral.3 \ X MrmFetchSetValues.3 \ X MrmFetchWidget.3 \ X MrmFetchWidgetOverride.3 \ X MrmInitialize.3 \ X MrmOpenHierarchy.3 \ X MrmOpenHierarchyFromBuffer.3 \ X MrmOpenHierarchyPerDisplay.3 \ X MrmRegisterClass.3 \ X MrmRegisterNames.3 \ X MrmRegisterNamesInHierarchy.3 \ X Object.3 \ X OverrideShell.3 \ X RectObj.3 \ X Shell.3 \ X TopLevelShell.3 \ X TransientShell.3 \ X Uil.3 \ X UilDumpSymbolTable.3 \ X VendorShell.3 \ X VirtualBindings.3 \ X WMShell.3 \ X XmActivateProtocol.3 \ X XmActivateWMProtocol.3 \ X XmAddProtocolCallback.3 \ X XmAddProtocols.3 \ X XmAddTabGroup.3 \ X XmAddToPostFromList.3 \ X XmAddWMProtocolCallback.3 \ X XmAddWMProtocols.3 \ X XmArrowButton.3 \ X XmArrowButtonGadget.3 \ X XmBulletinBoard.3 \ X XmCascadeButton.3 \ X XmCascadeButtonGadget.3 \ X XmCascadeButtonGadgetHighlight.3 \ X XmCascadeButtonHighlight.3 \ X XmChangeColor.3 \ X XmClipboardCancelCopy.3 \ X XmClipboardCopy.3 \ X XmClipboardCopyByName.3 \ X XmClipboardEndCopy.3 X XDOCSMAN3_2 = \ X XmClipboardEndRetrieve.3 \ X XmClipboardInquireCount.3 \ X XmClipboardInquireFormat.3 \ X XmClipboardInquireLength.3 \ X XmClipboardInquirePendingItems.3 \ X XmClipboardLock.3 \ X XmClipboardRegisterFormat.3 \ X XmClipboardRetrieve.3 \ X XmClipboardStartCopy.3 \ X XmClipboardStartRetrieve.3 \ X XmClipboardUndoCopy.3 \ X XmClipboardUnlock.3 \ X XmClipboardWithdrawFormat.3 \ X XmComboBox.3 \ X XmComboBoxAddItem.3 \ X XmComboBoxDeletePos.3 \ X XmComboBoxSelectItem.3 \ X XmComboBoxSetItem.3 \ X XmComboBoxUpdate.3 \ X XmCommand.3 \ X XmCommandAppendValue.3 \ X XmCommandError.3 \ X XmCommandGetChild.3 \ X XmCommandSetValue.3 \ X XmContainer.3 \ X XmContainerCopy.3 \ X XmContainerCopyLink.3 \ X XmContainerCut.3 \ X XmContainerGetItemChildren.3 \ X XmContainerPaste.3 \ X XmContainerPasteLink.3 \ X XmContainerRelayout.3 \ X XmContainerReorder.3 \ X XmConvertStringToUnits.3 \ X XmConvertUnits.3 \ X XmCreateArrowButton.3 \ X XmCreateArrowButtonGadget.3 \ X XmCreateBulletinBoard.3 \ X XmCreateBulletinBoardDialog.3 \ X XmCreateCascadeButton.3 \ X XmCreateCascadeButtonGadget.3 \ X XmCreateComboBox.3 \ X XmCreateCommand.3 \ X XmCreateCommandDialog.3 \ X XmCreateContainer.3 \ X XmCreateDialogShell.3 \ X XmCreateDragIcon.3 \ X XmCreateDrawingArea.3 \ X XmCreateDrawnButton.3 \ X XmCreateDropDownComboBox.3 X XDOCSMAN3_3 = \ X XmCreateDropDownList.3 \ X XmCreateErrorDialog.3 \ X XmCreateFileSelectionBox.3 \ X XmCreateFileSelectionDialog.3 \ X XmCreateForm.3 \ X XmCreateFormDialog.3 \ X XmCreateFrame.3 \ X XmCreateIconGadget.3 \ X XmCreateInformationDialog.3 \ X XmCreateLabel.3 \ X XmCreateLabelGadget.3 \ X XmCreateList.3 \ X XmCreateMainWindow.3 \ X XmCreateMenuBar.3 \ X XmCreateMenuShell.3 \ X XmCreateMessageBox.3 \ X XmCreateMessageDialog.3 \ X XmCreateNotebook.3 \ X XmCreateOptionMenu.3 \ X XmCreatePanedWindow.3 \ X XmCreatePopupMenu.3 \ X XmCreatePromptDialog.3 \ X XmCreatePulldownMenu.3 \ X XmCreatePushButton.3 \ X XmCreatePushButtonGadget.3 \ X XmCreateQuestionDialog.3 \ X XmCreateRadioBox.3 \ X XmCreateRowColumn.3 \ X XmCreateScale.3 \ X XmCreateScrollBar.3 \ X XmCreateScrolledList.3 \ X XmCreateScrolledText.3 \ X XmCreateScrolledWindow.3 \ X XmCreateSelectionBox.3 \ X XmCreateSelectionDialog.3 \ X XmCreateSeparator.3 \ X XmCreateSeparatorGadget.3 \ X XmCreateSimpleCheckBox.3 \ X XmCreateSimpleMenuBar.3 \ X XmCreateSimpleOptionMenu.3 \ X XmCreateSimplePopupMenu.3 \ X XmCreateSimplePulldownMenu.3 \ X XmCreateSimpleRadioBox.3 \ X XmCreateSimpleSpinBox.3 \ X XmCreateSpinBox.3 \ X XmCreateTemplateDialog.3 \ X XmCreateText.3 \ X XmCreateTextField.3 \ X XmCreateToggleButton.3 \ X XmCreateToggleButtonGadget.3 X XDOCSMAN3_4 = \ X XmCreateWarningDialog.3 \ X XmCreateWorkArea.3 \ X XmCreateWorkingDialog.3 \ X XmCvtByteStreamToXmString.3 \ X XmCvtCTToXmString.3 \ X XmCvtStringToUnitType.3 \ X XmCvtTextPropertyToXmStringTable.3 \ X XmCvtXmStringTableToTextProperty.3 \ X XmCvtXmStringToByteStream.3 \ X XmCvtXmStringToCT.3 \ X XmDeactivateProtocol.3 \ X XmDeactivateWMProtocol.3 \ X XmDestroyPixmap.3 \ X XmDialogShell.3 \ X XmDirection.3 \ X XmDirectionMatch.3 \ X XmDirectionMatchPartial.3 \ X XmDirectionToStringDirection.3 \ X XmDisplay.3 \ X XmDragCancel.3 \ X XmDragContext.3 \ X XmDragIcon.3 \ X XmDragStart.3 \ X XmDrawingArea.3 \ X XmDrawnButton.3 \ X XmDropSite.3 \ X XmDropSiteConfigureStackingOrder.3 \ X XmDropSiteEndUpdate.3 \ X XmDropSiteQueryStackingOrder.3 \ X XmDropSiteRegister.3 \ X XmDropSiteRegistered.3 \ X XmDropSiteRetrieve.3 \ X XmDropSiteStartUpdate.3 \ X XmDropSiteUnregister.3 \ X XmDropSiteUpdate.3 \ X XmDropTransfer.3 \ X XmDropTransferAdd.3 \ X XmDropTransferStart.3 \ X XmFileSelectionBox.3 \ X XmFileSelectionBoxGetChild.3 \ X XmFileSelectionDoSearch.3 \ X XmFontList.3 \ X XmFontListAdd.3 \ X XmFontListAppendEntry.3 \ X XmFontListCopy.3 \ X XmFontListCreate.3 \ X XmFontListEntryCreate.3 \ X XmFontListEntryFree.3 \ X XmFontListEntryGetFont.3 \ X XmFontListEntryGetTag.3 X XDOCSMAN3_5 = \ X XmFontListEntryLoad.3 \ X XmFontListFree.3 \ X XmFontListFreeFontContext.3 \ X XmFontListGetNextFont.3 \ X XmFontListInitFontContext.3 \ X XmFontListNextEntry.3 \ X XmFontListRemoveEntry.3 \ X XmForm.3 \ X XmFrame.3 \ X XmGadget.3 \ X XmGetAtomName.3 \ X XmGetColorCalculation.3 \ X XmGetColors.3 \ X XmGetDestination.3 \ X XmGetDragContext.3 \ X XmGetFocusWidget.3 \ X XmGetMenuCursor.3 \ X XmGetPixmap.3 \ X XmGetPixmapByDepth.3 \ X XmGetPostedFromWidget.3 \ X XmGetScaledPixmap.3 \ X XmGetSecondaryResourceData.3 \ X XmGetTabGroup.3 \ X XmGetTearOffControl.3 \ X XmGetVisibility.3 \ X XmGetXmDisplay.3 \ X XmGetXmScreen.3 \ X XmIconGadget.3 \ X XmImCloseXIM.3 \ X XmImFreeXIC.3 \ X XmImGetXIC.3 \ X XmImGetXIM.3 \ X XmImMbLookupString.3 \ X XmImMbResetIC.3 \ X XmImRegister.3 \ X XmImSetFocusValues.3 \ X XmImSetValues.3 \ X XmImSetXIC.3 \ X XmImUnregister.3 \ X XmImUnsetFocus.3 \ X XmImVaSetFocusValues.3 \ X XmImVaSetValues.3 \ X XmInstallImage.3 \ X XmInternAtom.3 \ X XmIsMotifWMRunning.3 \ X XmIsTraversable.3 \ X XmLabel.3 \ X XmLabelGadget.3 \ X XmList.3 \ X XmListAddItem.3 X XDOCSMAN3_6 = \ X XmListAddItemUnselected.3 \ X XmListAddItems.3 \ X XmListAddItemsUnselected.3 \ X XmListDeleteAllItems.3 \ X XmListDeleteItem.3 \ X XmListDeleteItems.3 \ X XmListDeleteItemsPos.3 \ X XmListDeletePos.3 \ X XmListDeletePositions.3 \ X XmListDeselectAllItems.3 \ X XmListDeselectItem.3 \ X XmListDeselectPos.3 \ X XmListGetKbdItemPos.3 \ X XmListGetMatchPos.3 \ X XmListGetSelectedPos.3 \ X XmListItemExists.3 \ X XmListItemPos.3 \ X XmListPosSelected.3 \ X XmListPosToBounds.3 \ X XmListReplaceItems.3 \ X XmListReplaceItemsPos.3 \ X XmListReplaceItemsPosUnselected.3 \ X XmListReplaceItemsUnselected.3 \ X XmListReplacePositions.3 \ X XmListSelectItem.3 \ X XmListSelectPos.3 \ X XmListSetAddMode.3 \ X XmListSetBottomItem.3 \ X XmListSetBottomPos.3 \ X XmListSetHorizPos.3 \ X XmListSetItem.3 \ X XmListSetKbdItemPos.3 \ X XmListSetPos.3 \ X XmListUpdateSelectedList.3 \ X XmListYToPos.3 \ X XmMainWindow.3 \ X XmMainWindowSep1.3 \ X XmMainWindowSep2.3 \ X XmMainWindowSep3.3 \ X XmMainWindowSetAreas.3 \ X XmManager.3 \ X XmMapSegmentEncoding.3 \ X XmMenuPosition.3 \ X XmMenuShell.3 \ X XmMessageBox.3 \ X XmMessageBoxGetChild.3 \ X XmNotebook.3 \ X XmNotebookGetPageInfo.3 \ X XmObjectAtPoint.3 \ X XmOptionButtonGadget.3 X XDOCSMAN3_7 = \ X XmOptionLabelGadget.3 \ X XmPanedWindow.3 \ X XmParseMapping.3 \ X XmParseMappingCreate.3 \ X XmParseMappingFree.3 \ X XmParseMappingGetValues.3 \ X XmParseMappingSetValues.3 \ X XmParseTable.3 \ X XmParseTableFree.3 \ X XmPrimitive.3 \ X XmPrintPopupPDM.3 \ X XmPrintSetup.3 \ X XmPrintShell.3 \ X XmPrintToFile.3 \ X XmProcessTraversal.3 \ X XmPushButton.3 \ X XmPushButtonGadget.3 \ X XmRedisplayWidget.3 \ X XmRegisterSegmentEncoding.3 \ X XmRemoveFromPostFromList.3 \ X XmRemoveProtocolCallback.3 \ X XmRemoveProtocols.3 \ X XmRemoveTabGroup.3 \ X XmRemoveWMProtocolCallback.3 \ X XmRemoveWMProtocols.3 \ X XmRenderTable.3 \ X XmRenderTableAddRenditions.3 \ X XmRenderTableCopy.3 \ X XmRenderTableCvtFromProp.3 \ X XmRenderTableCvtToProp.3 \ X XmRenderTableFree.3 \ X XmRenderTableGetRendition.3 \ X XmRenderTableGetRenditions.3 \ X XmRenderTableGetTags.3 \ X XmRenderTableRemoveRenditions.3 \ X XmRendition.3 \ X XmRenditionCreate.3 \ X XmRenditionFree.3 \ X XmRenditionRetrieve.3 \ X XmRenditionUpdate.3 \ X XmRepTypeAddReverse.3 \ X XmRepTypeGetId.3 \ X XmRepTypeGetNameList.3 \ X XmRepTypeGetRecord.3 \ X XmRepTypeGetRegistered.3 \ X XmRepTypeInstallTearOffModelConverter.3 \ X XmRepTypeRegister.3 \ X XmRepTypeValidValue.3 \ X XmResolveAllPartOffsets.3 \ X XmResolvePartOffsets.3 X XDOCSMAN3_8 = \ X XmRowColumn.3 \ X XmScale.3 \ X XmScaleGetValue.3 \ X XmScaleSetTicks.3 \ X XmScaleSetValue.3 \ X XmScreen.3 \ X XmScrollBar.3 \ X XmScrollBarGetValues.3 \ X XmScrollBarSetValues.3 \ X XmScrollVisible.3 \ X XmScrolledWindow.3 \ X XmScrolledWindowSetAreas.3 \ X XmSelectionBox.3 \ X XmSelectionBoxGetChild.3 \ X XmSeparator.3 \ X XmSeparatorGadget.3 \ X XmSetColorCalculation.3 \ X XmSetFontUnit.3 \ X XmSetFontUnits.3 \ X XmSetMenuCursor.3 \ X XmSetProtocolHooks.3 \ X XmSetWMProtocolHooks.3 \ X XmSimpleSpinBox.3 \ X XmSimpleSpinBoxAddItem.3 \ X XmSimpleSpinBoxDeletePos.3 \ X XmSimpleSpinBoxSetItem.3 \ X XmSpinBox.3 \ X XmSpinBoxValidatePosition.3 \ X XmString.3 \ X XmStringBaseline.3 \ X XmStringByteCompare.3 \ X XmStringByteStreamLength.3 \ X XmStringCompare.3 \ X XmStringComponentCreate.3 \ X XmStringComponentType.3 \ X XmStringConcat.3 \ X XmStringConcatAndFree.3 \ X XmStringCopy.3 \ X XmStringCreate.3 \ X XmStringCreateLocalized.3 \ X XmStringCreateLtoR.3 \ X XmStringCreateSimple.3 \ X XmStringDirection.3 \ X XmStringDirectionCreate.3 \ X XmStringDirectionToDirection.3 \ X XmStringDraw.3 \ X XmStringDrawImage.3 \ X XmStringDrawUnderline.3 \ X XmStringEmpty.3 \ X XmStringExtent.3 X XDOCSMAN3_9 = \ X XmStringFree.3 \ X XmStringFreeContext.3 \ X XmStringGenerate.3 \ X XmStringGetLtoR.3 \ X XmStringGetNextComponent.3 \ X XmStringGetNextSegment.3 \ X XmStringGetNextTriple.3 \ X XmStringHasSubstring.3 \ X XmStringHeight.3 \ X XmStringInitContext.3 \ X XmStringIsVoid.3 \ X XmStringLength.3 \ X XmStringLineCount.3 \ X XmStringNConcat.3 \ X XmStringNCopy.3 \ X XmStringParseText.3 \ X XmStringPeekNextComponent.3 \ X XmStringPeekNextTriple.3 \ X XmStringPutRendition.3 \ X XmStringSegmentCreate.3 \ X XmStringSeparatorCreate.3 \ X XmStringTable.3 \ X XmStringTableParseStringArray.3 \ X XmStringTableProposeTablist.3 \ X XmStringTableToXmString.3 \ X XmStringTableUnparse.3 \ X XmStringToXmStringTable.3 \ X XmStringUnparse.3 \ X XmStringWidth.3 \ X XmTab.3 \ X XmTabCreate.3 \ X XmTabFree.3 \ X XmTabGetValues.3 \ X XmTabList.3 \ X XmTabListCopy.3 \ X XmTabListFree.3 \ X XmTabListGetTab.3 \ X XmTabListInsertTabs.3 \ X XmTabListRemoveTabs.3 \ X XmTabListReplacePositions.3 \ X XmTabListTabCount.3 \ X XmTabSetValue.3 \ X XmTargetsAreCompatible.3 \ X XmText.3 \ X XmTextClearSelection.3 \ X XmTextCopy.3 \ X XmTextCopyLink.3 \ X XmTextCut.3 \ X XmTextDisableRedisplay.3 \ X XmTextEnableRedisplay.3 X XDOCSMAN3_10 = \ X XmTextField.3 \ X XmTextFieldClearSelection.3 \ X XmTextFieldCopy.3 \ X XmTextFieldCopyLink.3 \ X XmTextFieldCut.3 \ X XmTextFieldGetBaseline.3 \ X XmTextFieldGetEditable.3 \ X XmTextFieldGetInsertionPosition.3 \ X XmTextFieldGetLastPosition.3 \ X XmTextFieldGetMaxLength.3 \ X XmTextFieldGetSelection.3 \ X XmTextFieldGetSelectionPosition.3 \ X XmTextFieldGetSelectionWcs.3 \ X XmTextFieldGetString.3 \ X XmTextFieldGetStringWcs.3 \ X XmTextFieldGetSubstring.3 \ X XmTextFieldGetSubstringWcs.3 \ X XmTextFieldInsert.3 \ X XmTextFieldInsertWcs.3 \ X XmTextFieldPaste.3 \ X XmTextFieldPasteLink.3 \ X XmTextFieldPosToXY.3 \ X XmTextFieldRemove.3 \ X XmTextFieldReplace.3 \ X XmTextFieldReplaceWcs.3 \ X XmTextFieldSetAddMode.3 \ X XmTextFieldSetEditable.3 \ X XmTextFieldSetHighlight.3 \ X XmTextFieldSetInsertionPosition.3 \ X XmTextFieldSetMaxLength.3 \ X XmTextFieldSetSelection.3 \ X XmTextFieldSetString.3 \ X XmTextFieldSetStringWcs.3 \ X XmTextFieldShowPosition.3 \ X XmTextFieldXYToPos.3 \ X XmTextFindString.3 \ X XmTextFindStringWcs.3 \ X XmTextGetBaseline.3 \ X XmTextGetCenterline.3 \ X XmTextGetEditable.3 \ X XmTextGetInsertionPosition.3 \ X XmTextGetLastPosition.3 \ X XmTextGetMaxLength.3 \ X XmTextGetSelection.3 \ X XmTextGetSelectionPosition.3 \ X XmTextGetSelectionWcs.3 \ X XmTextGetSource.3 \ X XmTextGetString.3 \ X XmTextGetStringWcs.3 \ X XmTextGetSubstring.3 X XDOCSMAN3_11 = \ X XmTextGetSubstringWcs.3 \ X XmTextGetTopCharacter.3 \ X XmTextInsert.3 \ X XmTextInsertWcs.3 \ X XmTextPaste.3 \ X XmTextPasteLink.3 \ X XmTextPosToXY.3 \ X XmTextPosition.3 \ X XmTextRemove.3 \ X XmTextReplace.3 \ X XmTextReplaceWcs.3 \ X XmTextScroll.3 \ X XmTextSetAddMode.3 \ X XmTextSetEditable.3 \ X XmTextSetHighlight.3 \ X XmTextSetInsertionPosition.3 \ X XmTextSetMaxLength.3 \ X XmTextSetSelection.3 \ X XmTextSetSource.3 \ X XmTextSetString.3 \ X XmTextSetStringWcs.3 \ X XmTextSetTopCharacter.3 \ X XmTextShowPosition.3 \ X XmTextXYToPos.3 \ X XmToggleButton.3 \ X XmToggleButtonGadget.3 \ X XmToggleButtonGadgetGetState.3 \ X XmToggleButtonGadgetSetState.3 \ X XmToggleButtonGetState.3 \ X XmToggleButtonSetState.3 \ X XmToggleButtonSetValue.3 \ X XmTrackingEvent.3 \ X XmTrackingLocate.3 \ X XmTransferDone.3 \ X XmTransferSendRequest.3 \ X XmTransferSetParameters.3 \ X XmTransferStartRequest.3 \ X XmTransferValue.3 \ X XmTranslateKey.3 \ X XmUninstallImage.3 \ X XmUpdateDisplay.3 \ X XmVaCreateSimpleCheckBox.3 \ X XmVaCreateSimpleMenuBar.3 \ X XmVaCreateSimpleOptionMenu.3 \ X XmVaCreateSimplePopupMenu.3 \ X XmVaCreateSimplePulldownMenu.3 \ X XmVaCreateSimpleRadioBox.3 \ X XmWidgetGetBaselines.3 \ X XmWidgetGetDisplayRect.3 X XDOCSMAN4 = \ X mwmrc.4 X XDOCSMAN5 = \ X Traits.5 \ X UIL.5 \ X WML.5 X Xpost-patch: copy-cf link-cf X $(CP) -p ${FILESDIR}/host.def ${WRKSRC}/config/cf/ X $(CP) -p ${FILESDIR}/FreeBSD.c ${WRKSRC}/lib/Xm/ X $(CP) -p ${FILESDIR}/doc.imk ${WRKSRC}/doc/Imakefile X $(CP) -p ${FILESDIR}/man.imk ${WRKSRC}/doc/man/Imakefile X $(CP) -p ${FILESDIR}/man1.imk ${WRKSRC}/doc/man/man1/Imakefile X $(CP) -p ${FILESDIR}/man3.imk ${WRKSRC}/doc/man/man3/Imakefile X $(CP) -p ${FILESDIR}/man4.imk ${WRKSRC}/doc/man/man4/Imakefile X $(CP) -p ${FILESDIR}/man5.imk ${WRKSRC}/doc/man/man5/Imakefile X Xcopy-cf: X -if [ -d ${WRKSRC}/config/cf/old ]; then \ X $(RM) -f ${WRKSRC}/config/cf/*; \ X else \ X $(MKDIR) -p ${WRKSRC}/config/cf/old/; \ X $(MV) ${WRKSRC}/config/cf/* ${WRKSRC}/config/cf/old/; \ X fi X $(CP) -p ${X11BASE}/lib/X11/config/* ${WRKSRC}/config/cf/ X if [ -f ${WRKSRC}/config/cf/host.def.orig ]; then \ X : ; \ X else \ X $(MV) ${WRKSRC}/config/cf/host.def \ X ${WRKSRC}/config/cf/host.def.orig; \ X fi X $(CP) -p ${WRKSRC}/config/cf/old/Imakefile \ X ${WRKSRC}/config/cf/old/Motif* \ X ${WRKSRC}/config/cf/ X $(CP) -p ${WRKSRC}/config/cf/old/site.def ${WRKSRC}/config/cf/motif.def X Xlink-cf: X -if [ -d ${WRKSRC}/imports/x11/lib/X11 ]; then \ X : ; \ X else \ X $(MKDIR) -p ${WRKSRC}/imports/x11/lib/X11/; \ X $(LN) -s ${X11BASE}/bin ${WRKSRC}/imports/x11/; \ X $(LN) -s ${X11BASE}/include ${WRKSRC}/imports/x11/; \ X $(LN) -s ${X11BASE}/lib/* ${WRKSRC}/imports/x11/lib/; \ X $(LN) -s ${X11BASE}/lib/X11/* ${WRKSRC}/imports/x11/lib/X11/; \ X $(RM) -f ${WRKSRC}/imports/x11/lib/X11/config; \ X $(LN) -s ${WRKSRC}/config/cf ${WRKSRC}/imports/x11/lib/X11/config; \ X fi X Xpost-configure: X $(CP) ${X11BASE}/bin/imake ${WRKSRC}/config/imake/ X cd ${WRKSRC} && ${MAKE} imake.bootstrap X Xpre-install: X if [ -f ${PREFIX}/lib/X11/config/host.def.orig ]; then \ X : ; \ X elif [ -f ${PREFIX}/lib/X11/config/host.def ]; then \ X $(MV) ${PREFIX}/lib/X11/config/host.def \ X ${PREFIX}/lib/X11/config/host.def.orig; \ X else \ X : ; \ X fi X Xpost-install: share-doc share-guides share-examples X ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X Xshare-doc: X ${MKDIR} ${PREFIX}/share/doc/openmotif/ X ${INSTALL_DATA} \ X ${WRKSRC}/BUGREPORT \ X ${WRKSRC}/COPYRIGHT.MOTIF \ X ${WRKSRC}/README \ X ${WRKSRC}/RELNOTES \ X ${PREFIX}/share/doc/openmotif/ X.if !defined(NOPORTDOCS) X ${INSTALL_DATA} \ X ${WRKSRC}/CLOSEDBUGS \ X ${WRKSRC}/OPENBUGS \ X ${PREFIX}/share/doc/openmotif/ X ${GZIP_CMD} \ X ${PREFIX}/share/doc/openmotif/CLOSEDBUGS \ X ${PREFIX}/share/doc/openmotif/OPENBUGS X.endif X Xshare-guides: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/openmotif/guides/ X cd ${WRKSRC} && \ X $(CP) -rp doc/ps/* ${PREFIX}/share/doc/openmotif/guides/ X.endif X Xshare-examples: X ${MKDIR} ${PREFIX}/share/examples/openmotif/demos/ X cd ${WRKSRC} && \ X $(CP) -rp demos/doc/programGuide/* \ X ${PREFIX}/share/examples/openmotif/demos/ X X.include END-of-openmotif/Makefile echo x - openmotif/files/md5 sed 's/^X//' >openmotif/files/md5 << 'END-of-openmotif/files/md5' XMD5 (openmotif2.1.30.tar.gz) = 14b25d85256ef7f0a1a989b4b612c909 END-of-openmotif/files/md5 echo x - openmotif/files/host.def sed 's/^X//' >openmotif/files/host.def << 'END-of-openmotif/files/host.def' XXCOMM site: $FreeBSD$ host.def X X#include X X#ifdef BeforeVendorCF X# ifndef HostDEFBefore X# define HostDEFBefore X X# ifndef MotifDEFBefore X# define MotifDEFBefore X# include X# endif X X# define LocalConfigFiles host.def motif.def X X X# endif X#endif X X#ifdef AfterVendorCF X# ifndef HostDEFAfter X# define HostDEFAfter X X# undef ProjectRoot X X# ifndef MotifDEFAfter X# define MotifDEFAfter X# include X# endif X X# undef X11ProjectRoot X X# undef ProjectRoot X# define ProjectRoot /usr/X11R6 X X# undef VirtualBindingsPath X# define VirtualBindingsPath Concat(UsrLibDir,/X11/bindings) X X# undef DefaultUserPath X# define DefaultUserPath /bin:/usr/bin:/sbin:/usr/sbin:$(BINDIR):/usr/gnu/bin:/usr/local/bin X X# endif X#endif END-of-openmotif/files/host.def echo x - openmotif/files/FreeBSD.c sed 's/^X//' >openmotif/files/FreeBSD.c << 'END-of-openmotif/files/FreeBSD.c' X/* $FreeBSD$ */ X X/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. X This file is part of the GNU C Library. X Contributed by Ulrich Drepper , 1995. X X The GNU C Library is free software; you can redistribute it and/or X modify it under the terms of the GNU Library General Public License as X published by the Free Software Foundation; either version 2 of the X License, or (at your option) any later version. X X The GNU C Library is distributed in the hope that it will be useful, X but WITHOUT ANY WARRANTY; without even the implied warranty of X MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU X Library General Public License for more details. X X You should have received a copy of the GNU Library General Public X License along with the GNU C Library; see the file COPYING.LIB. If not, X write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, X Boston, MA 02111-1307, USA. */ X X#include X#include X Xsize_t wcslen (const wchar_t *s) X{ X size_t len = 0; X X while (s[len] != L'\0') X { X if (s[++len] == 0) X return len; X if (s[++len] == 0) X return len; X if (s[++len] == 0) X return len; X ++len; X } X X return len; X} X Xwchar_t *wcscpy (wchar_t *dest, const wchar_t *src) X{ X wchar_t *wcp = (wchar_t *) src; X wchar_t c; X const ptrdiff_t off = dest - src - 1; X X do X { X c = *wcp++; X wcp[off] = c; X } X while (c != 0); X X return dest; X} X Xwchar_t *wcschr (const wchar_t *wcs, wchar_t wc) X{ X do X if (*wcs == wc) X return (wchar_t *) wcs; X while (*wcs++ != 0); X X return NULL; X} X Xwchar_t *wcsncat (wchar_t *dest, const wchar_t *src, size_t n) X{ X wchar_t c; X wchar_t * const s = dest; X X do X c = *dest++; X while (c != 0); X X dest -= 2; X X if (n >= 4) X { X size_t n4 = n >> 2; X do X { X c = *src++; X *++dest = c; X if (c == 0) X return s; X c = *src++; X *++dest = c; X if (c == 0) X return s; X c = *src++; X *++dest = c; X if (c == 0) X return s; X c = *src++; X *++dest = c; X if (c == 0) X return s; X } while (--n4 > 0); X n &= 3; X } X X while (n > 0) X { X c = *src++; X *++dest = c; X if (c == 0) X return s; X n--; X } X X if (c != 0) X *++dest = 0; X X return s; X} X Xwchar_t *wcscat (wchar_t *dest, const wchar_t *src) X{ X register wchar_t *s1 = dest; X register const wchar_t *s2 = src; X wchar_t c; X X do X c = *s1++; X while (c != L'\0'); X X s1 -= 2; X X do X { X c = *s2++; X *++s1 = c; X } X while (c != L'\0'); X X return dest; X} END-of-openmotif/files/FreeBSD.c echo x - openmotif/files/doc.imk sed 's/^X//' >openmotif/files/doc.imk << 'END-of-openmotif/files/doc.imk' XXCOMM $FreeBSD$ X X#define IHaveSubdirs X XSUBDIRS = man X XMakeSubdirs($(SUBDIRS)) XDependSubdirs($(SUBDIRS)) END-of-openmotif/files/doc.imk echo x - openmotif/files/man.imk sed 's/^X//' >openmotif/files/man.imk << 'END-of-openmotif/files/man.imk' XXCOMM $FreeBSD$ X X#define IHaveSubdirs X XSUBDIRS = man1 man3 man4 man5 X XMakeSubdirs($(SUBDIRS)) XDependSubdirs($(SUBDIRS)) END-of-openmotif/files/man.imk echo x - openmotif/files/man1.imk sed 's/^X//' >openmotif/files/man1.imk << 'END-of-openmotif/files/man1.imk' XXCOMM $FreeBSD$ X XMANSUFFIX = 1 X XDOCSMAN1 = \ X mwm.1 \ X uil.1 \ X xmbind.1 X XInstallMultipleMan($(DOCSMAN1),$(MANDIR)) END-of-openmotif/files/man1.imk echo x - openmotif/files/man3.imk sed 's/^X//' >openmotif/files/man3.imk << 'END-of-openmotif/files/man3.imk' XXCOMM $FreeBSD$ X XMANSUFFIX = 3 X XDOCSMAN3 = \ X $(DOCSMAN3_1) \ X $(DOCSMAN3_2) \ X $(DOCSMAN3_3) \ X $(DOCSMAN3_4) \ X $(DOCSMAN3_5) \ X $(DOCSMAN3_6) \ X $(DOCSMAN3_7) \ X $(DOCSMAN3_8) \ X $(DOCSMAN3_9) \ X $(DOCSMAN3_10) \ X $(DOCSMAN3_11) X XDOCSMAN3_1 = \ X ApplicationShell.3 \ X Composite.3 \ X Constraint.3 \ X Core.3 \ X MrmCloseHierarchy.3 \ X MrmFetchBitmapLiteral.3 \ X MrmFetchColorLiteral.3 \ X MrmFetchIconLiteral.3 \ X MrmFetchLiteral.3 \ X MrmFetchSetValues.3 \ X MrmFetchWidget.3 \ X MrmFetchWidgetOverride.3 \ X MrmInitialize.3 \ X MrmOpenHierarchy.3 \ X MrmOpenHierarchyFromBuffer.3 \ X MrmOpenHierarchyPerDisplay.3 \ X MrmRegisterClass.3 \ X MrmRegisterNames.3 \ X MrmRegisterNamesInHierarchy.3 \ X Object.3 \ X OverrideShell.3 \ X RectObj.3 \ X Shell.3 \ X TopLevelShell.3 \ X TransientShell.3 \ X Uil.3 \ X UilDumpSymbolTable.3 \ X VendorShell.3 \ X VirtualBindings.3 \ X WMShell.3 \ X XmActivateProtocol.3 \ X XmActivateWMProtocol.3 \ X XmAddProtocolCallback.3 \ X XmAddProtocols.3 \ X XmAddTabGroup.3 \ X XmAddToPostFromList.3 \ X XmAddWMProtocolCallback.3 \ X XmAddWMProtocols.3 \ X XmArrowButton.3 \ X XmArrowButtonGadget.3 \ X XmBulletinBoard.3 \ X XmCascadeButton.3 \ X XmCascadeButtonGadget.3 \ X XmCascadeButtonGadgetHighlight.3 \ X XmCascadeButtonHighlight.3 \ X XmChangeColor.3 \ X XmClipboardCancelCopy.3 \ X XmClipboardCopy.3 \ X XmClipboardCopyByName.3 \ X XmClipboardEndCopy.3 X XDOCSMAN3_2 = \ X XmClipboardEndRetrieve.3 \ X XmClipboardInquireCount.3 \ X XmClipboardInquireFormat.3 \ X XmClipboardInquireLength.3 \ X XmClipboardInquirePendingItems.3 \ X XmClipboardLock.3 \ X XmClipboardRegisterFormat.3 \ X XmClipboardRetrieve.3 \ X XmClipboardStartCopy.3 \ X XmClipboardStartRetrieve.3 \ X XmClipboardUndoCopy.3 \ X XmClipboardUnlock.3 \ X XmClipboardWithdrawFormat.3 \ X XmComboBox.3 \ X XmComboBoxAddItem.3 \ X XmComboBoxDeletePos.3 \ X XmComboBoxSelectItem.3 \ X XmComboBoxSetItem.3 \ X XmComboBoxUpdate.3 \ X XmCommand.3 \ X XmCommandAppendValue.3 \ X XmCommandError.3 \ X XmCommandGetChild.3 \ X XmCommandSetValue.3 \ X XmContainer.3 \ X XmContainerCopy.3 \ X XmContainerCopyLink.3 \ X XmContainerCut.3 \ X XmContainerGetItemChildren.3 \ X XmContainerPaste.3 \ X XmContainerPasteLink.3 \ X XmContainerRelayout.3 \ X XmContainerReorder.3 \ X XmConvertStringToUnits.3 \ X XmConvertUnits.3 \ X XmCreateArrowButton.3 \ X XmCreateArrowButtonGadget.3 \ X XmCreateBulletinBoard.3 \ X XmCreateBulletinBoardDialog.3 \ X XmCreateCascadeButton.3 \ X XmCreateCascadeButtonGadget.3 \ X XmCreateComboBox.3 \ X XmCreateCommand.3 \ X XmCreateCommandDialog.3 \ X XmCreateContainer.3 \ X XmCreateDialogShell.3 \ X XmCreateDragIcon.3 \ X XmCreateDrawingArea.3 \ X XmCreateDrawnButton.3 \ X XmCreateDropDownComboBox.3 X XDOCSMAN3_3 = \ X XmCreateDropDownList.3 \ X XmCreateErrorDialog.3 \ X XmCreateFileSelectionBox.3 \ X XmCreateFileSelectionDialog.3 \ X XmCreateForm.3 \ X XmCreateFormDialog.3 \ X XmCreateFrame.3 \ X XmCreateIconGadget.3 \ X XmCreateInformationDialog.3 \ X XmCreateLabel.3 \ X XmCreateLabelGadget.3 \ X XmCreateList.3 \ X XmCreateMainWindow.3 \ X XmCreateMenuBar.3 \ X XmCreateMenuShell.3 \ X XmCreateMessageBox.3 \ X XmCreateMessageDialog.3 \ X XmCreateNotebook.3 \ X XmCreateOptionMenu.3 \ X XmCreatePanedWindow.3 \ X XmCreatePopupMenu.3 \ X XmCreatePromptDialog.3 \ X XmCreatePulldownMenu.3 \ X XmCreatePushButton.3 \ X XmCreatePushButtonGadget.3 \ X XmCreateQuestionDialog.3 \ X XmCreateRadioBox.3 \ X XmCreateRowColumn.3 \ X XmCreateScale.3 \ X XmCreateScrollBar.3 \ X XmCreateScrolledList.3 \ X XmCreateScrolledText.3 \ X XmCreateScrolledWindow.3 \ X XmCreateSelectionBox.3 \ X XmCreateSelectionDialog.3 \ X XmCreateSeparator.3 \ X XmCreateSeparatorGadget.3 \ X XmCreateSimpleCheckBox.3 \ X XmCreateSimpleMenuBar.3 \ X XmCreateSimpleOptionMenu.3 \ X XmCreateSimplePopupMenu.3 \ X XmCreateSimplePulldownMenu.3 \ X XmCreateSimpleRadioBox.3 \ X XmCreateSimpleSpinBox.3 \ X XmCreateSpinBox.3 \ X XmCreateTemplateDialog.3 \ X XmCreateText.3 \ X XmCreateTextField.3 \ X XmCreateToggleButton.3 \ X XmCreateToggleButtonGadget.3 X XDOCSMAN3_4 = \ X XmCreateWarningDialog.3 \ X XmCreateWorkArea.3 \ X XmCreateWorkingDialog.3 \ X XmCvtByteStreamToXmString.3 \ X XmCvtCTToXmString.3 \ X XmCvtStringToUnitType.3 \ X XmCvtTextPropertyToXmStringTable.3 \ X XmCvtXmStringTableToTextProperty.3 \ X XmCvtXmStringToByteStream.3 \ X XmCvtXmStringToCT.3 \ X XmDeactivateProtocol.3 \ X XmDeactivateWMProtocol.3 \ X XmDestroyPixmap.3 \ X XmDialogShell.3 \ X XmDirection.3 \ X XmDirectionMatch.3 \ X XmDirectionMatchPartial.3 \ X XmDirectionToStringDirection.3 \ X XmDisplay.3 \ X XmDragCancel.3 \ X XmDragContext.3 \ X XmDragIcon.3 \ X XmDragStart.3 \ X XmDrawingArea.3 \ X XmDrawnButton.3 \ X XmDropSite.3 \ X XmDropSiteConfigureStackingOrder.3 \ X XmDropSiteEndUpdate.3 \ X XmDropSiteQueryStackingOrder.3 \ X XmDropSiteRegister.3 \ X XmDropSiteRegistered.3 \ X XmDropSiteRetrieve.3 \ X XmDropSiteStartUpdate.3 \ X XmDropSiteUnregister.3 \ X XmDropSiteUpdate.3 \ X XmDropTransfer.3 \ X XmDropTransferAdd.3 \ X XmDropTransferStart.3 \ X XmFileSelectionBox.3 \ X XmFileSelectionBoxGetChild.3 \ X XmFileSelectionDoSearch.3 \ X XmFontList.3 \ X XmFontListAdd.3 \ X XmFontListAppendEntry.3 \ X XmFontListCopy.3 \ X XmFontListCreate.3 \ X XmFontListEntryCreate.3 \ X XmFontListEntryFree.3 \ X XmFontListEntryGetFont.3 \ X XmFontListEntryGetTag.3 X XDOCSMAN3_5 = \ X XmFontListEntryLoad.3 \ X XmFontListFree.3 \ X XmFontListFreeFontContext.3 \ X XmFontListGetNextFont.3 \ X XmFontListInitFontContext.3 \ X XmFontListNextEntry.3 \ X XmFontListRemoveEntry.3 \ X XmForm.3 \ X XmFrame.3 \ X XmGadget.3 \ X XmGetAtomName.3 \ X XmGetColorCalculation.3 \ X XmGetColors.3 \ X XmGetDestination.3 \ X XmGetDragContext.3 \ X XmGetFocusWidget.3 \ X XmGetMenuCursor.3 \ X XmGetPixmap.3 \ X XmGetPixmapByDepth.3 \ X XmGetPostedFromWidget.3 \ X XmGetScaledPixmap.3 \ X XmGetSecondaryResourceData.3 \ X XmGetTabGroup.3 \ X XmGetTearOffControl.3 \ X XmGetVisibility.3 \ X XmGetXmDisplay.3 \ X XmGetXmScreen.3 \ X XmIconGadget.3 \ X XmImCloseXIM.3 \ X XmImFreeXIC.3 \ X XmImGetXIC.3 \ X XmImGetXIM.3 \ X XmImMbLookupString.3 \ X XmImMbResetIC.3 \ X XmImRegister.3 \ X XmImSetFocusValues.3 \ X XmImSetValues.3 \ X XmImSetXIC.3 \ X XmImUnregister.3 \ X XmImUnsetFocus.3 \ X XmImVaSetFocusValues.3 \ X XmImVaSetValues.3 \ X XmInstallImage.3 \ X XmInternAtom.3 \ X XmIsMotifWMRunning.3 \ X XmIsTraversable.3 \ X XmLabel.3 \ X XmLabelGadget.3 \ X XmList.3 \ X XmListAddItem.3 X XDOCSMAN3_6 = \ X XmListAddItemUnselected.3 \ X XmListAddItems.3 \ X XmListAddItemsUnselected.3 \ X XmListDeleteAllItems.3 \ X XmListDeleteItem.3 \ X XmListDeleteItems.3 \ X XmListDeleteItemsPos.3 \ X XmListDeletePos.3 \ X XmListDeletePositions.3 \ X XmListDeselectAllItems.3 \ X XmListDeselectItem.3 \ X XmListDeselectPos.3 \ X XmListGetKbdItemPos.3 \ X XmListGetMatchPos.3 \ X XmListGetSelectedPos.3 \ X XmListItemExists.3 \ X XmListItemPos.3 \ X XmListPosSelected.3 \ X XmListPosToBounds.3 \ X XmListReplaceItems.3 \ X XmListReplaceItemsPos.3 \ X XmListReplaceItemsPosUnselected.3 \ X XmListReplaceItemsUnselected.3 \ X XmListReplacePositions.3 \ X XmListSelectItem.3 \ X XmListSelectPos.3 \ X XmListSetAddMode.3 \ X XmListSetBottomItem.3 \ X XmListSetBottomPos.3 \ X XmListSetHorizPos.3 \ X XmListSetItem.3 \ X XmListSetKbdItemPos.3 \ X XmListSetPos.3 \ X XmListUpdateSelectedList.3 \ X XmListYToPos.3 \ X XmMainWindow.3 \ X XmMainWindowSep1.3 \ X XmMainWindowSep2.3 \ X XmMainWindowSep3.3 \ X XmMainWindowSetAreas.3 \ X XmManager.3 \ X XmMapSegmentEncoding.3 \ X XmMenuPosition.3 \ X XmMenuShell.3 \ X XmMessageBox.3 \ X XmMessageBoxGetChild.3 \ X XmNotebook.3 \ X XmNotebookGetPageInfo.3 \ X XmObjectAtPoint.3 \ X XmOptionButtonGadget.3 X XDOCSMAN3_7 = \ X XmOptionLabelGadget.3 \ X XmPanedWindow.3 \ X XmParseMapping.3 \ X XmParseMappingCreate.3 \ X XmParseMappingFree.3 \ X XmParseMappingGetValues.3 \ X XmParseMappingSetValues.3 \ X XmParseTable.3 \ X XmParseTableFree.3 \ X XmPrimitive.3 \ X XmPrintPopupPDM.3 \ X XmPrintSetup.3 \ X XmPrintShell.3 \ X XmPrintToFile.3 \ X XmProcessTraversal.3 \ X XmPushButton.3 \ X XmPushButtonGadget.3 \ X XmRedisplayWidget.3 \ X XmRegisterSegmentEncoding.3 \ X XmRemoveFromPostFromList.3 \ X XmRemoveProtocolCallback.3 \ X XmRemoveProtocols.3 \ X XmRemoveTabGroup.3 \ X XmRemoveWMProtocolCallback.3 \ X XmRemoveWMProtocols.3 \ X XmRenderTable.3 \ X XmRenderTableAddRenditions.3 \ X XmRenderTableCopy.3 \ X XmRenderTableCvtFromProp.3 \ X XmRenderTableCvtToProp.3 \ X XmRenderTableFree.3 \ X XmRenderTableGetRendition.3 \ X XmRenderTableGetRenditions.3 \ X XmRenderTableGetTags.3 \ X XmRenderTableRemoveRenditions.3 \ X XmRendition.3 \ X XmRenditionCreate.3 \ X XmRenditionFree.3 \ X XmRenditionRetrieve.3 \ X XmRenditionUpdate.3 \ X XmRepTypeAddReverse.3 \ X XmRepTypeGetId.3 \ X XmRepTypeGetNameList.3 \ X XmRepTypeGetRecord.3 \ X XmRepTypeGetRegistered.3 \ X XmRepTypeInstallTearOffModelConverter.3 \ X XmRepTypeRegister.3 \ X XmRepTypeValidValue.3 \ X XmResolveAllPartOffsets.3 \ X XmResolvePartOffsets.3 X XDOCSMAN3_8 = \ X XmRowColumn.3 \ X XmScale.3 \ X XmScaleGetValue.3 \ X XmScaleSetTicks.3 \ X XmScaleSetValue.3 \ X XmScreen.3 \ X XmScrollBar.3 \ X XmScrollBarGetValues.3 \ X XmScrollBarSetValues.3 \ X XmScrollVisible.3 \ X XmScrolledWindow.3 \ X XmScrolledWindowSetAreas.3 \ X XmSelectionBox.3 \ X XmSelectionBoxGetChild.3 \ X XmSeparator.3 \ X XmSeparatorGadget.3 \ X XmSetColorCalculation.3 \ X XmSetFontUnit.3 \ X XmSetFontUnits.3 \ X XmSetMenuCursor.3 \ X XmSetProtocolHooks.3 \ X XmSetWMProtocolHooks.3 \ X XmSimpleSpinBox.3 \ X XmSimpleSpinBoxAddItem.3 \ X XmSimpleSpinBoxDeletePos.3 \ X XmSimpleSpinBoxSetItem.3 \ X XmSpinBox.3 \ X XmSpinBoxValidatePosition.3 \ X XmString.3 \ X XmStringBaseline.3 \ X XmStringByteCompare.3 \ X XmStringByteStreamLength.3 \ X XmStringCompare.3 \ X XmStringComponentCreate.3 \ X XmStringComponentType.3 \ X XmStringConcat.3 \ X XmStringConcatAndFree.3 \ X XmStringCopy.3 \ X XmStringCreate.3 \ X XmStringCreateLocalized.3 \ X XmStringCreateLtoR.3 \ X XmStringCreateSimple.3 \ X XmStringDirection.3 \ X XmStringDirectionCreate.3 \ X XmStringDirectionToDirection.3 \ X XmStringDraw.3 \ X XmStringDrawImage.3 \ X XmStringDrawUnderline.3 \ X XmStringEmpty.3 \ X XmStringExtent.3 X XDOCSMAN3_9 = \ X XmStringFree.3 \ X XmStringFreeContext.3 \ X XmStringGenerate.3 \ X XmStringGetLtoR.3 \ X XmStringGetNextComponent.3 \ X XmStringGetNextSegment.3 \ X XmStringGetNextTriple.3 \ X XmStringHasSubstring.3 \ X XmStringHeight.3 \ X XmStringInitContext.3 \ X XmStringIsVoid.3 \ X XmStringLength.3 \ X XmStringLineCount.3 \ X XmStringNConcat.3 \ X XmStringNCopy.3 \ X XmStringParseText.3 \ X XmStringPeekNextComponent.3 \ X XmStringPeekNextTriple.3 \ X XmStringPutRendition.3 \ X XmStringSegmentCreate.3 \ X XmStringSeparatorCreate.3 \ X XmStringTable.3 \ X XmStringTableParseStringArray.3 \ X XmStringTableProposeTablist.3 \ X XmStringTableToXmString.3 \ X XmStringTableUnparse.3 \ X XmStringToXmStringTable.3 \ X XmStringUnparse.3 \ X XmStringWidth.3 \ X XmTab.3 \ X XmTabCreate.3 \ X XmTabFree.3 \ X XmTabGetValues.3 \ X XmTabList.3 \ X XmTabListCopy.3 \ X XmTabListFree.3 \ X XmTabListGetTab.3 \ X XmTabListInsertTabs.3 \ X XmTabListRemoveTabs.3 \ X XmTabListReplacePositions.3 \ X XmTabListTabCount.3 \ X XmTabSetValue.3 \ X XmTargetsAreCompatible.3 \ X XmText.3 \ X XmTextClearSelection.3 \ X XmTextCopy.3 \ X XmTextCopyLink.3 \ X XmTextCut.3 \ X XmTextDisableRedisplay.3 \ X XmTextEnableRedisplay.3 X XDOCSMAN3_10 = \ X XmTextField.3 \ X XmTextFieldClearSelection.3 \ X XmTextFieldCopy.3 \ X XmTextFieldCopyLink.3 \ X XmTextFieldCut.3 \ X XmTextFieldGetBaseline.3 \ X XmTextFieldGetEditable.3 \ X XmTextFieldGetInsertionPosition.3 \ X XmTextFieldGetLastPosition.3 \ X XmTextFieldGetMaxLength.3 \ X XmTextFieldGetSelection.3 \ X XmTextFieldGetSelectionPosition.3 \ X XmTextFieldGetSelectionWcs.3 \ X XmTextFieldGetString.3 \ X XmTextFieldGetStringWcs.3 \ X XmTextFieldGetSubstring.3 \ X XmTextFieldGetSubstringWcs.3 \ X XmTextFieldInsert.3 \ X XmTextFieldInsertWcs.3 \ X XmTextFieldPaste.3 \ X XmTextFieldPasteLink.3 \ X XmTextFieldPosToXY.3 \ X XmTextFieldRemove.3 \ X XmTextFieldReplace.3 \ X XmTextFieldReplaceWcs.3 \ X XmTextFieldSetAddMode.3 \ X XmTextFieldSetEditable.3 \ X XmTextFieldSetHighlight.3 \ X XmTextFieldSetInsertionPosition.3 \ X XmTextFieldSetMaxLength.3 \ X XmTextFieldSetSelection.3 \ X XmTextFieldSetString.3 \ X XmTextFieldSetStringWcs.3 \ X XmTextFieldShowPosition.3 \ X XmTextFieldXYToPos.3 \ X XmTextFindString.3 \ X XmTextFindStringWcs.3 \ X XmTextGetBaseline.3 \ X XmTextGetCenterline.3 \ X XmTextGetEditable.3 \ X XmTextGetInsertionPosition.3 \ X XmTextGetLastPosition.3 \ X XmTextGetMaxLength.3 \ X XmTextGetSelection.3 \ X XmTextGetSelectionPosition.3 \ X XmTextGetSelectionWcs.3 \ X XmTextGetSource.3 \ X XmTextGetString.3 \ X XmTextGetStringWcs.3 \ X XmTextGetSubstring.3 X XDOCSMAN3_11 = \ X XmTextGetSubstringWcs.3 \ X XmTextGetTopCharacter.3 \ X XmTextInsert.3 \ X XmTextInsertWcs.3 \ X XmTextPaste.3 \ X XmTextPasteLink.3 \ X XmTextPosToXY.3 \ X XmTextPosition.3 \ X XmTextRemove.3 \ X XmTextReplace.3 \ X XmTextReplaceWcs.3 \ X XmTextScroll.3 \ X XmTextSetAddMode.3 \ X XmTextSetEditable.3 \ X XmTextSetHighlight.3 \ X XmTextSetInsertionPosition.3 \ X XmTextSetMaxLength.3 \ X XmTextSetSelection.3 \ X XmTextSetSource.3 \ X XmTextSetString.3 \ X XmTextSetStringWcs.3 \ X XmTextSetTopCharacter.3 \ X XmTextShowPosition.3 \ X XmTextXYToPos.3 \ X XmToggleButton.3 \ X XmToggleButtonGadget.3 \ X XmToggleButtonGadgetGetState.3 \ X XmToggleButtonGadgetSetState.3 \ X XmToggleButtonGetState.3 \ X XmToggleButtonSetState.3 \ X XmToggleButtonSetValue.3 \ X XmTrackingEvent.3 \ X XmTrackingLocate.3 \ X XmTransferDone.3 \ X XmTransferSendRequest.3 \ X XmTransferSetParameters.3 \ X XmTransferStartRequest.3 \ X XmTransferValue.3 \ X XmTranslateKey.3 \ X XmUninstallImage.3 \ X XmUpdateDisplay.3 \ X XmVaCreateSimpleCheckBox.3 \ X XmVaCreateSimpleMenuBar.3 \ X XmVaCreateSimpleOptionMenu.3 \ X XmVaCreateSimplePopupMenu.3 \ X XmVaCreateSimplePulldownMenu.3 \ X XmVaCreateSimpleRadioBox.3 \ X XmWidgetGetBaselines.3 \ X XmWidgetGetDisplayRect.3 X XInstallMultipleMan($(DOCSMAN3_1),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_2),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_3),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_4),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_5),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_6),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_7),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_8),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_9),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_10),$(MANDIR)) XInstallMultipleMan($(DOCSMAN3_11),$(MANDIR)) END-of-openmotif/files/man3.imk echo x - openmotif/files/man4.imk sed 's/^X//' >openmotif/files/man4.imk << 'END-of-openmotif/files/man4.imk' XXCOMM $FreeBSD$ X XMANSUFFIX = 4 X XDOCSMAN4 = \ X mwmrc.4 X XInstallMultipleMan($(DOCSMAN4),$(MANDIR)) END-of-openmotif/files/man4.imk echo x - openmotif/files/man5.imk sed 's/^X//' >openmotif/files/man5.imk << 'END-of-openmotif/files/man5.imk' XXCOMM $FreeBSD$ X XMANSUFFIX = 5 X XDOCSMAN5 = \ X Traits.5 \ X UIL.5 \ X WML.5 X XInstallMultipleMan($(DOCSMAN5),$(MANDIR)) END-of-openmotif/files/man5.imk echo x - openmotif/patches/patch-aa sed 's/^X//' >openmotif/patches/patch-aa << 'END-of-openmotif/patches/patch-aa' X--- lib/Xm/Imakefile.orig Wed May 17 00:43:04 2000 X+++ lib/Xm/Imakefile Wed May 17 00:49:08 2000 X@@ -161,6 +161,8 @@ X ValTime.c FocusAct.c CvtUnit.c ScalTics.c \ X ScroVis.c WidGet.c PrintS.c X X+FBSD_SRCS = FreeBSD.c X+ X OBSO_SRCS = Obso1_2.c ObsoStr.c ObsoXme.c Obso2_0.c X X XPM_SRCS = \ X@@ -224,6 +226,8 @@ X ValTime.o FocusAct.o CvtUnit.o ScalTics.o \ X ScroVis.o WidGet.o PrintS.o X X+FBSD_OBJS = FreeBSD.o X+ X OBSO_OBJS = Obso1_2.o ObsoStr.o ObsoXme.o Obso2_0.o X X XPM_OBJS = \ X@@ -248,8 +252,8 @@ X SSpinB.o TxtPropCv.o XmStringSeg.o TranslNew.o X #endif X X- SRCS3 = $(OBSO_SRCS) $(XPM_SRCS) $(REGEX_SRCS) $(NEW_WID_SRCS) X- OBJS3 = $(OBSO_OBJS) $(XPM_OBJS) $(REGEX_OBJS) $(NEW_WID_OBJS) X+ SRCS3 = $(OBSO_SRCS) $(XPM_SRCS) $(REGEX_SRCS) $(NEW_WID_SRCS) $(FBSD_SRCS) X+ OBJS3 = $(OBSO_OBJS) $(XPM_OBJS) $(REGEX_OBJS) $(NEW_WID_OBJS) $(FBSD_OBJS) X X SRCS = $(SRCS1) $(SRCS2) $(SRCS3) X OBJS = $(OBJS1) $(OBJS2) $(OBJS3) END-of-openmotif/patches/patch-aa echo x - openmotif/patches/patch-ab sed 's/^X//' >openmotif/patches/patch-ab << 'END-of-openmotif/patches/patch-ab' X--- demos/programs/setdate/setDate.c.orig Wed May 17 00:57:44 2000 X+++ demos/programs/setdate/setDate.c Wed May 17 01:01:21 2000 X@@ -39,7 +39,9 @@ X */ X X #include X+#ifndef CSRG_BASED X #include X+#endif X #include X #include X #include X@@ -141,6 +143,7 @@ X day = XmCreateTextField(sb1, "Day", args, argcount); X XtManageChild(day); X X+#ifndef CSRG_BASED X months[0] = XmStringCreate(nl_langinfo(MON_1), XmSTRING_DEFAULT_CHARSET); X months[1] = XmStringCreate(nl_langinfo(MON_2), XmSTRING_DEFAULT_CHARSET); X months[2] = XmStringCreate(nl_langinfo(MON_3), XmSTRING_DEFAULT_CHARSET); X@@ -153,6 +156,20 @@ X months[9] = XmStringCreate(nl_langinfo(MON_10), XmSTRING_DEFAULT_CHARSET); X months[10] = XmStringCreate(nl_langinfo(MON_11), XmSTRING_DEFAULT_CHARSET); X months[11] = XmStringCreate(nl_langinfo(MON_12), XmSTRING_DEFAULT_CHARSET); X+#else X+ months[0] = XmStringCreate("january", XmSTRING_DEFAULT_CHARSET); X+ months[1] = XmStringCreate("february", XmSTRING_DEFAULT_CHARSET); X+ months[2] = XmStringCreate("march", XmSTRING_DEFAULT_CHARSET); X+ months[3] = XmStringCreate("april", XmSTRING_DEFAULT_CHARSET); X+ months[4] = XmStringCreate("may", XmSTRING_DEFAULT_CHARSET); X+ months[5] = XmStringCreate("june", XmSTRING_DEFAULT_CHARSET); X+ months[6] = XmStringCreate("july", XmSTRING_DEFAULT_CHARSET); X+ months[7] = XmStringCreate("august", XmSTRING_DEFAULT_CHARSET); X+ months[8] = XmStringCreate("september", XmSTRING_DEFAULT_CHARSET); X+ months[9] = XmStringCreate("october", XmSTRING_DEFAULT_CHARSET); X+ months[10] = XmStringCreate("november", XmSTRING_DEFAULT_CHARSET); X+ months[11] = XmStringCreate("december", XmSTRING_DEFAULT_CHARSET); X+#endif X X argcount = 0; X XtSetArg(args[argcount], XmNpositionType, XmPOSITION_INDEX), argcount++; END-of-openmotif/patches/patch-ab echo x - openmotif/patches/patch-ac sed 's/^X//' >openmotif/patches/patch-ac << 'END-of-openmotif/patches/patch-ac' X--- demos/programs/setdate/Imakefile.orig Wed May 17 02:16:55 2000 X+++ demos/programs/setdate/Imakefile Wed May 17 02:17:33 2000 X@@ -37,8 +37,6 @@ X X DEPLIBS = XmClientDepLibs X LOCAL_LIBRARIES = XmClientLibs X- MANDIR = /usr/local/man/man1 X- MANSUFFIX = 1 X X SRCS = setDate.c X OBJS = setDate.o END-of-openmotif/patches/patch-ac echo x - openmotif/patches/patch-ad sed 's/^X//' >openmotif/patches/patch-ad << 'END-of-openmotif/patches/patch-ad' X--- config/cf/Imakefile.orig Wed May 17 02:22:24 2000 X+++ config/cf/Imakefile Wed May 17 03:34:21 2000 X@@ -9,9 +9,16 @@ X LOCALFILES = LocalConfigFiles X #endif X X+#ifdef FreeBSDArchitecture X+DEFFILES = X+#else X DEFFILES = \ X site.def X+#endif X X+#ifdef FreeBSDArchitecture X+RULEFILES = Motif.rules X+#else X RULEFILES = \ X Imake.rules \ X Motif.rules \ X@@ -33,7 +40,11 @@ X sv3Lib.rules \ X sv4Lib.rules \ X xf86.rules X+#endif X X+#ifdef FreeBSDArchitecture X+TMPLFILES = Motif.tmpl X+#else X TMPLFILES = \ X Imake.tmpl \ X Library.tmpl \ X@@ -55,7 +66,11 @@ X sv3Lib.tmpl \ X sv4Lib.tmpl \ X xf86.tmpl X+#endif X X+#ifdef FreeBSDArchitecture X+CFFILES = X+#else X CFFILES = \ X Imake.cf \ X Amoeba.cf \ X@@ -97,6 +112,7 @@ X usl.cf \ X x386.cf \ X xfree86.cf X+#endif X X INSTFILES = $(RULEFILES) $(TMPLFILES) $(DEFFILES) $(CFFILES) $(LOCALFILES) X END-of-openmotif/patches/patch-ad echo x - openmotif/patches/patch-ae sed 's/^X//' >openmotif/patches/patch-ae << 'END-of-openmotif/patches/patch-ae' X--- config/imake/Imakefile.orig Fri Apr 28 17:04:06 2000 X+++ config/imake/Imakefile Thu May 18 11:18:11 2000 X@@ -1,5 +1,16 @@ X XCOMM $TOG: Imakefile /main/10 1997/04/30 15:39:17 kaleb $ X X+#ifdef FreeBSDArchitecture X+#undef InstallProgram X+#define InstallProgram(file,dest) /* as nothing */ X+#undef InstallNamedProg X+#define InstallNamedProg(srcname,dstname,dest) /* as nothing */ X+#undef InstallManPage X+#define InstallManPage(file,dest) /* as nothing */ X+#undef InstallManPageLong X+#define InstallManPageLong(srcname,dest,dstname) /* as nothing */ X+#endif X+ X XCOMM Some compilers generate fatal errors if an -L directory does X XCOMM not exist. Since BUILDLIBDIR may not exist yet suppress its use. X LDPRELIB = END-of-openmotif/patches/patch-ae echo x - openmotif/patches/patch-af sed 's/^X//' >openmotif/patches/patch-af << 'END-of-openmotif/patches/patch-af' X--- config/makedepend/Imakefile.orig Fri Apr 28 17:04:06 2000 X+++ config/makedepend/Imakefile Thu May 18 11:15:47 2000 X@@ -1,5 +1,16 @@ X XCOMM $TOG: Imakefile /main/27 1997/04/30 15:38:09 kaleb $ X X+#ifdef FreeBSDArchitecture X+#undef InstallProgram X+#define InstallProgram(file,dest) /* as nothing */ X+#undef InstallNamedProg X+#define InstallNamedProg(srcname,dstname,dest) /* as nothing */ X+#undef InstallManPage X+#define InstallManPage(file,dest) /* as nothing */ X+#undef InstallManPageLong X+#define InstallManPageLong(srcname,dest,dstname) /* as nothing */ X+#endif X+ X SRCS = include.c main.c parse.c pr.c cppsetup.c ifparser.c X OBJS = include.o main.o parse.o pr.o cppsetup.o ifparser.o X END-of-openmotif/patches/patch-af echo x - openmotif/patches/patch-ag sed 's/^X//' >openmotif/patches/patch-ag << 'END-of-openmotif/patches/patch-ag' X--- config/util/Imakefile.orig Fri Apr 28 17:04:07 2000 X+++ config/util/Imakefile Thu May 18 11:17:19 2000 X@@ -1,4 +1,16 @@ X XCOMM $XConsortium: Imakefile /main/16 1996/11/13 14:43:28 lehors $ X+ X+#ifdef FreeBSDArchitecture X+#undef InstallProgram X+#define InstallProgram(file,dest) /* as nothing */ X+#undef InstallNamedProg X+#define InstallNamedProg(srcname,dstname,dest) /* as nothing */ X+#undef InstallManPage X+#define InstallManPage(file,dest) /* as nothing */ X+#undef InstallManPageLong X+#define InstallManPageLong(srcname,dest,dstname) /* as nothing */ X+#endif X+ X #if UseCCMakeDepend X MDEP_PROG = makedepend X #endif END-of-openmotif/patches/patch-ag echo x - openmotif/patches/patch-ah sed 's/^X//' >openmotif/patches/patch-ah << 'END-of-openmotif/patches/patch-ah' X--- bindings/Imakefile.orig Wed May 3 11:12:34 2000 X+++ bindings/Imakefile Thu May 18 11:02:40 2000 X@@ -37,10 +37,10 @@ X XCOMM HISTORY X XCOMM X XCOMM $TOG: Imakefile /main/8 1997/07/02 17:51:43 samborn $ X-INSTALLFLAGS = $(INSTINCFLAGS) X X FILES = \ X xmbind.alias \ X+ CDE \ X acorn \ X apollo \ X dec \ X@@ -58,15 +58,14 @@ X ncr_vt \ X pc \ X sgi \ X- sni \ X- sni_97801 \ X siemens_9733 \ X siemens_wx200 \ X+ sni \ X+ sni_97801 \ X sony \ X- sun_mit \ X- sun_news \ X+ sun \ X+ sun_at \ X tek X- X X all:: X END-of-openmotif/patches/patch-ah echo x - openmotif/patches/patch-ai sed 's/^X//' >openmotif/patches/patch-ai << 'END-of-openmotif/patches/patch-ai' X--- demos/unsupported/motifshell/Imakefile.orig Thu May 18 17:12:18 2000 X+++ demos/unsupported/motifshell/Imakefile Thu May 18 17:15:02 2000 X@@ -47,11 +47,13 @@ X MSimpleProgramTarget(motifshell) X InstallProgram(motifshell,$(BINDIR)) X X+#ifndef FreeBSDArchitecture X InstallNonExec(motif,$(BINDIR)) X InstallNonExec(welcome,$(BINDIR)) X InstallNonExec(research,$(BINDIR)) X InstallNonExec(principles,$(BINDIR)) X InstallNonExec(membership,$(BINDIR)) X InstallNonExec(help,$(BINDIR)) X+#endif X X DependTarget() END-of-openmotif/patches/patch-ai echo x - openmotif/patches/patch-aj sed 's/^X//' >openmotif/patches/patch-aj << 'END-of-openmotif/patches/patch-aj' X--- Imakefile.orig Thu May 18 19:02:59 2000 X+++ Imakefile Thu May 18 19:03:16 2000 X@@ -46,7 +46,7 @@ X DEMOSDIRECTORY = demos X #endif X SUBDIRS = config localized lib tools/wml clients $(DEMOSDIRECTORY) \ X- bitmaps bindings X+ bitmaps bindings doc X CDE_SUBDIRS = lib clients/uil clients/xmbind X X MakeSubdirs($(SUBDIRS)) END-of-openmotif/patches/patch-aj echo x - openmotif/pkg/DESCR sed 's/^X//' >openmotif/pkg/DESCR << 'END-of-openmotif/pkg/DESCR' XOpen Motif is the first release under a public license allowing the Motif Xsource code for use, reproduction and distribution on operating systems Xthat are themselves Open Source programs. It consists of the Motif XRelease 2.1.30. X XMotif(r) is the industry standard graphical user interface, (as defined by the XIEEE 1295 specification), used on more than 200 hardware and software Xplatforms. It provides application developers, end users, and system Xvendors with the industry's most widely used environment for standardizing Xapplication presentation on a wide range of platforms. Motif is the leading Xuser interface toolkit for the UNIX(r) system. X XThe Motif graphical user interface (GUI) toolkit facilitates the development of Xapplications for heterogeneous, networked computing environments. By Xproviding application portability across a variety of platforms, the Motif Xenvironment helps protect valuable investments in software and user Xtraining. Users of laptops, PCs, workstations, mainframes, and Xsupercomputers benefit from the consistent screen appearance and Xbehavior of applications provided by the Motif environment. X XWWW: http://www.opengroup.org/openmotif/ X XCyrille Lefevre Xclefevre@citeweb.net END-of-openmotif/pkg/DESCR echo x - openmotif/pkg/PLIST sed 's/^X//' >openmotif/pkg/PLIST << 'END-of-openmotif/pkg/PLIST' X@exec [ -f %D/lib/X11/config/host.orig ] || mv %D/lib/X11/config/host.def %D/lib/X11/config/host.def.orig Xlib/X11/config/host.def X@unexec [ -f %D/%F.orig ] && mv %D/%F.orig %D/%F || : Xbin/DNDDemo Xbin/airport Xbin/animate Xbin/autopopups Xbin/dainput Xbin/draw Xbin/dogs Xbin/earth Xbin/exm_in_c Xbin/exm_in_uil Xbin/filemanager Xbin/fileview Xbin/getsubres Xbin/helloint Xbin/hellomotif Xbin/i18ninput Xbin/motifshell Xbin/mwm Xbin/onHelp Xbin/panner Xbin/periodic Xbin/piano Xbin/sampler2_0 Xbin/setDate Xbin/simpleDemo Xbin/simpledrop Xbin/todo Xbin/uil Xbin/uilsymdump Xbin/wsm Xbin/xmapdef Xbin/xmbind Xbin/xmfonts Xbin/xmforc Xbin/xmform Xinclude/Mrm/MrmAppl.h Xinclude/Mrm/MrmDecls.h Xinclude/Mrm/MrmPublic.h Xinclude/Mrm/MrmosI.h Xinclude/Xm/AccColorT.h Xinclude/Xm/AccTextT.h Xinclude/Xm/ActivatableT.h Xinclude/Xm/ArrowB.h Xinclude/Xm/ArrowBG.h Xinclude/Xm/ArrowBGP.h Xinclude/Xm/ArrowBP.h Xinclude/Xm/AtomMgr.h Xinclude/Xm/BaseClassP.h Xinclude/Xm/BulletinB.h Xinclude/Xm/BulletinBP.h Xinclude/Xm/CacheP.h Xinclude/Xm/CareVisualT.h Xinclude/Xm/CascadeB.h Xinclude/Xm/CascadeBG.h Xinclude/Xm/CascadeBGP.h Xinclude/Xm/CascadeBP.h Xinclude/Xm/ClipWindowP.h Xinclude/Xm/ColorObjP.h Xinclude/Xm/ColorP.h Xinclude/Xm/ComboBox.h Xinclude/Xm/ComboBoxP.h Xinclude/Xm/Command.h Xinclude/Xm/CommandP.h Xinclude/Xm/ContItemT.h Xinclude/Xm/Container.h Xinclude/Xm/ContainerP.h Xinclude/Xm/ContainerT.h Xinclude/Xm/CutPaste.h Xinclude/Xm/DesktopP.h Xinclude/Xm/DialogS.h Xinclude/Xm/DialogSEP.h Xinclude/Xm/DialogSP.h Xinclude/Xm/DialogSavvyT.h Xinclude/Xm/Display.h Xinclude/Xm/DisplayP.h Xinclude/Xm/DragC.h Xinclude/Xm/DragCP.h Xinclude/Xm/DragDrop.h Xinclude/Xm/DragIcon.h Xinclude/Xm/DragIconP.h Xinclude/Xm/DragOverS.h Xinclude/Xm/DragOverSP.h Xinclude/Xm/DrawP.h Xinclude/Xm/DrawingA.h Xinclude/Xm/DrawingAP.h Xinclude/Xm/DrawnB.h Xinclude/Xm/DrawnBP.h Xinclude/Xm/DropSMgr.h Xinclude/Xm/DropSMgrP.h Xinclude/Xm/DropTrans.h Xinclude/Xm/DropTransP.h Xinclude/Xm/ExtObjectP.h Xinclude/Xm/FileSB.h Xinclude/Xm/FileSBP.h Xinclude/Xm/Form.h Xinclude/Xm/FormP.h Xinclude/Xm/Frame.h Xinclude/Xm/FrameP.h Xinclude/Xm/Gadget.h Xinclude/Xm/GadgetP.h Xinclude/Xm/GrabShell.h Xinclude/Xm/GrabShellP.h Xinclude/Xm/IconFile.h Xinclude/Xm/IconFileP.h Xinclude/Xm/IconG.h Xinclude/Xm/IconGP.h Xinclude/Xm/IconH.h Xinclude/Xm/IconHP.h Xinclude/Xm/JoinSideT.h Xinclude/Xm/Label.h Xinclude/Xm/LabelG.h Xinclude/Xm/LabelGP.h Xinclude/Xm/LabelP.h Xinclude/Xm/LayoutT.h Xinclude/Xm/List.h Xinclude/Xm/ListP.h Xinclude/Xm/MainW.h Xinclude/Xm/MainWP.h Xinclude/Xm/Manager.h Xinclude/Xm/ManagerP.h Xinclude/Xm/MenuProcP.h Xinclude/Xm/MenuShell.h Xinclude/Xm/MenuShellP.h Xinclude/Xm/MenuStateP.h Xinclude/Xm/MenuT.h Xinclude/Xm/MenuUtilP.h Xinclude/Xm/MessageB.h Xinclude/Xm/MessageBP.h Xinclude/Xm/MwmUtil.h Xinclude/Xm/NavigatorT.h Xinclude/Xm/Notebook.h Xinclude/Xm/NotebookP.h Xinclude/Xm/PanedW.h Xinclude/Xm/PanedWP.h Xinclude/Xm/PointInT.h Xinclude/Xm/Primitive.h Xinclude/Xm/PrimitiveP.h Xinclude/Xm/Print.h Xinclude/Xm/PrintSP.h Xinclude/Xm/Protocols.h Xinclude/Xm/ProtocolsP.h Xinclude/Xm/PushB.h Xinclude/Xm/PushBG.h Xinclude/Xm/PushBGP.h Xinclude/Xm/PushBP.h Xinclude/Xm/RCLayoutP.h Xinclude/Xm/RCMenuP.h Xinclude/Xm/RepType.h Xinclude/Xm/RowColumn.h Xinclude/Xm/RowColumnP.h Xinclude/Xm/SSpinB.h Xinclude/Xm/SSpinBP.h Xinclude/Xm/SashP.h Xinclude/Xm/Scale.h Xinclude/Xm/ScaleP.h Xinclude/Xm/Screen.h Xinclude/Xm/ScreenP.h Xinclude/Xm/ScrollBar.h Xinclude/Xm/ScrollBarP.h Xinclude/Xm/ScrollFrameT.h Xinclude/Xm/ScrolledW.h Xinclude/Xm/ScrolledWP.h Xinclude/Xm/SelectioB.h Xinclude/Xm/SelectioBP.h Xinclude/Xm/SeparatoG.h Xinclude/Xm/SeparatoGP.h Xinclude/Xm/Separator.h Xinclude/Xm/SeparatorP.h Xinclude/Xm/ShellEP.h Xinclude/Xm/SpecRenderT.h Xinclude/Xm/SpinB.h Xinclude/Xm/SpinBP.h Xinclude/Xm/TakesDefT.h Xinclude/Xm/TearOffBP.h Xinclude/Xm/TearOffP.h Xinclude/Xm/Text.h Xinclude/Xm/TextF.h Xinclude/Xm/TextFP.h Xinclude/Xm/TextFSelP.h Xinclude/Xm/TextInP.h Xinclude/Xm/TextOutP.h Xinclude/Xm/TextP.h Xinclude/Xm/TextSelP.h Xinclude/Xm/TextStrSoP.h Xinclude/Xm/ToggleB.h Xinclude/Xm/ToggleBG.h Xinclude/Xm/ToggleBGP.h Xinclude/Xm/ToggleBP.h Xinclude/Xm/TraitP.h Xinclude/Xm/Transfer.h Xinclude/Xm/TransferP.h Xinclude/Xm/TransferT.h Xinclude/Xm/TransltnsP.h Xinclude/Xm/TravConT.h Xinclude/Xm/TxtPropCv.h Xinclude/Xm/UnhighlightT.h Xinclude/Xm/UnitTypeT.h Xinclude/Xm/VaSimpleP.h Xinclude/Xm/VendorS.h Xinclude/Xm/VendorSEP.h Xinclude/Xm/VendorSP.h Xinclude/Xm/VirtKeys.h Xinclude/Xm/VirtKeysP.h Xinclude/Xm/Xm.h Xinclude/Xm/XmAll.h Xinclude/Xm/XmIm.h Xinclude/Xm/XmP.h Xinclude/Xm/XmStrDefs.h Xinclude/Xm/Xmfuncs.h Xinclude/Xm/XmosP.h Xinclude/Xm/XpmP.h Xinclude/bitmaps/xm_error Xinclude/bitmaps/xm_hour16 Xinclude/bitmaps/xm_hour16m Xinclude/bitmaps/xm_hour32 Xinclude/bitmaps/xm_hour32m Xinclude/bitmaps/xm_information Xinclude/bitmaps/xm_noenter16 Xinclude/bitmaps/xm_noenter16m Xinclude/bitmaps/xm_noenter32 Xinclude/bitmaps/xm_noenter32m Xinclude/bitmaps/xm_question Xinclude/bitmaps/xm_warning Xinclude/bitmaps/xm_working Xinclude/uil/Uil.h Xinclude/uil/UilDBDef.h Xinclude/uil/UilDef.h Xinclude/uil/UilSymDef.h Xinclude/uil/UilSymGl.h Xinclude/uil/XmAppl.uil Xlib/X11/app-defaults/Fileview Xlib/X11/app-defaults/Mwm Xlib/X11/app-defaults/XmdAirport Xlib/X11/app-defaults/XmdAnimate Xlib/X11/app-defaults/XmdDraw Xlib/X11/app-defaults/XmdFilemanager Xlib/X11/app-defaults/XmdI18nInput Xlib/X11/app-defaults/XmdPeriodic Xlib/X11/app-defaults/XmdSampler2_0 Xlib/X11/app-defaults/XmdSetDate Xlib/X11/app-defaults/XmdTodo Xlib/X11/bindings/CDE Xlib/X11/bindings/acorn Xlib/X11/bindings/apollo Xlib/X11/bindings/dec Xlib/X11/bindings/dg_AViiON Xlib/X11/bindings/doubleclick Xlib/X11/bindings/hal Xlib/X11/bindings/hitachi Xlib/X11/bindings/hp Xlib/X11/bindings/ibm Xlib/X11/bindings/intergraph Xlib/X11/bindings/intergraph17 Xlib/X11/bindings/megatek Xlib/X11/bindings/motorola Xlib/X11/bindings/ncr_at Xlib/X11/bindings/ncr_vt Xlib/X11/bindings/pc Xlib/X11/bindings/sgi Xlib/X11/bindings/siemens_9733 Xlib/X11/bindings/siemens_wx200 Xlib/X11/bindings/sni Xlib/X11/bindings/sni_97801 Xlib/X11/bindings/sony Xlib/X11/bindings/sun Xlib/X11/bindings/sun_at Xlib/X11/bindings/tek Xlib/X11/bindings/xmbind.alias Xlib/X11/config/Motif.rules Xlib/X11/config/Motif.tmpl Xlib/X11/config/motif.def Xlib/X11/system.mwmrc Xlib/X11/uid/C/uid/l_strings.uid Xlib/X11/uid/English.uid Xlib/X11/uid/French.uid Xlib/X11/uid/German.uid Xlib/X11/uid/animate.uid Xlib/X11/uid/dog.uid Xlib/X11/uid/dogs.uid Xlib/X11/uid/english/uid/l_strings.uid Xlib/X11/uid/exm_in_uil.uid Xlib/X11/uid/french/uid/l_strings.uid Xlib/X11/uid/hebrew/uid/l_strings.uid Xlib/X11/uid/helloint.uid Xlib/X11/uid/hellomotif.uid Xlib/X11/uid/japanese/uid/l_strings.uid Xlib/X11/uid/periodic.uid Xlib/X11/uid/plane.uid Xlib/X11/uid/superman.uid Xlib/X11/uid/swedish/uid/l_strings.uid Xlib/libMrm.a Xlib/libMrm.so Xlib/libMrm.so.2 Xlib/libUil.a Xlib/libUil.so Xlib/libUil.so.2 Xlib/libXm.a Xlib/libXm.so Xlib/libXm.so.2 Xshare/doc/openmotif/BUGREPORT Xshare/doc/openmotif/CLOSEDBUGS.gz Xshare/doc/openmotif/COPYRIGHT.MOTIF Xshare/doc/openmotif/OPENBUGS.gz Xshare/doc/openmotif/README Xshare/doc/openmotif/RELNOTES Xshare/doc/openmotif/guides/README Xshare/doc/openmotif/guides/mot-cdesgr.ps.Z Xshare/doc/openmotif/guides/mot-csgcc.ps.Z Xshare/doc/openmotif/guides/mot-gloss.ps.Z Xshare/doc/openmotif/guides/mot-mcsg.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch01.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch02.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch03.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch04.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch05.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch06.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch07.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch08.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch09.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch10.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch11.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch12.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch13.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch14.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch15.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch16.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch17.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch18.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch19.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch20.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch21.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch22.ps.Z Xshare/doc/openmotif/guides/mot-pg/ch23.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch01.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch02.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch03.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch04.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch05.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch06.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch07.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch08.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch09.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch11.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch12.ps.Z Xshare/doc/openmotif/guides/mot-ref/ch14.ps.Z Xshare/doc/openmotif/guides/mot-ug/ch01.ps.Z Xshare/doc/openmotif/guides/mot-ug/ch02.ps.Z Xshare/doc/openmotif/guides/mot-ug/ch03.ps.Z Xshare/doc/openmotif/guides/mot-ug/ch04.ps.Z Xshare/doc/openmotif/guides/mot-ug/ch05.ps.Z Xshare/doc/openmotif/guides/mot-ug/ch06.ps.Z Xshare/doc/openmotif/guides/mot-ug/ch07.ps.Z Xshare/doc/openmotif/guides/mot-ug/ch08.ps.Z Xshare/doc/openmotif/guides/mot-ug/ch10.ps.Z Xshare/doc/openmotif/guides/mot-wwg.ps.Z Xshare/examples/openmotif/demos/ch05/Scale/Imakefile Xshare/examples/openmotif/demos/ch05/Scale/README Xshare/examples/openmotif/demos/ch05/Scale/interface.c Xshare/examples/openmotif/demos/ch05/Scale/tic_mark.c Xshare/examples/openmotif/demos/ch05/Scale/tic_mark.man Xshare/examples/openmotif/demos/ch06/combo_box/Imakefile Xshare/examples/openmotif/demos/ch06/combo_box/README Xshare/examples/openmotif/demos/ch06/combo_box/combo_box.c Xshare/examples/openmotif/demos/ch06/combo_box/combo_box.man Xshare/examples/openmotif/demos/ch06/combo_box/interface.c Xshare/examples/openmotif/demos/ch06/spin_box/Imakefile Xshare/examples/openmotif/demos/ch06/spin_box/README Xshare/examples/openmotif/demos/ch06/spin_box/interface.c Xshare/examples/openmotif/demos/ch06/spin_box/spin_box.c Xshare/examples/openmotif/demos/ch06/spin_box/spin_box.man Xshare/examples/openmotif/demos/ch08/Container/Imakefile Xshare/examples/openmotif/demos/ch08/Container/README Xshare/examples/openmotif/demos/ch08/Container/container.c Xshare/examples/openmotif/demos/ch08/Container/container.man Xshare/examples/openmotif/demos/ch08/Container/interface.c Xshare/examples/openmotif/demos/ch08/Notebook/Imakefile Xshare/examples/openmotif/demos/ch08/Notebook/README Xshare/examples/openmotif/demos/ch08/Notebook/interface.c Xshare/examples/openmotif/demos/ch08/Notebook/notebook.c Xshare/examples/openmotif/demos/ch08/Notebook/notebook.man Xshare/examples/openmotif/demos/ch16/Imakefile Xshare/examples/openmotif/demos/ch16/README Xshare/examples/openmotif/demos/ch16/UTMXmText.c Xshare/examples/openmotif/demos/ch16/UTMXmText.man Xshare/examples/openmotif/demos/ch17/simple_drag/Imakefile Xshare/examples/openmotif/demos/ch17/simple_drag/README Xshare/examples/openmotif/demos/ch17/simple_drag/simple_drag.c Xshare/examples/openmotif/demos/ch17/simple_drag/simple_drag.man Xshare/examples/openmotif/demos/ch17/simple_drop/Imakefile Xshare/examples/openmotif/demos/ch17/simple_drop/README Xshare/examples/openmotif/demos/ch17/simple_drop/simple_drop.c Xshare/examples/openmotif/demos/ch17/simple_drop/simple_drop.man X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R X@dirrm share/doc/openmotif/guides/mot-pg X@dirrm share/doc/openmotif/guides/mot-ref X@dirrm share/doc/openmotif/guides/mot-ug X@dirrm share/doc/openmotif/guides X@dirrm share/doc/openmotif X@dirrm share/examples/openmotif/demos/ch05/Scale X@dirrm share/examples/openmotif/demos/ch05 X@dirrm share/examples/openmotif/demos/ch06/combo_box X@dirrm share/examples/openmotif/demos/ch06/spin_box X@dirrm share/examples/openmotif/demos/ch06 X@dirrm share/examples/openmotif/demos/ch08/Container X@dirrm share/examples/openmotif/demos/ch08/Notebook X@dirrm share/examples/openmotif/demos/ch08 X@dirrm share/examples/openmotif/demos/ch16 X@dirrm share/examples/openmotif/demos/ch17/simple_drag X@dirrm share/examples/openmotif/demos/ch17/simple_drop X@dirrm share/examples/openmotif/demos/ch17 X@dirrm share/examples/openmotif/demos X@dirrm share/examples/openmotif X@dirrm include/Xm X@dirrm include/Mrm X@dirrm include/uil X@dirrm lib/X11/bindings X@dirrm lib/X11/uid/C/uid X@dirrm lib/X11/uid/C X@dirrm lib/X11/uid/french/uid X@dirrm lib/X11/uid/french X@dirrm lib/X11/uid/english/uid X@dirrm lib/X11/uid/english X@dirrm lib/X11/uid/hebrew/uid X@dirrm lib/X11/uid/hebrew X@dirrm lib/X11/uid/japanese/uid X@dirrm lib/X11/uid/japanese X@dirrm lib/X11/uid/swedish/uid X@dirrm lib/X11/uid/swedish X@dirrm lib/X11/uid END-of-openmotif/pkg/PLIST echo x - openmotif/pkg/COMMENT sed 's/^X//' >openmotif/pkg/COMMENT << 'END-of-openmotif/pkg/COMMENT' XMotif(r), the industry standard graphical user interface (IEEE 1295) END-of-openmotif/pkg/COMMENT echo x - openmotif/pkg/MESSAGE sed 's/^X//' >openmotif/pkg/MESSAGE << 'END-of-openmotif/pkg/MESSAGE' X XMake sure to set HAVE_MOTIF=yes in /etc/make.conf X END-of-openmotif/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 May 20 11:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 986B737B79E for ; Sat, 20 May 2000 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA63868; Sat, 20 May 2000 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DD23237C1AA; Sat, 20 May 2000 11:05:42 -0700 (PDT) Message-Id: <20000520180542.DD23237C1AA@hub.freebsd.org> Date: Sat, 20 May 2000 11:05:42 -0700 (PDT) From: wolman@cs.washington.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18692: update port AbiWord to v0.7.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18692 >Category: ports >Synopsis: update port AbiWord to v0.7.9 >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 May 20 11:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: 3.4 >Organization: UW, CSE Dept. >Environment: n/a >Description: I have updated the AbiWord port from version 0.7.6 to version 0.7.9. I attempted to contact the maintainer, but have received no response for a couple of weeks. My patches are at http://www.cs.washington.edu/homes/wolman/dist/AbiWord.diffs >How-To-Repeat: n/a >Fix: n/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 Sat May 20 11:43:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from po3.glue.umd.edu (po3.glue.umd.edu [128.8.10.123]) by hub.freebsd.org (Postfix) with ESMTP id A5D7937B573 for ; Sat, 20 May 2000 11:43:14 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by po3.glue.umd.edu (8.9.3/8.9.3) with ESMTP id OAA00127; Sat, 20 May 2000 14:43:09 -0400 (EDT) Message-ID: <3926DCBD.D23E9D54@glue.umd.edu> Date: Sat, 20 May 2000 14:43:09 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Scot W. Hetzel" Cc: ports@FreeBSD.ORG Subject: Re: Cyrus Troubles References: <00ee01bfbecc$b4e55f00$8dfee0d1@westbend.net> <3920B74C.1C658583@glue.umd.edu> <000001bfbef4$1fd7d780$8dfee0d1@westbend.net> <392171E6.6FF040BC@glue.umd.edu> <001201bfbf89$e0141320$8dfee0d1@westbend.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > LOCAL_RULE_0 > R$=N$: $#local $: $1 > R$=N < @ $=w . >$: $#local $: $1 > Rbb + $+ < @ $=w . > $#cyrusbb $: $1 I get the following error from sendmail when I use the above. 554 /etc/mail/sendmail.cf: line 742: Inappropriate use of $: on LHS 554 /etc/mail/sendmail.cf: line 743: Inappropriate use of $: on LHS Lines 742-744 of sendmail.cf are R$=N$: $#local $: $1 R$=N < @ $=w . >$: $#local $: $1 Rbb + $+ < @ $=w . > $#cyrusbb $: $1 -Brandon ps. Finals are over!!! until next semester anyway... -- bfoz@glue.umd.edu "Lead, follow, or get run over" "In life there are those who steer, and those who push" "I'm not impatient, the world is too slow" "Life is short, so have fun, play hard, and leave a good looking corpse" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 11:47:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 38F3337B53A; Sat, 20 May 2000 11:47:53 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id LAA03364; Sat, 20 May 2000 11:47:34 -0700 Date: Sat, 20 May 2000 11:47:34 -0700 From: Arun Sharma To: "David O'Brien" Cc: kde-devel@kde.org, ports@freebsd.org Subject: Re: C++ exception handling and non Linux platforms Message-ID: <20000520114734.A2904@sharmas.dhs.org> References: <20000519083947.A47819@sharmas.dhs.org> <20000520103959.A12924@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <20000520103959.A12924@dragon.nuxi.com>; from David O'Brien on Sat, May 20, 2000 at 10:39:59AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 20, 2000 at 10:39:59AM -0700, David O'Brien wrote: > On Fri, May 19, 2000 at 08:39:47AM -0700, Arun Sharma wrote: > > Most non Linux platforms do not link in libgcc.a by default. > > Uh... NO! Try running ``cc -v'' sometimes on FreeBSD. libgcc.a is a > *REQUIRED* library to link against when using GCC. I didn't express myself correctly in that sentence. Though libgcc.a is linked by default, the symbols don't participate in dynamic linking. With -Wl,-export-dynamic: $ objdump -T .libs/konqueror | grep __eh 0804ad64 g DF .text 00000022 __eh_alloc 0804ad88 g DF .text 00000013 __eh_free 0804cf44 g DF .text 00000042 __eh_rtime_match and without -Wl,-export-dynamic: $ objdump -T .libs/konqueror | grep __eh 08049338 g DF .text 00000022 __eh_alloc > There is C++ exception handling code in Linux's glibc2, that I cannot > fathom why they put it there. I have a feeling your problems are the > fault of the software you are trying to port. I don't see any C++ exception handling symbols in Linux glibc2. $ nm /lib/libc.so.6 | grep eh 0005b8f0 t freehook 0005c0e0 t tr_freehook -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 11:54:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 9468C37B53A; Sat, 20 May 2000 11:54:31 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id LAA03401; Sat, 20 May 2000 11:54:13 -0700 Date: Sat, 20 May 2000 11:54:13 -0700 From: Arun Sharma To: "David O'Brien" Cc: kde-devel@kde.org, ports@freebsd.org Subject: Re: C++ exception handling and non Linux platforms Message-ID: <20000520115413.A3392@sharmas.dhs.org> References: <20000519083947.A47819@sharmas.dhs.org> <20000520103959.A12924@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <20000520103959.A12924@dragon.nuxi.com>; from David O'Brien on Sat, May 20, 2000 at 10:39:59AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 20, 2000 at 10:39:59AM -0700, David O'Brien wrote: > On Fri, May 19, 2000 at 08:39:47AM -0700, Arun Sharma wrote: > > Most non Linux platforms do not link in libgcc.a by default. > > Uh... NO! Try running ``cc -v'' sometimes on FreeBSD. libgcc.a is a > *REQUIRED* library to link against when using GCC. > > There is C++ exception handling code in Linux's glibc2, that I cannot > fathom why they put it there. I have a feeling your problems are the > fault of the software you are trying to port. > > >From other things you've said, I would say libtool could also have a bug > and be at fault. Another piece of useful info, on why this doesn't happen on Linux. When I link a simple shared library using C++ exception handling: FreeBSD: $ nm libfoo.so | grep __eh U __eh_alloc U __eh_rtime_match Linux: $ nm libfoo.so | grep __eh U __eh_alloc I suspect that this is more of gcc-2.95'ism than a FreeBSD'ism. Bottomline: adding -Wl,-export-dynamic to the linker commandline in KDE builds solves everything, at the expense of a slightly bloated symbol table and a little bit slower run time linking. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 12: 0: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BF1737B53A for ; Sat, 20 May 2000 12:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA69276; Sat, 20 May 2000 12:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 20 May 2000 12:00:03 -0700 (PDT) Message-Id: <200005201900.MAA69276@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/18692: update port AbiWord to v0.7.9 Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18692; it has been noted by GNATS. From: Will Andrews To: wolman@cs.washington.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/18692: update port AbiWord to v0.7.9 Date: Sat, 20 May 2000 14:54:17 -0400 On Sat, May 20, 2000 at 11:05:42AM -0700, wolman@cs.washington.edu wrote: > >Description: > I have updated the AbiWord port from version 0.7.6 to version 0.7.9. > I attempted to contact the maintainer, but have received no > response for a couple of weeks. Wanna be maintainer? I do not think anyone will have any valid objections if I simply revoke dburr's MAINTAINER; I imagine he's too busy to maintain the port anyway. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 13:46:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 0ADFD37B6FD for ; Sat, 20 May 2000 13:46:27 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id PAA81145; Sat, 20 May 2000 15:46:24 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <007301bfc29c$763a9260$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Brandon Fosdick" Cc: References: <00ee01bfbecc$b4e55f00$8dfee0d1@westbend.net> <3920B74C.1C658583@glue.umd.edu> <000001bfbef4$1fd7d780$8dfee0d1@westbend.net> <392171E6.6FF040BC@glue.umd.edu> <001201bfbf89$e0141320$8dfee0d1@westbend.net> <3926DCBD.D23E9D54@glue.umd.edu> Subject: Re: Cyrus Troubles Date: Sat, 20 May 2000 15:46:23 -0500 Organization: West Bend Internet 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.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Brandon Fosdick" > > LOCAL_RULE_0 > > R$=N$: $#local $: $1 > > R$=N < @ $=w . >$: $#local $: $1 > > Rbb + $+ < @ $=w . > $#cyrusbb $: $1 > > I get the following error from sendmail when I use the above. > > 554 /etc/mail/sendmail.cf: line 742: Inappropriate use of $: on LHS > 554 /etc/mail/sendmail.cf: line 743: Inappropriate use of $: on LHS > > Lines 742-744 of sendmail.cf are > R$=N$: $#local $: $1 > R$=N < @ $=w . >$: $#local $: $1 > Rbb + $+ < @ $=w . > $#cyrusbb $: $1 > It's supposed to be: R$=N [TAB] $: $#local $: $1 R$=N < @ $=w . > [TAB] $: $#local $: $1 Rbb + $+ < @ $=w . > [TAB] $#cyrusbb $: $1 Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 14:12:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id CC3FF37B643 for ; Sat, 20 May 2000 14:12:33 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by sabami.seaslug.org (Postfix) with SMTP id A9C151F7C for ; Sat, 20 May 2000 14:13:42 -0700 (PDT) To: freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... References: <87hfbuvwqh.fsf@sabmail.rresearch.com> <20000519220322.A45875@argon.blackdawn.com> <20000520081201.A29986@bone.nectar.com> Reply-To: scott@sabami.seaslug.org From: Scott Blachowicz Date: 20 May 2000 14:13:42 -0700 In-Reply-To: "Jacques A . Vidrine"'s message of "Sat, 20 May 2000 08:12:01 -0500" Message-ID: <87puqgncvt.fsf@sabmail.rresearch.com> Lines: 21 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Please don't. If the comment is correct, then it should be something > like: > > #ifdef solaris > #include // for MAXDNAME > #endif > > Do not include any reference to __FreeBSD__ ... this is not a FreeBSD > issue. See my previous posting in this thread for more details. I agree with you, but... I don't have access to a Solaris box to know what the right thing for Solaris would be, no way to verify it and no way to know if some other platform is relying on that header file being there (i.e. no way to know if the comment is correct). It only REALLY makes a difference if these patches get fed back to the KDE developers - are you planning on doing that, Will? -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 14:20: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01B4B37B643 for ; Sat, 20 May 2000 14:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA82477; Sat, 20 May 2000 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6F1EF37B658; Sat, 20 May 2000 14:15:20 -0700 (PDT) Message-Id: <20000520211520.6F1EF37B658@hub.freebsd.org> Date: Sat, 20 May 2000 14:15:20 -0700 (PDT) From: hjh@photino.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18693: lwm 0.06 -> 1.00 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18693 >Category: ports >Synopsis: lwm 0.06 -> 1.00 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 20 14:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: J Han >Release: 2.2.8 and 3.3 >Organization: >Environment: >Description: many thanks to KATO Tsuguru for alerting me about the version change. >How-To-Repeat: >Fix: --- Makefile-0.06 Sat May 20 13:30:38 2000 +++ Makefile Sat May 20 13:44:05 2000 @@ -1,5 +1,5 @@ # New ports collection makefile for: lwm -# Version required: 0.06 +# Version required: 1.00 # Date created: 17 March 1998 # Whom: J Han # @@ -7,13 +7,14 @@ # DISTNAME= lwm -PKGNAME= lwm-0.06 +PKGNAME= lwm-1.00 CATEGORIES= x11-wm -MASTER_SITES= http://users.ch.genedata.com/~enh/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= http://users.ch.genedata.com/~enh/lwm/ +EXTRACT_SUFX= .tar.gz -MAINTAINER= hjh@photino.com +MAINTAINER= ports@freebsd.org +WRKSRC= ${WRKDIR}/${PKGNAME} USE_IMAKE= yes NO_INSTALL_MANPAGES= yes --- files/md5-0.06 Thu Jun 4 13:25:47 1998 +++ files/md5 Sat May 20 13:50:43 2000 @@ -1 +1 @@ -MD5 (lwm.tar.Z) = 53ed94fdd3daebbc9f340fbc0dbc5a08 +MD5 (lwm.tar.gz) = a419c283cbd8b8580eccb2a3abe9aa5a --- pkg/DESCR-0.06 Sat May 20 14:15:30 2000 +++ pkg/DESCR Sat May 20 14:15:39 2000 @@ -5,7 +5,7 @@ It's a tiny (less than 30k shared binary) and fast window manager. The web page is also one-page user manual. See 9menu(1) for root menu. -WWW: http://users.ch.genedata.com/~enh/lwm.html +WWW: http://users.ch.genedata.com/~enh/lwm/ - J Han -hjh@best.com +hjh@photino.com >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 14:30:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B8AA37B6F5 for ; Sat, 20 May 2000 14:30:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA83484; Sat, 20 May 2000 14:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 20 May 2000 14:30:03 -0700 (PDT) Message-Id: <200005202130.OAA83484@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Alec Wolman" Subject: Re: ports/18692: update port AbiWord to v0.7.9 Reply-To: "Alec Wolman" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18692; it has been noted by GNATS. From: "Alec Wolman" To: Will Andrews Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/18692: update port AbiWord to v0.7.9 Date: Sat, 20 May 2000 14:22:01 -0700 > On Sat, May 20, 2000 at 11:05:42AM -0700, wolman@cs.washington.edu wrote: > > >Description: > > I have updated the AbiWord port from version 0.7.6 to version 0.7.9. > > I attempted to contact the maintainer, but have received no > > response for a couple of weeks. > > Wanna be maintainer? I do not think anyone will have any valid > objections if I simply revoke dburr's MAINTAINER; I imagine he's too > busy to maintain the port anyway. Sure. Alec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 14:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2326937B7A8 for ; Sat, 20 May 2000 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA85193; Sat, 20 May 2000 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AFCF737B7F3; Sat, 20 May 2000 14:46:43 -0700 (PDT) Message-Id: <20000520214643.AFCF737B7F3@hub.freebsd.org> Date: Sat, 20 May 2000 14:46:43 -0700 (PDT) From: hjh@photino.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18695: change of maintainer of libcii port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18695 >Category: ports >Synopsis: change of maintainer of libcii 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: Sat May 20 14:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: J Han >Release: >Organization: >Environment: >Description: /usr/ports/devel/libcii change of maintainer >How-To-Repeat: >Fix: --- Makefile.orig Sat May 20 14:48:05 2000 +++ Makefile Sat May 20 14:48:28 2000 @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.princeton.edu/pub/packages/cii/ -MAINTAINER= hjh@photino.com +MAINTAINER= ports@freebsd.org NO_INSTALL_MANPAGES= yes NO_WRKSUBDIR= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 15:24:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 97F2D37B51A for ; Sat, 20 May 2000 15:24:45 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id PAA01957 for ; Sat, 20 May 2000 15:25:13 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.9.3/8.7.3) id PAA90328 for freebsd-ports@freebsd.org; Sat, 20 May 2000 15:24:42 -0700 (PDT) From: Gary Kline Message-Id: <200005202224.PAA90328@tao.thought.org> Subject: Imakefile for muuz build To: freebsd-ports@freebsd.org (FreeBSD Ports) Date: Sat, 20 May 2000 15:24:42 -0700 (PDT) Organization: <> thought.org: pvblic service Unix since 1986... <> X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Fellow porters, Real my old Imakefile requiring a non-existant man page: Well, the long(er) way around the barn worked--the Imakefile builds and installs the ancillary binural-beats binary cleanly. The clean: (or clobber:) target didn't remove everything that the make generated within the build directory so I added my own versions of these targets. Things work, but there probably is a better solution... for future revs. Thanks duly noted to the ports team for the patches. The patches are incorporated. gary -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 15:28:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id EC81D37B7B2 for ; Sat, 20 May 2000 15:28:11 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA00633 for ; Sat, 20 May 2000 16:28:10 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost.village.org [127.0.0.1]) by billy-club.village.org (8.9.3/8.8.3) with ESMTP id QAA54674 for ; Sat, 20 May 2000 16:27:34 -0600 (MDT) Message-Id: <200005202227.QAA54674@billy-club.village.org> To: ports@freebsd.org Subject: insure++ port Date: Sat, 20 May 2000 16:27:34 -0600 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org anybody have an insure++ port? I'd love to be able to demo the insure++ for linux that I downloaded. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 17:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F3D837B7BE for ; Sat, 20 May 2000 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA96479; Sat, 20 May 2000 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 9F73D37B7BE for ; Sat, 20 May 2000 17:07:26 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id RAA02744 for ; Sat, 20 May 2000 17:07:44 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.9.3/8.7.3) id RAA91041; Sat, 20 May 2000 17:07:12 -0700 (PDT) Message-Id: <200005210007.RAA91041@tao.thought.org> Date: Sat, 20 May 2000 17:07:12 -0700 (PDT) From: Gary Kline Reply-To: kline@tao.thought.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18696: Forward rev of muuz port: 0.27.1 to 0.27.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18696 >Category: ports >Synopsis: Forward rev of muuz port: 0.27.1 to 0.27.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: Sat May 20 17:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gary Kline >Release: FreeBSD 3.2-RELEASE i386 >Organization: Thought Unlimited >Environment: Env requires Sound-card and the X Window System ... >Description: Upgrade via patch.... This version has several minor fixes, and a few not-so-minor. >How-To-Repeat: >Fix: diff -ruN muuz.271/Makefile muuz.272/Makefile --- muuz.271/Makefile Sun Apr 30 13:24:05 2000 +++ muuz.272/Makefile Fri May 19 14:05:33 2000 @@ -1,21 +1,20 @@ # Ports collection makefile for: muuz -# Date created: 21 March 2000 +# Date created: 21 May 2000 # Whom: kline@thought.org # -# $FreeBSD: ports/misc/muuz/Makefile,v 1.1.1.1 2000/04/30 20:24:05 steve Exp $ +# $FreeBSD: ports/misc/muuz/Makefile,v 1.23 2000/02/13 03:23:26 obrien Exp $ # -PORTNAME= muuz -PORTVERSION= 0.27.1 -CATEGORIES= misc +PORTNAME= muuz +PORTVERSION= 0.27.2 +CATEGORIES= misc games MASTER_SITES= ftp://toxic.magnesium.net/pub/FreeBSD/muuz/ MAINTAINER= kline@thought.org LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d -#USE_IMAKE= yes (... no, not yet) -USE_X_PREFIX= yes +USE_IMAKE= yes MAN1= muuz.1 .include diff -ruN muuz.271/files/md5 muuz.272/files/md5 --- muuz.271/files/md5 Sun Apr 30 13:24:05 2000 +++ muuz.272/files/md5 Sat May 20 10:35:39 2000 @@ -1 +1 @@ -MD5 (muuz-0.27.1.tar.gz) = 0bd78bf700a50496e1346b4acea05fe3 +MD5 (muuz-0.27.2.tar.gz) = 9ea52f17f310988e012fbd29e5304c7f diff -ruN muuz.271/files/md5~ muuz.272/files/md5~ --- muuz.271/files/md5~ Wed Dec 31 16:00:00 1969 +++ muuz.272/files/md5~ Fri May 19 19:02:56 2000 @@ -0,0 +1 @@ +MD5 (muuz-0.27.2.tar.gz) = 9356c6eae1c575bd09867b4f78a69b42 diff -ruN muuz.271/patches/patch-aa muuz.272/patches/patch-aa --- muuz.271/patches/patch-aa Sun Apr 30 13:24:05 2000 +++ muuz.272/patches/patch-aa Wed Dec 31 16:00:00 1969 @@ -1,11 +0,0 @@ ---- errMessage.h.orig Sun Apr 30 13:24:41 2000 -+++ errMessage.h Sun Apr 30 13:25:15 2000 -@@ -34,7 +34,7 @@ - void setProgname(char *argv0, char *def) - { ___progn = (argv0 != NULL && (char *)*argv0 != NULL)?argv0:def;} - // Return program name set by setProgname, or an empty string if not set. -- char *getProgname(void) { return ___progn != NULL ? ___progn : ""; } -+ char *getProgname(void) { return ___progn != NULL ? ___progn : (char *)""; } - - void msgExit(ecategory_t category); - void msg_printf(const char *fmt, ...); diff -ruN muuz.271/patches/patch-ab muuz.272/patches/patch-ab --- muuz.271/patches/patch-ab Sun Apr 30 13:24:06 2000 +++ muuz.272/patches/patch-ab Wed Dec 31 16:00:00 1969 @@ -1,20 +0,0 @@ ---- muuzmenu.c.orig Sun Apr 30 13:26:12 2000 -+++ muuzmenu.c Sun Apr 30 13:26:37 2000 -@@ -162,14 +162,14 @@ - - entry = XtCreateManagedWidget("New File", smeBSBObjectClass, menu1, NULL, 0); - -- XtAddCallback(entry, XtNcallback, print_string, "one"); -+ XtAddCallback(entry, XtNcallback, print_string, (char *)"one"); - - entry = XtCreateManagedWidget("Open File", smeBSBObjectClass, menu1, NULL, 0); - -- XtAddCallback(entry, XtNcallback, print_string, "two"); -+ XtAddCallback(entry, XtNcallback, print_string, (char *)"two"); - - entry = XtCreateManagedWidget("View File", smeBSBObjectClass, menu1, NULL, 0); -- XtAddCallback(entry, XtNcallback, print_string, "ViewFile"); -+ XtAddCallback(entry, XtNcallback, print_string, (char *)"ViewFile"); - - entry = XtCreateManagedWidget("Iconify", smeBSBObjectClass, menu1, NULL, 0); - XtAddCallback(entry, XtNcallback, iconifyCB, NULL); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 17:58:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from po3.glue.umd.edu (po3.glue.umd.edu [128.8.10.123]) by hub.freebsd.org (Postfix) with ESMTP id 3A33037B6DA for ; Sat, 20 May 2000 17:58:31 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by po3.glue.umd.edu (8.9.3/8.9.3) with ESMTP id UAA06464; Sat, 20 May 2000 20:58:27 -0400 (EDT) Message-ID: <392734B3.33DE021C@glue.umd.edu> Date: Sat, 20 May 2000 20:58:27 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Scot W. Hetzel" Cc: ports@FreeBSD.ORG Subject: Re: Cyrus Troubles References: <00ee01bfbecc$b4e55f00$8dfee0d1@westbend.net> <3920B74C.1C658583@glue.umd.edu> <000001bfbef4$1fd7d780$8dfee0d1@westbend.net> <392171E6.6FF040BC@glue.umd.edu> <001201bfbf89$e0141320$8dfee0d1@westbend.net> <3926DCBD.D23E9D54@glue.umd.edu> <007301bfc29c$763a9260$8dfee0d1@westbend.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Scot W. Hetzel" wrote: > > From: "Brandon Fosdick" > > > LOCAL_RULE_0 > > > R$=N$: $#local $: $1 > > > R$=N < @ $=w . >$: $#local $: $1 > > > Rbb + $+ < @ $=w . > $#cyrusbb $: $1 > > > > I get the following error from sendmail when I use the above. > > > > 554 /etc/mail/sendmail.cf: line 742: Inappropriate use of $: on LHS > > 554 /etc/mail/sendmail.cf: line 743: Inappropriate use of $: on LHS > > > > Lines 742-744 of sendmail.cf are > > R$=N$: $#local $: $1 > > R$=N < @ $=w . >$: $#local $: $1 > > Rbb + $+ < @ $=w . > $#cyrusbb $: $1 > > > It's supposed to be: > R$=N [TAB] $: $#local $: $1 > R$=N < @ $=w . > [TAB] $: $#local $: $1 > Rbb + $+ < @ $=w . > [TAB] $#cyrusbb $: $1 I could have sworn thats what I had, but now it works. Thanks. -Brandon -- bfoz@glue.umd.edu "Lead, follow, or get run over" "In life there are those who steer, and those who push" "I'm not impatient, the world is too slow" "Life is short, so have fun, play hard, and leave a good looking corpse" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 18: 5: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id 96C3537B7E1; Sat, 20 May 2000 18:04:56 -0700 (PDT) (envelope-from scott@sabmail.rresearch.com) Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by sabami.seaslug.org (Postfix) with SMTP id 87A981F7C; Sat, 20 May 2000 18:06:05 -0700 (PDT) To: Will Andrews Cc: FreeBSD Ports , Satoshi Asami Subject: Re: **HEADS UP** KDE2 -> ports tree References: <20000515010219.B53719@argon.blackdawn.com> <20000515234230.A98535@argon.blackdawn.com> <20000517061510.D27192@argon.blackdawn.com> Reply-To: scott@sabami.seaslug.org From: Scott Blachowicz Date: 20 May 2000 18:06:05 -0700 In-Reply-To: Will Andrews's message of "Wed, 17 May 2000 06:15:10 -0400" Message-ID: <87hfbsn24i.fsf@sabmail.rresearch.com> Lines: 86 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "Will" == Will Andrews Will> kdetoys2 is awaiting a commit pending its successful compile. However, Will> all other kde2-related ports have been committed (kde-qt-addon, kdelibs, Will> kdebase, kdesupport, kdegames, kdenetwork, and koffice). Speaking of which...I am assuming that since the port Makefile is referending kdetoys-1.90 that it should be ready to go. I just did a build (off /usr/ports tree just cvsup-updated) and got this out: >> kdetoys-1.90.tar.bz2 doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.us.kde.org/pub/kde/unstable/distribution/tar/src/. fetch: pub/kde/unstable/distribution/tar/src/kdetoys-1.90.tar.bz2: cannot get remote modification time fetch: ftp://ftp.us.kde.org/pub/kde/unstable/distribution/tar/src/kdetoys-1.90.tar.bz2: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.kde.org/pub/kde/unstable/distribution/tar/src/. Receiving kdetoys-1.90.tar.bz2 (464880 bytes) 464880 bytes transferred in 60.8 seconds (7.46 Kbytes/s) ===> Extracting for kdetoys-1.90 >> Checksum OK for kdetoys-1.90.tar.bz2. ===> kdetoys-1.90 depends on executable: bzip2 - found ===> kdetoys-1.90 depends on executable: gmake - found ===> kdetoys-1.90 depends on executable: gcc295 - found ===> kdetoys-1.90 depends on shared library: kdecore.4 - found ===> kdetoys-1.90 depends on shared library: qt2.3 - found ===> Patching for kdetoys-1.90 ===> Applying FreeBSD patches for kdetoys-1.90 1 out of 3 hunks failed--saving rejects to kmoon/pics/Makefile.in.rej 1 out of 1 hunks failed--saving rejects to kmoon/kmoon.cpp.rej *** Error code 2 Stop. and the rejected patches look like this: *************** *** 157,163 **** x_includes = @x_includes@ x_libraries = @x_libraries@ - pics_DATA = moon1.gif moon14.gif moon19.gif moon22.gif moon27.gif moon5.gif moon10.gif moon15.gif moon23.gif moon9.gif moon28.gif moon6.gif moon11.gif moon16.gif moon2.gif moon24.gif moon29.gif moon7.gif moon12.gif moon17.gif moon20.gif moon25.gif moon3.gif moon8.gif moon13.gif moon18.gif moon21.gif moon26.gif moon4.gif picsdir = $(kde_datadir)/kmoon/pics --- 157,163 ---- x_includes = @x_includes@ x_libraries = @x_libraries@ + pics_DATA = moon1.xpm moon14.xpm moon19.xpm moon22.xpm moon27.xpm moon5.xpm moon10.xpm moon15.xpm moon23.xpm moon9.xpm moon28.xpm moon6.xpm moon11.xpm moon16.xpm moon2.xpm moon24.xpm moon29.xpm moon7.xpm moon12.xpm moon17.xpm moon20.xpm moon25.xpm moon3.xpm moon8.xpm moon13.xpm moon18.xpm moon21.xpm moon26.xpm moon4.xpm picsdir = $(kde_datadir)/kmoon/pics [that pics_DATA line is at line number 192 in Makefile.in, not around line 161] and it's referencing *.png files (not gif or xpm). *************** *** 97,103 **** for (int i = 1; i <= 29; i++) { QString name; - name.sprintf("%s/kmoon/pics/moon%d.gif", KApplication::kde_datadir().data(), i); QImage *p = new QImage(name); --- 97,103 ---- for (int i = 1; i <= 29; i++) { QString name; + name.sprintf("%s/kmoon/pics/moon%d.xpm", KApplication::kde_datadir().data(), i); QImage *p = new QImage(name); The closest thing I can find in that kmoon.cpp file is this: QImage MoonWidget::loadMoon(int index) { QString filename = QString("kmoon/pics/moon%1.png").arg(index); filename = locate("data", filename); return QImage(filename); } so it looks like the above patches are obsolete? -- Scott Blachowicz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 18:20: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0F4637B7ED for ; Sat, 20 May 2000 18:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA01605; Sat, 20 May 2000 18:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0838237B7ED; Sat, 20 May 2000 18:11:37 -0700 (PDT) Message-Id: <20000521011137.0838237B7ED@hub.freebsd.org> Date: Sat, 20 May 2000 18:11:37 -0700 (PDT) From: michael@dynamine.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18697: Current gd port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18697 >Category: ports >Synopsis: Current gd port broken >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 20 18:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Michael S. Fischer >Release: 3.4 >Organization: Dynamine Consulting >Environment: FreeBSD xxxx.xxxxxxx.com 3.4-STABLE FreeBSD 3.4-STABLE #1: Thu Apr 6 01:23:53 PDT 2000 root@xxxx.xxxxxxx.com:/usr/src/sys/compile/COLO2 i386 >Description: Current gd port (just cvsup'd /usr/ports a few minutes ago) is for 1.8.1; turns out it's a symlink to 1.8.2 at http://www.boutell.com/gd/http, thus breaking the CHECKSUM and the make install procedure. >How-To-Repeat: Update the ports collection, cd /usr/ports/graphics/gd; make install >Fix: Makefile needs to be updated :-) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 18:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25B6B37B7B8 for ; Sat, 20 May 2000 18:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03007; Sat, 20 May 2000 18:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 20 May 2000 18:40:03 -0700 (PDT) Message-Id: <200005210140.SAA03007@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Matthew Braithwaite Subject: Re: ports/18609: misc/amanda24: change amdump to set nodump flag on dumps to disk Reply-To: Matthew Braithwaite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18609; it has been noted by GNATS. From: Matthew Braithwaite To: freebsd-gnats-submit@FreeBSD.org, mab@lathian.com Cc: Subject: Re: ports/18609: misc/amanda24: change amdump to set nodump flag on dumps to disk Date: Sat, 20 May 2000 18:35:41 -0700 I forgot to credit the original author of this patch: Mikhail Teterin, whose address is concealed from me by eGroups. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 18:50: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2CDE37B7F3 for ; Sat, 20 May 2000 18:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03709; Sat, 20 May 2000 18:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ice.42.org (ice.42.org [194.246.250.222]) by hub.freebsd.org (Postfix) with ESMTP id 7C50C37B7F3 for ; Sat, 20 May 2000 18:48:06 -0700 (PDT) (envelope-from sec@ice.42.org) Received: (from sec@localhost) by ice.42.org (8.9.3/8.9.3) id DAA92327; Sun, 21 May 2000 03:48:00 +0200 (CEST) (envelope-from sec) Message-Id: <200005210148.DAA92327@ice.42.org> Date: Sun, 21 May 2000 03:48:00 +0200 (CEST) From: sec@42.org Reply-To: sec@ice.42.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18698: webcopy port doesn't speak http/1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18698 >Category: ports >Synopsis: webcopy port doesn't speak http/1.1 >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 May 20 18:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: /usr/ports/www/webcopy 0.98b7 installed >Description: webcopy doesn't send a 'Host:'-Header and thus fails to talk to http-1.1 vhosts. >How-To-Repeat: >Fix: Apply this patch: --- /usr/local/bin/webcopy Tue Sep 16 22:45:49 1997 +++ webcopy.11 Thu Sep 3 22:05:55 1998 @@ -474,7 +474,7 @@ $_=select(S); $|=1; select($_); if ($verbose>3) { print(($post?"POST":"GET") . " $proxy$url HTTP/1.0${rn}" . - "User-Agent: $agent${rn}Accept: */*${rn}$update"); + "User-Agent: $agent${rn}Accept: */*${rn}Host: ${host}${rn}$update"); print "Authorization: $userpass${rn}" if $userpass; if ($post) { print "Content-Length: " . length($post_data) . @@ -485,7 +485,7 @@ } } print S ($post?"POST":"GET") . " $proxy$url HTTP/1.0${rn}" . - "User-Agent: $agent${rn}Accept: */*${rn}$update"; + "User-Agent: $agent${rn}Accept: */*${rn}Host: ${host}${rn}$update"; print S "Authorization: $userpass${rn}" if $userpass; if ($post) { print S "Content-Length: " . length($post_data) . >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 19:37: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 12A9537B70E for ; Sat, 20 May 2000 19:36:54 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.77.66]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id TAA27033; Sat, 20 May 2000 19:36:33 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 0BD741960; Sat, 20 May 2000 22:35:50 -0400 (EDT) Date: Sat, 20 May 2000 22:35:50 -0400 From: Will Andrews To: Matthew Braithwaite Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/18609: misc/amanda24: change amdump to set nodump flag on dumps to disk Message-ID: <20000520223550.B53616@argon.blackdawn.com> References: <200005210140.SAA03007@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005210140.SAA03007@freefall.freebsd.org>; from mab@lathian.com on Sat, May 20, 2000 at 06:40:03PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 20, 2000 at 06:40:03PM -0700, Matthew Braithwaite wrote: > I forgot to credit the original author of this patch: Mikhail Teterin, > whose address is concealed from me by eGroups. Mikhail Teterin [...] -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 20: 0: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D223E37B7F4 for ; Sat, 20 May 2000 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09543; Sat, 20 May 2000 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3283437B613; Sat, 20 May 2000 19:51:57 -0700 (PDT) Message-Id: <20000521025157.3283437B613@hub.freebsd.org> Date: Sat, 20 May 2000 19:51:57 -0700 (PDT) From: jonathan@fosburgh.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18700: kdelibs2 doesn't compile with some versions of libaudiofile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18700 >Category: ports >Synopsis: kdelibs2 doesn't compile with some versions of libaudiofile >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 20 20:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jonathan Fosburgh >Release: 4.0-STABLE >Organization: >Environment: FreeBSD gw.fosburgh.org 4.0-STABLE FreeBSD 4.0-STABLE #4: Mon May 8 19:21:05 CDT 2000 toor@gw.fosburgh.org:/usr/src/sys/compile/40KERN i386 >Description: The kdelibs2 port searches for libaudiofile, without this library you cannot listen to wave files with KDE apps. libaudiofile is not listed as a requirement for KDE2 which perhaps it should be, but that is another matter. Ther version of libaudiofile I had previously installed (0.1.6) contains an improperly written header file, libaudiofile.h, that was causing the compile of arts/flow/synth_play_wav_impl.cc to fail due to a syntax error. The current version of libaudiofile in the ports (0.1.9) works. >How-To-Repeat: Read the above description, if you have an old version of libaudiofile installed, cd /usr/ports/x11/kdelibs2 && make to replicate. >Fix: Perhaps there needs to be a way to read /var/db/pkg/libaudiofile-* to determine if the version is current and known to work. kdelibs2 should also perhaps require libaudiofile. Additional kde2 ports may silently require this library as well. Beyond this, if you have an old libaudiofile installed and want kde2, you should install the current libaudiofile or edit config.cache to set the two locations where libaudiofile is listed to 'no'. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 21:30:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB3DE37B91A for ; Sat, 20 May 2000 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA17824; Sat, 20 May 2000 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id 9D53237B732 for ; Sat, 20 May 2000 21:27:27 -0700 (PDT) (envelope-from croyle@gelemna.org) Received: from gelemna.org ([24.17.49.208]) by mail.rdc1.il.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000521042727.YLLV3110.mail.rdc1.il.home.com@gelemna.org> for ; Sat, 20 May 2000 21:27:27 -0700 Received: (from croyle@localhost) by gelemna.org (8.9.3/8.9.3) id XAA13308; Sat, 20 May 2000 23:27:26 -0500 (EST) (envelope-from croyle) Message-Id: <200005210427.XAA13308@gelemna.org> Date: Sat, 20 May 2000 23:27:26 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18701: Maintainer CoA: devel/astyle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18701 >Category: ports >Synopsis: Maintainer CoA: devel/astyle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 20 21:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Update my address and backup master site to my new domain. >How-To-Repeat: >Fix: Apply this patch: diff -ruN astyle.old/Makefile astyle/Makefile --- astyle.old/Makefile Tue Apr 11 16:27:04 2000 +++ astyle/Makefile Sat May 20 23:16:29 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: astyle # Date created: 31 Jan 1999 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/devel/astyle/Makefile,v 1.9 2000/04/11 21:27:04 mharo Exp $ # @@ -9,11 +9,11 @@ PORTVERSION= 1.11.6 CATEGORIES= devel textproc MASTER_SITES= ftp://astyle.sourceforge.net/pub/astyle/stable/src/\ - http://www.infonex.com/~dacroyle/freebsd/ + http://www.gelemna.org/ports/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src EXTRACT_SUFX= .tgz -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org WRKSRC= ${WRKDIR}/astyle_1.11.6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 21:40: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE87537B868 for ; Sat, 20 May 2000 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18832; Sat, 20 May 2000 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 20 May 2000 21:40:02 -0700 (PDT) Message-Id: <200005210440.VAA18832@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Adam Subject: Re: ports/18615: gcombust port needs updating (pseudo patches included) Reply-To: Adam Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18615; it has been noted by GNATS. From: Adam To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/18615: gcombust port needs updating (pseudo patches included) Date: Sun, 21 May 2000 00:31:40 -0400 (EDT) >Port maintainer has been contacted Sat, 13 May 2000 03:07:19 -0400 (EDT) >no reply so far, I will followup if they dont respond in a while. >Inquiries about the port several weeks ago did not yeild a response. Its been a week. (Come on ports guys, this one is easy! :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 21:40:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BB7F37B8EA for ; Sat, 20 May 2000 21:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18865; Sat, 20 May 2000 21:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id 0ED9537B868 for ; Sat, 20 May 2000 21:34:58 -0700 (PDT) (envelope-from croyle@gelemna.org) Received: from gelemna.org ([24.17.49.208]) by mail.rdc1.il.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000521043457.YOIA3110.mail.rdc1.il.home.com@gelemna.org> for ; Sat, 20 May 2000 21:34:57 -0700 Received: (from croyle@localhost) by gelemna.org (8.9.3/8.9.3) id XAA13715; Sat, 20 May 2000 23:34:57 -0500 (EST) (envelope-from croyle) Message-Id: <200005210434.XAA13715@gelemna.org> Date: Sat, 20 May 2000 23:34:57 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18702: Maintainer CoA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18702 >Category: ports >Synopsis: Maintainer CoA >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 20 21:40:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Update my address and backup master site to my new domain. >How-To-Repeat: >Fix: Apply this patch: diff -ruN p5-News-Article.old/Makefile p5-News-Article/Makefile --- p5-News-Article.old/Makefile Fri Apr 21 02:51:50 2000 +++ p5-News-Article/Makefile Sat May 20 23:30:56 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-News-Article # Date created: January 2, 1998 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/news/p5-News-Article/Makefile,v 1.8 2000/04/21 07:51:50 mharo Exp $ # @@ -9,10 +9,10 @@ PORTVERSION= 1.21 CATEGORIES= news perl5 MASTER_SITES= http://www.erlenstar.demon.co.uk/perl/ \ - http://www.infonex.com/~dacroyle/freebsd/ + http://www.gelemna.org/ports/ DISTNAME= News-Article-1.21 -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 22:10:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A646837B580 for ; Sat, 20 May 2000 22:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21203; Sat, 20 May 2000 22:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id DE16937B580 for ; Sat, 20 May 2000 22:06:10 -0700 (PDT) (envelope-from croyle@gelemna.org) Received: from gelemna.org ([24.17.49.208]) by mail.rdc1.il.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000521050610.YZZT3110.mail.rdc1.il.home.com@gelemna.org> for ; Sat, 20 May 2000 22:06:10 -0700 Received: (from croyle@localhost) by gelemna.org (8.9.3/8.9.3) id AAA17084; Sun, 21 May 2000 00:06:06 -0500 (EST) (envelope-from croyle) Message-Id: <200005210506.AAA17084@gelemna.org> Date: Sun, 21 May 2000 00:06:06 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18703: Maintainer CoA: news/p5-Gateway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18703 >Category: ports >Synopsis: Maintainer CoA: news/p5-Gateway >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 20 22:10:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Update my address. While I'm here, install the author's example files. I'd been planning to do this when a new version came out, but it appears that that won't be anytime soon. >How-To-Repeat: >Fix: Apply this patch: diff -ruN p5-Gateway.old/Makefile p5-Gateway/Makefile --- p5-Gateway.old/Makefile Fri Apr 21 02:51:49 2000 +++ p5-Gateway/Makefile Sat May 20 23:49:59 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-Gateway # Date created: January 2, 1998 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/news/p5-Gateway/Makefile,v 1.6 2000/04/21 07:51:49 mharo Exp $ # @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= News PKGNAMEPREFIX= p5- -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article @@ -24,5 +24,13 @@ do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/examples/Gateway +.for file in listgate listgate.m4 listgate.readme raccmod raccpost racrmod + ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/share/examples/Gateway +.endfor +.endif .include diff -ruN p5-Gateway.old/pkg/PLIST p5-Gateway/pkg/PLIST --- p5-Gateway.old/pkg/PLIST Mon Jan 11 10:34:30 1999 +++ p5-Gateway/pkg/PLIST Sat May 20 23:54:53 2000 @@ -21,3 +21,10 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/News/Gateway/whitelist.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Gateway/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Gateway +share/examples/Gateway/listgate +share/examples/Gateway/listgate.m4 +share/examples/Gateway/listgate.readme +share/examples/Gateway/raccmod +share/examples/Gateway/raccpost +share/examples/Gateway/racrmod +@dirrm share/examples/Gateway >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 20 22:50:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1034237B6D3 for ; Sat, 20 May 2000 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA27146; Sat, 20 May 2000 22:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id AF13637B7D2 for ; Sat, 20 May 2000 22:41:07 -0700 (PDT) (envelope-from croyle@gelemna.org) Received: from gelemna.org ([24.17.49.208]) by mail.rdc1.il.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000521054106.ZMDP3110.mail.rdc1.il.home.com@gelemna.org> for ; Sat, 20 May 2000 22:41:06 -0700 Received: (from croyle@localhost) by gelemna.org (8.9.3/8.9.3) id AAA18100; Sun, 21 May 2000 00:41:06 -0500 (EST) (envelope-from croyle) Message-Id: <200005210541.AAA18100@gelemna.org> Date: Sun, 21 May 2000 00:41:06 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18706: Maintainter CoA: various Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18706 >Category: ports >Synopsis: Maintainter CoA: various >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 20 22:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Update my the rest of my ports with my new address. With the exception of games/xconq, all that needs updating is the Makefile. >How-To-Repeat: >Fix: Apply these patches: diff -ruN amaya.old/Makefile amaya/Makefile --- amaya.old/Makefile Sun Apr 30 14:57:16 2000 +++ amaya/Makefile Sun May 21 00:24:12 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: amaya # Date created: 26 Dec 1998 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/www/amaya/Makefile,v 1.10 2000/04/30 19:57:16 steve Exp $ # @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org REQUIRES_MOTIF= yes USE_XLIB= yes diff -ruN bugsx.old/Makefile bugsx/Makefile --- bugsx.old/Makefile Thu Apr 13 19:45:39 2000 +++ bugsx/Makefile Sun May 21 00:24:20 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: bugsx # Date created: 7 December 1997 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/games/bugsx/Makefile,v 1.5 2000/04/14 00:45:39 mharo Exp $ # @@ -13,7 +13,7 @@ DISTNAME= bugsx108 EXTRACT_SUFX= .tgz -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org USE_IMAKE= yes WRKSRC= ${WRKDIR}/bugsx diff -ruN elisp-manual.old/Makefile elisp-manual/Makefile --- elisp-manual.old/Makefile Wed Apr 12 01:18:12 2000 +++ elisp-manual/Makefile Sun May 21 00:24:28 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: elisp-manual # Date created: 18 November 1997 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/lang/elisp-manual/Makefile,v 1.6 2000/04/12 06:18:12 obrien Exp $ # @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org GNU_CONFIGURE= yes diff -ruN emacs-lisp-intro.old/Makefile emacs-lisp-intro/Makefile --- emacs-lisp-intro.old/Makefile Wed Apr 12 01:18:16 2000 +++ emacs-lisp-intro/Makefile Sun May 21 00:24:35 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: emacs-lisp-intro # Date created: 18 November 1997 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/lang/emacs-lisp-intro/Makefile,v 1.6 2000/04/12 06:18:16 obrien Exp $ # @@ -11,6 +11,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org .include diff -ruN p5-News-Newsrc.old/Makefile p5-News-Newsrc/Makefile --- p5-News-Newsrc.old/Makefile Fri Apr 21 02:51:51 2000 +++ p5-News-Newsrc/Makefile Sun May 21 00:24:57 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-News-Newsrc # Date created: February 7, 1998 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/news/p5-News-Newsrc/Makefile,v 1.5 2000/04/21 07:51:51 mharo Exp $ # @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= News PKGNAMEPREFIX= p5- -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan diff -ruN p5-PGP-Sign.old/Makefile p5-PGP-Sign/Makefile --- p5-PGP-Sign.old/Makefile Fri Apr 21 03:18:44 2000 +++ p5-PGP-Sign/Makefile Sun May 21 00:25:03 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-PGP-Sign # Date created: January 2, 1998 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/security/p5-PGP-Sign/Makefile,v 1.12 2000/04/21 08:18:44 mharo Exp $ # @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= PGP DISTNAME= PGP-Sign-0.16 -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org USE_PERL5= yes diff -ruN p5-Set-IntSpan.old/Makefile p5-Set-IntSpan/Makefile --- p5-Set-IntSpan.old/Makefile Fri Apr 14 02:20:25 2000 +++ p5-Set-IntSpan/Makefile Sun May 21 00:25:11 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-Set-IntSpan # Date created: February 7, 1998 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/math/p5-Set-IntSpan/Makefile,v 1.4 2000/04/14 07:20:25 asami Exp $ # @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= Set PKGNAMEPREFIX= p5- -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org USE_PERL5= yes diff -ruN txt2html.old/Makefile txt2html/Makefile --- txt2html.old/Makefile Sun Apr 9 16:53:14 2000 +++ txt2html/Makefile Sun May 21 00:25:18 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: txt2html # Date created: 29 Jun 1998 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/textproc/txt2html/Makefile,v 1.4 2000/04/09 21:53:14 cpiazza Exp $ # @@ -10,7 +10,7 @@ CATEGORIES= textproc MASTER_SITES= http://www.aigeek.com/txt2html/ -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org WRKSRC= ${WRKDIR}/txt2html NO_BUILD= yes diff -ruN xconq.old/Makefile xconq/Makefile --- xconq.old/Makefile Fri Apr 14 07:27:12 2000 +++ xconq/Makefile Sun May 21 00:25:29 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: xconq # Date created: 2 Jun 1998 -# Whom: Don Croyle +# Whom: Don Croyle # # $FreeBSD: ports/games/xconq/Makefile,v 1.11 2000/04/14 12:27:12 asami Exp $ # @@ -10,7 +10,7 @@ CATEGORIES= games MASTER_SITES= ftp://sourceware.cygnus.com/pub/xconq/ -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm diff -ruN xconq.old/pkg/DESCR xconq/pkg/DESCR --- xconq.old/pkg/DESCR Sun Jun 27 17:45:55 1999 +++ xconq/pkg/DESCR Sun May 21 00:27:01 2000 @@ -4,6 +4,3 @@ predefined game modules is included. WWW: http://sourceware.cygnus.com/xconq/ - -- Don Croyle - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message