Created attachment 171933 [details] patch The current revisions are said to fix RS connectivity problems - random disconnects. This patch: * Updates to the current revision to 9f7ef8b * Deletes no longer relevant patches * Makes RS show the code revision when GH_TAGNAME is explicitly defined * Changes PORTVERSION to 0.6.0e to reflect the fact that extra commits are added * Bumps PORTREVISION Passes poudriere (on 10.3 amd64) and seems to work fine.
Created attachment 171934 [details] patch Also: * Adds the missing desktop-file-utils * Sorts USES alphabetically
Comment on attachment 171934 [details] patch portlint dislikes that DISTVERSIONPREFIX is out of order and ssl needs to be added to USES, I will upload a new version. Otherwise great patch!
Created attachment 171960 [details] new version of yuris patch with DISTVERSIONPREFIX in right order and USES=ssl added
testbuilds@work after binutils fix
A commit references this bug: Author: pi Date: Sun Sep 4 13:27:04 UTC 2016 New revision: 421336 URL: https://svnweb.freebsd.org/changeset/ports/421336 Log: net-p2p/retroshare: Update fixing connectivity problems in 0.6.0 - Updates to the current revision to 9f7ef8b - Deletes no longer relevant patches - Makes RS show the code revision when GH_TAGNAME is explicitly defined - Changes PORTVERSION to 0.6.0e to reflect the fact that extra commits are added - Bumps PORTREVISION - also fixes the build in C++11 mode (See PR#212365) PR: 210682 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Approved by: peter@netkey.at (maintainer) Changes: head/net-p2p/retroshare/Makefile head/net-p2p/retroshare/distinfo head/net-p2p/retroshare/files/patch-libbitdht_src_bitdht_bencode.c head/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h head/net-p2p/retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc head/net-p2p/retroshare/files/patch-libretroshare_src_util_argstream.h head/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare.cc head/net-p2p/retroshare/pkg-plist
Committed, thanks!