mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] ncurses: version bump 6.1 -> 6.2
Date: Mon, 03 Aug 2020 08:30:06 +0200	[thread overview]
Message-ID: <E1k2Tz4-0002Wz-Ew@dude02.hi.pengutronix.de> (raw)
In-Reply-To: <20200726142436.3113607-1-r.schwebel@pengutronix.de>

Thanks, applied as bd70980bdc8b561dd65aec54e62e39cdf79ec13a.

Michael

[sent from post-receive hook]

On Mon, 03 Aug 2020 08:30:06 +0200, Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> Patches have been ported, one new configure option.
> 
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> Message-Id: <20200726142436.3113607-1-r.schwebel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/ncurses-6.1/0001-teach-ncurses-config-about-sysroot.patch b/patches/ncurses-6.2/0001-teach-ncurses-config-about-sysroot.patch
> similarity index 54%
> rename from patches/ncurses-6.1/0001-teach-ncurses-config-about-sysroot.patch
> rename to patches/ncurses-6.2/0001-teach-ncurses-config-about-sysroot.patch
> index 64a0e960afc0..707b5a49c065 100644
> --- a/patches/ncurses-6.1/0001-teach-ncurses-config-about-sysroot.patch
> +++ b/patches/ncurses-6.2/0001-teach-ncurses-config-about-sysroot.patch
> @@ -5,40 +5,28 @@ Subject: [PATCH] teach ncurses-config about sysroot
>  This patch teaches ncurses-config about sysroot
>  
>  Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> +[ported from ncurses 6.1 to 6.2]
> +Signed-off-by: Robert Schwebel <rsc@pengutronix.de>
>  ---
>   misc/ncurses-config.in |   12 ++++++------
>   1 files changed, 6 insertions(+), 6 deletions(-)
>  
> ---- ncurses-6.1/misc/ncurses-config.in	2017-12-09 23:45:44.000000000 +0100
> -+++ ncurses-6.1/misc/ncurses-config.in	2018-02-08 13:50:07.365266351 +0100
> -@@ -101,21 +101,21 @@
> +--- ncurses-6.2/misc/ncurses-config.in	2020-02-03 00:34:34.000000000 +0100
> ++++ ncurses-6.2-ptx/misc/ncurses-config.in	2020-07-25 23:28:48.123350040 +0200
> +@@ -149,10 +149,10 @@
>   	--cflags)
>   		INCS="@PKG_CFLAGS@"
> - 		if test "x@WITH_OVERWRITE@" = xno ; then
> + 		if [ "x@WITH_OVERWRITE@" = xno ]; then
>  -			INCS="$INCS -I${includesubdir}"
>  +			INCS="$INCS -I${SYSROOT}${includesubdir}"
>   		fi
> --		if test "${includedir}" != /usr/include ; then
> + 		if [ "${includedir}" != /usr/include ]; then
>  -			INCS="$INCS -I${includedir}"
> -+		if test "${SYSROOT}${includedir}" != /usr/include ; then
>  +			INCS="$INCS -I${SYSROOT}${includedir}"
>   		fi
>   		sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
>   			$INCS
> - ENDECHO
> - 		;;
> - 	--libs)
> --		if test "$libdir" = /usr/lib
> -+		if test "${SYSROOT}$libdir" = /usr/lib
> - 		then
> - 			LIBDIR=
> - 		else
> --			LIBDIR=-L$libdir
> -+			LIBDIR=-L${SYSROOT}$libdir
> - 		fi
> - 		if test @TINFO_NAME@ = @LIB_NAME@ ; then
> - 		sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
> -@@ -154,7 +154,7 @@
> +@@ -235,7 +235,7 @@
>   		echo $INCS
>   		;;
>   	--libdir)
> diff --git a/patches/ncurses-6.1/series b/patches/ncurses-6.2/series
> similarity index 100%
> rename from patches/ncurses-6.1/series
> rename to patches/ncurses-6.2/series
> diff --git a/rules/ncurses.make b/rules/ncurses.make
> index 3d2e75ce9420..6a7a13ef19f9 100644
> --- a/rules/ncurses.make
> +++ b/rules/ncurses.make
> @@ -13,16 +13,16 @@ PACKAGES-$(PTXCONF_NCURSES) += ncurses
>  #
>  # Paths and names
>  #
> -NCURSES_VERSION	:= 6.1
> +NCURSES_VERSION	:= 6.2
>  NCURSES_MAJOR	:= $(word 1,$(subst ., ,$(NCURSES_VERSION)))
> -NCURSES_MD5	:= 98c889aaf8d23910d2b92d65be2e737a
> +NCURSES_MD5	:= e812da327b1c2214ac1aed440ea3ae8d
>  NCURSES		:= ncurses-$(NCURSES_VERSION)
>  NCURSES_SUFFIX	:= tar.gz
>  NCURSES_URL	:= $(call ptx/mirror, GNU, ncurses/$(NCURSES).$(NCURSES_SUFFIX))
>  NCURSES_SOURCE	:= $(SRCDIR)/$(NCURSES).$(NCURSES_SUFFIX)
>  NCURSES_DIR	:= $(BUILDDIR)/$(NCURSES)
>  NCURSES_LICENSE	:= MIT
> -NCURSES_LICENSE_FILES := file://COPYING;md5=8a241caac0fd66225f7ac2d1b2ef76ac
> +NCURSES_LICENSE_FILES := file://COPYING;md5=910e05334f7e0b7631da6b4ebb1e1aab
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -61,6 +61,7 @@ NCURSES_AUTOCONF_SHARED = \
>  	--without-ticlib \
>  	--without-gpm \
>  	--without-dlsym \
> +	--without-pcre2 \
>  	--without-sysmouse \
>  	--disable-rpath \
>  	--disable-relink \

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

      parent reply	other threads:[~2020-08-03  6:30 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-26 14:24 [ptxdist] [PATCH 01/13] " Robert Schwebel
2020-07-26 14:24 ` [ptxdist] [PATCH 02/13] openssh: version bump 8.0p1 -> 8.3p1 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 03/13] libndp: version bump 1.6 -> 1.7 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 04/13] haveged: version bump 1.9.8 -> 1.9.13 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 05/13] less: version bump 487 -> 530 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 06/13] i2c-tools: version bump 4.0 -> 4.1 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 07/13] libseccomp: version bump 2.4.3 -> 2.5.0 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 08/13] readline: version bump 7.0 -> 8.0 Robert Schwebel
2020-07-27  9:05   ` Roland Hieber
2020-07-27 10:02     ` [ptxdist] [PATCH 1/6] " Robert Schwebel
2020-08-03  6:30       ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 09/13] procps: version bump 3.3.15 -> 3.3.16 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 10/13] strace: version bump 5.4 -> 5.7 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 11/13] pciutils: version bump 3.6.2 -> 3.7.0 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-26 14:24 ` [ptxdist] [PATCH 12/13] util-linux-nt: version bump 2.35.2 -> 2.36 Robert Schwebel
2020-07-30 13:41   ` Michael Olbrich
2020-07-30 14:56     ` [ptxdist] [PATCHv2] util-linux-ng: " Robert Schwebel
2020-07-31  5:00       ` Michael Olbrich
2020-07-31  5:43         ` [ptxdist] [PATCHv3] " Robert Schwebel
2020-08-03  6:30           ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-31  5:43         ` [ptxdist] [PATCHv2] " Robert Schwebel
2020-07-26 14:24 ` [ptxdist] [PATCH 13/13] iproute2: version bump 5.6.0 -> 5.7.0 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-03  6:30 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1k2Tz4-0002Wz-Ew@dude02.hi.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=r.schwebel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox