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:   27-Jun-2006 16:01:20
  Branch: OPENPKG_2_STABLE                 Handle: 2006062715011900

  Modified files:           (Branch: OPENPKG_2_STABLE)
    openpkg-src/ncurses     ncurses.spec

  Log:
    MFC: latest version, including build-time fixes related to patching

  Summary:
    Revision    Changes     Path
    1.264.2.2   +7  -5      openpkg-src/ncurses/ncurses.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  ============================================================================
  $ cvs diff -u -r1.264.2.1 -r1.264.2.2 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  20 Jun 2006 15:22:00 -0000      
1.264.2.1
  +++ openpkg-src/ncurses/ncurses.spec  27 Jun 2006 14:01:19 -0000      
1.264.2.2
  @@ -43,9 +43,10 @@
   %define       V_patch17 20060527
   %define       V_patch18 20060603
   %define       V_patch19 20060617
  +%define       V_patch20 20060625
   %define       V_patchB  %{V_patch1}
  -%define       V_patchL  %{V_patch19}
  -%define       V_patches 19
  +%define       V_patchL  %{V_patch20}
  +%define       V_patches 20
   
   #   package information
   Name:         ncurses
  @@ -58,7 +59,7 @@
   Group:        Terminal
   License:      GPL
   Version:      %{V_base}.%{V_patchL}
  -Release:      2.20060622
  +Release:      2.20060627
   
   #   list of sources
   Source0:      ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ -81,6 +82,7 @@
   Patch17:      
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch17}.patch.gz
   Patch18:      
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch18}.patch.gz
   Patch19:      
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch19}.patch.gz
  +Patch20:      
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch20}.patch.gz
   Patch100:     ncurses.patch
   
   #   build information
  @@ -131,8 +133,8 @@
           %{expand:%(i=1; while [ $i -le %{V_patches} ]; do %{l_shtool} echo 
-n " %%{PATCH$i}"; i=`expr $i + 1`; done)}
       do
           case "$patchfile" in
  -            *.sh.bz2    ) %{l_bzip2} -d -c $patchfile | sh - || true ;;
  -            *.sh.gz     ) %{l_gzip}  -d -c $patchfile | sh - || true ;;
  +            *.sh.bz2    ) %{l_bzip2} -d -c $patchfile | sed -e 's;patch 
-p1;%{l_patch} -p1;' | sh - || true ;;
  +            *.sh.gz     ) %{l_gzip}  -d -c $patchfile | sed -e 's;patch 
-p1;%{l_patch} -p1;' | sh - || true ;;
               *.patch.bz2 ) %{l_bzip2} -d -c $patchfile | %{l_patch} -p1 || 
true ;;
               *.patch.gz  ) %{l_gzip}  -d -c $patchfile | %{l_patch} -p1 || 
true ;;
               * )
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to