r 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 4h7zbb6pRzz3g06 for ; Mon, 27 Jul 2026 13:15:07 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smyrak.com; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=JU5D24QxsaiThyTppGs5EttG0c2VwRUNuBkRPefBZ/c=; b=MnFL4QzCuipv/p2l7wR4c6zAJ9 Dfj230CMWgylD8qz7ElpQh3MKMrKgo2aEKDHlJzmmRcpjA0GKfAK5Lm5HEgYhuDmSqs2H14cKXFxX aSl3oerQJK7Q9UHgGGZX8z+dS3+NRQ/mIxUz3GzV7POeTAdQwAn6s+WfUyGeGkHJrZhu2x+Zrfdcg 8E4Q5R/PS4tJB2EmzN2Llo+yURJvk0H+zNLgj2OcdyB/3SggdKKuBwc9UeoCJXPBl9Q6v+zsZ/dRY vTTppiW6VVrvm4z3wv7Z+OP444vx1J1QOkiCVNifvyuvVjqi5rERvFUbtnn4WdboMqDjzh4FW1bGr U3gOt0yQ==; Received: from 84-40-239-67.cgnat.inetia.pl ([84.40.239.67] helo=daleth.home) by s149.cyber-folks.pl with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.99.5) (envelope-from ) id 1woLAf-000000005Vw-2MWa; Mon, 27 Jul 2026 15:15:05 +0200 Date: Mon, 27 Jul 2026 15:14:33 +0200 From: Piotr Smyrak To: Steve Kargl Cc: ports@freebsd.org Subject: Re: What is a FLAVOR and how to unbreak ports? Message-ID: <20260727151433.18dcda4a@daleth.home> In-Reply-To: References: <6ce75735-75f7-4852-814c-91b8105692e6@comcast.net> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authenticated-Id: piero@smyrak.com X-Rspamd-Queue-Id: 4h7zbb6pRzz3g06 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:41079, ipnet:185.204.218.0/23, country:PL] X-Spamd-Bar: ---- On Sun, 26 Jul 2026 19:43:57 -0700 Steve Kargl wrote: > Yeah, I read the porter's documentation. I could not find where > it mentions a comprehensive list of the FLAVORs. There is no > discussion of how one can query for the list of FLAVORs. You will get the list for any port: cd /usr/ports/$category/$port && make -V FLAVORS -- Piotr Smyrak