[MacPorts] #21188: Small Fix to Inkscape Portfile
#21188: Small Fix to Inkscape Portfile --------------------------------+------------------------------------------- Reporter: royliu@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: inkscape | Port: inkscape --------------------------------+------------------------------------------- It seems that fixes to prevent Poppler Object.h from conflicting with Python25 Object.h is not enough. The following extra line is necessary: {{{ --- Portfile.orig 2009-09-07 04:04:04.000000000 -0700 +++ Portfile 2009-09-07 14:50:41.000000000 -0700 @@ -85,9 +85,9 @@ post-patch { reinplace "s|\"python-interpreter\", \"python\"|\"python- interpreter\", \"python2.5\"|g" ${worksrcpath}/src/extension/implementation/script.cpp reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.h + reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.cpp } }}} -- Ticket URL: <http://trac.macports.org/ticket/21188> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21188: Small Fix to Inkscape Portfile --------------------------------+------------------------------------------- Reporter: royliu@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: inkscape --------------------------------+------------------------------------------- Changes (by macsforever2000@…): * keywords: inkscape => * owner: macports-tickets@… => devans@… -- Ticket URL: <http://trac.macports.org/ticket/21188#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21188: Small Fix to Inkscape Portfile --------------------------------+------------------------------------------- Reporter: royliu@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: inkscape --------------------------------+------------------------------------------- Changes (by devans@…): * status: new => assigned Comment: I think you're right but it is not causing a problem on my machine (tiger ppc). Are you by any chance on Snow Leopard? If not what? Is this the same problem as #21311? -- Ticket URL: <http://trac.macports.org/ticket/21188#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21188: Small Fix to Inkscape Portfile ---------------------------------+------------------------------------------ Reporter: royliu@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Resolution: fixed | Keywords: Port: inkscape | ---------------------------------+------------------------------------------ Changes (by devans@…): * status: assigned => closed * resolution: => fixed Comment: Fixed in r57544 for both inkscape and inkscape-devel. -- Ticket URL: <http://trac.macports.org/ticket/21188#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts