aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* net-im/openfire: update to 4.1.3Pietro Cerutti2017-02-272-4/+4
| | | | | | | | Changelog: https://download.igniterealtime.org/openfire/docs/latest/changelog.html Notes: svn path=/head/; revision=434921
* net-im/openfire: update to 4.1.2Pietro Cerutti2017-02-232-4/+4
| | | | | | | | Changelog: https://download.igniterealtime.org/openfire/docs/latest/changelog.html Notes: svn path=/head/; revision=434672
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* - Switch textproc/luaexpat to default version of luaAntoine Brodin2017-02-181-1/+1
| | | | | | | | | | | | | - Introduce textproc/luaexpat-51 that uses lua 5.1 - Use textproc/luaexpat-51 in net-im/prosody This fixes the build of multimedia/libquvi-scripts09 (60 ports skipped, including gnome3) With hat: portmgr Notes: svn path=/head/; revision=434391
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moreTobias C. Berner2017-02-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213 Notes: svn path=/head/; revision=434380
* - make portlint happierDirk Meyer2017-02-189-22/+18
| | | | | | | - add dependecies Notes: svn path=/head/; revision=434331
* Use new Lua 5.1-specific ports.David Thiel2017-02-151-2/+2
| | | | | | | PR: 200336 Notes: svn path=/head/; revision=434148
* - Update to 17.01Ashish SHUKLA2017-02-144-208/+242
| | | | | | | - Remove commented LOGDB stuff Notes: svn path=/head/; revision=434062
* Fix USE_GITHUB usage.Mathieu Arnold2017-02-134-8/+8
| | | | | | | | | For a couple of ports, bump PORTEPOCH as their version were wrong. Sponsored by: Absolight Notes: svn path=/head/; revision=433999
* Change c++11 behaviour of net-im/libqtelegram-ae and net-im/telegramqml.Tobias C. Berner2017-02-124-12/+38
| | | | | | | | | | | Instead of explicitely disabling c++11 mode as the code uses narrowing of unsigned ints to ints, simply pass -no-c++11-narrowing if the compiler is clang. This is done in preparation for Qt 5.7.1, which requires c++11 mode. Approved by: rakuco (mentor) Notes: svn path=/head/; revision=433938
* Limit net-im/*telepathy* components to use python2 only as it hardcoded in srcDima Panov2017-02-0910-10/+10
| | | | | | | | | PR: 215672 Submitted by: myself Approved by: gnome (kwm via irc) Notes: svn path=/head/; revision=433710
* Update net-im/qTox to 1.8.1Kirill Ponomarev2017-02-086-22/+26
| | | | | | | | | | PR: 216842 Submitted by: yuri@rawbw.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9462 Notes: svn path=/head/; revision=433646
* unbreak net-im/uTox on 10.3-RELEASE amd64Nikolai Lifanov2017-02-073-1/+4
| | | | | | | | | | | | | | | | | | | | | | | [ 83%] Building C object CMakeFiles/utox.dir/src/main.c.o /usr/bin/cc -I/usr/local/include/freetype2 -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -Wall -Wextra -fno-strict-aliasing -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -std=gnu99 -o CMakeFiles/utox.dir/src/main.c.o -c /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/main.c In file included from /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/main.c:5: In file included from /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/main.h:282: In file included from /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/stb_image.h:678: /usr/include/clang/3.4.1/emmintrin.h:1444:21: error: expected '(' after 'asm' __asm__ volatile ("pause"); ^ /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/main.h:84:21: note: expanded from macro 'volatile' #define volatile(x) x ^ PR: 216332 Submitted by: cpm, amdmi3 Reviewed by: matthew Approved by: matthew (mentor), portmaster@BSDforge.com (maintainer timeout, 2 weeks) Differential Revision: https://reviews.freebsd.org/D9477 Notes: svn path=/head/; revision=433579
* New port: net-im/py-toxcore-cKirill Ponomarev2017-02-074-0/+38
| | | | | | | | | | | | | | | PyTox provides a Pythonic binding, i.e Object-oriented instead of C style, raise exception instead of returning error code. WWW: https://github.com/TokTok/py-toxcore-c PR: 216869 Submitted by: yuri@rawbw.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9476 Notes: svn path=/head/; revision=433573
* Mark ports not building with PHP 7.1.Mathieu Arnold2017-02-071-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=433543
* - Update to 1.0.18Carlos J. Puga Medina2017-02-062-4/+4
| | | | | | | | PR: 216767 Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer) Notes: svn path=/head/; revision=433483
* Remove expired ports:Rene Ladan2017-02-054-74/+0
| | | | | | | | | 2017-01-31 devel/p5-JIRA-Client: Deprecated by upstream due to deprecated JIRA's SOAP API 2017-02-05 sysutils/puppet37: Upstream support ended, see http://tinyurl.com/puppet3eol 2017-02-05 net-im/ttytter: Upstream no longer active, see net-im/oysttyer Notes: svn path=/head/; revision=433462
* Add libmesode a minimal XMPP library written in C.Tilman Keskinoz2017-02-056-0/+62
| | | | Notes: svn path=/head/; revision=433459
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile soTijl Coosemans2017-02-051-4/+0
| | | | | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=433456
* Move devel/libcheck to devel/checkSunpoet Po-Chuan Hsieh2017-02-051-1/+1
| | | | | | | - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=433395
* Update RUN_DEPENDS: change from devel/rubygem-builder32 to devel/rubygem-builderSunpoet Po-Chuan Hsieh2017-02-051-2/+2
| | | | Notes: svn path=/head/; revision=433374
* Update to 0.5.1Tilman Keskinoz2017-02-042-6/+5
| | | | Notes: svn path=/head/; revision=433338
* - Spell `LICENSE_FILE' variable correctlyAlexey Dokuchaev2017-02-041-1/+1
| | | | | | | - Fix some nearby bogosities (when noticed) Notes: svn path=/head/; revision=433287
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-0/+1
| | | | | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer) Notes: svn path=/head/; revision=433286
* - Fix libidn support always disabledDmitry Marakasov2017-02-021-1/+2
| | | | | | | Reported by: tijl Notes: svn path=/head/; revision=433166
* net-im/gajim: update to 0.16.7Ruslan Makhmatkhanov2017-02-023-11/+8
| | | | | | | | | | | | | | Gajim 0.16.7 (30 January 2017) * Better compatibility with XEP-0191: Blocking Command * Windows Credential Vault is used for password storage on Windows * Gajim now depends on python-gnupg for PGP encryption * Add portable installer for Windows * Remove usage of demandimport * Many minor bugfixes Notes: svn path=/head/; revision=433129
* net-im/py-nbxmpp: update to 0.5.5Ruslan Makhmatkhanov2017-02-022-4/+4
| | | | Notes: svn path=/head/; revision=433128
* - Re-add NLS optionCarlos J. Puga Medina2017-02-012-35/+39
| | | | | | | | | - Bump PORTREVISION Reported by: tijl Notes: svn path=/head/; revision=433034
* - Update to 1.4.2Carlos J. Puga Medina2017-02-013-42/+41
| | | | | | | | | | - Record missing dependencies - Remove the NLS option because --disable/enable-nls had no effect (binary still linked to libintl.so.8) Changes: https://github.com/baedert/corebird/releases/tag/1.4.2 Notes: svn path=/head/; revision=433031
* net-im/jabber: unbreak with clang 4.0Jan Beich2017-02-011-0/+11
| | | | | | | | | | mod_privacy.cc:1168:19: error: ordered comparison between pointer and zero ('xmlnode_list_item' (aka 'xmlnode_list_item_t *') and 'int') if (new_items <= 0) { ~~~~~~~~~ ^ ~ Notes: svn path=/head/; revision=433023
* net-im/jabber: unbreak with libc++ 3.9Jan Beich2017-02-013-1/+70
| | | | | | | | | | | | | | | | | | | | log.cc:89:8: error: assigning to 'char *' from incompatible type 'const char *' pos = strchr(zone,'.'); ^~~~~~~~~~~~~~~~ xmlnode.cc:913:21: error: assigning to 'char *' from incompatible type 'const char *' start_predicate = strchr(path, '['); ^ ~~~~~~~~~~~~~~~~~ xmlnode.cc:914:15: error: assigning to 'char *' from incompatible type 'const char *' next_step = strchr(path, '/'); ^ ~~~~~~~~~~~~~~~~~ xmlnode.cc:1836:27: error: read-only variable is not assignable strchr(lang, '-')[0] = 0; ~~~~~~~~~~~~~~~~~~~~ ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=433022
* - Update to 1.0.5Dmitry Marakasov2017-02-012-11/+18
| | | | | | | - Tweak depends Notes: svn path=/head/; revision=433000
* - Autodetect the installed linux_base port and use LINUX_DEFAULT only asTijl Coosemans2017-01-312-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a last resort. - Construct a list of DISTFILES for every architecture (amd64, i386). Select one list for regular make and all lists for make makesum so linux ports can have one combined distinfo file. - Set DIST_SUBDIR?=centos so there's only one copy of common distfiles. - Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter. - Regenerate all distinfo files. - For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib, lib64 and sbin into symbolic links to the same directory under usr. This fixes the problem where some programs/libraries exist under / on FreeBSD and /usr on Linux or vice versa and then depending on the order of search paths Linux programs may run/load FreeBSD programs/libraries and fail. - Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so Linux programs can find desktop theme icons. This eliminates the need for x11-themes/linux*-hicolor-icon-theme. - Rename pkg-plist.x86_64 to pkg-plist.amd64. - Regenerate all pkg-plist files. - Add @preexec to linux_base pkg-plist that moves existing files in bin, lib, lib64, sbin and icons to the new destination before the directories are turned into symbolic links. - Remove several empty directories from linux_base ports. - Sweep over all linux ports: use consistent style, remove old CONFLICTS, remove unused pkg-descr files, add NLS option,... - Remove old linux arts, esound and openssl-compat ports. Notes: svn path=/head/; revision=432937
* Mark various ports broken on aarch64 and armv6.Mark Linimon2017-01-311-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=432897
* Update devel/protobuf to 3.2.0Sunpoet Po-Chuan Hsieh2017-01-291-1/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=432762
* update net-im/prosody to 0.9.12Nikolai Lifanov2017-01-282-3/+4
| | | | | | | | | | | | | | http://blog.prosody.im/prosody-0-9-11-released/ http://blog.prosody.im/prosody-0-9-12-released/ PR: 214487 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Reviewed by: matthew Approved by: matthew (mentor), lx (maintainer) Differential Revision: https://reviews.freebsd.org/D9328 Notes: svn path=/head/; revision=432611
* Update jabberd to 2.5.0Martin Matuska2017-01-272-5/+4
| | | | Notes: svn path=/head/; revision=432559
* Properly depend on qt5-webkit via USE_QT5=webkit.Tobias C. Berner2017-01-211-4/+3
| | | | | | | | | | While here, alphabetize USE_QT5 list, and make buildtools a build depends. Therefore bump portrevision. Approved by: rakuco (mentor) Notes: svn path=/head/; revision=432047
* net-im/folks: ignore warnings in system headersJan Beich2017-01-211-3/+1
| | | | | | | | | | Pass -isystem to avoid adding -Wno-foo each time Clang bumps into an issue with a header from another port. PR: 216031 Notes: svn path=/head/; revision=432012
* Fix TEST_DEPENDS.Thierry Thomas2017-01-201-2/+2
| | | | Notes: svn path=/head/; revision=432001
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-206-6/+6
| | | | Notes: svn path=/head/; revision=431996
* Upgrade to v0.1.5.Thierry Thomas2017-01-203-4/+27
| | | | | | | Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.5>. Notes: svn path=/head/; revision=431977
* Fix gemspec for rubygem-faraday 0.11.0 updateSunpoet Po-Chuan Hsieh2017-01-152-2/+13
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=431534
* Typo: s/TARGET/DEPENDS/Thierry Thomas2017-01-111-1/+1
| | | | Notes: svn path=/head/; revision=431210
* - Upgrade to v0.1.3Thierry Thomas2017-01-112-6/+8
| | | | | | | | | | Changelog at https://github.com/TokTok/c-toxcore/releases/tag/v0.1.3 - As reported by Sean C. Farley, msgpack and portaudio are only needed for tests. Notes: svn path=/head/; revision=431209
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-111-4/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431169
* - Update to 1.4.1Carlos J. Puga Medina2017-01-103-5/+9
| | | | | | | | | | | - Remove USES=compiler:c++11-lang after FreeBSD 9 EOL - Disable spellchecking which depends on gspell >= 1.0.x Changelog: https://github.com/baedert/corebird/releases/tag/1.4.1 Notes: svn path=/head/; revision=431146
* Chase toxcore and upgrade to 1.7.1.Thierry Thomas2017-01-109-110/+10
| | | | | | | | PR: 215556 Submitted by: maintainer (Yuri Victorovich) Notes: svn path=/head/; revision=431134
* Chase toxcore and upgrade to 0.11.1.Thierry Thomas2017-01-108-116/+31
| | | | | | | | PR: 215746 Approved by: maintainer (Chris Hutchinson) Notes: svn path=/head/; revision=431133
* Chase toxcore and upgrade to 0.7.2.Thierry Thomas2017-01-103-19/+10
| | | | | | | PR: 215399 Notes: svn path=/head/; revision=431132