diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-01-07 19:01:34 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-01-07 19:01:34 +0000 |
commit | eee7686522f590079c22c068603b7d4dd1283aa7 (patch) | |
tree | 48b11ca0024ffc0916b89c10b15198c6cdba5bc9 /archivers/unarchiver/files/patch-XADMaster_Makefile.common | |
parent | Update sysutils/azure-agent to 2.0.16. (diff) |
- Add a port of The Unarchiver, GNUstep-based unpacker for a vast variety
of file formats, both old and new
- Use external wavpack library instead of the bundled one, so that if it
has a security vulnerability, the port would not have to be recompiled
WWW: http://unarchiver.c3.cx/commandline
Diffstat (limited to 'archivers/unarchiver/files/patch-XADMaster_Makefile.common')
-rw-r--r-- | archivers/unarchiver/files/patch-XADMaster_Makefile.common | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/unarchiver/files/patch-XADMaster_Makefile.common b/archivers/unarchiver/files/patch-XADMaster_Makefile.common new file mode 100644 index 000000000000..353e5576da1d --- /dev/null +++ b/archivers/unarchiver/files/patch-XADMaster_Makefile.common @@ -0,0 +1,15 @@ +--- XADMaster/Makefile.common.orig 2015-09-23 20:24:59 UTC ++++ XADMaster/Makefile.common +@@ -206,12 +206,6 @@ LIBRARY_C_FILES = BWT.c \ + PPMd/VariantG.c \ + PPMd/VariantH.c \ + PPMd/VariantI.c \ +- wavpack/bits.c \ +- wavpack/float.c \ +- wavpack/metadata.c \ +- wavpack/unpack.c \ +- wavpack/words.c \ +- wavpack/wputils.c \ + WinZipJPEG/ArithmeticDecoder.c \ + WinZipJPEG/Decompressor.c \ + WinZipJPEG/JPEG.c |