Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2005 06:55:09 +0900 (JST)
From:      NIIMI Satoshi <sa2c@sa2c.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80998: databases/py-bsddb: patch to support Berkeley DB 4.3
Message-ID:  <20050513215509.090095C54@berkeley.l.sa2c.net>
Resent-Message-ID: <200505132200.j4DM0NtF073283@freefall.freebsd.org>

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

>Number:         80998
>Category:       ports
>Synopsis:       databases/py-bsddb: patch to support Berkeley DB 4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 13 22:00:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD berkeley.l.sa2c.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #12: Fri May 13 10:38:29 JST 2005 root@berkeley.l.sa2c.net:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
Currently, databases/py-bsddb supports Berkeley DB 3, 4, 4.1, 4.2.
Berkeley DB 4.3 is also supported with this patch.
	
>How-To-Repeat:
	
>Fix:

	

--- py-bsddb.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/py-bsddb/Makefile,v
retrieving revision 1.7
diff -u -d -r1.7 Makefile
--- Makefile	6 Feb 2004 13:11:03 -0000	1.7
+++ Makefile	13 May 2005 21:22:18 -0000
@@ -42,8 +42,12 @@
 LIB_DEPENDS=	db-4.2.2:${PORTSDIR}/databases/db42
 DBVERSION=	db-4.2
 DBHEADER=	db42
+.elif ${WITH_BDB_VER} == 43
+LIB_DEPENDS=	db-4.3:${PORTSDIR}/databases/db43
+DBVERSION=	db-4.3
+DBHEADER=	db43
 .else
-BROKEN=         "WITH_BDB_VER must be 3, 4, 41 or 42"
+BROKEN=         "WITH_BDB_VER must be 3, 4, 41, 42 or 43"
 .endif
 .endif
 
--- py-bsddb.diff ends here ---


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



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