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:   04-Sep-2002 12:06:26
  Branch: HEAD                             Handle: 2002090411062600

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

  Log:
    Please review. Added experimental Darwin unofficial support. Included Miles
    Egan's guessos patch as interim code predating an official GNU shtool release.

  Summary:
    Revision    Changes     Path
    1.3         +3  -0      openpkg-src/openpkg/aux.prereq.sh
    1.4         +4  -0      openpkg-src/openpkg/shtool
  ____________________________________________________________________________

  Index: openpkg-src/openpkg/aux.prereq.sh
  ============================================================
  $ cvs diff -u -r1.2 -r1.3 aux.prereq.sh
  --- openpkg-src/openpkg/aux.prereq.sh 26 Aug 2002 18:58:04 -0000      1.2
  +++ openpkg-src/openpkg/aux.prereq.sh 4 Sep 2002 10:06:26 -0000       1.3
  @@ -88,6 +88,9 @@
       *-hpux* )
          support=maybe
          ;;
  +    *-darwin* )
  +       support=maybe
  +       ;;
   esac
   case $support in
       yes   ) support="Congratulations: officially supported" ;;
  Index: openpkg-src/openpkg/shtool
  ============================================================
  $ cvs diff -u -r1.3 -r1.4 shtool
  --- openpkg-src/openpkg/shtool        3 Feb 2002 14:16:43 -0000       1.3
  +++ openpkg-src/openpkg/shtool        4 Sep 2002 10:06:26 -0000       1.4
  @@ -2529,6 +2529,10 @@
              esac
              echo "${MACHINE}-apple-rhapsody${RELEASE}"; exit 0
              ;;
  +        Darwin:*:*:*)
  +           MACHINE=`uname -p`
  +           echo "${MACHINE}-apple-darwin${RELEASE}"; exit 0
  +           ;;
           "Mac OS":*:*:*)
              MACHINE=`uname -p`
              echo "${MACHINE}-apple-macos${RELEASE}"; exit 0
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to