[arch-commits] Commit in bird/trunk (PKGBUILD fix_readline36.path)

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Apr 2 14:30:05 UTC 2014


    Date: Wednesday, April 2, 2014 @ 16:30:05
  Author: seblu
Revision: 108742

upgpkg: bird 1.4.1-1

Modified:
  bird/trunk/PKGBUILD
Deleted:
  bird/trunk/fix_readline36.path

---------------------+
 PKGBUILD            |   14 ++++----------
 fix_readline36.path |   12 ------------
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-02 12:57:33 UTC (rev 108741)
+++ PKGBUILD	2014-04-02 14:30:05 UTC (rev 108742)
@@ -3,7 +3,7 @@
 
 pkgbase=bird
 pkgname=('bird' 'bird6')
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://bird.network.cz/'
@@ -11,17 +11,11 @@
 depends=('readline' 'ncurses')
 source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
         'bird.service'
-        'bird6.service'
-        'fix_readline36.path')
-md5sums=('4e5a47308335b1b0bf4691cac6c4174f'
+        'bird6.service')
+md5sums=('7bd6df9674e4003cfffd3343f14ee775'
          '69221e063a3f07dcad519d5eeacaae75'
-         '5b172bd052b523efd95ee018e891e181'
-         '57d11d57eebbc091249dd6344ab38097')
+         '5b172bd052b523efd95ee018e891e181')
 
-prepare() {
-  patch -p1 -d $pkgbase-$pkgver < fix_readline36.path
-}
-
 build() {
   cd $pkgbase-$pkgver
   [[ -e _build4 ]] && rm -rf _build4

Deleted: fix_readline36.path
===================================================================
--- fix_readline36.path	2014-04-02 12:57:33 UTC (rev 108741)
+++ fix_readline36.path	2014-04-02 14:30:05 UTC (rev 108742)
@@ -1,12 +0,0 @@
-diff -rupN a/client/birdc.c b/client/birdc.c
---- a/client/birdc.c	2013-11-23 13:29:53.000000000 +0100
-+++ b/client/birdc.c	2014-03-22 13:09:40.278580657 +0100
-@@ -29,7 +29,7 @@ static int prompt_active;
- /* HACK: libreadline internals we need to access */
- extern int _rl_vis_botlin;
- extern void _rl_move_vert(int);
--extern Function *rl_last_func;
-+extern rl_command_func_t *rl_last_func;
- 
- static void
- add_history_dedup(char *cmd)




More information about the arch-commits mailing list