Forgot to add this patch in previous...

Tweak README while here.
This commit is contained in:
ajacoutot 2013-03-12 06:13:33 +00:00
parent 193db49933
commit ccbc9830be
3 changed files with 23 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.9 2013/03/12 05:55:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2013/03/12 06:13:33 ajacoutot Exp $
COMMENT= customer relationship management (CRM) software
V= 1.1.30
DISTNAME= zurmo-stable-${V}.21bbcc52bd20
PKGNAME= zurmo-${V}
REVISION= 0
CATEGORIES= www productivity

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-zurmo_app_roots_php,v 1.1 2013/03/12 06:13:33 ajacoutot Exp $
--- zurmo/app/roots.php.orig Tue Mar 12 07:12:10 2013
+++ zurmo/app/roots.php Tue Mar 12 07:12:36 2013
@@ -38,10 +38,11 @@
define('IS_WINNT', PHP_OS == 'WINNT');
define('IS_OSX', PHP_OS == 'Darwin');
define('IS_FREEBSD', PHP_OS == 'FreeBSD');
+ define('IS_OPENBSD', PHP_OS == 'OpenBSD');
// The application has only been tested in Linux, and
// Windows variants identifying themselves as WINNT.
- assert(IS_LINUX || IS_WINNT || IS_OSX || IS_FREEBSD); // Not Coding Standard
+ assert(IS_LINUX || IS_WINNT || IS_OSX || IS_FREEBSD || IS_OPENBSD); // Not Coding Standard
define('COMMON_ROOT', dirname(__FILE__));
define('INSTANCE_ROOT', getcwd());

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.4 2013/03/06 08:51:00 ajacoutot Exp $
$OpenBSD: README,v 1.5 2013/03/12 06:13:33 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -40,5 +40,9 @@ to run the installation script.
Upgrades
========
After upgrading, it is advised to clear the cache and re-log into Zurmo
by pointing your browser to:
http://<hostname>/zurmo/app/index.php/zurmo/default/login?clearCache=1
Refer to the online documentation at:
http://zurmo.org/upgrades