Debian Patches

Status for adun.app/0.81-15

Patch Description Author Forwarded Bugs Origin Last update
05_no-plugin-script.patch This patch is specific to Debian. Yavor Doganov <yavor@gnu.org> no
15_link-properly.patch Link with all needed libraries. Yavor Doganov <yavor@gnu.org> no 2009-10-08
20_paths.patch This patch contains x-terminal-emulator, which is specific to Debian. Adjust some essential paths. Yavor Doganov <yavor@gnu.org> no
fix-implicit-pointer.patch AdunCellListHandler.m was missing a include for the function AdCreateError, resulting in a forced-FTBFS on 64 bit archs. See
http://wiki.debian.org/ImplicitPointerConversions for more information.
not-needed debian upstream 2011-06-28
gcc-warnings.patch Adapt to the new GNUstep API and fix few gcc warnings. Fixes the following warnings, most of them due to changes of
data types in recent gnustep-base. NSNotFound is 64-bit as of
-base/1.24, so use the right data type when comparing.
.
comparison is always true/false due to limited range of data type
passing argument N of 'foo' from incompatible pointer type
array subscript is above array bounds
comparison between pointer and integer
comparison between signed and unsigned integer expressions
overflow in implicit constant conversion
'foo' is used uninitialized in this function
‘foo’ may be used uninitialized in this function [-Wmaybe-uninitialized]
assignment makes integer from pointer without a cast
unused parameter ‘foo’ [-Wunused-parameter]
unused variable ‘foo’ [-Wunused-variable]
variable ‘foo’ set but not used [-Wunused-but-set-variable]
statement with no effect [-Wunused-value]
suggest parentheses around assignment used as truth value [-Wparentheses]
missing braces around initializer [-Wmissing-braces]
control reaches end of non-void function [-Wreturn-type]
no return statement in function returning non-void [-Wreturn-type]
' ' flag used with ‘%u’ gnu_printf format [-Wformat=]
output truncated before the last format character [-Wformat-truncation=]
‘receiver’ may not respond to ‘-message’
multiple methods named ‘-foo’ found
operation on ‘foo’ may be undefined [-Wsequence-point]
using integer absolute value function ‘abs’ when argument is of
floating-point type ‘double’ [-Wabsolute-value]
‘mallinfo’ is deprecated [-Wdeprecated-declarations]
specified bound N equals destination size [-Wstringop-truncation]
Yavor Doganov <yavor@gnu.org> no debian 2024-10-11
enable-scripting-extension.patch Enable the scripting extension. Also fixes some problems with building and loading and a bunch of
trivial compiler warnings.
Yavor Doganov <yavor@gnu.org> no 2024-08-07
enable-sql-extension.patch Enable the SQL backend extension. Fix some trivial compiler warnings in the process. Yavor Doganov <yavor@gnu.org> no 2018-01-07
invalid-observer.patch Fix segmentation fault when loading a molecule file. A premature -relase message invalidates the observer and causes
NSInvalidArgumentException when attempting to post the notification.
With older gnustep-base this lead to frozen UI, with 1.25 UL crashes.
Yavor Doganov <yavor@gnu.org> no 2017-01-07
spelling-errors.patch Fix some spelling errors. Yavor Doganov <yavor@gnu.org> no 2020-06-16
check-return-value.patch Check the return value of `freopen' and `fread'. Yavor Doganov <yavor@gnu.org> no 2018-01-08
ftbfs-powerpcspe.patch Fix FTBFS on powerpcspe. Disable all platform-specific flags as they are wrong (imply a better
machine/CPU compared to the lowest supported on a given arch).
Yavor Doganov <yavor@gnu.org> no 2019-01-22
gcc-10.patch Fix FTBFS with GCC 10. Yavor Doganov <yavor@gnu.org> no debian 2020-06-16
scan-build-errors.patch Fix some issues found by Clang and its static analyzer. API Misuse (Apple):
Arguments passed to variadic method aren't all Objective-C pointer types
nil argument
Logic error:
Assigned value is garbage or undefined
Result of operation is garbage or undefined
Dereference of null pointer
Memory (Core Foundation/Objective-C/OSObject):
Bad release
Core Foundation/Objective-C:
Missing "self = [(super or self) init...]"
[super dealloc] should not be called more than once
.
Compiler warnings:
direct comparison of a string literal has undefined behavior
[-Wobjc-string-compare]
result of comparison of constant 'NSNotFound' (9223372036854775807)
with expression of type 'int' is always true
[-Wtautological-constant-out-of-range-compare]
incompatible pointer types assigning to 'NSMutableDictionary *'
from 'NSMutableArray *' [-Wincompatible-pointer-types]
expression which evaluates to zero treated as a null pointer
constant of type 'NSArray *' [-Wnon-literal-null-conversion]
Yavor Doganov <yavor@gnu.org> no 2024-08-07
set-delegate-before-source.patch Fix crash when switching the NSPopUpButton in the Template window. Yavor Doganov <yavor@gnu.org> no 2024-08-07
cross.patch Adjust conditional to fix FTCBFS. Yavor Doganov <yavor@gnu.org> no debian 2025-02-08

All known versions for source package 'adun.app'

Links