From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 05:55:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8B3CE02; Wed, 12 Feb 2014 05:55:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A93AE18C6; Wed, 12 Feb 2014 05:55:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1C5tL92020976; Wed, 12 Feb 2014 05:55:21 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1C5tLSZ020974; Wed, 12 Feb 2014 05:55:21 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402120555.s1C5tLSZ020974@svn.freebsd.org> From: Martin Wilke Date: Wed, 12 Feb 2014 05:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343846 - head/databases/tokyocabinet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 05:55:21 -0000 Author: miwi Date: Wed Feb 12 05:55:20 2014 New Revision: 343846 URL: http://svnweb.freebsd.org/changeset/ports/343846 QAT: https://qat.redports.org/buildarchive/r343846/ Log: - Stage support Modified: head/databases/tokyocabinet/Makefile head/databases/tokyocabinet/pkg-plist Modified: head/databases/tokyocabinet/Makefile ============================================================================== --- head/databases/tokyocabinet/Makefile Wed Feb 12 05:55:02 2014 (r343845) +++ head/databases/tokyocabinet/Makefile Wed Feb 12 05:55:20 2014 (r343846) @@ -11,20 +11,10 @@ MASTER_SITE_SUBDIR= kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= A modern implementation of DBM - GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes - -MAN1= tcamgr.1 tcamttest.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \ - tcfmgr.1 tcfmttest.1 tcftest.1 \ - tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \ - tcutest.1 tctmgr.1 tctmttest.1 tcttest.1 -MAN3= tcadb.3 tcbdb.3 tcfdb.3 tchdb.3 tclist.3 tcmap.3 \ - tcmdb.3 tcmpool.3 tcutil.3 tcxstr.3 tokyocabinet.3 tctree.3 \ - tctdb.3 - OPTIONS_DEFINE= DEBUG DEVEL FASTEST LZMA LZO PTHREAD PROFILE SHARED SWAB UYIELD DOCS OPTIONS_DEFAULT= PTHREAD SHARED DEBUG_DESC= Debugging support @@ -38,7 +28,6 @@ SHARED_DESC= Shared build SWAB_DESC= Swapping byte-orders build UYIELD_DESC= Detecting race conditions -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/databases/tokyocabinet/pkg-plist ============================================================================== --- head/databases/tokyocabinet/pkg-plist Wed Feb 12 05:55:02 2014 (r343845) +++ head/databases/tokyocabinet/pkg-plist Wed Feb 12 05:55:20 2014 (r343846) @@ -28,3 +28,34 @@ lib/libtokyocabinet.so.%%SHLIB_VER_MAJ%% lib/libtokyocabinet.so.%%SHLIB_VER%% libdata/pkgconfig/tokyocabinet.pc libexec/tcawmgr.cgi +man/man1/tcamgr.1.gz +man/man1/tcamttest.1.gz +man/man1/tcatest.1.gz +man/man1/tcbmgr.1.gz +man/man1/tcbmttest.1.gz +man/man1/tcbtest.1.gz +man/man1/tcfmgr.1.gz +man/man1/tcfmttest.1.gz +man/man1/tcftest.1.gz +man/man1/tchmgr.1.gz +man/man1/tchmttest.1.gz +man/man1/tchtest.1.gz +man/man1/tctmgr.1.gz +man/man1/tctmttest.1.gz +man/man1/tcttest.1.gz +man/man1/tcucodec.1.gz +man/man1/tcumttest.1.gz +man/man1/tcutest.1.gz +man/man3/tcadb.3.gz +man/man3/tcbdb.3.gz +man/man3/tcfdb.3.gz +man/man3/tchdb.3.gz +man/man3/tclist.3.gz +man/man3/tcmap.3.gz +man/man3/tcmdb.3.gz +man/man3/tcmpool.3.gz +man/man3/tctdb.3.gz +man/man3/tctree.3.gz +man/man3/tcutil.3.gz +man/man3/tcxstr.3.gz +man/man3/tokyocabinet.3.gz