Files
ports/databases
Po-Chuan Hsieh 85d2317252 databases/postgresql-ogr_fdw: Fix build with gdal 3.13.0+
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -fPIC -DPIC -fvisibility=hidden -I/usr/local/include -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include     -c -o stringbuffer.o stringbuffer.c
ogr_fdw_info.c:67:17: warning: call to undeclared function 'MIN'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   67 |         int len = (int)MIN(strlen(ident), NAMEDATALEN - 1);
      |                        ^
1 warning generated.
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -fPIC -DPIC -fvisibility=hidden -o ogr_fdw_info ogr_fdw_info.o ogr_fdw_common.o stringbuffer.o -L/usr/local/lib -lgdal
ld: error: undefined symbol: MIN
>>> referenced by ogr_fdw_info.c
>>>               ogr_fdw_info.o:(quote_identifier)
>>> referenced by ogr_fdw_info.c
>>>               ogr_fdw_info.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake: *** [Makefile:76: ogr_fdw_info] Error 1

Obtained from:	https://github.com/pramsey/pgsql-ogr-fdw/commit/fba0f6f7c97b0c162b996e1796fffb30abe9b38d
Approved by:	portmgr (blanket)
2026-05-12 17:31:13 +08:00
..
2025-12-05 14:36:59 +03:00
2026-05-07 20:05:26 +03:00
2026-04-11 13:03:58 -03:00
2026-05-09 13:25:51 -04:00
2026-03-31 19:27:28 +09:00
2026-02-23 13:18:28 +01:00
2026-03-22 00:56:01 -07:00
2026-05-09 13:25:51 -04:00
2026-05-12 17:31:08 +08:00
2026-05-09 13:25:51 -04:00
2025-12-30 21:29:04 +08:00
2026-02-03 18:26:13 -08:00
2025-12-28 12:41:58 +00:00
2026-03-16 19:47:01 -07:00
2025-12-08 13:52:29 +00:00
2025-07-02 18:29:38 +02:00
2025-07-02 18:29:38 +02:00
2025-07-02 18:29:38 +02:00
2025-07-02 18:29:38 +02:00
2025-07-02 18:29:38 +02:00
2025-07-02 18:29:38 +02:00
2025-07-02 18:29:38 +02:00
2026-05-12 17:31:08 +08:00
2026-05-12 17:31:08 +08:00
2026-05-12 17:31:08 +08:00
2026-05-12 17:31:08 +08:00
2026-04-13 08:25:12 +02:00
2025-11-19 20:41:11 -08:00
2025-11-12 19:08:17 -05:00
2025-11-12 19:08:17 -05:00
2026-02-08 01:21:14 -05:00
2025-12-09 19:20:55 +08:00
2026-05-08 15:44:31 +02:00
2026-05-09 13:25:51 -04:00
2025-12-15 14:44:40 +01:00
2026-01-20 10:16:58 +00:00
2026-05-09 13:25:51 -04:00
2026-05-09 13:25:51 -04:00