ports/80998: databases/py-bsddb: patch to support Berkeley DB 4.3

NIIMI Satoshi sa2c at sa2c.net
Fri May 13 22:00:23 UTC 2005


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



More information about the freebsd-ports-bugs mailing list