Date: Mon, 8 Aug 2016 17:52:51 +0000 (UTC) From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419878 - head/devel/newtonsoft-json Message-ID: <201608081752.u78Hqpon090909@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: romain Date: Mon Aug 8 17:52:51 2016 New Revision: 419878 URL: https://svnweb.freebsd.org/changeset/ports/419878 Log: Fix build with mono 4.4. Some assemblies have been relocated, so adjust files path to point to the correct location. PR: 211198 Submitted by: me Approved by: bofh (maintainer) Modified: head/devel/newtonsoft-json/Makefile Modified: head/devel/newtonsoft-json/Makefile ============================================================================== --- head/devel/newtonsoft-json/Makefile Mon Aug 8 17:51:26 2016 (r419877) +++ head/devel/newtonsoft-json/Makefile Mon Aug 8 17:52:51 2016 (r419878) @@ -29,10 +29,6 @@ do-build: /property:AssemblyOriginatorKeyFile=Dynamic.snk \ /property:Configuration=Release \ /property:DefineConstants='SIGNED NET45 TRACE') - (cd ${WRKSRC}/Src/Newtonsoft.Json/bin/Release/Net45 && \ - ${SETENV} ${MAKE_ENV} monodis Newtonsoft.Json.dll --output=Newtonsoft.Json.il) - (cd ${WRKSRC}/Src/Newtonsoft.Json/bin/Release/Net45 && \ - ${SETENV} ${MAKE_ENV} ilasm /dll /key:../../../Dynamic.snk Newtonsoft.Json.il) do-install: (cd ${WRKSRC}/Src/Newtonsoft.Json/bin/Release/Net45 && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081752.u78Hqpon090909>