ports/81130: Typo in devel/subversion Makefile: should read WITHOUT_BDB

Andrew Hesford jester at mobile-core.ece.uiuc.edu
Mon May 16 20:20:10 UTC 2005


>Number:         81130
>Category:       ports
>Synopsis:       Typo in devel/subversion Makefile: should read WITHOUT_BDB
>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:   Mon May 16 20:20:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Hesford
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
University of Illinois at Urbana-Champaign
>Environment:
System: FreeBSD mobile-core.ece.uiuc.edu 5.4-STABLE FreeBSD 5.4-STABLE #3:
	Mon May 9 10:15:18 CDT 2005
	jester at mobile-core.ece.uiuc.edu:/usr/obj/usr/src/sys/MOBILE-CORE i386


	
>Description:
	The devel/subversion Makefile prints "To disable it [db4] define
	WITHOUT_DBD" when the required define is actually WITHOUT_BDB.
	
>How-To-Repeat:
	N/A
	
>Fix:
	Replace "DBD" with "BDB" in Makefile. Pipe the text below
	through sh to create the patch file subversion.patch:

cat << EOF > subversion.patch
--- /usr/ports/devel/subversion/Makefile.orig	Mon May 16 14:59:21 2005
+++ /usr/ports/devel/subversion/Makefile	Mon May 16 14:59:29 2005
@@ -193,7 +193,7 @@
 	@${ECHO_MSG} "db4 repository backend disabled."
 .else
 	@${ECHO_MSG} "db4 repository backend enabled."
-	@${ECHO_MSG} "To disable it define WITHOUT_DBD"
+	@${ECHO_MSG} "To disable it define WITHOUT_BDB"
 .endif
 	@${ECHO_MSG} ""
 .if defined(WITH_MAINTAINER_DEBUG)
EOF
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list