Date: Mon, 16 May 2005 15:14:25 -0500 (CDT) From: Andrew Hesford <jester@mobile-core.ece.uiuc.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81130: Typo in devel/subversion Makefile: should read WITHOUT_BDB Message-ID: <20050516201425.74F04205E@mobile-core.ece.uiuc.edu> Resent-Message-ID: <200505162020.j4GKK0JD026180@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050516201425.74F04205E>