ports/56770: Update port: cad/xcircuit

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 06:50:47 UTC 2003


>Number:         56770
>Category:       ports
>Synopsis:       Update port: cad/xcircuit
>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:   Sat Sep 13 23:50:22 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/cad/xcircuit/Makefile cad/xcircuit/Makefile
--- /usr/ports/cad/xcircuit/Makefile	Sun Aug 31 23:10:16 2003
+++ cad/xcircuit/Makefile	Sun Sep 14 13:21:31 2003
@@ -60,24 +60,24 @@
 .endif
 .endif
 
-pre-fetch:
+pre-everything::
 .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
-	@${ECHO} ""
-	@${ECHO} "      Define WITH_GHOSTSCRIPT_AFPL=yes to use"
-	@${ECHO} "      AFPL Postscript interpreter instead of GNU one"
-	@${ECHO} ""
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "      Define WITH_GHOSTSCRIPT_AFPL=yes to use"
+	@${ECHO_MSG} "      AFPL Postscript interpreter instead of GNU one"
+	@${ECHO_MSG} ""
 .endif
 .if !defined(WITH_TCLTK)
-	@${ECHO} ""
-	@${ECHO} "      Define WITH_TCLTK for Tcl/Tk support"
-	@${ECHO} "      (prevents python support)"
-	@${ECHO} ""
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "      Define WITH_TCLTK for Tcl/Tk support"
+	@${ECHO_MSG} "      (prevents python support)"
+	@${ECHO_MSG} ""
 .endif
 .if !defined(WITH_PYTHON)
-	@${ECHO} ""
-	@${ECHO} "      Or define WITH_PYTHON for Python support"
-	@${ECHO} "      (only available without WITH_TCLTK defined)"
-	@${ECHO} ""
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "      Or define WITH_PYTHON for Python support"
+	@${ECHO_MSG} "      (only available without WITH_TCLTK defined)"
+	@${ECHO_MSG} ""
 .endif
 
 post-patch:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list