Bug 104431 - [PATCH] unbreak PDF terminal for math/gnuplot
Summary: [PATCH] unbreak PDF terminal for math/gnuplot
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-15 10:50 UTC by rsmith
Modified: 2006-11-02 18:30 UTC (History)
0 users

See Also:


Attachments
file.diff (662 bytes, patch)
2006-10-15 10:50 UTC, rsmith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rsmith 2006-10-15 10:50:24 UTC
The PDF terminal in ports/gnuplot is broken; it produces empty
PDFs. Basically this is because both gnuplot and the port patch use a
deprecated function in pdflib.

Patch tested with pdflib 7, but it was already broken with pdflib 6.

The same patch has been submitted to the gnuplot-development project on
SourceForge for upstream fixing; http://sourceforge.net/tracker/index.php?func=detail&atid=302055&aid=1577564&group_id=2055

Fix: Replace files/patch-term-pdf.trm with the following:
------------- new files/patch-term-pdf.trm -------------
How-To-Repeat: cd /usr/ports/math/gnuplot; make install clean
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-15 10:50:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-02 18:22:07 UTC
glewis      2006-11-02 18:21:57 UTC

  FreeBSD ports repository

  Modified files:
    math/gnuplot         Makefile 
    math/gnuplot/files   patch-term-pdf.trm 
  Log:
  . Fix the PDF terminal.
  
  PR:             104431
  Submitted by:   Roland Smith <rsmith@xs4all.nl>
  
  Revision  Changes    Path
  1.64      +1 -1      ports/math/gnuplot/Makefile
  1.2       +19 -5     ports/math/gnuplot/files/patch-term-pdf.trm
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2006-11-02 18:22:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!