Ticket #14281 (closed submission: fixed)
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
Change History
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
}
Note: See
TracTickets for help on using
tickets.

