pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lz4/patches Removed unused patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56d6222fbebb
branches:  trunk
changeset: 374125:56d6222fbebb
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 16 13:01:38 2018 +0000

description:
Removed unused patch

diffstat:

 archivers/lz4/patches/patch-lib_lz4.h |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r b847309a2a51 -r 56d6222fbebb archivers/lz4/patches/patch-lib_lz4.h
--- a/archivers/lz4/patches/patch-lib_lz4.h     Tue Jan 16 12:43:42 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-lib_lz4.h,v 1.1 2018/01/13 19:00:09 adam Exp $
-
-Set correct version number.
-
---- lib/lz4.h.orig     2018-01-13 18:37:33.000000000 +0000
-+++ lib/lz4.h
-@@ -93,7 +93,7 @@ extern "C" {
- /*------   Version   ------*/
- #define LZ4_VERSION_MAJOR    1    /* for breaking interface changes  */
- #define LZ4_VERSION_MINOR    8    /* for new (non-breaking) interface capabilities */
--#define LZ4_VERSION_RELEASE  0    /* for tweaks, bug-fixes, or development */
-+#define LZ4_VERSION_RELEASE  1    /* for tweaks, bug-fixes, or development */
- 
- #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE)
- 



Home | Main Index | Thread Index | Old Index