From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 14 00:03:03 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6027516A4F5 for ; Sun, 14 Sep 2003 00:02:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5640A440C3 for ; Sun, 14 Sep 2003 00:01:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8E71AUp009918 for ; Sun, 14 Sep 2003 00:01:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8E71APf009917; Sun, 14 Sep 2003 00:01:10 -0700 (PDT) Resent-Date: Sun, 14 Sep 2003 00:01:10 -0700 (PDT) Resent-Message-Id: <200309140701.h8E71APf009917@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A92A016A4BF for ; Sat, 13 Sep 2003 23:55:24 -0700 (PDT) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9024543FE3 for ; Sat, 13 Sep 2003 23:55:23 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.70.253]) by hfep01.dion.ne.jp with SMTP id <20030914065520938.UNZO@hfep01.dion.ne.jp> for ; Sun, 14 Sep 2003 15:55:20 +0900 Message-Id: <20030914154155.34e019b0.tkato@prontomail.com> Date: Sun, 14 Sep 2003 15:41:55 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56854: Update port: www/rt2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 07:03:03 -0000 >Number: 56854 >Category: ports >Synopsis: Update port: www/rt2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 14 00:01:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: >Environment: >Description: - ECHO -> ECHO_MSG - pre-fetch -> pre-everything >How-To-Repeat: >Fix: diff -urN /usr/ports/www/rt2/Makefile www/rt2/Makefile --- /usr/ports/www/rt2/Makefile Sat Aug 9 03:06:37 2003 +++ www/rt2/Makefile Sun Sep 14 13:21:31 2003 @@ -112,18 +112,18 @@ RT::ACL.3 \ RT::Attachments.3 -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " DB_DBA_PASSWORD=password Your password of MySQL root ();" - @${ECHO} " DB_HOST=hostname Where MySQL resident (localhost);" - @${ECHO} " DB_RT_PASS=password Your password of MySQL RT user (rt_pass);" - @${ECHO} " DB_TYPE=type Pg for postgresql, mysql for MySQL (mysql);" - @${ECHO} " INSTALL_NEW Install a fresh port, otherwise just upgrade;" - @${ECHO} "" - @${ECHO} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade." - @${ECHO} "" +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "You may use the following build options:" + @${ECHO_MSG} "" + @${ECHO_MSG} " DB_DBA_PASSWORD=password Your password of MySQL root ();" + @${ECHO_MSG} " DB_HOST=hostname Where MySQL resident (localhost);" + @${ECHO_MSG} " DB_RT_PASS=password Your password of MySQL RT user (rt_pass);" + @${ECHO_MSG} " DB_TYPE=type Pg for postgresql, mysql for MySQL (mysql);" + @${ECHO_MSG} " INSTALL_NEW Install a fresh port, otherwise just upgrade;" + @${ECHO_MSG} "" + @${ECHO_MSG} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade." + @${ECHO_MSG} "" post-patch: .for _FILE in tools/testdeps >Release-Note: >Audit-Trail: >Unformatted: