ports/55638: [PATCH] www/rt2 marked broken

ian j hart ianjhart at ntlworld.com
Sat Aug 16 20:00:38 UTC 2003


>Number:         55638
>Category:       ports
>Synopsis:       [PATCH] www/rt2 marked broken
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 16 13:00:36 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     ian j hart
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD gamma.private.lan 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #2: Fri Aug 15 13:48:28 BST 2003 ianjhart at gamma.private.lan:/usr/obj/usr/src/sys/GAMMA i386


	
>Description:
	Marked BROKEN=         "Does not build"
	A pedant writes. It builds okay for me, but doesn't install.
	This port is on the Nov 7 "death list"
>How-To-Repeat:
	cd /usr/ports/www/rt2;make install
>Fix:

	The first hunk of files/patch-Makefile is wrong. Remove this...

@@ -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/bin/perl

 RT_VERSION_MAJOR       =       2
 RT_VERSION_MINOR       =       0

	...and don't forget to delete the BROKEN line from the Makefile ;)

	Here's a patch file which does this.

--- files/patch-Makefile.orig   Sat Aug 16 19:54:14 2003
+++ files/patch-Makefile        Sat Aug 16 19:57:05 2003
@@ -1,14 +1,5 @@
 --- Makefile.orig      Fri Oct  4 11:48:46 2002
 +++ Makefile   Wed Feb 12 03:13:22 2003
-@@ -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/bin/perl
-
- RT_VERSION_MAJOR      =       2
- RT_VERSION_MINOR      =       0
 @@ -15,7 +15,7 @@
  BRANCH                        =       HEAD

--- Makefile.orig       Sat Aug 16 19:59:25 2003
+++ Makefile    Sat Aug 16 19:59:52 2003
@@ -41,8 +41,6 @@
                ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \
                ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp

-BROKEN=         "Does not build"
-
 WRKSRC=                ${WRKDIR}/rt-${RT_VERSION}
 RT_VERSION=    ${PORTVERSION:C/\./-/g}
 DB_TYPE?=      mysql

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list