Changes between Version 2 and Version 4 of Ticket #68760


Ignore:
Timestamp:
Nov 28, 2023, 4:46:04 AM (11 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It sounds like the problem is not specific to MacPorts. Please report it to the developers of xfig so that they can fix it and release a fixed version, to which MacPorts can then update.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68760

    • Property Keywords export only active removed
  • Ticket #68760 – Description

    v2 v4  
    66
    77Now a popup says:
    8     Error message from spawned process: fig2dev: help for -D option:
    9     -D +rangelist  means keep only depths in rangelist.
    10     -D -rangelist  means keep all depths but those in rangelist.
    11     Rangelist can be a list of numbers or ranges of numbers, e.g.:
    12        10,40,55,60:70,99
     8{{{
     9Error message from spawned process: fig2dev: help for -D option:
     10-D +rangelist  means keep only depths in rangelist.
     11-D -rangelist  means keep all depths but those in rangelist.
     12Rangelist can be a list of numbers or ranges of numbers, e.g.:
     13   10,40,55,60:70,99
     14}}}
    1315
    1416By intercepting the fig2dev command, I see that the arguments have an additional "-D": 
    15    -L eps -D -D -51 -F -n testing.fig
     17{{{
     18-L eps -D -D -51 -F -n testing.fig
     19}}}
    1620
    1721The following command works fine on the command line:
    18   fig2dev -L eps -D -51 -F -n testing.fig testing.eps
     22{{{
     23fig2dev -L eps -D -51 -F -n testing.fig testing.eps
     24}}}
    1925 
    2026