From owner-freebsd-ports@FreeBSD.ORG Sat Apr 12 08:09:05 2014 Return-Path: Delivered-To: ports@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 0C931762; Sat, 12 Apr 2014 08:09:05 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (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 C54B619C7; Sat, 12 Apr 2014 08:09:04 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id c1so1675866igq.16 for ; Sat, 12 Apr 2014 01:09:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lyXflG8RGN07x/EiE/y3/bUJbr75RaEzpP/OFwNb6DI=; b=uLEggGiD+cMIEVkkk7n1BElJeu6rDAiy8kGZKzK9Tpwe6pVvfupZ6P/p8+2j+N3tXU vRYjwd/yvW4G7Zy+JUV9byKOTFhP9+d/maVc3tk11qt3ao0SDviN7Xitr4F1lndBP0Fz 3/U/Cd343L+HWwsAfVvrSgpLloMq5yPGFBkBh7iOFr3nLUGOkzoC1Tzgae7/+d/DAwX9 NE7AMdOnRXWnPAu/SFp9emGEnI+xNTe9ZEQLxRjoYLCenMXw8oeJpuZ8kGAuPw0++tKj fo/pQbQLxM/f7ayZN4oFWnG8ODt/O4lMx2KFq2VHggsEvNiXStii9+R+5Apz+UQnHnPq 6/hA== MIME-Version: 1.0 X-Received: by 10.43.90.202 with SMTP id bj10mr883749icc.48.1397290144272; Sat, 12 Apr 2014 01:09:04 -0700 (PDT) Received: by 10.50.7.74 with HTTP; Sat, 12 Apr 2014 01:09:04 -0700 (PDT) In-Reply-To: <25B22ADA9DF3473CB7A433EC9394D8FE@multiplay.co.uk> References: <2BEF3638517B4186953121B366A7AACF@multiplay.co.uk> <20140411222748.GD67075@FreeBSD.org> <25B22ADA9DF3473CB7A433EC9394D8FE@multiplay.co.uk> Date: Sat, 12 Apr 2014 03:09:04 -0500 Message-ID: Subject: Re: FreeBSD Port: rubygem-passenger-4.0.41_2 From: Scot Hetzel To: Steven Hartland Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports , David Keller , "Sergey A. Osokin" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 08:09:05 -0000 On Fri, Apr 11, 2014 at 5:51 PM, Steven Hartland wrote: > The change is from :N -> :M > .if ${PORT_OPTIONS:MDEBUG} > - Select only those words that match DEBUG > Which occurs 220 in the port tree and: > > .if ${PORT_OPTIONS:NDEBUG} > - Select words that don't match DEBUG > Which only occurs twice, so TBH I assumed it was a typo given every other > option uses PORTOPTIONS:M${option} > > Unfortunately the docs don't seem to provide any clarification > http://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html > so if anyone could chime in with some details on the exact meanings that > would be most appreciated. > You have to read the make(1) man page: http://www.freebsd.org/cgi/man.cgi?query=make&sektion=1