Lines 6-19
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= tokyocabinet |
8 |
PORTNAME= tokyocabinet |
9 |
PORTVERSION= 1.4.17 |
9 |
PORTVERSION= 1.4.20 |
10 |
CATEGORIES= databases |
10 |
CATEGORIES= databases |
11 |
MASTER_SITES= SF |
11 |
MASTER_SITES= SF |
12 |
|
12 |
|
13 |
MAINTAINER= pgollucci@FreeBSD.org |
13 |
MAINTAINER= pgollucci@FreeBSD.org |
14 |
COMMENT= A modern implementation of DBM |
14 |
COMMENT= A modern implementation of DBM |
15 |
|
15 |
|
16 |
MAKE_JOBS_SAFE= yes |
16 |
MAKE_JOBS_SAFE= yes |
17 |
|
17 |
|
18 |
CONFIGURE_ARGS= --enable-off64 |
18 |
CONFIGURE_ARGS= --enable-off64 |
19 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
Lines 40-45
Link Here
|
40 |
SWAB "Swapping byte-orders build" off \ |
40 |
SWAB "Swapping byte-orders build" off \ |
41 |
UYIELD "Detecting race conditions" off \ |
41 |
UYIELD "Detecting race conditions" off \ |
42 |
ZLIB "Disable ZLIB compression" off \ |
42 |
ZLIB "Disable ZLIB compression" off \ |
|
|
43 |
BZIP2 "BZIP2 compression" on \ |
43 |
PTHREAD "Disable POSIX thread support" off |
44 |
PTHREAD "Disable POSIX thread support" off |
44 |
|
45 |
|
45 |
.include <bsd.port.pre.mk> |
46 |
.include <bsd.port.pre.mk> |
Lines 72-77
Link Here
|
72 |
.if defined(WITH_ZLIB) |
73 |
.if defined(WITH_ZLIB) |
73 |
CONFIGURE_ARGS+= --disable-zlib |
74 |
CONFIGURE_ARGS+= --disable-zlib |
74 |
.endif |
75 |
.endif |
|
|
76 |
.if defined(WITHOUT_BZIP2) |
77 |
CONFIGURE_ARGS+= --disable-bzip |
78 |
.endif |
75 |
.if defined(WITH_PTHREAD) |
79 |
.if defined(WITH_PTHREAD) |
76 |
CONFIGURE_ARGS+= --disable-pthread |
80 |
CONFIGURE_ARGS+= --disable-pthread |
77 |
.endif |
81 |
.endif |
Lines 79-85
Link Here
|
79 |
CONFIGURE_ARGS+= --disable-shared |
83 |
CONFIGURE_ARGS+= --disable-shared |
80 |
.endif |
84 |
.endif |
81 |
|
85 |
|
82 |
SHLIB_VER= 8.8.0 |
86 |
SHLIB_VER= 8.11.0 |
83 |
SHLIB_VER_MAJ= 8 |
87 |
SHLIB_VER_MAJ= 8 |
84 |
|
88 |
|
85 |
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} |
89 |
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} |