1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

4556 Commits

Author SHA1 Message Date
Jan Beich
83af031ce0 MFH: r565827
Unbreak fetch from git.sr.ht

GZIP compression ratio and Git footer have changed e.g.,

 method  crc     date  time    compressed uncompressed  ratio uncompressed_name
-defla 944caee6 Dec  7 21:15        12482        71680  82.5% scdoc-1.11.1.tar
+defla 944caee6 Feb 17 23:20        12510        71680  82.5% scdoc-1.11.1.tar

 ---
-2.26.2
+2.30.0
2021-02-17 23:40:57 +00:00
Mark Linimon
f2fbf5a1ed For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
2021-01-02 01:46:08 +00:00
Mark Linimon
553b088a05 Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.

While here, pet portlint (Makevar order; whitespace).

Approved by:	portmgr (tier-2 blanket)
2021-01-01 23:51:48 +00:00
Mark Linimon
2176db9e2d Mark as BROKEN on riscv64 the same as on aarch64.
While here, pet portlint.
2021-01-01 22:52:51 +00:00
Antoine Brodin
3a5380b746 Mark BROKEN: fails to build
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-01 20:56:40 +00:00
Joseph Mingrone
58d613a037 irc/inspircd: Update to version 3.8.1
- 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>
2021-01-01 04:06:33 +00:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Ashish SHUKLA
9a22324f7a - Remove stray file, committed by mistake.
Sorry!
2020-12-17 16:51:26 +00:00
Ashish SHUKLA
b0d0b4850e A user-friendly IRC bouncer.
- 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-17 16:49:50 +00:00
Ashish SHUKLA
f50cdc89da - Update to git revision 5295563
- Specify LICENSE information
2020-12-13 21:17:01 +00:00
Tobias C. Berner
581c73f04f Update KDE Applications to 20.12
- 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-11 19:18:03 +00:00
Santhosh Raju
ea7aa8fc89 irc/ircd-hybrid: Updates to 8.2.36
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-08 14:51:10 +00:00
Piotr Kubaj
a311293946 irc/irssi: fix build on GCC architectures
../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions
2020-12-07 16:44:38 +00:00
Fernando Apesteguía
d5108db9b0 irc/irssi: Simplify PERL option handling.
Use proper OPT_USE.

Reported by:	mat@
2020-11-30 17:17:31 +00:00
Fernando Apesteguía
eb1f805caa irc/irssi: Fix Perl support option
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-29 18:10:06 +00:00
Fernando Apesteguía
468442c1fb irc/irssi: Unbreak when PERL=OFF
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-26 08:02:37 +00:00
Fernando Apesteguía
4cc3f0f036 irc/irssi: Add pkg-message
Building with meson and ninja requires to load perl in the configuration file.

PR:	249910
Reported by:	yuripv@yuripv.dev
2020-11-24 12:33:00 +00:00
Fernando Apesteguía
0ad4e394fd irc/irssi: Update to snapshot 1.3 (20201114)
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-22 18:33:12 +00:00
Santhosh Raju
c33e63cafa irc/ircd-hybrid: Updates to 8.2.35
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-15 14:26:57 +00:00
Bernard Spil
3a8b5a68e4 irc/weechat: Update to 3.0 2020-11-11 20:48:11 +00:00
Yuri Victorovich
89678ff50f irc/oragono: Update 2.3.0 -> 2.4.0
Reported by:	portscout
2020-11-10 07:38:59 +00:00
Santhosh Raju
71170f8bdb irc/ircd-hybrid: Updates to 8.2.34
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-08 13:58:51 +00:00
Jan Beich
6d5d6429d5 devel/icu: update to 68.1
Changes:	http://site.icu-project.org/download/68
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-11-03 00:56:26 +00:00
Mateusz Piotrowski
2ac37aae5a Add a missing dependency
Otherwise, Polari does not start.

PR:		239582
Submitted by:	Greg V <greg%unrelenting.technology>
Approved by:	portmgr blanket
MFH:		2020Q4 (runtime fix)
2020-10-27 10:57:38 +00:00
Tobias C. Berner
5ed5d45836 irc/konversation: update to 1.7.7 2020-10-26 18:46:45 +00:00
Vinícius Zavam
f0e45890ff irc/anope: update 2.0.7_1 to 2.0.9
github.com/anope/anope/blob/2.0.9/docs/Changes
2020-10-24 13:23:58 +00:00
Pietro Cerutti
62c1f0cfa1 irc/bitlbee-facebook: update to 1.2.1
Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.2.1
2020-10-21 09:02:33 +00:00
Piotr Kubaj
279970f51c irc/eggdrop-devel: fix build on GCC architectures
Use C99 mode:
.././server.mod/isupport.c:178: error: 'for' loop initial declaration used outside C99 mode

MFH:		2020Q4 (fix build blanket)
2020-10-08 13:13:42 +00:00
Rene Ladan
53e5276a7d Return jadawin@'s ports to the pool after taking in his commit bit.
With hat:	portmgr-secretary
2020-10-05 17:45:32 +00:00
Tobias C. Berner
e159901f06 irc/konversation: update to 1.7.6 2020-09-29 17:02:03 +00:00
Baptiste Daroussin
74d263d9b0 Update to 2.38.0
Add dependency on telepathy-idle which is required for polari
to actually work
2020-09-29 14:55:41 +00:00
Danilo G. Baio
9f8af479a9 irc/eggdrop-devel: Update to latest commit 2020-09-09 22:26:41 +00:00
Danilo G. Baio
4bccb8d1e8 irc/znc: Update to 1.8.2
Changelog:	https://wiki.znc.in/ChangeLog/1.8.2
2020-09-09 22:22:24 +00:00
Mathieu Arnold
c71f20255b Fixup qat. 2020-09-09 14:48:20 +00:00
Santhosh Raju
f834090870 irc/ircd-hybrid: Updates to 8.2.33
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-09 13:23:39 +00:00
Yuri Victorovich
c0bf224a04 irc/oragono: Update 2.2.0 -> 2.3.0
Reported by:	portscout
2020-09-06 14:04:03 +00:00
Antoine Brodin
9738a96f74 Remove duplicate line from plist 2020-09-03 06:12:21 +00:00
Alexey Dokuchaev
fe0a40a484 Unbreak the build with -fno-common (Clang 11, GCC 10).
Reported by:	pkg-fallout
2020-09-01 08:51:51 +00:00
Alexey Dokuchaev
e30e6bd319 Allow to build against contemporary versions of OpenSSL.
PR:	244473 (modified)
2020-08-31 08:53:00 +00:00
Danilo G. Baio
55f5760380 irc/eggdrop-devel: Update to latest commit
Remove outdated ssl information in the config file.
2020-08-30 23:37:09 +00:00
Niclas Zeising
a1b290c54d Extend expiration of ports broken with -fno-common
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-30 09:47:49 +00:00
Tobias C. Berner
cfacac9d68 irc/: Fix build with clang11 and deprecate ports@ ports 2020-08-29 10:46:10 +00:00
Tobias C. Berner
84808f8dd9 irc/unreal: fix build on recent current 2020-08-27 16:57:53 +00:00
Sunpoet Po-Chuan Hsieh
5c9065183a Fix gemspec for rubygem-daemons 1.3.1 update
- Bump PORTREVISION for package change
2020-08-25 18:50:22 +00:00
Danilo G. Baio
ec6bebcb53 irc/eggdrop-devel: Update to latest commit
This also fix build on 13-CURRENT (-fno-common) related.

Reported by:	pkg-fallout
2020-08-24 23:54:37 +00:00
Sunpoet Po-Chuan Hsieh
09d7d9c96a Change RUN_DEPENDS from rubygem-thor to rubygem-thor0
- Bump PORTREVISION for dependency change
2020-08-23 19:49:41 +00:00
Niclas Zeising
c03f82ecb9 irc/scrollz: Fix build with -fno-common
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-22 14:17:09 +00:00
Niclas Zeising
531796cad1 irc/bitchx: Fix build with -fno-common
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-22 13:57:23 +00:00
Josh Paetzel
151930d9da The EPIC maintainer was nice enough to roll a new release to handle the fix needed
by compilers defaulting to -fno-common

This fixes a build issue on FreeBSD HEAD
2020-08-21 18:18:06 +00:00
Fernando Apesteguía
43d3cd1741 irc/znc-push: update to g5f95488
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-20 18:13:13 +00:00