From owner-freebsd-ports@freebsd.org Wed Dec 30 00:31: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 70D264CF4C2 for ; Wed, 30 Dec 2020 00:31:19 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail03.adl6.internode.on.net (ipmail03.adl6.internode.on.net [150.101.137.143]) by mx1.freebsd.org (Postfix) with ESMTP id 4D5BzT5BP4z3rqj; Wed, 30 Dec 2020 00:31:17 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) X-SMTP-MATCH: 0 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2D3AgCgyetf/wvmestiHAEBAQEBAQc?= =?us-ascii?q?BARIBAQQEAQFAgU+DIVdhhD+JBId7MIN9hh2SHQsBNAkBAgQBAYFVgnUCgXA?= =?us-ascii?q?mOBMCEAEBBgEBAQEBBgSGUgyFcwEBAQMBI1YFCwsOCgICGA4CAiE2BgEMBgI?= =?us-ascii?q?BAYMiAYJVAw4fEK9idoEyhViCUQ2CHgaBDiqNKYEAgUGBEScMgmY+ghtCBBe?= =?us-ascii?q?EXoJgBIN7IIESEIEum1abUFiCEHCJKo0RhREFKaJQlAuLEIJ4lUGBejMaIYM?= =?us-ascii?q?7UBkNlyaFVzEwAjUCBgoBAQMJVwGNNQEB?= Received: from ppp230-11.static.internode.on.net (HELO leader.local) ([203.122.230.11]) by ipmail03.adl6.internode.on.net with ESMTP; 30 Dec 2020 11:01:08 +1030 Subject: Re: net/libarcus fails to install To: Torfinn Ingolfsen , FreeBSD Ports ML Cc: db@freebsd.org References: From: Shane Ambler Message-ID: <5f86a31c-fe9c-bc8a-1730-4cb7e36772ca@ShaneWare.Biz> Date: Wed, 30 Dec 2020 11:01:05 +1030 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4D5BzT5BP4z3rqj X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of FreeBSD@shaneware.biz has no SPF policy when checking 150.101.137.143) smtp.mailfrom=FreeBSD@shaneware.biz X-Spamd-Result: default: False [-1.90 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.90)[-0.904]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ShaneWare.Biz]; RBL_DBL_DONT_QUERY_IPS(0.00)[150.101.137.143:from]; RWL_MAILSPIKE_GOOD(0.00)[150.101.137.143:from]; SPAMHAUS_ZRD(0.00)[150.101.137.143:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; AUTH_NA(1.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:4739, ipnet:150.101.0.0/16, country:AU]; RCVD_COUNT_TWO(0.00)[2]; 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: Wed, 30 Dec 2020 00:31:19 -0000 On 28/12/20 4:40 am, Torfinn Ingolfsen wrote: > On Sun, Dec 27, 2020 at 2:41 PM Torfinn Ingolfsen wrote: >> >> net/libarcus builds, but fails to install: > FWIW, devel/libsavitar has the same "problem"; with python38 installed > it fails to install because it builds for 3.8 instead of 3.7. The issue is in cmake - I have just reported it as a bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252277 For a workaround try adding the following to the end of the libarcus Makefile (above the last .include line) indents are tabs not spaces The same addition should also work for libsavitar post-patch: ${REINPLACE_CMD} -e 's|VERSION_LESS 3.12|VERSION_LESS 4.12|g' \ ${WRKSRC}/CMakeLists.txt \ ${WRKSRC}/cmake/FindSIP.cmake -- FreeBSD - the place to B...Software Developing Shane Ambler