summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-078873-8873/+0
| | | | Reported by: lwhsu
* One more $FreeBSD crept in.Mathieu Arnold2021-04-071-2/+0
|
* editors/vscode: update to 1.55.0Hiroki Tagato2021-04-0716-347/+106
| | | | Changelog: https://code.visualstudio.com/updates/v1_55
* devel/electron11: update to 11.4.2Hiroki Tagato2021-04-078-26/+24
| | | | | | | Changelog: - https://github.com/electron/electron/releases/tag/v11.4.0 - https://github.com/electron/electron/releases/tag/v11.4.1 - https://github.com/electron/electron/releases/tag/v11.4.2
* sysutils/u-boot-*: Update to 2021.04Emmanuel Vadot2021-04-0719-64/+6
|
* science/dlib-cpp and science/py-dlib: Update to 19.22Gleb Popov2021-04-075-14/+18
| | | | Remove USE_GCC=yes as it seems to be implied by using blaslapack:openblas
* net-p2p/xmrig: Update to 6.11.1Emanuel Haupt2021-04-072-4/+4
|
* science/afni: update to 21.1.00Fernando Apesteguía2021-04-072-4/+4
|
* textproc/py-QDarkStyle: note strict version requirement of dependencyEmanuel Haupt2021-04-071-0/+2
| | | | | finance/electrum requires this exact version. Add a comment to make sure it doesn't get updated by accident.
* devel/fossil: always use bundled SQLitePietro Cerutti2021-04-071-5/+3
| | | | | Let's use whatever the fossil developers think it's best. See aso https://fossil-scm.org/forum/forumpost/fc348ef04f
* sysutils/cfengine-masterfiles-devel: Update to latest GH commitCy Schubert2021-04-062-5/+5
| | | | Update to the latest cfengine commit on github.
* sysutils/cfengine-devel: Update to latest GH commit.Cy Schubert2021-04-062-8/+8
| | | | Update to the latest cfengine commit on github.
* net/hostapd-devel: Update to the latest GH commitCy Schubert2021-04-062-5/+5
| | | | Update to the latest w1.fi commit, proxied through my GH account.
* security/wpa_supplicant-devel: Update to latest GH commitCy Schubert2021-04-062-5/+5
| | | | Update to the latest w1.fi commit, proxied through my GH account.
* security/krb5-devel: update to the latest MIT/KRB5 github commit.Cy Schubert2021-04-062-5/+5
|
* sysutils/nut-devel: Update to the latest networkupstools/nut github commit.Cy Schubert2021-04-062-5/+5
|
* mail/spamassassin-devel: update to latest github commitCy Schubert2021-04-062-5/+5
| | | | Update to the lastest apache/spamassassin commit on github.
* x11/polybar: Update to 3.5.5Alexandre C. Guimarães2021-04-072-4/+4
|
* audio/bslizr-lv2: Update 1.2.12 -> 1.2.14Yuri Victorovich2021-04-062-4/+4
|
* devel/samurai: Fix weirdness in distinfoTobias Kortkamp2021-04-071-1/+1
|
* textproc/json-yaml: upgrade to 1.2.1Fernando Apesteguía2021-04-072-7/+9
| | | | | | | | | | | | | | | | | ChangeLog: https://github.com/sjmulder/json-yaml/blob/1.2.1/CHANGES.md PR: 254642 Submitted by: alonsoschaich@fastmail.fm (maintainer) Reported by: Reviewed by: Approved by: Obtained from: MFC after: MFH: Relnotes: Security: Sponsored by: Differential Revision:
* Update to 0.071.Vanilla I. Shu2021-04-072-4/+4
|
* www/gohugo: Update to 0.82.0Fernando Apesteguía2021-04-074-62/+26
| | | | | | | | | ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.82.0 Remove obsolete patches. We can use vanilla gohugo to build our documentation. PR: 254524 Submitted by: ben.lavery@hashbang0.com (maintainer)
* audio/bchoppr-lv2: Update 1.10.4 -> 1.10.6Yuri Victorovich2021-04-062-6/+7
| | | | Reported by: portscout
* devel/samurai: Update to 1.2-9-g27dde2e (D29353)Tobias Kortkamp2021-04-072-5/+8
| | | | | | | This fixes a SIGFPE crash when there is nothing to do and NINJA_STATUS has %p PR: 254678
* x11/cinnamon: Attempt to fix build order bug (D29353)Tobias Kortkamp2021-04-071-0/+19
| | | | | | | | | | | | | | | | | | Uncovered while building with devel/samurai but can probably also happen with ninja eventually. In file included from ../src/main.c:25: In file included from ../src/cinnamon-global-private.h:28: In file included from src/st/st.h:7: ../src/st/st-box-layout-child.h:24:10: fatal error: 'st-enum-types.h' file not found #include "st-enum-types.h" ^~~~~~~~~~~~~~~~~ 1 error generated. samu: subcommands failed http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-05_21h03m50s/logs/errors/cinnamon-4.8.6.log PR: 254678
* sysutils/fluxengine: Unbreak build with devel/samurai (D29353)Tobias Kortkamp2021-04-071-0/+17
| | | | | | | | | | It does not like the extra whitespace which might be a bug in samurai but for now just remove it and fix the build. MKNINJA .obj/build.ninja ninja: .obj/build.ninja:6:5: expected name PR: 254678
* x11/brisk-menu: Attempt to fix build order bug (D29353)Tobias Kortkamp2021-04-071-0/+20
| | | | | | | | | | | | | | | | | Uncovered while building with devel/samurai but can probably also happen with ninja eventually. In file included from ../src/mate-applet/applet.c:19: In file included from ../src/frontend/classic/classic-window.h:14: ../src/frontend/classic/../menu-private.h:18:10: fatal error: 'libsaver-glue.h' file not found #include "libsaver-glue.h" ^~~~~~~~~~~~~~~~~ 1 error generated. samu: subcommands failed http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/brisk-menu-0.6.2.log PR: 254678
* x11-wm/mutter: Attempt to fix build order bug (D29353)Tobias Kortkamp2021-04-071-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | Uncovered while building with devel/samurai but can probably also happen with ninja eventually. In file included from ../src/core/mutter.c:26: In file included from ../src/compositor/meta-plugin-manager.h:25: In file included from ../src/core/util-private.h:30: In file included from ../src/meta/util.h:29: In file included from ../src/meta/common.h:34: In file included from ../clutter/clutter/clutter.h:32: In file included from ../clutter/clutter/clutter-types.h:32: In file included from ../cogl/cogl/cogl.h:142: ../cogl/cogl-path/cogl-path.h:55:10: fatal error: 'cogl-path/cogl-path-enum-types.h' file not found #include <cogl-path/cogl-path-enum-types.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. samu: subcommands failed http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/mutter-3.36.6.log PR: 254678 Obtained from: Aports
* x11-fonts/font-manager: Attempt to fix build order bug (D29353)Tobias Kortkamp2021-04-072-1/+23
| | | | | | | | | | | | | | | | Uncovered while building with devel/samurai but can probably also happen with ninja eventually. error: Package `Unicode-0.8.5' not found in specified Vala API directories or GObject-Introspection GIR directories samu: subcommand failed http://package23.nyi.freebsd.org/data/114i386-default-foo/2021-04-04_07h39m29s/logs/errors/font-manager-0.8.5.log While here also remove explicit ninja dependency. It is already pulled in through meson. PR: 254678 Obtained from: upstream
* lang/swi-pl: Add explicit readline dependency (D29353)Tobias Kortkamp2021-04-071-3/+3
| | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja->python->readline. ===> Building package for swi-pl-8.2.3_1 pkg-static: Unable to access file /wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/doc/packages/readline.html:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/lib/amd64-freebsd/readline4pl.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/library/readline.pl:No such file or directory *** Error code 1 http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/swi-pl-8.2.3_1.log PR: 254678
* textproc/uncrustify: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:20 (find_package) http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/uncrustify-0.72.0.log PR: 254678
* science/libecpint: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. -- Could NOT find Python (missing: Python_EXECUTABLE Interpreter) CMake Error at src/CMakeLists.txt:22 (file): file failed to open for reading (No such file or directory): /wrkdirs/usr/ports/science/libecpint/work/.build/src/qlist.txt CMake Error at src/CMakeLists.txt:24 (add_custom_command): add_custom_command Wrong syntax. A TARGET or OUTPUT must be specified. http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/libecpint-1.0.5.log PR: 254678
* math/flint2: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:37 (find_package) http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/flint2-2.7.1.log PR: 254678
* math/ambit: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) cmake/FindPythonLibsNew.cmake:59 (find_package) CMakeLists.txt:96 (find_package) http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/ambit-tensor-0.5.1.log PR: 254678
* lang/hermes: Make Python an explicit build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously was available in the configure phase through ninja which has a run dependency on Python. =======================<phase: configure >============================ ===> Missing "/usr/local/bin/python3.7" to create a binary alias at "/wrkdirs/usr/ports/lang/hermes/work/.bin/python" http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/hermes-javascript-engine-0.7.2.20210322.log PR: 254678
* graphics/glad: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. [ 0% 1/3] cd /wrkdirs/usr/ports/graphics/glad/work/glad-0.1.34 && _Python_EXECUTABLE-NOTFOUND -m glad --profile=compatibility --out-path=/wrkdirs/usr/ports/graphics/glad/work/.build --api= --generator=c --extensions= --spec=gl --reproducible samu: job failed: cd /wrkdirs/usr/ports/graphics/glad/work/glad-0.1.34 && _Python_EXECUTABLE-NOTFOUND -m glad --profile=compatibility --out-path=/wrkdirs/usr/ports/graphics/glad/work/.build --api= --generator=c --extensions= --spec=gl --reproducible /bin/sh: _Python_EXECUTABLE-NOTFOUND: not found samu: subcommand failed http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/glad-0.1.34.log PR: 254678
* devel/tinygo: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) CMake Error at CMakeLists.txt:652 (message): Unable to find Python interpreter, required for builds and testing. Please install Python or specify the PYTHON_EXECUTABLE CMake variable. http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/tinygo-0.14.1_1.log PR: 254678
* devel/pybind11: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) tools/FindPythonLibsNew.cmake:98 (find_package) tools/pybind11Tools.cmake:45 (find_package) tools/pybind11Common.cmake:201 (include) CMakeLists.txt:188 (include) http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/pybind11-2.6.2.log PR: 254678
* devel/catch: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) CMake Error at CMakeLists.txt:50 (message): Python not found, but required for tests http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/catch-2.13.3.log PR: 254678
* net/astron: Remove unused newline at endNeel Chauhan2021-04-061-1/+0
|
* New port: net/astron: Server Technology for Realtime Object NetworkingNeel Chauhan2021-04-065-0/+58
| | | | | | | | | | | | | Astron is an open-source, distributed server suite particularly well-suited for powering MMO games. The design is inspired by a similar unrelated project developed at the Disney Interactive Media Group, and used in-house from 2001 until 2013. The suite consists of many components, which handle separate tasks in order to distribute the workload of managing a multi-sharded game/application environment with many objects and clients. WWW: https://astron.github.io/astron
* New port: audio/bschaffl-lv2: Groove quantizer LV2 MIDI pluginYuri Victorovich2021-04-065-0/+77
|
* New port: audio/bamp-lv2: Basic testing plugin for using BWidgets for LV2Yuri Victorovich2021-04-064-0/+42
|
* New port: audio/boops-lv2: Glitch effect sequencer LV2 pluginYuri Victorovich2021-04-065-0/+145
|
* irc/eggdrop: Update to 1.9.0Danilo G. Baio2021-04-063-6/+12
| | | | Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.0/NEWS
* misc/veles: Fix runtime crash due to change in msgpack python module interfaceYuri Victorovich2021-04-062-1/+15
|
* science/yoda: Update 1.8.5 -> 1.9.0Yuri Victorovich2021-04-063-4/+7
|
* databases/mariadb*: fix build ahead of CMake 3.20Adriaan de Groot2021-04-076-1/+55
| | | | | | | | | | All of the MariaDB releases contain the same ConnectorName CMake module, and all of those copies of the module contain the same syntax error. CMake < 3.20 ignores this and treats end() as endif(), but this is an error in the upcoming version. Specifically NOT bumping PORTREVISION because this is a build-only fix that has no effect on the package.
* science/kst2: fix build ahead of CMake 3.20Adriaan de Groot2021-04-072-4/+17
| | | | | | Multiple else() blocks with one if() were treated as if they were elseif() blocks except for the last one; this is now a syntax error.