Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 16:56:32 +0200 (CEST)
From:      Frerich Raabe <frerich.raabe@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53638: Update port: typo fix for devel/distcc
Message-ID:  <200306231456.h5NEuWL0000722@frerich.homeip.net>
Resent-Message-ID: <200306231500.h5NF0TwT081171@freefall.freebsd.org>

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

>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@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:



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