aboutsummaryrefslogtreecommitdiff
path: root/math/saga
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/gdal: Set the default options as a workable setLoïc Bartoletti2021-02-231-1/+1
| | | | | | | | | | | | - reinstate r552962 (was reverted in r553000) - remove pkg-message from qgis and qgis-ltr - Bump PORTREVSION on all consumers PR: 224004 Approved by: portmgr Notes: svn path=/head/; revision=566369
* Introduce devel/onetbb and mark devel/tbb as legacyGanael LAPLANCHE2021-02-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated several interfaces over tbb 2020, breaking most dependent ports. Old tbb 2020 will be kept for a certain time to allow transition but will be removed in a near future as it CONFLICTS with devel/onetbb. New ports should now use devel/onetbb instead of devel/tbb. We tried to move a maximum number of dependent ports to devel/onetbb (or disable dependency when not possible), but some of them still remain stuck to devel/tbb. Remaining ones have not been identified as major dependencies themselves and will be fixed as soon as updates are available from upstream. PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3], 252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5], 252684 [7], 252785 [7] Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6], maintainer timeout [7] [1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html [2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html Notes: svn path=/head/; revision=566074
* graphics/opencv: update to 4.5.1 -- and make port more easily maintainableTobias C. Berner2021-01-302-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major upgrade from 3.x to 4.x. Changelog from versions 3.4.1--4.5.1 can be found here: https://github.com/opencv/opencv/wiki/ChangeLog Note: this has explicitely not been added as a new graphics/opencv4 port, but replaces the previous graphics/opencv[3] port. Again, to improve maintainability by not giving ports the option to pick the "wrong one" - this leads however to some abandoned ports being broken. The port has been greatly simplified: * graphics/opencv-core which existed to enable ffmpeg to depend on opencv, and vice versa has been removed. ffmpeg no longer can depend on opencv. * graphics/py-opencv has been integrated into graphics/opencv, the default versions python bindings will be built unless the PYTHON option is explicitely turned off. * graphics/opencv-java has been integrated into graphics/opencv -- it is off by default, but can be enabled by toggling the JAVA option -- there are no consumers in the tree, so that option might go away in the future. * All the previous options have been removed and replaced by a (hopefully) sane set of dependencies that make the port and package most usable for the majority of consumers. - Please let me know if you think there are better defaults (i.e. anything that is missing, or something that should not be dependet on). - If you think something should be added or removed, please open a bug report. - If you think something should be added as an optional dependency, please open a bug report (with a good reason [tm]). The depending ports have been updated to work against opencv4, or marked broken. * Ports broken: - graphics/rubygem-objectdetect: OpenCV4 no longer ships opencv-1.0 API - graphics/p5-Image-ObjectDetect: OpenCV4 no longer ships opencv-1.0 API - graphics/gimp-gmic-plugin: OpenCV4 no longer ships opencv-1.0 API * Backports: - misc/visp: https://github.com/lagadic/visp/commit/dfa7e4bd47c24cd2e631477e6afb18806733ff8a - multimedia/zart: https://github.com/c-koi/zart/commit/6ca1964690afbbc78627d7c868a692401043a584, https://github.com/c-koi/zart/commit/d3a2931b1a07ec0322211f253468000363c4b6cb * Others: - misc/actiona: switch to pkgconfig 'opencv4' - multimedia/libav: drop opencv support - misc/darknet: already failed to build prior to the upgrade - math/saga: remove patching added to work against opencv3 Notes: svn path=/head/; revision=563430
* math/saga: Update to 7.9.0Rainer Hurling2020-12-212-6/+4
| | | | | | | | | | | | | Several bug fixes, enhancements and some new features. PostGIS version >= 3.0.0 raster capabilities supported Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%207.9.0/attachment/changelog_saga_7.9.0.txt Reported by: portscout Approved by: arrowd, tcberner (mentors, implicit) Notes: svn path=/head/; revision=558823
* math/saga: Update to 7.8.2Rainer Hurling2020-11-282-5/+4
| | | | | | | | | | | | Bugfix release with several fixes[1] [1] https://sourceforge.net/p/saga-gis/wiki/Changelog%207.8.2/attachment/changelog_saga_7.8.2.txt Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27403 Notes: svn path=/head/; revision=556491
* graphics/proj: Update to 7.2.0Loïc Bartoletti2020-11-181-1/+1
| | | | | | | | Changelog: - https://proj.org/news.html#release-notes Notes: svn path=/head/; revision=555622
* graphics/proj: Update to 7.1.1Loïc Bartoletti2020-11-171-0/+1
| | | | | | | | | | | | | | | | | - Add a pkg-message explaining how to access or sync datum grids from the CDN (disabled by default) - Add curl and tiff dependencies since proj can read datum grids from remote COG (Cloud Optimized Geotiff) - Take maintainer'ship (ok wen@) PR: 245611 Submitted by: wen (first version) Reviewed by: wen, rhurlin Approved by: wen Exp-run by: antoine Notes: svn path=/head/; revision=555543
* math/saga: Update to 7.8.1Rainer Hurling2020-10-313-4/+7
| | | | | | | | | | | | Bug fix release, now ready for PostGIS 3.x.x[1]: [1] https://sourceforge.net/p/saga-gis/wiki/Changelog%207.8.1/attachment/changelog_saga_7.8.1.txt Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D27032 Notes: svn path=/head/; revision=553784
* math/saga: Update to 7.8.0Rainer Hurling2020-10-114-11/+16
| | | | | | | | | | | | | | | | | Minor release with several bug fixes and some enhancements like[1]: - Added OpenCV version 4 support - Separate grid system for weather data in sim_hydrology/overland_flow - Reworked, free positioning for layout items (map, legend, titel, ...) in print layout of saga_gui - Added SAGA4QGIS, updated for inno-setup v6 in accessories/helper [1] https://sourceforge.net/p/saga-gis/wiki/Changelog%207.8.0/attachment/changelog_saga_7.8.0.txt Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26737 Notes: svn path=/head/; revision=552063
* math/saga: Configure not finding OpenCV headersRainer Hurling2020-10-032-4/+15
| | | | | | | | | | | | | | - Let pkg-config find the OpenCV 3.x headers after change in sources[1] - Convert sed replacement to proper patch file - While here, remove unneeded OpenMP post-patch [1] https://sourceforge.net/p/saga-gis/code/ci/1a4b6df792186480953f4fb20474f16b328a9a5c/ Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26645 Notes: svn path=/head/; revision=551288
* math/saga: Update to 7.7.1Rainer Hurling2020-10-012-4/+4
| | | | | | | | | | | | This is a bugfix release with some small enhancements. Submitted by: rhurlin (maintainer) Approved by: arrowd (mentor) Relnotes: https://sourceforge.net/p/saga-gis/wiki/Changelog%207.7.1/attachment/changelog_saga_7.7.1.txt Differential Revision: https://reviews.freebsd.org/D26613 Notes: svn path=/head/; revision=550765
* Change the maintainer entry in rhurlin's portsRainer Hurling2020-09-101-1/+1
| | | | | | | | | | After I got a commit bit for ports, it is time now to change the maintainers entry in all 'owned' ports. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26398 Notes: svn path=/head/; revision=548221
* math/saga: Update to 7.7.0Fernando Apesteguía2020-08-296-34/+75
| | | | | | | | | | ChangeLog: https://sourceforge.net/p/saga-gis/wiki/Changelog%207.7.0/attachment/changelog_saga_7.7.0.txt PR: 248949 Submitted by: rhurlin@gwdg.de (maintainer) Notes: svn path=/head/; revision=546925
* Update devel/tbb to 2020.3 and bump dependent ports' revisionsGanael LAPLANCHE2020-07-171-1/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES Notes: svn path=/head/; revision=542423
* Move devel/swig30 to devel/swig and update to 4.0.1Sunpoet Po-Chuan Hsieh2020-06-171-3/+3
| | | | | | | | | | | | | | | - Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine Notes: svn path=/head/; revision=539491
* math/saga: fix build on GCC architecturesPiotr Kubaj2020-06-151-0/+11
| | | | | | | | | | | | | | Returning NULL as bool is not ok. --- globe_gores.lo --- globe_gores.cpp: In member function 'bool CGlobe_Gores::Add_Gore(int, int)': globe_gores.cpp:210:16: error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive] 210 | return( NULL ); PR: 246720 Approved by: rhurlin@gwdg.de (maintainer) Notes: svn path=/head/; revision=538865
* x11-toolkits/wxgtk30: Update to 3.0.5.1Loïc Bartoletti2020-05-171-0/+1
| | | | | | | | | | | | | Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808 Notes: svn path=/head/; revision=535516
* math/saga: Update to 7.6.3Fernando Apesteguía2020-05-132-4/+4
| | | | | | | | | | | | | | | | | From ChangeLog: https://sourceforge.net/p/saga-gis/wiki/Changelog%207.6.3/attachment/changelog_saga_7.6.3.txt * bug fix in statistics_kriging/variogram_dialog * omp issue with compiling proj<6 * bug fix for export of grid to kml * check gcc version for wksp_tool_manager * add russian translation PR: 246384 Submitted by: rhurlin@gwdg.de (maintainer) Notes: svn path=/head/; revision=535098
* databases/grass7, math/saga, graphics/qgis and graphics/qgis-ltr: update to ↵Loïc Bartoletti2020-04-014-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | latest versions - math/saga: - Update to 7.6.2 - Use wxWidgets 3.0+ instead of 3.1+ since 3.1 is not a mandatory version and this reduces the number of packages installed when you install saga and qgis/grass (which requires version 3.0). - databases/grass7: - Update to 7.8.2 first version for python3 only - Use ${PY_NUMPY} variable - Readd openmp - Use wxPython40 for python3 - Remove bash dependency. You can use any shell. - Rework the workaround in post-install (for / touch files). Fix the long (random) standing issue with pkg-plist - Alphabetize USES and OPTIONS - Replace XX_configure_on by XX_configure_with as possible - graphics/qgis: - Update to 3.12.1 - Remove patches (applied upstream or fixed in ports: pyqt5 / sip) - graphics/qgis-ltr: - Update to 3.10.4 PR: 241892, 244979 Reported by: rainer hurling (maintainer), lbartoletti (maintainer) Reviewed by: tcberner (mentor), rainer hurling (maintainer) Approved by: tcberner (mentor), rainer hurling (maintainer) Differential Revision: https://reviews.freebsd.org/D24198 Notes: svn path=/head/; revision=530236
* Update devel/tbb to 2020.2 and bump dependent port's revisionsGanael LAPLANCHE2020-04-011-1/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES Notes: svn path=/head/; revision=530219
* Drop dependency on devel/openmpJan Beich2020-03-081-5/+1
| | | | | | | | | | - Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020 Notes: svn path=/head/; revision=528082
* Bump PORTREVISION for graphics/gdal shlib changeSunpoet Po-Chuan Hsieh2020-01-221-0/+1
| | | | Notes: svn path=/head/; revision=523793
* math/saga: Update to 7.5.0Tobias C. Berner2020-01-173-26/+20
| | | | | | | | PR: 243355 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Notes: svn path=/head/; revision=523360
* Update jasper to 2.0.16Baptiste Daroussin2019-12-271-1/+1
| | | | | | | | | | This is needed to be able to update gegl to latest version. Bump revision of all consumer as the ABI is not 100% backward compatible. Provide a patch for graphics/devil to properly build with latest jasper. While here add a missing USES=xorg to graphics/devil Notes: svn path=/head/; revision=520989
* Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]Ganael LAPLANCHE2019-12-261-1/+1
| | | | | | | | | Also, while here, re-generate patches using the makepatch target [1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES Notes: svn path=/head/; revision=520935
* Fix plistAntoine Brodin2019-12-151-2/+2
| | | | | | | PR: 233770 Notes: svn path=/head/; revision=520182
* math: Add missing USES={gl,gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517068
* Update devel/tbb to 2019.8 and bump dependent ports' revisionsGanael LAPLANCHE2019-09-251-1/+1
| | | | | | | Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES Notes: svn path=/head/; revision=512777
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-9/+11
| | | | Notes: svn path=/head/; revision=508882
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* - Update to 6.1.0 and fix some portsWen Heping2019-06-277-29/+33
| | | | | | | | | | | | | | | - Add missing DEPENDS - Add TEST_TARGET - Take maintainership PR: 237932, 238795 Submitted by: wenheping2000@hotmail.com,rhurlin@gwdg.de Approved by: maintainer(timeout, > 30 days), portmgr@(implicit, fix build) Exp-run by: antoine@ Thanks to: antoine@, sunpoet@, rhurlin@gwdg.de Notes: svn path=/head/; revision=505194
* math/saga: Update to 7.2.0Steve Wills2019-02-273-5/+5
| | | | | | | | PR: 235811 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Notes: svn path=/head/; revision=494086
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-0/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* math/saga: Update to 7.1.1Steve Wills2018-12-314-13/+18
| | | | | | | | PR: 234522 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Notes: svn path=/head/; revision=488823
* - Update from 6.4.0 to 7.0.0Wen Heping2018-12-2611-76/+101
| | | | | | | | | | | | - Add ftp/curl as LIB_DEPENDS - Use OpenMP from within llvm60 also for i386 - Move some dirs for ${COPYTREE_SHARE} PR: 233408 Submitted by: rhurlin@gwdg.de(maintainer) Notes: svn path=/head/; revision=488354
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update devel/tbb to version 2019.1 and bump dependent ports' revisionsGanael LAPLANCHE2018-10-111-1/+1
| | | | | | | Also, reintegrate HTML documentation that was removed in previous version. Notes: svn path=/head/; revision=481833
* Update devel/tbb to version 2019 and bump dependent port's revisionsGanael LAPLANCHE2018-10-041-1/+1
| | | | Notes: svn path=/head/; revision=481215
* Cleanup plistsAntoine Brodin2018-10-011-1/+1
| | | | Notes: svn path=/head/; revision=481020
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* math/saga: update 6.3.0 -> 6.4.0, fix describeKurt Jaeger2018-07-036-46/+32
| | | | | | | | | | | | | | | - Change from llvm50 to llvm60 - Use OpenMP from within llvm60 instead of devel/openmp - disable OpenMP, if i386 is detected PR: 229470, 229129 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Reported by: Uasyhiro KIMURA <yasu@utahime.org> Reviewed by: w.schwarzenfeld@utanet.at Relnotes: https://sourceforge.net/p/saga-gis/news/2018/06/saga-640-released/ Notes: svn path=/head/; revision=473802
* - Update version from 6.1.0 to 6.3.0Wen Heping2018-06-1716-105/+142
| | | | | | | | | | | | - Use devel/liblas12 with changed naming scheme - If using openMP, change the compiler from gcc to clang - Recreate some patches with makepatch PR: 227901 Submitted by: rhurlin@gwdg.de(maintainer) Notes: svn path=/head/; revision=472649
* Bump PORTREVISION on more opencv consumers due to opencv updateSteve Wills2018-05-091-1/+1
| | | | Notes: svn path=/head/; revision=469466
* math/saga: unbreak build with wxWidgets 3.0.3 (try#2)Jan Beich2018-05-021-0/+16
| | | | | | | | | | | | | | grid_to_kml.cpp: In member function 'bool CGrid_from_KML::Load_Overlay(const wchar_t*, const CSG_MetaData&)': grid_to_kml.cpp:585:49: error: conversion from 'const wxScopedWCharBuffer {aka const wxScopedCharTypeBuffer<wchar_t>}' to non-scalar type 'CSG_String' requested CSG_String FullPath = fn.GetFullPath().wc_str(); ~~~~~~~~~~~~~~~~~~~~~~~^~ PR: 223758 Submitted by: rozhuk.im@gmail.com Approved by: Rainer Hurling (maintainer) Notes: svn path=/head/; revision=468893
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* math/saga: unbreak build with wxWidgets 3.0.3Jan Beich2018-01-212-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wksp_tool.cpp: In member function 'virtual wxString CWKSP_Tool::Get_Description()': wksp_tool.cpp:159:61: error: no matching function for call to 'CSG_File::Open(const wxScopedWCharBuffer, ESG_File_Flags_Open)' if( Stream.Open(FileName.GetFullPath().wc_str(), SG_FILE_R) && Stream.Read(Description, Stream.Length()) ) ^ In file included from ../saga_api/geo_tools.h:77:0, from ../saga_api/mat_tools.h:77, from ../saga_api/dataobject.h:84, from ../saga_api/table.h:77, from ../saga_api/grid.h:77, from ../saga_api/parameters.h:77, from ../saga_api/tool.h:76, from ../saga_api/tool_library.h:77, from ../saga_api/saga_api.h:118, from res_commands.h:78, from wksp_tool.cpp:67: ../saga_api/api_core.h:955:13: note: candidate: bool CSG_File::Open(const CSG_String&, int, bool, int) bool Open (const CSG_String &File_Name, int Mode = SG_FILE_R, bool bBinary = true, int Encoding = SG_FILE_ENCODING_CHAR); ^~~~ ../saga_api/api_core.h:955:13: note: no known conversion for argument 1 from 'const wxScopedWCharBuffer {aka const wxScopedCharTypeBuffer<wchar_t>}' to 'const CSG_String&' wksp_tool.cpp:166:61: error: no matching function for call to 'CSG_File::Open(const wxScopedWCharBuffer, ESG_File_Flags_Open)' if( Stream.Open(FileName.GetFullPath().wc_str(), SG_FILE_R) && Stream.Read(Description, Stream.Length()) ) ^ In file included from ../saga_api/geo_tools.h:77:0, from ../saga_api/mat_tools.h:77, from ../saga_api/dataobject.h:84, from ../saga_api/table.h:77, from ../saga_api/grid.h:77, from ../saga_api/parameters.h:77, from ../saga_api/tool.h:76, from ../saga_api/tool_library.h:77, from ../saga_api/saga_api.h:118, from res_commands.h:78, from wksp_tool.cpp:67: ../saga_api/api_core.h:955:13: note: candidate: bool CSG_File::Open(const CSG_String&, int, bool, int) bool Open (const CSG_String &File_Name, int Mode = SG_FILE_R, bool bBinary = true, int Encoding = SG_FILE_ENCODING_CHAR); ^~~~ ../saga_api/api_core.h:955:13: note: no known conversion for argument 1 from 'const wxScopedWCharBuffer {aka const wxScopedCharTypeBuffer<wchar_t>}' to 'const CSG_String&' PR: 223758 Submitted by: rozhuk.im@gmail.com Obtained from: upstream Approved by: Rainer Hurling (maintainer) Notes: svn path=/head/; revision=459566
* math/saga: Update 4.1.0 -> 6.1.0Bradley T. Hughes2017-12-115-17/+43
| | | | | | | | | | PR: 223890 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D13436 Notes: svn path=/head/; revision=456027
* Update tbb to 2018 and bump dependent ports' revisionsGanael LAPLANCHE2017-09-171-1/+1
| | | | Notes: svn path=/head/; revision=449986