summaryrefslogtreecommitdiff
path: root/lang/php5/files/patch-pear::Makefile.frag
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php5/files/patch-pear::Makefile.frag')
-rw-r--r--lang/php5/files/patch-pear::Makefile.frag21
1 files changed, 17 insertions, 4 deletions
diff --git a/lang/php5/files/patch-pear::Makefile.frag b/lang/php5/files/patch-pear::Makefile.frag
index 060066c367b6..ee24944b46c6 100644
--- a/lang/php5/files/patch-pear::Makefile.frag
+++ b/lang/php5/files/patch-pear::Makefile.frag
@@ -1,6 +1,14 @@
---- pear/Makefile.frag.orig Sat Apr 12 01:48:37 2003
-+++ pear/Makefile.frag Sat May 17 10:08:54 2003
-@@ -13,10 +13,13 @@
+--- pear/Makefile.frag.orig Tue Sep 2 03:30:13 2003
++++ pear/Makefile.frag Thu Apr 22 23:52:40 2004
+@@ -1,6 +1,7 @@
+ # -*- makefile -*-
+
+ peardir=$(PEAR_INSTALLDIR)
++XML_RPC_ver=1.1.0
+
+ # Skip all php.ini files altogether
+ PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0
+@@ -13,10 +14,18 @@
install-pear:
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
@@ -12,11 +20,16 @@
- fi
+ @$(mkinstalldirs) $(INSTALL_ROOT)$(peardir)/bootstrap \
+ $(INSTALL_ROOT)$(peardir)/bootstrap/Archive \
-+ $(INSTALL_ROOT)$(peardir)/bootstrap/Console
++ $(INSTALL_ROOT)$(peardir)/bootstrap/Console \
++ $(INSTALL_ROOT)$(peardir)/bootstrap/XML \
++ $(INSTALL_ROOT)$(peardir)/bootstrap/XML/RPC
+ @cp $(srcdir)/PEAR.php $(srcdir)/System.php \
+ $(INSTALL_ROOT)$(peardir)/bootstrap
+ @cp $(srcdir)/Archive/*.php $(INSTALL_ROOT)$(peardir)/bootstrap/Archive
+ @cp $(srcdir)/Console/*.php $(INSTALL_ROOT)$(peardir)/bootstrap/Console
+ @cp -R $(srcdir)/OS $(INSTALL_ROOT)$(peardir)/bootstrap
+ @cp -R $(srcdir)/PEAR $(INSTALL_ROOT)$(peardir)/bootstrap
++ @tar xf $(srcdir)/packages/XML_RPC-$(XML_RPC_ver).tar
++ @cp XML_RPC-$(XML_RPC_ver)/RPC.php $(INSTALL_ROOT)$(peardir)/bootstrap/XML
++ @cp XML_RPC-$(XML_RPC_ver)/Server.php $(INSTALL_ROOT)$(peardir)/bootstrap/XML/RPC