diff --git a/groups/211.native_packages_cmdline.group b/groups/211.native_packages_cmdline.group index b3ae50b..746fb9d 100644 --- a/groups/211.native_packages_cmdline.group +++ b/groups/211.native_packages_cmdline.group @@ -74,8 +74,8 @@ the_silver_searcher toilet tree terminally_tetris ubase which zsh")"; +../dos2unix-${PKG_DOS2UNIX_VERSION}/unix2dos=bin/%[FNAME] @dos2unix=bin/mac2unix @unix2dos=bin/unix2mac"}; -: ${PKG_ED_SHA256SUM:=aca8efad9800c587724a20b97aa8fc47e6b5a47df81606feaba831b074462b4f}; -: ${PKG_ED_VERSION:=1.18}; +: ${PKG_ED_SHA256SUM:=ce2f2e5c424790aa96d09dacb93d9bbfdc0b7eb6249c9cb7538452e8ec77cd48}; +: ${PKG_ED_VERSION:=1.19}; : ${PKG_ED_URL:=https://ftp.gnu.org/gnu/ed/ed-${PKG_ED_VERSION}.tar.lz}; : ${PKG_ED_CONFIGURE_ARGS:="--prefix= CC=${DEFAULT_TARGET}-gcc"}; : ${PKG_EXIF_DEPENDS:="libexif popt"}; diff --git a/patches/ed-1.18_pre.local.patch b/patches/ed-1.18_pre.local.patch deleted file mode 100644 index ad5d95e..0000000 --- a/patches/ed-1.18_pre.local.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru ed-1.17.orig/configure ed-1.17/configure ---- ed-1.17.orig/configure 2021-01-06 14:06:29.000000000 +0100 -+++ ed-1.17/configure 2021-01-13 12:29:03.995851327 +0100 -@@ -23,7 +23,7 @@ - program_prefix= - CC=gcc - CPPFLAGS= --CFLAGS='-Wall -W -O2' -+CFLAGS ?= '-Wall -W -O2' - LDFLAGS= - - # checking whether we are using GNU C. diff --git a/patches/ed-1.19_pre.local.patch b/patches/ed-1.19_pre.local.patch new file mode 100644 index 0000000..ad5d95e --- /dev/null +++ b/patches/ed-1.19_pre.local.patch @@ -0,0 +1,12 @@ +diff -ru ed-1.17.orig/configure ed-1.17/configure +--- ed-1.17.orig/configure 2021-01-06 14:06:29.000000000 +0100 ++++ ed-1.17/configure 2021-01-13 12:29:03.995851327 +0100 +@@ -23,7 +23,7 @@ + program_prefix= + CC=gcc + CPPFLAGS= +-CFLAGS='-Wall -W -O2' ++CFLAGS ?= '-Wall -W -O2' + LDFLAGS= + + # checking whether we are using GNU C.