#30214: kile-devel updated to stable version ------------------------------------------------+--------------------------- Reporter: nicos_pavlov@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: haspatch maintainer | Port: kile-devel ------------------------------------------------+--------------------------- Comment(by pixilla@…): Nicolas: Your patches have many hard coded prefix paths that assume MacPorts is installed at /opt/local. Patching the paths to @PREFIX@ and using reinplace will work. {{{ reinplace 's|@PREFIX@|${prefix}|g' filepath }}} See TCL Extensions reinplace here: http://guide.macports.org/#reference.tcl-extensions Same path issue with /Applications. {{{ reinplace 's|@APPLICATIONS_DIR@|${applications_dir}|g' filepath }}} See macports.conf for path variables here: http://guide.macports.org/#internals.configuration-files.macports-conf In patch-kilestdtools.rc.texbin.diff you are linking to files in /usr and /usr/local. This should be avoided. * ImageMagick supplies ${prefix}/bin/convert so add a dep for ImageMagick. * Does texlive supply /texbin/* files? If so add a dep for textlive and use the same prefix treatment. If textlive does not supply texbin/bibtex and such we will want to find the port that does and add that port as a dep. -- Ticket URL: <https://trac.macports.org/ticket/30214#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS