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 */ +