aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
...
* Mark as BROKEN on riscv64 the same as on aarch64.Mark Linimon2021-01-011-3/+4
| | | | | | | While here, pet portlint. Notes: svn path=/head/; revision=559887
* Mark BROKEN: fails to buildAntoine Brodin2021-01-011-0/+2
| | | | | | | | | | | xep/ping.c:166:23: error: member reference base type 'gint64' (aka 'long') is not a structure or union if (server->lag_sent.tv_sec != 0) { ~~~~~~~~~~~~~~~~^~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=559871
* irc/inspircd: Update to version 3.8.1Joseph Mingrone2021-01-014-69/+68
| | | | | | | | | | | | | - Apply suggestions from portclippy/portfmt/portlint - Remove multiple no-op REINPLACE_CMD https://docs.inspircd.org/3/change-log/#inspircd-381 PR: 252291 Reported by: Sadie Powell <sadie@witchery.services> Notes: svn path=/head/; revision=559799
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-283-3/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* - Remove stray file, committed by mistake.Ashish SHUKLA2020-12-171-11/+0
| | | | | | | Sorry! Notes: svn path=/head/; revision=558306
* A user-friendly IRC bouncer.Ashish SHUKLA2020-12-175-0/+98
| | | | | | | | | | | | | | | - Multi-user - Support multiple clients for a single user, with proper backlog synchronization - Support connecting to multiple upstream servers via a single IRC connection to the bouncer WWW: https://soju.im Notes: svn path=/head/; revision=558305
* - Update to git revision 5295563Ashish SHUKLA2020-12-132-5/+8
| | | | | | | - Specify LICENSE information Notes: svn path=/head/; revision=558007
* Update KDE Applications to 20.12Tobias C. Berner2020-12-113-193/+109
| | | | | | | | | | | | | | | - astro/libkgeomap has been removed as there are no consumers left - deskutils/kdepim-apps-libs has been reintegrated into other ports There are a handful of new ports available: - astro/kosmindoormap: Library and QML component for rendering multi-level OSM indoor maps - deskutils/itinerary: KDE Itinerary is a digital travel assistant - devel/kpublictransport: Access realtime public transport data - graphics/kontrast: Color contrast checker - textproc/markdownpart: KPart for rendering Markdown content Notes: svn path=/head/; revision=557757
* irc/ircd-hybrid: Updates to 8.2.36Santhosh Raju2020-12-083-12/+15
| | | | | | | | | | | | | | | | | | Changes since 8.2.35: -- Noteworthy changes in version 8.2.36 (2020-12-04) * The old WATCH implementation has been replaced with IRCv3.2 MONITOR. For this, the `general::max_watch` configuration directive has been renamed to `general::max_monitor`. * User mode `B` has been implemented. Clients with that mode set are marked as a bot in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as the `bot` directive is set in `general::oper_only_umodes`), servers, and services. This mode can for example be used to mark HOPM as official network bot. * For a full list of all changes in this release, see <https://git.io/JI3fG> Notes: svn path=/head/; revision=557286
* irc/irssi: fix build on GCC architecturesPiotr Kubaj2020-12-071-2/+2
| | | | | | | ../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions Notes: svn path=/head/; revision=557236
* irc/irssi: Simplify PERL option handling.Fernando Apesteguía2020-11-301-5/+1
| | | | | | | | | Use proper OPT_USE. Reported by: mat@ Notes: svn path=/head/; revision=556660
* irc/irssi: Fix Perl support optionFernando Apesteguía2020-11-292-12/+21
| | | | | | | | | | | | Make Perl a run time option only when Perl option is selected. Perl is needed to build always. PR: 251406 Submitted by: dor.bsd@xm0.uk (maintainer) Reported by: daniel.engberg.lists@pyret.net Notes: svn path=/head/; revision=556594
* irc/irssi: Unbreak when PERL=OFFFernando Apesteguía2020-11-262-4/+10
| | | | | | | | | | | | | | In r556069 the port changed to build with meson. This requires perl to build regardles of the option PERL that allows perl scripts to be run in irssi. While here clarify pkg-message (sent by daniel.engberg.lists@pyret.net) PR: 251371 251360 Submitted by: dor.bsd@xm0.uk (maintainer) Reported by: m.bueker@berlin.de Notes: svn path=/head/; revision=556320
* irc/irssi: Add pkg-messageFernando Apesteguía2020-11-241-0/+5
| | | | | | | | | | Building with meson and ninja requires to load perl in the configuration file. PR: 249910 Reported by: yuripv@yuripv.dev Notes: svn path=/head/; revision=556156
* irc/irssi: Update to snapshot 1.3 (20201114)Fernando Apesteguía2020-11-227-112/+66
| | | | | | | | | | | Includes various bug fixes including ones related to Glib and SSL/TLS PR: 249910 Submitted by: daniel.engberg.lists@pyret.net Approved by: dor.bsd@xm0.uk (maintainer) Notes: svn path=/head/; revision=556069
* irc/ircd-hybrid: Updates to 8.2.35Santhosh Raju2020-11-152-4/+4
| | | | | | | | | | Changes since 8.2.34: -- Noteworthy changes in version 8.2.35 (2020-11-14) * Fixed issue where servers could propagate truncated ban masks during net-join Notes: svn path=/head/; revision=555224
* irc/weechat: Update to 3.0Bernard Spil2020-11-112-4/+4
| | | | Notes: svn path=/head/; revision=554913
* irc/oragono: Update 2.3.0 -> 2.4.0Yuri Victorovich2020-11-102-10/+13
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=554811
* irc/ircd-hybrid: Updates to 8.2.34Santhosh Raju2020-11-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Changes since 8.2.33: -- Noteworthy changes in version 8.2.34 (2020-11-01) * Re-implement backwards compatibility mode for old ircd-hybrid 8.2.23 and below. Final removal is scheduled for early 2021. * For consistency, the `general::network_desc` configuration directive has been renamed to `general::network_description` * Server notices that previously have been sent to user modes +f and +u are now sent to user mode +j (reject notices) instead. Due to this change, `unauth` and `full` have been removed from eneral::oper_only_umodes`, `general::oper_umodes`, and `operator::umodes`. * User mode +b has been replaced with +f (flood). Spam/flood notices are now sent to this user mode. For this, `bots` has been removed from `general::oper_only_umodes`, `general::oper_umodes`, and `operator::umodes`. `flood` has been added instead to these configuration directives. * Stricten server/user ID validation. IDs have to be all uppercase everywhere now. * For a full list of all changes in this release, see <https://git.io/JT7UH> Notes: svn path=/head/; revision=554464
* devel/icu: update to 68.1Jan Beich2020-11-032-0/+2
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* Add a missing dependencyMateusz Piotrowski2020-10-271-1/+3
| | | | | | | | | | | | Otherwise, Polari does not start. PR: 239582 Submitted by: Greg V <greg%unrelenting.technology> Approved by: portmgr blanket MFH: 2020Q4 (runtime fix) Notes: svn path=/head/; revision=553430
* irc/konversation: update to 1.7.7Tobias C. Berner2020-10-263-12/+21
| | | | Notes: svn path=/head/; revision=553373
* irc/anope: update 2.0.7_1 to 2.0.9Vinícius Zavam2020-10-242-5/+4
| | | | | | | github.com/anope/anope/blob/2.0.9/docs/Changes Notes: svn path=/head/; revision=553198
* irc/bitlbee-facebook: update to 1.2.1Pietro Cerutti2020-10-212-4/+4
| | | | | | | Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.2.1 Notes: svn path=/head/; revision=552857
* irc/eggdrop-devel: fix build on GCC architecturesPiotr Kubaj2020-10-081-0/+1
| | | | | | | | | | Use C99 mode: .././server.mod/isupport.c:178: error: 'for' loop initial declaration used outside C99 mode MFH: 2020Q4 (fix build blanket) Notes: svn path=/head/; revision=551705
* Return jadawin@'s ports to the pool after taking in his commit bit.Rene Ladan2020-10-052-2/+2
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=551530
* irc/konversation: update to 1.7.6Tobias C. Berner2020-09-295-72/+10
| | | | Notes: svn path=/head/; revision=550532
* Update to 2.38.0Baptiste Daroussin2020-09-293-129/+193
| | | | | | | | Add dependency on telepathy-idle which is required for polari to actually work Notes: svn path=/head/; revision=550515
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2020-09-092-5/+5
| | | | Notes: svn path=/head/; revision=548165
* irc/znc: Update to 1.8.2Danilo G. Baio2020-09-093-4/+119
| | | | | | | Changelog: https://wiki.znc.in/ChangeLog/1.8.2 Notes: svn path=/head/; revision=548164
* Fixup qat.Mathieu Arnold2020-09-091-0/+2
| | | | Notes: svn path=/head/; revision=548098
* irc/ircd-hybrid: Updates to 8.2.33Santhosh Raju2020-09-092-4/+4
| | | | | | | | | | | | | Changes since 8.2.32: -- Noteworthy changes in version 8.2.33 (2020-09-07) o) Added 'client' option to listener::flags o) Added 'defer' option to listener::flags o) IRC operators may now use CIDR notation in "WHO" o) For a full list of all changes in this release, see https://git.io/JUZKO Notes: svn path=/head/; revision=548088
* irc/oragono: Update 2.2.0 -> 2.3.0Yuri Victorovich2020-09-062-13/+13
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=547785
* Remove duplicate line from plistAntoine Brodin2020-09-031-1/+0
| | | | Notes: svn path=/head/; revision=547419
* Unbreak the build with -fno-common (Clang 11, GCC 10).Alexey Dokuchaev2020-09-011-0/+3
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=547248
* Allow to build against contemporary versions of OpenSSL.Alexey Dokuchaev2020-08-311-6/+5
| | | | | | | PR: 244473 (modified) Notes: svn path=/head/; revision=547156
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2020-08-303-19/+7
| | | | | | | Remove outdated ssl information in the config file. Notes: svn path=/head/; revision=547133
* Extend expiration of ports broken with -fno-commonNiclas Zeising2020-08-302-4/+6
| | | | | | | | | | | | | | | | | Extend the expiration of unmaintained leaf ports that are broken with -fno-common and previously had a short expiration date. The new date is set to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people until 2021-06-30 (10 months from now) to fix issues. Improve the wording of the deprecation message, mentioning both llvm 11 and -fno-common. Bump portrevision to force reinstall. This way the warning message about deprecation will be displayed to users installing or reinstalling the software. MFH: 2020Q3 (maybe) Notes: svn path=/head/; revision=547044
* irc/: Fix build with clang11 and deprecate ports@ portsTobias C. Berner2020-08-292-0/+10
| | | | Notes: svn path=/head/; revision=546902
* irc/unreal: fix build on recent currentTobias C. Berner2020-08-271-0/+3
| | | | Notes: svn path=/head/; revision=546364
* Fix gemspec for rubygem-daemons 1.3.1 updateSunpoet Po-Chuan Hsieh2020-08-252-6/+7
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=546224
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2020-08-242-5/+5
| | | | | | | | | This also fix build on 13-CURRENT (-fno-common) related. Reported by: pkg-fallout Notes: svn path=/head/; revision=546126
* Change RUN_DEPENDS from rubygem-thor to rubygem-thor0Sunpoet Po-Chuan Hsieh2020-08-231-2/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=546013
* irc/scrollz: Fix build with -fno-commonNiclas Zeising2020-08-221-0/+16
| | | | | | | | | | | Fix the build of irc/scrolls with built with -fno-common, which is the default with llvm 11. Patch from a pull request to scrollz on github. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) Notes: svn path=/head/; revision=545768
* irc/bitchx: Fix build with -fno-commonNiclas Zeising2020-08-223-0/+31
| | | | | | | | | | | Fix the build of irc/bitchx with -fno-common, which is the default with llvm 11. Patches originally from the fedora project. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) Notes: svn path=/head/; revision=545766
* The EPIC maintainer was nice enough to roll a new release to handle the fix ↵Josh Paetzel2020-08-212-4/+4
| | | | | | | | | | | needed by compilers defaulting to -fno-common This fixes a build issue on FreeBSD HEAD Notes: svn path=/head/; revision=545617
* irc/znc-push: update to g5f95488Fernando Apesteguía2020-08-202-11/+10
| | | | | | | | | | | Also fix build with CURL option ON PR: 248776 Submitted by: dor.bsd@xm0.uk (maintainer) Reported by: d.stoye@cms.hu-berlin.de Notes: svn path=/head/; revision=545544
* irc/ircd-hybrid: Updates to 8.2.32Santhosh Raju2020-08-192-4/+4
| | | | | | | | | | | | | | | Changes since 8.2.31: -- Noteworthy changes in version 8.2.32 (2020-08-16) o) RESV couldn't be issued in case no reason has been supplied. This has been fixed. o) Fixed possible RPL_WHOISCHANNELS line truncation of remote replies o) Extban $t of type 'matching' has been implemented. This extban allows matching based on TLS protocol version and/or cipher suite o) Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set o) "STATS ?" is now oper-only Notes: svn path=/head/; revision=545333
* irc/bitlbee: remove optional expired Skype supportRene Ladan2020-08-152-17/+2
| | | | Notes: svn path=/head/; revision=544933
* editors/emacs: Update to version 27.1Joseph Mingrone2020-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Please refer to the 20200811 UPDATING entry when upgrading dependent (*-emacs26-*) ports. Port changes: - depend on math/gmp - match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and turning MAGICK off by default - remove OPENMP check for graphics/ImageMagick as the openmp is now included in base - update EMACS_VER in Mk/Uses/emacs.mk - bump USES=emacs ports or remove BROKEN for net-im/jabber.el and deskutils/howm, which now build Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch) Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D23966 Notes: svn path=/head/; revision=544763