Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  2 Aug 2001 13:11:57 +0400 (MSD)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29382: databases/db3-latest: vendor release 2 new patches
Message-ID:  <20010802091157.C13A2D0@freebsd.org.ru>

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

>Number:         29382
>Category:       ports
>Synopsis:       databases/db3-latest: vendor release 2 new patches
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 02 02:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Russian FreeBSD Team
>Environment:
System: FreeBSD hole.etrust.ru 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jul 17 17:15:19 MSD 2001 osa@butthead.etrust.ru:/usr/src/sys/compile/SWEET i386

>Description:
	update databases/db3-latest: vendor release 2 new patches
	1) Fix a bug in DB 1.85 compatibility mode that could
	cause DB 1.85 applications to fail to compile.
	2) Fix a bug where some of the example programs fail
	to compile on VxWorks (Tornado 2.0).

>How-To-Repeat:

>Fix:

diff -ruN db3-latest.old/Makefile db3-latest/Makefile
--- db3-latest.old/Makefile	Wed Aug  1 19:44:36 2001
+++ db3-latest/Makefile	Thu Aug  2 12:43:34 2001
@@ -7,10 +7,17 @@
 
 PORTNAME=	db3
 PORTVERSION=	3.3.11
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sleepycat.com/update/${PORTVERSION}/
 DISTNAME=	db-${PORTVERSION}
 DIST_SUBDIR=	bdb
+
+PATCH_SITES=	${MASTER_SITES}
+.for p in 1 2
+PATCHFILES+=	patch.${PORTVERSION}.${p}
+.endfor
+PATCH_DIST_STRIP=	-d ${WRKDIR}/${DISTNAME}
 
 MAINTAINER=	ozz@FreeBSD.org.ru
 
diff -ruN db3-latest.old/distinfo db3-latest/distinfo
--- db3-latest.old/distinfo	Wed Aug  1 19:44:36 2001
+++ db3-latest/distinfo	Wed Aug  1 15:53:23 2001
@@ -1 +1,3 @@
 MD5 (bdb/db-3.3.11.tar.gz) = b6ae24fa55713f17a9ac3219d987722c
+MD5 (bdb/patch.3.3.11.1) = b5649f4f1232e6ae801d387a9a149190
+MD5 (bdb/patch.3.3.11.2) = fca939f74fc6555e1319626ceca35b33
>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?20010802091157.C13A2D0>