head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.6 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @ * @; 1.2 date 2026.06.23.14.32.59; author nia; state dead; branches; next 1.1; commitid If6HuAkuAcFSNVKG; 1.1 date 2025.12.20.19.45.27; author nia; state Exp; branches; next ; commitid XxpHfNIV8AcitbnG; desc @@ 1.2 log @basilisk: Update to 2026.06.12 This brings the engine up to date with the most recent Pale Moon releases, with associated security fixes and JavaScript improvements. As such the diff has been reduced with the palemoon package. @ text @--- platform/media/ffvpx/config_unix_ppc.h.orig 2025-10-15 19:46:52.000000000 +0200 +++ platform/media/ffvpx/config_unix_ppc.h 2025-12-04 09:40:13.469799012 +0100 @@@@ -339,10 +339,19 @@@@ #define HAVE_NANOSLEEP 1 #define HAVE_PEEKNAMEDPIPE 0 #define HAVE_POSIX_MEMALIGN 1 +#if defined(__linux__) #define HAVE_PRCTL 1 +#else +#define HAVE_PRCTL 0 +#endif #define HAVE_PTHREAD_CANCEL 1 +#if defined(__NetBSD__) +#define HAVE_PTHREAD_SET_NAME_NP 1 +#define HAVE_PTHREAD_SETNAME_NP 1 +#else #define HAVE_PTHREAD_SET_NAME_NP 0 #define HAVE_PTHREAD_SETNAME_NP 0 +#endif #define HAVE_SCHED_GETAFFINITY 1 #define HAVE_SECITEMIMPORT 0 #define HAVE_SETCONSOLETEXTATTRIBUTE 0 @ 1.1 log @basilisk: Update to 2025.10.10 This is a security update that brings basilisk to a more up-to-date Pale Moon engine. Additionally the latest patches have been copied from the palemoon package, and the build on netbsd-11 has been fixed. I tested the package build on CentOS 7 and NetBSD. @ text @@