pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/aide06



Module Name:    pkgsrc
Committed By:   marino
Date:           Sun Aug 12 09:15:07 UTC 2012

Modified Files:
        pkgsrc/security/aide06: distinfo
Added Files:
        pkgsrc/security/aide06/patches: patch-src_conf_lex.l patch-src_db_lex.c
            patch-src_db_lex.l

Log Message:
security/aide06: Fix regression caused by bison 2.6.x

Bison 2.6.x+ handles the yydebug functionality differently by predefining
YYDEBUG.  The yacc logic is not expecting YYDEBUG to be defined without
an value, so it breaks on an "#if YYDEBUG" macro in a few places.

In order to make this work with pre-2.6 bison as well as current versions,
hard code the inclusion of debug symbols.  It doesn't hurt anything and
it fixes the package.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/aide06/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/aide06/patches/patch-src_conf_lex.l \
    pkgsrc/security/aide06/patches/patch-src_db_lex.c \
    pkgsrc/security/aide06/patches/patch-src_db_lex.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index