[MacPorts] #14281: gvemod-crayola-0.2 new port
MacPorts
trac at macosforge.org
Sat Feb 16 02:01:20 PST 2008
#14281: gvemod-crayola-0.2 new port
---------------------------------+------------------------------------------
Reporter: raphael at ira.uka.de | Owner: macports-tickets at lists.macosforge.org
Type: enhancement | Status: closed
Priority: Normal | Milestone: Port Submissions
Component: ports | Version: 1.6.0
Resolution: fixed | Keywords:
---------------------------------+------------------------------------------
Changes (by gui_dos at macports.org):
* status: new => closed
* resolution: => fixed
Comment:
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
}
}}}
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14281#comment:1>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list