]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated newt to 0.52.10.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Jan 2009 21:17:25 +0000 (22:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Jan 2009 21:17:25 +0000 (22:17 +0100)
This fixes the utf8 problem in installer.

lfs/newt

index 932f231a92e4f01f9ad2eca4ab1746d45d4ca2b3..c10ee2984acb7a7a9636e6065b6b5ec81550154f 100644 (file)
--- a/lfs/newt
+++ b/lfs/newt
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = newt
-VER        = 0.52.7
+VER        = 0.52.10
 
 THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -37,7 +37,7 @@ OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) $(THISAPP)-snack.patch $(THISAPP)-whiptail.patch
+objects = $(DL_FILE)
 
 info:
        $(DO_PKG_INFO)
@@ -56,8 +56,6 @@ $(objects) :
 $(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-snack.patch
-       cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-whiptail.patch
 
        cd $(DIR_APP) && \
                ./configure \