pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/tools



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Sep 12 22:12:32 UTC 2024

Modified Files:
        pkgsrc/mk/tools: tools.Linux.mk

Log Message:
tools.Linux.mk: add unzip

Perhaps surprisingly, unzip was never included, though it is for some
other OSes. Works around PR pkg/58671, where the resulting archivers/
zip does not function correctly on Fedora 40.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/mk/tools/tools.Linux.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/tools/tools.Linux.mk
diff -u pkgsrc/mk/tools/tools.Linux.mk:1.71 pkgsrc/mk/tools/tools.Linux.mk:1.72
--- pkgsrc/mk/tools/tools.Linux.mk:1.71 Tue Aug  6 03:50:23 2024
+++ pkgsrc/mk/tools/tools.Linux.mk      Thu Sep 12 22:12:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Linux.mk,v 1.71 2024/08/06 03:50:23 tnn Exp $
+# $NetBSD: tools.Linux.mk,v 1.72 2024/09/12 22:12:32 gutteridge Exp $
 #
 # System-supplied tools for the Linux operating system.
 #
@@ -248,6 +248,9 @@ TOOLS_PLATFORM.tsort?=              ${_path}/tsort
 .  if exists(${_path}/uniq)
 TOOLS_PLATFORM.uniq?=          ${_path}/uniq
 .  endif
+.  if exists(${_path}/unzip)
+TOOLS_PLATFORM.unzip?=         ${_path}/unzip
+.  endif
 .  if exists(${_path}/wc)
 TOOLS_PLATFORM.wc?=            ${_path}/wc
 .  endif



Home | Main Index | Thread Index | Old Index