aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.1olivierd2015-08-155-14/+14
| | | | | PR: 202238 Submitted by: Carlos Puga Medina (maintainer)
* - Remove RG linksunpoet2015-08-141-1/+0
|
* - Update to version 3.1.0 [1]pawel2015-08-113-15/+23
| | | | | | | - Respect CFLAGS during build PR: 201939 [1] Submitted by: IWAMOTO Kouichi (maintainer) [1]
* Update farstream to 0.2.7.kwm2015-08-094-7/+6
| | | | Bump revision because of shlib change.
* Update libnice to 0.1.13.kwm2015-08-087-7/+44
|
* - Update to 15.07ashish2015-08-063-8/+5
|
* net-im/telegram: 1.0.5.1 -> 1.3.1pi2015-08-065-60/+34
| | | | | | | | | | | | | - Update to 1.3.1 - Add LICENSE_FILE - Remove unneeded patches - Add DOCS - Add libjansson.so as dependency - Fix build on FreeBSD 8 and 9 - Submitter takes maintainership PR: 202113 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-068-215/+218
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* Part 2 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-055-5/+5
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-031-1/+1
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Update zeitgeist to 0.9.14 [1]kwm2015-08-021-2/+2
| | | | | | | | | | | | | | | | This version of zeitgeist now bundles libzeitgeist in the port. The new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so. * deskutils/cairo-dock-plugins: supports both zeitgeist versions. * net-im/folks: Only supports the new 2.0 libzeitgeist library version. And this went unnoticed, woops. * sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist. * sysutils/qzeitgeist: Update the port for the new zeitgeist API. * www/midori: Mark the zeitgeist option (non-default) broken until midori can be updated to a version that supports the new libzeitgeist 2.0 PR: 190729 [1] Submitted by: olivierd@ [1]
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-028-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* net-im/gajim: update to 0.16.3rm2015-08-022-3/+3
| | | | | | | | Gajim 0.16.3 (31 July 2015) * Fix reading secret file * Fix reconnection after suspend * Fix sending GPG-encrypted file to non-trusted key
* - Update to 1.2.5vg2015-07-312-6/+6
|
* - Add LICENSEsunpoet2015-07-282-8/+20
| | | | | | | - Fix *_DEPENDS - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change
* Update devel/doxygen to 1.8.10antoine2015-07-282-0/+2
| | | | | PR: 201365 exp-run: self
* net-im/gajim: update to 0.16.2rm2015-07-272-3/+4
| | | | | | | | Gajim 0.16.2 (20 July 2015) * improve Zeroconf under windows and with IPv6 * Fix errors with GnuPG * Minor fixes and improvements
* net-im/py-nbxmpp: remove dependency on twistedrm2015-07-271-1/+2
| | | | | | Remove dependency on twisted, because it is not used anymore and let it build with python3 after that. Bump PORTREVISION to chase dependency change
* net-im/py-nbxmpp: update to 0.5.3rm2015-07-272-6/+6
| | | | | | | | | | python-nbxmpp 0.5.3 (13 July 2015) * Fix receiving long utf8 strings under py3 * Fix issue with pyopenssl 0.15.1 * Fix decoding issues Add NO_ARCH and limit python version to 2.x (twisted is not py3-aware).
* - Fix typo in a patch fileashish2015-07-262-2/+2
| | | | | Submitted by: Alexey V. Karagodov <kav.karagodov.name@gmail.com> (via private email)
* - Update to 1.5.2sunpoet2015-07-242-3/+3
| | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master
* - Update to 3.2.5tota2015-07-212-3/+3
|
* net-im/tkabber-plugins: add GNUPG optionrobak2015-07-161-1/+2
| | | | | PR: 201338 Submitted by: Mikhail <mp39590@gmail.com> (maintainer)
* net-im/tkabber: add GNUPG optionrobak2015-07-161-1/+3
| | | | | PR: 201338 Submitted by: Mikhail <mp39590@gmail.com> (maintainer)
* - Fix shebangsamdmi32015-07-151-2/+4
| | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-141-3/+4
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Remove BROKEN_i386 and drop unused dependencies.thierry2015-07-141-7/+1
| | | | | PR: ports/201484 Submitted by: Andriy Voskoboinyk
* - Mark BROKEN, no longer can connect, upstream appears abandondedkmoore2015-07-131-0/+2
|
* Fix a crash caused by changing window size.marcus2015-07-132-0/+75
| | | | PR: 200936
* Switch to the new official site.thierry2015-07-112-2/+2
| | | | See https://blog.tox.chat/2015/07/current-situation-3/
* - Add NO_ARCHsunpoet2015-07-091-0/+1
|
* Remove expired ports:rene2015-07-086-1070/+0
| | | | | 2015-07-07 graphics/fli2gif: No public distfiles 2015-07-07 net-im/tkabbur: Upstream development ceased since 2008
* - Remove blank line between NO_ARCH and USE_RUBYsunpoet2015-07-071-1/+0
|
* - Use multimedia/ffmpeg instead of multimedia/ffmpeg26riggs2015-07-051-5/+2
| | | | | | | | after former has been upgraded to 2.7 branch - Bump PORTREVISION PR: 201324 Submitted by: yuri@rawbw.com (maintainer)
* New port: net-im/libaccounts-qt5.rakuco2015-07-045-0/+188
| | | | | | | | | | | From pkg-descr: Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. WWW: https://code.google.com/p/accounts-sso/ This port will be used in upcoming versions of KDE Telepathy. Submitted by: Tobias Berner <tcberner@gmail.com> via area51
* New port: net-im/libaccounts-glib.rakuco2015-07-046-0/+135
| | | | | | | | | | | | | From pkg-descr: Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. WWW: https://code.google.com/p/accounts-sso/ Necessary for the upcoming libaccounts-qt5, which is used in newer versions of KDE Telepathy. Submitted by: Tobias Berner <tcberner@gmail.com> via area51
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-032-0/+4
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* Replace my FreeBSD email with my private email in ports I maintain withxmj2015-07-011-1/+1
| | | | @FreeBSD.org.
* net-im/openfire: update 3.10.0 -> 3.10.2robak2015-06-302-3/+3
| | | | | PR: 201195 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* - Fix typo in OPTION nameashish2015-06-292-1/+3
| | | | | - Update `pkg-plist' - Bump PORTREVISION due to change in pkg-plist
* - Update to 15.06ashish2015-06-296-115/+357
| | | | | | | | | - Switch to new dependencies tarball - Add OPTIONs for REDIS, SQLITE, and TOOLS - Update diff for dict:dict() stuff in Erlang R17+ - Add diff for Erlang R18 support[1] Submitted by: olgeni[1] (via private mail)
* Update to 0.56.adamw2015-06-292-3/+5
| | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp
* - Add missing dependency on execinfo, fixing build on 9.xamdmi32015-06-251-4/+2
| | | | Approved by: portmgr blanket
* Convert to USES=jpegantoine2015-06-231-3/+2
|
* - Fix permissions on /var/run/ejabberdctl, missed from r381868ashish2015-06-222-1/+2
| | | | PR: 200871
* - Fix gemspec for rubygem-fluent-logger 0.5.0 updatesunpoet2015-06-202-2/+5
| | | | - Bump PORTREVISION for package change
* Switch to kqueue(2)mm2015-06-191-2/+2
|
* net-im/skype4: improve pkg-messagexmj2015-06-192-42/+46
| | | | | | | - improve pkg-message - set my FreeBSD.org address as maintainer Sponsored by: Perceivon OÜ
* Upgrade Tox, libfilteraudio, toxic, qTox and uTox to a recent snapshot.thierry2015-06-1913-43/+69
| | | | | | PR: ports/200865 Submitted by: yuri (at) rawbw.com (qTox maintainer) + patches from other maintainers Approved by: maintainers
* net-im/tkabber-plugins: update 1.1.1 -> 1.1.2robak2015-06-162-4/+4
| | | | | PR: 200890 Submitted by: Mikhail <mp39590@gmail.com> (maintainer)
* net-im/tkabber: update 1.1.1 -> 1.1.2robak2015-06-162-3/+3
| | | | | PR: 200889 Submitted by: Mikhail <mp39590@gmail.com> (maintainer)
* Command-line twitter client for sixel supported terminal.amdmi32015-06-165-0/+83
| | | | | | | WWW: https://github.com/isaki68k/sayaka PR: 200867 Submitted by: sue@iwmt.org
* - Update to 3.2.4tota2015-06-162-4/+3
|
* - Update to 4.4.3sunpoet2015-06-152-4/+4
| | | | | | Changes: https://github.com/jimmycuadra/lita/releases - Update RUN_DEPENDS: use newer rubygem-rack - Bump PORTREVISION for dependency change
* - Add LICENSE_FILEamdmi32015-06-152-5/+9
| | | | | | | | - Fix shebangs - Strip libraries - Pet portlint MFH: 2015Q2
* - Update to 4.4.2sunpoet2015-06-142-4/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/jimmycuadra/lita/releases
* - Update to 2.2.3sunpoet2015-06-143-14/+20
| | | | Changes: https://github.com/termtter/termtter/blob/master/ChangeLog
* - Updated libsodium to 1.0.3 [1]vsevolod2015-06-142-2/+2
| | | | | | | - Bump revision for dependent ports PR: 200548 [1] Submitted by: rsimmons0 at gmail.com [1]
* - Add LICENSEsunpoet2015-06-132-11/+17
| | | | | | | | | - Sort RUN_DEPENDS - Add NO_ARCH - Remove USE_RAKE - Fix gemspec - Bump PORTREVISION for package change - Take maintainership
* - Change HTTPCLIENT from option to mandatory dependencytota2015-06-131-5/+4
|
* Reset dhn's portserwin2015-06-133-3/+3
| | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr
* net-im/skype4: unbreak on 11.0-CURRENTxmj2015-06-112-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | Changes: The "skype" binary works fine after recent update in linux compat layer when linux-c6-pulseaudio (libpulse.so.0) is not installed (but linprocfs(5) must be mounted into ${LINUXBASE}/proc). So: - Unbreak net-im/skype4 for __FreeBSD_version >= 1100075. - (temporarily) Disable PA dependency. Also: - Drop (indirect) PA dependencies. - Add tcp_wrappers-libs into linux-c6-pulseaudio-libs dependencies (used by libpulse.so.0) - Fix some portlint(1) warnings. Workaround: libpulse.so.0 can be replaced with PA wrapper from https://github.com/waterlaz/skype_oss_wrapper - then sound will work too (with mounted devfs(5) in ${LINUXBASE}/dev). PR: 200608 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* - Add NO_ARCHsunpoet2015-06-111-1/+2
| | | | - Sort USE_PYTHON
* - Update to 15.2.1sunpoet2015-06-102-3/+3
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/twisted/words/topfiles/NEWS
* multimedia/libvpx: update to 1.4.0jbeich2015-06-094-1/+4
| | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Differential Revision: https://reviews.freebsd.org/D2570 Exp-run by: antoine Approved by: ashish, multimedia (kwm) Approved by: maintainer timeout (ale, dinoex; 2 weeks)
* Make ports using libtool treat elftoolchain's strip the same as GNU stripantoine2015-06-081-2/+1
| | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
* - Strip librariesamdmi32015-06-071-1/+4
|
* net-im/tkabbur: set to DEPRECATEDmmoll2015-06-071-0/+3
| | | | | | | | | and set to EXPIRE in one month PR: 199272 Differential Revision: https://reviews.freebsd.org/D2746 Submitted by: mp39590@gmail.com Approved by: mat (mentor), dhn (maintainer, timeout)
* - Add NO_ARCHsunpoet2015-06-041-0/+1
|
* - Strip libraryamdmi32015-06-011-2/+5
| | | | - Add LICENSE
* - Strip libraryamdmi32015-06-011-1/+2
|
* - Strip libraryamdmi32015-06-011-4/+5
| | | | - Whitespace fix
* - Fix shebangsamdmi32015-05-311-2/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* - Strip libraryamdmi32015-05-301-1/+2
|
* Fix USE_GITHUB usage.mat2015-05-282-4/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Drop USES=desktop-file-utils as suggested by portlintamdmi32015-05-281-2/+3
| | | | - Strip library
* Upgrade to 1.0.8.vanilla2015-05-252-3/+3
|
* - Update RUN_DEPENDS: security/rubygem-hmac is a duplicate of ↵sunpoet2015-05-241-1/+2
| | | | | | security/rubygem-ruby-hmac - Bump PORTREVISION for dependency change
* - Update to 05222015kmoore2015-05-233-27/+15
|
* Refresh to recent snapshots.thierry2015-05-205-13/+9
|
* - Add CPE infoamdmi32015-05-171-1/+1
| | | | Approved by: portmgr blanket
* - Update to 3.2.3tota2015-05-173-21/+17
| | | | | | - Regenerate patch file with 'make makepatch' - Use USES=shebangfix instead of RUBY_SHEBANG_FILES - Remove RUBY_REQUIRE
* - Modify deskutils/kdepim4 to install libkleo headers. This basicallytijl2015-05-162-11/+11
| | | | | | | | | | | | reverts http://websvn.kde.org/?view=revision&revision=1070773 (Linux distros have done something similar) - Let net-im/kopete-kde4 depend on libkleo from deskutils/kdepim4 to enable the cryptography plugin - Remove dependencies from kopete-kde4 for protocols that are no longer supported (libjingle and MSN/WLM) PR: 199546 Approved by: maintainer timeout (3 weeks)
* Upgrade to 20150514 v0.2.s.thierry2015-05-152-4/+4
| | | | | PR: ports/200220 Differential Revision: Ivan Klymenko (maintainer)
* - Fix plistamdmi32015-05-152-2/+1
| | | | - Update min. java version
* MASTER_SITES cleanup.mat2015-05-1421-41/+23
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Update to 15.04ashish2015-05-133-6/+19
| | | | - Fix issue fetching distfile, introduced in r386097
* net-im/p5-Net-XMPP: 1.02 -> 1.05pi2015-05-122-6/+5
| | | | | | | - Increase XML::Stream dependency to 1.24 - Update bug tracker location - RT#94649 use Digest::SHA (from Debian package maintainers) - RT#94650 spelling corrections (from Debian package maintainers)
* Cleanup DIST* variables.mat2015-05-124-7/+5
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* - Update to 0.2.r.20150509wen2015-05-112-4/+4
| | | | | PR: 200082 Submitted by: fidaj@ukr.net(maintainer)
* - Update to 20150505 v0.2.qwen2015-05-082-5/+5
| | | | | PR: 200000 Submitted by: fidaj@ukr.net(maintainer)
* - Properly register info pageantoine2015-05-082-4/+4
| | | | - Fix packaging without NLS
* Update ports in the n* categories to not use GH_COMMIT.mat2015-05-0820-41/+29
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Update to 3.10.0gahr2015-05-073-37/+40
| | | | | Release announcement: https://community.igniterealtime.org/blogs/ignite/2015/04/22/openfire-3100-released
* - Fix gemspec patchsunpoet2015-05-032-10/+11
| | | | - Bump PORTREVISION for package change
* - Update to 1.5.1sunpoet2015-05-032-4/+5
| | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master PR: 199691 Submitted by: Michael Fausten <ports@michael-fausten.de>
* Upgrade uTox to 20150419 v0.2.p.thierry2015-04-283-17/+16
| | | | | PR: ports/199358 Submitted by: Ivan Klymenko
* - Update of qTox and toxcore after their new API is eventually fixedthierry2015-04-285-18/+18
| | | | | | | | | (this unbreak qTox) - Rename audio/filter_audio to audio/libfilteraudio. PR: ports/199726 Submitted by: yuri (at) rawbw.com
* - Chase GNU Emacs updatesashish2015-04-271-1/+1
| | | | PR: 199553
* Deprecate ports broken for more than 6 monthsantoine2015-04-261-0/+2
|
* - Add LICENSE_FILEamdmi32015-04-241-2/+3
| | | | | | - Add CPE info Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-231-1/+1
| | | | Approved by: portmgr blanket
* - Update to 15.1.0sunpoet2015-04-222-3/+3
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/words/topfiles/NEWS
* Fix build.mat2015-04-211-0/+3
| | | | | | | | | | ===> Configuring for p5-Net-AIM-1.22_1 /wrkdirs/usr/ports/net-im/p5-Net-AIM/work/Net-AIM-1.22/Net is a recursive symbolic link at /usr/local/lib/perl5/5.21/File/Find.pm line 88. Checking if your kit is complete... *** Error code 255 With hat: perl@ Sponsored by: Absolight
* Convert to USES=autoreconftijl2015-04-181-5/+4
|
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-4/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* - Add CPE infoamdmi32015-04-161-1/+3
| | | | Approved by: portmgr blanket
* converters/libiconv:tijl2015-04-157-28/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 0.9.8.lx2015-04-152-3/+3
|
* Mark BROKEN: fails to buildantoine2015-04-121-0/+2
| | | | | | | | | | | | | | | src/widget/form/profileform.cpp:217:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH' if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH) ^ src/widget/form/profileform.cpp:226:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH' if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH) ^ src/widget/form/profileform.cpp:232:33: error: use of undeclared identifier 'TOX_AVATAR_FORMAT_PNG' Nexus::getCore()->setAvatar(TOX_AVATAR_FORMAT_PNG, bytes); ^ 3 errors generated. Reported by: pkg-fallout
* These need Module::Build.mat2015-04-121-1/+1
| | | | Sponsored by: Absolight
* These needs Module::Build.mat2015-04-111-1/+1
| | | | Sponsored by: Absolight
* - Add CPE infoamdmi32015-04-093-3/+3
| | | | Approved by: portmgr blanket
* - Update to 4.3.2sunpoet2015-04-062-3/+3
| | | | Changes: https://github.com/jimmycuadra/lita/releases
* Add NVIDIA_GL description to Mk/bsd.options.desc.mkxmj2015-04-052-6/+3
| | | | | | | | | | - Add NVIDIA_GL description to Mk/bsd.options.desc.mk - Remove NVIDIA_GL_DESC from all concerned ports - Use options helpers where adequate. Differential Revision: https://reviews.freebsd.org/D1759 Approved by: koobs (mentor) Approved by: portmgr (bapt)
* xmpp-client is a simple XMPP client written in pure Go. It supports the OTRcs2015-04-047-0/+81
| | | | | | protocol. WWW: https://github.com/agl/xmpp-client
* Convert kde@ ports to USES=metaport.rakuco2015-04-041-5/+1
| | | | Submitted by: alonso@
* net-im/uTox: update 0.2.o.git20150311 -> 0.2.o.20150402robak2015-04-032-4/+4
| | | | | | | - Removed 'git' from PORTVERSION date appendix PR: 199143 Submitted by: Ivan Klymenko <fidaj@ukr.net>
* Refresh.thierry2015-04-025-14/+10
|
* net-im/tkabber-plugins: update 1.1 -> 1.1.1robak2015-03-313-4/+5
| | | | | PR: 198999 Submitted by: Mikhail <mp39590@gmail.com>
* net-im/tkabber: update 1.1 -> 1.1.1robak2015-03-312-3/+3
| | | | | PR: 198998 Submitted by: Mikhail <mp39590@gmail.com>
* Remove dead mirrorbapt2015-03-311-1/+1
|
* net-im/corebird: 0.9 -> 1.0pi2015-03-318-44/+23
| | | | | | | | | | | - Update to 1.0 - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT - Remove unnedeed patches. Changes: https://github.com/baedert/corebird/releases/tag/1.0 PR: 199041 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* Update ruby-gems to 2.4.5swills2015-03-303-68/+21
| | | | | Note this is a big upgrade and the way gemspecs are generated changed. As a result, all patched gemspecs had to have new patches.
* Fix RUN_DEPENDSantoine2015-03-281-1/+1
|
* Update the Gnome stack to the latest in the 3.14 series.kwm2015-03-273-5/+6
| | | | | | | Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes ports updated. Obtained from: GNOME dev repo
* - Update to 0.55sunpoet2015-03-262-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES
* 4 ports categories: Remove $PTHREAD_LIBSmarino2015-03-255-9/+7
| | | | | | Categories: www, ftp, net-im, net-mgmt approved by: PTHREAD blanket
* - Update to 15.02[1]ashish2015-03-224-32/+22
| | | | | | | | | | - Fix issue with upgrading port[2] where directory permissions get reset - Add CPE information - Cleanup pkg-plist PR: 198587[1] Submitted by: samm at os2.kiev.ua[1] Reported by: Igor Karpov (via private email)[2]
* Refresh.thierry2015-03-202-4/+4
|
* Refresh.thierry2015-03-205-22/+25
| | | | Submitted by: Yuri <yuri (at) rawbw.com>
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-202-2/+2
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* - Clarify LICENSEamdmi32015-03-161-2/+6
| | | | | - Add LICENSE_FILE - Strip library
* - Update to 4.3.0sunpoet2015-03-143-17/+13
| | | | | | | - Add LICENSE - Remove outdated RUBY_VER check Changes: https://github.com/jimmycuadra/lita/releases
* Clean up the rest of the perl@ Makefiles a bit.adamw2015-03-142-17/+2
| | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
* - Update MAINTAINER: use @FreeBSD.orgsunpoet2015-03-132-2/+2
|
* Update KDE SC to 4.14.3alonso2015-03-122-3/+2
| | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
* Update to git20150311 v0.2.o.thierry2015-03-124-12/+24
| | | | | PR: ports/198528 Differential Revision: Ivan Klymenko (maintainer)
* Add an option for libnotify supportarved2015-03-092-1/+41
| | | | Submitted by: Denis D <stdedjub@googlemail.com> (Makefile changes)
* - Update to 1.10.1sunpoet2015-03-062-4/+4
| | | | Changes: https://github.com/collectiveidea/tinder/blob/master/CHANGELOG.txt
* Update to 0.4.6arved2015-03-043-5/+8
|
* New port: net-im/corebirdpi2015-03-0410-0/+160
| | | | | | | | | | | Corebird is a native GTK3 Twitter client that provides features such as Direct Messages (DMs), Tweet notifications. WWW: http://corebird.baedert.org/ PR: 197530 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Reviewed by: tijl, olivierd, thierry
* net-im/gajim: update to 0.16.1rm2015-03-033-3/+4
| | | | | | | | | changelog: * Fix sending Zeroconf messages * Make ipython compatible to version >= 1.0 * Support Message Archive Management (XEP-0313) * Minor fixes and improvements
* [NEW] net-im/py-slackclient: Python client for Slack.comkoobs2015-03-034-0/+27
| | | | | | | A basic client for Slack.com, which can optionally connect to the Slack Real Time Messaging (RTM) API. WWW: https://github.com/slackhq/python-slackclient
* Remove Author from pkg-descr and white space fixesbapt2015-03-031-1/+0
|
* Refresh.thierry2015-03-014-8/+8
|
* - Fix USES=twisted: we do not support/need twisted:coresunpoet2015-02-261-1/+1
| | | | | PR: 198049 Submitted by: <michal@hanu.la>
* Update to 2.6.3garga2015-02-252-5/+5
|
* Author rerolled distfile without bumping version.arved2015-02-252-2/+3
| | | | | | | | | | (diff is found in the referenced PR) - Fixes error "rate limit rate failure" - Enables SSL by default PR: 197988 Approved by: maintainer
* - Simplify MASTER_SITESamdmi32015-02-231-1/+7
| | | | | - Add LICENSE - Strip libraries
* - Update to version 1.24pawel2015-02-214-8/+28
| | | | | | | | | | - Port development has moved to new place - Add EXAMPLES option - Inform users of config format change in pkg-message PR: 197248 Submitted by: Tomas Hecker <tomas.hecker@gmail.com> Approved by: maintainer timeout
* - Sort PLISTsunpoet2015-02-201-3/+3
|
* Update to 0.53.adamw2015-02-202-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp
* - Remove deprecated USE_KDE4=kdehiermakc2015-02-202-2/+2
| | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
* - Update to 15.0.0sunpoet2015-02-192-3/+3
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/words/topfiles/NEWS
* Use USES autoconfarved2015-02-181-5/+1
| | | | Submitted by: mat
* Fix typoarved2015-02-181-1/+1
| | | | Submitted by: Freshports sanity checker
* Add profanity, an console XMPP clientarved2015-02-185-0/+46
|
* Add port for libstrophe, an XMPP library for Carved2015-02-187-0/+356
| | | | Parts of this port is based on work by fabianfreyer@github
* - Update to 0.52culot2015-02-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES
* - Fix building with ICONV option on 9.x and 8.xashish2015-02-161-0/+1
| | | | PR: 197697
* Update to 0.51.adamw2015-02-152-4/+3
| | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp
* Telegram-purple is a Libpurple plugin that adds support for thekmoore2015-02-126-0/+66
| | | | | | Telegram messenger. WWW: https://github.com/majn/telegram-purple
* Really remove all files I should have removed.madpilot2015-02-111-10/+0
|
* Remove file I forgot to delete in previous commit.madpilot2015-02-111-24/+0
|
* - Update gloox to 1.0.13madpilot2015-02-114-10/+12
| | | | | | | - Chase gloox library version bump in dependent ports PR: 197450 Submitted by: tkato432@yahoo.com
* The proxy65 project is an external component (written on top of the Twistedmm2015-02-107-0/+118
| | | | | | | | Python library) that can be hooked up to existing Jabber/XMPP server to provide SOCKS5 Bytestreams functionality for file transfer between Jabber users, as specified in XEP-0065. WWW: https://github.com/mmatuska/proxy65/
* Fix the plist when building without NSS.marcus2015-02-101-2/+2
| | | | Submitted by: Sergey Kandaurov <pluknet@gmail.com>
* - Update to 14.12ashish2015-02-087-105/+268
| | | | | | | - Remove HTTP option, and add RIAK option - Remove a diff as it's not needed anymore - Add diff for building with Erlang 17RB - Update dependency tarball
* Re-take maintainership for mu-conferencemm2015-02-071-1/+1
|
* Update to git20150204 v0.2.l .thierry2015-02-063-5/+27
| | | | | PR: ports/197347 Submitted by: Ivan Klymenko (maintainer)
* Update to today's snapshots.thierry2015-02-054-8/+8
|
* - Remove always false OSVERSION conditionsamdmi32015-02-032-45/+1
| | | | | - Fix whitespace - Don't cat pkgmessage from Makefile
* Remove expired ports:rene2015-02-035-66/+0
| | | | | | | | | 2015-01-31 audio/py-eyed3-06: In audio/abcde dependency has been changed to audio/py-eyed3 2015-01-31 mail/postfix210: Use mail/postfix instead. 2015-01-31 net-im/venom: No more support from the project 2015-02-01 security/openssh-portable66: security/openssh-portable now has all patches working. This port is obsolete. 2015-01-31 www/p5-WWW-Scraper-ISBN-Driver: Merged to www/p5-WWW-Scraper-ISBN by upstream 2015-01-31 www/p5-WWW-Scraper-ISBN-Record: Merged to www/p5-WWW-Scraper-ISBN by upstream
* Remove expired ports:rene2015-01-296-51/+0
| | | | | | | | | | | 2015-01-26 audio/qmidinet: Broken for more than 6 months 2015-01-26 audio/wmauda: Broken for more than 6 months 2015-01-26 audio/x11amp: Broken for more than 6 months 2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream 2015-01-26 ftp/rexx-curl: Broken for more than 6 months 2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months 2015-01-26 www/lifetype: Broken for more than 6 months 2015-01-26 www/ump: Broken for more than 6 months
* Fix LIB_DEPENDSantoine2015-01-251-2/+2
|
* Fix some _DEPENDSantoine2015-01-252-4/+4
|
* Switch some dependencies from a directory name or a file generated by ↵antoine2015-01-241-1/+1
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAantoine2015-01-242-4/+1
|
* - Add LICENSEsunpoet2015-01-231-10/+11
| | | | | | | | - Update and sort *_DEPENDS PR: 196891 Submitted by: sunpoet (myself) Approved by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* Mark BROKEN and DEPRECATED.thierry2015-01-211-1/+5
| | | | | | | Its maintainer left long ago and the Tox project have no future plans to support it. Also, it does not currently build with Toxcore. Suggested by: urras (at) tox.im
* Update folks to 0.10.1.kwm2015-01-203-7/+5
| | | | | Update tranlations. Remove commented post-patch lines.
* - Update to 3.2.2tota2015-01-192-3/+3
|
* - Update to 3.2.1tota2015-01-182-3/+3
|
* Remove giflib dependencyalonso2015-01-181-1/+0
| | | | | | | | | | | | Kopete directly links giflib in it's windows live messager plugin, however the build / installation of that plugin was disabled when libmsn deprecated more than a year ago. As new builds of kopete won't contain that plugin, the giflib dependency can safely be removed. Found by Aleksander Matveev <timon@timon.net.nz>, see http://lists.freebsd.org/pipermail/svn-ports-all/2015-January/083174.html Approved by: rakuco (mentor)
* - Add missing dependency on rubygem-nokogiritota2015-01-181-1/+2
| | | | | RP: 196381 Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
* Upgrade to git20150114 v0.1.9.thierry2015-01-162-4/+4
| | | | | PR: ports/196749 Submitted by: Ivan Klymenko (maintainer)
* Update libnice to 0.1.8.kwm2015-01-168-19/+27
| | | | Enable introspection support.
* Add missing USE_OPENSSL=yestijl2015-01-151-1/+2
| | | | PR: 195796
* Refresh.thierry2015-01-152-5/+4
|
* Upgrade to a recent snapshot.thierry2015-01-152-5/+13
| | | | | PR: ports/196710 Submitted by: yuri (at) rawbw.com (maintainer)
* Upgrade to the latest snapshot.thierry2015-01-152-5/+4
| | | | | PR: ports/196709 Submitted by: yuri (at) rawbw.com
* Update graphics/giflib to 5.0.5antoine2015-01-151-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* Require a more recent compiler to avoid bugs with base GCC.rakuco2015-01-142-23/+1
| | | | | | | | | Instead of augmenting the existing patch in files/ to work around a bug with base GCC that required a working copy constructor in an expression that actually uses operator=(), just switch to a more modern compiler that does not have this problem. This fixes the build on 8.4 and 9.3.
* Upgrade to 1.0.6, add LICENSE, move to tar:tgz.vanilla2015-01-132-4/+6
|
* net-im/py-nbxmpp: update to 0.5.2rm2015-01-132-3/+3
| | | | | | | | Changelog: * Fix BOSH HTTP requests * Fix handling of binary SASL data for mechanism GSSAPI * Update MAM namespace
* - Update devel/qca to version 2.1.0tijl2015-01-133-8/+4
| | | | | | | | | | - Plugins are no longer available separately so remove security/qca-* and replace them with options in devel/qca - Adjust all ports that depended on security/qca-* - This also fixes the build of the OpenSSL plugin when OpenSSL doesn't support SSLv2 Approved by: kde (rakuco)
* Switch default python3 version from 3.3 to 3.4.demon2015-01-111-0/+1
| | | | | | Bump PORTREVISIONs for the affected ports. Exp-run by: antoine
* Pass maintainership of KDE Telepathy ports to kde@.rakuco2015-01-0615-15/+15
| | | | | | | Those ports are already maintained by the whole team, so formally adapt the ports from avilla@. Approved by: avilla
* net-im/plasma-applet-ktp: Unbreak (upgrade to version 0.8.0)marino2015-01-033-5/+4
|
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* Fix farsight2 build on arm, by explicitly linking to -lm for sqrt(3)kwm2015-01-022-0/+22
| | | | | | | | While here apply the same the same to farstream PR: 196070 Submitted by: mikael.urankar@gmail.com Verified by: sbruno@
* - Add PORTSCOUTsunpoet2015-01-022-17/+19
| | | | - Sort PLIST
* net-im/gajim: drop KEYRING optionrm2015-01-011-3/+1
| | | | | Drop KEYRING option - it is depends on no more existing gnome component. Not bumping PORTREVISION because it wasn't default option.
* Allow building with either giflib 4.2 or 5.0antoine2014-12-271-0/+92
|
* - Update to 3.2.0tota2014-12-273-3/+9
|
* Deprecate ports broken for more than 6 monthsantoine2014-12-271-0/+2
|
* Replace gnomehack with pathfixbapt2014-12-251-3/+3
|
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-242-2/+2
| | | | Approved by: bapt
* - Update to 3.1.1tota2014-12-232-4/+3
|
* - Restrict Ruby version to 2.0.0 or latertota2014-12-231-2/+9
| | | | - Remove dependency on devel/ruby-bsearch
* - Fix plistantoine2014-12-214-59/+15
| | | | - Replace pkg-install/pkg-deinstall scripts with @dir
* cleanup plistbapt2014-12-219-9/+0
|
* Use GH_COMMITantoine2014-12-211-2/+1
|
* Put back the local perl hack for .packlist to fix make stage.marcus2014-12-201-0/+6
| | | | PR: 192054
* Mark BROKEN: missing distinfoantoine2014-12-201-0/+2
| | | | Reported by: pkg-fallout
* Update telepathy to 0.8.0alonso2014-12-1641-189/+299
| | | | | | | | | | | | | Merge area51's commits 10180, 10181, 10314, 10315, 10485, 10491, 10492, 10500, 10502, 10503 and 10504. Individual revisions can be reviewed at http://src.mouf.net/area51/log This commit is based on a patch originally sent to the kde@ mailing list by T.C.Berner <tcberner@gmail.com>, and introduces a new port for ktp-desktop-applets. Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D1264
* - Reset maintainership of my portsgahr2014-12-113-3/+3
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-093-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Sort entries alphabetically across all categories to avoid extra repo churn.danfe2014-12-081-1/+1
|
* Add databases/qt5-sqldrivers-sqlite3 missing dependency.thierry2014-12-051-2/+3
| | | | | | PR: ports/195654 Submitted by: Igor Ostapenko Approved by: maintainer (yuri)
* - Update to 4.1.0cs2014-12-031-0/+1
| | | | | | - Use striping - Please portlint - Bump PORTREVISION
* Update to 2.10.11 and fix the build with the ncurses port.marcus2014-12-031-0/+1
| | | | Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix)
* Update to 2.10.11 and fix the build with the ncurses port.marcus2014-12-037-24/+20
| | | | Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix)
* Update to 0.9.7.lx2014-12-022-4/+3
|
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-305-51/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* Mark ignore on the cluster as it requires a non-default python versionarved2014-11-281-1/+7
| | | | Reported by: bapt
* Add poezio a python XMPP client for the consolearved2014-11-284-0/+26
|
* Add port py-sleekxmpp, an XMPP libraryarved2014-11-284-0/+29
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2639-146/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Remove folks04, it no longer used after the GNOME 3 import.kwm2014-11-265-63/+0
|
* - Add LICENSEsunpoet2014-11-252-5/+2
| | | | - Cleanup PLIST
* - Update to 3.1.0tota2014-11-243-7/+43
|
* - Update libsodium to 1.0.1vsevolod2014-11-241-0/+1
| | | | - Bump revison for dependent ports
* - Unbreakantoine2014-11-232-11/+4
| | | | | - Allow staging as a regular user - Cleanup plist
* Fix some USE_PGSQL that were missed beforecrees2014-11-231-1/+2
| | | | Submitted by: antoine
* Finally retire USE_PGSQLcrees2014-11-231-1/+1
|
* Switch to USES=pgsqlcrees2014-11-231-1/+1
|
* Add license lines.kwm2014-11-231-0/+2
| | | | | PR: 191071 Submitted by: Keith Gaughan <k@stereochro.me>
* Remove pkg-install and pkg-deinstallmm2014-11-226-83/+71
| | | | | Use .sample config files instead of .dist Improve pkg-plist
* Cleanup plistantoine2014-11-2269-1125/+58
|
* Upgrading to 0.141118.thierry2014-11-223-14/+17
| | | | | | | Note: ATM qTox won't work if Tox has been built with the NACL option! PR: ports/195157 Submitted by: yuri (at) rawbw.com (maintainer)
* Opps, add distinfo I forgot to commit earlierkmoore2014-11-211-2/+2
|
* - Rename net-im/tg to net-im/telegramkmoore2014-11-207-2/+3
| | | | Approved by: Maintainer <gahr@>
* - Add missing runtime dep for Qt5 sql-sqlite3kmoore2014-11-191-1/+2
| | | | - Bump PORTREV
* A different graphical telegram client from Sialan.Labs.kmoore2014-11-196-0/+1177
| | | | WWW: https://github.com/sialan-labs/sigram
* - Remove duplicate port of net-im/tgkmoore2014-11-195-63/+0
|
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-1971-1541/+2243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
* Command-line interface for Telegram. Uses readline interface.kmoore2014-11-195-0/+63
| | | | WWW: https://github.com/vysheng/tg
* Take miwi's old perl ports into perl@'s fold.mat2014-11-181-1/+1
| | | | Sponsored by: Absolight