svn commit: r387362 - in head/deskutils: tomboy-plugin-latex tomboy-plugin-reminder tomboy-plugin-todo

Antoine Brodin antoine at FreeBSD.org
Sun May 24 21:57:38 UTC 2015


Author: antoine
Date: Sun May 24 21:57:37 2015
New Revision: 387362
URL: https://svnweb.freebsd.org/changeset/ports/387362

Log:
  Fix configure and build with mono 4

Modified:
  head/deskutils/tomboy-plugin-latex/Makefile
  head/deskutils/tomboy-plugin-reminder/Makefile
  head/deskutils/tomboy-plugin-todo/Makefile

Modified: head/deskutils/tomboy-plugin-latex/Makefile
==============================================================================
--- head/deskutils/tomboy-plugin-latex/Makefile	Sun May 24 21:42:17 2015	(r387361)
+++ head/deskutils/tomboy-plugin-latex/Makefile	Sun May 24 21:57:37 2015	(r387362)
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	tomboy:${PORTSDIR}/deskut
 RUN_DEPENDS=	tomboy:${PORTSDIR}/deskutils/tomboy
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
+MAKE_ARGS=	CSC="${LOCALBASE}/bin/mcs -debug"
 USES=		gmake pkgconfig
 USE_TEX=	latex
 

Modified: head/deskutils/tomboy-plugin-reminder/Makefile
==============================================================================
--- head/deskutils/tomboy-plugin-reminder/Makefile	Sun May 24 21:42:17 2015	(r387361)
+++ head/deskutils/tomboy-plugin-reminder/Makefile	Sun May 24 21:57:37 2015	(r387362)
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	tomboy:${PORTSDIR}/deskut
 RUN_DEPENDS=	tomboy:${PORTSDIR}/deskutils/tomboy
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
+MAKE_ARGS=	CSC="${LOCALBASE}/bin/mcs -debug"
 USES=		gmake pkgconfig
 
 .include <bsd.port.mk>

Modified: head/deskutils/tomboy-plugin-todo/Makefile
==============================================================================
--- head/deskutils/tomboy-plugin-todo/Makefile	Sun May 24 21:42:17 2015	(r387361)
+++ head/deskutils/tomboy-plugin-todo/Makefile	Sun May 24 21:57:37 2015	(r387362)
@@ -15,6 +15,7 @@ BUILD_DEPENDS=	tomboy:${PORTSDIR}/deskut
 RUN_DEPENDS=	tomboy:${PORTSDIR}/deskutils/tomboy
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
 USES=		gmake pkgconfig
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list