ports/92105: [PATCH] Add Berkeley DB 4.4 to bsd.database.mk

Xin LI delphij at FreeBSD.org
Sat Jan 21 16:20:15 UTC 2006


>Number:         92105
>Category:       ports
>Synopsis:       [PATCH] Add Berkeley DB 4.4 to bsd.database.mk
>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:   Sat Jan 21 16:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 6.0-NORMANDY i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD mail3-99 6.0-NORMANDY FreeBSD 6.0-NORMANDY #0: Tue Nov 15 16:03:26 CST 2005 root at dev:/usr/obj/usr/src/sys/DEV i386


>Description:
	The attached patch adds Berkeley DB 4.4 to bsd.database.mk.

	Maintainer (vsevolod@) Cc'ed.
>How-To-Repeat:
>Fix:


--- patch-bsd.database.mk begins here ---
Index: bsd.database.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.database.mk,v
retrieving revision 1.3
diff -u -r1.3 bsd.database.mk
--- bsd.database.mk	4 Dec 2005 14:05:14 -0000	1.3
+++ bsd.database.mk	21 Jan 2006 16:12:30 -0000
@@ -151,7 +151,7 @@
 
 .if defined(USE_BDB)
 
-_DB_PORTS=	2 3 40 41 42 43 40+ 41+ 42+ 43+
+_DB_PORTS=	2 3 40 41 42 43 44 40+ 41+ 42+ 43+ 44+
 # Dependence lines for different db versions
 db2_DEPENDS=	db2.0:${PORTSDIR}/databases/db2
 db3_DEPENDS=	db3.3:${PORTSDIR}/databases/db3
@@ -159,16 +159,19 @@
 db41_DEPENDS=	db41.1:${PORTSDIR}/databases/db41
 db42_DEPENDS=	db-4.2.2:${PORTSDIR}/databases/db42
 db43_DEPENDS=	db-4.3.0:${PORTSDIR}/databases/db43
+db44_DEPENDS=	db-4.4.0:${PORTSDIR}/databases/db44
 # Detect db4 versions by finding some files
 db40_FIND=	${PREFIX}/include/db4/db.h
 db41_FIND=	${PREFIX}/include/db41/db.h
 db42_FIND=	${PREFIX}/include/db42/db.h
 db43_FIND=	${PREFIX}/include/db43/db.h
+db44_FIND=	${PREFIX}/include/db44/db.h
 
 # For specifying 40+ 41+ 42+
-_DB_40P=	40 41 42 43
-_DB_41P=	41 42 43
-_DB_42P=	42 43
+_DB_40P=	40 41 42 43 44
+_DB_41P=	41 42 43 44
+_DB_42P=	42 43 44
+_DB_43P=	43 44
 
 _WANT_BDB_VER=	${USE_BDB}
 
--- patch-bsd.database.mk ends here ---


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



More information about the freebsd-ports-bugs mailing list