pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql-postgis2



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.

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"



Home | Main Index | Thread Index | Old Index