Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 2004 21:39:54 +0400 (MSD)
From:      Alex Semenyaka <alex@semenyaka.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67353: bogofilter: incorrect message during default installation
Message-ID:  <200405291739.i4THds5A042373@snark.rinet.ru>
Resent-Message-ID: <200405291750.i4THoKWZ085200@freefall.freebsd.org>

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

>Number:         67353
>Category:       ports
>Synopsis:       bogofilter: incorrect message during default installation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 29 10:50:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alex Semenyaka
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD snark.rinet.ru 4.9-STABLE FreeBSD 4.9-STABLE #4: Tue Nov 18 10:20:53 MSK 2003 root@snark.rinet.ru:/usr/obj/usr/src/sys/SNARK i386


>Description:
	During default (i.e. without any flags given) installation the
	following message appears:

Use -DWITH_DB_VER=42 to link against db42 instead of the default db4

	while correct syntax is just WITH_DB_VER=42.

>How-To-Repeat:

	cd /usr/ports/mail/bogofilter
	make patch

>Fix:

Just remove -D from the message as follows:

--- Makefile.old	Sat May 29 21:36:28 2004
+++ Makefile	Sat May 29 21:36:56 2004
@@ -60,3 +60,3 @@
 	@${ECHO} ""
-	@${ECHO} "Use -DWITH_DB_VER=42 to link against db42 instead of the default db4"
+	@${ECHO} "Use WITH_DB_VER=42 to link against db42 instead of the default db4"
 	@${ECHO} ""

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



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