Date: Sun, 14 Sep 2003 15:41:59 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56855: Update port: www/udmsearch Message-ID: <20030914154159.6abd7afa.tkato@prontomail.com> Resent-Message-ID: <200309140701.h8E71Ar8009948@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56855 >Category: ports >Synopsis: Update port: www/udmsearch >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:10 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/udmsearch/Makefile www/udmsearch/Makefile --- /usr/ports/www/udmsearch/Makefile Fri Aug 29 02:58:32 2003 +++ www/udmsearch/Makefile Sun Sep 14 14:05:10 2003 @@ -40,15 +40,15 @@ USE_MYSQL= YES CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} +pre-everything:: .if !defined(WITH_MYSQL) -pre-fetch: - @${ECHO} - @${ECHO} "Defaulting to udmsearch with mysql support." - @${ECHO} - @${ECHO} "You may alternately build udmsearch with either msql or" - @${ECHO} "postgresql support by invoking make with WITH_MSQL=yes or" - @${ECHO} "WITH_PGSQL=yes respectively." - @${ECHO} + @${ECHO_MSG} + @${ECHO_MSG} "Defaulting to udmsearch with mysql support." + @${ECHO_MSG} + @${ECHO_MSG} "You may alternately build udmsearch with either msql or" + @${ECHO_MSG} "postgresql support by invoking make with WITH_MSQL=yes or" + @${ECHO_MSG} "WITH_PGSQL=yes respectively." + @${ECHO_MSG} .endif .endif @@ -61,7 +61,7 @@ @${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/udmsearch @strip ${PREFIX}/sbin/indexer @strip ${PREFIX}/share/udmsearch/search.cgi - @${ECHO} + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030914154159.6abd7afa.tkato>