Changes between Initial Version and Version 1 of Ticket #49564


Ignore:
Timestamp:
Nov 2, 2015, 11:57:53 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

a) xemacs was updated to a beta version because it was stated that the stable version didn't work. See #19833.

b) If that's true, we can fix the symlink.

c) It is true that ctags and xemacs were marked as conflicting with one another in r141410. This is typically done when two ports try to install different files to the same name/location. How would you suggest this conflict be resolved?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49564

    • Property Keywords Xemacs removed
    • Property Port xemacs added
  • Ticket #49564 – Description

    initial v1  
    88the link in /opt/local/lib/xemacs/xemacs-21.5.16 links to itself indefinitely. I fixed it by hand with
    99
     10{{{
    1011/opt/local/lib/xemacs>sudo rm xemacs-21.5.16
    1112/opt/local/lib>sudo rm -rf xemacs
    1213/opt/local/lib>sudo ln -s xemacs-21.5.16 xemacs
     14}}}
    1315
    1416(C) Currently I cannot have Xemacs and ImageMagick installed at the same time. Maybe this could be fixed also:
    1517
     18{{{
    1619sudo port install imagemagick
    1720Password:
    1821--->  Computing dependencies for ImageMagick
    1922Error: Unable to execute port: Can't install ctags because conflicting ports are active: xemacs
     23}}}
    2024
    2125Thanks a lot,