aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* Remove libiconv.so.3 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=428150
* Remove libexpat.so.6 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=428144
* net-im/openfire: update to 4.0.4, kill Linux-based nativeAuth pluginPietro Cerutti2016-12-073-12/+10
| | | | | | | | | | | Changelog: http://download.igniterealtime.org/openfire/docs/latest/changelog.html PR: 215056 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Notes: svn path=/head/; revision=428056
* net-im/rubygem-earthquake: switch to activesupport 4.xSteve Wills2016-12-061-2/+2
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=427995
* Add qxmpp Qt5 slave port needed for polish/kadu updatePawel Pekala2016-12-054-4/+23
| | | | | | | | | PR: 214547 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=427921
* - Update to 4.7.1Sunpoet Po-Chuan Hsieh2016-12-053-5/+6
| | | | | | | Changes: https://github.com/litaio/lita/releases Notes: svn path=/head/; revision=427846
* textproc/hunspell: update to 1.5.4Jan Beich2016-12-031-3/+3
| | | | | | | | | | Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt) Notes: svn path=/head/; revision=427743
* - Update to 1.5.4Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=427705
* - Update to 2.2.6Sunpoet Po-Chuan Hsieh2016-12-033-14/+8
| | | | | | | | Changes: https://github.com/termtter/termtter/blob/master/ChangeLog https://github.com/termtter/termtter/commits/master Notes: svn path=/head/; revision=427664
* Update to 1.6.0Jason E. Hale2016-12-029-25/+39
| | | | | | | | | | | This should fix audio output issues addressed in the PR PR: 214393 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Reported by: <aeuii@posteo.de> Notes: svn path=/head/; revision=427585
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-024-4/+4
| | | | | | | | | | | | | | | 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
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* - Fix LICENSEDmitry Marakasov2016-12-011-6/+4
| | | | | | | | | | - Remove bogus (in presence of USE_GITHUB) USES=tar* - Pet portlint Approved by: portmgr blanket Notes: svn path=/head/; revision=427503
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-012-3/+3
| | | | | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight Notes: svn path=/head/; revision=427491
* net-im/pecl-stomp2: remove PHP_VERTorsten Zuehlsdorff2016-11-301-2/+1
| | | | | | | | | Also remove IGNORE_WITH_PHP= 55 - PHP 5.5 is gone Approved by: mentors (implicit) Notes: svn path=/head/; revision=427440
* New port: net-im/pecl-stomp2Torsten Zuehlsdorff2016-11-304-0/+33
| | | | | | | | | | | | | | | pecl-stomp allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces. WWW: http://pecl.php.net/package/stomp PR: 213321 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: mentors (implicit) Notes: svn path=/head/; revision=427434
* net-im/kmess-kde4 : fix 'abs is ambiguous'Tobias C. Berner2016-11-281-0/+27
| | | | | | | | | | | Work around the call to abs() being ambigous by simply calculating the absolute value in place. PR: 214632 Approved by: just fix it, rakuco (mentor) Notes: svn path=/head/; revision=427346
* Update security/gpgme-* to 1.8.0Jason E. Hale2016-11-266-4/+6
| | | | | | | | | | | | | | | 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
* - Mark broken on < 10.2Dmitry Marakasov2016-11-251-1/+7
| | | | | | | | | | | /wrkdirs/usr/ports/net-im/ring-daemon/work/ring-daemon-56ec56f/src/account_factory.h:122:68: error: chosen constructor is explicit in copy-initialization std::map<std::string, AccountMap<Account> > accountMaps_ = {}; ^~ Approved by: portmgr blanket Notes: svn path=/head/; revision=427087
* Fix pidgin build when python symlink is not presentAntoine Brodin2016-11-242-1/+2
| | | | Notes: svn path=/head/; revision=427061
* net-im/richochet no longer builds with libressl, IGNOREJohn Marino2016-11-231-0/+4
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=426978
* devel/boost-*: update to 1.62.0Jan Beich2016-11-237-4/+7
| | | | | | | | | | | | | | | - 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
* Fix conflict between libqgpgme from deskutils/kdepimlibs4 and ↵Tobias C. Berner2016-11-231-1/+1
| | | | | | | | | | | | | | | | | security/qgpgme-qt5 Install the kde4 version of libqgpgme as libqgpgme4. * Bump revision in affected dependencies -- not all ports using USE_KDE=pimlibs actually link against libqgpgme. * Remove conflict from security/gpgme-qt5 * Drop KDE3 hunks from patch-cmake__modules__FindQGpgme.cmake PR: 212886 Reviewed by: rakuco Approved by: rakuco (mentor) Notes: svn path=/head/; revision=426897
* - Update to 1.0.4Dmitry Marakasov2016-11-232-4/+4
| | | | Notes: svn path=/head/; revision=426887
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-205-2/+5
| | | | | | | | | | | | 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-im/pecl-stomp: Pass maintainership to Danilo G. Baio (dbaio)Torsten Zuehlsdorff2016-11-172-1/+5
| | | | | | | | | | | | | | Also: - Configure PORTSCOUT - Add LICENSE_FILE - Add DIST_SUBDIR (PECL) PR: 213320 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: mentors (implicit) Notes: svn path=/head/; revision=426283
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426200
* Do not terminate BROKEN messages with period, it is added by the framework.Alexey Dokuchaev2016-11-141-1/+1
| | | | Notes: svn path=/head/; revision=426104
* Unbreak build on FreeBSD 9.x amd64.Matthias Andree2016-11-111-3/+7
| | | | | | | | | | | | | | | (Marked broken since r424405.) Punch out the -pie used during link, which fixes linker errors. (I'd tried setting -fPIE in CXXFLAGS before, which turned out not to solve the problem - I won't dig deeper now less than eight weeks before 9.x goes unsupported.) PR: 214331 (related) Approved by: portmgr blanket (just fix it) Notes: svn path=/head/; revision=425877
* - Add LICENSEDmitry Marakasov2016-11-101-3/+8
| | | | | | | | - Add NO_ARCH - Switch to options helpers Notes: svn path=/head/; revision=425835
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+2
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* Maintainer update to new 1.1.4 release.Matthias Andree2016-11-092-6/+6
| | | | | | | | | | | | | | ChangeLog: https://github.com/ricochet-im/ricochet/releases/tag/v1.1.4 Next time, please tag the PR with "[MAINTAINER UPDATE]" so we can identify it more easily. PR: 214331 Submitted by: Yuri Victorovich (maintainer) Notes: svn path=/head/; revision=425817
* Remove NVIDIA option from Linux ports now that the nvidia-driver can beTijl Coosemans2016-11-033-30/+11
| | | | | | | installed later. Notes: svn path=/head/; revision=425274
* net-im/openfire: better RUN_DEPENDS line (no actual change in dependencies)Pietro Cerutti2016-11-031-1/+1
| | | | | | | | PR: 213929 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Notes: svn path=/head/; revision=425203
* net-im/sayaka: update to 3.2.2Jan Beich2016-11-014-62/+33
| | | | | | | | | Changes: https://github.com/isaki68k/sayaka/compare/3.1.0...3.2.2 PR: 213967 Submitted by: IWAMOTO Kouichi <sue@iwmt.org> (maintainer) Notes: svn path=/head/; revision=425079
* net-im/openfire: update to 4.0.3, switch to OPTIONS helpersPietro Cerutti2016-10-312-25/+21
| | | | | | | | | | https://download.igniterealtime.org/openfire/docs/4.0.3/changelog.html PR: 213929 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Notes: svn path=/head/; revision=425007
* Fix build for 9.x i386Jason E. Hale2016-10-311-3/+8
| | | | | | | | | | | | | | | | | | | | | | Quarterly branch has a different version, but suffers from the same error, so the fix should be backported. videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*, QRect, int, bool)': videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8' camerasource.o: In function `CameraSource::CameraSource()': camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8' corevideosource.o: In function `CoreVideoSource::CoreVideoSource()': corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8' collect2: error: ld returned 1 exit status gmake: *** [Makefile:793: qtox] Error 1 PR: 213841 Submitted by: <matthew@reztek.cz> Approved by: <yuri@rawbw.com> (maintainer) MFH: 2016Q4 Notes: svn path=/head/; revision=424975
* net-im/freetalk: update to version 4.1Joseph Mingrone2016-10-263-38/+32
| | | | | | | | | | | | | | | | | Changelog: https://github.com/GNUFreetalk/freetalk/releases Port Changes: - switch to GitHub for distfile - include license information - other miscellaneous changes PR: 213777 Submitted by: olevole@olevole.ru (maintainer) Approved by: AMDmi3 (mentor) swills (mentor) Differential Revision: https://reviews.freebsd.org/D8337 Notes: svn path=/head/; revision=424711
* - Update to 0.2.7Kris Moore2016-10-262-4/+4
| | | | | | | | PR: 213786 Submitted by: Boris Samorodov <bsam@freebsd.org> Notes: svn path=/head/; revision=424710
* Set NO_ARCH.Jimmy Olgeni2016-10-261-0/+1
| | | | Notes: svn path=/head/; revision=424676
* Update net-im/py-python-telegram-bot to version 5.2.0.Jimmy Olgeni2016-10-252-4/+5
| | | | | | | - Set NO_ARCH. Notes: svn path=/head/; revision=424649
* - Mark BROKEN on 9.x i386:Dmitry Marakasov2016-10-251-0/+2
| | | | | | | | | | | | | | videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*, QRect, int, bool)': videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8' camerasource.o: In function `CameraSource::CameraSource()': camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8' corevideosource.o: In function `CoreVideoSource::CoreVideoSource()': corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8' Approved by: portmgr blanket Notes: svn path=/head/; revision=424613
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-213-6/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* ${RM} already has -f.Mathieu Arnold2016-10-214-5/+5
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Mark broken on 9.x amd64:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | | | | /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against hidden symbol `_DYNAMIC' can not be used when making a shared object /usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object /usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtend.o: relocation R_X86_64_32 against `.ctors' can not be used when making a shared object; recompile with -fPIC /usr/local/bin/ld: final link failed: Nonrepresentable section on output Approved by: portmgr blanket Notes: svn path=/head/; revision=424405
* net-im/oysttyer: 2.8.0 -> 2.8.1Kurt Jaeger2016-10-202-4/+4
| | | | | | | Changes: https://github.com/oysttyer/oysttyer/blob/master/CHANGELOG.markdown Notes: svn path=/head/; revision=424358
* 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
* Take over maintainership.Jimmy Olgeni2016-10-191-1/+1
| | | | | | | Approved by: demon (maintainer) Notes: svn path=/head/; revision=424287
* Add Linux CentOS 7 infrastructure ports.Tijl Coosemans2016-10-191-1/+1
| | | | | | | | | | | | | Mk/Uses/linux.mk changes: - Add support for architecture neutral (noarch) distfiles. - Add support for 64-bit only ports: set IGNORE on i386 and don't install 32-bit compat libraries on amd64. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D7886 Notes: svn path=/head/; revision=424259
* Introduce new extensible virtual categories for KDETobias C. Berner2016-10-181-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Notes: svn path=/head/; revision=424182