| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
No need to depend on gmake for building.
Suggested by: Sid <sid@bsdmail.com>
Approved by: pi (implicit)
|
|
|
|
| |
Remove the missing accel_flags for now from gotk3 vendor library.
|
|
|
|
|
|
|
| |
Bad plist with SERVER=off
PR: 254699
Submitted by: ice <ice@extreme.hu>
|
|
|
|
|
|
|
|
| |
It does not need meson, ninja, etc at runtime.
While here fix other QA issues too.
Reported by: 0mp [0]
|
| |
|
|
|
|
|
|
| |
Also remove needless dependency on gettext for WITHOUT=NLS case
Approved by: portmgr blanket
|
|
|
|
|
|
| |
While here, minor whitespace fix
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
| |
Uncovered while building with devel/samurai but can probably also
happen with ninja eventually.
samu: job failed: /usr/local/bin/glib-compile-resources --sourcedir=common/gtk-3.0 --target=common/gtk-3.0/gtk-lighter.gresource common/gtk-3.0/gtk-lighter.gresource.xml
common/gtk-3.0/gtk-lighter.gresource.xml: Failed to locate checkbox-checked.png
http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-05_21h03m50s/logs/errors/gtk-arc-themes-20210127.log
PR: 254678
|
|
|
|
|
|
|
|
|
|
|
|
| |
The build is insanely slow. Inkscape tries to connect to 127.0.0.1:9090
(probably gtk3's broadway backend) which has to timeout first until
the next inkscape call. If this would only happen a couple of times
it would be ok but it happens >500 times. Disable all GDK backends
to prevent that.
Unable to init server: Could not connect to 127.0.0.1: Connection refused
http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-05_21h03m50s/logs/errors/gtk-arc-themes-20210127.log
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Note that FreeBSD 12.2 prior to FreeBSD 12.2-RELEASE-p5 was vulnerable
to CVE-2021-3449 and CVE-2021-3450. Reference FreeBSD-SA-21:07.openssl.
|
|
|
|
|
|
|
|
|
|
| |
The anacron utility should be run by it's rc(8) script after resume, since the
time to run jobs from the anacrontab(5) might have passed while the system was
sleeping.
PR: 253567
Reported by: walter.von.entferndt@posteo.net
Approved by: dz@426.ch (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVEs are fixed at 9.2.15.0.
PR: 253822
Reported by: Thomas Hurst <tom@hur.st>
Relnotes: https://www.jruby.org/2021/03/29/jruby-9-2-17-0.html
Security: CVE-2011-4815
Security: CVE-2017-17742
Security: CVE-2019-16254
Security: CVE-2020-25613
Security: CVE-2017-18640
|
|
|
|
|
|
| |
- Take maintainership
Approved by: kai@(previous maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_55
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Remove USE_GCC=yes as it seems to be implied by using blaslapack:openblas
|
| |
|
| |
|
|
|
|
|
| |
finance/electrum requires this exact version. Add a comment to make sure
it doesn't get updated by accident.
|
|
|
|
|
| |
Let's use whatever the fossil developers think it's best.
See aso https://fossil-scm.org/forum/forumpost/fc348ef04f
|
|
|
|
| |
Update to the latest cfengine commit on github.
|
|
|
|
| |
Update to the latest cfengine commit on github.
|
|
|
|
| |
Update to the latest w1.fi commit, proxied through my GH account.
|
|
|
|
| |
Update to the latest w1.fi commit, proxied through my GH account.
|
| |
|
| |
|
|
|
|
| |
Update to the lastest apache/spamassassin commit on github.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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:
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
This fixes a SIGFPE crash when there is nothing to do and
NINJA_STATUS has %p
PR: 254678
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|