FreeBSD Bugzilla – Attachment 179194 Details for
Bug 216176
x11-wm/fluxbox: fails to build with clang 4.0 (5 ports skipped)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
regenerated patch
fluxbox.diff.v2 (text/plain), 1.28 KB, created by
Tobias C. Berner
on 2017-01-21 21:19:24 UTC
(
hide
)
Description:
regenerated patch
Filename:
MIME Type:
Creator:
Tobias C. Berner
Created:
2017-01-21 21:19:24 UTC
Size:
1.28 KB
patch
obsolete
>Index: x11-wm/fluxbox/files/patch-util_fluxbox-remote.cc >=================================================================== >--- x11-wm/fluxbox/files/patch-util_fluxbox-remote.cc (nonexistent) >+++ x11-wm/fluxbox/files/patch-util_fluxbox-remote.cc (working copy) >@@ -0,0 +1,15 @@ >+Update fix for bogus pointer comparison: >+Issue: https://sourceforge.net/p/fluxbox/bugs/1138/ >+Commit: http://git.fluxbox.org/fluxbox.git/commit/util/fluxbox-remote.cc?id=22866c4d30f5b289c429c5ca88d800200db4fc4f >+ >+--- util/fluxbox-remote.cc.orig 2015-02-08 10:44:45 UTC >++++ util/fluxbox-remote.cc >+@@ -73,7 +73,7 @@ int main(int argc, char **argv) { >+ if (strcmp(cmd, "result") == 0) { >+ XTextProperty text_prop; >+ if (XGetTextProperty(disp, root, &text_prop, atom_result) != 0 >+- && text_prop.value > 0 >++ && text_prop.value != 0 >+ && text_prop.nitems > 0) { >+ >+ printf("%s", text_prop.value); > >Property changes on: x11-wm/fluxbox/files/patch-util_fluxbox-remote.cc >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+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
Actions:
View
|
Diff
Attachments on
bug 216176
:
179192
| 179194