Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 66A831A9239 for ; Fri, 10 Dec 2021 14:26:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 76D2684DB2; Fri, 10 Dec 2021 14:26:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0A0884DA9 for ; Fri, 10 Dec 2021 14:26:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TyTmml3LGv7r for ; Fri, 10 Dec 2021 14:26:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 11CF184CE0 for ; Fri, 10 Dec 2021 14:26:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B935FAEC; Fri, 10 Dec 2021 14:26:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639146384187240" MIME-Version: 1.0 Date: Fri, 10 Dec 2021 14:26:24 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/databases/postgresql-postgis2 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20211210142624.0B935FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639146384187240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Fri Dec 10 14:26:23 UTC 2021 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile Log Message: postgis: Add coment about running gdb on postgres during tests To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 pkgsrc/databases/postgresql-postgis2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639146384187240 Content-Disposition: inline Content-Length: 901 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql-postgis2/Makefile diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.105 pkgsrc/databases/postgresql-postgis2/Makefile:1.106 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.105 Wed Dec 8 16:01:49 2021 +++ pkgsrc/databases/postgresql-postgis2/Makefile Fri Dec 10 14:26:23 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2021/12/08 16:01:49 adam Exp $ +# $NetBSD: Makefile,v 1.106 2021/12/10 14:26:23 gdt Exp $ # Note that the directory is still postgis2, for historical reasons. # It remains, due to inertia, until there is a good basis to be sure @@ -66,6 +66,7 @@ REPLACE_PERL+= utils/create_spatial_ref INSTALL_ENV+= mkinstalldirs=${INSTALL_DATA_DIR:Q} TEST_TARGET= check +# https://trac.osgeo.org/postgis/wiki/DevWikiGettingABackTrace#Usingwithregressiontests # TEST_DEPENDS .include "../../devel/cunit/buildlink3.mk" --_----------=_1639146384187240--