[MacPorts] #64876: gnuregex: fix for Leopard ppc

MacPorts noreply at macports.org
Wed Mar 23 09:07:09 UTC 2022


#64876: gnuregex: fix for Leopard ppc
-------------------------+-------------------------------------------------
  Reporter:              |      Owner:  (none)
  barracuda156           |
      Type:  defect      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.7.2
Resolution:  duplicate   |   Keywords:  powerpc, leopard, snowleopard,
      Port:  gnuregex    |  rosetta
-------------------------+-------------------------------------------------
Changes (by ryandesign):

 * status:  new => closed
 * type:  submission => defect
 * resolution:   => duplicate


Old description:

> I cannot modify someone else’s ticket, so opening a new one. `gnuregex`
> builds for ppc (Leopard and Snow Leopard) with this change to its
> portfile:
>
> {{{
> post-build {
>     set command "libtool -lSystem -ldylib1.10.5.o -dynamic -install_name
> ${prefix}/lib/libgnuregex.dylib -o libgnuregex.dylib regex.o"
>     ui_debug "$command"
>     system "cd ${worksrcpath} && ${command}"
> }
> }}}
>
> In particular, `-ldylib1.10.5.o` is to be added.
> Discussion here: https://trac.macports.org/ticket/52466
>
> P. S. I can check on Tiger whether `-ldylib1.10.4.o` works later on.

New description:

 I cannot modify someone else’s ticket, so opening a new one. `gnuregex`
 builds for ppc (Leopard and Snow Leopard) with this change to its
 portfile:

 {{{
 post-build {
     set command "libtool -lSystem -ldylib1.10.5.o -dynamic -install_name
 ${prefix}/lib/libgnuregex.dylib -o libgnuregex.dylib regex.o"
     ui_debug "$command"
     system "cd ${worksrcpath} && ${command}"
 }
 }}}

 In particular, `-ldylib1.10.5.o` is to be added.
 Discussion here: #52466

 P. S. I can check on Tiger whether `-ldylib1.10.4.o` works later on.

--

Comment:

 But you did successfully add a comment to that other ticket. We don't need
 multiple tickets open for the same problem.

-- 
Ticket URL: <https://trac.macports.org/ticket/64876#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list