aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/btsync: 2.3.6 -> 2.3.7Kurt Jaeger2016-05-142-5/+6
| | | | | | | | | | | | | | | Changes: http://help.getsync.com/hc/en-us/articles/206216855-Sync-2-x-change-log - Fixed connectivity failures in some cases - Fixed infinite folder scan - Other core improvements and fixes - Minor UI fixes PR: 209502 Submitted by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=415193
* net-p2p/sonarr: Update to 2.0.0.4146Mark Felder2016-05-123-3/+4
| | | | Notes: svn path=/head/; revision=415068
* Update to 1.4.3Tilman Keskinoz2016-05-112-3/+3
| | | | | | | | PR: 209455 Submitted by: maintainer Notes: svn path=/head/; revision=415012
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* net-p2p/bitmessage: 0.4.4 -> 0.6.0Kurt Jaeger2016-05-066-31/+194
| | | | | | | | | | | | | | - Unbroke POW with the patch from upstream. - Bugfixes - UI improvements - performance and security improvements - integration with email gateway (mailchuck.com) PR: 209278 Submitted by: yuri@rawbw.com (maintainer) Notes: svn path=/head/; revision=414682
* Add OBJCXX and OBJCXXFLAGS to CONFIGURE_ENV.Tijl Coosemans2016-05-021-1/+2
| | | | | | | | | | | | | | | When compiled on Darwin bitcoin-qt needs two extra files that are written in ObjC++. These aren't needed on FreeBSD but because of this the ObjC++ compiler is used as linker instead of the C++ compiler. Without defining OBJCXX clang may be used as C++ compiler while g++ is used as ObjC++ compiler. This may cause link problems. PR: 207110 Submitted by: olexander.v.melnyk@gmail.com Approved by: robbak@robbak.com (maintainer, via email) Notes: svn path=/head/; revision=414450
* - Update net-p2p/bitcoin to 0.12.1.Tijl Coosemans2016-05-015-15/+37
| | | | | | | | | | | | | | | | - Enable DBUS option by default. Desktop systems almost always have DBus installed. - Enable UPNP option by default. Many ISP supplied modems contain a NAT these days. - Remove --disable-reduce-exports. It's disabled by default. - Add bitcoind rc.d script. [1] PR: 208937, 209136 Submitted by: xenophon+fbsdports@irtnog.org [1] Approved by: robbak@gmail.com (maintainer) Notes: svn path=/head/; revision=414405
* New port: net-p2p/go-ethereumKurt Jaeger2016-04-305-0/+66
| | | | | | | | | | | | | | | | | Ethereum is a community-driven project aiming to decentralize the internet and return it to its democratic roots. It is a platform for building and running applications which do not need to rely on trust and cannot be controlled by any central authority. This is the Go implementation of Ethereum y/w paper WWW: https://github.com/ethereum/go-ethereum PR: 201954 Submitted by: enriquefynn@gmail.com Notes: svn path=/head/; revision=414354
* Update to 6.5.1Mathieu Arnold2016-04-265-280/+441
| | | | | | | | | PR: 209048 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=414051
* Move USE_BDB support from bsd.databases.mk to its own file.Mathieu Arnold2016-04-254-8/+4
| | | | | | | | | | | | | | | | Also: - Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead. - USE_BDB can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414018
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-252-2/+2
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Don't lie about having a configure script.Mathieu Arnold2016-04-251-1/+0
| | | | | | | | Reported by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=414007
* many ports: mark broken on powerpc64Steve Wills2016-04-215-0/+9
| | | | Notes: svn path=/head/; revision=413746
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'Alexey Dokuchaev2016-04-161-5/+4
| | | | | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby. Notes: svn path=/head/; revision=413438
* net-p2p/btsync: update upstream locationBartek Rutkowski2016-04-141-2/+2
| | | | | | | | | PR: 208796 Submitted by: joshruehlig@gmail.com (maintainer) MFH: 2016Q2 Notes: svn path=/head/; revision=413315
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-0157-223/+223
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* net-p2p/btsync: fix distinfoKurt Jaeger2016-03-311-4/+4
| | | | | | | | | | | | The filename for the download doesn't change between versions 'make makesum' will give you the size/checksum of old versions of the distfiles unless you clean them out first. PR: 208129 Submitted by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=412203
* net-p2p/btsync: 2.3.1 -> 2.3.6Kurt Jaeger2016-03-302-5/+5
| | | | | | | | | | - bug fixes PR: 208129 Submitted by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=412192
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-273-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* - Fix build on 9.xDmitry Marakasov2016-03-251-0/+11
| | | | | | | | PR: 208265 Submitted by: woodsb02@gmail.com (maintainer) Notes: svn path=/head/; revision=411844
* qt4-moc: Add more Boost include guards to moc's definition list.Raphael Kubo da Costa2016-03-243-40/+0
| | | | | | | | | | | | | | | | | In preparation for updating Boost to 1.60, add include guards from more Boost headers to the list of macros that moc automatically defines when processing files. As explained in r408911, Qt4's moc cannot parse some constructs used by a few Boost headers, so we define their include guards to make moc skip them. This is a cleaner approach that allows us to largely revert r408472, r408473, r408474, r408475, r408502, r408773 and r408419, which added several patches to many ports to work around this moc bug. PR: 199601 PR: 208322 Notes: svn path=/head/; revision=411765
* - Update to 1.0.9Guido Falsi2016-03-194-7/+4
| | | | | | | | | | - Remove outdated comment from pkg-descr PR: 208042 Submitted by: matthew at reztek.cz Notes: svn path=/head/; revision=411394
* - Bump PORTREVISION. editors/lazarus was updated to 1.6.0Jose Alonso Cardenas Marquez2016-03-171-2/+2
| | | | Notes: svn path=/head/; revision=411310
* Change header installation location for kdelibs4-based ports.Raphael Kubo da Costa2016-03-152-186/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run) Notes: svn path=/head/; revision=411156
* net-p2p/qbittorrent: Update to 3.3.3Mark Felder2016-03-143-22/+32
| | | | | | | | | | This update includes the new options QT4/QT5 to allow the user to choose the Qt version. PR: 206510 Notes: svn path=/head/; revision=411126
* net-p2p/sonarr: Update to 2.0.0.3953Mark Felder2016-03-143-5/+4
| | | | Notes: svn path=/head/; revision=411038
* Update to 1.1.9.Raphael Kubo da Costa2016-03-123-3/+4
| | | | | | | | | | Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_78 PR: 207819 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Notes: svn path=/head/; revision=410883
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* net-p2p/transmission-*: update to 2.92Jan Beich2016-03-082-3/+3
| | | | | | | | | Changes: https://trac.transmissionbt.com/wiki/Changes#version-2.92 PR: 207772 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=410589
* net-p2p/transmission-qt4: unbreak build after r409981Jan Beich2016-03-031-1/+2
| | | | | | | | | | /usr/local/bin/ld: cannot find -lopenssl Reported by: pkg-fallout Pointy hat: jbeich Notes: svn path=/head/; revision=410032
* net-p2p/transmission-*: update to 2.90Jan Beich2016-03-0210-93/+53
| | | | | | | | | | | | | | - Add POLARSSL and WOLFSSL support (like ftp/curl) - Hide LITE (unused) and DOCS (redundant) options from -web slave - Simplify r398996 and move to CONFIGURE_ENV - Drop r369657 hacks after upstream integration [1] - As implied by r378806 transfer maintainership back to crees Changes: https://trac.transmissionbt.com/wiki/Changes#version-2.90 PR: 194029 [1] Notes: svn path=/head/; revision=409981
* net-p2p/litecoin: Update to 0.10.4.0Steve Wills2016-02-082-4/+4
| | | | | | | | PR: 206473 Submitted by: c.kworr@gmail.com Notes: svn path=/head/; revision=408513
* - Fix build with boost 1.60Dmitry Marakasov2016-02-084-0/+41
| | | | | | | | | | - Add LICENSE_FILE PR: 199601 Approved by: portmgr blanket Notes: svn path=/head/; revision=408474
* Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.Koop Mast2016-02-071-2/+2
| | | | | | | | | | | | | | | | | | | To use the GNOME or MATE components activate it by adding gnome or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for example GLIB_SCHEMAS has stayed the same. Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk is now forbidden. And adapt ports that where still doing that. Exp-runs done by: antoine@ PR: 205432 Reviewed by: antoine@, mat@ Approved by: portmgr (antoine@) Differential Revision: https://reviews.freebsd.org/D3653 Notes: svn path=/head/; revision=408449
* Clarify LICENSEJan Beich2016-02-071-1/+1
| | | | Notes: svn path=/head/; revision=408421
* net-p2p/rtorrent: USES+= ncursesJohn Marino2016-02-051-1/+1
| | | | Notes: svn path=/head/; revision=408171
* net-p2p/gtk-gnutella: 1.1.6 -> 1.1.8Kurt Jaeger2016-02-032-3/+3
| | | | | | | | | | | Changes: Many, especially from 1.1.6 -> 1.1.7 http://gtk-gnutella.sourceforge.net/en/?page=news#news_77 PR: 206777 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Notes: svn path=/head/; revision=407944
* net-p2p/btsync: 2.2.6 -> 2.3.1Kurt Jaeger2016-02-032-5/+5
| | | | | | | | | | | | Changes: https://blog.getsync.com/2016/01/21/sync-2-3-brings-more-features-for-power-users/ PR: 206859 Requested by: Jerry <jerry@seibercom.net> Approved by: Joshua Ruehlig <joshruehlig@gmail.com> (maintainer) Notes: svn path=/head/; revision=407943
* - Fix build (Lazarus was updated to 1.6RC2)Jose Alonso Cardenas Marquez2016-01-281-2/+2
| | | | Notes: svn path=/head/; revision=407410
* Update to upstream version 0.9.2.7Thomas Zander2016-01-244-22/+67
| | | | | | | | PR: 206329 Submitted by: daniel@morante.net (maintainer) Notes: svn path=/head/; revision=407171
* Bump versions to chase Nettle shared library updateJohan van Selst2016-01-231-1/+1
| | | | Notes: svn path=/head/; revision=407058
* Update to upstream release 0.11.2Thomas Zander2016-01-233-35/+3
| | | | | | | | | PR: 206453 Submitted by: jochen@jochen-neumeister.de Approved by: robbak@gmail.com (maintainer / alternative e-mail address) Notes: svn path=/head/; revision=407045
* net-p2p/sonarr: Update to 2.0.0.3732Mark Felder2016-01-182-4/+4
| | | | Notes: svn path=/head/; revision=406576
* - Update to version 5.7.0.0Pawel Pekala2016-01-132-3/+4
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=406077
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-125-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Remove deprecated PLIST_DIRSTRYPawel Pekala2016-01-091-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405654
* net-p2p/sonarr: Fix $sonarr_data_dir creationMark Felder2016-01-073-4/+11
| | | | | | | | | | | Now that $sonarr_data_dir is configurable, move creation from package to rc script to prevent sonarr from failing to start successfully. PR: 205986 MFH: 2016Q1 Notes: svn path=/head/; revision=405476
* - Add options helperMartin Wilke2016-01-071-1/+4
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=405421
* - Switch to options helpersDmitry Marakasov2016-01-061-11/+10
| | | | | | | | - Simplify makefile - Unsilence installation Notes: svn path=/head/; revision=405324