Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2003 19:16:34 +0200 (CEST)
From:      Roman Neuhauser <roman@bellavista.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56010: add missing quote in post-install message
Message-ID:  <20030826171634.10E382FDA03@freepuppy.bellavista.cz>
Resent-Message-ID: <200308261720.h7QHKAVD029771@freefall.freebsd.org>

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

>Number:         56010
>Category:       ports
>Synopsis:       add missing quote in post-install message
>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:   Tue Aug 26 10:20:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD freepuppy.bellavista.cz 4.8-STABLE FreeBSD 4.8-STABLE #3: Tue Aug 26 12:34:53 CEST 2003 roman@freepuppy.bellavista.cz:/usr/obj/usr/src/sys/FREEPUPPY2_5 i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- mail-cclient-Makefile-quote.patch begins here ---
--- Makefile.orig	Tue Aug 26 19:14:16 2003
+++ Makefile	Tue Aug 26 19:14:23 2003
@@ -87,7 +87,7 @@
 .if !defined(WITHOUT_SSL)
 	@${ECHO} "================================================================================"
 	@${ECHO} "Warning: You have chosen to include SSL support. Applications/ports that use"
-	@${ECHO} "the cclient library but do not support SSL may stop working or have problems
+	@${ECHO} "the cclient library but do not support SSL may stop working or have problems"
 	@${ECHO} "linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help."
 	@${ECHO} "================================================================================"
 .endif
--- mail-cclient-Makefile-quote.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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