aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost*: bump all consumers after 1.83.0Dima Panov2023-09-272-2/+2
|
* irc/unreal: Don't extract bundled 3rd party depenenciesDaniel Engberg2023-09-241-0/+2
| | | | | | We're using system libraries so there's no need have these extracted Approved by: portmgr (blanket, build improvement)
* irc/unreal: Unreal - the next generation ircdJR Aquino2023-09-247-0/+445
| | | | | | | | | | | A highly advanced IRCd with a strong focus on modularity and security. Other key features include: full IRCv3 support, SSL/TLS, cloaking, advanced anti-flood and anti-spam systems, GeoIP, remote includes, and lots of other features. WWW: https://www.unrealircd.org/ PR: 273461
* irc/irssi: Fix build with ssl from portsFelix Palmen2023-09-202-0/+15
| | | | | | | | Building with ssl from ports used the headers from ports, but still linked the libs from base and therefore failed. Patch meson.build to look for OpenSSL libs in ${OPENSSLLIB} to fix this. Approved by: portmgr (blanket, build fix)
* irc/bitchx: Fix build when PLUGINS is offBryan Drewery2023-09-151-1/+3
|
* KDE: Update KDE Gear to 23.08.1Tobias C. Berner2023-09-141-3/+3
| | | | | | | | | | | | | | | Thursday, 14 September 2023. 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: * gwenview: Fix navigation with side mouse buttons * kio-extras: Thumbnail: Fix heap-use-after-free in AudioCreator::create * akonadi-calendar: Use correct identity when sending iTIP counter-proposal Changelog: https://kde.org/announcements/changelogs/gear/23.08.1/
* www/qt5-webkit: fix optionsTobias C. Berner2023-09-141-2/+2
| | | | | | USE_QT5= was a thing quite a while ago... Pointy hat: tcberner
* irc/quassel: switch to using WebEngine by defaultTobias C. Berner2023-09-131-3/+3
| | | | | | | | | | | | | | | | | | | Qt5Webkit will be removed at the end of the year. See: commit e8e65e7574de0b374caaa3da0ba6a26a67103e62 www/qt5-webkit: mark for deletion Qt upstream switched to QtWebEngine quite a while ago, and the maintenance of QtWebKit was carried out by a separate person. Unfortunately, no release or updates have been pushed in the recent years. Note: there is a fork [1] of the used fork [2], that might be viable for people that really still need to rely on Qt5Webkit. [1] https://github.com/movableink/webkit/ [2] https://github.com/qtwebkit/qtwebkit
* irc/kvirc: move webkit behind default-off optionTobias C. Berner2023-09-121-2/+7
| | | | qt5-webkit will be removed by the end of the year.
* devel/re2: Update to 20230801Po-Chuan Hsieh2023-09-111-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/google/re2/releases
* all: Bump PORTREVISION after lang/go* updateDmitri Goutnik2023-09-082-2/+2
|
* irc/weechat: Update to 4.0.4Bernard Spil2023-09-022-5/+4
|
* KDE: Update KDE Gear to 23.08Tobias C. Berner2023-08-281-3/+3
| | | | | | | | | | | | | | | Thursday, 24 August 2023 We create software for people, and the KDE Gear releases are the result of that. Every four months we publish new updates of a large number of KDE apps and software libraries. We create new programs to meet more of your needs, implement more features so you can adapt to an ever-changing digital world, and make our software faster, more efficient, more reliable. We also port it to more platforms so you can run it on more devices: your laptop, your game console, your phone, anywhere. Read on to find out what's new in KDE Gear 23.08 https://kde.org/announcements/gear/23.08.0
* irc/birch: Remove expired portMuhammad Moinur Rahman2023-08-255-129/+0
| | | | 2023-08-25 irc/birch: Upstream no longer maintained
* irc/komanda-cli: Remove expired portMuhammad Moinur Rahman2023-08-259-203/+0
| | | | 2023-08-25 irc/komanda-cli: Upstream no longer maintained
* irc/ii: update to 2.0Sofian Brabez2023-08-232-5/+5
|
* editors/emacs: Update to 29.1Yasuhiro Kimura2023-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Canna patch to the one for Emacs 29. * Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and TREESITTER are ON by default. PGTK and WEBP options are excluded from nox flavor. * CARGO option doesn't imply XFT but prevents it. It is caused as a result of adding pure GTK support (PGTK option). * OTK options doesn't imply XTF any more. It is also caused as a result of adding pure GTK support. * Update NATIVECOMP option so it specifies ahead-of-time compilation via the configure argument. * Remove "experimental" from NATIVECOMP_DESC. * Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared libraries. * When PGTK option is ON and SCROLLBARS is OFF, configure fails as following ---------------------------------------------------------------------- checking for gnutls >= 2.12.2... yes checking for jansson >= 2.7... yes checking for tree-sitter >= 0.20.2... yes checking for libkqueue... no checking for library containing kqueue... none required configure: error: Non-toolkit scroll bars are not implemented for your system ---------------------------------------------------------------------- So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting. * When MODULES option is OFF and TREESITTER is ON, link error happens as following. ---------------------------------------------------------------------- cc -o temacs.tmp \ -Demacs -I. -I. -I../lib -I../lib -I/usr/local/include -I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE -I/usr/local/include/libpng16 -I/usr/local/include/libxml2 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/webp -I/usr/local/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -MMD -MF deps/.d -MP -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fstack-protector-strong -L/usr/local/lib -L/usr/local/lib \ dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o syntax.o bytecode.o comp.o process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o kqueue.o profiler.o decompress.o thread.o systhread.o sqlite.o treesit.o itree.o xfont.o ftfont.o ftcrfont.o hbfont.o fontset.o fringe.o image.o xgselect.o json.o terminfo.o lastfile.o ../lib/libgnu.a ../oldXMenu/libXMenu11.a -ltiff -ljpeg -L/usr/local/lib -lpng16 -lgif -L/usr/local/lib -lwebpdemux -lwebpdecoder -lSM -lICE -lX11 -lXrender -L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -lrt -L/usr/local/lib -ldbus-1 -lexecinfo -L/usr/local/lib -lXrandr -L/usr/local/lib -lXinerama -L/usr/local/lib -lXfixes -lXext -lXext -L/usr/local/lib -lxml2 -lutil -L/usr/local/lib -lcairo -lncurses -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -lfreetype -L/usr/local/lib -lfontconfig -lfreetype -L/usr/local/lib -lharfbuzz -L/usr/local/lib -lgnutls -lpthread -L/usr/local/lib -llcms2 -llcms2_fast_float -llcms2_threaded -lm -lz -L/usr/local/lib -ljansson -lgmp -L/usr/local/lib -lXi -L/usr/local/lib -ltree-sitter -lsqlite3 -lXcomposite -lXext ld: error: undefined symbol: dynlib_error >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) >>> referenced 1 more times ld: error: undefined symbol: dynlib_sym >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) ld: error: undefined symbol: dynlib_open >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) cc: error: linker command failed with exit code 1 (use -v to see invocation) ---------------------------------------------------------------------- So add MODULES to TREESITTER_IMPLIES to avoid such options setting. * Bump PORTREVISION of ports that use "USES=emacs". ChangeLog: https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1 Reviewed by: ashish, jrm Differential Revision: https://reviews.freebsd.org/D41444
* irc/py-irc: Update version 20.1.0=>20.3.0Muhammad Moinur Rahman2023-08-132-9/+12
| | | | Changelog: https://github.com/jaraco/irc/releases/tag/v20.3.0
* lang/mono: switch to 5.20 by defaultJan Beich2023-08-082-2/+2
| | | | PR: 238089
* lang/mono: respect MONO_DEFAULT in consumersJan Beich2023-08-082-2/+2
| | | | PR: 251795
* irc/anope: update to 2.0.14 - crash fixes and other minor changesRafael Grether2023-08-082-4/+4
| | | | | | | | | | ChangeLog: https://github.com/anope/anope/issues/316 This update fixes segfault on loading external modules. PR: 272980 Reported by: devnull@apt322.org (maintainer) MFH: 2023Q3 (bugfix release)
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-08-043-2/+3
|
* irc/ninja: Fix build with llvm16Muhammad Moinur Rahman2023-08-021-0/+6
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* */*: adapt to new guile frameworkAndrew "RhodiumToad" Gierth2023-07-302-1/+3
| | | | | | | | | | - change all ports using guile to USES=guile - flavorize guile-lib, guile-cairo, slib-guile PR: 260960 Reported by: Martin Neubauer <m.ne@gmx.net> Approved by: bofh Differential Revision: https://reviews.freebsd.org/D40194
* irc/inspircd: add missing optionsDries Michiels2023-07-261-8/+21
| | | | PR: 272349
* */*: Fix build with llvm16 on 13.2-STABLEMuhammad Moinur Rahman2023-07-262-4/+3
| | | | | | | | | | | | As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE with the OSVERSION 1302507. - Utilize USE_CXXSTD=c++14 or similar solution where applicable - Update conditionals to addtionally check for OSVERSION greater than 1302507 and less than 1400000 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* */*: return mono@ ports to the poolDan Langille2023-07-251-1/+1
| | | | | | | | The team previously known as mono has no active members. I will send an email to ports@ in case anyone wants to pick up these ports. Approved by: portmgr (bofh)
* irc/scrollz: Fix build with llvm16Muhammad Moinur Rahman2023-07-211-2/+8
| | | | | | - Pet portclippy Sponsored by: The FreeBSD Foundation
* irc/bitchx: Fix build with llvm16Muhammad Moinur Rahman2023-07-202-15/+25
| | | | | | | | - Pet portclippy - STRIP files as required - Replace @exec with @rmtry Sponsored by: The FreeBSD Foundation
* irc/anope: Update to 2.0.13, coredump fixes, pass MAINTAINER'shipDevNull2023-07-184-10/+10
| | | | | | | | | | | | | | | | The notable changes includes: - Fixed a crash on some compilers when trying to call methods on a null pointer - Fixed a crash when encountering an unterminated commented config block - Fixed erroneously rejecting spaces in fantasy:name - Fixed marking services pseudoclients as an oper on InspIRCd - Fixed not checking user@ip as well as user@host when logging into an operator account - Fixed setting the vhost/vident during SASL on UnrealIRCd - Updated the German translation - Updated the Italian translation Pass maintainership to Rafael Grether PR: 242561
* irc/irssi-icb: Fix build failures for clang 16.0.6Santhosh Raju2023-07-151-1/+8
| | | | Change applies to 14.0-CURRENT (1400092 and above).
* KDE: Update KDE Gear to 23.04.3Tobias C. Berner2023-07-091-3/+3
| | | | | | | | | | | | | | | | | | KDE Gear 23.04.3 Thursday, 6 July 2023 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: * gwenview: Avoid a crash when opening a .nef image in exiv2 library * kalendar: Fix a few issues with reminders * kreversi: Fix board position in portrait mode Changelog: https://kde.org/announcements/changelogs/gear/23.04.3/
* irc/iroffer-dinoex: update to 3.33Dirk Meyer2023-07-014-28/+7
|
* irc/weechat: Update to 4.0.1Bernard Spil2023-07-013-32/+37
|
* KDE: Update KDE Gear to 23.04.2Tobias C. Berner2023-06-302-4/+3
| | | | | | | | | | | | | | | | | | KDE Gear 23.04.2 Thursday, 8 June 2023 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: Adjust selection point coords when scrollback shrinks * neochat: Focus message search window's search field by default * yakuake: Prevent unnecessary tab switching when closing a tab Changelog: https://kde.org/announcements/changelogs/gear/23.04.2/
* irc/irssi: Drop nop TRUECOLOR_DESCTobias Kortkamp2023-06-301-1/+0
| | | | Reported by: portfmt scan
* irc/epic5: Update to 2.1.12Fernando Apesteguía2023-06-293-14/+11
| | | | | | | | | * Update to 2.1.12 * Removes TCL option as it was removed upstream * Uses COMMITID instead of PORTVERSION for executable PR: 272239 Reported by: epic@dsllsn.net (maintainer)
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-275-5/+5
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* irc/inspircd: update to 3.16.1Dries Michiels2023-06-162-4/+4
| | | | Changes: https://docs.inspircd.org/3/change-log/#inspircd-3161
* irc/undernet-ircu: Unbreak on 14Muhammad Moinur Rahman2023-06-101-1/+3
| | | | Approved by: portmgr (blanket)
* irc/tircproxy: Fix build with llvm15Muhammad Moinur Rahman2023-06-091-2/+9
| | | | | - Pet portclippy - Adopt port
* iroffer-dinoex: fix build with openssl30Dirk Meyer2023-06-091-3/+0
|
* irc/sic: Fix build with llvm15Muhammad Moinur Rahman2023-06-054-9/+15
| | | | | - Refresh patches - Adopt port
* irc/soju: Update to 0.6.2Ashish SHUKLA2023-06-012-8/+8
|
* irc/soju: Update to 0.6.1Ashish SHUKLA2023-05-286-224/+79
| | | | | | | | | - Switch to using upstream Makefile - Add rc.d script - Specify a user/group - Purge patches which don't apply anymore PR: 271388
* irc/birch: Mark as DEPRECATEDLewis Cook2023-05-251-0/+3
|
* irc/komanda-cli: Mark as DEPRECATEDLewis Cook2023-05-251-0/+3
|
* irc/weechat-otr: drop maintainershipVinícius Zavam2023-05-211-1/+1
|
* irc/anope: drop maintainershipVinícius Zavam2023-05-211-1/+1
|
* irc/hexchat: drop unused variable after 2c672a4de941Jan Beich2023-05-211-2/+0
| | | | Reported by: portscan, portlint