#49222: Problems upgrading root6 (after installation step) --------------------------------+-------------------------------- Reporter: graziosi.angelo@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: rev-upgrade Port: root6 | --------------------------------+-------------------------------- Comment (by mojca@…): The problem was already solved, but see: * https://lists.macosforge.org/pipermail/macports- dev/2015-October/031575.html The commit and revision upgrade didn't proliferate to users. On the other hand the build of the latest version on the buildbot failed because of #49221. You can fetch the Portfile from SVN or apply the following patch in the meantime: {{{ --- Portfile (revision 141182) +++ Portfile (revision 141191) @@ -13,6 +13,7 @@ #github.setup root-mirror root <sha> github.setup root-mirror root 6-04-04 v version 6.04.04 +revision 1 # this could be a better way to set the version (unless we use a sha sum for the git tag ;) # version [string map {- .} $version] @@ -72,6 +73,7 @@ -Drpath=ON \ -DCMAKE_INSTALL_PREFIX="${install_prefix}" \ -DCMAKE_INSTALL_SYSCONFDIR="${install_prefix}/etc/root" \ + -DCMAKE_INSTALL_NAME_DIR="${install_prefix}/lib/root" \ -Dfortran=OFF \ -Dbuiltin_freetype=ON \ -Dbuiltin_glew=OFF \ }}} -- Ticket URL: <https://trac.macports.org/ticket/49222#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X