aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* irc/inspircd: update to 2.0.27Steve Wills2019-01-252-7/+7
| | | | | | | | PR: 235083 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=491168
* irc/bitlbee-facebook: update to 1.2.0Pietro Cerutti2019-01-252-4/+4
| | | | | | | Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.2.0 Notes: svn path=/head/; revision=491143
* New port: irc/bitlbee-discordTobias Kortkamp2019-01-254-0/+37
| | | | | | | | | | | | | | | 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
* irc/irssi-xmpp: update to 0.54Steve Wills2019-01-163-61/+4
| | | | | | | | | PR: 232987 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> Approved by: maintainer timeout (jadawin, >2 months) Notes: svn path=/head/; revision=490478
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-164-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsAdam Weinberger2019-01-133-10/+5
| | | | | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this. Notes: svn path=/head/; revision=490211
* Update WWWSunpoet Po-Chuan Hsieh2019-01-111-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=490006
* irc/irssi: Update to 1.1.2Danilo G. Baio2019-01-092-4/+4
| | | | | | | | | | | | | | 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
* irc/thales: Unbreak MODES optionTobias Kortkamp2019-01-081-26/+12
| | | | | | | | | | - 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
* Update devel/kvirc to latest releaseAdriaan de Groot2019-01-033-23/+13
| | | | | | | | | | | | | | 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
* - mark DEPRECATEDDirk Meyer2019-01-011-0/+3
| | | | Notes: svn path=/head/; revision=488923
* - udpate MASTER_SITESDirk Meyer2018-12-311-1/+1
| | | | Notes: svn path=/head/; revision=488793
* iroffer-dinoexDirk Meyer2018-12-315-72/+8
| | | | | | | | - update to 3.31 - update homepage Notes: svn path=/head/; revision=488792
* More GCC-related fixes in kde@ portsTobias C. Berner2018-12-302-3/+4
| | | | | | | | PR: 234461 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=488723
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-255-5/+5
| | | | | | | | | | | | | | 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
* - Update to latest snapshot 15d199b6Ashish SHUKLA2018-12-254-24/+23
| | | | | | | | | | | - 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
* irc/kvirc: update to 5.0.0-beta1Tobias C. Berner2018-12-228-2314/+2216
| | | | | | | | | - KDE4 will be removed by the end of the year - Give maintainership to kde@ - Remove irc/kvirc-qt4 Notes: svn path=/head/; revision=488136
* This port needs USES=compiler:c++11-lang to build with GCC-basedMark Linimon2018-12-221-1/+1
| | | | | | | | | | | architectures. PR: 234177 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=488037
* irc/anope: update 2.0.5 to 2.0.6Vinícius Zavam2018-12-162-11/+8
| | | | | | | | | | | - adopt the port; - silent portlint. Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D18489 Notes: svn path=/head/; revision=487581
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-128-5/+8
| | | | | | | | | | | | | | | | | | 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
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | 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
* irc/ratbox-respond: Fix build with OpenSSL 1.1.1Tobias Kortkamp2018-12-091-0/+23
| | | | | | | | | PR: 232128 Submitted by: ndowens@yahoo.com Approved by: zi (maintainer timeout, 2 months) Notes: svn path=/head/; revision=487029
* irc/libircclient: Fix build with OpenSSL 1.1.1Tobias Kortkamp2018-12-091-0/+1
| | | | | | | | | PR: 232126 Submitted by: ndowens@yahoo.com Approved by: jlaffaye (maintainer timeout, 2 months) Notes: svn path=/head/; revision=487026
* use @FreeBSD.org as MAINTAINER instead of my private addressVinícius Zavam2018-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* irc/quassel: Update to 0.13.0Ben Woods2018-12-023-373/+516
| | | | | | | | | | | | 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
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-022-0/+10
| | | | | | | | | | | | | | 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
* Sort PLISTSunpoet Po-Chuan Hsieh2018-11-292-1/+3
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=486190
* Fix build with OpenSSL version 1.1.1Josh Paetzel2018-11-272-0/+85
| | | | | | | | | | | | 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
* Now builds on powerpc64.Mark Linimon2018-11-181-2/+0
| | | | Notes: svn path=/head/; revision=485236
* - Add LICENSE_FILEDmitry Marakasov2018-11-162-35/+27
| | | | | | | | | - Switch to USES=localbase - Switch to options helpers - Update WWW Notes: svn path=/head/; revision=485088
* Now builds on powerpc64 (and thus presumably mips*.)Mark Linimon2018-11-151-4/+0
| | | | Notes: svn path=/head/; revision=484992
* Update polari to 3.28.1.Koop Mast2018-11-133-4/+8
| | | | Notes: svn path=/head/; revision=484882
* Update to 20170704Jochen Neumeister2018-11-102-4/+4
| | | | | | | | | | | | | 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
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-1/+1
| | | | Notes: svn path=/head/; revision=484599
* irc/znc-push: Update to 1.0.0.167Steve Wills2018-11-092-5/+9
| | | | | | | | PR: 233061 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Notes: svn path=/head/; revision=484522
* Add irc/znc-push: Push notification service module for ZNCDanilo G. Baio2018-11-075-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add compiler:c++11-lang to USES to fix linking with boost.Mark Linimon2018-11-061-3/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=484370
* Remove expired port:Rene Ladan2018-11-047-95/+0
| | | | | | | 2018-11-03 irc/netwalker-ircc: Upstream gone, very old code base, use modern irc client instead Notes: svn path=/head/; revision=483988
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-3/+0
| | | | | | | | | | 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
* - Remove BROKEN_SSL line (should've been part of r483042)Alexey Dokuchaev2018-10-291-6/+4
| | | | | | | | - Cleanup options block a bit and use our standard LANG_HE option for Hebrew language support Notes: svn path=/head/; revision=483384
* Downgrade C++03 to C++98, actual default for GCC < 6Jan Beich2018-10-281-1/+1
| | | | | | | | 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
* irc/hexchat: fix build with GCC-based architecturesSteve Wills2018-10-271-2/+2
| | | | | | | | PR: 232728 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=483063
* Unbreak the build against newer versions of OpenSSL where they had removedAlexey Dokuchaev2018-10-261-0/+1
| | | | | | | | | | SSLeay() from libcrypto so configure test for it now fails. Check against ERR_get_error() instead. PR: 232550 Notes: svn path=/head/; revision=483042
* irc/weechat: Update to 2.3Bernard Spil2018-10-232-4/+4
| | | | | | | | Submitted by: voidanix Differential Revision: https://reviews.freebsd.org/17652 Notes: svn path=/head/; revision=482861
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | 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
* Fix configure with openssl 1.1.1Antoine Brodin2018-10-142-4/+17
| | | | | | | PR: 231970 Notes: svn path=/head/; revision=482051
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-0614-28/+28
| | | | | | | | | | 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
* irc/py-limnoria: Update to 2018.09.09Kubilay Kocak2018-10-062-9/+20
| | | | | | | | | | | * 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
* Reset maintainer for misc ports I do not interact with anymoreMark Felder2018-10-021-1/+1
| | | | Notes: svn path=/head/; revision=481130