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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   02-Feb-2005 19:58:35
  Branch: HEAD                             Handle: 2005020218583400

  Modified files:
    openpkg-src/openpkg     aux.prereq.sh

  Log:
    update specified platform support to match actual state of buildfarm
    testing, and replace the esoteric word 'auspicious' with 'probable'

  Summary:
    Revision    Changes     Path
    1.20        +20 -19     openpkg-src/openpkg/aux.prereq.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/aux.prereq.sh
  ============================================================================
  $ cvs diff -u -r1.19 -r1.20 aux.prereq.sh
  --- openpkg-src/openpkg/aux.prereq.sh 20 Jan 2005 11:08:53 -0000      1.19
  +++ openpkg-src/openpkg/aux.prereq.sh 2 Feb 2005 18:58:34 -0000       1.20
  @@ -44,25 +44,26 @@
           support=forecasted
           ;;
       #   official "tentative" platforms
  -    alpha-freebsd5.2:*    |\
       hppa-hpux11.11:*      |\
       ix86-debian3.1:*      |\
  -    ix86-gentoo1.4.16:*   |\
  -    ix86-mandrake10.0:*   |\
  -    ix86-netbsd1.6.2:*    |\
  +    ix86-gentoo1.5.3:*    |\
       ix86-solaris10:*      |\
  -    sparc64-netbsd1.6.2:* |\
  -    sparc64-solaris10:*   )
  +    sparc64-solaris10:*   |\
  +    amd64-freebsd5.3:*    |\
  +    ia64-freebsd5.3:*     |\
  +    sparc64-freebsd5.3:*  |\
  +    ix86-freebsd6.0:*     )
           support=tentative
           ;;
       #   official "supported" platforms
       ix86-debian3.0:*      |\
  -    ix86-fedora2:*        |\
  +    ix86-fedora3:*        |\
       ix86-freebsd4.10:*    |\
  -    ix86-freebsd5.2:*     |\
  -    ix86-rhel3:*          |\
  +    ix86-freebsd5.3:*     |\
       ix86-solaris9:*       |\
  -    ix86-suse9.1:*        |\
  +    ix86-rhel3:*          |\
  +    ix86-sles9:*          |\
  +    ix86-suse9.2:*        |\
       sparc64-solaris8:*    |\
       sparc64-solaris9:*    )
           support=supported
  @@ -77,7 +78,7 @@
       *-unixware*:*         )
           support=deprecated
           ;;
  -    #   auspicious platforms
  +    #   probable platforms
       *-debian[23].*:*      |\
       *-fedora*:*           |\
       *-freebsd[45].*:*     |\
  @@ -89,7 +90,7 @@
       *-rhl9:*              |\
       *-solaris*:*          |\
       *-suse[789].*:*       )
  -        support=auspicious
  +        support=probable
           ;;
       #   unknown platforms
       *:* )
  @@ -97,13 +98,13 @@
           ;;
   esac
   case "$support" in
  -    forecasted ) support="forecasted (still not known to work)" ;;
  -    tentative  ) support="tentative (should already work)"      ;;
  -    supported  ) support="supported"                            ;;
  -    obsolete   ) support="obsolete (should still work)"         ;;
  -    deprecated ) support="deprecated (no longer known to work)" ;;
  -    auspicious ) support="auspicious (expect to work)"          ;;
  -    unknown    ) support="unknown (expect not to work)"         ;;
  +    forecasted ) support="forecasted (still not known to work)"     ;;
  +    tentative  ) support="tentative (should already work)"          ;;
  +    supported  ) support="supported"                                ;;
  +    obsolete   ) support="obsolete (should still work)"             ;;
  +    deprecated ) support="deprecated (no longer known to work)"     ;;
  +    probable   ) support="probable (untested but expected to work)" ;;
  +    unknown    ) support="unknown (expect not to work)"             ;;
   esac
   echo "++ platform product:    $platform_prod"
   echo "++ platform technology: $platform_tech"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to