13,233,039 commits found in 5 milliseconds
textproc/py-markdown2: Update to 2.5.4
- Convert to USE_PYTHON=pep517
- Add LATEX option
Changes: https://github.com/trentm/python-markdown2/blob/master/CHANGES.md
PR: 295156
Approved by: wen (maintainer)
devel/py-wcwidth: Update to 0.7.0
- Update COMMENT
- Add LICENSE_FILE
- Convert to USE_PYTHON=pep517
- Take maintainership
Changes: https://github.com/jquast/wcwidth/releases
PR: 295164
Approved by: skreuzer (maintainer)
FreeBSD /ports bf4cd53 — devel/py-tabulate Makefile distinfo, devel/py-tabulate/files patch-pyproject.toml devel/py-tabulate: Update to 0.10.0
- Sort BUILD_DEPENDS
- Add WIDECHARS option
- Update pkg-descr
- Take maintainership
Changes: https://github.com/astanin/python-tabulate/blob/master/CHANGELOG
PR: 295155
Approved by: skreuzer (maintainer)
devel/meson: Use USE_PYTHON=optsuffix to simplify Makefile
PR: 295148
Approved by: arrowd
www/redmine51: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31
- Simplify Makefile: Use BROKEN_RUBY
PR: 295146
Approved by: delphij (maintainer)
textproc/rubygem-asciidoctor: Fix runtime with Ruby 4.0+
- Bump PORTREVISION for dependency change
PR: 294765
Reported by: kib
science/paraview: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/science/paraview/work/ParaView-v6.0.1/VTK/IO/GDAL/vtkGDALRasterReader.cxx:185:12: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
185 | char** papszMetaData = GDALGetMetadata(this->GDALData, nullptr);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/science/paraview/work/ParaView-v6.0.1/VTK/IO/GDAL/vtkGDALRasterReader.cxx:881:10: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
881 | char** papszMetadata = GDALGetMetadata(this->Impl->GDALData, domain.c_str());
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
Approved by: portmgr (blanket)
devel/ccache4: Update to 4.13.6
- Use upstream release tarball
- Use = instead of += for CMAKE_ARGS
- Sort CMAKE_OFF
- Sort PLIST
Changes: https://github.com/ccache/ccache/releases
https://ccache.dev/releasenotes.html
PR: 295140
Approved by: Oleg Sidorkin <osidorkin at gmail.com> (maintainer)
math/pdal: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/math/pdal/work/PDAL-2.8.4-src/pdal/private/gdal/Raster.cpp:698:27: error: assigning to 'char **' from 'CSLConstList' (aka 'const char *const *') discards qualifiers in nested pointer types
698 | papszMetadata = m_ds->GetMetadata(domain.c_str());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Obtained from: https://github.com/PDAL/PDAL/commit/eb7220a2447c5b3d208d7ef0a76c61a17a5b21da
Approved by: portmgr (blanket)
math/mdal: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/math/mdal/work/MDAL-release-1.3.1/mdal/frmts/mdal_gdal.cpp:179:18: error: assigning to 'char **' from 'CSLConstList' (aka 'const char *const *') discards qualifiers in nested pointer types
179 | GDALmetadata = GDALGetMetadata( gdalObject, pszDomain );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Approved by: portmgr (blanket)
graphics/qgis-ltr: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/graphics/qgis-ltr/work/qgis-3.40.15/src/core/providers/ogr/qgsogrprovidermetadata.cpp:105:10: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
105 | char **metadata = GDALGetMetadata( poDriver, nullptr );
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
/wrkdirs/usr/ports/graphics/qgis-ltr/work/qgis-3.40.15/src/core/providers/ogr/qgsogrproviderconnection.cpp:414:10: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
414 | char **driverMetadata = GDALGetMetadata( hDriver, nullptr );
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Obtained from: https://github.com/qgis/QGIS/commit/ac1443a90bb295cfb179de969b07b885c64e6252
Approved by: portmgr (blanket)
graphics/qgis: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/graphics/qgis/work/qgis-3.44.9/src/core/providers/ogr/qgsogrproviderconnection.cpp:422:10: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
422 | char **driverMetadata = GDALGetMetadata( hDriver, nullptr );
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error gene
Obtained from: https://github.com/qgis/QGIS/commit/ac1443a90bb295cfb179de969b07b885c64e6252
Approved by: portmgr (blanket)
graphics/mapserver: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/graphics/mapserver/work/mapserver-8.6.0/src/mapwcs.cpp:1973:18: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
1973 | char **papszMD = GDALGetMetadata(hBand, NULL);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/graphics/mapserver/work/mapserver-8.6.0/src/mapwcs.cpp:2310:16: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
2310 | char **papszMD = GDALGetMetadata(hDS, NULL);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/graphics/mapserver/work/mapserver-8.6.0/src/mapwcs.cpp:2337:18: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
2337 | char **papszMD = GDALGetMetadata(hBand, NULL);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 errors generated.
/wrkdirs/usr/ports/graphics/mapserver/work/mapserver-8.6.0/src/mapstring.cpp:2518:27: error: use of undeclared identifier 'MAX'
2518 | size_t newAllocSize = MAX(newAllocSize1, newAllocSize2);
| ^
1 error generated.
Obtained from: https://github.com/MapServer/MapServer/commit/8c3543806f439f0ad6a22e0a7d59a0ab5d53125e
[2 lines not shown ] graphics/mapcache: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/graphics/mapcache/work/mapcache-1.14.1/lib/source_gdal.c:350:31: warning: call to undeclared function 'MIN'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
350 | double dfDesiredRes = MIN( dfDesiredXRes, dfDesiredYRes );
| ^
1 warning generated.
...
: && /usr/local/libexec/ccache/cc -O2 -pipe -std=c99 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wall -Werror=declaration-after-statement -Wno-comment -O2 -pipe -std=c99 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DNDEBUG -Xlinker --dependency-file=cgi/CMakeFiles/mapcache.fcgi.dir/link.d cgi/CMakeFiles/mapcache.fcgi.dir/mapcache.c.o -o cgi/mapcache.fcgi -Wl,-rpath,/wrkdirs/usr/ports/graphics/mapcache/work/.build:/usr/local/lib: libmapcache.so.1.14.1 /usr/local/lib/libfcgi.so /usr/local/lib/libpng.so /usr/lib/libz.so /usr/local/lib/libjpeg.so /usr/local/lib/libcurl.so /usr/local/lib/libapr-1.so /usr/local/lib/libaprutil-1.so /usr/local/lib/libpixman-1.so /usr/local/lib/libgdal.so /usr/local/lib/libsqlite3.so -lm && :
ld: error: undefined reference: MIN
>>> referenced by libmapcache.so.1.14.1 (disallowed by --no-allow-shlib-undefined)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Obtained from: https://github.com/MapServer/mapcache/commit/0948ea28df9ef5dae8705196b32f0742268953cf
Approved by: portmgr (blanket)
graphics/cloudcompare: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/graphics/cloudcompare/work/CloudCompare-2.13.2/qCC/ccRasterizeTool.cpp:1326:9: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
1326 | char** papszMetadata = poDriver->GetMetadata();
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
3 warnings and 1 error generated.
Obtained from: https://github.com/CloudCompare/CloudCompare/commit/449a8e5106d119d4bce71b6d0a84e3d663a3bbf9
Approved by: portmgr (blanket)
graphics/mapnik: Fix build
/bin/sh: CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-NOTFOUND: not found
Reference: https://pkg-status.freebsd.org/beefy22/data/143amd64-default/142569cd0b2b/logs/mapnik-4.2.2_1.log
https://pkg-status.freebsd.org/beefy16/data/135amd64-default/14bd0e320b77/logs/mapnik-4.2.2.log
Approved by: portmgr (blanket)
textproc/rubygem-ox: Update to 2.14.26
Changes: https://github.com/ohler55/ox/releases
https://github.com/ohler55/ox/blob/develop/CHANGELOG.md
textproc/rubygem-commonmarker: Update to 2.8.2
Changes: https://github.com/gjtorikian/commonmarker/releases
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)
textproc/rubygem-action_text-trix: Update to 2.1.19
Changes: https://github.com/basecamp/trix/releases
devel/rubygem-rubocop-rails: Update to 2.35.0
Changes: https://github.com/rubocop/rubocop-rails/releases
security/py-asyncssh: Update to 2.23.0
- Add IFADDR option
- Remove LIBNACL option
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
www/py-django-stubs-ext: Update to 6.0.4
Changes: https://github.com/typeddjango/django-stubs/releases
math/py-pcodec: Update to 1.0.2
Changes: https://github.com/pcodec/pcodec/releases
devel/py-poetry: Update to 2.4.1
Changes: https://github.com/python-poetry/poetry/releases
https://python-poetry.org/history/
devel/py-pdoc: Update to 16.0.0
Changes: https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md
devel/py-cmd2: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
devel/py-aiobotocore: Update to 3.7.0
Changes: https://github.com/aio-libs/aiobotocore/releases
FreeBSD /ports 43d7961 — devel/py-cli-helpers Makefile, devel/py-cli-helpers/files patch-setup.py devel/py-cli-helpers: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
graphics/gdal: Update to 3.13.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/OSGeo/gdal/releases
https://github.com/OSGeo/gdal/blob/release/3.13/NEWS.md