net-im/pidgin-sipe won't build

2009-09-16 Thread Paul Schmehl
I'm trying to install this port but it fails consistently with the following error. py25-cairo-1.8.8 needs Python 2.6 at least. But you specified 2.5. I ran upgrade-site-packages (per /usr/ports/UPDATING) and got this error: ** Port marked as IGNORE: graphics/py-cairo: needs Python 2.6

Re: NOPORTDOCS ignored on command line

2009-09-16 Thread Christian Weisgerber
Christian Weisgerber wrote: > $ make -DNOPORTDOCS -V INSTALL_TARGET > install > $ make -DNOPORTDOCS install > ===> Installing for xz-4.999.9 > ===> Generating temporary packing list > ===> Checking if archivers/xz already installed > ===> Switching to root credentials for 'install' target >

Re: NOPORTDOCS ignored on command line

2009-09-16 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Weisgerber wrote: > Wesley Shields: > >> Are you seeing any particular problem on any particular port? > > Yes, but I haven't committed it yet. > >> w...@rst wxs % cat Makefile >> all: >> .if defined(NOPORTDOCS) >> @echo "defined" >>

Re: NOPORTDOCS ignored on command line

2009-09-16 Thread Christian Weisgerber
Wesley Shields: > Are you seeing any particular problem on any particular port? Yes, but I haven't committed it yet. > w...@rst wxs % cat Makefile > all: > .if defined(NOPORTDOCS) > @echo "defined" > .else > @echo "not defined" > .endif I have this: .if !defined(NOPORTDOCS) INSTAL

Re: NOPORTDOCS ignored on command line

2009-09-16 Thread Wesley Shields
On Wed, Sep 16, 2009 at 06:07:07PM +, Christian Weisgerber wrote: > Unless I misremember, it used to be possible to specify NOPORTDOCS on > the command line > > $ make -DNOPORTDOCS > > or in the environment > > $ env NOPORTDOCS=yes make > > when building and installing a port. This doesn't

Re: NOPORTDOCS ignored on command line

2009-09-16 Thread Sylvio Cesar
No, what port you are installing? The variable "NOPORTDOCS" must is inside of Makefile ie. post-install: .if !defined(NOPORTDOCS) xxx xx .endif The port that you to want install must have this. So you could to use in the directory of port: # make install -DNOPORTDOCS Regards, Sylvio Cesar.

Re: FreeBSD Port: octave-3.2.2_5

2009-09-16 Thread Christoph Moench-Tegeder
## Jan Henrik Sylvester (m...@janh.de): > >> Here's the error in the build: > >> making gendoc.cc > >> g++44 -O2 -fno-strict-aliasing -pipe -I/usr/local/include > >> -I/usr/local/include -o gendoc gendoc.cc -L/usr/local/lib -pthread > >> making DOCSTRINGS > >> /libexec/ld-elf.so.1: /usr/lib/libstd

NOPORTDOCS ignored on command line

2009-09-16 Thread Christian Weisgerber
Unless I misremember, it used to be possible to specify NOPORTDOCS on the command line $ make -DNOPORTDOCS or in the environment $ env NOPORTDOCS=yes make when building and installing a port. This doesn't work any longer, you now have to set it in /etc/make.conf, otherwise it won't be picked u

Re: Stealth dependency in textproc/redland

2009-09-16 Thread Mel Flynn
On Wednesday 16 September 2009 15:36:36 Chuck Swiger wrote: > Hi, Mel-- > > On Sep 16, 2009, at 5:46 AM, Mel Flynn wrote: > > the naughty rasqal/configure will try to find libgmp and link with > > it if found > > [ ... ] > > > I traced this to the now absent libgmp.so.8. I'm a little short on >

Re: Creating a New Port: /usr/ports/security/pecl-kadm5

2009-09-16 Thread Tim Gustafson
> The latest release is 2003 so it looks largely unmaintained > :/. I don't have a kerberos server available that I can play > with, without upsetting people :). There's also no docs > available that specify if this module is meant to be working > through a webserver. However, you did specify a pas

Re: Stealth dependency in textproc/redland

2009-09-16 Thread Chuck Swiger
Hi, Mel-- On Sep 16, 2009, at 5:46 AM, Mel Flynn wrote: the naughty rasqal/configure will try to find libgmp and link with it if found [ ... ] I traced this to the now absent libgmp.so.8. I'm a little short on time, but if needed can patch and PR it. Would you like this through OPTIONS ask

Re: Creating a New Port: /usr/ports/security/pecl-kadm5

2009-09-16 Thread Mel Flynn
On Wednesday 16 September 2009 02:16:07 Tim Gustafson wrote: > > Ah yes, didn't test on earlier versions. It's passed midnight here, > > but I'll add fixes for 7 and 6.x if possible. You probably need to > > add -lroken to the link chain for this. If you get what's happening > > in files/patch-conf

Stealth dependency in textproc/redland

2009-09-16 Thread Mel Flynn
Hi, the naughty rasqal/configure will try to find libgmp and link with it if found. This must have been installed during a previous package build and after cleaning environment and rebuilding x11/kdebase4-runtime with USE_PACKAGE_DEPENDS I got this error: (Soprano::PluginManager) found no sopra

Re: Apache-1.3.41_1 problem

2009-09-16 Thread Koen Martens
Hi, On Wed, Sep 16, 2009 at 07:19:45AM +0200, Jack Raats wrote: > This morning Apache didn't start after apachectl stop and apachectl start. > > apachectl configtest does not show any error. (I didn't change the config) > > It gave a httpd.core dump in / > > The logfiles didn't show anything ab

Re: skype problem with fc10 and worldofgoo-demo

2009-09-16 Thread Sergey V. Dyatko
В Wed, 16 Sep 2009 06:35:26 + Alexey Dokuchaev пишет: AD> On Wed, Sep 16, 2009 at 10:24:51AM +0400, Boris Samorodov wrote: AD> > Alexey Dokuchaev writes: AD> > > On Tue, Sep 15, 2009 at 06:03:52PM +0400, Boris Samorodov wrote: AD> > AD> > >> I've just emailed a patch for games/linux-worldof

Apache-1.3.41_1 problem

2009-09-16 Thread Jack Raats
This morning Apache didn't start after apachectl stop and apachectl start. apachectl configtest does not show any error. (I didn't change the config) It gave a httpd.core dump in / The logfiles didn't show anything abnormal. Reinstalling apache also didnot solve the problem. Hashing out libexe

Re: skype problem with fc10 and worldofgoo-demo

2009-09-16 Thread Jeremy Messenger
On Wed, 16 Sep 2009 01:35:39 -0500, Boris Samorodov wrote: Boris Samorodov writes: "Jeremy Messenger" writes: On Tue, 15 Sep 2009 09:03:52 -0500, Boris Samorodov wrote: I've just emailed a patch for games/linux-worldofgoo-demo. Many other ports which need linux libGL/libGLU (either fo

Ports backend for PackageKit

2009-09-16 Thread Anders F Björklund
Hi all, I have made a "ports" backend for PackageKit (http://packagekit.org/) that uses ports-mgmt/portupgrade and optionally ports-mgmt/portaudit. It's a spawned backend, which means that the dbus deamon will start a Ruby script that then dispatches command for as long as it runs... It's curr

Re: FreeBSD port: nss_ldapd-0.6.11_1

2009-09-16 Thread Tobias Lott
On Wed, 16 Sep 2009 09:03:25 +0400 "Alexander V. Chernikov" wrote: > Tobias Lott wrote: > > Hey Everyone! > > > > Seems like nss_ldapd is causing apps like top, jls to segfault. > > pkg_delete-ing nss_ldapd 'fixes' the problem. > > > > Reproducable on several Machines using FreeBSD 7.2-STABLE a

Fwd: Re: ports/138835: Python compile failure

2009-09-16 Thread David Southwell
--- Begin Message --- > I see the issue. I'll commit the fix tonight. > > Thanks, > > Josh Paetzel > Great I have updated and the fix works fine. Thanks again David --- End Message --- ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd

Re: skype problem with fc10 and worldofgoo-demo

2009-09-16 Thread Alexey Dokuchaev
On Wed, Sep 16, 2009 at 09:38:35AM +0300, Sergey V. Dyatko wrote: > В Wed, 16 Sep 2009 06:35:26 + > Alexey Dokuchaev пишет: > AD> On Wed, Sep 16, 2009 at 10:24:51AM +0400, Boris Samorodov wrote: > AD> > Alexey Dokuchaev writes: > AD> > > On Tue, Sep 15, 2009 at 06:03:52PM +0400, Boris Samorod