diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-02-17 03:05:13 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-02-17 03:05:13 +0000 |
commit | 45eebd566c5ab44d538bf10ed87eaea2dcfb05f9 (patch) | |
tree | 2667b9621b928eec912e441215b83864391db2a7 /archivers/upx/files/patch-help.cpp | |
parent | Typo fix. (diff) |
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.
Diffstat (limited to 'archivers/upx/files/patch-help.cpp')
-rw-r--r-- | archivers/upx/files/patch-help.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/upx/files/patch-help.cpp b/archivers/upx/files/patch-help.cpp new file mode 100644 index 000000000000..c12660d66575 --- /dev/null +++ b/archivers/upx/files/patch-help.cpp @@ -0,0 +1,12 @@ +--- help.cpp.orig Tue Feb 17 07:09:52 2004 ++++ help.cpp Tue Feb 17 07:10:39 2004 +@@ -191,7 +191,8 @@ + " file.. executables to (de)compress\n" + "\n" + "This version supports: dos/exe, dos/com, dos/sys, djgpp2/coff, watcom/le,\n" +- " win32/pe, rtm32/pe, tmt/adam, atari/tos, linux/386\n" ++ " win32/pe, rtm32/pe, tmt/adam, atari/tos, linux/386,\n" ++ " FreeBSD/386\n" + "\n" + "UPX comes with ABSOLUTELY NO WARRANTY; for details type `upx -L'.\n" + ""); |