# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= php73-xml VERSION= 7.3.30 KEYWORDS= lang www php textproc VARIANTS= standard SDESC[standard]= PHP 7.3 extension: xml (libxml interface) HOMEPAGE= https://php.net/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= PHP/distributions DISTFILE[1]= php-7.3.30.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= php:ext,73 cpe GNOME_COMPONENTS= libxml2 DISTNAME= php-7.3.30/ext/{{PHP_MODNAME}} EXTRACT_HEAD[1]= {{TAR}} -xf EXTRACT_TAIL[1]= php-7.3.30/ext/{{PHP_MODNAME}} CPE_PRODUCT= php CPE_VENDOR= php FPC_EQUIVALENT= textproc/php73-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 7.3. [FILE:96:distinfo] 0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b 12142596 php-7.3.30.tar.xz [FILE:356:patches/patch-compat.c] --- compat.c.orig Tue Jul 20 10:55:02 2004 +++ compat.c Tue Jul 20 10:55:55 2004 @@ -16,6 +16,10 @@ +----------------------------------------------------------------------+ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT) #include "expat_compat.h"