1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00
cde/cde/databases/CDE-PRG.udb
Jon Trulson 9b5b547a34 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'.
2014-07-27 13:44:35 -06:00

220 lines
4.2 KiB
Text

# $XConsortium: CDE-PRG.udb /main/8 1996/08/27 12:59:07 barstow $
#>>------------------------------
# CDE-PRG.udb CDE Dev. Env Library product universal database
#--------------------------------
#
#>>------------------------------
# Defaults for: hpux
#<<------------------------------
#
{ hpux : defaults
install_target =
fileset = CDE-PRG
type = file
status = di----
processor = 378
mode = 0444
owner = bin
group = bin
link_source = <LNK>
build_target = /
install_rule_name =
install_flags =
a_out_location = <SRC>
order = 0
responsible_project = cde_dt
}
#>>------------------------------
# Defaults for: hpux 10.0
#<<------------------------------
#
{ hpV4 : defaults
install_target =
fileset = CDE-PRG
type = file
status = di----
processor = 378
mode = 0444
owner = bin
group = bin
link_source = <LNK>
build_target = /
install_rule_name =
install_flags =
a_out_location = <SRC>
order = 0
responsible_project = cde_dt
}
#>>------------------------------
# Defaults for: aix
#<<------------------------------
#
{ aix : defaults
install_target =
fileset = CDE-PRG
type = file
status = di----
processor = 378
mode = 0444
owner = bin
group = bin
link_source = <LNK>
build_target = /
install_rule_name =
install_flags =
a_out_location = <SRC>
order = 0
responsible_project = cde_dt
}
#>>------------------------------
# Defaults for: sun
#<<------------------------------
#
{ sun : defaults
install_target =
fileset = CDE-PRG
type = file
status = di----
processor = 378
mode = 0444
owner = bin
group = bin
link_source = <LNK>
build_target = /
install_rule_name =
install_flags =
a_out_location = <SRC>
order = 0
responsible_project = cde_dt
}
#>>------------------------------
# Defaults for: dec
#<<------------------------------
#
{ dec : defaults
install_target =
fileset = CDE-PRG
type = file
status = di----
processor = 378
mode = 0644
owner = bin
group = bin
link_source = <LNK>
build_target = /
install_rule_name =
install_flags =
a_out_location = <SRC>
order = 0
responsible_project = cde_dt
}
#>>------------------------------
# Defaults for: standalone product
#<<------------------------------
#
{ standalone : defaults
install_target =
fileset = CDE-PRG
type = file
status = di----
processor = 378
mode = 0444
owner = bin
group = bin
link_source = <LNK>
build_target = /
install_rule_name =
install_flags =
a_out_location = <SRC>
order = 0
responsible_project = cde_dt
}
#>>------------------------------
# Defaults for: nls internationalized files
#<<------------------------------
#
{ nls : defaults
install_target =
processor = 378
type = file
mode = 0444
owner = bin
group = bin
}
#>>-------------------------------------------------
# Defaults for: everything else (identical to hpux)
#<<-------------------------------------------------
#
{ default : defaults
install_target =
fileset = CDE-PRG
type = file
status = di----
processor = 378
mode = 0444
owner = bin
group = bin
link_source = <LNK>
build_target = /
install_rule_name =
install_flags =
a_out_location = <SRC>
order = 0
responsible_project = cde_dt
}
#
#>>----------------------------------
# Libraries
#------------------------------------
#
lib/DtHelp/libDtHelp.a
{ aix
install_target = /usr/dt/lib/libDtHelp.a
mode = 0555
}
#
lib/DtSvc/libDtSvc.a
{ aix
install_target = /usr/dt/lib/libDtSvc.a
mode = 0555
}
#
lib/DtWidget/libDtWidget.a
{ aix
install_target = /usr/dt/lib/libDtWidget.a
mode = 0555
}
#
lib/DtTerm/libDtTerm.a
{ aix
install_target = /usr/dt/lib/libDtTerm.a
mode = 0555
}
#
#>>----------------------------------
# Tool Talk (tt) library
#------------------------------------
#
lib/tt/lib/libtt.a
{ aix
install_target = /usr/dt/lib/libtt.a
mode = 0555
}
#>>----------------------------------
# csa library
#------------------------------------
#
lib/csa/libcsa.a
{ aix
install_target = /usr/dt/lib/libcsa.a
mode = 0555
}