FreeBSD Bugzilla – Attachment 167753 Details for
Bug 207550
net-p2p/retroshare: Update to 0.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 0.6.0
0.6.diff (text/plain), 56.74 KB, created by
peter
on 2016-03-06 00:15:40 UTC
(
hide
)
Description:
Update to 0.6.0
Filename:
MIME Type:
Creator:
peter
Created:
2016-03-06 00:15:40 UTC
Size:
56.74 KB
patch
obsolete
>diff -ruN retroshare/Makefile retroshare-0.6/Makefile >--- retroshare/Makefile 2015-05-14 10:15:04.000000000 +0000 >+++ retroshare-0.6/Makefile 2016-03-05 23:25:26.186384000 +0000 >@@ -2,47 +2,34 @@ > # $FreeBSD: head/net-p2p/retroshare/Makefile 386312 2015-05-14 10:15:04Z mat $ > > PORTNAME= retroshare >-PORTVERSION= 0.5.5c >-PORTREVISION= 3 >+PORTVERSION= 0.6.0 >+DISTVERSIONPREFIX= v > CATEGORIES= net-p2p >-MASTER_SITES= SF/${PORTNAME}/${BINARY}/${PORTVERSION} >-DISTNAME= ${PORTNAME}_${SRC_VERSION}-${SRC_REVISION} > > MAINTAINER= peter@netkey.at > COMMENT= Private and secure decentralised communication platform > > LICENSE= GPLv2 > >-BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf >-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ >- libupnp.so:${PORTSDIR}/devel/upnp \ >+LIB_DEPENDS= libsqlcipher.so:${PORTSDIR}/databases/sqlcipher \ > libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ > libspeex.so:${PORTSDIR}/audio/speex \ >- libxslt.so:${PORTSDIR}/textproc/libxslt \ >- libssh_threads.so:${PORTSDIR}/security/libssh >+ libupnp.so:${PORTSDIR}/devel/upnp \ >+ libgpgme.so:${PORTSDIR}/security/gpgme \ >+ libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ >+ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ >+ libmicrohttpd.so:${PORTSDIR}/www/libmicrohttpd > >-USES= compiler:features dos2unix pkgconfig qmake >+USES= qmake compiler:features dos2unix execinfo > USE_GNOME= glib20 libxml2 libxslt >-USE_XORG= x11 xscrnsaver >-USE_QT4= corelib gui network xml script designer_build uic_build \ >- qmake_build moc_build rcc_build multimedia >-HAS_CONFIGURE= yes >- >-BINARY= RetroShare >-SRC_REVISION= 0.7068 >-SRC_VERSION= 0.5.5 >-WRKSRC= ${WRKDIR}/${PORTNAME}-${SRC_VERSION}/src >- >-MAKE_JOBS_UNSAFE=yes >-USE_LDCONFIG= yes >- >-DESKTOP_ENTRIES="${BINARY}" "${COMMENT}" "${DATADIR}/retrosharelogo1.png" \ >- "${BINARY}" "Network;FileTransfer;" true >- >-DOS2UNIX_FILES= retroshare-gui/src/retroshare-gui.pro \ >- retroshare-nogui/src/retroshare-nogui.pro \ >- retroshare-gui/src/gui/RetroShareLink.h \ >- retroshare-gui/src/gui/common/GroupTreeWidget.cpp >+USE_QT5= buildtools_build uitools_build core gui network xml \ >+ widgets multimedia printsupport >+DOS2UNIX_FILES= retroshare-nogui/src/retroshare-nogui.pro >+USE_GITHUB= yes >+GH_ACCOUNT= RetroShare >+GH_PROJECT= RetroShare >+ >+INSTALLS_ICONS= yes > > .include <bsd.port.pre.mk> > >@@ -57,36 +44,9 @@ > ${WRKSRC}/retroshare-gui/src/retroshare-gui.pro > @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ > ${WRKSRC}/retroshare-nogui/src/retroshare-nogui.pro >- @${REINPLACE_CMD} -e 's|/usr/local/share/retroshare|${DATADIR}|' \ >- ${WRKSRC}/libretroshare/src/rsserver/rsinit.cc >- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ >- ${WRKSRC}/plugins/FeedReader/FeedReader.pro >- @${REINPLACE_CMD} -e 's|/usr/local/share/retroshare|${DATADIR}|' \ >- ${WRKSRC}/libretroshare/src/rsserver/rsinit.cc >- @${REINPLACE_CMD} -e 's|/usr/lib|${LOCALBASE}/lib|' \ >- ${WRKSRC}/libretroshare/src/rsserver/rsinit.cc >- >-post-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/retroshare-gui/src/${BINARY} \ >- ${STAGEDIR}${PREFIX}/bin >- ${INSTALL_PROGRAM} ${WRKSRC}/retroshare-nogui/src/retroshare-nogui \ >- ${STAGEDIR}${PREFIX}/bin >- ${MKDIR} ${STAGEDIR}${DATADIR} >- ${INSTALL_MAN} ${WRKSRC}/libbitdht/src/example/bdboot.txt \ >- ${STAGEDIR}${DATADIR} >- ${INSTALL_DATA} ${WRKSRC}/retroshare-gui/src/gui/images/retrosharelogo1.png \ >- ${STAGEDIR}${DATADIR} >- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/retroshare >- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/retroshare/extensions >- ${INSTALL_LIB} ${WRKSRC}/plugins/LinksCloud/libLinksCloud.so.1.0.0 \ >- ${STAGEDIR}${PREFIX}/lib/retroshare/extensions/libLinksCloud.so.1 >- ${INSTALL_LIB} ${WRKSRC}/plugins/VOIP/libVOIP.so.1.0.0 \ >- ${STAGEDIR}${PREFIX}/lib/retroshare/extensions/libVOIP.so.1 >- ${INSTALL_LIB} ${WRKSRC}/plugins/FeedReader/libFeedReader.so.1.0.0 \ >- ${STAGEDIR}${PREFIX}/lib/retroshare/extensions/libFeedReader.so.1 >- @cd ${STAGEDIR}${PREFIX}/lib/retroshare/extensions && \ >- ${LN} -s libLinksCloud.so.1 libLinksCloud.so && \ >- ${LN} -s libVOIP.so.1 libVOIP.so && \ >- ${LN} -s libFeedReader.so.1 libFeedReader.so >+ @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \ >+ ${WRKSRC}/data/retroshare06.desktop >+ @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ >+ ${WRKSRC}/data/retroshare06.desktop > > .include <bsd.port.post.mk> >diff -ruN retroshare/distinfo retroshare-0.6/distinfo >--- retroshare/distinfo 2014-06-20 18:32:15.000000000 +0000 >+++ retroshare-0.6/distinfo 2016-03-05 12:29:26.741772000 +0000 >@@ -1,2 +1,2 @@ >-SHA256 (retroshare_0.5.5-0.7068.tar.gz) = 772b0d7916137e81fc0f5ea14f0a8fa70d3d7acb701ca0b0c1c66018f2255650 >-SIZE (retroshare_0.5.5-0.7068.tar.gz) = 11899395 >+SHA256 (RetroShare-RetroShare-v0.6.0_GH0.tar.gz) = 50b9157bbe407aaefcbf9af1f29392e63148dc060bf78a3b200c9bc09998cf7c >+SIZE (RetroShare-RetroShare-v0.6.0_GH0.tar.gz) = 17436205 >diff -ruN retroshare/files/patch-clang retroshare-0.6/files/patch-clang >--- retroshare/files/patch-clang 2014-06-20 18:32:15.000000000 +0000 >+++ retroshare-0.6/files/patch-clang 1970-01-01 00:00:00.000000000 +0000 >@@ -1,145 +0,0 @@ >---- libretroshare/src/retroshare/rsconfig.h.orig >-+++ libretroshare/src/retroshare/rsconfig.h >-@@ -31,6 +31,8 @@ >- #include <list> >- #include <map> >- >-+#include <time.h> >-+ >- /* The New Config Interface Class */ >- class RsServerConfig; >- extern RsServerConfig *rsConfig; >---- libretroshare/src/retroshare/rsflags.h.orig >-+++ libretroshare/src/retroshare/rsflags.h >-@@ -1,6 +1,7 @@ >- #pragma once >- >- #include <stdint.h> >-+#include <ostream> >- >- // This class provides a representation for flags that can be combined with bitwise >- // operations. However, because the class is templated with an id, it's not possible to >---- libretroshare/src/retroshare/rsgxsifacetypes.h.orig >-+++ libretroshare/src/retroshare/rsgxsifacetypes.h >-@@ -12,6 +12,8 @@ >- #include <vector> >- #include <string> >- #include <inttypes.h> >-+ >-+#include <time.h> >- >- >- typedef std::string RsGxsGroupId; >---- plugins/FeedReader/interface/rsFeedReader.h.orig >-+++ plugins/FeedReader/interface/rsFeedReader.h >-@@ -26,6 +26,8 @@ >- #include <string> >- #include <list> >- >-+#include <time.h> >-+ >- class RsFeedReader; >- extern RsFeedReader *rsFeedReader; >- >---- plugins/LinksCloud/rsrank.h.orig >-+++ plugins/LinksCloud/rsrank.h >-@@ -30,6 +30,8 @@ >- #include <string> >- #include <list> >- >-+#include <time.h> >-+ >- /* The Main Interface Class - for information about your Peers */ >- class RsRanks; >- extern RsRanks *rsRanks; >---- retroshare-gui/src/gui/CreateMsgLinkDialog.h.orig >-+++ retroshare-gui/src/gui/CreateMsgLinkDialog.h >-@@ -23,6 +23,8 @@ >- >- #include "ui_CreateMsgLinkDialog.h" >- >-+#include <time.h> >-+ >- class FriendSelectionWidget ; >- >- class CreateMsgLinkDialog : public QDialog, public Ui::CreateMsgLinkDialog >---- retroshare-gui/src/gui/RetroShareLink.h.orig >-+++ retroshare-gui/src/gui/RetroShareLink.h >-@@ -33,6 +33,7 @@ >- // -------------+----------------+--------------------------+------------------+-------------+------------- >- // >- #include <stdint.h> >-+#include <time.h> >- #include <QString> >- #include <QVector> >- #include <QUrl> >---- retroshare-gui/src/gui/common/GroupTreeWidget.cpp.orig >-+++ retroshare-gui/src/gui/common/GroupTreeWidget.cpp >-@@ -502,7 +502,7 @@ void GroupTreeWidget::calculateScore(QTr >- >- /* Find out which has given word in it */ >- QTreeWidgetItemIterator itemIterator(ui->treeWidget); >-- QTreeWidgetItem *item; >-+ // QTreeWidgetItem *item; >- while ((item = *itemIterator) != NULL) { >- itemIterator++; >- >---- retroshare-gui/src/gui/connect/ConnectProgressDialog.h.orig >-+++ retroshare-gui/src/gui/connect/ConnectProgressDialog.h >-@@ -29,6 +29,7 @@ >- #include "ui_ConnectProgressDialog.h" >- >- #include <stdint.h> >-+#include <time.h> >- >- class ConnectProgressDialog : public QDialog >- { >---- retroshare-gui/src/./util/DateTime.h.orig >-+++ retroshare-gui/src/./util/DateTime.h >-@@ -24,6 +24,8 @@ >- >- #include <QString> >- >-+#include <time.h> >-+ >- class QDateTime; >- class QDate; >- class QTime; >---- libretroshare/src/util/argstream.h.orig >-+++ libretroshare/src/util/argstream.h >-@@ -141,9 +141,9 @@ namespace >- inline OptionHolder(char s, >- const char* l, >- const char* desc); >-- friend OptionHolder help(char s='h', >-- const char* l="help", >-- const char* desc="Display this help"); >-+ friend OptionHolder help(char s, >-+ const char* l, >-+ const char* desc); >- private: >- std::string shortName_; >- std::string longName_; >-@@ -173,9 +173,9 @@ namespace >- return OptionHolder(l,b,desc); >- } >- inline OptionHolder >-- help(char s, >-- const char* l, >-- const char* desc) >-+ help(char s='h', >-+ const char* l="help", >-+ const char* desc="Display this help") >- { >- return OptionHolder(s,l,desc); >- } >---- retroshare-nogui/src/menu/menu.h.orig 2014-01-28 22:57:11.000000000 +0100 >-+++ retroshare-nogui/src/menu/menu.h 2014-04-10 13:51:23.670843012 +0200 >-@@ -27,6 +27,7 @@ >- #define RSNOGUI_MENU_H >- >- #include <inttypes.h> >-+#include <time.h> >- >- #include <string> >- #include <map> >diff -ruN retroshare/files/patch-libbitdht-src-libbitdht.pro retroshare-0.6/files/patch-libbitdht-src-libbitdht.pro >--- retroshare/files/patch-libbitdht-src-libbitdht.pro 2012-10-20 10:54:10.000000000 +0000 >+++ retroshare-0.6/files/patch-libbitdht-src-libbitdht.pro 1970-01-01 00:00:00.000000000 +0000 >@@ -1,10 +0,0 @@ >---- libbitdht/src/libbitdht.pro.orig 2012-08-16 18:59:51.000000000 +0200 >-+++ libbitdht/src/libbitdht.pro 2012-10-08 18:41:49.000000000 +0200 >-@@ -91,6 +91,7 @@ >- >- freebsd-* { >- DESTDIR = lib >-+ INCLUDEPATH += ../../openpgpsdk/src \ >- } >- >- ################################### COMMON stuff ################################## >diff -ruN retroshare/files/patch-libbitdht_src_bitdht_bencode.c retroshare-0.6/files/patch-libbitdht_src_bitdht_bencode.c >--- retroshare/files/patch-libbitdht_src_bitdht_bencode.c 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-libbitdht_src_bitdht_bencode.c 2016-03-05 21:48:33.349539000 +0000 >@@ -0,0 +1,46 @@ >+--- libbitdht/src/bitdht/bencode.c.orig 2016-02-05 19:04:46 UTC >++++ libbitdht/src/bitdht/bencode.c >+@@ -20,7 +20,6 @@ >+ */ >+ >+ #include <stdio.h> >+-#include <iostream> >+ #include <stdlib.h> /* malloc() realloc() free() strtoll() */ >+ #include <string.h> /* memset() */ >+ #include "util/bdstring.h" >+@@ -115,7 +114,7 @@ static char *_be_decode_str(const char * >+ >+ if(_ret == NULL) >+ { >+- std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl; >++ //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl; >+ return NULL; >+ } >+ >+@@ -511,7 +510,7 @@ be_node *be_create_str(const char *str) >+ >+ if(_ret == NULL) >+ { >+- std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl; >++ //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl; >+ return NULL; >+ } >+ char *ret = NULL; >+@@ -536,7 +535,7 @@ be_node *be_create_str_wlen(const char * >+ >+ if(_ret == NULL) >+ { >+- std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl; >++ //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl; >+ return NULL; >+ } >+ char *ret = NULL; >+@@ -584,7 +583,7 @@ int be_add_keypair(be_node *dict, const >+ >+ if(_ret == NULL) >+ { >+- std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl; >++ //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl; >+ return 0; >+ } >+ char *ret = NULL; >diff -ruN retroshare/files/patch-libretroshare-src-libretroshare.pro retroshare-0.6/files/patch-libretroshare-src-libretroshare.pro >--- retroshare/files/patch-libretroshare-src-libretroshare.pro 2014-11-19 11:49:04.000000000 +0000 >+++ retroshare-0.6/files/patch-libretroshare-src-libretroshare.pro 1970-01-01 00:00:00.000000000 +0000 >@@ -1,11 +0,0 @@ >---- libretroshare/src/libretroshare.pro.orig 2014-01-28 22:56:57.000000000 +0100 >-+++ libretroshare/src/libretroshare.pro 2014-10-01 18:48:38.445003534 +0200 >-@@ -305,6 +305,8 @@ >- freebsd-* { >- INCLUDEPATH *= /usr/local/include/gpgme >- INCLUDEPATH *= /usr/local/include/glib-2.0 >-+ INCLUDEPATH *= /usr/local/lib/glib-2.0/include >-+ INCLUDEPATH += ../../openpgpsdk/src >- >- QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen >- >diff -ruN retroshare/files/patch-libretroshare_src_grouter_p3grouter.h retroshare-0.6/files/patch-libretroshare_src_grouter_p3grouter.h >--- retroshare/files/patch-libretroshare_src_grouter_p3grouter.h 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-libretroshare_src_grouter_p3grouter.h 2016-03-05 21:48:33.349637000 +0000 >@@ -0,0 +1,20 @@ >+--- libretroshare/src/grouter/p3grouter.h.orig 2016-02-05 19:04:46 UTC >++++ libretroshare/src/grouter/p3grouter.h >+@@ -225,7 +225,7 @@ private: >+ void handleLowLevelTransactionAckItem(RsGRouterTransactionAcknItem*) ; >+ >+ static Sha1CheckSum computeDataItemHash(RsGRouterGenericDataItem *data_item); >+-#ifdef __APPLE__ >++#if defined(__APPLE__) || defined(__FreeBSD__) >+ public: >+ #endif >+ class nullstream: public std::ostream {}; >+@@ -236,7 +236,7 @@ public: >+ >+ return _debug_enabled?(std::cerr):null; >+ } >+-#ifdef __APPLE__ >++#if defined(__APPLE__) || defined(__FreeBSD__) >+ private: >+ #endif >+ void routePendingObjects() ; >diff -ruN retroshare/files/patch-libretroshare_src_libretroshare.pro retroshare-0.6/files/patch-libretroshare_src_libretroshare.pro >--- retroshare/files/patch-libretroshare_src_libretroshare.pro 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-libretroshare_src_libretroshare.pro 2016-03-05 21:48:33.349704000 +0000 >@@ -0,0 +1,11 @@ >+--- libretroshare/src/libretroshare.pro.orig 2016-02-05 19:04:46 UTC >++++ libretroshare/src/libretroshare.pro >+@@ -293,7 +293,7 @@ mac { >+ >+ freebsd-* { >+ INCLUDEPATH *= /usr/local/include/gpgme >+- INCLUDEPATH *= /usr/local/include/glib-2.0 >++ INCLUDEPATH += $$system(pkg-config --cflags glib-2.0 | sed -e "s/-I//g") >+ >+ QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen >+ >diff -ruN retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc retroshare-0.6/files/patch-libretroshare_src_rsserver_rsinit.cc >--- retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-libretroshare_src_rsserver_rsinit.cc 2016-03-05 21:48:33.349764000 +0000 >@@ -0,0 +1,11 @@ >+--- libretroshare/src/rsserver/rsinit.cc.orig 2016-02-05 19:04:46 UTC >++++ libretroshare/src/rsserver/rsinit.cc >+@@ -367,7 +367,7 @@ int RsInit::InitRetroShare(int argcIgnor >+ #ifdef LOCALNET_TESTING >+ >> parameter('R',"restrict-port" ,portRestrictions ,"port1-port2","Apply port restriction" ,false) >+ #endif >+-#ifdef __APPLE__ >++#if defined(__APPLE__) || defined(__FreeBSD__) >+ >> help('h',"help","Display this Help") ; >+ #else >+ >> help() ; >diff -ruN retroshare/files/patch-libretroshare_src_util_argstream.h retroshare-0.6/files/patch-libretroshare_src_util_argstream.h >--- retroshare/files/patch-libretroshare_src_util_argstream.h 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-libretroshare_src_util_argstream.h 2016-03-05 21:48:33.349819000 +0000 >@@ -0,0 +1,11 @@ >+--- libretroshare/src/util/argstream.h.orig 2016-02-05 19:04:46 UTC >++++ libretroshare/src/util/argstream.h >+@@ -141,7 +141,7 @@ namespace >+ inline OptionHolder(char s, >+ const char* l, >+ const char* desc); >+-#ifdef __APPLE__ >++#if defined(__APPLE__) || defined(__FreeBSD__) >+ friend OptionHolder help(char s, >+ const char* l, >+ const char* desc); >diff -ruN retroshare/files/patch-plugins-FeedReader-FeedReader.pro retroshare-0.6/files/patch-plugins-FeedReader-FeedReader.pro >--- retroshare/files/patch-plugins-FeedReader-FeedReader.pro 2014-01-22 17:40:44.000000000 +0000 >+++ retroshare-0.6/files/patch-plugins-FeedReader-FeedReader.pro 1970-01-01 00:00:00.000000000 +0000 >@@ -1,12 +0,0 @@ >---- plugins/FeedReader/FeedReader.pro.orig 2013-10-22 11:53:29.000000000 +0200 >-+++ plugins/FeedReader/FeedReader.pro 2013-10-22 11:54:10.000000000 +0200 >-@@ -101,3 +101,9 @@ >- LIBS += -lcurl -lxml2 -lxslt >- } >- >-+freebsd-* { >-+ >-+ INCLUDEPATH += /usr/local/include/libxml2 >-+ >-+ LIBS += -lcurl -lxml2 -lxslt >-+} >diff -ruN retroshare/files/patch-plugins_FeedReader_FeedReader.pro retroshare-0.6/files/patch-plugins_FeedReader_FeedReader.pro >--- retroshare/files/patch-plugins_FeedReader_FeedReader.pro 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-plugins_FeedReader_FeedReader.pro 2016-03-05 21:48:33.349875000 +0000 >@@ -0,0 +1,11 @@ >+--- plugins/FeedReader/FeedReader.pro.orig 2016-02-05 19:04:46 UTC >++++ plugins/FeedReader/FeedReader.pro >+@@ -134,3 +134,8 @@ haiku-* { >+ >+ LIBS += -lcurl -lxml2 -lxslt >+ } >++ >++freebsd-* { >++ INCLUDEPATH += $$system(pkg-config --cflags libxml-2.0 | sed -e "s/-I//g") >++ LIBS += -lcurl -lxml2 -lxslt >++} >diff -ruN retroshare/files/patch-plugins_VOIP_VOIP.pro retroshare-0.6/files/patch-plugins_VOIP_VOIP.pro >--- retroshare/files/patch-plugins_VOIP_VOIP.pro 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-plugins_VOIP_VOIP.pro 2016-03-05 21:48:33.349928000 +0000 >@@ -0,0 +1,10 @@ >+--- plugins/VOIP/VOIP.pro.orig 2016-03-05 21:47:58 UTC >++++ plugins/VOIP/VOIP.pro >+@@ -26,6 +26,7 @@ linux-* { >+ PKGCONFIG += opencv >+ } else { >+ LIBS += -lspeex -lspeexdsp -lavcodec -lavutil >++ LIBS += -lopencv_core -lopencv_highgui -lopencv_imgproc >+ } >+ >+ #################################### Windows ##################################### >diff -ruN retroshare/files/patch-plugins_VOIP_gui_VideoProcessor.cpp retroshare-0.6/files/patch-plugins_VOIP_gui_VideoProcessor.cpp >--- retroshare/files/patch-plugins_VOIP_gui_VideoProcessor.cpp 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-plugins_VOIP_gui_VideoProcessor.cpp 2016-03-05 21:48:33.349980000 +0000 >@@ -0,0 +1,21 @@ >+--- plugins/VOIP/gui/VideoProcessor.cpp.orig 2016-02-05 19:04:46 UTC >++++ plugins/VOIP/gui/VideoProcessor.cpp >+@@ -3,7 +3,7 @@ >+ #ifdef __MACH__ >+ #include <malloc/malloc.h> >+ #else >+-#include <malloc.h> >++#include <stdlib.h> >+ #endif >+ >+ #include <QByteArray> >+@@ -737,7 +737,8 @@ bool FFmpegVideo::decodeData(const RsVOI >+ //Mac OS X appears to be 16-byte mem aligned. >+ unsigned char *tmp = (unsigned char*)malloc(s + AV_INPUT_BUFFER_PADDING_SIZE) ; >+ #else //MAC >+- unsigned char *tmp = (unsigned char*)memalign(16, s + AV_INPUT_BUFFER_PADDING_SIZE) ; >++ unsigned char *tmp ; >++ int unused_error = posix_memalign((void **)tmp, 16, s + AV_INPUT_BUFFER_PADDING_SIZE) ; >+ #endif //MAC >+ #endif //MINGW >+ if (tmp == NULL) { >diff -ruN retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro retroshare-0.6/files/patch-retroshare-gui__src__retroshare-gui.pro >--- retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro 2014-08-26 14:06:08.000000000 +0000 >+++ retroshare-0.6/files/patch-retroshare-gui__src__retroshare-gui.pro 1970-01-01 00:00:00.000000000 +0000 >@@ -1,29 +0,0 @@ >---- retroshare-gui/src/retroshare-gui.pro.orig 2014-04-10 13:28:51.661832058 +0200 >-+++ retroshare-gui/src/retroshare-gui.pro 2014-04-10 13:29:31.092831413 +0200 >-@@ -215,17 +215,22 @@ macx { >- freebsd-* { >- INCLUDEPATH *= /usr/local/include/gpgme >- LIBS *= ../../libretroshare/src/lib/libretroshare.a >-+ LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2 >- LIBS *= -lssl >-- LIBS *= -lgpgme >-- LIBS *= -lupnp >-+ LIBS *= -lcrypto >-+ LIBS *= -lz >-+ LIBS *= -lupnp -lixml >-+ LIBS *= -lXss -lX11 >- LIBS *= -lgnome-keyring >- PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a >-+ PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a >- >- gxs { >- LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a >-- LIBS += -lsqlite3 >-+ LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a >- } >-- >-+ LIBS *= -rdynamic >-+ DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions >- } >- >- ##################################### OpenBSD ###################################### >diff -ruN retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro retroshare-0.6/files/patch-retroshare-gui_src_retroshare-gui.pro >--- retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-retroshare-gui_src_retroshare-gui.pro 2016-03-05 21:48:33.350032000 +0000 >@@ -0,0 +1,21 @@ >+--- retroshare-gui/src/retroshare-gui.pro.orig 2016-02-05 19:04:46 UTC >++++ retroshare-gui/src/retroshare-gui.pro >+@@ -239,12 +239,16 @@ macx { >+ >+ freebsd-* { >+ INCLUDEPATH *= /usr/local/include/gpgme >+- LIBS *= -lssl >++ LIBS *= -lssl -lcrypto >+ LIBS *= -lgpgme >+ LIBS *= -lupnp >+ LIBS *= -lgnome-keyring >++ LIBS *= -lz >++ LIBS *= -lixml >++ LIBS *= -lexecinfo >+ >+- LIBS += -lsqlite3 >++ LIBS += -lsqlcipher >++ LIBS *= -rdynamic >+ } >+ >+ ##################################### Haiku ###################################### >diff -ruN retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp retroshare-0.6/files/patch-retroshare-gui_src_util_RsNetUtil.cpp >--- retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-retroshare-gui_src_util_RsNetUtil.cpp 2016-03-05 21:48:33.350082000 +0000 >@@ -0,0 +1,11 @@ >+--- retroshare-gui/src/util/RsNetUtil.cpp.orig 2016-02-05 19:04:46 UTC >++++ retroshare-gui/src/util/RsNetUtil.cpp >+@@ -29,6 +29,8 @@ >+ #ifdef WINDOWS_SYS >+ #include <ws2tcpip.h> >+ #else >++#include <sys/types.h> >++#include <sys/socket.h> >+ #include <netinet/in.h> >+ #endif >+ >diff -ruN retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro retroshare-0.6/files/patch-retroshare-nogui__src__retroshare-nogui.pro >--- retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro 2014-08-26 14:06:08.000000000 +0000 >+++ retroshare-0.6/files/patch-retroshare-nogui__src__retroshare-nogui.pro 1970-01-01 00:00:00.000000000 +0000 >@@ -1,26 +0,0 @@ >---- retroshare-nogui/src/retroshare-nogui.pro.orig 2014-04-10 14:14:22.622840778 +0200 >-+++ retroshare-nogui/src/retroshare-nogui.pro 2014-04-10 14:14:55.384836372 +0200 >-@@ -114,12 +114,20 @@ macx { >- >- freebsd-* { >- INCLUDEPATH *= /usr/local/include/gpgme >-+ QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen >- LIBS *= ../../libretroshare/src/lib/libretroshare.a >-- LIBS *= -lssl >-- LIBS *= -lgpgme >-- LIBS *= -lupnp >-+ LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2 >-+ LIBS *= -lssl -lcrypto >-+ LIBS *= -lz >-+ LIBS *= -lupnp -lixml >- LIBS *= -lgnome-keyring >- PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a >-+ PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a >-+ LIBS *= -rdynamic >-+ gxs { >-+ # We need a explicit path here, to force using the home version >-+ LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a >-+ } >- } >- >- ##################################### OpenBSD ###################################### >diff -ruN retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro retroshare-0.6/files/patch-retroshare-nogui_src_retroshare-nogui.pro >--- retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-retroshare-nogui_src_retroshare-nogui.pro 2016-03-05 21:48:33.350134000 +0000 >@@ -0,0 +1,20 @@ >+--- retroshare-nogui/src/retroshare-nogui.pro.orig 2016-03-05 21:29:14 UTC >++++ retroshare-nogui/src/retroshare-nogui.pro >+@@ -126,10 +126,16 @@ macx { >+ >+ freebsd-* { >+ INCLUDEPATH *= /usr/local/include/gpgme >+- LIBS *= -lssl >++ LIBS *= -lssl -lcrypto >+ LIBS *= -lgpgme >+ LIBS *= -lupnp >+ LIBS *= -lgnome-keyring >++ LIBS *= -lz >++ LIBS *= -lixml >++ LIBS *= -lthr >++ LIBS += -lsqlcipher >++ LIBS *= -lexecinfo >++ LIBS *= -rdynamic >+ } >+ >+ ##################################### OpenBSD ###################################### >diff -ruN retroshare/files/patch-retroshare-nogui_src_retroshare.cc retroshare-0.6/files/patch-retroshare-nogui_src_retroshare.cc >--- retroshare/files/patch-retroshare-nogui_src_retroshare.cc 1970-01-01 00:00:00.000000000 +0000 >+++ retroshare-0.6/files/patch-retroshare-nogui_src_retroshare.cc 2016-03-05 21:48:33.350184000 +0000 >@@ -0,0 +1,11 @@ >+--- retroshare-nogui/src/retroshare.cc.orig 2016-02-05 19:04:46 UTC >++++ retroshare-nogui/src/retroshare.cc >+@@ -86,7 +86,7 @@ int main(int argc, char **argv) >+ // unfinished >+ //args >> parameter("http-listen", listenAddress, "ipv6 address", "Listen only on the specified address.", false); >+ args >> option("http-allow-all", allowAllIps, "allow connections from all IP adresses (default= localhost only)"); >+-#ifdef __APPLE__ >++#if defined(__APPLE__) || defined(__FreeBSD__) >+ args >> help('h',"help","Display this Help"); >+ #else >+ args >> help(); >diff -ruN retroshare/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro retroshare-0.6/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro >--- retroshare/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro 2014-06-20 18:32:15.000000000 +0000 >+++ retroshare-0.6/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro 1970-01-01 00:00:00.000000000 +0000 >@@ -1,10 +0,0 @@ >---- ./supportlibs/pegmarkdown/pegmarkdown.pro.orig 2013-12-11 16:08:42.000000000 +0100 >-+++ ./supportlibs/pegmarkdown/pegmarkdown.pro 2013-12-11 16:09:21.000000000 +0100 >-@@ -55,6 +55,7 @@ >- ################################# FreeBSD ########################################## >- >- freebsd-* { >-+ QMAKE_CC = cc >- DESTDIR = lib >- } >- >diff -ruN retroshare/pkg-plist retroshare-0.6/pkg-plist >--- retroshare/pkg-plist 2014-11-12 21:31:27.000000000 +0000 >+++ retroshare-0.6/pkg-plist 2016-03-05 22:12:10.532013000 +0000 >@@ -1,10 +1,450 @@ >-bin/RetroShare >-bin/retroshare-nogui >-lib/retroshare/extensions/libLinksCloud.so >-lib/retroshare/extensions/libLinksCloud.so.1 >-lib/retroshare/extensions/libVOIP.so >-lib/retroshare/extensions/libVOIP.so.1 >-lib/retroshare/extensions/libFeedReader.so >-lib/retroshare/extensions/libFeedReader.so.1 >-%%DATADIR%%/bdboot.txt >-%%DATADIR%%/retrosharelogo1.png >+bin/RetroShare06 >+bin/RetroShare06-nogui >+%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%FeedReader.so >+%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%VOIP.so >+share/RetroShare06/bdboot.txt >+share/RetroShare06/qss/blacknight.qss >+share/RetroShare06/qss/blacknight/check_sel.png >+share/RetroShare06/qss/blacknight/check_unsel.png >+share/RetroShare06/qss/blacknight/clbg.png >+share/RetroShare06/qss/blacknight/down.png >+share/RetroShare06/qss/blacknight/radio_sel.png >+share/RetroShare06/qss/blacknight/radio_unsel.png >+share/RetroShare06/qss/blacknight/up.png >+share/RetroShare06/qss/blue.qss >+share/RetroShare06/qss/blue/blue.png >+share/RetroShare06/qss/blue/blue2.png >+share/RetroShare06/qss/blue/tab1.png >+share/RetroShare06/qss/blue/tabselected.png >+share/RetroShare06/qss/groove.qss >+share/RetroShare06/qss/orangesurfer.qss >+share/RetroShare06/qss/orangesurfer/border.png >+share/RetroShare06/qss/orangesurfer/main.png >+share/RetroShare06/qss/orangesurfer/main2.png >+share/RetroShare06/qss/orangesurfer/sizegrip.png >+share/RetroShare06/qss/orangesurfer/tab_hover.png >+share/RetroShare06/qss/orangesurfer/tab_normal.png >+share/RetroShare06/qss/orangesurfer/tab_pressed.png >+share/RetroShare06/qss/orangesurfer/toolbar.png >+share/RetroShare06/qss/qdarkstyle.qss >+share/RetroShare06/qss/qdarkstyle/Hmovetoolbar.png >+share/RetroShare06/qss/qdarkstyle/Hsepartoolbar.png >+share/RetroShare06/qss/qdarkstyle/Vmovetoolbar.png >+share/RetroShare06/qss/qdarkstyle/Vsepartoolbar.png >+share/RetroShare06/qss/qdarkstyle/branch_closed-on.png >+share/RetroShare06/qss/qdarkstyle/branch_closed.png >+share/RetroShare06/qss/qdarkstyle/branch_open-on.png >+share/RetroShare06/qss/qdarkstyle/branch_open.png >+share/RetroShare06/qss/qdarkstyle/checkbox.png >+share/RetroShare06/qss/qdarkstyle/close.png >+share/RetroShare06/qss/qdarkstyle/down_arrow.png >+share/RetroShare06/qss/qdarkstyle/down_arrow_disabled.png >+share/RetroShare06/qss/qdarkstyle/left_arrow.png >+share/RetroShare06/qss/qdarkstyle/left_arrow_disabled.png >+share/RetroShare06/qss/qdarkstyle/right_arrow.png >+share/RetroShare06/qss/qdarkstyle/right_arrow_disabled.png >+share/RetroShare06/qss/qdarkstyle/sizegrip.png >+share/RetroShare06/qss/qdarkstyle/stylesheet-branch-end.png >+share/RetroShare06/qss/qdarkstyle/stylesheet-branch-more.png >+share/RetroShare06/qss/qdarkstyle/stylesheet-vline.png >+share/RetroShare06/qss/qdarkstyle/transparent.png >+share/RetroShare06/qss/qdarkstyle/undock.png >+share/RetroShare06/qss/qdarkstyle/up_arrow.png >+share/RetroShare06/qss/qdarkstyle/up_arrow_disabled.png >+share/RetroShare06/qss/qlive.qss >+share/RetroShare06/qss/qlive/qb.png >+share/RetroShare06/qss/qlive/qb2.png >+share/RetroShare06/qss/redscorpion.qss >+share/RetroShare06/qss/redscorpion/red.png >+share/RetroShare06/qss/redscorpion/red2.png >+share/RetroShare06/qss/silver.qss >+share/RetroShare06/qss/silver/silver.png >+share/RetroShare06/qss/silver/silver2.png >+share/RetroShare06/qss/silvergrey.qss >+share/RetroShare06/qss/uus.qss >+share/RetroShare06/qss/uus/uus.png >+share/RetroShare06/qss/uus/uus2.png >+share/RetroShare06/qss/wx.qss >+share/RetroShare06/qss/wx/wx.png >+share/RetroShare06/qss/yaba.qss >+share/RetroShare06/qss/yaba/yaba.png >+share/RetroShare06/qss/yaba/yaba2.png >+share/RetroShare06/qss/yaba/yaba3.png >+share/RetroShare06/qss/yeah.qss >+share/RetroShare06/qss/yeah/yeah.png >+share/RetroShare06/sounds/alert.wav >+share/RetroShare06/sounds/chat1.wav >+share/RetroShare06/sounds/chat2.wav >+share/RetroShare06/sounds/file.wav >+share/RetroShare06/sounds/ft_complete.wav >+share/RetroShare06/sounds/ft_incoming.wav >+share/RetroShare06/sounds/incomingchat.wav >+share/RetroShare06/sounds/notify.wav >+share/RetroShare06/sounds/offline.wav >+share/RetroShare06/sounds/online1.wav >+share/RetroShare06/sounds/online2.wav >+share/RetroShare06/sounds/receive.wav >+share/RetroShare06/sounds/send1.wav >+share/RetroShare06/sounds/send2.wav >+share/RetroShare06/sounds/startup.wav >+share/RetroShare06/stylesheets/Bubble/history/hincoming.htm >+share/RetroShare06/stylesheets/Bubble/history/houtgoing.htm >+share/RetroShare06/stylesheets/Bubble/history/images.sh >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/history/incoming.htm >+share/RetroShare06/stylesheets/Bubble/history/info.xml >+share/RetroShare06/stylesheets/Bubble/history/main.css >+share/RetroShare06/stylesheets/Bubble/history/ooutgoing.htm >+share/RetroShare06/stylesheets/Bubble/history/outgoing.htm >+share/RetroShare06/stylesheets/Bubble/history/system.htm >+share/RetroShare06/stylesheets/Bubble/history/variants/color.css >+share/RetroShare06/stylesheets/Bubble/history/variants/standard.css >+share/RetroShare06/stylesheets/Bubble/private/hincoming.htm >+share/RetroShare06/stylesheets/Bubble/private/houtgoing.htm >+share/RetroShare06/stylesheets/Bubble/private/images.sh >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/private/incoming.htm >+share/RetroShare06/stylesheets/Bubble/private/info.xml >+share/RetroShare06/stylesheets/Bubble/private/main.css >+share/RetroShare06/stylesheets/Bubble/private/ooutgoing.htm >+share/RetroShare06/stylesheets/Bubble/private/outgoing.htm >+share/RetroShare06/stylesheets/Bubble/private/system.htm >+share/RetroShare06/stylesheets/Bubble/private/variants/color.css >+share/RetroShare06/stylesheets/Bubble/private/variants/standard.css >+share/RetroShare06/stylesheets/Bubble/public/hincoming.htm >+share/RetroShare06/stylesheets/Bubble/public/houtgoing.htm >+share/RetroShare06/stylesheets/Bubble/public/images.sh >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/public/incoming.htm >+share/RetroShare06/stylesheets/Bubble/public/info.xml >+share/RetroShare06/stylesheets/Bubble/public/main.css >+share/RetroShare06/stylesheets/Bubble/public/ooutgoing.htm >+share/RetroShare06/stylesheets/Bubble/public/outgoing.htm >+share/RetroShare06/stylesheets/Bubble/public/system.htm >+share/RetroShare06/stylesheets/Bubble/public/variants/color.css >+share/RetroShare06/stylesheets/Bubble/public/variants/standard.css >+share/RetroShare06/stylesheets/Bubble/src/images.sh >+share/RetroShare06/stylesheets/Bubble/src/img.svg >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/Kopie von incoming.htm >+share/RetroShare06/stylesheets/Bubble_Compact/private/hincoming.htm >+share/RetroShare06/stylesheets/Bubble_Compact/private/houtgoing.htm >+share/RetroShare06/stylesheets/Bubble_Compact/private/images.sh >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TC.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TL.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TR.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick-left.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick-right.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick.png >+share/RetroShare06/stylesheets/Bubble_Compact/private/incoming.htm >+share/RetroShare06/stylesheets/Bubble_Compact/private/info.xml >+share/RetroShare06/stylesheets/Bubble_Compact/private/main.css >+share/RetroShare06/stylesheets/Bubble_Compact/private/ooutgoing.htm >+share/RetroShare06/stylesheets/Bubble_Compact/private/outgoing.htm >+share/RetroShare06/stylesheets/Bubble_Compact/private/system.htm >+share/RetroShare06/stylesheets/Bubble_Compact/private/variants/color.css >+share/RetroShare06/stylesheets/Bubble_Compact/private/variants/standard.css >+share/RetroShare06/webui/JSXTransformer.js >+share/RetroShare06/webui/RsApi.js >+share/RetroShare06/webui/RsXHRConnection.js >+share/RetroShare06/webui/green-black.css >+share/RetroShare06/webui/gui.jsx >+share/RetroShare06/webui/img/logo_splash.png >+share/RetroShare06/webui/index.html >+share/RetroShare06/webui/react.js >+share/applications/retroshare06.desktop >+share/icons/hicolor/128x128/apps/retroshare06.png >+share/icons/hicolor/24x24/apps/retroshare06.png >+share/icons/hicolor/48x48/apps/retroshare06.png >+share/icons/hicolor/64x64/apps/retroshare06.png >+share/pixmaps/retroshare06.xpm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
peter:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207550
:
167494
|
167495
|
167497
|
167498
|
167501
|
167753
|
168241
|
168254
|
168255
|
168270
|
168514
|
170500