Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 21:53:28 +0000 (UTC)
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561391 - in head/databases/timescaledb: . files
Message-ID:  <202101122153.10CLrSCI021091@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101122153.10CLrSCI021091>