1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
Commit Graph

4679 Commits

Author SHA1 Message Date
Stefan Eßer
f42c954def irc/hexchat: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:15 +02:00
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Dima Panov
75e374f5f3 irc/quassel: update to 0.14-rc2 release (+)
Switch to author's provided src tarball instead of GitHub auto-generated.

Changes since -rc1:

* Don't silently fall back to unencrypted client/core communication if certificate cannot be loaded
* Properly escape LDAP usernames to prevent injection or bypassing authentication
* Strip format codes in ignore list rules (this might affect pre-existing rules)
* Improve window handling under Wayland
* Update bundled iconsets and application icons
* Update default network and documentation to point to our new home Libera IRC (since Freenode killed itself)
2021-10-16 22:27:58 +10:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Antoine Brodin
6af2a88f04 irc/hexchat: unbreak after USE_GCC=any removal 2021-10-16 06:51:22 +00:00
Stefan Eßer
e7dd363acc irc/py-limnoria: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 12:13:58 +02:00
Tobias Kortkamp
ae22a7846a
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-10-12 17:01:38 +02:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Tobias C. Berner
98a1ae68be KDE: Update KDE Gear to 21.08.2
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/
2021-10-07 22:48:21 +02:00
Piotr Kubaj
71c19b1917 irc/hexchat: update to 2.16.0 2021-10-07 17:53:56 +00:00
Mikhail Pchelin
9feacb0606 irc/epic5: update to 2.1.6 2021-10-06 18:56:07 +03:00
Neel Chauhan
3b8bc2b88d irc/polari: Update to 41.0 2021-10-03 11:10:56 -07:00
Dimitry Andric
dc78806965 irc/unreal: fix inline which should be static
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
2021-10-02 13:30:32 +02:00
Dimitry Andric
7075120b4d irc/bitchx: fix non-static inline functions
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
2021-10-02 13:08:57 +02:00
Joseph Mingrone
126e3bb1f1
*: Chase new major version (29) of editors/emacs-devel
Differential Revision:	https://reviews.freebsd.org/D32258
2021-10-01 19:55:27 -03:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
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
2021-09-30 23:23:30 +02:00
David Vachulka
c8470cb1b3
irc/dxirc: Update to 1.40.0
Change maintainer email

PR:		258763
2021-09-29 02:17:24 +08:00
Ashish SHUKLA
2f5d5ba96e
irc/soju: update to 0.2.1
- Remove already upstreamed patch
2021-09-27 14:38:57 +00:00
Po-Chuan Hsieh
4f04e471db
irc/rbot: Add USES=cpe 2021-09-22 06:24:03 +08:00
Bernard Spil
dee3374991 irc/weechat: Update to 3.3 2021-09-21 13:14:01 +00:00
Ashish SHUKLA
49ac413386 irc/soju: Import a patch from upstream
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.
2021-09-19 15:12:49 +00:00
Ashish SHUKLA
ff1bcef5fe irc/soju: Update to 0.2.0
- 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
2021-09-17 16:49:57 +00:00
Bernhard Froehlich
7c77d6f383
irc/inspircd: Fix CPE information because current one is deprecated
Approved by:    portmgr (blanket)
2021-09-14 10:55:18 +00:00
C. McEnroe
682e270a04 irc/pounce: Update to 2.5
PR:		258330
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D31911
2021-09-12 10:11:28 +02:00
Bernhard Froehlich
d8a787572d
irc/konversation: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:18:15 +00:00
Bernhard Froehlich
58283503cb
irc/weechat: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:18:11 +00:00
Bernhard Froehlich
fa32a24189
irc/ircII: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:17:57 +00:00
Bernard Spil
10dbf57009 irc/weechat: Security update to 3.2.1
* Crash when decoding a malformed websocket frame in relay

Security:	65f05b71-0e3c-11ec-b335-d4c9ef517024
MFH:		2021Q3
2021-09-05 11:32:28 +00:00
Tobias C. Berner
6f5850a014 KDE: Update KDE Gear to 21.08.1
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/
2021-09-02 16:52:51 +02:00
Bernhard Froehlich
fb372e582e
irc/dircproxy: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 09:23:33 +00:00
Bernhard Froehlich
2c172cdbfc
irc/cgiirc: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 09:23:19 +00:00
Bernhard Froehlich
5bfcd9e70f
irc/ezbounce: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 09:23:16 +00:00
Bernhard Froehlich
f41944d682
irc/bitlbee: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 19:17:02 +00:00
Dries Michiels
a288688861 irc/inspircd: Update to 3.11.0
Changelog:
	https://docs.inspircd.org/3/change-log/#inspircd-3110

PR:		258116
2021-08-28 12:49:09 +02:00
Rene Ladan
bc7ca40fff cleanup: Remove expired ports:
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
2021-08-21 22:21:57 +02:00
Ashish SHUKLA
b489002809 irc/soju: Update to git snapshot c5d52592 2021-08-20 17:25:26 +00:00
Kevin Bowling
dd5c81c759 irc/quassel: Fix build 2021-08-19 16:43:03 -07:00
Dima Panov
5b40ab6b2f irc/quassel*: update to 0.14-rc1 snapshot (+)
Quassel 0.14-rc1 pre-release have full support for Qt 5.5+

While here, adopt port and add some KDE/KF5 integration options
2021-08-20 05:07:49 +10:00
June
9ab20353be irc/catgirl: Update to 1.9a
ChangeLog: https://git.causal.agency/catgirl/tag/?h=1.9a

PR:		257878
2021-08-18 07:58:33 +01:00
Santhosh Raju
b237992a95 irc/ircd-hybrid: Updates to 8.2.39
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
2021-08-16 21:30:48 +02:00
Tobias C. Berner
17734b82d3 KDE: Update KDE Gear to 21.08.0
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/
2021-08-13 09:15:29 +02:00
june
e4c56e736f irc/catgirl: Update to 1.9
Changelog:	https://git.causal.agency/catgirl/tag/?h=1.9

PR:		257693
2021-08-08 23:15:28 -04:00
Neel Chauhan
47478e5249 irc/polari: Update to 40.1 2021-08-02 22:20:59 -07:00
Xin LI
3ba73dad6f net/openldap24-client: bump all dependent port
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
2021-08-01 21:41:48 -07:00
Baptiste Daroussin
23d30e0883 irc/lostirc: Mark as deprecated 2021-07-19 17:02:30 +02:00
tobias.rehbein
12cf6b0589 irc/bitlbee-mastodon: Update to 1.4.5
PR:		257241
Approved by:	lwhsu (mentor, implicit)
2021-07-18 05:13:06 -04:00
Tobias C. Berner
19ce6c4021 */*: Update KDE Gear to 21.04.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/
2021-07-10 01:34:31 +02:00
Neel Chauhan
390b39ecb3 irc/polari: Update to 3.38.1 2021-07-05 18:49:23 -07:00
Piotr Kubaj
139ab1f019 irc/iroffer-dinoex: enable libunwind on all supported architectures 2021-06-28 20:27:17 +00:00
Rene Ladan
f831ade60f */*: Remove expired ports:
2021-06-25 irc/eggdrop-devel: Use stable version instead, irc/eggdrop
2021-06-26 15:01:57 +02:00