system-tools: bump screen and fix 256 colour support

* screen: netbsd-curses fix
* screen: enable 256 colors support
* screen: update to 4.5.1
* system-tools: bump screen
This commit is contained in:
glenvt18 2017-06-10 08:41:33 +03:00 committed by Christian Hewitt
parent 20ac6b535c
commit 16fdbb7aba
3 changed files with 7 additions and 2 deletions

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="screen" PKG_NAME="screen"
PKG_VERSION="4.3.1" PKG_VERSION="4.5.1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/screen/" PKG_SITE="http://www.gnu.org/software/screen/"
@ -29,12 +29,14 @@ PKG_LONGDESC="screen is a terminal multiplexor that runs several separate screen
PKG_AUTORECONF="no" PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_utempter_h=no \ PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_utempter_h=no \
--enable-colors256 \
--disable-pam \ --disable-pam \
--disable-use-locale \ --disable-use-locale \
--disable-telnet \ --disable-telnet \
--disable-socket-dir" --disable-socket-dir"
pre_configure_target() { pre_configure_target() {
CFLAGS="$CFLAGS -DTERMINFO"
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"` export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
# screen fails to build in subdirs # screen fails to build in subdirs

View File

@ -1,3 +1,6 @@
106
- Bump screen, fix colors issue
104 104
- Bump file package - Bump file package

View File

@ -18,7 +18,7 @@
PKG_NAME="system-tools" PKG_NAME="system-tools"
PKG_VERSION="" PKG_VERSION=""
PKG_REV="105" PKG_REV="106"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="" PKG_SITE=""