[Bug 285446] emulators/wine-devel: Update to 10.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 07 Apr 2025 19:49:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285446

--- Comment #9 from Jonathan Vasquez <jon@xyinn.org> ---
Thanks for that Thibault! My mental model was off but this makes it clearer. My
current set up was actually having two separate package directories (basically
one set of packages for 64 bit built by poudriere, and the second set of
packages was the 32 but built by poudriere). I then exposed those two
directories in my internal http server (same domain but different dir, example:
142x64 and 142x32). Then I had to different conf files in my repos.conf, one
for each of these.

But I see what you mean, I should have only one core directory with two
separate folders based on ABI, then if I use the ABI variable in my conf each
PKG call (PKG on 64 bit host and pkg32) will auto select the appropriate
directory from the same repo but based on ABI. This makes sense.

-- 
You are receiving this mail because:
You are the assignee for the bug.