svn commit: r355304 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 26 12:47:41 UTC 2014


On Mon, May 26, 2014 at 7:41 PM, Baptiste Daroussin <bapt at 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 at 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 at 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. :)


More information about the svn-ports-all mailing list