Bug 157756

Summary: graphics/mupdf: makes use of xdg-open instead of $BROWSER
Product: Ports & Packages Reporter: lichray
Component: Individual Port(s)Assignee: Max Brazhnikov <makc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mupdf_2.patch none

Description lichray 2011-06-11 08:30:10 UTC
	
	When opening a URI in PDF, mupdf tries $BROWSER first, which is so decent; then tries the "open" command, which is wrong.

Fix: My patch only uses xdg-open. It will obeys the freedesktop standard, and tries $BROWSER as an fallback.
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-06-16 09:11:53 UTC
wen         2011-06-16 08:11:44 UTC

  FreeBSD ports repository

  Modified files:
    graphics/mupdf       Makefile 
    graphics/mupdf/files patch-apps_x11_main.c 
  Log:
  - Makes use of xdg-open instead of $BROWSER
  
  PR:             ports/157756
  Submitted by:   Zhihao Yuan <lichray@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.15      +1 -1      ports/graphics/mupdf/Makefile
  1.2       +15 -4     ports/graphics/mupdf/files/patch-apps_x11_main.c
_______________________________________________
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 2 Wen Heping freebsd_committer freebsd_triage 2011-06-16 09:12:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2011-06-16 09:18:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.