FreeBSD Bugzilla – Attachment 161566 Details for
Bug 203016
sysutils/lxterminal: Update to 0.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lxterminal-diff
lxterminal.diff (text/plain), 1.43 KB, created by
Walter Schwarzenfeld
on 2015-09-30 11:11:40 UTC
(
hide
)
Description:
lxterminal-diff
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2015-09-30 11:11:40 UTC
Size:
1.43 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (working copy) >+++ Makefile (.../..) (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD: head/sysutils/lxterminal/Makefile 383814 2015-04-11 16:04:32Z mat $ > > PORTNAME= lxterminal >-PORTVERSION= 0.1.11 >-PORTREVISION= 2 >+PORTVERSION= 0.2.0 > CATEGORIES= sysutils > MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20${PORTVERSION}/ > >Index: distinfo >=================================================================== >--- distinfo (working copy) >+++ distinfo (.../..) (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (lxterminal-0.1.11.tar.gz) = f495166b308a96e8c30c8892b33ab163f3865253a9bbd4bdac462f974fda7253 >-SIZE (lxterminal-0.1.11.tar.gz) = 304025 >+SHA256 (lxterminal-0.2.0.tar.gz) = 174b0e99652f72acd7a98b6ff1b75eba1a9bf364996e6f118cccdaba0d282baf >+SIZE (lxterminal-0.2.0.tar.gz) = 248698 >Index: files/patch-setting_c >=================================================================== >--- files/patch-setting_c (working copy) >+++ files/patch-setting_c (.../..) (working copy) >@@ -0,0 +1,11 @@ >+--- src/setting.c.orig 2015-09-10 14:46:36 UTC >++++ src/setting.c >+@@ -162,7 +162,7 @@ void save_setting() >+ /* Deep copy settings. */ >+ Setting * copy_setting(Setting * setting) >+ { >+- g_return_if_fail (setting != NULL); >++ g_return_val_if_fail (setting != NULL, FALSE); >+ >+ /* Allocate structure. */ >+ Setting * new_setting = g_slice_new0(Setting);
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 203016
:
160896
|
160897
|
161561
|
161562
|
161563
|
161566
|
161567
|
161568
|
162182
|
162183
|
162184