Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2006 14:20:11 -0500 (EST)
From:      Christopher Davis <ckd-freebsd@ckdhr.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93992: www/rt34 Makefile has bad UPGRADE_RTxx logic
Message-ID:  <200603011920.k21JKBPu094331@casjrdev2.broad.mit.edu>
Resent-Message-ID: <200603011930.k21JU6bn078445@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93992
>Category:       ports
>Synopsis:       www/rt34 Makefile has bad UPGRADE_RTxx logic
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 01 19:30:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Davis
>Release:        FreeBSD 5.4-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD casjrdev2.broad.mit.edu 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #1: Wed Mar 1 12:04:19 EST 2006 root@casjrdev2.broad.mit.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	The port makefile for www/rt34 has incorrect logic for the UPGRADE_
	definitions; UPGRADE_RT32 runs the upgrades from 3.0 to 3.4, and
	UPGRADE_RT30 runs the upgrade from 3.0 to 3.2.
>How-To-Repeat:
	Use either the UPGRADE_RT30 or UPGRADE_RT32 definitions when building.

>Fix:

--- www/rt34/Makefile.orig	Mon Sep 19 07:52:14 2005
+++ www/rt34/Makefile	Wed Mar  1 13:33:52 2006
@@ -131,10 +131,10 @@
 WEB_GROUP?=	www
 LIBS_GROUP?=	wheel
 
-.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
+.if defined(UPGRADE_RT30)
 UPGRADES=	3.1.0 3.1.15 3.1.17
 .endif
-.if defined(UPGRADE_RT32)
+.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
 UPGRADES+=	3.3.0 3.3.11
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603011920.k21JKBPu094331>