From owner-svn-ports-all@FreeBSD.ORG Mon May 26 12:47:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29347E2B for ; Mon, 26 May 2014 12:47:41 +0000 (UTC) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A64B32F38 for ; Mon, 26 May 2014 12:47:39 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id e16so5832227lan.28 for ; Mon, 26 May 2014 05:47:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=9628q28l0YI61quwh2JVPtSX5qOV3sdy22Q5GY4Kf1k=; b=fL5NPSOnow2p6z/Shwo/RxJBph2Y6l+G137IVGUEpbJ0nLokOq2BsSZB0yL0busHKf jP42C9un4fd9H8rmgZafFwnVjSAgcQnJTMeNOEXaAdcjF4InjUsxyHMcW4fg9ogH9OQy 4Wg9VxxiFRdy72yXURq87MZNGsbxu3CPMzpg7qF+kGHDMcY1i5QDuZTa/oDceN2IfbJp uMtzcdYfwfPAn/gPfdTiILRZ9ZyxtNhGsGJOBQR0Q7veKR21/j2nDulXnKZsQh4AMZON im93uWyI3oaUTJtSHlMxYFKutQhDA4zE+LgU1ax/RSMn1EAjkrMjeBHw1kQx5DxqA/p1 J1Hg== X-Gm-Message-State: ALoCoQm8HhlUYvFwu4Pe97DDu2nxkrmhiR1uFsZNiMm1oCedWxe6SPG26fFz42magkPrcJ7gMxPm X-Received: by 10.152.23.233 with SMTP id p9mr17614977laf.31.1401108458056; Mon, 26 May 2014 05:47:38 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.253.134 with HTTP; Mon, 26 May 2014 05:47:17 -0700 (PDT) In-Reply-To: <201405261141.s4QBfYBg062921@svn.freebsd.org> References: <201405261141.s4QBfYBg062921@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 May 2014 20:47:17 +0800 X-Google-Sender-Auth: z81zAMCebQfufVS6oXe0MSNA4zI Message-ID: Subject: Re: svn commit: r355304 - head/Mk/Uses To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 12:47:41 -0000 On Mon, May 26, 2014 at 7:41 PM, Baptiste Daroussin 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 > +# $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. :)