OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   06-Feb-2005 16:11:01
  Branch: HEAD                             Handle: 2005020615110100

  Modified files:
    openpkg-src/gated       gated.patch gated.spec

  Log:
    fix building under new Flex world order

  Summary:
    Revision    Changes     Path
    1.3         +20 -0      openpkg-src/gated/gated.patch
    1.45        +1  -1      openpkg-src/gated/gated.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gated/gated.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 gated.patch
  --- openpkg-src/gated/gated.patch     17 Jun 2003 21:55:03 -0000      1.2
  +++ openpkg-src/gated/gated.patch     6 Feb 2005 15:11:01 -0000       1.3
  @@ -63,3 +63,23 @@
    #ifdef PROTO_INET6
    #include "krt_ipv6multi/krt_ipv6multi.h"
    #endif
  +Index: src/gated/lexer.l
  +--- src/gated/lexer.l.orig   2000-03-17 07:00:20 +0100
  ++++ src/gated/lexer.l        2005-02-06 16:07:23 +0100
  +@@ -178,8 +178,6 @@
  + 
  + #define     YYTEXT  yytext
  + 
  +-int yylineno = 0;
  +-
  + #undef      YY_INPUT
  + #define     YY_INPUT(buf, result, max_size) \
  + { \
  +@@ -207,6 +205,7 @@
  + 
  + %}
  + 
  ++%option yylineno
  + %s CONFIG PP
  + %a 3300
  + %o 5000
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gated/gated.spec
  ============================================================================
  $ cvs diff -u -r1.44 -r1.45 gated.spec
  --- openpkg-src/gated/gated.spec      1 Jan 2005 10:49:16 -0000       1.44
  +++ openpkg-src/gated/gated.spec      6 Feb 2005 15:11:01 -0000       1.45
  @@ -39,7 +39,7 @@
   Group:        Network
   License:      GPL
   Version:      %{V_here}
  -Release:      20040920
  +Release:      20050206
   
   #   package options
   %option       with_fsl  yes
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to