notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: irc/anope/Makefile

Number of commits found: 70

Thursday, 30 Nov 2023
12:11 Rodrigo Osorio (rodrigo) search for other commits by this committer
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)
commit hash: 43293f045cc51f73af6262e1603f420425dd9644 commit hash: 43293f045cc51f73af6262e1603f420425dd9644 commit hash: 43293f045cc51f73af6262e1603f420425dd9644 commit hash: 43293f045cc51f73af6262e1603f420425dd9644 43293f0
Tuesday, 8 Aug 2023
06:39 Fernando Apesteguía (fernape) search for other commits by this committer Author: Rafael Grether
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)
commit hash: c720397b106aa40c85a924557a38fd607379e604 commit hash: c720397b106aa40c85a924557a38fd607379e604 commit hash: c720397b106aa40c85a924557a38fd607379e604 commit hash: c720397b106aa40c85a924557a38fd607379e604 c720397
Tuesday, 18 Jul 2023
12:14 Mikael Urankar (mikael) search for other commits by this committer Author: DevNull
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
commit hash: a68c1f6ccab8140d1190a6d29d774672a5602d34 commit hash: a68c1f6ccab8140d1190a6d29d774672a5602d34 commit hash: a68c1f6ccab8140d1190a6d29d774672a5602d34 commit hash: a68c1f6ccab8140d1190a6d29d774672a5602d34 a68c1f6
Sunday, 21 May 2023
16:27 Vinícius Zavam (egypcio) search for other commits by this committer
irc/anope: drop maintainership
commit hash: d3751695494c5a0621402d46dbc53e9a84ffecd0 commit hash: d3751695494c5a0621402d46dbc53e9a84ffecd0 commit hash: d3751695494c5a0621402d46dbc53e9a84ffecd0 commit hash: d3751695494c5a0621402d46dbc53e9a84ffecd0 d375169
Wednesday, 8 Feb 2023
10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da 6e1233b
Tuesday, 27 Dec 2022
13:02 Vinícius Zavam (egypcio) search for other commits by this committer
irc/anope: update 2.0.11 to 2.0.12
commit hash: a327f61c11a497e8f90a513dba837c84329b3b2f commit hash: a327f61c11a497e8f90a513dba837c84329b3b2f commit hash: a327f61c11a497e8f90a513dba837c84329b3b2f commit hash: a327f61c11a497e8f90a513dba837c84329b3b2f a327f61
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 25 Jun 2022
08:10 Vinícius Zavam (egypcio) search for other commits by this committer
irc/anope: update 2.0.10 to 2.0.11
commit hash: 3cc12f36a47006409d2ad19d1a02baa380249195 commit hash: 3cc12f36a47006409d2ad19d1a02baa380249195 commit hash: 3cc12f36a47006409d2ad19d1a02baa380249195 commit hash: 3cc12f36a47006409d2ad19d1a02baa380249195 3cc12f3
Saturday, 19 Feb 2022
19:46 Vinícius Zavam (egypcio) search for other commits by this committer
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
commit hash: 3af67b5fd64ea578f5a894e2bcecf66672317d64 commit hash: 3af67b5fd64ea578f5a894e2bcecf66672317d64 commit hash: 3af67b5fd64ea578f5a894e2bcecf66672317d64 commit hash: 3af67b5fd64ea578f5a894e2bcecf66672317d64 3af67b5
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 13 Jan 2021
16:13 osa search for other commits by this committer
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.
Original commitRevision:561486 
Saturday, 24 Oct 2020
13:23 egypcio search for other commits by this committer
irc/anope: update 2.0.7_1 to 2.0.9

  github.com/anope/anope/blob/2.0.9/docs/Changes
Original commitRevision:553198 
Thursday, 21 Nov 2019
19:27 osa search for other commits by this committer
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
Original commitRevision:518107 
Friday, 15 Nov 2019
10:52 egypcio search for other commits by this committer
irc/anope: update 2.0.6 to 2.0.7
Original commitRevision:517646 
Monday, 20 May 2019
13:04 mat search for other commits by this committer
Remove Created by lines where I am the one.
Original commitRevision:502104 
Monday, 4 Mar 2019
07:21 jbeich search for other commits by this committer
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
Original commitRevision:494557 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
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
Original commitRevision:488341 
Sunday, 16 Dec 2018
11:59 egypcio search for other commits by this committer
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
Original commitRevision:487581 
Friday, 16 Nov 2018
17:04 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW
Original commitRevision:485088 
Tuesday, 2 Oct 2018
19:21 feld search for other commits by this committer
Reset maintainer for misc ports I do not interact with anymore
Original commitRevision:481130 
Sunday, 25 Jun 2017
00:29 linimon search for other commits by this committer
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)
Original commitRevision:444251 
Friday, 9 Jun 2017
13:55 feld search for other commits by this committer
irc/anope: Update to 2.0.5

Modernize port options
Fix building with MySQL
Add new REDIS option

Changelog:	https://github.com/anope/anope/blob/a9bf2518864a6919f7e1217016c9dec3a3b08323/docs/Changes

MFH:		2017Q2
Original commitRevision:442989 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
Original commitRevision:436248 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- 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)
Original commitRevision:411990 
Sunday, 10 Jan 2016
16:55 bapt search for other commits by this committer
Convert g* and i* to USES=sqlite and USES=firebird
Original commitRevision:405724 
Thursday, 28 May 2015
08:16 mat search for other commits by this committer
Fixup USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:387711 
Friday, 24 Apr 2015
14:50 feld search for other commits by this committer
rc script improvements

It was not setting user to "nobody" correctly
Original commitRevision:384651 
Thursday, 23 Apr 2015
19:47 feld search for other commits by this committer
Add LICENSE
Original commitRevision:384604 
16:49 feld search for other commits by this committer
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
Original commitRevision:384600 
13:46 amdmi3 search for other commits by this committer
- Add empty directories to plist

Approved by:	portmgr blanket
Original commitRevision:384577 
Thursday, 19 Jun 2014
13:03 mat search for other commits by this committer
- Update to 1.8.9
- Stage
- Cleanup rc script
- Take [1]

Approved by:	maintainer [1]
Sponsored by:	Absolight
Original commitRevision:358404 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
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)
Original commitRevision:357654 
Saturday, 15 Mar 2014
16:21 miwi search for other commits by this committer
- Convert USE_GMAKE to USES
Original commitRevision:348342 
Wednesday, 18 Dec 2013
08:59 dhn search for other commits by this committer
- Update to 1.8.8
Original commitRevision:336805 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Monday, 16 Sep 2013
17:03 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327418 
Tuesday, 26 Mar 2013
09:25 miwi search for other commits by this committer
- Unbreak build

Reported by:	pointyhat
Original commitRevision:315270 
Monday, 7 Jan 2013
20:50 bapt search for other commits by this committer
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)
Original commitRevision:310055 
Saturday, 24 Dec 2011
10:49 dhn search for other commits by this committer
- Update to 1.8.7
Original commit
Monday, 23 May 2011
06:32 dhn search for other commits by this committer
- Update to 1.8.6
Original commit
Saturday, 19 Mar 2011
13:15 ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
Original commit
Sunday, 12 Sep 2010
08:34 dhn search for other commits by this committer
- Update to 1.8.5
Original commit
Wednesday, 7 Apr 2010
19:43 dhn search for other commits by this committer
- Update to 1.8.4
Original commit
Saturday, 30 Jan 2010
13:09 dhn search for other commits by this committer
- Update to 1.8.3
Original commit
Saturday, 22 Aug 2009
00:24 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
Original commit
Sunday, 19 Jul 2009
16:13 dhn search for other commits by this committer
- Update to 1.8.2
Original commit
Friday, 6 Mar 2009
18:14 dhn search for other commits by this committer
- Use my FreeBSD address on the ports I maintain

Approved by:    tabthorpe (co-mentor)
Original commit
Wednesday, 14 Jan 2009
16:00 miwi search for other commits by this committer
- Update to 1.8.0
- Add PORTDOCS

PR:             130518
Submitted by:   Dennis Herrmann <adox@mcx2.org> (maintainer)
Original commit
Wednesday, 10 Dec 2008
09:32 beech search for other commits by this committer
- Update to 1.7.24
- Pass maintainership to submitter

PR:             ports/129509
Submitted by:   Dennis Herrmann <adox@mcx2.org>
Original commit
09:00 beech search for other commits by this committer
- Update to 1.7.22
Original commit
Wednesday, 12 Nov 2008
16:49 pav search for other commits by this committer
- Update to 1.7.21

PR:             ports/123290
Submitted by:   Boris Kovalenko <boris@tagnet.ru>

- Drop maintainership

Submitted by:   mat (maintainer)
Original commit
Sunday, 24 Jun 2007
10:40 mat search for other commits by this committer
Update to 1.6.5

Reminded by:    miwi
Original commit
Tuesday, 19 Sep 2006
09:36 mat search for other commits by this committer
fixup build
Original commit
Saturday, 2 Sep 2006
16:51 kris search for other commits by this committer
Schedule these broken ports for termination on 2006-12-01
Original commit
Sunday, 16 Jul 2006
20:12 linimon search for other commits by this committer
Mark broken: fails to install.
Original commit
Tuesday, 23 May 2006
12:38 mat search for other commits by this committer
Update to 1.6.4

PR:             96281
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
Original commit
Monday, 8 May 2006
10:32 edwin search for other commits by this committer
remove USE_REINPLACE for all categories starting with I
Original commit
Saturday, 19 Mar 2005
10:48 mat search for other commits by this committer
We don't need tHose anymore.
Original commit
Wednesday, 29 Dec 2004
13:45 mat search for other commits by this committer
Make it really use threads when asked to [1]
While I'm here, make it respect CFLAGS

PR:             [1] based on 75349
Submitted by:   [1] Axel Gonzalez <loox@e-shell.net>
Original commit
Friday, 26 Nov 2004
11:55 mat search for other commits by this committer
Fixup with 64 bits arch needing -fPIC for librairies.

Tested on: sledge
Original commit
11:16 mat search for other commits by this committer
Update to 1.6.3
Original commit
Thursday, 18 Nov 2004
22:19 kris search for other commits by this committer
BROKEN on ia64: Does not build
Original commit
Saturday, 19 Jun 2004
09:31 kris search for other commits by this committer
BROKEN on amd64: Shared libraries must be compiled with -fPIC)
Original commit
Tuesday, 18 May 2004
05:21 mat search for other commits by this committer
It's USE_PERL5, not USE_PERL
Original commit
Tuesday, 11 May 2004
11:37 mat search for other commits by this committer
Add sensible default because OPTIONS does not do it when BATCH
Original commit
Tuesday, 4 May 2004
10:12 mat search for other commits by this committer
Needs perl to build

Pointed out by: bento via kris
Original commit
Sunday, 2 May 2004
08:02 mat search for other commits by this committer
Add sensible default

Pointed out by: bento via kris
Original commit
Friday, 30 Apr 2004
15:50 mat search for other commits by this committer
Add anope 1.6.2, a set of IRC services for IRC networks.
Original commit

Number of commits found: 70