minor update. Add a note about my.cnf

This commit is contained in:
espie 2012-05-11 07:46:56 +00:00
parent 4602d77007
commit 822dae483c
4 changed files with 16 additions and 13 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.29 2012/03/20 10:00:13 sthen Exp $
# $OpenBSD: Makefile,v 1.30 2012/05/11 07:46:56 espie Exp $
COMMENT = powerful content management system
MAINTAINER = Marc Espie <espie@openbsd.org>
DISTNAME = drupal-6.25
DISTNAME = drupal-6.26
DISTFILES = ${DISTNAME}${EXTRACT_SUFX}
MODULES= lang/php

View File

@ -1,5 +1,5 @@
MD5 (drupal6/drupal-6.25.tar.gz) = WmhiqUTJVkk/pSrNrwYhuQ==
RMD160 (drupal6/drupal-6.25.tar.gz) = j7McLD+lMMNbTALlHM9A2zKU7VU=
SHA1 (drupal6/drupal-6.25.tar.gz) = Lurw/SObSixsl7M/JuaivlLBMwM=
SHA256 (drupal6/drupal-6.25.tar.gz) = Z7MxbG0/DuqI6hFFU/G1MJ9R3ldvythMt6PGcwXmiwM=
SIZE (drupal6/drupal-6.25.tar.gz) = 1104514
MD5 (drupal6/drupal-6.26.tar.gz) = c42rseUt5hjbMWmMYlIhsQ==
RMD160 (drupal6/drupal-6.26.tar.gz) = I8j+3nO63zOsJoSUYkvLBX/IhkU=
SHA1 (drupal6/drupal-6.26.tar.gz) = TJb7z5jUWrG06eK4ma+Sbg4k5Fs=
SHA256 (drupal6/drupal-6.26.tar.gz) = K3uUyBHIS/7NrTcvtqY7cshs5shr1WaE0nNZkBdEcJI=
SIZE (drupal6/drupal-6.26.tar.gz) = 1105016

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-includes_locale_inc,v 1.2 2010/06/03 16:25:23 espie Exp $
--- includes/locale.inc.orig Fri May 28 15:07:27 2010
+++ includes/locale.inc Thu Jun 3 19:15:56 2010
@@ -1295,7 +1295,7 @@ function _locale_import_one_string($op, $value = NULL,
$OpenBSD: patch-includes_locale_inc,v 1.3 2012/05/11 07:46:56 espie Exp $
--- includes/locale.inc.orig Wed May 2 18:36:16 2012
+++ includes/locale.inc Fri May 11 09:33:11 2012
@@ -1294,7 +1294,7 @@ function _locale_import_one_string($op, $value = NULL,
$header = _locale_import_parse_header($value['msgstr']);
// Get the plural formula and update in database.
// Get and store the plural formula if available.
- if (isset($header["Plural-Forms"]) && $p = _locale_import_parse_plural_forms($header["Plural-Forms"], $file->filename)) {
+ if (isset($header["Plural-Forms"]) && $p = _locale_import_parse_plural_forms($header["Plural-Forms"], $file->filepath)) {
list($nplurals, $plural) = $p;

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.2 2011/06/02 13:41:41 ajacoutot Exp $
$OpenBSD: README,v 1.3 2012/05/11 07:46:56 espie Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -27,6 +27,9 @@ Adjust ${SYSCONFDIR}/my.cnf to put the mysql socket into the chroot.
[mysqld]
socket = /var/www/var/run/mysql/mysql.sock
If you intend to install lots of modules, you may need to have the
max_allowed_packet value larger than 1M to be able to check for updates.
Don't forget to set the character set to utf8 in your database.
In mysql, assuming you're connected as admin initially.