# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-odbc VERSION= 1.6.4.1 KEYWORDS= cran VARIANTS= std SDESC[std]= DBI-compatible interface to ODBC databases HOMEPAGE= https://odbc.r-dbi.org CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ DISTFILE[1]= odbc_1.6.4.1.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 SPKGS[std]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= unixODBC:dev:std BUILDRUN_DEPENDS= R-bit64:single:std R-blob:single:std R-cli:single:std R-DBI:single:std R-hms:single:std R-lifecycle:single:std R-Rcpp:single:std R-rlang:single:std unixODBC:primary:std USES= cran gmake DISTNAME= odbc GENERATED= yes INSTALL_REQ_TOOLCHAIN= yes [FILE:116:descriptions/desc.single] odbc: Connect to ODBC Compatible Databases (using the DBI Interface) A DBI-compatible interface to ODBC databases. [FILE:103:distinfo] 7135ea9132f02494b8f39701ea2be613556635c3d50ec0e6a9b224e1d47273fe 359917 CRAN/odbc_1.6.4.1.tar.gz [FILE:404:patches/patch-src_cctz_src_time__zone__libc.cc] --- src/cctz/src/time_zone_libc.cc.orig 2025-12-01 13:55:40 UTC +++ src/cctz/src/time_zone_libc.cc @@ -28,7 +28,7 @@ # define OFFSET(tm) ((tm).__tm_gmtoff) # define ABBR(tm) ((tm).__tm_zone) # endif -#elif defined(__APPLE__) +#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) # define OFFSET(tm) ((tm).tm_gmtoff) # define ABBR(tm) ((tm).tm_zone) #elif defined(__sun)