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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   24-Jul-2009 17:18:46
  Branch: HEAD                             Handle: 2009072416184600

  Modified files:
    openpkg-src/newlisp     newlisp.spec

  Log:
    upgrading package: newlisp 10.1.0 -> 10.1.1

  Summary:
    Revision    Changes     Path
    1.9         +16 -3      openpkg-src/newlisp/newlisp.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  22 Jun 2009 17:47:04 -0000      1.8
  +++ openpkg-src/newlisp/newlisp.spec  24 Jul 2009 15:18:46 -0000      1.9
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Language
   License:      GPL
  -Version:      10.1.0
  -Release:      20090622
  +Version:      10.1.1
  +Release:      20090724
   
   #   list of sources
   Source0:      http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  @@ -64,7 +64,20 @@
       %patch -p0
   
   %build
  -    ./build
  +    ./configure
  +    case "%{l_platform -t}" in
  +        amd64-*bsd*    ) makefile="makefile_bsdLP64"   ;;
  +        sparc64-*bsd*  ) makefile="makefile_bsdLP64"   ;;
  +        *-*bsd*        ) makefile="makefile_bsd"       ;;
  +        amd64-linux*   ) makefile="makefile_linuxLP64" ;;
  +        sparc64-linux* ) makefile="makefile_linuxLP64" ;;
  +        *-linux*       ) makefile="makefile_linux"     ;;
  +        amd64-sunos*   ) makefile="makefile_sunosLP64" ;;
  +        sparc64-sunos* ) makefile="makefile_sunosLP64" ;;
  +        *-sunos*       ) makefile="makefile_sunos"     ;;
  +        *              ) makefile="makefile"           ;;
  +    esac
  +    %{l_make} %{l_mflags} -f $makefile
   
   %install
       rm -rf $RPM_BUILD_ROOT
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to