diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-18 14:54:32 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-18 14:54:32 +0000 |
commit | a022ca96cc6640ae8b3dd23ed00713d5ea5994bb (patch) | |
tree | c7987ecc5ed35aec1355340945e330f04fe3ed7d /sysutils/tracker/files | |
parent | 486965db9250f6a28e028a45e3480d0271452ad4 (diff) | |
download | ports-a022ca96cc6640ae8b3dd23ed00713d5ea5994bb.tar.gz ports-a022ca96cc6640ae8b3dd23ed00713d5ea5994bb.zip |
Add tracker
Tracker is a powerful desktop-neutral first class object database, tag/metadata
database, search tool and indexer.
Tracker is also extremely fast and super efficient with your systems memory when
compared with some other competing frameworks and is by far the fastest and most
memory efficient Nautilus search and Deskbar backends currently availble.
It consists of a common object database that allows entities to have an almost
infinte number of properties, metadata (both embedded/harvested as well as user
definable), a comprehensive database of keywords/tags and links to other
entities.
WWW: http://www.gnome.org/~jamiemcc/tracker/
Notes
Notes:
svn path=/head/; revision=180078
Diffstat (limited to 'sysutils/tracker/files')
-rw-r--r-- | sysutils/tracker/files/patch-src_sqlite3_os_unix.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/tracker/files/patch-src_sqlite3_os_unix.c b/sysutils/tracker/files/patch-src_sqlite3_os_unix.c new file mode 100644 index 000000000000..5cbb1a30ce90 --- /dev/null +++ b/sysutils/tracker/files/patch-src_sqlite3_os_unix.c @@ -0,0 +1,12 @@ +--- src/sqlite3/os_unix.c.orig Sat Dec 9 21:35:39 2006 ++++ src/sqlite3/os_unix.c Sat Dec 9 21:36:02 2006 +@@ -1110,9 +1110,7 @@ + ** Use the fdatasync() API only if the HAVE_FDATASYNC macro is defined. + ** Otherwise use fsync() in its place. + */ +-#ifndef HAVE_FDATASYNC + # define fdatasync fsync +-#endif + + /* + ** Define HAVE_FULLFSYNC to 0 or 1 depending on whether or not |