From owner-freebsd-ports@FreeBSD.ORG Thu Dec 22 09:37:37 2011 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 65F601065672; Thu, 22 Dec 2011 09:37:37 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 20E908FC1D; Thu, 22 Dec 2011 09:37:36 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so6097937obb.13 for ; Thu, 22 Dec 2011 01:37:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=b58KOPzs912iye6dpVSYuCUSfP59HxKwfnzvur9hXsw=; b=QnzHKpI4P61bCVbc/e2zJObfgL1p2YvggVkIIGQguESPMmVs1Y4JqSn4tH7wgzLRvQ 5Gw0xUaJL3nBbjFIluCgVVx22UPch3WEQGOsW5LPnZP0s3DAuQIKNjIo23T+4+LYN5G9 pXr3pgE81q9qgcxyQ8O/CiawR0eI8z7GpHVZo= Received: by 10.50.12.196 with SMTP id a4mr1938232igc.9.1324546656572; Thu, 22 Dec 2011 01:37:36 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.39.69 with HTTP; Thu, 22 Dec 2011 01:37:06 -0800 (PST) In-Reply-To: <4EF2F920.8060007@FreeBSD.org> References: <4EF1E3EF.9000405@eskk.nu> <4ef30e7b.gG6UGw+kkNWpdv07%perryh@pluto.rain.com> <4EF2F920.8060007@FreeBSD.org> From: Chris Rees Date: Thu, 22 Dec 2011 09:37:06 +0000 X-Google-Sender-Auth: 4BvRITGk43H_P4i-3z83vbaw8Rc Message-ID: To: Martin Matuska Content-Type: text/plain; charset=ISO-8859-1 Cc: perryh@pluto.rain.com, kob6558@gmail.com, freebsd-ports@freebsd.org, leslie@eskk.nu Subject: Re: Stop in /usr/ports/multimedia/x264 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: Thu, 22 Dec 2011 09:37:37 -0000 On 22 December 2011 09:32, Martin Matuska wrote: > Say, did you look at the port recently? :-) > > I have added bash as a build dependency and use it for the configure script. > > There are two ways I can solve this in general: > 1.) add bash as a build dependency and use it for configure (I have > chosen this for now, already committed) > 2.) patch configure and remove/replace constructs unsupported by /bin/sh > (e.g. "==" or [[ ]]) 2) please, and then yell at upstream! ;) Chris