From owner-freebsd-ruby@freebsd.org Fri Feb 10 14:31:40 2017 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 ABFC4CD89B0 for ; Fri, 10 Feb 2017 14:31:40 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 92E7418A4 for ; Fri, 10 Feb 2017 14:31:40 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 8F31ECD89AB; Fri, 10 Feb 2017 14:31:40 +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 8ED94CD89AA for ; Fri, 10 Feb 2017 14:31:40 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.233.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33C13189C; Fri, 10 Feb 2017 14:31:39 +0000 (UTC) (envelope-from rea@codelabs.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codelabs.ru; s=three; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=BXE3ck+HIYoGtTBPKJkJ4wJjr6KZcpCR5rhPxzg4SOg=; b=GThxy/ZpUxg8PFkAy2qdrOSZA+s6l6ZPm5V2czwNg4yAXngNjrxLmJAJvujHoeACo+jwwbymCdyAFbKlUjDB73v/K1CssNgOW5FD8G1YBHdgGmbfSwfJ7dS037js2BgHDR+2jANvmcNGZinLya2wYOal6Dgyi2hn5EF1D773xyMkpI1FYUKdtVqsgKBb3NHSbMVchFsQac/8YMhcDf/Z20V85VvCW2FGPnEUKp+sOgaWZ39/B2sJlEuIEduUxve/BkcD33ovQuupbmBS797Lmro2kjcq2Ytx6AjWZeypG7LOVnBjtHDn1uTL78jmFlp+oObjydXJxioFykai6HfVrF84jA3fAUMh7muB7eO5Z0FYFdoKjpv29QjEZTLEaSWuamAQ0B1xGEmK+PnePAwS2vFhiUu8yTimxf6NKtoDsJiixTbRwctNVA9Uf5PlHwMaMdpQer0X//WwySlmYmbas2SUPyC4Aa7Vafmicerh7Ptgol70iErckSBBQQ+cQxhocDX7yLk29fyiTRMdsdNn3SbQYtuD/la3CW6XBnrRilZG1TVcnyj8bv7YMxQ75KO81jAmmDwDMmMXZ6sPkGalulVyIxOZaH8tlV4/7FSIOqczuJ2lkM7zLqx4WMDaiHotC9Z+5V4pXzyxgdAgKBzKQhfpPQAm9cikrvaCLZoKiGI=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.233.66]) by 0.mx.codelabs.ru with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) id 1ccCEW-000LkY-TV; Fri, 10 Feb 2017 18:31:33 +0400 Date: Fri, 10 Feb 2017 17:31:30 +0300 From: Eygene Ryabinkin To: Steve Wills Cc: ruby@FreeBSD.org Subject: Re: [patch] Fix ruby2[123] plist for CAPIDOCS set Message-ID: <20170210143130.GE1313void.codelabs.ru@void.codelabs.ru> References: <20170210140126.GD1313void.codelabs.ru@void.codelabs.ru> <7bc6da36-eb7a-8e8a-eb91-d41d4190c5c0@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7bc6da36-eb7a-8e8a-eb91-d41d4190c5c0@FreeBSD.org> Sender: rea@codelabs.ru X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2017 14:31:40 -0000 Steve, good day. Fri, Feb 10, 2017 at 09:08:05AM -0500, Steve Wills wrote: > Hi, > > On 02/10/2017 09:01, Eygene Ryabinkin wrote: > > Gentlemen, good day. > > > > The patch at > > http://codelabs.ru/fbsd/ports/patches/ruby-22-23-fix-CAPI-plist.patch > > fixes CAPIDOCS case for the current Ruby ports. Checked its applicability > > to all current on/off combination of doc-related knobs (CAPIDOCS/DOCS/RDOC). > > > > OK to commit? > > I double checked this the last time I touched the port and the plist was > correct. Any idea what changed? Maybe doxygen got updated? Had you made your last attempt with CAPIDOCS engaged? I had noticed this problem around a month ago for the first time, though I hadn't been building Ruby-related stuff for a while on it. By the way, it is -CURRENT; (just now) dunno if it makes any difference. Do you have an example content from the files my patch removes? I'll try to look them up. Thanks! -- Eygene Ryabinkin ,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49EC 4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]