Page MenuHomeFreeBSD

Uses/linux.mk: Restore i386 guard for linux-c7-*
ClosedPublic

Authored by lwhsu on May 4 2026, 6:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 14, 3:59 PM
Unknown Object (File)
Sun, Jul 12, 8:42 AM
Unknown Object (File)
Sat, Jul 4, 1:03 AM
Unknown Object (File)
Mon, Jun 29, 3:21 AM
Unknown Object (File)
Fri, Jun 26, 11:54 PM
Unknown Object (File)
Sat, Jun 20, 5:02 AM
Unknown Object (File)
Jun 10 2026, 5:53 AM
Unknown Object (File)
Jun 8 2026, 8:55 AM
Subscribers
None

Details

Summary
Uses/linux.mk: Restore i386 guard for linux-c7-*

Without this, when USE_LINUX_RPM=yes (LIB_DISTNAMES) is used with linux:c7 and
the port sets ONLY_FOR_ARCHS=amd64, the i686 RPM is still being added to
DISTFILES_amd64, causing fetching a file not in distinfo.

This fixes devel/linux-ltp build.

Fixes:		5aa75e1ca0fc Linuxulator ports: Introduce Rocky Linux 9
Sponsored by:	The FreeBSD Foundation

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lwhsu requested review of this revision.May 4 2026, 6:39 PM
lwhsu created this revision.

Ugh, this is so unreadable. I think I'll have to find time to properly overhaul linux.mk.

For now lets get this in.

This revision is now accepted and ready to land.May 4 2026, 7:12 PM