svn commit: r561391 - in head/databases/timescaledb: . files
Kevin Bowling
kbowling at FreeBSD.org
Tue Jan 12 21:53:28 UTC 2021
Author: kbowling
Date: Tue Jan 12 21:53:28 2021
New Revision: 561391
URL: https://svnweb.freebsd.org/changeset/ports/561391
Log:
databases/timescaledb: disable -Werror, it is too fragile for packaging releases
PR: 252029
Sponsored by: BBOX.io
Deleted:
head/databases/timescaledb/files/patch-tsl_src_reorder.c
Modified:
head/databases/timescaledb/Makefile
Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile Tue Jan 12 21:46:50 2021 (r561390)
+++ head/databases/timescaledb/Makefile Tue Jan 12 21:53:28 2021 (r561391)
@@ -35,7 +35,7 @@ SSL_CMAKE_BOOL= USE_OPENSSL
SSL_USES= ssl
TSL_CMAKE_BOOL_OFF= APACHE_ONLY
-CMAKE_OFF= REGRESS_CHECKS
+CMAKE_OFF= REGRESS_CHECKS WARNINGS_AS_ERRORS
WANT_PGSQL= lib server
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list