View | Details | Raw Unified | Return to bug 207550 | Differences between
and this patch

Collapse All | Expand All

(-)retroshare-0.6/Makefile (-61 / +21 lines)
Lines 2-48 Link Here
2
# $FreeBSD: head/net-p2p/retroshare/Makefile 386312 2015-05-14 10:15:04Z mat $
2
# $FreeBSD: head/net-p2p/retroshare/Makefile 386312 2015-05-14 10:15:04Z mat $
3
3
4
PORTNAME=	retroshare
4
PORTNAME=	retroshare
5
PORTVERSION=	0.5.5c
5
PORTVERSION=	0.6.0
6
PORTREVISION=	3
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	net-p2p
7
CATEGORIES=	net-p2p
8
MASTER_SITES=	SF/${PORTNAME}/${BINARY}/${PORTVERSION}
9
DISTNAME=	${PORTNAME}_${SRC_VERSION}-${SRC_REVISION}
10
8
11
MAINTAINER=	peter@netkey.at
9
MAINTAINER=	peter@netkey.at
12
COMMENT=	Private and secure decentralised communication platform
10
COMMENT=	Private and secure decentralised communication platform
13
11
14
LICENSE=	GPLv2
12
LICENSE=	GPLv2
15
13
16
BUILD_DEPENDS=	protoc:${PORTSDIR}/devel/protobuf
14
LIB_DEPENDS=	libsqlcipher.so:${PORTSDIR}/databases/sqlcipher \
17
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
18
		libupnp.so:${PORTSDIR}/devel/upnp \
19
		libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
15
		libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
20
		libspeex.so:${PORTSDIR}/audio/speex \
16
		libspeex.so:${PORTSDIR}/audio/speex \
21
		libxslt.so:${PORTSDIR}/textproc/libxslt \
17
		libupnp.so:${PORTSDIR}/devel/upnp \
22
		libssh_threads.so:${PORTSDIR}/security/libssh
18
		libgpgme.so:${PORTSDIR}/security/gpgme \
19
		libopencv_highgui.so:${PORTSDIR}/graphics/opencv \
20
		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
21
		libmicrohttpd.so:${PORTSDIR}/www/libmicrohttpd
23
22
24
USES=		compiler:features dos2unix pkgconfig qmake
23
USES=		qmake compiler:features dos2unix execinfo
25
USE_GNOME=	glib20 libxml2 libxslt
24
USE_GNOME=	glib20 libxml2 libxslt
26
USE_XORG=	x11 xscrnsaver
25
USE_QT5=	buildtools_build uitools_build core gui network xml \
27
USE_QT4=	corelib gui network xml script designer_build uic_build \
26
		widgets multimedia printsupport
28
		qmake_build moc_build rcc_build multimedia
27
DOS2UNIX_FILES=	retroshare-nogui/src/retroshare-nogui.pro
29
HAS_CONFIGURE=	yes
28
USE_GITHUB=	yes
30
29
GH_ACCOUNT=	RetroShare
31
BINARY=		RetroShare
30
GH_PROJECT=	RetroShare
32
SRC_REVISION=	0.7068
31
33
SRC_VERSION=	0.5.5
32
INSTALLS_ICONS=	yes
34
WRKSRC=		${WRKDIR}/${PORTNAME}-${SRC_VERSION}/src
35
36
MAKE_JOBS_UNSAFE=yes
37
USE_LDCONFIG=	yes
38
39
DESKTOP_ENTRIES="${BINARY}" "${COMMENT}" "${DATADIR}/retrosharelogo1.png" \
40
		"${BINARY}" "Network;FileTransfer;" true
41
42
DOS2UNIX_FILES=	retroshare-gui/src/retroshare-gui.pro \
43
	retroshare-nogui/src/retroshare-nogui.pro \
44
	retroshare-gui/src/gui/RetroShareLink.h \
45
	retroshare-gui/src/gui/common/GroupTreeWidget.cpp
46
33
47
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
48
35
Lines 57-92 Link Here
57
		${WRKSRC}/retroshare-gui/src/retroshare-gui.pro
44
		${WRKSRC}/retroshare-gui/src/retroshare-gui.pro
58
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
45
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
59
		${WRKSRC}/retroshare-nogui/src/retroshare-nogui.pro
46
		${WRKSRC}/retroshare-nogui/src/retroshare-nogui.pro
60
	@${REINPLACE_CMD} -e 's|/usr/local/share/retroshare|${DATADIR}|' \
47
	@${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \
61
		${WRKSRC}/libretroshare/src/rsserver/rsinit.cc
48
		${WRKSRC}/data/retroshare06.desktop
62
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
49
	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
63
		${WRKSRC}/plugins/FeedReader/FeedReader.pro
50
		${WRKSRC}/data/retroshare06.desktop
64
	@${REINPLACE_CMD} -e 's|/usr/local/share/retroshare|${DATADIR}|' \
65
		${WRKSRC}/libretroshare/src/rsserver/rsinit.cc
66
	@${REINPLACE_CMD} -e 's|/usr/lib|${LOCALBASE}/lib|' \
67
		${WRKSRC}/libretroshare/src/rsserver/rsinit.cc
68
69
post-install:
70
	${INSTALL_PROGRAM} ${WRKSRC}/retroshare-gui/src/${BINARY} \
71
		${STAGEDIR}${PREFIX}/bin
72
	${INSTALL_PROGRAM} ${WRKSRC}/retroshare-nogui/src/retroshare-nogui \
73
		${STAGEDIR}${PREFIX}/bin
74
	${MKDIR} ${STAGEDIR}${DATADIR}
75
	${INSTALL_MAN} ${WRKSRC}/libbitdht/src/example/bdboot.txt \
76
		${STAGEDIR}${DATADIR}
77
	${INSTALL_DATA} ${WRKSRC}/retroshare-gui/src/gui/images/retrosharelogo1.png \
78
		${STAGEDIR}${DATADIR}
79
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/retroshare
80
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/retroshare/extensions
81
	${INSTALL_LIB} ${WRKSRC}/plugins/LinksCloud/libLinksCloud.so.1.0.0 \
82
		${STAGEDIR}${PREFIX}/lib/retroshare/extensions/libLinksCloud.so.1
83
	${INSTALL_LIB} ${WRKSRC}/plugins/VOIP/libVOIP.so.1.0.0 \
84
		${STAGEDIR}${PREFIX}/lib/retroshare/extensions/libVOIP.so.1
85
	${INSTALL_LIB} ${WRKSRC}/plugins/FeedReader/libFeedReader.so.1.0.0 \
86
		${STAGEDIR}${PREFIX}/lib/retroshare/extensions/libFeedReader.so.1
87
	@cd ${STAGEDIR}${PREFIX}/lib/retroshare/extensions && \
88
		${LN} -s libLinksCloud.so.1 libLinksCloud.so && \
89
		${LN} -s libVOIP.so.1 libVOIP.so && \
90
		${LN} -s libFeedReader.so.1 libFeedReader.so
91
51
92
.include <bsd.port.post.mk>
52
.include <bsd.port.post.mk>
(-)retroshare-0.6/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (retroshare_0.5.5-0.7068.tar.gz) = 772b0d7916137e81fc0f5ea14f0a8fa70d3d7acb701ca0b0c1c66018f2255650
1
SHA256 (RetroShare-RetroShare-v0.6.0_GH0.tar.gz) = 50b9157bbe407aaefcbf9af1f29392e63148dc060bf78a3b200c9bc09998cf7c
2
SIZE (retroshare_0.5.5-0.7068.tar.gz) = 11899395
2
SIZE (RetroShare-RetroShare-v0.6.0_GH0.tar.gz) = 17436205
(-)retroshare-0.6/files/patch-clang (-145 lines)
Lines 1-145 Link Here
1
--- libretroshare/src/retroshare/rsconfig.h.orig
2
+++ libretroshare/src/retroshare/rsconfig.h
3
@@ -31,6 +31,8 @@
4
 #include <list>
5
 #include <map>
6
 
7
+#include <time.h>
8
+
9
 /* The New Config Interface Class */
10
 class RsServerConfig;
11
 extern RsServerConfig *rsConfig;
12
--- libretroshare/src/retroshare/rsflags.h.orig
13
+++ libretroshare/src/retroshare/rsflags.h
14
@@ -1,6 +1,7 @@
15
 #pragma once
16
 
17
 #include <stdint.h>
18
+#include <ostream>
19
 
20
 // This class provides a representation for flags that can be combined with bitwise
21
 // operations. However, because the class is templated with an id, it's not possible to 
22
--- libretroshare/src/retroshare/rsgxsifacetypes.h.orig
23
+++ libretroshare/src/retroshare/rsgxsifacetypes.h
24
@@ -12,6 +12,8 @@
25
 #include <vector>
26
 #include <string>
27
 #include <inttypes.h>
28
+
29
+#include <time.h>
30
 
31
 
32
 typedef std::string RsGxsGroupId;
33
--- plugins/FeedReader/interface/rsFeedReader.h.orig
34
+++ plugins/FeedReader/interface/rsFeedReader.h
35
@@ -26,6 +26,8 @@
36
 #include <string>
37
 #include <list>
38
 
39
+#include <time.h>
40
+
41
 class RsFeedReader;
42
 extern RsFeedReader *rsFeedReader;
43
 
44
--- plugins/LinksCloud/rsrank.h.orig
45
+++ plugins/LinksCloud/rsrank.h
46
@@ -30,6 +30,8 @@
47
 #include <string>
48
 #include <list>
49
 
50
+#include <time.h>
51
+
52
 /* The Main Interface Class - for information about your Peers */
53
 class RsRanks;
54
 extern RsRanks   *rsRanks;
55
--- retroshare-gui/src/gui/CreateMsgLinkDialog.h.orig
56
+++ retroshare-gui/src/gui/CreateMsgLinkDialog.h
57
@@ -23,6 +23,8 @@
58
 
59
 #include "ui_CreateMsgLinkDialog.h"
60
 
61
+#include <time.h>
62
+
63
 class FriendSelectionWidget ;
64
 
65
 class CreateMsgLinkDialog : public QDialog, public Ui::CreateMsgLinkDialog
66
--- retroshare-gui/src/gui/RetroShareLink.h.orig
67
+++ retroshare-gui/src/gui/RetroShareLink.h
68
@@ -33,6 +33,7 @@
69
 //    -------------+----------------+--------------------------+------------------+-------------+-------------
70
 //
71
 #include <stdint.h>
72
+#include <time.h>
73
 #include <QString>
74
 #include <QVector>
75
 #include <QUrl>
76
--- retroshare-gui/src/gui/common/GroupTreeWidget.cpp.orig
77
+++ retroshare-gui/src/gui/common/GroupTreeWidget.cpp
78
@@ -502,7 +502,7 @@ void GroupTreeWidget::calculateScore(QTr
79
 
80
 	/* Find out which has given word in it */
81
 	QTreeWidgetItemIterator itemIterator(ui->treeWidget);
82
-	QTreeWidgetItem *item;
83
+	// QTreeWidgetItem *item;
84
 	while ((item = *itemIterator) != NULL) {
85
 		itemIterator++;
86
 
87
--- retroshare-gui/src/gui/connect/ConnectProgressDialog.h.orig
88
+++ retroshare-gui/src/gui/connect/ConnectProgressDialog.h
89
@@ -29,6 +29,7 @@
90
 #include "ui_ConnectProgressDialog.h"
91
 
92
 #include <stdint.h>
93
+#include <time.h>
94
 
95
 class ConnectProgressDialog : public QDialog
96
 {
97
--- retroshare-gui/src/./util/DateTime.h.orig
98
+++ retroshare-gui/src/./util/DateTime.h
99
@@ -24,6 +24,8 @@
100
 
101
 #include <QString>
102
 
103
+#include <time.h>
104
+
105
 class QDateTime;
106
 class QDate;
107
 class QTime;
108
--- libretroshare/src/util/argstream.h.orig
109
+++ libretroshare/src/util/argstream.h
110
@@ -141,9 +141,9 @@ namespace 
111
 			inline OptionHolder(char s,
112
 					const char* l,
113
 					const char* desc);  
114
-			friend OptionHolder help(char s='h',
115
-					const char* l="help",
116
-					const char* desc="Display this help");
117
+			friend OptionHolder help(char s,
118
+					const char* l,
119
+					const char* desc);
120
 		private:
121
 			std::string shortName_;
122
 			std::string longName_;
123
@@ -173,9 +173,9 @@ namespace 
124
 			return OptionHolder(l,b,desc);
125
 		}
126
 	inline OptionHolder
127
-		help(char s,
128
-				const char* l,
129
-				const char* desc)
130
+		help(char s='h',
131
+				const char* l="help",
132
+				const char* desc="Display this help")
133
 		{
134
 			return OptionHolder(s,l,desc);
135
 		}
136
--- retroshare-nogui/src/menu/menu.h.orig	2014-01-28 22:57:11.000000000 +0100
137
+++ retroshare-nogui/src/menu/menu.h	2014-04-10 13:51:23.670843012 +0200
138
@@ -27,6 +27,7 @@
139
 #define RSNOGUI_MENU_H
140
 
141
 #include <inttypes.h>
142
+#include <time.h>
143
 
144
 #include <string>
145
 #include <map>
(-)retroshare-0.6/files/patch-libbitdht-src-libbitdht.pro (-10 lines)
Lines 1-10 Link Here
1
--- libbitdht/src/libbitdht.pro.orig	2012-08-16 18:59:51.000000000 +0200
2
+++ libbitdht/src/libbitdht.pro	2012-10-08 18:41:49.000000000 +0200
3
@@ -91,6 +91,7 @@
4
 
5
 freebsd-* {
6
 		DESTDIR = lib
7
+		INCLUDEPATH += ../../openpgpsdk/src \
8
 }
9
 
10
 ################################### COMMON stuff ##################################
(-)retroshare-0.6/files/patch-libbitdht_src_bitdht_bencode.c (+46 lines)
Line 0 Link Here
1
--- libbitdht/src/bitdht/bencode.c.orig	2016-02-05 19:04:46 UTC
2
+++ libbitdht/src/bitdht/bencode.c
3
@@ -20,7 +20,6 @@
4
  */
5
 
6
 #include <stdio.h>
7
-#include <iostream>
8
 #include <stdlib.h> /* malloc() realloc() free() strtoll() */
9
 #include <string.h> /* memset() */
10
 #include "util/bdstring.h"
11
@@ -115,7 +114,7 @@ static char *_be_decode_str(const char *
12
         
13
     	if(_ret == NULL)
14
         {
15
-            std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
16
+            //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
17
             return NULL;
18
         }
19
                          
20
@@ -511,7 +510,7 @@ be_node *be_create_str(const char *str)
21
     
22
     	if(_ret == NULL)
23
         {
24
-            std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
25
+            //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
26
             return NULL;
27
         }
28
 	char *ret = NULL;
29
@@ -536,7 +535,7 @@ be_node *be_create_str_wlen(const char *
30
     
31
     	if(_ret == NULL)
32
         {
33
-            std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
34
+            //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
35
             return NULL;
36
         }
37
 	char *ret = NULL;
38
@@ -584,7 +583,7 @@ int be_add_keypair(be_node *dict, const 
39
     
40
     	if(_ret == NULL)
41
         {
42
-            std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
43
+            //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
44
             return 0;
45
         }
46
 	char *ret = NULL;
(-)retroshare-0.6/files/patch-libretroshare-src-libretroshare.pro (-11 lines)
Lines 1-11 Link Here
1
--- libretroshare/src/libretroshare.pro.orig	2014-01-28 22:56:57.000000000 +0100
2
+++ libretroshare/src/libretroshare.pro	2014-10-01 18:48:38.445003534 +0200
3
@@ -305,6 +305,8 @@
4
 freebsd-* {
5
 	INCLUDEPATH *= /usr/local/include/gpgme
6
 	INCLUDEPATH *= /usr/local/include/glib-2.0
7
+	INCLUDEPATH *= /usr/local/lib/glib-2.0/include
8
+	INCLUDEPATH += ../../openpgpsdk/src
9
 
10
 	QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen
11
 
(-)retroshare-0.6/files/patch-libretroshare_src_grouter_p3grouter.h (+20 lines)
Line 0 Link Here
1
--- libretroshare/src/grouter/p3grouter.h.orig	2016-02-05 19:04:46 UTC
2
+++ libretroshare/src/grouter/p3grouter.h
3
@@ -225,7 +225,7 @@ private:
4
     void handleLowLevelTransactionAckItem(RsGRouterTransactionAcknItem*) ;
5
 
6
     static Sha1CheckSum computeDataItemHash(RsGRouterGenericDataItem *data_item);
7
-#ifdef __APPLE__
8
+#if defined(__APPLE__) || defined(__FreeBSD__)
9
 public:
10
 #endif
11
     class nullstream: public std::ostream {};
12
@@ -236,7 +236,7 @@ public:
13
 
14
         return _debug_enabled?(std::cerr):null;
15
     }
16
-#ifdef __APPLE__
17
+#if defined(__APPLE__) || defined(__FreeBSD__)
18
 private:
19
 #endif
20
     void routePendingObjects() ;
(-)retroshare-0.6/files/patch-libretroshare_src_libretroshare.pro (+11 lines)
Line 0 Link Here
1
--- libretroshare/src/libretroshare.pro.orig	2016-02-05 19:04:46 UTC
2
+++ libretroshare/src/libretroshare.pro
3
@@ -293,7 +293,7 @@ mac {
4
 
5
 freebsd-* {
6
 	INCLUDEPATH *= /usr/local/include/gpgme
7
-	INCLUDEPATH *= /usr/local/include/glib-2.0
8
+	INCLUDEPATH += $$system(pkg-config --cflags glib-2.0 | sed -e "s/-I//g")
9
 
10
 	QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen
11
 
(-)retroshare-0.6/files/patch-libretroshare_src_rsserver_rsinit.cc (+11 lines)
Line 0 Link Here
1
--- libretroshare/src/rsserver/rsinit.cc.orig	2016-02-05 19:04:46 UTC
2
+++ libretroshare/src/rsserver/rsinit.cc
3
@@ -367,7 +367,7 @@ int RsInit::InitRetroShare(int argcIgnor
4
 #ifdef LOCALNET_TESTING
5
 			   >> parameter('R',"restrict-port" ,portRestrictions             ,"port1-port2","Apply port restriction"                   ,false)
6
 #endif
7
-#ifdef __APPLE__
8
+#if defined(__APPLE__) || defined(__FreeBSD__)
9
  				>> help('h',"help","Display this Help") ;
10
 #else
11
 				>> help() ;
(-)retroshare-0.6/files/patch-libretroshare_src_util_argstream.h (+11 lines)
Line 0 Link Here
1
--- libretroshare/src/util/argstream.h.orig	2016-02-05 19:04:46 UTC
2
+++ libretroshare/src/util/argstream.h
3
@@ -141,7 +141,7 @@ namespace 
4
 			inline OptionHolder(char s,
5
 					const char* l,
6
 					const char* desc);  
7
-#ifdef __APPLE__
8
+#if defined(__APPLE__) || defined(__FreeBSD__)
9
  			friend OptionHolder help(char s,
10
  					const char* l,
11
  					const char* desc);
(-)retroshare-0.6/files/patch-plugins-FeedReader-FeedReader.pro (-12 lines)
Lines 1-12 Link Here
1
--- plugins/FeedReader/FeedReader.pro.orig	2013-10-22 11:53:29.000000000 +0200
2
+++ plugins/FeedReader/FeedReader.pro	2013-10-22 11:54:10.000000000 +0200
3
@@ -101,3 +101,9 @@
4
 	LIBS += -lcurl -lxml2 -lxslt
5
 }
6
 
7
+freebsd-* {
8
+
9
+	INCLUDEPATH += /usr/local/include/libxml2
10
+
11
+	LIBS += -lcurl -lxml2 -lxslt
12
+}
(-)retroshare-0.6/files/patch-plugins_FeedReader_FeedReader.pro (+11 lines)
Line 0 Link Here
1
--- plugins/FeedReader/FeedReader.pro.orig	2016-02-05 19:04:46 UTC
2
+++ plugins/FeedReader/FeedReader.pro
3
@@ -134,3 +134,8 @@ haiku-* {
4
 
5
 	LIBS += -lcurl -lxml2 -lxslt
6
 }
7
+
8
+freebsd-* {
9
+	INCLUDEPATH += $$system(pkg-config --cflags libxml-2.0 | sed -e "s/-I//g")
10
+	LIBS += -lcurl -lxml2 -lxslt
11
+}
(-)retroshare-0.6/files/patch-plugins_VOIP_VOIP.pro (+10 lines)
Line 0 Link Here
1
--- plugins/VOIP/VOIP.pro.orig	2016-03-05 21:47:58 UTC
2
+++ plugins/VOIP/VOIP.pro
3
@@ -26,6 +26,7 @@ linux-* {
4
 	PKGCONFIG += opencv
5
 } else {
6
 	LIBS += -lspeex -lspeexdsp -lavcodec -lavutil
7
+	LIBS += -lopencv_core -lopencv_highgui -lopencv_imgproc
8
 }
9
 
10
 #################################### Windows #####################################
(-)retroshare-0.6/files/patch-plugins_VOIP_gui_VideoProcessor.cpp (+21 lines)
Line 0 Link Here
1
--- plugins/VOIP/gui/VideoProcessor.cpp.orig	2016-02-05 19:04:46 UTC
2
+++ plugins/VOIP/gui/VideoProcessor.cpp
3
@@ -3,7 +3,7 @@
4
 #ifdef __MACH__
5
 #include <malloc/malloc.h>
6
 #else
7
-#include <malloc.h>
8
+#include <stdlib.h>
9
 #endif
10
 
11
 #include <QByteArray>
12
@@ -737,7 +737,8 @@ bool FFmpegVideo::decodeData(const RsVOI
13
 	//Mac OS X appears to be 16-byte mem aligned.
14
 	unsigned char *tmp = (unsigned char*)malloc(s + AV_INPUT_BUFFER_PADDING_SIZE) ;
15
 #else //MAC
16
-	unsigned char *tmp = (unsigned char*)memalign(16, s + AV_INPUT_BUFFER_PADDING_SIZE) ;
17
+	unsigned char *tmp ;
18
+	int unused_error = posix_memalign((void **)tmp, 16, s + AV_INPUT_BUFFER_PADDING_SIZE) ;
19
 #endif //MAC
20
 #endif //MINGW
21
 	if (tmp == NULL) {
(-)retroshare-0.6/files/patch-retroshare-gui__src__retroshare-gui.pro (-29 lines)
Lines 1-29 Link Here
1
--- retroshare-gui/src/retroshare-gui.pro.orig	2014-04-10 13:28:51.661832058 +0200
2
+++ retroshare-gui/src/retroshare-gui.pro	2014-04-10 13:29:31.092831413 +0200
3
@@ -215,17 +215,22 @@ macx {
4
 freebsd-* {
5
 	INCLUDEPATH *= /usr/local/include/gpgme
6
 	LIBS *= ../../libretroshare/src/lib/libretroshare.a
7
+	LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2
8
 	LIBS *= -lssl
9
-	LIBS *= -lgpgme
10
-	LIBS *= -lupnp
11
+	LIBS *= -lcrypto
12
+	LIBS *= -lz
13
+	LIBS *= -lupnp -lixml
14
+	LIBS *= -lXss -lX11
15
 	LIBS *= -lgnome-keyring
16
 	PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
17
+	PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a
18
 
19
         gxs {
20
                 LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
21
-                LIBS += -lsqlite3
22
+                LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
23
         }
24
-
25
+	LIBS *= -rdynamic
26
+	DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
27
 }
28
 
29
 ##################################### OpenBSD ######################################
(-)retroshare-0.6/files/patch-retroshare-gui_src_retroshare-gui.pro (+21 lines)
Line 0 Link Here
1
--- retroshare-gui/src/retroshare-gui.pro.orig	2016-02-05 19:04:46 UTC
2
+++ retroshare-gui/src/retroshare-gui.pro
3
@@ -239,12 +239,16 @@ macx {
4
 
5
 freebsd-* {
6
 	INCLUDEPATH *= /usr/local/include/gpgme
7
-	LIBS *= -lssl
8
+	LIBS *= -lssl -lcrypto
9
 	LIBS *= -lgpgme
10
 	LIBS *= -lupnp
11
 	LIBS *= -lgnome-keyring
12
+	LIBS *= -lz
13
+	LIBS *= -lixml
14
+	LIBS *= -lexecinfo
15
 
16
-	LIBS += -lsqlite3
17
+	LIBS += -lsqlcipher
18
+	LIBS *= -rdynamic
19
 }
20
 
21
 ##################################### Haiku ######################################
(-)retroshare-0.6/files/patch-retroshare-gui_src_util_RsNetUtil.cpp (+11 lines)
Line 0 Link Here
1
--- retroshare-gui/src/util/RsNetUtil.cpp.orig	2016-02-05 19:04:46 UTC
2
+++ retroshare-gui/src/util/RsNetUtil.cpp
3
@@ -29,6 +29,8 @@
4
 #ifdef WINDOWS_SYS
5
 #include <ws2tcpip.h>
6
 #else
7
+#include <sys/types.h>
8
+#include <sys/socket.h>
9
 #include <netinet/in.h>
10
 #endif
11
 
(-)retroshare-0.6/files/patch-retroshare-nogui__src__retroshare-nogui.pro (-26 lines)
Lines 1-26 Link Here
1
--- retroshare-nogui/src/retroshare-nogui.pro.orig	2014-04-10 14:14:22.622840778 +0200
2
+++ retroshare-nogui/src/retroshare-nogui.pro	2014-04-10 14:14:55.384836372 +0200
3
@@ -114,12 +114,20 @@ macx {
4
 
5
 freebsd-* {
6
 	INCLUDEPATH *= /usr/local/include/gpgme
7
+	QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen
8
 	LIBS *= ../../libretroshare/src/lib/libretroshare.a
9
-	LIBS *= -lssl
10
-	LIBS *= -lgpgme
11
-	LIBS *= -lupnp
12
+	LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2
13
+	LIBS *= -lssl -lcrypto
14
+	LIBS *= -lz
15
+	LIBS *= -lupnp -lixml
16
 	LIBS *= -lgnome-keyring
17
 	PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
18
+	PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a
19
+	LIBS *= -rdynamic
20
+	gxs {
21
+		# We need a explicit path here, to force using the home version
22
+		LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
23
+	}
24
 }
25
 
26
 ##################################### OpenBSD  ######################################
(-)retroshare-0.6/files/patch-retroshare-nogui_src_retroshare-nogui.pro (+20 lines)
Line 0 Link Here
1
--- retroshare-nogui/src/retroshare-nogui.pro.orig	2016-03-05 21:29:14 UTC
2
+++ retroshare-nogui/src/retroshare-nogui.pro
3
@@ -126,10 +126,16 @@ macx {
4
 
5
 freebsd-* {
6
 	INCLUDEPATH *= /usr/local/include/gpgme
7
-	LIBS *= -lssl
8
+	LIBS *= -lssl -lcrypto
9
 	LIBS *= -lgpgme
10
 	LIBS *= -lupnp
11
 	LIBS *= -lgnome-keyring
12
+	LIBS *= -lz
13
+	LIBS *= -lixml
14
+	LIBS *= -lthr
15
+	LIBS += -lsqlcipher
16
+	LIBS *= -lexecinfo
17
+	LIBS *= -rdynamic
18
 }
19
 
20
 ##################################### OpenBSD  ######################################
(-)retroshare-0.6/files/patch-retroshare-nogui_src_retroshare.cc (+11 lines)
Line 0 Link Here
1
--- retroshare-nogui/src/retroshare.cc.orig	2016-02-05 19:04:46 UTC
2
+++ retroshare-nogui/src/retroshare.cc
3
@@ -86,7 +86,7 @@ int main(int argc, char **argv)
4
     // unfinished
5
     //args >> parameter("http-listen", listenAddress, "ipv6 address", "Listen only on the specified address.", false);
6
     args >> option("http-allow-all", allowAllIps, "allow connections from all IP adresses (default= localhost only)");
7
-#ifdef __APPLE__    
8
+#if defined(__APPLE__) || defined(__FreeBSD__)
9
     args >> help('h',"help","Display this Help");
10
 #else
11
     args >> help();
(-)retroshare-0.6/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro (-10 lines)
Lines 1-10 Link Here
1
--- ./supportlibs/pegmarkdown/pegmarkdown.pro.orig	2013-12-11 16:08:42.000000000 +0100
2
+++ ./supportlibs/pegmarkdown/pegmarkdown.pro	2013-12-11 16:09:21.000000000 +0100
3
@@ -55,6 +55,7 @@
4
 ################################# FreeBSD ##########################################
5
 
6
 freebsd-* {
7
+        QMAKE_CC = cc
8
 		DESTDIR = lib
9
 }
10
 
(-)retroshare-0.6/pkg-plist (-10 / +450 lines)
Lines 1-10 Link Here
1
bin/RetroShare
1
bin/RetroShare06
2
bin/retroshare-nogui
2
bin/RetroShare06-nogui
3
lib/retroshare/extensions/libLinksCloud.so
3
%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%FeedReader.so
4
lib/retroshare/extensions/libLinksCloud.so.1
4
%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%VOIP.so
5
lib/retroshare/extensions/libVOIP.so
5
share/RetroShare06/bdboot.txt
6
lib/retroshare/extensions/libVOIP.so.1
6
share/RetroShare06/qss/blacknight.qss
7
lib/retroshare/extensions/libFeedReader.so
7
share/RetroShare06/qss/blacknight/check_sel.png
8
lib/retroshare/extensions/libFeedReader.so.1
8
share/RetroShare06/qss/blacknight/check_unsel.png
9
%%DATADIR%%/bdboot.txt
9
share/RetroShare06/qss/blacknight/clbg.png
10
%%DATADIR%%/retrosharelogo1.png
10
share/RetroShare06/qss/blacknight/down.png
11
share/RetroShare06/qss/blacknight/radio_sel.png
12
share/RetroShare06/qss/blacknight/radio_unsel.png
13
share/RetroShare06/qss/blacknight/up.png
14
share/RetroShare06/qss/blue.qss
15
share/RetroShare06/qss/blue/blue.png
16
share/RetroShare06/qss/blue/blue2.png
17
share/RetroShare06/qss/blue/tab1.png
18
share/RetroShare06/qss/blue/tabselected.png
19
share/RetroShare06/qss/groove.qss
20
share/RetroShare06/qss/orangesurfer.qss
21
share/RetroShare06/qss/orangesurfer/border.png
22
share/RetroShare06/qss/orangesurfer/main.png
23
share/RetroShare06/qss/orangesurfer/main2.png
24
share/RetroShare06/qss/orangesurfer/sizegrip.png
25
share/RetroShare06/qss/orangesurfer/tab_hover.png
26
share/RetroShare06/qss/orangesurfer/tab_normal.png
27
share/RetroShare06/qss/orangesurfer/tab_pressed.png
28
share/RetroShare06/qss/orangesurfer/toolbar.png
29
share/RetroShare06/qss/qdarkstyle.qss
30
share/RetroShare06/qss/qdarkstyle/Hmovetoolbar.png
31
share/RetroShare06/qss/qdarkstyle/Hsepartoolbar.png
32
share/RetroShare06/qss/qdarkstyle/Vmovetoolbar.png
33
share/RetroShare06/qss/qdarkstyle/Vsepartoolbar.png
34
share/RetroShare06/qss/qdarkstyle/branch_closed-on.png
35
share/RetroShare06/qss/qdarkstyle/branch_closed.png
36
share/RetroShare06/qss/qdarkstyle/branch_open-on.png
37
share/RetroShare06/qss/qdarkstyle/branch_open.png
38
share/RetroShare06/qss/qdarkstyle/checkbox.png
39
share/RetroShare06/qss/qdarkstyle/close.png
40
share/RetroShare06/qss/qdarkstyle/down_arrow.png
41
share/RetroShare06/qss/qdarkstyle/down_arrow_disabled.png
42
share/RetroShare06/qss/qdarkstyle/left_arrow.png
43
share/RetroShare06/qss/qdarkstyle/left_arrow_disabled.png
44
share/RetroShare06/qss/qdarkstyle/right_arrow.png
45
share/RetroShare06/qss/qdarkstyle/right_arrow_disabled.png
46
share/RetroShare06/qss/qdarkstyle/sizegrip.png
47
share/RetroShare06/qss/qdarkstyle/stylesheet-branch-end.png
48
share/RetroShare06/qss/qdarkstyle/stylesheet-branch-more.png
49
share/RetroShare06/qss/qdarkstyle/stylesheet-vline.png
50
share/RetroShare06/qss/qdarkstyle/transparent.png
51
share/RetroShare06/qss/qdarkstyle/undock.png
52
share/RetroShare06/qss/qdarkstyle/up_arrow.png
53
share/RetroShare06/qss/qdarkstyle/up_arrow_disabled.png
54
share/RetroShare06/qss/qlive.qss
55
share/RetroShare06/qss/qlive/qb.png
56
share/RetroShare06/qss/qlive/qb2.png
57
share/RetroShare06/qss/redscorpion.qss
58
share/RetroShare06/qss/redscorpion/red.png
59
share/RetroShare06/qss/redscorpion/red2.png
60
share/RetroShare06/qss/silver.qss
61
share/RetroShare06/qss/silver/silver.png
62
share/RetroShare06/qss/silver/silver2.png
63
share/RetroShare06/qss/silvergrey.qss
64
share/RetroShare06/qss/uus.qss
65
share/RetroShare06/qss/uus/uus.png
66
share/RetroShare06/qss/uus/uus2.png
67
share/RetroShare06/qss/wx.qss
68
share/RetroShare06/qss/wx/wx.png
69
share/RetroShare06/qss/yaba.qss
70
share/RetroShare06/qss/yaba/yaba.png
71
share/RetroShare06/qss/yaba/yaba2.png
72
share/RetroShare06/qss/yaba/yaba3.png
73
share/RetroShare06/qss/yeah.qss
74
share/RetroShare06/qss/yeah/yeah.png
75
share/RetroShare06/sounds/alert.wav
76
share/RetroShare06/sounds/chat1.wav
77
share/RetroShare06/sounds/chat2.wav
78
share/RetroShare06/sounds/file.wav
79
share/RetroShare06/sounds/ft_complete.wav
80
share/RetroShare06/sounds/ft_incoming.wav
81
share/RetroShare06/sounds/incomingchat.wav
82
share/RetroShare06/sounds/notify.wav
83
share/RetroShare06/sounds/offline.wav
84
share/RetroShare06/sounds/online1.wav
85
share/RetroShare06/sounds/online2.wav
86
share/RetroShare06/sounds/receive.wav
87
share/RetroShare06/sounds/send1.wav
88
share/RetroShare06/sounds/send2.wav
89
share/RetroShare06/sounds/startup.wav
90
share/RetroShare06/stylesheets/Bubble/history/hincoming.htm
91
share/RetroShare06/stylesheets/Bubble/history/houtgoing.htm
92
share/RetroShare06/stylesheets/Bubble/history/images.sh
93
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_BC.png
94
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_BL.png
95
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_BR.png
96
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_CC.png
97
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_CL.png
98
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_CR.png
99
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_TC.png
100
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_TL.png
101
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_TR.png
102
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_tick-left.png
103
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_tick-right.png
104
share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_tick.png
105
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_BC.png
106
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_BL.png
107
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_BR.png
108
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_CC.png
109
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_CL.png
110
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_CR.png
111
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_TC.png
112
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_TL.png
113
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_TR.png
114
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_tick-left.png
115
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_tick-right.png
116
share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_tick.png
117
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_BC.png
118
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_BL.png
119
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_BR.png
120
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_CC.png
121
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_CL.png
122
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_CR.png
123
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_TC.png
124
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_TL.png
125
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_TR.png
126
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_tick-left.png
127
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_tick-right.png
128
share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_tick.png
129
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_BC.png
130
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_BL.png
131
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_BR.png
132
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_CC.png
133
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_CL.png
134
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_CR.png
135
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_TC.png
136
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_TL.png
137
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_TR.png
138
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_tick-left.png
139
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_tick-right.png
140
share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_tick.png
141
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_BC.png
142
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_BL.png
143
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_BR.png
144
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_CC.png
145
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_CL.png
146
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_CR.png
147
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_TC.png
148
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_TL.png
149
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_TR.png
150
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_tick-left.png
151
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_tick-right.png
152
share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_tick.png
153
share/RetroShare06/stylesheets/Bubble/history/incoming.htm
154
share/RetroShare06/stylesheets/Bubble/history/info.xml
155
share/RetroShare06/stylesheets/Bubble/history/main.css
156
share/RetroShare06/stylesheets/Bubble/history/ooutgoing.htm
157
share/RetroShare06/stylesheets/Bubble/history/outgoing.htm
158
share/RetroShare06/stylesheets/Bubble/history/system.htm
159
share/RetroShare06/stylesheets/Bubble/history/variants/color.css
160
share/RetroShare06/stylesheets/Bubble/history/variants/standard.css
161
share/RetroShare06/stylesheets/Bubble/private/hincoming.htm
162
share/RetroShare06/stylesheets/Bubble/private/houtgoing.htm
163
share/RetroShare06/stylesheets/Bubble/private/images.sh
164
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_BC.png
165
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_BL.png
166
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_BR.png
167
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_CC.png
168
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_CL.png
169
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_CR.png
170
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_TC.png
171
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_TL.png
172
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_TR.png
173
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_tick-left.png
174
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_tick-right.png
175
share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_tick.png
176
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_BC.png
177
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_BL.png
178
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_BR.png
179
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_CC.png
180
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_CL.png
181
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_CR.png
182
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_TC.png
183
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_TL.png
184
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_TR.png
185
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_tick-left.png
186
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_tick-right.png
187
share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_tick.png
188
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_BC.png
189
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_BL.png
190
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_BR.png
191
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_CC.png
192
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_CL.png
193
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_CR.png
194
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_TC.png
195
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_TL.png
196
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_TR.png
197
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_tick-left.png
198
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_tick-right.png
199
share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_tick.png
200
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_BC.png
201
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_BL.png
202
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_BR.png
203
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_CC.png
204
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_CL.png
205
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_CR.png
206
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_TC.png
207
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_TL.png
208
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_TR.png
209
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_tick-left.png
210
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_tick-right.png
211
share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_tick.png
212
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_BC.png
213
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_BL.png
214
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_BR.png
215
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_CC.png
216
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_CL.png
217
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_CR.png
218
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_TC.png
219
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_TL.png
220
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_TR.png
221
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_tick-left.png
222
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_tick-right.png
223
share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_tick.png
224
share/RetroShare06/stylesheets/Bubble/private/incoming.htm
225
share/RetroShare06/stylesheets/Bubble/private/info.xml
226
share/RetroShare06/stylesheets/Bubble/private/main.css
227
share/RetroShare06/stylesheets/Bubble/private/ooutgoing.htm
228
share/RetroShare06/stylesheets/Bubble/private/outgoing.htm
229
share/RetroShare06/stylesheets/Bubble/private/system.htm
230
share/RetroShare06/stylesheets/Bubble/private/variants/color.css
231
share/RetroShare06/stylesheets/Bubble/private/variants/standard.css
232
share/RetroShare06/stylesheets/Bubble/public/hincoming.htm
233
share/RetroShare06/stylesheets/Bubble/public/houtgoing.htm
234
share/RetroShare06/stylesheets/Bubble/public/images.sh
235
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_BC.png
236
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_BL.png
237
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_BR.png
238
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_CC.png
239
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_CL.png
240
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_CR.png
241
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_TC.png
242
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_TL.png
243
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_TR.png
244
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_tick-left.png
245
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_tick-right.png
246
share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_tick.png
247
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_BC.png
248
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_BL.png
249
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_BR.png
250
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_CC.png
251
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_CL.png
252
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_CR.png
253
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_TC.png
254
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_TL.png
255
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_TR.png
256
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_tick-left.png
257
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_tick-right.png
258
share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_tick.png
259
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_BC.png
260
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_BL.png
261
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_BR.png
262
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_CC.png
263
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_CL.png
264
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_CR.png
265
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_TC.png
266
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_TL.png
267
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_TR.png
268
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_tick-left.png
269
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_tick-right.png
270
share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_tick.png
271
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_BC.png
272
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_BL.png
273
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_BR.png
274
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_CC.png
275
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_CL.png
276
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_CR.png
277
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_TC.png
278
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_TL.png
279
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_TR.png
280
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_tick-left.png
281
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_tick-right.png
282
share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_tick.png
283
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_BC.png
284
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_BL.png
285
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_BR.png
286
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_CC.png
287
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_CL.png
288
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_CR.png
289
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_TC.png
290
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_TL.png
291
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_TR.png
292
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_tick-left.png
293
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_tick-right.png
294
share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_tick.png
295
share/RetroShare06/stylesheets/Bubble/public/incoming.htm
296
share/RetroShare06/stylesheets/Bubble/public/info.xml
297
share/RetroShare06/stylesheets/Bubble/public/main.css
298
share/RetroShare06/stylesheets/Bubble/public/ooutgoing.htm
299
share/RetroShare06/stylesheets/Bubble/public/outgoing.htm
300
share/RetroShare06/stylesheets/Bubble/public/system.htm
301
share/RetroShare06/stylesheets/Bubble/public/variants/color.css
302
share/RetroShare06/stylesheets/Bubble/public/variants/standard.css
303
share/RetroShare06/stylesheets/Bubble/src/images.sh
304
share/RetroShare06/stylesheets/Bubble/src/img.svg
305
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_BC.png
306
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_BL.png
307
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_BR.png
308
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_CC.png
309
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_CL.png
310
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_CR.png
311
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_TC.png
312
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_TL.png
313
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_TR.png
314
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_tick-left.png
315
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_tick-right.png
316
share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_tick.png
317
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_BC.png
318
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_BL.png
319
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_BR.png
320
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_CC.png
321
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_CL.png
322
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_CR.png
323
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_TC.png
324
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_TL.png
325
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_TR.png
326
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_tick-left.png
327
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_tick-right.png
328
share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_tick.png
329
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_BC.png
330
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_BL.png
331
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_BR.png
332
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_CC.png
333
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_CL.png
334
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_CR.png
335
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_TC.png
336
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_TL.png
337
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_TR.png
338
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_tick-left.png
339
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_tick-right.png
340
share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_tick.png
341
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_BC.png
342
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_BL.png
343
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_BR.png
344
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_CC.png
345
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_CL.png
346
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_CR.png
347
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_TC.png
348
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_TL.png
349
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_TR.png
350
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_tick-left.png
351
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_tick-right.png
352
share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_tick.png
353
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_BC.png
354
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_BL.png
355
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_BR.png
356
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_CC.png
357
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_CL.png
358
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_CR.png
359
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_TC.png
360
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_TL.png
361
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_TR.png
362
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_tick-left.png
363
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_tick-right.png
364
share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_tick.png
365
share/RetroShare06/stylesheets/Bubble_Compact/private/Kopie von incoming.htm
366
share/RetroShare06/stylesheets/Bubble_Compact/private/hincoming.htm
367
share/RetroShare06/stylesheets/Bubble_Compact/private/houtgoing.htm
368
share/RetroShare06/stylesheets/Bubble_Compact/private/images.sh
369
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BC.png
370
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BL.png
371
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BR.png
372
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CC.png
373
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CL.png
374
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CR.png
375
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TC.png
376
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TL.png
377
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TR.png
378
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick-left.png
379
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick-right.png
380
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick.png
381
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BC.png
382
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BL.png
383
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BR.png
384
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CC.png
385
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CL.png
386
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CR.png
387
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TC.png
388
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TL.png
389
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TR.png
390
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick-left.png
391
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick-right.png
392
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick.png
393
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BC.png
394
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BL.png
395
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BR.png
396
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CC.png
397
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CL.png
398
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CR.png
399
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TC.png
400
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TL.png
401
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TR.png
402
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick-left.png
403
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick-right.png
404
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick.png
405
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BC.png
406
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BL.png
407
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BR.png
408
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CC.png
409
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CL.png
410
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CR.png
411
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TC.png
412
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TL.png
413
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TR.png
414
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick-left.png
415
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick-right.png
416
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick.png
417
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BC.png
418
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BL.png
419
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BR.png
420
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CC.png
421
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CL.png
422
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CR.png
423
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TC.png
424
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TL.png
425
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TR.png
426
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick-left.png
427
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick-right.png
428
share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick.png
429
share/RetroShare06/stylesheets/Bubble_Compact/private/incoming.htm
430
share/RetroShare06/stylesheets/Bubble_Compact/private/info.xml
431
share/RetroShare06/stylesheets/Bubble_Compact/private/main.css
432
share/RetroShare06/stylesheets/Bubble_Compact/private/ooutgoing.htm
433
share/RetroShare06/stylesheets/Bubble_Compact/private/outgoing.htm
434
share/RetroShare06/stylesheets/Bubble_Compact/private/system.htm
435
share/RetroShare06/stylesheets/Bubble_Compact/private/variants/color.css
436
share/RetroShare06/stylesheets/Bubble_Compact/private/variants/standard.css
437
share/RetroShare06/webui/JSXTransformer.js
438
share/RetroShare06/webui/RsApi.js
439
share/RetroShare06/webui/RsXHRConnection.js
440
share/RetroShare06/webui/green-black.css
441
share/RetroShare06/webui/gui.jsx
442
share/RetroShare06/webui/img/logo_splash.png
443
share/RetroShare06/webui/index.html
444
share/RetroShare06/webui/react.js
445
share/applications/retroshare06.desktop
446
share/icons/hicolor/128x128/apps/retroshare06.png
447
share/icons/hicolor/24x24/apps/retroshare06.png
448
share/icons/hicolor/48x48/apps/retroshare06.png
449
share/icons/hicolor/64x64/apps/retroshare06.png
450
share/pixmaps/retroshare06.xpm

Return to bug 207550