Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#64876 closed defect (duplicate)

gnuregex: fix for Leopard ppc

Reported by: barracuda156 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: powerpc, leopard, snowleopard, rosetta Cc:
Port: gnuregex

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

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

Change History (2)

comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Resolution: duplicate
Status: newclosed
Type: submissiondefect

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

comment:2 in reply to:  1 Changed 2 years ago by barracuda156

Replying to ryandesign:

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

I thought that a hanging open ticket with a problem in headline will make an impression problem is still there. Anyway, I should rather use Git for submitting fixes. Thank you.

Note: See TracTickets for help on using tickets.