From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 23:33:34 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A33D6106567B for ; Sat, 21 Jun 2008 23:33:34 +0000 (UTC) (envelope-from tektonaut@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 585098FC22 for ; Sat, 21 Jun 2008 23:33:33 +0000 (UTC) (envelope-from tektonaut@fuckner.net) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id 394AC61D61; Sun, 22 Jun 2008 01:33:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id GyCwtJQFHXFg; Sun, 22 Jun 2008 01:33:27 +0200 (CEST) Received: from ranger.local (e176156229.adsl.alicedsl.de [85.176.156.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTPSA id 4A06A61CE1; Sun, 22 Jun 2008 01:33:27 +0200 (CEST) Message-ID: <485D8FCD.9040308@fuckner.net> Date: Sun, 22 Jun 2008 01:33:33 +0200 From: Tektonaut User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Chuck Robey References: <485D26E5.2070007@fuckner.net> <485D3183.1010602@FreeBSD.org> <20080621220956.243ebcc7@it.buh.tecnik93.com> <1575d605ce98cc7dc9aa90768c8cf69c.squirrel@galain.elvandar.org> <20080621230722.2356a86a@it.buh.tecnik93.com> <485D7E88.2000005@telenix.org> In-Reply-To: <485D7E88.2000005@telenix.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, ports@christianserving.org, Remko Lodder , Ion-Mihai Tetcu , perl@FreeBSD.org Subject: Re: FreeBSD imapsync port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 23:33:34 -0000 > > 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 same problem: The #shebang line has to be patched if the delevoper didn't already used env. ...but I posted maily because of the second problem with Mail::IMAPClient... ;) Adam --