mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
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" <osa@FreeBSD.org.ru> (MAINTAINER)
This commit is contained in:
parent
3fcaaf6c99
commit
4a1bab22eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45733
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user