Browse Source

bird: Updated (1.4.0 -> 1.4.4)

Also rediffed 0001-tgetent.patch
master
Nagy Karoly Gabriel 10 years ago
parent
commit
aa6c92c381
  1. 21
      network/bird/0001-tgetent.patch
  2. 6
      network/bird/bird.desc

21
network/bird/0001-tgetent.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../bird/0001-tgetent.patch
# Copyright (C) 2013 The OpenSDE Project
# Copyright (C) 2013 - 2014 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -20,20 +20,21 @@ This patch is changing the order of library checks to find tgetent, thus
that tinfo libs get checked before ncurses, so birdc will be linked against
libtinfo and not libncurses which leads to linking problems.
--- a/configure.in.orig 2013-08-14 14:50:49.234782556 +0200
+++ b/configure.in 2013-08-14 14:53:21.847226753 +0200
@@ -238,10 +238,10 @@
--- ./configure.in.orig 2014-04-01 12:24:10.000000000 +0300
+++ ./configure.in 2014-09-26 21:57:26.085053034 +0300
@@ -267,10 +267,10 @@
if test "$enable_client" = yes ; then
CLIENT=birdc
AC_CHECK_LIB(history, add_history, CLIENT_LIBS="-lhistory")
CLIENT=birdc
AC_CHECK_LIB(history, add_history, CLIENT_LIBS="-lhistory")
- AC_CHECK_LIB(ncurses, tgetent, USE_TERMCAP_LIB=-lncurses,
- AC_CHECK_LIB(curses, tgetent, USE_TERMCAP_LIB=-lcurses,
- AC_CHECK_LIB(tinfow, tgetent, USE_TERMCAP_LIB=-ltinfow,
- AC_CHECK_LIB(tinfo, tgetent, USE_TERMCAP_LIB=-ltinfo
- AC_CHECK_LIB(tinfo, tgetent, USE_TERMCAP_LIB=-ltinfo,
+ AC_CHECK_LIB(tinfow, tgetent, USE_TERMCAP_LIB=-ltinfow,
+ AC_CHECK_LIB(tinfo, tgetent, USE_TERMCAP_LIB=-ltinfo,
+ AC_CHECK_LIB(ncurses, tgetent, USE_TERMCAP_LIB=-lncurses,
+ AC_CHECK_LIB(curses, tgetent, USE_TERMCAP_LIB=-lcurses,
AC_CHECK_LIB(termcap, tgetent, USE_TERMCAP_LIB=-ltermcap)))))
AC_CHECK_LIB(readline, rl_callback_read_char, CLIENT_LIBS="-lreadline $CLIENT_LIBS $USE_TERMCAP_LIB",
AC_MSG_ERROR([[The client requires GNU readline library 2.1 or newer. Either install the library or use --disable-client to compile without the client.]]), $USE_TERMCAP_LIB)
AC_CHECK_LIB(termcap, tgetent, USE_TERMCAP_LIB=-ltermcap,
AC_MSG_ERROR([[The client requires ncurses library. Either install the library or use --disable-client to compile without the client.]]))))))
AC_CHECK_LIB(readline, rl_callback_read_char, CLIENT_LIBS="-lreadline $CLIENT_LIBS $USE_TERMCAP_LIB",

6
network/bird/bird.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../bird/bird.desc
[COPY] Copyright (C) 2010 - 2013 The OpenSDE Project
[COPY] Copyright (C) 2010 - 2014 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
@ -38,7 +38,7 @@
[L] GPL
[S] Stable
[V] 1.4.0
[V] 1.4.4
[P] X -?---5---9 800.000
[D] 2785293615 bird-1.4.0.tar.gz ftp://bird.network.cz/pub/bird/
[D] 2507658729 bird-1.4.4.tar.gz ftp://bird.network.cz/pub/bird/

Loading…
Cancel
Save