Bug 208954 - [patch] sysutils/squashfs-tools: add LZMA support
Summary: [patch] sysutils/squashfs-tools: add LZMA support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ashish SHUKLA
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-04-21 13:04 UTC by Eugene Grosbein
Modified: 2016-06-27 16:33 UTC (History)
0 users

See Also:
ashish: maintainer-feedback+


Attachments
add LZMA support (1.62 KB, patch)
2016-04-21 13:04 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!