Created attachment 273387 [details] patch to update port to 2.4.0 Update port to upstream 2.4.0. I earlier also received a pkg-fallout on the 2.2.0_1 version: =======================<phase: extract >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by classiclooks-2.2.0_1 for building ===> Extracting for classiclooks-2.2.0_1 => SHA256 Checksum OK for classiclooks-2.2.0.zip. unzip: skipping insecure symlink 'ClassicLooks Ambiance/gtk-2.0/assets' to '../../ClassicLooks/gtk-2.0/assets' unzip: skipping insecure symlink 'ClassicLooks Ambiance/gtk-3.0/assets' to '../../ClassicLooks/gtk-3.0/assets' unzip: ... ... However, I cannot reproduce this here, so not sure if anything needs fixing for this.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cdd64ce81c7caadc343e473fdded4a5132b72ce commit 2cdd64ce81c7caadc343e473fdded4a5132b72ce Author: J.R. Oldroyd <fbsd@opal.com> AuthorDate: 2026-08-01 21:40:05 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-01 21:41:11 +0000 x11-themes/classiclooks: Update 2.2.0 => 2.4.0 While here, pet portfmt: sort USES. PR: 297224 Reported by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Approved by: osa, vvd (Mentors, implicit) x11-themes/classiclooks/Makefile | 5 +- x11-themes/classiclooks/distinfo | 6 +- x11-themes/classiclooks/pkg-plist | 606 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 611 insertions(+), 6 deletions(-)
Hi, Thank you for your submission. > I earlier also received a pkg-fallout on the 2.2.0_1 version > However, I cannot reproduce this here, so not sure if anything needs fixing for this. I could not reproduce it here on 14.4-RELEASE-amd64-main-fb77337ebee2 too. While here, I sorted USES using portfmt. Committed, thanks.