editors/openoffice-*: sporadic parallel build fail
Attempt to fix an intermittent parallel build failure in the icu module
by tweaking a dependency in one of the makefiles.
pet portlint
No PORTREVISION bump because the package is not changed.
loader: Fix powerpc64le by working around slof bug in qemu/slof
Fix powerpc 64 little endian booting by adding some padding. Due to
https://gitlab.com/slof/slof/-/blob/master/lib/libelf/elf32.c?ref_type=heads#L114https://gitlab.com/slof/slof/-/blob/master/lib/libelf/elf32.c?ref_type=heads#L150
using <= instead of <, slof used to loop over the phdrs. It overruns by
1 and so on little endian it swizzles the first 32 bytes of .text. Work
around this by adding 32 bytes of padding after the headers. We should
fix this in slof, but it's in the just released QEMU 10.2, so we have to
pad things here for now.
Now powerpc64le + qemu works.
MFC After: 3 days (maybe EN too)
Reviewed by: adrian, jhibbits
Sponsored by: Netflix
finance/odoo18: New port: Suite of web based open source business apps
Odoo is a suite of web based open source business apps.
The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce,
Warehouse Management, Project Management, Billing & Accounting, Point of Sale,
Human Resources, Marketing, Manufacturing, etc
Odoo Apps can be used as stand-alone applications, but they also integrate
seamlessly so you get a full-featured Open Source ERP when you install several
Apps.
net/bounce: use SO_REUSEPORT
After making changes to bounce_* setting in rc.conf, the command
"service bounce restart" most probably breaks
if bounce had active connections due to lack of SO_REUSEPORT
on its server socket, so that restarted daemon fails to bind the port.
Fix it. Regenerate a patch with "make makepatch".
Bump PORTREVISION.
sysutils/bareos24-*: New ports: Backup archiving recovery open sourced
Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
software to backup, archive and restore files from all major operating systems.
The fork was founded 2010 out of the bacula.org project. The fork has been
actively developed and many new features have been added.