Fixup UDB databases to fix a problem introduced with FreeBSD 10 patch.
authorJon Trulson <jon@radscan.com>
Sun, 27 Jul 2014 19:44:35 +0000 (13:44 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 27 Jul 2014 19:44:35 +0000 (13:44 -0600)
commit9b5b547a343cd63acc393b8a5d54320b83a794de
tree40c056eb2481aeb66cc8ea91100b2fdf22b9b5d1
parentc3f74eec17c64cdeab814b9bf19eb5515ff50d52
Fixup UDB databases to fix a problem introduced with FreeBSD 10 patch.

The symbol hp-ux is used to tag files for installation on HP machines
in the UDB databases.  To ensure the correct release streams are
defined, these symbols (hp-ux, linux, freebsd, etc) are undef'd so
that they are not evaluated in the context of db file generation by
the preprocessor.

A change in the FreeBSD 10 patch disabled this, possibly due to
'hp-ux' being an invalid cpp symbol on FreeBSD 10 machines, which now
use clang by default.

Undefining these cpp symbols is actually required, otherwise linux,
for example, is defined as a '1' in the generated databases, which
will not match the release stream name 'linux', therefore all of the
files tagged as 'linux' are never installed.

To fix this, revert the change made in the FreeBSD 10 patch, and
rename all occurances of 'hp-ux' to 'hpux' in the UDB files to avoid
the potential for cpp trouble when hp-ux is specified.

As a result of this change, 'hpux' is now the name of the release
stream for hp machines, not 'hp-ux'.
20 files changed:
cde/databases/:CheckEdit.sh
cde/databases/CDE-DEMOS.udb
cde/databases/CDE-FONTS.udb
cde/databases/CDE-HELP-LOC.src
cde/databases/CDE-HELP-PRG.udb
cde/databases/CDE-HELP-RUN.udb
cde/databases/CDE-ICONS.udb
cde/databases/CDE-INC.udb
cde/databases/CDE-INFO.udb
cde/databases/CDE-INFOLIB-LOC.src
cde/databases/CDE-LOC.src
cde/databases/CDE-MAN-DEV.udb
cde/databases/CDE-MAN.udb
cde/databases/CDE-MIN.udb
cde/databases/CDE-MSG-LOC.src
cde/databases/CDE-PRG.udb
cde/databases/CDE-RUN.udb
cde/databases/CDE-SHLIBS.src
cde/databases/CDE-TT.udb
cde/databases/Imakefile