From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 03:19: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 DB7E216A4CE for ; Sun, 16 Nov 2003 03:19:22 -0800 (PST) Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by mx1.FreeBSD.org (Postfix) with SMTP id 408EF43FB1 for ; Sun, 16 Nov 2003 03:19:21 -0800 (PST) (envelope-from atamaniuk-ports@frobs.net) Received: (qmail 85650 invoked by uid 1003); 16 Nov 2003 11:19:41 -0000 Date: Sun, 16 Nov 2003 12:19:19 +0100 From: Patrick Atamaniuk To: Oliver Eikemeier Message-ID: <20031116111941.GA84539@mail.webmonster.de> References: <3FB60C9C.2050605@fillmore-labs.com> <3FB6140F.1060200@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FB6140F.1060200@fillmore-labs.com> User-Agent: Mutt/1.4.1i X-Arbitrary-Number-Of-The-Day: 42 cc: freebsd-ports@freebsd.org Subject: Re: portrookies for early adopters 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, 16 Nov 2003 11:19:23 -0000 Hello all, Oliver Eikemeier(eikemeier@fillmore-labs.com)@2003.11.15 12:54:55 +0000: [...] > cvs add `find -name CVS -prune -o -type f -print` i am not sure if this works as it is meant to: cvs version 1.11.5 cvs info says: [File: cvs.info, Node: Adding files] ----- snip --- Unlike most other commands, the `add' command is not recursive. You cannot even type `cvs add foo/bar'! Instead, you have to $ cd foo $ cvs add bar ----- snip --- There are probably directories named `files' and `scripts' as well as the itself. cd && cvs add * will work though for one directory level. -- regards, Patrick Atamaniuk From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 03:54: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 5947F16A4CF for ; Sun, 16 Nov 2003 03:54:44 -0800 (PST) Received: from carrick.bishnet.net (carrick.bishnet.net [217.204.9.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AFE143FA3 for ; Sun, 16 Nov 2003 03:54:43 -0800 (PST) (envelope-from tdb@carrick.bishnet.net) Received: from tdb by carrick.bishnet.net with local (Exim 4.24; FreeBSD 5.1) id 1ALLUE-0004Oj-3S; Sun, 16 Nov 2003 11:54:38 +0000 Date: Sun, 16 Nov 2003 11:54:38 +0000 From: Tim Bishop To: Patrick Atamaniuk Message-ID: <20031116115437.GA858@carrick.bishnet.net> References: <3FB60C9C.2050605@fillmore-labs.com> <3FB6140F.1060200@fillmore-labs.com> <20031116111941.GA84539@mail.webmonster.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031116111941.GA84539@mail.webmonster.de> 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 cc: freebsd-ports@freebsd.org cc: Oliver Eikemeier Subject: Re: portrookies for early adopters 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, 16 Nov 2003 11:54:44 -0000 On Sun, Nov 16, 2003 at 12:19:19PM +0100, Patrick Atamaniuk wrote: > Hello all, > > Oliver Eikemeier(eikemeier@fillmore-labs.com)@2003.11.15 12:54:55 +0000: > [...] > > cvs add `find -name CVS -prune -o -type f -print` > > i am not sure if this works as it is meant to: > cvs version 1.11.5 > cvs info says: [File: cvs.info, Node: Adding files] > ----- snip --- > Unlike most other commands, the `add' command is not recursive. You > cannot even type `cvs add foo/bar'! Instead, you have to > > $ cd foo > $ cvs add bar > ----- snip --- You're right, it doesn't seem to: tdb@inferno [~/test] % find foo -name CVS -prune -o -type f -print foo/test foo/bar/test tdb@inferno [~/test] % tdb@infnrno [~/test] % cvs add `find foo -name CVS -prune -o -type f -print` cvs add: in directory foo: cvs [add aborted]: there is no version here; do 'cvs checkout' first tdb@inferno [~/test] % However, if you do this it does: tdb@inferno [~/test] % cvs add `find foo -name CVS -prune -o -type d -print` Directory /tmp/cvsroot/test/foo added to the repository Directory /tmp/cvsroot/test/foo/bar added to the repository tdb@inferno [~/test] % cvs add `find foo -name CVS -prune -o -type f -print` cvs add: scheduling file `foo/test' for addition cvs add: scheduling file `foo/bar/test' for addition cvs add: use 'cvs commit' to add these files permanently tdb@inferno [~/test] % Which I guess makes sense because you need to add the directories first. HTH, Tim. -- Tim Bishop http://www.bishnet.net/tim PGP Key: 0x5AE7D984 From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 05: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 58B8116A4CE for ; Sun, 16 Nov 2003 05:23:08 -0800 (PST) Received: from smtp.web.de (smtp01.web.de [217.72.192.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5116743FBF for ; Sun, 16 Nov 2003 05:23:07 -0800 (PST) (envelope-from kay_lehmann@web.de) Received: from lehmann.in-dsl.de ([212.42.238.240] helo=web.de) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.99 #516) id 1ALMro-0005pf-00; Sun, 16 Nov 2003 14:23:04 +0100 Message-ID: <3FB77A54.4010907@web.de> Date: Sun, 16 Nov 2003 14:23:32 +0100 From: Kay Lehmann User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.5) Gecko/20031102 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: walt References: <3FB64D80.401@myrealbox.com> In-Reply-To: <3FB64D80.401@myrealbox.com> Content-Type: multipart/mixed; boundary="------------080003010700010309050309" Sender: kay_lehmann@web.de cc: riggs@rrr.de cc: freebsd-ports@freebsd.org Subject: Re: MPLAYER -- missing symbols from libungif 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, 16 Nov 2003 13:23:08 -0000 This is a multi-part message in MIME format. --------------080003010700010309050309 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit walt schrieb: > cc -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -Ilibmpdemux -Iloader -Ilibvo > -I/usr/local/include/freetype2 -I/usr/local/include > -I/usr/local/include/freetype2 -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -o mplayer mplayer.o > mp_msg.o cpudetect.o codec-cfg.o cfgparser.o my_profile.o spudec.o > playtree.o playtreeparser.o asxparser.o vobsub.o subreader.o sub_cc.o > find_sub.o m_config.o m_option.o parser-cfg.o m_struct.o unrarlib.o > mixer.o parser-mpcmd.o libvo/libvo.a libao2/libao2.a vidix/libvidix.a > Gui/libgui.a libmpcodecs/libmpcodecs.a mp3lib/libMP3.a liba52/liba52.a > libmpeg2/libmpeg2.a loader/libloader.a loader/dshow/libDS_Filter.a > loader/dmo/libDMO_Filter.a libaf/libaf.a libmpdemux/libmpdemux.a > input/libinput.a postproc/libpostproc.a postproc/libswscale.a > linux/libosdep.a -Llibmpdvdkit2 -lmpdvdkit libavcodec/libavcodec.a > -lvorbis -logg -llzo -lpng -lz -lz -ljpeg /usr/X11R6/lib/libxmms.so > -export-dynamic -L/usr/local/lib -lfreetype -lz -ltermcap > -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib > -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm > -L/usr/local/lib -lglib12 -lGL -lXxf86dga -lXv -lXxf86vm -lXinerama > -L/usr/X11R6/lib -lXext -lX11 -L/usr/local/lib -lesd > -laudiofile -lm -L/usr/local/lib -L/usr/local/lib -lc_r -rdynamic > -liconv -lintl -lm > libvo/libvo.a(vo_gif89a.o): In function `config': > vo_gif89a.o(.text+0x26d): undefined reference to `EGifOpenFileName' > vo_gif89a.o(.text+0x2de): undefined reference to `MakeMapObject' > [plus many more missing libungif symbols] > > Seems like there is a missing -lungif maybe? > > _______________________________________________ > 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" > Hello, same problem here. Workaround seems to be disabling explicit configure option: --enable-gif in the ports-Makefile. This seems to disable autodetection of libungif and so _ld_gif isn't set properly from configure. To Thomas (Maintainer): I don't know if there is a special reason in setting the configure option, so maybe you could take a look at this? Greetings, Kay --------------080003010700010309050309 Content-Type: text/plain; name="mplayer_Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mplayer_Makefile.diff" --- Makefile.orig Sun Nov 16 14:16:21 2003 +++ Makefile Sun Nov 16 14:07:13 2003 @@ -385,7 +385,7 @@ .if defined(WITH_LIBUNGIF) LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif -CONFIGURE_ARGS+= --enable-gif +#CONFIGURE_ARGS+= --enable-gif .else CONFIGURE_ARGS+= --disable-gif .endif --------------080003010700010309050309-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 06:21: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 C69F216A4CE for ; Sun, 16 Nov 2003 06:21:43 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA6543F93 for ; Sun, 16 Nov 2003 06:21:42 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAGELffw036189 for ; Sun, 16 Nov 2003 15:21:41 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAGELaTU036188 for freebsd-ports@freebsd.org; Sun, 16 Nov 2003 15:21:36 +0100 (CET) (envelope-from marius) Date: Sun, 16 Nov 2003 15:21:36 +0100 From: Marius Strobl To: freebsd-ports@freebsd.org Message-ID: <20031116152136.A36058@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.38 Subject: Ports tree freeze upcoming? 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, 16 Nov 2003 14:21:43 -0000 According to http://www.freebsd.org/releases/5.2R/schedule.html the ports tree freeze for 5.2-RELEASE will start tomorrow. However, I didn't see any HEADSUP regarding it on this list. Will the freeze be delayed? From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 09:40: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 82FFC16A4CE for ; Sun, 16 Nov 2003 09:40:11 -0800 (PST) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id B36AB43FB1 for ; Sun, 16 Nov 2003 09:40:10 -0800 (PST) (envelope-from richardcoleman@mindspring.com) Received: from titan.criticalmagic.com ([68.213.16.23] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 1ALQsc-00012P-00 for freebsd-ports@freebsd.org; Sun, 16 Nov 2003 09:40:10 -0800 Message-ID: <3FB7B686.5080904@mindspring.com> Date: Sun, 16 Nov 2003 12:40:22 -0500 From: Richard Coleman Organization: Critical Magic, Inc. 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-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 1ee258965991efcb0865379cdb43356e5e89bb4777695beb702e37df12b9c9ef726c50534df7e4f02099003986acf902350badd9bab72f9c350badd9bab72f9c Subject: listing the WITH_* variables for each package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 17:40:11 -0000 One thing I always find annoying is the necessity to dig through the Makefiles to look at all the WITH_* variables that are available when compiling a port. I think there are a couple easy options to do something better here. 1. Have a suggestion in the porter's handbook to list them in pkg-descr. Along with each WITH variable would be a one line description. This would be very helpful and not much extra work. 2. Create another (optional) file such as pkg-options in each port. It would simply be a listing of the available WITH options and a one line description. Experimental or developer-only options could be left out or marked differently. This would also open additional automated build possibilities such as doing test builds with all possible subsets of the WITH variables (obviously this would be time consuming, but wouldn't need to be done very often). Either one of these methods could be incrementally implemented, and would be optional (but recommended). But it would be very helpful to many users. Richard Coleman richardcoleman@mindspring.com From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 10:17: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 4344216A4CE; Sun, 16 Nov 2003 10:17:11 -0800 (PST) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5575043F75; Sun, 16 Nov 2003 10:17:10 -0800 (PST) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (localhost [127.0.0.1]) hAGIH9Uq075386; Sun, 16 Nov 2003 12:17:09 -0600 (CST) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost)hAGIH9xr075385; Sun, 16 Nov 2003 12:17:09 -0600 (CST) From: Rich Winkel Message-Id: <200311161817.hAGIH9xr075385@pencil.math.missouri.edu> In-Reply-To: <44fzgrt5b9.fsf@be-well.ilk.org> "from Lowell Gilbert at Nov 14, 2003 09:04:10 am" To: freebsd-ports@freebsd.org Date: Sun, 16 Nov 2003 12:17:09 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: Rich Winkel cc: freebsd-questions@freebsd.org Subject: Re: p5 ports don't respect LOCALBASE 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, 16 Nov 2003 18:17:11 -0000 According to Lowell Gilbert: > Rich Winkel writes: > > > I support various types of servers and workstations which need > > different "local" software sets. I do all my building on one > > machine, so I use LOCALBASE and PKG_DBDIR in /etc/make.conf to > > keep the various configurations separate. Unfortunately many ports > > don't respect the LOCALBASE setting and install into /usr/local, > > even while recording the packing list as being in LOCALBASE! > > > > The p5 ports seem especially bad about this. I understand the > > need for perl to be able to find its local packages, so after I > > manually fix things up I need to know how to tell perl to look > > for its stuff under LOCALBASE instead of /usr/local. Can someone > > tell me? > > > > Or alternatively, has someone else found a better way to deal with > > the whole problem of maintaining different software sets?? > > This is really a ports question, so I'm redirecting there. > > Apparently you're dealing with bugs in the ports, but it's hard to be > sure without more details. Can you give a specific example? Thanks for the reply! I've had such problems with spamassassin-milter and also apsprint. Rich From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 10: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 6FFCB16A4CE; Sun, 16 Nov 2003 10:56:23 -0800 (PST) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id E329743FE9; Sun, 16 Nov 2003 10:56:20 -0800 (PST) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])hAGIuFf1061118; Mon, 17 Nov 2003 05:56:15 +1100 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost)hAGIu9G7061117; Mon, 17 Nov 2003 05:56:09 +1100 (EST) (envelope-from jeremyp) Date: Mon, 17 Nov 2003 05:56:08 +1100 From: Peter Jeremy To: Adam Weinberger Message-ID: <20031116185608.GD39616@cirb503493.alcatel.com.au> References: <1068476146.702.3.camel@purehacker.com> <20031115222120.GA87178@server.vk2pj.dyndns.org> <20031115222623.GU40706@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031115222623.GU40706@toxic.magnesium.net> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org cc: Mick Walker Subject: Re: Open Office 1.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, 16 Nov 2003 18:56:23 -0000 On Sat, Nov 15, 2003 at 05:26:23PM -0500, Adam Weinberger wrote: >>> (11.15.2003 @ 1721 PST): Peter Jeremy said, in 1.6K: << >> What's worse, it's not possible to build OOo-1.1 with the current >> jdk14 port. The OOo-1.1 Makefile has jdk1.4.1 as the default JDKDIR >> so the default build will die unless you have jdk1.4.1 installed. If >> you override JDKDIR to point to jdk1.4.2, the build will report that >> OOo is using a deprecated Java interface and die. (Unfortunately, I've >> deleted that build log). >>> end of "Re: Open Office 1.1" from Peter Jeremy << > >There was a commit this morning that was supposed to fix that. Have you >re-cvsupped and tried again since this morning? JDKDIR in the Makefile still appears wrong but I fixed that manually and it built OK (though it still has the "can't find GTK" warning at the end). I haven't tested it yet. Peter From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 11:12: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 EE96B16A4CE for ; Sun, 16 Nov 2003 11:12:02 -0800 (PST) Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by mx1.FreeBSD.org (Postfix) with SMTP id 41EF243FE5 for ; Sun, 16 Nov 2003 11:12:01 -0800 (PST) (envelope-from atamaniuk-ports@frobs.net) Received: (qmail 30847 invoked by uid 1003); 16 Nov 2003 19:12:22 -0000 Date: Sun, 16 Nov 2003 20:12:00 +0100 From: Patrick Atamaniuk To: FreeBSD-gnats-submit@FreeBSD.org Message-ID: <20031116191222.GA30181@mail.webmonster.de> References: <20031019233208.80051.qmail@mail.frobs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031019233208.80051.qmail@mail.frobs.net> User-Agent: Mutt/1.4.1i X-Arbitrary-Number-Of-The-Day: 42 cc: freebsd-ports@freebsd.org Subject: Re: ports/58260: New Port: print/lilypond-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: Sun, 16 Nov 2003 19:12:03 -0000 pr may be closed, committed this on portrookies for early adopters. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 11:19:14 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 6F97C16A4CF for ; Sun, 16 Nov 2003 11:19:14 -0800 (PST) Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by mx1.FreeBSD.org (Postfix) with SMTP id EA40743FAF for ; Sun, 16 Nov 2003 11:19:12 -0800 (PST) (envelope-from atamaniuk-ports@frobs.net) Received: (qmail 31475 invoked by uid 1003); 16 Nov 2003 19:19:34 -0000 Date: Sun, 16 Nov 2003 20:19:12 +0100 From: Patrick Atamaniuk To: freebsd-ports-bugs@FreeBSD.org Message-ID: <20031116191934.GB30181@mail.webmonster.de> References: <200311061010.hA6AALSR005858@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311061010.hA6AALSR005858@freefall.freebsd.org> User-Agent: Mutt/1.4.1i X-Arbitrary-Number-Of-The-Day: 42 cc: freebsd-ports@freebsd.org Subject: Re: ports/58120: Update [maintainer]: print/lilypond UNBREAK build/install 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, 16 Nov 2003 19:19:14 -0000 pr may be closed, these patches do not apply after latest cvs/ports/commits. the updated port is available at portrookies cvs repository for testing. If somebody has time to merge from portrookies into the portstree before 5.2 freeze, i would be overly grateful :) cheers, /p From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 12:20: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 B362D16A4CE; Sun, 16 Nov 2003 12:20:04 -0800 (PST) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7256E43FD7; Sun, 16 Nov 2003 12:20:01 -0800 (PST) (envelope-from riggs@o503.hadiko.de) Received: from o503.hadiko.de (hadio503.hadiko.uni-karlsruhe.de [172.20.45.138]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.36 #1) id 1ALTNG-0004mU-00; Sun, 16 Nov 2003 21:19:58 +0100 Received: from o503.hadiko.de (RIXT@localhost [127.0.0.1]) by o503.hadiko.de (8.12.9p1/8.12.9) with ESMTP id hAGKJtY6050944; Sun, 16 Nov 2003 21:19:58 +0100 (CET) (envelope-from riggs@o503.hadiko.de) Received: (from riggs@localhost) by o503.hadiko.de (8.12.9p1/8.12.9/Submit) id hAGKJthe050943; Sun, 16 Nov 2003 21:19:55 +0100 (CET) (envelope-from riggs) Date: Sun, 16 Nov 2003 21:19:54 +0100 From: "Thomas E. Zander" To: Kay Lehmann Message-ID: <20031116201954.GB50769@o503.hadiko.de> References: <3FB64D80.401@myrealbox.com> <3FB77A54.4010907@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <3FB77A54.4010907@web.de> Organization: RiggiServ - Ihr Partner =?iso-8859-15?Q?f?= =?iso-8859-15?Q?=FCr?= alles Delikate X-PGP-KeyID: 0xC85996CD X-PGP-URI: http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xC85996CD X-PGP-Fingerprint: 4F59 75B4 4CE3 3B00 BC61 5400 8DD4 8929 C859 96CD X-Mailer: Riggisoft Ausguck Eggsbress (Build 1069012765) X-Operating-System: Riggiland BSD 5.1-RELEASE-p10 (To serve and protect.) cc: walt cc: marcus@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: MPLAYER -- missing symbols from libungif 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, 16 Nov 2003 20:20:04 -0000 --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 16. Nov 2003, at 14:23 +0100, Kay Lehmann wrote according to [Re: MPLAYER -- missing symbols from libungif]: > To Thomas (Maintainer): > I don't know if there is a special reason in setting the configure=20 > option, so maybe you could take a look at this? No, there was no special reason, I've just done it for consistency reasons....but obviously it broke the port consistency :) In fact, it's a mean error in configure script which doesn't set the internal GIF_LIB variable (containg the linker flags for libungif, should be -lungif) if $_gif is something else than "auto". Kay's solution is the one with minimum changes to the cvs tree, so that's the way to go. Patch has already been committed, thanks Joe. Riggs --=20 - "[...] I talked to the computer at great length and -- explained my view of the Universe to it" said Marvin. --- And what happened?" pressed Ford. ---- "It committed suicide." said Marvin. --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQE/t9vqjdSJKchZls0RAhKEAJ9Pf0lb0Kw/BD6wfx80vgxqdkCrRwCfTqyF QA3RUjnVfqrQvmCMWO1CHRM= =hjiy -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 12:22: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 4AE8216A4CE for ; Sun, 16 Nov 2003 12:22:40 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC3843FDD for ; Sun, 16 Nov 2003 12:22:37 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hAGKMBmR071854; Sun, 16 Nov 2003 21:22:11 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hAGKMAHS071853; Sun, 16 Nov 2003 21:22:10 +0100 (CET) (envelope-from simon) Date: Sun, 16 Nov 2003 21:22:10 +0100 From: Simon Barner To: Richard Coleman Message-ID: <20031116202210.GI556@zi025.glhnet.mhn.de> References: <3FB7B686.5080904@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FB7B686.5080904@mindspring.com> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-ports@freebsd.org Subject: Re: listing the WITH_* variables for each 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: Sun, 16 Nov 2003 20:22:40 -0000 > One thing I always find annoying is the necessity to dig through the > Makefiles to look at all the WITH_* variables that are available when > compiling a port. I think there are a couple easy options to do > something better here. > > 1. Have a suggestion in the porter's handbook to list them in pkg-descr. > Along with each WITH variable would be a one line description. This > would be very helpful and not much extra work. > > 2. Create another (optional) file such as pkg-options in each port. It > would simply be a listing of the available WITH options and a one line > description. Experimental or developer-only options could be left out > or marked differently. This would also open additional automated build > possibilities such as doing test builds with all possible subsets of the > WITH variables (obviously this would be time consuming, but wouldn't > need to be done very often). 3. A `make options' target similar to `make maintainer' From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 13:40: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 059DF16A4CE; Sun, 16 Nov 2003 13:40:28 -0800 (PST) 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 6F99D43FE3; Sun, 16 Nov 2003 13:40:25 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B4D9266C8E; Sun, 16 Nov 2003 13:40:23 -0800 (PST) Date: Sun, 16 Nov 2003 13:40:23 -0800 From: Kris Kennaway To: Patrick Atamaniuk Message-ID: <20031116214023.GA16310@xor.obsecurity.org> References: <20031019233208.80051.qmail@mail.frobs.net> <20031116191222.GA30181@mail.webmonster.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031116191222.GA30181@mail.webmonster.de> User-Agent: Mutt/1.4.1i cc: FreeBSD-gnats-submit@FreeBSD.org cc: freebsd-ports@freebsd.org Subject: Re: ports/58260: New Port: print/lilypond-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: Sun, 16 Nov 2003 21:40:28 -0000 On Sun, Nov 16, 2003 at 08:12:00PM +0100, Patrick Atamaniuk wrote: > pr may be closed, committed this on portrookies for early adopters. So you don't want anyone to commit it to FreeBSD? Kris From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 14:13: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 F0FE116A4CF for ; Sun, 16 Nov 2003 14:13:34 -0800 (PST) Received: from mandarin.fruitsalad.org (pc117.net160.koping.net [81.16.160.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462F843FDF for ; Sun, 16 Nov 2003 14:13:29 -0800 (PST) (envelope-from matt@fruitsalad.org) Received: from [192.168.15.54] (helo=192.168.15.54) by mandarin.fruitsalad.org with esmtp (Exim 4.14) id 1ALV96-0003uM-Fw for ports@freebsd.org; Sun, 16 Nov 2003 23:13:28 +0100 From: Matt Douhan Organization: fruitsalad.org To: ports@freebsd.org Date: Sun, 16 Nov 2003 23:12:58 +0100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-03=_tZ/t//FDYc6gbUv"; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200311162313.01171.matt@fruitsalad.org> Subject: Fwd: make options target in bsd.port.mk 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, 16 Nov 2003 22:13:35 -0000 --Boundary-03=_tZ/t//FDYc6gbUv Content-Type: multipart/mixed; boundary="Boundary-01=_sZ/t/Nda0gjHuPk" Content-Transfer-Encoding: 7bit Content-Description: signed data Content-Disposition: inline --Boundary-01=_sZ/t/Nda0gjHuPk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Description: body text Content-Disposition: inline Sorry posted this to the wrong list rgds Matt =2D-=20 Matt Douhan www.fruitsalad.org matt@fruitsalad.org ping elvis elvis is alive --Boundary-01=_sZ/t/Nda0gjHuPk Content-Type: message/rfc822; name="forwarded message" Content-Transfer-Encoding: 7bit Content-Description: Matt Douhan : make options target in bsd.port.mk From: Matt Douhan Organization: fruitsalad.org To: current@freebsd.org Subject: make options target in bsd.port.mk Date: Sun, 16 Nov 2003 23:10:40 +0100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_vX/t/4GnNa5R/Ys"; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200311162310.55012.matt@fruitsalad.org> Status: RO X-Status: S X-KMail-EncryptionState: X-KMail-SignatureState: --Boundary-02=_vX/t/4GnNa5R/Ys Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline Hi on the recent discussion on how to find out the variour WITH* options in a= =20 ports Makefile it sounds like a good idea, I think all of us have been tire= d=20 of checking inside the actual Makefiles to find out what options are=20 available. I have the following in my bsd.port.mk =2Eif !target(options) options: @${ECHO_CMD} | ${GREP} "(WITH" Makefile | ${GREP} -v endif =2Eendif it is not pretty, but it works for the ports I use and have installed the=20 output is not ideal but as a quick help it works great 11:05pm mdouhan @ [dragonfruit] /usr/ports/x11-toolkits/qt32 > make options =2Eif !defined(WITHOUT_XFT) =2Eif !defined(WITHOUT_OPENGL) =2Eif !defined(WITHOUT_CUPS) =2Eif !defined(WITHOUT_OPENGL) =2Eif !defined(WITHOUT_XFT) 11:05pm mdouhan @ [dragonfruit] /usr/ports/x11-toolkits/qt32 > just my 2 cents worth, and sure it possibly breaks in a zillion ways so use= it=20 at your own risk. rgds Matt =2D-=20 Matt Douhan www.fruitsalad.org matt@fruitsalad.org ping elvis elvis is alive --Boundary-02=_vX/t/4GnNa5R/Ys Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/t/XuJ58/+TqKmQsRAv7XAKChO/NzZtbH0SulrfP27RAvEhajlQCbBkHy UMZwDSJGX0fv8w5kPmDAPBY= =+yA9 -----END PGP SIGNATURE----- --Boundary-02=_vX/t/4GnNa5R/Ys-- --Boundary-01=_sZ/t/Nda0gjHuPk-- --Boundary-03=_tZ/t//FDYc6gbUv Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/t/ZtJ58/+TqKmQsRAg+MAKDVrpHJcEC17zDjk4w2ZthYqX5+iQCeJF9+ BC8su1f3Qv3JVT0gOeAyGCY= =GdMR -----END PGP SIGNATURE----- --Boundary-03=_tZ/t//FDYc6gbUv-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 14:24: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 1FDAF16A4CE for ; Sun, 16 Nov 2003 14:24:07 -0800 (PST) Received: from mail.paniert.net (chello062178226236.14.15.vie.surfer.at [62.178.226.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6532D43FCB for ; Sun, 16 Nov 2003 14:24:02 -0800 (PST) (envelope-from tom@www.paniert.net) Received: from www.paniert.net (imap.paniert.net [10.1.2.2]) by mail.paniert.net (8.12.2/8.12.6) with ESMTP id hAGMOMqw034510 for ; Sun, 16 Nov 2003 23:24:22 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from localhost (localhost [127.0.0.1]) by www.paniert.net (8.12.8p2/8.12.8) with ESMTP id hAGMO26u066684 for ; Sun, 16 Nov 2003 23:24:03 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from jackson (jackson [10.1.2.56]) by www.paniert.net (IMP) with HTTP for ; Sun, 16 Nov 2003 23:24:02 +0100 Message-ID: <1069021442.3fb7f902194ed@www.paniert.net> Date: Sun, 16 Nov 2003 23:24:02 +0100 From: tom To: ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 10.1.2.56 Subject: gnome2 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: Sun, 16 Nov 2003 22:24:07 -0000 hi, when i try to do a "make install" of the gnome2 superport (/usr/ports/x11/gnome2) the install breaks in the gnome-panel dir: ---snip---- cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I../gnome-panel -DPANEL_DEBUG -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGLADEDIR=\""/usr/X11R6/share/gnome/panel"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPREFIX=\""/usr/X11R6"\" -DSYSCONFDIR=\""/usr/X11R6/etc"\" -DLIBDIR=\""/usr/X11R6/lib"\" -DDATADIR=\""/usr/X11R6/share/gnome"\" -DGTK_MENU_INTERNALS -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-desktop-2.0 -I/usr/X11R6/include/startup-notification-1.0 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libglade-2.0 -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libglade-2.0 -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=k6 -c button-widget.c button-widget.c: In function `button_widget_class_init': button-widget.c:789: `PANEL_TYPE_ORIENTATION' undeclared (first use in this function) button-widget.c:789: (Each undeclared identifier is reported only once button-widget.c:789: for each function it appears in.) gmake[1]: *** [button-widget.o] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.4.1/gnome-panel' gmake: *** [install-recursive] Error 1 *** Error code 2 --------- could anyone give me a hint what i can do?? thanx in advance, tom From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 14:57: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 3658416A4CE for ; Sun, 16 Nov 2003 14:57:53 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6564C43FE1 for ; Sun, 16 Nov 2003 14:57:49 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAGMvkw5017663; Sun, 16 Nov 2003 17:57:46 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hAGMuOHE089367; Sun, 16 Nov 2003 17:56:24 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: tom In-Reply-To: <1069021442.3fb7f902194ed@www.paniert.net> References: <1069021442.3fb7f902194ed@www.paniert.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5q2mYzyANQ+dAphi6pyB" Organization: MarcusCom, Inc. Message-Id: <1069023463.3752.30.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 16 Nov 2003 17:57:44 -0500 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 Subject: Re: gnome2 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: Sun, 16 Nov 2003 22:57:53 -0000 --=-5q2mYzyANQ+dAphi6pyB Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-11-16 at 17:24, tom wrote: > hi, > when i try to do a "make install" of the gnome2 superport > (/usr/ports/x11/gnome2) the install breaks in the gnome-panel dir:=20 >=20 > ---snip---- > cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I../gnome-panel -DPANEL_DEBUG > -DGNOMELOCALEDIR=3D\""/usr/X11R6/share/locale"\" > -DGLADEDIR=3D\""/usr/X11R6/share/gnome/panel"\" -DG_DISABLE_DEPRECATED > -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED=20 > -DPREFIX=3D\""/usr/X11R6"\" -DSYSCONFDIR=3D\""/usr/X11R6/etc"\" > -DLIBDIR=3D\""/usr/X11R6/lib"\" -DDATADIR=3D\""/usr/X11R6/share/gnome"\"=20 > -DGTK_MENU_INTERNALS -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/include/orb= it-2.0 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/atk-1.0 -I/usr/local/include/libbonobo-2.0 > -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.= 0 > -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gt= k-2.0 > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > -I/usr/X11R6/include -I/usr/local/include/freetype2 > -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 > -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include > -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomecanvas-2= .0 > -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-desktop-2= .0 > -I/usr/X11R6/include/startup-notification-1.0 > -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libglade-2= .0 =20 > -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 > -I/usr/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 > -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation= -2.0 > -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gt= k-2.0 > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > -I/usr/X11R6/include -I/usr/local/include/freetype2 > -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 > -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 > -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 > -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libglade-2.0 = -Wall > -Wmissing-prototypes -I/usr/local/include -I/usr/X11R6/include -O -pi= pe > -march=3Dk6 -c button-widget.c > button-widget.c: In function `button_widget_class_init': > button-widget.c:789: `PANEL_TYPE_ORIENTATION' undeclared (first use in th= is > function) > button-widget.c:789: (Each undeclared identifier is reported only once > button-widget.c:789: for each function it appears in.) > gmake[1]: *** [button-widget.o] Error 1 > gmake[1]: Leaving directory > `/usr/ports/x11/gnomepanel/work/gnome-panel-2.4.1/gnome-panel' > gmake: *** [install-recursive] Error 1 > *** Error code 2 > --------- >=20 > could anyone give me a hint what i can do?? The header file that defines this macro is dynamically generated at build-time by glib-mkenums. Make sure all your ports are up-to-date (especially glib20), then make clean in gnomepanel, and try the build again. Joe >=20 > thanx in advance, tom >=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 --=-5q2mYzyANQ+dAphi6pyB 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/uADnb2iPiv4Uz4cRAtykAJ44o276/S0GBw/VpMgmf+hskb7uggCdE8Dc dNOuqkFgqISy2N8KGBNT84o= =TSEc -----END PGP SIGNATURE----- --=-5q2mYzyANQ+dAphi6pyB-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 15:53: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 A641A16A4CE for ; Sun, 16 Nov 2003 15:53:09 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6702543F93 for ; Sun, 16 Nov 2003 15:53:08 -0800 (PST) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp132-44.dialup.mtu-net.ru [62.118.132.44]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id D925BF85C0; Mon, 17 Nov 2003 02:52:20 +0300 (MSK) (envelope-from sem@ciam.ru) Message-ID: <3FB80DB5.5050200@ciam.ru> Date: Mon, 17 Nov 2003 02:52:21 +0300 From: Sergey Matveychuk 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: Simon Barner References: <3FB7B686.5080904@mindspring.com> <20031116202210.GI556@zi025.glhnet.mhn.de> In-Reply-To: <20031116202210.GI556@zi025.glhnet.mhn.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Richard Coleman cc: freebsd-ports@freebsd.org Subject: Re: listing the WITH_* variables for each 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: Sun, 16 Nov 2003 23:53:09 -0000 Simon Barner wrote: >>One thing I always find annoying is the necessity to dig through the >>Makefiles to look at all the WITH_* variables that are available when >>compiling a port. I think there are a couple easy options to do >>something better here. [cutted] There is a proposal for this from Jean-Yves Lefort. See a PR/58011. --- Sem. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 15:56: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 3500E16A4CE; Sun, 16 Nov 2003 15:56:42 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F41643FCB; Sun, 16 Nov 2003 15:56:41 -0800 (PST) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp132-44.dialup.mtu-net.ru [62.118.132.44]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 54CABF8827; Mon, 17 Nov 2003 02:56:39 +0300 (MSK) (envelope-from sem@ciam.ru) Message-ID: <3FB80EB7.4070902@ciam.ru> Date: Mon, 17 Nov 2003 02:56:39 +0300 From: Sergey Matveychuk 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: Rich Winkel References: <200311161817.hAGIH9xr075385@pencil.math.missouri.edu> In-Reply-To: <200311161817.hAGIH9xr075385@pencil.math.missouri.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: p5 ports don't respect LOCALBASE 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, 16 Nov 2003 23:56:42 -0000 Rich Winkel wrote: > According to Lowell Gilbert: > >>Rich Winkel writes: >>>The p5 ports seem especially bad about this. I understand the >>>need for perl to be able to find its local packages, so after I There are ways to find perl packages without expecting them in LOCALBASE. --- Sem. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 16:00: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 1344D16A4CE; Sun, 16 Nov 2003 16:00:54 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33BC543FF9; Sun, 16 Nov 2003 16:00:53 -0800 (PST) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp132-44.dialup.mtu-net.ru [62.118.132.44]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id C5578F8D19; Mon, 17 Nov 2003 03:00:50 +0300 (MSK) (envelope-from sem@ciam.ru) Message-ID: <3FB80FB3.5090205@ciam.ru> Date: Mon, 17 Nov 2003 03:00:51 +0300 From: Sergey Matveychuk 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: Kris Kennaway References: <20031019233208.80051.qmail@mail.frobs.net> <20031116191222.GA30181@mail.webmonster.de> <20031116214023.GA16310@xor.obsecurity.org> In-Reply-To: <20031116214023.GA16310@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD-gnats-submit@FreeBSD.org cc: freebsd-ports@freebsd.org cc: Patrick Atamaniuk Subject: Re: ports/58260: New Port: print/lilypond-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: Mon, 17 Nov 2003 00:00:54 -0000 Kris Kennaway wrote: > On Sun, Nov 16, 2003 at 08:12:00PM +0100, Patrick Atamaniuk wrote: > >>pr may be closed, committed this on portrookies for early adopters. > > > So you don't want anyone to commit it to FreeBSD? I think, he meant they are changed and freshest versions can be found on portrookies. Am I right, Patrik? :) --- Sem. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 16: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 D7A5C16A4CE; Sun, 16 Nov 2003 16:13:33 -0800 (PST) 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 F301843FE0; Sun, 16 Nov 2003 16:13:32 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 943FE66C8E; Sun, 16 Nov 2003 16:13:30 -0800 (PST) Date: Sun, 16 Nov 2003 16:13:30 -0800 From: Kris Kennaway To: Sergey Matveychuk Message-ID: <20031117001330.GA18934@xor.obsecurity.org> References: <20031019233208.80051.qmail@mail.frobs.net> <20031116191222.GA30181@mail.webmonster.de> <20031116214023.GA16310@xor.obsecurity.org> <3FB80FB3.5090205@ciam.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <3FB80FB3.5090205@ciam.ru> User-Agent: Mutt/1.4.1i cc: FreeBSD-gnats-submit@FreeBSD.org cc: freebsd-ports@FreeBSD.org cc: Patrick Atamaniuk cc: Kris Kennaway Subject: Re: ports/58260: New Port: print/lilypond-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: Mon, 17 Nov 2003 00:13:34 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 17, 2003 at 03:00:51AM +0300, Sergey Matveychuk wrote: > Kris Kennaway wrote: >=20 > >On Sun, Nov 16, 2003 at 08:12:00PM +0100, Patrick Atamaniuk wrote: > > > >>pr may be closed, committed this on portrookies for early adopters. > > > > > >So you don't want anyone to commit it to FreeBSD? >=20 > I think, he meant they are changed and freshest versions can be found on= =20 > portrookies. >=20 > Am I right, Patrik? :) It's great to see enthusiasm for the new "portrookies" project, but at the moment most committers are not using it, so unless the new version of your port is available in gnats most committers will not find it. Kris --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/uBKqWry0BWjoQKURAg2DAJ9FppQV7LmvfzIgBbNSWPgyItoIJwCg458B VdJipLH3Ku9RBtM06Ekz8UM= =J3yl -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 16:22: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 0AE2616A4CF; Sun, 16 Nov 2003 16:22:43 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572D543F75; Sun, 16 Nov 2003 16:22:42 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1ALXA7-00009J-GU; Sun, 16 Nov 2003 16:22:39 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 16 Nov 2003 16:22:39 -0800 To: anholt@freebsd.org References: <1069024758.3752.37.camel@shumai.marcuscom.com> Message-Id: cc: freebsd-ports@freebsd.org Subject: MesaDemos crc 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, 17 Nov 2003 00:22:43 -0000 yesterday's 4.9-stable >> Checksum mismatch for MesaDemos-5.0.2.tar.bz2. randy From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 16:36: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 5026D16A4CE for ; Sun, 16 Nov 2003 16:36:18 -0800 (PST) Received: from carrick.bishnet.net (carrick.bishnet.net [217.204.9.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0E043FB1 for ; Sun, 16 Nov 2003 16:36:17 -0800 (PST) (envelope-from tdb@carrick.bishnet.net) Received: from tdb by carrick.bishnet.net with local (Exim 4.24; FreeBSD 5.1) id 1ALXNA-00072O-Um; Mon, 17 Nov 2003 00:36:08 +0000 Date: Mon, 17 Nov 2003 00:36:08 +0000 From: Tim Bishop To: Kris Kennaway Message-ID: <20031117003608.GA5555@carrick.bishnet.net> References: <20031019233208.80051.qmail@mail.frobs.net> <20031116191222.GA30181@mail.webmonster.de> <20031116214023.GA16310@xor.obsecurity.org> <3FB80FB3.5090205@ciam.ru> <20031117001330.GA18934@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031117001330.GA18934@xor.obsecurity.org> 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 cc: Sergey Matveychuk cc: Patrick Atamaniuk cc: freebsd-ports@FreeBSD.org Subject: Re: ports/58260: New Port: print/lilypond-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: Mon, 17 Nov 2003 00:36:18 -0000 On Sun, Nov 16, 2003 at 04:13:30PM -0800, Kris Kennaway wrote: > On Mon, Nov 17, 2003 at 03:00:51AM +0300, Sergey Matveychuk wrote: > > Kris Kennaway wrote: > > > > >On Sun, Nov 16, 2003 at 08:12:00PM +0100, Patrick Atamaniuk wrote: > > > > > >>pr may be closed, committed this on portrookies for early adopters. > > > > > >So you don't want anyone to commit it to FreeBSD? > > > > I think, he meant they are changed and freshest versions can be found on > > portrookies. > > > > Am I right, Patrik? :) > > It's great to see enthusiasm for the new "portrookies" project, but at > the moment most committers are not using it, so unless the new version > of your port is available in gnats most committers will not find it. I wonder what the view of "portrookies" is amongst the committers? Is it a good thing? Will it help or hinder getting new ports into the main ports tree? Tim. -- Tim Bishop http://www.bishnet.net/tim PGP Key: 0x5AE7D984 From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 16:37: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 699A116A4CE for ; Sun, 16 Nov 2003 16:37:10 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC1A43F93 for ; Sun, 16 Nov 2003 16:37:09 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951af62.dip.t-dialin.net ([217.81.175.98] helo=fillmore-labs.com ident=yqd1syfq1ft5zgs1) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ALXO5-000HLZ-IJ; Mon, 17 Nov 2003 01:37:05 +0100 Message-ID: <3FB8182F.50000@fillmore-labs.com> Date: Mon, 17 Nov 2003 01:37:03 +0100 From: Oliver Eikemeier MIME-Version: 1.0 To: Kris Kennaway References: <20031019233208.80051.qmail@mail.frobs.net> <20031116191222.GA30181@mail.webmonster.de> <20031116214023.GA16310@xor.obsecurity.org> <3FB80FB3.5090205@ciam.ru> <20031117001330.GA18934@xor.obsecurity.org> In-Reply-To: <20031117001330.GA18934@xor.obsecurity.org> 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: Patrick Atamaniuk cc: freebsd-ports@FreeBSD.org Subject: Re: ports/58260: New Port: print/lilypond-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: Mon, 17 Nov 2003 00:37:10 -0000 Kris Kennaway wrote: > On Mon, Nov 17, 2003 at 03:00:51AM +0300, Sergey Matveychuk wrote: > >>Kris Kennaway wrote: >> >>>On Sun, Nov 16, 2003 at 08:12:00PM +0100, Patrick Atamaniuk wrote: >>> >>>>pr may be closed, committed this on portrookies for early adopters. >>> >>>So you don't want anyone to commit it to FreeBSD? >> >>I think, he meant they are changed and freshest versions can be found on >>portrookies. >> >>Am I right, Patrik? :) > > It's great to see enthusiasm for the new "portrookies" project, but at > the moment most committers are not using it, so unless the new version > of your port is available in gnats most committers will not find it. You have to start somewhere. Tell us how we can improve portrookies so that it will be easier for committers to get the ports. One idea that popped up was downloadable shar files/diffs and to post just the url to gnats, but hey, the project is one and a half day old... From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 16:39: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 047D316A4CE for ; Sun, 16 Nov 2003 16:39:41 -0800 (PST) Received: from kiri.slis.tsukuba.ac.jp (kiri.slis.tsukuba.ac.jp [133.51.14.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7132E43FD7 for ; Sun, 16 Nov 2003 16:39:39 -0800 (PST) (envelope-from kiri@kiri.slis.tsukuba.ac.jp) Received: from kiri.pis.kiri.slis.tsukuba.ac.jp (localhost [127.0.0.1]) hAH0X5gO059805 for ; Mon, 17 Nov 2003 09:33:06 +0900 (JST) (envelope-from kiri@kiri.slis.tsukuba.ac.jp) Message-Id: <200311170033.hAH0X5gO059805@kiri.slis.tsukuba.ac.jp> Date: Mon, 17 Nov 2003 09:33:05 +0900 From: KIRIYAMA Kazuhiko To: freebsd-ports@freebsd.org In-Reply-To: <20031116152136.A36058@newtrinity.zeist.de> References: <20031116152136.A36058@newtrinity.zeist.de> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Subject: Re: Ports tree freeze upcoming? 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, 17 Nov 2003 00:39:41 -0000 At Sun, 16 Nov 2003 15:21:36 +0100, Marius Strobl wrote: > > According to http://www.freebsd.org/releases/5.2R/schedule.html the > ports tree freeze for 5.2-RELEASE will start tomorrow. However, I > didn't see any HEADSUP regarding it on this list. Will the freeze > be delayed? I've let it passed ;) I'd like to know correct time in 17 Nov 2003. # I thought it announced at developers@ but ... From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 16:42: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 6765F16A4D0 for ; Sun, 16 Nov 2003 16:42:04 -0800 (PST) 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 E5AB343FDF for ; Sun, 16 Nov 2003 16:42:00 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 658E766D0E; Sun, 16 Nov 2003 16:41:59 -0800 (PST) Date: Sun, 16 Nov 2003 16:41:59 -0800 From: Kris Kennaway To: Oliver Eikemeier Message-ID: <20031117004159.GA19401@xor.obsecurity.org> References: <20031019233208.80051.qmail@mail.frobs.net> <20031116191222.GA30181@mail.webmonster.de> <20031116214023.GA16310@xor.obsecurity.org> <3FB80FB3.5090205@ciam.ru> <20031117001330.GA18934@xor.obsecurity.org> <3FB8182F.50000@fillmore-labs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <3FB8182F.50000@fillmore-labs.com> User-Agent: Mutt/1.4.1i cc: Sergey Matveychuk cc: Patrick Atamaniuk cc: freebsd-ports@FreeBSD.org cc: Kris Kennaway Subject: Re: ports/58260: New Port: print/lilypond-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: Mon, 17 Nov 2003 00:42:04 -0000 --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 17, 2003 at 01:37:03AM +0100, Oliver Eikemeier wrote: > >It's great to see enthusiasm for the new "portrookies" project, but at > >the moment most committers are not using it, so unless the new version > >of your port is available in gnats most committers will not find it. >=20 > You have to start somewhere. Tell us how we can improve portrookies so > that it will be easier for committers to get the ports. Dunno..I do have some security concerns about importing files from an open CVS repository directly into FreeBSD. Kris --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/uBlXWry0BWjoQKURAlF4AJ916BBijQVTdAbSOuM7KZWejKhnugCg1UiI 8aL+yvA3cTniNzUMLkBISPI= =GEKz -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 16:42: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 38CEC16A4CF for ; Sun, 16 Nov 2003 16:42:20 -0800 (PST) Received: from carrick.bishnet.net (carrick.bishnet.net [217.204.9.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A96D43FA3 for ; Sun, 16 Nov 2003 16:42:19 -0800 (PST) (envelope-from tdb@carrick.bishnet.net) Received: from tdb by carrick.bishnet.net with local (Exim 4.24; FreeBSD 5.1) id 1ALXT5-00075z-3t; Mon, 17 Nov 2003 00:42:15 +0000 Date: Mon, 17 Nov 2003 00:42:15 +0000 From: Tim Bishop To: Oliver Eikemeier Message-ID: <20031117004215.GB5555@carrick.bishnet.net> References: <20031019233208.80051.qmail@mail.frobs.net> <20031116191222.GA30181@mail.webmonster.de> <20031116214023.GA16310@xor.obsecurity.org> <3FB80FB3.5090205@ciam.ru> <20031117001330.GA18934@xor.obsecurity.org> <3FB8182F.50000@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FB8182F.50000@fillmore-labs.com> 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 cc: freebsd-ports@FreeBSD.org cc: Kris Kennaway Subject: Re: ports/58260: New Port: print/lilypond-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: Mon, 17 Nov 2003 00:42:20 -0000 On Mon, Nov 17, 2003 at 01:37:03AM +0100, Oliver Eikemeier wrote: > Kris Kennaway wrote: > >It's great to see enthusiasm for the new "portrookies" project, but at > >the moment most committers are not using it, so unless the new version > >of your port is available in gnats most committers will not find it. > > You have to start somewhere. Tell us how we can improve portrookies so > that it will be easier for committers to get the ports. > > One idea that popped up was downloadable shar files/diffs and to post > just the url to gnats, but hey, the project is one and a half day old... What about the differences between a port that's a rookie, and a real port. For example, they have a different (or extra) category, and a PKGNAMEPREFIX. So even if a committer did want to pull it straight out of the portrookie CVS repository, they'd have to munge it before merging it in to the freebsd ports tree. Tim. -- Tim Bishop http://www.bishnet.net/tim PGP Key: 0x5AE7D984 From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 16:56: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 9EE0116A4CE for ; Sun, 16 Nov 2003 16:56:12 -0800 (PST) Received: from web13401.mail.yahoo.com (web13401.mail.yahoo.com [216.136.175.59]) by mx1.FreeBSD.org (Postfix) with SMTP id 0997343FE1 for ; Sun, 16 Nov 2003 16:56:12 -0800 (PST) (envelope-from giffunip@yahoo.com) Message-ID: <20031117005611.31298.qmail@web13401.mail.yahoo.com> Received: from [63.171.232.249] by web13401.mail.yahoo.com via HTTP; Sun, 16 Nov 2003 16:56:11 PST Date: Sun, 16 Nov 2003 16:56:11 -0800 (PST) From: "Pedro F. Giffuni" To: freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: New cad/gmsh version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: giffunip@asme.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:56:12 -0000 Hi; There's a new version of gmsh: __________________ New in 1.47: fixed extrusion of surfaces defined by only two curves; new syntax to retrieve point coordinates and indices of entities created through geometrical transformations; new PDF and compressed PostScript output formats; fixed numbering of elements created with "Extrude Point/Line"; use $GMSH_HOME as home directory if defined ___________________ It should just be a matter of bumping the port version. I am taking a break from my ports activities (hopefully only for the rest of this year) so I won't be sending PRs for sometime. Also it would be nice to see ports/58176: Resurrect port x11-toolkits/xview, committed. I tested it on 5.0R after updating the ports tree and it worked well but if the ports tree continues changing so much it might rot (not that the changes are bad at all ;). best regards, Pedro. __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 17:06: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 C5E8D16A4CE for ; Sun, 16 Nov 2003 17:06:54 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B8F43FA3 for ; Sun, 16 Nov 2003 17:06:53 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951af62.dip.t-dialin.net ([217.81.175.98] helo=fillmore-labs.com ident=ri0uq76rv5qjjf0b) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ALXqs-000HNv-Tv; Mon, 17 Nov 2003 02:06:51 +0100 Message-ID: <3FB81F27.6000502@fillmore-labs.com> Date: Mon, 17 Nov 2003 02:06:47 +0100 From: Oliver Eikemeier MIME-Version: 1.0 To: Tim Bishop References: <20031019233208.80051.qmail@mail.frobs.net> <20031116191222.GA30181@mail.webmonster.de> <20031116214023.GA16310@xor.obsecurity.org> <3FB80FB3.5090205@ciam.ru> <20031117001330.GA18934@xor.obsecurity.org> <20031117003608.GA5555@carrick.bishnet.net> In-Reply-To: <20031117003608.GA5555@carrick.bishnet.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: Sergey Matveychuk cc: freebsd-ports@FreeBSD.org cc: Patrick Atamaniuk cc: Kris Kennaway Subject: Re: ports/58260: New Port: print/lilypond-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: Mon, 17 Nov 2003 01:06:54 -0000 Tim Bishop wrote: > I wonder what the view of "portrookies" is amongst the committers? > > Is it a good thing? Will it help or hinder getting new ports into the main > ports tree? Only time will tell - it depends what people make out of it. As such it is only a CVS repository, which can't be good or evil by itself. It is far too early to answer questions like that. But since pkgsrc-wip is fairly popular in NetBSD I hope it will grow to be a A Good Thing(tm). From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 22:06:57 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 70EFD16A4CE for ; Sun, 16 Nov 2003 22:06:57 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA3543FB1 for ; Sun, 16 Nov 2003 22:06:56 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1ALcXH-0000kq-NF for ports@FreeBSD.org; Sun, 16 Nov 2003 22:06:55 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 16 Nov 2003 22:06:55 -0800 To: ports@FreeBSD.org Message-Id: Subject: vlc compile 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, 17 Nov 2003 06:06:57 -0000 4.9 stable as of yesterday cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -DSYS_FREEBSD4_9 -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin rawvideo` -Wsign-compare -Wall -O -pipe -march=pentiumpro -finline-limit-30000 -pipe -c -o librawvideo_plugin_a-rawvideo.o `test -f 'rawvideo.c' || echo './'`rawvideo.c In file included from rawvideo.c:28: /usr/local/include/vlc/vout.h:37: video.h: No such file or directory In file included from /usr/local/include/vlc/vout.h:38, from rawvideo.c:28: ../../include/video_output.h:108: field `render' has incomplete type ../../include/video_output.h:109: field `output' has incomplete type ../../include/video_output.h:115: field `p_picture' has incomplete type ../../include/video_output.h:116: field `p_subpicture' has incomplete type rawvideo.c: In function `InitThread': rawvideo.c:164: storage size of `pic' isn't known rawvideo.c:164: warning: unused variable `pic' rawvideo.c: In function `FillPicture': rawvideo.c:220: dereferencing pointer to incomplete type rawvideo.c:226: dereferencing pointer to incomplete type rawvideo.c:227: dereferencing pointer to incomplete type rawvideo.c:227: dereferencing pointer to incomplete type gmake[4]: *** [librawvideo_plugin_a-rawvideo.o] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.6.2/modules/codec' gmake[3]: *** [all-rawvideo] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.6.2/modules/codec' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.6.2/modules' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.6.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/vlc. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20223.13 make ** Fix the problem and try again. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 22:19: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 2493E16A4CE for ; Sun, 16 Nov 2003 22:19:01 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0423843F93 for ; Sun, 16 Nov 2003 22:18:58 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) hAH6IvGZ087138 for ; Mon, 17 Nov 2003 01:18:57 -0500 (EST) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAH6Ivv8030677 for ports@FreeBSD.org; Mon, 17 Nov 2003 01:18:57 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 01:18:57 -0500 (EST) From: Kris Kennaway Message-Id: <200311170618.hAH6Ivv8030677@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, 17 Nov 2003 06:19:01 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x U benchmarks/netpipe/Makefile U benchmarks/netpipe/distinfo U benchmarks/netpipe/files/patch-makefile U devel/arm-rtems-binutils/Makefile U devel/arm-rtems-g77/Makefile U devel/arm-rtems-gcc/Makefile U devel/arm-rtems-objc/Makefile U devel/i386-rtems-binutils/Makefile U devel/i386-rtems-g77/Makefile U devel/i386-rtems-gcc/Makefile U devel/i386-rtems-objc/Makefile U devel/i960-rtems-binutils/Makefile U devel/i960-rtems-gcc/Makefile U devel/m68k-rtems-binutils/Makefile U devel/m68k-rtems-g77/Makefile U devel/m68k-rtems-gcc/Makefile U devel/m68k-rtems-objc/Makefile U devel/mips-rtems-binutils/Makefile U devel/mips-rtems-g77/Makefile U devel/mips-rtems-gcc/Makefile U devel/mips-rtems-objc/Makefile U devel/powerpc-rtems-binutils/Makefile U devel/powerpc-rtems-g77/Makefile U devel/powerpc-rtems-gcc/Makefile U devel/powerpc-rtems-objc/Makefile U devel/py-game/Makefile U devel/py-game/distinfo U devel/py-game/pkg-plist U devel/py-game/files/patch-src-draw.c U devel/sh-rtems-binutils/Makefile U devel/sh-rtems-g77/Makefile U devel/sh-rtems-gcc/Makefile U devel/sh-rtems-objc/Makefile U devel/sparc-rtems-binutils/Makefile U devel/sparc-rtems-g77/Makefile U devel/sparc-rtems-gcc/Makefile U devel/sparc-rtems-objc/Makefile ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U editors/fte/Makefile U editors/fte/distinfo U editors/fte/pkg-plist U editors/fte/files/patch-aa U editors/fte/files/patch-ba U games/Makefile U games/pathological/Makefile U games/pathological/distinfo U games/pathological/pkg-descr U games/pathological/pkg-plist U graphics/Makefile U graphics/inkscape/Makefile U graphics/inkscape/distinfo U graphics/inkscape/pkg-descr U graphics/inkscape/pkg-plist U graphics/inkscape/files/patch-configure U graphics/inkscape/files/patch-src::dialogs::stroke-style.c U graphics/inkscape/files/patch-src::interface.c U graphics/inkscape/files/patch-src::main.c U graphics/inkscape/files/patch-src::xml::repr-io.c ? mail/log U mail/popa3d/Makefile U mail/popa3d/distinfo U mail/popa3d/files/patch-ab U net/citadel/Makefile U textproc/aspell/Makefile ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 22: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 9442816A4CE for ; Sun, 16 Nov 2003 22:22:19 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id BED0D43FEA for ; Sun, 16 Nov 2003 22:22:17 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) hAH6MHGZ099780 for ; Mon, 17 Nov 2003 01:22:17 -0500 (EST) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAH6MHdP092298 for ports@FreeBSD.org; Mon, 17 Nov 2003 01:22:17 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 01:22:17 -0500 (EST) From: Kris Kennaway Message-Id: <200311170622.hAH6MHdP092298@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: Mon, 17 Nov 2003 06:22:19 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 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 benchmarks/netpipe/Makefile U benchmarks/netpipe/distinfo U benchmarks/netpipe/files/patch-makefile U devel/arm-rtems-binutils/Makefile U devel/arm-rtems-g77/Makefile U devel/arm-rtems-gcc/Makefile U devel/arm-rtems-objc/Makefile ? devel/glade2/make.core ? devel/gnomedebug/make.core U devel/i386-rtems-binutils/Makefile U devel/i386-rtems-g77/Makefile U devel/i386-rtems-gcc/Makefile U devel/i386-rtems-objc/Makefile U devel/i960-rtems-binutils/Makefile U devel/i960-rtems-gcc/Makefile U devel/m68k-rtems-binutils/Makefile U devel/m68k-rtems-g77/Makefile U devel/m68k-rtems-gcc/Makefile U devel/m68k-rtems-objc/Makefile U devel/mips-rtems-binutils/Makefile U devel/mips-rtems-g77/Makefile U devel/mips-rtems-gcc/Makefile U devel/mips-rtems-objc/Makefile U devel/powerpc-rtems-binutils/Makefile U devel/powerpc-rtems-g77/Makefile U devel/powerpc-rtems-gcc/Makefile U devel/powerpc-rtems-objc/Makefile U devel/py-game/Makefile U devel/py-game/distinfo U devel/py-game/pkg-plist U devel/py-game/files/patch-src-draw.c U devel/sh-rtems-binutils/Makefile U devel/sh-rtems-g77/Makefile U devel/sh-rtems-gcc/Makefile U devel/sh-rtems-objc/Makefile U devel/sparc-rtems-binutils/Makefile U devel/sparc-rtems-g77/Makefile U devel/sparc-rtems-gcc/Makefile U devel/sparc-rtems-objc/Makefile ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U editors/fte/Makefile U editors/fte/distinfo U editors/fte/pkg-plist U editors/fte/files/patch-aa U editors/fte/files/patch-ba U games/Makefile U games/pathological/Makefile U games/pathological/distinfo U games/pathological/pkg-descr U games/pathological/pkg-plist U graphics/Makefile ? graphics/gphoto2/make.core U graphics/inkscape/Makefile U graphics/inkscape/distinfo U graphics/inkscape/pkg-descr U graphics/inkscape/pkg-plist U graphics/inkscape/files/patch-configure U graphics/inkscape/files/patch-src::dialogs::stroke-style.c U graphics/inkscape/files/patch-src::interface.c U graphics/inkscape/files/patch-src::main.c U graphics/inkscape/files/patch-src::xml::repr-io.c ? graphics/pstoedit/make.core U mail/popa3d/Makefile U mail/popa3d/distinfo U mail/popa3d/files/patch-ab ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core U net/citadel/Makefile ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U textproc/aspell/Makefile ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 23: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 CA07916A4CE for ; Sun, 16 Nov 2003 23:20:22 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE8F543FBF for ; Sun, 16 Nov 2003 23:20:21 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) hAH7KLGZ009612 for ; Mon, 17 Nov 2003 02:20:21 -0500 (EST) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAH7KKi7076064 for ports@FreeBSD.org; Mon, 17 Nov 2003 02:20:20 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 02:20:20 -0500 (EST) From: Kris Kennaway Message-Id: <200311170720.hAH7KKi7076064@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: Mon, 17 Nov 2003 07:20:23 -0000 X-List-Received-Date: Mon, 17 Nov 2003 07:20:23 -0000 X-List-Received-Date: Mon, 17 Nov 2003 07:20:23 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 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 Sun Nov 16 23:20: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 0534D16A4CE for ; Sun, 16 Nov 2003 23:20:41 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20E0943FDF for ; Sun, 16 Nov 2003 23:20:40 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) hAH7KdGZ012031 for ; Mon, 17 Nov 2003 02:20:39 -0500 (EST) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAH7Kdes054247 for ports@FreeBSD.org; Mon, 17 Nov 2003 02:20:39 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 02:20:39 -0500 (EST) From: Kris Kennaway Message-Id: <200311170720.hAH7Kdes054247@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, 17 Nov 2003 07:20:41 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 23:40: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 7C15016A4CE for ; Sun, 16 Nov 2003 23:40:42 -0800 (PST) Received: from lilbuddy.antsclimbtree.com (lilbuddy.antsclimbtree.com [216.27.183.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E9F43F75 for ; Sun, 16 Nov 2003 23:40:41 -0800 (PST) (envelope-from mark@antsclimbtree.com) Received: from amore.antsclimbtree.com ([192.168.1.2]) by lilbuddy.antsclimbtree.com with asmtp (TLSv1:RC4-SHA:128) (Exim 4.24; FreeBSD 4.8) id 1ALe0U-000H3d-Jq for ports@FreeBSD.org; Sun, 16 Nov 2003 23:41:10 -0800 Mime-Version: 1.0 (Apple Message framework v606) To: ports@FreeBSD.org Message-Id: <56C01C88-18D1-11D8-86C7-000A278CC960@antsclimbtree.com> From: Mark Edwards Date: Sun, 16 Nov 2003 23:40:39 -0800 X-Mailer: Apple Mail (2.606) X-Spam-Score: -4.9 (----) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Passing an argument to a 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, 17 Nov 2003 07:40:42 -0000 Can someone clue me in on how to pass a variable to a port during make? I am trying to customize the behavior of mail/imap-uw and mail/cclient. They ordinarily use unix mailbox format when creating new mailboxes, and I want them to create mbx format mailboxes. This is achieved by setting CREATEPROTO=mbxproto during compilation. For example: make osx CREATEPROTO=mbxproto achieves this on my OSX machine. However, I'm not sure how to pass this setting to the FreeBSD port. If I do: cd /usr/ports/mail/imap-uw make install CREATEPROTO=mbxproto it doesn't happen. Is there some way to pass a given argument to the make process from the make command in the port? Thanks! -- Mark Edwards From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 00:04: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 3077716A4CE for ; Mon, 17 Nov 2003 00:04:02 -0800 (PST) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF6443FE9 for ; Mon, 17 Nov 2003 00:03:59 -0800 (PST) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 54AC1217E0; Mon, 17 Nov 2003 00:03:59 -0800 (PST) Date: Mon, 17 Nov 2003 00:03:59 -0800 From: Will Andrews To: Mark Edwards Message-ID: <20031117080359.GJ56603@procyon.firepipe.net> Mail-Followup-To: Mark Edwards , ports@FreeBSD.org References: <56C01C88-18D1-11D8-86C7-000A278CC960@antsclimbtree.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56C01C88-18D1-11D8-86C7-000A278CC960@antsclimbtree.com> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org Subject: Re: Passing an argument to a 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, 17 Nov 2003 08:04:02 -0000 On Sun, Nov 16, 2003 at 11:40:39PM -0800, Mark Edwards wrote: > Can someone clue me in on how to pass a variable to a port during make? > > I am trying to customize the behavior of mail/imap-uw and mail/cclient. > They ordinarily use unix mailbox format when creating new mailboxes, > and I want them to create mbx format mailboxes. This is achieved by > setting CREATEPROTO=mbxproto during compilation. For example: > > make osx CREATEPROTO=mbxproto > > achieves this on my OSX machine. However, I'm not sure how to pass > this setting to the FreeBSD port. If I do: > > cd /usr/ports/mail/imap-uw > make install CREATEPROTO=mbxproto > > it doesn't happen. Is there some way to pass a given argument to the > make process from the make command in the port? make MAKE_ENV="CREATEPROTO=mbxproto" install There is also CONFIGURE_ENV. There are others but they are less frequently useful. Note that if you pass a variable to "make" at the port level, it affects how the _port_ behaves, not necessarily how the source it encompasses is built. Regards, -- wca From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 00:20:57 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 6572416A4CE for ; Mon, 17 Nov 2003 00:20:57 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E793F43FE0 for ; Mon, 17 Nov 2003 00:20:55 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) hAH8KtGZ067094 for ; Mon, 17 Nov 2003 03:20:55 -0500 (EST) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAH8KtVe099913 for ports@FreeBSD.org; Mon, 17 Nov 2003 03:20:55 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 03:20:55 -0500 (EST) From: Kris Kennaway Message-Id: <200311170820.hAH8KtVe099913@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: Mon, 17 Nov 2003 08:20:57 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 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 U mail/sendmail/Makefile ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc U print/libpaper/pkg-descr ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 00:21: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 79C6716A4CE for ; Mon, 17 Nov 2003 00:21:19 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C9743F93 for ; Mon, 17 Nov 2003 00:21:18 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) hAH8LIGZ068012 for ; Mon, 17 Nov 2003 03:21:18 -0500 (EST) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAH8LIBo002056 for ports@FreeBSD.org; Mon, 17 Nov 2003 03:21:18 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 03:21:18 -0500 (EST) From: Kris Kennaway Message-Id: <200311170821.hAH8LIBo002056@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, 17 Nov 2003 08:21:19 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log U mail/sendmail/Makefile U print/libpaper/pkg-descr ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 00:38: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 AEB0516A4CE for ; Mon, 17 Nov 2003 00:38:35 -0800 (PST) Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by mx1.FreeBSD.org (Postfix) with SMTP id 56A7443FD7 for ; Mon, 17 Nov 2003 00:38:33 -0800 (PST) (envelope-from atamaniuk-ports@frobs.net) Received: (qmail 11728 invoked by uid 1003); 17 Nov 2003 08:38:54 -0000 Date: Mon, 17 Nov 2003 09:38:32 +0100 From: Patrick Atamaniuk To: Kris Kennaway Message-ID: <20031117083854.GA1424@mail.webmonster.de> References: <20031019233208.80051.qmail@mail.frobs.net> <20031116191222.GA30181@mail.webmonster.de> <20031116214023.GA16310@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031116214023.GA16310@xor.obsecurity.org> User-Agent: Mutt/1.4.1i X-Arbitrary-Number-Of-The-Day: 42 cc: Sergey Matveychuk cc: eikemeier@fillmore-labs.com cc: freebsd-ports@freebsd.org Subject: Re: ports/58260: New Port: print/lilypond-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: Mon, 17 Nov 2003 08:38:35 -0000 Kris Kennaway(kris@obsecurity.org)@2003.11.16 13:40:23 +0000: > On Sun, Nov 16, 2003 at 08:12:00PM +0100, Patrick Atamaniuk wrote: > So you don't want anyone to commit it to FreeBSD? On the contrary, i generally still want it to be committed. As i have more urgent issues with print/lilypond (stable) itself, i decided to leave the development version somewhere public available without the need to constantly bug committers for now. I have a bad feeling writing a mail like `can anybody please look into that again?`, since i feel `for what did i file a pr if i have to ask once a month for review`. Personal thing. Applies for development/unstable ports only. Since the development version is subject to more often changes, i fear that the pr will be a huge list of followup diffs, soon. So i thought portrookies could be good for me as long as i cannot update the port myself. (Even if i could, portrookies would be still good) But if print/lilypond-devel where imported, i (and the upstream authors) would gladly appreciate that in any case:) > I think, he meant they are changed and freshest versions can be found on > portrookies. Right. The PR is not complete, fixed some issues with configure for 4.9 REL. It bulds fine on current, though. Since for one no FreeBSD users use portrookies now (hope to change that with good documentation becoming available) and on the other hand committers may decide not to like portrookies, i'll continue filing diffs on the PR whatever committers decide. For Kris' very valid security reasons, i consider portrookies cvs non-authoritative, anyways. KK> >It's great to see enthusiasm for the new "portrookies" project, but at Thanks. :) > >the moment most committers are not using it I hope that in the near future many committers start use this as a testbed, too. TB> >I wonder what the view of "portrookies" is amongst the committers? This i wonder, too, and so i simply started to use it for a) `unstable` ports for cutting-edge users, (where lilypond-devel is quite stable and tested on the upstream though) b) for stable ports which are completely hosed on FreeBSD cvs and where there is no feedback on questions. (Maybe i am impatient, but i'd like to throttle down user's questions about not being able to build and when they manage, how to un-break their info(1) dir files and how to pkg_delete with an out of date plist) Currently i am forced (for simplicity) to send the users a tar-file with a working version of the ports skeleton. I hoped that a public version with web-cvs makes it easier to quick-check for committers what i am doing. 80kb diffs in bz2.uu format are not really usable for the short 'i'll take it' statement. :) TB> >Is it a good thing? Will it help or hinder After the commit-bit discussion (which i deliberately did not participate) i decided for myself, that commit-bits must be earned through work and simply started to play on portrookies. I welcome this new forum for there probably will be more motivated newbies and experienced committers with the time to care about each others (trivial) problems. It is no problem there to learn the ropes, and bento will not break on commit mistakes. Will it help or hinder? Mixed. On pkgsrc-wip i have the apprehension that if you don't bug NetBSD committers enough, the wip-ports stay where they are and never make it into the tree. At least when there are only very few end-users reporting success. [No offence, NetBSD, lilypond pkgsrc is not completely finished/optimized there.] imho Gnats will be required and very useful for new ports for quite a while. Time will tell. It definitely is a nice testbed for maintainers without commit-bit. At least for me i can satisfy my urge[:)] to produce usable contributions. It helps to improve the quality of my PR's. This, i think, is A Good Thing(tm). The major advantage against gnats and ports@ list is, that i can make quick fixes without making confusing PR's on PR's. Furthermore, i face the problem, that my port changes on cvs (for valid and good reasons) so my diffs fail to apply and i am not sure how to follow up on that using gnats. patch on the patch? I (mis)decided to make a complete new patchfile which fills up gnats and many mailboxes with large uuencoded files. (Herewith i apologize in shame) KK> >Dunno..I do have some security concerns about importing files from an > >open CVS repository directly into FreeBSD. Fully agreed. If portsrookies should live, there must be a policy/mechanism to ensure ports integrity. Worstcase - sf 0wNeD - disqualifies a merge from there. In all other cases, the port has to be verified somehow. For one by the maintainer before announcing stability and secondly by the committer as usual before mfr-ing (merge from rookies :) OE> >One idea that popped up was downloadable shar files/diffs and to post > >just the url to gnats, but hey, the project is one and a half day old... i'd like checksummed/signed files/diffs ... :) For my part i have the `original` port in my own cvs with one branch following the official ncvs and the head with my changes. Head is posted on public available service, using sf.net only for thoroughly pre-tested versions. Despite all testing i have fixups as new issues arise, by users or by using the port by myself. I gladly use my local sources to diff against official ports for merging (say filing PR's), thus making portrookies a `documentation an testing only` tree for now. Bottomline: for the start i may humbly suggest, that maintainers may play with portrookies, have there discussion and questions and test each others stuff. Then, when they feel that the port reaches _good_ usability (meaning does not break anything like `make index`, the upstream source is ok, the sources are not trojaned and somewhat audited for security stuff, the port actually builds, installs, does something more or less useful and deinstalls cleanly), they then file a good old PR with a (again) tested patch / shar. To motivate these maintainers, probably portsrookies-tested ports could be seen with a (little) more appreciation than 'simple' new ports. ? cheers, patrick -- regards, Patrick Atamaniuk From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 01:10: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 8B28716A4CE; Mon, 17 Nov 2003 01:10:21 -0800 (PST) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id D080B43F3F; Mon, 17 Nov 2003 01:10:19 -0800 (PST) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])hAH9AIRY097159; Mon, 17 Nov 2003 10:10:18 +0100 (CET) (envelope-from girgen@pingpong.net) Date: Mon, 17 Nov 2003 10:10:18 +0100 From: Palle Girgensohn To: gj@FreeBSD.org, gnome@FreeBSD.org, ports@FreeBSD.org Message-ID: <13690000.1069060218@rambutan.pingpong.net> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="==========1817979384==========" Subject: firebird and xemacs locking up/crashing "in pairs"??? 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, 17 Nov 2003 09:10:21 -0000 --==========1817979384========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! We have a strange problem, probably related to gtk20, but I'm not sure. The small problem is that Firebird locks up, and does not accept keyboard input. This can be fixed by minimizing and unminimizing the firebird window. The more odd thing happens that sometimes, during these locks, xemacs stops working and locks up, and its window becomes blank. Sometimes, waiting a while fixes the problem, sometimes not, and kill -9 is the only thing that helps. Note that this always happen when firebird locks up, and never at any other occasion, so they definitely seem coupled, somehow. The enclosed stack trace indicates an infinite recursion. Any ideas? /Palle --==========1817979384========== Content-Type: application/octet-stream; name="firebird.txt.gz" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="firebird.txt.gz"; size=25748 H4sICMqPuD8AA2ZpcmViaXJkLnR4dADMnVlz3Layx9/1KVjJrbpJnUgigAYI6u1YXuJTduKKnZO8 zeWCGdHikFMkx5by6S+4yZK3RFY3ex6c2BpNN4ilAeIH/Pt11hS7Lmi7pOlcHtRV8NL/+aV+F4go EOFZKM6kDWQYqqMm2ab7LqnONkWzcdX/BJs8DY4z/4W/irJMnhaNS4smPz7J6sYFwem+bU7/FOI3 c1oW6el6+nj4x3b8yrE40acffz0tquDo2S+/D+bhRNjgh6eNc49eP/7x6LzeXTfF5qILRBzboP95 8Lped+8T7/Fpva/ypCvq6qfgeZWdHD17/Cgo2mDd/1Y7/dZPQVa/c41/1PQ66C5c0Ht65irXJGXw ap+WRRa8KDJXtf5XkyoPrut94L939N6VWb11QVcH2UVSbVxQdP0vnNZNkBdt1xS+cpy3vitcG9Tr /mNfHtcEmWu6xD9UVld50RevPTl6c71zwXftRf2+/8Z1UW2+6y23vqR9oe786oUvbv8cSdrWpfdR XgdVHfiHaZKquw7WvgD+SU+C4JbR+dPvho9z5wtQDra8nb5a3idt72RdbPZ9Xfh/fVcoa4731WVV v6+O+zpL2/y7k5OTH7yz3KX7zcaXMmivt2ld+krtK/tH//GRd1X5T86CodnXRemCbdIXsfP/77KL oN25rFgX3o27cpnvQWk5/t6Jb0//lb4sm6EFurFZ/u/jLvG/J0evmnrjO2DQuWZbVMNvvi86b7zY VL7lRPhT8GjfBq5p6ubk6DeX5HdK29TbsUOWdZaUQx/0f9Zl0l7syuTaNSdtfSL+/mnzunJfM/8P +rv/t//n27b3uJC/q53vugv625V5C4v6y5Z0V7W7Btuf/7PpLo+vhDiWJ2Fv3MdcbAc5sYM/fczJ h6EksS0XvVXzcKt3xn/ia1yMlQEUtb3aFVfpfk1X4Ts/EdVX625+CoImXXdI7fmh5n0w2iXd6e5y MwRhP9V0fubCauCx3H+R9MLG9TM6+lzRm3ZXHVIN3LG7rqtunOgpSj32P8LeJwRFpQzFRi31nbCy qdO3LutQh/1dB9s635eO0IH/Q2e98B3yXW9aoQ33LVaQGs21XZ7961+4RcxWQ+AA7CGCFTburoxv BeUYu/mrruztamS77srPKiRV/Oaied3tU4pQ9PolhdXn50/Qzfq/jfXt5kl8W1enV2X22K1xR1+G 3ohfW81vLjfrq6XeHvqlj7dSde3QY7epyz/8iKcQ/TBPLry9dVHlPEXYNWMXWt5z/2ZcVX6y5nHv PV/WPK43l2VyXe+ZHjxLdkzdvRC24vHc5EydvNj26zmJ4vzOjPt25zYUK4RdtUFaINy7rtrrtnPb Y76IVLXJbtdeuLLk8f++yDeuW226S5wOc48dytW4McA1B9XDnjTbNDQ//ipjCskX/rtMz3/Rbctd 0jBNCfv5fXR513mdMY51v/DtBzr+VvafO/TXj353XJ6Ep/Kk/29ZJ7lrxoE77LGOPzi+2mFzjv5p sn3T1iTbfpt+b+6YYGr+9bdHRTcaRt8c6i4a/5t0+0O7etchFfzeQ+Jtmy+Hyj6agYpdWteLTX/D w77ledT6bbHgY/rQcdWlBdOyf3O5K/cbJO/jOHmbX4oTdSJO3zbudLR+2uP706o1YTi0bPIuGT9Y YdX1l/jNvJ23zIbNR6M1aXTItFyq68uCabn03qVp875teLz795P+B0yLtavGbevOta55V2RM9Z82 9XtfAMZa6K62G+zmH6jYqRjWVyNgasefHadJW2THV2umVzOXF13N1Nm7ui4vi46xqXdqx+N4Wzc4 rwZ3KU2Ls8l8d0la7Teum5aNCGv0u6dE9nlxszewzJq034jaFlunFj3V1C7prj+QWV9Wi7psy8Xc fbK099W7bGNmlyn2wm84L9n/7aODkxjgrz8belrmx65c32sQfx8GQXgF1sZ2LXVQVMGq3RWVL/Tl avhy8MOPX4bxRz9s8vTHYPpf2j3U3Pdi/nq2lqb/+m58W15t9527WvV2/saCHC0I//0ceguvflu9 +ORr9zupePS9Gq2G1lqd91b/83r178ZVyb/Lvn079y3m53OsR9/DZD62eZj25t+2q6dFVbQX53Xu xvPVfg5/mBN948SldnLyZFt04mFmzWx2DdrdMvumPzf+IMvRbDlZr+cCv6p3rztf31sfG86fPcy+ ne27PAbUkscfLOca1bIIZ8vheo1rWYyWM5GNXdxbPvdh2M/cT/dV1h+nf1Tn1w90ImcnCtxdJ2/q S1e97vxo3z7Qh5p9QGTJHgSmgBAZu54CwuTk9/PZzdO6edUUVVbsEh95H+ZP9/5iC3EeD4Gxav/z +ryufFTszs4mz0/e+VHxc1Llpbt/rPj8Rp73bAbPItbS1+zg+c9HL141dVf3Zx8md2dnT4bbCQ7H /S287ksQTSWIpIluSvC0zvbtjfdH5R7Xpx18hibSY2yo2qF2XxRt14fjl0mVbHrHYwmGz1D9x4N/ Gcr1emrvP39/8aQcAt/s9fGvL9Edy3B27NR6UceCy7EcmzqMkjgdHQ8zbpEt4VyNztPUjcGqan9+ 8/LF82q375ZwD1M3z0KX3ermwxx708dfNY6om8shrFmXR1k2rtYa177ukd6dkfXcx7mmv6iE6drM ruMo/bJrVJdTIMtFFiVjbf+3cO+pY4kcY5nIYivgg1s6f/H8mCqGzzzm46Ld9Vfb0B2rcH5QqUXv eHzAX/bb1DX3n4C/5mkMVpBmNpbjI54PJzr/GM5/4D7j3TMl3rmcnUfWfc35Y5f4dcg7P5RJiqGm YuhQTHHzj6LKa9+xfq36pUlS+Cg6TNO/+mBGUQKYSmAzP23dKcHPRe7Gv58PBzOwPY9xS6ZZZobp 2X+y2jX1Ltn42l65rz1s+bm7at7kGI+MgSQcOu9mlZV1u2/cqqje+cXxRy++X78y4e1Fo70oSvMh tI93PVfOvy2s9sMructXv93Xqp2sGsjtWMrbdt8lpV8g3ddmPNs06/wTm/c0BuMLkorSdaLmlpma r3VVvnJXu7r9Yn/4QuOAmK0m6+Qjq9/S2DC+BykbwbhNMtrr++vKT0MX/n/9/Vzf8kVX+Ipoi7/u XWQ1uUikW3/koj8s5FYb5wdG13zxTehLhmE2PL3woxnWN5WSSqJKMejjFqJ53OZuGrf9e5EfvEnb rnw9JKutr5WLj1cvf9+TLW5AgHmYRes8QgsIOsQPCFogBgQtKQKCVrgBQcPUMdNUZ7O9rZ9BV3n9 bQbHwQRaynTsPfnlKslz34cKb813zLb1y7HVuii7L7+ul5+79uyNT3NVquNwjC1TWaeFx9eaqLxz N87bmsZP6hs7umUrGzc3vs2mnW0mmfyMzaIb5BLuZXIaPWkk7O1ilnW9WzX76j62zDhmpDYigrmx fbvs0jpp8tX7xA+cdd2MxfUrkHs2vZkXp2uTT++U57Pxs7NnrnuTNL6fPnRB/PGayMzL0rUy6hO3 Pyft46RLXvZNWVSbp2Xyrn7wmvyTIoxL0hRSmIvwqvSt1Df6kwGDn52dJ9WrpP2GHfsvUHXvdVyG piZXUkxeew/9oty/gJydPW+nvz6pevWOHNH1OMrT0OkonV8Fqq6py9I1k9M3vU/8Qnxy+cqXxkyl SVU67SY8Stq5Hj4UbJnCjHFFxCGYYRL589Wb89XzYeZ8dP28yt3Vt2zJzmIg3sEYZFLrjHSjg/M/ mmS3c/kviX/tcn1fK8uXrruoH/qAty9aec9jLEpjiN3sefXHLysid9HEHJLIjq9Zb9upHh/Idybi kLh0nKIGuz407xp3/1fFu6blTZEj1CKr2W5ikttF9osTFPs3WCFLZ87Yt+pMFP6blPuHuphJQiLz 9FOS4J2RYIRoxAjWKi3s7PbOljrmftQtv9G0w6kzmf7DjfzX+3QQg0LcMIpmnmD9koyBJ0RcPMFO e3KJMZm8cTxF/3mjqn/w33d5cjNnom7W2XE9ZHWs3bAqeFbWaVKO20PPt7sS2fmHzmflNNYyOdf6 sB92eyqkcq0m13mU6C+4fu18V9/5aNuOn+E5n7FCmo9hbGGsYPmwgl0eK1gerGAXxgqWCyvEi2GF mBMrxDdYway/ihX+TQgV4hkqqGnV/mFL30crjCj1iUeYZgedQPj52QE3OMbjAsx3qHU4UwuXDiHi hl6gjaA796G9b8PZwaLZuc6/2sGe1WNLkxTCToUAl7qvU6vnFUkB4hlapW5ZaCXCEH33W4QCd5da hJKCW4lQ4e9TixAQN6pFqCl2qkVocLeqRRiRwysR2ht6laFCJhHGRPhKTGcz+3qJMqJ6mU5pog7h 6VAmPsES01FMvOAg5gGHyrDEeLoSOTgIgxkcREQSHIRFDg7jwUVEkCXGE4lEJEtIgYeyhJT4LEtI hQ6zhAQ8miWmQ3xUOEvIedG6LM8Scl6v8gEtMZ3dW5hoiekIHwfSEuMpvkNhWmI86ncgUEuMZ/8I qZYYj/VxYC0xnudbjGuJ6RQfOtgS01k+CrIlpnN96GhLTEf7yNiWmM75UcItMR7/W5xuCRA8eEuA PAi+JUDxAi4xHktkIFxiPLfIirgEGC7GJcYDkCyQS4xnJJkolxhPVPa3Z6ROGDCXmA5fcnAuMR3S XBJ0ifEs5+KkS4ynPZdDXWI8DsrAuoTWS8EuoTlhhNA3NIL1Fo3QM5Bgu0Yj9A2SWPoejTAESMJg IwlDgyQMBZIwqEjC0CAJg40kzAJIwnxAErgXaoQhQxLRByRBdaVGRARIIiJDEhE2kohokEREgSQi VCQR0SCJCBtJROhIwpIiCYuJJCwFkrAESMJiIglLjCQsE5KwB4AkLA+SsIxIIj4sJBEfFJKIyZFE zIck4oWRREyFJGJCJBFTIYmYGknE9EhChjxIQoZMSEKGh4EkZMiMJGTIhSRkyI8kZMiGJGTIhyRk yIkkZDgjCaabN1LwIQkplkcSUvAgCSkWRhJScCEJKRZDElJwIgkpbpAE4w0cKWYgsdgVHDmpXS53 B0dOMpcsl3Ck5LzmJeXNPS/GazhSzhe9uO7hSHmjHrf0RRwp8eXjpETWj5OSREBOSgIFOSkxJeSk ItGQkwpZRE4qehU5qT7IyOFexJGKSkdOqg9CclQXcaTCV5KTikpKTipkLTmpSMTkJBCoyUnAlJOT QKInJwFZUE4CtqKcBEpJOQmImnISCETlJOCryklAlJWTmlZXTmoeYTmp+ZXlpGaRlpOaT1tO6oMS l5P6kNTlpKaWl5OaTV9O6mUF5qQhUpiThk5iThoijTlpiEXmpKFXmZOGR2ZOGiadOWkOQ2hOGmal OWnYUtdE/FpzMmITm5MRn9qcjDjl5mR0k8aG5yKOjBjz2EQciWyYMtlES6eyibhE56RdTHVOWlYe YQ8jnY207PlspGVLaCMtAZKw2EjC0iAJS4EkLCqSiGmQRIyNJOIFkERMldlGxmRIIqbPbSNjAiQR kyGJGBtJxCRIQoUESEKFmEhChSRIQoXISEKF2EhChZRIQoWISEKFBEhChfhIQoWISEIJWiShBA+S UIIfSSjBgiSU4EMSShwUklDikJCEEtRIQgk2JKHEskhCSSIkoSQdklCSCEkoSYwklKRHEkryIAkl mZCEkoeBJJRkRhJKciEJpfiRhFJsSEIpPiShFCeSUIo5BY5SfEhCqeWRhFI8SEKphZGEUlxIQsFi SEIBJ5JQcAipcBQsngtHwdLJcBQwZsNRwHndS8Eh5MNRwJ0QRwFbRhyl8eXnlEaWn1OaRH5OaQL5 OaUx5eeUJpGfUxpZfk5pevk5paky4ihNJT+nDH1GHGXw5eeUoZKfUwZZfk4ZEvk5ZQjk55TBlJ9T hkR+Thlk+TllsOXnVEQpP6ciRPk5FRHIz6kIX35ORYjycyqilZ9TEY/8nIr45edUxCI/pyI++Tll D0p+TtlDkp9Tllp+Tlk2+Tlll5WfU5ZIfk5ZOvk5ZYnk55Qllp9Tll5+TsU88nMqZpKfU/FhyM+p mFx+7ujvSsClP6difv05FbPpz6mYT39OxZz6cypmTokDIZ/+HITL689ByKM/B+HC+nMQcunPQbiY /hyEnEACwsNIiQMhe0ocCNlS4oDAZxIgkJkECBImAYKASYDAZBIgSJgECGQmAYKeSYCgSokDgopJ gKRPiQMSn0mApGISIJGZBEgKJtHbJYASIDGhBEgSKAESGUqAxIYSoCihBChEKAGKAEqAwocSoBCh BChaKAGKB0qA4ocSoFigBCg+KAFwUFAC4JCgBAA1lABggxIAy0IJACIoAUAHJQCIoAQAMZQAoIcS oHmgBGgmKAH6MKAEaOacOKC5mARofiYBmo1JgOZjEqDJmcSnKOy2e+akOGAYoYRhgBKGCUqYpaGE YYMSZjkoYVihhDmEpDhgFk+KA2bppDgQMSbFgYjzxhdEh5AUByLupDgQsSXFgQhfgQ4iZAU6iEgU 6CAiUKCDCFOBDiyJAh1YZAU6sPQKdGCpkuKApVKgA0ufFAcsvgIdWCoFOrDICnRgSRToICZQoIMY U4EOYhIFOoiRFeggxlagg5hSgQ5iRAU6iAkU6CDGV6CDGFGBToe0CnQ65FGg0yG/Ap0OWRTodMin QKfDg1Kg0+EhKdDpkFqBTodsCnQ6XFaBTgsiBTot6BTotCBSoNOCWIFOC3oFOi14FOi0YFKg0+Iw FOi0YFag04JLgU5LcgW6o6N/UAo2DTot+TTotOTUoNOSOS2OlnwadFour0GnJY8GnZYLa9BpyaVB p9ViGnRacRIJrQ4jLY5W7GlxtGJLi6MVPpTQChlKaEUCJbQigBJaYUIJDSRQQgMylNBADyU0UKXF 0UAFJTTQp8XRgA8lNFBBCQ3IUEIDCZTQmgBKaI0JJbQmgRJaI0MJrbGhhNaUUEJrRCihNQGU0Bof SmiNCSUMMZQwTFDCHACUMDxQwjBCCXNYUMIcFJQw5FDC8EEJszCUiKigREQIJSIqKBFRQ4loASgR MUGJiAtKRAcCJSJuKBGxQQnLnxZHWz4kYRmRhGVFEpY5LY62jEjCMiAJy4Qk7NJIwrIhiXg5JBGz Ion4ENLi6HjxtDg6Jk+Lc3T0caSMGRPj6JjzypeODyExjo65E+PomC0xjgnxRehMiCxCZ0ISEToT EojQmRBThM6EJCJ0JkQWoTMhvQidCakS45iQSoTOCPrEOEbgi9AZQSVCZwSyCJ0RJIlxjCDQoDMC U4POCBINOiOQNeiMwNagM5JSg85IRA06Iwk06IzE16AzElGDzkhaDTojeTTojOTXoDOSRYPOSD4N OqMOSoPOqEPSoDOKWoPOKDYNOqOW1aAzikiDzig6DTqjiDTojCLWoDOKXoPOAI8GnQEmDToDh6FB Z4BZg84AkwbdUe+bX4XOAJsKnQE+FToDnJlxDDBnxjGaT4TO6OVF6IzmEaEzemEROqO5ROiMXkyE zmhOImH0YWTGMZo9M47RbJlxjCGAEgYbShgaKGEooIRBhRKGBkoYbChhFoAShiozjjFkUCKiz4xj IgIoEZFBiQgbSkQ0UOL/mbuXXMuOG4ii/RpNHv45/4mZcs/WUxUEMDKyGmomDyDBHyzdHYlAiVxF icSgRG6jRK6jREFRojZRohAoUQCUqE2UKDBKFAkl6gGUKA5KFBEl+i2U6KdQouEo0TyU6Mso0SiU aCBKNAolGo0SjUeJPByUyENCiTxvoEQeMkrkYQ3j5OGTRB4aSeThkUQeJknkIe/i5Mcjifzuk0R+ HJLI7zJJ5MciifyukUR+TJLI74VdnPyu7+Lkd3sXJ4W4i5PC/MlXygu7OCnsXZwU2i5Oyn6CLmU5 QZcCSdClABJ0KZsJulRIgi51OUGXik/QpaJ2cVJRCbpU/C5O6n6CLhWVoEtdTtClQhJ0aYAEXdpm gi4NkqBLW07QpW0n6NKQCbq0xQRdGiBBl7afoEtbTNClYxN06ZwEXTo/QZdOSdCl8xJ06U8l6NJf StCloxN06bQEXfrdBF0GKEGXgUvQZYASdBngBF0GPkGXwUnQZZASdBlvJOgyyAm6DFaCLpOfoMuk JegyeQm6TGaCLpO8ipPJS9Bl3k/QZXISdJmXE3SZrARd1rUEXRbVI+qNVZws+ipOFm0VJwtAErVN EoUhiUKQRK2SRGNIordJoi+QRKNWcbJhJNH4VZxsAEk0jCR6myQaQhJ1ACRRZ5Mk6kBIos4ySdTZ Jok6SJKos0gSdQAkUWefJOoskkR9WJKoj0MS9fFJoj4KSdTHI4n6niKJ+l4iifrQJFEfjSTqu0sS JSCSKMGRRAmIJErAJFGCJ4kSDkmUkEii5A2SKCGTRAmLJEr5JFFKI4lSHkmUMkmilLyKU8ojidL7 JFHKIYnSyyRRyiKJsmskUcYkibIXVnHKrq/ilMFXcf7/PyeNuIlTxvy5V9kLmzhl7E2cMtomTvl+ fq58OT9XDsnPlQPyc+Wb+blySH6ufDk/V47Pz5WjNnHKUfm5CvwmTsV+fq4ClZ+rWM7PVUDycxWA /FzFZn6uApKfq1jOz1Vs5+cqkfm5ysX8XCUgP1e5n5+rXMzPVWLzc5Wc/FwlPz9XScnPVfLyc1VP 5eeqXsrPVaHzc1W0/FzV3fxcFSg/V4XLz1WB8nNV4PxcFT4/V83Jz1WT8nPVb+Tnqsn5uWpWfq6a n5+rpuXnqnn5uWpmfq6avIjTh5ef63M/P9eHk5/rczk/14eVn+tzLT/Xh+kRfd5YxOlDX8TpQ1vE 6W+fJPpbJon+ICTRH4Ak+tskif4gJNHfLkn8/c+cwCNFf6iNnP5QSNGC38hp2UeKFhRStCwjRQsE KVoASNGyiRQtEKRoWUaKlm2kaEUiResiUrQCkKJ1HylaF5GiFYsUrRykaOUjRSsFKVp5SNH2FFK0 vYQUbWikaKMhRdtdpGgDIUUbDinaQEjRBkaKNjxStHOQop2EFO1vIEU7GSnaWUjRzkeKdjhS/Prn fwR5StHOVIp28khOB1EpgqAUQVKKuK0UQVOKuKcUQVWKeGEkp+P6SE7H7ZGcTuJITifzF2CdL4zk dLJHcjppIzmd+0W6zuUiXSeiSPcj3yQgUte5GanrgkTqupYjdV34SF0XajenCxWp68Lv5nTtR+q6 UJG6ruVIXRckUtcNiNR1b0bquiGRuu7lSF33dqSuGxmp616M1HUDInXd+5G67sVI3XcOtlI3BziZ ujnM79TNR1BCdXOXV6qb40+l6uZ7XmrVzeegY3Vzglarm9t3c3Xf+UC9unkZF6ybx0HFunkZnKyb C/hm3RzhROvmMKlaN5ffyNbNh6C7db/+/Amsct13hJ+um4+gtevmNi9eN8eZ9bo5T17UmS/g9evm +P2A3RzlFOzm8OWE3VxkNey+o9cidnOLaRhz/o1lnfkQ+rTOfANtW2du71PGPLpsGfMiZF5n3gXQ xby6aRffMQhezLvLejEv4vlijqBGduZpFGDM0/iZnTmyTxjzKMow5ullxJgXIYrxHQcwxry66Rjz HAQy5t1lyZgXtyljnkRaxjy/iBnzGkAz5tV9zphHVz0j0J4RLM+IFzwjSJ4RTM+Ixzwj3vKMwHtG ED0jbntGwjwjkZ6RMM9IuGfkDc9IlmckzTPyFc9I8g7PfAGPM+oFzigiZxSTM4rLGUVe45kvYHJG MTijWJxR1zmjeJzRFzmjuZzRL6zyzGdcn+WZm7d3eeYkcZhnrjN/YzbnX5jmmc9gb/PMJ9DGeb7v 7Kfw5tHlFt68CInhzbuAGt68upnDm+cgPbx5d3mjZ17E9+/mCGqlZ55GFfC+78Pv9MyR/QbevImK 4M3TyxW8eRGSwZt3AR28eXUzhDfPIUp4/314uYU3L27H8OYfU2QNb55fzOHNa4Ae3ry6H8SbRxeL ePMaNok3BzhNvDnMj+LNR1CqeHOXl8Wb/xZ5qos33/NSGG8+B13GmxO0NN7cvtvGm4OgON68jKvj zeOgPN68DO7jzQV8IG/+pyOnkDeHSYm8ufxGI28+hBzJmy9gVfLmND+TNx9BG/OZ27xO3hxnhvLm PHnPZ/6vLS+VN8fvt/LmKCeWN4cv1/LmIiuXN6ev9fLmFhUzPn9j12c+hD7sM99AW/b5vkB4Rqx7 RoA8IyCeEbueESDPiHXPiBueEahBn3ka5xmJn/SZIwjPSJxn5LpnJMgzEuIZuesZCVn2mXfXOSP3 OaOwnFGrnFEQzigEZ9QqZxSaM4rFGYXmjB/KLD98BckziukZ/Zhn9Fue0XjPaKJn9G3PaJhnNNIz GuYZDfeMvuAZckieIYflGXIe8Qw5bM+QQ/MMOQ94hhyeZ8gheoYcqmfIIS//fPIRPUM+gmfIR/IM +W57hnw0z5DvnmfIR/UM+V5YAJrPuD4BNDdvbwB9IsQRoLlO/cmZyAszQPMZ7B2g+QTaENDcBuTz RLbzeSKYfJ4IIp8nsprPE8Xk80S383miF/J5oqj5n3kals8TxQ8AzRFAPk8Uls8T3c7niWLyeWKI fJ7Yaj5PDJPPE9vO54mt5/PEoPk8sc18nhginycGyOeJbebzxMH5PHFSPk/8gXyeOCefJ07M54m/ lc8TfyqfJw7P54nz8nnil/N5Eqh8ngQwnyeByudJoPN5EhfyeRKkfJ4EK58n8Ug+T4Kdz5Og5fMk H8jnSfLyeZLEfJ4kOp/3w7/v9D/32XNAksR+niShnydJ6udJ3u7nSdL6eVL3+nlSXMyoR+aApPhz QFK8OSAphGfUumcUyDMK4hm16xkN8oxe94y+4RkNmwOSxnlGX5gDkkZ4RuM8o9c9ozGeoQfhGXpW PUMPxjP0bHuGnnXP0AP1DD2bnqEH4Rl6AJ6hZ9Mz9AN7hn4kz9DvAc/Qj+MZ+hE9Q7+3PEO/pzxD P7hn6MfzDP0ue4YKyjNUgJ6hgvIMFbRnqFzwDBWSZ6iwPEPlEc9QYXuGCs0zVB/wDFWeZ6gSPUOV Ogekyp4DUiVyhiqBM1RJnKF6mzNUaZyhdo8z1KicofbEHJDa/TkgtetzQGrMOSA16i/O1J6YA1Kj zwGp8eaA1AH5PPXtfJ46Jp+njsjnqa/m89Qx+Tz17Xye+oV8njpsDkgdls/TuDAHpAHI52nA8nka 2/k8DUw+TwORz9NYzedpYPJ5Gtv5PI31fJ4mNJ+nuZnP00Tk8zQB+TzNzXyeJjifp0nK52k+sAak yannaRLreVpv1fO0nqrnacHreVq8ep7W5XqeFqqepwWs52mh6nla6Hqe1oV6njapnqfNqudpP1LP 02bX87Rp9TztB+p52rx6njaxnqdNredps9eA7BDreXYI9Tw7pHqendv1PDu0ep6de/U8O1TLsPPI GpAd/hqQHd4akH0AzrBvmzPsw3CGfQjOsG+VM+zDcIZ925xh3wXOsA+2BmQfjDNMLqwBmQA4wwTG GSbbnGGC4QwTBGeYrHKGCYYzTLY5w2SdM0yhnGG6yRmmCM4wBXCG6SZnmII5w5TEGaYPcIYphzNM iZxh9hZnmD3FGWZwzjDjcYbZZc4wQ3GGGZAzzFCcYYbmDLMLnGFO4gxzFmeYP8IZ5mzOMKdxhvkD nGHO4wxzImeYUznDnD0GZIHmjF+/vc7wjGB5Rlz3jOB5Rlz0jOB6RjyxBmRxfw3I4voakCVzDciS +oszyyfWgCzpa0CWvDUgS0A9z3K7nmeJqedZIup5lqv1PCtMPc9qu55ndaGeZwVbA7KC1fOsLqwB WQHqeVawep7Vdj3PClPPs0bU86xX63nWmHqe9XY9z3q9nmcNredZb9bzrBH1PGtAPc96s57nB1zP 80Oq5/l5oJ7nh1PP80Os5/l5q57n56l6nh94Pc8Pr57n53I9zz9UPc8/YD3PP1Q9zz90Pc+/C/U8 /0j1PP9Y9Tz/Hqnn+ceu5/lHq+e5PFDPc+HV81yI9TwXaj3PhT0G5EKs57kQ6nkupHqey+16ngut nud6r57nSrUM10fGgFz5Y0CuvDEgVwBnuG5zhiuGM1wRnOG6yhluGM5w2+YMtwuc4QYbA3KDcYbb hTEgNwBnuME4w22bM9wwnOGO4Az3Vc5wx3CG+zZnuK9zhjuUM9w3OcMdwRnuAM5wX+WMQHNGsDgj XuCMIHFGMDkjHuOMeIszAs8ZQeSMuM0ZCeOMRHJGwjgj4ZyRNzgjWZyRNM7IVzgj6ZyRPM6oFzij iJxRTM4oLmcUewzIi8kZxeCMYnFGXeeM4nFGX+SM5nJGPzEG5H1/DMj7+hiQN3MMyJv6gzPvJ8aA vOljQN68MaA4gHpenO16XhxMPS8Oop4XZ7WeFwdTz4uzXc+Lc6GeFwc2BhQHVs+L78IYUHyAel58 sHpefNv1vPgw9bz4EPW8+FbrefFh6nnxbdfz4luv54VA63khm/W8EEQ9LwRQzwvZrOeFgOt5IaR6 XsgD9bwQTj0vhFjPC32rnhf6VD0vFF7PC+XV80Iv1/NCUfW8UGA9LxRVzwtF1/NCL9Tzwkj1vDBW PS/skXpeGLueF0ar54U9UM8L49Xzwoj1vDBqPS+MPQYUThwDCifE88JJ8bzw2/G8cFo8L/xePC+c ahnhj4wBhfPHgMJ5Y0ARCM6Idc4IEGcEhDNilzMCxBmxzhlxgzMCNgYUgeOMvDAGFIngjMRxRq5z RoI4IyGckbuckSDOyHXOyGXO+OvNwnpGrXpGQTyjEJ5Rq55RaM8olmfUC55RJM8opmf0Y57Rb3lG 4z2jiZ7Rtz2jYZ7RSM9omGc03DP6gmfkIXlGHpZn5HnEM/KwPSMPzTPyPOAZeXiekYfoGXmonpGH vQaUH9Ez8iN4Rn4kz8jvtmfkR/OM/O55Rn5Uz8jviTGg/O6PAeV3fQwohTkGlEL9xVnKE2NAKfQx oBTeGFAKoJ6Xsl3PS8HU81IQ9byU1XpeKqael7pdz0u9UM9LhY0BpcLqeakXxoBSAfW8VFg9L3W7 npeKqeelIep5aav1vDRMPS9tu56Xtl7PS4PW89I263lpiHpeGqCel7ZZz0sH1/PSSfW89Afqeemc el46sZ6X/lY9L/2pel46vJ6XzqvnpV+u52Wg6nkZwHpeBqqel4Gu52VcqOdlkOp5Gax6XsYj9bwM dj0vg1bPy3ygnpfJq+dlEut5mdR6XiZ7DCiTWM/LJNTzMkn1vMzb9bxMWj0v6149L4trGfXIGFAW fwwoizcGlIXgjFrnjAJxRkE4o3Y5o0Gc0euc0Tc4o2FjQNk4zugLY0DZCM5oEGf8/c9fx9aBozHA UQcBHHVWgaMOBjjqbANHnXXgqAMFjjqbwFEHARx1AMBRZxM46gMDR30k4KjvAeCojwMc9RGBo763 gKO+p4CjPjhw1McDjvouA0cJCjhKgMBRggKOEjRwlFwAjhIScJSwgKPkEeAoYQNHCQ04Sh8AjlIe cJQSgaOUChyl6HmgX3/+W08UjlKCcJSShKP0tnCU0oSj7J5wlFGFo+yJfaCy+/tAZdf3gcqY+0Bl 1N+glT2xD1RG3wcq4+0DlQOCeuXbQb1yTFCvHBHUK18N6pVjgnrl20G98gtBvXLYPlA5LKhXcWEf qAIQ1KuABfUqtoN6FZigXgUiqFexGtSrwAT1KraDehXr+0CV0J5e5WZPrxLR06sE9PQqN3t6leCe XiWpp1f5QE+vktPTqyT29KrQPb0f/qWPf2lX9VRirwqe2KviJfaqLif2qlCJvSpgYq8KldirQif2 qi4k9qpJib1qVmKv+pHEXjU7sVdNS+xVP5DYq+Yl9qqJib1qamKvmj0Z1IeY2OtDSOz1ISX2+txO 7PWhJfb63Evs9aHyRp9HJoP68CeD+vAmg/oDCEd/28LRH0Y4+kMIR3+rwtEfRjj62xaO/i4IR3+w yaD+YMLRcmEyqAUgHC0w4WjZFo4WjHC0IISjZVU4WjDC0bItHC3rwtEKFY7WTeFoRQhHK0A4WjeF oxUsHK0k4Wh9QDhaOcLRShSOtrcWg9rQnPGDuPz6l58IJ442HnG0XSaONhRxtAGJow1FHG1o4mi7 QBztJOJoZxFH+yPE0c4mjnYacbQ/QBztPOJoJxJHO5U42tkrQh1M4ggGcQSLOOI6cQSPOOIicQSX OOKJFaGO+ytCHddXhDqZK0Kd1N+ldT6xItRJXxHqRK8I/frdcUB3r3O7u9eJ6e51Irp7navdvS5M d69ru7vXdaG71wWbEeqCdfe6LswIdQG6e12wGaGu7cpeF6ay142o7HWvVva6MZW97u3KXvd6Za8b Wtnr3qzsdSMqe92Ayl73YmVv/oKt7M1fOJW9Ocyv7M1HUCp7c5dX2ZvjT1X25ntequzN56Are3OC Vtmb23cre3I+UGVvXsZV9uZxUGVvXgZX9uYCvrI3RziVvTlMquzN5Tcqe/Mh5MrefAGrsjcX+ZW9 +QhaZW9u8yp7c5xZ2Zvz5Bmh+QJeZG+O34/szVFOZG8OX47szUVWZE+OXovszS0mZsz5N2aE5kPY M0I//fnru2jTQnN7nzjm0WXimBchxDHvAohjXt0kDjkGIY55d5k45kU8ccwR1LTQPI0ijnkaPy00 R/aJYx5FEcc8vUwc8yKEOOQ4gDjm1U3imOcgxDHvLhPHvLhNHPMkkjjm+UXimNcAxDGv7hPHPLpK HIEmjmARR7xAHEEijmASRzxGHPEWcQSeOIJIHHGbOBJGHIkkjoQRR8KJI28QR7KII2nEka8QR9KJ I3nEUS8QRxGJo5jEUVziKPSQ0J//zjOJoxjEUSziqOvEUTzi6IvE0Vzi6Bd2hOYzru8Izc3bO0Jz krgjNNeZv0Kb8y/sCM1nsHeE5hPQO0I/et0/f9B39tN78+hyem9ehKT35l1Aem9e3UzvzXOQ9N68 u5zemxfx6b05ghoXmqdR6T35Pvy40BzZT+/No6j03jy9nN6bFyHpvXkXkN6bVzfTe/McJL037y6n 9+bF7fSefIJM783zi+m9eQ2Q3ptX99N78+hiem9ew6b35gAnvTeH+em9+QhKem/u8tJ78ulT6b35 npeWhOZz0Jm9OUHL7M3tu5m9OQjK7M3LuMzePA7K7M3L4MzeXMBn9uQzTmZvDpMye3P5jczefAg5 szdfwMrszWl+Zm8+gpbZm9u8zN4cZ2b25jx5SUg+52X25vj9zN4c5WT25vDlzN5cZGX25vS1zN7c ogLH528sCc2H0JeE5hvQS0K/84xAeEase0aAPCMgnhG7nhEgz4h1z4gbnhGoKaF5GucZiZ8SmiMI z0icZ+S6ZyTIMxLiGbnrGQnyjFz3jNz3jMJ6Rq16RkE8oxCeUaueUWjPKJZn1AueUSTPKKZn9GOe 0W95RuM9o4me0bc9o2Ge0UjPaJhnNNwz+oJnyCF5hhyWZ8h5xDPksD1DDs0z5DzgGXJ4niGH6Bly qJ4hhzwbJP9h7l5yI7uBIIrOtRoy/7n/jZmaGehWyQYyGOwFMN/IMHBUN2QTPUM2wTNkoz3jr39V /vXj59xWDtk05ZB9TzlkU5VD9gtjQuczro8JnZu3x4REhDgmdK5Tf5wm8sKY0PkK9pjQ+QT0mNCn 24DQnsh0aE8EE9oTQYT2REZDe6KY0J7odGhP9EJoTxS1JXSehoX2RPFbQucIILQnCgvtiU6H9kQx oT0xRGhPbDS0J4YJ7YlNh/bExkN7YtDQnthkaE8MEdoTA4T2xCZDe+Lg0J44KbQn/kBoT5wT2hMn hvbE3wrtiT8V2hOHh/bEeaE98cuhPQlUaE8CGNqTQIX2JNChPYkLoT0JUmhPghXak3gktCfBDu1J 0EJ7kg+E9iR5oT1JYmhPkhrak2RvCUkSQ3uShNCeJDq09/8wLW/n9yRp+T2pe/k9Ka5w1CMLQ1Ls haHvb+CtCUkhkKPGkaNAyFEQ5KhZ5GgQcvQ4cvQN5GjYmpA0Djn6wpqQNAI5GoccPY4cjUEOXQjk 0DWKHLowyKFrGjl0jSOHLihy6JpEDl0I5NAFQA5dk8ihG4wcuknIofsB5NDNQQ7dROTQ/RZy6H4K OXTDkUM3Dzl0X0YOFRRyqACRQwWFHCpo5FC5gBwqJORQYSGHyiPIocJGDhUacqg+gByqPORQJSKH KhU5VNlrQqpE5FAlIIcqaU1I9TZnqNI4Q+0eZ6hROUPtiTUhtftrQmrX14TUmGtCatSfoak9sSak Rl8TUkOvCX247YDQnvp0aE8dE9pTR4T21EdDe+qI0N7f/31fm87vqV/I76nD5oTUYfk9jQtzQhqA /J4GLL+nMZ3f08Dk9zQQ+T2N0fyeBia/pzGd39MYz+9pQvN7mpP5PU1Efk8TkN/TnMzvaYLze5qk /J7mA/k9TU5+T5OY39N6K7+n9VR+Twue39Pi5fe0Luf3tFD5PS1gfk8Lld/TQuf3tC7k97RJ+T1t Vn5P+5H8njY7v6eNzu99fbj9QH9Pm9ff0yb297Sp/T1t9p6QLWJ/zxahv2eLtCdk63ZpzxattGfr XmnPFpU4bD2yJ2SLvydkC70n9OH2BiiH7WnlsI1RDtsI5bA9qhy2MXNCtqc9w/YFz7ANmxOyDfMM kwtzQiYAzzCBeYbJtGeYYDzDBOEZJqOeYYLxDJNpzzAZ9wxTqGeYTnqGKcIzTAGeYTrpGaZQz/jR 7k1JzGH6AHOYcpjDlMgcZm8xh9lTzGEGZw4zHnOYXWYOMxRzmAGZwwzFHGZo5jC7wBzmJOYwZzGH +SPMYc5mDnPaypD5A8phzlMOc6JymFOVw5y9MmTBVI5gKEewlCOuK0fwlCMuKkdwlSOe2BOyQO8J ff3t6PVBIUvmoJAl9fdplk8MClnSB4UseYNCloDWnuV0a88S09qzRLT2LEdbe1aY1p7VdGvP6kJr zwo2KGQFa+1ZXRgUsgK09qxgrT2r6daeFaa1Z41o7VmPtvasMa096+nWnvV4a88a2tqznmztWSNa e9aA1p71ZGvPF7i154vU2vP1QGvPF6e154vY2vP1VmvP11OtPV/w1p4vXmvP1+XWnm9Ma+/HPwXw DUzw+UYl+HyjE3y+LyT4fJMSfL5ZCT7fjyT4fLMTfL5pCT6XBxJ8LrwEnwsxwedCTfC5sHeGXIgJ PhdCgs+FlOBzuZ3gc6El+FzvJfhcqcTh+siikCt/UciVtyjkClAO12nlcMUohytCOVxHlcMNoxxu 08rhdkE53GCLQm4w5XC7sCjkBlAON5hyuE0rhxtGOdwRyuE+qhzuGOVwn1YO93HlcIcqh/ukcrgj lMMdoBzuo8oRaOUIlnLEC8oRJOUIpnLEY8oRbylH4JUjiMoRt5UjUYtCnkjOSBhnJJwz8gZnJIsz ksYZ+QpnJJ0zkscZ9QJnFJEziskZxeWMYi8KeTE5oxicUSzOqOucUTzO6Iuc0VzO6CcWhbzvLwp5 oxeFfvrzn68//1vazKkhb+ov1LyfmBrypk8NefOmhmIBInyxpiN8sTARvliICF+s0QhfLEyEL9Z0 hC/WhQhfLNioUCxYhC/2hVGh2IAIX2xYhC/2dIQvNibCFxsR4Ys9GuGLjYnwxZ6O8MUej/CFQCN8 IZMRvhBEhC8EEOELmYzwhYBHhUJItb2QB2p7IZzaXgixthf6Vm0v9KnaXii8thfKq+2FXq7thaJq e6HA2l4oqrYXiq7thV6o7YWRanthrNpe2CO1vTB2bS+MVtsLe6C2F8ar7YURa3th1NpeGHtTKJxY 2wsn1PbCSbW98Nu1vXBabS/8Xm0vnGoZ4Y9sCoXzN4XCeZtCEQjOiHHOCBBnBIQzYpYzAsQZMc4Z cYMzArYpFIHjjLywKRSJ4IzEcUaOc0aCOCMhnJGznJEIzvjx3/fBcefIeecorHPUqHMUxDkK4Rw1 6hyFdo5iOUe94BxFco5iOkc/5hz9lnM03jma6Bx92zka5hyNdI6GOUfDnaMvOEcuknPkYjlHrkec IxfbOXLRnCPXA86Ri+ccuYjOkYvqHLnYq0K5ic6Rm+AcuUnOkRvtHF9/nqRBR+570JGbCh25n5gV yo2eFfrbzeurQinMVaEU6m/UUp5YFUqhrwql8FaFUgC9vZTp3l4KpreXgujtpYz29lIxvb3U6d5e 6oXeXipsVSgV1ttLvbAqlAro7aXCenup0729VExvLw3R20sb7e2lYXp7adO9vbTx3l4asLf3SRXT Jkt8aYgSXxqgxJc2WeJLB5f40kklvvQHSnzpnBJfOrHEl/5WiS/9qRJfOrzEl84r8aVfLvFloEp8 GcASXwaqxJeBLvFlXCjxZZBKfBmsEl/GIyW+DHaJL4NW4st8oMSXySvxZRJLfJnUEl8me1gok1ji yySU+DJJJb7M2yW+TFqJLwtd4vv69zEuc9Qjy0JZ/GWhLN6yUBZCOmpcOgokHQWRjpqVjgZJR49L R9+QjoYtC2XjpKMvLAtlI6SjcdLR49LRGOmohZCOWqPSUQsjHbWmpaPWuHTUgi4L1Zr0jFoIz6gF 8Ixak55RG+wZtUmeUfsBz6jN8YzaRM+o/ZZn1H7KM2rDPaM2zzNqX/aMEpRnlAA9owTlGSVozyi5 4BklJM8oYXlGySOeUcL2jBKaZ5Q+4BmlPM8oJXpGKdUzStnLQqVEzygleEYp2jM+/Gncj990mzpK adRRdm90qIwqHWVPjA6V3R8dKkOPDv35X1NjbguVUX+mVvbEtlAZfVuojLctVA6I8ZVPx/jKMTG+ ckSMr3w0xleOifGVT8f4yi/E+Mph20LlsBhfxYVtoQpAjK8CFuOrmI7xVWBifBWIGF/FaIyvArMt VDHd3KsYb+5VQpt7lZPNvUpEc68S0NyrnGzuVYKbe5Wk5l7lA829Sk5zr5LY3Kt6q7lX9VRzrwre 3KviNfeqLjf3qlDNvSpgc68K1dyrQjf3qi4096pJzb1qVnOv+pHmXjW7uVdNa+5VP9Dcq+Y196qJ zb1qanOvmr0t1IvY3OtFaO71IjX3et3eFupFS+71upfc60W1jF6PbAv14m8L9eJtC/UGcEbvac7o jeGM3gjO6D3KGb0xnNF7ljM+BoN6X5CO3rDZod4w6Wi5MDvUApCOFph0tExLRwtGOloQ0tEyKh0t GOlomZaOlnHpaIVKR+ukdLQipKMVIB2tk9LRCpaOVpJ0tD4gHa0c6WglSkfbW9LR9pR0tMGlo40n HW2XpaMNJR1tQOloQ0lHG1o62i5IRztJOtpZ0tH+iHS0s6WjnSYd7Q9IRztPOtqJ0tFOlY529rpQ B1M6giEdwZKOuC4dwZOOuCgdwZWOeGJcqOP+uFDH9XGhTua4UCf1t2idT4wLddLHhTp540KdgORe 53RyrxOT3OtEJPc6R5N7XZjkXtd0cq/rQnKvCzYu1AVL7nVdGBfqAiT3umDJva7p5F4XJrnXjUju dY8m97oxyb3u6eRe93hyrxua3OueTO51I5J73YDkXvdgck/Xgib3Pv5VxznOyfGdw/wc3/kISo7v 3OXl+M7xp3J853teyvGdz0Hn+M4JWo7v3L6b49O1QTm+8zIux3ceB+X4zsvgHN+5gM/xnSOcHN85 TMrxnctv5PjOh5BzfOcLWDk+XcLP8Z2PoOX4zm1eju8cZ+b4znnyvND5Al6O7xy/n+M7RznzQufw 5ebeuchq7unSa829c4vpHOf8G+tC50PQ60Jf/+UjaPNC5/a8dZxHh63jvAixjvMuwDrOq5PWocsg 1nHeHbaO8yLeOs4R1LzQeRplHedp/LzQOTJvHedRlHWcp4et47wIsQ5dDrCO8+qkdZznINZx3h22 jvPitHWcJ5HWcZ4ftI7zGsA6zqvz1nEeHbWOwM4LnQMsz4gXPCNInhFMz4jHPCPe8ozAe0YQPSNu e0bCPCORnpEwz0i4Z+QNz0iWZyTNM/IVz0i6ZyTJM37584x6wTqKaB3FtI7iWkeRp4fOFzCtoxjW USzrqOvWUTzr6IvW0Vzr6Bf2hc5nXN8XOjdv7wudk8R9oXOd+Uu1c/6FfaHzGex9ofMJtH0h3Ws+ yHceHQ7ynRchQb7zLiDId16dDPKd5yBBvvPu8L7QeRFf3TtHUPtC52lUdU/3xu8LnSPz1b3zKKq6 d54eru6dFyHVvfMuoLp3Xp2s7p3nINW98+5wde+8OF3d0y3I6t55frC6d14DVPfOq/PVvfPoYHXv vIat7p0DnOreOcyv7p2PoFT3zl1edU+3PlXdO9/zUnXvfA66undO0Kp75/bd6t45CKrunZdx1b3z OKi6d14GV/fOBXx1T7dxqnvnMKm6dy6/Ud07H0Ku7p0vYFX3zml+de98BK26d27zqnvnOLO6d86T 94V0O6+6d46jq3sfzfqvX8RJ8p3Dl5N85yIryXdOX0vynVtU6Nj+xvjQ+RD6+ND5Btr4kO5AWEeM W0eArCMg1hGz1hEg64hx64gb1hGohaHzNM46Er8wdI4grCNx1pHj1pEg60iIdeSsdSTIOnLcOnLe OgprHTVqHQWxjkJYR41aR6Gto1jWUS9YR5Gso5jW0Y9ZR79lHY23jiZaR9+2joZZRyOto2HW0XDr 6AvWIYtkHbJY1iHrEeuQxbYOWTTrkPWAdcjiWYcsonXIolqHLPLC0Pn/NaJ1yL6/MHSOkjhD9m3O kE3jDNn3OEM2lTNkv7AwdD7j+sLQuXl7YUhFiAtD5zr112giLywMnc9gLwydT6AtDJ3bgOqeyHR1 TwRT3RNBVPdERqt7opjqnuh0dU/0QnVPFLUwdJ6GVfdE4QtDn/99fwKgyScKa/KJTjf5RDFNPjFE k09stMknhmnyiU03+cTGm3xi0Caf2GSTTwzR5BMDNPnEJpt84uAmnzipySf+QJNPnNPkEyc2+cTf avKJP9XkE4c3+cR5TT7xy00+CVSTTwLY5JNANfkk0E0+iQtNPglSk0+C1eSTeKTJJ8Fu8knQNoYk H+juSfK6e5LE7p4kurv39ct99siQJDG8J0kI70mSwnuSt8N7krTwntS98J4UlzrqkZEhKfTI0H/5 Bt7GkBRCO2pcOwqkHQXRjprVjgZpR49rR9/QjoZtDEnjtKMvbAxJIzyjcZ7R457RGM/QhfAMXaOe oQvjGbqmPUPXuGfognqGrknP0IXwDF0Az9A16Rm6wZ6hm+QZuh/wDN0cz9BN9Azdb3mG7qc8Qzfc M3TzPEP3Zc9QwXjGb3+sogLUDhWUdqigtUPlgnaokLRDhaUdKo9ohwpbO1Ro2qH6gHao8rRDlagd qtSVIVX2ypAqETtUCdihSsIO1dvYoUrDDrV72KFGxQ61J1aG1O6vDKldXxlSY64MqVF/rab2xMqQ Gn1lSI23MqQOKO+pT5f31DHlPXVEeU99tLynjinvqU+X99QvlPfUYStD6rDynsaFlSENQHlPA1be 05gu72lgynsaiPKexmh5TwNT3tOYLu9pjJf3NKHlPc3J8p4morynCSjvaU6W9zTB5T1NUnlP84Hy nianvKdJLO9pvVXe03qqvKcFL+9p8cp7WpfLe1qo8p4WsLynhSrvaaHLe1oXynvapPKeNrq89wvY /vxhj4T5tNlhPm1amE/7gTCfNi/Mp00M82lTw3za7BEiW8Qwny1CmM8WKcxn63aYzxYtzGfrXpjP FpU6bD2yM2SLvzNki7czZBugHbantcM2RjtsI7TD9qh22MZoh+1p7bB9QTtsw3aGbMO0w+TCzpAJ QDtMYNphMq0dJhjtMEFoh8modphgtMNkWjtMxrXDFKodppPaYYrQDlOAdphOaocpWDtMSdph+oB2 mHK0w5SoHWZvaYfZU9phBtcOM552mF3WDjOUdpgBtcMMpR1maO0wu6Ad5iTtMGftDJk/whnmbM4w p3GG+QOcYc7jDHMiZ5hTOcOcvTNkweSMYHBGsDgjrnNG8Dgj0JzxC+J//ftbuNwRT+wQWdzfIbK4 vkNkydwhsqT+Xs3yiR0iS/oOkSVvh8gSUOaznC7zWWLKfJaIMp/laJnPClPms5ou81ldKPNZwXaI rGBlPiv4DtH3EUCZzwpW5rOaLvNZYcp81ogyn/Vomc8aU+azni7zWY+X+ayhZT7ryTKfNaLMZw0o 81lPlvl8gct8vkhlPl8PlPl8ccp8vohlPl9vlfl8PVXm8wUv8/nilfl8XS7z+UYtDfkGtvd8o9p7 vtHtPd8X2nu+Se0936z2nu9H2nu+2e0937T2nssD7T0XXnvPhdjec6G291zYQ0MuxPaeC6G950Jq 77ncbu+50Np7rvfae65Uy3B9ZGjIlT805MobGnIFcIbrNGe4YjjDFcEZrqOc4YbhDLdZzvjt3/fF C9zhBhsicoNxh9uFISI3AHe4wbjDbZo73DDc4Y7gDvdR7nDHcIf7NHe4j3OHO5Q73Ce5wx3BHe4A 7nAf5Y5Ac0ewuCNe4I4gcUcwuSMe4454izsCzx1B5I64zR0J445EckfCuCPh3JE3uCNZ3JE07shX uCPp3JE87qgXuKOI3FFM7igudxR7asiLyR3F4I5icUdd547icUdf5I7mckc/MTXkfX9qyPv61JA3 c2rIm/qDNO8npoa86VND3rypoViA+F6s6fheLEx8LxYivhdrNL4XCxPfizUd34t1Ib4XCzY1FAsW 34t9YWooNiC+FxsW34s9Hd+LjYnvxUbE92KPxvdiY+J7safje7HH43sh0PheyGR8LwQR3wsBxPdC JuN7IeD4XggpvhfyQHwvhBPfCyHG90Lfiu+FPhXfC4XH90J58b3Qy/G9UFR8LxQY3wtFxfdC0fG9 0AvxvTBSfC+MFd8LeyS+F8aO74Wh43u//tnph297oM4XxqvzhRHrfGHUOl8Ye2wonFjnCyfU+cJJ db7w23W+cFqdL/ze2FA4FTvCHxkbCuePDYXzxoYiEN4R494RIO8IiHfErHcEyDti3DvihncEbGwo AucdeWFsKBLhHYnzjhz3jgR5R0K8I2e9I0HekePekfPeUVjvqFHvKIh3FMI7atQ7Cu0dxfKOesE7 iuQdxfSOfsw7+i3vaLx3NNE7+rZ3NMw7GukdDfOOhntHX/COf5i7kxzLkhyJonNbjT723P/GilHD RDTmAEVFfQHKB0QOEjj2r+QheUcelnfkecQ78rC9Iw9tbCjPA5yRh8cZeYickYfKGXnYY0P5ETkj PwJn5EfijPxuc0Z+NM7I7x5n5EfljPyeGBPKDz0m9J9m//N3X3V9biiFOTeUQv3NWsoTc0Mp9Lmh FN7cUAqgz5ey3edLwfT5UhB9vpTVPl8qps+Xuj03lHqhv5cKmxtKhfX3Ui/MDaUC+nupsP5e6nZ/ LxXT30tD9PfSVvt7aZj+Xtp2fy9tvb+XBu3vpW3299IQ/b00QH8vbbO/lw7u76WT+nvpD/T30jn9 vXRify/9rf5e+lP9vXR4fy+d199Lv9zfy0D19zKA/b0MVH8vA93fy7jQ38sg9fcyWP29jEf6exns /l4Grb+X+UB/L5PX38sk9vcyqf29TPbcUCaxv5dJ6O9lovt7/w0Q//hptwt9mbRCX9a9Ql8WVzvq kUGiLP4gURZvkCgLAR61Dh4FAo+CgEftgkeDwKPXwaNvgEfDBoeyceDRFwaHshHg0Tjw6HXwaAx4 1EGAR51V8KiDAY862+BRZx086kDBo84meNRBgEcdAHjU2QSP+sDgUR8JPOp7ADzq44BHfUTwqO8t 8KgPDR4/f/g9cPGojyce9V0WjxKUeJQAxaMEJR4laPEouSAeJSTxKGGJR8kj4lHCFo8SmniUPiAe pTzxKCWKRylVPErZi0OlRPEoJYhHKWlxqPS2Z5TSPKPsnmeUUT2j7InFobL7i0Nl1xeHypiLQ2XU X62VPbE4VEZfHCrjLQ6VAwp85dsFvnJMga8cUeArXy3wlWMKfOXbBb7yCwW+ctjiUDmswFdxYXGo AlDgq4AV+Cq2C3wVmAJfBaLAV7Fa4KvAFPgqtgt8FesFvkpoga9ys8BXiSjwVQIKfJWbBb5KcIGv klTgq3ygwFfJKfBVEgt8VegC33//3efPH9JaPRXpq4JH+qp4kb6qy5G+KlSkrwoY6atCRfqq0JG+ qguRvmpSpK+aFemrfiTSV82O9FXTIn3VD0T6qnmRvmpipK+aGumrZm8O9SFG+voQIn19SJG+Prcj fX1okb4+9yJ9fajc0eeRzaE+/M2hPrzNof4A4tHftnj0hxGP/hDi0d+qePSHEY/+tsWjvwvi0R9s c6g/mHi0XNgcagGIRwtMPFq2xaMFIx4tCPFoWRWPFox4tGyLR8u6eLRCxaN1UzxaEeLRChCP1k3x aAWLRytJPFofEI9Wjni0EsWj7a3NoTY0Z/xCYP7sx0RtcPJo45FH22XyaEORRxuQPNpQ5NGGJo+2 C+TRTiKPdhZ5tD9CHu1s8minkUf7A+TRziOPdiJ5tFPJo529S9TBJI9gkEewyCOuk0fwyCMukkdw ySOe2CXqQO8S/d3N66tDnczVoU7q79Y6n1gd6qSvDnXyVoc6ARG+zu0IXycmwteJiPB1rkb4ujAR vq7tCF/XhQhfF2x1qAsW4eu6sDrUBYjwdcEifF3bEb4uTISvGxHh616N8HVjInzd2xG+7vUIXzc0 wte9GeHrRkT4ugERvu7FCJ+dg43wzQFOhG8O8yN88xGUCN/c5UX45vhTEb75npdWh+Zz0A2+OUFr 8M3tuw0+Ox+owTcv4xp88ziowTcvgxt8cwHf4JsjnAbfHCY1+ObyGw2++RByg2++gNXgsyP8Bt98 BK3BN7d5Db45zmzwzXny6tB8Aa/BN8fvN/jmKKfBN4cvN/jmIqvBZ0evNfjmFtMy5vwbm0LzIehN od/8Vd/Pbz6UNjw0t/fNYx5dNo95EWIe8y7APObVTfOwYxDzmHeXzWNexJvHHEEND83TKPOYp/HD Q3Nk3zzmUZR5zNPL5jEvQszDjgPMY17dNI95DmIe8+6yecyL2+YxTyLNY55fNI95DWAe8+q+ecyj q+YRaPMIlnnEC+YRJPMIpnnEY+YRb5lH4M0jiOYRt80jYeaRSPNImHkk3DzyhnkkyzySZh75inkk 3TySZx71gnkU0TyKaR7FNY8i7w7NFzDNoxjmUSzzqOvmUTzz6Ivm0Vzz6Bd2h+Yzru8Ozc3bu0Nz krg7NNeZv0qb8y/sDs1nsHeH5hNou0P2nf0K3zy6XOGbFyEVvnkXUOGbVzcrfPMcpMI37y5X+OZF fIVvjqB2h+ZpVIXPvg+/OzRH9it88yiqwjdPL1f45kVIhW/eBVT45tXNCt88B6nwzbu7Fb7f/Pvr 6napzz5Blvrm+cVS37wGKPXNq/ulvnl0sdQ3r2FLfXOAU+qbw/xS33wEpdQ3d3mlPvv0qVLffM9L w0PzOegK35ygVfjm9t0K3xwEVfjmZVyFbx4HVfjmZXCFby7gK3z2GafCN4dJFb65/EaFbz6EXOGb L2BV+OY0usL386uvoGX45jYvwzfHmRm+OU9eHrLPeRm+OX4/wzdHORm+OXw5wzcXWRm+OX0twze3 qODx+RvLQ/Mh9OWh+Qba8pB9gTCPWDePAJlHQMwjds0jQOYR6+YRN8wjUMtD8zTOPBK/PDRHEOaR OPPIdfNIkHkkxDxy1zwSZB65vDw0L+57RmE9o1Y9oyCeUQjPqFXPKLRnFMsz6gXPKJJnFNMz+jHP 6Lc8o/Ge0UTP6Nue0TDPaKRnNMwzGu4ZfcEz5JA8Qw7LM+Q84hly2J4hh+YZcvirQvMRPM6QQ+QM OVTOkENeFTL5iJwhH5ozfvUXdj9/+2kk9JDvNnrIR0MP+e6hh3xU9JDvhe2h+Yzr20Nz8/b2kIkQ t4fmOvW3ayIvbA/NZ7C3h+YTaNtDcxvQ4RPZ7vCJYDp8IogOn8hqh08U0+ET3e7wiV7o8Imitofm aViHTxS/PTRHAB0+UViHT3S7wyeK6fCJITp8YqsdPjFMh09su8Mntt7hE4N2+MQ2O3xiiA6fGKDD J7bZ4RMHd/jESR0+8Qc6fOKcDp84scMn/laHT/ypDp84vMMnzuvwiV/u8EmgOnwSwA6fBKrDJ4Hu 8Elc6PBJkDp8EqwOn8QjHT4JdodPgtbhk3ygwyfJ6/BJEjt8ktQOnyR7e0iS2OGTJHT4JEkdPsnb HT5JWodP6l6HT4prGfXI9pAUenvoN9+AnhX6nZf//NsnItSj1tWjQOpREPWoXfVokHr0unr0DfVo 2PqQNE49+sL6kDRCPRqnHr2uHo1RDz0I9dCzqh56MOqhZ1s99Kyrhx6oeujZVA89CPXQA1APPZvq oR9YPfQjqYd+D6iHfhz10I+oHvq9pR76PaUe+sHVQz+eeuh3WT1UUOqhAlQPFZR6qKDVQ+WCeqiQ 1EOFpR4qj6iHCls9VGjqofqAeqjy1EOVqB6qVPVQZa8PqdLU45f//vpGAo6oknBE9TaOqNJwRO0e jqhRcUTtiZEitfsjRWrXR4rUmCNFatSfr6k9MVKkRh8pUuONFKkDgn3q28E+dUywTx0R7FNfDfap Y4J96tvBPvULwT512EiROizYp3FhpEgDEOzTgAX7NLaDfRqYYJ8GItinsRrs08AE+zS2g30a68E+ TWiwT3Mz2KeJCPZpAoJ9mpvBPk1wsE+TFOzTfCDYp8kJ9mkSg31abwX7tJ4K9mnBg31avGCf1uVg nxYq2KcFDPZpoYJ9Wuhgn9aFYJ82KdinzQr2aT8S7NNmB/u0acE+7QeCfdq8YJ82MdinTQ32abP3 h+wQg312CPtDdkgpPju3U3x2aCk+O/dSfHaolmHnkf0hO/z9ITu8/SH7AJxh3zZn2IfhDPsQnGHf KmfYh+EM+7Y5w74LnGEfbH/IPhhnmFzYHzIBcIYJjDNMtjnDBMMZJvuc8fu/lTJZZQ8TDHuYbLOH yTp7mELZw3STPUwR7GEKYA/TTfYwBbOHKYk9TB9gD1MOe5gS2cPsLfYwe4o9zODsYcZjD7PL7GGG Yg8zIHuYodjDDM0eZhfYw5zEHuYs9jB/hD3M2exhTmMP8wfYw5zHHuZE9jCnsoc5eqfo5z//0wfT PYLhHsFyj7juHsFzj7joHsF1j3higsji/gSRxfUJIkvmBJEl9Zdplk9MEFnSJ4gseRNEloAYn+V2 jM8SE+OzRMT4LFdjfFaYGJ/VdozP6kKMzwo2QWQFi/FZXZggsgLE+KxgMT6r7RifFSbGZ42I8Vmv xvisMTE+6+0Yn/V6jM8aGuOz3ozxWSNifNaAGJ/1ZozPDzjG54cU4/PzQIzPDyfG54cY4/PzVozP z1MxPj/wGJ8fXozPz+UYn3+oGJ9/wBiff6gYn3/oGJ9/F2J8/pFifP6xYnz+PRLj848d4/OPFuNz eSDG58KL8bkQY3wu1BifC3uCyIU4QeRCqOy5kCp7Lrcrey60yp7rvcqeK9UyXB+ZIHLlTxC5PjJB 9G8jRK4A93Dddg9XjHu4ItzDddU93DDu4bbtHm4X3MMNNkLkBnMPtwsjRG4A93CDuYfbtnu4YdzD HeEe7qvu4Y5xD/dt93Bfdw93qHu4b7qHO8I93AHu4b7qHoF2j2C5R7zgHkFyj2C6RzzmHvGWewTe PYLoHnHbPRLmHol0j4S5R8LdI2+4R7LcI2nuka+4R9LdI3nuUS+4RxHdo5juUVz3KPYIkRfTPYrh HsVyj7ruHsVzj77oHs11j35iXcj7/rqQ9/V1IW/mupA3+pdpv2adn//4L/PEDpE3fYfIm7dDFAcQ 7ouzHe6Lgwn3xUGE++KshvviYMJ9cbbDfXEuhPviwHaI4sDCffFd2CGKDxDuiw8W7otvO9wXHybc Fx9ihyi+1SBffJggX3zbQb741oN8IdAgX8hmkC8EEeQLAQT5QjaDfCHgIF8IKcgX8kCQL4QT5Ash BvlC3wryhT4V5AuFB/lCeUG+0MtBvlBUkC8UGOQLRQX5QtFBvtALQb4wUpAvjBXkC3skyBfGDvKF 0YJ8YQ8E+cJ4Qb4wYpAvjBrkC2PvEIUTe3zhhB5fOKnHF367xxdO6/GF3+vxhVN7fOGP7BCF83eI wnk7RBEIzoh1zggQZwSEM2KXMwLEGbHOGXGDMwK2QxSB44y8sEMUieCMxHFGrnNGgjgjeTtEP/9/ fxc+EgQfuQ4fuQ8fhYWPWoWPgsBHIeCjVuGj0PBRLPioF+CjSPBRTPjox+Cj34KPxsNHE+Gjb8NH w+CjkfDRMPhoOHz0BfjIQ4KPPCz4yPMIfORhw0ceGnzkeQA+8vDgIw8RPvJQ4SMPeonoP//Lf0T4 yI8AH/mh4ePnHy/flo/8aPKR3z35yI8qH/k9sUSU3/0lovyuLxGlMJeIUqi/Ykt5Yokohb5ElMJb IkoBFPlStot8KZgiXwqiyJeyWuRLxRT5UreLfKkXinypsCWiVFiRL/XCElEqoMiXCivypW4X+VIx Rb40RJEvbbXIl4Yp8qVtF/nS1ot8adAiX9pmkS8NUeRLAxT50jaLfOngIl86qciX/kCRLx1d5PuD vwv4e+VKJ8b70t+K96U/Fe9Lh8f70nnxvvTL8b4MVLwvAxjvy0DF+zLQ8b6MC/G+DFK8L4MV78t4 JN6XwY73ZdDifZkPxPsyefG+TGK8L5Ma78tkjxZlEuN9mYR4XyYp3pd5O96XSYv3Zd2L92Vx2aMe GS3K4o8WZaFHi/7tNkI+al0+CiQfBZGP2pWPBslHr8tH35CPhm0RZePkoy9sEWUj5KNx8tHr8tEY +aiDkI86q/JRByMfdbblo866fNSBykedTfmog5CPOgD5qLMpH/WB5aM+knzU94B81MfZIqqPyBn1 vcUZ9T3FGfXBOaM+HmfUh+aMP8C+//02QclHCVA+SlDyUYKWj5IL8lFCko8SlnyUPCIfJWz5KKHJ R+kD8lHKk49SonyUUuWjlD1bVEqUj1KCfJSS5KP0tnyU0uSj7J58lFHlo+yJ2aKy+7NFZddni8qY s0Vl1J+xlT0xRlRGHyMq440RlQPqfeXb9b5yTL2vHFHvK1+t95Vj6n3l2/W+8gv1vnLYGFE5rN5X cWGMqAJQ76uA1fsqtut9FZh6XwVijKhitclXgWnyVWw3+SrWm3yV0CZf5WaTrxLR5KsENPkqN5t8 leAmXyW6yffzT/9XKh+I8lVyonyVxChf1VtRvqqnonxV8ChfFS/KV3U5yleFivJVAaN8VagoXxU6 yld1IcpXTYryVbOifNWPRPmq2VG+alqUr/qBKF81L8pXTYzyVVOjfNXsNaI+xChfH0KUrw88yvcH //7xI2/3+/rQ+n197vX7+lDho88jy0V9+MtFfXjLRf0B7KO/bfvoD2Mf/SHso79V++gPYx/9bdtH fxfsoz/YclF/MPtoubBc1AKwjxaYfbRs20cLxj5aEPbRsmofLRj7aNm2j5Z1+2iF2kfrpn20Iuyj FWAfrZv20Qq2j1bSHlHrA/TRyqGPViJ9tL1FH21o+vj5w++B20cbzz7aLttHG8o+2oD20Yayjza0 fbRdsI92kn20s+yj/RH7aGfbRzvNPtofsI92nn20E+2jnWof7exBog6mfQTDPgJtH/94+LpnBM8z 4qJnBNcz4ok9oo77e0Qd1/eIOpl7RJ3Un6d1PrFH1EnfI+rk7RF1Aqp8ndtVvk5Ele9P/v31DYiC X+dqwa8LU/Dr2i74dV0o+HXBtou6YAW/rgvbRV2Agl8XrODXtV3w68IU/LoRBb/u1YJfN6bg171d 8OteL/h1Qwt+3ZsFv25Ewa8bUPDrXiz4+TnYgt8c4BT85jC/4DcfQSn4zV1ewW+OP1Xwm+95qeA3 n4Mu+M0JWsFvbt8dJPLzgbJ88zIuyzePg7J88zI4yzcX8Fm+OcLJ8s1hUpZvLr+R5ZsPIWf55gtY WT4/ws/yzUfQsnxzm5flm+PMLN+cJw8SzRfwsnxz/H6Wb45ysnxz+HKWby6ysnx+9FqWb24x3WPO vzFINB9CHySab6ANEs3tffqYR5fpY16EDBLNuwDOmFc3OcOPQThj3l3mjHkRzxlzBDVINE+jOGOe xg8SzZF9zphHUZwxTy9zxrwI4Qw/DuCMeXWTM+Y5CGfMu8ucMS9uc8Y8ieSMeX6RM+Y1AGfMq/uc MY+uckagOSNYnBEvcEaQOCOYnBGPcUa8xRmB54wgckbc5oyEcUYiOSNhnJFwzsgbnJEszkgaZ+Qr nJF0zkgeZxSaM/7ojzx/9cVE+yimfRTXPoo8STRfwLSPYthHseyjrttH8eyjL9pHc+2jX5gkms+4 Pkk0N29PEs1J4iTRXGf+km3OvzBJNJ/BniSaT6BNEvl39rN88+hylm9ehGT55l1Alm9e3czyzXOQ LN+8u5zlmxfxWb45gpokmqdRWT7/Pvwk0RzZz/LNo6gs3zy9nOWbFyFZvnkXkOWbVzezfPMcJMs3 7y5n+ebF7Syff4LM8s3zi1m+eQ2Q5ZtX97N88+hilm9ew2b55gAnyzeH+Vm++QhKlm/u8rJ8/ulT Wb75npcWieZz0FW+OUGr8s3tu1W+OQiq8s3LuCrfPA6q8s3L4CrfXMBX+fwzTpVvDpOqfHP5jSrf fAi5yjdfwKryzWl+lW8+Al3l+yPo+/m3/9HyGn5znNnwm/Pk/SL/nNfwm+P3G35zlNPwm8OXG35z kdXwm9PXGn5ziyofn7+xSTQfQt8kmm+gbRL5Fwj8iHX8CBB+BAQ/Yhc/AoQfsY4fcQM/ArVJNE/j 8CPxm0RzBIEficOPXMePBOFHQvAjd/EjQfiR6/iR+/hRWPyoVfwoCH4UAj9qFT8KjR/Fwo96AT+K hB/FxI9+DD/6LfxoPH40ET/6Nn40DD8aiR8Nw4+G40dfwA85JPyQw8IPOY/ghxw2fsih4YecB/BD Dm2SaG4TOUMOlTPkkCeJXD4iZ8hH4Az5SJwh323OkI/GGfLd4wz5qJwh3wuTRPMZ1yeJ5ubtSaL/ a+5eciM5rigMz7kKDeVZxH3HUNAOrAUI3a1uQxPrbWj5ItmUJVsybBr33BM1rQIzQfajWH/md1yE OEn0eHTq7WkiN0wSPZ4Ge5Lo8RRok0SPxwa4fCLdLp8IxuUTQbh8Iq0unyjG5RPtdvlEB1w+UdTM 0OOXhrl8ovCZodc9nk4JoPiJwhQ/0W7FTxSj+IkhFD+xVsVPDKP4iXUrfmLtip8YVPET61T8xBCK nxhA8RPrVPzEwYqfOEnxE79A8RPnKH7iRMVP/C7FT/wqxU8crviJ8xQ/8WHFTwKl+EkAFT8JlOIn gVb8JAYUPwmS4ifBUvwkLlH8JNiKnwRN8ZO8YJRIkgfzSRJhPkkqzCfJHiWSJMJ8kgSYT5IE80lO w3ySNJhPag7mk+KWj7pklEiKP0okxRslkkLEj2qPHwWKHwWJH9UbPw4ofpz2+HEm4seBjRLJwcWP MzBKJAeRMw4uZ5z2nHEwOUMXImfoas0ZujA5Q1d3ztDVnjN0QXOGrs6coQuRM3QBcoauzpyhG5wz dJNyhu4LcoZuTs7QTcwZuu/KGbqvyhm64TlDNy9n6B7OGSqonKECzBkqqJyhgs4ZKgM5QwWdM155 edJ/+ABUhVU/VC6pHyrs+qFCqx+qF9QPVV79UCXWD1Vq/VBlzxKpEuuHKqF+qJLqh+p0/VCl1Q+1 ufqhRq0falfMEqnNzxKpjc8SqTFnidSod7OpXTFLpEafJVLjzRKpA2Q+9W6ZTx0j86kjZD71VplP HSPzqXfLfOoDMp86bJZIHSbzaQzMEmkAZD4NmMyn0S3zaWBkPg2EzKfRKvNpYGQ+jW6ZT6Nd5tOE ynyanTKfJkLm0wTIfJqdMp8mWObTJMl8mhfIfJocmU+TKPNp3SXzaV0l82nBZT4tnsynNSzzaaFk Pi2gzKeFkvm00DKf1oDMp4ck8+lhyXx6LpH59LBlPj00mU/PBTKfHp7Mp4co8+lBy3yvjOv/5WzZ u0S2iJCfLQLkZ4sE+dmahvxs0SA/W3OQny1q+rB1yS6RLf4ukS3eLpFtQP2w3V0/bGPqh21E/bDd Wj9sY+qH7e76YXugftiG7RLZhtUPk4FdIhNA/TCB1Q+T7vphgqkfJoj6YdJaP0ww9cOku36YtNcP U2j9MO2sH6aI+mEKqB+mnfXDFFw/TEn1w/SC+mGKrh8Pf14gTIn5w+yu/GF2Vf4wg+cPM17+MBvO H2ao/GEGzB9mqPxhhs4fZgP5w5yUP8xZ+cP8kvxhzs4f5rT8YX5B/jDn5Q9zYv4wpw4TmbOHiSyY PSMYPSNYPSPGe0bwekYM9ozg9oy4YpjIYn6YyGJ8mMiSOUxkSb1BzfKKYSJL8jDRax9Pp8wbMrIE WH6W3ZafJcbys0RYfpatlp8VxvKz6rb8rAYsPyvYkJEVzPKzgg8ZPR0EYPlZwSw/q27Lzwpj+dlB WH52Wi0/OxjLz0635Wen3fKzA7X87HRafnYQlp8dgOVnp9Py8wW2/HyRLD9fF1h+vjiWny+i5efr LsvP11WWny+45eeLZ/n5Grb8fKMsP99Ay883yvLzjbb8fA9Yfr5J00S+WTif70twPt9snM83Dedz uQDnc+HhfC5EnM+FivO5sKeJXGg43+s/K3UhYH4uJMzPZRrzc6Fhfq5zmJ8rtZW4XjJl5MqfMnLl TRm5AvKHa3f+cMXkD1dE/nBtzR9umPzh1p0/3AbyhxtsysgNlj/cBqaM3AD5ww2WP9y684cbJn+4 I/KHe2v+cMfkD/fu/OHenj/cofnDvTN/uCPyhzsgf7i35o9A549g5Y+4IX8EKX8EM3/EZfkj7sof gc8fQcwfMZ0/EpY/Epk/EpY/Ep4/ciJ/JCt/JC1/5C35I+n5I3n5o27IH0XMH8XMH8XNH8XeJvIi bhN5MXJGsXJGjeeM4uWMM5gzDjdnnCu2ifzMbxP5Gd8m8sPcJvJDvaHNzxXbRH7o20R+eNtEsQA6 X6xunS8WRueLhdD5YrXqfLEwOl+sbp0v1oDOFwu2TRQLpvPFHtgmig3Q+WLDdL7Y3TpfbIzOFxuh 88Vu1fliY3S+2N06X+x2nS8EqvOFdOp8IQidLwSg84V06nwhYJ0vhKTzhVyg84VwtolCiDhf6F04 X+hVOF8oHOcL5eF8ocM4XygK5wsF4nyhKJwvFI3zhQ7gfGEknC+MhfOFXYLzhbFxvjAazhd2Ac4X xsP5wog4XxgV5wtjjw2FE3G+cALOF07C+cKncb5wGs4XPofzhVNbRjh6bOjVN9g9PPzP587fJwrn 7RNFIApItBeQABWQgBSQ6C0gASog0V5AYqKABGyfKAJXQHJgnygSUUASV0CyvYAkqIAkpIBkbwFJ UAHJ9gKS/QWksAWkWgtIQQpIIQpItRaQQheQYhWQuqGAFKmAFLOAnMsKyLmrgBx8ATnEAnKmC8iB FZCDLCAHVkAOvICcgQKSi1RAcrEKSK5LCkgudgHJRSsguS4oILl4BSQXsYDkohaQXOx5otzEApKb UEBykwpI7ukCkptWQHLPFZDc1AKS+4p5otzz80S5x+eJUpjzRCnUe9RSrpgnSiHPEz2dAm9uKAXg 7aV0e3spGG8vBeHtpbR6e6kYby+129tLHfD2UmFzQ6kgb+/1j6eTGRgoSgUIfakwoS+1W+hLxQh9 aQihL61V6EvDCH1p3UJfWrvQlwYV+tI6hb40hNCXBhD60jqFvnSw0JdOEvrSLxD60jlCXzpR6Eu/ S+hLv0roS4cLfek8oS99WOjLQAl9GUChLwMl9GWghb6MAaEvgyT0ZbCEvoxLhL4MttCXQRP6Mi8Q +jJ5Ql8mUejLpAp9meyBokyi0JdJEPoySUJf5rTQl0kT+rLmhL4sbv2oSwaHsviDQ1m8waEsRACp 9gBSoABSkABSvQHkgALIaQ8gZyKAHNjgUB7Y4FCegcGhPIiccXA547TnjIPJGbUQOaNWa86ohckZ tbpzRq32nFELmjNqdeaMWoicUQuQM2p15oza4JxRm5Qzal+QM2pzckZtYs6ofVfOqH1VzqgNzhn/ z9UdtXkBpPZwAClBBZASYAApQQWQEnQAKRkIICWkAFLCCiAllwSQEnYAKaEFkNILAkgpL4CUEgNI KTWAlLInikqJAaSUEEBKSQGkdDqAlNICSNlcACmjBpCyKyaKyuYnisrGJ4rKmBNFZdSb2squmCgq o08UlfEmisoBQF95N9BXjgH6yhFAX3kr0FeOAfrKu4G+8gGgrxw2UVT+T6BPT/OXjt+AvpfPqwHf mgAAfRUwoK+iG+irwAB9FQigr6IV6KvAAH0V3UBfRTvQVwkF+io7gb5KBNBXCQD6KjuBvspfL+x5 u998+P0P/vU/71/fvr55ry/vmj779tuX37j/+u/n1fBW6eVqQ6u3H969+dcDfvH++398/e59x3H/ 8Db9+VrDWr4+fPxN+/GsPv/mp79//D/o+QXn4wv20ecX/Pz4r+fLd/Tp6efL92rZu6/s+XOJ3z+1 X556t5//uHz5w49vvn/6m/fw6d++evuXT7776esfH34BUQdreIS9CQA= --==========1817979384==========-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 01:16: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 09BA416A4CE; Mon, 17 Nov 2003 01:16:59 -0800 (PST) Received: from carebears.mine.nu (ti400720a080-3890.bb.online.no [80.212.175.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216CD43FAF; Mon, 17 Nov 2003 01:16:58 -0800 (PST) (envelope-from solskogen@carebears.mine.nu) Received: from mail.carebears.mine.nu (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with SMTP id 69581A1058; Mon, 17 Nov 2003 10:16:25 +0100 (CET) Received: from 148.121.98.163 (SquirrelMail authenticated user solskogen) by mail.carebears.mine.nu with HTTP; Mon, 17 Nov 2003 10:16:26 +0100 (CET) Message-ID: <1878.148.121.98.163.1069060586.squirrel@mail.carebears.mine.nu> Date: Mon, 17 Nov 2003 10:16:26 +0100 (CET) From: "Christer Solskogen" To: danfe@regency.nsu.ru, anholt@FreeBSD.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: ports@FreeBSD.org Subject: FreeBSD Port: nvidia-driver-1.0.4365 & libglut 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, 17 Nov 2003 09:16:59 -0000 It seems like those two ports dont like each other much. libglut wont compile if nvidia-driver is installed. building static glut library ranlib libglut.a cc -fpic -DPIC -O2 -pipe -mcpu=pentiumpro -I../include -I/usr/X11R6/include -c glut_8x13.c -o glut_8x13.So ld: cannot find -lGL *** Error code 1 Stop in /tmp/usr/ports/graphics/libglut/work/Mesa-5.0.2/src-glut. *** Error code 1 Stop in /usr/ports/graphics/libglut. As a work-around; you can uninstall nvidia-driver, install(or upgrade) libglut, and reinstall nvidia-driver. But if this is a big issue, maybe a fix should be a good thing? -- Med vennlig hilsen / Best regards Christer Solskogen http://dtz.cjb.net - http://carebears.mine.nu "Cheap, but not as cheap as your girlfriend!" -Spider Jerusalem From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 01:19:30 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 4771516A4CF for ; Mon, 17 Nov 2003 01:19:30 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FBCB43F3F for ; Mon, 17 Nov 2003 01:19:29 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) hAH9JSGZ012544 for ; Mon, 17 Nov 2003 04:19:28 -0500 (EST) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAH9JS1V023599 for ports@FreeBSD.org; Mon, 17 Nov 2003 04:19:28 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 04:19:28 -0500 (EST) From: Kris Kennaway Message-Id: <200311170919.hAH9JS1V023599@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: Mon, 17 Nov 2003 09:19:30 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 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 Mon Nov 17 01:19: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 7D62C16A4CE for ; Mon, 17 Nov 2003 01:19:49 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA6543F93 for ; Mon, 17 Nov 2003 01:19:48 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) hAH9JmGZ014082 for ; Mon, 17 Nov 2003 04:19:48 -0500 (EST) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAH9Jm0D025622 for ports@FreeBSD.org; Mon, 17 Nov 2003 04:19:48 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 04:19:48 -0500 (EST) From: Kris Kennaway Message-Id: <200311170919.hAH9Jm0D025622@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, 17 Nov 2003 09:19:49 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 02:19: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 0A51C16A4CF for ; Mon, 17 Nov 2003 02:19:34 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DF443F93 for ; Mon, 17 Nov 2003 02:19:32 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) hAHAJWGZ038909 for ; Mon, 17 Nov 2003 05:19:32 -0500 (EST) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAHAJVou047166 for ports@FreeBSD.org; Mon, 17 Nov 2003 05:19:32 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 05:19:32 -0500 (EST) From: Kris Kennaway Message-Id: <200311171019.hAHAJVou047166@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: Mon, 17 Nov 2003 10:19:34 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 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 U mail/ripmime/Makefile U mail/ripmime/distinfo ? 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 Mon Nov 17 02:19: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 DC31B16A4CF for ; Mon, 17 Nov 2003 02:19:55 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B1643F75 for ; Mon, 17 Nov 2003 02:19:54 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) hAHAJsGZ040015 for ; Mon, 17 Nov 2003 05:19:54 -0500 (EST) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAHAJscG049202 for ports@FreeBSD.org; Mon, 17 Nov 2003 05:19:54 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 05:19:54 -0500 (EST) From: Kris Kennaway Message-Id: <200311171019.hAHAJscG049202@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, 17 Nov 2003 10:19:56 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log U mail/ripmime/Makefile U mail/ripmime/distinfo ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 03:18: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 699BB16A4CF for ; Mon, 17 Nov 2003 03:18:07 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71CB743F93 for ; Mon, 17 Nov 2003 03:18:06 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) hAHBI6GZ036877 for ; Mon, 17 Nov 2003 06:18:06 -0500 (EST) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAHBI5SM070730 for ports@FreeBSD.org; Mon, 17 Nov 2003 06:18:05 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 06:18:05 -0500 (EST) From: Kris Kennaway Message-Id: <200311171118.hAHBI5SM070730@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: Mon, 17 Nov 2003 11:18:07 -0000 X-List-Received-Date: Mon, 17 Nov 2003 11:18:07 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 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 Mon Nov 17 03:18: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 CB44D16A4CE for ; Mon, 17 Nov 2003 03:18:26 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D577843FA3 for ; Mon, 17 Nov 2003 03:18:25 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) hAHBIPGZ038977 for ; Mon, 17 Nov 2003 06:18:25 -0500 (EST) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAHBIPm1072766 for ports@FreeBSD.org; Mon, 17 Nov 2003 06:18:25 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 06:18:25 -0500 (EST) From: Kris Kennaway Message-Id: <200311171118.hAHBIPm1072766@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, 17 Nov 2003 11:18:26 -0000 INDEX build failed with errors: Variable MASTERDIR 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: 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: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: apache-ant-1.5.4_1: no entry for /usr/ports/java/jdk12 make_index: mopac-7.02: no entry for /usr/ports/devel/gmake make_index: mopac-7.02: no entry for /usr/ports/lang/f77 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 make_index: karamba-0.17: no entry for /usr/ports/x11-toolkits/qt32 make_index: karamba-0.17: no entry for /usr/ports/x11/kdelibs3 [...] make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/graphics/png make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/lang/perl5.8 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/print/freetype2 make_index: ar-openoffice-1.1.0_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: libdbi-0.6.7_1: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/bison make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/gmake make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libtool13 make_index: zh-tw-dictd-1.9.7: no entry for /usr/ports/devel/libltdl 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 Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 04:08: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 DFDA916A4CE for ; Mon, 17 Nov 2003 04:08:17 -0800 (PST) Received: from deluge.umist.ac.uk (deluge.umist.ac.uk [130.88.120.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A222A43F75 for ; Mon, 17 Nov 2003 04:08:16 -0800 (PST) (envelope-from lewiz@black.lewiz.org) Received: from lh014.halls.umist.ac.uk ([130.88.163.14] helo=yellow.lewiz.org) by deluge.umist.ac.uk with esmtp (Exim 4.24) id 1ALiAw-0005iT-L5; Mon, 17 Nov 2003 12:08:14 +0000 Received: from black.lewiz.org ([192.168.0.12]) by mail.lewiz.org with smtp (Exim 4.24; FreeBSD 4.9) id 1ALiB1-000GLt-Kf; Mon, 17 Nov 2003 12:08:19 +0000 Received: (nullmailer pid 14863 invoked by uid 4001); Mon, 17 Nov 2003 12:08:48 -0000 Date: Mon, 17 Nov 2003 12:08:48 +0000 From: Lewis Thompson To: Edwin Groothuis Message-ID: <20031117120848.GA14424@lewiz.org> References: <20031115123307.GA33995@lewiz.org> <20031116012936.GN59397@k7.mavetju> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline In-Reply-To: <20031116012936.GN59397@k7.mavetju> X-GPG-Fingerprint: 90A4 939E 3847 A3E4 8103 2A48 22DA B428 542F ED3F X-GPG-Info: http://www.westwood.karoo.net/pgpkey / horowitz.surfnet.nl User-Agent: Mutt/1.5.4i X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean cc: ports@freebsd.org Subject: Re: Handling port that requires GNU binutils (libiberty, libbfd). 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, 17 Nov 2003 12:08:18 -0000 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 16, 2003 at 12:29:37PM +1100, Edwin Groothuis wrote: > On Sat, Nov 15, 2003 at 12:33:07PM +0000, Lewis Thompson wrote: > > These are all part of binutils and as such are available in > > /usr/obj/usr/src/gnu/usr.bin/binutils. However, they are not much > > use to me there. >=20 > You could copy them into your work directory in the post-fetch phase > of the fetch phase of the port. Okay. I see what you're trying to get at but: a) Not everybody has the source installed, and b) Not everybody has it compiled. Does anybody here think it would be acceptable for the port to require the source? That doesn't seem a good idea to me. How would I go about incorporating just libbfd and libiberty into my port? Is it possible? Thanks very much, -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |- --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/uLpQItq0KFQv7T8RAgEjAJ9p6a9GoGRnttJa1vIQY+J22WQ3WQCg3u78 RuGn7b9doYwJDwZI+2Q1210= =g5hP -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 04:29: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 D3FB516A4CE; Mon, 17 Nov 2003 04:29:43 -0800 (PST) Received: from mail.uni-kl.de (mail.uni-kl.de [131.246.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1450243FBF; Mon, 17 Nov 2003 04:29:42 -0800 (PST) (envelope-from tulm@physik.uni-kl.de) Received: from mailgate1.uni-kl.de (mailgate1.uni-kl.de [131.246.120.5]) by mail.uni-kl.de (8.12.8/8.12.8) with ESMTP id hAHCTeI8004024; Mon, 17 Nov 2003 13:29:40 +0100 (MET) Received: from cartman.physik.uni-kl.de (cartman.physik.uni-kl.de [131.246.236.200])hAHCTeQo019029; Mon, 17 Nov 2003 13:29:40 +0100 Received: from kenny3.physik.uni-kl.de (kenny3.physik.uni-kl.de [131.246.236.191])hAHCTe523379; Mon, 17 Nov 2003 13:29:40 +0100 Received: from physik.uni-kl.de (localhost.localdomain [127.0.0.1]) by kenny3.physik.uni-kl.de (8.11.6/8.11.6) with ESMTP id hAHCTdS30966; Mon, 17 Nov 2003 13:29:40 +0100 Sender: tulm@physik.uni-kl.de Message-ID: <3FB8BF33.F2A159C3@physik.uni-kl.de> Date: Mon, 17 Nov 2003 13:29:39 +0100 From: Thorsten Ulm X-Mailer: Mozilla 4.8 [de] (X11; U; Linux 2.4.20-20.7 i686) X-Accept-Language: de, en MIME-Version: 1.0 To: openoffice@FreeBSD.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: de-openoffice-1.0.3_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: Mon, 17 Nov 2003 12:29:44 -0000 Hello, link to "package" seems to be wrong. my error message was: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-4.9-release/All/de-openoffice-1.0.3_2.tgz not available. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 06:17: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 2667716A4CE; Mon, 17 Nov 2003 06:17:07 -0800 (PST) Received: from mail.caraldi.com (caraldi.com [62.212.102.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E28543F75; Mon, 17 Nov 2003 06:17:06 -0800 (PST) (envelope-from jbq@caraldi.com) Received: from watt.intra.caraldi.com (watt.intra.caraldi.com [192.168.100.101]) by mail.caraldi.com (Postfix) with ESMTP id 517AA218A; Mon, 17 Nov 2003 15:17:04 +0100 (CET) Received: by watt.intra.caraldi.com (Postfix, from userid 1001) id 0F6E5BE; Mon, 17 Nov 2003 15:17:03 +0100 (CET) Date: Mon, 17 Nov 2003 15:17:03 +0100 From: Jean-Baptiste Quenot To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20031117141703.GC96272@watt.intra.caraldi.com> Mail-Followup-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, Ernst de Haan , freebsd-ports References: <20031004090813.D115188@watt.intra.caraldi.com> <200310040910.h949A5Gp024409@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310040910.h949A5Gp024409@freefall.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: freebsd-ports cc: Ernst de Haan Subject: Re: ports/57566: Resin cannot start at system boot 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, 17 Nov 2003 14:17:07 -0000 A new version of the Resin ports is available: * Avoid conflict between resin2 and resin3 * Fix resin{2,3}ctl first line (perl path) * Pid file is no more created in the Makefile * New resin.sh startup script, manages pid file * pkg-[de]install and pkg-message are now generated * Do not write anything after including bsd.port.post.mk * Packages are now supported (reported by Arcadius Ahouansou) * Integration with apxs for [de]activating mod_caucho The MD5 sums are: MD5 (resin3.tgz) = 63e50897d9ccf03682290ce554fcce43 MD5 (resin2.tgz) = a43662328c61f116814a8c0e5ab42b49 Thanks in advance, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 06:33:05 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 4875316A4CE for ; Mon, 17 Nov 2003 06:33:05 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2438D43F93 for ; Mon, 17 Nov 2003 06:33:04 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) hAHEX3GZ066115 for ; Mon, 17 Nov 2003 09:33:03 -0500 (EST) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAHEX2As065628 for ports@FreeBSD.org; Mon, 17 Nov 2003 09:33:02 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 09:33:02 -0500 (EST) From: Kris Kennaway Message-Id: <200311171433.hAHEX2As065628@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: Mon, 17 Nov 2003 14:33:05 -0000 INDEX build failed with errors: "Makefile", line 22: if-less endif "Makefile", line 22: Need an operator make: fatal errors encountered -- cannot continue make_index: calcoo-1.3.15: no entry for /usr/ports/x11-toolkits/gtk12 make_index: calcoo-1.3.15: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: gkrellmearth-0.3: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: tkhylafax-3.2b: no entry for /usr/ports/x11-toolkits/tk82 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11-toolkits/gtk12 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/XFree86-4-libraries make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/gnomelibs make_index: bonobo-conf-0.16: no entry for /usr/ports/x11-toolkits/gtk12 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/XFree86-4-libraries make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/gnomelibs make_index: ko-unfonts-ttf-20030907: no entry for /usr/ports/x11/XFree86-4-libraries make_index: ko-unfonts-ttf-20030907: no entry for /usr/ports/x11/XFree86-4-libraries make_index: gdrdao-0.4.1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gdrdao-0.4.1: no entry for /usr/ports/x11/gnomelibs [...] make_index: ru-wmcyrx-2.1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: xaos-3.0: no entry for /usr/ports/x11/XFree86-4-libraries make_index: xaos-3.0: no entry for /usr/ports/x11/XFree86-4-libraries make_index: vim-6.2.139: no entry for /usr/ports/x11-toolkits/gtk12 make_index: vim-6.2.139: no entry for /usr/ports/x11-toolkits/gtk12 make_index: ja-mule-freewnn-2.3_3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: ja-mule-freewnn-2.3_3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11-toolkits/qt32 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11/kdelibs3 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11-toolkits/qt32 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11/kdelibs3 make_index: py23-wordnet-1.4_1: no entry for /usr/ports/textproc/wordnet make_index: wmmount-1.0b2_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: wmmount-1.0b2_1: no entry for /usr/ports/x11/XFree86-4-libraries Warning: Duplicate INDEX entry: *** Error code 1 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/lbrate/Makefile U archivers/nomarch/Makefile U audio/arts/Makefile U audio/bebocd/Makefile U audio/glame/Makefile U audio/gnomespeech/Makefile U audio/grip/Makefile U audio/libmusicbrainz/Makefile U audio/libsidplay2/Makefile U audio/snowstar/Makefile U audio/terminatorx/Makefile U benchmarks/pipebench/Makefile U chinese/mplayer-fonts/Makefile U converters/recode/Makefile U databases/libgda/Makefile U databases/libgda2/Makefile U databases/libgnomedb/Makefile U databases/mergeant/Makefile U databases/mysql-connector-java/Makefile U databases/p5-DBD-ODBC/Makefile U databases/postgresql-libpqxx/Makefile U databases/py-PySQLite/Makefile U deskutils/gnofin/Makefile U deskutils/gnomepim/Makefile U deskutils/gnomeutils2/Makefile U deskutils/gucharmap/Makefile U deskutils/kdepim3/Makefile U deskutils/rubrica/Makefile U devel/Makefile U devel/anjuta-devel/Makefile U devel/atk/Makefile U devel/autogen/Makefile U devel/bonobo-conf/Makefile U devel/bugbuddy2/Makefile U devel/clanlib/Makefile U devel/commoncpp/Makefile U devel/ecos-tools/Makefile U devel/ecos-tools/distinfo U devel/ecos-tools/pkg-descr U devel/ecos-tools/pkg-plist U devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.cpp U devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.h U devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h U devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu U devel/gconf2/Makefile U devel/glade/Makefile U devel/glade2/Makefile ? devel/glade2/make.core U devel/glib20/Makefile ? devel/gnomedebug/make.core U devel/gnomevfs/Makefile U devel/gnomevfs-extras/Makefile U devel/i386-rtems-g77/Makefile U devel/i386-rtems-gcc/Makefile U devel/i386-rtems-gcj/Makefile U devel/i386-rtems-objc/Makefile U devel/kdesdk3/Makefile U devel/libIDL/Makefile U devel/libglade2/Makefile U devel/libgtop/Makefile U devel/libgtop2/Makefile U devel/liboop/Makefile U devel/libsigc++/Makefile U devel/py-twisted/Makefile U devel/sgb/Makefile U devel/tdl/Makefile ? dns/bind9-dlz/Makefile.inc U dns/mydns/Makefile ? dns/powerdns/Makefile.inc U editors/cooledit/Makefile U editors/gedit2/Makefile U editors/ghex2/Makefile U editors/koffice-kde3/Makefile U emulators/gsnes9x/Makefile U emulators/wine/Makefile U ftp/wget+ipv6/Makefile U games/atomix/Makefile U games/bomberclone/Makefile U games/bombermaze/Makefile U games/enigma/Makefile U games/gniffel/Makefile U games/gnomermind/Makefile U games/gnomoku/Makefile U games/gtetrinet/Makefile U games/gtktetcolor/Makefile U games/kdegames3/Makefile U games/taxipilot/Makefile U games/tinymux/Makefile U games/xevil/Makefile U games/xshisen/Makefile U graphics/aoi/Makefile U graphics/dc20pack/Makefile U graphics/eog2/Makefile U graphics/evolvotron/Makefile U graphics/gimp-devel/Makefile U graphics/gpdf/Makefile ? graphics/gphoto2/make.core U graphics/gthumb/Makefile U graphics/gthumb2/Makefile U graphics/kdegraphics3/Makefile U graphics/libart_lgpl2/Makefile U graphics/libexif/Makefile U graphics/libexif-gtk/Makefile U graphics/libgnomecanvas/Makefile U graphics/librsvg2/Makefile U graphics/osgedit/Makefile ? graphics/pstoedit/make.core U graphics/ruby-rmagick/Makefile U graphics/swfdec/Makefile U graphics/tif22pnm/Makefile U japanese/gqmpeg/Makefile U java/jdk14/Makefile U java/netrexx/Makefile U korean/nabi/Makefile U lang/elk/Makefile U lang/expect/Makefile U lang/gcc28/Makefile U lang/gnomebasic/Makefile U lang/gnustep-guile/Makefile U lang/helium/Makefile U lang/php4/Makefile U lang/php4/scripts/configure.php U lang/php4/scripts/php4_options U mail/ifile/Makefile U mail/kavmilter/Makefile U mail/ricochet/Makefile U mail/sccmilter/Makefile U math/gexpr/Makefile U math/gnumeric/Makefile ? misc/flyway/make.core U misc/gnomeuserdocs2/Makefile U misc/jargon/Makefile U misc/kdeedu3/Makefile U misc/quick-lounge-applet/Makefile U multimedia/avinfo/Makefile U multimedia/gstreamer/Makefile U multimedia/gxine/Makefile U multimedia/nautilus-media/Makefile U multimedia/quark/Makefile ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core U net/easysoap/Makefile U net/fidelio/Makefile U net/freevrrpd/Makefile U net/gnet2/Makefile U net/gnome-btdownload/Makefile U net/gnomeicu2/Makefile U net/kdenetwork3/Makefile U net/kmldonkey/Makefile U net/kopete/Makefile U net/libyahoo2/Makefile U net/liveMedia/Makefile U net/liveMedia/distinfo U net/morebalance/Makefile U net/netspeed_applet/Makefile U net/partysip/Makefile ? net/powerdns/Makefile.inc U net/pxe/Makefile U net/sendip/Makefile U net/tsclient/Makefile U news/nntpcache/Makefile U palm/gnomepilot2/Makefile U print/foomatic-db-engine/Makefile U print/gfontview/Makefile U print/ggv2/Makefile ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U russian/muttprint/Makefile U security/amap/Makefile U security/seahorse/Makefile U sysutils/gconf-editor/Makefile U sysutils/gnomefind/Makefile U sysutils/gnomesystemmonitor/Makefile U sysutils/gtoaster/Makefile U sysutils/kdeadmin3/Makefile U sysutils/kkbswitch/Makefile U sysutils/ldap-account-manager/Makefile U sysutils/nautilus-cd-burner/Makefile U sysutils/ucspi-unix/Makefile U textproc/aspell/Makefile U textproc/gtkdiff/Makefile U textproc/libtre/Makefile U textproc/libxml++/Makefile U textproc/sed_inplace/Makefile U www/amyc/Makefile U www/bluefish-devel/Makefile U www/gtkhtml/Makefile U www/gtkhtml3/Makefile U www/libgtkhtml/Makefile U www/mod_layout2/Makefile U www/privoxy+ipv6/Makefile U www/quanta/Makefile U www/screem/Makefile U x11/3ddesktop/Makefile U x11/gdm2/Makefile U x11/gnomeapplets2/Makefile U x11/gnomedesktop/Makefile U x11/gnomelibs/Makefile U x11/gnomemag/Makefile U x11/gnomepanel/Makefile U x11/gnometerminal/Makefile U x11/gnopernicus/Makefile U x11/libgnome/Makefile U x11/libxklavier/Makefile U x11-clocks/kdetoys3/Makefile U x11-clocks/xtu/Makefile U x11-fm/nautilus2/Makefile ? x11-fm/vide/sh.core U x11-fonts/Xft/Makefile U x11-fonts/fontconfig/Makefile U x11-toolkits/bakery/Makefile U x11-toolkits/eel2/Makefile U x11-toolkits/gal/Makefile U x11-toolkits/gal2/Makefile U x11-toolkits/gtksourceview/Makefile U x11-toolkits/libbonoboui/Makefile U x11-toolkits/libgnomeprintui/Makefile U x11-toolkits/libgnomeprintui20/Makefile U x11-toolkits/libwnck/Makefile U x11-wm/kdeartwork3/Makefile U x11-wm/metacity/Makefile U x11-wm/pager/Makefile From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 06:35:27 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 0D8CF16A4CE for ; Mon, 17 Nov 2003 06:35:27 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A2343F85 for ; Mon, 17 Nov 2003 06:35:25 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) hAHEZPGZ066126 for ; Mon, 17 Nov 2003 09:35:25 -0500 (EST) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAHEZPZo067676 for ports@FreeBSD.org; Mon, 17 Nov 2003 09:35:25 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 09:35:25 -0500 (EST) From: Kris Kennaway Message-Id: <200311171435.hAHEZPZo067676@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, 17 Nov 2003 14:35:27 -0000 INDEX build failed with errors: "Makefile", line 22: if-less endif "Makefile", line 22: Need an operator make: fatal errors encountered -- cannot continue make_index: calcoo-1.3.15: no entry for /usr/ports/x11-toolkits/gtk12 make_index: calcoo-1.3.15: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: gkrellmearth-0.3: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: tkhylafax-3.2b: no entry for /usr/ports/x11-toolkits/tk82 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11-toolkits/gtk12 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/XFree86-4-libraries make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/gnomelibs make_index: bonobo-conf-0.16: no entry for /usr/ports/x11-toolkits/gtk12 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/XFree86-4-libraries make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/gnomelibs make_index: ko-unfonts-ttf-20030907: no entry for /usr/ports/x11/XFree86-4-libraries make_index: ko-unfonts-ttf-20030907: no entry for /usr/ports/x11/XFree86-4-libraries make_index: gdrdao-0.4.1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gdrdao-0.4.1: no entry for /usr/ports/x11/gnomelibs [...] make_index: ru-wmcyrx-2.1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: xaos-3.0: no entry for /usr/ports/x11/XFree86-4-libraries make_index: xaos-3.0: no entry for /usr/ports/x11/XFree86-4-libraries make_index: vim-6.2.139: no entry for /usr/ports/x11-toolkits/gtk12 make_index: vim-6.2.139: no entry for /usr/ports/x11-toolkits/gtk12 make_index: ja-mule-freewnn-2.3_3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: ja-mule-freewnn-2.3_3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11-toolkits/qt32 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11/kdelibs3 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11-toolkits/qt32 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11/kdelibs3 make_index: py23-wordnet-1.4_1: no entry for /usr/ports/textproc/wordnet make_index: wmmount-1.0b2_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: wmmount-1.0b2_1: no entry for /usr/ports/x11/XFree86-4-libraries Warning: Duplicate INDEX entry: *** Error code 1 Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x U archivers/lbrate/Makefile U archivers/nomarch/Makefile U audio/arts/Makefile U audio/bebocd/Makefile U audio/glame/Makefile U audio/gnomespeech/Makefile U audio/grip/Makefile U audio/libmusicbrainz/Makefile U audio/libsidplay2/Makefile U audio/snowstar/Makefile U audio/terminatorx/Makefile U benchmarks/pipebench/Makefile U chinese/mplayer-fonts/Makefile U converters/recode/Makefile U databases/libgda/Makefile U databases/libgda2/Makefile U databases/libgnomedb/Makefile U databases/mergeant/Makefile U databases/mysql-connector-java/Makefile U databases/p5-DBD-ODBC/Makefile U databases/postgresql-libpqxx/Makefile U databases/py-PySQLite/Makefile U deskutils/gnofin/Makefile U deskutils/gnomepim/Makefile U deskutils/gnomeutils2/Makefile U deskutils/gucharmap/Makefile U deskutils/kdepim3/Makefile U deskutils/rubrica/Makefile U devel/Makefile U devel/anjuta-devel/Makefile U devel/atk/Makefile U devel/autogen/Makefile U devel/bonobo-conf/Makefile U devel/bugbuddy2/Makefile U devel/clanlib/Makefile U devel/commoncpp/Makefile U devel/ecos-tools/Makefile U devel/ecos-tools/distinfo U devel/ecos-tools/pkg-descr U devel/ecos-tools/pkg-plist U devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.cpp U devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.h U devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h U devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu U devel/gconf2/Makefile U devel/glade/Makefile U devel/glade2/Makefile U devel/glib20/Makefile U devel/gnomevfs/Makefile U devel/gnomevfs-extras/Makefile U devel/i386-rtems-g77/Makefile U devel/i386-rtems-gcc/Makefile U devel/i386-rtems-gcj/Makefile U devel/i386-rtems-objc/Makefile U devel/kdesdk3/Makefile U devel/libIDL/Makefile U devel/libglade2/Makefile U devel/libgtop/Makefile U devel/libgtop2/Makefile U devel/liboop/Makefile U devel/libsigc++/Makefile U devel/py-twisted/Makefile U devel/sgb/Makefile U devel/tdl/Makefile ? dns/bind9-dlz/Makefile.inc U dns/mydns/Makefile ? dns/powerdns/Makefile.inc U editors/cooledit/Makefile U editors/gedit2/Makefile U editors/ghex2/Makefile U editors/koffice-kde3/Makefile U emulators/gsnes9x/Makefile U emulators/wine/Makefile U ftp/wget+ipv6/Makefile U games/atomix/Makefile U games/bomberclone/Makefile U games/bombermaze/Makefile U games/enigma/Makefile U games/gniffel/Makefile U games/gnomermind/Makefile U games/gnomoku/Makefile U games/gtetrinet/Makefile U games/gtktetcolor/Makefile U games/kdegames3/Makefile U games/taxipilot/Makefile U games/tinymux/Makefile U games/xevil/Makefile U games/xshisen/Makefile U graphics/aoi/Makefile U graphics/dc20pack/Makefile U graphics/eog2/Makefile U graphics/evolvotron/Makefile U graphics/gimp-devel/Makefile U graphics/gpdf/Makefile U graphics/gthumb/Makefile U graphics/gthumb2/Makefile U graphics/kdegraphics3/Makefile U graphics/libart_lgpl2/Makefile U graphics/libexif/Makefile U graphics/libexif-gtk/Makefile U graphics/libgnomecanvas/Makefile U graphics/librsvg2/Makefile U graphics/osgedit/Makefile U graphics/ruby-rmagick/Makefile U graphics/swfdec/Makefile U graphics/tif22pnm/Makefile U japanese/gqmpeg/Makefile U java/jdk14/Makefile U java/netrexx/Makefile U korean/nabi/Makefile U lang/elk/Makefile U lang/expect/Makefile U lang/gcc28/Makefile U lang/gnomebasic/Makefile U lang/gnustep-guile/Makefile U lang/helium/Makefile U lang/php4/Makefile U lang/php4/scripts/configure.php U lang/php4/scripts/php4_options ? mail/log U mail/ifile/Makefile U mail/kavmilter/Makefile U mail/ricochet/Makefile U mail/sccmilter/Makefile U math/gexpr/Makefile U math/gnumeric/Makefile U misc/gnomeuserdocs2/Makefile U misc/jargon/Makefile U misc/kdeedu3/Makefile U misc/quick-lounge-applet/Makefile U multimedia/avinfo/Makefile U multimedia/gstreamer/Makefile U multimedia/gxine/Makefile U multimedia/nautilus-media/Makefile U multimedia/quark/Makefile U net/easysoap/Makefile U net/fidelio/Makefile U net/freevrrpd/Makefile U net/gnet2/Makefile U net/gnome-btdownload/Makefile U net/gnomeicu2/Makefile U net/kdenetwork3/Makefile U net/kmldonkey/Makefile U net/kopete/Makefile U net/libyahoo2/Makefile U net/liveMedia/Makefile U net/liveMedia/distinfo U net/morebalance/Makefile U net/netspeed_applet/Makefile U net/partysip/Makefile U net/pxe/Makefile U net/sendip/Makefile U net/tsclient/Makefile U news/nntpcache/Makefile U palm/gnomepilot2/Makefile U print/foomatic-db-engine/Makefile U print/gfontview/Makefile U print/ggv2/Makefile U russian/muttprint/Makefile U security/amap/Makefile U security/seahorse/Makefile U sysutils/gconf-editor/Makefile U sysutils/gnomefind/Makefile U sysutils/gnomesystemmonitor/Makefile U sysutils/gtoaster/Makefile U sysutils/kdeadmin3/Makefile U sysutils/kkbswitch/Makefile U sysutils/ldap-account-manager/Makefile U sysutils/nautilus-cd-burner/Makefile U sysutils/ucspi-unix/Makefile U textproc/aspell/Makefile U textproc/gtkdiff/Makefile U textproc/libtre/Makefile U textproc/libxml++/Makefile U textproc/sed_inplace/Makefile U www/amyc/Makefile U www/bluefish-devel/Makefile U www/gtkhtml/Makefile U www/gtkhtml3/Makefile U www/libgtkhtml/Makefile U www/mod_layout2/Makefile U www/privoxy+ipv6/Makefile U www/quanta/Makefile U www/screem/Makefile U x11/3ddesktop/Makefile U x11/gdm2/Makefile ? x11/gnome2/log U x11/gnomeapplets2/Makefile U x11/gnomedesktop/Makefile U x11/gnomelibs/Makefile U x11/gnomemag/Makefile U x11/gnomepanel/Makefile U x11/gnometerminal/Makefile U x11/gnopernicus/Makefile U x11/libgnome/Makefile U x11/libxklavier/Makefile U x11-clocks/kdetoys3/Makefile U x11-clocks/xtu/Makefile U x11-fm/nautilus2/Makefile U x11-fonts/Xft/Makefile U x11-fonts/fontconfig/Makefile U x11-toolkits/bakery/Makefile U x11-toolkits/eel2/Makefile U x11-toolkits/gal/Makefile U x11-toolkits/gal2/Makefile U x11-toolkits/gtksourceview/Makefile U x11-toolkits/libbonoboui/Makefile U x11-toolkits/libgnomeprintui/Makefile U x11-toolkits/libgnomeprintui20/Makefile U x11-toolkits/libwnck/Makefile U x11-wm/kdeartwork3/Makefile U x11-wm/metacity/Makefile U x11-wm/pager/Makefile From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 06:53: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 809D516A4CE for ; Mon, 17 Nov 2003 06:53:21 -0800 (PST) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD63243FBF for ; Mon, 17 Nov 2003 06:53:18 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.12.10/8.12.10) with ESMTP id hAHErGG5073716; Mon, 17 Nov 2003 15:53:16 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.12.10/8.12.10/Submit) id hAHErGxN073715; Mon, 17 Nov 2003 15:53:16 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Randy Bush In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-YBfefVMShaY6bOY48OJz" Message-Id: <1069080796.5880.24.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 17 Nov 2003 15:53:16 +0100 cc: ports@FreeBSD.org Subject: Re: vlc compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 14:53:21 -0000 --=-YBfefVMShaY6bOY48OJz Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V po, 17. 11. 2003 v 07:06, Randy Bush p=ED=B9e: > 4.9 stable as of yesterday Builds fine for me on my stable and on Bento. > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -DSYS_FREEBSD4_= 9 -I../../include `top_builddir=3D"../.." ../../vlc-config --cflags plugin = rawvideo` -Wsign-compare -Wall -O -pipe -march=3Dpentiumpro -finline-limit-= 30000 -pipe -c -o librawvideo_plugin_a-rawvideo.o `test -f 'rawvideo.c' || = echo './'`rawvideo.c > In file included from rawvideo.c:28: > /usr/local/include/vlc/vout.h:37: video.h: No such file or directory > In file included from /usr/local/include/vlc/vout.h:38, ^^^^^^^^^^^^^^^^^^^ This looks suspicious, maybe you have older version installed and it's including header files from old version? Try to deinstall old vlc, than do make clean and retry compile. --=20 Pav Lucistnik --=-YBfefVMShaY6bOY48OJz Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/uODcntdYP8FOsoIRAlupAKCZaXYSr3HdrdprF2VHSkKKgcYpYwCgjItg FIHNA449IrWVLmh4uy3td6o= =8dsn -----END PGP SIGNATURE----- --=-YBfefVMShaY6bOY48OJz-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 07:01: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 7DF4816A4CF for ; Mon, 17 Nov 2003 07:01:02 -0800 (PST) Received: from mail.paniert.net (chello062178226236.14.15.vie.surfer.at [62.178.226.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C977643F85 for ; Mon, 17 Nov 2003 07:00:57 -0800 (PST) (envelope-from tom@www.paniert.net) Received: from www.paniert.net (imap.paniert.net [10.1.2.2]) by mail.paniert.net (8.12.2/8.12.6) with ESMTP id hAHF1Aqw036109; Mon, 17 Nov 2003 16:01:10 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from localhost (localhost [127.0.0.1]) by www.paniert.net (8.12.8p2/8.12.8) with ESMTP id hAHF0p6u094604; Mon, 17 Nov 2003 16:00:56 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from jackson (jackson [10.1.2.56]) by www.paniert.net (IMP) with HTTP for ; Mon, 17 Nov 2003 16:00:51 +0100 Message-ID: <1069081251.3fb8e2a382f9c@www.paniert.net> Date: Mon, 17 Nov 2003 16:00:51 +0100 From: tom To: Joe Marcus Clarke References: <1069021442.3fb7f902194ed@www.paniert.net> <1069023463.3752.30.camel@shumai.marcuscom.com> In-Reply-To: <1069023463.3752.30.camel@shumai.marcuscom.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.1 X-Originating-IP: 10.1.2.56 cc: ports Subject: Re: gnome2 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, 17 Nov 2003 15:01:02 -0000 Zitat von Joe Marcus Clarke : > On Sun, 2003-11-16 at 17:24, tom wrote: > > hi, > > when i try to do a "make install" of the gnome2 superport > > (/usr/ports/x11/gnome2) the install breaks in the gnome-panel dir: > > > > ---snip---- > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I../gnome-panel -DPANEL_DEBUG > > -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" > > -DGLADEDIR=\""/usr/X11R6/share/gnome/panel"\" -DG_DISABLE_DEPRECATED > > -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED > > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > > -DPREFIX=\""/usr/X11R6"\" -DSYSCONFDIR=\""/usr/X11R6/etc"\" > > -DLIBDIR=\""/usr/X11R6/lib"\" -DDATADIR=\""/usr/X11R6/share/gnome"\" > > -DGTK_MENU_INTERNALS -DORBIT2=1 -D_THREAD_SAFE > -I/usr/local/include/orbit-2.0 > > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > > -I/usr/local/include/atk-1.0 -I/usr/local/include/libbonobo-2.0 > > -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 > > -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/X11R6/include/gtk-2.0 > > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > > -I/usr/X11R6/include -I/usr/local/include/freetype2 > > -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 > > -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include > > -I/usr/X11R6/include/libgnomeui-2.0 > -I/usr/X11R6/include/libgnomecanvas-2.0 > > -I/usr/X11R6/include/libbonoboui-2.0 > -I/usr/X11R6/include/gnome-desktop-2.0 > > -I/usr/X11R6/include/startup-notification-1.0 > > -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libglade-2.0 > > > -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 > > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 > > -I/usr/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 > > -I/usr/local/include/libbonobo-2.0 > -I/usr/local/include/bonobo-activation-2.0 > > -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/X11R6/include/gtk-2.0 > > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > > -I/usr/X11R6/include -I/usr/local/include/freetype2 > > -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 > > -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 > > -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 > > -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libglade-2.0 > -Wall > > -Wmissing-prototypes -I/usr/local/include -I/usr/X11R6/include -O > -pipe > > -march=k6 -c button-widget.c > > button-widget.c: In function `button_widget_class_init': > > button-widget.c:789: `PANEL_TYPE_ORIENTATION' undeclared (first use in > this > > function) > > button-widget.c:789: (Each undeclared identifier is reported only once > > button-widget.c:789: for each function it appears in.) > > gmake[1]: *** [button-widget.o] Error 1 > > gmake[1]: Leaving directory > > `/usr/ports/x11/gnomepanel/work/gnome-panel-2.4.1/gnome-panel' > > gmake: *** [install-recursive] Error 1 > > *** Error code 2 > > --------- > > > > could anyone give me a hint what i can do?? > > The header file that defines this macro is dynamically generated at > build-time by glib-mkenums. Make sure all your ports are up-to-date > (especially glib20), then make clean in gnomepanel, and try the build > again. > > Joe > > > > > thanx in advance, tom > > > > _______________________________________________ > > 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" > -- > PGP Key : http://www.marcuscom.com/pgp.asc > thanx for the tip; after reinstalling glib2 the compile did work but now i hang in the gstreamer-plugins: ---snip------------- gmake all-am gmake[4]: Entering directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/gst/level' source='gstlevel.c' object='libgstlevel_la-gstlevel.lo' libtool=yes \ depfile='.deps/libgstlevel_la-gstlevel.Plo' tmpdepfile='.deps/libgstlevel_la-gstlevel.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I../../gst-libs -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gstreamer-0.6 -DGST_DISABLE_DEPRECATED -g -Wall -O -pipe -march=k6 -I/usr/local/include -c -o libgstlevel_la-gstlevel.lo `test -f 'gstlevel.c' || echo './'`gstlevel.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I../../gst-libs -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gstreamer-0.6 -DGST_DISABLE_DEPRECATED -g -Wall -O -pipe -march=k6 -I/usr/local/include -c gstlevel.c -Wp,-MD,.deps/libgstlevel_la-gstlevel.TPlo -fPIC -DPIC -o libgstlevel_la-gstlevel.lo In file included from gstlevel.c:190: filter.func: In function `gst_level_fast_16bit_chain': filter.func:15: syntax error before `normalizer' filter.func:30: `normalizer' undeclared (first use in this function) filter.func:30: (Each undeclared identifier is reported only once filter.func:30: for each function it appears in.) In file included from gstlevel.c:195: filter.func: In function `gst_level_fast_8bit_chain': filter.func:15: syntax error before `normalizer' filter.func:30: `normalizer' undeclared (first use in this function) gmake[4]: *** [libgstlevel_la-gstlevel.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/gst/level' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/gst/level' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/gst' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/gstreamer-plugins. ----------------------- i already did another make clean but the error did not change... tom From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 07: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 3CD3B16A4CE for ; Mon, 17 Nov 2003 07:33:23 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21B2743FAF for ; Mon, 17 Nov 2003 07:33:18 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) hAHFXHGZ066206 for ; Mon, 17 Nov 2003 10:33:17 -0500 (EST) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAHFXHWM015070 for ports@FreeBSD.org; Mon, 17 Nov 2003 10:33:17 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 10:33:17 -0500 (EST) From: Kris Kennaway Message-Id: <200311171533.hAHFXHWM015070@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: Mon, 17 Nov 2003 15:33:23 -0000 INDEX build failed with errors: "Makefile", line 22: if-less endif "Makefile", line 22: Need an operator make: fatal errors encountered -- cannot continue make_index: calcoo-1.3.15: no entry for /usr/ports/x11-toolkits/gtk12 make_index: calcoo-1.3.15: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: gkrellmearth-0.3: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: tkhylafax-3.2b: no entry for /usr/ports/x11-toolkits/tk82 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11-toolkits/gtk12 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/XFree86-4-libraries make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/gnomelibs make_index: bonobo-conf-0.16: no entry for /usr/ports/x11-toolkits/gtk12 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/XFree86-4-libraries make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/gnomelibs make_index: ko-unfonts-ttf-20030907: no entry for /usr/ports/x11/XFree86-4-libraries make_index: ko-unfonts-ttf-20030907: no entry for /usr/ports/x11/XFree86-4-libraries make_index: gdrdao-0.4.1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gdrdao-0.4.1: no entry for /usr/ports/x11/gnomelibs [...] make_index: ru-wmcyrx-2.1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: xaos-3.0: no entry for /usr/ports/x11/XFree86-4-libraries make_index: xaos-3.0: no entry for /usr/ports/x11/XFree86-4-libraries make_index: vim-6.2.139: no entry for /usr/ports/x11-toolkits/gtk12 make_index: vim-6.2.139: no entry for /usr/ports/x11-toolkits/gtk12 make_index: ja-mule-freewnn-2.3_3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: ja-mule-freewnn-2.3_3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11-toolkits/qt32 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11/kdelibs3 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11-toolkits/qt32 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11/kdelibs3 make_index: py23-wordnet-1.4_1: no entry for /usr/ports/textproc/wordnet make_index: wmmount-1.0b2_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: wmmount-1.0b2_1: no entry for /usr/ports/x11/XFree86-4-libraries Warning: Duplicate INDEX entry: *** Error code 1 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 Mon Nov 17 07:35: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 695E716A4CE for ; Mon, 17 Nov 2003 07:35:44 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D78843F85 for ; Mon, 17 Nov 2003 07:35:43 -0800 (PST) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) hAHFZhGZ066217 for ; Mon, 17 Nov 2003 10:35:43 -0500 (EST) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id hAHFZhfj017122 for ports@FreeBSD.org; Mon, 17 Nov 2003 10:35:43 -0500 (EST) (envelope-from kris) Date: Mon, 17 Nov 2003 10:35:43 -0500 (EST) From: Kris Kennaway Message-Id: <200311171535.hAHFZhfj017122@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, 17 Nov 2003 15:35:44 -0000 INDEX build failed with errors: "Makefile", line 22: if-less endif "Makefile", line 22: Need an operator make: fatal errors encountered -- cannot continue make_index: calcoo-1.3.15: no entry for /usr/ports/x11-toolkits/gtk12 make_index: calcoo-1.3.15: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: gkrellmearth-0.3: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gkrellmearth-0.3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: tkhylafax-3.2b: no entry for /usr/ports/x11-toolkits/tk82 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11-toolkits/gtk12 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/XFree86-4-libraries make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/gnomelibs make_index: bonobo-conf-0.16: no entry for /usr/ports/x11-toolkits/gtk12 make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/XFree86-4-libraries make_index: bonobo-conf-0.16: no entry for /usr/ports/x11/gnomelibs make_index: ko-unfonts-ttf-20030907: no entry for /usr/ports/x11/XFree86-4-libraries make_index: ko-unfonts-ttf-20030907: no entry for /usr/ports/x11/XFree86-4-libraries make_index: gdrdao-0.4.1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: gdrdao-0.4.1: no entry for /usr/ports/x11/gnomelibs [...] make_index: ru-wmcyrx-2.1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: xaos-3.0: no entry for /usr/ports/x11/XFree86-4-libraries make_index: xaos-3.0: no entry for /usr/ports/x11/XFree86-4-libraries make_index: vim-6.2.139: no entry for /usr/ports/x11-toolkits/gtk12 make_index: vim-6.2.139: no entry for /usr/ports/x11-toolkits/gtk12 make_index: ja-mule-freewnn-2.3_3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: ja-mule-freewnn-2.3_3: no entry for /usr/ports/x11/XFree86-4-libraries make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11-toolkits/gtk12 make_index: mplayerxp-0.1.9_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11-toolkits/qt32 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11/kdelibs3 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11-toolkits/qt32 make_index: eo-koffice-i18n-1.2.1: no entry for /usr/ports/x11/kdelibs3 make_index: py23-wordnet-1.4_1: no entry for /usr/ports/textproc/wordnet make_index: wmmount-1.0b2_1: no entry for /usr/ports/x11/XFree86-4-libraries make_index: wmmount-1.0b2_1: no entry for /usr/ports/x11/XFree86-4-libraries Warning: Duplicate INDEX entry: *** Error code 1 Warning: Duplicate INDEX entry: Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 08:20: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 3D16816A4CE; Mon, 17 Nov 2003 08:20:59 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC80F43F85; Mon, 17 Nov 2003 08:20:57 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1ALm7V-0003sC-EN; Mon, 17 Nov 2003 08:20:57 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 17 Nov 2003 08:20:56 -0800 To: Pav Lucistnik References: <1069080796.5880.24.camel@hood.oook.cz> Message-Id: cc: ports@FreeBSD.org Subject: Re: vlc compile 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, 17 Nov 2003 16:20:59 -0000 >> 4.9 stable as of yesterday > > Builds fine for me on my stable and on Bento. > >> cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -DSYS_FREEBSD4_9 -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin rawvideo` -Wsign-compare -Wall -O -pipe -march=pentiumpro -finline-limit-30000 -pipe -c -o librawvideo_plugin_a-rawvideo.o `test -f 'rawvideo.c' || echo './'`rawvideo.c >> In file included from rawvideo.c:28: >> /usr/local/include/vlc/vout.h:37: video.h: No such file or directory >> In file included from /usr/local/include/vlc/vout.h:38, > ^^^^^^^^^^^^^^^^^^^ > > This looks suspicious, maybe you have older version installed and it's > including header files from old version? Try to deinstall old vlc, than > do make clean and retry compile. worked! randy From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 08:48:14 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 48A1416A4CE for ; Mon, 17 Nov 2003 08:48:14 -0800 (PST) Received: from hotmail.com (law10-f58.law10.hotmail.com [64.4.15.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4154743F3F for ; Mon, 17 Nov 2003 08:48:13 -0800 (PST) (envelope-from weaseal@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 17 Nov 2003 08:48:13 -0800 Received: from 130.85.245.34 by lw10fd.law10.hotmail.msn.com with HTTP; Mon, 17 Nov 2003 16:48:12 GMT X-Originating-IP: [130.85.245.34] X-Originating-Email: [weaseal@hotmail.com] From: "Walter Venable" To: rtdean@cytherianage.net Date: Mon, 17 Nov 2003 11:48:12 -0500 Message-ID: X-OriginalArrivalTime: 17 Nov 2003 16:48:13.0067 (UTC) FILETIME=[9708BDB0:01C3AD2A] MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: naim-0.11.6 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, 17 Nov 2003 16:48:14 -0000 Hello, I have created an updated Makefile for naim, which would bring the port to 0.11.6.3 (currently at 0.11.6). I have tested the port on my system and it seems to work fine. Would you like me to send you this file? -Walter L Venable _________________________________________________________________ [1]From Beethoven to the Rolling Stones, your favorite music is always playing on MSN Radio Plus. No ads, no talk. Trial month FREE! References 1. http://g.msn.com/8HMAENUS/2749??PS= From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 08:54: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 40CA616A4CE for ; Mon, 17 Nov 2003 08:54:44 -0800 (PST) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D14943F85 for ; Mon, 17 Nov 2003 08:54:42 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 059001A9; Mon, 17 Nov 2003 19:54:40 +0300 (MSK) Date: Mon, 17 Nov 2003 19:54:39 +0300 From: "Sergey A. Osokin" To: Walter Venable Message-ID: <20031117165439.GS85661@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.5.1i cc: ports@FreeBSD.org cc: rtdean@cytherianage.net Subject: Re: FreeBSD Port: naim-0.11.6 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: Mon, 17 Nov 2003 16:54:44 -0000 On Mon, Nov 17, 2003 at 11:48:12AM -0500, Walter Venable wrote: > > Hello, I have created an updated Makefile for naim, which would bring > the port to 0.11.6.3 (currently at 0.11.6). I have tested the port on > my system and it seems to work fine. Would you like me to send you > this file? Yes, please send your patch via send-pr(1) interface. Thanks. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 09:01: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 721C616A4CE; Mon, 17 Nov 2003 09:01:15 -0800 (PST) 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 CDC1443FB1; Mon, 17 Nov 2003 09:01:13 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAHH1Crp009363; Mon, 17 Nov 2003 12:01:12 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAHGxkHE097792; Mon, 17 Nov 2003 11:59:47 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Palle Girgensohn In-Reply-To: <13690000.1069060218@rambutan.pingpong.net> References: <13690000.1069060218@rambutan.pingpong.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-gGRtP7bRCmVwm1Y7Dx0I" Organization: MarcusCom, Inc. Message-Id: <1069088473.737.1.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 17 Nov 2003 12:01:13 -0500 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 Users cc: ports@freebsd.org Subject: Re: firebird and xemacs locking up/crashing "in pairs"??? 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, 17 Nov 2003 17:01:15 -0000 --=-gGRtP7bRCmVwm1Y7Dx0I Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-17 at 04:10, Palle Girgensohn wrote: > Hi! >=20 > We have a strange problem, probably related to gtk20, but I'm not sure. >=20 > The small problem is that Firebird locks up, and does not accept keyboard= =20 > input. This can be fixed by minimizing and unminimizing the firebird wind= ow. >=20 > The more odd thing happens that sometimes, during these locks, xemacs sto= ps=20 > working and locks up, and its window becomes blank. Sometimes, waiting a=20 > while fixes the problem, sometimes not, and kill -9 is the only thing tha= t=20 > helps. Note that this always happen when firebird locks up, and never at=20 > any other occasion, so they definitely seem coupled, somehow. >=20 > The enclosed stack trace indicates an infinite recursion. Any ideas? Known issue. Go to Tools->Options->Advanced, and disable Find as You Type. Joe >=20 > /Palle >=20 > ______________________________________________________________________ > _______________________________________________ > 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 --=-gGRtP7bRCmVwm1Y7Dx0I 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/uP7Zb2iPiv4Uz4cRAigmAJ0Q8gyvROsnUUpvlzcUghnPVkZ0vQCgrO1c xTdrI1PvB4cjH8f240hPd/c= =XJ7f -----END PGP SIGNATURE----- --=-gGRtP7bRCmVwm1Y7Dx0I-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 09:27: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 7F4B216A4CE for ; Mon, 17 Nov 2003 09:27:51 -0800 (PST) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C8943F3F for ; Mon, 17 Nov 2003 09:27:50 -0800 (PST) (envelope-from harrison@belmar.ca) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-ser.prod.shaw.ca [10.0.141.107])2003)) with ESMTP id <0HOI001POB1VA1@l-daemon> for ports@FreeBSD.org; Mon, 17 Nov 2003 10:25:07 -0700 (MST) Received: from pn2ml10so.prod.shaw.ca (pn2ml10so-qfe0.prod.shaw.ca [10.0.121.80]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HOI00J6GB0WQ6@l-daemon> for ports@FreeBSD.org; Mon, 17 Nov 2003 10:24:32 -0700 (MST) Received: from harrison ([24.83.93.82]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HOI000C5B0W5C@l-daemon> for ports@FreeBSD.org; Mon, 17 Nov 2003 10:24:32 -0700 (MST) Date: Mon, 17 Nov 2003 09:24:36 -0800 From: Harrison Kroeker To: Lars.Koeller@Uni-Bielefeld.de Message-id: <000001c3ad2b$488f5da0$6301a8c0@harrison> Organization: BelMar Consulting Group MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook, Build 10.0.2627 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal cc: ports@FreeBSD.org Subject: FreeBSD Port: apcupsd-3.8.6_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: Mon, 17 Nov 2003 17:27:51 -0000 Hi, I am fairly new to the FreeBSD community, and am unsure as to the protocol for finding updated ports. Is there any possibility of obtaining a newer version of this port? The 3.8.6-1 ported version does not (as far as I am aware) support USB communications, while the newer acpupsd version does. I am currently attempting to create a DB9 adapter, but figured it wouldn't hurt to ask. Thank you, Harrison. _____ Harrison Kroeker - Network Support Specialist BelMar Consultng Group Office: 604.539.2061 Cellular: 604.807.7254 From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 11:01: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 C5E1016A4CF for ; Mon, 17 Nov 2003 11:01:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF3A43FA3 for ; Mon, 17 Nov 2003 11:01:07 -0800 (PST) (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 hAHJ17FY005542 for ; Mon, 17 Nov 2003 11:01:07 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAHJ15ck005515 for freebsd-ports@freebsd.org; Mon, 17 Nov 2003 11:01:05 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 17 Nov 2003 11:01:05 -0800 (PST) Message-Id: <200311171901.hAHJ15ck005515@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, 17 Nov 2003 19:01:12 -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/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 o [2003/10/23] ports/58443 ports-bugs mod_perl2 not upgrading properly o [2003/10/25] ports/58531 ports-bugs multimedia/mplayer: bktr input doesn't wo o [2003/10/27] ports/58602 ports-bugs web2ldap-0.10.4 doesn't work on FreeBSD 5 o [2003/11/06] ports/58999 ports-bugs [MAINTAINER UPDATE] databases/firebird: s o [2003/11/06] ports/59001 ports-bugs [MAINTAINER UPDATE] databases/firebird-de o [2003/11/16] ports/59360 ports-bugs port logjam2 does not compile 14 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/10/02] ports/21714 ports-bugs audio problem with games/nil o [2001/06/12] ports/28102 ports-bugs Recent changes to 4.3-STABLE break arla-0 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 o [2002/05/27] ports/38602 ports-bugs x11-wm/tvtwm is confused about PREFIX o [2002/07/29] ports/41128 ports-bugs dns/dnrd: recv_addr init wrong and 512 by 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/17] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify 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 o [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri 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/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/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/17] ports/55673 ports-bugs Xsane crashes when doing preview 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/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/07] ports/56567 ports-bugs mail/spamass-milter fails in configure st o [2003/09/09] ports/56660 ports-bugs new slave port www/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 www/mod_jk2-apache2 o [2003/09/21] ports/57056 ports-bugs libsm and libsmutil not installed -> fail f [2003/09/23] ports/57126 ports-bugs molden port broken o [2003/10/03] ports/57552 ports-bugs cannot install www/frontpage: pkg_create: f [2003/10/06] ports/57644 ports-bugs [PATCH] changing CFLAGS and CPUTYPE respe o [2003/10/06] ports/57685 ports-bugs New Port: emulators/geepee32, the only GP o [2003/10/09] ports/57790 ports-bugs cdparanoia triggers kernel panic o [2003/10/09] ports/57793 ports-bugs New port: sysutils/ng_ipacct, Netgraf net o [2003/10/10] ports/57854 ports-bugs Port java/jboss3 is dependent on but does o [2003/10/12] ports/57897 ports-bugs Portupgrade of mplayer to latest version o [2003/10/13] ports/57956 ports-bugs New port: java/eclipse-pmd plugin o [2003/10/14] ports/58059 ports-bugs port math/ploticus needs GCC 3.x to compi 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/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/21] ports/58337 ports-bugs [supersedes ports/58142] Make science/mpb o [2003/10/23] ports/58461 ports-bugs Version 1.26 of sys/cdio.h breaks build o o [2003/10/24] ports/58482 ports-bugs net/poptop changed default PPP from /usr/ o [2003/10/24] ports/58500 ports-bugs New Port: www/emp is a cgi application th o [2003/10/25] ports/58513 ports-bugs net/ap-utils: fix libintl and libiconv de o [2003/10/26] ports/58589 ports-bugs [patch] Fix broken databases/msql o [2003/10/28] ports/58643 ports-bugs New port: games/pydance, a "dancing simul o [2003/10/30] ports/58724 ports-bugs `www/mod_perl' install MAN3 pages on in s o [2003/10/30] ports/58746 ports-bugs Update www/turck-mmcache to 2.4.4 o [2003/11/01] ports/58809 ports-bugs [PATCH] Update security/drweb to 4.30 o [2003/11/03] ports/58905 ports-bugs [security update]update bugzilla to 2.16. o [2003/11/04] ports/58920 ports-bugs lang/php4 compiles with unexcpected libs o [2003/11/04] ports/58925 ports-bugs bug in *BSD port of devel/libusb, with fi o [2003/11/04] ports/58943 ports-bugs [PATCH] apache.org changed their distribu o [2003/11/04] ports/58944 ports-bugs [MAINTAINER] www/mod_jk: update to 1.2.5 o [2003/11/06] ports/58998 ports-bugs [PATCH] Update security/drweb to 4.30 o [2003/11/09] ports/59088 ports-bugs Security problem in nvi-perl port o [2003/11/10] ports/59138 ports-bugs [PATCH] port multimedia/avifile fails to o [2003/11/10] ports/59148 ports-bugs security/snort update from 2.0.2 to 2.0.4 o [2003/11/10] ports/59159 ports-bugs ports irc/scrollz -- update -- fix for -C o [2003/11/12] ports/59238 ports-bugs math/gsl fails to build on Alpha o [2003/11/13] ports/59275 ports-bugs [PATCH] www/mod_musicindex: Fix build err o [2003/11/15] ports/59310 ports-bugs ports/java/jdk14 fails: no dir .../j2dsk- 81 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2001/01/12] ports/24299 ports-bugs New port sysutils/tpconfig: configure the o [2001/01/30] ports/24749 ports-bugs mysql323-server pkg-install script doesn' o [2001/02/07] ports/24940 ports-bugs net/scotty3: problem with Tnm::icmp echo o [2001/07/10] ports/28887 ports-bugs [PATCH] sandbox for httptunnel! o [2001/08/21] ports/29929 ports-bugs wginstall.pl script chokes on calculated o [2001/09/23] ports/30754 ports-bugs x11/dgs port overwrites a number of files o [2001/09/30] ports/30929 ports-bugs [net/pppoa] use usbd to initialize USB AD o [2001/11/11] ports/31910 ports-bugs comms/sms_client a [2001/11/12] ports/31943 ports-bugs mysql323-server port hostname look up fai 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/17] ports/33980 ports-bugs Can't use sgmltools-lite-3.0.0 port f [2002/02/02] ports/34550 ports-bugs ghostscript-gnu-nox11 portversion 6.51 fa 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/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 f [2002/05/22] ports/38406 ports-bugs lang/gcc31: incorrect .so in g++31.1 man 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/41400 ports-bugs sgmltools-lite update to 3.0.3 o [2002/08/19] ports/41784 ports-bugs vmware2 causes panic on recent -current 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/10] ports/42642 ports-bugs cfexecd needs symlink, cfexecd, cfservd a 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 f [2002/10/05] ports/43718 ports-bugs New port: x11-wm/icebgset (set IceWM back f [2002/10/07] ports/43764 ports-bugs New port: audio/wavemagic - An audio play o [2002/10/09] ports/43880 ports-bugs Names of Emacs ports are misleading o [2002/11/16] ports/45343 ports-bugs Metamail 2.7 incorrectly patched [PATCH] f [2002/11/26] ports/45771 ports-bugs OffiX printer doesn't find printer f [2002/11/30] ports/45886 ports-bugs New ports: japanese/trr* o [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd 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/27] ports/46570 ports-bugs x11/efancylauncher core dump as receiving f [2002/12/28] ports/46608 ports-bugs [NEW PORT] irc/epic4-devel: latest develo f [2003/01/09] ports/46904 ports-bugs new port: mail/vqregister o [2003/01/19] ports/47218 ports-bugs PostgreSQL client has problems when libbi o [2003/02/02] ports/47834 ports-bugs mysql-server-3.23.55 upgrade should be mo f [2003/02/03] ports/47862 ports-bugs Maintainer update: databases/mysql-gui (b f [2003/03/04] ports/48913 ports-bugs vtk does not compile with nvidia-drivers 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/04/08] bin/50724 ports-bugs [PATCH] pkg_fetch saves full filename o [2003/04/11] ports/50840 ports-bugs mail/squirrelmail - Port Docs in wrong lo o [2003/04/14] ports/50965 ports-bugs www/linux-flashplugin update to 6.0r79 f [2003/04/15] ports/50992 ports-bugs ports-bug: devel/kprof o [2003/04/15] ports/51005 ports-bugs New port of x11-wm/aquaosk, native window o [2003/04/15] ports/51013 ports-bugs New Port: multimedia/avidemux2 o [2003/04/17] ports/51087 ports-bugs spamass-milter can not be built with send 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/05/10] ports/52037 ports-bugs port multimedia/avifile fails to build (I o [2003/05/12] ports/52125 ports-bugs New port: x11-wm/ion-devel, The devel bra o [2003/05/12] ports/52132 ports-bugs New port: audio/prokyon3 Really nice mp3- o [2003/05/16] ports/52319 ports-bugs [NEW PORT]:: comms/qtpcr and fix to priv. f [2003/05/17] ports/52380 ports-bugs Configure problem in libggi f [2003/05/18] ports/52393 ports-bugs New port: x11-toolkits/py-sourceview is a 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 f [2003/06/02] ports/52877 ports-bugs Non-Maintainer-Update: mail/postfix add s o [2003/06/04] ports/52941 ports-bugs security/poc card-terminal problems f [2003/06/07] ports/53019 ports-bugs New Port: irc/kvirc3, an irc client based 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 mail/myldapklient, for LDAP serv 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 sysutils/runit, Gerrit Pape's ru 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: net/rude, rude and crude UDP tr o [2003/06/24] ports/53702 ports-bugs Port upgrade: devel/directfb o [2003/06/25] ports/53740 ports-bugs New port: science/fluka - Linux Monte Car f [2003/06/26] ports/53793 ports-bugs New port for security/sebeksniff o [2003/06/30] ports/53923 ports-bugs New Port: net/sipsak is a SIP test comman o [2003/07/01] ports/53983 ports-bugs New port: www/exuserfolder, Zope Extensib 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: www/zope-psycopg, database adap o [2003/07/03] ports/54060 ports-bugs new port devel/aegis o [2003/07/03] ports/54079 ports-bugs New port: www/formulator, Formulator for o [2003/07/04] ports/54095 ports-bugs New port: www/parsedxml, ParsedXML for Zo 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: textproc/aml o [2003/07/06] ports/54146 ports-bugs UPDATE: www/eddie - fix build with Erlang 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/54298 ports-bugs New port irc/kvirc, KVIrc 3.0.0 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 f [2003/07/11] ports/54408 ports-bugs [new port] ftp/prozgui o [2003/07/12] ports/54414 ports-bugs New port: misc/dasher, text entry system o [2003/07/16] ports/54550 ports-bugs [NEW PORT] www/zope-FileSystemSite: Enabl o [2003/07/16] ports/54553 ports-bugs New port: sysutils/growspd displays growt o [2003/07/18] ports/54617 ports-bugs New port: lang/freetxl s [2003/07/18] ports/54624 ports-bugs Update: net/gtk-gnutella f [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: www/mod_auth_pam2 (mod_auth_pam o [2003/07/24] ports/54812 ports-bugs New Port archivers/par2cmdline for verify o [2003/07/24] ports/54814 ports-bugs New port: hungarian/hunspell version 0.9. o [2003/07/25] ports/54841 ports-bugs Checksum mismatch on Linux-Realplayer por 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/57913 ports-bugs net/quagga port needs to be updated to re o [2003/10/12] ports/57930 ports-bugs [patch] sysutils/xmbmon: enable ADM9240 h o [2003/10/12] ports/57931 ports-bugs Update port: databases/grass to 5.0.2 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/57943 ports-bugs isc-dhcp3 port broken with lots of interf o [2003/10/14] ports/58010 ports-bugs [MAINTAINER] www/caudium-devel: update to 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/58032 ports-bugs New Port: textproc/liblingoteach 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/16] ports/58108 ports-bugs Update port: textproc/xhtml-1.1 (use xmlc a [2003/10/16] ports/58115 ports-bugs courier and pf, both want UID=62 fix eith o [2003/10/16] ports/58141 ports-bugs New port: security/radmind, a tripwire li o [2003/10/17] ports/58172 ports-bugs Fix-up of GPSMan for tk84 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 f [2003/10/18] ports/58199 ports-bugs net/kopete: it is not possible to build k f [2003/10/18] ports/58204 ports-bugs [maintainer update] x11-toolkits/gnocl o [2003/10/18] ports/58209 ports-bugs upgrade ports/math/ccmath to 2.2.1 f [2003/10/18] ports/58226 ports-bugs [patch] ftp/kwebget: unbreak on 5.x 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/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/20] ports/58280 ports-bugs [NEW PORT] mail/ja-squirrelmail: A webmai o [2003/10/20] ports/58290 ports-bugs [new port] www/monkey: A lightweight web o [2003/10/20] ports/58311 ports-bugs [update orphaned port] www/geeklog: updat o [2003/10/21] ports/58342 ports-bugs New port: graphics/ggiterm, a GGI-based A o [2003/10/21] ports/58343 ports-bugs New port: sysutils/dc42wrap o [2003/10/22] ports/58378 ports-bugs New port: security/xca o [2003/10/22] ports/58394 ports-bugs [maintainer patch] news/inn: Misc fixes a o [2003/10/22] ports/58395 ports-bugs [maintainer patch] news/inn-stable: updat o [2003/10/22] ports/58399 ports-bugs New port: java/phpeclipse - PHP Eclipse a o [2003/10/22] ports/58400 ports-bugs New port: java/phpeclipse_sql - PHPEclips o [2003/10/22] ports/58401 ports-bugs New port: java/phpeclipse_tidy - PHPEclip o [2003/10/22] ports/58402 ports-bugs New port: java/phpeclipse_phphelp - PHP a o [2003/10/23] ports/58417 ports-bugs New port mail/postfixadmin o [2003/10/23] ports/58423 ports-bugs Update port: print/foomatic-db-engine to o [2003/10/23] ports/58427 ports-bugs irc/lostirc: fix libintl and libiconv de o [2003/10/23] ports/58451 ports-bugs Update port: print/foomatic-db to 2003102 o [2003/10/23] ports/58460 ports-bugs Update port: print/foomatic-filters to 20 f [2003/10/23] ports/58466 ports-bugs lang/itcl: Update build for tcl8.4 o [2003/10/23] ports/58469 ports-bugs [Update] Port: net/dclib to 0.2.20 o [2003/10/24] ports/58479 ports-bugs mSQL does not compile using bison(1) o [2003/10/24] ports/58487 ports-bugs Update port: misc/detachtty: New upstream o [2003/10/24] ports/58489 ports-bugs New port: japanese/wikicker o [2003/10/24] ports/58492 ports-bugs [non maintainer fix] benchmarks/xengine: o [2003/10/24] ports/58502 ports-bugs devel/arm-elf-gcc295: fix build on -curre f [2003/10/25] ports/58511 ports-bugs biology/platon, broken port -> fixed o [2003/10/25] ports/58512 ports-bugs Update port: www/phpnuke f [2003/10/25] ports/58516 ports-bugs Update port: devel/asmutils o [2003/10/25] ports/58518 ports-bugs sysutils/lineakd: fix libintl and libicon o [2003/10/25] ports/58534 ports-bugs math/umfpack: installing header files. o [2003/10/25] ports/58535 ports-bugs New port: math/arpack++, an object-orient o [2003/10/25] ports/58536 ports-bugs New port: math/FreeFem++, an implementati o [2003/10/25] ports/58541 ports-bugs x11-fm/xfe: fix libintl and libiconv depe o [2003/10/25] ports/58553 ports-bugs New Port: www/web-traceroute o [2003/10/26] ports/58555 ports-bugs math/octave: fix linking with LAPACK o [2003/10/26] ports/58566 ports-bugs New port: net/scr-ipfm o [2003/10/26] ports/58576 ports-bugs new port editors/nxml-mode, mode for emac f [2003/10/26] ports/58578 ports-bugs new port: misc/kbedic, Bulgarian to Engli o [2003/10/27] ports/58601 ports-bugs version bump for audio/xmms-pipe o [2003/10/28] ports/58613 ports-bugs broken port (security/gnome-ssh-askpass) o [2003/10/28] ports/58646 ports-bugs New port: www/urchin, web traffic analysi o [2003/10/28] ports/58651 ports-bugs New port: converters/shftool o [2003/10/28] ports/58659 ports-bugs mysql ports should set CONFLICTS o [2003/10/28] ports/58661 ports-bugs New port: www/mozex, external programs in o [2003/10/28] ports/58662 ports-bugs New port: www/preferential, GUI interface o [2003/10/29] ports/58688 ports-bugs maintainer update of postfix-current o [2003/10/29] ports/58692 ports-bugs new port: x11-wm/xfce4-session o [2003/10/29] ports/58695 ports-bugs new port: textproc/docbook-420 o [2003/10/29] ports/58709 ports-bugs New port: net/ksambaplugin, a KDE 3.x Con o [2003/10/30] ports/58712 ports-bugs new port: x11-wm/xfce4-session o [2003/10/30] ports/58721 ports-bugs devel/libpci: Installation of pci/pci.h o [2003/10/30] ports/58725 ports-bugs Update port: lang/nml updated to 0.92a, f o [2003/10/30] ports/58754 ports-bugs New port: x11/xfce4-clipman-plugin o [2003/10/31] ports/58759 ports-bugs New port: x11-clocks/xfce4-datetime-plugi o [2003/10/31] ports/58767 ports-bugs New Port: multimedia/eMovix, a mini linux o [2003/10/31] ports/58776 ports-bugs Fixes for net/nagios-plugins o [2003/10/31] ports/58778 ports-bugs [non-maintainer] Update port: net/aim to o [2003/10/31] ports/58782 ports-bugs [maintainer-update] misc/lingoteach f [2003/10/31] ports/58785 ports-bugs qcad build breaks o [2003/10/31] ports/58788 ports-bugs Update port: sysutils/xfce4-systemload-pl o [2003/11/01] ports/58798 ports-bugs Update port: irc/bitlbee o [2003/11/01] ports/58819 ports-bugs New port: x11-fm/emelfm2: a fast, extensi o [2003/11/02] ports/58829 ports-bugs port upgrade: net/kopete to 0.7.3 o [2003/11/02] ports/58839 ports-bugs [PATCH] add gtk2 ability to games/freeciv o [2003/11/02] ports/58847 ports-bugs New port: french/mozilla-flp - Mozilla Fr o [2003/11/03] ports/58867 ports-bugs [UPDATE] cad/spice port repaired o [2003/11/03] ports/58889 ports-bugs [MAINTAINER UPDATE] editors/texmacs o [2003/11/03] ports/58895 ports-bugs Tweak port: www/rt3 o [2003/11/04] ports/58915 ports-bugs Update port: x11/xfce4-clipman-plugin o [2003/11/04] ports/58929 ports-bugs New port: www/p5-IMDB-Movie o [2003/11/04] ports/58942 ports-bugs reliability fix for holyshout port o [2003/11/04] ports/58945 ports-bugs [PATCH] www/jetspeed: use apache mirrors o [2003/11/04] ports/58948 ports-bugs new port: sysutils/apan, a tool for integ o [2003/11/04] ports/58950 ports-bugs update: net/nagios o [2003/11/05] ports/58987 ports-bugs mail/p5-Mail-GnuPG has missing dependency o [2003/11/05] ports/58988 ports-bugs New Port: games/cgoban2 KGS client and SG f [2003/11/06] ports/58996 ports-bugs Maintainer update: lang/alisp o [2003/11/06] ports/59004 ports-bugs Update port: audio/playmidi o [2003/11/06] ports/59013 ports-bugs audio/ripit: Add http proxy support o [2003/11/06] ports/59019 ports-bugs maintainer-update of security/nessus-* o [2003/11/06] ports/59020 ports-bugs maintainer-update of security/nessus-*-de o [2003/11/06] ports/59029 ports-bugs new port: sysutils/nagios-statd o [2003/11/07] ports/59047 ports-bugs [NEW PORT] multimedia/freevo: Freevo is a o [2003/11/08] ports/59059 ports-bugs New port: x11/silo: a simple X11 launcher f [2003/11/08] ports/59060 ports-bugs New port: deskutils/karmack o [2003/11/08] ports/59061 ports-bugs Error in NeverwinterNights install o [2003/11/08] ports/59064 ports-bugs New port net/xspeakfree 0.8.2 is a Tcl/Tk o [2003/11/09] ports/59076 ports-bugs An update for multimedia/xmms port (new k o [2003/11/09] ports/59077 ports-bugs New port: russian/xmms o [2003/11/09] ports/59092 ports-bugs [New Ports]:: www/drupal CMS o [2003/11/09] ports/59093 ports-bugs New port: chinese/oicq o [2003/11/09] ports/59094 ports-bugs [new port] www/mod_extract_forwarded2: mo o [2003/11/10] ports/59113 ports-bugs [maintainer update] www/harvest: Update t o [2003/11/10] ports/59114 ports-bugs New Port: net/gyach, a Yahoo! chat progra o [2003/11/10] ports/59115 ports-bugs [maintainer update] net/pear-Net_NNTP: up o [2003/11/10] ports/59139 ports-bugs Update port: x11/xlockmore to 5.10 and su o [2003/11/10] ports/59140 ports-bugs cad/spice patch to make it install o [2003/11/10] ports/59157 ports-bugs [New Port]:: www/moregroupware o [2003/11/11] ports/59168 ports-bugs ports/lang/gauche does not install info f o [2003/11/11] ports/59176 ports-bugs [NEW PORT] www/zope-archetypes o [2003/11/11] ports/59179 ports-bugs Simplify pkg-plist for java/jakarta-commo o [2003/11/11] ports/59180 ports-bugs [NEW PORT] net/arpwatch-devel o [2003/11/11] ports/59187 ports-bugs Maintainer update: java/java-checkstyle o [2003/11/12] ports/59212 ports-bugs [MAINTAINER UPDATE] update sysutils/linea o [2003/11/12] ports/59213 ports-bugs [PATCH] simplify pear-* ports o [2003/11/12] ports/59221 ports-bugs New port: news/fidogate-ds. A fresh branc o [2003/11/12] ports/59224 ports-bugs Workrave port does not compile o [2003/11/12] ports/59227 ports-bugs NEW PORT: astro/gdesklets-seti s [2003/11/12] ports/59239 ports-bugs new port audio/tse3, a midi library s [2003/11/12] ports/59243 ports-bugs new port audio/anthem, a KDE midi sequenc o [2003/11/13] ports/59250 ports-bugs Add ispell in polish category o [2003/11/13] ports/59252 ports-bugs New port : net/amule : aMule - aNOTHER eM o [2003/11/13] ports/59269 ports-bugs [PATCH] mail/mulberry: update to 3.1 a [2003/11/14] ports/59287 ports-bugs New Port: sysutils/k3b 0.10.2, A kde cd + o [2003/11/14] ports/59293 ports-bugs New port: deskutils/journal is a tool for o [2003/11/15] ports/59312 ports-bugs Code_Aster: upgrading to 7.2 (along with o [2003/11/16] ports/59323 ports-bugs MAINTAINER-UPDATE: amavisd-new-20030616.p o [2003/11/16] ports/59337 ports-bugs New port: graphics/p5-Tk-PNG is an extens o [2003/11/16] ports/59352 ports-bugs Update port: news/rawdog o [2003/11/16] ports/59354 ports-bugs [maintainer update] dns/bind9-sdb-mysql: o [2003/11/16] ports/59355 ports-bugs [maintainer update] www/apache13-ssl: upd o [2003/11/16] ports/59361 ports-bugs New Port: graphics/mingplot A tool to gen o [2003/11/17] ports/59365 ports-bugs maintainer update for ports/japanese/kapp o [2003/11/17] ports/59366 ports-bugs Update port: x11-wm/fluxbox-devel 0.9.5 - o [2003/11/17] ports/59370 ports-bugs sysutils/xw: Schedule for removal o [2003/11/17] ports/59371 ports-bugs new port: smb4k, KDE SMB network browser o [2003/11/17] ports/59372 ports-bugs New port: deskutils/ktagebuch o [2003/11/17] ports/59374 ports-bugs [Port Update]:: graphics/blender-devel 2. o [2003/11/17] ports/59377 ports-bugs fixed brokeness of security/hashish 372 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 11:10: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 A2DA716A4CE for ; Mon, 17 Nov 2003 11:10:43 -0800 (PST) Received: from lilbuddy.antsclimbtree.com (lilbuddy.antsclimbtree.com [216.27.183.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id A162B43F85 for ; Mon, 17 Nov 2003 11:10:38 -0800 (PST) (envelope-from mark@antsclimbtree.com) Received: from amore.antsclimbtree.com ([192.168.1.2]) by lilbuddy.antsclimbtree.com with asmtp (TLSv1:RC4-SHA:128) (Exim 4.24; FreeBSD 4.8) id 1ALomD-000JbU-0c; Mon, 17 Nov 2003 11:11:09 -0800 In-Reply-To: <20031117080359.GJ56603@procyon.firepipe.net> References: <56C01C88-18D1-11D8-86C7-000A278CC960@antsclimbtree.com> <20031117080359.GJ56603@procyon.firepipe.net> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Mark Edwards Date: Mon, 17 Nov 2003 11:10:33 -0800 To: Will Andrews X-Mailer: Apple Mail (2.606) X-Spam-Score: -4.9 (----) cc: ports@FreeBSD.org Subject: Re: Passing an argument to a 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, 17 Nov 2003 19:10:43 -0000 On Nov 17, 2003, at 12:03 AM, Will Andrews wrote: > On Sun, Nov 16, 2003 at 11:40:39PM -0800, Mark Edwards wrote: >> Can someone clue me in on how to pass a variable to a port during >> make? >> >> I am trying to customize the behavior of mail/imap-uw and >> mail/cclient. >> They ordinarily use unix mailbox format when creating new mailboxes, >> and I want them to create mbx format mailboxes. This is achieved by >> setting CREATEPROTO=mbxproto during compilation. For example: >> >> make osx CREATEPROTO=mbxproto >> >> achieves this on my OSX machine. However, I'm not sure how to pass >> this setting to the FreeBSD port. If I do: >> >> cd /usr/ports/mail/imap-uw >> make install CREATEPROTO=mbxproto >> >> it doesn't happen. Is there some way to pass a given argument to the >> make process from the make command in the port? > > make MAKE_ENV="CREATEPROTO=mbxproto" install > > There is also CONFIGURE_ENV. There are others but they are less > frequently useful. > > Note that if you pass a variable to "make" at the port level, it > affects how the _port_ behaves, not necessarily how the source it > encompasses is built. Unfortunately, that didn't do it. Using MAKE_ENV actually caused the build to fail. Using CONFIGURE_ENV had no effect at all. I'm not sure what you mean by the last sentence. How the port behaves? I simply want to pass a variable to imapd's make process. I want to influence how the source gets built. -- Mark Edwards From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 11:31:14 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 98C1616A4CE; Mon, 17 Nov 2003 11:31:14 -0800 (PST) Received: from util.inch.com (ns.inch.com [216.223.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C6943FE1; Mon, 17 Nov 2003 11:31:12 -0800 (PST) (envelope-from scott@inch.com) Received: from DellBSD.inch.com (DellBSD.inch.com [216.223.192.89]) hAHJVBaU015131; Mon, 17 Nov 2003 14:31:11 -0500 (EST) (envelope-from scott@inch.com) Received: by DellBSD.inch.com (Postfix, from userid 1000) id 644545C7D; Mon, 17 Nov 2003 14:31:11 -0500 (EST) Date: Mon, 17 Nov 2003 14:31:11 -0500 From: Scott Lambert To: freebsd-gnats-submit@FreeBSD.org, lambert@lambertfam.org Message-ID: <20031117193111.GA13258@DellBSD.inch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i cc: ports@FreeBSD.org Subject: Re: ports/57877: Update port: mail/mailman add option for using the htdig integration patches 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, 17 Nov 2003 19:31:14 -0000 This is a post-one-month ping to see if I can attract the attention of a committer. This patch is approved by the maintainer as of Oct 13th. >Arrival-Date > Sat Oct 11 22:00:32 PDT 2003 >Last-Modified > Mon Oct 13 11:50:18 PDT 2003 Basically, I am trying to make it easier for others, and especially myself, to install mailman with the htdig archive searching patches like lists.FreeBSD.org uses. I have it running on one mailing list. The only problem so far has been htdig's "rundig" shell script uses a temp dir to which user "mailman" can't write. But I think that is going to be a PR problem for the htdig port. -- Scott Lambert KC5MLE System Administrator From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 12:13: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 9203D16A4CE for ; Mon, 17 Nov 2003 12:13:56 -0800 (PST) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3719343FE0 for ; Mon, 17 Nov 2003 12:13:55 -0800 (PST) (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 BF47D242B; Tue, 18 Nov 2003 07:13:51 +1100 (EST) X-Viruscan-Id: <3FB92BFF0000DC6101491C1A@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 5DCC31E19; Tue, 18 Nov 2003 07:13:51 +1100 (EST) Received: from k7.mavetju (unknown [203.111.122.2]) by extmail-auth.barnet.com.au (Postfix) with ESMTP id DE4761E0C; Tue, 18 Nov 2003 07:13:50 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 222FF6A7101; Tue, 18 Nov 2003 07:13:48 +1100 (EST) Date: Tue, 18 Nov 2003 07:13:48 +1100 From: Edwin Groothuis To: Lewis Thompson Message-ID: <20031117201347.GO90377@k7.mavetju> References: <20031115123307.GA33995@lewiz.org> <20031116012936.GN59397@k7.mavetju> <20031117120848.GA14424@lewiz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031117120848.GA14424@lewiz.org> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: Handling port that requires GNU binutils (libiberty, libbfd). 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, 17 Nov 2003 20:13:56 -0000 On Mon, Nov 17, 2003 at 12:08:48PM +0000, Lewis Thompson wrote: > On Sun, Nov 16, 2003 at 12:29:37PM +1100, Edwin Groothuis wrote: > > On Sat, Nov 15, 2003 at 12:33:07PM +0000, Lewis Thompson wrote: > > > These are all part of binutils and as such are available in > > > /usr/obj/usr/src/gnu/usr.bin/binutils. However, they are not much > > > use to me there. > > > > You could copy them into your work directory in the post-fetch phase > > of the fetch phase of the port. > > Okay. I see what you're trying to get at but: > > a) Not everybody has the source installed, > and b) Not everybody has it compiled. > > Does anybody here think it would be acceptable for the port to require > the source? That doesn't seem a good idea to me. How would I go about > incorporating just libbfd and libiberty into my port? Is it possible? There are other ports which require it. Just do a grep for /usr/src in /usr/ports/*/Makefile: .if !exists(/usr/src/lib/libc) BROKEN= You need to have libc sources installed in /usr/src/lib/libc \ before compiling. .endif 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 Mon Nov 17 12:45: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 D626316A4CE for ; Mon, 17 Nov 2003 12:45:44 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6480143F75 for ; Mon, 17 Nov 2003 12:45:43 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAHKjgw5004415; Mon, 17 Nov 2003 15:45:42 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAHKiAHE000152; Mon, 17 Nov 2003 15:44:10 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: tom In-Reply-To: <1069081251.3fb8e2a382f9c@www.paniert.net> References: <1069021442.3fb7f902194ed@www.paniert.net> <1069023463.3752.30.camel@shumai.marcuscom.com> <1069081251.3fb8e2a382f9c@www.paniert.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0hON/vE4YReJkaPWMKPb" Organization: MarcusCom, Inc. Message-Id: <1069101939.737.52.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 17 Nov 2003 15:45:39 -0500 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 Subject: Re: gnome2 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, 17 Nov 2003 20:45:45 -0000 --=-0hON/vE4YReJkaPWMKPb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-17 at 10:00, tom wrote: > thanx for the tip; after reinstalling glib2 the compile did work but now = i hang > in the gstreamer-plugins: # rm -rf /usr/ports/multimedia/gstreamer-plugins # (cvsup ports) Then try the build again. Joe >=20 > ---snip------------- > gmake all-am > gmake[4]: Entering directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/gst/level= ' > source=3D'gstlevel.c' object=3D'libgstlevel_la-gstlevel.lo' libtool=3Dyes= \ > depfile=3D'.deps/libgstlevel_la-gstlevel.Plo' > tmpdepfile=3D'.deps/libgstlevel_la-gstlevel.TPlo' \ > depmode=3Dgcc /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../..= =20 > -I/usr/X11R6/include -I/usr/local/include -I../../gst-libs -D_THREAD_SAFE > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -I/usr/local/include/glib-2.= 0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 > -I/usr/local/include -I/usr/X11R6/include/gstreamer-0.6 =20 > -DGST_DISABLE_DEPRECATED -g -Wall -O -pipe -march=3Dk6 -I/usr/local/incl= ude -c -o > libgstlevel_la-gstlevel.lo `test -f 'gstlevel.c' || echo './'`gstlevel.c > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -I/usr/local/incl= ude > -I../../gst-libs -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS= =3D64 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/X11R6/include/gstreamer-0.6 -DGST_DISABLE_DEPRECATED -g -Wall -O -= pipe > -march=3Dk6 -I/usr/local/include -c gstlevel.c > -Wp,-MD,.deps/libgstlevel_la-gstlevel.TPlo -fPIC -DPIC -o > libgstlevel_la-gstlevel.lo > In file included from gstlevel.c:190: > filter.func: In function `gst_level_fast_16bit_chain': > filter.func:15: syntax error before `normalizer' > filter.func:30: `normalizer' undeclared (first use in this function) > filter.func:30: (Each undeclared identifier is reported only once > filter.func:30: for each function it appears in.) > In file included from gstlevel.c:195: > filter.func: In function `gst_level_fast_8bit_chain': > filter.func:15: syntax error before `normalizer' > filter.func:30: `normalizer' undeclared (first use in this function) > gmake[4]: *** [libgstlevel_la-gstlevel.lo] Error 1 > gmake[4]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/gst/level= ' > gmake[3]: *** [all] Error 2 > gmake[3]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/gst/level= ' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/gst' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4' > gmake: *** [all] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/multimedia/gstreamer-plugins. >=20 > ----------------------- >=20 > i already did another make clean but the error did not change... >=20 > tom >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-0hON/vE4YReJkaPWMKPb 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/uTNzb2iPiv4Uz4cRAlHHAJoC/Fy/BGJV4tyOEZTbKYOU/g/lCQCfc1uk apOb+D05ljSxhD20H+kiHkM= =Qgbj -----END PGP SIGNATURE----- --=-0hON/vE4YReJkaPWMKPb-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 13:41: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 B307416A4CE for ; Mon, 17 Nov 2003 13:41:15 -0800 (PST) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02-qfe0.nyroc.rr.com [24.24.2.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8676643F75 for ; Mon, 17 Nov 2003 13:41:14 -0800 (PST) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-59-143-77.twcny.rr.com [24.59.143.77]) hAHLfB3F006966 for ; Mon, 17 Nov 2003 16:41:12 -0500 (EST) Message-ID: <3FB9404E.8020502@twcny.rr.com> Date: Mon, 17 Nov 2003 16:40:30 -0500 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 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 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: acroread5 will not start 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, 17 Nov 2003 21:41:15 -0000 Please CC me. I do not subscribe to PORTS. Thanks... I'm trying to configure mozilla to call acroread5 for pdf files. This is a 5.1-CURRENT from October of '03 (I stay back from the edge some ;-) According to pkg_info, I have acroread-5.08 installed. This is what it's giving me: $ acroread5 ELF binary type "3" not known. /usr/local/Acrobat5/Reader/intellinux/bin/acroread: 1: Syntax error: "(" unexpected $ This smells like a compatability module problem. I tried searching questions and ports but I didn't find anything talking about ELF binary types. TIA for any help... From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 14:07: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 EF9E716A4CE for ; Mon, 17 Nov 2003 14:07:55 -0800 (PST) Received: from freebsd.org.ru (freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B384F43FBD for ; Mon, 17 Nov 2003 14:07:54 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 80CCA1A9; Tue, 18 Nov 2003 01:07:52 +0300 (MSK) Date: Tue, 18 Nov 2003 01:07:52 +0300 From: "Sergey A. Osokin" To: Tom Parquette Message-ID: <20031117220752.GT85661@freebsd.org.ru> References: <3FB9404E.8020502@twcny.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FB9404E.8020502@twcny.rr.com> User-Agent: Mutt/1.5.5.1i cc: freebsd-ports@FreeBSD.org Subject: Re: acroread5 will not start 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: Mon, 17 Nov 2003 22:07:56 -0000 On Mon, Nov 17, 2003 at 04:40:30PM -0500, Tom Parquette wrote: > Please CC me. I do not subscribe to PORTS. Thanks... > > I'm trying to configure mozilla to call acroread5 for pdf files. > This is a 5.1-CURRENT from October of '03 (I stay back from the edge > some ;-) > According to pkg_info, I have acroread-5.08 installed. > > This is what it's giving me: > $ acroread5 > ELF binary type "3" not known. > /usr/local/Acrobat5/Reader/intellinux/bin/acroread: 1: Syntax error: "(" > unexpected > $ > > This smells like a compatability module problem. > I tried searching questions and ports but I didn't find anything talking > about ELF binary types. > > TIA for any help... Looks like linux kernel module unloadable. $ kldload linux then try again. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 15:27: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 7F64016A4CF for ; Mon, 17 Nov 2003 15:27:00 -0800 (PST) Received: from cloudburst.umist.ac.uk (cloudburst.umist.ac.uk [130.88.119.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06FA643FE9 for ; Mon, 17 Nov 2003 15:26:59 -0800 (PST) (envelope-from lewiz@black.lewiz.org) Received: from lh014.halls.umist.ac.uk ([130.88.163.14] helo=yellow.lewiz.org) by cloudburst.umist.ac.uk with esmtp (Exim 4.24) id 1ALsll-000106-HM for ports@freebsd.org; Mon, 17 Nov 2003 23:26:57 +0000 Received: from black.lewiz.org ([192.168.0.12]) by mail.lewiz.org with smtp (Exim 4.24; FreeBSD 4.9) id 1ALslt-000HdL-Fd for ports@freebsd.org; Mon, 17 Nov 2003 23:27:05 +0000 Received: (nullmailer pid 85235 invoked by uid 4001); Mon, 17 Nov 2003 23:27:33 -0000 Date: Mon, 17 Nov 2003 23:27:33 +0000 From: Lewis Thompson To: ports@freebsd.org Message-ID: <20031117232732.GA85218@lewiz.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yEPQxsgoJgBvi8ip" Content-Disposition: inline X-GPG-Fingerprint: 90A4 939E 3847 A3E4 8103 2A48 22DA B428 542F ED3F X-GPG-Info: http://www.westwood.karoo.net/pgpkey / horowitz.surfnet.nl User-Agent: Mutt/1.5.4i X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean Subject: komodo port. Suitable? 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, 17 Nov 2003 23:27:00 -0000 --yEPQxsgoJgBvi8ip Content-Type: multipart/mixed; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've attached the Makefile from the Komodo port I am creating. I am trying to determine whether or not the method of using libiberty and libbfd is suitable. Right now it requires that libiberty.a and libbfd.a exist in /usr/obj. Could somebody please confirm this is an acceptable method of going about this before I submit the port? Thanks very much, -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |- --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=Makefile # New ports collection makefile for: komodo # Date created: 24 October 2003 # Whom: Lewis Thompson # # $FreeBSD$ # PORTNAME= komodo PORTVERSION= 0.9.16 CATEGORIES= devel MASTER_SITES= http://www.cs.man.ac.uk/~brejc8/kmd/dist/ DISTNAME= KMD-${PORTVERSION} MAINTAINER= purple@lewiz.net COMMENT= A graphical ARM debugger RUN_DEPENDS= ${LOCALBASE}/arm-elf/bin/ld:${PORTSDIR}/devel/arm-elf-binutils USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L/usr/obj/usr/src/gnu/usr.bin/binutils/libiberty \ -L/usr/obj/usr/src/gnu/usr.bin/binutils/libbfd" \ CFLAGS="-I${LOCALBASE}/include -I/usr/src/contrib/binutils/include" .if defined(WITH_SIMPLE) CONFIGURE_ARGS+= --enable-simple-interface .endif LDFLAGS+= -L${LOCALBASE}/lib -L/usr/obj/usr/src/gnu/usr.bin/binutils/libiberty \ -L/usr/obj/usr/src/gnu/usr.bin/binutils/libbfd .if !exists(/usr/obj/usr/src/gnu/usr.bin/binutils/libiberty/libiberty.a) \ || !exists(/usr/obj/usr/src/gnu/usr.bin/binutils/libbfd/libbfd.a) BROKEN= Compiled libiberty and libbfd libraries are required for compilation. \ These are provided with ``make buildworld'' .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/flash ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/jimulator ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/kmd ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/kmd_emulmips ${PREFIX}/bin .include --dDRMvlgZJXvWKvBx-- --yEPQxsgoJgBvi8ip Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/uVlkItq0KFQv7T8RAhAdAKCD8LNbVg5jEztvJRsP2+bwk8MCPACfbzPU KnAWPN7IRT5e9GaTKIW1aZ0= =llG2 -----END PGP SIGNATURE----- --yEPQxsgoJgBvi8ip-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 17:43:57 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 E84AC16A4CE for ; Mon, 17 Nov 2003 17:43:57 -0800 (PST) Received: from mail.paniert.net (chello062178226236.14.15.vie.surfer.at [62.178.226.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C6343FB1 for ; Mon, 17 Nov 2003 17:43:55 -0800 (PST) (envelope-from tom@www.paniert.net) Received: from www.paniert.net (imap.paniert.net [10.1.2.2]) by mail.paniert.net (8.12.2/8.12.6) with ESMTP id hAI1htqw037072; Tue, 18 Nov 2003 02:43:55 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from localhost (localhost [127.0.0.1]) by www.paniert.net (8.12.8p2/8.12.8) with ESMTP id hAI1hq6u001307; Tue, 18 Nov 2003 02:43:52 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from jackson (jackson [10.1.2.56]) by www.paniert.net (IMP) with HTTP for ; Tue, 18 Nov 2003 02:43:51 +0100 Message-ID: <1069119831.3fb9795788cb1@www.paniert.net> Date: Tue, 18 Nov 2003 02:43:51 +0100 From: tom To: Joe Marcus Clarke References: <1069021442.3fb7f902194ed@www.paniert.net> <1069023463.3752.30.camel@shumai.marcuscom.com> <1069081251.3fb8e2a382f9c@www.paniert.net> <1069101939.737.52.camel@gyros> In-Reply-To: <1069101939.737.52.camel@gyros> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 10.1.2.56 cc: ports Subject: Re: gnome2 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: Tue, 18 Nov 2003 01:43:58 -0000 hi me again, somehow the gnome2 port sucks.... i did as u suggested. cvsupped again ( didn´t do a rebuild) but had fortunately a rcs source by hand... now it hangs with quite another compile problem: ----snip-------- cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I../../gst-libs -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gstreamer-0.6 -DGST_DISABLE_DEPRECATED -g -Wall -I/usr/local/include -O -pipe -march=k6 -I/usr/local/include -c gstaf.c -Wp,-MD,.deps/libgstaudiofile_la-gstaf.TPlo -fPIC -DPIC -o .libs/libgstaudiofile_la-gstaf.lo In file included from gstaf.c:23: gstafparse.h:68: syntax error before `AFvirtualfile' gmake[3]: *** [libgstaudiofile_la-gstaf.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/ext/audiofile' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/ext' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/gstreamer-plugins. pls give me a hint how i can debug that problem and perhaps then offer u more infos! best regards, tom > On Mon, 2003-11-17 at 10:00, tom wrote: > > > thanx for the tip; after reinstalling glib2 the compile did work but now i > hang > > in the gstreamer-plugins: > > # rm -rf /usr/ports/multimedia/gstreamer-plugins > # (cvsup ports) > > Then try the build again. > > Joe > From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 18:55: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 7604F16A4CF for ; Mon, 17 Nov 2003 18:55:13 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A85843FDD for ; Mon, 17 Nov 2003 18:55:10 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hAI2sQ0T080470; Tue, 18 Nov 2003 03:54:26 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hAI2sQDP080469; Tue, 18 Nov 2003 03:54:26 +0100 (CET) (envelope-from simon) Date: Tue, 18 Nov 2003 03:54:25 +0100 From: Simon Barner To: tom Message-ID: <20031118025425.GA20089@zi025.glhnet.mhn.de> References: <1069021442.3fb7f902194ed@www.paniert.net> <1069023463.3752.30.camel@shumai.marcuscom.com> <1069081251.3fb8e2a382f9c@www.paniert.net> <1069101939.737.52.camel@gyros> <1069119831.3fb9795788cb1@www.paniert.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <1069119831.3fb9795788cb1@www.paniert.net> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: ports Subject: Re: gnome2 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: Tue, 18 Nov 2003 02:55:13 -0000 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable tom: > hi me again, > somehow the gnome2 port sucks.... *Cough, cough*. This is a _volunteer_ project, and people are contributing quite a lot of both time and nerves! > i did as u suggested. cvsupped again ( didn?t > do a rebuild) but had fortunately a rcs source by hand... now it hangs wi= th > quite another compile problem: >=20 > ----snip-------- > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -I/usr/local/incl= ude > -I../../gst-libs -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS= =3D64 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/X11R6/include/gstreamer-0.6 -DGST_DISABLE_DEPRECATED -g -Wall > -I/usr/local/include -O -pipe -march=3Dk6 -I/usr/local/include -c gstaf.c > -Wp,-MD,.deps/libgstaudiofile_la-gstaf.TPlo -fPIC -DPIC -o > .libs/libgstaudiofile_la-gstaf.lo > In file included from gstaf.c:23: > gstafparse.h:68: syntax error before `AFvirtualfile' > gmake[3]: *** [libgstaudiofile_la-gstaf.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/ext/audio= file' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/ext' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4' > gmake: *** [all] Error 2 > *** Error code 2 > Stop in /usr/ports/multimedia/gstreamer-plugins. >=20 > pls give me a hint how i can debug that problem and perhaps then offer u = more infos! > best regards, This works for me on -stable. Which version of FreeBSD are you running? Give us a list of installed ports. If you are running -current, and you updated recently, rebuilding devel/gnomevfs2 might fix the problem for you (search for statfs update in the archives) Simon --pf9I7BMVVzbSWLtt 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/uYnhCkn+/eutqCoRAgTZAJwPEmlFsBVOHcySyhOuoYYRgG1bOwCg2tiL BHnZPD0vI0Cy42ubR6CP3qg= =L7tQ -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 19:42:16 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 6BD1B16A4CE for ; Mon, 17 Nov 2003 19:42:16 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CC243FE3 for ; Mon, 17 Nov 2003 19:42:15 -0800 (PST) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp137-251.dialup.mtu-net.ru [62.118.137.251]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 328B9FA11D for ; Tue, 18 Nov 2003 06:42:12 +0300 (MSK) (envelope-from sem@ciam.ru) Message-ID: <3FB99517.4000701@ciam.ru> Date: Tue, 18 Nov 2003 06:42:15 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: RFC: PR/59392. add filesize field in distinfo 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, 18 Nov 2003 03:42:16 -0000 Pleace comment it. --- Sem. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 23:38: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 B150216A4CE for ; Mon, 17 Nov 2003 23:38:59 -0800 (PST) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id DEDEB43FE1 for ; Mon, 17 Nov 2003 23:38:57 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: (qmail 7643 invoked from network); 18 Nov 2003 07:38:45 -0000 Received: from dom.kolobov.com (HELO kolobov.com) (213.247.180.114) by outpost.globcon.net (62.141.88.161) with SMTP; 18 Nov 2003 07:38:45 -0000 Received: (qmail 812 invoked by uid 911); 18 Nov 2003 07:38:15 -0000 Date: Tue, 18 Nov 2003 10:38:15 +0300 From: Sergei Kolobov To: Scott Lambert Message-ID: <20031118073815.GA688@chetwood.ru> Mail-Followup-To: Scott Lambert , ports@FreeBSD.org References: <20031117193111.GA13258@DellBSD.inch.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: <20031117193111.GA13258@DellBSD.inch.com> User-Agent: Mutt/1.5.3i X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on outpost.globcon.net X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 cc: ports@FreeBSD.org Subject: Re: ports/57877: Update port: mail/mailman add option for using the htdig integration patches 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, 18 Nov 2003 07:38:59 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2003-11-17 at 14:31 -0500, Scott Lambert wrote: > This is a post-one-month ping to see if I can attract the attention of a > committer. I'll take care of it. Sergei --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/ucxnFOxuaTulNAERAl4jAKCR3Z1WJ9TW1g9ksWB7ecV3uxx21ACfbdph W9wRWr67wO67QKRXLtGQcko= =4lEE -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 04:01: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 B238F16A4CE for ; Tue, 18 Nov 2003 04:01:06 -0800 (PST) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4CC43FA3 for ; Tue, 18 Nov 2003 04:01:05 -0800 (PST) (envelope-from root@reifenberger.com) Received: from fwd08.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1AM4XV-00046X-03; Tue, 18 Nov 2003 13:01:01 +0100 Received: from nihil.reifenberger.com (XHny8sZlZeY4R8DIplxkhO417lm6V-MZJ7C0oAju7+Vn7U+BuOW3Ez@[217.232.212.16]) by fmrl08.sul.t-online.com with esmtp id 1AM4XF-1KAK3c0; Tue, 18 Nov 2003 13:00:45 +0100 Received: from nihil.reifenberger.com (localhost.reifenberger.com [127.0.0.1]) hAID0gnI002536; Tue, 18 Nov 2003 14:00:42 +0100 (CET) (envelope-from root@reifenberger.com) Received: from localhost (root@localhost)hAID0cQ6002533; Tue, 18 Nov 2003 14:00:42 +0100 (CET) Date: Tue, 18 Nov 2003 14:00:38 +0100 (CET) From: Michael Reifenberger To: orlando.bassotto@ieo-research.it, vsilyaev@mindspring.com Message-ID: <20031118135410.P1641@nihil.reifenberger.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Seen: false X-ID: XHny8sZlZeY4R8DIplxkhO417lm6V-MZJ7C0oAju7+Vn7U+BuOW3Ez@t-dialin.net cc: FreeBSD-Ports Subject: compiling vmware3 under -current 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, 18 Nov 2003 12:01:06 -0000 Hi, after the recent kernel changes in -current I'm not able to compile the vmmon distribution: ... /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/freebsd/driver.c /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/freebsd/driver.c:303:35: i386/isa/intr_machdep.h: No such file or directory /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/include/vm_asm.h: In function `Div643264': /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/include/vm_asm.h:1033: warning: use of memory input without lvalue in asm operand 4 is deprecated *** Error code 1 Stop in /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only. *** Error code 1 Stop in /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only. *** Error code 1 Stop in /usr/ports/emulators/vmware3/work/vmware-distrib. *** Error code 1 Stop in /usr/ports/emulators/vmware3. *** Error code 1 Stop in /usr/ports/emulators/vmware3. ... Any clues? Bye! ---- Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS FreeBSD is BSD, UNIX(tm) is a BSD-like OS From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 04:11: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 8407016A4CE for ; Tue, 18 Nov 2003 04:11:48 -0800 (PST) Received: from mail.dehumanizer.com (a213-22-8-177.netcabo.pt [213.22.8.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B1843FB1 for ; Tue, 18 Nov 2003 04:11:47 -0800 (PST) (envelope-from pedro@dehumanizer.com) Received: from localhost (localhost [127.0.0.1]) by mail.dehumanizer.com (Postfix) with ESMTP id 484712F8E0; Tue, 18 Nov 2003 12:11:02 +0000 (WET) Received: from mail.dehumanizer.com ([127.0.0.1]) by localhost (kai.dehumanizer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15870-01; Tue, 18 Nov 2003 12:11:00 +0000 (WET) Received: by mail.dehumanizer.com (Postfix, from userid 80) id C4AFA2F8D9; Tue, 18 Nov 2003 12:11:00 +0000 (WET) Received: from 213.22.8.177 (proxying for 62.169.69.5) (SquirrelMail authenticated user deh); by www.dehumanizer.com with HTTP; Tue, 18 Nov 2003 12:11:00 -0000 (WET) Message-ID: <4266.213.22.8.177.1069157460.squirrel@213.22.8.177> Date: Tue, 18 Nov 2003 12:11:00 -0000 (WET) From: "Pedro Timoteo" To: absinthe@pobox.com User-Agent: SquirrelMail/1.4.3 [CVS] X-Mailer: SquirrelMail/1.4.3 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at dehumanizer.com cc: ports@FreeBSD.org Subject: FreeBSD Port: igal-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: Tue, 18 Nov 2003 12:11:48 -0000 Hi. Are you going to update the iGal port to 1.4? It's been out for some months now... Thanks, Pedro From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 04:19: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 A896316A4CE for ; Tue, 18 Nov 2003 04:19:39 -0800 (PST) Received: from mail.caraldi.com (caraldi.com [62.212.102.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F9543F93 for ; Tue, 18 Nov 2003 04:19:38 -0800 (PST) (envelope-from jbq@caraldi.com) Received: from watt.intra.caraldi.com (watt.intra.caraldi.com [192.168.100.101]) by mail.caraldi.com (Postfix) with ESMTP id 05D8B2190 for ; Tue, 18 Nov 2003 13:19:37 +0100 (CET) Received: by watt.intra.caraldi.com (Postfix, from userid 1001) id 5BB2673; Tue, 18 Nov 2003 13:19:37 +0100 (CET) Date: Tue, 18 Nov 2003 13:19:37 +0100 From: Jean-Baptiste Quenot To: ports Message-ID: <20031118121935.GA1180@watt.intra.caraldi.com> Mail-Followup-To: ports References: <1069021442.3fb7f902194ed@www.paniert.net> <1069023463.3752.30.camel@shumai.marcuscom.com> <1069081251.3fb8e2a382f9c@www.paniert.net> <1069101939.737.52.camel@gyros> <1069119831.3fb9795788cb1@www.paniert.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <1069119831.3fb9795788cb1@www.paniert.net> User-Agent: Mutt/1.5.5.1i Subject: Re: gnome2 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: Tue, 18 Nov 2003 12:19:39 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * tom: > somehow the gnome2 port sucks... You might not know that the person trying to help you is actually the maintainer of the Gnome ports. Spitting on one's work has never helped improving it AFAIK. Keep your rudeness for you. You're warned! --=20 Jean-Baptiste Quenot http://caraldi.com/jbq/ --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/ug5W9xx3BCMc9gsRAsYkAJ4mkdL0wZUijztK38Frwa9YS4BbIQCaA548 7CZkWuTMKXcp1tdhWF7s6vA= =pfv5 -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 04:19: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 7271B16A4CE for ; Tue, 18 Nov 2003 04:19:47 -0800 (PST) Received: from freebsd.org.ru (www.freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9993743FB1 for ; Tue, 18 Nov 2003 04:19:46 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id DA7F21B4; Tue, 18 Nov 2003 15:19:44 +0300 (MSK) Date: Tue, 18 Nov 2003 15:19:44 +0300 From: "Sergey A. Osokin" To: Michael Reifenberger Message-ID: <20031118121944.GF85661@freebsd.org.ru> References: <20031118135410.P1641@nihil.reifenberger.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031118135410.P1641@nihil.reifenberger.com> User-Agent: Mutt/1.5.5.1i cc: FreeBSD-Ports cc: vsilyaev@mindspring.com cc: orlando.bassotto@ieo-research.it Subject: Re: compiling vmware3 under -current 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: Tue, 18 Nov 2003 12:19:47 -0000 On Tue, Nov 18, 2003 at 02:00:38PM +0100, Michael Reifenberger wrote: > Hi, > after the recent kernel changes in -current I'm not able to compile the vmmon > distribution: > ... > /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/freebsd/driver.c > /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/freebsd/driver.c:303:35: > i386/isa/intr_machdep.h: No such file or directory > /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/include/vm_asm.h: In > function `Div643264': > /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/include/vm_asm.h:1033: > warning: use of memory input without lvalue in asm operand 4 is deprecated > *** Error code 1 > > Stop in /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only. > *** Error code 1 > > Stop in /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only. > *** Error code 1 > > Stop in /usr/ports/emulators/vmware3/work/vmware-distrib. > *** Error code 1 > > Stop in /usr/ports/emulators/vmware3. > *** Error code 1 > > Stop in /usr/ports/emulators/vmware3. > ... > > Any clues? AFAIK some clues can be found at the following PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/59405 -- 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 Nov 18 04:52: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 395D016A4CE for ; Tue, 18 Nov 2003 04:52:22 -0800 (PST) Received: from mail.paniert.net (chello062178226236.14.15.vie.surfer.at [62.178.226.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5353E43FBD for ; Tue, 18 Nov 2003 04:52:19 -0800 (PST) (envelope-from tom@www.paniert.net) Received: from www.paniert.net (imap.paniert.net [10.1.2.2]) by mail.paniert.net (8.12.2/8.12.6) with ESMTP id hAICqUqw038047; Tue, 18 Nov 2003 13:52:31 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from localhost (localhost [127.0.0.1]) by www.paniert.net (8.12.8p2/8.12.8) with ESMTP id hAICqG6u082404; Tue, 18 Nov 2003 13:52:16 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from jackson (jackson [10.1.2.56]) by www.paniert.net (IMP) with HTTP for ; Tue, 18 Nov 2003 13:52:15 +0100 Message-ID: <1069159935.3fba15ff7c9c8@www.paniert.net> Date: Tue, 18 Nov 2003 13:52:15 +0100 From: tom To: Simon Barner References: <1069021442.3fb7f902194ed@www.paniert.net> <1069023463.3752.30.camel@shumai.marcuscom.com> <1069081251.3fb8e2a382f9c@www.paniert.net> <1069101939.737.52.camel@gyros> <1069119831.3fb9795788cb1@www.paniert.net> <20031118025425.GA20089@zi025.glhnet.mhn.de> In-Reply-To: <20031118025425.GA20089@zi025.glhnet.mhn.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-MOQ1069159935627ccd74f51dab711613fbbe0a8db493" User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 10.1.2.56 cc: ports Subject: Re: gnome2 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: Tue, 18 Nov 2003 12:52:22 -0000 This message is in MIME format. ---MOQ1069159935627ccd74f51dab711613fbbe0a8db493 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit > tom: > > hi me again, > > somehow the gnome2 port sucks.... > > *Cough, cough*. This is a _volunteer_ project, and people are contributing > quite a lot of both time and nerves! hi all to committers and freebsd people, i am SORRY; i use frebsd and the ports collection for 4 years now and i know that all of it IS great stuff and i love it for that; if i have an option when installing a new os my first guess fbsd!! i didnt want to express an opinion but was rather really nerveless by making no progress.... sorry again and simon: i did as u suggested but i didnt help; i am running 4.8-RELEASE-p13 and my installed ports are listed in the attachment. regards tom ps. the compile problem didnt change > > > i did as u suggested. cvsupped again ( didn?t > > do a rebuild) but had fortunately a rcs source by hand.. now it hangs > with > > quite another compile problem: > > > > ----snip-------- > > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include > -I/usr/local/include > > -I../../gst-libs -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > > -I/usr/local/include/libxml2 -I/usr/local/include > > -I/usr/X11R6/include/gstreamer-0.6 -DGST_DISABLE_DEPRECATED -g -Wall > > -I/usr/local/include -O -pipe -march=k6 -I/usr/local/include -c gstaf.c > > -Wp,-MD,.deps/libgstaudiofile_la-gstaf.TPlo -fPIC -DPIC -o > > .libs/libgstaudiofile_la-gstaf.lo > > In file included from gstaf.c:23: > > gstafparse.h:68: syntax error before `AFvirtualfile' > > gmake[3]: *** [libgstaudiofile_la-gstaf.lo] Error 1 > > gmake[3]: Leaving directory > > > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/ext/audiofile' > > gmake[2]: *** [all-recursive] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/ext' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory > > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4' > > gmake: *** [all] Error 2 > > *** Error code 2 > > Stop in /usr/ports/multimedia/gstreamer-plugins. > > > > pls give me a hint how i can debug that problem and perhaps then offer u > more infos! > > best regards, > > This works for me on -stable. > > Which version of FreeBSD are you running? > Give us a list of installed ports. > > If you are running -current, and you updated recently, rebuilding > devel/gnomevfs2 might fix the problem for you (search for statfs update > in the archives) > > Simon > ---MOQ1069159935627ccd74f51dab711613fbbe0a8db493 Content-Type: application/octet-stream; name="pkg_list" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="pkg_list" SGVybWVzLTEuMy4zICAgICAgICBGYXN0IHBpeGVsIGZvcm1hdHMgY29udmVyc2lvbiBsaWJyYXJ5 CkltYWdlTWFnaWNrLTUuNS42XzMgSW1hZ2UgcHJvY2Vzc2luZyB0b29scyAoaW50ZXJhY3RpdmUg b3B0aW9uYWwtLW1pc2MvZGlzcGxheSAKT1JCaXQtMC41LjE3XzEgICAgICBIaWdoLXBlcmZvcm1h bmNlIENPUkJBIE9SQiB3aXRoIHN1cHBvcnQgZm9yIHRoZSBDIGxhbmd1YWdlCk9SQml0Mi0yLjgu MiAgICAgICAgSGlnaC1wZXJmb3JtYW5jZSBDT1JCQSBPUkIgd2l0aCBzdXBwb3J0IGZvciB0aGUg QyBsYW5ndWFnZQpTYWJsb3QtMS4wICAgICAgICAgIFhNTCB0b29sa2l0IGltcGxlbWVudGluZyBY U0xUIDEuMCwgWFBhdGggMS4wIGFuZCBET00gTGV2ZWwyClhGcmVlODYtU2VydmVyLTQuMy4wXzEy IFhGcmVlODYtNCBYIHNlcnZlciBhbmQgcmVsYXRlZCBwcm9ncmFtcwpYRnJlZTg2LWFvdXRsaWJz LTMuMy42LjkgWEZyZWU4NiBhLm91dCBjb21wYXRpYmlsaXR5IGxpYnJhcmllcwpYRnJlZTg2LWNs aWVudHMtNC4zLjBfNSBYRnJlZTg2LTQgY2xpZW50IHByb2dyYW1zIGFuZCByZWxhdGVkIGZpbGVz ClhGcmVlODYtZG9jdW1lbnRzLTQuMy4wIFhGcmVlODYtNCBkb2N1bWVudGF0aW9uClhGcmVlODYt Zm9udEVuY29kaW5ncy00LjMuMCBYRnJlZTg2LTQgZm9udCBlbmNvZGluZyBmaWxlcwpYRnJlZTg2 LWZvbnRTY2FsYWJsZS00LjMuMCBYRnJlZTg2LTQgc2NhbGFibGUgZm9udHMKWEZyZWU4Ni1saWJy YXJpZXMtNC4zLjBfNiBYRnJlZTg2LTQgbGlicmFyaWVzIGFuZCBoZWFkZXJzClhmdC0yLjEuMiAg ICAgICAgICAgQSBjbGllbnQtc2lkZWQgZm9udCBBUEkgZm9yIFggYXBwbGljYXRpb25zCmFhbGli LTEuNC5yNV8xICAgICAgQW4gYXNjaWkgYXJ0IGxpYnJhcnkKYWZtLTEuMCAgICAgICAgICAgICBB ZG9iZSBGb250IE1ldHJpY3MKYXRrLTEuNC4wICAgICAgICAgICBBIEdOT01FIGFjY2Vzc2liaWxp dHkgdG9vbGtpdCAoQVRLKQphdXRvY29uZi0yLjEzLjAwMDIyN181IEF1dG9tYXRpY2FsbHkgY29u ZmlndXJlIHNvdXJjZSBjb2RlIG9uIG1hbnkgVW4qeCBwbGF0Zm9ybXMgCmF1dG9jb25mLTIuNTNf MSAgICAgQXV0b21hdGljYWxseSBjb25maWd1cmUgc291cmNlIGNvZGUgb24gbWFueSBVbip4IHBs YXRmb3JtcwphdXRvbWFrZTE0LTEuNC41XzkgIEdOVSBTdGFuZGFyZHMtY29tcGxpYW50IE1ha2Vm aWxlIGdlbmVyYXRvciAobGVnYWN5IHZlcnNpb24gCmJpc29uLTEuNzVfMSAgICAgICAgQSBwYXJz ZXIgZ2VuZXJhdG9yIGZyb20gRlNGLCAobW9zdGx5KSBjb21wYXRpYmxlIHdpdGggWWFjYwpibGFk ZWVuYy0wLjkyICAgICAgIE1QMyBlbmNvZGVyCmJvbm9iby0xLjAuMjIgICAgICAgVGhlIGNvbXBv bmVudCBhbmQgY29tcG91bmQgZG9jdW1lbnQgc3lzdGVtIGZvciBHTk9NRQpib3h0b29scy0wLjY1 LjAgICAgIFN0eWxlIHRvb2xzIGZvciB0aGUgYmxhY2tib3ggZmFtaWx5IG9mIHdpbmRvdyBtYW5h Z2Vycwpic2RwYW4tQml0LVZlY3Rvci02LjMgVW5rbm93biBwZXJsIG1vZHVsZWJzZHBhbi1DYWNo ZS1DYWNoZS0xLjAyIENhY2hlOjpDYWNoZSAtLSB0aGUgQ2FjaGUgaW50ZXJmYWNlLgpic2RwYW4t Q2xhc3MtQ29udGFpbmVyLTAuMTAgQ2xhc3M6OkNvbnRhaW5lciAtIEdsdWVzIG9iamVjdCBmcmFt ZXdvcmtzIHRvZ2V0aGVyIHRyYW5zcGEKYnNkcGFuLUNsYXNzLURhdGEtSW5oZXJpdGFibGUtMC4w MiBDbGFzczo6RGF0YTo6SW5oZXJpdGFibGUgLSBJbmhlcml0YWJsZSwgb3ZlcnJpZGFibGUgY2xh c3MgZApic2RwYW4tQ29udmVydC1BU04xLTAuMTggVW5rbm93biBwZXJsIG1vZHVsZWJzZHBhbi1D eXJ1cy1JTUFQLTEuMDAgQ3lydXM6OklNQVAgLSBJbnRlcmZhY2UgdG8gQ3lydXMgaW1jbGllbnQg bGlicmFyeQpic2RwYW4tQ3lydXMtU0lFVkUtbWFuYWdlc2lldmUtMC4wMSBDeXJ1czo6U0lFVkU6 Om1hbmFnZXNpZXZlIC0gUGVybCBleHRlbnNpb24gZm9yIGJsYWggYmxhaCBibApic2RwYW4tRGF0 ZS1DYWxjLTUuMyBVbmtub3duIHBlcmwgbW9kdWxlYnNkcGFuLURldmVsLVN0YWNrVHJhY2UtMS4w NCBEZXZlbDo6U3RhY2tUcmFjZSAtIFN0YWNrIHRyYWNlIGFuZCBzdGFjayB0cmFjZSBmcmFtZSBv YmplYwpic2RwYW4tRGlnZXN0LVNIQTEtMi4wNiBEaWdlc3Q6OlNIQTEgLSBQZXJsIGludGVyZmFj ZSB0byB0aGUgU0hBLTEgQWxnb3JpdGhtCmJzZHBhbi1FcnJvci0wLjE1ICAgRXJyb3IgLSBFcnJv ci9leGNlcHRpb24gaGFuZGxpbmcgaW4gYW4gT08taXNoIHdheQpic2RwYW4tRXhjZXB0aW9uLUNs YXNzLTEuMTYgRXhjZXB0aW9uOjpDbGFzcyAtIEEgbW9kdWxlIHRoYXQgYWxsb3dzIHlvdSB0byBk ZWNsYXJlIHJlYWwKYnNkcGFuLUlPLVNvY2tldC1TU0wtMC45NSBJTzo6U29ja2V0OjpTU0wgLS0g TmVhcmx5IHRyYW5zcGFyZW50IFNTTCBlbmNhcHN1bGF0aW9uIGZvcgpic2RwYW4tSW1hZ2UtU2l6 ZS0yLjk5MiBJbWFnZTo6U2l6ZSAtIHJlYWQgdGhlIGRpbWVuc2lvbnMgb2YgYW4gaW1hZ2UgaW4g c2V2ZXJhbCBwbwpic2RwYW4tTWFpbC1TZW5kbWFpbC0wLjc5IE1haWw6OlNlbmRtYWlsIHYuIDAu NzkgLSBTaW1wbGUgcGxhdGZvcm0gaW5kZXBlbmRlbnQgbWFpbGVyCmJzZHBhbi1QYXJhbXMtVmFs aWRhdGUtMC42OSBQYXJhbXM6OlZhbGlkYXRlIC0gVmFsaWRhdGUgbWV0aG9kL2Z1bmN0aW9uIHBh cmFtZXRlcnMKYnNkcGFuLVRlcm0tUmVhZExpbmUtUGVybC0xLjAyMDMgVW5rbm93biBwZXJsIG1v ZHVsZWJzZHBhbi1UZXJtUmVhZEtleS0yLjIxIFRlcm06OlJlYWRLZXkgLSBBIHBlcmwgbW9kdWxl IGZvciBzaW1wbGUgdGVybWluYWwgY29udHJvbApic2RwYW4tVW5pY29kZS1NYXA4LTAuMTIgVW5p Y29kZTo6TWFwOCAtIE1hcHBpbmcgdGFibGUgYmV0d2VlbiA4LWJpdCBjaGFycyBhbmQgVW5pY28K YnNkcGFuLVVuaWNvZGUtU3RyaW5nLTIuMDcgVW5pY29kZTo6U3RyaW5nIC0gU3RyaW5nIG9mIFVu aWNvZGUgY2hhcmFjdGVycyAoVUNTMi9VVEYxNikKYnNkcGFuLWVQb3J0YWwtNC4xICBlUG9ydGFs OjpTZXJ2ZXIgLSBUaGUgY29yZSBtb2R1bGUgb2YgZVBvcnRhbCBwcm9qZWN0Lgpic2RwYW4tZVBv cnRhbC1EaXNrb3Rla2EtNC4xIFVua25vd24gcGVybCBtb2R1bGVic2RwYW4tZVBvcnRhbC1Nc2dG b3J1bS00LjEgVW5rbm93biBwZXJsIG1vZHVsZWJzZHBhbi1lUG9ydGFsLU9mZlBob25lcy00LjEg VW5rbm93biBwZXJsIG1vZHVsZWJzZHBhbi1lUG9ydGFsLU9yZ2FuaXplci00LjEgVW5rbm93biBw ZXJsIG1vZHVsZWJzZHBhbi1saWJ3d3ctcGVybC01Ljc1IExXUCAtIFRoZSBXb3JsZC1XaWRlIFdl YiBsaWJyYXJ5IGZvciBQZXJsCmJzZHBhbi1wZXJsLWxkYXAtMC4zMCBVbmtub3duIHBlcmwgbW9k dWxlYnppcDItMS4wLjEgICAgICAgICBBIGJsb2NrLXNvcnRpbmcgZmlsZSBjb21wcmVzc29yCmNj bGllbnQtMjAwMmQsMSAgICAgTWFyayBDcmlzcGluJ3MgQy1jbGllbnQgbWFpbCBhY2Nlc3Mgcm91 dGluZXMKY2QybXAzLTEuMSAgICAgICAgICBFYXN5IHRvIHVzZSBNUDMgQ3JlYXRvcgpjZGxhYmVs Z2VuLTEuNS4wICAgIEdlbmVyYXRlIHBvc3RzY3JpcHQgZm9yIGZyb250Y2FyZHMgYW5kIHRyYXlj YXJkcyBmb3IgQ0RzCmN1cHMtYmFzZS0xLjEuMTkuMCAgVGhlIENvbW1vbiBVTklYIFByaW50aW5n IFN5c3RlbTogaGVhZGVycywgbGlicywgJiBkYWVtb25zCmN1cmwtNy4xMC43ICAgICAgICAgTm9u LWludGVyYWN0aXZlIHRvb2wgdG8gZ2V0IGZpbGVzIGZyb20gRlRQLCBHT1BIRVIsIEhUVFAoUykK Y3ZzdXAtMTYuMWggICAgICAgICBHZW5lcmFsIG5ldHdvcmsgZmlsZSBkaXN0cmlidXRpb24gc3lz dGVtIG9wdGltaXplZCBmb3IgQ1ZTIApjdnN1cC1taXJyb3ItMS4yXzEgIEEga2l0IGZvciBlYXNp bHkgc2V0dGluZyB1cCBhIEZyZWVCU0QgbWlycm9yIHNpdGUgdXNpbmcgQ1ZTCmN5cnVzLXNhc2wt Mi4xLjE1ICAgUkZDIDIyMjIgU0FTTCAoU2ltcGxlIEF1dGhlbnRpY2F0aW9uIGFuZCBTZWN1cml0 eSBMYXllcikKZGFncmFiLTAuMy41ICAgICAgICBSZWFkIGF1ZGlvIHRyYWNrcyBmcm9tIGEgQ0Qg aW50byB3YXYgc291bmQgZmlsZXMKZGIzLTMuMy4xMSwxICAgICAgICBUaGUgQmVya2VsZXkgREIg cGFja2FnZSwgcmV2aXNpb24gMwpkYjQxLTQuMS4yNV8xICAgICAgIFRoZSBCZXJrZWxleSBEQiBw YWNrYWdlLCByZXZpc2lvbiA0LjEKZG9jYm9vay1zay00LjEuMl8xICBYTUwgdmVyc2lvbiBvZiB0 aGUgRG9jQm9vayBEVEQgdmVyc2lvbiBjb250cm9sbGVkIGZvciBTY3JvbApkb2Nib29rLXhtbC00 LjJfMSAgIFhNTCB2ZXJzaW9uIG9mIHRoZSBEb2NCb29rIERURApkb2Nib29rLXhzbC0xLjYyLjMg IFhTTCBEb2NCb29rIHN0eWxlc2hlZXRzCmRyaS00LjMuMCwxICAgICAgICAgT3BlbkdMIGhhcmR3 YXJlIGFjY2VsZXJhdGlvbiBkcml2ZXJzIGZvciBYRnJlZTg2CmVlbDItMi40LjEgICAgICAgICAg R2VuZXJhbGx5IHVzZWZ1bCBjbGFzc2VzIGFuZCBleHRlbnNpb25zIHRvIEdOT01FCmVvZzItMi40 LjAgICAgICAgICAgVGhlIEV5ZSBPZiBHbm9tZSBpbWFnZSB2aWV3ZXIKZXNvdW5kLTAuMi4zMl8x ICAgICBBIHNvdW5kIGxpYnJhcnkgZm9yIGVubGlnaHRlbm1lbnQgcGFja2FnZQpleHBhdC0xLjk1 LjZfMSAgICAgIFhNTCAxLjAgcGFyc2VyIHdyaXR0ZW4gaW4gQwpmYmRlc2stMS4xLjUgICAgICAg IEEgRmx1eGJveCB1dGlsaXR5IHRvIGNyZWF0ZSBhbmQgbWFuYWdlIGljb25zIG9uIHRoZSBkZXNr dG9wCmZsdXhib3gtMC4xLjE0XzIgICAgQSBzbWFsbCBhbmQgZmFzdCB3aW5kb3cgbWFuYWdlciBi YXNlZCBvbiBCbGFja0JveApmbHV4Y29uZi0wLjkuNCAgICAgIEZsdXhjb25mIGlzIGEgY29uZmln dXJhdGlvbiBwcm9ncmFtIGZvciB0aGUgZmx1eGJveCB3aW5kb3cgCmZsdXh0ZXItMC4xLjAgICAg ICAgRGVrc3RvcCBwYWdlciBmb3IgdGhlIEZsdXhib3ggU2xpdApmb250Y29uZmlnLTIuMi45MF8z IEFuIFhNTC1iYXNlZCBmb250IGNvbmZpZ3VyYXRpb24gQVBJIGZvciBYIFdpbmRvd3MKZnJlZXR5 cGUtMS4zLjFfMiAgICBBIGZyZWUgYW5kIHBvcnRhYmxlIFRydWVUeXBlIGZvbnQgcmVuZGVyaW5n IGVuZ2luZQpmcmVldHlwZTItMi4xLjVfMSAgIEEgZnJlZSBhbmQgcG9ydGFibGUgVHJ1ZVR5cGUg Zm9udCByZW5kZXJpbmcgZW5naW5lCmdhaWwtMS40LjEgICAgICAgICAgQW4gaW1wbGVtZW50YXRp b24gb2YgdGhlIEFUSyBpbnRlcmZhY2VzIGZvciBHVEsrIHdpZGdldHMKZ2NjLTMuMy4xXzIwMDMw NzA3ICBHTlUgQ29tcGlsZXIgQ29sbGVjdGlvbiAzLjMKZ2NvbWJ1c3QtMC4xLjUzXzEgICBBIEdU SysgZnJvbnRlbmQgZm9yIG1raXNvZnMgYW5kIGNkcmVjb3JkCmdjb25mMi0yLjQuMC4xICAgICAg QSBjb25maWd1cmF0aW9uIGRhdGFiYXNlIHN5c3RlbSBmb3IgR05PTUUKZ2QtMS44LjQsMiAgICAg ICAgICBBIGdyYXBoaWNzIGxpYnJhcnkgZm9yIGZhc3QgY3JlYXRpb24gb2YgaW1hZ2VzCmdkLTIu MC4xNV8xLDEgICAgICAgQSBncmFwaGljcyBsaWJyYXJ5IGZvciBmYXN0IGNyZWF0aW9uIG9mIGlt YWdlcwpnZGJtLTEuOC4zICAgICAgICAgIFRoZSBHTlUgZGF0YWJhc2UgbWFuYWdlcgpnZGNoYXJ0 LTAuMTEuMl8xICAgIEVhc3kgdG8gdXNlLCBmYXN0IEMgQVBJIGZvciBjcmVhdGluZyBjaGFydHMg YW5kIGdyYXBocwpnZGstcGl4YnVmLTAuMjIuMCAgIEEgZ3JhcGhpYyBsaWJyYXJ5IGZvciBHVEsr CmdldHRleHQtMC4xMi4xICAgICAgR05VIGdldHRleHQgcGFja2FnZQpnaG9zdHNjcmlwdC1nbnUt Ny4wN180IEdOVSBQb3N0c2NyaXB0IGludGVycHJldGVyCmdob3N0dmlldy0xLjUgICAgICAgQW4g WDExIGZyb250LWVuZCBmb3IgZ2hvc3RzY3JpcHQsIHRoZSBHTlUgcG9zdHNjcmlwdCBwcmV2aWUK Z2xpYi0xLjIuMTBfMTAgICAgICBTb21lIHVzZWZ1bCByb3V0aW5lcyBvZiBDIHByb2dyYW1taW5n IChwcmV2aW91cyBzdGFibGUgdmVycwpnbGliLTIuMi4zICAgICAgICAgIFNvbWUgdXNlZnVsIHJv dXRpbmVzIG9mIEMgcHJvZ3JhbW1pbmcgKGN1cnJlbnQgc3RhYmxlIHZlcnNpCmdtYWtlLTMuODBf MSAgICAgICAgR05VIHZlcnNpb24gb2YgJ21ha2UnIHV0aWxpdHkKZ25vbWUtaWNvbi10aGVtZS0x LjAuOSBBIGNvbGxlY3Rpb24gb2YgaWNvbnMgZm9yIHRoZSBHTk9NRSAyIGRlc2t0b3AKZ25vbWUy LTIuNC4wICAgICAgICBnbm9tZWFwcGxldHMyLTIuNC4xXzEgQXBwbGV0cyBjb21wb25lbnRzIGZv ciB0aGUgR25vbWUgMiBEZXNrdG9wIEVudmlyb25tZW50Cmdub21lZGVza3RvcC0yLjQuMS4xXzEg QWRkaXRpb25hbCBVSSBBUEkgZm9yIEdOT01FIDIKZ25vbWVoaWVyLTEuMF8xMCAgICBBbiB1dGls aXR5IHBvcnQsIGluc3RhbGxpbmcgaGllcmFyY2h5IG9mIGNvbW1vbiBHTk9NRSBkaXJlYwpnbm9t ZW1pbWVkYXRhLTIuNC4wIEEgTUlNRSBhbmQgQXBwbGljYXRpb24gZGF0YWJhc2UgZm9yIEdOT01F Cmdub21lcGFuZWwtMi40LjEgICAgUGFuZWwgY29tcG9uZW50IGZvciB0aGUgR05PTUUgMiBEZXNr dG9wCmdub21ldmZzMi0yLjQuMV8xICAgR05PTUUgVmlydHVhbCBGaWxlIFN5c3RlbQpncGVyZi0y LjcuMl8xICAgICAgIEdlbmVyYXRlcyBwZXJmZWN0IGhhc2ggZnVuY3Rpb25zIGZvciBzZXRzIG9m IGtleXdvcmRzCmdzbS0xLjAuMTAgICAgICAgICAgQXVkaW8gY29udmVydGVyIGFuZCBsaWJyYXJ5 IGZvciBjb252ZXJ0aW5nIHUtbGF3IHRvIGdzbSBlbmMKZ3N0cmVhbWVyLTAuNi40ICAgICBEZXZl bG9wbWVudCBmcmFtZXdvcmsgZm9yIGNyZWF0aW5nIG1lZGlhIGFwcGxpY2F0aW9ucwpndGstMS4y LjEwXzEwICAgICAgIEdpbXAgVG9vbGtpdCBmb3IgWDExIEdVSSAocHJldmlvdXMgc3RhYmxlIHZl cnNpb24pCmd0ay0yLjIuNF8xICAgICAgICAgR2ltcCBUb29sa2l0IGZvciBYMTEgR1VJIChjdXJy ZW50IHN0YWJsZSB2ZXJzaW9uKQpndGstZW5naW5lczItMi4yLjAgIFRoZW1lIGVuZ2luZSBmb3Ig dGhlIGd0aystMi4wIHRvb2xraXQKZ3RrZ2xhcmVhLTEuMi4yXzEgICBBbiBPcGVuR0wgd2lkZ2V0 IGZvciB0aGUgR1RLKyBHVUkgdG9vbGtpdApndWlsZS0xLjYuNF8yICAgICAgIEdOVSBVYmlxdWl0 b3VzIEludGVsbGlnZW50IExhbmd1YWdlIGZvciBFeHRlbnNpb24KaGRmLTQuMXI1ICAgICAgICAg ICBIaWVyYXJjaGljYWwgRGF0YSBGb3JtYXQgbGlicmFyeSAoZnJvbSBOQ1NBKQpoZWxwMm1hbi0x LjI5ICAgICAgIEF1dG9tYXRpY2FsbHkgZ2VuZXJhdGluZyBzaW1wbGUgbWFudWFsIHBhZ2VzIGZy b20gcHJvZ3JhbSBvCmljZW1jLTAuMi40ICAgICAgICAgUVQtYmFzZWQgbWVudSBlZGl0b3IgZm9y IEljZVdNCmljZXByZWYtMS4xICAgICAgICAgQSBzbWFsbCBncmFwaGljYWwgY29uZmlndXJhdGlv biB1dGlsaXR5IGZvciB0aGUgSWNlIFdpbmRvdyAKaWNld20tZ25vbWUtMS4yLjEzICBXaW5kb3cg TWFuYWdlciBkZXNpZ25lZCBmb3Igc3BlZWQsIHVzYWJpbGl0eSBhbmQgY29uc2lzdGVuYwppY29u di0yLjBfMyAgICAgICAgIENoYXJzZXQgY29udmVyc2lvbiBsaWJyYXJ5IGFuZCB1dGlsaXRpZXMK aWQzbGliLTMuNy4xMyAgICAgICBMaWJyYXJ5IGZvciBtYW5pcHVsYXRpbmcgSUQzdjEvdjEuMSBh bmQgSUQzdjIgdGFncwppbWFrZS00LjMuMF8xICAgICAgIEltYWtlIGFuZCBvdGhlciB1dGlsaXRp ZXMgZnJvbSBYRnJlZTg2CmltbGliLTEuOS4xNF8xICAgICAgQSBncmFwaGljIGxpYnJhcnkgZm9y IGVubGlnaHRlbm1lbnQgcGFja2FnZQppbnRsdG9vbC0wLjI3LjJfMSAgIFhtbCBpbnRlcm5hdGlv bmFsaXphdGlvbiBzdXBwb3J0IGZvciBHTk9NRSwgYW5kIG90aGVycwppc284ODc5LTE5ODZfMiAg ICAgIENoYXJhY3RlciBlbnRpdHkgc2V0cyBmcm9tIElTTyA4ODc5OjE5ODYgKFNHTUwpCmphZGUt MS4yLjFfNSAgICAgICAgQW4gb2JqZWN0LW9yaWVudGVkIFNHTUwvWE1MIHBhcnNlciB0b29sa2l0 IGFuZCBEU1NTTCBlbmdpbmUKamFzcGVyLTEuNzAwLjIgICAgICBBbiBpbXBsZW1lbnRhdGlvbiBv ZiB0aGUgY29kZWMgc3BlY2lmaWVkIGluIHRoZSBKUEVHLTIwMDAgcwpqYXZhdm13cmFwcGVyLTEu NCAgIFdyYXBwZXIgc2NyaXB0IGZvciB2YXJpb3VzIEphdmEgVmlydHVhbCBNYWNoaW5lcwpqYmln a2l0LTEuNSAgICAgICAgIExvc3NsZXNzIGNvbXByZXNzaW9uIGZvciBiaS1sZXZlbCBpbWFnZXMg c3VjaCBhcyBzY2FubmVkIHBhCmpkay0xLjQuMXAzXzMgICAgICAgSmF2YSBEZXZlbG9wbWVudCBL aXQgMS40LjEKanBlZy02Yl8xICAgICAgICAgICBJSkcncyBqcGVnIGNvbXByZXNzaW9uIHV0aWxp dGllcwpsY21zLTEuMDksMSAgICAgICAgIExpZ2h0IENvbG9yIE1hbmFnZW1lbnQgU3lzdGVtIC0t IGEgY29sb3IgbWFuYWdlbWVudCBsaWJyYXJ5CmxpYklETC0wLjguMiAgICAgICAgQSBsaWJyYXJ5 IGZvciBjcmVhdGluZyB0cmVlcyBvZiBDT1JCQSBJbnRlcmZhY2UgRGVmaW5pdGlvbiAKbGliYW8t MjAwMDEwMTggICAgICBQb3J0YWJsZSBhdWRpbyBvdXRwdXQgbGlicmFyeQpsaWJhcnRfbGdwbDIt Mi4zLjE2IExpYnJhcnkgZm9yIGhpZ2gtcGVyZm9ybWFuY2UgMkQgZ3JhcGhpY3MKbGliYXVkaW9m aWxlLTAuMS45ICBBIHNvdW5kIGxpYnJhcnkgZm9yIFNHSSBhdWRpbyBmaWxlCmxpYmJvbm9iby0y LjQuMiAgICAgQSBjb21wb25lbnQgYW5kIGNvbXBvdW5kIGRvY3VtZW50IHN5c3RlbSBmb3IgR05P TUUyCmxpYmJvbm9ib3VpLTIuNC4xICAgR1VJIGZyb250ZW5kIHRvIHRoZSBsaWJib25vYm8gY29t cG9uZW50IG9mIEdOT01FIDIKbGliZnB4LTEuMi4wLjkgICAgICBMaWJyYXJ5IHJvdXRpbmVzIGZv ciB3b3JraW5nIHdpdGggRmxhc2hwaXggaW1hZ2VzCmxpYmdkYS0wLjIuOTZfMSAgICAgUHJvdmlk ZXMgdW5pZm9ybSBhY2Nlc3MgdG8gZGlmZmVyZW50IGtpbmRzIG9mIGRhdGEgc291cmNlcwpsaWJn aHR0cC0xLjAuOSAgICAgIEdOT01FIGh0dHAgY2xpZW50IGxpYnJhcnkKbGliZ2xhZGUtMC4xN18y ICAgICBHTk9NRSBnbGFkZSBsaWJyYXJ5CmxpYmdsYWRlMi0yLjAuMV8xICAgR05PTUUgZ2xhZGUg bGlicmFyeQpsaWJnbHV0LTUuMC4yICAgICAgIEEgZ3JhcGhpY3MgbGlicmFyeSBzaW1pbGFyIHRv IFNHSSdzIE9wZW5HTApsaWJnbm9tZS0yLjQuMF8xICAgIExpYnJhcmllcyBmb3IgR05PTUUsIGEg R05VIGRlc2t0b3AgZW52aXJvbm1lbnQKbGliZ25vbWVjYW52YXMtMi40LjAgQSBncmFwaGljcyBs aWJyYXJ5IGZvciBHTk9NRQpsaWJnbm9tZXByaW50LTIuNC4wXzEgR25vbWUgcHJpbnQgc3VwcG9y dCBsaWJyYXJ5CmxpYmdub21lcHJpbnR1aS0yLjQuMCBHbm9tZSBwcmludCBzdXBwb3J0IGxpYnJh cnkKbGliZ25vbWV1aS0yLjQuMC4xXzEgTGlicmFyaWVzIGZvciB0aGUgR05PTUUgR1VJLCBhIEdO VSBkZXNrdG9wIGVudmlyb25tZW50CmxpYmdudWdldG9wdC0xLjIgICAgR05VIGdldG9wdCBsaWJy YXJ5CmxpYmdzZi0xLjguMiAgICAgICAgQW4gZXh0ZW5zaWJsZSBpL28gYWJzdHJhY3Rpb24gZm9y IGRlYWxpbmcgd2l0aCBzdHJ1Y3R1cmVkIGYKbGliZ3RvcDItMi4wLjdfMSAgICBHTk9NRSAyIHRv cCBsaWJyYXJ5CmxpYmljb252LTEuOS4xXzMgICAgQSBjaGFyYWN0ZXIgc2V0IGNvbnZlcnNpb24g bGlicmFyeQpsaWJtY2FsLTAuNyAgICAgICAgIE1vZHVsYXIgQ2FsZW5kYXIgQWNjZXNzIExpYnJh cnkKbGlibWNyeXB0LTIuNS43XzEgICBNdWx0aS1jaXBoZXIgY3J5cHRvZ3JhcGhpYyBsaWJyYXJ5 ICh1c2VkIGluIFBIUDMpCmxpYm1uZy0xLjAuNV8xICAgICAgTXVsdGlwbGUtaW1hZ2UgTmV0d29y ayBHcmFwaGljcyAoTU5HKSByZWZlcmVuY2UgbGlicmFyeQpsaWJvbGUyLTAuMi40ICAgICAgIFN1 cHBvcnQgbGlicmFyeSBmb3IgT0xFIGZ1bmN0aW9ucyAoTVMtRXhjZWwpIGZvciBnbnVtZXJpYwps aWJyZXAtMC4xNi4yXzIgICAgIEFuIEVtYWNzIExpc3AgbGlrZSBydW50aW1lIGxpYnJhcnkKbGli cnN2ZzItMi40LjAgICAgICBMaWJyYXJ5IGZvciBwYXJzaW5nIGFuZCByZW5kZXJpbmcgU1ZHIHZl Y3Rvci1ncmFwaGljIGZpbGVzCmxpYnRvb2wtMS4zLjVfMSAgICAgR2VuZXJpYyBzaGFyZWQgbGli cmFyeSBzdXBwb3J0IHNjcmlwdApsaWJ0b29sLTEuNC4zXzIgICAgIEdlbmVyaWMgc2hhcmVkIGxp YnJhcnkgc3VwcG9ydCBzY3JpcHQKbGlidW5naWYtNC4xLjBiMV8xICBUb29scyBhbmQgbGlicmFy eSByb3V0aW5lcyBmb3Igd29ya2luZyB3aXRoIEdJRiBpbWFnZXMKbGlidW5pY29kZS0wLjRfMyAg ICBBIGxpYnJhcnkgZm9yIG1hbmlwdWxhdGluZyBVbmljb2RlIGNoYXJhY3RlcnMgYW5kIHN0cmlu Z3MKbGlid21mLTAuMi44ICAgICAgICBUb29scyBhbmQgbGlicmFyeSBmb3IgY29udmVydGluZyBN aWNyb3NvZnQgV01GICh3aW5kb3dzIG1ldApsaWJ3bmNrLTIuNC4wLjEgICAgIExpYnJhcnkgdXNl ZCBmb3Igd3JpdGluZyBwYWdlcnMgYW5kIHRhc2tzbGlzdHMKbGlid3d3LTUuNC4wICAgICAgICBU aGUgVzNDIFJlZmVyZW5jZSBMaWJyYXJ5CmxpYnhtbC0xLjguMTdfMSAgICAgWG1sIHBhcnNlciBs aWJyYXJ5IGZvciBHTk9NRQpsaWJ4bWwyLTIuNi4yICAgICAgIFhtbCBwYXJzZXIgbGlicmFyeSBm b3IgR05PTUUKbGlieHNsdC0xLjEuMCAgICAgICBUaGUgWFNMVCBDIGxpYnJhcnkgZm9yIEdOT01F CmxpbmMtMS4wLjMgICAgICAgICAgQSBsaWJyYXJ5IGZvciB3cml0aW5nIG5ldHdvcmtlZCBzZXJ2 ZXJzICYgY2xpZW50cwpsaW51eC11bmFjZS0yLjIwICAgIEV4dHJhY3QsIHZpZXcgJiB0ZXN0IEFD RSAyIGFyY2hpdmVzCmxpbnV4X2Jhc2UtNi4xXzUgICAgVGhlIGJhc2Ugc2V0IG9mIHBhY2thZ2Vz IG5lZWRlZCBpbiBMaW51eCBtb2RlCmxpbnV4ZG9jLTEuMV8xICAgICAgVGhlIExpbnV4ZG9jIFNH TUwgRFRECmxyenN6LTAuMTIuMjBfMSAgICAgUmVjZWl2ZS9TZW5kIGZpbGVzIHZpYSBYL1kvWk1P REVNIHByb3RvY29sLiAgKHVucmVzdHJpY3RpdmUKbHNvZi00LjY5ICAgICAgICAgICBMaXN0cyBp bmZvcm1hdGlvbiBhYm91dCBvcGVuIGZpbGVzIChzaW1pbGFyIHRvIGZzdGF0KDEpKQpseW54LTIu OC40LjFkICAgICAgIEEgbm9uLWdyYXBoaWNhbCwgdGV4dC1iYXNlZCBXb3JsZC1XaWRlIFdlYiBj bGllbnQKbHlueC1zc2wtMi44LjQuMWQgICBBIG5vbi1ncmFwaGljYWwsIHRleHQtYmFzZWQgV29y bGQtV2lkZSBXZWIgY2xpZW50IHdpdGggU1NMIAptNC0xLjRfMSAgICAgICAgICAgIEdOVSBtNApt aGFzaC0wLjguMTggICAgICAgICJMaWJyYXJ5IHByb3ZpZGVzIGFuIGVhc3kgd2F5IHRvIGFjY2Vz cyBzdHJvbmcgaGFzaGVzIHN1Y2ggCm1pY3EtMC40LjEwLjUgICAgICAgVGV4dC1iYXNlZCBJQ1Eg aW1wbGVtZW50YXRpb24KbWluaWNvbS0yLjEgICAgICAgICBBbiBNUy1ET1MgVGVsaXggc2VyaWFs IGNvbW11bmljYXRpb24gcHJvZ3JhbSAid29ya2FsaWtlIgpta2NhdGFsb2ctMS4xICAgICAgIEEg bWFpbnRhaW5hbmNlIHV0aWxpdHkgZm9yIHNnbWwgY2F0YWxvZyBmaWxlcwptb3ppbGxhLTEuNV8x LDIgICAgIFRoZSBvcGVuIHNvdXJjZSwgc3RhbmRhcmRzIGNvbXBsaWFudCB3ZWIgYnJvd3Nlcgpt cDNibGFzdGVyLTIuMC5iMTcgIE1QMyBjb25zb2xlIG5jdXJzZXMtYmFzZWQgcGxheWVyCm1wM2lu Zm8tMC4yLjE2ICAgICAgTVAzIGluZm9ybWF0aW9uIHRvb2wKbXVzaWNicmFpbnotMS4wLjAucHJl NSAybmQgZ2VuZXJhdGlvbiBpbmNhcm5hdGlvbiBvZiB0aGUgQ0QgSW5kZXggLSBhdWRpbyBtZXRh ZGF0YQpteXNxbC1jbGllbnQtNC4wLjE2IE11bHRpdGhyZWFkZWQgU1FMIGRhdGFiYXNlIChjbGll bnQpCm15c3FsLXNlcnZlci00LjAuMTYgTXVsdGl0aHJlYWRlZCBTUUwgZGF0YWJhc2UgKHNlcnZl cikKbmFzbS0wLjk4LjM4LDEgICAgICBHZW5lcmFsLXB1cnBvc2UgbXVsdGktcGxhdGZvcm0geDg2 IGFzc2VtYmxlcgpuZWRpdC01LjMgICAgICAgICAgIEFuIFgxMS9Nb3RpZiBHVUkgdGV4dCBlZGl0 b3IgZm9yIHByb2dyYW1zIGFuZCBwbGFpbiB0ZXh0IGZpCm5ldHBibS0xMC4xN18xICAgICAgQSB0 b29sa2l0IGZvciBjb252ZXJzaW9uIG9mIGltYWdlcyBiZXR3ZWVuIGRpZmZlcmVudCBmb3JtYXQK bmV0c2NhcGUtbmF2aWdhdG9yLTQuNzYgTmV0c2NhcGUgdmVyIDQuNyBuYXZpZ2F0b3Igd2ViLXN1 cmZib2FyZApuZXRzY2FwZS1yZW1vdGUtMS4wXzEgVXRpbGl0eSB0byBwYXNzIGNvbW1hbmRzIHRv IHJ1bm5pbmcgbmV0c2NhcGUgcHJvY2VzcwpuZXRzY2FwZS13cmFwcGVyLTIwMDAuMDcuMDcgTmV0 c2NhcGUgd3JhcHBlciB0byBhdm9pZCBtdWx0aXBsZSBpbnZvY2F0aW9uIGFuZCBtb3JlCm5tYXAt My40OF8xICAgICAgICAgUG9ydCBzY2FubmluZyB1dGlsaXR5IGZvciBsYXJnZSBuZXR3b3Jrcwpu dG9wLTIuMl8xICAgICAgICAgIE5ldHdvcmsgbW9uaXRvcmluZyB0b29sIHdpdGggY29tbWFuZCBs aW5lIGFuZCB3ZWIgaW50ZXJmYWNlCm9wZW4tbW90aWYtMi4yLjJfMSAgTW90aWYgWDExIFRvb2xr aXQgKGluZHVzdHJ5IHN0YW5kYXJkIEdVSSAoSUVFRSAxMjk1KSkKb3BlbmxkYXAtc2VydmVyLTIu MS4yMl8yIE9wZW4gc291cmNlIExEQVAgc2VydmVyIGltcGxlbWVudGF0aW9uCm9wZW5sZGFwMTIt MS4yLjEzICAgT3BlbiBzb3VyY2UgTERBUCBjbGllbnQgYW5kIHNlcnZlciBzb2Z0d2FyZQpwNS1B cmNoaXZlLVRhci0xLjA3IFBlcmwgbW9kdWxlIGZvciBjcmVhdGlvbiBhbmQgbWFuaXB1bGF0aW9u IG9mIHRhciBmaWxlcwpwNS1Db21wcmVzcy1abGliLTEuMzEgUGVybDUgaW50ZXJmYWNlIHRvIHps aWIgY29tcHJlc3Npb24gbGlicmFyeQpwNS1EQkQtbXlzcWwtMi45MDAyIE15U1FMIGRyaXZlciBm b3IgdGhlIFBlcmw1IERhdGFiYXNlIEludGVyZmFjZSAoREJJKQpwNS1EQkktMS4zOCAgICAgICAg IFRoZSBwZXJsNSBEYXRhYmFzZSBJbnRlcmZhY2UuICBSZXF1aXJlZCBmb3IgREJEOjoqIG1vZHVs ZXMKcDUtRGlnZXN0LU1ENS0yLjMwICBQZXJsNSBpbnRlcmZhY2UgdG8gdGhlIE1ENSBhbGdvcml0 aG0KcDUtRmlsZS1TcGVjLTAuODYgICBBIFBlcmwgbW9kdWxlIGZvciBwb3J0YWJseSBtYW5pcHVs YXRpbmcgZmlsZSBzcGVjaWZpY2F0aW9ucwpwNS1IVE1MLVBhcnNlci0zLjM0IFBlcmw1IG1vZHVs ZSBmb3IgcGFyc2UgSFRNTCB0YWcKcDUtSFRNTC1UYWdzZXQtMy4wMyBTb21lIHVzZWZ1bCBkYXRh IHRhYmxlIGluIHBhcnNpbmcgSFRNTApwNS1JTUFQLUFkbWluLTEuNi4xIFBlcmwgbW9kdWxlIGZv ciBiYXNpYyBJTUFQIHNlcnZlciBhZG1pbmlzdHJhdGlvbgpwNS1JTUFQLVNpZXZlLTAuNC45IFBl cmwgbW9kdWxlIHRvIGVkaXQgU2lldmUgc2NyaXB0cyBvbiBhbiBDeXJ1cyBJTUFQIHNlcnZlcgpw NS1OZXQtU1NMZWF5LTEuMjMgIFBlcmw1IGludGVyZmFjZSB0byBTU0wKcDUtTmV0LVRlbG5ldC0z LjAzICBQZXJsNSBtb2R1bGUgdG8gYWNjZXNzIGFuZCB1c2UgdGVsbmV0IHByb3RvY29sCnA1LVRl c3QtSGFybmVzcy0yLjMwIFJ1biBwZXJsIHN0YW5kYXJkIHRlc3Qgc2NyaXB0cyB3aXRoIHN0YXRp c3RpY3MKcDUtVGVzdC1TaW1wbGUtMC40N18xIEJhc2ljIHV0aWxpdGllcyBmb3Igd3JpdGluZyB0 ZXN0cyBpbiBwZXJsCnA1LVVSSS0xLjI3ICAgICAgICAgUGVybDUgaW50ZXJmYWNlIHRvIFVuaWZv cm0gUmVzb3VyY2UgSWRlbnRpZmllciAoVVJJKSByZWZlcmUKcDUtWE1MLVBhcnNlci0yLjM0ICBQ ZXJsIGV4dGVuc2lvbiBpbnRlcmZhY2UgdG8gSmFtZXMgQ2xhcmsncyBYTUwgcGFyc2VyLCBleHBh dApwYW5nby0xLjIuNSAgICAgICAgIEFuIG9wZW4tc291cmNlIGZyYW1ld29yayBmb3IgdGhlIGxh eW91dCBhbmQgcmVuZGVyaW5nIG9mIGkxCnBjcmUtNC40ICAgICAgICAgICAgUGVybCBDb21wYXRp YmxlIFJlZ3VsYXIgRXhwcmVzc2lvbnMgbGlicmFyeQpwZGZsaWItNS4wLjIgICAgICAgIEEgQyBs aWJyYXJ5IGZvciBkeW5hbWljYWxseSBnZW5lcmF0aW5nIFBERgpwZGZ0b2h0bWwtMC4zNiAgICAg IEEgY29tbWFuZC1saW5lIHRvb2wgZm9yIGNvbnZlcnRpbmcgcGRmLWZpbGVzIGludG8gaHRtbApw ZGtzaC01LjIuMTRwMiAgICAgIFRoZSBQdWJsaWMgRG9tYWluIEtvcm4gU2hlbGwKcGliLTEuMiAg ICAgICAgICAgICBHVUkgUG9ydHMgQ29sbGVjdGlvbiBtYW5hZ2VtZW50IHRvb2wKcGtnX2luc3Rh bGwtMjAwMzA3MTRfMSBGcmVlQlNEIDUueCB2ZXJzaW9uIG9mIHRoZSBwYWNrYWdlIHRvb2xzIGZv ciBvbGRlciBzeXN0ZW0gcgpwa2dfcmVtb3ZlLTEuMSAgICAgIFV0aWxpdHkgdG8gdW5pbnN0YWxs IHBhY2thZ2VzCnBrZ2NvbmZpZy0wLjE1LjAgICAgQW4gdXRpbGl0eSB1c2VkIHRvIHJldHJpZXZl IGluZm9ybWF0aW9uIGFib3V0IGluc3RhbGxlZCBsaWIKcG0zLWJhc2UtMS4xLjE1ICAgICBDb21w aWxlciBhbmQgYmFzZSBsaWJyYXJpZXMgb2YgdGhlIFBvbHl0ZWNobmlxdWUgTW9udHJlYWwgTQpw bTMtZm9ybXMtMS4xLjE1ICAgIEhpZ2gtbGV2ZWwgR1VJIGxpYnJhcmllcyBhbmQgdG9vbHMgZm9y IHRoZSBQTTMgTW9kdWxhLTMgZGlzCnBtMy1ndWktMS4xLjE1ICAgICAgTG93LWxldmVsIEdVSSBs aWJyYXJpZXMgZm9yIHRoZSBQTTMgTW9kdWxhLTMgZGlzdHJpYnV0aW9uCnBtMy1uZXQtMS4xLjE1 ICAgICAgTG93LWxldmVsIG5ldHdvcmtpbmcgbGlicmFyaWVzIGZvciB0aGUgUE0zIE1vZHVsYS0z IGRpc3RyaWIKcG5nLTEuMi41XzIgICAgICAgICBMaWJyYXJ5IGZvciBtYW5pcHVsYXRpbmcgUE5H IGltYWdlcwpwb3B0LTEuNi40XzEgICAgICAgIEEgZ2V0b3B0KDMpIGxpa2UgbGlicmFyeSB3aXRo IGEgbnVtYmVyIG9mIGVuaGFuY2VtZW50cywgZnJvCnBvcnRsaW50LTIuNC43ICAgICAgQSB2ZXJp ZmllciBmb3IgRnJlZUJTRCBwb3J0IGRpcmVjdG9yeQpwb3J0dXBncmFkZS0yMDAzMDcyMyBGcmVl QlNEIHBvcnRzL3BhY2thZ2VzIGFkbWluaXN0cmF0aW9uIGFuZCBtYW5hZ2VtZW50IHRvb2wgcwpw eS1ndGstMC42LjEwICAgICAgIEEgc2V0IG9mIFB5dGhvbiBiaW5kaW5ncyBmb3IgR1RLCnB5MjMt Qml0VG9ycmVudC0zLjMgQSBwZWVyLXRvLXBlZXIgdG9vbCBmb3IgZGlzdHJpYnV0aW5nIGZpbGVz IHdyaXR0ZW4gaW4gUHl0aG8KcHkyMy1leHBhdC0yLjMuMl8yICBQeXRob24gaW50ZXJmYWNlIHRv IHRoZSBFeHBhdCBYTUwgcGFyc2VyCnB5MjMtaW1hZ2luZy0xLjEuNCAgVGhlIFB5dGhvbiBJbWFn aW5nIExpYnJhcnkKcHkyMy1udW1lcmljLTIzLjAgICBUaGUgTnVtZXJpYyBFeHRlbnNpb24gdG8g UHl0aG9uCnB5MjMtdGtpbnRlci0yLjMuMl8xIFB5dGhvbiBiaW5kaW5ncyB0byB0aGUgVGsgd2lk Z2V0IHNldApweTIzLXd4UHl0aG9uLTIuNC4yLjQgUHl0aG9uIGJpbmRpbmdzIGZvciB0aGUgd3hX aW5kb3dzL0dUSyBHVUkgdG9vbGtpdApweXRob24tMi4wLjFfMiAgICAgIEFuIGludGVycHJldGVk IG9iamVjdC1vcmllbnRlZCBwcm9ncmFtbWluZyBsYW5ndWFnZQpweXRob24tMi4yLjNfMyAgICAg IEFuIGludGVycHJldGVkIG9iamVjdC1vcmllbnRlZCBwcm9ncmFtbWluZyBsYW5ndWFnZQpweXRo b24tMi4zLjJfMiAgICAgIEFuIGludGVycHJldGVkIG9iamVjdC1vcmllbnRlZCBwcm9ncmFtbWlu ZyBsYW5ndWFnZQpxdC0zLjIuMSAgICAgICAgICAgIEEgQysrIFggR1VJIHRvb2xraXQKcmFyLTMu MjAsMSAgICAgICAgICBGaWxlIGFyY2hpdmVyIChiaW5hcnkgcG9ydCkKcmNfc3Vici0xLjE2ICAg ICAgICBDb21tb24gc3RhcnR1cCBhbmQgc2h1dGRvd24gc3Vicm91dGluZXMgdXNlZCBieSBzY3Jp cHRzCnJlcC1ndGsyLTAuMTdfMiwxICAgR1RLKy0yIGJpbmRpbmcgZm9yIHJlcCBMaXNwIGludGVy cHJldGVyCnJpcGVuYy0wLjcgICAgICAgICAgU2NyaXB0IHRoYXQgYXV0b21hdGVzIHRoZSByaXBw aW5nLCBlbmNvZGluZywgYW5kIG5hbWluZyBvZiAKcnBsYXktMy4zLjIgICAgICAgICBOZXR3b3Jr IGF1ZGlvIHBsYXllcgpydWJ5LTEuNi44LjIwMDMuMTAuMTUgQW4gb2JqZWN0LW9yaWVudGVkIGlu dGVycHJldGVkIHNjcmlwdGluZyBsYW5ndWFnZQpydWJ5LWJkYjEtMC4yLjEgICAgIFJ1YnkgaW50 ZXJmYWNlIHRvIEJlcmtlbGV5IERCIHJldmlzaW9uIDEuOHggd2l0aCBmdWxsIGZlYXR1CnJ1Ynkt cmRvYy0wLjkuMCAgICAgRG9jdW1lbnRhdGlvbiBmcm9tIFJ1Ynkgc291cmNlIGZpbGVzCnJ1Ynkt c2hpbS1ydWJ5MTgtMS44LjEucDIgQSBzZXQgb2YgUnVieSBtb2R1bGVzIHRvIHByb3ZpZGUgUnVi eSAxLjggZnVuY3Rpb25hbGl0aWVzCnNhbWJhLWxpYnNtYmNsaWVudC0zLjAuMCBUaGUgc2hhcmVk IGxpYiBmcm9tIHRoZSBzYW1iYSBwYWNrZ2VzCnNjcmVlbi00LjAuMV8xICAgICAgQSBtdWx0aS1z Y3JlZW4gd2luZG93IG1hbmFnZXIKc2Nyb2xsa2VlcGVyLTAuMy4xMl80LDEgQW4gT3BlbiBEb2N1 bWVudCBDYXRhbG9naW5nIFByb2plY3QKc2RvY2Jvb2steG1sLTQuMS4yLjVfMSAiU2ltcGxpZmll ZCIgRG9jQm9vayBYTUwgRFRECnNlZF9pbnBsYWNlLTIwMDIuMTAuMTkgQSBtb2RpZmllZCB2ZXJz aW9uIG9mIHRoZSBzZWQoMSkgd2hpY2ggY2FuIGRvIGluLXBsYWNlIGVkaXQKc3RhcnR1cC1ub3Rp ZmljYXRpb24tMC41XzEgTGlicmFyeSB0aGF0IHN1cHBvcnRzIHN0YXJ0dXAgbm90aWZpY2F0aW9u IHNwZWMgZnJvbSBmcmVlZGUKc3dpZy0xLjFwNV85ICAgICAgICBTaW1wbGlmaWVkIFdyYXBwZXIg YW5kIEludGVyZmFjZSBHZW5lcmF0b3IKdGNsLTguMi4zXzMgICAgICAgICBUb29sIENvbW1hbmQg TGFuZ3VhZ2UKdGNsLTguMy41XzIgICAgICAgICBUb29sIENvbW1hbmQgTGFuZ3VhZ2UKdGNsLTgu NC40XzEsMSAgICAgICBUb29sIENvbW1hbmQgTGFuZ3VhZ2UKdGVUZVgtMi4wLjJfMiAgICAgICBU aG9tYXMgRXNzZXIncyBkaXN0cmlidXRpb24gb2YgVGVYICYgZnJpZW5kcwp0aWZmLTMuNi4wICAg ICAgICAgIFRvb2xzIGFuZCBsaWJyYXJ5IHJvdXRpbmVzIGZvciB3b3JraW5nIHdpdGggVElGRiBp bWFnZXMKdGl4LTQuMS4wLjAwN18yICAgICBBbiBleHRlbnNpb24gdG8gdGhlIFRrIHRvb2xraXQK dGstOC4yLjNfMiAgICAgICAgICBHcmFwaGljYWwgdG9vbGtpdCBmb3IgVENMCnRrLTguMy41XzIg ICAgICAgICAgR3JhcGhpY2FsIHRvb2xraXQgZm9yIFRDTAp0ay04LjQuNCwxICAgICAgICAgIEdy YXBoaWNhbCB0b29sa2l0IGZvciBUQ0wKdG9zaGEtMC42ICAgICAgICAgICBSZWFkIENEIGRpZ2l0 YWwgYXVkaW8gYW5kIHZpZGVvIGRhdGEgdmlhIHRoZSBTQ1NJIGJ1cwp0cmFuc2ZpZy0zLjIuNF8x ICAgIFRvb2xzIHRvIGNvbnZlcnQgWGZpZydzIC5maWcgZmlsZXMKdWNkLXNubXAtNC4yLjZfMyAg ICBBbiBleHRlbmRhYmxlIFNOTVAgaW1wbGVtZW50YXRpb24KdW5hY2UtMS4yYiAgICAgICAgICBF eHRyYWN0LCB2aWV3ICYgdGVzdCBBQ0UgYXJjaGl2ZXMKdW56aXAtNS41MF8yICAgICAgICBMaXN0 LCB0ZXN0IGFuZCBleHRyYWN0IGNvbXByZXNzZWQgZmlsZXMgaW4gYSBaSVAgYXJjaGl2ZQp1cndm b250cy0xLjAgICAgICAgIEFub3RoZXIgZm9udCBwYWNrYWdlIGZvciBYCnV1bGliLTAuNS4xOCAg ICAgICAgQSBsaWJyYXJ5IGZvciB1dS94eC9CYXNlNjQvQmluSGV4L3lFbmMgZGUtL2VuY29kaW5n CnZpbS1saXRlLTYuMi4xMzkgICAgVmkgIndvcmthbGlrZSIsIHdpdGggbWFueSBhZGRpdGlvbmFs IGZlYXR1cmVzIChMaXRlIHBhY2thZ2UKd2VibGludC0xLjAyMCAgICAgICBIVE1MIHZhbGlkYXRv ciBhbmQgc2FuaXR5IGNoZWNrZXIKd3hndGstY29tbW9uLTIuNC4yICBUaGUgd3hXaW5kb3dzIEdV SSB0b29sa2l0IChjb21tb24gZmlsZXMpCnd4Z3RrMi0yLjQuMl8xICAgICAgVGhlIHd4V2luZG93 cyBHVUkgdG9vbGtpdCAoR1RLMiB2ZXJzaW9uKQp4bWxjYXRtZ3ItMS4xICAgICAgIFNHTUwvWE1M IGNhdGFsb2cgbWFuYWdlcgp4bXVsZS0xLjYuMSAgICAgICAgIFBvcnQgb2YgZU11bGUgZURvbmtl eSBQMlAgY2xpZW50IHVzaW5nIHd4V2luZG93cyBjbGFzcyBsaWJyCnhwbS0zLjRrICAgICAgICAg ICAgVGhlIFggUGl4bWFwIGxpYnJhcnkKemlwLTIuM18xICAgICAgICAgICBDcmVhdGUvdXBkYXRl IFpJUCBmaWxlcyBjb21wYXRpYmxlIHdpdGggcGt6aXAK ---MOQ1069159935627ccd74f51dab711613fbbe0a8db493-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 04:52: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 C727116A4CE for ; Tue, 18 Nov 2003 04:52:59 -0800 (PST) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B3BC43FE0 for ; Tue, 18 Nov 2003 04:52:58 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 41064 invoked by uid 85); 18 Nov 2003 12:53:08 -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 1.152033 secs); 18 Nov 2003 12:53:08 -0000 Received: from unknown (HELO 192.168.0.110) (192.168.0.110) by 0 with SMTP; 18 Nov 2003 12:53:06 -0000 From: Arjan van Leeuwen To: tom Date: Tue, 18 Nov 2003 13:52:54 +0100 User-Agent: KMail/1.5.4 References: <1069021442.3fb7f902194ed@www.paniert.net> <1069101939.737.52.camel@gyros> <1069119831.3fb9795788cb1@www.paniert.net> In-Reply-To: <1069119831.3fb9795788cb1@www.paniert.net> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_mYhu/L6AlsK6tRs"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200311181352.54323.avleeuwen@piwebs.com> cc: ports@freebsd.org Subject: Re: gnome2 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: Tue, 18 Nov 2003 12:52:59 -0000 --Boundary-02=_mYhu/L6AlsK6tRs Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Tuesday 18 November 2003 02:43, tom wrote: > hi me again, > somehow the gnome2 port sucks.... i did as u suggested. cvsupped again ( > didn=B4t do a rebuild) but had fortunately a rcs source by hand... now it > hangs with quite another compile problem: You shouldn't be so quick to say that the gnome2 port sucks, it seems to wo= rk=20 for everyone here except you. You had to edit a rcs source by hand... this= =20 means that the gnome2 port doesn't suck, but your ports tree does. It has=20 stale patches in there. I'd suggest to delete the whole thing (/usr/ports/*= )=20 and cvsup to get it right. Best regards, Arjan --Boundary-02=_mYhu/L6AlsK6tRs Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/uhYm3Ym57eNCXiERAkNQAJkB76k2zgNdiyauccKvNETEJrKB9gCfbWq7 pC2Er9Y2g4i4hJxD6X7r0pU= =dd2O -----END PGP SIGNATURE----- --Boundary-02=_mYhu/L6AlsK6tRs-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 13:28: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 301D416A4D3 for ; Mon, 17 Nov 2003 13:28:19 -0800 (PST) Received: from motgate6.mot.com (motgate6.mot.com [144.189.100.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2610843FD7 for ; Mon, 17 Nov 2003 13:28:18 -0800 (PST) (envelope-from maniv@motorola.com) Received: from il06exr06.mot.com (il06exr06.mot.com [129.188.137.136]) by motgate6.mot.com (Motorola/Motgate6) with ESMTP id hAHLSBii017373 for ; Mon, 17 Nov 2003 14:28:11 -0700 (MST) Received: from az33exm35.corp.mot.com (az33exm35.corp.mot.com [10.64.65.176]) by il06exr06.mot.com (Motorola/il06exr06) with ESMTP id hAHLRYKo012777 for ; Mon, 17 Nov 2003 15:28:11 -0600 Received: by az33exm35.corp.mot.com with Internet Mail Service (5.5.2657.2) id ; Mon, 17 Nov 2003 14:27:34 -0700 Message-ID: <5725AF6EE9FAD51195DC009027E377020D599164@az33exm35.corp.mot.com> From: Varadarajan Mani-A19487 To: "'freebsd-ports@freebsd.org'" Date: Mon, 17 Nov 2003 14:27:33 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.2) X-Mailman-Approved-At: Tue, 18 Nov 2003 05:20:36 -0800 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: XEmacs 21 package for FreeBSD 4.9 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, 17 Nov 2003 21:28:19 -0000 I just installed FreeBSD 4.9 and I can't find a package for XEmacs 21. There are packages for the elisp files, but does anyone know where I can find a package for the core binaries? Thanks, Mani From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 06:44: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 715C816A4CE; Tue, 18 Nov 2003 06:44:12 -0800 (PST) Received: from ftp.bjpu.edu.cn (ftp.bjpu.edu.cn [202.112.78.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F7F143FDD; Tue, 18 Nov 2003 06:44:11 -0800 (PST) (envelope-from delphij@frontfree.net) Received: by ftp.bjpu.edu.cn (Postfix, from userid 426) id 4DC5752D4; Tue, 18 Nov 2003 22:44:02 +0800 (CST) Received: from srv (unknown [202.112.73.151]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id 16CD552A3; Tue, 18 Nov 2003 22:44:02 +0800 (CST) From: "=?gb2312?B?WGluIExJL8Du9s4=?=" To: Date: Tue, 18 Nov 2003 22:43:30 +0800 Organization: Frontfree Technology Network MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Thread-Index: AcOt4lWZPRWOQTynQJK9baTEP3ODcg== Message-Id: <20031118144402.16CD552A3@ftp.bjpu.edu.cn> cc: ports@freebsd.org cc: lev@freebsd.org Subject: [PATCH] Some improvement to devel/subversion 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, 18 Nov 2003 14:44:12 -0000 >Submitter-Id: current-users >Originator: Xin LI >Organization: Frontfree Technology Network >Confidential: no >Synopsis: [PATCH] Some improvement to devel/subversion >Severity: serious >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 5.1-CURRENT i386 >Environment: FreeBSD mail.servers.frontfree.net 5.1-CURRENT FreeBSD 5.1-CURRENT #18: Sun Nov 16 06:36:57 CST 2003 root@mail.servers.frontfree.net:/usr/obj/usr/src/sys/MAIL i386 >Description: The attached patch do the following: o Detect Apache2 automatically, when present. o Correct a typo in message Please consider commit the patch. >How-To-Repeat: >Fix: Apply the attached patch to ports/devel/subversion: diff -ruN subversion.orig/Makefile subversion/Makefile --- subversion.orig/Makefile Thu Nov 13 18:00:38 2003 +++ subversion/Makefile Tue Nov 18 21:13:58 2003 @@ -35,6 +35,10 @@ SVNREPOS?= /home/svn/repos +.if exists(${LOCALBASE}/include/apache2/apr.h) +WITH_APACHE2_APR= yes +.endif + .if defined(WITH_MOD_DAV_SVN) WITH_APACHE2_APR= yes CONFIGURE_ARGS+= \ @@ -126,7 +130,7 @@ @${ECHO_MSG} "* the above subdirectories are writable by this group" @${ECHO_MSG} "" @${ECHO_MSG} "Repository will be created at '${SVNREPOS}' with group '${SVNGROUP}'" - @${ECHO_MSG} "You could change tese settings by defining SVNREPOS and SVNGROUP" + @${ECHO_MSG} "You could change these settings by defining SVNREPOS and SVNGROUP" @${ECHO_MSG} "" .endif @${ECHO_MSG} From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 06:53: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 8B1FD16A4CF for ; Tue, 18 Nov 2003 06:53:09 -0800 (PST) Received: from smtp.web.de (smtp04.web.de [217.72.192.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E6843FB1 for ; Tue, 18 Nov 2003 06:53:04 -0800 (PST) (envelope-from eugene3@web.de) Received: from [141.44.32.2] (helo=security-ag) by smtp.web.de with esmtp (WEB.DE 4.99 #516) id 1AM7Dz-0003Tz-00 for freebsd-ports@freebsd.org; Tue, 18 Nov 2003 15:53:03 +0100 From: Eugene To: freebsd-ports@freebsd.org Date: Tue, 18 Nov 2003 15:53:16 +0100 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: <200311181553.16274.eugene3@web.de> Sender: eugene3@web.de Subject: bsd-airtools update to 0.3 important for freebsd5 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, 18 Nov 2003 14:53:09 -0000 hi, bsd-airtools 0.2 doesnt work with current freebsd5, as anyone would notice... at least some important parts. luckely, there is an unofficial? update available: http://dachb0den.com/users/h1kari/work/.0-day/bsd-airtools-v0.3.tgz that one works without any problems so far on my machine please update this port :-) Eugene From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 06:56: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 3377416A4CE; Tue, 18 Nov 2003 06:56:54 -0800 (PST) Received: from freebsd.org.ru (www.freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB9E43FCB; Tue, 18 Nov 2003 06:56:52 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id B6A1D145; Tue, 18 Nov 2003 17:56:50 +0300 (MSK) Date: Tue, 18 Nov 2003 17:56:50 +0300 From: "Sergey A. Osokin" To: Eugene Message-ID: <20031118145650.GM85661@freebsd.org.ru> References: <200311181553.16274.eugene3@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311181553.16274.eugene3@web.de> User-Agent: Mutt/1.5.5.1i cc: seanc@FreeBSD.org cc: freebsd-ports@freebsd.org Subject: Re: bsd-airtools update to 0.3 important for freebsd5 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: Tue, 18 Nov 2003 14:56:54 -0000 X-List-Received-Date: Tue, 18 Nov 2003 14:56:54 -0000 On Tue, Nov 18, 2003 at 03:53:16PM +0100, Eugene wrote: > hi, > > bsd-airtools 0.2 doesnt work with current freebsd5, as anyone would notice... > at least some important parts. > > luckely, there is an unofficial? update available: > > http://dachb0den.com/users/h1kari/work/.0-day/bsd-airtools-v0.3.tgz > > that one works without any problems so far on my machine > > please update this port :-) Our bsd-airtools maintainer is seanc, not ports. Over to maintainer! :-) -- 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 Nov 18 06:57: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 C450016A4CE for ; Tue, 18 Nov 2003 06:57:07 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5742843FCB for ; Tue, 18 Nov 2003 06:57:06 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 176 invoked from network); 18 Nov 2003 14:57:03 -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 ; 18 Nov 2003 14:57:03 -0000 Message-ID: <3FBA333F.60403@liwing.de> Date: Tue, 18 Nov 2003 14:57:03 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031116 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Eugene References: <200311181553.16274.eugene3@web.de> In-Reply-To: <200311181553.16274.eugene3@web.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: bsd-airtools update to 0.3 important for freebsd5 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, 18 Nov 2003 14:57:07 -0000 Eugene wrote: > hi, > > bsd-airtools 0.2 doesnt work with current freebsd5, as anyone would notice... > at least some important parts. > > luckely, there is an unofficial? update available: > > http://dachb0den.com/users/h1kari/work/.0-day/bsd-airtools-v0.3.tgz > > that one works without any problems so far on my machine > > please update this port :-) Why don't you do it and submit a patch? Jens From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 07:09:14 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 AC5A216A4CF for ; Tue, 18 Nov 2003 07:09:14 -0800 (PST) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0206043FBD for ; Tue, 18 Nov 2003 07:09:14 -0800 (PST) (envelope-from eugene3@web.de) Received: from [141.44.32.2] (helo=security-ag) by smtp.web.de with esmtp (WEB.DE 4.99 #516) id 1AM7Td-0005vX-00 for freebsd-ports@freebsd.org; Tue, 18 Nov 2003 16:09:13 +0100 From: Eugene To: freebsd-ports@freebsd.org Date: Tue, 18 Nov 2003 16:09:26 +0100 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: <200311181609.26454.eugene3@web.de> Sender: eugene3@web.de Subject: Re: bsd-airtools update to 0.3 important for freebsd5 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, 18 Nov 2003 15:09:14 -0000 > Our bsd-airtools maintainer is seanc, not ports. > Over to maintainer! :-) > > Sergey Osokin aka oZZ sorry, so ill look for his email now... (why isnt the email in the Makefile, where the maintainer is named, or did i oversea some important file in /usr/ports/ where the emails are?) > Why don't you do it and submit a patch? > > Jens im not the maintainer, and as i read i should talk to him, instead of making patches as a "normal" user?! Eugene From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 07:13: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 5FA2316A4CE for ; Tue, 18 Nov 2003 07:13:35 -0800 (PST) Received: from smtp.web.de (smtp04.web.de [217.72.192.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00A343F93 for ; Tue, 18 Nov 2003 07:13:34 -0800 (PST) (envelope-from eugene3@web.de) Received: from [141.44.32.2] (helo=security-ag) by smtp.web.de with esmtp (WEB.DE 4.99 #516) id 1AM7Xp-0002GO-00 for freebsd-ports@freebsd.org; Tue, 18 Nov 2003 16:13:33 +0100 From: Eugene To: freebsd-ports@freebsd.org Date: Tue, 18 Nov 2003 16:13:47 +0100 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: <200311181613.47069.eugene3@web.de> Sender: eugene3@web.de Subject: Re: bsd-airtools update to 0.3 important for freebsd5 (damn me!) 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, 18 Nov 2003 15:13:35 -0000 damn me, the email is in the Makefile... im just stupid :-( Eugene From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 07:15: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 9B0DA16A4CE for ; Tue, 18 Nov 2003 07:15:06 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id F395243FBD for ; Tue, 18 Nov 2003 07:15:04 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 4475 invoked from network); 18 Nov 2003 15:14:59 -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 ; 18 Nov 2003 15:14:59 -0000 Message-ID: <3FBA3773.7080806@liwing.de> Date: Tue, 18 Nov 2003 15:14:59 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031116 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Eugene References: <200311181609.26454.eugene3@web.de> In-Reply-To: <200311181609.26454.eugene3@web.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: bsd-airtools update to 0.3 important for freebsd5 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, 18 Nov 2003 15:15:06 -0000 Eugene wrote: >>Our bsd-airtools maintainer is seanc, not ports. >>Over to maintainer! :-) >> >>Sergey Osokin aka oZZ > > sorry, so ill look for his email now... Sergey cc'ed him :-) > (why isnt the email in the Makefile, where the maintainer is named, or did i > oversea some important file in /usr/ports/ where the emails are?) In my portsdir, I found it in /usr/ports/net/bsd-airtools/Makefile, line 15. >>Why don't you do it and submit a patch? > > im not the maintainer, and as i read i should talk to him, instead of making > patches as a "normal" user?! Yes, why not. I do it very often, when I need sth. and it's not be done by anyone else. Expect the maintainer has some other things to do, which may more important. Jens From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 07:38: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 6BA3216A4CE for ; Tue, 18 Nov 2003 07:38:35 -0800 (PST) Received: from yertle.kcilink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B83843FAF for ; Tue, 18 Nov 2003 07:38:34 -0800 (PST) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 100) id B2258217B2; Tue, 18 Nov 2003 10:38:33 -0500 (EST) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16314.15609.612334.879707@yertle.int.kciLink.com> Date: Tue, 18 Nov 2003 10:38:33 -0500 To: ports@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid Subject: expect 5.38.0_3 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: , X-List-Received-Date: Tue, 18 Nov 2003 15:38:35 -0000 Yesterday I updated to the latest expect port, 5.38.0_3, and since then I've had a lot of failures with spawned processes. My expect script spawns a telnet and then issues some commands. Every so often, the telnet goes into a spin loop, and expect times out on that command, yet the child expect keeps waiting for the process to begin. If I kill the looping telnet, expect gives me an error about a non-open file handle. It doens't happen every time, but it is happening with significant frequency. This has also happened with an expect script running the "host" program to see if a name resolves to test if the name server is up. Has anyone else run into this? My guess is it has something to do with TCL 8.4 since that's the only change from the prior version of expect (I compile without X on this server). Here's the script to check for an up name server: --cut here-- #!/usr/local/bin/expect -f # -*- tcl -*- # check if the name server is running on the given host. # return 0 if alive, 2 on timeout, 1 on any other error # V. Khera # 4-MAR-1995 # $Id: checknameserver,v 1.3 2001/07/05 15:48:24 khera Exp $ exp_version -exit 5.0 if $argc!=1 { send_user "usage: checknameserver host\n" exit } set host $argv proc systemdead {} { puts "The system is dead\r" exit 1 } proc systemdeadto {} { puts "The system is not responding quickly\r" exit 2 } proc systemalive {} { puts "The system is alive\r" exit 0 } proc systemunknown {} { puts "Unknown system name!\r" exit 1 } # see if localhost has an entry spawn host -t a localhost $host expect { timeout systemdeadto "Host not found, try again" systemdead "Error in looking up server name" systemunknown -re "has address 127\.0\.0\.1" systemalive } # if we fall through the cracks, assume the worst systemdead --cut here-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 07:42: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 82A9E16A4CE for ; Tue, 18 Nov 2003 07:42:11 -0800 (PST) Received: from bjpu.edu.cn (egw.bjpu.edu.cn [202.112.78.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F3E43FE3 for ; Tue, 18 Nov 2003 07:42:08 -0800 (PST) (envelope-from liukang@bjpu.edu.cn) Received: (eyou gateway send program); Tue, 18 Nov 2003 23:48:52 +0800 X-EYOU-ORIGINAL-IP: 61.49.156.193 X-EYOU-ENVELOPE-MAILFROM: liukang@bjpu.edu.cn Received: from unknown (HELO liukangfj2a7ms) (unknown@61.49.156.193) by 202.112.78.77 with ; Tue, 18 Nov 2003 23:48:52 +0800 From: "Kang Liu" To: "=?gb2312?B?J1hpbiBMSS/A7vbOJw==?=" Date: Tue, 18 Nov 2003 23:42:02 +0800 Message-ID: <001c01c3adea$855664d0$0201a8c0@liukangfj2a7ms> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <269166351.09292@bjpu.edu.cn> cc: ports@freebsd.org cc: lev@freebsd.org Subject: RE: [PATCH] Some improvement to devel/subversion 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, 18 Nov 2003 15:42:11 -0000 > -----Original Message----- > From: owner-freebsd-ports@freebsd.org=20 > [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Xin = LI/=C0=EE=F6=CE > Sent: Tuesday, November 18, 2003 10:44 PM > To: FreeBSD-gnats-submit@freebsd.org > Cc: ports@freebsd.org; lev@freebsd.org > Subject: [PATCH] Some improvement to devel/subversion >=20 > diff -ruN subversion.orig/Makefile subversion/Makefile > --- subversion.orig/Makefile Thu Nov 13 18:00:38 2003 > +++ subversion/Makefile Tue Nov 18 21:13:58 2003 > @@ -35,6 +35,10 @@ > =20 > SVNREPOS?=3D /home/svn/repos > =20 > +.if exists(${LOCALBASE}/include/apache2/apr.h) > +WITH_APACHE2_APR=3D yes > +.endif > + I don't think it is a good idea. Someone may want to choose apr-0.9 instead of apache2, even apache2 has been installed on their machines.=20 From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 08:26: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 BB85F16A4CE for ; Tue, 18 Nov 2003 08:26:46 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C6643FDD for ; Tue, 18 Nov 2003 08:26:45 -0800 (PST) (envelope-from ljwu@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Tue, 18 Nov 2003 11:26:44 -0500 Message-ID: From: Loh John Wu To: "'freebsd-ports@freebsd.org'" Date: Tue, 18 Nov 2003 11:26:43 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Subject: how to get freeBSD 5.1 pkg_add to install .tgz files 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, 18 Nov 2003 16:26:46 -0000 Hello, This is my first time using FreeBSD 5.1 and I noticed that pkg_add has changed in that it requires a bzip2 file? Does it not support gzip files anymore? TPC-C3-27# pkg_add -r -v ftp://fbsd-ftp/pub/FreeBSD/ports/i386/packages-4-stable/All/bash-2.05a.tgz looking up fbsd-ftp connecting to fbsd-ftp:21 setting passive mode opening data connection initiating transfer Fetching ftp://fbsd-ftp/pub/FreeBSD/ports/i386/packages-4-stable/All/bash-2.05a. tgz...bzip2: (stdin) is not a bzip2 file. tar: Child died with signal 13 tar: Error exit delayed from previous errors Broken pipe I read through the pkg_add man pages on 5.1 but I'm unable to find an option that can let me specify the zip method for the package. pkg_create allows you to specify which type of zip utility you want to use and it says "Currently pkg_create recognizes the following suffixes: .tbz, .tgz and .tar." so I'm mystified about why the 5.1 pkg_add is complaining about a .tgz package? So I'm wondeirng how can I get pkg_add to work with the old tgz-style packages? Also, the man pages for pkg_add on 5.1 has this link which doesn't work (i.e. file not on ftp server) "ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/shells/bash-1.14.7.tbz)." Thanks in advance, John From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 10:45: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 7C71816A4CE; Tue, 18 Nov 2003 10:45:15 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B720A43FCB; Tue, 18 Nov 2003 10:45:13 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AMBrt-0007l1-00; Wed, 19 Nov 2003 01:50:33 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AMBrq-0007fO-00; Wed, 19 Nov 2003 01:50:30 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hAIIkJg1092903; Wed, 19 Nov 2003 00:46:19 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hAIIkIpu092811; Wed, 19 Nov 2003 00:46:18 +0600 (NOVT) (envelope-from danfe) Date: Wed, 19 Nov 2003 00:46:18 +0600 From: Alexey Dokuchaev To: Christer Solskogen Message-ID: <20031118184618.GD49964@regency.nsu.ru> References: <1878.148.121.98.163.1069060586.squirrel@mail.carebears.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1878.148.121.98.163.1069060586.squirrel@mail.carebears.mine.nu> User-Agent: Mutt/1.4.1i X-Envelope-To: solskogen@carebears.mine.nu, anholt@FreeBSD.org, ports@FreeBSD.org cc: ports@FreeBSD.org cc: anholt@FreeBSD.org Subject: Re: FreeBSD Port: nvidia-driver-1.0.4365 & libglut 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, 18 Nov 2003 18:45:15 -0000 On Mon, Nov 17, 2003 at 10:16:26AM +0100, Christer Solskogen wrote: > It seems like those two ports dont like each other much. > libglut wont compile if nvidia-driver is installed. > > building static glut library > ranlib libglut.a > cc -fpic -DPIC -O2 -pipe -mcpu=pentiumpro -I../include > -I/usr/X11R6/include -c glut_8x13.c -o glut_8x13.So > ld: cannot find -lGL > *** Error code 1 > > Stop in /tmp/usr/ports/graphics/libglut/work/Mesa-5.0.2/src-glut. > *** Error code 1 > > Stop in /usr/ports/graphics/libglut. > > > As a work-around; you can uninstall nvidia-driver, install(or upgrade) > libglut, and reinstall nvidia-driver. > But if this is a big issue, maybe a fix should be a good thing? Thanks, I'll investigate.. I already have more than enough patches for nvidia-driver in my queue, so this one will probably be the trigger one so I finally crunch some time out of my schedule and fix it! ./danfe From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 11:22: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 2FCEC16A4CE; Tue, 18 Nov 2003 11:22:41 -0800 (PST) Received: from oak.FernUni-Hagen.de (oak.fernuni-hagen.de [132.176.114.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7A043FE3; Tue, 18 Nov 2003 11:22:40 -0800 (PST) (envelope-from q5480035@mailstore.FernUni-Hagen.de) Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 1AMBQt-0007IF-00; Tue, 18 Nov 2003 20:22:39 +0100 Received: from mailstore.fernuni-hagen.de ([132.176.114.185]) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 1AMBQm-0007Hz-00; Tue, 18 Nov 2003 20:22:32 +0100 Received: from [217.0.103.195] (account q5480035 HELO oranje.my.domain) by mailstore.fernuni-hagen.de (CommuniGate Pro SMTP 4.0.6) with ESMTP id 2758595; Tue, 18 Nov 2003 20:22:29 +0100 Date: Tue, 18 Nov 2003 20:22:01 +0100 To: Pav Lucistnik , freebsd-ports@freebsd.org References: <200311181906.hAIJ6TrJ071335@freefall.freebsd.org> From: Marc van Woerkom Organization: =?iso-8859-1?Q?FernUniversit=E4t_in_Hagen?= Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200311181906.hAIJ6TrJ071335@freefall.freebsd.org> User-Agent: Opera7.21/FreeBSD M2 build 497 X-Virus-Scanned: by AMaViS perl-11 Subject: Re: ports/59406: [NEW PORT] smv model checker 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, 18 Nov 2003 19:22:41 -0000 On Tue, 18 Nov 2003 11:06:29 -0800 (PST), Pav Lucistnik wrote: > Synopsis: [NEW PORT] smv model checker > > State-Changed-From-To: open->closed > State-Changed-By: pav > State-Changed-When: Tue Nov 18 11:06:03 PST 2003 > State-Changed-Why: > Working shar is in ports/59429. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=59406 Thank you guys, I already wondered where the first PR went. Why did my first submission got all wrong: I usually submit PRs via the web interface and found it closed this time. My reguluar box is connected to an ISP and has no valid domain, and I didn't manage to configure sendmail to drop mail at my University account - so send-pr doesn't work from the commandline on that box because the mail doesn't get out. :( (Any hint for configuring sendmail is welcome) What I did was pasting the send-pr output in Opera's mail client. Obviously I screwed several fields of the GNATs report form. :( Today I resent via a FreeBSD box within the University which has a 24/7 connection etc where sendmail worked. Regards, Marc From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 11:46: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 91FE516A4CE; Tue, 18 Nov 2003 11:46:02 -0800 (PST) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7672343FE0; Tue, 18 Nov 2003 11:45:54 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from ip84-61.dialup.wplus.net (ip84-61.dialup.wplus.net [195.131.84.61]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id hAIJjH1u065618; Tue, 18 Nov 2003 22:45:20 +0300 (MSK) (envelope-from lev@FreeBSD.org) Date: Tue, 18 Nov 2003 22:54:29 +0300 From: Lev Serebryakov X-Mailer: The Bat! (v1.62r) Personal Organization: FreeBSD Developers Team X-Priority: 3 (Normal) Message-ID: <643685843.20031118225429@serebryakov.spb.ru> To: "Kang Liu" In-Reply-To: <001c01c3adea$855664d0$0201a8c0@liukangfj2a7ms> References: <001c01c3adea$855664d0$0201a8c0@liukangfj2a7ms> MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit cc: ports@FreeBSD.org cc: lev@FreeBSD.org Subject: Re[2]: [PATCH] Some improvement to devel/subversion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 19:46:02 -0000 Hello, Kang! Tuesday, November 18, 2003, 6:42:02 PM, you wrote: >> +.if exists(${LOCALBASE}/include/apache2/apr.h) >> +WITH_APACHE2_APR= yes >> +.endif >> + KL> I don't think it is a good idea. KL> Someone may want to choose apr-0.9 instead of apache2, KL> even apache2 has been installed on their machines. I agree with Kang Liu Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 11:51: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 4E95016A4CE for ; Tue, 18 Nov 2003 11:51:45 -0800 (PST) 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 81A6443FE1 for ; Tue, 18 Nov 2003 11:51:42 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3E72B66C55; Tue, 18 Nov 2003 11:51:42 -0800 (PST) Date: Tue, 18 Nov 2003 11:51:42 -0800 From: Kris Kennaway To: Loh John Wu Message-ID: <20031118195142.GC50099@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s9fJI615cBHmzTOP" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: "'freebsd-ports@freebsd.org'" Subject: Re: how to get freeBSD 5.1 pkg_add to install .tgz files 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, 18 Nov 2003 19:51:45 -0000 --s9fJI615cBHmzTOP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 18, 2003 at 11:26:43AM -0500, Loh John Wu wrote: > Hello, >=20 > This is my first time using FreeBSD 5.1 and I noticed that pkg_add has > changed in that it requires a bzip2 file? Does it not support gzip files > anymore? A better question is why are you trying to add 4.x packages on your 5.x box? Kris --s9fJI615cBHmzTOP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/unhNWry0BWjoQKURAjSoAJ9Y2pGyMn06n7044a5gX4461koRCACeMtkI MbYM77+8YhqUdiZjUY6M9Ns= =z0Ms -----END PGP SIGNATURE----- --s9fJI615cBHmzTOP-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 12:18: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 180B716A4CE for ; Tue, 18 Nov 2003 12:18:13 -0800 (PST) Received: from util.inch.com (ns.inch.com [216.223.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C069A43FAF for ; Tue, 18 Nov 2003 12:18:11 -0800 (PST) (envelope-from scott@inch.com) Received: from DellBSD.inch.com (DellBSD.inch.com [216.223.192.89]) hAIKIAXJ011147 for ; Tue, 18 Nov 2003 15:18:10 -0500 (EST) (envelope-from scott@inch.com) Received: by DellBSD.inch.com (Postfix, from userid 1000) id 794755C9D; Tue, 18 Nov 2003 15:18:10 -0500 (EST) Date: Tue, 18 Nov 2003 15:18:10 -0500 From: Scott Lambert To: ports@FreeBSD.org Message-ID: <20031118201810.GA98933@DellBSD.inch.com> References: <20031117193111.GA13258@DellBSD.inch.com> <20031118073815.GA688@chetwood.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031118073815.GA688@chetwood.ru> User-Agent: Mutt/1.5.4i Subject: Re: ports/57877: Update port: mail/mailman add option for using the htdig integration patches 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, 18 Nov 2003 20:18:13 -0000 On Tue, Nov 18, 2003 at 10:38:15AM +0300, Sergei Kolobov wrote: > On 2003-11-17 at 14:31 -0500, Scott Lambert wrote: > > This is a post-one-month ping to see if I can attract the attention of a > > committer. > > I'll take care of it. > > Sergei Thank you! -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 12:22: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 C7D3616A4CE for ; Tue, 18 Nov 2003 12:22:46 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8580943F75 for ; Tue, 18 Nov 2003 12:22:45 -0800 (PST) (envelope-from ljwu@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Tue, 18 Nov 2003 15:22:44 -0500 Message-ID: From: Loh John Wu To: 'Kris Kennaway' Date: Tue, 18 Nov 2003 15:22:43 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" cc: "'freebsd-ports@freebsd.org'" Subject: RE: how to get freeBSD 5.1 pkg_add to install .tgz files 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, 18 Nov 2003 20:22:46 -0000 Well I had a 4.x system and I want to move to a 5.1 system. I had some ports and packages that were on my 4.x system that I want on the 5.1 one. I thought ports were never versioned? Is there a split between the 4.x ports and the 5.1 ports? I tried to look for some explanation about the differences between a 5.1 port and a 4.x port but couldn't find any.... Does 5.1 not support tgz packages? Like I have a verison of bash on my 4.x system that I wanted to put on 5.1 so I just did a pkg_ad on the new system but fails out. I have also created some custom packages (tarballs with the pkg extras) for my 4.x system which were gzipped. Do I need to rebuild to packages to use bzip2 for them to be usable on a 5.1 system? What is the recommended method of putting new packages/ports on a 5.1 system? Thanks, John -----Original Message----- From: Kris Kennaway [mailto:kris@obsecurity.org] Sent: Tuesday, November 18, 2003 2:52 PM To: Loh John Wu Cc: 'freebsd-ports@freebsd.org' Subject: Re: how to get freeBSD 5.1 pkg_add to install .tgz files On Tue, Nov 18, 2003 at 11:26:43AM -0500, Loh John Wu wrote: > Hello, > > This is my first time using FreeBSD 5.1 and I noticed that pkg_add has > changed in that it requires a bzip2 file? Does it not support gzip files > anymore? A better question is why are you trying to add 4.x packages on your 5.x box? Kris From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 12:28: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 48F8716A4CE for ; Tue, 18 Nov 2003 12:28:00 -0800 (PST) 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 60F2543FA3 for ; Tue, 18 Nov 2003 12:27:59 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EBDD366C55; Tue, 18 Nov 2003 12:27:58 -0800 (PST) Date: Tue, 18 Nov 2003 12:27:58 -0800 From: Kris Kennaway To: Loh John Wu Message-ID: <20031118202758.GA50864@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: "'freebsd-ports@freebsd.org'" cc: 'Kris Kennaway' Subject: Re: how to get freeBSD 5.1 pkg_add to install .tgz files 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, 18 Nov 2003 20:28:00 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 18, 2003 at 03:22:43PM -0500, Loh John Wu wrote: > Well I had a 4.x system and I want to move to a 5.1 system. > I had some ports and packages that were on my 4.x system that I want on t= he > 5.1 one. > I thought ports were never versioned? Is there a split between > the 4.x ports and the 5.1 ports? I tried to look for some > explanation about the differences between a 5.1 port and a 4.x port > but couldn't find any.... ports !=3D packages The ports collection is not branched, but that doesn't mean you can use packages built for one version on another version. > Does 5.1 not support tgz packages? I think so. There was some autodetection code in pkg_add, but it didn't work and it was removed. > Like I have a verison of bash on my 4.x system that I wanted to put on 5.1 > so I just did a pkg_ad on the new system but fails out. > I have also created some custom packages (tarballs with the pkg extras) > for my 4.x system which were gzipped. Do I need to rebuild to packages to > use bzip2 > for them to be usable on a 5.1 system? >=20 > What is the recommended method of putting new packages/ports on a 5.1 > system? Use packages built for 5.1. Kris --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/uoDOWry0BWjoQKURAmQiAJoCc8IMzpIXPZIeoExK1d8mvOcqOwCfUf+k vAAWvs8NJLyU2wSzEFle4Wk= =uw9t -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 13:39: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 3CA8C16A4CE for ; Tue, 18 Nov 2003 13:39:46 -0800 (PST) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [193.162.153.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D67243FA3 for ; Tue, 18 Nov 2003 13:39:45 -0800 (PST) (envelope-from elj@init6.org) Received: from [127.0.0.1] (init6.org [80.199.24.225]) by pfepc.post.tele.dk (Postfix) with ESMTP id 9815F262B98 for ; Tue, 18 Nov 2003 22:39:38 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v606) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: ports@freebsd.org From: Lasse Jespersen Date: Tue, 18 Nov 2003 22:39:43 +0100 X-Mailer: Apple Mail (2.606) Subject: Fwd: nbaudit 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, 18 Nov 2003 21:39:46 -0000 Begin forwarded message: > From: "David O'Brien" > Date: 18. november 2003 22:25:07 MET > To: Lasse Jespersen > Subject: Re: nbaudit > Reply-To: obrien@freebsd.org > > On Tue, Nov 18, 2003 at 06:19:06PM +0100, Lasse Jespersen wrote: >> hello, >> >> i'm using nbaudit-1.0.1 ( on freebsd-4.8-STABLE ) to test a network >> for >> poor passwords, and there are some rather fatal problems with it. no >> error reports from the program itself, however. >> >> it quite simply doesn't work. it doesnt load the userlist and >> passwords, >> and there are no attempts to bruteforce. the iprange scan doesn't >> work. >> please fix this; the tools functionality is exactly what i need. > > Please forward this email to ports@freebsd.org. > thanks. > From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 14:53: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 1424716A4CE for ; Tue, 18 Nov 2003 14:53:01 -0800 (PST) Received: from peedub.jennejohn.org (p213.54.222.144.tisdip.tiscali.de [213.54.222.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 930C843FD7 for ; Tue, 18 Nov 2003 14:52:59 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.10/8.11.6) with ESMTP id hAIMqtcl063852; Tue, 18 Nov 2003 23:52:55 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200311182252.hAIMqtcl063852@peedub.jennejohn.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Varadarajan Mani-A19487 In-Reply-To: Message from Varadarajan Mani-A19487 <5725AF6EE9FAD51195DC009027E377020D599164@az33exm35.corp.mot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Nov 2003 23:52:55 +0100 From: Gary Jennejohn cc: "'freebsd-ports@freebsd.org'" Subject: Re: XEmacs 21 package for FreeBSD 4.9 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, 18 Nov 2003 22:53:01 -0000 Varadarajan Mani-A19487 writes: > I just installed FreeBSD 4.9 and I can't find a package for XEmacs 21. > There are packages for the elisp files, but does anyone know where I > can find a package for the core binaries? > I don't know about finding a package, but xemacs21 is a really old version. Try using xemacs, it's up-to-date. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 14:54: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 D69D916A4CE for ; Tue, 18 Nov 2003 14:54:09 -0800 (PST) Received: from hotmail.com (law10-f111.law10.hotmail.com [64.4.15.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A60D43FF5 for ; Tue, 18 Nov 2003 14:54:09 -0800 (PST) (envelope-from weaseal@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 18 Nov 2003 14:54:09 -0800 Received: from 130.85.245.34 by lw10fd.law10.hotmail.msn.com with HTTP; Tue, 18 Nov 2003 22:54:09 GMT X-Originating-IP: [130.85.245.34] X-Originating-Email: [weaseal@hotmail.com] From: "Walter Venable" To: ports@FreeBSD.org Date: Tue, 18 Nov 2003 17:54:09 -0500 Message-ID: X-OriginalArrivalTime: 18 Nov 2003 22:54:09.0491 (UTC) FILETIME=[E07EEA30:01C3AE26] MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: naim-dev 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: Tue, 18 Nov 2003 22:54:10 -0000 Hi, I have created a new port, which is a development version of the ports/net/naim port (Thusly named dev-naim). The only problem is that the link provided by the naim website is only a temporary link as each development version is removed as the next one is released. I was wondering if there were anywhere on the FreeBSD FTP that I would be able to upload the source so that it would always be available. Thanks. -Walter Lyle Venable _________________________________________________________________ [1]Is there a gadget-lover on your gift list? MSN Shopping has lined up some good bets References 1. http://g.msn.com/8HMAENUS/2752??PS= From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 15:35: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 BB92616A4CE for ; Tue, 18 Nov 2003 15:35:28 -0800 (PST) Received: from kiri.slis.tsukuba.ac.jp (kiri.slis.tsukuba.ac.jp [133.51.14.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F32E43F3F for ; Tue, 18 Nov 2003 15:35:27 -0800 (PST) (envelope-from kiri@kiri.slis.tsukuba.ac.jp) Received: from kiri.pis.kiri.slis.tsukuba.ac.jp (localhost [127.0.0.1]) hAINSNgO068589; Wed, 19 Nov 2003 08:28:24 +0900 (JST) (envelope-from kiri@kiri.slis.tsukuba.ac.jp) Message-Id: <200311182328.hAINSNgO068589@kiri.slis.tsukuba.ac.jp> Date: Wed, 19 Nov 2003 08:28:23 +0900 From: KIRIYAMA Kazuhiko To: Varadarajan Mani-A19487 In-Reply-To: <5725AF6EE9FAD51195DC009027E377020D599164@az33exm35.corp.mot.com> References: <5725AF6EE9FAD51195DC009027E377020D599164@az33exm35.corp.mot.com> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII cc: "'freebsd-ports@freebsd.org'" Subject: Re: XEmacs 21 package for FreeBSD 4.9 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, 18 Nov 2003 23:35:28 -0000 X-List-Received-Date: Tue, 18 Nov 2003 23:35:28 -0000 Hi. At Mon, 17 Nov 2003 14:27:33 -0700, Varadarajan Mani-A19487 wrote: > > I just installed FreeBSD 4.9 and I can't find a package for XEmacs 21. > There are packages for the elisp files, but does anyone know where I > can find a package for the core binaries? I don't know what `core binaries' you mentioned, but xemacs ports/packages are already ready to install. You should be installed with following ports/packages: XEmacs stuff ports packages ------------------------------------------------------------------------- XEmacs 21.1.14: editors/xemacs21 xemacs-21.1.14.tbz XEmacs 21.4.14: editors/xemacs21-mule xemacs-mule-21.4.14.tbz XEmacs 21.5.b15: editors/xemacs21 xemacs-devel-21.5.b15.tbz for sumo-package: editors/xemacs-packages xemacs-packages-9.0.tbz --- kiri@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 15:42: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 856B816A4CE; Tue, 18 Nov 2003 15:42:38 -0800 (PST) Received: from motgate7.mot.com (motgate7.mot.com [129.188.136.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7973A43F75; Tue, 18 Nov 2003 15:42:37 -0800 (PST) (envelope-from maniv@motorola.com) Received: from il06exr06.mot.com (il06exr06.mot.com [129.188.137.136]) by motgate7.mot.com (Motorola/Motgate7) with ESMTP id hAINfT1D021732; Tue, 18 Nov 2003 16:41:29 -0700 (MST) Received: from az33exm35.corp.mot.com (az33exm35.corp.mot.com [10.64.65.176]) hAINgXCw026258; Tue, 18 Nov 2003 17:42:34 -0600 Received: by az33exm35.corp.mot.com with Internet Mail Service (5.5.2657.2) id ; Tue, 18 Nov 2003 16:42:33 -0700 Message-ID: <5725AF6EE9FAD51195DC009027E377020D59916C@az33exm35.corp.mot.com> From: Varadarajan Mani-A19487 To: "'KIRIYAMA Kazuhiko'" , Varadarajan Mani-A19487 Date: Tue, 18 Nov 2003 16:42:26 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.2) Content-Type: text/plain cc: freebsd-ports@freebsd.org Subject: RE: XEmacs 21 package for FreeBSD 4.9 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, 18 Nov 2003 23:42:38 -0000 Kiri wrote: > > I don't know what `core binaries' you mentioned, but xemacs > ports/packages are already ready to install. You should be > installed with following ports/packages: > > XEmacs stuff ports packages > -------------------------------------------------------------- > ----------- > XEmacs 21.1.14: editors/xemacs21 > xemacs-21.1.14.tbz > XEmacs 21.4.14: editors/xemacs21-mule > xemacs-mule-21.4.14.tbz > XEmacs 21.5.b15: editors/xemacs21 > xemacs-devel-21.5.b15.tbz > for sumo-package: editors/xemacs-packages xemacs-packages-9.0.tbz Where are you looking? I'm new to FreeBSD (convert from OpenBSD) so I may not be looking in the right place, but ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/editors/ doesn't have any xemacs21 package. This is for 4.9. Mani From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 16:36: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 2989816A4CE; Tue, 18 Nov 2003 16:36:13 -0800 (PST) Received: from rocket.alienwebshop.com (rocket.alienwebshop.com [216.120.226.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E2443FB1; Tue, 18 Nov 2003 16:36:10 -0800 (PST) (envelope-from Hostmaster@Video2Video.Com) Received: from alienwebshop.com (localhost [127.0.0.1]) by rocket.alienwebshop.com (Postfix) with SMTP id 0F888FEDD; Tue, 18 Nov 2003 19:36:09 -0500 (EST) Received: from 63.109.229.13 (SquirrelMail authenticated user pete) by webmail.alienwebshop.com with HTTP; Tue, 18 Nov 2003 16:36:09 -0800 (PST) Message-ID: <16767.63.109.229.13.1069202169.squirrel@webmail.alienwebshop.com> Date: Tue, 18 Nov 2003 16:36:09 -0800 (PST) From: "Peter Leftwich" To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: questions@freebsd.org Subject: Suggestion to display date/time of port addition or modification 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, 19 Nov 2003 00:36:13 -0000 RE: http://www.freebsd.org/cgi/ports.cgi?query=gimp&stype=all [1] Two quick questions/suggestions if I may? Has the "ports team" ever considered including the date/time of when the port was added or modified? This could be displayed as a time code, such as "20031118" (today's date) and appear on the line that says: Description : Sources : Package : Changes : Download [2] I do not understand the usefulness nor see the "beauty" of the current method of installing ports. Why must a user download elementary "instructions" for programs A, B, C, D, through Z when all he or she may want are programs P and Q which require libraries B, C, D, and E? In other words, have the people in the know ever considered making it possible to download one tarballed directory, whose Makefile could figure out which other tarballed directories are needed and "fetch" them in sequence? This seems far simpler than 19 megs of unnecessary files that may never be used possibly. Thank you for listening, hopefully my remarks generate some discussion. -- Peter Leftwich, President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039, USA http://Www.Video2Video.Com PS: Please reply-to-all or explicitly CC me in your reply. Appreciate it. From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 17:02: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 3697616A4CE for ; Tue, 18 Nov 2003 17:02:56 -0800 (PST) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 960BE43F85 for ; Tue, 18 Nov 2003 17:02:54 -0800 (PST) (envelope-from adamw@magnesium.net) Received: (qmail 59582 invoked by uid 1252); 19 Nov 2003 01:02:54 -0000 Date: 18 Nov 2003 20:02:54 -0500 Date: Tue, 18 Nov 2003 20:02:54 -0500 From: Adam Weinberger To: Peter Leftwich Message-ID: <20031119010254.GM40706@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Peter Leftwich , ports@freebsd.org, questions@freebsd.org References: <16767.63.109.229.13.1069202169.squirrel@webmail.alienwebshop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16767.63.109.229.13.1069202169.squirrel@webmail.alienwebshop.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: ports@freebsd.org cc: questions@freebsd.org Subject: Re: Suggestion to display date/time of port addition or modification 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, 19 Nov 2003 01:02:56 -0000 >> (11.18.2003 @ 1936 PST): Peter Leftwich said, in 1.4K: << > [1] Two quick questions/suggestions if I may? Has the "ports team" ever > considered including the date/time of when the port was added or modified? > This could be displayed as a time code, such as "20031118" (today's date) > and appear on the line that says: > > Description : Sources : Package : Changes : Download For this, you have a number of options. Within the first 5 lines of port Makefiles, you can find the CVS Id tag, which tells you when the Makefile was last updated. For example: monkey@smacky:~% grep FreeBSD: /usr/ports/graphics/gimp-devel/Makefile # $FreeBSD: ports/graphics/gimp-devel/Makefile,v 1.134 2003/11/17 12:28:58 trevor Exp $ You can also use cvsweb (http://www.freebsd.org/cgi/cvsweb.cgi/ports) to examine when stuff happened for ports. And you can probably get that information from freshports.org. Freshports.org has *everything*, if you know where to find it. > [2] I do not understand the usefulness nor see the "beauty" of the current > method of installing ports. Why must a user download elementary > "instructions" for programs A, B, C, D, through Z when all he or she may > want are programs P and Q which require libraries B, C, D, and E? In > other words, have the people in the know ever considered making it > possible to download one tarballed directory, whose Makefile could figure > out which other tarballed directories are needed and "fetch" them in > sequence? This seems far simpler than 19 megs of unnecessary files that > may never be used possibly. Thank you for listening, hopefully my remarks > generate some discussion. Peter, I think you'd be much better off using packages. The ports tree is designed to be used all in one piece. I once spent weeks trying to get you to download the ports/Mk directory, and I don't want to go through that 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 Tue Nov 18 18:44: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 E523C16A4CE for ; Tue, 18 Nov 2003 18:44:11 -0800 (PST) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03-qfe0.nyroc.rr.com [24.24.2.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E1043F3F for ; Tue, 18 Nov 2003 18:44:10 -0800 (PST) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-59-143-77.twcny.rr.com [24.59.143.77]) hAJ2i6R3029099; Tue, 18 Nov 2003 21:44:07 -0500 (EST) Message-ID: <3FBAD8E2.6050604@twcny.rr.com> Date: Tue, 18 Nov 2003 21:43:46 -0500 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: osa@freebsd.org.ru References: <3FB9404E.8020502@twcny.rr.com> <20031117220752.GT85661@freebsd.org.ru> In-Reply-To: <20031117220752.GT85661@freebsd.org.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-ports@FreeBSD.org Subject: Re: acroread5 will not start (solved) 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, 19 Nov 2003 02:44:12 -0000 Sergey A. Osokin wrote: > On Mon, Nov 17, 2003 at 04:40:30PM -0500, Tom Parquette wrote: > >>Please CC me. I do not subscribe to PORTS. Thanks... >> >>I'm trying to configure mozilla to call acroread5 for pdf files. >>This is a 5.1-CURRENT from October of '03 (I stay back from the edge >>some ;-) >>According to pkg_info, I have acroread-5.08 installed. >> >>This is what it's giving me: >>$ acroread5 >>ELF binary type "3" not known. >>/usr/local/Acrobat5/Reader/intellinux/bin/acroread: 1: Syntax error: "(" >>unexpected >>$ >> >>This smells like a compatability module problem. >>I tried searching questions and ports but I didn't find anything talking >>about ELF binary types. >> >>TIA for any help... > > > Looks like linux kernel module unloadable. > $ kldload linux > then try again. > Linux support was inactive. Thanks... From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 21:00: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 6415616A4CE; Tue, 18 Nov 2003 21:00:26 -0800 (PST) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574CC43FBF; Tue, 18 Nov 2003 21:00:25 -0800 (PST) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id B2CB52106A; Tue, 18 Nov 2003 20:59:46 -0800 (PST) Date: Tue, 18 Nov 2003 20:59:46 -0800 From: Sean Chittenden To: Eugene Message-ID: <20031119045946.GA58883@perrin.nxad.com> References: <200311181553.16274.eugene3@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311181553.16274.eugene3@web.de> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i cc: mobile@FreeBSD.org cc: freebsd-ports@freebsd.org cc: net@FreeBSD.org Subject: Re: bsd-airtools update to 0.3 important for freebsd5 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, 19 Nov 2003 05:00:26 -0000 > http://dachb0den.com/users/h1kari/work/.0-day/bsd-airtools-v0.3.tgz > > that one works without any problems so far on my machine # uname -a FreeBSD localhost 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Nov 17 15:08:10 PST 2003 sean@localhost:/usr/obj/usr/src/sys/POSDELLAPTOP i386 # dmesg -a | grep wi0 wi0: at port 0x100-0x13f irq 11 function 0 config 1 on pccard0 wi0: 802.11 address: 00:30:ab:11:f6:88 wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A wi0: Intersil Firmware: Primary (0.3.0), Station (0.8.3) wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps # dstumbler wi0 -o [dstumbler fires up and works beautifully] Sweet! Where'd you find this version of bsd-airtools? Regardless, the port has been updated, thank you. -sc ____________________________________ / dstumbler is back in the hizouse!! \ \ (or some such laughable nonsense) / ------------------------------------ \ , , \ /( )` \ \ \___ / | /- _ `-/ ' (/\/ \ \ /\ / / | ` \ O O ) / | `-^--'`< ' (_.) _ ) / `.___/` / `-----' / <----. __ / __ \ <----|====O)))==) \) /==== <----' `--' `.__,' \ | | \ / ______( (_ / \______ ,' ,-----' | \ `--{__________) \/ -- Sean Chittenden From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 22:11: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 C9EC616A4CE; Tue, 18 Nov 2003 22:11:44 -0800 (PST) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 827F543FE5; Tue, 18 Nov 2003 22:11:41 -0800 (PST) (envelope-from jjreynold@ip68-2-101-74.ph.ph.cox.net) Received: from ip68-2-101-74.ph.ph.cox.net ([68.2.101.74]) by fed1mtao03.cox.netESMTP <20031119061140.BKST28419.fed1mtao03.cox.net@ip68-2-101-74.ph.ph.cox.net>; Wed, 19 Nov 2003 01:11:40 -0500 Received: from whale.home-net (whale.home-net [192.168.1.2]) hAJ6BeNF004655; Tue, 18 Nov 2003 23:11:40 -0700 (MST) (envelope-from jjreynold@dolphin.home-net) Received: from whale.home-net (localhost [127.0.0.1]) by whale.home-net (8.12.9/8.12.9) with ESMTP id hAJ6BexF095011; Tue, 18 Nov 2003 23:11:40 -0700 (MST) (envelope-from jjreynold@whale.home-net) Received: (from jjreynold@localhost) by whale.home-net (8.12.9/8.12.9/Submit) id hAJ6Bd4d095008; Tue, 18 Nov 2003 23:11:39 -0700 (MST) (envelope-from jjreynold) From: John Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16315.2459.457793.876084@whale.home-net> Date: Tue, 18 Nov 2003 23:11:39 -0700 To: ports@freebsd.org X-Mailer: VM 7.17 under Emacs 21.3.1 cc: stable@freebsd.org cc: Mariusz Woloszyn Subject: call for testers -- changes to libusb 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, 19 Nov 2003 06:11:44 -0000 Hello -ports & -stable. Sorry for the cross-post, but it is appropriate as I'm hoping to get the help of people running -STABLE (who might not be subscribed to -ports). I have an unchecked-in version of libusb-0.1.7 with patches to fix some behavior problems. In short, it is alledged that the original port from Linux to FreeBSD didn't need to "loop until done" in the bulk_read/bulk_write functions as the Linux port does. For those interested, see the thread here: http://lists.inteltec.com/wws/arc/usb-bsd/2003-11/msg00021.html The authors/contributors of the patch have tested it with gphoto[2] and many different cameras. I have tested the patch with my own little pet port "s10sh" and it seems to operate totally fine. However, I'm on (an outdated) -CURRENT system and not longer have a -STABLE system to test with. Please backup your currently installed package, delete libusb-0.1.7, fetch the following .tbz fetch 'http://www.reynoldsnet.org/libusb-0.1.7_1.tbz' MD5 (liibusb-0.1.7_1.tbz) = c33b84b0f45cacea982a90553c8f323c pkg_add it, and test your app that links to it. Specifically I'm looking for anybody who is currently using an application other than gPhoto2 or s10sh. I know that sane (or sane-backend) links to this library, but I don't have a USB scanner so I have no way of knowing if things are cool or not. Off the top of my head I can't remember other ports that depend on libusb, but if you use one of them regularly, please test this. If I get no negative feedback within a couple of days I will followup on ports/58925 with a patch to bring in this patch until we can get the code changes into libusb itself and 0.1.8 rolled (I can do the former, but not the latter). Thanks! -Jr -- John & Jennifer Reynolds johnjen at reynoldsnet.org www.reynoldsnet.org Structural / Physical Design - ICG/PNG SCD jreynold at sedona.ch.intel.com Running FreeBSD since 2.1.5-RELEASE. FreeBSD: The Power to Serve! "Unix is user friendly, it's just particular about the friends it chooses." From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 00:16: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 3538C16A4CE; Wed, 19 Nov 2003 00:16:10 -0800 (PST) Received: from ftp.bjpu.edu.cn (ftp.bjpu.edu.cn [202.112.78.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D62E43FBF; Wed, 19 Nov 2003 00:16:09 -0800 (PST) (envelope-from delphij@frontfree.net) Received: by ftp.bjpu.edu.cn (Postfix, from userid 426) id B695A52D4; Wed, 19 Nov 2003 16:16:07 +0800 (CST) Received: from srv (unknown [202.112.73.151]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id 7CD065299; Wed, 19 Nov 2003 16:16:07 +0800 (CST) From: "=?gb2312?B?WGluIExJL8Du9s4vy77NvdHlxM8=?=" Sender: "=?gb2312?B?WGluIExJL8Du9s4=?=" To: "'Lev Serebryakov'" , "'Kang Liu'" Date: Wed, 19 Nov 2003 16:16:07 +0800 Organization: Frontfree Technology Network MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 In-Reply-To: <643685843.20031118225429@serebryakov.spb.ru> Thread-Index: AcOuLSaMigukvpbDQTCibDch9B6n0gAR+Mbw Message-Id: <20031119081607.7CD065299@ftp.bjpu.edu.cn> cc: ports@FreeBSD.org Subject: RE: Re[2]: [PATCH] Some improvement to devel/subversion 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, 19 Nov 2003 08:16:10 -0000 Hmm... You are right, I have not read the devel/apr documentation carefully :) Sorry for the noise. -----Original Message----- From: Lev Serebryakov [mailto:lev@FreeBSD.org] Sent: Wednesday, November 19, 2003 3:54 AM To: Kang Liu Cc: "'Xin LI/XXXX'"; ports@FreeBSD.org; lev@FreeBSD.org Subject: Re[2]: [PATCH] Some improvement to devel/subversion Hello, Kang! Tuesday, November 18, 2003, 6:42:02 PM, you wrote: >> +.if exists(${LOCALBASE}/include/apache2/apr.h) >> +WITH_APACHE2_APR= yes >> +.endif >> + KL> I don't think it is a good idea. KL> Someone may want to choose apr-0.9 instead of apache2, even apache2 KL> has been installed on their machines. I agree with Kang Liu Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 00:29: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 5A1EF16A4CE for ; Wed, 19 Nov 2003 00:29:36 -0800 (PST) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFBA43F93 for ; Wed, 19 Nov 2003 00:29:33 -0800 (PST) (envelope-from jan-peter.koopmann@seceidos.de) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 19 Nov 2003 09:29:26 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to get @freebsd.org e-mail Thread-Index: AcOud0aFSC7aKqMMSj6lH6TSUsSeAA== From: "Jan-Peter Koopmann" To: X-MailScanner-Seceidos: Found to be clean X-MailScanner-SpamCheck: Subject: How to get @freebsd.org e-mail 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, 19 Nov 2003 08:29:36 -0000 Hi, not that this is awfully important but I wondered how to get an @freebsd.org e-mail adress. I submitted two ports and would like to have j.koopmann@freebsd.org or similar as maintainer... :-) Regards, JP From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 00:36: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 E3EE416A4CE for ; Wed, 19 Nov 2003 00:36:45 -0800 (PST) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C25A43F3F for ; Wed, 19 Nov 2003 00:36:43 -0800 (PST) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.24) id 1AMNpK-000OPa-9u; Wed, 19 Nov 2003 09:36:42 +0100 Date: Wed, 19 Nov 2003 09:36:42 +0100 From: Kirill Ponomarew To: Jan-Peter Koopmann Message-ID: <20031119083642.GF63315@voodoo.oberon.net> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uTRFFR9qmiCqR05s" Content-Disposition: inline In-Reply-To: X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: ports@FreeBSD.org Subject: Re: How to get @freebsd.org e-mail 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, 19 Nov 2003 08:36:46 -0000 --uTRFFR9qmiCqR05s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Nov 19, 2003 at 09:29:26AM +0100, Jan-Peter Koopmann wrote: > Hi, >=20 > not that this is awfully important but I wondered how to get an > @freebsd.org e-mail adress. I submitted two ports and would like to have > j.koopmann@freebsd.org or similar as maintainer... :-) http://docs.freebsd.org/cgi/getmsg.cgi?fetch=3D451752+0+archive/2003/freebs= d-ports/20031116.freebsd-ports -Kirill --uTRFFR9qmiCqR05s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/uyuaQC1G6a60JuURAuoHAJ0alWfEXPs2LV0NXvwZqo6ItDzChgCdHiks 1oNcrZ7V41aomUKPDLk++QE= =LJed -----END PGP SIGNATURE----- --uTRFFR9qmiCqR05s-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 00:45: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 7CE6316A4CE; Wed, 19 Nov 2003 00:45:53 -0800 (PST) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5684D43F93; Wed, 19 Nov 2003 00:45:52 -0800 (PST) (envelope-from jan-peter.koopmann@seceidos.de) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 19 Nov 2003 09:45:49 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to get @freebsd.org e-mail Thread-Index: AcOueErhb5btf/BVQw2kXWTYEdUTNwAAOPlg From: "Jan-Peter Koopmann" To: "Kirill Ponomarew" X-MailScanner-Seceidos: Found to be clean X-MailScanner-SpamCheck: cc: ports@FreeBSD.org Subject: RE: How to get @freebsd.org e-mail 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, 19 Nov 2003 08:45:53 -0000 Thanks for the fast answer, =20 > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=3D451752+0+archive/ > 2003/freebsd-ports/20031116.freebsd-ports Either I am not reading this correctly or you want to tell me that only committers get @freebsd.org adresses. That's fine with me then... Regards, JP From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 12:50: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 CC97816A4CE for ; Tue, 18 Nov 2003 12:50:50 -0800 (PST) Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8740C43FBF for ; Tue, 18 Nov 2003 12:50:47 -0800 (PST) (envelope-from arjan.sikkema@xs4all.nl) Received: from schophil (schophil.xs4all.nl [213.84.179.140]) by smtpzilla1.xs4all.nl (8.12.9/8.12.9) with ESMTP id hAIKo3oZ021680; Tue, 18 Nov 2003 21:50:08 +0100 (CET) From: "Arjan Sikkema" To: Date: Tue, 18 Nov 2003 21:50:03 +0100 Message-ID: <000a01c3ae15$8d84c220$9600000a@schophil> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailman-Approved-At: Wed, 19 Nov 2003 05:49:20 -0800 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: centericq-4.9.8 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, 18 Nov 2003 20:50:50 -0000 Hi there, Read on the FreeBSD ports-site that you are the person who created the CenterICQ 4.9.8 update that "enables" the changed MSN strategy on = allowing non-MSN-Messenger clients to connect? Hope I have the right person. I found a little problem in the MSN support: whenever I connect with CenterICQ, I get all my "old users" back; if the other person still has = me on his/her list, he/she will be added on my list again. Not very handy, = I didn't delete them for nothing. :-) Am I the first to ask you about this? Can you do anything about it? Hope = you can, because I like the tool. It enables me to MSN at work. Thanks in advance! Best Regards, Arjan Sikkema From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 07:13: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 50B7C16A4D0 for ; Wed, 19 Nov 2003 07:13:06 -0800 (PST) Received: from host.server-23.net (host.server-23.net [64.191.95.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3464743FAF for ; Wed, 19 Nov 2003 07:13:04 -0800 (PST) (envelope-from samy@kerneled.com) Received: from dial37-132.sbm.net.sa ([212.46.37.132] helo=beastie.freebsd.local) by host.server-23.net with asmtp (Exim 4.24) id 1AMU0o-0005w7-7p; Wed, 19 Nov 2003 07:12:59 -0800 Date: Wed, 19 Nov 2003 18:13:08 +0300 From: Samy Al Bahra To: Mark Edwards Message-Id: <20031119181308.2d9a719e.samy@kerneled.com> In-Reply-To: References: <56C01C88-18D1-11D8-86C7-000A278CC960@antsclimbtree.com> <20031117080359.GJ56603@procyon.firepipe.net> Organization: Kerneled X-Mailer: Sylpheed version 0.9.5-gtk2-20030906 (GTK+ 2.2.1; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.server-23.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kerneled.com cc: ports@FreeBSD.org Subject: Re: Passing an argument to a 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: Wed, 19 Nov 2003 15:13:06 -0000 On Mon, 17 Nov 2003 11:10:33 -0800 Mark Edwards wrote: > Unfortunately, that didn't do it. Using MAKE_ENV actually caused the > build to fail. Using CONFIGURE_ENV had no effect at all. Make sure that the port doesn't simply reset CFLAGS in its' build framework (doing CFLAGS = ... blindly). This is a common problem. -- +-----------------------------------+ | Samy Al Bahra | samy@kerneled.com | |-----------------------------------| | B3A7 F5BE B2AE 67B1 AC4B | | 0983 956D 1F4A AA54 47CB | |-----------------------------------| | http://www.kerneled.com | +-----------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 08:11: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 2719C16A4CE; Wed, 19 Nov 2003 08:11:42 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A6643F75; Wed, 19 Nov 2003 08:11:40 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp (nadesico.ninth-nine.com [192.168.36.3]) by sakura.ninth-nine.com (8.12.9p2/8.12.9/NinthNine) with SMTP id hAJGBcaa078764; Thu, 20 Nov 2003 01:11:38 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 20 Nov 2003 01:11:38 +0900 (JST) Message-Id: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> From: Norikatsu Shigemura To: gnome@FreeBSD.org, fortune@n.jpn.ph X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: kde@FreeBSD.org Subject: HEADS UP: I'll commit www/linuxpluginwarpper 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, 19 Nov 2003 16:11:42 -0000 Hi epiphany/galeon/galeon2/mozilla-jlp maintainer! I'll commit www/linuxpluginwrapper, and chase this modification to these ports, tomorrow. Index: japanese/mozilla-jlp/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/mozilla-jlp/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- japanese/mozilla-jlp/Makefile 9 Nov 2003 02:25:10 -0000 1.50 +++ japanese/mozilla-jlp/Makefile 19 Nov 2003 15:47:16 -0000 @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 1.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= japanese www MASTER_SITES= http://www33.ocn.ne.jp/~snip/mozilla/jlp/ Index: japanese/mozilla-jlp/files/mozilla.sh =================================================================== RCS file: /home/ncvs/ports/japanese/mozilla-jlp/files/mozilla.sh,v retrieving revision 1.2 diff -u -r1.2 mozilla.sh --- japanese/mozilla-jlp/files/mozilla.sh 6 Apr 2003 12:33:24 -0000 1.2 +++ japanese/mozilla-jlp/files/mozilla.sh 19 Nov 2003 15:46:57 -0000 @@ -3,7 +3,6 @@ LANG=%%LOCALENAME%%; export LANG %%LIBXPG4%% #XMODIFIERS=@im=kinput2; export XMODIFIERS -#LD_PRELOAD=%%LOCALBASE%%/lib/libflashplayer.so.1; export LD_PRELOAD MOZILLA_DIR="%%PREFIX%%/lib/%%MOZILLA%%" MOZILLA_EXEC="mozilla" Index: japanese/mozilla-jlp-devel/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/mozilla-jlp-devel/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- japanese/mozilla-jlp-devel/Makefile 9 Nov 2003 02:23:58 -0000 1.48 +++ japanese/mozilla-jlp-devel/Makefile 19 Nov 2003 15:47:50 -0000 @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 1.6.a +PORTREVISION= 1 CATEGORIES= japanese www MASTER_SITES= http://www33.ocn.ne.jp/~snip/mozilla/jlp/ PKGNAMESUFFIX= -jlp Index: japanese/mozilla-jlp-devel/files/mozilla.sh =================================================================== RCS file: /home/ncvs/ports/japanese/mozilla-jlp-devel/files/mozilla.sh,v retrieving revision 1.4 diff -u -r1.4 mozilla.sh --- japanese/mozilla-jlp-devel/files/mozilla.sh 23 May 2003 01:44:04 -0000 1.4 +++ japanese/mozilla-jlp-devel/files/mozilla.sh 19 Nov 2003 15:48:16 -0000 @@ -3,7 +3,6 @@ LANG=%%LOCALENAME%%; export LANG %%LIBXPG4%% #XMODIFIERS=@im=kinput2; export XMODIFIERS -#LD_PRELOAD=%%LOCALBASE%%/lib/libflashplayer.so.1; export LD_PRELOAD MOZILLA_DIR="%%PREFIX%%/lib/%%MOZILLA%%" MOZILLA_EXEC="mozilla" Index: www/epiphany/Makefile =================================================================== RCS file: /home/ncvs/ports/www/epiphany/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- www/epiphany/Makefile 10 Nov 2003 18:43:34 -0000 1.31 +++ www/epiphany/Makefile 19 Nov 2003 15:58:55 -0000 @@ -7,6 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -51,7 +52,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 XXX_FILES= EphyAutomation-common.c EphyAutomation-stubs.c \ EphyAutomation-skels.c EphyAutomation.h @@ -98,8 +98,7 @@ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%MOZILLA%%|${MOZILLA}|g ; \ - s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' ${WRKSRC}/src/epiphany + s|%%MOZILLA%%|${MOZILLA}|g ; ${WRKSRC}/src/epiphany pre-install: @-${X11BASE}/bin/gconftool-2 --shutdown Index: www/epiphany/files/patch-src_epiphany.in =================================================================== RCS file: /home/ncvs/ports/www/epiphany/files/patch-src_epiphany.in,v retrieving revision 1.1 diff -u -r1.1 patch-src_epiphany.in --- www/epiphany/files/patch-src_epiphany.in 4 May 2003 02:12:52 -0000 1.1 +++ www/epiphany/files/patch-src_epiphany.in 19 Nov 2003 15:53:06 -0000 @@ -1,5 +1,5 @@ ---- src/epiphany.in.orig Sat May 3 21:56:42 2003 -+++ src/epiphany.in Sat May 3 21:59:12 2003 +--- src/epiphany.in.orig Wed Sep 17 01:43:44 2003 ++++ src/epiphany.in Thu Nov 20 00:52:26 2003 @@ -4,7 +4,7 @@ if test -n "$MOZILLA_FIVE_HOME"; then @@ -9,17 +9,12 @@ MOZILLA_HOME=@MOZILLA_HOME@ else echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" -@@ -17,4 +17,12 @@ +@@ -22,4 +22,7 @@ MOZILLA_FIVE_HOME=$MOZILLA_HOME export MOZILLA_FIVE_HOME -exec "$dist_bin/epiphany-bin" "$@" +MOZ_PLUGIN_PATH=%%X11BASE%%/lib/browser_plugins +export MOZ_PLUGIN_PATH -+ -+if [ -f %%FLASHPLAYER%% ]; then -+ LD_PRELOAD=%%FLASHPLAYER%% -+ export LD_PRELOAD -+fi + +exec "%%PREFIX%%/bin/epiphany-bin" "$@" Index: www/galeon/Makefile =================================================================== RCS file: /home/ncvs/ports/www/galeon/Makefile,v retrieving revision 1.115 diff -u -r1.115 Makefile --- www/galeon/Makefile 1 Nov 2003 21:51:06 -0000 1.115 +++ www/galeon/Makefile 19 Nov 2003 16:00:42 -0000 @@ -7,7 +7,7 @@ PORTNAME= galeon PORTVERSION= 1.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -49,8 +49,6 @@ MAN1= galeon.1 -FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 - CONFLICTS= galeon2-* .include @@ -85,7 +83,6 @@ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%FLASHPLAYER%%|${FLASHPLAYER}|g ; \ s|%%MOZILLA%%|${MOZILLA}|g' ${WRKSRC}/src/galeon \ ${WRKSRC}/src/nautstub.c Index: www/galeon/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/www/galeon/files/patch-ab,v retrieving revision 1.16 diff -u -r1.16 patch-ab --- www/galeon/files/patch-ab 20 Apr 2003 04:08:54 -0000 1.16 +++ www/galeon/files/patch-ab 19 Nov 2003 16:00:22 -0000 @@ -1,5 +1,5 @@ ---- src/galeon.in.orig Thu Apr 3 15:14:49 2003 -+++ src/galeon.in Sat Apr 19 23:38:10 2003 +--- src/galeon.in.orig Fri Apr 4 05:14:49 2003 ++++ src/galeon.in Thu Nov 20 00:59:50 2003 @@ -4,18 +4,14 @@ if test -n "$MOZILLA_FIVE_HOME"; then @@ -26,7 +26,7 @@ else echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" exit -@@ -27,11 +23,12 @@ +@@ -27,11 +23,7 @@ MOZILLA_FIVE_HOME=$MOZILLA_HOME export MOZILLA_FIVE_HOME @@ -35,13 +35,9 @@ - if [ "`cat /etc/redhat-release`" = "Red Hat Linux release 7.1 (Seawolf)" ]; then - export LD_ASSUME_KERNEL=2.2.5 - fi +-fi +MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins +export MOZ_PLUGIN_PATH -+ -+if [ -f %%FLASHPLAYER%% ]; then -+ LD_PRELOAD=%%FLASHPLAYER%% -+ export LD_PRELOAD - fi -exec "$dist_bin/galeon-bin" "$@" +exec %%PREFIX%%/bin/galeon-bin "$@" Index: www/galeon2/Makefile =================================================================== RCS file: /home/ncvs/ports/www/galeon2/Makefile,v retrieving revision 1.124 diff -u -r1.124 Makefile --- www/galeon2/Makefile 13 Nov 2003 12:54:54 -0000 1.124 +++ www/galeon2/Makefile 19 Nov 2003 15:58:31 -0000 @@ -7,7 +7,7 @@ PORTNAME= galeon2 PORTVERSION= 1.3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} @@ -54,8 +54,6 @@ MAN1= galeon.1 -FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 - CONFLICTS= galeon-* .include @@ -92,8 +90,7 @@ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%MOZILLA%%|${MOZILLA}|g ; \ - s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' ${WRKSRC}/src/galeon + s|%%MOZILLA%%|${MOZILLA}|g ; ${WRKSRC}/src/galeon pre-install: @-${X11BASE}/bin/gconftool-2 --shutdown Index: www/galeon2/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/www/galeon2/files/patch-ab,v retrieving revision 1.19 diff -u -r1.19 patch-ab --- www/galeon2/files/patch-ab 20 Apr 2003 03:34:37 -0000 1.19 +++ www/galeon2/files/patch-ab 19 Nov 2003 15:57:45 -0000 @@ -1,5 +1,5 @@ ---- src/galeon.in.orig Thu Apr 3 15:08:00 2003 -+++ src/galeon.in Sat Apr 19 23:10:10 2003 +--- src/galeon.in.orig Thu Sep 11 00:53:21 2003 ++++ src/galeon.in Thu Nov 20 00:57:15 2003 @@ -4,18 +4,14 @@ if test -n "$MOZILLA_FIVE_HOME"; then @@ -25,8 +25,8 @@ + MOZILLA_HOME=%%PREFIX%%/lib/%%MOZILLA%% else echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" - exit -@@ -27,11 +23,12 @@ + exit 1 +@@ -27,11 +23,7 @@ MOZILLA_FIVE_HOME=$MOZILLA_HOME export MOZILLA_FIVE_HOME @@ -35,13 +35,9 @@ - if [ "`cat /etc/redhat-release`" = "Red Hat Linux release 7.1 (Seawolf)" ]; then - export LD_ASSUME_KERNEL=2.2.5 - fi +-fi +MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins +export MOZ_PLUGIN_PATH -+ -+if [ -f %%FLASHPLAYER%% ]; then -+ LD_PRELOAD=%%FLASHPLAYER%% -+ export LD_PRELOAD - fi -exec "$dist_bin/galeon-bin" "$@" +exec "%%PREFIX%%/bin/galeon-bin" "$@" From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 08:30: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 F37F816A4CF; Wed, 19 Nov 2003 08:30:51 -0800 (PST) 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 7DB1643FCB; Wed, 19 Nov 2003 08:30:48 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAJGUkNW001550; Wed, 19 Nov 2003 11:30:47 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAJGUXuY019922; Wed, 19 Nov 2003 11:30:33 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Norikatsu Shigemura In-Reply-To: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> References: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Bd4QSyS1yAf2PxW+p7s2" Organization: MarcusCom, Inc. Message-Id: <1069259448.697.53.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 19 Nov 2003 11:30:48 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00,UPPERCASE_25_50 autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users cc: ports@freebsd.org cc: fortune@n.jpn.ph cc: kde@freebsd.org Subject: Re: HEADS UP: I'll commit www/linuxpluginwarpper 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, 19 Nov 2003 16:30:52 -0000 --=-Bd4QSyS1yAf2PxW+p7s2 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-11-19 at 11:11, Norikatsu Shigemura wrote: > Hi epiphany/galeon/galeon2/mozilla-jlp maintainer! >=20 > I'll commit www/linuxpluginwrapper, and chase this > modification to these ports, tomorrow. Approved from gnome@. Joe >=20 >=20 > Index: japanese/mozilla-jlp/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/japanese/mozilla-jlp/Makefile,v > retrieving revision 1.50 > diff -u -r1.50 Makefile > --- japanese/mozilla-jlp/Makefile 9 Nov 2003 02:25:10 -0000 1.50 > +++ japanese/mozilla-jlp/Makefile 19 Nov 2003 15:47:16 -0000 > @@ -7,6 +7,7 @@ > =20 > PORTNAME=3D mozilla > PORTVERSION=3D 1.5 > +PORTREVISION=3D 1 > PORTEPOCH=3D 1 > CATEGORIES=3D japanese www > MASTER_SITES=3D http://www33.ocn.ne.jp/~snip/mozilla/jlp/ > Index: japanese/mozilla-jlp/files/mozilla.sh > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/japanese/mozilla-jlp/files/mozilla.sh,v > retrieving revision 1.2 > diff -u -r1.2 mozilla.sh > --- japanese/mozilla-jlp/files/mozilla.sh 6 Apr 2003 12:33:24 -0000 1.2 > +++ japanese/mozilla-jlp/files/mozilla.sh 19 Nov 2003 15:46:57 -0000 > @@ -3,7 +3,6 @@ > LANG=3D%%LOCALENAME%%; export LANG > %%LIBXPG4%% > #XMODIFIERS=3D@im=3Dkinput2; export XMODIFIERS > -#LD_PRELOAD=3D%%LOCALBASE%%/lib/libflashplayer.so.1; export LD_PRELOAD > =20 > MOZILLA_DIR=3D"%%PREFIX%%/lib/%%MOZILLA%%" > MOZILLA_EXEC=3D"mozilla" > Index: japanese/mozilla-jlp-devel/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/japanese/mozilla-jlp-devel/Makefile,v > retrieving revision 1.48 > diff -u -r1.48 Makefile > --- japanese/mozilla-jlp-devel/Makefile 9 Nov 2003 02:23:58 -0000 1.48 > +++ japanese/mozilla-jlp-devel/Makefile 19 Nov 2003 15:47:50 -0000 > @@ -7,6 +7,7 @@ > =20 > PORTNAME=3D mozilla > PORTVERSION=3D 1.6.a > +PORTREVISION=3D 1 > CATEGORIES=3D japanese www > MASTER_SITES=3D http://www33.ocn.ne.jp/~snip/mozilla/jlp/ > PKGNAMESUFFIX=3D -jlp > Index: japanese/mozilla-jlp-devel/files/mozilla.sh > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/japanese/mozilla-jlp-devel/files/mozilla.sh,v > retrieving revision 1.4 > diff -u -r1.4 mozilla.sh > --- japanese/mozilla-jlp-devel/files/mozilla.sh 23 May 2003 01:44:04 -000= 0 1.4 > +++ japanese/mozilla-jlp-devel/files/mozilla.sh 19 Nov 2003 15:48:16 -000= 0 > @@ -3,7 +3,6 @@ > LANG=3D%%LOCALENAME%%; export LANG > %%LIBXPG4%% > #XMODIFIERS=3D@im=3Dkinput2; export XMODIFIERS > -#LD_PRELOAD=3D%%LOCALBASE%%/lib/libflashplayer.so.1; export LD_PRELOAD > =20 > MOZILLA_DIR=3D"%%PREFIX%%/lib/%%MOZILLA%%" > MOZILLA_EXEC=3D"mozilla" > Index: www/epiphany/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/www/epiphany/Makefile,v > retrieving revision 1.31 > diff -u -r1.31 Makefile > --- www/epiphany/Makefile 10 Nov 2003 18:43:34 -0000 1.31 > +++ www/epiphany/Makefile 19 Nov 2003 15:58:55 -0000 > @@ -7,6 +7,7 @@ > =20 > PORTNAME=3D epiphany > PORTVERSION=3D 1.0.6 > +PORTREVISION=3D 1 > CATEGORIES=3D www gnome > MASTER_SITES=3D ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR=3D sources/${PORTNAME}/1.0 > @@ -51,7 +52,6 @@ > CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include -I${X11BASE}/include= ${PTHREAD_CFLAGS}" \ > LIBS=3D"-L${LOCALBASE}/lib ${PTHREAD_LIBS}" > =20 > -FLASHPLAYER=3D ${LOCALBASE}/lib/libflashplayer.so.1 > XXX_FILES=3D EphyAutomation-common.c EphyAutomation-stubs.c \ > EphyAutomation-skels.c EphyAutomation.h > =20 > @@ -98,8 +98,7 @@ > @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ > s|%%LOCALBASE%%|${LOCALBASE}|g ; \ > s|%%X11BASE%%|${X11BASE}|g ; \ > - s|%%MOZILLA%%|${MOZILLA}|g ; \ > - s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' ${WRKSRC}/src/epiphany > + s|%%MOZILLA%%|${MOZILLA}|g ; ${WRKSRC}/src/epiphany > =20 > pre-install: > @-${X11BASE}/bin/gconftool-2 --shutdown > Index: www/epiphany/files/patch-src_epiphany.in > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/www/epiphany/files/patch-src_epiphany.in,v > retrieving revision 1.1 > diff -u -r1.1 patch-src_epiphany.in > --- www/epiphany/files/patch-src_epiphany.in 4 May 2003 02:12:52 -0000 1.= 1 > +++ www/epiphany/files/patch-src_epiphany.in 19 Nov 2003 15:53:06 -0000 > @@ -1,5 +1,5 @@ > ---- src/epiphany.in.orig Sat May 3 21:56:42 2003 > -+++ src/epiphany.in Sat May 3 21:59:12 2003 > +--- src/epiphany.in.orig Wed Sep 17 01:43:44 2003 > ++++ src/epiphany.in Thu Nov 20 00:52:26 2003 > @@ -4,7 +4,7 @@ > =20 > if test -n "$MOZILLA_FIVE_HOME"; then > @@ -9,17 +9,12 @@ > MOZILLA_HOME=3D@MOZILLA_HOME@ > else > echo "Cannot find mozilla installation directory. Please set MOZILLA_F= IVE_HOME to your mozilla directory" > -@@ -17,4 +17,12 @@ > +@@ -22,4 +22,7 @@ > MOZILLA_FIVE_HOME=3D$MOZILLA_HOME > export MOZILLA_FIVE_HOME > =20 > -exec "$dist_bin/epiphany-bin" "$@" > +MOZ_PLUGIN_PATH=3D%%X11BASE%%/lib/browser_plugins > +export MOZ_PLUGIN_PATH > -+ > -+if [ -f %%FLASHPLAYER%% ]; then > -+ LD_PRELOAD=3D%%FLASHPLAYER%% > -+ export LD_PRELOAD > -+fi > + > +exec "%%PREFIX%%/bin/epiphany-bin" "$@" > Index: www/galeon/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/www/galeon/Makefile,v > retrieving revision 1.115 > diff -u -r1.115 Makefile > --- www/galeon/Makefile 1 Nov 2003 21:51:06 -0000 1.115 > +++ www/galeon/Makefile 19 Nov 2003 16:00:42 -0000 > @@ -7,7 +7,7 @@ > =20 > PORTNAME=3D galeon > PORTVERSION=3D 1.2.12 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > CATEGORIES=3D www gnome > MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR=3D ${PORTNAME} > @@ -49,8 +49,6 @@ > =20 > MAN1=3D galeon.1 > =20 > -FLASHPLAYER=3D ${LOCALBASE}/lib/libflashplayer.so.1 > - > CONFLICTS=3D galeon2-* > =20 > .include > @@ -85,7 +83,6 @@ > @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ > s|%%LOCALBASE%%|${LOCALBASE}|g ; \ > s|%%X11BASE%%|${X11BASE}|g ; \ > - s|%%FLASHPLAYER%%|${FLASHPLAYER}|g ; \ > s|%%MOZILLA%%|${MOZILLA}|g' ${WRKSRC}/src/galeon \ > ${WRKSRC}/src/nautstub.c > =20 > Index: www/galeon/files/patch-ab > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/www/galeon/files/patch-ab,v > retrieving revision 1.16 > diff -u -r1.16 patch-ab > --- www/galeon/files/patch-ab 20 Apr 2003 04:08:54 -0000 1.16 > +++ www/galeon/files/patch-ab 19 Nov 2003 16:00:22 -0000 > @@ -1,5 +1,5 @@ > ---- src/galeon.in.orig Thu Apr 3 15:14:49 2003 > -+++ src/galeon.in Sat Apr 19 23:38:10 2003 > +--- src/galeon.in.orig Fri Apr 4 05:14:49 2003 > ++++ src/galeon.in Thu Nov 20 00:59:50 2003 > @@ -4,18 +4,14 @@ > =20 > if test -n "$MOZILLA_FIVE_HOME"; then > @@ -26,7 +26,7 @@ > else > echo "Cannot find mozilla installation directory. Please set MOZILLA_F= IVE_HOME to your mozilla directory" > exit > -@@ -27,11 +23,12 @@ > +@@ -27,11 +23,7 @@ > MOZILLA_FIVE_HOME=3D$MOZILLA_HOME > export MOZILLA_FIVE_HOME > =20 > @@ -35,13 +35,9 @@ > - if [ "`cat /etc/redhat-release`" =3D "Red Hat Linux release 7.1 (Seawo= lf)" ]; then > - export LD_ASSUME_KERNEL=3D2.2.5 > - fi > +-fi > +MOZ_PLUGIN_PATH=3D%%PREFIX%%/lib/browser_plugins > +export MOZ_PLUGIN_PATH > -+ > -+if [ -f %%FLASHPLAYER%% ]; then > -+ LD_PRELOAD=3D%%FLASHPLAYER%% > -+ export LD_PRELOAD > - fi > =20 > -exec "$dist_bin/galeon-bin" "$@" > +exec %%PREFIX%%/bin/galeon-bin "$@" > Index: www/galeon2/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/www/galeon2/Makefile,v > retrieving revision 1.124 > diff -u -r1.124 Makefile > --- www/galeon2/Makefile 13 Nov 2003 12:54:54 -0000 1.124 > +++ www/galeon2/Makefile 19 Nov 2003 15:58:31 -0000 > @@ -7,7 +7,7 @@ > =20 > PORTNAME=3D galeon2 > PORTVERSION=3D 1.3.10 > -PORTREVISION=3D 1 > +PORTREVISION=3D 2 > CATEGORIES=3D www gnome > MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR=3D ${PORTNAME:S/2$//} > @@ -54,8 +54,6 @@ > =20 > MAN1=3D galeon.1 > =20 > -FLASHPLAYER=3D ${LOCALBASE}/lib/libflashplayer.so.1 > - > CONFLICTS=3D galeon-* > =20 > .include > @@ -92,8 +90,7 @@ > @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ > s|%%LOCALBASE%%|${LOCALBASE}|g ; \ > s|%%X11BASE%%|${X11BASE}|g ; \ > - s|%%MOZILLA%%|${MOZILLA}|g ; \ > - s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' ${WRKSRC}/src/galeon > + s|%%MOZILLA%%|${MOZILLA}|g ; ${WRKSRC}/src/galeon > =20 > pre-install: > @-${X11BASE}/bin/gconftool-2 --shutdown > Index: www/galeon2/files/patch-ab > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/www/galeon2/files/patch-ab,v > retrieving revision 1.19 > diff -u -r1.19 patch-ab > --- www/galeon2/files/patch-ab 20 Apr 2003 03:34:37 -0000 1.19 > +++ www/galeon2/files/patch-ab 19 Nov 2003 15:57:45 -0000 > @@ -1,5 +1,5 @@ > ---- src/galeon.in.orig Thu Apr 3 15:08:00 2003 > -+++ src/galeon.in Sat Apr 19 23:10:10 2003 > +--- src/galeon.in.orig Thu Sep 11 00:53:21 2003 > ++++ src/galeon.in Thu Nov 20 00:57:15 2003 > @@ -4,18 +4,14 @@ > =20 > if test -n "$MOZILLA_FIVE_HOME"; then > @@ -25,8 +25,8 @@ > + MOZILLA_HOME=3D%%PREFIX%%/lib/%%MOZILLA%% > else > echo "Cannot find mozilla installation directory. Please set MOZILLA_F= IVE_HOME to your mozilla directory" > - exit > -@@ -27,11 +23,12 @@ > + exit 1 > +@@ -27,11 +23,7 @@ > MOZILLA_FIVE_HOME=3D$MOZILLA_HOME > export MOZILLA_FIVE_HOME > =20 > @@ -35,13 +35,9 @@ > - if [ "`cat /etc/redhat-release`" =3D "Red Hat Linux release 7.1 (Seawo= lf)" ]; then > - export LD_ASSUME_KERNEL=3D2.2.5 > - fi > +-fi > +MOZ_PLUGIN_PATH=3D%%PREFIX%%/lib/browser_plugins > +export MOZ_PLUGIN_PATH > -+ > -+if [ -f %%FLASHPLAYER%% ]; then > -+ LD_PRELOAD=3D%%FLASHPLAYER%% > -+ export LD_PRELOAD > - fi > =20 > -exec "$dist_bin/galeon-bin" "$@" > +exec "%%PREFIX%%/bin/galeon-bin" "$@" > _______________________________________________ > 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 --=-Bd4QSyS1yAf2PxW+p7s2 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/u5q4b2iPiv4Uz4cRApxOAKCZ+C6VhjI7UVncww05gf9l+Ga/0gCfbWPD moQROr/DoM7BkoKOGnRRlTg= =qV8P -----END PGP SIGNATURE----- --=-Bd4QSyS1yAf2PxW+p7s2-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 08:40: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 5BCDE16A4CE; Wed, 19 Nov 2003 08:40:33 -0800 (PST) Received: from mbox.rainbownet.com (mbox.rainbownet.com [213.174.191.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6F643FBD; Wed, 19 Nov 2003 08:40:30 -0800 (PST) (envelope-from angelo@jail.rainbownet.com) Received: from jail.rainbownet.com ([213.174.191.138]) by mbox.rainbownet.com (mbox.rainbownet.com [127.0.0.1]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 10-md50000000631.tmp; Wed, 19 Nov 2003 17:35:58 +0100 Received: from jail.rainbownet.com (jail [192.168.27.35]) by jail.rainbownet.com (8.12.10/8.12.10) with ESMTP id hAJGaL0h018381; Wed, 19 Nov 2003 17:36:21 +0100 (CET) (envelope-from angelo@jail.rainbownet.com) Received: (from root@localhost) by jail.rainbownet.com (8.12.10/8.12.10/Submit) id hAJGaK74018380; Wed, 19 Nov 2003 17:36:20 +0100 (CET) (envelope-from angelo) Date: Wed, 19 Nov 2003 17:36:20 +0100 (CET) Message-Id: <200311191636.hAJGaK74018380@jail.rainbownet.com> To: FreeBSD-gnats-submit@freebsd.org From: Angelo Turetta X-send-pr-version: 3.113 X-GNATS-Notify: X-Spam-Processed: mbox.rainbownet.com, Wed, 19 Nov 2003 17:35:58 +0100 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 213.174.191.138 X-Return-Path: angelo@jail.rainbownet.com cc: freebsd-ports@freebsd.org cc: freebsd-java@freebsd.org Subject: Update port: www/jakarta-tomcat5 (5.0.14) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Angelo Turetta List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:40:33 -0000 >Submitter-Id: current-users >Originator: Angelo Turetta >Organization: Commit >Confidential: no >Synopsis: Update port: www/jakarta-tomcat5 (5.0.14) >Severity: serious >Priority: medium >Category: ports >Class: update >Release: FreeBSD 4.9-STABLE i386 >Environment: System: FreeBSD jail.rainbownet.com 4.9-STABLE FreeBSD 4.9-STABLE #2: Tue Nov 4 14:54:14 CET 2003 angelo@jail.rainbownet.com:/usr/obj/usr/src/sys/JAIL i386 >Description: jakarta-tomcat-5.0.12.tar.gz cannot be fetched because a newer version 5.0.14 has been released >Fix: --- patch5.0.14 begins here --- ? patch5.0.14 Index: Makefile =================================================================== RCS file: /usr/cvs/freebsd/ports/www/jakarta-tomcat5/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 13 Nov 2003 12:54:55 -0000 1.5 +++ Makefile 19 Nov 2003 17:00:47 -0000 @@ -6,8 +6,7 @@ # PORTNAME= jakarta-tomcat -PORTVERSION= 5.0.12 -PORTREVISION= 1 +PORTVERSION= 5.0.14 CATEGORIES= www java MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-5/v${PORTVERSION}-beta/bin/ \ http://apache.lemon4ssc.org/dist/jakarta/tomcat-5/v{PORTVERSION}-beta/bin/ \ Index: distinfo =================================================================== RCS file: /usr/cvs/freebsd/ports/www/jakarta-tomcat5/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 25 Sep 2003 08:59:31 -0000 1.3 +++ distinfo 19 Nov 2003 17:00:47 -0000 @@ -1 +1 @@ -MD5 (jakarta-tomcat-5.0.12.tar.gz) = f74f15c7b5b6b0c80d4ac42c82c6e075 +MD5 (jakarta-tomcat-5.0.14.tar.gz) = d92fd86da7ae159392ac222930619f4f Index: pkg-plist =================================================================== RCS file: /usr/cvs/freebsd/ports/www/jakarta-tomcat5/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 26 Sep 2003 05:54:44 -0000 1.4 +++ pkg-plist 19 Nov 2003 17:00:47 -0000 @@ -24,12 +24,14 @@ %%T%%/common/endorsed/xmlParserAPIs.jar %%T%%/common/lib/ant.jar %%T%%/common/lib/commons-collections.jar -%%T%%/common/lib/commons-dbcp.jar +%%T%%/common/lib/commons-dbcp-1.1.jar %%T%%/common/lib/commons-el.jar -%%T%%/common/lib/commons-pool.jar +%%T%%/common/lib/commons-pool-1.1.jar %%T%%/common/lib/jasper-compiler.jar %%T%%/common/lib/jasper-runtime.jar %%T%%/common/lib/jmx.jar +%%T%%/common/lib/jmx-remote.jar +%%T%%/common/lib/jmx-remote-tools.jar %%T%%/common/lib/jsp-api.jar %%T%%/common/lib/naming-common.jar %%T%%/common/lib/naming-factory.jar @@ -298,36 +300,36 @@ %%T%%/webapps/jsp-examples/WEB-INF/tags/panel.tag %%T%%/webapps/jsp-examples/WEB-INF/tags/xhtmlbasic.tag %%T%%/webapps/jsp-examples/WEB-INF/web.xml -%%T%%/webapps/jsp-examples/cal/Entries.java.txt -%%T%%/webapps/jsp-examples/cal/Entry.java.txt -%%T%%/webapps/jsp-examples/cal/JspCalendar.java.txt -%%T%%/webapps/jsp-examples/cal/TableBean.java.txt +%%T%%/webapps/jsp-examples/cal/Entries.java.html +%%T%%/webapps/jsp-examples/cal/Entry.java.html +%%T%%/webapps/jsp-examples/cal/JspCalendar.java.html +%%T%%/webapps/jsp-examples/cal/TableBean.java.html %%T%%/webapps/jsp-examples/cal/cal1.jsp -%%T%%/webapps/jsp-examples/cal/cal1.jsp.txt +%%T%%/webapps/jsp-examples/cal/cal1.jsp.html %%T%%/webapps/jsp-examples/cal/cal2.jsp -%%T%%/webapps/jsp-examples/cal/cal2.jsp.txt +%%T%%/webapps/jsp-examples/cal/cal2.jsp.html %%T%%/webapps/jsp-examples/cal/calendar.html %%T%%/webapps/jsp-examples/cal/login.html %%T%%/webapps/jsp-examples/checkbox/CheckTest.html %%T%%/webapps/jsp-examples/checkbox/check.html %%T%%/webapps/jsp-examples/checkbox/checkresult.jsp -%%T%%/webapps/jsp-examples/checkbox/checkresult.jsp.txt +%%T%%/webapps/jsp-examples/checkbox/checkresult.jsp.html %%T%%/webapps/jsp-examples/checkbox/cresult.html %%T%%/webapps/jsp-examples/colors/ColorGameBean.html %%T%%/webapps/jsp-examples/colors/clr.html %%T%%/webapps/jsp-examples/colors/colors.html %%T%%/webapps/jsp-examples/colors/colrs.jsp -%%T%%/webapps/jsp-examples/colors/colrs.jsp.txt +%%T%%/webapps/jsp-examples/colors/colrs.jsp.html %%T%%/webapps/jsp-examples/dates/date.html %%T%%/webapps/jsp-examples/dates/date.jsp -%%T%%/webapps/jsp-examples/dates/date.jsp.txt +%%T%%/webapps/jsp-examples/dates/date.jsp.html %%T%%/webapps/jsp-examples/error/er.html %%T%%/webapps/jsp-examples/error/err.jsp -%%T%%/webapps/jsp-examples/error/err.jsp.txt +%%T%%/webapps/jsp-examples/error/err.jsp.html %%T%%/webapps/jsp-examples/error/error.html %%T%%/webapps/jsp-examples/error/errorpge.jsp %%T%%/webapps/jsp-examples/forward/forward.jsp -%%T%%/webapps/jsp-examples/forward/forward.jsp.txt +%%T%%/webapps/jsp-examples/forward/forward.jsp.html %%T%%/webapps/jsp-examples/forward/fwd.html %%T%%/webapps/jsp-examples/forward/one.jsp %%T%%/webapps/jsp-examples/forward/two.html @@ -339,108 +341,108 @@ %%T%%/webapps/jsp-examples/include/foo.jsp %%T%%/webapps/jsp-examples/include/inc.html %%T%%/webapps/jsp-examples/include/include.jsp -%%T%%/webapps/jsp-examples/include/include.jsp.txt +%%T%%/webapps/jsp-examples/include/include.jsp.html %%T%%/webapps/jsp-examples/index.html -%%T%%/webapps/jsp-examples/jsp2/el/Functions.java.txt +%%T%%/webapps/jsp-examples/jsp2/el/Functions.java.html %%T%%/webapps/jsp-examples/jsp2/el/basic-arithmetic.html %%T%%/webapps/jsp-examples/jsp2/el/basic-arithmetic.jsp -%%T%%/webapps/jsp-examples/jsp2/el/basic-arithmetic.jsp.txt +%%T%%/webapps/jsp-examples/jsp2/el/basic-arithmetic.jsp.html %%T%%/webapps/jsp-examples/jsp2/el/basic-comparisons.html %%T%%/webapps/jsp-examples/jsp2/el/basic-comparisons.jsp -%%T%%/webapps/jsp-examples/jsp2/el/basic-comparisons.jsp.txt +%%T%%/webapps/jsp-examples/jsp2/el/basic-comparisons.jsp.html %%T%%/webapps/jsp-examples/jsp2/el/functions.html %%T%%/webapps/jsp-examples/jsp2/el/functions.jsp -%%T%%/webapps/jsp-examples/jsp2/el/functions.jsp.txt +%%T%%/webapps/jsp-examples/jsp2/el/functions.jsp.html %%T%%/webapps/jsp-examples/jsp2/el/implicit-objects.html %%T%%/webapps/jsp-examples/jsp2/el/implicit-objects.jsp -%%T%%/webapps/jsp-examples/jsp2/el/implicit-objects.jsp.txt -%%T%%/webapps/jsp-examples/jsp2/jspattribute/FooBean.java.txt -%%T%%/webapps/jsp-examples/jsp2/jspattribute/HelloWorldSimpleTag.java.txt -%%T%%/webapps/jsp-examples/jsp2/jspattribute/ShuffleSimpleTag.java.txt -%%T%%/webapps/jsp-examples/jsp2/jspattribute/TileSimpleTag.java.txt +%%T%%/webapps/jsp-examples/jsp2/el/implicit-objects.jsp.html +%%T%%/webapps/jsp-examples/jsp2/jspattribute/FooBean.java.html +%%T%%/webapps/jsp-examples/jsp2/jspattribute/HelloWorldSimpleTag.java.html +%%T%%/webapps/jsp-examples/jsp2/jspattribute/ShuffleSimpleTag.java.html +%%T%%/webapps/jsp-examples/jsp2/jspattribute/TileSimpleTag.java.html %%T%%/webapps/jsp-examples/jsp2/jspattribute/jspattribute.html %%T%%/webapps/jsp-examples/jsp2/jspattribute/jspattribute.jsp -%%T%%/webapps/jsp-examples/jsp2/jspattribute/jspattribute.jsp.txt +%%T%%/webapps/jsp-examples/jsp2/jspattribute/jspattribute.jsp.html %%T%%/webapps/jsp-examples/jsp2/jspattribute/shuffle.html %%T%%/webapps/jsp-examples/jsp2/jspattribute/shuffle.jsp -%%T%%/webapps/jsp-examples/jsp2/jspattribute/shuffle.jsp.txt +%%T%%/webapps/jsp-examples/jsp2/jspattribute/shuffle.jsp.html %%T%%/webapps/jsp-examples/jsp2/jspx/basic.html %%T%%/webapps/jsp-examples/jsp2/jspx/basic.jspx -%%T%%/webapps/jsp-examples/jsp2/jspx/basic.jspx.txt +%%T%%/webapps/jsp-examples/jsp2/jspx/basic.jspx.html %%T%%/webapps/jsp-examples/jsp2/jspx/svgexample.html %%T%%/webapps/jsp-examples/jsp2/jspx/textRotate.html %%T%%/webapps/jsp-examples/jsp2/jspx/textRotate.jpg %%T%%/webapps/jsp-examples/jsp2/jspx/textRotate.jspx -%%T%%/webapps/jsp-examples/jsp2/jspx/textRotate.jspx.txt -%%T%%/webapps/jsp-examples/jsp2/misc/EchoAttributesTag.java.txt +%%T%%/webapps/jsp-examples/jsp2/jspx/textRotate.jspx.html +%%T%%/webapps/jsp-examples/jsp2/misc/EchoAttributesTag.java.html %%T%%/webapps/jsp-examples/jsp2/misc/coda.jspf -%%T%%/webapps/jsp-examples/jsp2/misc/coda.jspf.txt +%%T%%/webapps/jsp-examples/jsp2/misc/coda.jspf.html %%T%%/webapps/jsp-examples/jsp2/misc/config.html %%T%%/webapps/jsp-examples/jsp2/misc/config.jsp -%%T%%/webapps/jsp-examples/jsp2/misc/config.jsp.txt +%%T%%/webapps/jsp-examples/jsp2/misc/config.jsp.html %%T%%/webapps/jsp-examples/jsp2/misc/dynamicattrs.html %%T%%/webapps/jsp-examples/jsp2/misc/dynamicattrs.jsp -%%T%%/webapps/jsp-examples/jsp2/misc/dynamicattrs.jsp.txt +%%T%%/webapps/jsp-examples/jsp2/misc/dynamicattrs.jsp.html %%T%%/webapps/jsp-examples/jsp2/misc/prelude.jspf -%%T%%/webapps/jsp-examples/jsp2/misc/prelude.jspf.txt -%%T%%/webapps/jsp-examples/jsp2/simpletag/BookBean.java.txt -%%T%%/webapps/jsp-examples/jsp2/simpletag/FindBookSimpleTag.java.txt -%%T%%/webapps/jsp-examples/jsp2/simpletag/Functions.java.txt -%%T%%/webapps/jsp-examples/jsp2/simpletag/HelloWorldSimpleTag.java.txt -%%T%%/webapps/jsp-examples/jsp2/simpletag/RepeatSimpleTag.java.txt +%%T%%/webapps/jsp-examples/jsp2/misc/prelude.jspf.html +%%T%%/webapps/jsp-examples/jsp2/simpletag/BookBean.java.html +%%T%%/webapps/jsp-examples/jsp2/simpletag/FindBookSimpleTag.java.html +%%T%%/webapps/jsp-examples/jsp2/simpletag/Functions.java.html +%%T%%/webapps/jsp-examples/jsp2/simpletag/HelloWorldSimpleTag.java.html +%%T%%/webapps/jsp-examples/jsp2/simpletag/RepeatSimpleTag.java.html %%T%%/webapps/jsp-examples/jsp2/simpletag/book.html %%T%%/webapps/jsp-examples/jsp2/simpletag/book.jsp -%%T%%/webapps/jsp-examples/jsp2/simpletag/book.jsp.txt +%%T%%/webapps/jsp-examples/jsp2/simpletag/book.jsp.html %%T%%/webapps/jsp-examples/jsp2/simpletag/hello.html %%T%%/webapps/jsp-examples/jsp2/simpletag/hello.jsp -%%T%%/webapps/jsp-examples/jsp2/simpletag/hello.jsp.txt +%%T%%/webapps/jsp-examples/jsp2/simpletag/hello.jsp.html %%T%%/webapps/jsp-examples/jsp2/simpletag/repeat.html %%T%%/webapps/jsp-examples/jsp2/simpletag/repeat.jsp -%%T%%/webapps/jsp-examples/jsp2/simpletag/repeat.jsp.txt -%%T%%/webapps/jsp-examples/jsp2/tagfiles/displayProducts.tag.txt +%%T%%/webapps/jsp-examples/jsp2/simpletag/repeat.jsp.html +%%T%%/webapps/jsp-examples/jsp2/tagfiles/displayProducts.tag.html %%T%%/webapps/jsp-examples/jsp2/tagfiles/hello.html %%T%%/webapps/jsp-examples/jsp2/tagfiles/hello.jsp -%%T%%/webapps/jsp-examples/jsp2/tagfiles/hello.jsp.txt -%%T%%/webapps/jsp-examples/jsp2/tagfiles/helloWorld.tag.txt +%%T%%/webapps/jsp-examples/jsp2/tagfiles/hello.jsp.html +%%T%%/webapps/jsp-examples/jsp2/tagfiles/helloWorld.tag.html %%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.html %%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.jsp -%%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.jsp.txt -%%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.tag.txt +%%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.jsp.html +%%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.tag.html %%T%%/webapps/jsp-examples/jsp2/tagfiles/products.html %%T%%/webapps/jsp-examples/jsp2/tagfiles/products.jsp -%%T%%/webapps/jsp-examples/jsp2/tagfiles/products.jsp.txt -%%T%%/webapps/jsp-examples/jsp2/tagfiles/xhtmlbasic.tag.txt +%%T%%/webapps/jsp-examples/jsp2/tagfiles/products.jsp.html +%%T%%/webapps/jsp-examples/jsp2/tagfiles/xhtmlbasic.tag.html %%T%%/webapps/jsp-examples/jsptoserv/hello.jsp %%T%%/webapps/jsp-examples/jsptoserv/jsptoservlet.jsp -%%T%%/webapps/jsp-examples/jsptoserv/jsptoservlet.jsp.txt +%%T%%/webapps/jsp-examples/jsptoserv/jsptoservlet.jsp.html %%T%%/webapps/jsp-examples/jsptoserv/jts.html -%%T%%/webapps/jsp-examples/jsptoserv/servletToJsp.java.txt +%%T%%/webapps/jsp-examples/jsptoserv/servletToJsp.java.html %%T%%/webapps/jsp-examples/num/numguess.html %%T%%/webapps/jsp-examples/num/numguess.jsp -%%T%%/webapps/jsp-examples/num/numguess.jsp.txt +%%T%%/webapps/jsp-examples/num/numguess.jsp.html %%T%%/webapps/jsp-examples/plugin/applet/Clock2.class %%T%%/webapps/jsp-examples/plugin/applet/Clock2.java %%T%%/webapps/jsp-examples/plugin/plugin.html %%T%%/webapps/jsp-examples/plugin/plugin.jsp -%%T%%/webapps/jsp-examples/plugin/plugin.jsp.txt +%%T%%/webapps/jsp-examples/plugin/plugin.jsp.html %%T%%/webapps/jsp-examples/security/protected/error.jsp %%T%%/webapps/jsp-examples/security/protected/index.jsp %%T%%/webapps/jsp-examples/security/protected/login.jsp %%T%%/webapps/jsp-examples/sessions/DummyCart.html %%T%%/webapps/jsp-examples/sessions/carts.html %%T%%/webapps/jsp-examples/sessions/carts.jsp -%%T%%/webapps/jsp-examples/sessions/carts.jsp.txt +%%T%%/webapps/jsp-examples/sessions/carts.jsp.html %%T%%/webapps/jsp-examples/sessions/crt.html %%T%%/webapps/jsp-examples/simpletag/foo.html %%T%%/webapps/jsp-examples/simpletag/foo.jsp -%%T%%/webapps/jsp-examples/simpletag/foo.jsp.txt +%%T%%/webapps/jsp-examples/simpletag/foo.jsp.html %%T%%/webapps/jsp-examples/snp/snoop.html %%T%%/webapps/jsp-examples/snp/snoop.jsp -%%T%%/webapps/jsp-examples/snp/snoop.jsp.txt +%%T%%/webapps/jsp-examples/snp/snoop.jsp.html %%T%%/webapps/jsp-examples/source.jsp %%T%%/webapps/jsp-examples/xml/xml.html %%T%%/webapps/jsp-examples/xml/xml.jsp -%%T%%/webapps/jsp-examples/xml/xml.jsp.txt +%%T%%/webapps/jsp-examples/xml/xml.jsp.html %%T%%/webapps/servlets-examples/WEB-INF/classes/CookieExample.class %%T%%/webapps/servlets-examples/WEB-INF/classes/CookieExample.java %%T%%/webapps/servlets-examples/WEB-INF/classes/HelloWorldExample.class @@ -819,6 +821,7 @@ %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/NamingRuleSet.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/PasswdUserDatabase.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/SetAllPropertiesRule.html +%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/SetAllPropertiesRule.SystemPropertyPropertyResource.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/SetDocBaseRule.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/TldConfig.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/catalina/startup/TldRuleSet.html @@ -913,6 +916,7 @@ %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/coyote/http11/InternalOutputBuffer.OutputStreamOutputBuffer.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/coyote/http11/InternalOutputBuffer.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/coyote/http11/OutputFilter.html +%%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/coyote/http11/filters/BufferedInputFilter.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/coyote/http11/filters/ChunkedInputFilter.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/coyote/http11/filters/ChunkedOutputFilter.html %%T%%/webapps/tomcat-docs/catalina/docs/api/org/apache/coyote/http11/filters/GzipOutputFilter.FakeOutputStream.html @@ -1234,6 +1238,7 @@ %%T%%/webapps/tomcat-docs/cgi-howto.html %%T%%/webapps/tomcat-docs/changelog.html %%T%%/webapps/tomcat-docs/class-loader-howto.html +%%T%%/webapps/tomcat-docs/cluster-howto.html %%T%%/webapps/tomcat-docs/config/context.html %%T%%/webapps/tomcat-docs/config/coyote.html %%T%%/webapps/tomcat-docs/config/defaultcontext.html @@ -1555,6 +1560,7 @@ %%T%%/webapps/tomcat-docs/printer/cgi-howto.html %%T%%/webapps/tomcat-docs/printer/changelog.html %%T%%/webapps/tomcat-docs/printer/class-loader-howto.html +%%T%%/webapps/tomcat-docs/printer/cluster-howto.html %%T%%/webapps/tomcat-docs/printer/default-servlet.html %%T%%/webapps/tomcat-docs/printer/deployer-howto.html %%T%%/webapps/tomcat-docs/printer/developers.html --- patch5.0.14 ends here --- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 08: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 B0F7616A4CE; Wed, 19 Nov 2003 08:53:07 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1D743FE1; Wed, 19 Nov 2003 08:53:03 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hAJGqbcc004386; Wed, 19 Nov 2003 17:52:37 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hAJGqXc8004371; Wed, 19 Nov 2003 17:52:33 +0100 (CET) (envelope-from simon) Date: Wed, 19 Nov 2003 17:52:32 +0100 From: Simon Barner To: Norikatsu Shigemura Message-ID: <20031119165232.GA91713@zi025.glhnet.mhn.de> References: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: gnome@freebsd.org cc: ports@freebsd.org cc: fortune@n.jpn.ph cc: kde@freebsd.org Subject: Re: HEADS UP: I'll commit www/linuxpluginwarpper 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, 19 Nov 2003 16:53:07 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, > Hi epiphany/galeon/galeon2/mozilla-jlp maintainer! >=20 > I'll commit www/linuxpluginwrapper, and chase this > modification to these ports, tomorrow. IIRC linuxpluginwrapper is based on libmap, which is not available in -stable. I just had a look into CVSweb, and it seems there are no plans to MFC it. Perhaps I am just missing something...? Or will the modification be backwards compatible with -stable? Simon --GvXjxJ+pjyke8COw 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/u5/QCkn+/eutqCoRAhhUAJ9x84athwCyJjd1MzgFsVE6EmDgVwCfWbuU ZCxfjA+GYhZmsGC3Gjdmeqc= =hnCi -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 09:45: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 25B2F16A4CE; Wed, 19 Nov 2003 09:45:53 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D435443FF5; Wed, 19 Nov 2003 09:45:51 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp (nadesico.ninth-nine.com [192.168.36.3]) by sakura.ninth-nine.com (8.12.9p2/8.12.9/NinthNine) with SMTP id hAJHjoaa081128; Thu, 20 Nov 2003 02:45:50 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 20 Nov 2003 02:45:50 +0900 (JST) Message-Id: <200311191745.hAJHjoaa081128@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Simon Barner In-Reply-To: <20031119165232.GA91713@zi025.glhnet.mhn.de> References: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> <20031119165232.GA91713@zi025.glhnet.mhn.de> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org cc: ports@FreeBSD.org cc: fortune@n.jpn.ph cc: kde@FreeBSD.org Subject: Re: HEADS UP: I'll commit www/linuxpluginwarpper 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, 19 Nov 2003 17:45:53 -0000 On Wed, 19 Nov 2003 17:52:32 +0100 Simon Barner wrote: > > Hi epiphany/galeon/galeon2/mozilla-jlp maintainer! > > I'll commit www/linuxpluginwrapper, and chase this > > modification to these ports, tomorrow. > IIRC linuxpluginwrapper is based on libmap, which is not available in > -stable. I just had a look into CVSweb, and it seems there are no plans > to MFC it. I requested. But.. http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/58133 If I can, I want to commit this.... > Perhaps I am just missing something...? Or will the modification be > backwards compatible with -stable? Oops. I'll say that "Please use libmap.conf patch". But it's so bad. Okey, I'll keep www/flashpluginwrapper. And CONFLICT between www/linuxpluginwrapper and www/flashpluginwrapper. And I'll not remove LD_PRELOAD which I said on this HEADS UP. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 10:04: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 BC0ED16A4CE; Wed, 19 Nov 2003 10:04:50 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C6B743F85; Wed, 19 Nov 2003 10:04:47 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hAJI2fcc033697; Wed, 19 Nov 2003 19:02:41 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hAJI2dcT033696; Wed, 19 Nov 2003 19:02:39 +0100 (CET) (envelope-from simon) Date: Wed, 19 Nov 2003 19:02:39 +0100 From: Simon Barner To: Norikatsu Shigemura Message-ID: <20031119180239.GB91713@zi025.glhnet.mhn.de> References: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> <20031119165232.GA91713@zi025.glhnet.mhn.de> <200311191745.hAJHjoaa081128@sakura.ninth-nine.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8P1HSweYDcXXzwPJ" Content-Disposition: inline In-Reply-To: <200311191745.hAJHjoaa081128@sakura.ninth-nine.com> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: gnome@freebsd.org cc: ports@freebsd.org cc: fortune@n.jpn.ph cc: kde@freebsd.org Subject: Re: HEADS UP: I'll commit www/linuxpluginwarpper 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, 19 Nov 2003 18:04:50 -0000 --8P1HSweYDcXXzwPJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > Perhaps I am just missing something...? Or will the modification be > > backwards compatible with -stable? >=20 > Oops. I'll say that "Please use libmap.conf patch". But it's > so bad. Okey, I'll keep www/flashpluginwrapper. And CONFLICT > between www/linuxpluginwrapper and www/flashpluginwrapper. > And I'll not remove LD_PRELOAD which I said on this HEADS UP. Or perhaps introduce some magic in order to have LD_PRELOAD line only on -stable systems without the libmap patch. IIRC the preloaded library would conflict with your libmap solution. If you prepare patches to support -stable proberly, I'll be glad to test them. Simon --8P1HSweYDcXXzwPJ 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/u7A+Ckn+/eutqCoRAlBzAKC0tBDNuoB9ZKEID8cZFI1zwKdCoQCdG9t3 4DoeELAw0pXSuHogfs3ZegE= =UAra -----END PGP SIGNATURE----- --8P1HSweYDcXXzwPJ-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 13: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 4922E16A4CE for ; Wed, 19 Nov 2003 13:09:18 -0800 (PST) Received: from orange.csi.cam.ac.uk (orange.csi.cam.ac.uk [131.111.8.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 520AB43F75 for ; Wed, 19 Nov 2003 13:09:17 -0800 (PST) (envelope-from dmo25@cam.ac.uk) Received: from zone-7.jesus.cam.ac.uk ([131.111.243.37] helo=dmod) by orange.csi.cam.ac.uk with smtp (Exim 4.12) id 1AMZZc-00078h-00 for ports@FreeBSD.org; Wed, 19 Nov 2003 21:09:16 +0000 From: "David M. O'Doherty" To: Date: Wed, 19 Nov 2003 21:09:13 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: allegro-4.1.4 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: Wed, 19 Nov 2003 21:09:18 -0000 Hi, The link for the sources for allegro-4.1.4 - http://www.freebsd.org/cgi/pds.cgi?ports/devel/allegro - says it can't find the sources. The sources (for this version) are available at http://prdownloads.sourceforge.net/alleg/allegro-4.1.4.tar.gz?download Regards, David O'Doherty From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 14:42: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 56FF416A4CF for ; Wed, 19 Nov 2003 14:42:42 -0800 (PST) Received: from freebsd.org.ru (freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 345DC43FBD for ; Wed, 19 Nov 2003 14:42:41 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 10671145; Thu, 20 Nov 2003 01:42:39 +0300 (MSK) Date: Thu, 20 Nov 2003 01:42:38 +0300 From: "Sergey A. Osokin" To: "David M. O'Doherty" Message-ID: <20031119224238.GY85661@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.5.1i cc: ports@FreeBSD.org Subject: Re: allegro-4.1.4 port 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: Wed, 19 Nov 2003 22:42:42 -0000 On Wed, Nov 19, 2003 at 09:09:13PM -0000, David M. O'Doherty wrote: > > The link for the sources for allegro-4.1.4 - > http://www.freebsd.org/cgi/pds.cgi?ports/devel/allegro - says it can't find > the sources. The sources (for this version) are available at > http://prdownloads.sourceforge.net/alleg/allegro-4.1.4.tar.gz?download Hm, I'm successfully downloaded allegro-4.1.4.tar.gz by $ cd /usr/ports/devel/allegro && make fetch to /usr/prots/distfiles? Whats wrong? -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 15:24: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 D75F016A4D3 for ; Wed, 19 Nov 2003 15:24:20 -0800 (PST) Received: from monica.vsb.cz (monica.vsb.cz [158.196.149.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C63B43FB1 for ; Wed, 19 Nov 2003 15:24:19 -0800 (PST) (envelope-from ivan.dolezal@vsb.cz) Received: from 127.0.0.1 (localhost [127.0.0.1]) by monica.vsb.cz (Postfix) with SMTP id 3649D4FFF1; Thu, 20 Nov 2003 00:24:18 +0100 (CET) Received: from vsb.cz (vpnz9.vsb.cz [158.196.192.24]) by monica.vsb.cz (Postfix) with ESMTP id D31384FFFD; Thu, 20 Nov 2003 00:24:13 +0100 (CET) Message-ID: <3FBBFB9A.8090808@vsb.cz> Date: Thu, 20 Nov 2003 00:24:10 +0100 From: "Ing.,BcA. Ivan Dolezal" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20031007 X-Accept-Language: cs, en-us, en, pl MIME-Version: 1.0 To: wez@php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: pear-mailparse-0.9.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, 19 Nov 2003 23:24:21 -0000 Hello, the abovementioned port can not be compiled against php4-4.3.4 required port as PHP people removed /usr/local/include/php/ext/mbstring/mbfilter.h from it. This file was still part of FreeBSD port php4-4.3.4.r1 . Dirty workaround: the port can be compiled succesfully by simply adding the missing file. Of course, I can not guarantee the proper functionality of this kind of solution. NOTE: I did not test the problem in a vanilla environment of PHP/PEAR, I was only compiling from FreeBSD source code ports. Sincerely, Ivan Dolezal PS: I will not be on e-mail for next two weeks. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 15:30: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 6DE4816A4CE for ; Wed, 19 Nov 2003 15:30:08 -0800 (PST) Received: from monica.vsb.cz (monica.vsb.cz [158.196.149.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB3843FB1 for ; Wed, 19 Nov 2003 15:30:07 -0800 (PST) (envelope-from ivan.dolezal@vsb.cz) Received: from 127.0.0.1 (localhost [127.0.0.1]) by monica.vsb.cz (Postfix) with SMTP id D968F4FFF8; Thu, 20 Nov 2003 00:30:06 +0100 (CET) Received: from vsb.cz (vpnz9.vsb.cz [158.196.192.24]) by monica.vsb.cz (Postfix) with ESMTP id 2B3504FFF1; Thu, 20 Nov 2003 00:30:03 +0100 (CET) Message-ID: <3FBBFCF7.6030907@vsb.cz> Date: Thu, 20 Nov 2003 00:29:59 +0100 From: "Ing.,BcA. Ivan Dolezal" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20031007 X-Accept-Language: cs, en-us, en, pl MIME-Version: 1.0 To: ports@FreeBSD.org References: <3FBBFB9A.8090808@vsb.cz> In-Reply-To: <3FBBFB9A.8090808@vsb.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: wez@php.net Subject: FreeBSD Port: pear-mailparse-0.9.3: Sorry, its broken FreeBSD 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: Wed, 19 Nov 2003 23:30:08 -0000 Hello once again, the mail/pear-mailparse port should be upgraded from 0.9.3 to 0.9.4 version. I should have read http://pecl.php.net/package-changelog.php?package=mailparse&release=0.9.4 before pressing "Send" button in my favourite mail user agent. Sorry, Ivan Dolezal From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 18:07: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 457EA16A4CE; Wed, 19 Nov 2003 18:07:08 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4497B43FB1; Wed, 19 Nov 2003 18:07:05 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.9p2/8.12.9/NinthNine) with ESMTP id hAK26xab093262 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Nov 2003 11:07:03 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 20 Nov 2003 11:07:03 +0900 (JST) Message-Id: <200311200207.hAK26xab093262@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Simon Barner In-Reply-To: <20031119180239.GB91713@zi025.glhnet.mhn.de> References: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> <20031119165232.GA91713@zi025.glhnet.mhn.de> <200311191745.hAJHjoaa081128@sakura.ninth-nine.com> <20031119180239.GB91713@zi025.glhnet.mhn.de> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org cc: ports@FreeBSD.org cc: fortune@n.jpn.ph cc: kde@FreeBSD.org Subject: Re: HEADS UP: I'll commit www/linuxpluginwarpper 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, 20 Nov 2003 02:07:08 -0000 On Wed, 19 Nov 2003 19:02:39 +0100 Simon Barner wrote: > > > Perhaps I am just missing something...? Or will the modification be > > > backwards compatible with -stable? > > Oops. I'll say that "Please use libmap.conf patch". But it's > > so bad. Okey, I'll keep www/flashpluginwrapper. And CONFLICT > > between www/linuxpluginwrapper and www/flashpluginwrapper. > > And I'll not remove LD_PRELOAD which I said on this HEADS UP. > Or perhaps introduce some magic in order to have LD_PRELOAD line only on > -stable systems without the libmap patch. IIRC the preloaded library > would conflict with your libmap solution. I don't hope to support LD_PRELOAD and libmap solution:-(. Because libmap solution is not support Flash5 and RealPlayer, and LD_PRELOAD solution is not support Flash6 and Acroread. > If you prepare patches to support -stable proberly, I'll be glad to test > them. http://people.FreeBSD.org/~nork/libmap_4stable.diff And, please, # cd /usr/src # patch -p0 < libmap_4stable.diff From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 18:44: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 74F5316A4CE; Wed, 19 Nov 2003 18:44:51 -0800 (PST) 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 6F97A43FEA; Wed, 19 Nov 2003 18:44:50 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B2BCB66C55; Wed, 19 Nov 2003 18:44:49 -0800 (PST) Date: Wed, 19 Nov 2003 18:44:49 -0800 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20031120024449.GA77733@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: HEADS UP: Ports Freeze for 5.2-R coming 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, 20 Nov 2003 02:44:51 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dear Porters, Some of you have noticed that the originally-announced ports freeze date for 5.2-R has passed. Due to some last minute breakage that was crammed into -current over the past week, combined with hardware problems, the bento cluster has not been in good shape for package builds, so we decided to hold off for a day or two to try and get things stabilized. At this point I'm still trying to get the various bento machines in working condition. We will probably start the freeze in a day or two - I hope to have a better idea once I see how the bento machines are holding up. The good news is that because the ports collection is currently in relatively good shape, we will not need to have a long freeze to focus developer attention onto fixing broken ports. At this point, we're thinking of a freeze duration of a week or so, but obviously that is subject to change depending on how things work out. The bottom line is: Please make any commits you want to be part of 5.2-RELEASE in the next 24 hours, because the freeze will be starting at some point after that, and there will be little opportunity for revision during the short freeze cycle. Thanks, Kris and Marcus, your freezemasters --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/vCqhWry0BWjoQKURAqQLAJ0RY8l+RLtQYPfY6oPtIIubai5nEQCgrlaw Y6Mut9fORFpLqvaNXwiIK+c= =hbpX -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 19:48: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 073B016A4CE for ; Wed, 19 Nov 2003 19:48:33 -0800 (PST) Received: from dns11.mail.yahoo.co.jp (dns11.mail.yahoo.co.jp [210.81.151.144]) by mx1.FreeBSD.org (Postfix) with SMTP id 6138B43F3F for ; Wed, 19 Nov 2003 19:48:29 -0800 (PST) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by dns11.mail.yahoo.co.jp with SMTP; 20 Nov 2003 03:48:26 -0000 X-Apparently-From: Received: from ghost.near.this (ghost.near.this [10.0.3.9]) by gorgon.near.this (Postfix) with ESMTP id 221257F81 for ; Thu, 20 Nov 2003 12:48:21 +0900 (JST) Received: by ghost.near.this (Postfix, from userid 100) id 2838B19320; Thu, 20 Nov 2003 12:48:19 +0900 (JST) To: ports@FreeBSD.org From: bugsgrief@bugsgrief.net Message-Id: <20031120.034819.86501733ac484afb.10.0.3.9@bugsgrief.net> Date: Thu, 20 Nov 2003 12:48:19 +0900 (JST) Subject: MOVED format 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, 20 Nov 2003 03:48:33 -0000 The last lines of MOVED are weird. % tail /usr/ports/MOVED misc/kde3-i18n-ar|arabic/kde3-i18n|2003-11-15|Moved to new arabic category misc/koffice-i18n-ar|arabic/koffice-i18n|2003-11-15|Moved to new arabic category net/geta|dns/geta|2003-11-16|moved to new dns category devel/arm-rtems-gcj|2003-11-18|devel/arm-rtems-gcc|Now included in the gcc port devel/i386-rtems-gcj|2003-11-18|devel/i386-rtems-gcc|Now included in the gcc port devel/m68k-rtems-gcj|2003-11-18|devel/m68k-rtems-gcc|Now included in the gcc port devel/mips-rtems-gcj|2003-11-18|devel/mips-rtems-gcc|Now included in the gcc port devel/powerpc-rtems-gcj|2003-11-18|devel/powerpc-rtems-gcc|Now included in the gcc port devel/sh-rtems-gcj|2003-11-18|devel/sh-rtems-gcc|Now included in the gcc port devel/sparc-rtems-gcj|2003-11-18|devel/sparc-rtems-gcc|Now included in the gcc port % horio shoichi From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 20:06: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 A464C16A4CE for ; Wed, 19 Nov 2003 20:06:02 -0800 (PST) Received: from kiri.slis.tsukuba.ac.jp (kiri.slis.tsukuba.ac.jp [133.51.14.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1487543FBF for ; Wed, 19 Nov 2003 20:06:01 -0800 (PST) (envelope-from kiri@kiri.slis.tsukuba.ac.jp) Received: from kiri.pis.kiri.slis.tsukuba.ac.jp (localhost [127.0.0.1]) hAK3wfgO073349 for ; Thu, 20 Nov 2003 12:58:42 +0900 (JST) (envelope-from kiri@kiri.slis.tsukuba.ac.jp) Message-Id: <200311200358.hAK3wfgO073349@kiri.slis.tsukuba.ac.jp> Date: Thu, 20 Nov 2003 12:58:41 +0900 From: KIRIYAMA Kazuhiko To: ports@FreeBSD.org In-Reply-To: <20031120024449.GA77733@xor.obsecurity.org> References: <20031120024449.GA77733@xor.obsecurity.org> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Subject: Re: HEADS UP: Ports Freeze for 5.2-R coming 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, 20 Nov 2003 04:06:02 -0000 At Wed, 19 Nov 2003 18:44:49 -0800, Kris Kennaway wrote: > > The bottom line is: > > Please make any commits you want to be part of 5.2-RELEASE in the next > 24 hours, because the freeze will be starting at some point after Would you like to specify dead line time with UTC? Regards. kiri From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 20:11: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 AEC2216A4CF; Wed, 19 Nov 2003 20:11:19 -0800 (PST) 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 3242D43FE0; Wed, 19 Nov 2003 20:11:18 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAK4BHNW002310; Wed, 19 Nov 2003 23:11:17 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hAK4B2uY025034; Wed, 19 Nov 2003 23:11:02 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: KIRIYAMA Kazuhiko In-Reply-To: <200311200358.hAK3wfgO073349@kiri.slis.tsukuba.ac.jp> References: <20031120024449.GA77733@xor.obsecurity.org> <200311200358.hAK3wfgO073349@kiri.slis.tsukuba.ac.jp> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1DftwXYAnImjDlgkYMZA" Organization: MarcusCom, Inc. Message-Id: <1069301473.110.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 19 Nov 2003 23:11:14 -0500 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: HEADS UP: Ports Freeze for 5.2-R coming 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, 20 Nov 2003 04:11:19 -0000 --=-1DftwXYAnImjDlgkYMZA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-11-19 at 22:58, KIRIYAMA Kazuhiko wrote: > At Wed, 19 Nov 2003 18:44:49 -0800, > Kris Kennaway wrote: > >=20 > > The bottom line is: > >=20 > > Please make any commits you want to be part of 5.2-RELEASE in the nex= t > > 24 hours, because the freeze will be starting at some point after >=20 > Would you like to specify dead line time with UTC? Please make all commits you wish to appear in 5.2-RELEASE before 2003-11-21 0300 UTC. =20 Joe >=20 > Regards. >=20 > kiri > _______________________________________________ > 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 --=-1DftwXYAnImjDlgkYMZA 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/vD7hb2iPiv4Uz4cRAraMAJ9il+5r3oIYr2RC7GiPOM9s2nSqNgCeJuqV e2ZHDSdOiAXm3p/r4gVj10E= =6sHx -----END PGP SIGNATURE----- --=-1DftwXYAnImjDlgkYMZA-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 19 23:19: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 1D66A16A4CE; Wed, 19 Nov 2003 23:19:45 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5C143F75; Wed, 19 Nov 2003 23:19:44 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 21618167587; Thu, 20 Nov 2003 08:19:43 +0100 (CET) Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.9p1/8.12.9) with ESMTP id hAK7JaUC054320 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 20 Nov 2003 08:19:38 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock Organization: FreeBSD To: John Reynolds , ports@FreeBSD.org Date: Thu, 20 Nov 2003 08:19:33 +0100 User-Agent: KMail/1.5.4 References: <16315.2459.457793.876084@whale.home-net> In-Reply-To: <16315.2459.457793.876084@whale.home-net> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_IsGv/td3oWi+zS9"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200311200819.36189.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: stable@FreeBSD.org Subject: Re: call for testers -- changes to libusb 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, 20 Nov 2003 07:19:45 -0000 --Boundary-02=_IsGv/td3oWi+zS9 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Wednesday 19 November 2003 07:11, John Reynolds wrote: > I know that sane (or sane-backend) links to this > library, but I don't have a USB scanner so I have no way of knowing if > things are cool or not. Worksforme with an Epson 1260 USB scanner driven by sane-backends. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_IsGv/td3oWi+zS9 Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/vGsIXhc68WspdLARAmOJAKCT2dTrtXDS4dc3Ama6sa3lIuNj9gCeOQMd 4LBbJpxgYieoVvEvHOsmvAo= =fpLb -----END PGP SIGNATURE----- --Boundary-02=_IsGv/td3oWi+zS9-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 01:40: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 3AC4116A4CE for ; Thu, 20 Nov 2003 01:40:20 -0800 (PST) Received: from lilbuddy.antsclimbtree.com (lilbuddy.antsclimbtree.com [216.27.183.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5411A43F75 for ; Thu, 20 Nov 2003 01:40:19 -0800 (PST) (envelope-from mark@antsclimbtree.com) Received: from amore.antsclimbtree.com ([192.168.1.2]) by lilbuddy.antsclimbtree.com with asmtp (TLSv1:RC4-SHA:128) (Exim 4.24; FreeBSD 4.8) id 1AMlJ5-000Owt-5q; Thu, 20 Nov 2003 01:40:59 -0800 In-Reply-To: <20031119181308.2d9a719e.samy@kerneled.com> References: <56C01C88-18D1-11D8-86C7-000A278CC960@antsclimbtree.com> <20031117080359.GJ56603@procyon.firepipe.net> <20031119181308.2d9a719e.samy@kerneled.com> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8ADC81A0-1B3D-11D8-86CE-000A278CC960@antsclimbtree.com> Content-Transfer-Encoding: 7bit From: Mark Edwards Date: Thu, 20 Nov 2003 01:40:14 -0800 To: Samy Al Bahra X-Mailer: Apple Mail (2.606) X-Spam-Score: -4.9 (----) cc: ports@FreeBSD.org Subject: Re: Passing an argument to a 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, 20 Nov 2003 09:40:20 -0000 On Nov 19, 2003, at 7:13 AM, Samy Al Bahra wrote: > On Mon, 17 Nov 2003 11:10:33 -0800 > Mark Edwards wrote: > >> Unfortunately, that didn't do it. Using MAKE_ENV actually caused the >> build to fail. Using CONFIGURE_ENV had no effect at all. > > Make sure that the port doesn't simply reset CFLAGS in its' build > framework (doing CFLAGS = ... blindly). This is a common problem. That doesn't appear to be the issue. Apparently I was wrong in my earlier assessment. You cannot build imap-uw in the way that I want by putting CREATEPROTO=mbxproto in the make line. It works on OSX but not on FreeBSD. At this point, I think its just easier for me to build it by myself without the port, which I didn't want to do. It would be nice if the port had a build option to make mbx format mailboxes the default, since they are far better, but the port maintainer hasn't responded to any email from me so I guess its not going to happen. -- Mark Edwards From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 05:13:16 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 8480E16A4CE for ; Thu, 20 Nov 2003 05:13:16 -0800 (PST) Received: from bjpu.edu.cn (egw.bjpu.edu.cn [202.112.78.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4928243FE9 for ; Thu, 20 Nov 2003 05:13:14 -0800 (PST) (envelope-from liukang@bjpu.edu.cn) Received: (eyou gateway send program); Thu, 20 Nov 2003 21:20:04 +0800 X-EYOU-ORIGINAL-IP: 61.149.136.223 X-EYOU-ENVELOPE-MAILFROM: liukang@bjpu.edu.cn Received: from unknown (HELO ssc) (unknown@61.149.136.223) by 202.112.78.77 with ; Thu, 20 Nov 2003 21:20:04 +0800 From: "Kang Liu" To: , Date: Thu, 20 Nov 2003 21:20:05 +0800 Message-ID: <00e201c3af69$0caf5570$0501a8c0@ssc> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: ports@FreeBSD.org Subject: Re: ports/59480: Update port: www/jakarta-tomcat5 (5.0.14) 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, 20 Nov 2003 13:13:16 -0000 Maintainer approved. :-) The patch in PR:58376 was damaged and could be closed. Can anyone test and commit it, since the ports freeze will begin soon. From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 06:49: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 3DB8416A4CE for ; Thu, 20 Nov 2003 06:49:06 -0800 (PST) Received: from mail.dcs.warwick.ac.uk (mail.dcs.warwick.ac.uk [137.205.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C53443FE1 for ; Thu, 20 Nov 2003 06:49:05 -0800 (PST) (envelope-from jake.stride@senokian.com) Received: from senokian.com (ip-115-67-dhcp [137.205.115.67]) by mail.dcs.warwick.ac.uk (8.11.1/8.10.2) with ESMTP id hAKEn5V27620 for ; Thu, 20 Nov 2003 14:49:05 GMT Date: Thu, 20 Nov 2003 14:51:48 +0000 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Jake Stride To: ports@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <1159C3D6-1B69-11D8-8E59-000A956E520C@senokian.com> X-Mailer: Apple Mail (2.552) Subject: FreeBSD Port: pear-mailparse-0.9.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: Thu, 20 Nov 2003 14:49:06 -0000 I am currently trying to compile mailparse on freebsd-4.8 by it bombs out with the errors below. Do you have any ideas at all? Thanks Jake ===> pear-mailparse-0.9.1 depends on executable: automake - found ===> pear-mailparse-0.9.1 depends on executable: autoconf - not found ===> Verifying install for autoconf in /usr/ports/devel/autoconf213 ===> Returning to build of pear-mailparse-0.9.1 ===> pear-mailparse-0.9.1 depends on file: /usr/local/bin/phpize - found ===> pear-mailparse-0.9.1 depends on file: /usr/local/lib/php/PEAR.php.dist - found ===> pear-mailparse-0.9.1 depends on file: /usr/local/libexec/autoconf213/autoconf - found ===> pear-mailparse-0.9.1 depends on executable: libtool - found ===> Configuring for pear-mailparse-0.9.1 cp: aclocal.m4: No such file or directory *** Error code 1 Stop in /usr/ports/mail/pear-mailparse. From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 07:37: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 4B4A416A4CE for ; Thu, 20 Nov 2003 07:37:19 -0800 (PST) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C33243FE3 for ; Thu, 20 Nov 2003 07:37:01 -0800 (PST) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with SMTP id F0380358CB for ; Thu, 20 Nov 2003 16:36:32 +0100 (CET) Date: Thu, 20 Nov 2003 16:36:34 +0100 From: Miguel Mendez To: ports@freebsd.org Message-Id: <20031120163634.65118d00.flynn@energyhq.es.eu.org> Organization: X-Mailer: Sylpheed version 0.9.5-gtk2-20030906 (GTK+ 2.2.4; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Xine and AC3 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, 20 Nov 2003 15:37:19 -0000 Hi, I portupgrade'd xine and libxine yesterday, and now it complains about missing AC3 audio codec, this didn't happen before. Anyone else seeing this? Cheers, -- Miguel Mendez http://www.energyhq.es.eu.org From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 08: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 8313316A4CE for ; Thu, 20 Nov 2003 08:53:07 -0800 (PST) Received: from mail.ciam.ru (main.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8189643FF3 for ; Thu, 20 Nov 2003 08:53:06 -0800 (PST) (envelope-from sem@ciam.ru) Received: from sem.ciam.ru ([192.168.45.10] helo=ciam.ru) by mail.ciam.ru with esmtp (Exim 4.x) id 1AMs35-0006IA-Ki; Thu, 20 Nov 2003 19:52:55 +0300 Message-ID: <3FBCF1BA.3080602@ciam.ru> Date: Thu, 20 Nov 2003 19:54:18 +0300 From: Sergey Matveychuk 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: Mark Edwards References: <56C01C88-18D1-11D8-86C7-000A278CC960@antsclimbtree.com> <20031117080359.GJ56603@procyon.firepipe.net> <20031119181308.2d9a719e.samy@kerneled.com> <8ADC81A0-1B3D-11D8-86CE-000A278CC960@antsclimbtree.com> In-Reply-To: <8ADC81A0-1B3D-11D8-86CE-000A278CC960@antsclimbtree.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: Samy Al Bahra Subject: Re: Passing an argument to a 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, 20 Nov 2003 16:53:07 -0000 Mark Edwards wrote: > port had a build option to make mbx format mailboxes the default, since > they are far better, but the port maintainer hasn't responded to any > email from me so I guess its not going to happen. If you do so, don't forget to warn port users who used to old mailbox format and don't expect changes (like me). -- Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 09:23: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 953F616A4CF for ; Thu, 20 Nov 2003 09:23:32 -0800 (PST) Received: from lilith.bellavista.cz (lilith.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94F7343FCB for ; Thu, 20 Nov 2003 09:23:28 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by lilith.bellavista.cz (Postfix) with ESMTP id 184F132; Thu, 20 Nov 2003 18:23:27 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id C77502FDA09; Thu, 20 Nov 2003 18:23:26 +0100 (CET) Date: Thu, 20 Nov 2003 18:23:26 +0100 From: Roman Neuhauser To: Jake Stride Message-ID: <20031120172326.GO340@freepuppy.bellavista.cz> Mail-Followup-To: Jake Stride , ports@freebsd.org References: <1159C3D6-1B69-11D8-8E59-000A956E520C@senokian.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1159C3D6-1B69-11D8-8E59-000A956E520C@senokian.com> User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: FreeBSD Port: pear-mailparse-0.9.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: Thu, 20 Nov 2003 17:23:32 -0000 # jake.stride@senokian.com / 2003-11-20 14:51:48 +0000: > > I am currently trying to compile mailparse on freebsd-4.8 by it bombs > out with the errors below. Do you have any ideas at all? this might not solve your problem, but mail/pear-mailparse is at 0.9.3: cd /usr/ports && make update index > ===> pear-mailparse-0.9.1 depends on executable: automake - found > ===> pear-mailparse-0.9.1 depends on executable: autoconf - not found > ===> Verifying install for autoconf in /usr/ports/devel/autoconf213 > ===> Returning to build of pear-mailparse-0.9.1 > ===> pear-mailparse-0.9.1 depends on file: /usr/local/bin/phpize - found > ===> pear-mailparse-0.9.1 depends on file: /usr/local/lib/php/PEAR.php.dist - found > ===> pear-mailparse-0.9.1 depends on file: /usr/local/libexec/autoconf213/autoconf - found > ===> pear-mailparse-0.9.1 depends on executable: libtool - found > ===> Configuring for pear-mailparse-0.9.1 > cp: aclocal.m4: No such file or directory > *** Error code 1 > > Stop in /usr/ports/mail/pear-mailparse. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 09:38: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 42B1716A4CE for ; Thu, 20 Nov 2003 09:38:47 -0800 (PST) Received: from lilbuddy.antsclimbtree.com (lilbuddy.antsclimbtree.com [216.27.183.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4220143FD7 for ; Thu, 20 Nov 2003 09:38:46 -0800 (PST) (envelope-from mark@antsclimbtree.com) Received: from amore.antsclimbtree.com ([192.168.1.2]) by lilbuddy.antsclimbtree.com with asmtp (TLSv1:RC4-SHA:128) (Exim 4.24; FreeBSD 4.8) id 1AMsm2-000Pff-Mj; Thu, 20 Nov 2003 09:39:22 -0800 In-Reply-To: <3FBCF1BA.3080602@ciam.ru> References: <56C01C88-18D1-11D8-86C7-000A278CC960@antsclimbtree.com> <20031117080359.GJ56603@procyon.firepipe.net> <20031119181308.2d9a719e.samy@kerneled.com> <8ADC81A0-1B3D-11D8-86CE-000A278CC960@antsclimbtree.com> <3FBCF1BA.3080602@ciam.ru> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5F77F486-1B80-11D8-9762-000A278CC960@antsclimbtree.com> Content-Transfer-Encoding: 7bit From: Mark Edwards Date: Thu, 20 Nov 2003 09:38:37 -0800 To: Sergey Matveychuk X-Mailer: Apple Mail (2.606) X-Spam-Score: -4.9 (----) cc: ports@FreeBSD.org cc: Samy Al Bahra Subject: Re: Passing an argument to a 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, 20 Nov 2003 17:38:47 -0000 On Nov 20, 2003, at 8:54 AM, Sergey Matveychuk wrote: > Mark Edwards wrote: >> port had a build option to make mbx format mailboxes the default, >> since they are far better, but the port maintainer hasn't responded >> to any email from me so I guess its not going to happen. > > If you do so, don't forget to warn port users who used to old mailbox > format and don't expect changes (like me). Well, I would never dream of making mbx the default format as the default setting. The default setting should be the default setting of the software, which is mbox. What I'd like to see is a flag in the imap-uw port that causes the port to be built with mbx as the default mailbox format. It would have to be intentionally enabled. Users of the port would be unaffected unless they wanted to be. -- Mark Edwards From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 10: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 2B91716A4CE; Thu, 20 Nov 2003 10:17:06 -0800 (PST) Received: from mailbox.rainbownet.com (mailbox.rainbownet.com [213.174.191.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id F086C43FAF; Thu, 20 Nov 2003 10:17:03 -0800 (PST) (envelope-from aturetta@commit.it) Received: from nbangx ([192.168.29.102]) (authenticated user aturetta@rainbownet.com) by rainbownet.com (rainbownet.com [127.0.0.1]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 30-md50000000130.tmp; Thu, 20 Nov 2003 19:16:24 +0100 Message-ID: <00c901c3af92$69c39fe0$661da8c0@lan> From: "Angelo Turetta" To: , Date: Thu, 20 Nov 2003 19:16:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Authenticated-Sender: aturetta@rainbownet.com X-Spam-Processed: rainbownet.com, Thu, 20 Nov 2003 19:16:24 +0100 (not processed: message from valid local sender) X-MDRemoteIP: 192.168.29.102 X-Return-Path: aturetta@commit.it cc: freebsd-java@freebsd.org Subject: Please commit ports/59480 and ports/58973 before freeze 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, 20 Nov 2003 18:17:06 -0000 That's the latest versions of jakarta-tomcat 4.1 and 5.0. Thanks a lot. Angelo Turetta From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 10:21: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 41D4416A4D0 for ; Thu, 20 Nov 2003 10:21:24 -0800 (PST) Received: from purehacker.com (cpc4-stoc3-6-0-cust214.midd.cable.ntl.com [81.108.159.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4518243FB1 for ; Thu, 20 Nov 2003 10:21:12 -0800 (PST) (envelope-from mick@purehacker.com) Received: from [127.0.0.1] (mick@localhost [127.0.0.1]) by purehacker.com (8.12.9/8.12.9) with ESMTP id hAKIK0AJ040119 for ; Thu, 20 Nov 2003 18:20:21 GMT (envelope-from mick@purehacker.com) From: Mick Walker To: freebsd-ports@freebsd.org Content-Type: text/plain Message-Id: <1069352395.666.7.camel@purehacker.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 20 Nov 2003 18:20:00 +0000 Content-Transfer-Encoding: 7bit Subject: Amsn 0.83 and Gnome 2.4.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: Thu, 20 Nov 2003 18:21:24 -0000 Has anyone managed to get tray docking to compiled with amsn and gnome 2.4.1? If so how? From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 10:27:37 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 DFC5416A4CE for ; Thu, 20 Nov 2003 10:27:37 -0800 (PST) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26AC043FE1 for ; Thu, 20 Nov 2003 10:27:36 -0800 (PST) (envelope-from jan-peter.koopmann@seceidos.de) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 20 Nov 2003 19:27:28 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Clamav-0.65 / Linker error on FreeBSD4.8-STABLE Thread-Index: AcOvk/1p1ArSeAZ7TAa9NrCq1ln4Qg== From: "Jan-Peter Koopmann" To: , X-MailScanner-Seceidos: Found to be clean X-MailScanner-SpamCheck: Subject: Clamav-0.65 / Linker error on FreeBSD4.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: Thu, 20 Nov 2003 18:27:38 -0000 Hi, I am trying to upgrade from clamav-0.60_4 to clamav_0.65 but all I get is: /usr/ports/security/clamav/work/clamav-0.65/libclamav/.libs/libclamav.so : undefined reference to `__gmpz_clear' /usr/ports/security/clamav/work/clamav-0.65/libclamav/.libs/libclamav.so : undefined reference to `__gmpz_mul_2exp' /usr/ports/security/clamav/work/clamav-0.65/libclamav/.libs/libclamav.so : undefined reference to `__gmpz_set_ui' /usr/ports/security/clamav/work/clamav-0.65/libclamav/.libs/libclamav.so : undefined reference to `__gmpz_powm' /usr/ports/security/clamav/work/clamav-0.65/libclamav/.libs/libclamav.so : undefined reference to `__gmpz_init' /usr/ports/security/clamav/work/clamav-0.65/libclamav/.libs/libclamav.so : undefined reference to `__gmpz_tdiv_qr_ui' /usr/ports/security/clamav/work/clamav-0.65/libclamav/.libs/libclamav.so : undefined reference to `__gmpz_add' /usr/ports/security/clamav/work/clamav-0.65/libclamav/.libs/libclamav.so : undefined reference to `__gmpz_init_set_str I have libgmp-4.1.2_2 installed on my system.=20 Any help? Regards, JP From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 10:54: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 34E9216A4CE for ; Thu, 20 Nov 2003 10:54:33 -0800 (PST) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D1643FCB for ; Thu, 20 Nov 2003 10:54:32 -0800 (PST) (envelope-from varsling@fjord-data.no) Received: from btnh (130.80-202-21.nextgentel.com [80.202.21.130]) by mail.broadpark.no (Postfix) with ESMTP id 999FC790FE for ; Thu, 20 Nov 2003 19:54:28 +0100 (MET) From: "varsling" To: Date: Thu, 20 Nov 2003 19:54:27 +0100 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcOvl7kG+WFMo9cVR9indoJ6V5LbQQ== Message-Id: <20031120185428.999FC790FE@mail.broadpark.no> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not 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: Thu, 20 Nov 2003 18:54:33 -0000 When i try to install /usr/ports/sysutils/logrotate i get the following error message: =20 /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found =20 It is on an Freebsd 5.1 box. =20 Can anyone help me out with this one ?? =20 Regards B=E5rd Tommy Nilsen From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 11: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 8200B16A4CE for ; Thu, 20 Nov 2003 11:01:35 -0800 (PST) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id DDDCD43FA3 for ; Thu, 20 Nov 2003 11:01:33 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 71623 invoked by uid 85); 20 Nov 2003 19:01:52 -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 1.172438 secs); 20 Nov 2003 19:01:52 -0000 Received: from unknown (HELO 192.168.0.110) (192.168.0.110) by 0 with SMTP; 20 Nov 2003 19:01:51 -0000 From: Arjan van Leeuwen To: "varsling" , Date: Thu, 20 Nov 2003 20:01:27 +0100 User-Agent: KMail/1.5.4 References: <20031120185428.999FC790FE@mail.broadpark.no> In-Reply-To: <20031120185428.999FC790FE@mail.broadpark.no> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_K+Qv/1Y6gOEkOFl"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200311202001.30828.avleeuwen@piwebs.com> Subject: Re: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not 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: Thu, 20 Nov 2003 19:01:35 -0000 --Boundary-02=_K+Qv/1Y6gOEkOFl Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Thursday 20 November 2003 19:54, varsling wrote: > When i try to install /usr/ports/sysutils/logrotate i get the following > error message: > > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found > > It is on an Freebsd 5.1 box. > > Can anyone help me out with this one ?? portupgrade gmake. You have upgraded your version of gettext, but gmake sti= ll=20 links to the old library. Arjan --Boundary-02=_K+Qv/1Y6gOEkOFl Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/vQ+K3Ym57eNCXiERAoIaAJ4oJHC4suUhFxxCMcmom0s8y2zT+wCfbdXT ri/qZv7qxPKk5NSVYUWX33s= =x6Rj -----END PGP SIGNATURE----- --Boundary-02=_K+Qv/1Y6gOEkOFl-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 11:05: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 DC15E16A4CE for ; Thu, 20 Nov 2003 11:05:22 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CEC43FAF for ; Thu, 20 Nov 2003 11:05:19 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hAKJ3xqA000359; Thu, 20 Nov 2003 20:03:59 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hAKJ3x8M000358; Thu, 20 Nov 2003 20:03:59 +0100 (CET) (envelope-from simon) Date: Thu, 20 Nov 2003 20:03:59 +0100 From: Simon Barner To: varsling Message-ID: <20031120190359.GA320@zi025.glhnet.mhn.de> References: <20031120185428.999FC790FE@mail.broadpark.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <20031120185428.999FC790FE@mail.broadpark.no> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-ports@freebsd.org Subject: Re: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not 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: Thu, 20 Nov 2003 19:05:23 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > When i try to install /usr/ports/sysutils/logrotate i get the following > error message: > =20 > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found > =20 > It is on an Freebsd 5.1 box. > =20 > Can anyone help me out with this one ?? Yes, this is probably because you updated libintl (ports/devel/gettext), but you did not update all the ports that depend on that library. To fix your ports, you should do the following: 1. Reinstall ports/devel/gmake. Now your build environment for GNU style ports should be working again. =20 2. Rebuild all ports that depend on gettext: portupgrade -fr gettext =20 Simon --gKMricLos+KVdGMg 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/vRAfCkn+/eutqCoRAkZ/AKCh3dx2OyxW1Hlynp+rNFSXVkJe9wCg58XN QOODQrPVCIhq0mpujSPCeX8= =6/LF -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 11:37: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 EC5AA16A4CE for ; Thu, 20 Nov 2003 11:37:43 -0800 (PST) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035DB43F75 for ; Thu, 20 Nov 2003 11:37:43 -0800 (PST) (envelope-from nunotex@freeshell.org) Received: from nunotex.tex.bogus ([213.13.232.187]) (authenticated (0 bits)) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id hAKJbamH004804; Thu, 20 Nov 2003 19:37:39 GMT Received: by nunotex.tex.bogus (Postfix, from userid 1001) id 6A2C34103; Thu, 20 Nov 2003 19:37:11 +0000 (WET) Date: Thu, 20 Nov 2003 19:37:11 +0000 From: Nuno Teixeira To: Harrison Kroeker Message-ID: <20031120193710.GA24755@nunotex.tex.bogus> References: <000001c3ad2b$488f5da0$6301a8c0@harrison> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c3ad2b$488f5da0$6301a8c0@harrison> X-Operating-System: FreeBSD 5.1-RELEASE-p10 User-Agent: Mutt/1.5.5.1i cc: ports@freebsd.org cc: Lars.Koeller@Uni-Bielefeld.de Subject: Re: FreeBSD Port: apcupsd-3.8.6_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: Thu, 20 Nov 2003 19:37:44 -0000 Hi, Update your ports because new version is included in ports. I've tested it with an APC CS 500 USB but when I start server it says: === Driver usb not found. The available drivers are: dumb apcsmart apcupsd FATAL ERROR in apcupsd.c at line 312 Apcupsd cannot continue without a valid driver. === I am using `UPSTYPE usb`. Can you test it too to see if we can solve it? Bye, Nuno Teixeira On Mon, Nov 17, 2003 at 09:24:36AM -0800, Harrison Kroeker wrote: > Hi, I am fairly new to the FreeBSD community, and am unsure as to the > protocol for finding updated ports. Is there any possibility of > obtaining a newer version of this port? The 3.8.6-1 ported version does > not (as far as I am aware) support USB communications, while the newer > acpupsd version does. > > I am currently attempting to create a DB9 adapter, but figured it > wouldn't hurt to ask. > > Thank you, > Harrison. > > > _____ > > Harrison Kroeker - Network Support Specialist > BelMar Consultng Group > Office: 604.539.2061 > Cellular: 604.807.7254 > > > _______________________________________________ > 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" > -- /* PGP fingerprint: C6D1 06ED EB54 A99C 6B14 6732 0A5D 810D 727D F6C6 */ From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 11:52: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 9496E16A4CF for ; Thu, 20 Nov 2003 11:52:58 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA6C43FD7 for ; Thu, 20 Nov 2003 11:52:53 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAKJqpK0083144; Thu, 20 Nov 2003 20:52:51 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAKJqjUX083142; Thu, 20 Nov 2003 20:52:45 +0100 (CET) (envelope-from marius) Date: Thu, 20 Nov 2003 20:52:45 +0100 From: Marius Strobl To: Jan-Peter Koopmann Message-ID: <20031120205245.A82016@newtrinity.zeist.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from Jan-Peter.Koopmann@seceidos.de on Thu, Nov 20, 2003 at 07:27:28PM +0100 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.42 cc: ports@freebsd.org Subject: Re: Clamav-0.65 / Linker error on FreeBSD4.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: Thu, 20 Nov 2003 19:52:58 -0000 On Thu, Nov 20, 2003 at 07:27:28PM +0100, Jan-Peter Koopmann wrote: > Hi, > > I am trying to upgrade from clamav-0.60_4 to clamav_0.65 but all I get > is: > Could you give http://quad.zeist.de/security_clamav.diff a try? It should improve and fix some other things like compilation with the sendmail port and on 5.1-current... From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 13:49: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 47AD316A4CE for ; Thu, 20 Nov 2003 13:49:38 -0800 (PST) Received: from mail.llorien.org (mail.llorien.org [212.88.225.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F2C643FBD for ; Thu, 20 Nov 2003 13:49:37 -0800 (PST) (envelope-from h@llorien.org) Received: from gandalf ([127.0.0.1] helo=f4phantom2.erathia) by gandalf with esmtp (Exim 3.35 #1 (Debian)) id 1AMwg6-0003c1-00 for ; Thu, 20 Nov 2003 22:49:30 +0100 From: h To: ports@freebsd.org Date: Thu, 20 Nov 2003 22:50:47 +0100 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: <200311202250.47680.h@llorien.org> X-Scanner: exiscan *1AMwg6-0003c1-00*SnGHoSG6OUc* Subject: ports tree bug report 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, 20 Nov 2003 21:49:38 -0000 make: don't know how to make build/perl-gtk-ref.pod. Stop *** Error code 2 Stop in /usr/ports/x11-toolkits/p5-Gtk/work/Gtk-Perl-0.7009. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Gtk. # uname -a FreeBSD archipelagos 4.9-STABLE FreeBSD 4.9-STABLE #18: Thu Oct 30 18:06:42 CET 2003 From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 14:36: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 656D716A4CE for ; Thu, 20 Nov 2003 14:36:26 -0800 (PST) Received: from smtp1.supranet.net (horse.supranet.net [66.170.1.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A07A643FDD for ; Thu, 20 Nov 2003 14:36:24 -0800 (PST) (envelope-from john@j5.org) Received: from horse.supranet.net (localhost [127.0.0.1]) by smtp1.supranet.net (8.12.10/8.12.10) with ESMTP id hAKMaOUW081020 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 20 Nov 2003 16:36:24 -0600 (CST) Received: (from nobody@localhost) by horse.supranet.net (8.12.10/8.12.10/Submit) id hAKMaOuO081017 for ports@FreeBSD.org; Thu, 20 Nov 2003 14:36:24 -0800 (PST) X-Authentication-Warning: horse.supranet.net: nobody set sender to john@j5.org using -f Received: from 67.168.158.17 ( [67.168.158.17]) as user johnny5@localhost by mail.supranet.net with HTTP; Thu, 20 Nov 2003 14:36:24 -0800 Message-ID: <1069367784.3fbd41e81fe9e@mail.supranet.net> Date: Thu, 20 Nov 2003 14:36:24 -0800 From: John Heyer To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 Subject: CUPS directories 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, 20 Nov 2003 22:36:26 -0000 Every time I install CUPS, I have to manually create the following directories: /usr/local/etc/cups/certs /usr/local/etc/cups/ppd /var/spool/cups Is there a reason for this? From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 14:49: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 E8DE216A4CE for ; Thu, 20 Nov 2003 14:49:03 -0800 (PST) Received: from cobalt.rjt.org (home.rjt.org [69.24.5.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 304C943FEA for ; Thu, 20 Nov 2003 14:49:03 -0800 (PST) (envelope-from rj@rjt.org) Received: from [192.168.1.41] (berlin-fw01-fxp0.ncia.net [69.24.0.4]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by cobalt.rjt.org (Postfix) with ESMTP id 5D3307E92C for ; Thu, 20 Nov 2003 17:49:02 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v606) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: ports@freebsd.org From: Ryan J.Taylor Date: Thu, 20 Nov 2003 17:49:13 -0500 X-Mailer: Apple Mail (2.606) Subject: freeradius Makefile patch 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, 20 Nov 2003 22:49:04 -0000 Greetings, I received errors compiling freeradius with openldap support from ports today. Turns out the openldap ports have been broken down into net/openldapXX-client and net/openldapXX-server. This diff fixed the problem for me and let freeradius compile with WITH_OPENLDAP_VER defined. Regards, RJ --- Makefile.orig Thu Nov 20 17:14:24 2003 +++ Makefile Thu Nov 20 17:14:46 2003 @@ -30,8 +30,8 @@ .if defined(WITH_OPENLDAP_VER) .if ${WITH_OPENLDAP_VER} == 20 || ${WITH_OPENLDAP_VER} == 21 -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER} -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER} +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}-client +LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}-client .else BROKEN= "WITH_OPENLDAP_VER must be 20 or 21" .endif From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 14:53: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 2E23916A4CE for ; Thu, 20 Nov 2003 14:53:34 -0800 (PST) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD3C43FAF for ; Thu, 20 Nov 2003 14:53:33 -0800 (PST) (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 555632942; Fri, 21 Nov 2003 09:53:26 +1100 (EST) X-Viruscan-Id: <3FBD45E600014315015EB6D3@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 E3ED81F28; Fri, 21 Nov 2003 09:53:25 +1100 (EST) Received: from k7.mavetju (unknown [192.168.1.1]) by extmail-auth.barnet.com.au (Postfix) with ESMTP id 8D1971EE3; Fri, 21 Nov 2003 09:53:25 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id D74DF6A7101; Fri, 21 Nov 2003 09:53:24 +1100 (EST) Date: Fri, 21 Nov 2003 09:53:24 +1100 From: Edwin Groothuis To: "Ryan J. Taylor" Message-ID: <20031120225324.GO59397@k7.mavetju> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: freeradius Makefile patch 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, 20 Nov 2003 22:53:34 -0000 On Thu, Nov 20, 2003 at 05:49:13PM -0500, Ryan J. Taylor wrote: > I received errors compiling freeradius with openldap support from ports > today. Turns out the openldap ports have been broken down into > net/openldapXX-client and net/openldapXX-server. This diff fixed the > problem for me and let freeradius compile with WITH_OPENLDAP_VER > defined. Please update your ports collection, this problem was resolved when the USE_OPENLDAP macro was introduced. Thanks for helping, 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 Nov 20 17:03:30 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 9181416A4CE for ; Thu, 20 Nov 2003 17:03:30 -0800 (PST) Received: from web.lomag.net (web.lomag.net [208.185.81.14]) by mx1.FreeBSD.org (Postfix) with SMTP id 1815B43F93 for ; Thu, 20 Nov 2003 17:03:29 -0800 (PST) (envelope-from mark@lomag.net) Received: (qmail 99336 invoked from network); 21 Nov 2003 01:03:28 -0000 Received: from ws01.lomag.net (HELO ws01) (67.85.42.99) by 0 with SMTP; 21 Nov 2003 01:03:28 -0000 Message-ID: <03c401c3afcb$3f64fa30$0a13a8c0@ws01> From: "Mark Skurzynski" To: Date: Thu, 20 Nov 2003 20:03:16 -0500 Organization: Lomag Internet Services, LLC MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: ports@FreeBSD.org Subject: FreeBSD Port: vpopmail-5.3.29_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: Fri, 21 Nov 2003 01:03:30 -0000 Hey, Please update the vpopmail port since 5.3.30 has been released. Normally there is no rush but we've been plagued with the update_rules() bug in 5.3.29. Thanks, Mark -- **************************************************** Mark Skurzynski * Lomag Internet Services, LLC mark@lomag.net * http://www.lomag.net Edison, NJ USA * 908-754-2296 **************************************************** From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 17:33: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 CB73916A4CE; Thu, 20 Nov 2003 17:33:55 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A85543FDD; Thu, 20 Nov 2003 17:33:54 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.9p2/8.12.9/NinthNine) with ESMTP id hAL1Xq8Y027662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Nov 2003 10:33:53 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 21 Nov 2003 10:33:53 +0900 (JST) Message-Id: <200311210133.hAL1Xq8Y027662@sakura.ninth-nine.com> From: Norikatsu Shigemura To: ports@FreeBSD.org In-Reply-To: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> References: <200311191611.hAJGBcaa078764@sakura.ninth-nine.com> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org cc: kde@FreeBSD.org Subject: Re: HEADS UP: I'll commit www/linuxpluginwarpper 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, 21 Nov 2003 01:33:56 -0000 On Thu, 20 Nov 2003 01:11:38 +0900 (JST) Norikatsu Shigemura wrote: > I'll commit www/linuxpluginwrapper, and chase this > modification to these ports, tomorrow. Committed, please upgrade to linuxpluginwrapper! :-) From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 20:12: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 2B0EB16A4CE for ; Thu, 20 Nov 2003 20:12:36 -0800 (PST) Received: from aibo.runbox.com (aibo.runbox.com [193.71.199.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3170F43FE9 for ; Thu, 20 Nov 2003 20:12:35 -0800 (PST) (envelope-from clarus_paulis@runbox.com) Received: from [10.9.9.9] (helo=fetch-bak.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.24) id 1AN2en-0002r1-Gf for ports@FreeBSD.org; Fri, 21 Nov 2003 05:12:33 +0100 Received: from [129.7.8.139] (helo=runbox.com) (Authenticated Sender=clarus_paulis@runbox.com) by fetch-bak.runbox.com with asmtp (Exim 4.24) id 1AN2ea-0008Ft-UW for ports@FreeBSD.org; Fri, 21 Nov 2003 05:12:21 +0100 Message-ID: <3FBD8CEB.1060104@runbox.com> Date: Thu, 20 Nov 2003 21:56:27 -0600 From: "Paul J. Ledbetter III" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20030921 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Sender: 147877 Subject: py-opengl 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, 21 Nov 2003 04:12:36 -0000 My py-opengl build keeps crashing with the following... warning: no previously-included files matching 'CVS/*' found anywhere in distribution copying build/Togl-1.5-tk8.4/Togl.so -> /usr/local/lib/python2.3/site-packages/OpenGL/Tk/freebsd4-tk8.4 /usr/local/bin/tclsh8.4 /usr/ports/graphics/py-opengl/work/PyOpenGL-2.0.0.44/register.tcl successful loading of Togl.so can't read "::tcl::direct": no such variable while executing "if { !$::tcl::direct } { tclLog "commands provided were $cmds" }" (procedure "pkg_mkIndex" line 281) invoked from within "pkg_mkIndex -verbose /usr/local/lib/python2.3/site-packages/OpenGL/Tk/freebsd4-tk8.4 Togl.so" (file "/usr/ports/graphics/py-opengl/work/PyOpenGL-2.0.0.44/register.tcl" line 1) *** Error code 1 Stop in /usr/ports/graphics/py-opengl. I can't read tcl, so any advice would be most helpful Thankyou, Paul From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 21:38: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 2CDAE16A4CE for ; Thu, 20 Nov 2003 21:38:39 -0800 (PST) Received: from rusunix.org (rusunix.org [195.162.56.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679A543FDD for ; Thu, 20 Nov 2003 21:38:38 -0800 (PST) (envelope-from aquatique@rusunix.org) Received: by rusunix.org (CommuniGay Pro, from userid 1111) id 9177D1CCAE3; Thu, 20 Nov 2003 16:51:09 +0600 (OMST) From: "Evgueni V. Gavrilov" To: freebsd-ports@FreeBSD.ORG In-Reply-To: <20031120024449.GA77733@xor.obsecurity.org> User-Agent: tin/1.6.1-20030810 ("Mingulay") (UNIX) (FreeBSD/4.9-RELEASE (i386)) Message-Id: <20031120105109.9177D1CCAE3@rusunix.org> Date: Thu, 20 Nov 2003 16:51:09 +0600 (OMST) Subject: Re: HEADS UP: Ports Freeze for 5.2-R coming 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, 21 Nov 2003 05:38:39 -0000 In article <20031120024449.GA77733@xor.obsecurity.org> of freebsd-ports you wrote: can we expect semifreeze state as it was before 4.9-RELEASE ? -- http://aquatique.rusunix.org From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 22:29: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 D7C0516A4CE for ; Thu, 20 Nov 2003 22:29:35 -0800 (PST) Received: from fatpipi.cirx.org (fatpipi.cirx.org [211.23.144.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4899043FBD for ; Thu, 20 Nov 2003 22:29:32 -0800 (PST) (envelope-from vanilla@fatpipi.cirx.org) Received: from fatpipi.cirx.org (__________@localhost.cirx.org [127.0.0.1]) by fatpipi.cirx.org (8.12.8p2/8.12.6) with ESMTP id hAL6TTYv022910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Nov 2003 14:29:29 +0800 (CST) (envelope-from vanilla@fatpipi.cirx.org) Received: (from vanilla@localhost) by fatpipi.cirx.org (8.12.8p2/8.12.8/Submit) id hAL6TStx022909; Fri, 21 Nov 2003 14:29:28 +0800 (CST) Date: Fri, 21 Nov 2003 14:29:28 +0800 From: "Vanilla I. Shu" To: h Message-ID: <20031121062928.GA22875@fatpipi.cirx.org> References: <200311202250.47680.h@llorien.org> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <200311202250.47680.h@llorien.org> User-Agent: Mutt/1.5.5.1i cc: ports@freebsd.org Subject: Re: ports tree bug report 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, 21 Nov 2003 06:29:36 -0000 On Thu, Nov 20, 2003 at 10:50:47PM +0100, h wrote: > make: don't know how to make build/perl-gtk-ref.pod. Stop > *** Error code 2 > Stop in /usr/ports/x11-toolkits/p5-Gtk/work/Gtk-Perl-0.7009. > *** Error code 1 > Stop in /usr/ports/x11-toolkits/p5-Gtk. > # uname -a > FreeBSD archipelagos 4.9-STABLE FreeBSD 4.9-STABLE #18: Thu Oct 30 18:06:42 > CET 2003 try to upgrade your ports-tree, pav@ committed a patch for this problem already. From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 00:04: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 E1AB916A4CE for ; Fri, 21 Nov 2003 00:04:01 -0800 (PST) Received: from mail1.hrz.uni-bielefeld.de (mail1.hrz.uni-bielefeld.de [129.70.4.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB5943FAF for ; Fri, 21 Nov 2003 00:03:58 -0800 (PST) (envelope-from lars.koeller@uni-bielefeld.de) Received: from conversion-daemon.mail1.hrz.uni-bielefeld.de by mail1.hrz.uni-bielefeld.de (iPlanet Messaging Server 5.2 HotFix 1.15 (built Apr 28 2003)) id <0HOO00M01ZQ7KY@mail1.hrz.uni-bielefeld.de> for ports@freebsd.org; Fri, 21 Nov 2003 09:03:56 +0100 (MET) Received: from rayadm.hrz.uni-bielefeld.de ([129.70.202.15]) by mail1.hrz.uni-bielefeld.de (iPlanet Messaging Server 5.2 HotFix 1.15 (built Apr 28 2003)) with ESMTPP id <0HOO00HK0ZQK1W@mail1.hrz.uni-bielefeld.de>; Fri, 21 Nov 2003 09:03:56 +0100 (MET) Received: from rayadm.hrz.uni-bielefeld.de (lkoeller@localhost) hAL83sg26374; Fri, 21 Nov 2003 09:03:55 +0100 (MET) Date: Fri, 21 Nov 2003 09:03:54 +0100 From: Lars =?iso-8859-1?Q?K=F6ller?= X-Face: eCcoCV}FjV*O{6>[1$XP/e%]TJhEw2MF33dFh)^HM7Gfd=[/(4+0a$~ Sender: lars.koeller@uni-bielefeld.de To: Nuno Teixeira Message-id: <200311210803.hAL83sg26374@rayadm.hrz.uni-bielefeld.de> MIME-version: 1.0 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT cc: ports@freebsd.org cc: harrison@belmar.ca cc: lars@koellers.net Subject: Re: FreeBSD apcupsd port without usb 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: Fri, 21 Nov 2003 08:04:02 -0000 ---------- In reply to Nuno Teixeira who wrote: > Hello, > > I've noted that current port doesn't compile usb driver. It is possible > to fix that? > > Thanks very much for your great work on this port. No, sorry, not for me. I only own a APC1000 with a serial line. By the way I have no time to investigate this in depth. It would be nice if someone with an usb APC could do the work. The developper Kern Sibbald is very cooperative! Best regards Lars -- Dr. Lars Köller | Raum : V0-318 (Tel: 4964) Leitung Systeme u.| E-Mail : Lars.Koeller@Uni-Bielefeld.DE Serverdienste | PGP-Key: http://www.uk.pgp.net/pgpnet/wwwkeys.html ----------- FreeBSD, what else? ----- http://www.de.freebsd.org --------- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 02:30: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 5615C16A4CE for ; Fri, 21 Nov 2003 02:30:49 -0800 (PST) Received: from mail.menthanet.hu (mail.menthanet.hu [213.134.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BE143FAF for ; Fri, 21 Nov 2003 02:30:48 -0800 (PST) (envelope-from keve@mail.poliod.hu) Received: from localhost (localhost [127.0.0.1]) by mail.menthanet.hu (Postfix) with ESMTP id 7AF8DDBD for ; Fri, 21 Nov 2003 11:33:32 +0100 (CET) Received: from mail.poliod.hu (datorg2.menthanet.hu [213.134.20.46]) by mail.menthanet.hu (Postfix) with ESMTP id 9CB69C1A for ; Fri, 21 Nov 2003 11:33:31 +0100 (CET) Message-ID: <3FBDE95A.20405@mail.poliod.hu> Date: Fri, 21 Nov 2003 11:30:50 +0100 From: Keve Nagy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: hu, en-gb, en, en-us MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------000101040404040502080101" X-Virus-Scanned: by AMaViS snapshot-20031013 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: qcad-2.0.1.1_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: Fri, 21 Nov 2003 10:30:49 -0000 This is a multi-part message in MIME format. --------------000101040404040502080101 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Hi Port Maintainers, I am experiencing trouble building qcad. I always get to the same error, although I cvsupped the port collection daily in the last 3 days. For reference, I attach the zipped output of: /usr/ports/cad/qcad# make >>make.log 2>>make.log Building qcad is not an urgent matter for me, I only include my log file to inform you about the error and to try to help you fix it. I am running 4.7R Keve --------------000101040404040502080101-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 02:39:57 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 4FC5A16A4CE for ; Fri, 21 Nov 2003 02:39:57 -0800 (PST) Received: from knast.server-king.de (knast.server-king.de [217.19.167.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 750D643FCB for ; Fri, 21 Nov 2003 02:39:53 -0800 (PST) (envelope-from knarf@knarf.de) Received: from knast.server-king.de (knarf@localhost.server-king.de [127.0.0.1])hALAdnvW023035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 21 Nov 2003 11:39:49 +0100 (CET) (envelope-from knarf@knarf.de) Received: (from knarf@localhost) by knast.server-king.de (8.12.9p1/8.12.9/Submit) id hALAdnFV023034 for ports@FreeBSD.org; Fri, 21 Nov 2003 11:39:49 +0100 (CET) (envelope-from knarf@knarf.de) X-Authentication-Warning: knast.server-king.de: knarf set sender to knarf@knarf.de using -f Date: Fri, 21 Nov 2003 11:39:49 +0100 From: Frank Bartels To: ports@FreeBSD.org Message-ID: <20031121103949.GA22300@server-king.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Suggestion for ports/net/rdist6 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, 21 Nov 2003 10:39:57 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Heya ports@FreeBSD.org, I'd suggest to use /usr/bin/ssh as the default transport path for rdist6. Maybe you want to replace patch-ag with the following file: --- config/os-freebsd2.h.orig Tue Nov 10 04:59:55 1998 +++ config/os-freebsd2.h Fri Nov 21 11:35:26 2003 @@ -116,8 +116,10 @@ */ #define HAVE_FCHOWN /* Have fchown() */ #define HAVE_FCHMOD /* Have fchmod() */ +#define HAVE_PATHS_H /* Have paths.h */ #define HAVE_SELECT /* Have select() */ #define HAVE_SAVED_IDS /* Have POSIX style saved [ug]id's */ +#define HAVE_SETPROCTITLE /* has a native setproctitle() */ #define POSIX_SIGNALS /* Have POSIX signals */ =20 /* @@ -130,4 +132,5 @@ * Define this only if the pathname is different than * that which appears in "include/paths.h". */ -#define _PATH_REMSH "/usr/bin/rsh" /**/ +#define _PATH_REMSH "/usr/bin/ssh" /**/ +#define _PATH_OLDRDIST "/usr/bin/rdist" /* Enable compat */ Bye, Knarf --=20 Frank Bartels - knarf@knarf.de - http://www.knarf.de/ --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/vet13N92+OaFVBwRAtNnAKCiGX5y9kVg+j+9okRnuSfYtCsNEQCg24gs nlxmg9cdXVbNgBar/LyjlTo= =8zdZ -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 03:43: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 37DB116A4CE for ; Fri, 21 Nov 2003 03:43:46 -0800 (PST) Received: from fe.up.pt (no-access-servers.fe.up.pt [193.136.33.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64FCA43F3F for ; Fri, 21 Nov 2003 03:43:42 -0800 (PST) (envelope-from fmc@fe.up.pt) Received: from ei95015 (D01B1102.fe.up.pt [192.168.53.61]) by fe.up.pt (8.12.9p10/8.12.4) with ESMTP id hALBmvAh016300 for ; Fri, 21 Nov 2003 11:48:57 GMT From: "Fernando Correia" To: Date: Fri, 21 Nov 2003 11:43:37 -0000 Message-ID: <000001c3b024$b3d3cfa0$3d35a8c0@public.fe.up.pt> 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.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: TOTD small malfuntion !! 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, 21 Nov 2003 11:43:46 -0000 Hello, While experimenting IPv6 and NAT-PT implementations using the "totd" as a DNS proxy, I found a small bug !?. Aparently it can't deal with more than 2 levels of alias in a DNS response and it hang's the aplication that make the dns query (ex. Browser, ping, traceroute) returning a no address message. My question is, is it suposed to do that or is it a detail to be corrected in totd ? Thank you for your attention, Fernando Correia CICA-FEUP Portugal natpt# host www.microsoft.com www.microsoft.com is a nickname for www.microsoft.akadns.net www.microsoft.akadns.net is a nickname for www.microsoft.com.edgesuite.net www.microsoft.com.edgesuite.net is a nickname for a562.cd.akamai.net a562.cd.akamai.net has address 63.208.194.103 a562.cd.akamai.net has address 63.208.194.30 a562.cd.akamai.net has address 63.208.194.32 a562.cd.akamai.net has address 63.208.194.33 a562.cd.akamai.net has address 63.208.194.54 a562.cd.akamai.net has address 63.208.194.65 a562.cd.akamai.net has address 63.208.194.89 a562.cd.akamai.net has address 63.208.194.94 a562.cd.akamai.net has address 63.208.194.96 a562.cd.akamai.net has address 2001:690:2200:9a0f::3fd0:c220 a562.cd.akamai.net has address 2001:690:2200:9a0f::3fd0:c221 a562.cd.akamai.net has address 2001:690:2200:9a0f::3fd0:c236 a562.cd.akamai.net has address 2001:690:2200:9a0f::3fd0:c241 a562.cd.akamai.net has address 2001:690:2200:9a0f::3fd0:c259 a562.cd.akamai.net has address 2001:690:2200:9a0f::3fd0:c25e a562.cd.akamai.net has address 2001:690:2200:9a0f::3fd0:c260 a562.cd.akamai.net has address 2001:690:2200:9a0f::3fd0:c267 a562.cd.akamai.net has address 2001:690:2200:9a0f::3fd0:c21e natpt# ping6 www.microsoft.com ^C natpt# traceroute6 www.microsoft.com ^C natpt# traceroute6 www.microsoft.com.edgesuite.net traceroute6 to a562.cd.akamai.net (2001:690:2200:9a0f::3fd0:c23f) from 2001:690:2200:9a00::1, 30 hops max, 12 byte packets 1 2001:690:2200:9a00::1 0.255 ms 0.287 ms 0.206 ms 2 gw-e26-51 0.818 ms 0.797 ms 0.659 ms 3 nokia 3.698 ms 0.97 ms 1.896 ms 4 2001:690:2200:9a0f::c189:37c1 7.616 ms 2.006 ms 2.472 ms 5 Router15.ATM1-0-3.Porto.fccn.pt 3.444 ms 5.759 ms 5.198 ms 6 ROUTER11.GE.Porto.fccn.pt 9.431 ms 7.741 ms 8.116 ms 7 ROUTER8.GE.Lambda.Lisboa.fccn.pt 9.984 ms 12.139 ms 12.165 ms 8 ROUTER1.GE0-2-0.5.Lisboa.fccn.pt 12.517 ms 11.321 ms 9.506 ms 9 rccn.es1.es.geant.net 22.307 ms 20.046 ms 19.294 ms 10 es.it1.it.geant.net 42.292 ms 44.112 ms 48.737 ms 11 so-0-1-0.ar2.LIN1.gblx.net 52.529 ms 45.138 ms 48.873 ms 12 pos6-0-2488M.cr1.LIN1.gblx.net 44.207 ms 48.044 ms 43.995 ms 13 pos0-0-2488M.cr1.LON3.gblx.net 70.024 ms 70.034 ms 73.83 ms 14 so6-0-0-2488M.ar2.LON3.gblx.net 74.315 ms 73.231 ms 69.67 ms 15 Level-3public-peering.ge-5-0-0.ar2.LON3.gblx.net 67.553 ms 79.326 ms 74.5 ms 16 ae-0-54.mp2.London1.Level3.net 74.911 ms 69.735 ms 67.265 ms 17 so-1-0-0.bbr2.NewYork1.Level3.net 134.753 ms 144.419 ms 135.479 ms 18 unknown.Level3.net 138.965 ms 146.14 ms 144.14 ms 19 ge-11-0.hsa1.Boston1.Level3.net 140.548 ms 149.1 ms 155.919 ms 20 unknown.Level3.net 148.376 ms 151.731 ms 148.32 ms natpt# From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 04:48: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 151FA16A4CF for ; Fri, 21 Nov 2003 04:48:06 -0800 (PST) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id A368B43FEC for ; Fri, 21 Nov 2003 04:48:02 -0800 (PST) (envelope-from jan-peter.koopmann@seceidos.de) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 21 Nov 2003 13:47:54 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Clamav-0.65 / Linker error on FreeBSD4.8-STABLE Thread-Index: AcOvn/szejfh3EZ4TDGIWdQAOlHhvQAjakXg From: "Jan-Peter Koopmann" To: "Marius Strobl" X-MailScanner-Seceidos: Found to be clean X-MailScanner-SpamCheck: cc: ports@freebsd.org Subject: RE: Clamav-0.65 / Linker error on FreeBSD4.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: Fri, 21 Nov 2003 12:48:06 -0000 Hi, > Could you give http://quad.zeist.de/security_clamav.diff a=20 > try? It should improve and fix some other things like=20 > compilation with the sendmail port and on 5.1-current... I tried that and it worked like a charm! Thanks! Regards, JP From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 17:58: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 A238716A4CE for ; Thu, 20 Nov 2003 17:58:26 -0800 (PST) Received: from hotmail.com (bay9-f61.bay9.hotmail.com [64.4.47.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E49043FDD for ; Thu, 20 Nov 2003 17:58:26 -0800 (PST) (envelope-from gestway@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 20 Nov 2003 17:58:26 -0800 Received: from 202.51.230.211 by by9fd.bay9.hotmail.msn.com with HTTP; Fri, 21 Nov 2003 01:58:25 GMT X-Originating-IP: [202.51.230.211] X-Originating-Email: [gestway@hotmail.com] From: "Joko Santoso" To: ports@freebsd.org Date: Fri, 21 Nov 2003 08:58:25 +0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Nov 2003 01:58:26.0090 (UTC) FILETIME=[F39188A0:01C3AFD2] X-Mailman-Approved-At: Fri, 21 Nov 2003 04:56:00 -0800 Subject: New 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: Fri, 21 Nov 2003 01:58:26 -0000 Hallo! I have tried send-pr using my network to submit a new port, but it could not send. My network is trouble. I can not send email to some address. would you tell me the another way to submit my new port? looking forward to hearing from you soon. Thanks _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 05:18: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 3D23916A4CE for ; Fri, 21 Nov 2003 05:18:48 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E8143FD7 for ; Fri, 21 Nov 2003 05:18:45 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 43814 invoked by uid 85); 21 Nov 2003 14:18:44 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.095774 secs); 21 Nov 2003 13:18:44 -0000 Received: from persephone.cultdeadsheep.org (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 21 Nov 2003 14:18:43 +0100 Received: (qmail 83817 invoked from network); 21 Nov 2003 14:19:23 +0100 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by persephone.cultdeadsheep.org with DES-CBC3-SHA encrypted SMTP; 21 Nov 2003 14:19:23 +0100 Date: Fri, 21 Nov 2003 14:18:16 +0100 From: Clement Laforet To: "Joko Santoso" Message-Id: <20031121141816.6d9735a0.sheepkiller@cultdeadsheep.org> In-Reply-To: References: Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: New 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: Fri, 21 Nov 2003 13:18:48 -0000 On Fri, 21 Nov 2003 08:58:25 +0700 "Joko Santoso" wrote: > Hallo! > I have tried send-pr using my network to submit a new port, but it > could not send. My network is trouble. I can not send email to some > address. would you tell me the another way to submit my new port? > looking forward to hearing from you soon. > Thanks Did you give a try with ssmtp instead of sendmail ? if you have a working MTA it's pretty easy to set up. 1. install and configure ssmtp (define your mail hub in ${PREFIX}/etc/ssmtp/ssmtp.conf, and don't forget make replace) 2. echo "Joko Santoso" > ~/.fullname 3. [optionnal if you don't want to configure revalias as root] echo "gestway@hotmail.com" > ~/.ssmtprc 4. LOGNAME=gestway@hotmail.com send-pr -a clem From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 06:50: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 41AC316A4CF for ; Fri, 21 Nov 2003 06:50:34 -0800 (PST) Received: from hotmail.com (law14-f85.law14.hotmail.com [64.4.21.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9339943FAF for ; Fri, 21 Nov 2003 06:50:33 -0800 (PST) (envelope-from linds8815@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 21 Nov 2003 06:50:33 -0800 Received: from 213.86.82.125 by lw14fd.law14.hotmail.msn.com with HTTP; Fri, 21 Nov 2003 14:50:33 GMT X-Originating-IP: [213.86.82.125] X-Originating-Email: [linds8815@hotmail.com] From: "Lindsay Johnson" To: freebsd-ports@freebsd.org Date: Fri, 21 Nov 2003 14:50:33 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Nov 2003 14:50:33.0412 (UTC) FILETIME=[D0CDE040:01C3B03E] Subject: Problems building expat port [long-ish] 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, 21 Nov 2003 14:50:34 -0000 I'm getting configure errors on a variety of 4.8/4.9 boxen while building expat (snipped output follows). I'm re-supping 'ports-all tag=.', have zapped the entire /usr/ports tree and tried several cvsup servers and am now at a loss. Can anyone offer me a hint as to what I'm missing / doing wrong? Ta, John ===> Configuring for expat-1.95.6_1 checking build system type... Invalid configuration `FreeBSD-portbld-freebsd4.8': machine `FreeBSD-portbld' not recognized configure: error: /bin/sh conftools/config.sub FreeBSD-portbld-freebsd4.8 failed ===> Script "configure" failed unexpectedly. Please report the problem to kuriyama@FreeBSD.org [maintainer] and attach the "/usr/ports/textproc/expat2/work/expat-1.95.6/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`). -------------------------------------------------------------------------------- /usr/ports/textproc/expat2/work/expat-1.95.6/config.log: -------------------------------------------------------------------------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by expat configure 1.95.6, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/usr/local --build=FreeBSD-portbld-freebsd4.8 ## --------- ## ## Platform. ## ## --------- ## hostname = www1.wordbank.co.uk uname -m = i386 uname -r = 4.8-STABLE uname -s = FreeBSD uname -v = FreeBSD 4.8-STABLE #0: Thu Jul 24 12:57:13 BST 2003 root@www1.wor dbank.co.uk:/usr/obj/usr/src/sys/AGILEXTRA /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/libtool13 PATH: /home/johno/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /usr/local/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1655: checking build system type configure:1668: error: /bin/sh conftools/config.sub FreeBSD-portbld-freebsd4.8 f ailed ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_LDFLAGS_set= ac_cv_env_CFLAGS_set=set ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_host_alias_set= lt_cv_sys_path_separator=: ac_cv_env_build_alias_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set= ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set ac_cv_build_alias=FreeBSD-portbld-freebsd4.8 ac_cv_env_CPPFLAGS_value= ac_cv_env_host_alias_value= ac_cv_build= ac_cv_env_build_alias_value=FreeBSD-portbld-freebsd4.8 ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc ac_cv_env_CPP_set= ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set= ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set ac_cv_build_alias=FreeBSD-portbld-freebsd4.8 ac_cv_env_CPPFLAGS_value= ac_cv_env_host_alias_value= ac_cv_build= ac_cv_env_build_alias_value=FreeBSD-portbld-freebsd4.8 ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc ac_cv_env_CPP_set= ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "expat" #define PACKAGE_TARNAME "expat" #define PACKAGE_VERSION "1.95.6" #define PACKAGE_STRING "expat 1.95.6" #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org" configure: exit 1 -------------------------------------------------------------------------------- _________________________________________________________________ Tired of 56k? Get a FREE BT Broadband connection http://www.msn.co.uk/specials/btbroadband From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 07:10: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 29C9216A4CE for ; Fri, 21 Nov 2003 07:10:11 -0800 (PST) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C88543FDF for ; Fri, 21 Nov 2003 07:10:07 -0800 (PST) (envelope-from jan-peter.koopmann@seceidos.de) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 21 Nov 2003 16:10:00 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Clamav-0.65 / Linker error on FreeBSD4.8-STABLE Thread-Index: AcOvn/szejfh3EZ4TDGIWdQAOlHhvQAoXuiQ From: "Jan-Peter Koopmann" To: "Marius Strobl" X-MailScanner-Seceidos: Found to be clean X-MailScanner-SpamCheck: cc: ports@freebsd.org Subject: RE: Clamav-0.65 / Linker error on FreeBSD4.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: Fri, 21 Nov 2003 15:10:11 -0000 Hi, On a different system I am getting Making all in clamscan /bin/sh ../libtool --mode=3Dlink cc -O -pipe -I/usr/local/include -O -pthread -L/usr/local/lib -lcipher -o clamscan clamscan.o options.o getopt.o others.o manager.o treewalk.o -L../libclamav -lclamav cc -O -pipe -I/usr/local/include -O -o clamscan clamscan.o options.o getopt.o others.o manager.o treewalk.o -L/usr/local/lib -lcipher -L/usr/ports/security/clamav/work/clamav-0.65/libclamav /usr/local/lib/libclamav.so -lz -lbz2 -lc_r -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib /usr/lib/libc.so: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider using mkstemp() clamscan.o: In function `clamscan': clamscan.o(.text+0xab): undefined reference to `cl_debug' manager.o: In function `scanmanager': manager.o(.text+0x202): undefined reference to `cl_strerror' manager.o(.text+0x24b): undefined reference to `cl_strerror' manager.o(.text+0x29f): undefined reference to `cl_strerror' manager.o(.text+0x555): undefined reference to `cl_gentemp' manager.o: In function `scancompressed': manager.o(.text+0xfb5): undefined reference to `cl_gentemp' manager.o: In function `scandenied': manager.o(.text+0x1915): undefined reference to `cl_gentemp' manager.o: In function `checkfile': manager.o(.text+0x1c0a): undefined reference to `cl_strerror' manager.o: In function `checkstdin': manager.o(.text+0x1cae): undefined reference to `cl_strerror' *** Error code 1 Stop in /usr/ports/security/clamav/work/clamav-0.65/clamscan. *** Error code 1 Now. What's wrong here? Regards, JP From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 07:22: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 3CEAC16A4CE for ; Fri, 21 Nov 2003 07:22:08 -0800 (PST) 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 7307943FE5 for ; Fri, 21 Nov 2003 07:22:07 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 238CE66C55; Fri, 21 Nov 2003 07:22:07 -0800 (PST) Date: Fri, 21 Nov 2003 07:22:07 -0800 From: Kris Kennaway To: Fernando Correia Message-ID: <20031121152206.GA930@xor.obsecurity.org> References: <000001c3b024$b3d3cfa0$3d35a8c0@public.fe.up.pt> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <000001c3b024$b3d3cfa0$3d35a8c0@public.fe.up.pt> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org Subject: Re: TOTD small malfuntion !! 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, 21 Nov 2003 15:22:08 -0000 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 21, 2003 at 11:43:37AM -0000, Fernando Correia wrote: > Hello, >=20 > While experimenting IPv6 and NAT-PT implementations using the "totd" as > a DNS proxy, I found a small bug !?. Aparently it can't deal with more > than 2 levels of alias in a DNS response and it hang's the aplication > that make the dns query (ex. Browser, ping, traceroute) returning a no > address message. > My question is, is it suposed to do that or is it a detail to be > corrected in totd ? >=20 > Thank you for your attention, Ask the totd developers...FreeBSD does not maintain this software. Kris --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/vi2eWry0BWjoQKURAlSmAKDWlc9VtYOl6ypqy/r9O3ErNDPOGQCg6cck rZIYg1SzM8hAOsQjKxxtq6c= =77Ye -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 08:23: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 51C4F16A4CE for ; Fri, 21 Nov 2003 08:23:39 -0800 (PST) Received: from smtp4.knology.net (smtp4.knology.net [24.214.63.227]) by mx1.FreeBSD.org (Postfix) with SMTP id 9309943FF2 for ; Fri, 21 Nov 2003 08:23:37 -0800 (PST) (envelope-from jamnt@knology.net) Received: (qmail 1951 invoked from network); 21 Nov 2003 16:23:36 -0000 Received: from unknown (HELO knology.net) (69.1.1.32) by smtp4.knology.net with SMTP; 21 Nov 2003 16:23:36 -0000 Message-ID: <3FBE3C08.902@knology.net> Date: Fri, 21 Nov 2003 11:23:36 -0500 From: michalp User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031115 X-Accept-Language: en-us, en MIME-Version: 1.0 To: eik@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: openldap21-server-2.1.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: Fri, 21 Nov 2003 16:23:39 -0000 Hello, I decided to update openldap21 2.1.17 to openldap 2.1.23 My system is 5.1-CURRENT Nov 17 2003 I have two problems 1. problems with starting script: - modified /etc/rc.conf: slapd_enable="YES" slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap://0.0.0.0:389 ldaps://0.0.0.0:636/"' slapd_sockets="/var/run/openldap/ldapi" copied slapd.sh script from /usr/ports/net/openldap21-server/files/slapd.sh to /usr/local/etc/rc.d/ when starting slapd from script I am getting the following errors %%RC_SUBR%% could not find or directory script does nto know what to do with: rcvar=`set_rcvar' load_rc_config $name run_rc_command "$1" I used the old starting script but then sasl stopped to work with .pem file (the previous version worked fine with this (self signed) certificate #openssl x509 -subject -dates -fingerprint -in ldap.pem does not generate any errors and of course #openssl verify ldap.pem generates "self signed" errors So the question I have is whether new openldap will no longer work with self signed certificates or there is something else that does not work my slapd.conf and ldap.conf are copied from working previous version of openldap server Sincerely, Michal From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 08:36: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 EC42416A4CE for ; Fri, 21 Nov 2003 08:36:22 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9BF43F93 for ; Fri, 21 Nov 2003 08:36:18 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 62050 invoked by uid 85); 21 Nov 2003 17:36:14 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.04342 secs); 21 Nov 2003 16:36:14 -0000 Received: from persephone.cultdeadsheep.org (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 21 Nov 2003 17:36:13 +0100 Received: (qmail 84666 invoked from network); 21 Nov 2003 17:36:51 +0100 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by persephone.cultdeadsheep.org with DES-CBC3-SHA encrypted SMTP; 21 Nov 2003 17:36:51 +0100 Date: Fri, 21 Nov 2003 17:35:40 +0100 From: Clement Laforet To: ports@FreeBSD.org Message-Id: <20031121173540.74758460.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) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: PR to close 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, 21 Nov 2003 16:36:23 -0000 Hi guys ! Can someone please close these PRs ? PR 57859: fix was committed with PRs 58394 and 58395 PR 57874: configure arg added with last pureftpd update. PR 58809: superseded by PR 58998 Thanks ! clem From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 08:45: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 1552316A4CE for ; Fri, 21 Nov 2003 08:45:20 -0800 (PST) Received: from freebsd.org.ru (www.freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC5F43FB1 for ; Fri, 21 Nov 2003 08:45:18 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 45E6C36D; Fri, 21 Nov 2003 19:45:17 +0300 (MSK) Date: Fri, 21 Nov 2003 19:45:17 +0300 From: "Sergey A. Osokin" To: Clement Laforet Message-ID: <20031121164517.GC23446@freebsd.org.ru> References: <20031121173540.74758460.sheepkiller@cultdeadsheep.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: <20031121173540.74758460.sheepkiller@cultdeadsheep.org> User-Agent: Mutt/1.5.5.1i cc: ports@FreeBSD.org Subject: Re: PR to close 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, 21 Nov 2003 16:45:20 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 21, 2003 at 05:35:40PM +0100, Clement Laforet wrote: >=20 > PR 57859: fix was committed with PRs 58394 and 58395 > PR 57874: configure arg added with last pureftpd update. > PR 58809: superseded by PR 58998 Done. --=20 Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iQCVAwUBP75BHY/Va73vhFLNAQHLNwP/YycgptIUvQsXoj0/zfiA40kJwFMtp68T NirHMGVl429SuoEN72hZB8M3h7tfeM51Rv/sklmiemLqFFllZJiGXEmMOqCjix3Z gvOl8bkGyu2/uOhimuzNsH1aQXEVnhgvIM3bjcKDAW2OanaujX5PHTvi3CxsDH5n +F+PqqVQ0vw= =HSPn -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 08:48: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 5535E16A4CE; Fri, 21 Nov 2003 08:48:44 -0800 (PST) Received: from pb48.boleslawiec.sdi.tpnet.pl (pb48.boleslawiec.sdi.tpnet.pl [217.97.12.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0AA943FCB; Fri, 21 Nov 2003 08:48:41 -0800 (PST) (envelope-from jacek@combit.com.pl) Received: from diabelek.freebsd.home (unknown [82.139.15.231]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb48.boleslawiec.sdi.tpnet.pl (Postfix) with ESMTP id 6581814A03; Fri, 21 Nov 2003 17:44:14 +0100 (CET) Received: by diabelek.freebsd.home (Postfix, from userid 1001) id 7603672; Fri, 21 Nov 2003 17:52:23 +0100 (CET) Date: Fri, 21 Nov 2003 17:52:23 +0100 From: Jacek Pelka To: Peter Leftwich Message-ID: <20031121165223.GA10035@combit.com.pl> References: <16767.63.109.229.13.1069202169.squirrel@webmail.alienwebshop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <16767.63.109.229.13.1069202169.squirrel@webmail.alienwebshop.com> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org cc: questions@freebsd.org Subject: Re: Suggestion to display date/time of port addition or modification 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, 21 Nov 2003 16:48:44 -0000 On Tue, Nov 18, 2003 at 04:36:09PM -0800, Peter Leftwich wrote: > > [2] I do not understand the usefulness nor see the "beauty" of the current > method of installing ports. Why must a user download elementary > "instructions" for programs A, B, C, D, through Z when all he or she may > want are programs P and Q which require libraries B, C, D, and E? In > other words, have the people in the know ever considered making it > possible to download one tarballed directory, whose Makefile could figure > out which other tarballed directories are needed and "fetch" them in > sequence? This seems far simpler than 19 megs of unnecessary files that > may never be used possibly. Thank you for listening, hopefully my remarks > generate some discussion. > You can use cvsup method with refuse file to download ports collections you want, for example all without x11-* ports. Jacek -- W miejscu swojego zatrudnienia ma opiniê negatywn±, poniewa¿ ma narzeczonego Murzyna, z którym siê codziennie spotyka. From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 09:34:16 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 2B1DC16A4CE; Fri, 21 Nov 2003 09:34:16 -0800 (PST) Received: from lug.kamloops.net (lug2.kamloops.net [209.52.173.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C34C43FB1; Fri, 21 Nov 2003 09:34:14 -0800 (PST) (envelope-from fcash@sd73.bc.ca) Received: from localhost ([127.0.0.1]) by lug.kamloops.net with esmtp (Exim 3.16 #1) id 1ANElE-00007E-00; Fri, 21 Nov 2003 09:08:00 -0800 From: Freddie Cash Organization: School District 73 To: freebsd-gnats-submit@FreeBSD.org Date: Fri, 21 Nov 2003 09:33:15 -0800 User-Agent: KMail/1.5.4 References: <200311171105.09735.fcash@sd73.bc.ca> In-Reply-To: <200311171105.09735.fcash@sd73.bc.ca> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_bxkv/QLgqadNrnP" Message-Id: <200311210933.15432.fcash@sd73.bc.ca> cc: petr.rehor@i.cz cc: ports@freebsd.org Subject: Re: ports/57162: The latest stable release of DansGuardian is 2.6.1-6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fcash@sd73.bc.ca List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 17:34:16 -0000 --Boundary-00=_bxkv/QLgqadNrnP Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On November 17, 2003 11:05 am, you wrote: Attached is a patch to bring the port up to the latest stable release of DansGuardian, which was just released this week. -- Freddie Cash District HelpDesk / Network Admin fcash@sd73.bc.ca helpdesk@sd73.bc.ca (250) 377-HELP [(250) 377-4357] --Boundary-00=_bxkv/QLgqadNrnP Content-Type: text/x-diff; charset="iso-8859-1"; name="patch-dansguardian-2.6.1-6" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-dansguardian-2.6.1-6" diff -ruN dansguardian.orig/Makefile dansguardian/Makefile --- dansguardian.orig/Makefile Mon Nov 17 09:54:16 2003 +++ dansguardian/Makefile Fri Nov 21 08:52:54 2003 @@ -6,16 +6,18 @@ # PORTNAME= dansguardian -PORTVERSION= 2.6.1.3 +PORTVERSION= 2.6.1.6 CATEGORIES= www MASTER_SITES= # empty, see below DISTNAME= DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source MAINTAINER= fcash@sd73.bc.ca -COMMENT= A fast, featureful web content filter for Squid proxy servers +COMMENT= A fast, feature-rich web content filter for Squid proxy servers RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24:install \ ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT}:install + +CONFLICTS= dansguardian-devel WRKSRC= ${WRKDIR}/DansGuardian-${PORTVERSION:R} GNU_CONFIGURE= yes diff -ruN dansguardian.orig/distinfo dansguardian/distinfo --- dansguardian.orig/distinfo Mon Nov 17 09:54:16 2003 +++ dansguardian/distinfo Fri Nov 21 08:53:47 2003 @@ -1 +1 @@ -MD5 (DansGuardian-2.6.1-3.source.tar.gz) = 21fa3b79fb66817c95003d320b62a4c1 +MD5 (DansGuardian-2.6.1-6.source.tar.gz) = 9f550a23fd692f3df0850b93dfefaf14 diff -ruN dansguardian.orig/files/patch-FatController.cpp dansguardian/files/patch-FatController.cpp --- dansguardian.orig/files/patch-FatController.cpp Mon Nov 17 09:54:16 2003 +++ dansguardian/files/patch-FatController.cpp Wed Dec 31 16:00:00 1969 @@ -1,11 +0,0 @@ ---- FatController.cpp.orig Mon Jul 7 14:59:33 2003 -+++ FatController.cpp Mon Jul 7 14:59:52 2003 -@@ -513,7 +513,7 @@ - if (conn) { - if (report) { - if (!isDaemonised) { -- std::cerr << "Error creating connecting to test proxy" << std::endl; -+ std::cerr << "Error creating connection to test proxy" << std::endl; - } - syslog(LOG_ERR, "%s","Error creating connection to test proxy"); - } diff -ruN dansguardian.orig/files/patch-autoconf::fbsd.in dansguardian/files/patch-autoconf::fbsd.in --- dansguardian.orig/files/patch-autoconf::fbsd.in Mon Nov 17 09:54:16 2003 +++ dansguardian/files/patch-autoconf::fbsd.in Mon Nov 17 10:44:46 2003 @@ -1,5 +1,5 @@ ---- autoconf/fbsd.in.orig Mon Jul 7 02:47:25 2003 -+++ autoconf/fbsd.in Mon Jul 7 14:51:43 2003 +--- autoconf/fbsd.in.orig Mon Nov 17 10:01:30 2003 ++++ autoconf/fbsd.in Mon Nov 17 10:17:07 2003 @@ -20,7 +20,7 @@ logrotate.dansguardian @@ -9,38 +9,17 @@ PASSVARS += -DCONFFILELOCATION=\"${CONFFILELOCATION}dansguardian.conf\" PASSVARS += -DPIDDIR=\"${PIDDIR}\" -@@ -37,56 +37,86 @@ - .cpp.o: - $(CPP) $(DEBUG) $(CFLAGS) -c $< - --all: $(OBJ) -+all: $(OBJ) +@@ -41,52 +41,81 @@ $(CPP) -o dansguardian $(DGCFLAGS) $(DEBUG) $(OBJ) $(LIBS) dansguardian.cpp install: - @test -d $I$(SYSVLOCATION) || install -d $I$(SYSVLOCATION) - @test -d $I$(CONFFILELOCATION) || install -d $I$(CONFFILELOCATION) - @test -d $I$(CONFFILELOCATION)phraselists || install -d $I$(CONFFILELOCATION)phraselists -+ @test -d $I$(CONFFILELOCATION)phraselists/chat || install -d $I$(CONFFILELOCATION)phraselists/chat -+ @test -d $I$(CONFFILELOCATION)phraselists/drugadvocacy || install -d $I$(CONFFILELOCATION)phraselists/drugadvocacy -+ @test -d $I$(CONFFILELOCATION)phraselists/dutchbadwords || install -d $I$(CONFFILELOCATION)phraselists/dutchbadwords -+ @test -d $I$(CONFFILELOCATION)phraselists/frenchbadwords || install -d $I$(CONFFILELOCATION)phraselists/frenchbadwords -+ @test -d $I$(CONFFILELOCATION)phraselists/gambling || install -d $I$(CONFFILELOCATION)phraselists/gambling -+ @test -d $I$(CONFFILELOCATION)phraselists/goodphrases || install -d $I$(CONFFILELOCATION)phraselists/goodphrases -+ @test -d $I$(CONFFILELOCATION)phraselists/gore || install -d $I$(CONFFILELOCATION)phraselists/gore -+ @test -d $I$(CONFFILELOCATION)phraselists/illegaldrugs || install -d $I$(CONFFILELOCATION)phraselists/illegaldrugs -+ @test -d $I$(CONFFILELOCATION)phraselists/intolerance || install -d $I$(CONFFILELOCATION)phraselists/intolerance -+ @test -d $I$(CONFFILELOCATION)phraselists/italianbadwords || install -d $I$(CONFFILELOCATION)phraselists/italianbadwords -+ @test -d $I$(CONFFILELOCATION)phraselists/legaldrugs || install -d $I$(CONFFILELOCATION)phraselists/legaldrugs -+ @test -d $I$(CONFFILELOCATION)phraselists/personals || install -d $I$(CONFFILELOCATION)phraselists/personals -+ @test -d $I$(CONFFILELOCATION)phraselists/pornography || install -d $I$(CONFFILELOCATION)phraselists/pornography -+ @test -d $I$(CONFFILELOCATION)phraselists/violence || install -d $I$(CONFFILELOCATION)phraselists/violence -+ @test -d $I$(CONFFILELOCATION)phraselists/warezhacking || install -d $I$(CONFFILELOCATION)phraselists/warezhacking -+ @test -d $I$(CONFFILELOCATION)phraselists/weapons || install -d $I$(CONFFILELOCATION)phraselists/weapons - @test -d $I$(CGIBINLOCATION) || install -d $I$(CGIBINLOCATION) - @test -d $I$(MANUALFILES)man8/ || install -d $I$(MANUALFILES)man8/ - @test -d $I$(LOGLOCATION) || install -d $I$(LOGLOCATION) -- @test -d $I$(BINARYLOCATION) || /usr/sbin/install -d $I$(BINARYLOCATION) +- @test -d $I$(SYSVLOCATION) || install -d $I$(SYSVLOCATION) +- @test -d $I$(CONFFILELOCATION) || install -d $I$(CONFFILELOCATION) +- @test -d $I$(CONFFILELOCATION)phraselists || install -d $I$(CONFFILELOCATION)phraselists +- @test -d $I$(CGIBINLOCATION) || install -d $I$(CGIBINLOCATION) +- @test -d $I$(MANUALFILES)man8/ || install -d $I$(MANUALFILES)man8/ +- @test -d $I$(LOGLOCATION) || install -d $I$(LOGLOCATION) +- @test -d $I$(BINARYLOCATION) || install -d $I$(BINARYLOCATION) - cp -f ./dansguardian $I$(BINARYLOCATION)dansguardian - cp -f ./dansguardian.conf $I$(CONFFILELOCATION)dansguardian.conf - cp -f ./bannedphraselist $I$(CONFFILELOCATION)bannedphraselist @@ -71,7 +50,28 @@ - chmod -R u+wr $I$(LOGLOCATION) - chmod u+wrx $I$(LOGLOCATION) - if [ -d $(LOGROTATELOCATION) ]; then cp -f ./logrotate.dansguardian $I$(LOGROTATELOCATION)dansguardian; fi -+ @test -d $I$(BINARYLOCATION) || install -d $I$(BINARYLOCATION) ++ install -d $I$(CONFFILELOCATION) ++ install -d $I$(CONFFILELOCATION)phraselists ++ install -d $I$(CONFFILELOCATION)phraselists/chat ++ install -d $I$(CONFFILELOCATION)phraselists/drugadvocacy ++ install -d $I$(CONFFILELOCATION)phraselists/dutchbadwords ++ install -d $I$(CONFFILELOCATION)phraselists/frenchbadwords ++ install -d $I$(CONFFILELOCATION)phraselists/gambling ++ install -d $I$(CONFFILELOCATION)phraselists/goodphrases ++ install -d $I$(CONFFILELOCATION)phraselists/gore ++ install -d $I$(CONFFILELOCATION)phraselists/illegaldrugs ++ install -d $I$(CONFFILELOCATION)phraselists/intolerance ++ install -d $I$(CONFFILELOCATION)phraselists/italianbadwords ++ install -d $I$(CONFFILELOCATION)phraselists/legaldrugs ++ install -d $I$(CONFFILELOCATION)phraselists/personals ++ install -d $I$(CONFFILELOCATION)phraselists/pornography ++ install -d $I$(CONFFILELOCATION)phraselists/violence ++ install -d $I$(CONFFILELOCATION)phraselists/warezhacking ++ install -d $I$(CONFFILELOCATION)phraselists/weapons ++ install -d $I$(CGIBINLOCATION) ++ install -d $I$(MANUALFILES)man8/ ++ install -d $I$(LOGLOCATION) ++ install -d $I$(BINARYLOCATION) + install -o root -g wheel -m 755 ./dansguardian $I$(BINARYLOCATION)dansguardian + install -o root -g wheel -m 644 ./dansguardian.conf $I$(CONFFILELOCATION)dansguardian.conf + install -o root -g wheel -m 644 ./bannedphraselist $I$(CONFFILELOCATION)bannedphraselist @@ -127,7 +127,7 @@ rm -fr $(CONFFILELOCATION) - rm -fr $(LOGLOCATION) - if [ -f $(LOGROTATELOCATION)dansguardian ]; then rm -f $(LOGROTATELOCATION)dansguardian; fi -+ rm -f $(LOGLOCATION)/dansguardian.log ++ rm -fr $(LOGLOCATION)dansguardian.log clean: rm -f $(OBJ) $(PROG) diff -ruN dansguardian.orig/pkg-plist dansguardian/pkg-plist --- dansguardian.orig/pkg-plist Mon Nov 17 09:54:16 2003 +++ dansguardian/pkg-plist Mon Nov 17 11:02:14 2003 @@ -78,4 +78,3 @@ @dirrm etc/dansguardian/phraselists @dirrm etc/dansguardian @unexec echo If permanently deleting this package, /var/log/dansguardian.log must be removed manually - --Boundary-00=_bxkv/QLgqadNrnP-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 09:51: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 076B216A4CE for ; Fri, 21 Nov 2003 09:51:41 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA7443FE3 for ; Fri, 21 Nov 2003 09:51:38 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hALHpbK0007035; Fri, 21 Nov 2003 18:51:37 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hALHpWR3007034; Fri, 21 Nov 2003 18:51:32 +0100 (CET) (envelope-from marius) Date: Fri, 21 Nov 2003 18:51:31 +0100 From: Marius Strobl To: Jan-Peter Koopmann Message-ID: <20031121185131.A2734@newtrinity.zeist.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from Jan-Peter.Koopmann@seceidos.de on Fri, Nov 21, 2003 at 04:10:00PM +0100 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.44 cc: ports@freebsd.org Subject: Re: Clamav-0.65 / Linker error on FreeBSD4.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: Fri, 21 Nov 2003 17:51:41 -0000 On Fri, Nov 21, 2003 at 04:10:00PM +0100, Jan-Peter Koopmann wrote: > Hi, > > On a different system I am getting > > > Making all in clamscan > /bin/sh ../libtool --mode=link cc -O -pipe -I/usr/local/include -O > -pthread -L/usr/local/lib -lcipher -o clamscan clamscan.o options.o > getopt.o others.o manager.o treewalk.o -L../libclamav -lclamav > cc -O -pipe -I/usr/local/include -O -o clamscan clamscan.o options.o > getopt.o others.o manager.o treewalk.o -L/usr/local/lib -lcipher > -L/usr/ports/security/clamav/work/clamav-0.65/libclamav > /usr/local/lib/libclamav.so -lz -lbz2 -lc_r -Wl,--rpath > -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib > /usr/lib/libc.so: warning: this program uses gets(), which is unsafe. > /usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider > using mkstemp() > /usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider > using mkstemp() > /usr/lib/libc.so: warning: this program uses f_prealloc(), which is not > recommended. > /usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider > using mkstemp() Oh, the port is linking against libc and libc_r on FreeBSD 4 which is not quite correct. > clamscan.o: In function `clamscan': > clamscan.o(.text+0xab): undefined reference to `cl_debug' > manager.o: In function `scanmanager': > manager.o(.text+0x202): undefined reference to `cl_strerror' > manager.o(.text+0x24b): undefined reference to `cl_strerror' > manager.o(.text+0x29f): undefined reference to `cl_strerror' > manager.o(.text+0x555): undefined reference to `cl_gentemp' > manager.o: In function `scancompressed': > manager.o(.text+0xfb5): undefined reference to `cl_gentemp' > manager.o: In function `scandenied': > manager.o(.text+0x1915): undefined reference to `cl_gentemp' > manager.o: In function `checkfile': > manager.o(.text+0x1c0a): undefined reference to `cl_strerror' > manager.o: In function `checkstdin': > manager.o(.text+0x1cae): undefined reference to `cl_strerror' > *** Error code 1 > > Stop in /usr/ports/security/clamav/work/clamav-0.65/clamscan. > *** Error code 1 > > Now. What's wrong here? > My guess is that you are compiling clamav-0.65 on a system where an older version of clamav is installed. This will cause the port to link against the installed version of libclamav instead of the newly built one. You will probably get away by deinstalling the old port before compiling the new one but it would be nice if you could try the updated patch at http://quad.zeist.de/security_clamav.diff which should fix this. Doesn't seem to be easy to build clamav right... From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 10:04: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 690D716A4CE for ; Fri, 21 Nov 2003 10:04:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6284743FAF for ; Fri, 21 Nov 2003 10:04:22 -0800 (PST) (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 hALI4MFY091263 for ; Fri, 21 Nov 2003 10:04:22 -0800 (PST) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hALI4LZD091261 for ports@freebsd.org; Fri, 21 Nov 2003 10:04:22 -0800 (PST) (envelope-from fenner) Date: Fri, 21 Nov 2003 10:04:22 -0800 (PST) From: Bill Fenner Message-Id: <200311211804.hALI4LZD091261@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: Fri, 21 Nov 2003 18:04:32 -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 Fri Nov 21 11:18:05 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 E31FC16A4CE for ; Fri, 21 Nov 2003 11:18:05 -0800 (PST) Received: from dastardly.newsbastards.org.72.27.172.IN-addr.ARPA.NOSPAM.dyndns.dk (does-d9b91939.pool.mediaWays.net [217.185.25.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC3F243FDF for ; Fri, 21 Nov 2003 11:17:31 -0800 (PST) (envelope-from bounce@NOSPAM.dyndns.dk) Received: from NOSPAM.spam.NOSPAM.spam.NOSPAM.dyndns.dk (NOSPAM.spam.NOSPAM.spam.NOSPAM.dyndns.dk [2002:3e50:3ceb:0:200:c0ff:fefc:19aa]) (8.11.6/8.11.6-SPAMMERS-DeLiGHt) with ESMTP id hAL1DN713690 verified NO) for ; Fri, 21 Nov 2003 02:13:25 +0100 (CET) (envelope-from bounce@NOSPAM.dyndns.dk) Received: (from beer@localhost)hAL1DMW01430; Fri, 21 Nov 2003 02:13:22 +0100 (CET) (envelope-from bounce@NOSPAM.dyndns.dk) Date: Fri, 21 Nov 2003 02:13:22 +0100 (CET) Message-Id: <200311210113.hAL1DMW01430@NOSPAM.spam.NOSPAM.spam.NOSPAM.dyndns.dk> X-Authentication-Warning: NOSPAM.spam.NOSPAM.spam.NOSPAM.dyndns.dk: beer set sender to bounce@NOSPAM.dyndns.dk using -f From: Barry Bouwsma To: FreeBSD Ports Patrol Subject: Fix for broken jpeg2ps-a4 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: Fri, 21 Nov 2003 19:18:06 -0000 [Drop hostname part of IPv6-only address above to obtain IPv4-capable e-mail, or don't reply to me since I'm hardly online anymore] (I'm not sure if I should or can send this to freebsd-ports-bugs@ insetad...) This may well be fixed already, but a recent change to the ports/graphics/ jpeg2ps-letter port Makefile has resulted in breakage of the related jpeg2ps-a4 port, producing letter-sized output instead of the desired A4. The following change to the jpeg2ps-*letter* Makefile seems that it restores the -a4 port to produce A4 output: (diff cut-n-pasted, tabs lost; please review and apply by hand as needed) --- ../../graphics/jpeg2ps-letter/Makefile-DIST Tue Sep 2 19:22:04 2003 +++ ../../graphics/jpeg2ps-letter/Makefile Mon Nov 17 22:36:07 2003 @@ -21,7 +21,8 @@ .if ${PAPERSIZE} == a4 post-patch: ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.input - ${SED} "s%CCFLAGS=-O -c%CCFLAGS=-O -c -DA4%" ${WRKSRC}/Makefile.input > ${WRKSRC}/Makefile +## B0RKED ${SED} "s%CCFLAGS=-O -c%CCFLAGS=-O -c -DA4%" ${WRKSRC}/Makefile.input > ${WRKSRC}/Makefile + ${SED} "s%CFLAGS+=-c%CFLAGS+=-DA4 -c%" ${WRKSRC}/Makefile.input > ${WRKSRC}/Makefile ${RM} -f ${WRKSRC}/Makefile.input .endif The result of the above patch is a Makefile that resembles... CFLAGS?=-O -pipe CFLAGS+=-DA4 -c LD=cc which probably preserves the intent of revision 1.3 of patch-aa while restoring the flags changed by release 1.9 of jpeg2ps. I think. Thanks, Barry Bouwsma From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 15: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 0FCD216A4CE for ; Fri, 21 Nov 2003 15:25:18 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8AF343FD7 for ; Fri, 21 Nov 2003 15:25:11 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hALMDOTF002163; Fri, 21 Nov 2003 23:13:24 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hALMDOQG002162; Fri, 21 Nov 2003 23:13:24 +0100 (CET) (envelope-from simon) Date: Fri, 21 Nov 2003 23:13:23 +0100 From: Simon Barner To: Joko Santoso Message-ID: <20031121221323.GA2126@zi025.glhnet.mhn.de> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: ports@freebsd.org Subject: Re: New 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: Fri, 21 Nov 2003 23:25:18 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, > I have tried send-pr using my network to submit a new port, but it could= =20 > not send. My network is trouble. I can not send email to some address.=20 > would you tell me the another way to submit my new port? > looking forward to hearing from you soon. I am writing an article titled "Mail Setup for Workstations" at the present. You can find a preliminary version here: http://home.leo.org/~barner/freebsd/articles/mailsetup/article.html Some minor improvements are still on my todo-list, but it should be already quite usefull. If you decide to use the document, I'd appreciate your feedback. Simon --9amGYk9869ThD9tj 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/vo4CCkn+/eutqCoRAi3yAKCbIvyiz0EpmTJNxwVgUTeZK8NUawCg5jMf hVnVzmliyXQUB979LO0bnbU= =GjHU -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 15:28: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 E95EC16A4CE for ; Fri, 21 Nov 2003 15:28:22 -0800 (PST) Received: from pd5mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2812B43FBD for ; Fri, 21 Nov 2003 15:28:21 -0800 (PST) (envelope-from peepstein@canada.com) Received: from pd5mr4so.prod.shaw.ca (pd5mr4so-qfe3.prod.shaw.ca [10.0.141.168]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HOQ001HX6535P@l-daemon> for ports@freebsd.org; Fri, 21 Nov 2003 16:19:51 -0700 (MST) Received: from pn2ml8so.prod.shaw.ca (pn2ml8so-qfe0.prod.shaw.ca [10.0.121.152]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HOQ002NZ6536M@l-daemon> for ports@freebsd.org; Fri, 21 Nov 2003 16:19:51 -0700 (MST) 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.18 (built Jul 28 2003)) with ESMTP id <0HOQ00B9G6529W@l-daemon> for ports@freebsd.org; Fri, 21 Nov 2003 16:19:51 -0700 (MST) Date: Fri, 21 Nov 2003 15:19:50 -0800 From: Edward Epstein In-reply-to: <16315.2459.457793.876084@whale.home-net> To: John Reynolds , ports@freebsd.org Message-id: <200311211519.50794.peepstein@canada.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5.4 X-Special: Have a nice day! References: <16315.2459.457793.876084@whale.home-net> cc: Mariusz Woloszyn Subject: Re: call for testers -- changes to libusb 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, 21 Nov 2003 23:28:23 -0000 Lines prefixed with ">" are what John Reynolds wrote. >Hello -ports & -stable. Sorry for the cross-post, but it is appropriate as > I'm hoping to get the help of people running -STABLE (who might not be > subscribed to -ports). > >I have an unchecked-in version of libusb-0.1.7 with patches to fix some >behavior problems. In short, it is alledged that the original port from > Linux to FreeBSD didn't need to "loop until done" in the > bulk_read/bulk_write functions as the Linux port does. For those > interested, see the thread here: > > http://lists.inteltec.com/wws/arc/usb-bsd/2003-11/msg00021.html > >The authors/contributors of the patch have tested it with gphoto[2] and many >different cameras. I have tested the patch with my own little pet port > "s10sh" and it seems to operate totally fine. However, I'm on (an outdated) > -CURRENT system and not longer have a -STABLE system to test with. > >Please backup your currently installed package, delete libusb-0.1.7, fetch > the following .tbz > > fetch 'http://www.reynoldsnet.org/libusb-0.1.7_1.tbz' > MD5 (liibusb-0.1.7_1.tbz) = c33b84b0f45cacea982a90553c8f323c > >pkg_add it, and test your app that links to it. > >Specifically I'm looking for anybody who is currently using an application >other than gPhoto2 or s10sh. I know that sane (or sane-backend) links to > this library, but I don't have a USB scanner so I have no way of knowing if > things are cool or not. Off the top of my head I can't remember other ports > that depend on libusb, but if you use one of them regularly, please test > this. Hi! I know you're not really looking for testers who are using gphoto2 but I had a problem with a Kodak CX4230 (ptp driver) in March on FreeBSD that I was never able to fix. It worked fine in Red Hat with gphoto2 so I kind of thought that it might have something to do with libusb. I posted a message to gphoto-devel (obligatory archive link: http://marc.theaimsgroup.com/?l=gphoto-devel&m=104855317721941&w=2). Anyway, I applied the patch available here http://sourceforge.net/tracker/ index.php?func=detail&aid=835645&group_id=1674&atid=101674 and tried to get some pictures off of my camera in FreeBSD with the patched libusb. It didn't work, but the error message changed from what I was getting originally. I've included the output from the new testing below. Anyway, hopefully it's helpful! Thanks, Ed Epstein 0.000054 main(2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST: 0.001176 main(2): gphoto2 2.1.3 0.001673 main(2): gphoto2 has been compiled with the following options: 0.002287 main(2): + cc (C compiler used) 0.002811 main(2): + popt (for handling command-line parameters) 0.007593 main(2): + exif (for displaying EXIF information) 0.008176 main(2): + no cdk (for accessing configuration options) 0.008771 main(2): + aa (for displaying live previews) 0.009338 main(2): + jpeg (for displaying live previews in JPEG format) 0.009951 main(2): + no readline (for easy navigation in the shell) 0.010574 main(2): libgphoto2 2.1.3 0.011080 main(2): libgphoto2 has been compiled with the following options: 0.011702 main(2): + cc (C compiler used) 0.012228 main(2): + EXIF (for special handling of EXIF files) 0.012827 main(2): + no ltdl (working around buggy libltdl, eh? :-) 0.013431 main(2): + no /proc/meminfo (adapts cache size to memory available) 0.014078 main(2): libgphoto2_port 0.5.1 0.015676 main(2): libgphoto2_port has been compiled with the following options: 0.016506 main(2): + cc (C compiler used) 0.017310 main(2): + USB (for USB cameras) 0.017985 main(2): + serial (for serial cameras) 0.018671 main(2): + no resmgr (serial port access and locking) 0.019400 main(2): + no baudboy (serial port locking) 0.020102 main(2): + no ttylock (serial port locking) 0.020817 main(2): + no lockdev (serial port locking) 0.021519 main(2): + no ltdl (working around buggy libltdl, eh? :-) 0.022734 main(2): The user has not specified both a model and a port. Try to figure them out. 0.023663 gp-port-info-list(2): Loading io-drivers from '/usr/local/lib/ gphoto2_port/0.5.1'... 0.025322 gphoto2-port-serial(2): Trying to lock '/dev/cuaa0'... 0.150839 gphoto2-port-core(2): Loaded 'Serial Port 0' (serial:/dev/cuaa0) from 'libgphoto2_port_serial.so' 0.151760 gphoto2-port-core(2): Loaded '' (^serial) from 'libgphoto2_port_serial.so' 0.153349 gphoto2-port-core(2): Loaded 'Universal Serial Bus' (usb:) from 'libgphoto2_port_usb.so' 0.156645 gphoto2-port-info-list(2): Counting entries (3 available)... 0.157975 gphoto2-port-info-list(2): 2 regular entries available. 0.158728 gphoto2-port(2): Creating new device... 0.159445 gphoto2-port-info-list(2): Getting info of entry 0 (3 available)... 0.160731 gphoto2-port(2): Setting timeout to 500 millisecond(s)... 0.161726 gphoto2-port(2): Setting settings... 0.162444 gphoto2-port-info-list(2): Getting info of entry 1 (3 available)... 0.266067 gphoto2-port(2): Setting timeout to 5000 millisecond(s)... 0.294789 gphoto2-port(2): Setting settings... 0.295695 gphoto2-abilities-list.c(1): Auto-detecting USB cameras... 0.733196 gphoto2-port-usb(1): Looking for USB device (vendor 0x40a, product 0x535)... found. 0.733232 gphoto2-port-usb(1): Detected defaults: config 1, interface 0, altsetting 0, inep 83, outep 04, intep 85, class 06, subclass 01 0.733271 gphoto2-abilities-list.c(2): Found 'Kodak CX4230' (0x40a,0x535) 0.733329 gphoto2-port(2): Freeing port... 0.733372 gphoto2-port(2): Closing port... 0.733647 gphoto2-camera(2): Setting abilities ('Kodak CX4230')... 0.733702 setting/gphoto2-setting.c(2): Creating $HOME/.gphoto 0.734068 setting/gphoto2-setting.c(2): Loading settings from file "/home/ edward/.gphoto/settings" 0.734171 gphoto2-setting(2): Setting key 'model' to value 'Kodak CX4230' (gphoto2) 0.734211 gphoto2-setting(2): Saving 2 setting(s) to file "/home/ edward/.gphoto/settings" 0.742382 gp-port-info-list(2): Loading io-drivers from '/usr/local/lib/ gphoto2_port/0.5.1'... 0.742951 gphoto2-port-serial(2): Trying to lock '/dev/cuaa0'... 3.027956 gphoto2-port-core(2): Loaded 'Serial Port 0' (serial:/dev/cuaa0) from 'libgphoto2_port_serial.so' 3.027995 gphoto2-port-core(2): Loaded '' (^serial) from 'libgphoto2_port_serial.so' 3.028771 gphoto2-port-core(2): Loaded 'Universal Serial Bus' (usb:) from 'libgphoto2_port_usb.so' 3.028927 gphoto2-port-info-list(2): Looking for path 'usb:' (3 entries available)... 3.028986 gphoto2-port-info-list(2): Getting info of entry 1 (3 available)... 3.029411 gphoto2-camera(2): Setting port info for port 'Universal Serial Bus' at 'usb:'... 3.133587 gphoto2-port(2): Setting timeout to 5000 millisecond(s)... 3.133669 gphoto2-port(2): Setting settings... 3.133704 gphoto2-setting(2): Setting key 'port' to value 'usb:' (gphoto2) 3.133745 gphoto2-setting(2): Saving 2 setting(s) to file "/home/ edward/.gphoto/settings" 3.134212 gphoto2-camera(2): Initializing camera... 3.134270 gphoto2-port-usb(1): Looking for USB device (vendor 0x40a, product 0x535)... found. 3.134308 gphoto2-port-usb(1): Detected defaults: config 1, interface 0, altsetting 0, inep 83, outep 04, intep 85, class 06, subclass 01 3.134348 gphoto2-camera(2): Loading '/usr/local/lib/gphoto2/2.1.3/ libgphoto2_ptp2.so'... 3.135021 gphoto2-port(2): Opening USB port... 3.135173 gphoto2-port(2): Setting timeout to 8000 millisecond(s)... 3.135230 ptp(2): PTP: Opening session 3.135272 gphoto2-port(2): Writing 16=0x10 byte(s) to port... 3.135316 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 ................ 3.160432 gphoto2-port(2): Reading 512=0x200 bytes from port... gp_port_read: Operation timed out 16.202248 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffde -34 16.202371 context(0): PTP I/O error *** Error *** PTP I/O error 16.202465 gphoto2-port(2): Closing port... 16.202708 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') *** 16.202935 gp-camera(2): Freeing camera... 16.202967 gphoto2-port(2): Freeing port... 16.202996 gphoto2-port(2): Closing port... 16.203099 libgphoto2/gphoto2-filesys.c(2): Clearing fscache LRU list... 16.203133 libgphoto2/gphoto2-filesys.c(2): fscache LRU list already empty 16.203163 gphoto2-filesystem(2): Internally deleting all folders from '/'... >If I get no negative feedback within a couple of days I will followup on >ports/58925 with a patch to bring in this patch until we can get the code >changes into libusb itself and 0.1.8 rolled (I can do the former, but not > the latter). > >Thanks! > >-Jr -- "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). From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 19:43: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 163DC16A4CE for ; Fri, 21 Nov 2003 19:43:10 -0800 (PST) Received: from debussy.private.org (25.60.138.210.bn.2iij.net [210.138.60.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EC243FCB for ; Fri, 21 Nov 2003 19:43:08 -0800 (PST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (localhost [127.0.0.1]) by debussy.private.org (8.12.10/8.12.10) with ESMTP id hAM3gwvF015218; Sat, 22 Nov 2003 12:42:58 +0900 (JST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Date: Sat, 22 Nov 2003 12:42:58 +0900 (JST) Message-Id: <20031122.124258.846933044.chat95@mbox.kyoto-inet.or.jp> To: peter.jeremy@alcatel.com.au From: Nakata Maho In-Reply-To: <20031114015735.GA99126@gsmx07.alcatel.com.au> References: <20031114015735.GA99126@gsmx07.alcatel.com.au> Organization: private X-Mailer: Mew version 2.2 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: Problems Building OpenOffice 1.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: Sat, 22 Nov 2003 03:43:10 -0000 Hi, Peter > [Please copy me on any replies] > > I'm trying to build OpenOffice-1.1 on a 4.9-prerelease system and it gets > right to the end and then reports > > WARNING! Project(s): > gtk > > not found and couldn't be built. Correct build.lsts. > ----------- > > I haven't checked to see it if will install and run yet. > > Looking at Makefile v1.110, it appears to depend on both gtk1.2 and gtk2.0: > BUILD_DEPENDS+= ${X11BASE}/lib/libgdk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 > USE_GNOME= orbit gtk12 > This seems somewhat wierd. Shouldn't it depend on only one version of gtk? > If so, which? This is really wired thing. there was long history for it. Yes I know about it. but it has already been fixed in 2.0 builds. Regards, maho From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 01:03: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 1A2D416A4CE; Sat, 22 Nov 2003 01:03:17 -0800 (PST) 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 1BF2A43FCB; Sat, 22 Nov 2003 01:03:16 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 968D666C8E; Sat, 22 Nov 2003 01:03:15 -0800 (PST) Date: Sat, 22 Nov 2003 01:03:15 -0800 From: Kris Kennaway To: roger@freebsd.org, sparc64@FreeBSD.org Message-ID: <20031122090315.GA15093@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org Subject: pwlib-1.5.0_2 broken on sparc64 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, 22 Nov 2003 09:03:17 -0000 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/sparc64-5-latest/pwlib-1.5.0_2.log Can someone please investigate? This package is supposed to appear on the Disc 1 CD image. Perhaps it cannot be built on sparc64 for fundamental reasons, in which case it should be marked ONLY_FOR_ARCHS/NOT_FOR_ARCHS as appopriate. Kris --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/vyZTWry0BWjoQKURAnalAJ9YjNzMid6sEwx2QGtdzk0jgiHsxQCfRdZo PnsqMcIzbjA/dIIO5EL7OYs= =6Xla -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 01:21: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 C3AA916A4CE; Sat, 22 Nov 2003 01:21:13 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3781C43F75; Sat, 22 Nov 2003 01:21:10 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAM9L8se001485; Sat, 22 Nov 2003 04:21:09 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hAM9KYuY052771; Sat, 22 Nov 2003 04:20:34 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kris Kennaway In-Reply-To: <20031122090315.GA15093@xor.obsecurity.org> References: <20031122090315.GA15093@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ye/ML7INVRiD/HeyPh81" Organization: MarcusCom, Inc. Message-Id: <1069492859.55784.34.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 22 Nov 2003 04:20:59 -0500 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: roger@freebsd.org cc: sparc64@freebsd.org Subject: Re: pwlib-1.5.0_2 broken on sparc64 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, 22 Nov 2003 09:21:13 -0000 --=-ye/ML7INVRiD/HeyPh81 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-11-22 at 04:03, Kris Kennaway wrote: > http://bento.freebsd.org/errorlogs/sparc64-5-latest/pwlib-1.5.0_2.log >=20 > Can someone please investigate? This package is supposed to appear on > the Disc 1 CD image. Perhaps it cannot be built on sparc64 for > fundamental reasons, in which case it should be marked > ONLY_FOR_ARCHS/NOT_FOR_ARCHS as appopriate. pwlib doesn't build on archs other than i386 IIRC. However, GNOME, the consumer of this port via gnomemeeting, should not depend on it unless the arch is i386. Joe >=20 > Kris --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ye/ML7INVRiD/HeyPh81 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/vyp7b2iPiv4Uz4cRAuihAJ0R0UvP7EZNzhmHpc39o/o7+fZGdACfc/BJ Wy+F6QlAcadALqV8uefQP8Y= =bpjC -----END PGP SIGNATURE----- --=-ye/ML7INVRiD/HeyPh81-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 01:51:27 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 CEAE416A4D1; Sat, 22 Nov 2003 01:51:27 -0800 (PST) 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 DE25143FDF; Sat, 22 Nov 2003 01:51:26 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EB7A966C55; Sat, 22 Nov 2003 01:51:25 -0800 (PST) Date: Sat, 22 Nov 2003 01:51:25 -0800 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20031122095125.GA15558@xor.obsecurity.org> References: <20031122090315.GA15093@xor.obsecurity.org> <1069492859.55784.34.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <1069492859.55784.34.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org cc: roger@FreeBSD.org cc: sparc64@FreeBSD.org cc: Kris Kennaway Subject: Re: pwlib-1.5.0_2 broken on sparc64 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, 22 Nov 2003 09:51:28 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 22, 2003 at 04:20:59AM -0500, Joe Marcus Clarke wrote: > On Sat, 2003-11-22 at 04:03, Kris Kennaway wrote: > > http://bento.freebsd.org/errorlogs/sparc64-5-latest/pwlib-1.5.0_2.log > >=20 > > Can someone please investigate? This package is supposed to appear on > > the Disc 1 CD image. Perhaps it cannot be built on sparc64 for > > fundamental reasons, in which case it should be marked > > ONLY_FOR_ARCHS/NOT_FOR_ARCHS as appopriate. >=20 > pwlib doesn't build on archs other than i386 IIRC. However, GNOME, the > consumer of this port via gnomemeeting, should not depend on it unless > the arch is i386. OK..for some reason the print-cdrom-packages script generated the i386 package list even though I set PKG_ARCH=3Dsparc64. The port should still be marked FOO_ARCHS if it's unbuildable. Kris --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/vzGdWry0BWjoQKURAoWQAKCk8VmDBdrOhtzUjZ5AoFtGDmMK2wCg430x dVmkWFhOyvjVHHo3D3B+lPs= =wCTf -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 02:06: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 7BBA616A4CE; Sat, 22 Nov 2003 02:06:50 -0800 (PST) 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 E14E543FE0; Sat, 22 Nov 2003 02:06:48 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAMA6lNW028999; Sat, 22 Nov 2003 05:06:47 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hAMA6HuY053038; Sat, 22 Nov 2003 05:06:17 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kris Kennaway In-Reply-To: <20031122095125.GA15558@xor.obsecurity.org> References: <20031122090315.GA15093@xor.obsecurity.org> <1069492859.55784.34.camel@shumai.marcuscom.com> <20031122095125.GA15558@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wU1RUWchodzKMse3MV/i" Organization: MarcusCom, Inc. Message-Id: <1069495602.55784.38.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 22 Nov 2003 05:06:42 -0500 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: roger@FreeBSD.org cc: sparc64@FreeBSD.org Subject: Re: pwlib-1.5.0_2 broken on sparc64 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, 22 Nov 2003 10:06:50 -0000 --=-wU1RUWchodzKMse3MV/i Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-11-22 at 04:51, Kris Kennaway wrote: > On Sat, Nov 22, 2003 at 04:20:59AM -0500, Joe Marcus Clarke wrote: > > On Sat, 2003-11-22 at 04:03, Kris Kennaway wrote: > > > http://bento.freebsd.org/errorlogs/sparc64-5-latest/pwlib-1.5.0_2.log > > >=20 > > > Can someone please investigate? This package is supposed to appear o= n > > > the Disc 1 CD image. Perhaps it cannot be built on sparc64 for > > > fundamental reasons, in which case it should be marked > > > ONLY_FOR_ARCHS/NOT_FOR_ARCHS as appopriate. > >=20 > > pwlib doesn't build on archs other than i386 IIRC. However, GNOME, the > > consumer of this port via gnomemeeting, should not depend on it unless > > the arch is i386. >=20 > OK..for some reason the print-cdrom-packages script generated the i386 > package list even though I set PKG_ARCH=3Dsparc64. The port should > still be marked FOO_ARCHS if it's unbuildable. Agreed. I talked to Roger about this before, and I can't remember if he said he was working on it. Roger, if you'd like, I'd be happy to mark this port for i386 only. Joe >=20 > Kris --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-wU1RUWchodzKMse3MV/i 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/vzUyb2iPiv4Uz4cRApoNAJ9qG7Shno0O0EmJcMjYI5P2/XznKwCdGKcg 3ERG8pc53KlmFnwXo+wXVrQ= =Gb47 -----END PGP SIGNATURE----- --=-wU1RUWchodzKMse3MV/i-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 02:44: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 84FCD16A4CE for ; Sat, 22 Nov 2003 02:44:42 -0800 (PST) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [193.162.153.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58DC743FB1 for ; Sat, 22 Nov 2003 02:44:41 -0800 (PST) (envelope-from freebsd.nospam@mekanix.dk) Received: from desktop.my.home (0x3ef34db6.albnxx2.adsl.tele.dk [62.243.77.182]) by pfepb.post.tele.dk (Postfix) with ESMTP id A30C45EE2CA; Sat, 22 Nov 2003 11:44:39 +0100 (CET) From: Bjarne Wichmann Petersen To: "Paul J. Ledbetter III" , ports@FreeBSD.org Date: Sat, 22 Nov 2003 11:45:27 +0100 User-Agent: KMail/1.5.4 References: <3FBD8CEB.1060104@runbox.com> In-Reply-To: <3FBD8CEB.1060104@runbox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311221145.27671.freebsd.nospam@mekanix.dk> Subject: Re: py-opengl - 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: Sat, 22 Nov 2003 10:44:42 -0000 On Friday 21 November 2003 04:56, Paul J. Ledbetter III wrote: > My py-opengl build keeps crashing with the following... > > warning: no previously-included files matching 'CVS/*' found anywhere in > distribution > copying build/Togl-1.5-tk8.4/Togl.so -> > /usr/local/lib/python2.3/site-packages/OpenGL/Tk/freebsd4-tk8.4 > /usr/local/bin/tclsh8.4 > /usr/ports/graphics/py-opengl/work/PyOpenGL-2.0.0.44/register.tcl > successful loading of Togl.so > can't read "::tcl::direct": no such variable > while executing > "if { !$::tcl::direct } { > tclLog "commands provided were $cmds" > }" > (procedure "pkg_mkIndex" line 281) > invoked from within > "pkg_mkIndex -verbose > /usr/local/lib/python2.3/site-packages/OpenGL/Tk/freebsd4-tk8.4 Togl.so" > (file > "/usr/ports/graphics/py-opengl/work/PyOpenGL-2.0.0.44/register.tcl" line 1) > *** Error code 1 > > Stop in /usr/ports/graphics/py-opengl. > > I can't read tcl, so any advice would be most helpful Well, just went through the same trouble. Apparently py-opengl doesn't build with multiple versions of tcl installed (is this a bug?). A "solution" seems to be to delete all older versions (<8.4) of tcl, build py-opengl and *then* build the older version of tcl (8.3). KDE PIM *require* tcl 8.3. So I'd say... py-opengl is still broken. Bjarne From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 17:50: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 B47A616A4CE for ; Fri, 21 Nov 2003 17:50:36 -0800 (PST) Received: from web20210.mail.yahoo.com (web20210.mail.yahoo.com [216.136.226.65]) by mx1.FreeBSD.org (Postfix) with SMTP id 2704943F85 for ; Fri, 21 Nov 2003 17:50:36 -0800 (PST) (envelope-from halenate@yahoo.com) Message-ID: <20031122015035.27517.qmail@web20210.mail.yahoo.com> Received: from [24.117.159.91] by web20210.mail.yahoo.com via HTTP; Fri, 21 Nov 2003 17:50:35 PST Date: Fri, 21 Nov 2003 17:50:35 -0800 (PST) From: Nate Hale To: ports@FreeBSD.org MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 22 Nov 2003 05:00:24 -0800 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: fixing an 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: Sat, 22 Nov 2003 01:50:36 -0000 Hey guys..when I hit apachectl start I get Ranis# apachectl start [Sat Nov 20 01:09:05 2004] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName /usr/local/sbin/apachectl start: httpd could not be started Trying to figure out what is wrong.. its got a temporary dhcp ip address..dns and has the name of ranis. Thanks Nate --------------------------------- Do you Yahoo!? Free Pop-Up Blocker - Get it now From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 05:14: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 B125916A4CE for ; Sat, 22 Nov 2003 05:14:39 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCBAF43FE3 for ; Sat, 22 Nov 2003 05:14:37 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 15030 invoked by uid 85); 22 Nov 2003 14:14:36 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.138395 secs); 22 Nov 2003 13:14:36 -0000 Received: from persephone.cultdeadsheep.org (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 22 Nov 2003 14:14:35 +0100 Received: (qmail 1146 invoked from network); 22 Nov 2003 14:15:14 +0100 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by persephone.cultdeadsheep.org with DES-CBC3-SHA encrypted SMTP; 22 Nov 2003 14:15:14 +0100 Date: Sat, 22 Nov 2003 14:14:38 +0100 From: Clement Laforet To: Nate Hale Message-Id: <20031122141438.7bcb4111.sheepkiller@cultdeadsheep.org> In-Reply-To: <20031122015035.27517.qmail@web20210.mail.yahoo.com> References: <20031122015035.27517.qmail@web20210.mail.yahoo.com> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: fixing an 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: Sat, 22 Nov 2003 13:14:39 -0000 On Fri, 21 Nov 2003 17:50:35 -0800 (PST) Nate Hale wrote: > Hey guys..when I hit apachectl start I get > > Ranis# apachectl start > [Sat Nov 20 01:09:05 2004] [alert] httpd: Could not determine the > server's fully qualified domain name, using 127.0.0.1 for > ServerName/usr/local/sbin/apachectl start: httpd could not be started > Trying to figure out what is wrong.. > its got a temporary dhcp ip address..dns and has the name of ranis. This is not a FreeBSD ports related problem and even not a problem at all. Please read carefully apache documentation. http://httpd.apache.org/docs-2.0/mod/core.html#servername http://lists.freebsd.org/pipermail/freebsd-questions/2003-September/019445.html regards, clem From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 05:51: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 BF18916A4CE for ; Sat, 22 Nov 2003 05:51:35 -0800 (PST) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3D79B43FAF for ; Sat, 22 Nov 2003 05:51:34 -0800 (PST) (envelope-from incmc@gmx.de) Received: (qmail 2430 invoked by uid 65534); 22 Nov 2003 13:51:32 -0000 Received: from VPNPOOL01-0141.UNI-MUENSTER.DE (EHLO incmc) (128.176.150.151) by mail.gmx.net (mp014) with SMTP; 22 Nov 2003 14:51:32 +0100 X-Authenticated: #15946415 Date: Sat, 22 Nov 2003 14:51:29 +0100 From: Jochen Gensch X-Mailer: The Bat! (v1.53d) X-Priority: 3 (Normal) Message-ID: <236058641.20031122145129@gmx.de> To: j@pureftpd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: pure-ftpd-1.0.16c X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jochen Gensch List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 13:51:35 -0000 I have got a problem with the FreeBSD Port of pure-ftpd. I trying to install it with the Option "--without-banner" because I don't want the standard login banner to be displayed. However it is impossible to activate this Option. It is still being displayed. Further some ohter option seem not to be working. For instance if I can display a cookie without compiling pure-ftpd with "--with-cookie"... I cannot find the mistake, maybe it is one of pure-ftp itself. By the way: why do all these Option have to be compiled? Wouldn't it be possible to activate them via the config file or with switches? Regards, Jochen From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 09: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 98A0C16A4CF for ; Sat, 22 Nov 2003 09:23:08 -0800 (PST) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D2743FD7 for ; Sat, 22 Nov 2003 09:23:07 -0800 (PST) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 1F375751E; Sat, 22 Nov 2003 18:23:20 +0100 (CET) Date: Sat, 22 Nov 2003 18:23:20 +0100 From: Thierry Thomas To: "Ing.,BcA. Ivan Dolezal" Message-ID: <20031122172320.GA48474@graf.pompo.net> Mail-Followup-To: "Ing.,BcA. Ivan Dolezal" , ports@FreeBSD.org References: <3FBBFB9A.8090808@vsb.cz> <3FBBFCF7.6030907@vsb.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <3FBBFCF7.6030907@vsb.cz> 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-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: pear-mailparse-0.9.3: Sorry, its broken FreeBSD 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: Sat, 22 Nov 2003 17:23:08 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Jeu 20 nov 03 =E0 0:29:59 +0100, Ing.,BcA. Ivan Dolezal =E9crivait=A0: >=20 > Hello once again, Hello, > the mail/pear-mailparse port should be upgraded from 0.9.3 to 0.9.4=20 > version. >=20 > I should have read >=20 > http://pecl.php.net/package-changelog.php?package=3Dmailparse&release=3D0= .9.4 >=20 > before pressing "Send" button in my favourite mail user agent. Thanks for your report. It should be fixed by PR ports/59592. regards, --=20 Th. Thomas. --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iQEXAwUBP7+bh54e8s6IZt0PFAIvuwQAhoyjJ6Ja4QoLzqBO5dBGgCQgMHyssBXu c1D9urb2qCHQRxu0unXrZo7IWDfgbcM++rl8DYO5/5LHP6vnhh37IXVVAxZD0j0W F+z15ncmEfbJhvEE5NYej3Zr1DyGZxCAs9bJ7AKLb4Ar210BKlcsi7GcLAMf5yAz 9GWMULudOxED/i6hemnBoZPj9PjOynjBAsGJRtQrcbdzHyYnM/r4OGajEWsxKisV LpEoSDWTVCTEfvC1XGSm6PPKWxhM2YqXruo8BDRmvW8w2P/JhavFB/HqEkYeZmHb Hhg8bX9E1uMI9pUYauPWm2aX+Gshq3l2zC7FHekiircxNKM1chAUkS8Q =2m1H -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 11:00:27 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 7C8A016A4CF for ; Sat, 22 Nov 2003 11:00:27 -0800 (PST) Received: from hawk.monarch.net (hawk.monarch.net [24.244.0.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 772D243FDF for ; Sat, 22 Nov 2003 11:00:26 -0800 (PST) (envelope-from gpc-tech@monarch.net) Received: (qmail 79046 invoked from network); 22 Nov 2003 19:00:25 -0000 Received: from mnet-mh-244-22-77.monarch.net (HELO buck) (24.244.22.77) by hawk.monarch.net with SMTP; 22 Nov 2003 19:00:25 -0000 Message-ID: <002e01c3b12b$b910c560$0300a8c0@owns.it.gpccw> From: "Roger" To: Date: Sat, 22 Nov 2003 12:06:21 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: apache13-fp 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, 22 Nov 2003 19:00:27 -0000 I'm a newbie when it comes to FreeBSD, however I do have access to a = friend that has been using it for quite some time and is very = knowledgeable as I have yet to find a question that he cannot answer, or = at least point me in the right direction. Other than ...... this issue I have attempting to install apache13-fp = port, no matter what we try we cannot get it to work and I have spent a = LOT of time searching for answers and now even taken the time to sign up = for this mailing list, he suggests the problem is right within = mod_frontpage.c itself, I tend to agree with him, however I cannot = figure it out by myself, and I've seen many reports that the author's = email is no longer even working, I dont have my notes here at work on = the issues but it generally seems to be files not copied where they are = supposed to go, or a link not allowing it to look in the right place for = them. I could get much more in detail about this if someone was willing to = help me out, at this point if someone knows of certain issues and ways = to fix them I would appreciate it, even links on reading material would = be great. Go ahead and flame away about front page extesions if you must, I have = my own reasons for wanting to use them, and I've had so much problems = trying to get them installed I've almost made this into something = personal ;) Thanks to anyone taking a few minutes to give me a hand if they can. Roger From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 11:29:37 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 1BAB316A4CE for ; Sat, 22 Nov 2003 11:29:37 -0800 (PST) Received: from mail.llorien.org (mail.llorien.org [212.88.225.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FB543FBD for ; Sat, 22 Nov 2003 11:29:36 -0800 (PST) (envelope-from h@llorien.org) Received: from gandalf ([127.0.0.1] helo=f4phantom2.erathia) by gandalf with esmtp (Exim 3.35 #1 (Debian)) id 1ANdRh-0007i9-00 for ; Sat, 22 Nov 2003 20:29:29 +0100 From: h To: freebsd-ports@freebsd.org Date: Sat, 22 Nov 2003 20:30:47 +0100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200311222030.47758.h@llorien.org> X-Scanner: exiscan *1ANdRh-0007i9-00*4CAPV.BsZv.* Subject: p5-Gtk 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, 22 Nov 2003 19:29:37 -0000 help, i'm trying to install p5-Gtk (Gtk-Perl-0.7009) from ports on -stable, but it's broken. i get make: don't know how to make build/perl-gtk-ref.pod. Stop *** Error code 2 Stop in /usr/ports/x11-toolkits/p5-Gtk/work/Gtk-Perl-0.7009. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Gtk. please help me to solve this as the source won't build outside the port. vanilla tells me there is no problem with the port. but i can't build it on any of my two -STABLE machines, even without optimisation ... From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 12:18:27 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 1895316A4CE for ; Sat, 22 Nov 2003 12:18:27 -0800 (PST) Received: from mmp-1.gci.net (mmp-1.gci.net [208.138.130.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE3443F93 for ; Sat, 22 Nov 2003 12:18:25 -0800 (PST) (envelope-from murrayhs@softhome.net) Received: from portable (54-13-237-24.gci.net [24.237.13.54]) by mmp-1.gci.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id <0HOR00KI7SEOLF@mmp-1.gci.net> for freebsd-ports@freebsd.org; Sat, 22 Nov 2003 11:18:24 -0900 (AKST) Date: Sat, 22 Nov 2003 11:24:07 -0800 From: murrayhs To: freebsd-ports@freebsd.org Message-id: <003601c3b12e$33383740$360ded18@portable> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-Priority: 3 X-MSMail-priority: Normal Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Problems Dell Inspiron 1100 - Broadcom 4401doesnt work 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, 22 Nov 2003 20:18:27 -0000 Does anyone know how can I fix it ? or where can I download the drvier from ? Thanks From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 12:20: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 7241D16A4CE for ; Sat, 22 Nov 2003 12:20:07 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BD243FCB for ; Sat, 22 Nov 2003 12:20:05 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAMKK4se008093; Sat, 22 Nov 2003 15:20:04 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hAMKJVuY057305; Sat, 22 Nov 2003 15:19:31 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: murrayhs In-Reply-To: <003601c3b12e$33383740$360ded18@portable> References: <003601c3b12e$33383740$360ded18@portable> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4AsaLh5GSf8IWvAmKIH+" Organization: MarcusCom, Inc. Message-Id: <1069532399.63410.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 22 Nov 2003 15:19:59 -0500 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: Problems Dell Inspiron 1100 - Broadcom 4401doesnt work 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, 22 Nov 2003 20:20:07 -0000 --=-4AsaLh5GSf8IWvAmKIH+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-11-22 at 14:24, murrayhs wrote: > Does anyone know how can I fix it ? or where can I download the drvier f= rom ? The bfe(4) driver in -CURRENT supports this card. It has not been merged into -STABLE as yet. You can either upgrade to -CURRENT, or try the merge yourself. Joe >=20 > Thanks > _______________________________________________ > 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 --=-4AsaLh5GSf8IWvAmKIH+ 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/v8Tvb2iPiv4Uz4cRAsS/AJ9Y2dTUMzRjEt7zCheQNlFOfi9lDgCdGY1u DLn4gNe2/P1k//6tgR0ByXw= =ilou -----END PGP SIGNATURE----- --=-4AsaLh5GSf8IWvAmKIH+-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 12:33: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 3048716A4CE; Sat, 22 Nov 2003 12:33:56 -0800 (PST) Received: from mail.llorien.org (mail.llorien.org [212.88.225.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1650943FE5; Sat, 22 Nov 2003 12:33:55 -0800 (PST) (envelope-from h@llorien.org) Received: from gandalf ([127.0.0.1] helo=f4phantom2.erathia) by gandalf with esmtp (Exim 3.35 #1 (Debian)) id 1ANeRx-000811-00; Sat, 22 Nov 2003 21:33:49 +0100 From: h To: freebsd-ports@freebsd.org, freebsd-ports-bugs@freebsd.org, "Vanilla I. Shu" Date: Sat, 22 Nov 2003 21:35:07 +0100 User-Agent: KMail/1.5.4 References: <200311222030.47758.h@llorien.org> In-Reply-To: <200311222030.47758.h@llorien.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311222135.07874.h@llorien.org> X-Scanner: exiscan *1ANeRx-000811-00*QjOr33v0.LE* Subject: Re: p5-Gtk 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, 22 Nov 2003 20:33:56 -0000 found the culprit his name is perl 5.8 i replaced it with perl 5.6.latest and now all is fine On Saturday 22 November 2003 20:30, h wrote: > help, i'm trying to install p5-Gtk (Gtk-Perl-0.7009) from ports on -stable, > but it's broken. > > i get > > make: don't know how to make build/perl-gtk-ref.pod. Stop > *** Error code 2 > Stop in /usr/ports/x11-toolkits/p5-Gtk/work/Gtk-Perl-0.7009. > *** Error code 1 > Stop in /usr/ports/x11-toolkits/p5-Gtk. > > please help me to solve this as the source won't build outside the port. > > vanilla tells me there is no problem with the port. but i can't build it on > any of my two -STABLE machines, even without optimisation ... > > _______________________________________________ > 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 Sat Nov 22 13:51: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 924EB16A4CE for ; Sat, 22 Nov 2003 13:51:02 -0800 (PST) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3819043FB1 for ; Sat, 22 Nov 2003 13:51:01 -0800 (PST) (envelope-from nunotex@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:nunotex@otaku.freeshell.org [192.94.73.2]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id hAMLotRq020289 for ; Sat, 22 Nov 2003 21:50:55 GMT Received: (from nunotex@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id hAMLotqM006213 for freebsd-ports@freebsd.org; Sat, 22 Nov 2003 21:50:55 GMT Date: Sat, 22 Nov 2003 21:50:55 +0000 From: Nuno Teixeira To: freebsd-ports@freebsd.org Message-ID: <20031122215055.GA4031@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: NetBSD 1.6.1_STABLE Subject: pppoa beta3 available - PPPoE support on 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: Sat, 22 Nov 2003 21:51:02 -0000 Hello to all, Can anyone update pppoa port to beta 3? There are very important changes like PPPoE suport on freebsd. Almost all Europe suport PPPoE. Thanks, Nuno Teixeira -- nunotex@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 14:04: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 B54D116A4CE for ; Sat, 22 Nov 2003 14:04:35 -0800 (PST) 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 EC7E943FA3 for ; Sat, 22 Nov 2003 14:04:34 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8143F66C55; Sat, 22 Nov 2003 14:04:34 -0800 (PST) Date: Sat, 22 Nov 2003 14:04:34 -0800 From: Kris Kennaway To: Nuno Teixeira Message-ID: <20031122220434.GA27263@xor.obsecurity.org> References: <20031122215055.GA4031@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: <20031122215055.GA4031@SDF.LONESTAR.ORG> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: pppoa beta3 available - PPPoE support on 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: Sat, 22 Nov 2003 22:04:35 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 22, 2003 at 09:50:55PM +0000, Nuno Teixeira wrote: > Hello to all, >=20 > Can anyone update pppoa port to beta 3? There are very important changes > like PPPoE suport on freebsd. Almost all Europe suport PPPoE. You know that FreeBSD supports PPPoE out of the box, right? Kris --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/v91yWry0BWjoQKURArtuAJ9TjnCl/C6sWrnrVuc9PN7+35KGLQCeJLeS ItlJSeI93o9HoX4GYBEDZSQ= =Erbm -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 17:31:05 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 56F7716A4CE for ; Sat, 22 Nov 2003 17:31:05 -0800 (PST) Received: from digiflux.org (43.Red-80-59-151.pooles.rima-tde.net [80.59.151.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 922F843F93 for ; Sat, 22 Nov 2003 17:31:03 -0800 (PST) (envelope-from olivas@digiflux.org) Received: from [10.0.0.222] (aphrodite [10.0.0.222]) by digiflux.org (8.12.9p2/8.12.9) with ESMTP id hAN1TkmF005379 for ; Sun, 23 Nov 2003 02:29:46 +0100 (CET) (envelope-from olivas@digiflux.org) From: Stacy Olivas To: ports@freebsd.org Content-Type: multipart/mixed; boundary="=-29spi3xAHNXUN8LKvOdE" Message-Id: <1069551057.3552.20.camel@aphrodite> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 23 Nov 2003 02:30:59 +0100 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Updated net/limewire port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: olivas@digiflux.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 01:31:05 -0000 --=-29spi3xAHNXUN8LKvOdE Content-Type: text/plain Content-Transfer-Encoding: 7bit The attached file updates the net/limewire port as follows: Version: 3.6.15 This version of limewire works successfully with the port java/diablo-jre13 (FreeBSD native JRE). It uses the javavm from the java/javavmwrapper port to run (installed by java/diablo-jre13). The attachment is a drop-in replacement for the net/limewire port. -Stacy --=-29spi3xAHNXUN8LKvOdE-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 17:48: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 A8E7416A4CE for ; Sat, 22 Nov 2003 17:48:13 -0800 (PST) Received: from digiflux.org (43.Red-80-59-151.pooles.rima-tde.net [80.59.151.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185A743FCB for ; Sat, 22 Nov 2003 17:48:10 -0800 (PST) (envelope-from olivas@digiflux.org) Received: from [10.0.0.222] (aphrodite [10.0.0.222]) by digiflux.org (8.12.9p2/8.12.9) with ESMTP id hAN1kqmF005552 for ; Sun, 23 Nov 2003 02:46:53 +0100 (CET) (envelope-from olivas@digiflux.org) From: Stacy Olivas To: ports@freebsd.org Content-Type: multipart/mixed; boundary="=-tuqFTUcD6SG6utuKKc6M" Message-Id: <1069552085.3552.27.camel@aphrodite> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 23 Nov 2003 02:48:06 +0100 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Update #2: net/limewire port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: olivas@digiflux.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 01:48:13 -0000 --=-tuqFTUcD6SG6utuKKc6M Content-Type: text/plain Content-Transfer-Encoding: 7bit I made a mistake.. It seems that it does not run with java/diablo-jre13. Running javavm with this installed gives you an error of: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__fpclassifyd so, this Makefile will shift the port back to useing the linux jre. Sorry.. -Stacy --=-tuqFTUcD6SG6utuKKc6M-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 18: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 AD47816A4CE for ; Sat, 22 Nov 2003 18:16:22 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F9843FCB for ; Sat, 22 Nov 2003 18:16:20 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hAN2GElc003693 for ; Sun, 23 Nov 2003 03:16:14 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hAN2GEIB003692 for ports@freebsd.org; Sun, 23 Nov 2003 03:16:14 +0100 (CET) (envelope-from simon) Date: Sun, 23 Nov 2003 03:16:13 +0100 From: Simon Barner To: ports@freebsd.org Message-ID: <20031123021613.GA1561@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K8nIJk4ghYZn606h" Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de Subject: Supporting two version of a library (clanlib) 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, 23 Nov 2003 02:16:22 -0000 --K8nIJk4ghYZn606h Content-Type: multipart/mixed; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, in the ports tree, there is the development version of clanlib[1] 0.7.x. However, this version of the library is not compatible with the stable version (0.6.5), which I need for my FreeBSD port of Pingus[2], a clone of the good old Lemmings[tm] game. Of course, the plists of the two library versions are not disjoint. How should I handle that? For the include files, its pretty obvious, I think: ${PREFIX}/include/clanlib-0.6 and ${PREFIX}/include/clanlib-0.7 But would should I do with the libraries? I don't know whether subdirectories in ${PREFIX}/lib are an option. Or _are_ they the solution, in conjunction with the -rpath linker option? I attached the preliminary plists of both versions of the library (clanlib 0.7 is already in the ports and installs its include files into a subdirectory, but its libraries into ${PREFIX}/lib). I did not change anything for version 0.6 yet, since I'd like to hear your opinion first. TIA, Simon =20 [1] http://www.clanlib.org/ [2] http://pingus.seul.org/welcome.html --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=pkg-plist include/ClanLib-0.7/ClanLib/Application/clanapp.h include/ClanLib-0.7/ClanLib/Core/IOData/cl_endian.h include/ClanLib-0.7/ClanLib/Core/IOData/datatypes.h include/ClanLib-0.7/ClanLib/Core/IOData/directory.h include/ClanLib-0.7/ClanLib/Core/IOData/directory_scanner.h include/ClanLib-0.7/ClanLib/Core/IOData/inputsource.h include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_file.h include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_memory.h include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_provider.h include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_provider_file.h include/ClanLib-0.7/ClanLib/Core/IOData/inputsource_zipped.h include/ClanLib-0.7/ClanLib/Core/IOData/outputsource.h include/ClanLib-0.7/ClanLib/Core/IOData/outputsource_file.h include/ClanLib-0.7/ClanLib/Core/IOData/outputsource_memory.h include/ClanLib-0.7/ClanLib/Core/IOData/outputsource_provider.h include/ClanLib-0.7/ClanLib/Core/IOData/outputsource_zipped.h include/ClanLib-0.7/ClanLib/Core/IOData/zip_archive.h include/ClanLib-0.7/ClanLib/Core/IOData/zip_file_entry.h include/ClanLib-0.7/ClanLib/Core/Math/cl_vector.h include/ClanLib-0.7/ClanLib/Core/Math/math.h include/ClanLib-0.7/ClanLib/Core/Math/origin.h include/ClanLib-0.7/ClanLib/Core/Math/point.h include/ClanLib-0.7/ClanLib/Core/Math/rect.h include/ClanLib-0.7/ClanLib/Core/Math/size.h include/ClanLib-0.7/ClanLib/Core/Math/vector2.h include/ClanLib-0.7/ClanLib/Core/Math/vector2.inl include/ClanLib-0.7/ClanLib/Core/Resources/resource.h include/ClanLib-0.7/ClanLib/Core/Resources/resource_manager.h include/ClanLib-0.7/ClanLib/Core/Resources/resourcedata.h include/ClanLib-0.7/ClanLib/Core/Resources/resourcetype_boolean.h include/ClanLib-0.7/ClanLib/Core/Resources/resourcetype_integer.h include/ClanLib-0.7/ClanLib/Core/Resources/resourcetype_raw.h include/ClanLib-0.7/ClanLib/Core/Resources/resourcetype_string.h include/ClanLib-0.7/ClanLib/Core/System/call_stack.h include/ClanLib-0.7/ClanLib/Core/System/cl_assert.h include/ClanLib-0.7/ClanLib/Core/System/cl_library.h include/ClanLib-0.7/ClanLib/Core/System/clanstring.h include/ClanLib-0.7/ClanLib/Core/System/clonable.h include/ClanLib-0.7/ClanLib/Core/System/command_line.h include/ClanLib-0.7/ClanLib/Core/System/console_window.h include/ClanLib-0.7/ClanLib/Core/System/crash_reporter.h include/ClanLib-0.7/ClanLib/Core/System/error.h include/ClanLib-0.7/ClanLib/Core/System/event_listener.h include/ClanLib-0.7/ClanLib/Core/System/event_trigger.h include/ClanLib-0.7/ClanLib/Core/System/keep_alive.h include/ClanLib-0.7/ClanLib/Core/System/lazycopyptr.h include/ClanLib-0.7/ClanLib/Core/System/log.h include/ClanLib-0.7/ClanLib/Core/System/mutex.h include/ClanLib-0.7/ClanLib/Core/System/owningptr.h include/ClanLib-0.7/ClanLib/Core/System/setupcore.h include/ClanLib-0.7/ClanLib/Core/System/sharedptr.h include/ClanLib-0.7/ClanLib/Core/System/system.h include/ClanLib-0.7/ClanLib/Core/System/thread.h include/ClanLib-0.7/ClanLib/Core/System/threadfunc_v0.h include/ClanLib-0.7/ClanLib/Core/System/threadfunc_v1.h include/ClanLib-0.7/ClanLib/Core/System/threadfunc_v2.h include/ClanLib-0.7/ClanLib/Core/System/timer.h include/ClanLib-0.7/ClanLib/Core/XML/dom_attr.h include/ClanLib-0.7/ClanLib/Core/XML/dom_cdata_section.h include/ClanLib-0.7/ClanLib/Core/XML/dom_character_data.h include/ClanLib-0.7/ClanLib/Core/XML/dom_comment.h include/ClanLib-0.7/ClanLib/Core/XML/dom_document.h include/ClanLib-0.7/ClanLib/Core/XML/dom_document_fragment.h include/ClanLib-0.7/ClanLib/Core/XML/dom_document_type.h include/ClanLib-0.7/ClanLib/Core/XML/dom_element.h include/ClanLib-0.7/ClanLib/Core/XML/dom_entity.h include/ClanLib-0.7/ClanLib/Core/XML/dom_entity_reference.h include/ClanLib-0.7/ClanLib/Core/XML/dom_exception.h include/ClanLib-0.7/ClanLib/Core/XML/dom_implementation.h include/ClanLib-0.7/ClanLib/Core/XML/dom_named_node_map.h include/ClanLib-0.7/ClanLib/Core/XML/dom_node.h include/ClanLib-0.7/ClanLib/Core/XML/dom_node_list.h include/ClanLib-0.7/ClanLib/Core/XML/dom_notation.h include/ClanLib-0.7/ClanLib/Core/XML/dom_processing_instruction.h include/ClanLib-0.7/ClanLib/Core/XML/dom_text.h include/ClanLib-0.7/ClanLib/Core/XML/xml_token.h include/ClanLib-0.7/ClanLib/Core/XML/xml_tokenizer.h include/ClanLib-0.7/ClanLib/Core/XML/xml_writer.h include/ClanLib-0.7/ClanLib/Display/Providers/dc_buffer.h include/ClanLib-0.7/ClanLib/Display/Providers/jpeg_provider.h include/ClanLib-0.7/ClanLib/Display/Providers/pcx_provider.h include/ClanLib-0.7/ClanLib/Display/Providers/png_provider.h include/ClanLib-0.7/ClanLib/Display/Providers/provider_factory.h include/ClanLib-0.7/ClanLib/Display/Providers/provider_type.h include/ClanLib-0.7/ClanLib/Display/Providers/provider_type_register.h include/ClanLib-0.7/ClanLib/Display/Providers/targa_provider.h include/ClanLib-0.7/ClanLib/Display/blend_func.h include/ClanLib-0.7/ClanLib/Display/color.h include/ClanLib-0.7/ClanLib/Display/display.h include/ClanLib-0.7/ClanLib/Display/display_mode.h include/ClanLib-0.7/ClanLib/Display/display_window.h include/ClanLib-0.7/ClanLib/Display/display_window_description.h include/ClanLib-0.7/ClanLib/Display/font.h include/ClanLib-0.7/ClanLib/Display/frameratecounter.h include/ClanLib-0.7/ClanLib/Display/glyph_buffer.h include/ClanLib-0.7/ClanLib/Display/gradient.h include/ClanLib-0.7/ClanLib/Display/graphic_context.h include/ClanLib-0.7/ClanLib/Display/input_buffer.h include/ClanLib-0.7/ClanLib/Display/input_button.h include/ClanLib-0.7/ClanLib/Display/input_context.h include/ClanLib-0.7/ClanLib/Display/input_device.h include/ClanLib-0.7/ClanLib/Display/input_event.h include/ClanLib-0.7/ClanLib/Display/joystick.h include/ClanLib-0.7/ClanLib/Display/key_binding.h include/ClanLib-0.7/ClanLib/Display/keyboard.h include/ClanLib-0.7/ClanLib/Display/keys.h include/ClanLib-0.7/ClanLib/Display/mouse.h include/ClanLib-0.7/ClanLib/Display/palette.h include/ClanLib-0.7/ClanLib/Display/pixel_buffer.h include/ClanLib-0.7/ClanLib/Display/pixel_format.h include/ClanLib-0.7/ClanLib/Display/rle_surface.h include/ClanLib-0.7/ClanLib/Display/setupdisplay.h include/ClanLib-0.7/ClanLib/Display/sprite.h include/ClanLib-0.7/ClanLib/Display/sprite_description.h include/ClanLib-0.7/ClanLib/Display/sprite_packer.h include/ClanLib-0.7/ClanLib/Display/surface.h include/ClanLib-0.7/ClanLib/Display/text_styler.h %%OPENGL%%include/ClanLib-0.7/ClanLib/GL/opengl.h %%OPENGL%%include/ClanLib-0.7/ClanLib/GL/opengl_surface.h %%OPENGL%%include/ClanLib-0.7/ClanLib/GL/opengl_window.h %%OPENGL%%include/ClanLib-0.7/ClanLib/GL/setupgl.h include/ClanLib-0.7/ClanLib/GUI/button.h include/ClanLib-0.7/ClanLib/GUI/checkbox.h include/ClanLib-0.7/ClanLib/GUI/component.h include/ClanLib-0.7/ClanLib/GUI/component_manager.h include/ClanLib-0.7/ClanLib/GUI/component_move_handler.h include/ClanLib-0.7/ClanLib/GUI/component_resize_handler.h include/ClanLib-0.7/ClanLib/GUI/component_style.h include/ClanLib-0.7/ClanLib/GUI/component_type.h include/ClanLib-0.7/ClanLib/GUI/filedialog.h include/ClanLib-0.7/ClanLib/GUI/frame.h include/ClanLib-0.7/ClanLib/GUI/gui_manager.h include/ClanLib-0.7/ClanLib/GUI/image.h include/ClanLib-0.7/ClanLib/GUI/inputbox.h include/ClanLib-0.7/ClanLib/GUI/inputdialog.h include/ClanLib-0.7/ClanLib/GUI/label.h include/ClanLib-0.7/ClanLib/GUI/listbox.h include/ClanLib-0.7/ClanLib/GUI/listitem.h include/ClanLib-0.7/ClanLib/GUI/menudata.h include/ClanLib-0.7/ClanLib/GUI/menunode.h include/ClanLib-0.7/ClanLib/GUI/messagebox.h include/ClanLib-0.7/ClanLib/GUI/popupmenu.h include/ClanLib-0.7/ClanLib/GUI/progressbar.h include/ClanLib-0.7/ClanLib/GUI/radiobutton.h include/ClanLib-0.7/ClanLib/GUI/radiogroup.h include/ClanLib-0.7/ClanLib/GUI/scrollbar.h include/ClanLib-0.7/ClanLib/GUI/setupgui.h include/ClanLib-0.7/ClanLib/GUI/stylemanager.h include/ClanLib-0.7/ClanLib/GUI/treeitem.h include/ClanLib-0.7/ClanLib/GUI/treenode.h include/ClanLib-0.7/ClanLib/GUI/treeview.h include/ClanLib-0.7/ClanLib/GUI/window.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/button_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/checkbox_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/frame_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/image_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/inputbox_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/label_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/listbox_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/progressbar_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/radiobutton_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/scrollbar_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/stylemanager_boring.h include/ClanLib-0.7/ClanLib/GUIStyleBoring/window_boring.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/button_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/checkbox_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/frame_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/image_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/inputbox_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/label_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/listbox_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/progressbar_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/radiobutton_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/scrollbar_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/stylemanager_silver.h include/ClanLib-0.7/ClanLib/GUIStyleSilver/window_silver.h %%LIBMIKMOD%%include/ClanLib-0.7/ClanLib/MikMod/setupmikmod.h %%LIBMIKMOD%%include/ClanLib-0.7/ClanLib/MikMod/soundprovider_mikmod.h include/ClanLib-0.7/ClanLib/Network/Browse/browse_client.h include/ClanLib-0.7/ClanLib/Network/Browse/browse_master.h include/ClanLib-0.7/ClanLib/Network/Browse/browse_server.h include/ClanLib-0.7/ClanLib/Network/IRC/dcc_download.h include/ClanLib-0.7/ClanLib/Network/IRC/irc_connection.h include/ClanLib-0.7/ClanLib/Network/IRC/irc_numerics.h include/ClanLib-0.7/ClanLib/Network/NetObjects/netobject_client.h include/ClanLib-0.7/ClanLib/Network/NetObjects/netobject_controller.h include/ClanLib-0.7/ClanLib/Network/NetObjects/netobject_server.h include/ClanLib-0.7/ClanLib/Network/NetSession/inputsource_netpacket.h include/ClanLib-0.7/ClanLib/Network/NetSession/inputsource_netstream.h include/ClanLib-0.7/ClanLib/Network/NetSession/netcomputer.h include/ClanLib-0.7/ClanLib/Network/NetSession/netgroup.h include/ClanLib-0.7/ClanLib/Network/NetSession/netpacket.h include/ClanLib-0.7/ClanLib/Network/NetSession/netsession.h include/ClanLib-0.7/ClanLib/Network/NetSession/netstream.h include/ClanLib-0.7/ClanLib/Network/NetSession/outputsource_netpacket.h include/ClanLib-0.7/ClanLib/Network/NetSession/outputsource_netstream.h include/ClanLib-0.7/ClanLib/Network/NetVariables/netvariables.h include/ClanLib-0.7/ClanLib/Network/Socket/inputsource_socket.h include/ClanLib-0.7/ClanLib/Network/Socket/ip_address.h include/ClanLib-0.7/ClanLib/Network/Socket/outputsource_socket.h include/ClanLib-0.7/ClanLib/Network/Socket/socket.h include/ClanLib-0.7/ClanLib/Network/setupnetwork.h %%SDL%%include/ClanLib-0.7/ClanLib/SDL/setupsdl.h include/ClanLib-0.7/ClanLib/Signals/signal_v0.h include/ClanLib-0.7/ClanLib/Signals/signal_v1.h include/ClanLib-0.7/ClanLib/Signals/signal_v2.h include/ClanLib-0.7/ClanLib/Signals/signal_v3.h include/ClanLib-0.7/ClanLib/Signals/signal_v4.h include/ClanLib-0.7/ClanLib/Signals/signal_v5.h include/ClanLib-0.7/ClanLib/Signals/slot.h include/ClanLib-0.7/ClanLib/Signals/slot_container.h include/ClanLib-0.7/ClanLib/Signals/slot_generic.h include/ClanLib-0.7/ClanLib/Signals/slot_v0.h include/ClanLib-0.7/ClanLib/Signals/slot_v1.h include/ClanLib-0.7/ClanLib/Signals/slot_v2.h include/ClanLib-0.7/ClanLib/Signals/slot_v3.h include/ClanLib-0.7/ClanLib/Signals/slot_v4.h include/ClanLib-0.7/ClanLib/Signals/slot_v5.h include/ClanLib-0.7/ClanLib/Signals/slotbuffer_v0.h include/ClanLib-0.7/ClanLib/Signals/slotbuffer_v1.h include/ClanLib-0.7/ClanLib/Sound/SoundFilters/echofilter.h include/ClanLib-0.7/ClanLib/Sound/SoundFilters/fadefilter.h include/ClanLib-0.7/ClanLib/Sound/SoundFilters/inverse_echofilter.h include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_factory.h include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_raw.h include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_recorder.h include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_type.h include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_type_register.h include/ClanLib-0.7/ClanLib/Sound/SoundProviders/soundprovider_wave.h include/ClanLib-0.7/ClanLib/Sound/cd_drive.h include/ClanLib-0.7/ClanLib/Sound/setupsound.h include/ClanLib-0.7/ClanLib/Sound/sound.h include/ClanLib-0.7/ClanLib/Sound/soundbuffer.h include/ClanLib-0.7/ClanLib/Sound/soundbuffer_session.h include/ClanLib-0.7/ClanLib/Sound/soundfilter.h include/ClanLib-0.7/ClanLib/Sound/soundformat.h include/ClanLib-0.7/ClanLib/Sound/soundoutput.h include/ClanLib-0.7/ClanLib/Sound/soundoutput_description.h include/ClanLib-0.7/ClanLib/Sound/soundprovider.h include/ClanLib-0.7/ClanLib/Sound/soundprovider_session.h %%LIBVORBIS%%include/ClanLib-0.7/ClanLib/Vorbis/setupvorbis.h %%LIBVORBIS%%include/ClanLib-0.7/ClanLib/Vorbis/soundprovider_vorbis.h include/ClanLib-0.7/ClanLib/application.h include/ClanLib-0.7/ClanLib/core.h include/ClanLib-0.7/ClanLib/display.h %%OPENGL%%include/ClanLib-0.7/ClanLib/gl.h include/ClanLib-0.7/ClanLib/gui.h include/ClanLib-0.7/ClanLib/guistyleboring.h include/ClanLib-0.7/ClanLib/guistylesilver.h %%LIBMIKMOD%%include/ClanLib-0.7/ClanLib/mikmod.h include/ClanLib-0.7/ClanLib/network.h %%SDL%%include/ClanLib-0.7/ClanLib/sdl.h include/ClanLib-0.7/ClanLib/signals.h include/ClanLib-0.7/ClanLib/sound.h %%LIBVORBIS%%include/ClanLib-0.7/ClanLib/vorbis.h lib/libclanApp-0.7.so.0 lib/libclanApp.a lib/libclanApp.so lib/libclanCore-0.7.so.0 lib/libclanCore.a lib/libclanCore.so lib/libclanDisplay-0.7.so.0 lib/libclanDisplay.a lib/libclanDisplay.so %%OPENGL%%lib/libclanGL-0.7.so.0 %%OPENGL%%lib/libclanGL.a %%OPENGL%%lib/libclanGL.so lib/libclanGUI-0.7.so.0 lib/libclanGUI.a lib/libclanGUI.so lib/libclanGUIStyleBoring-0.7.so.0 lib/libclanGUIStyleBoring.a lib/libclanGUIStyleBoring.so lib/libclanGUIStyleSilver-0.7.so.0 lib/libclanGUIStyleSilver.a lib/libclanGUIStyleSilver.so %%LIBMIKMOD%%lib/libclanMikMod-0.7.so.0 %%LIBMIKMOD%%lib/libclanMikMod.a %%LIBMIKMOD%%lib/libclanMikMod.so lib/libclanNetwork-0.7.so.0 lib/libclanNetwork.a lib/libclanNetwork.so %%SDL%%lib/libclanSDL-0.7.so.0 %%SDL%%lib/libclanSDL.a %%SDL%%lib/libclanSDL.so lib/libclanSignals-0.7.so.0 lib/libclanSignals.a lib/libclanSignals.so lib/libclanSound-0.7.so.0 lib/libclanSound.a lib/libclanSound.so %%LIBVORBIS%%lib/libclanVorbis-0.7.so.0 %%LIBVORBIS%%lib/libclanVorbis.a %%LIBVORBIS%%lib/libclanVorbis.so libdata/pkgconfig/clanApp-0.7.pc libdata/pkgconfig/clanCore-0.7.pc libdata/pkgconfig/clanDisplay-0.7.pc %%OPENGL%%libdata/pkgconfig/clanGL-0.7.pc libdata/pkgconfig/clanGUI-0.7.pc libdata/pkgconfig/clanGUIStyleBoring-0.7.pc libdata/pkgconfig/clanGUIStyleSilver-0.7.pc %%LIBMIKMOD%%libdata/pkgconfig/clanMikMod-0.7.pc libdata/pkgconfig/clanNetwork-0.7.pc %%SDL%%libdata/pkgconfig/clanSDL-0.7.pc libdata/pkgconfig/clanSound-0.7.pc %%LIBVORBIS%%libdata/pkgconfig/clanVorbis-0.7.pc share/doc/clanlib/Tutorial/Quickflash/index.html share/doc/clanlib/Tutorial/Quickflash/tutorial1.html share/doc/clanlib/Tutorial/Quickflash/tutorial2.html share/doc/clanlib/Tutorial/Quickflash/tutorial3.html share/doc/clanlib/Tutorial/TicTacToe/clanlib-tutorial-part2.zip share/doc/clanlib/Tutorial/TicTacToe/clanlib-tutorial-part3.zip share/doc/clanlib/Tutorial/TicTacToe/clanlib-tutorial-workspace.zip share/doc/clanlib/Tutorial/TicTacToe/figure1.png share/doc/clanlib/Tutorial/TicTacToe/figure10.png share/doc/clanlib/Tutorial/TicTacToe/figure2.png share/doc/clanlib/Tutorial/TicTacToe/figure3.png share/doc/clanlib/Tutorial/TicTacToe/figure8.png share/doc/clanlib/Tutorial/TicTacToe/figure9.png share/doc/clanlib/Tutorial/TicTacToe/figure_board.png share/doc/clanlib/Tutorial/TicTacToe/figure_circle.png share/doc/clanlib/Tutorial/TicTacToe/figure_cross.png share/doc/clanlib/Tutorial/TicTacToe/figure_menu.png share/doc/clanlib/Tutorial/TicTacToe/index.html share/doc/clanlib/Tutorial/TicTacToe/part-1.html share/doc/clanlib/Tutorial/TicTacToe/part-2.html share/doc/clanlib/Tutorial/TicTacToe/part-3.html share/doc/clanlib/Tutorial/TicTacToe/tictactoe.zip share/doc/clanlib/Tutorial/index.html @dirrm share/doc/clanlib/Tutorial/TicTacToe @dirrm share/doc/clanlib/Tutorial/Quickflash @dirrm share/doc/clanlib/Tutorial @dirrm share/doc/clanlib %%LIBVORBIS%%@dirrm include/ClanLib-0.7/ClanLib/Vorbis @dirrm include/ClanLib-0.7/ClanLib/Sound/SoundProviders @dirrm include/ClanLib-0.7/ClanLib/Sound/SoundFilters @dirrm include/ClanLib-0.7/ClanLib/Sound @dirrm include/ClanLib-0.7/ClanLib/Signals %%SDL%%@dirrm include/ClanLib-0.7/ClanLib/SDL @dirrm include/ClanLib-0.7/ClanLib/Network/Socket @dirrm include/ClanLib-0.7/ClanLib/Network/NetVariables @dirrm include/ClanLib-0.7/ClanLib/Network/NetSession @dirrm include/ClanLib-0.7/ClanLib/Network/NetObjects @dirrm include/ClanLib-0.7/ClanLib/Network/IRC @dirrm include/ClanLib-0.7/ClanLib/Network/Browse @dirrm include/ClanLib-0.7/ClanLib/Network %%LIBMIKMOD%%@dirrm include/ClanLib-0.7/ClanLib/MikMod @dirrm include/ClanLib-0.7/ClanLib/GUIStyleSilver @dirrm include/ClanLib-0.7/ClanLib/GUIStyleBoring @dirrm include/ClanLib-0.7/ClanLib/GUI %%OPENGL%%@dirrm include/ClanLib-0.7/ClanLib/GL @dirrm include/ClanLib-0.7/ClanLib/Display/Providers @dirrm include/ClanLib-0.7/ClanLib/Display @dirrm include/ClanLib-0.7/ClanLib/Core/XML @dirrm include/ClanLib-0.7/ClanLib/Core/System @dirrm include/ClanLib-0.7/ClanLib/Core/Resources @dirrm include/ClanLib-0.7/ClanLib/Core/Math @dirrm include/ClanLib-0.7/ClanLib/Core/IOData @dirrm include/ClanLib-0.7/ClanLib/Core @dirrm include/ClanLib-0.7/ClanLib/Application @dirrm include/ClanLib-0.7/ClanLib @dirrm include/ClanLib-0.7 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=pkg-plist bin/clanlib-config include/ClanLib/Application/clanapp.h include/ClanLib/Core/IOData/cl_endian.h include/ClanLib/Core/IOData/directory_scanner.h include/ClanLib/Core/IOData/inputsource.h include/ClanLib/Core/IOData/inputsource_file.h include/ClanLib/Core/IOData/inputsource_memory.h include/ClanLib/Core/IOData/inputsource_provider.h include/ClanLib/Core/IOData/inputsource_provider_file.h include/ClanLib/Core/IOData/inputsource_zipped.h include/ClanLib/Core/IOData/outputsource.h include/ClanLib/Core/IOData/outputsource_file.h include/ClanLib/Core/IOData/outputsource_memory.h include/ClanLib/Core/IOData/outputsource_provider.h include/ClanLib/Core/IOData/outputsource_zipped.h include/ClanLib/Core/Math/bezier.h include/ClanLib/Core/Math/cl_vector.h include/ClanLib/Core/Math/math.h include/ClanLib/Core/Math/point.h include/ClanLib/Core/Math/rect.h include/ClanLib/Core/Math/size.h include/ClanLib/Core/Math/vector2.h include/ClanLib/Core/Math/vector2.inl include/ClanLib/Core/Resources/datafile_compiler.h include/ClanLib/Core/Resources/resource.h include/ClanLib/Core/Resources/resource_manager.h include/ClanLib/Core/Resources/resourcedata.h include/ClanLib/Core/Resources/resourceoption.h include/ClanLib/Core/Resources/resourceoptions.h include/ClanLib/Core/Resources/resourcetype.h include/ClanLib/Core/Resources/resourcetype_boolean.h include/ClanLib/Core/Resources/resourcetype_integer.h include/ClanLib/Core/Resources/resourcetype_raw.h include/ClanLib/Core/Resources/resourcetype_string.h include/ClanLib/Core/System/cl_assert.h include/ClanLib/Core/System/clanstring.h include/ClanLib/Core/System/console_window.h include/ClanLib/Core/System/error.h include/ClanLib/Core/System/event_listener.h include/ClanLib/Core/System/event_trigger.h include/ClanLib/Core/System/keep_alive.h include/ClanLib/Core/System/mutex.h include/ClanLib/Core/System/setupcore.h include/ClanLib/Core/System/system.h include/ClanLib/Core/System/thread.h include/ClanLib/Core/System/threadfunc_v0.h include/ClanLib/Core/System/threadfunc_v1.h include/ClanLib/Core/System/threadfunc_v2.h include/ClanLib/Core/System/timer.h include/ClanLib/Display/Display/cliprect.h include/ClanLib/Display/Display/display.h include/ClanLib/Display/Display/displaycard.h include/ClanLib/Display/Display/mousecursor.h include/ClanLib/Display/Display/mousecursor_provider.h include/ClanLib/Display/Display/palette.h include/ClanLib/Display/Display/pixeldata.h include/ClanLib/Display/Display/pixelformat.h include/ClanLib/Display/Display/res_surface.h include/ClanLib/Display/Display/surface.h include/ClanLib/Display/Display/surfaceprovider.h include/ClanLib/Display/Display/surfaceprovider_32bpp.h include/ClanLib/Display/Display/target.h include/ClanLib/Display/Display/vidmode.h include/ClanLib/Display/Font/font.h include/ClanLib/Display/Font/font_description.h include/ClanLib/Display/Input/input.h include/ClanLib/Display/Input/inputaxis.h include/ClanLib/Display/Input/inputaxis_basic.h include/ClanLib/Display/Input/inputaxis_group.h include/ClanLib/Display/Input/inputbuffer.h include/ClanLib/Display/Input/inputbutton.h include/ClanLib/Display/Input/inputbutton_basic.h include/ClanLib/Display/Input/inputbutton_group.h include/ClanLib/Display/Input/inputbutton_to_axis_analog.h include/ClanLib/Display/Input/inputbutton_to_axis_digital.h include/ClanLib/Display/Input/inputcursor.h include/ClanLib/Display/Input/inputdevice.h include/ClanLib/Display/Input/inputhat.h include/ClanLib/Display/Input/key.h include/ClanLib/Display/Input/keyboard.h include/ClanLib/Display/Input/mouse.h include/ClanLib/Display/SurfaceProviders/canvas.h include/ClanLib/Display/SurfaceProviders/generic_surfaceprovider.h include/ClanLib/Display/SurfaceProviders/provider_bmp.h include/ClanLib/Display/SurfaceProviders/provider_dynamic.h include/ClanLib/Display/SurfaceProviders/provider_pcx.h include/ClanLib/Display/SurfaceProviders/provider_targa.h include/ClanLib/Display/SurfaceProviders/sprite.h include/ClanLib/Display/SurfaceProviders/sprite2.h include/ClanLib/Display/SurfaceProviders/sprite_subarray_provider.h include/ClanLib/Display/SurfaceProviders/sprite_subsection_provider.h include/ClanLib/Display/setupdisplay.h include/ClanLib/GL/camera.h include/ClanLib/GL/clipinfo.h include/ClanLib/GL/opengl.h include/ClanLib/GL/setupgl.h include/ClanLib/GL/texture.h include/ClanLib/GL/viewpoint.h include/ClanLib/GUI/button.h include/ClanLib/GUI/checkbox.h include/ClanLib/GUI/component.h include/ClanLib/GUI/component_manager.h include/ClanLib/GUI/component_move_handler.h include/ClanLib/GUI/component_options.h include/ClanLib/GUI/component_resize_handler.h include/ClanLib/GUI/component_style.h include/ClanLib/GUI/component_type.h include/ClanLib/GUI/filedialog.h include/ClanLib/GUI/frame.h include/ClanLib/GUI/gui_file_parser.h include/ClanLib/GUI/gui_manager.h include/ClanLib/GUI/image.h include/ClanLib/GUI/inputbox.h include/ClanLib/GUI/label.h include/ClanLib/GUI/layout_manager.h include/ClanLib/GUI/listbox.h include/ClanLib/GUI/listitem.h include/ClanLib/GUI/menunode.h include/ClanLib/GUI/messagebox.h include/ClanLib/GUI/popupmenu.h include/ClanLib/GUI/progressbar.h include/ClanLib/GUI/radiobutton.h include/ClanLib/GUI/radiogroup.h include/ClanLib/GUI/scrollbar.h include/ClanLib/GUI/setupgui.h include/ClanLib/GUI/stylemanager.h include/ClanLib/GUI/stylemanager_default.h include/ClanLib/GUI/treeitem.h include/ClanLib/GUI/treenode.h include/ClanLib/GUI/treeview.h include/ClanLib/GUI/window.h include/ClanLib/JPEG/provider_jpeg.h include/ClanLib/MikMod/setupmikmod.h include/ClanLib/MikMod/streamed_mikmod_sample.h include/ClanLib/Network/browse_client.h include/ClanLib/Network/browse_master.h include/ClanLib/Network/browse_server.h include/ClanLib/Network/buffered_socket.h include/ClanLib/Network/inputsource_socket.h include/ClanLib/Network/ip_address.h include/ClanLib/Network/netcomputer.h include/ClanLib/Network/netgroup.h include/ClanLib/Network/netmessage.h include/ClanLib/Network/netobject.h include/ClanLib/Network/netobject_channel.h include/ClanLib/Network/netsession.h include/ClanLib/Network/netvariables.h include/ClanLib/Network/network.h include/ClanLib/Network/outputsource_socket.h include/ClanLib/Network/setupnetwork.h include/ClanLib/Network/socket.h include/ClanLib/Network/subchannel.h include/ClanLib/Network/world_template.h include/ClanLib/PNG/provider_png.h include/ClanLib/Signals/signal_v0.h include/ClanLib/Signals/signal_v1.h include/ClanLib/Signals/signal_v2.h include/ClanLib/Signals/signal_v3.h include/ClanLib/Signals/signal_v4.h include/ClanLib/Signals/signal_v5.h include/ClanLib/Signals/slot.h include/ClanLib/Signals/slot_container.h include/ClanLib/Signals/slot_generic.h include/ClanLib/Signals/slot_v0.h include/ClanLib/Signals/slot_v1.h include/ClanLib/Signals/slot_v2.h include/ClanLib/Signals/slot_v3.h include/ClanLib/Signals/slot_v4.h include/ClanLib/Signals/slot_v5.h include/ClanLib/Signals/slotbuffer_v0.h include/ClanLib/Signals/slotbuffer_v1.h include/ClanLib/SmallJPEG/jpgd_provider.h include/ClanLib/Sound/SoundFilters/echofilter.h include/ClanLib/Sound/SoundFilters/fadefilter.h include/ClanLib/Sound/SoundFilters/inverse_echofilter.h include/ClanLib/Sound/SoundProviders/static_provider_raw.h include/ClanLib/Sound/SoundProviders/static_provider_wave.h include/ClanLib/Sound/SoundProviders/stream_provider_raw.h include/ClanLib/Sound/SoundProviders/stream_provider_wave.h include/ClanLib/Sound/cd_audio.h include/ClanLib/Sound/setupsound.h include/ClanLib/Sound/sound.h include/ClanLib/Sound/soundbuffer.h include/ClanLib/Sound/soundbuffer_session.h include/ClanLib/Sound/soundfilter.h include/ClanLib/Sound/soundformat.h include/ClanLib/Sound/static_soundprovider.h include/ClanLib/Sound/stream_soundprovider.h include/ClanLib/TTF/setupttf.h include/ClanLib/Vorbis/setupvorbis.h include/ClanLib/Vorbis/vorbis_soundprovider.h include/ClanLib/application.h include/ClanLib/core.h include/ClanLib/display.h include/ClanLib/efence.h include/ClanLib/gl.h include/ClanLib/gui.h include/ClanLib/jpeg.h include/ClanLib/mikmod.h include/ClanLib/network.h include/ClanLib/png.h include/ClanLib/signals.h include/ClanLib/sound.h include/ClanLib/ttf.h include/ClanLib/vorbis.h lib/libclanApp.a lib/libclanApp.so lib/libclanApp.so.0.6.3 lib/libclanApp.so.2 lib/libclanCore.a lib/libclanCore.so lib/libclanCore.so.0.6.3 lib/libclanCore.so.2 lib/libclanDisplay.a lib/libclanDisplay.so lib/libclanDisplay.so.0.6.3 lib/libclanDisplay.so.2 lib/libclanGL.a lib/libclanGL.so lib/libclanGL.so.0.6.3 lib/libclanGL.so.2 lib/libclanGUI.a lib/libclanGUI.so lib/libclanGUI.so.0.6.3 lib/libclanGUI.so.2 lib/libclanJPEG.a lib/libclanJPEG.so lib/libclanJPEG.so.0.6.3 lib/libclanJPEG.so.2 lib/libclanMikMod.a lib/libclanMikMod.so lib/libclanMikMod.so.0.6.3 lib/libclanMikMod.so.2 lib/libclanNetwork.a lib/libclanNetwork.so lib/libclanNetwork.so.0.6.3 lib/libclanNetwork.so.2 lib/libclanPNG.a lib/libclanPNG.so lib/libclanPNG.so.0.6.3 lib/libclanPNG.so.2 lib/libclanSmallJPEG.a lib/libclanSmallJPEG.so lib/libclanSmallJPEG.so.0.6.3 lib/libclanSmallJPEG.so.2 lib/libclanSound.a lib/libclanSound.so lib/libclanSound.so.0.6.3 lib/libclanSound.so.2 lib/libclanTTF.a lib/libclanTTF.so lib/libclanTTF.so.0.6.3 lib/libclanTTF.so.2 lib/libclanVorbis.a lib/libclanVorbis.so lib/libclanVorbis.so.0.6.3 lib/libclanVorbis.so.2 @dirrm include/ClanLib/Vorbis @dirrm include/ClanLib/TTF @dirrm include/ClanLib/Sound/SoundProviders @dirrm include/ClanLib/Sound/SoundFilters @dirrm include/ClanLib/Sound @dirrm include/ClanLib/SmallJPEG @dirrm include/ClanLib/Signals @dirrm include/ClanLib/PNG @dirrm include/ClanLib/Network @dirrm include/ClanLib/MikMod @dirrm include/ClanLib/JPEG @dirrm include/ClanLib/GUI @dirrm include/ClanLib/GL @dirrm include/ClanLib/Display/SurfaceProviders @dirrm include/ClanLib/Display/Input @dirrm include/ClanLib/Display/Font @dirrm include/ClanLib/Display/Display @dirrm include/ClanLib/Display @dirrm include/ClanLib/Core/System @dirrm include/ClanLib/Core/Resources @dirrm include/ClanLib/Core/Math @dirrm include/ClanLib/Core/IOData @dirrm include/ClanLib/Core @dirrm include/ClanLib/Application @dirrm include/ClanLib --17pEHd4RhPHOinZp-- --K8nIJk4ghYZn606h 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/wBhtCkn+/eutqCoRApwfAJ939anLNEEful5r7AEpvVSAJrdXPgCgqoEi TATC6WIMo7j9SjfzPsyYHEE= =rP9K -----END PGP SIGNATURE----- --K8nIJk4ghYZn606h-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 18:49: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 31BD516A4CE for ; Sat, 22 Nov 2003 18:49:39 -0800 (PST) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E534643FAF for ; Sat, 22 Nov 2003 18:49:37 -0800 (PST) (envelope-from hetzelsw@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id hAN2nYl5058504; Sat, 22 Nov 2003 20:49:34 -0600 (CST) (envelope-from hetzelsw@westbend.net) Message-ID: <00dc01c3b16c$70acc120$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "Roger" , References: <002e01c3b12b$b910c560$0300a8c0@owns.it.gpccw> Date: Sat, 22 Nov 2003 20:49:39 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03, USER_AGENT_OE version=2.43 Subject: Re: apache13-fp 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, 23 Nov 2003 02:49:39 -0000 From: "Roger" > Other than ...... this issue I have attempting to install apache13-fp port, no matter > what we try we cannot get it to work and I have spent a LOT of time searching for > answers and now even taken the time to sign up for this mailing list, he suggests the > problem is right within mod_frontpage.c itself, I tend to agree with him, however I > cannot figure it out by myself, and I've seen many reports that the author's email is > no longer even working, I dont have my notes here at work on the issues but it > generally seems to be files not copied where they are supposed to go, or a link not > allowing it to look in the right place for them. > There is no problem with the mod_frontpage.c code. There could be a couple of problems with your installation: 1. You had another apache port installed before installing the apache13-fp port. a. edit the httpd.conf file and make sure that the frontpage module is listed in the LoadModule/AddModule sections. b. Change the AllowOverride setting from None to AuthConfig Limit Indexes Options for the default web. Then run /usr/local/frontpage/version5.0/fp_install.sh. 2. Your trying to start the server with apachectl instead of etc/rc.d/apache.sh. The httpd-error.log will have a message saying that this key file wasn't found and that the module was disabled. The frontpage extentions needs a security key to be generated, the apache.sh script is used to regenerate this key each time the server is started. What problems are you having with the port? Scot From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 23:54: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 82EA416A4CE; Sat, 22 Nov 2003 23:54:55 -0800 (PST) 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 420ED43FD7; Sat, 22 Nov 2003 23:54:54 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D833C66C8E; Sat, 22 Nov 2003 23:54:53 -0800 (PST) Date: Sat, 22 Nov 2003 23:54:53 -0800 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20031123075453.GA34464@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: HEADS UP: Ports freeze is now in effect 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, 23 Nov 2003 07:54:55 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline As announced a few days ago, the ports tree is now frozen (we had to delay a bit from my previous timeline because of several problems with -current, but some of these are now fixed and the rest won't be fixed until at least Monday, so now is as good a time as any to get started). No commits are to be made without portmgr approval. Kris "Bug magnet" Kennaway --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/wGfNWry0BWjoQKURAv/NAJ4v4R+Hp2qK0UuWbB4BaGWw8YftngCdFVef 1KzUX+kymNhYJ+fhti3d1/4= =kT5J -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH--