Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2011 11:35:20 -0800
From:      Jason Helfman <jhelfman@experts-exchange.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163262: [patch] www/webobjects : unbreak make readme
Message-ID:  <1323804920.358134.60474.nullmailer@experts-exchange.com>
Resent-Message-ID: <201112131940.pBDJeA8C080964@freefall.freebsd.org>

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

>Number:         163262
>Category:       ports
>Synopsis:       [patch] www/webobjects : 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:40:10 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/www/webobjects/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	20 Aug 2011 17:27:52 -0000	1.4
+++ Makefile	13 Dec 2011 19:30:28 -0000
@@ -63,14 +63,8 @@
 
 # Check for distribution files
 .if !defined(PACKAGE_BUILDING) && !exists(${DISTDIR}/${WOBINARCHIVE})
-ECHO_MSG=	${PRINTF}
 IGNORE=		cannot be downloaded automatically.
-IGNORE+=	\n\
-Due to licensing restrictions you must download the necessary files manually.\n\
-Please open ${WOBINURL} in a\n\
-web browser and download the necessary files from Apple.\n\n\
-Please place the file ${WOBINARCHIVE} located in the\n\
-downloaded file bundle into ${DISTDIR} and restart the build.\n\n
+IGNORE+=	Due to licensing restrictions you must download the necessary files manually. Please open ${WOBINURL} in a web browser and download the necessary files from Apple. Please place the file ${WOBINARCHIVE} located in the downloaded file bundle into ${DISTDIR} and restart the build
 .endif
 
 do-fetch:
>Release-Note:
>Audit-Trail:
>Unformatted:



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