| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
| |
Port changes:
* .desktop file got renamed
* Intermediate revision (when present) is based on DISTVERSIONSUFFIX
Reported by: portscout
|
|
|
|
|
| |
PR: 229483
Submitted by: norrland@nullbyte.se (maintainer)
|
|
|
|
| |
Reported by: Bryan Erickson <bryan at xorcara dot com> (private email)
|
|
|
|
|
| |
Marcin Cieślak <saper@saper.info> plans to submit a fix, but needs more
time.
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=stomp&release=2.0.2
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Starting or stopping services is the role of pkg(8).
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.3>
- Bump PORTREVISION of consumers.
|
|
|
|
|
| |
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
|
|
|
|
| |
Changes: https://github.com/google/protobuf/releases
|
|
|
|
|
|
|
|
|
| |
- Update license and WWW
Changes: https://github.com/uTox/uTox/releases
PR: 229198
Submitted by: tobik
Approved by: maintainer
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- py-qt have their framework
- depending on a single file breaks with multiple flavors.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
Changelog:
http://download.igniterealtime.org/openfire/docs/4.2.3/changelog.html
PR: 229165
Submitted by: dougs@dawnsign.com
|
|
|
|
|
|
| |
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Add minitox: a minimal client written for toxcore
|
|
|
|
|
| |
PR: 229069
Submitted by: maintainer
|
|
|
|
| |
2018-06-15 net-im/imspector: No active upstream, master site disappeared long ago
|
|
|
|
|
| |
PR: 228928
Submitted by: norrland@nullbyte.se (maintainer)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 228871
Submitted by: Sascha Biberhofer <ports@skyforge.at>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: 228640
Submitted by: emaste
|
| |
|
|
|
|
|
| |
- Add LICENSE
- Fix and update WWW
|
|
|
|
|
| |
PR: 228713
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
|
|
|
|
|
| |
PR: 228440
Submitted by: Piotr Kubaj
Security: CVE-2018-10847
|
|
|
|
|
| |
PR: 228597
Approved by: portmgr (antoine)
|
|
|
|
|
| |
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
|
|
|
|
|
|
|
|
| |
- The software has no active upstream. The last update was in 2011.
- The master site disappeared long ago.
PR: 228305
Reported by: maintainer
|
|
|
|
|
|
|
| |
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Security: https://matrix.org/blog/2018/05/01/security-update-synapse-0-28-1/
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Approved by: mat, tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
WWW: https://github.com/dylex/slack-libpurple
PR: 228279
Submitted by: Albert Ou <aou@eecs.berkeley.edu>
Approved by: pi (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
MSN Messenger service terminated 2017-05-19
|
|
|
|
|
| |
PR: 228170
Submitted by: <jjuanino@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
tests.
PR: 228178
Reported by: vvd (at) unislabs.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Python 3 is now supported [1].
- Update and sort all *_DEPENDS to match upstreams declarations, using specific
versions where declared and possible (eg: we dont use "!=").
- We want one line per test ouput, so verbosify the tests.
[1] https://github.com/slackapi/python-slackclient/issues/165
Changelog:
https://slackapi.github.io/python-slackclient/changelog.html
PR: 228137
Submitted by: Derek Schrock <dereks lifeofadishwasher com>
|
| |
|
| |
|
|
|
|
|
|
| |
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15270
|
| |
|
| |
|
|
|
|
|
|
|
| |
Changes: https://github.com/42wim/matterircd/blob/v0.17.3/changelog.md
PR: 227964
Submitted by: norrland@nullbyte.se (maintainer)
|
|
|
|
|
| |
See the changelog in:
https://github.com/qTox/qTox/blob/master/CHANGELOG.md
|
| |
|
|
|
|
|
| |
assignment, which is set appropriately by the b.p.m when `pkg-message'
appears on the SUB_FILES list.
|
|
|
|
|
|
| |
* some dependency which pulled this in previously seems to have changed.
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
| |
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
|
|
|
|
| |
Changelog:
https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.2/ChangeLog#L1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/video/camerasource.cpp:112:5: error: 'av_register_all' is deprecated [-Werror,-Wdeprecated-declarations]
av_register_all();
^
/usr/local/include/libavformat/avformat.h:2025:6: note: 'av_register_all' declared here
void av_register_all(void);
^
PR: 227726
Reported by: antoine (via exp-run)
Obtained from: upstream
|
|
|
|
| |
* Due to the different fetch method the distinfo changed.
|
|
|
|
|
| |
Reported by: antoine
Pointy-hat to: tcberner
|
|
|
|
| |
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
|
|
|
|
|
|
|
| |
Changes: https://github.com/42wim/matterircd/blob/v0.17.2/changelog.md
PR: 227696
Submitted by: norrland@nullbyte.se (maintainer)
|
| |
|
|
|
|
|
| |
- While I'm here, remove .include <bsd.port.options.mk>
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
|
|
|
|
|
|
| |
PR: 227616
Submitted by: 0mp@FreeBSD.org (maintainer)
Reported by: z7dr6ut7gs@snkmail.com
|
|
|
|
| |
Release notes at https://github.com/TokTok/c-toxcore/releases/tag/v0.2.2
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
My enthusiasm for Matrix has been throughly exhausted.
|
|
|
|
|
| |
PR: 227571
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
Changelog: https://github.com/erroneousboat/slack-term/releases/tag/v0.4.0
PR: 227524
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
| |
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14641
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651
|
|
|
|
| |
implicitly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
Reported by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
Changes: https://raw.githubusercontent.com/42wim/matterircd/v0.17.0/changelog.md
PR: 227391
Submitted by: norrland@nullbyte.se (maintainer)
|
|
|
|
|
|
|
| |
Changes: https://github.com/42wim/matterircd/blob/v0.16.8/changelog.md#v0168
PR: 227196
Submitted by: norrland@nullbyte.se (maintainer)
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions
PR: 223733
Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: gnome (maintainer timeout, too long)
Security: 1ce95bc7-3278-11e8-b527-00012e582166
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D14872
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.3.3
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
See https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog for
a list of changes in this release.
PR: 226467
Submitted by: swills
|
|
|
|
|
|
|
|
| |
output target. Pet portlint(1).
PR: 226995
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
|
|
|
|
| |
Relnotes: https://github.com/matrix-org/synapse/releases/tag/v0.27.2
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.3.2
|
|
|
|
|
|
|
| |
- Unsilence installation commands amd use correct INSTALL_xxx where applicable
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
| |
Changelog:
https://github.com/qTox/qTox/releases/tag/v1.14.1
|
| |
|
|
|
|
|
|
| |
also update my email address in "Created by:" field.
Approved by: hrs (mentor)
|
|
|
|
|
|
| |
Related with `USES=php` so is better to keep them together
Reported by: mat
|
|
|
|
|
|
|
| |
other packages
So far, Ring upstream is uncooperative and I couldn't get any answers.
Will re-add if this changes.
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Add LICENSE
* Add missing LIB_DEPENDS
* Change spaces to tabs
* Add USES=python
Approved by: portmgr (port compliance, infrastructure)
|
|
|
|
| |
Ports maintained by me in categories:: mail math net net-im
|
| |
|
|
|
|
|
|
| |
Pointy hat: sunpoet
Reported by: Gary Carter <kithop@gmail.com>
|
|
|
|
| |
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.3.1
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/qTox/qTox/blob/v1.14.0/CHANGELOG.md
Also updated WWW.
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Limit python version
- Fix shebangs properly
- Unsilence installation
Approved by: portmgr blanket
|
|
|
|
| |
- Bump PORTREVISION for package change
|
| |
|
|
|
|
| |
Release notes at https://github.com/TokTok/c-toxcore/releases/tag/v0.2.1
|
|
|
|
|
|
|
| |
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
| |
- Resolve absolute pathnames
- Do not silence installation messages
- Update pkg-descr
- Update WWW
- Bump PORTREVISION for package change
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
| |
Submitted by: yuri
Differential Revision: https://reviews.freebsd.org/D14558
|
|
|
|
| |
PR: 226311
|
|
|
|
|
|
| |
See https://github.com/uTox/uTox/pull/1157
Reported by: yuri
|
|
|
|
|
|
|
|
| |
- Upgrade tox to v0.2.0
Release notes at https://github.com/TokTok/c-toxcore/releases/tag/v0.2.0
PR: 226310
Differential Revision: https://reviews.freebsd.org/D14558
|
|
|
|
| |
PR: 195339
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
PR: 226332
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14577
|
|
|
|
|
|
|
|
| |
Port changes:
* Added stripping
* CFLAGS -> USES=localbase
This update makes it compatible with net-im/tox 0.2.0
|
|
|
|
| |
Changelog: https://github.com/baedert/corebird/releases/tag/1.7.4
|
|
|
|
| |
Pet portlint while here.
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
98 ports are affected.
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
| |
- Add NO_ARCH
- Convert to USES=shebangfix
|
|
|
|
|
| |
PR: 226157
Submitted by: xmj
|
|
|
|
| |
With hat: portmgr-secretary
|
|
|
|
|
|
| |
https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112646.html
Submitted by: olevole@olevole.ru (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
|
| |
|
|
|
|
| |
Reported by: Piotr Kubaj <pkubaj@anongoth.pl> (email)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: swills, tz
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/fritzy/SleekXMPP/releases/tag/sleek-1.3.3
Additional port changes:
* Changed to DISTVERSION
* Changed MASTER_SITES to CHEESESHOP
* Added LICENSE_FILE
* Added RUN_DEPENDS according to setup.py
* Added NO_ARCH=yes
Reported by: portscout
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
| |
Changelog:
http://download.igniterealtime.org/openfire/docs/4.2.2/changelog.html
|
|
|
|
|
| |
I haven't found the time to update this port to the latest version within
one year
|
|
|
|
| |
Two new releases and I haven't had time to update the port for 5 months
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
A libpurple/Pidgin plugin for Discord
WWW: https://github.com/EionRobb/purple-discord
|
|
|
|
| |
Changes: https://github.com/raelgc/scudcloud/releases/tag/v1.65
|
|
|
|
|
|
| |
While here, also silence some commands.
Reported by: AMDmi3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gmake[3]: Entering directory '/wrkdirs/usr/ports/net-im/empathy/work/empathy-3.12.14/extensions'
/usr/local/bin/python3.6 ../tools/xincludator.py misc.xml > _gen/misc.xml
/usr/local/bin/python3.6 ../tools/xincludator.py all.xml > _gen/all.xml
Traceback (most recent call last):
File "../tools/xincludator.py", line 45, in <module>
stdout.write(xml)
UnicodeEncodeError: 'ascii' codec can't encode character '\xa9' in position 246: ordinal not in range(128)
Traceback (most recent call last):
File "../tools/xincludator.py", line 45, in <module>
stdout.write(xml)
UnicodeEncodeError: 'ascii' codec can't encode character '\xa9' in position 302: ordinal not in range(128)
gmake[3]: *** [Makefile:775: _gen/misc.xml] Error 1
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
| |
The assets are generated with a random hex string, so patch files to make
this part of the build reproducible.
Reported by: Gérald Niel
|
|
|
|
|
|
| |
- Add missing files to plist
Approved by: portmgr blanket
|
|
|
|
|
| |
- Add missing depends
- Pet portlint
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.2.0
|
|
|
|
|
| |
Approved by: maintainer (rm@)
MFH: 2018Q1
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
- Fix shebangs
|
| |
|
|
|
|
|
| |
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
PR: 224923
|
|
|
|
|
|
|
|
|
| |
- Add the patch to fix the mikutter issue 1130
- Make portlint happy
Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
PR: 224923
MFH: 2018Q1
|
|
|
|
|
|
|
|
|
|
| |
- Drop librest because is no longer a dependency
- Add DEBUG option
- Pet portlint, USE_* comes before USES
Changelog: https://github.com/baedert/corebird/releases/tag/1.7.3
PR: 221942
|
|
|
|
|
|
|
| |
Update WWW
PR: 225122, 225123, 221941
Submitted by: cpm
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Reference: https://github.com/tootsuite/mastodon/commit/d966878e8723dd029b9c5abad3d55e917f78d46f
|
|
|
|
| |
- Remove a diff which is already included upstream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 225290
Submitted by: Naram Qashat (maintainer)
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
|
|
|
|
| |
PR: 224777
Approved by: maintainer timeout (meta+ports@vmeta.jp, > 2 weeks)
|
| |
|
|
|
|
| |
Submitted by: Philip Brown <philip.brown@kiwienglish.es>
|
|
|
|
|
| |
PR: 218828
Submitted by: Matthew Rezny <rezny@freebsd.org>
|
| |
|
|
|
|
| |
With hat: portmgr-secretary
|
|
|
|
|
|
|
| |
PR: 224527
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: sepulkarium45@yahoo.com (maintainer timeout)
Relnotes: https://github.com/EionRobb/skype4pidgin/releases
|
|
|
|
|
|
| |
- Also fix issue with pid file path in rc scripts.
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
| |
if /usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
PR: 224945
|
|
|
|
| |
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.1.2
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
| |
Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.26.0
MFH: 2018Q1
|
|
|
|
|
| |
- Remove upstream-ed patches
- Strip additional binaries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.11>.
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
|
|
|
|
|
|
| |
PR: 224193
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13434
|
|
|
|
| |
shut down on 2017-12-15.
|
|
|
|
| |
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.1.0
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the AIM network was shut down at 2017-12-15.
net-im/centerim
net-im/centerim-devel
net-im/libpurple
Reported by: Dmitri Goutnik <dg@syrec.org>
|
|
|
|
|
|
| |
PR: 224278
Submitted by: olgeni
Approved by: koobs (maintainer)
|
|
|
|
|
|
|
| |
was shut down on 2017-12-15:
net-im/pork
security/aimsniff
|
|
|
|
|
|
|
|
| |
* Make BONJOUR a protocol option since it behaves like one
* Add a radio button for TLS options NSS and GNUTLS
PR: 223120
Submitted by: sid@bsdmail.com
|
|
|
|
|
|
|
|
|
|
| |
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
|
| |
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
Changelog:
http://download.igniterealtime.org/openfire/docs/4.2.1/changelog.html
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
|
| |
|
|
|
|
|
| |
Changelog:
http://download.igniterealtime.org/openfire/docs/latest/changelog.html
|
| |
|
|
|
|
|
|
| |
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
|
|
|
|
|
|
|
|
|
| |
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|