From owner-freebsd-ports Wed Jul 17 8:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 642C037B400 for ; Wed, 17 Jul 2002 08:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 083B143E58 for ; Wed, 17 Jul 2002 08:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6HFo3JU099126 for ; Wed, 17 Jul 2002 08:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6HFo39l099125; Wed, 17 Jul 2002 08:50:03 -0700 (PDT) Date: Wed, 17 Jul 2002 08:50:03 -0700 (PDT) Message-Id: <200207171550.g6HFo39l099125@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Norbert Koch Subject: Re: ports/40201: Update port: databases/fastdb -> 2.41 Reply-To: Norbert Koch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/40201; it has been noted by GNATS. From: Norbert Koch To: freebsd-gnats-submit@FreeBSD.org, obraun@informatik.unibw-muenchen.de Cc: Subject: Re: ports/40201: Update port: databases/fastdb -> 2.41 Date: Wed, 17 Jul 2002 17:39:00 +0200 This is a multi-part message in MIME format. --------------010005060702030007000300 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hello. It seems like FastDB-2.47 is working too. I built it using the original 2.41 patch files. See the enclosed files for changes. I tested FastDB under 4.6-STABLE. Thanks for any feedback. Best regards Norbert Koch demig Prozessautomatisierung GmbH http://www.demig.de P.S.: I made a simple naming change in FastDB2.47 locally. I changed: "typedef signed long long int8;" to "typedef signed long long int8_". The problem is that I use FastDB together with CommonC++ which defines "typedef int8_t int8;". Both definitions are in global namespace. So I would have two incompatible type definitions leading to compilation errors. If there is some interest I could create a set of patch files. --------------010005060702030007000300 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # ex:ts=8 # New ports collection makefile for: fastdb # Date created: Mar 2, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD: ports/databases/fastdb/Makefile,v 1.4 2002/07/05 03:08:01 ijliao Exp $ # PORTNAME= fastdb PORTVERSION= 2.47 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes MAKE_ENV= PREFIX="${PREFIX}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" MAKEFILE= makefile INSTALL_TARGET= installlib INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/FastDB.htm ${DOCSDIR} .endif .include --------------010005060702030007000300 Content-Type: text/plain; name="distinfo" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="distinfo" MD5 (fastdb-2.47.tar.gz) = d79a4e6dc0ea381985ee4572d7e0935d --------------010005060702030007000300-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message