Commit graph

321415 commits

Author SHA1 Message Date
nia
2e293d3378 retroarch: theoretically support tiger 2020-06-25 15:22:50 +00:00
nia
e2e7596919 mongo-c-driver: Needs socket library on SunOS 2020-06-25 12:48:00 +00:00
nia
4699a1c094 sane-backends: needs networking libs on SunOS 2020-06-25 12:44:10 +00:00
nia
6d4b9c0621 libretro-nestopia: moar gnu linker args 2020-06-25 12:38:52 +00:00
nia
5a20554f93 retroarch: cores break CHECK_SHLIBS on Darwin 2020-06-25 12:32:37 +00:00
nia
7b74fb4f5a retroarch: Explicitly set platform=osx on Darwin 2020-06-25 12:29:35 +00:00
nia
53c36e40ce retroarch: indent properly 2020-06-25 12:25:19 +00:00
nia
84ae71c145 retroarch: Simplify OpenGL handling for Darwin.
Ensure options group isn't empty.
2020-06-25 12:17:42 +00:00
pin
e40c040e34 doc: Updated wm/spectrwm to 3.4.1 2020-06-25 11:29:52 +00:00
pin
96fda1a56a wm/spectrwm: update to 3.4.1
spectrwm 3.4.1

Release on Jun 25, 2020

    Fix always_raise mapping issue.
    Fix _NET_CURRENT_DESKTOP should be updated on ws_next_move/ws_prev_move.
    Fix focus redirect for transient windows that are about to map.
    Fix manual focus should not be affected by pointer on (un)grab.
    Add java detection for JetBrains windows.
    Remove _NET_WM_STATE on withdrawn windows as advised by EWMH spec.
    Add information to man page about program call execution.
2020-06-25 11:29:20 +00:00
jperkin
7828c378c8 net-snmp: Requires curses for bin/snmpps. 2020-06-25 10:54:42 +00:00
jperkin
167401291e mk: Handle pdksh issue with "set -e" in for loop.
With our current version of pdksh, a "false && something" construct under
"set -e" conditions will continue as it does with other shells, but if the
construct is within a for loop then it exits, causing failures in the
substitution code.  An explicit "|| true" is necessary to avoid this.

Approved during the freeze by wiz.
2020-06-25 08:45:00 +00:00
schmonz
3948870bde Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:

1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed

Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.

Approved during the freeze by wiz@.
2020-06-25 05:42:36 +00:00
nikita
01e97fc47d go-chroma: fix bl3. 2020-06-24 22:58:07 +00:00
nikita
3f71ce02b4 go-cmp: bl3 fix to include depency x-errors 2020-06-24 22:31:49 +00:00
gdt
0fd4f02c0a geography/qgis: Update MAINTAINER, comment on python option.
(This is a comment-only change.)

Set primary MAINTAINER to gdt, following discussion among the
maintainer group.

State a plan to delete the python option (with python support being
always on) after the branch.
2020-06-24 21:49:20 +00:00
nikita
1fd3697556 go-tmc: add bl3. 2020-06-24 20:35:00 +00:00
nikita
8db73c4069 go-goldmark: add bl3 for hugo update 2020-06-24 20:29:25 +00:00
hauke
d04ebdc8fd Disable generation of PIE code for clang, too, unbreaking the xemacs
build on Mac OS X (10.12 here).

Note that xemacs-current does not yet build on this platform:
src/vdb-mach.c blindly assumes a powerpc cpu.
2020-06-24 16:10:31 +00:00
nia
0a01162797 ... like the last commit, but properly this time 2020-06-24 14:35:12 +00:00
nia
7e49c1dfd9 obs-studio: Allow building on systems without LuaJIT support.
While here, remove VLC CMAKE_ARGS, it's now unrecognized.

Bump PKGREVISION
2020-06-24 14:34:37 +00:00
nia
e7881e160e seamonkey: Rust libc crate should recognise NetBSD/aarch64 as 64-bit
Bump PKGREVISION
2020-06-24 14:26:00 +00:00
nia
57a7d7be8c Move luajit out of SUPPORTED_OPTIONS where unsupported. 2020-06-24 13:32:09 +00:00
nia
4b4cfb3fac mk: Add luajit option description 2020-06-24 13:29:23 +00:00
nia
2571f4ad81 solarus: Make luajit optional. Should help aarch64 builds.
qt5-qttools is a build dependency, not a runtime dependency.
2020-06-24 13:28:26 +00:00
nia
0cfd269114 sameboy: Mark unsafe for MAKE_JOBS pending investigation 2020-06-24 13:25:40 +00:00
pin
6cb054cf76 doc: Updated graphics/kvantum to 0.16.0 2020-06-24 12:53:39 +00:00
pin
2264480c88 graphics/kvantum: update to 0.16.0
V0.16.0
---------
 * Set the scroll indicator size of tabs to that of toolbar buttons.
 * Fixed a rare issue in the frame size of grouped elements.
 * Added an option to Kvantum Manager for enabling window translucency with
 non-integer scale factors after showing a warning.
 * A workaround for a rare case of Qt's contradicting QStyle in drawing spin
 boxes.
 * Fixed the height of combo menu separators.
 * Reset widget palettes on changing style from and to Kvantum. This fixes
 several problems with on-the-fly style changes, so that an app restart won't be
 needed in most cases.
 * Updated the code for Qt 5.15.
 * Added a workaround for a regression in Qt 5.15, which results in
 QStyleOptionTab reporting an incorrect tab position.
2020-06-24 12:53:04 +00:00
nia
471f230698 love07: Detect Lua properly, etc.
I mistakenly enabled LuaJIT support on supported platforms.
It doesn't actually work in this version of LOVE (oops).

The previous inclusion of LuaJIT's buildlink3.mk was a mistake,
instead the exact version of lua51 should be included and the library
name corrected.

Bump PKGREVISION.
2020-06-24 12:34:02 +00:00
nia
f08babb0b1 love08: silly hack to avoid detecting NetBSD's unversioned Lua 2020-06-24 12:30:56 +00:00
ryoon
fb2d80c439 qt5-qtbase: Bump libxcb requirement to 1.11
Pointed by Egil Brendsdal in private e-mail.
Thank you.
2020-06-24 12:29:30 +00:00
nia
b49ce5878c love08: Don't misleadingly depend on LuaJIT
LuaJIT was never actually being used but got pulled in anyway, this
breaks aarch64 builds.

Detect the standard lua library properly removes the need to include it.

I'd enable LuaJIT as an option but I can't get it to build against it...

Bump PKGREVISION
2020-06-24 12:12:41 +00:00
nia
50a924fea8 love07: --enable-luajit must be passed 2020-06-24 11:43:54 +00:00
nia
f0f0c2eb0b love07: Allow building without luajit. Should help aarch64 builds. 2020-06-24 11:38:26 +00:00
nia
761fa6864a love010: Allow building without luajit. Should help aarch64 builds. 2020-06-24 11:24:45 +00:00
nia
ab84b8d39b LuaJIT2: Add platform.mk 2020-06-24 11:16:00 +00:00
taca
3fc913fddf doc: Updated security/ruby-metasploit-model to 3.0.0 2020-06-24 11:10:23 +00:00
taca
b6a4c023f3 security/ruby-metasploit-model: update to 3.0.0
Update ruby-metasploit-model to 3.0.0, this is a leaf package and is
curently marked as broken.

3.0.0

* Switch to use Ruby on Rails 5.2.
2020-06-24 11:09:29 +00:00
nia
844f76c40d LuaJIT2: sprinkle ONLY_FOR_PLATFORM 2020-06-24 10:41:49 +00:00
nia
07064b446f rust: uses -std=c++14 2020-06-24 09:46:26 +00:00
wiz
7d8f7dd068 doc: Updated mail/mutt to 1.14.5 2020-06-24 06:34:13 +00:00
wiz
e9a209ef86 mutt: update to 1.14.5.
This release fixes a regression from the 1.14.3 release.  Encryption settings
are no longer checked when using $tunnel to connect to a preauthenticated IMAP
server.
2020-06-24 06:34:02 +00:00
taca
f911f0819e doc: Updated devel/ruby-redmine to 4.0.7nb4 2020-06-24 03:04:55 +00:00
taca
2de900d1e3 devel/ruby-redmine: fix build problem
Fix build problem with PKG_DEVELOPER=yes.

Bump PKGREVISION.
2020-06-24 03:04:23 +00:00
taca
b6da322215 misc/ruby-ohai: fix PLIST
Fix PLIST to build success.
2020-06-24 03:01:00 +00:00
taca
2401b7439b devel/ruby-regexp_parser: fix PLIST
Fix PLIST to build success.
2020-06-24 03:00:25 +00:00
sjmulder
66570b8259 doc: Updated sysutils/nnn to 3.2nb2 2020-06-23 23:33:35 +00:00
sjmulder
89b63b2da1 sysutils/nnn: Fix build on NetBSD 9/arm64
GCC doesn't expand alloca() to __builtin_alloca() in standards mode
(-std=...) so explicitly define it as such to fix breakage on platforms
that don't seem to supply it otherwise, like NetBSD 9 on arm64.

Bump PKGREVISION.
2020-06-23 23:32:30 +00:00
wiz
8acd9dd463 doc: Updated devel/cppcheck to 1.90nb2 2020-06-23 20:47:17 +00:00
wiz
181476ad41 cppcheck: update to 1.90nb2.
The tinyxml2 override (to use the pkgsrc version) stopped working.
Having both the pkgsrc version and the included copy used in
the build made cppcheck dump core.

Stop using the pkgsrc version since patching the build system to
avoid using the included copy is a lot of effort.
2020-06-23 20:46:50 +00:00