From owner-svn-ports-head@FreeBSD.ORG Mon May 26 13:11:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C2DBC27; Mon, 26 May 2014 13:11:45 +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 6E52B2143; Mon, 26 May 2014 13:11:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QDBjQi009335; Mon, 26 May 2014 13:11:45 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QDBise009314; Mon, 26 May 2014 13:11:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405261311.s4QDBise009314@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 26 May 2014 13:11:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355331 - in head: devel/ndesk-dbus devel/ndesk-dbus-glib editors/bless graphics/pinta lang/fsharp mail/gmime26-sharp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 13:11:45 -0000 Author: bapt Date: Mon May 26 13:11:43 2014 New Revision: 355331 URL: http://svnweb.freebsd.org/changeset/ports/355331 QAT: https://qat.redports.org/buildarchive/r355331/ Log: Convert to USES=mono With hat: portmgr Modified: head/devel/ndesk-dbus-glib/Makefile head/devel/ndesk-dbus/Makefile head/editors/bless/Makefile head/graphics/pinta/Makefile head/graphics/pinta/pkg-plist head/lang/fsharp/Makefile head/mail/gmime26-sharp/Makefile Modified: head/devel/ndesk-dbus-glib/Makefile ============================================================================== --- head/devel/ndesk-dbus-glib/Makefile Mon May 26 13:11:38 2014 (r355330) +++ head/devel/ndesk-dbus-glib/Makefile Mon May 26 13:11:43 2014 (r355331) @@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus -USES= gmake pathfix pkgconfig +USES= gmake mono pathfix pkgconfig GNU_CONFIGURE= yes DOCS= AUTHORS COPYING README @@ -27,5 +27,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include Modified: head/devel/ndesk-dbus/Makefile ============================================================================== --- head/devel/ndesk-dbus/Makefile Mon May 26 13:11:38 2014 (r355330) +++ head/devel/ndesk-dbus/Makefile Mon May 26 13:11:43 2014 (r355331) @@ -10,11 +10,8 @@ MASTER_SITES= http://www.ndesk.org/archi MAINTAINER= gnome@FreeBSD.org COMMENT= A C\# implementation of D-Bus -BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS= mono:${PORTSDIR}/lang/mono - OPTIONS_DEFINE= DOCS -USES= gmake pathfix pkgconfig +USES= gmake mono pathfix pkgconfig GNU_CONFIGURE= yes DOCS= AUTHORS COPYING README @@ -25,5 +22,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include Modified: head/editors/bless/Makefile ============================================================================== --- head/editors/bless/Makefile Mon May 26 13:11:38 2014 (r355330) +++ head/editors/bless/Makefile Mon May 26 13:11:43 2014 (r355331) @@ -10,8 +10,8 @@ MASTER_SITES= http://download.gna.org/bl MAINTAINER= mono@FreeBSD.org COMMENT= A high quality, full featured hex editor -USES= gmake pkgconfig -USE_GNOME= gnomehack gnomeprefix gnomedocutils gtksharp20 +USES= gmake mono pathfix pkgconfig +USE_GNOME= gnomeprefix gnomedocutils gtksharp20 GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) Modified: head/graphics/pinta/Makefile ============================================================================== --- head/graphics/pinta/Makefile Mon May 26 13:11:38 2014 (r355330) +++ head/graphics/pinta/Makefile Mon May 26 13:11:43 2014 (r355331) @@ -16,9 +16,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} BROKEN= Does not build GNU_CONFIGURE= yes -USE_GNOME= gnomehack gtksharp20 desktopfileutils +USE_GNOME= gtksharp20 INSTALLS_ICONS= yes -USES= gettext gmake pkgconfig +USES= desktop-file-utils gettext gmake mono pkgconfig MAN1= pinta.1 MANCOMPRESSED= yes @@ -27,6 +27,4 @@ NO_STAGE= yes post-install: -@update-desktop-database -.include -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include +.include Modified: head/graphics/pinta/pkg-plist ============================================================================== --- head/graphics/pinta/pkg-plist Mon May 26 13:11:38 2014 (r355330) +++ head/graphics/pinta/pkg-plist Mon May 26 13:11:43 2014 (r355331) @@ -92,5 +92,3 @@ share/icons/hicolor/scalable/apps/pinta. @dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrm lib/pinta -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true Modified: head/lang/fsharp/Makefile ============================================================================== --- head/lang/fsharp/Makefile Mon May 26 13:11:38 2014 (r355330) +++ head/lang/fsharp/Makefile Mon May 26 13:11:43 2014 (r355331) @@ -10,6 +10,7 @@ COMMENT= Functional and object-oriented LICENSE= APACHE20 +USES= mono BUILD_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono RUN_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono @@ -20,5 +21,4 @@ GH_COMMIT= b0c16bb USES= gmake pkgconfig USE_AUTOTOOLS= autoconf -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include Modified: head/mail/gmime26-sharp/Makefile ============================================================================== --- head/mail/gmime26-sharp/Makefile Mon May 26 13:11:38 2014 (r355330) +++ head/mail/gmime26-sharp/Makefile Mon May 26 13:11:43 2014 (r355331) @@ -10,6 +10,7 @@ COMMENT= Mono bindings for gmime LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 +USES= mono MASTERDIR= ${.CURDIR}/../gmime26 BUILD_WRKSRC= ${WRKSRC}/mono INSTALL_WRKSRC= ${BUILD_WRKSRC} @@ -27,5 +28,4 @@ pre-configure: @${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \ ${WRKSRC}/mono/gmime-sharp.dll.config.in -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include "${MASTERDIR}/Makefile"