svn commit: r386954 - head/x11-toolkits/gtk-sharp30

Koop Mast kwm at FreeBSD.org
Thu May 21 20:55:43 UTC 2015


Author: kwm
Date: Thu May 21 20:55:42 2015
New Revision: 386954
URL: https://svnweb.freebsd.org/changeset/ports/386954

Log:
  Fix the build by telling configure to look for the mcs program instead of
  the "compat" gmcs program, which was removed in the mono 4.0 update.
  
  Submitted by:	pkg-fallout

Modified:
  head/x11-toolkits/gtk-sharp30/Makefile

Modified: head/x11-toolkits/gtk-sharp30/Makefile
==============================================================================
--- head/x11-toolkits/gtk-sharp30/Makefile	Thu May 21 20:27:55 2015	(r386953)
+++ head/x11-toolkits/gtk-sharp30/Makefile	Thu May 21 20:55:42 2015	(r386954)
@@ -20,4 +20,8 @@ SHEBANG_FILES=	parser/*.pl
 USE_PERL5=	run
 MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|gmcs|mcs|g' \
+		${WRKSRC}/configure
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list