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

Terry Chan tchan at lunar-linux.org
Mon Dec 25 01:00:17 CET 2006


Author: tchan
Date: 2006-12-25 01:00:17 +0100 (Mon, 25 Dec 2006)
New Revision: 22740

Removed:
   moonbase/trunk/libs/ncurses/POST_INSTALL
Modified:
   moonbase/trunk/libs/ncurses/BUILD
   moonbase/trunk/libs/ncurses/DETAILS
Log:
Used florin's suggestion to update ncurses to 5.6. Removed the POST_INSTALL
as the test for gcc keeping internal copies of slang.h and ncurses.h was broken.
gcc-3.4.x doesn't appear to be keeping internal copies of ncurses.h nor slang.h.
Tested on 2.4.x and 2.6.x kernel boxes.


Modified: moonbase/trunk/libs/ncurses/BUILD
===================================================================
--- moonbase/trunk/libs/ncurses/BUILD	2006-12-24 23:39:06 UTC (rev 22739)
+++ moonbase/trunk/libs/ncurses/BUILD	2006-12-25 00:00:17 UTC (rev 22740)
@@ -36,6 +36,7 @@
                --with-terminfo-dirs=/usr/share/terminfo  \
                $OPTS                                    &&
 set +x &&               
-  default_make
+  default_make &&
+  gather_docs ANNOUNCE TODO
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/libs/ncurses/DETAILS
===================================================================
--- moonbase/trunk/libs/ncurses/DETAILS	2006-12-24 23:39:06 UTC (rev 22739)
+++ moonbase/trunk/libs/ncurses/DETAILS	2006-12-25 00:00:17 UTC (rev 22740)
@@ -1,14 +1,14 @@
           MODULE=ncurses
-         VERSION=5.5
+         VERSION=5.6
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-      SOURCE_VFY=sha1:46414a72e91a62f63a8c9af00f0d65497f5ecc5a
+      SOURCE_VFY=sha1:4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d
         WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
          ENTERED=20010922
-         UPDATED=20051012
-           SHORT="ncurses displays and updates text on text-only terminals."
-	   PSAFE=no
+         UPDATED=20061224
+           SHORT="Displays and updates text on text-only terminals."
+           PSAFE=no
 
 cat << EOF
 ncurses - Displays and updates text on text-only terminals.

Deleted: moonbase/trunk/libs/ncurses/POST_INSTALL



More information about the Lunar-commits mailing list