Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Mar 2001 16:11:47 -0500
From:      "T. William Wells" <bill@twwells.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25593: p5-BerkeleyDB is out of date and will no longer compile
Message-ID:  <E14alDn-000O8G-00@twwells.com>

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

>Number:         25593
>Category:       ports
>Synopsis:       p5-BerkeleyDB is out of date and will no longer compile
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 13:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     T. William Wells
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

        Anything since the recent db3 upgrade.

>Description:

        With the change in db3, p5-BerkeleyDB no longer compiles.

>How-To-Repeat:

        cd /usr/ports/databases/p5-BerkeleyDB
        make

>Fix:

        Apply the following patch:

diff -rub /usr/cvsup/ports/databases/p5-BerkeleyDB/Makefile ./Makefile
--- /usr/cvsup/ports/databases/p5-BerkeleyDB/Makefile	Thu Mar  1 06:03:26 2001
+++ ./Makefile	Wed Mar  7 00:44:38 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	BerkeleyDB
-PORTVERSION=	0.12
+PORTVERSION=	0.14
 CATEGORIES=	databases perl5
 MASTER_SITES=	$(MASTER_SITE_PERL_CPAN)
 MASTER_SITE_SUBDIR=	BerkeleyDB
@@ -14,7 +14,7 @@
 
 MAINTAINER=	bill@twwells.com
 
-LIB_DEPENDS=	db3.1:${PORTSDIR}/databases/db3
+LIB_DEPENDS=	db3.2:${PORTSDIR}/databases/db3
 
 PERL_CONFIGURE=	yes
 ALL_TARGET=	all test
diff -rub /usr/cvsup/ports/databases/p5-BerkeleyDB/distinfo ./distinfo
--- /usr/cvsup/ports/databases/p5-BerkeleyDB/distinfo	Sun Jan  7 02:23:10 2001
+++ ./distinfo	Wed Mar  7 00:47:55 2001
@@ -1 +1 @@
-MD5 (BerkeleyDB-0.12.tar.gz) = 0c1ff9467cc69aa4f0a30aaed7ab50ff
+MD5 (BerkeleyDB-0.14.tar.gz) = 2ff6aaa98f76234ddabf24cd45d14eee
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14alDn-000O8G-00>