CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/01/22 08:13:23
Modified files:
x11/gnome/tracker: Makefile
x11/gnome/tracker/patches:
patch-src_tracker-extract_tracker-extract-abw_c
patch-src_tracker-extract_tracker-extract-gif_c
patch-src_tracker-extract_tracker-extract-mp3_c
patch-src_tracker-extract_tracker-extract-pdf_c
patch-src_tracker-extract_tracker-extract-text_c
patch-src_tracker-extract_tracker-extract-tiff_c
patch-src_tracker-extract_tracker-extract-xmp_c
Added files:
x11/gnome/tracker/patches:
patch-src_libtracker-common_tracker-file-utils_c
patch-src_libtracker-common_tracker-file-utils_h
Log message:
open(2) with the NOATIME flag is only available on Linux. Instead of
duplicating the same code all over with ifdef, factorize into a function
that opens file descriptors in a portable way.