lang/mono: Makefiles sed patch incomplete

Rainer Hurling rhurlin at gwdg.de
Mon Jul 29 08:41:51 UTC 2013


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


More information about the freebsd-ports mailing list