[MacPorts] #31481: mtpaint: gtk1 variant still uses freetype
#31481: mtpaint: gtk1 variant still uses freetype -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: afb@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: mtpaint -------------------------------------+-------------------------------------- Although the gtk1 variant of mtpaint tries to turn off freetype, and the configure summary says it's off, it's not; it still links with libfreetype. This is because the flags `-lpng -lz -lfreetype` are always getting into the L_EX variable because of the following unconditional directives in the configure script, and what the LIB_NAME function does: {{{ LIB_NAME png "$STATIC_PNG" LIB_NAME z "$STATIC_PNG" LIB_NAME freetype "$STATIC_FT" }}} Possible solutions: * Patch out the `LIB_NAME freetype` call when the gtk1 variant is selected * Have the gtk1 variant just leave freetype support enabled (why was it disabled?) * Delete the gtk1 variant entirely (why would anyone need it with gtk2 available?) -- Ticket URL: <https://trac.macports.org/ticket/31481> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31481: mtpaint: gtk1 variant still uses freetype -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: afb@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: mtpaint -------------------------------------+-------------------------------------- Changes (by afb@…): * version: 2.0.3 => Comment: Freetype dependency was added in mtPaint 3.24.13, not noticed when upgraded. -- Ticket URL: <https://trac.macports.org/ticket/31481#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31481: mtpaint: gtk1 variant still uses freetype -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: afb@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: mtpaint -------------------------------------+-------------------------------------- Changes (by afb@…): * status: new => assigned -- Ticket URL: <https://trac.macports.org/ticket/31481#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31481: mtpaint: gtk1 variant still uses freetype --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: afb@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: mtpaint | --------------------------------------+------------------------------------- Changes (by afb@…): * status: assigned => closed * resolution: => fixed Comment: Fixed, r84832. -- Ticket URL: <https://trac.macports.org/ticket/31481#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts