Bug 126917 - graphics/epdfview crashes when opening the print dialog
Summary: graphics/epdfview crashes when opening the print dialog
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: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 14:40 UTC by Henrik Friedrichsen
Modified: 2008-09-02 02:50 UTC (History)
0 users

See Also:


Attachments
epdfview.patch (4.89 KB, patch)
2008-08-28 14:40 UTC, Henrik Friedrichsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Friedrichsen 2008-08-28 14:40:05 UTC
epdfview has a known affecting the current version in the ports tree that makes it segfault when opening the print dialog.
This problem has been fixed in svn. The patch attached includes that fix in the current port build.

More information: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477200

Fix: Apply the patch attached on the port.
	
How-To-Repeat: Open a PDF file with epdfview and try to print.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-28 16:28:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-02 02:49:21 UTC
chinsan     2008-09-02 01:49:03 UTC

  FreeBSD ports repository

  Modified files:
    graphics/epdfview    Makefile 
  Added files:
    graphics/epdfview/files patch-PrintPtr.cxx 
  Log:
  - Fix segfault when opening the print dialog.
  - Bump PORTREVISION
  
  PR:             ports/126917
  Submitted by:   Henrik Friedrichsen <hrkfrd at googlemail.com>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.16      +1 -1      ports/graphics/epdfview/Makefile
  1.1       +103 -0    ports/graphics/epdfview/files/patch-PrintPtr.cxx (new)
_______________________________________________
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 chinsan freebsd_committer freebsd_triage 2008-09-02 02:49:29 UTC
State Changed
From-To: open->closed

Committed, thanks.