From owner-svn-ports-all@FreeBSD.ORG Mon May 26 11:42:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC7AE594; Mon, 26 May 2014 11:42:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7CA229AD; Mon, 26 May 2014 11:42:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QBgERx063272; Mon, 26 May 2014 11:42:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QBgDco063265; Mon, 26 May 2014 11:42:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405261142.s4QBgDco063265@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 26 May 2014 11:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355305 - in head: audio/cowbell audio/taglib-sharp databases/db4o-mono deskutils/tomboy devel/dbus-sharp devel/log4net devel/mono-addins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 11:42:15 -0000 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 - post-patch: @${REINPLACE_CMD} -e 's|.so.*"|.so"|g' ${WRKSRC}/cowbell.exe.config -.include "${PORTSDIR}/lang/mono/bsd.mono.mk" -.include +.include 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@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 -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include +.include 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@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 -.include "${PORTSDIR}/lang/mono/bsd.mono.mk" -.include +.include 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 +.include .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 +.include 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 +.include 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 +.include 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@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 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 -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtksharp20