# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= php81-xml VERSION= 8.1.28 KEYWORDS= lang www php textproc VARIANTS= standard SDESC[standard]= PHP 8.1 extension: xml (libxml interface) HOMEPAGE= https://php.net/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= PHP/distributions DISTFILE[1]= php-8.1.28.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= php:ext,81 pkgconfig cpe GNOME_COMPONENTS= libxml2 DISTNAME= php-8.1.28/ext/{{PHP_MODNAME}} EXTRACT_HEAD[1]= {{TAR}} -xf EXTRACT_TAIL[1]= php-8.1.28/ext/{{PHP_MODNAME}} CPE_PRODUCT= php CPE_VENDOR= php FPC_EQUIVALENT= textproc/php81-xml CONFIGURE_ARGS= --enable-xml --with-libxml-dir={{LOCALBASE}} post-extract: @${MKDIR} ${WRKSRC}/ext/xml ${CP} ${WRKSRC}/expat_compat.h ${WRKSRC}/ext/xml [FILE:53:descriptions/desc.single] This package contains the xml extension for PHP 8.1. [FILE:96:distinfo] 95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080 11848504 php-8.1.28.tar.xz [FILE:356:patches/patch-compat.c] --- compat.c.orig 2023-01-31 15:13:17 UTC +++ compat.c @@ -14,6 +14,10 @@ +----------------------------------------------------------------------+ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if defined(HAVE_LIBXML) && (defined(HAVE_XML) || defined(HAVE_XMLRPC)) && !defined(HAVE_LIBEXPAT) #include "expat_compat.h"