lang/mono: Makefiles sed patch incomplete

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 29 09:11:18 UTC 2013


On Mon, Jul 29, 2013 at 09:54:43AM +0200, Rainer Hurling wrote:
> It seems there are some small typos in lang/mono Makefile:
> 
> 
> --- Makefile.orig	2013-07-29 09:41:35.000000000 +0200
> +++ Makefile	2013-07-29 09:49:08.000000000 +0200
> @@ -10,7 +10,7 @@
>  COMMENT=	An open source implementation of .NET Development Framework
> 
>  BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
> -    		bash:${PORTSDIR}/shells/bash
> +		bash:${PORTSDIR}/shells/bash
> 
>  USE_BZIP2=	yes
>  USES=		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
> 
>  tests: build
>  	@${ECHO_MSG} "===> Running mono regression tests"
> 
> 
> Thanks for fixing the math problem,
> Rainer Hurling

Fixed, sorry about the typo.

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20130729/10f3cc3a/attachment.sig>


More information about the freebsd-ports mailing list