Talkatu is a collection of Gtk+ widgets that are useful for chat applications.
It was started as a rewrite of the GtkIMHTML widget found in Pidgin, but
quickly expanded to include most things related to conversation windows.
WWW: https://bitbucket.org/rw_grim/talkatu/overview
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Changelog:
Gajim 1.0.3 (20 May 2018)
Bugs fixed:
* 8296 Fix errors on roster updates after stream management resume
* 9106 Convert font weight from pango to css values
* 9124 Bring ChatControl to front when notification is clicked
* Set no-store hint on groupchat chatstates
* Dont show OOB uri if message body is the same
* Add missing bybonjour dependency for Windows zeroconf
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
This a security release for libwww to take into account security advisories
CVE-2016-9063 and CVE-2017-9233.
In order to take into account current and future expat security advisories,
the expat source code was removed from the libwww tree. The makefiles were
modified so that libwww dynamically links against the system's expat library.
Patches removed were incorporated upstream.
Bump PORTREVISION of dependent ports due shlib change.
Changes: https://raw.githubusercontent.com/w3c/libwww/5.4.2/ChangeLog
MFH: 2018Q3
Security: e375ff3f-7fec-11e8-8088-28d244aee256
- Add a note to UPDATING about removal of support for IRC transport
- Thanks to reporter for help with testing
PR: 229388
Reported by: post at zuglufttier dot de
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
- Switch to using Github sources, easier to maintain
- Remove dependency on git
- Add dependency on autoreconf as we are now using sources from git
- Thanks to Bernhard, and reporter for help with testing
PR: 228935
Reported by: post at zuglufttier dot de
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
Buddy List window. It can be used to achieve a rudimentary "single window mode"
for Pidgin. Both Window Merge and Pidgin itself should be kept updated for
the most stable experience.
WWW: https://github.com/dm0-/window_merge
PR: 227094
Submitted by: Volodymyr Kostyrko <arcade@b1t.name>
File bankruptcy with net-im/mastodon. After the www/node upgrade to 10, it
broke again. In general, the return to effort ratio trying to contort
these node modules and ruby gems in to a port is too low (for me). I will
leave the port here for about a month in case anyone else would like to
give it a go.
For those who want to run a FreeBSD-based instance on the "fediverse", it
is probably easier to simply follow Mastodon's installation guide.
Alternatively, I have heard good things about Pleroma [1], so you may want
to give it a try.
[1] https://git.pleroma.social/pleroma/pleroma
This port has been broken for years and no longer maintained by upstream.
Also, remove security/rubygem-jugyo_twtter_oauth. It is a fork of
twitter_oauth[1] and required only by net-im/rubygem-earthquake.
[1] https://rubygems.org/gems/twitter_oauth
Approved by: hrs (mentor)
Differential Revision: https://reviews.freebsd.org/D15441
- Remove GRAPHICS option, it's now implicitly enabled in this version
- Remove the patch corresponding to a dependency removed upstream
- Thanks to reporter for help with testing
PR: 227386
Reported by: post at zuglufttier dot de
into your Mastodon account, search for users and hashtags, display
timelines, post (toot), upload media files and perform account
related actions such us following, muting and blocking.
WWW: https://github.com/ihabunek/toot
PR: 227587
Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org>
- convert to using distutils and update dependencies
- comment off GUPNP and AVAHI options, because corresponding dependencies
are only work with python 2.x
- make NLS option default since gettext is used upon install
- SPELL option now using gspell instead of gtkspell. But, for some reason
our Gspell.language_get_available() return empty list, so this feature
doesn't work at the moment
- there are not PORTDOCS anymore, so remove handling of them
- actualize pkg-descr
- remove pkg-message because OTR is not ported to gajim 1.0, and CRYPTO
option is self-descriptive. User can realize where plugins are stored
by consulting official docs
Changelog:
https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.1/ChangeLog
The main visible change is that gajim now requires Python 3.5+ and GTK3
PR: 226794
Submitted by: Greg V <greg@unrelenting.technology> (based on)
* net-im/kaccounts-integration
* net-im/kaccounts-providers
* net-im/ktp-accounts-kcm
* net-im/ktp-approver
* net-im/ktp-auth-handler
* net-im/ktp-call-ui
* net-im/ktp-common-internals
* net-im/ktp-contact-list
* net-im/ktp-contact-runner
* net-im/ktp-desktop-applets
* net-im/ktp-filetransfer-handler
* net-im/ktp-kded-module
* net-im/ktp-send-file
* net-im/ktp-text-ui
* net-im/telepathy-logger-qt5
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
2018-03-31 math/abacus: Unmaintained and has a broken shared library
2018-03-31 audio/muse: Unmaintained upstream, crashes at runtime
2018-03-31 net/paris-traceroute: Legacy paris-traceroute is not supported anymore. Use net/scamper instead
2018-04-01 net-im/cjc: Depends on expired net-im/py-xmpp
2018-02-28 net-im/py-pyxmpp: Obsoleted in favor of PyXMPP2
Minimal IRC server which integrates with Mattermost and Slack.
Connect to your local/remote Mattermost installation or to Slack via your
IRC-client.
WWW: https://github.com/42wim/matterircd
PR: 227063
Submitted by: norrland@nullbyte.se
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876
This is consistent with r462619, which moved most (but not all,
hence this commit) of the KDE4-era ports out of the way for
newer generation KDE.
Approved by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D14775
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
Port changes:
* Removed GH_ACCOUNT (not needed)
* Added USE_GNOME=gdkpixbuf2
* Added CMAKE_OFF=USE_CCACHE (ccache causes random build failures)
* Minor change in PLIST_FILES
Testing: runs fine
This update makes it compatible with net-im/tox 0.2.0
Approved by: tcberner (mentor, implicit)
This update is required to support XEP-0363 who becomes
the standard way to attach files to chat. Several xmpp
clients like conversation (conversation.im) moves to this
new standard making impossible the use of the old http_upload
module.
PR: 226041
Submitted by: rodrigo
Approved by: tcberner (maintainer)
Purple Facebook implements the Facebook Messenger protocol into pidgin, finch,
and libpurple. While the primary implementation is for purple3, this plugin is
back-ported for purple2.
WWW: https://github.com/dequis/purple-facebook
Additional port changes:
* Changed to DISTVERSION
* Added www/py-aiohttp dependency for python 3.5+, as per setup.py
Reported by: portscout
Approved by: tcberner (mentor, implicit)
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506
Append missing argument to the command suggested to generate a config.
Not worth bumping the PORTREVISION over. The software kindly asks you to
append the argument, so this will get included in the next package
update.
This port is outdated (last release was made in 2011), unmaintained and has no
consumers in ports tree. According to the official github page "this project is
becoming obsolete" since 2011 in favor of PyXMPP2 (from the same author, not yet
in ports) that support modern Python API's and run with both Python branches.
Mark it deprecated and set to expire at 2018-02-28.
Changelog:
Gajim 0.16.9 (30 November 2017)
* Improve Zeroconf behavior
* Fix showing normal message event
* remove usage of OpenSSL.rand
* a few minor bugfixes
Also remove no more needed local patch that is included into
version 0.16.9
PR: 225500
Submitted by: Goran Mekić <meka@tilda.center> (based on)
Without this change, two conflicting versions of the fog-core gem will be
pulled in, version 1 (devel/rubygem-fog-core1) and version
2 (devel/rubygem-fog-core).
ScudCloud improves the Slack integration with desktop featuring:
* multiple teams support
* native system notifications
* count of unread direct mentions at launcher/sytray icon
* alert/wobbling on new messages
* optional tray notifications and "Close to Tray"
* follow your desktop activity and will stay online while you're
logged in (if correct packages are installed)
WWW: https://github.com/raelgc/scudcloud
In file included from ../lib/engine/videoinput/videoinput-core.cpp:44:
In file included from ../lib/engine/videoinput/videoinput-core.h:40:
In file included from ../lib/engine/framework/services.h:48:
In file included from /usr/local/include/boost/signals.hpp:9:
In file included from /usr/local/include/boost/signal.hpp:27:
In file included from /usr/local/include/boost/signals/signal0.hpp:24:
In file included from /usr/local/include/boost/signals/signal_template.hpp:37:
In file included from /usr/local/include/boost/function/function0.hpp:11:
In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13:
/usr/local/include/boost/function/function_template.hpp:159:33: error: called object type 'nullptr_t' is not a function or function pointer
BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS));
^~~~
/usr/local/include/boost/function/function_template.hpp:81:36: note: expanded from macro 'BOOST_FUNCTION_RETURN'
# define BOOST_FUNCTION_RETURN(X) X
^
/usr/local/include/boost/function/function_template.hpp:925:53: note: in instantiation of member function 'boost::detail::function::void_function_obj_invoker0<nullptr_t, void>::invoke' requested here
{ { &manager_type::manage }, &invoker_type::invoke };
^
/usr/local/include/boost/function/function_template.hpp:716:13: note: in instantiation of function template specialization 'boost::function0<void>::assign_to<nullptr_t>' requested here
this->assign_to(f);
^
../lib/engine/notification/notification-core.h:59:61: note: in instantiation of function template specialization 'boost::function0<void>::function0<nullptr_t>' requested here
boost::function0<void> action_callback_ = NULL)
^
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^
Reported by: antoine (via bug 224669)
- Depend on textproc/rubygem-twitter-text1 to fix a run-time error after
textproc/rubygem-twitter-text was upgraded to a version unsupported by
Mastodon.
- After r457876, 457885, and r457886, net-im/mastodon failed to start,
because of an issue with both versions 3 and 4 of the redis gem being
pulled in.
/usr/local/lib/ruby/gems/2.4/gems/bundler-1.16.1/lib/bundler/runtime.rb:313:in
`check_for_activated_spec!': You have already activated redis 4.0.1, but
your Gemfile requires redis 3.3.5.
Patch, so that only version 4 is pulled in.
Hangouts Plugin for libpurple is a replacement purple for hangouts in
Pidgin/libpurple to support the proprietary protocol that Google
uses for its Hangouts service. So far it supports all the fun things
that aren't part of the XMPP interface, such as Group Chats,
synchronised history between devices and SMS support via Google
Voice.
WWW: https://bitbucket.org/EionRobb/purple-hangouts
PR: 217506
Submitted by: Jose G. Juanino <jjuanino@gmail.com>
Info: creating cache file /wrkdirs/usr/ports/net-im/teamwords/work/TeamWords-0.2.1/.qmake.cache
Project ERROR: Unknown module(s) in QT: webkitwidgets
I think the port was pulling qt5-webkit via qt5-assistant, and it broke after
qt5-assistant dropped the dependency.
- Add a fix from upstream to make it work with LibreSSL[1]
- Add a bug fix from upstream w.r.t. ejabberd_pix module
- Add a fix for kqueue implementation in 'fs' dependency module
- Remove FreeBSD sed workaround
PR: 224320 [1]
Submitted by: romain [1]