<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/Makefile, branch release/12.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2022-09-19T15:50:05Z</updated>
<entry>
<title>databases/sqlite3: Update to 3.39.3</title>
<updated>2022-09-19T15:50:05Z</updated>
<author>
<name>Pavel Volkov</name>
<email>pavelivolkov@gmail.com</email>
</author>
<published>2022-09-19T15:50:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c3997397a01e8ece3f1196e9ef5cf85826d876a0'/>
<id>urn:sha1:c3997397a01e8ece3f1196e9ef5cf85826d876a0</id>
<content type='text'>
PR:	266459
</content>
</entry>
<entry>
<title>Change MASTER_SITE_INDEX to our distributed mirror</title>
<updated>2022-01-13T08:25:20Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2022-01-13T08:25:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf13a62abc1bdc4e70e429c8797e891c9bf2ba80'/>
<id>urn:sha1:cf13a62abc1bdc4e70e429c8797e891c9bf2ba80</id>
<content type='text'>
This would relax the load of www.freebsd.org and let user fetch INDEX
from a closer mirror.

Approved by:	bapt (portmgr)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D33871
</content>
</entry>
<entry>
<title>fetchindex: make compression format configurable</title>
<updated>2021-11-22T08:18:15Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-11-22T08:12:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bcb098e384dc2d5694d098975161328a2699ed07'/>
<id>urn:sha1:bcb098e384dc2d5694d098975161328a2699ed07</id>
<content type='text'>
Add INDEX_COMPRESSION_FORMAT as a variable a user can overwrite via
/etc/make.conf to allow the compression format used for INDEX to be
changed. Available compression formats are: bz2, xz and zst for now.

While here change the default compression format to be .xz (the
smallest), for environement where performance of unxz matters it can
switched to zst.

bz2 format is kept for compatibility with existing tooling.

In order to simplify the code, bsdcat(1) is now used for uncompressing
instead detecting the compression format manually and switch the
decompression tool manually

Note the bzip2 compression format is now considered as deprecated
</content>
</entry>
<entry>
<title>fetchindex: do not leave a corrupted INDEX</title>
<updated>2021-11-08T14:59:55Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-11-08T14:58:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cd8518854f3e96fb86dd7ed7b8f1c0258e839157'/>
<id>urn:sha1:cd8518854f3e96fb86dd7ed7b8f1c0258e839157</id>
<content type='text'>
When extracting the fetched index, do it in a temporary file, and only
when extraction succeed, move it to the final file, it makes it more
atomic and less likely to live a corrupted file behind

PR:	224871
</content>
</entry>
<entry>
<title>index: keep index file as long as possible</title>
<updated>2021-11-08T12:58:22Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-11-08T12:51:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=62f3ada9497ac74c9fe7fe8e4207eebd43af0989'/>
<id>urn:sha1:62f3ada9497ac74c9fe7fe8e4207eebd43af0989</id>
<content type='text'>
When generating the INDEX file, we are already building it in a
temporary file and swap it last minute. make the index target now
directly depend on the INDEX file generation target.
Turn that target into a PHONY target so the file is always regenerated
when someone calls make index.

PR:		202070
</content>
</entry>
<entry>
<title>Makefile: Force to rebase when using make update</title>
<updated>2021-05-25T16:01:19Z</updated>
<author>
<name>Sofian Brabez</name>
<email>sbz@FreeBSD.org</email>
</author>
<published>2021-05-25T07:35:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5d2188800f7a37ba58adf1fa42cb8ad820067b3f'/>
<id>urn:sha1:5d2188800f7a37ba58adf1fa42cb8ad820067b3f</id>
<content type='text'>
Approved by:	uqs
Differential Revision:	https://reviews.freebsd.org/D30450
</content>
</entry>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
<entry>
<title>framework: Remove $FreeBSD$</title>
<updated>2021-04-06T14:27:10Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5d33e045968104ac678d8b4b4ec1e8956bbf68e0'/>
<id>urn:sha1:5d33e045968104ac678d8b4b4ec1e8956bbf68e0</id>
<content type='text'>
Where appropriate fiddle with a few other things.
</content>
</entry>
<entry>
<title>Retire the palm category (1999-2019)</title>
<updated>2019-11-04T11:57:46Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2019-11-04T11:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a7dfc7e583467960601ac37ec7c07e7fb911ebac'/>
<id>urn:sha1:a7dfc7e583467960601ac37ec7c07e7fb911ebac</id>
<content type='text'>
Reviewed by:	mat
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D22222
</content>
</entry>
<entry>
<title>Use sort with "modern" option</title>
<updated>2019-09-04T14:07:48Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2019-09-04T14:07:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f9d8d0eb8b943e13ae6190ba4dff0a542126c194'/>
<id>urn:sha1:f9d8d0eb8b943e13ae6190ba4dff0a542126c194</id>
<content type='text'>
When building index we were using obsolete (but still supported options)
let use the non obsolete one.

PR:		166188
Submitted by:	lgfbsd@be-well.ilk.org
</content>
</entry>
</feed>
