From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 7 12:09:07 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7084C106566B for ; Sun, 7 Jun 2009 12:09:07 +0000 (UTC) (envelope-from jack.radigan@gmail.com) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by mx1.freebsd.org (Postfix) with ESMTP id 28E308FC15 for ; Sun, 7 Jun 2009 12:09:07 +0000 (UTC) (envelope-from jack.radigan@gmail.com) Received: by qyk3 with SMTP id 3so3530781qyk.3 for ; Sun, 07 Jun 2009 05:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Hm83CMfwKBze4n1gvzFvVT4RHXzdZ2XbGmm+qXKiaD8=; b=CyOs3+ygf1kcPKdbNhtPz/xt3UC0or7TyX5/OFkH0manOu3HF/5HEOAV1c65eJnHMH CRwbnYEc1sxKMZEEwUT1gS4VlhHB+wlYNZ3WYHsY2a+AG/1/YgtsixTtEVtjdvGa1vPI fngpsT/94a+hmIomz2Yp9DZmtigbGs4jPjkcw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=QN5fZCOn3e6Eg+r7RGQTSvPPQ5N0laZ/TMhJtJInvkEYG5j1DN2Msp3CCu4xjVubWD C7XT4pkKxZZgTIm06Chd7hRRP0kx0hT6dT1q7nzdBdaZayAf9z7OKulca3g/N4M4DdcQ DFyI+grNVjdaqMkoxDS/p0SKZWrCwqLUxmQkM= Received: by 10.224.74.75 with SMTP id t11mr5526072qaj.331.1244375093715; Sun, 07 Jun 2009 04:44:53 -0700 (PDT) Received: from ?192.168.255.7? (c-98-221-38-20.hsd1.nj.comcast.net [98.221.38.20]) by mx.google.com with ESMTPS id 5sm1979322qwh.1.2009.06.07.04.44.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Jun 2009 04:44:53 -0700 (PDT) Message-ID: <4A2BA813.4040504@gmail.com> Date: Sun, 07 Jun 2009 07:44:19 -0400 From: Jack Radigan User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: multimedia@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Error during port build X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 12:09:07 -0000 Received the following while building /usr/ports/multimedia/ffmpeg: gmake: doc/texi2pod.pl: Command not found gmake: *** [doc/ffmpeg.pod] Error 127 The shebang path for perl in texi2pod.pl is set to "/usr/bin/perl" Compiled fine once I changed it to "/usr/local/bin/perl" Regards, -jack-