[rt-users] trouble installing RT2
Phil Homewood
pdh at snapgear.com
Tue Jan 14 18:35:10 EST 2003
[cc: port maintainer]
Vince Hoang wrote:
> I think the port tries to download 2.0.15 when it expects 2.0.14.
Correct.
> Try renaming rt.tar.gz to rt-2-0-14.tar.gz.
No, that won't help. The solution is to get the port to download
a known version instead of the rt.tar.gz moving target.
The port also uses "/usr/local/bin/perl" but doesn't depend
on the perl5 port. The system supplied perl is okay for use
with RT, so I see no need for this.
Try the attached patch. "make" succeeds for me now. I haven't
tried a "make install" as I have a perfectly good RT installation
on this box that I'd rather not trash. :-)
--
Phil Homewood, Systems Janitor, www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances
-------------- next part --------------
? www/rt2/work
Index: www/rt2/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/www/rt2/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/rt2/Makefile 22 Dec 2002 04:50:13 -0000 1.1
+++ www/rt2/Makefile 14 Jan 2003 23:32:17 -0000
@@ -6,11 +6,11 @@
#
PORTNAME= rt2
-PORTVERSION= 2.0.14
+PORTVERSION= 2.0.15
CATEGORIES= www
MASTER_SITES= http://www.fsck.com/pub/rt/release/
-WRKSRC= ${WRKDIR}/rt-2-0-14
-DISTFILES= rt.tar.gz
+WRKSRC= ${WRKDIR}/rt-2-0-15
+DISTFILES= rt-2-0-15.tar.gz
MAINTAINER= plasmaball at pchome.com.tw
Index: www/rt2/distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/www/rt2/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- www/rt2/distinfo 22 Dec 2002 04:50:13 -0000 1.1
+++ www/rt2/distinfo 14 Jan 2003 23:32:17 -0000
@@ -1 +1 @@
-MD5 (rt.tar.gz) = 59179c054c0e05336f9b92fe3b031270
+MD5 (rt-2-0-15.tar.gz) = 7e6762d5091ea5919504eaa754f4612e
Index: www/rt2/files/patch-Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/www/rt2/files/patch-Makefile,v
retrieving revision 1.1
diff -u -r1.1 patch-Makefile
--- www/rt2/files/patch-Makefile 22 Dec 2002 04:50:13 -0000 1.1
+++ www/rt2/files/patch-Makefile 14 Jan 2003 23:32:17 -0000
@@ -1,14 +1,5 @@
--- Makefile Sat Jul 20 10:42:39 2002
+++ Makefile Thu Aug 15 22:17:55 2002
-@@ -2,7 +2,7 @@
- # RT is Copyright 1996-2002 Jesse Vincent <jesse at bestpractical.com>
- # It is distributed under the terms of the GNU General Public License, version 2
-
--PERL = /usr/bin/perl
-+PERL = /usr/local/bin/perl
-
- RT_VERSION_MAJOR = 2
- RT_VERSION_MINOR = 0
@@ -15,7 +15,7 @@
BRANCH = HEAD
More information about the rt-users
mailing list