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-Mar-2009 10:53:09
  Branch: HEAD                             Handle: 2009031509530900

  Modified files:
    openpkg-src/ncurses     ncurses.patch ncurses.spec

  Log:
    upgrading package: ncurses 5.7.20090228 -> 5.7.20090314

  Summary:
    Revision    Changes     Path
    1.20        +22 -25     openpkg-src/ncurses/ncurses.patch
    1.411       +5  -3      openpkg-src/ncurses/ncurses.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.patch
  ============================================================================
  $ cvs diff -u -r1.19 -r1.20 ncurses.patch
  --- openpkg-src/ncurses/ncurses.patch 16 Nov 2008 10:12:19 -0000      1.19
  +++ openpkg-src/ncurses/ncurses.patch 15 Mar 2009 09:53:09 -0000      1.20
  @@ -1,7 +1,7 @@
   Index: include/curses.h.in
  ---- include/curses.h.in.orig 2008-09-08 10:07:57 +0200
  -+++ include/curses.h.in      2008-09-08 10:07:57 +0200
  -@@ -69,7 +69,11 @@
  +--- include/curses.h.in.orig 2009-03-15 10:42:25 +0100
  ++++ include/curses.h.in      2009-03-15 10:42:25 +0100
  +@@ -63,7 +63,11 @@
     * User-definable tweak to disable the include of <stdbool.h>.
     */
    #ifndef NCURSES_ENABLE_STDBOOL_H
  @@ -15,8 +15,8 @@
    
    /*
   Index: ncurses/Makefile.in
  ---- ncurses/Makefile.in.orig 2008-09-08 10:07:55 +0200
  -+++ ncurses/Makefile.in      2008-09-08 10:07:57 +0200
  +--- ncurses/Makefile.in.orig 2009-03-15 10:42:25 +0100
  ++++ ncurses/Makefile.in      2009-03-15 10:42:25 +0100
   @@ -154,7 +154,7 @@
        keys.list
    
  @@ -37,8 +37,8 @@
    
    link_test$x : ./link_test.c $(TEST_DEPS) \
   Index: progs/Makefile.in
  ---- progs/Makefile.in.orig   2008-09-08 10:07:57 +0200
  -+++ progs/Makefile.in        2008-09-08 10:09:57 +0200
  +--- progs/Makefile.in.orig   2009-03-15 10:42:25 +0100
  ++++ progs/Makefile.in        2009-03-15 10:46:34 +0100
   @@ -109,10 +109,10 @@
    
    LDFLAGS_DEFAULT     = $(ldfla...@dft_upr_model@)
  @@ -52,26 +52,23 @@
    LDFLAGS_TINFO       = $(ldfla...@dft_upr_model@) $(LIBS_TINFO)
    
    LINT                = @LINT@
  -@@ -213,7 +213,8 @@
  - 
  +@@ -223,6 +223,7 @@
    DEPS_TIC = \
        $(MODEL)/tic$o \
  --    $(MODEL)/dump_entry$o
  -+    $(MODEL)/dump_entry$o \
  -+    $(MODEL)/comp_parse$o
  +     $(MODEL)/dump_entry$o \
  ++    $(MODEL)/comp_parse$o \
  +     $(MODEL)/transform$o
    
    tic$x: $(DEPS_TIC) $(DEPS_CURSES) transform.h
  -     @ECHO_LINK@ $(LINK) $(DEPS_TIC) $(LDFLAGS_TIC) -o $@
  -@@ -231,14 +232,16 @@
  -     @ECHO_LINK@ $(LINK) $(DEPS_CLEAR) $(LDFLAGS_TINFO) -o $@
  +@@ -248,6 +249,7 @@
    
    DEPS_TPUT = \
  --    $(MODEL)/tput$o
  -+    $(MODEL)/tput$o \
  -+    $(MODEL)/lib_tparm$o
  +     $(MODEL)/tput$o \
  ++    $(MODEL)/lib_tparm$o \
  +     $(MODEL)/transform$o
    
    tput$x: $(DEPS_TPUT) $(DEPS_CURSES) transform.h
  -     @ECHO_LINK@ $(LINK) $(DEPS_TPUT) $(LDFLAGS_TINFO) -o $@
  +@@ -255,7 +257,8 @@
    
    DEPS_INFOCMP = \
        $(MODEL)/infocmp$o \
  @@ -82,8 +79,8 @@
    infocmp$x: $(DEPS_INFOCMP) $(DEPS_CURSES)
        @ECHO_LINK@ $(LINK) $(DEPS_INFOCMP) $(LDFLAGS_TIC) -o $@
   Index: test/Makefile.in
  ---- test/Makefile.in.orig    2008-09-08 10:07:57 +0200
  -+++ test/Makefile.in 2008-09-08 10:10:09 +0200
  +--- test/Makefile.in.orig    2008-09-07 15:58:29 +0200
  ++++ test/Makefile.in 2009-03-15 10:42:25 +0100
   @@ -88,7 +88,7 @@
    LDFLAGS_PROFILE     = $(LDFLAGS) $(CFLAGS_PROFILE)
    LDFLAGS_SHARED      = $(LDFLAGS) $(CFLAGS_SHARED) @LD_SHARED_OPTS@
  @@ -103,10 +100,10 @@
    
    LINT                = @LINT@
   Index: test/programs
  ---- test/programs.orig       2008-09-08 10:07:57 +0200
  -+++ test/programs    2008-09-08 10:07:57 +0200
  -@@ -37,7 +37,7 @@
  - chgat               $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   chgat
  +--- test/programs.orig       2009-03-15 10:42:25 +0100
  ++++ test/programs    2009-03-15 10:42:25 +0100
  +@@ -38,7 +38,7 @@
  + clip_printw $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   clip_printw
    color_set   $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   color_set
    demo_altkeys        $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   demo_altkeys
   -demo_defkey $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   demo_defkey
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  ============================================================================
  $ cvs diff -u -r1.410 -r1.411 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  1 Mar 2009 19:43:23 -0000       1.410
  +++ openpkg-src/ncurses/ncurses.spec  15 Mar 2009 09:53:09 -0000      1.411
  @@ -40,9 +40,10 @@
   %define       V_patch15 20090214
   %define       V_patch16 20090221
   %define       V_patch17 20090228
  +%define       V_patch18 20090314
   %define       V_patchB  %{V_patch1}
  -%define       V_patchL  %{V_patch17}
  -%define       V_patches 17
  +%define       V_patchL  %{V_patch18}
  +%define       V_patches 18
   
   #   package information
   Name:         ncurses
  @@ -55,7 +56,7 @@
   Group:        Terminal
   License:      MIT-style
   Version:      %{V_base}.%{V_patchL}
  -Release:      20090301
  +Release:      20090315
   
   #   list of sources
   Source0:      ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ -76,6 +77,7 @@
   Patch15:      
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch15}.patch.gz
   Patch16:      
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch16}.patch.gz
   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
   Patch100:     ncurses.patch
   
   #   build information
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to