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) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/tokyocabinet/pkg-plist

Number of commits found: 15

Tuesday, 23 Jan 2024
19:56 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/tokyocabinet: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 2953d1533a24b897ef9224ee9096fe617c3801bf commit hash: 2953d1533a24b897ef9224ee9096fe617c3801bf commit hash: 2953d1533a24b897ef9224ee9096fe617c3801bf commit hash: 2953d1533a24b897ef9224ee9096fe617c3801bf 2953d15
Tuesday, 12 Apr 2016
17:47 adamw search for other commits by this committer
Fix build, install, and package in multiple situations, and use OPTIONS helpers
to do so.

1) FASTEST option
   build fails because -fforce-addr doesn't exist, so just remove it from
CFLAGS.

2) disabling SHARED broke build
   The post-install, as well as the plist, never handled the case when SHARED
   was disabled. By using OPTIONS_SUB and post-install-SHARED-on, it now works.

3) DEBUG and LZMA were incompatible
   Building with debugging symbols against the external liblzma from ports
   caused the build to fail. Mark these as incompatible with each other.

4) PROFILE prevents .so from being built
   Building with profiling enabled disables shared objects from being built,
   so simply mark these as mutually exclusive.

5) The extra patching for the DOCS option is not needed, so just remove that
   whole business.

It would be advisable to have better descriptions for the LZMA and LZO options,
because lzma and lzo support are still enabled with those options deselected:
it just uses the libraries from base instead.

All of this is comitted under just-fix-it.
Original commitRevision:413150 
Wednesday, 12 Feb 2014
05:55 miwi search for other commits by this committer
- Stage support
Original commitRevision:343846 
Tuesday, 21 Jan 2014
23:18 bapt search for other commits by this committer
Fix properties on pkg-plist
Original commitRevision:340671 
Sunday, 27 Dec 2009
02:08 pgollucci search for other commits by this committer
- Update databases/tokyocabinet to 1.4.41
- Bump PORTREVISION of depend ports (sh lib bump)

PR:             ports/142032
Submitted by:   lwshu
Original commit
Monday, 26 Jan 2009
18:03 pgollucci search for other commits by this committer
- Update to 1.4.1
- SHLIB bump from 7.4.0 to 7.6.0 (no dependent ports)
Original commit
Saturday, 27 Dec 2008
18:03 pgollucci search for other commits by this committer
Update to 1.3.26
Pull SHLIB stuff into Makefile to keep pkg-plist changes down
Original commit
Wednesday, 24 Dec 2008
08:24 pgollucci search for other commits by this committer
- Update to 1.3.55
- SHLIB bump to 7.2.0 (no dependent ports)

Approved by:    gabor (mentor)
Original commit
Thursday, 28 Aug 2008
04:07 pgollucci search for other commits by this committer
- Update to 1.3.4
- SHLIB bump, no dependant ports

Approved by:    gabor (mentor)
Original commit
Friday, 22 Aug 2008
18:42 pgollucci search for other commits by this committer
- Update to 1.3.2

Submitted by:   (largely) vanilla (via e-mail)
Approved by:    gabor (mentor)
Original commit
Wednesday, 4 Jun 2008
20:52 gahr search for other commits by this committer
- Update to 1.2.7
- Fix %%PORTDOCS%%%%EXAMPLESDIR%% inconsistency
Original commit
Monday, 17 Mar 2008
20:04 miwi search for other commits by this committer
- Update to 1.2.0
- Drop maintainership

PR:             121726
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer
Original commit
Friday, 15 Feb 2008
21:28 miwi search for other commits by this committer
- Update to 1.1.14

PR:             120642
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Original commit
Tuesday, 29 Jan 2008
15:21 araujo search for other commits by this committer
- Update to 1.1.10.
- Now use DOCSDIR.

PR:             ports/119963
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
                itetcu (mentor, implicit)
Original commit
Tuesday, 25 Dec 2007
03:06 clsung search for other commits by this committer
Tokyo Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a
key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and
a value. There is neither concept of data tables nor data types.
Records are organized in hash table or B+ tree.

WWW:    http://tokyocabinet.sourceforge.net/

PR:             ports/118947
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit

Number of commits found: 15