From owner-svn-ports-head@freebsd.org Thu Nov 22 18:35:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E61B11038A0; Thu, 22 Nov 2018 18:35:00 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 8BE1180A9D; Thu, 22 Nov 2018 18:34:59 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 1BDBC340B4; Thu, 22 Nov 2018 13:34:53 -0500 (EST) Received: from anthias (d91-128-244-185.cust.tele2.at [91.128.244.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 2F431340B3; Thu, 22 Nov 2018 13:34:52 -0500 (EST) Date: Thu, 22 Nov 2018 19:34:50 +0100 (CET) From: Gerald Pfeifer To: Don Lewis , Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r485501 - head/editors/openoffice-4 In-Reply-To: <20181121224753.qkh4eqejwsdphnf3@atuin.in.mat.cc> Message-ID: References: <201811210710.wAL7AB0c038961@repo.freebsd.org> <20181121135626.zxyljkaow3ay7r6n@ogg.in.absolight.net> <20181121224753.qkh4eqejwsdphnf3@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 8BE1180A9D X-Spamd-Result: default: False [-3.48 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.995,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[mailwash29.pair.com]; NEURAL_HAM_SHORT(-0.91)[-0.914,0]; RECEIVED_SPAMHAUS_PBL(0.00)[185.244.128.91.zen.spamhaus.org : 127.0.0.11]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; IP_SCORE(-0.47)[ipnet: 209.68.0.0/18(-1.12), asn: 7859(-1.14), country: US(-0.09)]; RWL_MAILSPIKE_POSSIBLE(0.00)[143.5.68.209.rep.mailspike.net : 127.0.0.17] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2018 18:35:00 -0000 On Wed, 21 Nov 2018, Mathieu Arnold wrote: >> I've used "make makesum" many times and this is the first time that >> unowinreg.dll got dropped from distinfo. > The most probable reason is that you had the option enabled before, > and you disabled it since. In the scripts I use to maintain my ports I have the following make OPTIONS_DEFAULT="`make -V OPTIONS_DEFINE`" ... MASTER_SITE_BACKUP= makesum to account for that situation. (Now perhaps `make makesum` might do that by default? As Mathieu noted, that would be a change, though.) Gerald