notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: databases/kyotocabinet/Makefile

Number of commits found: 48

Wednesday, 21 Feb 2024
15:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/kyotocabinet: Update manpage location
(003a571d1d6585196545295efc181514f171c4c4, r523104)
commit hash: e5fe50bd1a2e0ba6ebacda65c6ec2d2ca319c016 commit hash: e5fe50bd1a2e0ba6ebacda65c6ec2d2ca319c016 commit hash: e5fe50bd1a2e0ba6ebacda65c6ec2d2ca319c016 commit hash: e5fe50bd1a2e0ba6ebacda65c6ec2d2ca319c016 e5fe50b
Tuesday, 18 Apr 2023
21:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/kyotocabinet: Update to 1.2.80

Changes:
- configure.in supports strict C99 rules.
commit hash: f85e2f53c7f47ccbee721d518796072d2aa29283 commit hash: f85e2f53c7f47ccbee721d518796072d2aa29283 commit hash: f85e2f53c7f47ccbee721d518796072d2aa29283 commit hash: f85e2f53c7f47ccbee721d518796072d2aa29283 f85e2f5
Friday, 16 Dec 2022
23:42 Matthias Andree (mandree) search for other commits by this committer
databases/kyotocabinet: revert "add prototypes to kclangc.h declarations."

This reverts commit 8b60e005cdb55fcf5100bd295bb9b8940515f63a,
not approved, and escaped after messing up my branches.
commit hash: 70b881cb57a9db844f8e2ca70f1554912fbec97b commit hash: 70b881cb57a9db844f8e2ca70f1554912fbec97b commit hash: 70b881cb57a9db844f8e2ca70f1554912fbec97b commit hash: 70b881cb57a9db844f8e2ca70f1554912fbec97b 70b881c
22:08 Matthias Andree (mandree) search for other commits by this committer
databases/kyotocabinet: add prototypes to kclangc.h declarations.

Some function declarations just use () as argument list. This is
valid C++, but not C, and clang-15 complains with -Wstrict-prototypes:

/usr/local/include/kclangc.h:261:13: warning: a function declaration without a
prototype is deprecated in all versions of C [-Wstrict-prototypes]
double kcnan();
            ^
             void
/usr/local/include/kclangc.h:268:13: warning: a function declaration without a
prototype is deprecated in all versions of C [-Wstrict-prototypes]
double kcinf();
            ^
             void
/usr/local/include/kclangc.h:1525:18: warning: a function declaration without a
prototype is deprecated in all versions of C [-Wstrict-prototypes]
KCLIST* kclistnew();
                  ^
                   void

Add the missing void.

PR:		268313
commit hash: 8b60e005cdb55fcf5100bd295bb9b8940515f63a commit hash: 8b60e005cdb55fcf5100bd295bb9b8940515f63a commit hash: 8b60e005cdb55fcf5100bd295bb9b8940515f63a commit hash: 8b60e005cdb55fcf5100bd295bb9b8940515f63a 8b60e00
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
  *  Aldis Berjoza <graudeejs@gmail.com>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov,com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Novitsky
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Degtyarev <alexey@renatasystems.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrei Antoukh <niwi@niwi.be>
  *  Andrew McNaughton <andrew@scoop.co.nz>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Simonenko
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Carlos Venancio Junior (<antonio@php.net>)
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel O'Connor
  *  Daniel Wijnands <daniel@itxl.nl>
  *  Dave Green <dg@fastmail.co.uk>
  *  David Thiel <lx@FreeBSD.org>
  *  Davíð Steinn Geirsson <david@isnic.is>
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Generalov <gd@rambler-co.ru>
  *  Denis Shaposhnikov <dsh@bamus.cz>
  *  Dermot Tynan <dtynan@kalopa.com>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Domas Mituzas <midom@dammit.lt>
  *  Dominic Mitchell
  *  Don Owens <don@regexguy.com>
  *  Dryice Dong Liu <dryice@dryice.name>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Espen Tagestad <espen@tagestad.no>
  *  Espen Volden aka voldern <voldern@hoeggen.net>
  *  Evan Sarmiento <bsdports@wayfair.com>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Frank Wall <fw@moov.de>
  *  Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
  *  Gary Palmer <gpalmer@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geraud CONTINSOUZAS <geraud@gcu.info>
  *  Gerrit Beine <tux@pinguru.net>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Hiroyuki Hanai <hanai@FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Ilia Chipitsine <ilia@jane.cgu.chel.su>
  *  Ivan Voras <ivoras@FreeBSD.org>
  *  J.F. Dockes
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jake Smith <jake@xz.cx>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jens Rehsack <rehsack@liwing.de>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Jim Ohlstein <jim@ohlste.in>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Chen <johnpupu@gmail.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper et al
  *  Jon Nistor <nistor@snickers.org>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joshua D. Abraham <jabra@ccs.neu.edu>
  *  Jov <amutu@amutu.com>
  *  Jov amutu@amutu.com
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Keith Gaughan <k@sterechro.me>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <larse@isi.edu>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loïc BARTOLETTI
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Lubomir Marinov <lubomir_m@abv.bg>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Marc G. Fournier <scrappy@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mathieu Arnold <m@absolight.net>
  *  Matthew Seaman
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Petermann <matthias@petermann-it.de>
  *  Max Khon
  *  Max Khon <fjoe@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Winking <mwfp@foldl.net>
  *  Mikael URANKAR and Loïc BARTOLETTI
  *  Mike Carlson (carlson39@llnl.gov)
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikolaj Golub <trociny@FreeBSD.org>
  *  Mirko Zinn <mail@derzinn.de>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Nick Hibma <n_hibma@freebsd.org>
  *  Nick Hilliard <nick@foobar.org>
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicolas Embriz <nbari@tequila.io>
  *  Nicolas de Bari Embriz <nbari@dalmp.com>
  *  Oleg Sharoiko <os@rsu.ru>
  *  Olexander Melnyk <olexander.v.melnyk@gmail.com>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Palle Girgensohn <girgen@partitur.se>
  *  Palle Girgensohn <girgen@pingpong.net>
  *  Parv <parv@pair.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Avalos <pavalos@theshell.com>
  *  Philip M. Gollucci
  *  Philip M. Gollucci <philip@p6m7g8.com>
  *  Philip Stoev <philip.stoev@galeracluster.com>
  *  Pierre-Emmanuel Andre <pea@raveland.org>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Qing Feng <qingfeng@douban.com>
  *  Quinton Dolan <q@onthenet.com.au>
  *  Radim Kolar
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Rick Miller
  *  Robert Kruus <rob.kruus@gmail.com>
  *  Rod Taylor <ports@rbt.ca>
  *  Roland van Laar <roland@micite.net>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Roy Boerner
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rusty Nejdl
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Scott McWhirter <scott@surreytech.co.uk>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergey A. Osokin <osa@FreeBSD.org.ru>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sevan Janiyan <venture37@geeklan.co.uk>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Stanislav Svirid <count@211.ru>
  *  Stefan Schmidt <stefan.schmidt@stadtbuch.de>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  T. William Wells <bill@twwells.com>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Toshiya Saitoh (<toshiya@saitoh.nu>)
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Wen Heping
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  William Grzybowski <wg@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yarema <yds@Necessitu.de>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zach Thompson <lin-chi@lastamericanempire.com>
  *  ache@FreeBSD.org
  *  alfred
  *  alp@sfedu.ru
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clive
  *  clive@FreeBSD.org
  *  clsung@dragon2.net
  *  dcf@aracnet.com
  *  elvstone@gmail.com
  *  erikhb@bgnett.no
  *  erwin@FreeBSD.org
  *  gahr
  *  ijliao
  *  ijlioa
  *  ivoras
  *  johnpupu <johnpupu@gmail.com>
  *  kirk@daycos.com
  *  kuriyama
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  loïc bartoletti <lbartoletti@FreeBSD.org>
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  milki <milki@rescomp.berkeley.edy>
  *  mm@FreeBSD.org
  *  nbm
  *  nectar@FreeBSD.org
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  olevole@olevole.ru
  *  proler@gmail.com
  *  sergey@migsoft.com.ua
  *  sobomax
  *  spam@rm-rf.kiev.ua
  *  stas
  *  tobez
  *  tremere@cainites.net
  *  vanilla
  *  vanilla@
  *  wen@FreeBSD.org
  *  wenheping<wenheping@gmail.com>
  *  wolman@cs.washington.edu
  * # Created by Kevin Bowling <kbowling@FreeBSD.org>
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 d076ad9
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 12 Jan 2021
17:45 pkubaj search for other commits by this committer
databases/kyotocabinet: fix build on GCC architectures

kcdirtest.cc: In member function 'virtual const char* procorder(const char*,
int64_t, int32_t, bool, int32_t, bool, int32_t, int32_t,
bool)::VisitorIterator::visit_full(const char*, size_t, const char*, size_t,
size_t*)':
kcdirtest.cc:1030: error: 'class std::set<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> >
>, std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >' has no member named 'emplace'
kcdirtest.cc: In member function 'virtual const char* procorder(const char*,
int64_t, int32_t, bool, int32_t, bool, int32_t, int32_t,
bool)::VisitorCursor::visit_full(const char*, size_t, const char*, size_t,
size_t*)':
kcdirtest.cc:1095: error: 'class std::set<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> >
>, std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >' has no member named 'emplace'

MFH:		2021Q1
Original commitRevision:561356 
Saturday, 19 Dec 2020
20:06 sunpoet search for other commits by this committer
Update to 1.2.79

- Fixed errors of kcdirtest on BtrFS.
Original commitRevision:558492 
Friday, 24 Jul 2020
18:58 sunpoet search for other commits by this committer
Update to 1.2.78

- Update MASTER_SITES
- Update WWW

- Fixed build warnings.
Original commitRevision:543278 
Wednesday, 30 Jan 2019
19:21 sunpoet search for other commits by this committer
Convert to options target helper
Original commitRevision:491643 
Monday, 29 Oct 2018
22:12 sunpoet search for other commits by this committer
Update to 1.2.77

- Update MASTER_SITES
- Update WWW

- Fixed build errors.
Original commitRevision:483403 
Sunday, 1 Jul 2018
09:17 linimon search for other commits by this committer
Mark these ports broken on mips64 and/or mips.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:473660 
Thursday, 1 Dec 2016
11:18 mat search for other commits by this committer
Don't quote {} in find -exec calls.

Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
Original commitRevision:427491 
Sunday, 4 Oct 2015
18:00 sunpoet search for other commits by this committer
- Convert to new test framework
- Pet portlint: fix diff header of patch files
Original commitRevision:398594 
Sunday, 18 Jan 2015
22:48 sunpoet search for other commits by this committer
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Original commitRevision:377363 
Friday, 4 Apr 2014
09:48 sunpoet search for other commits by this committer
- Use MAKE_CMD
Original commitRevision:350079 
Tuesday, 18 Mar 2014
16:13 sunpoet search for other commits by this committer
- Strip binary executable and shared library in post-install: phase
- Add regression-test:
Original commitRevision:348574 
Saturday, 1 Mar 2014
07:24 sunpoet search for other commits by this committer
- Allow "make package" as user
- Use BINMODE and DOCMODE
- Simplify Makefile
Original commitRevision:346598 
Monday, 30 Dec 2013
09:08 sunpoet search for other commits by this committer
- Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change

Submitted by:	vanilla [1]
Original commitRevision:338063 
Friday, 27 Dec 2013
02:16 sunpoet search for other commits by this committer
- Use USE_GCC=any
- Change -lpthread to -pthread
- Strip binary executable and shared library
- Use NOT_FOR_ARCHS
- Remove outdated ARCH check and pkg-message
- Support STAGEDIR
Original commitRevision:337638 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Sunday, 25 Aug 2013
16:12 sunpoet search for other commits by this committer
- Remove USE_GCC=4.2+
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
- Use single space after WWW:
Original commitRevision:325351 
Wednesday, 21 Aug 2013
17:17 sunpoet search for other commits by this committer
- Remove leading indefinite article from COMMENT
Original commitRevision:325161 
12:03 sunpoet search for other commits by this committer
- Use USES=gmake
Original commitRevision:325110 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 9 Oct 2012
13:59 sunpoet search for other commits by this committer
- Convert to new options framework
- Cleanup Makefile header
Original commitRevision:305586 
Monday, 28 May 2012
17:12 sunpoet search for other commits by this committer
- Update to 1.2.76

Changes:
- kcthread.cc (CondVar::wait): a bug on Win32 was fixed.
- kcdbext.h (IndexDB::set, IndexDB::replace): a bug of updating existing records
  was fixed.
- kcdb.h (DB::check): new function.
Original commit
Thursday, 3 May 2012
09:50 sunpoet search for other commits by this committer
- Update to 1.2.75

Changes:
- kcpolydb.h (PolyDB::match_similar): supressed warnings on signedness.
Original commit
Wednesday, 28 Mar 2012
19:05 sunpoet search for other commits by this committer
- Update to 1.2.74

Changes:
- kcpolydb.h (PolyDB::SimilarKey): the type of a member was modified for c++0x
  mode.

Feature safe:   yes
Original commit
Thursday, 15 Mar 2012
17:33 sunpoet search for other commits by this committer
- Update to 1.2.73

Changes:
- kcutil.h (memdist, strutfdist, strucsdist): new functions.
- kcpolydb.h (PolyDB::match_similar): new funcion.
- kclangc.h (kclevdist, kcdbmatchsimilar): new functions.
- kcfile.cc (File::open): LOCKFILE_FAIL_IMMEDIATELY support was added for Win32.

Feature safe:   yes
Original commit
Sunday, 18 Dec 2011
14:13 sunpoet search for other commits by this committer
- Update to 1.2.72

Changes:
- kcfile.h (File::read, File::read_rast): a bug of invalid memory deletion was
  fixed.
Original commit
Wednesday, 7 Dec 2011
13:54 sunpoet search for other commits by this committer
- Update to 1.2.71
- Cosmetic change

Changes:
- kclang.cc (kcdbcas): the erroneous order of parameters was rectified.

Feature safe:   yes
Original commit
Thursday, 10 Nov 2011
21:31 linimon search for other commits by this committer
Mark as broken on powerpc: fails to link.

Hat:            portmgr
Feature safe:   yes
Original commit
Wednesday, 9 Nov 2011
12:22 sunpoet search for other commits by this committer
- Change PORTDOCS handling: kyotocabinet.idl is now installed to DOCSDIR
- Bump PORTREVISION for package change
Original commit
Thursday, 25 Aug 2011
03:39 sunpoet search for other commits by this committer
- Add my LOCAL to MASTER_SITES
- Take maintainership
Original commit
Monday, 22 Aug 2011
15:53 knu search for other commits by this committer
Drop maintainership.  I'm not interested in this any more.
Original commit
15:52 knu search for other commits by this committer
Update to 1.2.70 and add LICENSE.

This commit is based on the following PR.

PR:             ports/158887
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Original commit
Sunday, 12 Dec 2010
03:25 pgollucci search for other commits by this committer
- Fix fetch

Reported by:    QAT
Original commit
Friday, 10 Sep 2010
04:16 pgollucci search for other commits by this committer
- Update to 1.2.7
- MASTER_SITES udated
- MAN1 list updated
- THANKS removed from list of docs added to DOCSDIR
  (not present in vendor's archive anymore)
- files/patch-Makefile.in updated
- pkg-descr and pkg-plist updated

PR:             ports/149876
Submitted by:   Frederic Culot <frederic@culot.org>
Approved by:    maintainer timeout (knu ; 19 days)
Original commit
Tuesday, 8 Jun 2010
02:21 knu search for other commits by this committer
Update to 1.0.1.
Original commit
Saturday, 22 May 2010
15:25 knu search for other commits by this committer
Update to 1.0.0.
Original commit
Friday, 21 May 2010
03:55 knu search for other commits by this committer
Update to 0.9.18.
Original commit
Friday, 7 May 2010
17:34 knu search for other commits by this committer
Update to 0.9.17.
Original commit
16:56 knu search for other commits by this committer
Unbreak for i386 by forcing CPUTYPE=i586 if not defined.

Give caution to user using PKGMESSAGE that this library relies on some
kinds of CPU instructions that i386 and i486 do not have.
Original commit
Wednesday, 5 May 2010
15:47 knu search for other commits by this committer
This port does not compile with gcc older than 4.2.
Original commit
Wednesday, 28 Apr 2010
03:44 knu search for other commits by this committer
Update to 0.9.15.
Original commit
Friday, 23 Apr 2010
10:42 knu search for other commits by this committer
Add kyotocabinet, a straightforward implementation of DBM.
Original commit

Number of commits found: 48