- Project had been moved under Xavier's GitHub account
- Remove ugly and (now) mostly useless `post-extract' target:
installation is done via ``ocamlfind install'' which does the
right thing by itself and passing ${CFLAGS} does not require
in-place expansion and can be moved to the `patch-Makefile'
- Drop dynamic `pkg-plist' generation in favor of static file
PR: 263005 (modified)
Submitted by: thierry
Reported by: portscout (a while ago)
Upstream upgrades git from 2.34.1 to 2.34.2.
The original checksum is verified by manually editing git version of the patch file.
Approved by: portmgr (blanket)
Upstream upgrades git from 2.34.1 to 2.34.2.
The original checksum is verified by manually editing git version of the patch file.
Approved by: portmgr (blanket)
Upstream upgrades git from 2.34.1 to 2.34.2.
The original checksum is verified by manually editing git version of the patch file.
Approved by: portmgr (blanket)
Upstream upgrades git from 2.34.1 to 2.34.2.
The original checksum is verified by manually editing git version of the patch file.
Approved by: portmgr (blanket)
Flavors currently breaks mail/dovecot-pigeonhole,
mail/dovecot-fts-xapian, mail/dovecot-fts-flatcurve.
nc & I (ler) will work to see if we can come to a better way to do this
This reverts commit 0dd69d0adf.
GraphicsMagick picks up libjxl when it is installed. However it requires libjxl
API trunk and fails to build with the version from ports. Disable libjxl
explicitly to fix the build.
PR: 263352
These changes were committed prematurely.
This reverts commit affdd52ee2.
This reverts commit bec10d1fe1.
This reverts commit 55b3e98b1c.
This reverts commit e13e865e25.
This reverts commit ca5e34d343.
hostapd calls pcap_next(3) to read the next packet off the wlan interface.
pcap_next() returns a pointer to the packet header but does not indicate
success or failure. Unfortunately this results in an infinite loop (100%
CPU) when the wlan device disappears, i.e. when a USB wlan device is
manually removed or a USB error results in the device removal. However
pcap_next_ex(3) does return success or failure. To resolve this we use
pcap_next_ex(), forcing hostapd to exit when the error is encountered.
An error message is printed to syslog or stderr when debugging (-d flag)
is enabled. Unfortunately wpa_printf() only works when debugging is enabled.
PR: 253608
Reported by: Damjan Jovanovic <damjan.jov@gmail.com>,
bz (privately)
MFH: 2022Q2