From nobody Mon Jul 01 17:22:15 2024 X-Original-To: freebsd-ports@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 4WCXsv0LYsz5Q4Mq for ; Mon, 01 Jul 2024 17:22:27 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 4WCXst2yJDz4VLW; Mon, 1 Jul 2024 17:22:25 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-21-232.area1b.commufa.jp [123.1.21.232]) (authenticated bits=0) by www121.sakura.ne.jp (8.17.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 461HMGiZ000988; Tue, 2 Jul 2024 02:22:16 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dec.sakura.ne.jp; s=s2405; t=1719854536; bh=2Uv4F25GC2I9bPa3qOKgewLZJe3qHjnNMgRTjwKpMaY=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=GPk1PC6KSXuLcokCvfxg5HpSOeWBe6didYVx0hLdzYKCUx829LnJMw4KVVECfjVnq PUvHipRt/3nRbThFK1E2Q5quhQEYBiF5SeMaKt8z1UjdwrDAUSPvvPlNuKCKb34+r9 FSY50iUI25XsNrXxBLzMn+lLQEzjUlv/7+aBTAC8= Date: Tue, 2 Jul 2024 02:22:15 +0900 From: Tomoaki AOKI To: DutchDaemon - FreeBSD Forums Administrator Cc: freebsd-ports@freebsd.org Subject: Re: Can `pkg prime-origins` be "trained" to pick up flavors? Message-Id: <20240702022215.86f678352bf5d7c6bf3dea4d@dec.sakura.ne.jp> In-Reply-To: References: Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) 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 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4WCXst2yJDz4VLW On Mon, 1 Jul 2024 15:46:18 +0200 DutchDaemon - FreeBSD Forums Administrator wrote: > Hey, > > I use `pkg prime-origins` on my servers to pick up the ports that > Poudriere needs to build for that (cluster of) server(s). > > This doesn't work for flavors, or I'm missing a trick. > > E.g.: I have installed the "guestagent" flavor of emulators/qemu > ("qemu-guest-agent" in pkg terms), which gets built in Poudriere as > "emulators/qemu@guestagent". > > All good and well. > > But `pkg prime-origins` picks it up as "emulators/qemu", which, of > course, triggers Poudriere to build the whole thing, > "emulators/qemu@default". > > Which I don't need. > > So either pkg needs to be amended to be able to recognize and report a > flavor, or I have to put this in the jail's make.conf on Poudriere. > > I'm not sure if there's a place for that in a generic make.conf for all > ports in that specific jail; you know, one that contains > all-encompassing lines like > > DEFAULT_VERSIONS= php=82 apache=2.4 mysql=80 ssl=openssl python=3.9 > python3=3.9 > > Anyone? Hi. pkg records informations about FLAVORs in annotations only. You should search output from `pkg -A ` for each pkg. Does the script on brew.bsd.cafe [1] help understanding/usable? [1] https://brew.bsd.cafe/TomAoki/sh_scripts/src/branch/main/poudlist-all Regards. -- Tomoaki AOKI