From afa1d016305f5a3615e52745d2d90533ac36fcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 30 May 2018 07:15:33 +0000 Subject: vars/build.vars, patches/weechat-2.1{,_pre}.local.patch: updates weechat to v2.1. --- patches/weechat-1.6.local.patch | 43 ------------------------------------- patches/weechat-1.6_pre.local.patch | 11 ---------- patches/weechat-2.1.local.patch | 43 +++++++++++++++++++++++++++++++++++++ patches/weechat-2.1_pre.local.patch | 11 ++++++++++ 4 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 patches/weechat-1.6.local.patch delete mode 100644 patches/weechat-1.6_pre.local.patch create mode 100644 patches/weechat-2.1.local.patch create mode 100644 patches/weechat-2.1_pre.local.patch (limited to 'patches') diff --git a/patches/weechat-1.6.local.patch b/patches/weechat-1.6.local.patch deleted file mode 100644 index 2c709aea..00000000 --- a/patches/weechat-1.6.local.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- weechat-1.6/configure.orig 2017-11-28 13:45:00.520000000 +0000 -+++ weechat-1.6/configure 2017-11-28 13:46:29.676000000 +0000 -@@ -22487,7 +22487,6 @@ - # pkg-config - # ------------------------------------------------------------------------------ - --PKGCONFIG="" - for ac_prog in pkg-config - do - # Extract the first word of "$ac_prog", so it can be a program name with args. -@@ -24277,8 +24276,8 @@ - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } -- GCRYPT_CFLAGS=`libgcrypt-config --cflags` -- GCRYPT_LFLAGS=`libgcrypt-config --libs` -+ GCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags` -+ GCRYPT_LFLAGS=`$LIBGCRYPT_CONFIG --libs` - - - fi -@@ -24355,8 +24354,8 @@ - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } -- GNUTLS_CFLAGS=`pkg-config gnutls --cflags` -- GNUTLS_LFLAGS=`pkg-config gnutls --libs` -+ GNUTLS_CFLAGS=`$PKG_CONFIG gnutls --cflags` -+ GNUTLS_LFLAGS=`$PKG_CONFIG gnutls --libs` - - - $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h -@@ -24567,8 +24566,8 @@ - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } -- ZLIB_CFLAGS=`pkg-config zlib --cflags` -- ZLIB_LFLAGS=`pkg-config zlib --libs` -+ ZLIB_CFLAGS=`$PKG_CONFIG zlib --cflags` -+ ZLIB_LFLAGS=`$PKG_CONFIG zlib --libs` - - - fi diff --git a/patches/weechat-1.6_pre.local.patch b/patches/weechat-1.6_pre.local.patch deleted file mode 100644 index 53b07365..00000000 --- a/patches/weechat-1.6_pre.local.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- weechat-1.6/autogen.sh.orig 2016-10-02 09:35:04.000000000 +0200 -+++ weechat-1.6/autogen.sh 2016-12-07 21:16:43.722726800 +0100 -@@ -64,7 +64,7 @@ - run "rm -rf intl" - - # execute autoreconf cmds --run "autoreconf -fvi" -+run "autoreconf -vi" - - # ending - rm -f $AUTOGEN_LOG diff --git a/patches/weechat-2.1.local.patch b/patches/weechat-2.1.local.patch new file mode 100644 index 00000000..2b08df5b --- /dev/null +++ b/patches/weechat-2.1.local.patch @@ -0,0 +1,43 @@ +--- weechat-2.1/configure.orig 2017-11-28 13:45:00.520000000 +0000 ++++ weechat-2.1/configure 2017-11-28 13:46:29.676000000 +0000 +@@ -22487,7 +22487,6 @@ + # pkg-config + # ------------------------------------------------------------------------------ + +-PKGCONFIG="" + for ac_prog in pkg-config + do + # Extract the first word of "$ac_prog", so it can be a program name with args. +@@ -24277,8 +24276,8 @@ + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } +- GCRYPT_CFLAGS=`libgcrypt-config --cflags` +- GCRYPT_LFLAGS=`libgcrypt-config --libs` ++ GCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags` ++ GCRYPT_LFLAGS=`$LIBGCRYPT_CONFIG --libs` + + + fi +@@ -24355,8 +24354,8 @@ + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } +- GNUTLS_CFLAGS=`pkg-config gnutls --cflags` +- GNUTLS_LFLAGS=`pkg-config gnutls --libs` ++ GNUTLS_CFLAGS=`$PKG_CONFIG gnutls --cflags` ++ GNUTLS_LFLAGS=`$PKG_CONFIG gnutls --libs` + + + $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h +@@ -24567,8 +24566,8 @@ + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } +- ZLIB_CFLAGS=`pkg-config zlib --cflags` +- ZLIB_LFLAGS=`pkg-config zlib --libs` ++ ZLIB_CFLAGS=`$PKG_CONFIG zlib --cflags` ++ ZLIB_LFLAGS=`$PKG_CONFIG zlib --libs` + + + fi diff --git a/patches/weechat-2.1_pre.local.patch b/patches/weechat-2.1_pre.local.patch new file mode 100644 index 00000000..e05a3326 --- /dev/null +++ b/patches/weechat-2.1_pre.local.patch @@ -0,0 +1,11 @@ +--- weechat-2.1/autogen.sh.orig 2016-10-02 09:35:04.000000000 +0200 ++++ weechat-2.1/autogen.sh 2016-12-07 21:16:43.722726800 +0100 +@@ -64,7 +64,7 @@ + run "rm -rf intl" + + # execute autoreconf cmds +-run "autoreconf -fvi" ++run "autoreconf -vi" + + # ending + rm -f $AUTOGEN_LOG -- cgit v1.2.3