Bug 208954

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:
Description Flags
add LZMA support none

Description Eugene Grosbein 2016-04-21 13:04:54 UTC
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.
Comment 1 Eugene Grosbein 2016-06-26 15:22:51 UTC
Maintainer timeout has occured for this PR, please commint the patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-06-27 16:31:58 UTC
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
Comment 3 Ashish SHUKLA freebsd_committer freebsd_triage 2016-06-27 16:33:32 UTC
(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!