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)

Portfile.diff (2.3 KB) - added by jgkim@… 16 years ago.
Portfile patch
UnAlz.cpp.patch (378 bytes) - added by jgkim@… 16 years ago.
UnAlz.cpp patch to compile on Mac OS X Leopard
unalz.diff (1.6 KB) - added by blb@… 15 years ago.
diff to Portfile

Download all attachments as: .zip

Change History (11)

Changed 16 years ago by jgkim@…

Attachment: Portfile.diff added

Portfile patch

Changed 16 years ago by jgkim@…

Attachment: UnAlz.cpp.patch added

UnAlz.cpp patch to compile on Mac OS X Leopard

comment:1 Changed 15 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 15 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 15 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.

Changed 15 years ago by blb@…

Attachment: unalz.diff added

diff to Portfile

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:5 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

comment:6 Changed 15 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:7 Changed 15 years ago by nox@…

And use_configure no disables universal support.

comment:8 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.