head	1.4;
access;
symbols
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	old_RELEASE_6_1_0:1.1
	old_RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2011.09.30.09.12.34;	author dougb;	state dead;
branches;
next	1.3;

1.3
date	2007.06.24.15.14.54;	author rafan;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.13.22.24.13;	author tdb;	state dead;
branches;
next	1.1;

1.1
date	2005.09.10.19.51.13;	author pav;	state Exp;
branches;
next	;


desc
@@


1.4
log
@As previously advertised, delete ports that have
vulnerabilities listed in portaudit, and those
that depend on them - part 1

math/mupad
	Relies on xpm, vulnerable since 2004-09-15
net-p2p/torrentflux
	Vulnerable since 2006-10-07
net/tptest
	Vulnerable since 2009-12-17
security/pgp6
	Vulnerable since 2005-07-31
www/p5-RTx-RightsMatrix
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Shredder
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Statistics
	Only works with www/rt36, which is FORBIDDEN
www/plone
	Vulnerable since 2011-02-10
www/pyblosxom
	Vulnerable since 2009-02-11
www/rt36
	Vulnerable since 2009-12-09
www/zope-archetypes
	Depends on www/plone, which is FORBIDDEN
www/zope-calendaring
	Depends on www/plone, which is FORBIDDEN
www/zope-coreblog2
	Depends on www/plone, which is FORBIDDEN
www/zope-i18nlayer
	Depends on www/plone, which is FORBIDDEN
www/zope-plonelanguagetool
	Depends on www/plone, which is FORBIDDEN
www/zope-simpleblog
	Depends on www/plone, which is FORBIDDEN
@
text
@--- sbin/rt-setup-database.in.orig	Fri Dec  1 20:59:26 2006
+++ sbin/rt-setup-database.in	Mon Apr 30 23:04:45 2007
@@@@ -51,11 +51,17 @@@@
 
 use lib "@@LOCAL_LIB_PATH@@";
 use lib "@@RT_LIB_PATH@@";
+## RT_INSTANCE_PATH can be passed in environment.
+## Can change where RT_SiteConfig is read from.
+my $RT_INSTANCE_PATH;
+BEGIN {
+    $RT_INSTANCE_PATH = $ENV{RT_INSTANCE_PATH};
+}
 
 #This drags in  RT's config.pm
 # We do it in a begin block because RT::Handle needs to know the type to do its
 # inheritance
-use RT;
+use RT (RT_INSTANCE_PATH => $RT_INSTANCE_PATH);
 use Carp;
 use RT::User;
 use RT::CurrentUser;
@


1.3
log
@- Add missing patch for MULTIPLE_INSTANCES

PR:   	      ports/112287
Submitted by: Sergey Prikhodko <sergey at network-asp.biz>
Approved by:  Vivek Khera <vivek at khera.org> (maintainer)
@
text
@@


1.2
log
@- Update repo-copied (from www/rt34) port www/rt36 to 3.6.0.

PR:		99660
Submitted by:	Vivek Khera <vivek@@khera.org> (maintainer)
@
text
@d1 5
a5 6
Index: sbin/rt-setup-database.in
--- rt-3.4.2-pristine/sbin/rt-setup-database.in 2005-05-11 20:36:48.128846888 -0400
+++ rt-3.4.2/sbin/rt-setup-database.in  2005-05-11 20:45:35.800628584 -0400
@@@@ -50,11 +50,17 @@@@
   qw(@@Groups @@Users @@ACL @@Queues @@ScripActions @@ScripConditions @@Templates @@CustomFields @@Scrips);

d7 1
a7 1
+## RT_INSTANCE_PATH can be passed on command line.
d11 1
a11 1
+    $RT_INSTANCE_PATH = shift || $ENV{RT_INSTANCE_PATH};
d13 1
a13 1

@


1.1
log
@- Update to 3.4.4
- No longer broken with mod_perl2
- Fixed packing list when installing in non-standard path
- Added patch to Makefile.in to correctly install sample config files
- Added optional patches to support multiple instances

PR:		ports/85910
Submitted by:	Angelo Turetta <aturetta@@bestunion.it>
@
text
@@

