Changeset 63b3dd5 for scripts


Ignore:
Timestamp:
Mar 10, 2006, 3:03:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d7f7ff5
Parents:
dd6636b
Message:

r2508@server (orig r1247): ryan | 2006-03-10 02:07:51 -0800

r1297@rei: lfs | 2006-03-09 18:43:59 +1100
Add ncurses-5.5-fixes-1.patch
-----------------------------
Submitted by: Alexander E. Patrakov
Date: 2005-12-07
Initial Package Version: 5.5
Upstream Status: Backport
Origin: Cherry-picked from ftp://invisible-island.net/ncurses/5.5/*.gz
Description: Fixes the following bugs:




Location:
scripts
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/scripts/native-scripts/native-ncurses.sh

    rdd6636b r63b3dd5  
    2121cd ${PKGDIR}
    2222
     23case ${NCURSES_VER} in
     24   5.5 ) apply_patch ncurses-5.5-fixes-1 ;;
     25esac
     26
    2327if [ ! "${libdirname}" = "lib" ]; then
    2428   extra_conf="--libdir=/usr/${libdirname}"
     
    4145# CHECK THIS... Should only affect ncurses 5.2 and less,
    4246# must check whether vsscanf is picked up or not in 5.3
    43 
    4447test 5.2 = "${NCURSES_VER}" &&
    4548{
  • scripts/scripts/target-scripts/target-ncurses.sh

    rdd6636b r63b3dd5  
    3737cd ${PKGDIR}
    3838
     39case ${NCURSES_VER} in
     40   5.5 ) apply_patch ncurses-5.5-fixes-1 ;;
     41esac
     42
    3943if [ ! "${libdirname}" = "lib" ]; then
    4044   extra_conf="--libdir=${BUILD_PREFIX}/${libdirname}"
     
    7276# ( thanks Alexander Patrakov ;-) )
    7377# TODO: this is the default w ncurses-20040711
    74 sed -i -e '/^xterm|/,+1s,^\(.use\)=xterm-r6,\1=xterm-xfree86,' \
    75    misc/terminfo.src
     78#sed -i -e '/^xterm|/,+1s,^\(.use\)=xterm-r6,\1=xterm-xfree86,' \
     79#   misc/terminfo.src
    7680
    7781max_log_init Ncurses ${NCURSES_VER} "target (shared)" ${CONFLOGS} ${LOG}
Note: See TracChangeset for help on using the changeset viewer.