Segunda tanda. Candidatas que el VPS marcó migrable; re-verificadas en el LAPTOP (store completo, fiable) build+corre — 14/14, cero matraca: freetype jq libassuan libgpg-error libssh2 libuv libxml2 nano pcre2 pigz socat tig tmux vim pcre2 tuvo una discrepancia transitoria (falló en una prueba local temprana con "linker version script", migró en el VPS); re-verificado limpio en el laptop: construye Y corre. Era estado transitorio, no incompatibilidad. Confirma el patrón: el VPS acierta en las MIGRABLES (build+corre son evidencia real); sólo erraba en las matraca (build-falla espurio por store parcial). La medición fiable es el laptop. Total matar-gcc esta sesión: 25 recetas C migradas (11+14). El frente pasa de 47 compiler=gcc a ~22 (las 25 migradas + las que faltan medir + las 11 Rust). OJO: re-hashea, índice firmado 748 necesita re-firma en el próximo packaging. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
24 lines
872 B
TOML
24 lines
872 B
TOML
# freetype 2.14.3 — lib C base (de-Alpinizada, Etapa G). compiler=zig-cc (migrado de gcc, matar-gcc 2026-07-16), configure-split, estático.
|
|
name = "freetype"
|
|
version = "2.14.3"
|
|
|
|
[source]
|
|
tarball = "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz"
|
|
sha256 = "36bc4f1cc413335368ee656c42afca65c5a3987e8768cc28cf11ba775e785a5f"
|
|
patches = ["pcf-family-names.patch", "subpixel.patch", "table-validation-modules.patch"]
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = []
|
|
|
|
[build.phases]
|
|
configure = './configure --build=$CBUILD --host=$CHOST --prefix=/usr --disable-shared --enable-static --without-harfbuzz --without-brotli --with-zlib=yes --with-png=yes CPPFLAGS=-I/usr/include LDFLAGS=-L/usr/lib'
|
|
compile = 'make'
|
|
install = 'make DESTDIR=/out install'
|
|
|
|
|
|
[deps]
|
|
build = ["zlib", "libpng", "make"]
|