aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r412848Jason Unovitch2016-04-091-0/+4
| | | | | | | | | | | - Add missing RUN_DEPENDS PR: 208650 Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> Approved by: ports-secteam (with hat) Notes: svn path=/branches/2016Q2/; revision=412876
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-01154-632/+632
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-016-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Fix LDAP support by re-ordering Erlang library path in ejabberdctlAshish SHUKLA2016-04-012-9/+11
| | | | | | | | | | template diff - Replace /usr/local with %%LOCALBASE%% PR: 208258 Notes: svn path=/head/; revision=412306
* net-im/openfire: update to 4.0.2Pietro Cerutti2016-03-302-5/+4
| | | | | | | | | | | | Announcement: https://community.igniterealtime.org/blogs/ignite/2016/03/21/openfire-402-released This update bumps the dependency from Java 7 to Java 8 (USE_JAVA=1.8 now). From the follow-ups to the announcement, it looks like 4.0.2 has issues with Java 7. Notes: svn path=/head/; revision=412170
* - Update WWWDmitry Marakasov2016-03-281-1/+1
| | | | | | | | | PR: 207961 Submitted by: j3377622@trbvm.com Approved by: yuri@rawbw.com (maintainer) Notes: svn path=/head/; revision=412056
* - Add missing runtime dependenciesDmitry Marakasov2016-03-272-9/+11
| | | | | | | | | | | - While here, cosmetic fix to pkg-message and silence mkdir PR: 207784 Submitted by: everytrash@gmail.com Approved by: maintainer timeout (mek@mek.uz.ua, 3 weeks) Notes: svn path=/head/; revision=412018
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-2717-139/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Remove duplicate lines from plistAntoine Brodin2016-03-261-2/+0
| | | | Notes: svn path=/head/; revision=411930
* Update to upstream version 0.7.0.20160321Thomas Zander2016-03-254-15/+38
| | | | | | | | | | | While on it: - Pet portlint PR: 208230 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=411822
* - Update libsodium to 1.0.8Vsevolod Stakhov2016-03-234-3/+4
| | | | | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at Notes: svn path=/head/; revision=411691
* Add some upstream patches that properly declare all build dependencies.Raphael Kubo da Costa2016-03-192-0/+41
| | | | | | | | | | The upcoming CMake 3.5.0 generates Makefiles that break parallel builds more often when the dependencies between each targets are not declared correctly. PR: 208033 Notes: svn path=/head/; revision=411407
* - remove option to disable OpenSSLDirk Meyer2016-03-191-12/+11
| | | | | | | | | - add option for gpgme support - cleanup option NLS PR: 207713 Notes: svn path=/head/; revision=411389
* Switch to an https MASTER_SITE.Raphael Kubo da Costa2016-03-181-1/+1
| | | | Notes: svn path=/head/; revision=411342
* Update the KDE Telepathy ports to 0.9.0.Raphael Kubo da Costa2016-03-1529-74/+95
| | | | | | | Contains commits by myself and alonso@. Notes: svn path=/head/; revision=411201
* Remove empty do-install target.Raphael Kubo da Costa2016-03-151-3/+0
| | | | | | | The port already has USES=metaport. Notes: svn path=/head/; revision=411199
* Change header installation location for kdelibs4-based ports.Raphael Kubo da Costa2016-03-154-124/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Remove ZLIB option, doesn't work in practiseAshish SHUKLA2016-03-142-7/+7
| | | | | | | PR: 207958 Notes: svn path=/head/; revision=411045
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-03-131-0/+2
| | | | Notes: svn path=/head/; revision=411014
* Update to 1.3.0.Raphael Kubo da Costa2016-03-132-3/+3
| | | | | | | | PR: 207931 Submitted by: yuri@rawbw.com (maintainer) Notes: svn path=/head/; revision=410951
* net-im/ejabberd: 15.07 -> 16.02Kurt Jaeger2016-03-119-893/+582
| | | | | | | | | | | | | | Lots of changes: https://blog.process-one.net/ejabberd-16-02-happy-leap-day/ https://blog.process-one.net/ejabberd-16-01/ https://blog.process-one.net/ejabberd-15-11-simpler-cluster-setup/ https://blog.process-one.net/ejabberd-15-10-http-upload-metrics-and-performance/ https://blog.process-one.net/ejabberd-15-09-oauth/ Submitted by: ashish (maintainer) Notes: svn path=/head/; revision=410834
* net-im/ricochet: Update to 1.1.2Mark Felder2016-03-102-5/+10
| | | | | | | | | | | | This update resolves an information disclosure vulnerability. Changelog: https://github.com/ricochet-im/ricochet/releases/tag/v1.1.2 PR: 207536 Security: http://www.vuxml.org/freebsd/d71831ef-e6f8-11e5-85be-14dae9d210b8.html Notes: svn path=/head/; revision=410777
* Switch to libotr instead of libotr3Tilman Keskinoz2016-03-101-1/+2
| | | | | | | | PR: 207880 Submitted by: Sascha Holzleiter Notes: svn path=/head/; revision=410752
* Update to 0.9.6.1.Raphael Kubo da Costa2016-03-084-47/+136
| | | | | | | | | | | | | | | | With commits by yours truly, alonso@ and Adriaan de Groot <groot@kde.org>. Significant changes from a porting perspective: * Import upstream commit to make the port build with GStreamer 1.6+. * Drop a lot of unnecessary sed calls. Some of them were outdated, and some were replaced by USES=pathfix and new CMAKE_ARGS. * Switch to options target helpers. * Switch to an out-of-source CMake build. * Drop the EXAMPLES option. The examples shipped in this port are only buildable from within the telepathy-qt4 source tree. Notes: svn path=/head/; revision=410619
* 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
* - Update to 1.5.3Sunpoet Po-Chuan Hsieh2016-03-062-3/+3
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=410300
* Update net-im/jabberd to version 2.3.6Martin Matuska2016-03-054-25/+6
| | | | Notes: svn path=/head/; revision=410215
* Update to 0.8.8Tilman Keskinoz2016-03-042-5/+4
| | | | Notes: svn path=/head/; revision=410129
* - Update to 1.2 releaseCarlos J. Puga Medina2016-03-046-36/+23
| | | | | | | | | | | | | - Add GSTREAMER1=gtksink as dependency. - Update MAINTAINER to my @FreeBSD.org address Changelog: https://github.com/baedert/corebird/releases/tag/1.2 PR: 207639 Approved by: junovitch (mentor) Notes: svn path=/head/; revision=410078
* net-im/py-slackclient: Update to 1.0.0Kubilay Kocak2016-03-032-4/+11
| | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (1.0.0) - Switch to GitHub for DISTFILES (includes tests) [1] - Add test dependencies and target Changes: https://github.com/slackhq/python-slackclient/blob/1.0.0/CHANGELOG.md [1] https://github.com/slackhq/python-slackclient/pull/76 Notes: svn path=/head/; revision=410012
* - Update to version 0.9.3Pawel Pekala2016-03-014-39/+11
| | | | | | | | | | | | | | - Add LICENSE_FILE - Use PLIST_SUB to parametrize lib version in pkg-plist - Disable port's self checks by QMAKE_ARGS because they fail to compile with clang 3.7.1 on 11-CURRENT PR: 207169 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=409901
* net-im/openfire: bump PORTREVISION after r409869Pietro Cerutti2016-03-011-0/+1
| | | | | | | Reported by: sperber@ Notes: svn path=/head/; revision=409874
* net-im/openfire: make sure ETCDIR gets proper permissionsPietro Cerutti2016-03-011-0/+1
| | | | Notes: svn path=/head/; revision=409869
* - Update to 3.3.8TAKATSU Tomonari2016-02-272-3/+3
| | | | Notes: svn path=/head/; revision=409658
* net-im/py-slackclient: Update to 0.18.0Kubilay Kocak2016-02-262-4/+7
| | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.18.0) - Update RUN_DEPENDS - Enable NO_ARCH (architecture independent) Changes https://github.com/slackhq/python-slackclient/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=409583
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵Dmitry Marakasov2016-02-251-1/+1
| | | | | | | | | and security/libotr3 Approved by: portmgr blanket Notes: svn path=/head/; revision=409518
* - Clarify licenseDmitry Marakasov2016-02-251-8/+5
| | | | | | | | | | - Specify libotr.so version to differentiate security/libotr3 and security/libotr - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=409517
* Add openssl and pulseaudio-libs to USE_LINUX_APPS to unbreak after theKevin Lo2016-02-251-2/+2
| | | | | | | linux-c6- to CentOS 6.7 update in r407537. Notes: svn path=/head/; revision=409490
* - Update to 3.3.7TAKATSU Tomonari2016-02-212-3/+3
| | | | Notes: svn path=/head/; revision=409270
* - Ignore php70Martin Wilke2016-02-181-0/+1
| | | | Notes: svn path=/head/; revision=409111
* net-im/openfire: update to 4.0.1, take back maintainershipPietro Cerutti2016-02-164-73/+23
| | | | | | | Release notes: https://community.igniterealtime.org/blogs/ignite/2016/1/26 Notes: svn path=/head/; revision=408978
* - Update to 3.3.6TAKATSU Tomonari2016-02-152-3/+3
| | | | Notes: svn path=/head/; revision=408926
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-143-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* Use CC for linker instead of LD.David Thiel2016-02-121-1/+1
| | | | | | | | | PR: 207130 Submitted by: code@daniel.priv.no Obtained from: mikael.urankar@gmail.com Notes: svn path=/head/; revision=408744
* Update to 1.2.4.Thierry Thomas2016-02-092-3/+3
| | | | | | | | PR: ports/206874 Submitted by: yuri (at) rawbw.com (maintainer) Notes: svn path=/head/; revision=408599
* - Add missing sodium dependencyDmitry Marakasov2016-02-091-1/+9
| | | | | | | | | | | - Add a check for that net-im/tox dependency was built with correct options PR: 206706 Submitted by: fidaj@ukr.net (maintainer) Reported by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=408591
* Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.Koop Mast2016-02-071-5/+3
| | | | | | | | | | | | | | | | | | | 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
* net-im/icmpchat: USES+= ncurses, respect LDFLAGSJohn Marino2016-02-051-2/+4
| | | | | | | Also link with libncurses, not libcurses Notes: svn path=/head/; revision=408162
* net-im/echat: USES+= ncurses, respect LDFLAGSJohn Marino2016-02-051-0/+2
| | | | | | | Also link with libncurses, not libcurses Notes: svn path=/head/; revision=408161
* irc/centerim(-devel): document ncurses requirement (USES+=ncurses)John Marino2016-02-052-2/+2
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408160