<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/UPDATING, branch 2023Q4</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2023Q4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2023Q4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2023-09-30T20:00:01Z</updated>
<entry>
<title>net-p2p/transmission: Reorganize as a metaport</title>
<updated>2023-09-30T20:00:01Z</updated>
<author>
<name>Rafe</name>
<email>mondo.debater_0q@icloud.com</email>
</author>
<published>2023-09-24T20:04:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ac3e39992e95659a5193a15d4cb873efb00fcb30'/>
<id>urn:sha1:ac3e39992e95659a5193a15d4cb873efb00fcb30</id>
<content type='text'>
Port reorganized as a metaport. Each component can be installed
separately or selected as an option via the metaport.  Components
were moved to net-p2p/transmission-components.
See MOVED for additional information.

Also fixes log-level typo in rc file and description errors

PR:		273841, 274054 274065
Reported by:	Anton Saietskii &lt;vsasjason@gmail.com&gt;
Reported by:	Matt &lt;lazeraman@gmail.com&gt;
Reported by:	Benjamin Takacs &lt;nimaje+fbz@bureaucracy.de&gt;
Differential Revision: https://reviews.freebsd.org/D41975
</content>
</entry>
<entry>
<title>devel/php-composer: Update to 2.6.4</title>
<updated>2023-09-30T07:03:04Z</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2023-09-30T07:03:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8ed8145684356244c2a05ff696bf9f3bc9262a21'/>
<id>urn:sha1:8ed8145684356244c2a05ff696bf9f3bc9262a21</id>
<content type='text'>
The main composer port contains old and long EOLed/deprecated version
1.x of the software.

Move the devel/php-composer2 port over, dropping it, and update to
latest version.

Please check UPDATING entry 20230930, to correctly update use
"pkg install phpXX-composer" (replacing XX with the PHP shorthand
version you're using)

PR:		274160
Approved by:	Naram Qashat &lt;cyberbotx@cyberbotx.com&gt; (maintainer)
Security:	33922b84-5f09-11ee-b63d-0897988a1c07
</content>
</entry>
<entry>
<title>x11-wm/xfce4: Switch default icon set to x11-themes/xfce-icons-elementary</title>
<updated>2023-09-25T07:53:36Z</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2023-09-25T07:53:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=364a6b8d61e4c0a7991c85fc0e00d122960529c8'/>
<id>urn:sha1:364a6b8d61e4c0a7991c85fc0e00d122960529c8</id>
<content type='text'>
After the update x11-themes/adwaita-icon-theme update to version
42.0 (commit 14ac2cbef6484e85669c99a5a8388ea4627f029f) XFCE is not
compatible with it anymore, due to icons being renamed/removed from
the theme.

To work around this, change the default icon theme installed with
XFCE to x11-themes/xfce-icons-elementary.

Users with XFCE desktops already configured to use adwaita-icon-theme
need to install another theme and switch to it manually using the
XFCE settings "appearance" application, see UPDATING entry 20230924.

PR:		274057
</content>
</entry>
<entry>
<title>net-p2p/transmission: Refine flavors, port fixes</title>
<updated>2023-09-22T04:56:47Z</updated>
<author>
<name>Rafe</name>
<email>mondo.debater_0q@icloud.com</email>
</author>
<published>2023-09-19T19:37:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f40cba02c2f877b8e9e5e1a591c49ff118831c19'/>
<id>urn:sha1:f40cba02c2f877b8e9e5e1a591c49ff118831c19</id>
<content type='text'>
 *Fixes flavor conflicts in Bug 273841
 *Patches to build with libfmt&gt;=10.0. Bug 273887
 *Adds log-location and log-level options. Bug 269392
 *Fixes build errors arising from pkg-plist issues. Bug 273836

 See UPDATING for additional information on the usage of flavors.

PR:		273841, 273887, 269392, 273836
Reported by:	Benjamin Takacs &lt;nimaje+fbz@bureaucracy.de&gt;
Reported by:	diizzy, dereckson@gmail.com
Reported by:	Igor Pavlov &lt;igor.arabesc.pavlov@gmail.com&gt;
</content>
</entry>
<entry>
<title>print/ghostscript10: add default port option for X11</title>
<updated>2023-09-15T12:07:41Z</updated>
<author>
<name>Michael Osipov</name>
<email>michael.osipov@siemens.com</email>
</author>
<published>2023-08-31T13:15:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=83964d19d9f692d91242d53609b9005e2e5e7ac8'/>
<id>urn:sha1:83964d19d9f692d91242d53609b9005e2e5e7ac8</id>
<content type='text'>
This change replaces flavors with a new default port option for X11.
Compared to GS 9 port the X11 device driver is now integrated into GS instead
of being dynamically loaded which is not in conformance with new GS 10 approach.
The flavors approach creates conflicting dependencies with other ports which
cannot be solved this time with the ports framework.

See PRs 270989 and 272541 for details.

PR:		272541
Tested by:	kib
</content>
</entry>
<entry>
<title>dns/powerdns: update to 4.8.2</title>
<updated>2023-09-12T14:54:17Z</updated>
<author>
<name>Ralf van der Enden</name>
<email>tremere@cainites.net</email>
</author>
<published>2023-09-10T23:23:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5302da3360f539a6eb58df684697c760a5fb369b'/>
<id>urn:sha1:5302da3360f539a6eb58df684697c760a5fb369b</id>
<content type='text'>
In Authoritative Server 4.8, the LMDB backend gains a new Lightning
Stream-compatible schema, which requires a data migration (this is
automatic, and there is no migration back to the old schema). LMDB
backend users should pay extra attention to the Upgrade Notes at
https://doc.powerdns.com/authoritative/upgrading.html.

Changelog: https://blog.powerdns.com/2023/09/07/authoritative-server-4-8-2

PR:		273709
</content>
</entry>
<entry>
<title>UPDATING: Add upgrade instructions for net-mgmt/netbox</title>
<updated>2023-09-10T13:15:32Z</updated>
<author>
<name>Kai Knoblich</name>
<email>kai@FreeBSD.org</email>
</author>
<published>2023-09-10T12:53:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c4dcf1e3e83130bd4f6ea8837905e9797183b984'/>
<id>urn:sha1:c4dcf1e3e83130bd4f6ea8837905e9797183b984</id>
<content type='text'>
Give users some advice about the upgrade to the NetBox 3.6 release
series.
</content>
</entry>
<entry>
<title>Mk/bsd.default-versions.mk: Update to PostgreSQL 15</title>
<updated>2023-09-08T18:20:55Z</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2023-09-08T18:20:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0c0bf56482b394740f5c14326ae1586158813129'/>
<id>urn:sha1:0c0bf56482b394740f5c14326ae1586158813129</id>
<content type='text'>
PR:		273058
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>UPDATING: Add guidance after CPU microcode ports reorganization</title>
<updated>2023-09-06T14:57:57Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2023-09-06T14:53:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b4ed2d19895fe639073fe6ef4e00ad9b794c29bb'/>
<id>urn:sha1:b4ed2d19895fe639073fe6ef4e00ad9b794c29bb</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>misc/openhab: take runtime user into account, fix piddir handling</title>
<updated>2023-09-04T17:22:49Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2023-09-04T17:20:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c3383035389f393897c1287ab1682afb3c0ffea3'/>
<id>urn:sha1:c3383035389f393897c1287ab1682afb3c0ffea3</id>
<content type='text'>
The rc.d script lost the runtime user handling and the piddir was not
set which caused warnings in the prestart routine.

Noticed by:	Martin ehk &lt;rehak@tekkirk.org&gt;
</content>
</entry>
</feed>
