Date: Mon, 19 Sep 2022 15:51:18 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d0ed1f3f390a - main - databases/sqlite3: Add missing Makefile entries Message-ID: <202209191551.28JFpIX9060256@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0ed1f3f390ac0dc6b6a3d9de28218cbbbf77de1 commit d0ed1f3f390ac0dc6b6a3d9de28218cbbbf77de1 Author: Pavel Volkov <pavelivolkov@gmail.com> AuthorDate: 2022-09-19 15:50:58 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-09-19 15:50:58 +0000 databases/sqlite3: Add missing Makefile entries PR: 266459 --- databases/sqlite3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index cf0c2eae8344..08db9f93e18a 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -214,8 +214,8 @@ URI_AUTHORITY_CPPFLAGS= -DSQLITE_ALLOW_URI_AUTHORITY=1 .include <bsd.port.options.mk> -# YEAR= ${%Y:L:gmtime} - do not work with the version from the previous year -YEAR= 2022 +# _YEAR= ${%Y:L:gmtime} - do not work with the version from the previous year +_YEAR= 2022 # Platform Configuration # -DHAVE_POSIX_FALLOCATE=1 not yet, chunksize.test ZFS failure chunksize-1.2 expected: [32768] got: [2048]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209191551.28JFpIX9060256>