#23030: New port: lrzip -----------------------------+---------------------------------------------- Reporter: jlaurila@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: lrzip -----------------------------+---------------------------------------------- Comment(by jlaurila@…): (Resubmitting this comment to fix formatting) Tested only on 10.6.2 for now. I'm submitting the patches upstream as well, hopefully the next upstream version will require less work. Changes: * made get_ram() in main.c use the HW_MEMSIZE sysctl instead of HW_PHYSMEM to support large RAM sizes. * emulated the missing functions fmemopen and open_memstream in stream.c * lzma/C/Types.h defines Byte, just like zlib. Kludged and rearranged includes to avoid duplicate definition. * made Makefile.in obey LDFLAGS given in configure * disabled the asm code using the --disable-asm configure option, since the 64-bit code has been marked as broken, and didn't quickly find a way to link the 32-bit asm code with 64-bit C object code. -- Ticket URL: <http://trac.macports.org/ticket/23030#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS