Date: Sun, 17 May 2009 14:15:47 +0800 (CST) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: pgollucci@FreeBSD.org Subject: ports/134596: [PATCH] databases/tokyocabinet: update to 1.4.20 Message-ID: <20090517061547.A42403142FF@lwbsd.cs.nctu.edu.tw> Resent-Message-ID: <200905170620.n4H6K1RL049685@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134596 >Category: ports >Synopsis: [PATCH] databases/tokyocabinet: update to 1.4.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 17 06:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD lwbsd.cs.nctu.edu.tw 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r191934: Sat May 9 16:07:55 >Description: - Update to 1.4.20 Port maintainer (pgollucci@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tokyocabinet-1.4.20.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/tokyocabinet/Makefile,v retrieving revision 1.22 diff -u -u -r1.22 Makefile --- Makefile 16 May 2009 06:27:43 -0000 1.22 +++ Makefile 17 May 2009 06:15:36 -0000 @@ -6,14 +6,14 @@ # PORTNAME= tokyocabinet -PORTVERSION= 1.4.17 +PORTVERSION= 1.4.20 CATEGORIES= databases MASTER_SITES= SF MAINTAINER= pgollucci@FreeBSD.org COMMENT= A modern implementation of DBM -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-off64 GNU_CONFIGURE= yes @@ -40,6 +40,7 @@ SWAB "Swapping byte-orders build" off \ UYIELD "Detecting race conditions" off \ ZLIB "Disable ZLIB compression" off \ + BZIP2 "BZIP2 compression" on \ PTHREAD "Disable POSIX thread support" off .include <bsd.port.pre.mk> @@ -72,6 +73,9 @@ .if defined(WITH_ZLIB) CONFIGURE_ARGS+= --disable-zlib .endif +.if defined(WITHOUT_BZIP2) +CONFIGURE_ARGS+= --disable-bzip +.endif .if defined(WITH_PTHREAD) CONFIGURE_ARGS+= --disable-pthread .endif @@ -79,7 +83,7 @@ CONFIGURE_ARGS+= --disable-shared .endif -SHLIB_VER= 8.8.0 +SHLIB_VER= 8.11.0 SHLIB_VER_MAJ= 8 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/tokyocabinet/distinfo,v retrieving revision 1.20 diff -u -u -r1.20 distinfo --- distinfo 7 May 2009 07:27:53 -0000 1.20 +++ distinfo 17 May 2009 06:15:36 -0000 @@ -1,3 +1,3 @@ -MD5 (tokyocabinet-1.4.17.tar.gz) = 88786088c10944ad0f27b6cf6dba2b63 -SHA256 (tokyocabinet-1.4.17.tar.gz) = 08dd5b4ce74fbf004dd00ac46e79a9cf89cc2f476ee80a9cc94961f1879f4ae1 -SIZE (tokyocabinet-1.4.17.tar.gz) = 894349 +MD5 (tokyocabinet-1.4.20.tar.gz) = 3b4b9e7cda409376e02458e6dc424197 +SHA256 (tokyocabinet-1.4.20.tar.gz) = c2f2876a2de2824eb077ab809b723dfe2137fbe605fd82756556188ae9af3108 +SIZE (tokyocabinet-1.4.20.tar.gz) = 901507 --- tokyocabinet-1.4.20.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090517061547.A42403142FF>