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:   13-Aug-2005 15:27:16
  Branch: HEAD                             Handle: 2005081314271600

  Modified files:
    openpkg-src/lsof        lsof.spec

  Log:
    before we forget this, add AIX support to lsof according to some
    discussions on openpkg-users@

  Summary:
    Revision    Changes     Path
    1.54        +3  -1      openpkg-src/lsof/lsof.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/lsof/lsof.spec
  ============================================================================
  $ cvs diff -u -r1.53 -r1.54 lsof.spec
  --- openpkg-src/lsof/lsof.spec        17 May 2005 07:01:45 -0000      1.53
  +++ openpkg-src/lsof/lsof.spec        13 Aug 2005 13:27:16 -0000      1.54
  @@ -33,7 +33,7 @@
   Group:        Filesystem
   License:      BSD
   Version:      4.75
  -Release:      20050517
  +Release:      20050813
   
   #   list of sources
   Source0:      
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
  @@ -69,6 +69,7 @@
           *-sunos*   ) platform="solaris" ;;
           *-netbsd*  ) platform="netbsd"  ;;
           *-hpux*    ) platform="hpuxgcc" ;;
  +        *-aix*     ) platform="aixgcc" ;;
           * ) echo "Platform %{l_platform -t} not supported" 1>&2; exit 1 ;;
       esac
       PATH=/bin:/usr/bin:$PATH LSOF_CC="%{l_cc}" ./Configure -n $platform
  @@ -89,6 +90,7 @@
           *-sunos*   ) setgid="sys"  ;;
           *-netbsd*  ) setgid="kmem" ;;
           *-hpux*    ) setgid="sys"  ;;
  +        *-aix*     ) setgid="sys"  ;;
       esac
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to