From owner-freebsd-ports@FreeBSD.ORG Mon Jan 9 19:43:31 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 6071F106566B; Mon, 9 Jan 2012 19:43:31 +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 73F8E8FC0A; Mon, 9 Jan 2012 19:43:29 +0000 (UTC) Received: by lahl5 with SMTP id l5so2148888lah.13 for ; Mon, 09 Jan 2012 11:43:29 -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=ZwJ3YkWM5C3HGZJq3Xr143EW04hw5BFE+/uyxkNUh4A=; b=XYKKBAfAR/+GqNiCnz69so7uBeoGM+ULrpgkTUHdNOWsVNiJBSPKcGngHcvFSM3mcj Y8bXQjahcJi2OMxfVtmSX0TjsNYQDHYd8FgtMK7ynez+xjedsvWrAyZR5+wOnmovxdbY 7W4NKcJv+hEvmC9CnWUweYbvR85Q7nU/ArGpk= Received: by 10.112.103.131 with SMTP id fw3mr3591772lbb.78.1326138209099; Mon, 09 Jan 2012 11:43:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.129.8 with HTTP; Mon, 9 Jan 2012 11:42:58 -0800 (PST) In-Reply-To: <4F0B41B2.9020506@yandex.ru> References: <4F0B36BD.8070202@yandex.ru> <4F0B41B2.9020506@yandex.ru> From: Eitan Adler Date: Mon, 9 Jan 2012 14:42:58 -0500 Message-ID: To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=UTF-8 Cc: Chris Rees , FreeBSD Ports Mailing List , perl@freebsd.org 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:43:31 -0000 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/bin is in LOCALBASE which may be read only. > > > Ok, but if so most part of ports tree will not build on such systems, > because automake tools (aclocal in particular) calling /usr/bin/perl. The option should remain on by default due to the majority use case, but elimination the option is a bad idea. Users should not have to hack ports to use a readonly LOCALBASE. -- Eitan Adler