diff --git a/www/php4/extensions/Makefile b/www/php4/extensions/Makefile index fdcc537ee28..0365f073bee 100644 --- a/www/php4/extensions/Makefile +++ b/www/php4/extensions/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2003/05/02 19:49:36 avsm Exp $ +# $OpenBSD: Makefile,v 1.21 2003/05/07 14:02:32 avsm Exp $ FULLPKGNAME= php4-extensions-${V} COMMENT= "informational package about PHP4 extensions" @@ -274,18 +274,6 @@ CONFIGURE_ARGS+= --with-sybase-ct=shared,${LOCALBASE} SYBASE_CT_DEPENDS= tds.0,ct.0::databases/freetds .endif -# wddx & xml -PSEUDO_FLAVORS+= no_xml -.if ${FLAVOR:L:Mno_xml} -CONFIGURE_ARGS+= --without-wddx --disable-xml -.else -MULTI_PACKAGES+= -xml -COMMENT-xml= "xml parsing extensions for php4" -CONFIGURE_ARGS+= --with-wddx=shared --enable-xml=shared \ - --with-expat-dir=${LOCALBASE} -XML_DEPENDS= expat.2::textproc/expat -.endif - # xslt PSEUDO_FLAVORS+= no_xslt .if ${FLAVOR:L:Mno_xslt} diff --git a/www/php4/extensions/pkg/DESCR-xml b/www/php4/extensions/pkg/DESCR-xml deleted file mode 100644 index 1a9ee4f89d6..00000000000 --- a/www/php4/extensions/pkg/DESCR-xml +++ /dev/null @@ -1,13 +0,0 @@ -XML (eXtensible Markup Language) is a data format for structured -document interchange on the Web. It is a standard defined by The -World Wide Web consortium (W3C). Information about XML and related -technologies can be found at http://www.w3.org/XML/. - -This PHP extension implements support for James Clark's expat in -PHP. This toolkit lets you parse, but not validate, XML documents. -It supports three source character encodings also provided by PHP: -US-ASCII, ISO-8859-1 and UTF-8. UTF-16 is not supported. - -This extension lets you create XML parsers and then define handlers -for different XML events. Each XML parser also has a few parameters -you can adjust. diff --git a/www/php4/extensions/pkg/PLIST-xml b/www/php4/extensions/pkg/PLIST-xml deleted file mode 100644 index 860394452c8..00000000000 --- a/www/php4/extensions/pkg/PLIST-xml +++ /dev/null @@ -1,2 +0,0 @@ -@comment $OpenBSD: PLIST-xml,v 1.1.1.1 2002/06/24 19:27:46 avsm Exp $ -lib/php/modules/xml.so