Opened 16 years ago
Closed 13 years ago
#16106 closed update (fixed)
archivers/unalz-0.61 upgraded to 0.62
Reported by: | jgkim@… | Owned by: | minskim@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | nox@…, blb@… | |
Port: | unalz |
Description
There are two patches for this update:
- The first patch is a new Portfile for archivers/unalz-0.62.
- The second one is a simple patch to compile this on Mac OS X Leopard, which is the only platform I've tested.
Attachments (3)
Change History (11)
Changed 16 years ago by jgkim@…
Attachment: | Portfile.diff added |
---|
Changed 16 years ago by jgkim@…
Attachment: | UnAlz.cpp.patch added |
---|
UnAlz.cpp patch to compile on Mac OS X Leopard
comment:1 Changed 16 years ago by raimue (Rainer Müller)
If the patch for UnAlz.cpp is only needed on Mac OS X Leopard, it should be in a platform variant.
platform darwin 9 { patchfiles UnAlz.cpp.patch }
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Cc: | minskim@… removed |
---|---|
Keywords: | unalz removed |
Owner: | changed from macports-tickets@… to minskim@… |
Port: | unalz added |
comment:3 Changed 16 years ago by blb@…
Cc: | blb@… added |
---|
Attached is a new patch to unalz to update to 0.65 as well as simply pass CFLAGS etc to make instead of messy reinplaces during configure.
comment:4 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
comment:6 Changed 16 years ago by nox@…
I don't see how using CFLAGS is an improvement as:
- You don't set CPPFLAGS;
- You have to copy and paste the default CFLAGS set in the Makefile.
comment:8 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Portfile patch