Re: PostgreSQL 9.0.4 %%PG_USER%% not changed

2011-08-15 Thread rihad
OK, I've reverted the problem commit (s) [1]. I'm going to take a look at how to do this properly -- we really do need to use the code in bsd.port.mk for creating users rather than using pkg-install files. Rihad, please try csupping / portsnap and check that in postgresql90-server has the line

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: Using Perl 5.8.8

2010-01-22 Thread rihad
jhell wrote: On Thu, 21 Jan 2010 13:02, rihad@ wrote: Matthew Seaman wrote: rihad wrote: Hi, one of the programs I'm using (freeradius' rlm_perl) segfaults with both Perl 5.8.9 and 5.10, only working with 5.8.8. How can I cleanly install Perl 5.8.8 on a fresh system, without mangling

Re: Using Perl 5.8.8

2010-01-22 Thread rihad
Matthew Seaman wrote: rihad wrote: # portdowngrade -s:pserver:anon...@anoncvs.freebsd.org:/home/ncvs lang/perl5.8 portdowngrade 0.6 by Heiner Eichmann Please note, that nothing is changed in the ports tree unless it is explicitly permitted in step 6! Seeking port lang/perl5.8 ... not found

Using Perl 5.8.8

2010-01-21 Thread rihad
Hi, one of the programs I'm using (freeradius' rlm_perl) segfaults with both Perl 5.8.9 and 5.10, only working with 5.8.8. How can I cleanly install Perl 5.8.8 on a fresh system, without mangling the port Makefile? I've tried putting both USE_PERL=5.8.8 and PERL_VERSION=5.8.8 in

Re: Using Perl 5.8.8

2010-01-21 Thread rihad
Matthew Seaman wrote: rihad wrote: Hi, one of the programs I'm using (freeradius' rlm_perl) segfaults with both Perl 5.8.9 and 5.10, only working with 5.8.8. How can I cleanly install Perl 5.8.8 on a fresh system, without mangling the port Makefile? I've tried putting both USE_PERL=5.8.8

running port as non-root

2007-11-30 Thread rihad
Hi, I'm trying to run the net/openradius port as non-root by first changing /usr/local/etc/rc.d/openradius: . /etc/rc.subr name=openradius rcvar=`set_rcvar` load_rc_config ${name} : ${openradius_enable=NO} : ${openradius_flags=-o /var/log/openradius.log} -command=/usr/local/sbin/radiusd

watching changelogs easily

2007-11-02 Thread rihad
Hi, Is there any centralized way to see what changes were made in the new version of whatever the port is for? I know of freshports.org, but it only lists the port's own changes, not the app's. Thanks. ___ freebsd-ports@freebsd.org mailing list

outdated PEAR ports?

2007-04-21 Thread rihad
Hi, I need to install several packages from PEAR, among which are MDB2, LiveUser. The problem is that the named packages are a bit outdated: PEAR port: 1.5.0_1 upstream: 1.5.2 MDB2 port: 2.3.0 upstream: 2.4.0 LiveUser port 0.15.1 upstream: 0.16.2 etc. etc. I could continue this list easily.