FreeBSD Bugzilla – Attachment 171415 Details for
Bug 210270
[PATCH] graphics/zathura: update to 0.3.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update diff
zathura.diff (text/plain), 2.38 KB, created by
Guido Falsi
on 2016-06-14 08:16:49 UTC
(
hide
)
Description:
Update diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2016-06-14 08:16:49 UTC
Size:
2.38 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 416877) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= zathura >-PORTVERSION= 0.3.4 >+PORTVERSION= 0.3.6 > CATEGORIES= graphics print > MASTER_SITES= http://pwmt.org/projects/zathura/download/ > >Index: distinfo >=================================================================== >--- distinfo (revision 416877) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (zathura-0.3.4.tar.gz) = 52c4a3efc5843ce7c720ea7357667699363c809fd34ada4cb350d0e1031d0234 >-SIZE (zathura-0.3.4.tar.gz) = 167584 >+TIMESTAMP = 1463993050 >+SHA256 (zathura-0.3.6.tar.gz) = 086a8be25d538fc6539fbee8f01ecf16d25819dfaad50cd2dbd84e30152ccb3b >+SIZE (zathura-0.3.6.tar.gz) = 169560 >Index: files/patch-zathura_main.c >=================================================================== >--- files/patch-zathura_main.c (revision 416877) >+++ files/patch-zathura_main.c (nonexistent) >@@ -1,36 +0,0 @@ >---- zathura/main.c.orig 2015-12-21 10:19:18 UTC >-+++ zathura/main.c >-@@ -85,10 +85,13 @@ run_synctex_forward(const char* synctex_ >- static zathura_t* >- init_zathura(const char* config_dir, const char* data_dir, >- const char* cache_dir, const char* plugin_path, char** argv, >-+#ifdef WITH_SYNCTEX >-+ char* synctex_editor, >-+#endif >- #ifdef GDK_WINDOWING_X11 >-- char* synctex_editor, Window embed) >-+ Window embed) >- #else >-- char* synctex_editor) >-+ ) >- #endif >- { >- /* create zathura session */ >-@@ -249,11 +252,14 @@ main(int argc, char* argv[]) >- gtk_init(&argc, &argv); >- >- /* Create zathura session */ >-- zathura_t* zathura = init_zathura(config_dir, data_dir, cache_dir, >-+ zathura_t* zathura = init_zathura(config_dir, data_dir, cache_dir, plugin_path, argv, >-+#ifdef WITH_SYNCTEX >-+ synctex_editor, >-+#endif >- #ifdef GDK_WINDOWING_X11 >-- plugin_path, argv, synctex_editor, embed); >-+ embed); >- #else >-- plugin_path, argv, synctex_editor); >-+ ); >- #endif >- if (zathura == NULL) { >- girara_error("Could not initialize zathura."); > >Property changes on: files/patch-zathura_main.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
madpilot
:
maintainer-approval?
(quentin.stievenart)
Actions:
View
|
Diff
Attachments on
bug 210270
: 171415