From owner-freebsd-ports@FreeBSD.ORG Mon Jan 9 19:33:24 2012 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 61EF3106564A; Mon, 9 Jan 2012 19:33:24 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8100C8FC17; Mon, 9 Jan 2012 19:33:23 +0000 (UTC) Received: by lahl5 with SMTP id l5so2141855lah.13 for ; Mon, 09 Jan 2012 11:33:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=UDqSWh2WGRpgk5Cr+6nwwFiVKHk7BMMWLrmKecAakvw=; b=Ka+KgJy2TlXGAgKsGB41eqAva8yJhOCET5Gx6jSoGaPVCHF3Wort58kTFTJZfJ1rT/ zrfwZLIj+Jz47beQ20Wy3xb3uFi53vxzZpB+PrQq6Y4gTY/3HoYbODmDe6XsDPX6B58y bboCo+6CMpKWGDxJedN5LYRhfNqsgT19JzKVE= Received: by 10.152.131.131 with SMTP id om3mr7339664lab.38.1326137602193; Mon, 09 Jan 2012 11:33:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.129.8 with HTTP; Mon, 9 Jan 2012 11:32:51 -0800 (PST) In-Reply-To: References: <4F0B36BD.8070202@yandex.ru> From: Eitan Adler Date: Mon, 9 Jan 2012 14:32:51 -0500 Message-ID: To: Chris Rees Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Ports Mailing List , perl@freebsd.org, Ruslan Mahmatkhanov Subject: Re: Perl symlinks question 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: Mon, 09 Jan 2012 19:33:24 -0000 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