From owner-freebsd-ports@FreeBSD.ORG Mon Jul 29 09:11:18 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5EEC2DA for ; Mon, 29 Jul 2013 09:11:18 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A04A288B for ; Mon, 29 Jul 2013 09:11:18 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id q58so3705530wes.20 for ; Mon, 29 Jul 2013 02:11:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=4tAISI1UtjBympqjIpkCUiTXwgzQiVvXuUDJdVrcHxE=; b=Gq47c1aOCfZLZkmmjVSESDHBIZwLK8RYoxLW6/Y3tIX6ld4Eksax6z1p72s+qGkAgP CuwdehugRQQqU0PLPDw0NvxOzhlDMWzYed5/rStJHY+hCSN9cydTy/kEYS1mORkvKPrs x1BosuqkG5D0GqI30Sv0vsb1GDmHtbbphsUfqU8RTYUEMmV9eRz4doA2jWHgZ344B7dq de2B8guROTwB2vcSGMPqrIdQoQ0ynOzG8HAV7x9m4ryDOiFXMQb+nc4Fyk9d18lGNa0i eqrVcYYId7/yCtb4gh9Y2zrdwTUE3lNplV50VemquHpFo8LQCDm+SQw5nQEILY/+lg31 uUKQ== X-Received: by 10.194.58.239 with SMTP id u15mr42214042wjq.87.1375089076569; Mon, 29 Jul 2013 02:11:16 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id ev19sm21086135wid.2.2013.07.29.02.11.15 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 29 Jul 2013 02:11:15 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 29 Jul 2013 11:11:13 +0200 From: Baptiste Daroussin To: Rainer Hurling Subject: Re: lang/mono: Makefiles sed patch incomplete Message-ID: <20130729091113.GP98542@ithaqua.etoilebsd.net> References: <51F61FC3.2050302@gwdg.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lx6+J6gHrzwEpYNy" Content-Disposition: inline In-Reply-To: <51F61FC3.2050302@gwdg.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 09:11:18 -0000 --lx6+J6gHrzwEpYNy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 29, 2013 at 09:54:43AM +0200, Rainer Hurling wrote: > It seems there are some small typos in lang/mono Makefile: >=20 >=20 > --- Makefile.orig 2013-07-29 09:41:35.000000000 +0200 > +++ Makefile 2013-07-29 09:49:08.000000000 +0200 > @@ -10,7 +10,7 @@ > COMMENT=3D An open source implementation of .NET Development Framework >=20 > BUILD_DEPENDS=3D p5-XML-Parser>=3D0:${PORTSDIR}/textproc/p5-XML-Parser \ > - bash:${PORTSDIR}/shells/bash > + bash:${PORTSDIR}/shells/bash >=20 > USE_BZIP2=3D yes > USES=3D bison pathfix gettext gmake > @@ -61,7 +61,7 @@ > ${WRKSRC}/mcs/class/Mono.WebBrowser/build-csproj2k5 > @${FIND} ${WRKSRC} -name '*.sh' | ${XARGS} ${REINPLACE_CMD} \ > -e 's|^#!/bin/bash|#!/bin/sh|g' > - @${REPLACE_CMD} 's/(1)/(1.0)/g' ${WRKSRC}/configure > + @${REINPLACE_CMD} -e 's/(1)/(1.0)/g' ${WRKSRC}/configure >=20 > tests: build > @${ECHO_MSG} "=3D=3D=3D> Running mono regression tests" >=20 >=20 > Thanks for fixing the math problem, > Rainer Hurling Fixed, sorry about the typo. regards, Bapt --lx6+J6gHrzwEpYNy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlH2MbEACgkQ8kTtMUmk6EwxcwCgrPzRgX0RljXBFNMqHbC0+SL7 NlwAn1A9aCYp55Z8sNeJAR+u8x7KAUhE =ucZa -----END PGP SIGNATURE----- --lx6+J6gHrzwEpYNy--