Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 06:30:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323865 - head/lang/mono
Message-ID:  <201307290630.r6T6UAXO069347@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul 29 06:30:10 2013
New Revision: 323865
URL: http://svnweb.freebsd.org/changeset/ports/323865

Log:
  Fix mono properly finding isinf() from math.h after recent changes on head

Modified:
  head/lang/mono/Makefile

Modified: head/lang/mono/Makefile
==============================================================================
--- head/lang/mono/Makefile	Mon Jul 29 01:53:34 2013	(r323864)
+++ head/lang/mono/Makefile	Mon Jul 29 06:30:10 2013	(r323865)
@@ -13,9 +13,8 @@ BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSD
     		bash:${PORTSDIR}/shells/bash
 
 USE_BZIP2=	yes
-USES=		bison pathfix gettext
+USES=		bison pathfix gettext gmake
 USE_GNOME=	glib20
-USE_GMAKE=	yes
 USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -62,6 +61,7 @@ post-patch:
 		${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
 
 tests: build
 	@${ECHO_MSG} "===> Running mono regression tests"



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