Date: Mon, 16 Mar 2009 16:56:56 +0300 From: Andrej Zverev <andrey.zverev@electro-com.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132698: [patch] Fix sysutils/be_agent distfile detection Message-ID: <E1LjDJI-000PyL-MF@sunner.semmy.ru> Resent-Message-ID: <200903161440.n2GEe3t6020143@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132698 >Category: ports >Synopsis: [patch] Fix sysutils/be_agent distfile detection >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 16 14:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: >Organization: >Environment: >Description: Due nature of make not all variables exists on stage of check distfile and check always fail. >How-To-Repeat: >Fix: --- be_agent.diff begins here --- Index: be_agent/Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/be_agent/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- be_agent/Makefile 26 Aug 2007 21:01:31 -0000 1.5 +++ be_agent/Makefile 16 Mar 2009 13:49:25 -0000 @@ -26,13 +26,13 @@ PLIST_FILES= bin/agent.be \ etc/be-agent.cfg.sample +.include <bsd.port.pre.mk> + .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG=/usr/bin/printf IGNORE= :\n\ Because of licensing restrictions, you must fetch the distribution\n\ -manually. Please access\n\ -\n\ - ${DOWNLOAD_URL}\n\ +manually.\n\n Please access ${DOWNLOAD_URL}\n\ \n\ Click \"Download Now\"\, and agree to the license agreement. Please place\n\ the downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n @@ -47,4 +47,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- be_agent.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1LjDJI-000PyL-MF>