Package: dx / 1:4.4.4-15
Metadata
Package | Version | Patches format |
---|---|---|
dx | 1:4.4.4-15 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
10 fix man section.patch | (download) |
man/manl/dx.l |
2 1 1 - 0 ! |
change section of man page from 1v to 1. |
10 invoke man.patch | (download) |
bin/dx.in |
10 5 5 - 0 ! |
dx -longhelp invokes man browser. |
10 64bit pointer fixes.patch | (download) |
include/dx/advanced.h |
3 2 1 - 0 ! |
trying to store a pointer in an int is a bad idea on 64bit platforms This patch fixes various issues all over the place due to missing function declarations or coding errors. Patch for hwTmesh.c thanks to dann frazier <[email protected]>. |
10 kernel includes fix.patch | (download) |
src/exec/libdx/memory.c |
2 0 2 - 0 ! |
include files in linux/ are kernel headers that should never be pulled in directly by regular applications, and indeed they're superfluous (theses days, at least). Current distributions tend to ship without these files installed by default, hence removing the includes avoid build failures. |
10 gcc43 build fix.patch | (download) |
src/uipp/base/Application.C |
12 4 8 - 0 ! |
first argument to main() must be signed int with gcc 4.3. |
10 magickcore api.patch | (download) |
src/exec/dxmods/_im_image.c |
8 4 4 - 0 ! |
since magickcore 6.5.7, destroyconstitute() function was renamed to ConstituteComponentTerminus(). |
10 open mode.patch | (download) |
src/exec/libdx/fileio.c |
2 1 1 - 0 ! |
add mode argument to open() calls with o_creat. |
10 autoreconf fix.patch | (download) |
configure.ac |
13 8 5 - 0 ! |
call macro ac_prog_cxx before setting language c to avoid a circular dependency error when running aclocal/autoreconf. |
20 magick pkgconfig.patch | (download) |
configure.ac |
25 24 1 - 0 ! |
try to determine available magick installation via pkg-config first, optionally fall back to previous Magick-config-based probing. The pkg-config-based probing supports both GraphicsMagick and ImageMagick. |
30 no shell override.patch | (download) |
configure.ac |
4 2 2 - 0 ! |
don't override shell variable in configure.ac for no apparent reason. Doing so is unsupported and breaks building with /bin/sh pointing to dash. Cf. Debian bug #447022 on libtool/fakeroot for a discussion of the problem. |
40 hdfalt support.patch | (download) |
configure.ac |
15 12 3 - 0 ! |
add support for debian-specific library hdf4-alt that provides an alternative ABI suitable for linking both libhdf4 and netcdf into the same binary without namespace clashes. |
90 usr local cleanup.patch | (download) |
html/README.htm |
40 20 20 - 0 ! |
changes /usr/local/dx references to /usr/share/dx |
50 dxgeterror fix.patch | (download) |
src/exec/dxmods/showboundary.c |
2 1 1 - 0 ! |
fix missing () in dxgeterror DXGetError is a function, and the comparison of the function pointer to the enum value is undefined (and likely always false). |
50 disable libxp.patch | (download) |
configure.ac |
1 0 1 - 0 ! |
do not build with libxp even if it is installed |
50 format security fix.patch | (download) |
src/exec/dpexec/dxmain.c |
4 2 2 - 0 ! |
format security fix This patch allows DX to build with -Werror=format-security hardening. |
50 underlinking fix.patch | (download) |
src/uipp/dxl/Makefile.am |
3 3 0 - 0 ! |
underlinking fix This patch explicitly links libDXL against libDX silencing the Lintian warning: symbol _dxfImportBin_FP used by debian/libdx4/usr/lib/libDXL.so.4.0.44 found in none of the libraries. |
50 man hyphens and spelling fix.patch | (download) |
man/manl/dx.l |
280 140 140 - 0 ! |
man page hyphens and spelling fix This patch fixes hyphen-used-as-minus-sign and spelling errors. |
50 spelling errors in binaries fix.patch | (download) |
src/exec/dpexec/dxmain.c |
2 1 1 - 0 ! |
spelling errors in binaries fix This patch fixes various spelling-error-in-binary Lintian warnings. |
50 dx script kfreebsd fix.patch | (download) |
acinclude.m4 |
2 1 1 - 0 ! |
allow dx script to run on kfreebsd This patch allows GNU/kFreeBSD to be detected as arch=freebsd instead of arch=unknown. |
50 undefined use of sprintf fix.patch | (download) |
src/uipp/base/StartWebBrowser.C |
2 1 1 - 0 ! |
undefined use of sprintf fix This patch fixes the undefined use of sprintf when the source and destination buffers overlap. |
50 non void function return fix.patch | (download) |
src/exec/libdx/lock.c |
2 1 1 - 0 ! |
non-void functions should return a value fix This patch fixes a FTBFS with clang instead of gcc. |
50 reproducible build.patch | (download) |
src/exec/dpexec/command.c |
2 0 2 - 0 ! |
reproducible build This patch stops including the build date and time in version strings. |
50 open help in browser.patch | (download) |
bin/dx.in |
5 5 0 - 0 ! |
open help in graphical web browser This patch causes OpenDX to display its help in a graphical web browser, if available, instead of its own built-in help system that is unable to display images. |
50 narrowing conversion fix.patch | (download) |
src/uipp/base/TreeView.C |
4 2 2 - 0 ! |
narrowing conversion fix This patch fixes narrowing conversion errors when assigning values >127 to signed chars with GCC 6. Bug-Debian: https://bugs.debian.org/811731 |
50 gcc7.patch | (download) |
src/uipp/dxuilib/EditorWindow.C |
3 2 1 - 0 ! |
fix ftbfs with gcc 7 Fix invalid conversion from boolean {aka unsigned char} to char* in expansion of macro FALSE Bug-Debian: https://bugs.debian.org/853380 |
50 fix 64 bit netcdf import.patch | (download) |
src/exec/dxmods/import_ncdf.c |
34 10 24 - 0 ! |
fix netcdf import on 64-bit architectures Bug-Debian: https://bugs.debian.org/856055 |