ports/109225: [MAINTAINER] www/openacs
Martin Matuska
martin at matuska.org
Fri Feb 16 11:00:14 UTC 2007
>Number: 109225
>Category: ports
>Synopsis: [MAINTAINER] www/openacs
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 16 11:00:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Martin Matuska
>Release: FreeBSD 6.2-RELEASE
>Organization:
>Environment:
FreeBSD 6.2-RELEASE i386 amd64
>Description:
Changed files:
files/create_sampledb.sh.in: fixed typo and added more information
files/pkg-message.in: fixed xowiki URL
>How-To-Repeat:
>Fix:
--- www/openacs/Makefile.orig Fri Feb 16 10:23:21 2007
+++ www/openacs/Makefile Fri Feb 16 10:23:28 2007
@@ -7,6 +7,7 @@
PORTNAME?= openacs
PORTVERSION?= 5.3.0
+PORTREVISION?= 1
CATEGORIES= www
MASTER_SITES?= http://openacs.org/projects/openacs/download/download/
EXTRACT_SUFX?= .tgz?revision_id=583060
--- www/openacs/files/create_sampledb.sh.in.orig Thu Feb 15 22:26:26 2007
+++ www/openacs/files/create_sampledb.sh.in Fri Feb 16 10:20:57 2007
@@ -16,7 +16,7 @@
CREATEUSERFLAGS="-A -d"
# Check if PostgreSQL version is >= 8.1.0
-${LOCALBASE}/bin/postmaster -V | ${AWK} -F '[ .]' '{if ($3=8 && $4>=1) {exit 0} else {exit 1}}' && {
+${LOCALBASE}/bin/postmaster -V | ${AWK} -F '[ .]' '{if ($3==8 && $4>=1) {exit 0} else {exit 1}}' && {
POSTGRESQL81=YES
CREATEUSERFLAGS="-S -R -d"
}
@@ -40,6 +40,6 @@
echo "You have PostgreSQL 8.1 or greater installed."
echo "Your may need to alter your PostgreSQL configuration."
echo "Please read the instructions under the following URL:"
-echo "http://openacs.org/xowiki/en/How_to_install_in_Postgres_8.1.x"
+echo "http://openacs.org/xowiki/How_to_install_in_Postgres_8.x"
echo "****************************************************************"
}
--- www/openacs/files/pkg-message.in.orig Fri Feb 16 10:11:36 2007
+++ www/openacs/files/pkg-message.in Fri Feb 16 10:22:45 2007
@@ -1,7 +1,18 @@
Congratulations! You have just installed %%OPENACSNAME%%
-To create a sample default database run the script:
+To create a sample default database, you first need a PostgreSQL server
+installed and configured on your system. If the PostgreSQL server is started
+and running, you can run the script:
%%EXAMPLESDIR%%/create_sampledb.sh
+
+The create_sampledb.sh script works with the following servers with their
+default configurations:
+databases/postgresql74-server (7.4.x)
+databases/postgresql80-server (8.0.x)
+
+For PostgreSQL 8.1.x and 8.2.x, the database server configuration
+needs to be adjusted. Please visit the following webpage for more information:
+http://openacs.org/xowiki/How_to_install_in_Postgres_8.x
You can start %%OPENACSNAME%% with the startup script:
%%LOCALBASE%%/etc/rc.d/%%PORTNAME%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list