Current unassigned ports problem reports

2007-03-26 Thread FreeBSD bugmaster
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 bee

Re: irc/unreal

2007-03-26 Thread Peter Pentchev
On Sat, Mar 24, 2007 at 03:41:20PM +0300, sekes wrote: > I'm trying to build irc/unreal on 6.2-RELEASE and failing: > > ===> Building for Unreal-3.2.6 > Building src > cc -I../include > -I/usr/ports/irc/unreal/work/Unreal3.2/extras/regexp/include -pipe > -I/usr/local/include -O2 -fno-strict-alias

Re: irc/unreal

2007-03-26 Thread Jeremy Chadwick
On Sat, Mar 24, 2007 at 03:41:20PM +0300, sekes wrote: > I'm trying to build irc/unreal on 6.2-RELEASE and failing: > > ===> Building for Unreal-3.2.6 > Building src > cc -I../include > -I/usr/ports/irc/unreal/work/Unreal3.2/extras/regexp/include -pipe > -I/usr/local/include -O2 -fno-strict-alias

Re: irc/unreal

2007-03-26 Thread sekes
okay then. let's see what we'll get :) [xnet] /usr/ports/irc/unreal> pkg_info | grep -iE 'c-ares|Unreal' [xnet] /usr/ports/irc/unreal> [xnet] /usr/ports/dns/c-ares> cd /usr/ports/irc/unreal/ [xnet] /usr/ports/irc/unreal> cd /usr/ports/dns/c-ares/ [xnet] /usr/ports/dns/c-ares> grep ares_config_inf

Re: irc/unreal

2007-03-26 Thread sekes
sorry for disturbance. it was my fault to not upgrade all ports at once On 3/26/07, Peter Pentchev <[EMAIL PROTECTED]> wrote: On Sat, Mar 24, 2007 at 03:41:20PM +0300, sekes wrote: > I'm trying to build irc/unreal on 6.2-RELEASE and failing: > > ===> Building for Unreal-3.2.6 > Building src > c

broken libtool port

2007-03-26 Thread Gobbledegeek
I get this when doing a make install in libtool15 ===> Installing for libtool-1.5.22_4 ===> Generating temporary packing list ** Missing pkg-descr for libtool-1.5.22_4. *** Error code 1 Stop in /usr/ports/devel/libtool15. Please cc-to: me as I'm not subscribed. I need this to build quagga.

Re: broken libtool port

2007-03-26 Thread Martin Wilke
* Gobbledegeek <[EMAIL PROTECTED]> [2007-03-26 18:56]: > I get this when doing a make install in libtool15 > > ===> Installing for libtool-1.5.22_4 > ===> Generating temporary packing list > ** Missing pkg-descr for libtool-1.5.22_4. > *** Error code 1 > > Stop in /usr/ports/devel/libtool15. >

Re: How many distfile downloads

2007-03-26 Thread Chuck Swiger
On Mar 24, 2007, at 4:17 AM, Karel Miklav wrote: How many downloads can be expected from automated processes? Is there any statistics for port popularity or something? Could somebody please give me a number of downloads for his distfiles? The most popular port that I serve the distfile for (dvd

INDEX build failed for 5.x

2007-03-26 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..pkg_info: not found pkg_info: not found py24-pdb-0.1: "/local0/tmp/erwin/tindex/ports/net/pcs" non-existent -- dependency list incomplete ===> net/pdb failed *** Error code 1 *** Error code 1 Stop in /local0/tmp/erwin/tindex/ports.

Re: mail/maildrop marked as broken

2007-03-26 Thread KIMURA Yasuhiro
From: Darren Pilgrim <[EMAIL PROTECTED]> Subject: Re: mail/maildrop marked as broken Date: Thu, 22 Mar 2007 11:56:41 -0700 >> AFAIK Courier products work only with fam and not with gamin. But I >> not certain this is still the case now. Does anyone know if latest >> gamin is compatible with Courie

[PATCH] math/asymptote-1.23 build broken on 6.2-Stable i386; also unsolved problems with AFPL Ghostscript integration

2007-03-26 Thread bf
Building WITH_GSL=yes on my machine, the first hunk of the math/asymptote/files/patch-Makefile.in fails, probably because of the 1.23 source Makefile.in's line 9, KEYWORDS = base $(ASYMPTOTE_SITEDIR) which separates the EXTRA and LATEXFILES lines. However, the build succeeds if the following mo

INDEX now builds successfully on 5.x

2007-03-26 Thread Erwin Lansing
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Managing perl modules

2007-03-26 Thread Ian A. Tegebo
I'm finding myself needing perl modules that aren't already ports. I haven't been using BSDPAN because I heard that that method doesn't work with portupgrade and friends. So far I've been following the porter's handbook for my own local ports overlay. Is there a recommended method for managing p

Re: Managing perl modules

2007-03-26 Thread youshi10
On Mon, 26 Mar 2007, Ian A. Tegebo wrote: I'm finding myself needing perl modules that aren't already ports. I haven't been using BSDPAN because I heard that that method doesn't work with portupgrade and friends. So far I've been following the porter's handbook for my own local ports overlay.

Re: Managing perl modules

2007-03-26 Thread Scott T. Hildreth
On Mon, 2007-03-26 at 16:43 -0700, Ian A. Tegebo wrote: > I'm finding myself needing perl modules that aren't already ports. I > haven't been using BSDPAN because I heard that that method doesn't work > with portupgrade and friends. So far I've been following the porter's > handbook for my own lo