svn commit: r323865 - head/lang/mono
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 29 06:30:10 UTC 2013
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"
More information about the svn-ports-head
mailing list