Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 16:47:44 GMT
From:      Gennady Proskurin <gpr@nnz.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120618: Unclosed double-qoutes in  bsd.database.mk
Message-ID:  <200802131647.m1DGliV1001470@www.freebsd.org>
Resent-Message-ID: <200802131700.m1DH06Q3078853@freefall.freebsd.org>

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

>Number:         120618
>Category:       ports
>Synopsis:       Unclosed double-qoutes in  bsd.database.mk
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 13 17:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gennady Proskurin
>Release:        
>Organization:
nnz
>Environment:
>Description:
Possibly typo in ports/Mk/bsd.database.mk

>How-To-Repeat:

>Fix:
--- Mk/bsd.database.mk  2007-10-22 17:08:17.000000000 +0400
+++ /tmp/bsd.database.mk        2008-02-13 19:35:50.000000000 +0300
@@ -311,7 +311,7 @@
 _CHK_PLUS:=    ${VER:S/+//}
 # INVALID_BDB_VER is specified as VER+
 .   if ${_CHK_PLUS}  != "${VER}"
-.    if ${_BDB_VER} == "${_CHK_PLUS}
+.    if ${_BDB_VER} == "${_CHK_PLUS}"
 _BDB_IGNORE=   yes
 .    else
 .     for VER_P in ${_DB_${_CHK_PLUS}P}


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



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