summaryrefslogtreecommitdiff
path: root/www/rt40/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/rt40/files')
-rw-r--r--www/rt40/files/extra-patch-noportdocs-Makefile.in14
-rw-r--r--www/rt40/files/patch-Makefile.in58
-rw-r--r--www/rt40/files/patch-aclocal.m411
-rw-r--r--www/rt40/files/patch-config.layout38
-rw-r--r--www/rt40/files/patch-lib__RT.pm.in14
-rw-r--r--www/rt40/files/pkg-message.in29
6 files changed, 0 insertions, 164 deletions
diff --git a/www/rt40/files/extra-patch-noportdocs-Makefile.in b/www/rt40/files/extra-patch-noportdocs-Makefile.in
deleted file mode 100644
index 8f2e2547e525..000000000000
--- a/www/rt40/files/extra-patch-noportdocs-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.in 2008-12-27 01:07:12.000000000 -0500
-+++ /home/pgollucci/Makefile.in 2008-12-27 01:06:35.000000000 -0500
-@@ -419,10 +419,7 @@
-
- # {{{ doc-install
- doc-install:
--@COMMENT_INPLACE_LAYOUT@ # RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir
--@COMMENT_INPLACE_LAYOUT@ -[ -f $(DESTDIR)$(RT_DOC_PATH) ] && rm $(DESTDIR)$(RT_DOC_PATH)
--@COMMENT_INPLACE_LAYOUT@ [ -d $(DESTDIR)$(RT_DOC_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_DOC_PATH)
--@COMMENT_INPLACE_LAYOUT@ -$(INSTALL) -m 0644 ./README $(DESTDIR)$(RT_DOC_PATH)/
-+@COMMENT_INPLACE_LAYOUT@ /usr/bin/true
- # }}}
-
- # {{{ etc-install
diff --git a/www/rt40/files/patch-Makefile.in b/www/rt40/files/patch-Makefile.in
deleted file mode 100644
index 0458726ae855..000000000000
--- a/www/rt40/files/patch-Makefile.in
+++ /dev/null
@@ -1,58 +0,0 @@
---- Makefile.in.orig 2010-05-05 13:09:21.000000000 -0700
-+++ Makefile.in 2010-08-05 13:11:47.000000000 -0700
-@@ -58,7 +58,7 @@
-
- CONFIG_FILE_PATH = @CONFIG_FILE_PATH_R@
- CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_Config.pm
--SITE_CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm
-+SITE_CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm-dist
-
-
- RT_VERSION_MAJOR = @RT_VERSION_MAJOR@
-@@ -108,7 +108,7 @@
- RT_DOC_PATH = @RT_DOC_PATH_R@
- RT_FONT_PATH = @RT_FONT_PATH_R@
- RT_LOCAL_PATH = @RT_LOCAL_PATH_R@
--LOCAL_PLUGIN_PATH = @RT_LOCAL_PATH_R@/plugins
-+LOCAL_PLUGIN_PATH = @RT_LOCAL_PATH_R@/share/rt38/plugins
- LOCAL_ETC_PATH = @LOCAL_ETC_PATH_R@
- LOCAL_LIB_PATH = @LOCAL_LIB_PATH_R@
- LOCAL_LEXICON_PATH = @LOCAL_LEXICON_PATH_R@
-@@ -286,9 +286,9 @@
- @echo " $(RT_SBIN_PATH)/rt-setup-database --dba $(DB_DBA) --prompt-for-dba-password --action upgrade"
-
-
--upgrade: testdeps config-install dirs files-install fixperms upgrade-instruct
-+upgrade: config-install dirs files-install fixperms upgrade-instruct
-
--upgrade-noclobber: config-install dirs libs-install html-install bin-install local-install doc-install font-install fixperms
-+upgrade-noclobber: config-install dirs libs-install html-install bin-install local-install doc-install font-install
-
-
- # {{{ dependencies
-@@ -306,13 +306,6 @@
-
- # {{{ fixperms
- fixperms:
-- # Make the libraries readable
-- chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_PATH)
-- chown -R $(LIBS_OWNER) $(DESTDIR)$(RT_LIB_PATH)
-- chgrp -R $(LIBS_GROUP) $(DESTDIR)$(RT_LIB_PATH)
-- chmod -R u+rwX,go-w,go+rX $(DESTDIR)$(RT_LIB_PATH)
--
--
- chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_BIN_PATH)
-
- chmod 0755 $(DESTDIR)$(RT_ETC_PATH)
-@@ -367,9 +360,9 @@
- $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_LEXICON_PATH)
- # }}}
-
--install: testdeps config-install dirs files-install fixperms instruct
-+install: config-install dirs files-install fixperms instruct
-
--files-install: libs-install etc-install config-install bin-install sbin-install html-install local-install doc-install font-install
-+files-install: libs-install etc-install config-install bin-install sbin-install html-install doc-install font-install
-
- config-install:
- @COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -o $(BIN_OWNER) -g $(RTGROUP) -d $(DESTDIR)$(CONFIG_FILE_PATH)
diff --git a/www/rt40/files/patch-aclocal.m4 b/www/rt40/files/patch-aclocal.m4
deleted file mode 100644
index 9eeacc6bfec5..000000000000
--- a/www/rt40/files/patch-aclocal.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./aclocal.m4.orig 2008-08-21 05:16:36.000000000 +0000
-+++ ./aclocal.m4 2008-08-21 05:16:44.000000000 +0000
-@@ -79,7 +79,7 @@
- s/^#.*$//m;
- s/^\s+//gim;
- s/\s+$/\n/gim;
-- s/\+$/\/rt3/gim;
-+ s/\+$/\/rt38/gim;
- # m4 will not let us just use $1, we need @S|@1
- s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man|html)dir)\s*:\s*(.*)$/@S|@1=@S|@2/gim;
- s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\@S|@@S|@1" = "xNONE" || test "x\@S|@@S|@1" = "x") && @S|@1=@S|@2/gim;
diff --git a/www/rt40/files/patch-config.layout b/www/rt40/files/patch-config.layout
deleted file mode 100644
index 2e7802fbb112..000000000000
--- a/www/rt40/files/patch-config.layout
+++ /dev/null
@@ -1,38 +0,0 @@
---- config.layout.orig 2010-08-22 04:48:20.000000000 +0200
-+++ config.layout 2010-08-22 04:50:50.000000000 +0200
-@@ -91,27 +91,28 @@
- </Layout>
-
- <Layout FreeBSD>
-- prefix: /usr/local
-+ prefix: %%PREFIX%%
- exec_prefix: ${prefix}
- bindir: ${exec_prefix}/bin
- sbindir: ${exec_prefix}/sbin
- sysconfdir: ${prefix}/etc+
- mandir: ${prefix}/man
- plugindir: ${prefix}/plugins
-- libdir: ${prefix}/lib+
-+ libdir: %%SITE_PERL%%
- datadir: ${prefix}/share+
- htmldir: ${datadir}/html
-+ sharedir: ${prefix}/share+
- fontdir: ${datadir}/fonts
- manualdir: ${prefix}/share/doc+
- logfiledir: /var/log
- localstatedir: /var/run+
- masonstatedir: ${localstatedir}/mason_data
- sessionstatedir: ${localstatedir}/session_data
-- customdir: ${prefix}/share+
-- custometcdir: ${customdir}/local/etc
-- customhtmldir: ${customdir}/local/html
-- customlexdir: ${customdir}/local/po
-- customlibdir: ${customdir}/local/lib
-+ customdir: ${prefix}
-+ custometcdir: ${datadir}/etc
-+ customhtmldir: ${customdir}/www+
-+ customlexdir: ${datadir}/po
-+ customlibdir: ${datadir}/lib
- </Layout>
-
- <Layout Win32>
diff --git a/www/rt40/files/patch-lib__RT.pm.in b/www/rt40/files/patch-lib__RT.pm.in
deleted file mode 100644
index fc0fd75ddfdd..000000000000
--- a/www/rt40/files/patch-lib__RT.pm.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./lib/RT.pm.in.orig 2008-08-18 11:14:11.000000000 -0400
-+++ ./lib/RT.pm.in 2008-12-28 23:13:17.000000000 -0500
-@@ -70,8 +70,10 @@
- our $LocalEtcPath = '@LOCAL_ETC_PATH@';
- our $LocalLibPath = '@LOCAL_LIB_PATH@';
- our $LocalLexiconPath = '@LOCAL_LEXICON_PATH@';
--our $LocalPluginPath = $LocalPath."/plugins";
-+our $LocalPluginPath = $LocalPath."/share/rt38/plugins";
-
-+## For FreeBSD p5-RT* ports
-+our $LocalHtmlPath = '@MASON_HTML_PATH@';
-
- # $MasonComponentRoot is where your rt instance keeps its mason html files
-
diff --git a/www/rt40/files/pkg-message.in b/www/rt40/files/pkg-message.in
deleted file mode 100644
index 5d3191dfbc29..000000000000
--- a/www/rt40/files/pkg-message.in
+++ /dev/null
@@ -1,29 +0,0 @@
-=====================================================================
-
-To complete the installation of this port, please follow these steps:
-
-1. Edit %%RT_ETC_PATH%%/RT_SiteConfig.pm, by referring to
- the default config file (%%RT_ETC_PATH%%/RT_Config.pm).
-2. Configure the email and web gateways. Please refer to
- 'SETTING UP THE MAIL GATEWAY' in %%DOCSDIR%%/README
-3. Restart Apache.
-4. Do remember to *CHANGE* the root's password for the web interface.
- The default is "password" (without the quotes.)
-5. Configure RT per the instructions at
- http://www.bestpractical.com/rt/docs.html
-
-If you're upgrading RT then it worth to read UPGRADING document at this
-moment. Some extension you're using may have been integrated into
-core. It's recommended to use new clean directory when you're
-upgrading to new major release (for example from 3.6.x to 3.8.x).
-
-RT does not work with perl taint mode (-T) you must disable it.
-Note, some other ports like devel/bugzilla have you add this to your
-httpd.conf. This isn't actually a flaw of RT, but of a subset of the
-CPAN modules that RT uses.
-
-$ sudo perl rt-setup-database --action init --dba dba --dba-password X
-$ sudo perl rt-setup-database --action drop --dba dba --dba-password X
-
-See the TODO section at the top of the port's Makefile
-=====================================================================