1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Commit Graph

72 Commits

Author SHA1 Message Date
Rafael Grether
cc7b3f0d0b irc/anope: Fix MySQL database support with MariaDB
PR:	273370
MFH:	2024Q4
2024-10-17 05:58:09 +03:00
John Marshall
c5ca41db39 irc/anope: 2.0.14 → 2.0.16
A lot of bug-fixes.
Changelogs:
https://www.anope.org/news/2024/anope-2015-release.html
https://www.anope.org/news/2024/anope-2016-release.html

PR:	280848
MFH:	2024Q3
2024-08-16 16:17:05 +03:00
Rodrigo Osorio
43293f045c irc/anope: fix build error with SASL option enabled
Also did some Makefile cleanup and reordering to make linters happy

PR:		275399
Reported by:	Siva Mahadevan <me@svmhdvn.name>
Approved by:	Rafael Grether <devnull@apt322.org> (maintainer)
2023-11-30 13:11:25 +01:00
Rafael Grether
c720397b10 irc/anope: update to 2.0.14 - crash fixes and other minor changes
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)
2023-08-08 08:39:19 +02:00
DevNull
a68c1f6cca irc/anope: Update to 2.0.13, coredump fixes, pass MAINTAINER'ship
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
2023-07-18 14:14:12 +02:00
Vinícius Zavam
d375169549
irc/anope: drop maintainership 2023-05-21 16:27:18 +00:00
Muhammad Moinur Rahman
6e1233be22 Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
2023-02-08 04:53:56 -06:00
Vinícius Zavam
a327f61c11
irc/anope: update 2.0.11 to 2.0.12 2022-12-27 13:02:06 +00:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Vinícius Zavam
3cc12f36a4
irc/anope: update 2.0.10 to 2.0.11 2022-06-25 08:10:19 +00:00
Vinícius Zavam
3af67b5fd6
irc/anope: update 2.0.9_1 to 2.0.10
Add support for channel SQLines on InspIRCd;
  Change default protocol module from inspircd20 to inspircd3;
  Change the character set used by chanstats and irc2sql to utf8mb4;
  Fix a ton of typos in messages;
  Fix being able to override MAXLIST on InspIRCd;
  Fix blocking on boot when trying to upgrade SQL databases;
  Fix not flushing the ERROR message on squit;
  Fix using an invalidated iterator when deleting bots;
  Fix various harmless compiler warnings;
  Fix webcpanel not using the forwarded IP;
  Show the account name in nickserv/info.

  * https://github.com/anope/anope/releases/tag/2.0.10
  * https://github.com/anope/anope/compare/2.0.9...2.0.10
2022-02-19 19:46:04 +00:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sergey A. Osokin
e8029e4846 Update databases/redis to the recent stable version 6.0.10.
Update CONFLICTS for:
o) databases/redis4
o) databases/redis5
o) databases/redis
o) databases/redis-devel

Connect databases/redis5 to the build.

Bump PORTREVISIONs for dependant ports.
2021-01-13 16:13:24 +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
Sergey A. Osokin
89e0b04783 Repocopy the databases/redis to the databases/redis4 to update
the databases/redis port to the latest stable version, 5.0.6.

PR:		241526
Reviewed by:	portmgr (adamw)
Approved by:	portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D22336
2019-11-21 19:27:39 +00:00
Vinícius Zavam
a4a82891ae irc/anope: update 2.0.6 to 2.0.7 2019-11-15 10:52:42 +00:00
Mathieu Arnold
b02a518e53 Remove Created by lines where I am the one. 2019-05-20 13:04:24 +00:00
Jan Beich
88bb6227dc irc/anope: unbreak with libc++ 8
In file included from src/access.cpp:12:
In file included from include/service.h:15:
In file included from include/services.h:22:
In file included from /usr/include/c++/v1/stdexcept:46:
In file included from /usr/include/c++/v1/exception:81:
In file included from /usr/include/c++/v1/cstddef:38:
include/version:1:1: error: expected unqualified-id
<U+007F>ELF<U+0002><U+0001><U+0001> <U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0002><U+0000>><U+0000><U+0001><U+0000><U+0000><U+0000><U+0000>P <U+0000><U+0000><U+0000><U+0000><U+0000>@<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><F0>"<U+0001><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>@<U+0000>8
^

PR:		236192
Approved by:	portmgr blanket
2019-03-04 07:21:57 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Vinícius Zavam
e6e74bcab0 irc/anope: update 2.0.5 to 2.0.6
- adopt the port;
  - silent portlint.

Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D18489
2018-12-16 11:59:49 +00:00
Dmitry Marakasov
5b4dae68d7 - Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW
2018-11-16 17:04:10 +00:00
Mark Felder
393a1c00f3 Reset maintainer for misc ports I do not interact with anymore 2018-10-02 19:21:49 +00:00
Mark Linimon
45cb752a04 Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
2017-06-25 00:29:09 +00:00
Mark Felder
40338eb384 irc/anope: Update to 2.0.5
Modernize port options
Fix building with MySQL
Add new REDIS option

Changelog:	a9bf251886/docs/Changes

MFH:		2017Q2
2017-06-09 13:55:01 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Baptiste Daroussin
ac922c592e Convert g* and i* to USES=sqlite and USES=firebird 2016-01-10 16:55:26 +00:00
Mathieu Arnold
7adc81e042 Fixup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-28 08:16:26 +00:00
Mark Felder
e21e35c1b6 rc script improvements
It was not setting user to "nobody" correctly
2015-04-24 14:50:32 +00:00
Mark Felder
9fb44b302a Add LICENSE 2015-04-23 19:47:16 +00:00
Mark Felder
41d43060f1 Update to 2.0.2, take maintainership
* Anope now works (was broken since STAGE)
* All extra modules are now port options
* Anope service runs as nobody by default

Approved by:	mat
2015-04-23 16:49:46 +00:00
Dmitry Marakasov
ee6e091a2b - Add empty directories to plist
Approved by:	portmgr blanket
2015-04-23 13:46:28 +00:00
Mathieu Arnold
4f623e0f14 - Update to 1.8.9
- Stage
- Cleanup rc script
- Take [1]

Approved by:	maintainer [1]
Sponsored by:	Absolight
2014-06-19 13:03:29 +00:00
Jimmy Olgeni
5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00
Martin Wilke
6654024e93 - Convert USE_GMAKE to USES 2014-03-15 16:21:34 +00:00
Dennis Herrmann
f4f1d1d012 - Update to 1.8.8 2013-12-18 08:59:06 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Andrej Zverev
a5341091eb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 17:03:42 +00:00
Martin Wilke
5c7bf71301 - Unbreak build
Reported by:	pointyhat
2013-03-26 09:25:33 +00:00
Baptiste Daroussin
baedaefc13 Convert dhn's ports to the new options framework
While here trim headers and convert some USE_GNOME=pkgconfig to
USE_PKGCONFIG=build

Approved by:	maintainer (dhn)
2013-01-07 20:50:20 +00:00
Dennis Herrmann
bc2e3b2b75 - Update to 1.8.7 2011-12-24 10:49:07 +00:00
Dennis Herrmann
8e7db6e8ed - Update to 1.8.6 2011-05-23 06:32:55 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Dennis Herrmann
3494ab1c71 - Update to 1.8.5 2010-09-12 08:34:23 +00:00
Dennis Herrmann
badaf5d60e - Update to 1.8.4 2010-04-07 19:43:31 +00:00
Dennis Herrmann
dcb918dfa3 - Update to 1.8.3 2010-01-30 13:09:05 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Dennis Herrmann
cc5be72253 - Update to 1.8.2 2009-07-19 16:13:51 +00:00