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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Dec-2007 16:37:07
  Branch: HEAD                             Handle: 2007122215370700

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

  Log:
    remove the requirement to flex-old

  Summary:
    Revision    Changes     Path
    1.17        +26 -0      openpkg-src/amd/amd.patch
    1.75        +3  -3      openpkg-src/amd/amd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/amd/amd.patch
  ============================================================================
  $ cvs diff -u -r1.16 -r1.17 amd.patch
  --- openpkg-src/amd/amd.patch 11 Oct 2005 06:39:34 -0000      1.16
  +++ openpkg-src/amd/amd.patch 22 Dec 2007 15:37:07 -0000      1.17
  @@ -1,3 +1,16 @@
  +Index: amd/conf_tok.l
  +--- amd/conf_tok.l.orig      2006-01-02 19:40:31 +0100
  ++++ amd/conf_tok.l   2007-12-22 16:24:15 +0100
  +@@ -109,9 +109,6 @@
  + /* no need to use yyunput() */
  + %option nounput
  + 
  +-/* allocate more output slots so lex scanners don't run out of mem */
  +-%o 1024
  +-
  + DIGIT               [0-9]
  + ALPHA               [A-Za-z]
  + ALPHANUM    [A-Za-z0-9]
   Index: conf/mount/mount_linux.c
   --- conf/mount/mount_linux.c.orig    2005-10-06 20:37:49 +0200
   +++ conf/mount/mount_linux.c 2005-10-11 08:34:46 +0200
  @@ -85,3 +98,16 @@
          /*
           * This code is needed to defeat Solaris 2.4's (and newer) symlink
           * values cache.  It forces the last-modified time of the symlink to 
be
  +Index: fsinfo/fsi_lex.l
  +--- fsinfo/fsi_lex.l.orig    2006-01-02 19:40:31 +0100
  ++++ fsinfo/fsi_lex.l 2007-12-22 16:30:14 +0100
  +@@ -163,9 +163,6 @@
  + /* no need to use yyunput() */
  + %option nounput
  + 
  +-/* allocate more output slots so lex scanners don't run out of mem */
  +-%o 1024
  +-
  + %start F Q
  + 
  + %%
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/amd/amd.spec
  ============================================================================
  $ cvs diff -u -r1.74 -r1.75 amd.spec
  --- openpkg-src/amd/amd.spec  1 Jan 2007 17:36:30 -0000       1.74
  +++ openpkg-src/amd/amd.spec  22 Dec 2007 15:37:07 -0000      1.75
  @@ -33,7 +33,7 @@
   Group:        System
   License:      BSD
   Version:      6.1.5
  -Release:      20061013
  +Release:      20071222
   
   #   list of sources
   Source0:      ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
  @@ -44,7 +44,7 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20060823, bison, flex >= 2.5.31-20041031
  +BuildPreReq:  OpenPKG, openpkg >= 20060823, bison, flex
   PreReq:       OpenPKG, openpkg >= 20060823, perl
   AutoReq:      no
   AutoReqProv:  no
  @@ -97,7 +97,7 @@
       MAKEINFO=true \
       AMTAR=true \
       CC="%{l_cc}" \
  -    LEX=flex-old \
  +    LEX="flex" \
       CFLAGS="%{l_cflags -O}" \
       PERL="%{l_prefix}/bin/perl" \
       ./configure \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to