Setting LD_PRELOAD for a port

2010-01-25 Thread rihad
Hi, How does one cleanly set a LD_PRELOAD environment variable for a port? I tried it in /etc/rc.conf: radiusd_program=/usr/bin/env LD_PRELOAD=/usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so /usr/local/sbin/radiusd (FreeRADIUS 2.1.6 with rlm_perl otherwise fails to start under perl 5.8.8

Re: Setting LD_PRELOAD for a port

2010-01-25 Thread b. f.
rihad wrote: Hi, How does one cleanly set a LD_PRELOAD environment variable for a port? I tried it in /etc/rc.conf: radiusd_program=/usr/bin/env LD_PRELOAD=/usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so /usr/local/sbin/radiusd (FreeRADIUS 2.1.6 with rlm_perl otherwise fails to start under perl

Current unassigned ports problem reports

2010-01-25 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and

Current problem reports assigned to po...@freebsd.org

2010-01-25 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). 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. S Tracker

Current status of www/cherokee

2010-01-25 Thread Francisco de Borja López Río
Hi all. I've been trying to use Cherokee in one of my projects, but seems there are some issues with cherokee in FreeBSD (http://code.google.com/p/cherokee/issues/detail?id=617) Is there anyone using cherokee, or is it broken in FreeBSD? If it is broken, shouldn't we mark it as broken? The

Re: ports/138242: [PATCH] audio/qsynth: update to 0.3.4, fix default MIDI input

2010-01-25 Thread linimon
Synopsis: [PATCH] audio/qsynth: update to 0.3.4, fix default MIDI input Responsible-Changed-From-To: ports-freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jan 25 13:00:09 UTC 2010 Responsible-Changed-Why: Canonicalize assignment.

Porting question

2010-01-25 Thread Larry Rosenman
I've asked portmgr before, but still haven't found a decent way to do what I want, so let me post this publicly. I want to make the sysutils/lsof port fail early with a decent message if the kernel sources aren't loaded on the system. The most common question/problem report I get is when the

Re: Re : polkit-0.95_3: update fails

2010-01-25 Thread O. Hartmann
On 01/25/10 06:35, Alexandre L. wrote: You could read /usr/ports/UPDATING because there is section for policikit and polkit. --- En date de : Ven 22.1.10, O. Hartmannohart...@zedat..fu-berlin.de a écrit : De: O. Hartmannohart...@zedat.fu-berlin.de Objet: polkit-0.95_3: update fails À:

Re: Porting question

2010-01-25 Thread Ulrich Spörlein
On Mon, 25.01.2010 at 10:54:01 -0600, Larry Rosenman wrote: I've asked portmgr before, but still haven't found a decent way to do what I want, so let me post this publicly. I want to make the sysutils/lsof port fail early with a decent message if the kernel sources aren't loaded on the

Re: Porting question

2010-01-25 Thread Matthew Seaman
Larry Rosenman wrote: I've asked portmgr before, but still haven't found a decent way to do what I want, so let me post this publicly. I want to make the sysutils/lsof port fail early with a decent message if the kernel sources aren't loaded on the system. The most common question/problem

Re: portmaster and meaning of --show-work

2010-01-25 Thread Miroslav Lachman
Doug Barton wrote: On 1/21/2010 6:08 AM, Miroslav Lachman wrote: [...] I am sorry to not reply earlier... The next step (non default) can be interactive run of portmaster for beginers with questions like: # portmaster php5-extensions The following ports will be updated or installed as part

Re: Current status of www/cherokee

2010-01-25 Thread Scot Hetzel
010/1/25 Francisco de Borja López Río bo...@pexego.es: Hi all. I've been trying to use Cherokee in one of my projects, but seems there are some issues with cherokee in FreeBSD (http://code.google.com/p/cherokee/issues/detail?id=617) Is there anyone using cherokee, or is it broken in

Re: Current status of www/cherokee

2010-01-25 Thread Francisco de Borja López Río
On Mon, 25 Jan 2010 11:58:18 -0600 Scot Hetzel swhet...@gmail.com wrote: 010/1/25 Francisco de Borja López Río bo...@pexego.es: Hi all. I've been trying to use Cherokee in one of my projects, but seems there are some issues with cherokee in FreeBSD

Re: portmaster and meaning of --show-work

2010-01-25 Thread Doug Barton
On 1/25/2010 9:30 AM, Miroslav Lachman wrote: Doug Barton wrote: Funny you should mention that. :) The current svn version of portmaster (users/dougb/portmaster) has this exact feature, and it's almost ready to be committed to the port. It's currently on by default, and I just need to add a

Thunderbird choose language

2010-01-25 Thread Leslie Jensen
When I install Thunderbird3 thunderbird-3.0.1 thunderbird3-i18n-3.0.1 It does not adapt to what I have in /etc/make.conf # Thunderbird-i18n THUNDERBIRD3_I18N=sv-SE I had to manually download and install the language pack. Is this the way it should behave? Thanks

FreeBSD Port: portmaster-2.17 (on console)

2010-01-25 Thread Richard (Rick) Seay
Hi Doug, First let me thank you for portmaster. It's a wonderful tool for managing ports. Today I updated to version 2.17. I usually update my ports from the system console. With the new version I get beeps and messages beginning with 0;. I made the following change to a local copy of

Re: FreeBSD Port: portmaster-2.17 (on console)

2010-01-25 Thread Doug Barton
On 1/25/2010 10:10 AM, Richard (Rick) Seay wrote: Hi Doug, First let me thank you for portmaster. It's a wonderful tool for managing ports. Thank you for the kind words, it's nice to hear them. :) Today I updated to version 2.17. I usually update my ports from the system console. With

How to determine (in a port Makefile) if KSE is present?

2010-01-25 Thread Darren Pilgrim
I have a port which uses a static-linked 5.4 binary. This is broken in 8.0 due to KSE removal. I need to create a test and limit installation to only those versions on which it will run. Looking at the heads-up message for KSE removal from March 2008, I don't see a change to

sysutils/policykit

2010-01-25 Thread Tom Mende
Hi List, Followed the policykit instructions in UPDATING and it worked fine on the AMD64 machine but not on the i386. Error is below... Making all in policy gmake[2]: Entering directory `/data/usr/ports/sysutils/policykit/work/PolicyKit-0.9/policy' LC_ALL=C /usr/local/bin/intltool-merge -x -u

sysutils/screen on CURRENT

2010-01-25 Thread Derek Tattersall
I was unable to build screen on a CURRENT as of this morning due to the port's attempt to include sys/stropts.h in screen.c. This was the result of configuring SVR4 on, as far as I can tell. Has anyone else run into this and does anyone have a solution? -- Best regards, Derek Tattersall

deluge

2010-01-25 Thread Tim Matthews
Hi I have been keeping by deluge up to date but the latest update broke it for me. deluged would just terminate on start. I managed to get it working by deleting the ~/.config/deluge/ directory but then deluged would do the sme terminate upon adding a torrent. I have asked

Re: Thunderbird choose language

2010-01-25 Thread Rainer Hurling
Am 25.01.2010 19:20 (UTC+1) schrieb Leslie Jensen: When I install Thunderbird3 thunderbird-3.0.1 thunderbird3-i18n-3.0.1 It does not adapt to what I have in /etc/make.conf # Thunderbird-i18n THUNDERBIRD3_I18N=sv-SE I had to manually download and install the language pack. It should be

Re: sysutils/screen on CURRENT

2010-01-25 Thread Sergey V. Dyatko
On Mon, 25 Jan 2010 13:35:07 -0500 Derek Tattersall d...@mebtel.net wrote: DT I was unable to build screen on a CURRENT as of this morning due to DT the port's attempt to include sys/stropts.h in screen.c. This was DT the result of configuring SVR4 on, as far as I can tell. Has DT anyone else