From owner-svn-ports-head@freebsd.org Wed Jul 5 06:33:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0622DA3795; Wed, 5 Jul 2017 06:33:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C437749BE; Wed, 5 Jul 2017 06:33:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v656X5Up043947; Wed, 5 Jul 2017 06:33:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v656X5M3043946; Wed, 5 Jul 2017 06:33:05 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201707050633.v656X5M3043946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 5 Jul 2017 06:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445049 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 445049 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2017 06:33:06 -0000 Author: swills Date: Wed Jul 5 06:33:05 2017 New Revision: 445049 URL: https://svnweb.freebsd.org/changeset/ports/445049 Log: databases/timescaledb: needs a C11 compiler Submitted by: kbowling (maintainer, via private communications) Modified: head/databases/timescaledb/Makefile Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Wed Jul 5 06:33:03 2017 (r445048) +++ head/databases/timescaledb/Makefile Wed Jul 5 06:33:05 2017 (r445049) @@ -16,7 +16,7 @@ GH_ACCOUNT= timescale MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \ install_bin=/usr/bin/install USE_LDCONFIG= yes -USES= gmake pgsql:9.6 +USES= compiler:c11 gmake pgsql:9.6 PLIST_FILES= lib/postgresql/timescaledb.so \ share/postgresql/extension/timescaledb--0.1.0.sql \