From 3446aba0216cf9ab6505098c9d140051b33ac98e Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 2 Aug 2001 09:52:17 +0000 Subject: Add 2 new patches from the vendor: 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). PR: ports/29382 Submitted by: "Sergey A.Osokin" (MAINTAINER) --- databases/db3-latest/Makefile | 7 +++++++ databases/db3-latest/distinfo | 2 ++ 2 files changed, 9 insertions(+) diff --git a/databases/db3-latest/Makefile b/databases/db3-latest/Makefile index ef978a01a0fa..22974b6fcad1 100644 --- a/databases/db3-latest/Makefile +++ b/databases/db3-latest/Makefile @@ -7,11 +7,18 @@ 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 NO_LATEST_LINK= yes diff --git a/databases/db3-latest/distinfo b/databases/db3-latest/distinfo index 2b495dbbeccf..13533543c89f 100644 --- a/databases/db3-latest/distinfo +++ b/databases/db3-latest/distinfo @@ -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 -- cgit