arpwatch/fsl.arpwatch

Wed, 14 Jan 2009 15:59:12 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 14 Jan 2009 15:59:12 +0100
changeset 86
78e7deb1d6ab
permissions
-rw-r--r--

Correct and improve many buildconf and code logic blocks. In particular:
1. Document potential problems building with current binutils releases.
2. Document the flawed webkit and explain its temporary exclusion.
3. Document the edition of Qt which is built and installed.
4. Remove the Solaris x11_supdir logic as it is no longer found.
5. Correct several .pr[io] files including QMAKE_CXXFLAGS and INCPATH,
which previously caused preexisting Qt installations to deliver
erroneous old include and library logic instead of relying on
that of the currently building package. -I/opkg/include is now
placed at the end of the compile statements.
6. Don't trust the QMAKE_[INC|LIB]DIR_X11 identifiers in qmake.conf.
7. Allow more 64-bit builds and more properly identify the platform.
8. Place plugins (which are shared objects) in lib instead of share.
9. Build components as plugins when possible if with_shared is enabled.
10. Translate German text to English to be more consistent.
11. Instead of removing the pkgconfig directory of with_shared builds,
place it in a child directory useful for shared building.
12. Document the nonstandard shared build directory structure,
including using the hidden pkgconfig directory (PKG_CONFIG_PATH.)
13. Change %doc to specify files rather than directories in the RPM DB.

     1 ##
     2 ##  fsl.arpwatch -- OSSP fsl configuration
     3 ##
     5 ident (arpwatch)/.+ q{
     6     prefix(
     7         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
     8     )
     9     -> {
    10         debug: file(
    11             path="@l_prefix@/var/arpwatch/log/arpwatch.log",
    12             perm=0644
    13         )
    14     }
    15 };
    17 ident (arpsnmp)/.+ q{
    18     prefix(
    19         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    20     )
    21     -> {
    22         debug: file(
    23             path="@l_prefix@/var/arpwatch/log/arpsnmp.log",
    24             perm=0644
    25         )
    26     }
    27 };

mercurial