ports/53638: Update port: typo fix for devel/distcc

Frerich Raabe frerich.raabe at gmx.de
Mon Jun 23 15:00:31 UTC 2003


>Number:         53638
>Category:       ports
>Synopsis:       Update port: typo fix for devel/distcc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 23 08:00:29 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Frerich Raabe
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD frerich.homeip.net 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jun 17 02:28:51 CEST 2003 root at frerich.homeip.net:/usr/obj/usr/src/sys/DAEDALUS i386
>Description:
The attached patch fixes a silly typo in distcc's pre-fetch message.
>How-To-Repeat:
$ cd /usr/ports/devel/distcc
$ make
Building with GNOME-based monitor. To disabled this, press
Ctrl+C now and restart with 'make WITHOUT_GNOME=yes'.
[..]

Note the "disabled", which should be "disable".
>Fix:
diff -ruN distcc.orig/Makefile distcc/Makefile
--- distcc.orig/Makefile	Mon Jun 23 16:52:33 2003
+++ distcc/Makefile	Mon Jun 23 16:53:35 2003
@@ -41,7 +41,7 @@
 
 pre-fetch:
 .if !defined(WITHOUT_GNOME)
-	@${ECHO_MSG} "Building with GNOME-based monitor. To disabled this, press"
+	@${ECHO_MSG} "Building with GNOME-based monitor. To disable this, press"
 	@${ECHO_MSG} "Ctrl+C now and restart with 'make WITHOUT_GNOME=yes'."
 	@${ECHO_MSG} ""
 .else
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list