public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] readline: add forgotten patches 1-3
@ 2017-06-06  8:41 Marcel Lorenz
  2017-06-07  9:04 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Lorenz @ 2017-06-06  8:41 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1838 bytes --]

Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
 lfs/readline | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/lfs/readline b/lfs/readline
index 5f88228..dcacb6d 100644
--- a/lfs/readline
+++ b/lfs/readline
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2016  IPFire Team  <info(a)ipfire.org>                          #
+# Copyright (C) 2017  IPFire Team  <info(a)ipfire.org>                          #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -31,8 +31,6 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = readline
-PAK_VER    = 1
 
 ###############################################################################
 # Top-level Rules
@@ -76,9 +74,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
-	#for i in $$(seq 1 6); do \
-	#	cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/readline/readline63-$$(printf "%03d" "$${i}") || exit 1; \
-	#done
+	for i in $$(seq 1 3); do \
+		cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/readline/readline70-$$(printf "%03d" "$${i}") || exit 1; \
+	done
 
 	# prevent in some cases to trigger a linking bug in ldconfig
 	cd $(DIR_APP) &&sed -i '/MV.*old/d' Makefile.in
-- 
2.9.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] readline: add forgotten patches 1-3
  2017-06-06  8:41 [PATCH] readline: add forgotten patches 1-3 Marcel Lorenz
@ 2017-06-07  9:04 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2017-06-07  9:04 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2476 bytes --]

If things like this happen, please re-send the entire patch and not a fix to the
patch.

Again, this makes it hard to track changes.

-Michael

On Tue, 2017-06-06 at 10:41 +0200, Marcel Lorenz wrote:
> Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
> ---
>  lfs/readline | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
> 
> diff --git a/lfs/readline b/lfs/readline
> index 5f88228..dcacb6d 100644
> --- a/lfs/readline
> +++ b/lfs/readline
> @@ -1,7 +1,7 @@
>  #############################################################################
> ##
>  #                                                                            
>  #
>  # IPFire.org - A linux based
> firewall                                         #
> -# Copyright (C) 2016  IPFire Team  <info(a)ipfire.org>                         
>  #
> +# Copyright (C) 2017  IPFire Team  <info(a)ipfire.org>                         
>  #
>  #                                                                            
>  #
>  # This program is free software: you can redistribute it and/or
> modify        #
>  # it under the terms of the GNU General Public License as published
> by        #
> @@ -31,8 +31,6 @@ DL_FILE    = $(THISAPP).tar.gz
>  DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
> -PROG       = readline
> -PAK_VER    = 1
>  
>  #############################################################################
> ##
>  # Top-level Rules
> @@ -76,9 +74,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  	@$(PREBUILD)
>  	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
>  
> -	#for i in $$(seq 1 6); do \
> -	#	cd $(DIR_APP) && patch -Np0 <
> $(DIR_SRC)/src/patches/readline/readline63-$$(printf "%03d" "$${i}") || exit
> 1; \
> -	#done
> +	for i in $$(seq 1 3); do \
> +		cd $(DIR_APP) && patch -Np0 <
> $(DIR_SRC)/src/patches/readline/readline70-$$(printf "%03d" "$${i}") || exit
> 1; \
> +	done
>  
>  	# prevent in some cases to trigger a linking bug in ldconfig
>  	cd $(DIR_APP) &&sed -i '/MV.*old/d' Makefile.in

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-07  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-06  8:41 [PATCH] readline: add forgotten patches 1-3 Marcel Lorenz
2017-06-07  9:04 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox