Re: mirror removal: games/teeworlds and security/shhlockout without MASTER_SITES

2022-09-12 Thread Brad Smith
On 9/12/2022 12:07 PM, Stuart Henderson wrote: There's a chicken-and-egg problem if those files ever got lost from ftp.o.o though. --   Sent from a phone, apologies for poor formatting. On 12 September 2022 16:47:13 Brad Smith wrote: On 9/12/2022 11:02 AM, Solène Rapenne wrote: L

UPDATE: ircd-hybrid 8.2.42

2022-09-16 Thread Brad Smith
Here is an update to ircd-hybrid 8.2.42. Noteworthy changes in version 8.2.42 (2022-08-28) * Extban `$Q` of type acting has been implemented. This extban prevents matching users from using the `KICK` command. * Implemented channel mode `Q`. `KICK` cannot be used on channels with that mode

UPDATE: Pure-FTPd 1.0.51

2022-09-16 Thread Brad Smith
Here is an update to Pure-FTPd 1.0.51. * Version 1.0.51: - Compatibility with OpenSSL 1.1.0 was improved. - PostgreSQL: the port number is not escaped any more in connection strings. - TLS tickets are issued but not renewed - This fixes compatibility issues with some clients. - PureDB: additi

UPDATE: lighttpd 1.4.67

2022-09-17 Thread Brad Smith
Here is an update to lighttpd 1.4.67. Changes from 1.4.66 - Update comment about TCP_INFO on OpenBSD - [mod_ajp13] fix crash with bad response headers (fixes #3170) - [core] handle RDHUP when collecting chunked body - [core] tweak streaming request body to backends - [core] handle ENOSPC with pw

UPDATE: libdvdread 6.1.3

2022-09-17 Thread Brad Smith
Here is an update to libdvdread 6.1.3. libdvdread (6.1.3) * Improvements for OpenBSD * Fix crashes on some DVD (0 PCGI SRP) * Misc source fixes and cleanups, including fixes for recent toolchains Index: Makefile === RCS file: /h

Re: UPDATE: ircd-hybrid 8.2.42

2022-10-04 Thread Brad Smith
On Tue, Oct 04, 2022 at 12:33:41PM +0100, Stuart Henderson wrote: > On 2022/09/16 17:08, Brad Smith wrote: > > Here is an update to ircd-hybrid 8.2.42. > > Distfile was re-rolled. There is 8.2.43 now. Here is an update to 8.2.43. Ya, I was wondering how they managed to ro

Re: UPDATE: OpenAL 1.22.2

2022-10-04 Thread Brad Smith
On Tue, Oct 04, 2022 at 12:45:50PM +0100, Stuart Henderson wrote: > On 2022/09/09 22:06, Brad Smith wrote: > > Here is an update to OpenAL 1.22.2. > > I guess this is a maintainer timeout by now? > > It probably makes sense to disable picking up pipewire too > (ALSO

UPDATE: aom 3.5.0

2022-10-04 Thread Brad Smith
Here is an update to aom 3.5.0. 2022-08-31 v3.5.0 This release is ABI compatible with the last one, including speedup and memory optimizations, and new APIs and features. - New Features * Support for frame parallel encode for larger number of threads. --fp-mt flag is available fo

UPDATE: Dolphin 20240510

2024-05-18 Thread Brad Smith
Here is an update to Dolphin 20240510. I decided to split off the Vulkan bits to deal with that later. Instead I fixed building on arm64. Index: Makefile === RCS file: /cvs/ports/emulators/dolphin/Makefile,v retrieving revision 1.2

Re: UPDATE: Dolphin 20240510

2024-05-22 Thread Brad Smith
On Sat, May 18, 2024 at 08:36:36AM -0400, Brad Smith wrote: > Here is an update to Dolphin 20240510. > > I decided to split off the Vulkan bits to deal with that later. > > Instead I fixed building on arm64. An updated diff. Fixes for the arm64 sysctl code.

UPDATE: Blender 3.3.19

2024-05-24 Thread Brad Smith
Here is an update to Blender 3.3.19. The build issue I ran into with .17 and .18 has been fixed and it also resulted in the source archive going back to its usual size instead of being 541MB. Blender 3.3.19 LTS - May 21, 2024 - Depth picking returns wrong result, value being dependent on place

UPDATE: libcares 1.29.0

2024-05-24 Thread Brad Smith
Here is an update to libcares 1.29.0. ## c-ares version 1.29.0 - May 24 2024 This is a feature and bugfix release. Features: * When using `ARES_OPT_EVENT_THREAD`, automatically reload system configuration when network conditions change. [PR #759](https://github.com/c-ares/c-ares/pull/759) *

Re: UPDATE: QEMU 9.0.0

2024-05-25 Thread Brad Smith
ping. On 2024-04-24 1:37 a.m., Brad Smith wrote: Here is an update to QEMU 9.0.0. https://wiki.qemu.org/ChangeLog/9.0 Index: Makefile === RCS file: /cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.238 diff -u -p -u -p

Re: UPDATE: Dolphin 20240510

2024-05-25 Thread Brad Smith
On Sat, May 18, 2024 at 08:36:36AM -0400, Brad Smith wrote: > Here is an update to Dolphin 20240510. > > I decided to split off the Vulkan bits to deal with that later. > > Instead I fixed building on arm64. Roll forward to latest as upstream commited my arm64 patch.

UPDATE: aom / libvpx - arm64

2024-05-25 Thread Brad Smith
Here is a diff to add arm64 CPU feature detection support to aom and libvpx. Index: aom/Makefile === RCS file: /cvs/ports/multimedia/aom/Makefile,v retrieving revision 1.23 diff -u -p -u -p -r1.23 Makefile --- aom/Makefile7 M

Re: UPDATE: aom / libvpx - arm64

2024-05-26 Thread Brad Smith
On Sun, May 26, 2024 at 02:01:47AM -0400, Brad Smith wrote: > Here is a diff to add arm64 CPU feature detection support to > aom and libvpx. Here is an updated diff with the newly addded I8MM support. I'm guessing this is only on something really new like an M3 CPU system. Index: a

[PATCH] aarch64: Add OpenBSD runtime detection of dotprod and i8mm using sysctl

2024-05-27 Thread Brad Smith
aarch64: Add OpenBSD runtime detection of dotprod and i8mm using sysctl Signed-off-by: Brad Smith --- libavutil/aarch64/cpu.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/libavutil/aarch64/cpu.c b/libavutil/aarch64/cpu.c index 196bdaf6b0

Re: NEW: autoconf 2.72

2024-05-28 Thread Brad Smith
ping. On 2024-05-03 3:53 p.m., Brad Smith wrote: ping. On 2024-04-26 10:14 p.m., Brad Smith wrote: Here is a port for GNU autoconf 2.72. https://lists.gnu.org/archive/html/autotools-announce/2023-12/msg3.html

Re: UPDATE: Dolphin 20240510

2024-05-31 Thread Brad Smith
ping. On 2024-05-25 11:54 p.m., Brad Smith wrote: On Sat, May 18, 2024 at 08:36:36AM -0400, Brad Smith wrote: Here is an update to Dolphin 20240510. I decided to split off the Vulkan bits to deal with that later. Instead I fixed building on arm64. Roll forward to latest as upstream commited

UPDATE: libvpx 1.14.1

2024-06-01 Thread Brad Smith
Here is an update to libvpx 1.14.1. 2024-05-21 v1.14.1 "Venetian Duck" This release includes enhancements and bug fixes. - Upgrading: This release is ABI compatible with the previous release. - Enhancement: Improved the detection of compiler support for AArch64 extensions, par

Re: UPDATE: enet 1.3.18

2024-06-03 Thread Brad Smith
ping. On 2024-05-11 8:13 p.m., Brad Smith wrote: Here is an update to ENet 1.3.18. ENet 1.3.18 (April 14, 2024): * Packet sending performance improvements * MTU negotiation fixes * Checksum alignment fix * No more dynamic initialization of checksum table * ENET_SOCKOPT_TTL * Other

UPDATE: liburcu

2024-06-03 Thread Brad Smith
Here is a diff to add futex support for liburcu. Index: Makefile === RCS file: /cvs/ports/devel/liburcu/Makefile,v retrieving revision 1.28 diff -u -p -u -p -r1.28 Makefile --- Makefile17 Oct 2023 06:17:19 - 1.28 +++ Mak

UPDATE: aircrack-ng 1.7

2024-06-06 Thread Brad Smith
Here is an update to aircrack-ng 1.7. Index: Makefile === RCS file: /cvs/ports/security/aircrack-ng/Makefile,v retrieving revision 1.39 diff -u -p -u -p -r1.39 Makefile --- Makefile20 Nov 2023 15:36:18 - 1.39 +++ Makefil

Re: NEW: autoconf 2.72

2024-06-07 Thread Brad Smith
copy of m4. On 2024/05/29 01:02, Brad Smith wrote: ping. On 2024-05-03 3:53 p.m., Brad Smith wrote: ping. On 2024-04-26 10:14 p.m., Brad Smith wrote: Here is a port for GNU autoconf 2.72. https://lists.gnu.org/archive/html/autotools-announce/2023-12/msg3.html

UPDATE: GCC 11.4.0

2024-06-09 Thread Brad Smith
Here is a start at an update to GCC 11.4.0. Build tested on aarch64, amd64 and i386. Index: Makefile === RCS file: /cvs/ports/lang/gcc/11/Makefile,v retrieving revision 1.33 diff -u -p -u -p -r1.33 Makefile --- Makefile15 Apr 20

UPDATE: aom 3.9.1

2024-06-12 Thread Brad Smith
Here is an update to aom 3.9.1. 2024-06-05 v3.9.1 This release includes several bug fixes. This release is ABI compatible with the last release. See https://aomedia.googlesource.com/aom/+log/v3.9.0..v3.9.1 for all the commits in this release. - Bug Fixes * aomedia:2754, aomedia:356

UPDATE: SVT-AV1 2.1.0

2024-06-13 Thread Brad Smith
Here is an update to SVT-AV1 2.1.0. ## [2.1.0] - 2024-05-17 API updates - One config parameter added within the padding size. Config param structure size remains unchanged - Presets 6 and 12 are now pointing to presets 7 and 13 respectively due to the lack of spacing between the presets - Furt

UPDATE: Dolphin

2024-06-13 Thread Brad Smith
Here are some fixes for the Dolphin port. - Now that the enet port is up to date use the system copy. - Remove the SoundTouch build workaround. The issue with the way the header was included and the header path was fixed properly. Index: Makefile ===

UPDATE: FFmpeg

2024-06-13 Thread Brad Smith
Backport a bug fix from upstream. lavd/v4l2: Use proper field type for second parameter of ioctl() with BSD's Index: Makefile === RCS file: /cvs/ports/graphics/ffmpeg/Makefile,v retrieving revision 1.237 diff -u -p -u -p -r1.237 Mak

Re: UPDATE: Blender 3.3.19

2024-06-16 Thread Brad Smith
ping. On 2024-05-24 7:20 a.m., Brad Smith wrote: Here is an update to Blender 3.3.19. The build issue I ran into with .17 and .18 has been fixed and it also resulted in the source archive going back to its usual size instead of being 541MB. Blender 3.3.19 LTS - May 21, 2024 - Depth picking

UPDATE: QEMU 9.0.1

2024-06-16 Thread Brad Smith
Here is an update to QEMU 9.0.1. https://marc.info/?l=qemu-devel&m=171808086221928&w=2 Index: Makefile === RCS file: /cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.240 diff -u -p -u -p -r1.240 Makefile --- Makefile2

UPDATE: minizip 4.0.7

2024-06-16 Thread Brad Smith
Here is an update to minizip 4.0.7. 4.0.7 - Added definition for zipOpenNewFileInZip64 for backwards compat #787 - Upgrade to GoogleTest Framework v1.13.0. - Rename minizip_cmd project to minizip_cli. - Rename cli instead of lib for VS conflicts to prevent linker error. #778 - Various CI fixes

Re: UPDATE: aom 3.9.1

2024-06-22 Thread Brad Smith
ping. On 2024-06-12 11:41 p.m., Brad Smith wrote: Here is an update to aom 3.9.1. 2024-06-05 v3.9.1 This release includes several bug fixes. This release is ABI compatible with the last release. See https://aomedia.googlesource.com/aom/+log/v3.9.0..v3.9.1 for all the commits in

Re: UPDATE: libvpx 1.14.1

2024-06-22 Thread Brad Smith
ping. On 2024-06-02 12:30 a.m., Brad Smith wrote: Here is an update to libvpx 1.14.1. 2024-05-21 v1.14.1 "Venetian Duck" This release includes enhancements and bug fixes. - Upgrading: This release is ABI compatible with the previous release. - Enhancement: Im

Re: UPDATE: QEMU 9.0.1

2024-06-22 Thread Brad Smith
On Sun, Jun 16, 2024 at 07:38:59AM -0400, Brad Smith wrote: > Here is an update to QEMU 9.0.1. > > > https://marc.info/?l=qemu-devel&m=171808086221928&w=2 An updated diff rolling in a diff that should fix building on powerpc/powerpc64 with an issue that popped up with 8.1 a

Re: UPDATE: minizip 4.0.7

2024-06-23 Thread Brad Smith
ping. On 2024-06-16 9:27 p.m., Brad Smith wrote: Here is an update to minizip 4.0.7. 4.0.7 - Added definition for zipOpenNewFileInZip64 for backwards compat #787 - Upgrade to GoogleTest Framework v1.13.0. - Rename minizip_cmd project to minizip_cli. - Rename cli instead of lib for VS

Re: UPDATE: QEMU 9.0.1

2024-06-23 Thread Brad Smith
On Sat, Jun 22, 2024 at 05:23:40AM -0400, Brad Smith wrote: > On Sun, Jun 16, 2024 at 07:38:59AM -0400, Brad Smith wrote: > > Here is an update to QEMU 9.0.1. > > > > > > https://marc.info/?l=qemu-devel&m=171808086221928&w=2 > > > An updated diff r

Re: UPDATE: SVT-AV1 2.1.0

2024-06-23 Thread Brad Smith
ping. On 2024-06-13 4:45 a.m., Brad Smith wrote: Here is an update to SVT-AV1 2.1.0. ## [2.1.0] - 2024-05-17 API updates - One config parameter added within the padding size. Config param structure size remains unchanged - Presets 6 and 12 are now pointing to presets 7 and 13 respectively

Re: UPDATE: Dolphin

2024-06-27 Thread Brad Smith
ping. On 2024-06-13 2:27 p.m., Brad Smith wrote: Here are some fixes for the Dolphin port. - Now that the enet port is up to date use the system copy. - Remove the SoundTouch build workaround. The issue with the way the header was included and the header path was fixed properly. Index

UPDATE: Blender 3.3.20

2024-06-27 Thread Brad Smith
Here is an update to Blender 3.3.20. Blender 3.3.20 LTS - June 25, 2024 - Fix #102872: Custom Normals Average operator ui shows wrong properties. [#121864] - layout.template_search() causes crash if target is a PointerProperty. [#122150] - Hair Curves: Grow brush doesn't work if curves have on

Re: UPDATE: Blender 3.3.20

2024-06-28 Thread Brad Smith
On 2024-06-28 1:50 a.m., Mike Larkin wrote: On Thu, Jun 27, 2024 at 10:20:23PM -0400, Brad Smith wrote: Here is an update to Blender 3.3.20. Is there a reason we can't go to blender 4? There is a dependency issue holding up an update past 3.3. FreeType comes from Xenocara and doe

UPDATE: spdlog 1.14.1

2024-07-06 Thread Brad Smith
Here is an update to spdlog 1.14.1. Version 1.14.1 - Fixed compatibility issue between c++17 and c++11 (#3081). - Fixed creating folders under windows when full path with drive letter is given (#3079). - Added mdc sample. Note: mdc is not supported in async loggers. Version 1.14.0 - Updated

Re: UPDATE: spdlog 1.14.1

2024-07-06 Thread Brad Smith
On Sat, Jul 06, 2024 at 08:34:47PM -0400, Brad Smith wrote: > Here is an update to spdlog 1.14.1. > > > Version 1.14.1 > > - Fixed compatibility issue between c++17 and c++11 (#3081). > - Fixed creating folders under windows when full path with drive letter is > give

UPDATE: ccache - fmt

2024-07-06 Thread Brad Smith
Backport two commits to fix detection of newer fmt. Index: patches/patch-cmake_FindFmt_cmake === RCS file: patches/patch-cmake_FindFmt_cmake diff -N patches/patch-cmake_FindFmt_cmake --- /dev/null 1 Jan 1970 00:00:00 - +++ patc

UPDATE: libcares 1.32.0

2024-07-06 Thread Brad Smith
Here is an update to libcares 1.32.0. ## c-ares version 1.32.0 - July 4 2024 This is a feature and bugfix release. Features: * Add support for DNS 0x20 to help prevent cache poisoning attacks, enabled by specifying `ARES_FLAG_DNS0x20`. Disabled by default. [PR #800](https://github.com/c-ar

Re: UPDATE: QEMU 9.0.1

2024-07-06 Thread Brad Smith
On Sun, Jun 23, 2024 at 06:57:35AM -0400, Brad Smith wrote: > On Sat, Jun 22, 2024 at 05:23:40AM -0400, Brad Smith wrote: > > On Sun, Jun 16, 2024 at 07:38:59AM -0400, Brad Smith wrote: > > > Here is an update to QEMU 9.0.1. > > > > > > > > > https://

Re: UPDATE: libcares 1.32.0

2024-07-08 Thread Brad Smith
On Sun, Jul 07, 2024 at 12:40:31AM -0400, Brad Smith wrote: > Here is an update to libcares 1.32.0. ## c-ares version 1.32.1 - July 7 2024 This is a bugfix release. Bugfixes: * Channel lock needs to be recursive to ensure calls into c-ares functions can be made from callbacks otherw

Re: UPDATE: spdlog 1.14.1

2024-07-08 Thread Brad Smith
On 2024-07-08 2:46 a.m., Landry Breuil wrote: Le Sat, Jul 06, 2024 at 09:39:01PM -0400, Brad Smith a écrit : On Sat, Jul 06, 2024 at 08:34:47PM -0400, Brad Smith wrote: Here is an update to spdlog 1.14.1. Also disable building an example. i have more or less the same diff, what brings not

Re: UPDATE: Dolphin

2024-07-08 Thread Brad Smith
ping. On 2024-06-27 8:34 p.m., Brad Smith wrote: ping. On 2024-06-13 2:27 p.m., Brad Smith wrote: Here are some fixes for the Dolphin port. - Now that the enet port is up to date use the system copy. - Remove the SoundTouch build workaround. The issue with the way the header    was

Re: UPDATE: Dolphin

2024-07-13 Thread Brad Smith
ping. On 2024-07-08 4:15 a.m., Brad Smith wrote: ping. On 2024-06-27 8:34 p.m., Brad Smith wrote: ping. On 2024-06-13 2:27 p.m., Brad Smith wrote: Here are some fixes for the Dolphin port. - Now that the enet port is up to date use the system copy. - Remove the SoundTouch build workaround

Re: update graphics/imlib2 to 1.12.3

2024-07-13 Thread Brad Smith
On 2024-07-13 7:57 a.m., Omar Polo wrote: small bugfix release, the changelog is: Some loader fixes and improvements, CET support: - XPM loader: Fix potential segv on malformed file - XPM loader: Fix some color table parsing errors - XPM loader: Major overhaul - Y4M load

UPDATE: mpd - fmt

2024-07-13 Thread Brad Smith
Backport fixes for building with newer fmt. Index: Makefile === RCS file: /cvs/ports/audio/mpd/Makefile,v retrieving revision 1.150 diff -u -p -u -p -r1.150 Makefile --- Makefile22 Dec 2023 19:24:34 - 1.150 +++ Makefile

UPDATE: MariaDB - fmt

2024-07-14 Thread Brad Smith
Backport fix for newer fmt. Index: Makefile === RCS file: /cvs/ports/databases/mariadb/Makefile,v retrieving revision 1.145 diff -u -p -u -p -r1.145 Makefile --- Makefile28 Feb 2024 14:47:10 - 1.145 +++ Makefile15 Ju

Re: UPDATE: Dolphin 20230523

2023-07-22 Thread Brad Smith
On Mon, Jun 05, 2023 at 10:34:00PM -0400, Brad Smith wrote: > On 2023-06-05 10:21 p.m., Thomas Frohwein wrote: > > On Sun, Jun 04, 2023 at 10:51:26PM -0400, Brad Smith wrote: > > > On Sun, Jun 04, 2023 at 09:45:36PM -0400, Thomas Frohwein wrote: > > > > On Sun, Ju

Re: UPDATE: Dolphin 20230523

2023-07-23 Thread Brad Smith
On Sat, Jul 22, 2023 at 09:28:43PM -0400, Brad Smith wrote: > On Mon, Jun 05, 2023 at 10:34:00PM -0400, Brad Smith wrote: > > On 2023-06-05 10:21 p.m., Thomas Frohwein wrote: > > > On Sun, Jun 04, 2023 at 10:51:26PM -0400, Brad Smith wrote: > > > > On Sun, Jun 04, 20

UPDATE: MariaDB 10.9.8

2023-08-19 Thread Brad Smith
Here is an update to MariaDB 10.9.8. This will be the final release. https://mariadb.com/kb/en/mariadb-10-9-8-release-notes/ Index: Makefile === RCS file: /home/cvs/ports/databases/mariadb/Makefile,v retrieving revision 1.142 diff

Re: UPDATE: libdvdread 6.0.2 / libdvdnav 6.0.1 / libdvdcss

2020-03-13 Thread Brad Smith
ping ping. On 12/26/2019 12:11 AM, Kurt Mosiejczuk wrote: On Sun, Nov 24, 2019 at 01:47:47PM -0500, Brad Smith wrote: ping. On 11/2/2019 9:03 PM, Brad Smith wrote: Here is an update to libdvdread 6.0.2 / libdvdnav 6.0.1 and rolling in an snprintf conversion for libdvdcss from upstream. After

UPDATE: GCC 8.4.0

2020-03-14 Thread Brad Smith
Here is a start at an update to GCC 8.4.0. I e-mailed Pascal 10 days ago but no response. Index: Makefile === RCS file: /home/cvs/ports/lang/gcc/8/Makefile,v retrieving revision 1.30 diff -u -p -u -p -r1.30 Makefile --- Makefile

UPDATE: SDL2 / SDL2_gfx / SDL2_ttf

2020-03-19 Thread Brad Smith
Here are updates to SDL2 2.0.12, SDL2_gfx 1.0.4 and SDL2_ttf 2.0.15. Index: sdl2/Makefile === RCS file: /home/cvs/ports/devel/sdl2/Makefile,v retrieving revision 1.29 diff -u -p -u -p -r1.29 Makefile --- sdl2/Makefile 10 Nov 20

UPDATE: libdvdread / libdvdnav 6.1.0

2020-03-23 Thread Brad Smith
Here are updates to libdvdread and libdvdnav 6.1.0. Index: devel/libdvdread/Makefile === RCS file: /home/cvs/ports/devel/libdvdread/Makefile,v retrieving revision 1.31 diff -u -p -u -p -r1.31 Makefile --- devel/libdvdread/Makefile

UPDATE: libbluray 1.2.0

2020-03-23 Thread Brad Smith
Here is an update to libbluray 1.2.0. Index: Makefile === RCS file: /home/cvs/ports/multimedia/libbluray/Makefile,v retrieving revision 1.15 diff -u -p -u -p -r1.15 Makefile --- Makefile24 Nov 2019 17:59:04 - 1.15 +++ Ma

Re: UPDATE: libbluray 1.2.0

2020-03-26 Thread Brad Smith
On Tue, Mar 24, 2020 at 12:27:16AM -0400, Brad Smith wrote: > Here is an update to libbluray 1.2.0. Updated diff that includes a fix for the pkg-config file. Index: Makefile === RCS file: /home/cvs/ports/multimedia/libblu

Re: UPDATE: SDL2 / SDL2_gfx / SDL2_ttf

2020-03-26 Thread Brad Smith
On Thu, Mar 19, 2020 at 06:44:05PM -0400, Brad Smith wrote: > Here are updates to SDL2 2.0.12, SDL2_gfx 1.0.4 and SDL2_ttf 2.0.15. Here is an updated diff. Reverts a commit in the new release for the time being which broke building with CMake based ports using SDL2. Index: sdl2/Makef

Re: UPDATE: SDL2 / SDL2_gfx / SDL2_ttf

2020-03-28 Thread Brad Smith
On 3/28/2020 11:21 PM, Nam Nguyen wrote: Christian Weisgerber writes: On 2020-03-27, Brad Smith wrote: Here are updates to SDL2 2.0.12, SDL2_gfx 1.0.4 and SDL2_ttf 2.0.15. Here is an updated diff. Reverts a commit in the new release for the time being which broke building with CMake based

UPDATE: OpenAL 1.20.1

2020-03-29 Thread Brad Smith
Hi David, Here is an update to OpenAL 1.20.1 One minor build issue, with a diff pending, with net/utox. The rest are good. Index: Makefile === RCS file: /home/cvs/ports/audio/openal/Makefile,v retrieving revision 1.53 diff -u -p -u

Re: UPDATE: net/toxcore

2020-03-30 Thread Brad Smith
On 3/30/2020 9:35 AM, putridsou...@gmail.com wrote: I hope this is final, Completed a full build successfully, also ported the patch. Any user can test audio-video. Index: Makefile === RCS file: /cvs/ports/net/toxcore/Makefile,v re

Re: UPDATE: libdvdread / libdvdnav 6.1.0

2020-04-07 Thread Brad Smith
On Mon, Mar 23, 2020 at 01:33:04PM -0400, Brad Smith wrote: > Here are updates to libdvdread and libdvdnav 6.1.0. Updated to libdvdread 6.1.1. No change at all as it only includes the missing major bump from 6.1.0. Index: devel/libdvdread/Makef

Re: thunderbird build fails on i386; gcc4.9?

2015-06-04 Thread Brad Smith
On Thu, Jun 04, 2015 at 08:54:55AM +0100, Stuart Henderson wrote: > undefined reference to `mozilla::AudioQueueMemoryFunctor::MallocSizeOf(void > const*)' > > Could this be related to the gcc 4.9 switchover? Other mozillas are ok. > > /usr/obj/ports/thunderbird-31.7.0/build-i386/mozilla/_virtual

Re: duplicity backup to hubic - bunch of new deps

2015-07-17 Thread Brad Smith
On 07/17/15 19:17, viq wrote: Anyone? I guess at this moment stage 1, ie let's get updated duplicity into the tree. But I'd appreciate some comments regarding state 2, adding pyrax and deps. This is a development release not a stable release. -- This message has been scanned for viruses and d

Re: duplicity backup to hubic - bunch of new deps

2015-07-18 Thread Brad Smith
On 07/18/15 05:20, viq wrote: On 18 Jul 2015 1:49 am, "Brad Smith" wrote: On 07/17/15 19:17, viq wrote: Anyone? I guess at this moment stage 1, ie let's get updated duplicity into the tree. But I'd appreciate some comments regarding state 2, adding pyrax and deps. T

Re: duplicity backup to hubic - bunch of new deps

2015-07-18 Thread Brad Smith
On 07/18/15 16:51, viq wrote: On Sat, Jul 18, 2015 at 9:43 PM, Brad Smith wrote: On 07/18/15 05:20, viq wrote: On 18 Jul 2015 1:49 am, "Brad Smith" wrote: On 07/17/15 19:17, viq wrote: Anyone? I guess at this moment stage 1, ie let's get updated duplicity into th

Re: duplicity backup to hubic - bunch of new deps

2015-07-18 Thread Brad Smith
On 07/18/15 17:04, Jérémie Courrèges-Anglas wrote: viq writes: [...] Maybe it would make sense then to have both 0.6 and 0.7 in the tree? 3 lines up from that.. The current stable release is 0.6.26, released May 6, 2015. Yes, and right below that it says: The 0.6 series is in the proces

Re: UPDATE: libdvdread 6.0.2 / libdvdnav 6.0.1 / libdvdcss

2019-11-24 Thread Brad Smith
ping. On 11/2/2019 9:03 PM, Brad Smith wrote: Here is an update to libdvdread 6.0.2 / libdvdnav 6.0.1 and rolling in an snprintf conversion for libdvdcss from upstream. Index: devel/libdvdread/Makefile === RCS file: /home/cvs

UPDATE: VLC 3.0.8

2019-11-24 Thread Brad Smith
4.0 \ + vlc_xcb_events 0.0 \ + vlccore 4.0 HOMEPAGE= https://www.videolan.org/vlc/ @@ -24,38 +24,44 @@ MAINTAINER= Brad Smith - -.if ${CHOSEN_COMPILER} == "base-clang" -CXXFLAGS+= -DXXX_CLANG_WORKAROUND=1 -.endif Index

NEW: libplacebo

2019-12-13 Thread Brad Smith
Attached is a port of libplacebo. Comment: reusable library for GPU-accelerated video/image rendering Description: libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. This grew out of an interest to accomplish the following goals: - Clean up mpv's int

Re: Dovecot version mismatch

2019-12-17 Thread Brad Smith
If you upgrade you have to restart Dovecot. You will see that if the master process is left running throughout the upgrade. On December 17, 2019 7:46:01 a.m. syyexr...@cajaume.org wrote: OpenBSD 6.6 i386 dovecot-2.3.9.2v0 /var/log/maillog: dovecot: auth: Fatal: Dovecot version mismatch: Mast

Re: NEW: libplacebo

2019-12-18 Thread Brad Smith
On 12/17/2019 10:41 AM, Stuart Henderson wrote: On 2019/12/13 19:22, Brad Smith wrote: Attached is a port of libplacebo. Comment: reusable library for GPU-accelerated video/image rendering Description: libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a

NEW: libsmb2

2019-12-26 Thread Brad Smith
Attached is a port of libsmb2. Comment: userspace client library for accessing SMB2/SMB3 shares Description: Libsmb2 is a userspace client library for accessing SMB2/SMB3 shares on a network. It is high performAnce and fully async. It supports both zero-copy for SMB READ/WRITE commands as well a

Re: NEW: libsmb2

2019-12-27 Thread Brad Smith
On Fri, Dec 27, 2019 at 09:45:04PM +, Stuart Henderson wrote: > On 2019/12/26 18:11, Brad Smith wrote: > > Attached is a port of libsmb2. > > > > Comment: > > userspace client library for accessing SMB2/SMB3 shares > > > > Description: > > Libsmb

Re: [i386,macppc] Unbreak devel/libiscsi (Was: [ports-gcc] Unbreak devel/libiscsi)

2020-01-28 Thread Brad Smith
On 1/28/2020 6:42 PM, Charlene Wendling wrote: On Wed, 29 Jan 2020 00:09:33 +0100 Charlene Wendling wrote: Thanks to sthen@ i've found out that i'm dead wrong, here is some better output from clang on i386: login.c:1245:52: error: comparison of integers of different signs: 'long' and 'uint32

Re: UPDATE: audio/deadbeef

2012-12-03 Thread Brad Smith
On Fri, Nov 30, 2012 at 11:28:12AM +, Stuart Henderson wrote: > On 2012/11/30 05:47, Brad Smith wrote: > > - Original message - > > > On 2012/11/28 23:14, Brad Smith wrote: > > > > On Thu, Nov 29, 2012 at 12:14:33AM +0600, Alexandr Shadchin wrote: > &

Re: UPDATE: audio/deadbeef

2012-12-04 Thread Brad Smith
On Wed, Dec 05, 2012 at 12:15:11AM +0600, Alexandr Shadchin wrote: > On Mon, Dec 03, 2012 at 09:16:48PM -0500, Brad Smith wrote: > > On Fri, Nov 30, 2012 at 11:28:12AM +, Stuart Henderson wrote: > > > On 2012/11/30 05:47, Brad Smith wrote: > > > > - Original m

Re: UPDATE: audio/deadbeef

2012-12-04 Thread Brad Smith
On Wed, Dec 05, 2012 at 12:15:11AM +0600, Alexandr Shadchin wrote: > On Mon, Dec 03, 2012 at 09:16:48PM -0500, Brad Smith wrote: > > On Fri, Nov 30, 2012 at 11:28:12AM +, Stuart Henderson wrote: > > > On 2012/11/30 05:47, Brad Smith wrote: > > > > - Original m

Re: UPDATE: audio/deadbeef

2012-12-04 Thread Brad Smith
On Wed, Dec 05, 2012 at 01:46:43AM +0100, Mike Belopuhov wrote: > On 5 December 2012 01:40, Brad Smith wrote: > > > > Although the build infrastructure allows for building > > both the Gtk+2 and Gtk+3 support the resulting package > > does not actually work properly

UPDATE: QEMU 1.3.0

2012-12-04 Thread Brad Smith
Here is an update to QEMU 1.3.0. I am looking for some testing of this update with some of the more unusual configurations I'm sure people have cooked up out there. I personally do not use the tap mode setup and Stuart mentioned that there might be some breakage there but following the README to m

Re: UPDATE: QEMU 1.3.0

2012-12-05 Thread Brad Smith
On Wed, Dec 05, 2012 at 03:44:11AM -0500, Jiri B wrote: > On Tue, Dec 04, 2012 at 08:34:18PM -0500, Brad Smith wrote: > > Here is an update to QEMU 1.3.0. > > > > I am looking for some testing of this update with some of the > > more unusual configurations I'm su

Re: UPDATE: cherokee 1.2.101

2012-12-05 Thread Brad Smith
On Sun, Oct 14, 2012 at 10:36:51AM +0200, Antoine Jacoutot wrote: > On Tue, Sep 25, 2012 at 03:32:43AM -0400, Brad Smith wrote: > > Here is the update for cherokee 1.2.101 again. I cannot seem to > > reproduce any issues with stopping cherokee as had been mentioned > > on the

Re: UPDATE: audio/deadbeef

2012-12-05 Thread Brad Smith
On Wed, Dec 05, 2012 at 06:36:27PM +0100, Mike Belopuhov wrote: > On 5 December 2012 02:25, Brad Smith wrote: > > On Wed, Dec 05, 2012 at 01:46:43AM +0100, Mike Belopuhov wrote: > >> On 5 December 2012 01:40, Brad Smith wrote: > >> > > >> > Although th

Re: UPDATE: cherokee 1.2.101

2012-12-06 Thread Brad Smith
On Tue, Sep 25, 2012 at 03:32:43AM -0400, Brad Smith wrote: > Here is the update for cherokee 1.2.101 again. I cannot seem to > reproduce any issues with stopping cherokee as had been mentioned > on the list in the past. It would be great if someone else can > test this as well to

Re: UPDATE: cherokee 1.2.101

2012-12-06 Thread Brad Smith
On Fri, Dec 07, 2012 at 08:13:25AM +0100, Antoine Jacoutot wrote: > On Thu, Dec 06, 2012 at 10:44:34PM -0500, Brad Smith wrote: > > On Tue, Sep 25, 2012 at 03:32:43AM -0400, Brad Smith wrote: > > > Here is the update for cherokee 1.2.101 again. I cannot seem to > > >

Re: UPDATE: cherokee 1.2.101

2012-12-06 Thread Brad Smith
On Fri, Dec 07, 2012 at 08:26:55AM +0100, Antoine Jacoutot wrote: > On Fri, Dec 07, 2012 at 02:18:01AM -0500, Brad Smith wrote: > > On Fri, Dec 07, 2012 at 08:13:25AM +0100, Antoine Jacoutot wrote: > > > On Thu, Dec 06, 2012 at 10:44:34PM -0500, Brad Smith wrote: > > > &

Re: UPDATE: audio/deadbeef

2012-12-08 Thread Brad Smith
On Thu, Dec 06, 2012 at 12:27:59PM +0100, Mike Belopuhov wrote: > On 6 December 2012 11:35, Mike Belopuhov wrote: > > On 6 December 2012 07:44, Brad Smith wrote: > >> On Wed, Dec 05, 2012 at 06:36:27PM +0100, Mike Belopuhov wrote: > >>> On 5 December 2012 02:25, Bra

Re: UPDATE: audio/deadbeef

2012-12-08 Thread Brad Smith
On Sat, Dec 08, 2012 at 01:54:24PM +0100, Mike Belopuhov wrote: > On 8 December 2012 09:57, Brad Smith wrote: > > On Thu, Dec 06, 2012 at 12:27:59PM +0100, Mike Belopuhov wrote: > >> On 6 December 2012 11:35, Mike Belopuhov wrote: > >> > On 6 December 2012 07:44,

Re: Importing supercollider-3.6.1 and about boost

2012-12-08 Thread Brad Smith
On Sat, Dec 08, 2012 at 02:32:13AM -0600, Abel Abraham Camarillo Ojeda wrote: > I'm trying to import supercollider-3.6.1 into > our ports system, but it needs devel/boost > at least 1.50.0 I'm looking into how to update it > but I saw a lot of messages lately about > devel/boost problems with PIE o

Re: Importing supercollider-3.6.1 and about boost

2012-12-09 Thread Brad Smith
On Sun, Dec 09, 2012 at 03:30:49PM +0100, Pascal Stumpf wrote: > On Sun, 9 Dec 2012 08:02:01 -0600, Amit Kulkarni wrote: > > > Mark as BROKEN-hppa, triggers an ICE in src/tr1/assoc_laguerre.cpp, > > > apparently related the switch to PIE and the fact that boost uses > > > precompiled .gch headers.

Re: boost 1.52.0 status

2012-12-10 Thread Brad Smith
On Mon, Dec 10, 2012 at 08:04:41AM -0600, Amit Kulkarni wrote: > > Index: patches/patch-boost_interprocess_detail_transform_iterator_hpp > > === > > RCS file: patches/patch-boost_interprocess_detail_transform_iterator_hpp > > diff -N p

Re: boost 1.52.0 status

2012-12-10 Thread Brad Smith
On Mon, Dec 10, 2012 at 12:56:20PM -0600, Amit Kulkarni wrote: > > > >> what about having DPB_PROPERTIES=parallel ? > > > > Not sure about that. Someone else who is familiar with this feature should > > comment as to whether it should be added or not. > > It allows parallel builds, it maxes out at

Re: Parallel cmake (was: Re: boost 1.52.0 status)

2012-12-11 Thread Brad Smith
On Tue, Dec 11, 2012 at 01:22:27PM -0600, Amit Kulkarni wrote: > > >> Which does absolutely nothing. MAKE_JOBS has no effect on cmake. > > >> The build is strictly sequential. > > >> > > >> You can parallelize the bootstrap phase with > > >> CONFIGURE_ARGS += --parallel=${MAKE_JOBS} > > >> but the

Re: UPDATE: QEMU 1.3.0

2012-12-14 Thread Brad Smith
On Tue, Dec 04, 2012 at 08:34:18PM -0500, Brad Smith wrote: > Here is an update to QEMU 1.3.0. > > I am looking for some testing of this update with some of the > more unusual configurations I'm sure people have cooked up > out there. I personally do not use the tap mod

Re: [wip] llvm 3.2rc3

2012-12-21 Thread Brad Smith
On Mon, Dec 10, 2012 at 02:19:58PM +0100, Landry Breuil wrote: > Hi, > > here's a preliminary diff to update devel/llvm to 3.2rc3, final release > due soon. So far i've only built it on amd64, currently building on ppc. > Tests reports on mips64*, sparc64 & ppc welcome. For mips64*, amend > LLVM_A

  1   2   3   4   5   6   7   8   9   10   >