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:   15-Oct-2005 10:00:24
  Branch: HEAD                             Handle: 2005101509002400

  Modified files:
    openpkg-src/multitail   multitail.spec

  Log:
    cleanup style; add NetBSD support

  Summary:
    Revision    Changes     Path
    1.75        +11 -9      openpkg-src/multitail/multitail.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/multitail/multitail.spec
  ============================================================================
  $ cvs diff -u -r1.74 -r1.75 multitail.spec
  --- openpkg-src/multitail/multitail.spec      23 Aug 2005 05:43:32 -0000      
1.74
  +++ openpkg-src/multitail/multitail.spec      15 Oct 2005 08:00:24 -0000      
1.75
  @@ -33,7 +33,7 @@
   Group:        Terminal
   License:      GPL
   Version:      3.6.1
  -Release:      20050823
  +Release:      20051015
   
   #   list of sources
   Source0:      http://www.vanheusden.com/multitail/multitail-%{version}.tgz
  @@ -68,14 +68,16 @@
       libs="-lpanel -lncurses -lm"
       case "%{l_platform -t}" in
           *-freebsd* )
  -                   libs="$libs -lutil"
  -                   %{l_shtool} subst \
  -                       -e 's;off64_t;off_t;g' \
  -                       -e 's;stat64;stat;g' \
  -                       -e 's;open64;open;g' \
  -                       utils.c utils.h mt.c
  -                   ;;
  -        *-linux* ) libs="$libs -lutil" ;;
  +            libs="$libs -lutil"
  +            %{l_shtool} subst \
  +                -e 's;off64_t;off_t;g' \
  +                -e 's;stat64;stat;g' \
  +                -e 's;open64;open;g' \
  +                utils.c utils.h mt.c
  +            ;;
  +        *-linux* | *-netbsd* )
  +            libs="$libs -lutil"
  +            ;;
       esac
       %{l_make} %{l_mflags} \
           CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to