diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2019-06-16 08:57:43 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2019-06-16 08:57:43 +0000 |
| commit | 3a33192568c170e70cbc8b85cadab0037789ff06 (patch) | |
| tree | f62200b91e4d1f22470ace9966a1b918dcc102b2 /databases/postgis20/files/patch-postgis-lwgeom_accum.c | |
| parent | Also install glxinfo32 on amd64 so information can be obtained about the (diff) | |
Remove expired ports:
2019-06-15 ftp/ncftpd: binary only abandoned trialware
2019-06-15 databases/dbconnect: Abandonware and unused in the tree
2019-06-15 databases/postgis21: Upstream no longer maintained
2019-06-15 databases/postgis20: Upstream no longer maintained
2019-06-15 databases/postgis22: Upstream no longer maintained
Notes
Notes:
svn path=/head/; revision=504286
Diffstat (limited to 'databases/postgis20/files/patch-postgis-lwgeom_accum.c')
| -rw-r--r-- | databases/postgis20/files/patch-postgis-lwgeom_accum.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/postgis20/files/patch-postgis-lwgeom_accum.c b/databases/postgis20/files/patch-postgis-lwgeom_accum.c deleted file mode 100644 index 4d49da94543f..000000000000 --- a/databases/postgis20/files/patch-postgis-lwgeom_accum.c +++ /dev/null @@ -1,14 +0,0 @@ ---- postgis/lwgeom_accum.c.orig 2012-02-27 22:08:12 UTC -+++ postgis/lwgeom_accum.c -@@ -106,7 +106,11 @@ pgis_geometry_accum_transfn(PG_FUNCTION_ - errmsg("could not determine input data type"))); - - if (fcinfo->context && IsA(fcinfo->context, AggState)) -+#if POSTGIS_PGSQL_VERSION >= 95 -+ aggcontext = ((AggState *) fcinfo->context)->aggcontexts; -+#else - aggcontext = ((AggState *) fcinfo->context)->aggcontext; -+#endif - #if POSTGIS_PGSQL_VERSION == 84 - - else if (fcinfo->context && IsA(fcinfo->context, WindowAggState)) |
