Re: HOWTO: run portupgrade with original options for perl5.8

2006-10-23 Thread Vince
Lane wrote: Hello, I run openwebmail which wants perl compiled -DENABLE_SUIDPERL However, when I portupgrade perl, this option is apparently not reused, and openwebmail fails until I recompile perl. I note that there is no entry for perl in /var/db/ports (i.e. no options are

Re: HOWTO: run portupgrade with original options for perl5.8

2006-10-23 Thread Josh Carroll
For ports without make config you can edit /usr/local/etc/pkgtools.conf and edit MAKE_ARGS, something like: MAKE_ARGS = { 'lang/perl5.8' = 'ENABLE_SUIDPERL=yes', } Of course, this only affects portupgrade/portinstall/etc. If you want it to work for manual building of the port with make in

Re: HOWTO: run portupgrade with original options for perl5.8

2006-10-23 Thread Lane
On Monday 23 October 2006 11:14, Vince wrote: Lane wrote: Hello, I run openwebmail which wants perl compiled -DENABLE_SUIDPERL However, when I portupgrade perl, this option is apparently not reused, and openwebmail fails until I recompile perl. I note that there is no entry for

Re: HOWTO: run portupgrade with original options for perl5.8

2006-10-23 Thread RW
On Monday 23 October 2006 17:23, Josh Carroll wrote: For ports without make config you can edit /usr/local/etc/pkgtools.conf and edit MAKE_ARGS, something like: MAKE_ARGS = { 'lang/perl5.8' = 'ENABLE_SUIDPERL=yes', } Of course, this only affects portupgrade/portinstall/etc. If you