From owner-svn-ports-all@freebsd.org Fri Jun 19 17:51:03 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C47A3345EB; Fri, 19 Jun 2020 17:51:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from wforward3-smtp.messagingengine.com (wforward3-smtp.messagingengine.com [64.147.123.22]) (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 49pRDk6th2z4Ylf; Fri, 19 Jun 2020 17:51:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailforward.west.internal (Postfix) with ESMTP id 67919839; Fri, 19 Jun 2020 13:51:00 -0400 (EDT) Received: from imap1 ([10.202.2.51]) by compute2.internal (MEProxy); Fri, 19 Jun 2020 13:51:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=YUCf40 ySvXvSp1kEda0AGil5UolWpLCEa9oQsnwNwts=; b=mXB3IIjpHGMvKVrt4R7kqz nIvXupxFJJKSJYt/bQnS3AmxYkwpg5zqMWir4g/JtKASUV9z/LIivCEeE9mDE9wB jF8iEEciGChZwK4zwBM8S4knaMGUgDXBY6IlIQIxPiAPazarZt0gQ9pPsomkDXu9 XNwqooIbuWOpaCCUjYf2tP+cdWmeVSHVfTmFGDV2QZXdrcqZh2GW6eLTppkMQqrx 24KYHKkJCZEPsZrSS+1MH4nsXI+fSr+GjS3AuOOl3YYTldQNNX7xg2lE5dSNJJDF JRgAQRdtRpsXLG29SUieABg90EZmHkSs4+ESNCrWzgI6UDF7pJRwPQ7Cbg69bmTg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudejiedguddujecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderredtnecuhfhrohhmpedfvfho sghirghsucfmohhrthhkrghmphdfuceothhosghikheshfhrvggvuefuffdrohhrgheqne cuggftrfgrthhtvghrnhepgfehgedvffegudefleefteekhefhfefhhfeggfdtjefggedv geeikeejhfetheegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilh hfrhhomhepthhosghikheshfhrvggvuefuffdrohhrgh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id ADD37C200A5; Fri, 19 Jun 2020 13:50:59 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-dev0-543-gda70334-fm-20200618.004-gda703345 Mime-Version: 1.0 Message-Id: <39fe3fea-17f8-4f2d-b982-2f1107c999aa@www.fastmail.com> In-Reply-To: <20200619173236.GA11953@lonesome.com> References: <202006171702.05HH2ZVH019476@repo.freebsd.org> <20200619173236.GA11953@lonesome.com> Date: Fri, 19 Jun 2020 17:50:39 +0000 From: "Tobias Kortkamp" To: "Mark Linimon" Cc: "Mark Linimon" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r539431 - head/lang/smlnj Content-Type: text/plain X-Rspamd-Queue-Id: 49pRDk6th2z4Ylf X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; local_wl_from(0.00)[FreeBSD.org] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2020 17:51:03 -0000 On Fri, Jun 19, 2020, at 17:32, Mark Linimon wrote: > On Thu, Jun 18, 2020 at 05:04:21PM +0000, Tobias Kortkamp wrote: > > Now the condition looks broken to me. > > Hmm. Somehow it seemed to fix the build for me? Well, as I was trying to explain it "fixes" the index build by making the entire .if a nop which I do consider broken since you might as well just have removed it then. > I can change it to the other way if you think necessary. I do.