Changes between Initial Version and Version 1 of Ticket #41966, comment 3


Ignore:
Timestamp:
Jan 14, 2014, 5:44:56 PM (10 years ago)
Author:
gnw3
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41966, comment 3

    initial v1  
    1 Cc Me!
     1Cc Me! 
     2
     3I see this on Snow Leopard, so it is not specific to Mavericks.  If you examine the {{{Portfile}}}'s {{{variant X11}}} section there is a backslash after {{{libtk.dylib}}} that has the effect of appending the arguments that were to be deleted. 
     4
     5With the errant "{{{\}}}" removed, the {{{xwin}}} driver is installed and works with gnuplot.
     6
     7Summary (running vi to remove the "{{{\}}}"), and {{{port -s}}} to force building from source in case there is an archive that is missing the xwin driver:
     8
     9{{{
     10$ sudo port uninstall -f plplot
     11$ sudo vi $(port file plplot)
     12$ sudo port -d -s install plplot +aquaterm +x11
     13[...]
     14DEBUG: Updating binary flag for file 67 of 345: /opt/local/lib/plplot5.9.9/driversd/xwin.so
     15[...]
     16}}}