[Bug 280458] lang/perl5*: fix 'pkg -r' installation
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 280458] lang/perl5*: fix 'pkg -r' installation"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Aug 2024 10:33:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280458 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=06745788d4b143777aa2cb91e31a4c07af90ded3 commit 06745788d4b143777aa2cb91e31a4c07af90ded3 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2024-08-19 10:28:04 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2024-08-19 10:28:04 +0000 lang/perl5*: remove calls to makewhatis The @*exec macros have issues when being used when used with `pkg -r`, as %D does not account for the root directory. As we have a periodic task updating the makewhatis databases, and perl ports are the only ones actually doing that, probably for some long lost historic reason, it is easier to let that periodic task do its job. PR: 280458 Discussed with: bapt Reported by: Siva Mahadevan lang/perl5-devel/Makefile | 2 +- lang/perl5-devel/pkg-plist | 2 -- lang/perl5.36/Makefile | 2 +- lang/perl5.36/pkg-plist | 2 -- lang/perl5.38/Makefile | 2 +- lang/perl5.38/pkg-plist | 2 -- lang/perl5.40/Makefile | 2 +- lang/perl5.40/pkg-plist | 2 -- 8 files changed, 4 insertions(+), 12 deletions(-) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.