#49564: xemacs on El Capitan ----------------------------------+-------------------------------- Reporter: burkhard.militzer@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: xemacs | ----------------------------------+-------------------------------- Comment (by dav@…): Replying to [comment:9 carlos.solans@…]: I have experienced essentially the same problem with xemacs-21.5.16 (under El Capitan). I have not tried the new portfile, so don't know whether that already fixes the problem; didn't want to try, because more or less I fixed it: by copying the directory xemacs-packages from xemacs-21.5-b16 (which looks like an artifact of an earlier version) to xemacs-21.5.16. Now I can at least access a lot of modes (latex, fontlock,...) that were inaccessible before.
Replying to [comment:8 dstrubbe@…]:
Somehow the xemacs folder already exists in destroot by the time the system call is made. Therefore it has to be removed before the symlink. New line should be:
system "cd ${destroot}${prefix}/lib && rm -rf xemacs && ln -s xemacs-${version} xemacs"
Cheers, Carlos
-- Ticket URL: <https://trac.macports.org/ticket/49564#comment:10> MacPorts <https://www.macports.org/> Ports system for OS X