From nobody Tue Jul 30 23:07:05 2024 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WYW8L11n5z5S9Xp; Tue, 30 Jul 2024 23:07:14 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mail.bounce-commerce.de (mail.bounce-commerce.de [176.9.89.59]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WYW8K60qqz45Fm; Tue, 30 Jul 2024 23:07:13 +0000 (UTC) (envelope-from tz@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.0.157] (ip-005-146-249-235.um05.pools.vodafone-ip.de [5.146.249.235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) (Authenticated sender: t.zuehlsdorff@bounce-commerce.de) by mail.bounce-commerce.de (Postfix) with ESMTPSA id B6CB5341A0; Wed, 31 Jul 2024 01:07:05 +0200 (CEST) Message-ID: Date: Wed, 31 Jul 2024 01:07:05 +0200 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: 09bbcc173a47 - main - emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for compilation To: Moin Rahman Cc: "ports-committers@freebsd.org" , "dev-commits-ports-all@freebsd.org" , "dev-commits-ports-main@freebsd.org" References: <202407302225.46UMP7gD043666@gitrepo.freebsd.org> <38BC3C02-B27E-41EA-AB86-721F1B40C319@freebsd.org> Content-Language: en-US From: Torsten Zuehlsdorff In-Reply-To: <38BC3C02-B27E-41EA-AB86-721F1B40C319@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.09 X-Rspamd-Action: no action X-Spam-Status: No, score=-0.09 X-Rspamd-Server: mail.bounce-commerce.de X-Rspamd-Pre-Result: action=no action; module=multimap; Matched map: WHITELIST_SENDER_DOMAIN X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:176.9.0.0/16, country:DE] X-Rspamd-Queue-Id: 4WYW8K60qqz45Fm On 31.07.24 01:04, Moin Rahman wrote: > > >> On Jul 31, 2024, at 1:00 AM, Torsten Zuehlsdorff wrote: >> >> Aloha, > .include I figured this out right before seeing your message :) >>> +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400000 && ${OSVERSION} < 1401000 ) >>> +IGNORE= Does not build on FreeBSD 14.0 - zlib is too old >>> +.endif > .include It seems not needed (if .include exists)? Or why is this needed? Thanks!