git: ad0fbc9446be - main - x11-themes/classiclooks: Attempt to fix build on CURRENT
Yusuf Yaman <[email protected]> Tue, 04 Aug 2026 18:44:30 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad0fbc9446be4af8ec6781714dde0a7952ab8a79 commit ad0fbc9446be4af8ec6781714dde0a7952ab8a79 Author: J.R. Oldroyd <[email protected]> AuthorDate: 2026-08-04 18:40:31 +0000 Commit: Yusuf Yaman <[email protected]> CommitDate: 2026-08-04 18:44:17 +0000 x11-themes/classiclooks: Attempt to fix build on CURRENT unzip seems to fail extracting successfully due to insecure symlink errors. Using tar instead seems to work fine. Reported by: J.R. Oldroyd <[email protected]> (maintainer, via e-mail) Reported by: pkg-fallout Approved by: osa, vvd (Mentors, implicit) --- x11-themes/classiclooks/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-themes/classiclooks/Makefile b/x11-themes/classiclooks/Makefile index a74675ff1f15..c68beef90293 100644 --- a/x11-themes/classiclooks/Makefile +++ b/x11-themes/classiclooks/Makefile @@ -20,7 +20,9 @@ USE_GNOME= gtk20 SHEBANG_REGEX= 00.[0-4]0 bash_CMD= /bin/sh -EXTRACT_AFTER_ARGS= -d ${DISTNAME} +EXTRACT_CMD= ${MKDIR} ${DISTNAME}; ${TAR} +EXTRACT_BEFORE_ARGS= -xf +EXTRACT_AFTER_ARGS= -C ${DISTNAME} NO_ARCH= yes NO_BUILD= yes