From owner-freebsd-ports Tue Nov 12 17:10: 5 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 2EE8C37B401 for ; Tue, 12 Nov 2002 17:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5201443E6E for ; Tue, 12 Nov 2002 17:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD1A1x3022775 for ; Tue, 12 Nov 2002 17:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAD1A1w8022774; Tue, 12 Nov 2002 17:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A4937B401 for ; Tue, 12 Nov 2002 17:00:34 -0800 (PST) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0FBA43E75 for ; Tue, 12 Nov 2002 17:00:28 -0800 (PST) (envelope-from chris@aims.com.au) Received: from ait0fd01.aims.private (ait0fd01.aims.private [192.168.10.254]) by postoffice.aims.com.au with ESMTP id gAD10FAQ003932 for ; Wed, 13 Nov 2002 12:00:15 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ait0fd01.aims.private (localhost [127.0.0.1]) by ait0fd01.aims.private (8.12.6/8.12.6) with ESMTP id gAD10FVa084131 for ; Wed, 13 Nov 2002 12:00:15 +1100 (EST) (envelope-from chris@aims.com.au) Received: (from root@localhost) by ait0fd01.aims.private (8.12.6/8.12.6/Submit) id gAD10EGc084130; Wed, 13 Nov 2002 12:00:14 +1100 (EST) Message-Id: <200211130100.gAD10EGc084130@ait0fd01.aims.private> Date: Wed, 13 Nov 2002 12:00:14 +1100 (EST) From: Chris Knight Reply-To: Chris Knight To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45253: [MAINTAINER UPDATE] databases/firebird: Fix SuperServer Build 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 >Number: 45253 >Category: ports >Synopsis: [MAINTAINER UPDATE] databases/firebird: Fix SuperServer Build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 12 17:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.7-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0fd01.aims.private 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Oct 13 19:17:31 EST 2002 root@ait0fd01.aims.private:/var/obj/usr/src/sys/THINKPAD i386 >Description: Forgot a local patch to make the SuperServer memory allocator do something useful. Currently, the memory allocator is a no-op, resulting in Insufficient Memory errors. >How-To-Repeat: cd /usr/ports/databases/firebird make install /usr/local/firebird/bin/ibmgr -start -forever See the insufficient memory error in /usr/local/firebird/interbase.log >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/firebird/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 11 Nov 2002 17:23:48 -0000 1.11 +++ Makefile 13 Nov 2002 00:53:36 -0000 @@ -7,7 +7,7 @@ PORTNAME= firebird PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://firebird.sourceforge.net/download/ \ http://www.aims.com.au/chris/ \ Index: files/patch-ae =================================================================== RCS file: /home/ncvs/ports/databases/firebird/files/patch-ae,v retrieving revision 1.1 diff -u -r1.1 patch-ae --- files/patch-ae 10 May 2002 13:28:53 -0000 1.1 +++ files/patch-ae 13 Nov 2002 00:53:49 -0000 @@ -1,10 +1,18 @@ ---- jrd/common.h.orig Sat Nov 17 20:07:00 2001 -+++ jrd/common.h Sun Nov 18 18:54:26 2001 -@@ -137,6 +137,7 @@ +--- jrd/common.h.orig Thu Dec 6 05:06:37 2001 ++++ jrd/common.h Wed Nov 13 11:47:17 2002 +@@ -148,6 +148,7 @@ /* FreeBSD for Intel platforms */ #ifdef FREEBSD - + +#define UNIX_64_BIT_IO #define FB_ALIGN(n,b) ((n + b - 1) & ~(b - 1)) #define ALIGNMENT 4 #define DOUBLE_ALIGN 4 +@@ -164,6 +165,7 @@ + #define QUADCONST(n) (n##LL) + #define KILLER_SIGNALS + #define MMAP_SUPPORTED ++#define MAP_ANONYMOUS + #define SIGACTION_SUPPORTED + #define NO_NFS /* no MTAB_OPEN or MTAB_CLOSE in isc_file.c */ + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message