From owner-freebsd-ports@freebsd.org Thu Oct 1 01:57:18 2020 Return-Path: Delivered-To: freebsd-ports@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 F2079436C33 for ; Thu, 1 Oct 2020 01:57:18 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1x8G5xk2z44XV; Thu, 1 Oct 2020 01:57:18 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:a011:f9ad:2fd8:4351]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 81444371EA; Thu, 1 Oct 2020 01:57:17 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Thu, 1 Oct 2020 10:57:14 +0900 From: Koichiro Iwao To: Jung-uk Kim Cc: "Alex V. Petrov" , freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: tigervnc-server-1.11.0 error build Message-ID: <20201001015714.p4lketliwzaagxmi@icepick.vmeta.jp> X-Operating-System: FreeBSD 12.1-STABLE amd64 References: <83e8c1dd-9953-6a64-b19a-db7464a70b58@FreeBSD.org> <20200929142031.GA74163@alex.super> <24aa16c1-3c83-053f-8a41-e5c1b1376754@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <24aa16c1-3c83-053f-8a41-e5c1b1376754@FreeBSD.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2020 01:57:19 -0000 > >> Just remove net/tigervnc-server/files/patch-unix_xserver_hw_vnc_xvnc.c > >> and try again. It looks like the committer forgot to remove an obsolete > >> patch. Exactly. Thanks for the fix! -- meta