summaryrefslogtreecommitdiff
path: root/net-p2p (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/gtk-gnutella: Update to 1.1.11Ben Woods2016-11-132-4/+4
| | | | | | | | | | Changes this release: http://gtk-gnutella.sourceforge.net/en/?page=news#news_80 Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=426007
* net-p2p/sonarr: Make X11 optionalMark Felder2016-11-121-3/+9
| | | | | | | | | | | X11 dependencies were added to resolve a crashing issue in newer versions of sonarr. This has been resolved upstream and is now optional. The role of X11 (libgdiplus) is to enable image file resizing. PR: 214244 Notes: svn path=/head/; revision=425985
* Spell CHOSEN_COMPILER_TYPE correctlyAntoine Brodin2016-11-121-1/+1
| | | | | | | PR: 199098 Notes: svn path=/head/; revision=425968
* net-p2p/sonarr: Update to 2.0.0.4389Mark Felder2016-11-122-4/+4
| | | | Notes: svn path=/head/; revision=425956
* Track used or drop unused devel/icu dependencyJan Beich2016-11-111-3/+2
| | | | | | | | | | | | | This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1) Notes: svn path=/head/; revision=425890
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.Mark Linimon2016-11-081-1/+1
| | | | Notes: svn path=/head/; revision=425758
* Mark as broken on armd64 and mips64.Mark Linimon2016-11-081-0/+3
| | | | Notes: svn path=/head/; revision=425669
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-021-3/+0
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* net-p2p/sonarr: Update to 2.0.0.4374Mark Felder2016-11-012-5/+5
| | | | Notes: svn path=/head/; revision=425050
* net-p2p/sonarr: Add new library dependencyMark Felder2016-10-312-6/+7
| | | | | | | As of mono 4.6 Sonarr will crash if libgdiplus.so is not installed. Notes: svn path=/head/; revision=425029
* Update to upstream version 6.5.2Thomas Zander2016-10-303-22/+48
| | | | | | | | PR: 213740 Submitted by: riggs Notes: svn path=/head/; revision=424944
* - Remove trailing dot in COMMENT and/or reword it accordinglyAlexey Dokuchaev2016-10-282-5/+2
| | | | | | | - Prefer standard option descriptions, and trim one long line Notes: svn path=/head/; revision=424861
* Remove wrongly used QT-related plist-subs from plistTobias C. Berner2016-10-281-2/+2
| | | | | | | | | | | %%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the Qt binaries and libraries respectively -- they are only 'bin' and 'lib' by chance, and should not be used that way. Approved by: portmgr (blanket), rakuco (mentor) Notes: svn path=/head/; revision=424838
* net-p2p/deluge: split out CLI partRuslan Makhmatkhanov2016-10-2610-64/+84
| | | | | | | | | | | | | | | | | | | By popular demand split out deluge onto CLI part and GUI part to let users with headless servers or users who do not want to install all the GTK2 stuff install just deluge with minimal required dependencies. deluge-cli port was introduced, that let user to run in CLI mode and to control the queue via web-interface. This change requires all the users of net-p2p/deluge to deinstall it first and then install the required part: - net-p2p/deluge-cli if GTK2 GUI is not required - net-p2p/deluge to get the graphical client (net-p2p/deluge-cli will be installed as a dependency) Requested by: many Notes: svn path=/head/; revision=424719
* net-p2p/libtorrent-rasterbar: fix runtime of python bindingRuslan Makhmatkhanov2016-10-252-0/+6
| | | | | | | | | | | | | | | | It was reported by many people that python binding fails to import after updating to 1.1.1, breaking net-p2p/deluge runtime at least. Bump PORTREVISION to initiate packages rebuild. Fix is based on this commit: https://github.com/voidlinux/void-packages/commit/e3a19958 PR: 213739 Reported by: many Approved by: portmgr (just-fix-it blanket) Notes: svn path=/head/; revision=424659
* Pass KTorrent ports to kde@.Raphael Kubo da Costa2016-10-232-2/+2
| | | | Notes: svn path=/head/; revision=424527
* Update to SVN-r10966Barbara Guida2016-10-222-4/+4
| | | | Notes: svn path=/head/; revision=424480
* ${RM} already has -f.Mathieu Arnold2016-10-212-2/+2
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-202-2/+2
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* net-p2p/qbittorrent: update 3.3.3 -> 3.3.7Kurt Jaeger2016-10-193-50/+70
| | | | | | | | | | | | | - Lots of changes, see link to the Changes - Fixed QT option (RADIO->SINGLE), see details in PR#208038 - Changed Qt default to Qt5 PR: 209132 Changes: http://www.qbittorrent.org/news.php Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer), mi, matthew@reztek.cz Notes: svn path=/head/; revision=424281
* net-p2p/libtorrent-rasterbar: update 1.1.0 -> 1.1.1Kurt Jaeger2016-10-198-419/+32
| | | | | | | | | | - compile in C++11 mode as is required by qBittorrent versions after 3.3.4 PR: 212235 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=424227
* Use version tagnamePawel Pekala2016-10-132-4/+4
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=423938
* Update to version 0.6.1Pawel Pekala2016-10-122-7/+6
| | | | | | | | | PR: 213339 Submitted by: Christian Sturm Approved by: maintainer Notes: svn path=/head/; revision=423897
* - Update to 0.6.1Dmitry Marakasov2016-10-066-41/+38
| | | | | | | | PR: 212046 Submitted by: yuri@rawbw.com (maintainer) Notes: svn path=/head/; revision=423411
* Also mark broken on sparc64.Mark Linimon2016-10-052-4/+6
| | | | Notes: svn path=/head/; revision=423380
* - Don't use GH_ACCOUNT as PORTNAME is always "eiskaltdcpp" for allMax Khon2016-10-046-5/+5
| | | | | | | | eiskaltdcpp-* ports - Reset PORTREVISION after version bump Notes: svn path=/head/; revision=423280
* - Update to 2.2.10 and unbreak (USE_GITHUB=yes)Max Khon2016-10-0415-187/+171
| | | | Notes: svn path=/head/; revision=423278
* graphics/opencv: add suffix to make room for 3.x seriesJan Beich2016-10-031-3/+3
| | | | | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc Notes: svn path=/head/; revision=423216
* Update to SVN-r10964.Barbara Guida2016-10-022-4/+4
| | | | Notes: svn path=/head/; revision=423162
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-303-12/+21
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* net-p2p/transmission-cli: update mirrorsJan Beich2016-09-281-2/+2
| | | | Notes: svn path=/head/; revision=422864
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* Upgrade to version 1.4.12Joseph Mingrone2016-09-232-3/+4
| | | | | | | | | | | PR: 212917 Submitted by: enriquefynn@gmail.com (maintainer) Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8014 Notes: svn path=/head/; revision=422690
* net-p2p/zetacoin: set SSL flags for non-base SSL buildingJohn Marino2016-09-201-0/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=422543
* net-p2p/zetacoin: IGNORE when SSL_DEFAULT matches libresslJohn Marino2016-09-191-1/+8
| | | | | | | | | | Zetacoin explicitly fails to configure when libressl is detected. It can only be built with OpenSSL right now (similar to litecoin). Approved by: SSL blanket Notes: svn path=/head/; revision=422448
* Update to version 2.3.2.Barbara Guida2016-09-185-39/+28
| | | | Notes: svn path=/head/; revision=422383
* Mark BROKEN: fails to buildAntoine Brodin2016-09-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from app/application.cpp:70: In file included from ./base/bittorrent/session.h:43: ./base/bittorrent/torrentinfo.h:50:37: error: no type named 'intrusive_ptr' in namespace 'boost' explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>()); ~~~~~~~^ ./base/bittorrent/torrentinfo.h:50:50: error: expected ')' explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>()); ^ ./base/bittorrent/torrentinfo.h:50:29: note: to match this '(' explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>()); ^ ./base/bittorrent/torrentinfo.h:80:16: error: no type named 'intrusive_ptr' in namespace 'boost' boost::intrusive_ptr<libtorrent::torrent_info> nativeInfo() const; ~~~~~~~^ ./base/bittorrent/torrentinfo.h:80:29: error: expected member name or ';' after declaration specifiers boost::intrusive_ptr<libtorrent::torrent_info> nativeInfo() const; ~~~~~~~~~~~~~~~~~~~~^ ./base/bittorrent/torrentinfo.h:83:16: error: no type named 'intrusive_ptr' in namespace 'boost' boost::intrusive_ptr<libtorrent::torrent_info> m_nativeInfo; ~~~~~~~^ ./base/bittorrent/torrentinfo.h:83:29: error: expected member name or ';' after declaration specifiers boost::intrusive_ptr<libtorrent::torrent_info> m_nativeInfo; ~~~~~~~~~~~~~~~~~~~~^ In file included from app/application.cpp:70: ./base/bittorrent/session.h:291:63: error: no matching constructor for initialization of 'BitTorrent::TorrentInfo' const TorrentInfo &torrentInfo = TorrentInfo(), ^ ./base/bittorrent/torrentinfo.h:51:9: note: candidate constructor not viable: requires single argument 'other', but no arguments were provided TorrentInfo(const TorrentInfo &other); ^ In file included from app/application.cpp:71: ./base/bittorrent/torrenthandle.h:386:36: error: field has incomplete type 'libtorrent::torrent_status' libtorrent::torrent_status m_nativeStatus; ^ /usr/local/include/libtorrent/torrent_handle.hpp:72:9: note: forward declaration of 'libtorrent::torrent_status' struct torrent_status; ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=422243
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-144-0/+8
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* net-p2p/sonarr: Update to 2.0.0.4326Mark Felder2016-09-142-4/+4
| | | | Notes: svn path=/head/; revision=422131
* net-p2p/litecoin: ignore when SSL_DEFAULT matches "libressl"John Marino2016-09-131-1/+8
| | | | | | | | | | | | | | | If an attempt to build with LibreSSL is made, the configure script emits this message: configure: error: Detected LibreSSL: This is not supported, and may break consensus compatibility Go ahead and mark this port and its slaved with IGNORE when libressl is used to save the user the trouble of hitting the error later (this is also done by security/p5-openxpki) Approved by: SSL blanket Notes: svn path=/head/; revision=421980
* net-p2p/bitmessage: Set and honor SSL flagsJohn Marino2016-09-131-3/+6
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421975
* net-p2p/shx: Document SSH reqirement, handle no EGD case (LibreSSL)John Marino2016-09-122-38/+36
| | | | | | | | | While here, convert options to modern framework Approved by: SSL and infrastructure blankets Notes: svn path=/head/; revision=421961
* net-p2p/litecoin: Set SSL flagsJohn Marino2016-09-121-0/+4
| | | | | | | | | | | | | | | Note for SSL_DEFAULT=libressl: configure: error: Detected LibreSSL: This is not supported, and may break consensus compatibility It might be worth detecting that via SSL_DEFAULT and setting the port to IGNORE. Or perhaps a newer version of litecoin will support LibreSSL officially. Approved by: SSL blanket Notes: svn path=/head/; revision=421941
* net-p2p/sonarr: Update to 2.0.0.4323Mark Felder2016-09-113-5/+4
| | | | Notes: svn path=/head/; revision=421829
* net-p2p/squall: Document SSL requirementJohn Marino2016-09-111-0/+1
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421760
* net-p2p/mktorrent: Add SSL flagsJohn Marino2016-09-111-1/+4
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421759
* net-p2p/libpdtp: document SSL requirementJohn Marino2016-09-101-0/+1
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421758
* net-p2p/createtorrent: Add SSL build flagsJohn Marino2016-09-101-1/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421757
* net-p2p:btpd: configure SSL base properlyJohn Marino2016-09-101-2/+2
| | | | Notes: svn path=/head/; revision=421756
* - Update to 1.52Dmitry Marakasov2016-09-092-3/+4
| | | | | | | | PR: 212095 Submitted by: joneum@bsdproject.de Notes: svn path=/head/; revision=421637