| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 235083
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Notes:
svn path=/head/; revision=491168
|
|
|
|
|
|
|
| |
Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.2.0
Notes:
svn path=/head/; revision=491143
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bitlbee plugin to allow connections to the discord chat service.
A more lightweight alternative to using bitlbee compiled with
libpurple support.
WWW: https://github.com/sm00th/bitlbee-discord
PR: 234007
Submitted by: Arthur Pirika <arfy32@gmail.com>
Reviewed by: koobs, ndowens@yahoo.com
Notes:
svn path=/head/; revision=491132
|
|
|
|
|
|
|
|
|
| |
PR: 232987
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
Approved by: maintainer timeout (jadawin, >2 months)
Notes:
svn path=/head/; revision=490478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
Notes:
svn path=/head/; revision=490472
|
|
|
|
|
|
|
|
|
| |
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this.
Notes:
svn path=/head/; revision=490211
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=490006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://irssi.org/NEWS/#v1-1-2
Irssi Security Advisory: https://irssi.org/security/irssi_sa_2019_01.txt
PR: 234798
Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Submitted by: tj@mrsk.me (email)
MFH: 2019Q1
Notes:
svn path=/head/; revision=489833
|
|
|
|
|
|
|
|
|
|
| |
- Convert to options helpers
- Switch to USES=mysql
- Remove obsolete comment that no longer seems to be relevant
- Fix CONFIGURE_ARGS assignment
Notes:
svn path=/head/; revision=489674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previous 5.0.0 port was a beta; this is the first real KF5- and Qt5-
compatible release. The release notes say "too many changes to be listed",
since the previous stable was six years ago. Since 5.0.0-beta1, several
(unnamed) bugfixes.
While here, fix up USES=python. KVIrc is only compatible with Python 2.7.
MFH: 2019Q1
Notes:
svn path=/head/; revision=489165
|
|
|
|
| |
Notes:
svn path=/head/; revision=488923
|
|
|
|
| |
Notes:
svn path=/head/; revision=488793
|
|
|
|
|
|
|
|
| |
- update to 3.31
- update homepage
Notes:
svn path=/head/; revision=488792
|
|
|
|
|
|
|
|
| |
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=488723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
|
|
|
| |
- Reorder Makefile to silence portlint warnings
- Fix pkg-descr to remove the irrelevant installation instruction
PR: 234202
Submitted by: David O'Rourke <dor dot bsd at xm0 dot uk>
Notes:
svn path=/head/; revision=488297
|
|
|
|
|
|
|
|
|
| |
- KDE4 will be removed by the end of the year
- Give maintainership to kde@
- Remove irc/kvirc-qt4
Notes:
svn path=/head/; revision=488136
|
|
|
|
|
|
|
|
|
|
|
| |
architectures.
PR: 234177
Submitted by: Piotr Kubaj
Approved by: maintainer
Notes:
svn path=/head/; revision=488037
|
|
|
|
|
|
|
|
|
|
|
| |
- adopt the port;
- silent portlint.
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D18489
Notes:
svn path=/head/; revision=487581
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
Notes:
svn path=/head/; revision=487266
|
|
|
|
|
|
|
|
|
| |
PR: 232128
Submitted by: ndowens@yahoo.com
Approved by: zi (maintainer timeout, 2 months)
Notes:
svn path=/head/; revision=487029
|
|
|
|
|
|
|
|
|
| |
PR: 232126
Submitted by: ndowens@yahoo.com
Approved by: jlaffaye (maintainer timeout, 2 months)
Notes:
svn path=/head/; revision=487026
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
benchmarks/vegeta
devel/busybee
devel/git-lfs
devel/gnu-efi
devel/hub
devel/libe
devel/py-fabric3
devel/py-fabric3
dns/dhisd
dns/dnscrypt-proxy2
dns/go-geodns
emulators/hatari
irc/weechat-otr
lang/coffeescript
net-mgmt/cacti88
net-mgmt/cacti88-spine
net-p2p/libbt
net/py-iplib
net/py-iplib
net/py-libfte
net/py-sbws
security/obfs4proxy-tor
security/onionscan
security/openvpn-admin
security/py-fteproxy
security/py-yubikey-manager
security/super
sysutils/intel-pcm-devel
sysutils/openipmi
sysutils/shim
sysutils/xbatt
textproc/multimarkdown
textproc/regex2dfa
www/onionshare
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18434
Notes:
svn path=/head/; revision=486672
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes this release:
https://github.com/quassel/quassel/blob/0.13.0/ChangeLog
PR: 233507
Submitted by: David Fullard <dave+freebsd@fullard.ca>
Reviewed by: ler
Notes:
svn path=/head/; revision=486492
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
Notes:
svn path=/head/; revision=486467
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Notes:
svn path=/head/; revision=486190
|
|
|
|
|
|
|
|
|
|
|
|
| |
The fix for this has been in the epic5 git repo for some
time now, looks like it's time for them to roll a release.
Maintainer timeout
PR: 232117
Notes:
svn path=/head/; revision=486014
|
|
|
|
| |
Notes:
svn path=/head/; revision=485236
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Switch to options helpers
- Update WWW
Notes:
svn path=/head/; revision=485088
|
|
|
|
| |
Notes:
svn path=/head/; revision=484992
|
|
|
|
| |
Notes:
svn path=/head/; revision=484882
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://ircii.warped.com/ircii-current/NEWS
A package for the last release 20170913 is not available
PR: 232898
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=484635
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
Notes:
svn path=/head/; revision=484628
|
|
|
|
| |
Notes:
svn path=/head/; revision=484599
|
|
|
|
|
|
|
|
| |
PR: 233061
Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Notes:
svn path=/head/; revision=484522
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ZNC Push is a module for ZNC that will send notifications to multiple push
notification services, or SMS for any private message or channel highlight that
matches a configurable set of conditions. ZNC Push current supports the
following services:
Boxcar
Boxcar 2
Discord
Faast
Nexmo
Notify My Android (NMA)
Prowl
Pushalot
PushBullet
Pushjet
Pushover
Pushsafer
Slack
Supertoasty
Telegram
Custom URL GET requests
WWW: https://github.com/jreese/znc-push
PR: 232409
Submitted by: David O'Rourke <dor.bsd@xm0.uk>
Notes:
svn path=/head/; revision=484375
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=484370
|
|
|
|
|
|
|
| |
2018-11-03 irc/netwalker-ircc: Upstream gone, very old code base, use modern irc client instead
Notes:
svn path=/head/; revision=483988
|
|
|
|
|
|
|
|
|
|
| |
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
Notes:
svn path=/head/; revision=483807
|
|
|
|
|
|
|
|
| |
- Cleanup options block a bit and use our standard LANG_HE
option for Hebrew language support
Notes:
svn path=/head/; revision=483384
|
|
|
|
|
|
|
|
| |
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
Notes:
svn path=/head/; revision=483249
|
|
|
|
|
|
|
|
| |
PR: 232728
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Notes:
svn path=/head/; revision=483063
|
|
|
|
|
|
|
|
|
|
| |
SSLeay() from libcrypto so configure test for it now fails. Check against
ERR_get_error() instead.
PR: 232550
Notes:
svn path=/head/; revision=483042
|
|
|
|
|
|
|
|
| |
Submitted by: voidanix
Differential Revision: https://reviews.freebsd.org/17652
Notes:
svn path=/head/; revision=482861
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
Notes:
svn path=/head/; revision=482830
|
|
|
|
|
|
|
| |
PR: 231970
Notes:
svn path=/head/; revision=482051
|
|
|
|
|
|
|
|
|
|
| |
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
Notes:
svn path=/head/; revision=481365
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch to GitHub for sources. The PyPI sdist does not package the license
and a couple of other useful files.
* Update TEST_DEPENDS to include optional dependencies that produce skipped
tests when not installed
* Pet portlint for Makefile ordering
Notes:
svn path=/head/; revision=481316
|
|
|
|
| |
Notes:
svn path=/head/; revision=481130
|