aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* KDE: Update KDE Gear to 21.08.2Tobias C. Berner2021-10-071-3/+3
| | | | | | | | | | | | | | | | | | Thursday, 7 October 2021 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * kmail: Fix an infinite SSL error dialog loop * konqueror: Make it compatible with KIO 5.86.0 and don’t open every URL in a new window * libksane: Fix multi page detection with certain scanners Full announcement: https://kde.org/announcements/gear/21.08.2/
* irc/hexchat: update to 2.16.0Piotr Kubaj2021-10-077-65/+64
|
* irc/epic5: update to 2.1.6Mikhail Pchelin2021-10-063-4/+6
|
* irc/polari: Update to 41.0Neel Chauhan2021-10-033-4/+31
|
* irc/unreal: fix inline which should be staticDimitry Andric2021-10-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | During an exp-run for llvm 13 (see bug 258209), it turned out that irc/unreal fails to build with clang 13: cc -I../include -I@TREINCDIR@ -I/wrkdirs/usr/ports/irc/unreal/work/Unreal3.2.10.7/extras/regexp/include -pipe -O2 -pipe -I/usr/local/include -fcommon -fstack-protector-strong -fno-strict-aliasing -funsigned-char -Wl,-export-dynamic -L/usr/local/lib -fstack-protector-strong -lssl -lcrypto -o ircd timesynch.o res.o s_bsd.o auth.o aln.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o s_auth.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o charsys.o scache.o send.o support.o umodes.o version.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o -L/usr/local/lib -fstack-protector-strong -lcrypt /wrkdirs/usr/ports/irc/unreal/work/Unreal3.2.10.7/extras/regexp/lib/libtre.a -L/usr/local/lib -fstack-protector-strong -L/usr/local/lib -lcares -lssl -lcrypto ld: error: undefined symbol: parse_addlag >>> referenced by parse.c >>> parse.o:(parse) >>> referenced by parse.c >>> parse.o:(parse) cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 This is because parse_addlag() is marked as 'inline' but does not have either 'static' or 'extern' specifiers. Add a 'static' specifier to resolve the link error. PR: 258472 Approved by: maintainer timeout (2 weeks) MFH: 2021Q4
* irc/bitchx: fix non-static inline functionsDimitry Andric2021-10-021-0/+29
| | | | | | | | | | | | | | | | | | | | | | During an exp-run for llvm 13 (see bug 258209), it turned out that both chinese/bitchx and irc/bitchx fail to build with clang 13 [1]: ... cc -fstack-protector-strong -L/usr/lib -o BitchX alias.o alist.o array.o art.o banlist.o bot_link.o cdcc.o cdns.o chelp.o commands.o commands2.o compat.o cset.o ctcp.o dcc.o debug.o encrypt.o exec.o files.o flood.o fset.o functions.o funny.o glob.o hash.o hebrew.o help.o history.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o mail.o misc.o modules.o names.o network.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o readlog.o reg.o screen.o server.o stack.o status.o struct.o tcl_public.o term.o timer.o translat.o user.o userlist.o vars.o who.o whowas.o window.o words.o -ldl -ltinfo -lssl -lcrypto -lm -lcrypt ld: error: undefined symbol: operator >>> referenced by alias.c >>> alias.o:(zzlex) cc: error: linker command failed with exit code 1 (use -v to see invocation) This is because several functions in source/expr2.c are marked __inline, without either static or extern keyword. The compiler then has to assume the function is also externally available. Fix this by marking the affected functions static. PR: 258464 Approved by: fernape (maintainer) MFH: 2021Q4
* *: Chase new major version (29) of editors/emacs-develJoseph Mingrone2021-10-011-1/+1
| | | | Differential Revision: https://reviews.freebsd.org/D32258
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-2/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* irc/dxirc: Update to 1.40.0David Vachulka2021-09-287-36/+71
| | | | | | Change maintainer email PR: 258763
* irc/soju: update to 0.2.1Ashish SHUKLA2021-09-273-14/+4
| | | | - Remove already upstreamed patch
* irc/rbot: Add USES=cpePo-Chuan Hsieh2021-09-211-0/+4
|
* irc/weechat: Update to 3.3Bernard Spil2021-09-213-8/+21
|
* irc/soju: Import a patch from upstreamAshish SHUKLA2021-09-192-0/+10
| | | | | | This is bug fix related to using it over VPN, or behind a reverse proxy. See https://todo.sr.ht/~emersion/soju/134, and https://github.com/emersion/soju/pull/33.
* irc/soju: Update to 0.2.0Ashish SHUKLA2021-09-173-32/+51
| | | | | | | | - Install a contrib program to migrate from ZNC - Install Getting started documentation - Add a patch to update documentation for the ZNC migration program Reported by: portscout
* irc/inspircd: Fix CPE information because current one is deprecatedBernhard Froehlich2021-09-141-2/+0
| | | | Approved by: portmgr (blanket)
* irc/pounce: Update to 2.5C. McEnroe2021-09-122-4/+4
| | | | | | PR: 258330 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D31911
* irc/konversation: Add CPE informationBernhard Froehlich2021-09-101-1/+1
| | | | Approved by: portmgr (blanket)
* irc/weechat: Add CPE informationBernhard Froehlich2021-09-101-1/+1
| | | | Approved by: portmgr (blanket)
* irc/ircII: Add CPE informationBernhard Froehlich2021-09-101-1/+3
| | | | Approved by: portmgr (blanket)
* irc/weechat: Security update to 3.2.1Bernard Spil2021-09-052-4/+4
| | | | | | | * Crash when decoding a malformed websocket frame in relay Security: 65f05b71-0e3c-11ec-b335-d4c9ef517024 MFH: 2021Q3
* KDE: Update KDE Gear to 21.08.1Tobias C. Berner2021-09-021-3/+3
| | | | | | | | | | | | | | | | | | | | Thursday, 2 September 2021 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * konsole: Fix KXmlGUI toolbars and Konsole MainWindow size. * elisa: Fix the “Files” view. * skanlite: Fix image saving when preview is not shown. Full announcement: https://kde.org/announcements/gear/21.08.1/ Full Changelog: https://kde.org/announcements/changelogs/gear/21.08.1/
* irc/dircproxy: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* irc/cgiirc: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* irc/ezbounce: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* irc/bitlbee: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* irc/inspircd: Update to 3.11.0Dries Michiels2021-08-282-4/+4
| | | | | | | Changelog: https://docs.inspircd.org/3/change-log/#inspircd-3110 PR: 258116
* cleanup: Remove expired ports:Rene Ladan2021-08-2110-127/+0
| | | | | | 2021-08-19 sysutils/graid5: Module contains subtile errors and is obsolete by ZFS raidz. Consider migrating to ZFS. 2021-08-19 x11-wm/gcompmgr: Abandonware since 2005, using discontinued libraries 2021-08-19 irc/lostirc: Abandonware since 2005, dependens on discontinued libraries
* irc/soju: Update to git snapshot c5d52592Ashish SHUKLA2021-08-202-4/+5
|
* irc/quassel: Fix buildKevin Bowling2021-08-191-0/+2
|
* irc/quassel*: update to 0.14-rc1 snapshot (+)Dima Panov2021-08-195-37/+66
| | | | | | Quassel 0.14-rc1 pre-release have full support for Qt 5.5+ While here, adopt port and add some KDE/KF5 integration options
* irc/catgirl: Update to 1.9aJune2021-08-182-4/+4
| | | | | | ChangeLog: https://git.causal.agency/catgirl/tag/?h=1.9a PR: 257878
* irc/ircd-hybrid: Updates to 8.2.39Santhosh Raju2021-08-162-4/+4
| | | | | | | | | | | | Changes since 8.2.38: -- Noteworthy changes in version 8.2.39 (2021-08-14) * `hidechans` and `hideidle` may now be set in `general::oper_only_umodes` * OpenSSL 3.0 compatibility improvements * Fixed crashing issue in the mkpasswd tool with older glibc * Fixed issue where the ircd wouldn't listen on both IPv4 and IPv6 ports in case only a port but no address has been specified in a listen {} block * Fixed a `STATS P` displaying issue with compressed ipv6 loopback/inaddr_any
* KDE: Update KDE Gear to 21.08.0Tobias C. Berner2021-08-132-4/+5
| | | | | | | | | | | | | | | | | | Thursday, 12 August 2021 KDE Gear 21.08 improves KDE apps across the board, bringing you quick and responsive utilities, creativity programs with powerful features, and secure tools for all your work and play needs. If this is your first time with KDE software, discover a whole new world of free and secure programs, packed with incredible possibilities. If you are already a KDE regular, check out all the fresh innovations we have added to your favorite apps. Either way, go forth and try new things! Full announcement: https://kde.org/announcements/gear/21.08.0/
* irc/catgirl: Update to 1.9june2021-08-092-4/+4
| | | | | | Changelog: https://git.causal.agency/catgirl/tag/?h=1.9 PR: 257693
* irc/polari: Update to 40.1Neel Chauhan2021-08-032-5/+5
|
* net/openldap24-client: bump all dependent portXin LI2021-08-022-1/+2
| | | | | | | | In the earlier net/openldap24-server commit, only those which depend on net/openldap24-sasl-client were bumped. Bumping all dependent port that didn't get a bump to force a rebuild of these packages. Suggested by: kib
* irc/lostirc: Mark as deprecatedBaptiste Daroussin2021-07-191-0/+3
|
* irc/bitlbee-mastodon: Update to 1.4.5tobias.rehbein2021-07-182-4/+4
| | | | | PR: 257241 Approved by: lwhsu (mentor, implicit)
* */*: Update KDE Gear to 21.04.3Tobias C. Berner2021-07-091-3/+3
| | | | | | | | | | Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases. Full changelog: https://kde.org/announcements/changelogs/gear/21.04.3/
* irc/polari: Update to 3.38.1Neel Chauhan2021-07-062-5/+4
|
* irc/iroffer-dinoex: enable libunwind on all supported architecturesPiotr Kubaj2021-06-281-2/+2
|
* */*: Remove expired ports:Rene Ladan2021-06-267-311/+0
| | | | 2021-06-25 irc/eggdrop-devel: Use stable version instead, irc/eggdrop
* irc/p5-IRC-Utils: Add NO_ARCHPo-Chuan Hsieh2021-06-251-0/+2
| | | | Approved by: portmgr (blanket)
* irc/p5-POE-Component-IRC: Update to 6.93Po-Chuan Hsieh2021-06-252-7/+8
| | | | Changes: https://metacpan.org/dist/POE-Component-IRC/changes
* irc/weechat: Update to 3.2Bernard Spil2021-06-162-4/+4
|
* irc/ircII: Update to 20210314Andrew Gierth2021-06-153-4/+5
| | | | | | | PR: 255492 Approved by: maintainer MFH: 2021Q2 Security: CVE-2021-29376
* irc/epic5: update to 2.1.5Mikhail Pchelin2021-06-142-4/+4
|
* irc/soju: Update to 0.1.2Ashish SHUKLA2021-06-142-4/+4
|
* */*: Zpdate KDE Gear to 21.04.2Tobias C. Berner2021-06-132-3/+5
| | | | | | | | | | Thursday, 10 June 2021 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. The full changelog can be found here: https://kde.org/announcements/changelogs/gear/21.04.2/
* irc/ergo: Add PKGNAMESUFFIX to uniquify package nameYuri Victorovich2021-06-081-0/+1
| | | | | | This fixes duplication with science/ergo. Reported by: anotoine