From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 22:51:28 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 C0FFFC1B; Fri, 11 Apr 2014 22:51:28 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 82D08185C; Fri, 11 Apr 2014 22:51:28 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 43E0A20E7088D; Fri, 11 Apr 2014 22:51:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: *** X-Spam-Status: No, score=3.2 required=8.0 tests=AWL,BAYES_20,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,RDNS_DYNAMIC,STOX_REPLY_TYPE autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 4A38920E70885; Fri, 11 Apr 2014 22:51:22 +0000 (UTC) Message-ID: <25B22ADA9DF3473CB7A433EC9394D8FE@multiplay.co.uk> From: "Steven Hartland" To: "Sergey A. Osokin" References: <2BEF3638517B4186953121B366A7AACF@multiplay.co.uk> <20140411222748.GD67075@FreeBSD.org> Subject: Re: FreeBSD Port: rubygem-passenger-4.0.41_2 Date: Fri, 11 Apr 2014 23:51:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Cc: ports@FreeBSD.org, David Keller 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: Fri, 11 Apr 2014 22:51:28 -0000 The change is from :N -> :M .if ${PORT_OPTIONS:MDEBUG} Which occurs 220 in the port tree and: .if ${PORT_OPTIONS:NDEBUG} 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. Regards Steve ----- Original Message ----- From: "Sergey A. Osokin" To: "Steven Hartland" Cc: "David Keller" ; Sent: Friday, April 11, 2014 11:27 PM Subject: Re: FreeBSD Port: rubygem-passenger-4.0.41_2 > Hi Steven, > > looks good, except one thing: > > -.if ${PORT_OPTIONS:NDEBUG} > +.if ${PORT_OPTIONS:MDEBUG} > > Could you explain what's the actual change here. > > Also, please bump PORTREVISION for final patch. > > -- > Sergey A. Osokin > osa@FreeBSD.org > >> Regards >> Steve >> ----- Original Message ----- From: "David Keller" >> To: >> Cc: >> Sent: Friday, April 11, 2014 10:29 AM >> Subject: FreeBSD Port: rubygem-passenger-4.0.41_2 >> >> >> >Hello, >> > >> >Since >> > >> >rev *350664* (Wed Apr 9 02:36:08 2014 UTC) >> > >> > >> >After *#make install *from */usr/ports/www/rubygem-passenger* >> > >> >/usr/local/lib/ruby/gems/1.9/gems/passenger-4.0.41/*buildout* >> > >> > >> >is no longer populated with passenger binaries, hence nginx complains that >> >passenger is not installed. >> > >> >Mannualy copying *buildout* directory from >> >*/usr/ports/www/rubygem-passenger/work/**passenger-4.0.41/* resolves the >> >issue. >> > >> >Regards. >> >_______________________________________________ >> >freebsd-ports@freebsd.org mailing list >> >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> > > > >