From ec09ff74ed8932adbf0e079aa60a3eee1ef28642 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 15 Mar 2005 16:13:58 +0000 Subject: Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by a namespace violation (use of "__" prefix in an application header file). The patch was provided by Julian Coleman in PR pkg/23590. --- databases/db/Makefile | 4 ++-- databases/db/distinfo | 3 ++- databases/db/patches/patch-ac | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 databases/db/patches/patch-ac (limited to 'databases/db') diff --git a/databases/db/Makefile b/databases/db/Makefile index 8e6c3e59635..344372a7884 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:18 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/03/15 16:13:58 tron Exp $ DISTNAME= db-2.7.7 PKGREVISION= 2 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.sleepycat.com/update/snapshot/ \ ftp://ftp.cdrom.com/pub/perl/CPAN/src/misc/ \ ftp://ftp.gwdg.de/pub/languages/perl/CPAN/src/misc/ -MAINTAINER= tron@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.sleepycat.com/ COMMENT= Sleepycat Software's Berkeley DB version 2 diff --git a/databases/db/distinfo b/databases/db/distinfo index 8713a5d01bd..09ccbe8720a 100644 --- a/databases/db/distinfo +++ b/databases/db/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.5 2005/02/27 21:42:42 jschauma Exp $ +$NetBSD: distinfo,v 1.6 2005/03/15 16:13:58 tron Exp $ SHA1 (db-2.7.7.tar.gz) = 786e7f1be5f8d2dbdfa205a22ae9a5d1ead85701 RMD160 (db-2.7.7.tar.gz) = 703dcddb69884c749637e07d592c4d1850981fd1 Size (db-2.7.7.tar.gz) = 1112976 bytes SHA1 (patch-aa) = 80f46598f0859c0f0b2ed0aa737c5626e99201a2 SHA1 (patch-ab) = f524ff9a01813c4384b830a860e32db24bf502f3 +SHA1 (patch-ac) = 69e50962de9f400d771fc6fc3a4556ebf04a2ee2 diff --git a/databases/db/patches/patch-ac b/databases/db/patches/patch-ac new file mode 100644 index 00000000000..51ea8857f3f --- /dev/null +++ b/databases/db/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2005/03/15 16:13:58 tron Exp $ + +--- ../include/log.h.dist 1999-08-31 18:45:43.000000000 +0100 ++++ ../include/log.h 2003-11-28 12:35:27.000000000 +0000 +@@ -145,7 +145,7 @@ + + LOGP persist; /* Persistent information. */ + +- SH_TAILQ_HEAD(__fq) fq; /* List of file names. */ ++ SH_TAILQ_HEAD(__fnq) fq; /* List of file names. */ + + /* + * The lsn LSN is the file offset that we're about to write and which -- cgit v1.2.3