Bug 140903 - [patch] archivers/p7zip add option to build minimal possible executable supporting only 7zip archives
Summary: [patch] archivers/p7zip add option to build minimal possible executable suppo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 16:30 UTC by Eugene Perevyazko
Modified: 2009-11-26 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.57 KB, patch)
2009-11-26 16:30 UTC, Eugene Perevyazko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Perevyazko 2009-11-26 16:30:03 UTC
  In many cases current 7z/7za executable is an overkill with it's ability to handle tar, gzip and other file formats, because there exist native tools for this.
  This patch adds an option to allow build only 7zr executable which is the smallest and supports only 7zip file format.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-26 16:30:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-26 21:02:50 UTC
nox         2009-11-26 21:02:41 UTC

  FreeBSD ports repository

  Modified files:
    archivers/p7zip      Makefile pkg-plist 
  Log:
  Add option to build minimal possible executable supporting only 7zip archives.
  
  PR:             ports/140903
  Submitted by:   Eugene Perevyazko <john@dnepro.net>
  
  Revision  Changes    Path
  1.40      +35 -6     ports/archivers/p7zip/Makefile
  1.16      +0 -13     ports/archivers/p7zip/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Juergen Lock freebsd_committer freebsd_triage 2009-11-26 21:03:08 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!