4 We need tocheck whether setting Threadpriority in 01-giowin32.pacth
5 is still required. It is not in upstream.
7 02-gspawn-w32.patch is required.
8 03-gspawn-w32-fixup.patch is required.
10 (04-* is not required).
14 ** Some versions of strip don't work.
15 Werner's GNU strip 2.15.91 20040904 is fine but
16 Marcus' GNU strip 2.15.94 20050118 does not work.
17 ** Mo file installation macro
19 * Component related issues:
20 ** Check which iconv to use !!
21 ** Finish integration of GnuPG.
22 ** Add the missing packages: Sylpheed Eudore extensions.
23 ** Remove the /nonfatal from the keyserver helper installing
24 This might need that we check what files are actually available.
26 * The following items are related to package auto-detection and
27 configuration. They are not critical.
28 ** BUG: If there is more than one version of a package, the script
29 breaks. The GPG4WIN_FIND function must filter and pick one of the
31 ** GLITCH: If unnecessary dependency packages are enabled, they are
32 included in the installer, although they never will be (and can't
33 be) installed (they can't be installed because they can't be
34 selected). To fix this, configure would need to know which
35 packages can be selected and which can't.
36 ** Invent something clever to cope with new versions of packages, which
37 may have a different file list. We can't use globs because Delete
38 must still work. Either have inst-PACKAGE-VERSION.nsi files, or
39 have globs plus some scripting to generate the .nis files. !
40 ** Record the dependencies in the build list in the gpg4win.mk.in
41 Makefile using make dependencies between the stamp-final-$(1)
42 targets. This would hopefully ensure that parallel makes work. !
46 Copyright 2005 g10 Code GmbH
48 This file is free software; as a special exception the author gives
49 unlimited permission to copy and/or distribute it, with or without
50 modifications, as long as this notice is preserved.
52 This file is distributed in the hope that it will be useful, but
53 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
54 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR