mpich2 installation problem

2010-06-05 Thread PA Zolczynski
See `config.log' for more details. === Script configure failed unexpectedly. Please report the problem to po...@freebsd.org [maintainer] and attach the /usr/ports/net/mpich2/work/mpich2-1.2.1p1/config.log including the output of the failure of your make command. Also, it might be a good idea to

[CFT]: pkg_add_it - new version

2010-06-05 Thread Marin Atanasov Nikolov
Hello, I'm working on a new version of a tool I started some time ago - pkg_add_it. Basically what this tool is doing is that it allows the user to interactively install packages, selecting the needed ones. It's not a package installer by any means, but gives a frontend to the existing pkg_*

cannot build sysutils/kdelibs3

2010-06-05 Thread Dominic Fandrey
Apparently ASN1_METHOD has long been deprecated and now removed. No idea what to do about it. I cannot switch back to base system ssl, without breaking a lot of other ports. /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../dcop

Re: mpich2 installation problem

2010-06-05 Thread b. f.
PA Zolczynski wrote: ... configure:4483: gcc44 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc44 -fno-strict-aliasing -I/usr/local/include -I/usr/ports/net/mpich2/work/mpich2-1.2.1p1/src/openpa/src -I/usr/ports/net/mpich2/work/mpich2-1.2.1p1/src/openpa/src -L/usr/local/lib -lexecinfo -pthread

textproc/iso8879: tinderbox error

2010-06-05 Thread Leinier Cruz Salfran
hello. there was an error while trying to make package on my tinderbox: WRKDIR The port is attempting to change something outside ${WRKDIR}. See handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-wrkdir.html) for details. here is the log: building

Re: Ccache warning

2010-06-05 Thread Doug Barton
On 06/04/10 22:24, Denny Lin wrote: Hi, I saw this warning about devel/ccache a while ago: Any time you change CC/CXX you need to reinstall devel/libtool15 or you will run in to problems. This was added a long time ago, so I'm wondering if this is still necessary (should be devel/libtool22

Re: Ccache warning

2010-06-05 Thread Dominic Fandrey
On 05/06/2010 22:49, Doug Barton wrote: On 06/04/10 22:24, Denny Lin wrote: Hi, I saw this warning about devel/ccache a while ago: Any time you change CC/CXX you need to reinstall devel/libtool15 or you will run in to problems. This was added a long time ago, so I'm wondering if this is

FreeBSD Port: squeezeboxserver-7.5.0_1

2010-06-05 Thread Mark
Hi, I've been using this port for some years to power my Squeezebox devices - thanks for keeping it up to date. However, the latest update has killed my installation totally - first it would not scan my music, and after upgrading perl perl module ports I can no longer start the squeezebox

Re: devel/gettext further update

2010-06-05 Thread Alexander Leidinger
On Fri, 4 Jun 2010 09:20:48 + b. f. bf1...@googlemail.com wrote: Alexander Leidinger wrote: Quoting Doug Barton dougb at FreeBSD.org (from Thu, 03 Jun 2010 11:29:01 -0700): On 06/03/10 05:39, Matthias Andree wrote: Am 03.06.2010 13:30, schrieb Andrey Chernov: security/libksba

Re: Direct or indirect libdependencies (using the libintl.so.8 case)

2010-06-05 Thread Alexander Leidinger
On Fri, 04 Jun 2010 15:35:06 +0200 Jan Henrik Sylvester m...@janh.de wrote: I have checked one of the missing dependencies with explicit_lib_depends.sh, but it did not show up, because explicit_lib_depends.sh makes some assumptions upon were binaries reside that are not true in this case:

Re: Building ports with stack-protector

2010-06-05 Thread b. f.
Janne Snabb wrote: AFAIR there was certain performance penalty with stack-protector, I think the penalty is small enough. I would assume that someone has already made an evaluation on this before turning it on in make buildworld. I was earlier trying to search for a discussion on it, but I did

Re: ports/14701: New port: misc/proxyper

2010-06-05 Thread pgollucci
Synopsis: New port: misc/proxyper State-Changed-From-To: closed-open State-Changed-By: pgollucci State-Changed-When: Sat Jun 5 22:02:35 UTC 2010 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=14701 ___

Re: ports/14701: New port: misc/proxyper

2010-06-05 Thread pgollucci
Synopsis: New port: misc/proxyper State-Changed-From-To: open-closed State-Changed-By: pgollucci State-Changed-When: Sat Jun 5 22:03:44 UTC 2010 State-Changed-Why: dyslexia agian http://www.freebsd.org/cgi/query-pr.cgi?pr=14701 ___

can't compile textproc/flex

2010-06-05 Thread Robert Huff
Trying to upgrade gettext, it seems I need to upgrade flex. This produces: checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so -L/usr/local/lib

Re: devel/gettext further update

2010-06-05 Thread b. f.
On 6/5/10, Alexander Leidinger alexan...@leidinger.net wrote: ... Just for the record, the useful ports/Tools/scripts/explicit_lib_depends.sh, described and used in your link above, may _not_ find libraries that: -- are needed, but were intended to be statically linked; Correct. If you

net/vnc: save vncviewer on CURRENT

2010-06-05 Thread barbara
net/vnc is marked as broken on 9, but I had successfully build the viewer (I can't test it right now). So the check for OSVERSION should be moved inside the part to build the server component. Sample patch here: http://pastebin.com/Cu1jzswE Best Regards Barbara

Re: FreeBSD Port: squeezeboxserver-7.5.0_1

2010-06-05 Thread George Hartzell
Mark writes: Hi, I've been using this port for some years to power my Squeezebox devices - thanks for keeping it up to date. However, the latest update has killed my installation totally - first it would not scan my music, and after upgrading perl perl module ports I can no

Re: Ccache warning

2010-06-05 Thread b. f.
On 06/04/10 22:24, Denny Lin wrote: Hi, I saw this warning about devel/ccache a while ago: Any time you change CC/CXX you need to reinstall devel/libtool15 or you will run in to problems. This was added a long time ago, so I'm wondering if this is still necessary (should be devel/libtool22

mpich2 installation problem

2010-06-05 Thread Garrett Cooper
On Sat, Jun 5, 2010 at 1:17 AM, PA Zolczynski zolczyn...@googlemail.com wrote: On 05/06/2010 08:42, Garrett Cooper wrote: 2010/6/4 PA Zolczynski zolczyn...@googlemail.com:  See `config.log' for more details. ===  Script configure failed unexpectedly. Please report the problem to

Re: mpich2 installation problem

2010-06-05 Thread Garrett Cooper
On Sat, Jun 5, 2010 at 9:00 PM, Garrett Cooper yanef...@gmail.com wrote: On Sat, Jun 5, 2010 at 1:17 AM, PA Zolczynski zolczyn...@googlemail.com wrote: On 05/06/2010 08:42, Garrett Cooper wrote: 2010/6/4 PA Zolczynski zolczyn...@googlemail.com:  See `config.log' for more details. ===  

Can't build devel/icu{,4} on 8-STABLE amd64

2010-06-05 Thread Mario Sergio Fujikawa Ferreira
Hi, I can build neither devel/icu nor devel/icu4 under FreeBSD 8.1-PRELEASE amd64 with latest up to date ports. $ uname -a FreeBSD exxodus.fedaykin.here 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #6: Thu Jun 3 20:30:23 BRT 2010 li...@exxodus:/usr/obj/usr/src/sys/LIOUX amd64 I