notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: archivers/upx/Makefile

Number of commits found: 41

Wednesday, 21 Feb 2024
15:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/upx: Update to 4.2.2

Changes:	https://github.com/upx/upx/releases
		https://github.com/upx/upx/blob/master/NEWS
commit hash: f4245cc6ab954d2a489bfa82d22680e6a574e1b6 commit hash: f4245cc6ab954d2a489bfa82d22680e6a574e1b6 commit hash: f4245cc6ab954d2a489bfa82d22680e6a574e1b6 commit hash: f4245cc6ab954d2a489bfa82d22680e6a574e1b6 f4245cc
Tuesday, 14 Nov 2023
17:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/upx: Update to 4.2.1

Changes:	https://github.com/upx/upx/releases
		https://github.com/upx/upx/blob/master/NEWS
commit hash: b7b13d67bd7bd84d4319358dd5245f143b9185fe commit hash: b7b13d67bd7bd84d4319358dd5245f143b9185fe commit hash: b7b13d67bd7bd84d4319358dd5245f143b9185fe commit hash: b7b13d67bd7bd84d4319358dd5245f143b9185fe b7b13d6
Thursday, 2 Nov 2023
07:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/upx: Update to 4.2.0

Changes:	https://github.com/upx/upx/releases
		https://github.com/upx/upx/blob/master/NEWS
commit hash: 6cb4ff5d5537bb493c25abdc23c29995850ae914 commit hash: 6cb4ff5d5537bb493c25abdc23c29995850ae914 commit hash: 6cb4ff5d5537bb493c25abdc23c29995850ae914 commit hash: 6cb4ff5d5537bb493c25abdc23c29995850ae914 6cb4ff5
Saturday, 30 Sep 2023
00:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/upx: Update to 4.1.0

Changes:	https://github.com/upx/upx/releases
commit hash: 42929fa09fa405023a32928161fd93f7186d18c4 commit hash: 42929fa09fa405023a32928161fd93f7186d18c4 commit hash: 42929fa09fa405023a32928161fd93f7186d18c4 commit hash: 42929fa09fa405023a32928161fd93f7186d18c4 42929fa
Saturday, 27 May 2023
04:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/upx: Update to 4.0.2

- Update WWW
- Update LICENSE_FILE
- Add DOCS option

Changes:	https://github.com/upx/upx/releases
commit hash: 27eea366128326c1b3073a83516c417832621fe6 commit hash: 27eea366128326c1b3073a83516c417832621fe6 commit hash: 27eea366128326c1b3073a83516c417832621fe6 commit hash: 27eea366128326c1b3073a83516c417832621fe6 27eea36
Wednesday, 17 May 2023
16:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: llvm15 build fixes

llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 9b178ff
Tuesday, 2 May 2023
19:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/upx: Fix build on 14-CURRENT

In file included from filteri.cpp:71:
./filter/cto.h:47:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:73:
./filter/cto.h:47:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:79:
./filter/cto.h:47:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:81:
./filter/cto.h:47:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:87:
./filter/cto.h:47:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:89:
./filter/cto.h:47:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:100:
./filter/ctoj.h:51:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:102:
./filter/ctoj.h:51:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:115:
./filter/ctok.h:52:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:117:
./filter/ctok.h:52:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:141:
./filter/ctojr.h:109:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:143:
./filter/ctojr.h:109:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
12 errors generated.

Reference:	https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/pdf5b273c8e36_s83d5725005/logs/upx-3.96.log
commit hash: 95c89d246afb6e04e61ed416574ef8d79a386683 commit hash: 95c89d246afb6e04e61ed416574ef8d79a386683 commit hash: 95c89d246afb6e04e61ed416574ef8d79a386683 commit hash: 95c89d246afb6e04e61ed416574ef8d79a386683 95c89d2
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
archivers: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreev Maxim
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Anes Mukhametov <anes@anes.su>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ayumi M <ayu@commun.jp>
  *  Carsten Larsen <cs@innolan.dk>
  *  Chin-San Huang <chinsan.tw@gmail.com>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Cyrille Lefevre <cyrille.lefevre@laposte.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Felix Palmen <felix@palmen-it.de>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  Igor Pokrovsky <tiamat@telegraph.spb.ru>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Burchell <toxic@doobie.com>
  *  Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
  *  Jerry Hicks
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  John Marino <marino@FreeBSD.org>
  *  José García Juanino <jjuanino@gmail.com>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  Kevin Golding <ports@caomhin.org>
  *  Konstantin Reznichenko <kot@premierbank.dp.ua>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Kane <mark@mkproductions.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Matteo Cypriani <mcy@lm7.fr>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Melvyn Sopacua <melvyn@magemana.nl>
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Nathan Ahlstrom <nra@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Per Wigren
  *  Philippe Casidy <pcasidy@casidy.com>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Poul-Henning Kamp <phk@FreeBSD.org>
  *  Radim Kolar
  *  Radim Kolar <hsn@filez.com>
  *  Radim Kolar <hsn@netmag.cz>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roman Shterenzon <roman@xpert.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stefan Esser <se@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yarodin <yarodin@gmail.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  ache
  *  adamw
  *  antoine@FreeBSD.org
  *  bf <bf2006a@yahoo.com>
  *  chinsan <chinsan.tw@gmail.com>
  *  giffunip@asme.org
  *  gurkan@phys.ethz.ch
  *  iblis <iblis.dif01@nctu.edu.tw>
  *  ijliao
  *  jmz
  *  kwm@FreeBSD.org
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  mm
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  samm@freebsd.org
  *  swhetzel@gmail.com
  *  will

With hat:	portmgr
commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 1ced9d2
Friday, 28 Jan 2022
23:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/upx: Use upstream release tarball
commit hash: 98deea4a7f940a0b1ec309186f935357d3fee815 commit hash: 98deea4a7f940a0b1ec309186f935357d3fee815 commit hash: 98deea4a7f940a0b1ec309186f935357d3fee815 commit hash: 98deea4a7f940a0b1ec309186f935357d3fee815 98deea4
Tuesday, 21 Dec 2021
18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/upx: Update to 3.96

- Remove DOCS option
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/upx/upx/releases
commit hash: 1db1502ff39aca8efc4acf9d3c9c9aac416ff824 commit hash: 1db1502ff39aca8efc4acf9d3c9c9aac416ff824 commit hash: 1db1502ff39aca8efc4acf9d3c9c9aac416ff824 commit hash: 1db1502ff39aca8efc4acf9d3c9c9aac416ff824 1db1502
Monday, 6 Dec 2021
12:36 Rene Ladan (rene) search for other commits by this committer
all: return fjoe's ports to the pool

fjoe's ports bit got safekept.
commit hash: a67b5dd8d0b38dba779927f185ecb367c335a540 commit hash: a67b5dd8d0b38dba779927f185ecb367c335a540 commit hash: a67b5dd8d0b38dba779927f185ecb367c335a540 commit hash: a67b5dd8d0b38dba779927f185ecb367c335a540 a67b5dd
Tuesday, 5 Oct 2021
19:11 Bernhard Froehlich (decke) search for other commits by this committer
archivers/upx: Add CPE information

Approved by:	portmgr (blanket)
commit hash: ab761c51044bc16bb1eed4de647257be8d76441d commit hash: ab761c51044bc16bb1eed4de647257be8d76441d commit hash: ab761c51044bc16bb1eed4de647257be8d76441d commit hash: ab761c51044bc16bb1eed4de647257be8d76441d ab761c5
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 14 Dec 2018
08:44 koobs search for other commits by this committer
archivers/upx: Fix build due to missing perl (pod2*) tools

upx unconditionally runs its docs target, which relies on multiple [1] pod2*
tools provided by perl.

USES=perl and USE_PERL=build were removed in ports r478489, resulting in those
tools not being available at build time, and the following errors:

  /bin/sh: pod2man: not found
  /bin/sh: pod2html: not found
  /bin/sh: pod2text: not found

This change, accordingly, re-adds perl as an unconditional build dependency,
including a comment about what its for.

While I'm here:

  * Update COMMENT for (portlint) compliance [2]

[1] pod2man, pod2html, pod2text
[2] Wikipedia, MajorGeeks and others also describe UPX without a "The" prefix

PR:		234002
Reported by:	<mail ozzmosis com>
Approved by:	portmgr (blanket: build fix, JFI)
MFH:		2018Q4
Differential Revision: D18549
Original commitRevision:487412 
Thursday, 13 Dec 2018
02:24 fjoe search for other commits by this committer
Update to 3.95
Original commitRevision:487336 
Thursday, 30 Aug 2018
19:53 yuri search for other commits by this committer
archivers/upx: Update 3.91 -> 3.94

PR:		230089
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	fjoe (maintainer's timeout; 33 days)
Original commitRevision:478489 
Monday, 22 Jan 2018
09:45 danfe search for other commits by this committer
Unbreak the build on sparc64: unlike e.g. on powerpc, gcc on sparc64 does
not provide __BIG_ENDIAN__ macro by default.  As `archivers/upx' is aware
of sparc64 existence, simply tell it that it is big-endian architecture.
While here, vocalize installation commands.
Original commitRevision:459642 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Monday, 11 May 2015
18:34 mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386097 
Wednesday, 16 Jul 2014
03:47 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
Original commitRevision:362027 
Sunday, 1 Jun 2014
07:59 ohauer search for other commits by this committer
- fix sanity in CAT archivers
 - USE_BZIP2   -> USES=tar:bzip2
 - LICENSE=BSD -> BSD[n]CLAUSE
Original commitRevision:356058 
Saturday, 1 Feb 2014
09:42 fjoe search for other commits by this committer
Update to 3.91

PR:		185276
Submitted by:	Wesley Shields
Original commitRevision:342105 
Thursday, 26 Dec 2013
16:53 bapt search for other commits by this committer
Support stage
Original commitRevision:337555 
Wednesday, 11 Dec 2013
10:04 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility

With hat:	portmgr
Original commitRevision:336153 
Friday, 20 Sep 2013
13:11 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Original commitRevision:327699 
Friday, 30 Aug 2013
01:02 bapt search for other commits by this committer
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
Original commitRevision:325646 
Sunday, 28 Jul 2013
07:44 fjoe search for other commits by this committer
Update to 3.09.

PR:		180223
Submitted by:	Devil <devzone.my@gmail.com>
Original commitRevision:323812 
Monday, 16 Jan 2012
12:47 fjoe search for other commits by this committer
Update to 3.08

PR:             163856
Submitted by:   sunpoet@
Original commit
Thursday, 9 Sep 2010
07:39 fjoe search for other commits by this committer
Update to 3.0.7.
Original commit
Tuesday, 4 May 2010
14:45 fjoe search for other commits by this committer
Update to upx 3.05 and lzma from 7zip 4.65

PR:             146216
Original commit
Monday, 2 Nov 2009
09:09 fjoe search for other commits by this committer
Update to 3.04.

PR:             140182
Submitted by:   Emanuel Haupt
Original commit
Wednesday, 2 Sep 2009
15:01 amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
Original commit
Monday, 27 Oct 2008
15:46 fjoe search for other commits by this committer
Update to 3.03

PR:             128386
Submitted by:   Joseph S. Atkinson
Original commit
Monday, 10 Mar 2008
08:01 fjoe search for other commits by this committer
- Update to 3.02 [1]
- Update PORTDOCS [1]
- Add LZMA support [2]

PR:             120354
Submitted by:   Felippe de Meirelles Motta [1], Joseph S. Atkinson [2]
Original commit
Saturday, 22 Sep 2007
09:16 fjoe search for other commits by this committer
Not for sparc64. I do not have sparc64 hw to fix the build.
Original commit
Tuesday, 21 Aug 2007
15:55 fjoe search for other commits by this committer
Update to 3.01

PR:             115570
Submitted by:   mm@
Original commit
Saturday, 26 May 2007
08:45 fjoe search for other commits by this committer
Update to 3.00.

PR:             112560
Submitted by:   Peter Johnson
Original commit
Friday, 23 Feb 2007
07:52 fjoe search for other commits by this committer
Mark the port as i386-only.

Noticed by:     rafan
Original commit
Saturday, 8 Jan 2005
11:16 fjoe search for other commits by this committer
Update to 1.25.

PR:             72472
Original commit
Tuesday, 17 Feb 2004
03:05 fjoe search for other commits by this committer
New port: upx 1.24

UPX is a free, portable, extendable, high-performance executable
packer for several different executable formats. It achieves an
excellent compression ratio and offers very fast decompression.
Original commit

Number of commits found: 41