2024-12-03 16:42:59 by Jonathan Perkin | Files touched by this commit (1) |
Log message: musicpd: SunOS also needs -licuuc. |
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message: *: recursive bump for icu 76 shlib major version bump |
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message: *: revbump for icu downgrade |
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message: *: recursive bump for icu 76.1 shlib bump |
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message: *: clean-up after python38 removal |
2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237) |
Log message: *: Recursive revbump from Boost 1.86.0 |
2024-08-10 09:53:10 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: musicpd: not for Python 3.9 |
2024-07-16 12:02:05 by Patrick Welche | Files touched by this commit (42) |
Log message: Revbump for fmtlib 11.0.1 Pointed out by David Gutteridge on pkgsrc-changes |
2024-07-15 12:06:15 by Adam Ciarcinski | Files touched by this commit (6) |
Log message: musicpd: fix patches; fix build with fmtlib 11 |
2024-07-15 01:20:52 by matthew green | Files touched by this commit (5) |
Log message: fix the build since fmtlib 11 import. taken from upstream commit: \ https://github.com/MusicPlayerDaemon/MPD/commit/1402869715e3efca87942d79c3173a6b21a6925d lib/fmt: support build with libfmt-11.0.0 Upstream libfmt commit fmtlib/fmt@d707292 now requires the format function to be const. Adjust the function prototype so it is const and can compile. Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com> |