svn commit: r355331 - in head: devel/ndesk-dbus devel/ndesk-dbus-glib editors/bless graphics/pinta lang/fsharp mail/gmime26-sharp

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 13:11:45 UTC 2014


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 <bsd.port.mk>

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 at 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 <bsd.port.mk>

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 at 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:
 	- at update-desktop-database
 
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at 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 <bsd.port.mk>

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|. at GMIME_VERSION@||g' \
 		${WRKSRC}/mono/gmime-sharp.dll.config.in
 
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list