summaryrefslogtreecommitdiff
path: root/archivers/upx
AgeCommit message (Collapse)AuthorFilesLines
2008-11-18Removed unnecessary :Q operators.rillig1-11/+11
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam1-5/+9
their files via a custom do-install target.
2007-09-29g++4 for i386 doesn't know -mcpu anymore, and I doubt this flag isrillig1-1/+3
necessary in this case at all. Fixes the build on NetBSD 4.99.
2007-08-05Don't use malloc.h.joerg2-1/+14
2006-02-26uses both C and C++schwarz1-1/+2
2006-02-09Fixed pkglint warnings.rillig1-9/+9
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-25Converted USE_PERL5 to USE_TOOLS.rillig1-3/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Honor LDFLAGS.minskim3-8/+19
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-10Update upx to version 1.25. This addresses PR#29327.ben4-53/+27
Changes include: * INFO: http://upx.sourceforge.net is the permanent UPX home page * watcom/le: don't crash on files without relocations * win32/pe: stricter checks of some PE values * source code: much improved portability using ACC, the Automatic Compiler Configuration * source code: compile fixes for strict ISO C++ compilers * source code: compile fixes for Win64
2004-03-30* PKGNAME_NOREV for WRKSRC.uebayasi1-4/+4
* Remove useless use of subshell.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2004-01-11Fix UPX build error relative to new version of UCL.ben2-1/+15
2004-01-07Initial import of upx-1.24, based on wip/upx and the package provided byben5-0/+84
fab@gnux.info in PR 23903. This is the "Ultimate Packer for eXecutables". This will build and run on NetBSD, but it only operates on the binary formats of other systems.