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

(-)Makefile (-3 / +7 lines)
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}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tokyocabinet-1.4.17.tar.gz) = 88786088c10944ad0f27b6cf6dba2b63
1
MD5 (tokyocabinet-1.4.20.tar.gz) = 3b4b9e7cda409376e02458e6dc424197
2
SHA256 (tokyocabinet-1.4.17.tar.gz) = 08dd5b4ce74fbf004dd00ac46e79a9cf89cc2f476ee80a9cc94961f1879f4ae1
2
SHA256 (tokyocabinet-1.4.20.tar.gz) = c2f2876a2de2824eb077ab809b723dfe2137fbe605fd82756556188ae9af3108
3
SIZE (tokyocabinet-1.4.17.tar.gz) = 894349
3
SIZE (tokyocabinet-1.4.20.tar.gz) = 901507

Return to bug 134596