[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-341-g90a6f3bfe

git at osgeo.org git at osgeo.org
Thu Jan 20 15:15:08 PST 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, out-of-tree-builds has been updated
       via  90a6f3bfe924e35f246b46ce44ec9ed36b9dfa27 (commit)
      from  4960b425eae20647227a460f8c188f42bfcd2d04 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 90a6f3bfe924e35f246b46ce44ec9ed36b9dfa27
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jan 21 00:14:49 2022 +0100

    Fix sfcgal extension out-of-tree build

diff --git a/extensions/postgis_sfcgal/Makefile.in b/extensions/postgis_sfcgal/Makefile.in
index 75c3248cf..62b68f332 100644
--- a/extensions/postgis_sfcgal/Makefile.in
+++ b/extensions/postgis_sfcgal/Makefile.in
@@ -37,8 +37,7 @@ EXTENSION_UPGRADE_SCRIPTS = \
 # Scripts making up the extension upgrade-from-unpackaged file
 # NOTE: order matters
 EXTENSION_UNPACKAGED_UPGRADE_SCRIPTS = \
-	sql/sfcgal.sql \
-	../../utils/create_unpackaged.pl
+	sql/sfcgal.sql
 
 # Scripts making up the extension file
 # NOTE: order matters
@@ -78,10 +77,10 @@ sql/$(EXTENSION)--unpackaged.sql: Makefile | sql
 #grep all lines that start with CREATE OR REPLACE FUNCTION, TRIGGER...
 #then replace CREATE OR REPLACE .. with ALTER EXTENSION..;
 #then remove default values and extra junk
-sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql: $(EXTENSION_UNPACKAGED_UPGRADE_SCRIPTS) sql/$(EXTENSION)--ANY--$(EXTVERSION).sql ../../utils/create_unpackaged.pl Makefile | sql
+sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql: sql/sfcgal.sql sql/$(EXTENSION)--ANY--$(EXTVERSION).sql ../../utils/create_unpackaged.pl Makefile | sql
 	# Ensure version is correct
 	cat sql/$(EXTENSION)--ANY--$(EXTVERSION).sql > $@
-	cat $(EXTENSION_UNPACKAGED_UPGRADE_SCRIPTS) \
+	cat $< \
 		| $(PERL) @top_srcdir@/utils/create_unpackaged.pl ${EXTENSION} \
 		>> $@
 

-----------------------------------------------------------------------

Summary of changes:
 extensions/postgis_sfcgal/Makefile.in | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list