aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/protobuf to 3.1.0Sunpoet Po-Chuan Hsieh2016-12-145-5/+5
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=428581
* net-p2p/sonarr: Update to 2.0.0.4427Mark Felder2016-12-132-4/+4
| | | | | | | Changelog: https://github.com/Sonarr/Sonarr/releases/tag/v2.0.0.4427 Notes: svn path=/head/; revision=428532
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-112-1/+2
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-082-2/+2
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-082-1/+2
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove libpcre.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-088-8/+8
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428143
* Remove libcurl.so.7 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428136
* - Update security/cryptopp to 5.6.5Jason E. Hale2016-12-072-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Add LICENSE (BSL) - Add CPE data - Remove STATIC option and always install the shared library; no reason not to. - Remove GCC option and use USES=compiler framework - Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying to use it. It will allow the asserts to be enabled which could be a security risk. The standard DEBUG option is now safe to use. - Add SIMD option for i386 and amd64 - requires a recent clang or gcc - Don't install the cryptest binary; it is really only used for regression testing, so only build it for the TEST_TARGET. It is useless without the data files anyways. - Take maintainership - Bump PORTREVISON on dependent ports due to shared library bump PR: 215015 Reported by: <fcsk.aim@gmail.com> MFH: 2016Q4 Security: eab68cff-bc0c-11e6-b2ca-001b3856973b Notes: svn path=/head/; revision=428022
* Update to upstream version 1.5.4Thomas Zander2016-12-042-5/+4
| | | | | | | | | | PR: 215046 Submitted by: mnd999@gmail.com Approved by: enriquefynn@gmail.com (maintainer) Differential Revision: https://reviews.freebsd.org/D8711 Notes: svn path=/head/; revision=427793
* Update to SVN-r10981Barbara Guida2016-12-032-4/+4
| | | | Notes: svn path=/head/; revision=427595
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+0
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-0/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* net-p2p/sonarr: Update to 2.0.0.4409Mark Felder2016-11-292-5/+5
| | | | | | | Changelog: https://github.com/Sonarr/Sonarr/releases/tag/v2.0.0.4409 Notes: svn path=/head/; revision=427380
* Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.Tobias C. Berner2016-11-292-2/+2
| | | | | | | | | | | | | | | As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending on the Qt version these subs ended up at many wrong places in plists. So only export it if QT_DIST is set. PR: 210227 Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8378 Notes: svn path=/head/; revision=427356
* Update security/gpgme-* to 1.8.0Jason E. Hale2016-11-261-1/+1
| | | | | | | | | | | | | | | In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module. Notes: svn path=/head/; revision=427185
* - Add a UID/GID for bitcoin.Marcelo Araujo2016-11-252-5/+163
| | | | | | | | | | | | | | - Rewrite the rc script with new options that allows users to: - set config file. - set datadir. - set bitcoin limits. PR: ports/213235 Submitted by: Christopher Hall <hsw@bitmark.com> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=427077
* devel/boost-*: update to 1.62.0Jan Beich2016-11-2316-11/+16
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* - Bump PORTREVISION. Lazarus was updated to 1.6.2Jose Alonso Cardenas Marquez2016-11-211-7/+4
| | | | | | | - Remove BROKEN Notes: svn path=/head/; revision=426767
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-203-2/+3
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* 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