New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16106 (closed update: fixed)

Opened 4 years ago

Last modified 5 months ago

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

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

Change History

Changed 4 years ago by jgkim@…

Portfile patch

Changed 4 years ago by jgkim@…

UnAlz.cpp patch to compile on Mac OS X Leopard

Changed 3 years ago by raimue@…

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
}

Changed 3 years ago by jmr@…

  • cc minskim@… removed
  • keywords unalz removed
  • port set to unalz
  • owner changed from macports-tickets@… to minskim@…

Changed 3 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 3 years ago by blb@…

diff to Portfile

Changed 3 years ago by jmr@…

  • type changed from enhancement to update

Changed 3 years ago by anonymous

  • milestone Port Updates deleted

Milestone Port Updates deleted

Changed 3 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.

Changed 3 years ago by nox@…

And use_configure no disables universal support.

Changed 5 months ago by jmr@…

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.