Summary: | [patch] sysutils/squashfs-tools: add LZMA support | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Eugene Grosbein <ports> | ||||
Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Keywords: | patch | ||||
Priority: | --- | Flags: | ashish:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Maintainer timeout has occured for this PR, please commint the patch. A commit references this bug: Author: ashish Date: Mon Jun 27 16:30:58 UTC 2016 New revision: 417667 URL: https://svnweb.freebsd.org/changeset/ports/417667 Log: - Add LZMA support in form of an option, and enable it by default PR: 208954 Submitted by: eugen@grosbein.net Changes: head/sysutils/squashfs-tools/Makefile head/sysutils/squashfs-tools/distinfo (In reply to eugen from comment #1) Sorry for the delay in reply. I missed the original PR notification that was sent to me. It's committed now. Thanks! |
Created attachment 169522 [details] add LZMA support Currently, the port sysutils/squashfs-tools does not present an option to build with LZMA support. These days, squashfs is often used with LZMA (embedded systems etc.) and our squashfs-tools packages complains it cannot deal with lzma-compressed images due to missing LZMA support. Attached patch adds LZMA option to the port and enables it by default.