Subject: CVS commit: pkgsrc/databases
From: Greg Troxel
Date: 2022-10-16 16:42:50
Message id: 20221016144250.DB65BFA90@cvs.NetBSD.org

Log Message:
databases/postgresql*: Work around autoconf mkdir bug

autoconf does not accept NetBSD mkdir (this bug has already been fixed
in upstream autoconf).  This leads to install.sh, and thus
postgresql's workaround for a relative path in pgxs, and then that
being used in postgis.  Somewhere in that chain there is a bug leading
to postgis failing to make a directory at install time.

This passes in an autoconf cache variable so that for mkdir it uses
mkdir (which it does on GNU/Linux, and thus that situation is
well-tested).

Files:
RevisionActionfile
1.36modifypkgsrc/databases/postgresql10/Makefile.common
1.29modifypkgsrc/databases/postgresql10-client/Makefile
1.30modifypkgsrc/databases/postgresql11/Makefile.common
1.25modifypkgsrc/databases/postgresql11-client/Makefile
1.16modifypkgsrc/databases/postgresql13/Makefile.common
1.21modifypkgsrc/databases/postgresql13-client/Makefile
1.8modifypkgsrc/databases/postgresql14/Makefile.common
1.11modifypkgsrc/databases/postgresql14-client/Makefile