crazywhalecc
0de02d743d
Fix openssl patch changes in feat/pgo-v3
2026-07-15 13:20:36 +08:00
crazywhalecc
873222299b
Apply openssl patch changes in feat/pgo-v3
2026-07-15 13:02:52 +08:00
crazywhalecc
b46bc39a3d
Apply ncurses patch changes in feat/pgo-v3
2026-07-15 13:01:28 +08:00
crazywhalecc
521b949d2c
Apply libheif patch changes in feat/pgo-v3
2026-07-15 13:00:36 +08:00
crazywhalecc
7ff2ccb81e
Apply libffi patch changes in feat/pgo-v3
2026-07-15 13:00:04 +08:00
crazywhalecc
fbbcc80126
Update libaom configuration to support target architecture detection
2026-07-15 12:57:15 +08:00
crazywhalecc
b872c425e7
Apply krb5 patch changes in feat/pgo-v3
2026-07-15 12:52:04 +08:00
crazywhalecc
3e48d8fea2
Apply jbig patch changes in feat/pgo-v3
2026-07-15 12:51:43 +08:00
crazywhalecc
fb4d151c08
Apply icu patch changes in feat/pgo-v3
2026-07-15 12:50:21 +08:00
crazywhalecc
21c624eaa5
Apply fastlz patch changes in feat/pgo-v3
2026-07-15 12:49:52 +08:00
crazywhalecc
5d76b852cf
Apply bzip2 patch changes in feat/pgo-v3
2026-07-15 12:48:56 +08:00
m-this
6d58d53f7d
fix(imagemagick): build the VisualMagick tree under source/ on windows
...
- C:\im was outside the project so bin/spc reset could not clean it
- with the command line limit fixed a short base path is no longer
needed; keep SPC_IMAGEMAGICK_BUILD_DIR as an override
2026-07-10 10:52:14 +02:00
crazywhalecc
d04d82a1f1
Fix strawberry-perl detect time
2026-07-09 12:27:41 +09:00
m-this
1dce506222
fix(postgresql): provision meson, ninja and winflexbison on windows
...
- the meson build assumed meson/ninja/win_flex/win_bison/perl on PATH,
which only held on machines that had them installed
- add meson, ninja and winflexbison tool packages and declare them via
tools@windows on postgresql, together with the existing strawberry-perl
- meson no longer ships a Windows MSI, so the wheel is installed offline
into a venv: postgres re-invokes meson through find_program, which
needs the real meson.exe launcher pip generates
2026-07-08 11:15:11 +02:00
crazywhalecc
ab30c9dc49
fix: update Visual Studio version handling in imagemagick configuration
2026-07-08 16:27:52 +09:00
Marc
f1722a0f3e
Merge branch 'v3' into fable-v3-windows
2026-07-08 11:45:02 +07:00
Marc
8034ae37ea
v3 weekly build fix ( #1203 )
2026-07-08 11:40:37 +07:00
Jan Jakeš
ca0167c83e
Enable SQLite column metadata
...
Build Unix SQLite with SQLITE_ENABLE_COLUMN_METADATA so the metadata APIs are available on macOS and Linux.
Remove the pdo_sqlite configure override that forced PHP to treat sqlite3_column_table_name() as unavailable, and add sanity checks for both SQLite compile options and PDO column metadata.
2026-07-07 16:25:00 +02:00
crazywhalecc
dc55881b78
libde265 fix build
2026-07-07 15:21:19 +08:00
crazywhalecc
c6a227f4de
libde265 test
2026-07-07 14:50:32 +08:00
crazywhalecc
db2d9a909f
feat(gmssl): add patch for pbkdf2_hmac_sm3_genkey rename and update build process
2026-06-22 16:44:44 +08:00
crazywhalecc
c4d7ca819b
fix(openssl): update perl path for Windows compatibility
2026-06-21 19:27:47 +08:00
crazywhalecc
fd8ab71d80
feat(build): use WinCNG as crypto backend for libssh2 windows
2026-06-21 19:27:32 +08:00
crazywhalecc
127fb1989f
Add vs 18 support
2026-06-16 19:21:18 +08:00
Jerry Ma
bdc7bbe1f1
v3: Fix gmssl build ( #1188 )
2026-06-16 18:45:43 +08:00
DubbleClick
f66e68754e
fable output
2026-06-14 11:51:07 +07:00
Kevin Boyd
96ab2de4b1
Add preliminary MacPorts support
2026-05-28 22:38:56 -07:00
Jerry Ma
153003b75c
imagemagick: --without-gcc-arch ( #1162 )
2026-05-24 22:04:02 +08:00
henderkes
0807e9e253
watcher: drop ldflags from compile-only invocation
...
The shell invocation runs `$CXX -c` to compile watcher-c.cpp to a .o,
which never links. Passing linker flags to a compile-only step is
either ignored or, with some flags, an error. Drop them.
2026-05-24 20:54:44 +07:00
henderkes
1a779be028
imagemagick: --without-gcc-arch
...
ax_gcc_archflag has no Zen cpuid pattern and falls back to
-mtune=amdfam10, which under LLVM+LTO emits SSE4a extrq and SIGILLs on
Intel hosts. Disable the implicit --with-gcc-arch so host CPU features
do not bleed into the built binaries.
2026-05-24 20:54:21 +07:00
crazywhalecc
c374163a05
Fix windows mpir build
2026-05-08 22:37:05 +08:00
crazywhalecc
73bf9ff93f
Add libzstd.lib for windows builds
2026-05-08 22:13:50 +08:00
crazywhalecc
e93d103e99
SPC_DEFAULT_LD_FLAGS renamed to SPC_DEFAULT_LDFLAGS
2026-05-07 14:56:07 +08:00
crazywhalecc
506cb15654
SPC_DEFAULT_C_FLAGS renamed to SPC_DEFAULT_CFLAGS
2026-05-07 14:55:05 +08:00
henderkes
90d7fe46d7
add ext-gearman
2026-05-06 11:39:08 +07:00
crazywhalecc
2bcf62249f
Forward-port #1117
2026-04-29 16:53:43 +08:00
crazywhalecc
9ed2b18d06
Forward-port #1107
2026-04-29 15:44:44 +08:00
Jerry Ma
9fc2b64b6b
Update src/Package/Library/gettext.php
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-13 08:21:04 +08:00
crazywhalecc
f4918ba92c
Add pthreadVC3.lib for frankenphp
2026-04-12 23:13:30 +08:00
crazywhalecc
d2f007d4c4
Forward-port #1095
2026-04-12 14:17:53 +08:00
crazywhalecc
ae7552f5a2
Forward-port #1087
2026-04-11 00:45:31 +08:00
crazywhalecc
e83a997d0c
Add ext-zstd for Windows
2026-04-10 21:09:46 +08:00
crazywhalecc
869c9a06e3
Add ext-maxminddb and libmaxminddb support on Windows
2026-04-10 16:25:24 +08:00
crazywhalecc
6ef012e204
Add ext-uv and libuv support on Windows
2026-04-10 16:15:07 +08:00
crazywhalecc
3808457b52
Add lz4 and ext-lz4 for Windows
2026-04-10 15:51:18 +08:00
crazywhalecc
35b23a532f
Add ext-snappy and snappy support on Windows
2026-04-10 15:34:55 +08:00
crazywhalecc
1a027003b1
Add libxslt for Windows
2026-04-09 12:15:45 +08:00
crazywhalecc
f1bd64ec06
Add tidy for Windows
2026-04-09 12:15:24 +08:00
crazywhalecc
631549073a
Add wineditline
2026-04-09 10:50:59 +08:00
crazywhalecc
9182cf1e34
Add ext-glfw support for Windows
2026-04-08 22:14:37 +08:00