From owner-freebsd-ports@FreeBSD.ORG Mon Jan 9 23:08:12 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99AD81065678 for ; Mon, 9 Jan 2012 23:08:12 +0000 (UTC) (envelope-from jbeich@tormail.net) Received: from server2.hudsonvalleyhost.com (server2.hudsonvalleyhost.com [66.7.195.77]) by mx1.freebsd.org (Postfix) with ESMTP id 643368FC13 for ; Mon, 9 Jan 2012 23:08:11 +0000 (UTC) Received: from 33.197.forpsi.net ([81.2.197.33]:42770 helo=internal.tormail.net) by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1RkOK2-0027nF-89; Mon, 09 Jan 2012 18:08:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.net; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:Date:References:In-Reply-To:Subject:Cc:To:From; bh=VLDmmsL3mFMzjiej4K1OUNhyoy/wNZBthkzzDvGIQbc=; b=KIy0ohuxNF4Q+gRcXBTjjg5usZbSXV34rDCrmCOW976pJf4xVBJQs2sk8xQEb3Z4PUShxIDRJamjGXKY1C5aZU2cuDXi534ZTY97r+hCErLN/2MjeVrTFC+oVDOdjHqORMknoZm378OFmQFrD/nkpifP9h9WI3DAwORcDrCybek=; Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1RkOJ1-000AFf-3x; Mon, 09 Jan 2012 23:07:08 +0000 From: Jan Beich To: Ruslan Mahmatkhanov In-Reply-To: <4F0B36BD.8070202@yandex.ru> (Ruslan Mahmatkhanov's message of "Mon, 09 Jan 2012 22:49:33 +0400") References: <4F0B36BD.8070202@yandex.ru> Date: Tue, 10 Jan 2012 11:06:49 +1200 MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1RkOJ1-000AFf-3x@internal.tormail.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.hudsonvalleyhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.net X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Ports Mailing List 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 23:08:12 -0000 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 from Mk/bsd.perl.mk. But it doesn't actually fix the build, > because consequent call of aclocal-1.11 will fail since it's shebang > set to '/usr/bin/perl' too. [...] Can you shed more light on the aclocal issue? Does the submitter know? nss_ldap installs fine after applying ports/163687. $ ls -1d /usr/local/share/aclocal* /usr/local/share/aclocal/ /usr/local/share/aclocal-1.11/ /usr/local/share/aclocal-1.4/ $ fgrep -r /usr/bin/perl /usr/local/share/aclocal* Exit 1