pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gzip: remove, used for updating archivers/gzip
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Aug 23 20:47:28 2026 +0200
Changeset: 2ecc82da4f0ccfb428f187d125151496c94baa31
Modified Files:
Makefile
Removed Files:
gzip/COMMIT_MSG
gzip/DESCR
gzip/Makefile
gzip/PLIST
gzip/distinfo
gzip/patches/patch-lib_utimens.h
Log Message:
gzip: remove, used for updating archivers/gzip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2ecc82da4f0ccfb428f187d125151496c94baa31
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
gzip/COMMIT_MSG | 43 ----------------------------------------
gzip/DESCR | 7 -------
gzip/Makefile | 19 ------------------
gzip/PLIST | 27 -------------------------
gzip/distinfo | 6 ------
gzip/patches/patch-lib_utimens.h | 19 ------------------
7 files changed, 122 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 60d1b93839..db306daa17 100644
--- a/Makefile
+++ b/Makefile
@@ -1520,7 +1520,6 @@ SUBDIR+= gwyddion
SUBDIR+= gxconsole
SUBDIR+= gxmms2
SUBDIR+= gzdoom
-SUBDIR+= gzip
SUBDIR+= h323plus
SUBDIR+= h8300-elf-binutils
SUBDIR+= h8300-elf-gcc
diff --git a/gzip/COMMIT_MSG b/gzip/COMMIT_MSG
deleted file mode 100644
index 8b4d4c6e24..0000000000
--- a/gzip/COMMIT_MSG
+++ /dev/null
@@ -1,43 +0,0 @@
-archivers/gzip: Update to version 1.14
-
-* Noteworthy changes in release 1.14 (2025-04-09) [stable]
-
-** Bug fixes
- 'gzip -d' no longer omits the last partial output buffer when the
- input ends unexpectedly on an IBM Z platform.
- [bug introduced in gzip-1.11]
- 'gzip -l' no longer misreports lengths of multimember inputs.
- [bug introduced in gzip-1.12]
- 'gzip -S' now rejects suffixes containing '/'.
- [bug present since the beginning]
-
-** Changes in behavior
- The GZIP environment variable is now silently ignored except for the
- options -1 (--fast) through -9 (--best), --rsyncable, and --synchronous.
- This brings gzip into line with more-cautious compressors like zstd
- that limit environment variables' effect to relatively innocuous
- performance issues. You can continue to use scripts to specify
- whatever gzip options you like.
- 'zmore' is no longer installed on platforms lacking 'more'.
-
-** Performance improvements
- gzip now decompresses significantly faster by computing CRCs via a
- slice by 8 algorithm, and faster yet on x86-64 platforms that
- support pclmul instructions.
-
-* Noteworthy changes in release 1.13 (2023-08-19) [stable]
-
-** Changes in behavior
- zless now diagnoses gzip failures, if using less 623 or later.
- When SIGPIPE is ignored, gzip now exits with status 2 (warning)
- instead of status 1 (error) when writing to a broken pipe. This is
- more useful with programs like 'less' that treat gzip exit status 2
- as a non-failure.
-
-** Bug fixes
- 'gzip -d' no longer fails to report invalid compressed data
- that uses a dictionary distance outside the input window.
- [bug present since the beginning]
- Port to C23, which does not allow K&R-style function definitions
- with parameters, and which does not define __alignas_is_defined.
-
diff --git a/gzip/DESCR b/gzip/DESCR
deleted file mode 100644
index 954e456a6c..0000000000
--- a/gzip/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-GZIP (GNU zip) is a popular data compression program written by Jean-Loup
-Gailly <gzip%gnu.org@localhost> for the GNU project.
-
-This program was developed as a replacement for compress because of the UNISYS
-and IBM patents covering the LZW algorithm used by compress. These patents
-made it impossible for us to use compress, and we needed a replacement. The
-superior compression ratio of GZIP is just a bonus.
diff --git a/gzip/Makefile b/gzip/Makefile
deleted file mode 100644
index 623f89e2f2..0000000000
--- a/gzip/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.39 2025/01/27 19:12:38 rillig Exp $
-
-DISTNAME= gzip-1.14
-CATEGORIES= archivers
-MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
-
-MAINTAINER= drixter%e-utp.net@localhost
-HOMEPAGE= https://www.gnu.org/software/gzip/gzip.html
-COMMENT= Compress or expand files
-LICENSE= gnu-gpl-v3
-
-CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]*
-
-GNU_CONFIGURE= yes
-MAKE_FLAGS+= manlinks=so
-INFO_FILES= yes
-CHECK_PERMS= no # can't depend on checkperms; its distfile is gzipped
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/gzip/PLIST b/gzip/PLIST
deleted file mode 100644
index fc4527ae94..0000000000
--- a/gzip/PLIST
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2007/12/21 23:57:41 rillig Exp $
-bin/gunzip
-bin/gzexe
-bin/gzip
-bin/uncompress
-bin/zcat
-bin/zcmp
-bin/zdiff
-bin/zegrep
-bin/zfgrep
-bin/zforce
-bin/zgrep
-bin/zless
-bin/zmore
-bin/znew
-info/gzip.info
-man/man1/gunzip.1
-man/man1/gzexe.1
-man/man1/gzip.1
-man/man1/zcat.1
-man/man1/zcmp.1
-man/man1/zdiff.1
-man/man1/zforce.1
-man/man1/zgrep.1
-man/man1/zless.1
-man/man1/zmore.1
-man/man1/znew.1
diff --git a/gzip/distinfo b/gzip/distinfo
deleted file mode 100644
index 678f095478..0000000000
--- a/gzip/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.13 2022/04/08 06:24:00 wiz Exp $
-
-BLAKE2s (gzip-1.14.tar.gz) = 5de6cb26d527288b50752441a56f4665fde652ea3460ee0b238ebe1b8ac98b44
-SHA512 (gzip-1.14.tar.gz) = 65db6f01d982a976c431d33e9725dab84fcb991c9603cb2a492a2d578a58f9ac03a14ade4b91af49e9e877d81afec61dea563cf1e599f5b2eee2087613a2d368
-Size (gzip-1.14.tar.gz) = 1369513 bytes
-SHA1 (patch-lib_utimens.h) = fba5ec8e9fcb87642247a68ee6a4568a00d4f413
diff --git a/gzip/patches/patch-lib_utimens.h b/gzip/patches/patch-lib_utimens.h
deleted file mode 100644
index 11f25ac760..0000000000
--- a/gzip/patches/patch-lib_utimens.h
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD$
-
-* lib/utimens.h [HAVE_UTIMENS || HAVE_LUTIMENS]: Include <sys/stat.h>
-instead of <sys/time.h> for the declarations of these functions on
-NetBSD.
-
-https://debbugs.gnu.org/cgi/bugreport.cgi?bug=81231
-
---- lib/utimens.h.orig 2026-06-14 18:08:28.940590875 +0000
-+++ lib/utimens.h
-@@ -25,7 +25,7 @@
- #include <time.h>
-
- #if HAVE_UTIMENS || HAVE_LUTIMENS
--# include <sys/time.h>
-+# include <sys/stat.h>
- #endif
-
- #ifdef __cplusplus
Home |
Main Index |
Thread Index |
Old Index