From nobody Fri May 31 11:08:50 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 4VrL3X1S75z5Mh9K; Fri, 31 May 2024 11:09:12 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VrL3W2Tb0z4fR8; Fri, 31 May 2024 11:09:11 +0000 (UTC) (envelope-from makc@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from mail-lf1-f49.google.com [209.85.167.49:46413] (HELO/EHLO mail-lf1-f49.google.com, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id 44VB91ga046940 (using TLSv1.2, with cipher ECDHE-RSA-AES128-GCM-SHA256 (128 bits), verified FAIL) Fri, 31 May 2024 14:09:01 +0300 (MSK) Received: by mail-lf1-f49.google.com with SMTP id 2adb3069b0e04-52b03d66861so2062779e87.1; Fri, 31 May 2024 04:09:01 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCWetZeSUCeDpJ0rWNer0HpqzxO+lWlDtAd3DPWadQrrL906PycrIgXTlDIn3DP4dZ+3Q2iKYtJ3q+tlVD6K5OpI1pkJtAw2CCocSQjMAhdozt/9Nmh/hMYGCXM4L/Fse1nhuV7IiR9FoJIUFhYB8wTFs08/8E8pfC8A8hkY/9LITC7HFSCZCVTO8rzDIUnOoj93rv1zWbGkU6uQBGVata/AteQs0rrX X-Gm-Message-State: AOJu0YzQgYjIMf10MCU1pSX+OcZd+TlTtIYehI9QXVZyocALccITMgh/ TqC0cknCXmOjEN7uK4QuE2Vof3KAbcL62jzRjGTJ9AhD78joeC2+EUhG+R7wBeSfOmCcv0JP2xl Y4JksGzLrVHLgzkFPC5K41PCiIc0= X-Google-Smtp-Source: AGHT+IHj7qc8k76QiU7ps8q468x3W4RBOe4ndLqOYQYt57HXxOP791A21BZs30S497e8nOnNsNyBx2+Rdxr97VZ2snQ= X-Received: by 2002:a19:7604:0:b0:529:b9ad:52b5 with SMTP id 2adb3069b0e04-52b896c1655mr878381e87.41.1717153741468; Fri, 31 May 2024 04:09:01 -0700 (PDT) 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 References: <202405291834.44TIYggq003718@gitrepo.freebsd.org> <5B96E765-95E2-4599-80FD-BE9DBA5263FC@freebsd.org> In-Reply-To: From: Max Brazhnikov Date: Fri, 31 May 2024 14:08:50 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 7a740b7c908f - main - */tex*: Update version 20230313=>20240312 To: Po-Chuan Hsieh Cc: Moin Rahman , "Jason E. Hale" , ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" 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:9113, ipnet:77.236.32.0/20, country:RU] X-Rspamd-Queue-Id: 4VrL3W2Tb0z4fR8 On Fri, 31 May 2024 at 13:02, Po-Chuan Hsieh wrote: > I always use "poudriere bulk -r -t" > -r Recursively test all dependencies as well. This flag is > automatically set when using -at. > -t Add some testing to the specified ports. Add -r to recursively > test all port dependencies as well. When used with -a then -rk > are implied. > > The side effect is it will block the build if the check fails. > For example, devel/doxygen has an fs_violation issue (caused by fontconfig db). > I have to build it manually without the -t flag. -k Do not consider failures to be fatal when using -t. Do not skip dependent ports on findings. This flag is automatically set when using -at.