Debian Patches

Status for hfsplus/1.0.4-17.1

Patch Description Author Forwarded Bugs Origin Last update
120137_ftbfs_hppa_gcc3.0.dpatch #! /bin/sh -e
## 120137_ftbfs_hppa_gcc3.0.dpatch by James Troup <troup@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix FTBFS on hppa with gcc-3.0.

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac

exit 0

diff -x debian -ruN old/hfsplus-1.0.4/src/glob.c hfsplus-1.0.4/src/glob.c
no
147838_sigbus_sparc.dpatch #! /bin/sh -e
## 147838_sigbus_sparc.dpatch by Steve Langasek <vorlon@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix SIGBUS on sparc.

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac

exit 0

diff -x debian -ruN old/hfsplus-1.0.4/libhfsp/src/swab.h hfsplus-1.0.4/libhfsp/src/swab.h
no
231270_hpmount_destroys_hfs_volume_headers.dpatch #! /bin/sh -e
## 231270_hpmount_destroys_hfs_volume_headers.dpatch by Frank Lichtenheld <djpig@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Avoid HFS volume headers destruction.

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac

exit 0

diff -x debian -ruN old/hfsplus-1.0.4/libhfsp/src/volume.c hfsplus-1.0.4/libhfsp/src/volume.c
no
277810_ftbfs_include_gcc3.4.dpatch #! /bin/sh -e
## 277810_ftbfs_include_gcc3.4.dpatch by Andreas Jochens <aj@andaco.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix FTBFS with gcc-3.4 due to a missing include.

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac

exit 0

diff -x debian -ruN old/hfsplus-1.0.4/libhfsp/src/libhfsp.h hfsplus-1.0.4/libhfsp/src/libhfsp.h
no
286366_ftbfs_amd64_gcc4.0.dpatch #! /bin/sh -e
## 286366_ftbfs_amd64_gcc4.0.dpatch by Andreas Jochens <aj@andaco.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix FTBFS on amd64 with gcc-4.0.

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac

exit 0

diff -x debian -ruN old/hfsplus-1.0.4/libhfsp/src/btree.c hfsplus-1.0.4/libhfsp/src/btree.c
no
300289_ftbfs_ppc64_gcc4.0.dpatch #! /bin/sh -e
## 300289_ftbfs_ppc64_gcc4.0.dpatch by Andreas Jochens <aj@andaco.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix FTBFS on ppc64 with gcc-4.0.

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac

exit 0

diff -x debian -ruN old/hfsplus-1.0.4/libhfsp/src/swab.h hfsplus-1.0.4/libhfsp/src/swab.h
no
334016_broken_bswab_inc_macros.dpatch #! /bin/sh -e
## 334016_broken_bswab_inc_macros.dpatch by Piotr Krysiuk <piotras@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix broken bswab*_inc macros.

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac

exit 0

diff -x debian -ruN old/hfsplus-1.0.4/libhfsp/src/btree.c hfsplus-1.0.4/libhfsp/src/btree.c
no
396180_remove_unused_header.dpatch #! /bin/sh /usr/share/dpatch/dpatch-run
## 396180_remove_unused_header.dpatch by Martin Pitt <mpitt@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix possible future FTBFS by removing an unused header.

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac

exit 0

diff -urNad hfsplus-1.0.4~/libhfsp/src/unicode.c hfsplus-1.0.4/libhfsp/src/unicode.c
no
99_types.dpatch #! /bin/sh -e
## 99_types.dpatch by Aurélien GÉRÔME <ag@roxor.cx>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Use types in asm/types.h instead of compiler defaults.

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac

exit 0

diff -x debian -ruN old/hfsplus-1.0.4/libhfsp/src/apple.h hfsplus-1.0.4/libhfsp/src/apple.h
no
remove_duplicate_function_definitions.patch Remove conflicting duplicate function definitions
===================================================================
Hilko Bengen <bengen@debian.org> no
548257_use_printf_macros.patch Fix compiler warnings by using printf macros
===================================================================
Laurent Vivier <laurent@vivier.eu> no debian
dont_overwrite_cflags.patch Allow setting CFLAGS externally Reiner Herrmann <reiner@reiner-h.de> no
957336_ftbfs-gcc10.patch =================================================================== no

All known versions for source package 'hfsplus'

Links