summaryrefslogtreecommitdiffstats
path: root/freebsd/tdenetwork
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-03-18 02:25:34 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-03-18 02:25:34 +0100
commitc50beef08d80ff3caaf68951f1d0b3843182a4f1 (patch)
treeff0ce343fb3cce8c222c6077bfb1320457425b01 /freebsd/tdenetwork
parentef2bc56fd3d1478d216ab499f9801610cec61a0f (diff)
downloadtde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.tar.gz
tde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.zip
FreeBSD: Update for final release R14.0.6
Add ports for bunch of applications. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/tdenetwork')
-rw-r--r--freebsd/tdenetwork/distinfo6
-rw-r--r--freebsd/tdenetwork/files/patch-bp000-fix-ftbfs-on-c++11.diff65
2 files changed, 3 insertions, 68 deletions
diff --git a/freebsd/tdenetwork/distinfo b/freebsd/tdenetwork/distinfo
index 42b6714d0..a8ca79af3 100644
--- a/freebsd/tdenetwork/distinfo
+++ b/freebsd/tdenetwork/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533237017
-SHA256 (TDE/tdenetwork-trinity_14.0.5.orig.tar.xz) = c0de8398e61cbd37463ec7ff6ef8911e27cd4ffde30b60174631c8c6b41f347a
-SIZE (TDE/tdenetwork-trinity_14.0.5.orig.tar.xz) = 6560012
+TIMESTAMP = 1552012965
+SHA256 (TDE/tdenetwork-trinity_14.0.6.orig.tar.xz) = ab81b36504366d9df132550429abaaf125489300999f9e9383cc1d29e1ba8ada
+SIZE (TDE/tdenetwork-trinity_14.0.6.orig.tar.xz) = 6569420
diff --git a/freebsd/tdenetwork/files/patch-bp000-fix-ftbfs-on-c++11.diff b/freebsd/tdenetwork/files/patch-bp000-fix-ftbfs-on-c++11.diff
deleted file mode 100644
index a190bae9a..000000000
--- a/freebsd/tdenetwork/files/patch-bp000-fix-ftbfs-on-c++11.diff
+++ /dev/null
@@ -1,65 +0,0 @@
-diff --git a/kopete/protocols/oscar/liboscar/chatnavservicetask.cpp b/kopete/protocols/oscar/liboscar/chatnavservicetask.cpp
-index 4a34ae2f..ecec66d4 100644
---- a/kopete/protocols/oscar/liboscar/chatnavservicetask.cpp
-+++ b/kopete/protocols/oscar/liboscar/chatnavservicetask.cpp
-@@ -106,7 +106,7 @@ bool ChatNavServiceTask::take( Transfer* transfer )
- void ChatNavServiceTask::onGo()
- {
- FLAP f = { 0x02, 0, 0x00 };
-- SNAC s = { 0x000D, m_type, 0x0000, client()->snacSequence() };
-+ SNAC s = { 0x000D, (unsigned short)m_type, 0x0000, client()->snacSequence() };
- Buffer* b = new Buffer();
-
- Transfer* t = createTransfer( f, s, b );
-diff --git a/kopete/protocols/oscar/liboscar/sendmessagetask.cpp b/kopete/protocols/oscar/liboscar/sendmessagetask.cpp
-index af180be1..0f9c8f5f 100644
---- a/kopete/protocols/oscar/liboscar/sendmessagetask.cpp
-+++ b/kopete/protocols/oscar/liboscar/sendmessagetask.cpp
-@@ -60,7 +60,7 @@ void SendMessageTask::onGo()
- snacSubfamily = 0x000B;
- }
- FLAP f = { 0x02, 0, 0 };
-- SNAC s = { 0x0004, snacSubfamily, 0x0000, client()->snacSequence() };
-+ SNAC s = { 0x0004, (unsigned short)snacSubfamily, 0x0000, client()->snacSequence() };
- Buffer* b = new Buffer();
-
- if ( snacSubfamily == 0x0006 )
-diff --git a/lanbrowsing/lisa/main.cpp b/lanbrowsing/lisa/main.cpp
-index fd96d04e..1ef55453 100644
---- a/lanbrowsing/lisa/main.cpp
-+++ b/lanbrowsing/lisa/main.cpp
-@@ -53,7 +53,7 @@
- void printVersion()
- {
- const char * versionInfo=\
-- "\r\nThis is the LAN Information Server LISa "MYVERSION"\r\n"\
-+ "\r\nThis is the LAN Information Server LISa " MYVERSION "\r\n"\
- "It is free software according the GNU General Public License\r\n"\
- "Copyright (c) 2000-2003 by Alexander Neundorf\r\n"\
- "email: neundorf@kde.org\r\n";
-diff --git a/lanbrowsing/lisa/netmanager.cpp b/lanbrowsing/lisa/netmanager.cpp
-index 5a21fe5c..cf6a2f76 100644
---- a/lanbrowsing/lisa/netmanager.cpp
-+++ b/lanbrowsing/lisa/netmanager.cpp
-@@ -1033,7 +1033,7 @@ void NetManager::getListFromServerServer( int address)
-
- void NetManager::printState()
- {
-- std::cerr<<"LAN Information Server Lisa "MYVERSION"\nAlexander Neundorf <neundorf@kde.org>\n";
-+ std::cerr<<"LAN Information Server Lisa " MYVERSION "\nAlexander Neundorf <neundorf@kde.org>\n";
- std::cerr<<"Reading options from config file: "<<m_usedConfigFileName<<std::endl;
- std::cerr<<"StrictMode: "<<m_strictMode<<std::endl;
- std::cerr<<"ServerServer: "<<m_serverServer<<std::endl;
-diff --git a/lanbrowsing/lisa/strictmain.cpp b/lanbrowsing/lisa/strictmain.cpp
-index 07f5b9bc..09f3eda0 100644
---- a/lanbrowsing/lisa/strictmain.cpp
-+++ b/lanbrowsing/lisa/strictmain.cpp
-@@ -52,7 +52,7 @@
- void printVersion()
- {
- const char * versionInfo=\
-- "\r\nThis is the restricted LAN Information Server resLISa "MYVERSION"\r\n"\
-+ "\r\nThis is the restricted LAN Information Server resLISa " MYVERSION "\r\n"\
- "It is free software according the GNU General Public License\r\n"\
- "Copyright (c) 2000-2003 by Alexander Neundorf\r\n"\
- "email: neundorf@kde.org\r\n";