From owner-cvs-all Sat Oct 20 8: 8:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 282A037B405; Sat, 20 Oct 2001 08:08:13 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KF8D667873; Sat, 20 Oct 2001 08:08:13 -0700 (PDT) (envelope-from mi) Message-Id: <200110201508.f9KF8D667873@freefall.freebsd.org> From: Mikhail Teterin Date: Sat, 20 Oct 2001 08:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/siag/files patch-dbm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/10/20 08:08:13 PDT Added files: math/siag/files patch-dbm Log: If both GDBM and NDBM are defined, siag will try to use all dbm-functions, including dbm_pagfno. Our ndbm DOES NOT provide it, but instead of being quite, it defines dbm_pagfno as DBM_PAGFNO_NOT_AVAILABLE. This breaks compiles, of course. Add the patch, that was on my local system since April, to undefine the this define and let siag use dbm_pagfno implemented in libgdbm. They should be compatible... Submitted by: bento Revision Changes Path 1.1 +9 -0 ports/math/siag/files/patch-dbm (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message