ports/163250: [patch] chinese/dfsongsd: unbreak make readme

Jason Helfman jhelfman at experts-exchange.com
Tue Dec 13 17:20:08 UTC 2011


>Number:         163250
>Category:       ports
>Synopsis:       [patch] chinese/dfsongsd: 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 17:20:07 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 at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


	
>Description:
make readme broken due to reassignment of echo_msg
similar to ports/163159
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/local/ncvs/ports/chinese/dfsongsd/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	27 Jan 2010 22:37:20 -0000	1.6
+++ Makefile	13 Dec 2011 17:15:39 -0000
@@ -28,13 +28,18 @@
 do-extract:
 	@${MKDIR} ${WRKDIR}
 
-do-fetch:
 .if !exists (${DISTDIR}/${DISTNAME})
-ECHO_MSG=/usr/bin/printf
-IGNORE=\'s distfile must be downloaded manually from\n\
-\ \ \ \ \ http://glyph.iso10646hk.net/chinese/download_001.jsp If you agree\n\
-\ \ \ \ \ with the terms given in the above page, please download ${DISTNAME},\n\
-\ \ \ \ \ put it into ${DISTDIR} and run \'make\' again\n\n.
+DISTFILE_INSTRUCTIONS=\n\
+${PKGNAME}\'s distfile must be downloaded manually from\n\
+http://glyph.iso10646hk.net/chinese/download_001.jsp If you agree\n\
+with the terms given in the above page, please download ${DISTNAME},\n\
+put it into ${DISTDIR} and run \'make\' again\n\n
+.endif
+
+pre-fetch:
+.if defined(DISTFILE_INSTRUCTIONS)
+	@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
+	@exit 1
 .endif
 
 do-install:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list