Re: FreeBSD imapsync port

2008-06-22 Thread Peter Jeremy
On 2008-Jun-22 01:34:53 +0200, Tektonaut <[EMAIL PROTECTED]> wrote: >Remko Lodder wrote: >> #!/usr/bin/perl is installed as symlink for consistency. > >No it isn't. :) By default it is but you can disable the symlink creation by setting WITHOUT_USE_PERL=yes Any port using perlscripts should prob

Re: FreeBSD imapsync port

2008-06-21 Thread Paul Schmehl
--On June 22, 2008 1:34:53 AM +0200 Tektonaut <[EMAIL PROTECTED]> wrote: Remko Lodder wrote: [EMAIL PROTECTED] wrote: Hello, There are some trouble getting imapsync port running: First, it would be nice adding a patch to change the shebang to /usr/local/bin/perl. I don't expect anybody havi

Re: FreeBSD imapsync port

2008-06-21 Thread Tektonaut
Remko Lodder wrote: [EMAIL PROTECTED] wrote: Hello, There are some trouble getting imapsync port running: First, it would be nice adding a patch to change the shebang to /usr/local/bin/perl. I don't expect anybody having perl on FreeBSD at /usr/bin/perl. [...] #!/usr/bin/perl is installed a

Re: FreeBSD imapsync port

2008-06-21 Thread Tektonaut
I use python, where I picked up this little trick, which lets python find it's actual location and execute itself, based upon the reliable location of "env": #!/usr/bin/env python You could replace python with perl, for your needs. Yes, env(1) is quite 'stable' over systems but leads to the

Re: FreeBSD imapsync port

2008-06-21 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ion-Mihai Tetcu wrote: > On Sat, 21 Jun 2008 21:55:18 +0200 (CEST) > "Remko Lodder" <[EMAIL PROTECTED]> wrote: > >> On Sat, June 21, 2008 9:09 pm, Ion-Mihai Tetcu wrote: >>> On Sat, 21 Jun 2008 18:51:15 +0200 >>> Remko Lodder <[EMAIL PROTECTED]> wrote

Re: FreeBSD imapsync port

2008-06-21 Thread Ion-Mihai Tetcu
On Sat, 21 Jun 2008 21:55:18 +0200 (CEST) "Remko Lodder" <[EMAIL PROTECTED]> wrote: > > On Sat, June 21, 2008 9:09 pm, Ion-Mihai Tetcu wrote: > > On Sat, 21 Jun 2008 18:51:15 +0200 > > Remko Lodder <[EMAIL PROTECTED]> wrote: > > > >> [EMAIL PROTECTED] wrote: > >> > Hello, > >> > > >> > There are

Re: FreeBSD imapsync port

2008-06-21 Thread Remko Lodder
On Sat, June 21, 2008 9:09 pm, Ion-Mihai Tetcu wrote: > On Sat, 21 Jun 2008 18:51:15 +0200 > Remko Lodder <[EMAIL PROTECTED]> wrote: > >> [EMAIL PROTECTED] wrote: >> > Hello, >> > >> > There are some trouble getting imapsync port running: >> > >> > First, it would be nice adding a patch to change

Re: FreeBSD imapsync port

2008-06-21 Thread Ion-Mihai Tetcu
On Sat, 21 Jun 2008 18:51:15 +0200 Remko Lodder <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hello, > > > > There are some trouble getting imapsync port running: > > > > First, it would be nice adding a patch to change the shebang to > > /usr/local/bin/perl. I don't expect anybody h

Re: FreeBSD imapsync port

2008-06-21 Thread Remko Lodder
[EMAIL PROTECTED] wrote: Hello, There are some trouble getting imapsync port running: First, it would be nice adding a patch to change the shebang to /usr/local/bin/perl. I don't expect anybody having perl on FreeBSD at /usr/bin/perl. Secondly imapsync will not run with Mail::IMAPClient from p

FreeBSD imapsync port

2008-06-21 Thread tektonaut
Hello, There are some trouble getting imapsync port running: First, it would be nice adding a patch to change the shebang to /usr/local/bin/perl. I don't expect anybody having perl on FreeBSD at /usr/bin/perl. Secondly imapsync will not run with Mail::IMAPClient from ports, as said by imapsync