Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (38m)  pkgsrc-2024Q1 (3d)  pkgsrc-2023Q4 (78d)  pkgsrc-2023Q2 (110d) 

2024-06-17 16:05:35 UTC Now

2023-05-15 17:49:47 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6757 - requested by dholland
archivers/zstd: build fix

Revisions pulled up:
- archivers/zstd/distinfo                                      1.36
- archivers/zstd/patches/patch-lib_decompress_huf__decompress__amd64.S 1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sun Apr 30 01:39:20 UTC 2023

  Modified Files:
  pkgsrc/archivers/zstd: distinfo
  Added Files:
  pkgsrc/archivers/zstd/patches:
      patch-lib_decompress_huf__decompress__amd64.S

  Log Message:
  PR 57383 Mike Owens: zstd assembler bug on SPARC

  Put amd64 assembler directives inside the amd64 ifdefs so they don't
  get assembled on other targets.

  To generate a diff of this commit:
  cvs rdiff -u -r1.35 -r1.36 pkgsrc/archivers/zstd/distinfo
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/archivers/zstd/patches/patch-lib_decompress_huf__decompress__amd64.S

(spz)