New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14281 (closed submission: fixed)

Opened 5 years ago

Last modified 4 years ago

gvemod-crayola-0.2 new port

Reported by: raphael@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

new port: gvemod-crayola-0.2

Attachments

Portfile (1.2 KB) - added by raphael@… 5 years ago.

Change History

Changed 5 years ago by raphael@…

comment:1 Changed 5 years ago by gui_dos@…

  • Status changed from new to closed
  • Resolution set to fixed

Committed in r34167 after adding workaround for Leopard's OpenGL and managing the case-inensitivity conflict between the "Crayola" Tcl script and the "crayola" final binary:

post-extract {
    move ${worksrcpath}/src/Crayola ${worksrcpath}/src/Crayola.tc
    reinplace "s|module_tcl_DATA = Crayola|module_tcl_DATA = Crayola.tc|" \
        ${worksrcpath}/src/Makefile.in
}
post-destroot {
    move ${destroot}${prefix}/libexec/geomview/tcl/Crayola.tc \
        ${destroot}${prefix}/libexec/geomview/tcl/Crayola
}
platform darwin 9 {
    configure.ldflags-append \
        -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
}

comment:2 Changed 4 years ago by jmr@…

  • Type changed from enhancement to submission

comment:3 Changed 4 years ago by anonymous

  • Milestone Port Submissions deleted

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.