Bug 210682 - net-p2p/retroshare: Update fixing connectivity problems in 0.6.0
Summary: net-p2p/retroshare: Update fixing connectivity problems in 0.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks: 211916
  Show dependency treegraph
 
Reported: 2016-06-29 05:16 UTC by Yuri Victorovich
Modified: 2016-09-04 13:27 UTC (History)
3 users (show)

See Also:
peter: maintainer-feedback+


Attachments
patch (10.25 KB, patch)
2016-06-29 05:16 UTC, Yuri Victorovich
no flags Details | Diff
patch (10.37 KB, patch)
2016-06-29 05:28 UTC, Yuri Victorovich
no flags Details | Diff
new version of yuris patch with DISTVERSIONPREFIX in right order and USES=ssl added (8.84 KB, patch)
2016-06-29 22:01 UTC, peter
peter: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-06-29 05:16:29 UTC
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.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2016-06-29 05:28:57 UTC
Created attachment 171934 [details]
patch

Also:
* Adds the missing desktop-file-utils
* Sorts USES alphabetically
Comment 2 peter 2016-06-29 21:58:20 UTC
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!
Comment 3 peter 2016-06-29 22:01:06 UTC
Created attachment 171960 [details]
new version of yuris patch with DISTVERSIONPREFIX in right order and USES=ssl added
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-09-04 11:20:02 UTC
testbuilds@work after binutils fix
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-09-04 13:27:16 UTC
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
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2016-09-04 13:27:55 UTC
Committed, thanks!