Changes between Initial Version and Version 1 of Ticket #26264


Ignore:
Timestamp:
Aug 27, 2010, 11:06:55 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The file /opt/local/share/ghostscript/8.71/lib/pdf2dsc.ps is part of the port ghostscript, not part of the port gv.

What do you mean "the bug is principally known"? Known by whom? Is there an upstream bug report? If so where? Where did this patch come from? Is this an upstream fix? If you invented this patch yourself, have you already reported it to the developers of ghostscript?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26264

    • Property Owner changed from macports-tickets@… to takanori@…
    • Property Cc ryandesign@… added; "Ryan Schmidt" <ryandesign@…> removed
    • Property Summary changed from pdf display in `gv' not operational: error /undefined in copy_trailer_attrs to gv: pdf display not operational: error /undefined in copy_trailer_attrs
    • Property Port ghostscript added; @3.7.1 (print) removed
  • Ticket #26264 – Description

    initial v1  
    88here's the diff of the patch solving the problem:
    99
    10 @@ -116,7 +116,7 @@ systemdict /.setsafe known { .setsafe }
    11 
     10{{{
     11@@ -116,7 +116,7 @@
    1212    DSCfile PDFname write==only
    13 
    1413    ( \(r\) file { DELAYSAFER { .setsafe } if } stopped pop\n) puts
    15 
    1614    ( pdfopen begin\n) puts
    17 
    1815-   ( copy_trailer_attrs\n) puts
    19 
    2016+   ( process_trailer_attrs\n) puts
    21 
    2217    (%%EndSetup\n) puts
    23 
    24   /.hasPageLabels false def % see "Page Labels" in the PDF reference
     18 
     19    /.hasPageLabels false def % see "Page Labels" in the PDF Reference
     20}}}