archivers/upx is significantly out of date. The latest version of UPX, 3.00, has FreeBSD/i386 executable support built in that supports execution both with and without the /proc filesystem being available. It also cleanly builds on at least amd64 as well as i386; although UPX doesn't support compression of non-i386 FreeBSD executables at the moment, it's always possible to use it for cross-compression. The only issue I've found so far in testing is that compressed FreeBSD/i386 executables coredump in the i386 emulation environment on FreeBSD/amd64. I haven't tried to track down why. Fix: Patch attached for the port. Note this removes the FreeBSD hand-hacked UPX support as this has now been implemented upstream.
Responsible Changed From-To: freebsd-ports-bugs->fjoe Over to maintainer
State Changed From-To: open->closed
State Changed From-To: closed->open ports tree is frozen.. re-open.
fjoe 2007-05-26 08:45:15 UTC FreeBSD ports repository Modified files: archivers/upx Makefile distinfo Added files: archivers/upx/files patch-src-Makefile Removed files: archivers/upx pkg-message archivers/upx/files l_b_n2b.h l_b_n2d.h l_b_n2e.h patch-Makefile patch-Makefile.bld patch-conf.h patch-help.cpp patch-p_unix.cpp patch-p_unix.h patch-packmast.cpp patch-stub-Makefile patch-stub-l_linux.c patch-stub-linux.hh Log: Update to 3.00. PR: 112560 Submitted by: Peter Johnson Revision Changes Path 1.4 +7 -17 ports/archivers/upx/Makefile 1.4 +3 -3 ports/archivers/upx/distinfo 1.3 +0 -147 ports/archivers/upx/files/l_b_n2b.h (dead) 1.3 +0 -148 ports/archivers/upx/files/l_b_n2d.h (dead) 1.3 +0 -149 ports/archivers/upx/files/l_b_n2e.h (dead) 1.3 +0 -10 ports/archivers/upx/files/patch-Makefile (dead) 1.2 +0 -40 ports/archivers/upx/files/patch-Makefile.bld (dead) 1.3 +0 -10 ports/archivers/upx/files/patch-conf.h (dead) 1.2 +0 -12 ports/archivers/upx/files/patch-help.cpp (dead) 1.2 +0 -98 ports/archivers/upx/files/patch-p_unix.cpp (dead) 1.2 +0 -28 ports/archivers/upx/files/patch-p_unix.h (dead) 1.2 +0 -11 ports/archivers/upx/files/patch-packmast.cpp (dead) 1.1 +11 -0 ports/archivers/upx/files/patch-src-Makefile (new) 1.3 +0 -74 ports/archivers/upx/files/patch-stub-Makefile (dead) 1.3 +0 -150 ports/archivers/upx/files/patch-stub-l_linux.c (dead) 1.3 +0 -30 ports/archivers/upx/files/patch-stub-linux.hh (dead) 1.2 +0 -1 ports/archivers/upx/pkg-message (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!