3 # - Lines starting with '#' and empty lines are ignored
4 # - One line per flag, no leading whitespaces
5 # - Flags are followed by a tab and a short description
7 DIETLIBC Packages which can be linked with dietlibc
8 KAFFE Packages which can be built with kaffe
9 JAIL Packages which can be jailed (see misc/jailing/...)
11 NOPARALLEL Packages which can not be built using make -j*
12 FPIC-QUIRK Packages which do not use -fPIC correctly and brake on certain
13 architectures such as x86-64, PowerPC and so on
14 LIBTOOL-QUIRK Packages which need an libtool update since the included one is
15 out-of-date for recent architectures
16 NO-LIBTOOL-FIX The automatic libtool fix leads to strange problems with some
17 packages that have totally outdated auto* chain, then, it is
18 necessary to inhibit the automatic libtool chain fixing
19 AUTOMAKE-QUIRK Packages which need an config.{sub,guess} update to build on
21 NO-AS-NEEDED Packages that do not link properly with --as-needed
22 NO-SSP Packages that do not compile properly with the GCC SSP enabled
24 LDAP-QUIRK Packages that need explicit -L and -I to find openldap
26 CC A C compiler (the package is using SDECFG_DEFAULT_CC)
27 CXX A C++ compiler (the package is using SDECFG_DEFAULT_CXX)
28 F77 A Fortran compiler (the package is using SDECFG_DEFAULT_F77)
29 KCC A C compiler for building the kernel (SDECFG_DEFAULT_KCC)
31 KERNEL A OS kernel package
32 INIT An INIT system package
33 LIBC A C Library implementation package
35 MTA Package is an MTAs and is using install_setmailer()
36 PRINTER Printing System and is using install_setprinter()
37 BINARY Packages which are binary downloads, so not build from source.
39 E16 Package is part of the Enlightenment 16 Desktop Environment.
40 E17 Package is part of the Enlightenment 17 Desktop Environment.
41 KDE Package is part of the KDE Desktop Environment.
42 XFCE Package is part of the Xfce Desktop Environment.
44 HORDE Package is part of the Horde Project
45 MONO Package is part of the Mono project
46 SQUIRRELMAIL Package is SquirrelMail addon/plugin
48 CLAWS Package is a Claws-mail plugin
50 SETUPTOOLS Package is installed using setuptools
51 QT3-PLUGIN Package is or contains qt3 plugins.