Date: Sun, 14 Sep 2003 15:41:55 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56854: Update port: www/rt2 Message-ID: <20030914154155.34e019b0.tkato@prontomail.com> Resent-Message-ID: <200309140701.h8E71APf009917@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030914154155.34e019b0.tkato>