From 584144f2040463764be2efd33b6492d0547649a0 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 16 Jun 2011 08:11:44 +0000 Subject: - Makes use of xdg-open instead of $BROWSER PR: ports/157756 Submitted by: Zhihao Yuan (maintainer) --- graphics/mupdf/Makefile | 2 +- graphics/mupdf/files/patch-apps_x11_main.c | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 32e12bab8ba4..c2de4e8314ba 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -6,7 +6,7 @@ PORTNAME= mupdf PORTVERSION= 0.8.165 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE \ diff --git a/graphics/mupdf/files/patch-apps_x11_main.c b/graphics/mupdf/files/patch-apps_x11_main.c index 7395cb6cf7ff..1b5545bdcac4 100644 --- a/graphics/mupdf/files/patch-apps_x11_main.c +++ b/graphics/mupdf/files/patch-apps_x11_main.c @@ -1,6 +1,17 @@ ---- apps/x11_main.c.orig 2011-05-16 23:18:12.046785782 -0500 -+++ apps/x11_main.c 2011-05-16 23:24:55.669305772 -0500 -@@ -563,6 +563,24 @@ static void winresettmo(struct timeval * +--- apps/x11_main.c.orig 2011-04-29 14:06:09.000000000 -0500 ++++ apps/x11_main.c 2011-06-11 02:15:12.203411543 -0500 +@@ -482,9 +482,7 @@ void winreloadfile(pdfapp_t *app) + + void winopenuri(pdfapp_t *app, char *buf) + { +- char *browser = getenv("BROWSER"); +- if (!browser) +- browser = "open"; ++ char browser[] = "xdg-open"; + if (fork() == 0) + execlp(browser, browser, buf, (char*)0); + } +@@ -563,6 +561,24 @@ static void winresettmo(struct timeval * tmo_at->tv_usec = 0; } @@ -25,7 +36,7 @@ int main(int argc, char **argv) { int c; -@@ -571,7 +589,7 @@ int main(int argc, char **argv) +@@ -571,7 +587,7 @@ int main(int argc, char **argv) KeySym keysym; int oldx = 0; int oldy = 0; -- cgit v1.2.3