Skip to content

Commit

Permalink
system-tools: bump screen and fix 256 colour support
Browse files Browse the repository at this point in the history
* screen: netbsd-curses fix
* screen: enable 256 colors support
* screen: update to 4.5.1
* system-tools: bump screen
  • Loading branch information
glenvt18 authored and chewitt committed Jun 10, 2017
1 parent 20ac6b5 commit 16fdbb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="screen"
PKG_VERSION="4.3.1"
PKG_VERSION="4.5.1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/screen/"
Expand All @@ -29,12 +29,14 @@ PKG_LONGDESC="screen is a terminal multiplexor that runs several separate screen
PKG_AUTORECONF="no"

PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_utempter_h=no \
--enable-colors256 \
--disable-pam \
--disable-use-locale \
--disable-telnet \
--disable-socket-dir"

pre_configure_target() {
CFLAGS="$CFLAGS -DTERMINFO"
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`

# screen fails to build in subdirs
Expand Down
3 changes: 3 additions & 0 deletions packages/addons/tools/system-tools/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
106
- Bump screen, fix colors issue

104
- Bump file package

Expand Down
2 changes: 1 addition & 1 deletion packages/addons/tools/system-tools/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PKG_NAME="system-tools"
PKG_VERSION=""
PKG_REV="105"
PKG_REV="106"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE=""
Expand Down

0 comments on commit 16fdbb7

Please sign in to comment.