Re: Perl Symlinks question

2012-01-16 Thread rflynn
Hi, On Tue Jan 10 09:57:32 UTC 2012, Erik Tulsson wrote: > On Tue, Jan 10, 2012 at 12:46:51AM +0100, Oliver Heesakkers wrote: > > Op ma 09 jan 2012 22:49:33 schreef Ruslan Mahmatkhanov: > > > Hi. > > > > > > There is PR: http://bugs.freebsd.org/163687 > > > It tries to fix port building when user

Re: Perl symlinks question

2012-01-11 Thread Chris Rees
On 11 Jan 2012 15:36, "Ruslan Mahmatkhanov" wrote: > > Jan Beich wrote on 10.01.2012 19:33: > >> Ruslan Mahmatkhanov writes: >> Ruslan Mahmatkhanov writes: > There is PR: http://bugs.freebsd.org/163687 > It tries to fix port building when user built it's perl installation

Re: Perl symlinks question

2012-01-11 Thread Ruslan Mahmatkhanov
Jan Beich wrote on 10.01.2012 19:33: Ruslan Mahmatkhanov writes: Ruslan Mahmatkhanov writes: There is PR: http://bugs.freebsd.org/163687 It tries to fix port building when user built it's perl installation with USE_PERL option (creating symlinks in /usr/bin) set to off (not the default). P

Re: Perl symlinks question

2012-01-10 Thread Jan Beich
Ruslan Mahmatkhanov writes: >> Ruslan Mahmatkhanov writes: >> >>> There is PR: http://bugs.freebsd.org/163687 >>> It tries to fix port building when user built it's perl installation >>> with USE_PERL option (creating symlinks in /usr/bin) set to off (not >>> the default). Patch in PR just repla

Re: Perl symlinks question

2012-01-10 Thread Erik Trulsson
On Tue, Jan 10, 2012 at 12:46:51AM +0100, Oliver Heesakkers wrote: > Op ma 09 jan 2012 22:49:33 schreef Ruslan Mahmatkhanov: > > Hi. > > > > There is PR: http://bugs.freebsd.org/163687 > > It tries to fix port building when user built it's perl installation > > with USE_PERL option (creating symli

Re: Perl symlinks question

2012-01-09 Thread Ruslan Mahmatkhanov
Jan Beich wrote on 10.01.2012 03:06: Ruslan Mahmatkhanov writes: There is PR: http://bugs.freebsd.org/163687 It tries to fix port building when user built it's perl installation with USE_PERL option (creating symlinks in /usr/bin) set to off (not the default). Patch in PR just replaces static

Re: Perl symlinks question

2012-01-09 Thread Oliver Heesakkers
Op ma 09 jan 2012 22:49:33 schreef Ruslan Mahmatkhanov: > Hi. > > There is PR: http://bugs.freebsd.org/163687 > It tries to fix port building when user built it's perl installation > with USE_PERL option (creating symlinks in /usr/bin) set to off (not the > default). Patch in PR just replaces stat

Re: Perl symlinks question

2012-01-09 Thread Jan Beich
Ruslan Mahmatkhanov writes: > There is PR: http://bugs.freebsd.org/163687 > It tries to fix port building when user built it's perl installation > with USE_PERL option (creating symlinks in /usr/bin) set to off (not > the default). Patch in PR just replaces static shebang with ${PERL} > variable

Re: Perl symlinks question

2012-01-09 Thread Julien Laffaye
On 1/9/2012 8:42 PM, Eitan Adler wrote: On Mon, Jan 9, 2012 at 2:36 PM, Ruslan Mahmatkhanov wrote: Eitan Adler wrote on 09.01.2012 23:32: 2012/1/9 Chris Rees: 1. Fix devel/automake too (by replacing /usr/bin/perl with ${PERL}) 2. Create symlinks unconditionally in perl port and drop USE_PER

Re: Perl symlinks question

2012-01-09 Thread Eitan Adler
On Mon, Jan 9, 2012 at 2:36 PM, Ruslan Mahmatkhanov wrote: > Eitan Adler wrote on 09.01.2012 23:32: > >> 2012/1/9 Chris Rees: >>> >>> 1. Fix devel/automake too (by replacing /usr/bin/perl with ${PERL}) 2. Create symlinks unconditionally in perl port and drop USE_PERL option >> >> >> /usr

Re: Perl symlinks question

2012-01-09 Thread Ruslan Mahmatkhanov
Eitan Adler wrote on 09.01.2012 23:32: 2012/1/9 Chris Rees: 1. Fix devel/automake too (by replacing /usr/bin/perl with ${PERL}) 2. Create symlinks unconditionally in perl port and drop USE_PERL option /usr/bin is in LOCALBASE which may be read only. Ok, but if so most part of ports tree wil

Re: Perl symlinks question

2012-01-09 Thread Eitan Adler
2012/1/9 Chris Rees : > 1. Fix devel/automake too (by replacing /usr/bin/perl with ${PERL}) >> 2. Create symlinks unconditionally in perl port and drop USE_PERL option /usr/bin is in LOCALBASE which may be read only. -- Eitan Adler ___ freebsd-ports@fr

Re: Perl symlinks question

2012-01-09 Thread Chris Rees
Adding perl and skv@ On 9 January 2012 18:49, Ruslan Mahmatkhanov wrote: > Hi. > > There is PR: http://bugs.freebsd.org/163687 > It tries to fix port building when user built it's perl installation with > USE_PERL option (creating symlinks in /usr/bin) set to off (not the > default). Patch in PR