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 09:27:04
  Branch: HEAD                             Handle: 2005101508270400

  Modified files:
    openpkg-src/mesa        mesa.spec

  Log:
    cleanup and compactify style; add NetBSD support

  Summary:
    Revision    Changes     Path
    1.15        +7  -17     openpkg-src/mesa/mesa.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mesa/mesa.spec
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 mesa.spec
  --- openpkg-src/mesa/mesa.spec        11 Jun 2005 07:58:55 -0000      1.14
  +++ openpkg-src/mesa/mesa.spec        15 Oct 2005 07:27:04 -0000      1.15
  @@ -33,7 +33,7 @@
   Group:        XWindow
   License:      LGPL
   Version:      6.2.1
  -Release:      20050611
  +Release:      20051015
   
   #   package options
   %option       with_demos  no
  @@ -84,22 +84,12 @@
   
   %build
       case "%{l_platform -t}" in
  -        *-freebsd* )
  -            plat="freebsd"
  -            ;;
  -        *-linux* )
  -            plat="linux"
  -            ;;
  -        i?86*-sunos* )
  -            plat="solaris-x86-gcc"
  -            ;;
  -        sun*-sunos* )
  -            plat="sunos5-gcc"
  -            ;;
  -        * )
  -            echo "platform %{l_platform -t} not supported" 2>&1;
  -            exit 1;
  -            ;;
  +        *-freebsd*   ) plat="freebsd"         ;;
  +        *-netbsd*    ) plat="netbsd"          ;;
  +        *-linux*     ) plat="linux"           ;;
  +        i?86*-sunos* ) plat="solaris-x86-gcc" ;;
  +        sun*-sunos*  ) plat="sunos5-gcc"      ;;
  +        * ) echo "platform %{l_platform -t} not supported" 2>&1; exit 1; ;;
       esac
       CC="%{l_cc}" \
       CXX="%{l_cxx}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to