Date: Mon, 03 Jan 2022 16:44:15 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 260523] [exp-run] ar with -T option disabled Message-ID: <bug-260523-7788-BfzutvvT7y@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260523-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-260523-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260523 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D1a0a41b10566e75e77e7efbc8475622b6= a37ffbf commit 1a0a41b10566e75e77e7efbc8475622b6a37ffbf Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-01-03 16:32:52 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-01-03 16:42:59 +0000 ar: accept but ignore 'T' option In previous versions of BSD ar -T was an alias for -f -- use only the first 15 characters of archive member names. In GNU ar and LLVM ar -T creates a thin archive. The -f / old BSD ar -T functionality is not particularly useful, and ignoring -T still results in a usable and compatible (but not thin) archive. An exp-run found a few ports invoking ar -T but they all expect thin archives. In addition, -T will be used to specify thin archives after a migration to LLVM-ar. PR: 260523 [exp-run] Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33553 usr.bin/ar/ar.1 | 5 ++--- usr.bin/ar/ar.c | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260523-7788-BfzutvvT7y>