svn commit: r355305 - in head: audio/cowbell audio/taglib-sharp databases/db4o-mono deskutils/tomboy devel/dbus-sharp devel/log4net devel/mono-addins

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 11:42:15 UTC 2014


Author: bapt
Date: Mon May 26 11:42:12 2014
New Revision: 355305
URL: http://svnweb.freebsd.org/changeset/ports/355305
QAT: https://qat.redports.org/buildarchive/r355305/

Log:
  Convert to USES=mono
  
  With hat:	portmgr

Modified:
  head/audio/cowbell/Makefile
  head/audio/taglib-sharp/Makefile
  head/databases/db4o-mono/Makefile
  head/deskutils/tomboy/Makefile
  head/devel/dbus-sharp/Makefile
  head/devel/log4net/Makefile
  head/devel/mono-addins/Makefile

Modified: head/audio/cowbell/Makefile
==============================================================================
--- head/audio/cowbell/Makefile	Mon May 26 11:41:33 2014	(r355304)
+++ head/audio/cowbell/Makefile	Mon May 26 11:42:12 2014	(r355305)
@@ -14,17 +14,14 @@ LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio
 
 BROKEN=		No more public distfiles
 
-USES=		gmake pathfix gettext iconv pkgconfig
+USES=		gmake mono pathfix gettext iconv pkgconfig
 USE_GNOME=	gnomeprefix intltool gtksharp20
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|.so.*"|.so"|g' ${WRKSRC}/cowbell.exe.config
 
-.include "${PORTSDIR}/lang/mono/bsd.mono.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/audio/taglib-sharp/Makefile
==============================================================================
--- head/audio/taglib-sharp/Makefile	Mon May 26 11:41:33 2014	(r355304)
+++ head/audio/taglib-sharp/Makefile	Mon May 26 11:42:12 2014	(r355305)
@@ -9,19 +9,12 @@ MASTER_SITES=	http://download.banshee.fm
 MAINTAINER=	mono at FreeBSD.org
 COMMENT=	Tagging library for the Mono framework
 
-LIB_PC_DEPENDS=	mono.pc:${PORTSDIR}/lang/mono
-
-BUILD_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|}
-RUN_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|}
-
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake mono pathfix pkgconfig
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}" \
 		VERSIONSUFX="db62eba44689b5b0"
 
 CONFIGURE_ARGS=	--disable-docs
 
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/databases/db4o-mono/Makefile
==============================================================================
--- head/databases/db4o-mono/Makefile	Mon May 26 11:41:33 2014	(r355304)
+++ head/databases/db4o-mono/Makefile	Mon May 26 11:42:12 2014	(r355305)
@@ -13,7 +13,7 @@ DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 MAINTAINER=	pneumann at gmail.com
 COMMENT=	A database engine for storing object into files
 
-RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
+USES=		mono
 
 REALVERSION=	5.5
 
@@ -34,6 +34,4 @@ post-install:
 	@${CHMOD} -R ugo-w,ugo+rX ${DOCSDIR}
 .endif
 
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/lang/mono/bsd.mono.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/deskutils/tomboy/Makefile
==============================================================================
--- head/deskutils/tomboy/Makefile	Mon May 26 11:41:33 2014	(r355304)
+++ head/deskutils/tomboy/Makefile	Mon May 26 11:42:12 2014	(r355305)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	${LOCALBASE}/lib/mono/gmime
 		${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \
 		mautil:${PORTSDIR}/devel/mono-addins
 
-USE_XZ=		yes
-USES=		gettext gmake pkgconfig
-USE_GNOME=	gnomehack intlhack gnomeprefix gnomedesktopsharp20
+USES=		gettext gmake mono pathfix pkgconfig tar:xz
+USE_GNOME=	intlhack gnomeprefix gnomedesktopsharp20
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes
@@ -40,7 +39,7 @@ APPLET_DESC=	Enable GNOME panel applet
 PORTSCOUT=	limitw:1,even
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MAPPLET}
 CONFIGURE_ARGS+=--enable-panel-applet
@@ -60,5 +59,4 @@ post-patch:
 	@${REINPLACE_CMD} 's|gmime-sharp|gmime-sharp-2.4|g' \
 		${WRKSRC}/configure
 
-.include "${PORTSDIR}/lang/mono/bsd.mono.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/dbus-sharp/Makefile
==============================================================================
--- head/devel/dbus-sharp/Makefile	Mon May 26 11:41:33 2014	(r355304)
+++ head/devel/dbus-sharp/Makefile	Mon May 26 11:42:12 2014	(r355305)
@@ -13,13 +13,10 @@ COMMENT=	Mono interface to the D-BUS mes
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
-
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake mono pathfix pkgconfig
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 post-patch:
 .if ${OSVERSION} < 1000044
@@ -33,5 +30,4 @@ post-patch:
 		${WRKSRC}/src/dbus-sharp.dll.config
 .endif
 
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/log4net/Makefile
==============================================================================
--- head/devel/log4net/Makefile	Mon May 26 11:41:33 2014	(r355304)
+++ head/devel/log4net/Makefile	Mon May 26 11:42:12 2014	(r355305)
@@ -12,12 +12,9 @@ DISTNAME=	incubating-${PORTNAME}-${PORTV
 MAINTAINER=	mono at FreeBSD.org
 COMMENT=	Port for .NET of the Apache Logging Services project
 
-BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
-
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=		zip
+USES=		mono zip
 NO_BUILD=	yes
 
 SUB_FILES=	log4net.pc
@@ -45,5 +42,4 @@ do-install:
 	@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
 .endif
 
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include <bsd.port.mk>

Modified: head/devel/mono-addins/Makefile
==============================================================================
--- head/devel/mono-addins/Makefile	Mon May 26 11:41:33 2014	(r355304)
+++ head/devel/mono-addins/Makefile	Mon May 26 11:42:12 2014	(r355305)
@@ -9,10 +9,7 @@ COMMENT=	Mono framework to create extens
 
 LICENSE=	MIT
 
-LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/mono.pc:${PORTSDIR}/lang/mono
-
-BUILD_DEPENDS+=	${LIB_PC_DEPENDS}
-RUN_DEPENDS+=	${LIB_PC_DEPENDS}
+USES=		mono
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mono
@@ -32,7 +29,6 @@ OPTIONS_DEFAULT=GTK2
 PLIST_SUB+=	VER=1.0.0
 
 .include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 
 .if ${PORT_OPTIONS:MGTK2}
 USE_GNOME+=	gtksharp20


More information about the svn-ports-all mailing list