<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/rrdtool, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>databases/*: remove useless USES=pathfix</title>
<updated>2025-07-23T15:07:21+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-07-23T15:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bfd201b17b416b2b3852a3615fe2013eb7365afc'/>
<id>bfd201b17b416b2b3852a3615fe2013eb7365afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libxml2: chase libxml soversion bump</title>
<updated>2025-06-30T09:04:22+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-06-30T09:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=3068854dd0263c7ccc8d62569081d3e150a21651'/>
<id>3068854dd0263c7ccc8d62569081d3e150a21651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc</title>
<updated>2025-06-19T20:28:47+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-06-19T20:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4f0eba1efd73e85ccb544708c967bca70ad3e7a6'/>
<id>4f0eba1efd73e85ccb544708c967bca70ad3e7a6</id>
<content type='text'>
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.

Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.

Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.

PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.

Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.

Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.

PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/rrdtool: Fix fetch</title>
<updated>2024-07-29T13:36:05+00:00</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2024-07-29T13:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=a2244f88da0ce140b333ccbd1223aa84bfd96cdd'/>
<id>a2244f88da0ce140b333ccbd1223aa84bfd96cdd</id>
<content type='text'>
Reported by:		Michael Butler &lt;imb@protected-networks.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:		Michael Butler &lt;imb@protected-networks.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/rrdtool: Update to 1.9.0</title>
<updated>2024-07-29T12:48:53+00:00</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2024-07-29T12:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=29af6a79d5a83aed7a9a251117e27c7629c76b24'/>
<id>29af6a79d5a83aed7a9a251117e27c7629c76b24</id>
<content type='text'>
- Pet Q/A check by removing unnused freetype lib depends

ChangeLog: https://github.com/oetiker/rrdtool-1.x/blob/master/CHANGES
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Pet Q/A check by removing unnused freetype lib depends

ChangeLog: https://github.com/oetiker/rrdtool-1.x/blob/master/CHANGES
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man</title>
<updated>2024-04-14T09:41:16+00:00</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2024-04-14T09:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=57b4ac18f331badf0054d90aaef3fd987072313a'/>
<id>57b4ac18f331badf0054d90aaef3fd987072313a</id>
<content type='text'>
Approved by:	portmgr (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	portmgr (blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>*: Autotools manpages fix</title>
<updated>2024-01-27T10:52:26+00:00</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2024-01-22T17:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7aae4b51367e0007a539342b08413cb04ab3a91c'/>
<id>7aae4b51367e0007a539342b08413cb04ab3a91c</id>
<content type='text'>
Approved by:	portmgr (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	portmgr (blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/rrdtool: fix build with lld 17</title>
<updated>2024-01-10T16:20:30+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2024-01-10T16:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2ed094adef32cc683a9a077f1c8eb2241754068a'/>
<id>2ed094adef32cc683a9a077f1c8eb2241754068a</id>
<content type='text'>
Some symbols in the linker version script librrd.sym are undefined when
the CACHE option is off. Suppress errors with lld &gt;= 17 due to these
undefined symbols.

PR:		273753
MFH:		2024Q1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some symbols in the linker version script librrd.sym are undefined when
the CACHE option is off. Suppress errors with lld &gt;= 17 due to these
undefined symbols.

PR:		273753
MFH:		2024Q1
</pre>
</div>
</content>
</entry>
<entry>
<title>devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}</title>
<updated>2023-07-18T00:53:09+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2023-07-18T00:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a'/>
<id>9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a</id>
<content type='text'>
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Fix some ports conversion from USE_RUBY to USES=ruby</title>
<updated>2023-01-15T02:45:23+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-01-15T02:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2d00178fd4d952c698d3413800c3bd1b6cfc98a9'/>
<id>2d00178fd4d952c698d3413800c3bd1b6cfc98a9</id>
<content type='text'>
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.

Approved by:	portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.

Approved by:	portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
</pre>
</div>
</content>
</entry>
</feed>
