sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-08 05:21:37 +00:00
parent ec769495ab
commit f5034afcba
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
3108 changed files with 91999 additions and 80269 deletions

View file

@ -0,0 +1,12 @@
Index: loader/postgis.pl
--- loader/postgis.pl.orig
+++ loader/postgis.pl
@@ -88,7 +88,7 @@ sub install_upgrade_from
die "File ${EXTDIR}/${extname}--TEMPLATED--TO--ANY.sql is missing"
unless -f "${EXTDIR}/${extname}--TEMPLATED--TO--ANY.sql";
- my $shcmd = "ln -fvs '${extname}--TEMPLATED--TO--ANY.sql' '${EXTDIR}/${extname}--${from}--ANY.sql'";
+ my $shcmd = "ln -fs '${extname}--TEMPLATED--TO--ANY.sql' '${EXTDIR}/${extname}--${from}--ANY.sql'";
#print " CMD: ${shcmd}\n";
my $rv = system($shcmd);
if ( $rv ) {