ports/67353: bogofilter: incorrect message during default installation

Alex Semenyaka alex at semenyaka.ru
Sat May 29 17:51:20 UTC 2004


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



More information about the freebsd-ports-bugs mailing list