From owner-freebsd-ports@freebsd.org Thu Dec 3 18:36:19 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 2D9D54ACD90 for ; Thu, 3 Dec 2020 18:36:19 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cn4Kt12f1z4b12 for ; Thu, 3 Dec 2020 18:36:17 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1607020575; bh=lx2D39e9dB1WicaCaafgdTTpZj/iMNFy3EjoihNOMhA=; h=Subject:To:References:From:Date:In-Reply-To; b=2GUELxv35HAnunMAh7MHDtBfp9Tq1+n46woxCFz1f186dY85x0+JRhSU7J3+UlBcb TzoOwyeqyJNVO3abzASfam0hZaXwx6Laho6t+pwld8/hFWDJ8SmQwvPGoHmMSH2Q+a nnRPfzBNCNTJjWoLJ+775V8osj+xcLctOeICc0Ug= Subject: Re: editors/libreoffice configure error To: freebsd-ports@freebsd.org References: From: Per olof Ljungmark Message-ID: Date: Thu, 3 Dec 2020 19:36:12 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Cn4Kt12f1z4b12 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nethead.se header.s=NETHEADSE header.b=2GUELxv3; dmarc=pass (policy=none) header.from=nethead.se; spf=pass (mx1.freebsd.org: domain of peo@nethead.se designates 5.150.237.139 as permitted sender) smtp.mailfrom=peo@nethead.se X-Spamd-Result: default: False [-4.00 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[nethead.se:s=NETHEADSE]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:5.150.237.139:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[5.150.237.139:from:127.0.2.255]; DKIM_TRACE(0.00)[nethead.se:+]; DMARC_POLICY_ALLOW(-0.50)[nethead.se,none]; NEURAL_HAM_SHORT(-1.00)[-0.997]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[5.150.237.139:from]; ASN(0.00)[asn:8473, ipnet:5.150.192.0/18, country:SE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2020 18:36:19 -0000 On 12/3/20 9:34 AM, Per olof Ljungmark wrote: > Hi all, > > Ideas welcome how to solve this, a week ago or so it built fine on r367678. > > FreeBSD 12.2-STABLE #0 r368189M > > libreoffice-7.0.3.1_2 trying to build from ports > > X CUPS > X Kf5 > X QT5 > X TEST > X WEBDAV > > Stops at > > configure: WARNING: unrecognized options: --with-build-version Since no answers I upgraded v6 instead and that went well. Per