View | Details | Raw Unified | Return to bug 45253
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	firebird
8
PORTNAME=	firebird
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	databases
11
CATEGORIES=	databases
12
MASTER_SITES=	http://firebird.sourceforge.net/download/ \
12
MASTER_SITES=	http://firebird.sourceforge.net/download/ \
13
		http://www.aims.com.au/chris/ \
13
		http://www.aims.com.au/chris/ \
(-)files/patch-ae (-4 / +12 lines)
Lines 1-10 Link Here
1
--- jrd/common.h.orig	Sat Nov 17 20:07:00 2001
1
--- jrd/common.h.orig	Thu Dec  6 05:06:37 2001
2
+++ jrd/common.h	Sun Nov 18 18:54:26 2001
2
+++ jrd/common.h	Wed Nov 13 11:47:17 2002
3
@@ -137,6 +137,7 @@
3
@@ -148,6 +148,7 @@
4
 /* FreeBSD for Intel platforms */
4
 /* FreeBSD for Intel platforms */
5
 #ifdef FREEBSD
5
 #ifdef FREEBSD
6
6
 
7
+#define UNIX_64_BIT_IO
7
+#define UNIX_64_BIT_IO
8
 #define FB_ALIGN(n,b) ((n + b - 1) & ~(b - 1))
8
 #define FB_ALIGN(n,b) ((n + b - 1) & ~(b - 1))
9
 #define ALIGNMENT     4
9
 #define ALIGNMENT     4
10
 #define DOUBLE_ALIGN  4
10
 #define DOUBLE_ALIGN  4
11
@@ -164,6 +165,7 @@
12
 #define QUADCONST(n) (n##LL)
13
 #define KILLER_SIGNALS
14
 #define MMAP_SUPPORTED
15
+#define MAP_ANONYMOUS
16
 #define SIGACTION_SUPPORTED
17
 #define NO_NFS        /* no MTAB_OPEN or MTAB_CLOSE in isc_file.c */
18

Return to bug 45253