Rt3-elixus on freebsd 5.1?

Hi :slight_smile:

I decided I wanted to check out the elixus version of RT3, and since I
have a new server coming up soon that will require RT, I figured it’d be a
nifty thing to install :slight_smile: So far I had to edit the generated Makefile in
work so it would use pgsql as the DBA, and when I go to do make
initialize-database I get the following error… I saw recently that
Autrijus had told someone tu update the port makefile to use version 8747
of the install, so I had done that already:

make initialize-database

/usr/bin/perl //usr/local/rt3/sbin/rt-setup-database --action init --dba
pgsql --prompt-for-dba-password
In order to create a new database and grant RT access to that database,
this script needs to connect to your Pg instance on localhost as pgsql.
Please specify that user’s database password below. If the user has no
database password, just press return.

Password: Now creating a database for RT.
Creating Pg database rt3.
Now populating database schema.
Creating database schema.
Modification of a read-only value attempted at
//usr/local/rt3/sbin/rt-setup-database line 146, <SCHEMA_LOCAL> line 12.
*** Error code 255

Stop in /usr/ports/www/rt3-elixus/work/rt.

The original portions of this message are the copyright of the author
©1998-2002 Glenn E. Sieb. ICQ UIN: 300395 IRC Nick: Rainbear
"All acts of Love and Pleasure are Her rituals"-Charge of the Goddess

Autrijus had told someone tu update the port makefile to use version 8747
of the install, so I had done that already:

Actually, it’s 8852 now. :slight_smile:

Patch follows. It will be committed soonish.

Thanks,
/Autrijus/

diff -dur rt3-elixus/Makefile /home/autrijus/depot/RT/ports/www/rt3-elixus/Makefile
— rt3-elixus/Makefile Thu Nov 13 01:52:15 2003
+++ /home/autrijus/depot/RT/ports/www/rt3-elixus/Makefile Fri Nov 14 11:28:45 2003
@@ -2,10 +2,10 @@

Date created: 5 May 2003

Whom: autrijus

-# $FreeBSD: ports/www/rt3-elixus/Makefile,v 1.6 2003/11/09 17:04:23 demon Exp $
+# $FreeBSD $

-PORTVERSION= 8747
+PORTVERSION= 8852
PORTREVISION= 0
MASTER_SITES= http://p4.elixus.org/hist/
PKGNAMESUFFIX= -elixus
diff -dur rt3-elixus/distinfo /home/autrijus/depot/RT/ports/www/rt3-elixus/distinfo
— rt3-elixus/distinfo Thu Nov 13 01:52:15 2003
+++ /home/autrijus/depot/RT/ports/www/rt3-elixus/distinfo Fri Nov 14 11:29:26 2003
@@ -1 +1 @@
-MD5 (rt-8747.tar.gz) = 864a6ed052ec88daa2539635c295e02d
+MD5 (rt-8852.tar.gz) = 9d02dfe091a6825b8d9f99947829c2b9
diff -dur rt3-elixus/pkg-plist /home/autrijus/depot/RT/ports/www/rt3-elixus/pkg-plist
— rt3-elixus/pkg-plist Fri Oct 10 22:28:26 2003
+++ /home/autrijus/depot/RT/ports/www/rt3-elixus/pkg-plist Fri Nov 14 11:28:04 2003
@@ -13,6 +13,7 @@
rt3/etc/acl.Pg
rt3/etc/acl.mysql
rt3/etc/initialdata
+rt3/etc/schema.Informix
rt3/etc/schema.Oracle
rt3/etc/schema.Pg
rt3/etc/schema.SQLite
@@ -264,6 +265,7 @@
rt3/share/html/Admin/Elements/SelectScripAction
rt3/share/html/Admin/Elements/SelectScripCondition
rt3/share/html/Admin/Elements/SelectSingleOrMultiple
+rt3/share/html/Admin/Elements/SelectStage
rt3/share/html/Admin/Elements/SelectTemplate
rt3/share/html/Admin/Elements/SelectUsers
rt3/share/html/Admin/Elements/SystemTabs