[SM-Commit] GIT changes to stable-rc-0.11 grimoire by Jaka Kranjc (ae8f76a304ba53161ee001bd6c9fc98213714afd)

Jaka Kranjc scm at sourcemage.org
Sun Jun 10 06:12:42 EDT 2007


GIT changes to stable-rc-0.11 grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 libs/ncurses/HISTORY   |    3 +++
 libs/ncurses/PRE_BUILD |    5 +++++
 2 files changed, 8 insertions(+)

New commits:
commit ae8f76a304ba53161ee001bd6c9fc98213714afd
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    ncurses: #13731 - don't wipe the terminfo database
    (cherry picked from commit 550998dd74d75e9700fa546b825324c80ef0c716)
    
    Conflicts:
    
    	libs/ncurses/HISTORY

diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index 5a1a68b..f21668e 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,6 @@
+2007-06-10 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* PRE_BUILD: added for #13731 - don't wipe the terminfo database
+
 2007-01-14 George Sherwood <george at beernabeer.com>
 	* INSTALL: Implement solutions in bug #13408.
 
diff --git a/libs/ncurses/PRE_BUILD b/libs/ncurses/PRE_BUILD
new file mode 100755
index 0000000..ba6a790
--- /dev/null
+++ b/libs/ncurses/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+# don't nuke the terminfo database #13731
+sed -i '/rm -rf $(DESTDIR)$(ticdir)/d' $SOURCE_DIRECTORY/misc/Makefile.in &&
+sed -i '/rm -fr ?/d' $SOURCE_DIRECTORY/misc/run_tic.in



More information about the SM-Commit mailing list