Created attachment 223829 [details] Update to 1.3.2
Has this been tested? If so, on what version and how? Thanks. --Chris
Compiled on FB 12.2 with clang 11, installed and used it for one day....extensively!
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Thanks!
Comment on attachment 223829 [details] Update to 1.3.2 Approved. Builds/Works as intended on 12/amd64 Thanks! x11/libfm/work-gtk2/stage/usr/local/include/libfm ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist)
MFC quarterly
Why the MFC? Does this fix specific bugs?
(In reply to Fernando Apesteguía from comment #6) Sorry. This was a version change. So no MFC. My bad. Sorry.
I'm getting this error when testing the port in poudriere: =========================================================================== =======================<phase: package >============================ ===> Building package for libfm-extra-1.3.2 pkg-static: Unable to access file /wrkdirs/usr/ports/x11/libfm-extra/work/stage/usr/local/lib/libfm-extra.so.4.1.2:No such file or directory *** Error code 1 Stop. Can any of you reproduce this?
This is needed in x11/libfm-extra, slave of x11/libfm. -lib/libfm-extra.so.4.1.2 +lib/libfm-extra.so.4.1.3
(In reply to Fernando Apesteguía from comment #8) Curious. I didn't run into this on a build on "bare metal" @12/amd64. I'll spin up another builder and see if I can reproduce/fix this afternoon. Thanks for the heads-up, Fernando! :-) --Chris
(In reply to Chris Hutchinson from comment #10) It is possible that you already had a previous version of libfm-extra installed so it wasn't built. I will commit this tomorrow morning :-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa85f3852da750ca4fa4c650182a79e8c4429512 commit aa85f3852da750ca4fa4c650182a79e8c4429512 Author: Fernando ApesteguÃa <fernape@FreeBSD.org> AuthorDate: 2021-04-08 07:00:21 +0000 Commit: Fernando ApesteguÃa <fernape@FreeBSD.org> CommitDate: 2021-04-13 05:56:37 +0000 x11/libfm: Update to 1.3.2 Updating pkg-plist in slave port x11/libfm-extra. ChangeLog: https://github.com/lxde/libfm/releases/tag/1.3.2 PR: 254791 Reported by: gspurki@gmail.com Tested by: portmaster@bsdforge.com (maintainer) x11/libfm-extra/pkg-plist | 2 +- x11/libfm/Makefile | 2 +- x11/libfm/distinfo | 6 +++--- x11/libfm/pkg-plist | 20 ++++++++++---------- 4 files changed, 15 insertions(+), 15 deletions(-)
Committed, Thanks!
(In reply to Fernando Apesteguía from comment #13) Thanks for all your time and efforts here, Fernando! :-)