From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 00:15:45 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 691C116A4B3 for ; Sun, 19 Oct 2003 00:15:45 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E5543FA3 for ; Sun, 19 Oct 2003 00:15:44 -0700 (PDT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([12.203.21.192]) by comcast.net (sccrmhc11) with ESMTP id <2003101907154201100gkeiee>; Sun, 19 Oct 2003 07:15:42 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 6187ECBE; Sun, 19 Oct 2003 00:15:41 -0700 (PDT) Date: Sun, 19 Oct 2003 00:15:40 -0700 From: Clint Olsen To: ports@freebsd.org Message-ID: <20031019071540.GA74312@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Subject: Attempted to build stlport-icc with icc-7.1.030 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 07:15:45 -0000 Hi: I tried again to build stlport-icc with the new icc, thinking that icc may have been part of the problem, but I still get unresolved symbols: icpc -D_THREAD_SAFE -D_REENTRANT -mt -w1 -g -O -I../../stlport -I. -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC obj/TestClass.o obj/main.o obj/nc_alloc.o obj/random_number.o obj/test_algo.o obj/test_algobase.o obj/test_list.o obj/test_slist.o obj/test_bit_vector.o obj/test_vector.o obj/test_deque.o obj/test_set.o obj/test_map.o obj/test_hash_map.o obj/test_hash_set.o obj/test_rope.o obj/test_string.o obj/test_bitset.o obj/test_valarray.o -L../../lib -lstlport_icc -lm -o ./eh_test ../../lib/libstlport_icc.so: undefined reference to `__sigsetjmp' gmake: *** [eh_test] Error 1 *** Error code 2 Stop in /usr/ports/devel/stlport-icc. Any ideas on how to fix this? Thanks, -Clint From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 01:47:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A11E16A4B3 for ; Sun, 19 Oct 2003 01:47:29 -0700 (PDT) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D262043FAF for ; Sun, 19 Oct 2003 01:47:27 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd03.aul.t-online.de by mailout10.sul.t-online.com with smtp id 1AB9Di-00008f-03; Sun, 19 Oct 2003 10:47:26 +0200 Received: from Andro-Beta.Leidinger.net (XHny0ZZeZeszwFN-yPJRmNIbRdutrMefNUYsKB+1fxYyQSAmny2bUZ@[217.229.214.70]) by fmrl03.sul.t-online.com with esmtp id 1AB9DY-2K54nw0; Sun, 19 Oct 2003 10:47:16 +0200 Received: from Magelan.Leidinger.net (Magellan [192.168.1.1]) h9J8lEf5085467 for ; Sun, 19 Oct 2003 10:47:14 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) h9J8lDNg014118 for ; Sun, 19 Oct 2003 10:47:13 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 19 Oct 2003 10:47:13 +0200 From: Alexander Leidinger To: freebsd-ports@freebsd.org Message-Id: <20031019104713.04aaf283.Alexander@Leidinger.net> In-Reply-To: <20031019071540.GA74312@0lsen.net> References: <20031019071540.GA74312@0lsen.net> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: XHny0ZZeZeszwFN-yPJRmNIbRdutrMefNUYsKB+1fxYyQSAmny2bUZ@t-dialin.net Subject: Re: Attempted to build stlport-icc with icc-7.1.030 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 08:47:29 -0000 On Sun, 19 Oct 2003 00:15:40 -0700 Clint Olsen wrote: > I tried again to build stlport-icc with the new icc, thinking that icc may > have been part of the problem, but I still get unresolved symbols: > ../../lib/libstlport_icc.so: undefined reference to `__sigsetjmp' > gmake: *** [eh_test] Error 1 > *** Error code 2 > Any ideas on how to fix this? It builds fine here on -current. Can you please post the result of -- Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 01:48:45 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA6E16A4B3 for ; Sun, 19 Oct 2003 01:48:45 -0700 (PDT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC08943FDD for ; Sun, 19 Oct 2003 01:48:44 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd09.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1AB9Ex-0007ly-02; Sun, 19 Oct 2003 10:48:43 +0200 Received: from Andro-Beta.Leidinger.net (bpHrbiZbwe94wYldZ7ho4SmyZgBK3uLmsGAES+hcYwyNWb1mCMhU4F@[217.229.214.70]) by fmrl09.sul.t-online.com with esmtp id 1AB9Ek-1RsF3g0; Sun, 19 Oct 2003 10:48:30 +0200 Received: from Magelan.Leidinger.net (Magellan [192.168.1.1]) h9J8mQf5085686 for ; Sun, 19 Oct 2003 10:48:26 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) h9J8mPNg014309 for ; Sun, 19 Oct 2003 10:48:25 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 19 Oct 2003 10:48:25 +0200 From: Alexander Leidinger To: freebsd-ports@freebsd.org Message-Id: <20031019104825.12f7331d.Alexander@Leidinger.net> In-Reply-To: <20031019071540.GA74312@0lsen.net> References: <20031019071540.GA74312@0lsen.net> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: bpHrbiZbwe94wYldZ7ho4SmyZgBK3uLmsGAES+hcYwyNWb1mCMhU4F@t-dialin.net Subject: Re: Attempted to build stlport-icc with icc-7.1.030 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 08:48:45 -0000 On Sun, 19 Oct 2003 00:15:40 -0700 Clint Olsen wrote: > Any ideas on how to fix this? Argh... I accidently hit the send key... I want to know what grep FreeBSD_version /usr/include/sys/param.h prints on your system. Bye, Alexander. -- Weird enough for government work. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 07:35:17 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB5E16A4B3 for ; Sun, 19 Oct 2003 07:35:17 -0700 (PDT) Received: from mail.physik.uni-mainz.de (mail.Physik.Uni-Mainz.DE [134.93.180.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B5243FBF for ; Sun, 19 Oct 2003 07:35:16 -0700 (PDT) (envelope-from ohartman@mail.physik.uni-mainz.de) Received: from mail.physik.uni-mainz.de (mail.physik.uni-mainz.de [134.93.180.161])h9JEZAxS023418 for ; Sun, 19 Oct 2003 14:35:11 GMT (envelope-from ohartman@mail.physik.uni-mainz.de) Date: Sun, 19 Oct 2003 16:35:05 +0200 (CEST) From: "Hartmann, O." To: freebsd-ports@freebsd.org Message-ID: <20031019163340.M23201@mail.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Open Office 1.1 does not built in FBSD 5.1! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 14:35:17 -0000 Hello. The build of OO 1.1 fails on all of our systems running FBSD 5.1 with the following error: ot-i586/client OPT_JAVAWS = /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip MOZILLA_PATH = /java/devtools MOZILLA_HEADERS_PATH = /java/devtools/share/plugin MOZILLA_LIBS_PATH = /java/devtools/bsd/plugin MOTIF_DIR = /usr/X11R6 CACERTS_FILE = ./../src/share/lib/security/cacerts WARNING: Your build environment has the variable NO_DOCS defined. This will result in a development-only build of the J2SE workspace, lacking the documentation build. WARNING: You do not have access to the Java Web Start binary. These binaries may be optional for this build. Please check your access to /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip and/or check your value of ALT_JAVAWS_PATH. This will make your images target build incomplete. Sanity check passed. /bin/mkdir -p ../build/bsd-i586/hotspot-i586/tmp (cd ./../build/bsd-i586/hotspot-i586/tmp; \ gmake -f /usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/hotspot/build/bsd/Makefile product \ HOTSPOT_BUILD_VERSION=1.4.1-p4-root_19_oct_2003_14_21 GAMMADIR=/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/hotspot ; ) gmake[1]: Entering directory `/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' sh /usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh compiler2 /usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/hotspot bsd i486 (cd bsd_i486_compiler2/product; gmake) gmake[2]: Entering directory `/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' gmake[2]: *** [../generated/MakeDeps.class] Segmentation fault (core dumped) gmake[2]: Leaving directory `/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' gmake[1]: *** [product] Error 2 gmake[1]: Leaving directory `/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' gmake: *** [product] Error 2 *** Error code 2 Stop in /.amd_mnt/homes/ports/ports/java/jdk14. *** Error code 1 Stop in /.amd_mnt/homes/ports/ports/editors/openoffice-devel. -- MfG O. Hartmann ohartman@mail.physik.uni-mainz.de ------------------------------------------------------------------ Systemadministration des Institutes fuer Physik der Atmosphaere (IPA) ------------------------------------------------------------------ Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 (Buero) FAX: +496131/3923532 From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 08:53:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C92116A4B3 for ; Sun, 19 Oct 2003 08:53:35 -0700 (PDT) Received: from kraid.nerim.net (smtp-100-sunday.nerim.net [62.4.16.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1236643F93 for ; Sun, 19 Oct 2003 08:53:34 -0700 (PDT) (envelope-from espie@smtp.nerim.net) Received: from tetto.gentiane.org (espie.gentiane.org [62.212.102.210]) by kraid.nerim.net (Postfix) with ESMTP id 2CC7340E6F; Sun, 19 Oct 2003 17:53:31 +0200 (CEST) Received: from tetto.gentiane.org (espie@localhost [127.0.0.1]) by tetto.gentiane.org (8.12.9/8.12.1) with ESMTP id h9JFrT8m031482; Sun, 19 Oct 2003 17:53:30 +0200 (CEST) Received: (from espie@localhost) by tetto.gentiane.org (8.12.9/8.12.1/Submit) id h9JFrRpl013823; Sun, 19 Oct 2003 17:53:27 +0200 (CEST) Date: Sun, 19 Oct 2003 17:53:24 +0200 From: Marc Espie To: tech-pkg@netbsd.org, ports@openbsd.org, freebsd-ports@freebsd.org Message-ID: <20031019155324.GA28256@tetto.gentiane.org> Mail-Followup-To: tech-pkg@netbsd.org, ports@openbsd.org, freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Unification of distfiles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: espie@nerim.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 15:53:35 -0000 I think trying to unify distfiles somehow is a great idea. If I remember right, both Free and Net have mechanisms similar to DIST_SUBDIR, so it just means that we ought to try to have similar naming there. I'm all in favor for greater communication in that area, and possibly people advertizing distfiles mirrors that would hold stuff for all three BSDs. Now, for stuff that exists over in OpenBSD land, that might be of interest to other people. One other issue which has been fairly annoying as far as OpenBSD was concerned, is distfiles changing checksums without changing names. We've had a fairly thorough mechanism for dealing with this in place for a long while, look at the code handling REFETCH in our bsd.port.mk, plus the /usr/ports/infrastructure/fetch/link-checksums script. Basically, every mirror should run this once in a while. This establishes alternate access methods for files, based on md5/sha1/rmd160 checksums. The price to pay is that the mirror ought to be located on a system with unix filesystem semantics (and preferably a single partition) to avoid duplication of files. We also have a `mirror-maker' target that knows how to create a master Makefile in /usr/ports/distfiles, that is 10000+ lines long, and can be used to do automated operations on all distfiles (fetching them, checking checksums, verifying mirrors). The fact that it is a Makefile makes it very easy to run operations in parallel and diminish network bandwidth bottlenecks for grabbing a file. I've been very happy with this redesign of our infrastructure (note that the Makefile is portable enough that Bob Beck actually runs it under Solaris on a sunsite for a distfiles mirror), and I believe it could be useful to other people.... Feel free to ignore this, if you feel offended by the idea that OpenBSD may have done something right. From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 10:17:00 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE3316A4B3 for ; Sun, 19 Oct 2003 10:17:00 -0700 (PDT) Received: from chaos.obstruction.com (CPE00e018983b2f-CM013349903124.cpe.net.cable.rogers.com [24.156.200.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFBDF43FA3 for ; Sun, 19 Oct 2003 10:16:59 -0700 (PDT) (envelope-from guy-dated-1069175750.bb9a22@obstruction.com) Received: from chaos.obstruction.com (localhost [127.0.0.1]) by chaos.obstruction.com (Postfix) with ESMTP id 43E085C20 for ; Sun, 19 Oct 2003 13:15:50 -0400 (EDT) Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000); Sun, 19 Oct 2003 13:15:50 -0400 (EDT) Date: Sun, 19 Oct 2003 13:15:49 -0400 To: ports@FreeBSD.org Message-ID: <20031019171549.GA66746@chaos.obstruction.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: Guy Middleton X-Delivery-Agent: TMDA/0.80 (Determine) Subject: change in mouse behaviour in mozilla-firebird X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guy Middleton List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 17:17:00 -0000 In firebird 0.6, clicking the middle mouse button while not on a link would open a new page. Now it shows a weird bullseye symbol with arrows, and does not open a page. Is this a FreeBSD-specific change (probably not)? If not, does anybody know how to get the old behaviour back? Thanks. -Guy Middleton From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 10:21:54 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C46816A4B3 for ; Sun, 19 Oct 2003 10:21:54 -0700 (PDT) Received: from mail.daemonground.de (daemonground.de [217.160.129.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5678D43FAF for ; Sun, 19 Oct 2003 10:21:53 -0700 (PDT) (envelope-from sascha@daemonground.de) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.daemonground.de (Postfix) with ESMTP id 0637389FFF; Sun, 19 Oct 2003 19:21:52 +0200 (CEST) Received: from mail.daemonground.de ([127.0.0.1]) by localhost (daemonground.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 96820-04; Sun, 19 Oct 2003 19:21:50 +0200 (CEST) Received: from [192.168.2.18] (pD953024B.dip.t-dialin.net [217.83.2.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.daemonground.de (Postfix) with ESMTP id 14BC089260; Sun, 19 Oct 2003 19:21:49 +0200 (CEST) From: Sascha Holzleiter To: Guy Middleton In-Reply-To: <20031019171549.GA66746@chaos.obstruction.com> References: <20031019171549.GA66746@chaos.obstruction.com> Content-Type: text/plain Message-Id: <1066584104.64721.15.camel@dreamland.chief.home> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 19 Oct 2003 19:21:44 +0200 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at daemonground.de cc: ports@FreeBSD.org Subject: Re: change in mouse behaviour in mozilla-firebird X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 17:21:54 -0000 On Sun, 2003-10-19 at 19:15, Guy Middleton wrote: > In firebird 0.6, clicking the middle mouse button while not on a link would > open a new page. Now it shows a weird bullseye symbol with arrows, and does > not open a page. > > Is this a FreeBSD-specific change (probably not)? If not, does anybody know > how to get the old behaviour back? Thanks. > It's just a feature called "auto scrolling", disable it in the preferences dialog and it should behave as usual... Greets, Sascha From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 10:46:49 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 881AF16A4B3 for ; Sun, 19 Oct 2003 10:46:49 -0700 (PDT) Received: from chaos.obstruction.com (CPE00e018983b2f-CM013349903124.cpe.net.cable.rogers.com [24.156.200.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9567043F93 for ; Sun, 19 Oct 2003 10:46:48 -0700 (PDT) (envelope-from guy-dated-1069177539.07a355@obstruction.com) Received: from chaos.obstruction.com (localhost [127.0.0.1]) by chaos.obstruction.com (Postfix) with ESMTP id 87ABF5C29 for ; Sun, 19 Oct 2003 13:45:39 -0400 (EDT) Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000); Sun, 19 Oct 2003 13:45:39 -0400 (EDT) Date: Sun, 19 Oct 2003 13:45:31 -0400 To: Sascha Holzleiter Message-ID: <20031019174531.GA74757@chaos.obstruction.com> References: <20031019171549.GA66746@chaos.obstruction.com> <1066584104.64721.15.camel@dreamland.chief.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1066584104.64721.15.camel@dreamland.chief.home> User-Agent: Mutt/1.4.1i From: Guy Middleton X-Delivery-Agent: TMDA/0.80 (Determine) cc: ports@FreeBSD.org Subject: Re: change in mouse behaviour in mozilla-firebird X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guy Middleton List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 17:46:49 -0000 On Sun, Oct 19, 2003 at 07:21:44PM +0200, Sascha Holzleiter wrote: > On Sun, 2003-10-19 at 19:15, Guy Middleton wrote: > > In firebird 0.6, clicking the middle mouse button while not on a link would > > open a new page. Now it shows a weird bullseye symbol with arrows, and does > > not open a page. > > > > Is this a FreeBSD-specific change (probably not)? If not, does anybody know > > how to get the old behaviour back? Thanks. > > > > It's just a feature called "auto scrolling", disable it in the > preferences dialog and it should behave as usual... Aha. Thanks very much. -Guy From owner-freebsd-ports@FreeBSD.ORG Sat Oct 18 16:18:52 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24A1B16A4B3; Sat, 18 Oct 2003 16:18:52 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDD843FBD; Sat, 18 Oct 2003 16:18:49 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id A5C7A66D6A; Sat, 18 Oct 2003 16:18:46 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 7655CCD4; Sat, 18 Oct 2003 16:18:46 -0700 (PDT) Date: Sat, 18 Oct 2003 16:18:46 -0700 From: Kris Kennaway To: kris@FreeBSD.org Message-ID: <20031018231846.GA57696@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Mailman-Approved-At: Sun, 19 Oct 2003 12:01:53 -0700 Subject: Updating ports from tcl/tk 8.3 to 8.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2003 23:18:52 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dear Port Maintainer, You are listed as the maintainer of one or more ports that depends on tk-8.3 and/or tcl-8.3. Since version 8.4 has been released for some time and is considered stable, can you please look into changing your port over to use the newer versions? In most cases this seems to be straightforward, but in some cases minor code changes are required. If this is the case, can you please contact the software developers about this? Don't forget to update the CATEGORIES to include tk84 and/or tcl84, to bump PORTREVISION (since the dependencies of the port change), and to check for any explicit references to things like wish8.3 in the source code that may need to be patched. Building/running the port on a system without tcl/tk 8.3 installed is probably a good idea while testing, to make sure it doesn't autodetect the 8.3 installation. For non-committers, patches should be submitted via send-pr, as usual. Here is the list of ports that depend on 8.3 in the default case: /usr/ports/databases/grass reg@FreeBSD.org /usr/ports/devel/p5-Inline-Tcl skv@protey.ru /usr/ports/devel/tclcl obonilla@fisicc-ufm.edu /usr/ports/lang/expect jerry@thehutt.org /usr/ports/lang/itcl ports@freebsd.org /usr/ports/lang/mozart mathiasp@virtual-earth.de /usr/ports/lang/ocaml patrick@watson.org /usr/ports/lang/otcl ports@FreeBSD.org /usr/ports/lang/tcltutor edwin@mavetju.org /usr/ports/mail/exmh2 bmah@FreeBSD.org /usr/ports/mail/postilion ports@FreeBSD.org /usr/ports/mail/tkrat2 ports@FreeBSD.org /usr/ports/math/mpexpr geekdude@pacbell.net /usr/ports/math/scilab js@jeannot.org /usr/ports/math/vtk ports@FreeBSD.org /usr/ports/mbone/rtpmon fenner@FreeBSD.org /usr/ports/mbone/vat fenner@FreeBSD.org /usr/ports/mbone/vic fenner@FreeBSD.org /usr/ports/misc/afbackup-client voland@catpipe.net /usr/ports/misc/afbackup-server voland@catpipe.net /usr/ports/misc/afbackup voland@catpipe.net /usr/ports/misc/goblin ports@FreeBSD.org /usr/ports/misc/libh anarcat@anarcat.ath.cx /usr/ports/misc/tkinfo spadger@best.com /usr/ports/misc/tkman tg@FreeBSD.org /usr/ports/misc/tkregexp ports@FreeBSD.org /usr/ports/multimedia/nxtvepg barner@gmx.de /usr/ports/net/ccmsn jimromse@eupmt.es /usr/ports/net/icb ports@FreeBSD.org /usr/ports/net/irrtoolset oberman@es.net /usr/ports/net/nam ports@FreeBSD.org /usr/ports/net/ns ports@FreeBSD.org /usr/ports/net/ppxp nosuzuki@postcard.st /usr/ports/net/scotty3 ports@FreeBSD.org /usr/ports/net/zebra-server demon@FreeBSD.org /usr/ports/palm/pilot-link dima@FreeBSD.org /usr/ports/security/secpanel petef@FreeBSD.org /usr/ports/sysutils/LPRngTool papowell@astart.com /usr/ports/sysutils/lavaps wjv@FreeBSD.org /usr/ports/textproc/tkdiff kevlo@FreeBSD.org /usr/ports/textproc/xml2rfc jabley@automagic.org /usr/ports/www/august trevor@FreeBSD.org /usr/ports/www/mod_dtcl mi@aldan.algebra.com /usr/ports/www/mod_zap demon@FreeBSD.org /usr/ports/x11-fm/x-files dmaddox099@yahoo.com /usr/ports/x11-toolkits/blt kjc@csl.sony.co.jp /usr/ports/x11-toolkits/hs-frantk obraun@FreeBSD.org /usr/ports/x11-toolkits/itk ports@freebsd.org Thanks, Kris "Ports Janitor" Kennaway --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/kcpVWry0BWjoQKURAgoBAKDMdPmfVjnLJ74G4Hmmx1r/y1r2lACeIcI5 fViyEXPpGHEY/onIgcLMuhs= =YMVu -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 13:19:50 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EA1316A4B3; Sun, 19 Oct 2003 13:19:50 -0700 (PDT) Received: from lilbuddy.antsclimbtree.com (lilbuddy.antsclimbtree.com [216.27.183.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C47343F75; Sun, 19 Oct 2003 13:19:49 -0700 (PDT) (envelope-from mark@antsclimbtree.com) Received: from amore.antsclimbtree.com ([192.168.1.2] helo=antsclimbtree.com) by lilbuddy.antsclimbtree.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.8) id 1ABK2Q-000OQr-Da; Sun, 19 Oct 2003 13:20:30 -0700 Message-ID: <3F92F1E2.7060102@antsclimbtree.com> Date: Sun, 19 Oct 2003 13:19:46 -0700 From: Mark Edwards User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20030923 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.9 (----) cc: ports@freebsd.org Subject: Improving mail/imap-uw X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 20:19:50 -0000 I want to build imap-uw and cclient with mbx format being the default for new mailbox creation. If building by hand, one does the following: > make {target) CREATEPROTO=mbxproto I've tried contacting the port maintainer twice about adding this option to the port, with no response, so I guess I have to hack it myself. imap-uw uses mbox format by default for compatibility reasons, but mbx is a much better and faster way to go. So, I tried adding: MAKE_ARGS+= CREATEPROTO=mbxproto to the port's Makefile. That did nothing. The port still compiles with unixproto as the default. I don't really understand port Makefiles. Can someone give me a hint as to how to hack this? Thanks! From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 13:23:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C487016A4B3 for ; Sun, 19 Oct 2003 13:23:55 -0700 (PDT) Received: from smtp6.andrew.cmu.edu (SMTP6.andrew.cmu.edu [128.2.10.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CC543F85 for ; Sun, 19 Oct 2003 13:23:54 -0700 (PDT) (envelope-from shivak@rampantlabs.net) Received: from rampantlabs.net (FORMAL.WV.CC.cmu.edu [128.2.64.181]) by smtp6.andrew.cmu.edu (8.12.10/8.12.9) with ESMTP id h9JKNrJ6001859 for ; Sun, 19 Oct 2003 16:23:53 -0400 Date: Sun, 19 Oct 2003 16:23:52 -0400 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Shiva Kaul To: freebsd-ports@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <27E00050-0272-11D8-B25C-000A957282B8@rampantlabs.net> X-Mailer: Apple Mail (2.552) Subject: devel/t1lib not an option for devel/php4 ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 20:23:55 -0000 Is there any reason why t1lib is not presented as an option during the build of php4? I built php4 with CONFIGURE_ARGS+=--with-t1lib added to the Makefile and everything seems to be operating smoothly. -Shiva From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 13:26:20 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E9416A4B3 for ; Sun, 19 Oct 2003 13:26:20 -0700 (PDT) Received: from smtp7.andrew.cmu.edu (SMTP7.andrew.cmu.edu [128.2.10.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA7343F3F for ; Sun, 19 Oct 2003 13:26:19 -0700 (PDT) (envelope-from shivak@rampantlabs.net) Received: from rampantlabs.net (FORMAL.WV.CC.cmu.edu [128.2.64.181]) by smtp7.andrew.cmu.edu (8.12.10/8.12.9) with ESMTP id h9JKQIIP029234 for ; Sun, 19 Oct 2003 16:26:18 -0400 Date: Sun, 19 Oct 2003 16:26:17 -0400 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Shiva Kaul To: freebsd-ports@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <7E284D0A-0272-11D8-A055-000A957282B8@rampantlabs.net> X-Mailer: Apple Mail (2.552) Subject: devel/t1lib not an option for lang/php4 (continued) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 20:26:20 -0000 Sorry for the redundant message. Kindly forward me all correspondence regarding this topic as I am not subscribed to the -ports list. Thank you. From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 13:30:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1ED516A4B3 for ; Sun, 19 Oct 2003 13:30:40 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F4543FCB for ; Sun, 19 Oct 2003 13:30:37 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id E5F2066D74; Sun, 19 Oct 2003 13:30:34 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id AF269CD4; Sun, 19 Oct 2003 13:30:34 -0700 (PDT) Date: Sun, 19 Oct 2003 13:30:34 -0700 From: Kris Kennaway To: tech-pkg@netbsd.org, ports@openbsd.org, freebsd-ports@freebsd.org Message-ID: <20031019203034.GA49257@rot13.obsecurity.org> References: <20031019155324.GA28256@tetto.gentiane.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <20031019155324.GA28256@tetto.gentiane.org> User-Agent: Mutt/1.4.1i Subject: Re: Unification of distfiles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 20:30:40 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Oct 19, 2003 at 05:53:24PM +0200, Marc Espie wrote: > Basically, every mirror should run this once in a while. This establishes > alternate access methods for files, based on md5/sha1/rmd160 checksums. > The price to pay is that the mirror ought to be located on a system > with unix filesystem semantics (and preferably a single partition) to avoid > duplication of files. In FreeBSD land we have a main package build cluster that continually builds packages for all supported architectures and versions. As a side-effect of the package builds we collect, verify and periodically update the distfiles on the master FreeBSD FTP site, and they are mirrored from there by the hierarchy of FTP mirror sites in the usual way. From the point of view of the mirror operator this all happens automatically and they don't have to do anything special to deal with distfiles. Given this, I'm not sure what the benefits of your process are for FreeBSD. Is there something I'm misunderstanding? Kris --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/kvRqWry0BWjoQKURAkNXAKD8r16nouiZyPUr7Jzbu1rLqxYpkQCfWeFJ QuiFKRlyKvnqLQrxmn0ipxo= =nBPH -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 14:08:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F8F316A4BF for ; Sun, 19 Oct 2003 14:08:58 -0700 (PDT) Received: from mallaury.noc.nerim.net (smtp-100-sunday.noc.nerim.net [62.4.17.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB1FF43FAF for ; Sun, 19 Oct 2003 14:08:56 -0700 (PDT) (envelope-from espie@smtp.nerim.net) Received: from tetto.gentiane.org (espie.gentiane.org [62.212.102.210]) by mallaury.noc.nerim.net (Postfix) with ESMTP id 690D062FF1; Sun, 19 Oct 2003 23:08:52 +0200 (CEST) Received: from tetto.gentiane.org (espie@localhost [127.0.0.1]) by tetto.gentiane.org (8.12.9/8.12.1) with ESMTP id h9JL8q8m025646; Sun, 19 Oct 2003 23:08:53 +0200 (CEST) Received: (from espie@localhost) by tetto.gentiane.org (8.12.9/8.12.1/Submit) id h9JL8oKc029001; Sun, 19 Oct 2003 23:08:50 +0200 (CEST) Date: Sun, 19 Oct 2003 23:08:49 +0200 From: Marc Espie To: Kris Kennaway Message-ID: <20031019210849.GA28936@tetto.gentiane.org> Mail-Followup-To: Kris Kennaway , tech-pkg@netbsd.org, ports@openbsd.org, freebsd-ports@freebsd.org References: <20031019155324.GA28256@tetto.gentiane.org> <20031019203034.GA49257@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031019203034.GA49257@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i cc: tech-pkg@netbsd.org cc: ports@openbsd.org cc: freebsd-ports@freebsd.org Subject: Re: Unification of distfiles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: espie@nerim.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 21:08:58 -0000 On Sun, Oct 19, 2003 at 01:30:34PM -0700, Kris Kennaway wrote: > In FreeBSD land we have a main package build cluster that continually > builds packages for all supported architectures and versions. As a > side-effect of the package builds we collect, verify and periodically > update the distfiles on the master FreeBSD FTP site, and they are > mirrored from there by the hierarchy of FTP mirror sites in the usual > way. From the point of view of the mirror operator this all happens > automatically and they don't have to do anything special to deal with > distfiles. Assume the author of ImageMagick updates his tarball, but doesn't change the name, so that there are two ImageMagick-5.2.9.tar.gz with distinct sha1 checksums. On OpenBSD mirrors, the old one stays available, under sha1//ImageMagick-5.2.9.tar.gz If I understand you correctly, your build/update cycle will overwrite the old one. And users will have to update their ports tree to be able to use the new tarball without a checksum error, since the old one is no longer available. From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 14:22:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D0F16A4B3 for ; Sun, 19 Oct 2003 14:22:28 -0700 (PDT) Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 180AC43F3F for ; Sun, 19 Oct 2003 14:22:24 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao04.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031019212223.FBZS1644.fed1mtao04.cox.net@daemon.g-e-e-k.net> for ; Sun, 19 Oct 2003 17:22:23 -0400 Date: Sun, 19 Oct 2003 14:20:48 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: FreeBSD Ports Mail list Message-ID: <20031019134543.I345@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Galeon2 portupgrade failure on 4.8-stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 21:22:28 -0000 I cvsup'ed this morning, tried to portupgrade galeon2 and recieved the following error. bedShellPrivate *)': mozilla-embed-shell.cpp:784: no matching function for call to `nsDerivedSafe::GetDecoderList (nsGetterAddRefs)' mozilla-embed-shell.cpp:800: no matching function for call to `nsDerivedSafe::GetCharsetTitle (const char *, nsAutoString &)' mozilla-embed-shell.cpp: In function `enum gresult impl_set_permission(GaleonEmbedShell *, const char *, PermissionType, int)': mozilla-embed-shell.cpp:1032: no matching function for call to `nsDerivedSafe::Add (nsCOMPtr &, const char *&, PRUint32)' /usr/X11R6/include/mozilla/cookie/nsIPermissionManager.h:63: candidates are: nsresult nsIPermissionManager::Add(nsIURI *, unsigned int, unsigned int) mozilla-embed-shell.cpp: In function `enum gresult impl_list_permissions(GaleonEmbedShell *, PermissionType, GList **)': mozilla-embed-shell.cpp:1065: no matching function for call to `nsDerivedSafe::GetType (nsCAutoString &)' /usr/X11R6/include/mozilla/cookie/nsIPermission.h:46: candidates are: nsresult nsIPermission::GetType(PRUint32 *) mozilla-embed-shell.cpp: In function `enum gresult impl_remove_permissions(GaleonEmbedShell *, PermissionType, GList *)': mozilla-embed-shell.cpp:1114: no matching function for call to `nsDerivedSafe::Remove (nsDependentCString, const char *&)' /usr/X11R6/include/mozilla/cookie/nsIPermissionManager.h:72: candidates are: nsresult nsIPermissionManager::Remove(const nsACString &, unsigned int) mozilla-embed-shell.cpp:1105: warning: `nsresult result' might be used uninitialized in this function mozilla-embed-shell.cpp: In function `enum gresult impl_test_permission(GaleonEmbedShell *, const char *, PermissionType, PermissionActionType *)': mozilla-embed-shell.cpp:1140: no matching function for call to `nsDerivedSafe::TestPermission (nsCOMPtr &, const char *&, PRUint32 *)' /usr/X11R6/include/mozilla/cookie/nsIPermissionManager.h:87: candidates are: nsresult nsIPermissionManager::TestPermission(nsIURI *, unsigned int, PRUint32 *) /usr/X11R6/include/mozilla/string/nsBufferHandle.h: At top level: mozilla-embed-shell.cpp:459: warning: `gboolean have_gnome_url_handler(const gchar *)' defined but not used gmake[2]: *** [mozilla-embed-shell.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/www/galeon2/work/galeon-1.3.9/mozilla' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/www/galeon2/work/galeon-1.3.9' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/www/galeon2. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade83422.5 make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! www/galeon2 (galeon2-1.3.9_1) (bad C++ code) ------------------------------ steve@daemon:~> uname -a FreeBSD daemon.g-e-e-k.net 4.9-RC FreeBSD 4.9-RC #5: Wed Oct 15 00:07:29 PDT 2003 steve@daemon.g-e-e-k.net:/usr/src/sys/compile/XEON i386 ------------------------------ Installed apps: AbiWord2-2.0.0 An open-source, cross-platform WYSIWYG word processor BitchX-1.0c19_3 "An alternative ircII color client with optional GTK/GNOME GimpUserManual-PDF-2 The user manual for the GNU Image Manipulation Program (GIM Hermes-1.3.3 Fast pixel formats conversion library ImageMagick-5.5.7.11_1 Image processing tools Mesa-3.4.2_2 A graphics library similar to SGI's OpenGL OQTPlayer-0.5 A very very small, not functionnal, video OpenQuicktime (TM ORBit-0.5.17_1 High-performance CORBA ORB with support for the C language ORBit2-2.8.2 High-performance CORBA ORB with support for the C language XFree86-4.3.0,1 X11/XFree86 core distribution (complete, using mini/meta-po XFree86-FontServer-4.3.0_2 XFree86-4 font server XFree86-Server-4.3.0_11 XFree86-4 X server and related programs XFree86-VirtualFramebufferServer-4.3.0_3 XFree86-4 virtual framebuffer server XFree86-clients-4.3.0_3 XFree86-4 client programs and related files XFree86-documents-4.3.0 XFree86-4 documentation XFree86-font100dpi-4.3.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.3.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.3.0 XFree86-4 Cyrillic fonts XFree86-fontDefaultBitmaps-4.3.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.3.0 XFree86-4 font encoding files XFree86-fontScalable-4.3.0 XFree86-4 scalable fonts XFree86-libraries-4.3.0_6 XFree86-4 libraries and headers Xaw3d-1.5 A 3-D Athena Widget set that looks like Motif Xft-2.1.2 A client-sided font API for X applications aalib-1.4.r5_1 An ascii art library abcde-2.1.6 Front-end shell script to encode CDs in flac/mp3/ogg/speex acme-2.4.0 Tool to make multimedia keys work on laptops acroread-5.08 View, distribute and print PDF documents apache-ant-1.5.4_1 Java- and XML-based build tool, conceptually similar to mak arts-1.1.4,1 Audio system for the KDE integrated X11 desktop artwiz-fonts-1.0_1 A set of free fonts for X11 desktops asclock-gtk-2.1.10 New flavor of asclock (GTK version) aspell-0.50.4 Spelling checker with better suggestion logic than ispell at-spi-1.3.8 An Assistive Technology Service Provider Interface aterm-0.4.2 A color vt102 terminal emulator with transparency support atk-1.4.1 A GNOME accessibility toolkit (ATK) autoconf-2.53_1 Automatically configure source code on many Un*x platforms autoconf213-2.13.000227_5 Automatically configure source code on many Un*x platforms automake-1.5,1 GNU Standards-compliant Makefile generator automake14-1.4.5_9 GNU Standards-compliant Makefile generator (legacy version autotrace-0.31.1_1 Convert bitmap to vector graphics avifile-0.7.34.20030319,2 AVI player/converter with numerous codecs, including MPEG-4 balsa2-2.0.15 A mail reader for the GNOME 2 desktop bash-2.05b.007 The GNU Bourne Again Shell bb-1.3.r1 High quality audio-visual demonstration for text terminal bison-1.75_1 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10 Bitstream Vera TrueType font collection blackbox-0.65.0 A small and fast window manager for X11R6 bluefish-0.11.20031003 HTML editor designed for the experienced web designer boehm-gc-6.2 Garbage collection and memory leak detection for C and C++ bonobo-1.0.22 The component and compound document system for GNOME boxtools-0.65.0 Style tools for the blackbox family of window managers bugbuddy2-2.4.1 A bug reporting tool for GNOME 2 bzip-0.21 A block-sorting file compressor cabextract-0.6_1 A program to extract Microsoft cabinet (.CAB) files cclient-2002d,1 Mark Crispin's C-client mail access routines cd-discid-0.8 Backend utility to retrieve CDDB discid information cdparanoia-3.9.8_5 A CDDA extraction tool (also known as ripper) cdrtools-2.0.3 Cdrecord, mkisofs and several other programs to record CD-R clean-theme-gtk-1.2.x The Clean GTK theme engine colorize-0.3.3 A robust log colorizer crimson-1.1.3_1 Implements the Java API for XML Processing (JAXP) cups-base-1.1.19.0 The Common UNIX Printing System: headers, libs, & daemons cups-pstoraster-7.07 GNU Postscript interpreter for CUPS printing to non-PS prin curl-7.10.7 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsup-without-gui-16.1h General network file distribution system optimized for CVS cyrus-sasl-2.1.15 RFC 2222 SASL (Simple Authentication and Security Layer) dagrab-0.3.5_1 Read audio tracks from a CD into wav sound files db3-3.3.11,1 The Berkeley DB package, revision 3 db4-4.0.14_1,1 The Berkeley DB package, revision 4 db41-4.1.25_1 The Berkeley DB package, revision 4.1 dbh-1.0.15 Disk Based Hashtables dia-gnome-0.92p5 Diagram creation program, similar to Visio djbfft-0.76 An extremely fast library for floating-point convolution docbook-1.2_1 Meta-port for the different versions of the DocBook DTD docbook-241_2 V2.4.1 of the DocBook DTD, designed for technical documenta docbook-3.0_2 V3.0 of the DocBook DTD, designed for technical documentati docbook-3.1_2 V3.1 of the DocBook DTD, designed for technical documentati docbook-4.0_2 V4.0 of the DocBook DTD, designed for technical documentati docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical documentati docbook-sk-4.1.2 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.62.3 XSL DocBook stylesheets easytag-0.30 Tag editor for MP3 and OGG files eel2-2.4.1 Generally useful classes and extensions to GNOME eog2-2.4.1 The Eye Of Gnome image viewer epiphany-1.0.3 An extremely lightweight and simple web browser for GNOME 2 esound-0.2.32_1 A sound library for enlightenment package eterm-0.9.2 X11 terminal emulator based on rxvt/xterm everybuddy-esound-0.4.3_2 A "chat" program that combines AIM, ICQ, and Yahoo! Chat in evolution-1.4.5 An integrated mail, calendar and address book distributed s expat-1.95.6_1 XML 1.0 parser written in C ezm3-1.1 Easier, more portable Modula-3 distribution for building CV fam-2.6.9_3 A file alteration monitor fastest_cvsup-0.2.8 Finds fastest CVSup server fbsd-icons-1.0 Collection of icons related to the FreeBSD project ffmpeg-0.4.5_6 Hyper fast realtime audio/video encoder/converter, streamin figlet-2.2.1 SysV banner-like program prints strings in large fancy ASCI figlet-fonts-20020913 Assorted fonts for the figlet(6) program fileroller-2.4.1,1 An archive manager for zip files, tar, etc flac-1.1.0_2 Free lossless audio codec flashpluginwrapper-0.20021113 A wrapper allowing use of linux-flashplugin with native moz fluxbox-0.1.14_2 A small and fast window manager based on BlackBox fluxconf-0.9.4 Fluxconf is a configuration program for the fluxbox window fluxter-0.1.0 Dekstop pager for the Fluxbox Slit fontconfig-2.2.90_3 An XML-based font configuration API for X Windows freefonts-0.10_2 A collection of ATM fonts (not all free) from the CICA arch freetype-1.3.1_2 A free and portable TrueType font rendering engine freetype2-2.1.5_1 A free and portable TrueType font rendering engine fribidi-0.10.4_1 A Free Implementation of the Unicode Bidirectional Algorith gail-1.4.1 An implementation of the ATK interfaces for GTK+ widgets gaim-0.71_4 Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger cli gal-0.24 A collection of widgets taken from GNOME gnumeric and evolu gal2-1.99.10 A collection of widgets taken from GNOME 2 gnumeric galeon2-1.3.9_1 A GNOME 2 Web browser based on gecko (the Mozilla rendering gcalctool-4.3.16 A GNOME 2 calculator tool based on the old calctool for Ope gcc-3.1.1_20020909 GNU Compiler Collection 3.1 (inprogress version) gcc-3.2.3 GNU Compiler Collection 3.2.3 gcc-3.3.1_20030804 GNU Compiler Collection 3.3 gconf-1.0.9_6 A configuration database system for GNOME gconf-editor-2.4.0,1 A gconf database editor for the GNOME 2 environment gconf2-2.4.0.1 A configuration database system for GNOME gdbm-1.8.3 The GNU database manager gdeskcal-0.55 A calendar for the gnome2 desktop with smooth alpha-blendin gdk-pixbuf-0.22.0 A graphic library for GTK+ gdm2-2.4.4.5 GNOME 2 version of xdm display manager gedit2-2.4.1 A small but powerful text editor for Gnome 2 Desktop Enviro getmail-3.2.0 POP3 mail retriever with reliable Maildir and command deliv gettext-0.12.1 GNU gettext package gftp-gnome-2.0.15 A free multithreaded GTK-based GUI ftp and sftp client ggv2-2.4.0.2 GNOME 2 ghostscript viewer ghostscript-gnu-7.07_4 GNU Postscript interpreter gimp-gnome-1.3.21,1 A GNU Image Manipulation Program (unstable development vers gimp-print-4.2.5_1 GIMP Print Printer Driver gkrellm-2.1.21 A GTK based system monitor glade2-2.0.0 A user interface builder for GTK+/GNOME gle-3.0.3 A GL Tubing and Extrusion Library glib-1.2.10_10 Some useful routines of C programming (previous stable vers glib-2.2.3 Some useful routines of C programming (current stable versi glibwww-0.2_1 A library for people wanting to use libwww with gtk/gnome gmake-3.80_1 GNU version of 'make' utility gnet-glib2-1.1.9_1 A simple network library built upon Glib-2 gnet2-2.0.4 A simple network library built upon Glib-2 gnome-icon-theme-1.0.9 A collection of icons for the GNOME 2 desktop gnome-industrial-theme-0.2.29 Slick GNOME2 theme from Ximian gnome-pkgview-1.0.2 Displays the version of GNOME components installed gnome-themes-2.4.1_1 A collection of themes and icons for GNOME 2 designed for a gnome-themes-extras-0.4 More themes for the GNOME 2 desktop environment gnome2-2.4.0 The "meta-port" for the GNOME 2 integrated X11 desktop gnomeapplets2-2.4.1_1 Applets components for the Gnome 2 Desktop Environment gnomeaudio2-2.0.0 Sound files for use with GNOME 2 gnomebasic-0.0.20 Provide Visual Basic compatible functionality for GNOME, es gnomecanvas-0.22.0 A graphics library for GNOME gnomecontrolcenter-1.4.0.5_1 Control center for GNOME project gnomecontrolcenter2-2.4.0 Control center for GNOME 2 project gnomedb-0.2.96_1 Provide uniform access to data sources for the GNOME enviro gnomedesktop-2.4.1.1 Additional UI API for GNOME 2 gnomegames2-2.4.1 The game applications package for the Gnome 2 Desktop Envir gnomehier-1.0_10 An utility port, installing hierarchy of common GNOME direc gnomelibs-1.4.2_1 Libraries for GNOME, a GNU desktop environment gnomemag-0.10.3 GNOME screen magnifier gnomemedia2-2.4.1.1 Multimedia applications for the GNOME 2 desktop gnomemeeting-0.98.5 GNOME H323 Video Conferencing program, similar to NetMeetin gnomemimedata-2.4.0 A MIME and Application database for GNOME gnomepanel-2.4.1 Panel component for the GNOME 2 Desktop gnomepilot2-2.0.10 3Com PalmPilot conduit system for GNOME 2 gnomeprint-0.37 Gnome print support library gnomesession-2.4.1 Session component for the GNOME 2 desktop gnomespeech-0.2.7 GNOME text-to-speech API gnomespell-1.0.5 A GNOME/Bonobo component for spell checking gnomesystemmonitor-2.4.0 GNOME 2 system monitor program gnometerminal-2.4.1 Terminal component for the GNOME 2 Desktop gnomeuserdocs2-2.4.1 GNOME 2 users guide gnomeutils2-2.4.0,1 GNOME 2 support utilities gnomevfs-1.0.5_4 GNOME Virtual File System gnomevfs2-2.4.1_1 GNOME Virtual File System gnopernicus-0.7.1 Collection of accessibility apps for GNOME 2 gnumeric2-1.1.20_1 The GNOME 2 spreadsheet gnupg-1.2.3_1 The GNU Privacy Guard gob-1.0.12 A preprocessor for making GTK+ objects with inline C gob2-2.0.6 A preprocessor for making GObjects with inline C gocr-0.37 GOCR/JOCR is an OCR (Optical Character Recognition) program gok-0.8.4 GNOME On-Screen Keyboard (GOK) gpdf-0.111 GNOME version of xpdf gqmpeg-gnome-0.19.0 Another gtk-based MP3 frontend gqview-1.2.2_1 Another gtk-based graphic file viewer grc-1.0.6 Generic Colouriser gstreamer-0.6.4 Development framework for creating media applications gstreamer-plugins-0.6.4 GStreamer written collection of plugins handling several me gtk-1.2.10_10 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.2.4_1 Gimp Toolkit for X11 GUI (current stable version) gtk-Mac2-theme-200003050858 GTK+ engine theme based on the look of MacOS gtk-aqualightblue-theme-0.1 A port of the GTK+ AquaLightBlue theme to GTK+ 2.0 gtk-bluecurve-theme-0.73 Bluecurve unified-look theme for GTK1 and GTK2 from RedHat gtk-engines-0.12_2 Theme engine for gtk+ toolkits gtk-engines2-2.2.0 Theme engine for the gtk+-2.0 toolkit gtk-flat-theme2-0.1 A port of the Flat GTK+ engine to GTK+ 2.0 gtk-qnxtheme-0.1_1 QNX-inspired theme for GTK1 and GTK2 gtk-xfce-engine-2.1.6 An XFCE engine for GTK 2.0 gtkglarea-1.99.0_2 An OpenGL widget for the GTK+2 GUI toolkit gtkhtml-1.1.10_2 Lightweight HTML rendering/printing/editing engine gtkhtml3-3.0.9 Lightweight HTML rendering/printing/editing engine gtksourceview-0.7.0 A text widget that adds syntax highlighting to the GtkTextV gtkspell2-2.0.4 A GTK+ 2 spell checking component gucharmap-gnome-1.0.0 A Unicode/ISO10646 character map and font viewer guile-1.6.4_2 GNU Ubiquitous Intelligent Language for Extension guppi-0.40.3_3 A ploting program for GNOME gv-3.5.8_3 A PostScript and PDF previewer hdf-4.1r5 Hierarchical Data Format library (from NCSA) help2man-1.29 Automatically generating simple manual pages from program o id3lib-3.8.2 Library for manipulating ID3v1/v1.1 and ID3v2 tags id3v2-0.1.9_1 Command line id3v2 tag editor imake-4.3.0_1 Imake and other utilities from XFree86 imlib-1.9.14_1 A graphic library for enlightenment package imlib2-1.0.6_1 The next generation graphic library for enlightenment packa intltool-0.27.2 Xml internationalization support for GNOME, and others ipcalc-0.35_1 IP Calculator iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) ispell-3.2.06_3 An interactive spelling checker for multiple languages jabber-1.4.2 Online presence and instant messaging server jade-1.2.1_5 An object-oriented SGML/XML parser toolkit and DSSSL engine jasper-1.700.2 An implementation of the codec specified in the JPEG-2000 s javavmwrapper-1.4 Wrapper script for various Java Virtual Machines jbigkit-1.5 Lossless compression for bi-level images such as scanned pa jdk-1.3.1p8_2 Java Development Kit 1.3 jdk-1.4.1p3_3 Java Development Kit 1.4.1 jpeg-6b_1 IJG's jpeg compression utilities kde-3.1.4 The "meta-port" for KDE kdeaddons-3.1.4 Additional plugins and scripts for some KDE applications kdeadmin-3.1.4 KDE applications related to system administration kdeartwork-3.1.4 Additional themes, sounds, wallpapers and window styles for kdebase-3.1.4 This package provides the basic applications for the KDE sy kdeedu-3.1.4 Collection of entertaining, educational programs for KDE kdegames-3.1.4 Games for the KDE integrated X11 desktop kdegraphics-3.1.4 Graphics utilities for the KDE3 integrated X11 desktop kdelibs-3.1.4 This is the base set of libraries needed by KDE programs kdemultimedia-3.1.4 Multimedia utilities for the KDE integrated X11 desktop kdenetwork-3.1.4 Network-related programs and modules for KDE kdepim-3.1.4 Personal Information Management tools for KDE kdesdk-3.1.4 KDE Software Development Kit kdetoys-3.1.4 Small applications for KDE kdeutils-3.1.4 Utilities for the KDE integrated X11 desktop kdevelop-2.1.5 Powerful IDE for developing KDE/Qt-based apps koffice-1.2.1_1,1 Office Suite for KDE3 lame-3.93.1 ISO code based fast MP3 encoder kit lcms-1.09,1 Light Color Management System -- a color management library lha-1.14i_2 Archive files using LZSS and Huffman compression (.lzh file libIDL-0.8.2 A library for creating trees of CORBA Interface Definition liba52-0.7.4 A free library for decoding ATSC A/52 streams, aka AC-3 libao-esound-0.8.4_1 Portable audio output library libart_lgpl2-2.3.16 Library for high-performance 2D graphics libast-0.5 A library of assorted spiffy things libaudiofile-0.2.4 A sound library for SGI audio file libbonobo-2.4.1 A component and compound document system for GNOME2 libbonoboui-2.4.0 GUI frontend to the libbonobo component of GNOME 2 libcapplet-1.4.0.5_1 A library for writing custom applets for GNOME Control Cent libdivxdecore-0.4.7 OpenDivX decoding engine from Project Mayo libdvdcss-1.2.8 Portable abstraction library for DVD decryption libdvdnav-0.1.3 The library for the xine-dvdnav plugin libdvdread-0.9.4 This is needed by ogle, which is a DVD player that supports libesmtp-1.0_1,1 A library for posting electronic mail libexif-0.5.12_1 Library to read digital camera file meta-data libfpx-1.2.0.9 Library routines for working with Flashpix images libgail-gnome-1.0.2_2 An implementation of the ATK interfaces for GNOME widgets libgda-0.2.96_1 Provides uniform access to different kinds of data sources libgda2-0.91.0 Provides uniform access to different kinds of data sources libghttp-1.0.9 GNOME http client library libglade-0.17_2 GNOME glade library libglade2-2.0.1_1 GNOME glade library libgnome-2.4.0 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.4.0 A graphics library for GNOME libgnomedb-0.91.0 Library components for the GNOME database frontend libgnomeprint-2.4.0 Gnome print support library libgnomeprintui-2.4.0 Gnome print support library libgnomeui-2.4.0.1_1 Libraries for the GNOME GUI, a GNU desktop environment libgnugetopt-1.2 GNU getopt library libgsf-1.8.2 An extensible i/o abstraction for dealing with structured f libgtkhtml-2.4.1 Lightweight HTML rendering/printing/editing engine libgtop2-2.0.5 GNOME 2 top library libiconv-1.9.1_3 A character set conversion library libijs-0.34 C library that supports plugin printer driver for Ghostscri libltdl-1.5 System independent dlopen wrapper libmal-0.31 A library encapsulating malsync libmikmod-esound-3.1.10_1 MikMod Sound Library libmng-1.0.5_1 Multiple-image Network Graphics (MNG) reference library libmpeg2-0.3.1_1 A free library for decoding mpeg-2 and mpeg-1 video streams libmusicbrainz-2.0.2_1 2nd generation incarnation of the CD Index - audio metadata libogg-1.0_1,3 Ogg bitstream library libole2-0.2.4 Support library for OLE functions (MS-Excel) for gnumeric librep-0.16.2_2 An Emacs Lisp like runtime library librsvg2-2.4.0 Library for parsing and rendering SVG vector-graphic files libsidplay-1.36.57 A Commodore SID-chip emulator library to play SID music fil libsoup-1.99.26 A SOAP (Simple Object Access Protocol) implementation in C libtool-1.3.5_1 Generic shared library support script libtool-1.4.3_2 Generic shared library support script libungif-4.1.0b1_1 Tools and library routines for working with GIF images libunicode-0.4_3 A library for manipulating Unicode characters and strings libusb-0.1.7 Library giving userland programs access to USB devices libvorbis-1.0_1,3 Audio compression codec library libwmf-0.2.8 Tools and library for converting Microsoft WMF (windows met libwnck-2.4.0.1 Library used for writing pagers and taskslists libwww-5.4.0 The W3C Reference Library libxfce4gui-4.0.0_1 XFce 4 widget library required by xfce4 and xfwm4 libxfce4mcs-4.0.0 XFce 4 settings management library used by most XFce 4 modu libxfce4util-4.0.0 XFce 4 library with non-graphical helper functions libxine-1.0.r0_2 Libraries for xine multimedia player libxml-1.8.17_1 Xml parser library for GNOME libxml2-2.5.11 Xml parser library for GNOME libxslt-1.0.33 The XSLT C library for GNOME libzvt-2.0.1_6 Library components for Zed's Virtual Terminal linc-1.0.3 A library for writing networked servers & clients linux-divx4linux-5.0.20030428 Linux binary release of DivX (TM) Codec linux-divxplayer-0.2.0 DivX(TM) Video Player for Linux from DivX.com linux-esound-0.2.22_1 RPM of esound linux-flashplugin-5.0r51 The official Macromedia Flash Player for Linux Netscape and linux-flashplugin-6.0r79 The official Macromedia Flash Player for Linux Mozilla and linux-gtk-1.2_2 RPM of the Gtk lib linux-libaudiofile-0.1.11_2 RPM of audiofile linux-openmotif-2.1.30 Motif toolkit Linux libraries linux-opera-7.21.20031013 A blazingly fast, full-featured, standards-compliant browse linux-png-1.0.14_2 RPM of the PNG lib linux-realplayer-8.cs2_4 Linux RealPlayer 8.0 from RealNetworks linux-sun-jdk-1.3.1.08 Sun Java Development Kit 1.3 for Linux linux-sun-jdk-1.4.2.01_3 Sun Java Development Kit 1.4 for Linux linux_base-7.1_5 The base set of packages needed in Linux mode linux_dri-4.3.0_1 Binary Linux DRI libraries for 3D hardware acceleration of linuxdoc-1.1_1 The Linuxdoc SGML DTD lynx-2.8.5d16_3 A non-graphical, text-based World-Wide Web client lzo-1.08_1 Portable speedy, lossless data compression library lzop-1.01 Fast file compressor similar to gzip, using the LZO library m4-1.4_1 GNU m4 mad-esound-0.14.2b_3 High-quality MPEG audio decoder man2html-3.0.1_1 Convert nroff(1) man pages to HTML metacity-2.6.2 A window manager for the adult in you metatheme2-0.9.7_1 An utility for managing "theme sets" that accomodate gtk, w ming-0.2a_1 LGPL'ed Flash 4/5 movie output library with many languages mkcatalog-1.1 A maintainance utility for sgml catalog files mkisofs-2.0.3 Create iso9660/Rock Ridge/Joliet filesystems mmencode-2.7 Translate to and from mail-oriented encoding formats mosfet-liquid-0.9.6_1 A High Performance Liquid KDE style engine mozilla-1.5,2 The open source, standards compliant web browser mozilla-firebird-0.6.1_1 Mozilla Firebird is the next generation browser from the mo mozilla-gtk2-1.5 The open source, standards compliant web browser mozilla-headers-1.4.1,2 Header files for mozilla communicator web-surfboard mp3blaster-3.1.3 MP3 console ncurses-based player mpg123-esound-0.59r_9 Command-line player for mpeg layer 1, 2 and 3 audio mpg321-0.2.10_2 A free command-line mp3 player, compatible with mpg123 mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB mplayer-gtk-esound-0.92.0_2 High performance media player/encoder supporting many forma mplayer-skins-1.0.5_1 Skins for MPlayer's Graphical User Interface (GUI) mplayerplug-in-0.95_1 A Mozilla plugin for the MPlayer media player mutt-1.4.1_4 The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, nasm-0.98.35,1 General-purpose multi-platform x86 assembler nautilus-cd-burner-0.5.3_3 CD burner view for Nautilus nautilus-media-0.3.3.1 GStreamer-based multimedia views for Nautilus nautilus2-2.4.1 GNOME file manager and graphical shell developed by Eazel ncftp1-1.9.5 FTP replacement with advanced user interface net-rhythmbox-0.4.8_2 Audio player for the Gnome 2 desktop environment netscape7-7.1 Linux Netscape suite nmap-3.48_1 Port scanning utility for large networks nmapfe-3.48_1 GUI frontend for the nmap scanning utility normalize-0.7.5_2 A tool for adjusting the volume of wave/MP3 files to a stan nspr-4.3_2 A platform-neutral API for system level and libc like funct nss-3.8 A set of libraries to support development of security-enabl ntp-4.1.1c.r3 The Network Time Protocol Distribution numlockx-1.0 This little thingy allows you to start X with NumLock turne oaf-0.6.10_1 Object Activation Framework for GNOME ogle-0.9.1 Open DVD player that supports DVD menus ogle-gnome-0.9.1_2 An add-on graphical user interface for Ogle open-motif-2.2.2_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.0.27 Open source LDAP client implementation openldap-server-2.1.22_2 Open source LDAP server implementation openldap20-2.0.27 Open source LDAP client and server software openoffice-1.0.3_2 Integrated wordprocessor/dbase/spreadheet/drawing/chart/bro openoffice-1.1.0_1 Integrated wordprocessor/dbase/spreadheet/drawing/chart/bro openquicktime-1.0 Portable library for handling Apple's QuickTime(TM) files p5-Authen-SASL-2.04 Perl5 module for SASL authentication p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.27 Perl5 interface to the MD5 algorithm p5-Digest-Nilsimsa-0.06 Perl version of Nilsimsa code p5-Digest-SHA1-2.05 Perl interface to the SHA-1 Algorithm p5-File-Spec-0.86 A Perl module for portably manipulating file specifications p5-HTML-Parser-3.32 Perl5 module for parse HTML tag p5-HTML-Tagset-3.03 Some useful data table in parsing HTML p5-MIME-Base64-2.21 Perl5 module for Base64 and Quoted-Printable encodings p5-Mail-SpamAssassin-2.60 A highly efficient mail filter for identifying spam p5-Mail-Tools-1.60 Perl5 modules for dealing with Internet e-mail messages p5-Net-1.17,1 Perl5 modules to access and use network protocols p5-Net-DNS-0.41 Perl5 interface to the DNS resolver, and dymanic updates p5-PodParser-1.24 Modules to work with POD (Plain Old Documentation) p5-Term-ANSIColor-1.07 Color screen output using ANSI escape sequences p5-Test-Harness-2.30 Run perl standard test scripts with statistics p5-Test-Simple-0.47_1 Basic utilities for writing tests in perl p5-Time-HiRes-1.51,1 A perl5 module implementing High resolution time, sleep, an p5-URI-1.25 Perl5 interface to Uniform Resource Identifier (URI) refere p5-type1inst-0.6.1 A script that helps install Postscript fonts in X Window Sy pan2-0.14.2 Threaded GNOME 2 newsreader based on Agent for Windows pango-1.2.5 An open-source framework for the layout and rendering of i1 pcre-4.4 Perl Compatible Regular Expressions library perl-5.6.1_14 Practical Extraction and Report Language pgp-5.0i_1 Public-Key encryption for the masses pgpgpg-0.13 Wrapper for GnuPG to simulate PGP 2.6.x pilot-link-0.11.7_2 PalmPilot communications utilities (backup/restore/install/ pine-4.58 PINE(tm) -- a Program for Internet News & Email pkgconfig-0.15.0 A utility used to retrieve information about installed libr plotutils-2.4.1 A plotting library and toolkit png-1.2.5_2 Library for manipulating PNG images popt-1.6.4_1 A getopt(3) like library with a number of enhancements, fro portupgrade-20030723 FreeBSD ports/packages administration and management tool s procmail-3.22_3 A local mail delivery agent psiconv-0.8.3_1 A conversion utility to convert Psion 5(MX) files into othe pstoedit-3.33_1 Convert PostScript to other vector graphic formats py-gnome-2.0.0 A set of Python bindings for GNOME 2 py23-expat-2.3.2_2 Python interface to the Expat XML parser py23-gtk-2.0.0 A set of Python bindings for GTK py23-numeric-23.0 The Numeric Extension to Python py23-orbit-2.0.0 Python bindings for ORBit2 py23-xml-0.8.3 The Python XML package, including parser, SAX, DOM, and Exp python-2.3.2 An interpreted object-oriented programming language qt-3.2.1 A C++ X GUI toolkit quanta-3.1.4,2 Comprehensive html/website development environment rar-3.20,1 File archiver (binary port) razor-agents-2.36_1 A distributed, collaborative, spam detection and filtering rc_subr-1.16 Common startup and shutdown subroutines used by scripts rdesktop-1.2.0 RDP client for Windows NT Terminal Server rep-gtk2-gnome-0.17_2,1 GTK+-2 binding for rep Lisp interpreter rhythmbox-0.5.3 Audio player for the Gnome 2 desktop environment rpm-3.0.6_8 The Red Hat Package Manager rsync-2.5.6_1 A network file distribution/synchronization utility ruby-1.6.8.2003.04.19 An object-oriented interpreted scripting language ruby-bdb1-0.2.1 Ruby interface to Berkeley DB revision 1.8x with full featu ruby-rdoc-0.9.0 Documentation from Ruby source files ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 A set of Ruby modules to provide Ruby 1.8 functionalities rxvt-2.6.4_1 A low memory usage xterm replacement that supports color samba-2.2.8a A free SMB and CIFS client and server for UNIX samba-libsmbclient-3.0.0 The shared lib from the samba packges sane-backends-1.0.12_3 API for access to scanners, digitals camera, frame grabbers screen-4.0.1_1 A multi-screen window manager scrollkeeper-0.3.12_2,1 An Open Document Cataloging Project sdl-1.2.5_2 Cross-platform multi-media development API (developm. vers. sdl_mixer-1.2.5 A sample multi-channel audio mixer library sdocbook-xml-4.1.2.5_1 "Simplified" DocBook XML DTD sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook SGML doc sharefonts-0.10 A collection of shareware ATM fonts from the CICA archives sidplay-1.0.9 A Commodore SID-chip emulator that plays SID music files smpeg-0.4.4_1 A free MPEG1 video player library with sound support soup-0.7.11 A SOAP (Simple Object Access Protocol) implementation in C sox-12.17.4 SOund eXchange - universal sound sample translator speex-1.0.2,1 An open-source patent-free voice codec startup-notification-0.5_1 Library that supports startup notification spec from freede sudo-1.6.7.5 Allow others to run commands as root svgalib-1.4.3_1 A low level console graphics library tcl-8.3.5_2 Tool Command Language teTeX-2.0.2_2 Thomas Esser's distribution of TeX & friends tiff-3.6.0 Tools and library routines for working with TIFF images timidity++-esound-2.11.3_1 Software MIDI player tk-8.3.5_2 Graphical toolkit for TCL totem-0.99.5 A Xine-based video player for the Gnome 2 Desktop tsclient-0.124 A GNOME 2 frontend for rdesktop ttmkfdir-0.0_1 Create fonts.scale file for use with TrueType font server tuxracer-0.61 A 3d penguin racing game using OpenGL unix2dos-1.3 Translate ASCII files from DOS (cr/lf) to UNIX (lf) unzip-5.50_2 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X uulib-0.5.18 A library for uu/xx/Base64/BinHex/yEnc de-/encoding vilearn-1.0 An interactive tutorial for the vi editor vim-6.2.72 Vi "workalike", with many additional features vnc-3.3.7_1 Display X and Win32 desktops on remote X/Win32/Java display vorbis-tools-1.0_4,3 Play, encode, and manage Ogg Vorbis files vte-0.11.10_1 Terminal widget with improved accessibility and I18N suppor w3m-0.4.1 A pager/text-based WWW browser wavplay-1.4 A wav player and recorder webfonts-0.21_1 TrueType core fonts for the Web weblint-1.020 HTML validator and sanity checker wget-1.8.2_4 Retrieve files from the Net via HTTP and FTP win32-codecs-2.0.90,1 Huge compilation of Win32 binary codecs, including MPEG-4(D windowmaker-0.80.2_1 GNUStep-compliant NeXTStep window manager clone wmavgload-0.7.0 Another WindowMaker load gauge wmcpuload-1.0.1 An "lcd" dockapp for windowmaker, which displays the curren wmfire-0.0.3.9 Window Maker dock app showing load average as a flame wmicons-1.0 Icons mainly for use in Window Maker wmmatrix-0.2 A DockApp that runs a version of the xmatrix screenhack wrapper-1.0_3 Wrapper for XFree86-4 server wterm-6.2.9 A color vt102 terminal emulator with transparency support x11amp-0.9.b1.1 X11-based MP3 player with nice graphical interface xanim-2.92.0 Play most popular animation formats and show pictures xcdroast-0.98.a.14 Another X11 frontend to mkisofs/cdrecord xchat2-2.0.5 An X11 IRC client using the GTK+ 2 toolkit xfce-4.0.0 The "meta-port" for the XFce 4 desktop environment xfce4-desktop-4.0.0_1 XFce 4 desktop background manager and root menu xfce4-fm-4.0.0_1 XFce 4 file manager xfce4-fm-icons-4.0.0 XFce 4 icon themes for the xffm file manager xfce4-iconbox-4.0.0_1 XFce 4 icon box, an alternative taskbar xfce4-mcs-manager-4.0.0_1 XFce 4 settings manager xfce4-mcs-plugins-4.0.0_1 XFce 4 settings manager plugins xfce4-mixer-4.0.0_1 XFce 4 volume mixer module for xfce4-panel xfce4-panel-4.0.0_1 XFce 4 panel module xfce4-panel-themes-4.0.0 Icon themes for the XFce 4 panel xfce4-print-4.0.0_1 XFce 4 graphical frontend for printing xfce4-systray-4.0.0_1 XFce 4 system tray module for xfce4-panel xfce4-toys-4.0.0_1 Toys for the XFce 4 panel xfce4-utils-4.0.0_1 XFce 4 essential utilities and scripts xfce4-wm-4.0.0_1 XFce 4 window manager xfce4-wm-themes-4.0.0 XFce 4 window decoration themes for xfwm4 xgalaga-2.0.34 Galaga resurrected on X xine-0.9.22_1 An X11 multimedia player xmbmon-203 X/tty motherboard monitor for LM78/79, W8378x, AS99127F and xmlcatmgr-1.1 SGML/XML catalog manager xmms-esound-1.2.8_1 X Multimedia System --- An audio player with a Winamp GUI xmms-goom-1.8.1 A cool XMMS visualization xmms-jess-2.9.1 A XMMS visualization plugin that uses SDL xmms-osssurround-0.1 OSSSuround adds Surround Sound capabilities to XMMS xmovie-1.9.8.1 A movie player for AVI, MPEG-2/4 and MOV movies xmp-esound-2.0.4_1 A player for many different Amiga and PC module formats xmps-0.2.0 X MPEG Player System - a media player with a very nice GUI xmps-opendivx-plugin-0.0.1_2 xmps plugin using OpenDivX decoding engine from Project May xpostit-3.3.1 PostIt (R) messages onto your X11 screen xsane-0.91 Gtk-based X11 frontend for SANE (Scanner Access Now Easy) xscreensaver-gnome-4.13 Save your screen while you entertain your cat (for GNOME us xv-3.10a_3 An X11 program that displays images of various formats xvid-0.9.2,1 An opensource MPEG-4 codec, based on OpenDivx yelp-2.4.1 A help browser for the GNOME 2 desktop zenity-1.6 Display GNOME dialogs from the command line zip-2.3_1 Create/update ZIP files compatible with pkzip zoo-2.10.1 Manipulate archives of files in compressed form +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Sun Oct 19 13:40:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 1:40PM up 40 days, 6:12, 2 users, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 14:24:59 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AD016A4B3 for ; Sun, 19 Oct 2003 14:24:59 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D521543FAF for ; Sun, 19 Oct 2003 14:24:57 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 59466 invoked from network); 19 Oct 2003 21:24:56 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 19 Oct 2003 21:24:56 -0000 Message-ID: <3F930128.9020408@liwing.de> Date: Sun, 19 Oct 2003 21:24:56 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031019 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20031019210336.GM49734@rot13.obsecurity.org> In-Reply-To: <20031019210336.GM49734@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Ports Subject: Re: id3v2-0.1.9_1 broken on 4.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 21:24:59 -0000 X-List-Received-Date: Sun, 19 Oct 2003 21:24:59 -0000 Kris Kennaway wrote: > http://bento.freebsd.org/errorlogs/i386-4-exp-latest/id3v2-0.1.9_1.log > > Can you please investigate? Ok, it looks at my machine: c++ -O -pipe -march=k6 -I/usr/local/include \ -DHAVE_DECL_GETOPT=1 -I/usr/local/include \ -c convert.cpp Your log has a c++-line: c++ -O -pipe -DLALALAANOTVALID=1 -c convert.cpp So I'm missing the additions to CPPFLAGS and LDFLAGS which are specified in Makefile. Portlint tells me, the Makefile looks fine, so I need some instructions to find out, what could going wrong. Best regards, Jens From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 14:25:18 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9625216A4B3 for ; Sun, 19 Oct 2003 14:25:18 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0EB43FA3 for ; Sun, 19 Oct 2003 14:25:16 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 90DFF66DA5; Sun, 19 Oct 2003 14:25:09 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 563BD668; Sun, 19 Oct 2003 14:25:09 -0700 (PDT) Date: Sun, 19 Oct 2003 14:25:09 -0700 From: Kris Kennaway To: Kris Kennaway , tech-pkg@netbsd.org, ports@openbsd.org, freebsd-ports@freebsd.org Message-ID: <20031019212509.GB50046@rot13.obsecurity.org> References: <20031019155324.GA28256@tetto.gentiane.org> <20031019203034.GA49257@rot13.obsecurity.org> <20031019210849.GA28936@tetto.gentiane.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+pHx0qQiF2pBVqBT" Content-Disposition: inline In-Reply-To: <20031019210849.GA28936@tetto.gentiane.org> User-Agent: Mutt/1.4.1i Subject: Re: Unification of distfiles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 21:25:18 -0000 --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 19, 2003 at 11:08:49PM +0200, Marc Espie wrote: > On Sun, Oct 19, 2003 at 01:30:34PM -0700, Kris Kennaway wrote: > > In FreeBSD land we have a main package build cluster that continually > > builds packages for all supported architectures and versions. As a > > side-effect of the package builds we collect, verify and periodically > > update the distfiles on the master FreeBSD FTP site, and they are > > mirrored from there by the hierarchy of FTP mirror sites in the usual > > way. From the point of view of the mirror operator this all happens > > automatically and they don't have to do anything special to deal with > > distfiles. >=20 > Assume the author of ImageMagick updates his tarball, but doesn't change > the name, so that there are two ImageMagick-5.2.9.tar.gz with distinct=20 > sha1 checksums. >=20 > On OpenBSD mirrors, the old one stays available, under > sha1//ImageMagick-5.2.9.tar.gz >=20 > If I understand you correctly, your build/update cycle will overwrite > the old one. And users will have to update their ports tree to be able > to use the new tarball without a checksum error, since the old one is no > longer available. Yes, that's correct. It's not something we've been worried about in the past because it only affects relatively few ports. For ports where this happens routinely, the solution has been to set DIST_SUBDIR to $PKGNAME, which picks up a unique version number with each new checksum committed (via PORTREVISION increment). Completely reorganising the way distfiles are stored on the mirrors could cause a lot of pain to get right (dozens of mirror sites would need to coordinate or they'd end up downloading 20GB of data from scratch)..this is something we'd have to think about some more. Kris --+pHx0qQiF2pBVqBT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/kwE1Wry0BWjoQKURAq9qAJ4/oyP/TXHVvz6mjhEXpj+VDATiYACg3RNF F6IAQMkkilsjPkspv7EAm8s= =Igvq -----END PGP SIGNATURE----- --+pHx0qQiF2pBVqBT-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 15:01:18 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711AD16A4B3 for ; Sun, 19 Oct 2003 15:01:18 -0700 (PDT) Received: from mail.daemonground.de (daemonground.de [217.160.129.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8FC43F93 for ; Sun, 19 Oct 2003 15:01:17 -0700 (PDT) (envelope-from sascha@daemonground.de) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.daemonground.de (Postfix) with ESMTP id 934958A001; Mon, 20 Oct 2003 00:01:16 +0200 (CEST) Received: from mail.daemonground.de ([127.0.0.1]) by localhost (daemonground.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 53942-03-3; Mon, 20 Oct 2003 00:01:15 +0200 (CEST) Received: from [192.168.2.18] (p50839386.dip.t-dialin.net [80.131.147.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.daemonground.de (Postfix) with ESMTP id 455A98A000; Mon, 20 Oct 2003 00:01:14 +0200 (CEST) From: Sascha Holzleiter To: Steve Wingate In-Reply-To: <20031019134543.I345@daemon.g-e-e-k.net> References: <20031019134543.I345@daemon.g-e-e-k.net> Content-Type: text/plain Message-Id: <1066600872.34779.1.camel@dreamland.chief.home> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 20 Oct 2003 00:01:12 +0200 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at daemonground.de cc: freebsd-ports@freebsd.org Subject: Re: Galeon2 portupgrade failure on 4.8-stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 22:01:18 -0000 On Sun, 2003-10-19 at 23:20, Steve Wingate wrote: > I cvsup'ed this morning, tried to portupgrade galeon2 and recieved the > following error. > > bedShellPrivate *)': > mozilla-embed-shell.cpp:784: no matching function for call to > `nsDerivedSafe::GetDecoderList > (nsGetterAddRefs)' > ... > mozilla-1.5,2 The open source, standards compliant web browser > mozilla-firebird-0.6.1_1 Mozilla Firebird is the next generation browser from the mo > mozilla-gtk2-1.5 The open source, standards compliant web browser > mozilla-headers-1.4.1,2 Header files for mozilla communicator web-surfboard Update the mozilla-headers port as well to 1.5, that should fix your problem. Greets, Sascha From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 15:14:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 509A716A4DA for ; Sun, 19 Oct 2003 15:14:01 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2537343F3F for ; Sun, 19 Oct 2003 15:14:00 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id h9JMDxtU024326; Sun, 19 Oct 2003 18:13:59 -0400 (EDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)h9JMDwl8024323; Sun, 19 Oct 2003 18:13:59 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sun, 19 Oct 2003 18:13:58 -0400 (EDT) From: Trevor Johnson To: Guy Middleton In-Reply-To: <1066584104.64721.15.camel@dreamland.chief.home> Message-ID: <20031019181243.O14998@blues.jpj.net> References: <20031019171549.GA66746@chaos.obstruction.com> <1066584104.64721.15.camel@dreamland.chief.home> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org Subject: Re: change in mouse behaviour in mozilla-firebird X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 22:14:01 -0000 Sascha Holzleiter wrote: > It's just a feature called "auto scrolling", disable it in the > preferences dialog and it should behave as usual... ...or move the pointer out of the bullseye and click again. -- Trevor Johnson From owner-freebsd-ports@FreeBSD.ORG Fri Aug 22 17:34:51 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F55E16A4BF for ; Fri, 22 Aug 2003 17:34:51 -0700 (PDT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB6143FB1 for ; Fri, 22 Aug 2003 17:34:45 -0700 (PDT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id h7N0gsMa002401; Fri, 22 Aug 2003 21:42:55 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.9/8.12.9) with ESMTP id h7N0ZAx9022692; Fri, 22 Aug 2003 21:35:10 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.9/8.12.9/Submit) id h7N0ZAOC022691; Fri, 22 Aug 2003 21:35:10 -0300 (ART) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f From: Fernan Aguero To: Joe Marcus Clarke Message-ID: <20030823003510.GA22651@iib.unsam.edu.ar> Mail-Followup-To: Joe Marcus Clarke , freebsd-ports@freebsd.org References: <20030820152703.GA8766@iib.unsam.edu.ar> <20030822184254.A31555@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030822184254.A31555@shumai.marcuscom.com> User-Agent: Mutt/1.4i cc: freebsd-ports@freebsd.org Subject: Re: pkg-info -o && make install problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 23 Aug 2003 00:34:51 -0000 X-Original-Date: Fri, 22 Aug 2003 21:35:10 -0300 X-List-Received-Date: Sat, 23 Aug 2003 00:34:51 -0000 +----[ Joe Marcus Clarke (22.Aug.2003 19:49): | | On Wed, 20 Aug 2003, Fernan Aguero wrote: | | > Hi! Hi! | > is the make install problem solved? | | This problem should be solved in an upcoming patch to bsd.port.mk. | | > | > I've gone through the archives and noticed that the problem | > affects previous versions of FreeBSD. | | Yes, prior to 4.7. | | > | > However, I'm running a fresh 4.8-STABLE and the problem keeps | > affecting me. | | That's strange, you shouldn't be seeing a problem with -STABLE. Yes, strange. My world, kernel and ports tree are from Aug 19th, and I'm tracking RELENG_4. | Like I said, as long as your world is in sync with your kernel, you should | not see see this on -STABLE. Then, where should I look for hints? What should I check to see if the problem is indeed the same (i.e.the pkg_info one?). Fernan | | Joe | +----] -- F e r n a n A g u e r o http://genoma.unsam.edu.ar/~fernan From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 10:33:09 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D70B616A4BF for ; Sat, 30 Aug 2003 10:33:09 -0700 (PDT) Received: from carrick.bishnet.net (carrick.bishnet.net [217.204.9.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3945743FBD for ; Sat, 30 Aug 2003 10:33:09 -0700 (PDT) (envelope-from tdb@carrick.bishnet.net) Received: from tdb by carrick.bishnet.net with local (Exim 4.22) id 19t9ay-000M09-96 for freebsd-ports@freebsd.org; Sat, 30 Aug 2003 18:33:04 +0100 From: Tim Bishop To: freebsd-ports@freebsd.org Message-ID: <20030830173304.GG58717@carrick.bishnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-PGP-Key: 0x5AE7D984 X-PGP-Fingerprint: 1453 086E 9376 1A50 ECF6 AE05 7DCE D659 5AE7 D984 Sender: "T.D.Bishop" X-Bishnet-MailScanner-Information: Contact postmaster@bishnet.net X-Bishnet-MailScanner-VirusCheck: Found to be clean Subject: Commit ports/52923 (f-prot)? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 30 Aug 2003 17:33:10 -0000 X-Original-Date: Sat, 30 Aug 2003 18:33:04 +0100 X-List-Received-Date: Sat, 30 Aug 2003 17:33:10 -0000 I did a port of f-prot a while back in PR ports/52923. It's not been committed yet, so I'm wondering if there's a problem with doing so? Or is it just that no-one has got round to it? Cheers, Tim. -- Tim Bishop http://www.bishnet.net/tim PGP Key: 0x5AE7D984 From owner-freebsd-ports@FreeBSD.ORG Tue Sep 2 08:35:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B0D516A4BF for ; Tue, 2 Sep 2003 08:35:01 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 8EFEA43FCB for ; Tue, 2 Sep 2003 08:34:59 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 7944 invoked by alias); 2 Sep 2003 15:59:59 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.048685 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 2 Sep 2003 15:59:59 -0000 X-RCPTTO: ports@FreeBSD.org,nakai@FreeBSD.org,stolz@i2.informatik.rwth-aachen.de, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h82FYKSZ289142; Wed, 3 Sep 2003 00:34:21 +0900 Message-ID: <3F54B8A5.4030403@snu.ac.kr> From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: Volker Stolz References: <3F54A9C5.6010809@snu.ac.kr> <20030902152756.GA26103@i2.informatik.rwth-aachen.de> In-Reply-To: <20030902152756.GA26103@i2.informatik.rwth-aachen.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: nakai@FreeBSD.org Subject: Re: FreeBSD Port: gbiff-3.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 02 Sep 2003 15:35:01 -0000 X-Original-Date: Wed, 03 Sep 2003 00:35:01 +0900 X-List-Received-Date: Tue, 02 Sep 2003 15:35:01 -0000 Volker Stolz wrote: > > On Tue, Sep 02, 2003 at 11:31:33PM +0900, Rob Lahaye wrote: >>What happened to gbiff? > > "It's dead, Jim" > http://www.freshports.org/mail/gbiff/: > Remove gbiff as it depends on the old GNOME 1.4 libpanel. There is gbiff2, which can also be compiled without GNOME, but it depends on gtk2. Why is that not in the ports? Is version 0.4.0 not mature enough? It's at http://gbiff.sourceforge.net/ R. From owner-freebsd-ports@FreeBSD.ORG Sat Sep 6 11:34:39 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E88116A4C0 for ; Sat, 6 Sep 2003 11:34:39 -0700 (PDT) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id EACE443FCB for ; Sat, 6 Sep 2003 11:34:37 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp130-232.dialup.mtu-net.ru [62.118.130.232]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 9C75AF8470; Sat, 6 Sep 2003 22:34:34 +0400 (MSD) (envelope-from sem@ciam.ru) Message-ID: <3F5A28B9.1080007@ciam.ru> From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030827 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Francois Kritzinger References: <20030906135112.A90552@cs.uct.ac.za> In-Reply-To: <20030906135112.A90552@cs.uct.ac.za> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql++ - patch for gcc3.3 - when? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 06 Sep 2003 18:34:39 -0000 X-Original-Date: Sat, 06 Sep 2003 22:34:33 +0400 X-List-Received-Date: Sat, 06 Sep 2003 18:34:39 -0000 Francois Kritzinger wrote: > Hi, > > I was just wondering when the gcc 3.3 patch for databases/mysql++ will > be included in the port. > I'm not a maintainer, but I'll do a PR. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Sep 11 06:34:56 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58B5E16A4BF for ; Thu, 11 Sep 2003 06:34:56 -0700 (PDT) Received: from void.xpert.com (ftp.xpert.com [199.203.132.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F9CE43FB1 for ; Thu, 11 Sep 2003 06:34:52 -0700 (PDT) (envelope-from Yonatan@xpert.com) Received: from void.xpert.com (localhost [127.0.0.1]) by void.xpert.com (8.12.8/8.12.8) with ESMTP id h8BDurSS020282 for ; Thu, 11 Sep 2003 16:56:54 +0300 Received: from EXCHANGE.xpert.com (exchange.xpert.com [199.203.132.135]) by void.xpert.com (8.12.8/8.12.8) with ESMTP id h8BDuraB020277 for ; Thu, 11 Sep 2003 16:56:53 +0300 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: quoted-printable X-MIMEOLE: Produced By Microsoft Exchange V6.0.6375.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: fix for security/chkrootkit Thread-Index: AcN4ahivw4QQyAwsRvKmSpxhOvmxkw== From: "Yonatan Bokovza" To: Subject: fix for security/chkrootkit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 11 Sep 2003 13:34:56 -0000 X-Original-Date: Thu, 11 Sep 2003 16:33:38 +0300 X-List-Received-Date: Thu, 11 Sep 2003 13:34:56 -0000 Please consider submitting ports/56702, even with the freeze. It's just a minor change, but without it chkrootkit will report false-positives on 4.9 as installed from the CD. There is no chance this will break bento, as this is a sh script. :) TIA, Yonatan From owner-freebsd-ports@FreeBSD.ORG Mon Sep 29 17:33:10 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24EAA16A4B3; Mon, 29 Sep 2003 17:33:10 -0700 (PDT) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738F243FF2; Mon, 29 Sep 2003 17:33:09 -0700 (PDT) (envelope-from stuq@dstoys.com) Received: from user-0cevdks.cable.mindspring.com ([24.239.182.156] helo=192.168.1.101) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A48Rw-0006eT-00; Mon, 29 Sep 2003 17:33:08 -0700 From: Stuart Quimby Organization: Design Science Toys Ltd. To: roger@freebsd.org User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309292033.53863.stuq@dstoys.com> cc: ports@FreeBSD.org Subject: FreeBSD Port: openh323-1.12.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 30 Sep 2003 00:33:10 -0000 X-Original-Date: Mon, 29 Sep 2003 20:33:53 -0400 X-List-Received-Date: Tue, 30 Sep 2003 00:33:10 -0000 Hi. Attempting to install (via portinstall) gnomemeeting and it looks like it bombed on the open323 part. I'd appreciate any clues. I'm running: (output from uname -a: FreeBSD euclid.inside-dstoys.com 4.8-RELEASE-p4 FreeBSD 4.8-RELEASE-p4 #0: Fri Sep 12 14:59:40 EDT 2003 ) Error msg: ===> Applying FreeBSD patches for gnomemeeting-0.98.5 ===> gnomemeeting-0.98.5 depends on file: /nonexistent - not found ===> Verifying build for /nonexistent in /usr/ports/net/openh323 ===> Patching for openh323-1.12.0_1 ===> openh323-1.12.0_1 depends on file: /nonexistent - not found ===> Verifying patch for /nonexistent in /usr/ports/comms/ixj >> No directory for /nonexistent. Skipping.. ===> Applying FreeBSD patches for openh323-1.12.0_1 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to configure.in.rej >> Patch patch-configurein failed to apply cleanly. *** Error code 1 Stop in /usr/ports/net/openh323. *** Error code 1 Stop in /usr/ports/net/gnomemeeting. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall397.0 make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! net/gnomemeeting (patch error) Thanks in advance Stuart Quimby -- Stuart Quimby Pres. Design Science Toys, Ltd. 172 Pleasant Vale Rd. Tivoli, NY 12583 845.756.4221 (fax)4223 stuq@dstoys.com From owner-freebsd-ports@FreeBSD.ORG Tue Sep 30 14:33:48 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A592916A4C0; Tue, 30 Sep 2003 14:33:48 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A0F43FD7; Tue, 30 Sep 2003 14:33:46 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030930213344.ODII8227.lakemtao08.cox.net@mezz.mezzweb.com>; Tue, 30 Sep 2003 17:33:44 -0400 To: Joe Marcus Clarke References: <200309300115.05714.metrol@metrol.net> <1064910135.48606.6.camel@shumai.marcuscom.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1064910135.48606.6.camel@shumai.marcuscom.com> User-Agent: Opera7.20/Linux M2 build 468 cc: Michael Collette cc: FreeBSD Mailing Lists Subject: Re: About that Freetype2 update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 30 Sep 2003 21:33:48 -0000 X-Original-Date: Tue, 30 Sep 2003 16:32:38 -0500 X-List-Received-Date: Tue, 30 Sep 2003 21:33:48 -0000 On Tue, 30 Sep 2003 04:22:15 -0400, Joe Marcus Clarke wrote: > Everything here looks beautiful. You're free to test your assumptions > above. If the byte-code interpreter helps, I can always add that back > in as an option. Here too, everything looks so good now.. It looks much more darker and curve.. Also, it looks much much better when it is black background with white font. Cheers, Mezz > Joe -- bsdforums.org 's moderator, mezz. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 1 12:34:47 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DDE516A4BF for ; Wed, 1 Oct 2003 12:34:47 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B62E43F93 for ; Wed, 1 Oct 2003 12:34:45 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h91JR8E2020670; Wed, 1 Oct 2003 15:27:08 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h91JYCkB046649; Wed, 1 Oct 2003 15:34:12 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Mick Walker In-Reply-To: <1065036318.92446.2.camel@materialised.hopto.org> References: <1065036318.92446.2.camel@materialised.hopto.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-nAVBvYTuG7ixX5ls4NuA" Organization: MarcusCom, Inc. Message-Id: <1065036883.2611.12.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports@freebsd.org Subject: Re: mozilla-gtk2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 01 Oct 2003 19:34:47 -0000 X-Original-Date: Wed, 01 Oct 2003 15:34:43 -0400 X-List-Received-Date: Wed, 01 Oct 2003 19:34:47 -0000 --=-nAVBvYTuG7ixX5ls4NuA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-10-01 at 15:25, Mick Walker wrote: > After installing mozilla from the ports tree, I have the following > issue. > It works fine as root but when I try to run it as a user I get the > following. > bash-2.05b$ mozilla > /usr/X11R6/bin/mozilla: ./mozilla: Permission denied > exec: ./mozilla: Permission denied >=20 > Obviously it is a permissions issue, but after changing permission on > /usr/X11R6/bin/mozilla I still get the same error. >=20 > Anyone know of a workaround? Check the perms in /usr/X11R6/lib/mozilla-gtk2. Joe >=20 >=20 > Thanks in advance=20 > Mick >=20 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-nAVBvYTuG7ixX5ls4NuA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/eyxTb2iPiv4Uz4cRAtb2AJ9vk9aDam1jBxXyfSBrWMf3hm+f+wCdEEv6 JfHRwsM+2mxjLty+G+zM0XU= =Ax35 -----END PGP SIGNATURE----- --=-nAVBvYTuG7ixX5ls4NuA-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 11:35:06 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7361316A4B3 for ; Sun, 5 Oct 2003 11:35:06 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id A41AF43FE5 for ; Sun, 5 Oct 2003 11:35:04 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 74735 invoked by uid 85); 5 Oct 2003 18:35:24 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.20rc1 (uvscan: v4.2.40/v4288. Clear:RC:1:. Processed in 0.0657 secs); 05 Oct 2003 18:35:24 -0000 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 5 Oct 2003 18:35:24 -0000 From: Arjan van Leeuwen To: "Andrew Carroll" , Date: Sun, 5 Oct 2003 20:34:59 +0200 User-Agent: KMail/1.5.4 References: <000a01c38ae7$50115ee0$0201a8c0@win> In-Reply-To: <000a01c38ae7$50115ee0$0201a8c0@win> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310052035.00076.avleeuwen@piwebs.com> Subject: Re: Open Office X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 18:35:06 -0000 On Sunday 05 October 2003 04:20, Andrew Carroll wrote: > Dear Sir or Ma'am, > > I just purchased the FreeBSD 5.1 box set which includes the Toolkit and the > installation CD's. I am looking for the Open Office package. Can you tell > me the filename I should look for? Is that package on the toolkit or the 4 > CD's that aren't a part of the toolkit? > > I've searched on all 10 CD's and it doesn't seem to be on any of them. If > it is a "distfile" what is that name? > > Thanks for any help you can provide. I don't know if they're on the CDs, but OpenOffice packages can be downloaded on http://projects.imp.ch/openoffice/. Best regards, Arjan From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 08:35:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F27A316A4BF for ; Mon, 6 Oct 2003 08:35:10 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A87743FFB for ; Mon, 6 Oct 2003 08:35:10 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96FZ9GZ050681 for ; Mon, 6 Oct 2003 11:35:09 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96FWc4d058514 for ports@FreeBSD.org; Mon, 6 Oct 2003 11:32:38 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 11:32:38 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061532.h96FWc4d058514@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 15:35:11 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x U databases/py-MySQLdb/Makefile U databases/py-MySQLdb/pkg-plist U devel/mingw32-bin-msvcrt/Makefile U devel/mingw32-bin-msvcrt/distinfo U devel/mingw32-bin-msvcrt/pkg-plist U devel/mingw32-bin-msvcrt/files/Makefile U devel/msp430-gcc/Makefile U devel/msp430-gcc/distinfo ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U editors/Makefile U editors/nano/Makefile U editors/nano/files/patch-files.c U editors/nano/files/patch-search.c U editors/zoinks/Makefile U editors/zoinks/distinfo U editors/zoinks/pkg-descr U editors/zoinks/pkg-plist U ftp/pure-ftpd/Makefile U japanese/Makefile U japanese/ruby-rdic/Makefile U japanese/ruby-rdic/distinfo U japanese/ruby-rdic/pkg-descr U japanese/ruby-rdic/pkg-plist U mail/Makefile ? mail/log U mail/py-mimelib/Makefile U mail/py-mimelib/distinfo U mail/py-mimelib/pkg-descr U mail/py-mimelib/pkg-plist ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc U security/Makefile U security/IMHear/Makefile U security/IMHear/distinfo U security/IMHear/pkg-descr U security/IMHear/pkg-message.in U security/IMHear/pkg-plist U security/IMHear/files/patch-Makefile U security/calife/Makefile U security/calife/distinfo U security/dropbear/Makefile U security/libprelude/Makefile U security/libprelude/distinfo U security/prelude-lml/Makefile U security/prelude-lml/distinfo U security/prelude-nids/Makefile U security/prelude-nids/distinfo U security/prelude-nids/pkg-plist U sysutils/watchdog/Makefile U sysutils/watchdog/distinfo U sysutils/watchdog/pkg-descr U sysutils/watchdog/pkg-plist U sysutils/watchdog/files/patch-Makefile U www/mod_auth_any/Makefile U www/mod_auth_any/distinfo U www/mod_auth_any/pkg-descr ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 13 19:34:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DF7E16A4B3; Mon, 13 Oct 2003 19:34:58 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654AA43FAF; Mon, 13 Oct 2003 19:34:57 -0700 (PDT) (envelope-from daviskacer@comcast.net) Received: from jupiter (c-24-126-185-44.we.client2.attbi.com[24.126.185.44]) by comcast.net (sccrmhc11) with SMTP id <2003101402345601100okeb9e>; Tue, 14 Oct 2003 02:34:56 +0000 From: "Keith Davis" To: Date: Mon, 13 Oct 2003 19:34:55 -0700 Message-ID: <000101c391fb$c1618b40$6401a8c0@jupiter> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: ports@FreeBSD.org Subject: FreeBSD Port: lilypond-2.0.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 02:34:58 -0000 The Makefile for lilypond-2.0.1 is broken. I get "Makefile", line 67: Need an operator make: fatal errors encountered - cannot continue. Also, when you fix the error, could you let me know what it was that needed to be fixed. I am interested. Thanks, Keith From owner-freebsd-ports@FreeBSD.ORG Tue Oct 14 06:34:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E084116A4B3 for ; Tue, 14 Oct 2003 06:34:31 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB92143FBD for ; Tue, 14 Oct 2003 06:34:27 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h9EDY7QK047968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 14 Oct 2003 14:34:22 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id h9EDY72D047967; Tue, 14 Oct 2003 14:34:07 +0100 (BST) (envelope-from matthew) Date: Tue, 14 Oct 2003 14:34:07 +0100 From: Matthew Seaman To: Matt Sealey Message-ID: <20031014133407.GB47574@happy-idiot-talk.infracaninophile.co.uk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gj572EiMnwbLXET9" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on happy-idiot-talk.infracaninophile.co.uk cc: ports@freebsd.org Subject: Re: databases/mysql-server build problems with dns/bind installed as base? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 13:34:32 -0000 --gj572EiMnwbLXET9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 14, 2003 at 02:15:38PM +0100, Matt Sealey wrote: >=20 > I'm leaning towards blaming my installations of BIND (PORT_REPLACES_BASE_= BIND8=3Dyes) >=20 > I'm sure I had this problem a year or two back when I ran 4.x on a server= , but > I can't remember how I solved it, if at all. >=20 > Anyone got any ideas what's broken here, and if it can be fixed (either i= n the > BIND port, or the MySQL port)? Sounds like you've mixed up the C header files from the system (see the definition of h_errno in /usr/include/netdb.h) and your new resolver library code, where h_errno can be turned into a macro hiding a function __h_errno() rather than a global variable -- see for example /usr/src/contrib/bind/include/netdb.h or the equivalent from BINDv9. Either link mysql entirely against the system version of the resolver library, or entirely against the BINDv8 resolver from the port. You can probably do that by intelligent application of -I and -L flags during the MySQL compilation, which requires a little fiddling about with CONFIGURE_ARGS and/or CONFIGURE_ENV ib the MySQL port directory. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --gj572EiMnwbLXET9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/i/tPdtESqEQa7a0RAmC9AJ41KFbkebag+wsRNyr77K33U8SodgCfYhmh ELD6NDudqBjVq0SPFHRBLvI= =28lU -----END PGP SIGNATURE----- --gj572EiMnwbLXET9-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 19 22:55:39 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2261616A4B3 for ; Sun, 19 Oct 2003 22:55:39 -0700 (PDT) Received: from calypso.csl.sony.co.jp (calypso.csl.sony.co.jp [133.138.1.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F6043F85 for ; Sun, 19 Oct 2003 22:55:38 -0700 (PDT) (envelope-from kjc@csl.sony.co.jp) Received: from localhost (localhost.csl.sony.co.jp [IPv6:::1]) h9K5sU3J022283; Mon, 20 Oct 2003 14:54:30 +0900 (JST) (envelope-from kjc@csl.sony.co.jp) Date: Mon, 20 Oct 2003 14:54:30 +0900 (JST) Message-Id: <20031020.145430.35016733.kjc@csl.sony.co.jp> To: freebsd-ports@freebsd.org From: Kenjiro Cho X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: robert@mpe.mpg.de Subject: x11-toolkits/blt update to tk8.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 05:55:39 -0000 I'm planning to update x11-tookits/blt to use tcl/tk8.4 in a few days, and bump the shared lib version from libBLT24.so.2 to libBLT24.so.3. This is based on the patch posted by Klaus Robert Suetterlin in PR57960. The following ports are directly dependent on BLT, and affected. devel/swarm net/ttt x11-toolkits/pmw I'll also commit the attached changes to the dependants, if there is no objection. The following ports are indirectly dependent through pmw but they are only RUN_DEPENDS and should have no impact. biology/pymol french/aster french/eficas games/ptkei misc/cuecat net/forg net/fugu (aster, eficas, ptkei, cuecat, forg are already dependent on tcl/tk8.4 through x11-toolkits/py-tkinter.) I put the new BLT ports at http://www.csl.sony.co.jp/~kjc/tmp/blt-2.4z.tar.gz -Kenjiro Index: devel/swarm/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/swarm/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- devel/swarm/Makefile 10 Oct 2003 13:26:49 -0000 1.21 +++ devel/swarm/Makefile 20 Oct 2003 05:05:55 -0000 @@ -7,7 +7,7 @@ PORTNAME= swarm PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.santafe.edu/pub/swarm/src/swarm/ @@ -16,7 +16,7 @@ BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - BLT24.2:${PORTSDIR}/x11-toolkits/blt + BLT24.3:${PORTSDIR}/x11-toolkits/blt .if defined(WITH_HDF5) LIB_DEPENDS+= hdf5.0:${PORTSDIR}/graphics/hdf5 BROKEN= undefined references in hdf5, please deinstall hdf5 package \ @@ -32,10 +32,10 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \ - --with-tclincludedir=${PREFIX}/include/tcl8.3 \ - --with-tkincludedir=${PREFIX}/include/tk8.3 \ - --with-tclscriptdir=${PREFIX}/lib/tcl8.3 \ - --with-tkscriptdir=${PREFIX}/lib/tk8.3 \ + --with-tclincludedir=${PREFIX}/include/tcl8.4 \ + --with-tkincludedir=${PREFIX}/include/tk8.4 \ + --with-tclscriptdir=${PREFIX}/lib/tcl8.4 \ + --with-tkscriptdir=${PREFIX}/lib/tk8.4 \ --enable-subdirs PLIST_SUB= JAVA="@comment " .if defined(WITH_JAVA) Index: net/ttt/Makefile =================================================================== RCS file: /home/pcvs/ports/net/ttt/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- net/ttt/Makefile 17 Oct 2003 07:45:42 -0000 1.23 +++ net/ttt/Makefile 20 Oct 2003 05:05:55 -0000 @@ -7,17 +7,18 @@ PORTNAME= ttt PORTVERSION= 1.8 -CATEGORIES= net tk83 ipv6 +PORTREVISION= 1 +CATEGORIES= net tk84 ipv6 MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= kjc@csl.sony.co.jp COMMENT= Tele Traffic Tapper, a network traffic monitoring tool -LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt +LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \ - --with-tk=${LOCALBASE}/lib/tk8.3 +CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ + --with-tk=${LOCALBASE}/lib/tk8.4 INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 Index: x11-toolkits/pmw/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/pmw/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- x11-toolkits/pmw/Makefile 28 Sep 2003 12:41:35 -0000 1.21 +++ x11-toolkits/pmw/Makefile 20 Oct 2003 05:05:55 -0000 @@ -7,6 +7,7 @@ PORTNAME= pmw PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pmw @@ -17,7 +18,7 @@ COMMENT= High-level compound graphics widgets for Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter -LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt +LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt PLIST_SUB= PMWVERSION="${PMWVERSION}" USE_PYTHON= yes From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 02:02:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58ADD16A4B3; Mon, 20 Oct 2003 02:02:29 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54CCD43FB1; Mon, 20 Oct 2003 02:02:25 -0700 (PDT) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) h9K92Lt2028548 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 20 Oct 2003 11:02:22 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)h9K92Kvc028547; Mon, 20 Oct 2003 11:02:20 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id h9K91tjt094651; Mon, 20 Oct 2003 11:02:00 +0200 (CEST) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)h9K91sSX094650; Mon, 20 Oct 2003 11:01:54 +0200 (CEST) (envelope-from andreas) Date: Mon, 20 Oct 2003 11:01:54 +0200 From: Andreas Klemm To: portmgr@freebsd.org Message-ID: <20031020090154.GA60691@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline X-Operating-System: FreeBSD 5.1-CURRENT X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.4i cc: gphoto-devel@lists.sourceforge.net cc: ports@freebsd.org Subject: Request for Approvel to commit Fix/Patch for Canon PowerShot G5 support for graphics/libgphoto2 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 09:02:29 -0000 X-List-Received-Date: Mon, 20 Oct 2003 09:02:29 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, the Canon PowerShot G5 doesn't work in libgphoto2. It should be supported by the ptp2 driver, but there seem to be some rough edges with this. The G3 driver would work, but you can't select it ... My patches add PowerShot G5 support in a way like the G3 model is supported and this way it works. Please note, you have to select the PowerShot G5 (normal mode) driver, just for the case gphoto2 should autodetect the camera with the not working ptp2 driver. This can be done the easiest way by using digikam's setup menu and selecting the right driver. Since FreeBSD ports is in semi-freeze phase I suggest adding this as a hot fix to fix PowerShot G5 support and to enhance the functionality of the following ports - libgphoto2 - gphoto2 - digikam (graphical gphoto2 frontend for KDE) - gtkam (graphical gphoto2 frontend for GNOME) My changes (ChangeLog): 2003-10-20 Andreas Klemm * Canon PowerShot G5 added * camlibs/canon/canon.c: add G5 to struct canonCamModelData models[] add G5 support in canon_int_filename2audioname * camlibs/canon/canon.h: add G5 to enum canonCamModel * camlibs/canon/usb.c: same behaviour as for G3 in canon_usb_lock_keys, lock the keys on the camera and turn off display * camlibs/canon/usb.h: CANON_USB_FUNCTION_GET_PIC_ABILITIES, expand comment, add G5 after G3. The following problem with the ptp2 driver has been solved this way: > root# env LANG=C gphoto2 --debug --debug --auto-detect --summary > [...] > 2.039509 gphoto2-camera(2): Initializing camera... > 2.039673 gphoto2-port-usb(1): Looking for USB device (vendor 0x4a9, product 0x3085)... found. > 2.039717 gphoto2-camera(2): Loading '/usr/local/lib/gphoto2/2.1.2/libgphoto2_ptp2.so'... > 2.040375 gphoto2-port(2): Opening USB port... > 2.040653 gphoto2-port(2): Setting timeout to 8000 millisecond(s)... > 2.040713 ptp(2): PTP: Opening session > 2.040755 gphoto2-port(2): Writing 16=0x10 byte(s) to port... > 2.040799 gphoto2-port(3): Hexdump of 16 = 0x10 bytes follows: > 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................ > > gp_port_write: No such file or directory > 2.040993 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffdd -35 > 2.041070 context(0): PTP I/O error > > *** Error *** > PTP I/O error > 2.041161 gphoto2-port(2): Closing port... > 2.041348 context(0): An error occurred in the io-library ('Unspecified error'): No error description available > > *** Error *** > An error occurred in the io-library ('Unspecified error'): No error description available > *** Error (-1: 'Unspecified error') *** > > 2.044118 gp-camera(2): Freeing camera... > 2.044256 gphoto2-port(2): Freeing port... > 2.044290 gphoto2-port(2): Closing port... > 2.044499 libgphoto2/gphoto2-filesys.c(2): Clearing fscache LRU list... > 2.044560 libgphoto2/gphoto2-filesys.c(2): fscache LRU list already empty > 2.044589 gphoto2-filesystem(2): Internally deleting all folders from '/'... Best regards and have fun using the patches Andreas /// -- http://www.64bits.de http://www.apsfilter.org/ http://people.FreeBSD.ORG/~andreas http://members.ebay.de/aboutme/anklemm/ --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-ChangeLog --- ChangeLog.orig Mon Oct 20 10:31:35 2003 +++ ChangeLog Mon Oct 20 10:31:06 2003 @@ -1,3 +1,13 @@ +2003-10-20 Andreas Klemm + * Canon PowerShot G5 added + * camlibs/canon/canon.c: add G5 to struct canonCamModelData models[] + add G5 support in canon_int_filename2audioname + * camlibs/canon/canon.h: add G5 to enum canonCamModel + * camlibs/canon/usb.c: same behaviour as for G3 in canon_usb_lock_keys, + lock the keys on the camera and turn off display + * camlibs/canon/usb.h: CANON_USB_FUNCTION_GET_PIC_ABILITIES, expand + comment, add G5 after G3. + 2003-08-10 gettextize * Makefile.am (SUBDIRS): Add intl. --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-camlibs:canon:canon.c" --- camlibs/canon/canon.c.orig Sun Aug 10 20:51:13 2003 +++ camlibs/canon/canon.c Mon Oct 20 10:17:48 2003 @@ -138,6 +138,8 @@ /* 0x306D is S45 in PTP mode */ {"Canon:PowerShot G3 (normal mode)", CANON_PS_G3, 0x04A9, 0x306E, CAP_SUP, S99M, S32K, NULL}, /* 0x306F is G3 in PTP mode */ + {"Canon:PowerShot G5 (normal mode)", CANON_PS_G5, 0x04A9, 0x3085, CAP_SUP, S99M, S32K, NULL}, + /* XXX 0x???? is G5 in PTP mode */ {"Canon:PowerShot S230 (normal mode)", CANON_PS_S230, 0x04A9, 0x3070, CAP_SUP, S99M, S32K, NULL}, /* 0x3071 is S230 in PTP mode */ {"Canon:Digital IXUS v3 (normal mode)", CANON_PS_S230, 0x04A9, 0x3070, CAP_SUP, S99M, S32K, NULL}, @@ -250,6 +252,7 @@ case CANON_PS_S40: case CANON_PS_S45: case CANON_PS_G3: + case CANON_PS_G5: break; default: GP_DEBUG ("canon_int_filename2audioname: camera model doesn't support audio files", --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-camlibs:canon:canon.h" --- camlibs/canon/canon.h.orig Sun Aug 10 20:51:13 2003 +++ camlibs/canon/canon.h Mon Oct 20 10:17:51 2003 @@ -86,6 +86,7 @@ * @CANON_PS_S330: Digital IXUS 330 * @CANON_PS_S45: PowerShot S45 * @CANON_PS_G3: PowerShot G3 + * @CANON_PS_G5: PowerShot G5 * @CANON_PS_S230: PowerShot S230, Digital IXUS v3 * @CANON_PS_A60: PowerShot A60 * @CANON_EOS_10D: EOS 10D @@ -123,6 +124,7 @@ CANON_PS_A300, CANON_PS_S45, CANON_PS_G3, + CANON_PS_G5, CANON_PS_S50, CANON_PS_S230, CANON_EOS_10D, --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-camlibs:canon:usb.c" --- camlibs/canon/usb.c.orig Sun Aug 10 20:51:13 2003 +++ camlibs/canon/usb.c Mon Oct 20 10:17:55 2003 @@ -356,6 +356,7 @@ case CANON_PS_S45: case CANON_PS_G3: + case CANON_PS_G5: default: /* Special case: doesn't implement "get picture abilities", but isn't an EOS --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-camlibs:canon:usb.h" --- camlibs/canon/usb.h.orig Sun Aug 10 20:51:13 2003 +++ camlibs/canon/usb.h Mon Oct 20 10:17:57 2003 @@ -38,7 +38,7 @@ * @CANON_USB_FUNCTION_GET_PIC_ABILITIES: Command to "get picture abilities", which * seems to be a list of the different sizes and quality of images that are available on * this camera. Not implemented (and will cause an error) on the EOS cameras - * or on newer PowerShot cameras such as the S45 and G3. + * or on newer PowerShot cameras such as the S45, G3 and G5. * @CANON_USB_FUNCTION_GENERIC_LOCK_KEYS: Command to lock keys (and turn on "PC" indicator) * on non-EOS cameras. * @CANON_USB_FUNCTION_EOS_LOCK_KEYS: Lock keys (EOS cameras) --C7zPtVaVf+AK4Oqc-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 02:02:39 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C2F616A4B3 for ; Mon, 20 Oct 2003 02:02:39 -0700 (PDT) Received: from carrick.bishnet.net (carrick.bishnet.net [217.204.9.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2ACF43F93 for ; Mon, 20 Oct 2003 02:02:38 -0700 (PDT) (envelope-from tdb@carrick.bishnet.net) Received: from tdb by carrick.bishnet.net with local (Exim 4.24; FreeBSD 5.1) id 1ABVvw-0004cr-7a for freebsd-ports@freebsd.org; Mon, 20 Oct 2003 10:02:36 +0100 Date: Mon, 20 Oct 2003 10:02:36 +0100 From: Tim Bishop To: freebsd-ports@freebsd.org Message-ID: <20031020090236.GO6999@carrick.bishnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-PGP-Key: 0x5AE7D984 X-PGP-Fingerprint: 1453 086E 9376 1A50 ECF6 AE05 7DCE D659 5AE7 D984 Sender: "T.D.Bishop" X-Bishnet-MailScanner-Information: Contact postmaster@bishnet.net X-Bishnet-MailScanner-VirusCheck: Found to be clean Subject: [tim-lists@bishnet.net: Commit ports/52923 (f-prot)?] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 09:02:39 -0000 No, it's not my computer's date, this e-mail really did take nearly two months to arrive! Tim. ----- Forwarded message from Tim Bishop ----- Date: Sat, 30 Aug 2003 18:33:04 +0100 From: Tim Bishop To: freebsd-ports@freebsd.org Subject: Commit ports/52923 (f-prot)? I did a port of f-prot a while back in PR ports/52923. It's not been committed yet, so I'm wondering if there's a problem with doing so? Or is it just that no-one has got round to it? Cheers, Tim. freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" ----- End forwarded message ----- -- Tim Bishop http://www.bishnet.net/tim PGP Key: 0x5AE7D984 From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 02:10:12 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D7616A4B3 for ; Mon, 20 Oct 2003 02:10:12 -0700 (PDT) Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C69D43FAF for ; Mon, 20 Oct 2003 02:10:11 -0700 (PDT) (envelope-from patrick-lists@atabersk.de) Received: (qmail 84679 invoked by uid 1003); 20 Oct 2003 09:10:32 -0000 Date: Mon, 20 Oct 2003 11:10:10 +0200 From: Patrick Atamaniuk To: Keith Davis Message-ID: <20031020091032.GA80610@mail.webmonster.de> References: <000101c391fb$c1618b40$6401a8c0@jupiter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000101c391fb$c1618b40$6401a8c0@jupiter> User-Agent: Mutt/1.4.1i X-Arbitrary-Number-Of-The-Day: 42 cc: ports@FreeBSD.org cc: trevor@FreeBSD.org Subject: Re: FreeBSD Port: lilypond-2.0.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: atamaniuk-ports@frobs.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 09:10:12 -0000 Hello Keith, as of Tue Oct 14 this has been fixed in CVS. It was a superfluous \ in line 63. Nevertheless you will experience compile/install problems. Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=58120 for (hopefully) complete solution. For the patch there to apply you would have to CVSup once again. Thank you for your note. /p Keith Davis(daviskacer@comcast.net)@2003.10.13 19:34:55 +0000: > "Makefile", line 67: Need an operator > Also, when you fix the error, could you let me know what it was that -- regards, Patrick Atamaniuk ---------------------------------------------------- Patrick Atamaniuk patrick@atamaniuk.de ---------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 05:06:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA2416A4B3 for ; Mon, 20 Oct 2003 05:06:40 -0700 (PDT) Received: from oak.FernUni-Hagen.de (oak.fernuni-hagen.de [132.176.114.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C20443F3F for ; Mon, 20 Oct 2003 05:06:39 -0700 (PDT) (envelope-from jfh@es-i2.FernUni-Hagen.de) Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 1ABYo2-00012l-00; Mon, 20 Oct 2003 14:06:38 +0200 Received: from es-i2.fernuni-hagen.de ([132.176.7.81]) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 1ABYnu-000124-00; Mon, 20 Oct 2003 14:06:30 +0200 Received: from [132.176.7.6] (jfh00.fernuni-hagen.de [132.176.7.6]) by es-i2.fernuni-hagen.de (Postfix) with ESMTP id 0308056D5; Mon, 20 Oct 2003 14:06:29 +0200 (CEST) From: Fritz Heinrichmeyer To: freebsd-ports@freebsd.org Content-Type: text/plain Message-Id: <1066651591.4697.22.camel@jfh00.fernuni-hagen.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 20 Oct 2003 14:06:31 +0200 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 cc: sheepkiller@cultdeadsheep.org Subject: usage of dbm files with apache2 perl and php X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 12:06:40 -0000 after rebuilding apache2 dbm based authentification was broken. I use a perl script to build dmb (== db1 under FreeBSD) files for auth_dbm with apache2. I installed an apache2 package compiled on an identical box. After recompiling on the same box authentication worked again. Here my questions: Is there a not so ambigous (namewise) simple key->value database format that can be used without problems with perl, php and auth_dbm from apache2. Php configuration does not believe that db and dbm is the same under freebsd (at least the last time i tried). Apache2 mod_auth_dbm is able to use almost all, but it seems to be only documented in the source. What is the most common way to solve this problems? From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 07:52:36 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAC7B16A4E9 for ; Mon, 20 Oct 2003 07:52:36 -0700 (PDT) Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 303C643F85 for ; Mon, 20 Oct 2003 07:52:35 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerlaptop-red.iadfw.net (lerlaptop-red.iadfw.net [207.136.3.72]) (authenticated bits=0)h9KEqT7h016669 for ; Mon, 20 Oct 2003 09:52:31 -0500 (CDT) Date: Mon, 20 Oct 2003 09:52:29 -0500 From: Larry Rosenman To: freebsd-ports@freebsd.org Message-ID: <61810000.1066661549@lerlaptop-red.iadfw.net> X-Mailer: Mulberry/3.1.0b8 (Linux/x86) X-PGP-Info: All other keys are old/dead. X-PGP-Key: 0x3c49bdd6 X-PGP-Fingerprint: D0D1 3C11 F42F 6B29 FA67 6BF3 AD13 4685 3C49 BDD6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: OpenOffice.org 1.1.0_1 Package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 14:52:37 -0000 I've made available a package of the editors/openoffice-devel port built with Perl 5.8.0 and JDK1.4. It's at: http://www.lerctr.org/~ler/freebsd/ This is *NOT* a official package, but since it takes such a long time to build, I'm making it available. If anyone would like to mirror it on a higher bandwidth (I only have a 768K DSL line) site, let me know. This was built yesterday on a 5.1-CURRENT system built Saturday from then current sources. Enjoy! LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 08:41:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21A7416A4C1 for ; Mon, 20 Oct 2003 08:41:01 -0700 (PDT) Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by mx1.FreeBSD.org (Postfix) with SMTP id 1960743FD7 for ; Mon, 20 Oct 2003 08:40:56 -0700 (PDT) (envelope-from q_dolan@yahoo.com.au) Received: from q.onthenet.com.au (HELO ?192.168.100.154?) (q?dolan@203.10.89.214 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Oct 2003 15:40:55 -0000 From: Q To: freebsd-ports@freebsd.org Message-Id: <1066664451.37277.45.camel@boxster.onthenet.com.au> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 21 Oct 2003 01:40:52 +1000 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Seeking committer to sponsor the port for my NVIDIA nForce network device driver. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 15:41:01 -0000 As it says in the subject, I am seeking someone to sponsor my device driver port. The driver source and a prepared port are available from my website http://www.onthenet.com.au/~q/nvnet The driver is at the point where it's stable and doesn't need frequent updates, and the port I have written for it is what I have been using to build the packages for download. It would probably only need a couple of minor changes to be committed (I hope) If someone is willing to take this on it would be much appreciated. Please email me offline as I am not subscribed to the list. -- Seeya...Q -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _____ / Quinton Dolan q_dolan@yahoo.com.au __ __/ / / __/ / / / __ / _/ / / Gold Coast, QLD, Australia __/ __/ __/ ____/ / - / Ph: +61 419 729 806 _______ / _\ From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 09:00:51 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B0D416A4EC; Mon, 20 Oct 2003 09:00:51 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DA643FBF; Mon, 20 Oct 2003 09:00:45 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h9KFxgMN092348; Mon, 20 Oct 2003 11:59:43 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Andreas Klemm In-Reply-To: <20031020090154.GA60691@titan.klemm.apsfilter.org> References: <20031020090154.GA60691@titan.klemm.apsfilter.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-GwO6/40IH4auRm3IKVJB" Organization: MarcusCom, Inc. Message-Id: <1066665641.753.2.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 20 Oct 2003 12:00:41 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: gphoto-devel@lists.sourceforge.net cc: ports@freebsd.org cc: portmgr@freebsd.org Subject: Re: Request for Approvel to commit Fix/Patch for Canon PowerShot G5 support for graphics/libgphoto2 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 16:00:51 -0000 --=-GwO6/40IH4auRm3IKVJB Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-10-20 at 05:01, Andreas Klemm wrote: > Hi, >=20 > the Canon PowerShot G5 doesn't work in libgphoto2. > It should be supported by the ptp2 driver, but there seem to be some > rough edges with this. >=20 > The G3 driver would work, but you can't select it ... >=20 > My patches add PowerShot G5 support in a way like the G3 model > is supported and this way it works. >=20 > Please note, you have to select the PowerShot G5 (normal mode) > driver, just for the case gphoto2 should autodetect the camera > with the not working ptp2 driver. >=20 > This can be done the easiest way by using digikam's setup menu > and selecting the right driver. >=20 > Since FreeBSD ports is in semi-freeze phase I suggest adding > this as a hot fix to fix PowerShot G5 support > and to enhance the functionality of the following ports Approved. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-GwO6/40IH4auRm3IKVJB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/lAapb2iPiv4Uz4cRArHxAJwPRvxen7Icvix01dGStac0TTitwQCfTu3x jijC5ezr2EkCFkXMehUO1U4= =kEhr -----END PGP SIGNATURE----- --=-GwO6/40IH4auRm3IKVJB-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 11:00:41 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D295716A4B3 for ; Mon, 20 Oct 2003 11:00:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7F7C43F75 for ; Mon, 20 Oct 2003 11:00:35 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9KI0ZFY097919 for ; Mon, 20 Oct 2003 11:00:35 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9KI0YYh097914 for freebsd-ports@freebsd.org; Mon, 20 Oct 2003 11:00:34 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Oct 2003 11:00:34 -0700 (PDT) Message-Id: <200310201800.h9KI0YYh097914@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 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 18:00:42 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/04/15] ports/50999 ports-bugs SSL with mail/dovecot simply doesn't work o [2003/05/23] ports/52632 ports-bugs vmware3 port is missing /usr/lib/vmware/v o [2003/06/21] ports/53600 ports-bugs /usr/port/emulators/linux_base says "linu o [2003/06/28] ports/53874 ports-bugs /usr/ports/emulators/linux_base isn't wor o [2003/07/08] ports/54230 ports-bugs fsck_ext2fs is broken (unable to perform f [2003/07/22] ports/54753 ports-bugs print/lyx core dump o [2003/08/01] ports/55173 ports-bugs VMware3 hangs as normal user o [2003/09/01] ports/56268 ports-bugs mail/kavmilter exits with signal 11 o [2003/09/30] ports/57427 ports-bugs Errors building static tk80 library f [2003/10/02] ports/57516 ports-bugs Arabic category koffice-i18n meta-port de o [2003/10/16] ports/58131 ports-bugs Checksum error on libmcrypt port o [2003/10/18] ports/58197 ports-bugs jrtplib port doesn't compile on AMD64 - f o [2003/10/20] ports/58279 ports-bugs Fix net/libnids build on -CURRENT o [2003/10/20] ports/58285 ports-bugs Fix sysutils/prips build on 5.X 14 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/06/12] ports/28102 ports-bugs Recent changes to 4.3-STABLE break arla-0 o [2001/09/25] ports/30823 ports-bugs New port: KinterbasDB, Python module to a o [2001/12/11] ports/32700 ports-bugs net/arla: inode changes for large o [2002/01/15] ports/33927 ports-bugs ja-dvipdfm port requires texmf/dvips/base o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/22] ports/37361 ports-bugs installing gcc30 port breaks devel/gettex f [2002/05/23] ports/38460 ports-bugs core dumps with print/ghostscript-gnu f [2002/05/27] ports/38602 ports-bugs x11-wm/tvtwm is confused about PREFIX o [2002/10/08] ports/43847 ports-bugs new ports: babytrans,gsfv,mmail,tetradraw o [2002/10/19] ports/44295 ports-bugs New port: MLton, an optimizing Standard M o [2002/11/11] ports/45210 ports-bugs Broken Linux ABI Emulation in emulators/l o [2002/11/12] ports/45234 ports-bugs timidity++ portupgrade problem, removes s o [2002/11/27] ports/45805 ports-bugs security/sfs does not build on Alpha o [2002/12/06] ports/46039 ports-bugs adzapper install fails out of the box o [2002/12/17] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify o [2002/12/21] ports/46443 ports-bugs lang/jgnat compilation failure o [2002/12/25] ports/46530 ports-bugs x11-toolkits/gtkada links against unexist o [2003/01/03] ports/46741 ports-bugs PVM-POV fails trying to locate file/folde o [2003/01/10] ports/46964 ports-bugs Failure when running "make install" on ex s [2003/01/14] ports/47061 ports-bugs Conflicting system headers by build of gr f [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't o [2003/04/10] ports/50795 ports-bugs misc/solfege does not function s [2003/04/11] ports/50844 ports-bugs MPlayer fails to build on Alpha o [2003/04/18] ports/51128 ports-bugs It is not possible to build security/drwe o [2003/05/02] ports/51711 ports-bugs /usr/ports/emulators/linux_base will not o [2003/05/02] ports/51714 ports-bugs emulators/linux_base port fails to instal o [2003/05/05] ports/51807 ports-bugs lang/gcc295 (g++) can't parse header file f [2003/05/05] ports/51813 ports-bugs wrong mod_perl dependencies o [2003/05/23] ports/52602 ports-bugs security/ident2 port segfaults when retur f [2003/06/11] ports/53214 ports-bugs emulators/vmware3 tries to install emulat o [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri f [2003/06/18] ports/53458 ports-bugs irc/tr-ircd breaks on non-IPv6 kernels o [2003/06/27] www/53862 ports-bugs -CURRENT ports symlink busted o [2003/07/08] ports/54234 ports-bugs gnu-radius fails to build on 4.8-STABLE o [2003/07/19] ports/54647 ports-bugs Updated gsfonts 6.0 disables printing in o [2003/07/25] ports/54848 ports-bugs print/ghostscript-gnu fails building whil o [2003/07/28] ports/54970 ports-bugs emulators/linux_base Port Makefile "dange o [2003/07/28] ports/54972 ports-bugs net/simicq compilation error o [2003/08/04] ports/55252 ports-bugs databases/db4: Berkley DB crashes on Serv o [2003/08/10] ports/55439 ports-bugs Change in tcsetattr in 5.1-RELEASE breaks o [2003/08/12] ports/55507 ports-bugs lang/php4 compiles with unexcpected libs o [2003/08/15] ports/55611 ports-bugs Clamav port package build fails on 5.x wh o [2003/08/15] kern/55617 ports-bugs Accessing an nsmb-mounted drive via a smb o [2003/08/16] ports/55638 ports-bugs [PATCH] www/rt2 marked broken o [2003/08/17] ports/55673 ports-bugs Xsane crashes when doing preview o [2003/08/20] ports/55740 ports-bugs port already installed check fails on 4.6 o [2003/08/23] ports/55894 ports-bugs print/lyx: configure aborts if WITH_QT is o [2003/08/24] ports/55948 ports-bugs install of ports/emulators/linux_base fil o [2003/08/26] ports/56011 ports-bugs bonnie++ doesn't do large files o [2003/08/29] ports/56157 ports-bugs [patch] x11/nvidia-driver build broken o [2003/08/30] ports/56222 ports-bugs [patch] Fix compiler error in www/php-scr o [2003/09/01] ports/56263 ports-bugs New port: comms/gammu [FIXED] (supersedes o [2003/09/02] ports/56359 ports-bugs new port: www/adzap2squirm o [2003/09/04] ports/56410 ports-bugs Mailman broken o [2003/09/07] ports/56567 ports-bugs mail/spamass-milter fails in configure st o [2003/09/09] ports/56660 ports-bugs new slave port mod_jk-apache2 o [2003/09/09] ports/56661 ports-bugs modify port mod_jk2 to build mod_jk2 2.x o [2003/09/09] ports/56662 ports-bugs new slave port mod_jk2-apache2 o [2003/09/13] ports/56747 ports-bugs vmware3 port cant fetch distfile o [2003/09/15] ports/56884 ports-bugs Problems with pgaccess & tcltk 8.4 o [2003/09/15] ports/56893 ports-bugs Fix for lang/sisc (currently broken) o [2003/09/16] ports/56912 ports-bugs www/sarg coredumps on big logs o [2003/09/19] ports/57013 ports-bugs devel/boost does not build o [2003/09/21] ports/57056 ports-bugs libsm and libsmutil not installed -> fail o [2003/09/23] ports/57126 ports-bugs molden port broken o [2003/10/01] ports/57461 ports-bugs typo in ports/emulators/vmware3/files/con o [2003/10/03] ports/57552 ports-bugs pkg_create: only one package name allowed o [2003/10/05] ports/57601 ports-bugs [PATCH] Fix port bug found by Oliver Eikm f [2003/10/06] ports/57644 ports-bugs [PATCH] changing CFLAGS and CPUTYPE respe o [2003/10/06] ports/57685 ports-bugs New Port: geepee32 o [2003/10/08] ports/57761 ports-bugs grip port segment faults on CURRENT syste o [2003/10/09] ports/57790 ports-bugs cdparanoia triggers kernel panic o [2003/10/09] ports/57793 ports-bugs New port: Netgraf network statistic o [2003/10/11] ports/57864 ports-bugs [Patch]: textproc/glimpse-4.12.6 compilat o [2003/10/12] ports/57897 ports-bugs Portupgrade of mplayer to latest version o [2003/10/13] ports/57956 ports-bugs New port: pmd eclipse-plugin o [2003/10/14] ports/58059 ports-bugs This ports Need GCC 3.x to complie and av o [2003/10/15] ports/58095 ports-bugs Fix building audio/yammi without KDE o [2003/10/16] ports/58120 ports-bugs Update [maintainer]: print/lilypond UNBRE o [2003/10/17] ports/58168 ports-bugs [PATCH] update devel/boost (it's labelled o [2003/10/17] ports/58175 ports-bugs lang/gcc33 - patching fails o [2003/10/18] ports/58213 ports-bugs Can not install any packages from ports o [2003/10/19] ports/58245 ports-bugs pear-PEAR port cannot install o [2003/10/20] ports/58270 ports-bugs ports/mail/popd returns broken line o [2003/10/20] ports/58277 ports-bugs Maintainer update: zonecheck 2.0.0b8 o [2003/10/20] ports/58284 ports-bugs [non-maintainer][security update] mail/fe o [2003/10/20] ports/58286 ports-bugs pstoedit port will not build with gcc-3.3 87 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/01/12] ports/24299 ports-bugs Configure the synaptics touchpad. o [2001/07/25] ports/29223 ports-bugs cyrus-imapd and postfix master.8 manpage o [2001/08/21] ports/29929 ports-bugs wginstall.pl script chokes on calculated o [2001/09/27] ports/30870 ports-bugs www/apache13-ssl: httpd in free(): warnin o [2001/12/04] ports/32508 ports-bugs www/flashplugin-mozilla has malloc bug o [2002/01/14] ports/33906 ports-bugs [PATCH] tic program as a port for easier o [2002/01/30] ports/34442 ports-bugs xt, xalan-j, saxon should have the same C f [2002/02/02] ports/34550 ports-bugs ghostscript-gnu-nox11 portversion 6.51 fa f [2002/02/02] ports/34565 ports-bugs graphics/blender port is broke o [2002/02/27] ports/35372 ports-bugs pgp6 ports fails to compile on alpha plat s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies o [2002/03/14] ports/35897 ports-bugs upgrading the linux_base port runs into t o [2002/03/17] java/36024 ports-bugs port update: OpenJIT 1.1.16 for JDK 1.3.1 o [2002/03/29] ports/36503 ports-bugs several files conflict in databases/libio o [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic o [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man o [2002/05/15] ports/38125 ports-bugs ApacheCylical Link error/bug in Virtualse f [2002/06/01] ports/38800 ports-bugs update www/roxen to Roxen WebServer 2.2.2 s [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i a [2002/06/19] ports/39544 ports-bugs mayavi port disfunctional o [2002/08/02] ports/41259 ports-bugs Info directory change for various GNU Ema a [2002/08/03] ports/41282 ports-bugs New_Ports japanese/stevie-* o [2002/08/07] ports/41434 ports-bugs New port: www/light: another Mozilla-base o [2002/08/19] ports/41773 ports-bugs new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports-bugs vmware2 causes panic on recent -current o [2002/08/20] ports/41829 ports-bugs New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports-bugs new port - virus filtering tool for qmail o [2002/08/25] ports/42018 ports-bugs pkg_info with PKG_PATH searches through t o [2002/08/28] ports/42134 ports-bugs linux-gtk PORTREVISION contaminates other o [2002/09/01] ports/42281 ports-bugs lang/rexx-imc - addition of UPPER patch o [2002/09/01] ports/42296 ports-bugs New port: mod_webkit (adapter between Web f [2002/09/21] ports/43171 ports-bugs Port misc/upclient setgid kmem f [2002/09/29] ports/43484 ports-bugs Update port net/arla to 0.35.9 o [2002/10/05] ports/43718 ports-bugs New port: x11-wm/icebgset (set IceWM back o [2002/10/07] ports/43764 ports-bugs New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/09] ports/43880 ports-bugs Names of Emacs ports are misleading o [2002/10/11] ports/43956 ports-bugs New port: x11-wm/ion-devel f [2002/10/19] ports/44270 ports-bugs New port: net/bind9-sdb-ldap o [2002/11/11] ports/45227 ports-bugs problems building/installing db3 and open f [2002/11/26] ports/45771 ports-bugs OffiX printer doesn't find printer o [2002/11/30] ports/45886 ports-bugs New ports: japanese/trr* o [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd o [2002/12/05] ports/46005 ports-bugs New port: ginsu - a client for the gale s f [2002/12/17] ports/46327 ports-bugs obsolete version of the Computer Modern f f [2002/12/21] ports/46457 ports-bugs Update x11/temperature.app to 1.4 and use o [2002/12/23] ports/46510 ports-bugs security/ssh does not correctly store the o [2002/12/28] ports/46608 ports-bugs [NEW PORT] latest development track of ep o [2003/01/09] ports/46904 ports-bugs new port: mail/vqregister o [2003/01/15] ports/47098 ports-bugs New port: Senken, a city simulation game o [2003/01/15] ports/47128 ports-bugs New port: hybserv (irc services for ircd- o [2003/01/18] ports/47189 ports-bugs New port: x11/chameleon o [2003/01/19] ports/47218 ports-bugs PostgreSQL client has problems when libbi o [2003/01/29] ports/47651 ports-bugs unPERLify ports/audio o [2003/01/29] ports/47654 ports-bugs unPERLify ports/biology o [2003/01/29] ports/47656 ports-bugs unPERLify ports/comms f [2003/02/03] ports/47862 ports-bugs Maintainer update: databases/mysql-gui (b o [2003/02/04] ports/47904 ports-bugs drweb - cron example don't work o [2003/02/08] ports/48097 ports-bugs Manual for graphics/camediaplay falsely d f [2003/02/09] ports/48115 ports-bugs Update port: math/abs o [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/13] ports/48235 ports-bugs New Port: anomy mail sanitizer - removing o [2003/02/13] ports/48247 ports-bugs unPERLify ports/deskutils o [2003/02/13] ports/48248 ports-bugs unPERLify ports/editors o [2003/02/13] ports/48253 ports-bugs unPERLify ports/devel f [2003/02/13] ports/48257 ports-bugs New Port: portdowngrade: a tool to set a o [2003/03/01] ports/48813 ports-bugs New port: print/foomatic-filters o [2003/03/02] ports/48832 ports-bugs New port: print/foomatic-db-hpijs o [2003/03/04] ports/48913 ports-bugs vtk does not compile with nvidia-drivers o [2003/03/07] ports/49002 ports-bugs fix duplicated categories on a 34 slave p o [2003/03/17] ports/50068 ports-bugs New port: sybase_ase (Sybase ASE RDBMS) f [2003/03/20] ports/50140 ports-bugs [patch] fix plist devel/linux_devtools (a o [2003/03/20] ports/50142 ports-bugs misc/compat4x broken o [2003/03/23] ports/50230 ports-bugs grail don't work with Python 2.x. a [2003/03/26] ports/50313 ports-bugs Upgrade emulators/linux_base's glibc o [2003/03/31] ports/50473 ports-bugs amavis-perl is no longer supported (super o [2003/03/31] ports/50476 ports-bugs New port: math/libmath++ o [2003/03/31] ports/50478 ports-bugs New port: games/monopd o [2003/04/08] bin/50724 ports-bugs [PATCH] pkg_fetch saves full filename o [2003/04/10] ports/50775 ports-bugs axel port failes to build o [2003/04/11] ports/50840 ports-bugs mail/squirrelmail - Port Docs in wrong lo f [2003/04/12] ports/50888 ports-bugs Updated fetchyahoo port, like fetchmail f f [2003/04/13] ports/50914 ports-bugs Port update: editors/fte o [2003/04/14] ports/50965 ports-bugs www/linux-flashplugin update to 6.0r79 o [2003/04/15] ports/50992 ports-bugs ports-bug: devel/kprof o [2003/04/15] ports/51005 ports-bugs New port of native window decoration for o [2003/04/15] ports/51013 ports-bugs New Port: avidemux2 o [2003/04/16] ports/51036 ports-bugs New port: sysutils/clockspeed-conf - Supe o [2003/04/17] ports/51087 ports-bugs spamass-milter can not be built with send o [2003/04/20] ports/51197 ports-bugs New Port: rendezvous (Apple's ZeroConf im o [2003/04/21] ports/51214 ports-bugs New port: www/zope-localizer o [2003/04/21] ports/51215 ports-bugs New port: www/zope-translationservice o [2003/04/27] ports/51456 ports-bugs new port: opencm o [2003/04/30] ports/51631 ports-bugs New port: hungarian/complexjogtar - Hunga o [2003/05/04] ports/51760 ports-bugs Change-request: mail/tmda (ACTION_AUTO_RE o [2003/05/05] ports/51819 ports-bugs New port: Provides a static mod_perl with o [2003/05/09] ports/52006 ports-bugs rsync fails with protocol problems o [2003/05/09] ports/52016 ports-bugs New port: lang/harbour - A Clipper-compat o [2003/05/10] ports/52037 ports-bugs port multimedia/avifile fails to build (I f [2003/05/12] ports/52113 ports-bugs mpg123 fails to play o [2003/05/12] ports/52125 ports-bugs New port: The devel branch of the ion win f [2003/05/12] ports/52130 ports-bugs New Port: sysutils/klineakconfig configur o [2003/05/12] ports/52132 ports-bugs New port: audio/prokyon3 Really nice mp3- o [2003/05/13] ports/52159 ports-bugs updates to pr:ports/52130 and pr:ports/52 f [2003/05/17] ports/52380 ports-bugs Configure problem in libggi f [2003/05/18] ports/52393 ports-bugs New port: py-sourceview is a Python wrapp o [2003/05/24] ports/52653 ports-bugs ports/net/gnu-radius no longer compatible o [2003/05/24] ports/52659 ports-bugs New port: news/xvnews Open Look-based new o [2003/05/28] ports/52747 ports-bugs port update - mail/p5-Mail-Ezmlm o [2003/05/29] ports/52794 ports-bugs Xmaxima cannot start o [2003/05/29] ports/52796 ports-bugs devel/apr is compiled without threads sup o [2003/05/30] ports/52811 ports-bugs [PATCH] net/unison: install documentation o [2003/06/02] ports/52857 ports-bugs New port: Scan detection and blocking dae o [2003/06/02] ports/52873 ports-bugs New port: kcmpureftpd, a PureFTP control f [2003/06/02] ports/52877 ports-bugs Non-Maintainer-Update: mail/postfix add s o [2003/06/04] ports/52923 ports-bugs New port: f-prot - the F-Prot virus scann o [2003/06/04] ports/52941 ports-bugs security/poc card-terminal problems o [2003/06/07] ports/53019 ports-bugs New Port: kvirc3 a irc client based on o [2003/06/09] ports/53080 ports-bugs ARJ archiver with Russian localization o [2003/06/11] ports/53193 ports-bugs [Patch] unbroke port: math/simpack fix co o [2003/06/11] ports/53206 ports-bugs Patch updates x11-wm/pekwm to version 0.1 f [2003/06/13] ports/53281 ports-bugs New port for LDAP servers access and KAdd f [2003/06/14] ports/53321 ports-bugs Update: comms/plp o [2003/06/15] ports/53346 ports-bugs xmms volume bar error o [2003/06/18] ports/53444 ports-bugs new port comms/hamfax - sending and recei o [2003/06/20] ports/53558 ports-bugs new port of Gerrit Pape's runit package o [2003/06/21] ports/53588 ports-bugs [PATCH] devel/ac-archive: update to 0.5.5 o [2003/06/23] ports/53636 ports-bugs Suggestion for rc.d style startup scripts o [2003/06/23] ports/53662 ports-bugs [CHANGE-REQUEST] Patch textproc/xlhtml so o [2003/06/24] ports/53671 ports-bugs NEW PORT: rude/crude UDP traffic generato o [2003/06/24] ports/53702 ports-bugs Port upgrade: devel/directfb o [2003/06/25] ports/53740 ports-bugs New port: Fluka - Linux Monte Carlo simul f [2003/06/25] ports/53746 ports-bugs New port: graphics/imgseek f [2003/06/26] ports/53793 ports-bugs New port for sebeksniff o [2003/06/28] ports/53877 ports-bugs p5-Data-FormValidator can be updated o [2003/06/30] ports/53923 ports-bugs New Port: Sipsak is a SIP test command li o [2003/07/01] ports/53981 ports-bugs New Port: k3b 0.8.1, a kde cd recording g o [2003/07/01] ports/53983 ports-bugs New port: Zope Extensible User Folder o [2003/07/01] ports/53997 ports-bugs update py-psycopg from 1.0.13 to 1.1.5.1 o [2003/07/03] ports/54059 ports-bugs New port: psycopg database adapter for zo o [2003/07/03] ports/54060 ports-bugs new port devel/aegis o [2003/07/03] ports/54079 ports-bugs New port: Formulator for Zope f [2003/07/03] ports/54080 ports-bugs Update port mail/minimalist to the latest o [2003/07/04] ports/54095 ports-bugs New port: ParsedXML for Zope o [2003/07/04] ports/54096 ports-bugs Plone port bundled formulator conflicts w f [2003/07/04] ports/54105 ports-bugs New port submission o [2003/07/06] ports/54146 ports-bugs UPDATE: www/eddie - fix build with Erlang o [2003/07/06] ports/54149 ports-bugs [UPDATE] net/rdesktop-devel: Add RDP5 sup o [2003/07/07] ports/54174 ports-bugs clean spaces behind variables out of port o [2003/07/09] ports/54251 ports-bugs [NEW PORT] www/zope-xmlwidgets: XMLWidget o [2003/07/09] ports/54271 ports-bugs New port: databases/pgbash o [2003/07/09] ports/54272 ports-bugs new port: misc/torrentsniff - BitTorrent o [2003/07/09] ports/54298 ports-bugs New port KVIrc 3.0.0 o [2003/07/10] ports/54335 ports-bugs new port: PPower4 - Post processor for PD o [2003/07/10] ports/54346 ports-bugs [NEW Port]:: x11/materm o [2003/07/10] ports/54352 ports-bugs Conversion rc.d scripts to RC_NG o [2003/07/11] ports/54372 ports-bugs new port: FoilTeX - a collection of LaTeX f [2003/07/11] ports/54408 ports-bugs [new port] ftp/prozgui o [2003/07/12] ports/54414 ports-bugs New port: Dasher -- text entry system (fo o [2003/07/16] ports/54550 ports-bugs [NEW PORT] www/zope-FileSystemSite: Enabl o [2003/07/16] ports/54553 ports-bugs New port: Growspd displays growth rate of o [2003/07/16] ports/54557 ports-bugs [NEW PORT] security/gnutls-devel: develop o [2003/07/18] ports/54617 ports-bugs New port: lang/freetxl s [2003/07/18] ports/54624 ports-bugs Update: net/gtk-gnutella o [2003/07/19] ports/54636 ports-bugs misc/gtktalog: Remove PERL dependancy and o [2003/07/20] ports/54650 ports-bugs new port submission - misc/zidrav - file o [2003/07/21] ports/54732 ports-bugs New port: mod_auth_pam2 (mod_auth_pam for o [2003/07/24] ports/54811 ports-bugs ports/japanese/kappa20 maintainer update+ o [2003/07/24] ports/54812 ports-bugs New Port par2cmdline for verify/creation/ o [2003/07/24] ports/54814 ports-bugs New port: hungarian/hunspell version 0.9. o [2003/07/25] ports/54837 ports-bugs minor update to net/cdpd o [2003/07/25] ports/54841 ports-bugs Checksum mismatch on Linux-Realplayer por o [2003/07/25] ports/54857 ports-bugs mod_perl2 does not activate module in the f [2003/07/27] ports/54926 ports-bugs [PATCH] graphics/ImageMagick: enable choo o [2003/07/28] ports/54984 ports-bugs New port: mail/postfixadmin 2G o [2003/10/11] ports/57876 ports-bugs new port:graphics/cinepaint o [2003/10/11] ports/57877 ports-bugs Update port: mail/mailman add option for f [2003/10/11] ports/57880 ports-bugs [patch]update irc/ircd-hybrid to 6.4.1 o [2003/10/12] ports/57885 ports-bugs New port: devel/agide o [2003/10/12] ports/57902 ports-bugs New port: bbsmount - graphical disk mount o [2003/10/12] ports/57913 ports-bugs quagga port needs to be updated to refer o [2003/10/12] ports/57927 ports-bugs Fix port: www/udmsearch o [2003/10/12] ports/57930 ports-bugs [patch] sysutils/xmbmon: enable ADM9240 h o [2003/10/12] ports/57932 ports-bugs Update port: devel/cvsadmin (dumps core) o [2003/10/13] ports/57937 ports-bugs fix cups-base package install, take maint o [2003/10/13] ports/57938 ports-bugs make cups-lpr installation more plug'n'pl o [2003/10/13] ports/57941 ports-bugs [patch] comms/libticables: fix build on n o [2003/10/13] ports/57943 ports-bugs isc-dhcp3 port broken with lots of interf o [2003/10/14] ports/57992 ports-bugs [PATCH] Utilize %%DOCSDIR%% macro o [2003/10/14] ports/58002 ports-bugs [patch] net/dcgui-0.2.19: fix for "Can't o [2003/10/14] ports/58009 ports-bugs [MAINTAINER] lang/pike74: update to 7.4.3 o [2003/10/14] ports/58010 ports-bugs [MAINTAINER] www/caudium-devel: update to o [2003/10/14] ports/58014 ports-bugs [MAINTAINER] devel/mico: update to 2.3.11 o [2003/10/14] ports/58015 ports-bugs [NEW PORT] www/apache-forrest: A tool for o [2003/10/14] ports/58025 ports-bugs [New port] x11/xterm: xterm built with 88 o [2003/10/14] ports/58026 ports-bugs [maintainer-update] update ports/x11-tool o [2003/10/14] ports/58032 ports-bugs New Port: liblingoteach o [2003/10/14] ports/58034 ports-bugs french/facturier: upgrading to 2.1.1. o [2003/10/14] ports/58041 ports-bugs port math/R-letter: does not conform with o [2003/10/14] ports/58050 ports-bugs New Port: textproc/p5-Filter-Simple 0.97 o [2003/10/14] ports/58051 ports-bugs New port: chinese/cdrtools o [2003/10/14] ports/58052 ports-bugs New port: chinese/chm2html o [2003/10/14] ports/58053 ports-bugs New port: chinese/ftpd o [2003/10/14] ports/58054 ports-bugs New port: chinese/kcdict o [2003/10/14] ports/58055 ports-bugs New port: chinese/ls o [2003/10/14] ports/58057 ports-bugs New port: chinese/unzip o [2003/10/15] ports/58061 ports-bugs [maintainer] fix number of net/zabbix iss o [2003/10/15] ports/58064 ports-bugs Update port graphics/pstoedit to compile o [2003/10/15] ports/58080 ports-bugs Update port: archivers/p5-Archive-Tar o [2003/10/15] ports/58085 ports-bugs New Port: S.M.A.R.T. disk monitoring tool o [2003/10/15] ports/58091 ports-bugs deskutils/kronolith: location of htpasswd o [2003/10/15] ports/58100 ports-bugs update ports/textproc/p5-Text-Shellwords o [2003/10/15] ports/58102 ports-bugs Update port: lang/sisc to 1.8.5 o [2003/10/15] ports/58106 ports-bugs [maintainer-update] update ports/textproc o [2003/10/16] ports/58108 ports-bugs Update port: textproc/xhtml-1.1 (use xmlc o [2003/10/16] ports/58110 ports-bugs [maintainer-update] update ports/x11-tool o [2003/10/16] ports/58113 ports-bugs [maintainer-update] update ports/games/as o [2003/10/16] ports/58114 ports-bugs [maintainer update] Unbreak games/jfk o [2003/10/16] ports/58115 ports-bugs courier and pf, both want UID=62 fix eith o [2003/10/16] ports/58121 ports-bugs [new-port] Add ports/devel/openthreads o [2003/10/16] ports/58127 ports-bugs Update port: editors/poedit to 1.2.3 o [2003/10/16] ports/58129 ports-bugs Update port: graphics/showimg to 0.8.0 o [2003/10/16] ports/58130 ports-bugs maintainer patch for biology/nab/Makefile o [2003/10/16] ports/58137 ports-bugs Update port: sysutils/xfce4-battery-plugi o [2003/10/16] ports/58138 ports-bugs Update port: games/amy o [2003/10/16] ports/58141 ports-bugs New port: A tripwire like programme which o [2003/10/16] ports/58142 ports-bugs science/mpb shouldn't libdepend on math/b o [2003/10/17] ports/58162 ports-bugs [maintainer-update] Update ports/graphics o [2003/10/17] ports/58165 ports-bugs [japanese/samba] smb.conf.5.html has many o [2003/10/17] ports/58166 ports-bugs Replce lib/perl5 stuffs to SITE_PERL for o [2003/10/17] ports/58170 ports-bugs [maintainer-update] update ports/net/amsn o [2003/10/17] ports/58171 ports-bugs [maintainer-update] update ports/graphics o [2003/10/17] ports/58172 ports-bugs Fix-up of GPSMan for tk84 o [2003/10/17] ports/58174 ports-bugs [maintainer update] update emulators/dosb o [2003/10/17] ports/58176 ports-bugs Resurrect port x11-toolkits/xview o [2003/10/17] ports/58177 ports-bugs fix x11-toolkits/xview-clients o [2003/10/17] ports/58178 ports-bugs Clean some ports out of CAD o [2003/10/17] ports/58179 ports-bugs [maintainer-update] update ports/www/xist o [2003/10/17] ports/58181 ports-bugs New port: chinese/wenju o [2003/10/17] ports/58186 ports-bugs New port: databases/qdbm (quick database o [2003/10/18] ports/58196 ports-bugs update ports/net/p5-Net-IPv6Addr to 0.2 o [2003/10/18] ports/58198 ports-bugs Maintainer update: cc65 port to version 2 o [2003/10/18] ports/58199 ports-bugs net/kopete: it is not possible to build k o [2003/10/18] ports/58200 ports-bugs [maintainer update] ftp/bsdftpd-ssl: bsdf f [2003/10/18] ports/58203 ports-bugs New port: mail/kshowmail o [2003/10/18] ports/58204 ports-bugs [maintainer update] x11-toolkits/gnocl o [2003/10/18] ports/58205 ports-bugs new ports: textproc/p5-Text-MagicTemplate o [2003/10/18] ports/58207 ports-bugs New port: www/p5-HTML-TableTiler o [2003/10/18] ports/58208 ports-bugs New port: www/p5-HTML-MagicTemplate o [2003/10/18] ports/58216 ports-bugs Update port: audio/sdl_sound to 1.0.1 o [2003/10/18] ports/58217 ports-bugs Update port: deskutils/genius to 0.5.6 o [2003/10/18] ports/58222 ports-bugs Update port: japanese/skkfep o [2003/10/18] ports/58223 ports-bugs Update port: math/rascal o [2003/10/18] ports/58226 ports-bugs [patch] ftp/kwebget: unbreak on 5.x o [2003/10/18] ports/58233 ports-bugs Update port: textproc/p5-XML-Writer o [2003/10/18] ports/58234 ports-bugs Slow memory allocation in python on 5.1-C o [2003/10/19] ports/58238 ports-bugs cad/cider: don't link with readline o [2003/10/19] ports/58239 ports-bugs [Maintainer Fix] lang/qscheme o [2003/10/19] ports/58246 ports-bugs Update graphics/gqview-devel to 1.3.2 o [2003/10/19] ports/58249 ports-bugs [new port] www/mod_ntlm: Implements NTLM o [2003/10/19] ports/58250 ports-bugs [new port] www/mod_ntlm2: Implements NTLM o [2003/10/19] ports/58251 ports-bugs [new port] www/mod_vdbh: Allows mass virt o [2003/10/19] ports/58252 ports-bugs [new port] www/mod_mya: Allows basic auth o [2003/10/19] ports/58253 ports-bugs [new port] www/mod_limitipconn: Allows yo o [2003/10/19] ports/58254 ports-bugs [new port] www/mod_limitipconn2: Allows y o [2003/10/19] ports/58255 ports-bugs [new port] www/mod_clamav: Scans content o [2003/10/19] ports/58256 ports-bugs [new port] www/mod_cfg_ldap: Allows you t o [2003/10/19] ports/58257 ports-bugs port update : net/pure-ftpd o [2003/10/19] ports/58259 ports-bugs Fix port: devel/libukcprog o [2003/10/19] ports/58260 ports-bugs New Port: print/lilypond-devel o [2003/10/19] ports/58263 ports-bugs New port: misc/sonytv o [2003/10/19] ports/58266 ports-bugs Update port: net/gtk-gnutella to 0.92.1 o [2003/10/19] ports/58267 ports-bugs Update port: www/wiliki (broken on alpha o [2003/10/19] ports/58268 ports-bugs ports with a wrong PKGORIGIN o [2003/10/20] ports/58271 ports-bugs Maintainer update: net/adasockets o [2003/10/20] ports/58273 ports-bugs Update japanese/mozilla-jlp o [2003/10/20] ports/58274 ports-bugs [maintainer-update] security/clamav-devel o [2003/10/20] ports/58275 ports-bugs make package failure for mozilla-firebird o [2003/10/20] ports/58276 ports-bugs Update port: devel/global to 4.6.1 o [2003/10/20] ports/58278 ports-bugs [MAINTAINER] ports net/openldap2[012]-ser o [2003/10/20] ports/58280 ports-bugs [NEW PORT] mail/ja-squirrelmail: A webmai o [2003/10/20] ports/58281 ports-bugs maintainer update to www/bozohttpd to ver o [2003/10/20] ports/58283 ports-bugs [PATCH, SECURITY] port mail/fetchmail: up o [2003/10/20] ports/58288 ports-bugs maintainer update: www/mod_perl2 -> 1.99r o [2003/10/20] ports/58289 ports-bugs httrack-3.20-2 port fail with Floating po 429 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 11:33:23 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D97B216A4B3 for ; Mon, 20 Oct 2003 11:33:23 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDFEA43FCB for ; Mon, 20 Oct 2003 11:33:22 -0700 (PDT) (envelope-from dmctavish@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id <4CQ6NTTW>; Mon, 20 Oct 2003 14:33:18 -0400 Message-ID: From: David McTavish To: "'sysadmin@alexdupre.com'" Date: Mon, 20 Oct 2003 14:33:12 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" cc: "'ports@FreeBSD.org'" Subject: FreeBSD Port: mysql-client-4.0.15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 18:33:24 -0000 Hi Alex, I'm trying to create a FreeBSD package for the mysql40 client and server, but am getting the following error: ===> mysql-server-4.0.15 is marked as broken: unknown LIBTOOL version: . ===> mysql-client-4.0.15 is marked as broken: unknown LIBTOOL version: . I've installed with both libtool-1.4.3_2 and libtool-1.3.5_1 to no avail. Any ideas on what I may be doing wrong? Thanks, David McTavish From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 13:01:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A0916A4B3; Mon, 20 Oct 2003 13:01:31 -0700 (PDT) Received: from anna.ana.com (anna.ana.com [69.1.76.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 471A343F75; Mon, 20 Oct 2003 13:01:31 -0700 (PDT) (envelope-from eps@anna.ana.com) Received: (from eps@localhost) by anna.ana.com (8.12.8/8.12.8) id h9KKAdJi004453; Mon, 20 Oct 2003 13:10:39 -0700 (PDT) Date: Mon, 20 Oct 2003 13:10:39 -0700 (PDT) Message-Id: <200310202010.h9KKAdJi004453@anna.ana.com> From: "Eric P. Scott" To: Joe Marcus Clarke cc: ports@FreeBSD.org Subject: Re: RFC: What to do with Mozilla X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 20:01:31 -0000 If you look at http://www.mozilla.org/releases/ you'll see: End-users are encouraged to use our latest stable[1] build. [1] http://www.mozilla.org/releases/stable.html That page will tell you Mozilla 1.4.1 (not 1.5) is appropriate today. Here's a nice diagram illustrating the different branches: http://www.mozilla.org/roadmap.html -=EPS=- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 13:02:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14FA016A4B3 for ; Mon, 20 Oct 2003 13:02:15 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 4DB8F43F85 for ; Mon, 20 Oct 2003 13:02:14 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 16598 invoked by uid 1252); 20 Oct 2003 20:02:13 -0000 Date: 20 Oct 2003 16:02:13 -0400 Date: Mon, 20 Oct 2003 16:02:13 -0400 From: Adam Weinberger To: Q Message-ID: <20031020200213.GZ96543@toxic.magnesium.net> References: <1066664451.37277.45.camel@boxster.onthenet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1066664451.37277.45.camel@boxster.onthenet.com.au> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: Seeking committer to sponsor the port for my NVIDIA nForce network device driver. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 20:02:15 -0000 >> (10.20.2003 @ 1140 PST): Q said, in 1.2K: << > As it says in the subject, I am seeking someone to sponsor my device > driver port. The driver source and a prepared port are available from my > website http://www.onthenet.com.au/~q/nvnet > > The driver is at the point where it's stable and doesn't need frequent > updates, and the port I have written for it is what I have been using to > build the packages for download. It would probably only need a couple of > minor changes to be committed (I hope) > > If someone is willing to take this on it would be much appreciated. > Please email me offline as I am not subscribed to the list. >> end of "Seeking committer to sponsor the port for my NVIDIA nForce network device driver." from Q << If you have a port of this ready, please send-pr(1) the port as outlined in http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-submitting.html # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 13:08:38 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8125D16A4B3 for ; Mon, 20 Oct 2003 13:08:38 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 727E043F3F for ; Mon, 20 Oct 2003 13:08:37 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h9KK7YMN094216; Mon, 20 Oct 2003 16:07:35 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: "Eric P. Scott" In-Reply-To: <200310202010.h9KKAdJi004453@anna.ana.com> References: <200310202010.h9KKAdJi004453@anna.ana.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BXrGZi27ZJ7Dzduf6xTC" Organization: FreeBSD, Inc. Message-Id: <1066680514.753.33.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 20 Oct 2003 16:08:34 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: ports@FreeBSD.org Subject: Re: RFC: What to do with Mozilla X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 20:08:38 -0000 --=-BXrGZi27ZJ7Dzduf6xTC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-10-20 at 16:10, Eric P. Scott wrote: > If you look at >=20 > http://www.mozilla.org/releases/ >=20 > you'll see: >=20 > End-users are encouraged to use our latest stable[1] build. >=20 > [1] http://www.mozilla.org/releases/stable.html >=20 > That page will tell you Mozilla 1.4.1 (not 1.5) is appropriate > today. Here's a nice diagram illustrating the different > branches: That may be, but the Mozilla.org homepage doesn't mention 1.4.1 at all, and includes 1.5 in a number of places. Plus, Mozilla will start shipping CDs with 1.5 on them. Seems to me, they are encouraging users to go with 1.5. Joe >=20 > http://www.mozilla.org/roadmap.html >=20 > -=3DEPS=3D- --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-BXrGZi27ZJ7Dzduf6xTC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/lEDCb2iPiv4Uz4cRArVpAJ0UWEhWTwqwAEZxnpsvNZIn2bo49QCZAY7t Ahkf67djarVTFsi9k7B2iMI= =hRsF -----END PGP SIGNATURE----- --=-BXrGZi27ZJ7Dzduf6xTC-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 19:08:43 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3648E16A4BF; Mon, 20 Oct 2003 19:08:43 -0700 (PDT) Received: from fed1mtao02.cox.net (fed1mtao02.cox.net [68.6.19.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F4ED43FBD; Mon, 20 Oct 2003 19:08:42 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao02.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031021020838.PMMY27579.fed1mtao02.cox.net@daemon.g-e-e-k.net>; Mon, 20 Oct 2003 22:08:38 -0400 Date: Mon, 20 Oct 2003 19:07:03 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: Adam Weinberger In-Reply-To: <20031015043337.GY96543@toxic.magnesium.net> Message-ID: <20031020190540.O268@daemon.g-e-e-k.net> References: <20031014211406.I472@daemon.g-e-e-k.net> <20031014212249.J495@daemon.g-e-e-k.net> <20031015043337.GY96543@toxic.magnesium.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Ports Mail list cc: Steve Wingate Subject: Re: Abiword & resizing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 02:08:43 -0000 On Tue, 15 Oct 2003, Adam Weinberger wrote: > Wait, you have a fix for this? What is it? > > # Adam > I can resize it; I just can't go smaller than 100x100 or less than 100 pixels in either direction. +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Mon Oct 20 19:00:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 7:00PM up 41 days, 11:32, 4 users, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 19:25:13 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E56716A4B3 for ; Mon, 20 Oct 2003 19:25:13 -0700 (PDT) Received: from fed1mtao06.cox.net (fed1mtao06.cox.net [68.6.19.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E8C343F75 for ; Mon, 20 Oct 2003 19:25:12 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031021022509.TYXJ8365.fed1mtao06.cox.net@daemon.g-e-e-k.net> for ; Mon, 20 Oct 2003 22:25:09 -0400 Date: Mon, 20 Oct 2003 19:23:36 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: FreeBSD Ports Mail list Message-ID: <20031020192249.W2583@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: atk port checksum mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 02:25:13 -0000 The port devel/atk has a checksum mismatch. Can someone fix this? >> Checksum mismatch for gnome2/atk-1.4.1.tar.bz2. ===> Refetch for 1 more times files: gnome2/atk-1.4.1.tar.bz2 >> atk-1.4.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. >> Attempting to fetch from http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/. fetch: atk-1.4.1.tar.bz2: local modification time does not match remote >> Attempting to fetch from ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/sources/atk/1.4/. fetch: atk-1.4.1.tar.bz2: local modification time does not match remote >> Attempting to fetch from http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/atk/1.4/. fetch: atk-1.4.1.tar.bz2: local modification time does not match remote >> Attempting to fetch from http://public.planetmirror.com/pub/GNOME/sources/atk/1.4/. fetch: atk-1.4.1.tar.bz2: local modification time does not match remote >> Attempting to fetch from ftp://ftp.dit.upm.es/linux/gnome/sources/atk/1.4/. >> Checksum mismatch for gnome2/atk-1.4.1.tar.bz2. ===> Giving up on fetching files: gnome2/atk-1.4.1.tar.bz2 Make sure the Makefile and distinfo file (/usr/ports/devel/atk/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/devel/atk. *** Error code 1 Stop in /usr/ports/devel/atk. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade2589.5 make** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! devel/atk (atk-1.4.1) (checksum mismatch) +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Mon Oct 20 19:20:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 7:20PM up 41 days, 11:52, 3 users, load averages: 0.06, 0.04, 0.01 +---------------------------------------------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 20:01:10 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28F8116A4B3 for ; Mon, 20 Oct 2003 20:01:10 -0700 (PDT) Received: from little-jim.newcastle.edu.au (little-jim.newcastle.edu.au [134.148.24.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id F349843F85 for ; Mon, 20 Oct 2003 20:01:08 -0700 (PDT) (envelope-from samuel.lawrance@studentmail.newcastle.edu.au) Received: from CONVERSION-DAEMON.mx.newcastle.edu.au by mx.newcastle.edu.au (PMDF V6.2-X17 #30731) id <0HN30040171SHG@mx.newcastle.edu.au> for freebsd-ports@freebsd.org; Tue, 21 Oct 2003 13:01:04 +1000 (EST) Received: from banerjee ([134.148.4.49]) by mx.newcastle.edu.au (PMDF V6.2-X17 #30731) with ESMTP id <0HN3003A671RYB@mx.newcastle.edu.au>; Tue, 21 Oct 2003 13:01:03 +1000 (EST) Received: from studentmail.newcastle.edu.au (localhost [127.0.0.1]) by banerjee.newcastle.edu.au (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <0HN300GMG70J58@banerjee.newcastle.edu.au>; Tue, 21 Oct 2003 13:00:19 +1000 (EST) Received: from [134.148.20.33] by banerjee.newcastle.edu.au (mshttpd); Tue, 21 Oct 2003 13:00:19 +1000 Date: Tue, 21 Oct 2003 13:00:19 +1000 From: SAMUEL ISAAC LAWRANCE To: Steve Wingate Message-id: MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.10 (built Jan 23 2003) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal cc: FreeBSD Ports Mail list Subject: Re: atk port checksum mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 03:01:10 -0000 Delete the distfile and try again. ----- Original Message ----- From: Steve Wingate Date: Tuesday, October 21, 2003 12:23 pm Subject: atk port checksum mismatch > The port devel/atk has a checksum mismatch. Can someone fix this? > > >> Checksum mismatch for gnome2/atk-1.4.1.tar.bz2. > ===> Refetch for 1 more times files: gnome2/atk-1.4.1.tar.bz2 > >> atk-1.4.1.tar.bz2 doesn't seem to exist in > /usr/ports/distfiles/gnome2.>> Attempting to fetch from > http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/. > fetch: atk-1.4.1.tar.bz2: local modification time does not match > remote From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 20:03:51 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4DBD16A4B3 for ; Mon, 20 Oct 2003 20:03:51 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 610F243F85 for ; Mon, 20 Oct 2003 20:03:50 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h9L32kMN097094; Mon, 20 Oct 2003 23:02:46 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Wingate In-Reply-To: <20031020192249.W2583@daemon.g-e-e-k.net> References: <20031020192249.W2583@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ZnvmLU2Zne0XoTLoHwS6" Organization: MarcusCom, Inc. Message-Id: <1066705426.38345.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 20 Oct 2003 23:03:46 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: FreeBSD Ports Mail list Subject: Re: atk port checksum mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 03:03:51 -0000 X-List-Received-Date: Tue, 21 Oct 2003 03:03:51 -0000 --=-ZnvmLU2Zne0XoTLoHwS6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-10-20 at 22:23, Steve Wingate wrote: > The port devel/atk has a checksum mismatch. Can someone fix this? It's been fixed for a few hours now. You need to do a make distclean as the distfile was re-rolled. Joe >=20 > >> Checksum mismatch for gnome2/atk-1.4.1.tar.bz2. > =3D=3D=3D> Refetch for 1 more times files: gnome2/atk-1.4.1.tar.bz2 > >> atk-1.4.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2= . > >> Attempting to fetch from > http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/. > fetch: atk-1.4.1.tar.bz2: local modification time does not match remote > >> Attempting to fetch from > ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/sources/atk/1.4/. > fetch: atk-1.4.1.tar.bz2: local modification time does not match remote > >> Attempting to fetch from > http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/atk/1.4/. > fetch: atk-1.4.1.tar.bz2: local modification time does not match remote > >> Attempting to fetch from > http://public.planetmirror.com/pub/GNOME/sources/atk/1.4/. > fetch: atk-1.4.1.tar.bz2: local modification time does not match remote > >> Attempting to fetch from > ftp://ftp.dit.upm.es/linux/gnome/sources/atk/1.4/. > >> Checksum mismatch for gnome2/atk-1.4.1.tar.bz2. > =3D=3D=3D> Giving up on fetching files: gnome2/atk-1.4.1.tar.bz2 > Make sure the Makefile and distinfo file (/usr/ports/devel/atk/distinfo) > are up to date. If you are absolutely sure you want to override this > check, type "make NO_CHECKSUM=3Dyes [other args]". > *** Error code 1 >=20 > Stop in /usr/ports/devel/atk. > *** Error code 1 >=20 > Stop in /usr/ports/devel/atk. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade2589.5 make** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! devel/atk (atk-1.4.1) (checksum mismatch) >=20 >=20 >=20 > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Mon Oct 20 19:20:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > | 7:20PM up 41 days, 11:52, 3 users, load averages: 0.06, 0.04, 0.01 > +---------------------------------------------------------------------+ > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ZnvmLU2Zne0XoTLoHwS6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/lKISb2iPiv4Uz4cRAoSKAJ9Yi1HB/dbF+KcJw9ARhGcV1gOIQQCeOUOU VfQD3TEt9GLQBwPDTJkxK3I= =q4wk -----END PGP SIGNATURE----- --=-ZnvmLU2Zne0XoTLoHwS6-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 20:04:09 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC1F16A4B3; Mon, 20 Oct 2003 20:04:09 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BD7F43F75; Mon, 20 Oct 2003 20:04:08 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h9L335MN097099; Mon, 20 Oct 2003 23:03:05 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Wingate In-Reply-To: <20031020190540.O268@daemon.g-e-e-k.net> References: <20031014211406.I472@daemon.g-e-e-k.net> <20031014212249.J495@daemon.g-e-e-k.net> <20031015043337.GY96543@toxic.magnesium.net> <20031020190540.O268@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-urqW8CXO796lmDnVWUjB" Organization: MarcusCom, Inc. Message-Id: <1066705445.38345.16.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 20 Oct 2003 23:04:05 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: FreeBSD Ports Mail list Subject: Re: Abiword & resizing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 03:04:09 -0000 --=-urqW8CXO796lmDnVWUjB Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-10-20 at 22:07, Steve Wingate wrote: > On Tue, 15 Oct 2003, Adam Weinberger wrote: >=20 > > Wait, you have a fix for this? What is it? > > > > # Adam > > >=20 > I can resize it; I just can't go smaller than 100x100 or less than 100 > pixels in either direction. I believe this is a known bug that the AbiWord and Fluxbox people are working on. Joe >=20 >=20 > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Mon Oct 20 19:00:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > | 7:00PM up 41 days, 11:32, 4 users, load averages: 0.00, 0.00, 0.00 > +---------------------------------------------------------------------+ > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-urqW8CXO796lmDnVWUjB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/lKIlb2iPiv4Uz4cRAnvbAJ406JMemGetXzvt0E7BwfBvmUmjAACfXwTZ upPicHulAN7evv9vbcSlLas= =1KWU -----END PGP SIGNATURE----- --=-urqW8CXO796lmDnVWUjB-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 20:11:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BDB16A4B3 for ; Mon, 20 Oct 2003 20:11:35 -0700 (PDT) Received: from web41102.mail.yahoo.com (web41102.mail.yahoo.com [66.218.93.18]) by mx1.FreeBSD.org (Postfix) with SMTP id F0DA843F3F for ; Mon, 20 Oct 2003 20:11:34 -0700 (PDT) (envelope-from scott@sremick.net) Message-ID: <20031021031134.68803.qmail@web41102.mail.yahoo.com> Received: from [24.48.174.58] by web41102.mail.yahoo.com via HTTP; Mon, 20 Oct 2003 20:11:34 PDT X-RocketYMMF: siremick Date: Mon, 20 Oct 2003 20:11:34 -0700 (PDT) From: "Scott I. Remick" To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1245265123-1066705894=:68747" Subject: torcs configure error on FreeBSD 5.1-RELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 03:11:35 -0000 --0-1245265123-1066705894=:68747 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Running FreeBSD 5.1-RELEASE here (all ports kept current) and trying to compile games/torcs but it's failing on configure: checking for main in -lGL... yes checking for main in -lGLU... yes checking for main in -lglut... no configure: error: Can't find libglut. Please check config.log and if you can't s olve the problem send the file to eric.espie@free.fr with the subject "torcs com pilation problem" ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/games/torcs/work/torcs-1.2.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/games/torcs. Attached is my config.log, as requested. ===== Scott I. Remick --==-- ICQ: 450152 Save the internet - Use a Mozilla-based browser: http://vtbsd.net/mozilla/ FreeBSD: Because making unix user-friendly is easier than debugging Windows. http://vtbsd.net/freebsd/ "Voici mon secret. Il est tres simple: on ne voit bien qu'avec le coeur. L'essentiel est invisible pour les yeux." Q: Because it reverses the logical flow of conversation. A: Why is putting a reply at the top of the message frowned upon? --0-1245265123-1066705894=:68747 Content-Type: application/octet-stream; name="config.log" Content-Transfer-Encoding: base64 Content-Description: config.log Content-Disposition: attachment; filename="config.log" VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBj b21waWxlcnMgd2hpbGUKcnVubmluZyBjb25maWd1cmUsIHRvIGFpZCBkZWJ1 Z2dpbmcgaWYgY29uZmlndXJlIG1ha2VzIGEgbWlzdGFrZS4KCmNvbmZpZ3Vy ZTo1NjQ6IGNoZWNraW5nIGZvciBhIEJTRCBjb21wYXRpYmxlIGluc3RhbGwK Y29uZmlndXJlOjYxNzogY2hlY2tpbmcgd2hldGhlciBidWlsZCBlbnZpcm9u bWVudCBpcyBzYW5lCmNvbmZpZ3VyZTo2NzQ6IGNoZWNraW5nIHdoZXRoZXIg Z21ha2Ugc2V0cyAke01BS0V9CmNvbmZpZ3VyZTo3MjA6IGNoZWNraW5nIGZv ciB3b3JraW5nIGFjbG9jYWwKY29uZmlndXJlOjczMzogY2hlY2tpbmcgZm9y IHdvcmtpbmcgYXV0b2NvbmYKY29uZmlndXJlOjc0NjogY2hlY2tpbmcgZm9y IHdvcmtpbmcgYXV0b21ha2UKY29uZmlndXJlOjc1OTogY2hlY2tpbmcgZm9y IHdvcmtpbmcgYXV0b2hlYWRlcgpjb25maWd1cmU6NzcyOiBjaGVja2luZyBm b3Igd29ya2luZyBtYWtlaW5mbwpjb25maWd1cmU6Nzg5OiBjaGVja2luZyBm b3IgZ2NjCmNvbmZpZ3VyZTo5MDI6IGNoZWNraW5nIHdoZXRoZXIgdGhlIEMg Y29tcGlsZXIgKGNjIC1PIC1waXBlIC1tYXJjaD1hdGhsb24gLUwvdXNyL2xv Y2FsL2xpYikgd29ya3MKY29uZmlndXJlOjkxODogY2MgLW8gY29uZnRlc3Qg LU8gLXBpcGUgLW1hcmNoPWF0aGxvbiAtSS91c3IvWDExUjYvaW5jbHVkZSAt SS91c3IvbG9jYWwvaW5jbHVkZSAgLUwvdXNyL2xvY2FsL2xpYiBjb25mdGVz dC5jICAxPiY1CmNvbmZpZ3VyZTo5NDQ6IGNoZWNraW5nIHdoZXRoZXIgdGhl IEMgY29tcGlsZXIgKGNjIC1PIC1waXBlIC1tYXJjaD1hdGhsb24gLUwvdXNy L2xvY2FsL2xpYikgaXMgYSBjcm9zcy1jb21waWxlcgpjb25maWd1cmU6OTQ5 OiBjaGVja2luZyB3aGV0aGVyIHdlIGFyZSB1c2luZyBHTlUgQwpjb25maWd1 cmU6OTU4OiBjYyAtRSBjb25mdGVzdC5jCmNvbmZpZ3VyZTo5Nzc6IGNoZWNr aW5nIHdoZXRoZXIgY2MgYWNjZXB0cyAtZwpjb25maWd1cmU6MTAwOTogY2hl Y2tpbmcgaG93IHRvIHJ1biB0aGUgQyBwcmVwcm9jZXNzb3IKY29uZmlndXJl OjEwMzA6IGNjIC1FIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1JL3Vzci9sb2Nh bC9pbmNsdWRlICBjb25mdGVzdC5jID4vZGV2L251bGwgMj5jb25mdGVzdC5v dXQKY29uZmlndXJlOjExMDI6IGNoZWNraW5nIGZvciBjKysKY29uZmlndXJl OjExMzQ6IGNoZWNraW5nIHdoZXRoZXIgdGhlIEMrKyBjb21waWxlciAoYysr IC1PIC1waXBlIC1tYXJjaD1hdGhsb24gLUwvdXNyL2xvY2FsL2xpYikgd29y a3MKY29uZmlndXJlOjExNTA6IGMrKyAtbyBjb25mdGVzdCAtTyAtcGlwZSAt bWFyY2g9YXRobG9uIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1JL3Vzci9sb2Nh bC9pbmNsdWRlICAtTC91c3IvbG9jYWwvbGliIGNvbmZ0ZXN0LkMgIDE+JjUK Y29uZmlndXJlOjExNzY6IGNoZWNraW5nIHdoZXRoZXIgdGhlIEMrKyBjb21w aWxlciAoYysrIC1PIC1waXBlIC1tYXJjaD1hdGhsb24gLUwvdXNyL2xvY2Fs L2xpYikgaXMgYSBjcm9zcy1jb21waWxlcgpjb25maWd1cmU6MTE4MTogY2hl Y2tpbmcgd2hldGhlciB3ZSBhcmUgdXNpbmcgR05VIEMrKwpjb25maWd1cmU6 MTE5MDogYysrIC1FIGNvbmZ0ZXN0LkMKY29uZmlndXJlOjEyMDk6IGNoZWNr aW5nIHdoZXRoZXIgYysrIGFjY2VwdHMgLWcKY29uZmlndXJlOjEyNDM6IGNo ZWNraW5nIGZvciByYW5saWIKY29uZmlndXJlOjEyODI6IGNoZWNraW5nIGZv ciBhIEJTRCBjb21wYXRpYmxlIGluc3RhbGwKY29uZmlndXJlOjEzMzY6IGNo ZWNraW5nIGhvdyB0byBydW4gdGhlIEMrKyBwcmVwcm9jZXNzb3IKY29uZmln dXJlOjEzNTQ6IGMrKyAtRSAtSS91c3IvWDExUjYvaW5jbHVkZSAtSS91c3Iv bG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuQyA+L2Rldi9udWxsIDI+Y29uZnRl c3Qub3V0CmNvbmZpZ3VyZToxMzc5OiBjaGVja2luZyBmb3IgQU5TSSBDIGhl YWRlciBmaWxlcwpjb25maWd1cmU6MTM5MjogYysrIC1FIC1JL3Vzci9YMTFS Ni9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlICBjb25mdGVzdC5DID4v ZGV2L251bGwgMj5jb25mdGVzdC5vdXQKY29uZmlndXJlOjE0NjI6IGMrKyAt byBjb25mdGVzdCAtTyAtcGlwZSAtbWFyY2g9YXRobG9uIC1JL3Vzci9YMTFS Ni9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlICAtTC91c3IvbG9jYWwv bGliIGNvbmZ0ZXN0LkMgIDE+JjUKY29uZmlndXJlOjE0ODc6IGNoZWNraW5n IGZvciB3b3JraW5nIGNvbnN0CmNvbmZpZ3VyZToxNTQxOiBjKysgLWMgLU8g LXBpcGUgLW1hcmNoPWF0aGxvbiAtSS91c3IvWDExUjYvaW5jbHVkZSAtSS91 c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuQyAxPiY1CmNvbmZpZ3VyZTog SW4gZnVuY3Rpb24gYGludCBtYWluKCknOgpjb25maWd1cmU6MTQ5NzogdW5p bml0aWFsaXplZCBjb25zdCBgeCcKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3Jh bSB3YXM6CiNsaW5lIDE0OTIgImNvbmZpZ3VyZSIKI2luY2x1ZGUgImNvbmZk ZWZzLmgiCgppbnQgbWFpbigpIHsKCi8qIFVsdHJpeCBtaXBzIGNjIHJlamVj dHMgdGhpcy4gICovCnR5cGVkZWYgaW50IGNoYXJzZXRbMl07IGNvbnN0IGNo YXJzZXQgeDsKLyogU3VuT1MgNC4xLjEgY2MgcmVqZWN0cyB0aGlzLiAgKi8K Y2hhciBjb25zdCAqY29uc3QgKmNjcDsKY2hhciAqKnA7Ci8qIE5FQyBTVlI0 LjAuMiBtaXBzIGNjIHJlamVjdHMgdGhpcy4gICovCnN0cnVjdCBwb2ludCB7 aW50IHgsIHk7fTsKc3RhdGljIHN0cnVjdCBwb2ludCBjb25zdCB6ZXJvID0g ezAsMH07Ci8qIEFJWCBYTCBDIDEuMDIuMC4wIHJlamVjdHMgdGhpcy4KICAg SXQgZG9lcyBub3QgbGV0IHlvdSBzdWJ0cmFjdCBvbmUgY29uc3QgWCogcG9p bnRlciBmcm9tIGFub3RoZXIgaW4gYW4gYXJtCiAgIG9mIGFuIGlmLWV4cHJl c3Npb24gd2hvc2UgaWYtcGFydCBpcyBub3QgYSBjb25zdGFudCBleHByZXNz aW9uICovCmNvbnN0IGNoYXIgKmcgPSAic3RyaW5nIjsKY2NwID0gJmcgKyAo ZyA/IGctZyA6IDApOwovKiBIUFVYIDcuMCBjYyByZWplY3RzIHRoZXNlLiAq LworK2NjcDsKcCA9IChjaGFyKiopIGNjcDsKY2NwID0gKGNoYXIgY29uc3Qg KmNvbnN0ICopIHA7CnsgLyogU0NPIDMuMnY0IGNjIHJlamVjdHMgdGhpcy4g ICovCiAgY2hhciAqdDsKICBjaGFyIGNvbnN0ICpzID0gMCA/IChjaGFyICop IDAgOiAoY2hhciBjb25zdCAqKSAwOwoKICAqdCsrID0gMDsKfQp7IC8qIFNv bWVvbmUgdGhpbmtzIHRoZSBTdW4gc3VwcG9zZWRseS1BTlNJIGNvbXBpbGVy IHdpbGwgcmVqZWN0IHRoaXMuICAqLwogIGludCB4W10gPSB7MjUsIDE3fTsK ICBjb25zdCBpbnQgKmZvbyA9ICZ4WzBdOwogICsrZm9vOwp9CnsgLyogU3Vu IFNDMS4wIEFOU0kgY29tcGlsZXIgcmVqZWN0cyB0aGlzIC0tIGJ1dCBub3Qg dGhlIGFib3ZlLiAqLwogIHR5cGVkZWYgY29uc3QgaW50ICppcHRyOwogIGlw dHIgcCA9IDA7CiAgKytwOwp9CnsgLyogQUlYIFhMIEMgMS4wMi4wLjAgcmVq ZWN0cyB0aGlzIHNheWluZwogICAgICJrLmMiLCBsaW5lIDIuMjc6IDE1MDYt MDI1IChTKSBPcGVyYW5kIG11c3QgYmUgYSBtb2RpZmlhYmxlIGx2YWx1ZS4g Ki8KICBzdHJ1Y3QgcyB7IGludCBqOyBjb25zdCBpbnQgKmFwWzNdOyB9Owog IHN0cnVjdCBzICpiOyBiLT5qID0gNTsKfQp7IC8qIFVMVFJJWC0zMiBWMy4x IChSZXYgOSkgdmNjIHJlamVjdHMgdGhpcyAqLwogIGNvbnN0IGludCBmb28g PSAxMDsKfQoKOyByZXR1cm4gMDsgfQpjb25maWd1cmU6MTU2MjogY2hlY2tp bmcgZm9yIGlubGluZQpjb25maWd1cmU6MTU3NjogYysrIC1jIC1PIC1waXBl IC1tYXJjaD1hdGhsb24gLUkvdXNyL1gxMVI2L2luY2x1ZGUgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgIGNvbmZ0ZXN0LkMgMT4mNQpjb25maWd1cmU6MTU3Mjog SVNPIEMrKyBmb3JiaWRzIGRlY2xhcmF0aW9uIG9mIGBmb28nIHdpdGggbm8g dHlwZQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoKI2xpbmUgMTU2 OSAiY29uZmlndXJlIgojaW5jbHVkZSAiY29uZmRlZnMuaCIKCmludCBtYWlu KCkgewp9IGlubGluZSBmb28oKSB7CjsgcmV0dXJuIDA7IH0KY29uZmlndXJl OjE1NzY6IGMrKyAtYyAtTyAtcGlwZSAtbWFyY2g9YXRobG9uIC1JL3Vzci9Y MTFSNi9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlICBjb25mdGVzdC5D IDE+JjUKY29uZmlndXJlOjE1NzI6IElTTyBDKysgZm9yYmlkcyBkZWNsYXJh dGlvbiBvZiBgZm9vJyB3aXRoIG5vIHR5cGUKY29uZmlndXJlOiBmYWlsZWQg cHJvZ3JhbSB3YXM6CiNsaW5lIDE1NjkgImNvbmZpZ3VyZSIKI2luY2x1ZGUg ImNvbmZkZWZzLmgiCgppbnQgbWFpbigpIHsKfSBfX2lubGluZV9fIGZvbygp IHsKOyByZXR1cm4gMDsgfQpjb25maWd1cmU6MTU3NjogYysrIC1jIC1PIC1w aXBlIC1tYXJjaD1hdGhsb24gLUkvdXNyL1gxMVI2L2luY2x1ZGUgLUkvdXNy L2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0LkMgMT4mNQpjb25maWd1cmU6MTU3 MjogSVNPIEMrKyBmb3JiaWRzIGRlY2xhcmF0aW9uIG9mIGBmb28nIHdpdGgg bm8gdHlwZQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoKI2xpbmUg MTU2OSAiY29uZmlndXJlIgojaW5jbHVkZSAiY29uZmRlZnMuaCIKCmludCBt YWluKCkgewp9IF9faW5saW5lIGZvbygpIHsKOyByZXR1cm4gMDsgfQpjb25m aWd1cmU6MTYwMjogY2hlY2tpbmcgd2hldGhlciB0aW1lLmggYW5kIHN5cy90 aW1lLmggbWF5IGJvdGggYmUgaW5jbHVkZWQKY29uZmlndXJlOjE2MTY6IGMr KyAtYyAtTyAtcGlwZSAtbWFyY2g9YXRobG9uIC1JL3Vzci9YMTFSNi9pbmNs dWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlICBjb25mdGVzdC5DIDE+JjUKY29u ZmlndXJlOjE2NDA6IGNoZWNraW5nIGZvciBhcgpjb25maWd1cmU6MTY3MDog Y2hlY2tpbmcgZm9yIGxkCmNvbmZpZ3VyZToxNjk5OiBjaGVja2luZyB3aGV0 aGVyIGJ5dGUgb3JkZXJpbmcgaXMgYmlnZW5kaWFuCmNvbmZpZ3VyZToxNzE3 OiBjKysgLWMgLU8gLXBpcGUgLW1hcmNoPWF0aGxvbiAtSS91c3IvWDExUjYv aW5jbHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuQyAxPiY1 CmNvbmZpZ3VyZToxNzMyOiBjKysgLWMgLU8gLXBpcGUgLW1hcmNoPWF0aGxv biAtSS91c3IvWDExUjYvaW5jbHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZSAg Y29uZnRlc3QuQyAxPiY1CmNvbmZpZ3VyZTogSW4gZnVuY3Rpb24gYGludCBt YWluKCknOgpjb25maWd1cmU6MTcyNzogc3ludGF4IGVycm9yIGJlZm9yZSBg OycgdG9rZW4KY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CiNsaW5l IDE3MjEgImNvbmZpZ3VyZSIKI2luY2x1ZGUgImNvbmZkZWZzLmgiCiNpbmNs dWRlIDxzeXMvdHlwZXMuaD4KI2luY2x1ZGUgPHN5cy9wYXJhbS5oPgppbnQg bWFpbigpIHsKCiNpZiBCWVRFX09SREVSICE9IEJJR19FTkRJQU4KIG5vdCBi aWcgZW5kaWFuCiNlbmRpZgo7IHJldHVybiAwOyB9CmNvbmZpZ3VyZToxNzk3 OiBjaGVja2luZyBmb3IgWApjb25maWd1cmU6MjA2MDogY2hlY2tpbmcgZm9y IEdML2dsdXQuaApjb25maWd1cmU6MjA3MDogYysrIC1FIC1JL3Vzci9YMTFS Ni9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlICBjb25mdGVzdC5DID4v ZGV2L251bGwgMj5jb25mdGVzdC5vdXQKY29uZmlndXJlOjIwOTQ6IGNoZWNr aW5nIGZvciBHTC9nbHguaApjb25maWd1cmU6MjEwNDogYysrIC1FIC1JL3Vz ci9YMTFSNi9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlICBjb25mdGVz dC5DID4vZGV2L251bGwgMj5jb25mdGVzdC5vdXQKY29uZmlndXJlOjIxMjg6 IGNoZWNraW5nIGZvciBYMTEvWGxpYi5oCmNvbmZpZ3VyZToyMTM4OiBjKysg LUUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUg IGNvbmZ0ZXN0LkMgPi9kZXYvbnVsbCAyPmNvbmZ0ZXN0Lm91dApjb25maWd1 cmU6MjE2MjogY2hlY2tpbmcgZm9yIFgxMS9YYXRvbS5oCmNvbmZpZ3VyZToy MTcyOiBjKysgLUUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLUkvdXNyL2xvY2Fs L2luY2x1ZGUgIGNvbmZ0ZXN0LkMgPi9kZXYvbnVsbCAyPmNvbmZ0ZXN0Lm91 dApjb25maWd1cmU6MjE5NjogY2hlY2tpbmcgZm9yIFgxMS9rZXlzeW0uaApj b25maWd1cmU6MjIwNjogYysrIC1FIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1J L3Vzci9sb2NhbC9pbmNsdWRlICBjb25mdGVzdC5DID4vZGV2L251bGwgMj5j b25mdGVzdC5vdXQKY29uZmlndXJlOjIyMzA6IGNoZWNraW5nIGZvciBwbGli L3NzZy5oCmNvbmZpZ3VyZToyMjQwOiBjKysgLUUgLUkvdXNyL1gxMVI2L2lu Y2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0LkMgPi9kZXYv bnVsbCAyPmNvbmZ0ZXN0Lm91dApjb25maWd1cmU6MjI2NTogY2hlY2tpbmcg Zm9yIHNpbiBpbiAtbG0KY29uZmlndXJlOjIyODc6IGMrKyAtbyBjb25mdGVz dCAtV2FsbCAtV3N0cmljdC1wcm90b3R5cGVzIC1PMyAtSS91c3IvWDExUjYv aW5jbHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZSAgLUwvdXNyL2xvY2FsL2xp YiAtTC91c3IvWDExUjYvbGliIGNvbmZ0ZXN0LkMgLWxtICAgMT4mNQpjb25m aWd1cmU6MjMxNjogY2hlY2tpbmcgZm9yIFhPcGVuRGlzcGxheSBpbiAtbFgx MQpjb25maWd1cmU6MjMzODogYysrIC1vIGNvbmZ0ZXN0IC1XYWxsIC1Xc3Ry aWN0LXByb3RvdHlwZXMgLU8zIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1JL3Vz ci9sb2NhbC9pbmNsdWRlICAtTC91c3IvbG9jYWwvbGliIC1ML3Vzci9YMTFS Ni9saWIgY29uZnRlc3QuQyAtbFgxMSAgLWxtICAxPiY1CmNvbmZpZ3VyZToy MzY3OiBjaGVja2luZyBmb3IgWFNobUNyZWF0ZUltYWdlIGluIC1sWGV4dApj b25maWd1cmU6MjM4OTogYysrIC1vIGNvbmZ0ZXN0IC1XYWxsIC1Xc3RyaWN0 LXByb3RvdHlwZXMgLU8zIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1JL3Vzci9s b2NhbC9pbmNsdWRlICAtTC91c3IvbG9jYWwvbGliIC1ML3Vzci9YMTFSNi9s aWIgY29uZnRlc3QuQyAtbFhleHQgIC1sWDExIC1sbSAgMT4mNQpjb25maWd1 cmU6MjQxODogY2hlY2tpbmcgZm9yIEljZVNldElPRXJyb3JIYW5kbGVyIGlu IC1sSUNFCmNvbmZpZ3VyZToyNDQwOiBjKysgLW8gY29uZnRlc3QgLVdhbGwg LVdzdHJpY3QtcHJvdG90eXBlcyAtTzMgLUkvdXNyL1gxMVI2L2luY2x1ZGUg LUkvdXNyL2xvY2FsL2luY2x1ZGUgIC1ML3Vzci9sb2NhbC9saWIgLUwvdXNy L1gxMVI2L2xpYiBjb25mdGVzdC5DIC1sSUNFICAtbFhleHQgLWxYMTEgLWxt ICAxPiY1CmNvbmZpZ3VyZToyNDY5OiBjaGVja2luZyBmb3IgU21zU2V0RXJy b3JIYW5kbGVyIGluIC1sU00KY29uZmlndXJlOjI0OTE6IGMrKyAtbyBjb25m dGVzdCAtV2FsbCAtV3N0cmljdC1wcm90b3R5cGVzIC1PMyAtSS91c3IvWDEx UjYvaW5jbHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZSAgLUwvdXNyL2xvY2Fs L2xpYiAtTC91c3IvWDExUjYvbGliIGNvbmZ0ZXN0LkMgLWxTTSAgLWxJQ0Ug LWxYZXh0IC1sWDExIC1sbSAgMT4mNQpjb25maWd1cmU6MjUyMDogY2hlY2tp bmcgZm9yIFh0RGlzcGxheSBpbiAtbFh0CmNvbmZpZ3VyZToyNTQyOiBjKysg LW8gY29uZnRlc3QgLVdhbGwgLVdzdHJpY3QtcHJvdG90eXBlcyAtTzMgLUkv dXNyL1gxMVI2L2luY2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIC1ML3Vz ci9sb2NhbC9saWIgLUwvdXNyL1gxMVI2L2xpYiBjb25mdGVzdC5DIC1sWHQg IC1sU00gLWxJQ0UgLWxYZXh0IC1sWDExIC1sbSAgMT4mNQpjb25maWd1cmU6 MjU3MTogY2hlY2tpbmcgZm9yIFhPcGVuRGV2aWNlIGluIC1sWGkKY29uZmln dXJlOjI1OTM6IGMrKyAtbyBjb25mdGVzdCAtV2FsbCAtV3N0cmljdC1wcm90 b3R5cGVzIC1PMyAtSS91c3IvWDExUjYvaW5jbHVkZSAtSS91c3IvbG9jYWwv aW5jbHVkZSAgLUwvdXNyL2xvY2FsL2xpYiAtTC91c3IvWDExUjYvbGliIGNv bmZ0ZXN0LkMgLWxYaSAgLWxYdCAtbFNNIC1sSUNFIC1sWGV4dCAtbFgxMSAt bG0gIDE+JjUKY29uZmlndXJlOjI2MjI6IGNoZWNraW5nIGZvciBYbXVTaW1w bGVFcnJvckhhbmRsZXIgaW4gLWxYbXUKY29uZmlndXJlOjI2NDQ6IGMrKyAt byBjb25mdGVzdCAtV2FsbCAtV3N0cmljdC1wcm90b3R5cGVzIC1PMyAtSS91 c3IvWDExUjYvaW5jbHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZSAgLUwvdXNy L2xvY2FsL2xpYiAtTC91c3IvWDExUjYvbGliIGNvbmZ0ZXN0LkMgLWxYbXUg IC1sWGkgLWxYdCAtbFNNIC1sSUNFIC1sWGV4dCAtbFgxMSAtbG0gIDE+JjUK Y29uZmlndXJlOjI2NzM6IGNoZWNraW5nIGZvciBYRjg2VmlkTW9kZVNldFZp ZXdQb3J0IGluIC1sWHhmODZ2bQpjb25maWd1cmU6MjY5NTogYysrIC1vIGNv bmZ0ZXN0IC1XYWxsIC1Xc3RyaWN0LXByb3RvdHlwZXMgLU8zIC1JL3Vzci9Y MTFSNi9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlICAtTC91c3IvbG9j YWwvbGliIC1ML3Vzci9YMTFSNi9saWIgY29uZnRlc3QuQyAtbFh4Zjg2dm0g IC1sWG11IC1sWGkgLWxYdCAtbFNNIC1sSUNFIC1sWGV4dCAtbFgxMSAtbG0g IDE+JjUKY29uZmlndXJlOjI3Nzc6IGNoZWNraW5nIGZvciBjcmMzMiBpbiAt bHoKY29uZmlndXJlOjI3OTk6IGMrKyAtbyBjb25mdGVzdCAtV2FsbCAtV3N0 cmljdC1wcm90b3R5cGVzIC1PMyAtSS91c3IvWDExUjYvaW5jbHVkZSAtSS91 c3IvbG9jYWwvaW5jbHVkZSAgLUwvdXNyL2xvY2FsL2xpYiAtTC91c3IvWDEx UjYvbGliIGNvbmZ0ZXN0LkMgLWx6ICAtbFh4Zjg2dm0gLWxYbXUgLWxYaSAt bFh0IC1sU00gLWxJQ0UgLWxYZXh0IC1sWDExIC1sbSAgMT4mNQpjb25maWd1 cmU6MjgyODogY2hlY2tpbmcgZm9yIHBuZ19pbml0X2lvIGluIC1scG5nCmNv bmZpZ3VyZToyODUwOiBjKysgLW8gY29uZnRlc3QgLVdhbGwgLVdzdHJpY3Qt cHJvdG90eXBlcyAtTzMgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgIC1ML3Vzci9sb2NhbC9saWIgLUwvdXNyL1gxMVI2L2xp YiBjb25mdGVzdC5DIC1scG5nICAtbHogLWxYeGY4NnZtIC1sWG11IC1sWGkg LWxYdCAtbFNNIC1sSUNFIC1sWGV4dCAtbFgxMSAtbG0gIDE+JjUKY29uZmln dXJlOjI4ODA6IGNoZWNraW5nIGZvciBtYWluIGluIC1sR0wKY29uZmlndXJl OjI4OTU6IGMrKyAtbyBjb25mdGVzdCAtV2FsbCAtV3N0cmljdC1wcm90b3R5 cGVzIC1PMyAtSS91c3IvWDExUjYvaW5jbHVkZSAtSS91c3IvbG9jYWwvaW5j bHVkZSAgLUwvdXNyL2xvY2FsL2xpYiAtTC91c3IvWDExUjYvbGliIGNvbmZ0 ZXN0LkMgLWxHTCAgLWxwbmcgLWx6IC1sWHhmODZ2bSAtbFhtdSAtbFhpIC1s WHQgLWxTTSAtbElDRSAtbFhleHQgLWxYMTEgLWxtICAxPiY1CmNvbmZpZ3Vy ZToyOTI0OiBjaGVja2luZyBmb3IgbWFpbiBpbiAtbEdMVQpjb25maWd1cmU6 MjkzOTogYysrIC1vIGNvbmZ0ZXN0IC1XYWxsIC1Xc3RyaWN0LXByb3RvdHlw ZXMgLU8zIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNs dWRlICAtTC91c3IvbG9jYWwvbGliIC1ML3Vzci9YMTFSNi9saWIgY29uZnRl c3QuQyAtbEdMVSAgLWxHTCAtbHBuZyAtbHogLWxYeGY4NnZtIC1sWG11IC1s WGkgLWxYdCAtbFNNIC1sSUNFIC1sWGV4dCAtbFgxMSAtbG0gIDE+JjUKY29u ZmlndXJlOjI5Njg6IGNoZWNraW5nIGZvciBtYWluIGluIC1sZ2x1dApjb25m aWd1cmU6Mjk4MzogYysrIC1vIGNvbmZ0ZXN0IC1XYWxsIC1Xc3RyaWN0LXBy b3RvdHlwZXMgLU8zIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1JL3Vzci9sb2Nh bC9pbmNsdWRlICAtTC91c3IvbG9jYWwvbGliIC1ML3Vzci9YMTFSNi9saWIg Y29uZnRlc3QuQyAtbGdsdXQgIC1sR0xVIC1sR0wgLWxwbmcgLWx6IC1sWHhm ODZ2bSAtbFhtdSAtbFhpIC1sWHQgLWxTTSAtbElDRSAtbFhleHQgLWxYMTEg LWxtICAxPiY1Ci91c3IvWDExUjYvbGliL2xpYmdsdXQuc286IHVuZGVmaW5l ZCByZWZlcmVuY2UgdG8gYGdsWEJpbmRDaGFubmVsVG9XaW5kb3dTR0lYJwov dXNyL1gxMVI2L2xpYi9saWJnbHV0LnNvOiB1bmRlZmluZWQgcmVmZXJlbmNl IHRvIGBnbFhRdWVyeUNoYW5uZWxEZWx0YXNTR0lYJwovdXNyL1gxMVI2L2xp Yi9saWJnbHV0LnNvOiB1bmRlZmluZWQgcmVmZXJlbmNlIHRvIGBnbFhDaGFu bmVsUmVjdFN5bmNTR0lYJwovdXNyL1gxMVI2L2xpYi9saWJnbHV0LnNvOiB1 bmRlZmluZWQgcmVmZXJlbmNlIHRvIGBnbFhDaGFubmVsUmVjdFNHSVgnCi91 c3IvWDExUjYvbGliL2xpYmdsdXQuc286IHVuZGVmaW5lZCByZWZlcmVuY2Ug dG8gYGdsWFF1ZXJ5Q2hhbm5lbFJlY3RTR0lYJwpjb25maWd1cmU6IGZhaWxl ZCBwcm9ncmFtIHdhczoKI2xpbmUgMjk3NiAiY29uZmlndXJlIgojaW5jbHVk ZSAiY29uZmRlZnMuaCIKCmludCBtYWluKCkgewptYWluKCkKOyByZXR1cm4g MDsgfQo= --0-1245265123-1066705894=:68747-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 22:27:53 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DC7216A4B3 for ; Mon, 20 Oct 2003 22:27:53 -0700 (PDT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4538543FBF for ; Mon, 20 Oct 2003 22:27:52 -0700 (PDT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by postfix3-2.free.fr (Postfix) with ESMTP id 42D34C07E; Tue, 21 Oct 2003 07:27:50 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id B29D4750E; Tue, 21 Oct 2003 07:26:13 +0200 (CEST) Date: Tue, 21 Oct 2003 07:26:13 +0200 From: Thierry Thomas To: "Scott I. Remick" Message-ID: <20031021052613.GA74260@graf.pompo.net> Mail-Followup-To: "Scott I. Remick" , ports@FreeBSD.org References: <20031021031134.68803.qmail@web41102.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20031021031134.68803.qmail@web41102.mail.yahoo.com> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.9-RC i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 cc: ports@FreeBSD.org Subject: Re: torcs configure error on FreeBSD 5.1-RELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 05:27:53 -0000 Le Mar 21 oct 03 à 5:11:34 +0200, Scott I. Remick écrivait : > Running FreeBSD 5.1-RELEASE here (all ports kept current) and trying to > compile games/torcs but it's failing on configure: Thanks. I'll handle that. Regards, -- Th. Thomas. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 22:42:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D186C16A4B3 for ; Mon, 20 Oct 2003 22:42:08 -0700 (PDT) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 33BC343FAF for ; Mon, 20 Oct 2003 22:42:07 -0700 (PDT) (envelope-from asa@gascom.ru) Received: (qmail 18645 invoked from network); 21 Oct 2003 05:23:30 -0000 Received: from asa.gascom.net.ru (HELO ?192.168.100.29?) (192.168.100.29) by mail.gascom.ru with SMTP; 21 Oct 2003 05:23:30 -0000 From: Sergey Akifyev To: Larry Rosenman In-Reply-To: <61810000.1066661549@lerlaptop-red.iadfw.net> References: <61810000.1066661549@lerlaptop-red.iadfw.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-RVvGIJ+xZemqVepsbcbA" Organization: JSC Gascom Message-Id: <1066713811.369.29.camel@asa.gascom.net.ru> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 21 Oct 2003 09:23:32 +0400 cc: freebsd-ports@freebsd.org Subject: Re: OpenOffice.org 1.1.0_1 Package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 05:42:08 -0000 --=-RVvGIJ+xZemqVepsbcbA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-10-20 at 18:52, Larry Rosenman wrote: > I've made available a package of the editors/openoffice-devel port > built with Perl 5.8.0 and JDK1.4. It's at: > http://www.lerctr.org/~ler/freebsd/ >=20 > This is *NOT* a official package, but since it takes such a long time > to build, I'm making it available. >=20 > If anyone would like to mirror it on a higher bandwidth (I only have > a 768K DSL line) site, let me know. I mirrored it as: ftp://ftp.gascom.ru/pub/OpenOffice/openoffice-1.1.0_1.tbz (at 200Mbit) --=20 regards, Sergey Akifyev JSC Gascom PGP key available from: ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt --=-RVvGIJ+xZemqVepsbcbA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/lMLTbu06QwmNwNsRAhi5AJsEqy/IfAFFqAdVn8nePXCJyAc6dwCeJk7G 4ilhARaxWfFjZyjXkZTmfM4= =je4p -----END PGP SIGNATURE----- --=-RVvGIJ+xZemqVepsbcbA-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 00:07:17 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBEE16A4B3 for ; Tue, 21 Oct 2003 00:07:17 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 5702843FB1 for ; Tue, 21 Oct 2003 00:07:16 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 21697 invoked by alias); 21 Oct 2003 07:06:29 -0000 Received: from lahaye@users.sourceforge.net with SpamSniper2.76 (Processed in 0.046063 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 21 Oct 2003 07:06:29 -0000 X-RCPTTO: freebsd-ports@freebsd.org, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id h9L75hit227888 for ; Tue, 21 Oct 2003 16:05:44 +0900 Message-ID: <3F94DB20.7040908@users.sourceforge.net> Date: Tue, 21 Oct 2003 16:07:12 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031020 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: upgrade atk: atk-1.4.1.tar.bz2 nowhere to be found ~@# X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 07:07:17 -0000 None of the listed sites has the tar file for upgrading atk to 1.4.1. Consequently, the upgrade fails! R. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 00:14:13 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF0B816A4B3 for ; Tue, 21 Oct 2003 00:14:13 -0700 (PDT) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D700C43FBF for ; Tue, 21 Oct 2003 00:14:12 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031021071413.PENK10862.lakemtao06.cox.net@mezz.mezzweb.com>; Tue, 21 Oct 2003 03:14:13 -0400 To: Rob Lahaye References: <3F94DB20.7040908@users.sourceforge.net> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Tue, 21 Oct 2003 02:13:15 -0500 In-Reply-To: <3F94DB20.7040908@users.sourceforge.net> User-Agent: Opera7.21/Linux M2 build 480 cc: freebsd-ports@freebsd.org Subject: Re: upgrade atk: atk-1.4.1.tar.bz2 nowhere to be found ~@# X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 07:14:14 -0000 On Tue, 21 Oct 2003 16:07:12 +0900, Rob Lahaye wrote: > > > None of the listed sites has the tar file for upgrading atk to 1.4.1. > Consequently, the upgrade fails! The very first fetched by devek/atk following: http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/ I see 1.4.1 tarballs in there, so do the 'make distclean' on your machine. Cheers, Mezz > R. -- bsdforums.org 's moderator, mezz. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 00:15:43 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBCA816A4B3 for ; Tue, 21 Oct 2003 00:15:43 -0700 (PDT) Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id B52E243F93 for ; Tue, 21 Oct 2003 00:15:42 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) (authenticated bits=0)h9L7Fd7h024414; Tue, 21 Oct 2003 02:15:39 -0500 (CDT) Date: Tue, 21 Oct 2003 02:15:33 -0500 From: Larry Rosenman To: Sergey Akifyev Message-ID: <30500000.1066720533@lerlaptop.lerctr.org> In-Reply-To: <1066713811.369.29.camel@asa.gascom.net.ru> References: <61810000.1066661549@lerlaptop-red.iadfw.net> <1066713811.369.29.camel@asa.gascom.net.ru> X-Mailer: Mulberry/3.1.0b8 (Linux/x86) X-PGP-Info: All other keys are old/dead. X-PGP-Key: 0x3c49bdd6 X-PGP-Fingerprint: D0D1 3C11 F42F 6B29 FA67 6BF3 AD13 4685 3C49 BDD6 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========036EA06BBF00ADF29A96==========" X-Virus-Scanned: by amavisd-milter (http://amavis.org/) cc: freebsd-ports@freebsd.org Subject: Re: OpenOffice.org 1.1.0_1 Package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 07:15:44 -0000 --==========036EA06BBF00ADF29A96========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Tuesday, October 21, 2003 09:23:32 +0400 Sergey Akifyev=20 wrote: > On Mon, 2003-10-20 at 18:52, Larry Rosenman wrote: >> I've made available a package of the editors/openoffice-devel port >> built with Perl 5.8.0 and JDK1.4. It's at: >> http://www.lerctr.org/~ler/freebsd/ >> >> This is *NOT* a official package, but since it takes such a long time >> to build, I'm making it available. >> >> If anyone would like to mirror it on a higher bandwidth (I only have >> a 768K DSL line) site, let me know. > > I mirrored it as: > ftp://ftp.gascom.ru/pub/OpenOffice/openoffice-1.1.0_1.tbz (at 200Mbit) Thanks, Sergey. I placed a pointer to this mirror on my page as well. LER > > -- > regards, > Sergey Akifyev > JSC Gascom > PGP key available from: > ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 --==========036EA06BBF00ADF29A96========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/lN0arRNGhTxJvdYRAqmTAKCcQQGBaxRqBQmOmvFsEzxasW55HQCgh10w vsxmQrVWeCpJ/hB/Qzc+MyM= =IY5Y -----END PGP SIGNATURE----- --==========036EA06BBF00ADF29A96==========-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 03:05:47 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BEE316A4B3 for ; Tue, 21 Oct 2003 03:05:47 -0700 (PDT) Received: from smtp1.euronet.nl (smtp1.euronet.nl [194.134.35.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A5E43FB1 for ; Tue, 21 Oct 2003 03:05:46 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp1.euronet.nl (Postfix) with ESMTP id 5000A6713E for ; Tue, 21 Oct 2003 12:05:43 +0200 (MEST) From: Ernst de Haan To: ports@FreeBSD.org Date: Tue, 21 Oct 2003 12:05:45 +0200 User-Agent: KMail/1.5.2 X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310211205.45797.znerd@FreeBSD.org> Subject: mozilla-1.5,2.tgz X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 10:05:47 -0000 I've built and uploaded a Mozilla 1.5 package, without Mail, News and Chatzilla, just the browser: http://people.FreeBSD.org/~znerd/mozilla-1.5,2.tgz Note that this is not an official package, but merely for your convenience. Built on: FreeBSD 4.8-RELEASE Options: WITHOUT_MAILNEWS=yes WITHOUT_COMPOSER=yes WITHOUT_CHATZILLA=yes -- Ernst From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 03:25:41 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0021116A4B3 for ; Tue, 21 Oct 2003 03:25:40 -0700 (PDT) Received: from infor.ck.tp.edu.tw (infor.ck.tp.edu.tw [203.64.26.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E6143F75 for ; Tue, 21 Oct 2003 03:25:39 -0700 (PDT) (envelope-from llwang@infor.ck.tp.edu.tw) Received: by infor.ck.tp.edu.tw (Postfix, from userid 1001) id F160D92C3; Tue, 21 Oct 2003 18:25:18 +0800 (CST) Date: Tue, 21 Oct 2003 18:25:18 +0800 From: "Li-lun Wang (Leland Wang)" To: David Hill Message-ID: <20031021102518.GA70549@Athena.infor.org> Mail-Followup-To: "Li-lun Wang (Leland Wang)" , David Hill , ports@freebsd.org References: <20031018183145.GA644@phobia.ms> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline In-Reply-To: <20031018183145.GA644@phobia.ms> User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: www/flashplugin-mozilla(-devel) broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 10:25:41 -0000 --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 18, 2003 at 02:31:45PM -0400, David Hill wrote: > seems broken... Are you using -stable or -current? It has been known recently that it is broken on -current, and I will investigate that soon. > (wind david:/usr/ports/www/flashplugin-mozilla)# make > =3D=3D=3D> Extracting for flashplugin-mozilla-0.4.10_3 > >> Checksum OK for flash-0.4.10.tgz. > =3D=3D=3D> Patching for flashplugin-mozilla-0.4.10_3 > =3D=3D=3D> Applying FreeBSD patches for flashplugin-mozilla-0.4.10_3 > =3D=3D=3D> flashplugin-mozilla-0.4.10_3 depends on shared library: flas= h.0 - found > =3D=3D=3D> flashplugin-mozilla-0.4.10_3 depends on shared library: X11.= 6 - found > =3D=3D=3D> Configuring for flashplugin-mozilla-0.4.10_3 > =3D=3D=3D> Building for flashplugin-mozilla-0.4.10_3 > cc -O -pipe -mcpu=3Dpentiumpro -mcpu=3Dpentiumpro -DXP_UNIX -I../Lib -I/= usr/X11R6/i =20 > nclude -c plugin.c > cc -O -pipe -mcpu=3Dpentiumpro -mcpu=3Dpentiumpro -DXP_UNIX -I../Lib -I/= usr/X11R6/i =20 > nclude -c npunix.c > make: don't know how to make ../Lib/libflash.a. Stop > *** Error code 2 >=20 > Stop in /usr/ports/www/flashplugin-mozilla. --=20 /-------\ /-\ /--------\ \--\ /--/ | | \--\ /---/ | | /----/ \----\/--/ \---\ /-/ \-\ \----/ /----/\--\ /---/ \-\ /-/ / \ /--/ \---\ | | / /\ \ \--\ /---/ /\ /---/ \---\/-/ / \ \---\ | \----/ | \---------/\--/ \----/ \--------/ e-mail address: llwang@infor.org --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/lQmOCQM7t5B2mhARAvlOAJ42tqYTLx+3uPf615gXH8MOWroRIACfSi6Y lnoi6UdLSP1Ky2qgnxWP+ek= =l2xP -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 06:44:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFA7916A4B3 for ; Tue, 21 Oct 2003 06:44:58 -0700 (PDT) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9474843F3F for ; Tue, 21 Oct 2003 06:44:57 -0700 (PDT) (envelope-from subscriber@insignia.com) Received: from dailuaine.isltd.insignia.com (dailuaine.isltd.insignia.com [172.16.64.11])h9LDiuf2036059 for ; Tue, 21 Oct 2003 14:44:56 +0100 (BST) (envelope-from subscriber@insignia.com) Received: from exchange-uk.isltd.insignia.com (exchange-uk [172.16.64.9]) h9LDitSX081638 for ; Tue, 21 Oct 2003 14:44:55 +0100 (BST) (envelope-from subscriber@insignia.com) Received: by exchange-uk.isltd.insignia.com with Internet Mail Service (5.5.2653.19) id <44MM1RSH>; Tue, 21 Oct 2003 14:44:55 +0100 Message-ID: <2F03DF3DDE57D411AFF4009027B8C36704129AF0@exchange-uk.isltd.insignia.com> From: Subscriber To: "'freebsd-ports@freebsd.org'" Date: Tue, 21 Oct 2003 14:44:54 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Scanned-By: MIMEDefang 2.38 Subject: Change in behaviour of net/poptop X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 13:44:59 -0000 It looks like with the most recent version of the poptop port on October 18th, the default is now to build without the --with-bsdppp flag, so it uses kernel ppp rather than userland. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 07:53:02 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0920116A4B3 for ; Tue, 21 Oct 2003 07:53:02 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B21F43F85 for ; Tue, 21 Oct 2003 07:53:01 -0700 (PDT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([12.203.21.192]) by comcast.net (rwcrmhc11) with ESMTP id <2003102114530101300pfq61e>; Tue, 21 Oct 2003 14:53:01 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id AB5CFCC6; Tue, 21 Oct 2003 07:53:00 -0700 (PDT) Date: Tue, 21 Oct 2003 07:53:00 -0700 From: Clint Olsen To: Alexander Leidinger Message-ID: <20031021145300.GA93120@0lsen.net> References: <20031021144639.2e24bd56.Alexander@Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031021144639.2e24bd56.Alexander@Leidinger.net> User-Agent: Mutt/1.4.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! cc: ports@freebsd.org Subject: Re: Attempted to build stlport-icc with icc-7.1.030 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 14:53:02 -0000 On Oct 21, Alexander Leidinger wrote: > > Argh... I accidently hit the send key... > > I want to know what > grep FreeBSD_version /usr/include/sys/param.h > prints on your system. Hi: * __FreeBSD_version numbers are documented in the Porter's Handbook. #undef __FreeBSD_version #define __FreeBSD_version 470000 /* Master, propagated to newvers */ Thanks, -Clint From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 08:08:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5694D16A4B3; Tue, 21 Oct 2003 08:08:46 -0700 (PDT) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E4EF43FA3; Tue, 21 Oct 2003 08:08:37 -0700 (PDT) (envelope-from mucheru@wananchi.com) Received: from uu-195-202-74-233.uunet.co.ke ([195.202.74.233] helo=wananchi.com) by ns2.wananchi.com with esmtp (Exim 4.24 #3 (FreeBSD)) id 1ABy7Y-0002zN-P2; Tue, 21 Oct 2003 18:08:29 +0300 Date: Tue, 21 Oct 2003 18:10:42 +0300 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: eivind@FreeBSD.org From: Joseph Mucheru Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.552) X-SA-Do-Not-Run: Yes X-Scan-Signature: df00a362d69dccd9de02aa17fa7ef161 cc: ports@FreeBSD.org Subject: FreeBSD Port: safesh-1.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 15:08:46 -0000 Hi there, I use an xserve and am trying to get safesh to use. Where can I download it? Mucheru From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 08:13:03 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA78A16A4B3; Tue, 21 Oct 2003 08:13:03 -0700 (PDT) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F10E43F93; Tue, 21 Oct 2003 08:13:02 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 29B0B2F1; Tue, 21 Oct 2003 19:13:00 +0400 (MSD) Date: Tue, 21 Oct 2003 19:13:00 +0400 From: "Sergey A. Osokin" To: Joseph Mucheru Message-ID: <20031021151300.GH39789@freebsd.org.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: ports@FreeBSD.org cc: eivind@FreeBSD.org Subject: Re: FreeBSD Port: safesh-1.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 15:13:03 -0000 On Tue, Oct 21, 2003 at 06:10:42PM +0300, Joseph Mucheru wrote: > I use an xserve and am trying to get safesh to use. Where can I > download it? Just look at ports/security/safesh/src directory. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 08:35:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A3D16A4B3 for ; Tue, 21 Oct 2003 08:35:58 -0700 (PDT) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2CA43FB1 for ; Tue, 21 Oct 2003 08:35:56 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd06.aul.t-online.de by mailout07.sul.t-online.com with smtp id 1AByY2-0005Et-01; Tue, 21 Oct 2003 17:35:50 +0200 Received: from Andro-Beta.Leidinger.net (rfv6YEZOwek3yQ2yqhCFlzPFLTM+AKKVd6DvQ1nwc3MzBBiSfqNI4z@[80.131.127.235]) by fmrl06.sul.t-online.com with esmtp id 1AByXm-1wn8zY0; Tue, 21 Oct 2003 17:35:34 +0200 Received: from Magelan.Leidinger.net (Magellan [192.168.1.1]) h9LFZSf5089612; Tue, 21 Oct 2003 17:35:28 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) h9LFZS2e005457; Tue, 21 Oct 2003 17:35:28 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Tue, 21 Oct 2003 17:35:28 +0200 From: Alexander Leidinger To: Clint Olsen Message-Id: <20031021173528.69ef93d7.Alexander@Leidinger.net> In-Reply-To: <20031021145300.GA93120@0lsen.net> References: <20031021144639.2e24bd56.Alexander@Leidinger.net> <20031021145300.GA93120@0lsen.net> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Tue__21_Oct_2003_17_35_28_+0200_Vja/KLiZo5bXqPeG" X-Seen: false X-ID: rfv6YEZOwek3yQ2yqhCFlzPFLTM+AKKVd6DvQ1nwc3MzBBiSfqNI4z@t-dialin.net cc: ports@freebsd.org cc: Marius Strobl Subject: Re: Attempted to build stlport-icc with icc-7.1.030 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 15:35:58 -0000 This is a multi-part message in MIME format. --Multipart=_Tue__21_Oct_2003_17_35_28_+0200_Vja/KLiZo5bXqPeG Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 21 Oct 2003 07:53:00 -0700 Clint Olsen wrote: > #define __FreeBSD_version 470000 /* Master, propagated to newvers Try the attached patch. Bye, Alexander. -- Loose bits sink chips. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 --Multipart=_Tue__21_Oct_2003_17_35_28_+0200_Vja/KLiZo5bXqPeG Content-Type: application/octet-stream; name="lang:icc.diff" Content-Disposition: attachment; filename="lang:icc.diff" Content-Transfer-Encoding: base64 SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0KUkNTIGZpbGU6IC9ob21lL3BjdnMvcG9ydHMvbGFu Zy9pY2MvTWFrZWZpbGUsdgpyZXRyaWV2aW5nIHJldmlzaW9uIDEuNDgKZGlmZiAtdSAtdSAtcjEu NDggTWFrZWZpbGUKLS0tIE1ha2VmaWxlCTIxIE9jdCAyMDAzIDExOjEwOjIzIC0wMDAwCTEuNDgK KysrIE1ha2VmaWxlCTIxIE9jdCAyMDAzIDE1OjM0OjE0IC0wMDAwCkBAIC0xMTgsNiArMTE4LDEz IEBACiAjIEhhY2sgd2hpbGUgdGhlcmUncyBubyBzdXBwb3J0IGZvciBpY2MgaW4gdGhlIHN0ZGFy Zy5oIG9mIEZyZWVCU0QuCiAJQCR7Q1B9ICR7RklMRVNESVJ9L3N0ZGFyZy5oICR7V1JLU1JDfS9v cHQvaW50ZWwvJHtDT01QSUxFUkRJUn0vaWEzMi9pbmNsdWRlCiAKKy5pZiAoICR7T1NWRVJTSU9O fSA+PSA0NzAxMDEgJiYgJHtPU1ZFUlNJT059IDwgNTAwMDAwICkgfHwgXAorCSggJHtPU1ZFUlNJ T059ID49IDUwMDA0MiApCitPQkpDT1BZX09QUz0JLS1yZWRlZmluZS1zeW0gc3RkaW49X19zdGRp bnAgXAorCQktLXJlZGVmaW5lLXN5bSBzdGRvdXQ9X19zdGRvdXRwIFwKKwkJLS1yZWRlZmluZS1z eW0gc3RkZXJyPV9fc3RkZXJycAorLmVuZGlmCisKIGRvLWJ1aWxkOgogIyBGaXggdW5yZXNvbHZl ZCByZWZlcmVuY2VzCiAJQGNkICR7V1JLU1JDfSAmJiAke0NDfSAke0NGTEFHU30gLWMgJHtGSUxF U0RJUn0vYXNzZXJ0X2ZhaWwuYyBcCkBAIC0xMjgsMTUgKzEzNSwxMiBAQAogCUAke0NDfSAke0NG TEFHU30gLWMgLW8gJHtXUktTUkN9L3N0ZGluLm8gJHtGSUxFU0RJUn0vc3RkaW4uYwogCUAke0ND fSAke0NGTEFHU30gLWMgLW8gJHtXUktTUkN9L3N0ZG91dC5vICR7RklMRVNESVJ9L3N0ZG91dC5j CiAJQCR7Q0N9ICR7Q0ZMQUdTfSAtYyAtbyAke1dSS1NSQ30vc3RkZXJyLm8gJHtGSUxFU0RJUn0v c3RkZXJyLmMKLS5lbHNlCisuZW5kaWYKIC5mb3IgaSBpbiBsaWJjeGEuYSBsaWJpbWYuYSBsaWJp cmMuYSBsaWJpcmNtdC5hIGxpYnVud2luZC5hCiAJQCR7T0JKQ09QWX0gLS1yZWRlZmluZS1zeW0g X19zaWdzZXRqbXA9c2lnc2V0am1wIFwKLQkJLS1yZWRlZmluZS1zeW0gc3RkaW49X19zdGRpbnAg XAotCQktLXJlZGVmaW5lLXN5bSBzdGRvdXQ9X19zdGRvdXRwIFwKLQkJLS1yZWRlZmluZS1zeW0g c3RkZXJyPV9fc3RkZXJycCBcCisJCSR7T0JKQ09QWV9PUFN9IFwKIAkJJHtXUktTUkN9L29wdC9p bnRlbC8ke0NPTVBJTEVSRElSfS9pYTMyL2xpYi8ke2l9CiAuZW5kZm9yCi0uZW5kaWYKIAlAJHtB Un0gcSAke1dSS1NSQ30vb3B0L2ludGVsLyR7Q09NUElMRVJESVJ9L2lhMzIvbGliL2xpYmN4YS5h ICR7V1JLU1JDfS8qLm8KICMgU29tZSBtYWdpYyB0byBiZSBhYmxlIHRvIGxpbmsKIAlAJHtNS0RJ Un0gJHtXUktTUkN9L29wdC9pbnRlbC8ke0NPTVBJTEVSRElSfS9pYTMyL2Jpbi9sZHdyYXBwZXIK --Multipart=_Tue__21_Oct_2003_17_35_28_+0200_Vja/KLiZo5bXqPeG-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 08:56:23 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC2D16A4B3; Tue, 21 Oct 2003 08:56:23 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0627B43F75; Tue, 21 Oct 2003 08:56:23 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 74F86B43; Tue, 21 Oct 2003 17:56:21 +0200 (CEST) Date: Tue, 21 Oct 2003 17:56:20 +0200 From: Simon Barner To: freebsd-ports@freebsd.org Message-ID: <20031021155620.GI770@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-multimedia@freebsd.org Subject: Call for testers: multimedia/nxtvepg X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 15:56:24 -0000 Hi, could you please test my new version of that port. You will need a bktr(4) compatible TV capture card and cable tv (and it will probably work in France, Germany and Switzerland only). The reason why I as the maintainer of that port ask you for your help is that I moved recently into an apartment without cable TV (which is mandatory for the Electronic Programme Guide) (if there is somebody out there who does meet all the prerequisites and who is wants to become the maintainer of this port, please let me know. It's a bit difficult to check if everything goes otherwise, but I'll do my best). My update to the port addresses the following issues: - fix fetch error (the old version was no longer available) - fix threads usage (uses ${PTHREAD_LIBS} now) - use tcl/tk 8.4 - restrict port to supported architectures You can download a the updated port skeleton at http://home.leo.org/~barner/nxtvepg/nxtvepg-2.6.0-port.tar.gz You can find more information on nxtvepg here (the FreeBSD section of the website will be updated soon) http://nxtvepg.sourceforge.net/ Thanks in advance for you help! Regards, Simon From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 08:59:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C845416A4B3 for ; Tue, 21 Oct 2003 08:59:31 -0700 (PDT) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [193.162.153.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB47243FBF for ; Tue, 21 Oct 2003 08:59:30 -0700 (PDT) (envelope-from elj@init6.org) Received: from [10.10.10.3] (init6.org [80.199.24.225]) by pfepc.post.tele.dk (Postfix) with ESMTP id 10452262A04 for ; Tue, 21 Oct 2003 17:59:29 +0200 (CEST) From: Lasse Jespersen To: ports@freebsd.org Organization: www.init6.org Message-Id: <1066751998.206.18.camel@flamma.localnet.lan> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 21 Oct 2003 17:59:58 +0200 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: nio X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 15:59:31 -0000 this script will give a second-by-second view of the bandwidth consumed on any given network interface, if any - if none, it will not print any output. it timestamps each line of output, and can, if you're thus inclined ( ... ) be used to log how much the network was used over a period of time. the output from nio, such as it is, is not difficult to parse if need be. i don't rightly know if this belongs in ports, but this script sees widespread usage among the freebsdzoids i know.. nio: http://www.init6.org/~lj/nio -- Lasse Jespersen www.init6.org From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 09:31:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E25D16A4B3; Tue, 21 Oct 2003 09:31:35 -0700 (PDT) Received: from hex.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C9943FA3; Tue, 21 Oct 2003 09:31:34 -0700 (PDT) (envelope-from andy@athame.co.uk) Received: from vimes.int.athame.co.uk ([192.168.1.3]) by hex.athame.co.uk with esmtp (Exim 4.22) id 1ABzPw-0001kl-41; Tue, 21 Oct 2003 19:31:32 +0300 From: Andy Fawcett To: perky@freebsd.org Date: Tue, 21 Oct 2003 19:31:31 +0300 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310211931.31433.andy@athame.co.uk> cc: ports@FreeBSD.org Subject: lang/python fails to portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 16:31:35 -0000 Sorry about the mail rather than a PR, I seem to have broken my send-pr somehow. I'll fix that next... hex# portupgrade -fr python ---> Upgrading 'python-2.3_1' to 'python-2.3.2' (lang/python) ---> Building '/usr/ports/lang/python' ===> Cleaning for python-2.3.2 ===> Extracting for python-2.3.2 >> Checksum OK for python/Python-2.3.tgz. /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.3,' /usr/ports/lang/ python/work/Python-2.3/Tools/scripts/pydoc > /usr/ports/lang/python/work/ pydoc2.3 /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.3,' /usr/ports/lang/ python/work/Python-2.3/Tools/scripts/idle > /usr/ports/lang/python/work/ idle2.3 ===> Patching for python-2.3.2 ===> Applying FreeBSD patches for python-2.3.2 1 out of 2 hunks failed--saving rejects to configure.rej >> Patch patch-configure failed to apply cleanly. >> Patch(es) patch-Modules::_sre.c applied cleanly. *** Error code 1 I can't help wondering quite why it's extracting 2.3 instead of 2.3.2, nor why there's a whole bunch of distfiles listed in the distinfo file either. ports tree is up to date, BTW. A. -- Andy Fawcett | andy@athame.co.uk | tap@kde.org "In an open world without walls and fences, | tap@lspace.org we wouldn't need Windows and Gates." -- anon | tap@fruitsalad.org From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 09:37:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD3DE16A4B3 for ; Tue, 21 Oct 2003 09:37:31 -0700 (PDT) Received: from sbtm.yonsei.net (sbtm.yonsei.net [61.100.191.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBA643F3F for ; Tue, 21 Oct 2003 09:37:30 -0700 (PDT) (envelope-from perky@sbtm.yonsei.net) Received: by sbtm.yonsei.net (Postfix, from userid 1001) id 41A1028412; Wed, 22 Oct 2003 01:37:29 +0900 (KST) Date: Wed, 22 Oct 2003 01:37:29 +0900 From: Hye-Shik Chang To: Andy Fawcett Message-ID: <20031021163729.GA91839@i18n.org> References: <200310211931.31433.andy@athame.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310211931.31433.andy@athame.co.uk> Organization: Yonsei University User-Agent: Mutt/1.5.4i cc: ports@FreeBSD.org Subject: Re: lang/python fails to portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 16:37:32 -0000 On Tue, Oct 21, 2003 at 07:31:31PM +0300, Andy Fawcett wrote: > Sorry about the mail rather than a PR, I seem to have broken my send-pr > somehow. I'll fix that next... > > > hex# portupgrade -fr python > ---> Upgrading 'python-2.3_1' to 'python-2.3.2' (lang/python) > ---> Building '/usr/ports/lang/python' > ===> Cleaning for python-2.3.2 > ===> Extracting for python-2.3.2 > >> Checksum OK for python/Python-2.3.tgz. > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.3,' /usr/ports/lang/ > python/work/Python-2.3/Tools/scripts/pydoc > /usr/ports/lang/python/work/ > pydoc2.3 > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.3,' /usr/ports/lang/ > python/work/Python-2.3/Tools/scripts/idle > /usr/ports/lang/python/work/ > idle2.3 > ===> Patching for python-2.3.2 > ===> Applying FreeBSD patches for python-2.3.2 > 1 out of 2 hunks failed--saving rejects to configure.rej > >> Patch patch-configure failed to apply cleanly. > >> Patch(es) patch-Modules::_sre.c applied cleanly. > *** Error code 1 > > > I can't help wondering quite why it's extracting 2.3 instead of 2.3.2, nor > why there's a whole bunch of distfiles listed in the distinfo file either. > > ports tree is up to date, BTW. > Aah. Can you try this patch? I guess that this problem is caused by ports/Mk/bsd.python.mk rev 1.38 Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/python/Makefile,v retrieving revision 1.110 diff -u -u -r1.110 Makefile --- Makefile 19 Oct 2003 09:17:44 -0000 1.110 +++ Makefile 21 Oct 2003 16:34:53 -0000 @@ -10,7 +10,7 @@ CATEGORIES= lang python ipv6 MASTER_SITES= ${MASTER_SITE_PYTHON} MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR} -DISTFILES= ${PYTHON_DISTFILE} +DISTNAME= Python-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT?= An interpreted object-oriented programming language Regards, Hye-Shik =) From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 09:42:54 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BDE816A4B3 for ; Tue, 21 Oct 2003 09:42:54 -0700 (PDT) Received: from sbtm.yonsei.net (sbtm.yonsei.net [61.100.191.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E2943F3F for ; Tue, 21 Oct 2003 09:42:53 -0700 (PDT) (envelope-from perky@sbtm.yonsei.net) Received: by sbtm.yonsei.net (Postfix, from userid 1001) id BE1AE28415; Wed, 22 Oct 2003 01:42:51 +0900 (KST) Date: Wed, 22 Oct 2003 01:42:51 +0900 From: Hye-Shik Chang To: Andy Fawcett Message-ID: <20031021164251.GA92417@i18n.org> References: <200310211931.31433.andy@athame.co.uk> <20031021163729.GA91839@i18n.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031021163729.GA91839@i18n.org> Organization: Yonsei University User-Agent: Mutt/1.5.4i cc: ports@FreeBSD.org Subject: Re: lang/python fails to portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 16:42:54 -0000 On Wed, Oct 22, 2003 at 01:37:29AM +0900, Hye-Shik Chang wrote: > On Tue, Oct 21, 2003 at 07:31:31PM +0300, Andy Fawcett wrote: > > Sorry about the mail rather than a PR, I seem to have broken my send-pr > > somehow. I'll fix that next... [snip] > > Aah. Can you try this patch? I guess that this problem is caused by > ports/Mk/bsd.python.mk rev 1.38 > > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/lang/python/Makefile,v Oops. the patch wasn't enough. please use this. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/python/Makefile,v retrieving revision 1.110 diff -u -u -r1.110 Makefile --- Makefile 19 Oct 2003 09:17:44 -0000 1.110 +++ Makefile 21 Oct 2003 16:41:50 -0000 @@ -10,13 +10,14 @@ CATEGORIES= lang python ipv6 MASTER_SITES= ${MASTER_SITE_PYTHON} MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR} -DISTFILES= ${PYTHON_DISTFILE} +DISTNAME= Python-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT?= An interpreted object-oriented programming language DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} +EXTRACT_SUFX= .tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl CONFIGURE_ENV= OPT="${CFLAGS}" Regards, Hye-Shik =) From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 09:52:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7428716A4B3 for ; Tue, 21 Oct 2003 09:52:46 -0700 (PDT) Received: from hex.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929AE43FAF for ; Tue, 21 Oct 2003 09:52:45 -0700 (PDT) (envelope-from andy@athame.co.uk) Received: from vimes.int.athame.co.uk ([192.168.1.3]) by hex.athame.co.uk with esmtp (Exim 4.22) id 1ABzkP-0002Oz-Pa; Tue, 21 Oct 2003 19:52:41 +0300 From: Andy Fawcett To: Hye-Shik Chang Date: Tue, 21 Oct 2003 19:52:41 +0300 User-Agent: KMail/1.5.4 References: <200310211931.31433.andy@athame.co.uk> <20031021163729.GA91839@i18n.org> <20031021164251.GA92417@i18n.org> In-Reply-To: <20031021164251.GA92417@i18n.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310211952.41081.andy@athame.co.uk> cc: ports@FreeBSD.org Subject: Re: lang/python fails to portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 16:52:46 -0000 On Tuesday 21 October 2003 19:42, Hye-Shik Chang wrote: > On Wed, Oct 22, 2003 at 01:37:29AM +0900, Hye-Shik Chang wrote: > > On Tue, Oct 21, 2003 at 07:31:31PM +0300, Andy Fawcett wrote: > > > Sorry about the mail rather than a PR, I seem to have broken my > > > send-pr somehow. I'll fix that next... > > [snip] > > > Aah. Can you try this patch? I guess that this problem is caused by > > ports/Mk/bsd.python.mk rev 1.38 > > > > Index: Makefile > > =================================================================== > > RCS file: /home/pcvs/ports/lang/python/Makefile,v > > Oops. the patch wasn't enough. please use this. > > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/lang/python/Makefile,v > retrieving revision 1.110 > diff -u -u -r1.110 Makefile > --- Makefile 19 Oct 2003 09:17:44 -0000 1.110 > +++ Makefile 21 Oct 2003 16:41:50 -0000 > @@ -10,13 +10,14 @@ > CATEGORIES= lang python ipv6 > MASTER_SITES= ${MASTER_SITE_PYTHON} > MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR} > -DISTFILES= ${PYTHON_DISTFILE} > +DISTNAME= Python-${PORTVERSION} > > MAINTAINER= perky@FreeBSD.org > COMMENT?= An interpreted object-oriented programming language > > DIST_SUBDIR= python > WRKSRC= ${PYTHON_WRKSRC} > +EXTRACT_SUFX= .tgz > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-fpectl > CONFIGURE_ENV= OPT="${CFLAGS}" Better, it at least extracts the correct distfile now ;) However: ===> Extracting for python-2.3.2 >> Checksum OK for python/Python-2.3.2.tgz. /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.3,' \ /usr/ports/lang/python/work/Python-2.3/Tools/scripts/pydoc > \ /usr/ports/lang/python/work/pydoc2.3 sed: /usr/ports/lang/python/work/Python-2.3/Tools/scripts/pydoc: \ No such file or directory looks like WRKSRC isn't being set right... Cheers, Andy -- Andy Fawcett | andy@athame.co.uk | tap@kde.org "In an open world without walls and fences, | tap@lspace.org we wouldn't need Windows and Gates." -- anon | tap@fruitsalad.org From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 10:05:49 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9223F16A4BF for ; Tue, 21 Oct 2003 10:05:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD61443FDF for ; Tue, 21 Oct 2003 10:05:47 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9LH5lFY021712 for ; Tue, 21 Oct 2003 10:05:47 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9LH5lF0021710 for ports@freebsd.org; Tue, 21 Oct 2003 10:05:47 -0700 (PDT) (envelope-from fenner) Date: Tue, 21 Oct 2003 10:05:47 -0700 (PDT) From: Bill Fenner Message-Id: <200310211705.h9LH5lF0021710@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 17:05:49 -0000 Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 10:20:42 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B5C16A4B3 for ; Tue, 21 Oct 2003 10:20:42 -0700 (PDT) Received: from sbtm.yonsei.net (sbtm.yonsei.net [61.100.191.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDB143F93 for ; Tue, 21 Oct 2003 10:20:41 -0700 (PDT) (envelope-from perky@sbtm.yonsei.net) Received: by sbtm.yonsei.net (Postfix, from userid 1001) id D73D428412; Wed, 22 Oct 2003 02:20:39 +0900 (KST) Date: Wed, 22 Oct 2003 02:20:39 +0900 From: Hye-Shik Chang To: Andy Fawcett Message-ID: <20031021172039.GA26221@i18n.org> References: <200310211931.31433.andy@athame.co.uk> <20031021163729.GA91839@i18n.org> <20031021164251.GA92417@i18n.org> <200310211952.41081.andy@athame.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310211952.41081.andy@athame.co.uk> Organization: Yonsei University User-Agent: Mutt/1.5.4i cc: ports@FreeBSD.org Subject: Re: lang/python fails to portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 17:20:42 -0000 On Tue, Oct 21, 2003 at 07:52:41PM +0300, Andy Fawcett wrote: > On Tuesday 21 October 2003 19:42, Hye-Shik Chang wrote: > > On Wed, Oct 22, 2003 at 01:37:29AM +0900, Hye-Shik Chang wrote: > > > On Tue, Oct 21, 2003 at 07:31:31PM +0300, Andy Fawcett wrote: > > > > Sorry about the mail rather than a PR, I seem to have broken my > > > > send-pr somehow. I'll fix that next... > > [snip] > > Better, it at least extracts the correct distfile now ;) > > However: > > ===> Extracting for python-2.3.2 > >> Checksum OK for python/Python-2.3.2.tgz. > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.3,' \ > /usr/ports/lang/python/work/Python-2.3/Tools/scripts/pydoc > \ > /usr/ports/lang/python/work/pydoc2.3 > sed: /usr/ports/lang/python/work/Python-2.3/Tools/scripts/pydoc: \ > No such file or directory > > looks like WRKSRC isn't being set right... > Fixed in CVS. Thank you! Regards, Hye-Shik =) From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 10:55:44 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D6CD16A4B3 for ; Tue, 21 Oct 2003 10:55:44 -0700 (PDT) Received: from hex.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D4A843F3F for ; Tue, 21 Oct 2003 10:55:43 -0700 (PDT) (envelope-from andy@athame.co.uk) Received: from vimes.int.athame.co.uk ([192.168.1.3]) by hex.athame.co.uk with esmtp (Exim 4.22) id 1AC0jM-0009Tg-JN; Tue, 21 Oct 2003 20:55:40 +0300 From: Andy Fawcett To: Hye-Shik Chang Date: Tue, 21 Oct 2003 20:55:40 +0300 User-Agent: KMail/1.5.4 References: <200310211931.31433.andy@athame.co.uk> <200310211952.41081.andy@athame.co.uk> <20031021172039.GA26221@i18n.org> In-Reply-To: <20031021172039.GA26221@i18n.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310212055.40110.andy@athame.co.uk> cc: ports@FreeBSD.org Subject: Re: lang/python fails to portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 17:55:44 -0000 On Tuesday 21 October 2003 20:20, Hye-Shik Chang wrote: [snip python problems] > Fixed in CVS. Thank you! Thanks, seems fine now :) A. -- Andy Fawcett | andy@athame.co.uk | tap@kde.org "In an open world without walls and fences, | tap@lspace.org we wouldn't need Windows and Gates." -- anon | tap@fruitsalad.org From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 11:06:45 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D564216A4BF for ; Tue, 21 Oct 2003 11:06:45 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E8243F75 for ; Tue, 21 Oct 2003 11:06:44 -0700 (PDT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([12.203.21.192]) by comcast.net (sccrmhc13) with ESMTP id <2003102118064301600l1pcle>; Tue, 21 Oct 2003 18:06:43 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 1CC6ECC6; Tue, 21 Oct 2003 11:06:42 -0700 (PDT) Date: Tue, 21 Oct 2003 11:06:42 -0700 From: Clint Olsen To: Alexander Leidinger Message-ID: <20031021180642.GA1999@0lsen.net> References: <20031021144639.2e24bd56.Alexander@Leidinger.net> <20031021145300.GA93120@0lsen.net> <20031021173528.69ef93d7.Alexander@Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031021173528.69ef93d7.Alexander@Leidinger.net> User-Agent: Mutt/1.4.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! cc: ports@freebsd.org cc: Marius Strobl Subject: Re: Attempted to build stlport-icc with icc-7.1.030 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 18:06:46 -0000 On Oct 21, Alexander Leidinger wrote: > > Try the attached patch. Hi: This seems to have fixed it! Thanks, -Clint From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 13:38:50 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 321A516A4B3 for ; Tue, 21 Oct 2003 13:38:50 -0700 (PDT) Received: from mail.c.bus.net (65-85-139-25.client.dsl.net [65.85.139.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51C6B43F3F for ; Tue, 21 Oct 2003 13:38:47 -0700 (PDT) (envelope-from cao@bus.net) Received: from ws100.c.bus.net (ws102.c.bus.net [192.168.1.12]) by mail.c.bus.net (Postfix) with ESMTP id B2FC75487A; Tue, 21 Oct 2003 16:37:10 -0400 (EDT) Received: (from cao@localhost) by ws100.c.bus.net (8.12.6/8.12.6/Submit) id h9LKcjIr010452; Tue, 21 Oct 2003 16:38:45 -0400 (EDT) (envelope-from cao) Date: Tue, 21 Oct 2003 16:38:45 -0400 From: chuck odonnell To: ports@freebsd.org, olive@oban.frmug.org Message-ID: <20031021203841.GA10429@bus.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline Subject: gbuffy update diff X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 20:38:50 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline the 'gbuffy' port is out of date. attached unified diff updates port to latest version of gbuffy. thanks, chuck --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gbuffy-port.diff" diff -u ../gbuffy.orig/Makefile ./Makefile --- ../gbuffy.orig/Makefile Thu Mar 27 11:05:34 2003 +++ ./Makefile Tue Oct 21 16:29:59 2003 @@ -6,9 +6,9 @@ # PORTNAME= gbuffy -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.6 CATEGORIES= mail -MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/ +MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION}/ MAINTAINER= olive@oban.frmug.org COMMENT= A GTK+ multiple mailbox "biff" program diff -u ../gbuffy.orig/distinfo ./distinfo --- ../gbuffy.orig/distinfo Thu Mar 27 11:05:35 2003 +++ ./distinfo Tue Oct 21 16:29:59 2003 @@ -1 +1 @@ -MD5 (gbuffy-0.2.4.tar.gz) = aae7b2b88edb6e1a0969346b355fce68 +MD5 (gbuffy-0.2.6.tar.gz) = e56ac9ac248bd6eee1b96543b8f921fc --Kj7319i9nmIyA2yE-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 16:53:41 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0C616A4BF for ; Tue, 21 Oct 2003 16:53:41 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 073BC43FBD for ; Tue, 21 Oct 2003 16:53:38 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 98897 invoked by uid 85); 22 Oct 2003 01:53:36 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.071964 secs); 21 Oct 2003 23:53:36 -0000 Received: from persephone.cultdeadsheep.org (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 22 Oct 2003 01:53:35 +0200 Received: (qmail 89737 invoked from network); 22 Oct 2003 01:54:04 +0200 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by persephone.cultdeadsheep.org with DES-CBC3-SHA encrypted SMTP; 22 Oct 2003 01:54:04 +0200 Date: Wed, 22 Oct 2003 01:52:56 +0200 From: Clement Laforet To: ports@FreeBSD.org Message-Id: <20031022015256.57519ab5.sheepkiller@cultdeadsheep.org> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) X-Face: ._cVVRDn#-2((lnfi^P7CoD4htI$4+#G/G)!w|,}H5yK~%(3-C.JlEYbOjJGFwJkt*7N^%z jYeu[;}]}F"3}l5R'l"X0HbvT^D\Q&%deCo)MayY`);TO Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [RFC]: add a basic "closest mirrors finder" to make fetch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 23:53:41 -0000 Hi ! It has already been discussed many times and I've never seen a patch. The script is based on ping response (which is not a good idea ;)) and sorts "make 'CKSUMFILES+=${DISTFILES}' master-sites-${group}" output (PATCH_SITES is supported too). There is some dirty thing (like the way of getting rid of ftp.FreeBSD.org mirror), so it surely needs more investigations. I really hope getting some feedback :-) Usage: cd make ENABLE_CLOSEST_MIRROR=yes fetch you can use FETCH_DEBUG=yes too, the sorted list will be printed. clem ============================================ Sample output: [root@lucifer|(884)| apache13-ssl]# make ENABLE_CLOSEST_MIRROR=yes fetch >> apache_1.3.28.tar.gz doesn't seem to exist in /usr/ports/distfiles/apache. Looking for closest mirror, please wait... >> Attempting to fetch from ftp://mir1.ovh.net/ftp.apache.org/dist/httpd/. Receiving apache_1.3.28.tar.gz (2388111 bytes): 100% (ETA 00:00) 2388111 bytes transferred in 58.7 seconds (39.75 kBps) >> apache_1.3.28+ssl_1.49.tar.gz doesn't seem to exist in /usr/ports/distfiles/apache. Looking for closest mirror, please wait... >> Attempting to fetch from ftp://opensores.thebunker.net/pub/mirrors/apache-ssl/. Receiving apache_1.3.28+ssl_1.49.tar.gz (56266 bytes): 100% 56266 bytes transferred in 1.2 seconds (46.41 kBps) >> no_zombies.patch doesn't seem to exist in /usr/ports/distfiles/apache. Looking for closest mirror, please wait... >> Attempting to fetch from ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/httpd/patches/apply_to_1.3.28/. Receiving no_zombies.patch (889 bytes): 100% 889 bytes transferred in 0.0 seconds (38.37 kBps) ----------------- With FETCH_DEBUG=yes: [root@lucifer|(887)| apache13-ssl]# make ENABLE_CLOSEST_MIRROR=yes FETCH_DEBUG=yes fetch >> apache_1.3.28.tar.gz doesn't seem to exist in /usr/ports/distfiles/apache. Looking for closest mirror, please wait... *** DEBUG *** SITES: ftp://mir1.ovh.net/ftp.apache.org/dist/httpd/ ftp://ftp.apache.de/mirrors/dev.apache.org/dist/httpd/ ftp://ftp.plig.net/pub/apache/dist/httpd/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/httpd/ ftp://ftp.cs.tu-berlin.de/pub/net/www/apache/ ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/httpd/ ftp://ftp.gin.cz/pub/mirrors/www.apache.org/dist/httpd/ ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/dist/httpd/ ftp://ftp.chg.ru/pub/WWW/apache/dist/httpd/ ftp://ftp.task.gda.pl/pub/www/apache/dist/httpd/ ftp://sunsite.srce.hr/mirrors/ftp.apache.org/apache/dist/httpd/ ftp://sunsite.icm.edu.pl/pub/www/apache/dist/httpd/ ftp://apache.rinet.ru/pub/mirror/apache.org/dist/httpd/ ftp://ftp.tux.org/pub/net/apache/dist/httpd/ http://nagoya.apache.org/mirror/httpd/ http://www.apache.org/dist/httpd/ ftp://ftp.pop-mg.com.br/pub/apache/dist/httpd/ ftp://ftp.flirble.org/pub/web/apache/dist/httpd/ ftp://ftp.planetmirror.com/pub/apache/dist/httpd/ ftp://ftp.saix.net/pu b/apache/dist/httpd/ ftp://ftp.epix.net/pub/apache/httpd/ ftp://xenia.sote.hu/pub/mirrors/www.apache.org/httpd/ ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/httpd/ ftp://ftp.apache.inetcosmos.org/pub/apache/dist/httpd/ ftp://apache.theomnistore.com/mirror/apache/dist/httpd/ ftp://ftp.esat.net/mirrors/ftp.apache.org/httpd/ ftp://ftp.sogang.ac.kr/www/apache/dist/httpd/ ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/httpd/ ftp://ftp.rhnet.is/pub/apache/httpd/ ftp://apache.secsup.org/pub/apache/dist/httpd/ ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/httpd/ ftp://ftp.sunet.se/pub/www/servers/apache/dist/httpd/ http://www.t.ring.gr.jp/archives/net/apache/dist/httpd/ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/apache/ >> Attempting to fetch from ftp://mir1.ovh.net/ftp.apache.org/dist/httpd/. Receiving apache_1.3.28.tar.gz (2388111 bytes): 100% (ETA 00:00) 2388111 bytes transferred in 40.3 seconds (57.91 kBps) >> apache_1.3.28+ssl_1.49.tar.gz doesn't seem to exist in /usr/ports/distfiles/apache. Looking for closest mirror, please wait... *** DEBUG *** SITES: ftp://opensores.thebunker.net/pub/mirrors/apache-ssl/ ftp://ftp.it.net.au/mirrors/crypto/SSL/Apache-SSL/ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/apache/ >> Attempting to fetch from ftp://opensores.thebunker.net/pub/mirrors/apache-ssl/. Receiving apache_1.3.28+ssl_1.49.tar.gz (56266 bytes): 100% 56266 bytes transferred in 0.6 seconds (96.49 kBps) >> no_zombies.patch doesn't seem to exist in /usr/ports/distfiles/apache. Looking for closest mirror, please wait... *** DEBUG *** SITES: ftp://ftp.apache.de/mirrors/dev.apache.org/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.apache.inetcosmos.org/pub/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://sunsite.srce.hr/mirrors/ftp.apache.org/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.esat.net/mirrors/ftp.apache.org/httpd/patches/apply_to_1.3.28/ ftp://ftp.gin.cz/pub/mirrors/www.apache.org/dist/httpd/patches/apply_to_1.3.28/ ftp://xenia.sote.hu/pub/mirrors/www.apache.org/httpd/patches/apply_to_1.3.28/ ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.flirble.org/pub/web/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://apache.theomnistore.com/mirror/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.rhnet.is/pub/apache/httpd/patches/apply_to_1.3.28/ ftp://ftp.task.gda.pl/pub/www/apache/dist/h ttpd/patches/apply_to_1.3.28/ ftp://ftp.tux.org/pub/net/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://apache.rinet.ru/pub/mirror/apache.org/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.epix.net/pub/apache/httpd/patches/apply_to_1.3.28/ ftp://sunsite.icm.edu.pl/pub/www/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/httpd/patches/apply_to_1.3.28/ http://nagoya.apache.org/mirror/httpd/patches/apply_to_1.3.28/ ftp://ftp.pop-mg.com.br/pub/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.sogang.ac.kr/www/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.planetmirror.com/pub/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.saix.net/pub/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://apache.secsup.org/pub/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.chg.ru/pub/WWW/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.cs.tu-berlin.de/ pub/net/www/apache/patches/apply_to_1.3.28/ ftp://ftp.plig.net/pub/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://mir1.ovh.net/ftp.apache.org/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.forthnet.gr/pub/www/apache/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.sunet.se/pub/www/servers/apache/dist/httpd/patches/apply_to_1.3.28/ http://www.apache.org/dist/httpd/patches/apply_to_1.3.28/ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/apache/ >> Attempting to fetch from ftp://ftp.apache.de/mirrors/dev.apache.org/dist/httpd/patches/apply_to_1.3.28/. Receiving no_zombies.patch (889 bytes): 100% 889 bytes transferred in 0.0 seconds (28.35 kBps) ============================================ Patch: Index: Mk/bsd.port.mk =================================================================== RCS file: /WORK/REPO/ports/Mk/bsd.port.mk,v retrieving revision 1.468 diff -u -r1.468 bsd.port.mk --- Mk/bsd.port.mk 3 Sep 2003 19:50:24 -0000 1.468 +++ Mk/bsd.port.mk 21 Oct 2003 23:31:11 -0000 @@ -839,11 +839,13 @@ LS?= /bin/ls MKDIR?= /bin/mkdir -p MV?= /bin/mv +PING?= /sbin/ping REALPATH?= /bin/realpath RM?= /bin/rm RMDIR?= /bin/rmdir SED?= /usr/bin/sed SETENV?= /usr/bin/env +SORT?= /usr/bin/sort SH?= /bin/sh STRIP_CMD?= /usr/bin/strip SU_CMD?= /usr/bin/su root -c @@ -2748,11 +2750,26 @@ fi \ done; \ ___MASTER_SITES_TMP= ; \ - SORTED_MASTER_SITES_CMD_TMP="echo ${_MASTER_SITE_OVERRIDE} `echo $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ + SORTED_MASTER_SITES_CMD_TMP="echo ${_MASTER_SITE_OVERRIDE} `echo $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'`" ; \ + WITH_BACKUP_SITE=yes;\ else \ SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ fi ; \ - for site in `eval $$SORTED_MASTER_SITES_CMD_TMP`; do \ + if [ ! -z ${ENABLE_CLOSEST_MIRROR} ] ;\ + then \ + ${ECHO_CMD} "Looking for closest mirror, please wait...";\ + SITES=$$(for site in `eval $$SORTED_MASTER_SITES_CMD_TMP`;\ + do host=`${ECHO_CMD} $$site | ${AWK} -F\/ '{print $$3;}'`;\ + time=`${PING} -Q -t 5 -c 1 $$host | ${AWK} -F\/ '$$1 ~ /^round/ {print $$6;}' 2> /dev/null` ;\ + ${ECHO} $$time $$site;\ + done | ${SORT} -n | ${AWK} '$$2 ~ /^(ftp|http)/ {print $$2;}');\ + SITES="$$SITES ${_MASTER_SITE_BACKUP}"; \ + else \ + SITES=`eval $$SORTED_MASTER_SITES_CMD_TMP`; \ + [ "x$$WITH_BACKUP_SITE" = "x" ] || SITES="$$SITES ${_MASTER_SITE_BACKUP}"; \ + fi;\ + [ ! -z ${FETCH_DEBUG} ] && ( ${ECHO} '*** DEBUG *** SITES:' ; ${ECHO} $$SITES) ;\ + for site in $$SITES; do \ ${ECHO_MSG} ">> Attempting to fetch from $${site}."; \ DIR=${DIST_SUBDIR}; \ CKSIZE=`${GREP} "^SIZE ($${DIR:+$$DIR/}$$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ @@ -2801,11 +2818,26 @@ fi \ done; \ ___PATCH_SITES_TMP= ; \ - SORTED_PATCH_SITES_CMD_TMP="echo ${_MASTER_SITE_OVERRIDE} `echo $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ + SORTED_PATCH_SITES_CMD_TMP="echo ${_MASTER_SITE_OVERRIDE} `echo $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'`" ; \ + WITH_BACKUP_SITE=yes;\ else \ SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ fi ; \ - for site in `eval $$SORTED_PATCH_SITES_CMD_TMP`; do \ + if [ ! -z ${ENABLE_CLOSEST_MIRROR} ] ;\ + then \ + ${ECHO_CMD} "Looking for closest mirror, please wait...";\ + SITES=$$(for site in `eval $$SORTED_PATCH_SITES_CMD_TMP`;\ + do host=`${ECHO} $$site | ${AWK} -F\/ '{print $$3;}'`;\ + time=`${PING} -Q -t 10 -c 2 $$host | ${AWK} -F\/ '$$1 ~ /^round-trip/ {print $$6;}' 2> /dev/null` ;\ + ${ECHO} $$time $$site ; \ + done | ${GREP} -v ${_MASTER_SITE_BACKUP}| ${SORT} -n | ${AWK} '$$2 ~ /^(ftp|http)/ {print $$2;}');\ + SITES="$$SITES ${_MASTER_SITE_BACKUP}"; \ + else \ + SITES=`eval $$SORTED_PATCH_SITES_CMD_TMP | ${GREP} -v ${_MASTER_SITE_BACKUP}`; \ + [ "x$$WITH_BACKUP_SITE" = "x" ] || SITES="$$SITES ${_MASTER_SITE_BACKUP}"; \ + fi;\ + [ ! -z ${FETCH_DEBUG} ] && ( ${ECHO} '*** DEBUG *** SITES:' ; ${ECHO} $$SITES) ;\ + for site in $$SITES ; do \ ${ECHO_MSG} ">> Attempting to fetch from $${site}."; \ DIR=${DIST_SUBDIR}; \ CKSIZE=`${GREP} "^SIZE ($${DIR:+$$DIR/}$$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 19:58:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B48EC16A4B3 for ; Tue, 21 Oct 2003 19:58:35 -0700 (PDT) Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9816C43FA3 for ; Tue, 21 Oct 2003 19:58:32 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao04.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031022025832.JTZI1644.fed1mtao04.cox.net@daemon.g-e-e-k.net>; Tue, 21 Oct 2003 22:58:32 -0400 Date: Tue, 21 Oct 2003 19:56:55 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: Jeremy Messenger In-Reply-To: Message-ID: <20031021195420.G611@daemon.g-e-e-k.net> References: <3F94DB20.7040908@users.sourceforge.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports@freebsd.org cc: Rob Lahaye Subject: Re: upgrade atk: atk-1.4.1.tar.bz2 nowhere to be found ~@# X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 02:58:35 -0000 > > The very first fetched by devek/atk following: > > http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/ > > I see 1.4.1 tarballs in there, so do the 'make distclean' on your machine. > I removed the previously downloaded atk-1.4.1.tar.bz2 so the build would fetch it again and I still get this error. How is doing a make dist clean any different? +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Tue Oct 21 19:50:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 7:50PM up 42 days, 12:22, 5 users, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 20:10:10 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2119816A4BF for ; Tue, 21 Oct 2003 20:10:10 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 091D143F93 for ; Tue, 21 Oct 2003 20:10:09 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031022031007.TQUU22544.lakemtao08.cox.net@mezz.mezzweb.com>; Tue, 21 Oct 2003 23:10:07 -0400 Date: Tue, 21 Oct 2003 22:09:15 -0500 To: Steve Wingate References: <3F94DB20.7040908@users.sourceforge.net> <20031021195420.G611@daemon.g-e-e-k.net> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20031021195420.G611@daemon.g-e-e-k.net> User-Agent: Opera7.21/Linux M2 build 480 cc: freebsd-ports@freebsd.org cc: Rob Lahaye Subject: Re: upgrade atk: atk-1.4.1.tar.bz2 nowhere to be found ~@# X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 03:10:10 -0000 On Tue, 21 Oct 2003 19:56:55 -0700 (PDT), Steve Wingate wrote: >> >> The very first fetched by devek/atk following: >> >> http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/ >> >> I see 1.4.1 tarballs in there, so do the 'make distclean' on your >> machine. >> > > I removed the previously downloaded atk-1.4.1.tar.bz2 so the build would > fetch it again and I still get this error. How is doing a make dist clean > any different? They are same thing, so you need to make sure you have the update of devel/atk.. ========================= % cat /usr/ports/devel/atk/Makefile | grep \$FreeBSD # $FreeBSD: ports/devel/atk/Makefile,v 1.32 2003/10/20 16:33:56 marcus Exp $ % cat /usr/ports/devel/atk/distinfo MD5 (gnome2/atk-1.4.1.tar.bz2) = d7830bdf1e05d8395794f75097d291be ========================= Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 21:31:49 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3844816A4B3 for ; Tue, 21 Oct 2003 21:31:49 -0700 (PDT) Received: from dns12.mail.yahoo.co.jp (dns12.mail.yahoo.co.jp [210.81.151.145]) by mx1.FreeBSD.org (Postfix) with SMTP id 98ECD43F3F for ; Tue, 21 Oct 2003 21:31:47 -0700 (PDT) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by dns12.mail.yahoo.co.jp with SMTP; 22 Oct 2003 04:31:46 -0000 X-Apparently-From: Received: from ghost.near.this (ghost.near.this [10.0.3.9]) by gorgon.near.this (Postfix) with ESMTP id 12E847F81; Wed, 22 Oct 2003 13:31:42 +0900 (JST) Received: by ghost.near.this (Postfix, from userid 100) id 2EA8E19320; Wed, 22 Oct 2003 13:31:31 +0900 (JST) Date: Wed, 22 Oct 2003 13:31:30 +0900 From: horio shoichi To: Steve Wingate In-Reply-To: <20031021195420.G611@daemon.g-e-e-k.net> References: <3F94DB20.7040908@users.sourceforge.net> <20031021195420.G611@daemon.g-e-e-k.net> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20031022.043131.d3d64df29d3889be.10.0.3.9@bugsgrief.net> cc: Jeremy Messenger cc: freebsd-ports@freebsd.org cc: Rob Lahaye Subject: Re: upgrade atk: atk-1.4.1.tar.bz2 nowhere to be found ~@# X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 04:31:49 -0000 On Tue, 21 Oct 2003 19:56:55 -0700 (PDT) Steve Wingate wrote: > > > > The very first fetched by devek/atk following: > > > > http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/ > > > > I see 1.4.1 tarballs in there, so do the 'make distclean' on your machine. > > > > I removed the previously downloaded atk-1.4.1.tar.bz2 so the build would > fetch it again and I still get this error. How is doing a make dist clean > any different? > Unfortunately current make fetch mechanizm tends to pick up the same site as previous. To pick up the ball from above site, do this: ftp http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/atk-1.4.1.tar.bz2 horio shoichi > > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Tue Oct 21 19:50:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > | 7:50PM up 42 days, 12:22, 5 users, load averages: 0.00, 0.00, 0.00 > +---------------------------------------------------------------------+ > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 22:14:49 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FFFB16A4B3; Tue, 21 Oct 2003 22:14:49 -0700 (PDT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 308BE43FBD; Tue, 21 Oct 2003 22:14:48 -0700 (PDT) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu163-100-105.nc.rr.com [24.163.100.105]) h9M5EjR8012473; Wed, 22 Oct 2003 01:14:45 -0400 (EDT) Message-ID: <3F961244.2070809@mindcore.net> Date: Wed, 22 Oct 2003 01:14:44 -0400 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Question on freeBSD (5.1-CURRENT) portupgrade of Perl 5.8 andlibiconv 1.9.1_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 05:14:49 -0000 Hey all. In doing a portupgrade -RvN for windowmaker, Perl and libiconv were recompiled. I saved the log output and noticed several oddities I was wondering if anyone can explain? 1..several settings come up as undefined during the Perl build, namely: $i_malloc $d_setegid $d_seteuid $i_iconv These don't look troubling by themselves dur to 'autoconf magic,' but the next one for libiconv is more bothersome: From libiconv 1.9.1_3 configure: checking if libtool supports shared libraries... yes *** Warning: the command libtool uses to detect shared libraries, *** /usr/bin/file, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org Any ideas? Also, is there a way to pass configure options to portupgrade, or should I run make clean && ./configure for each port in an 'upgrade chain' and then force portupgrade to not make clean prior to building/installing? Thanks, Scott From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 22:21:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9995E16A4B3; Tue, 21 Oct 2003 22:21:15 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5AE43FBF; Tue, 21 Oct 2003 22:21:14 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h9M5K3MN008724; Wed, 22 Oct 2003 01:20:03 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Scott W In-Reply-To: <3F961244.2070809@mindcore.net> References: <3F961244.2070809@mindcore.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-W/SzqvWgO/mWds+4279w" Organization: MarcusCom, Inc. Message-Id: <1066800070.97635.21.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 22 Oct 2003 01:21:10 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: Question on freeBSD (5.1-CURRENT) portupgrade of Perl 5.8 andlibiconv 1.9.1_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 05:21:15 -0000 --=-W/SzqvWgO/mWds+4279w Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-10-22 at 01:14, Scott W wrote: > Hey all. In doing a portupgrade -RvN for windowmaker, Perl and libiconv=20 > were recompiled. I saved the log output and noticed several oddities I=20 > was wondering if anyone can explain? >=20 > 1..several settings come up as undefined during the Perl build, namely: > $i_malloc > $d_setegid > $d_seteuid > $i_iconv >=20 > These don't look troubling by themselves dur to 'autoconf magic,' but=20 > the next one for libiconv is more bothersome: >=20 > From libiconv 1.9.1_3 configure: > checking if libtool supports shared libraries... yes >=20 > *** Warning: the command libtool uses to detect shared libraries, > *** /usr/bin/file, produces output that libtool cannot recognize. > *** The result is that libtool may fail to recognize shared libraries > *** as such. This will affect the creation of libtool libraries that > *** depend on shared libraries, but programs linked with such libtool > *** libraries will work regardless of this problem. Nevertheless, you > *** may want to report the problem to your system manager and/or to > *** bug-libtool@gnu.org >=20 > Any ideas? This is a byproduct of the new dynamic root layout in -CURRENT.=20 Basically, older versions of libtool try to do file on /usr/lib/libc.so. Recent versions of -CURRENT put libc.so in /lib.=20 Therefore, this fails. I haven't noticed any real problems because of this, but I have reported it to the libtool maintainer, ade@. >=20 > Also, is there a way to pass configure options to portupgrade, or should=20 > I run make clean && ./configure for each port in an 'upgrade chain' and=20 > then force portupgrade to not make clean prior to building/installing? Configure arguments? No. However, you can use the -m option to pass make arguments (e.g. -DWITH_FOO). To pass configure arguments, you'd have to edit the port Makefiles directly. Joe >=20 > Thanks, >=20 > Scott >=20 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-W/SzqvWgO/mWds+4279w Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/lhPGb2iPiv4Uz4cRAmN9AJsHBA5Q2XXb6wUAbW3WO+v3FmOrMgCglOO5 VRUiwb3QzXnGxK3SBk+YFf0= =6932 -----END PGP SIGNATURE----- --=-W/SzqvWgO/mWds+4279w-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 23:42:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F55A16A4B3 for ; Tue, 21 Oct 2003 23:42:01 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F229443FD7 for ; Tue, 21 Oct 2003 23:42:00 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 9ED8F14679; Wed, 22 Oct 2003 01:42:00 -0500 (CDT) Date: Wed, 22 Oct 2003 01:42:00 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: freebsd-ports@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 06:42:01 -0000 Please do not set the Confidential field on your PRs to "yes". We really don't have a mechanism to deal with confidential PRs in GNATS due to the fact that the database itself can be replicated, via cvsup, to anyone's machine, and thus itself is inherently insecure. Setting this field to "yes" merely makes your PR disappear into this limbo-category called "pending" which is dark and scary and filled with big spiders and stuff :-) The only mechanism in FreeBSD for notification of severe security vulnerabilities, as far as I know, it to directly send email to security-officer @ FreeBSD.org. I'm sure that if I'm wrong that someone will correct me immediately ... mcl From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 00:13:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B69D16A4B3 for ; Wed, 22 Oct 2003 00:13:33 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id F105943F3F for ; Wed, 22 Oct 2003 00:13:30 -0700 (PDT) (envelope-from pilkis@gmx.net) Received: (qmail 32704 invoked by uid 65534); 22 Oct 2003 07:13:29 -0000 Received: from unknown (EHLO pilkisnotexp) (62.68.63.42) by mail.gmx.net (mp004) with SMTP; 22 Oct 2003 09:13:29 +0200 X-Authenticated: #6832473 Message-ID: <001201c3986b$fe6b3fb0$0464a8c0@spotripoli.local> From: "Putinas" To: "Joe Marcus Clarke" References: <3F961244.2070809@mindcore.net><1066800070.97635.21.camel@shumai.marcuscom.com> <3F9616E0.3000204@roadsterperformance.com> Date: Wed, 22 Oct 2003 09:13:28 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: base64 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: Question on freeBSD (5.1-CURRENT) portupgrade of Perl5.8andlibiconv 1.9.1_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 07:13:33 -0000 aWYgeW91IHVzZSBwb3J0dXBncmFkZSBhbmQgeW91IHdhbnQgdG8gcGFzcyBtYWtlIGFyZ3VtZW50 cyB5b3Ugc2hvdWxkIGxvb2sgYXQgL3Vzci9sb2NhbC9ldGMvcGtndG9vbHMuY29uZiANCm15IGV4 YW1wbGUgLi4uLiA6DQogIE1BS0VfQVJHUyA9IHsNCiAgICAgICAgJ2lyYy9iaXRjaHgtKicgPT4g J1dJVEhfU1NMPTEgV0lUSF9JUFY2PTEnLA0KICAgICAgICAnbmV0L3NhbWJhKicgPT4gJ1dJVEhP VVRfQ1VQUz0xJywNCiAgICAgICAgJ2RhdGFiYXNlcy9teXNxbDMyMy1zZXJ2ZXIqJyA9PiAnU0tJ UF9JTlNUQUxMX0RCPTEnLA0KICAgICAgICAnZnRwL3Byb2Z0cGQqJyA9PiAnV0lUSE9VVF9QQU09 MScsDQogIH0NCg0KYWZ0ZXIgeW91IHNldHVwIGl0IGZvciB5b3VyIG5lZWRzIC0geW91ciBsaWZl IGJlY29tZSBwcmV0dHkgZWFzeSB3aXRoIHBvcnR1cGdyYWRpbmcgLi4uDQotLS0tLSBPcmlnaW5h bCBNZXNzYWdlIC0tLS0tIA0KRnJvbTogIlNjb3R0IFdlZ2VuZXIsIFJvYWRzdGVyIFBlcmZvcm1h bmNlIiA8d2Vnc3RlckByb2Fkc3RlcnBlcmZvcm1hbmNlLmNvbT4NClRvOiAiSm9lIE1hcmN1cyBD bGFya2UiIDxtYXJjdXNAbWFyY3VzY29tLmNvbT4NCkNjOiA8ZnJlZWJzZC1jdXJyZW50QGZyZWVi c2Qub3JnPjsgPGZyZWVic2QtcG9ydHNAZnJlZWJzZC5vcmc+OyAiU2NvdHQgVyIgPHdlZ3N0ZXJA bWluZGNvcmUubmV0Pg0KU2VudDogV2VkbmVzZGF5LCBPY3RvYmVyIDIyLCAyMDAzIDA3OjM0IEFN DQpTdWJqZWN0OiBSZTogUXVlc3Rpb24gb24gZnJlZUJTRCAoNS4xLUNVUlJFTlQpIHBvcnR1cGdy YWRlIG9mIFBlcmw1LjhhbmRsaWJpY29udiAxLjkuMV8zDQoNCg0KPiBKb2UgTWFyY3VzIENsYXJr ZSB3cm90ZToNCj4gDQo+ID5PbiBXZWQsIDIwMDMtMTAtMjIgYXQgMDE6MTQsIFNjb3R0IFcgd3Jv dGU6DQo+ID4gIA0KPiA+DQo+ID4+SGV5IGFsbC4gIEluIGRvaW5nIGEgcG9ydHVwZ3JhZGUgLVJ2 TiBmb3Igd2luZG93bWFrZXIsIFBlcmwgYW5kIGxpYmljb252IA0KPiA+PndlcmUgcmVjb21waWxl ZC4gIEkgc2F2ZWQgdGhlIGxvZyBvdXRwdXQgYW5kIG5vdGljZWQgc2V2ZXJhbCBvZGRpdGllcyBJ IA0KPiA+PndhcyB3b25kZXJpbmcgaWYgYW55b25lIGNhbiBleHBsYWluPw0KPiA+Pg0KPiA+PjEu LnNldmVyYWwgc2V0dGluZ3MgY29tZSB1cCBhcyB1bmRlZmluZWQgZHVyaW5nIHRoZSBQZXJsIGJ1 aWxkLCBuYW1lbHk6DQo+ID4+JGlfbWFsbG9jDQo+ID4+JGRfc2V0ZWdpZA0KPiA+PiRkX3NldGV1 aWQNCj4gPj4kaV9pY29udg0KPiA+Pg0KPiA+PlRoZXNlIGRvbid0IGxvb2sgdHJvdWJsaW5nIGJ5 IHRoZW1zZWx2ZXMgZHVyIHRvICdhdXRvY29uZiBtYWdpYywnIGJ1dCANCj4gPj50aGUgbmV4dCBv bmUgZm9yIGxpYmljb252IGlzIG1vcmUgYm90aGVyc29tZToNCj4gPj4NCj4gPj4gRnJvbSBsaWJp Y29udiAxLjkuMV8zIGNvbmZpZ3VyZToNCj4gPj5jaGVja2luZyBpZiBsaWJ0b29sIHN1cHBvcnRz IHNoYXJlZCBsaWJyYXJpZXMuLi4geWVzDQo+ID4+DQo+ID4+KioqIFdhcm5pbmc6IHRoZSBjb21t YW5kIGxpYnRvb2wgdXNlcyB0byBkZXRlY3Qgc2hhcmVkIGxpYnJhcmllcywNCj4gPj4qKiogL3Vz ci9iaW4vZmlsZSwgcHJvZHVjZXMgb3V0cHV0IHRoYXQgbGlidG9vbCBjYW5ub3QgcmVjb2duaXpl Lg0KPiA+PioqKiBUaGUgcmVzdWx0IGlzIHRoYXQgbGlidG9vbCBtYXkgZmFpbCB0byByZWNvZ25p emUgc2hhcmVkIGxpYnJhcmllcw0KPiA+PioqKiBhcyBzdWNoLiAgVGhpcyB3aWxsIGFmZmVjdCB0 aGUgY3JlYXRpb24gb2YgbGlidG9vbCBsaWJyYXJpZXMgdGhhdA0KPiA+PioqKiBkZXBlbmQgb24g c2hhcmVkIGxpYnJhcmllcywgYnV0IHByb2dyYW1zIGxpbmtlZCB3aXRoIHN1Y2ggbGlidG9vbA0K PiA+PioqKiBsaWJyYXJpZXMgd2lsbCB3b3JrIHJlZ2FyZGxlc3Mgb2YgdGhpcyBwcm9ibGVtLiAg TmV2ZXJ0aGVsZXNzLCB5b3UNCj4gPj4qKiogbWF5IHdhbnQgdG8gcmVwb3J0IHRoZSBwcm9ibGVt IHRvIHlvdXIgc3lzdGVtIG1hbmFnZXIgYW5kL29yIHRvDQo+ID4+KioqIGJ1Zy1saWJ0b29sQGdu dS5vcmcNCj4gPj4NCj4gPj5BbnkgaWRlYXM/DQo+ID4+ICAgIA0KPiA+Pg0KPiA+DQo+ID5UaGlz IGlzIGEgYnlwcm9kdWN0IG9mIHRoZSBuZXcgZHluYW1pYyByb290IGxheW91dCBpbiAtQ1VSUkVO VC4gDQo+ID5CYXNpY2FsbHksIG9sZGVyIHZlcnNpb25zIG9mIGxpYnRvb2wgdHJ5IHRvIGRvIGZp bGUgb24NCj4gPi91c3IvbGliL2xpYmMuc28uICBSZWNlbnQgdmVyc2lvbnMgb2YgLUNVUlJFTlQg cHV0IGxpYmMuc28gaW4gL2xpYi4gDQo+ID5UaGVyZWZvcmUsIHRoaXMgZmFpbHMuICBJIGhhdmVu J3Qgbm90aWNlZCBhbnkgcmVhbCBwcm9ibGVtcyBiZWNhdXNlIG9mDQo+ID50aGlzLCBidXQgSSBo YXZlIHJlcG9ydGVkIGl0IHRvIHRoZSBsaWJ0b29sIG1haW50YWluZXIsIGFkZUAuDQo+ID4gIA0K PiA+DQo+IEdyZWF0LiAgVGhhdCBtYWtlcyBzZW5zZSwgYXMgZmlsZSB3aWxsIHJldHVybiBzeW1i b2xpYyBsaW5rIHJhdGhlciB0aGFuIA0KPiBhbiBFTEYgZXhlY3V0YWJsZSwgc2hvdWxkIGJlIGEg bWlub3IgYWRqdXN0bWVudCBieSB0aGUgbWFpbnRhaW5lci4gIEFsc28gDQo+IG1ha2VzIHNlbnNl IG9uIGxpYmMgaW4gL2xpYiAtIGFsd2F5cyBkaXN0dXJicyBtZSB3aGVuIEkgc2VlICdpbXBvcnRh bnQnIA0KPiBzeXN0ZW0gYmluYXJpZXMgbW91bnRlZCBvbiB0aGUgL3VzciBmaWxlc3lzdGVtIQ0K PiANCj4gPj5BbHNvLCBpcyB0aGVyZSBhIHdheSB0byBwYXNzIGNvbmZpZ3VyZSBvcHRpb25zIHRv IHBvcnR1cGdyYWRlLCBvciBzaG91bGQgDQo+ID4+SSBydW4gbWFrZSBjbGVhbiAmJiAuL2NvbmZp Z3VyZSBmb3IgZWFjaCBwb3J0IGluIGFuICd1cGdyYWRlIGNoYWluJyBhbmQgDQo+ID4+dGhlbiBm b3JjZSBwb3J0dXBncmFkZSB0byBub3QgbWFrZSBjbGVhbiBwcmlvciB0byBidWlsZGluZy9pbnN0 YWxsaW5nPw0KPiA+PiAgICANCj4gPj4NCj4gPg0KPiA+Q29uZmlndXJlIGFyZ3VtZW50cz8gIE5v LiAgSG93ZXZlciwgeW91IGNhbiB1c2UgdGhlIC1tIG9wdGlvbiB0byBwYXNzDQo+ID5tYWtlIGFy Z3VtZW50cyAoZS5nLiAtRFdJVEhfRk9PKS4gIFRvIHBhc3MgY29uZmlndXJlIGFyZ3VtZW50cywg eW91J2QNCj4gPmhhdmUgdG8gZWRpdCB0aGUgcG9ydCBNYWtlZmlsZXMgZGlyZWN0bHkuDQo+ID4N Cj4gPkpvZQ0KPiA+ICANCj4gPg0KPiANCj4gQWN0dWFsbHksIGl0IF9sb29rc18gbGlrZSB0aGVy ZSdzIHNvbWV3aGF0IG9mIGEgc3RhbmRhcmQgaW4gcGxhY2Ugd2l0aGluIA0KPiB0aGUgcG9ydCBN YWtlZmlsZXMgZGVmaW5pbmcgQ09ORklHVVJFX0FSR1MsIGJ1dCBJIGhhdmVuJ3Qgc2VhcmNoZWQg DQo+IHRocm91Z2ggYWxsIG9mIHRoZW0tIGFueW9uZSBrbm93IGlmIHRoaXMgaXMgYSAnZnJlZUJT RCBNYWtlZmlsZSANCj4gc3RhbmRhcmQnIHRoYXQgY2FuIChnZW5lcmFsbHkpIGJlIGNvdW50ZWQg b24/ICBJZiBzbywgYXQgbGVhc3QgZm9yIA0KPiBzcGVjaWZpYyBwb3J0cyBidWlsZHMsIHlvdSBz aG91bGQgYmUgYWJsZSB0byBkZWZpbmUgaXQgb24gdGhlIGNvbW1hbmQgDQo+IGxpbmUgdG8gbWFr ZSAoYXMgSm9lIHN0YXRlZCkgb3IgdmlhIHBhc3NpbmcgdGhlIHBhcmFtZXRlciB0byBtYWtlIGZv ciANCj4gcG9ydHVwZ3JhZGUuLi4uYWx0aG91Z2ggdGhhdCBjaGFuZ2UgZG9lc24ndCBnZXQgc2F2 ZWQgYW55d2hlcmUgYW5kIHdpbGwgDQo+IGJlIGNsb2JiZXJlZCBieSB0aGUgbmV4dCBjdnN1cC0g YW55IGNsZWFuIHdheSB0byBhdm9pZCB0aGlzPyAgSSBuZWVkIHRvIA0KPiBidWlsZCBhcGFjaGUg Zm9yIHRoaXMgc3lzdGVtIGF0IHNvbWUgcG9pbnQsIGFuZCBzb21laG93IEknbSBub3QganVzdCAN Cj4gc2VlaW5nIHRoZSBkZWZhdWx0cyBhcyBsaWtlbHkgdG8gJ2ZpdCBldmVyeW9uZScgb24gdGhh dCBvbmUuLi4uPw0KPiANCj4gVGhhbmtzIGFnYWluLA0KPiANCj4gU2NvdHQNCj4gDQo+ID4+VGhh bmtzLA0KPiA+Pg0KPiA+PlNjb3R0DQo+ID4+DQo+ID4+X19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX18NCj4gPj5mcmVlYnNkLXBvcnRzQGZyZWVic2Qub3JnIG1h aWxpbmcgbGlzdA0KPiA+Pmh0dHA6Ly9saXN0cy5mcmVlYnNkLm9yZy9tYWlsbWFuL2xpc3RpbmZv L2ZyZWVic2QtcG9ydHMNCj4gPj5UbyB1bnN1YnNjcmliZSwgc2VuZCBhbnkgbWFpbCB0byAiZnJl ZWJzZC1wb3J0cy11bnN1YnNjcmliZUBmcmVlYnNkLm9yZyINCj4gPj4gICAgDQo+ID4+DQo+IA0K PiANCj4gX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCj4g ZnJlZWJzZC1jdXJyZW50QGZyZWVic2Qub3JnIG1haWxpbmcgbGlzdA0KPiBodHRwOi8vbGlzdHMu ZnJlZWJzZC5vcmcvbWFpbG1hbi9saXN0aW5mby9mcmVlYnNkLWN1cnJlbnQNCj4gVG8gdW5zdWJz Y3JpYmUsIHNlbmQgYW55IG1haWwgdG8gImZyZWVic2QtY3VycmVudC11bnN1YnNjcmliZUBmcmVl YnNkLm9yZyINCj4gDQo+IA== From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 00:38:23 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E53D616A4B3 for ; Wed, 22 Oct 2003 00:38:22 -0700 (PDT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8483543FD7 for ; Wed, 22 Oct 2003 00:38:20 -0700 (PDT) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.6) id h9M7lVig066144; Wed, 22 Oct 2003 10:47:31 +0300 (EEST) (envelope-from ml) Date: Wed, 22 Oct 2003 10:47:31 +0300 From: Alexey Zelkin To: "Hartmann, O." Message-ID: <20031022104731.A66123@phantom.cris.net> References: <20031019163340.M23201@mail.physik.uni-mainz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20031019163340.M23201@mail.physik.uni-mainz.de>; 04:35:05PM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: freebsd-ports@freebsd.org Subject: Re: Open Office 1.1 does not built in FBSD 5.1! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 07:38:23 -0000 hi, Your linux-sun-jdk14's javac does not work. Please read freebsd-java archives. Few issues are discussed there time-by-time. On Sun, Oct 19, 2003 at 04:35:05PM +0200, Hartmann, O. wrote: > Hello. > > The build of OO 1.1 fails on all of our systems running FBSD 5.1 > with the following error: > > ot-i586/client > OPT_JAVAWS = /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip > MOZILLA_PATH = /java/devtools > MOZILLA_HEADERS_PATH = /java/devtools/share/plugin > MOZILLA_LIBS_PATH = /java/devtools/bsd/plugin > MOTIF_DIR = /usr/X11R6 > CACERTS_FILE = ./../src/share/lib/security/cacerts > > WARNING: Your build environment has the variable NO_DOCS > defined. This will result in a development-only > build of the J2SE workspace, lacking the documentation > build. > > WARNING: You do not have access to the Java Web Start binary. > These binaries may be optional for this build. Please > check your access to > /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip > and/or check your value of ALT_JAVAWS_PATH. > This will make your images target build incomplete. > > Sanity check passed. > /bin/mkdir -p ../build/bsd-i586/hotspot-i586/tmp > (cd ./../build/bsd-i586/hotspot-i586/tmp; \ > gmake -f /usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/hotspot/build/bsd/Makefile > product \ > HOTSPOT_BUILD_VERSION=1.4.1-p4-root_19_oct_2003_14_21 > GAMMADIR=/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/hotspot ; ) > gmake[1]: Entering directory > `/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' > sh > /usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh > compiler2 /usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/hotspot bsd i486 > (cd bsd_i486_compiler2/product; gmake) > gmake[2]: Entering directory > `/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > gmake[2]: *** [../generated/MakeDeps.class] Segmentation fault (core dumped) > gmake[2]: Leaving directory > `/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > gmake[1]: *** [product] Error 2 > gmake[1]: Leaving directory > `/usr/data/ports/.amd_mnt/homes/ports/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' > gmake: *** [product] Error 2 > *** Error code 2 > > Stop in /.amd_mnt/homes/ports/ports/java/jdk14. > *** Error code 1 > > Stop in /.amd_mnt/homes/ports/ports/editors/openoffice-devel. > > > -- > MfG > O. Hartmann > > ohartman@mail.physik.uni-mainz.de > ------------------------------------------------------------------ > Systemadministration des Institutes fuer Physik der Atmosphaere (IPA) > ------------------------------------------------------------------ > Johannes Gutenberg Universitaet Mainz > Becherweg 21 > 55099 Mainz > > Tel: +496131/3924662 (Maschinenraum) > Tel: +496131/3924144 (Buero) > FAX: +496131/3923532 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 01:29:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF9A216A4B3; Wed, 22 Oct 2003 01:29:11 -0700 (PDT) Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4899743F85; Wed, 22 Oct 2003 01:29:10 -0700 (PDT) (envelope-from h.j.f.tendolle@student.utwente.nl) Received: from japie (dolsim.xs4all.nl [80.126.111.160]) by smtpzilla1.xs4all.nl (8.12.9/8.12.9) with ESMTP id h9M8Srgs064929; Wed, 22 Oct 2003 10:29:03 +0200 (CEST) From: "Henk ten Dolle" To: Date: Wed, 22 Oct 2003 10:28:53 +0200 Message-ID: <000001c39876$8ad6ed50$0402a8c0@japie> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: bind9-9.2.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 08:29:12 -0000 Hi Doug, I'm considering to install bind9 on my 5.1 system. After a cvsup the directory /usr/ports/net/bind9 is empty. To install bind9, I have to manually download the tarball from ISC. That's no problem, but can you tell me why this directory is empty? The settings of the cvsup conf-file are not the problem because I have the parameters: src-all ports-all tag=. Thanks, Henk. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 01:36:48 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 533D516A4B3 for ; Wed, 22 Oct 2003 01:36:48 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB6043FBF for ; Wed, 22 Oct 2003 01:36:47 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from master.dougb.net (12-234-18-52.client.attbi.com[12.234.18.52]) by comcast.net (rwcrmhc13) with SMTP id <200310220836470150002klae>; Wed, 22 Oct 2003 08:36:47 +0000 Date: Wed, 22 Oct 2003 01:36:46 -0700 (PDT) From: Doug Barton To: Henk ten Dolle In-Reply-To: <000001c39876$8ad6ed50$0402a8c0@japie> Message-ID: <20031022013624.R34756@znfgre.qbhto.arg> References: <000001c39876$8ad6ed50$0402a8c0@japie> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: bind9-9.2.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 08:36:48 -0000 On Wed, 22 Oct 2003, Henk ten Dolle wrote: > Hi Doug, > > I'm considering to install bind9 on my 5.1 system. > > After a cvsup the directory /usr/ports/net/bind9 is empty. To install > bind9, I have to manually download the tarball from ISC. That's no > problem, but can you tell me why this directory is empty? The dns-related stuff moved to ports/dns/ HTH, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 03:07:36 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A046516A4B3; Wed, 22 Oct 2003 03:07:36 -0700 (PDT) Received: from home.irrelevant.org (dsl-217-155-238-246.zen.co.uk [217.155.238.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 169A043F93; Wed, 22 Oct 2003 03:07:35 -0700 (PDT) (envelope-from simond@irrelevant.org) Received: from [193.195.31.182] (helo=[192.168.0.2]) by home.irrelevant.org with asmtp (TLSv1:AES256-SHA:256) (Exim 4.22) id 1ACFts-0003z8-ES; Wed, 22 Oct 2003 11:07:32 +0100 From: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org In-Reply-To: <200208202050.g7KKo2hU052850@freefall.freebsd.org> References: <200208202050.g7KKo2hU052850@freefall.freebsd.org> Content-Type: text/plain Message-Id: <1066817242.673.4.camel@laptop> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 22 Oct 2003 11:07:22 +0100 Content-Transfer-Encoding: 7bit Subject: Re: ports/41829: New port: mail/squirrelmail-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 10:07:36 -0000 Please close this pr, it's horribly out of date by now From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 03:59:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00DA716A4B3 for ; Wed, 22 Oct 2003 03:59:55 -0700 (PDT) Received: from mailout01.ims-firmen.de (mailout01.ims-firmen.de [213.174.32.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5DC43FBF for ; Wed, 22 Oct 2003 03:59:53 -0700 (PDT) (envelope-from Alexander.Kuehn@papendorf-se.de) Received: from [192.168.1.19] (helo=scanner03.ims-firmen.de) by mailout01.ims-firmen.de with esmtp (Exim 4.20) id 1ACGiW-00031D-K8; Wed, 22 Oct 2003 12:59:52 +0200 Received: from pd9519bf0.dip.t-dialin.net ([217.81.155.240] helo=psecalw.de) by scanner03.ims-firmen.de with esmtp (Exim 4.20) id 1ACGiX-0007hB-6e; Wed, 22 Oct 2003 12:59:54 +0200 Received: from gateway.psecalw.de (www@gateway.psecalw.de [192.168.1.1]) NAA23683; Wed, 22 Oct 2003 13:02:42 +0200 Received: (from www@localhost) by gateway.psecalw.de (8.12.9/8.12.9/Submit) id h9MAwtav049229; Wed, 22 Oct 2003 12:58:55 +0200 (CEST) (envelope-from Alexander.Kuehn@papendorf-se.de) X-Authentication-Warning: gateway.psecalw.de: www set sender to Alexander.Kuehn@papendorf-se.de using -f Received: from bbnwebdproxy2.net.external.hp.com (bbnwebdproxy2.net.external.hp.com [192.6.76.74]) by www.psecalw.dyndns.org (IMP) with HTTP for ; Wed, 22 Oct 2003 12:58:55 +0200 Message-ID: <1066820335.3f9662ef2f2a5@psecalw.dyndns.org> Date: Wed, 22 Oct 2003 12:58:55 +0200 From: Alexander =?iso-8859-1?b?S/xobg==?= To: freebsd-ports@freebsd.org, auke@jerakeen.luon.net, eikemeier@fillmore-labs.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 / FreeBSD-4.9 X-Originating-IP: 192.6.76.74 Subject: net/Openldap configure failed: cannot locate posix threads X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 10:59:55 -0000 Hi, I just stumbled over the same problem described here: http://lists.freebsd.org/pipermail/freebsd-ports/2003-May/000984.html This is conflict with ngpt-1.0.1, remove the package and it works, This also affects the other openldap ports and probably others as well. Best regards, Alexander Kuehn Papendorf Software Engineering Cell phone: +49 (0)177 6461165 Cell fax: +49 (0)177 6468001 Tel @Calw: +49 (0)7051 936980 Fax @Calw: +49 (0)7051 9369822 Mail @Calw mailto:Alexander_Kuehn@papendorf-se.de ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 05:15:52 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D4A116A4B3 for ; Wed, 22 Oct 2003 05:15:52 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8B343FA3 for ; Wed, 22 Oct 2003 05:15:49 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd958a02a.dip.t-dialin.net ([217.88.160.42] helo=fillmore-labs.com ident=xejq7uws3g30c3dg) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACHty-000I7G-4s for ports@FreeBSD.org; Wed, 22 Oct 2003 14:15:46 +0200 Message-ID: <3F9674EF.1020201@fillmore-labs.com> Date: Wed, 22 Oct 2003 14:15:43 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: FreeBSD ports Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com Subject: portconflicts: testers needed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 12:15:52 -0000 Hi all, I need some testers for the alpha version of my upcoming portconflicts port. If you are interested, please send me a private mail. portconflicts is the successor of the script I used to create the mail `ports that should use CONFLICTS' and produces funny output like this: Port apache-1.3.28 (www/apache13) : Conflicts found with: [1] -> ru-apache-1.3.28+30.18 (russian/apache13): matched by ru-apache-1.* [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): matched by ru-apache+mod_ssl-1.* [3] -> apache+ipv6-1.3.27 (www/apache13+ipv6): matched by apache+ipv6-1.* [4] -> apache_fp-1.3.27 (www/apache13-fp): matched by apache_fp-1.* (+) [5] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS [6] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): matched by apache+ssl-1.* [7] -> apache-2.0.47 (www/apache2): matched by apache-2.* [8] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): matched by caudium-devel-1.* [9] -> caudium10-1.0.56 (www/caudium10): matched by caudium10-1.* [10] -> caudium12-1.2.26 (www/caudium12): matched by caudium12-* [11] -> thttpd-2.23 (www/thttpd): matched by thttpd-2.* (+) [12] -> w3c-httpd-3.0A (www/w3c-httpd): not in CONFLICTS Surplus conflicts with: (-) [13] -> unmatched pattern apache+modssl-1.* Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.* apache+mod_ssl-1.3.* apache+ssl-1.* apache-2.* \ apache_fp-1.* caudium-devel-1.* caudium10-1.* caudium12-* \ ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* w3c-httpd-3.* Port mod_auth_external-2.1.15 (www/mod_auth_external) : Conflicts found with: (+) [1] -> apache-contrib-1.0.8 (www/apache-contrib): not in CONFLICTS (+) [2] -> mod_auth_external-2.2.6 (www/mod_auth_external2): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache-contrib-1.0.* mod_auth_external-2.2.* Port mod_auth_pam-1.0a (www/mod_auth_pam) : Conflicts found with: (+) [1] -> mod_auth_pam-1.1.1 (www/mod_auth_pam2): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= mod_auth_pam-1.1.* Port thttpd-2.23 (www/thttpd) : Conflicts found with: (+) [1] -> ru-apache-1.3.28+30.18 (russian/apache13): not in CONFLICTS (+) [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): not in CONFLICTS (+) [3] -> nwclient-5.5.2_1 (sysutils/nwclient): not in CONFLICTS (+) [4] -> nwclient-6.0.2_2 (sysutils/nwclient602): not in CONFLICTS (+) [5] -> apache-1.3.28 (www/apache13): not in CONFLICTS (+) [6] -> apache+ipv6-1.3.27 (www/apache13+ipv6): not in CONFLICTS (+) [7] -> apache_fp-1.3.27 (www/apache13-fp): not in CONFLICTS (+) [8] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS (+) [9] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): not in CONFLICTS (+) [10] -> apache-2.0.47 (www/apache2): not in CONFLICTS (+) [11] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): not in CONFLICTS (+) [12] -> caudium10-1.0.56 (www/caudium10): not in CONFLICTS (+) [13] -> caudium12-1.2.26 (www/caudium12): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* \ apache-1.3.* apache-2.0.* apache_fp-1.3.* caudium-devel-1.3.* \ caudium10-1.0.* caudium12-1.2.* nwclient-5.5.* nwclient-6.0.* \ ru-apache+mod_ssl-1.3.* ru-apache-1.3.* Port php4-nms-4.3.3 (lang/php4-nms) : Conflicts found with: (+) [1] -> php4-4.3.3 (lang/php4): not in CONFLICTS [2] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [3] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS [4] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [5] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* [6] -> mod_php4-4.3.3,1 (www/mod_php4): matched by mod_php4-4* (+) [7] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [8] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [9] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-4* mod_php4-twig-4.3.* mod_php5-5* php4-4.3.* \ php4-cgi-4* php4-cli-4* php4-horde-4.3.* php5-5* php5-cgi-5* \ php5-cli-5* Port apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl) : Conflicts found with: [1] -> ru-apache-1.3.28+30.18 (russian/apache13): matched by ru-apache-1.* [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): matched by ru-apache+mod_ssl-1.* [3] -> apache-1.3.28 (www/apache13): matched by apache-1.* [4] -> apache+ipv6-1.3.27 (www/apache13+ipv6): matched by apache+ipv6-1.* [5] -> apache_fp-1.3.27 (www/apache13-fp): matched by apache_fp-1.* [6] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): matched by apache+ssl-1.* [7] -> apache-2.0.47 (www/apache2): matched by apache-2.* [8] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): matched by caudium-devel-1.* [9] -> caudium10-1.0.56 (www/caudium10): matched by caudium10-1.* [10] -> caudium12-1.2.26 (www/caudium12): matched by caudium12-* [11] -> thttpd-2.23 (www/thttpd): matched by thttpd-2.* (+) [12] -> w3c-httpd-3.0A (www/w3c-httpd): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.* apache+ssl-1.* apache-1.* apache-2.* \ apache_fp-1.* caudium-devel-1.* caudium10-1.* caudium12-* \ ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* w3c-httpd-3.* Port mod_php4-twig-4.3.4.r1 (www/mod_php4-twig) : Conflicts found with: [1] -> php4-4.3.3 (lang/php4): matched by php4-4* [2] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [3] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS (+) [4] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [5] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [6] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* (+) [7] -> mod_php4-4.3.3,1 (www/mod_php4): not in CONFLICTS [8] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [9] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-4.3.* mod_php5-5* php4-4* php4-cgi-4* php4-cli-4* \ php4-horde-4.3.* php4-nms-4.3.* php5-5* php5-cgi-5* php5-cli-5* Port apache_fp-1.3.27 (www/apache13-fp) : Conflicts found with: [1] -> ru-apache-1.3.28+30.18 (russian/apache13): matched by ru-apache-1.* [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): matched by ru-apache+mod_ssl-1.* [3] -> apache-1.3.28 (www/apache13): matched by apache-1.* [4] -> apache+ipv6-1.3.27 (www/apache13+ipv6): matched by apache+ipv6-1.* (+) [5] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS [6] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): matched by apache+ssl-1.* [7] -> apache-2.0.47 (www/apache2): matched by apache-2.* [8] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): matched by caudium-devel-1.* [9] -> caudium10-1.0.56 (www/caudium10): matched by caudium10-1.* [10] -> caudium12-1.2.26 (www/caudium12): matched by caudium12-* (+) [11] -> mod_frontpage-1.6.2 (www/mod_frontpage): not in CONFLICTS [12] -> thttpd-2.23 (www/thttpd): matched by thttpd-2.* (+) [13] -> w3c-httpd-3.0A (www/w3c-httpd): not in CONFLICTS Surplus conflicts with: (-) [14] -> unmatched pattern apache+modssl-1.* Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.* apache+mod_ssl-1.3.* apache+ssl-1.* apache-1.* \ apache-2.* caudium-devel-1.* caudium10-1.* caudium12-* \ mod_frontpage-1.6.* ru-apache+mod_ssl-1.* ru-apache-1.* \ thttpd-2.* w3c-httpd-3.* Port mod_fastcgi-2.4.0 (www/mod_fastcgi) : Conflicts found with: (+) [1] -> apache-contrib-1.0.8 (www/apache-contrib): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache-contrib-1.0.* Port caudium-devel-1.3.18.20030711,1 (www/caudium-devel) : Conflicts found with: (+) [1] -> ru-apache-1.3.28+30.18 (russian/apache13): not in CONFLICTS (+) [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): not in CONFLICTS (+) [3] -> apache-1.3.28 (www/apache13): not in CONFLICTS (+) [4] -> apache+ipv6-1.3.27 (www/apache13+ipv6): not in CONFLICTS (+) [5] -> apache_fp-1.3.27 (www/apache13-fp): not in CONFLICTS (+) [6] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS (+) [7] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): not in CONFLICTS (+) [8] -> caudium10-1.0.56 (www/caudium10): not in CONFLICTS (+) [9] -> caudium12-1.2.26 (www/caudium12): not in CONFLICTS (+) [10] -> thttpd-2.23 (www/thttpd): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* \ apache-1.3.* apache_fp-1.3.* caudium10-1.0.* caudium12-1.2.* \ ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* Port caudium10-1.0.56 (www/caudium10) : Conflicts found with: (+) [1] -> ru-apache-1.3.28+30.18 (russian/apache13): not in CONFLICTS (+) [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): not in CONFLICTS (+) [3] -> apache-1.3.28 (www/apache13): not in CONFLICTS (+) [4] -> apache+ipv6-1.3.27 (www/apache13+ipv6): not in CONFLICTS (+) [5] -> apache_fp-1.3.27 (www/apache13-fp): not in CONFLICTS (+) [6] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS (+) [7] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): not in CONFLICTS (+) [8] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): not in CONFLICTS (+) [9] -> caudium12-1.2.26 (www/caudium12): not in CONFLICTS (+) [10] -> thttpd-2.23 (www/thttpd): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* \ apache-1.3.* apache_fp-1.3.* caudium-devel-1.3.* caudium12-1.2.* \ ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* Port caudium12-1.2.26 (www/caudium12) : Conflicts found with: (+) [1] -> ru-apache-1.3.28+30.18 (russian/apache13): not in CONFLICTS (+) [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): not in CONFLICTS (+) [3] -> apache-1.3.28 (www/apache13): not in CONFLICTS (+) [4] -> apache+ipv6-1.3.27 (www/apache13+ipv6): not in CONFLICTS (+) [5] -> apache_fp-1.3.27 (www/apache13-fp): not in CONFLICTS (+) [6] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS (+) [7] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): not in CONFLICTS (+) [8] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): not in CONFLICTS (+) [9] -> caudium10-1.0.56 (www/caudium10): not in CONFLICTS (+) [10] -> thttpd-2.23 (www/thttpd): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* \ apache-1.3.* apache_fp-1.3.* caudium-devel-1.3.* caudium10-1.0.* \ ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* Port mod_perl2-1.99r10 (www/mod_perl2) : Conflicts found with: (+) [1] -> mod_perl-1.28 (www/mod_perl): not in CONFLICTS (+) [2] -> p5-Apache-Test-1.03 (www/p5-Apache-Test): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= mod_perl-1.* p5-Apache-Test-1.* Port ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl) : Conflicts found with: [1] -> ru-apache-1.3.28+30.18 (russian/apache13): matched by ru-apache-* [2] -> apache-1.3.28 (www/apache13): matched by apache-* [3] -> apache+ipv6-1.3.27 (www/apache13+ipv6): matched by apache+ipv6-* [4] -> apache_fp-1.3.27 (www/apache13-fp): matched by apache_fp-* [5] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): matched by apache+mod_ssl-* (+) [6] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): not in CONFLICTS [7] -> apache-2.0.47 (www/apache2): matched by apache-* (+) [8] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): not in CONFLICTS (+) [9] -> caudium10-1.0.56 (www/caudium10): not in CONFLICTS (+) [10] -> caudium12-1.2.26 (www/caudium12): not in CONFLICTS (+) [11] -> thttpd-2.23 (www/thttpd): not in CONFLICTS (+) [12] -> w3c-httpd-3.0A (www/w3c-httpd): not in CONFLICTS Surplus conflicts: (?) [13] -> apache-ant-1.5.4_1 (devel/apache-ant): matched by apache-* (?) [14] -> apache-soap-2.3.1 (net/apache-soap): matched by apache-* (?) [15] -> apache-contrib-1.0.8 (www/apache-contrib): matched by apache-* (?) [16] -> apache-jserv-1.1.2_1 (www/apache-jserv): matched by apache-* (?) [17] -> publicfile-0.52 (www/publicfile): matched by publicfile-* Sample CONFLICTS line: CONFLICTS= apache+ipv6-* apache+mod_ssl-* apache+ssl-1.3.* apache-* \ apache_fp-* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* \ publicfile-* ru-apache-* thttpd-2.* w3c-httpd-3.* Port ru-apache-1.3.28+30.18 (russian/apache13) : Conflicts found with: [1] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): matched by ru-apache+mod_ssl-* [2] -> apache-1.3.28 (www/apache13): matched by apache-* [3] -> apache+ipv6-1.3.27 (www/apache13+ipv6): matched by apache+ipv6-* [4] -> apache_fp-1.3.27 (www/apache13-fp): matched by apache_fp-* [5] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): matched by apache+mod_ssl-* (+) [6] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): not in CONFLICTS [7] -> apache-2.0.47 (www/apache2): matched by apache-* (+) [8] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): not in CONFLICTS (+) [9] -> caudium10-1.0.56 (www/caudium10): not in CONFLICTS (+) [10] -> caudium12-1.2.26 (www/caudium12): not in CONFLICTS (+) [11] -> thttpd-2.23 (www/thttpd): not in CONFLICTS (+) [12] -> w3c-httpd-3.0A (www/w3c-httpd): not in CONFLICTS Surplus conflicts: (?) [13] -> apache-ant-1.5.4_1 (devel/apache-ant): matched by apache-* (?) [14] -> apache-soap-2.3.1 (net/apache-soap): matched by apache-* (?) [15] -> apache-contrib-1.0.8 (www/apache-contrib): matched by apache-* (?) [16] -> apache-jserv-1.1.2_1 (www/apache-jserv): matched by apache-* (?) [17] -> publicfile-0.52 (www/publicfile): matched by publicfile-* Sample CONFLICTS line: CONFLICTS= apache+ipv6-* apache+mod_ssl-* apache+ssl-1.3.* apache-* \ apache_fp-* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* \ publicfile-* ru-apache+mod_ssl-* thttpd-2.* w3c-httpd-3.* Port mod_frontpage-1.6.2 (www/mod_frontpage) : Conflicts found with: (+) [1] -> apache_fp-1.3.27 (www/apache13-fp): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache_fp-1.3.* Port mod_python-3.0.3 (www/mod_python3) : Conflicts found with: (+) [1] -> mod_python-2.7.8 (www/mod_python): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= mod_python-2.7.* Port mod_cvs-0.5 (www/mod_cvs) : Conflicts found with: (+) [1] -> apache-contrib-1.0.8 (www/apache-contrib): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache-contrib-1.0.* Port apache-contrib-1.0.8 (www/apache-contrib) : Conflicts found with: (+) [1] -> mod_auth_external-2.1.15 (www/mod_auth_external): not in CONFLICTS (+) [2] -> mod_bandwidth-2.0.4 (www/mod_bandwidth): not in CONFLICTS (+) [3] -> mod_cvs-0.5 (www/mod_cvs): not in CONFLICTS (+) [4] -> mod_fastcgi-2.4.0 (www/mod_fastcgi): not in CONFLICTS (+) [5] -> mod_layout-3.2 (www/mod_layout): not in CONFLICTS (+) [6] -> mod_put-1.3 (www/mod_put): not in CONFLICTS (+) [7] -> mod_roaming-1.0.2_1 (www/mod_roaming): not in CONFLICTS (+) [8] -> mod_ticket-1.0 (www/mod_ticket): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= mod_auth_external-2.1.* mod_bandwidth-2.0.* mod_cvs-0.* \ mod_fastcgi-2.4.* mod_layout-3.* mod_put-1.* mod_roaming-1.0.* \ mod_ticket-1.* Port mod_perl-1.28 (www/mod_perl) : Conflicts found with: (+) [1] -> mod_perl2-1.99r10 (www/mod_perl2): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= mod_perl2-1.* Port mod_put-1.3 (www/mod_put) : Conflicts found with: (+) [1] -> apache-contrib-1.0.8 (www/apache-contrib): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache-contrib-1.0.* Port mod_python-2.7.8 (www/mod_python) : Conflicts found with: (+) [1] -> mod_python-3.0.3 (www/mod_python3): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= mod_python-3.0.* Port mod_roaming-1.0.2_1 (www/mod_roaming) : Conflicts found with: (+) [1] -> apache-contrib-1.0.8 (www/apache-contrib): not in CONFLICTS (+) [2] -> mod_roaming2-2.0.0 (www/mod_roaming2): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache-contrib-1.0.* mod_roaming2-2.0.* Port mod_ticket-1.0 (www/mod_ticket) : Conflicts found with: (+) [1] -> apache-contrib-1.0.8 (www/apache-contrib): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache-contrib-1.0.* Port nwclient-5.5.2_1 (sysutils/nwclient) : Conflicts found with: (+) [1] -> nwclient-6.0.2_2 (sysutils/nwclient602): not in CONFLICTS (+) [2] -> thttpd-2.23 (www/thttpd): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= nwclient-6.0.* thttpd-2.* Port nwclient-6.0.2_2 (sysutils/nwclient602) : Conflicts found with: (+) [1] -> nwclient-5.5.2_1 (sysutils/nwclient): not in CONFLICTS (+) [2] -> thttpd-2.23 (www/thttpd): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= nwclient-5.5.* thttpd-2.* Port w3c-httpd-3.0A (www/w3c-httpd) : Conflicts found with: (+) [1] -> ru-apache-1.3.28+30.18 (russian/apache13): not in CONFLICTS (+) [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): not in CONFLICTS (+) [3] -> apache-1.3.28 (www/apache13): not in CONFLICTS (+) [4] -> apache+ipv6-1.3.27 (www/apache13+ipv6): not in CONFLICTS (+) [5] -> apache_fp-1.3.27 (www/apache13-fp): not in CONFLICTS (+) [6] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS (+) [7] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* \ apache-1.3.* apache_fp-1.3.* ru-apache+mod_ssl-1.3.* \ ru-apache-1.3.* Port mod_auth_pam-1.1.1 (www/mod_auth_pam2) : Conflicts found with: (+) [1] -> mod_auth_pam-1.0a (www/mod_auth_pam): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= mod_auth_pam-1.0a Port apache+ssl-1.3.27.1.48_3 (www/apache13-ssl) : Conflicts found with: [1] -> ru-apache-1.3.28+30.18 (russian/apache13): matched by ru-apache-1.* [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): matched by ru-apache+mod_ssl-1.* [3] -> apache-1.3.28 (www/apache13): matched by apache-1.* [4] -> apache+ipv6-1.3.27 (www/apache13+ipv6): matched by apache+ipv6-1.* [5] -> apache_fp-1.3.27 (www/apache13-fp): matched by apache_fp-1.* (+) [6] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS [7] -> apache-2.0.47 (www/apache2): matched by apache-2.* [8] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): matched by caudium-devel-1.* [9] -> caudium10-1.0.56 (www/caudium10): matched by caudium10-1.* [10] -> caudium12-1.2.26 (www/caudium12): matched by caudium12-* [11] -> thttpd-2.23 (www/thttpd): matched by thttpd-2.* (+) [12] -> w3c-httpd-3.0A (www/w3c-httpd): not in CONFLICTS Surplus conflicts with: (-) [13] -> unmatched pattern apache+modssl-1.* Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.* apache+mod_ssl-1.3.* apache-1.* apache-2.* \ apache_fp-1.* caudium-devel-1.* caudium10-1.* caudium12-* \ ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* w3c-httpd-3.* Port apache-2.0.47 (www/apache2) : Conflicts found with: [1] -> ru-apache-1.3.28+30.18 (russian/apache13): matched by ru-apache-1.* [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): matched by ru-apache+mod_ssl-1.* [3] -> apache-1.3.28 (www/apache13): matched by apache-1.* [4] -> apache+ipv6-1.3.27 (www/apache13+ipv6): matched by apache+ipv6-1.* [5] -> apache_fp-1.3.27 (www/apache13-fp): matched by apache_fp-1.* (+) [6] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS [7] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): matched by apache+ssl-1.* (+) [8] -> mini_httpd-1.17b1 (www/mini_httpd): not in CONFLICTS [9] -> thttpd-2.23 (www/thttpd): matched by thttpd-2.* Surplus conflicts: (?) [10] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): matched by caudium-devel-1.* (?) [11] -> caudium10-1.0.56 (www/caudium10): matched by caudium10-1.* (?) [12] -> caudium12-1.2.26 (www/caudium12): matched by caudium12-* (-) [13] -> unmatched pattern apache+modssl-1.* Sample CONFLICTS line: CONFLICTS= apache+ipv6-1.* apache+mod_ssl-1.3.* apache+ssl-1.* apache-1.* \ apache_fp-1.* caudium-devel-1.* caudium10-1.* caudium12-* \ mini_httpd-1.* ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* Port mod_auth_external-2.2.6 (www/mod_auth_external2) : Conflicts found with: (+) [1] -> mod_auth_external-2.1.15 (www/mod_auth_external): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= mod_auth_external-2.1.* Port mod_bandwidth-2.0.4 (www/mod_bandwidth) : Conflicts found with: (+) [1] -> apache-contrib-1.0.8 (www/apache-contrib): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache-contrib-1.0.* Port mod_layout-3.2 (www/mod_layout) : Conflicts found with: (+) [1] -> apache-contrib-1.0.8 (www/apache-contrib): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= apache-contrib-1.0.* Port apache+ipv6-1.3.27 (www/apache13+ipv6) : Conflicts found with: [1] -> ru-apache-1.3.28+30.18 (russian/apache13): matched by ru-apache-1.* [2] -> ru-apache+mod_ssl-1.3.28+30.18+2.8.15 (russian/apache13-modssl): matched by ru-apache+mod_ssl-1.* [3] -> apache-1.3.28 (www/apache13): matched by apache-1.* [4] -> apache_fp-1.3.27 (www/apache13-fp): matched by apache_fp-1.* (+) [5] -> apache+mod_ssl-1.3.28+2.8.15_1 (www/apache13-modssl): not in CONFLICTS [6] -> apache+ssl-1.3.27.1.48_3 (www/apache13-ssl): matched by apache+ssl-1.* [7] -> apache-2.0.47 (www/apache2): matched by apache-2.* [8] -> caudium-devel-1.3.18.20030711,1 (www/caudium-devel): matched by caudium-devel-1.* [9] -> caudium10-1.0.56 (www/caudium10): matched by caudium10-1.* [10] -> caudium12-1.2.26 (www/caudium12): matched by caudium12-* [11] -> thttpd-2.23 (www/thttpd): matched by thttpd-2.* (+) [12] -> w3c-httpd-3.0A (www/w3c-httpd): not in CONFLICTS Surplus conflicts with: (-) [13] -> unmatched pattern apache+modssl-1.* Sample CONFLICTS line: CONFLICTS= apache+mod_ssl-1.3.* apache+ssl-1.* apache-1.* apache-2.* \ apache_fp-1.* caudium-devel-1.* caudium10-1.* caudium12-* \ ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* w3c-httpd-3.* Port mod_php4-4.3.3,1 (www/mod_php4) : Conflicts found with: [1] -> php4-4.3.3 (lang/php4): matched by php4-4* [2] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [3] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS (+) [4] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [5] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [6] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* (+) [7] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [8] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [9] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-twig-4.3.* mod_php5-5* php4-4* php4-cgi-4* php4-cli-4* \ php4-horde-4.3.* php4-nms-4.3.* php5-5* php5-cgi-5* php5-cli-5* Port mod_php5-5.0.0.a1_2,1 (www/mod_php5) : Conflicts found with: [1] -> php4-4.3.3 (lang/php4): matched by php4-4* [2] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [3] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS (+) [4] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [5] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [6] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* [7] -> mod_php4-4.3.3,1 (www/mod_php4): matched by mod_php4-4* (+) [8] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [9] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-4* mod_php4-twig-4.3.* php4-4* php4-cgi-4* php4-cli-4* \ php4-horde-4.3.* php4-nms-4.3.* php5-5* php5-cgi-5* php5-cli-5* Port php4-4.3.3 (lang/php4) : Conflicts found with: [1] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [2] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS (+) [3] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [4] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [5] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* [6] -> mod_php4-4.3.3,1 (www/mod_php4): matched by mod_php4-4* (+) [7] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [8] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [9] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-4* mod_php4-twig-4.3.* mod_php5-5* php4-cgi-4* \ php4-cli-4* php4-horde-4.3.* php4-nms-4.3.* php5-5* php5-cgi-5* \ php5-cli-5* Port php4-cgi-4.3.3 (www/php4-cgi) : Conflicts found with: [1] -> php4-4.3.3 (lang/php4): matched by php4-4* [2] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [3] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS (+) [4] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [5] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [6] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* [7] -> mod_php4-4.3.3,1 (www/mod_php4): matched by mod_php4-4* (+) [8] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [9] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-4* mod_php4-twig-4.3.* mod_php5-5* php4-4* php4-cli-4* \ php4-horde-4.3.* php4-nms-4.3.* php5-5* php5-cgi-5* php5-cli-5* Port php4-cli-4.3.3 (lang/php4-cli) : Conflicts found with: [1] -> php4-4.3.3 (lang/php4): matched by php4-4* (+) [2] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS (+) [3] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [4] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [5] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* [6] -> mod_php4-4.3.3,1 (www/mod_php4): matched by mod_php4-4* (+) [7] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [8] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [9] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-4* mod_php4-twig-4.3.* mod_php5-5* php4-4* php4-cgi-4* \ php4-horde-4.3.* php4-nms-4.3.* php5-5* php5-cgi-5* php5-cli-5* Port php5-5.0.0.a1_2 (lang/php5) : Conflicts found with: [1] -> php4-4.3.3 (lang/php4): matched by php4-4* [2] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [3] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS (+) [4] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [5] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* [6] -> mod_php4-4.3.3,1 (www/mod_php4): matched by mod_php4-4* (+) [7] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [8] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [9] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-4* mod_php4-twig-4.3.* mod_php5-5* php4-4* php4-cgi-4* \ php4-cli-4* php4-horde-4.3.* php4-nms-4.3.* php5-cgi-5* \ php5-cli-5* Port php5-cgi-5.0.0.a1_2 (www/php5-cgi) : Conflicts found with: [1] -> php4-4.3.3 (lang/php4): matched by php4-4* [2] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [3] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS (+) [4] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [5] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [6] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* [7] -> mod_php4-4.3.3,1 (www/mod_php4): matched by mod_php4-4* (+) [8] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [9] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [10] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* Sample CONFLICTS line: CONFLICTS= mod_php4-4* mod_php4-twig-4.3.* mod_php5-5* php4-4* php4-cgi-4* \ php4-cli-4* php4-horde-4.3.* php4-nms-4.3.* php5-5* php5-cli-5* Port php5-cli-5.0.0.a1_2 (lang/php5-cli) : Conflicts found with: [1] -> php4-4.3.3 (lang/php4): matched by php4-4* [2] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [3] -> php4-horde-4.3.4.r1 (lang/php4-horde): not in CONFLICTS (+) [4] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [5] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [6] -> mod_php4-4.3.3,1 (www/mod_php4): matched by mod_php4-4* (+) [7] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [8] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [9] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-4* mod_php4-twig-4.3.* mod_php5-5* php4-4* php4-cgi-4* \ php4-cli-4* php4-horde-4.3.* php4-nms-4.3.* php5-5* php5-cgi-5* Port php4-horde-4.3.4.r1 (lang/php4-horde) : Conflicts found with: (+) [1] -> php4-4.3.3 (lang/php4): not in CONFLICTS [2] -> php4-cli-4.3.3 (lang/php4-cli): matched by php4-cli-4* (+) [3] -> php4-nms-4.3.3 (lang/php4-nms): not in CONFLICTS [4] -> php5-5.0.0.a1_2 (lang/php5): matched by php5-5* [5] -> php5-cli-5.0.0.a1_2 (lang/php5-cli): matched by php5-cli-5* [6] -> mod_php4-4.3.3,1 (www/mod_php4): matched by mod_php4-4* (+) [7] -> mod_php4-twig-4.3.4.r1 (www/mod_php4-twig): not in CONFLICTS [8] -> mod_php5-5.0.0.a1_2,1 (www/mod_php5): matched by mod_php5-5* [9] -> php4-cgi-4.3.3 (www/php4-cgi): matched by php4-cgi-4* [10] -> php5-cgi-5.0.0.a1_2 (www/php5-cgi): matched by php5-cgi-5* Sample CONFLICTS line: CONFLICTS= mod_php4-4* mod_php4-twig-4.3.* mod_php5-5* php4-4.3.* \ php4-cgi-4* php4-cli-4* php4-nms-4.3.* php5-5* php5-cgi-5* \ php5-cli-5* Port mod_roaming2-2.0.0 (www/mod_roaming2) : Conflicts found with: (+) [1] -> mod_roaming-1.0.2_1 (www/mod_roaming): not in CONFLICTS Sample CONFLICTS line: CONFLICTS= mod_roaming-1.0.* From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 10:38:04 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C06E16A4B3; Wed, 22 Oct 2003 10:38:04 -0700 (PDT) Received: from man-97-187.ResHall.Berkeley.EDU (man-97-187.Reshall.Berkeley.EDU [169.229.97.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 306D843F93; Wed, 22 Oct 2003 10:38:03 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from man-97-187.ResHall.Berkeley.EDU (localhost [127.0.0.1]) h9MHeAXS051483; Wed, 22 Oct 2003 10:40:10 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from localhost (lou@localhost)ESMTP id h9MHeABm051480; Wed, 22 Oct 2003 10:40:10 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Date: Wed, 22 Oct 2003 10:40:10 -0700 (PDT) From: Tak Pui LOU To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Message-ID: <20031022103552.X51415@man-97-187.ResHall.Berkeley.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 5Dwm X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 17:38:04 -0000 Hello, Is there anyone planning to port 5Dwm from the IMD4Linux Project? I don't need the whole IMD environment although it is nice to have it. I just want a mwm with multiple workspace manager. --- Lou From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 10:41:43 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC39516A4B3 for ; Wed, 22 Oct 2003 10:41:43 -0700 (PDT) Received: from foreclosurefreesearch.com (deg-216.242.235.219.digitalegroup.com [216.242.235.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1492C43F3F for ; Wed, 22 Oct 2003 10:41:41 -0700 (PDT) (envelope-from ryan@ffs.cc) Received: from dev2_local [198.70.16.203] by foreclosurefreesearch.com with ESMTP (SMTPD32-7.14) id AA0B15B90064; Wed, 22 Oct 2003 10:54:03 -0400 From: Ryan Smith Organization: Digital E. Group To: ports@freebsd.org Date: Wed, 22 Oct 2003 10:53:49 -0400 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310221053.49604.ryan@ffs.cc> Subject: port devel/boaconstructor is apparently broken? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ryan@ffs.cc List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 17:41:44 -0000 Id like to help if i can in anyway. Here is the output after i try to make this port: [root@dev2]:/usr/ports/devel/boaconstructor# make ===> Building for boaconstructor-0.2.3 Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3 ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Companions ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Debugger ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Docs ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Docs/boa ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Docs/boa/apphelp ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Docs/boa/guide ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Docs/boa/guide/image ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Docs/boa/icons ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Docs/cache ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/advanced ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/advanced/AttrMixins ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/advanced/CustomClasses ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/advanced/FramePanels ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/advanced/SpecialAttributes ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/frames ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/layout ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/mdi ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/notebook ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Examples/xrc ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Explorers ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ExternalLib ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ExternalLib/WebDAV ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/CvsPics ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Debug ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Editor ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Icons ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Inspector ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Modules ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Palette ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Shared ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Views ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Views/Explore ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Views/Hierarchy ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/Views/UML ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Images/ZOA ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Models ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Plug-ins ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Plug-ins/Images ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Plug-ins/Images/Modules ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Plug-ins/Images/Palette ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Plug-ins/Images/ZOA ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/PropEdit ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/Views ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/DateTime ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa ... Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/docsrc.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/docsrc.py", line 10 return context.aq_parent.document_src() SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/filteredmetatypes.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/filteredmetatypes.py", line 10 return context.aq_parent.filtered_meta_types() SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/find.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/find.py", line 22 return [(obj.meta_type, id) for id, obj in results] SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/iconpath.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/iconpath.py", line 10 return context.aq_parent.icon SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/items.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/items.py", line 10 return [container.metatypes(), container.objectids()] SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/metatype.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/metatype.py", line 10 return context.aq_parent.meta_type SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/metatypes.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/metatypes.py", line 13 return obj.objectMap() SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/objectids.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/objectids.py", line 15 return l SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/ownerinfo.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/ownerinfo.py", line 13 try: return obj.owner_info() SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/properties.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/properties.py", line 11 return [obj.propertyItems(), obj.propertyMap()] SyntaxError: 'return' outside function Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props ... Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/DBAdapter.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/DBAdapter.py", line 10 return {'title': context.title, SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/DTMLMethod.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/DTMLMethod.py", line 12 return {'title': meth.title, SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/ExternalMethod.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/ExternalMethod.py", line 12 return {'title': meth.title, SyntaxError: 'return' outside function Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/Formulator ... Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/Formulator/Field.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/Formulator/Field.py", line 27 return fields SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/Formulator/Form.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/Formulator/Form.py", line 12 return {'title': ctx.title, SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/Formulator/GroupedFields.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/Formulator/GroupedFields.py", line 17 return result SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/Formulator/move_field.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/Formulator/move_field.py", line 14 return ctx.manage_move_field_up(group, REQ) SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/MailHost.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/MailHost.py", line 11 return {'title': ctx.title, SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/PageTemplate.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/PageTemplate.py", line 12 return {'title': pt.title, SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/SQLMethod.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/SQLMethod.py", line 10 return {'connection_id': context.connection_id, SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/SiteErrorLog.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/SiteErrorLog.py", line 12 return context.aq_parent.aq_parent.getProperties() SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/User.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/props/User.py", line 12 return {'id': user.getId(), SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/proxyroles.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/proxyroles.py", line 16 return res SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/subobj_.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/subobj_.py", line 17 return subobj SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/undo.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/undo.py", line 10 return str(context.aq_parent.undoable_transactions(start, end)) SyntaxError: 'return' outside function Compiling /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/version.py ... File "/usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/ZopeLib/zoa/version.py", line 10 return context.zoa_version SyntaxError: 'return' outside function Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/bcrtl ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/bcrtl/activex ... Listing /usr/ports/devel/boaconstructor/work/boa-constructor-0.2.3/bcrtl/user ... *** Error code 1 Stop in /usr/ports/devel/boaconstructor. [root@dev2]:/usr/ports/devel/boaconstructor# From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 11:12:39 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7776E16A4B3 for ; Wed, 22 Oct 2003 11:12:39 -0700 (PDT) Received: from web10007.mail.yahoo.com (web10007.mail.yahoo.com [216.136.130.43]) by mx1.FreeBSD.org (Postfix) with SMTP id DCB8B43FA3 for ; Wed, 22 Oct 2003 11:12:38 -0700 (PDT) (envelope-from algole@yahoo.com) Message-ID: <20031022181238.45158.qmail@web10007.mail.yahoo.com> Received: from [216.36.70.162] by web10007.mail.yahoo.com via HTTP; Wed, 22 Oct 2003 11:12:38 PDT Date: Wed, 22 Oct 2003 11:12:38 -0700 (PDT) From: Anil Algole To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Enlightenment Database Library X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 18:12:39 -0000 Hi FreeBSD, I was trying to open EDB files of exchange server. I hit the wall, didnt find any info on the web. atlast today I got the info from FreeBSD about edb database format I would like to know if we can open .edb file Thanks, Anil --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 12:32:22 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B99D616A4BF for ; Wed, 22 Oct 2003 12:32:22 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id BBE7E43FDD for ; Wed, 22 Oct 2003 12:32:18 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 99933 invoked by uid 1252); 22 Oct 2003 19:32:18 -0000 Date: 22 Oct 2003 15:32:18 -0400 Date: Wed, 22 Oct 2003 15:32:18 -0400 From: Adam Weinberger To: Mark Linimon Message-ID: <20031022193218.GM96543@toxic.magnesium.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: freebsd-doc@FreeBSD.org cc: ceri@FreeBSD.org cc: freebsd-ports@FreeBSD.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 19:32:22 -0000 I'm cc'ing this to freebsd-doc and Ceri, resident bugmeister, as their input in this is important. >> (10.22.2003 @ 0242 PST): Mark Linimon said, in 0.9K: << > Please do not set the Confidential field on your PRs to "yes". > We really don't have a mechanism to deal with confidential > PRs in GNATS due to the fact that the database itself can be > replicated, via cvsup, to anyone's machine, and thus itself is > inherently insecure. Setting this field to "yes" merely makes > your PR disappear into this limbo-category called "pending" which > is dark and scary and filled with big spiders and stuff :-) >> end of "a reminder to PR submitters" from Mark Linimon << There are a number of fields within GNATS that mean things to us (the committers) that don't make sense to submitters, and there are fields that have no use for us whatsoever. Confidential This field is, as you have pointed out, useless to us, and simply causes the PR to disappear. The field should be removed from the send-pr interface, or some mechanism for handling confidential PRs should be introduced. I suggest the former. Severity/Priority These are relatively redundant, and are simply mechanisms for people to artificially elevate the position of the PR in the search lists -- which, in my experience, causes them to be seen LAST. Class Seriously. The classes in here make sense to us, because we're used to dealing with them. For ports, we need fields that indicate the following: * update/upgrade * fix/new functionality * error report * other Submitter-Id "current-users" doesn't mean a thing. Submitter-Id should be usable as "user" or "maintainer," depending upon who submits the PR. If a maintainer wishes to submit a PR for an update to a port she maintains, she should be able to choose Class:update/upgrade, and Submitter-Id:maintainer. Additionally, text should be added to the bracketed text in the blank send-pr template indicating the use of each section for docs/ports/www PRs: Description Fix You know, stuff like that. These things can help make send-pr(1) a more usable tool. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 12:38:13 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3234116A4EE for ; Wed, 22 Oct 2003 12:38:13 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id D40F343F75 for ; Wed, 22 Oct 2003 12:37:52 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 585 invoked by uid 1252); 22 Oct 2003 19:37:52 -0000 Date: 22 Oct 2003 15:37:52 -0400 Date: Wed, 22 Oct 2003 15:37:52 -0400 From: Adam Weinberger To: Tak Pui LOU Message-ID: <20031022193752.GN96543@toxic.magnesium.net> References: <20031022103552.X51415@man-97-187.ResHall.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031022103552.X51415@man-97-187.ResHall.Berkeley.EDU> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: 5Dwm X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 19:38:13 -0000 >> (10.22.2003 @ 1340 PST): Tak Pui LOU said, in 0.4K: << > Is there anyone planning to port 5Dwm from the IMD4Linux Project? I don't > need the whole IMD environment although it is nice to have it. I just want > a mwm with multiple workspace manager. >> end of "5Dwm" from Tak Pui LOU << If you'd like to make a 5dwm port, you should go for it! It seems like a neat windowmanager. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 12:45:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C590916A4EF for ; Wed, 22 Oct 2003 12:45:46 -0700 (PDT) Received: from comrie.uwaterloo.ca (comrie.math.uwaterloo.ca [129.97.216.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1461A440E5 for ; Wed, 22 Oct 2003 12:44:29 -0700 (PDT) (envelope-from mpatters@cs.uwaterloo.ca) Received: from comrie.uwaterloo.ca (localhost [127.0.0.1]) by comrie.uwaterloo.ca (8.12.9p1/8.12.9) with ESMTP id h9MJi6JB039689 for ; Wed, 22 Oct 2003 15:44:06 -0400 (EDT) (envelope-from mpatters@cs.uwaterloo.ca) Received: (from mpatters@localhost) by comrie.uwaterloo.ca (8.12.9p1/8.12.9/Submit) id h9MJi6E1039688 for freebsd-ports@freebsd.org; Wed, 22 Oct 2003 15:44:06 -0400 (EDT) X-Authentication-Warning: comrie.uwaterloo.ca: mpatters set sender to mpatters@cs.uwaterloo.ca using -f From: Mike Patterson To: freebsd-ports@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: CSCF Message-Id: <1066851845.38350.67.camel@comrie> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 22 Oct 2003 15:44:06 -0400 Subject: Firebird 0.7 and the keyboard; c&p to FB from Evolution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 19:45:47 -0000 I've noticed lately, particularly since upgrading to Firebird 0.7 (but I believe this may have happened a few times with 0.6.1) that occasionally Firebird will appear to stop listening to any keyboard input - ie, if the cursor is in a text entry box, nothing I type has any effect, ^T does not open a new tab and ^W does not close one, etc. To get keyboard back in FB, I need to close it and re-open it. I do have a couple of extensions installed (All In One Gestures, Tab Browser Extensions, and the googlebar), but I've been using those for some time. I suppose it's possible that these cause problems with the newer browser. I've also noticed, but this could be (likely is) an evolution problem, that if I copy and paste an email into a text entry box in Firebird (this occurred with Firebird 0.6.1, and I think it's since evo went to 1.4.5) the email runs all into one line. I only use plain text email. The above problem with keyboard input seems to happen most when I'm c&p'ing an email into a text entry box. I don't know if the behaviours are related; most of what I use FB for is using our own rt-based trouble tracking system, so of course I'll see it more often using it in that manner. :) I'm wondering if I'm alone in seeing these problems, or if somebody else has experienced them too? Mike -- I recognize terror as the finest emotion and so I will try to terrorize the reader. But if I find that I cannot terrify, I will try to horrify, and if I find that I cannot horrify, I'll go for the gross-out. - Stephen King From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 13:10:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EFB816A4B3 for ; Wed, 22 Oct 2003 13:10:28 -0700 (PDT) Received: from sift.mirapoint.com (sift.mirapoint.com [63.107.133.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05AB143F3F for ; Wed, 22 Oct 2003 13:10:27 -0700 (PDT) (envelope-from cer@mirapoint.com) Received: from mirapoint.com (nat64.mirapoint.com [63.107.133.64]) by sift.mirapoint.com (MOS 3.4.1-PR) with ESMTP id AFN02488; Wed, 22 Oct 2003 13:10:23 -0700 (PDT) Message-ID: <3F96E42F.4030207@mirapoint.com> Date: Wed, 22 Oct 2003 13:10:23 -0700 From: Carl Reisinger User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4.1) Gecko/20031020 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Error upgrading devel/atk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 20:10:28 -0000 I cvsup my ports weekly (and most recently just an hour ago). I can no longer update (portupgrade or a plain make) devel/atk. The fetch of the port gives me: >> Attempting to fetch from http://archive.progeny.com/GNOME/sources/atk/1.4/. fetch: atk-1.4.1.tar.bz2: local modification time does not match remote >> Attempting to fetch from ftp://ftp.tuwien.ac.at/linux/gnome.org/sources/atk/1.4/. fetch: ftp://ftp.tuwien.ac.at/linux/gnome.org/sources/atk/1.4/atk-1.4.1.tar.bz2: File unavailable (e.g., file not found, no access) The snippit is just a fraction of the output, but it a good enough sample. I get one or the other message on each MASTER_SITE_GNOME site a fetch is attempted from. Any suggestions? Carl Reisinger From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 13:21:32 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B2316A4B3 for ; Wed, 22 Oct 2003 13:21:32 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D0BE44154 for ; Wed, 22 Oct 2003 13:16:45 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 4871 invoked by uid 1252); 22 Oct 2003 20:16:18 -0000 Date: 22 Oct 2003 16:16:18 -0400 Date: Wed, 22 Oct 2003 16:16:18 -0400 From: Adam Weinberger To: Mike Patterson Message-ID: <20031022201618.GP96543@toxic.magnesium.net> References: <1066851845.38350.67.camel@comrie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1066851845.38350.67.camel@comrie> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: Firebird 0.7 and the keyboard; c&p to FB from Evolution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 20:21:32 -0000 >> (10.22.2003 @ 1544 PST): Mike Patterson said, in 1.7K: << > I've noticed lately, particularly since upgrading to Firebird 0.7 (but I > believe this may have happened a few times with 0.6.1) that occasionally > Firebird will appear to stop listening to any keyboard input - ie, if > the cursor is in a text entry box, nothing I type has any effect, ^T > does not open a new tab and ^W does not close one, etc. To get keyboard > back in FB, I need to close it and re-open it. >> end of "Firebird 0.7 and the keyboard; c&p to FB from Evolution" from Mike Patterson << I get the same thing in mozilla. Simply focus another window and then refocus firebird... that should get your keyboard input focus back. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 13:23:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A2716A4B3 for ; Wed, 22 Oct 2003 13:23:08 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 79BEF440A9 for ; Wed, 22 Oct 2003 13:18:03 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 4974 invoked by uid 1252); 22 Oct 2003 20:17:25 -0000 Date: 22 Oct 2003 16:17:25 -0400 Date: Wed, 22 Oct 2003 16:17:25 -0400 From: Adam Weinberger To: Carl Reisinger Message-ID: <20031022201725.GQ96543@toxic.magnesium.net> References: <3F96E42F.4030207@mirapoint.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F96E42F.4030207@mirapoint.com> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: Error upgrading devel/atk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 20:23:08 -0000 >> (10.22.2003 @ 1610 PST): Carl Reisinger said, in 0.9K: << > I cvsup my ports weekly (and most recently just an hour ago). > > I can no longer update (portupgrade or a plain make) devel/atk. > > The fetch of the port gives me: > > >> Attempting to fetch from > http://archive.progeny.com/GNOME/sources/atk/1.4/. > fetch: atk-1.4.1.tar.bz2: local modification time does not match remote > >> Attempting to fetch from > ftp://ftp.tuwien.ac.at/linux/gnome.org/sources/atk/1.4/. > fetch: > ftp://ftp.tuwien.ac.at/linux/gnome.org/sources/atk/1.4/atk-1.4.1.tar.bz2: > File unavailable (e.g., file not found, no access) > > The snippit is just a fraction of the output, but it a good enough > sample. I get one or the other message on each MASTER_SITE_GNOME site a > fetch is attempted from. >> end of "Error upgrading devel/atk" from Carl Reisinger << # cd /usr/ports/devel/atk # make distclean Then try the build again. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 13:23:54 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA7A16A5BC; Wed, 22 Oct 2003 13:23:54 -0700 (PDT) Received: from sift.mirapoint.com (sift.mirapoint.com [63.107.133.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0594D43FE0; Wed, 22 Oct 2003 13:23:15 -0700 (PDT) (envelope-from cer@mirapoint.com) Received: from mirapoint.com (nat64.mirapoint.com [63.107.133.64]) by sift.mirapoint.com (MOS 3.4.1-PR) with ESMTP id AFN02604; Wed, 22 Oct 2003 13:23:11 -0700 (PDT) Message-ID: <3F96E72F.2050209@mirapoint.com> Date: Wed, 22 Oct 2003 13:23:11 -0700 From: Carl Reisinger User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4.1) Gecko/20031020 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam Weinberger References: <3F96E42F.4030207@mirapoint.com> <20031022201725.GQ96543@toxic.magnesium.net> In-Reply-To: <20031022201725.GQ96543@toxic.magnesium.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: Error upgrading devel/atk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 20:23:54 -0000 Adam Weinberger wrote: > > > # cd /usr/ports/devel/atk > # make distclean > > Then try the build again. > It all seems so simple when one knows what they are doing. The "make distclean" did the trick, thanks Carl From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 13:25:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 086A016A4BF; Wed, 22 Oct 2003 13:25:15 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D4B43FCB; Wed, 22 Oct 2003 13:25:09 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id C3ABA1467F; Wed, 22 Oct 2003 15:25:08 -0500 (CDT) Date: Wed, 22 Oct 2003 15:25:08 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: Adam Weinberger In-Reply-To: <20031022193218.GM96543@toxic.magnesium.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Mark Linimon cc: freebsd-doc@FreeBSD.org cc: ceri@FreeBSD.org cc: freebsd-ports@FreeBSD.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 20:25:15 -0000 While these are all good points, a GNATS upgrade is in the works, so there's little reason to try to fix the existing one. IIRC des has been insistent on deprecating the severity/priority fields (as you note, the data in them are 90%+ bogus). However, worse than all these problems is the fact that no one has come up with code to reenable the web-based send-pr, and IMHO that's a more important (but related) task to all the above. Note that I'm not volunteering any patches to any of the above at this time :-) Well, maybe I might for the templates, since they're pretty busted, anwyays. mcl From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 13:30:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5316116A4BF; Wed, 22 Oct 2003 13:30:58 -0700 (PDT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CDC43FA3; Wed, 22 Oct 2003 13:30:54 -0700 (PDT) (envelope-from anderson@centtech.com) Received: from centtech.com (neutrino.centtech.com [204.177.173.28]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id h9MKUr6T017339; Wed, 22 Oct 2003 15:30:53 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <3F96E8EC.7010609@centtech.com> Date: Wed, 22 Oct 2003 15:30:36 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Linimon References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-doc@freebsd.org cc: ceri@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 20:30:58 -0000 Mark Linimon wrote: >While these are all good points, a GNATS upgrade is in the >works, so there's little reason to try to fix the existing one. >IIRC des has been insistent on deprecating the severity/priority >fields (as you note, the data in them are 90%+ bogus). > >However, worse than all these problems is the fact that no >one has come up with code to reenable the web-based send-pr, >and IMHO that's a more important (but related) task to all >the above. > >Note that I'm not volunteering any patches to any of the >above at this time :-) > >Well, maybe I might for the templates, since they're pretty >busted, anwyays. > > I'd be willing to work on a replacement for the web-send-pr cgi program. I looked at it a year or so ago, and got distracted by other things. Can someone give me a list of "requirements" for the new program? Eric -- ------------------------------------------------------------------ Eric Anderson Systems Administrator Centaur Technology All generalizations are false, including this one. ------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 14:09:18 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E731F16A4B3; Wed, 22 Oct 2003 14:09:18 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A24F43FBD; Wed, 22 Oct 2003 14:09:14 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd958a02a.dip.t-dialin.net ([217.88.160.42] helo=fillmore-labs.com ident=en7ufxcvjq8fpfp5) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACQEC-000Ij3-Hj; Wed, 22 Oct 2003 23:09:12 +0200 Message-ID: <3F96F1F5.7040707@fillmore-labs.com> Date: Wed, 22 Oct 2003 23:09:09 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Mark Linimon References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: freebsd-doc@FreeBSD.org cc: Adam Weinberger cc: ceri@FreeBSD.org cc: freebsd-ports@FreeBSD.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 21:09:19 -0000 Mark Linimon wrote: > While these are all good points, a GNATS upgrade is in the > works, so there's little reason to try to fix the existing one. Who is working on the upgrade? From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 14:29:26 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 918A116A4B3; Wed, 22 Oct 2003 14:29:26 -0700 (PDT) Received: from comrie.uwaterloo.ca (comrie.math.uwaterloo.ca [129.97.216.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 843FC43F3F; Wed, 22 Oct 2003 14:29:25 -0700 (PDT) (envelope-from mpatters@cs.uwaterloo.ca) Received: from comrie.uwaterloo.ca (localhost [127.0.0.1]) by comrie.uwaterloo.ca (8.12.9p1/8.12.9) with ESMTP id h9MLTOJB040026; Wed, 22 Oct 2003 17:29:24 -0400 (EDT) (envelope-from mpatters@cs.uwaterloo.ca) Received: (from mpatters@localhost) by comrie.uwaterloo.ca (8.12.9p1/8.12.9/Submit) id h9MLTOpf040025; Wed, 22 Oct 2003 17:29:24 -0400 (EDT) X-Authentication-Warning: comrie.uwaterloo.ca: mpatters set sender to mpatters@cs.uwaterloo.ca using -f From: Mike Patterson To: Adam Weinberger In-Reply-To: <20031022201618.GP96543@toxic.magnesium.net> References: <1066851845.38350.67.camel@comrie> <20031022201618.GP96543@toxic.magnesium.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: CSCF Message-Id: <1066858164.38350.84.camel@comrie> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 22 Oct 2003 17:29:24 -0400 cc: freebsd-ports@FreeBSD.org Subject: Re: Firebird 0.7 and the keyboard; c&p to FB from Evolution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 21:29:26 -0000 On Wed, 2003-10-22 at 16:16, Adam Weinberger wrote: > >> (10.22.2003 @ 1544 PST): Mike Patterson said, in 1.7K: << > > I've noticed lately, particularly since upgrading to Firebird 0.7 (but I > > believe this may have happened a few times with 0.6.1) that occasionally > > Firebird will appear to stop listening to any keyboard input - ie, if > > the cursor is in a text entry box, nothing I type has any effect, ^T > > does not open a new tab and ^W does not close one, etc. To get keyboard > > back in FB, I need to close it and re-open it. > >> end of "Firebird 0.7 and the keyboard; c&p to FB from Evolution" from Mike Patterson << > > I get the same thing in mozilla. Simply focus another window and then > refocus firebird... that should get your keyboard input focus back. Interesting - I'd tried that already, but not with another window in the same workspace (I use WindowMaker). Opening up an xterm in the same workspace as FB, then giving it focus and typing some stuff, then moving back to FB, worked ok; nothing else seems to. Oh well, thanks! This is perhaps a WM problem, rather than something strictly FB. Mike -- She was good at playing abstract confusion in the same way a midget is good at being short. - Clive James, on Marilyn Monroe From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 14:30:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E67A16A4B3 for ; Wed, 22 Oct 2003 14:30:46 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id B148443FBD for ; Wed, 22 Oct 2003 14:30:43 -0700 (PDT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ACQYz-0000Ft-00 for ; Wed, 22 Oct 2003 23:30:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACQQL-00009k-00 for ; Wed, 22 Oct 2003 23:21:45 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ACQQL-0004di-00 for ; Wed, 22 Oct 2003 23:21:45 +0200 From: Luis Neves Date: Wed, 22 Oct 2003 22:21:55 +0100 Lines: 15 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org User-Agent: KNode/0.7.2 Sender: news Subject: Mozilla FireBird and Rich Text Editing support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 21:30:46 -0000 Hello all, According to the release notes[1] Rich Text Editing support[2][3] (aka Midas) was added to mozilla firebird in 0.6.1 and I can confirm that the windows binaries have this feature. Unfortunately the version in the ports doesn't enable Midas, does anyone knows what knobs need to be turned on to enable this feature? Regards, Luis Neves [1] - http://www.mozilla.org/projects/firebird/0.6.1-release-notes.html [2] - http://www.mozilla.org/editor/midas-spec.html [3] - http://www.mozilla.org/editor/midasdemo/ From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 14:41:42 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DEF16A4B3 for ; Wed, 22 Oct 2003 14:41:42 -0700 (PDT) Received: from redundancy.redundancy.org (redundancy.redundancy.org [198.144.201.242]) by mx1.FreeBSD.org (Postfix) with SMTP id 000AD43F3F for ; Wed, 22 Oct 2003 14:41:40 -0700 (PDT) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 36502 invoked by uid 1000); 22 Oct 2003 21:41:58 -0000 Date: Wed, 22 Oct 2003 14:41:58 -0700 From: David Thiel To: freebsd-ports@FreeBSD.org Message-ID: <20031022214136.GC98040@redundancy.redundancy.org> Mail-Followup-To: freebsd-ports@FreeBSD.org References: <1066851845.38350.67.camel@comrie> <20031022201618.GP96543@toxic.magnesium.net> <1066858164.38350.84.camel@comrie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1066858164.38350.84.camel@comrie> X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg User-Agent: Mutt/1.5.4i Subject: Re: Firebird 0.7 and the keyboard; c&p to FB from Evolution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 21:41:42 -0000 On Wed, Oct 22, 2003 at 05:29:02PM -0400, Mike Patterson wrote: > Interesting - I'd tried that already, but not with another window in the > same workspace (I use WindowMaker). Opening up an xterm in the same > workspace as FB, then giving it focus and typing some stuff, then moving > back to FB, worked ok; nothing else seems to. > > Oh well, thanks! This is perhaps a WM problem, rather than something > strictly FB. Nope, I've seen it in fluxbox and openbox as well, with both Mozilla and Firebird. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 14:50:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AED16A4B3 for ; Wed, 22 Oct 2003 14:50:35 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF19B43F85 for ; Wed, 22 Oct 2003 14:50:33 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h9MLnHMN016694; Wed, 22 Oct 2003 17:49:18 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Luis Neves In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5RTCPq36pK7U7piIbWVS" Organization: MarcusCom, Inc. Message-Id: <1066859433.720.88.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 22 Oct 2003 17:50:33 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports@freebsd.org Subject: Re: Mozilla FireBird and Rich Text Editing support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 21:50:35 -0000 --=-5RTCPq36pK7U7piIbWVS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-10-22 at 17:21, Luis Neves wrote: > Hello all, > According to the release notes[1] Rich Text Editing support[2][3] (aka > Midas) was added to mozilla firebird in 0.6.1 and I can confirm that the > windows binaries have this feature. > Unfortunately the version in the ports doesn't enable Midas, does anyone > knows what knobs need to be turned on to enable this feature? Try editing www/mozilla-firebird/files/mozconfig.in, and remove the line: ac_add_options --enable-plaintext-editor-only See if that works for you. Joe >=20 > Regards, > Luis Neves >=20 > [1] - http://www.mozilla.org/projects/firebird/0.6.1-release-notes.html > [2] - http://www.mozilla.org/editor/midas-spec.html > [3] - http://www.mozilla.org/editor/midasdemo/ >=20 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-5RTCPq36pK7U7piIbWVS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/lvupb2iPiv4Uz4cRAmgTAJ9xrpbEm28SEn+pef59ZLbqnLmaUQCZAdOA rtoGJYRelnqfessjPqJqb9g= =Ld+o -----END PGP SIGNATURE----- --=-5RTCPq36pK7U7piIbWVS-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 15:39:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292AA16A4B3 for ; Wed, 22 Oct 2003 15:39:11 -0700 (PDT) Received: from thumbler.kulnet.kuleuven.ac.be (thumbler.kulnet.kuleuven.ac.be [134.58.240.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B4843FCB for ; Wed, 22 Oct 2003 15:39:02 -0700 (PDT) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id A9F9F13778C for ; Thu, 23 Oct 2003 00:39:01 +0200 (CEST) Received: from octavianus.kulnet.kuleuven.ac.be (octavianus.kulnet.kuleuven.ac.be [134.58.240.71]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 3C201137781 for ; Thu, 23 Oct 2003 00:39:01 +0200 (CEST) Received: from localhost (kalimero.kotnet.org [10.4.5.217]) by octavianus.kulnet.kuleuven.ac.be (Postfix) with SMTP id DE607AEA63 for ; Thu, 23 Oct 2003 00:39:00 +0200 (CEST) Date: Thu, 23 Oct 2003 00:39:00 +0200 From: Tijl Coosemans To: freebsd-ports@freebsd.org Message-Id: <20031023003900.2520d73d.tijl@ulyssis.org> In-Reply-To: <20031022214136.GC98040@redundancy.redundancy.org> References: <1066851845.38350.67.camel@comrie> <20031022201618.GP96543@toxic.magnesium.net> <1066858164.38350.84.camel@comrie> <20031022214136.GC98040@redundancy.redundancy.org> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by KULeuven Antivirus Cluster Subject: Re: Firebird 0.7 and the keyboard; c&p to FB from Evolution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 22:39:11 -0000 On Wed, 22 Oct 2003 14:41:58 -0700, David Thiel wrote: > On Wed, Oct 22, 2003 at 05:29:02PM -0400, Mike Patterson wrote: > > Interesting - I'd tried that already, but not with another window in > > the same workspace (I use WindowMaker). Opening up an xterm in the > > same workspace as FB, then giving it focus and typing some stuff, > > then moving back to FB, worked ok; nothing else seems to. > > > > Oh well, thanks! This is perhaps a WM problem, rather than > > something strictly FB. > > Nope, I've seen it in fluxbox and openbox as well, with both Mozilla > and Firebird. Yes and I have it with pekwm, usually after some workspace switching. I haven't noticed the problem yet with the gtk12 version I'm running now though, so perhaps it's gtk2 related? From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 17:19:24 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24A1F16A4B3; Wed, 22 Oct 2003 17:19:24 -0700 (PDT) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77BD043F85; Wed, 22 Oct 2003 17:19:22 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp138-212.dialup.mtu-net.ru [62.118.138.212]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 3E0FDFF430; Thu, 23 Oct 2003 04:19:19 +0400 (MSD) (envelope-from sem@ciam.ru) Message-ID: <3F971E21.1020402@ciam.ru> Date: Thu, 23 Oct 2003 04:17:37 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031015 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam Weinberger References: <20031022193218.GM96543@toxic.magnesium.net> In-Reply-To: <20031022193218.GM96543@toxic.magnesium.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Mark Linimon cc: freebsd-doc@FreeBSD.org cc: ceri@FreeBSD.org cc: freebsd-ports@FreeBSD.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 00:19:24 -0000 Adam Weinberger wrote: > Submitter-Id > "current-users" doesn't mean a thing. Submitter-Id should be > usable as "user" or "maintainer," depending upon who submits the > PR. If a maintainer wishes to submit a PR for an update to a > port she maintains, she should be able to choose > Class:update/upgrade, and Submitter-Id:maintainer. It's a something new for me. And I think must be documented somewhere. ---- Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 17:25:04 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F2F16A4B3; Wed, 22 Oct 2003 17:25:04 -0700 (PDT) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id F10B143F75; Wed, 22 Oct 2003 17:25:02 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp138-212.dialup.mtu-net.ru [62.118.138.212]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 44CD31071C1; Thu, 23 Oct 2003 04:25:00 +0400 (MSD) (envelope-from sem@ciam.ru) Message-ID: <3F971F76.90308@ciam.ru> Date: Thu, 23 Oct 2003 04:23:18 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031015 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <3F96E8EC.7010609@centtech.com> In-Reply-To: <3F96E8EC.7010609@centtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Mark Linimon cc: freebsd-doc@freebsd.org cc: ceri@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 00:25:04 -0000 Eric Anderson wrote: > I'd be willing to work on a replacement for the web-send-pr cgi > program. I looked at it a year or so ago, and got distracted by other > things. > Can someone give me a list of "requirements" for the new program? It's may be not for cgi-program, but I'd like to have a mechanism to watch for some PR's. Like bugzilla or freshports.org have. ---- Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 17:30:00 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 259A116A4B3 for ; Wed, 22 Oct 2003 17:30:00 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6333243FBD for ; Wed, 22 Oct 2003 17:29:59 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 4656566D16 for ; Wed, 22 Oct 2003 17:29:59 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 24B96DB8; Wed, 22 Oct 2003 17:29:59 -0700 (PDT) Date: Wed, 22 Oct 2003 17:29:59 -0700 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20031023002959.GD76948@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DrWhICOqskFTAXiy" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: xmlwrapp-0.4.3 broken on 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 00:30:00 -0000 --DrWhICOqskFTAXiy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/i386-5-latest/xmlwrapp-0.4.3.log Can you please investigate and/or report to the developers? Kris --DrWhICOqskFTAXiy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/lyEGWry0BWjoQKURAp9TAKCtebdEH5dCqaTv9LDfcVc3ip/TjACgt/Ml 9QhTMmBA46G1MEBcTcq3sAg= =gb1O -----END PGP SIGNATURE----- --DrWhICOqskFTAXiy-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 17:46:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B0D916A4B3; Wed, 22 Oct 2003 17:46:35 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F0243F85; Wed, 22 Oct 2003 17:46:34 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 140E01468A; Wed, 22 Oct 2003 19:46:34 -0500 (CDT) Date: Wed, 22 Oct 2003 19:46:34 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: Sergey Matveychuk In-Reply-To: <3F971F76.90308@ciam.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Mark Linimon cc: freebsd-doc@freebsd.org cc: Eric Anderson cc: ceri@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 00:46:35 -0000 > It's may be not for cgi-program, but I'd like to have a mechanism to > watch for some PR's. Like bugzilla or freshports.org have. I have the code to scan PRs, but I do not have the subscription- based back end like Dan (=freshports) has. Failing that, I am reluctant to just "send out" PR reminders. The code I am working on is a batch-based reminder list that would only go to a) people who do not have an @FreeBSD.org address (because they can be assigned the PR in GNATS and thus automatically reminded) intersection with b) PRs are that more than "some number of days" old (I think my prototype is set for 60 or 90). The main problem with this is not technical, it's political. I do not wish to unilaterally impose any post-facto burden on maintainers. The secondary problem is that my PR classification algorithm generates false positives. Thus before any run of the notification code, my database must be manually preened to remove them. (I cannot imagine anything more irritating than to get an automated complaint about something that isn't really your problem and thus really can't do anything about). I was actively working on the batch code until I got a commit bit a week or so ago and have been fixing other stuff since then :-) In the meantime you can get an HTML page with your ports at http://lonesome.dyndns.org:4802/bento/errorlogs/portsconcordanceformaintainer.py and bookmark the result once you put in your own email address. mcl From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 19:07:04 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D219816A4B3 for ; Wed, 22 Oct 2003 19:07:04 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id D14E343F75 for ; Wed, 22 Oct 2003 19:07:03 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd958a02a.dip.t-dialin.net ([217.88.160.42] helo=fillmore-labs.com ident=sdh0snaqsp4poh9u) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACUsN-000JLn-25; Thu, 23 Oct 2003 04:06:59 +0200 Message-ID: <3F9737C2.70400@fillmore-labs.com> Date: Thu, 23 Oct 2003 04:06:58 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Mark Linimon References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: Sergey Matveychuk cc: freebsd-ports@freebsd.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 02:07:04 -0000 Mark Linimon wrote: >>It's may be not for cgi-program, but I'd like to have a mechanism to >>watch for some PR's. Like bugzilla or freshports.org have. > > I have the code to scan PRs, but I do not have the subscription- > based back end like Dan (=freshports) has. Failing that, I am > reluctant to just "send out" PR reminders. GNATS 4 has Notify-List (text) Comma-separated list of e-mail-addresses of people to notify when the PR changes significantly, i.e. when the Audit-Trail changes. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 20:16:22 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F0B016A4B3 for ; Wed, 22 Oct 2003 20:16:22 -0700 (PDT) Received: from comrie.uwaterloo.ca (comrie.math.uwaterloo.ca [129.97.216.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7898443FB1 for ; Wed, 22 Oct 2003 20:16:21 -0700 (PDT) (envelope-from mpatters@cs.uwaterloo.ca) Received: from cs.uwaterloo.ca (comrie [129.97.216.108]) by comrie.uwaterloo.ca (8.12.9p1/8.12.9) with ESMTP id h9N3GKJB040953 for ; Wed, 22 Oct 2003 23:16:20 -0400 (EDT) (envelope-from mpatters@cs.uwaterloo.ca) Message-ID: <3F974804.9050808@cs.uwaterloo.ca> Date: Wed, 22 Oct 2003 23:16:20 -0400 From: Mike Patterson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <1066851845.38350.67.camel@comrie> <20031022201618.GP96543@toxic.magnesium.net> <1066858164.38350.84.camel@comrie> <20031022214136.GC98040@redundancy.redundancy.org> <20031023003900.2520d73d.tijl@ulyssis.org> In-Reply-To: <20031023003900.2520d73d.tijl@ulyssis.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Firebird 0.7 and the keyboard; c&p to FB from Evolution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 03:16:22 -0000 Tijl Coosemans wrote: > On Wed, 22 Oct 2003 14:41:58 -0700, David Thiel wrote: > > >>On Wed, Oct 22, 2003 at 05:29:02PM -0400, Mike Patterson wrote: >> >>>Interesting - I'd tried that already, but not with another window in >>>the same workspace (I use WindowMaker). Opening up an xterm in the >>>same workspace as FB, then giving it focus and typing some stuff, >>>then moving back to FB, worked ok; nothing else seems to. >>> >>>Oh well, thanks! This is perhaps a WM problem, rather than >>>something strictly FB. >> >>Nope, I've seen it in fluxbox and openbox as well, with both Mozilla >>and Firebird. > > > Yes and I have it with pekwm, usually after some workspace switching. I > haven't noticed the problem yet with the gtk12 version I'm running now > though, so perhaps it's gtk2 related? That may explain the problems with c&p that I'm seeing from evo as well? I don't know, I use very few gtk apps. If I open up the same email in a web-based mail client, I can c&p no problem, just going from evo to the browser causes issues (tries to smoosh the entire email into one line). Mike From owner-freebsd-ports@FreeBSD.ORG Wed Oct 22 23:03:53 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFDCF16A4B3; Wed, 22 Oct 2003 23:03:53 -0700 (PDT) Received: from man-97-187.ResHall.Berkeley.EDU (man-97-187.Reshall.Berkeley.EDU [169.229.97.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1082643F3F; Wed, 22 Oct 2003 23:03:53 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from man-97-187.ResHall.Berkeley.EDU (localhost [127.0.0.1]) h9N667XS060567; Wed, 22 Oct 2003 23:06:07 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from localhost (lou@localhost)ESMTP id h9N666Zm060564; Wed, 22 Oct 2003 23:06:06 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Date: Wed, 22 Oct 2003 23:06:06 -0700 (PDT) From: Tak Pui LOU To: Adam Weinberger In-Reply-To: <20031022193752.GN96543@toxic.magnesium.net> Message-ID: <20031022225849.U60228@man-97-187.ResHall.Berkeley.EDU> References: <20031022103552.X51415@man-97-187.ResHall.Berkeley.EDU> <20031022193752.GN96543@toxic.magnesium.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: 5Dwm X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 06:03:54 -0000 I won't have the time to commit myself besides that it seems to require some lower level programming skill for some parts. I definitely hope someone do it right. Anyway, I saw some discussion about bring the workspace manager back in the future openmotif release. That may solve my problem too. --- Lou On Wed, 22 Oct 2003, Adam Weinberger wrote: > >> (10.22.2003 @ 1340 PST): Tak Pui LOU said, in 0.4K: << > > Is there anyone planning to port 5Dwm from the IMD4Linux Project? I don't > > need the whole IMD environment although it is nice to have it. I just want > > a mwm with multiple workspace manager. > >> end of "5Dwm" from Tak Pui LOU << > > If you'd like to make a 5dwm port, you should go for it! It seems like a > neat windowmanager. > > # Adam > > > -- > Adam Weinberger > vectors.cx >> adam@vectors.cx >> http://www.vectors.cx > magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw > FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw > #vim:set ts=8: 8-char tabs prevent tooth decay. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 00:11:49 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9678F16A4B3 for ; Thu, 23 Oct 2003 00:11:49 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 555AB43FA3 for ; Thu, 23 Oct 2003 00:11:46 -0700 (PDT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ACZdI-00050Q-00 for ; Thu, 23 Oct 2003 09:11:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACZdH-00050I-00 for ; Thu, 23 Oct 2003 09:11:43 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ACZdH-0002sz-00 for ; Thu, 23 Oct 2003 09:11:43 +0200 From: Luis Neves Date: Thu, 23 Oct 2003 08:11:57 +0100 Lines: 18 Message-ID: References: <1066859433.720.88.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org User-Agent: KNode/0.7.2 Sender: news Subject: Re: Mozilla FireBird and Rich Text Editing support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 07:11:49 -0000 Hi, Joe Marcus Clarke wrote: > Try editing www/mozilla-firebird/files/mozconfig.in, and remove the > line: > > ac_add_options --enable-plaintext-editor-only > > See if that works for you. Yes that works fine. Thanks!! Best regards, Luis Neves From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 01:12:49 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3191216A4B3 for ; Thu, 23 Oct 2003 01:12:49 -0700 (PDT) Received: from haha.debank.tv (c92069.upc-c.chello.nl [212.187.92.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8104943FCB for ; Thu, 23 Oct 2003 01:12:42 -0700 (PDT) (envelope-from rob@debank.tv) Received: from debank.tv (X-server.debank.tv [192.168.1.69]) by haha.debank.tv (8.12.9p2/8.12.9) with ESMTP id h9N8CeR2067059 for ; Thu, 23 Oct 2003 10:12:40 +0200 (CEST) (envelope-from rob@debank.tv) Message-ID: <3F978D78.30404@debank.tv> Date: Thu, 23 Oct 2003 10:12:40 +0200 From: Rob Evers User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031018 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: strange url X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 08:12:49 -0000 Hi all, I'm trying to make a port for postfixadmin, but I've bumped into a little problem, the download url is: http://high5.net/postfixadmin/download.php?file=postfixadmin-1.5.4.tgz This is what I've done: (I know it's no finished yet) --------------------------------------------------------------------------------------------------- # New ports collection makefile for: postfixadmin # Date created: 23 October 2003 # Whom: Rob Evers # # PORTNAME= postfixadmin PORTVERSION= 1.5.4 CATEGORIES= mail MASTER_SITES= http://high5.net/postfixadmin/download.php?file= EXTRACT_SUFX= .tgz MAINTAINER= rob@debank.tv COMMENT= PHP frontend to postfix and mySQL NO_BUILD= yes .include -------------------------------------------------------------------------------------------------------- It downloads fine but leaves the file 'download.php\?file=postfixadmin-1.5.4.tgz' in /usr/ports/distfile instead of (ofcourse) 'postfixadmin-1.5.4.tgz'. Is there a easy way around this or do I need to mirror this file in a differen location (without the php'ized url). Many thanks Rob Evers. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 01:20:22 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEE0216A4B3 for ; Thu, 23 Oct 2003 01:20:22 -0700 (PDT) Received: from freebsd.org.ru (www.freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D449143F3F for ; Thu, 23 Oct 2003 01:20:21 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 58062315; Thu, 23 Oct 2003 12:20:16 +0400 (MSD) Date: Thu, 23 Oct 2003 12:20:16 +0400 From: "Sergey A. Osokin" To: Rob Evers Message-ID: <20031023082016.GZ39789@freebsd.org.ru> References: <3F978D78.30404@debank.tv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F978D78.30404@debank.tv> User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: strange url X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: osa@FreeBSD.org.ru List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 08:20:22 -0000 On Thu, Oct 23, 2003 at 10:12:40AM +0200, Rob Evers wrote: > Hi all, > > I'm trying to make a port for postfixadmin, but I've bumped into a > little problem, the download url is: > http://high5.net/postfixadmin/download.php?file=postfixadmin-1.5.4.tgz > > This is what I've done: (I know it's no finished yet) > --------------------------------------------------------------------------------------------------- > # New ports collection makefile for: postfixadmin > # Date created: 23 October 2003 > # Whom: Rob Evers > # > # > > PORTNAME= postfixadmin > PORTVERSION= 1.5.4 > CATEGORIES= mail > MASTER_SITES= http://high5.net/postfixadmin/download.php?file= > EXTRACT_SUFX= .tgz > > MAINTAINER= rob@debank.tv > COMMENT= PHP frontend to postfix and mySQL > > NO_BUILD= yes > > .include > -------------------------------------------------------------------------------------------------------- > > It downloads fine but leaves the file > 'download.php\?file=postfixadmin-1.5.4.tgz' in /usr/ports/distfile > instead of (ofcourse) 'postfixadmin-1.5.4.tgz'. Is there a easy way > around this or do I need to mirror this file in a differen location > (without the php'ized url). Hm, try to play with FETCH_BEFORE_ARGS/FETCH_AFTER_ARGS. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 01:44:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7E516A4B3 for ; Thu, 23 Oct 2003 01:44:28 -0700 (PDT) Received: from haha.debank.tv (c92069.upc-c.chello.nl [212.187.92.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 128CB43FA3 for ; Thu, 23 Oct 2003 01:44:27 -0700 (PDT) (envelope-from rob@debank.tv) Received: from debank.tv (X-server.debank.tv [192.168.1.69]) by haha.debank.tv (8.12.9p2/8.12.9) with ESMTP id h9N8iNR2067425; Thu, 23 Oct 2003 10:44:23 +0200 (CEST) (envelope-from rob@debank.tv) Message-ID: <3F9794E8.8030203@debank.tv> Date: Thu, 23 Oct 2003 10:44:24 +0200 From: Rob Evers User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031018 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: osa@freebsd.org.ru References: <3F978D78.30404@debank.tv> <20031023082016.GZ39789@freebsd.org.ru> In-Reply-To: <20031023082016.GZ39789@freebsd.org.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new cc: freebsd-ports@freebsd.org Subject: Re: strange url X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 08:44:28 -0000 Sergey A. Osokin wrote: >On Thu, Oct 23, 2003 at 10:12:40AM +0200, Rob Evers wrote: > > >>Hi all, >> >>I'm trying to make a port for postfixadmin, but I've bumped into a >>little problem, the download url is: >>http://high5.net/postfixadmin/download.php?file=postfixadmin-1.5.4.tgz >> >>This is what I've done: (I know it's no finished yet) >>--------------------------------------------------------------------------------------------------- >># New ports collection makefile for: postfixadmin >># Date created: 23 October 2003 >># Whom: Rob Evers >># >># >> >>PORTNAME= postfixadmin >>PORTVERSION= 1.5.4 >>CATEGORIES= mail >>MASTER_SITES= http://high5.net/postfixadmin/download.php?file= >>EXTRACT_SUFX= .tgz >> >>MAINTAINER= rob@debank.tv >>COMMENT= PHP frontend to postfix and mySQL >> >>NO_BUILD= yes >> >>.include >>-------------------------------------------------------------------------------------------------------- >> >>It downloads fine but leaves the file >>'download.php\?file=postfixadmin-1.5.4.tgz' in /usr/ports/distfile >>instead of (ofcourse) 'postfixadmin-1.5.4.tgz'. Is there a easy way >>around this or do I need to mirror this file in a differen location >>(without the php'ized url). >> >> > >Hm, try to play with FETCH_BEFORE_ARGS/FETCH_AFTER_ARGS. > > > Thanks, that did the trick Rob Evers. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 01:45:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A70E016A4FB; Thu, 23 Oct 2003 01:45:11 -0700 (PDT) Received: from helo.liwing.de (helo.liwing.de [213.70.188.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8EAD43F93; Thu, 23 Oct 2003 01:45:09 -0700 (PDT) (envelope-from root@helo.liwing.de) Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1]) by helo.liwing.de (8.12.9p2/8.12.9) with ESMTP id h9N8j6Un079640; Thu, 23 Oct 2003 08:45:06 GMT (envelope-from root@helo.liwing.de) Received: (from root@localhost) by helo.liwing.de (8.12.9p2/8.12.9/Submit) id h9N8j61R079639; Thu, 23 Oct 2003 08:45:06 GMT (envelope-from root) Date: Thu, 23 Oct 2003 08:45:06 GMT Message-Id: <200310230845.h9N8j61R079639@helo.liwing.de> To: FreeBSD-gnats-submit@freebsd.org From: Jens Rehsack X-send-pr-version: 3.113 X-GNATS-Notify: cc: ports@freebsd.org cc: Jens Rehsack Subject: [PATCH] fix broken build of textproc/xmlwrapp X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jens Rehsack List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 08:45:11 -0000 >Submitter-Id: current-users >Originator: Jens Rehsack >Organization: LiWing IT-Services >Confidential: no >Synopsis: [PATCH] fix broken build of textproc/xmlwrapp >Severity: non-critical >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 5.1-CURRENT i386 >Environment: System: FreeBSD statler 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Oct 21 09:54:47 GMT 2003 root@statler:/usr/obj/usr/src/sys/STATLER i386 >Description: Fix broken build found during package building on bento: http://bento.freebsd.org/errorlogs/i386-5-latest/xmlwrapp-0.4.3.log >How-To-Repeat: >Fix: --- patch-files begins here --- Index: textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx =================================================================== diff -uN /dev/null textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx --- /dev/null Thu Oct 23 08:38:00 2003 +++ textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx Thu Oct 23 08:37:56 2003 @@ -0,0 +1,11 @@ +--- src/libxml/tree_parser.cxx.orig Thu Oct 23 08:30:38 2003 ++++ src/libxml/tree_parser.cxx Thu Oct 23 08:30:44 2003 +@@ -62,7 +62,7 @@ + struct xml::tree_impl { + tree_impl (void) : last_error_(const_default_error), warnings_(false), okay_(false) { + std::memset(&sax_, 0, sizeof(sax_)); +- initxmlDefaultSAXHandler(&sax_, 0); ++ xmlSAX2InitDefaultSAXHandler(&sax_, 0); + + sax_.warning = cb_tree_warning; + sax_.error = cb_tree_error; --- patch-files ends here --- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 01:54:12 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC75C16A4B3 for ; Thu, 23 Oct 2003 01:54:12 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732EF43FBD for ; Thu, 23 Oct 2003 01:54:11 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 72418 invoked from network); 23 Oct 2003 08:54:10 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 23 Oct 2003 08:54:10 -0000 Message-ID: <3F979732.4010900@liwing.de> Date: Thu, 23 Oct 2003 08:54:10 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031022 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20031023002959.GD76948@rot13.obsecurity.org> In-Reply-To: <20031023002959.GD76948@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: xmlwrapp-0.4.3 broken on 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 08:54:12 -0000 Kris Kennaway wrote: > http://bento.freebsd.org/errorlogs/i386-5-latest/xmlwrapp-0.4.3.log > > Can you please investigate and/or report to the developers? Hopefully done with PR ports/58416 (). If anyone known any ports which use this port to do sth. what can be used for testing, please let me know. 'make search key=xmlwrap' didn't show anything except the xmlwrapper itself. Jens From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 03:19:09 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6E116A4B3 for ; Thu, 23 Oct 2003 03:19:09 -0700 (PDT) Received: from quipo.it (mx.quipo.it [212.43.108.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B760A43FA3 for ; Thu, 23 Oct 2003 03:19:05 -0700 (PDT) (envelope-from bcampanelli@quipo.it) Received: from computer [62.94.14.183] by quipo.it with ESMTP (SMTPD32-7.15) id AB0B4BA028E; Thu, 23 Oct 2003 12:18:51 +0200 Message-ID: <001101c3994f$0e224960$b70e5e3e@computer> From: "Bruno Campanelli" To: Date: Thu, 23 Oct 2003 12:18:49 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000F_01C3995F.D03B5CC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Declude-Sender: bcampanelli@quipo.it [62.94.14.183] X-Declude-Spoolname: Dab0b04ba028e0447.SMD Subject: [for maintainer]: icewm port: make error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 10:19:09 -0000 Messaggio in formato MIME composto da più parti. ------=_NextPart_000_000F_01C3995F.D03B5CC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, while trying to install the icewm (a window manager) port, the make command stops with the error : . . "configure: error: Xinerama can not be found" . . . . .=20 . . the full message is reported in the output included below=20 (see OUTPUT of the make command). Also attached is the = "/usr/ports/x11-wm/icewm/work/icewm-1.2.13/config.log". Please cc to me as I'm not currently subscribed to ports@FreeBSD.org. Thank you Bruno -------------------------------------------------------------------------= ----------------------------------- OUTPUT OF 'uname -a': FreeBSD seekingjob.singles.it 4.9-RC FreeBSD 4.9-RC #0: Wed Oct 15 = 00:12:26 CEST 2003 root@:/usr/obj/usr/src/sys/CURRENT_WINE i386 -------------------------------------------------------------------------= ----------------------------------- OUTPUT of the make command: =3D=3D=3D> icewm-1.2.13 depends on executable: gmake - found =3D=3D=3D> icewm-1.2.13 depends on executable: pkg-config - found =3D=3D=3D> icewm-1.2.13 depends on shared library: intl.5 - found =3D=3D=3D> icewm-1.2.13 depends on shared library: Xft.2 - found =3D=3D=3D> icewm-1.2.13 depends on shared library: X11.6 - found =3D=3D=3D> icewm-1.2.13 depends on shared library: esd.2 - found =3D=3D=3D> icewm-1.2.13 depends on shared library: glib12.3 - found =3D=3D=3D> icewm-1.2.13 depends on shared library: gtk12.2 - found =3D=3D=3D> icewm-1.2.13 depends on shared library: Imlib.5 - found =3D=3D=3D> Configuring for icewm-1.2.13 checking build system type... i386-portbld-freebsd4.9 checking host system type... i386-portbld-freebsd4.9 checking target system type... i386-portbld-freebsd4.9 checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking whether the C compiler (cc) understands C++... yes checking whether we are using the GNU C++ compiler... yes checking whether cc accepts -g... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking whether the C++ compiler (cc) accepts no_rtti... yes checking whether the C++ compiler (cc) accepts no_exceptions... yes checking whether the C++ compiler (cc) accepts warn_xxx... yes checking whether the C++ compiler (cc) accepts permissive... yes checking if we need our own C++ allocation operators... no checking for a BSD-compatible install... /usr/bin/install -c -o root -g = wheel checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking how to run the C++ preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking linux/threads.h usability... no checking linux/threads.h presence... no checking for linux/threads.h... no checking linux/tasks.h usability... no checking linux/tasks.h presence... no checking for linux/tasks.h... no checking kstat.h usability... no checking kstat.h presence... no checking for kstat.h... no checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking return type of signal handlers... void checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for putenv... yes checking for select... yes checking for socket... yes checking for strtol... yes checking for strtoul... yes checking for basename... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking whether nl_langinfo supports CODESET... yes checking whether nl_langinfo supports _NL_CTYPE_CODESET_NAME... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking whether _libiconv_version is declared... yes assuming iconv.h belongs to GNU libiconv checking whether iconv converts from ISO-8859-1 to UCS-4//TRANSLIT... = yes checking whether iconv converts from ISO-8859-2 to UCS-4//TRANSLIT... = yes checking whether iconv converts from KOI8-R to UCS-4//TRANSLIT... yes checking whether iconv converts from EUC-JP to UCS-4//TRANSLIT... yes checking whether iconv converts from BIG5 to UCS-4//TRANSLIT... yes checking for bindtextdomain... no checking for bindtextdomain in -lintl... yes checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for XInternAtoms in -lX11... yes checking for IceConnectionNumber in -lICE... (cached) yes checking for XShapeCombineRectangles in -lXext... yes checking for xft-config... /usr/X11R6/bin/xft-config checking for esd-config... /usr/local/bin/esd-config checking esd.h usability... yes checking esd.h presence... yes checking for esd.h... yes checking for esd_open_sound in -lesd... yes checking for XineramaQueryScreens in -lXinerama... no configure: error: Xinerama can not be found =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and = attach the "/usr/ports/x11-wm/icewm/work/icewm-1.2.13/config.log" = including the output of the failure of your make command. Also, it might be = a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11-wm/icewm. -------------------------------------------------------------------------= ----------------------------------- ------=_NextPart_000_000F_01C3995F.D03B5CC0 Content-Type: application/octet-stream; name="config.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while=0A= running configure, to aid debugging if configure makes a mistake.=0A= =0A= It was created by configure, which was=0A= generated by GNU Autoconf 2.57. Invocation command line was=0A= =0A= $ ./configure --enable-shaped-decorations --enable-guievents = --with-cfgdir=3D/usr/X11R6/share/icewm = --with-libdir=3D/usr/X11R6/share/icewm = --with-kdedatadir=3D/usr/local/share = --with-docdir=3D/usr/X11R6/share/doc --with-mkfontdir=3D/nonexistent = --with-imlib --with-icesound=3Desound --x-libraries=3D/usr/X11R6/lib = --x-includes=3D/usr/X11R6/include --prefix=3D/usr/X11R6 = --build=3Di386-portbld-freebsd4.9=0A= =0A= ## --------- ##=0A= ## Platform. ##=0A= ## --------- ##=0A= =0A= hostname =3D searchingjob.singles.it=0A= uname -m =3D i386=0A= uname -r =3D 4.9-RC=0A= uname -s =3D FreeBSD=0A= uname -v =3D FreeBSD 4.9-RC #0: Wed Oct 15 00:12:26 CEST 2003 = root@:/usr/obj/usr/src/sys/CURRENT_WINE =0A= =0A= /usr/bin/uname -p =3D i386=0A= /bin/uname -X =3D unknown=0A= =0A= /bin/arch =3D unknown=0A= /usr/bin/arch -k =3D unknown=0A= /usr/convex/getsysinfo =3D unknown=0A= hostinfo =3D unknown=0A= /bin/machine =3D unknown=0A= /usr/bin/oslevel =3D unknown=0A= /bin/universe =3D unknown=0A= =0A= PATH: /sbin=0A= PATH: /usr/sbin=0A= PATH: /bin=0A= PATH: /usr/bin=0A= PATH: /usr/local/sbin=0A= PATH: /usr/local/bin=0A= PATH: /usr/X11R6/bin=0A= =0A= =0A= ## ----------- ##=0A= ## Core tests. ##=0A= ## ----------- ##=0A= =0A= configure:1365: checking build system type=0A= configure:1383: result: i386-portbld-freebsd4.9=0A= configure:1391: checking host system type=0A= configure:1405: result: i386-portbld-freebsd4.9=0A= configure:1413: checking target system type=0A= configure:1427: result: i386-portbld-freebsd4.9=0A= configure:1494: checking for gcc=0A= configure:1520: result: cc=0A= configure:1764: checking for C compiler version=0A= configure:1767: cc --version &5=0A= 2.95.4=0A= configure:1770: $? =3D 0=0A= configure:1772: cc -v &5=0A= Using builtin specs.=0A= gcc version 2.95.4 20020320 [FreeBSD]=0A= configure:1775: $? =3D 0=0A= configure:1777: cc -V &5=0A= cc: argument to `-V' is missing=0A= configure:1780: $? =3D 1=0A= configure:1804: checking for C compiler default output=0A= configure:1807: cc -O -pipe -I/usr/local/include -I/usr/X11R6/include = -L/usr/local/lib -L/usr/X11R6/lib conftest.c >&5=0A= configure:1810: $? =3D 0=0A= configure:1856: result: a.out=0A= configure:1861: checking whether the C compiler works=0A= configure:1867: ./a.out=0A= configure:1870: $? =3D 0=0A= configure:1887: result: yes=0A= configure:1894: checking whether we are cross compiling=0A= configure:1896: result: no=0A= configure:1899: checking for suffix of executables=0A= configure:1901: cc -o conftest -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c >&5=0A= configure:1904: $? =3D 0=0A= configure:1929: result: =0A= configure:1935: checking for suffix of object files=0A= configure:1957: cc -c -O -pipe -I/usr/local/include = -I/usr/X11R6/include conftest.c >&5=0A= configure:1960: $? =3D 0=0A= configure:1982: result: o=0A= configure:1986: checking whether we are using the GNU C compiler=0A= configure:2011: cc -c -O -pipe -I/usr/local/include = -I/usr/X11R6/include conftest.c >&5=0A= configure:2014: $? =3D 0=0A= configure:2017: test -s conftest.o=0A= configure:2020: $? =3D 0=0A= configure:2033: result: yes=0A= configure:2039: checking whether cc accepts -g=0A= configure:2061: cc -c -g -I/usr/local/include -I/usr/X11R6/include = conftest.c >&5=0A= configure:2064: $? =3D 0=0A= configure:2067: test -s conftest.o=0A= configure:2070: $? =3D 0=0A= configure:2081: result: yes=0A= configure:2098: checking for cc option to accept ANSI C=0A= configure:2159: cc -c -O -pipe -I/usr/local/include = -I/usr/X11R6/include conftest.c >&5=0A= configure:2162: $? =3D 0=0A= configure:2165: test -s conftest.o=0A= configure:2168: $? =3D 0=0A= configure:2186: result: none needed=0A= configure:2204: cc -c -O -pipe -I/usr/local/include = -I/usr/X11R6/include conftest.c >&5=0A= conftest.c:2: syntax error before `me'=0A= configure:2207: $? =3D 1=0A= configure: failed program was:=0A= | #ifndef __cplusplus=0A= | choke me=0A= | #endif=0A= configure:2318: checking whether the C compiler (cc) understands C++=0A= configure:2328: rm conftest; cc -o conftest conftest.C; test -f = ./conftest=0A= rm: conftest: No such file or directory=0A= configure:2331: $? =3D 0=0A= configure:2338: result: yes=0A= configure:2441: checking for C++ compiler version=0A= configure:2444: cc --version &5=0A= 2.95.4=0A= configure:2447: $? =3D 0=0A= configure:2449: cc -v &5=0A= Using builtin specs.=0A= gcc version 2.95.4 20020320 [FreeBSD]=0A= configure:2452: $? =3D 0=0A= configure:2454: cc -V &5=0A= cc: argument to `-V' is missing=0A= configure:2457: $? =3D 1=0A= configure:2460: checking whether we are using the GNU C++ compiler=0A= configure:2485: cc -c -O -pipe -I/usr/local/include = -I/usr/X11R6/include conftest.cc >&5=0A= configure:2488: $? =3D 0=0A= configure:2491: test -s conftest.o=0A= configure:2494: $? =3D 0=0A= configure:2507: result: yes=0A= configure:2513: checking whether cc accepts -g=0A= configure:2535: cc -c -g -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:2538: $? =3D 0=0A= configure:2541: test -s conftest.o=0A= configure:2544: $? =3D 0=0A= configure:2555: result: yes=0A= configure:2599: cc -c -O -pipe -I/usr/local/include = -I/usr/X11R6/include conftest.cc >&5=0A= configure:2602: $? =3D 0=0A= configure:2605: test -s conftest.o=0A= configure:2608: $? =3D 0=0A= configure:2635: cc -c -O -pipe -I/usr/local/include = -I/usr/X11R6/include conftest.cc >&5=0A= configure:2638: $? =3D 0=0A= configure:2641: test -s conftest.o=0A= configure:2644: $? =3D 0=0A= configure:2715: checking for gcc=0A= configure:2741: result: cc=0A= configure:2985: checking for C compiler version=0A= configure:2988: cc --version &5=0A= 2.95.4=0A= configure:2991: $? =3D 0=0A= configure:2993: cc -v &5=0A= Using builtin specs.=0A= gcc version 2.95.4 20020320 [FreeBSD]=0A= configure:2996: $? =3D 0=0A= configure:2998: cc -V &5=0A= cc: argument to `-V' is missing=0A= configure:3001: $? =3D 1=0A= configure:3004: checking whether we are using the GNU C compiler=0A= configure:3051: result: yes=0A= configure:3057: checking whether cc accepts -g=0A= configure:3099: result: yes=0A= configure:3116: checking for cc option to accept ANSI C=0A= configure:3204: result: none needed=0A= configure:3222: cc -c -O -pipe -I/usr/local/include = -I/usr/X11R6/include conftest.c >&5=0A= conftest.c:2: syntax error before `me'=0A= configure:3225: $? =3D 1=0A= configure: failed program was:=0A= | #ifndef __cplusplus=0A= | choke me=0A= | #endif=0A= configure:3342: checking whether the C++ compiler (cc) accepts no_rtti=0A= configure:3361: cc -c -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include conftest.cc >&5=0A= configure:3364: $? =3D 0=0A= configure:3367: test -s conftest.o=0A= configure:3370: $? =3D 0=0A= configure:3380: result: yes=0A= configure:3388: checking whether the C++ compiler (cc) accepts = no_exceptions=0A= configure:3407: cc -c -fno-exceptions -fno-rtti -O -pipe = -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5=0A= configure:3410: $? =3D 0=0A= configure:3413: test -s conftest.o=0A= configure:3416: $? =3D 0=0A= configure:3426: result: yes=0A= configure:3531: checking whether the C++ compiler (cc) accepts warn_xxx=0A= configure:3550: cc -c -Wall -Wpointer-arith -Wconversion -Wwrite-strings = -Winline -Woverloaded-virtual -W -fno-exceptions -fno-rtti -O -pipe = -I/usr/local/include -I/usr/X11R6/include conftest.cc >&5=0A= configure:3553: $? =3D 0=0A= configure:3556: test -s conftest.o=0A= configure:3559: $? =3D 0=0A= configure:3569: result: yes=0A= configure:3576: checking whether the C++ compiler (cc) accepts permissive=0A= configure:3595: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:3598: $? =3D 0=0A= configure:3601: test -s conftest.o=0A= configure:3604: $? =3D 0=0A= configure:3614: result: yes=0A= configure:3627: checking if we need our own C++ allocation operators=0A= configure:3648: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:3651: $? =3D 0=0A= configure:3654: test -s conftest=0A= configure:3657: $? =3D 0=0A= configure:3659: result: no=0A= configure:3693: checking for a BSD-compatible install=0A= configure:3747: result: /usr/bin/install -c -o root -g wheel=0A= configure:3767: checking for dirent.h that defines DIR=0A= configure:3792: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:3795: $? =3D 0=0A= configure:3798: test -s conftest.o=0A= configure:3801: $? =3D 0=0A= configure:3812: result: yes=0A= configure:3825: checking for library containing opendir=0A= configure:3856: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:3859: $? =3D 0=0A= configure:3862: test -s conftest=0A= configure:3865: $? =3D 0=0A= configure:3924: result: none required=0A= configure:4040: checking for sys/wait.h that is POSIX.1 compatible=0A= configure:4072: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4075: $? =3D 0=0A= configure:4078: test -s conftest.o=0A= configure:4081: $? =3D 0=0A= configure:4092: result: yes=0A= configure:4107: checking how to run the C++ preprocessor=0A= configure:4139: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4145: $? =3D 0=0A= configure:4177: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4179: ac_nonexistent.h: No such file or directory=0A= configure:4183: $? =3D 1=0A= configure: failed program was:=0A= | #line 4169 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4221: result: cc -E=0A= configure:4246: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4252: $? =3D 0=0A= configure:4284: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4286: ac_nonexistent.h: No such file or directory=0A= configure:4290: $? =3D 1=0A= configure: failed program was:=0A= | #line 4276 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4333: checking for egrep=0A= configure:4343: result: grep -E=0A= configure:4348: checking for ANSI C header files=0A= configure:4374: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4377: $? =3D 0=0A= configure:4380: test -s conftest.o=0A= configure:4383: $? =3D 0=0A= configure:4475: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:4478: $? =3D 0=0A= configure:4480: ./conftest=0A= configure:4483: $? =3D 0=0A= configure:4498: result: yes=0A= configure:4522: checking for sys/types.h=0A= configure:4539: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4542: $? =3D 0=0A= configure:4545: test -s conftest.o=0A= configure:4548: $? =3D 0=0A= configure:4559: result: yes=0A= configure:4522: checking for sys/stat.h=0A= configure:4539: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4542: $? =3D 0=0A= configure:4545: test -s conftest.o=0A= configure:4548: $? =3D 0=0A= configure:4559: result: yes=0A= configure:4522: checking for stdlib.h=0A= configure:4539: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4542: $? =3D 0=0A= configure:4545: test -s conftest.o=0A= configure:4548: $? =3D 0=0A= configure:4559: result: yes=0A= configure:4522: checking for string.h=0A= configure:4539: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4542: $? =3D 0=0A= configure:4545: test -s conftest.o=0A= configure:4548: $? =3D 0=0A= configure:4559: result: yes=0A= configure:4522: checking for memory.h=0A= configure:4539: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4542: $? =3D 0=0A= configure:4545: test -s conftest.o=0A= configure:4548: $? =3D 0=0A= configure:4559: result: yes=0A= configure:4522: checking for strings.h=0A= configure:4539: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4542: $? =3D 0=0A= configure:4545: test -s conftest.o=0A= configure:4548: $? =3D 0=0A= configure:4559: result: yes=0A= configure:4522: checking for inttypes.h=0A= configure:4539: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4542: $? =3D 0=0A= configure:4545: test -s conftest.o=0A= configure:4548: $? =3D 0=0A= configure:4559: result: yes=0A= configure:4522: checking for stdint.h=0A= configure:4539: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4581: stdint.h: No such file or directory=0A= configure:4542: $? =3D 1=0A= configure: failed program was:=0A= | #line 4528 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | =0A= | #include =0A= configure:4559: result: no=0A= configure:4522: checking for unistd.h=0A= configure:4539: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4542: $? =3D 0=0A= configure:4545: test -s conftest.o=0A= configure:4548: $? =3D 0=0A= configure:4559: result: yes=0A= configure:4590: checking fcntl.h usability=0A= configure:4603: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4606: $? =3D 0=0A= configure:4609: test -s conftest.o=0A= configure:4612: $? =3D 0=0A= configure:4622: result: yes=0A= configure:4626: checking fcntl.h presence=0A= configure:4637: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4643: $? =3D 0=0A= configure:4662: result: yes=0A= configure:4698: checking for fcntl.h=0A= configure:4705: result: yes=0A= configure:4590: checking limits.h usability=0A= configure:4603: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4606: $? =3D 0=0A= configure:4609: test -s conftest.o=0A= configure:4612: $? =3D 0=0A= configure:4622: result: yes=0A= configure:4626: checking limits.h presence=0A= configure:4637: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4643: $? =3D 0=0A= configure:4662: result: yes=0A= configure:4698: checking for limits.h=0A= configure:4705: result: yes=0A= configure:4581: checking for strings.h=0A= configure:4586: result: yes=0A= configure:4590: checking sys/ioctl.h usability=0A= configure:4603: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4606: $? =3D 0=0A= configure:4609: test -s conftest.o=0A= configure:4612: $? =3D 0=0A= configure:4622: result: yes=0A= configure:4626: checking sys/ioctl.h presence=0A= configure:4637: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4643: $? =3D 0=0A= configure:4662: result: yes=0A= configure:4698: checking for sys/ioctl.h=0A= configure:4705: result: yes=0A= configure:4590: checking sys/time.h usability=0A= configure:4603: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4606: $? =3D 0=0A= configure:4609: test -s conftest.o=0A= configure:4612: $? =3D 0=0A= configure:4622: result: yes=0A= configure:4626: checking sys/time.h presence=0A= configure:4637: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4643: $? =3D 0=0A= configure:4662: result: yes=0A= configure:4698: checking for sys/time.h=0A= configure:4705: result: yes=0A= configure:4581: checking for unistd.h=0A= configure:4586: result: yes=0A= configure:4733: checking linux/threads.h usability=0A= configure:4746: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4795: linux/threads.h: No such file or directory=0A= configure:4749: $? =3D 1=0A= configure: failed program was:=0A= | #line 4736 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | #include =0A= configure:4765: result: no=0A= configure:4769: checking linux/threads.h presence=0A= configure:4780: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4797: linux/threads.h: No such file or directory=0A= configure:4786: $? =3D 1=0A= configure: failed program was:=0A= | #line 4772 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4805: result: no=0A= configure:4841: checking for linux/threads.h=0A= configure:4848: result: no=0A= configure:4733: checking linux/tasks.h usability=0A= configure:4746: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4795: linux/tasks.h: No such file or directory=0A= configure:4749: $? =3D 1=0A= configure: failed program was:=0A= | #line 4736 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | #include =0A= configure:4765: result: no=0A= configure:4769: checking linux/tasks.h presence=0A= configure:4780: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4797: linux/tasks.h: No such file or directory=0A= configure:4786: $? =3D 1=0A= configure: failed program was:=0A= | #line 4772 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4805: result: no=0A= configure:4841: checking for linux/tasks.h=0A= configure:4848: result: no=0A= configure:4876: checking kstat.h usability=0A= configure:4889: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:4938: kstat.h: No such file or directory=0A= configure:4892: $? =3D 1=0A= configure: failed program was:=0A= | #line 4879 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | #include =0A= configure:4908: result: no=0A= configure:4912: checking kstat.h presence=0A= configure:4923: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:4940: kstat.h: No such file or directory=0A= configure:4929: $? =3D 1=0A= configure: failed program was:=0A= | #line 4915 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4948: result: no=0A= configure:4984: checking for kstat.h=0A= configure:4991: result: no=0A= configure:5051: checking for size_t=0A= configure:5076: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:5079: $? =3D 0=0A= configure:5082: test -s conftest.o=0A= configure:5085: $? =3D 0=0A= configure:5096: result: yes=0A= configure:5108: checking whether time.h and sys/time.h may both be = included=0A= configure:5134: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:5137: $? =3D 0=0A= configure:5140: test -s conftest.o=0A= configure:5143: $? =3D 0=0A= configure:5154: result: yes=0A= configure:5164: checking whether struct tm is in sys/time.h or time.h=0A= configure:5188: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure: In function `int main()':=0A= configure:5202: warning: statement with no effect=0A= configure:5191: $? =3D 0=0A= configure:5194: test -s conftest.o=0A= configure:5197: $? =3D 0=0A= configure:5208: result: time.h=0A= configure:5219: checking for char=0A= configure:5244: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:5247: $? =3D 0=0A= configure:5250: test -s conftest.o=0A= configure:5253: $? =3D 0=0A= configure:5264: result: yes=0A= configure:5267: checking size of char=0A= configure:5542: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:5545: $? =3D 0=0A= configure:5547: ./conftest=0A= configure:5550: $? =3D 0=0A= configure:5573: result: 1=0A= configure:5580: checking for short=0A= configure:5605: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:5608: $? =3D 0=0A= configure:5611: test -s conftest.o=0A= configure:5614: $? =3D 0=0A= configure:5625: result: yes=0A= configure:5628: checking size of short=0A= configure:5903: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:5906: $? =3D 0=0A= configure:5908: ./conftest=0A= configure:5911: $? =3D 0=0A= configure:5934: result: 2=0A= configure:5941: checking for int=0A= configure:5966: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:5969: $? =3D 0=0A= configure:5972: test -s conftest.o=0A= configure:5975: $? =3D 0=0A= configure:5986: result: yes=0A= configure:5989: checking size of int=0A= configure:6264: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:6267: $? =3D 0=0A= configure:6269: ./conftest=0A= configure:6272: $? =3D 0=0A= configure:6295: result: 4=0A= configure:6302: checking for long=0A= configure:6327: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:6330: $? =3D 0=0A= configure:6333: test -s conftest.o=0A= configure:6336: $? =3D 0=0A= configure:6347: result: yes=0A= configure:6350: checking size of long=0A= configure:6625: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:6628: $? =3D 0=0A= configure:6630: ./conftest=0A= configure:6633: $? =3D 0=0A= configure:6656: result: 4=0A= configure:6664: checking return type of signal handlers=0A= configure:6696: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure: In function `int main()':=0A= configure:6714: warning: unused variable `int i'=0A= configure:6699: $? =3D 0=0A= configure:6702: test -s conftest.o=0A= configure:6705: $? =3D 0=0A= configure:6716: result: void=0A= configure:6728: checking for strftime=0A= configure:6778: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:6781: $? =3D 0=0A= configure:6784: test -s conftest=0A= configure:6787: $? =3D 0=0A= configure:6798: result: yes=0A= configure:6876: checking for vprintf=0A= configure:6926: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:6929: $? =3D 0=0A= configure:6932: test -s conftest=0A= configure:6935: $? =3D 0=0A= configure:6946: result: yes=0A= configure:6953: checking for _doprnt=0A= configure:7003: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= /tmp/ccczTqlC.o: In function `main':=0A= /tmp/ccczTqlC.o(.text+0x9): undefined reference to `_doprnt'=0A= /tmp/ccczTqlC.o(.data+0x0): undefined reference to `_doprnt'=0A= configure:7006: $? =3D 1=0A= configure: failed program was:=0A= | #line 6959 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define TIME_WITH_SYS_TIME 1=0A= | #define SIZEOF_CHAR 1=0A= | #define SIZEOF_SHORT 2=0A= | #define SIZEOF_INT 4=0A= | #define SIZEOF_LONG 4=0A= | #define RETSIGTYPE void=0A= | #define HAVE_STRFTIME 1=0A= | #define HAVE_VPRINTF 1=0A= | /* end confdefs.h. */=0A= | /* System header to define __stub macros and hopefully few prototypes,=0A= | which can conflict with char _doprnt (); below.=0A= | Prefer to if __STDC__ is defined, since=0A= | exists even on freestanding compilers. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | /* Override any gcc2 internal prototype to avoid an error. */=0A= | #ifdef __cplusplus=0A= | extern "C"=0A= | {=0A= | #endif=0A= | /* We use char because int might match the return type of a gcc2=0A= | builtin and then its argument prototype would still apply. */=0A= | char _doprnt ();=0A= | /* The GNU C library defines this for functions which it implements=0A= | to always fail with ENOSYS. Some functions are actually named=0A= | something starting with __ and the normal name is an alias. */=0A= | #if defined (__stub__doprnt) || defined (__stub____doprnt)=0A= | choke me=0A= | #else=0A= | char (*f) () =3D _doprnt;=0A= | #endif=0A= | #ifdef __cplusplus=0A= | }=0A= | #endif=0A= | =0A= | int=0A= | main ()=0A= | {=0A= | return f !=3D _doprnt;=0A= | ;=0A= | return 0;=0A= | }=0A= configure:7023: result: no=0A= configure:7047: checking for gettimeofday=0A= configure:7097: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:7100: $? =3D 0=0A= configure:7103: test -s conftest=0A= configure:7106: $? =3D 0=0A= configure:7117: result: yes=0A= configure:7047: checking for putenv=0A= configure:7097: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:7100: $? =3D 0=0A= configure:7103: test -s conftest=0A= configure:7106: $? =3D 0=0A= configure:7117: result: yes=0A= configure:7047: checking for select=0A= configure:7097: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:7100: $? =3D 0=0A= configure:7103: test -s conftest=0A= configure:7106: $? =3D 0=0A= configure:7117: result: yes=0A= configure:7047: checking for socket=0A= configure:7097: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:7100: $? =3D 0=0A= configure:7103: test -s conftest=0A= configure:7106: $? =3D 0=0A= configure:7117: result: yes=0A= configure:7047: checking for strtol=0A= configure:7097: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:7100: $? =3D 0=0A= configure:7103: test -s conftest=0A= configure:7106: $? =3D 0=0A= configure:7117: result: yes=0A= configure:7047: checking for strtoul=0A= configure:7097: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:7100: $? =3D 0=0A= configure:7103: test -s conftest=0A= configure:7106: $? =3D 0=0A= configure:7117: result: yes=0A= configure:7047: checking for basename=0A= configure:7097: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:7100: $? =3D 0=0A= configure:7103: test -s conftest=0A= configure:7106: $? =3D 0=0A= configure:7117: result: yes=0A= configure:7142: checking sys/select.h usability=0A= configure:7155: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:7158: $? =3D 0=0A= configure:7161: test -s conftest.o=0A= configure:7164: $? =3D 0=0A= configure:7174: result: yes=0A= configure:7178: checking sys/select.h presence=0A= configure:7189: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:7195: $? =3D 0=0A= configure:7214: result: yes=0A= configure:7250: checking for sys/select.h=0A= configure:7257: result: yes=0A= configure:7142: checking sys/socket.h usability=0A= configure:7155: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:7158: $? =3D 0=0A= configure:7161: test -s conftest.o=0A= configure:7164: $? =3D 0=0A= configure:7174: result: yes=0A= configure:7178: checking sys/socket.h presence=0A= configure:7189: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:7195: $? =3D 0=0A= configure:7214: result: yes=0A= configure:7250: checking for sys/socket.h=0A= configure:7257: result: yes=0A= configure:7270: checking types of arguments for select=0A= configure:7304: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:7307: $? =3D 0=0A= configure:7310: test -s conftest.o=0A= configure:7313: $? =3D 0=0A= configure:7329: result: int,fd_set *,struct timeval *=0A= configure:7353: checking for X=0A= configure:7573: result: libraries /usr/X11R6/lib, headers = /usr/X11R6/include=0A= configure:7726: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -L/usr/X11R6/lib -lX11 >&5=0A= configure:7729: $? =3D 0=0A= configure:7732: test -s conftest=0A= configure:7735: $? =3D 0=0A= configure:7872: checking for gethostbyname=0A= configure:7922: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:7925: $? =3D 0=0A= configure:7928: test -s conftest=0A= configure:7931: $? =3D 0=0A= configure:7942: result: yes=0A= configure:8073: checking for connect=0A= configure:8123: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:8126: $? =3D 0=0A= configure:8129: test -s conftest=0A= configure:8132: $? =3D 0=0A= configure:8143: result: yes=0A= configure:8208: checking for remove=0A= configure:8258: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:8261: $? =3D 0=0A= configure:8264: test -s conftest=0A= configure:8267: $? =3D 0=0A= configure:8278: result: yes=0A= configure:8343: checking for shmat=0A= configure:8393: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:8396: $? =3D 0=0A= configure:8399: test -s conftest=0A= configure:8402: $? =3D 0=0A= configure:8413: result: yes=0A= configure:8487: checking for IceConnectionNumber in -lICE=0A= configure:8518: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib = conftest.cc -lICE >&5=0A= configure:8521: $? =3D 0=0A= configure:8524: test -s conftest=0A= configure:8527: $? =3D 0=0A= configure:8539: result: yes=0A= configure:8601: checking langinfo.h usability=0A= configure:8614: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:8617: $? =3D 0=0A= configure:8620: test -s conftest.o=0A= configure:8623: $? =3D 0=0A= configure:8633: result: yes=0A= configure:8637: checking langinfo.h presence=0A= configure:8648: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:8654: $? =3D 0=0A= configure:8673: result: yes=0A= configure:8709: checking for langinfo.h=0A= configure:8716: result: yes=0A= configure:8735: checking for nl_langinfo=0A= configure:8785: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc >&5=0A= configure:8788: $? =3D 0=0A= configure:8791: test -s conftest=0A= configure:8794: $? =3D 0=0A= configure:8805: result: yes=0A= configure:8821: checking whether nl_langinfo supports CODESET=0A= configure:8842: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:8845: $? =3D 0=0A= configure:8848: test -s conftest.o=0A= configure:8851: $? =3D 0=0A= configure:8853: result: yes=0A= configure:8867: checking whether nl_langinfo supports = _NL_CTYPE_CODESET_NAME=0A= configure:8888: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure: In function `int main()':=0A= configure:8922: `_NL_CTYPE_CODESET_NAME' undeclared (first use this = function)=0A= configure:8922: (Each undeclared identifier is reported only once=0A= configure:8922: for each function it appears in.)=0A= configure:8891: $? =3D 1=0A= configure: failed program was:=0A= | #line 8870 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define TIME_WITH_SYS_TIME 1=0A= | #define SIZEOF_CHAR 1=0A= | #define SIZEOF_SHORT 2=0A= | #define SIZEOF_INT 4=0A= | #define SIZEOF_LONG 4=0A= | #define RETSIGTYPE void=0A= | #define HAVE_STRFTIME 1=0A= | #define HAVE_VPRINTF 1=0A= | #define HAVE_GETTIMEOFDAY 1=0A= | #define HAVE_PUTENV 1=0A= | #define HAVE_SELECT 1=0A= | #define HAVE_SOCKET 1=0A= | #define HAVE_STRTOL 1=0A= | #define HAVE_STRTOUL 1=0A= | #define HAVE_BASENAME 1=0A= | #define HAVE_SYS_SELECT_H 1=0A= | #define HAVE_SYS_SOCKET_H 1=0A= | #define SELECT_TYPE_ARG1 int=0A= | #define SELECT_TYPE_ARG234 (fd_set *)=0A= | #define SELECT_TYPE_ARG5 (struct timeval *)=0A= | #define HAVE_LANGINFO_H 1=0A= | /* end confdefs.h. */=0A= | =0A= | #include =0A= | #include =0A= | int=0A= | main ()=0A= | {=0A= | printf("%s\n", nl_langinfo(_NL_CTYPE_CODESET_NAME));=0A= | ;=0A= | return 0;=0A= | }=0A= configure:8906: result: no=0A= configure:8948: checking iconv.h usability=0A= configure:8961: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:8964: $? =3D 0=0A= configure:8967: test -s conftest.o=0A= configure:8970: $? =3D 0=0A= configure:8980: result: yes=0A= configure:8984: checking iconv.h presence=0A= configure:8995: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:9001: $? =3D 0=0A= configure:9020: result: yes=0A= configure:9056: checking for iconv.h=0A= configure:9063: result: yes=0A= configure:9097: checking whether _libiconv_version is declared=0A= configure:9123: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure: In function `int main()':=0A= configure:9157: warning: unused variable `char * p'=0A= configure:9126: $? =3D 0=0A= configure:9129: test -s conftest.o=0A= configure:9132: $? =3D 0=0A= configure:9143: result: yes=0A= configure:9146: result: assuming iconv.h belongs to GNU libiconv=0A= configure:9166: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -liconv >&5=0A= configure:9169: $? =3D 0=0A= configure:9172: test -s conftest=0A= configure:9175: $? =3D 0=0A= configure:9194: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -liconv >&5=0A= configure:9197: $? =3D 0=0A= configure:9200: test -s conftest=0A= configure:9203: $? =3D 0=0A= configure:9222: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -liconv >&5=0A= configure:9225: $? =3D 0=0A= configure:9228: test -s conftest=0A= configure:9231: $? =3D 0=0A= configure:9404: checking whether iconv converts from ISO-8859-1 to = UCS-4//TRANSLIT=0A= configure:9430: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -liconv >&5=0A= configure:9433: $? =3D 0=0A= configure:9435: ./conftest=0A= configure:9438: $? =3D 0=0A= configure:9440: result: yes=0A= configure:9441: checking whether iconv converts from ISO-8859-2 to = UCS-4//TRANSLIT=0A= configure:9467: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -liconv >&5=0A= configure:9470: $? =3D 0=0A= configure:9472: ./conftest=0A= configure:9475: $? =3D 0=0A= configure:9477: result: yes=0A= configure:9478: checking whether iconv converts from KOI8-R to = UCS-4//TRANSLIT=0A= configure:9504: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -liconv >&5=0A= configure:9507: $? =3D 0=0A= configure:9509: ./conftest=0A= configure:9512: $? =3D 0=0A= configure:9514: result: yes=0A= configure:9515: checking whether iconv converts from EUC-JP to = UCS-4//TRANSLIT=0A= configure:9541: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -liconv >&5=0A= configure:9544: $? =3D 0=0A= configure:9546: ./conftest=0A= configure:9549: $? =3D 0=0A= configure:9551: result: yes=0A= configure:9552: checking whether iconv converts from BIG5 to = UCS-4//TRANSLIT=0A= configure:9578: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -liconv >&5=0A= configure:9581: $? =3D 0=0A= configure:9583: ./conftest=0A= configure:9586: $? =3D 0=0A= configure:9588: result: yes=0A= configure:9686: checking for bindtextdomain=0A= configure:9736: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -liconv >&5=0A= /tmp/ccVczPRO.o: In function `main':=0A= /tmp/ccVczPRO.o(.text+0x9): undefined reference to `bindtextdomain'=0A= /tmp/ccVczPRO.o(.data+0x0): undefined reference to `bindtextdomain'=0A= configure:9739: $? =3D 1=0A= configure: failed program was:=0A= | #line 9692 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define TIME_WITH_SYS_TIME 1=0A= | #define SIZEOF_CHAR 1=0A= | #define SIZEOF_SHORT 2=0A= | #define SIZEOF_INT 4=0A= | #define SIZEOF_LONG 4=0A= | #define RETSIGTYPE void=0A= | #define HAVE_STRFTIME 1=0A= | #define HAVE_VPRINTF 1=0A= | #define HAVE_GETTIMEOFDAY 1=0A= | #define HAVE_PUTENV 1=0A= | #define HAVE_SELECT 1=0A= | #define HAVE_SOCKET 1=0A= | #define HAVE_STRTOL 1=0A= | #define HAVE_STRTOUL 1=0A= | #define HAVE_BASENAME 1=0A= | #define HAVE_SYS_SELECT_H 1=0A= | #define HAVE_SYS_SOCKET_H 1=0A= | #define SELECT_TYPE_ARG1 int=0A= | #define SELECT_TYPE_ARG234 (fd_set *)=0A= | #define SELECT_TYPE_ARG5 (struct timeval *)=0A= | #define HAVE_LANGINFO_H 1=0A= | #define CONFIG_NL_CODESETS CODESET, 0=0A= | #define HAVE_ICONV_H 1=0A= | #define CONFIG_LIBICONV 1=0A= | #define CONFIG_I18N 1=0A= | /* end confdefs.h. */=0A= | /* System header to define __stub macros and hopefully few prototypes,=0A= | which can conflict with char bindtextdomain (); below.=0A= | Prefer to if __STDC__ is defined, since=0A= | exists even on freestanding compilers. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | /* Override any gcc2 internal prototype to avoid an error. */=0A= | #ifdef __cplusplus=0A= | extern "C"=0A= | {=0A= | #endif=0A= | /* We use char because int might match the return type of a gcc2=0A= | builtin and then its argument prototype would still apply. */=0A= | char bindtextdomain ();=0A= | /* The GNU C library defines this for functions which it implements=0A= | to always fail with ENOSYS. Some functions are actually named=0A= | something starting with __ and the normal name is an alias. */=0A= | #if defined (__stub_bindtextdomain) || defined = (__stub___bindtextdomain)=0A= | choke me=0A= | #else=0A= | char (*f) () =3D bindtextdomain;=0A= | #endif=0A= | #ifdef __cplusplus=0A= | }=0A= | #endif=0A= | =0A= | int=0A= | main ()=0A= | {=0A= | return f !=3D bindtextdomain;=0A= | ;=0A= | return 0;=0A= | }=0A= configure:9756: result: no=0A= configure:9761: checking for bindtextdomain in -lintl=0A= configure:9792: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -lintl -liconv >&5=0A= configure:9795: $? =3D 0=0A= configure:9798: test -s conftest=0A= configure:9801: $? =3D 0=0A= configure:9813: result: yes=0A= configure:9851: checking for xgettext=0A= configure:9869: found /usr/local/bin/xgettext=0A= configure:9881: result: /usr/local/bin/xgettext=0A= configure:9890: checking for msgmerge=0A= configure:9908: found /usr/local/bin/msgmerge=0A= configure:9920: result: /usr/local/bin/msgmerge=0A= configure:9929: checking for msgfmt=0A= configure:9947: found /usr/local/bin/msgfmt=0A= configure:9959: result: /usr/local/bin/msgfmt=0A= configure:10001: checking for XInternAtoms in -lX11=0A= configure:10032: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc -lX11 = -lSM -lICE -liconv -lintl -lX11 -L/usr/X11R6/lib >&5=0A= configure:10035: $? =3D 0=0A= configure:10038: test -s conftest=0A= configure:10041: $? =3D 0=0A= configure:10053: result: yes=0A= configure:10070: checking for IceConnectionNumber in -lICE=0A= configure:10122: result: yes=0A= configure:10144: checking for XShapeCombineRectangles in -lXext=0A= configure:10175: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc = -lXext -lSM -lICE -liconv -lintl -lX11 -L/usr/X11R6/lib >&5=0A= configure:10178: $? =3D 0=0A= configure:10181: test -s conftest=0A= configure:10184: $? =3D 0=0A= configure:10196: result: yes=0A= configure:10282: checking for xft-config=0A= configure:10300: found /usr/X11R6/bin/xft-config=0A= configure:10312: result: /usr/X11R6/bin/xft-config=0A= configure:10830: checking for esd-config=0A= configure:10860: result: /usr/local/bin/esd-config=0A= configure:10893: checking esd.h usability=0A= configure:10906: cc -c -fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include -I/usr/X11R6/include = conftest.cc >&5=0A= configure:10909: $? =3D 0=0A= configure:10912: test -s conftest.o=0A= configure:10915: $? =3D 0=0A= configure:10925: result: yes=0A= configure:10929: checking esd.h presence=0A= configure:10940: cc -E -I/usr/local/include -I/usr/X11R6/include = conftest.cc=0A= configure:10946: $? =3D 0=0A= configure:10965: result: yes=0A= configure:11001: checking for esd.h=0A= configure:11008: result: yes=0A= configure:11028: checking for esd_open_sound in -lesd=0A= configure:11059: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.cc -lesd = -lSM -lICE -liconv -lintl -lX11 -L/usr/X11R6/lib >&5=0A= configure:11062: $? =3D 0=0A= configure:11065: test -s conftest=0A= configure:11068: $? =3D 0=0A= configure:11080: result: yes=0A= configure:11157: checking for XineramaQueryScreens in -lXinerama=0A= configure:11188: cc -o conftest -fpermissive -Wall -Wpointer-arith = -Wconversion -Wwrite-strings -Winline -Woverloaded-virtual -W = -fno-exceptions -fno-rtti -O -pipe -I/usr/local/include = -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib = -L/usr/X11R6/lib conftest.cc -lXinerama -lSM -lICE -liconv -lintl = -lX11 -L/usr/X11R6/lib -L/usr/local/lib -lesd -laudiofile -lm = -lXinerama -lXext >&5=0A= /usr/libexec/elf/ld: cannot find -lXinerama=0A= configure:11191: $? =3D 1=0A= configure: failed program was:=0A= | #line 11165 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define HAVE_DIRENT_H 1=0A= | #define HAVE_SYS_WAIT_H 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_SYS_IOCTL_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define TIME_WITH_SYS_TIME 1=0A= | #define SIZEOF_CHAR 1=0A= | #define SIZEOF_SHORT 2=0A= | #define SIZEOF_INT 4=0A= | #define SIZEOF_LONG 4=0A= | #define RETSIGTYPE void=0A= | #define HAVE_STRFTIME 1=0A= | #define HAVE_VPRINTF 1=0A= | #define HAVE_GETTIMEOFDAY 1=0A= | #define HAVE_PUTENV 1=0A= | #define HAVE_SELECT 1=0A= | #define HAVE_SOCKET 1=0A= | #define HAVE_STRTOL 1=0A= | #define HAVE_STRTOUL 1=0A= | #define HAVE_BASENAME 1=0A= | #define HAVE_SYS_SELECT_H 1=0A= | #define HAVE_SYS_SOCKET_H 1=0A= | #define SELECT_TYPE_ARG1 int=0A= | #define SELECT_TYPE_ARG234 (fd_set *)=0A= | #define SELECT_TYPE_ARG5 (struct timeval *)=0A= | #define HAVE_LANGINFO_H 1=0A= | #define CONFIG_NL_CODESETS CODESET, 0=0A= | #define HAVE_ICONV_H 1=0A= | #define CONFIG_LIBICONV 1=0A= | #define CONFIG_I18N 1=0A= | #define ENABLE_NLS 1=0A= | #define HAVE_XINTERNATOMS 1=0A= | #define CONFIG_SESSION 1=0A= | #define CONFIG_SHAPE 1=0A= | #define CONFIG_SHAPED_DECORATION 1=0A= | #define CONFIG_XFREETYPE 2=0A= | #define CONFIG_GUIEVENTS 1=0A= | #define HAVE_ESD_H 1=0A= | #define HAVE_LIBESD 1=0A= | #define ENABLE_ESD 1=0A= | /* end confdefs.h. */=0A= | =0A= | /* Override any gcc2 internal prototype to avoid an error. */=0A= | #ifdef __cplusplus=0A= | extern "C"=0A= | #endif=0A= | /* We use char because int might match the return type of a gcc2=0A= | builtin and then its argument prototype would still apply. */=0A= | char XineramaQueryScreens ();=0A= | int=0A= | main ()=0A= | {=0A= | XineramaQueryScreens ();=0A= | ;=0A= | return 0;=0A= | }=0A= configure:11209: result: no=0A= configure:11220: error: Xinerama can not be found=0A= =0A= ## ---------------- ##=0A= ## Cache variables. ##=0A= ## ---------------- ##=0A= =0A= ac_cv_path_ESD_CONFIG=3D/usr/local/bin/esd-config=0A= ac_cv_sizeof_int=3D4=0A= ac_cv_type_size_t=3Dyes=0A= ac_cv_path_XGETTEXT=3D/usr/local/bin/xgettext=0A= ac_cv_prog_CXXCPP=3D'cc -E'=0A= ac_cv_env_CXXFLAGS_value=3D' -O -pipe '=0A= ac_cv_path_MSGMERGE=3D/usr/local/bin/msgmerge=0A= ac_cv_func_bindtextdomain=3Dno=0A= ac_cv_func_select=3Dyes=0A= ac_cv_header_stdlib_h=3Dyes=0A= ac_cv_func_strtoul=3Dyes=0A= ac_cv_func_strtol=3Dyes=0A= ac_cv_func__doprnt=3Dno=0A= ac_cv_header_sys_time_h=3Dyes=0A= ac_cv_sizeof_char=3D1=0A= ac_cv_prog_cc_g=3Dyes=0A= ac_cv_env_CXXCPP_set=3D=0A= ac_cv_env_LDFLAGS_set=3Dset=0A= ac_cv_search_opendir=3D'none required'=0A= ac_cv_c_compiler_gnu=3Dyes=0A= ac_cv_exeext=3D=0A= ac_cv_env_CFLAGS_set=3Dset=0A= ac_cv_func_strftime=3Dyes=0A= ac_cv_header_dirent_dirent_h=3Dyes=0A= ac_cv_header_sys_wait_h=3Dyes=0A= ac_cv_env_CPPFLAGS_set=3Dset=0A= ac_cv_header_langinfo_h=3Dyes=0A= ac_cv_func_socket=3Dyes=0A= ac_cv_type_long=3Dyes=0A= ac_cv_cxx_compiler_gnu=3Dyes=0A= ac_cv_env_CXX_set=3Dset=0A= ac_cv_header_fcntl_h=3Dyes=0A= ac_cv_env_host_alias_set=3D=0A= ac_cv_lib_X11_XInternAtoms=3Dyes=0A= ac_cv_func_nl_langinfo=3Dyes=0A= ac_cv_lib_Xinerama_XineramaQueryScreens=3Dno=0A= ac_cv_lib_Xext_XShapeCombineRectangles=3Dyes=0A= ac_cv_func_remove=3Dyes=0A= ac_cv_header_sys_stat_h=3Dyes=0A= ac_cv_env_build_alias_set=3Dset=0A= ac_cv_header_sys_select_h=3Dyes=0A= ac_cv_lib_esd_esd_open_sound=3Dyes=0A= ac_cv_header_limits_h=3Dyes=0A= ac_cv_env_CXXCPP_value=3D=0A= ac_cv_env_LDFLAGS_value=3D'-L/usr/local/lib -L/usr/X11R6/lib'=0A= ac_cv_env_target_alias_set=3D=0A= ac_cv_func_select_args=3D'int,fd_set *,struct timeval *'=0A= ac_cv_header_linux_tasks_h=3Dno=0A= ac_cv_prog_cc_stdc=3D=0A= ac_cv_host_alias=3Di386-portbld-freebsd4.9=0A= ac_cv_env_CFLAGS_value=3D'-O -pipe '=0A= ac_cv_env_CC_set=3Dset=0A= ac_cv_path_MSGFMT=3D/usr/local/bin/msgfmt=0A= ac_cv_header_iconv_h=3Dyes=0A= ac_cv_func_shmat=3Dyes=0A= ac_cv_have_x=3D'have_x=3Dyes ac_x_includes=3D/usr/X11R6/include = ac_x_libraries=3D/usr/X11R6/lib'=0A= ac_cv_func_gettimeofday=3Dyes=0A= ac_cv_header_sys_types_h=3Dyes=0A= ac_cv_header_stdc=3Dyes=0A= ac_cv_path_XFT_CONFIG=3D/usr/X11R6/bin/xft-config=0A= ac_cv_header_time=3Dyes=0A= ac_cv_header_linux_threads_h=3Dno=0A= ac_cv_header_strings_h=3Dyes=0A= ac_cv_func_vprintf=3Dyes=0A= ac_cv_type_signal=3Dvoid=0A= ac_cv_sizeof_long=3D4=0A= ac_cv_type_short=3Dyes=0A= ac_cv_header_stdint_h=3Dno=0A= ac_cv_header_inttypes_h=3Dyes=0A= ac_cv_prog_egrep=3D'grep -E'=0A= ac_cv_func_gethostbyname=3Dyes=0A= ac_cv_header_unistd_h=3Dyes=0A= ac_cv_header_string_h=3Dyes=0A= ac_cv_build_alias=3Di386-portbld-freebsd4.9=0A= ac_cv_env_CPPFLAGS_value=3D'-I/usr/local/include -I/usr/X11R6/include'=0A= ac_cv_header_memory_h=3Dyes=0A= ac_cv_target_alias=3Di386-portbld-freebsd4.9=0A= ac_cv_env_CXXFLAGS_set=3Dset=0A= ac_cv_env_CXX_value=3Dc++=0A= ac_cv_header_sys_socket_h=3Dyes=0A= ac_cv_host=3Di386-portbld-freebsd4.9=0A= ac_cv_env_host_alias_value=3D=0A= ac_cv_header_esd_h=3Dyes=0A= ac_cv_type_int=3Dyes=0A= ac_cv_header_kstat_h=3Dno=0A= ac_cv_prog_cxx_g=3Dyes=0A= ac_cv_lib_intl_bindtextdomain=3Dyes=0A= ac_cv_func_connect=3Dyes=0A= ac_cv_build=3Di386-portbld-freebsd4.9=0A= ac_cv_env_build_alias_value=3Di386-portbld-freebsd4.9=0A= ac_cv_struct_tm=3Dtime.h=0A= ac_cv_prog_ac_ct_CC=3Dcc=0A= ac_cv_type_char=3Dyes=0A= ac_cv_target=3Di386-portbld-freebsd4.9=0A= ac_cv_env_target_alias_value=3D=0A= ac_cv_sizeof_short=3D2=0A= ac_cv_header_sys_ioctl_h=3Dyes=0A= ac_cv_env_CC_value=3Dcc=0A= ac_cv_func_basename=3Dyes=0A= ac_cv_lib_ICE_IceConnectionNumber=3Dyes=0A= ac_cv_func_putenv=3Dyes=0A= ac_cv_have_decl__libiconv_version=3Dyes=0A= ac_cv_objext=3Do=0A= =0A= ## ----------------- ##=0A= ## Output variables. ##=0A= ## ----------------- ##=0A= =0A= APPLICATIONS=3D'icewm icewm-session icesh icewmhint icewmbg icewmtray = icesound'=0A= AUDIO_CFLAGS=3D' -I/usr/local/include'=0A= AUDIO_LIBS=3D' -L/usr/local/lib -lesd -laudiofile -lm'=0A= BASEBINS=3D''=0A= BASEOBJS=3D''=0A= BINDIR=3D''=0A= BINFILES=3D''=0A= CC=3D'cc'=0A= CFGDIR=3D''=0A= CFLAGS=3D'-O -pipe '=0A= CONFIG_GNOME1_MENU_DIR=3D''=0A= CONFIG_GNOME2_MENU_DIR=3D''=0A= CONFIG_KDE_MENU_DIR=3D''=0A= CORE_CFLAGS=3D' -I/usr/X11R6/include -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include = -I/usr/X11R6/include'=0A= CORE_LIBS=3D' -lSM -lICE -liconv -lintl -lX11 -L/usr/X11R6/lib -lXext = -L/usr/X11R6/lib -lXft -lX11 -L/usr/local/lib -lfreetype -lz = -L/usr/X11R6/lib -lfontconfig -L/usr/X11R6/lib -lXrender -lXext -lX11'=0A= CPPFLAGS=3D'-I/usr/local/include -I/usr/X11R6/include'=0A= CXX=3D'cc'=0A= CXXCPP=3D'cc -E'=0A= CXXFLAGS=3D'-fpermissive -Wall -Wpointer-arith -Wconversion = -Wwrite-strings -Winline -Woverloaded-virtual -W -fno-exceptions = -fno-rtti -O -pipe -I/usr/local/include'=0A= CXX_LINK=3D'cc'=0A= DEBUG=3D''=0A= DEFS=3D''=0A= DOCDIR=3D''=0A= ECHO_C=3D''=0A= ECHO_N=3D'-n'=0A= ECHO_T=3D''=0A= EGREP=3D'grep -E'=0A= ESD_CONFIG=3D'/usr/local/bin/esd-config'=0A= EXEEXT=3D''=0A= GCCDEP=3D''=0A= GNOME1_CFLAGS=3D''=0A= GNOME1_CONFIG=3D''=0A= GNOME1_LIBS=3D''=0A= GNOME2_CFLAGS=3D''=0A= GNOME2_LIBS=3D''=0A= GNOME_VER=3D''=0A= GWMDIR=3D''=0A= HOSTCPU=3D''=0A= HOSTOS=3D''=0A= IMAGE_CFLAGS=3D''=0A= IMAGE_LIBS=3D''=0A= IMLIB_CONFIG=3D'/usr/X11R6/bin/imlib-config'=0A= INSTALL=3D'/usr/bin/install -c -o root -g wheel'=0A= INSTALLBIN=3D''=0A= INSTALLDIR=3D''=0A= INSTALLETC=3D''=0A= INSTALLLIB=3D''=0A= INSTALL_DATA=3D'install -c -o root -g wheel -m 444'=0A= INSTALL_PROGRAM=3D'install -c -s -o root -g wheel -m 555'=0A= INSTALL_SCRIPT=3D'install -c -o root -g wheel -m 555'=0A= KDEDIR=3D''=0A= LDFLAGS=3D'-L/usr/local/lib -L/usr/X11R6/lib'=0A= LIBDIR=3D''=0A= LIBOBJS=3D''=0A= LIBS=3D' -lSM -lICE -liconv -lintl -lX11 -L/usr/X11R6/lib = -L/usr/local/lib -lesd -laudiofile -lm -lXinerama -lXext '=0A= LOCDIR=3D''=0A= LTLIBOBJS=3D''=0A= MKFONTDIR=3D''=0A= MSGFMT=3D'/usr/local/bin/msgfmt'=0A= MSGMERGE=3D'/usr/local/bin/msgmerge'=0A= NLS_MOFILES=3D'be.mo bg.mo ca.mo cs.mo de.mo en.mo es.mo fi.mo fr.mo = hr.mo hu.mo it.mo ja.mo ko.mo lt.mo nl.mo no.mo pl.mo pt_BR.mo ro.mo = ru.mo sl.mo sv.mo uk.mo zh_CN.mo zh_TW.Big5.mo'=0A= NLS_POFILES=3D'be.po bg.po ca.po cs.po de.po en.po es.po fi.po fr.po = hr.po hu.po it.po ja.po ko.po lt.po nl.po no.po pl.po pt_BR.po ro.po = ru.po sl.po sv.po uk.po zh_CN.po zh_TW.Big5.po'=0A= NLS_POXFILES=3D'be.pox bg.pox ca.pox cs.pox de.pox en.pox es.pox fi.pox = fr.pox hr.pox hu.pox it.pox ja.pox ko.pox lt.pox nl.pox no.pox pl.pox = pt_BR.pox ro.pox ru.pox sl.pox sv.pox uk.pox zh_CN.pox zh_TW.Big5.pox'=0A= NLS_SOURCES=3D'$(top_srcdir)/src/aapm.cc $(top_srcdir)/src/acpustatus.cc = $(top_srcdir)/src/amailbox.cc $(top_srcdir)/src/apppstatus.cc = $(top_srcdir)/src/aworkspaces.cc $(top_srcdir)/src/icehelp.cc = $(top_srcdir)/src/icelist.cc $(top_srcdir)/src/icesame.cc = $(top_srcdir)/src/icesh.cc $(top_srcdir)/src/iceskt.cc = $(top_srcdir)/src/icesound.cc $(top_srcdir)/src/iceview.cc = $(top_srcdir)/src/icewmbg.cc $(top_srcdir)/src/icewmhint.cc = $(top_srcdir)/src/icons.cc $(top_srcdir)/src/misc.cc = $(top_srcdir)/src/movesize.cc $(top_srcdir)/src/testnetwmhints.cc = $(top_srcdir)/src/testwinhints.cc $(top_srcdir)/src/themes.cc = $(top_srcdir)/src/wmabout.cc $(top_srcdir)/src/wmapp.cc = $(top_srcdir)/src/wmclient.cc $(top_srcdir)/src/wmconfig.cc = $(top_srcdir)/src/wmdialog.cc $(top_srcdir)/src/wmframe.cc = $(top_srcdir)/src/wmoption.cc $(top_srcdir)/src/wmprog.cc = $(top_srcdir)/src/wmsession.cc $(top_srcdir)/src/wmstatus.cc = $(top_srcdir)/src/wmtaskbar.cc $(top_srcdir)/src/wmwinlist.cc = $(top_srcdir)/src/wmwinmenu.cc $(top_srcdir)/src/yapp.cc = $(top_srcdir)/src/ybutton.cc $(top_srcdir)/src/ycmdline.cc = $(top_srcdir)/src/yconfig.cc $(top_srcdir)/src/ycursor.cc = $(top_srcdir)/src/yfontcore.cc $(top_srcdir)/src/yfontxft.cc = $(top_srcdir)/src/yinput.cc $(top_srcdir)/src/ylocale.cc = $(top_srcdir)/src/ymenufile.cc $(top_srcdir)/src/ymenuitem.cc = $(top_srcdir)/src/ymsgbox.cc $(top_srcdir)/src/ypaint.cc = $(top_srcdir)/src/yparser.cc $(top_srcdir)/src/ypaths.cc = $(top_srcdir)/src/ypixbuf.cc $(top_srcdir)/src/ysmapp.cc = $(top_srcdir)/src/yurl.cc'=0A= OBJEXT=3D'o'=0A= PACKAGE=3D''=0A= PACKAGE_BUGREPORT=3D''=0A= PACKAGE_NAME=3D''=0A= PACKAGE_STRING=3D''=0A= PACKAGE_TARNAME=3D''=0A= PACKAGE_VERSION=3D''=0A= PATH_SEPARATOR=3D':'=0A= PKG_CONFIG=3D''=0A= PREFIX=3D''=0A= SHELL=3D'/bin/sh'=0A= TARGETS=3D'base nls'=0A= TARGETS_INSTALL=3D''=0A= TESTBINS=3D''=0A= TESTCASES=3D'testarray testdesktop testgnomevfs testlocale testmenus = testnetwmhints testwinhints iceview icesame iceicon icerun icelist'=0A= TESTOBJS=3D''=0A= VERSION=3D''=0A= XFT_CONFIG=3D'/usr/X11R6/bin/xft-config'=0A= XGETTEXT=3D'/usr/local/bin/xgettext'=0A= X_CFLAGS=3D' -I/usr/X11R6/include'=0A= X_EXTRA_LIBS=3D''=0A= X_LIBS=3D' -L/usr/X11R6/lib'=0A= X_PRE_LIBS=3D' -lSM -lICE'=0A= ac_ct_CC=3D'cc'=0A= ac_ct_CXX=3D''=0A= bindir=3D'${exec_prefix}/bin'=0A= build=3D'i386-portbld-freebsd4.9'=0A= build_alias=3D'i386-portbld-freebsd4.9'=0A= build_cpu=3D'i386'=0A= build_os=3D'freebsd4.9'=0A= build_vendor=3D'portbld'=0A= datadir=3D'${prefix}/share'=0A= exec_prefix=3D'NONE'=0A= host=3D'i386-portbld-freebsd4.9'=0A= host_alias=3D''=0A= host_cpu=3D'i386'=0A= host_os=3D'freebsd4.9'=0A= host_vendor=3D'portbld'=0A= includedir=3D'${prefix}/include'=0A= infodir=3D'${prefix}/info'=0A= libdir=3D'${exec_prefix}/lib'=0A= libexecdir=3D'${exec_prefix}/libexec'=0A= localstatedir=3D'${prefix}/var'=0A= mandir=3D'${prefix}/man'=0A= oldincludedir=3D'/usr/include'=0A= prefix=3D'/usr/X11R6'=0A= program_transform_name=3D's,x,x,'=0A= sbindir=3D'${exec_prefix}/sbin'=0A= sharedstatedir=3D'${prefix}/com'=0A= sysconfdir=3D'${prefix}/etc'=0A= target=3D'i386-portbld-freebsd4.9'=0A= target_alias=3D''=0A= target_cpu=3D'i386'=0A= target_os=3D'freebsd4.9'=0A= target_vendor=3D'portbld'=0A= =0A= ## ----------- ##=0A= ## confdefs.h. ##=0A= ## ----------- ##=0A= =0A= #define CONFIG_GUIEVENTS 1=0A= #define CONFIG_I18N 1=0A= #define CONFIG_LIBICONV 1=0A= #define CONFIG_NL_CODESETS CODESET, 0=0A= #define CONFIG_SESSION 1=0A= #define CONFIG_SHAPE 1=0A= #define CONFIG_SHAPED_DECORATION 1=0A= #define CONFIG_XFREETYPE 2=0A= #define ENABLE_ESD 1=0A= #define ENABLE_NLS 1=0A= #define HAVE_BASENAME 1=0A= #define HAVE_DIRENT_H 1=0A= #define HAVE_ESD_H 1=0A= #define HAVE_FCNTL_H 1=0A= #define HAVE_GETTIMEOFDAY 1=0A= #define HAVE_ICONV_H 1=0A= #define HAVE_INTTYPES_H 1=0A= #define HAVE_LANGINFO_H 1=0A= #define HAVE_LIBESD 1=0A= #define HAVE_LIMITS_H 1=0A= #define HAVE_MEMORY_H 1=0A= #define HAVE_PUTENV 1=0A= #define HAVE_SELECT 1=0A= #define HAVE_SOCKET 1=0A= #define HAVE_STDLIB_H 1=0A= #define HAVE_STRFTIME 1=0A= #define HAVE_STRINGS_H 1=0A= #define HAVE_STRINGS_H 1=0A= #define HAVE_STRING_H 1=0A= #define HAVE_STRTOL 1=0A= #define HAVE_STRTOUL 1=0A= #define HAVE_SYS_IOCTL_H 1=0A= #define HAVE_SYS_SELECT_H 1=0A= #define HAVE_SYS_SOCKET_H 1=0A= #define HAVE_SYS_STAT_H 1=0A= #define HAVE_SYS_TIME_H 1=0A= #define HAVE_SYS_TYPES_H 1=0A= #define HAVE_SYS_WAIT_H 1=0A= #define HAVE_UNISTD_H 1=0A= #define HAVE_UNISTD_H 1=0A= #define HAVE_VPRINTF 1=0A= #define HAVE_XINTERNATOMS 1=0A= #define PACKAGE_BUGREPORT ""=0A= #define PACKAGE_NAME ""=0A= #define PACKAGE_STRING ""=0A= #define PACKAGE_TARNAME ""=0A= #define PACKAGE_VERSION ""=0A= #define RETSIGTYPE void=0A= #define SELECT_TYPE_ARG1 int=0A= #define SELECT_TYPE_ARG234 (fd_set *)=0A= #define SELECT_TYPE_ARG5 (struct timeval *)=0A= #define SIZEOF_CHAR 1=0A= #define SIZEOF_INT 4=0A= #define SIZEOF_LONG 4=0A= #define SIZEOF_SHORT 2=0A= #define STDC_HEADERS 1=0A= #define TIME_WITH_SYS_TIME 1=0A= =0A= configure: exit 1=0A= ------=_NextPart_000_000F_01C3995F.D03B5CC0-- --- [Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus] [Quipo ISP - This E-mail was scanned for viruses by Declude Virus] From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 03:23:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B25D16A4B3 for ; Thu, 23 Oct 2003 03:23:29 -0700 (PDT) Received: from dgap-gw.mipt.ru (dgap-gw.mipt.ru [194.85.81.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4586043FCB for ; Thu, 23 Oct 2003 03:23:26 -0700 (PDT) (envelope-from u_andy@pisem.net) Received: (qmail 22013 invoked from network); 23 Oct 2003 10:23:21 -0000 Received: from unknown (HELO itpro.dgap.mipt.ru) ([194.85.81.135]) (envelope-sender ) by dgap-gw.mipt.ru (qmail-ldap-1.03) with SMTP for ; 23 Oct 2003 10:23:21 -0000 Date: Thu, 23 Oct 2003 14:23:42 +0400 From: u_andy@pisem.net X-Mailer: The Bat! (v1.60) Educational Organization: MIPT X-Priority: 3 (Normal) Message-ID: <14098410276.20031023142342@pisem.net> To: sheepkiller@cultdeadsheep.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: harvest-1.9.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: u_andy@pisem.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 10:23:29 -0000 Hi, I'm sorry to trouble you but can you help me with harvest on a freebsd system? I have FreeBSD 4.8 installed on my computer. Now I use the most recent version of Harvest - 1.9.11 but this version has all that problems which I was encountered using earlier versions of Harvest. The first problem is with script search.cgi ($Harvest_home/cgi-bin) When I type a query it returns some result page (that's how it should work) but if I then click refresh or try to go to the second page of results this script prints just "Search Results for: MY_QUERY". I suppose that there are some problems with caching the queries results. But I don't know what to do. Could you help me? Thanks -- Best regards, Andrei Malashevich mailto:u_andy@pisem.net From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 04:00:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4992516A4B3; Thu, 23 Oct 2003 04:00:01 -0700 (PDT) Received: from atlant.asiamusic.ru (AsiaTrade-Orient.orient.net.ru [195.161.236.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7334443FB1; Thu, 23 Oct 2003 03:59:57 -0700 (PDT) (envelope-from ivi@atlant.asiamusic.ru) Received: (from root@localhost) by atlant.asiamusic.ru (8.11.7/8.11.7) id h9NAxsI96750; Thu, 23 Oct 2003 19:59:54 +0900 (IRKST) (envelope-from ivi) Date: Thu, 23 Oct 2003 19:59:54 +0900 (IRKST) Message-Id: <200310231059.h9NAxsI96750@atlant.asiamusic.ru> To: freebsd-ports-bugs@FreeBSD.org From: "Vyacheslav I. Ivanchenko" X-send-pr-version: 3.113 X-GNATS-Notify: cc: ports@FreeBSD.org cc: current@FreeBSD.org cc: orlando.bassotto@ieo-research.it Subject: Port emulators/vmware3 + FreeBSD 5.x = kernel panic X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Vyacheslav I. Ivanchenko" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 11:00:01 -0000 >Submitter-Id: current-users >Originator: Vyacheslav I. Ivanchenko >Confidential: no >Synopsis: Port emulators/vmware3 + FreeBSD 5.x = kernel panic >Severity: critical >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 5.1-CURRENT i386 >Environment: System: FreeBSD dhs.net.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Oct 22 13:02:13 IRKST 2003 ivi@dhs.net.ru:/usr/obj/usr/src/sys/K20030324 i386 >Description: Port emulators/vmware3 is very unstable on FreeBSD 5.x The first time I have traced this problem in the May of this year after I have upgraded FreeBSD from 5.0-RELEASE to 5.1-BETA version with the purpose to try emulators/vmware3 port. Actually this problem is evident on 5.1-CURRENT (20031022) version. # uname -a FreeBSD dhs.net.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Oct 22 13:02:13 IRKST 2003 ivi@dhs.net.ru:/usr/obj/usr/src/sys/K20030324 i386 Recently I have reinstalled vmware3 from the ports in hope that the problem is corrected but it was evident that nothing has changed. I have installed the $FreeBSD port: ports/emulators/vmware3/Makefile,v 1.63 2003/10/22 18:22:07 knu Exp $ and began to use it in Host-only mode. On vmware3 I start Win98SE. I use Plain disk - fat32.dsk, the size 3 GB: DRIVETYPE ide CYLINDERS 6242 HEADS 16 SECTORS 63 ACCESS "/usr/compat/linux/vmware/win98/fat32.mbr" 0 63 ACCESS "/usr/compat/linux/vmware/win98/fat32.dat" 63 6291936 My configuration file for vmware3: #!/usr/local/lib/vmware/bin/vmware libdir = "/usr/local/lib/vmware/lib" config.version = "2" virtualHW.version = "1" displayName = "Windows 98" # CD-ROM ide1:0.present = "TRUE" ide1:0.fileName = "/dev/cdrom" ide1:0.deviceType = "atapi-cdrom" ide1:0.startConnected = "TRUE" # Virtual hard disk on primary master ide0:0.present = "TRUE" ide0:0.fileName = "/usr/compat/linux/vmware/win98/fat32.dsk" ide0:0.deviceType = "plainDisk" ide0:0.mode = "persistent" ide0:0.writethrough = "TRUE" # Floppy floppy0.present = "TRUE" floppy0.fileName = "/dev/fd0" floppy0.startConnected = "TRUE" # Networked to host only subnet vmnet1.HostOnlyAddress = "192.168.254.1" vmnet1.HostOnlyNetMask = "255.255.255.0" ethernet0.present = "TRUE" ethernet0.connectionType = "hostOnly" # Memory size memsize = "284" # Nvram nvram = "win98.nvram" # Log file log.fileName = "win98.log" # Hints guestOS = "win98" mouse.fileName = "/dev/sysmouse" tools.remindInstall = "FALSE" sound.present = "FALSE" sound.device = "/dev/dsp" extension.converttonew = "DONE" ide0:0.renamedToNewExtension = "TRUE" gui.powerOnAtStartup = "FALSE" apmSuspend = "FALSE" suspendToDisk = "TRUE" gui.exitAtPowerOff = "FALSE" hard-disk.enableIBR = "FALSE" gui.fullScreenResize = "TRUE" resume.repeatable = "FALSE" disable_acceleration = "FALSE" gui.fullScreenAtPowerOn = "false" redoLogDir = "" logging = "TRUE" debug = TRUE" Vmware3 itself works normally if "FAR manager" is not started in Windows. But the basic system sometimes hangs, after I terminate the vmware3 and I continue to work with FreeBSD. At any moment after work with vmware3 the system can independently disconnect or hang by herself. It happens rather occasionally but after work with vmware3 only. In the file /var/log/messages which I looked through after such cases, there are no messages. Also I have found out, that after work with vmware3, the system cannot normally execute a command reboot. I have started the computer then I have started the vmware3, then I have unloaded it and then I run the reboot command. Here is the output: ... [***skiped***] ... syncing disks, buffers remaining... 25 25 2 2 1 1 done Uptime: 7m37s WARNING: Driver mistake: destroy_dev on 202/0 panic: don't do that Uptime: 7m37s ... [***skiped***] ... WARNING: Driver mistake: destroy_dev on 202/0 panic: don't do that Uptime: 7m37s Fatal trap 12: page fault while in kernel mode fault virtual address = 0x83e58959 fault code = supervisor write, page not present instruction pointer = 0x8:0xc0783e60 stack pointer = 0x10:0xc512194c frame pointer = 0x10:0xc5121950 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL=0 current process = 873 (reboot) kernel: type 12 trap, code 0 If vmware3 is not started the system perfectly works for a few weeks not causing any censures. P. S. Working with "FAR manager" in Win98SE under vmware3 on 99% hangs up the Windows. I did not observe such problem with vmware2. Enormous quantity of messages "VMX|NOT TESTED (warning) F(104):1916" fill in a win98.log file after "FAR manager" is started. Here an example of such work with vmware3: Oct 23 11:44:31: VMX|Log for VMware Workstation pid=1488 version=unreleased build=build-2242 option=Release.3.2.1 Oct 23 11:44:31: VMX|Command line: "/usr/local/lib/vmware/bin/vmware" Oct 23 11:44:31: VMX|Trying Thread UI with qualified name /usr/local/lib/vmware/bin/vmware-ui Oct 23 11:44:32: VMX|(VMX) DeclareThread UI module=6 source=0x20000 Oct 23 11:44:32: VMX|Creating thread 'UI', type 6 from vmware-ui, pid=1489 Oct 23 11:44:32: VMX|VUI: A new gui connected (user = ivi). Oct 23 11:44:32: VMX|(VMX) DeclareThread MKS module=136 source=0x80000 Oct 23 11:44:32: VMX|Creating thread 'MKS', type 136 from vmware-mks, pid=1490 Oct 23 11:44:32: VMX|Trying Thread MKS with qualified name /usr/local/lib/vmware/bin/vmware-mks Oct 23 11:44:32: VMX|DICT: Set ConfigVersion to 6 Oct 23 11:44:32: VMX|DICT: Set HWVersion to 2 Oct 23 11:44:32: VMX|VMX: changing state 0 from 0 to 1870 Oct 23 11:44:32: VMX|VMX: changing state 1 from 0 to 1873 Oct 23 11:44:32: VMX|VMX: changing state 2 from 0 to 1877 Oct 23 11:44:32: UI|Log for VMware Workstation pid=1489 version=unreleased build=build-2242 option=Release.3.2.1 Oct 23 11:44:32: MKS|Log for VMware Workstation pid=1490 version=unreleased build=build-2242 option=Release.3.2.1 Oct 23 11:44:33: VMX|CPUID numEntries=2 GenuineIntel Oct 23 11:44:33: VMX|CPUID version=0xf12 features=0x3febfbff ebx=0x10808 Oct 23 11:44:33: VMX|CPU.cpuFeatures = 0x1e01 Oct 23 11:44:33: MKS|VT: Redirecting kernel output to /dev/tty1 Oct 23 11:44:33: MKS|XINFO DGA version 2.0 Oct 23 11:44:33: MKS|XINFO DGA event base 68, error base 145 Oct 23 11:44:33: MKS|XINFO WARNING: XF86MISC version 0.7 Oct 23 11:44:33: UI|Starting UI main loop. Oct 23 11:44:35: VMX|changing directory to /compat/linux/vmware/win98/. Oct 23 11:44:35: VMX|Config file: /compat/linux/vmware/win98/win98.cfg Oct 23 11:44:35: VMX|VMX: changing state 1 from 1873 to 1873 Oct 23 11:44:35: VMX|VMX: changing state 2 from 1877 to 1878 Oct 23 11:44:35: VMX|Disk: Open(/usr/compat/linux/vmware/win98/fat32.dsk) flags=0x0=. Oct 23 11:44:35: VMX|BigCOWDisk_OpenFromParent: Big Cow Disk /usr/compat/linux/vmware/win98/fat32.dsk Oct 23 11:44:35: VMX|PlainDisk /usr/compat/linux/vmware/win98/fat32.dsk does not have capacity info. Oct 23 11:44:35: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.mbr Oct 23 11:44:35: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.dat Oct 23 11:44:35: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:35: VMX|Disk: Open(/usr/compat/linux/vmware/win98/fat32.dsk) flags=0x0=. Oct 23 11:44:35: VMX|BigCOWDisk_OpenFromParent: Big Cow Disk /usr/compat/linux/vmware/win98/fat32.dsk Oct 23 11:44:35: VMX|PlainDisk /usr/compat/linux/vmware/win98/fat32.dsk does not have capacity info. Oct 23 11:44:35: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.mbr Oct 23 11:44:35: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.dat Oct 23 11:44:35: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:35: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:35: UI|VMX(UI): changing state 1 from 1873 to 1873, nesting 0 Oct 23 11:44:35: UI|VMX(UI): changing state 2 from 1877 to 1878, nesting 0 Oct 23 11:44:35: UI|Config file: /compat/linux/vmware/win98/win98.cfg Oct 23 11:44:35: VMX|Disk: Open(/usr/compat/linux/vmware/win98/fat32.dsk) flags=0x0=. Oct 23 11:44:35: VMX|BigCOWDisk_OpenFromParent: Big Cow Disk /usr/compat/linux/vmware/win98/fat32.dsk Oct 23 11:44:35: VMX|PlainDisk /usr/compat/linux/vmware/win98/fat32.dsk does not have capacity info. Oct 23 11:44:35: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.mbr Oct 23 11:44:35: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.dat Oct 23 11:44:35: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:35: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:38: VMX|PowerOn Oct 23 11:44:38: VMX|VMX: changing state 0 from 1870 to 1871 Oct 23 11:44:38: VMX|Disk: Open(/usr/compat/linux/vmware/win98/fat32.dsk) flags=0x0=. Oct 23 11:44:38: VMX|BigCOWDisk_OpenFromParent: Big Cow Disk /usr/compat/linux/vmware/win98/fat32.dsk Oct 23 11:44:38: VMX|PlainDisk /usr/compat/linux/vmware/win98/fat32.dsk does not have capacity info. Oct 23 11:44:38: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.mbr Oct 23 11:44:38: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.dat Oct 23 11:44:38: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:38: VMX|Cannot change mode of file /compat/linux/vmware/win98/win98.cfg: Operation not permitted Oct 23 11:44:38: VMX|HOST sysname Linux, nodename dhs.net.ru, release 2.4.2, version FreeBSD 5.1-CURRENT #0: Wed Oct 22 13:02:13 IRKST 2003, machine i686 Oct 23 11:44:38: VMX|DICT --- USER PREFERENCES Oct 23 11:44:38: VMX|DICT prefvmx.mru.config = /compat/linux/vmware/win98/win98.cfg: Oct 23 11:44:38: VMX|DICT pref.toolbar = FALSE Oct 23 11:44:38: VMX|DICT pref.motionUngrabBarrier = 1 Oct 23 11:44:38: VMX|DICT pref.motionScrollBarrier = 100000 Oct 23 11:44:38: VMX|DICT pref.autoRaise = FALSE Oct 23 11:44:38: VMX|DICT pref.motionGrab = TRUE Oct 23 11:44:38: VMX|DICT pref.exchangeSelections = TRUE Oct 23 11:44:38: VMX|DICT pref.syncTime = TRUE Oct 23 11:44:38: VMX|DICT hint.mks.fullscreen = FALSE Oct 23 11:44:38: VMX|DICT prefvmx.mru.suspended = Oct 23 11:44:38: VMX|DICT --- USER DEFAULTS Oct 23 11:44:38: VMX|DICT --- HOST DEFAULTS Oct 23 11:44:38: VMX|DICT vmware.fullpath = /usr/local/lib/vmware/bin/vmware Oct 23 11:44:38: VMX|DICT wizard.fullpath = /usr/local/lib/vmware/bin/vmware-wizard Oct 23 11:44:38: VMX|DICT dhcpd.fullpath = /usr/local/lib/vmware/bin/vmnet-dhcpd Oct 23 11:44:38: VMX|DICT loop.fullpath = /usr/local/lib/vmware/bin/vmware-loop Oct 23 11:44:38: VMX|DICT libdir = /usr/local/lib/vmware Oct 23 11:44:38: VMX|DICT vmnet1.HostOnlyAddress = 192.168.254.1 Oct 23 11:44:38: VMX|DICT vmnet1.HostOnlyNetMask = 255.255.255.0 Oct 23 11:44:38: VMX|DICT --- SITE DEFAULTS Oct 23 11:44:38: VMX|DICT --- COMMAND LINE Oct 23 11:44:38: VMX|DICT gui.available = TRUE Oct 23 11:44:38: VMX|DICT --- CONFIGURATION Oct 23 11:44:38: VMX|DICT libdir = /usr/local/lib/vmware/lib Oct 23 11:44:38: VMX|DICT config.version = 2 Oct 23 11:44:38: VMX|DICT virtualHW.version = 1 Oct 23 11:44:38: VMX|DICT displayName = Windows 98 Oct 23 11:44:38: VMX|DICT ide1:0.present = TRUE Oct 23 11:44:38: VMX|DICT ide1:0.fileName = /dev/cdrom Oct 23 11:44:38: VMX|DICT ide1:0.deviceType = atapi-cdrom Oct 23 11:44:38: VMX|DICT ide1:0.startConnected = TRUE Oct 23 11:44:38: VMX|DICT ide0:0.present = TRUE Oct 23 11:44:38: VMX|DICT ide0:0.fileName = /usr/compat/linux/vmware/win98/fat32.dsk Oct 23 11:44:38: VMX|DICT ide0:0.deviceType = plainDisk Oct 23 11:44:38: VMX|DICT ide0:0.mode = persistent Oct 23 11:44:38: VMX|DICT ide0:0.writethrough = TRUE Oct 23 11:44:38: VMX|DICT floppy0.present = TRUE Oct 23 11:44:38: VMX|DICT floppy0.fileName = /dev/fd0 Oct 23 11:44:38: VMX|DICT floppy0.startConnected = TRUE Oct 23 11:44:38: VMX|DICT vmnet1.HostOnlyAddress = 192.168.254.1 Oct 23 11:44:38: VMX|DICT vmnet1.HostOnlyNetMask = 255.255.255.0 Oct 23 11:44:38: VMX|DICT ethernet0.present = TRUE Oct 23 11:44:38: VMX|DICT ethernet0.connectionType = hostOnly Oct 23 11:44:38: VMX|DICT memsize = 284 Oct 23 11:44:38: VMX|DICT nvram = win98.nvram Oct 23 11:44:38: VMX|DICT log.fileName = win98.log Oct 23 11:44:38: VMX|DICT guestOS = win98 Oct 23 11:44:38: VMX|DICT mouse.fileName = /dev/sysmouse Oct 23 11:44:38: VMX|DICT tools.remindInstall = FALSE Oct 23 11:44:38: VMX|DICT sound.present = FALSE Oct 23 11:44:38: VMX|DICT sound.device = /dev/dsp Oct 23 11:44:38: VMX|DICT extension.converttonew = DONE Oct 23 11:44:38: VMX|DICT ide0:0.renamedToNewExtension = TRUE Oct 23 11:44:38: VMX|DICT gui.powerOnAtStartup = FALSE Oct 23 11:44:38: VMX|DICT apmSuspend = FALSE Oct 23 11:44:38: VMX|DICT suspendToDisk = TRUE Oct 23 11:44:38: VMX|DICT gui.exitAtPowerOff = FALSE Oct 23 11:44:38: VMX|DICT hard-disk.enableIBR = FALSE Oct 23 11:44:38: VMX|DICT gui.fullScreenResize = TRUE Oct 23 11:44:38: VMX|DICT resume.repeatable = FALSE Oct 23 11:44:38: VMX|DICT disable_acceleration = FALSE Oct 23 11:44:38: VMX|DICT gui.fullScreenAtPowerOn = FALSE Oct 23 11:44:38: VMX|DICT redoLogDir = Oct 23 11:44:38: VMX|DICT logging = TRUE Oct 23 11:44:38: VMX|DICT debug = TRUE Oct 23 11:44:38: VMX|DICT --- USER DEFAULTS Oct 23 11:44:38: VMX|DICT --- HOST DEFAULTS Oct 23 11:44:38: VMX|DICT vmware.fullpath = /usr/local/lib/vmware/bin/vmware Oct 23 11:44:38: VMX|DICT wizard.fullpath = /usr/local/lib/vmware/bin/vmware-wizard Oct 23 11:44:38: VMX|DICT dhcpd.fullpath = /usr/local/lib/vmware/bin/vmnet-dhcpd Oct 23 11:44:38: VMX|DICT loop.fullpath = /usr/local/lib/vmware/bin/vmware-loop Oct 23 11:44:38: VMX|DICT libdir = /usr/local/lib/vmware Oct 23 11:44:38: VMX|DICT vmnet1.HostOnlyAddress = 192.168.254.1 Oct 23 11:44:38: VMX|DICT vmnet1.HostOnlyNetMask = 255.255.255.0 Oct 23 11:44:38: VMX|DICT --- SITE DEFAULTS Oct 23 11:44:38: VMX|DICT --- GLOBAL SETTINGS Oct 23 11:44:38: VMX|MStat: Creating Stat vm.uptime Oct 23 11:44:38: VMX|GuestOSId = 0x5004 Oct 23 11:44:38: VMX|VMX: changing state 1 from 1873 to 1873 Oct 23 11:44:38: VMX|Created the /var/tmp/ram0 temporary file. Oct 23 11:44:38: VMX|LICENSE using: '/home/ivi/.vmware/license.ws.3.0' Oct 23 11:44:38: VMX|minReservedMemInMB=32 maxReservedMemInMB=1024 defaultReservedMemInMB=1024 Oct 23 11:44:38: VMX|totOverheadInMB=16 Oct 23 11:44:38: VMX|PHYSMEM: TryAddRegion 0 Oct 23 11:44:38: VMX|PHYSMEM: TryAddRegion 1 Oct 23 11:44:38: VMX|PHYSMEM: TryAddRegion 2 Oct 23 11:44:38: VMX|Mhz estimate 2016 Oct 23 11:44:38: VMX|MHZEstimate 2016 Oct 23 11:44:38: VMX|Msg_Hint: msg.loader.debug.release (shown) Oct 23 11:44:38: VMX|Disk: Open(/usr/compat/linux/vmware/win98/fat32.dsk) flags=0x0=. Oct 23 11:44:38: VMX|BigCOWDisk_OpenFromParent: Big Cow Disk /usr/compat/linux/vmware/win98/fat32.dsk Oct 23 11:44:38: VMX|PlainDisk /usr/compat/linux/vmware/win98/fat32.dsk does not have capacity info. Oct 23 11:44:38: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.mbr Oct 23 11:44:38: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.dat Oct 23 11:44:38: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:38: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:38: UI|VMX(UI): changing state 0 from 1870 to 1871, nesting 0 Oct 23 11:44:38: UI|VMX(UI): changing state 1 from 1873 to 1873, nesting 0 Oct 23 11:44:40: VMX|Disk: Open(/usr/compat/linux/vmware/win98/fat32.dsk) flags=0x0=. Oct 23 11:44:40: VMX|BigCOWDisk_OpenFromParent: Big Cow Disk /usr/compat/linux/vmware/win98/fat32.dsk Oct 23 11:44:40: VMX|PlainDisk /usr/compat/linux/vmware/win98/fat32.dsk does not have capacity info. Oct 23 11:44:40: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.mbr Oct 23 11:44:40: VMX|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.dat Oct 23 11:44:40: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:40: VMX|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:40: VMX|(VMX) DeclareThread ide0:0 module=16 source=0x200000 Oct 23 11:44:40: VMX|Creating thread 'ide0:0', type 16 from self, pid=1491 Oct 23 11:44:40: VMX|Created AIO ide0:0 pid=1491 sharedArea=0x59fce000 size=0x2000 Oct 23 11:44:40: VMX|(SELF) DeclareThread ide0:0 module=16 source=0x200000 Oct 23 11:44:40: ide0:0|(ide0:0) DeclareThread VMX module=1 source=0x10000 Oct 23 11:44:40: ide0:0|DISK: OPEN ide:0:0 '/usr/compat/linux/vmware/win98/fat32.dsk' persistent Oct 23 11:44:40: ide0:0|Disk: Open(/usr/compat/linux/vmware/win98/fat32.dsk) flags=0x1f=poweron|writeable|lock|writelock|osync. Oct 23 11:44:40: ide0:0|BigCOWDisk_OpenFromParent: Big Cow Disk /usr/compat/linux/vmware/win98/fat32.dsk Oct 23 11:44:40: ide0:0|PlainDisk /usr/compat/linux/vmware/win98/fat32.dsk does not have capacity info. Oct 23 11:44:40: ide0:0|DISK: ROOT PlainDisk /usr/compat/linux/vmware/win98/fat32.dsk (6242/16/63) Oct 23 11:44:40: ide0:0|PLAINDISK: Opening Disks with O_SYNC Oct 23 11:44:40: ide0:0|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.mbr Oct 23 11:44:40: ide0:0|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:40: ide0:0|DISK: Read/write extent 0 (/usr/compat/linux/vmware/win98/fat32.mbr) locked, numSecs = 63 Oct 23 11:44:40: ide0:0|PLAINDISK: Opening Disks with O_SYNC Oct 23 11:44:40: ide0:0|FILEIO: Reverting to buffered IO for file /usr/compat/linux/vmware/win98/fat32.dat Oct 23 11:44:40: ide0:0|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:40: ide0:0|DISK: Read/write extent 1 (/usr/compat/linux/vmware/win98/fat32.dat) locked, numSecs = 6291936 Oct 23 11:44:40: ide0:0|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:40: ide0:0|DISK: OPEN '/usr/compat/linux/vmware/win98/fat32.dsk' Geo (6242/16/63) BIOS Geo (0/0/0) Oct 23 11:44:40: ide0:0|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:44:40: VMX|(VMX) DeclareThread ide1:0 module=16 source=0x200000 Oct 23 11:44:40: VMX|Creating thread 'ide1:0', type 16 from self, pid=1492 Oct 23 11:44:40: VMX|Created AIO ide1:0 pid=1492 sharedArea=0x59fd8000 size=0x2000 Oct 23 11:44:40: VMX|(SELF) DeclareThread ide1:0 module=16 source=0x200000 Oct 23 11:44:40: ide1:0|(ide1:0) DeclareThread VMX module=1 source=0x10000 Oct 23 11:44:40: ide1:0|ATAPI_CDROM: cdrom.modeSenseInterval=8 Oct 23 11:44:40: VMX|MStat: Creating Stat vm.heartbeat Oct 23 11:44:40: VMX|TOOLS INSTALL initializing state to IDLE on power on. Oct 23 11:44:40: MKS|rasterops MMXEXT accelerations enabled Oct 23 11:44:40: MKS|XINFO unsupported XF86VidMode version: 2.2 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 0: 1280x960 flags: 0x5 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 1: 1152x864 flags: 0x5 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 2: 1024x768 flags: 0x5 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 3: 800x600 flags: 0x5 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 4: 640x480 flags: 0xa Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 5: 1152x768 flags: 0x5 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 6: 896x672 flags: 0x26 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 7: 832x624 flags: 0xa Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 8: 800x600 flags: 0x5 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 9: 800x600 flags: 0x5 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 10: 800x600 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 11: 800x600 flags: 0x5 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 12: 800x600 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 13: 800x600 flags: 0x5 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 14: 768x576 flags: 0xa Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 15: 700x525 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 16: 700x525 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 17: 640x512 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 18: 640x512 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 19: 640x480 flags: 0xa Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 20: 640x480 flags: 0xa Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 21: 640x480 flags: 0xa Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 22: 640x480 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 23: 720x400 flags: 0x6 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 24: 640x400 flags: 0x6 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 25: 576x432 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 26: 640x350 flags: 0x9 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 27: 576x384 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 28: 512x384 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 29: 512x384 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 30: 512x384 flags: 0x2a Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 31: 512x384 flags: 0x2a Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 32: 416x312 flags: 0x2a Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 33: 400x300 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 34: 400x300 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 35: 400x300 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 36: 400x300 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 37: 400x300 flags: 0x25 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 38: 320x240 flags: 0x2a Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 39: 320x240 flags: 0x2a Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 40: 320x240 flags: 0x2a Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 41: 320x240 flags: 0x2a Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 42: 360x200 flags: 0x26 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 43: 320x200 flags: 0x26 Oct 23 11:44:40: MKS|XINFO XFree86 VidMode 44: 320x175 flags: 0x29 Oct 23 11:44:40: MKS|Setting DGA origin to (0,0) Oct 23 11:44:40: MKS|XINFO DGA acceleration supported Oct 23 11:44:40: MKS|XINFO DGA pixmap supported Oct 23 11:44:40: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:40: MKS|XINFO DGA FB offset 0 Oct 23 11:44:40: MKS|Msg_Post: Warning Oct 23 11:44:40: MKS|[msg.mouse.unsupported] Unsupported host mouse type "sysmouse". Oct 23 11:44:40: MKS|[msg.mks.mouseOpenFailed] Unable to open host mouse device for full-screen VGA. Oct 23 11:44:40: MKS|[msg.dvga.powerOnFailed] Full-screen VGA will not be available. Oct 23 11:44:40: MKS|---------------------------------------- Oct 23 11:44:42: VMX|PHYSMEM: TryAddRegion 3 Oct 23 11:44:42: VMX|Using non-unified VGA. Oct 23 11:44:42: VMX|SVGA frame buffer address 0x7efc0000 Oct 23 11:44:42: MKS|SVGA set FB offset 0 Oct 23 11:44:42: MKS|SVGA changing width from 2364 to 1280 Oct 23 11:44:42: MKS|SVGA changing height from 1773 to 960 Oct 23 11:44:42: MKS|SVGA phys sizes: 1280x960x32 bpl 5120 offset 0 fb 0x004b0000/0x004b0000 Oct 23 11:44:42: MKS|Setting DGA origin to (0,0) Oct 23 11:44:42: MKS|XINFO DGA acceleration supported Oct 23 11:44:42: MKS|XINFO DGA pixmap supported Oct 23 11:44:42: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:42: VMX|USB: Initializing UHCI host controller Oct 23 11:44:42: VMX|USB: Unable to initialize UHCI USB host controller. Oct 23 11:44:42: VMX|VNET: receive cluster size is 1, threshold is 150 Oct 23 11:44:42: VMX|VNET: send cluster threshold is 150, size = 3 recalcInterval is 2 ticks Oct 23 11:44:42: VMX|VNET: request RANDOM MAC address, is host-only Oct 23 11:44:42: VMX|VNET: Enabling Notification for ethernet0 Oct 23 11:44:42: VMX|Initial etheraddr 00:bd:d6:d3:a5:75 Oct 23 11:44:42: VMX|PHYSMEM: TryAddRegion 4 Oct 23 11:44:42: VMX|PHYSMEM: DynAlloc 0: 0xffffffff + 1200 pages Oct 23 11:44:42: VMX|PHYSMEM: TryAddRegion 4 Oct 23 11:44:42: VMX|PHYSMEM: DynAlloc 1: 0xffffffff + 64 pages Oct 23 11:44:42: VMX|(VMX) DeclareThread Floppy module=16 source=0x200000 Oct 23 11:44:42: VMX|Creating thread 'Floppy', type 16 from self, pid=1493 Oct 23 11:44:42: VMX|Created AIO Floppy pid=1493 sharedArea=0x5a58b000 size=0xa000 Oct 23 11:44:42: VMX|(SELF) DeclareThread Floppy module=16 source=0x200000 Oct 23 11:44:42: Floppy|(Floppy) DeclareThread VMX module=1 source=0x10000 Oct 23 11:44:45: Floppy|Linux_Floppy: Disk supposedly present, read: 'Resource temporarily unavailable'! Oct 23 11:44:45: VMX|VMX_PowerOn: ModuleTable_PowerOn = 1 Oct 23 11:44:45: VMX|VMX_PowerOn: Barrier_Last = 1 Oct 23 11:44:45: VMX|VLANCE: RCV without busmaster Oct 23 11:44:45: VMX|Monitor initalized: BETA$Name: build-2242 $ (gcc) Oct 23 11:44:45: VMX|Monitor controlFlag: 0x88400900:0x1101 Oct 23 11:44:46: VMX|cpuFeatures = 0x1e01 Oct 23 11:44:46: VMX|MMU_Init: BETA$Name: build-2242 $ STD. Oct 23 11:44:46: VMX|FPU_Init cr0=0x8005003b Oct 23 11:44:46: VMX|VIDE: capacity: 6291936 lba_capacity: 6291936 Oct 23 11:44:46: VMX|VIDE: (0x1F0) Drive 0 InitDrive cyl/hd/sec=6242/16/63 Oct 23 11:44:46: VMX|VMX: changing state 0 from 1871 to 1872 Oct 23 11:44:46: UI|VMX(UI): changing state 0 from 1871 to 1872, nesting 0 Oct 23 11:44:48: VMX|Booting virtual machine Oct 23 11:44:48: VMX| Oct 23 11:44:48: VMX|SVGA: Registering IOSpace at 0x4560 (0x0000) Oct 23 11:44:48: VMX|SVGA: Registering MemSpace at 0x7efc0000(0x7efc0000) and 0x7ffc0000(0x7ffc0000) Oct 23 11:44:48: VMX|SVGA: Unregistering MemSpace at 0x7efc0000(0x7efc0000) and 0x7ffc0000(0x7ffc0000) Oct 23 11:44:48: VMX|VBE call 0x4f02 bx 0x0007 cx 0x03d5 es 0xffff di 0x0000 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 640x480x2560, fbSize 1228800, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 640x480x2560, fbSize 1228800, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 800x600x3200, fbSize 1920000, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 800x600x3200, fbSize 1920000, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1024x768x4096, fbSize 3145728, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1024x768x4096, fbSize 3145728, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1152x864x4608, fbSize 3981312, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1152x864x4608, fbSize 3981312, flags 0x17 Oct 23 11:44:48: MKS|Setting DGA origin to (0,0) Oct 23 11:44:48: MKS|XINFO DGA acceleration supported Oct 23 11:44:48: MKS|XINFO DGA pixmap supported Oct 23 11:44:48: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:44:48: VMX|VBE: VGA Mode switch to 7(7) Oct 23 11:44:48: VMX|VBE call 0x4f02 bx 0x0003 cx 0x03c2 es 0xffff di 0x0000 Oct 23 11:44:48: VMX|VBE: VGA Mode switch to 3(3) Oct 23 11:44:48: VMX|VBE call 0x4f02 bx 0x0012 cx 0x03b5 es 0x01c1 di 0x7b96 Oct 23 11:44:48: VMX|VBE: VGA Mode switch to 18(18) Oct 23 11:44:50: VMX|SVGA: Registering MemSpace at 0x7efc0000(0x7efc0000) and 0x7ffc0000(0x7ffc0000) Oct 23 11:44:51: VMX|VIDE: Curr CHS info cyls: 6242 heads: 16 sects: 63 lba_cap: 6291936 Oct 23 11:44:52: VMX|VBE call 0x4f02 bx 0x0003 cx 0x1023 es 0x6795 di 0x6929 Oct 23 11:44:52: VMX|VBE: VGA Mode switch to 3(3) Oct 23 11:45:00: VMX|DTInstallPPN: bad ppn=c0082, count=0 Oct 23 11:45:00: VMX|F(173):370 0xc5bfff 4 count 0 Oct 23 11:45:00: VMX|F(125):468 Dis 0x0:0x0 Oct 23 11:45:03: VMX|VBE call 0x4f15 bx 0x0000 cx 0x0000 es 0x0000 di 0x0000 Oct 23 11:45:03: VMX|VBE call 0x4f10 bx 0x0000 cx 0x0000 es 0x0000 di 0x0000 Oct 23 11:45:03: VMX|F(173):370 0xbcbfff 4 count 1 Oct 23 11:45:05: VMX|VBE call 0x4f02 bx 0x0010 cx 0x0000 es 0x0002 di 0x0000 Oct 23 11:45:05: VMX|VBE: VGA Mode switch to 16(16) Oct 23 11:45:05: VMX|VBE call 0x4f02 bx 0x0003 cx 0x0000 es 0x0030 di 0x0000 Oct 23 11:45:05: VMX|VBE: VGA Mode switch to 3(3) Oct 23 11:45:05: VMX|VMMouse: Enabling VMMouse. Oct 23 11:45:07: VMX|VIDE: (0x1F0) OUTB Cmd of 0xEC for non-existent drive 1 Oct 23 11:45:07: VMX|VIDE: Curr CHS info cyls: 6242 heads: 16 sects: 63 lba_cap: 6291936 Oct 23 11:45:08: ide1:0|ATAPI_CDROM: Mode Sense (Almost) Completely Emulated. Oct 23 11:45:08: ide1:0|ATAPI_CDROM: Mode Sense Packet 0x5A 0x0 0x2A 0x0 0x0 0x0 0x0 0x0 0x1C 0x0 0x0 0x0 Oct 23 11:45:08: ide1:0|ATAPI_CDROM: Mode Sense (Almost) Completely Emulated. Oct 23 11:45:08: ide1:0|ATAPI_CDROM: Mode Sense Packet 0x5A 0x0 0x2A 0x0 0x0 0x0 0x0 0x0 0x28 0x0 0x0 0x0 Oct 23 11:45:08: VMX|Floppy: Unknown Floppy Command: 0x2E Oct 23 11:45:09: VMX|Floppy: Data write/read without DMA enabled! Oct 23 11:45:09: VMX|Floppy: Data write/read without DMA enabled! Oct 23 11:45:09: VMX|F(125):468 Dis 0x0:0x0 Oct 23 11:45:12: VMX|NOT TESTED (warning) F(127):2668 Oct 23 11:45:13: MKS|Setting DGA origin to (0,0) Oct 23 11:45:13: MKS|XINFO DGA acceleration supported Oct 23 11:45:13: MKS|XINFO DGA pixmap supported Oct 23 11:45:13: MKS|XINFO DGA 1280x960x5120, fbSize 4915200, flags 0x17 Oct 23 11:45:13: MKS|Setting DGA origin to (0,0) Oct 23 11:45:13: MKS|XINFO DGA acceleration supported Oct 23 11:45:13: MKS|XINFO DGA pixmap supported Oct 23 11:45:13: MKS|XINFO DGA 1024x768x4096, fbSize 3145728, flags 0x17 Oct 23 11:45:13: VMX|Guest OS = 0x5003 Oct 23 11:45:17: VMX|Floppy: Unknown Floppy Command: 0x2E Oct 23 11:45:18: VMX|Floppy: Data write/read without DMA enabled! Oct 23 11:45:18: VMX|Floppy: Data write/read without DMA enabled! Oct 23 11:45:19: VMX|Guest: Win32 Toolbox: Version: $Name: build-2242 $ Oct 23 11:45:19: VMX|TOOLS setting the tools version to '1025' Oct 23 11:45:19: ide0:0|PlainDisk SetVersion: Wrote version 1025 into a file Oct 23 11:45:20: VMX|GuestRpc: Channel 0, registration number 1, guest application toolbox. Oct 23 11:45:26: VMX|NOT TESTED (warning) F(104):1916 Oct 23 11:45:27: VMX|Guest: Win32 Toolbox: VMwareService killed, dieing... Oct 23 11:45:27: VMX|GuestRpc: Channel 0 reinitialized. Oct 23 11:45:28: VMX|Guest: Win32 Toolbox: Version: $Name: build-2242 $ Oct 23 11:45:28: VMX|TOOLS setting the tools version to '1025' Oct 23 11:45:28: ide0:0|PlainDisk SetVersion: Wrote version 1025 into a file Oct 23 11:45:28: VMX|TOOLS setting the tools version to '1025' Oct 23 11:45:28: ide0:0|PlainDisk SetVersion: Wrote version 1025 into a file Oct 23 11:45:28: VMX|TOOLS INSTALL ignoring update request from toolbox because the version installed (1025) is current. Oct 23 11:45:29: VMX|GuestRpc: Channel 0, registration number 1, guest application toolbox. Oct 23 11:45:36: VMX|VBE call 0x4f02 bx 0x0003 cx 0x0000 es 0x0030 di 0x0000 Oct 23 11:45:36: VMX|VBE: VGA Mode switch to 3(3) Oct 23 11:45:36: VMX|F(132):750 at 0x20b:0x11c3, region.type=40, excNum=14 Oct 23 11:45:36: VMX|VBE call 0x4f02 bx 0x0003 cx 0x0000 es 0x0030 di 0x0000 Oct 23 11:45:36: VMX|VBE: VGA Mode switch to 3(3) Oct 23 11:45:36: VMX|NOT TESTED (warning) F(104):1916 ... [***skiped***] ... Oct 23 11:46:50: VMX|NOT TESTED (warning) F(104):1916 Oct 23 11:46:53: VMX|VBE call 0x4f02 bx 0x0003 cx 0x0000 es 0x0030 di 0x0000 Oct 23 11:46:53: VMX|VBE: VGA Mode switch to 3(3) Oct 23 11:46:53: VMX|F(132):750 at 0x20b:0x11c3, region.type=40, excNum=14 Oct 23 11:46:53: VMX|NOT TESTED (warning) F(104):1916 ... [***skiped***] ... Oct 23 11:47:16: VMX|NOT TESTED (warning) F(104):1916 Oct 23 11:47:16: VMX|VBE call 0x4f02 bx 0x0003 cx 0x0000 es 0x0030 di 0x0000 Oct 23 11:47:16: VMX|VBE: VGA Mode switch to 3(3) Oct 23 11:47:16: VMX|NOT TESTED (warning) F(104):1916 ... [***skiped***] ... Oct 23 11:47:41: VMX|NOT TESTED (warning) F(104):1916 Oct 23 11:47:41: VMX|VBE call 0x4f02 bx 0x0083 cx 0x1110 es 0x0074 di 0x0450 Oct 23 11:47:41: VMX|VBE: VGA Mode switch to 3(131) Oct 23 11:48:02: VMX|NOT TESTED (warning) F(104):1916 ... [***skiped***] ... Oct 23 11:48:16: VMX|NOT TESTED (warning) F(104):1916 Oct 23 11:48:26: VMX|VBE call 0x4f02 bx 0x0083 cx 0x1110 es 0x0d90 di 0x116c Oct 23 11:48:26: VMX|VBE: VGA Mode switch to 3(131) Oct 23 11:48:27: VMX|NOT TESTED (warning) F(104):1916 Oct 23 11:48:27: VMX|NOT TESTED (warning) F(104):1916 Oct 23 11:48:31: VMX|SVGA: Unregistering MemSpace at 0x7efc0000(0x7efc0000) and 0x7ffc0000(0x7ffc0000) Oct 23 11:48:31: VMX|SVGA: Registering MemSpace at 0x7efc0000(0x7efc0000) and 0x7ffc0000(0x7ffc0000) Oct 23 11:48:31: VMX|SVGA: Unregistering MemSpace at 0x7efc0000(0x7efc0000) and 0x7ffc0000(0x7ffc0000) Oct 23 11:48:31: VMX|VBE call 0x4f02 bx 0x0007 cx 0x03d5 es 0xffff di 0x0000 Oct 23 11:48:31: VMX|VBE: VGA Mode switch to 7(7) Oct 23 11:48:31: VMX|VBE call 0x4f02 bx 0x0003 cx 0x03c2 es 0xffff di 0x0000 Oct 23 11:48:31: VMX|VBE: VGA Mode switch to 3(3) Oct 23 11:48:31: VMX|VBE call 0x4f02 bx 0x0012 cx 0x03b5 es 0x01c1 di 0x7b96 Oct 23 11:48:31: VMX|VBE: VGA Mode switch to 18(18) Oct 23 11:48:33: VMX|SVGA: Registering MemSpace at 0x7efc0000(0x7efc0000) and 0x7ffc0000(0x7ffc0000) Oct 23 11:48:33: UI|Msg_Hint: msg.gui.poweroff (shown) Oct 23 11:48:33: VMX|VIDE: Curr CHS info cyls: 6242 heads: 16 sects: 63 lba_cap: 6291936 Oct 23 11:48:34: VMX|VBE call 0x4f02 bx 0x0003 cx 0x1023 es 0x6795 di 0x6929 Oct 23 11:48:34: VMX|VBE: VGA Mode switch to 3(3) Oct 23 11:48:36: VMX|OPROM: ignoring unmap of .vbios: already unmapped Oct 23 11:48:36: ide0:0|PLAINDISK: Stat failed for /usr/compat/linux/vmware/win98/fat32.dat: Value too large for defined data type Oct 23 11:48:36: VMX|OPROM: OpromPowerOff Oct 23 11:48:36: VMX|AIOPowerOff Floppy Oct 23 11:48:36: Floppy|AIOSlave: Floppy exiting cleanly. Oct 23 11:48:36: VMX|VMX IPC closed the connection with thread Floppy (0x081c4378) Oct 23 11:48:36: VMX|AIOPowerOff ide1:0 Oct 23 11:48:36: ide1:0|AIOSlave: ide1:0 exiting cleanly. Oct 23 11:48:36: VMX|VMX IPC closed the connection with thread ide1:0 (0x081c4308) Oct 23 11:48:36: VMX|AIOPowerOff ide0:0 Oct 23 11:48:36: ide0:0|AIOSlave: ide0:0 exiting cleanly. Oct 23 11:48:36: VMX|VMX IPC closed the connection with thread ide0:0 (0x081c4298) Oct 23 11:48:36: VMX|VMX: changing state 1 from 1873 to 1873 Oct 23 11:48:36: UI|VMX(UI): changing state 1 from 1873 to 1873, nesting 0 Oct 23 11:48:36: VMX|VMX: changing state 0 from 1872 to 1870 Oct 23 11:48:36: UI|VMX(UI): changing state 0 from 1872 to 1870, nesting 0 Oct 23 11:48:38: UI|Local UI exit. Oct 23 11:48:38: UI|IPC_exit: disconnecting all threads Oct 23 11:48:38: UI|UI IPC closed the connection with thread VMX (0x081ff6dc) Oct 23 11:48:38: UI|UI IPC The "VMX" thread exited cleanly. Oct 23 11:48:38: UI|UI IPC closed the connection with thread MKS (0x081ff74c) Oct 23 11:48:38: UI|UI IPC The "MKS" thread exited cleanly. Oct 23 11:48:38: MKS|MKS IPC closed the connection with thread UI (0x080e98f4) Oct 23 11:48:38: MKS|MKS: Thread UI exited as expected. Oct 23 11:48:38: MKS|Local MKS exit. Oct 23 11:48:38: VMX|IPC_exit: disconnecting all threads Oct 23 11:48:38: VMX|VMX IPC closed the connection with thread UI (0x081c41b8) Oct 23 11:48:38: VMX|VMX IPC The "UI" thread exited cleanly. Oct 23 11:48:38: VMX|VMX IPC closed the connection with thread MKS (0x081c4228) Oct 23 11:48:38: VMX|VMX IPC The "MKS" thread exited cleanly. Oct 23 11:48:38: VMX|VMX exit. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 04:27:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F7216A4B3; Thu, 23 Oct 2003 04:27:46 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5E443FBF; Thu, 23 Oct 2003 04:27:42 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACdcz-0008RF-0y; Thu, 23 Oct 2003 12:27:41 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.24; FreeBSD 4.9) id 1ACdcw-0004rD-0e; Thu, 23 Oct 2003 12:27:38 +0100 Date: Thu, 23 Oct 2003 12:27:37 +0100 From: Ceri Davies To: Adam Weinberger Message-ID: <20031023112737.GD350@submonkey.net> Mail-Followup-To: Ceri Davies , Adam Weinberger , Mark Linimon , freebsd-ports@FreeBSD.org, freebsd-doc@FreeBSD.org References: <20031022193218.GM96543@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tNQTSEo8WG/FKZ8E" Content-Disposition: inline In-Reply-To: <20031022193218.GM96543@toxic.magnesium.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: Mark Linimon cc: freebsd-doc@FreeBSD.org cc: freebsd-ports@FreeBSD.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bugbusters@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 11:27:46 -0000 --tNQTSEo8WG/FKZ8E Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 22, 2003 at 03:32:18PM -0400, Adam Weinberger wrote: > I'm cc'ing this to freebsd-doc and Ceri, resident bugmeister, as their > input in this is important. >=20 > >> (10.22.2003 @ 0242 PST): Mark Linimon said, in 0.9K: << > > Please do not set the Confidential field on your PRs to "yes". > > We really don't have a mechanism to deal with confidential > > PRs in GNATS due to the fact that the database itself can be > > replicated, via cvsup, to anyone's machine, and thus itself is > > inherently insecure. Setting this field to "yes" merely makes > > your PR disappear into this limbo-category called "pending" which > > is dark and scary and filled with big spiders and stuff :-) > >> end of "a reminder to PR submitters" from Mark Linimon << >=20 > There are a number of fields within GNATS that mean things to us (the > committers) that don't make sense to submitters, and there are fields > that have no use for us whatsoever. >=20 > Confidential > This field is, as you have pointed out, useless to us, and > simply causes the PR to disappear. The field should be removed > from the send-pr interface, or some mechanism for handling > confidential PRs should be introduced. I suggest the former. These used to get spammed at core. Whether they still do is unknown to me at this point, but there was strong feeling that there wasn't much point in this. It would be pretty easy to remove it from send-pr if that's what people want. > Severity/Priority > These are relatively redundant, and are simply mechanisms for > people to artificially elevate the position of the PR in the > search lists -- which, in my experience, causes them to be seen > LAST. I'd recommend that committers correct the priorities to something more realistic when they deal with a PR. Other than that, I'm not sure what else we can do with these. > Class > Seriously. The classes in here make sense to us, because we're > used to dealing with them. For ports, we need fields that > indicate the following: > * update/upgrade > * fix/new functionality > * error report > * other I mailed portmgr on September 18th asking them if they'd be interested in something along these lines. No response yet. > Submitter-Id > "current-users" doesn't mean a thing. Submitter-Id should be > usable as "user" or "maintainer," depending upon who submits the > PR. If a maintainer wishes to submit a PR for an update to a > port she maintains, she should be able to choose > Class:update/upgrade, and Submitter-Id:maintainer. That's a good idea. > Additionally, text should be added to the bracketed text in the blank > send-pr template indicating the use of each section for docs/ports/www > PRs: > Description > > > Fix > > That's also a good idea. I'd invite any further discussion to continue on the bugbusters@ mailing li= st; follow-ups set accordingly. Ceri --=20 --tNQTSEo8WG/FKZ8E Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/l7spocfcwTS3JF8RAtYqAJ49QRPxGW9MgH7pH8QyWZSnNBY/HACbB5Qi GLc/lUGbuI7oZIHNJseMmaI= =MOfL -----END PGP SIGNATURE----- --tNQTSEo8WG/FKZ8E-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 04:35:22 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F13316A4B3; Thu, 23 Oct 2003 04:35:22 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F52743FBD; Thu, 23 Oct 2003 04:35:21 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACdkI-0008Rt-5q; Thu, 23 Oct 2003 12:35:14 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.24; FreeBSD 4.9) id 1ACdkF-0004sw-Hf; Thu, 23 Oct 2003 12:35:11 +0100 Date: Thu, 23 Oct 2003 12:35:11 +0100 From: Ceri Davies To: Oliver Eikemeier Message-ID: <20031023113511.GF350@submonkey.net> Mail-Followup-To: Ceri Davies , Oliver Eikemeier , Mark Linimon , Adam Weinberger , freebsd-doc@FreeBSD.org, freebsd-ports@FreeBSD.org References: <3F96F1F5.7040707@fillmore-labs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fwqqG+mf3f7vyBCB" Content-Disposition: inline In-Reply-To: <3F96F1F5.7040707@fillmore-labs.com> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: Mark Linimon cc: freebsd-doc@FreeBSD.org cc: Adam Weinberger cc: freebsd-ports@FreeBSD.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 11:35:22 -0000 --fwqqG+mf3f7vyBCB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 22, 2003 at 11:09:09PM +0200, Oliver Eikemeier wrote: > Mark Linimon wrote: >=20 > >While these are all good points, a GNATS upgrade is in the > >works, so there's little reason to try to fix the existing one. >=20 > Who is working on the upgrade? Ditto. (Although I have been looking at it locally, I haven't told anyone. Can you see me? ;-) Ceri --=20 --fwqqG+mf3f7vyBCB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/l7zvocfcwTS3JF8RAgfhAKCIdHUick5JPSaQ0ysrlSQutJeQsQCdFq4L szzG2MEPngEESYdwJIda80E= =oU68 -----END PGP SIGNATURE----- --fwqqG+mf3f7vyBCB-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 04:35:54 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C4AA16A4E8 for ; Thu, 23 Oct 2003 04:35:54 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C19843FAF for ; Thu, 23 Oct 2003 04:35:52 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 6365420E6; Thu, 23 Oct 2003 21:35:49 +1000 (EST) X-Viruscan-Id: <3F97BD150000A1660164566A@VIRUSCAN-127.0.0.1> Received: from extmail-auth.barnet.com.au (localhost [127.0.0.1]) by extmail.barnet.com.au (Postfix) with ESMTP id 01A451F22; Thu, 23 Oct 2003 21:35:49 +1000 (EST) Received: from k7.mavetju (p61-max1.syd.ihug.com.au [203.173.155.61]) by extmail-auth.barnet.com.au (Postfix) with ESMTP id DD2E21E18; Thu, 23 Oct 2003 21:35:45 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id D0FC46A7101; Thu, 23 Oct 2003 21:35:32 +1000 (EST) Date: Thu, 23 Oct 2003 21:35:32 +1000 From: Edwin Groothuis To: Oliver Eikemeier Message-ID: <20031023113532.GE59397@k7.mavetju> References: <3F9737C2.70400@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F9737C2.70400@fillmore-labs.com> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 11:35:54 -0000 On Thu, Oct 23, 2003 at 04:06:58AM +0200, Oliver Eikemeier wrote: > Mark Linimon wrote: > > >>It's may be not for cgi-program, but I'd like to have a mechanism to > >>watch for some PR's. Like bugzilla or freshports.org have. > > > >I have the code to scan PRs, but I do not have the subscription- > >based back end like Dan (=freshports) has. Failing that, I am > >reluctant to just "send out" PR reminders. > > GNATS 4 has > Notify-List > (text) Comma-separated list of e-mail-addresses of people to notify > when the PR changes significantly, i.e. when the Audit-Trail changes. Would save a lot of time when there are PRs pending on Also, is there a way to set an alarm on a PR? For example one for which the maintainer is alerted, that after a month an email is send to me. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 04:53:07 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2184C16A4B3 for ; Thu, 23 Oct 2003 04:53:07 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3362B43FA3 for ; Thu, 23 Oct 2003 04:53:06 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACe1P-0008VR-CZ; Thu, 23 Oct 2003 12:52:55 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.24; FreeBSD 4.9) id 1ACe1M-0004wP-1B; Thu, 23 Oct 2003 12:52:52 +0100 Date: Thu, 23 Oct 2003 12:52:52 +0100 From: Ceri Davies To: Oliver Eikemeier Message-ID: <20031023115251.GH350@submonkey.net> References: <3F9737C2.70400@fillmore-labs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h3LYUU6HlUDSAOzy" Content-Disposition: inline In-Reply-To: <3F9737C2.70400@fillmore-labs.com> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: Mark Linimon cc: freebsd-ports@freebsd.org cc: Sergey Matveychuk Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 11:53:07 -0000 --h3LYUU6HlUDSAOzy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 23, 2003 at 04:06:58AM +0200, Oliver Eikemeier wrote: > Mark Linimon wrote: >=20 > >>It's may be not for cgi-program, but I'd like to have a mechanism to=20 > >>watch for some PR's. Like bugzilla or freshports.org have. > > > >I have the code to scan PRs, but I do not have the subscription- > >based back end like Dan (=3Dfreshports) has. Failing that, I am > >reluctant to just "send out" PR reminders. >=20 > GNATS 4 has > Notify-List > (text) Comma-separated list of e-mail-addresses of people to notify > when the PR changes significantly, i.e. when the Audit-Trail changes. Is that on a per-PR basis? Ceri --=20 --h3LYUU6HlUDSAOzy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/l8ETocfcwTS3JF8RAo0FAJ9DkfkshntAApX4OJ3Y/E7mIiqGuACcDqyI RZLO3PwD/zpPMAU0DyEq2+Y= =+qbv -----END PGP SIGNATURE----- --h3LYUU6HlUDSAOzy-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 04:57:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F3E16A4B3 for ; Thu, 23 Oct 2003 04:57:46 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6979C43FB1 for ; Thu, 23 Oct 2003 04:57:45 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 9984F1FF3; Thu, 23 Oct 2003 21:57:42 +1000 (EST) X-Viruscan-Id: <3F97C2360000BAD6011185A5@VIRUSCAN-127.0.0.1> Received: from extmail-auth.barnet.com.au (localhost [127.0.0.1]) by extmail.barnet.com.au (Postfix) with ESMTP id 3656E1F22; Thu, 23 Oct 2003 21:57:42 +1000 (EST) Received: from k7.mavetju (p61-max1.syd.ihug.com.au [203.173.155.61]) by extmail-auth.barnet.com.au (Postfix) with ESMTP id 4FCBC1F1A; Thu, 23 Oct 2003 21:57:41 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 149116A7101; Thu, 23 Oct 2003 21:57:40 +1000 (EST) Date: Thu, 23 Oct 2003 21:57:40 +1000 From: Edwin Groothuis To: Ceri Davies Message-ID: <20031023115740.GF59397@k7.mavetju> References: <3F9737C2.70400@fillmore-labs.com> <20031023115251.GH350@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031023115251.GH350@submonkey.net> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 11:57:46 -0000 On Thu, Oct 23, 2003 at 12:52:52PM +0100, Ceri Davies wrote: > On Thu, Oct 23, 2003 at 04:06:58AM +0200, Oliver Eikemeier wrote: > > Mark Linimon wrote: > > > > >>It's may be not for cgi-program, but I'd like to have a mechanism to > > >>watch for some PR's. Like bugzilla or freshports.org have. > > > > > >I have the code to scan PRs, but I do not have the subscription- > > >based back end like Dan (=freshports) has. Failing that, I am > > >reluctant to just "send out" PR reminders. > > > > GNATS 4 has > > Notify-List > > (text) Comma-separated list of e-mail-addresses of people to notify > > when the PR changes significantly, i.e. when the Audit-Trail changes. > > Is that on a per-PR basis? Would be nice if you could have a catch keyword for it. For example, I'm not the maintainer of these ports (nor capable of being one neither), but since nobody is maintainer for security/isakmpd there is about zero chance there will be done something with PRs for that. Giving me an alert when a PR with the string "isakmpd" comes in would make me happy. Edwin, happy with a simple email! -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 05:01:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3371B16A4B3 for ; Thu, 23 Oct 2003 05:01:46 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D93543FDD for ; Thu, 23 Oct 2003 05:01:45 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080b359.dip.t-dialin.net ([80.128.179.89] helo=fillmore-labs.com ident=8kmztty4ql02oy1d) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACe9n-000MiX-3P; Thu, 23 Oct 2003 14:01:35 +0200 Message-ID: <3F97C31D.7080407@fillmore-labs.com> Date: Thu, 23 Oct 2003 14:01:33 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Ceri Davies References: <3F9737C2.70400@fillmore-labs.com> <20031023115251.GH350@submonkey.net> In-Reply-To: <20031023115251.GH350@submonkey.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: Mark Linimon cc: freebsd-ports@freebsd.org cc: Sergey Matveychuk Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 12:01:46 -0000 Ceri Davies wrote: > On Thu, Oct 23, 2003 at 04:06:58AM +0200, Oliver Eikemeier wrote: > >>Mark Linimon wrote: >> >> >>>>It's may be not for cgi-program, but I'd like to have a mechanism to >>>>watch for some PR's. Like bugzilla or freshports.org have. >>> >>>I have the code to scan PRs, but I do not have the subscription- >>>based back end like Dan (=freshports) has. Failing that, I am >>>reluctant to just "send out" PR reminders. >> >>GNATS 4 has >>Notify-List >> (text) Comma-separated list of e-mail-addresses of people to notify >> when the PR changes significantly, i.e. when the Audit-Trail changes. > > > Is that on a per-PR basis? Yepp. It is a field like the others. How about migrating the FreeBSD problem report database to GNATS4? From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 05:02:44 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C6E616A4B3 for ; Thu, 23 Oct 2003 05:02:44 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id E226443F93 for ; Thu, 23 Oct 2003 05:02:41 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080b359.dip.t-dialin.net ([80.128.179.89] helo=fillmore-labs.com ident=eavyde64fa721a1v) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACeAn-000Mif-Nc; Thu, 23 Oct 2003 14:02:37 +0200 Message-ID: <3F97C35C.6020706@fillmore-labs.com> Date: Thu, 23 Oct 2003 14:02:36 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Edwin Groothuis References: <3F9737C2.70400@fillmore-labs.com> <20031023113532.GE59397@k7.mavetju> In-Reply-To: <20031023113532.GE59397@k7.mavetju> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: freebsd-ports@freebsd.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 12:02:44 -0000 Edwin Groothuis wrote: > On Thu, Oct 23, 2003 at 04:06:58AM +0200, Oliver Eikemeier wrote: > >>Mark Linimon wrote: >> >>>>It's may be not for cgi-program, but I'd like to have a mechanism to >>>>watch for some PR's. Like bugzilla or freshports.org have. >>> >>>I have the code to scan PRs, but I do not have the subscription- >>>based back end like Dan (=freshports) has. Failing that, I am >>>reluctant to just "send out" PR reminders. >> >>GNATS 4 has >>Notify-List >> (text) Comma-separated list of e-mail-addresses of people to notify >> when the PR changes significantly, i.e. when the Audit-Trail changes. > > Would save a lot of time when there are PRs pending on > > Also, is there a way to set an alarm on a PR? For example one for > which the maintainer is alerted, that after a month an email is > send to me. Nope, but it should be easy to write a script for that. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 05:06:17 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DBB616A4B3 for ; Thu, 23 Oct 2003 05:06:17 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46BFB43FAF for ; Thu, 23 Oct 2003 05:06:16 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACeE8-0008Xo-CF; Thu, 23 Oct 2003 13:06:04 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.24; FreeBSD 4.9) id 1ACeE5-0004zN-Pu; Thu, 23 Oct 2003 13:06:01 +0100 Date: Thu, 23 Oct 2003 13:06:01 +0100 From: Ceri Davies To: Oliver Eikemeier Message-ID: <20031023120601.GI350@submonkey.net> References: <3F9737C2.70400@fillmore-labs.com> <20031023115251.GH350@submonkey.net> <3F97C31D.7080407@fillmore-labs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MPkR1dXiUZqK+927" Content-Disposition: inline In-Reply-To: <3F97C31D.7080407@fillmore-labs.com> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: Mark Linimon cc: freebsd-ports@freebsd.org cc: Sergey Matveychuk Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 12:06:17 -0000 --MPkR1dXiUZqK+927 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 23, 2003 at 02:01:33PM +0200, Oliver Eikemeier wrote: > Ceri Davies wrote: >=20 > >On Thu, Oct 23, 2003 at 04:06:58AM +0200, Oliver Eikemeier wrote: > > > >>Mark Linimon wrote: > >> > >> > >>>>It's may be not for cgi-program, but I'd like to have a mechanism to= =20 > >>>>watch for some PR's. Like bugzilla or freshports.org have. > >>> > >>>I have the code to scan PRs, but I do not have the subscription- > >>>based back end like Dan (=3Dfreshports) has. Failing that, I am > >>>reluctant to just "send out" PR reminders. > >> > >>GNATS 4 has > >>Notify-List > >> (text) Comma-separated list of e-mail-addresses of people to notify > >> when the PR changes significantly, i.e. when the Audit-Trail changes. > > > > > >Is that on a per-PR basis? >=20 > Yepp. It is a field like the others. How about migrating the FreeBSD prob= lem > report database to GNATS4? Currently undergoing sporadic and infrequent testing on a desktop near me. Ceri --=20 --MPkR1dXiUZqK+927 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/l8QpocfcwTS3JF8RAgx7AKCoXsnf9gcB/XREnN4m6bdM9XrmdwCglTAS tCWBX6vdvb/vO1UCWqpren0= =5G2W -----END PGP SIGNATURE----- --MPkR1dXiUZqK+927-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 05:11:54 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7169616A4BF for ; Thu, 23 Oct 2003 05:11:54 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C58F43F75 for ; Thu, 23 Oct 2003 05:11:53 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080b359.dip.t-dialin.net ([80.128.179.89] helo=fillmore-labs.com ident=ef40ktbpaj8ti2ri) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACeJg-000MjF-49; Thu, 23 Oct 2003 14:11:48 +0200 Message-ID: <3F97C582.6060707@fillmore-labs.com> Date: Thu, 23 Oct 2003 14:11:46 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Ceri Davies References: <3F9737C2.70400@fillmore-labs.com> <20031023115251.GH350@submonkey.net> <3F97C31D.7080407@fillmore-labs.com> <20031023120601.GI350@submonkey.net> In-Reply-To: <20031023120601.GI350@submonkey.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: Mark Linimon cc: freebsd-ports@freebsd.org cc: Sergey Matveychuk Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 12:11:54 -0000 Ceri Davies wrote: > On Thu, Oct 23, 2003 at 02:01:33PM +0200, Oliver Eikemeier wrote: > >>Ceri Davies wrote: >> >>>On Thu, Oct 23, 2003 at 04:06:58AM +0200, Oliver Eikemeier wrote: >>> >>>>Mark Linimon wrote: >>>> >>>>>>It's may be not for cgi-program, but I'd like to have a mechanism to >>>>>>watch for some PR's. Like bugzilla or freshports.org have. >>>>> >>>>>I have the code to scan PRs, but I do not have the subscription- >>>>>based back end like Dan (=freshports) has. Failing that, I am >>>>>reluctant to just "send out" PR reminders. >>>> >>>>GNATS 4 has >>>>Notify-List >>>> (text) Comma-separated list of e-mail-addresses of people to notify >>>> when the PR changes significantly, i.e. when the Audit-Trail changes. >>> >>>Is that on a per-PR basis? >> >>Yepp. It is a field like the others. How about migrating the FreeBSD problem >>report database to GNATS4? > > Currently undergoing sporadic and infrequent testing on a desktop near me. how about: 1. coordinating efforts? 2. patching PR 50367, as I wrote you in a private mail on Sep 29, 2003: --- ports_50367.patch begins here --- --- gnats/ports/50367.orig Mon Sep 29 02:08:10 2003 +++ gnats/ports/50367 Mon Sep 29 02:08:22 2003 @@ -21,6 +21,7 @@ =?UTF-8?B?eC5hdCBvbiBEbywgTeRy?= 27, 2003 at 21:14:47 +0100 Subject: Re: update balsa2 to 2.0.10 References: <20030326164855.6317.qmail@httpd.terions.de> <20030327175025.GC377@martin.kleinerdrache.org> <1048787881.973.17.camel@gyros> <20030327200418.GA6031@martin.kleinerdrache.org> <1048795589.973.19.camel@gyros> <20030327201447.GA6471@martin.kleine + >Number: 50367 >Category: ports >Synopsis: Re: update balsa2 to 2.0.10 --- ports_50367.patch ends here --- See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/50367 From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 06:48:18 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8B0316A4B3 for ; Thu, 23 Oct 2003 06:48:18 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC61B43F93 for ; Thu, 23 Oct 2003 06:48:17 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACfom-0008nR-GT; Thu, 23 Oct 2003 14:48:00 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.24; FreeBSD 4.9) id 1ACfoh-0005CF-OQ; Thu, 23 Oct 2003 14:47:55 +0100 Date: Thu, 23 Oct 2003 14:47:55 +0100 From: Ceri Davies To: Oliver Eikemeier Message-ID: <20031023134755.GJ350@submonkey.net> References: <3F9737C2.70400@fillmore-labs.com> <20031023115251.GH350@submonkey.net> <3F97C31D.7080407@fillmore-labs.com> <20031023120601.GI350@submonkey.net> <3F97C582.6060707@fillmore-labs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mFHiwr52TKrxpkjc" Content-Disposition: inline In-Reply-To: <3F97C582.6060707@fillmore-labs.com> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: Mark Linimon cc: freebsd-ports@freebsd.org cc: Sergey Matveychuk Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 13:48:18 -0000 --mFHiwr52TKrxpkjc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 23, 2003 at 02:11:46PM +0200, Oliver Eikemeier wrote: > Ceri Davies wrote: > >On Thu, Oct 23, 2003 at 02:01:33PM +0200, Oliver Eikemeier wrote: > >> > >>Yepp. It is a field like the others. How about migrating the FreeBSD=20 > >>problem report database to GNATS4? > > > >Currently undergoing sporadic and infrequent testing on a desktop near m= e. >=20 > how about: >=20 > 1. coordinating efforts? We can try, but I think you'll find it frustrating, as my FreeBSD time is severely limited in recent times. I think it would be worth hearing who is currently working on it too! > 2. patching PR 50367, as I wrote you in a private mail on Sep 29, 2003: Yes, I remember you asking, and I distinctly remember doing it as well. What I didn't realise is that if you do this with edit-pr then it takes that line straight back out again. grr. Ceri --=20 --mFHiwr52TKrxpkjc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/l9wLocfcwTS3JF8RAugwAJ9jK4ksB8u9v+Blm/o4v6Xpjvl6IQCfQwFO bW0kw8fj5cJhAno/qVCMBGY= =r8AX -----END PGP SIGNATURE----- --mFHiwr52TKrxpkjc-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 07:07:07 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4C4616A4BF; Thu, 23 Oct 2003 07:07:07 -0700 (PDT) Received: from cheer.mahoroba.org (flets19-227.kamome.or.jp [218.45.19.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A24C43F3F; Thu, 23 Oct 2003 07:07:01 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:RwbfLxzT+jfH50hubm6hsIMN3glNju8Tf2Ek54PqvoNZK/z4pZFMzpeqlY5y/ula@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)h9NE6qXe023777 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Oct 2003 23:06:56 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 23 Oct 2003 23:06:48 +0900 Message-ID: From: Hajimu UMEMOTO To: current@FreeBSD.org, ports@FreeBSD.org References: <200310231355.h9NDtaGK050034@repoman.freebsd.org> User-Agent: Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.1-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: multipart/mixed; boundary="Multipart_Thu_Oct_23_23:06:48_2003-1" X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on cheer.mahoroba.org Subject: HEADS-UP: EAI_NODATA was deprecated X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 14:07:07 -0000 --Multipart_Thu_Oct_23_23:06:48_2003-1 Content-Type: text/plain; charset=US-ASCII Hi, I've just committed to nuke EAI_NODATA. It was depricated in RFC3493 (aka RFC2553bis). Now, getaddrinfo(3) returns EAI_NONAME instead of EAI_NODATA. So, an application that looks EAI_NODATA, error handling will not work. At least, you need to recompile telnet(1). Sincerely, --Multipart_Thu_Oct_23_23:06:48_2003-1 Content-Type: message/rfc822 X-Sieve: CMU Sieve 2.2 Delivered-To: ume@freebsd.org Delivered-To: src-committers@freebsd.org Message-Id: <200310231355.h9NDtaGK050034@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 23 Oct 2003 06:55:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/telnet/telnet commands.c src/lib/libc/net getaddrinfo.3 getaddrinfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on cheer.mahoroba.org ume 2003/10/23 06:55:36 PDT FreeBSD src repository Modified files: contrib/telnet/telnet commands.c lib/libc/net getaddrinfo.3 getaddrinfo.c Log: EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493 (aka RFC2553bis). Now, getaddrinfo(3) returns EAI_NONAME instead of EAI_NODATA. Our getaddrinfo(3) nor getnameinfo(3) didn't use EAI_ADDRFAMILY. Obtained from: KAME Revision Changes Path 1.32 +2 -2 src/contrib/telnet/telnet/commands.c 1.23 +0 -7 src/lib/libc/net/getaddrinfo.3 1.44 +4 -10 src/lib/libc/net/getaddrinfo.c --Multipart_Thu_Oct_23_23:06:48_2003-1 Content-Type: text/plain; charset=US-ASCII -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ --Multipart_Thu_Oct_23_23:06:48_2003-1-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 07:13:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F0216A4DD for ; Thu, 23 Oct 2003 07:13:55 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3446E43F75 for ; Thu, 23 Oct 2003 07:13:54 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080b359.dip.t-dialin.net ([80.128.179.89] helo=fillmore-labs.com ident=zrya8b00ol6gfk8l) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACgDk-000Mrm-1b; Thu, 23 Oct 2003 16:13:48 +0200 Message-ID: <3F97E219.802@fillmore-labs.com> Date: Thu, 23 Oct 2003 16:13:45 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Ceri Davies References: <3F9737C2.70400@fillmore-labs.com> <20031023115251.GH350@submonkey.net> <3F97C31D.7080407@fillmore-labs.com> <20031023120601.GI350@submonkey.net> <3F97C582.6060707@fillmore-labs.com> <20031023134755.GJ350@submonkey.net> In-Reply-To: <20031023134755.GJ350@submonkey.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: Mark Linimon cc: FreeBSD ports cc: Sergey Matveychuk Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 14:13:55 -0000 Ceri Davies wrote: > On Thu, Oct 23, 2003 at 02:11:46PM +0200, Oliver Eikemeier wrote: > >>Ceri Davies wrote: >> >>>On Thu, Oct 23, 2003 at 02:01:33PM +0200, Oliver Eikemeier wrote: >>> >>>>Yepp. It is a field like the others. How about migrating the FreeBSD >>>>problem report database to GNATS4? >>> >>>Currently undergoing sporadic and infrequent testing on a desktop near me. >> >>how about: >> >>1. coordinating efforts? > > We can try, but I think you'll find it frustrating, as my FreeBSD time > is severely limited in recent times. Probably not. I think your experience will be invaluable in determining the requirements for a updated system. One questions crosses my mind: Why was sendpr.cgi taken offline? I know that someone used it for spamming, but in what way? NetBSD has a bug report form at and it is easy to flood FreeBSD-gnats-submit@FreeBSD.org, so what happened? > I think it would be worth hearing who is currently working on it too! Yepp, we should register a project on http://www.freebsd.org/projects/ and compile a list of desired features. >>2. patching PR 50367, as I wrote you in a private mail on Sep 29, 2003: > > Yes, I remember you asking, and I distinctly remember doing it as well. > What I didn't realise is that if you do this with edit-pr then it takes > that line straight back out again. grr. Ah, thanks nevertheless. Oliver From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 07:15:38 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E43C16A4C0 for ; Thu, 23 Oct 2003 07:15:38 -0700 (PDT) Received: from woad.digitalcelt.net (woad.digitalcelt.net [65.68.132.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF06243FD7 for ; Thu, 23 Oct 2003 07:15:35 -0700 (PDT) (envelope-from gobinau@digitalcelt.net) Received: by woad.digitalcelt.net (Postfix, from userid 1001) id E2BCF579; Thu, 23 Oct 2003 09:15:31 -0500 (CDT) From: "Reuben A. Popp" To: ports@freebsd.org Date: Thu, 23 Oct 2003 09:15:16 -0500 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200310230915.31465.gobinau@digitalcelt.net> Subject: Xchat2 quitting but no .core X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gobinau@digitalcelt.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 14:15:38 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 G'morning all :) Would anyone have any idea why xchat2 (xchat 2.0.5 on FreeBSD=20 woad.digitalcelt.net 4.9-RC FreeBSD 4.9-RC #14: Fri Oct 3 10:42:35 CDT 200= 3 =20 root@woad.digitalcelt.net:/usr/obj/usr/src/sys/WOADKERN i386) would be=20 quitting like a segfault occured, but not leave anything behind in messages= =20 or a core file? This has been going on and off for a few weeks now, and as= =20 far as I can tell, it happens to be a random thing. Any help would be greatly appreciated. Thanks and cheers, Reuben A. Popp =2D --=20 "It may surprise some of our American citizens to learn that in this countr= y=20 of 'free speech' there is no easier thing in the world than to sentence=20 persons to death for expressing their views." -- August Spies =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/l+KAd1N/Kyhy5tIRAsO/AJ9RyPrNXio4KkulxQdwR2kV4NrOUQCfcwzH dkqoTf84LWtboJR4P9UnXY8=3D =3Db00T =2D----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 07:44:56 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6FE516A4BF; Thu, 23 Oct 2003 07:44:56 -0700 (PDT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F9C43FB1; Thu, 23 Oct 2003 07:44:53 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd04.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1ACgha-0001Qm-00; Thu, 23 Oct 2003 16:44:38 +0200 Received: from Andro-Beta.Leidinger.net (S94E2ZZfQel8kwPysi9fryQRJQm4P7NvKYM-JDtOC2pRBqCFeb3wQD@[80.131.114.27]) by fmrl04.sul.t-online.com with esmtp id 1ACgh4-1z4lBA0; Thu, 23 Oct 2003 16:44:06 +0200 Received: from Magelan.Leidinger.net (Magellan [192.168.1.1]) h9NEhuf5008993; Thu, 23 Oct 2003 16:43:56 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) h9NEhtpP062886; Thu, 23 Oct 2003 16:43:56 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Thu, 23 Oct 2003 16:43:55 +0200 From: Alexander Leidinger To: Mark Linimon Message-Id: <20031023164355.106947a0.Alexander@Leidinger.net> In-Reply-To: References: <3F971F76.90308@ciam.ru> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: S94E2ZZfQel8kwPysi9fryQRJQm4P7NvKYM-JDtOC2pRBqCFeb3wQD@t-dialin.net cc: ceri@freebsd.org cc: freebsd-ports@freebsd.org cc: Mark Linimon cc: Sergey Matveychuk cc: freebsd-doc@freebsd.org cc: Eric Anderson Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 14:44:57 -0000 On Wed, 22 Oct 2003 19:46:34 -0500 (CDT) Mark Linimon wrote: > The code I am working on is a batch-based reminder list that > would only go to a) people who do not have an @FreeBSD.org > address (because they can be assigned the PR in GNATS and > thus automatically reminded) What if more than one committer is interested in getting such a mail? Bye, Alexander. -- To boldly go where I surely don't belong. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 07:46:34 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5881216A4B3; Thu, 23 Oct 2003 07:46:34 -0700 (PDT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2620343FBD; Thu, 23 Oct 2003 07:46:31 -0700 (PDT) (envelope-from anderson@centtech.com) Received: from centtech.com (roam00.centtech.com [204.177.173.230]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id h9NEkJ6T032448; Thu, 23 Oct 2003 09:46:19 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <3F97E9AB.8060503@centtech.com> Date: Thu, 23 Oct 2003 09:46:03 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <3F971F76.90308@ciam.ru> <20031023164355.106947a0.Alexander@Leidinger.net> In-Reply-To: <20031023164355.106947a0.Alexander@Leidinger.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Mark Linimon cc: freebsd-doc@freebsd.org cc: ceri@freebsd.org cc: freebsd-ports@freebsd.org cc: Sergey Matveychuk Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 14:46:34 -0000 Alexander Leidinger wrote: >On Wed, 22 Oct 2003 19:46:34 -0500 (CDT) >Mark Linimon wrote: > > > >>The code I am working on is a batch-based reminder list that >>would only go to a) people who do not have an @FreeBSD.org >>address (because they can be assigned the PR in GNATS and >>thus automatically reminded) >> >> > >What if more than one committer is interested in getting such a mail? > > How about something like google news alerts - You put in some keywords, and if those keywords are found, it sends you a link to that PR. Eric -- ------------------------------------------------------------------ Eric Anderson Systems Administrator Centaur Technology All generalizations are false, including this one. ------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 07:49:32 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3287716A4B3 for ; Thu, 23 Oct 2003 07:49:32 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99E3743FCB for ; Thu, 23 Oct 2003 07:49:31 -0700 (PDT) (envelope-from gsam@trini0.org) Received: from hivemind.trini0.org (trini0.org[68.39.114.118]) by comcast.net (rwcrmhc13) with ESMTP id <2003102314493101500qujfce>; Thu, 23 Oct 2003 14:49:31 +0000 Received: from trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id E9A139B for ; Thu, 23 Oct 2003 10:49:30 -0400 (EDT) Message-ID: <3F97EA7A.3040100@trini0.org> Date: Thu, 23 Oct 2003 10:49:30 -0400 From: Gerard Samuel User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en, nl, th, ar, en-us MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: GUI mail reader X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 14:49:32 -0000 Im currently using Mozilla to read mail, and recently, I setup, some email address aliases in an attempt to cut down on spam. Unfortunately, Mozilla mail doesn't allow mail to be sent from aliases, so Im looking to see if anyone can make recomendations to a GUI mail reader, that can send mail using aliases. Thanks. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 08:22:36 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522EB16A4BF for ; Thu, 23 Oct 2003 08:22:36 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E68F43FA3 for ; Thu, 23 Oct 2003 08:22:35 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 1B025C5A; Thu, 23 Oct 2003 17:21:36 +0200 (CEST) Date: Thu, 23 Oct 2003 17:21:35 +0200 From: Simon Barner To: ports@freebsd.org Message-ID: <20031023152135.GC15574@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de Subject: GNU packages and gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 15:22:36 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, as some of may have noticed, I fixed a number of ports that did not use the system wide gettext installation but the one included in the package (if you ask me GNU people should never have started shipping gettext with their source tarballs). I became aware of these issues due to Oliver Eikemeier's ports conflicts email ( http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.html = )=20 because the ports using the internal gettext implementation all installed the following files: ${PREFIX}/lib/charset.alias ${PREFIX}/share/locale/locale.alias I have two approaches in mind how one could tackle this problem at its root: 1. Implement a USE_GETTEXT variable (but most often I needed to fix libiconv frist in order to get gettext working). 2. Modify portlint such that it reports an error when either `charset.alias' or `locale.alias' are in the pkg-plist. Comments are very much appreciated. Regards, Simon --envbJBWh7q8WU6mo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/l/H/Ckn+/eutqCoRAhf2AJ0QjCo/Hitk7Cmvtfd/UNx0eP7mZQCg2fB0 aADiHk3kBVzY945Ga2ysMuA= =iBeB -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 09:00:59 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A54B16A4C0 for ; Thu, 23 Oct 2003 09:00:59 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCE343FAF for ; Thu, 23 Oct 2003 09:00:53 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h9NFxOMN024917; Thu, 23 Oct 2003 11:59:25 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: gobinau@digitalcelt.net In-Reply-To: <200310230915.31465.gobinau@digitalcelt.net> References: <200310230915.31465.gobinau@digitalcelt.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Z/l7AVxM9NngRORq/YBU" Organization: MarcusCom, Inc. Message-Id: <1066924845.749.5.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 23 Oct 2003 12:00:45 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: ports@freebsd.org Subject: Re: Xchat2 quitting but no .core X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 16:00:59 -0000 --=-Z/l7AVxM9NngRORq/YBU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-10-23 at 10:15, Reuben A. Popp wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > G'morning all :) >=20 > Would anyone have any idea why xchat2 (xchat 2.0.5 on FreeBSD=20 > woad.digitalcelt.net 4.9-RC FreeBSD 4.9-RC #14: Fri Oct 3 10:42:35 CDT 2= 003 =20 > root@woad.digitalcelt.net:/usr/obj/usr/src/sys/WOADKERN i386) would be=20 > quitting like a segfault occured, but not leave anything behind in messag= es=20 > or a core file? This has been going on and off for a few weeks now, and = as=20 > far as I can tell, it happens to be a random thing. >=20 > Any help would be greatly appreciated. Run it inside of gdb. When it crashes in the future, you'll drop to a (gdb) prompt, and you can run bt to get a backtrace. However, unless xchat is compiled with debugging symbols, this backtrace may not be too helpful. Joe >=20 > Thanks and cheers, > Reuben A. Popp >=20 >=20 > - --=20 > "It may surprise some of our American citizens to learn that in this coun= try=20 > of 'free speech' there is no easier thing in the world than to sentence=20 > persons to death for expressing their views." -- August Spies > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (FreeBSD) >=20 > iD8DBQE/l+KAd1N/Kyhy5tIRAsO/AJ9RyPrNXio4KkulxQdwR2kV4NrOUQCfcwzH > dkqoTf84LWtboJR4P9UnXY8=3D > =3Db00T > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-Z/l7AVxM9NngRORq/YBU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/l/stb2iPiv4Uz4cRAmUBAJ9gYM5A46yrqUOVgVhgmuvlyU1fiQCeKlT6 5Xvyk+lI2WwlKm9qEzwNR5A= =ZRe1 -----END PGP SIGNATURE----- --=-Z/l7AVxM9NngRORq/YBU-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 09:05:48 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC85516A4B3 for ; Thu, 23 Oct 2003 09:05:48 -0700 (PDT) Received: from pan.gwi.net (pan.gwi.net [207.5.128.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9931C43FBD for ; Thu, 23 Oct 2003 09:05:47 -0700 (PDT) (envelope-from ah51@mlz.us) Received: from andy.gwi.net (blake.gwi.net [207.5.142.8]) by pan.gwi.net (8.12.6p3/8.12.6) with ESMTP id h9NG5iGm086336 for ; Thu, 23 Oct 2003 12:05:46 -0400 (EDT) (envelope-from ah51@mlz.us) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-Homepage: http://www.nachoz.com X-PGP-Key: RSA-1024 http://www.nachoz.com/andy.pub X-System-Info-DB: PostgreSQL-7.3.3 X-System-Info-RT: rt-3-0-4 X-System-Info-WM: windowmaker-0.80.2 X-System-Info-httpd: apache-1.3.28 X-System-Info-OS: FreeBSD 4.9-RC #1 Date: Thu, 23 Oct 2003 12:05:45 -0400 (EDT) Sender: aharriso@andy.gwi.net From: Andy Harrison To: freebsd-ports@freebsd.org Subject: mplayer port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 16:05:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Anyone else have trouble with the gui? It starts and plays fine for me, but when I try to click any options that bring up a new window (prefs, skins, etc) I see the window flash onto the screen and then vanish very quickly. Play/Stop/etc buttons and volume control work fine. Here is the startup sequence. > gmplayer -skin CornerMP-aqua http://example.com MPlayer 0.92-2.95.4 (C) 2000-2003 MPlayer Team CPU: Intel (Family: 8, Stepping: 7) Detected cache-line size is 64 bytes CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with Runtime CPU Detection - WARNING - this is not optimal! To get best performance, recompile MPlayer with --disable-runtime-cpudetection Reading config file /usr/local/share/mplayer/mplayer.conf: No such file or directory Reading config file /home/aharrison/.mplayer/config [cfg] read config file: /home/aharrison/.mplayer/gui.conf Reading config file /home/aharrison/.mplayer/gui.conf vo: X11 running at 1600x1200 with depth 24 and 32 bpp (":0.0" => local display) Reading /home/aharrison/.mplayer/codecs.conf: can't open '/home/aharrison/.mplayer/codecs.conf': No such file or directory Reading /usr/local/share/mplayer/codecs.conf: 50 audio & 136 video codecs Font /usr/local/share/mplayer/fonts/iso-8859-1/arial-18/font.desc loaded successfully! (206 chars) Using usleep() timing Can't open input config file /home/aharrison/.mplayer/input.conf: No such file or directory Input config file /usr/local/share/mplayer/input.conf parsed: 52 binds SKIN dir 1: '/home/aharrison/.mplayer/Skin' SKIN dir 2: '/usr/local/share/mplayer/Skin' I have tried without any skins, I've tried monkeying with the fonts, I've tried numerous ways, but can't get the gui to function properly. ~~ Andy Harrison Great Works Internet System Operations (full headers for details) -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQCVAwUBP5f8WFPEkLgodAWVAQHGJQQAjeyGqy3qhxgP1hkA6KO2Rp/S0Lnug3CK mZbJh98yM7g4yuHfx7VmiDp/P7Mcnv/GapLtQVk2GhsdPrQlOIxR0OY0C+5MXv5M ZeX1UlCyTJR55RdQU2hPsjXb76+0pbPXOclz9VGnCe+yBOBoRMxDUuHTTptHIWf8 TrfwUnqgPhI= =+AsK -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 09:07:17 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BAD316A4B3 for ; Thu, 23 Oct 2003 09:07:17 -0700 (PDT) Received: from aphrodite.gwi.net (aphrodite.gwi.net [207.5.128.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60AD43FD7 for ; Thu, 23 Oct 2003 09:07:16 -0700 (PDT) (envelope-from ah51@mlz.us) Received: from andy.gwi.net (blake.gwi.net [207.5.142.8]) by aphrodite.gwi.net (8.12.6p3/8.12.6) with ESMTP id h9NG7FAq078228 for ; Thu, 23 Oct 2003 12:07:16 -0400 (EDT) (envelope-from ah51@mlz.us) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3F97EA7A.3040100@trini0.org> X-Homepage: http://www.nachoz.com X-PGP-Key: RSA-1024 http://www.nachoz.com/andy.pub X-System-Info-DB: PostgreSQL-7.3.3 X-System-Info-RT: rt-3-0-4 X-System-Info-WM: windowmaker-0.80.2 X-System-Info-httpd: apache-1.3.28 X-System-Info-OS: FreeBSD 4.9-RC #1 Date: Thu, 23 Oct 2003 12:07:17 -0400 (EDT) Sender: aharriso@andy.gwi.net From: Andy Harrison To: ports@freebsd.org Subject: Re: GUI mail reader X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 16:07:17 -0000 -----BEGIN PGP SIGNED MESSAGE----- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On 23-Oct-2003, Gerard Samuel wrote message "GUI mail reader" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Im currently using Mozilla to read mail, and recently, I setup, > some email address aliases in an attempt to cut down on spam. > Unfortunately, Mozilla mail doesn't allow mail to be sent from aliases, > so Im looking to see if anyone can make recomendations to a GUI > mail reader, that can send mail using aliases. One of the reasons I use xfmail is for this functionality. I believe sylpheed-claws can do it also, though. ~~ Andy Harrison Great Works Internet System Operations (full headers for details) -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQCVAwUBP5f8s1PEkLgodAWVAQEOBQQAkdJyj0VDfDrrIy8LNbiY2giwIWk4yU1j oVdDxln8AzLipiVvoauvtIJZJV0lrXAVTwR0sMzs3O4NwPHJ8WWFNGKF/PL9uBE6 xAV42INX7WVUZfPOpCCR1uOYhXfKbOOgaE+W8ApNrEt1Ocxl5PKVSy6PsXpI3Ukf YJimpU/Sk4Q= =hc+G -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 09:55:51 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1169916A4BF for ; Thu, 23 Oct 2003 09:55:51 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id E23DB43F85 for ; Thu, 23 Oct 2003 09:55:49 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 28869 invoked by uid 1252); 23 Oct 2003 16:55:49 -0000 Date: 23 Oct 2003 12:55:49 -0400 Date: Thu, 23 Oct 2003 12:55:49 -0400 From: Adam Weinberger To: Edwin Groothuis Message-ID: <20031023165549.GB96543@toxic.magnesium.net> References: <3F9737C2.70400@fillmore-labs.com> <20031023115251.GH350@submonkey.net> <20031023115740.GF59397@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031023115740.GF59397@k7.mavetju> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: a reminder to PR submitters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 16:55:51 -0000 >> (10.23.2003 @ 0757 PST): Edwin Groothuis said, in 1.4K: << > Would be nice if you could have a catch keyword for it. For example, > I'm not the maintainer of these ports (nor capable of being one > neither), but since nobody is maintainer for security/isakmpd there > is about zero chance there will be done something with PRs for that. > Giving me an alert when a PR with the string "isakmpd" comes in > would make me happy. > > Edwin, happy with a simple email! >> end of "Re: a reminder to PR submitters" from Edwin Groothuis << You can write a procmail recipe to handle that. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 10:40:56 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEFEF16A4B3; Thu, 23 Oct 2003 10:40:56 -0700 (PDT) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB5943FE1; Thu, 23 Oct 2003 10:40:51 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-38ldu6t.dialup.mindspring.com ([209.86.248.221] helo=mindspring.com) by razorbill.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 1ACjS5-0002YP-00; Thu, 23 Oct 2003 10:40:50 -0700 Message-ID: <3F981275.3728C2AB@mindspring.com> Date: Thu, 23 Oct 2003 10:40:05 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Hajimu UMEMOTO References: <200310231355.h9NDtaGK050034@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4867d3b445489aa07897b20ff44d4e2d5350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: ports@FreeBSD.org cc: current@FreeBSD.org Subject: Re: HEADS-UP: EAI_NODATA was deprecated X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 17:40:56 -0000 Hajimu UMEMOTO wrote: > I've just committed to nuke EAI_NODATA. It was depricated in RFC3493 > (aka RFC2553bis). Now, getaddrinfo(3) returns EAI_NONAME instead of > EAI_NODATA. So, an application that looks EAI_NODATA, error handling > will not work. At least, you need to recompile telnet(1). Please apply this patch: +#define EAI_NODATA EAINONAME /* To be removed on 23 APR 2004 */ -- Terry From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 10:55:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A9ED16A4B3; Thu, 23 Oct 2003 10:55:33 -0700 (PDT) Received: from cheer.mahoroba.org (flets19-227.kamome.or.jp [218.45.19.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489FF43F85; Thu, 23 Oct 2003 10:55:24 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:P5XEeSH6vAzaRP5JBXyZFvyKiK+AR5ntJnGe5SvlXx4FQj+SuKb/KtT4bc42meGg@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)h9NHtLXe014771 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Oct 2003 02:55:21 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Fri, 24 Oct 2003 02:55:18 +0900 Message-ID: From: Hajimu UMEMOTO To: Terry Lambert In-Reply-To: <3F981275.3728C2AB@mindspring.com> References: <200310231355.h9NDtaGK050034@repoman.freebsd.org> <3F981275.3728C2AB@mindspring.com> User-Agent: xcite1.38> Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.1-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on cheer.mahoroba.org cc: ports@FreeBSD.org cc: current@FreeBSD.org Subject: Re: HEADS-UP: EAI_NODATA was deprecated X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 17:55:33 -0000 Hi, >>>>> On Thu, 23 Oct 2003 10:40:05 -0700 >>>>> Terry Lambert said: tlambert2> Please apply this patch: tlambert2> +#define EAI_NODATA EAINONAME /* To be removed on 23 APR 2004 */ Okay, applied. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 12:47:45 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58FFD16A4B3; Thu, 23 Oct 2003 12:47:45 -0700 (PDT) Received: from helo.liwing.de (helo.liwing.de [213.70.188.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9ECE43F75; Thu, 23 Oct 2003 12:47:43 -0700 (PDT) (envelope-from root@helo.liwing.de) Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1]) by helo.liwing.de (8.12.9p2/8.12.9) with ESMTP id h9NJlgUn084671; Thu, 23 Oct 2003 19:47:42 GMT (envelope-from root@helo.liwing.de) Received: (from root@localhost) by helo.liwing.de (8.12.9p2/8.12.9/Submit) id h9NJlgwb084670; Thu, 23 Oct 2003 19:47:42 GMT (envelope-from root) Date: Thu, 23 Oct 2003 19:47:42 GMT Message-Id: <200310231947.h9NJlgwb084670@helo.liwing.de> To: FreeBSD-gnats-submit@freebsd.org From: Jens Rehsack X-send-pr-version: 3.113 X-GNATS-Notify: cc: ports@freebsd.org cc: Jens Rehsack Subject: [PATCH] textproc/gxmlviewer configure fix X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jens Rehsack List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 19:47:45 -0000 >Submitter-Id: current-users >Originator: Jens Rehsack >Organization: LiWing IT-Services >Confidential: no >Synopsis: [PATCH] textproc/gxmlviewer configure fix >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 5.1-CURRENT i386 >Environment: System: FreeBSD statler 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Oct 21 09:54:47 GMT 2003 root@statler:/usr/obj/usr/src/sys/STATLER i386 >Description: See: >How-To-Repeat: >Fix: --- patch-configure begins here --- --- /dev/null Thu Oct 23 19:41:40 2003 +++ textproc/gxmlviewer/files/patch-configure Thu Oct 23 19:41:18 2003 @@ -0,0 +1,25 @@ +--- configure.orig Thu Oct 23 19:31:15 2003 ++++ configure Thu Oct 23 19:41:08 2003 +@@ -4106,7 +4106,7 @@ + else + echo $ac_n "checking version of bison""... $ac_c" 1>&6 + echo "configure:4109: checking version of bison" >&5 +- ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* \([0-9]*\.[0-9.]*\).*$/\1/p'` ++ ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` + case $ac_prog_version in + '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; + 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) +@@ -4195,9 +4195,10 @@ + echo $ac_n "checking for libxml >= 2.3.1""... $ac_c" 1>&6 + echo "configure:4197: checking for libxml >= 2.3.1" >&5 + if xml2-config --libs > /dev/null 2>&1; then +- vers=`xml2-config --version | sed -e "s/xml-//" -e 's/cvs$//' -e 's/pre$//' | \ +- awk 'BEGIN { FS = "."; } { print $3;}'` +- if test "$vers" -ge 1; then ++ vers=`xml2-config --version | sed -e "s/xml-//" -e 's/cvs$//' -e 's/pre$//'` ++ vers_minor=`echo ${vers} | awk 'BEGIN { FS = "."; } { print $2;}'` ++ vers_rev=`echo ${vers} | awk 'BEGIN { FS = "."; } { print $3;}'` ++ if test "$vers_minor" -gt 3 -o "$vers_minor" -ge 3 -a "$vers_rev" -ge 1; then + echo "$ac_t""found ("$vers")" 1>&6 + XML_CFLAGS="`xml2-config --cflags`" + XML_LIBS="`xml2-config --libs`" --- patch-configure ends here --- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 13:01:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8821716A4BF; Thu, 23 Oct 2003 13:01:35 -0700 (PDT) Received: from mwinf0303.wanadoo.fr (smtp3.wanadoo.fr [193.252.22.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA0D43FDF; Thu, 23 Oct 2003 13:01:32 -0700 (PDT) (envelope-from arno.roc@libertysurf.fr) Received: from libertysurf.fr (AToulouse-105-1-25-214.w81-49.abo.wanadoo.fr [81.49.221.214]) by mwinf0303.wanadoo.fr (SMTP Server) with ESMTP id B6AF45000890; Thu, 23 Oct 2003 22:01:30 +0200 (CEST) Date: Thu, 23 Oct 2003 22:01:30 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: trevor@FreeBSD.org From: Ar-NaHud Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.552) cc: ports@FreeBSD.org Subject: FreeBSD Port: pd-0.35.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 20:01:35 -0000 hi ! I enjoy running PureData on my FreeBsd4,8 but i have a problem : i don't know if you have really the time to answer stupid questions from a frenchie ( yes my english is bad ) but that would be great if you could help me, i can't find a solution exploring the newsgroups. when i run the testtone.pd patch, for example, there is an output on the VUmeters of PD but nothing from my soundcard. i have this message with dmesg : /...../ pcm0: port 0xf400-0xf43f,0xf000-0xf0ff irq 10 at device 31.5 on pci0 /....../ pcm0:play:0: play interrupt timeout, channel dead this is strange because in other applications i can listen to mp3 for example. i run puredata by simply typing pd, i tried to add :" -soundout dev 0" but it changed nothing thank you From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 14:04:38 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70AB16A4BF for ; Thu, 23 Oct 2003 14:04:38 -0700 (PDT) Received: from smtp004.mail.ukl.yahoo.com (smtp004.mail.ukl.yahoo.com [217.12.11.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A74643F75 for ; Thu, 23 Oct 2003 14:04:37 -0700 (PDT) (envelope-from Kentschke@yahoo.de) Received: from p5087b81c.dip.t-dialin.net (HELO frankxp) (Kentschke@80.135.184.28 with login) by smtp1.mail.vip.ukl.yahoo.com with SMTP; 23 Oct 2003 21:04:36 -0000 Message-ID: <000801c399a9$4773ccc0$462da8c0@frankxp> From: "Kentschke" To: Date: Thu, 23 Oct 2003 23:04:36 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Hallo can i emulate sco xenix with FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 21:04:39 -0000 Hello can i emulate sco xenix with freebsd or does it only funktion with = net bsd? and can you tell me in with version of freebsd it funktion. thanks frank kentschke@yahoo.de From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 16:14:07 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B022816A4B3 for ; Thu, 23 Oct 2003 16:14:07 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED3D43FAF for ; Thu, 23 Oct 2003 16:14:06 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 4614166DD2; Thu, 23 Oct 2003 16:14:06 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 23F69DB4; Thu, 23 Oct 2003 16:14:06 -0700 (PDT) Date: Thu, 23 Oct 2003 16:14:06 -0700 From: Kris Kennaway To: Simon Barner Message-ID: <20031023231405.GA86031@rot13.obsecurity.org> References: <20031023152135.GC15574@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <20031023152135.GC15574@zi025.glhnet.mhn.de> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: GNU packages and gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 23:14:07 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 23, 2003 at 05:21:35PM +0200, Simon Barner wrote: > 2. Modify portlint such that it reports an error when either > `charset.alias' or `locale.alias' are in the pkg-plist. This is probably best. Ports should be fixed to not use the internal gettext, at which point this problem will go away. Kris --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/mGC9Wry0BWjoQKURAslUAKCmwjTHGuO2Q8R9/5aJC42vO2lM1gCfTS6n rvtawlnmySkFujqcFLQQcFw= =Xjhz -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 17:18:32 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C744F16A4B3 for ; Thu, 23 Oct 2003 17:18:32 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B14CE43FBF for ; Thu, 23 Oct 2003 17:18:31 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080b359.dip.t-dialin.net ([80.128.179.89] helo=fillmore-labs.com ident=pyyaaah9gukaq4jx) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACpev-000NTi-Dh; Fri, 24 Oct 2003 02:18:29 +0200 Message-ID: <3F986FD2.5060907@fillmore-labs.com> Date: Fri, 24 Oct 2003 02:18:26 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Kentschke References: <000801c399a9$4773ccc0$462da8c0@frankxp> In-Reply-To: <000801c399a9$4773ccc0$462da8c0@frankxp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@FreeBSD.org Subject: Re: Hallo can i emulate sco xenix with FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 00:18:32 -0000 Kentschke wrote: > Hello can i emulate sco xenix with freebsd or does it only funktion with net bsd? > > and can you tell me in with version of freebsd it funktion. > > thanks > > frank > > kentschke@yahoo.de hallo frank sorry xenix emulation support has been dropped in free bsd version 2.2 but you want to use linux they use a lot of sco code have fun oliver From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 17:53:20 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B3AF16A4B3 for ; Thu, 23 Oct 2003 17:53:20 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DAE043FCB for ; Thu, 23 Oct 2003 17:53:19 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080b359.dip.t-dialin.net ([80.128.179.89] helo=fillmore-labs.com ident=jhldm23ygqrrloyr) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACqCb-000NVs-U5; Fri, 24 Oct 2003 02:53:18 +0200 Message-ID: <3F9877FA.7000204@fillmore-labs.com> Date: Fri, 24 Oct 2003 02:53:14 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Simon Barner References: <20031023152135.GC15574@zi025.glhnet.mhn.de> In-Reply-To: <20031023152135.GC15574@zi025.glhnet.mhn.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@freebsd.org Subject: Re: GNU packages and gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 00:53:20 -0000 Simon Barner wrote: > Hi, > > as some of may have noticed, I fixed a number of ports that did not use > the system wide gettext installation but the one included in the package > (if you ask me GNU people should never have started shipping gettext > with their source tarballs). great work, afaics you have done /usr/X11R6/lib/charset.alias: audio/gqradio => PR 58424 games/gnmm => PR 58369 irc/lostirc => PR 58427 korean/ami => PR 58440 mail/sylpheed => PR 58441 sysutils/gtk-imonc => PR 58442 sysutils/xcdroast => PR 58375 now we are just missing /usr/local/lib/charset.alias: databases/namazu2 devel/arm-rtems-gcc devel/avr-gcc devel/i386-rtems-gcc devel/i960-rtems-gcc devel/m68k-rtems-gcc devel/mips-rtems-gcc devel/powerpc-rtems-gcc devel/sh-rtems-gcc devel/sparc-rtems-gcc net/ap-utils sysutils/lineakd sysutils/linneighborhood textproc/opensp x11-fm/xfe > I became aware of these issues due to Oliver Eikemeier's ports conflicts > email ( http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.html ) hey, someone reads my emails, I'm enthused. :-> > because the ports using the internal gettext implementation all > installed the following files: > > ${PREFIX}/lib/charset.alias > ${PREFIX}/share/locale/locale.alias > > I have two approaches in mind how one could tackle this problem at its > root: > > [...] > > 2. Modify portlint such that it reports an error when either > `charset.alias' or `locale.alias' are in the pkg-plist. perhaps the portconflitcs tool will help? From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 18:01:24 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22AB616A4B3 for ; Thu, 23 Oct 2003 18:01:24 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id E959D43FE0 for ; Thu, 23 Oct 2003 18:01:22 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h9O0xmMN029264; Thu, 23 Oct 2003 20:59:48 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Oliver Eikemeier In-Reply-To: <3F9877FA.7000204@fillmore-labs.com> References: <20031023152135.GC15574@zi025.glhnet.mhn.de> <3F9877FA.7000204@fillmore-labs.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-UD1Q20L2JC3jUDHMBDwr" Organization: MarcusCom, Inc. Message-Id: <1066957266.31335.12.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 23 Oct 2003 21:01:06 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: ports@freebsd.org cc: Simon Barner Subject: Re: GNU packages and gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 01:01:24 -0000 --=-UD1Q20L2JC3jUDHMBDwr Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-10-23 at 20:53, Oliver Eikemeier wrote: > Simon Barner wrote: >=20 > > Hi, > >=20 > > as some of may have noticed, I fixed a number of ports that did not use > > the system wide gettext installation but the one included in the packag= e > > (if you ask me GNU people should never have started shipping gettext > > with their source tarballs). >=20 > great work, afaics you have done /usr/X11R6/lib/charset.alias: >=20 > audio/gqradio =3D> PR 58424 > games/gnmm =3D> PR 58369 > irc/lostirc =3D> PR 58427 > korean/ami =3D> PR 58440 > mail/sylpheed =3D> PR 58441 > sysutils/gtk-imonc =3D> PR 58442 > sysutils/xcdroast =3D> PR 58375 >=20 >=20 > now we are just missing /usr/local/lib/charset.alias: >=20 > databases/namazu2 > devel/arm-rtems-gcc > devel/avr-gcc > devel/i386-rtems-gcc > devel/i960-rtems-gcc > devel/m68k-rtems-gcc > devel/mips-rtems-gcc > devel/powerpc-rtems-gcc > devel/sh-rtems-gcc > devel/sparc-rtems-gcc > net/ap-utils > sysutils/lineakd > sysutils/linneighborhood > textproc/opensp > x11-fm/xfe >=20 >=20 > > I became aware of these issues due to Oliver Eikemeier's ports conflict= s > > email ( http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.h= tml )=20 > hey, someone reads my emails, I'm enthused. :-> >=20 > > because the ports using the internal gettext implementation all > > installed the following files: > >=20 > > ${PREFIX}/lib/charset.alias > > ${PREFIX}/share/locale/locale.alias > >=20 > > I have two approaches in mind how one could tackle this problem at its > > root: > >=20 > > [...] > >=20 > > 2. Modify portlint such that it reports an error when either > > `charset.alias' or `locale.alias' are in the pkg-plist. > perhaps the portconflitcs tool will help? Have you send-pr'd this? It can be added to /usr/ports/Tools. Joe >=20 >=20 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-UD1Q20L2JC3jUDHMBDwr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/mHnSb2iPiv4Uz4cRAhB2AJ0brwLzdMacjf48XHyjTC2hqAIgowCglcfj TTBhZgWUg3Dd61BFEn3/H9o= =joQv -----END PGP SIGNATURE----- --=-UD1Q20L2JC3jUDHMBDwr-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 18:17:49 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACF1716A4B3 for ; Thu, 23 Oct 2003 18:17:49 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96E743FA3 for ; Thu, 23 Oct 2003 18:17:48 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080b359.dip.t-dialin.net ([80.128.179.89] helo=fillmore-labs.com ident=gzg3xbhs5gqsdt8m) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACqaJ-000Nqe-Cn; Fri, 24 Oct 2003 03:17:47 +0200 Message-ID: <3F987DB9.1000604@fillmore-labs.com> Date: Fri, 24 Oct 2003 03:17:45 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Joe Marcus Clarke References: <20031023152135.GC15574@zi025.glhnet.mhn.de> <3F9877FA.7000204@fillmore-labs.com> <1066957266.31335.12.camel@shumai.marcuscom.com> In-Reply-To: <1066957266.31335.12.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@freebsd.org cc: Simon Barner Subject: Re: GNU packages and gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 01:17:49 -0000 Joe Marcus Clarke wrote: > On Thu, 2003-10-23 at 20:53, Oliver Eikemeier wrote: > >>Simon Barner wrote: >>> >>>I have two approaches in mind how one could tackle this problem at its >>>root: >>> >>>[...] >>> >>>2. Modify portlint such that it reports an error when either >>>`charset.alias' or `locale.alias' are in the pkg-plist. >> >> perhaps the portconflitcs tool will help? > > Have you send-pr'd this? It can be added to /usr/ports/Tools. Currently in a closed alpha: http://lists.freebsd.org/pipermail/freebsd-ports/2003-October/005712.html I will check it in sometime after 4.9R :) probably to devel/portconflits. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 18:22:19 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF85216A4B3 for ; Thu, 23 Oct 2003 18:22:19 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD4A43FD7 for ; Thu, 23 Oct 2003 18:22:18 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h9O1KlMN029399; Thu, 23 Oct 2003 21:20:47 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Oliver Eikemeier In-Reply-To: <3F987DB9.1000604@fillmore-labs.com> References: <20031023152135.GC15574@zi025.glhnet.mhn.de> <3F9877FA.7000204@fillmore-labs.com> <1066957266.31335.12.camel@shumai.marcuscom.com> <3F987DB9.1000604@fillmore-labs.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-RAuN8HeUz6nGjVENlLdB" Organization: MarcusCom, Inc. Message-Id: <1066958525.31335.16.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 23 Oct 2003 21:22:05 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: ports@freebsd.org cc: Simon Barner Subject: Re: GNU packages and gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 01:22:19 -0000 --=-RAuN8HeUz6nGjVENlLdB Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-10-23 at 21:17, Oliver Eikemeier wrote: > Joe Marcus Clarke wrote: >=20 > > On Thu, 2003-10-23 at 20:53, Oliver Eikemeier wrote: > >=20 > >>Simon Barner wrote: > >>> > >>>I have two approaches in mind how one could tackle this problem at its > >>>root: > >>> > >>>[...] > >>> > >>>2. Modify portlint such that it reports an error when either > >>>`charset.alias' or `locale.alias' are in the pkg-plist. > >> > >> perhaps the portconflitcs tool will help? > >=20 > > Have you send-pr'd this? It can be added to /usr/ports/Tools. >=20 > Currently in a closed alpha: > http://lists.freebsd.org/pipermail/freebsd-ports/2003-October/005712.ht= ml >=20 > I will check it in sometime after 4.9R :) probably to devel/portconflits. I was thinking it might make a nice simple addition to our Tools directory...but a port will do, too, I guess. Joe >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-RAuN8HeUz6nGjVENlLdB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/mH69b2iPiv4Uz4cRAi7wAJ9Osg5Iei6RJT2QRaYJ9ovYyWhPEQCcCIh2 6YqALHJ2/jjSYnTraOa2oNg= =+jYa -----END PGP SIGNATURE----- --=-RAuN8HeUz6nGjVENlLdB-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 18:39:21 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C96716A4B3 for ; Thu, 23 Oct 2003 18:39:21 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7E143FA3 for ; Thu, 23 Oct 2003 18:39:20 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080b359.dip.t-dialin.net ([80.128.179.89] helo=fillmore-labs.com ident=ub9jy1uyjnkkau4w) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ACqv9-000Nrr-1u; Fri, 24 Oct 2003 03:39:19 +0200 Message-ID: <3F9882C5.1030800@fillmore-labs.com> Date: Fri, 24 Oct 2003 03:39:17 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Joe Marcus Clarke References: <20031023152135.GC15574@zi025.glhnet.mhn.de> <3F9877FA.7000204@fillmore-labs.com> <1066957266.31335.12.camel@shumai.marcuscom.com> <3F987DB9.1000604@fillmore-labs.com> <1066958525.31335.16.camel@shumai.marcuscom.com> In-Reply-To: <1066958525.31335.16.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@freebsd.org cc: Simon Barner Subject: Re: GNU packages and gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 01:39:21 -0000 Joe Marcus Clarke wrote: > On Thu, 2003-10-23 at 21:17, Oliver Eikemeier wrote: > >>Joe Marcus Clarke wrote: >> >>>On Thu, 2003-10-23 at 20:53, Oliver Eikemeier wrote: >>> >>>>Simon Barner wrote: >>>> >>>>>I have two approaches in mind how one could tackle this problem at its >>>>>root: >>>>> >>>>>[...] >>>>> >>>>>2. Modify portlint such that it reports an error when either >>>>>`charset.alias' or `locale.alias' are in the pkg-plist. >>>> >>>> perhaps the portconflitcs tool will help? >>> >>>Have you send-pr'd this? It can be added to /usr/ports/Tools. >> >>Currently in a closed alpha: >> http://lists.freebsd.org/pipermail/freebsd-ports/2003-October/005712.html >> >>I will check it in sometime after 4.9R :) probably to devel/portconflits. > > I was thinking it might make a nice simple addition to our Tools > directory...but a port will do, too, I guess. It is designed as a complementary tool to portlint, therefore the advertisement. Portlint checks the style of the port before installing, portconflicts the packing list afterwards. First I though of making something like Bill Fenners portsurvey(TM), but I think it might be useful for new ports too. I can still send out email reminders, if this is A Good Thing. Where doe you think it would have its place in the Tools directory? To be honest, I use none of the nifty little snippets there. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 19:18:22 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9292216A4B3 for ; Thu, 23 Oct 2003 19:18:22 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D7743F85 for ; Thu, 23 Oct 2003 19:18:21 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h9O2GvMN029758; Thu, 23 Oct 2003 22:16:57 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Oliver Eikemeier In-Reply-To: <3F9882C5.1030800@fillmore-labs.com> References: <20031023152135.GC15574@zi025.glhnet.mhn.de> <3F9877FA.7000204@fillmore-labs.com> <1066957266.31335.12.camel@shumai.marcuscom.com> <3F987DB9.1000604@fillmore-labs.com> <1066958525.31335.16.camel@shumai.marcuscom.com> <3F9882C5.1030800@fillmore-labs.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-YjNuTmZaCuWO1Qs6L6Kv" Organization: MarcusCom, Inc. Message-Id: <1066961895.31335.22.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 23 Oct 2003 22:18:15 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: ports@freebsd.org cc: Simon Barner Subject: Re: GNU packages and gettext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 02:18:22 -0000 --=-YjNuTmZaCuWO1Qs6L6Kv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-10-23 at 21:39, Oliver Eikemeier wrote: > Joe Marcus Clarke wrote: >=20 > > On Thu, 2003-10-23 at 21:17, Oliver Eikemeier wrote: > >=20 > >>Joe Marcus Clarke wrote: > >> > >>>On Thu, 2003-10-23 at 20:53, Oliver Eikemeier wrote: > >>> > >>>>Simon Barner wrote: > >>>> > >>>>>I have two approaches in mind how one could tackle this problem at i= ts > >>>>>root: > >>>>> > >>>>>[...] > >>>>> > >>>>>2. Modify portlint such that it reports an error when either > >>>>>`charset.alias' or `locale.alias' are in the pkg-plist. > >>>> > >>>> perhaps the portconflitcs tool will help? > >>> > >>>Have you send-pr'd this? It can be added to /usr/ports/Tools. > >> > >>Currently in a closed alpha: > >> http://lists.freebsd.org/pipermail/freebsd-ports/2003-October/005712.= html > >> > >>I will check it in sometime after 4.9R :) probably to devel/portconflit= s. > >=20 > > I was thinking it might make a nice simple addition to our Tools > > directory...but a port will do, too, I guess. >=20 > It is designed as a complementary tool to portlint, therefore the adverti= sement. > Portlint checks the style of the port before installing, portconflicts th= e > packing list afterwards. First I though of making something like Bill Fen= ners > portsurvey(TM), but I think it might be useful for new ports too. I can s= till > send out email reminders, if this is A Good Thing. Where doe you think it= would > have its place in the Tools directory? To be honest, I use none of the ni= fty > little snippets there. If it's going to be like portlint, a port would be fine. As for useful Tools, I find plist invaluable. Joe >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-YjNuTmZaCuWO1Qs6L6Kv Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/mIvnb2iPiv4Uz4cRArfDAJ9HBgUQIADoWdn1qjmHF90r1XLb6gCgkhLa ud16rdaP84nfG9Em4wnhDTY= =agic -----END PGP SIGNATURE----- --=-YjNuTmZaCuWO1Qs6L6Kv-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 05:40:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD9D16A4B3 for ; Fri, 24 Oct 2003 05:40:55 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 333F643FB1 for ; Fri, 24 Oct 2003 05:40:54 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080ba6e.dip.t-dialin.net ([80.128.186.110] helo=fillmore-labs.com ident=ht82spzz4f8pl572) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AD1FM-0001VQ-GL; Fri, 24 Oct 2003 14:40:52 +0200 Message-ID: <3F991DD3.60707@fillmore-labs.com> Date: Fri, 24 Oct 2003 14:40:51 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Joe Marcus Clarke References: <20031023152135.GC15574@zi025.glhnet.mhn.de> <3F9877FA.7000204@fillmore-labs.com> <1066957266.31335.12.camel@shumai.marcuscom.com> <3F987DB9.1000604@fillmore-labs.com> <1066958525.31335.16.camel@shumai.marcuscom.com> <3F9882C5.1030800@fillmore-labs.com> <1066961895.31335.22.camel@shumai.marcuscom.com> In-Reply-To: <1066961895.31335.22.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@freebsd.org cc: Simon Barner Subject: Re: /usr/ports/Tools [was: GNU packages and gettext] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 12:40:55 -0000 Joe Marcus Clarke wrote: > On Thu, 2003-10-23 at 21:39, Oliver Eikemeier wrote: > >>Joe Marcus Clarke wrote: >> >>>On Thu, 2003-10-23 at 21:17, Oliver Eikemeier wrote: >>> >>>>Joe Marcus Clarke wrote: >>>> >>>>>On Thu, 2003-10-23 at 20:53, Oliver Eikemeier wrote: >>>>> >>>>>>Simon Barner wrote: >>>>>> >>>>>>>I have two approaches in mind how one could tackle this problem at its >>>>>>>root: >>>>>>> >>>>>>>[...] >>>>>>> >>>>>>>2. Modify portlint such that it reports an error when either >>>>>>>`charset.alias' or `locale.alias' are in the pkg-plist. >>>>>> >>>>>> perhaps the portconflitcs tool will help? >>>>> >>>>>Have you send-pr'd this? It can be added to /usr/ports/Tools. >>>> >>>>Currently in a closed alpha: >>>> http://lists.freebsd.org/pipermail/freebsd-ports/2003-October/005712.html >>>> >>>>I will check it in sometime after 4.9R :) probably to devel/portconflits. >>> >>>I was thinking it might make a nice simple addition to our Tools >>>directory...but a port will do, too, I guess. >> >>It is designed as a complementary tool to portlint, therefore the advertisement. >>Portlint checks the style of the port before installing, portconflicts the >>packing list afterwards. First I though of making something like Bill Fenners >>portsurvey(TM), but I think it might be useful for new ports too. I can still >>send out email reminders, if this is A Good Thing. Where doe you think it would >>have its place in the Tools directory? To be honest, I use none of the nifty >>little snippets there. > > If it's going to be like portlint, a port would be fine. As for useful > Tools, I find plist invaluable. The reason why I called them "nifty little snippets" is that they are not ready for widespread use. A port is expected to install its dependencies and documentation. Compare for example cdiff: Do you prefer http://people.FreeBSD.org/~eivind/cdiff (from http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/cvs.operations.html) or /usr/ports/textproc/cdiff or should we have /usr/ports/Tools/scripts/cdiff Do you see what I mean? I guess most people use portlint, but few know about the existence of plist. Perhaps we should have a category portingtools, with portlint, porteasy, porttools etc. Even if it is only a virtual category it would make live easier for porters: consider to install awk -F\| ' $7 ~ /\/ { print $1" ("$2"): "$4 }' /usr/ports/INDEX From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 06:10:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2635F16A4B3 for ; Fri, 24 Oct 2003 06:10:28 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A327343FB1 for ; Fri, 24 Oct 2003 06:10:26 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h9ODAQGZ094366 for ; Fri, 24 Oct 2003 09:10:26 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h9ODAP8D086480 for ports@FreeBSD.org; Fri, 24 Oct 2003 09:10:25 -0400 (EDT) (envelope-from kris) Date: Fri, 24 Oct 2003 09:10:25 -0400 (EDT) From: Kris Kennaway Message-Id: <200310241310.h9ODAP8D086480@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 13:10:28 -0000 INDEX build failed with errors: Variable SITE_PERL is recursive. make_index: zh-oto-0.4_1: no entry for /usr/ports/devel/gmake make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: SETISupport-0.75: no entry for /usr/ports/java/javavmwrapper make_index: SETISupport-0.75: no entry for /usr/ports/java/jre make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: faad2-1.1_1: no entry for /usr/ports/devel/autoconf make_index: faad2-1.1_1: no entry for /usr/ports/devel/automake make_index: faad2-1.1_1: no entry for /usr/ports/devel/gmake make_index: faad2-1.1_1: no entry for /usr/ports/devel/libtool13 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/autoconf213 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/imake-4 make_index: zh-vflib-2.25.1: no entry for /usr/ports/print/freetype make_index: zh-vflib-2.25.1: no entry for /usr/ports/x11/XFree86-4-libraries [...] make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/multimedia/xmms make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11-toolkits/gtk12 make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/libtool13 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: povchem-1.0_2: no entry for /usr/ports/graphics/povray Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x U archivers/p5-Archive-Zip/Makefile U archivers/p5-Archive-Zip/pkg-plist U archivers/p5-IO-Zlib/Makefile U archivers/p5-IO-Zlib/pkg-plist U archivers/p5-Mac-Macbinary/Makefile U archivers/p5-Mac-Macbinary/pkg-plist U astro/p5-Astro-MoonPhase/Makefile U astro/p5-Astro-MoonPhase/pkg-plist U astro/p5-Astro-SunTime/pkg-plist U astro/p5-Astro-Sunrise/pkg-plist U astro/p5-GPS/Makefile U astro/p5-GPS/pkg-plist U astro/p5-Geo-METAR/Makefile U astro/p5-Geo-METAR/pkg-plist U astro/p5-SETI-Stats/Makefile U astro/p5-SETI-Stats/pkg-plist U audio/gnump3d/pkg-plist U audio/gnupod/Makefile U audio/gnupod/pkg-plist U audio/mp32ogg/Makefile U audio/mp3mover/Makefile U audio/p5-Audio-CD/Makefile U audio/p5-Audio-CD/pkg-plist U audio/p5-Audio-Wav/pkg-plist U audio/p5-CDDB-File/Makefile U audio/p5-CDDB-File/pkg-plist U audio/p5-MP3-ID3v1Tag/Makefile U audio/p5-MP3-ID3v1Tag/pkg-plist U audio/p5-MP3-Info/Makefile U audio/p5-MP3-Info/pkg-plist U audio/p5-MusicBrainz-Client/Makefile U audio/p5-MusicBrainz-Queries/Makefile U audio/p5-MusicBrainz-TRM/Makefile U audio/p5-Shout/Makefile U audio/p5-Shout/pkg-plist U audio/p5-Xmms/Makefile U audio/p5-Xmms/pkg-plist U audio/p5-libvorbis/pkg-plist U audio/p5-tagged/Makefile U audio/p5-tagged/pkg-plist U audio/ripit/Makefile U biology/p5-AcePerl/Makefile U biology/p5-AcePerl/pkg-plist U biology/p5-bioperl/Makefile U biology/p5-bioperl/pkg-plist U comms/p5-Device-Modem/Makefile U comms/p5-Device-SerialPort/Makefile U comms/p5-Device-SerialPort/pkg-plist U converters/p5-Boulder/Makefile U converters/p5-Boulder/pkg-plist U converters/p5-Convert-ASCII-Armour/Makefile U converters/p5-Convert-ASCII-Armour/pkg-plist U converters/p5-Convert-Morse/Makefile U converters/p5-Convert-Morse/pkg-plist U converters/p5-Convert-PEM/Makefile U converters/p5-Convert-PEM/pkg-plist U converters/p5-Convert-Recode/pkg-plist U converters/p5-Convert-TNEF/Makefile U converters/p5-Convert-TNEF/pkg-plist U converters/p5-Convert-UU/pkg-plist U converters/p5-Text-Iconv/pkg-plist U converters/p5-Unicode-IMAPUtf7/Makefile U converters/p5-Unicode-IMAPUtf7/pkg-plist U converters/p5-Unicode-Map/pkg-plist U converters/p5-Unicode-MapUTF8/Makefile U converters/p5-Unicode-MapUTF8/pkg-plist U databases/WWWdb/pkg-plist U databases/mysql2pgsql/Makefile U databases/mysql323-server/Makefile U databases/mysql40-server/Makefile U databases/mysql41-server/Makefile U databases/namazu2/Makefile U databases/p5-ApacheDBILogger/Makefile U databases/p5-ApacheDBILogger/pkg-plist U databases/p5-AsciiDB-TagFile/Makefile U databases/p5-AsciiDB-TagFile/pkg-plist U databases/p5-CDB_File-Generator/Makefile U databases/p5-CDB_File-Generator/pkg-plist U databases/p5-DBD-CSV/Makefile U databases/p5-DBD-CSV/pkg-plist U databases/p5-DBD-Excel/Makefile U databases/p5-DBD-Excel/pkg-plist U databases/p5-DBD-LDAP/Makefile U databases/p5-DBD-LDAP/pkg-plist U databases/p5-DBD-SQLite/Makefile U databases/p5-DBD-SQLite/pkg-plist U databases/p5-DBIWrapper/Makefile U databases/p5-DBIWrapper/pkg-plist U databases/p5-DBIx-AnyDBD/Makefile U databases/p5-DBIx-AnyDBD/pkg-plist U databases/p5-DBIx-Browse/Makefile U databases/p5-DBIx-Browse/pkg-plist U databases/p5-DBIx-DBSchema/Makefile U databases/p5-DBIx-DBSchema/pkg-plist U databases/p5-DBIx-DataSource/Makefile U databases/p5-DBIx-DataSource/pkg-plist U databases/p5-DBIx-Password/Makefile U databases/p5-DBIx-Password/pkg-plist U databases/p5-DBIx-Recordset/Makefile U databases/p5-DBIx-Recordset/pkg-plist U databases/p5-DBIx-SQLEngine/Makefile U databases/p5-DBIx-Table/Makefile U databases/p5-DBIx-Table/pkg-plist U databases/p5-DBIx-XML_RDB/Makefile U databases/p5-DBIx-XML_RDB/pkg-plist U databases/p5-DBZ_File/Makefile U databases/p5-GDBM/Makefile U databases/p5-GDBM/pkg-plist U databases/p5-MLDBM/Makefile U databases/p5-MLDBM/pkg-plist U databases/p5-MLDBM-Sync/Makefile U databases/p5-MLDBM-Sync/pkg-plist U databases/p5-Metadata/Makefile U databases/p5-Metadata/pkg-plist U databases/p5-Mysql/Makefile U databases/p5-Mysql/pkg-plist U databases/p5-Pg/Makefile U databases/p5-Pg/pkg-plist U databases/p5-ResourcePool-Resource-DBI/Makefile U databases/p5-ResourcePool-Resource-DBI/pkg-plist U databases/p5-SQL-Abstract/Makefile U databases/p5-SQL-Abstract/pkg-plist U databases/p5-SQL-Statement/Makefile U databases/p5-SQL-Statement/pkg-plist U databases/p5-Search-Namazu/Makefile U databases/p5-Search-Namazu/pkg-plist U databases/p5-Tangram/Makefile U databases/p5-Tangram/pkg-plist U databases/p5-Text-Query-SQL/Makefile U databases/p5-Text-Query-SQL/pkg-plist U databases/p5-Tie-DBI/Makefile U databases/p5-Time-Piece-MySQL/Makefile U databases/p5-hp200lx-db/Makefile U databases/p5-hp200lx-db/pkg-plist U databases/p5-sqlrelay/pkg-plist U databases/postgresql_autodoc/Makefile U deskutils/dailystrips/Makefile U devel/bugzilla/Makefile U devel/cons/Makefile U devel/cons-test/Makefile U devel/make++/Makefile U devel/p5-Agent/Makefile U devel/p5-Agent/pkg-plist U devel/p5-Algorithm-Diff/Makefile U devel/p5-Algorithm-Diff/pkg-plist U devel/p5-Algorithm-MDiff/Makefile U devel/p5-Algorithm-MDiff/pkg-plist U devel/p5-Alias/Makefile U devel/p5-Alias/pkg-plist U devel/p5-AppConfig-Std/pkg-plist U devel/p5-AtExit/Makefile U devel/p5-AtExit/pkg-plist U devel/p5-Attribute-Handlers/pkg-plist U devel/p5-B-Graph/Makefile U devel/p5-B-Graph/pkg-plist U devel/p5-BSD-Resource/pkg-plist U devel/p5-BSD-stat/Makefile U devel/p5-BSD-stat/pkg-plist U devel/p5-C-Scan/Makefile U devel/p5-C-Scan/pkg-plist U devel/p5-Cache-Mmap/Makefile U devel/p5-Cache-Mmap/pkg-plist U devel/p5-Carp-Assert/Makefile U devel/p5-Carp-Assert/pkg-plist U devel/p5-Carp-Datum/Makefile U devel/p5-Carp-Datum/pkg-plist U devel/p5-Cdk/pkg-plist U devel/p5-Class-Accessor/Makefile U devel/p5-Class-ArrayObjects/pkg-plist U devel/p5-Class-BlackHole/Makefile U devel/p5-Class-BlackHole/pkg-plist U devel/p5-Class-Contract/Makefile U devel/p5-Class-Contract/pkg-plist U devel/p5-Class-Data-Inheritable/Makefile U devel/p5-Class-Data-Inheritable/pkg-plist U devel/p5-Class-Date/Makefile U devel/p5-Class-Date/pkg-plist U devel/p5-Class-Default/Makefile U devel/p5-Class-Default/pkg-plist U devel/p5-Class-Generate/Makefile U devel/p5-Class-Generate/pkg-plist U devel/p5-Class-Hook/Makefile U devel/p5-Class-Hook/pkg-plist U devel/p5-Class-ISA/Makefile U devel/p5-Class-ISA/pkg-plist U devel/p5-Class-Inner/pkg-plist U devel/p5-Class-Loader/Makefile U devel/p5-Class-Loader/pkg-plist U devel/p5-Class-MakeMethods/Makefile U devel/p5-Class-MakeMethods/pkg-plist U devel/p5-Class-ReturnValue/pkg-plist U devel/p5-Class-Singleton/Makefile U devel/p5-Class-Singleton/pkg-plist U devel/p5-Class-Tangram/Makefile U devel/p5-Class-Tangram/pkg-plist U devel/p5-Class-Tom/Makefile U devel/p5-Class-Tom/pkg-plist U devel/p5-Class-WhiteHole/Makefile U devel/p5-Class-WhiteHole/pkg-plist U devel/p5-Clone/Makefile U devel/p5-Clone/pkg-plist U devel/p5-Config-Ini/Makefile U devel/p5-Config-Ini/pkg-plist U devel/p5-Config-Setting/Makefile U devel/p5-Config-Setting/pkg-plist U devel/p5-ConfigReader/pkg-plist U devel/p5-Coro/Makefile U devel/p5-Coro/pkg-plist U devel/p5-Curses/Makefile U devel/p5-Curses/pkg-plist U devel/p5-Curses-Application/Makefile U devel/p5-Curses-Forms/Makefile U devel/p5-Curses-Widgets/Makefile U devel/p5-DB_File-Lock/Makefile U devel/p5-DB_File-Lock/pkg-plist U devel/p5-Data-Compare/Makefile U devel/p5-Data-Compare/pkg-plist U devel/p5-Data-DumpXML/Makefile U devel/p5-Data-DumpXML/pkg-plist U devel/p5-Data-HexDump/Makefile U devel/p5-Data-HexDump/pkg-plist U devel/p5-Data-Properties/Makefile U devel/p5-Data-Properties/pkg-plist U devel/p5-Data-ShowTable/pkg-plist U devel/p5-Date-Calc/Makefile U devel/p5-Date-Calc/pkg-plist U devel/p5-Date-DayOfWeek/pkg-plist U devel/p5-Date-Leapyear/Makefile U devel/p5-Date-Leapyear/pkg-plist U devel/p5-Date-Pcalc/Makefile U devel/p5-Date-Pcalc/pkg-plist U devel/p5-Date-Roman/Makefile U devel/p5-Date-Roman/pkg-plist U devel/p5-Date-Simple/Makefile U devel/p5-Date-Simple/pkg-plist U devel/p5-DateConvert/Makefile U devel/p5-DateConvert/pkg-plist U devel/p5-Devel-Constants/Makefile U devel/p5-Devel-Constants/pkg-plist U devel/p5-Devel-DProf/pkg-plist U devel/p5-Devel-Leak/pkg-plist U devel/p5-Devel-Modlist/Makefile U devel/p5-Devel-Modlist/pkg-plist U devel/p5-Devel-ObjectTracker/pkg-plist U devel/p5-Devel-Peek/Makefile U devel/p5-Devel-Peek/pkg-plist U devel/p5-Devel-StackTrace/Makefile U devel/p5-Devel-StackTrace/pkg-plist U devel/p5-Devel-Symdump/Makefile U devel/p5-Devel-Symdump/pkg-plist U devel/p5-Dialog/Makefile U devel/p5-Errno/Makefile U devel/p5-Errno/pkg-plist U devel/p5-Exception-Class/Makefile U devel/p5-Exception-Class/pkg-plist U devel/p5-File-BasicFlock/Makefile U devel/p5-File-BasicFlock/pkg-plist U devel/p5-File-Cache/pkg-plist U devel/p5-File-FTS/Makefile U devel/p5-File-FTS/pkg-plist U devel/p5-File-Flock/Makefile U devel/p5-File-Flock/pkg-plist U devel/p5-File-Lock/pkg-plist U devel/p5-File-NFSLock/pkg-plist U devel/p5-File-ReadBackwards/Makefile U devel/p5-File-ReadBackwards/pkg-plist U devel/p5-File-Remove/Makefile U devel/p5-File-Remove/pkg-plist U devel/p5-File-Slurp/Makefile U devel/p5-File-Sync/Makefile U devel/p5-File-Sync/pkg-plist U devel/p5-File-Tail/Makefile U devel/p5-File-Tail/pkg-plist U devel/p5-File-Temp/Makefile U devel/p5-File-Temp/pkg-plist U devel/p5-Filter-CBC/Makefile U devel/p5-Filter-CBC/pkg-plist U devel/p5-FreezeThaw/pkg-plist U devel/p5-Getargs-Long/Makefile U devel/p5-Getargs-Long/pkg-plist U devel/p5-Getopt-Declare/Makefile U devel/p5-Getopt-Declare/pkg-plist U devel/p5-Getopt-Long/Makefile U devel/p5-Getopt-Long/pkg-plist U devel/p5-Getopt-Mixed/Makefile U devel/p5-Getopt-Mixed/pkg-plist U devel/p5-Glade-Perl/Makefile U devel/p5-Glade-Perl/pkg-plist U devel/p5-Heap/Makefile U devel/p5-Heap/pkg-plist U devel/p5-IO-Multiplex/Makefile U devel/p5-IO-Multiplex/pkg-plist U devel/p5-IO-Stty/pkg-plist U devel/p5-IO-Tty/Makefile U devel/p5-IO-Tty/pkg-plist U devel/p5-IO-stringy/Makefile U devel/p5-IO-stringy/pkg-plist U devel/p5-IPC-Cache/Makefile U devel/p5-IPC-Cache/pkg-plist U devel/p5-IPC-Locker/pkg-plist U devel/p5-IPC-Shareable/Makefile U devel/p5-IPC-Shareable/pkg-plist U devel/p5-IPC-SharedCache/Makefile U devel/p5-IPC-SharedCache/pkg-plist U devel/p5-Include/Makefile U devel/p5-Include/pkg-plist U devel/p5-Inline-ASM/Makefile U devel/p5-Inline-ASM/pkg-plist U devel/p5-Inline-Filters/Makefile U devel/p5-Inline-Filters/pkg-plist U devel/p5-Inline-Java/Makefile U devel/p5-Inline-Java/pkg-plist U devel/p5-Ioctl/Makefile U devel/p5-Ioctl/pkg-plist U devel/p5-Locale-PGetText/pkg-plist U devel/p5-Locale-gettext/Makefile U devel/p5-Locale-gettext/pkg-plist U devel/p5-LockFile-Simple/Makefile U devel/p5-LockFile-Simple/pkg-plist U devel/p5-Log-Agent-Logger/Makefile U devel/p5-Log-Agent-Logger/pkg-plist U devel/p5-Log-Dispatch/pkg-plist U devel/p5-Log-Dispatch-Config/Makefile U devel/p5-Log-Dispatch-Config/pkg-plist U devel/p5-Log-TraceMessages/Makefile U devel/p5-Log-TraceMessages/pkg-plist U devel/p5-Mac-FileSpec-Unixish/Makefile U devel/p5-Mac-FileSpec-Unixish/pkg-plist U devel/p5-Make/pkg-plist U devel/p5-Memoize/Makefile U devel/p5-Memoize/pkg-plist U devel/p5-OLE-Storage_Lite/Makefile U devel/p5-OLE-Storage_Lite/pkg-plist U devel/p5-PCSC-Card/pkg-plist U devel/p5-POE-Component-Client-POP3/Makefile U devel/p5-POE-Component-Client-POP3/pkg-plist U devel/p5-POE-Component-DirWatch/Makefile U devel/p5-POE-Component-DirWatch/pkg-plist U devel/p5-POE-Component-IKC-ReallySimple/Makefile U devel/p5-POE-Component-IKC-ReallySimple/pkg-plist U devel/p5-POE-Component-Logger/Makefile U devel/p5-POE-Component-Logger/pkg-plist U devel/p5-POE-Session-Cascading/Makefile U devel/p5-POE-Session-Cascading/pkg-plist U devel/perltidy/Makefile U devel/perltidy/distinfo U devel/perltidy/pkg-plist ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U ftp/greed/Makefile U ftp/twoftpd/Makefile U ftp/twoftpd/pkg-plist U games/Makefile U games/senken/Makefile U games/senken/distinfo U games/senken/pkg-descr U games/senken/pkg-plist ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc U www/grail/Makefile ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 06:14:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C20CB16A4B3 for ; Fri, 24 Oct 2003 06:14:40 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B24E43FBD for ; Fri, 24 Oct 2003 06:14:39 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h9ODEdGZ094369 for ; Fri, 24 Oct 2003 09:14:39 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h9ODEdWI054621 for ports@FreeBSD.org; Fri, 24 Oct 2003 09:14:39 -0400 (EDT) (envelope-from kris) Date: Fri, 24 Oct 2003 09:14:39 -0400 (EDT) From: Kris Kennaway Message-Id: <200310241314.h9ODEdWI054621@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 13:14:40 -0000 INDEX build failed with errors: Variable SITE_PERL is recursive. make_index: zh-oto-0.4_1: no entry for /usr/ports/devel/gmake make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: SETISupport-0.75: no entry for /usr/ports/java/javavmwrapper make_index: SETISupport-0.75: no entry for /usr/ports/java/jre make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: faad2-1.1_1: no entry for /usr/ports/devel/autoconf make_index: faad2-1.1_1: no entry for /usr/ports/devel/automake make_index: faad2-1.1_1: no entry for /usr/ports/devel/gmake make_index: faad2-1.1_1: no entry for /usr/ports/devel/libtool13 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/autoconf213 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/imake-4 make_index: zh-vflib-2.25.1: no entry for /usr/ports/print/freetype make_index: zh-vflib-2.25.1: no entry for /usr/ports/x11/XFree86-4-libraries [...] make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/multimedia/xmms make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11-toolkits/gtk12 make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/libtool13 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: povchem-1.0_2: no entry for /usr/ports/graphics/povray Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core U archivers/p5-Archive-Zip/Makefile U archivers/p5-Archive-Zip/pkg-plist U archivers/p5-IO-Zlib/Makefile U archivers/p5-IO-Zlib/pkg-plist U archivers/p5-Mac-Macbinary/Makefile U archivers/p5-Mac-Macbinary/pkg-plist U astro/p5-Astro-MoonPhase/Makefile U astro/p5-Astro-MoonPhase/pkg-plist U astro/p5-Astro-SunTime/pkg-plist U astro/p5-Astro-Sunrise/pkg-plist U astro/p5-GPS/Makefile U astro/p5-GPS/pkg-plist U astro/p5-Geo-METAR/Makefile U astro/p5-Geo-METAR/pkg-plist U astro/p5-SETI-Stats/Makefile U astro/p5-SETI-Stats/pkg-plist U audio/gnump3d/pkg-plist U audio/gnupod/Makefile U audio/gnupod/pkg-plist U audio/mp32ogg/Makefile U audio/mp3mover/Makefile U audio/p5-Audio-CD/Makefile U audio/p5-Audio-CD/pkg-plist U audio/p5-Audio-Wav/pkg-plist U audio/p5-CDDB-File/Makefile U audio/p5-CDDB-File/pkg-plist U audio/p5-MP3-ID3v1Tag/Makefile U audio/p5-MP3-ID3v1Tag/pkg-plist U audio/p5-MP3-Info/Makefile U audio/p5-MP3-Info/pkg-plist U audio/p5-MusicBrainz-Client/Makefile U audio/p5-MusicBrainz-Queries/Makefile U audio/p5-MusicBrainz-TRM/Makefile U audio/p5-Shout/Makefile U audio/p5-Shout/pkg-plist U audio/p5-Xmms/Makefile U audio/p5-Xmms/pkg-plist U audio/p5-libvorbis/pkg-plist U audio/p5-tagged/Makefile U audio/p5-tagged/pkg-plist U audio/ripit/Makefile U biology/p5-AcePerl/Makefile U biology/p5-AcePerl/pkg-plist U biology/p5-bioperl/Makefile U biology/p5-bioperl/pkg-plist U comms/p5-Device-Modem/Makefile U comms/p5-Device-SerialPort/Makefile U comms/p5-Device-SerialPort/pkg-plist U converters/p5-Boulder/Makefile U converters/p5-Boulder/pkg-plist U converters/p5-Convert-ASCII-Armour/Makefile U converters/p5-Convert-ASCII-Armour/pkg-plist U converters/p5-Convert-Morse/Makefile U converters/p5-Convert-Morse/pkg-plist U converters/p5-Convert-PEM/Makefile U converters/p5-Convert-PEM/pkg-plist U converters/p5-Convert-Recode/pkg-plist U converters/p5-Convert-TNEF/Makefile U converters/p5-Convert-TNEF/pkg-plist U converters/p5-Convert-UU/pkg-plist U converters/p5-Text-Iconv/pkg-plist U converters/p5-Unicode-IMAPUtf7/Makefile U converters/p5-Unicode-IMAPUtf7/pkg-plist U converters/p5-Unicode-Map/pkg-plist U converters/p5-Unicode-MapUTF8/Makefile U converters/p5-Unicode-MapUTF8/pkg-plist U databases/WWWdb/pkg-plist U databases/mysql2pgsql/Makefile U databases/mysql323-server/Makefile U databases/mysql40-server/Makefile U databases/mysql41-server/Makefile U databases/namazu2/Makefile U databases/p5-ApacheDBILogger/Makefile U databases/p5-ApacheDBILogger/pkg-plist U databases/p5-AsciiDB-TagFile/Makefile U databases/p5-AsciiDB-TagFile/pkg-plist U databases/p5-CDB_File-Generator/Makefile U databases/p5-CDB_File-Generator/pkg-plist U databases/p5-DBD-CSV/Makefile U databases/p5-DBD-CSV/pkg-plist U databases/p5-DBD-Excel/Makefile U databases/p5-DBD-Excel/pkg-plist U databases/p5-DBD-LDAP/Makefile U databases/p5-DBD-LDAP/pkg-plist U databases/p5-DBD-SQLite/Makefile U databases/p5-DBD-SQLite/pkg-plist U databases/p5-DBIWrapper/Makefile U databases/p5-DBIWrapper/pkg-plist U databases/p5-DBIx-AnyDBD/Makefile U databases/p5-DBIx-AnyDBD/pkg-plist U databases/p5-DBIx-Browse/Makefile U databases/p5-DBIx-Browse/pkg-plist U databases/p5-DBIx-DBSchema/Makefile U databases/p5-DBIx-DBSchema/pkg-plist U databases/p5-DBIx-DataSource/Makefile U databases/p5-DBIx-DataSource/pkg-plist U databases/p5-DBIx-Password/Makefile U databases/p5-DBIx-Password/pkg-plist U databases/p5-DBIx-Recordset/Makefile U databases/p5-DBIx-Recordset/pkg-plist U databases/p5-DBIx-SQLEngine/Makefile U databases/p5-DBIx-Table/Makefile U databases/p5-DBIx-Table/pkg-plist U databases/p5-DBIx-XML_RDB/Makefile U databases/p5-DBIx-XML_RDB/pkg-plist U databases/p5-DBZ_File/Makefile U databases/p5-GDBM/Makefile U databases/p5-GDBM/pkg-plist U databases/p5-MLDBM/Makefile U databases/p5-MLDBM/pkg-plist U databases/p5-MLDBM-Sync/Makefile U databases/p5-MLDBM-Sync/pkg-plist U databases/p5-Metadata/Makefile U databases/p5-Metadata/pkg-plist U databases/p5-Mysql/Makefile U databases/p5-Mysql/pkg-plist U databases/p5-Pg/Makefile U databases/p5-Pg/pkg-plist U databases/p5-ResourcePool-Resource-DBI/Makefile U databases/p5-ResourcePool-Resource-DBI/pkg-plist U databases/p5-SQL-Abstract/Makefile U databases/p5-SQL-Abstract/pkg-plist U databases/p5-SQL-Statement/Makefile U databases/p5-SQL-Statement/pkg-plist U databases/p5-Search-Namazu/Makefile U databases/p5-Search-Namazu/pkg-plist U databases/p5-Tangram/Makefile U databases/p5-Tangram/pkg-plist U databases/p5-Text-Query-SQL/Makefile U databases/p5-Text-Query-SQL/pkg-plist U databases/p5-Tie-DBI/Makefile U databases/p5-Time-Piece-MySQL/Makefile U databases/p5-hp200lx-db/Makefile U databases/p5-hp200lx-db/pkg-plist U databases/p5-sqlrelay/pkg-plist U databases/postgresql_autodoc/Makefile U deskutils/dailystrips/Makefile U devel/bugzilla/Makefile U devel/cons/Makefile U devel/cons-test/Makefile ? devel/glade2/make.core ? devel/gnomedebug/make.core U devel/make++/Makefile U devel/p5-Agent/Makefile U devel/p5-Agent/pkg-plist U devel/p5-Algorithm-Diff/Makefile U devel/p5-Algorithm-Diff/pkg-plist U devel/p5-Algorithm-MDiff/Makefile U devel/p5-Algorithm-MDiff/pkg-plist U devel/p5-Alias/Makefile U devel/p5-Alias/pkg-plist U devel/p5-AppConfig-Std/pkg-plist U devel/p5-AtExit/Makefile U devel/p5-AtExit/pkg-plist U devel/p5-Attribute-Handlers/pkg-plist U devel/p5-B-Graph/Makefile U devel/p5-B-Graph/pkg-plist U devel/p5-BSD-Resource/pkg-plist U devel/p5-BSD-stat/Makefile U devel/p5-BSD-stat/pkg-plist U devel/p5-C-Scan/Makefile U devel/p5-C-Scan/pkg-plist U devel/p5-Cache-Mmap/Makefile U devel/p5-Cache-Mmap/pkg-plist U devel/p5-Carp-Assert/Makefile U devel/p5-Carp-Assert/pkg-plist U devel/p5-Carp-Datum/Makefile U devel/p5-Carp-Datum/pkg-plist U devel/p5-Cdk/pkg-plist U devel/p5-Class-Accessor/Makefile U devel/p5-Class-ArrayObjects/pkg-plist U devel/p5-Class-BlackHole/Makefile U devel/p5-Class-BlackHole/pkg-plist U devel/p5-Class-Contract/Makefile U devel/p5-Class-Contract/pkg-plist U devel/p5-Class-Data-Inheritable/Makefile U devel/p5-Class-Data-Inheritable/pkg-plist U devel/p5-Class-Date/Makefile U devel/p5-Class-Date/pkg-plist U devel/p5-Class-Default/Makefile U devel/p5-Class-Default/pkg-plist U devel/p5-Class-Generate/Makefile U devel/p5-Class-Generate/pkg-plist U devel/p5-Class-Hook/Makefile U devel/p5-Class-Hook/pkg-plist U devel/p5-Class-ISA/Makefile U devel/p5-Class-ISA/pkg-plist U devel/p5-Class-Inner/pkg-plist U devel/p5-Class-Loader/Makefile U devel/p5-Class-Loader/pkg-plist U devel/p5-Class-MakeMethods/Makefile U devel/p5-Class-MakeMethods/pkg-plist U devel/p5-Class-ReturnValue/pkg-plist U devel/p5-Class-Singleton/Makefile U devel/p5-Class-Singleton/pkg-plist U devel/p5-Class-Tangram/Makefile U devel/p5-Class-Tangram/pkg-plist U devel/p5-Class-Tom/Makefile U devel/p5-Class-Tom/pkg-plist U devel/p5-Class-WhiteHole/Makefile U devel/p5-Class-WhiteHole/pkg-plist U devel/p5-Clone/Makefile U devel/p5-Clone/pkg-plist U devel/p5-Config-Ini/Makefile U devel/p5-Config-Ini/pkg-plist U devel/p5-Config-Setting/Makefile U devel/p5-Config-Setting/pkg-plist U devel/p5-ConfigReader/pkg-plist U devel/p5-Coro/Makefile U devel/p5-Coro/pkg-plist U devel/p5-Curses/Makefile U devel/p5-Curses/pkg-plist U devel/p5-Curses-Application/Makefile U devel/p5-Curses-Forms/Makefile U devel/p5-Curses-Widgets/Makefile U devel/p5-DB_File-Lock/Makefile U devel/p5-DB_File-Lock/pkg-plist U devel/p5-Data-Compare/Makefile U devel/p5-Data-Compare/pkg-plist U devel/p5-Data-DumpXML/Makefile U devel/p5-Data-DumpXML/pkg-plist U devel/p5-Data-HexDump/Makefile U devel/p5-Data-HexDump/pkg-plist U devel/p5-Data-Properties/Makefile U devel/p5-Data-Properties/pkg-plist U devel/p5-Data-ShowTable/pkg-plist U devel/p5-Date-Calc/Makefile U devel/p5-Date-Calc/pkg-plist U devel/p5-Date-DayOfWeek/pkg-plist U devel/p5-Date-Leapyear/Makefile U devel/p5-Date-Leapyear/pkg-plist U devel/p5-Date-Pcalc/Makefile U devel/p5-Date-Pcalc/pkg-plist U devel/p5-Date-Roman/Makefile U devel/p5-Date-Roman/pkg-plist U devel/p5-Date-Simple/Makefile U devel/p5-Date-Simple/pkg-plist U devel/p5-DateConvert/Makefile U devel/p5-DateConvert/pkg-plist U devel/p5-Devel-Constants/Makefile U devel/p5-Devel-Constants/pkg-plist U devel/p5-Devel-DProf/pkg-plist U devel/p5-Devel-Leak/pkg-plist U devel/p5-Devel-Modlist/Makefile U devel/p5-Devel-Modlist/pkg-plist U devel/p5-Devel-ObjectTracker/pkg-plist U devel/p5-Devel-Peek/Makefile U devel/p5-Devel-Peek/pkg-plist U devel/p5-Devel-StackTrace/Makefile U devel/p5-Devel-StackTrace/pkg-plist U devel/p5-Devel-Symdump/Makefile U devel/p5-Devel-Symdump/pkg-plist U devel/p5-Dialog/Makefile U devel/p5-Errno/Makefile U devel/p5-Errno/pkg-plist U devel/p5-Exception-Class/Makefile U devel/p5-Exception-Class/pkg-plist U devel/p5-File-BasicFlock/Makefile U devel/p5-File-BasicFlock/pkg-plist U devel/p5-File-Cache/pkg-plist U devel/p5-File-FTS/Makefile U devel/p5-File-FTS/pkg-plist U devel/p5-File-Flock/Makefile U devel/p5-File-Flock/pkg-plist U devel/p5-File-Lock/pkg-plist U devel/p5-File-NFSLock/pkg-plist U devel/p5-File-ReadBackwards/Makefile U devel/p5-File-ReadBackwards/pkg-plist U devel/p5-File-Remove/Makefile U devel/p5-File-Remove/pkg-plist U devel/p5-File-Slurp/Makefile U devel/p5-File-Sync/Makefile U devel/p5-File-Sync/pkg-plist U devel/p5-File-Tail/Makefile U devel/p5-File-Tail/pkg-plist U devel/p5-File-Temp/Makefile U devel/p5-File-Temp/pkg-plist U devel/p5-Filter-CBC/Makefile U devel/p5-Filter-CBC/pkg-plist U devel/p5-FreezeThaw/pkg-plist U devel/p5-Getargs-Long/Makefile U devel/p5-Getargs-Long/pkg-plist U devel/p5-Getopt-Declare/Makefile U devel/p5-Getopt-Declare/pkg-plist U devel/p5-Getopt-Long/Makefile U devel/p5-Getopt-Long/pkg-plist U devel/p5-Getopt-Mixed/Makefile U devel/p5-Getopt-Mixed/pkg-plist U devel/p5-Glade-Perl/Makefile U devel/p5-Glade-Perl/pkg-plist U devel/p5-Heap/Makefile U devel/p5-Heap/pkg-plist U devel/p5-IO-Multiplex/Makefile U devel/p5-IO-Multiplex/pkg-plist U devel/p5-IO-Stty/pkg-plist U devel/p5-IO-Tty/Makefile U devel/p5-IO-Tty/pkg-plist U devel/p5-IO-stringy/Makefile U devel/p5-IO-stringy/pkg-plist U devel/p5-IPC-Cache/Makefile U devel/p5-IPC-Cache/pkg-plist U devel/p5-IPC-Locker/pkg-plist U devel/p5-IPC-Shareable/Makefile U devel/p5-IPC-Shareable/pkg-plist U devel/p5-IPC-SharedCache/Makefile U devel/p5-IPC-SharedCache/pkg-plist U devel/p5-Include/Makefile U devel/p5-Include/pkg-plist U devel/p5-Inline-ASM/Makefile U devel/p5-Inline-ASM/pkg-plist U devel/p5-Inline-Filters/Makefile U devel/p5-Inline-Filters/pkg-plist U devel/p5-Inline-Java/Makefile U devel/p5-Inline-Java/pkg-plist U devel/p5-Ioctl/Makefile U devel/p5-Ioctl/pkg-plist U devel/p5-Locale-PGetText/pkg-plist U devel/p5-Locale-gettext/Makefile U devel/p5-Locale-gettext/pkg-plist U devel/p5-LockFile-Simple/Makefile U devel/p5-LockFile-Simple/pkg-plist U devel/p5-Log-Agent-Logger/Makefile U devel/p5-Log-Agent-Logger/pkg-plist U devel/p5-Log-Dispatch/pkg-plist U devel/p5-Log-Dispatch-Config/Makefile U devel/p5-Log-Dispatch-Config/pkg-plist U devel/p5-Log-TraceMessages/Makefile U devel/p5-Log-TraceMessages/pkg-plist U devel/p5-Mac-FileSpec-Unixish/Makefile U devel/p5-Mac-FileSpec-Unixish/pkg-plist U devel/p5-Make/pkg-plist U devel/p5-Memoize/Makefile U devel/p5-Memoize/pkg-plist U devel/p5-OLE-Storage_Lite/Makefile U devel/p5-OLE-Storage_Lite/pkg-plist U devel/p5-PCSC-Card/pkg-plist U devel/p5-POE-Component-Client-POP3/Makefile U devel/p5-POE-Component-Client-POP3/pkg-plist U devel/p5-POE-Component-DirWatch/Makefile U devel/p5-POE-Component-DirWatch/pkg-plist U devel/p5-POE-Component-IKC-ReallySimple/Makefile U devel/p5-POE-Component-IKC-ReallySimple/pkg-plist U devel/p5-POE-Component-Logger/Makefile U devel/p5-POE-Component-Logger/pkg-plist U devel/p5-POE-Session-Cascading/Makefile U devel/p5-POE-Session-Cascading/pkg-plist U devel/perltidy/Makefile U devel/perltidy/distinfo U devel/perltidy/pkg-plist ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U ftp/greed/Makefile U ftp/twoftpd/Makefile U ftp/twoftpd/pkg-plist U games/Makefile U games/senken/Makefile U games/senken/distinfo U games/senken/pkg-descr U games/senken/pkg-plist ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U www/grail/Makefile ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 07:15:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641AD16A4BF for ; Fri, 24 Oct 2003 07:15:29 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCF443FAF for ; Fri, 24 Oct 2003 07:15:27 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h9OEFQGZ094458 for ; Fri, 24 Oct 2003 10:15:26 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h9OEFQ8R002138 for ports@FreeBSD.org; Fri, 24 Oct 2003 10:15:26 -0400 (EDT) (envelope-from kris) Date: Fri, 24 Oct 2003 10:15:26 -0400 (EDT) From: Kris Kennaway Message-Id: <200310241415.h9OEFQ8R002138@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 14:15:29 -0000 INDEX build failed with errors: Variable SITE_PERL is recursive. make_index: zh-oto-0.4_1: no entry for /usr/ports/devel/gmake make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: SETISupport-0.75: no entry for /usr/ports/java/javavmwrapper make_index: SETISupport-0.75: no entry for /usr/ports/java/jre make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: faad2-1.1_1: no entry for /usr/ports/devel/autoconf make_index: faad2-1.1_1: no entry for /usr/ports/devel/automake make_index: faad2-1.1_1: no entry for /usr/ports/devel/gmake make_index: faad2-1.1_1: no entry for /usr/ports/devel/libtool13 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/autoconf213 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/imake-4 make_index: zh-vflib-2.25.1: no entry for /usr/ports/print/freetype make_index: zh-vflib-2.25.1: no entry for /usr/ports/x11/XFree86-4-libraries [...] make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/multimedia/xmms make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11-toolkits/gtk12 make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/libtool13 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: povchem-1.0_2: no entry for /usr/ports/graphics/povray Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 07:15:47 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAEC516A4C1 for ; Fri, 24 Oct 2003 07:15:47 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6015F44008 for ; Fri, 24 Oct 2003 07:15:40 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h9OEFeGZ094461 for ; Fri, 24 Oct 2003 10:15:40 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h9OEFeDB002147 for ports@FreeBSD.org; Fri, 24 Oct 2003 10:15:40 -0400 (EDT) (envelope-from kris) Date: Fri, 24 Oct 2003 10:15:40 -0400 (EDT) From: Kris Kennaway Message-Id: <200310241415.h9OEFeDB002147@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 14:15:47 -0000 INDEX build failed with errors: Variable SITE_PERL is recursive. make_index: zh-oto-0.4_1: no entry for /usr/ports/devel/gmake make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: SETISupport-0.75: no entry for /usr/ports/java/javavmwrapper make_index: SETISupport-0.75: no entry for /usr/ports/java/jre make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: faad2-1.1_1: no entry for /usr/ports/devel/autoconf make_index: faad2-1.1_1: no entry for /usr/ports/devel/automake make_index: faad2-1.1_1: no entry for /usr/ports/devel/gmake make_index: faad2-1.1_1: no entry for /usr/ports/devel/libtool13 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/autoconf213 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/imake-4 make_index: zh-vflib-2.25.1: no entry for /usr/ports/print/freetype make_index: zh-vflib-2.25.1: no entry for /usr/ports/x11/XFree86-4-libraries [...] make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/multimedia/xmms make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11-toolkits/gtk12 make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/libtool13 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: povchem-1.0_2: no entry for /usr/ports/graphics/povray Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 07:15:50 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0268616A4C1 for ; Fri, 24 Oct 2003 07:15:50 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 669EB43FBF for ; Fri, 24 Oct 2003 07:15:48 -0700 (PDT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 4F98822856; Fri, 24 Oct 2003 16:15:47 +0200 (CEST) Date: Fri, 24 Oct 2003 16:15:47 +0200 From: Erwin Lansing To: ports@FreeBSD.org Message-ID: <20031024141547.GF62915@droso.net> Mail-Followup-To: ports@FreeBSD.org References: <200310241310.h9ODAP8D086480@8ball.rtp.freebsd.org> <20031024133433.GE62915@droso.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+xNpyl7Qekk2NvDX" Content-Disposition: inline In-Reply-To: <20031024133433.GE62915@droso.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/i386 5.1-CURRENT Subject: Re: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 14:15:50 -0000 --+xNpyl7Qekk2NvDX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 24, 2003 at 03:34:33PM +0200, Erwin Lansing wrote: > On Fri, Oct 24, 2003 at 09:10:25AM -0400, Kris Kennaway wrote: > > INDEX build failed with errors: > > Variable SITE_PERL is recursive. >=20 > The error is in the huge SITE_PERL update which obviously was a scripted > search-and-replace gone bad. I'm in the process of fixing. >=20 The recursive assingments have been removed and INDEX should again be buildable. -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --+xNpyl7Qekk2NvDX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/mTQTqy9aWxUlaZARAllGAKDexxcBd3OkGUEjfjLMHqDN/RNF3wCg2lr+ fBFQkqczoJGsHXp6F4+8p94= =Hja6 -----END PGP SIGNATURE----- --+xNpyl7Qekk2NvDX-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 08:06:22 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7543216A4B3; Fri, 24 Oct 2003 08:06:22 -0700 (PDT) Received: from fed1mtao07.cox.net (fed1mtao07.cox.net [68.6.19.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A55DB43F93; Fri, 24 Oct 2003 08:06:21 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031024150615.LPKC13061.fed1mtao07.cox.net@daemon.g-e-e-k.net>; Fri, 24 Oct 2003 11:06:15 -0400 Date: Fri, 24 Oct 2003 08:04:32 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: FreeBSD Ports Mail list Message-ID: <20031024080309.R334@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-gnome@freebsd.org Subject: Epiphany 1.04 portupgrade failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 15:06:22 -0000 I cannot portupgrade to epiphany 1.0.4. Here is the trailing error output: ContentHandler.cpp:254: prototype for `nsresult GContentHandler::Show(nsIHelperAppLauncher *, nsISupports *, int)' does not match any in class `GContentHandler'ContentHandler.h:59: candidate is: nsresult GContentHandler::Show(nsIHelperAppLauncher *, nsISupports *) ContentHandler.cpp:279: prototype for `nsresult GContentHandler::PromptForSaveToFile(nsIHelperAppLauncher *, nsISupports *, const PRUnichar *, const PRUnichar *, nsILocalFile **)' does not match any in class `GContentHandler' ContentHandler.h:59: candidate is: nsresult GContentHandler::PromptForSaveToFile(nsISupports *, const PRUnichar *, const PRUnichar *, nsILocalFile **) gmake[3]: *** [ContentHandler.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-1.0.4/embed/mozilla' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-1.0.4/embed' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-1.0.4' gmake: *** [all] Error 2 *** Error code 2 ------------------------------------- I have cvsup'ed this morning. +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Fri Oct 24 08:00:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 8:00AM up 45 days, 32 mins, 2 users, load averages: 0.01, 0.01, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 08:15:32 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B41C516A4B3 for ; Fri, 24 Oct 2003 08:15:32 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA9A43FDF for ; Fri, 24 Oct 2003 08:15:29 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h9OFFSGZ094578 for ; Fri, 24 Oct 2003 11:15:28 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h9OFFSYI017666 for ports@FreeBSD.org; Fri, 24 Oct 2003 11:15:28 -0400 (EDT) (envelope-from kris) Date: Fri, 24 Oct 2003 11:15:28 -0400 (EDT) From: Kris Kennaway Message-Id: <200310241515.h9OFFSYI017666@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 15:15:32 -0000 INDEX build failed with errors: Variable SITE_PERL is recursive. make_index: zh-oto-0.4_1: no entry for /usr/ports/devel/gmake make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: SETISupport-0.75: no entry for /usr/ports/java/javavmwrapper make_index: SETISupport-0.75: no entry for /usr/ports/java/jre make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: faad2-1.1_1: no entry for /usr/ports/devel/autoconf make_index: faad2-1.1_1: no entry for /usr/ports/devel/automake make_index: faad2-1.1_1: no entry for /usr/ports/devel/gmake make_index: faad2-1.1_1: no entry for /usr/ports/devel/libtool13 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/autoconf213 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/imake-4 make_index: zh-vflib-2.25.1: no entry for /usr/ports/print/freetype make_index: zh-vflib-2.25.1: no entry for /usr/ports/x11/XFree86-4-libraries [...] make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/multimedia/xmms make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11-toolkits/gtk12 make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/libtool13 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: povchem-1.0_2: no entry for /usr/ports/graphics/povray Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core U archivers/p5-Archive-Zip/Makefile U archivers/p5-Archive-Zip/distinfo U devel/cvsgraph/Makefile U devel/cvsgraph/distinfo ? devel/glade2/make.core ? devel/gnomedebug/make.core U devel/p5-PPerl/pkg-plist U devel/p5-PV/Makefile U devel/p5-PV/pkg-plist U devel/p5-Parse-PerlConfig/pkg-plist U devel/p5-Parse-RecDescent/pkg-plist U devel/p5-Penguin/pkg-plist U devel/p5-Penguin-Easy/Makefile U devel/p5-Penguin-Easy/pkg-plist U devel/p5-PerlMenu/Makefile U devel/p5-PerlMenu/pkg-plist U devel/p5-Proc-Background/pkg-plist U devel/p5-Proc-Daemon/Makefile U devel/p5-Proc-Daemon/pkg-plist U devel/p5-Proc-Simple/Makefile U devel/p5-Proc-Simple/pkg-plist U devel/p5-Rcs/Makefile U devel/p5-Rcs/pkg-plist U devel/p5-Religion/Makefile U devel/p5-Religion/pkg-plist U devel/p5-ResourcePool/Makefile U devel/p5-ResourcePool/pkg-plist U devel/p5-Resources/Makefile U devel/p5-Resources/pkg-plist U devel/p5-SDL/pkg-plist U devel/p5-Search-Binary/Makefile U devel/p5-Search-Binary/pkg-plist U devel/p5-Server-FastPL/Makefile U devel/p5-Server-FastPL/pkg-plist U devel/p5-Set-NestedGroups/Makefile U devel/p5-Set-NestedGroups/pkg-plist U devel/p5-Set-Object/Makefile U devel/p5-Set-Object/pkg-plist U devel/p5-Set-Scalar/Makefile U devel/p5-Set-Scalar/pkg-plist U devel/p5-Shape/pkg-plist U devel/p5-Sort-ArrayOfArrays/Makefile U devel/p5-Sort-ArrayOfArrays/pkg-plist U devel/p5-Sort-Versions/Makefile U devel/p5-Sort-Versions/pkg-plist U devel/p5-String-CRC32/Makefile U devel/p5-String-CRC32/pkg-plist U devel/p5-String-Checker/Makefile U devel/p5-String-Checker/pkg-plist U devel/p5-String-LRC/Makefile U devel/p5-String-LRC/pkg-plist U devel/p5-String-Parity/Makefile U devel/p5-String-Parity/pkg-plist U devel/p5-String-RexxParse/Makefile U devel/p5-String-RexxParse/pkg-plist U devel/p5-String-Similarity/Makefile U devel/p5-String-Similarity/pkg-plist U devel/p5-Sub-Uplevel/Makefile U devel/p5-Sub-Uplevel/distinfo U devel/p5-Sub-Uplevel/pkg-plist U devel/p5-System2/Makefile U devel/p5-System2/pkg-plist U devel/p5-Term-ProgressBar/Makefile U devel/p5-Term-ProgressBar/pkg-plist U devel/p5-Term-Prompt/Makefile U devel/p5-Term-Prompt/pkg-plist U devel/p5-Term-Query/Makefile U devel/p5-Term-Query/pkg-plist U devel/p5-Term-ReadKey/Makefile U devel/p5-Term-ReadKey/pkg-plist U devel/p5-Term-Screen/pkg-plist U devel/p5-Term-Size/Makefile U devel/p5-Term-Size/pkg-plist U devel/p5-Test-Class/Makefile U devel/p5-Test-Class/pkg-plist U devel/p5-Test-Differences/Makefile U devel/p5-Test-Differences/pkg-plist U devel/p5-Test-Exception/Makefile U devel/p5-Test-Exception/pkg-plist U devel/p5-Test-Inline/Makefile U devel/p5-Test-Inline/pkg-plist U devel/p5-Test-Manifest/Makefile U devel/p5-Test-Simple/Makefile U devel/p5-Test-Simple/pkg-plist U devel/p5-Test-Unit/Makefile U devel/p5-Test-Unit/pkg-plist U devel/p5-Tie-Cache/Makefile U devel/p5-Tie-Cache/pkg-plist U devel/p5-Tie-DB_FileLock/Makefile U devel/p5-Tie-DB_FileLock/pkg-plist U devel/p5-Tie-IxHash/Makefile U devel/p5-Tie-IxHash/pkg-plist U devel/p5-Time-Duration/pkg-plist U devel/p5-Time-Object/pkg-plist U devel/p5-Time-Period/Makefile U devel/p5-Time-Period/pkg-plist U devel/p5-Time-Piece/Makefile U devel/p5-Time-Piece/pkg-plist U devel/p5-TimeDate/Makefile U devel/p5-TimeDate/pkg-plist U devel/p5-TraceFuncs/Makefile U devel/p5-TraceFuncs/pkg-plist U devel/p5-Tree-DAG_Node/Makefile U devel/p5-Tree-DAG_Node/pkg-plist U devel/p5-UNIVERSAL-exports/Makefile U devel/p5-UNIVERSAL-exports/pkg-plist U devel/p5-VCS-CVS/Makefile U devel/p5-VCS-CVS/pkg-plist ? dns/bind9-dlz/Makefile.inc U dns/dnssecwalker/Makefile U dns/dnswalk/Makefile U dns/p5-BIND-Conf_Parser/Makefile U dns/p5-BIND-Conf_Parser/pkg-plist U dns/p5-Net-DNS/Makefile U dns/p5-Net-DNS-ZoneFile/Makefile U dns/p5-Net-DNS-ZoneFile/pkg-plist U dns/p5-Tie-DNS/Makefile U dns/p5-Tie-DNS/pkg-plist ? dns/powerdns/Makefile.inc U dns/sleuth/Makefile U finance/p5-Business-CreditCard/Makefile U finance/p5-Business-CreditCard/pkg-plist U finance/p5-Business-OnlinePayment/pkg-plist U finance/p5-Business-OnlinePayment-2CheckOut/pkg-plist U finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist U finance/p5-Business-OnlinePayment-BankOfAmerica/pkg-plist U finance/p5-Business-OnlinePayment-Beanstream/pkg-plist U finance/p5-Business-OnlinePayment-Cardstream/pkg-plist U finance/p5-Business-OnlinePayment-Jettis/pkg-plist U finance/p5-Business-OnlinePayment-LinkPoint/pkg-plist U finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-plist U finance/p5-Business-OnlinePayment-Network1Financial/pkg-plist U finance/p5-Business-OnlinePayment-PayConnect/pkg-plist U finance/p5-Business-OnlinePayment-PaymentsGateway/pkg-plist U finance/p5-Business-OnlinePayment-SurePay/pkg-plist U finance/p5-Business-OnlinePayment-TCLink/pkg-plist U finance/p5-Business-OnlinePayment-VirtualNet/pkg-plist U finance/p5-Business-OnlinePayment-eSec/pkg-plist U finance/p5-Business-WorldPay-Junior/Makefile U finance/p5-Math-Financial/Makefile U finance/p5-Math-Financial/pkg-plist U french/facturier/Makefile U french/plgrenouille/Makefile U ftp/ftpmirror/Makefile U ftp/ftpmirror/pkg-plist U ftp/jmirror/Makefile U ftp/p5-Net-FTPServer/Makefile U ftp/p5-Net-FTPServer/pkg-plist U ftp/paraget/Makefile U ftp/paraget/pkg-plist U ftp/profxp/Makefile U ftp/profxp/pkg-plist U ftp/vcheck/Makefile U ftp/vcheck/pkg-plist U games/frozenbubble/Makefile U games/frozenbubble/pkg-plist U games/lm-solve/pkg-plist U games/myth2_demo/Makefile U german/BBBike/Makefile U graphics/GIFgraph/Makefile U graphics/GIFgraph/pkg-plist U graphics/IPA/Makefile U graphics/IPA/pkg-plist U graphics/ImageMagick/pkg-plist U graphics/cadubi/Makefile U graphics/cthumb/Makefile U graphics/eps2png/pkg-plist ? graphics/gphoto2/make.core U graphics/imc/Makefile U graphics/p5-Chart-PNGgraph/Makefile U graphics/p5-Chart-PNGgraph/pkg-plist U graphics/p5-GD-Barcode/Makefile U graphics/p5-GD-Graph3d/Makefile U graphics/p5-GD-Graph3d/pkg-plist U graphics/p5-GD-TextUtil/Makefile U graphics/p5-GD1/Makefile U graphics/p5-GD1/pkg-plist U graphics/p5-GraphViz/Makefile U graphics/p5-GraphViz/pkg-plist U graphics/p5-GraphViz-Data-Structure/Makefile U graphics/p5-GraphViz-Data-Structure/pkg-plist U graphics/p5-Graphics-ColorNames/Makefile U graphics/p5-Graphics-ColorNames/pkg-plist U graphics/p5-Image-Grab/Makefile U graphics/p5-Image-Grab/pkg-plist U graphics/p5-Imager/Makefile U graphics/p5-Imager/pkg-plist U graphics/p5-Imlib2/pkg-plist U graphics/p5-VCG/Makefile U graphics/p5-ming/Makefile U graphics/p5-ming/pkg-plist U graphics/pgperl/pkg-plist ? graphics/pstoedit/make.core U graphics/springgraph/Makefile U irc/irssi/pkg-plist U irc/nethirc/Makefile U irc/p5-POE-Component-IRC-Object/Makefile U irc/p5-POE-Component-IRC-Object/pkg-plist U japanese/another-htmllint/Makefile U japanese/eijiro-fpw/Makefile U japanese/freepwing/pkg-plist U japanese/mypaedia-fpw/Makefile U japanese/namazu2/Makefile U japanese/otojiro-fpw/Makefile U japanese/p5-Jcode/Makefile U japanese/p5-Jcode/pkg-plist U japanese/p5-PDFJ/pkg-plist U japanese/p5-Text-ChaSen/Makefile U japanese/p5-Text-ChaSen/pkg-plist U japanese/p5-Text-Kakasi/Makefile U japanese/p5-Text-Kakasi/pkg-plist U japanese/p5-nkf/Makefile U japanese/p5-nkf/pkg-plist U japanese/srd-fpw/Makefile U japanese/waeijiro-fpw/Makefile U japanese/weblint97/Makefile U lang/p5-Error/Makefile U lang/p5-Error/pkg-plist U lang/p5-Expect/Makefile U lang/p5-Expect/pkg-plist U lang/p5-Scalar-List-Utils/pkg-plist U lang/p5-Switch/Makefile U lang/p5-Switch/pkg-plist U lang/p5-Tcl/Makefile U lang/p5-Tcl/pkg-plist U lang/p5-ePerl/Makefile U lang/p5-ePerl/pkg-plist U lang/perl5/pkg-plist U lang/perl5.8/pkg-plist U lang/ruby-perl/pkg-plist U mail/bayespam/Makefile U mail/bayespam/pkg-plist U mail/cmail/pkg-plist U mail/cyrus-imapd/pkg-plist U mail/cyrus-imapd2/Makefile U mail/cyrus-imapd2/pkg-plist U mail/cyrus-imapd22/Makefile U mail/cyrus-imapd22/pkg-plist U mail/demime/Makefile U mail/gotmail/Makefile U mail/grepmail/Makefile U mail/grepmail/pkg-plist U mail/mail2procmailrc/Makefile U mail/majordomo/Makefile U mail/mbx2mbox/Makefile U mail/mbx2mbox/pkg-plist U mail/mimedefang/Makefile U mail/p5-Email-Find/Makefile U mail/p5-Email-Find/pkg-plist U mail/p5-Email-Valid/Makefile U mail/p5-Email-Valid-Loose/Makefile U mail/p5-IMAP-Admin/Makefile U mail/p5-IMAP-Admin/pkg-plist U mail/p5-MIME-Tools/Makefile U mail/p5-MIME-Tools/pkg-plist U mail/p5-Mail-Audit/Makefile U mail/p5-Mail-Audit/pkg-plist U mail/p5-Mail-Box1/Makefile U mail/p5-Mail-Box1/pkg-plist U mail/p5-Mail-Ezmlm/Makefile U mail/p5-Mail-Ezmlm/pkg-plist U mail/p5-Mail-FilterXML/Makefile U mail/p5-Mail-FilterXML/pkg-plist U mail/p5-Mail-Folder/Makefile U mail/p5-Mail-Folder/pkg-plist U mail/p5-Mail-Freshmeat/Makefile U mail/p5-Mail-Freshmeat/pkg-plist U mail/p5-Mail-MailStats/Makefile U mail/p5-Mail-MailStats/pkg-plist U mail/p5-Mail-QuoteWrap/Makefile U mail/p5-Mail-QuoteWrap/pkg-plist U mail/p5-Mail-RBL/Makefile U mail/p5-Mail-RBL/pkg-plist U mail/p5-Mail-RFC822-Address/Makefile U mail/p5-Mail-RFC822-Address/pkg-plist U mail/p5-Mail-Spool/Makefile U mail/p5-Mail-Spool/pkg-plist U mail/p5-Mail-Tools/pkg-plist U mail/p5-Mail-Verify/Makefile U mail/p5-Mail-Verify/pkg-plist U mail/p5-Net-SMTP-Server/Makefile U mail/p5-Net-SMTP-Server/pkg-plist U mail/p5-Sendmail-Milter/pkg-plist U mail/p5-vpopmail/Makefile U mail/p5-vpopmail/pkg-plist U mail/pflogsumm/Makefile U mail/pronto/Makefile U mail/ricochet/Makefile U mail/rmoldmail/Makefile U mail/tlb/Makefile U math/p5-AI-NeuralNet-BackProp/Makefile U math/p5-AI-NeuralNet-BackProp/pkg-plist U math/p5-AI-NeuralNet-Mesh/Makefile U math/p5-AI-NeuralNet-Mesh/pkg-plist U math/p5-AI-Perceptron/Makefile U math/p5-AI-Perceptron/pkg-plist U math/p5-Bit-ShiftReg/Makefile U math/p5-Bit-ShiftReg/pkg-plist U math/p5-Bit-Vector/Makefile U math/p5-Bit-Vector/pkg-plist U math/p5-Graph/Makefile U math/p5-Graph/pkg-plist U math/p5-Math-BaseCalc/Makefile U math/p5-Math-BaseCalc/pkg-plist U math/p5-Math-Bezier/Makefile U math/p5-Math-Bezier/pkg-plist U math/p5-Math-BigIntFast/Makefile U math/p5-Math-BigIntFast/pkg-plist U math/p5-Math-Calc-Units/Makefile U math/p5-Math-Calc-Units/pkg-plist U math/p5-Math-Currency/Makefile U math/p5-Math-Expr/Makefile U math/p5-Math-Expr/pkg-plist U math/p5-Math-FFT/Makefile U math/p5-Math-FFT/pkg-plist U math/p5-Math-FixedPrecision/pkg-plist U math/p5-Math-Interpolate/Makefile U math/p5-Math-Interpolate/pkg-plist U math/p5-Math-LinearCombination/Makefile U math/p5-Math-LinearCombination/pkg-plist U math/p5-Math-Logic/Makefile U math/p5-Math-Logic/pkg-plist U math/p5-Math-Random-MT/Makefile U math/p5-Math-Random-MT/pkg-plist U math/p5-Math-SimpleVariable/Makefile U math/p5-Math-SimpleVariable/pkg-plist U math/p5-Math-TrulyRandom/Makefile U math/p5-Math-TrulyRandom/pkg-plist U math/p5-Roman/Makefile U math/p5-Roman/pkg-plist U math/p5-Set-IntSpan/Makefile U math/p5-Set-IntSpan/pkg-plist U math/p5-Set-Window/Makefile U math/p5-Set-Window/pkg-plist U math/p5-Statistics-ChiSquare/Makefile U math/p5-Statistics-ChiSquare/pkg-plist U math/p5-Statistics-Descriptive/Makefile U math/p5-Statistics-Descriptive/pkg-plist U math/p5-Statistics-LTU/Makefile U math/p5-Statistics-LTU/pkg-plist U math/p5-Statistics-OLS/Makefile U math/p5-Statistics-OLS/pkg-plist U math/p5-Statistics-Table-F/Makefile U math/p5-Statistics-Table-F/pkg-plist U misc/chord2html/Makefile ? misc/flyway/make.core U misc/p5-Array-Compare/Makefile U misc/p5-Array-Compare/pkg-plist U misc/p5-Array-IntSpan/Makefile U misc/p5-Array-IntSpan/pkg-plist U misc/p5-Array-PrintCols/Makefile U misc/p5-Array-PrintCols/pkg-plist U misc/p5-Array-RefElem/Makefile U misc/p5-Array-RefElem/pkg-plist U misc/p5-Business-ISBN/Makefile U misc/p5-Business-ISBN/pkg-plist U misc/p5-Business-ISIN/Makefile U misc/p5-Business-ISIN/pkg-plist U misc/p5-Business-ISSN/Makefile U misc/p5-Business-ISSN/pkg-plist U misc/p5-Business-UPS/Makefile U misc/p5-Business-UPS/pkg-plist U misc/p5-Chatbot-Eliza/Makefile U misc/p5-Chatbot-Eliza/pkg-plist U misc/p5-Data-Buffer/Makefile U misc/p5-Data-Buffer/pkg-plist U misc/p5-File-Sort/Makefile U misc/p5-File-Sort/pkg-plist U misc/p5-Finance-Currency-Convert/Makefile U misc/p5-Finance-Currency-Convert/pkg-plist U misc/p5-Finance-Quote/Makefile U misc/p5-Finance-Quote/pkg-plist U misc/p5-Finance-QuoteHist/Makefile U misc/p5-Finance-QuoteHist/pkg-plist U misc/p5-Geo-Weather/Makefile U misc/p5-Geo-Weather/pkg-plist U misc/p5-LEGO-RCX/Makefile U misc/p5-LEGO-RCX/pkg-plist U misc/p5-Locale-Codes/Makefile U misc/p5-Locale-Codes/pkg-plist U misc/p5-Locale-Msgcat/Makefile U misc/p5-Locale-SubCountry/Makefile U misc/p5-Locale-SubCountry/pkg-plist U misc/p5-Text-FIGlet/Makefile U misc/p5-Text-FIGlet/pkg-plist U misc/p5-Tie-DxHash/Makefile U misc/p5-Tie-DxHash/pkg-plist U misc/telbook/Makefile U misc/translate/Makefile U multimedia/dvdrip/Makefile U multimedia/dvdrip/pkg-plist U net/aspathtree/Makefile ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core U net/cricket/Makefile U net/ctrace/Makefile U net/edonkey-gui-gtk-urlslave/Makefile U net/flowscan/Makefile U net/hawk/Makefile U net/jarl/Makefile U net/junipoll/Makefile U net/junipoll/pkg-plist U net/lla/Makefile U net/mldonkey-perlreactor/Makefile U net/mldonkey-serverspy/Makefile U net/mldonkey-urlslave/Makefile U net/mrtg/pkg-plist U net/net-snmp-tkmib/Makefile U net/nrpep/Makefile U net/nsc/Makefile U net/openreg/Makefile U net/openreg/pkg-plist U net/p5-Altoids/Makefile U net/p5-Altoids/pkg-plist U net/p5-Archie/pkg-plist U net/p5-Cflow/pkg-plist U net/p5-Frontier-RPC/Makefile U net/p5-Frontier-RPC/pkg-plist U net/p5-IO-INET6/Makefile U net/p5-IO-INET6/pkg-plist U net/p5-IO-Interface/Makefile U net/p5-IO-Interface/pkg-plist U net/p5-IO-Socket-Multicast/Makefile U net/p5-IO-Socket-Multicast/pkg-plist U net/p5-JUNOScript/Makefile U net/p5-JUNOScript/pkg-plist U net/p5-Jabber-Connection/Makefile U net/p5-Mon/Makefile U net/p5-Mon/pkg-plist U net/p5-Net-AIM/pkg-plist U net/p5-Net-AOLIM/Makefile U net/p5-Net-AOLIM/pkg-plist U net/p5-Net-CIDR/Makefile U net/p5-Net-CIDR/pkg-plist U net/p5-Net-DLookup/Makefile U net/p5-Net-DLookup/pkg-plist U net/p5-Net-Daemon/Makefile U net/p5-Net-Divert/Makefile U net/p5-Net-Divert/pkg-plist U net/p5-Net-ICQ2000/Makefile U net/p5-Net-ICQ2000/pkg-plist U net/p5-Net-IPv4Addr/pkg-plist U net/p5-Net-IPv6Addr/Makefile U net/p5-Net-IPv6Addr/pkg-plist U net/p5-Net-Jabber/Makefile U net/p5-Net-Jabber/pkg-plist U net/p5-Net-Netmask/Makefile U net/p5-Net-Netmask/pkg-plist U net/p5-Net-ParseWhois/Makefile U net/p5-Net-ParseWhois/pkg-plist U net/p5-Net-Patricia/pkg-plist U net/p5-Net-Pcap/Makefile U net/p5-Net-Pcap/pkg-plist U net/p5-Net-Radius/Makefile U net/p5-Net-Radius/pkg-plist U net/p5-Net-RawIP/Makefile U net/p5-Net-RawIP/pkg-plist U net/p5-Net-RawSock/Makefile U net/p5-Net-RawSock/pkg-plist U net/p5-Net-SCP/Makefile U net/p5-Net-SCP/pkg-plist U net/p5-Net-SMPP/Makefile U net/p5-Net-SMPP/pkg-plist U net/p5-Net-SNPP/Makefile U net/p5-Net-SNPP/pkg-plist U net/p5-Net-SSH/Makefile U net/p5-Net-SSH/pkg-plist U net/p5-Net-SSH-Perl/Makefile U net/p5-Net-SSH-Perl/pkg-plist U net/p5-Net-Server/Makefile U net/p5-Net-Server/pkg-plist U net/p5-Net-Services/Makefile U net/p5-Net-Services/pkg-plist U net/p5-Net-Telnet/Makefile U net/p5-Net-Telnet/pkg-plist U net/p5-Net-Traceroute/Makefile U net/p5-Net-Traceroute/pkg-plist U net/p5-Net-Traceroute6/Makefile U net/p5-Net-Traceroute6/pkg-plist U net/p5-Net-Wake/Makefile U net/p5-Net-Wake/pkg-plist U net/p5-Net-Whois/Makefile U net/p5-Net-Whois/pkg-plist U net/p5-Net-Whois-RIPE/Makefile U net/p5-Net-Whois-RIPE/pkg-plist U net/p5-Net-Whois-Raw/pkg-plist U net/p5-Net-XWhois/Makefile U net/p5-Net-Z3950/Makefile U net/p5-Net-Z3950/pkg-plist U net/p5-Net-Z3950-SimpleServer/Makefile U net/p5-Net-Z3950-SimpleServer/pkg-plist U net/p5-Net-ext/Makefile U net/p5-Net-ext/pkg-plist U net/p5-NetAddr-IP/Makefile U net/p5-NetAddr-IP/pkg-plist U net/p5-NetAddr-IP-Count/Makefile U net/p5-NetAddr-IP-Count/pkg-plist U net/p5-NetPacket/Makefile U net/p5-POE-Component-RRDTool/Makefile U net/p5-POE-Component-RRDTool/pkg-plist U net/p5-PlRPC/Makefile U net/p5-PlRPC/pkg-plist U net/p5-ResourcePool-Resource-Net-LDAP/Makefile U net/p5-ResourcePool-Resource-Net-LDAP/pkg-plist U net/p5-ResourcePool-Resource-SOAP-Lite/Makefile U net/p5-ResourcePool-Resource-SOAP-Lite/pkg-plist U net/p5-SNMP/pkg-plist U net/p5-SNMP-MIB-Compiler/Makefile U net/p5-SNMP-MIB-Compiler/pkg-plist U net/p5-SNMP-Util/Makefile U net/p5-SNMP-Util/pkg-plist U net/p5-SNMP_Session/pkg-plist U net/p5-SOAP/Makefile U net/p5-SOAP/pkg-plist U net/p5-SOAP-Lite/Makefile U net/p5-SOAP-Lite/pkg-plist U net/p5-Socket6/pkg-plist U net/p5-Socks/Makefile U net/p5-Socks/pkg-plist U net/p5-Spread-Session/Makefile U net/p5-Spread-Session/pkg-plist U net/p5-Telnet-Cisco/Makefile U net/p5-Telnet-Cisco/pkg-plist U net/p5-URI/Makefile U net/p5-XPC/Makefile U net/p5-XPC/pkg-plist U net/perldap/Makefile U net/perldap/pkg-plist ? net/powerdns/Makefile.inc U net/radiator/pkg-plist U net/rancid/Makefile U net/remarp/pkg-plist U net/rrdtool/pkg-plist U net/spread/pkg-plist U net/v6eval/pkg-plist U net/vicq/Makefile U net/vicq/pkg-plist U net/wakeonlan/pkg-plist U net/wping/Makefile U net/xmlrpc-c/Makefile U news/ija/Makefile U news/newsgrab/Makefile U news/p5-Gateway/Makefile U news/p5-Gateway/pkg-plist U news/p5-NNTPClient/pkg-plist U news/p5-News-Article/Makefile U news/p5-News-Article/pkg-plist U news/p5-News-Newsrc/Makefile U news/p5-News-Newsrc/pkg-plist U news/ubh/Makefile U palm/p5-Palm/pkg-plist U palm/sitescooper/Makefile U palm/sitescooper/pkg-plist U print/axpoint/Makefile U print/axpoint/pkg-plist U print/guitartex/Makefile U print/p5-GnomePrint/Makefile U print/p5-GnomePrint/pkg-plist ? print/p5-Net-Printer/sh.core U print/p5-PDFLib/Makefile U print/p5-PDFLib/pkg-plist U print/p5-PostScript-Simple/pkg-plist U print/pdflib/pkg-plist U print/pdflib4/pkg-plist U print/perlftlib/pkg-plist ? print/pips880/sh.core U russian/p5-Lingua-RU-Charset/Makefile U russian/p5-Lingua-RU-Charset/pkg-plist U russian/p5-XML-Parser-encodings/Makefile U russian/p5-XML-Parser-encodings/pkg-plist U russian/p5-cyrillic/Makefile U russian/p5-cyrillic/pkg-plist U science/p5-Chemistry-Elements/Makefile U science/p5-Chemistry-Elements/pkg-plist U security/amavis-perl/Makefile U security/cp2fwb/Makefile U security/p5-Authen-Krb5/pkg-plist U security/p5-Authen-PAM/pkg-plist U security/p5-Authen-Smb/pkg-plist U security/p5-Authen-TacacsPlus/Makefile U security/p5-Authen-TacacsPlus/pkg-plist U security/p5-Authen-Ticket/Makefile U security/p5-Authen-Ticket/pkg-plist U security/p5-Crypt-Blowfish/Makefile U security/p5-Crypt-Blowfish/pkg-plist U security/p5-Crypt-Blowfish_PP/Makefile U security/p5-Crypt-Blowfish_PP/pkg-plist U security/p5-Crypt-CBC/Makefile U security/p5-Crypt-CBC/pkg-plist U security/p5-Crypt-CipherSaber/Makefile U security/p5-Crypt-CipherSaber/pkg-plist U security/p5-Crypt-Cracklib/Makefile U security/p5-Crypt-Cracklib/pkg-plist U security/p5-Crypt-Cryptix/Makefile U security/p5-Crypt-Cryptix/pkg-plist U security/p5-Crypt-DES/Makefile U security/p5-Crypt-DES/pkg-plist U security/p5-Crypt-DES_EDE3/Makefile U security/p5-Crypt-DES_EDE3/pkg-plist U security/p5-Crypt-DH/Makefile U security/p5-Crypt-DH/pkg-plist U security/p5-Crypt-DSA/Makefile U security/p5-Crypt-DSA/pkg-plist U security/p5-Crypt-ECB/Makefile U security/p5-Crypt-ECB/pkg-plist U security/p5-Crypt-HCE_SHA/Makefile U security/p5-Crypt-HCE_SHA/pkg-plist U security/p5-Crypt-IDEA/Makefile U security/p5-Crypt-IDEA/pkg-plist U security/p5-Crypt-OTP/Makefile U security/p5-Crypt-OTP/pkg-plist U security/p5-Crypt-OpenSSL-DSA/Makefile U security/p5-Crypt-OpenSSL-DSA/pkg-plist U security/p5-Crypt-OpenSSL-RSA/Makefile U security/p5-Crypt-OpenSSL-RSA/pkg-plist U security/p5-Crypt-OpenSSL-Random/Makefile U security/p5-Crypt-OpenSSL-Random/pkg-plist U security/p5-Crypt-PGPSimple/Makefile U security/p5-Crypt-PGPSimple/pkg-plist U security/p5-Crypt-PassGen/Makefile U security/p5-Crypt-PassGen/pkg-plist U security/p5-Crypt-PasswdMD5/pkg-plist U security/p5-Crypt-Primes/Makefile U security/p5-Crypt-RC4/Makefile U security/p5-Crypt-RC4/pkg-plist U security/p5-Crypt-RC5/Makefile U security/p5-Crypt-RC5/pkg-plist U security/p5-Crypt-RC6/Makefile U security/p5-Crypt-RC6/pkg-plist U security/p5-Crypt-RIPEMD160/Makefile U security/p5-Crypt-RIPEMD160/pkg-plist U security/p5-Crypt-RSA/Makefile U security/p5-Crypt-RSA/pkg-plist U security/p5-Crypt-RandPasswd/Makefile U security/p5-Crypt-RandPasswd/pkg-plist U security/p5-Crypt-Random/Makefile U security/p5-Crypt-Random/pkg-plist U security/p5-Crypt-Rijndael/pkg-plist U security/p5-Crypt-SSLeay/Makefile U security/p5-Crypt-SSLeay/pkg-plist U security/p5-Crypt-Serpent/Makefile U security/p5-Crypt-Serpent/pkg-plist U security/p5-Crypt-Solitaire/Makefile U security/p5-Crypt-Solitaire/pkg-plist U security/p5-Crypt-TripleDES/Makefile U security/p5-Crypt-TripleDES/pkg-plist U security/p5-Crypt-Twofish/pkg-plist U security/p5-Crypt-Twofish2/Makefile U security/p5-Crypt-Twofish2/pkg-plist U security/p5-Crypt-UnixCrypt/Makefile U security/p5-Crypt-UnixCrypt/pkg-plist U security/p5-Digest-BubbleBabble/Makefile U security/p5-Digest-BubbleBabble/pkg-plist U security/p5-Digest-HMAC/Makefile U security/p5-Digest-HMAC/pkg-plist U security/p5-Digest-MD2/Makefile U security/p5-Digest-MD2/pkg-plist U security/p5-Digest-MD4/Makefile U security/p5-Digest-Nilsimsa/Makefile U security/p5-File-Scan/Makefile U security/p5-File-Scan/pkg-plist U security/p5-GnuPG-Interface/Makefile U security/p5-IO-Socket-SSL/Makefile U security/p5-IO-Socket-SSL/pkg-plist U security/p5-MD5/Makefile U security/p5-MD5/pkg-plist U security/p5-Net-SSLeay/Makefile U security/p5-Net-SSLeay/pkg-plist U security/p5-PGP/Makefile U security/p5-PGP/pkg-plist U security/p5-PGP-Sign/Makefile U security/p5-PGP-Sign/pkg-plist U security/p5-SHA/Makefile U security/p5-SHA/pkg-plist U security/p5-Safe-Hole/Makefile U security/p5-Safe-Hole/pkg-plist U security/p5-Tie-EncryptedHash/Makefile U security/saferpay/pkg-plist.p5 U security/smtpscan/Makefile U security/snortsnarf/Makefile U security/swatch/Makefile U security/swatch/pkg-plist U security/tinyca/Makefile U shells/perlsh/pkg-plist U shells/vshnu/Makefile U sysutils/colorize/Makefile U sysutils/cvsweb-converters/Makefile U sysutils/fastest_cvsup/Makefile U sysutils/p5-File-Which/pkg-plist U sysutils/p5-Filesys-DiskSpace/Makefile U sysutils/p5-Filesys-DiskSpace/pkg-plist U sysutils/p5-LJ-Cache/Makefile U sysutils/p5-LJ-Cache/pkg-plist U sysutils/p5-LJ-TextMessage/Makefile U sysutils/p5-LJ-TextMessage/pkg-plist U sysutils/p5-Schedule-At/Makefile U sysutils/p5-Schedule-At/pkg-plist U sysutils/p5-Schedule-Cron/Makefile U sysutils/p5-Schedule-Cron/pkg-plist U sysutils/p5-Schedule-Match/Makefile U sysutils/p5-Schedule-Match/pkg-plist U sysutils/p5-Stat-lsMode/Makefile U sysutils/p5-Stat-lsMode/pkg-plist U sysutils/p5-Sys-CpuLoad/Makefile U sysutils/p5-Sys-CpuLoad/pkg-plist U sysutils/p5-SyslogScan/Makefile U sysutils/p5-SyslogScan/pkg-plist U sysutils/p5-Tie-Syslog/Makefile U sysutils/p5-Tie-Syslog/pkg-plist U sysutils/p5-UPS-Nut/Makefile U sysutils/p5-UPS-Nut/pkg-plist U sysutils/p5-Unix-ConfigFile/Makefile U sysutils/p5-Unix-ConfigFile/pkg-plist U sysutils/p5-Unix-Syslog/Makefile U sysutils/p5-Unix-Syslog/pkg-plist U sysutils/p5-User/Makefile U sysutils/p5-User/pkg-plist U sysutils/usermin/Makefile U sysutils/webmin/Makefile U sysutils/whatpix/Makefile U sysutils/wots/Makefile U textproc/ascii2pdf/Makefile U textproc/gutenbook/Makefile U textproc/gutenbook/pkg-plist U textproc/makepatch/pkg-plist U textproc/p5-Apache-ParseLog/Makefile U textproc/p5-Apache-ParseLog/pkg-plist U textproc/p5-CSS-SAC/Makefile U textproc/p5-CSS-SAC/pkg-plist U textproc/p5-Data-FormValidator/Makefile U textproc/p5-Data-FormValidator/pkg-plist U textproc/p5-DelimMatch/Makefile U textproc/p5-DelimMatch/pkg-plist U textproc/p5-FreeBSD-Ports/pkg-plist U textproc/p5-HTML-Format/Makefile U textproc/p5-HTML-Format/pkg-plist U textproc/p5-LJ-SpellCheck/Makefile U textproc/p5-LJ-SpellCheck/pkg-plist U textproc/p5-Lingua-Conjunction/Makefile U textproc/p5-Lingua-Conjunction/pkg-plist U textproc/p5-Lingua-EN-AddressParse/Makefile U textproc/p5-Lingua-EN-AddressParse/pkg-plist U textproc/p5-Lingua-EN-Gender/Makefile U textproc/p5-Lingua-EN-Gender/pkg-plist U textproc/p5-Lingua-EN-Inflect/Makefile U textproc/p5-Lingua-EN-Inflect/pkg-plist U textproc/p5-Lingua-EN-MatchNames/Makefile U textproc/p5-Lingua-EN-MatchNames/pkg-plist U textproc/p5-Lingua-EN-NameCase/Makefile U textproc/p5-Lingua-EN-NameCase/pkg-plist U textproc/p5-Lingua-EN-NameParse/Makefile U textproc/p5-Lingua-EN-NameParse/pkg-plist U textproc/p5-Lingua-EN-Nickname/Makefile U textproc/p5-Lingua-EN-Nickname/pkg-plist U textproc/p5-Lingua-EN-Numbers/Makefile U textproc/p5-Lingua-EN-Numbers/pkg-plist U textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile U textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist U textproc/p5-Lingua-EN-Sentence/Makefile U textproc/p5-Lingua-EN-Sentence/pkg-plist U textproc/p5-Lingua-EN-Squeeze/Makefile U textproc/p5-Lingua-EN-Squeeze/pkg-plist U textproc/p5-Lingua-EN-Summarize/Makefile U textproc/p5-Lingua-EN-Summarize/pkg-plist U textproc/p5-Lingua-EN-Syllable/Makefile U textproc/p5-Lingua-EN-Syllable/pkg-plist U textproc/p5-Lingua-Ident/pkg-plist U textproc/p5-Lingua-Ispell/pkg-plist U textproc/p5-Lingua-Preferred/Makefile U textproc/p5-Lingua-Preferred/pkg-plist U textproc/p5-MARC/Makefile U textproc/p5-MARC/pkg-plist U textproc/p5-NetAddr-IP-Find/Makefile U textproc/p5-NetAddr-IP-Find/pkg-plist U textproc/p5-Number-Format/Makefile U textproc/p5-Number-Format/pkg-plist U textproc/p5-Orchard-Perl/Makefile U textproc/p5-Orchard-Perl/pkg-plist U textproc/p5-PDF-API2/Makefile U textproc/p5-PDF-Create/Makefile U textproc/p5-PDF-Create/pkg-plist U textproc/p5-Parse-Syslog/Makefile U textproc/p5-Parse-Syslog/pkg-plist U textproc/p5-Pod-Constants/Makefile U textproc/p5-Pod-Constants/pkg-plist U textproc/p5-Pod-POM/pkg-plist U textproc/p5-RADIUS-UserFile/Makefile U textproc/p5-RADIUS-UserFile/pkg-plist U textproc/p5-RDF-Core/Makefile U textproc/p5-RDF-Core/pkg-plist U textproc/p5-RDFStore/Makefile U textproc/p5-RDFStore/pkg-plist U textproc/p5-Search-Saryer/Makefile U textproc/p5-Search-Saryer/pkg-plist U textproc/p5-Sort-ArbBiLex/Makefile U textproc/p5-Sort-ArbBiLex/pkg-plist U textproc/p5-Sort-Fields/Makefile U textproc/p5-Sort-Fields/pkg-plist U textproc/p5-Sort-PolySort/Makefile U textproc/p5-Sort-PolySort/pkg-plist U textproc/p5-Spreadsheet-ParseExcel/Makefile U textproc/p5-String-Scanf/Makefile U textproc/p5-String-Scanf/pkg-plist U textproc/p5-String-ShellQuote/Makefile U textproc/p5-String-ShellQuote/pkg-plist U textproc/p5-String-Strip/Makefile U textproc/p5-String-Strip/pkg-plist U textproc/p5-TeX-Hyphen/Makefile U textproc/p5-TeX-Hyphen/pkg-plist U textproc/p5-Text-Bind/Makefile U textproc/p5-Text-Bind/pkg-plist U textproc/p5-Text-CSV/Makefile U textproc/p5-Text-CSV/pkg-plist U textproc/p5-Text-CSV_XS/Makefile U textproc/p5-Text-CSV_XS/pkg-plist U textproc/p5-Text-Diff/Makefile U textproc/p5-Text-Diff/pkg-plist U textproc/p5-Text-DoubleMetaphone/Makefile U textproc/p5-Text-DoubleMetaphone/pkg-plist U textproc/p5-Text-EtText/pkg-plist U textproc/p5-Text-FillIn/Makefile U textproc/p5-Text-FillIn/pkg-plist U textproc/p5-Text-Filter/Makefile U textproc/p5-Text-Filter/pkg-plist U textproc/p5-Text-Filter-Chain/Makefile U textproc/p5-Text-Filter-Chain/pkg-plist U textproc/p5-Text-FixedLength/Makefile U textproc/p5-Text-FixedLength/pkg-plist U textproc/p5-Text-FixedLength-Extra/Makefile U textproc/p5-Text-FixedLength-Extra/pkg-plist U textproc/p5-Text-Flowchart/Makefile U textproc/p5-Text-Flowchart/pkg-plist U textproc/p5-Text-Format/Makefile U textproc/p5-Text-Format/pkg-plist U textproc/p5-Text-FormatTable/Makefile U textproc/p5-Text-FormatTable/pkg-plist U textproc/p5-Text-Graphics/Makefile U textproc/p5-Text-Graphics/pkg-plist U textproc/p5-Text-Metaphone/Makefile U textproc/p5-Text-Metaphone/pkg-plist U textproc/p5-Text-Query/Makefile U textproc/p5-Text-Query/pkg-plist U textproc/p5-Text-Repository/Makefile U textproc/p5-Text-Repository/pkg-plist U textproc/p5-Text-Shellwords/Makefile U textproc/p5-Text-Shellwords/pkg-plist U textproc/p5-Text-SimpleTemplate/Makefile U textproc/p5-Text-SimpleTemplate/pkg-plist U textproc/p5-Text-Tabs+Wrap/Makefile U textproc/p5-Text-Tabs+Wrap/pkg-plist U textproc/p5-Text-Template/Makefile U textproc/p5-Text-Template/pkg-plist U textproc/p5-Text-Tmpl/Makefile U textproc/p5-Text-Tmpl/pkg-plist U textproc/p5-Text-Wrapper/Makefile U textproc/p5-Text-Wrapper/pkg-plist U textproc/p5-Tk-XMLViewer/Makefile U textproc/p5-Tree-Nary/Makefile U textproc/p5-Tree-Nary/pkg-plist U textproc/p5-URI-Find/Makefile U textproc/p5-URI-Find/pkg-plist U textproc/p5-WDDX/Makefile U textproc/p5-WDDX/pkg-plist U textproc/p5-XML-Catalog/Makefile U textproc/p5-XML-Catalog/pkg-plist U textproc/p5-XML-DOM/Makefile U textproc/p5-XML-DOM/pkg-plist U textproc/p5-XML-DT/Makefile U textproc/p5-XML-DT/pkg-plist U textproc/p5-XML-Directory/Makefile U textproc/p5-XML-Directory/pkg-plist U textproc/p5-XML-Dumper/Makefile U textproc/p5-XML-Dumper/pkg-plist U textproc/p5-XML-Encoding/Makefile U textproc/p5-XML-Encoding/pkg-plist U textproc/p5-XML-Filter-Base/Makefile U textproc/p5-XML-Filter-Base/pkg-plist U textproc/p5-XML-Filter-DetectWS/Makefile U textproc/p5-XML-Filter-DetectWS/pkg-plist U textproc/p5-XML-Filter-GenericChunk/Makefile U textproc/p5-XML-Filter-Reindent/Makefile U textproc/p5-XML-Filter-Reindent/pkg-plist U textproc/p5-XML-Filter-SAXT/Makefile U textproc/p5-XML-Filter-SAXT/pkg-plist U textproc/p5-XML-Filter-XInclude/Makefile U textproc/p5-XML-Filter-XInclude/pkg-plist U textproc/p5-XML-Filter-XSLT/Makefile U textproc/p5-XML-Filter-XSLT/pkg-plist U textproc/p5-XML-GDOME/Makefile U textproc/p5-XML-Generator-PerlData/Makefile U textproc/p5-XML-Grove/Makefile U textproc/p5-XML-Grove/pkg-plist U textproc/p5-XML-Handler-YAWriter/Makefile U textproc/p5-XML-Handler-YAWriter/pkg-plist U textproc/p5-XML-LibRSVG/Makefile U textproc/p5-XML-LibRSVG/pkg-plist U textproc/p5-XML-LibXML-Common/pkg-plist U textproc/p5-XML-LibXSLT/Makefile U textproc/p5-XML-LibXSLT/pkg-plist U textproc/p5-XML-Node/Makefile U textproc/p5-XML-Node/pkg-plist U textproc/p5-XML-RSS/Makefile U textproc/p5-XML-RegExp/Makefile U textproc/p5-XML-RegExp/pkg-plist U textproc/p5-XML-SAX-Base/Makefile U textproc/p5-XML-SAX-Base/pkg-plist U textproc/p5-XML-SAXDriver-Sablotron/Makefile U textproc/p5-XML-SAXDriver-Sablotron/pkg-plist U textproc/p5-XML-Schematron/Makefile U textproc/p5-XML-Schematron/pkg-plist U textproc/p5-XML-Simple/Makefile U textproc/p5-XML-Stream/Makefile U textproc/p5-XML-Stream/pkg-plist U textproc/p5-XML-TreeBuilder/Makefile U textproc/p5-XML-TreeBuilder/pkg-plist U textproc/p5-XML-Twig/Makefile U textproc/p5-XML-Twig/pkg-plist U textproc/p5-XML-XPath/Makefile U textproc/p5-XML-XPath/pkg-plist U textproc/p5-XML-XQL/Makefile U textproc/p5-XML-XQL/pkg-plist U textproc/p5-XML-XUpdate-LibXML/Makefile U textproc/p5-XML-XUpdate-LibXML/pkg-plist U textproc/p5-dTemplate/Makefile U textproc/p5-dTemplate/pkg-plist U textproc/p5-libxml/Makefile U textproc/p5-libxml/pkg-plist U textproc/p5-xmltv/pkg-plist U textproc/ruby-xmlparser/Makefile U textproc/sarep/Makefile U textproc/sdf/pkg-plist U textproc/texi2db/Makefile U textproc/xslint/Makefile U www/bins/Makefile U www/cgi-lib.pl/pkg-plist U www/cybercalendar/Makefile U www/html2wml/Makefile U www/htmlobject/Makefile U www/htmlobject/pkg-plist U www/htmlpp/pkg-plist U www/interchange/Makefile U www/jdresolve/Makefile U www/ljdeps/Makefile U www/mod_perl/Makefile U www/mod_perl/pkg-plist U www/mod_perl2/Makefile U www/p5-Apache-ASP/Makefile U www/p5-Apache-AddHostPath/Makefile U www/p5-Apache-AddHostPath/pkg-plist U www/p5-Apache-Admin-Config/Makefile U www/p5-Apache-Admin-Config/pkg-plist U www/p5-Apache-AntiSpam/Makefile U www/p5-Apache-AntiSpam/pkg-plist U www/p5-Apache-Archive/Makefile U www/p5-Apache-Archive/pkg-plist U www/p5-Apache-AuthCookie/Makefile U www/p5-Apache-AuthCookie/pkg-plist U www/p5-Apache-AuthTicket/Makefile U www/p5-Apache-AuthTicket/pkg-plist U www/p5-Apache-AuthenCache/Makefile U www/p5-Apache-AuthenCache/pkg-plist U www/p5-Apache-AuthenURL/Makefile U www/p5-Apache-AuthenURL/pkg-plist U www/p5-Apache-AutoIndex/Makefile U www/p5-Apache-AutoIndex/pkg-plist U www/p5-Apache-Clean/Makefile U www/p5-Apache-Compress/Makefile U www/p5-Apache-ConfigFile/pkg-plist U www/p5-Apache-DumpHeaders/Makefile U www/p5-Apache-DumpHeaders/pkg-plist U www/p5-Apache-Icon/Makefile U www/p5-Apache-Icon/pkg-plist U www/p5-Apache-Language/Makefile U www/p5-Apache-Language/pkg-plist U www/p5-Apache-MP3/Makefile U www/p5-Apache-MP3/pkg-plist U www/p5-Apache-NNTPGateway/Makefile U www/p5-Apache-NNTPGateway/pkg-plist U www/p5-Apache-PageKit/Makefile U www/p5-Apache-PageKit/pkg-plist U www/p5-Apache-Peek/Makefile U www/p5-Apache-Peek/pkg-plist U www/p5-Apache-Radius/Makefile U www/p5-Apache-Radius/pkg-plist U www/p5-Apache-Reload/Makefile U www/p5-Apache-Reload/pkg-plist U www/p5-Apache-SSI/Makefile U www/p5-Apache-Session/Makefile U www/p5-Apache-Session/pkg-plist U www/p5-Apache-Session-PHP/Makefile U www/p5-Apache-Session-PHP/pkg-plist U www/p5-Apache-SubProcess/Makefile U www/p5-Apache-SubProcess/pkg-plist U www/p5-ApacheBench/pkg-plist U www/p5-AxKit/Makefile U www/p5-AxKit/pkg-plist U www/p5-AxKit-XSP-Cookie/Makefile U www/p5-AxKit-XSP-Cookie/pkg-plist U www/p5-AxKit-XSP-ESQL/Makefile U www/p5-AxKit-XSP-ESQL/pkg-plist U www/p5-AxKit-XSP-Exception/Makefile U www/p5-AxKit-XSP-Exception/pkg-plist U www/p5-AxKit-XSP-IfParam/Makefile U www/p5-AxKit-XSP-IfParam/pkg-plist U www/p5-AxKit-XSP-Param/Makefile U www/p5-AxKit-XSP-Param/pkg-plist U www/p5-AxKit-XSP-PerForm/Makefile U www/p5-AxKit-XSP-PerForm/pkg-plist U www/p5-AxKit-XSP-Sendmail/Makefile U www/p5-AxKit-XSP-Sendmail/pkg-plist U www/p5-AxKit-XSP-Util/Makefile U www/p5-AxKit-XSP-Util/pkg-plist U www/p5-AxKit-XSP-WebUtils/Makefile U www/p5-AxKit-XSP-WebUtils/pkg-plist U www/p5-Bundle-Slash/Makefile U www/p5-Bundle-Slash/pkg-plist U www/p5-Bundle-Sledge/Makefile U www/p5-Bundle-Sledge/pkg-plist U www/p5-CGI-Application/Makefile U www/p5-CGI-Application/pkg-plist U www/p5-CGI-ArgChecker/Makefile U www/p5-CGI-ArgChecker/pkg-plist U www/p5-CGI-Cache/Makefile U www/p5-CGI-Cache/pkg-plist U www/p5-CGI-FastTemplate/Makefile U www/p5-CGI-FastTemplate/pkg-plist U www/p5-CGI-Minimal/pkg-plist U www/p5-CGI-Session/Makefile U www/p5-CGI-Session/pkg-plist U www/p5-CGI-SpeedyCGI/pkg-plist U www/p5-CGI-Upload/Makefile U www/p5-CGI-Upload/pkg-plist U www/p5-CGI-modules/Makefile U www/p5-CGI-modules/pkg-plist U www/p5-CGI.pm/Makefile U www/p5-FastCGI/Makefile U www/p5-FastCGI/pkg-plist U www/p5-GtkHTML/Makefile U www/p5-GtkHTML/pkg-plist U www/p5-HTML/pkg-plist U www/p5-HTML-CalendarMonthSimple/Makefile U www/p5-HTML-CalendarMonthSimple/pkg-plist U www/p5-HTML-Clean/pkg-plist U www/p5-HTML-Element-Extended/Makefile U www/p5-HTML-Element-Extended/pkg-plist U www/p5-HTML-Embperl/Makefile U www/p5-HTML-Embperl/pkg-plist U www/p5-HTML-FromText/Makefile U www/p5-HTML-FromText/pkg-plist U www/p5-HTML-Navigation/Makefile U www/p5-HTML-Navigation/pkg-plist U www/p5-HTML-Pager/Makefile U www/p5-HTML-Pager/pkg-plist U www/p5-HTML-QuickCheck/Makefile U www/p5-HTML-QuickCheck/pkg-plist U www/p5-HTML-SimpleParse/Makefile U www/p5-HTML-Stream/Makefile U www/p5-HTML-Stream/pkg-plist U www/p5-HTML-Summary/Makefile U www/p5-HTML-Summary/pkg-plist U www/p5-HTML-Table/pkg-plist U www/p5-HTML-TableExtract/Makefile U www/p5-HTML-TableExtract/pkg-plist U www/p5-HTML-TableLayout/pkg-plist U www/p5-HTML-Tagset/pkg-plist U www/p5-HTML-Template/pkg-plist U www/p5-HTML-Template-Associate/Makefile U www/p5-HTML-Template-Expr/Makefile U www/p5-HTML-Template-Expr/pkg-plist U www/p5-HTML-Tree/Makefile U www/p5-HTML-Tree/pkg-plist U www/p5-HTML-Webmake/Makefile U www/p5-HTML-Webmake/pkg-plist U www/p5-HTML-Widgets-SelectLayers/Makefile U www/p5-HTML-Widgets-SelectLayers/pkg-plist U www/p5-HTTP-BrowserDetect/pkg-plist U www/p5-HTTP-DAV/Makefile U www/p5-HTTP-DAV/pkg-plist U www/p5-HTTP-GHTTP/Makefile U www/p5-HTTP-GHTTP/pkg-plist U www/p5-HTTP-MobileAgent/Makefile U www/p5-HTTP-MobileAgent/pkg-plist U www/p5-HTTPD-Log-Filter/Makefile U www/p5-HTTPD-Log-Filter/pkg-plist U www/p5-HTTPD-Tools/Makefile U www/p5-HTTPD-Tools/pkg-plist U www/p5-MasonX-Request-WithApacheSession/pkg-plist U www/p5-ParallelUA/Makefile U www/p5-ParallelUA/pkg-plist U www/p5-Sledge/Makefile U www/p5-Sledge/pkg-plist U www/p5-Sledge-Plugin-CacheContent/Makefile U www/p5-Sledge-Plugin-CacheContent/pkg-plist U www/p5-Sledge-Plugin-Download/Makefile U www/p5-Sledge-Plugin-Download/pkg-plist U www/p5-Sledge-Plugin-Dumper/Makefile U www/p5-Sledge-Plugin-Dumper/pkg-plist U www/p5-Sledge-Plugin-HTML2HDML/Makefile U www/p5-Sledge-Plugin-HTML2HDML/pkg-plist U www/p5-Sledge-Plugin-Log/Makefile U www/p5-Sledge-Plugin-Log/pkg-plist U www/p5-Sledge-Plugin-NoCache/Makefile U www/p5-Sledge-Plugin-NoCache/pkg-plist U www/p5-Sledge-Plugin-SaveUpload/Makefile U www/p5-Sledge-Plugin-SaveUpload/pkg-plist U www/p5-Sledge-Plugin-ScratchPad/Makefile U www/p5-Sledge-Plugin-ScratchPad/pkg-plist U www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile U www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-plist U www/p5-Sledge-Plugin-XSLT/Makefile U www/p5-Sledge-Plugin-XSLT/pkg-plist U www/p5-Sledge-SessionManager-CookieStore/Makefile U www/p5-Sledge-SessionManager-CookieStore/pkg-plist U www/p5-Sledge-Template-Expr/Makefile U www/p5-Sledge-Template-Expr/pkg-plist U www/p5-Template-Plugin-Comma/Makefile U www/p5-Template-Toolkit/Makefile U www/p5-Template-Toolkit/pkg-plist U www/p5-URI-Sequin/Makefile U www/p5-URI-Sequin/pkg-plist U www/p5-WWW-Automate/Makefile U www/p5-WWW-Automate/pkg-plist U www/p5-WWW-IMDb/Makefile U www/p5-WWW-IMDb/pkg-plist U www/p5-WWW-Robot/Makefile U www/p5-WWW-Robot/pkg-plist U www/p5-WWW-Search-Google/Makefile U www/p5-WWW-Search-Google/pkg-plist U www/p5-libservlet/Makefile U www/p5-libservlet/pkg-plist U www/reportmagic/Makefile U www/rt2/Makefile U www/rt3/Makefile U www/smb2www/Makefile U www/swish++/pkg-plist U www/w3mir/Makefile U www/w3mir/pkg-plist U www/wwwstat/pkg-plist U x11/xkbset/Makefile U x11-fm/cfm/Makefile ? x11-fm/vide/sh.core U x11-fonts/p5-Font-AFM/Makefile U x11-fonts/p5-Font-AFM/pkg-plist U x11-fonts/p5-Font-TTF/pkg-plist U x11-toolkits/p5-GdkImlib/Makefile U x11-toolkits/p5-GdkImlib/pkg-plist U x11-toolkits/p5-GdkPixbuf/Makefile U x11-toolkits/p5-GdkPixbuf/pkg-plist U x11-toolkits/p5-Glade/Makefile U x11-toolkits/p5-Glade/pkg-plist U x11-toolkits/p5-Gnome/Makefile U x11-toolkits/p5-Gnome/pkg-plist U x11-toolkits/p5-Gtk/Makefile U x11-toolkits/p5-Gtk/pkg-plist U x11-toolkits/p5-GtkXmHTML/Makefile U x11-toolkits/p5-GtkXmHTML/pkg-plist U x11-toolkits/p5-Prima/pkg-plist U x11-toolkits/p5-Tcl-Tk/Makefile U x11-toolkits/p5-Tcl-Tk/pkg-plist U x11-toolkits/p5-Tk-Autoscroll/Makefile U x11-toolkits/p5-Tk-Autoscroll/pkg-plist U x11-toolkits/p5-Tk-ColourChooser/Makefile U x11-toolkits/p5-Tk-ColourChooser/pkg-plist U x11-toolkits/p5-Tk-Date/Makefile U x11-toolkits/p5-Tk-Date/pkg-plist U x11-toolkits/p5-Tk-Enscript/Makefile U x11-toolkits/p5-Tk-Enscript/pkg-plist U x11-toolkits/p5-Tk-FileDialog/Makefile U x11-toolkits/p5-Tk-FileDialog/pkg-plist U x11-toolkits/p5-Tk-GBARR/Makefile U x11-toolkits/p5-Tk-GBARR/pkg-plist U x11-toolkits/p5-Tk-Getopt/Makefile U x11-toolkits/p5-Tk-Getopt/pkg-plist U x11-toolkits/p5-Tk-HistEntry/Makefile U x11-toolkits/p5-Tk-HistEntry/pkg-plist U x11-toolkits/p5-Tk-TableMatrix/Makefile U x11-toolkits/p5-Tk-TableMatrix/pkg-plist From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 08:15:44 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A7616A4B3 for ; Fri, 24 Oct 2003 08:15:44 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 360C143FDD for ; Fri, 24 Oct 2003 08:15:42 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h9OFFfGZ094581 for ; Fri, 24 Oct 2003 11:15:41 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h9OFFfZU017676 for ports@FreeBSD.org; Fri, 24 Oct 2003 11:15:41 -0400 (EDT) (envelope-from kris) Date: Fri, 24 Oct 2003 11:15:41 -0400 (EDT) From: Kris Kennaway Message-Id: <200310241515.h9OFFfZU017676@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 15:15:44 -0000 INDEX build failed with errors: Variable SITE_PERL is recursive. make_index: zh-oto-0.4_1: no entry for /usr/ports/devel/gmake make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/lang/ruby16 make_index: ruby-xmms-0.1.1_1: no entry for /usr/ports/multimedia/xmms make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: SETISupport-0.75: no entry for /usr/ports/java/javavmwrapper make_index: SETISupport-0.75: no entry for /usr/ports/java/jre make_index: SETISupport-0.75: no entry for /usr/ports/x11/XFree86-4-libraries make_index: faad2-1.1_1: no entry for /usr/ports/devel/autoconf make_index: faad2-1.1_1: no entry for /usr/ports/devel/automake make_index: faad2-1.1_1: no entry for /usr/ports/devel/gmake make_index: faad2-1.1_1: no entry for /usr/ports/devel/libtool13 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: mule-ucs-emacs21-0.85.r3: no entry for /usr/ports/editors/emacs21 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/autoconf213 make_index: zh-vflib-2.25.1: no entry for /usr/ports/devel/imake-4 make_index: zh-vflib-2.25.1: no entry for /usr/ports/print/freetype make_index: zh-vflib-2.25.1: no entry for /usr/ports/x11/XFree86-4-libraries [...] make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/multimedia/xmms make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11-toolkits/gtk12 make_index: xmms-crossfade-0.3.2: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: kinemage-5.79: no entry for /usr/ports/x11-toolkits/open-motif make_index: kinemage-5.79: no entry for /usr/ports/x11/XFree86-4-libraries make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: p5-Mac-Macbinary-0.04: no entry for /usr/ports/lang/perl5.8 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/libtool13 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gschem-20030223: no entry for /usr/ports/devel/glib12 make_index: gschem-20030223: no entry for /usr/ports/devel/pkgconfig make_index: gschem-20030223: no entry for /usr/ports/lang/guile make_index: gschem-20030223: no entry for /usr/ports/x11-toolkits/gtk12 make_index: povchem-1.0_2: no entry for /usr/ports/graphics/povray Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x U archivers/p5-Archive-Zip/Makefile U archivers/p5-Archive-Zip/distinfo U devel/cvsgraph/Makefile U devel/cvsgraph/distinfo U devel/p5-PPerl/pkg-plist U devel/p5-PV/Makefile U devel/p5-PV/pkg-plist U devel/p5-Parse-PerlConfig/pkg-plist U devel/p5-Parse-RecDescent/pkg-plist U devel/p5-Penguin/pkg-plist U devel/p5-Penguin-Easy/Makefile U devel/p5-Penguin-Easy/pkg-plist U devel/p5-PerlMenu/Makefile U devel/p5-PerlMenu/pkg-plist U devel/p5-Proc-Background/pkg-plist U devel/p5-Proc-Daemon/Makefile U devel/p5-Proc-Daemon/pkg-plist U devel/p5-Proc-Simple/Makefile U devel/p5-Proc-Simple/pkg-plist U devel/p5-Rcs/Makefile U devel/p5-Rcs/pkg-plist U devel/p5-Religion/Makefile U devel/p5-Religion/pkg-plist U devel/p5-ResourcePool/Makefile U devel/p5-ResourcePool/pkg-plist U devel/p5-Resources/Makefile U devel/p5-Resources/pkg-plist U devel/p5-SDL/pkg-plist U devel/p5-Search-Binary/Makefile U devel/p5-Search-Binary/pkg-plist U devel/p5-Server-FastPL/Makefile U devel/p5-Server-FastPL/pkg-plist U devel/p5-Set-NestedGroups/Makefile U devel/p5-Set-NestedGroups/pkg-plist U devel/p5-Set-Object/Makefile U devel/p5-Set-Object/pkg-plist U devel/p5-Set-Scalar/Makefile U devel/p5-Set-Scalar/pkg-plist U devel/p5-Shape/pkg-plist U devel/p5-Sort-ArrayOfArrays/Makefile U devel/p5-Sort-ArrayOfArrays/pkg-plist U devel/p5-Sort-Versions/Makefile U devel/p5-Sort-Versions/pkg-plist U devel/p5-String-CRC32/Makefile U devel/p5-String-CRC32/pkg-plist U devel/p5-String-Checker/Makefile U devel/p5-String-Checker/pkg-plist U devel/p5-String-LRC/Makefile U devel/p5-String-LRC/pkg-plist U devel/p5-String-Parity/Makefile U devel/p5-String-Parity/pkg-plist U devel/p5-String-RexxParse/Makefile U devel/p5-String-RexxParse/pkg-plist U devel/p5-String-Similarity/Makefile U devel/p5-String-Similarity/pkg-plist U devel/p5-Sub-Uplevel/Makefile U devel/p5-Sub-Uplevel/distinfo U devel/p5-Sub-Uplevel/pkg-plist U devel/p5-System2/Makefile U devel/p5-System2/pkg-plist U devel/p5-Term-ProgressBar/Makefile U devel/p5-Term-ProgressBar/pkg-plist U devel/p5-Term-Prompt/Makefile U devel/p5-Term-Prompt/pkg-plist U devel/p5-Term-Query/Makefile U devel/p5-Term-Query/pkg-plist U devel/p5-Term-ReadKey/Makefile U devel/p5-Term-ReadKey/pkg-plist U devel/p5-Term-Screen/pkg-plist U devel/p5-Term-Size/Makefile U devel/p5-Term-Size/pkg-plist U devel/p5-Test-Class/Makefile U devel/p5-Test-Class/pkg-plist U devel/p5-Test-Differences/Makefile U devel/p5-Test-Differences/pkg-plist U devel/p5-Test-Exception/Makefile U devel/p5-Test-Exception/pkg-plist U devel/p5-Test-Inline/Makefile U devel/p5-Test-Inline/pkg-plist U devel/p5-Test-Manifest/Makefile U devel/p5-Test-Simple/Makefile U devel/p5-Test-Simple/pkg-plist U devel/p5-Test-Unit/Makefile U devel/p5-Test-Unit/pkg-plist U devel/p5-Tie-Cache/Makefile U devel/p5-Tie-Cache/pkg-plist U devel/p5-Tie-DB_FileLock/Makefile U devel/p5-Tie-DB_FileLock/pkg-plist U devel/p5-Tie-IxHash/Makefile U devel/p5-Tie-IxHash/pkg-plist U devel/p5-Time-Duration/pkg-plist U devel/p5-Time-Object/pkg-plist U devel/p5-Time-Period/Makefile U devel/p5-Time-Period/pkg-plist U devel/p5-Time-Piece/Makefile U devel/p5-Time-Piece/pkg-plist U devel/p5-TimeDate/Makefile U devel/p5-TimeDate/pkg-plist U devel/p5-TraceFuncs/Makefile U devel/p5-TraceFuncs/pkg-plist U devel/p5-Tree-DAG_Node/Makefile U devel/p5-Tree-DAG_Node/pkg-plist U devel/p5-UNIVERSAL-exports/Makefile U devel/p5-UNIVERSAL-exports/pkg-plist U devel/p5-VCS-CVS/Makefile U devel/p5-VCS-CVS/pkg-plist ? dns/bind9-dlz/Makefile.inc U dns/dnssecwalker/Makefile U dns/dnswalk/Makefile U dns/p5-BIND-Conf_Parser/Makefile U dns/p5-BIND-Conf_Parser/pkg-plist U dns/p5-Net-DNS/Makefile U dns/p5-Net-DNS-ZoneFile/Makefile U dns/p5-Net-DNS-ZoneFile/pkg-plist U dns/p5-Tie-DNS/Makefile U dns/p5-Tie-DNS/pkg-plist ? dns/powerdns/Makefile.inc U dns/sleuth/Makefile U finance/p5-Business-CreditCard/Makefile U finance/p5-Business-CreditCard/pkg-plist U finance/p5-Business-OnlinePayment/pkg-plist U finance/p5-Business-OnlinePayment-2CheckOut/pkg-plist U finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist U finance/p5-Business-OnlinePayment-BankOfAmerica/pkg-plist U finance/p5-Business-OnlinePayment-Beanstream/pkg-plist U finance/p5-Business-OnlinePayment-Cardstream/pkg-plist U finance/p5-Business-OnlinePayment-Jettis/pkg-plist U finance/p5-Business-OnlinePayment-LinkPoint/pkg-plist U finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-plist U finance/p5-Business-OnlinePayment-Network1Financial/pkg-plist U finance/p5-Business-OnlinePayment-PayConnect/pkg-plist U finance/p5-Business-OnlinePayment-PaymentsGateway/pkg-plist U finance/p5-Business-OnlinePayment-SurePay/pkg-plist U finance/p5-Business-OnlinePayment-TCLink/pkg-plist U finance/p5-Business-OnlinePayment-VirtualNet/pkg-plist U finance/p5-Business-OnlinePayment-eSec/pkg-plist U finance/p5-Business-WorldPay-Junior/Makefile U finance/p5-Math-Financial/Makefile U finance/p5-Math-Financial/pkg-plist U french/facturier/Makefile U french/plgrenouille/Makefile U ftp/ftpmirror/Makefile U ftp/ftpmirror/pkg-plist U ftp/jmirror/Makefile U ftp/p5-Net-FTPServer/Makefile U ftp/p5-Net-FTPServer/pkg-plist U ftp/paraget/Makefile U ftp/paraget/pkg-plist U ftp/profxp/Makefile U ftp/profxp/pkg-plist U ftp/vcheck/Makefile U ftp/vcheck/pkg-plist U games/frozenbubble/Makefile U games/frozenbubble/pkg-plist U games/lm-solve/pkg-plist U games/myth2_demo/Makefile U german/BBBike/Makefile U graphics/GIFgraph/Makefile U graphics/GIFgraph/pkg-plist U graphics/IPA/Makefile U graphics/IPA/pkg-plist U graphics/ImageMagick/pkg-plist U graphics/cadubi/Makefile U graphics/cthumb/Makefile U graphics/eps2png/pkg-plist U graphics/imc/Makefile U graphics/p5-Chart-PNGgraph/Makefile U graphics/p5-Chart-PNGgraph/pkg-plist U graphics/p5-GD-Barcode/Makefile U graphics/p5-GD-Graph3d/Makefile U graphics/p5-GD-Graph3d/pkg-plist U graphics/p5-GD-TextUtil/Makefile U graphics/p5-GD1/Makefile U graphics/p5-GD1/pkg-plist U graphics/p5-GraphViz/Makefile U graphics/p5-GraphViz/pkg-plist U graphics/p5-GraphViz-Data-Structure/Makefile U graphics/p5-GraphViz-Data-Structure/pkg-plist U graphics/p5-Graphics-ColorNames/Makefile U graphics/p5-Graphics-ColorNames/pkg-plist U graphics/p5-Image-Grab/Makefile U graphics/p5-Image-Grab/pkg-plist U graphics/p5-Imager/Makefile U graphics/p5-Imager/pkg-plist U graphics/p5-Imlib2/pkg-plist U graphics/p5-VCG/Makefile U graphics/p5-ming/Makefile U graphics/p5-ming/pkg-plist U graphics/pgperl/pkg-plist U graphics/springgraph/Makefile U irc/irssi/pkg-plist U irc/nethirc/Makefile U irc/p5-POE-Component-IRC-Object/Makefile U irc/p5-POE-Component-IRC-Object/pkg-plist U japanese/another-htmllint/Makefile U japanese/eijiro-fpw/Makefile U japanese/freepwing/pkg-plist U japanese/mypaedia-fpw/Makefile U japanese/namazu2/Makefile U japanese/otojiro-fpw/Makefile U japanese/p5-Jcode/Makefile U japanese/p5-Jcode/pkg-plist U japanese/p5-PDFJ/pkg-plist U japanese/p5-Text-ChaSen/Makefile U japanese/p5-Text-ChaSen/pkg-plist U japanese/p5-Text-Kakasi/Makefile U japanese/p5-Text-Kakasi/pkg-plist U japanese/p5-nkf/Makefile U japanese/p5-nkf/pkg-plist U japanese/srd-fpw/Makefile U japanese/waeijiro-fpw/Makefile U japanese/weblint97/Makefile U lang/p5-Error/Makefile U lang/p5-Error/pkg-plist U lang/p5-Expect/Makefile U lang/p5-Expect/pkg-plist U lang/p5-Scalar-List-Utils/pkg-plist U lang/p5-Switch/Makefile U lang/p5-Switch/pkg-plist U lang/p5-Tcl/Makefile U lang/p5-Tcl/pkg-plist U lang/p5-ePerl/Makefile U lang/p5-ePerl/pkg-plist U lang/perl5/pkg-plist U lang/perl5.8/pkg-plist U lang/ruby-perl/pkg-plist ? mail/log U mail/bayespam/Makefile U mail/bayespam/pkg-plist U mail/cmail/pkg-plist U mail/cyrus-imapd/pkg-plist U mail/cyrus-imapd2/Makefile U mail/cyrus-imapd2/pkg-plist U mail/cyrus-imapd22/Makefile U mail/cyrus-imapd22/pkg-plist U mail/demime/Makefile U mail/gotmail/Makefile U mail/grepmail/Makefile U mail/grepmail/pkg-plist U mail/mail2procmailrc/Makefile U mail/majordomo/Makefile U mail/mbx2mbox/Makefile U mail/mbx2mbox/pkg-plist U mail/mimedefang/Makefile U mail/p5-Email-Find/Makefile U mail/p5-Email-Find/pkg-plist U mail/p5-Email-Valid/Makefile U mail/p5-Email-Valid-Loose/Makefile U mail/p5-IMAP-Admin/Makefile U mail/p5-IMAP-Admin/pkg-plist U mail/p5-MIME-Tools/Makefile U mail/p5-MIME-Tools/pkg-plist U mail/p5-Mail-Audit/Makefile U mail/p5-Mail-Audit/pkg-plist U mail/p5-Mail-Box1/Makefile U mail/p5-Mail-Box1/pkg-plist U mail/p5-Mail-Ezmlm/Makefile U mail/p5-Mail-Ezmlm/pkg-plist U mail/p5-Mail-FilterXML/Makefile U mail/p5-Mail-FilterXML/pkg-plist U mail/p5-Mail-Folder/Makefile U mail/p5-Mail-Folder/pkg-plist U mail/p5-Mail-Freshmeat/Makefile U mail/p5-Mail-Freshmeat/pkg-plist U mail/p5-Mail-MailStats/Makefile U mail/p5-Mail-MailStats/pkg-plist U mail/p5-Mail-QuoteWrap/Makefile U mail/p5-Mail-QuoteWrap/pkg-plist U mail/p5-Mail-RBL/Makefile U mail/p5-Mail-RBL/pkg-plist U mail/p5-Mail-RFC822-Address/Makefile U mail/p5-Mail-RFC822-Address/pkg-plist U mail/p5-Mail-Spool/Makefile U mail/p5-Mail-Spool/pkg-plist U mail/p5-Mail-Tools/pkg-plist U mail/p5-Mail-Verify/Makefile U mail/p5-Mail-Verify/pkg-plist U mail/p5-Net-SMTP-Server/Makefile U mail/p5-Net-SMTP-Server/pkg-plist U mail/p5-Sendmail-Milter/pkg-plist U mail/p5-vpopmail/Makefile U mail/p5-vpopmail/pkg-plist U mail/pflogsumm/Makefile U mail/pronto/Makefile U mail/ricochet/Makefile U mail/rmoldmail/Makefile U mail/tlb/Makefile U math/p5-AI-NeuralNet-BackProp/Makefile U math/p5-AI-NeuralNet-BackProp/pkg-plist U math/p5-AI-NeuralNet-Mesh/Makefile U math/p5-AI-NeuralNet-Mesh/pkg-plist U math/p5-AI-Perceptron/Makefile U math/p5-AI-Perceptron/pkg-plist U math/p5-Bit-ShiftReg/Makefile U math/p5-Bit-ShiftReg/pkg-plist U math/p5-Bit-Vector/Makefile U math/p5-Bit-Vector/pkg-plist U math/p5-Graph/Makefile U math/p5-Graph/pkg-plist U math/p5-Math-BaseCalc/Makefile U math/p5-Math-BaseCalc/pkg-plist U math/p5-Math-Bezier/Makefile U math/p5-Math-Bezier/pkg-plist U math/p5-Math-BigIntFast/Makefile U math/p5-Math-BigIntFast/pkg-plist U math/p5-Math-Calc-Units/Makefile U math/p5-Math-Calc-Units/pkg-plist U math/p5-Math-Currency/Makefile U math/p5-Math-Expr/Makefile U math/p5-Math-Expr/pkg-plist U math/p5-Math-FFT/Makefile U math/p5-Math-FFT/pkg-plist U math/p5-Math-FixedPrecision/pkg-plist U math/p5-Math-Interpolate/Makefile U math/p5-Math-Interpolate/pkg-plist U math/p5-Math-LinearCombination/Makefile U math/p5-Math-LinearCombination/pkg-plist U math/p5-Math-Logic/Makefile U math/p5-Math-Logic/pkg-plist U math/p5-Math-Random-MT/Makefile U math/p5-Math-Random-MT/pkg-plist U math/p5-Math-SimpleVariable/Makefile U math/p5-Math-SimpleVariable/pkg-plist U math/p5-Math-TrulyRandom/Makefile U math/p5-Math-TrulyRandom/pkg-plist U math/p5-Roman/Makefile U math/p5-Roman/pkg-plist U math/p5-Set-IntSpan/Makefile U math/p5-Set-IntSpan/pkg-plist U math/p5-Set-Window/Makefile U math/p5-Set-Window/pkg-plist U math/p5-Statistics-ChiSquare/Makefile U math/p5-Statistics-ChiSquare/pkg-plist U math/p5-Statistics-Descriptive/Makefile U math/p5-Statistics-Descriptive/pkg-plist U math/p5-Statistics-LTU/Makefile U math/p5-Statistics-LTU/pkg-plist U math/p5-Statistics-OLS/Makefile U math/p5-Statistics-OLS/pkg-plist U math/p5-Statistics-Table-F/Makefile U math/p5-Statistics-Table-F/pkg-plist U misc/chord2html/Makefile U misc/p5-Array-Compare/Makefile U misc/p5-Array-Compare/pkg-plist U misc/p5-Array-IntSpan/Makefile U misc/p5-Array-IntSpan/pkg-plist U misc/p5-Array-PrintCols/Makefile U misc/p5-Array-PrintCols/pkg-plist U misc/p5-Array-RefElem/Makefile U misc/p5-Array-RefElem/pkg-plist U misc/p5-Business-ISBN/Makefile U misc/p5-Business-ISBN/pkg-plist U misc/p5-Business-ISIN/Makefile U misc/p5-Business-ISIN/pkg-plist U misc/p5-Business-ISSN/Makefile U misc/p5-Business-ISSN/pkg-plist U misc/p5-Business-UPS/Makefile U misc/p5-Business-UPS/pkg-plist U misc/p5-Chatbot-Eliza/Makefile U misc/p5-Chatbot-Eliza/pkg-plist U misc/p5-Data-Buffer/Makefile U misc/p5-Data-Buffer/pkg-plist U misc/p5-File-Sort/Makefile U misc/p5-File-Sort/pkg-plist U misc/p5-Finance-Currency-Convert/Makefile U misc/p5-Finance-Currency-Convert/pkg-plist U misc/p5-Finance-Quote/Makefile U misc/p5-Finance-Quote/pkg-plist U misc/p5-Finance-QuoteHist/Makefile U misc/p5-Finance-QuoteHist/pkg-plist U misc/p5-Geo-Weather/Makefile U misc/p5-Geo-Weather/pkg-plist U misc/p5-LEGO-RCX/Makefile U misc/p5-LEGO-RCX/pkg-plist U misc/p5-Locale-Codes/Makefile U misc/p5-Locale-Codes/pkg-plist U misc/p5-Locale-Msgcat/Makefile U misc/p5-Locale-SubCountry/Makefile U misc/p5-Locale-SubCountry/pkg-plist U misc/p5-Text-FIGlet/Makefile U misc/p5-Text-FIGlet/pkg-plist U misc/p5-Tie-DxHash/Makefile U misc/p5-Tie-DxHash/pkg-plist U misc/telbook/Makefile U misc/translate/Makefile U multimedia/dvdrip/Makefile U multimedia/dvdrip/pkg-plist U net/aspathtree/Makefile ? net/bind9-dlz/Makefile.inc U net/cricket/Makefile U net/ctrace/Makefile U net/edonkey-gui-gtk-urlslave/Makefile U net/flowscan/Makefile U net/hawk/Makefile U net/jarl/Makefile U net/junipoll/Makefile U net/junipoll/pkg-plist U net/lla/Makefile U net/mldonkey-perlreactor/Makefile U net/mldonkey-serverspy/Makefile U net/mldonkey-urlslave/Makefile U net/mrtg/pkg-plist U net/net-snmp-tkmib/Makefile U net/nrpep/Makefile U net/nsc/Makefile U net/openreg/Makefile U net/openreg/pkg-plist U net/p5-Altoids/Makefile U net/p5-Altoids/pkg-plist U net/p5-Archie/pkg-plist U net/p5-Cflow/pkg-plist U net/p5-Frontier-RPC/Makefile U net/p5-Frontier-RPC/pkg-plist U net/p5-IO-INET6/Makefile U net/p5-IO-INET6/pkg-plist U net/p5-IO-Interface/Makefile U net/p5-IO-Interface/pkg-plist U net/p5-IO-Socket-Multicast/Makefile U net/p5-IO-Socket-Multicast/pkg-plist U net/p5-JUNOScript/Makefile U net/p5-JUNOScript/pkg-plist U net/p5-Jabber-Connection/Makefile U net/p5-Mon/Makefile U net/p5-Mon/pkg-plist U net/p5-Net-AIM/pkg-plist U net/p5-Net-AOLIM/Makefile U net/p5-Net-AOLIM/pkg-plist U net/p5-Net-CIDR/Makefile U net/p5-Net-CIDR/pkg-plist U net/p5-Net-DLookup/Makefile U net/p5-Net-DLookup/pkg-plist U net/p5-Net-Daemon/Makefile U net/p5-Net-Divert/Makefile U net/p5-Net-Divert/pkg-plist U net/p5-Net-ICQ2000/Makefile U net/p5-Net-ICQ2000/pkg-plist U net/p5-Net-IPv4Addr/pkg-plist U net/p5-Net-IPv6Addr/Makefile U net/p5-Net-IPv6Addr/pkg-plist U net/p5-Net-Jabber/Makefile U net/p5-Net-Jabber/pkg-plist U net/p5-Net-Netmask/Makefile U net/p5-Net-Netmask/pkg-plist U net/p5-Net-ParseWhois/Makefile U net/p5-Net-ParseWhois/pkg-plist U net/p5-Net-Patricia/pkg-plist U net/p5-Net-Pcap/Makefile U net/p5-Net-Pcap/pkg-plist U net/p5-Net-Radius/Makefile U net/p5-Net-Radius/pkg-plist U net/p5-Net-RawIP/Makefile U net/p5-Net-RawIP/pkg-plist U net/p5-Net-RawSock/Makefile U net/p5-Net-RawSock/pkg-plist U net/p5-Net-SCP/Makefile U net/p5-Net-SCP/pkg-plist U net/p5-Net-SMPP/Makefile U net/p5-Net-SMPP/pkg-plist U net/p5-Net-SNPP/Makefile U net/p5-Net-SNPP/pkg-plist U net/p5-Net-SSH/Makefile U net/p5-Net-SSH/pkg-plist U net/p5-Net-SSH-Perl/Makefile U net/p5-Net-SSH-Perl/pkg-plist U net/p5-Net-Server/Makefile U net/p5-Net-Server/pkg-plist U net/p5-Net-Services/Makefile U net/p5-Net-Services/pkg-plist U net/p5-Net-Telnet/Makefile U net/p5-Net-Telnet/pkg-plist U net/p5-Net-Traceroute/Makefile U net/p5-Net-Traceroute/pkg-plist U net/p5-Net-Traceroute6/Makefile U net/p5-Net-Traceroute6/pkg-plist U net/p5-Net-Wake/Makefile U net/p5-Net-Wake/pkg-plist U net/p5-Net-Whois/Makefile U net/p5-Net-Whois/pkg-plist U net/p5-Net-Whois-RIPE/Makefile U net/p5-Net-Whois-RIPE/pkg-plist U net/p5-Net-Whois-Raw/pkg-plist U net/p5-Net-XWhois/Makefile U net/p5-Net-Z3950/Makefile U net/p5-Net-Z3950/pkg-plist U net/p5-Net-Z3950-SimpleServer/Makefile U net/p5-Net-Z3950-SimpleServer/pkg-plist U net/p5-Net-ext/Makefile U net/p5-Net-ext/pkg-plist U net/p5-NetAddr-IP/Makefile U net/p5-NetAddr-IP/pkg-plist U net/p5-NetAddr-IP-Count/Makefile U net/p5-NetAddr-IP-Count/pkg-plist U net/p5-NetPacket/Makefile U net/p5-POE-Component-RRDTool/Makefile U net/p5-POE-Component-RRDTool/pkg-plist U net/p5-PlRPC/Makefile U net/p5-PlRPC/pkg-plist U net/p5-ResourcePool-Resource-Net-LDAP/Makefile U net/p5-ResourcePool-Resource-Net-LDAP/pkg-plist U net/p5-ResourcePool-Resource-SOAP-Lite/Makefile U net/p5-ResourcePool-Resource-SOAP-Lite/pkg-plist U net/p5-SNMP/pkg-plist U net/p5-SNMP-MIB-Compiler/Makefile U net/p5-SNMP-MIB-Compiler/pkg-plist U net/p5-SNMP-Util/Makefile U net/p5-SNMP-Util/pkg-plist U net/p5-SNMP_Session/pkg-plist U net/p5-SOAP/Makefile U net/p5-SOAP/pkg-plist U net/p5-SOAP-Lite/Makefile U net/p5-SOAP-Lite/pkg-plist U net/p5-Socket6/pkg-plist U net/p5-Socks/Makefile U net/p5-Socks/pkg-plist U net/p5-Spread-Session/Makefile U net/p5-Spread-Session/pkg-plist U net/p5-Telnet-Cisco/Makefile U net/p5-Telnet-Cisco/pkg-plist U net/p5-URI/Makefile U net/p5-XPC/Makefile U net/p5-XPC/pkg-plist U net/perldap/Makefile U net/perldap/pkg-plist ? net/powerdns/Makefile.inc U net/radiator/pkg-plist U net/rancid/Makefile U net/remarp/pkg-plist U net/rrdtool/pkg-plist U net/spread/pkg-plist U net/v6eval/pkg-plist U net/vicq/Makefile U net/vicq/pkg-plist U net/wakeonlan/pkg-plist U net/wping/Makefile U net/xmlrpc-c/Makefile U news/ija/Makefile U news/newsgrab/Makefile U news/p5-Gateway/Makefile U news/p5-Gateway/pkg-plist U news/p5-NNTPClient/pkg-plist U news/p5-News-Article/Makefile U news/p5-News-Article/pkg-plist U news/p5-News-Newsrc/Makefile U news/p5-News-Newsrc/pkg-plist U news/ubh/Makefile U palm/p5-Palm/pkg-plist U palm/sitescooper/Makefile U palm/sitescooper/pkg-plist U print/axpoint/Makefile U print/axpoint/pkg-plist U print/guitartex/Makefile U print/p5-GnomePrint/Makefile U print/p5-GnomePrint/pkg-plist U print/p5-PDFLib/Makefile U print/p5-PDFLib/pkg-plist U print/p5-PostScript-Simple/pkg-plist U print/pdflib/pkg-plist U print/pdflib4/pkg-plist U print/perlftlib/pkg-plist U russian/p5-Lingua-RU-Charset/Makefile U russian/p5-Lingua-RU-Charset/pkg-plist U russian/p5-XML-Parser-encodings/Makefile U russian/p5-XML-Parser-encodings/pkg-plist U russian/p5-cyrillic/Makefile U russian/p5-cyrillic/pkg-plist U science/p5-Chemistry-Elements/Makefile U science/p5-Chemistry-Elements/pkg-plist U security/amavis-perl/Makefile U security/cp2fwb/Makefile U security/p5-Authen-Krb5/pkg-plist U security/p5-Authen-PAM/pkg-plist U security/p5-Authen-Smb/pkg-plist U security/p5-Authen-TacacsPlus/Makefile U security/p5-Authen-TacacsPlus/pkg-plist U security/p5-Authen-Ticket/Makefile U security/p5-Authen-Ticket/pkg-plist U security/p5-Crypt-Blowfish/Makefile U security/p5-Crypt-Blowfish/pkg-plist U security/p5-Crypt-Blowfish_PP/Makefile U security/p5-Crypt-Blowfish_PP/pkg-plist U security/p5-Crypt-CBC/Makefile U security/p5-Crypt-CBC/pkg-plist U security/p5-Crypt-CipherSaber/Makefile U security/p5-Crypt-CipherSaber/pkg-plist U security/p5-Crypt-Cracklib/Makefile U security/p5-Crypt-Cracklib/pkg-plist U security/p5-Crypt-Cryptix/Makefile U security/p5-Crypt-Cryptix/pkg-plist U security/p5-Crypt-DES/Makefile U security/p5-Crypt-DES/pkg-plist U security/p5-Crypt-DES_EDE3/Makefile U security/p5-Crypt-DES_EDE3/pkg-plist U security/p5-Crypt-DH/Makefile U security/p5-Crypt-DH/pkg-plist U security/p5-Crypt-DSA/Makefile U security/p5-Crypt-DSA/pkg-plist U security/p5-Crypt-ECB/Makefile U security/p5-Crypt-ECB/pkg-plist U security/p5-Crypt-HCE_SHA/Makefile U security/p5-Crypt-HCE_SHA/pkg-plist U security/p5-Crypt-IDEA/Makefile U security/p5-Crypt-IDEA/pkg-plist U security/p5-Crypt-OTP/Makefile U security/p5-Crypt-OTP/pkg-plist U security/p5-Crypt-OpenSSL-DSA/Makefile U security/p5-Crypt-OpenSSL-DSA/pkg-plist U security/p5-Crypt-OpenSSL-RSA/Makefile U security/p5-Crypt-OpenSSL-RSA/pkg-plist U security/p5-Crypt-OpenSSL-Random/Makefile U security/p5-Crypt-OpenSSL-Random/pkg-plist U security/p5-Crypt-PGPSimple/Makefile U security/p5-Crypt-PGPSimple/pkg-plist U security/p5-Crypt-PassGen/Makefile U security/p5-Crypt-PassGen/pkg-plist U security/p5-Crypt-PasswdMD5/pkg-plist U security/p5-Crypt-Primes/Makefile U security/p5-Crypt-RC4/Makefile U security/p5-Crypt-RC4/pkg-plist U security/p5-Crypt-RC5/Makefile U security/p5-Crypt-RC5/pkg-plist U security/p5-Crypt-RC6/Makefile U security/p5-Crypt-RC6/pkg-plist U security/p5-Crypt-RIPEMD160/Makefile U security/p5-Crypt-RIPEMD160/pkg-plist U security/p5-Crypt-RSA/Makefile U security/p5-Crypt-RSA/pkg-plist U security/p5-Crypt-RandPasswd/Makefile U security/p5-Crypt-RandPasswd/pkg-plist U security/p5-Crypt-Random/Makefile U security/p5-Crypt-Random/pkg-plist U security/p5-Crypt-Rijndael/pkg-plist U security/p5-Crypt-SSLeay/Makefile U security/p5-Crypt-SSLeay/pkg-plist U security/p5-Crypt-Serpent/Makefile U security/p5-Crypt-Serpent/pkg-plist U security/p5-Crypt-Solitaire/Makefile U security/p5-Crypt-Solitaire/pkg-plist U security/p5-Crypt-TripleDES/Makefile U security/p5-Crypt-TripleDES/pkg-plist U security/p5-Crypt-Twofish/pkg-plist U security/p5-Crypt-Twofish2/Makefile U security/p5-Crypt-Twofish2/pkg-plist U security/p5-Crypt-UnixCrypt/Makefile U security/p5-Crypt-UnixCrypt/pkg-plist U security/p5-Digest-BubbleBabble/Makefile U security/p5-Digest-BubbleBabble/pkg-plist U security/p5-Digest-HMAC/Makefile U security/p5-Digest-HMAC/pkg-plist U security/p5-Digest-MD2/Makefile U security/p5-Digest-MD2/pkg-plist U security/p5-Digest-MD4/Makefile U security/p5-Digest-Nilsimsa/Makefile U security/p5-File-Scan/Makefile U security/p5-File-Scan/pkg-plist U security/p5-GnuPG-Interface/Makefile U security/p5-IO-Socket-SSL/Makefile U security/p5-IO-Socket-SSL/pkg-plist U security/p5-MD5/Makefile U security/p5-MD5/pkg-plist U security/p5-Net-SSLeay/Makefile U security/p5-Net-SSLeay/pkg-plist U security/p5-PGP/Makefile U security/p5-PGP/pkg-plist U security/p5-PGP-Sign/Makefile U security/p5-PGP-Sign/pkg-plist U security/p5-SHA/Makefile U security/p5-SHA/pkg-plist U security/p5-Safe-Hole/Makefile U security/p5-Safe-Hole/pkg-plist U security/p5-Tie-EncryptedHash/Makefile U security/saferpay/pkg-plist.p5 U security/smtpscan/Makefile U security/snortsnarf/Makefile U security/swatch/Makefile U security/swatch/pkg-plist U security/tinyca/Makefile U shells/perlsh/pkg-plist U shells/vshnu/Makefile U sysutils/colorize/Makefile U sysutils/cvsweb-converters/Makefile U sysutils/fastest_cvsup/Makefile U sysutils/p5-File-Which/pkg-plist U sysutils/p5-Filesys-DiskSpace/Makefile U sysutils/p5-Filesys-DiskSpace/pkg-plist U sysutils/p5-LJ-Cache/Makefile U sysutils/p5-LJ-Cache/pkg-plist U sysutils/p5-LJ-TextMessage/Makefile U sysutils/p5-LJ-TextMessage/pkg-plist U sysutils/p5-Schedule-At/Makefile U sysutils/p5-Schedule-At/pkg-plist U sysutils/p5-Schedule-Cron/Makefile U sysutils/p5-Schedule-Cron/pkg-plist U sysutils/p5-Schedule-Match/Makefile U sysutils/p5-Schedule-Match/pkg-plist U sysutils/p5-Stat-lsMode/Makefile U sysutils/p5-Stat-lsMode/pkg-plist U sysutils/p5-Sys-CpuLoad/Makefile U sysutils/p5-Sys-CpuLoad/pkg-plist U sysutils/p5-SyslogScan/Makefile U sysutils/p5-SyslogScan/pkg-plist U sysutils/p5-Tie-Syslog/Makefile U sysutils/p5-Tie-Syslog/pkg-plist U sysutils/p5-UPS-Nut/Makefile U sysutils/p5-UPS-Nut/pkg-plist U sysutils/p5-Unix-ConfigFile/Makefile U sysutils/p5-Unix-ConfigFile/pkg-plist U sysutils/p5-Unix-Syslog/Makefile U sysutils/p5-Unix-Syslog/pkg-plist U sysutils/p5-User/Makefile U sysutils/p5-User/pkg-plist U sysutils/usermin/Makefile U sysutils/webmin/Makefile U sysutils/whatpix/Makefile U sysutils/wots/Makefile U textproc/ascii2pdf/Makefile U textproc/gutenbook/Makefile U textproc/gutenbook/pkg-plist U textproc/makepatch/pkg-plist U textproc/p5-Apache-ParseLog/Makefile U textproc/p5-Apache-ParseLog/pkg-plist U textproc/p5-CSS-SAC/Makefile U textproc/p5-CSS-SAC/pkg-plist U textproc/p5-Data-FormValidator/Makefile U textproc/p5-Data-FormValidator/pkg-plist U textproc/p5-DelimMatch/Makefile U textproc/p5-DelimMatch/pkg-plist U textproc/p5-FreeBSD-Ports/pkg-plist U textproc/p5-HTML-Format/Makefile U textproc/p5-HTML-Format/pkg-plist U textproc/p5-LJ-SpellCheck/Makefile U textproc/p5-LJ-SpellCheck/pkg-plist U textproc/p5-Lingua-Conjunction/Makefile U textproc/p5-Lingua-Conjunction/pkg-plist U textproc/p5-Lingua-EN-AddressParse/Makefile U textproc/p5-Lingua-EN-AddressParse/pkg-plist U textproc/p5-Lingua-EN-Gender/Makefile U textproc/p5-Lingua-EN-Gender/pkg-plist U textproc/p5-Lingua-EN-Inflect/Makefile U textproc/p5-Lingua-EN-Inflect/pkg-plist U textproc/p5-Lingua-EN-MatchNames/Makefile U textproc/p5-Lingua-EN-MatchNames/pkg-plist U textproc/p5-Lingua-EN-NameCase/Makefile U textproc/p5-Lingua-EN-NameCase/pkg-plist U textproc/p5-Lingua-EN-NameParse/Makefile U textproc/p5-Lingua-EN-NameParse/pkg-plist U textproc/p5-Lingua-EN-Nickname/Makefile U textproc/p5-Lingua-EN-Nickname/pkg-plist U textproc/p5-Lingua-EN-Numbers/Makefile U textproc/p5-Lingua-EN-Numbers/pkg-plist U textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile U textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist U textproc/p5-Lingua-EN-Sentence/Makefile U textproc/p5-Lingua-EN-Sentence/pkg-plist U textproc/p5-Lingua-EN-Squeeze/Makefile U textproc/p5-Lingua-EN-Squeeze/pkg-plist U textproc/p5-Lingua-EN-Summarize/Makefile U textproc/p5-Lingua-EN-Summarize/pkg-plist U textproc/p5-Lingua-EN-Syllable/Makefile U textproc/p5-Lingua-EN-Syllable/pkg-plist U textproc/p5-Lingua-Ident/pkg-plist U textproc/p5-Lingua-Ispell/pkg-plist U textproc/p5-Lingua-Preferred/Makefile U textproc/p5-Lingua-Preferred/pkg-plist U textproc/p5-MARC/Makefile U textproc/p5-MARC/pkg-plist U textproc/p5-NetAddr-IP-Find/Makefile U textproc/p5-NetAddr-IP-Find/pkg-plist U textproc/p5-Number-Format/Makefile U textproc/p5-Number-Format/pkg-plist U textproc/p5-Orchard-Perl/Makefile U textproc/p5-Orchard-Perl/pkg-plist U textproc/p5-PDF-API2/Makefile U textproc/p5-PDF-Create/Makefile U textproc/p5-PDF-Create/pkg-plist U textproc/p5-Parse-Syslog/Makefile U textproc/p5-Parse-Syslog/pkg-plist U textproc/p5-Pod-Constants/Makefile U textproc/p5-Pod-Constants/pkg-plist U textproc/p5-Pod-POM/pkg-plist U textproc/p5-RADIUS-UserFile/Makefile U textproc/p5-RADIUS-UserFile/pkg-plist U textproc/p5-RDF-Core/Makefile U textproc/p5-RDF-Core/pkg-plist U textproc/p5-RDFStore/Makefile U textproc/p5-RDFStore/pkg-plist U textproc/p5-Search-Saryer/Makefile U textproc/p5-Search-Saryer/pkg-plist U textproc/p5-Sort-ArbBiLex/Makefile U textproc/p5-Sort-ArbBiLex/pkg-plist U textproc/p5-Sort-Fields/Makefile U textproc/p5-Sort-Fields/pkg-plist U textproc/p5-Sort-PolySort/Makefile U textproc/p5-Sort-PolySort/pkg-plist U textproc/p5-Spreadsheet-ParseExcel/Makefile U textproc/p5-String-Scanf/Makefile U textproc/p5-String-Scanf/pkg-plist U textproc/p5-String-ShellQuote/Makefile U textproc/p5-String-ShellQuote/pkg-plist U textproc/p5-String-Strip/Makefile U textproc/p5-String-Strip/pkg-plist U textproc/p5-TeX-Hyphen/Makefile U textproc/p5-TeX-Hyphen/pkg-plist U textproc/p5-Text-Bind/Makefile U textproc/p5-Text-Bind/pkg-plist U textproc/p5-Text-CSV/Makefile U textproc/p5-Text-CSV/pkg-plist U textproc/p5-Text-CSV_XS/Makefile U textproc/p5-Text-CSV_XS/pkg-plist U textproc/p5-Text-Diff/Makefile U textproc/p5-Text-Diff/pkg-plist U textproc/p5-Text-DoubleMetaphone/Makefile U textproc/p5-Text-DoubleMetaphone/pkg-plist U textproc/p5-Text-EtText/pkg-plist U textproc/p5-Text-FillIn/Makefile U textproc/p5-Text-FillIn/pkg-plist U textproc/p5-Text-Filter/Makefile U textproc/p5-Text-Filter/pkg-plist U textproc/p5-Text-Filter-Chain/Makefile U textproc/p5-Text-Filter-Chain/pkg-plist U textproc/p5-Text-FixedLength/Makefile U textproc/p5-Text-FixedLength/pkg-plist U textproc/p5-Text-FixedLength-Extra/Makefile U textproc/p5-Text-FixedLength-Extra/pkg-plist U textproc/p5-Text-Flowchart/Makefile U textproc/p5-Text-Flowchart/pkg-plist U textproc/p5-Text-Format/Makefile U textproc/p5-Text-Format/pkg-plist U textproc/p5-Text-FormatTable/Makefile U textproc/p5-Text-FormatTable/pkg-plist U textproc/p5-Text-Graphics/Makefile U textproc/p5-Text-Graphics/pkg-plist U textproc/p5-Text-Metaphone/Makefile U textproc/p5-Text-Metaphone/pkg-plist U textproc/p5-Text-Query/Makefile U textproc/p5-Text-Query/pkg-plist U textproc/p5-Text-Repository/Makefile U textproc/p5-Text-Repository/pkg-plist U textproc/p5-Text-Shellwords/Makefile U textproc/p5-Text-Shellwords/pkg-plist U textproc/p5-Text-SimpleTemplate/Makefile U textproc/p5-Text-SimpleTemplate/pkg-plist U textproc/p5-Text-Tabs+Wrap/Makefile U textproc/p5-Text-Tabs+Wrap/pkg-plist U textproc/p5-Text-Template/Makefile U textproc/p5-Text-Template/pkg-plist U textproc/p5-Text-Tmpl/Makefile U textproc/p5-Text-Tmpl/pkg-plist U textproc/p5-Text-Wrapper/Makefile U textproc/p5-Text-Wrapper/pkg-plist U textproc/p5-Tk-XMLViewer/Makefile U textproc/p5-Tree-Nary/Makefile U textproc/p5-Tree-Nary/pkg-plist U textproc/p5-URI-Find/Makefile U textproc/p5-URI-Find/pkg-plist U textproc/p5-WDDX/Makefile U textproc/p5-WDDX/pkg-plist U textproc/p5-XML-Catalog/Makefile U textproc/p5-XML-Catalog/pkg-plist U textproc/p5-XML-DOM/Makefile U textproc/p5-XML-DOM/pkg-plist U textproc/p5-XML-DT/Makefile U textproc/p5-XML-DT/pkg-plist U textproc/p5-XML-Directory/Makefile U textproc/p5-XML-Directory/pkg-plist U textproc/p5-XML-Dumper/Makefile U textproc/p5-XML-Dumper/pkg-plist U textproc/p5-XML-Encoding/Makefile U textproc/p5-XML-Encoding/pkg-plist U textproc/p5-XML-Filter-Base/Makefile U textproc/p5-XML-Filter-Base/pkg-plist U textproc/p5-XML-Filter-DetectWS/Makefile U textproc/p5-XML-Filter-DetectWS/pkg-plist U textproc/p5-XML-Filter-GenericChunk/Makefile U textproc/p5-XML-Filter-Reindent/Makefile U textproc/p5-XML-Filter-Reindent/pkg-plist U textproc/p5-XML-Filter-SAXT/Makefile U textproc/p5-XML-Filter-SAXT/pkg-plist U textproc/p5-XML-Filter-XInclude/Makefile U textproc/p5-XML-Filter-XInclude/pkg-plist U textproc/p5-XML-Filter-XSLT/Makefile U textproc/p5-XML-Filter-XSLT/pkg-plist U textproc/p5-XML-GDOME/Makefile U textproc/p5-XML-Generator-PerlData/Makefile U textproc/p5-XML-Grove/Makefile U textproc/p5-XML-Grove/pkg-plist U textproc/p5-XML-Handler-YAWriter/Makefile U textproc/p5-XML-Handler-YAWriter/pkg-plist U textproc/p5-XML-LibRSVG/Makefile U textproc/p5-XML-LibRSVG/pkg-plist U textproc/p5-XML-LibXML-Common/pkg-plist U textproc/p5-XML-LibXSLT/Makefile U textproc/p5-XML-LibXSLT/pkg-plist U textproc/p5-XML-Node/Makefile U textproc/p5-XML-Node/pkg-plist U textproc/p5-XML-RSS/Makefile U textproc/p5-XML-RegExp/Makefile U textproc/p5-XML-RegExp/pkg-plist U textproc/p5-XML-SAX-Base/Makefile U textproc/p5-XML-SAX-Base/pkg-plist U textproc/p5-XML-SAXDriver-Sablotron/Makefile U textproc/p5-XML-SAXDriver-Sablotron/pkg-plist U textproc/p5-XML-Schematron/Makefile U textproc/p5-XML-Schematron/pkg-plist U textproc/p5-XML-Simple/Makefile U textproc/p5-XML-Stream/Makefile U textproc/p5-XML-Stream/pkg-plist U textproc/p5-XML-TreeBuilder/Makefile U textproc/p5-XML-TreeBuilder/pkg-plist U textproc/p5-XML-Twig/Makefile U textproc/p5-XML-Twig/pkg-plist U textproc/p5-XML-XPath/Makefile U textproc/p5-XML-XPath/pkg-plist U textproc/p5-XML-XQL/Makefile U textproc/p5-XML-XQL/pkg-plist U textproc/p5-XML-XUpdate-LibXML/Makefile U textproc/p5-XML-XUpdate-LibXML/pkg-plist U textproc/p5-dTemplate/Makefile U textproc/p5-dTemplate/pkg-plist U textproc/p5-libxml/Makefile U textproc/p5-libxml/pkg-plist U textproc/p5-xmltv/pkg-plist U textproc/ruby-xmlparser/Makefile U textproc/sarep/Makefile U textproc/sdf/pkg-plist U textproc/texi2db/Makefile U textproc/xslint/Makefile U www/bins/Makefile U www/cgi-lib.pl/pkg-plist U www/cybercalendar/Makefile U www/html2wml/Makefile U www/htmlobject/Makefile U www/htmlobject/pkg-plist U www/htmlpp/pkg-plist U www/interchange/Makefile U www/jdresolve/Makefile U www/ljdeps/Makefile U www/mod_perl/Makefile U www/mod_perl/pkg-plist U www/mod_perl2/Makefile U www/p5-Apache-ASP/Makefile U www/p5-Apache-AddHostPath/Makefile U www/p5-Apache-AddHostPath/pkg-plist U www/p5-Apache-Admin-Config/Makefile U www/p5-Apache-Admin-Config/pkg-plist U www/p5-Apache-AntiSpam/Makefile U www/p5-Apache-AntiSpam/pkg-plist U www/p5-Apache-Archive/Makefile U www/p5-Apache-Archive/pkg-plist U www/p5-Apache-AuthCookie/Makefile U www/p5-Apache-AuthCookie/pkg-plist U www/p5-Apache-AuthTicket/Makefile U www/p5-Apache-AuthTicket/pkg-plist U www/p5-Apache-AuthenCache/Makefile U www/p5-Apache-AuthenCache/pkg-plist U www/p5-Apache-AuthenURL/Makefile U www/p5-Apache-AuthenURL/pkg-plist U www/p5-Apache-AutoIndex/Makefile U www/p5-Apache-AutoIndex/pkg-plist U www/p5-Apache-Clean/Makefile U www/p5-Apache-Compress/Makefile U www/p5-Apache-ConfigFile/pkg-plist U www/p5-Apache-DumpHeaders/Makefile U www/p5-Apache-DumpHeaders/pkg-plist U www/p5-Apache-Icon/Makefile U www/p5-Apache-Icon/pkg-plist U www/p5-Apache-Language/Makefile U www/p5-Apache-Language/pkg-plist U www/p5-Apache-MP3/Makefile U www/p5-Apache-MP3/pkg-plist U www/p5-Apache-NNTPGateway/Makefile U www/p5-Apache-NNTPGateway/pkg-plist U www/p5-Apache-PageKit/Makefile U www/p5-Apache-PageKit/pkg-plist U www/p5-Apache-Peek/Makefile U www/p5-Apache-Peek/pkg-plist U www/p5-Apache-Radius/Makefile U www/p5-Apache-Radius/pkg-plist U www/p5-Apache-Reload/Makefile U www/p5-Apache-Reload/pkg-plist U www/p5-Apache-SSI/Makefile U www/p5-Apache-Session/Makefile U www/p5-Apache-Session/pkg-plist U www/p5-Apache-Session-PHP/Makefile U www/p5-Apache-Session-PHP/pkg-plist U www/p5-Apache-SubProcess/Makefile U www/p5-Apache-SubProcess/pkg-plist U www/p5-ApacheBench/pkg-plist U www/p5-AxKit/Makefile U www/p5-AxKit/pkg-plist U www/p5-AxKit-XSP-Cookie/Makefile U www/p5-AxKit-XSP-Cookie/pkg-plist U www/p5-AxKit-XSP-ESQL/Makefile U www/p5-AxKit-XSP-ESQL/pkg-plist U www/p5-AxKit-XSP-Exception/Makefile U www/p5-AxKit-XSP-Exception/pkg-plist U www/p5-AxKit-XSP-IfParam/Makefile U www/p5-AxKit-XSP-IfParam/pkg-plist U www/p5-AxKit-XSP-Param/Makefile U www/p5-AxKit-XSP-Param/pkg-plist U www/p5-AxKit-XSP-PerForm/Makefile U www/p5-AxKit-XSP-PerForm/pkg-plist U www/p5-AxKit-XSP-Sendmail/Makefile U www/p5-AxKit-XSP-Sendmail/pkg-plist U www/p5-AxKit-XSP-Util/Makefile U www/p5-AxKit-XSP-Util/pkg-plist U www/p5-AxKit-XSP-WebUtils/Makefile U www/p5-AxKit-XSP-WebUtils/pkg-plist U www/p5-Bundle-Slash/Makefile U www/p5-Bundle-Slash/pkg-plist U www/p5-Bundle-Sledge/Makefile U www/p5-Bundle-Sledge/pkg-plist U www/p5-CGI-Application/Makefile U www/p5-CGI-Application/pkg-plist U www/p5-CGI-ArgChecker/Makefile U www/p5-CGI-ArgChecker/pkg-plist U www/p5-CGI-Cache/Makefile U www/p5-CGI-Cache/pkg-plist U www/p5-CGI-FastTemplate/Makefile U www/p5-CGI-FastTemplate/pkg-plist U www/p5-CGI-Minimal/pkg-plist U www/p5-CGI-Session/Makefile U www/p5-CGI-Session/pkg-plist U www/p5-CGI-SpeedyCGI/pkg-plist U www/p5-CGI-Upload/Makefile U www/p5-CGI-Upload/pkg-plist U www/p5-CGI-modules/Makefile U www/p5-CGI-modules/pkg-plist U www/p5-CGI.pm/Makefile U www/p5-FastCGI/Makefile U www/p5-FastCGI/pkg-plist U www/p5-GtkHTML/Makefile U www/p5-GtkHTML/pkg-plist U www/p5-HTML/pkg-plist U www/p5-HTML-CalendarMonthSimple/Makefile U www/p5-HTML-CalendarMonthSimple/pkg-plist U www/p5-HTML-Clean/pkg-plist U www/p5-HTML-Element-Extended/Makefile U www/p5-HTML-Element-Extended/pkg-plist U www/p5-HTML-Embperl/Makefile U www/p5-HTML-Embperl/pkg-plist U www/p5-HTML-FromText/Makefile U www/p5-HTML-FromText/pkg-plist U www/p5-HTML-Navigation/Makefile U www/p5-HTML-Navigation/pkg-plist U www/p5-HTML-Pager/Makefile U www/p5-HTML-Pager/pkg-plist U www/p5-HTML-QuickCheck/Makefile U www/p5-HTML-QuickCheck/pkg-plist U www/p5-HTML-SimpleParse/Makefile U www/p5-HTML-Stream/Makefile U www/p5-HTML-Stream/pkg-plist U www/p5-HTML-Summary/Makefile U www/p5-HTML-Summary/pkg-plist U www/p5-HTML-Table/pkg-plist U www/p5-HTML-TableExtract/Makefile U www/p5-HTML-TableExtract/pkg-plist U www/p5-HTML-TableLayout/pkg-plist U www/p5-HTML-Tagset/pkg-plist U www/p5-HTML-Template/pkg-plist U www/p5-HTML-Template-Associate/Makefile U www/p5-HTML-Template-Expr/Makefile U www/p5-HTML-Template-Expr/pkg-plist U www/p5-HTML-Tree/Makefile U www/p5-HTML-Tree/pkg-plist U www/p5-HTML-Webmake/Makefile U www/p5-HTML-Webmake/pkg-plist U www/p5-HTML-Widgets-SelectLayers/Makefile U www/p5-HTML-Widgets-SelectLayers/pkg-plist U www/p5-HTTP-BrowserDetect/pkg-plist U www/p5-HTTP-DAV/Makefile U www/p5-HTTP-DAV/pkg-plist U www/p5-HTTP-GHTTP/Makefile U www/p5-HTTP-GHTTP/pkg-plist U www/p5-HTTP-MobileAgent/Makefile U www/p5-HTTP-MobileAgent/pkg-plist U www/p5-HTTPD-Log-Filter/Makefile U www/p5-HTTPD-Log-Filter/pkg-plist U www/p5-HTTPD-Tools/Makefile U www/p5-HTTPD-Tools/pkg-plist U www/p5-MasonX-Request-WithApacheSession/pkg-plist U www/p5-ParallelUA/Makefile U www/p5-ParallelUA/pkg-plist U www/p5-Sledge/Makefile U www/p5-Sledge/pkg-plist U www/p5-Sledge-Plugin-CacheContent/Makefile U www/p5-Sledge-Plugin-CacheContent/pkg-plist U www/p5-Sledge-Plugin-Download/Makefile U www/p5-Sledge-Plugin-Download/pkg-plist U www/p5-Sledge-Plugin-Dumper/Makefile U www/p5-Sledge-Plugin-Dumper/pkg-plist U www/p5-Sledge-Plugin-HTML2HDML/Makefile U www/p5-Sledge-Plugin-HTML2HDML/pkg-plist U www/p5-Sledge-Plugin-Log/Makefile U www/p5-Sledge-Plugin-Log/pkg-plist U www/p5-Sledge-Plugin-NoCache/Makefile U www/p5-Sledge-Plugin-NoCache/pkg-plist U www/p5-Sledge-Plugin-SaveUpload/Makefile U www/p5-Sledge-Plugin-SaveUpload/pkg-plist U www/p5-Sledge-Plugin-ScratchPad/Makefile U www/p5-Sledge-Plugin-ScratchPad/pkg-plist U www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile U www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-plist U www/p5-Sledge-Plugin-XSLT/Makefile U www/p5-Sledge-Plugin-XSLT/pkg-plist U www/p5-Sledge-SessionManager-CookieStore/Makefile U www/p5-Sledge-SessionManager-CookieStore/pkg-plist U www/p5-Sledge-Template-Expr/Makefile U www/p5-Sledge-Template-Expr/pkg-plist U www/p5-Template-Plugin-Comma/Makefile U www/p5-Template-Toolkit/Makefile U www/p5-Template-Toolkit/pkg-plist U www/p5-URI-Sequin/Makefile U www/p5-URI-Sequin/pkg-plist U www/p5-WWW-Automate/Makefile U www/p5-WWW-Automate/pkg-plist U www/p5-WWW-IMDb/Makefile U www/p5-WWW-IMDb/pkg-plist U www/p5-WWW-Robot/Makefile U www/p5-WWW-Robot/pkg-plist U www/p5-WWW-Search-Google/Makefile U www/p5-WWW-Search-Google/pkg-plist U www/p5-libservlet/Makefile U www/p5-libservlet/pkg-plist U www/reportmagic/Makefile U www/rt2/Makefile U www/rt3/Makefile U www/smb2www/Makefile U www/swish++/pkg-plist U www/w3mir/Makefile U www/w3mir/pkg-plist U www/wwwstat/pkg-plist ? x11/gnome2/log U x11/xkbset/Makefile U x11-fm/cfm/Makefile U x11-fonts/p5-Font-AFM/Makefile U x11-fonts/p5-Font-AFM/pkg-plist U x11-fonts/p5-Font-TTF/pkg-plist U x11-toolkits/p5-GdkImlib/Makefile U x11-toolkits/p5-GdkImlib/pkg-plist U x11-toolkits/p5-GdkPixbuf/Makefile U x11-toolkits/p5-GdkPixbuf/pkg-plist U x11-toolkits/p5-Glade/Makefile U x11-toolkits/p5-Glade/pkg-plist U x11-toolkits/p5-Gnome/Makefile U x11-toolkits/p5-Gnome/pkg-plist U x11-toolkits/p5-Gtk/Makefile U x11-toolkits/p5-Gtk/pkg-plist U x11-toolkits/p5-GtkXmHTML/Makefile U x11-toolkits/p5-GtkXmHTML/pkg-plist U x11-toolkits/p5-Prima/pkg-plist U x11-toolkits/p5-Tcl-Tk/Makefile U x11-toolkits/p5-Tcl-Tk/pkg-plist U x11-toolkits/p5-Tk-Autoscroll/Makefile U x11-toolkits/p5-Tk-Autoscroll/pkg-plist U x11-toolkits/p5-Tk-ColourChooser/Makefile U x11-toolkits/p5-Tk-ColourChooser/pkg-plist U x11-toolkits/p5-Tk-Date/Makefile U x11-toolkits/p5-Tk-Date/pkg-plist U x11-toolkits/p5-Tk-Enscript/Makefile U x11-toolkits/p5-Tk-Enscript/pkg-plist U x11-toolkits/p5-Tk-FileDialog/Makefile U x11-toolkits/p5-Tk-FileDialog/pkg-plist U x11-toolkits/p5-Tk-GBARR/Makefile U x11-toolkits/p5-Tk-GBARR/pkg-plist U x11-toolkits/p5-Tk-Getopt/Makefile U x11-toolkits/p5-Tk-Getopt/pkg-plist U x11-toolkits/p5-Tk-HistEntry/Makefile U x11-toolkits/p5-Tk-HistEntry/pkg-plist U x11-toolkits/p5-Tk-TableMatrix/Makefile U x11-toolkits/p5-Tk-TableMatrix/pkg-plist From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 08:17:06 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D72E016A4B3 for ; Fri, 24 Oct 2003 08:17:06 -0700 (PDT) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [193.162.153.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E1D43F85 for ; Fri, 24 Oct 2003 08:17:05 -0700 (PDT) (envelope-from freebsd.nospam@mekanix.dk) Received: from 192.168.1.6 (0x3ef31280.albnxx2.adsl.tele.dk [62.243.18.128]) by pfepb.post.tele.dk (Postfix) with ESMTP id 02CFF5EE08B for ; Fri, 24 Oct 2003 17:17:04 +0200 (CEST) From: Bjarne Wichmann Petersen To: freebsd-ports@freebsd.org Date: Fri, 24 Oct 2003 17:20:40 +0200 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310241720.40898.freebsd.nospam@mekanix.dk> Subject: Broken portstree? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 15:17:07 -0000 Hi! Something is wrong with my portstree. Every port I try to install barks back with eg the following: /usr/ports/emulators/vice# make install ===> vice-1.13 is marked as broken: Unknown component NO. And I've got no clue where to look. The system is a fairly fresh (<2 weeks) 4.8-RELEASE upgraded to -STABLE. And since then I've done a few cvsup's and installs... now, it just don't work... Bjarne From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 08:21:54 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1753516A4BF for ; Fri, 24 Oct 2003 08:21:54 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F9A43FBD for ; Fri, 24 Oct 2003 08:21:52 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080ba6e.dip.t-dialin.net ([80.128.186.110] helo=fillmore-labs.com ident=pefeznjjvamxxr0x) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AD3l6-0001lD-J0; Fri, 24 Oct 2003 17:21:48 +0200 Message-ID: <3F99438A.4090902@fillmore-labs.com> Date: Fri, 24 Oct 2003 17:21:46 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Bjarne Wichmann Petersen References: <200310241720.40898.freebsd.nospam@mekanix.dk> In-Reply-To: <200310241720.40898.freebsd.nospam@mekanix.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: freebsd-ports@freebsd.org Subject: Re: Broken portstree? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 15:21:54 -0000 Bjarne Wichmann Petersen wrote: > Something is wrong with my portstree. Every port I try to install barks back > with eg the following: > > /usr/ports/emulators/vice# make install > ===> vice-1.13 is marked as broken: Unknown component NO. > > And I've got no clue where to look. > > The system is a fairly fresh (<2 weeks) 4.8-RELEASE upgraded to -STABLE. And > since then I've done a few cvsup's and installs... now, it just don't work... look for USE_GNOME= NO in /etc/make.conf. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 08:45:54 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0886516A4BF; Fri, 24 Oct 2003 08:45:54 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA6F43FD7; Fri, 24 Oct 2003 08:45:52 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h9OFjluI005525; Fri, 24 Oct 2003 11:45:47 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Wingate In-Reply-To: <20031024080309.R334@daemon.g-e-e-k.net> References: <20031024080309.R334@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-mrFNzomGjVmsbfIYbRX3" Organization: MarcusCom, Inc. Message-Id: <1067010352.730.7.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 24 Oct 2003 11:45:52 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-gnome@freebsd.org cc: FreeBSD Ports Mail list Subject: Re: Epiphany 1.04 portupgrade failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 15:45:54 -0000 --=-mrFNzomGjVmsbfIYbRX3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-10-24 at 11:04, Steve Wingate wrote: > I cannot portupgrade to epiphany 1.0.4. Here is the trailing error output= : Make sure your mozilla and mozilla-headers ports are in sync, and up-to-date. Joe >=20 > ContentHandler.cpp:254: prototype for `nsresult > GContentHandler::Show(nsIHelperAppLauncher *, nsISupports *, int)' does > not match any in class `GContentHandler'ContentHandler.h:59: candidate is= : > nsresult GContentHandler::Show(nsIHelperAppLauncher *, nsISupports *) > ContentHandler.cpp:279: prototype for `nsresult > GContentHandler::PromptForSaveToFile(nsIHelperAppLauncher *, nsISupports > *, const PRUnichar *, const PRUnichar *, nsILocalFile **)' does not match > any in class `GContentHandler' > ContentHandler.h:59: candidate is: nsresult > GContentHandler::PromptForSaveToFile(nsISupports *, const PRUnichar *, > const PRUnichar *, nsILocalFile **) > gmake[3]: *** [ContentHandler.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/www/epiphany/work/epiphany-1.0.4/embed/mozilla' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/www/epiphany/work/epiphany-1.0.4/embed' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-1.0.4' > gmake: *** [all] Error 2 > *** Error code 2 > ------------------------------------- > I have cvsup'ed this morning. >=20 > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Fri Oct 24 08:00:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > | 8:00AM up 45 days, 32 mins, 2 users, load averages: 0.01, 0.01, 0.00 > +---------------------------------------------------------------------+ > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-mrFNzomGjVmsbfIYbRX3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/mUkwb2iPiv4Uz4cRAi2FAJ4usqTJqknCh942XjuafryAhjJ1RQCfRdix m/GRtprfQb+o9QOv668mm9s= =T76T -----END PGP SIGNATURE----- --=-mrFNzomGjVmsbfIYbRX3-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 08:49:21 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C923516A4B3 for ; Fri, 24 Oct 2003 08:49:21 -0700 (PDT) Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [193.162.153.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C51F43FBF for ; Fri, 24 Oct 2003 08:49:21 -0700 (PDT) (envelope-from freebsd.nospam@mekanix.dk) Received: from 192.168.1.6 (0x3ef31280.albnxx2.adsl.tele.dk [62.243.18.128]) by pfepa.post.tele.dk (Postfix) with ESMTP id A7F7F48008D; Fri, 24 Oct 2003 17:49:19 +0200 (CEST) From: Bjarne Wichmann Petersen To: Oliver Eikemeier Date: Fri, 24 Oct 2003 17:52:56 +0200 User-Agent: KMail/1.5.4 References: <200310241720.40898.freebsd.nospam@mekanix.dk> <3F99438A.4090902@fillmore-labs.com> In-Reply-To: <3F99438A.4090902@fillmore-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310241752.56331.freebsd.nospam@mekanix.dk> cc: freebsd-ports@freebsd.org Subject: Re: Broken portstree? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 15:49:21 -0000 On Friday 24 October 2003 17:21, Oliver Eikemeier wrote: > USE_GNOME= NO > in /etc/make.conf. Should I comment it out/remove it? How do I prevent building of the entire Gnome-stuff then? And on a sidenote... why does this happen (eg... mod_php4 hasn't anything to do with gnome?). Bjarne From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 08:58:21 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEAF116A4B3 for ; Fri, 24 Oct 2003 08:58:21 -0700 (PDT) Received: from pd5mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F2043F85 for ; Fri, 24 Oct 2003 08:58:20 -0700 (PDT) (envelope-from peepstein@canada.com) Received: from pd3mr3so.prod.shaw.ca (pd3mr3so-ser.prod.shaw.ca [10.0.141.179])2003)) with ESMTP id <0HN9002I9R15YL@l-daemon> for ports@FreeBSD.org; Fri, 24 Oct 2003 09:58:17 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca (pn2ml9so-qfe0.prod.shaw.ca [10.0.121.7]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HN900196R156N@l-daemon> for ports@FreeBSD.org; Fri, 24 Oct 2003 09:58:17 -0600 (MDT) Received: from interface.larch.local (h24-80-23-243.vc.shawcable.net [24.80.23.243]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HN900ITHR14RR@l-daemon> for ports@FreeBSD.org; Fri, 24 Oct 2003 09:58:17 -0600 (MDT) Date: Fri, 24 Oct 2003 08:58:32 -0700 From: Edward Epstein To: ports@FreeBSD.org Message-id: <200310240858.32915.peepstein@canada.com> MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_GNne58r+JMwXXt/OyRtLqA)" User-Agent: KMail/1.5.4 X-Special: Have a nice day! Subject: build of /usr/ports/editors/openoffice fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: peepstein@canada.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 15:58:22 -0000 --Boundary_(ID_GNne58r+JMwXXt/OyRtLqA) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline Hi, I'm trying to compile openoffice 1.0.3. but it fails like so: ============= Building project i18npool ============= /mnt/floppy/ports/editors/openoffice/work/oo_1.0.3_src/i18npool/source/ unotypes ------------- /mnt/floppy/ports/editors/openoffice/work/oo_1.0.3_src/i18npool/source/ registerservices ------------- /mnt/floppy/ports/editors/openoffice/work/oo_1.0.3_src/i18npool/source/ defaultnumberingprovider ------------- /mnt/floppy/ports/editors/openoffice/work/oo_1.0.3_src/i18npool/source/ numberformatcode ------------- /mnt/floppy/ports/editors/openoffice/work/oo_1.0.3_src/i18npool/source/ xmlparser ------------- /mnt/floppy/ports/editors/openoffice/work/oo_1.0.3_src/i18npool/source/ localedata ------------- /mnt/floppy/ports/editors/openoffice/work/oo_1.0.3_src/i18npool/source/ localedata_ascii rm -f ../../unxfbsd.pro/misc/localedata_af_ZA.cxx ../../unxfbsd.pro/bin/saxparser af_ZA af_ZA.xml ../../unxfbsd.pro/misc/ localedata_af_ZA.cxx ../../unxfbsd.pro/bin/appl icat.rdb Exception on createRegistryServiceFactory dmake: Error code 1, while making '../../unxfbsd.pro/misc/ localedata_af_ZA.cxx' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /mnt/floppy/ports/editors/openoffice/ work/oo_1.0.3_src/i18npool/source/locale data_ascii dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/editors/openoffice. I'm not sure what more infomation to provide, unfortunately. It might be useful to mention that the first time I did a make fetch for this port, the first successful server that I pulled OOo_1.0.3_source.tar.bz2 from gave me a file that failed to match the checksum in distinfo. I got the same file directly from the openoffice website and it matched the distinfo md5, so I used the matching file instead. pkg_info and dmesg are attached. -Ed -- "There are people who cheat on their spouse but not at cards, and vice versa, and both and neither. Reputation is not necessarily portable from one situation to another, and it's not easily expressed." --Clay Shirkey. (http://www.shirky.com/writings/group_enemy.html) "It has been said that man is a rational animal. All my life I have been searching for evidence which could support this." --Bertrand Russell. "The American empire is ideological, not territorial. We are the most ideological people in the world, and we are so united in our view that we don't understand there can be other views." --Lt. Gen. William Odom, ret. (Former Director of NSA). --Boundary_(ID_GNne58r+JMwXXt/OyRtLqA) Content-type: text/plain; charset=us-ascii; name=dmesg Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=dmesg Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.9-RC3 #1: Wed Oct 22 19:27:39 PDT 2003 edward@interface.larch.local:/usr/obj/usr/src/sys/BUZZ Timecounter "i8254" frequency 1193182 Hz CPU: Intel Pentium III (744.55-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383f9ff real memory = 536805376 (524224K bytes) avail memory = 518184960 (506040K bytes) Preloaded elf kernel "kernel" at 0xc040a000. netsmb_dev: loaded Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fdf00 apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 7 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xe000-0xe01f irq 5 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0x5000-0x500f at device 7.3 on pci0 pcm0: port 0xe400-0xe41f irq 5 at device 9.0 on pci0 pcm0: pci0: at 11.0 irq 10 fxp0: port 0xec00-0xec1f mem 0xdc000000-0xdc0fffff,0xdc100000-0xdc100fff irq 11 at device 13.0 on pci0 fxp0: Ethernet address 00:90:27:34:1d:5e inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0: