summaryrefslogtreecommitdiff
path: root/irc
AgeCommit message (Collapse)Author
2021-01-02For ports on riscv64 that fail the same (or similar ways) to aarch64, markMark Linimon
them BROKEN. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket)
2021-01-01Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64Mark Linimon
where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket)
2021-01-01Mark as BROKEN on riscv64 the same as on aarch64.Mark Linimon
While here, pet portlint.
2021-01-01Mark BROKEN: fails to buildAntoine Brodin
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
2021-01-01irc/inspircd: Update to version 3.8.1Joseph Mingrone
- 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>
2020-12-28Drop python 2.7 support from a few portsAntoine Brodin
With hat: portmgr
2020-12-17- Remove stray file, committed by mistake.Ashish SHUKLA
Sorry!
2020-12-17A user-friendly IRC bouncer.Ashish SHUKLA
- 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
2020-12-13- Update to git revision 5295563Ashish SHUKLA
- Specify LICENSE information
2020-12-11Update KDE Applications to 20.12Tobias C. Berner
- 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
2020-12-08irc/ircd-hybrid: Updates to 8.2.36Santhosh Raju
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>
2020-12-07irc/irssi: fix build on GCC architecturesPiotr Kubaj
../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions
2020-11-30irc/irssi: Simplify PERL option handling.Fernando Apesteguía
Use proper OPT_USE. Reported by: mat@
2020-11-29irc/irssi: Fix Perl support optionFernando Apesteguía
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
2020-11-26irc/irssi: Unbreak when PERL=OFFFernando Apesteguía
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
2020-11-24irc/irssi: Add pkg-messageFernando Apesteguía
Building with meson and ninja requires to load perl in the configuration file. PR: 249910 Reported by: yuripv@yuripv.dev
2020-11-22irc/irssi: Update to snapshot 1.3 (20201114)Fernando Apesteguía
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)
2020-11-15irc/ircd-hybrid: Updates to 8.2.35Santhosh Raju
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
2020-11-11irc/weechat: Update to 3.0Bernard Spil
2020-11-10irc/oragono: Update 2.3.0 -> 2.4.0Yuri Victorovich
Reported by: portscout
2020-11-08irc/ircd-hybrid: Updates to 8.2.34Santhosh Raju
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>
2020-11-03devel/icu: update to 68.1Jan Beich
Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
2020-10-27Add a missing dependencyMateusz Piotrowski
Otherwise, Polari does not start. PR: 239582 Submitted by: Greg V <greg%unrelenting.technology> Approved by: portmgr blanket MFH: 2020Q4 (runtime fix)
2020-10-26irc/konversation: update to 1.7.7Tobias C. Berner
2020-10-24irc/anope: update 2.0.7_1 to 2.0.9Vinícius Zavam
github.com/anope/anope/blob/2.0.9/docs/Changes
2020-10-21irc/bitlbee-facebook: update to 1.2.1Pietro Cerutti
Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.2.1
2020-10-08irc/eggdrop-devel: fix build on GCC architecturesPiotr Kubaj
Use C99 mode: .././server.mod/isupport.c:178: error: 'for' loop initial declaration used outside C99 mode MFH: 2020Q4 (fix build blanket)
2020-10-05Return jadawin@'s ports to the pool after taking in his commit bit.Rene Ladan
With hat: portmgr-secretary
2020-09-29irc/konversation: update to 1.7.6Tobias C. Berner
2020-09-29Update to 2.38.0Baptiste Daroussin
Add dependency on telepathy-idle which is required for polari to actually work
2020-09-09irc/eggdrop-devel: Update to latest commitDanilo G. Baio
2020-09-09irc/znc: Update to 1.8.2Danilo G. Baio
Changelog: https://wiki.znc.in/ChangeLog/1.8.2
2020-09-09Fixup qat.Mathieu Arnold
2020-09-09irc/ircd-hybrid: Updates to 8.2.33Santhosh Raju
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
2020-09-06irc/oragono: Update 2.2.0 -> 2.3.0Yuri Victorovich
Reported by: portscout
2020-09-03Remove duplicate line from plistAntoine Brodin
2020-09-01Unbreak the build with -fno-common (Clang 11, GCC 10).Alexey Dokuchaev
Reported by: pkg-fallout
2020-08-31Allow to build against contemporary versions of OpenSSL.Alexey Dokuchaev
PR: 244473 (modified)
2020-08-30irc/eggdrop-devel: Update to latest commitDanilo G. Baio
Remove outdated ssl information in the config file.
2020-08-30Extend expiration of ports broken with -fno-commonNiclas Zeising
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)
2020-08-29irc/: Fix build with clang11 and deprecate ports@ portsTobias C. Berner
2020-08-27irc/unreal: fix build on recent currentTobias C. Berner
2020-08-25Fix gemspec for rubygem-daemons 1.3.1 updateSunpoet Po-Chuan Hsieh
- Bump PORTREVISION for package change
2020-08-24irc/eggdrop-devel: Update to latest commitDanilo G. Baio
This also fix build on 13-CURRENT (-fno-common) related. Reported by: pkg-fallout
2020-08-23Change RUN_DEPENDS from rubygem-thor to rubygem-thor0Sunpoet Po-Chuan Hsieh
- Bump PORTREVISION for dependency change
2020-08-22irc/scrollz: Fix build with -fno-commonNiclas Zeising
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)
2020-08-22irc/bitchx: Fix build with -fno-commonNiclas Zeising
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)
2020-08-21The EPIC maintainer was nice enough to roll a new release to handle the fix ↵Josh Paetzel
needed by compilers defaulting to -fno-common This fixes a build issue on FreeBSD HEAD
2020-08-20irc/znc-push: update to g5f95488Fernando Apesteguía
Also fix build with CURL option ON PR: 248776 Submitted by: dor.bsd@xm0.uk (maintainer) Reported by: d.stoye@cms.hu-berlin.de
2020-08-19irc/ircd-hybrid: Updates to 8.2.32Santhosh Raju
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