diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-04 12:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-04 12:40:24 +0000 |
commit | 25c61429c1d84d3e0d5c8044d834d7a7dce66819 (patch) | |
tree | eb6fb31e136a7bc5e1d59b932bbea8d060676a5a /archivers | |
parent | d6002cc3b2347aa3213b65e362a872206ee37cbe (diff) | |
download | pkgsrc-25c61429c1d84d3e0d5c8044d834d7a7dce66819.tar.gz |
Add upstream pull request.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zstd/distinfo | 8 | ||||
-rw-r--r-- | archivers/zstd/patches/patch-Makefile | 3 | ||||
-rw-r--r-- | archivers/zstd/patches/patch-lib_Makefile | 3 | ||||
-rw-r--r-- | archivers/zstd/patches/patch-programs_Makefile | 3 |
4 files changed, 10 insertions, 7 deletions
diff --git a/archivers/zstd/distinfo b/archivers/zstd/distinfo index c14ab1c669a..6097cd4e10f 100644 --- a/archivers/zstd/distinfo +++ b/archivers/zstd/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.1 2016/09/04 12:36:59 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/09/04 12:40:24 wiz Exp $ SHA1 (zstd-1.0.0.tar.gz) = 4865e52b308fccbf8cabf704f63cadbeccb1b6d9 RMD160 (zstd-1.0.0.tar.gz) = 37abd266b75dc62eea83e75f6868bfd7dc53a648 SHA512 (zstd-1.0.0.tar.gz) = ba7b1c993656fa220dd8d4c8cd6b7999b0d7b59b4290d7767063f6c4bfbb81e04b9d9890dea4d223d48082ab253159209d6187dc7b42cafc28ebc738bfa17ace Size (zstd-1.0.0.tar.gz) = 593430 bytes -SHA1 (patch-Makefile) = 6cb92b591d2daa236218714c50a85ad2d13516c4 -SHA1 (patch-lib_Makefile) = 1b4136bc1580547a129cc0ba2965fda9ebf90e3c -SHA1 (patch-programs_Makefile) = 74d1c393e2918d4da27f18e915d9424965a68e5d +SHA1 (patch-Makefile) = 97523cca23ded18c52c0d9ee8b21ab956beb38bb +SHA1 (patch-lib_Makefile) = afca61a2f8aac8da9fe06f7d5b20e50197922b53 +SHA1 (patch-programs_Makefile) = 010a0840b3b49968e2f100ad2201ebdd8d922f02 SHA1 (patch-tests_zbufftest.c) = 68a796958aea6256ecd5ac18fc4c96d753ebbec2 SHA1 (patch-tests_zstreamtest.c) = 31c0d6c661cc21119871d1ad3650d9842cbd59c1 diff --git a/archivers/zstd/patches/patch-Makefile b/archivers/zstd/patches/patch-Makefile index d66fd4ceb76..20f11ba0890 100644 --- a/archivers/zstd/patches/patch-Makefile +++ b/archivers/zstd/patches/patch-Makefile @@ -1,6 +1,7 @@ -$NetBSD: patch-Makefile,v 1.1 2016/09/04 12:36:59 wiz Exp $ +$NetBSD: patch-Makefile,v 1.2 2016/09/04 12:40:24 wiz Exp $ Enable install target for NetBSD. +https://github.com/facebook/zstd/pull/338 --- Makefile.orig 2016-09-04 12:01:55.355932317 +0000 +++ Makefile diff --git a/archivers/zstd/patches/patch-lib_Makefile b/archivers/zstd/patches/patch-lib_Makefile index efe60eaa94a..2387da77a0b 100644 --- a/archivers/zstd/patches/patch-lib_Makefile +++ b/archivers/zstd/patches/patch-lib_Makefile @@ -1,6 +1,7 @@ -$NetBSD: patch-lib_Makefile,v 1.1 2016/09/04 12:36:59 wiz Exp $ +$NetBSD: patch-lib_Makefile,v 1.2 2016/09/04 12:40:24 wiz Exp $ Enable install target for NetBSD. +https://github.com/facebook/zstd/pull/338 --- lib/Makefile.orig 2016-08-31 16:09:10.000000000 +0000 +++ lib/Makefile diff --git a/archivers/zstd/patches/patch-programs_Makefile b/archivers/zstd/patches/patch-programs_Makefile index 72750a3b263..66497154ee0 100644 --- a/archivers/zstd/patches/patch-programs_Makefile +++ b/archivers/zstd/patches/patch-programs_Makefile @@ -1,6 +1,7 @@ -$NetBSD: patch-programs_Makefile,v 1.1 2016/09/04 12:36:59 wiz Exp $ +$NetBSD: patch-programs_Makefile,v 1.2 2016/09/04 12:40:24 wiz Exp $ Enable install target for NetBSD. +https://github.com/facebook/zstd/pull/338 --- programs/Makefile.orig 2016-08-31 16:09:10.000000000 +0000 +++ programs/Makefile |