From owner-freebsd-ruby@freebsd.org Fri Apr 22 01:39:22 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 295A0B17A2E for ; Fri, 22 Apr 2016 01:39:22 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1CBFF1FD1 for ; Fri, 22 Apr 2016 01:39:22 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 189B8B17A2C; Fri, 22 Apr 2016 01:39:22 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15F76B17A27 for ; Fri, 22 Apr 2016 01:39:22 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 011651FCF for ; Fri, 22 Apr 2016 01:39:22 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id F3AC6198D; Fri, 22 Apr 2016 01:39:21 +0000 (UTC) Date: Fri, 22 Apr 2016 01:39:21 +0000 From: "Sergey A. Osokin" To: ruby@FreeBSD.org Subject: passenger 5.0.27 and NOPORTDOCS Message-ID: <20160422013921.GP42668@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2016 01:39:22 -0000 Hi, I'm going to update www/rubygem-passenger port to the latest version 5.0.27. I've found that recent change default version of ruby to 2.2 affected the www/rubyge-passenger port: build time has been increased from 5 to 20 mins. I've asked the vendor about that issue and he's suggested to use rubygem installation with --no-rdoc and --no-ri flags. Then I've checked bsd.ruby.mk, found the options covered by NOPORTDOCS knob (480-484 lines): .if defined(NOPORTDOCS) RUBYGEM_ARGS+= --no-rdoc --no-ri .else RUBYGEM_ARGS+= --rdoc --ri .endif So, I've tried to use it in www/rubygem-passenger/Makefile and got: /!\ WARNING /!\ You are using the following deprecated options: NOPORTDOCS If you added them on the command line, you should replace them by WITH="" WITHOUT="DOCS" If they are global options set in your make.conf, you should replace them with: OPTIONS_UNSET=DOCS If they are local to this port, you should use: www_rubygem-passenger_UNSET=DOCS What can I do in this case? Thanks in advance. -- Sergey A. Osokin osa@FreeBSD.org