From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2341139083 for ; Sat, 23 Dec 2017 13:13:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D1CBE0DA3; Sat, 23 Dec 2017 13:13:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2934EE0DA3 for ; Sat, 23 Dec 2017 13:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D91E34105A for ; Sat, 23 Dec 2017 13:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5302AE92 for ; Sat, 23 Dec 2017 13:13:14 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514034754.bca1794d26b59b713dc41f736a362a200203beb3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel-sqlbox/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-configure.patch app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-sqlinit-hfiles.patch X-VCS-Directories: app-mobilephone/kannel-sqlbox/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bca1794d26b59b713dc41f736a362a200203beb3 X-VCS-Branch: master Date: Sat, 23 Dec 2017 13:13:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7edce1b-9df0-480b-802b-809738831c9d X-Archives-Hash: daf541f2c6ff8f8eda423bec99e51e0a commit: bca1794d26b59b713dc41f736a362a200203beb3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Nov 29 17:19:09 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 23 13:12:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca1794d app-mobilephone/kannel-sqlbox: remove unused patches .../files/kannel-sqlbox-0.7.2-configure.patch | 30 -------- .../files/kannel-sqlbox-0.7.2-sqlinit-hfiles.patch | 84 ---------------------- 2 files changed, 114 deletions(-) diff --git a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-configure.patch b/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-configure.patch deleted file mode 100644 index 2b0b5f9e621..00000000000 --- a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-configure.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Nru sqlbox-0.7.2.orig/configure.in sqlbox-0.7.2/configure.in ---- sqlbox-0.7.2.orig/configure.in 2009-05-19 17:08:35.000000000 +0200 -+++ sqlbox-0.7.2/configure.in 2009-09-23 00:22:05.000000000 +0200 -@@ -207,7 +207,7 @@ - then - AC_CHECK_PROG(JADE, openjade, openjade, no) - else -- JADE = $OLDJADE -+ JADE=$OLDJADE - fi - AC_CHECK_PROG(JADETEX, jadetex, jadetex, no) - AC_CHECK_PROG(PDFJADETEX, pdfjadetex, pdfjadetex, no) -@@ -402,7 +402,7 @@ - AC_MSG_RESULT($loc) - AC_CHECK_FILE("$loc/include/kannel/gw-config.h", - [CFLAGS="$CFLAGS -I$loc/include/kannel -I$loc/include/kannel"; -- LDFLAGS="$LDFLAGS -L$loc/lib/kannel -lwap -lgwlib"; -+ LIBS="$LIBS -L$loc/lib/kannel -lwap -lgwlib"; - found=1 - ]) - fi -@@ -417,7 +417,7 @@ - AC_MSG_RESULT([$gw_version]) - AC_MSG_CHECKING([Kannel libs]) - if ! $GW_CONFIG --libs &>/dev/null ; then -- LDFLAGS="$LDFLAGS `$GW_CONFIG --libs`" -+ LIBS="$LIBS `$GW_CONFIG --libs`" - gw_libdir=`$GW_CONFIG --libs` - AC_MSG_RESULT([$gw_libdir]) - fi diff --git a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-sqlinit-hfiles.patch b/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-sqlinit-hfiles.patch deleted file mode 100644 index 0a3fb913670..00000000000 --- a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-sqlinit-hfiles.patch +++ /dev/null @@ -1,84 +0,0 @@ -diff -Naur sqlbox-0.7.2/gw/sqlbox_mssql.h sqlbox-0.7.2.new/gw/sqlbox_mssql.h ---- sqlbox-0.7.2/gw/sqlbox_mssql.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_mssql.h 2009-09-16 11:23:03.000000000 -0400 -@@ -46,7 +46,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt /*, Octstr smsbox_id */); - Msg *mssql_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_mssql(Cfg *cfg); -+struct server_type *sqlbox_init_mssql(Cfg *cfg); - #ifndef sqlbox_mssql_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_mysql.h sqlbox-0.7.2.new/gw/sqlbox_mysql.h ---- sqlbox-0.7.2/gw/sqlbox_mysql.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_mysql.h 2009-09-16 11:23:03.000000000 -0400 -@@ -48,7 +48,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt); - Msg *mysql_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_mysql(Cfg *cfg); -+struct server_type *sqlbox_init_mysql(Cfg *cfg); - #ifndef sqlbox_mysql_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_oracle.h sqlbox-0.7.2.new/gw/sqlbox_oracle.h ---- sqlbox-0.7.2/gw/sqlbox_oracle.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_oracle.h 2009-09-16 11:23:03.000000000 -0400 -@@ -52,7 +52,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt /*, Octstr smsbox_id */); - Msg *oracle_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_oracle(Cfg *cfg); -+struct server_type *sqlbox_init_oracle(Cfg *cfg); - #ifndef sqlbox_oracle_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_pgsql.h sqlbox-0.7.2.new/gw/sqlbox_pgsql.h ---- sqlbox-0.7.2/gw/sqlbox_pgsql.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_pgsql.h 2009-09-16 11:23:03.000000000 -0400 -@@ -44,7 +44,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt /*, Octstr smsbox_id */); - Msg *pgsql_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_pgsql(Cfg *cfg); -+struct server_type *sqlbox_init_pgsql(Cfg *cfg); - void sqlbox_configure_pgsql(Cfg* cfg); - #ifndef sqlbox_pgsql_c - extern -diff -Naur sqlbox-0.7.2/gw/sqlbox_sdb.h sqlbox-0.7.2.new/gw/sqlbox_sdb.h ---- sqlbox-0.7.2/gw/sqlbox_sdb.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_sdb.h 2009-09-16 11:23:03.000000000 -0400 -@@ -21,7 +21,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt ); - Msg *sdb_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_sdb(Cfg *cfg); -+struct server_type *sqlbox_init_sdb(Cfg *cfg); - #ifndef sqlbox_sdb_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_sqlite3.h sqlbox-0.7.2.new/gw/sqlbox_sqlite3.h ---- sqlbox-0.7.2/gw/sqlbox_sqlite3.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_sqlite3.h 2009-09-16 11:23:03.000000000 -0400 -@@ -41,7 +41,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt ); - Msg *sqlite3_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_sqlite3(Cfg *cfg); -+struct server_type *sqlbox_init_sqlite3(Cfg *cfg); - #ifndef sqlbox_sqlite3_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_sqlite.h sqlbox-0.7.2.new/gw/sqlbox_sqlite.h ---- sqlbox-0.7.2/gw/sqlbox_sqlite.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_sqlite.h 2009-09-16 11:23:03.000000000 -0400 -@@ -41,7 +41,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt ); - Msg *sqlite_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_sqlite(Cfg *cfg); -+struct server_type *sqlbox_init_sqlite(Cfg *cfg); - #ifndef sqlbox_sqlite_c - extern - #endif \ No newline at end of file