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-Jun-2005 14:38:37
  Branch: HEAD                             Handle: 2005061513383700

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

  Log:
    update the platform support list (aux.prereq.sh) for OpenPKG 2.4

  Summary:
    Revision    Changes     Path
    1.273       +1  -0      openpkg-src/openpkg/HISTORY
    1.23        +20 -24     openpkg-src/openpkg/aux.prereq.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  ============================================================================
  $ cvs diff -u -r1.272 -r1.273 HISTORY
  --- openpkg-src/openpkg/HISTORY       15 Jun 2005 11:25:07 -0000      1.272
  +++ openpkg-src/openpkg/HISTORY       15 Jun 2005 12:38:37 -0000      1.273
  @@ -2,6 +2,7 @@
   2005
   ====
   
  +20050615 update the platform support list (aux.prereq.sh) for OpenPKG 2.4
   20050615 upgrade to GNU shtool 2.0.2 (fixing CAN-2005-1751 and CAN-2005-1759)
   20050613 part 4 of AIX port: cleanups and fixes for system hooks
   20050611 upgrade to latest CVS snapshot of GNU shtool to correctly detect 
Mandriva Linux
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/aux.prereq.sh
  ============================================================================
  $ cvs diff -u -r1.22 -r1.23 aux.prereq.sh
  --- openpkg-src/openpkg/aux.prereq.sh 24 Mar 2005 11:19:43 -0000      1.22
  +++ openpkg-src/openpkg/aux.prereq.sh 15 Jun 2005 12:38:37 -0000      1.23
  @@ -37,47 +37,42 @@
   case "$platform_prod:$product_tech" in
       #   official "forecasted" platforms
       *-aix*:*              |\
  -    *-irix*:*             |\
  -    amd64-freebsd5.3:*    )
  +    *-irix*:*             )
           support=forecasted
           ;;
       #   official "tentative" platforms
  -    hppa-hpux11.11:*      |\
  -    ix86-netbsd2.0:*      |\
  -    ix86-debian3.1:*      |\
  -    ix86-mandrake10.1:*   |\
  -    ppc-darwin7.8.0*:*    |\
  -    ix86-gentoo1.6.9:*    |\
  -    ia64-freebsd5.3:*     |\
  -    sparc64-freebsd5.3:*  |\
  -    ix86-freebsd6.0:*     )
  +    amd64-freebsd5.4:*    |\
  +    ia64-freebsd5.4:*     |\
  +    ix86-freebsd6.0:*     |\
  +    ix86-gentoo1.6.12:*   |\
  +    ix86-mandriva10.2:*   )
           support=tentative
           ;;
       #   official "supported" platforms
  -    ix86-freebsd4.11:*    |\
  -    ix86-freebsd5.3:*     |\
  -    ix86-debian3.0:*      |\
  +    ix86-debian3.1:*      |\
       ix86-fedora3:*        |\
  -    ix86-rhel3:*          |\
  -    ix86-suse9:*          |\
  -    ix86-suse9.2:*        |\
  -    sparc64-solaris8:*    |\
  -    ix86-solaris9:*       |\
  -    sparc64-solaris9:*    |\
  +    ix86-freebsd5.4:*     |\
  +    ix86-netbsd2.0.2:*    |\
       ix86-solaris10:*      |\
  -    sparc64-solaris10:*   )
  +    ix86-solaris9:*       |\
  +    ix86-suse9.3:*        |\
  +    sparc64-solaris9:*    )
           support=supported
           ;;
       #   official "obsolete" platforms
  -    #xxx-xxx:*             )
  -    #    support=obsolete
  -    #    ;;
  +    ix86-freebsd4.11:*    |\
  +    ix86-rhel3:*          |\
  +    sparc64-solaris8:*    )
  +        support=obsolete
  +        ;;
       #   official "deprecated" platforms
       *-tru64*:*            |\
       *-unixware*:*         )
           support=deprecated
           ;;
       #   probable platforms
  +    hppa-hpux11.11:*      |\
  +    ppc-darwin7.**:*      |\
       *-debian[23].*:*      |\
       *-fedora*:*           |\
       *-freebsd[456].*:*    |\
  @@ -87,6 +82,7 @@
       *-netbsd*:*           |\
       *-rhel3:*             |\
       *-rhl9:*              |\
  +    *-solaris*:*          |\
       *-suse[789].*:*       )
           support=probable
           ;;
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to