Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2011 11:26:32 -0800
From:      Jason Helfman <jhelfman@experts-exchange.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163261: [patch] sysutils/seatools : unbreak make readme
Message-ID:  <1323804392.618719.59147.nullmailer@experts-exchange.com>
Resent-Message-ID: <201112131930.pBDJU9YF070333@freefall.freebsd.org>

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

>Number:         163261
>Category:       ports
>Synopsis:       [patch] sysutils/seatools : unbreak make readme
>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:   Tue Dec 13 19:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
Experts Exchange, LLC.
>Environment:
System: FreeBSD dormouse.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


	
>Description:
reassignment of echo_msg breaks make readme
similar to fix in ports/163159
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/jhelfman/ncvs/ports/sysutils/seatools/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	8 Apr 2007 23:24:28 -0000	1.2
+++ Makefile	13 Dec 2011 19:23:11 -0000
@@ -43,14 +43,13 @@
 .endif
 
 .if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}))
-ECHO_MSG=/usr/bin/printf
-IGNORE= :\n\
-Please access\n\
-\n\
-  ${DOWNLOAD_URL}\n\
-\n\
-with a web browser, fill the web form. Please place the downloaded\n\
-${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}\n\n
+IGNORE= Please access ${DOWNLOAD_URL} with a web browser, fill the web form. Please place the downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}
+.endif
+
+pre-fetch:
+.if defined(IGNORE)
+	@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
+	@exit 1
 .endif
 
 .if ${OSVERSION} < 700037
>Release-Note:
>Audit-Trail:
>Unformatted:



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