Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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 (1)

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

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by raphael@…

Attachment: Portfile added

comment:1 Changed 16 years ago by gui-dos (Guido Soranzio)

Resolution: fixed
Status: newclosed

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 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:3 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.