From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 29 13:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B518EFD1 for ; Fri, 29 Mar 2013 13:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A797C607 for ; Fri, 29 Mar 2013 13:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TDe2Ec055958 for ; Fri, 29 Mar 2013 13:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2TDe2d7055957; Fri, 29 Mar 2013 13:40:02 GMT (envelope-from gnats) Date: Fri, 29 Mar 2013 13:40:02 GMT Message-Id: <201303291340.r2TDe2d7055957@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= Subject: Re: [Maintainer patch] Re: ports/177467: mail/dbmail install error when lang/perl5.14 has unset USE_PERL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 13:40:02 -0000 The following reply was made to PR ports/177467; it has been noted by GNATS. From: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= To: Alan Hicks Cc: bug-followup@freebsd.org Subject: Re: [Maintainer patch] Re: ports/177467: mail/dbmail install error when lang/perl5.14 has unset USE_PERL Date: Fri, 29 Mar 2013 14:39:00 +0100 W dniu 2013-03-29 13:18, Alan Hicks pisze: > Thank you @lukazs for highlighting the missing dependency when building > documents. > > The attached patch fixes the missing build dependency. This patch did not fix the problem. The problem is that fixsp.pl hashbang points to perl in /usr/bin/perl, and this symlink is not present (I don't want it to be present). perl binary in FreeBSD is in /usr/local/bin/perl - maybe try to patch fixsp.pl to use proper path for hashbang. -- best regards, Lukasz Wasikowski