pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql-postgis2 postgis: Add coment abou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/298ec9bcab54
branches:  trunk
changeset: 770854:298ec9bcab54
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Dec 10 14:26:23 2021 +0000

description:
postgis: Add coment about running gdb on postgres during tests

diffstat:

 databases/postgresql-postgis2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 648bc56c6f38 -r 298ec9bcab54 databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile    Fri Dec 10 14:21:14 2021 +0000
+++ b/databases/postgresql-postgis2/Makefile    Fri Dec 10 14:26:23 2021 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index