Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 09:54:43 +0200
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        bapt@FreeBSD.org
Cc:        freebsd-ports@freebsd.org
Subject:   lang/mono: Makefiles sed patch incomplete
Message-ID:  <51F61FC3.2050302@gwdg.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51F61FC3.2050302>