games/eboard: fix build on GCC architectures
Use C++11 compiler and respect CXXFLAGS.
The compiler check is wrong so remove it.
Approved by: portmgr (fix build blanket)
Fix up file permissions in Qt ports.
Because qt-dist.mk sets EXTRACT_AFTER_ARGS, the framework-standard
--no-same-owner and --no-same-permissions aren't added. That means
that the files end up in packages with the permissions from the tarball,
and in particular that official packages contain group-writable (wheel)
includes (C++ headers) and other files.
This was reported in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227027
and fixed in 465911 (18 months ago) but the move from bsd.qt.mk
to Uses/qt-dist.mk lost those settings again. Re-add them to
the Uses/ file to improve package security.
(The problem does not seem to be present in my local poudriere builds)
PR: 227027
Reported by: grarpamp@gmail.com
Reviewed by: tcberner
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D22999
Approved by: portmgr (joneum)
x11-toolkits/wlroots: unbreak nesting after r521656
An example affected use case would be running Cage on Sway in order to
contain multiple fullscreen/kiosk Firefox instances, capitalizing
on minimalistic UI.
Approved by: ports-secteam blanket
ftp/lftp: fix build on GCC architectures
C++11 compiler is necessary:
In file included from FileAccess.cc:1029:
ftpclass.h:123: error: ISO C++ forbids initialization of member 'cepr_supported'
ftpclass.h:123: error: making 'cepr_supported' static
ftpclass.h:123: error: ISO C++ forbids in-class initialization of non-const static member 'cepr_supported'
Approved by: portmgr (build fix blanket)
databases/percona57-*: Fix build for i386
Make build-script assume that FreeBSD's Clang doesn't
have "atomic_*" functions builtin implemented on i386
While here, allow to build on DragonFly BSD and
drop "-fabi-version=2" from C/CXX flags
Reported by: pkg-fallout
Approved by: ports-secteam blanket
math/gretl: fix build on GCC architectures
Since the last upgrade, gretl requires C11:
../lib/src/bhhh_max.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Lval'
Fix this by adding USES=compiler:c11 and replacing OPENMP_USES=compiler:openmp with OPENMP_USE=GCC=yes. This sets the correct CC.
PR: 243027
Approved by: yuri (maintainer)
Approved by: portmgr (fix build blanket)
x11/mate-applets: fix build on non-x86
This is basically the same change to pkg-plist as the one done in r504600, which was later backed out for unknown reasons in r520859.
Already approved via maintainer timeout in the original PR.
Tested to fix packaging on powerpc64 and not break on amd64.
PR: 238323
Approved by: gnome (maintainer timeout)
Pointy hat: ericbsd
Approved by: portmgr (fix packaging blanket)
net/quiterss: Update to 0.19.2
Changelog: https://quiterss.org/en/article/1506
* Added: App style: dark
* Fixed: Problems with msvcp140.dll and vcruntime140.dll (Windows)
* Fixed: Images are not displayed in some feeds
* Fixed: Sometimes news filter did not work when updating feeds
PR: 242904
Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Approved by: ports-secteam (blanket)
Mark BROKEN
/wrkdirs/usr/ports/comms/cubicsdr/work/CubicSDR-0.2.5/src/AppFrame.cpp:3100:13: error: incomplete type 'wxToolTip' named in nested name specifier
Reported by: pkg-fallout
www/py-dj22-django-prometheus: Fix RUN_DEPENDS of REDIS option
* Assign the RUN_DEPENDS of the non-default option REDIS to the Django 2.2
variant of www/py-django-redis. This was forgotten in r504808.
* Bump PORTREVISION due package change when built with the REDIS option.
Reported by: sunpoet
Approved by: ports-secteam dependency fix blanket
2020-01-01 databases/couchdb: No longer supported upstream, move to databases/couchdb2
2020-01-01 databases/riak: No longer supported upstream, see riak 2.9.0 and newer
2020-01-01 lang/erlang-runtime15: No longer supported upstream, use lang/erlang >= 21
2020-01-01 lang/erlang-runtime16: No longer supported upstream, use lang/erlang >=21
2020-01-01 lang/erlang-runtime17: No longer supported upstream, use lang/erlang >=21
2020-01-01 lang/erlang-runtime18: No longer supported upstream, use lang/erlang >=21
2020-01-01 lang/erlang-runtime19: No longer supported upstream, use lang/erlang >=21
Only passes `-O0 -g3 -ggdb` which is just a vendor way of saying to
build with debug symbols. `-ftrapv` is slightly different but can be
replaced with `-fsanitize=integer` which provides more checks.
- Bump PORTREVISION for dependency change
Use the same rubygem-sidekiq for gitlab-ce and its dependencies.
- gitlab-ce: sidekiq ~> 5.2.7
- rubygem-gitlab-sidekiq-fetcher: sidekiq ~> 5
- rubygem-sidekiq-cron: sidekiq >= 4.2.1
Change RUN_DEPENDS to rubygem-sidekiq5 to avoid conflict of bin/sidekiq between
rubygem-sidekiq and rubygem-sidekiq5.
Reported by: swills