diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-02 00:20:19 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-02 00:20:19 +0000 |
commit | 6e99c40ba8555ef951fad047d30fa21b836ba5ab (patch) | |
tree | 5ce92ac54f09dcaf3708cd40344a353775dcfd63 /UPDATING | |
parent | 13cb94b98a4125c9668f4d0c12becccbfd3d6907 (diff) |
- Modernize and simplify the archivers/p7zip port's Makefile by getting rid
of some sed calls, supporting staging.
- Set LICENSE for the port. [1]
- Get rid of the MINIMAL and MODULES options. They were not very useful and
its handling was needlessly complicating the Makefile logic. We now always
build as if MINIMAL was unset.
- Stop installing the p7zip and Client7z wrappers.
- Move the installation of the RAR decompression codec to
archivers/p7zip-codec-rar, as its source code uses a more restrictive
license than the LGPL21 used for the rest of the code base.
PR: ports/185238 [1]
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> [1]
Notes
Notes:
svn path=/head/; revision=338410
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140102: + AFFECTS: users of archivers/p7zip + AUTHOR: rakuco@FreeBSD.org + + The MINIMAL and MODULES options have been removed from archivers/p7zip, + which now unconditionally installs the 7z, 7za and 7zr, as if the MINIMAL + option was previously unset. + + The RAR decompression codec, whose source code has a more restrictive + license that forbids its use for creating RAR archives, has been moved to + a separate port, archivers/p7zip-codec-rar. + 20131230: AFFECTS: ports using Apache Software License 2.0 AUTHOR: ohauer@FreeBSD.org |