From 5281d9d720323905c86b5c88dc275f27e7b860dd Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 28 Mar 2011 13:24:32 +0000 Subject: [PATCH] Extend include_path so that it works in the apache chroot by default. ok robert@ (maintainer) --- www/zendframework/Makefile | 4 ++-- www/zendframework/pkg/MESSAGE | 2 +- www/zendframework/pkg/UNMESSAGE | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 www/zendframework/pkg/UNMESSAGE diff --git a/www/zendframework/Makefile b/www/zendframework/Makefile index f74d72b67c2..9d562008f1d 100644 --- a/www/zendframework/Makefile +++ b/www/zendframework/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2011/03/22 16:04:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2011/03/28 13:24:32 ajacoutot Exp $ COMMENT= framework for developing PHP web applications @@ -6,7 +6,7 @@ V= 1.10.8 DISTNAME= zendframework-${V} DISTFILES= ZendFramework-${V}.tar.gz -REVISION= 0 +REVISION= 1 CATEGORIES= www devel diff --git a/www/zendframework/pkg/MESSAGE b/www/zendframework/pkg/MESSAGE index 977f5ddb39d..33a0eebab16 100644 --- a/www/zendframework/pkg/MESSAGE +++ b/www/zendframework/pkg/MESSAGE @@ -2,4 +2,4 @@ The ZendFramework has been installed into ${INSTDIR} You should add this to your include_path in php.ini: -include_path = ".:/pear/lib:/var/www/pear/lib:${INSTDIR}" +include_path = ".:/pear/lib:/var/www/pear/lib:/zendframework:${INSTDIR}" diff --git a/www/zendframework/pkg/UNMESSAGE b/www/zendframework/pkg/UNMESSAGE new file mode 100644 index 00000000000..1d5c0390dbc --- /dev/null +++ b/www/zendframework/pkg/UNMESSAGE @@ -0,0 +1,2 @@ +You may want to remove the zendframework entries from your include_path +in php.ini.