aboutsummaryrefslogtreecommitdiff
path: root/archivers/upx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with clang 10Max Khon2020-03-171-0/+11
| | | | | | | | PR: 244636 Submitted by: Dimitry Andric Notes: svn path=/head/; revision=528589
* archivers/upx: Fix build due to missing perl (pod2*) toolsKubilay Kocak2018-12-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487412
* Update to 3.95Max Khon2018-12-132-6/+6
| | | | Notes: svn path=/head/; revision=487336
* archivers/upx: Update 3.91 -> 3.94Yuri Victorovich2018-08-304-24/+40
| | | | | | | | | PR: 230089 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: fjoe (maintainer's timeout; 33 days) Notes: svn path=/head/; revision=478489
* Unbreak the build on sparc64: unlike e.g. on powerpc, gcc on sparc64 doesAlexey Dokuchaev2018-01-222-5/+9
| | | | | | | | | 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. Notes: svn path=/head/; revision=459642
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-7/+7
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* archivers/upx: Expand patch to support malloc.h-less DFJohn Marino2015-11-131-3/+12
| | | | Notes: svn path=/head/; revision=401494
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362027
* - fix sanity in CAT archiversOlli Hauer2014-06-011-2/+1
| | | | | | | | - USE_BZIP2 -> USES=tar:bzip2 - LICENSE=BSD -> BSD[n]CLAUSE Notes: svn path=/head/; revision=356058
* Update to 3.91Max Khon2014-02-012-3/+3
| | | | | | | | PR: 185276 Submitted by: Wesley Shields Notes: svn path=/head/; revision=342105
* Support stageBaptiste Daroussin2013-12-261-9/+6
| | | | Notes: svn path=/head/; revision=337555
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in accessibility With hat: portmgr Notes: svn path=/head/; revision=336153
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* Convert archivers from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-7/+3
| | | | | | | | | | While here: - Trim headers - Convert some port to the new perl world - Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig Notes: svn path=/head/; revision=325646
* Update to 3.09.Max Khon2013-07-282-3/+3
| | | | | | | | PR: 180223 Submitted by: Devil <devzone.my@gmail.com> Notes: svn path=/head/; revision=323812
* Fix build on ia64.Max Khon2012-10-081-0/+11
| | | | Notes: svn path=/head/; revision=305549
* Update to 3.08Max Khon2012-01-163-7/+7
| | | | | | | | PR: 163856 Submitted by: sunpoet@ Notes: svn path=/head/; revision=289326
* - Get Rid MD5 supportMartin Wilke2011-03-181-2/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Update to 3.0.7.Max Khon2010-09-092-4/+4
| | | | Notes: svn path=/head/; revision=260830
* Update to upx 3.05 and lzma from 7zip 4.65Max Khon2010-05-043-20/+9
| | | | | | | PR: 146216 Notes: svn path=/head/; revision=253685
* Update to 3.04.Max Khon2009-11-022-4/+4
| | | | | | | | PR: 140182 Submitted by: Emanuel Haupt Notes: svn path=/head/; revision=243633
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=240715
* Update to 3.03Max Khon2008-10-272-4/+4
| | | | | | | | PR: 128386 Submitted by: Joseph S. Atkinson Notes: svn path=/head/; revision=222133
* - Update to 3.02 [1]Max Khon2008-03-102-11/+19
| | | | | | | | | | | - Update PORTDOCS [1] - Add LZMA support [2] PR: 120354 Submitted by: Felippe de Meirelles Motta [1], Joseph S. Atkinson [2] Notes: svn path=/head/; revision=208710
* Not for sparc64. I do not have sparc64 hw to fix the build.Max Khon2007-09-221-0/+1
| | | | Notes: svn path=/head/; revision=199893
* Fix build on IA64.Max Khon2007-08-241-0/+11
| | | | Notes: svn path=/head/; revision=198232
* Update to 3.01Max Khon2007-08-212-4/+4
| | | | | | | | PR: 115570 Submitted by: mm@ Notes: svn path=/head/; revision=198070
* Fix build on -CURRENT.Max Khon2007-07-041-0/+11
| | | | | | | Pointed out by: pav via pointyhat Notes: svn path=/head/; revision=194930
* Update to 3.00.Max Khon2007-05-2617-928/+21
| | | | | | | | PR: 112560 Submitted by: Peter Johnson Notes: svn path=/head/; revision=191891
* Mark the port as i386-only.Max Khon2007-02-231-0/+2
| | | | | | | Noticed by: rafan Notes: svn path=/head/; revision=185732
* Add SHA256 checksum.Max Khon2005-11-171-0/+1
| | | | Notes: svn path=/head/; revision=148648
* Update to 1.25.Max Khon2005-01-0813-650/+358
| | | | | | | PR: 72472 Notes: svn path=/head/; revision=125777
* New port: upx 1.24Max Khon2004-02-1718-0/+1260
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. Notes: svn path=/head/; revision=101134