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)
Sat, Jun 20, 5:02 AM
Unknown Object (File)
Wed, Jun 10, 5:53 AM
Unknown Object (File)
Mon, Jun 8, 8:55 AM
Unknown Object (File)
Fri, Jun 5, 12:45 AM
Unknown Object (File)
Wed, Jun 3, 5:22 AM
Unknown Object (File)
Mon, Jun 1, 11:04 PM
Unknown Object (File)
Mon, Jun 1, 11:01 PM
Unknown Object (File)
Sun, May 31, 9:21 PM
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