# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-odbc VERSION= 1.7.0 KEYWORDS= cran VARIANTS= std SDESC[std]= DBI-compatible interface to ODBC databases HOMEPAGE= https://odbc.r-dbi.org CONTACT= CRAN_Automaton[cran@ravenports.com] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ DISTFILE[1]= odbc_1.7.0.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 R-vctrs: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:101:distinfo] 7eb4dc2056d85015af64c4bb4bf45c84cb29702f9b9860d631c622dd5e6f7d9e 367765 CRAN/odbc_1.7.0.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)