[Lunar-commits] r25391 - moonbase/trunk/libs/ncurses

Florin Braescu florin at lunar-linux.org
Tue Aug 7 20:42:39 CEST 2007


Author: florin
Date: 2007-08-07 20:42:39 +0200 (Tue, 07 Aug 2007)
New Revision: 25391

Modified:
   moonbase/trunk/libs/ncurses/BUILD
   moonbase/trunk/libs/ncurses/DEPENDS
   moonbase/trunk/libs/ncurses/DETAILS
Log:
add a patch to fix the bugs discovered by Coverity program

Modified: moonbase/trunk/libs/ncurses/BUILD
===================================================================
--- moonbase/trunk/libs/ncurses/BUILD	2007-08-07 18:41:43 UTC (rev 25390)
+++ moonbase/trunk/libs/ncurses/BUILD	2007-08-07 18:42:39 UTC (rev 25391)
@@ -1,4 +1,7 @@
 (
+
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   if [ $WITH_DEBUG == "y" ]; then
     OPTS="$OPTS --with-debug"
   else
@@ -13,7 +16,7 @@
 
 # Seems that ncurses-5.5 has problems with garbage in /usr/share/terminfo
 # Note: ncurses-5.5 also has all the "screen" files for terminfo, so no recompile is needed
-  rm -rf /usr/share/terminfo &&
+  rm -rf /usr/share/terminfo  &&
 
 # ************************ WARNING *************************
 # DO NOT MESS WITH THE CONFIGURE STUFF here unless you
@@ -32,7 +35,7 @@
                --mandir=/usr/share/man                   \
                --with-manpage-format=gzip                \
                --disable-termcap                         \
-               --enable-colorfgbg                        \
+	       --enable-colorfgbg                        \
                --with-terminfo-dirs=/usr/share/terminfo  \
                $OPTS                                    &&
 set +x &&               

Modified: moonbase/trunk/libs/ncurses/DEPENDS
===================================================================
--- moonbase/trunk/libs/ncurses/DEPENDS	2007-08-07 18:41:43 UTC (rev 25390)
+++ moonbase/trunk/libs/ncurses/DEPENDS	2007-08-07 18:42:39 UTC (rev 25391)
@@ -1,5 +1,5 @@
-depends gawk  &&
-depends sed   &&
+depends gawk
+depends sed
 
 optional_depends "gpm" "--with-gpm" "--without-gpm" "To link against gpm"
 

Modified: moonbase/trunk/libs/ncurses/DETAILS
===================================================================
--- moonbase/trunk/libs/ncurses/DETAILS	2007-08-07 18:41:43 UTC (rev 25390)
+++ moonbase/trunk/libs/ncurses/DETAILS	2007-08-07 18:42:39 UTC (rev 25391)
@@ -1,13 +1,16 @@
           MODULE=ncurses
          VERSION=5.6
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-coverity_fixes-1.patch.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d
+     SOURCE2_VFY=sha1:c743e364b57bb9cc428c92c829182b3f54d93f29
         WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
          ENTERED=20010922
-         UPDATED=20061224
-           SHORT="Displays and updates text on text-only terminals."
+         UPDATED=20070807
+           SHORT="Displays and updates text on text-only terminals"
            PSAFE=no
 
 cat << EOF



More information about the Lunar-commits mailing list