svn commit: r419878 - head/devel/newtonsoft-json

Romain Tartière romain at FreeBSD.org
Mon Aug 8 17:52:53 UTC 2016


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 && \


More information about the svn-ports-all mailing list