Date: Mon, 26 May 2014 20:47:17 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: Baptiste Daroussin <bapt@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org> Subject: Re: svn commit: r355304 - head/Mk/Uses Message-ID: <CAMHz58R3ubdeBZp-nfPmeyMcZssk5aa=MTt5kOGGgSHUCuHDHA@mail.gmail.com> In-Reply-To: <201405261141.s4QBfYBg062921@svn.freebsd.org> References: <201405261141.s4QBfYBg062921@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 26, 2014 at 7:41 PM, Baptiste Daroussin <bapt@freebsd.org> wrote: > Author: bapt > Date: Mon May 26 11:41:33 2014 > New Revision: 355304 > URL: http://svnweb.freebsd.org/changeset/ports/355304 > QAT: https://qat.redports.org/buildarchive/r355304/ > > Log: > Move part of bsd.mono.mk into USES=mono > > Drop code for nant support which is not used at all in the ports tree > Add dependency handling on lang/mono > Pass maintainership to mono@ > > Added: > head/Mk/Uses/mono.mk > - copied, changed from r355276, head/lang/mono/bsd.mono.mk > > Copied and modified: head/Mk/Uses/mono.mk (from r355276, head/lang/mono/bsd.mono.mk) > ============================================================================== > --- head/lang/mono/bsd.mono.mk Mon May 26 02:57:18 2014 (r355276, copy source) > +++ head/Mk/Uses/mono.mk Mon May 26 11:41:33 2014 (r355304) > @@ -1,58 +1,33 @@ > -# New ports collection makefile for: Mono and it's consumers > -# Date created: 15 October 2005 > -# Whom: Tom McLaughlin <tmclaugh@FreeBSD.org> > +# $FreeBSD$ > # > -# bsd.mono.mk: accomodate the peculiarities of building C# ports within > -# the FreeBSD ports system. > +# mono (c#) support > # > -# $FreeBSD$ > +# Feature: mono > +# Usage: USES=mono > # > +# MAINTAINER= mono@FreeBSD.org > > -# USE_NANT - If set, the port uses nant. > -# USE_NANT - If set "contrib", the port uses nantcontrib. > -# NANT - Set to path of Nant. > +.if !defined(_INCLUDE_USES_MONO_MK) > +_INCLUDE_USES_MONO_MK= yes > + > +.if defined(objc_ARGS) > +IGNORE= USES=objc takes no arguments > +.endif It seems to be mono_ARGS and USES=mono. :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58R3ubdeBZp-nfPmeyMcZssk5aa=MTt5kOGGgSHUCuHDHA>