Changeset 3919

Show
Ignore:
Timestamp:
02/25/10 23:11:27 (2 years ago)
Author:
tg
Message:

Update to mksh R39c (untested)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/package/mksh/Config.in

    r3916 r3919  
    1313          robust shell good for interactive and especially script use. 
    1414          mksh has UTF-8 support (in substring operations and the Emacs 
    15           editing mode) and, while R39b corresponds to OpenBSD 4.6-cur- 
     15          editing mode) and, while R39c corresponds to OpenBSD 4.6-cur- 
    1616          rent ksh (without GNU bash-like PS1 and fancy character clas- 
    1717          ses), adheres to SUSv4 and is much more robust.  The code has 
  • branches/freewrt_1_0/package/mksh/Makefile

    r3916 r3919  
    88 
    99PKG_NAME=               mksh 
    10 PKG_VERSION=            39b 
     10PKG_VERSION=            39c 
    1111PKG_RELEASE=            1 
    1212PKG_SOURCE=             ${PKG_NAME}-R39b.cpio.gz 
    13 PKG_MD5SUM=             91274beff2be95260a51234d2c7bb4f7 
     13PKG_MD5SUM=             0c3cd172b47eefcdf9a302baa42f5092 
    1414 
    1515PKG_SOURCE_URL=         http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ 
  • branches/freewrt_1_0/package/mksh/patches/patch-dot_mkshrc

    r3916 r3919  
    88          – since this is not ~/.mkshrc make sure subshells find it 
    99 
    10 --- mksh/dot.mkshrc~    2010-01-29 10:40:06.000000000 +0100 
    11 +++ mksh/dot.mkshrc     2010-01-29 10:56:48.000000000 +0100 
     10--- mksh/dot.mkshrc~    2010-02-25 21:48:34.000000000 +0100 
     11+++ mksh/dot.mkshrc     2010-02-25 23:09:38.000000000 +0100 
    1212@@ -21,13 +21,15 @@ 
    1313 #- 
    14  # ~/.mkshrc: mksh initialisation file for interactive shells 
     14 # ${ENV:-~/.mkshrc}: mksh initialisation file for interactive shells 
    1515  
    1616-: ${EDITOR:=/bin/ed} ${TERM:=vt100} ${HOSTNAME:=$(ulimit -c 0;hostname -s 2>&-)} 
  • trunk/freewrt/package/mksh/Config.in

    r3916 r3919  
    1111          robust shell good for interactive and especially script use. 
    1212          mksh has UTF-8 support (in substring operations and the Emacs 
    13           editing mode) and, while R39b corresponds to OpenBSD 4.6-cur- 
     13          editing mode) and, while R39c corresponds to OpenBSD 4.6-cur- 
    1414          rent ksh (without GNU bash-like PS1 and fancy character clas- 
    1515          ses), adheres to SUSv4 and is much more robust.  The code has 
  • trunk/freewrt/package/mksh/Makefile.inc

    r3916 r3919  
    66 
    77PKG_NAME=               mksh 
    8 PKG_VERSION=            39b 
     8PKG_VERSION=            39c 
    99PKG_RELEASE=            1 
    1010DISTFILES=              ${PKG_NAME}-R${PKG_VERSION}.cpio.gz 
    11 PKG_MD5SUM=             91274beff2be95260a51234d2c7bb4f7 
     11PKG_MD5SUM=             0c3cd172b47eefcdf9a302baa42f5092 
    1212 
    1313MASTER_SITES=           ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/mksh/} 
  • trunk/freewrt/package/mksh/patches/patch-dot_mkshrc

    r3903 r3919  
    66          – yofuh doesn’t like $? in $PS1 
    77 
    8 --- mksh.orig/dot.mkshrc       Tue Nov  3 17:58:44 2009 
    9 +++ mksh/dot.mkshrc     Sun Nov 22 21:21:20 2009 
     8--- mksh/dot.mkshrc~   2010-02-25 21:48:34.000000000 +0100 
     9+++ mksh/dot.mkshrc     2010-02-25 23:09:38.000000000 +0100 
    1010@@ -21,13 +21,15 @@ 
    1111 #- 
    12  # ~/.mkshrc: mksh initialisation file for interactive shells 
     12 # ${ENV:-~/.mkshrc}: mksh initialisation file for interactive shells 
    1313  
    1414-: ${EDITOR:=/bin/ed} ${TERM:=vt100} ${HOSTNAME:=$(ulimit -c 0;hostname -s 2>&-)}