Browse Source

ncurses: Updated (5.7-20110205 -> 5.8-20110319)

stable/0.2
Christian Wiese 14 years ago
parent
commit
8c364336b3
  1. 54
      base/ncurses/install-no-rm.patch
  2. 14
      base/ncurses/ncurses.desc

54
base/ncurses/install-no-rm.patch

@ -1,54 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../ncurses/install-no-rm.patch
# Copyright (C) 2006 - 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
when deleting ncurses library, as bash depends on it, the world crashes... badly.
--- ./mk-1st.awk.orig 2006-10-17 18:38:56.000000000 +0000
+++ ./mk-1st.awk 2006-10-17 19:14:22.000000000 +0000
@@ -54,8 +54,7 @@
#
function symlink(src,dst) {
if ( src != dst ) {
- printf "rm -f %s; ", dst
- printf "$(LN_S) %s %s; ", src, dst
+ printf "$(LN_S) -nf %s %s; ", src, dst
}
}
function rmlink(directory, dst) {
@@ -257,11 +254,11 @@
if ( ShlibVer == "cygdll" ) {
ovr_name = sprintf("libcurses%s.a", suffix)
printf "\t@echo linking %s to %s\n", imp_name, ovr_name
- printf "\tcd $(DESTDIR)$(libdir) && (rm -f %s; $(LN_S) %s %s; )\n", ovr_name, imp_name, ovr_name
+ printf "\tcd $(DESTDIR)$(libdir) && $(LN_S) -nf %s %s\n", ovr_name, imp_name, ovr_name
} else {
ovr_name = sprintf("libcurses%s", suffix)
printf "\t@echo linking %s to %s\n", end_name, ovr_name
- printf "\tcd $(DESTDIR)$(libdir) && (rm -f %s; $(LN_S) %s %s; )\n", ovr_name, end_name, ovr_name
+ printf "\tcd $(DESTDIR)$(libdir) && $(LN_S) -nf %s %s\n", ovr_name, end_name, ovr_name
}
}
if ( ldconfig != "" && ldconfig != ":" ) {
@@ -341,8 +338,7 @@
if ( overwrite == "yes" && lib_name == "libncurses.a" )
{
printf "\t@echo linking libcurses.a to libncurses.a\n"
- printf "\t-@rm -f $(DESTDIR)$(libdir)/libcurses.a\n"
- printf "\t(cd $(DESTDIR)$(libdir) && $(LN_S) libncurses.a libcurses.a)\n"
+ printf "\t(cd $(DESTDIR)$(libdir) && $(LN_S) -nf libncurses.a libcurses.a)\n"
}
printf "\t$(RANLIB) $(DESTDIR)$(libdir)/%s\n", lib_name
if ( host == "vxworks" )

14
base/ncurses/ncurses.desc

@ -33,16 +33,12 @@
[L] MIT
[S] Stable
[V] 5.7-20110205
[V] 5.8-20110319
[P] X 01-3-----9 104.000
[D] 45974054 ncurses-5.7.tar.gz ftp://ftp.gnu.org/pub/gnu/ncurses/
[D] 385269842 ncurses-5.8.tar.gz ftp://invisible-island.net/ncurses/
# Official upstream patches
# Important: Preserve the order of the patches!
[D] 3584404045 ncurses-5.7-20110108-patch.sh.bz2 ftp://invisible-island.net/ncurses/5.7/
[D] 1456438889 ncurses-5.7-20110115.patch.gz ftp://invisible-island.net/ncurses/5.7/
[D] 1612109863 ncurses-5.7-20110122.patch.gz ftp://invisible-island.net/ncurses/5.7/
[D] 484099338 ncurses-5.7-20110205.patch.gz ftp://invisible-island.net/ncurses/5.7/
# Official patches that strangely do not apply
#[D] 3579303398 ncurses-5.7-20110212.patch.gz ftp://invisible-island.net/ncurses/5.7/
#[D] 2288570124 ncurses-5.7-20110220.patch.gz ftp://invisible-island.net/ncurses/5.7/
[D] 3358680606 ncurses-5.8-20110305.patch.gz ftp://invisible-island.net/ncurses/5.8/
[D] 4261714948 ncurses-5.8-20110307.patch.gz ftp://invisible-island.net/ncurses/5.8/
[D] 1971283491 ncurses-5.8-20110319.patch.gz ftp://invisible-island.net/ncurses/5.8/

Loading…
Cancel
Save