<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/irc/atheme-services, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>irc/atheme-services: Switch from pcre to pcre2</title>
<updated>2025-05-27T17:06:15+00:00</updated>
<author>
<name>ek</name>
<email>ek@purplehat.org</email>
</author>
<published>2025-05-27T17:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=895e23ed6942dae304aafe582868b1c10c69abf6'/>
<id>895e23ed6942dae304aafe582868b1c10c69abf6</id>
<content type='text'>
Also cleanups from portlint, etc.

PR:	287052
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also cleanups from portlint, etc.

PR:	287052
</pre>
</div>
</content>
</entry>
<entry>
<title>Mk/**ldap.mk: Convert USE_LDAP to USES=ldap</title>
<updated>2023-02-08T10:53:56+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-02-08T10:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=6e1233be229212a0496f42d611bd40f3e3a628da'/>
<id>6e1233be229212a0496f42d611bd40f3e3a628da</id>
<content type='text'>
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&lt;version&gt; 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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&lt;version&gt; 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>irc: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:09+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=6ec0477414e965e6dc6dfdb6b68a87761082e0a8'/>
<id>6ec0477414e965e6dc6dfdb6b68a87761082e0a8</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  A. Gabriel &lt;backslash@BSDCode.org&gt;
  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Alexey Mikhailov &lt;karma@ez.pereslavl.ru&gt;
  *  Alfred Perlstein &lt;alfred@FreeBSD.org&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Ben Hutchinson &lt;benhutch@xfiles.org.uk&gt;
  *  Bill Fumerola &lt;billf@chc-chimes.com&gt;
  *  Chess Griffin &lt;chess@chessgriffin.com&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Craig Edwards &lt;brain@mail1.chatspike.net&gt;
  *  David Bushong &lt;david+ports@bushong.net&gt;
  *  David Taylor &lt;davidt@yadt.co.uk&gt;
  *  Dennis Herrmann &lt;adox@mcx2.org&gt;
  *  Dominic Marks &lt;dom@cus.org.uk&gt;
  *  Edini &lt;ports@edini.net&gt;
  *  Eugeny Kuzakov &lt;CoreDumped@CoreDumped.null.ru&gt;
  *  Evgueni V. Gavrilov &lt;aquatique@rusunix.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Gerrit Beine &lt;tux@pinguru.net&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Hye-Shik Chang
  *  Jase Thew &lt;freebsd@beardz.net&gt;
  *  Jens Holmqvist &lt;zparta@hispan.se&gt;
  *  Jimbo Bahooli &lt;griffin@blackhole.iceworld.org&gt;
  *  Jonas Kvinge &lt;jonas@night-light.net&gt;
  *  Josh Paetzel &lt;josh@tcbug.org&gt;
  *  Julien Laffaye &lt;kimelto@gmail.com&gt;
  *  KIMURA Yasuhiro &lt;yasu@utahime.org&gt;
  *  Kirill Ponomarew &lt;ponomarew@oberon.net&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Makoto Matsushita &lt;matusita@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Masahiro Teramoto &lt;markun@onohara.to&gt;
  *  Matthew West &lt;mwest@uct.ac.za&gt;
  *  Maxim Ignatenko
  *  Michael Ranner
  *  Oliver Eikemeier
  *  Philippe Audeoud &lt;jadawin@tuxaco.net&gt;
  *  Romain Tartiere &lt;romain@blogreen.org&gt;
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Shaun Amott &lt;shaun@inerd.com&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  TERAMOTO Masahiro &lt;markun@onohara.to&gt;
  *  Tim Bishop &lt;tim@bishnet.net&gt;
  *  Timothy Redaelli &lt;drizzt@gufi.org&gt;
  *  Travis Poppe &lt;tlp@liquidx.org&gt;
  *  Ulrich Spoerlein &lt;q@uni.de&gt;
  *  Vsevolod Stakhov &lt;vsevolod@highsecure.ru&gt;
  *  Walter Venable &lt;weaseal@hotmail.com&gt;
  *  Walter Venable &lt;weaseal@users.sourceforge.net&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  clement
  *  db
  *  elvstone@gmail.com
  *  gahr
  *  hrs
  *  ijliao
  *  koji@jet.es
  *  milki &lt;milki@rescomp.berkeley.edu&gt;
  *  perlguy@perlguy.com
  *  pgl@instinct.org
  *  sec@42.org
  *  tdb
  *  torstenb

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  A. Gabriel &lt;backslash@BSDCode.org&gt;
  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Alexey Mikhailov &lt;karma@ez.pereslavl.ru&gt;
  *  Alfred Perlstein &lt;alfred@FreeBSD.org&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Ben Hutchinson &lt;benhutch@xfiles.org.uk&gt;
  *  Bill Fumerola &lt;billf@chc-chimes.com&gt;
  *  Chess Griffin &lt;chess@chessgriffin.com&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Craig Edwards &lt;brain@mail1.chatspike.net&gt;
  *  David Bushong &lt;david+ports@bushong.net&gt;
  *  David Taylor &lt;davidt@yadt.co.uk&gt;
  *  Dennis Herrmann &lt;adox@mcx2.org&gt;
  *  Dominic Marks &lt;dom@cus.org.uk&gt;
  *  Edini &lt;ports@edini.net&gt;
  *  Eugeny Kuzakov &lt;CoreDumped@CoreDumped.null.ru&gt;
  *  Evgueni V. Gavrilov &lt;aquatique@rusunix.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Gerrit Beine &lt;tux@pinguru.net&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Hye-Shik Chang
  *  Jase Thew &lt;freebsd@beardz.net&gt;
  *  Jens Holmqvist &lt;zparta@hispan.se&gt;
  *  Jimbo Bahooli &lt;griffin@blackhole.iceworld.org&gt;
  *  Jonas Kvinge &lt;jonas@night-light.net&gt;
  *  Josh Paetzel &lt;josh@tcbug.org&gt;
  *  Julien Laffaye &lt;kimelto@gmail.com&gt;
  *  KIMURA Yasuhiro &lt;yasu@utahime.org&gt;
  *  Kirill Ponomarew &lt;ponomarew@oberon.net&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Makoto Matsushita &lt;matusita@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Masahiro Teramoto &lt;markun@onohara.to&gt;
  *  Matthew West &lt;mwest@uct.ac.za&gt;
  *  Maxim Ignatenko
  *  Michael Ranner
  *  Oliver Eikemeier
  *  Philippe Audeoud &lt;jadawin@tuxaco.net&gt;
  *  Romain Tartiere &lt;romain@blogreen.org&gt;
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Shaun Amott &lt;shaun@inerd.com&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  TERAMOTO Masahiro &lt;markun@onohara.to&gt;
  *  Tim Bishop &lt;tim@bishnet.net&gt;
  *  Timothy Redaelli &lt;drizzt@gufi.org&gt;
  *  Travis Poppe &lt;tlp@liquidx.org&gt;
  *  Ulrich Spoerlein &lt;q@uni.de&gt;
  *  Vsevolod Stakhov &lt;vsevolod@highsecure.ru&gt;
  *  Walter Venable &lt;weaseal@hotmail.com&gt;
  *  Walter Venable &lt;weaseal@users.sourceforge.net&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  clement
  *  db
  *  elvstone@gmail.com
  *  gahr
  *  hrs
  *  ijliao
  *  koji@jet.es
  *  milki &lt;milki@rescomp.berkeley.edu&gt;
  *  perlguy@perlguy.com
  *  pgl@instinct.org
  *  sec@42.org
  *  tdb
  *  torstenb

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>irc/atheme-services: Update to 7.2.12</title>
<updated>2022-04-07T18:48:16+00:00</updated>
<author>
<name>Dustin Marquess</name>
<email>jailbird@fdf.net</email>
</author>
<published>2022-04-07T18:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ef656c6ce91a824611cff11de6f879775b5fd91d'/>
<id>ef656c6ce91a824611cff11de6f879775b5fd91d</id>
<content type='text'>
PR:		263105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		263105
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CONFLICTS entries of multiple ports</title>
<updated>2022-01-10T15:15:39+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-01-10T14:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bcaf25a8c8046b094f6b5ab5bc258333bc326ee1'/>
<id>bcaf25a8c8046b094f6b5ab5bc258333bc326ee1</id>
<content type='text'>
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
</pre>
</div>
</content>
</entry>
<entry>
<title>net/openldap24-client: bump all dependent port</title>
<updated>2021-08-02T04:41:48+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2021-08-02T04:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=3ba73dad6f600e4da54237e381201faec678984c'/>
<id>3ba73dad6f600e4da54237e381201faec678984c</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Remove all other $FreeBSD keywords.</title>
<updated>2021-04-06T14:31:13+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T14:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=135fdeebb99c3569e42d8162b265e15d29bd937d'/>
<id>135fdeebb99c3569e42d8162b265e15d29bd937d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
