Package: dx / 1:4.4.4-7
Metadata
| Package | Version | Patches format |
|---|---|---|
| dx | 1:4.4.4-7 | 3.0 (quilt) |
Patch series
view the series file| Patch | 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 <dannf@hp.com>. |
| 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 |
276 138 + 138 - 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/graph.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. |
