Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 10:54:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324693 - head/devel/gio-sharp
Message-ID:  <201308141054.r7EAs4We004099@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Aug 14 10:54:04 2013
New Revision: 324693
URL: http://svnweb.freebsd.org/changeset/ports/324693

Log:
  devel/gio-sharp: Mark jobs unsafe
  
  Pet portlint (trim headers, fix web), replace USE_GMAKE
  
  Approved by: 	bapt/culot (mentors, implicit)

Modified:
  head/devel/gio-sharp/Makefile
  head/devel/gio-sharp/pkg-descr

Modified: head/devel/gio-sharp/Makefile
==============================================================================
--- head/devel/gio-sharp/Makefile	Wed Aug 14 09:53:39 2013	(r324692)
+++ head/devel/gio-sharp/Makefile	Wed Aug 14 10:54:04 2013	(r324693)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gio-sharp
-# Date created:		2011-04-26
-# Whom:			Romain Tartiere <romain@FreeBSD.org>
-#
+# Created by: Romain Tartiere <romain@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gio-sharp
 PORTVERSION=	2.22.3
@@ -16,7 +12,9 @@ COMMENT=	GIO bindings not available in g
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_GNOME=	gnomehack gtksharp20
 
+MAKE_JOBS_UNSAFE=yes
+
 .include <bsd.port.mk>

Modified: head/devel/gio-sharp/pkg-descr
==============================================================================
--- head/devel/gio-sharp/pkg-descr	Wed Aug 14 09:53:39 2013	(r324692)
+++ head/devel/gio-sharp/pkg-descr	Wed Aug 14 10:54:04 2013	(r324693)
@@ -1,3 +1,3 @@
 gio-sharp binds the GIO API, which isn't available in Gtk#.
 
-WWW:	http://github.com/mono/gio-sharp
+WWW: http://github.com/mono/gio-sharp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308141054.r7EAs4We004099>