Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 18:44:30 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        J.R. Oldroyd <fbsd@opal.com>
Subject:   git: ad0fbc9446be - main - x11-themes/classiclooks: Attempt to fix build on CURRENT
Message-ID:  <6a72330e.33b16.33b0cf8d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ad0fbc9446be4af8ec6781714dde0a7952ab8a79

commit ad0fbc9446be4af8ec6781714dde0a7952ab8a79
Author:     J.R. Oldroyd <fbsd@opal.com>
AuthorDate: 2026-08-04 18:40:31 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
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 <fbsd@opal.com> (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
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a72330e.33b16.33b0cf8d>