From owner-svn-ports-head@freebsd.org Thu Jun 29 12:04:19 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 D81E1D9BE2C; Thu, 29 Jun 2017 12:04:19 +0000 (UTC) (envelope-from amdmi3@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 A417C82089; Thu, 29 Jun 2017 12:04:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5TC4IEd081697; Thu, 29 Jun 2017 12:04:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5TC4I1r081695; Thu, 29 Jun 2017 12:04:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201706291204.v5TC4I1r081695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 29 Jun 2017 12:04:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444644 - in head/databases: postgresql96-client postgresql96-server X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/databases: postgresql96-client postgresql96-server X-SVN-Commit-Revision: 444644 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: Thu, 29 Jun 2017 12:04:19 -0000 Author: amdmi3 Date: Thu Jun 29 12:04:18 2017 New Revision: 444644 URL: https://svnweb.freebsd.org/changeset/ports/444644 Log: - Include pg_regress to postgresql96-client, to allow running regression tests for postgresql extensions PR: 217874 Approved by: maintainer timeout (3 months) Modified: head/databases/postgresql96-client/Makefile head/databases/postgresql96-server/pkg-plist-client Modified: head/databases/postgresql96-client/Makefile ============================================================================== --- head/databases/postgresql96-client/Makefile Thu Jun 29 11:10:11 2017 (r444643) +++ head/databases/postgresql96-client/Makefile Thu Jun 29 12:04:18 2017 (r444644) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql +PORTREVISION= 2 COMMENT= PostgreSQL database (client) @@ -9,7 +10,7 @@ MASTERDIR= ${.CURDIR}/../postgresql96-server BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ - src/bin/pgbench doc src/makefiles + src/bin/pgbench doc src/makefiles src/test/regress INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes Modified: head/databases/postgresql96-server/pkg-plist-client ============================================================================== --- head/databases/postgresql96-server/pkg-plist-client Thu Jun 29 11:10:11 2017 (r444643) +++ head/databases/postgresql96-server/pkg-plist-client Thu Jun 29 12:04:18 2017 (r444644) @@ -182,6 +182,7 @@ include/postgresql/server/catalog/pg_ts_template.h include/postgresql/server/catalog/pg_type.h include/postgresql/server/catalog/pg_type_fn.h include/postgresql/server/catalog/pg_user_mapping.h +include/postgresql/server/catalog/schemapg.h include/postgresql/server/catalog/storage.h include/postgresql/server/catalog/storage_xlog.h include/postgresql/server/catalog/toasting.h @@ -671,6 +672,7 @@ lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/makefiles/pgxs.mk lib/postgresql/pgxs/src/nls-global.mk +lib/postgresql/pgxs/src/test/regress/pg_regress libdata/pkgconfig/libecpg.pc libdata/pkgconfig/libecpg_compat.pc libdata/pkgconfig/libpgtypes.pc