Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2005 12:45:25 +0200
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ade@FreeBSD.org
Subject:   ports/89754: [patch] typo in bsd.autotools.mk
Message-ID:  <20051130104524.GA9621@qlovarnika.bg.datamax>
Resent-Message-ID: <200511301050.jAUAo27v033022@freefall.freebsd.org>

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

>Number:         89754
>Category:       ports
>Synopsis:       [patch] typo in bsd.autotools.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 30 10:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
DataMax
>Environment:

>Description:

The missed quote ruins syntax hilighting in vim (at least)

>How-To-Repeat:

>Fix:

--- bsd.autotools.mk_quote.diff begins here ---
Index: bsd.autotools.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.autotools.mk,v
retrieving revision 1.19
diff -u -r1.19 bsd.autotools.mk
--- bsd.autotools.mk	19 Nov 2005 22:04:25 -0000	1.19
+++ bsd.autotools.mk	30 Nov 2005 10:41:21 -0000
@@ -82,7 +82,7 @@
 _AUTOTOOLS_PN=	${.CURDIR:C/${PORTSDIR}\///}
 pre-everything::
 	@${ECHO} "*** AUTOTOOLS WARNING for ${_AUTOTOOLS_PN}"
-	@${ECHO} This port is using old autotools constructs which wil be"
+	@${ECHO} "This port is using old autotools constructs which wil be"
 	@${ECHO} "disappearing on 1st January 2006"
 	@${ECHO} ""
 	@${ECHO} "In most cases, this warning can be fixed by removing"
--- bsd.autotools.mk_quote.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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